/* SPOTLIGHT */
.spotlight-wrapper {
	position: relative;
	margin-bottom: 40px;
}
.spotlight-wrapper figure {
	position: relative;
	margin-bottom: 20px;
}
.spotlight-wrapper figure picture,
.spotlight-wrapper figure > a {
	max-width: 150px;
	margin: 0 auto 12px;
}
.spotlight-wrapper figure figcaption {
	text-align: center;
	padding: 0 30px 15px;
}
.spotlight-wrapper figure figcaption::after {
	content: "";
	display: block;
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #efe3de;
}
.spotlight-wrapper figure figcaption h3 {
	font: 700 22px/1 'Raleway', sans-serif;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 0;
}
.spotlight-wrapper figure figcaption p {
	font: 400 14px/1.54 'Raleway', sans-serif;
	color: #000;
	margin: 0;
}
.spotlight-wrapper > figure {
	margin: 0 15px 20px;
}
@media screen and (min-width: 380px) {
	.spotlight-wrapper figure {
		display: flex;
		align-items: center;
		padding: 25px 0;
	}
	.spotlight-wrapper figure picture,
	.spotlight-wrapper figure > a {
		flex: 1 1 150px;
		min-width: 150px;
		margin: 0 auto;
	}
	.spotlight-wrapper figure figcaption {
		flex: 1 1 100%;
		text-align: left;
		padding: 0 15px 15px;
	}
	.spotlight-wrapper figure figcaption p {
		font: 400 15px/1.5 'Raleway', sans-serif;
	}
	.spotlight-wrapper figure figcaption::after {
		top: 0;
		left: 100px;
	}
	.spotlight-wrapper figure figcaption h3 {
		font-size: 25px;
		line-height: 1.25;
	}
	.spotlight-wrapper > figure {
		margin: 0 15px 50px;
	}
}

.spotlight-wrapper figure figcaption a,
.spotlight-wrapper figure figcaption a:hover {
	font-size: inherit !important;
	color: inherit !important;
	text-decoration: none;
}
.spotlight-wrapper figure > a,
.spotlight-wrapper figure picture {
	display: block;
	line-height: 0;
}
.spotlight-wrapper figure picture img {
	max-width: 150px;
}
.spotlight-wrapper .cta {
	position: absolute;
	right: 15px;
	bottom: 10px;
	font-weight: 800;
}
.spotlight-wrapper .cta:hover {
	color: #477559 !important;
	text-decoration: underline;
}
@media screen and (max-width: 40em) {
	.spotlight-wrapper .ad-container:not(:last-child) { margin-bottom: 20px; }
}

@media screen and (max-width: 380px) {
	.spotlight-wrapper .cta {
		position: static;
		display: block;
		margin: 10px;
		font-weight: 700;
	}
}