/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.eit-latestnews {
	width: 100%;
}
#wrapper .eit-latestnews .eit-latestnews-headline-wrapper h2{
	height: 47px;
	font-size: 31px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #034ea2;
	margin-bottom:24px;
	margin-top:0;
}
.eit-latestnews-grid article {
	display: flex;
	width: 100%;
	max-height: 308px;
	height: 100%;
	border-radius: 0 20px 0 20px;
	background-color: #eeeeee;
	margin-bottom: 50px;
}
.eit-latestnews-grid .post-thumbnail {
	width: 49.3%;
}

.eit-latestnews-grid img {
	width: 100%;
	height: 100%;
	display: block;
	border-bottom-left-radius: 20px;
	object-fit: cover;
}

.eit-latestnews-grid .entry-content {
	width: 50.7%;
	padding:40px 33px 40px 33px;
	height: auto;
}

#wrapper #main .eit-latestnews-grid h2.entry-title {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #58595B;
	margin-bottom: 16px;
	margin-top:0;
}

.eit-latestnews-grid .entry-meta {
	height: 24px;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #57585a;
	margin-bottom: 40px;
}
.eit-latestnews-grid .entry-meta .byline {
	margin:0 5px;
}

.eit-latestnews-read-more {
	height: 24px;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #004494;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.eit-latestnews-read-more svg {
	width: 20px;
	height: 20px;
	object-fit: contain;
	transition: all .2s;
}

@media screen and (max-width: 767px){
	.eit-latestnews-grid article {
		max-height: unset;
		flex-direction: column;
	}
	.eit-latestnews-grid .post-thumbnail {
		width: 100%;
	}
	.eit-latestnews-grid .entry-content {
		width: 100%;
	}
	.eit-latestnews-grid img {
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0;
	}
}