<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-outer-wrapper {
 position: relative;
}

#news-summary .row {
 display: block;
 width: 100%;
 margin-bottom: 25px;
 font-family: inherit;
}

#news-summary .row .image {
 width: 30%;
 float: left;
 overflow: hidden;
}

#news-summary .row .image img {
 width: 100%;
}

#news-summary .content {
 display: block;
 float: left; 
 width: 70%; 
}

#news-summary .content .inner-news-content {
 padding-left: 20px;
}

#news-summary .content a.title {
 font-family: inherit;
 color: #000000;
 font-size: 17px;
 text-decoration: none;
}

#news-summary .content a.title:hover {
 color: #000000;
 text-decoration: underline;
}

#news-summary .content .date {
 color: #757575;
 font-size: 14px;
 padding: 3px 0px 5px;
}

#news-summary .content .summary {
 padding-bottom: 10px;
}

#news-summary .content a.read-more {
 background: #000000;
 color: #FFFFFF;
 font-size: 12px;
 padding: 5px 10px;
 text-decoration: none;
}

#news-summary .content a.read-more:hover {
 background: #757575;
 color: #FFFFFF;
 text-decoration: none;
}

.clear {
 clear: both;
}

#news-summary .clear span{
 display: none;
}

/*** RSS Styles ***/

#RSSLink {
 height: 24px;
 position: relative;
 width: 24px;
}

#RSSLink a {
 height: 24px;
 width: 24px;
 display: block;
 background: #ee6e19;
 border-radius: 6px;
}

#RSSLink a span {
 text-indent: -9999px;
background: url('https://cdnsm4-hosted.civiclive.com/Common/resources/DesignPortfolio/SiteThemes/CommonLib/social-media-2014/rss/defualt-rss-icon-2014.png') no-repeat;
 width: 24px;
 height: 24px;
 display: block;
 opacity: 1;
 filter:alpha(opacity=100); /* For IE8 and earlier */
}

#RSSLink a:hover span {
 opacity: 0.7;
 filter:alpha(opacity=70); /* For IE8 and earlier */
}</pre></body></html>