@charset "UTF-8";

/* RESET */

* {
	padding:0;
	margin:0;
	outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* > :last-child { 
	margin-bottom:0;
}

img {
	width:100%;
	height:auto;
	display:block;
	vertical-align: middle;
}

.clearfix::after {
	content:"";
	clear:both;
	display:table;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav,
object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var, a img {
    background:transparent;
	border:0 none;
	outline:none;
	vertical-align:baseline;
	padding:0;
	margin:0;    
}


/* GENERAL */

#wpadminbar {
	display:none !important;
}

html, body {
  overflow-x:hidden;
  margin-top:0 !important;
}

body {
	text-rendering:optimizeLegibility;
	position:relative;
}

h1 {
	font:300 55px/58px "gotham", sans-serif;
	color:#fff;
	margin:0 0 40px 0;
}

h2 {
	font:300 65px/68px "gotham", sans-serif;
	color:#000;
	margin:0 0 40px 0;
}

h2 strong {
	font-weight:500;
}

h3 {
	font:400 40px/48px "gotham", sans-serif;
	color:#000;
	margin:0 0 30px 0;
}

h3 strong {
	font-weight:500;
}

h4 {
	font:400 15px/24px "gotham", sans-serif;
	color:#BB0F33;
	/*background:rgba(187, 15, 51, 0.2);
	border-radius:30px;
	display:inline-block;
	padding:8px 22px;*/
	margin:0 0 20px;
}

h5 {
	font:400 30px/38px "gotham", sans-serif;
	color:#000;
	margin:0 0 40px 0;
}

h5 strong {
	font-weight:500;
}

p {
	font:300 18px/25px "gotham", sans-serif;
	margin:0 0 40px;
}

p span {
	color:#35d32f;
}

p strong {
	font-weight:600;
}

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

ol {
	list-style-position:inside;
}

ol li {
	font:300 20px/26px "gotham", sans-serif;
	margin:0 0 10px;
}

ol {
   list-style:none;
   counter-reset:item;

 }

ol li {
   counter-increment:item;
   position:relative;
   padding:0 0 0 30px;
   margin:0 0 25px 0;
 }
 
ol li:before {
  /*content:counter(item);*/
  content:"•";
   width:20px;
   font-weight:800;
   color:#BB0F33;
   position:absolute;
   top:0;
   left:0;
 }

.list {
	padding-left:25px;
}

.list li {
	font:300 18px/25px "gotham", sans-serif;
	margin:0 0 10px 0;
}

.button {
	background:#01273E;
	font:400 16px/24px "gotham", sans-serif;
	display:inline-block;
	color:#fff;
	transition:all 0.2s ease;
	margin:0 20px 20px 0;
}

.button span {
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:16px 20px;
}

.button:hover {
	color:#bb0f33;
	background:#bb0f33;
}

.button:hover span {
	color:#bb0f33;
}

.button span:after {
	content:"";
	width:24px;
	height:24px;
	background:url("../images/arrow-white.svg") no-repeat;
	display:inline-block;
	margin-left:30px;
	position:relative;
	transition:all 0.2s ease;
}

.button span:hover:after {
	/*transform:translateX(15px);*/
	margin-left:50px;
}

.button.red {
	background:#8B2B2C;
}

hr {
	width:100%;
	height:1px;
	background:none;
	border:0;
}

.spacer-small {
	height:50px;
}

.spacer-medium {
	height:100px;
}

.spacer-large {
	height:120px;
}

.photo {
	position:relative;
}

.photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.video {
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden;
}

.video iframe {
  width:150%;
  height:150%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.container {
	width:1550px;
	margin:0 auto;
	padding:150px 0;
	position:relative;
}

.small-padding {
	padding-top:80px;
	padding-bottom:80px;
}

.no-padding-bottom {
	padding-bottom:0 !important;
}

.no-padding-top {
	padding-top:0 !important;
}

.small-padding-top {
	padding-top:80px;
}

.small-padding-bottom {
	padding-bottom:80px;
}

.large-padding-bottom {
	padding-bottom:150px;
}

.photo {
	width:100%;
	display:block;
}

.two-columns {
	display:flex;
	flex-wrap:wrap;
}

.centered {
	align-items:center;
}

.center {
    text-align: center;
}

.two-columns .col {
	width:50%;
	padding:0 50px;
}

.two-columns .col:nth-child(odd) {
	padding-left:0;
}

.two-columns .col:nth-child(even) {
	padding-right:0;
}

.inner-two-columns {
	display:flex;
	flex-wrap:wrap;
}

.inner-two-columns .inner-col {
	width:50%;
	padding:0 50px;
}

.three-columns {
	display:grid;
	grid-template-columns:300px 300px 300px 300px;
	column-gap:80px;
}

.bg-grey {
	background:#F3F3F3;
}


/* NAVIGATION */

.logo {
	width:225px;
	position:absolute;
	top:50%;
	left:60px;
	transform:translateY(-50%);
	z-index:1;
}

nav {
	width:100%;
	height:120px;
	background:#fff;
	display:flex;
	position:fixed;
	z-index:10;
	padding:0;
}

nav .container {
	width:100%;
	height:90px;
	padding:0;
}

nav .line {
	padding:0 60px;
}

nav .line span {
	width:100%;
	height:1px;
	display:block;
	background:#000;
}

nav ul {
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:right;
	text-align:right;
	list-style:none;
	padding-right:30px;
}

nav ul li {
	display:inline-block;
	margin:0 5px;
}

nav ul li a {
	font:500 16px/18px "gotham", sans-serif;
	color:#000;
	display:block;
	padding:50px 25px;
	transition:all 0.3s ease;
}

nav ul li a:hover {
	color:#b70026;
}

nav ul li a.dropdown:after {
	content:"";
	width:12px;
	height:7px;
	display:inline-block;
	background:url("../images/dropdown-arrow.svg") no-repeat center center;
	margin-left:5px;
	transition:all 0.2s ease;
}

nav ul li a.dropdown:hover:after {
	content:"";
	background:url("../images/dropdown-arrow-red.svg") no-repeat center center;
	margin-bottom:-3px;
}


/* DROPDOWN */

nav ul ul {
  width:100%;
  height:auto;
  background:#fff;
  display:none;
  text-align:left;
  position:absolute;
  top:91px;
  left:0;
  padding:0 60px 30px 60px;
  margin:0 0 0 0;
  z-index:2;
}

nav ul ul .columns {
	display:flex;
  align-items:normal;
  justify-content:center;
  margin-left:-60px;
  padding:30px 0;
}

nav ul ul li {
	width:475px;
  display:inline-block;
  border-right:1px solid #000;
  padding:0 60px;
  margin:0;
}

nav ul ul li:last-child {
	border-right:0;
}

nav ul ul li:last-child a {
  padding:0;
}

nav ul li:hover > ul {
  display:block;
  z-index:999;
}

nav ul ul .line {
	padding:0;
}

nav ul ul .line span {
	width:100%;
	height:1px;
	display:block;
	background:#000;
}

nav ul ul li .button {
	width:100%;
	padding:0;
	margin:0 0 20px 0;
}

nav ul ul li:nth-child(1) .button {
	background:#9C0A29;
}

nav ul ul li:nth-child(2) .button {
	background:#8B2B2C;
}

nav ul ul li:nth-child(3) .button {
	background:#BB0F33;
}

nav ul ul li .button:hover {
	background:#d9d9d9;
}

nav ul ul li img {
	width:100%;
}

nav ul ul li .button span:hover:after {
	background: url(../images/arrow-red.svg) no-repeat;
	margin-left:30px !important;
}

nav ul ul li h5 {
	font-size:25px;
	line-height:30px;
	margin:0 0 20px 0;
}

nav ul ul li p {
	font:300 18px/25px "gotham", sans-serif;
}



/* HEADER */

header {
	width:100%;
	height:750px;
	position:relative;
	margin-top:120px;
}

header .container {
	height:100%;
	position:relative;
}

.home header:after {
	content:"";
	background:url("../images/header-overlay.png") repeat-x bottom left;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.home header .video {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	opacity:0;
	overflow:hidden;
	animation:video 1s linear forwards;
}

@keyframes video {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

.home header .video iframe,
.home header .video video {
	width:100vw;
	height:56.25vw;
	min-height:100vh;
	min-width:177.77vh;
	background:#000;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

header .content {
	position:absolute;
	left:0;
	bottom:80px;
	z-index:3;
}

header .content p {
	color:#fff;
}

#services-buttons {
	display:flex;
	align-items:center;
	text-align:center;
}

#services-buttons a {
	width:33.333%;
	height:180px;
	font:400 17px/24px "gotham", sans-serif;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:80px 60px;
	transition:all 0.2s ease;
}

#services-buttons a:hover,
#services-buttons a:nth-child(1):hover,
#services-buttons a:nth-child(2):hover,
#services-buttons a:nth-child(3):hover {
	background:#d9d9d9;
	color:#bb0f33;
}

#services-buttons a span {
	position:relative;
	transition:all 0.2s ease;
}

#services-buttons a:after {
	content:"";
	width:24px;
	height:24px;
	background:url("../images/arrow-white.svg") no-repeat center center / 24px 24px;
	display:inline-block;
	margin-left:30px;
	position:relative;
	transition:all 0.2s ease;
}

#services-buttons a:hover:after {
	transform:translateX(20px);
	background:url("../images/arrow-red.svg") no-repeat;
}

#services-buttons a:hover span {
	transform:translateX(-20px);
}

#services-buttons a:nth-child(1) {
	background:#01273E;
}

#services-buttons a:nth-child(2) {
	background:#00325D;
}

#services-buttons a:nth-child(3) {
	background:#01427B;
}

#intro h2 {
	color:#000;
}

#intro p {
	font-size:21px;
	line-height:30px;
	color:#000;
}


#how-we-get-it-right .col:nth-child(1) {
	width:600px;
}

#how-we-get-it-right .col:nth-child(2) {
	width:-webkit-calc(100% - 600px);
	width:-moz-calc(100% - 600px);
	width:calc(100% - 600px);
}

#how-we-get-it-right .button:hover span {
	color:#fff;
}

#home-services .two-columns .col {
	padding-bottom:200px;
}

#home-services .two-columns:last-child .col {
	padding-bottom:0;
}

#home-services .col:nth-child(1) {
	width:-webkit-calc(100% - 500px);
	width:-moz-calc(100% - 500px);
	width:calc(100% - 500px);
	padding-right:140px;
}

#home-services .col:nth-child(2) {
	width:500px;
	border-left:1px solid #000;
}

#home-services .button {
	width:100%;
	background:#bb0f33;
	margin:0;
}

#home-services .button span {
	justify-content:left;
}

#home-services .button:hover {
	background:#d9d9d9;
	color:#bb0f33;
}

#home-services .button span {
	position:relative;
	transition:all 0.2s ease;
}

#home-services .button span:hover:after {
	background:url("../images/arrow-red.svg") no-repeat;
}

#stats {
	background:#F3F3F3;
}

#stats img {
	width:190px;
	display:inline-block;
	margin:0 auto 25px auto;
}

#stats .two-columns {
	padding-top:100px;
}

#stats .two-columns .col {
	text-align:center;
	margin-bottom:80px;
}



#our-work .two-columns {
	padding-top:80px;
}

#our-work h5 {
	margin:0 0 20px 0;
}

#our-work h4 {
	margin:0 0 10px 0;
}

#our-work p {
	margin:0 0 20px 0;
}

#our-work .button {
	margin:0 0 20px 0;
}

#our-work .two-columns .col:nth-child(1) {
	width:450px;
}

#our-work .two-columns .col:nth-child(2) {
	width:-webkit-calc(100% - 450px);
	width:-moz-calc(100% - 450px);
	width:calc(100% - 450px);
	background:#bb0f33;
}

#our-work ul {
	list-style:none;
	margin:0;
}

#our-work ul li {
	border-bottom:1px solid #000;
	padding-bottom:20px;
	margin-bottom:20px;
}

#our-work ul li:last-child {
	margin:0;
}

#our-work .photo {
	width:100%;
	position:relative;
  overflow:hidden;
}

#our-work .photo img {
	width:101%;
	height:101%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	object-fit:cover;
	object-position:top left;
}

#our-partners {
	padding-bottom:150px;
}

#our-partners .container {
	padding-bottom:70px;
}


@keyframes scroll {
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(calc(-250px * 7));
	}
}

 .slider {
	 background: white;
	 height: 100px;
	 margin: auto;
	 overflow: hidden;
	 position: relative;
	 width: 100%;
}
 .slider::before, .slider::after {
	 content: "";
	 height: 100px;
	 position: absolute;
	 width: 200px;
	 z-index: 2;
}
 .slider::after {
	 right: 0;
	 top: 0;
	 transform: rotateZ(180deg);
}
 .slider::before {
	 left: 0;
	 top: 0;
}
 .slider .slide-track {
	 animation: scroll 40s linear infinite;
	 display: flex;
	 width: calc(250px * 14);
}
 .slider .slide {
	 height: 100px;
	 width: 250px;
}

#testimonials {
	background:#F3F3F3;
	text-align:center;
}

.home #testimonials {
	background:#fff;
}

#testimonials .container {
	padding-top:80px;
	padding-bottom:120px;
}

#testimonials h3 {
	color:#000;
}


/* SUBPAGES */

header .container {
	padding:0;
}

header #white-box {
	width:auto;
	background:rgba(255, 255, 255, 0.9);
	padding:40px;
	position:absolute;
	bottom:50px;
	z-index:3;
}

header #white-box h1 {
	font-size:24px;
	line-height:30px;
	color:#000;
	margin-bottom:80px;
}

header #white-box h2 {
	font-size:40px;
	line-height:45px;
	font-weight:400;
}

header #white-box .button {
	width:100%;
	background:#8B2B2C;
	margin:0 0 20px 0;
}

header #white-box .button:hover {
	background:#d9d9d9;
	color:#bb0f33;
}

header #white-box .button span {
	justify-content:left;
	padding:25px 30px;
}

header #white-box .button span:hover:after {
	background:url("../images/arrow-red.svg") no-repeat;
}

header #white-box .two-columns .col {
	width:430px;
	padding:0 15px;
}

header #white-box .two-columns .col:nth-child(1) {
	padding-left:0;
} 

header #white-box .two-columns .col:nth-child(2) {
	padding-right:0;
} 

.title {
	background:#00325D;
}

.title .container {
	padding:40px 0;
}

.title h2 {
	font-size:60px;
	line-height:66px;
	font-weight:400;
	color:#fff;
}

.services-content .container {
	padding-top:120px;
}

.services-content p {
	font-size:30px;
	line-height:38px;
}

.services-two-columns {
	padding:100px 0 100px 0;
}

.services-two-columns .col:nth-child(1) {
	width:-webkit-calc(100% - 500px);
	width:-moz-calc(100% - 500px);
	width:calc(100% - 500px);
	padding-right:100px;
}

.services-two-columns .col:nth-child(2) {
	width:500px;
}

.services-stats {
	padding-top:0;
}

.services-stats .col {
	text-align:center;
	margin-bottom:0;
}

.services-stats img {
	width:190px;
	display:inline-block;
	margin:0 auto 25px auto;
}

.numbered-list {
	margin:0 0 40px 0;
}

.numbered-list h4 {
	margin:0 0 5px 0;
}

.numbered-list h5 {
	font-size:25px;
	line-height:30px;
	margin:0 0 10px 0;
}

.numbered-list p {
	font-size:18px;
	line-height:25px;
	margin:0;
}

#expertise .three-columns {
	display:flex;
	justify-content:space-between;
	column-gap:0;
}

#expertise .three-columns .col {
	width:30%;
}

/* ABOUT US */

#team {
	background:#F3F3F3;
}

#team h5 {
	margin:0 0 10px 0;
}

#team img {
	margin:0 0 30px 0;
}

#team .col {
	margin:0 0 70px 0;
}

#about-content .content {
	position:relative;
	padding:0 0 0 130px;
	margin:0 0 70px 0;
}

#about-content .content:last-child {
	margin:0;
}

.icon {
	width:90px;
	height:90px;
	border-radius:50%;
	position:absolute;
	top:-18px;
	left:0;
}

.safety {
	background:#01273E url("../images/safety.svg") no-repeat center center / 66px 66px;
}

.accountability {
	background:#01273E url("../images/accountability.svg") no-repeat center center / 66px 66px;
}

.relationship {
	background:#01273E url("../images/relationship.svg") no-repeat center center / 66px 66px;
}

.quality {
	background:#01273E url("../images/quality.svg") no-repeat center center / 66px 66px;
}

.action {
	background:#01273E url("../images/action.svg") no-repeat center center / 66px 66px;
}

.dedicated {
	background:#01273E url("../images/dedicated.svg") no-repeat center center / 66px 66px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.col3 {
    width: 33.333%;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.center-vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#locations .container {
	    width: 100%;
    margin: 0 auto;
    padding: 80px;
    position: relative;
    z-index: 2;
}

#locations h3 {
	font-size:28px;
	line-height:34px;
	color:#fff;
}

#locations .col2:nth-child(1) {
	padding-top:60px;
	padding-bottom:40px;
}

.bg-blue {
    background:#01273E;
    position:relative;
 }

 .bg-red {
    background:#8B2B2C;
    position:relative;
 }

 .pattern-red {
 	background: url(../images/pattern-red.svg) center center repeat;
    background-size: 140px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
 }

#locations h4 {
	font:500 17px/24px "gotham", sans-serif;
	color:#fff;
	margin:0 0 10px;
	position:relative;
}

#locations h4 img {
	width:22px;
	height:auto;
	position:absolute;
	top:2px;
	left:-30px;
}

#locations p {
	color:#fff;
}

#locations ul {
	list-style:none;
	margin:0 0 30px 0;
}

#locations ul li {
	font:300 18px/25px "gotham", sans-serif;
	color:#fff;
	margin:0 0 5px;
}

#locations .col2:nth-child(1) img {
	max-width:800px;
	margin:0 auto;
}

#locations .col2:nth-child(1) {
	width:-webkit-calc(100% - 600px);
	width:-moz-calc(100% - 600px);
	width:calc(100% - 600px);
}

#locations .col2:nth-child(2) {
	width:600px;
}

#locations .inner-cols {
	display:flex;
}

#locations .inner-col {
	width:50%;
}



/* CAREERS */

.page-template-careers .button:hover span {
	color:#fff;
}


/* SUBCONTRACTOR APP */

.page-template-subcontractor-application header {
	height:400px;
}

.wpforms-container .wpforms-field-label, 
.wp-core-ui div.wpforms-container .wpforms-field-label {
	font:500 16px/24px "gotham", sans-serif !important;
}

div.wpforms-container-full input[type=text],
.wpforms-container select:read-only,
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column:not(.wpforms-layout-column-100) input[type=email],
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column:not(.wpforms-layout-column-100) input[type=tel] {
	border-radius:0 !important;
}

div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
	width:auto !important;
	height:auto !important;
	background:#01273E !important;
	font:400 16px/24px "gotham", sans-serif !important;
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	color:#fff;
	transition:all 0.2s ease;
	border-radius:0;
	padding:16px 20px !important;
	margin:30px 20px 20px 0;
}

div.wpforms-container-full button[type=submit]:hover {
	width:auto !important;
	height:auto !important;
	font:400 16px/24px "gotham", sans-serif !important;
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	font-weight:normal !important;
	color:#fff;
	border-radius:0;
	/*background:#bb0f33 !important;*/
	padding:16px 20px !important;
	margin:30px 20px 20px 0;
}

div.wpforms-container-full button[type=submit]:after {
	content:"";
	width:24px;
	height:24px;
	background:url("../images/arrow-white.svg") no-repeat;
	display:inline-block;
	margin-left:30px;
	position:relative;
	transition:all 0.2s ease;
}

div.wpforms-container-full button[type=submit]:hover:after {
	margin-left:50px;
}


/* CONTACT US */


#map {
	width:100%;
	height:350px;
	position:relative;
	overflow:hidden;
}

#map iframe {
	border:0;
	width:100%;
	height:110%;
	position:absolute;
	top:0;
	left:0;
}




/* FOOTER */

footer {
	background:#00325D;
	position:relative;
	overflow-x:hidden;
}

footer .container {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	padding:0 0;
}

#footer-logo {
	width:100px;
	position:relative;
}

footer p {
	color:#fff;
	margin:0;
}

footer p.copyright {
	font-size:13px;
	line-height:18px;
	margin:40px 0 0 0;
}

footer a {
	text-decoration:none;
	color:#fff !important;
}

footer ul {
	margin:0 0 10px;
	list-style:none;
}

footer ul li {
	width:25%;
}

footer ul li:nth-child(1) {
	width:20%;
}

footer ul li:nth-child(2) {
	width:30%;
}

footer ul li:nth-child(3) {
	width:30%;
}

footer ul li:nth-child(4) {
	width:20%;
}

footer ul li h4 {
	font-size:17px;
	line-height:22px;
	color:#fff;
	margin:0 0 10px;
}

footer ul li a.logo {
	width:100px;
	height:auto;
	margin:-10px 0 0;
	display:block;
}

footer ul li:nth-child(2) a.link::after {
	background:url("../images/arrow-white.svg") center center no-repeat;
}

footer ul li:nth-child(4) img {
	width:18px;
	height:auto;
	margin:4px 0 0 0;
}

footer ul li:nth-child(4) img:first-child {
	margin:4px 20px 0 -5px;
}

footer .col2:nth-child(1) {
	width:-webkit-calc(100% - 400px);
	width:-moz-calc(100% - 400px);
	width:calc(100% - 400px);
	padding:60px 40px;
}

footer .col2:nth-child(2) {
	width:400px;
	padding:60px 40px;
}

footer .col2:nth-child(2) a.link {
	color:#fff;
	margin:0 0 10px;
	display:inline-block;
}

footer .col2:nth-child(2) a.link::after {
	background:url("../images/arrow-white.svg") center center no-repeat;
}

#footer-contact {
	font:400 20px/26px "gotham", sans-serif;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content: center;
	margin:0 0 30px 0;
}

#footer-contact:after {
	content:"";
    width:24px;
    height:24px;
    background:url(../images/arrow-white.svg) no-repeat;
    display:inline-block;
    margin-left:30px;
    position:relative;
    transition:all 0.2s ease;
}



/*
#footer-logo {
	width:200px;
	position:absolute;
	top:50px;
	right:50px;
}

footer .two-columns .col:nth-child(1) {
    flex:1 1 50%;
    background:#BB0F33;
    padding:0;
    position:relative;
}

footer .two-columns .col:nth-child(1) .content {
    width:1050px;
    float:right;
    padding:80px 80px 40px 0;
}

footer .two-columns .col:nth-child(1) .content ul {
	list-style:none;
}

footer .two-columns .col:nth-child(1) .content ul li {
	display:inline-block;
	position:relative;
	margin-right:100px;
}

footer .two-columns .col:nth-child(1) .content ul li a,
footer .two-columns .col:nth-child(2) .content h4 {
	font:400 24px/25px "gotham", sans-serif;
  color:#fff;
  display:block;
  padding:0 0 20px 0;
}


footer .two-columns .col:nth-child(1) .content ul ul {
	width:200px;
	display:none;
	position:absolute;
	top:35px;
	left:0;
}

footer .two-columns .col:nth-child(1) .content ul li:hover > ul {
  display:block;
  z-index:999;
}

footer .two-columns .col:nth-child(1) .content ul ul li {
	padding:0;
	margin:0;
}

footer .two-columns .col:nth-child(1) .content ul ul li a {
	font:400 18px/20px "gotham", sans-serif;
  color:#fff;
  padding:5px 0;
}

.footer-form {
	width:600px;
	padding:130px 0 130px 0;
}

.footer-form p {
	font:400 24px/31px "gotham", sans-serif;
  color:#fff;
  display:block;
  margin:0 0 10px 0;
}

.footer-form div.wpforms-container-full input[type=email],
.footer-form div.wpforms-container-full input[type=text],
.footer-form div.wpforms-container-full input[type=tel] {
	height:55px;
	font:400 17px/25px "gotham", sans-serif;
	color:#fff;
	border:1px solid #fff;
	background:none;
	padding:15px 25px;
}

.footer-form div.wpforms-container-full input[type=email]:placeholder,
.footer-form div.wpforms-container-full input[type=text]:placeholder,
.footer-form div.wpforms-container-full input[type=tel]:placeholder {
	color:#fff !important;
}

input::placeholder {
  color:#fff !important;
  opacity:1;
}

input::-webkit-input-placeholder {
  color:#fff !important;
}

input::-moz-placeholder {
  color:#fff !important;
}

input:-ms-input-placeholder {
  color:#fff !important;
}

input:-moz-placeholder {
  color:#fff !important;
}


.footer-form input {
	width:500px;
	font:400 17px/25px "gotham", sans-serif;
  color:#fff;
  border:1px solid #fff;
  background:none;
  padding:15px 25px;
}

.footer-form input::placeholder {
  color:#fff !important;
}

.footer-form input::-webkit-input-placeholder {
  color:#fff !important;
}

.footer-form input::-moz-placeholder {
  color:#fff !important;
}

.footer-form input:-ms-input-placeholder {
  color:#fff !important;
}

.footer-form input:-moz-placeholder {
  color:#fff !important;
}

.small {
	font-size:15px;
	line-height:20px;
	color:#fff;
	margin:0;
}

footer .two-columns .col:nth-child(2) {
    flex:1 1 50%;
    background:#00325D;
    padding:0;
    margin-right:-550px;
}

footer .two-columns .col:nth-child(2) .content {
    width:500px;
    padding:80px 0 40px 80px;
}

footer .two-columns .col:nth-child(2) .content h4 {
	margin:0 0 50px 0;
}

#footer-contact a {
	font:300 19px/26px "gotham", sans-serif;
	color:#fff;
	display:block;
	margin:0 0 50px 0;
}

.social {
	margin:0 0 40px 0;
}

.social a {
	display:inline-block;
}

.social a img {
	width:28px;
	margin:0 10px 0 0;
}


footer .button {
	background:none;
	font:400 24px/25px "gotham", sans-serif;
	margin:0 0 20px 0;
}

footer .button span {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:15px 25px 15px 0;
}

footer .button:hover {
	background:none;
}


footer .button span:after {
	content:"";
	width:24px;
	height:24px;
	background:url("../images/arrow-white.svg") no-repeat;
	display:inline-block;
	margin-left:30px;
	position:relative;
	transition:all 0.2s ease;
}
*/

/* SLIDER */

.bx-wrapper {
	position:relative;
	margin-bottom:0;
	padding:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:0;
	background:none;
}

.bx-wrapper .bx-pager {
	font:300 16px/20px "gotham", sans-serif;
	text-align:left;
	color: #000;
	padding-top: 20px;
}

#testimonials .bx-wrapper .bx-pager {
	text-align:center;
	bottom:-60px;
}

.bx-controls-direction {
	width:160px;
	position:absolute;
	bottom:-80px;
	right:0;
}

.bx-wrapper .bx-controls-direction a {
	width:70px;
	height:60px;
	display:inline-block;
	border:1px solid #000;
	position:relative;
	top:auto;
	margin-top:0;
	text-align:left;
	text-indent:-9999px;
	z-index:1;
	transition:all 0.2s ease;
}

.bx-wrapper .bx-prev {
	left:auto;
  background:url("../images/carousel-arrow-prev.svg") no-repeat center center / 34px 24px;
}

.bx-wrapper .bx-next {
	right:auto;
	background:url("../images/carousel-arrow-next.svg") no-repeat center center / 34px 24px;
	float:right;
}

.bx-wrapper .bx-prev:hover {
  background:#8B2B2C url("../images/carousel-arrow-prev-white.svg") no-repeat center center / 34px 24px;
}

.bx-wrapper .bx-next:hover {
	background:#8B2B2C url("../images/carousel-arrow-next-white.svg") no-repeat center center / 34px 24px;
}

.bx-wrapper .bx-next:focus {
	background:#8B2B2C url("../images/carousel-arrow-next-white.svg") no-repeat center center / 34px 24px;
}

.bx-wrapper .bx-prev:focus {
	background:#8B2B2C url("../images/carousel-arrow-prev-white.svg") no-repeat center center / 34px 24px;
}