.spotlight,
.spotlight .img-cont {
	position: relative;
}
.spotlight {
	padding-left: 20px;
	padding-right: 20px;
}
.spotlight .slide {
	margin-bottom: 30px;
}
.spotlight .img-cont {
	margin-bottom: 10px;
}

.spotlight .img-cont img {
	display: block;
	width: 100%;
}
.spotlight h4, .spotlight h4 a {
	color: #0FACBD;
	text-transform: uppercase;
	font: 800 24px "Gotham A", "Gotham B";
	line-height: 1em;
	margin-bottom: 3px;
}

.spotlight .content-section p {
	color: #3a3a3a;
	font: 400 16px "Gotham A", "Gotham B";
	line-height: 1.2em;
}
.spotlight .content-section .read-more {
	color: #90A74D;
	font: 800 16px "Gotham A", "Gotham B";
	white-space: nowrap;
}

.spotlight .content-section .read-more img {
	width: 28px;
	height: 13px;
	margin-bottom: 3px;
	margin-left: 2px;
}

.spotlight .content-section .read-more img.hover {
		display: none;
}

@media (min-width: 40em) {
	.spotlight {
		max-width: 1206px;
		margin: 0 auto;
	}
	.panel-two-col .spotlight {
		margin-bottom: 0;
	}
	.spotlight .cols {
		display: flex;
		flex-wrap: wrap;
		margin-left: -11.5px;
		margin-right: -11.5px;
	}
	.spotlight .cols .slide {
		width: 50%;
		padding-left: 11.5px;
		padding-right: 11.5px;
	}
}

@media (min-width: 64em) {
	.spotlight .cols .slide {
		width: 25%;
	}

	.spotlight .read-more:hover img.hover {
		display: inline-block;
	}

	.spotlight .read-more:hover img.no-hover {
		display: none;
	}
}
