/* codeDESIGN - content_featured_news_with_image.css */
@charset "utf-8";


/* FEATURED NEWS WITH IMAGE */
div.featured_news_list {
	margin: 0px 0px 40px 0px;
	padding: 20px 20px 20px 20px;
	background: #e9eef0;
}
article.featured_news_list_item {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
article.featured_news_list_item:after {
	background: var(--ci_color_grey_1);
	width: 120px;
	height: 2px;
	content: "";
	transform: translateX(-50%);
	margin: 0px 0px 0px 0px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
article.featured_news_list_item [class^="col-"],
article.featured_news_list_item [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
article.featured_news_list_item h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #e5e8ee;
	font-size: 16px !important;
}
article.featured_news_list_item h2 a, 
article.featured_news_list_item h2 a:link, 
article.featured_news_list_item h2 a:visited, 
article.featured_news_list_item h2 a:hover {
	text-decoration: none;
}
article.featured_news_list_item h2 {
	font: var(--font-h1_component);
	font-style: normal;
	color: var(--ci_color_black);
	letter-spacing: -1px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
	border-bottom: var(--border_bottom-headings);
	text-decoration: none;
	text-transform: uppercase;
}
article.featured_news_list_item h2::after {
	background: var(--ci_color_accent_1);
	bottom: -1px;
	content: '';
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
article.featured_news_list_item h2:hover:after {
	background: var(--ci_color_accent_1);
	width: 180px;
}
@media screen and (max-width: 768px) {
	
	article.featured_news_list_item h2,
	article.featured_news_list_item h2 a, 
	article.featured_news_list_item h2 a:link, 
	article.featured_news_list_item h2 a:visited, 
	article.featured_news_list_item h2 a:hover {
		border-bottom: none;
	}

}
div.featured_news_list_item_meta {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	line-height: 1;
	text-align: center;
	border-right: 2px solid #e5e8ee;
}
div.featured_news_list_item_image {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
div.featured_news_list_item_image img {
	display: none;
}
div.featured_news_list_item_image a, 
div.featured_news_list_item_image a:link {

}
span.featured_news_list_item_image_background {
	width: 100%;
	height: 100%;
	min-height: 150px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
@media screen and (max-width: 991px) {

	div.featured_news_list_item_image img {
		display: inline;
	}	
	span.featured_news_list_item_image_background {
		display: none;
	}

}
div.featured_news_list_item_content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
@media only screen and (max-width: 768px) {

	div.featured_news_list_item_content {
		padding: 0px 0px 0px 0px;
	}
	
}
div.featured_news_list_item_content [class^="col-"],
div.featured_news_list_item_content [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.featured_news_list_item_image_and_introtext {
	/*background: #ffffff;*/
}
div.featured_news_list_item_content_introtext {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
div.featured_news_list_item_content_readmore {
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
@media screen and (max-width: 768px) {
	/*	*/
	div.featured_news_list_item_meta {
		display: none;
	}

}
div.featured_news_list_item_meta time {
	text-align: right;
	font-size: 1.5em;
	color: var(--ci_color_black);
}
/* FEATURED NEWS SUBPAGE BUTTON */
div.featured_news_list_subpage_button a.href_button_featured_news {
	font: normal 10px/12px 'Open Sans',Arial,Helvetica;
	text-transform: uppercase;
	color: var(--white);
	margin: 0px 0px 0px 0px;
	padding: 4px 15px 4px 15px;
}
div.featured_news_list_subpage_button a.href_button_featured_news:hover {
	color: #010101;
}



/* FEATURED NEWS WITH IMAGE ITEM IMAGE OVAERLAY */
div.featured_news_list_item_image span.featured_news_list_item_image_overlay {
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.featured_news_list_item_image:hover span.featured_news_list_item_image_overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
div.featured_news_list_item_image span.featured_news_list_item_image_overlay i {
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
