/* News Module Styles */
.newsModuleWrpr .paging {float:none;}
.newsModuleWrpr .item .aside { min-width:100px; }

.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;}
.newsFilterCat {width: 185px;}
.newsFilterSearchBtn {float:right;margin-left:15px;}
.newsFilterSearchType {padding-top:3px;float:right;}
.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;}

.newsModuleWrpr {
	display: block;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
	line-height: 1.25em;
	margin-bottom: 0;
}
.newsModuleWrpr h2.title {
	line-height: 1.25em;
}
.newsModuleWrpr .itemList {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.newsModuleWrpr .itemList li.item {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	margin: 0 0 20px 0;
	padding: 0;
	height: 180px;
	border-top: 0 !important;
}
.newsModuleWrpr .itemList .content,
.newsModuleWrpr .itemList .aside {
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	overflow: hidden;
}
.newsModuleWrpr .itemList .content {
	display: flex;
	flex-flow: column nowrap;
	background-color: #d1d3d4;
}
.newsModuleWrpr .itemList .content-mod {
	display: flex;
	flex-flow: column nowrap;
	flex-grow: 1;
	padding: 20px 15px;
}
.newsModuleWrpr .itemList .content a {
	color: #58585a;
}
.newsModuleWrpr .itemList .content .title {
	display: block;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsModuleWrpr .itemList .content .summary {
	flex-grow: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 20px;
	background-color: #d1d3d4;
}
.newsModuleWrpr .itemList .continue-link-item {
	display: block;
	height: 18px;
	overflow: hidden;
}
.newsModuleWrpr .itemList .continue-link {
	display: inline-block;
	padding-right: 16px;
	max-width: 100%;
    position: relative;
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsModuleWrpr .continue-link::after {
    content:"";
	display: block;
	position: absolute;
	top: 7px;
	right: 4px;
	width: 8px;
	height: 8px;
	border-width: 2px;
	border-style: none solid solid none;
	border-color: #58585a;
	transform: rotate(-45deg);
}
.newsModuleWrpr .itemList .aside {
	display: flex;
	flex-flow: column nowrap;
	padding: 0;
}
.newsModuleWrpr .itemList .aside a {
	display: block;
	height: 100%;
}
.newsModuleWrpr .itemList .aside img {
	display: block;
	position: relative;
	margin: 0;
	min-width: 100% !important;
	min-height: 180px !important;
	max-width: 100% !important;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.newsModuleWrpr .itemList .caption {
	display: none;
}
.newsModuleWrpr a:active,
.newsModuleWrpr a:focus {
    outline: 0;
}

.newsDetail {
	display: block;
}
.newsDetail h1.title {
	display: block;
	margin-bottom: 20px;
}
.newsDetail .meta {
	display: none;
}
.newsDetail .content {
	display: block;
	margin-bottom: 20px;
}
.newsDetail a.back-link {
	color: #48aa48;
}