@charset "UTF-8";
/* CSS Document */

/** General **/
body {
	background-color:#ffffff;
	color:#4d4d4d;
	font-family:"proxima-nova", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:none;
	font-weight:500;
	line-height:125%;
	text-align: center;
}
.wrapper {
	width:100%;
	display:block;
	clear:both;
	position:relative;
	overflow: hidden;
}
h1 {
	font-size:72px;
	font-weight:normal;
}
h2 {
	font-size:60px;
	font-weight:normal;
}
h3 {
	font-size:48px;
	font-weight:normal;
}
h4 {
	font-size:36px;
	font-weight:normal;
}
h5 {
	font-size:24px;
	font-weight:500;
}
h6 {
	font-size:18px;
	font-weight:500;
}
em { font-style:italic; }
strong { font-weight:700; }
p { margin-bottom:15px; }
a {
	color:#4d4d4d;
	cursor:pointer;
}
a:hover { color:#000000; }
ul, ol { padding:10px 0 0 20px; list-style:outside; }
ul > ul, ul > ol, ol > ul, ol > ol { padding-top:0; }
li { padding-bottom:10px; }
ul { list-style:disc; }
ol { list-style:upper-alpha; }
ol.smAlpha { list-style:lower-alpha; }
ul ul, ol ul { list-style:circle; }
ol ol, ul ol { list-style:decimal; }
ul ul ul, ol ul ul, ol ol ul, ul ol ul { list-style:disc; }
ol ol ol, ul ol ol, ul ul ol, ol ul ol { list-style:lower-alpha; }
.noBottomMargin {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.smallTopPadding { padding-top:10px !important; }
.mediumTopPadding { padding-top:30px !important; }
.largeTopPadding { padding-top:60px !important; }
.smallBottomPadding { padding-bottom:10px !important; }
.mediumBottomPadding { padding-bottom:30px !important; }
.largeBottomPadding{ padding-bottom:60px !important; }
.smallTopMargin { margin-top:10px !important; }
.mediumTopMargin { margin-top:30px !important; }
.largeTopMargin { margin-top:60px !important; }
.smallBottomMargin { margin-bottom:10px !important; }
.mediumBottomMargin { margin-bottom:30px !important; }
.largeBottomMargin { margin-bottom:60px !important; }
.clearLeft { clear:left !important; }
.clearRight { clear:right !important; }
.centered { text-align:center !important; }
.justRight { text-align:right !important; }
.justLeft { text-align:left !important; }
.floatRight { float:right !important; }
.floatLeft { float:left !important; }
#robotest { display:none; }


/** Common Page Elements **/
.section { margin:0 0 60px 0; position:relative; }
.container-fluid { width:100%; }
video { width:100%; }
.btn.main {
	border: 1px solid #ef8f18;
    border-radius: 0;
    color: #ffffff;
    background-color: #ef8f18;
}
.btn.main:hover {
    border-radius: 0;
    color: #ef8f18;
    background-color:#ffffff;
}
.modal { color:#4d4d4d; }
.modal a { color:#4d4d4d !important; }


/* Header */
#header {
	margin:0;
	position: absolute;
	background-color: #2c2b2b;
	height:154px;
	color:#ffffff;
	z-index:700;
	width: 100%;
}
#header .logo {
	padding:0;
	margin-top:31px;
	z-index:9999;
}
#header .backToHome {
	color:#989898;
	margin-top: 26px;
	float: left;
	clear: left;
}
#header .homeLink img {
	margin-top: 31px;
	float: left;
}
#header .headerPhone {
	color:#ffffff;
	margin-top: 125px;
	float: right;
}


/* Footer */
.footer {
	padding:30px;
	color: #2b2a2a;
	background: #ebebeb;
	margin-bottom: 0 !important;
	font-weight: 300;
	text-align:left;
}
.footer h3 {
	text-transform:uppercase;
	font-size:20px;
	font-weight:900;
	margin-bottom:30px;
}
.footer span.highlight {
	color: #78d9ec;
}
.footer a {
	color: #2b2a2a;
	text-decoration:underline;
}
.footer a:hover { color:#e77425; }
.footer .col-sm-4.col-xs-12 {
	padding-bottom: 30px;
}
.footer h6 { color:#0e447c; }
.footer h5 {
	font-weight:300;
	color:#0e447c;
	line-height:1.25em;
}
.footer .legal {
	padding-top:30px;
	color: #2b2a2a;
	text-align:right;
}
.footer .legal a { color: #2b2a2a; }
.footer .legal a:hover { color:#e77425; }


/** Homepage **/
.container-fluid {
	padding: 0 !important;
}

.hero {
	padding-top: 154px;
	position:relative;
	z-index:500;
}
.hero img {
	width:100%;
}
.hero video {
	z-index:600;
}
.hero .swoosh {
	position:absolute;
	bottom:0;
	left:0;
	z-index:99999;
}

.discuss .form {
	background-color:#e6e6e6;
	padding:20px;
}
.discuss .text {
	text-align:left;
}
.discuss .form h5 {
	text-align: left;
	color:#0e447c;
	font-weight:700;
}
.discuss .form p,
.discuss .form .formLegal {
	text-align:left;
}
.discuss .form .submit .btn {
	background:url(../images/landing/strata4-landing-submit.png) no-repeat top center;
	text-indent:-99999em;
	border:none;
	border-radius:none;
	height:41px;
	width:139px;
}
.discuss .form-group span.wpcf7-not-valid-tip  {
	display:block;
	font-weight: 700;
	text-align:left;
	clear:both;
	color:red;
	width:100% !important;
}
.discuss .thanks {display: none;}
.discuss div.wpcf7-validation-errors {
    display: none !important;
}

.details .text {
	text-align:left;
}
.details .text ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
	column-gap: 3em;
}
.new .img-responsive { width:100%; }

.broader {margin:0;}
.broader .headline {
	background:url(../images/landing/strata4-landing-carousel-grad.png) repeat-x bottom center;
	position: relative;
	z-index: 500;
	text-align:center;
}

.broader .headline .see {
	width: 100%;
	padding: 0 15px 20px;
}

.broader .headline .img-responsive {
	z-index: 9999;
	margin: 20px auto 0;
}

.broader .headline .arrow.img-responsive {
	position: absolute;
	bottom: -52px;
	left: 0;
	right: 0;
}

.new .slider {
	display: block;
	clear: both;
	height: 700px;
	background: url(../images/landing/strata4-carousel-bg.jpg) no-repeat center top;
	background-size: cover;
	text-align:center
}

.carousel {height: 100%}
.new .slider .carousel-control.left,
.new .slider .carousel-control.right { background:none; }
.new .slider .carousel-control.left img,
.new .slider .carousel-control.right img {
	margin-top: 250px;
}
.carousel-inner .item {
	padding: 150px 120px;
	color:#ffffff;
}
.new .slider .number {
	margin:0 auto 30px;
}
.new .slider p { font-size:24px; line-height: 1.4em; }
.carousel-indicators {
	bottom: -5px;
}
.carousel-indicators li {
	background-color: #b7dad1;
	border: none;
	height: 15px;
	width: 15px;
}
.carousel-indicators li.active {
	background-color: #f26522;
	border-color: #f26522;
	margin: 1px;
	height: 15px;
	width: 15px;
}
.target .text {
	text-align:left;
}
.target .row, .details .row {
 	border-bottom: 2px solid #B4B4B4;
	padding-bottom:60px;
}
.target .image {
	text-align:center;
}
.target .image img, .discuss .thanks img { margin:0 auto; }



/***** RESPONSIVE *****/
/* Extra small devices (phones, 767px and lower) */
@media (max-width: 767px) {
	h1 { font-size:28px; }
	h2 { font-size:24px; }
	h3 { font-size:18px; }
	img {
		text-align:center;
		margin:0 auto;
		display: block;
		max-width: 100%;
	}
	#header {
	    height: 184px;
	    background-size: cover;
	}
	#header .headerPhone {
	    margin-top:0;
	    float: none;
	    display: block;
	    text-decoration:underline;
	}
	#header .backToHome {
	    margin:5px 0;
	    float: none;
	    display: block;
	}
	#header .logo { margin-top: 11px; }
	.new .slider {
		height: 535px;
	}
	.carousel-inner .item { padding:50px 50px; }
	.hero {
	    padding-top: 184px;
	}
	.header .logo {
	    padding:0;
	}
	*::-webkit-media-controls-panel {
	  display: none!important;
	  -webkit-appearance: none;
	}
	*::--webkit-media-controls-play-button {
	  display: none!important;
	  -webkit-appearance: none;
	}
	*::-webkit-media-controls-start-playback-button {
	  display: none!important;
	  -webkit-appearance: none;
	}
	.details .text ul {
		text-align:left;
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
}

/* Small devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
	img {
	    text-align: center;
	    margin: 0 auto;
	    display: block;
	    max-width: 100%;
	}
	.new .slider {
		height: 750px;
	}
	.carousel-indicators {
		bottom: 0;
	}
}

/* Medium devices (desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
	#header .headerPhone {
		font-size: 1.25em;
	}
	#header .backToHome {
		padding-left: 0.5em;
	}
	.new .slider {
		height: 750px;
	}
	.carousel-indicators {
		bottom: 0;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#header .headerPhone {
		font-size: 1.25em;
	}
	#header .backToHome {
		padding-left: 0.5em;
	}
	.new .slider {
		height: 750px;
	}
	.carousel-indicators {
		bottom: 0;
	}
}