/* INTERIOR HEADER */
section.header-slideshow {
	margin-top: 104px;;
	margin-bottom: 30px;
}
.interior-slider figure {
	position: relative;
}
section.header-slideshow.fixed-header {
	margin-bottom: 30px;
	position: relative;
	height: 100vh;
	z-index: -2;
}
section.header-slideshow.fixed-header .interior-header-wrapper img {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
section.header-slideshow.fixed-header figure {
	height: 100vh;
}
.interior-slider figure h2 {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 900;
	font-size: 32px;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: auto;
	left: 50%;
	bottom: 0px;
	margin-bottom: 21%;
	width: 80%;
	text-align: center;
	transform: translate(-50%, -50%);
	padding: 0 20px;
	z-index: 5;
}
.interior-slider figure figcaption {
	position: relative;
	left: 0px;
	bottom: 0px;
	background-color: rgba(51,51,51,.8);
	padding: 10px 15px;
	z-index: 5;
	display: block;
}
.interior-slider figure figcaption h3 {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	margin-bottom: 7px;
}
.interior-slider figure figcaption p {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

/* ========= 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 > img {
	width: 50px;
	position: relative;
    left: 50%;
    transform: translate(-50%);
}

.interior-slider figure h2.left {
	text-align: left;
	width: 96%;
}
.interior-slider figure h2.right {
	text-align: right;
	width: 96%;
}
.interior-slider .slide { position: relative; }
.interior-slider .logo {
    position: absolute;
    z-index: 1;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 40.063em) {
	.interior-slider figure figcaption {
		position: absolute;
		padding: 15px 25px;
		width: 225px;
	}
	.interior-slider figure h2 {
		top: 50%;
		left: 50%;
		bottom: auto;
		margin-bottom: 0px;
		font-size: 44px;
	}
	a.play-btn > img {
		width: 100px;
	}
}
@media screen and (max-width: 64.063em) {
	section.header-slideshow {
		margin-top: 0;
	}
	section.header-slideshow.fixed-header {
		margin-bottom: 30px;
		position: relative;
		height: 100%;
		z-index: -2;
	}
	section.header-slideshow.fixed-header .interior-header-wrapper img {
		position: relative;
		top: 0px;
		left: 0px;
		transform: none;
	}
	section.header-slideshow {
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 64.063em) {
	.interior-slider figure h2 {
		font-size: 113px;
		line-height: 1;
	}
	.interior-slider figure figcaption {
		padding: 30px 60px;
		width: 370px;
		z-index: 1;
	}
	.interior-slider figure figcaption h3 {
		font-size: 25px;
	}
	.interior-slider figure figcaption p {
		font-size: 13px;
		line-height: 17px;
	}
}
@media screen and (max-width: 640px) {
	.interior-slider figure h2 {
		margin-bottom: 0px;
		top:50%;
		font-size: 34px;
	}
	.interior-slider .logo { top: 50%; }
	section.header-slideshow {
		margin-top: 0;
	}
}