.featured-content-imagebox,
.featured-content-imagebox .img-cont {
	position: relative;
}
.featured-content-imagebox .img-cont:before {
	content: "";
	background-image: url("/includes/public/assets/shared/river.png");
	width: 195px;
	height: 180px;
	position: absolute;
	top: 1%;
	left: -35%;
	z-index: 5;
	pointer-events: none;
	background-repeat: repeat-y;
	background-size: contain;
}
.featured-content-imagebox .img-cont.hideLines:before {
	background-image: none;
}
.featured-content-imagebox .slide .inner {
	position: relative;
}
.featured-content-imagebox .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}
.featured-content-imagebox .img-cont img {
	display: block;
	width: 100%;
}
.featured-content-imagebox h4,
.featured-content-imagebox h4 a {
	color: #fff;
	font-weight: bold;
	transition: opacity .1s;
	pointer-events: all;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 1px;
	font-family: proxima-nova, sans-serif;
}
.featured-content-imagebox .content-section {
	padding: 20px;
	position: absolute;
	bottom: 30px;
	z-index: 10;
	pointer-events: none;
	width: 290px;
	right: 0;
}
.featured-content-imagebox .content-section .read-more {
	font-weight: bold;
	display: inline-block;
	pointer-events: all;
	font-family: ibm-plex-sans-condensed, sans-serif;
	font-size: 15px;
	line-height: 27px;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: right;
	color: #ffffff;
}
.featured-content-imagebox .title-cont {
	margin: 0 15px;
}
.featured-content-imagebox .title-cont h1 {
	font-family: ibm-plex-sans-condensed, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #b06c96;
	font-size: 138px;
	font-weight: 600;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #b06c96;
	margin-bottom: 0;
}
.featured-content-imagebox .featured-description {
	background-color: #385e9d;
	width: 93%;
	padding: 40px 35px 50px;
	position: relative;
	top: -35px;
}
.featured-content-imagebox .featured-description p {
	font-family: proxima-nova, sans-serif;
	color: #fff;
	font-size: 21px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 30px;
}
.blog-container .blog-post .post-content .featured-content-imagebox .featured-description p {
	font-family: proxima-nova, sans-serif;
	color: #fff;
	font-size: 21px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 30px;
}
.featured-content-imagebox .featured-description .view-all {
	font-family: ibm-plex-sans-condensed, sans-serif;
	text-transform: uppercase;
	color: #007672;
	line-height: 27px;
	letter-spacing: 2px;
	background-color: #dbe442;
	font-size: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 9px 30px;
	font-weight: 600;
	transition: background-color 300ms ease;
}
@media (min-width: 40em) {
	.panel-two-col .featured-content-imagebox {
		margin-bottom: 0;
	}
}
@media (min-width: 64em) {
	.featured-content-imagebox {
		max-width: 1206px;
		display: flex;
		margin: 0 auto;
		margin-top: 150px;
		padding: 0 15px;
	}
	.featured-content-imagebox .cols {
		display: flex;
		flex-wrap: wrap;
	}
	.featured-content-imagebox .title-cont {
		width: 22.75%;
		min-width: 288px;
	}
	.featured-content-imagebox h4,
	.featured-content-imagebox h4 a {
		font-size: 30px;
		line-height: 30px;
	}
	.featured-content-imagebox .featured-description .slide:hover .read-more {
		color: #dbe442;
		background-color: #007672;
		transition: 0.3s background-color ease-in-out, 0.3s color ease-in-out;
	}
	.featured-content-imagebox .img-cont:before {
		bottom: 45%;
		left: -11%;
	}
	.featured-content-imagebox .title-cont h1 {
		transform: rotate(-90deg);
		font-size: 180px;
		line-height: 255px;
		position: relative;
		top: 145px;
		right: 75px;
	}
	
	.featured-content-imagebox .featured-description p {
		margin-bottom: 0;
	}
	.featured-content-imagebox .featured-description .view-all:hover {
		color: #dbe442;
		background-color: #007672;
		transition: background-color 300ms ease;
	}
	.featured-content-imagebox .content-section {
		padding: 0 20px;
	}
	.featured-content-imagebox .featured-description {
		left: -333px;
		top: -105px;
	}
}

@media (min-width: 1443px) {
	.featured-content-imagebox .featured-description {
		padding: 60px 75px;
		-ms-transform: translateX(23%);
	}
}