/* IMAGEBOX */
.imagebox-wrapper figure {
	display: block;
	align-items: center;
	flex: 1 1 46%;
	margin: 0 0 30px;
}
.imagebox-wrapper figure > a,
.imagebox-wrapper figure > picture {
	margin: 0 0 20px 0;
}
.imagebox-wrapper figure figcaption h3 {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 10px;
}
.imagebox-wrapper figure figcaption p {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 5px;
}
.imagebox-wrapper figure figcaption a.sh-more-link {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: #ff944b;
	margin-left: 5px;
}
@media screen and (min-width: 40.063em) {
	.imagebox-wrapper {
		display: flex;
		flex-flow: row wrap;
	}
	.imagebox-wrapper.halves figure {
		flex: 1;
		flex-basis: 46%;
		max-width: 46%;
		margin: calc(8% / 4);
	}
	.imagebox-wrapper.thirds figure {
		flex: 1;
		flex-basis: 30%;
		max-width: 30%;
		margin: calc(10% / 6);
	}
}