/* Mobile styling first */
.highlights {
	margin-bottom: 40px;
}

.highlights .slide {
	margin-bottom: 40px;
}

.highlights .img-cont img {
	width: 100%;
}
.highlights .img-cont {
	position: relative;
}
.highlights .img-cont:after {
	bottom: 0;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 70%);
	pointer-events: none;
}
.highlights .img-cont .icon-cont {
	width: 80px;
	height: 80px;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.highlights .slide:nth-of-type(1) .img-cont:after {
	content: "";
	background-color: rgba(145, 170, 81, 0.50);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}
.highlights .slide:nth-of-type(2) .img-cont:after {
	content: "";
	background-color: rgba(44, 59, 93, 0.50);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}
.highlights .slide:nth-of-type(3) .img-cont:after {
	content: "";
	background-color: rgba(232, 141, 33, 0.50);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}
.highlights .slide:nth-of-type(4) .img-cont:after {
	content: "";
	background-color: rgba(91, 69, 68, 0.50);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}
.highlights .cols {
	margin: 0 20px;
}
.highlights .content-section h4,
.highlights .content-section h4 a {
	font-family: 'LegacySerifITCW01-BdCn';
	color: #333333;
	font-size: 22px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.highlights .content-section p {
    font-family: 'Avenir LT W01_65 Medium1475532';
    color: #333333;
    font-size: 17px;
    line-height: 22px;
}
.highlights .content-section a.read-more-desktop {
	display: none;
}
.highlights .content-section a.read-more-mobile i {
	color: #e68d36;
}

/* Tablet 640+ */
@media only screen and (min-width: 730px) {
	.highlights {
		margin-bottom: 100px;
	}

	.highlights .cols {
		margin: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.highlights .cols .slide {
		flex: 0 1 32.4%;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.highlights .cols .slide:nth-of-type(3) {
		margin-right: 0;
	}
	.highlights .cols .slide:nth-of-type(4) {
		flex: 1 1 100%;
		margin-right: 0;
	}
	.highlights .inner {
		position: relative;
	}
	
	.highlights .content-section p a.read-more-mobile {
		display: none;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1470px){
	.highlights .slide .img-cont .icon-cont {
		width: 80px;
		height: 80px;
	}
	.highlights .content-section p {
		font-size: 18px;
		line-height: 20px;
	}
}

/* Desktop 1024+ */
@media only screen and (min-width: 1240px) {
	.highlights .cols .slide {
		flex: 0 1 calc((100% - 30px) / 3);
		margin-right: 15px;
	}
	.highlights .cols .slide:nth-of-type(3) {
		margin-right: 0;
	}
	.highlights .img-cont .icon-cont {
		width: 135px;
		height: 135px;
		transition: width 300ms ease-in-out, height 300ms ease-in-out;
	}
	.highlights .slide:hover .img-cont:after {
		height: 50%;
	}
	.highlights .slide .img-cont:after {
		transition: height 300ms ease-in-out;
	}
	.highlights .slide:hover .img-cont .icon-cont {
		width: 105px;
		height: 105px;
	}
	.highlights .slide:nth-of-type(4) .icon-cont {
		bottom: -30px;
		left: 30px;
		top: initial;
		transform: translateX(0);
	}
	.highlights .slide:nth-of-type(4) .content-section {
		position: absolute;
		bottom: 0;
		left: 170px;
		padding: 20px;
		transform: translateX(0px);
	}
	.highlights .slide:nth-of-type(4):hover .content-section {
		left: 0;
	}
	.highlights .slide:hover .content-section {
		width: 100%;
		text-align: center;
		transition: ease 500ms;
	}
	.highlights .slide:hover .content-section a.read-more-desktop {
		display: block;
		font-family: 'Avenir LT W01_95 Black1475556';
		font-size: 17px;
		line-height: 30px;
		background-color: #98c11d;
		color: #fff;
		text-align: center;
		padding: 0 15px;
		width: 150px;
		margin: 0 auto;
	}
	.highlights .content-section {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 20px;
	}
	.highlights .content-section h4, 
	.highlights .content-section h4 a {
		font-size: 27px;
		line-height: 39px;
		color: #fff;
	}
	.highlights .content-section p {
		font-size: 20px;
		line-height: 25px;
		color: #fff;
	}

	.highlights .slide:hover .img-cont::after {
		background-color: unset;
	}

	.highlights .slide:nth-of-type(1):hover .content-section {
		background-color: rgba(145, 170, 81, 0.80);
		transition: background-color 300ms ease-in-out;
	}
	.highlights .slide:nth-of-type(2):hover .content-section {
		background-color: rgba(44, 59, 93, 0.80);
		transition: background-color 300ms ease-in-out;
	}
	.highlights .slide:nth-of-type(3):hover .content-section {
		background-color: rgba(232, 141, 33, 0.80);
		transition: background-color 300ms ease-in-out;
	}
	.highlights .slide:nth-of-type(4):hover .content-section {
		background-color: rgba(91, 69, 68, 0.80);
		transition: background-color 300ms ease-in-out;
	}
}
