﻿@charset "UTF-8";

/* DBMGroup.com:

      Author: DBMG Web Design
      Client: DBMG

   Table of Contents:

	1. @IMPORT
    2. UNIVERSAL
    3. LAYOUT
	  - Site Layout
	  - Site Navigation
	  - Page Layout
	  - Page Navigation
	  - LayerSlider 5 Styles
	  - FancyBox Styles
    4. FORMS
      - Buttons
	  - Text Input
	  - Select Dropdowns
    5. SPECIAL EFFECTS
    6. RESPONSIVE STYLES
    7. PRIVACY POLICY
*/

/*--------------------------------------------------
	1. @IMPORT
--------------------------------------------------*/

@import url("normalize.css");
@import url("../fonts/proxima_nova.css");
@import url("../fonts/league_gothic.css");

/*--------------------------------------------------
	2. UNIVERSAL
--------------------------------------------------*/

body,
html {
	background-color:#f7f8f8;
	color:#3c4959;
	font-family:'proxima_novalight', sans-serif;
	font-size:15px;
	height:100%;
	letter-spacing:0.025em;
	width:100%;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
}

body {
	overflow:hidden; /* fixes extra scroll on fancybox popups */
}

* {
    box-sizing:border-box;
}

*:focus {
    outline:0;
}

a,
a:hover {
	color:inherit;
	text-decoration:none;
}

button,
input,
submit,
textarea {
	-webkit-appearance:none;
}

input[type="checkbox"] {
	-webkit-appearance:checkbox;
}

input[type="radio"] {
	-webkit-appearance:radio;
}

input::-webkit-input-placeholder {
   color:#8191a1;
}

input:-moz-placeholder { /* Firefox 18- */
   color:#8191a1;
   opacity:1;
}

input::-moz-placeholder {  /* Firefox 19+ */
   color:#8191a1;
   opacity:1;
}

input:-ms-input-placeholder {
   color:#8191a1;
}

ol,
ul {
	list-style:none;
	margin:0;
}

small {
}

strong {
	font-weight:bold;
}

/*--------------------------------------------------
	3. LAYOUT
--------------------------------------------------*/
/*--------------------------------------------------
	   - Site Layout
--------------------------------------------------*/

/*       - HTML */

h1 {
	color:#d9232e;
	font-family:'league_gothicregular', sans-serif;
	font-size:72px;
	letter-spacing:0.025em;
	line-height:84px;
	margin:0;
	padding:0 0 36px;
	text-transform:uppercase;
}

	h1 sup {
		font-size:40%;
		top:-1.4em;
	}

h2 {
	color:#d9232e;
	font-family:'proxima_nova_rgregular', sans-serif;
	font-size:21px;
	letter-spacing:0.135em;
	margin:0;
	text-transform:uppercase;
}

h1 + h2 {
	padding:64px 0 0;
}

h3 {
	color:#3c4959;
	font-size:15px;
	letter-spacing:0.135em;
	margin:0;
	text-transform:uppercase;
}

	h3 sup {
		font-size:50%;
		top:-.7em;
	}
	h3 small {
		font-weight:300;
		letter-spacing:0.075em;
	}

h5 {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    margin: 0px;
    width: 75%;
}

p {
	line-height:25px;
	margin:24px 0 0;
	width:480px;
}

section {
	background-color:#f7f8f8;
    height:100%;
    overflow:hidden;
    position:relative;
    width:100%;
}

span p {
	margin-top:6px;
	width:auto;
}

/*       - Classes */

div[class*="align"] {
    display:inline-block;
    position:relative;
}

.align-first {
	margin-top:96px !important;
}

.alt-scheme {
	background:#33383e;
}

	.alt-scheme h1 {
		color:#f7f8f8;
	}

.content {
	margin:24px auto 0;
	position:relative;
  	top:50%;
	-webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
  	        transform:translateY(-50%);
	width:1260px;
}

	.content.right {
		margin-left: 50%;
		/* padding:120px; */
        padding: 120px 0px 120px 50px;
	}

	.content.left {
		margin-left:0%;
		padding:120px;
	}

div.half-container {
	display:table;
	width:100%;
}

div.one-third,
div.half {
	display:table-cell;
	margin-top:30px;
	vertical-align:top;
}

div.one-third {
	width:31%;
}

div.one-third.pad-left {
	padding-left:2%;
}

div.one-third.pad-right {
	padding-right:2%;
}

	div.one-third h3,
	div.half h3 {
		display:table-cell;
		height:60px;
		vertical-align:middle;
	}

	div.one-third .icon,
	div.half .icon {
		display:inline-block;
		float:left;
		margin:0 30px 0 0;
	}

	div.one-third span,
	div.half span {
		display:block;
		height:60px;
		margin-top:30px;
	}

div.half {
	width:46%;
}

div.half.pad-left {
	padding-left:4%;
}

div.half.pad-right {
	padding-right:4%;
}

div.two-thirds {
	width:66%;
}

	div.two-thirds p {
		width:100%;
	}

hr.break {
	background:#d6d9dc;
	border:none;
	display:inline-block;
	height:2px;
	margin:24px 0 0;
	width:30px;
}

hr.rule {
	background:#506073;
	border:none;
	height:1px;
	margin:36px 0;
}

.icon {
	height:60px;
	width:60px;
}

.cap-generic img {
    display: inline;
}

.cap-generic h2 {
    color: #fff;
    display: inline;
    font-size: 13px;
    line-height: 55px;
    padding-left: 15px;
    position: relative;
    top: -5px;
}

.iframe#capabilities .cap-generic h2 {
    color: #3c4959;
}

.svg-inline--fa.fa-w-16 {
    width: auto;
}

ul.bullets {
	line-height:30px;
	list-style:disc;
	margin:48px 0 0;
	text-indent:24px;
}

#position ul.bullets {
	text-indent:0px;
	padding-left:24px;
}

	ul.bullets li.list-heading {
		font-weight:bold;
		list-style:none;
		margin-bottom:6px;
		text-indent:-12px;
	}

/*       - PANELS & PANEL ANIMATIONS */

.change_position_left {
	-webkit-animation:change_bg_left .5s steps(50) forwards;
            animation:change_bg_left .5s steps(50) forwards;
}

@-webkit-keyframes change_bg_left {
    from {
		left:0%;
	}

    to {
		left:-55%;
	}
}

@keyframes change_bg_left {
    from {
		left:0%;
	}

    to {
		left:-55%;
	}
}

.change_position2_left {
	-webkit-animation:change_bg_two_left .5s steps(50) forwards;
            animation:change_bg_two_left .5s steps(50) forwards;

}

@-webkit-keyframes change_bg_two_left {
    from {
		left:-55%;
	}

    to {
		left:0%;
	}
}

@keyframes change_bg_two_left {
    from {
		left:-55%;
	}

    to {
		left:0%;
	}
}

.change_position_right {
	-webkit-animation:change_bg_right .5s steps(50) forwards;
            animation:change_bg_right .5s steps(50) forwards;
}

@-webkit-keyframes change_bg_right {
    from {
		left:0%;
	}

    to {
		left:55%;
	}
}

@keyframes change_bg_right {
    from {
		left:0%;
	}

    to {
		left:55%;
	}
}

.change_position2_right {
	-webkit-animation:change_bg_two_right .5s steps(50) forwards;
            animation:change_bg_two_right .5s steps(50) forwards;

}

@-webkit-keyframes change_bg_two_right {
    from {
		left:55%;
	}

    to {
		left:0%;
	}
}

@keyframes change_bg_two_right {
    from {
		left:55%;
	}

    to {
		left:0%;
	}
}

.panels {
	bottom:0;
	left:0;
	overflow:scroll;
	position:absolute;
	right:0;
	top:0;
	/*z-index:0;*/
}

.panels.active {
	right:90%;
	transition:.5s ease-in-out;
}

.panel {
	background-color:#f7f8f8;
	display:none;
	width:55% !important;
}

.panel-right {
	padding:96px;
	width:100%;
}

.standard-page {
	margin:0 auto;
	padding:120px 0 60px;
	position:relative;
	width:1260px;
}

	.standard-page p {
		width:100%;
	}

	.standard-page ul {
    	line-height:24px;
    	list-style-type:disc;
    	margin-top:30px;
	}

#width-fix {
	-webkit-transition:all .7s;
            transition:all .7s;
}

/*       - Tooltip Rollovers */

*[data-tooltip] {
	position:relative;
	z-index:2;
}

[data-tooltip]::before {
	opacity:0;
	pointer-events:none;
	visibility:hidden;
}

[data-tooltip]::before {
	background-color:#eef1f3;
    bottom:-12px;
    color:#3c4959;
    content:attr(data-tooltip);
    font-size:13px;
    height:auto;
    left:80px;
    letter-spacing:0.03em;
    line-height:16px;
    margin-bottom:9px;
    opacity:0;
    padding:0 9px;
    position:absolute;
    text-align:left;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
    transition:all 0.5s ease-in-out 0s;
    width:75%;
}

[data-tooltip]:hover::before{
	opacity:1;
	visibility:visible;
}

/*--------------------------------------------------
	   - Site Navigation
--------------------------------------------------*/

header {
	background:rgba(30,36,42,0.5);
	border-bottom:none;
	height:auto;
	position:fixed;
	width:100%;
	z-index:5;
}

	nav {
		height:90px;
		margin:0 auto;
		position:relative;
		text-align:right;
		width:1260px;
	}

		nav a.logo {
    		left:0;
    		position:absolute;
    		top:21px;
		}

			nav a.logo img {
				height:45px;
				width:auto;
			}

		nav ul li {
			display:inline;
		}

			nav ul li a {
				color:#b3bdc7;
				font-size:13px;
				letter-spacing:0.1em;
				line-height:90px;
				margin-left:60px;
				position:relative;
				text-transform:uppercase;
			}

			nav ul li a.active,
    		nav ul li a:active,
    		nav ul li a:hover {
				color:#d9232e;
			}

			nav ul li a.active::after {
				border-bottom:1px solid #d9232e;
				border-left:1px solid #d9232e;
				bottom:-11px;
				content:"";
				height:7px;
				left:50%;
				margin-left:-5px;
				position:absolute;
				opacity:0;
				-webkit-transform:rotate(-45deg);
		    		-ms-transform:rotate(-45deg);
    	        		transform:rotate(-45deg);
				width:7px;
			}

header.secondary {
	background:rgba(247,248,248,0.75);
	border-bottom:1px solid #e4e7e8;
}

	.secondary nav ul li a {
		color:#3c4959;
	}

	.secondary nav ul li a.active,
	.secondary nav ul li a:active,
	.secondary nav ul li a:hover {
		color:#d9232e;
	}

.open-links {
	display:none;
}

/*--------------------------------------------------
	   - Page Layout
--------------------------------------------------*/
/* Location Page */
#location{
	overflow: scroll !important;
}

/*       - Load Screen */

#div-loading {
   background:#242a31 url(../images/Load_Logo_1.gif) no-repeat center center;
   background-size:800px ;
   height:100vh;
   left:0%;
   margin:0;
   position:fixed;
   top:0%;
   width:100vw;
   z-index:1000;
}

/*       - Panel 0 (Home) */

#cap_container {
	display: block;
	margin:0px auto;
	width: 900px;
	height: 400px;
	background-color: green !important;
}

#cap-push {
	text-align: center;
	width: 320px;
	display: inline-block;
}

#cap_slide_button {
	display:none;
}

#capability-table {
	display:table !important;
	left:50%;
	width: 320px;
	margin-left:-160px !important;
	top:32%;
}

	#capability-table hr {
		display:block;
		margin:24px auto 12px !important;
	}

.cap_target span h3,
.cap_target2 span h3,
.cap_target3 span h3,
.cap_target4 span h3,
.cap_target span img,
.cap_target2 span img,
.cap_target3 span img,
.cap_target4 span img {
	display:inline-block;
	float:left;
	line-height:65px;
}

.cap_target span h3,
.cap_target2 span h3,
.cap_target3 span h3,
.cap_target4 span h3 {
	padding-left:18px !important;
}

.cap_target {
	left:25%;
	top:42%;
}

.cap_target2 {
	left:45.5%;
	position:absolute;
	top:42%;
}

.cap_target3 {
	left:66%;
	position:absolute;
	top:42%;
}

.cap_target span {
	display:inline-block;
	height:60px;
	width:100%;
}

#column_1,
#column_2,
#column_3,
#column_4 {
	display:table-cell;
	position: absolute;
	width: 100px;
	top:50% !important;
}

#exp-table {
	width: 100% !important;
	height:180px;
	max-width: 900px !important;
	left:50% !important;
	top:35%;
	margin-left:-450px !important;
}

.fade span {
	display:block;
	height:60px;
	width:400px;
	z-index:1000;
}

	.fade span h3 {
		margin-bottom:54px;
		z-index:1000px;
	}

.focus-word {
	margin-left:300px !important;
}

.hide-text {
	-webkit-animation:cap-fade 1s 1;
	-moz-animation:   cap-fade 1s 1;
	-o-animation:     cap-fade 1s 1;
	animation:        cap-fade 1s 1;
	display:none;
	font-size:13px !important;
	left:78px;
	line-height:16px !important;
	margin:0px !important;
	position:absolute;
	top:-2px;
	width:360px;
	z-index:500;
}

.pad-left1,
.pad-left2,
.pad-left3 {
	padding-left:2%;
	position:absolute;
	width:440px;
}

.pad-left1 {
	left:24%;
}

.pad-left2 {
	left:50%;
}

.pad-left3 {
	left:75%;
}

#slide4_logo {
	display:none;
	left:50%;
	margin-left:-200px;
	position:absolute;
	width:400px;
}

#slide4_h1 {
	bottom:20% !important;
	display:inline-block;
	font-size:60px;
	font-weight:400;
	left:50%;
	line-height:72px;
	margin-left:-650px;
	position:absolute;
	text-align:center;
	width:1280px;
}

/*       - Panel 1 (What We Do) */

section[data-panel="1"] {
	background-image:url(../images/bg-image01-1.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-size:auto 100%;
	-webkit-transition:all .7s;
            transition:all .7s;
}

section[data-panel="1"]::before {
	background-image:url(../images/bg-lines-1.svg);
	background-position:-25% -25%;
	background-repeat:no-repeat;
	background-size:auto 75%;
	content:"";
	height:100%;
	left:0;
	opacity:0.25;
	position:absolute;
	top:58px;
	-webkit-transition:all .7s;
            transition:all .7s;
	width:100%;
	z-index:0;
}

/*       - Panel 2 (Our Results) */

section[data-panel="2"] {
	background-image:url(../images/bg-image02-1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:auto 100%;
}

section[data-panel="2"]::before {
	background-image:url(../images/bg-lines-2.svg);
	background-position:right -25%;
	background-repeat:no-repeat;
	background-size:auto 60%;
	content:"";
	height:100%;
	opacity:0.25;
	position:absolute;
	right:0;
	top:58px;
	width:100%;
	z-index:0;
}

/*       - Panel 3 (Who We Are) */

section[data-panel="3"] {
	background-image:url(../images/bg-image03-1.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-size:auto 100%;
}

section[data-panel="3"]::before {
	background-image:url(../images/bg-lines-1.svg);
	background-position:-5% -5%;
	background-repeat:no-repeat;
	background-size:auto 65%;
	content:"";
	height:100%;
	left:0;
	opacity:0.25;
	position:absolute;
	top:58px;
	width:100%;
	z-index:0;
}

#img-logos {
	height:52px;
	margin-top:60px;
	width:400px
}

/*       - Panel 4 (Contact Us) */

.contact-info {
	position:relative;
    right:0;
    top:0;
}

	.contact-info span {
		color:#f7f8f8;
		display:inline-block;
		vertical-align: top;
    	font-size:13px;
    	line-height:21px;
    	margin-left:72px;
    	width:auto;
	}

	.contact-info span:first-child {
    	margin:0;
	}

	.contact-info span strong {
		text-transform:uppercase;
	}

/*       - Panel 5 (Careers) */

section[data-panel="5"]::before {
	background-image:url(../images/bg-lines-1.svg);
	background-position:0 -25%;
	background-repeat:no-repeat;
	background-size:auto 75%;
	content:"";
	height:100%;
	left:0;
	opacity:0.25;
	position:absolute;
	top:58px;
	width:100%;
	z-index:0;
}

.open-positions {
	margin-top:120px;
	width:auto;
}

	.open-positions span {
		background:#f7f8f8;
		border:1px solid #b3bdc7;
		border-radius:3px;
		box-sizing:border-box;
		display:inline-block;
		height:264px;
		margin:0 1%;
		padding:30px 48px;
		vertical-align:top;
		width:31%;
	}

	.open-positions span:first-child {
		margin-left:0;
	}

		.open-positions span .icon {
			display:block;
			margin:0 auto 30px;
		}

		.open-positions span p {
			letter-spacing:0.015em;
			line-height:21px;
		}

		.open-positions span strong {
			color:#d9232e;
			display:block;
			font-family:'proxima_nova_ltsemibold', sans-serif;
			letter-spacing:0.05em;
			margin-bottom:18px;
			text-transform:uppercase;
		}

	#position .content{
        top:0% !important;
        -webkit-transform: none;
        transform: none;
        margin:120px auto 120px auto !important;
    }
    #position h4:first-child{
    	margin-top:24px;
    }
    #position h4{
    	font-size: 18px;
    	font-weight: 700;
    	display: inline-block;
    	margin:48px 0 0;
    }

    /*       - Panel 6 (Our Mission Statement) */

    section[data-panel="6"] {
    	background-image:url(../images/bg-image06-1.jpg);
    	background-position:right top;
    	background-repeat:no-repeat;
    	background-size:auto 100%;
    }

    section[data-panel="6"]::before {
    	background-image:url(../images/bg-lines-1.svg);
    	background-position:-5% -5%;
    	background-repeat:no-repeat;
    	background-size:auto 65%;
    	content:"";
    	height:100%;
    	left:0;
    	opacity:0.25;
    	position:absolute;
    	top:58px;
    	width:100%;
    	z-index:0;
    }

/*       - Locations */
#location{
	overflow: scroll;
}
	.locations {
	    width:100%;
	}
	#location img{
		display: block;
		margin: 0px auto;
	    width:80%;
	}
#location h2{
	text-align: center;
	margin-bottom: -20px;
}

/*application*/
#application, #position{
	overflow:scroll;
}

/*--------------------------------------------------
	   - Page Navigation
--------------------------------------------------*/

.actions {
	margin-top:55px;
}

/*--------------------------------------------------
	   - LayerSlider 5 Styles
--------------------------------------------------*/
.slide1,
.slide2,
.slide3,
.slide4 {
	background-size:cover !important;
}

.slide3 > div[class*="align"] {
	display:block;
}

.slide1 {
	background:url(../images/bg-slide01.jpg);
}

.slide2 {
	background:url(../images/bg-slide02.jpg);
}

.slide3 {
	background:url(../images/bg-slide03.jpg);
}

.slide4 {
	background:url(../images/bg-slide04.jpg);
}

#layerslider h3 {
	color:#fff;
}

.ls-v5 {
	background:#242a31;
}

	.ls-v5 h1 {
		color:#f7f8f8;
	}

.ls-bg.ls-preloaded {
    height:auto !important;
    width:100% !important;
}

.ls-l h1 {
	font-size:84px;
	letter-spacing:0.045em;
	line-height:96px;
	padding:0;
}

.ls-l p {
	color:#f7f8f8;
	font-size:21px;
	line-height:30px;
}

.ls-circle-timer {
	display:none !important;
}

.ls-nav-prev,
.ls-nav-next {
    display:block !important;
    height:50px;
    position:absolute;
    top:50%;
	-webkit-transform:rotate(45deg);
	    -ms-transform:rotate(45deg);
	        transform:rotate(45deg);
    width:50px;
    z-index:2;
}

.ls-nav-prev {
	border-bottom:2px solid #f7f8f8;
    border-left:2px solid #f7f8f8;
	left:5%;
}

.ls-nav-next {
	border-right:2px solid #f7f8f8;
    border-top:2px solid #f7f8f8;
    right:5%;
}

.ls-bottom-nav-wrapper {
	bottom:10%;
	height:9px;
	left:0;
	position:absolute;
	width:100%
}

.ls-bottom-slidebuttons {
	display:block;
	height:9px;
	margin:0 auto;
	width:63px;
}

	.ls-bottom-slidebuttons a {
		border-radius:25px;
    	background:#f7f8f8;
    	height:9px;
    	display:inline-block;
    	margin-left:9px;
		width:9px;
	}

	.ls-bottom-slidebuttons a:first-child {
		margin-left:0;
	}

	.ls-bottom-slidebuttons a.ls-nav-active {
		background:#d9232e;
	}

.ls-thumbnail-hover-img {
	display:none;
}

.ls-nav-stop {
    background:none;
    border-left:2px solid #f7f8f8 !important;
    border-right:2px solid #f7f8f8 !important;
    display:block;
    height:9px;
    left:45px;
    margin:-4px auto 0;
    position:relative;
    width:3px;
}

/*--------------------------------------------------
	   - FancyBox Styles
--------------------------------------------------*/

div#fancybox-overlay {
	display:none !important;
}

.fancybox-type-iframe {
    bottom:0;
    left:0 !important;
    position:absolute !important;
    right:0;
	top:0 !important;
    width:100% !important;
}

.fancybox-skin {
	padding:0 !important;
}

.fancybox-outer {
	bottom:0;
    height:100%;
    left:0;
    position:absolute;
    right:0;
    top:0;
}

.fancybox-inner,
.fancybox-iframe {
	height:100% !important;
	overflow:hidden !important;
    width:100% !important;
}

.fancybox-close {
    display: none;
}

section.iframe {
	background:#eef1f3;
}

	section.iframe .content {
		margin-top:0;
	}

		section.iframe .content label {
			color:#707e8d;
		}

		section.iframe .content input[type="file"],
		section.iframe .content input[type="text"] {
			border:1px solid #d6d9dc;
		}

.iframe_close{
	cursor: pointer;
	background-color: #eef1f3 !important;
}
#capabilities .actions, #location .actions{
	width: 100%;
}
#capabilities .actions a, #location .actions a{
	margin:0px auto;
	display: block;
	background-color: #eef1f3;
}

#positon .actions a{
	display: inline-block;
}

/*--------------------------------------------------
	4. FORMS
--------------------------------------------------*/
/*--------------------------------------------------
	   - Buttons
--------------------------------------------------*/

a.action,
button {
	background:#f7f8f8;
	border:2px solid #d9232e;
	box-sizing:border-box;
	color:#d9232e;
	font-family:'proxima_nova_ltsemibold', sans-serif;
	font-size:11px;
	height:43px;
	line-height:41px;
	letter-spacing:0.075em;
	text-align:center;
	text-transform:uppercase;
	width:142px;
}

a.action {
	display:inline-block;
}

a.action:active,
button {
	position:relative;
	top:1px;
}

a.primary,
button {
	background:#d9232e;
	color:#f7f8f8;
}

a.primary {
	margin-right:5px;
}

.form-button {
	text-align:right;
	margin-top:29px;
	width:504px;
}

/*--------------------------------------------------
	   - Text Input
--------------------------------------------------*/

label {
	color:#f7f8f8;
	height:43px;
	line-height:43px;
}

label.field-name {
	float:left;
	margin-top:30px;
	width:144px;
}

label.field-name.required:after {
	color:#d5323c;
	content:"*";
}

input[type="file"],
input[type="text"],
textarea {
	background:#f7f8f8;
	border:none;
	border-radius:2px;
	box-sizing:border-box;
	color:#8191a1;
	height:43px;
	line-height:43px;
	margin:30px 0 0;
}

input[type="text"] {
	text-indent:20px;
}

input[type="text"]:focus,
textarea:focus {
	background:#d6d9dc;
	border:none;
	color:#3c4959;
}

input[type="file"] {
    text-indent:-87px;
	-webkit-padding-before:12px;
}

	input[type="file"]::-webkit-file-upload-button {
		text-indent:-70px;
	}

	input[type="file"]::-ms-value {
		background:#f7f8f8;
		border:none;
		color:#8191a1;
		padding-left:109px;
		text-indent:0 !important;
	}

	input[type="file"]::-ms-browse {
		background:#f7f8f8;
		border:none;
		border-left:1px solid #d6d9dc;
		color:#707e8d;
	}

.field-standard {
	width:360px;
}

textarea {
	line-height:19px;
	padding:12px 20px;
}

textarea.comments {
	height:116px;
	width:360px;
}

/*--------------------------------------------------
	   - Select Dropdowns
--------------------------------------------------*/

/*       - Select Styles */

.selectBox-dropdown {
	background:#f7f8f8;
	border:none;
	border-radius:2px;
	box-sizing:border-box;
	cursor:default;
	height:43px;
	line-height:43px;
	margin:30px 0 0;
	outline:none;
	padding:0;
    position:relative;
	text-align:left;
    text-decoration:none;
}

.selectBox-dropdown:focus {
    background:#d6d9dc;
	border:none;
	color:#3c4959;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    border-top-left-radius:0;
    border-top-right-radius:0;
}

.selectBox-dropdown .selectBox-label {
    display:inline-block;
	height:43px;
	line-height:43px;
	margin:0;
	overflow:hidden;
	text-indent:20px;
    white-space:nowrap;
}

.selectBox-dropdown .selectBox-arrow {
	background:url(../images/icon-arrow.svg) no-repeat 0 19px;
	height:100%;
	margin:0;
    position:absolute;
	right:0;
    top:0;
    width:37px;
}

/*       - Dropdown Styles */

.selectBox-dropdown-menu {
	background:#f7f8f8;
	margin:2px 0;
	max-height:200px;
    min-height:1em;
    overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:0;
    position:absolute;
    z-index:99999;
}

	.selectBox-dropdown-menu li a {
		color:#3c4959;
		display:block;
    	padding:7px 20px;
	}

	.selectBox-dropdown-menu li a:hover {
		background:#d9232e;
		color:#fff;
		text-decoration:none;
	}

/*--------------------------------------------------
	   - Form Submission
--------------------------------------------------*/

.submit-successful,
.submit-error {
	clear:both;
	color:#d9232e;
    font-size:21px;
    margin-bottom:24px;
    position:relative;
    text-align:center;
}

.submit-successful::after,
.submit-error::after {
	border-bottom:1px solid #d9232e;
    bottom:-12px;
    content:"";
    height:auto;
    left:49%;
    position:absolute;
    width:30px;
}

input[type="text"].field-error {
    background:#d9232e;
    color:#f7f8f8;
}

/*--------------------------------------------------
	5. SPECIAL EFFECTS
--------------------------------------------------*/

a {
	transition:.20s ease-in-out;
}

nav ul li a.active::after {
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-delay:0.2s;
	-moz-animation-delay:0.2s;
	animation-delay:0.2s;
	-webkit-animation-duration:0.2s;
	-moz-animation-duration:0.2s;
	animation-duration:0.2s;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

@-webkit-keyframes fadeIn {
	from { opacity:0; }
	to   { opacity:1; }
}

@-moz-keyframes fadeIn {
	from { opacity:0; }
	to   { opacity:1; }
}

@keyframes fadeIn {
	from { opacity:0; }
	to   { opacity:1; }
}

@-webkit-keyframes cap-fade {
	0%   { opacity: 0; }
	50%  { opacity: 0; }
	100% { opacity: 1; }
}

@-moz-keyframes cap-fade {
	0%   { opacity: 0; }
	50%  { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes cap-fade {
	0%   { opacity: 0; }
	50%  { opacity: 0; }
	100% { opacity: 1; }
}


/* EDIT 5/20/2016*/

	#location span {
		display:none;
	}

	#location h2{
		padding-bottom: 48px;
	}

/*--------------------------------------------------
	6. RESPONSIVE STYLES
--------------------------------------------------*/

@media (max-width:2300px) {

	.cap_target {
		left:23%;
	}

	.cap_target2 {
		left:43%;
	}

	.cap_target3 {
		left:64%;
	}

}

@media (max-width:2048px) {

	.cap_target {
		left:21%;
	}

	.cap_target2 {
		left:44%;
	}

	.cap_target3 {
		left:66%;
	}

}

@media (max-width:1920px) {

	.actions {
    	margin-top:45px;
	}

	.cap_target {
		left:17%;
	}

	.cap_target2 {
		left:43%;
	}

	.cap_target3 {
		left:68%;
	}

	.spacing-fix {
		margin-top:1% !important;
	}

	.hide-text {
		width:215px;
	}

	.ls-l p {
    	font-size:17px;
    	line-height:27px;
		width:270px;
	}

	ul.bullets {
		line-height:24px;
		margin:36px 0 0;
	}

}

@media (max-width:1860px) {

	.align-first {
    	margin-top:84px !important;
	}

	.ls-l h1 {
    	font-size:72px;
		line-height:84px;
	}

}

@media (max-width:1680px) {

	.cap_target {
		left:13%;
	}

	.cap_target2 {
		left:41%;
	}

	.cap_target3 {
		left:70%;
	}

	.focus-word {
		left:13% !important;
	}

	.slide2 {
		padding-right:30%;
		padding-left:5%;
    	width:65% !important;
	}

}

@media (max-width:1440px) {

	.actions {
    	margin-top:36px;
	}

	.cap_target3 {
		left:67%;
	}

	.content {
		width:1200px;
	}

	div.half span {
    	margin-top:30px;
	}

	#exp-table {
		height:180px;
		left:50% !important;
		margin-left:-300px !important;
		max-width:600px !important;
		top:35%;
		width:100% !important;
	}

	.fancybox-close {
		display: none;
	}

	h1 {
		padding:0 0 24px;
	}

	h1 + h2 {
    	padding:0px 0 0;
	}

	h1 + hr.break {
		display:block;
		margin:0;
	}

	.hide-text {
		font-size:12px !important;
		line-height:13px !important;
		width:215px !important;
	}

	#img-logos {
    	margin-top:30px;
	}

	.ls-bottom-nav-wrapper {
		bottom:5%;
	}

	.ls-l p {
    	font-size:17px;
    	line-height:27px;
	}

	.focus-word {
    	margin-left:236px !important;
	}

	.open-positions {
    	margin-top:60px;
	}

		.open-positions span {
			padding: 30px 36px;
		}

			.open-positions span strong {
				letter-spacing:0.025em;
			}

	section[data-panel="1"] {
		background-position:right -180px top;
	}

	.spacing-fix {
		margin-top:5px !important;
	}

	ul.bullets {
		line-height:24px;
		margin:24px 0 0;
	}

}

@media (max-width:1366px) {

	.align-first {
    	margin-top:72px !important;
	}

	.contact-info {
    	position:relative;
	}

	div[class*="cap_target"] span h3,
	div[class*="cap_target"] span img {
		line-height:55px;
	}

	.content {
  		top:55%;
		width:90%;
	}

    .content.whoweare {
        top: 47%;
    }

	.contact-info span{
		padding:0px;
		margin: 0 0 0 72px;
	}

	.contact-info span:first-child {
		margin-left:0;
	}

	.field-standard,
	textarea.comments {
    	width:288px !important;
	}

	.form-button {
    	width:408px;
	}

	h1 {
    	font-size:60px;
    	line-height:66px;
    	/* padding:0 0 24px; */
    	padding: 0 0 15px;
	}

	h1 + h2 {
    	padding:12px 0 0;
	}

	h3 {
    	font-size:13px;
	}

	.hide-text {
    	left:68px;
	}

	hr.break {
		margin:12px 0 0;
	}

	.icon {
    	height:48px;
    	width:48px;
	}

	label.field-name {
		clear:left;
		width:120px;
	}

	.ls-nav-prev,
	.ls-nav-next {
    	height:38px;
    	width:38px;
	}

	nav {
		height:59px;
		padding:0 30px;
		width:100%;
	}

		nav a.logo {
			left:30px;
			top:14px;
		}

			nav a.logo img {
    			height:33px;
			}

		nav ul li a {
			line-height:60px;
			margin-left:24px;
			font-size: 12px;
		}

	.open-positions span p {
    	font-size:13px;
		letter-spacing:0.025em;
    	line-height:17px;
	}

	p {
    	margin:18px 0 0;
		/* width:400px; */
        width: 550px;
	}

	.content.whoweare p {
        width: 500px;
	}

	section.iframe {
    	overflow:scroll;
	}

		section.iframe .content {
			padding-bottom:5%;
			transform:none !important;
			top:10% !important;
		}

	section[data-panel="1"]::before {
		background-position:-45% -25%;
	}

	section[data-panel="2"]::before {
		display:none;
	}

	.slide1 h1,
	.slide2 h1,
	.slide3 h1 {
		font-size:60px;
    	line-height:72px;
	}

    .slide1 h5 {
        color: #fff;
        font-size: 20px;
        line-height: 34px;
        margin: 0px;
        width: 75%;
    }

	#slide4_h1 {
		bottom:50% !important;
	}

	.standard-page {
		padding:120px 30px 60px;
		width:100%;
	}

	#application label.field-name {
		width:150px;
	}
	#application .form-button{
		width: 438px;
	}

}

@media (max-width:820px) {
    .slide1 h5 {
      padding-top: 70px;
    }
}

@media (max-width:1024px) {

	.align-first {
		margin-top:72px !important;
	}

	#cap_slide_button {
		background-color:transparent !important;
		display:block;
		left:50%;
		line-height:45px;
		margin-left:-71px;
		position:absolute;
		top:140%;
	}

	.content {
    	padding:0 5%;
    	top:50% !important;
    	width:100%;
	}

	.content.right {
    	margin-left:40%;
	}

	#exp-table {
		top:35% !important;
	}

	#cap-push,
	#capability-table hr,
	.fade {
		display:none;
	}

	.focus-word {
		margin-left:160px !important;
		top:48% !important;
	}

	h1 {
    	font-size:54px;
    	line-height:60px;
    	padding:0;
	}

	.ls-l.slide-content {
		background-size:640px;
	}

	.ls-l h1 {
		font-size:60px;
		line-height:72px;
	}

	.ls-l p {
    	font-size:17px;
    	line-height:27px;
	}

	section.iframe .content {
    	margin-top:-6px;
	}

	section[data-panel="1"]::before,
	section[data-panel="2"]::before,
	section[data-panel="3"]::before {
		display:none;
	}

/*	section[data-panel="3"] {
		background-position:-150% top;
	}*/

	#slide4_h1 {
		left:50%;
		line-height:72px;
		margin-left:-300px;
		top:45%;
		width:600px;
	}

	#slide4_logo {
		display:inline-block !important;
	}

	.spacing-fix {
		margin-top:18px !important;
	}

	/*EDIT 5/20/16*/
	.contact-info span{
		width: 40%;
		margin:0px;
	}

	.contact-info span:first-child {
		margin-left:0;
	}

	.contact-info span:nth-child(3) {
		margin-top:16px;
	}

	.contact-info span:nth-child(4) {
		margin-top:-24px;
	}

	#application label.field-name {
		clear:left;
		width:130px;
		margin-top:30px;
	}

	#application input[type="file"], input[type="text"], textarea{
		margin-top:30px;
	}

	#application .form-button{
		text-align: left;
	}

}

@media (max-width:1160px) {

	.align-first,
	.align {
		display:block !important;
	}

	.content {
		overflow:hidden;
	}

	.content p {
		line-height:23px;
		width:55%;
	}

	.content h1 {
    	font-size:54px;
    	line-height:60px;
	}

	.content h2 {
		font-size:19px;
	}

	.content.right {
    	margin-left:50%;
    	padding:0;
    	width:50%;
	}

		.content.right p {
    		width:90%;
		}

	[data-tooltip]::before {
		left:64px;
	}

	#div-loading {
		background-size:640px;
	}

	div.half {
		display:block;
		float:left;
		margin-top:0;
    	width:50%;
	}

	div.half.pad-right {
		padding:0%;
	}

		div.half p {
			width:100%;
		}

		div.half span {
    		margin-top:36px;
		}

		div.one-third h3,
		div.half h3 {
			height:48px;
		}

	div.one-third span {
		margin-top:24px;
	}

	.focus-word {
    	margin-left:175px !important;
	}

	.form-button {
    	width:360px;
	}

	.field-standard,
	textarea.comments {
    	width:240px !important;
	}

	.half .icon {
    	margin:9px 12px 0 0;
	}

	.hide {
		display:none !important;
	}

	hr.rule {
    	display:none;
	}

	.icon {
    	height:48px;
    	width:48px;
	}

	#img-logos {
		display:none;
	}

	.links {
		display:none;
	}

	.links.open {
		display:block;
	}

	.ls-bg.ls-preloaded {
    	height:100% !important;
    	width:auto !important;
	}

	.ls-nav-prev,
	.ls-nav-next {
		height:30px;
		width:30px;
	}

	nav {
    	text-align:left;
	}

		nav ul {
			left:0;
			padding:0;
			position:absolute;
			right:0;
			top:60px;
		}

			nav ul li {
				display:block;
			}

				nav ul li a {
    				background:#212b34;
					border-bottom:1px solid #3c4959;
    				color:#f7f8f8;
					display:block;
					line-height:60px;
					margin:0;
    				padding-left:48px;
				}

	.open-links {
		background-color:transparent;
		background-image:url(../images/icon-nav.svg);
		border:none;
		display:block;
		height:20px;
		position:absolute;
		right:30px;
		top:20px;
		width:30px;
	}

	.open-positions {
    	margin-top:30px;
	}

		.open-positions span {
    		display:block;
    		height:auto;
    		margin:12px 1%;
    		width:100%;
		}

			.open-positions span .icon {
    			display:block;
    			float:left;
    			margin:0 30px 0 0;
			}

			.open-positions span strong {
				margin-bottom:6px;
			}

			.open-positions span p {
    			width:auto;
			}

	.panel {
    	width:100% !important;
	}

	section[data-panel="1"]::before {
		background-size:0 0;
	}

	section[data-panel="2"] {
		background-image:url("../images/bg-image02-1_mobile.jpg");
    	background-position:left top;
	}

	section[data-panel="3"]::before {
		background-size:0 0;
	}

	section[data-panel="3"] {
		background-position:right -144px top;
	}

	section[data-panel="5"]::before {
		background-size:auto 50%;
	}

	section[data-panel="5"] div.half p + p {
    	display:none;
	}

	section.iframe {
    	overflow:scroll;
		-webkit-overflow-scrolling:touch;
	}

	.secondary nav ul li a {
		color:#f7f8f8;
	}

	.secondary nav ul li a.active,
	.secondary nav ul li a:active,
	.secondary nav ul li a:hover {
		color:#d9232e;
	}

	.slide1 > .ls-l {
    	top:35% !important;
	}

	.slide2 > .ls-l {
    	top:25% !important;
	}

	.spacing-fix {
    	margin-top:0 !important;
    	width:75% !important;
	}

	span p {
    	font-size:13px;
		letter-spacing:0.01em;
    	line-height:19px;
    	margin-top:-2px;
	}

	.submit-successful,
	.submit-error {
		padding-top:24px;
	}
	#application label.field-name {
		margin-top:0px;
	}

	#application input[type="file"], input[type="text"], textarea{
		margin-top:0px;
	}


}

@media (max-width:768px) {

	#contact-form {
    	margin-top:10%;
	}
	/*EDIT 5/20/2016*/
	.half div.form-button{
		text-align:left;
	}

	.contact-info {
    	margin-top:5%;
	}

		.contact-info span:nth-child(3) {
			margin-top:24px;
		}

	.field-standard, textarea.comments {
    	margin-top:6px !important;
	}

	.form-button {
    	text-align:left;
	}

	label.field-name {
    	margin-top:6px;
	}

	section[data-panel="1"] {
    	background-position:-100% top;
	}

	section[data-panel="2"] {
    	background-position:50% top;
	}

	section[data-panel="3"] {
    	background-position:30% top;
	}

	#location span {
		display:inline-block;
		width: 100%;
	}

	/*Application*/
	#application input[type="file"], input[type="text"], textarea{
	margin:0px;
	}

	#application label.field-name{
		margin:0px;
		padding-top:20px;
	}
	#application label{
		line-height: 19px;
		margin-top:20px;
	}
	#application label.field-name{}
}

@media (max-width:640px) {

	.break {
    	display:none;
	}

	.content.right {
    	margin-left:40%;
    	padding:0 5%;
    	width:60%;
	}

		.content.right p {
			width:100%;
		}

        .content.whoweare p {
            width: 100%;
    	}

	#div-loading {
		background-size:480px;
	}

	div[class*="align"] {
    	width:80% !important;
	}

	div.one-third {
    	display:block;
    	width:100%;
	}

		div.one-third.pad-right,
		div.one-third.pad-left {
			margin:0;
			padding:0;
		}

		div.one-third span {
    		margin-top:12px;
		}

	div.two-thirds {
    	width:100%;
	}

	#exp-table {
		left:50% !important;
		margin-left:-240px !important;
		max-width:480px !important;
		top:35%;
		width:100% !important;
	}

	.fancybox-close {
    	display:none;
	}

	.focus-word {
    	margin-left:205px !important;
	}

		.focus-word h1 {
			margin-left:-245px !important;
		}

	.form-button {
    	width:240px;
	}

	h1 {
    	font-size:48px;
	}

	.hide-text {
		width:480px !important;
	}

	.iframe .content {
		padding:0 5% 5%;
    	position:static;
    	transform:none;
	}

	input[type="text"],
	.selectBox-dropdown,
	textarea {
		margin:0;
	}

	label.field-name {
    	margin-top:18px;
	}

	.ls-l.ls-preloaded {
		z-index:400;
	}

	.ls-l.focus-word h1 {
    	margin-left:-266px;
    	margin-top:60px;
	}

	.ls-l p {
    	display:none !important;
	}

	.ls-nav-prev,
	.ls-nav-next {
		display:none !important;
	}

	p {
    	width:75%;
	}

	section[data-panel="1"] {
    	background-position:120px top;
	}

	section[data-panel="2"] {
    	background-position:-240px top;
	}

	section[data-panel="3"] {
    	background-position:-240px top;
	}

	section.iframe .content {
		margin-top:6%;
	}

	#slide4_h1 {
		top:45% !important;
	}

	.spacing-fix {
    	margin-top:-3% !important;
	}

	.standard-page {
		padding-top:96px;
	}

	ul.bullets {
    	font-size:13px;
	}

}


@media (max-width:540px) {

	.align-first {
    	margin-top:48px !important;
	}

	a.action,
	button {
		height:42px;
    	line-height:42px;
    	width:160px;
	}

	.contact-info {
		margin-top:48px;
    	padding-bottom:0;
	}

		.contact-info span {
			display:block;
			float:none;
			margin:18px 0 0 0 !important;
			width: 100%;
		}

	.content {
		padding:0 7%;
	}

	.content.right {
    	margin-left:0;
    	padding:0 7%;
    	width:100%;
	}

	.content.form-iframe {
		margin-top:-24px !important;
	}

		.content.form-iframe .field-standard {
			margin-top:6px !important;
		}

		.content.form-iframe .field-standard,
		.content.form-iframe textarea.comments {
    		width:100% !important;
		}

		.content.form-iframe textarea.comments {
			margin-top:6px;
		}

		.content.form-iframe .form-button {
		    text-align:left;
	    }

		.content.form-iframe > h2 + .field-standard {
			margin-top:24px !important;
		}

		.content.form-iframe input,
	    .content.form-iframe .selectBox-dropdown,
	    .content.form-iframe textarea {
		    border:1px solid #b3bdc7 !important;
		    display:block;
	    }

	.content h1 {
    	font-size:30px;
		line-height:34px;
    	padding:0;
		text-transform:capitalize;
	}

	.content h2,
	h2 {
		font-size:15px;
		letter-spacing:0.05em;
		text-transform:capitalize;
	}

	.content p,
	p {
    	font-size:13px;
		line-height:19px;
		width:100%;
	}

	#div-loading {
		background-size:480px;
	}

	div.one-third.pad-right,
	div.half.pad-right {
    	margin-top:36px !important;
	}

	div.half.pad-left,
	div.half.pad-right {
		padding:0;
	}

	div.half {
    	float:none;
    	margin-top:0;
    	width:100%;
	}

		div.half h2 {
    		display:none;
		}

		div.half span {
    		margin-top:12px;
		}

	.fancybox-close {
		display: none;
	}

	h1 + h2 {
    	padding:24px 0 12px;
	}

	hr {
		display:none !important;
	}

	.locations {
		margin-top:36px;
	}

	.ls-l h1 {
    	font-size:40px;
    	line-height:48px;
		margin-left:-0.5em;
	}

	.ls-l.focus-word h1 {
    	margin-left:-254px;
    	margin-top:36px;
	}

	.open-links {
		right:24px;
	}

	.open-positions span {
		background:#f7f8f8;
    	padding:22px 12px;
	}

		.open-positions span .icon {
    		margin:0 12px 0 0;
		}

		.open-positions span p {
			display:none;
		}

		.open-positions span strong {
			display:table-cell;
			font-weight:300;
			height:48px;
    		vertical-align:middle;
		}

	section[data-panel="1"]::before,
	section[data-panel="2"]::before,
	section[data-panel="3"]::before,
	section[data-panel="6"]::before {
		background-size:auto 100%;
		display:block;
	}

	section[data-panel="1"]::before {
    	background-position:-60px -300px;
	}

	section[data-panel="2"]::before {
    	background-position:60px -300px;
	}

	section[data-panel="3"]::before,
    section[data-panel="6"]::before {
    	background-position:-240px -120px;
	}

	section[data-panel="1"],
	section[data-panel="2"],
	section[data-panel="3"],
	section[data-panel="6"] {
		background-image:none;
	}

	section[data-panel="4"] .action.primary {
		display:block !important;
		margin-top:60px;
	}

	section[data-panel="4"] .half-container {
		display:none;
	}

	section.iframe .content {
    	margin:33px 0 !important;
		top:0 !important;
		-webkit-transform:none;
		    -ms-transform:none;
    	        transform:none;
	}

	.spacing-fix {
    	margin-top:0 !important;
	}

	.submit-successful,
	.submit-error {
		display:none;
	}

	ul.bullets {
		line-height:18px;
		margin:0;
    	padding:3% 5% 0;
    	text-indent:0px;
	}

		ul.bullets li {
			margin-top:6px;
		}

}

@media (max-width:480px) {

	.actions {
    	margin-top:0px;
	}

	.actions a{
		margin-top:18px;
	}

	#cap_slide_button {
    	top:120%;
	}

	.content h2 {
	}

	#div-loading {
		background-size:320px;
	}

	#exp-table {
		left:50% !important;
		margin-left:-160px !important;
		max-width:320px !important;
		top:35%;
		width:100% !important;
	}

	.open-links {
    	top:10px;
	}

	.open-positions span {
    	padding:6px 12px;
	}

		.open-positions span .icon {
			height:36px;
    		margin:5px 12px 0 0;
			width:36px;
		}

	nav {
		height:40px;
	}

		nav a.logo {
    		top:9px;
		}

			nav a.logo img {
				height:24px;
				width:143px;
			}

	#slide4_h1 {
		font-size:36px !important;
		line-height:40px !important;
		margin-left:-160px !important;
		max-width:320px !important;
	}

	#slide4_logo {
		margin-left:-160px !important;
		width:320px !important;
	}

	.standard-page {
		padding-top:72px;
	}
		#application .form-button{
		text-align: left;
		width: 100%;
	}

}


/*--------------------------------------------------
	7. PRIVACY POLICY
--------------------------------------------------*/
body.bg-dkblue {
    background-color: #242A31;
}

div#privacypolicy {
    padding: 100px 60px 60px 40px;
}

div#privacypolicy h1 {
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

div#privacypolicy h2 {
    margin: 30px 0px 0px 0px;
    text-transform: uppercase;
}

div#privacypolicy p {
    color: #fff;
    margin: 10px 0px 0px 0px;
    width: 100%;
}

div#privacypolicy p > a {
    color: #fff;
    text-decoration: underline;
}

div#privacypolicy p.updated {
    margin: 40px 0px 0px 0px;
}

@media (max-width: 480px) {
    div#privacypolicy {
        padding: 60px 40px 40px 40px;
    }

    div#privacypolicy h2 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    div#privacypolicy > p {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}

@media (min-width: 1440px) {
    nav ul li a {
        margin-left: 20px;
    }

    .content.right {
        margin-left: 60%;
    }
}
