@font-face {
	font-family: 'Univers LT Std';
	src: url('fonts/UniversLTStd-XBlackEx.eot');
	src: url('fonts/UniversLTStd-XBlackEx.eot?#iefix') format('embedded-opentype'),
		url('fonts/UniversLTStd-XBlackEx.woff2') format('woff2'),
		url('fonts/UniversLTStd-XBlackEx.woff') format('woff'),
		url('fonts/UniversLTStd-XBlackEx.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

* { box-sizing: border-box; font-family: 'Open Sans', sans-serif; }
img { max-width: 100%; }
.vert-center { position: relative; top: 50%; transform: translateY(-50%); }
.spacer { clear: both; }

h1 { font-size: 56px; }
h2 { font-size: 48px; }
h3 { font-size: 42px; }
h4 { font-size: 36px; }
h5 { font-size: 30px; }
h6 { font-size: 24px; }
h1, h2, h3, h4, h5, h6 { font-family: 'Univers LT Std'; margin: 0 0 4% 0; line-height: 1.0; font-weight: 900; }
p, ul li, ol li { font-size: 15px; color: #7d7d7d; line-height: 1.5; margin: 0 0 2%; }

.splash-height {
	height: 100vh;
}

.splash-holder {
	width: 100%;
}

.splash-left {
	width: 42%;
	float: left;
	background-color: gray;
	background-image: url('img/splash-left.jpg');
	background-size: cover;
	border-bottom: 22px solid #2b41d0;
	text-align: center;
	position: relative;
}

.careers-button {
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 24px;
	background-color: #f6430a;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Univers LT Std';
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.careers-button:hover {
	text-decoration: none;
	background-color: #2b41d0;
	color: white;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.splash-left p {
	margin: 16px 0px;
	line-height: 1.2;
	color: white;
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.splash-right {
	width: 58%;
	float: left;
	background-color: black;
}

.splash-right-top {
	height: 42vh;
	background-image: url('img/splash-right-top.jpg');
	background-size: 100% 100%;
	padding: 20px 6%;
}

.splash-right-bottom {
	height: 58vh;
	background-image: url('img/splash-right-bottom.jpg');
	background-size: 100% 100%;	
	border-bottom: 22px solid #2b41d0;
}

.splash-right-bottom {
	padding: 20px 90px;
}

.splash-left img {
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	display: block;
}

.splash-left h4 {
	display: inline-block;
	margin: 0px 12px;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
}

.plus {
	padding: 0 0 0 20px;
	background-image: url('img/red-plus.png');
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: left center;	
}

.splash-right-top h6 {
	color: white;
	text-transform: uppercase;
	padding-left: 34px;
	margin-bottom: 1rem;
}

.splash-right-top p, .splash-right-top ul li {
	color: #9e9d9d;
}

.splash-right-top ul {
	padding-left: 68px;
}

.splash-right-top ul li {
	line-height: 1.5;
	margin-bottom: 0px;
	list-style-image: url('img/gray-plus.png');
}

.splash-right-top h3 {
	padding: 0 0 0 40px;
}

.splash-right-bottom h6 {
	color: white;
	text-transform: uppercase;
	padding-left: 30px;
}

#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 12px !important;
}

.nf-field-element textarea {
    height: 100px !important;
}

.field-wrap .listselect-wrap>div, .field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap>div input, .field-wrap select, .field-wrap textarea {
    width: 100% !important;
    border: 0px !important;
    padding: 4px 12px !important;
	background-color: #323232;
	color: white;
}

.nf-form-cont input::-webkit-input-placeholder, .nf-form-cont textarea::-webkit-input-placeholder { color: #bababa; text-transform: uppercase; }
.nf-form-cont input:-moz-placeholder, .nf-form-cont textarea:-moz-placeholder { color: #bababa; text-transform: uppercase; }
.nf-form-cont input::-moz-placeholder, .nf-form-cont textarea::-moz-placeholder { color: #bababa; text-transform: uppercase; }
.nf-form-cont input:-ms-input-placeholder, .nf-form-cont textarea:-ms-input-placeholder { color: #bababa; text-transform: uppercase; }
.nf-form-cont .form-custom-hint { color: #bababa !important; text-transform: uppercase; }

.submit-wrap .ninja-forms-field {
	background-color: #f6430a; 
	color: white;
	text-transform: uppercase;
	font-family: 'Univers LT Std';
	font-size: 18px;
}

.members-of {
	padding: 40px 0px 60px;
	text-align: center;
	background-color: #2b41d0;
	border-bottom: 30px solid #f34521;
}

.members-of h6 {
	color: white;
	text-transform: uppercase;
	padding-left: 30px;
	display: inline-block;
}

.member-block {
	width: 19%;
	margin: 0 1%;
	display: inline-block;
	height: 193px;
}

.member-block img {
    max-height: 100%;
    width: 193px;
}

.left-sidebar, .right-sidebar {
	height: 100vh;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.careers-sidebar-inner {
	height: 100vh;
	background-color: #080808;
	background-size: cover;
	background-position: center center;
	width: 100%;
	top: 0;
	position: fixed;
	width: 16.66666667%;
}

.left-sidebar .careers-sidebar-inner {
	background-image: url('img/left-sidebar.jpg');
}

.right-sidebar .careers-sidebar-inner {
	background-image: url('img/right-sidebar.jpg');
}

.careers-middle {
    background-color: #424242;
    box-shadow: inset 0px -50px 50px black;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 6rem;
}

.careers-middle h2 {
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 3.25rem;
}

.careers-middle img.aligncenter {
	display: block;
	margin: 0 auto 2rem;
}

.careers-middle p {
	color: white;
	opacity: 0.9;
}

.careers-middle p a {
	color: #f6430a;
}

.position-table {
    text-align: left;
    background-color: #0009;
    padding: 2rem;
    margin-top: 5rem;
}

.position-table h3 {
	color: white;
	font-size: 2.5rem;
	text-transform: uppercase;
	color: white;
	margin-bottom: 12px;
}

#accordion .panel-heading .accordion-toggle::before {
	content: '+';
	float: left;
	color: white;
	font-weight: bold;
	transform: rotate(-135deg);
	margin-right: 12px;
	transition: all 0.2s ease-in;
	font-size: 22px;
	position: relative;
	top: -8px;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}

.panel-group .panel {
	border-radius: 0px;
	border: 0px;
	margin-bottom: 8px;
}

.panel-default > .panel-heading {
    color: white;
    background-color: #e44310;
    border-color: transparent;
    border-radius: 0;
}

.panel-body p {
	color: black;
	opacity: 0.75;
}

a.accordion-toggle h4 {
	font-family: 'Univers LT Std';
	text-transform: uppercase;
	color: white;
}

.ready-third {
	width: 33.333333%;
	float: left;
	padding-right: 1rem;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.ready-third ul {
	padding-left: 2rem;
}

.ready-third h5 {
	font-family: 'Univers LT Std';
	margin: 0 0 0.5rem 0;
	line-height: 1.0;
	font-weight: 900;
	color: #9e9d9d;
	font-size: 16px;
	text-transform: uppercase;	
}













































/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){

h1 { font-size: 48px; }
h2 { font-size: 40px; }
h3 { font-size: 34px; }
h4 { font-size: 28px; }
h5 { font-size: 22px; }
h6 { font-size: 17px; }
p, ul li, ol li { font-size: 15px; }
.splash-right-top { padding: 20px 20px; }
.splash-right-bottom { padding: 20px 50px; }


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){

h1 { font-size: 40px; }
h2 { font-size: 34px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }
p, ul li, ol li { font-size: 14px; }
.splash-left h4 { font-size: 16px; margin-bottom: 10px;} 

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){

h1 { font-size: 36px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }
p, ul li, ol li { font-size: 14px; }

.splash-height { height: auto; }
.vert-center { top: 0; transform: none; }
.splash-left { width: 100%; float: none; padding: 40px 0px; border-bottom: 14px solid #2b41d0; }
.splash-right { width: 100%; float: none; }
.splash-right-top { height: auto; padding: 40px 50px; border-bottom: 14px solid #2b41d0; }
.splash-right-bottom { height: auto; padding: 40px 50px; border-bottom: 14px solid #2b41d0; }
.member-block { width: 47%; }
.ready-third { width: 100%; float: none; padding-right: 1rem; margin-bottom: 1.5rem; margin-top: 1.5rem; }


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){

h1 { font-size: 32px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 17px; }
h6 { font-size: 16px; }
p, ul li, ol li { font-size: 13px; }

.splash-right-top { padding: 40px 20px; }
.splash-right-bottom { padding: 40px 20px; }

}