.header-interior,
.header-interior .img-cont,
.header-interior .inner {
	position: relative;
}

.header-interior {
	margin: 0;
	visibility: hidden;
}

.header-interior.show-accent {
	margin-bottom: 15px;
}

.header-interior .slide {
	margin-bottom: 0px;
}

.header-interior.show-accent .slide {
	margin-bottom: 80px;
}

.header-interior .img-cont {
	height: 0;
	width: 100%;
	padding-bottom: 86%;
}

.header-interior .img-cont img {
	width: 100%;
}

.header-interior .content-section {
	position: absolute;
    bottom: -80px;
    right: 0;
    background: #fff;
	padding: 30px;
    max-width: 564px;
    width: calc(100% - 30px);
    z-index: 3;
    margin-left: 30px;
}

.header-interior .content-section h4,
.header-interior .content-section h4 a {
	color: #242f44;
    font-family: 'ITC Caslon No. 224 W01';
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.header-interior .content-section p {
	color: #242f44;
    font-family: 'ITC Caslon No. 224 W01';
    font-style: italic;
    text-rendering: optimizeLegibility;
    font-size: 15px;
	line-height: 1.4;
    margin-bottom: 0;
    font-weight: 700;
}

.header-interior .content-section .read-more {
	color: #242f44;
	font-family: urw-din, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
	font-style: normal;
	text-decoration: underline;
}

.header-interior .arrow-cont {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 144px;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	overflow:hidden;
}

.header-interior .arrow-cont .custom-arrow {
	cursor: pointer;
	pointer-events: all;
	top: 22px;
    position: relative;
}

.header-interior .arrow-cont .custom-arrow.prev .arrow-inner {
	width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #242f44;
    color: #fff;
    border: 2px solid #fff;
    font-size: 38px;
    transform: rotate(45deg) translate(-50%);
    transform-origin: left;
}

.header-interior .arrow-cont .custom-arrow.prev .arrow-inner i {
	transform: rotate(-45deg) translateX(12px);
	font-size: 20px;
}

.header-interior .arrow-cont .custom-arrow.next .arrow-inner {
	width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #242f44;
    color: #fff;
    border: 2px solid #fff;
    font-size: 38px;
    transform: rotate(45deg) translate(50%);
    transform-origin: right;
}

.header-interior .arrow-cont .custom-arrow.next .arrow-inner i {
	transform: rotate(-45deg) translateX(-12px);
	font-size: 20px;
}

.header-interior .arrow-cont .custom-arrow.prev {
	left: 0px;
}

.header-interior .arrow-cont .custom-arrow.next {
	right: 0px;
}

.header-interior .pattern {
	position: absolute;
    left: -144px;
    bottom: -30px;
    width: 296px;
    height: 149px;
	background: url(/includes/client_public/assets/shared/pattern-yellow-shapes.png) repeat-x top right;
}

@media (min-width: 40em) {
	.header-interior .img-cont {
		padding-bottom: calc(360/800 * 100%);
	}

	.header-interior .slide {
		margin-bottom: 30px;
	}

	.header-interior.show-accent .slide {
		margin-bottom: 50px;
	}

	.header-interior .content-section {
		bottom: 0;
	}

	.header-interior .pattern {
		left: 0;
		bottom: -50px;
	}
}

@media (min-width: 1200px) {
	.header-interior {
		margin: 0 40px;
	}

	.header-interior .img-cont {
		padding-bottom: 550px;
	}

	.header-interior .img-cont img {
		height: 550px;
	}
	
	.header-interior .arrow-cont .custom-arrow.next .arrow-inner,
	.header-interior .arrow-cont .custom-arrow.prev .arrow-inner {
		width: 100px;
		height: 100px;
	}
	
	.header-interior .arrow-cont .custom-arrow.prev .arrow-inner i {
		transform: rotate(-45deg) translateX(20px);
		font-size: 38px;
	}

	.header-interior .arrow-cont .custom-arrow.next .arrow-inner i {
		transform: rotate(-45deg) translateX(-20px);
		font-size: 38px;
	}
}

