/* News Module Styles */
.newsModuleWrpr {margin-bottom:50px;}
.newsModuleWrpr .paging {float:none;}
.newsModuleWrpr .item .aside { min-width:270px;  padding: 0 30px 0 0; position:relative;}
.newsModuleWrpr .item .aside a {display:inline-block; position:relative; margin:0 0 10px;}
.newsModuleWrpr .item .aside a:after {
	position:absolute;
	content:"";
	height:100%;
	width:4px;
	top:0;
	right:-12px;
	background:#176433;	
}
.newsModuleWrpr .item .aside img.bdr {border:none; padding:0;}

@media (max-width:59.938em) {
	.newsModuleWrpr .item .aside { min-width:210px;}
}
@media (max-width:47.938em) {
	.newsModuleWrpr .item .aside { min-width:150px;}
}

.newsFilterLeftWrpr {width:55%;float:left;}
.newsFilterRightWrpr {float:right;width:40%;text-align:right;}
.newsFilterMonthWrpr {float:left;margin-right:12px;margin-bottom:5px;}
.newsFilterMonth {width: 85px;}
.newsFilterYearWrpr {float:left;margin-right:12px;margin-bottom:5px;}
.newsFilterYear {width: 85px;}
.newsFilterCatWrpr {float:left;margin-bottom:5px;}
.newsFilterCat {width: 185px;}
.newsFilterSearchBtn {float:right;margin-left:15px;}
.newsFilterSearchBtn .btn {font-size:14px; padding: 6px 15px;}
.newsFilterSearchType {padding-top:3px;float:right;}
.newsFilterSearchType a {font-size:14px !important;}
.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: 00px;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 {}
.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;}


.newsOverview .content .title {margin:0 0 .5em; line-height:1.2;}
.newsOverview .itemList .content p {
	font-size:18px;
    margin: 0 0 .75em;
}
.newsOverview .itemList .content a.continue-link {font-size:14px; text-decoration:underline;}
.newsOverview .itemList .content a.continue-link:hover,
.newsOverview .itemList .content a.continue-link:focus {text-decoration:none;}

.newsDetail .aside {padding:0; max-width: 40%; margin:.5em 1em 1em;}
.newsDetail .aside img {margin:0 0 5px;}
.newsDetail .media-caption {font-size:14px;}

@media (max-width:479px){
	.newsDetail .aside {max-width:100%; margin:.5em 0 1em;}
	
}