/* HIGHLIGHTS */
section.highlights {
	margin-bottom: 80px;
	/* display: none; */
}
.highlights-row {
	display: -webkit-flex;
	display: flex;
	margin-top: 10px;
	height: 775px;
}
.highlights-item {
	position: relative;
	-webkit-flex-grow: 1;
	-webkit-flex-shrink: 2;
	flex-grow: 1;
	flex-shrink: 2;
	margin-right: 10px;
	overflow: hidden;
	height: inherit;
}
.highlights-item:after {
	content: '';
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 84%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 84%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 84%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5e000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	left: 0px;
	width: 100%;
	height: 203px;
	z-index: 1;
	bottom: 0;
	pointer-events: none;
}
.highlights-item:last-child {
	margin-right: 0px;
}
.highlights-item .imgcont img {
	height:  100%;
	object-fit: cover;
}
.highlights-row:nth-child(odd) .highlights-item:nth-child(odd) {
}
.highlights-row:nth-child(odd) .highlights-item:nth-child(even) {
	-webkit-flex-shrink: 2;
	flex-shrink: 2;
}
.highlights-row:nth-child(even) .highlights-item:nth-child(odd) {
	-webkit-flex-shrink: 2;
	flex-shrink: 2;
}
.highlights-item .textcont {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column nowrap;
	background-color: transparent;
	transition-property: height, background-color, opacity;
	transition-timing-function: ease;
	transition-duration: .4s;
	z-index: 2;
}
.highlights-item:hover .textcont {
	height: 100%;
}
.highlights .highlights-item:hover .textcont.ol-darkblue {
	background-color: rgba(50, 92, 107, 0.8);
	background-image: none;
}
.highlights .highlights-item:hover .textcont.ol-orange {
	background-color: rgba(192, 130, 95, 0.8);
	background-image: none;
}
.highlights .highlights-item:hover .textcont.ol-mint {
	background-color: rgba(97, 153, 86, 0.8);
	background-image: none;
}
.highlights .highlights-item:hover .textcont.ol-lightblue {
	background-color: rgba(144, 202, 206, 0.8);
	background-image: none;
}
.highlights-item .textcont dt {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	max-width: 550px;
	padding: 0px 10px;
	font-size:  54px;
	line-height:  56px;
	color:  #fff;
	text-align:  center;
	transition-property: border-bottom, padding-bottom, border-color;
	transition-timing-function: ease;
	transition-duration: .4s;
}
.highlights-item:hover .textcont dt {
	border-bottom: 4px solid;
	padding-bottom:  10px;
	min-width: 400px;
}
.highlights .highlights-item:hover .textcont.ol-darkblue dt {
	border-color: #cfde00;
}
.highlights .highlights-item:hover .textcont.ol-orange dt {
	border-color: #a4dbdf;
}
.highlights .highlights-item:hover .textcont.ol-mint dt {
	border-color: #f5e95b;
}
.highlights .highlights-item:hover .textcont.ol-lightblue dt {
	border-color: #e75300;
}
.highlights .highlights-item .textcont dt.mixed span:first-child {
	font-family: "azo-sans-web",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.highlights .highlights-item .textcont dt.mixed span:last-child {
	font-family: "voltage",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: initial;
	font-size: 54px;
	line-height: 54px;
}
.highlights-item .textcont dd {
	font-size: 19px;
	line-height: 28px;
	color: #fff;
	max-width: 435px;
}
.highlights-item .textcont dd {
	display: none;
	opacity: 0;
	text-align: center;
	transition-property: opacity;
	transition-timing-function: ease;
	transition-duration: .4s;
}
.highlights-item:hover .textcont dd {
	display: block;
	opacity: 1;
}
.highlights-item .textcont a.more-link {
	font-family: "voltage",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}
@media only screen and (max-width: 64em) {
	.highlights-row {
		height: 300px;
	}
	.highlights-item:hover .textcont {
		height: auto;
	}
	.highlights .highlights-item:hover .textcont.ol-darkblue {
		background-color: transparent;
	}
	.highlights .highlights-item:hover .textcont.ol-orange {
		background-color: transparent;
	}
	.highlights .highlights-item:hover .textcont.ol-mint {
		background-color: transparent;
	}
	.highlights .highlights-item:hover .textcont.ol-lightblue {
		background-color: transparent;
	}
	.highlights-item:hover .textcont dt {
		border-bottom: none;
		padding-bottom: 0px;
	}
	.highlights-item:hover .textcont dd {
		display: none;
	}
	.highlights .highlights-item .textcont dt.mixed span:first-child {
		font-size: 17px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.highlights .highlights-item: .textcont dt.mixed span:last-child {
		font-size: 39px;
		line-height: 32px;
	}
	.highlights .highlights-item .textcont dt.mixed span:last-child {
		font-size: 39px;
	}
}
@media only screen and (max-width: 40em) {
	section.highlights {
		margin-bottom: 20px;
	}
	.highlights-row {
		height: auto;
		flex-flow: column nowrap;
		margin-top: 0px;
	}
	.highlights-item,
	.highlights-item:last-child {
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.highlights-item .textcont dt {
		margin-bottom: 9px;
	}
}
