/* HIGHLIGHTS SLIDER */
.content {
	margin: 20px auto;
}

.highlights-slider-wrapper {
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.highlights-slider-wrapper::before {
	content: "";
	position: absolute;
	top: 0px;
	left: -50vw;
	right: -50vw;
	bottom: 0px;
	margin-top: 11.5%;
	background-image: url(/includes/public/assets/orange-pattern.svg);
	max-height: 315px;
}
.highlights-slider-wrapper .highlights-slider {
	margin-right: -90%;
	margin-left: -10px;
}
.highlights-slider .slide {
	margin: 0px 10px;
}
.highlights-slider .slide .description {
	font: 400 17px/1.42 'Ridley Grotesk W05 Regular', sans-serif;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	padding: 35px;
	align-items: center;
	background-color: rgba(0,148,173,0.8);
	color: #fff;
	display: none;
	max-height: 258px;
}
.highlights-slider .slide:hover .description {
	display: flex;
}
.highlights-slider .slide-caption {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px 15px 15px;
	background-color: #fff;
	transform: translateY(-50%);
	margin-bottom: -40px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.highlights-slider .slide-caption h3 {
	margin-bottom: 5px;
	text-align: left;
}

.highlights-slider .slide-caption h3 a, .highlights-slider .slide-caption h3 a:hover {
    color: #001737;
}
.highlights-slider .slide-caption p {
	font-size: 15px;
	margin: 0px 0px 15px;
	text-align: left;
}

.highlights-slider-wrapper .highlights-arrows {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	height: 0px;
	left: 10px;
	right: 10px;
	margin-top: 12%;
	opacity: 0;
	transition: opacity .25s;
}
.highlights-slider-wrapper:hover .highlights-arrows {
	opacity: 1;
}
.highlights-slider-wrapper .highlights-arrows button {
	font-size: 20px;
	color: #fff;
	position: static;
	height: 50px;
	width: 50px;
	border: 2px solid #fff;
	border-radius: 25px;
	background-color: #0094ad;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	margin: 0;
}
.highlights-slider-wrapper .highlights-arrows button i.fas {
	font-size: 14px;
}
.highlights-slider-wrapper .highlights-arrows button::before {
	display: none;
}
@media screen and (max-width: 40em) {
	.highlights-slider-wrapper .highlights-arrows {
		display: none;
	}
	.highlights-slider .slide-caption {
		text-align: center;
	}
	.highlights-slider .slide-caption .sh-more-link {
		margin-left: 0px;
	}
	.content {
		overflow-x: hidden;
	}
	.highlights-slider .slide-caption {
		margin-left: 13px;
		margin-right: 13px;
	}
}
@media screen and (max-width: 420px) {
	.highlights-slider .slide:hover .description {
		font-size: 12px!important;
		padding-bottom: 122px;
	}
}
@media screen and (min-width: 400px) and (max-width: 500px) {
	.highlights-slider .slide:hover .description {
		padding-bottom: 122px;
	}
}
@media screen and (min-width: 40.063em) {
	.highlights-slider-wrapper {
		padding-left: 35px;
		margin-bottom: 0px;
	}
	.highlights-slider-wrapper .highlights-slider {
		margin-right: -7%;
		/* margin-left: -150px; */
	}
	.highlights-slider .slide-caption {
		padding: 20px 25px 15px;
		padding-right: 90px;
		margin-bottom: 50px;
	}
	.highlights-slider .slide-caption p {
		font-size: 17px;
		margin-bottom: 0;
	}
	.highlights-slider .slide-caption .sh-more-link {
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
		height: 50px;
		min-width: 50px;
		width: 50px;
	}
	.highlights-slider .slide:hover .slide-caption .sh-more-link {
		background-color: #0094ad;
		color: #fff;
		border-color: #fff;
	}
}
@media screen and (max-width: 112.5em) and (min-width: 96.25em) {
	.highlights-slider-wrapper .highlights-arrows {
		right: calc(10px + (-110 - 10) * ((100vw - 1540px) / (1800 - 1540)));
	}
}
@media screen and (min-width: 112.5625em) {
	.highlights-slider-wrapper .highlights-arrows {
		right: -110px;
	}
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
	.highlights-slider .slide:hover .description {
	font-size: 13px;
	padding-bottom: 122px;
	}

	.highlights-slider .slide-caption h3 {
	font-size: 4vw;
	}
	.highlights-slider .slide-caption p {
	font-size: 2vw;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1224px) {
	.highlights-slider .slide:hover .description {
	font-size: 14px;
	padding-bottom: 122px;
	}
}
