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

.eit-partners-grid {
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
}

/* align elements in the last line left, if the line has missing elements */
.eit-partners-grid::after {
	content: " ";
	width: 354px;
}

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

.eit-partners-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-partners-hr {
	width: 100%;
	border: solid 1px #dbdbdb;
	margin: 26px 0
}

article.eit-partners-carret {
	position: relative;
	width: 354px;
	height: 288px;
	border-radius: 20px 0 20px 0;
	border: solid 4px #f2f2f2;
	background-color: #ffffff;
	margin: 0 auto 16px auto;
}

article.eit-partners-carret .entry-header {
	height: 100%;
}

.eit-partner-thumbnail {
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	height: 100%;
}

.eit-partner-thumbnail img {
	max-width: 216px;
	margin-bottom: 55px;
	max-height: 160px;
	width: auto;
}

/* If a partner has a long title and a portrait or squarish logo, set a max height */
.eit-partners-long-title .eit-partners-image-portrait,
.eit-partners-long-title .eit-partners-image-square {
	max-height: 100px;
}

#wrapper #main .eit-partners-carret .entry-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
}

#wrapper #main .eit-partners-carret .entry-content h2.entry-title,
#wrapper #main .eit-partners-carret .entry-content .eit-partner-type {
	width: 273px;
	margin: 0 auto;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
}

#wrapper #main .eit-partners-carret .entry-content h2.entry-title {
	font-weight: 600;
	height: auto;
	font-size: 15px;
	line-height: normal;
	color: #58595b;
}

#wrapper #main .eit-partners-carret .entry-content .eit-partner-type {
	height: 24px;
	font-size: 13px;
	line-height: 1.85;
	font-weight: normal;
	color: #6BB745;;
	margin-bottom: 15px;
}

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