section.history
{
	overflow: visible !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	position: relative;
	 z-index: 0;

	min-height: 100vmin;
	width: 100% !important;

	counter-reset: my-sec-counter;
}

section.history:before
{
	background: transparent;

	border-left: rgba(255, 255, 255, .1) solid 1px;
	display: block;
	margin: 0;
	position: absolute;
	 top: 0;
	 left: 50%;
	 z-index: 0;

	height: 100%;
	width: 0;

	content: "";
}

section.history .interaction_container
{
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
	position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 3;

	height: 100vh;
	width: 100%;
}

section.history .interaction_container .compliance-link
{
	box-shadow: none;

	color: transparent;
	text-decoration: none;
	text-index: -1000px;

	border: 0;
	outline: 0;
	position: absolute;
	 top: 0;
	 left: 0;
}

section.history .interaction_container .menu-toggle
{
	transition: all .25s ease;
	transform: translateX(-50%);

	color: #b3b3b3;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;

	box-sizing: border-box;
	padding: 44px 10px 10px;
	position: absolute;
	 top: 130px;
	 left: 50%;
	 z-index: 2;
}

section.history .interaction_container .menu-toggle:after
{
	transform: translateX(-50%);

	color: inherit;
	font-family: "USPIS UI", sans-serif;
	font-size: 42px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	text-transform: none !important;
	line-height: 1;
	speak: none;
	vertical-align: middle;

	position: absolute;
	 top: 0;
	 left: 50%;
}

section.history .interaction_container .menu-toggle.open:after
{
	content: "\3d";
}

section.history .interaction_container .menu-toggle.close:after
{
	content: "\2b";
}

section.history .interaction_container .skip
{
	transition: all .25s ease;
	transform: translateX(-50%);

	color: #b3b3b3;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;

	box-sizing: border-box;
	padding: 10px 10px 44px;
	position: absolute;
	 bottom: 30px;
	 left: 50%;
	 z-index: 2;
}

section.history .interaction_container .skip.not([href])
{
	display: none;
}

section.history .interaction_container .skip:after
{
	transform: translateX(-50%);

	color: inherit;
	font-family: "USPIS UI", sans-serif;
	font-size: 42px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	text-transform: none !important;
	line-height: 1;
	speak: none;
	vertical-align: middle;

	position: absolute;
	 bottom: 0;
	 left: 50%;

	content: "p";
}

section.history .interaction_container .menu
{
	opacity: 0;
	transition: opacity 0s ease;

	overflow: hidden;
	position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 3;

	height: 100%;
	width: 100%;
}

section.history .interaction_container .menu [role="menu"]
{
	-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
	transform: translateX(-50%);

	display: block;
	overflow: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	top: 200px;
	left: 50%;
	scroll-behavior: smooth;
	scrollbar-width: none;

	height: calc(100% - 400px);
	max-width: 200px;
	width: 100%;
}

section.history .interaction_container .menu [role="menu"]::-webkit-scrollbar
{
	display: none;
}

section.history .interaction_container .menu [role="menu"] a[href]:not(.menu-toggle)
{
	transition: color .25s ease;

	color: #b3b3b3;
	font: normal 400 20px/.3em "Barlow Condensed", sans-serif;
	line-height: 1;
	text-align: center;
	text-decoration: none;

	box-sizing: border-box;
	clear: both;
	display: block;
	margin: 5vmin auto;
	padding: 0 10px;
	position: relative;
}

section.history .interaction_container .menu [role="menu"] a[href]:not(.menu-toggle):before
{
	opacity: .95;
	transform: skew(-20deg) translate(-56%, 4px);
	transform-origin: left bottom;

	border-bottom: solid 12px #f8be21;
	position: absolute;
	 top: 100%;
	 left: 50%;
	 z-index: -1;

	height: 0;
	width: 50%;
}

section.history .interaction_container .menu [role="menu"] a[href]:not(.menu-toggle):first-child
{
	margin-top: 25vmin;
}

section.history .interaction_container .menu [role="menu"] a[href]:not(.menu-toggle):last-child
{
	margin-bottom: 25vmin;
}

section.history .interaction_container .menu [role="menu"] a[href]:not(.menu-toggle):focus,
section.history .interaction_container .menu [role="menu"] a[href]:not(.menu-toggle):hover
{
	color: #f2f2f2;
}

section.history .interaction_container .menu [role="menu"] a[href]:not(.menu-toggle).active
{
	color: #f2f2f2;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: .025em;
	line-height: 1;
}

section.history .interaction_container .menu [role="menu"] a[href]:not(.menu-toggle).active:before
{
	content: "";
}

section.history .interaction_container fieldset
{
	background: #09172d;

	border: 0;
	display: none;
	margin: 0;
	padding: 0;
	position: relative;
	 z-index: -1;

	width: 100%;
}

section.history .interaction_container fieldset label
{
	background: #09172d;

	color: #f2f2f2;
	font: normal 500 26px/1 "Barlow Condensed", sans-serif;
	letter-spacing: .015em;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;

	border: #1e293a solid 1px;
	box-sizing: border-box;
	display: flex;
	 align-items: center;
	 justify-content: center;
	overflow: hidden;
	padding: 15px;
	position: relative;
	 z-index: 2;

	width: 100%;

	pointer-events: none;
}

section.history .interaction_container fieldset select
{
	background: #09172d;
	border-radius: 0;

	color: #f2f2f2;
	font: normal 500 26px/1.23 "Barlow Condensed", sans-serif;
	letter-spacing: .015em;
	text-align: center;

	box-sizing: border-box;
	position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 1;

	height: 100%;
	width: 100%;
}

section.history.menu-active .interaction_container .menu
{
	opacity: 1;
	transition-duration: .5s;
}

section.history.menu-active .interaction_container .menu-toggle.open,
section.history.menu-active .interaction_container .skip
{
	opacity: 0;
	pointer-events: none;
}

section.history:not(.menu-active) .interaction_container .menu
{
	pointer-events: none;
}

section.history .scene_container
{
	opacity: 1;
	transition: opacity .5s ease;

	pointer-events: none;
}

section.history.menu-active .scene_container
{
	opacity: 0;
}

section.history .scene
{
	box-sizing: border-box;
	margin: 0;
	position: relative;

	height: auto;
	width: 100%;
}

section.history .scene .anchor
{
	position: absolute;
	 top: 130px;
	 left: 0;
}

section.history .scene .content
{
	color: #b3b3b3;
	font-size: 16px;
	line-height: 30px;

	display: flex;
	 align-items: flex-start;
	 flex-flow: row nowrap;
	 justify-content: flex-end;
	padding: 40vh calc(50vw - (976px / 2)) 0;
	position: relative;

	height: 100vh;
	width: 100%;
}

section.history .scene .content:before
{
	opacity: .05;
	transform: translate(-59%, -50%);

	color: #f2f2f2;
	font: normal 700 47vmin/1 "Barlow Condensed", sans-serif;
	letter-spacing: .026em;

	display: inline-block;
	position: absolute;
	 top: 40%;
	 left: 50%;
	 z-index: 0;

	content: attr(data-decoration);
	pointer-events: none;
}

section.history .scene .content .image
{
	display: flex;
	 align-items: flex-end;
	 justify-content: flex-end;
	flex: 0 1 50%;
	overflow: hidden;
	position: relative;
}

section.history .scene .content .image img
{
	object-fit: contain;

	margin: 0;

	max-height: 100%;
	max-width: 100%;
}

section.history .scene .content figcaption
{
	box-sizing: border-box;
	display: inline-block;
	flex: 0 1 50%;
	padding: 40px 0 0 60px;
	position: relative;
	 z-index: 1;
}

section.history .scene .content figcaption:before
{
	opacity: .95;
	transform: skew(-20deg);
	transform-origin: left bottom;

	border-bottom: solid 6px #f8be21;
	display: inline-block;
	padding: 0;
	position: absolute;
	 top: 0;
	 left: 60px;
	 z-index: 0;

	height: 0;
	width: 125px;

	content: "";
}

section.history .scene .content figcaption .year{
	font-weight: bold;
}

section.history .scene.feature .content .image
{
	opacity: .1;
	transform: translateX(-50%);

	align-items: center;
	flex: 0 0 100%;
	justify-content: center;
	position: absolute;
	 top: 0;
	 left: 50%;
	 z-index: 0;

	height: 100%;
	max-width: 1600px;
	width: 100%;
}

section.history .scene.feature .content .image img
{
	object-fit: cover;

	position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 0;

	height: 100%;
	width: 100%;
}

@media (hover: hover), all and (-ms-high-contrast: none)
{
	section.history .interaction_container .menu-toggle:hover,
	section.history .interaction_container .menu-toggle:focus,
	section.history .interaction_container .skip:hover,
	section.history .interaction_container .skip:focus
	{
		color: #f8be21;
		font-size: 13px;
	}
}

@media only screen and (max-width: 1176px)
{
	section.history
	{
		overflow: hidden !important;
		padding: 100px 0;
	}
	
	section.history:before
	{
		display: none;

		content: none;
	}

	section.history .interaction_container
	{
		transition: padding .5s ease;
	}
	
	section.history .interaction_container .menu-toggle
	{
		display: none;
	}

	section.history .interaction_container .skip
	{
		display: none;
	}

	section.history .interaction_container .menu
	{
		opacity: 0 !important;
		z-index: -1 !important;
	}
	
	section.history .interaction_container fieldset
	{
		display: block;
		z-index: 3;
	}
	
	section.history .scene .content
	{
		font-size: 14px;
		line-height: 24px;

		align-items: center;
		flex-flow: column nowrap;
		justify-content: flex-start;
		padding: 10vmin 0;
		
		min-height: 300px;
		height: auto;
	}

	section.history .scene .content:before
	{
		transform: translateX(-50%);

		top: -50px;
		left: 75%;
	}

	section.history .scene .content .image
	{
		align-items: flex-end;
		flex: 0 1 auto;
		justify-content: flex-start;
		padding: 20px 60px;
	}

	section.history .scene .content .image img
	{
		max-height: none;
		max-width: 75%;
	}

	section.history .scene .content figcaption
	{
		flex: 0 1 auto;
		padding: 20px 60px;
	}

	section.history .scene .content figcaption:before
	{
		left: 60px;
		width: 65px;
	}

	section.history .scene.feature .content .image
	{
		height: 100%;
		max-width: 100%;
		width: 100%;
	}

	section.history .scene.feature .content .image img
	{
		max-height: 100%;
		height: 100%;
		max-width: 100%;
		width: 100%;
	}
	
	section.history .scene a.anchor[id]
	{
		position: absolute;
		 top: 62px;
		 left:0;

		height: 0;
		width: 0;
	}
}

.javascript-support section.history.end .interaction_container .skip
{
	opacity: 0;

	pointer-events: none;
}

.javascript-support section.history .interaction_container
{
	position: fixed;
}

.javascript-support section.history.start .interaction_container,
.javascript-support section.history.end .interaction_container
{
	position: absolute !important;
}

.javascript-support section.history.end .interaction_container
{
	top: auto !important;
	right: auto !important;
	bottom: 0 !important;
	left: 0 !important;
}

@media all and (-ms-high-contrast: none)
{
	.javascript-support section.history .scene.feature
	{
		opacity: 0;
	}
}

@media only screen and (min-width: 1177px)
{
	.javascript-support section.history .scene
	{
		opacity: 0;
		transition: opacity .75s ease;

		padding: 0;
		position: relative;

		height: 100vmin;
	}

	.javascript-support section.history .scene:not(.in-view)
	{
		z-index: 0;

		pointer-events: none;
	}

	.javascript-support section.history .scene.in-view:not(.above)
	{
		opacity: 1;

		z-index: 1;
	}

	.javascript-support section.history .scene .content
	{
		position: fixed;
		 top: 0;
		 left: 0;

		height: 100vh;
		width: 100%;
	}

	.javascript-support section.history.start .scene .content,
	.javascript-support section.history.end .scene .content
	{
		position: absolute !important;
	}

	.javascript-support section.history.end .scene .content
	{
		top: auto !important;
		right: auto !important;
		bottom: 0 !important;
		left: 0 !important;
	}
	
	.javascript-support section.history .scene .content:before
	{
		opacity: 0;

		transition: all 1.25s ease;

		top: 100%;
	}

	.javascript-support section.history .scene .content .image,
	.javascript-support section.history .scene .content figcaption
	{
		opacity: 0;
		transition: all 1s ease;
	}

	.javascript-support section.history .scene.in-view:not(.above) .content:before
	{
		transition-delay: .5s;
	}

	.javascript-support section.history .scene.in-view:not(.above) .content .image,
	.javascript-support section.history .scene.in-view:not(.above) .content figcaption
	{
		transition-delay: 1.25s;
	}

	.javascript-support section.history .scene.in-view:not(.above) .content:before
	{
		opacity: .05;
		top: 50%;
	}

	.javascript-support section.history .scene.in-view:not(.above) .content .image,
	.javascript-support section.history .scene.in-view:not(.above) .content figcaption
	{
		opacity: 1;
	}

	.javascript-support section.history .scene.in-view:not(.above) .content figcaption
	{
		transform: translateY(0);
	}

	.javascript-support section.history .scene.above .content:before
	{
		top: -50%;
	}

	.javascript-support section.history .scene.above .content figcaption
	{
		transform: translateY(-100%);
	}

	.javascript-support section.history .scene:not(.feature) .content .image
	{
		transform: translateY(100%);
	}

	.javascript-support section.history .scene:not(.feature).in-view .content .image
	{
		transform: translateY(0);
	}

	.javascript-support section.history .scene:not(.feature).above .content .image
	{
		transform: translateY(-100%);
	}

	.javascript-support section.history .scene.feature .content .image
	{
		opacity: 1;
	}

	.javascript-support section.history .scene.feature.in-view .content .image
	{
		opacity: .1;
		transition-delay: 1.25s;
	}
}

@media only screen and (max-width: 1176px)
{
	.javascript-support section.history .interaction_container
	{
		transition: padding .5s ease;
	}

	.javascript-support:not(.hide-masthead):not(.force-sticky-masthead) section.history:not(.start):not(.end) .interaction_container,
	body.force-sticky-masthead section.history:not(.start):not(.end) .interaction_container
	{
		padding-top: 62px;
	}
	
	.javascript-support section.history .scene
	{
		position: relative;

		height: auto;
	}
}