.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 {
	overflow: hidden;
	width: 100%;
}

.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;
	opacity: .55;
}

.homepage-slideshow .img-cont img {
	display: block;
	width: 100%;
}

.homepage-slideshow .content-section {
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 1;
	pointer-events: none;
}

.homepage-slideshow h4,
.homepage-slideshow h4 a {
	text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.34);
	display: inline-block;
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 40px;
	pointer-events: all;
	font-family: 'Windsor W01 Bold';
}

.homepage-slideshow p,
.homepage-slideshow p a {
	text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.34);
	color: #fff;
	line-height: 1.8em;
	font-size: 14px;
	font-family: 'monotype-grotesque', sans-serif;
	font-weight: 400;
}

.homepage-slideshow .content-section .read-more {
	font-weight: bold;
	color: #388DD6;
	pointer-events: all;
}

.homepage-slideshow .arrow-cont {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-117%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
	pointer-events: none;
}

.homepage-slideshow .arrow-cont .arrow {
	font-size: 53px;
	pointer-events: all;
	cursor: pointer;
	width: 20px;
	height: 40px;
	background-color: #e3dcd5;
}

.homepage-slideshow .arrow-cont .arrow img {
	vertical-align: top;
    padding-top: 12px;
    padding-left: 6px;
}

.homepage-slideshow .arrow-cont .arrow.slick-disabled {
	cursor: default;
	background-color: #e3dcd5;
	color: #212b38;
	width: 20px;
	height: 40px;
}

@media (min-width: 64em) {
	.homepage-slideshow .arrow-cont {
		position: absolute;
		top: auto;
		bottom: 67px;
		right: 55px;
		left: auto;
		transform: translateY(0);
		width: 60px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		z-index: 1;
		pointer-events: none;
		height: 100%;
	}

	.homepage-slideshow .arrow-cont .arrow {
		font-size: 53px;
		pointer-events: all;
		cursor: pointer;
		width: 25px;
		height: 50px;
		background-color: #e3dcd5;
	}

	.homepage-slideshow .arrow-cont .arrow img {
		vertical-align: top;
		padding-top: 17px;
		padding-left: 7px;
	}

	.homepage-slideshow .arrow-cont .arrow.slick-disabled {
		cursor: default;
		background-color: #e3dcd5;
		color: #212b38;
		width: 20px;
		height: 40px;
	}
	.homepage-slideshow .content-section {
		max-width: 600px;
		left: 25px;
		right: 0;
	}

	.homepage-slideshow h4,
	.homepage-slideshow h4 a {
		font-size: 60px;
	}

	.homepage-slideshow p,
	.homepage-slideshow p a {
		font-size: 20px;
		line-height: 1.4em;
	}
}


.homepage-slideshow .masks {
	position: absolute;
	bottom: 27px;
	left: 0;
	width: 100%;
	height: 50px;
	background: url('/includes/public/assets/shared/curve-mask-bottom-header-mobile.png') no-repeat bottom;
	background-size: 100% 100%;
	z-index: 1;
	pointer-events: none;
}

@media (min-width: 40em) {
	.homepage-slideshow .masks {
		position: absolute;
		bottom: 28px;
		left: 0;
		width: 100%;
		height: 50px;
		background: url('/includes/public/assets/shared/curve-mask-bottom-header.png') no-repeat bottom;
		background-size: 100% 100%;
		z-index: 1;
		pointer-events: none;
	}
}