section.aside_content
{
	color: rgba(242, 242, 242, 0.9);

	display: flex;
	 align-items: flex-start;
	 flex-flow: row nowrap;
	 justify-content: center;
	margin: 0 auto;
	padding: 0 calc(50vw - (1024px / 2));
	position: relative;
	 z-index: 2;
}

section.aside_content *
{
	position: relative;
}

section.aside_content:before
{
	background: rgba(255, 255, 255, 0.05);

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

	height: 100%;
	width: 50%;

	content: "";
}

section.aside_content:after
{
	border-right: #0c1c37 solid 1px;
	display: inline-block;
	position: absolute;
	 top: 0;
	 left: 50%;

	height: 100%;
	width: 0;

	content: "";
}

section.aside_content .content
{
	display: flex;
	 flex-direction: column;
	 justify-content: center;
	flex: 0 1 50%;
	padding: 175px 0 175px 110px;

	width: 50%;
}

section.aside_content .content .aside
{
	box-sizing: border-box;
	display: block;
	 align-items: flex-start;
	 flex-flow: column nowrap;
	 justify-content: center;
	padding: 150px 0;

	min-height: 100vh;
}

section.aside_content .content .aside *
{
	max-width: 100%;
}

section.aside_content .decoration
{
	display: block;
	margin-bottom: 50px;

	width: 100%;
}

section.aside_content .decoration_content
{
	display: block;
	padding-bottom: 83%;

	height: 0;
	width: 100%;
}

section.aside_content .decoration_content .inset
{
	background: transparent url("") 50% 50% / cover no-repeat;

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

	height: 100%;
	width: 100%;
}

section.aside_content .decoration_content:before
{

	background: url(../../../images/slats-blue.png) center center repeat;

	position: absolute;
	 top: 20px;
	 left: 20px;
	 z-index: 1;

	height: 100%;
	width: 100%;

	content: "";
}

section.aside_content h3
{
	font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.17647059;
    letter-spacing: 0.015em;
    position: relative;
	text-decoration: none;
	text-transform: none;
	display: inline-block;
	
	margin-bottom: 60px;

	max-width: 300px;
}

section.aside_content h3:before
{
	opacity: .95;
	content: "";
	position: absolute;
	z-index: -1;
	left: -3px;
	bottom: -36px;
	width: 130px;
	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.aside_content .content .aside h2 {
	color: #09172d;
	margin-bottom: 25px;
}
section.aside_content p
{
	color: #b3b3b3;
	font: normal 300 16px/1.87 "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0;
}

section.aside_content .arrow_cta
{
	align-self: flex-start;

	margin-top: 30px;
}

@media only screen and (max-width: 1176px)
{
	section.aside_content
	{
		background: #0c1c37;

		flex-direction: column;
	}

	section.aside_content:before
	{
		content: none;
	}

	section.aside_content .content
	{
		padding: 0 30px;

		width: 100%;
	}

	section.aside_content .content .aside + .aside
	{
		border-top: #1e293a solid 1px;
		margin-top: 40px;
		padding-top: 40px;
	}

	section.aside_content .decoration
	{
		width: calc(100% - 20px);
	}

	section.aside_content .decoration_content
	{
		position: relative;
		margin: 0 auto;
		padding-bottom: 100%;
	}

	section.aside_content .decoration_content:before
	{
		top: 20px;
		left: 20px;
	}

	section.aside_content h3
	{
		margin-bottom: 52px;
	}

	section.aside_content .arrow_cta
	{
		margin-top: 15px;
	}

}

section.aside_content .subnav
{
	font: 500 20px/1 "Barlow Condensed", sans-serif;
	letter-spacing: .01em;

	box-sizing: border-box;
	display: flex;
	 align-items: flex-start;
	 flex-flow: column nowrap;
	 justify-content: flex-start;
	flex: 0 1 50%;
	overflow: visible;
	padding: calc(100px + 3.5vh) 0 3.5vh;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: sticky;
	 top: 0;
	 left: 0;
	 z-index: 2;

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

section.aside_content .subnav h2
{
	font-size: 50px;
	font-weight: 700;
	letter-spacing: .015em;
	line-height: 1.02;
	text-transform: uppercase;

	display: inline-block;
	margin: 0 0 5vmin;

	padding-left:0;

	color:#fff;
}

section.aside_content .subnav h2:before
{
	display:none;
}

section.aside_content .subnav a
{
	transform-origin: center left;
	transition: color .25s ease;

	color: #b3b3b3;
	text-decoration: none;

	display: inline-block;
	margin: 0 0 2.25vh;
}

@media (hover: hover), all and (-ms-high-contrast: none)
{
	section.aside_content .subnav a:focus,
	section.aside_content .subnav a:hover
	{
		color: #e5e5e5;
	}
}

section.aside_content .subnav .faux-fieldset
{
	background: #f2f2f2;

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

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

section.aside_content .subnav .faux-fieldset label
{
	background: #f2f2f2;

	color: #09172d;
	font: normal 500 26px/1 "Barlow Condensed", sans-serif;
	letter-spacing: 0.015em;
	text-overflow: ellipsis;
	white-space: nowrap;

	border: #cdcdcd solid 1px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	padding: 40px 80px 40px 25px;
	z-index: 2;

	width: 100%;

	pointer-events: none;
}

section.aside_content .subnav .faux-fieldset label:after
{
	transform: translateY(-50%);

	color: #f8be21;
	
	font: normal 400 42px/1 "USPIS UI", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant: normal !important;
	speak: none;
	text-transform: none !important;
	vertical-align: middle;

	display: inline-block;
	position: absolute;
	 top: 50%;
	 right: 25px;

	content: "w";
}

section.aside_content .subnav .faux-fieldset label .label-text
{
	
	text-overflow: ellipsis;
	white-space: nowrap;

	display: block;
	overflow: hidden;

	max-width: 100%;
	width: 100%;

	pointer-events: none;
}

section.aside_content .subnav .faux-fieldset select
{
	background: #f2f2f2;

	color: #09172d;

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

	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 1176px)
{
	section.aside_content .subnav
	{
		padding: 0;
		z-index: 3;

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

	body:not(.hide-masthead) section.aside_content .subnav,
	body.force-sticky-masthead section.aside_content .subnav
	{
		transform: translateY(62px);
	}

	section.aside_content .subnav h2,
	section.aside_content .subnav a
	{
		display: none;
		z-index: -1;
	}

	section.aside_content .subnav .faux-fieldset
	{
		transition: transform .5s ease;

		display: block;
		z-index: 3;
	}
	
	section.aside_content .subnav .faux-fieldset label
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 767px)
{
	section.aside_content h3:before
	{
		opacity: .95;
		content: "";
		position: absolute;
		z-index: -1;
		left: 0px;
		bottom: -29px;
		width: 120px;
		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;
	}
}

.javascript-support section.aside_content .subnav a.current-menu-item
{
	color: #e5e5e5;
	font-weight: 500;
}

.javascript-support section.aside_content .subnav a.current-menu-item.current-menu-item:before
{
	color: #f8be21;

	position: absolute;
	 top: 0;
	 right: calc(100% + 5px);

	content: "/";
}