/* HIGHLIGHTS */
.highlights-wrapper {
	background-image: url("/includes/public/assets/images/texture-blue.jpg");
	padding: 40px 0px;
}
@media only screen and (max-width: 40em) {
	.highlights-wrapper {
		background-image: url("/includes/public/assets/images/texture-blue.jpg");
		padding: 35px 0px;
	}
}
.highlights-wrapper figure {
	position: relative;
	border: 2px solid #fff;
	padding: 15px;
	margin-bottom: 20px;
}
.highlights-wrapper figure img:first-child {
	width: 100%;
}
.highlights-wrapper figure img.hi-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 6;
	transition: top 0.4s ease-in;
}
.highlights-wrapper figcaption {
	position: absolute;
	top: auto;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 15px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
	pointer-events:  none;
	max-height: 66px;
	overflow: hidden;
	transition: max-height 0.6s ease-in, padding 0.6s ease-in;
}
.highlights-wrapper figcaption h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	position: relative;
	text-align:  center;
	margin:  0;
	padding:  0;
	margin-bottom: 0px;
	width: 100%;
	transition: margin ease-in 0.5s;
}
.highlights-wrapper figcaption p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	position: relative;
	opacity: 0;
	text-align: center;
	margin:  0;
	padding:  0;
	margin: 0px;
	height: 0px;
	width: 100%;
	transition: height ease-in 0.5s, padding ease-in 0.5s, margin ease-in 0.5s;
}
.highlights-wrapper figcaption .sh-more-link {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #f1592a;
	text-transform:  uppercase;
	position: relative;
	opacity: 0;
	display: flex;
	height:  0px;
	margin: 0;
	min-width:  103px;
	background-color: #fff;
	align-items:  center;
	justify-content:  center;
	padding: 0px 15px;
	transition: height 0.2s ease-in, opacity 0.1s ease 0s;
}
.highlights-wrapper figcaption::before {
	content: "";
	background-color: rgba(52,179,191,0.9);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.highlights-wrapper figure.dtn-alt1 figcaption::before {
	background-color: rgba(2,103,142,0.9);
}
.highlights-wrapper figure.dtn-alt2 figcaption::before {
	background-color: rgba(165,174,94,0.9);
}
@media only screen and (min-width: 64.063em) {
	.highlights-wrapper figure:hover figcaption h3 {
		margin-bottom: 10px;
	}
	.highlights-wrapper figure:hover img.hi-logo {
		top: 0;
	}
	.highlights-wrapper figure:hover figcaption {
		height: 93%;
		justify-content: center;
		max-height: 542px;
	}
	.highlights-wrapper figure:hover img.hi-logo + figcaption {
		padding-top: 20%;
	}
	.highlights-wrapper figure:hover figcaption p {
		opacity: 1;
		height: 100px;
		padding: 0px 15px;
		margin-bottom: 15px;
	}
	.highlights-wrapper figure:hover figcaption .sh-more-link {
		opacity: 1;
		height: 44px;
		padding: 10px 15px;
		margin-bottom: 0;
		transition: height 0.5s ease-in, opacity 0.2s ease 0.4s;
	}
}
@media only screen and (max-width: 1024px) {
	.highlights-wrapper figure figcaption {
		max-height: 82px;
		transition: none;
	}
	.highlights-wrapper figure:hover figcaption {
		max-height: 82px;
		transition: none;
	}
}
@media only screen and (max-width: 64em) {
	.highlights-wrapper figure img.hi-logo {
		max-width: 108px;
	}
}
@media only screen and (min-width: 40.065em) and (max-width: 930px) {
	
}
@media only screen and (max-width: 40em) {
	.highlights-wrapper figure {
		margin-bottom: 25px;
	}
	.highlights-wrapper figcaption h3 {
		font-size: 14px;
		line-height: 1.2;
	}
}