.custom_highlights {
	
}

.custom_highlights .clearfix {
	visibility: visible;
	line-height: inherit;
}

.custom_highlights .row.full-width {
	max-width: none;
}

/* IMAGE BOXES */
.custom_highlights .imgbox-cont {
	position:relative;
}
.custom_highlights .imgbox-left {
	position:absolute;
	top:0px;
	left:0px;
	width:70%;
	height:100%;
}
.custom_highlights .imgbox-right {
	width:30%;
	float:right;
	padding:0px 40px;
}
.custom_highlights .imgbox,
.custom_highlights .imgcont {
	position:relative;
	overflow:hidden;
}
.custom_highlights .imgbox.imgbox-small .link {
	display: block;
	background-color: #00adbb;
	text-transform: uppercase;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 42px;
	line-height: 40px;
	color: #fff;
	padding: 60px 40px;
	font-weight: 600;
}
.custom_highlights .imgbox.imgbox-small .link:hover {
	color: #fff;
}
.custom_highlights .imgbox.imgbox-big {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.custom_highlights .imgbox.imgbox-big:before {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.2;
	pointer-events: none;
	z-index:1;
}
.custom_highlights .imgbox.imgbox-big:after,
.custom_highlights .imgbox.imgbox-small:after {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
	pointer-events: none;
}
.custom_highlights .imgbox.imgbox-big .imgcont {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-position:top center;
	background-size:cover;
}
.custom_highlights .imgbox.imgbox-big .imgcont img {
	opacity:0;
}
.custom_highlights .color-slide .imgcont:before,
.custom_highlights .color-slide .imgcont:after {
	content:"";
	position:absolute;
	top:0px;
	left:100%;
	width:100%;
	height:100%;
	opacity:.3;
	background-color:#00adbb;
	transition:all ease .5s;
}
.custom_highlights .color-slide .imgcont:after {
	transition:all ease .5s .11s;
}
.custom_highlights .color-slide:hover .imgcont:before,
.custom_highlights .color-slide:hover .imgcont:after {
	left:0%;
}
.custom_highlights .imgbox-title-cont .title1 {
	color:#00adbb;
	font-size:30px;
	text-transform:uppercase;
}
.custom_highlights .imgbox-title-cont .bodycopy {
	font-size:16px;
	margin-bottom:0px;
}
.custom_highlights .imgbox-title-cont .bodycopy a:before {
	display:none;
}
.custom_highlights .imgbox-big .imgbox-title-cont {
	position:absolute;
	bottom:0;
	left:0;
	padding: 40px;
	z-index:2;
	transition:all ease .5s;
}
.custom_highlights .imgbox-big .imgbox-title-cont .imgbox-title-left {
	
}
.custom_highlights .imgbox-big .imgbox-title-cont .title1 {
	color:#fff;
	font-size:80px;
	line-height:1em;
	margin: 0;
	margin-bottom:20px;
	text-transform:inherit;
	transition:all ease .5s;
}
.custom_highlights .imgbox-big .imgbox-title-cont .title1 a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.custom_highlights .imgbox-big .imgbox-title-cont .title1 a:after {
	display: none;
	content: '\f105';
	font-family: 'FontAwesome';
}
.custom_highlights .imgbox-big .imgbox-title-cont .bodycopy {
	color:#fff;
	font-size:18px;
	margin-bottom:0px;
	max-width:700px;
	float:left;
}
.custom_highlights .imgbox-big .imgbox-title-cont button {
	max-height:0px;
	opacity:0;
	margin-top:0px;
	transition:all ease .5s;
}
.custom_highlights .imgbox-big:hover .imgbox-title-cont button,
.custom_highlights .imgbox-show-text .imgbox-title-cont button {
	max-height:200px;
	opacity:1;
	margin-top:7px;
}
.custom_highlights .imgbox-big .imgbox-title-cont .bodycopy a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:underline;
}
.custom_highlights .imgbox-big:hover .imgbox-title-cont .bodycopy button {
	float:right;
}
.custom_highlights .imgbox-big .imgbox-title-cont .imgbox-title-right {
	min-width:150px;
	display:table-cell;
	vertical-align:bottom;
	padding-bottom:5px;
	padding-left:40px;
}
.custom_highlights .imgbox-cont-no-padding .imgbox-right {
	padding:0px;
}
/* END IMAGE BOXES */

@media only screen and (max-width: 64em) {
	.custom_highlights .imgbox-big .imgbox-title-cont {
		padding: 20px;
	}
	.custom_highlights .imgbox-big .imgbox-title-cont .title1 {
		font-size: 60px;
		line-height: 52px;
		margin-bottom: 0;
	}
	.custom_highlights .imgbox-big .imgbox-title-cont .bodycopy {
		display: none;
	}
	.custom_highlights .imgbox.imgbox-small .link {
		font-size: 26px;
		line-height: 26px;
		padding: 40px 20px;
	}
	.custom_highlights .color-slide .imgcont:before,
	.custom_highlights .color-slide .imgcont:after {
		content: none;
	}
	.custom_highlights .imgbox-big .imgbox-title-cont .title1 a:after {
		font-size: 40px;
		display: inline;
	}
}

@media only screen and (max-width: 40em) {
	.custom_highlights .imgbox-left {
		position: static;
		width: auto;
	}
	.custom_highlights .imgbox-right {
		float: none;
		width: auto;
	}
	.custom_highlights .imgbox.imgbox-big:after,
	.custom_highlights .imgbox.imgbox-small:after {
		border-right: none;
	}
}