<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* News Module Styles */
.newsModuleWrpr {margin-bottom:50px;}
.newsModuleWrpr .paging {float:none;}
.newsModuleWrpr .item .aside { min-width:100px; }

.newsFilterLeftWrpr {width:55%;float:left;}
.newsFilterRightWrpr {float:right;width:40%;text-align:right;}
.newsFilterSearchBtn {display:inline-block; margin:3px 0;}
.newsFilterSearchType {display:inline-block; margin:3px 0;}
.newsPhotoRight {float:right; margin: 15px 0px 15px 15px;}

.newsItemsWrpr {padding:0px 0px 20px 0px;}
.newsItemWrpr {padding:0px 0px 25px 0px;}
.newsItemWrpr .newsItemPhoto {float:left; display:inline; margin:0 0 12px 0;}

.newsItemWrpr .newsItemImg {float: left;padding-left: 12px; margin-top:0px; margin-right:20px;}
.newsItemWrpr .newsItemImg img{width:70px;height:60px;}
.newsItemWrpr .newsItemDescr {}
.newsItemWrpr .newsItemDescr p {padding:0 0px;}
.newsItemWrpr .newsItemDescr h2 {font-size:13px;font-family:arial;margin:0px;padding:0px;}
.newsItemWrpr .newsItemDescr h2 a{font-size: 13px;color: #7AAFDF;font-weight: bold;text-decoration: none;}
.newsItemWrpr .moreLink {text-align:right;color: #7AAFDF;text-decoration: none;font: bold 11px Arial;}

.newsSummaryWrpr .mod {background:none;}
.newsSummaryWrpr h2 { color: #394A43; letter-spacing: 2px; margin: 0px 0px 10px; padding: 0px 0px 6px; font: bold 11px Georgia; text-transform: uppercase; border-bottom: 1px solid #D6CEAD; }
.newsSummaryBackgroundWrpr {}
.newsSummaryImage {float:left;}
.newsSummaryDesc { border-bottom: 1px dotted #BAC9C2; margin: 0px 0px 10px; padding: 0px 0px 10px; font-size:12px;}
.newsSummaryViewAll {text-align:right;}

.newsFilterCat {}
.newsFilterMonthWrpr,
.newsFilterYearWrpr {/* padding-bottom:10px; */}

.filter .table-col {
	vertical-align:middle;
}

.filterActions {/* padding-top:10px; */}

.news-filter {
	text-align:center;
	padding-bottom:1.5em;
}


.news-filter .table-row {
    display: block;
    width: 100%;
}
.news-filter .filterOptions {
    float: left;
    margin-right: 10px;
	padding-bottom:10px;
}
.news-filter .filterActions {float:right; margin-top:21px;}	
.newsFilterCatWrpr {}
.newsFilterCat {min-width:120px;}
.news-filter label {display:block;}
.news-filter select {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-weight: 600;
    padding: 8px 6px;	
}
@media (max-width:1199px){
	.news-filter .filterActions {width:100%; margin-top:0; text-align:left;}
}

@media (min-width:49em){
	.newsFilterMonthWrpr,
	.newsFilterYearWrpr {padding-bottom:0px;}
	
	.news-filter {text-align:left;}
	.filterActions {text-align:right; white-space:nowrap; padding-top:0px;}
    .filter .table-row { display:table; width:100%; }
    .filter .table-col { display:table-cell; }
}

@media (min-width:48rem){
	.newsDetail h1 {
		font-size:2.2rem;
	}
}</pre></body></html>