/* DTN HIGHLIGHTS */
.highlights-wrapper {
	position: relative;
	margin-bottom: 60px;
}
.highlights-wrapper header {
	text-align: center;
}
.highlights-wrapper .slide {
	margin-bottom: 20px;
}
.highlights-wrapper header h2 {
	font: 400 36px/1.2 'Strato W01 Book', serif;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.highlights-wrapper header h2::before {
	content: "";
	position: absolute;
	top: 25px;
	left: -10px;
	right: -10px;
	bottom: -50%;
	background-image: url(/includes/public/assets/orange-pattern.svg);
	z-index: -1;
}
.highlights-wrapper .slide > a,
.highlights-wrapper .slide > picture {
	margin-bottom: 15px;
}
.highlights-wrapper .slide-caption h3 {
	font-size: 24px;
	margin-bottom: 5px;
}

.highlights-wrapper .slide-caption h3 a, .highlights-wrapper .slide-caption h3 a:hover {
    color: #001737;
}

.highlights-wrapper .slide-caption p {
	font-size: 15px;
	line-height: 1.2;
}
@media screen and (min-width: 40.063em) {
	.highlights-wrapper {
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.highlights-wrapper header {
		flex: 1 1 100%;
	}
	.highlights-wrapper .slide-caption p {
		line-height: 1.4;
	}
	.highlights-wrapper .slide {
		flex: 1 1 45%;
		margin-right: 20px;
		max-width: 484px;
	}
	.highlights-wrapper header h2 {
		font-size: 50px;
		display: inline-block;
		margin-bottom: 30px;
	}
	.highlights-wrapper header h2::before {
		top: 35px;
		left: -100px;
		right: -100px;
		bottom: -100%;
	}
	.highlights-wrapper .slide-caption h3 {
		font-size: 27px;
	}
	.highlights-wrapper .slide-caption p {
		font-size: 17px;
	}
}
@media screen and (max-width: 64em) and (min-width: 40.063em) {
	.highlights-wrapper .slide:nth-of-type(even) {
		margin-right: 0px;
	}
}
@media screen and (min-width: 64.063em) {
	.highlights-wrapper {
	margin-bottom: 100px;
	}
	.highlights-wrapper header h2 {
		font-size: 64px;
		display: block;
		margin-bottom: 35px;
	}
	.highlights-wrapper header h2::before {
		top: 45px;
		left: 125px;
		right: 125px;
		bottom: -200%;
	}
	.highlights-wrapper .slide {
		flex: 1 1 20%;
		margin-right: 20px;
		max-width: 347px;
	}
	.highlights-wrapper .slide:nth-of-type(0n+4) {
		margin-right: 0px;
	}
}
