/* General
-----------------------------------------------------------*/
body {
	font-size: 14px;
	line-height: 24px;	
	font-family: 'Roboto', sans-serif;
}

p {
	font-size: 14px;
	line-height: 21px;	
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif; 	
	letter-spacing: 1.5px;
}

h6 {
	font-family: 'Roboto', sans-serif; 	
	letter-spacing: 1px;
}


h2 {
	font-size: 52px;
	font-weight: 400;
}

h3 {
	font-size: 40px;
	font-weight: 900;
}


h4 {
	font-size: 24px;
	font-weight: 700;
}

.listing h3 {
	margin-top: 0px;
}

h5 {
	font-size: 18px;
}


ul, ol, dl {
    font-size: inherit;
    line-height: inherit;
}

a {
	color: red;
}


.home a, .home a:hover {
	color: #fff;
}

a:hover, a:focus {
	color: red;
}

img.alignright {
	float: right;
}

img.alignleft {
	float: left;	
}

hr {
	width: 200px;
	display: inline-block;
	margin: 0 auto 20px;
}



/* Button
-----------------------------------------------------------*/


.button, .buttonleft, .buttonright {
	border-radius: 0;
	background: #B40000;
	color: #fff;
	padding: 20px 36px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	letting-spacing: 1px;
}

 .buttonleft, .buttonright {
	width: 180px;
	margin-left: 28px;
}

.buttonright {
	background: #3C9B01;
}


[type="email"], [type="text"], textarea {
    border: 1px solid #ccc;
    box-shadow: none;
    color: #000;
    height: auto;
    margin: 0 0 10px;
    padding: 15px 20px;
	border-radius: 0;
}

input::placeholder, textarea::placeholder {
    color: inherit;
}

a.button, [type="submit"] {
    background-color: #B40000;
    border: none;
	border-radius: 0;
    color: #fff;
    cursor: pointer;
    line-height: 1rem;
    margin: 0 0 10px;
    padding: 20px 35px;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}

a.button:focus, [type="submit"]:focus,
a.button:hover, [type="submit"]:hover {
	background: #C50202;
	color: black;
}

.button:hover {
	background: #000;
	color: #fff;
	font-size: 18px;
    font-weight: 400;
}



/* Header
-----------------------------------------------------------*/


/*--- Top ---*/

.top {
	font-family: 'Roboto', sans-serif;
}

.top ul {
}

.top ul li {
    float: left;
    list-style: outside none none;
}


/*--- Header ---*/
.home .header {
    height: 173px;
	position: absolute;
	width: 100%;
	z-index: 999;
	background: transparent;
}

.header {
    height: 173px;
	width: 100%;
	position: relative;
	background: #000;
}

.header_title {
    margin-top: 0px;
    padding: 100px 0;
	color: #fff;
}


.logo{
	margin-top: -48px;
	position: absolute;
}



/*--- Nav ---*/

.menu a {
    line-height: 0;
    text-decoration: none;
    display: block;
    padding: 0rem 0rem;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
}

.menu-primary-menu-container {
    margin-top: 30px;
    padding-right: 15px;
}

.menu-primary-menu-container .button {
	margin-top: -13px;
}

.dropdown.menu .button > a {
    padding: 0.7rem 0rem;
	margin-left: 0px;
}

.dropdown.menu .button {
	margin-left: 65px;
}

.dropdown.menu a {
	padding: 0.7rem 0rem 25px;
	margin-left: 65px;
}

ul.nav.dropdown.menu {
    float: right;
}

ul.nav.dropdown.menu li {
    float: left;
    list-style: none;
}

.secondarymenulink ul.nav.dropdown.menu li {
    float: left;
    list-style: none;
    background: #8ac841;
}

.secondarymenulink ul.nav.dropdown.menu li a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 20px;
}

.headeraddress .secondarymenulink li {
    padding: 0;
}

ul.nav.dropdown.menu li > a:hover,
ul.nav.dropdown.menu li.current_page_item > a,
ul.nav.dropdown.menu li.current-menu-parent > a,
ul.nav.dropdown.menu li.current-menu-ancestor > a,
/* keep parent highlighted on submenu hover */
ul.nav.dropdown.menu li.menu-item-has-children:hover > a  {
	border-bottom: 3px solid #C50202;
}
ul.nav.dropdown.menu li > a:hover,
ul.nav.dropdown.menu .button.current_page_item > a,
ul.nav.dropdown.menu .button.current-menu-parent > a,
ul.nav.dropdown.menu .button.current-menu-ancestor > a,
/* keep parent highlighted on submenu hover */
ul.nav.dropdown.menu li.menu-item-has-children .button:hover > a  {
	border-bottom: 0px solid #C50202;
}

ul.nav.dropdown.menu .button:hover {
	background: #666;
}


.menu-primary-container{
	margin-top: 45px;
}


.headeraddress{
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px 0 0;
}

.headeraddress li, .headeraddress a{
	color: #fff;
	text-align: right;
	line-height: 13px;
}

.headeraddress li{
	padding: 0 0 0 8px;
}

.headeraddress ul{
	float: right;
}

.secondarymenu ul.nav.dropdown.menu li > a:hover {
	border-bottom: 0px solid #72963f;
}

.secondarymenu{
	padding: 23px 0 0; 
}

.secondarymenu ul{
	margin-top: 3px; 
}

.secondarymenu ul li a:hover{
	border-bottom: 0px solid #72963f;
}

.secondarymenu a{
	margin: 0;
	color: #797979;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.socialmenu {
    padding: 13px 0 0;
    margin-top: 13px;
}

.socialmenu li a{
	margin-left: 10px;
	color: #fff;
}


/* Mobile menu style */

.position-right.is-transition-push {
    box-shadow: inset 0px 0 0px -13px rgba(10,10,10,.25);
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #eee;
}



/* Home
-----------------------------------------------------------*/

/*----- Main -----*/

.black {
	background: url(../img/black.png);
	padding: 0 10px 308px 0;
}

.main {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 900px;
	text-align: right;
}

.main hr {
	width: 200px; 
	margin: 15px auto 20px; 
	text-align: right; 
	display: inline-block;
}

.main h1{
	margin-top: 219px;
	color: #fff;
	font-size: 48px;
	line-height: 68px;
	font-weight: 900;
}

.main p{
	color: #fff;
	font-size: 18px;
	line-height: 26px;
}

.orbit-slide {
    width: 100%;
    height: 900px;
}

.buttons {
	margin-top: 50px;
}

.listings {
	color: #fff;
	text-align: center;
	background: #C50202;
	padding-top: 50px;
}

.listing {
	border-bottom: 1px solid #fff;
	text-align: left;
	padding-top: 25px;
}

.listing h3 {
	font-size: 30px;
	line-height: 28px;
}

.careerimage {
	background: #C4C4C4;
	padding: 40px;
	height: 125px;
}

.careerintro {
	margin-bottom: 40px;
}

.careerintro h2 {
	font-weight: 900;
}

.listingtext .fa-map-marker {
	color: #C50202;
	margin-right: 5px;
}


.home .listingtext .fa-map-marker {
	color: #fff;
	margin-right: 5px;
}

.listing .button {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 35px;
}

.page-template-careers .listing .button {
	background: #B40000;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 35px;
}


.topwave {
    background: url(../img/topcurves.svg) no-repeat center center;
						-webkit-background-size: cover;
						-moz-background-size: cover;
						-o-background-size: cover;
						background-size: cover;;
    height: 260px;
    margin-top: -305px;
    min-width: 100%;
    max-width: 100%;
    z-index: 1000;
}

.bottomwave {
    background: url(../img/whiteswoop.svg) no-repeat center center;
						-webkit-background-size: cover;
						-moz-background-size: cover;
						-o-background-size: cover;
						background-size: cover;;
    height: 183px;
	min-width: 100%;
	max-width: 100%;
}

.homeservices {
	text-align: center;
}

.homeicons {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.homeicons i{
	font-size: 90px;
	color: #B40000;
	margin-bottom: 30px;
	
}

.calltoaction{
	background-color: #B40000; 
	color: #fff;
	padding: 42px 0;
	text-align: center;
	margin: 110px 0 70px;
}

.calltoaction h3 {
	display: inline-block;
}

.calltoaction .button {
	background-color: #fff;
	color: #B40000;
	margin-left: 30px;
	margin-top: -5px;
}

.whatwedo {
	text-align: center;
	color: #fff;
	margin-top: 40px;
}

.whatwedocontainer {
 padding: 10% 5%;
}

.visacalltoaction{
	color: #fff;
	padding: 42px 0;
	text-align: center;
	background: #c50102 url(../img/Call-to-action-bar.jpg) no-repeat center bottom;
-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;

}

.visacalltoaction h3 {
	display: inline-block;
	font-size: 40px;
}



/* Content
-----------------------------------------------------------*/
.content {
	background: #fff;
	min-height: 500px;
	padding: 50px 0 100px;
}

.page-template-careers .content {
	background: #fff;
	min-height: 500px;
	padding: 50px 0;
}

/* Careers
-----------------------------------------------------------*/

	.careers .listing {
 	   background: #fff;
	}

	.careers .listing:nth-child(odd) {
	    background: #fff;
	}

	.careers .listing:nth-child(even) {
	    background: #eee;
	}


/* Footer
-----------------------------------------------------------*/
.footer {
    background: #000;
	color: #fff;
	padding: 45px 0;
	line-height: 19px;
	font-size: 13px;
}

.footer a{
	color: #fff;
}

.sociallink {
	font-size: 36px;
	letter-spacing: 15px;
	margin-bottom: 20px;
	display: inline-block;
}

.footerlogos {
	text-align: right;
}







/* Bottom
-----------------------------------------------------------*/
.bottom {
    background: black;
    padding: 10px 0;
}

.bottom p {
	margin: 0;
}

.bottom a {
	background: url(../img/x.png) no-repeat center left;
   	color: white;
    font-size: 10px;
    padding: 0 0 0 20px;
}






@media only screen and (max-width: 63.9375em) { 


/* Header
-----------------------------------------------------------*/

h3 {
    font-size: 24px;
    font-weight: 900;
}

.listing h3 {
    margin-top: 5px;
}


.menu-primary-menu-container {
    margin-top: 30px;
    padding-right: 0px;
}


.home .header {
    height: 173px;
    position: absolute;
    padding-right: 0px;
    width: 100%;
    z-index: 999;
	background: transparent;
}

.header {
    height: 173px;
	padding-right: 40px;
	width: 100%;
	position: relative;
	background: #000;
}

.logo {
    margin-top: 20px;
    position: absolute;
    margin-left: 20px;
}

.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: visible; // solves a bug where background image disappears in medium
}

.main h1 {
    margin-top: 180px;
    color: #fff;
    font-size: 48px;
    line-height: 68px;
    font-weight: 900;
}

.main p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}


.menu_icon {
	font-size: 32px;
	color: #fff;
}

.menu_icon::after {
    display: none;
}

.menu-primary-container{
	margin-top: 30px;
}

.orbit-slide {
    width: 100%;
    height: 700px;
}

.black {
    background: url(../img/black.png);
    padding: 0 0 200px 0;
}

.buttonleft, .buttonright {
    width: 190px;
    margin-left: 10px;
}

.main {
    background-size: cover;
    height: 720px;
    text-align: right;
}

#offCanvasMenu .close-button {
    background: #B40000 none repeat scroll 0 0;
    border-radius: 0;
    color: white;
    font-size: 21px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 999;
}

#offCanvasMenu label {
    background: black none repeat scroll 0 0;
    color: white;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    letter-spacing: 1px;
    padding: 8px 10px;
}

#offCanvasMenu ul.nav {
    float: none;
    margin: 0;
}

#offCanvasMenu ul.nav li {	
	border: none;
    border-bottom: 1px solid #ccc;
    float: none;
    margin: 0;
    padding: 0;
}

#offCanvasMenu ul.nav li a {
	font-family: 'Roboto Condensed', sans-serif;
    display: block;
    margin: 0;
    padding: 20px 20px;
	border: none;
	color: black;
	background: none;
	text-transform: uppercase;
	font-weight: 300;
}

#offCanvasMenu ul.nav .button a{
	color: #fff;
}

#offCanvasMenu ul li {
	list-style: none;
	font-family: 'Roboto Condensed', sans-serif;
}

.socialmenu {
    padding: 0;
}

#offCanvasMenu .secondarymenu ul{
	margin-top: 15px;
}

#offCanvasMenu .socialmenu {
    margin: 0 0 0 10px;
}

#offCanvasMenu .socialmenu li a {
    margin-right: 20px;
    color: #395499;
    float: left;
	font-size: 24px;
	color: #000;
}

.visacalltoaction {
    background-color: #c50102;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    background: url(../img/Call-to-action-bar.jpg) no-repeat center bottom;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;;
}

.footerlogos img{
	width: 50%;
	float: left;
}

}









@media only screen and (max-width: 39.9375em) {

.logo {
    margin-top: 15px;
    position: absolute;
    margin-left: 5px;
}

.header {
    height: 145px;
    padding-right: 0px;
    width: 100%;
    position: relative;
    background: #000;
}

.header_title {
    margin-top: 0px;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

.header_title h2{
	font-size: 42px;
}

.black {
    background: url(../img/black.png);
    padding: 0 0 165px 0;
}

h2 {
    font-size: 32px;
    font-weight: 400;
}

h3 {
    font-size: 24px;
    font-weight: 900;
}


.main h1 {
    margin-top: 150px;
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    font-weight: 900;
}

.listing h3 {
    margin-top: 0px;
}

.visacalltoaction h3 {
    display: inline-block;
    font-size: 24px;
}

.bottomwave {
    height: 130px;
}


.listing {
    border-bottom: 1px solid #fff;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.listing .button {
    color: #fff;
    margin-top: 15px;
}

.homeservices {
    text-align: center;
    margin-top: 30px;
}

.calltoaction {
    background-color: #B40000;
    color: #fff;
    padding: 42px 0;
    text-align: center;
    margin: 70px 0 40px;
}

.calltoaction .button {
    background-color: #fff;
    color: #B40000;
    margin-left: 0px;
    margin-top: 0px;
}

.visacalltoaction {
    background-color: #c50102;
    color: #fff;
    padding: 20px;
    text-align: center;
    background: url(../img/Call-to-action-bar.jpg) no-repeat center bottom;
}


.footerlogos img{
	max-width: 200px;
	float: left;
}

.footer {
    background: #000;
    color: #fff;
    padding: 20px 0;
    line-height: 19px;
    font-size: 13px;
}


}










/* IE 
-----------------------------------------------------------*/
.ie8 .row               { width:1000px !important; }
.ie8 .row .row			{ width:100%   !important; }
.ie8 .row .row .row     { width:100%   !important; }
.ie8 .large-centered    { width:100%   !important; }
.ie8 .columns           { float:left; padding: 0 20px;}
.ie8 .large-1.columns   { width:  8%; }
.ie8 .large-2.columns   { width: 15%; }
.ie8 .large-3.columns   { width: 25%; }
.ie8 .large-4.columns   { width: 33%; }
.ie8 .large-5.columns   { width: 40%; }
.ie8 .large-6.columns   { width: 50%; }
.ie8 .large-7.columns   { width: 58%; }
.ie8 .large-8.columns   { width: 66%; }
.ie8 .large-9.columns   { width: 75%; }
.ie8 .large-10.columns  { width: 83%; }
.ie8 .large-11.columns  { width: 90%; }
.ie8 .large-12.columns  { width: 100%;}
.ie8 .hide-for-large-up { display:none; }





/* Visibility Classes 
-----------------------------------------------------------*/	

@media only screen { /* small displays */
	.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 40.063em) { /* medium displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 64.063em) { /* large displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 90.063em) { /* xlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 120.063em) { /* xxlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}