/***
*   TAGS
***/

body {
  font-family: 'Open-sans', sans-serif;
  font-weight: 400;
  background-color: #f5f5f5;
  color:#404040;
  line-height:1.8em;
  margin: 0;
  background-image: url('https://www.fairfield.edu/media/main-site/2017-18/images/0000_redesign-17-18_background-image_fairfield-shield_08192017.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

}

a {
  color: #1A79AF;
  text-decoration: none;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
}
a:hover{
  cursor:pointer;
  color:#e2383f;
}
h1{
  visibility: hidden;
  height:0;
  margin:0;
}


/***
*   BANNER IMAGE
***/


/***BANNER IMAGE***/

#banner-image {
  position: relative;
  width: 100%;
}
#banner-image.no-image {
    height: 200px;
    background-color: #e2383f;
    min-height:20vh;
}
#banner-image.no-image #page-headline {
  top: 65%;
}
#banner-image img {
  width: 100%;
  margin-top:-2%;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
}
#banner-image.no-color img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
#banner-image-screen {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, .4);
}


/***PAGE HEADLINE***/

#page-headline {
  position: absolute;
  top: 50%;
  width:100%;
  text-align: center;
  transform: translate(0, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}

#page-headline h2 {
  text-align:center;
  margin: 0;
  font-size: 3em;
  line-height:1.3em;
  padding: 0 3%;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(51,51,51,.8);
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
#page-headline h2.no-text-shadow{
  text-shadow:none;
}
#scroll-chevron {
  text-align: center;
  margin-top: 0;
  color: #ffffff;
}
#scroll-chevron i{
    font-size: 3em;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.play-video-wrapper {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height:100%;
    text-align: center;
    color: #fff;
    transition:background-color .25s;
    -webkit-transition:background-color .25s;
    -moz-transition:background-color .25s;
    -o-transition:background-color .25s;

}
.play-video-wrapper:hover{
  background-color:rgba(51,51,51,.7);
}
.play-video-text {
    position: absolute;
    bottom: 10%;
    width: 100%;
    transition: font-size .25s;
    -webkit-transition: font-size .25s;
    -moz-transition: font-size .25s;
    -o-transition: font-size .25s;
}
.play-video-wrapper:hover .play-video-text{
  font-size:3em;
  cursor:pointer;
}
.play-video-text p {
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
}
.play-video-text>p:first-child {
    margin-bottom: 0;
}
.play-video-text>p {
    margin-top: 0;
}
.play-video-text p span {
    font-size: 5em;
}

/***BANNER IMAGE W/ INFO BUTTONS***/
#banner-image.info-buttons #page-headline {
    top: 40%;
}
#page-headline p.sub-headline {
    margin-bottom: 2%;
}
#info-buttons {
  position: absolute;
      top: 60%;
      left: 0;
      width: 100%;
      height: 25%;
}
ul.info-buttons {
    margin-top: 0;
    list-style: none;
    padding: 0;
    text-align: center;
}
ul.info-buttons>li {
  display: inline-block;
  width: 125px;
  vertical-align: top;
  height: 125px;
  margin-right: 10px;
}
ul.info-buttons>li.element-hidden{
  display:none;
}
ul.info-buttons>li:hover ul.info-text {
    opacity: 1;
    visibility:visible;
}
ul.info-text {
    position: absolute;
    bottom: 100%;
    list-style: none;
    padding: 0;
    left: 15%;
    width: 70%;
    height: 200%;
    z-index:1001;
    visibility: hidden;
    opacity: 0;
transition: opacity .5s;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-o-transition: opacity .5s;
}
ul.info-text>li {
    position: relative;
    width: 100%;
    height: 100%;
}
ul.info-text>li {
  position: relative;
width: 94%;
padding: 0 3%;
height: 100%;
background-color: rgba(251,251,251,.95);
border: 1px solid rgba(40,40,40,.15);
}
.info-text li .headline {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 2em;
}
.info-buttons li a {
    color: #fff;
}
.info-buttons li a .rel-wrapper{
  padding: 10px;
}
.info-buttons li a .rel-wrapper .inner-wrapper {
  border: 1px solid rgba(251,251,251,.3);
background-color: rgba(40,40,40,.4);
height: 100%;
transition: background-color .25s;
-webkit-transition: background-color .25s;
-moz-transition: background-color .25s;
-o-transition: background-color .25s;
}
.info-buttons li:hover a .rel-wrapper .inner-wrapper {
    background-color: #e2383f;
}
.info-buttons .inner-wrapper>p:first-child {
    font-size: 4em;
    margin: 5% 0 2% 0;
}
.info-buttons .inner-wrapper p.text {
    font-family: 'Raleway', sans-serif;
    font-size: .9em;
    line-height: 1.2em;
    margin: 8% 0;
        padding: 0 5%;
}
.info-buttons .info-text .teal-button a {
    color: #1a79af;
}
.info-buttons .info-text .teal-button a:hover {
    color: #fff;
}
/***BANNER IMAGE WITH DROPDOWN***/
#banner-image.info-buttons #page-headline {
  top: 25%;
}
#header-image-drop-down {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
}
#header-image-drop-down .lead-in-text {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 3em;
  text-transform: capitalize;
  margin-bottom:2%;
}
#header-image-drop-down ul {
  color: #fff;
  list-style: none;
      padding-left: 0;
}
li.drop-down-text {
  width: 40%;
  margin: auto;
}
#header-image-drop-down .drop-down-text .rel-wrapper {
  font-size: 1.5em;

      background-color: rgba(40,40,40,.4);
  border: 1px solid rgba(251,251,251, .3);
}
#header-image-drop-down .drop-down-text .rel-wrapper .text {
  display: inline-block;
  width: 85%;
  font-weight: 300;
text-transform: capitalize;
  padding: 2%;
}
#header-image-drop-down .drop-down-text .rel-wrapper .down-arrow {
  display: inline-block;
  width: 5%;
  padding: 2%;
  text-align:center;
  border-left:1px solid rgba(251,251,251, .3);
}
#header-image-drop-down .drop-down-text .rel-wrapper {
  transition: background-color .25s;
  -webkit-transition: background-color .25s;
  -moz-transition: background-color .25s;
  -o-transition: background-color .25s;
}
#header-image-drop-down .drop-down-text:hover .rel-wrapper{
background-color:#e2383f;
}
#header-image-drop-down ul ul {
  opacity: 0;
  display:none;
  position: fixed;
  width: 40%;
  z-index: 1001;
  margin: auto;
  background-color:rgba(251,251,251,.95);
  border:1px solid rgba(40,40,40,.15);
  transition:opacity .5s;
  -webkit-transition:opacity .5s;
  -moz-transition:opacity .5s;
  -o-transition:opacity .5s;

}
#header-image-drop-down ul ul.visible{
opacity:1;
z-index:1001;
display:block;
cursor: pointer;
}
#header-image-drop-down .drop-down-text:hover ul {
  opacity: 1;
    z-index:1001;
  display:block;
  cursor: pointer;
}
#header-image-drop-down ul ul>li{
padding: 2%;
border-bottom: 1px solid rgba(40,40,40,.15);
color: #333;
}
#header-image-drop-down ul ul>li a {
color: inherit;
text-transform: capitalize;
transition:background-color .25s;
-webkit-transition:background-color .25s;
-moz-transition:background-color .25s;
-o-transition:background-color .25s;
}
#header-image-drop-down ul ul>li:hover {
  color: #1a79af;
  background-color: #eaeaea;
}
/***
*   INTERSTITIAL
***/
.interstitial-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    opacity:0;
    width: 100%;
    height: 100%;
    background-color: rgba(251,251,251,.95);
    z-index: 1000;
    transition: opacity .25s;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -o-transition: opacity .25s;
}
.interstitial-wrapper.opaque{
  opacity:1;
}
.interstitial-body {
    position: absolute;
    top: 50%;
    left: 50%;
    width:70%;
    transform: translate(-50%,-60%);
    -webkit-transform: translate(-50%,-60%);
    -moz-transform: translate(-50%,-60%);
    -o-transform: translate(-50%,-60%);
}

.gen-callout-button .close-interstitial {
    border: 1px solid #1a79af;
    text-align:center;
    padding: 15px 35px;
    color: #1a79af;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
}
.gen-callout-button .close-interstitial:hover {
    color:#fff;
    border-color:#1a79af;
    background-color:#1a79af;
    cursor:pointer;
}
.close-interstitial-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index:1000000;
    text-align: center;
    font-family: 'Raleway';
    text-transform: uppercase;
    transform: translate(150%,-100%);
    -webkit-transform: translate(150%,-100%);
    -moz-transform: translate(150%,-100%);
    -o-transform: translate(150%,-100%);
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
}
.close-interstitial-button:hover{
  color:#1a79af;
  cursor:pointer;
}
.close-interstitial-button p {
    margin: 0;
    font-size:.8em;
}
.close-interstitial-button p:first-child {
    font-size: 1.3em;
}
/***
*   VIDEO
***/
.video-wrapper, .subject-video-wrapper, .section-video-wrapper {
  position: relative;
  margin: auto;
  width: 70%;
  height: 0;
  padding-bottom: 41.25%;
}
.video-wrapper iframe, .subject-video-wrapper iframe, .section-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border:none;
}

/***
*   FLICKR
***/
.flickr-wrapper {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.flickr-wrapper img{
width:100%;
height:auto;
}

/***
*   iframe
***/

.iframe-wrapper {
  width: 100%;
  height: 50vh;
  overflow: scroll;
}
.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
/***
*   BREADCRUMB TRAIL
***/
#breadcrumb-trail {
    position: relative;
    background-color: #fff;
    margin-top: -10px;
    font-size: .9em;
}
#breadcrumb-trail .inner-wrapper {
    position: relative;
    margin-left: 1%;
    padding: 8px 2px;
}
#breadcrumb-trail-bottom {
    width: 100%;
    background-color: #e2383f;
    height: 8px;
}
#breadcrumb-down-triangle-down {
    width: 0px;
    height: 0px;
    margin-left: 1%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
}
#breadcrumb-trail .inner-wrapper a {
    color: #666;
}
#breadcrumb-trail .inner-wrapper a:hover{
  color:#1A79AF;
}

/***
*   GENERAL NAV LINKS
***/
#nav-links {
    position: relative;
    padding: 2% 7%;
}
#nav-links p {
    margin: 0;
    font-size: 1.2em;
    font-family: 'raleway', sans-serif;
    text-transform: capitalize;
}
#nav-links .inner-wrapper {
    position: relative;
    padding: 3% 2%;
    text-align:center;
}
.nav-link {
    display: inline-block;
    margin-left: 5px;
    margin-bottom:40px;
}
.nav-link a {
    font-family: 'Raleway', sans-serif;
    padding: 20px 40px;
    background-color: #ffffff;
    color: #333;
    text-decoration: none;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    border: 1px solid rgba(40,40,40,.2);
}
.nav-link a:hover{
  background-color:#1a79af;
  border-color:#1a79af;
  color:#ffffff;
  cursor:pointer;
}




/***
*   SUBJECTS, SECTIONS, FILTERABLE CONTENT
***/
#sections-wrapper-open, #section-wrapper-open, #subjects-wrapper-open.subjects-wrapper.margin  {
    margin-top: 5%;
}
#subjects-wrapper-open .news-article.small, #subject-wrapper-open .news-article.small, #sections-wrapper-open .news-article.small, #section-wrapper-open .news-article.small   {
  width: 46.5%;
}
#subjects-wrapper-open, #subject-wrapper-open, #sections-wrapper-open, #section-wrapper-open{
    position: relative;
    width: 82%;
    margin-left: 7%;
    margin-bottom:5%;
    padding: 2%;

}
  #subjects-wrapper-open, #subject-wrapper-open, #sections-wrapper-open, #section-wrapper-open{
    background-color: rgba(251,251,251,.85);
    border: 1px solid rgba(40,40,40,.15);
  }
.subject {
    border-bottom: 1px solid rgba(40,40,40,.15);
    padding-bottom: 2%;
    margin-bottom: 5%;
}
.subject.last-subject{
  border-bottom:none;
}
.subject h3, #search-results-wrapper h3, #on-page-search-results-wrapper h3 {
    color: #e2383f;
    font-family: 'Raleway', sans-serif;
    font-size: 2.2em;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0;
}
p.dot-wrapper {
    text-align: center;
    margin-top: .5%;
    margin-bottom: 4%;
}
.dot-wrapper .fa {
    margin-right: 2%;
    font-size: .4em;
}
.dot-wrapper .fa.fa-circle.no-right-margin {
    margin-right: 0;
}
.subject h2 {
    font-weight: 300;
    font-family: 'Raleway';
    text-transform: capitalize;
}
.subject>.rel-wrapper{
  width:96%;
  padding:0 2%;
}
.subject img {
  max-width: 100%;
}

/***FILTERABLE CONTENT***/
#filterable-wrapper-open, #filter {
  position: relative;
  width: 88%;
  margin-left: 6%;
  margin-bottom:5%;
  padding: 2% 0;

}
#filterable-wrapper-open {
  text-align: center;
}
.filterable-content {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 0 1% 2% 1%;
  text-align:left;
  color:#333;
  background-color: rgba(251,251,251,.85);
border: 1px solid rgba(40,40,40,.15);
transition: all .25s;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-o-transition: all .25s;
}
.filterable-content:hover{
background-color:#1a79af;
color:#fff;
}



.filterable-content .text-wrapper{
padding:0% 3% 3% 3%;
}
.filterable-content img {
  width: 100%;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
}
.filterable-content:hover img{
filter:grayscale(100%);
-webkit-filter:grayscale(100%);
moz-filter:grayscale(100%);
-o-filter:grayscale(100%);

}
.filterable-content:hover .body-text{
color:#fff;
}
.filter-text span {
  font-size: .7em;
  padding: 1% 3%;
  margin: 0 2% 2% 0%;
      background-color: rgba(40,40,40,.1);
      border: 1px solid rgba(40,40,40,.2);
  color: #666;
  display: inline-block;
  border-radius: 10px;
  font-family:'Raleway', sans-serif;
  transition:all .25s;
  -webkit-transition:all .25s;
  -moz-transition:all .25s;
  -o-transition:all .25s;
}
.filterable-content:hover .filter-text span{
background-color:#fff;
color:#333;
}
.filterable-content h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  color:#333;
  border-left: 2px solid #e2383f;
  padding: 10px;
  margin:10px 0;
}
.filterable-content:hover h3{
border-color:#feab00;
}
.filterable-content .body-text {
  padding: 0 15px;
  font-size: .8em;
  line-height:1.6em;
  color:#666;
  margin-top: 0;
}
.filterable-learn-more {
  text-align: right;
  font-size: .9em;
  margin:40px 0 20px 0;
}
.filterable-learn-more span {
  padding: 10px;
  font-family:'Raleway', sans-serif;
  color:#1a79af;
  border: 1px solid rgba(26, 121, 175, .4);
}
.filterable-content:hover .filterable-learn-more span{
background-color:#feab00;
color:#1a79af;
}
#filter {
margin-bottom: -3%;
margin-top: 2%;
}
.filter-text {
  margin: 5px 0;
  line-height: 1em;
}
.filter-text.tags-level-1 {
  margin-top: 50px;
}
.filter-level {
  margin-bottom: 20px;
}
.filter-label {
  display: inline-block;
  vertical-align:top;
  text-align: right;
  width: 20%;
}
.filter-label p {
margin: 0;
font-size: 1.2em;
font-family: 'raleway', sans-serif;
text-transform: capitalize;
}
.filter-options {
display: inline-block;
width: 75%;
margin-left:2%;
}
.filter-button{
display:inline-block;
margin: 0 5px 5px 0;
font-family: 'Raleway', sans-serif;
padding: 20px 40px;
background-color: #ffffff;
text-align:center;
color: #333;
text-decoration: none;
transition: all .25s;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-o-transition: all .25s;
border: 1px solid rgba(40,40,40,.2);
}
.filter-button.selected{
background-color:#e2383f;
color:#fff;
border-color:#e2383f;
}

.filter-button:hover{
background-color:#1a79af;
color:#fff;
border-color:#1a79af;
cursor:pointer;
}

/***
*   LINK BLOCK
***/
.link-block {
display: inline-block;
width: 24%;
margin: 2%;
background-color: #fff;
border: 1px solid rgba(40,40,40,.15);
border-left: 3px solid #e2383f;
padding: 2%;
text-align: left;
vertical-align: top;
}
.link-block h4 {
font-family: 'Raleway', sans-serif;
font-size: 1.5em;
font-weight: 400;
line-height: 1.4em;
text-align: left;
margin: 0;
}
.link-block .descriptive-text {
  font-size: .8em;
  color: #666;
  line-height: 1.5em;
  margin: 6% 14px;
}
.link-block ul {
  margin-left: 0;
  list-style: none;
  padding: 0 14px;
}
.link-wrapper ul li {
  margin: 2% 0;
  font-size:.9em;
}
.link-wrapper ul li a {
  padding: 2% 0;
}
p.dots {
  font-size: .6em;
  margin-bottom:5%;
}
.dots i {
margin-right: 4%;
color: #555;
}
/***FOOTER ACTION BUTTONS***/
.footer-action-buttons {
    text-align: right;
}
.footer-action-button {
    display: inline-block;
    margin-left: 2%;
    text-align: center;
}
.footer-action-button .text {
    font-family: 'Raleway';
    font-size: .8em;
    text-transform: capitalize;
}
.footer-action-buttons a {
    color: #333;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
}
.footer-action-buttons a:hover {
    color: #1a79af;
    cursor:pointer;
}

/***
*   NEWS ARTICLE
***/
.subject>.rel-wrapper>a>.news-article {
    width: 30%;
    margin: 1%;

}
.news-article .wrapper section h4{
  color:inherit;
}
.news-article .wrapper section h4{
  font-family:'Raleway', sans-serif;
  font-size:1.1em;
  font-weight:400;
  line-height:1.4em;
  text-align: left;
  margin: 7px;
  padding: 7px 10px;
  border-left: 2px solid #e2383f;
  min-height:70px;
}

.news-article .wrapper section h4.gold-border{
  border-left:2px solid #feab00;
}
.news-article.personalized .learn-more-button {
    color: #444;
    font-size: .8em;
    text-align: right;
    padding-right: 5px;
}

.headline h4{
  font-family: 'Raleway';
  border-left: 2px solid #e2383f;
  transition:border-left .25s;
}

.headline h4.gold-border{
  border-left:2px solid #feab00;
}

.learn-more-button p{
  text-transform:capitalize;
}
#subject-stories-body-open-wrapper .news-article {
    width: 29%;
    text-align: center;
    margin:1.5%;
}
.news-article .wrapper:hover .info>p{
  color:#fff;
}
.news-article.action-button{
  width:29%;
  margin:0 1%;
}
.news-article.action-button .info h4{
  font-size:1.8em;
  text-transform:capitalize;
}
.news-article.profile .wrapper .info .cta{
transition:color .25s;
-webkit-transition:color .25s;
-moz-transition:color .25s;
-o-transition:color .25s;
}
.news-article.profile .wrapper:hover .info .cta{
  background-color:#feab00;
}
.news-article.profile .wrapper .info .cta:hover{
  background-color:#feab00;
  color:#1a97af;
}
/***IMAGE TRANSITION BUTTON***/
.image-transition-button-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    opacity:0;
    transition:opacity .25s;
    -webkit-transition:opacity .25s;
    -moz-transition:opacity .25s;
    -o-transition:opacity .25s;
}
.image-transition-button-hover-image.visible{
  opacity:1;
}

/***GEN HOVER IMAGE***/
.news-article.gen-hover {
    width: 29%;
    margin-right: 2%;
    margin-top: 1%;
}
.news-article.gen-hover .hover-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 96%;
    padding: 2% 5%;
    background-color: rgba(251,251,251,.95);
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
}
.news-article.gen-hover:hover .hover-text {
    opacity: 1;
    color: #333;
}
/***FAST FACT/FAMOUS STAGS COLUMN***/
.news-article.fast-fact-column{
  width:29%;
  margin-right:2%;
}
.news-article.fast-fact-column .wrapper{
  padding-bottom: 5%;
}
.news-article.fast-fact-column .wrapper:hover {
    background-color: #fff;
}
.news-article.fast-fact-column .wrapper img {
    border-radius: 50%;
    width: 60%;
    margin-top: 10%;
}
.news-article.fast-fact-column .wrapper .info ul {
    color: #666;
    text-align: left;
    font-size: .9em;
        margin-top: 0;
}
.news-article.fast-fact-column .wrapper:hover p{
    background-color: #fff;
}
.news-article.fast-fact-column .wrapper:hover h4 {
    color: #333;
}
.news-article.fast-fact-column .wrapper:hover .info ul{
  color:#666;
}
.news-article.fast-fact-column .info h4 {
    margin-bottom: 2%;
}
.news-article.fast-fact-column:hover .info>p {
  color: #666;
}
.page-break h3 {
    text-align: left;
}
/***
*   EVENT
***/
.events-wrapper.third-width {
    margin-right: 0;
    width: 33%;
    margin-left: 2%;
    margin-top:.9%;
}
.event {
    border: 1px solid rgba(40,40,40, .15);
    margin-bottom: 2%;
    height:80px;
    color:#333;
    background-color:#ffffff;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
}
.event:hover {
    background-color: #1a79af;
    color: #ffffff;
    border-color: rgba(254,171,0,.5);
}

.event .date-wrapper {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    height: 100%;
    color:inherit;
}
.event .date-wrapper.no-date{
  display:none;
}
.date-wrapper .inner-wrapper {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    color:inherit;
}
.event .month {
    font-family: 'Raleway', sans-serif;
    font-size: .8em;
    color: inherit;
}
.event .date {
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    color: inherit;
    font-size: 2.2em;
    line-height: .9em;
}

.event .headline-wrapper {
    display: inline-block;
    border-left: 1px solid;
    border-color:inherit;
    width: 79%;
    height:100%;
    vertical-align: top;
    color:inherit;
}
.event .headline-wrapper.no-date {
    border-left: none;
    width: 99%;
}

.headline-wrapper .inner-wrapper{
    padding: 3%;
    line-height:1em;
}
.event .headline {
    font-family: 'Raleway', sans-serif;
    font-size: .9em;
    line-height: 1.2em;
    color:inherit;
}
.event .subheadline{
    font-size: .8em;
    color: inherit;
    line-height: 2em;
    margin-left: 3%;
}

/***
*   PROFILES
***/
.news-article.profile {
    width: 22%;
    margin-right:2%;
}
.news-article.profile:hover{
  cursor:pointer;
}
.news-article.profile .head-shot {
    height: auto;
    text-align: center;
    padding: 10% 5% 5% 5%;
    width: 90%;
}
.news-article.profile .head-shot img {
    width: 70%;
    border-radius: 50%;
}
.head-shot p {
    margin-top: 2%;
        margin-bottom: 0;
}
.head-shot p i {
    margin-right: 5%;
    font-size: .5em;
    color: #feab00;
}
i.no-right-margin.fa.fa-circle {
    margin-right: 0;
}
.news-article.profile .info {
    margin-top: -5%;
}
.news-article .wrapper section h4 {
    min-height: 40px;
    margin-bottom: 0%;
}
.news-article.profile .wrapper section h4 a{
    font-size: 1.3em;
    color:#333;
}
.news-article.profile.marketing .wrapper:hover .title a {
  color: #1a79af;
}
.news-article.profile:hover .wrapper section h4 a, .news-article.profile:hover .wrapper .info>p, .news-article.profile:hover .wrapper .info>p a{
    color:#fff;
}
.news-article.profile .wrapper section h4 a:hover, .news-article.profile .wrapper .info>p a:hover{
    color:#feab00;
}
.info>p {
    padding: 0 10%;
      font-size: 1em;
      color: #666;
      line-height: 1.6em;
      margin: 0 2%;
}
.news-article.profile .info .cta, .interstitial-image .cta {
    margin: 2%;
    text-align: center;
    border: 1px solid rgba(40,40,40,.15);
    text-transform: capitalize;
    color:#333;
    padding: 5%;
    margin-top: 10%;
    transition:border-color .25s, background-color .25s;
    -webkit-transition:border-color .25s, background-color .25s;
    -moz-transition:border-color .25s, background-color .25s;
    -o-transition:border-color .25s, background-color .25s;
}
.news-article.profile:hover .info .cta{
  color:#fff;
}
.news-article.profile:hover .wrapper .cta{
  border-color:rgba(251,251,251,.15);
  font-family: 'Raleway', sans-serif;
}
.news-article.profile .wrapper .cta:hover{
  background-color:#fff;
  color:#333;
  cursor:pointer;
}
.interstitial-body.profile {
    height: 80%;
    background-color: #fff;
    border: 1px solid rgba(40,40,40,.15);
    padding: 2%;
    overflow:scroll;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.close-interstitial-button.profile {
    transform: translate(-100%,50%);
    -webkit-transform: translate(-100%,50%);
    -moz-transform: translate(-100%,50%);
    -o-transform: translate(-100%,50%);
}
.head-shot img.hover {
    position: absolute;
    top: 0;
    left: 15%;
    opacity:0;

}
.news-article.profile.marketing .info p {
  position: relative;
  width: 90%;
  margin: 10% 0;
  padding: 0 5%;
}
.news-article.profile.marketing:hover .wrapper {
  background-color: #feab00;
}
.news-article.profile.marketing:hover i {
  color:#1a79af;
}
.news-article.profile.marketing:hover h4{
border-color:#1a79af;
}
.news-article.profile.marketing:hover .head-shot img.hover{
opacity:1;
}
/***
*   PROGRESS BAR SEMI CIRCLES
***/
.gray.progress-bar-semi-circle {
    background-color: #fff;
    border: 1px solid rgba(40,40,40,.15);
}
.progress-bar-semi-circle.half-width {
    width: 47%;
    margin: 0 1%;
}
.progress-bar-semi-circle>.rel-wrapper {
    min-height: 300px;
}
.progress-bar-semi-circle .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.progress-bar-semi-circle .wrapper>div {
    height: auto;
}
.third-width { vertical-align: top; }
.half-width { vertical-align: top; }

.vimeo { margin-bottom: 3%; }

.glance { text-align: center; }

.fa-4x { color: #e2383f; padding-top: 20px; }

.third-col-button a { padding: 3%!important; margin: 1%; float: left; }

.gray { background: #efefef none repeat scroll 0 0; }
.progress-text-entry>p {
    margin: 0;
    text-align: center;
}
.progress-text-entry {
    font-family: 'Raleway', sans-serif;
}
.progress-text-entry .number {
    font-size: 1.3em;
    line-height:1.5em;
}
.progress-text-entry .label {
    text-transform: uppercase;
    font-size: .8em;
    line-height: 1.3em;
}
p.progress-percentage-text {
    font-family: 'Raleway', sans-serif;
    font-size: 2.5em;
    margin: 1%;
    text-align: center;
}
/***
*   LASSO CHANNEL
***/
#content h4 {
  font-size: 1.5em;
  line-height: 1em;
}

/***
*   PAGE LOAD INTERSTITIAL
***/
#page-load-interstitial-wrapper .interstitial-body {
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
#page-load-interstitial-wrapper .interstitial-body .rel-wrapper {
  overflow: hidden;
}
#page-load-interstitial-wrapper .interstitial-body img {
  position:relative;
  width:100%;
  transition:all .25s;
  -webkit-transition:all .25s;
  -moz-transition:all .25s;
  -o-transition:all .25s;
}
#page-load-interstitial-text {
  position: relative;
  padding:2%;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
}
#page-load-interstitial-text h3 {
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: #282828;
  border-left:5px solid #e2383f;
  padding:1% 0 1% 10px;
  font-size: 2em;
  text-align: left;
  line-height: 1.3em;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
}
#page-load-interstitial-text p {
  color: #282828;
  text-align: center;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
}
.interstitial-button {
  text-align: center;
  margin: 40px 0 20px 0;
}
#page-load-interstitial-text .interstitial-button span {
  border: 1px solid;
  padding: 15px 40px;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;

}
#page-load-interstitial-wrapper .interstitial-body:hover img {
  filter: grayscale(100%);
}
#page-load-interstitial-wrapper .interstitial-body:hover {
  background-color: #1a79af;
}
#page-load-interstitial-wrapper .interstitial-body:hover h3, #page-load-interstitial-wrapper .interstitial-body:hover p {
  color: #fff;
}
#page-load-interstitial-wrapper .interstitial-body:hover #page-load-interstitial-text .interstitial-button span{
background-color:#feab00;
color:#fff;
border-color:#1a79af;
}
#page-load-interstitial-wrapper .interstitial-body #page-load-interstitial-text .interstitial-button span:hover{
color:#1a79af;
}
/***
*   IMAGE INTERSTITIAL
***/
.interstitial-image{
  display:inline-block;
  vertical-align: top;
  width:29%;
  margin:1%;
  overflow: hidden;
  border:1px solid rgba(40,40,40,.15);
  background-color:#fff;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;

}
.interstitial-image:hover{
  background-color:#1a79af;
  color:#fff;
  border-color:#1a79af;
  cursor:pointer;
}
.interstitial-image:hover .cta{
    background-color:#feab00;
    border-color:#feab00;
    color:#fff;
}
.interstitial-image h4 {
    margin: 5%;
    padding: 10px;
    text-align: left;
}

.interstitial-body.image {
    border: 1px solid rgba(40,40,40,.15);
    padding: 5%;
    background-color: #fff;
    position:fixed;
    z-index:1000000;
}
.interstitial-body.image h4 {
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 2em;
    line-height: 1.3em;
}
.interstitial-body.image .cta {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.interstitial-body.image .cta a {
    border: 1px solid #1a79af;
    background-color: #1a79af;
    color: #fff;
    padding: 20px 40px;
    font-family: 'Raleway', sans-serif;
    transition:all .25s;
    -webkit-transition:all .25s;
    -moz-transition:all .25s;
    -o-transition:all .25s;
}
.interstitial-body.image .cta a:hover{
  background-color:#fff;
  color:#1a79af;

}
#page-load-interstitial-wrapper .interstitial-body{
  width:50%;
  border:1px solid rgba(40,40,40,.15);
    background-color: rgba(251,251,251,.98);
}
@media screen and (max-width:1300px){
  .news-article.action-button .info h4{
    font-size:1.4em;
  }
  .news-article.action-button {
    width: 29%;
    margin-right: 2%;
  }
  .news-article.gen-hover .hover-text p{
    font-size:.8em;
    line-height:1.6em;
  }
}
@media screen and (max-width:1200px){
  .info-buttons li a .rel-wrapper .inner-wrapper>p:first-child {
  font-size: 3em;
}
ul.info-buttons>li {
  width: 115px;
  height: 115px;
}
.info-text p.headline {
  font-size: 1.5em;
  margin-bottom: 2%;
}
.info-text p.text{
font-size:.9em;
}
.info-text .gen-callout-button.teal-button {
  margin-top: 5%;
}
li.drop-down-text {
  width: 50%;
}
.dot-wrapper .fa {
    margin-right: 3%;
  }

}
@media screen and (max-width:1100px){
  .info-buttons #page-headline {
  font-size: .8em;
  }

}
@media screen and (max-width:1000px){
  .nav-link {
    margin-bottom: 28px;
  }
  .nav-link a {
    font-size: .8em;
    padding: 15px 20px;
  }
  .event {
      height: 100px;
      font-size: .9em;
  }
  .event .headline {
    font-size: .9em;
  }
  .event .date {
    font-size: 2.3em;
  }
  .news-article {
    font-size: .8em;
  }
  .news-article.profile, .news-article.gen-hover{
    width:29%;
margin-right:2%;
  }
  .news-article.profile .wrapper section h4 a {
    font-size: 1.1em;
  }
  .play-video-text {
    bottom: 5%;
  }
  .progress-bar-semi-circle.half-width {
    width: 96%;
    margin: 2% 2%;
  }
  .info-text p.headline {
      font-size: 1.2em;
  }
  .info-text p.text{
    font-size:.9em;
    line-height:1.3em;
  }
  #info-buttons {
      top: 55%;
    }
  #banner-image.info-buttons p.sub-headline {
  font-size: 1.3em;
}
  .link-block {
  width: 40%;
  }

#header-image-drop-down {
  font-size: .8em;
}
#page-load-interstitial-wrapper .interstitial-body {
  width: 60%;
}
.filterable-content .body-text{
font-size:.7em;
}

.filter-button{
  font-size: .8em;
  padding: 15px 20px;
}
.filter-label p {
  font-size: 1em;
}
.interstitial-image{
  width:45%;
}
.interstitial-body.image {
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);

}
}


@media screen and (max-width:900px){
  .info-buttons #page-headline {
  font-size: .8em;
  }
  .info-buttons li a .rel-wrapper .inner-wrapper>p:first-child {
  font-size: 2.5em;
}
ul.info-buttons>li {
  width: 105px;
  height: 105px;
}
.inner-wrapper p.text {
  font-size: .8em;
}
.info-text .gen-callout-button.teal-button a{
  padding: 10px 20px;
  font-size:.9em;
}
.filterable-content {
  width: 45%;
}
.filterable-content .body-text{
font-size:.8em;
}
.dot-wrapper .fa {
    margin-right: 4%;
  }
}

@media screen and (max-width:800px){
  .news-article.gen-hover{
    width:46%;
  }
}
@media screen and (max-width:600px){
  .filter-label {
  display: block;
  margin-bottom: 20px;
  width: auto;
  text-align: left;
  }
  .filter-options {
  width: 95%;
}
.filterable-content {
  width: 95%;
}
}
@media screen and (max-width:480px){

.third-width { width: 100%!important; padding-top: 2%; }
.third-col-button { clear: left; }

}

@media screen and (max-width:800px), only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){
  #page-headline h2 {
    font-size: 2.5em;
  }
ul.info-buttons>li {
  width: 95px;
  height: 95px;
}
.info-buttons li a .rel-wrapper .inner-wrapper>p:first-child {
  font-size: 2em;
}
.info-text .gen-callout-button.teal-button {
  margin-top: 2%;
}
.nav-link{
font-size:.8em;
}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){
.news-article.gen-hover .hover-text {
    position: relative;
    opacity: 1;
    margin-top: -10%;
    background-color: #fff;
  }
  .news-article.gen-hover .hover-text p{
    font-size:1em;
    line-height:1.6em;
  }
}
@media screen and (max-width:800px), only screen
and (min-device-width : 768px)
and (max-device-width : 1024px), only screen
and (min-device-width : 375px)
and (max-device-width : 667px), only screen
and (min-device-width : 414px)
and (max-device-width : 736px), only screen
and (min-device-width : 320px)
and (max-device-width : 568px), only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
  .nav-link {
    margin-bottom: 34px;
    margin-left: 10px;
  }
  .nav-link a{
    font-size:1em;
  }
  #nav-links, #subjects-wrapper-open, #subject-wrapper-open, #sections-wrapper-open, #section-wrapper-open  {
    width: 94%;
    margin-left: 1%;
  }
  #nav-links{
    padding:2% 0;
  }
  .play-video-text {
    bottom: 0%;
  }
  #info-buttons {
      top: 55%;
    }
  #banner-image.info-buttons p.sub-headline {
  font-size: 1.3em;
}
#page-load-interstitial-wrapper .interstitial-body img {
  position: relative;
  width: auto;
  max-height:50vh;
  transform: none;
  -webkit-transform:none;
  -moz-transform:none;
  o-transform:none;
  margin-top:2%;
  top: 0;
  left: 0;
}
#page-load-interstitial-text {
  position: relative;
  width: 90%;
  padding: 5%;
  background-color: transparent;
}
#page-load-interstitial-text h3 {
  font-size: 1.5em;
}
#page-load-interstitial-wrapper .interstitial-body {
  height: auto;
      background-color: rgba(251,251,251,.98);
      text-align: center;
  width:80%;
}
.subject h3, #search-results-wrapper h3, #on-page-search-results-wrapper h3 {
    font-size: 2em;
  }
}
@media only screen
and (max-device-width: 1024px)
and (min-device-width: 768px)
and (orientation : landscape){
.nav-link {
    margin-bottom: 48px;
  }
  .news-article.profile .wrapper section h4 a {
    font-size: 1.1em;
  }
}

@media screen and (max-width:700px), only screen
and (min-device-width : 375px)
and (max-device-width : 667px), only screen
and (min-device-width : 414px)
and (max-device-width : 736px), only screen
and (min-device-width : 320px)
and (max-device-width : 568px), only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
  .events-wrapper.third-width {
    width: 100%;
    margin-left: 0;
  }
  article.event {
      width: 95%;
      margin-left: 2%;
  }
  #subject-stories-body-open-wrapper .news-article, .news-article.gen-hover, .news-article.fast-fact-column {
    width: 46%;
  }
  #nav-links .inner-wrapper {
    margin-top: 2%;
  }
  #page-headline {
      top: 55%;
      padding: 0 5%;
          width: 90%;
    }
    #page-headline h2 {
      font-size: 1.8em;
      line-height: 1.3em;
    }
    .gen-callout-button a {

    font-size: .8em;
    padding: 15px 20px;
  }
  .interstitial-body {
    width: 90%;
}
.close-interstitial-button{
  transform: translate(0%,-120%);
      -webkit-transform: translate(0%,-120%);
      -moz-transform: translate(0%,-120%);
      -o-transform: translate(0%,-120%);
}
.play-video-text {
    bottom: 0%;
    font-size: .5em;
}
.play-video-text p {
    display: none;
}
.play-video-text p:first-child {
    display: block;
    margin-bottom: 2%;
    font-size: 1.6em;
}
.news-article.gen-hover .hover-text {
    position: relative;
    opacity: 1;
    margin-top: -10%;
    background-color: #fff;
  }
  .news-article.gen-hover .hover-text p{
    font-size:1em;
    line-height:1.6em;
  }
  .progress-bar-semi-circle canvas {
    width: 100% !important;
}
.progress-bar-semi-circle .third-width.height-100 {
    width: 29% !important;
    font-size: .7em;
}
li.drop-down-text {
    width: 90%;
  }
  #header-image-drop-down .drop-down-text .rel-wrapper .text {
  font-size: .8em;
}
.interstitial-body.image {
    top: 5%;
    left: 10%;
    width: 70%;
    overflow: scroll;
    scroll-behavior: auto;
    height: 70%;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
}
}
@media only screen
and (max-device-width: 1024px)
and (min-device-width: 768px), only screen
and (min-device-width : 375px)
and (max-device-width : 667px), only screen
and (min-device-width : 414px)
and (max-device-width : 736px), only screen
and (min-device-width : 320px)
and (max-device-width : 568px), only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
    ul.info-text {
      display:none;
    }
    .interstitial-image{
      width:45%;
    }
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px), only screen
and (min-device-width : 414px)
and (max-device-width : 736px), only screen
and (min-device-width : 320px)
and (max-device-width : 568px), only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
  body{
     background-image: url(' https://www.fairfield.edu/media/main-site/2017-18/images/0000_redesign-17-18_background-image_fairfield-shield_mobile_08192017.png');
  }
}
@media screen and (max-width:600px), only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait), only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : portrait), only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait), only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : portrait){
  #banner-image {
      height: 350px;
      width: auto;
      overflow: hidden;
  }
  #banner-image img {
    height: 100%;
    width: auto;
    overflow: hidden;
    margin-left: -25%;
}
#banner-image.no-image {
  height: 250px;
  background-color: #e2383f;
}
#banner-image.no-image #page-headline {
  top: 50%;
}
  #subject-stories-body-open-wrapper .news-article, .news-article.action-button {
    width: 96%;
    margin-right:0;
  }
  #nav-links .inner-wrapper {
    margin-top: 2%;
  }
  .close-interstitial-button{
    transform: translate(0%,-120%);
        -webkit-transform: translate(0%,-120%);
        -moz-transform: translate(0%,-120%);
        -o-transform: translate(0%,-120%);
  }
  .news-article.gen-hover{
    width: 96%;
    margin-right:0;
  }
  .play-video-text p:first-child {
    display: block;
    margin-bottom: 5%;
    font-size: 1.7em;
}
.subject>.rel-wrapper>a>.news-article.action-button{
  width:96%;
}
.subject>.rel-wrapper>a>.news-article.profile,.subject>.rel-wrapper>a>.news-article.gen-hover, .subject>.rel-wrapper>a>.news-article.fast-fact-column, .subject>.rel-wrapper>a>.news-article {
  width:96%;
  margin-right:0;
}
.close-interstitial-button.profile {
    transform: translate(-10%,5%);
    -webkit-transform: translate(-10%,5%);
    -webkit-transform: translate(-10%,5%);
    -moz-transform: translate(-10%,5%);
  }
  .interstitial-body.profile {
    height: 80%;
    transform: translate(-50%,-45%);
    -webkit-transform: translate(-50%,-45%);
    -moz-transform: translate(-50%,-45%);
    -o-transform: translate(-50%,-45%);
  }


  .inner-wrapper p.text {
  font-size: .7em;
  }
  .footer-action-buttons{
    text-align: center;
  }
  .link-block {
  width: 98%;
  margin:2% 0;
  }
  .interstitial-image{
    width:90%;
  }
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait), only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : portrait){

#info-buttons {
  top: 40%;
}
.info-buttons li a .rel-wrapper .inner-wrapper>p:first-child {
  font-size: 1em;
margin: 0;
}
ul.info-buttons {
width:96%;
  padding: 0 2%;
}
ul.info-buttons>li {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.inner-wrapper p.text {
  font-size: .7em !important;
  margin: 0 !important;
}
li.drop-down-text {
  width: 95%;
}
#header-image-drop-down ul ul{
width:95%;
}
.news-article.profile {
  width: 96%;
  margin-right: 0;
}
#header-image-drop-down .drop-down-text .rel-wrapper .text {
  width: 80%;
  font-size: .7em;
}
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape), only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape), only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape), only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : landscape){
  .interstitial-body {
    width: 75%;
    transform: translate(-50%,-40%);
        -webkit-transform: translate(-50%,-40%);
        -moz-transform: translate(-50%,-40%);
        -o-transform: translate(-50%,-40%);
}
.close-interstitial-button{
  transform: translate(180%,-100%);
  -webkit-transform: translate(180%,-100%);
  -moz-transform: translate(180%,-100%);
  -o-transform: translate(180%,-100%);
font-size: .8em;
}
.interstitial-body .gen-callout-button.center-align {
    margin-top: 20px;
}
.news-article.profile, .news-article.gen-hover, .news-article.fast-fact-column {
    width: 46%;
}
.close-interstitial-button.profile {
    transform: translate(-60%,10%);
    -webkit-transform: translate(-60%,10%);
    -moz-transform: translate(-60%,10%);
    -o-transform: translate(-60%,10%);
  }
  #page-load-interstitial-wrapper .interstitial-body {
  height: 80%;
  text-align:center;
}
#page-load-interstitial-wrapper .interstitial-body img {
  position: absolute;
  max-height:500%;
  width:100%;
  height:auto;
  transform: translate(0, -20%);
  -webkit-transform: translate(0, -20%);
  -moz-transform: translate(0, -20%);
  -o-transform: translate(0, -20%);
}
#page-load-interstitial-text {
  position: absolute;
  bottom: 0;
  background-color: rgba(251,251,251,.9);
}
#page-load-interstitial-text {
  padding: 2%;
  width: 96%;
}
#page-load-interstitial-text h3 {
  font-size: 1.3em;
  margin-bottom: 1%;
}
#page-load-interstitial-text p.font-large {
  font-size: 1em;
  margin-top: 0;
}

}
