/*
	Theme Name: Edison
	Theme URI: http://www.deeprootdesign.com
	Description: HTML5 WordPress Theme
	Version: 1.4.4
	Author: Benjamin Motal (@benjaminmotal)
	Author URI: http://www.deeprootdesign.com
	Tags: Blank, HTML5, CSS3

	License: -
	License: -
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'gotham_htf_bookregular',serif;
	color: #404040;
	background: #FFF;
	position: relative;
}
.animsition {
	background: #FFF;
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
	image-rendering: -moz-crisp-edges;         /* Firefox */
	                   image-rendering:   -o-crisp-edges;         /* Opera */
	                   image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	                   image-rendering: crisp-edges;
	                   -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
a {
	color: #f34f0f;
	text-decoration:none;
}
a:hover {
	color: #000000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

.graybg {
	background: #F5F5F5;
}

.bluebg {
	background: #f34f0f;
	color: #FFF;
}

.blackbg {
	background: #000;
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
}
.blackbg h3 {
	color: #f34f0f;
	font-size: 48px;
	text-transform: uppercase;
}
.blackbg p {
	color: #FFF;
}
.blackbg .btn1 {
	background: #f34f0f;
	color: #000;
}
.blackbg .btn1:hover {
	background: #FFF;
	color: #000;
}

.home-banner-one {
	background: url('img/banner1.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	color: #FFF;
	padding-top: 11%;
	padding-bottom: 11%;
}

.home-banner-one.two {
	background: url('img/banner2.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	color: #FFF;
	padding-top: 13%;
	padding-bottom: 11%;
}

.home-banner-one h2 {
	color: #FFF;
}
.home-banner-one .home-intro p{
	font-size: 18px;
	line-height: 1.6em;
	font-family: 'gotham_htf_bookregular';
}
.home-banner-one .btn1 {
	background: #FFF;
	color: #000;
}
.home-banner-one .btn1:hover {
	background: #f34f0f;
	color: #FFF;
	opacity: 1;
}

.our-testimonials h4 {
	font-family: 'gotham_htf_lightregular';
	color: #404040;
	line-height: 1.5em;
}

.circle {
	-webkit-border-radius: 200px;
	border-radius: 200px;
}


.fmap {
	background: url('img/fmap.jpg') no-repeat top right -200px;
	padding-bottom: 400px;
}

textarea:focus, input:focus{
    outline: none;
}


.fullbgblock {
	background: url('img/banner1.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;

}
.fullbgcentercenter {
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;

}

/* Mobile Deb Helper (hide when live) */

.mobile-dev-helper {
	display: none !important;
	/* display: block; */
	position: fixed;
	bottom: 5px;
	left: 5px;
	font-size: 10px;
	padding: 4px;
	color: #aaa;
	z-index: 99999;
}
.mobile-dev-helper span {
	display: none;
}



/*------------------------------------*\
    FONTS
\*------------------------------------*/


/* Berthold Akzidenz Grotesk Font-Face Load */

@font-face {
  font-family: "Berthold Akzidenz Grotesk Bold Extended";
  src: url("fonts/Berthold-Akzidenz-Grotesk-Bold-Extended.eot");
  src: url("fonts/Berthold-Akzidenz-Grotesk-Bold-Extended.eot?#iefix") format("eot"), url("fonts/Berthold-Akzidenz-Grotesk-Bold-Extended.woff") format("woff"), url("../fonts/Berthold-Akzidenz-Grotesk-Bold-Extended.ttf") format("truetype"), url("fonts/Berthold-Akzidenz-Grotesk-Bold-Extended.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}



/* Gotham Font-Face Load */

@font-face {
    font-family: 'gotham_htf_lightregular';
    src: url('fonts/gothamhtf-light-webfont.eot');
    src: url('fonts/gothamhtf-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-light-webfont.woff') format('woff'),
         url('fonts/gothamhtf-light-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-light-webfont.svg#gotham_htf_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htf_bookregular';
    src: url('fonts/gothamhtf-book-webfont.eot');
    src: url('fonts/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-book-webfont.woff') format('woff'),
         url('fonts/gothamhtf-book-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-book-webfont.svg#gotham_htf_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htf_mediumregular';
    src: url('fonts/gothamhtf-medium-webfont.eot');
    src: url('fonts/gothamhtf-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-medium-webfont.woff') format('woff'),
         url('fonts/gothamhtf-medium-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-medium-webfont.svg#gotham_htf_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htfbold';
    src: url('fonts/gothamhtf-bold-webfont.eot');
    src: url('fonts/gothamhtf-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-bold-webfont.woff') format('woff'),
         url('fonts/gothamhtf-bold-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-bold-webfont.svg#gotham_htfbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htf_ultraregular';
    src: url('fonts/gothamhtf-ultra-webfont.eot');
    src: url('fonts/gothamhtf-ultra-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-ultra-webfont.woff') format('woff'),
         url('fonts/gothamhtf-ultra-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-ultra-webfont.svg#gotham_htf_ultraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Gotham Condensed Font-Face Load */

/*@font-face {
    font-family: 'gotham_htflight_condensed';
    src: url('fonts/gothamhtf-lightcondensed-webfont.eot');
    src: url('fonts/gothamhtf-lightcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-lightcondensed-webfont.woff') format('woff'),
         url('fonts/gothamhtf-lightcondensed-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-lightcondensed-webfont.svg#gotham_htflight_condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

}*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

.text-align-center {
	text-align: center;
}
.smaller-text {
	font: .9em/1.6 'gotham_htf_bookregular',serif;
}

p {
	margin: 0 0 34px;
}

strong {
	font-family: "gotham_htfbold";
}



h1 {
	font-family: "Berthold Akzidenz Grotesk Bold Extended";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 1.15em;
	margin-bottom: 20px;
	color: #000;
}
h2 {
	font-family: "Berthold Akzidenz Grotesk Bold Extended";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 1.15em;
	margin-bottom: 20px;
	color: #000;
}
h3 {
	font-family: "Berthold Akzidenz Grotesk Bold Extended";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.15em;
	margin-bottom: 20px;
	color: #000;
}
h4 {
	font-family: "Berthold Akzidenz Grotesk Bold Extended";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1.15em;
	margin-bottom: 20px;
	color: #000;
}
h5 {
	font-family: "Berthold Akzidenz Grotesk Bold Extended";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.15em;
	margin-bottom: 20px;
	color: #000;
}
h6 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	margin: 30px 0 15px;
}





/*------------------------------------*\
    STRUCTURE - LAYOUT
\*------------------------------------*/

.mobile-hide {

}
.mobile-show {
	display: none !important;
}


.wrapper {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.container {
	width:100%;
	margin: 0 auto;
	padding: 0 7%;
	position: relative;
	max-width: 1520px;
}


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	position: relative;
}
.col-full {
	display: block;
	float:left;
	margin: 0;
	position: relative;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.53%;
}

.span_10_of_12 {
	width: 83.06%;
}

.span_9_of_12 {
	width: 74.6%;
}

.span_8_of_12 {
	width: 66.13%;
}

.span_7_of_12 {
	width: 57.66%;
}

.span_6_of_12 {
	width: 49.2%;
}

.span_5_of_12 {
	width: 40.73%;
}

.span_4_of_12 {
	width: 32.26%;
}

.span_3_of_12 {
	width: 23.8%;
}

.span_2_of_12 {
	width: 15.33%;
}

.span_1_of_12 {
	width: 6.86%;
}


/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}


/*  NO MARGIN GRID OF TWELVE  */
.col-full.span_12_of_12 {
	width: 100%;
}

.col-full.span_11_of_12 {
  	width: 91.66%;
}

.col-full.span_10_of_12 {
  	width: 83.33%;
}

.col-full.span_9_of_12 {
  	width: 75%;
}

.col-full.span_8_of_12 {
  	width: 66.66%;
}

.col-full.span_7_of_12 {
  	width: 58.33%;
}

.col-full.span_6_of_12 {
  	width: 50%;
}

.col-full.span_5_of_12 {
  	width: 41.66%;
}

.col-full.span_4_of_12 {
  	width: 33.33%;
}

.col-full.span_3_of_12 {
  	width: 25%;
}

.col-full.span_2_of_12 {
  	width: 16.66%;
}

.col-full.span_1_of_12 {
  	width: 8.333%;
}



.pt1 {
	padding-top: 1%;
}
.pt2 {
	padding-top: 2%;
}
.pt3 {
	padding-top: 3%;
}
.pt4 {
	padding-top: 4%;
}
.pt5 {
	padding-top: 5.5%;
}
.pt6 {
	padding-top: 6%;
}
.pt7 {
	padding-top: 7%;
}
.pt8 {
	padding-top: 8%;
}
.pt9 {
	padding-top: 9%;
}
.pt10 {
	padding-top: 10%;
}


.pb1 {
	padding-bottom: 1%;
}
.pb2 {
	padding-bottom: 2%;
}
.pb3 {
	padding-bottom: 3%;
}
.pb4 {
	padding-bottom: 4%;
}
.pb5 {
	padding-bottom: 5.5%;
}
.pb6 {
	padding-bottom: 6%;
}
.pb7 {
	padding-bottom: 7%;
}
.pb8 {
	padding-bottom: 8%;
}
.pb9 {
	padding-bottom: 9%;
}
.pb10 {
	padding-bottom: 10%;
}


.pl1 {
	padding-left: 1%;
}
.pl2 {
	padding-left: 2%;
}
.pl3 {
	padding-left: 3%;
}
.pl4 {
	padding-left: 4%;
}
.pl5 {
	padding-left: 5.5%;
}
.pl6 {
	padding-left: 6%;
}
.pl7 {
	padding-left: 7%;
}
.pl8 {
	padding-left: 8%;
}
.pl9 {
	padding-left: 9%;
}
.pl10 {
	padding-left: 10%;
}


.pr1 {
	padding-right: 1%;
}
.pr2 {
	padding-right: 2%;
}
.pr3 {
	padding-right: 3%;
}
.pr4 {
	padding-right: 4%;
}
.pr5 {
	padding-right: 5.5%;
}
.pr6 {
	padding-right: 6%;
}
.pr7 {
	padding-right: 7%;
}
.pr8 {
	padding-right: 8%;
}
.pr9 {
	padding-right: 9%;
}
.pr10 {
	padding-right: 10%;
}

/* Misc Layout */

.text-center {
	text-align: center;
}

.round5 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.trans2 {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


body #sbi_mod_error {
	display: none !important;
}




/*------------------------------------*\
    FORMS
\*------------------------------------*/


div.wpforms-container-full .wpforms-form input[type=radio] {
    height: 14px !important;
}

body div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 12px 0;
    clear: both;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-family: "gotham_htfbold";
	text-transform: uppercase;
	font-weight: normal;
}

.wpforms-one-half {
	clear: none !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #f34f0f;
    border: none !important;
    color: #FFF;
    padding: 19px 19px;
    width: 100% !important;
    font-family: "gotham_htfbold";
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #000;
	color: #FFF;
	border: none !important;
}



div.wpforms-container-full .wpforms-form input[type=file] {
	border: none !important;
	background: #FFF !important;
}




div.wpforms-container-full .wpforms-form input {
	border: 1px solid #dedcdd !important;
	background: #f2f2f2 !important;
	height: 46px !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
div.wpforms-container-full .wpforms-form input:hover {
	border: 1px solid #000 !important;
}
div.wpforms-container-full .wpforms-form input:focus {
	border: 1px solid #ff4900 !important;
}

div.wpforms-container-full .wpforms-form select {
	border: 1px solid #dedcdd !important;
	background: #f2f2f2 !important;
	height: 46px !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 2px !important;
     border-radius: 2px !important;
}




.gform_wrapper .top_label .gfield_label {
    display: none !important;
}

input[type="submit"] {
	background: #f34f0f;
	border: none !important;
	color: #FFF;
	padding: 19px 19px;
	width: 100% !important;
	font-family: "gotham_htfbold";
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

input[type="submit"]:hover {
	/* background: #315a9d;
	border: none; */
	color: #FFF;
	opacity: .9;

}

.cta-wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .cta-wrap .gform_wrapper textarea {
	background: rgba(255, 255, 255, 0.8);
}


.home-banner-one .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .home-banner-one .gform_wrapper textarea {
	background: rgba(255, 255, 255, 0.8);
}



.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper textarea {
	padding: 19px 19px !important;
	background: #e6e7e8;
	border: 1px solid #e6e7e8;
	font-size: 14px !important;
	font-family: 'gotham_htf_bookregular' !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):hover, .gform_wrapper textarea:hover {
	border: 1px solid #d0d0d0;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .gform_wrapper textarea:focus {
	border: 1px solid #f34f0f;
}

.form-section-fix {
	margin-bottom: 4px !important;
}

.bigcheckbox ul {

}

.bigcheckbox li {
	display: inline-block;
}

.bigcheckbox input {
	display: none !important;
}
.bigcheckbox .gfield_label {
	display: none !important;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label, .gform_wrapper ul.gfield_radio li input[type="radio"] + label {
	font-weight: normal;
	background: #e6e7e8;
	border: 1px solid #e6e7e8;
	font-size: 14px !important;
	font-family: 'gotham_htf_bookregular' !important;
	padding: 19px 19px !important;
	max-width: 100%;
	margin-right: 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label:hover, .gform_wrapper ul.gfield_radio li input[type="radio"] + label:hover {
background: #d0d0d0;
	border: 1px solid #d0d0d0;
	cursor: pointer;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
	font-weight: normal !important;
	background: #000;
	color: #FFF;
}
.hide-label label {
	display: none !important;
}

.gsection {
	padding-bottom: 0px !important;
}

body .gform_wrapper h2.gsection_title {
	 color: #000;
	 line-height: 22px;
	 padding-bottom: 10px !important;
	 padding-top: 20px !important;
	 font-weight: normal;
}
body .gform_wrapper h2.gsection_title:before {
	display: none;
}

.gsection_title:before {
	display: none;

}
/* Forms End */



/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.btn1:hover {
	opacity: .8;
	color: #FFF;
}

.btn1 {
	background: #f34f0f;
	width: 100%;
	color: #FFF;
	padding: 5px 0px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "gotham_htf_bookregular";
	position: relative;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	line-height: 2.3em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.btn1::before {
	content: "";
	height: 1px;
	width: 0px;
	background: #FFF;
	position: absolute;
	top: 20px;
	left: 30%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.btn1:hover::before {
	width: 40%;
}

.btn2 {
	background: #FFF;
	color: #f34f0f;
	padding: 10px 30px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "gotham_htfbold";
}

.btn2:hover {
	opacity: .8;
}




/*------------------------------------*\
    HEADER
\*------------------------------------*/

.overlay-menu a {
	font-size: 38px;
	line-height: 1.35em;
	text-transform: uppercase;
	font-family: 'gotham_htf_lightregular';
	color: #999;
	display: block;
	float: left;
	clear: both;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
     -ms-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
}
.overlay-menu a:hover {
	color: #f34f0f;
}
.overlay-menu a::before {
	content: "";
	height: 1px;
	width: 0px;
	background: #f34f0f;
	position: absolute;
	top: 24px;
	left: -10%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.overlay-menu a:hover::before {
	width: 120%;
}
.overlay-menu-right a {
	font-size: 24px;
	line-height: 1.6em;
}
.overlay-menu .overlay-menu-right a::before {
	top: 19px;
}

.overlay-menu {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30vh;
}
.overlay-menu-left {
	width: 65%;
	float: left;
}
.overlay-menu-right {
	width: 35%;
	float: left;
}
.overlay-menu-left h3 {
	color: #FFF;
}


.header-padding {
    height: 85px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


#header.smaller {
	/* margin-top: -38px; */
}


.top-hat {
	height: 38px;
	margin-right: -17px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.top-hat-menu {
	height: 38px;
	line-height: 38px;
	color: #a0afb2;
	font-size: 12px;
	float: right;
	padding: 0px 23px;


}
.top-hat-menu a {
	color: #FFF;
	font-family: "gotham_htf_mediumregular";
	font-size: 14px;
}
.top-hat-menu a strong {
	font-weight: 700;
}
.top-hat-menu a:hover {
	color: #FFF;
	opacity: .8;
}
.top-hat-menu a.link1 {
	padding: 0px 20px 0px 17px;
}
.top-hat-menu a.link2 {
	padding: 0px 0px 0px 17px;
}


#header {
	position: fixed;
	background: #FFF;
	width: 100%;
	top: 0px;
	height: 85px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index: 9999;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
}


.sticky-wrapper.open {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 9999;
}



#header.smaller {
	height: 52px;
}




/* logo */
#header .logo {
	float: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-top: 20px;
	margin-left: 5%;
}

#header .logo-img {
	width: 198px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


#header.smaller .logo {
	margin-top: 9px;
}

#header.smaller .logo-img {
    height: auto;
    width: 154px;
}

/* Menu Line Height Need To Match Header */
#header.smaller .primary_nav_wrap ul a {
	line-height: 36px;
}

/* Menu Line Height Need To Match Header */
#header.smaller .primary_nav_wrap ul ul a {
	line-height: 18px;
}



/*------------------------------------*\
    Hero Video
\*------------------------------------*/

.hero .rev_slider {
	opacity: .6;
}

.hero {
	background-color: #121212;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.hero-text-wrap .container {
	position: relative;
	  top: 50%;
	  transform: translateY(-50%);
}

.hero-text-wrap h1 {
	text-align: center;
	color: #FFF;
}

.find-banner-form {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.find-banner-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.find-banner-form input::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.find-banner-form input:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.find-banner-form input:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

.find-banner-form input.location-input {
	float: left;
	width: 80%;
	height: 53px;
	font-family: 'gotham_htf_mediumregular';
	font-size: 14px;
	line-height: 53px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.4);
	padding-left: 16px;
	color: #FFF;
}
.find-banner-form input.header-submit-button {
	float: left;
	width: 18% !important;
	margin-left: 2%;
	height: 53px;
	position: relative;
}


.find-banner-form input.header-submit-button::before {
	content: "";
	height: 1px;
	width: 0px;
	background: #FFF;
	position: absolute;
	top: 20px;
	left: 30%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.find-banner-form input.header-submit-button:hover::before {
	width: 40%;
}



.find-banner-form2 {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.find-banner-form2 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.find-banner-form2 input::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.find-banner-form2 input:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.find-banner-form2 input:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}


.find-banner-form2 input.location-input2 {
	float: left;
	width: 80%;
	height: 53px;
	font-family: 'gotham_htf_lightregular';
	font-size: 14px;
	line-height: 53px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.3);
	padding-left: 16px;
	color: #FFF;
}
.find-banner-form2 input.header-submit-button2 {
	float: left;
	width: 18% !important;
	margin-left: 2%;
	height: 53px;
}


.find-banner-form-new {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}



.find-banner-form3 {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.find-banner-form3 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.find-banner-form3 input::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.find-banner-form3 input:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.find-banner-form3 input:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}


.find-banner-form3 input.location-input3 {
	float: left;
	width: 80%;
	height: 53px;
	font-family: 'gotham_htf_lightregular';
	font-size: 14px;
	line-height: 53px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.3);
	padding-left: 16px;
	color: #FFF;
}
.find-banner-form3 input.header-submit-button3 {
	float: left;
	width: 18% !important;
	margin-left: 2%;
	height: 53px;
}



#hero-video {
	bottom: 0;
	height: auto;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.025);
	transition: opacity 5s ease 0s;
	width: auto;
}

.hero .rev_slider_wrapper {
	bottom: 0;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	opacity: 1;
	right: 0;
	transition: opacity 5s ease 0s;
	width: auto;
	min-height: 430px;
}

.hero .fullwidthbanner-container .fullwidthabanner {
	height: 100% !important;
}

.hero-text-wrap {
	position: absolute;
	top: 39%;
	width: 100%;
}
.hero-text-wrap h2 {
	color: #FFF;
	font-family: 'gotham_htf_lightregular';
	font-size: 60px;
	letter-spacing: -2px;
	line-height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: 0 1px 10px #404040;
	text-transform: none;
}
.hero-text-wrap h2 strong {
	font-family: "gotham_htfbold";
}
.hero-text-wrap h2:before {
	display: none;
}




/*------------------------------------*\
    Page Banner
\*------------------------------------*/

/* .page-template-page-about-php .page-banner {
	height: 860px;
	background-position: top center;
} */

.page-banner {
	display: table;
	height: 622px;
	width: 100%;
	/* match header height */
	padding-top: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.page-banner .page-title-wrap {
	display: table-cell;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.3);
}
.single-neighborhoods .page-banner .page-title-wrap {
	background: rgba(0, 0, 0, 0.4);
	    padding-top: 80px;
}
.single-neighborhoods .page-banner {
	    padding-top: 0px;
}
.page-banner .page-title-wrap h1 {
	font-family: "Berthold Akzidenz Grotesk Bold Extended";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 1.15em;
	margin: 0;
	color: #FFF;
	text-align: center;
}

.fullbgblock1 {
	background: url('img/banner1.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.halfrightbgblock1 {
	background: url('img/banner1.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 100%;
	height: 100%;
}

.halfrightbgcenterright {
	background-repeat: no-repeat;
	background-position: center right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 50%;
	height: 100%;
}

.team-member-profile-photo {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}




/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/


.intro-a-h2 {
	margin-top: 266px;
}
.intro-a-1 {
	width: 60%;
}
.intro-a-2 {
	width: 50%;
	float: right;
	margin-top: -400px;
	-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.2);
}

.intro-b-2 {
	margin-left: 10%;
	margin-right: 50%;
	width: 40%;
	margin-top: -70px;
	margin-bottom: -75px;
	-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.2);
}

.intro-b-h3 {
	margin-top: 132px;
}

.intro-c-h3 {
	margin-top: 160px;
}

.intro-c {
	padding-left: 5%;
}

.intro-c-1 {
	width: 60%;
}

.intro-c-2 {
	margin-left: 10%;
     width: 56%;
}
.intro-c-3 {
	margin-left: -25px;
	width: 30%;
	margin-bottom: -100px;
	-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.2);
}

.intro-d-h3 {
	margin-top: 80px;
}

.intro-d-2 {
	width: 50%;
	float: left;
	margin-left: -90px;
	margin-top: 400px;
	z-index: 10;
	position: relative;
	-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.2);
}
.intro-d-3 {
	width: 50%;
	float: left;
	margin-left: -18px;
}




.find-your-banner {
	margin-top: 70px;
	background: url(img/find-banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	color: #FFF;
	padding-top: 210px;
	padding-bottom: 200px;
}
.find-your-banner h2 {
	text-align: center;
	color: #FFF;
	font-family: "Berthold Akzidenz Grotesk Bold Extended";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.15em;
    margin: 0;
}

.number-box h3 {
	text-align: center;
	font-size: 88px;
	font-family: 'gotham_htf_lightregular';
	letter-spacing: -4px
}
.number-box h4 {
	text-align: center;
	font-size: 21px;
	font-family: "gotham_htfbold";
	margin-top: -10px;
	text-transform: uppercase;
	color: #58595B;
}

.video-block {
	width: 50%;
	float: left;
	text-align: center;
	display: block;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 50vh;

	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");

         -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -webkit-filter: grayscale(100%);


}
.video-block:hover {
	webkit-filter: grayscale(0);
  	filter: none;
}
.video-block-content {
	position: relative;
	  top: 50%;
	  transform: translateY(-50%);
	padding-left: 5%;
	padding-right: 5%;
}
.video-block-content img {
	max-width: 100%;
	height: auto;
}

.video-block:first-of-type {
	border-right: 2px solid #fff;
}




.home-listings {

}

.home-intro p {

}


.offer-box p {
	font-size: 14px;
	padding-left: 1px;
	padding-right: 1px;
	line-height: 1.5em;
}

.offer-box h5 {
	margin-top: 24px;
	margin-bottom: 12px;
	text-transform: none;
	font-family: "gotham_htf_bookregular";
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;

	letter-spacing: -1px;
	color: #FFF;
	font-size: 22px;
}
.bs {
	border: 5px solid #FFF;
	-webkit-box-shadow: 1px 1px 16px 0 rgba(0,0,0,.2);
	box-shadow: 1px 1px 16px 0 rgba(0,0,0,.2);
	margin-bottom: 24px;
}

.home-value-wrap h2 {
	color: #FFF;

}
.home-value-wrap p {
	color: #FFF;
}

#corefact-estimate-widget {
	border: none !important;
	width: 100% !important;
}
#corefact-estimate-widget .cf-widget-content {
	background: none !important;
}

#corefact-estimate-widget .cf-widget-estimate-image {
	display: none;
}

.cf-widget-estimate.cf-widget-banner .cf-widget-content .cf-widget-form {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
    float: left !important;
    margin-top: 0px !important;
}
#corefact-estimate-widget .cf-widget-body {
	display: none !important;
}


.cf-widget-estimate.cf-widget-banner .cf-widget-form .cf-widget-access-code input {
	padding: 19px 19px !important;
	background: #FFF !important;
	border: 1px solid #6e6e6e !important;
	font-size: 14px !important;
	font-family: 'gotham_htf_bookregular' !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 27% !important;
}

.cf-widget-submit a {
	background: #f34f0f !important;
	border: 1px solid #f34f0f !important;
	color: #000 !important;
	padding: 19px 19px !important;
	font-family: "gotham_htfbold" !important;
	text-transform: uppercase !important;
	font-size: 17px !important;
	line-height: 17px !important;
	font-weight: 700 !important;
	letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 172px !important;
	text-shadow: none !important;
}
.cf-widget-submit a:hover {
	background: #FFF !important;
	border: 1px solid #FFF !important;
	color: #000 !important;

}

.page-template-page-homevalue .cta-wrap {
	display: none;
}

.home-value-wrap h2::before {
	display: none;
}


/*------------------------------------*\
    CONTACT PAGE
\*------------------------------------*/

.contact article a {
	color: #404040;
}


.contact .cta-wrap {
	display: none;
}




.map-container {
    margin-top: 10px;
    width: 100%;
    height: 325px;
    margin-bottom: 100px;
}
.maps iframe{
    pointer-events: none;
    max-width: 100%;
}
.contact h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}



/*------------------------------------*\
    ABOUT PAGE
\*------------------------------------*/



.team-approach-wrapper h2 {
	color: #FFF;
}
.team-approach-wrapper h2:after {
	background: #FFF;
}
.team-approach-wrapper p {
	color: #FFF;
}




/*------------------------------------*\
    BLOG STYLES - Article
\*------------------------------------*/

.single-post-title {
	text-align: center;
}

.single .post-meta {
	text-align: center;
	font-size: 13px;
	color: #808080;
	margin-bottom: 40px;
}

.side-link {
	font-size: 13px;
	line-height: 31px;
	padding-left: 35px;
	padding-right: 35px;
	position: absolute;
	right: 0;
	color: #000;
	background: #cccccc;
	text-transform: none;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-family: "gotham_htf_bookregular";
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.side-link:hover {
	color: #FFF;
	background: #f34f0f;
}




.blog-post-block:nth-child(4n+1) {
	margin-left: 0px;
}

.blog-post-block .post-title {
	font-size: 18px;
	font-family: "gotham_htfbold";
	text-transform: uppercase;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.blog-post-block-content {
	min-height: 128px;
	padding-left: 16px;
	padding-right: 16px;
	display:table-cell;
    vertical-align:middle;
    padding-top: 22px;
    padding-bottom: 22px;
}

.blog-post-block-content p {
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.4em;
}

.blog-post-block-date {
	font-size: 13px;
	color: #808080;
}

.blog-post-block-link {
	display: block;
	background: #FFF;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
}
.blog-post-block-link:hover .post-title {
	color: #f34f0f;
}

.blog-post-block-link:hover .aspect-image {
	opacity: .7
}

.aspect-image {
	position: relative;
	background: transparent no-repeat 50% 50%;
	background-size: cover;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.aspect-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}


.coming-soon-text {
	position: absolute;
	z-index: 99;
	top: 30%;
	left: 0;
	text-align: center;
	width: 100%;
	font-family: "Berthold Akzidenz Grotesk Bold Extended";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.15em;
    margin-bottom: 20px;
    color: #FFF;
}


/* Front End Editor - WPUF */

.user-menu {
	text-align: center;
	margin-bottom: 40px;
}
.user-menu a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 17px;
	font-family: "gotham_htfbold";

}

.wpuf-dashboard-container .wpuf-dashboard-navigation {
	display: none;
}
.wpuf-dashboard-container .wpuf-dashboard-content {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}

.menu-dashboard {
	display: none !important;
}
.logged-in .menu-dashboard {
	display: block !important;
}

.wpuf-dashboard-container table.items-table {
    margin-left: auto;
    margin-right: auto;
}

.post_count {
	text-align: center;
}
.page-head {
	text-align: center;
	font-size: 24px;
    line-height: 1.15em;
}


/* Geo My WP */

body .gmw-per-page {
	display: none;
}

.page-template-page-location-results .location-search-text {
	padding-top: 13px;
}

body div.gmw-results-wrapper .gmw-per-page {
	margin-top: 15px;
}

body div.gmw-results-wrapper .gmw-pt-pagination-wrapper, body div.gmw-results-wrapper .pagination-per-page-wrapper {
	padding-right: 0px;
	padding-top: 24px;
	padding-left: 0px;
}

body .gmw-results-wrapper .gmw-pagination li a.next:hover, body .gmw-results-wrapper .gmw-pagination li a.page-numbers:hover {
	opacity: .8;
	background: #cbcbcb;
	color: #FFF !important;
}

body .gmw-results-wrapper .gmw-pagination li a.page-numbers, body .gmw-results-wrapper .gmw-pagination li span, body .gmw-results-wrapper .gmw-pagination li span.current {
	background: #cbcbcb;
	padding: 7px 16px;
	color: #FFF !important;
	border: none;
	font-size: 16px;
	line-height: 1.5em
}
body .gmw-results-wrapper .gmw-pagination li {
	border: none;
	margin-left: 7px;
	text-transform: uppercase;
}

body .gmw-results-wrapper .gmw-pagination li:first-child {
	border: none;
}

body .gmw-results-wrapper .gmw-pagination li:last-child a {
	background: #f34f0f;
	font-family: "gotham_htfbold";
	letter-spacing: 0px;
}


body div.gmw-results-wrapper .gmw-pt-pagination-wrapper, body div.gmw-results-wrapper .pagination-per-page-wrapper {
	background: none;
}


div.pac-container .pac-item {
	font-family: 'gotham_htf_lightregular' !important;
}


body div.gmw-form-wrapper .gmw-address-field-wrapper {
	width: 70%;
	float: left;
	margin-top: 0px;
    margin-bottom: 0px;
}

body div.gmw-form-wrapper.default input[type="text"] {
	height: 53px;
    font-family: 'gotham_htf_lightregular';
    font-size: 14px;
    line-height: 53px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.3);
    /* background: #999; */
    padding-left: 16px;
    margin-top: 0px;
    color: #FFF;
 	font-family: "gotham_htfbold";
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
body div.gmw-form-wrapper.default input[type="text"]:focus {
	border: 1px solid #FFF;
}
body div.gmw-form-wrapper.default input[type="text"]:hover {
	border: 1px solid #FFF;
}
body div.gmw-form-wrapper .gmw-submit, div.gmw-form-wrapper input[type=submit] {
	margin-left: 8%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 92% !important;
	margin-top: 0px;
     height: 53px;
	background: #f34f0f;
	border: none !important;
	color: #FFF;
	padding: 0px 19px;
	font-family: "gotham_htfbold";
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
body div.gmw-form-wrapper .gmw-submit:hover, div.gmw-form-wrapper input[type=submit]:hover {
	background: #f34f0f !important;
	opacity: .8;
}
body div.gmw-form-wrapper div.gmw-address-field-wrapper i.gmw-locator-button {
    right: 10px;
    bottom: 12px;
    color: #FFF;
}
body .gmw-form-wrapper .gmw-form-field-wrapper label {
	display: none !important;
}



.gmw-form-wrapper .gmw-form-field-wrapper {
	float: left;
	width: 30%;
	margin-top: 0px;
    margin-bottom: 0px;
}


body div.gmw-ajax-results-wrapper .gmw-load-more-button {
	border-radius: 0px;
}

body div.gmw-ajax-results-wrapper ul.gmw-results-list span.distance {
	font-size: inherit;
	color: inherit;
	padding: inherit;
	border-radius: none;
	background: none;
	display: inline;
	position: inherit;
}

body div.gmw-current-location-wrapper {
	padding: 0px;
	box-shadow: none;
	margin-bottom: 0px;
}
body .gmw-cl-address-wrapper {
	/* float: right; */
}
body div.gmw-current-location-wrapper .gmw-cl-address-wrapper {
	padding: 0px;
	border-bottom: none;
}
body div.gmw-ajax-results-wrapper .gmw-load-more-button.done {
	display: none;
}

.service-row-one {
	width: 100%;
	float: left;
	clear: both;
}
.service-row-two {
	margin-top: -60px;
	width: 100%;
	float: left;
	clear: both;
}

.service-row-three {
	margin-top: -60px;
	width: 100%;
	float: left;
	clear: both;
}

.services-wrapper {
	margin-top: 60px;
	float: left;
	width: 100%;
	clear: both;
}

.listing-group-wrapper {
	position: relative;
  top: 48%;
  transform: translateY(-50%);
}
.listing-group-wrapper h3 {
	margin-top: 0px;
}


.img-left {
	width: 55%;
	float: left;
}
.img-left img {
	padding-left: 30%;
}

.cuts-right {
	width: 45%;
	float: left;
	padding-left: 5%;
}

.img-right {
	width: 50%;
	float: left;
}
.img-right img {
	padding-right: 30%;
}

.cuts-left {
	width: 50%;
	float: left;
	clear: both;
	padding-left: 22%;
}


.service-title-link {
	position: relative;
}
.service-title-link:hover {
	color: #f34f0f;
}

.type-active .service-title-link::before {
	width: calc(100% + 20px);
}

.service-title-link::before {
	content: "";
	height: 1px;
	width: 0px;
	background: #f34f0f;
	position: absolute;
	top: 8px;
	left: -10px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.service-title-link:hover::before {
	width: calc(100% + 20px);
}




.listing-group .description p {
	font-size: 12px;
}
.listing-group p {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.4em;
}

.listing-group .type .description {
	visibility: hidden;
	height: 0;
	opacity: 0;
}
.listing-group .type.type-active .description {
	visibility: visible;
	height: auto;
	opacity: 1;
	-webkit-transition: all .5s ease-in;
-moz-transition: all .5s ease-in;
-ms-transition: all .5s ease-in;
-o-transition: all .5s ease-in;
transition: all .5s ease-in;
}


.location-post-block:nth-child(3n+1) {
	margin-left: 0px;
}

.location-post-block .post-title {
	font-size: 18px;
	font-family: "gotham_htfbold";
	text-transform: uppercase;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.location-post-block-content {
	min-height: 128px;
	padding-left: 16px;
	padding-right: 16px;
	display: flex; flex-direction: column; justify-content: center;
    padding-top: 22px;
    padding-bottom: 22px;
}

.location-post-block-date {
	font-size: 13px;
	color: #808080;
}

.location-post-block-link {
	display: block;
	background: #FFF;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
}
.location-post-block-link .post-title:hover {
	color: #f34f0f;
}

.location-post-block-link .aspect-image:hover {
	opacity: .7
}



.location-search-text {
	float: right;
	text-align: right;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
     margin-top: -4px;
	text-transform: none;
	font-family: 'gotham_htf_lightregular';

}


/* Single Locations */

.check-in-text {
	font-size: 18px;
	font-family: 'gotham_htf_lightregular';
	text-transform: none;
	margin-top: 0px;
}

.page-title-wrap .mytime-widget-button-wrapper {
	/* width: 23.8%; */
	margin-left: auto;
	margin-right: auto;
}

.page-title-wrap .btn1 {
	width: 23.8%;
	margin-left: auto;
	margin-right: auto;
}

.location-social a {
	color: #000;
	font-size: 13px;
	margin-right: -6px;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.location-social a:hover {
	color: #f34f0f;
}

.location-additional-text {
	background: #f5f2f2;
	text-align: center;
}
.location-additional-text h5 {
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'gotham_htf_bookregular',serif;
	color: #404040;
}



article h4 {
	/*margin-bottom: 15px;
	margin-top: 40px;*/
}
article p {

}


/*------------------------------------*\
    GET STARTED PAGE
\*------------------------------------*/

.three-steps {
	padding: 0 2% 0% !important;
}
.three-steps h5 {
	margin-top: 18px;
	margin-bottom: 10px;
}

.get-started-headline {
	background: #f34f0f;
	text-transform: uppercase;
	padding: 14px 50px;
	margin-bottom: 0px !important;
}
.get-started-headline h2 {
	color: #FFF !important;
	text-transform: none;
}

.hiw {
	/*padding-left: 10%;
	padding-right: 10%;*/
}
.get-started-form_wrapper {
	padding: 15px 4% 50px;
	background: #f5f5f5;
	margin-top: 0px !important;
}

.circle-number {
	width: 130px;
	height: 130px;
	text-align: center;
	background: #f34f0f;
	color: #FFF;
	font-family: 'gotham_htf_lightregular';
	font-size: 60px;
	line-height: 125px;
	-webkit-border-radius: 130px;
	border-radius: 130px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}


/*------------------------------------*\
    Testimonial Block
\*------------------------------------*/


.testimonail-wrap {
	padding-bottom: 40px;
}
.testimonail-wrap p {
	font-size: 15px;
	line-height: 1.6em;
	text-align: center;
}
.testimonail-wrap img {
	margin-left: auto;
	margin-right: auto;
	width: 157px;
	height: auto;
	border: 5px solid #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 16px 0 rgba(0,0,0,.2);
	box-shadow: 1px 1px 16px 0 rgba(0,0,0,.2);
}
.testimonail-wrap .testimonail-margin {
	margin-bottom: 40px;
	padding-top: 60px;
	padding-bottom: 0px;
}

.testimonail-wrap.black .testimonail-margin {
	background: #000;
	margin-bottom: 78px;
	margin-top: 78px;
	padding-top: 60px;
	padding-bottom: 44px;
}
.testimonail-wrap.black p {
	color: #FFF;
}

.testimonail-wrap.black .big-quotes {
	color: #f34f0f;
}

.testimonail-wrap.black h5 {
	color: #FFF;
}


.testimonail-wrap h5 {
	font-family: "gotham_htf_bookregular";
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2em;
}
.testimonail-wrap h5 span {
	color: #f34f0f;

}
.testimonail-wrap .big-quotes {
	font-size: 300px;
	text-align: center;
	font-family: "gotham_htf_bookregular";
	font-weight: 700;
	line-height: 238px;
	color: #d1d3d4;
	text-align: right;
	height: 80px;
}

.plogos-wrap {
	padding-left: 10%;
	padding-right: 10%;
}


/*------------------------------------*\
    TEAM
\*------------------------------------*/

.qa-box:before {
	width: 100%;
	max-width: 420px;
	height: 6px;
	background: #f34f0f;
	content: "";
	margin-bottom: 20px;
	margin-top: 9px;
	display: block;
	margin-left: 15px;
}

.qa-box {
	margin-top: 4%;
}

.qa-box .vc_col-sm-6:first-of-type {
	padding-right: 2.5%;
}
.qa-box .vc_col-sm-6:last-of-type {
	padding-left: 2.5%;
}

.single-team-details {
	background: #f34f0f;
	padding: 7% 6%;
	color: #FFF !important;
	min-height: 158px;
}



.team-wrapper .team-image-wrap {
	position: relative;
	display: block;
}

.team-wrapper .team-image-wrap:hover {
	color: #000;
}

.team-wrapper .team-image-wrap:hover .team-image-mask {
	opacity: 1;
}

.team-wrapper .team-image-wrap.staff:hover .team-image-mask {
	opacity: 0;
}

.team-wrapper .team-image-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.team-wrapper .team-image-mask span {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
	width: 100%;
	font-family: "gotham_htfbold";
	font-weight: 700;
}
.team-wrapper h5 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.team-wrapper h5 {
	color: #FFF;
}

.team-wrapper h5 a {
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.team-wrapper h5 a:hover {
	color: #f34f0f;

}
.team-wrapper h6 a {
	color: #767676;
}
.team-wrapper h6 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	margin-top: 5px;
	font-weight: 300;
}
.team-wrapper .team-member-wrapper:nth-child(5n+1) {
	margin-left: 0px;
}



/*------------------------------------*\
    SINGLE TEAM
\*------------------------------------*/

.single-team-wrap {
    padding-top: 12px;
}
.single-team-wrap h2 {
	margin-bottom: 2px;
	margin-top: 0px;
	font-size: 45px;
	line-height: 56px;
	color: #f34f0f !important;
	letter-spacing: -2px;
}
.single-team-wrap h2:before {
	display: none;
}
.single-team-wrap h4 {
	font-family: 'gotham_htf_bookregular';
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 17px;
}



.single-team-wrap h2:after {
	display: none;
}

.single-team-social {
	padding-top: 32px;
	margin-left: -4px;
}

.single-team-social a {
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.single-team-social a:hover {
	color: #f34f0f;
}


.single-team-meta {
	padding-top: 10px;
	padding-bottom: 10px;
}
.single-team-meta a {
	display: block;
	font-size: 19px;
	font-family: 'gotham_htf_lightregular';
	color: #767676;
	margin-bottom: 10px;
}
.single-team-meta a:hover {
	color: #f34f0f;
}


.single-team-focus {
	font-family: 'gotham_htf_lightregular';
	font-size: 16px;
}

.single-team-focus ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.single-team-focus ul li {
	margin-bottom: 4px;
}
.single-team-meta a i {
	color: #f34f0f;
}
.single-team-focus i {
	color: #000;
}

.single-team-focus ul {

}



/*------------------------------------*\
    Team Member Photos Slider
\*------------------------------------*/


.team-member-photos-wrap {
	padding-top: 0px;
	padding-bottom: 5.5%;
}

.team-member-photos-wrap img {
	max-height: 300px;
	margin-right: 8px;
	height: auto;
}





.team-wrap {
	background: #000 url('img/team-slider-bg.png') repeat-x left top;
}

.team-wrap .slick-slider {
	margin: 0px;
}

.team-wrap .slick-slide img {
	display: inline;
}

.team-member-wrap h4 {
	font-family: 'Marguerite';
	color: #e75726;
	margin-bottom: 60px;
}

.team-member-wrap .member-content {
	padding-top: 10%;
	font-size: 15px;
}

.team-member-wrap .member-image {
	text-align: center;
	margin-bottom: 0px;
}

.team-wrap .t-slide-wrap {
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0px;
}


.team-wrap h2 {
	margin-bottom: 2px;
	margin-top: 0px;
	font-size: 56px;
	line-height: 56px;
	color: #f34f0f;
	letter-spacing: -2px;
}
.team-wrap h2:before {
	display: none;
}
.team-wrap h4 {
	font-family: 'gotham_htf_bookregular';
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
}
.member-content {
	padding-left: 60px;
}

.member-content a {
	color: #FFF;
}

.member-content a .view-article {
	color: #f34f0f;
}

.member-content a .view-article:hover {
	color: #fff;
}

.member-content p {
	margin-top: 40px;
}


.square-wrapper {
	width: 101%;
	margin-left: -0.5%;
	margin-right: -0.5%;
}

.square-content {
	position: relative;
	width: 33.333333333333333%;
	float: left;
}
.square-content img {
	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  	z-index: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.square-content.first img {
	webkit-filter: grayscale(0);
  	filter: none;
}
.square-content:hover img {
	webkit-filter: grayscale(0);
  	filter: none;
}
.square-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2;
	border: 1px solid #FFF;
}
.square-mask-content {
	position: relative;
	  top: 50%;
	  transform: translateY(-50%);
	  width: 100%;
}
.square-mask-content.first {
	top: 35%;
	text-align: left;
	left: 40px
}
.square-mask-content.first h3 {
	font-size: 42px;
	text-transform: none;
	font-family: 'gotham_htf_lightregular';
	letter-spacing: -3px;
	line-height: 1.2em
}
.square-mask-content.first h5 {
	font-size: 22px;
	letter-spacing: -1px;
	margin-top: 12px;
	color: #FFF;
	font-family: "gotham_htfbold";
}
.square-mask-content h3 {
	color: #FFF;
	text-transform: uppercase;
	margin: 0px;
}



/*------------------------------------*\
    DESKTOP NAV
\*------------------------------------*/

#toggle {
	/* display: none;
	opacity: 0; */
}

.smaller .primary_nav_wrap {
    margin-top: 15px;
}

.primary_nav_wrap
{
	float: right;
	margin-top: 27px;
}

.primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

.primary_nav_wrap ul a
{
	font-family: "gotham_htfbold";
	font-size: 16px;
	letter-spacing: -0.5px;
	display:block;
	color:#231f20;
	text-transform: uppercase;
	text-decoration:none;
	line-height:46px;
	padding: 0 15px;
	margin: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.primary_nav_wrap ul li.last-menu a {
	background: #a7a9ac;
	color: #FFF;
	margin-left: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 20px;
}
.primary_nav_wrap ul li.last-menu a:hover {
	background: #f34f0f;
	color: #FFF;
}

.primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

.primary_nav_wrap ul li.current-menu-item a
{
	color: #2c5371;
}



.primary_nav_wrap ul li.current-menu-item ul a
{
	/*background:#000;*/
}


#ihf-main-container #saveSearchButton.btn-primary {
	color: #FFF !important;
	border-color: #f34f0f !important;
}

#ihf-main-container #saveSearchButton.btn-primary:hover {
	color: #FFF !important;
	background: #315a9d !important;
	border-color: #315a9d !important;

}

.primary_nav_wrap ul li.current-menu-item a:hover
{
	color: #E5E6E7;
}

.primary_nav_wrap ul li.current-menu-ancestor a
{
	color: #E5E6E7;
}

.primary_nav_wrap ul li.current-menu-ancestor a:hover
{
	color: #f34f0f;
}

.primary_nav_wrap ul li.current-menu-ancestor ul a {
	color: #ababab;
}

.primary_nav_wrap ul li.current-menu-ancestor ul li.current-menu-item a {
	color: #f34f0f;
}

.primary_nav_wrap ul.sub-menu li.current-menu-item a
{
	color: #333;
	background:#FFF;
}

.primary_nav_wrap ul.sub-menu li.current-menu-item a:hover
{
	color: #f34f0f;
}

.primary_nav_wrap ul.sub-menu li.current-menu-ancestor a
{
	color: #333;
	background:#FFF;
}

.primary_nav_wrap ul.sub-menu li.current-menu-ancestor a:hover
{
	color: #FFF;
	background:#e9e9e9;
}

.primary_nav_wrap ul li a:hover
{
	color: #2c5371;
}

.primary_nav_wrap ul ul
{
	opacity: 0;
	background: #FFF;
	visibility: hidden;
	position:absolute;
	top:100%;
	left:20px;
	padding: 10px 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
}

.primary_nav_wrap ul ul li
{
	float:none;
	width:230px
}

.primary_nav_wrap ul.sub-menu {
	margin-top: -20px;
}

.smaller .primary_nav_wrap ul.sub-menu {
	margin-top: 0px;
}

.primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 0px;
	font-size:13px;
	background:#FFF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #ababab;
}

.primary_nav_wrap ul ul a:hover {
	color: #f34f0f;
}

.primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

.primary_nav_wrap ul li:hover > ul
{
	opacity: 1;
	visibility: visible;
}




/*------------------------------------*\
    MOBILE NAV
\*------------------------------------*/

.button_container .menu-text {
	margin-left: -74px;
	color: #c1c1c1;
	text-transform: uppercase;
	font-family: 'gotham_htf_lightregular';
}

.button_container.active .menu-text {
	color: #FFF;
}

.button_container {
  position: absolute;
  top: 30px;
  right: 5%;
  height: 27px;
  width: 46px;
  cursor: pointer;
  z-index: 9999;
  transition: opacity .25s ease;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.smaller .button_container {
  top: 16px;
}

.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(9px) translateX(0) rotate(45deg);
  background: #f34f0f;
}
.button_container.active .middle {
  opacity: 0;
  background: #f34f0f;
}
.button_container.active .bottom {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
  background: #f34f0f;
}
.button_container span {
  background: #000000;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 9px;
}
.button_container span:nth-of-type(3) {
  top: 18px;
}

.overlay {
  position: fixed;
  background: #000000;
  top: 0;
  left: 0;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 9998;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

/* http://tympanus.net/codrops/2013/04/19/r/e/s/ponsive-multi-level-menu/ */

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

.dl-menuwrapper {
	font-family: "gotham_htfbold";
	text-transform: uppercase;
	font-weight: 300px;
	text-align: center;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;


	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.dl-menuwrapper:first-child {
	/*margin-right: 100px;*/
}

.dl-menuwrapper button {
	background: #ccc;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #aaa;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow:
		0 10px 0 #fff,
		0 20px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 14px 20px;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	outline: none;
	font-weight: 300;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,255,255,0.2);
}

.dl-menuwrapper li.dl-back > a {
	font-size: 16px;
	letter-spacing: 2px;
	padding-left: 30px;
	text-transform: uppercase;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li > a:not(:only-child):after {
	line-height: 0px;
	font-size: 12px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
	margin-left: 13px;
	margin-right: -22px
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(255,255,255,0.2);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(255,255,255,0.2);
}

.dl-menuwrapper .menu {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	/*display: inline-block;
	position: relative;*/
	height: 100%;
	opacity: 1;
}

.dl-menuwrapper .menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .sub-menu {
	display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.menu.dl-subview li,
.menu.dl-subview li.dl-subviewopen > a,
.menu.dl-subview li.dl-subview > a {
	display: none;
}

.menu.dl-subview li.dl-subview,
.menu.dl-subview li.dl-subview .sub-menu,
.menu.dl-subview li.dl-subviewopen,
.menu.dl-subview li.dl-subviewopen > .sub-menu,
.menu.dl-subview li.dl-subviewopen > .sub-menu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .sub-menu {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

.menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .sub-menu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .sub-menu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .sub-menu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .sub-menu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .sub-menu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
	background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: none;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
	background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
	background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
	background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
	background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
	background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
	background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
	background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
	background: #643771;
}



/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.sidebar {

}
.sidebar-wrapper {
	padding-left: 5%;
}
.widget-block {
	margin-bottom: 18%;
}

.sidebar-wrapper .widget_nav_menu {
	background: #f5f5f5;
}
.sidebar-wrapper .widget_nav_menu h3 {
	text-transform: uppercase;
	color: #000;
	background: #f34f0f;
	font-size: 16px;
	line-height: 16px;
	padding: 5% 7%;
	margin: 0px;
}
.sidebar-wrapper .widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-wrapper .widget_nav_menu ul li a {
	padding: 5% 7%;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	font-family: "gotham_htfbold";
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.sidebar-wrapper .widget_nav_menu ul li.current-menu-item a {
	background: #e5e5e5;
}
.sidebar-wrapper .widget_nav_menu ul li:last-of-type a {
	border-bottom: none;
}
.sidebar-wrapper .widget_nav_menu ul li a:hover {
	background: #e5e5e5;
	color: #000;
}




/*------------------------------------*\
    FOOTER
\*------------------------------------*/


body #sb_instagram #sbi_images {
	width: calc(100% + 20px);
     margin-left: -10px;
}



.footer-widgets {
	text-align: center;
}

.cta-wrap {
	margin-top: 70px;
	background: url('img/banner3.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.cta-wrap p {
	margin-bottom: 44px;
}

.cta-wrap h2 {
	color: #FFF;
	margin-bottom: 40px;
}
.cta-wrap .gfield_label {
	display: none !important;
}

.cta-wrap .textarea.large {
	margin-top: 10px;
}

body .cta-wrap .gform_wrapper ul li.gfield {
    margin-top: 9px !important;
}

.cta-wrap .gform_wrapper textarea.large {
    height: 58px !important;
}

.cta-wrap .large {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.cta-wrap .gform_wrapper .gform_footer input.button, .cta-wrap .gform_wrapper .gform_footer input[type="submit"], .cta-wrap .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    display: block;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -13px !important;
    width: 350px !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none !important;
    color: #FFF !important;
    font-weight: normal !important;
}

.cta-wrap .gform_wrapper .gform_footer input.button:hover, .cta-wrap .gform_wrapper .gform_footer input[type="submit"]:hover, .cta-wrap .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	background: #FFF !important;
	color: #000 !important;
}



.home-banner-one .gform_wrapper textarea.large {
    height: 58px !important;
}

.home-banner-one .large {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.home-banner-one .gform_wrapper .gform_footer input.button, .home-banner-one .gform_wrapper .gform_footer input[type="submit"], .home-banner-one .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    display: block;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -13px !important;
    width: 350px !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none !important;
    color: #FFF !important;
    font-weight: normal !important;
}

.home-banner-one .gform_wrapper .gform_footer input.button:hover, .home-banner-one .gform_wrapper .gform_footer input[type="submit"]:hover, .home-banner-one .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	background: #FFF !important;
	color: #000 !important;
}

.home-banner-one .gform_wrapper .top_label .gfield_label {
	display: none;
}


.footer {
 	float: left;
 	clear: both;
 	width: 100%;
 	background: #202020;
 	color: #FFF;
}
.footer .copyright-wrap {
	background: #202020;
	color: #CB9397;
	float: left;
	    width: 100%;
}
.footer h2 {
	color: #000;
	margin-top: -9px;
}
.footer h3 {
	color: #FFF;
	font-size: 19px;
	line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 8px;
	margin-top: 0px;
}
.footer p {
	font-size: 15px;
	color: #FFF;
	line-height: 20px;
	font-weight: normal;
	font-family: 'gotham_htf_bookregular';
}
.footer .widget_text {
	margin-bottom: 0px;
}
.footer .widget_text a {
	color: #FFF;
}
.footer .widget_text a:hover {
	color: #f34f0f !important;
}

.footer .fa-stack {
	font-size: 18px;
}
.footer-logo {
	float: right;
}

.footer .copyright {
	float: left;
	color: #FFF;
	font-size: 10px;
	line-height: 11px;
	padding-top: 0px;
	padding-bottom: 16px;
	padding-top: 16px;
	font-family: 'gotham_htf_lightregular';
	background: #202020;
	width: 100%;
}
.footer .copyright a {
	color: #FFF;
}
.footer .footer-logo-wrap {
	padding-top: 40px;
	padding-bottom: 30px;
	float: left;
}
.footer .footer-logo-wrap a {
	float: left;

}
.footer .footer-logo-wrap img {
	padding-top: 10px;
	padding-bottom: 20px;
}
.footer .widget_text a .fa-stack {
	color: #FFF;
	margin-right: -6px;
}
.footer .widget_text a:hover .fa-stack {
	color: #d2dceb;
}


.footer .widget_text a .fa-stack-1x {
	color: #202020;
}


.footer .widget_text a:hover .fa-stack {
	color: #FFF;
}
.footer .fa-inverse {
	color: #f34f0f;
}

.footer .widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 13px 0 0;
}
.footer .widget_nav_menu ul a {
	font-family: 'gotham_htf_bookregular';
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin-bottom: 2px;
	color: #FFF;
}
.footer .widget_nav_menu ul a:hover {
	color: #71879d;
}


.contact-left {
	padding-right: 60px !important;
	border-right: 1px solid #c8c8c8;
}
.contact-right {
	padding-left: 60px !important;
	padding-top: 60px !important;
}

/*------------------------------------*\
    Masonary
\*------------------------------------*/


.grid {
  margin-left: -1%;
  margin-right: -1%;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 25%;
}

.grid-item {
  width: 25%;
  float: left;
  position: relative;
}

.grid-item--width1 {
	width: 25%;
}

.grid-item--width1:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.grid-item--width2 {
	width:  50%; }

.grid-item--width2:after {
	content: "";
	display: block;
	padding-bottom: 50%;

}

.grid-item--width1 .grid-content {
	position: absolute;
	width: 92%;
	height: 92%;
	margin: 4%;
}
.grid-item--width2 .grid-content {
	position: absolute;
	width: 96%;
	height: 92%;
	margin: 2%;
}

.grid-item .mask {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.grid-item .mask:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.grid-item .mask .mask-content {
	position: relative;
	  top: 50%;
	  transform: translateY(-50%);
	  width: 100%;
}
.grid-item .mask .mask-content h3 {
	text-align: center;
	font-family: 'gotham_htf_bookregular';
	color: #FFF;
	font-size: 27px;
	letter-spacing: -0.5px;
	line-height: 27px;
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
}
.grid-item .mask .mask-content h5 {
	text-align: center;
	color: #FFF;
	font-family: 'gotham_htf_bookregular';
	font-weight: normal;
	letter-spacing: .5px;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	margin: 11px 0 0;
}
.grid-item .mask .mask-content h3:after {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background: #FFF;
	content: "";
	margin-top: 8px;
	display: block;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.grid-item .mask:hover .mask-content h3:after {
	width: 80%;
}





/*------------------------------------*\
    MAPBOX
\*------------------------------------*/

#map-wrap {
	height: 650px;
	background: #000;
	overflow: hidden;
}
#map {
	height: 650px;
	width: 100%;
}

.home .leaflet-marker-icon {
	text-align: center !important;
	margin-top: -28px !important;
}

#map-wrap .leaflet-popup-content-wrapper, .map-legends, .map-tooltip {
    background: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}


.leaflet-container a.map-marker {
	font-family: "gotham_htfbold";
	background: #f34f0f;
	color: #FFF;
	font-size: 13px;
	line-height: 13px;
	padding: 5px 15px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 1px 1px 8px 0 rgba(0,0,0,.3);
	box-shadow: 1px 1px 8px 0 rgba(0,0,0,.3);
}
.leaflet-container a.map-marker:hover {
	color: #FFF;
	background: #000;
}

.leaflet-container a:hover.map-marker:after {
	border-top: 12px solid #000;
}

.leaflet-container a.map-marker:after {
	width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid #f34f0f; content: ''; position: absolute; bottom: -11px; left: 50%; margin-left: -12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}



/*------------------------------------*\
    POSTS
\*------------------------------------*/


.post-block-wrap {
	display: block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 3% 9% 2%;

}

.three-post-wrap {
	margin-left: -3.5%;
	margin-right: -3.5%;
}

.post-block-wrap:hover {
	display: block;
	opacity: .7;
}

.post-block:nth-of-type(2n+2) .post-block-wrap {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.post-block-wrap .post-title {
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 8px;
	font-weight: 300;
	color: #404040;

}
.post-block-wrap .post-content {
	margin-top: 8px;
	color: #404040;
}
.post-block-wrap .post-content p {
	margin-bottom: 0;
}
.post-block-wrap .post-content span {
	font-family: "gotham_htfbold";
	color: #000;
}

.blog-spacer {
	margin-top: 0px;
	float: left;
	width: 100%;
}




/* Pagination */

.pagination {
	text-align: right;
	padding-bottom: 60px;
	font-family: 'gotham_htf_lightregular';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 40px;
}

.pagination .page-numbers {
	background: #cbcbcb;
	padding: 10px 16px;
	color: #FFF !important;
}
.pagination .page-numbers:hover {
	opacity: .8;
}
.pagination .next.page-numbers {
	background: #f34f0f;
	font-family: "gotham_htfbold";
	letter-spacing: 0px;
}

/*------------------------------------*\
    CSS
\*------------------------------------*/

#estimate-float {
	right: 10px;
	position: absolute;
	top: 90px;
	transition: all 0.6s ease-in-out 0s;
	width: 80px;
	height: 64px;
	z-index: 9000;
	background: url('img/pie.png') no-repeat left top;
}

.giving-back-img {
	float: left;
	height: 150px;
	margin-bottom: 4%;
	text-align: center;
	width: 16.66%;
}
.giving-back-img img {
	width: 100%;
	height: auto;
	max-height: 150px;
	padding: 10px 22px;
}







/*  DISPLAY MOBILE MENU TOGGLE IF SMALLER THAN X */

@media only screen and (max-width: 1070px) {
	.primary_nav_wrap {
		display: none;
	}
	#toggle {
		display: block;
		opacity: 1;
	}

	#header {
    		height: 52px;
	}

	.header-padding {
    	height: 52px;
	}
	.top-hat .top-hat-menu {
		display: none;
	}

	#header.smaller .logo-img {
	    height: auto;
	    width: 154px;
	}
	#header .logo {
    		margin-top: 9px;
	}


	#header .logo-img {
		height: auto;
      	width: 154px;
	}

	/* Menu Line Height Need To Match Header */
	#header .primary_nav_wrap ul a {
		line-height: 45px;
		height: 45px;
	}

	.sticky-wrapper {
		height: 88px !important;
	}
	.button_container {
	    top: 16px;
	}
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/*  MOBILE  - SMALLER THAN 767px - GO FULL WIDTH  */

@media only screen and (max-width: 767px) {
	.mobile-dev-helper span.help-all-mobile {
		display: block;
	}
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block !important;
	}
	.container {
	    padding: 0 5%;
	}
	.col {
		margin: 1% 0 1% 0%;
	}
	.col-full {
		margin: 1% 0 1% 0%;
		padding: 0 0;
		/*padding: 0 7%;*/
	}
	.span_12_of_12 {
		width: 100%;
	}
	.span_11_of_12 {
		width: 100%;
	}
	.span_10_of_12 {
		width: 100%;
	}
	.span_9_of_12 {
		width: 100%;
	}
	.span_8_of_12 {
		width: 100%;
	}
	.span_7_of_12 {
		width: 100%;
	}
	.span_6_of_12 {
		width: 100%;
	}
	.span_5_of_12 {
		width: 100%;
	}
	.span_4_of_12 {
		width: 100%;
	}
	.span_3_of_12 {
		width: 100%;
	}
	.span_2_of_12 {
		width: 100%;
	}
	.span_1_of_12 {
		width: 100%;
	}

	.col-full.span_12_of_12 {
		width: 100%;
	}
	.col-full.span_11_of_12 {
		width: 100%;
	}
	.col-full.span_10_of_12 {
		width: 100%;
	}
	.col-full.span_9_of_12 {
		width: 100%;
	}
	.col-full.span_8_of_12 {
		width: 100%;
	}
	.col-full.span_7_of_12 {
		width: 100%;
	}
	.col-full.span_6_of_12 {
		width: 100%;
	}
	.col-full.span_5_of_12 {
		width: 100%;
	}
	.col-full.span_4_of_12 {
		width: 100%;
	}
	.col-full.span_3_of_12 {
		width: 100%;
	}
	.col-full.span_2_of_12 {
		width: 100%;
	}
	.col-full.span_1_of_12 {
		width: 100%;
	}
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }

	.grid-item {
	  width: 100% !important;
	}
	/* Grid End */


	.about .pr7 {
		padding-right: 0px;
	}

	.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label, .gform_wrapper ul.gfield_radio li input[type="radio"] + label {
	    padding: 10px 15px !important;
	    margin-right: 14px;
	}
	.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper textarea {
		padding: 12px 15px !important;
	}

	.home .pl3 {
		padding-left: 0;
	}
	.three-steps {
	    padding: 0 2% 0 !important;
	}
	.get-started-headline {
		margin-top: 12%;
	}

	.page-banner {
	    height: 400px;
	}

	.video-block {
		width: 100%;
		clear: both;
		min-height: 360px;
	}
	.cta-wrap {
		background-attachment:scroll;
	}


	.square-content {
    width: 100%;
}
.video-block:first-of-type {
	border: none;
}

	h2 {
		font-size: 36px;
     	letter-spacing: -2px;
	}
	h3 {
		line-height: 1em;
	}
	.about .pl3 {
		padding-left: 0;
	}
	.cta-wrap h2 {
		/*padding-bottom: 20px;*/
	}

	.page-banner .page-title-wrap h1 {
	    font-size: 40px;
	}

	.cta-wrap .gform_wrapper .gform_footer input.button, .cta-wrap .gform_wrapper .gform_footer input[type="submit"], .cta-wrap .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
		width: 100% !important;
	}

	.grid-item--width1 .grid-content, .grid-item--width2 .grid-content {
	    height: 96%;
	    margin: 1%;
	    width: 98%;
	}
	.grid-item--width1:after {
		padding-bottom: 50%;
	}

	.halfrightbgcenterright {
		background-position: right center;
		   background-repeat: no-repeat;
		   background-size: cover;
		   float: left;
		   height: 400px;
		   margin-bottom: 5.5%;
		   margin-top: -5.5%;
		   position: relative;
		   width: 100%;
		   left: 0;
		   top: 0;
	}
	.page-template-page-about .halfrightbgcenterright {
		margin-bottom: 0px;
	}
	.page-template-page-about .halfrightbgcenterright.under-slider {
		display: none;
	}

	.fullbgcentercenter {
	    background-position: left center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    float: left;
	    height: 400px;
	    left: 0;
	    position: relative;
	    top: 0;
	    width: 100%;
	    margin-bottom: 0px;
	}

	.testimonail-wrap .big-quotes {
		display: none;
	}
	.testimonail-wrap p {
	    padding-left: 8%;
	    padding-right: 8%;
	}
	.testimonail-wrap h5 {
		padding-left: 8%;
		padding-right: 8%;
	}
	.post-block-wrap {
	    padding: 0 0 6.5%;
	}
	.three-post-wrap {
		margin-left: 0px;
		margin-right: 0px;
	}
	.post-block:nth-of-type(2n+2) .post-block-wrap {
		border: none;
	}

	.team-approach-wrapper h2::after {
		background: #f34f0f;
	}
	.team-approach-wrapper h2 {
		color: #404040;
	}
	.team-approach-wrapper p {
		color: inherit;
	}
	.team-approach-wrapper .pt10 {
		padding-top: 5%;
	}

	.team-approach-wrapper .pb10 {
		padding-bottom: 4%;

	}
	.team-approach-wrapper .pl7 {
		padding-left: 0;
	}

	.team-member-profile-photo {
	    height: 450px;
	    margin-top: -1%;
	    position: relative;
	}
	.single-team-wrap {
	    padding: 4% 5% 5%;
	}

	.side-link {
		display: none;
	}

	/*footer*/

	.footer .span_1_of_12 {
		display: none;
	}
	.footer p {
	    font-size: 18px;
	}
	.footer {
		padding-top: 12%;
	}
	.footer .copyright-wrap {
		margin-top: 12%;
	}
	.footer .copyright {
	    float: left;
	    padding-top: 12px;
	    padding-bottom: 12px;
	    clear: both;
	}
	.footer .footer-logo-wrap {
	    padding-bottom: 5px;
	}
	.post-block-wrap .post-title {
	    font-size: 19px;
	    margin-top: 14px;
	}
	.blog-spacer {
	    margin-top: 0px;
	}
	.sidebar-wrapper {
		padding-left: 0px;
		margin-top: 8%;
	}
	.sidebar-wrapper .widget_nav_menu ul li a {
		padding: 3% 5%;
	}
	.sidebar-wrapper .widget_nav_menu h3 {
		padding: 3% 5%;
	}
	.giving-back-img {
	    float: left;
	    height: 120px;
	    margin-bottom: 1%;
	    text-align: center;
	    width: 25%;
	}
	.giving-back-img img {
	    height: auto;
	    max-height: 120px;
	    padding: 10px 18px;
	    width: 100%;
	}
	.about .btn1 {
		background: #f34f0f;
		color: #FFF;
	}
	.our-team .span_3_of_12 {
	    padding-left: 2%;
	    padding-right: 2%;
	    width: 50%;
	}
	.our-team .team-wrapper .clear {
	    display: none;
	}
	/* add under this line */
	.span_3_of_12.team-member-wrapper {
	    margin-bottom: 4%;
	    margin-left: 2% !important;
	    margin-right: 2% !important;
	    width: 46%;
	}
	.qa-box .vc_col-sm-6:first-of-type {
		padding-right: 0%;
	}
	.qa-box .vc_col-sm-6:last-of-type {
		padding-left: 0%;
	}
	#ihf-main-container #ihf-main-search-form .mt-25 .col-xs-7, #ihf-main-container #ihf-main-search-form .mt-25 .col-xs-5 {
		width: 100% !important;
		clear: both !important;
	}
	.circle-number {
		margin-bottom: -44px;
	}
	.team-member-wrap .member-content {
	    padding-top: 25%;
	    padding-right: 60px;
	}
	/* .page-template-page-about-php .page-banner {
	    height: 460px;
	} */


	h1 {
	    font-size: 28px;
	}
	.find-banner-form3, .find-banner-form2 {
    		width: 90%;
	}
	h3 {
    		font-size: 18px;
	}
	h4 {
    		font-size: 17px;
	}
	.check-in-text {
    		font-size: 15px;
	}
	body {
    		font-size: 15px;
	}
	.location-post-block .post-title, .blog-post-block .post-title {
    		font-size: 16px;
	}
	.location-post-block-content, .blog-post-block-content {
	    padding-left: 12px;
	    padding-right: 12px;
	    padding-top: 12px;
	    padding-bottom: 14px;
	}
	.find-your-banner h2 {
		font-size: 28px;
	}

	.location-post-block, .blog-post-block {
		margin-bottom: 28px;
	}
	.intro-a-2 {
    		margin-top: 0px;
		margin-bottom: -400px;
	}
	.intro-b-2 {
    		margin-top: 70px;
		margin-bottom: -270px;
	}
	.intro-c {
    		padding-left: 0px;
	}
	.intro-c-3 {
    		margin-left: -50px;
    		width: 40%;
	}
	.intro-d-2 {
    		width: 40%;
    		float: left;
    		margin-left: 20px;
	}
	.intro-d-3 {
	    margin-top: -120px;
	}
	.intro-d-2 {
	    margin-top: 153px;
	}
	.intro-a-h2 {
    		margin-top: 50px;
	}
	.intro-d-h3 {
    		margin-top: 30px;
	}

	.find-your-banner {
		background-attachment: scroll;
	}

	.overlay-menu {
    		width: 80%;
		margin-top: 16vh;
	}
	.overlay-menu-left {
    		width: 100%;
	}
	.overlay-menu-right {
    		width: 100%;
	}
	.overlay-menu a {
    		font-size: 28px;
	}
	.overlay-menu-right a {
    		font-size: 18px;
	}
	.overlay-menu-right {
	    margin-top: -40px;
	}
	.find-banner-form3 input.location-input3 {
    		width: 70%;
	}
	.find-banner-form3 input.header-submit-button3 {
	    width: 28% !important;
	}
	.find-banner-form2 input.location-input2 {
    		width: 70%;
	}
	.find-banner-form2 input.header-submit-button2 {
	    width: 28% !important;
	}
	.overlay-menu a::before {
	    top: 18px;
	}
	.overlay-menu .overlay-menu-right a::before {
	    top: 13px;
	}
	.service-row-two, .service-row-three {
	    margin-top: 35px;
    }
    .img-left {
	    width: 100%;
	    clear: both;
    }
    .img-right {
	    width: 100%;
	    clear: both;
    }
    .img-left img {
	    padding-left: 0px;
    }
    .img-right img {
	    padding-right: 0px;
    }
    .cuts-right {
	    width: 100%;
	    clear: both;
	    padding-left: 0px;
	    text-align: center;
    }
    .cuts-left {
	    width: 100%;
	    clear: both;
	    padding-left: 0px;
	    text-align: center;
    }
    .listing-group-wrapper {
	    position: relative;
	    top: 0;
	    transform: translateY(0%);
	}
	.listing-group-wrapper h3 {
		margin-top: 40px !important
	}
	.page-title-wrap .btn1 {
		width: 50%;
	}
	.page-template-page-location-results .location-search-text {
		padding-top: 6px;
	}

}



/* PHONE (portrait and landscape)  */
@media only screen and (min-width : 320px) and (max-width : 480px) {
	.mobile-dev-helper span.help-mobile {
		display: block;
	}
	/* .page-template-page-about-php .page-banner {
	    height: 260px;
	} */

	.location-search-text {
	    float: left;
	    text-align: left;
	    display: block;
	    line-height: 14px;
	    margin-top: 10px;
	    margin-bottom: 16px;
	    width: 100%;
	}
	.intro-a-2 {
	    margin-top: 100px;
	}
	h1 {
	    font-size: 22px;
	}




	.container {
	    padding: 0 5%;
	}
	.post-block-wrap {
	    padding: 0 0 10%;
	}
	.page-banner {
	    height: 300px;
	}
	.page-banner .page-title-wrap h1 {
	    font-size: 40px;
	    letter-spacing: -1px;
	}
	.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
	    margin: 0 0 3px !important;
	}
	.get-started-headline {
	    font-size: 22px;
	    line-height: 22px;
	}
	.giving-back-img {
	    float: left;
	    height: 85px;
	    margin-bottom: 1%;
	    text-align: center;
	    width: 25%;
	}
	.giving-back-img img {
	    height: auto;
	    max-height: 85px;
	    padding: 10px 18px;
	    width: 100%;
	}
	/* add under this line */
	.side-link {
		display: none;
	}
	.team-wrapper h5 {
	    font-size: 14px;
	}
	.team-wrapper h6 {
	    font-size: 12px;
	    margin-top: 1px;
	}
	.span_3_of_12.team-member-wrapper {
	    margin-bottom: 6%;
	    margin-left: 0% !important;
	    margin-right: 0% !important;
	    width: 100%;
	}
	.h2 {
		font-size: 31px;
		    line-height: 33px;
	}
	.blackbg {
	    padding-left: 0%;
	    padding-right: 0%;
	}
	.plogos-wrap {
		padding-left: 20%;
		padding-right: 20%;
	}
	.team-member-profile-photo {
	    height: 260px;
	}
	.team-wrap h2 {
	    font-size: 36px;
	    line-height: 37px;
	    margin-bottom: -14px !important;
	}
	.team-wrap h4 {
	    margin-bottom: 12px;
	    font-size: 14px;
	}
	.hero-text-wrap h2 {
		margin-top: 55px;
	}
	.page-template-page-location-results .location-search-text {
		padding-top: 0px;
	}
	body div.gmw-form-wrapper .gmw-address-field-wrapper {
		width: 65%;
	}
	.gmw-form-wrapper .gmw-form-field-wrapper {
		width: 35%;
	}
	body div.gmw-form-wrapper .gmw-submit, div.gmw-form-wrapper input[type=submit] {
		font-size: 12px;
	}
	body div.gmw-form-wrapper.default input[type="text"] {
		font-size: 12px;
	}
}


/* TABLET */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.mobile-dev-helper span.help-tablet {
		display: block;
	}
	.number-box h3 {
	    text-align: center;
    		font-size: 65px;
}
.square-mask-content.first h3 {
    font-size: 28px;
    letter-spacing: -2px;
}
.square-mask-content.first h5 {
    font-size: 15px;
}
	.container {
	    padding: 0 5%;
	}
	.fullbgcentercenter {
	    background-position: 24% center;
	}

	.service-row-two, .service-row-three {
	    margin-top: 35px;
    }


	h1 {
	    font-size: 38px;
	}
	.find-banner-form3, .find-banner-form2 {
    		width: 60%;
	}
	h3 {
    		font-size: 21px;
	}
	h4 {
    		font-size: 17px;
	}
	.check-in-text {
    		font-size: 15px;
	}
	body {
    		font-size: 15px;
	}
	.location-post-block .post-title, .blog-post-block .post-title {
    		font-size: 16px;
	}
	.location-post-block-content, .blog-post-block-content {
	    padding-left: 12px;
	    padding-right: 12px;
	    padding-top: 12px;
	    padding-bottom: 14px;
	}
	.find-your-banner h2 {
		font-size: 38px;
	}
	.intro-c-1 {
    		width: 60%;
    		margin-top: 180px;
	}
	.overlay-menu {
    		width: 65%;
	}


	h2 {
	    font-size: 30px;
	    font-size: 36px;
	    letter-spacing: -2px
	}
	.grid-item .mask .mask-content h3 {
	    font-size: 19px;
	    line-height: 20px;
	}
	.grid-item .mask .mask-content h5 {
	    font-size: 13px;
	}

	.halfrightbgcenterright {
	    background-position: 80% center;
	}
	.footer p {
	    font-size: 18px;
	}
	.footer .widget_text a .fa-stack {
	    font-size: 20px;
	        margin-top: 5px;
	}
	.team-member-profile-photo {
		background-position: 80% center;
	}
	.single-team-wrap {
	    /*padding: 65px 10%;*/
	}
	.page-banner {
	    height: 500px;
	}
	.page-banner .page-title-wrap h1 {
	    font-size: 38px;
	    letter-spacing: -1px;
	}
	.post-block-wrap .post-title {
	    font-size: 20px;
	    margin-top: 17px;
	}
	.giving-back-img {
	    float: left;
	    height: 120px;
	    margin-bottom: 1%;
	    text-align: center;
	    width: 16.66%;
	}
	.giving-back-img img {
	    height: auto;
	    max-height: 120px;
	    padding: 10px 18px;
	    width: 100%;
	}
	/* add under this line */
	.footer p {
	    font-size: 13px;
	}
	.member-content p {
	    color: #fff;
	    font-size: 12px;
	    line-height: 22px;
	    margin-top: 24px;
	}
	.page-template-page-location-results .location-search-text {
		padding-top: 11px;
	}
}

/* DESKTOP SMALL */
@media only screen and (min-width : 1025px) and (max-width : 1280px) {
	.mobile-dev-helper span.help-small-desktop {
		display: block;
	}
	.container {
	    padding: 0 5%;
	}
	.page-banner {
	    height: 600px;
	}

	.primary_nav_wrap ul a {
		/*font-size: 14px;
		padding: 0 12px;*/
	}
	.primary_nav_wrap ul ul a {
		font-size: 12px;
	}
	.halfrightbgcenterright {
	    background-position: 90% center;
	}
	/* .footer p {
	    font-size: 18px;
	} */
	.footer .widget_text a .fa-stack {
	    font-size: 22px;
	}
	.team-member-profile-photo {
		background-position: 86% center;
	}
	.single-team-wrap {
	    /*padding: 80px 10%;*/
	}
	.post-block-wrap .post-title {
	    font-size: 20px;
	    margin-top: 17px;
	}
	/* add under this line */
	.member-content p {
	    color: #fff;
	    font-size: 14px;
	    line-height: 26px;
	    margin-top: 24px;
	}

}



@media only screen and (min-width : 1150px) and (max-width : 1450px) {
	.primary_nav_wrap ul a {
		/* font-size: 16px;
		padding: 0 10px; */
	}
}
@media only screen and (min-width : 1070px) and (max-width : 1149px) {
	.primary_nav_wrap ul a {
		font-size: 15px;
		padding: 0 8px;
	}
}


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
