/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/* font-family: 'Open Sans', sans-serif; */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
/* font-family: 'Raleway', sans-serif; */


/**************************************/
/*    COLORS                              */
/**************************************/

    /* GOLD:    #f4a83b; */
	/* GREEN:	#1d6426; */
 /* Vivid Green */
	/* GRAY:	#403d3d; */



html, body {
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}
body {
	background: #ffffff;
	width: 100%;
	height: 100%;
    margin: 0px;
}


/* iPad/iPhone display issues */
input[type=submit] {
  -webkit-appearance: none;
}
input[type=text] {
  -webkit-appearance: searchfield;
}

a[href^="tel:"] {
  color: #FFF;
  text-decoration: none;
}




.fullwidth-bg {
    display: inline-block;
    float: left;
    width: 100%;
}
.page-center {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.page-center-nopadding {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width:1200px) {
    .page-center {
        padding: 0 40px;
    }
}
@media (max-width:767px) {
    html, body {
        font-size: ;
    }
    .page-center {
        padding: 0 20px;
    }
}
@media (max-width:480px) {
    html, body {
        font-size: ;
    }
}



/* Page with Border */
body.withBorder {
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
@media (max-width:767px) {
    body.withBorder {
        padding: 15px;
    }
}


/* ------ Typography ------ */
/* Basic text */
p, span {
    font-size: 1rem;
    color: #403d3d;
}
p {
    line-height: 23px;
}
.large-paragraph p,
.large-paragraph span {
    font-size: 1.125rem; /* 18px */
}
small {}
strong {
    font-weight: bold;
}
em {}
cite {}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #403d3d;
    margin-top: 0px;
    font-weight: 300;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 3.125rem; /* 50px */
}
h2 {
    font-size: 2.5rem; /* 40px */
}
h3 {
    font-size: 1.875rem; /* 30px */
}
h4 {
    font-size: 1.5rem; /* 24px */
}
h5 {}
h6 {}

.lpSubHead h4 {
	font-size: 22px;
}


.h2nd h2 a {
	color: #1d6426;
	font-weight: bold;
}

.h2nd h3 {
	color: #1d6426;
	font-weight: bold;
	margin: 0;
}

/* Lists */
ul, ol {
    color:#403d3d;
}
ul ul, ul ol, ol ol, ol ul {}

li {}

ul.unstyled, ol.unstyled {}

ul.inline, ol.inline {}
ul.inline > li, ol.inline > li {}

dl {}
dt, dd {}
dt {}
dd {}

/* Quotes */
blockquot,
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p,
blockquote span {
    font-size: 1.875rem;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

/* Links */

a {
    /*opacity: 1!important;
    transition: 0.1s;*/
    color:  #f4a83b;
    text-decoration: none;
}
a:hover {
    /*opacity: 0.8!important;*/
    color: #1d6426;
    text-decoration: none;
}

/* Address */
address {}

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

@media (max-width:767px) {
    .mobile-display-none {
        display: none!important;
    }
}

/* Colors */
.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white p,
.color-white span,
.color-white li {
    color: #FFF;
}
/* Background Colors */
.bg-lightgrey {
    background: #f3f3f3;
}
/* Margins & Paddings */

.padding-L	    {	padding: 70px	0px;	}
.padding-M	    {	padding: 60px	0px;	}
.padding-S	    {	padding: 30px	0px;	}

.padding-L-top	    {	padding-top: 70px;	}
.padding-M-top	    {	padding-top: 60px;	}
.padding-S-top	    {	padding-top: 30px;	}

.padding-L-bottom	{	padding-bottom:	70px;	}
.padding-M-bottom	{	padding-bottom:	60px;	}
.padding-S-bottom	{	padding-bottom:	30px;	}

.margin-L	    {	margin:	70px	0px;	}
.margin-M	    {	margin:	60px	0px;	}
.margin-S	    {	margin:	30px	0px;	}

.margin-L-top	{	margin-top:	70px;	}
.margin-M-top	{	margin-top:	60px;	}
.margin-S-top	{	margin-top:	30px;	}

.margin-L-bottom	{	margin-bottom:	70px;	}
.margin-M-bottom	{	margin-bottom:	60px;	}
.margin-S-bottom	{	margin-bottom:	30px;	}


@media (max-width: 767px) {
    .mobile-padding-L	        {	padding:	50px	0px;	}
    .mobile-padding-M	        {	padding:	40px	0px;	}
    .mobile-padding-S      	    {	padding:	30px	0px;	}

    .mobile-padding-L-all	    {	padding:	50px;	}
    .mobile-padding-M-all	    {	padding:	40px;	}
    .mobile-padding-S-all      	{	padding:	30px;	}

    .mobile-padding-L-top	    {	padding-top:	50px;	}
    .mobile-padding-M-top	    {	padding-top:	40px;	}
    .mobile-padding-S-top	    {	padding-top:	30px;	}

    .mobile-padding-L-bottom	{	padding-bottom:	50px;	}
    .mobile-padding-M-bottom	{	padding-bottom:	40px;	}
    .mobile-padding-S-bottom	{	padding-bottom:	30px;	}

    .mobile-margin-L	        {	margin:	50px	0px;	}
    .mobile-margin-M	        {	margin:	40px	0px;	}
    .mobile-margin-S	        {	margin:	30px	0px;	}

    .mobile-margin-L-top	    {	margin-top:	50px;	}
    .mobile-margin-M-top	    {	margin-top:	40px;	}
    .mobile-margin-S-top	    {  	margin-top:	30px;	}

    .mobile-margin-L-bottom	    {	margin-bottom:	50px;	}
    .mobile-margin-M-bottom	    {	margin-bottom:	40px;	}
    .mobile-margin-S-bottom	    {	margin-bottom:	30px;	}
}

/* Alignments */

.text-aligncenter {
    text-align: center;
}
.text-alignleft {
    text-align: left;
}
.text-alignright {
    text-align: right;
}
.text-alignjustify {
    text-align: justify;
}

@media (max-width: 767px) {
    .mobile-text-aligncenter {
        text-align: center;
    }
    .mobile-text-alignleft {
        text-align: left;
    }
    .mobile-text-alignright {
        text-align: right;
    }
    .mobile-text-alignjustify {
        text-align: justify;
    }
}

/* Popup Image */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer!important;
}

/* Generic Form Styling */
input, select, textarea {
    border-radius: 4px;
    margin: 10px 0;
    box-shadow: none !important;
    outline: 0;
    border: 1px solid #d6d6d6;
    padding: 5px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
}

form ul.hs-error-msgs {
    display: block !important;
    list-style-type: none !important;
    margin: 5px 10px 10px !important;
    color: #900 !important;
}



/**
 *
 * =======================================================================
 * HEADER
 * =======================================================================
 */
.header-container-wrapper {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}
@media (max-width:767px) {
    .header-container-wrapper {
        top: 10px;
    }
}

#header {
    height: 120px;
    padding: 30px 70px 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: 0.5s;
    background: #FFF;
}
.is-sticky #header {
    background: #FFF; /*#212121;*/
    box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
}

.mobile-button-wrapper {
	display: none;
}
.flyout-navigation {
	display: none !important;
}

/* New Menu Stuff here */

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: inline-block;
    padding: 30px 20px 10px;
    white-space: wrap;
    max-width: 300px;
    /*overflow: hidden;*/
    text-overflow: string;
    text-decoration: none;
}

@media (max-width: 1290px) {
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    	padding: 30px 10px 10px;;
	}
}
@media (max-width: 1240px) {
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    	padding: 30px 10px 10px;
		font-size: 14px !important;
	}
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	float: right;
	/*background: #fff;*/
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	color: #333;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
	color: #1d6426;
	opacity: 1 !important;
}

#header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block!important;
    position: absolute!important;
    top:50px;
    left:10px;
    float: none!important;
    padding-left: 0px!important;
    /*visibility: visible!important;*/
    opacity: 1!important;
    word-wrap: normal!important;
    max-width:300px !important;
    background: #FFF;
   /* box-shadow: 2px 2px 3px rgba(0,0,0,.5); */
}

#header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 160px;
    top: 0;
}



.hs-menu-item .hs-menu-depth-2 {
	word-wrap: normal;
	/*max-width: 250px;*/
	max-width: 270px;
	white-space: normal !important;
}

.hs-menu-item .hs-menu-depth-3 {
	word-wrap: normal;
	/*max-width: 250px;*/
	max-width: 270px;
	white-space: normal !important;
}


/*******************************************
	more updated/custom menu stuff
	****************************************/

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	visibility: hidden;
    opacity: 0;
    /*-webkit-transition: opacity .4s;*/
    position: absolute;
    z-index: 10;
    left: 0;
    background: #FFF;
    max-width: 250px !important;
    word-break:normal;
    overflow: visible;
}



.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: normal;
    word-break: normal;
    word-wrap: normal;
    overflow: visible;
    text-overflow: normal;
    padding: 10px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
	background: #333;
	color: #fff;
	opacity: 1 !important;
}


/* Logo */
#header .logo {

}
#header .logo img {
    /*max-width: 110px;*/
}
.navPhone {
	text-align:right;
	margin: -30px 0 0 0;
	padding: 0;
}

.navPhone a {
		color: #333 !important;
}

@media (max-width:1024px) {
    #header .logo img {
    	position: absolute;
    	top: 20px;
    	/*margin: -70px 0 0 0;*/
	}
	.navPhone {
		text-align:right;
		margin: -10px 0 0 0;
		padding: 0;
	}
}

@media (max-width:767px) {
    #header {
        height: 100px;
        padding: 10px 30px;
    }
    #header .logo img {
    	max-width: 200px;
    	position: absolute;
    	top: 20px;
    	/*margin: -70px 0 0 0;*/
	}
}

@media (max-width: 600px) {

	.navPhone {
		text-align:left;
		margin: -10px 0 0 0;
		padding: 0 40px 0;
	}

	.navPhone a[href^="tel:"] {
  		color: #333 !important;
  		text-decoration: none;
	}
}


/* ===============================================
 *  Mobile Menu
 * ============================================ */

.mobile-button {
    position: relative;
    z-index: 999999!important;
    text-align: right;
    /*display: none!important;*/
}
.flyout-toggle {
    position: relative;
    z-index: 99999;
    transition: all linear 300ms;
}
.nav-toggle {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.nav-toggle span {
    display: inline-block;
}
.nav-toggle span:after {
    content: "\f0c9";
    font-family: fontawesome;
    font-size: 28px;
    color: #333;
}
.nav-toggle.active span:after {
    content: "\f00d";
    color:#fff;
}
@media (max-width:1024px) {
    .mobile-button {
        position: absolute;
        top: 20px;
        right: 40px;
        display:block;
    }
}

/******** -- REMOVED so-called FlyOut Navigation -- *********/
/******** -- nope. put it back in. we'll see ... -- *********/

/* Flyout Navigation */
@media (max-width: 1024px) {

 .mobile-button-wrapper {
	display: block !important;
 }


 #header .flyout-navigation {
 	display: block !important;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    padding: 50px 10px 10px;
    position: fixed!important;
    background: rgba(0,0,0,0.85)!important;
    top: 0;
    right: -100%;
    z-index: 99999;
    /*transition: all linear 300ms;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /*transition: 0.4s;*/
    overflow-y: scroll!important;
 }
 #header .flyout-navigation.active {
    right: -15px;
 }
 #header .flyout-navigation .hs-menu-wrapper ul > li {
    display: inline-block;
    width: 100%!important;
    border: 0px!important;
    border-bottom: 1px solid #212121;
 }
 #header .flyout-navigation .hs-menu-wrapper ul > li > a {
    color: #FFF!important;
 }
 #header .flyout-navigation .hs-menu-wrapper ul li a {
    width: auto!important;
    max-width: none!important;
    padding-bottom: 2px;
    font-family: 'Open Sans',sans-serif;
 }
 #header .flyout-navigation .hs-menu-wrapper ul li a:hover {
    opacity: 0.5;
 }
 #header .flyout-navigation .hs-menu-wrapper ul li ul li a {
    font-size: 14px;
 }

 .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 140px;
    max-width: 200px;
 }
}
/**
 *
 * =======================================================================
 * FOOTER
 * =======================================================================
 */
#footer {
    position: relative;
    padding: 70px 0px 10px;
    background: #1d6426;
    text-align: left;
}
@media (max-width:767px) {
    #footer {
        padding: 50px 0px 10px;
    }
}


/* Logo */
#footer .logo img {
    /*max-width: 110px;*/
    margin-bottom: 20px;
    max-width: 300px;
    height: auto;
}

/* Copyright */
#footer .copyright span {
    color: #FFF;
    font-size: 14px;
    margin: 30px 0px 0px;
    text-align: center;
}

/* Scroll to top */
#footer .scroll-to-top-button {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: -25px;
    width: 50px;
    height: 50px;
    margin: auto;
    background: #1d6426;
    border-radius: 300px;
    cursor: pointer;
    transition: 0.15s;
    z-index: 10;
}
#footer .scroll-to-top-button:hover {
    background: #f4a83b;/*#1d6426;*/
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
#footer .scroll-to-top-button i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 23px;
    height: 30px;
    margin: auto;
    color: #FFF;
    font-size: 24px;
}


#footer p {
	color: #FFF;
	line-height: 16px;
	font-size:14px;
}

#footer h3 {
	color: #f4a83b;
	font-size: 16px;
}

#footer .socialBox {
	/*text-align: right !important;*/
	float: right;
	/*padding:18px 0 10px 0;*/
}

#footer h3.socConnect {
    margin-left:65px;
}
#footer .socIcons {
    text-align:right;
}

@media(max-width:1024px){
    #footer .socialBox {
        margin-top: 30px;
    }
    #footer h3.socConnect {
        margin-left:0;
    }   
    #footer .socIcons {
        text-align:center;
    } 
}

#footer .socialBox .fa {
	color: #1d6426;
	font-size: 23px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
	background: #FFF;
	border-radius: 50%;
	margin-left: 5px;
	margin-bottom: 10px;
}

#footer .customerLogin {
margin: 20px 0 20px;
text-align: right !important;
float: right;
}
#footer .customerLogin a {
	color: #fff;
}


@media (max-width: 768px) {
	#footer p {
		color: #FFF;
		line-height: 16px;
		font-size:14px;
	}

	#footer h3 {
		color: #f4a83b;
		font-size: 16px;
	}

	#footer .socialBox {
		text-align: center !important;
		float: none;
		margin: 0 auto 20px;
		padding:18px 0 0 0;
	}

	#footer .socialBox .fa {
		color: #1d6426;
		font-size: 23px;
		text-align: center;
		line-height: 40px;
		height: 40px;
		width: 40px;
		background: #FFF;
		border-radius: 50%;
		margin-left: 5px;
	}

	#footer .customerLogin a {
		color: #fff;
		text-align:center;
	}
}

/**
 *
 * =======================================================================
 * HERO BANNER
 * =======================================================================
 */

.hero-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-height: 600px;
    overflow:hidden;
}
.hero-image {
    display: none!important;
}

@media(max-width:600px){
   .hero-banner {
    background-size: cover;
    background-position: 80% 50%;
    background-repeat: no-repeat;
    max-height: 600px;
    overflow:hidden;
    } 
    
}

/**
 *
 * =======================================================================
 * CTAs
 * =======================================================================
 */

/* Homepage - contact us */
.beans-home-contact-btn {
    background: #1d6426!important;
    border-radius: 8px!important;
    border-bottom: 3px solid #bd0025!important;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
    transition: 0.1s!important;
}
.beans-home-contact-btn:hover {
    border-bottom: 3px solid transparent!important;
}

/* Thankyoupage - back to homepage btn */
.beans-thankyou-back-to-home-btn {
    background: none!important;
    border: 2px solid #FFF!important;
    transition: 0.1s!important;
}
.beans-thankyou-back-to-home-btn:hover {
    background: #1d6426!important;
    border: 2px solid #1d6426!important;
}
.beans-thankyou-back-to-home-btn span {
    font-weight: bold;
    font-size: 15px!important;
}

.thankYouBox {
	background: #f3f3f3;
	border-radius: 10px;
	padding: 20px;
	height: 330px;
	overflow:hidden;
}
.thankYouBox li {
	font-size:16px;
	padding:0px 0px 8px;
}
.thankYouBox a {
	color: #1d6426;
}
.thankYouBox a:hover {
	color: #f4a83b;
}

@media (max-width: 768px) {
	.thankYouBox {
		padding: 15px !important;
		margin-bottom: 10px !important;
	}
	.thankYouBox h3 {
		font-size: 20px !important;
	}
}
/**
 *
 * =======================================================================
 * MAIN STYLING
 * =======================================================================
 */


/*
 * ============================================
 * HOMEPAGE
 * ============================================
 */

/*
 * -----------------------
 * Hero Banner
 * -----------------------
 */
#home-hero-banner {
    position: relative;
    max-height: 600px;
    top: 80px;
}
#home-hero-banner > .page-center,
#home-hero-banner > .page-center > .span12 {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#home-hero-banner > .page-center > .span12 > .row-fluid-wrapper.row-number-3 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #home-hero-banner {
        position: relative;
        height: 720px;
    }
    #home-hero-banner > .page-center,
    #home-hero-banner > .page-center > .span12 {
        display: table;
        width: 100%;
        height: 720px;
        vertical-align: middle;
    }
    #home-hero-banner > .page-center > .span12 > .row-fluid-wrapper.row-number-3 {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        text-align: center;
        color: #FFF;
    }
}
/* Content */

#home-hero-banner .hero-banner-content {
	padding: 0 10% 0;
}

#home-hero-banner .hero-banner-content h1 {
    color: #FFF;
    font-weight:800;
    text-shadow: 0px 0px 10px rgba(0,51,0,.8);
    margin-top: -30px;
}

#home-hero-banner .hero-banner-content h4 {
    margin-top: 0px;
    color: #FFF;
    line-height: 2;
    text-shadow: 1px 1px 5px rgba(0,17,0,.99);
}

/* Features */
#home-hero-banner .hero-banner-features {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 100%;
    max-width: 450px;
    padding: 0px 25px;
    margin: 0px auto 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#home-hero-banner .hero-banner-features .features-box {
    /*display: inline-block;*/
    float: none;
    width: 100%;
    margin: 0px auto 0px;
    text-align: center;
}
#home-hero-banner .hero-banner-features .features-text span {
    margin-top: 15px;
    font-size: 13px;
    color: #FFF;
}

@media (max-width: 768px) {
	#home-hero-banner .hero-banner-content {
		padding: 0 5% 0;
	}

	#home-hero-banner .hero-banner-content h1 {
   	 	color: #FFF;
   	 	font-weight:800;
    	font-size:32px;
	}

	#home-hero-banner .hero-banner-content h4 {
    	margin-top: 0px;
    	color: #FFF;
    	line-height: 1.5;
	}

	#home-hero-banner .hero-banner-features {
    	position: absolute;
    	left: 0;
    	right: 0;
    	bottom: 20px;
    	width: 100%;
    	max-width: 300px;
    	padding: 0px 25px;
    	margin: auto;
    	box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	-o-box-sizing: border-box;
    	-moz-box-sizing: border-box;
	}
	#home-hero-banner .hero-banner-features .features-box {
    	display: inline-block;
    	float: none;
    	width: 100%;
    	margin: 0px auto 0px;
    	text-align: center;
	}
	#home-hero-banner .hero-banner-features .features-text span {
    	margin-top: 15px;
    	font-size: 13px;
    	color: #FFF;
	}
}

@media (max-width: 600px) {
	#home-hero-banner .hero-banner-content {
		padding: 0 5% 0;
	}

	#home-hero-banner .hero-banner-content h1 {
   	 	color: #FFF;
   	 	font-weight:800;
    	font-size:28px;
    	margin: -10px 0 10px;
	}

	#home-hero-banner .hero-banner-content h4 {
    	margin-top: 0px;
    	color: #FFF;
    	line-height: 1.25;
	}

	#home-hero-banner .hero-banner-features {
    	position: absolute;
    	left: 0;
    	right: 0;
    	bottom: 20px;
    	width: 100%;
    	max-width: 300px;
    	padding: 0px 25px;
    	margin: auto;
    	box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	-o-box-sizing: border-box;
    	-moz-box-sizing: border-box;
	}
	#home-hero-banner .hero-banner-features .features-box {
    	display: inline-block;
    	float: none;
    	width: 100%;
    	margin: 0px auto 0px;
    	text-align: center;
	}
	#home-hero-banner .hero-banner-features .features-text span {
    	margin-top: 10px;
    	font-size: 13px;
    	color: #FFF;
	}
}


/*
 * -----------------------
 * Introduction
 * -----------------------
 */
#home-introduction {
	margin-top: 50px;
    padding: 60px 0px;
    text-align: center;
}

/* Header */
#home-introduction .header-text h2 {
    margin-bottom: 0px;
}

/* Subheader */
#home-introduction .subheader-text {
    margin-bottom: 20px;
}

/* Services Box */
#home-introduction .service-box {
    padding: 0px 30px;
    margin: 30px 0 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#home-introduction .service-box .service-icon {
    margin-bottom: 24px;
}
#home-introduction .service-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
#home-introduction .service-box img {
    transition: 0.15s;
}
#home-introduction .service-box .service-header span {
    font-weight: bold;
    text-transform: uppercase;
    color: #1a1a1a;
}
#home-introduction .service-box .service-header a {
	color: #1a1a1a !important;
}

#home-introduction .service-box .service-description p,
#home-introduction .service-box .service-description span {
    margin: 0px;
    color: #1d6426;
}
@media (max-width:767px) {
    #home-introduction .service-box {
        margin-bottom: 30px;
        padding: 0px 20%;
    }
}
@media (max-width:480px) {
    #home-introduction .service-box {
        padding: 0px;
    }
}

/*
 * -----------------------
 * Testimonial
 * -----------------------
 */
#home-testimonial {
    padding: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;-
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#home-testimonial .testimonial-content {
    display: inline-block;
    width: 100%;
    padding: 60px 0px;
    text-align: center;
    border-top: 1px solid #f4a83b;
    border-bottom: 1px solid #f4a83b;
    text-shadow: 0px 0px 10px rgba(0,51,0,.8);
}
#home-testimonial .testimonial-content .page-center {
    float: none;
    margin: auto;
    color: #FFF;
}
#home-testimonial .testimonial-content .quote blockquote {
    margin: 0px;
    color: #FFF;
}
#home-testimonial .testimonial-content .portrait-image {
    margin: 30px 0px 14px;
}
#home-testimonial .testimonial-content .portrait-name span {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}
@media (max-width:767px) {
    #home-testimonial {
        padding: 30px 15px;
    }
    #home-testimonial .testimonial-content {
    	display: inline-block;
    	width: 100%;
    	padding: 20px 0px;
    	text-align: center;
    	border-top: 1px solid #f4a83b;
    	border-bottom: 1px solid #f4a83b;
	}
	#home-testimonial .testimonial-content blockquote span {
		font-size: 18px !important;
	}
	#home-testimonial .testimonial-content blockquote span h2 {
		font-size: 18px !important;
		line-height: 1.25 !important;
	}
	#home-testimonial .testimonial-content .portrait-image {
    	margin: -10px 0px 5px !important;
	}

	#home-testimonial .testimonial-content .portrait-name span {
   		margin: 0 0 10px !important;
    	font-size: 14px;
    	font-weight: bold;
    	color: #FFF;
	}
}

@media (max-width:767px) {
	#home-testimonial .testimonial-content .portrait-name span {
   		margin: 0 0 15px !important;
    	font-size: 14px;
    	font-weight: bold;
    	color: #FFF;
	}
}


/* Customer Reviews/Testimonials page */

.testimonialBlock {
	clear:both;
}

/*.testimonialLogo {
	float:left;
	width: 230px;
	*min-height:200px;
	height:100%;
	padding:10px 20px 0 0;
	text-align:center;
	vertical-align:top;
}

.testimonialBlurb {
	background:1px solid #fff;
}*/

.testimonialLogo, .testimonialLogo:before {
    width:30%;
}
.testimonialLogo {
    float:left;
    padding: 10px 20px 0 0;
    overflow:hidden;
}
.testimonialLogo:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    background: #fff;
}

.testimonialLogo img {
	max-width: 95%;
	height: auto;
}

.testimonialBlurb, .testimonialBlurb:before {
    width:60%;
}
.testimonialBlurb {
    float:left;
    padding: 0 0 30px 0;
}
.testimonialBlurb:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 30%;
    background-color: #FFF;
}

@media (max-width: 600px) {
	.testimonialBlock {
		clear:both;
		margin: 0 0 20px;
	}

	.testimonialLogo {
		float:left;
		width: 100%;
		min-height:0;
		height:100%;
		padding:30px 0 0 0;
		text-align:center;
		vertical-align:top;
	}
	.testimonialBlurb {
    	float:left;
    	width: 100%;
    	padding: 20px 0 0 0;
	}
}


/*
 * -----------------------
 * Special Discount
 * -----------------------
 */
#home-special-discount {
    padding: 60px 0px;
}
#home-special-discount .header-text h2 {
    margin-bottom: 15px;
}


/*
 * -----------------------
 * Gallery
 * -----------------------
 */

.gallery-box {
    cursor: pointer !important;
}

#home-gallery {

}
#home-gallery > .span12 > .row-fluid-wrapper > .row-fluid > .span4 {
    display: inline-block;
    float: left;
    /*width: 25%;*/
    width:33.333333%;
    margin: 0px;
    transition: 0.3s;
}
#home-gallery > .span12 > .row-fluid-wrapper > .row-fluid > .span4:hover {
    opacity: 1;
}
#home-gallery .gallery-box {
    position: relative;
    height: 400px;
    cursor: pointer;
}
#home-gallery .gallery-box > div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0px;
    background: rgba(0,0,0,0.3);
    transition: 0.2s;
}
#home-gallery .gallery-box:hover > div {
    background: rgba(0,0,0,0);
}

@media (max-width:1240px) {
    #home-gallery .gallery-box {
        height: 320px;
    }
}
@media (max-width:1023px) {
    #home-gallery .gallery-box {
        height: 260px;
    }
}

@media (max-width:800px) {
    #home-gallery .gallery-box {
        height: 220px;
    }
}


@media (max-width:600px) {
    #home-gallery > .span12 > .row-fluid-wrapper > .row-fluid > .span4 {
        width: 100%;
    }
    #home-gallery .gallery-box {
        height: 300px;
    }
}

@media (min-width:1500px) {
     #home-gallery .gallery-box {
          position: relative;
          height: 460px;
          cursor: pointer;
          }
}
@media (min-width:1800px) {
     #home-gallery .gallery-box {
          position: relative;
          height: 480px;
          cursor: pointer;
          }
}

/*
 * -----------------------
 * CTA Bar
 * -----------------------
 */
#home-cta-bar {
    padding: 60px 0px;
    text-align: center;
}

#home-cta-bar h3 {
	margin-bottom: 0;
}

#home-cta-bar .hs-form {
	margin: 20px auto 20px;
	max-width:60%;
}

@media (max-width: 768px) {
	#home-cta-bar .hs-form {
		margin: 20px auto 20px;
		max-width:90%;
	}
	#home-cta-bar .hs-button {
		max-width:90%;
	}

}

@media (max-width: 480px) {
	#home-cta-bar .hs-form {
		margin: 20px auto 20px;
		max-width:100%;
	}
	#home-cta-bar .hs-button {
		max-width:100%;
	}

}

/*
 * -----------------------
 * Google Map
 * -----------------------
 */
#google-map {
    position: relative;
}
#google-map:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    transition: 0.15s;
}
#google-map:hover:after {
    background: rgba(0,0,0,0.9);
}
#google-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    margin: auto;
}

/* Header text */
#google-map .header-text h4 {
    position: relative;
    margin-bottom: 56px;
    color: #FFF;
    z-index: 3;
}
#google-map .google-map-url a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 6;
}

/* Url */
#google-map .google-map-url span {
    display: none;
}


/*
 * ============================================
 * Galllery Page
 * ============================================
 */

/*
 * -----------------------
 * Gallery - hero banner
 * -----------------------
 */
#gallery-hero-banner {
    padding: 170px 0px 110px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#gallery-hero-banner h1 {
    margin: 0px;
    font-weight: bold;
    color: #FFF;
}
#gallery-hero-banner h4 {
    color: #FFF;
}

/*
 * -----------------------
 * Gallery - Main Section
 * -----------------------
 */

#gallery-main-content {
    padding: 60px 0px;
    text-align: center;
}
/* Header and subheader Text */
#gallery-main-content .header-text h2 {
    margin: 0px;
}
#gallery-main-content .subheader-text {
    margin-bottom: 30px;
}

/* Gallery Slider */
#gallery-main-content .hs_cos_flex-slider {
    padding: 15px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.hs_cos_flex-slider {
    margin: 0 0 0px !important;
}

/* Gallery Box */
#gallery-main-content .gallery-box {
    padding: 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
#gallery-main-content .gallery-box img {
    position: relative;
    cursor: pointer;
    width: 100%!important;
}
#gallery-main-content .gallery-box span.hs_cos_wrapper_type_linked_image {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
#gallery-main-content .gallery-box span.hs_cos_wrapper_type_linked_image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    background: rgba(0,0,0,0.5);
    transition: 0.2s;
}
#gallery-main-content .gallery-box:hover span.hs_cos_wrapper_type_linked_image:after {
    background: rgba(0,0,0,0);
}
#gallery-main-content .gallery-box span.hs_cos_wrapper_type_text {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-family: "open sans";
    text-transform: uppercase;
    font-weight: 500;
}

/* slider gallery deal */
/*
.hs_cos_flex-slider .hs_cos_flex-slides li {
    width: 100%;
    display: block;
    border-radius: 0;
    width: 255px !important;
    height: 250px !important;
    overflow: hidden !important;
    border: 1px solid #F00;
}*/

.hs_cos_flex-slider .hs_cos_flex-slides img {
    /*height: 100%;
    width: auto;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;*/
}

.hs_cos_flex-slider .hs_cos_flex-slides {
	float: none;
	margin: 0px auto 0px;
}

.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    display: inline-block;
    width: 255px;
    height: 250px;
    line-height: 250px;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

/*
 * ============================================
 * Case Studies Page
 * ============================================
 */
 
 .turfCaseBox {
 	text-align:center;
 	padding:20px;
 	margin-bottom: 30px;
 	border: 1px solid #FFF;
 }
 .turfCaseBox img {
 	width: 100%;
 	max-width: 200px;
 	height: auto;
 }
  .turfCaseBox:hover {
 	border: 1px solid #f4a83b;
 }



/*
 * ============================================
 * About Page
 * ============================================
 */

/* Introduction */
#about-introduction {
    padding: 60px 0px;
    text-align: center;
}
#about-introduction h2 {
    margin: 0px;
}

/* Services */
#about-services {
    padding-bottom: 60px;
}
#about-services .service-box {
    padding: 0px 30px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#about-services .service-box .service-icon {
    margin-bottom: 24px;
}
#about-services .service-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
#about-services .service-box img {
    transition: 0.15s;
}
#about-services .service-box .service-header span {
    font-weight: bold;
    text-transform: uppercase;
    color: #1a1a1a;
}
#about-services .service-box .service-description p,
#about-services .service-box .service-description span {
    margin: 0px;
}
@media (max-width:767px) {
    #about-services .service-box {
        margin-bottom: 30px;
        padding: 0px 20%;
    }
}
@media (max-width:480px) {
    #about-services .service-box {
        padding: 0px;
    }
}

/* About Quote */
#about-quote {
    padding: 30px 0px;
    background: #EFEFEF;
    text-align: center;
}
#about-quote h3 {
    margin: 0px;
    color: #000;
}

/* About Details */
#about-details {
    margin-top: 60px;
    padding-bottom: 60px;
}

/* Social Links */
#about-social-links {
    padding: 0px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#about-social-links .page-center {
    display: inline-block;
    max-width: none;
    padding: 30px 0px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

#about-social-links ul.about-social {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
#about-social-links ul.about-social li {
    display: inline-block;
    float: none;
    list-style: none;
    margin: 0px 25px;
}
#about-social-links ul.about-social li a {

}
#about-social-links ul.about-social li a i {
    font-size: 40px;
    color: #d3ceaa;
}
@media (max-width:600px) {
    #about-social-links ul.about-social li {
        margin: 0px 6px;
    }
    #about-social-links ul.about-social li a i {
        font-size: 20px;
    }
}


/* Thank You Page Follow-Me social icons */

.thankyouFollow {
	margin: 20px 0 20px;
}

.thankyouFollow .fa {
	color: #FFF;
	background: #1d6426;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-left: 5px;

}

.thankyouFollow .fa:hover {
	color: #f4a83b;
}



/* Our Team Section */
#about-our-team {
    padding: 40px 0px 0px;
    text-align: center;
}
#about-our-team .header-text h3 {
    margin: 0px 0px 10px;
    color: #000;
}
#about-our-team .subheader-text {
    margin-bottom: 40px;
}
#about-our-team .subheader-text span {
    color: #000;
}
#about-our-team .our-team-box {
    margin-bottom: 40px;
    text-align: center;
}
#about-our-team .our-team-image {
    height: 250px;
    cursor: pointer;
    opacity: 1;
    transition: 0.2s;
}
#about-our-team .our-team-image:hover {
    opacity: 0.8;
}
#about-our-team .team-name {
    margin-top: 15px;
}
#about-our-team .team-name span {
    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
}
#about-our-team .team-job-title {
    margin-top: -5px;
}
#about-our-team .team-job-title span {
    color: #555555;
    font-size: 12px;
}
#about-our-team .team-social-links-wrapper {
    text-align: center;
}
#about-our-team .team-social-links-wrapper ul {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
#about-our-team .team-social-links-wrapper ul li {
    display: inline-block;
    float: none;
    margin: 0px 4px;
    list-style: none;
}
#about-our-team .team-social-links-wrapper ul li a {

}
#about-our-team .team-social-links-wrapper ul li a i {
    font-size: 18px;
    color: #d5d5d5;
}
/*
 * ============================================
 * SITE PAGES
 * ============================================
 */

/*
 * -----------------------
 * Sitepage - hero banner
 * -----------------------
 */
#sitepage-hero-banner {
    padding: 170px 0px 110px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#sitepage-hero-banner h1 {
    margin: 0px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(0,33,0,.9);
}
#sitepage-hero-banner h4 {
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(0,33,0,.9);
}

#lp-hero-banner {
    padding: 120px 0px 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#lp-hero-banner h1 {
    margin: 0px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(0,33,0,.9);
}
#lp-hero-banner h4 {
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(0,33,0,.9);
}

@media (max-width: 768px) {
	#sitepage-hero-banner, #lp-hero-banner {
	    padding: 100px 0px 80px;
	    box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	-o-box-sizing: border-box;
    	-moz-box-sizing: border-box;
	}
	#sitepage-hero-banner h1, #lp-hero-banner h1 {
    	margin: 0px;
    	font-weight: bold;
    	color: #FFF;
    	text-shadow: 0px 0px 10px rgba(0,33,0,.9);
    	font-size: 32px !important;
    	word-break: none !important;
	}
	#sitepage-hero-banner h4, #lp-hero-banner h4 {
    	color: #FFF;
    	text-shadow: 0px 0px 10px rgba(0,33,0,.9);
	}
}


/*
 * -----------------------
 * Sitepage - main content
 * -----------------------
 */
#sitepage-main-content {
    padding: 80px 0px 20px;
}
/*
 * -----------------------
 * CTA Bar
 * -----------------------
 */
#sitepage-cta-bar {
    padding: 120px 0px;
    text-align: center;
    border-top: 1px solid #e4e4e4;
}

/*
 * ============================================
 * CONTACT PAGE
 * ============================================
 */
#contact-main-content {
    position: relative;
    padding: 190px 0px 160px;
    text-align: center;
}

/* Iframe */
#contact-main-content .google-map-background iframe {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#contact-main-content .google-map-background:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(0,0,0,0.75);
    z-index: 2;
}
/* Content */
#contact-main-content .contact-content {
    position: relative;
    z-index: 3;
}
#contact-main-content .contact-content .header-text h2 {
    margin: 0px;
    color: #FFF;
}
#contact-main-content .contact-content .description,
#contact-main-content .contact-content .description p,
#contact-main-content .contact-content .description span {
    color: #FFF;
}
/* Form */
#contact-main-content .contact-content .contact-form {
    float: none;
    max-width: 600px;
    margin: auto;
}
#contact-main-content .contact-content .contact-form form {

}
#contact-main-content .contact-content .contact-form form label,
#contact-main-content .contact-content .contact-form form label span {
    color: #FFF!important;
}
#contact-main-content .contact-content .contact-form form input,
#contact-main-content .contact-content .contact-form form textarea,
#contact-main-content .contact-content .contact-form form select {
    background: none!important;
    border: 2px solid #FFF!important;
    border-radius: 0px!important;
    color: #FFF!important;
}
#contact-main-content .contact-content .contact-form form .hs_submit input {
    background: none!important;
    border: 2px solid #FFF!important;
}
#contact-main-content .contact-content .contact-form form .hs_submit input:hover {
    background: #FFF!important;
    color: #000!important;
}
#contact-main-content .contact-content .contact-form form select option {
    background: #fff!important;
    color: #000!important;
}


/* NEW Contact Us - full width LP template */

#contact-us-form .hs-form {
	margin: 0px auto 20px;
	max-width:60%;
}

#contact-us-form .hs-button {
	    max-width:50%
		float: none;
		margin: 0 auto 0;
		text-align:center;
	}

@media (max-width: 768px) {
	#contact-us-form .hs-form {
		margin: 0px auto 20px;
		max-width:90%;
	}
	#contact-us-form .hs-button {
		max-width:90%;
	}

}

@media (max-width: 480px) {
	#contact-us-form .hs-form {
		margin: 0px auto 20px;
		max-width:90%;
	}
	#contact-us-form .hs-button {
		max-width:90%;
	}

}

/*
 * ===========================================
 * OUR TEAM PAGE
 * ===========================================
 */

.team-box {
	padding: 10px;
	text-align:center;
	margin-bottom: 10px;
}
.teamPic {
	width: 170px;
	height: 125px;
	overflow: hidden;
	margin-bottom: 10px;
}
.teamPic img {
	width: 100%;
	height: auto;
}



/*
 * ============================================
 * PRICING PAGE
 * ============================================
 */
#pricing-client {
    padding: 40px 0px;
    background: #f4f4f4;
    text-align: center;
}
#pricing-client h3 {
    margin: 0px;
}
/*
 * ============================================
 * THANKYOU PAGES
 * ============================================
 */

/*
 * -----------------------
 * Sitepage - hero banner
 * -----------------------
 */
#thankyou-hero-banner {
    padding: 240px 0px 240px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
#thankyou-hero-banner h1 {
    margin: 0px;
    font-weight: bold;
    color: #FFF;
}
#thankyou-hero-banner h4 {
    color: #FFF;
}
@media (max-width:767px) {
    #thankyou-hero-banner {
        padding: 170px 0px 110px;
    }
}

/*
 * ============================================
 * LANDING PAGES
 * ============================================
 */

/*
 * -----------------------
 * Landingpage - hero banner
 * -----------------------
 */
#landingpage-hero-banner {
    position: relative;
    padding: 150px 0px 150px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#landingpage-hero-banner:after {
    content: "";
    position: absolute;
    left: 1%;
    top: 2%;
    width: 98%;
    height: 96%;
    background: rgba(0,0,0,0.45);
}
#landingpage-hero-banner .hero-banner-content {
    position: relative;
    z-index: 2;
}
#landingpage-hero-banner h2 {
    margin: 40px 0px 0px;
    font-weight: bold;
    color: #FFF;
}
#landingpage-hero-banner h4 {
    margin: 0px;
    color: #FFF;
}
@media (max-width:767px) {
    #landingpage-hero-banner:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
    }
}

/* Left Part */
#landingpage-hero-banner .left-part {
    padding-top: 100px;
}
@media (max-width:767px) {
    #landingpage-hero-banner .left-part {
        padding-top: 0px;
    }
}

/* Form */
.landingpage-form .hs_cos_wrapper_type_form {
    display: inline-block;
    padding: 10px;
    width: 100%;
    /*background: rgba(255,255,255,0.2);*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.landingpage-form h3.form-title {
    margin: 0px;
    padding: 0 0 20px 20px;
    color: #212121;
    font-weight: 400;
    background: #FFF;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.landingpage-form label span {
    margin-bottom: 10px;
    font-weight: bold;
    color: #212121;
}
.landingpage-form form {
    background: #f0f0f0;
    border-top: 1px solid #ddd;
    padding: 20px;
}

/**
 *
 * =======================================================================
   BLOG
 * =======================================================================
 */

/* BLog listing */
body.hs-blog-listing,
body.hs-blog-post {
    background: #fcfcfc;
}
/* Blog introduction */
#blog-introduction {
    text-align: center;
    margin-top: 60px;
}
#blog-introduction h2 {
    margin: 0px;
}
body.hs-blog-post #blog-introduction {
    display: none;

}
/* Main Content */
#blog-main-content {
    padding: 60px 0px;
}

/* -------------
 * Post listing
 * -----------*/
.blog-listing-wrapper .post-listing .post-item,
.blog-listing-wrapper .post-listing-simple .post-item {
    display: inline-block;
    float: left;
    width: 47%;
    margin: 0px 1% 40px;
    border: 1px solid #ccc;
    background: #FFF;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.05);
}
.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper,
.blog-listing-wrapper .post-listing-simple .post-item .hs-featured-image-wrapper {
    display: inline-block;
    width: 100%;
    height: 255px;
    overflow: hidden;
    margin: 0px;
}
.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper img,
.blog-listing-wrapper .post-listing-simple .post-item .hs-featured-image-wrapper img {
    max-width: none;
    /*width: 100%;
    height: ;*/
    height: 100%;
    width: auto;
    margin: 0px;
}

@media (max-width: 600px) {
	.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper,
	.blog-listing-wrapper .post-listing-simple .post-item .hs-featured-image-wrapper {
    	display: inline-block;
    	width: 100%;
    	height: auto;
    	overflow: hidden;
    	margin: 0px;
	}
	.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper img,
	.blog-listing-wrapper .post-listing-simple .post-item .hs-featured-image-wrapper img {
    	max-width: none;
    	width: 100%;
    	height: auto;
    	margin: 0px;
	}
}

#hubspot-topic_data {
	padding-left: 40px;
}

#hubspot-topic_data a {
	color:#1d6426;
}
#hubspot-topic_data a:hover {
	color:#f4a83b;
}

.blog-sidebar-module a {
	color:#1d6426;
}
.blog-sidebar-module a:hover {
	color:#f4a83b;
}



.fm_button {
	padding-right:5px;
}


@media (max-width:900px) {
    .blog-listing-wrapper .post-listing .post-item,
    .blog-listing-wrapper .post-listing-simple .post-item {
        width: 47%;
        margin: 0px 1% 40px;
    }
}
@media (max-width:600px) {
    .blog-listing-wrapper .post-listing .post-item,
    .blog-listing-wrapper .post-listing-simple .post-item {
        width: 100%;
        margin: 0px 0px 40px;
    }
}
/* Content */
.blog-listing-wrapper .post-listing .post-item .post-body,
.blog-listing-wrapper .post-listing-simple .post-item .post-body {
    padding: 0px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.blog-listing-wrapper .post-listing .post-item .post-body .post-header h2,
.blog-listing-wrapper .post-listing-simple .post-item .post-body .post-header h2 {
    margin: 0px;
    text-transform: uppercase;
    line-height: 1;
}
.blog-listing-wrapper .post-listing .post-item .post-body .post-header h2 a,
.blog-listing-wrapper .post-listing-simple .post-item .post-body .post-header h2 a {
    font-size: 1.6rem;
    text-decoration: none;
    color: #212121;
    line-height: 1;
    text-transform: uppercase;
}

.blog-listing-wrapper .post-listing .post-item .post-body .post-header h2 a:hover,
.blog-listing-wrapper .post-listing-simple .post-item .post-body .post-header h2 a:hover {
	color: #1d6426;
}


@media (max-width:1000px) {
    .blog-listing-wrapper .post-listing .post-item .post-body,
    .blog-listing-wrapper .post-listing-simple .post-item .post-body {
        padding: 0px 20px;
    }
}

/* Blog listing - subscribe form */
#blog-subscribe {
    border-top: 1px solid #ccc;
    padding: 60px 0px;
    text-align: center;
}
#blog-subscribe .page-center {
    max-width: 700px;
}
#blog-subscribe label {
    display: none;
}

@media (max-width: 768px) {
	#blog-subscribe {
		display:none;
	}
}

.post-body .hs-cta-img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 480px) {
	.post-body ul {
		clear:both;
	}
}

/* -------------
 * Author Page
 * -----------*/
body.hs-blog-listing .hs-author-profile {
    padding: 30px;
    border: 1px solid #ececec;
    background: #FFF;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.05);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body.hs-blog-listing .hs-author-profile .span3 {
    text-align: center;
}
body.hs-blog-listing .hs-author-profile img {
    max-width: 200px;
    border-radius: 500px;
}
body.hs-blog-listing h3.hs-author-listing-header {
    display: inline-block;
    width: 100%;
    margin: 60px 0px;
    text-align: center;
    text-transform: uppercase;
}
/* -------------
 * Blog Post
 * -----------*/

/* Post by */
body.hs-blog-post #hubspot-author_data a.author-link {
    font-size: 16px;
    color: #1d6426;
    font-weight: bold;
    text-decoration: none!important;
}

/* Share links */
body.hs-blog-post .hs-blog-social-share {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
}
body.hs-blog-post .hs-blog-social-share .hs-blog-social-share-list {
    display: inline-block;
    width: auto;
}
/* Post title */
body.hs-blog-post .post-header {
    text-align: center;
}
body.hs-blog-post .post-header h1 span {
    font-size: 3rem;
    word-wrap:normal !important;
}
/* Content */
body.hs-blog-post .blog-post-wrapper .blog-post-wrapper {
    padding: 30px;
    border: 1px solid #ececec;
    background: #FFF;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.05);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* Avatar */
body.hs-blog-post .about-author-sec {
    padding: 30px;
    background: #FFF;
    background: none;
    margin: 60px 0px;
    border: 1px solid #ececec;
    background: #FFF;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.05);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body.hs-blog-post .about-author-sec h3,
body.hs-blog-post .about-author-sec a.author-link {
    font-size: 16px;
    color: #000;
    text-decoration: none!important;
}

body.hs-blog-post .about-author-sec a.author-link {
    color: #1d6426;
    font-weight: bold;
}
/* Comment Box */
body.hs-blog-listing .blog-comment-box {
    display: none;
}
body.hs-blog-post .blog-comment-box {
    padding: 30px;
    background: #FFF;
    border: 1px solid #ececec;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.05);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* Your basic blog wrapper */
.blog-listing-wrapper {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}

/* Blog comments and blog comment form */
.comment {}
.comments-listing {}
.comment-from {}
.comment-body {}
.comment-date {}

#blog-comment-form  div.hs-form-field {}

#blog-comment-form  div.hs-form-field label {}

#blog-comment-form  div.hs-form-field .hs-field-desc {}

#blog-comment-form  div.hs-form-field input[type="text"],
#blog-comment-form  div.hs-form-field input[type="email"],
#blog-comment-form  div.hs-form-field textarea { }

#blog-comment-form  div.hs-form-field select {}

#blog-comment-form  .hs-button {}

#blog-comment-form  textarea,
#blog-comment-form  input[type="text"],
#blog-comment-form  input[type="password"],
#blog-comment-form  input[type="datetime"],
#blog-comment-form  input[type="datetime-local"],
#blog-comment-form  input[type="date"],
#blog-comment-form  input[type="month"],
#blog-comment-form  input[type="time"],
#blog-comment-form  input[type="week"],
#blog-comment-form  input[type="number"],
#blog-comment-form  input[type="email"],
#blog-comment-form  input[type="url"],
#blog-comment-form  input[type="search"],
#blog-comment-form  input[type="tel"],
#blog-comment-form  input[type="color"],
#blog-comment-form  .uneditable-input {}

#blog-comment-form form div.hs-form-field ul li {}

.hs_submit {}

/* Pagination */
.post-header a {}
.post-header p {}

.blog-pagination {
    display: inline-block;
    width: 100%;
    margin: 40px 0px 0px;
    text-align: center;
}
.blog-pagination a {
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    margin: 0px 10px;
    color: #f4a83b;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #1d6426;
}
/* Subscription frequency form */
.hs_blog_default_blog_subscription {}
.hs_blog_default_blog_subscription ul {}


/* Blog Sidebar */
.blog-sidebar {
	max-width: 300px;
}

.blog-sidebar-module {
	padding: 10px 0 10px;
}

.blog-sidebar h3 {
	font-size: 22px;
}

.blog-sidebar .hs-button {
	max-width: 100%;
}

.blog-sidebar img {
    width: 100%;
    height: auto !important;
}

/**
 *
 * =======================================================================
   Product Page
 * =======================================================================
 */

@media (min-width:768px) {
    .product-productBox {
        position: relative;
        display: table;
        vertical-align: middle;
        height: 720px;
    }
    .product-productBox > .page-center,
    .product-productBox > .page-center > .span12,
    .product-productBox > .page-center > .span12 > .row-fluid-wrapper,
    .product-productBox > .page-center > .span12 > .row-fluid-wrapper > .row-fluid,
    .product-productBox > .page-center > .span12 > .row-fluid-wrapper > .row-fluid > .span5 {
        display: table;
        height: 100%;
        vertical-align: middle;
    }
    .product-productBox > .page-center > .span12 > .row-fluid-wrapper > .row-fluid > .span5 > .cell-wrapper {
        display: table-cell;
        vertical-align: middle;
    }
    .product-flipPosition > .page-center > .span12 > .row-fluid-wrapper > .row-fluid > .span5 {
        float: left;
    }
    .product-flipPosition > .page-center > .span12 > .row-fluid-wrapper > .row-fluid > .span7 {
        float: right;
    }
}
@media (max-width:767px) {
    .product-productBox {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }
}
@media (min-width:768px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-productBox .page-center,
    .product-productBox .page-center > .span12,
    .product-productBox .page-center > .span12 > .row-fluid-wrapper,
    .product-productBox .page-center > .span12 > .row-fluid-wrapper > .row-fluid,
    .product-productBox .page-center > .span12 > .row-fluid-wrapper > .row-fluid > .span5 {
        height: 720px;
    }
}
.product-productBox h1,
.product-productBox h2,
.product-productBox h3,
.product-productBox h4,
.product-productBox h5,
.product-productBox h6 {
    margin-bottom: 10px;
}
/* -------------
 * Product 01
 * -----------*/
#product-productBox-01 {

}
@media (min-width:768px) {
    #product-productBox-01 img {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
@media (min-width:768px) and (max-width:1500px) {
    #product-productBox-01 img {
        right: -200px;
    }
}
@media (min-width:768px) and (max-width:1200px) {
    #product-productBox-01 img {
        right: -400px;
    }
}

/* -------------
 * Product 02
 * -----------*/
@media (min-width:768px) {
    #product-productBox-02 img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
@media (min-width:768px) and (max-width:1500px) {
    #product-productBox-02 img {
        left: -200px;
    }
}
@media (min-width:768px) and (max-width:1200px) {
    #product-productBox-02 img {
        left: -400px;
    }
}

/* -------------
 * Product 03
 * -----------*/
@media (min-width:768px) {
    #product-productBox-03 img {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
@media (min-width:768px) and (max-width:1500px) {
    #product-productBox-03 img {
        right: -200px;
    }
}
@media (min-width:768px) and (max-width:1200px) {
    #product-productBox-03 img {
        right: -400px;
    }
}

/* -------------
 * Product 04
 * -----------*/
@media (min-width:768px) {
    #product-productBox-04 img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
@media (min-width:768px) and (max-width:1500px) {
    #product-productBox-04 img {
        left: -200px;
    }
}
@media (min-width:768px) and (max-width:1200px) {
    #product-productBox-04 img {
        left: -400px;
    }
}

/* -------------
 * Product 05
 * -----------*/
@media (min-width:768px) {
    #product-productBox-05 img {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
@media (min-width:768px) and (max-width:1500px) {
    #product-productBox-05 img {
        right: -200px;
    }
}
@media (min-width:768px) and (max-width:1200px) {
    #product-productBox-05 img {
        right: -400px;
    }
}

/**
 *
 * =======================================================================
   FORM
 * =======================================================================
 */
/* This is the main form wrapper */
.hs-form {}

.hs-input {}
.hs-input:hover {}
.hs-input:focus {}

.field label {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-weight: 400;
    text-align:left;
}
input,
select,
textarea {
    border-radius: 4px;
    margin: 10px 0;
    box-shadow: none!important;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 15px!important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

/* ------ Buttons ------ */
.hs-button {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: none;
    background: #1d6426;
    color: #f4a83b;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    border: 0;
    cursor: pointer;
    transition: 0.15s;
    /*max-width: 50%;*/
}
.hs-button:hover {
    background: #f4a83b;
    color: #1d6426;
}

.blogReadMore {
    text-align:center;
    padding: 10px;
    margin:10px auto 10px;
    background:#1d6426;
    max-width:140px;"   
}
.blogReadMore:hover {
    background:#f4a83b;
}

/* ------ Radial Button ------ */
form ul.inputs-list {
    padding: 0px;
}
form li.hs-form-radio,
form li.hs-form-checkbox {
    padding: 0px;
    list-style: none;
}
form li.hs-form-radio label,
form li.hs-form-checkbox label {
    margin: 0px;
}
form li.hs-form-radio input,
form li.hs-form-checkbox input {
    margin-right: 5px;
}
/* ------ Error message ------ */
form ul.hs-error-msgs {
   /* display: none!important;*/
}

/* Custom Class */
.form-nolabel form label {

}


/************************************************
	new LP - Seasonal Enhancements
	*********************************************/

.seasonalBody {
	margin: 20px 0 30px;
}

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

.seasonalBody a:hover {
	text-decoration:underline;
}

.seasonalBody h1 {
	color: #1d6426;
	line-height: 1.15;
	font-weight: 600;
	margin-bottom: 0;
}

.seasonalBody h2 {
	margin: 0;
}

.seasonalBody ul {
	color: #fff;
	padding-right: 20px;
}
.seasonalBody ul li {
	padding: 0 0 10px;
}

/************************************************
	ADDED TO TRY AND FIX MENU
	*********************************************/


@media(max-width: 1024px) {
	.mainNavMenu {
		display: none !important;
	}
}




