/* HEADER SLIDESHOW */
.header-slideshow {
	position: relative;
	width: 100%;
}
.homepage .header-slideshow {
	position: relative;
	width: 100%;
}

.header-slideshow * {
	outline: none;
}
.photo-credit {
	position: absolute;
	z-index: 99;
	bottom: 15px;
	left: 15px;
	color: #fff;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	background-color: rgba(0,0,0,0.6);
	padding: 8px 8px;
}
/* HOME SLIDER */
.home-header-wrapper {
	width: 100%;
	margin-bottom: 30px;
}
.home-slider figure {
	position: relative;
}
.home-slider figure.right figcaption {
	right: 36px;
	left: auto;
	max-width: 38%;
}
.home-slider figure picture::before {
	content: "";
	position: absolute;
	top: 33%;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7))
}
.home-slider figure figcaption {
	position: absolute;
	bottom: 50px;
    left: 20px;
	z-index: 2;
}
.home-slider figure figcaption h3 {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 900;
	font-size: 32px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.home-slider figure figcaption p {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 19px;
	display: none;
}
.home-slider figure figcaption a.sh-more-link {
	display: inline-block;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0 6px;
    padding: 13px 20px;
    width: auto;
    position: relative;
}
.home-slider figure figcaption a.sh-more-link::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffc357;
	transform: skewX(15deg);
	z-index: -1;
}
.home-slider figure.dominant-title figcaption {
	text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%;
}
.home-slider figure figcaption h3.large-header {
	font-size: 40px;
}
.home-slider figure figcaption h3.medium-header {
	font-size: 35px;
}
.home-slider figure figcaption h3.small-header {
	font-size: 30px;
}
.home-slider figure.dominant-title figcaption h3 {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 9px;
}
.home-slider figure.dominant-title figcaption p {
	margin:0 auto;
	margin-bottom: 19px;
}
.home-slider figure.dominant-title figcaption a.sh-more-link {
	margin:0 auto;
}
.home-slider .logo {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
   transform: translate(-50%, -50%);
}

.home-header-wrapper .home-arrows {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	pointer-events: none;
}
.home-header-wrapper .slides .home-arrows button {
	background-color: rgba(0,0,0,0.6);
	margin: 0;
	padding: 35px 8px;
	position: relative;
	pointer-events: auto;
	transition: width 0.35s ease;
}
.home-header-wrapper .home-arrows svg.arrow {
	fill: #fff;
	width: 18px;
	transition: width 0.35s ease;
}
.home-arrows button .preview-container {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 441px;
	background-color: rgba(0,0,0,0.66);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.35s ease;
	display: flex;
	align-items: center;
	padding: 15px 20px;
}
.home-arrows button.home-previous .preview-container {
	flex-flow: row-reverse;
}
.home-arrows button .preview-container img {
	width: auto;
	height: 100%;
	margin-right: 20px;
}
.home-arrows button .preview-container h4 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	width: 100%;
}
.slides div.home-arrows {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;

}
.slide.slick-slide.slick-active {
	height: 100%;
}
.slide.slick-slide {
	height: 0px;
}
.slides div.home-arrows button {
    padding: 35px 15px;
}
img.prev-img, img.next-img {
	width: 200px;
    height: 133px;
    margin-right: 20px;
    object-fit: cover;
}

.slick-arrow div.preview-container img.next-img,
.slick-arrow div.preview-container img.prev-img {
	width: 200px;
    height: 110px;
    margin-right: 0px;
    object-fit: cover;
}

/* ========= VIMEO / VIDEO ========= */
div.video-wrapper {
	position: absolute;
    top: 0;
    height: 100%;
    z-index: 7;
    overflow: hidden;
}
div.video-wrapper video {
    width: 100%;
}
.video-controls-mobile,
.video-wrapper a.play-btn > i,
.interior-slider figure > a.videolink {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}
a.play-btn {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    z-index: 9;
}
a.play-btn > img {
	width: 50px;
    left: 50%;
}
@media screen and (min-width: 40.063em) {
	.home-header-wrapper {
		margin-bottom: 40px;
	}
	.home-slider figure.dominant-title figcaption {
		max-width: 50%;
	}
	.home-slider figure figcaption {
		left: 75px;
		top: 50%;
	    bottom: initial;
	    transform: translateY(-50%);
	    max-width: 50%;
	}
	.home-slider figure figcaption h3.large-header {
		font-size: 60px;
	}
	.home-slider figure figcaption h3.medium-header {
		font-size: 55px;
	}
	.home-slider figure figcaption h3.small-header {
		font-size: 50px;
	}
	.home-slider figure figcaption h3 {
		font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
		font-weight: 900;
		line-height: 1;
		text-transform: uppercase;
		margin: 0 0 9px;
		letter-spacing: 1.2px;
	}
	.home-slider figure figcaption p {
		display: block;
		font-size: 15px;
		line-height: 1.2;
	}
	.home-slider figure figcaption a.sh-more-link {
		font-size: 14px;
		line-height: 1;
		padding: 13.5px 10px;
		min-width: 175px;
		margin-left: 8px;
	}
	a.play-btn > img {
		width: 100px;
	}
}
@media screen and (max-width: 640px) {
	.home-header-wrapper .slides .home-arrows button {
		padding: 1px 15px;
	}
	.home-slider figure figcaption h3.large-header {
		font-size:32px;
	}
}
@media screen and (min-width: 64.063em) {
	.home-header-wrapper {
		margin-top: 104px;
		/*position: fixed;*/
	}
	.homepage .header-slideshow {
		transition: top .35s ease;
	}
	.homepage header.sticky.scrolling-down + .header-slideshow {
		top: 0px;
	}
	.home-header-wrapper {
		margin-bottom: 100px;
	}
	.home-slider figure figcaption {
		left: 150px;
	}
	.home-slider figure figcaption h3.large-header {
		font-size: 80px;
	}
	.home-slider figure figcaption h3.medium-header {
		font-size: 70px;
	}
	.home-slider figure figcaption h3.small-header {
		font-size: 60px;
	}
	.home-slider figure figcaption h3 {
		line-height: 1;
	}
	.home-slider figure figcaption p {
		font-size: 17px;
		line-height: 1.5;
		max-width: 	600px;
	}
	.home-slider figure figcaption a.sh-more-link {
		font-size: 18px;
		font-weight: 600;
		line-height: 1;
		padding: 17.5px 20px;
		width: auto;
		min-width: 210px;
		position: relative;
		margin-left: 8px;
	}
	.home-header-wrapper .home-arrows button {
		padding: 40px 20px;
	}
	.home-header-wrapper .home-arrows svg.arrow {
		fill: #fff;
		width: 44px;
		transition: width 0.35s ease;
	}
	.home-arrows .home-prev:hover .preview-container {
		opacity: 1;
		left: 100%;
	}
	.home-arrows .home-next:hover .preview-container {
		opacity: 1;
		right: 100%;
	}
	.home-arrows .home-prev:hover {
		background-color: rgba(0,0,0,0.76);
	}
	.home-arrows .home-next:hover {
		background-color: rgba(0,0,0,0.76);
	}
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
	.home-slider figure figcaption h3.large-header {
		font-size: 40px;
	}
}
@media (max-width: 64.063em) {
	.photo-credit {
		bottom: 0;
		left: 0;
	}
	.slides div.home-arrows {
		top: 45%;
	}
}