<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page-title {
    font-size: 2rem;
    font-family: "Akkurat Pro Bold","Arial Black",sans-serif;
    padding: .5rem 0 2rem;
    display: inline-block;
}

#page-title + #newsletter-bttn {
  font-weight: bold;
  padding-left: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  top: 0;
  min-width:  183px;
}

#main-content-wrap #main-content {
    position:relative;
    margin-bottom:  0;
}

 .author {
	 display: inline;
	 text-transform:capitalize;
}
 .author:before {
	 content: " // ";
	 display: inline-block;
	 padding: 0 6px;
	 letter-spacing: 2px;
}

.newsarticle_dateline {
    border-top: 1px solid #ccc;
    color: #342f2e;
    line-height: 2rem;
    text-transform: uppercase;
    font-family: "Akkurat Pro Regular","Arial Black",sans-serif;
	font-size: .9rem;
	font-weight: normal;
	letter-spacing: 0rem;
    margin-bottom: 1.5625rem;
}

#news-article-content {
    position: relative;
    margin-bottom: 30px;
}

#news-article-content #back-to-dept {
    margin-top: 0;
    position: absolute;
    right: 0;
    float: none;
    display: inline-block;
}

#news-article-content .categories a {
    display: inline-block;
    padding: 20px 0 0 0;
    text-transform: uppercase;
}

 .slider .caption {   
      font-size: 1rem;
      line-height: 1.3rem;
      padding: 0.8rem 2rem 1rem 2rem;
    }
    
#main-content #news-article-content h1 {
    text-transform: none;
    font-size: 1.9rem;
    line-height: 2.5rem;
    margin-bottom: .7rem;
    padding-top: .67em;
    margin-top: 0;
    font-family: "Akkurat Pro Bold","Arial Black",sans-serif;
    font-weight:normal; 
}

#news-article-content h2 {
    font-family: "Akkurat Pro Regular","Arial Black",sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0rem;
    color: #333;
    margin: 0;
    padding-bottom: .8rem;
    padding-top: 0;
    text-transform: none;
}

#dept-news_story h3 {
    font-size: 1.1rem;  
}

#dept-news_story h4 {     
    font-size: 1rem;
}

#dept-news_story h3, #dept-news_story h4 {
    font-family: "Akkurat Pro Bold","Arial Black",sans-serif;
    font-weight:600;
    margin-bottom: 1rem;
    padding: 0;
    text-transform: none;
}

#dept-news_story p:first-of-type {
    margin-top: 0;
}

#dept-news_story {
    overflow: hidden;
}


a.related-link {
    margin-left: 20px;
    display: block;
    position: relative;
}

.related-link:before {
    content: " ";
    background: url('../images/structure/sprites/news-share.svg') no-repeat -218px -10px;
    width: 20px;
    height: 16px;
    display:inline-block;
    position: absolute;
    left: -20px;
    top: 4px;
}

#news-right-col {
    float:right;
    width: 160px;
    font-size: 0.875rem;
 
}

#breadcrumb_info .right-col-inner-content {
    padding: 0;
}

.social a {
    vertical-align: top;
}

.sep {
    display: inline;
}

.image_float_left, .floatLeft {
float:left;
margin-right: 2em;
}

.image_float_right, .floatRight {
float:right;
margin-left: 2em;
}

.rspnsv-wrap &gt; img {
    display:block;
}

.floatRight.rspnsv-wrap, .floatLeft.rspnsv-wrap {
    max-width: 250px;
}

#newsarticle_content_rightside h4 {
    font-family: 'Poppins Bold', "Arial Black", sans-serif;
	font-size: 1.7rem;
	text-transform: none;
    margin: 1.625rem 0 1rem 0;
    letter-spacing: -.3px;
}

.lower-side {
    margin: 28px 0 0 0;
    border-top: 1px solid #cacaca;
 
}

.lower-side a {
    margin-right: 1em;
    display: inline-block;
    margin-bottom: 1rem;
}

.lower-side &gt; div {
    max-width: 130px;
}

.news_list_side a {
    font-size: 1rem;
    font-family: "Akkurat Pro Bold","Arial Black",sans-serif;
    font-weight: normal;
    display: block;
    margin-bottom: 1.25rem;
    border-bottom: none !important;
}

.news_list_side a span {
    border-bottom: 1px dotted #B6ACD1;
}

.news_list_side a span:hover {
    border-bottom: 1px solid #4E2A84;
}

#main-content .slick-dots {
    display:none !important;
}

@media screen and (max-width: 980px) {
      .news_list_side {
           display:none;
      }
       .lower-side {
           width: 50%;
           padding-left: 3.2rem;
           float: left;
           border-top: none;
      }

      .lower-side &gt; div {
          max-width: 100%;
      }
      
      #newsarticle_content_rightside {
    border-top: none;
    margin: 0;
      }

      #right-col{
        margin: 0;
      }
      
      #news-article-content #back-to-dept {
    float:none;
    display: inline-block;
    position: relative;
    top: 0;
    }

}

@media screen and (max-width: 800px) {
    .lower-side &gt; div {
          max-width: 135px;
      }
	.floatRight, .floatLeft {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 700px) {
    .floatLeft {
	float:left;
	margin-right: 2em;
	}
	
	.floatRight {
	float:right;
	margin-left: 2em;
	}
}



@media screen and (max-width: 560px) {

/*-----------SLIDER -----------*/

    #main-content .slider {
      margin: 0;
    }

    #main-content .slick-dots { 
    position: inherit;
    display: inline-block !important;
    height: 30px; 
    list-style: none; 
    text-align: center; 
    padding: 0px; 
    width: 100%; 
    background: #000; 
    margin: 5px 0 0 0;
    bottom: 0;
    right: 0;
    }
    
    #main-content .slick-dots li { 
	position: relative; 
    display: inline-block; 
     height: 20px; 
    width: 20px; 
     margin: 0 5px;  
    cursor: pointer; 
    }
    
    .slick-dots li button { 
    border: 0; 
    background: transparent; 
    display: block; 
    height: 20px; 
    width: 20px; 
    line-height: 0; 
    font-size: 0; 
    color: transparent; 
    padding: 5px; 
    cursor: pointer; 
    outline: none; }
    .slick-dots li button:focus { 
    outline: none;
    }
    
    .slick-dots li button:before { 
    position: absolute; 
    top: 5px; 
    left: 0; 
    content: " "; 
    width: 10px; 
    height: 10px;  
    background-color: #666666; 
    border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
     border: 2px solid #3a3a3a;
    text-align: center; 
    color: gray; 
    }
    
    .slick-dots li.slick-active button:before { 
    background-color: #fff;
    }

    button.slick-prev, button.slick-next {
    bottom: 6px;
    z-index: 1;
    background: transparent;
    height: 20px;
    }
    button.slick-next {  
        right: 0;
    }
    button.slick-prev {
      left: 0;
      }

    .slider .caption {
        width: 100%;
        display: inline-block;
        position: inherit;
        margin-top: 5px;
        padding: .7rem;
    }
    .slick-slide {
      position: relative;
    }
	
	.floatRight {
		float: none;
		margin-left:0;
	}
	.floatLeft {
		float: none;
		margin-right:0;
	}
    
}

@media screen and (max-width: 480px) {
    #main-content #news-article-content h1 {
        font-size:1.5rem;
    }
     .lower-side {
       padding-left: 0;
       padding-right: 1rem;
    }
}

@media screen and (max-width: 360px) {
     .lower-side {
           width: 100%;
      }
      .lower-side &gt; div {
          max-width: 100%;
      }
      
      .floatRight &gt; img, .floatLeft &gt; img {
          float: none;
      }
}

</pre></body></html>