.homepage-slideshow,
.homepage-slideshow .img-cont,
.homepage-slideshow .slide .inner {
	position: relative;
}
.homepage-slideshow .slide {
	margin-bottom: 30px;
}
.homepage-slideshow .homepage-slider:not(.slick-initialized) .slide:nth-child(n+2) {
	display: none;
}
.homepage-slideshow .img-cont {
	height: 0;
	width: 100%;
	padding-bottom: calc(546/375 * 100%); /* Sets the image box with the correct aspect ratio of the image to prevent content from pushing down when the image loads */
}
.homepage-slideshow .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}
.homepage-slideshow .img-cont img {
	display: block;
	width: 100%;
}
.homepage-slideshow h4,
.homepage-slideshow h4 a {
	color: #fff;
	font-weight: 200;
	font-family: 'LegacySerifITCW01-BdCn';
	font-size: 23px;
	line-height: 41px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.homepage-slideshow .content-section {
	padding: 30px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
	background-image: url("/includes/public/assets/shared/cropped_blob.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
}
.homepage-slideshow .content-section p {
	color: #fff;
	font-family: 'Avenir LT W01_65 Medium1475532';
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 5px;
}
.homepage-slideshow .content-section .read-more {
	font-weight: bold;
	color: #98c11d;
	pointer-events: all;
	font-family: 'Avenir LT W01_65 Medium1475532';
	font-size: 16px;
	line-height: 22px;
}
.homepage-slideshow .content-section .read-more i {
	color: #e88d21;
}
.homepage-slideshow .arrow-cont {
	display: flex;
	align-items: center;
	z-index: 1;
	pointer-events: none;
	margin-bottom: 15px;
}
.homepage-slideshow .arrow-cont .arrow {
	font-size: 16px;
	color: white;
	pointer-events: all;
	cursor: pointer;
	background-color: #98c11d;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px;
}
.homepage-slideshow .arrow-cont .arrow i {
	vertical-align: -5px;
}
.homepage-slideshow .credit-box {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 14px 20px;
	font-family: 'Avenir LT W01_65 Medium1475532';
	font-size: 14px;
	text-align: right;
}
.homepage-slideshow .credit-box span {
	display: block;
	text-align: right;
	font-size: 12px;
}
@media (min-width: 720px) {
	.homepage-slideshow .img-cont {
		padding-bottom: calc(721/1800 * 100%);
	}
	.homepage-slideshow .content-section {	
		background-image: url("/includes/public/assets/shared/homepage-header-bean.png");
		padding: 60px 20px 20px;
	}
	.homepage-slideshow .content-section {
		width: 845px;
		left: 0;
		right: 0;
		padding: 88px 20px 20px;
		background-position-x: -90px;
		background-position-y: 20px;
		padding-right: 185px;
	}
}
@media (min-width: 64em) {
	.homepage-slideshow .img-cont {
		padding-bottom: calc(730/1800 * 100%);
	}
	.homepage-slideshow h4,
	.homepage-slideshow h4 a {
		font-size: 28px;
		line-height: 41px;
		font-weight: 200;
	}
	.homepage-slideshow .content-section p {
		font-size: 20px;
		line-height: 25px;
	}
}
@media (min-width: 1200px) {
	.homepage-slideshow .content-section {
		width: 915px;
		left: 0;
		right: 0;
		padding: 88px 20px 20px;
		background-position-x: -90px;
		background-position-y: 15px;
		padding-right: 185px;
	}
	.homepage-slideshow .arrow-cont .arrow i {
	vertical-align: -9px;
	}
	.homepage-slideshow .arrow-cont .arrow {
		width: 47px;
		height: 47px;
		font-size: 20px;
	}
	.homepage-slideshow .content-section .read-more {
		font-size: 19px;
		line-height: 25px;
	}
}