section.subhero
{
	background: #09172d;

	overflow: visible !important;
	position: relative;
	 z-index: 3;
}

section.subhero .background
{
	background: content-box transparent url("") calc(50% + 50px) calc(100% + 10px) / 1024px no-repeat;

	box-sizing: border-box;
	overflow: hidden;
	padding: 0 calc(50vw - (2560px / 2));
	position: absolute;
	 top: 0;
	 left: 0;

	height: 100%;
	width: 100%;
}

section.subhero .background video
{
	content-fit: cover;

	box-sizing: border-box;
	padding: 0 calc(50vw - (2560px / 2));
	position: absolute;
	 top: 0;
	 left: 0;

	width: 100%;

	pointer-events: none;
}

section.subhero .background video::-webkit-media-controls
{
	display: none;
}

section.subhero .foreground
{
	color: rgba(242, 242, 242, 0.9);
	display: block;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	padding-top: 365px;
	padding-bottom: 330px;
	position: relative;
	z-index: 1;

	min-height: 600px;
	max-width: 1176px;
}

section.subhero .foreground:after
{
	content: "";
	display: table;
	clear: both;
}

section.subhero .foreground .content
{
	float: right;
	margin-right: 10%;
	margin-left: 10%;
	max-width: 540px;
	width: 100%;
}

section.subhero .foreground [data-eyebrow]:before
{
	color: #b3b3b3;
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	clear: both;
	display: block;
	margin-bottom: 40px;
	padding-left: 20px;
	content: "/ " attr(data-eyebrow);
}

section.subhero .foreground p
{
	color: #b3b3b3;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.01em;

	margin-top: 40px;
	margin-bottom: -15px;	

	width: 80%;
}

section.subhero .foreground p:last-of-type
{
	position: relative;
	text-decoration: none;
	display: inline-block;
}

section.subhero .foreground p:last-of-type:before
{
	opacity: .95;
	content: "";
	position: absolute;
	z-index: -1;
	left: -3px;
	bottom: -54px;
	width: 140px;
	height: 0;
	padding: 0 3px 0 3px;
	border-bottom: solid 6px #f8be21;
	transform: skew(-20deg);
	transform-origin: left bottom;
	transition: width 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1s, padding 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}

section.subhero.flipped .foreground .content
{
	float: left;
	margin-left: 10%;
}

section.subhero.flipped .background
{
	background-position: 50% 50%;
}

section.subhero.centered .foreground .content
{
	float: none;
	margin-right: auto;
	margin-left: auto;
}

section.subhero.centered .background
{
	background-position: 50% 50%;
}

section.subhero.lined:before
{
	background: transparent;
	border-left: rgba(255, 255, 255, 0.07000000000000001) solid 1px;
	display: block;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	height: 100%;
	width: 0;
	content: "";
}

section.subhero.bottom-lined:after
{
	background: transparent;
	border-top: rgba(255, 255, 255, 0.07000000000000001) solid 1px;
	display: block;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	height: 0;
	width: calc(50% + 46px);
	content: "";
}

section.subhero.shadowed:after
{
	background: url(../../../images/slats-gray.png) center center repeat;
	position: absolute;
	top: 100%;
	left: 95px;
	z-index: 1;
	height: 62px;
	width: calc(100% - 95px);
	content: "";
}

@media only screen and (max-width: 1176px)
{
	section.subhero .background
	{
		background-size: 768px;
	}

	section.subhero .foreground
	{
		padding-top: 20vmin;
		padding-bottom: 20vmin;

		min-height: none;
	}

	section.subhero.shadowed:after
	{
		left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 1023px)
{
	section.subhero .background
	{
		background-size: 85%;
	}
}

@media only screen and (max-width: 767px)
{	
	section.subhero .foreground
	{
		align-items: center;
		display: flex;
		justify-content: center;		
		padding: 235px 0 135px;

		min-height: 100vh;
	}

	section.subhero .foreground .content
	{		
		float: none;
		width: 84%;
		margin: 0 auto 0;

		width: calc(100% - 60px);
	}

	section.subhero .foreground p
	{
		font: normal 300 20px/1.5 "Helvetica Neue", Helvetica, sans-serif;
		letter-spacing: -0.01em;
		text-decoration: none;

		display: inline-block;
		margin-top: 20px;
		position: relative;
	}

	section.subhero .foreground p:last-of-type:before
	{
		opacity: .95;
		content: "";
		position: absolute;
		z-index: -1;
		left: 0px;
		bottom: -29px;
		width: 92px;
		height: 0;
		padding: 0 0px 0 0px;
		border-bottom: solid 5px #f8be21;
		transform: skew(-20deg);
		transform-origin: left bottom;
		transition: width 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1s, padding 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1s;
	}

	section.subhero .background
	{
		background-position: left 40%;
		background-size: 102%;
	}

	section.subhero.centered .foreground,
	section.subhero.lined .foreground
	{
		padding: 135px 0;
	}

	section.subhero:after
	{
		content: none;
	}

	section.subhero.centered .background,
	section.subhero.lined .background,
	section.subhero.centered:before,
	section.subhero.lined:before,
	section.subhero.centered:after,
	section.subhero.lined:after
	{
		display: none;
	}

	section.subhero:first-child .foreground
	{
		min-height: calc(100vh - 55px);
	}
}

.javascript-support section.subhero .foreground
{
	overflow: hidden;
}

.javascript-support section.subhero .foreground [data-eyebrow]:before
{
	transition: all .75s ease;
	opacity: 0;
	transform: translateX(-25%);
}

.javascript-support section.subhero:not(.transitioned) .foreground .content > *
{
	opacity: 0;
	transform: translateY(50%);
	transition: all .75s ease;
}

.javascript-support section.subhero:not(.transitioned) .foreground .content > *:nth-child(1)
{
	transition-delay: .5s;
}

.javascript-support section.subhero:not(.transitioned) .foreground .content > *:nth-child(2)
{
	transition-delay: .75s;
}

.javascript-support section.subhero:not(.transitioned) .foreground .content > *:nth-child(3)
{
	transition-delay: 1s;
}

.javascript-support section.subhero:not(.transitioned) .foreground .content > *:nth-child(4)
{
	transition-delay: 1.25s;
}

.javascript-support section.subhero:not(.transitioned) .foreground [data-eyebrow]:before
{
	transition-delay: 1.5s;
}

.javascript-support section.subhero:not(.triggered) h1 em:before,
.javascript-support section.subhero:not(.triggered) h3 em:before
{
	padding: 0 !important;
	width: 0 !important;
}

.javascript-support section.subhero:not(.triggered) [data-eyebrow]:before
{
	opacity: 0;
	transform: translateX(-25%);
}

.javascript-support section.subhero.triggered .foreground .content *
{
	opacity: 1;
	transform: translateX(0);
}

.javascript-support section.subhero.triggered .foreground [data-eyebrow]:before
{
	opacity: 1;
	transform: translateX(0);
}

.javascript-support section.subhero.triggered .background:after
{
	opacity: 1;
	transform: translateX(0);
}

.javascript-support section.subhero .foreground
{
	overflow: hidden;
}

.javascript-support section.subhero .foreground .content *
{
	opacity: 0;
	transform: translateY(50%);
	transition: all .5s ease 0s;
}

.javascript-support section.subhero:not(.triggered) p:before
{
	padding: 0 !important;
	width: 0 !important;
}

.javascript-support section.subhero.triggered .foreground .content *
{
	opacity: 1;
	transform: translateX(0);
}