  section#latest-news {
	position: relative;
	background: url('/themes/abbott/img/news-bg.jpg') center/cover no-repeat;
	overflow: hidden;
}
section#latest-news .latest-news {
	padding: 30px 0px 20px;
}
#latest-news span.cover {
	background: rgba(0, 51, 102, 0.74);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#latest-news h1 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
}
#latest-news h1::before {
	content: "";
	background-color: rgba(219, 219, 77, 0.78);
	position: absolute;
	pointer-events: none;
	z-index: -1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: -180px;
	left: -70px;
	width: 360px;
	height: 360px;
}
#latest-news a.news-col {
	text-decoration: none;
}
#latest-news h1 span {
	text-transform: none;
	display: table;
	font-size: 32px;
}
#latest-news .news-col {
	background: #fff;
	display: block;
	position: relative;
}

#latest-news .news-col .rollover {
	position: absolute;
	height: 100% !important;
	left: 0;
	top: 0;
	width: 100%;
	transition: 0.7s;
	overflow: hidden;
	background-size: 612px;
	background-repeat: no-repeat;
	background-position: center;
}
#latest-news .news-col .rollover::after{
	content: '';
	border-bottom: 15px solid #fff;
	width: 100%;
	position: absolute;
	bottom: 0;
}
/*section#latest-news .news-col:hover::after{
	width: 150px;
	border-bottom: 5px solid #0000cc;
}*/
#latest-news .news-col .rollover .content{
	padding: 25px 15px;
	margin: 0;
	background: #cc0;
	color: #036;
	font-size: 21px;
	font-weight: 700;
	top: 0;
	position: absolute;
	display: block;
	width: 100%;
	text-decoration: none;
}
#latest-news .news-col:hover .rollover{
	height: 0 !important;
}
#latest-news .news-col .background-image{
	height: 200px;
	background-size: cover;
	background-position: center;
}
#latest-news .news-col .block{
	padding: 10px;
	border-bottom: 15px solid #cc0;
}
#latest-news .news-col .block h3 {
	display: table;
	font-weight: 700;
	color: #036;
	font-size: 21px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #cc0;
}
#latest-news .news-col .block p {
	margin-bottom: 20px;
	color: #999;
	max-height: 46px;
	min-height: 46px;
	font-weight: 300;
	overflow: hidden;
}
#latest-news .news-col .block .postdate {
	text-align: right;
	color: #036;
	font-weight: 700;
}

/* ----- Responsive Styles -----*/

@media(min-width: 640px) {
	#latest-news .news-col {
		margin: 0 8px;
	}
}
@media(min-width: 768px) {
    section#latest-news h1{
    font-size: 42px;
	}
	#latest-news h1::before {
		top: -230px;
		left: -80px;
		width: 460px;
		height: 460px;
	}
	#latest-news h1 span {
		font-size: 36px;
	}
    section#latest-news .divider{
    width: 200px;
    }
}
@media(min-width: 1500px) {
	section#latest-news .latest-news {
		padding: 30px 0px 50px;
	}
}
