/**
 * 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-projects {
	max-width: 997px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 80px auto 0 auto;
}

.eit-projects-header {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.eit-projects-count {
	width: 133px;
	height: 36px;
	font-size: 24px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #004494;
}

.eit-projects-hr {
	width: 100%;
	border: solid 1px #dbdbdb;
	margin: 26px 0
}

.eit-projects-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

/* align elements in the last line left, if the line has missing elements */
.eit-projects-grid::after {
	content: " ";
	width: 319px;
}
.eit-projects-grid-row-count-1::after { order: 1; }
.eit-projects-grid-row-count-2::after { order: 3; }
.eit-projects-grid-row-count-3::after { order: 5; }
.eit-projects-grid-row-count-4::after { order: 7; }

article.eit-projects-carret {
	position: relative;
	width: 319px;
	min-height: 428px;
	border: none;
	background-color: #ffffff;
	margin: 0 auto 16px auto;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.eit-project-thumbnail {
	height: 183px;
	min-height: 183px;
	overflow: hidden;
}

.eit-project-thumbnail.no-thumbnail {
	border-radius: 0 20px 0 0;
	border: solid 2px #f2f2f2;
}

.eit-project-thumbnail a {
	display: block;
	height: 183px;
}

.eit-project-thumbnail img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 20px 0 0;
}

#wrapper #main .eit-projects-carret .content-wrapper {
	border-radius: 0 0 0 20px;
	border: solid 2px #f2f2f2;
	padding: 16px 16px 18px 16px;
	height: 100%;
	min-height: 245px;
	border-top: none;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

#wrapper #main .eit-projects-carret.eit-project-static-page .content-wrapper {
	border: none;
	background-color: #6bb745;
	padding-top:40px;
}
#wrapper #main .eit-projects-carret.eit-project-static-page .content-wrapper .entry-content{
	color: #ffffff;
}


#wrapper #main .eit-projects-carret .content-wrapper .eit-projects-taxonomy{
	height: 24px;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #6bb745;
	word-break: break-word;
	hyphens: auto;
	word-wrap: break-word;
	text-transform: uppercase;
}

#wrapper #main .eit-projects-carret h2.entry-title {
	font-weight: 600;
	height: auto;
	font-size: 24px;
	line-height: normal;
	width: 256px;
	margin: 5px 0 0 0;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
}

#wrapper #main .eit-projects-carret h2.entry-title a {
	color: #58595b;
}
#wrapper #main .eit-projects-carret.eit-project-static-page h2.entry-title a {
	color: #ffffff;
}

#wrapper #main .eit-projects-carret .eit-project-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;
	/* add some padding top for the `scrollIntoView` and reduce it by the same negative margin */
	padding: 35px 0 10px;
}

#wrapper #main .eit-projects-carret.eit-project-static-page .eit-project-read-more {
color: #ffffff;
}

#wrapper #main .eit-projects-carret .eit-project-read-more svg {
	width: 22px;
	height: 22px;
	object-fit: contain;
	transition: all .2s;
}

@media screen and (min-width: 1024px) {
	article.eit-projects-carret {
		margin: 0 0 16px 0;
	}
}