.bg-light-grey {
	background-color: #f5f5f5;
}

#homepage-hero {
	max-height: 750px;
	background-position: left;
}

#hero-promotional-content {
	position: relative;
	bottom: -50px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	z-index: 99;
	margin-top:-200px;
}

#hero-latest-news {
	background-color: rgba(255,255,255,0.2);
	padding: 20px 20px 20px 20px;
	position: relative;
	bottom: -220px;
	width: 1000px;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}
#hero-latest-news .thumbnail {
	display: none;
}

#hero-latest-news .caption {
	background: transparent;
}

#hero-latest-news h3 a {
	color: #fff;
	margin-bottom: 0;
}

#hero-latest-news .btn.btn-default {
	color: #fff;
	padding:0;
	text-decoration: underline;
	background-color: transparent;
	border:0;	
}
#hero-latest-news .btn.btn-default:hover {
	text-decoration: none;	
}

