.featured {
	margin-top: 100px;
}
.featured,
.featured .img-cont {
	position: relative;
}
.featured .cols {
	padding: 0 20px 155px;
	position: relative;
}
.featured .slide {
	margin-bottom: 10px;
}
.featured .slide .inner {
	position: relative;
}
.featured .slide .inner i {
	color: #82bc00;
}
.featured .img-cont {
	position: relative;
}
.featured .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to top, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}
.featured .img-cont img {
	display: block;
	width: 100%;
}
.featured .title-cont {
	padding: 0 22px;
	margin-bottom: 45px;
	text-align: center;
	position: relative;
}
.featured .title-cont h2 {
	font-size: 72px;
	line-height: 62px;
	text-align: center;
	color: rgba(98, 186, 233, 0.40);
	text-transform: uppercase;
	letter-spacing: 7px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}
.featured .title-cont a.view-all {
	font-family: 'Rock Salt', sans-serif;
	color: #1c2932;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
}
.featured .title-cont a.view-all i {
	color: #5c29a8;
}	
.featured h4,
.featured h4 a {
	color: #021d44;
	font-weight: bold;
	pointer-events: all;
	font-family: 'rift-soft', sans-serif;
	font-size: 27px;
	line-height: 27px;
}
.featured h4 i {
	color: #96d901;
}
.featured .content-section {
	padding: 20px 0 15px;
	left: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
}
.featured .content-section p {
	color: #021d44;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
}
.featured .date-block {
	background-color: rgba(130, 188, 0, 0.85);
	position: absolute;
	bottom: -10px;
	font-family: 'Rock Salt', sans-serif;
	color: #ffffff;
	font-size: 18px;
	line-height: 25px;
	padding: 15px 20px;
	left: -10px;
	z-index: 1;
}

@media (min-width: 40em) {
	.panel-two-col .featured {
		margin-bottom: 0;
	}
	.featured .cols {
		display: flex;
		flex-wrap: wrap;
	}
	.featured .cols .slide {
		width: calc((100% - 30px) / 2);
		margin-right: 30px;
	}
	.featured .title-cont {
		max-width: 1150px;
		margin: 0 auto 90px;
		display: flex;
		flex-direction: row;
	}
	.featured .cols .slide-cont {
		display: flex;
		flex-wrap: wrap;
		max-width: 1200px;
		margin: 0 auto;
	}
}

@media (min-width: 40em) and (max-width: 64em) {
	.featured .cols .slide:nth-of-type(even) {
		margin-right: 0;
	}
}

@media (min-width: 64em) {
	.featured {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 65px;
	}
	.featured .cols .slide {
		width: calc((100% - 105px) / 4);
		margin-right: 35px;
	}
	.featured .cols .slide:nth-of-type(4) {
		margin-right: 0;
	}
	.featured h4 {
		font-size: 30px;
		line-height: 30px;
		font-weight: 900;
	}
	.featured .content-section p {
		font-size: 17px;
		line-height: 27px;
	}
	.featured .title-cont h2 {
		font-size: 235px;
		line-height: 62px;
		letter-spacing: 25px;
		    color: rgba(98, 186, 233, 0.18);
	}
	.featured .title-cont a.view-all {
		font-size: 18px;
		line-height: 25px;
		position: absolute;
		right: -30px;
		width: 185px;
		bottom: -25px;
	}
}