/*
Theme Name: Hightower Theme
Theme URI: http://hightoweragency.com
Description: A baisc theme to build the best website ever on.
Author: HTA
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');

.chromeframe {position: absolute; top: 0;}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font-family: 'Roboto', sans-serif;margin: 0;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;text-decoration: none;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.col-1-2 {
	width: 50%;
	float: left;
}

.wrap {
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 2%;
}

header {
	background-color: #18156c;
}

.header-logo {
	float: left;
}

.header-right {
	float: right;
}

.header-right-top {
	text-align: right;
}

.header-phone {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 40px;
}

.header-apply {
	display: inline-block;
	border: none;
	background: #ffffff;
	color: white;
	font-family: "Roboto";
	font-size: 28px;
	line-height: 40px;
	height: 40px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.5px;
	padding: 0 30px;
	-moz-transform: skew(-29deg);
	-o-transform: skew(-29deg);
	-ms-transform: skew(-29deg);
	-webkit-transform: skew(-29deg);
	transform: skew(-29deg);
	-webkit-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	cursor: pointer;
}

.header-apply span {
	display: block;
	color: #8f9497;
	font-style: italic;
	-moz-transform: skew(29deg);
	-o-transform: skew(29deg);
	-ms-transform: skew(29deg);
	-webkit-transform: skew(29deg);
	transform: skew(29deg);
}

#nav {
	margin-top: 35px;
}

#nav ul {
	padding: 0;
}

#nav li:first-child {
	padding-left: 0;
}

#nav li {
	display: inline-block;
	list-style: none;
	padding: 0 21px;
}

#nav li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;

}

#mobile-nav.active {
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

#mobile-nav {
	position: fixed;
	z-index: 50;
	top: 90px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	background: #14156C;
	padding-top: 70px;
	padding: 0px 0 40px 0;
	text-align: center;
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.hero {
	/* 	background-image: url('images/hero-home.jpg'); 
	background-position: center top;
	background-size: cover; 
	top: 0;
	left: 0; */
	position: relative;
	width: 100%;
	height: 800px;
}

.hero .hero-copy {
	padding-top: 80px;
	font-size: 30px;
	text-transform: uppercase;
}

.hero-copy h1 {
	margin: 0;
	color: #ffffff;
	line-height: 42px;
	font-size: 45px;
}

.hero-copy h2 {
	margin: 0;
	color: #ffffff;
	font-size: 27px;
	font-style: italic;
}

.home-callout {
	background-color: #18156c;
	height: 110px;
}

.callout-item-wrap {
	width: 33%;
	float: left;
	border-right: 2px solid #ffffff;
	text-align: center;
	color: #ffffff;
	transform: skew(-29deg);
	height: 110px;
	display:flex;
	align-items: center; /* Vertical center alignment */
	justify-content: center; /* Horizontal center alignment */
}

.home-callout div:last-of-type {
	border-right: none;
}

.callout-item {
	transform: skew(29deg);
	margin-left: -10px;
}

span.callout-big {
	display: block;
	font-weight: 900;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 34px;
}

span.callout-small {
	display: block;
	font-style: italic;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 20px;
}

.home-callout-lower {
	background-color: #18156c;
	text-align: center;
	border-top: 2px solid white;
	padding: 25px;
}

.home-callout-lower span {
	color: #ffffff;
	margin-left: -35px;
}

.home-callout-lower span.callout-small {
	width: initial !important;
}

.career-links {
	overflow: hidden;
	background-color: #dadada;
	padding: 60px 0 45px;
}
.career-links .col-1-2 {
	position: relative;
	width: 49.5%;
	margin: 0;
	height: 100%;
}
/*.career-links .col-1-2:hover .bg-image {
-moz-transform: skew(29deg) scale(1.15);
-o-transform: skew(29deg) scale(1.15);
-ms-transform: skew(29deg) scale(1.15);
-webkit-transform: skew(29deg) scale(1.15);
transform: skew(29deg) scale(1.15);
}*/
.career-links .col-1-2:hover a i {
	-webkit-animation: arrow-move .6s 1;
	-moz-animation: arrow-move .6s 1;
	-o-animation: arrow-move .6s 1;
	animation: arrow-move .6s 1;
}
.career-links .career-links-copy {
	z-index: 45;
	display: inline-block;
	padding-top: 10px;
	position: relative;
	margin-top: 170px;
}
.career-links .career-links-copy h3 {
	font-size: 30px;
	line-height: 25px;
	color: white;
	text-transform: uppercase;
}
.career-links .career-links-copy span.learn-more i {
	font-size: 10px;
	vertical-align: 1px;
	margin-left: 8px;
}
.career-links .bg-skew {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	height: 253px;
	overflow: hidden;
	-moz-transform: skew(-29deg);
	-o-transform: skew(-29deg);
	-ms-transform: skew(-29deg);
	-webkit-transform: skew(-29deg);
	transform: skew(-29deg);
}
.career-links .bg-image {
	position: relative;
	width: calc(100% + 140px);
	height: 100%;
	margin-left: -70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transform: skew(29deg);
	-o-transform: skew(29deg);
	-ms-transform: skew(29deg);
	-webkit-transform: skew(29deg);
	transform: skew(29deg);
	/*opacity: 0.15;
	filter: alpha(opacity=15);*/
	-webkit-transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.career-links .col-1-2:nth-child(1){
	margin-right: 1%;
}


.home-post {
	text-align: center;
	width: 100%;
	max-width: 1130px;
	margin: 50px auto;
	font-size: 18px;
	color: #010101;
	line-height: 22px;
}

.home-post h2 {
	color: #18156c;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
}

.blog-callout {
	background: #000000;
	text-align: center;
	padding: 15px 0;
}

.blog-callout a {
	color: #ffffff;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: none;
}

.hiring-map {
	background: #dadada;
	padding: 50px 0;
	text-align: center;
}

footer {
	background: #18156c;
	padding-top: 35px;
	padding-bottom: 20px;
}

.footer-wrap {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

#footer-left {
	float: left;
	width: 30%;
	padding-top: 7px;
}

#footer-left a,
#footer-left span,
#footer-right span,
#footer-right p,
#footer-right a {
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	line-height: 20px;
	text-transform: uppercase;
}

#footer-left span {
	display: inline-block;
	margin-top: 10px;
}

#footer-left img {
	margin-top: 5px;
	margin-right: 10px;
}

#footer-middle {
	float: left;
	width: 40%;
	text-align: center;
	padding: 25px 0px 10px
}

.mobile-middle-social {
	display: none;
}

#footer-middle img {
	width: 210px;
}

#footer-middle small {
	display: inline-block;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
}

#footer-right {
	float: right;
	width: 30%;
	text-align: right;
	padding-top: 11px;
}

.mobile-social img {
	margin-left: 13px;
}

#footer-right p {
	margin-top: 5px;
}

.mcleod {
	text-align: center;
	background: #000000;
}

.mcleod img {
	max-width: 480px;
	width: 100%;
}
/* Interior Styles
-------------------------------------------------------------------------------*/

.hero-interior {
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}

.hero-interior .hero-copy {
	padding-top: 80px;
	font-size: 30px;
	text-transform: uppercase;
}

.hero-interior .hero-copy h1 {
	font-size: 39px;
	line-height: 37px;
}

.hero-interior .hero-copy h2 {
	font-size: 26px;
}

.grey-copy {
	background-color: #dadada;
	padding: 40px 0;
}

.grey-copy h2 {
	color: #18156c;
	font-size: 30px;
	margin-top: 0;
	text-transform: uppercase;
}

.grey-copy p {
	margin-bottom: 0;
	width: 65%;
}

.content-main {
	float: left;
	width: 60%;
	padding-top: 40px;
}

.content-main h2 {
	color: #18156c;
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 0;
}

.content-main p {
	line-height: 22px;
}

.contact-form.wo-grey-bar {
	margin-top: 40px;
}

.content-main-half {
	float: left;
	width: 46%;
	margin-right: 4%;
	border-right: 1px solid #8f9497;
}

.content-main-half.no-border {
	border-right: none;
}

.content-main-half h2 {
	margin-bottom: 0;
}

.content-main-half ul {
	margin-top: 10px;
	padding-left: 20px;
	line-height: 28px;
	font-size: 18px;
}

.no-list-style {
	list-style: none;
}

.no-list-style ul {
	margin-top: 0;
}

.driver-content-bottom {
	border-top: 1px solid #8f9497;
	padding-top: 30px;
	margin-top: 30px;
}

.driver-content-bottom h2 {
	color: #8f9497;
	font-size: 26px;
}

.footer-contact-bar {
	overflow: hidden;
}

.footer-phone {
	float: left;
	width: calc(50% + 20px);
	background-color: #18156c;
	text-align: right;
	transform: skew(-29deg);
	margin-left: -20px;
}

.footer-apply {
	float: left;
	width: calc(50% + 20px);
	background-color: #8f9497;
	transform: skew(-29deg);
	text-align: left;
	margin-right: -20px;
}

.footer-phone a,
.footer-apply a {
	color: #ffffff;
	text-decoration: none;
	font-size: 30px;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	line-height: 60px;
	transform: skew(29deg);
	display: inline-block;
}

.footer-phone a {
	padding-right: 75px;
}

.footer-apply a {
	padding-left: 75px;
}

/* Quick App Styles
-------------------------------------------------------------------------------*/
.contact-form {
	float: right;
	width: 35%;
	max-width: 415px;
	margin-bottom: 50px;
	margin-top: -115px;
}

.col-75 {
	width: 75%;
	padding-right: 10px;
	float: left;
}

.col-75:last-child {
	padding-right: 0;
}

.col-50 {
	width: 50%;
	padding-right: 10px;
	float: left;
}

.col-50:last-child {
	padding-right: 0;
}

.col-40 {
	width: 40%;
	padding-right: 10px;
	float: left;
}

.col-30 {
	width: 30%;
	float: left;
	padding-right: 3%;
}

.col-30:last-child {
	padding-right: 0;
}

.col-25 {
	width: 25%;
	padding-right: 10px;
	float: left;
}
.quick-app {
	padding: 30px 10px 20px;
	background-color: #8f9497;
}
.quick-app .col-1-2 {
	padding: 60px 0;
}
.quick-app .col-1-2:first-child {
	padding-right: 5%;
}
.quick-app .quick-app-section_copy > div {
	margin: 0 auto;
	text-align: center;
}
.quick-app .quick-app-section_copy h3 {
	font-size: 32px;
	line-height: 30px;
	color: #18156c;
}
.quick-app .quick-app-section_copy ul {
	margin-top: 30px;
}
.quick-app .quick-app-section_copy ul li {
	font-size: 16px;
	line-height: 18px;
	padding: 12px 0;
	list-style: none;
	color: #777;
}
.quick-app .quick-app-section_copy ul li span {
	display: none;
	width: 30px;
	height: 1px;
	background: #222;
	margin-right: 10px;
}
.quick-app .quick-app-section_copy ul li strong {
	font-weight: 700;
	color: #222;
}
.quick-app .quick-app-section_copy a {
	margin-top: 65px;
}
.quick-app form {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
.quick-app form .form-header h3 {
	font-size: 36px;
	line-height: 30px;
	color: #18156c;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.quick-app form .form-header p {
	font-size: 18px;
	line-height: 21px;
	padding: 0px 20px;
	color: #000000;
	margin-top: 0;
}
.quick-app form .field-group {
	text-align: left;
	margin: 10px 0;
}

.quick-app form .field-group .field input {
	width: 100%;
	height: 35px;
	padding: 0 7px;
	background: #dadada;
	background-clip: padding-box;
	border: none;
	font-size: 14px;
	color: #333333;
}
.quick-app form .field-group .field input:focus {
	outline: none;
}
.quick-app form .field-group .field label {
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	padding: 10px 15px;
	color: #000000;
	font-weight: bold;
}
.quick-app form .field-group .field button {
	display: block;
	margin: 25px auto 0;
	border: 0;
	cursor: pointer;
	background: #18156c;
	width: 90%;
	color: #ffffff;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 6px 0;
	-moz-transform: skew(-29deg);
	-o-transform: skew(-29deg);
	-ms-transform: skew(-29deg);
	-webkit-transform: skew(-29deg);
	transform: skew(-29deg);
	cursor: pointer;
}

.quick-app form .field-group .field button span {
	display: block;
	color: #ffffff;
	font-style: italic;
	-moz-transform: skew(29deg);
	-o-transform: skew(29deg);
	-ms-transform: skew(29deg);
	-webkit-transform: skew(29deg);
	transform: skew(29deg);
}


.quick-app form .field-group.checkbox {
	margin-top: 20px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.quick-app form .field-group.checkbox input {
	vertical-align: 1.5px;
}
.quick-app form .experience-fields {
	color: #ffffff;
}
.quick-app form .experience-fields .field-group {
	border-bottom: 1px solid #ffffff;
}
.quick-app form .experience-fields label {
	display: block;
	font-size: 14px;
	padding: 5px 0 15px;
	color: #ffffff;
	float: left;
	font-weight: bold;
	width: 150px;
}
.quick-app form .select-style {
	height: 35px;
	padding: 0;
	background-clip: padding-box;
	overflow: hidden;
	background: #dadada url(images/chevron-down.png) no-repeat right 15px center;
}
.quick-app form .select-style select {
	padding: 0 15px;
	width: 100%;
	height: 35px;
	margin-left: 0px;
	margin-top: -1px;
	font-size: 14px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: #333333;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.quick-app form .select-style select:focus {
	outline: none;
}

.quick-app form .form-radio {
	margin-top: 12px;
	vertical-align: text-bottom;
	margin-left: 20px;
}
.quick-app form a {
	display: block;
	font-size: 14px;
	color: #000000;
	margin-top: 15px;
	text-decoration: none;
	text-align: right;
}
.quick-app form a:hover {
	text-decoration: underline;
}
.quick-app form ::-webkit-input-placeholder {
	color: #333333;
}
.quick-app form ::-moz-placeholder {
	color: #333333;
}
.quick-app form :-ms-input-placeholder {
	color: #333333;
}
.quick-app form :-moz-placeholder {
	color: #333333;
}

.quick-app textarea {
	width: 100%;
	max-width: 395px;
	min-height: 135px;
	padding: 7px 7px 0px;
	background: padding-box padding-box rgb(218, 218, 218);
	border: none;
	font-size: 14px;
	color: rgb(51, 51, 51);
	margin: 0px;
	height: 135px;
}

.required_marker {
	color: #F00;
	font-weight: bold;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert,
.alert h4 {
	color: #c09853;
}

.alert h4 {
	margin: 0;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px;
}

.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-success h4 {
	color: #468847;
}

.alert-danger,
.alert-error {
	color: #ffffff;
	background-color: #171f68;
	border-color: #171f68;
	font-weight: bold;
	text-align: center;
}

.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}

.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-info h4 {
	color: #3a87ad;
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}

.alert-block p + p {
	margin-top: 5px;
}

.error, 
.form-control.error, 
.text_input.error,
.datepicker.error,
.hasDatePicker.error {
	-webkit-box-shadow: 0px 0px 10px 0px #f10202 !important;
	-moz-box-shadow: 0px 0px 10px 0px #f10202 !important;
	box-shadow: 0px 0px 10px 0px #f10202 !important;
	border: 1px solid #f10202 !important;
}

.form-thanks {
	background-color: #8f9497;
	color: #000000;
	padding: 20px;
	font-weight: bold;
	font-size: 20px;
}

.form-thanks a {
	display: block;
	margin: 25px auto 0;
	border: 0;
	cursor: pointer;
	background: #18156c;
	width: 90%;
	color: #ffffff;
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 6px 0;
	-moz-transform: skew(-29deg);
	-o-transform: skew(-29deg);
	-ms-transform: skew(-29deg);
	-webkit-transform: skew(-29deg);
	transform: skew(-29deg);
	cursor: pointer;
	text-decoration: none;
}

.form-thanks a span {
	display: block;
	color: #ffffff;
	font-style: italic;
	-moz-transform: skew(29deg);
	-o-transform: skew(29deg);
	-ms-transform: skew(29deg);
	-webkit-transform: skew(29deg);
	transform: skew(29deg);
}

/* Blog Styles!
-------------------------------------------------------------------------------*/

.blog article {
	margin-bottom: 20px;
}

.blog h2,
.single h1 {
	margin-bottom: 5px;
}

.blog h2 a,
.single h1 {
	color: #18156c;
	font-size: 28px;
	text-transform: uppercase;
	text-decoration: none;
}

.blog h2 a:hover,
.single h1 a:hover {
	text-decoration: underline;
}

.blog-date {
	color: #8f9497;
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

.blog p {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* Media queries!
-------------------------------------------------------------------------------*/
@media (max-width: 1400px) {
	.career-links .wrap {
		width: 1000px;
	}

	.career-links .col-1-2 {
		position: relative;
		width: 49%;
	}
}

@media (max-width: 1130px) {
	.hero {
		height: 700px;
	}

	span.callout-small {
		font-size: 15px;
		line-height: 17px;
	}

	.career-links .wrap {
		width: 900px;
	}

	.hero-interior {
		height: 450px;
	}

	.hero-interior .hero-copy h1 {
		font-size: 34px;
		line-height: 34px;
	}

	.hero-interior .hero-copy h2 {
		font-size: 23px;
	}
}

@media (max-width: 1024px) {
	.header-logo img {
		width: 260px;
		margin-top: 8px;
	}

	#nav li {
		padding: 0 10px;
	}

	#nav li a {
		font-size: 16px;
	}

	.hero {
		height: 600px;
	}

	.hero .hero-copy {
		padding-top: 30px;
	}

	.hero-copy h1 {
		font-size: 40px;
		line-height: 38px;
	}

	.hero-copy h2 {
		font-size: 24px;
	}

	span.callout-big {
		font-size: 28px;
		line-height: 26px;
	}

	span.callout-small {
		width: 150px;
	}

	.career-links .wrap {
		width: 730px;
	}

	.career-links .bg-skew {
		height: 200px;
	}

	.career-links .career-links-copy {
		margin-top: 100px;
	}

	.career-links .career-links-copy h3 {
		font-size: 22px;
		line-height: 55px;
	}

	.hero-interior {
		height: 400px;
	}

	.hero-interior .hero-copy h1 {
		font-size: 27px;
		line-height: 27px;
	}

	.hero-interior .hero-copy h2 {
		font-size: 18px;
	}

}

@media (max-width: 850px) {
	.header-apply {
		font-size: 22px;
		height: 36px;
	}

	.header-phone {
		font-size: 22px;
	}

	.header-logo img {
		width: 240px;
	}

	#nav li {
		padding: 0 8px;
	}

	#nav li a {
		font-size: 14px;
	}

	footer {
		padding: 35px 10px 50px;
	}

	.hero {
		height: 500px;
	}

	.hero-copy h1 {
		font-size: 38px;
		line-height: 38px;
	}

	.hero-copy h2 {
		font-size: 17px;
	}

	.career-links .wrap {
		width: 650px;
	}

	span.callout-big {
		font-size: 28px;
		line-height: 27px;
	}

	.career-links {
		padding: 45px 0 40px;
	}

	.hiring-map img {
		width: 100%;
	}

	.hero-interior {
		height: 350px;
	}

	.hero-interior .hero-copy h1 {
		font-size: 25px;
		line-height: 26px;
	}

	.hero-interior .hero-copy h2 {
		font-size: 17px;
	}
}

@media (max-width: 768px) {
	body.no-scroll {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}

	header {
		height: 90px;
	}

	.header-logo {
		float: none;
		text-align: center;
	}

	.header-logo img {
		margin-top: 0;
		width: 225px;
	}

	.header-phone {
		display: none;
	}

	.header-right-top {
		float: right;
		margin-top: -56px;
	}

	.header-apply {
		padding: 0 12px;
	}

	#nav {
		display: none;
	}

	#mobile-nav-btn {
		display: block;
		position: absolute;
		left: 25px;
		top: 15px;
		cursor: pointer;
		z-index: 20000;
		width: 30px;
		height: 60px;
	}

	#mobile-nav-btn span {
		height: 3px;
		width: 30px;
		background: #ffffff;
		position: absolute;
		z-index: 4;
		display: block;
		content: '';
		-webkit-backface-visibility: hidden;
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		-moz-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		-ms-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		-o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	}

	#mobile-nav-btn span:nth-child(1) {
		top: 20px;
	}
	#mobile-nav-btn span:nth-child(2) {
		top: 29px;
	}
	#mobile-nav-btn span:nth-child(3) {
		bottom: 20px;
	}
	#mobile-nav-btn.active span:nth-child(1) {
		top: 28px;
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#mobile-nav-btn.active span:nth-child(2) {
		opacity: 0;
	}
	#mobile-nav-btn.active span:nth-child(3) {
		bottom: 29px;
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#mobile-nav ul {
		padding: 0;
	}

	#mobile-nav li {
		border-bottom: 1px solid #ffffff;
		list-style: none;
		padding: 15px 0;
	}

	#mobile-nav li a {
		color: #ffffff;
		text-decoration: none;
		font-family: 'Roboto';
		font-size: 22px;
		text-transform: uppercase;
	}

	.mobile-phone {
		color: #ffffff;
		text-decoration: none;
		font-family: 'Roboto';
		font-size: 22px;
		text-transform: uppercase;
	}

	.hero {
		/* 		background-image: url('images/hero-home-sm.jpg'); */
		height: 275px
	}

	.hero .hero-copy {
		padding-top: 15px;
	}

	.hero-copy h1 {
		font-size: 32px;
		line-height: 30px;
	}

	.hero-copy h2 {
		font-size: 17px;
	}

	span.callout-big {
		font-size: 22px;
		line-height: 22px;
	}

	span.callout-small {
		font-size: 14px;
		line-height: 15px;
	}

	.career-links .col-1-2 a {
		text-decoration: none;
	}

	.career-links .bg-skew {
		height: 150px;
	}

	.career-links .col-1-2 {
		width: 100%;
	}

	.career-links .col-1-2 {
		margin-bottom: 25px;
	}

	.career-links .career-links-copy {
		margin-top: 40px;
		text-align: center;
		display: block;
	}

	.career-links .career-links-copy h3 {
		font-size: 30px;
		line-height: 35px;
	}

	.content-main {
		float: none;
		width: 100%;
	}

	.contact-form {
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	.grey-copy p {
		margin-bottom: 0;
		width: 100%;
	}

	.hero-interior {
		/* 		height: 300px; */
		height: auto;
		padding-top: 25%;
		background-position: center center;
		background-size: cover;
	}

	.hero-interior .hero-copy {
		display: none;
	}

	.career-links .wrap {
		width: 515px;
	}

	.career-links {
		padding: 45px 0 25px;
	}

	.career-links .career-links-copy {
		margin-top: 40px;
	}
}

@media (max-width: 670px) {
	.home-callout {
		height: 105px;
	}

	.callout-item-wrap {
		width: 33%;
		height: 105px;
		/* margin-top: 7px; */
	}

	.callout-item-wrap:nth-of-type(3) {
		border-right: none;
	}

	.callout-item {
		margin-left: 0;
	}

	.callout-item-wrap.mobile-full {
		width: 100%;
		border-top: 1px solid #ffffff;
		transform: none;
		margin-top: 10px;
	}

	.callout-item-wrap.mobile-full .callout-item {
		transform: none;
		margin-top: 11px;
	}

	.callout-item-wrap.mobile-full br {
		display: none;
	}

	span.callout-small {
		display: none;
	}

	.callout-item-wrap.no-mobile-border {
		border-right: none;
	}

	.content-main-half {
		width: 100%;
		margin-right: 0;
		border-right: none;
	}

	.home-callout-lower span {
		margin-left: 0px;
	}
}

@media (max-width: 600px) {
	header {
		height: 75px;
	}

	.header-logo img {
		margin-top: 4px;
		width: 175px;
	}

	#mobile-nav-btn {
		top: 8px;
	}

	.header-right-top {
		margin-top: -46px;
	}

	.header-apply {
		font-size: 18px;
		height: 34px;
		line-height: 37px;
	}

	#mobile-nav {
		top: 74px;
	}

	#footer-left {
		display: none;
	}

	#footer-middle {
		float: none;
		width: 100%;
		padding: 0px 0px 10px;
	}

	#footer-right {
		display: none;
	}

	.mobile-middle-social {
		display: block;
	}

	#footer-middle .mobile-middle-social img {
		width: initial;
		margin-left: 13px;
		margin-top: 13px;
	}

	footer {
		padding: 35px 10px;
	}

	.hero-copy {
		display: none;
	}

	.footer-phone a,
	.footer-apply a {
		font-size: 25px;
	}

	.footer-phone a {
		padding-right: 40px;
	}

	.footer-apply a {
		padding-left: 30px;
	}

	.career-links .wrap {
		width: 400px;
	}

	.career-links .bg-skew {
		height: 100px;
	}

	.career-links .career-links-copy {
		margin-top: 0px;
	}

	.career-links .career-links-copy h3 {
		font-size: 24px;
		line-height: 35px;
	}
}

@media (max-width: 450px) {
	.header-logo img {
		margin-top: 9px;
		width: 150px;
	}

	.header-apply {
		font-size: 15px;
		height: 32px;
		line-height: 37px;
		padding: 0 8px;
	}

	.footer-phone a,
	.footer-apply a {
		font-size: 18px;
	}

	.footer-phone a {
		padding-right: 25px;
	}

	.footer-apply a {
		padding-left: 15px;
	}

	span.callout-big {
		font-size: 18px;
	}

	.career-links .wrap {
		width: 270px;
	}

	.career-links .bg-skew {
		height: 85px;
	}

	.career-links {
		padding: 25px 0 10px;
	}

	.career-links .career-links-copy {
		margin-top: 0px;
	}

	.career-links .career-links-copy h3 {
		font-size: 17px;
	}
}

@media (max-width: 360px) {
	.header-logo img {
		margin-top: 12px;
		width: 135px;
		margin-left: -30px;
	}

	.header-right-top {
		margin-top: -37px;
	}

	.header-apply {
		font-size: 15px;
		height: 27px;
		line-height: 32px;
		padding: 0 7px;
	}

	span.callout-big {
		font-size: 16px;
	}
}

/* Home page new video css */
.hero video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index:-1;
	position:relative;
}
.home-video-content {
	position: absolute;
	top: 0;
	left: calc((100% - 1300px) / 2);
}
html,
body {
	overflow-x:hidden;
	box-sizing:border-box;
}
@media(max-width:1299px) {
	.home-video-content {
		left: 0;
	}
}