/*
	Theme Name: Edison
	Theme URI: http://www.deeprootdesign.com
	Description: HTML5 WordPress Theme
	Version: 1.4.3
	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: #4d4d4d;
	background: #f2f2f2;
	position: relative;
}
.animsition {
	background: #f2f2f2;
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}

.round {
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* 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: #84c633;
	text-decoration:none;
}
a:hover {
	color: #6f9b34;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

.graybg {
	background: #F5F5F5;
}

.bluebg {
	background: #84c633;
	color: #FFF;
}

.blackbg {
	background: #000;
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
}
.blackbg h3 {
	color: #84c633;
	font-size: 48px;
	text-transform: uppercase;
}
.blackbg p {
	color: #FFF;
}
.blackbg .btn1 {
	background: #84c633;
	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: #84c633;
	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%;

}

.whitebg {
	background: #FFF;
}

.purplebg {
background: #1a1a1a; /* Old browsers */
color: #FFF;
}
.purplebg h5 {
	color: #FFF;
}
.purplebg h2 {
	color: #FFF;
}

/* 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;
}


.mobile-show {
	display: none;
}

.consulting-services .animsition {
	background: #FFF;
}

.single .post-content-wrapper h2::after {
	display: none;
}
.single .post-content-wrapper h2 {
	margin-top: 30px;
}

.rpwe-block a {
    letter-spacing: 0px;
    font-size: 15px;
}

.sort {
	float: left;
    margin-bottom: 28px;
    margin-top: 16px;
}

.sort select {
	border: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    padding: 20px 66px 20px 27px;
    background: #84c633 url('img/down.svg') no-repeat right 16px center;
    -webkit-border-radius: 100px;
    border-radius: 100px;
		float: right;
}
.sort select:hover {
    background: #6f9b34 url('img/down.svg') no-repeat right 16px center;
    -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;
}

#rev_slider_1_1_wrapper {
	opacity: .7;
}

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


/* 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;
}

@font-face {
  font-family: 'Didot-Bold';
  src: url('fonts/Didot-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Didot-Bold.woff') format('woff'), url('fonts/Didot-Bold.ttf')  format('truetype'), url('fonts/Didot-Bold.svg#Didot-Bold') 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 20px;
}

strong {
	font-family: 'gotham_htf_mediumregular';
	font-weight: normal;
}



h1 {
	font-family: "gotham_htfbold";
	font-weight: normal;
	font-size: 43px;
	line-height: 1.2em;
	margin: 0;
}
h2 {
	font-family: "gotham_htfbold";
	font-weight: normal;
	font-size: 44px;
	line-height: 1.2em;
	color: #000;
	margin: 0 0 32px;
	letter-spacing: -2px;
	z-index: 3;
}
h2::after {
	content: "";
	height: 51px;
	width: 8px;
	background: #84c633;
	position: absolute;
	left: -22px;
	top: 1px;
}


h2.rule {
	font-family: "gotham_htf_lightregular";
	font-weight: normal;
	font-size: 68px;
	line-height: 1em;
	color: #4d4d4d;
	margin: 0 0 32px;
	letter-spacing: -6px;
	z-index: 3;
	position: relative;
}
h2.rule::after {
	content: " ";
	height: 11px;
	width: 145px;
	background: #84c633;
	position: absolute;
	bottom: -42px;
	left: 0px;
}
h2.number1 {
	margin-top: 68px;
}
h2.number2 {
	margin-top: 80px;
}
h2.number3 {
	margin-top: 54px;
}
h2.number4 {
	margin-top: 88px;
}
h2.number5 {
	margin-top: 62px;
}


h2.center {
	text-align: center;
}


h3 {
	font-weight: normal;
	font-family: "gotham_htfbold";
	font-size: 28px;
	line-height: 1.2em;
	margin: 0px 0 20px;
	color: #000;
	letter-spacing: -2px;
	position: relative;
}
h4 {
	font-size: 22px;
	line-height: 1.3em;
	font-family: "gotham_htf_mediumregular";
	font-weight: normal;
	margin: 0px 0 30px;
	letter-spacing: -1px;
	color: #000;
	position: relative;
	z-index: 2
}
.numpop {
	position: absolute;
    top: 4px;
    font-size: 90px;
    font-family: "gotham_htfbold";
    color: #f2f2f2;
    z-index: 1;
    left: -14px;
}
h5 {
	font-family: 'Didot-Bold';
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 27px;
	color: #4d4d4d;
	line-height: 1.5em;
	margin: 30px 0 15px;
	position: relative;
}
h6 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	margin: 30px 0 15px;
	position: relative;
}
h5.bar::before {
	content: " ";
	background: url('img/hrule.svg') no-repeat top right;
	height: 12px;
	left: -100%;
	width: 100%;
	position: absolute;
	top: 15px;
	margin-left: 17px;
}
h5.bar2::before {
	content: " ";
	background: url('img/hrule2.svg') no-repeat top right;
	height: 12px;
	left: -100%;
	width: 100%;
	position: absolute;
	top: 11px;
	margin-left: 17px;
}
h2.number1::before {
	content: "01";
	font-family: "gotham_htfbold";
	position: absolute;
	top: -28px;
	left:-83px;
	font-size: 244px;
	line-height: 180px;
	color: #FFF;
	z-index: -1;
}
h2.number2::before {
	content: "02";
	font-family: "gotham_htfbold";
	position: absolute;
	top: -28px;
	left:-83px;
	font-size: 244px;
	line-height: 180px;
	color: #FFF;
	z-index: -1;
}
h2.number3::before {
	content: "03";
	font-family: "gotham_htfbold";
	position: absolute;
	top: -28px;
	left:-83px;
	font-size: 244px;
	line-height: 180px;
	color: #FFF;
	z-index: -1;
}
h2.number4::before {
	content: "04";
	font-family: "gotham_htfbold";
	position: absolute;
	top: -28px;
	left:-83px;
	font-size: 244px;
	line-height: 180px;
	color: #FFF;
	z-index: -1;
}
h2.number5::before {
	content: "05";
	font-family: "gotham_htfbold";
	position: absolute;
	top: -28px;
	left:-83px;
	font-size: 244px;
	line-height: 180px;
	color: #FFF;
	z-index: -1;
}
.z3 {
	z-index: 3;
	position: relative;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.btn1.z3 {
	padding: 13px 50px 15px !important;
}

.banner-box h3 {
	color: #FFF;
	font-size: 62px;
	font-family: "gotham_htfbold";
}


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

.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% !important;
}
.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;
}


div.services {
	display: block;

}

/* Home Page  */

.book-right {
	background: url('img/book-image.jpg') no-repeat top right;
}

.classbg {
	background: url('img/classbg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.classbg {
	color: #FFF;
}
.classbg h2, .classbg h3 {
	color: #FFF;
}
.classbg li {
	margin-bottom: 14px;
	font-size: 18px;
}


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


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

input[type="submit"] {
	background: #84c633;
	border: none !important;
	color: #FFF;
	padding: 25px 19px;
	width: 100% !important;
	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: #6f9b34;
	color: #FFF;
	border: none;

}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.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: none;
	border: 2px solid rgba(255, 255, 255, 0.15);
	color: #FFF;
}


.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: 26px 19px !important;
	background: #e6e7e8;
	border: 1px solid #e6e7e8;
	font-size: 15px !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 #84c633;
}

.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 #84c633;
}

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

.cta-wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,.cta-wrap  .gform_wrapper textarea:focus {
	border: 2px solid #84c633;
}

.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: #84c633;
	color: #FFF;
}
.hide-label label {
	display: none !important;
}

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

body .gform_wrapper h2.gsection_title {
	 color: #4d4d4d;
	 font-family: "gotham_htf_mediumregular";
	 line-height: 22px;
	 font-size: 20px;
	 text-transform: uppercase;
	 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 */


.circle-fact {
	background: #FFF;
	color: #84c633;
	text-align: center;
	-webkit-border-radius: 100%;
border-radius: 100%;
height: 0;
padding-bottom: 80%;
width: 80%;
margin-left: 10%;
margin-right: 10%;
margin-bottom: 30px;
}

.factz p {
	color: #FFF;
	font-size: 26px;
	letter-spacing: -2px;
  line-height: 1.3em;
	text-align: center;
}
.factz h3 {
	color: #FFF;
}
.factz h3::before {
	background: #FFF;
	opacity: .3;
}

.circle-fact h5 {
	font-size: 130px;
    letter-spacing: -6px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 120px;
		color: #84c633;
		padding-top: 23%;
}
.circle-fact h6 {
	font-family: 'gotham_htf_lightregular';
	font-size: 30px;
	letter-spacing: -3px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;

}

.coupon {
	margin-top: 40px;
}
.coupon .input-text {
	min-width: 162px;
}
.coupon button {
	color: #FFF !important;
	background: #484848 !important;
	height: 45px;
margin-top: 1px !important;
}

.product_type_simple.add_to_cart_button {
	display: none !important;
}

.description_tab {
	display: none !important;
}

.woocommerce-product-gallery__trigger {
	display: none !important;
}

.woocommerce-checkout #payment {
    background: #FFF;
}
.woocommerce-checkout #payment div.payment_box {
    background-color: #dfdfdf;
}
#wc-authorize-net-aim-credit-card-form input {

    background: #FFF;
}

.woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #84c633 !important;
}

.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #518e34 !important;
    color: #FFF;
    opacity: 1;
}

.woocommerce-result-count {
	display: none;
}

.woocommerce ul.products li.product h3 {
    text-align: center;
    font-size: 21px;
    letter-spacing: -0.5px;
    line-height: 1.1em;
}

.woocommerce ul.products li.product .price {
    margin-top: -6px;
    font-family: 'gotham_htf_lightregular';
    color: #808285;
    text-align: center;
}

.post-type-archive-product .product {
	-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;
}

.post-type-archive-product .product:hover {
	opacity: .8;

}

.post-type-archive-product .product .add_to_cart_button {
	display: none;
}

.woocommerce h1.product_title.entry-title {
	font-weight: normal;
	font-family: 'Didot-Bold';
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 1.4em;
	margin: 0px 0 4px;
	color: #58595b;
	-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;
}

.post-type-archive-product .woocommerce-ordering {
	display: none;
}
.woocommerce-breadcrumb {
	display: none;
}

.quantity {
  position: relative;
  margin-right: 10px !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 74px !important;
  height: 48px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-right: 20px;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.quantity input:focus {
  outline: 0;
}

.product-title {
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 14px;
}

.sensor-learn {
	color: #84c633;
	 font-family: 'gotham_htf_mediumregular';
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 23px;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 24px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #c8c8c8;
}
.quantity-button:hover {
  background: #b0b0b0
}

.quantity-button.quantity-up {
  position: absolute;
  height: 24px;
  top: 0;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -6px;
  height: 24px;
  -webkit-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.single_add_to_cart_button {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
	font-family: "gotham_htfbold";
	padding: padding: 0px 34px !important;
	background: #84c633 !important;
	height: 48px;
	-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_add_to_cart_button:hover {
	background: #518e34 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #58595b !important;
    font-family: 'gotham_htf_mediumregular';
    font-size: 18px !important;
}

.woocommerce .sidebar {
	display: none;
}
.woocommerce .woocommerce-tabs {
	/*display: none;*/
}
.woocommerce table.shop_table td {
    border-top: 1px solid #d2d2d2;
}
.woocommerce table.shop_table {
	border: none !important;
}

.woocommerce input {
	height: 48px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cfcfcf;
	font-size: 14px;
}
.woocommerce textarea {
	border: 1px solid #cfcfcf;
	font-size: 14px;
}
.woocommerce select {
	font-size: 14px;
}

.woocommerce .woocommerce-info {
	background: #84c633;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
}
.woocommerce .woocommerce-message {
	background: #84c633;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
}

.woocommerce-info::before {
    color: #FFF;
}

.woocommerce a.remove {
    color: #869fb7 !important;
}

.woocommerce .woocommerce-message {
    border-top: none !important;
    background: #84c633;
    -webkit-border-radius: 4px;
   border-radius: 4px;
}
.woocommerce .woocommerce-message:before {
    color: #84c633;
}
.woocommerce .shop_table input[type="submit"] {
	float: right;
	width: 200px !important;
	color: #FFF !important;
	background: #696969 !important;
	opacity: 1 !important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none !important;
}
.woocommerce .shop_table input[type="submit"]:hover {
	border: none !important;
	background: #868686 !important;
}
.woocommerce .cart-collaterals h2 {
    font-size: 36px;
    letter-spacing: -3px;
    line-height: 1.2em;
    margin: 0 0 16px;
    color: #6a6a68;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #d2d2d2;
}
.woocommerce .checkout-button {
	background: #84c633 !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;
}
.woocommerce .checkout-button:hover {
	background: #518e34 !important;
}
.woocommerce input {
	padding: 0px 16px;
}
.single-product .quantity input {
    padding: 0px 16px 0px 0px;
}
.single-product p.price {
	/* display: none; */
}

body .select2-container .select2-selection--single {
    height: 48px;
    border: 1px solid #cfcfcf;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 47px;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 {
    float: left;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
}
.woocommerce-checkout .woocommerce .col2-set .col-2 {
	float: left;
	width: 100%;
}
.woocommerce-checkout #order_review_heading {
	width: 100%;
     margin-left: 15%;
     margin-right: 15%;
	margin-top: 76px;
}
.woocommerce-checkout #order_review {
	width: 100%;
     padding-left: 15%;
     padding-right: 15%;
}
.woocommerce-checkout h3 {
    font-size: 34px;
    color: #000;
    letter-spacing: -2px;
}

.woocommerce-page.checkout textarea {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 16px;
	min-height: 143px;
}
.woocommerce table.shop_table tfoot th {
    border-top: 1px solid #d2d2d2 !important
}
.woocommerce table.shop_table tfoot td {
    border-top: 1px solid #d2d2d2 !important
}
.woocommerce-products-header {
	display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-family: 'gotham_htf_mediumregular';
    font-size: 18px;
    letter-spacing: -1px;
    text-align: center;
    line-height: 1.3em;
}
.woocommerce-loop-category__title .count {
	display: none;
}
.tax-product_cat .add_to_cart_button {
	display: none !important;
}
.single-product .entry-summary .product_meta {
	display: none !important;
}
.woocommerce input.button.alt {
	background-color: #84c633;
}
.woocommerce input.button.alt:hover {
	background-color: #43576a;
	border: 1px solid #43576a;
}
.woocommerce form .form-row label {
	font-family: 'gotham_htf_mediumregular';
}


.woocommerce-MyAccount-navigation {

}
.woocommerce-MyAccount-navigation h3 {
	text-transform: uppercase;
	color: #FFF;
	background: #84c633;
	font-size: 16px;
	line-height: 16px;
	padding: 5% 7%;
	margin: 0px;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
	padding: 5% 7%;
	background: #e3e3e3;
	display: block;
	width: 80%;
	border-bottom: 1px solid #FFF;
	font-size: 16px;
	line-height: 16px;
	-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;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #84c633;
	color: #FFF;
}
.woocommerce-MyAccount-navigation ul li:last-of-type a {
	border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	background: #c0c0c0;
	color: #272727;
}
.woocommerce form .form-row .required {
    color: #84c633 !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 14.66% !important;
    margin-right: 2% !important;
    margin-top: 2% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
   display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: none !important;
    border: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background: none !important;
    padding: 0px 20px !important;
    margin: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	content: '';
	width: 1px;
	height: 44px;
	display: block;
	background: #a7a9ac;
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-of-type {
	padding-left: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px 0px 0px !important;
    margin: 0 0px 26px !important;
}
.woocommerce-Tabs-panel h2:first-of-type {
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'gotham_htf_mediumregular';
    font-size: 21px;
    font-weight: normal;
    color: #414042;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #84c633;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -2px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: none !important;
    box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-of-type::after{
	display: none !important;
}
.woocommerce .star-rating {
	color: #84c633;
}
.single-product .entry-summary .woocommerce-review-link {
	display: none;
}
.woocommerce-product-details__short-description {
	margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none !important;
}
.tax-product_cat .product .star-rating {
	display: none !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    background: #FFF;
}
.woocommerce ul.products li.product a:hover h2 {
	color: #84c633;
}
.woocommerce ul.products li.product a:hover img {
	opacity: .7 !important;
}
.woocommerce ul.products li.product a img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wpmenucartli {
	/*display: none;*/
}
.logged-in .wpmenucartli {
	display: inherit;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin-right: 4px !important;
    margin-top: -30px;
}
.woocommerce .woocommerce-ordering select {
	background: #FFF;
}
.single-product .related.products {
	display: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #FFF;
    border-top: 3px solid #84c633;
}
.woocommerce-message::before {
    content: '\e015';
    color: #FFF !important;
}
.woocommerce div.product div.images img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.woocommerce-cart .product-quantity .quantity input {
	padding-right: 20px !important;
	padding-left: 0px !important;
}

.event-meta-single {
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.cart .nyp {
	margin-bottom: 24px;
}

.single-product #product-657 .quantity {
	display: none;
}

.single-product #product-642 .quantity {
	display: none;
}

.term-description {
	margin-bottom: 60px;
	margin-top: -10px;
}

.single-event-title::after {
	display: none;
}

/*wooend*/






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

.btn1 {

background: #84c633; /* Old browsers */
	color: #FFF;
	padding: 13px 50px 15px;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0px;
	font-family: "gotham_htf_bookregular";
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-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-bottom: 17px;
}

.btn1:hover {
	background: #6f9b34;
	color: #FFF;
}

.btn2 {
	background: #84c633;
	color: #FFF;
	padding: 13px 38px 15px;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0px;
	font-family: "gotham_htfbold";
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-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;
}

.btn2:hover {
	background: #6f9b34;
	color: #FFF;
}

.btn3 {
	background: #84c633;
	color: #FFF;
	padding: 10px 30px 11px;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0px;
	font-family: "gotham_htfbold";
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-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;
}

.btn3:hover {
	background: #6f9b34;
	color: #FFF;
}



/* Event Posts */

.event-posts-wrapper {
	padding-top: 22px;
	padding-bottom: 60px;
}

.event-posts-wrapper .event-post-box:nth-of-type(3n+1) {
	margin-left: 0px;
}

.event-posts-wrapper .event-post {
	position: relative;
	background: #FFF;
	padding-bottom: 1px;
	padding-top: 18px;
	-webkit-box-shadow: 0 1px 30px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 30px 0 rgba(0,0,0,.1);
	padding-bottom: 16px;
}
.event-date {
	padding-top: 15px;
	padding-bottom: 14px;
}
.event-post {
	padding-left: 85px;
}
.event-post h3 {
	font-family: "gotham_htf_mediumregular";
	font-size: 17px;
	padding-left: 20px;
	padding-right: 20px;
	color: #4d4d4d;
	margin-top: 0px;
    margin-bottom: 13px;
    letter-spacing: 0px
}
.event-post h3 a {
	color: #4d4d4d;
}

.event-post h3 a:hover {
	color: #84c633;
}
.event-post h3::before {
	display: none;
}
.event-posts-wrapper .event-date {
	width: 85px;
	background: #999999;
	top: 0px;
	left: 0px;
	height: 100%;
	position: absolute;
	text-align: center;
}
.event-posts-wrapper .event-date .e-month {
	font-family: "gotham_htfbold";
	font-size: 22px;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 5px;
	display: inline-block;
}
.event-posts-wrapper .event-date .e-day {
	font-size: 38px;
	color: #FFF;
}
.event-posts-wrapper .event-post p {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 4px;
	font-size: 15px;
    line-height: 1.6;
}
.event-posts-wrapper .event-post .btn3 {
	margin-left: 20px;
}

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



.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;
}

.awb {
	list-style-image: url('img/bul.svg');
}
.awb li {
	font-family: "gotham_htf_mediumregular";
	font-size: 20px;
	margin-bottom: 4px;
	margin-left: 30px;
}

.reader-width {
	padding-left: 10%;
	padding-right: 10%;
}

#header {
	position: fixed;
	background: #FFF;
	width: 100%;
	top: 0px;
	height: 84px;
	-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: 0px 0px 20px 0 rgba(0,0,0,.1);
box-shadow: 0px 0px 20px 0 rgba(0,0,0,.1);
}
.header-wrap {
	-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;
}

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

.header-padding {
	height: 84px;
	-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 {
	height: 56px;
}
#header.smaller .header-wrap {
	height: 56px;
background: #FFF;
}



/* 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: 12px;
}
#header .logo-img {
	padding-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;
}

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

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

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

/* Menu Line Height Need To Match Header */
#header.smaller .primary_nav_wrap ul ul a {
	line-height: 18px;
}
#header.smaller .primary_nav_wrap ul ul a:hover {
	line-height: 18px;
	border-bottom: 4px solid #FFF !important;
}

#header.smaller .header-contact-btn {
    line-height: 33px;
    border: 2px solid #FFF;
    font-family: 'gotham_htf_bookregular';
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0px 28px;
    display: block;
    float: right;
    margin-top: 9px;
    color: #FFF;
}


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

#rev_slider_1_1_forcefullwidth {
	opacity: .8;
}

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

.down-we-go {
	position: absolute;
	z-index: 99;
	left: 50%;
	bottom: 38px;
	opacity: .5;
	margin-left: -17px;
}

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

#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: 44%;
	width: 100%;
}
.hero-text-wrap h1 {
	color: #FFF;
	font-family: "gotham_htfbold";
	font-size: 50px;
	letter-spacing: -4px;
	line-height: 1.1em;
	margin-top: 20px;
	margin-bottom: 25px;
	text-shadow: 0 1px 10px #404040;
	text-transform: none;
}
.hero-text-wrap p {
	color: #FFF;
	margin-bottom: 40px;
	padding-right: 50%;
}
.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: 550px;
	width: 100%;
	/* match header height */
margin-top: 80px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.page-banner .page-title-wrap {
	display: table-cell;
	vertical-align: bottom;
}
.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: "gotham_htfbold";
    color: #FFF;
    font-size: 64px;
    letter-spacing: -4px;
    line-height: 1.1em;
    margin-bottom: 240px;
}

.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%;
}

/*------------------------------------*\
    Testimonial Slider
\*------------------------------------*/


.slick-track {
	padding-top: 80px;
    /* padding-bottom: 70px; */
}

.slick-testimonail .slick-slide.slick-slide {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-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;
}
.slick-testimonail .slick-slide.slick-active {
	opacity: 1;
	margin-top: -10px;
	margin-left: 60px;
	margin-right: 60px;
}

.slick-facts .slick-dots li.slick-active button {
	border: 2px solid #fff;
	background: none;
}
.slick-facts .slick-dots {
	    bottom: -180px;
}

.slick-dots {
	/* display: none !important; */
}

.slick-facts h5 {
	text-align: right;
	font-size: 90px;
	letter-spacing: -4px;
	color: #FFF;
	margin-right: 5%;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 1em;
}
.slick-facts h4 {
	color: #FFF;
	font-family: 'gotham_htf_lightregular';
	font-size: 38px;
	line-height: 1.3em;
	letter-spacing: -3px;
	padding-top: 0px;
}
.slick-facts .slick-track {
	padding-top: 10px;
}

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

.tech-logos {
	width: 12.5%;
	float: left;
	text-align: center;
}
.tech-logos2 {
	width: 25%;
	float: left;
	text-align: center;
}

.why-choose-us p {
	color: #1a1a1a;
}

.why-choose-us h2 {
	font-size: 68px;
	line-height: 1em;
	letter-spacing: -6px;
}



/* .push-col-left {
	margin-left: -75px;
	width: calc(49.2% + 75px);
}
.push-col-right {
	margin-left: -33px;
	width: calc(49.2% + 33px);
} */

.fancy-img-wrap {
	position: relative;
}
.fancy-img-wrap img {
	z-index: 2;
	position: relative;
}
.fancy-img-wrap .fancy-block {
	z-index: 1;
	position: absolute;
	top: 28px;
	left: 28px;
	width: 100%;
	height: 100%;
	background: #FFF;
	-webkit-box-shadow: 1px 1px 60px 0 rgba(0,0,0,.1);
	box-shadow: 1px 1px 60px 0 rgba(0,0,0,.1);
}
.fancy-img-wrap .fancy-block-two {
	z-index: 1;
	position: absolute;
	top: 28px;
	right: 28px;
	width: 100%;
	height: 100%;
	background: #FFF;
	-webkit-box-shadow: 1px 1px 60px 0 rgba(0,0,0,.1);
	box-shadow: 1px 1px 60px 0 rgba(0,0,0,.1);
}




.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-intro {
    /* background-image: url(img/trbg.png), url(img/blbg.png);
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat; */
}
.home-intro .tech-services {
	font-family: 'gotham_htf_mediumregular';
	margin-bottom: 50px;
}
.home-intro .tech-services span {
	font-family: 'gotham_htf_lightregular';
}

.page-main {
    background-image: url(img/trbg.png), url(img/blbg.png);
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat;
}


.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: #84c633 !important;
	border: 1px solid #84c633 !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;
}

.cta-wrap h2.rule {
	margin-bottom: 106px;
}


/*------------------------------------*\
    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
\*------------------------------------*/


.harris-right {
	background: #f2f2f2;
}

.harris-right::after {
	content: " ";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url('img/lh.jpg') no-repeat;
	background-size: auto 100%;
	display: block !important;
     left: 50%;
}

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




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

.main-post-wrapper {
	background: #FFF;
	-webkit-box-shadow: 1px 1px 60px 0 rgba(0,0,0,.1);
    box-shadow: 1px 1px 60px 0 rgba(0,0,0,.1);
    margin-bottom: 40px;
}

.post-content-wrapper {
	padding: 4px 28px 28px 28px;
}


.blog-menu-wrapper {
	margin-bottom: 22px;
	float: left;
	width: 100%;
}

.blog-menu-wrapper ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.blog-menu-wrapper ul li {
	list-style: none;
	float: left;
}
.blog-menu-wrapper ul li.current-menu-item a {
	display: block;
	float: left;
	background: #84c633; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #84c633 0%, #534e95 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #84c633 0%,#534e95 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #84c633 0%,#534e95 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84c633', endColorstr='#534e95',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		color: #FFF;
		padding: 13px 40px 15px;
		margin-left: 10px;
		margin-right: 10px;
		display: inline-block;
		font-size: 15px;
		letter-spacing: 0px;
		font-family: "gotham_htf_bookregular";
		-webkit-border-radius: 100px;
		border-radius: 100px;
		-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-menu-wrapper ul li:first-of-type.current-menu-item a {
	margin: 0px;
}


.blog-menu-wrapper ul li  a {
	display: block;
	float: left;
		color: #534e95;
		padding: 13px 24px 15px;
		display: inline-block;
		font-size: 15px;
		letter-spacing: 0px;
		font-family: "gotham_htf_bookregular";
		-webkit-border-radius: 100px;
		border-radius: 100px;
		-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;
}

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: #84c633;
	text-transform: uppercase;
	padding: 14px 50px;
	margin-bottom: -16px !important;
}
.get-started-headline h2 {
	color: #FFF !important;
	text-transform: none;
	font-size: 40px;
}

.get-started-headline h2::after, .gform_wrapper h2::after, .woocommerce-loop-product__title::after, .product-title::after  {
	display: none;
}

.woocommerce-ordering {
	display: none;
}

.hiw {
	/*padding-left: 10%;
	padding-right: 10%;*/
}
.get-started-form_wrapper {
	padding: 15px 4% 50px;
	background: #FFF;
	margin-top: 0px !important;
	-webkit-box-shadow: 1px 1px 60px 0 rgba(0,0,0,.1);
    box-shadow: 1px 1px 60px 0 rgba(0,0,0,.1);
}

.circle-number {
	width: 130px;
	height: 130px;
	text-align: center;
	background: #84c633;
	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: 98px;
	background: #679a28 url('img/testibg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.testimonail-wrap h2 {
	color: #FFF;
}

.testimonail-wrap h2::after {
    background: #FFF;
}

.testimonail-wrap p {
	font-size: 15px;
	line-height: 1.6em;
}

.testimonail-wrap .testimonail-margin {
	margin-bottom: 60px;
	padding-top: 60px;
	padding-bottom: 0px;
	margin-left: 60px;
	margin-right: 60px;
}

.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: #84c633;
}


.testimonail-wrap .slick-slide h5 {
	font-size: 16px;
	font-family: 'gotham_htf_mediumregular';
	margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-top: 12px;
	line-height: 1.3em;
	color: #FFF;
}
.testimonail-wrap .slick-slide h5 span {
	font-size: 15px;
	color: #FFF;
	font-family: 'gotham_htf_lightregular';
	text-transform: none;
}

.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%;
}

.slick-testimonail h4 {
	color: #4d4d4d;
	font-size: 24px;
	font-family: 'gotham_htf_mediumregular';
	letter-spacing: -1px;
     margin-top: 0px;
	margin-bottom: 30px;
}
.slick-testimonail p {
	margin-bottom: 40px;
	color: #FFF;
	font-size: 18px;
}
.testi-img {
	-webkit-border-radius: 68px;
	border-radius: 68px;
	margin-bottom: 60px;
	width: 100px;
	height: auto;
	border: #FFF solid 4px;
}
.t-left {
	width: 120px;
	float: left;
}
.t-right {
	width: calc(100% - 136px);
	float: left;
	margin-left: 16px;
}

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

.qa-box:before {
	width: 100%;
	max-width: 420px;
	height: 6px;
	background: #84c633;
	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%;
}

.team-member-wrapper {
	-webkit-box-shadow: 1px 1px 60px 0 rgba(0,0,0,.1);
		box-shadow: 1px 1px 60px 0 rgba(0,0,0,.1);
}

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



.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: #84c633;
	font-family: 'gotham_htf_mediumregular';
	font-size: 16px;
}

.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: #84c633;

}
.team-wrapper h6 a {
	color: #767676;
}
.team-wrapper h6 {
	font-size: 14px;
	color: #808080;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.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: 34px;
	line-height: 1.4em;
	color: #84c633 !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: #84c633;
}


.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: #84c633;
}


.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: #84c633;
	font-size: 19px;
}
.single-team-focus i {
	color: #000;
}

.single-team-focus ul {

}



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


.team-member-photos-wrap {
	padding-top: 70px;
	padding-bottom: 90px;
}

.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: #84c633;
	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: #84c633;
}

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

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


.square-wrapper {
	width: 99%;
	margin-left: -0.25%;
    margin-right: -0.25%;
}

.square-content {
	position: relative;
	width: 49%;
	margin: .5%;
	float: left;
	text-align: center;
	padding: 25px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.4+0,0.1+100 */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#1affffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/* border: 1px solid rgba(255,255,255,.01); */
-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:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.4+0,0.1+100 */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#1affffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/* border: 1px solid rgba(255,255,255,.01); */
-moz-transform: scale(1.03);
-webkit-transform: scale(1.03);
-o-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
}

.about .square-content {
	background: #FFF;
	width: 23%;
	margin: 1%;
}

.about .square-wrapper {
    width: 102%;
    margin-left: -1%;
    margin-right: -1%;
}

.square-content img {
	width:100px;
	height: 100px;
	margin-top: 12px;
}
.square-content .btn2 {
    padding: 5px 26px 5px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 18px;
}
.square-content .btn2:hover {
	opacity: 1;
}
.square-content h3 {
	color: #FFF;
	font-size: 19px;
	font-family: 'gotham_htf_mediumregular';
	margin-top: 16px;
     margin-bottom: 11px;
}
.about .square-content h3 {
	color: #4d4d4d;
	margin-bottom: 33px;
}
.square-content p {
	color: #FFF;
	/* font-size: 14px;
	line-height: 1.6em; */
}

.square-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2;
}
.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;
}



.header-contact-btn {
	line-height: 48px;
	border: 2px solid #FFF;
	font-family: 'gotham_htf_bookregular';
	font-size: 16px;
	letter-spacing: 0.5px;
	padding: 0px 32px;
	display: block;
	float: right;
	margin-top: 45px;
	color: #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;
}
.header-contact-btn:hover {
	color: #84c633 !important;
	background: #FFF;
}

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

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

.primary_nav_wrap
{
	float: right;
}

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

.primary_nav_wrap ul a
{
	font-size: 17px;
	font-family: 'gotham_htf_mediumregular';
	letter-spacing: -0.5px;
	display:block;
	color:#808080;
	text-decoration:none;
	line-height:76px;
	border-bottom: 4px solid #FFF;
	padding: 4px 2px 0px 2px;
	margin-left: 12px;
	margin-right: 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;
}

.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: #84c633;
	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: #4d4d4d;
	border-bottom: 4px solid #84c633;
}
.primary_nav_wrap ul li.current-menu-item a:hover
{
	color: #4d4d4d;
	border-bottom: 4px solid #84c633;
}

.primary_nav_wrap ul li.buy-btn a
{
	color:#FFF;
	border-bottom: 4px solid #84c633;
	background: #84c633;
	font-family: 'gotham_htf_mediumregular';
	margin-right: 0px;
	padding-left: 30px;
	padding-right: 30px;
}
.primary_nav_wrap ul li.buy-btn a:hover
{
	color: #FFF;
	background: #6f9b34;
	border-bottom: 4px solid #6f9b34;
}
.primary_nav_wrap ul li.cart-icon a
{

}
.primary_nav_wrap ul li.cart-icon a:hover
{
	color: #84c633;
	border-bottom: 4px solid #FFF;
}







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


#ihf-main-container #saveSearchButton.btn-primary {
	color: #FFF !important;
	border-color: #84c633 !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-ancestor a
{
	color: #4d4d4d;
	border-bottom: 4px solid #84c633;
}

.primary_nav_wrap ul li.current-menu-ancestor a:hover
{
	color: #4d4d4d;
	border-bottom: 4px solid #FFF;
}

.primary_nav_wrap ul li.current-menu-ancestor ul a {
	color: #4d4d4d;
	border-bottom: 4px solid #FFF;
}

.primary_nav_wrap ul li.current-menu-ancestor ul li.current-menu-item a {
	color: #4d4d4d;
	border-bottom: 4px solid #FFF;
}

.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: #84c633;
}

.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: #4d4d4d;
	border-bottom: 4px solid #84c633;
}

.primary_nav_wrap ul ul
{
	opacity: 0;
	background: #FFF;
	visibility: hidden;
	position:absolute;
	top:100%;
	left:12px;
	padding: 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: 0px;
}

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

.primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 0px;
	font-size:15px;
	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;
	margin-left: 0px;
    margin-right: 0px;
}

.primary_nav_wrap ul ul a:hover {
	color: #84c633;
	border-bottom: 4px solid #FFF;
}

.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: 16px;
  right: 5%;
  height: 27px;
  width: 38px;
  cursor: pointer;
  z-index: 9999;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(9px) translateX(0) rotate(45deg);
  background: #000;
}
.button_container.active .middle {
  opacity: 0;
  background: #000;
}
.button_container.active .bottom {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
  background: #000;
}
.button_container span {
  background: #000;
  border: none;
  height: 3px;
  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;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#84c633+0,534e95+100 */
background: #84c633; /* Old browsers */
  top: 0;
  left: 0;
  width: 100%;
  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 {
	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-family: 'gotham_htf_lightregular';
}

.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: 4%;
}
.widget-block {
	margin-bottom: 18%;
}

.sidebar-wrapper .widget_nav_menu {
	background: #FFF;
	-webkit-box-shadow: 1px 1px 60px 0 rgba(0,0,0,.1);
    box-shadow: 1px 1px 60px 0 rgba(0,0,0,.1);
}
.sidebar-wrapper .widget_nav_menu h3 {
	color: #FFF;
	background: #84c633;
	font-size: 19px;
	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-size: 15px;
	color: #808080;
	line-height: 14px;
	font-family: 'gotham_htf_mediumregular';
	-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: #fafafa;
}
.sidebar-wrapper .widget_nav_menu ul li:last-of-type a {
	border-bottom: none;
}
.sidebar-wrapper .widget_nav_menu ul li a:hover {
	background: #fafafa;
	color: #84c633;
}




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

.footer-legal-text {
	font-size: 11px;
	opacity: .5;
	margin-top: 8px;
	display: block;
}

.social-icons {
	margin-bottom: 28px;
}

.cta-wrap h4 {
	font-size: 20px;
	color: #FFF;
	margin: 25px 0 6px;
}
.cta-wrap p {
	font-size: 15px;
	line-height: 1.4em;
	opacity: .5;
	margin-bottom: 16px;
}


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

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

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

.cta-wrap .gform_wrapper textarea.large {
    height: 176px !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-top: -13px !important;
    width: 350px !important;
    border: 2px solid rgba(255, 255, 255, 0.1) !important;
    color: #FFF !important;
    background: #84c633;
    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: #6f9b34 !important;
	color: #FFF !important;
}


.cta-wrap input::-webkit-input-placeholder, .cta-wrap textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.cta-wrap input::-moz-placeholder, .cta-wrap textarea::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.cta-wrap input:-ms-input-placeholder, .cta-wrap textarea:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.cta-wrap input:-moz-placeholder, .cta-wrap textarea:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}


.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;
}


.cart .quantity {
    height: 49px;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 {
    padding-left: 0%;
    padding-right: 0%;
}

.woocommerce-checkout #order_review_heading {
    margin-left: 0;
    margin-right: 0;
}

.woocommerce-checkout #order_review {
    padding-left: 0%;
    padding-right: 0%;
}

.footer {
 	float: left;
 	clear: both;
 	width: 100%;
 	background: #000;
 	color: #FFF;
	padding-top: 80px;
	padding-bottom: 100px;
}
.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: #71879d;
}

.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: #000;
}


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

.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: #84c633;
}


.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: #84c633;
	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 #84c633; 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;
	margin: 3% 3% 2%;
	background: #FFF;
	-webkit-box-shadow: 1px 1px 60px 0 rgba(0,0,0,.1);
    box-shadow: 1px 1px 60px 0 rgba(0,0,0,.1);

}

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

.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: 18px;
	margin-bottom: 0px;
	letter-spacing: -0.5px;
	margin-top: 28px;
	padding-left: 18px;
	padding-right: 18px;
	color: #414042;
	font-family: 'gotham_htf_mediumregular';

}
.post-block-wrap .post-content {
	margin-top: 8px;
	padding-left: 18px;
	padding-right: 18px;
	color: #808285;
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 40px;
}
.post-block-wrap .post-content p {
	margin-bottom: 0;
}
.post-block-wrap .post-content span {
	font-family: 'gotham_htf_lightregular';
	color: #84c633;
}

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

/* Single Post */

.post-meta {
	margin-bottom: 34px;
	margin-top: -22px;
}


/* Pagination */

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

.pagination .page-numbers {
	background: #FFF;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	padding: 0px 21px;
	line-height: 50px;
	display: inline-block;
	color: #84c633 !important;
	margin-top: 55px;
	-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;
}
.pagination .page-numbers:hover {
	opacity: .8;
}
.pagination .next.page-numbers {
	background: #84c633;
	color: #FFF !important;
	padding: 0px 40px;
}


/*------------------------------------*\
    IDX
\*------------------------------------*/


#ihf-main-container .btn-link:hover, #ihf-main-container .btn-link:focus {
	color: #84c633 !important;
	text-decoration: none !important;
}

#ihf-main-container .dropdown-menu > .active > a, #ihf-main-container .dropdown-menu > .active > a:focus, #ihf-main-container .dropdown-menu > .active > a:hover {
	background-color: #84c633 !important;
}

#ihf-main-container .dropdown-menu > li > a:focus, #ihf-main-container .dropdown-menu > li > a:hover {
	background-color: #84c633 !important;
	color: #000 !important;
}


/*body .ihf-map-icon-house {
    background: #84c633 none repeat scroll 0 0 !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
body .ihf-map-icon-house::after {
    border-top-color: #000 !important;
}

body #ihf-main-container .marker-cluster-small {
	background-image: url("img/mapcount_bg5_blue.png") no-repeat left top !important;
	background: url("img/mapcount_bg5_blue.png") no-repeat left top !important;
}*/


#ihf-agent-sellers-rep-own-listing-info {
	display: none !important;
}

.home #ihf-board-disclaimers {
	display: none !important;
}
.home .ihf-powered-by {
	display: none !important;
}
.home .ihf-listing-search-results .fs-11 {
	display: none !important;
}
.home .pagination {
	padding-bottom: 0px !important;
}

.ihf-results-grid-photo {
	-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;
}

.ihf-results-grid-photo:hover {
	opacity: .7;
}

.ihf-grid-result {
	margin-bottom: 30px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.ihf-grid-result .ihf-grid-result-container .row .col-xs-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#ihf-main-container .modal-dialog {
	margin-top: 13%;
}

#ihf-main-container .ihf-grid-result .well {
	border: none !important;
	padding: 0 !important;
	position: relative;
	margin-bottom: 0px !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

#ihf-main-container .ihf-grid-result .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#ihf-main-container .ihf-grid-result .row:nth-of-type(4) {
	display: none !important;
}

#ihf-main-container .ihf-grid-result .row:nth-of-type(4) {
	display: none !important;
}

#ihf-main-container .ihf-grid-result .row:nth-of-type(3) {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#ihf-main-container .ihf-grid-result .row:nth-of-type(2) {
	margin-left: 0px !important;
	margin-right: 0px !important;
	position: absolute;
	left: 0;
	bottom: 18px;
	z-index: 10;
	width: 100% !important;
}
#ihf-main-container .ihf-grid-result .ihf-grid-result-price {
	font-weight: normal !important;
	font-family: 'gotham_htf_bookregular' !important;
	font-size: 13px;
}

.ihf-grid-result .ihf-results-grid-photo {
	height: 250px !important;
}

.ihf-grid-result .ihf-grid-result-container .row:nth-of-type(1) {
	position: absolute;
	bottom: 24px;
	z-index: 11;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 15px !important;
}

.ihf-grid-result a .ihf-grid-result-address {
	color: #FFF !important;
}

.ihf-grid-result .title-bar-1 {
	padding: 0px !important;
	background: none !important;
	font-size: 11px;
}

.ihf-grid-result .ihf-grid-result-price {
	margin: 0px !important;
}

.ihf-grid-result .row:nth-of-type(2) .col-xs-10 {
	background: rgba(0, 0, 0, 0.4);
	padding-bottom: 12px;
	padding-top: 9px;
}
.ihf-grid-result .ihf-grid-result-container .row:nth-of-type(2) .col-xs-10 a {
	color: #FFF !important;
}


.ihf-grid-result .ihf-grid-result-container .pull-right {
	display: none;
}















#ihf-main-container .ihf-social-share .btn-sm, #ihf-main-container .ihf-social-share .btn-xs {
	color: #FFF !important;
}



#ihf-main-container .ihf-grid-result-price a {
    color: #fff !important;
}

#ihf-main-container a {
    color: #000 !important;
    font-family: "gotham_htfbold";
    text-decoration: none !important;
}

#ihf-main-container a:hover {
    color: #4a6074 !important;
    text-decoration: none !important;
}

.leaflet-container h2.map-title {
	font-size: 22px;
	letter-spacing: 0px;
	padding-bottom: 8px;

}
.leaflet-container .btn {
	background: #84c633;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px 20px;
	margin-top: 4px;
	margin-bottom: 2px;
	display: inline-block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.leaflet-container .btn:hover {
	opacity: .8;
	color: #FFF;
}
.leaflet-popup-tip {
	display: none;
}

.ihf-slide .thumbnail {
	position: relative;
	overflow: hidden;
	border: none !important;
	min-height: 300px;
	margin: 5px 5px 12px !important;

}

.ihf-container.ihf-widget.ihf-slideshow-container .row .pagination {
	display: none !important;
}

.ihf-slide .thumbnail .gallery-address a {
	display: inline-block;
	font-family: "gotham_htfbold";
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 6px;
	padding-top: 16px;
}

.ihf-slide .gallery-prop-info {
	font-size: 15px;
	font-family: 'gotham_htf_lightregular';
	color: #939598;
	padding-bottom: 20px;
}

.ihf-slide .gallery-prop-info strong {
	font-size: 24px;
	font-family: 'gotham_htf_lightregular' !important;
	color: #939598;
	font-weight: normal !important;
}

.ihf-slide .gallery-prop-info .col-xs-6:nth-child(2) {
	padding-top: 10px;
}

.ihf-slideshow-container {
	overflow: visible !important;
}
.ihf-slideshow .ihf-slider-col .thumbnail {
	min-height: 400px;
}

.feat-prop-wrap #ihf-main-container {
	padding-bottom: 40px;
	display: block !important;
}

.ihf-slide .gallery-prop-info .col-xs-6 {
	width: 100% !important;
	clear: both;
	text-align: center !important;
}

.ihf-slide .ihf-small-results-photo > a {
    background: #333 none repeat scroll 0 0;
    display: block;
    margin: 0 0 30px;
    overflow: hidden;
    padding-top: 65%;
    position: relative;
}
.ihf-slide .thumbnail .row:first-of-type {
    left: 0;
    padding-top: 200px;
    text-align: center;
    top: 0;
    width: 100%;
    position: relative;
}

.ihf-slide .thumbnail .row:nth-child(2) {
	position: absolute;
	height: 200px;
	top: 0;
	left: 0;
}

.ihf-gallery-slider-photo {
	height: 200px !important;
}

.ihf-gallery-slider-photo img.ihf-slider-img {
	height: 200px !important;
	width: 100%;
	max-height: 200px !important;
}





/*IDX*/

#ihf-main-container {
	font-family: 'gotham_htf_bookregular';
}
#ihf-main-container .btn-primary {
	background-color: #1D3D6B;
	    border-color: #1D3D6B;
	    color: #ffffff !important;
	    font-family: 'gotham_htfbold';
}
#ihf-main-container .btn-primary:hover, #ihf-main-container .btn-primary:focus, #ihf-main-container .btn-primary:active, #ihf-main-container .btn-primary.active {
    background-color: #315a9d;
        border-color: #315a9d;
        color: #FFF !important;
}

#ihf-main-container a, #ihf-main-container .btn-link {
	color: #1D3D6B;
}
#ihf-main-container a:hover, #ihf-main-container a:focus {
	color: #444;
	text-decoration: none;
}
#saveSearchButton {
	background: #1D3D6B !important;
	border: 1px solid #1D3D6B !important;
}
#saveSearchButton:hover {
	opacity: .8;
}
#ihf-main-container .title-bar-1 {
	border: none;
	padding: 7px 8px;
	background: #1D3D6B;
}
.ihf-grid-result-address {
    padding-bottom: 10px;
    line-height: 17px;
    display: inline-block;
}
.ihf-grid-result-address::first-line {
    padding-bottom: 10px;
    font-family: "gotham_htfbold";
    font-weight: 700;
    display: inline-block;
}


.ihf-grid-result-basic-info-container {
	color: inherit;
}
.ihf-grid-result .ihf-grid-result-container.well .row:nth-child(5),
.ihf-grid-result .ihf-grid-result-container.well .row:nth-child(6),
.ihf-grid-result .ihf-grid-result-container.well .row:nth-child(7),
.ihf-grid-result .ihf-grid-result-container.well .row:nth-child(8) {
	display: none !important;
}

#ihf-main-container .modal-header {
	background: #000;
}
#ihf-main-container .modal-title {
	font-weight: normal;
	font-family: 'gotham_htfbold';
}
#ihf-main-container .close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: normal;
    line-height: 22px;
    opacity: 1;
    padding-bottom: 4px;
    text-shadow: none;
}
#ihf-main-container b, #ihf-main-container strong {
	font-weight: normal;
}

.ihf-listing-detail .ihf-address {
	font-size: 23px !important;
	font-weight: normal !important;
	color: #84c633 !important;
	font-family: 'gotham_htfbold' !important;
	letter-spacing: -0.5px !important;

}
.tab-content #ihf-main-container .mt-10 {
    margin-top: 30px;
}

.ihf-description {
	font: 21px/1.4;
}
.listing-info-item {
	font: 14px/1.3;
}


#ihf-main-container .listing-info-item {
    padding: 6px 0;
}

#ihf-main-container .tab-content .title-bar-1 {
	font-size: 18px;
	font-family: 'gotham_htfbold';
	letter-spacing: -0.5px;
	color: #FFF;
	margin-top: 32px;
	padding: 12px 9px;
	margin-bottom: 10px;
}



/*------------------------------------*\
    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;
}

h2 {
	position: relative;
}

.side-link {
	font-size: 16px;
	position: absolute;
	right: 0;
	color: #84c633;
	text-transform: none;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.side-link:hover {
	color: #000;
}





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

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

	#header .header-wrap {
	    height: 56px;
	}
	.top-hat .top-hat-menu {
		display: none;
	}

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

	#header .logo-img {
	   height: auto;
	   width: 160px;
	   margin-top: 6px
	}

	#header.smaller .header-contact-btn {
		display: none;
	}
	#header .header-contact-btn {
		display: none;
	}


	/* Menu Line Height Need To Match Header */
	#header .primary_nav_wrap ul a {
		line-height: 45px;
		height: 45px;
	}
	.header-padding {
	    height: 84px;
	}
	.sticky-wrapper {
		height: 84px !important;
	}
	.button_container {
	    top: 31px;
	}
	.smaller .button_container {
	    top: 19px;
	}
	.book-right {
		background: none;
	}
	.t-right {
    width: 100%;
    float: left;
    margin-left: 16px;
}
.t-left {
    width: 100%;
    float: left;
		text-align: center;
	}
	.slick-slide img {
    display: inline-block !important;
}

}



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

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

@media only screen and (max-width: 767px) {
	.mobile-dev-helper span.help-all-mobile {
		display: block;
	}
	.banner-box h3 {
    font-size: 46px;
	}

.slick-facts {
	text-align: center;
}
.slick-facts h5 {
	text-align: center;
}
.slick-facts h4 {
    font-size: 29px;
    padding-left: 40px;
    padding-right: 40px;
}

.slick-facts h5 {
    font-size: 68px;
    padding-left: 30px;
    padding-right: 30px;
}

.page-banner {
	margin-top: 80px;
	padding-top: 0px;
}
.about .square-content {
    padding: 4px 25px;
}
.about .square-content {
    background: #FFF;
    width: 48%;
    margin: 1%;
    min-height: 210px;
}
	.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !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: 50px;
	    letter-spacing: -4px;
	    text-transform: none;
	}

	.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 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: #84c633;
	}
	.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%;
		text-align: center;
	}
	.social-icons {
    text-align: center;
    margin-bottom: 40px;
}
.footer-legal-text {
    font-size: 8px;
    opacity: .5;
    margin-top: 16px;
    margin-bottom: 20px;
    display: block;
    line-height: 9px;
}
	.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: #84c633;
		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;
	} */

	.hero-text-wrap h1 {
	    font-size: 32px;
	    letter-spacing: -2px;
	    margin-bottom: 33px;
	}

	.home-intro {
	    /* background-image: none, url(img/blbg.png);
	    background-position: none, left bottom;
	    background-repeat: none, no-repeat; */
	}

	.page-main {
		background-image: none, url(img/blbg.png);
 	    background-position: none, left bottom;
 	    background-repeat: none, no-repeat;
	}

	.mobile-show {
		display: block;
	}
	.mobile-hide {
		display: none;
	}

	.fancy-img-wrap {
    		margin-right: 5%;
		margin-left: 5%;
	}

	.slick-testimonail h4 {
    font-size: 16px;
    font-family: 'gotham_htf_lightregular';
}

h5.bar2::before {
    left: -18%;
    top: -18px;
}
.tech-logos {
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
}
.tech-logos2 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
}


}



/* PHONE (portrait and landscape)  */
@media only screen and (min-width : 320px) and (max-width : 480px) {
	.mobile-dev-helper span.help-mobile {
		display: block;
	}
	#header .logo {
    		/* margin-top: 20px; */
	}
	.button_container {
    top: 31px;
}
.hero-text-wrap h1 {
    font-size: 22px;
    letter-spacing: -1px;
    margin-bottom: 24px;
}
.btn2 {
    padding: 10px 31px 12px;
}
	/* .page-template-page-about-php .page-banner {
	    height: 260px;
	} */
	.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;
	}
	.animated {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
}


/* 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;
	}
	h2 {
	    font-size: 32px;
	    letter-spacing: -2px
	}
	h2.number1 {
	    margin-top: 50px;
	}
	h2.number2 {
	    margin-top: 50px;
	}
	h2.number3 {
	    margin-top: 50px;
	}
	h2.number4 {
	    margin-top: 50px;
	}
	h2.number5 {
	    margin-top: 50px;
	}



	.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;
}
.footer-legal-text {
    font-size: 8px;
    opacity: .5;
    margin-top: 16px;
    display: block;
    line-height: 9px;
}
.footer #custom_html-2 {
	    margin-top: 11px;
}
	body {
    font-size: 15px;
    line-height: 1.4em;
}
.square-content p {
    color: #FFF;
    font-size: 12px;
    line-height: 1.4em;
}
	.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: 40px;
	    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;
	}
}

/* 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;
	}

	h2.number1 {
	    margin-top: 50px;
	}
	h2.number2 {
	    margin-top: 50px;
	}
	h2.number3 {
	    margin-top: 50px;
	}
	h2.number4 {
	    margin-top: 50px;
	}
	h2.number5 {
	    margin-top: 50px;
	}

	h2 {
    		font-size: 41px;
	}
	body {
    		font-size: 16px;
	}

	.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 (min-width : 1300px) {
	.primary_nav_wrap ul a {
		/* font-size: 15px;
		padding: 0 8px; */
	}
	.hero-text-wrap h1 {
	    font-size: 53px;
			letter-spacing: -3px;
	}
}


@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;
	}
}
