.featured-side-by-side {
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	margin-bottom: 45px;
}
.featured-side-by-side,
.featured-side-by-side .img-cont {
	position: relative;
	z-index: 2;
}
.featured-side-by-side .slide {
	margin-bottom: 25px;
	height: 100%;
}
.featured-side-by-side .slide .inner {
	position: relative;
}
.featured-side-by-side .img-cont img {
	display: block;
	width: 100%;
}
.featured-side-by-side .cols .slide:nth-of-type(1) .img-cont::after {
	content: '';
	position: absolute;
	background-image: url('/includes/public/assets/shared/featured_image_overlay_1.png');
	width: 100%;
    height: 28px;
    bottom: -14px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.featured-side-by-side .cols .slide:nth-of-type(2) .img-cont::after {
	content: '';
	position: absolute;
	background-image: url('/includes/public/assets/shared/featured_image_overlay_2.png');
	width: 100%;
	height: 20px;
	top: -8px;
	left: 0;
	background-repeat: no-repeat;
}
.featured-side-by-side .cols .slide:nth-of-type(1) .content-section::after {
	content: '';
	position: absolute;
	background-image: url('/includes/public/assets/shared/side_by_side_bg_1.png');
	width: 413px;
	height: 140px;
	top: 15px;
    left: 25px;
	background-repeat: no-repeat;
	z-index: -1;
	pointer-events: none;
	background-size: contain;
}
.featured-side-by-side .cols .slide:nth-of-type(2) .content-section::after {
	content: '';
	position: absolute;
	background-image: url('/includes/public/assets/shared/side_by_side_bg_1.png');
	width: 413px;
    height: 170px;
    top: -15px;
    left: 18px;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    background-size: cover;
}
.featured-side-by-side h4,
.featured-side-by-side h4 a {
	pointer-events: all;
    font-family: 'Playfair-Display', serif;
    font-size: 40px;
    line-height: 1.2em;
    color: #353533;
    font-style: normal;
	font-weight: 700;
	margin-bottom: 0;
}
.featured-side-by-side .content-section {
	padding: 15px 0 21px;
	z-index: 1;
	position: relative;
}
.featured-side-by-side .content-section p {
	font-family: 'Karla', serif;
    color: #353533;
    font-size: 15px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    margin-bottom: 10px;
}
.featured-side-by-side .content-section .read-more {
	color: #353533;
	font-size: 14px;
    font-family: 'Playfair-Display', serif;
	font-style: italic;
	display: inline-block;
	/* IE, requires any display property other than inline to work
	 with pointer events all here */
	pointer-events: all;
	letter-spacing: 0.56px;
	position: relative;
}
.featured-side-by-side .content-section .read-more::after {
	content: '';
	background-image: url('/includes/public/assets/shared/featured_cta.png');
	position: absolute;
	width: 100px;
	height: 6px;
	pointer-events: none;
	bottom: -5px;
	left: 0;
}
.featured-side-by-side .cols .slide:nth-of-type(1) .content-section a.read-more.second,
.featured-side-by-side .cols .slide:nth-of-type(2) .content-section a.read-more.first {
	display: none;
}

@media (min-width: 40em) {
	.panel-two-col .featured-side-by-side {
		margin-bottom: 0;
	}
	.featured-side-by-side .cols .slide:nth-of-type(2) .inner {
		
		grid-template-columns: 1fr 0.92fr;

	}
	.featured-side-by-side .cols .slide:nth-of-type(2) .inner .img-cont {
		margin-right: 0;
		order: 2;
	}
	.featured-side-by-side .cols {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.featured-side-by-side .slide .inner {
		display: grid;
		grid-template-columns: .94fr 1fr;
		grid-gap: 70px;
	}
	.featured-side-by-side .slide .inner .img-cont {
		
	}
	.featured-side-by-side .cols .slide:nth-of-type(2) .content-section::after {
		top: inherit;
		bottom: 80px;
		background-size: contain;
	}
}

@media (min-width: 64em) {
	.featured-side-by-side {
		max-width: 1136px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 75px;
	}
	.featured-side-by-side .content-section {
		padding: 45px 0 20px;
	}
	.featured-side-by-side .slide .inner .img-cont {
	
	}
	.featured-side-by-side .content-section p {
		font-size: 20px;
		line-height: 1.5em;
		margin-bottom: 23px;
	}
	.featured-side-by-side h4, 
	.featured-side-by-side h4 a {
		font-size: 40px;
	}
	.featured-side-by-side .content-section .read-more {
		font-size: 20px;
	}
	.featured-side-by-side .cols .slide:nth-of-type(2) {
		position: relative;
	
	}
	.featured-side-by-side .cols .slide:nth-of-type(1) .content-section::after {
		width: 763px;
		height: 245px;
		left: -165px;
	}
	.featured-side-by-side .cols .slide:nth-of-type(2) .content-section::after {
		width: 592px;
		height: 192px;
	}
	.featured-side-by-side .content-section .read-more::after {
		width: 50px;
		transition: 300ms ease-in-out;
	}
	.featured-side-by-side .content-section .read-more:hover::after {
		width: 100px;
		transition: 300ms ease-in-out;
	}
	.featured-side-by-side .cols .slide:nth-of-type(2) .inner .content-section {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		order: 1;
	}
	.featured-side-by-side .cols .slide:nth-of-type(2) .inner .img-cont {
		margin-top: -240px;
	}

}
@media (min-width: 1300px) {
	.featured-side-by-side h4, 
	.featured-side-by-side h4 a {
		font-size: 60px;
	}
}
/* Internet Explorer Fallback */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 640px) {
	.featured-side-by-side {
		max-width: 1212px;
	}
	.featured-side-by-side .slide .inner {
		display: flex;
	}
	.featured-side-by-side .slide .inner .img-cont {
		width: 50%;
		margin: 0 30px;
	}
	.featured-side-by-side .slide .inner .content-section {
		width: 50%;
		margin: 0 30px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1024px) {

}