/*
Theme Name: Beck & Caul
Theme URI: http://www.beckandcaul.co.nz
Author: Beck & Caul
Version: 1.0

*/


/* =Reset default browser CSS. 
-------------------------------------------------------------- */

/*ARROWS*/
@font-face {
    font-family: 'Arrows';
    src: url('fonts/arrows/Glyphter.eot');
    src: url('fonts/arrows/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('fonts/arrows/Glyphter.woff') format('woff'),
         url('fonts/arrows/Glyphter.ttf') format('truetype'),
         url('fonts/arrows/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Generated by Glyphter (http://www.glyphter.com) on  Wed Sep 07 2016*/
@font-face {
    font-family: 'Glyphter';
    src: url('fonts/Glyphter.eot');
    src: url('fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('fonts/Glyphter.woff') format('woff'),
         url('fonts/Glyphter.ttf') format('truetype'),
         url('fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
	display: inline-block;
   font-family: 'Glyphter';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-facebook:before{content:'\0041';}
.icon-twitter:before{content:'\0042';}
.icon-googleplus:before{content:'\0043';}
.icon-youtube:before{content:'\0044';}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

html, body {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Ubuntu', 'Arial', sans-serif;
	font-size: 16px;
	line-height: 18pt;
	letter-spacing: -0.5px;
}



html {  position:relative; overflow-x:hidden; }

p {margin-bottom:10px;}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
img{ max-width:100%;}
h1{
	color:#434343;
	font-size:24px;
	font-weight:bold;
}

ol, ul{ margin-left:20px; padding-left:5px; }

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.logo{ 	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */ }	

	
a:hover, a:link, a:visited{
	color:black;
	text-decoration:none;
}
.acf-map {
	width: 100%;
	height: 300px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
#sending, #sent{display:none;}
input, select, textarea{box-sizing: border-box;}

#savetarget{ padding: 0; margin: 0; border: 0; display: block; width: 0; height: 0; }

.ninesixty{ width:960px; position:relative; margin:0 auto; }
.clear{clear:both;}
.cl5{ height:5px;}
.cl10{ height:10px;}
.cl20{height:20px;}
.cl30{height:30px;}
.cl40{height:40px;}
.cl50{height:50px;}
.cl60{height:60px;}
.cl70{height:70px;}
.cl80{height:80px;}
.cl90{height:90px;}
.cl100{height:100px;}
.smartphoneonly{ display: none; }

div, input, span{ transition:all 0.5s ;  -webkit-transition:all 0.5s ;  -o-transition:all 0.5s ;  -moz-transition:all 0.5s  }
.mapdiv, .mapdiv div, div#map, #map div{ transition:all 0s ;  -webkit-transition:all 0s ;  -o-transition:all 0s ;  -moz-transition:all 0s }
.mapdiv{ width:100%; height:100%; }

::selection {
  background: #2bbbdb; /* WebKit/Blink Browsers */
  color:#FFF;
}
::-moz-selection {
  background: #2bbbdb; /* Gecko Browsers */
   color:#FFF;
}

.menu {
	flex: 1;
}

/*Enquiry form*/
	.enquiry_form{ margin-bottom:70px; clear:both; display:block;  }
	.enquiry_form .fields input, .enquiry_form .fields textarea{ width:100%; display:block; margin-bottom:10px; padding:10px 10px; font-size:16px;  font-family:inherit; border:1px solid #acacac; }
	.enquiry_form input[type="checkbox"]{ width:20px;  display:inline-block; position:relative; top:13px; margin-right:10px;}
		.enquiry_form input[type="checkbox"]:checked{ background-color:#f6c212;  }
	.enquiry_form .fields textarea{ height:150px;}
	.enquiry_form .fields label{ text-transform: uppercase; font-family: 'Raleway', sans-serif;}
	.enquiry_form .fields input[type="submit"]{ width:150px; float:right; margin-right:0%; background:#f6c212; border:0; padding:15px 0; color:#FFF; text-transform:uppercase; font-weight:bold; }
	.field_grid{ display:grid; grid-template-columns:repeat(2, 1fr); grid-column-gap:20px; }
	#formdiv .yellow_text_sub{ margin:20px 0 10px 0;}
	.fields:nth-child(1), .fields:nth-child(4), .fields:nth-child(17), .fields:nth-child(19), #formdiv .div, .fields:nth-child(21), .fields:last-of-type, #formdiv .yellow_text_sub{  grid-column: auto /span 2; }


/*FOOTER*/
.footer_contact div {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14pt;
	line-height: 20pt;
	font-weight: lighter;
}
.footer_contact h1 {
	color: white;
	line-height: 30pt;
	font-size: 25pt;
	font-weight: initial;
}
.footer_image img {
	height: 100%;
	width: 100%;
}
.partner_logos {
	background-color: rgb(0, 92, 141);
	height: 100px;
	display: flex;
	align-items: center;
}
.partner_logos div {
	display: inline;
	padding: 15px;
	margin: 0 auto;
}
.partner_logos div img{ max-height:50px;}
.awards {
	background-color: rgb(0, 26, 56);
	padding: 60px 0;
	width: 100%;
	display: flex;
    justify-content: center;
}
.awards_container {
	max-width: 55%;
    display: flex;
    align-items: center;
}
.award {
	font-size: 11px;
    flex: 1 40%;
}
.award div {
	display: inline;
}
.award .year {
	padding-right: 3px;
}
.award .title {
	color: white;
}
.award_ribbon {
	display: flex;
    flex: 1;
}

.awards_text_holder {
	display: flex;
    height: 91px;
	flex: 2;
	justify-content: center;
}

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

.footer_bottom {
	background: rgb(0, 19, 43);
	height: 40px;
}

.two_columns {
	display: inline-block;
	-webkit-columns: 2 550px;
	-moz-columns: 2 550px;
	columns: 2 550px;
}
.three_columns {
	display: inline-block;
	-webkit-columns: 3 220px;
	-moz-columns: 3 220px;
	columns: 3 220px;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

/*DEFAULT*/
	.header{top:0;top: 0;z-index: 10;  padding: 0 30px 5px 30px; display: flex; flex-direction: row;}
	.nav-up { top: -115px !important; }
	.nav-up .logo{ margin-top: -215px;}
	.header_slider{ height:535px; }
		.hs_image{ height:535px; background-size:cover !important; background-position:50% !important;}
		.flexslider .slides > li {    position: relative;    width: 100%;    height: 535px;    background: #444; }
		.slider_title{ position:absolute; bottom:10%; right:20%; margin-left:-50px; text-transform: lowercase; border-top: 6px solid rgb(248, 211, 9); border-bottom: 6px solid rgb(248, 211, 9); padding: 15px; width: 250px; text-align: center;}
			.slider_title h1{ color:#FFF; font-size:50px; line-height:50px; font-weight: initial; }
			.slider_title h2{ color:#FFF; font-size:30px; line-height:30px;}

/*HOME*/


/*CONTACT*/
	#sending, #sent{display:none;}
	.fields input, .fields textarea{ width:80%; display:block; margin-bottom:10px; padding:5px 10px; font-size:16px; font-family: 'Raleway', sans-serif;}
	.fields textarea{ height:150px;}
	.fields label{ text-transform: uppercase; font-family: 'Raleway', sans-serif;}
	.fields input[type="submit"]{ width:90px; float:right; margin-right:20%; background:#DFDDDC; border:0; }
	
	.contact_content { margin-top: 100px; margin-bottom: 100px; display: flex;}
	.contact_content .left_half p, .contact_content .left_half div { text-align: center; padding-right: 25%; padding-left: 5%; padding-bottom: 2%; font-weight: lighter; }
	.contact_content .left_half hr { width: 200px; height: 5px; }
	.contact_content .right_half { padding-left: 0; margin-left: 0;}
	.contact_content input, .contact_content textarea { background-color: rgb(230, 230, 230); border: none; color: rgb(160, 160, 160); }
	.contact_content input[type=submit] { background-color: rgb(1, 137, 200); color: white; }
	.contact_content .g-recaptcha { padding-bottom: 15px;}

/*MENU*/
	.main_menu{ z-index:9999; position:fixed; top:0; left:0; width:100%; box-sizing:border-box; background:rgba(255,255,255,0.7);  }
	.menubar{width: 100%;float:right;bottom:0;right:0;text-align:left; box-sizing:border-box; }
	.submenu{ display:none; }
	

	.page_item	{		list-style: none;		padding: 0;		margin: 0;	float:right; position:relative; position:relative;  font-size: 14px;}
	.page_item a:hover { color: rgb(1, 137, 200); }
/* 	.page_item a:first-of-type{ line-height:70px;} */
	.page_item > li	{		position: relative;		float: right;		height: 40px;		width: auto;		background: transparent;		display:block;		padding:100px 10px 20px 0px; 	}
	/*.current-menu-item, .current_page_parent {background: #be001a !important;}*/
	.page_item a {		text-transform:lowercase;	padding: 0 20px;	display: block;	font-weight:600;	}
	.menu_item_has_children:hover .first_level_submenu{visibility:visible; opacity:1; height:auto; }
	.first_level_submenu{ width:auto;position:absolute;left: 50%;list-style: none;clear:both;text-align:left;box-sizing:border-box;padding:10px 0px; display:block; visibility:hidden; opacity:0; transition:all 0.2s ;  -webkit-transition:all 0.2s ;  -o-transition:all 0.2s ;  -moz-transition:all 0.2s ; height:0; z-index: 9999;}
	.first_level_submenu li{position:relative;left:-50%;display:block;top:auto;margin-left: -35px;background-color: white;}
/* 	.first_level_submenu li:first-child{border-top:10px solid rgb(0,194,223);} */
/* 	.first_level_submenu li:last-child, .first_level_submenu li:last-child(1), .first_level_submenu li:last-child(2){ border-bottom:10px solid rgb(0,194,223);  } */
	.first_level_submenu a{line-height:30px !important;white-space:nowrap;text-transform:none;padding:0 20px;text-align:center;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;text-transform: lowercase;margin: 0;}
	.first_level_submenu li:hover a, .current-submenu-item a{ color:rgb(0,194,223); display:block; }

	.submenu_item_has_children{ position:relative; }
	.submenu_item_has_children:after{content:'A';font-family:'Arrows';-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);transform: rotate(-90deg);position:absolute;right:10px;color: #264348;z-index: 999;top: 4px;}
	.submenu_item_has_children:hover .second_level_submenu{visibility:visible; opacity:1; height:auto;  }
	.submenu_item_has_children:hover .second_level_submenu{visibility:visible; opacity:1; height:auto;  }
	.second_level_submenu{ width:auto;position:absolute;top:0;left: 100%; z-index:10; list-style: none;margin-top:-10px;clear:both;text-align:left;box-sizing:border-box;padding:10px 0px;width: auto; display:block; visibility:hidden; opacity:0; transition:all 0.2s ;  -webkit-transition:all 0.2s ;  -o-transition:all 0.2s ;  -moz-transition:all 0.2s ; height:0; }
	.first_level_submenu .second_level_submenu li{ position:relative; left:0%;display:block; top:auto; background:rgba(255,255,255,0.4) !important; margin-left:-20px; }
	.second_level_submenu li:first-child, .second_level_submenu li:last-child{ border:0; }
	.second_level_submenu a{ line-height:30px !important; white-space:nowrap; text-transform:none; background:rgba(255,255,255,0.4) !important; padding:0 20px; text-align:center;transition:all 0.2s ;  -webkit-transition:all 0.2s ;  -o-transition:all 0.2s ;  -moz-transition:all 0.2s ;  }
	.second_level_submenu a:hover, .current-submenu-item a{ background:#fff !important; display:block; }
	.first_level_menu{ padding: 0; margin: 0;}
	.first_level_menu .menu_item:first-child .first_level_submenu .second_level_submenu, .first_level_menu .menu_item:nth-of-type(2) .first_level_submenu .second_level_submenu, .first_level_menu .menu_item:nth-of-type(3) .first_level_submenu .second_level_submenu{ left:unset; right:100%;}
	.first_level_menu .menu_item:first-child a {
		/* padding-right: 0px; */
	}


	.mobileonly{ display:none; }
	.smartphoneonly{ display:none; }
	.mobilemenu_button{margin-top: 0;position: fixed;z-index: 99991;right: 15px;cursor:pointer;top: 0;width: 67px;height: 37px;}	
	.mobilemenu_button:before{content:'d'; transform:scaleY(0.6); font-weight:bold;font-family:'Arrows';color:#FFF;display:block;position:absolute;right:0px;font-size:39px;top:15px;line-height:40px;padding:0 10px;color:#0189C8; z-index: 99999;}
	.mobilemenu_button:hover:before{ color:rgb(0,40,86); }
	.mobilmenu{z-index: 21474836471;right: -100%;position: fixed;width: 88%;background: rgba(1, 137, 200, 0.94);height: 100%;top: 0;/* z-index: 0; */box-sizing: border-box;padding: 47px 0 50px 34px;overflow: scroll;transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;}
	.mobilmenushow{right: 0;}
	.mobilmenu ul{clear:both;position: relative;top: 0;text-align: left;padding: 0 0 6px;float: none;visibility: visible;opacity: 1;height: auto;}
	.mobilmenu li{list-style: none;float: none;display: block !important;clear:both;display:block;width:100%;padding: 3px 6px;/* background:rgb(0,194,223); */box-sizing:border-box;margin-bottom:5px;text-align: left;left: 0;margin: 6px 0;}
	.mobilmenu li ul {margin-left: 0;left: 0;/* background: rgba(0,0,0,0.3); */}
	.mobilmenu li ul li{padding: 5px 0;text-align: left;background: transparent;}
	.mobilmenu a{color: #FFF !important;display:block;clear:both;padding: 10px 0;text-transform: lowercase;line-height:20px !important;font-size: 21px;/* margin: 10px 0; */}
	.mobilmenu li ul li a{text-align: left;}
	.mobilmenuclose{float:right;background: rgba(0,0,0,0.1);color:#FFF;font-size: 24px;padding: 11px 16px 11px;text-align:Center;margin-bottom:5px;cursor:pointer;position: absolute;z-index: 99992;right: 0;bottom: 0;}
	.mobilmenuclose span{  display:none}

	.mobmenu{ width:100%; box-sizing: border-box; clear:both;}
	.mobmenu span{ text-transform: uppercase; background:rgba(255,255,255,0.1); width:100%; display:block; padding:20px 30px; margin-bottom: 5px; box-sizing:border-box;}
	.mobmenu .menu-item:hover:after, .mobmenu .current_page_item:after, .mobmenu .parent_of_current_page:after, .mobmenu .current_page_parent:after, .current-menu-item:after { display:none; }
	.mobilmenu .current_page_item{ background:#001A38; }
	.mobilmenu .menu-item .sub-menu a{text-align:left;padding: 0;}
	.mobilmenu .menu-item .sub-menu li:first-of-type{padding: 11px 0 0 0;}
	.mobilmenu .menu-item .sub-menu li:last-of-type{ padding:0 0 0px 0; }

	.current-menu-item a { color: rgb(1, 137, 200); }

.logo {
	display: flex;
    align-self: flex-end;
    width: 200px;
}

.header_contact {
	float: right;
	font-size: 18px;
	/*margin-right: 20px;*/
	margin-bottom: 5px;
}

.header_contact div {
	display: inline-block;
}

.header_contact .facebook {
	height: 55px;
    width: 50px;

}

.header_contact .phone_number {
	padding-right: 30px;
}


.header_contact .call_us {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
.header_contact .call_us img {
	padding-right: 10px;
}

.service_icons_outer {
	background-color: rgb(230, 230, 230);
	width: 100%;
	display: table;
	text-transform: lowercase;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
}

.service_icon {
	width: 20%;
	float: left;
	position: relative;
	padding-bottom: 60px;
}

.service_icons_outer h3 {
	font-size: 24pt;
	line-height: 32pt;
	padding-bottom: 60px;
}

.service_icon .title {
	padding-top: 15px;
}
.homeboxes {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	flex-wrap: wrap;
}
.homeboxes>* {
	/*flex: 1 2 250px;*/
	width: 100%;
}
.homebox {
	position: relative;
	display: block;
	width: 100%;
}

.homebox .row {
	display: block;
	width: 100%;
	height: 244px;
}

.homebox a {
	width: 100%;
	display: block;
}
	.homebox a .row{ height:100px;}
.homebox .title {
	text-align: center;
	text-transform: uppercase;
	color: white;
	height: auto;
	display: block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 36px;
	font-weight: bolder;
	/* word-spacing: 9999999px; */
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}

.homebox .image {
	height: 244px;
	display: block;
	position: relative;
	background-size: cover !important;
}

.homebox_wrapper:nth-child(1) .row {
	background-color: rgb(122, 174, 198);
}
.homebox_wrapper:nth-child(2) .row {
	background-color: rgb(1, 137, 200);
}
.homebox_wrapper:nth-child(3) .row {
	background-color: rgb(0, 92, 141);
}
.homebox_wrapper:nth-child(4) .row {
	background-color: rgb(1, 44, 77);
}

.homebox_wrapper:nth-child(5) .row {
	background-color: rgb(246, 194, 18);
}
.homebox_wrapper:nth-child(6) .row {
	background-color: rgb(249, 219, 4);
}

.homebox .layer {
	height: 244px;
}

.homebox:nth-child(1) .layer {
	background-color: rgba(1, 137, 200, 0.4);
}
.homebox:nth-child(2) .layer {
	background-color: rgba(0, 92, 141, 0.4);
}
.homebox:nth-child(3) .layer {
	background-color: rgba(1, 44, 77, 0.4);
}
.homebox:nth-child(4) .layer {
	background-color: rgba(246, 194, 18, 0.4);
}
.homebox:nth-child(5) .layer {
	background-color: rgba(249, 219, 4, 0.4);
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.two_columns_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.two_columns_box>* {
	flex: 1 1 20%;
}
.left_half {
	float: left;
	left: 0;
	position: relative;
	min-width: 50%;
}
.right_half {
	float: left;
	box-sizing: border-box;
	position: relative;
	min-width: 50%;
}

.logo_placement {
	display: flex;
	justify-content:  flex-end;
	padding-right: 10%;
}

.text_placement {
	display: flex;
	height: 100%;
	align-items: center;
	text-align: justify;
	padding: 0 50% 0 10%;
	margin: 0;
	font-size: 14px;
	line-height: 15pt;
	font-weight: lighter;

}
	.text_placement a{ color:inherit; font-style:italic;}

.blue_text {
	color: rgb(1, 137, 200);
}
.yellow_text {
	color: rgb(248, 211, 9);

}
.yellow_text_sub{
	color: rgb(248, 211, 9);
	font-size: 22px;
}
.small_text {
	font-size: 12pt;
	line-height: 15pt;
	font-weight: 400;
}
.medium_text, .medium_text p {
	font-size: 18pt;
	line-height: 24pt;
}
.blue_semitrans {
	background-color: rgba(1, 137, 200, 0.6);
	color: white;
}
.light_blue_bg {
	background-color: rgb(1, 137, 200);
	color: white;
}
.med_blue_bg {
	background-color: rgb(0, 92, 141);
	color: white;
}
.center {
	text-align: center;
}
.vert_centre_outer {
	display: table;
	height: 100%;
	width: 100%;
}
.vert_centre {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}

hr {
	background-color: rgb(248, 211, 9);
	border: none;
	width: 80px;
	height: 8px;
}

.title_text_subtext {
	width: 100%;
	display: block;
	align-items: center;
	padding-top: 140px;
	padding-bottom: 140px;
}

.title_text_subtext .title {
	padding-bottom: 40px;
	color: rgb(27, 39, 86);
	line-height: 36pt;
	font-size: 28pt;
	width: 30%;
	letter-spacing: -2px;
}
.title_text_subtext .text {
	padding-top: 20px;
	padding-bottom: 20px;
}
.title_text_subtext div {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.bullet_points_image {
	width: 100%;
}
.bullet_points_image .content {
	background-color: rgb(242, 242, 242);
	display: table-cell;
}
.bullet_points_image .content .large_left_margin {
	height: 100%;
	padding: 10% 0;
}
.bullet_points_image h2 {
	font-size: 18pt;
	line-height: 32pt;
}
.bullet_points_image ul {
	list-style-image: url('img/yellow_bullet.png');
	line-height: 18pt;
}
.bullet_points_image li {
	font-weight: bolder;
	line-height: 20pt;
	padding-left: 1em;
}
.bullet_points_image .right_half .image_holder {
	display: block;
	min-height: 300px;
	height: 100%;
	background-size: cover !important;
	line-height: 0;
}

.newsletter_signup {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: rgb(230, 230, 230);
}
.newsletter_signup .title {
	font-size: 32pt;
	line-height: 48pt;
	letter-spacing: -2px;
}
.newsletter_signup .text {
	padding-top: 20px;
	padding-bottom: 40px;
}
.newsletter_signup input[type=text] {
	line-height: 24pt;
	font-size: 18pt;
	width: 450px;
	border-radius: 30px 0 0 30px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	margin-right: -5px;
}
.newsletter_signup input[type=submit] {
	color: white;
	background-color: rgb(248, 211, 9);
	line-height: 24pt;
	font-size: 18pt;
	border-radius: 0 30px 30px 0;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}
.newsletter_signup .mc_signup_submit, .newsletter_signup .mc_merge_var {
	display: inline;
}

.newsletter_signup .mc_header_email {
	margin-right: 10px;
}

.service_subheader {
	display: flex;
}
.service_subheader .left_half, .logo_and_text .right_half {
	padding-top: 60px;
	padding-bottom: 60px;
}
.service_subheader .large_right_margin {
	padding-left: 57px;
	font-size: 14px;
	line-height: 15pt;
	font-weight: lighter;
}

.service_title {
	margin-top: 10%;
	text-align: center;	
	padding-bottom: 20px;
}
.service_title div {
	line-height: 32pt;
	font-size: 24pt;
}
.service_title .subtitle {
	padding-bottom: 5%;
    padding-right: 13%;
    letter-spacing: -1px;
    padding-left: 13%;
}

.service_subfooter {
	min-height: 500px;
}
.service_subfooter .left_half, .service_subfooter .right_half {
	background-size: cover !important;
	display: flex;
	/* background-position: 50% !important; */
}
.service_subfooter img {
	min-height: 100%;
	min-width: 100%;
}
.service_subfooter .right_half .two_columns_box .right_half {
	display: table-cell;
	min-width: 50%;
}
.service_subfooter .layer {
	background-color: rgba(1, 137, 200, 0.4);
	height: 100%;
	width: 100%;
}
.special_offer {
	background-color: rgb(77, 77, 77);
	display: block !important;	

}
.special_offer .banner_holder {
	position: relative;
	height: 120px;
	width: 100%;
}
.special_offer .banner {
	background-color: rgb(246, 194, 18);
	color: white;
	text-align: center;
	font-size: 36pt;
	line-height: 48pt;
	position: absolute;
	top: 40px;
	height: 80px;
	width: 100%;
	transform: rotate(-0.01turn);
}
.special_offer .title {
	color: rgb(246, 194, 18);
	font-size: 32pt;
	line-height: 40pt;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 30px;
	font-weight: bold;
}
.special_offer .text {
	text-align: center;
	color: white;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 30px;
	font-weight: lighter;
}
.special_offer .link {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.special_offer .link a {
	color: rgb(246, 194, 18);
	font-size: 24pt;
	line-height: 32pt;
	text-decoration: none;
	font-weight: normal;
}
.special_offer .link a:hover {
	font-weight: bold;
}

.yellow_circle_bullets {
	margin-left: -32px;
}
.yellow_circle_bullets ul {
	list-style-image: url('img/yellow_circle.png');
	line-height: 18pt;
}
.yellow_circle_bullets li {
	padding-bottom: 12px;
}
.yellow_circle_bullets li span {
	width: 10%;

}

.service_body_horizontal {
	display: flex;
	padding-top: 40px;
	padding-bottom: 80px;
}
.service_body_horizontal div {
	line-height: 18pt;
	font-size: 12pt;
}
.service_body_horizontal .left_half {
	margin-top: 0px;
}
.service_body_horizontal .right_half {
	text-align: left;
}
.service_body_horizontal .right_half ul {
	text-align: left;
}
.service_body_horizontal li {
	line-height: 18pt;
	font-size: 12pt;
}

.service_body_vertical {
	padding-top: 20px;
	padding-bottom: 15%;
	
}
	.service_body_vertical.page277{ padding-bottom:70px; }
.service_body_vertical .bottom {
	padding-top: 40px;
	text-align: center;
	font-size: 16px;
}
.service_body_vertical .bottom ul {
	text-align: left;
}

.our_team {
	display: grid;
	margin-top: 5%;
	margin-bottom: 5%;
}
.team_wrapper {
	margin-top: 40px;
	margin-bottom: 80px;
}
.team_member {
	width: 30%;
	float: left;
	margin: 15px;
	height: 340px;
	background-size: cover !important;
}
.team_caption {
	margin-top: 255px;
	padding: 20px;
	font-size: 25px;
    font-weight: 100;
}

.large_left_margin {
	margin-left: 55%;
	margin-right: 5%;
}

.large_left_margin_sub {
	margin-left: 73%;
	margin-right: 5%;
}
.large_right_margin {
	margin-left: 5%;
	margin-right: 18%;
}
/*POSTS*/



/*RESPONSIVE*/
	
	@media only screen and (max-width:1920px){
		
	}

	@media only screen and (max-width:1280px){
		
	}

	@media only screen and (max-width:960px){
		.mobilemenu_button{ display: block; }
		body, html{max-width:100%; position:relative; }
		.desktoponly{ display:none !important;}		
		.ninesixty{ width:100%;}
		.homeboxes {	grid-template-columns: repeat(2,1fr); }
	}

	@media only screen and (max-width:767px){
	  .homeboxes {	grid-template-columns: 1fr; }
	  .mobileonly { display:block; }
	   body, html { width:100%; }
	  .ninesixty { width:100%; }
	  .header_contact { display: none }
	  .logo { padding: 20px 10px 10px 20px; float: left; width: 180px; }
	  .slider_title h1 { color:#FFF; font-size:30px; line-height:30px; font-weight: initial; }
	  .slider_title h2 { color:#FFF; font-size:20px; line-height:30px; }
	  .slider_title { position:absolute; bottom:20%; right:10%; margin-left:-80px; width: 150px; text-align: center; }
	  .header { height: 70px; position: fixed; background: white; z-index: 10; width: 100%; }
	  .title_text_subtext .title { line-height: 30pt; font-size: 20pt; width: 61%; letter-spacing: 0px; }
	  .title_text_subtext { padding-top: 80px; padding-bottom: 80px; }
	  .title_text_subtext .text {font-size: 14px; letter-spacing: 1px; } 
	  .large_left_margin { margin-left: 5%; margin-right: 5%; padding-bottom: 10%; text-align: center; }
	  .bullet_points_image li { padding-left: 0em; font-size: 12pt; }
	  .newsletter_signup { padding: 12% 5% 12% 5%; }
	  .newsletter_signup .title { font-size: 25pt; line-height: 28pt; }
	  .newsletter_signup .text {padding-left: 5%; padding-right: 5%; font-size: 12pt; }
	  .newsletter_signup .mc_header_email { margin-bottom: 20px; display: block; }
	  .newsletter_signup input[type=text] { width: 45%; }
	  .partner_logos { height: auto; display: flex; flex-direction: column; }
	  .award { flex: 100%; flex-direction: column; }
	  .service_subheader { display: flex; flex-direction: column; height: auto; }
	  .logo_placement { display: flex; justify-content: center; padding-right: 0px; padding-left: 0px; }
	  .text_placement { display: flex; align-items: center; text-align: center; padding: 10% 12% 10% 12%; font-size: 14px; line-height: 15pt;font-weight: lighter; }
	  .awards_text_holder { display: flex; flex-direction: column; height: auto; flex: 2; flex-direction: column; }
	  .awards_container { max-width: 80%; text-align: center; display: flex; flex-direction: column; height: auto; padding-left: 5%; text-align: center; }
	  .award_ribbon { display: unset; padding-bottom: 8%; }
	  .service_body_horizontal { display: flex; padding-top: 40px; padding-bottom: 80px; flex-direction: column; }
	  .yellow_text_sub { color: rgb(248, 211, 9); font-size: 22px; padding-left: 22%; }
	  .right_half_bullets { text-align: left; padding-left: 15%; padding-bottom: 15%; }
	  .header_slider { height: auto; }
	  .subtitle { padding-bottom: 20px; letter-spacing: -1px; padding-left: 8%; padding-right: 8%; }
	  .service_body_horizontal { display: flex;  padding-top: 1%;  padding-bottom: 3%; flex-direction: column; }
	  .two_columns_box { width: auto; display: flex; flex-direction: column; height: auto; flex-wrap: nowrap; }
	  .subfooter_image { display: none !important; }
	  .footer_image { display: none; }
	  .top { margin-left: 5%; padding-bottom: 10%; margin-right: 5%; text-align: center; }
	  .service_body_vertical .bottom { text-align: left; padding-left: 15%; }
	  .special_offer {	padding-bottom: 10%;}
	  .team_member { width: auto; }
	  .team_wrapper { display: flex; flex-direction: column;  justify-content: center; }
	  .contact_content { padding-left: 8%; }
	  .fields input, .fields textarea { width: 91%; }
	  .fields input[type="submit"] { margin-right: 9%; }
	  .medium_text { padding-left: 8%; }
	}
	
	@media only screen and (max-width:414px){
	
	}

	@media only screen and (max-width:360px){
	  
	}