.header-interior,
.header-interior .img-cont,
.header-interior .inner {
	position: relative;
}

.header-interior .slide {
	margin-bottom: 10px;
}

.header-interior .img-cont {
	height: 0;
	width: 100%;
	padding-bottom: 100%; /* Sets the image box with the correct aspect ratio of the image to prevent content from pushing down when the image loads */
}

.header-interior .slider:not(.slick-initialized) .slide:nth-child(n+2) {
	display: none;
}
.header-interior .content-section .read-more span.more-caption {
	color: #00b1b0;
	padding: 0 5px;
}
.header-interior .img-cont::before,
.header-interior .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}

.header-interior .img-cont::before {
	top: 0;
	bottom: initial;
	height: 30%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
}

.header-interior .img-cont img {
	width: 100%;
}

.header-interior .content-section {
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
}

.header-interior h4,
.header-interior h4 a {
	color: #fff;
	font-weight: bold;
	font-family: 'tomarik-brush', sans-serif;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 0;
}

.header-interior .content-section p {
	color: #fff;
	margin-bottom: 0;
}

.header-interior .content-section .read-more {
	font-weight: bold;
	color: #fff;
	pointer-events: all;
	font-family: 'futura-pt', sans-serif;
}

.header-interior .arrow-cont {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	width: 100%;
	pointer-events: none;
	transform: translateY(-50%);
}

.header-interior .arrow-cont i {
	font-size: 45px;
	color: #fff;
}

.header-interior .arrow-cont .arrow.next.slick-arrow {
	pointer-events: initial;
	margin-right: 0;
}

.header-interior .arrow-cont .arrow.prev.slick-arrow {
	pointer-events: initial;
	margin-left: 0
}

.header-interior .slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #00b1b0;
}

.header-interior .slider {
	margin-bottom: 0;
}

.header-interior .slider .slick-dots li {
	margin: 0 2px;
	width: 15px;
}

.header-interior .slider .slick-dots li button:before {
	font-size: 6px;
	color: #fff;
	opacity: 1;
}

.header-interior .slider .slick-dots {
	bottom: 47px;
	right: 0;
	width: 125px;
}

.header-interior .content-section p img { display: inline;}

.header-interior .go-down-arrow { display: none;}



@media (min-width: 40em) {
	.header-interior .img-cont {
		padding-bottom: calc(633/1920 * 100%);
	}
	.header-interior .arrow-cont .arrow.next.slick-arrow {
		pointer-events: initial;
		margin-right: 50px;
		cursor: pointer;
	}

	.header-interior .arrow-cont .arrow.prev.slick-arrow {
		pointer-events: initial;
		margin-left: 50px;
		cursor: pointer;
	}
	.header-interior .arrow-cont i {
		font-size: 45px;
		color: #fff;
	}
	.header-interior .slider .slick-dots {
		bottom: 45px;
		right: 0;
		width: 200px;
	}
	.header-interior .slider .slick-dots li button:before {
		font-size: 9px;
		color: #fff;
		opacity: 1;
	}

}

@media (min-width: 64em) {
	
	.header-interior h4,
	.header-interior h4 a {
		font-size: 30px;
		line-height: 32px;
	}

	.header-interior .content-section p {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.header-interior .arrow-cont i {
		font-size: 65px;
		color: #fff;
	}
	.header-interior .go-down-arrow {
		height: 83px;
		margin: 0 auto;
		width: 83px;
		position: absolute;
		bottom: -32px;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		-webkit-animation: bounce 1.5s infinite;
		z-index: 1;
	}
	 @-webkit-keyframes bounce {
      	0%  { margin-bottom: 0px; }
      	60% { margin-bottom: 8px; }
      	85% { margin-bottom: 2px; }
    }
}

@media (min-width: 1200px) {
	.header-interior .content-section {
		width: 665px;
		left: 125px;
	}
}

