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

/* macros */

 


/* Variables */

/* Colors */










/* Typography */



body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}

.market h4 {font-weight: 600;}

p {
    font-size: 0.9375rem;
    line-height: 1.625rem;
}

strong {
   font-weight: 600; 
}

/* FontAwesome */
.fa-lg {font-size: 1em;}
.fa-xs {font-size: .9em;}

/* Default Padding Margin */
.p10-0 { padding-top:10px; padding-bottom:10px; }
.p20-0 { padding-top:20px; padding-bottom:20px; } 
.p30-0 { padding-top:30px; padding-bottom:30px; }
.p40-0 { padding-top:40px; padding-bottom:40px; }
.p50-0 { padding-top:50px; padding-bottom:50px; }
.p60-0 { padding-top:60px; padding-bottom:60px; }
.p70-0 { padding-top:70px; padding-bottom:70px; }
.p80-0 { padding-top:80px; padding-bottom:80px; }
.p90-0 { padding-top:90px; padding-bottom:90px; }
.p100-0 { padding-top:100px; padding-bottom:100px; }
.p110-0 { padding-top:110px; padding-bottom:110px; }
.p120-0 { padding-top:120px; padding-bottom:120px; }
.p130-0 { padding-top:130px; padding-bottom:130px; }
.p140-0 { padding-top:140px; padding-bottom:140px; }

.pt10 { padding-top:10px; }
.pt14 { padding-top: 14px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px; }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }
.pt80 { padding-top:80px; }
.pt90 { padding-top:90px; }
.pt100 { padding-top:100px; }
.pt110 { padding-top:110px; }
.pt120 { padding-top:120px; }
.pt130 { padding-top:130px; }
.pt140 { padding-top:140px; }

.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb70 { padding-bottom:70px; }
.pb80 { padding-bottom:80px; }
.pb90 { padding-bottom:90px; }
.pb100 { padding-bottom:100px; }
.pb110 { padding-bottom:110px; }
.pb120 { padding-bottom:120px; }
.pb130 { padding-bottom:130px; }
.pb140 { padding-bottom:140px; }

.small-container {max-width: 900px;margin: 0 auto!important;float: none!important;padding: 0 15px;}

.text-transform--upper {text-transform: uppercase;}

a.green-btn {
    text-decoration: none;
    background-color: #9BC23A;
    width: auto;
    min-width: 180px;
    font-weight: 700;
    color: #FFF;
    padding: 10px;
    opacity: 1;
}
a.green-btn:hover {text-decoration: none;background-color: #9BC23A;color: #fff;opacity: 0.8;}

.swiperMiniTitle {
    display: none !important;
}

/* header */
.header a,
.header button {
    color: #FFF;
}

.hamburger {
    padding: 0.5em 1em;
}

.hamburger-box {
    width: 35px;
    padding-left: 11px;  
}

.hamburger-inner, 
.hamburger-inner:after, 
.hamburger-inner:before{
    background-color: #FFF;
    border-radius: 0;
    width: 24px;
    height: 3px;
}

.hamburger-inner:before {
    top: -7px;
    width: 35px;
    right: 0;
}

.hamburger-inner:after {
    bottom: -7px;
    width: 35px;
    right: 0;
}

.hamburger-box:hover .hamburger-inner, 
.hamburger-box:hover .hamburger-inner:after, 
.hamburger-box:hover .hamburger-inner:before {
    background-color: #9ac42b;
}

.header-wrapper {
    /*margin-bottom: 5.750em;*/
    padding-top: 2.625em;
    min-height: 587px !important;
    position: relative;
    background-color: #ebebeb; /*remove*/
}

.header-wrapper .page-heading h1 {
    font-size: 3.75rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
}

.header-wrapper .page-intro {
    font-size: 1.125rem;
    text-align: center;
    color: #FFF;
}

.header-copy.flex-col {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* height fix*/
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

.header-copy.flex-col > div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

/* navbar */
.globe_class {background-image: url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/globe.png);}
.widget-type-language_switcher {position: absolute;right: 180px;top: 27px;}

.navbar {
    z-index: 106;
}

.navbar .nav .nav-link {
    color: #FFF;
}

.navbar .nav .nav-link:first-child {
    text-decoration: underline;
    font-weight: 700;
    font-size: 1.125rem;
}
.navbar .nav .nav-link:first-child:hover {
    text-decoration: none;
    color: #9ac42b;
}

.landing-page-slider .navbar {
    margin-top: 2.625em;
}

/* footer */
.landing-page-slider .footer {
    background-color: #eff1f4;
    color: #03253f;
    text-align: center;
    padding-top: 5.000em;
    padding-bottom: 1.8em;
}

.footer {
    background-color: #eff1f4;
    color: #03253f;
    text-align: center;
    padding-top: 5.000em;
    padding-bottom: 1.8em;
}

.footer .nav {
    margin-bottom: 2.875em;
}

.footer .nav-link, .footer ul li a {
    text-transform: uppercase;
    font-size: 1.125rem !important;
    color: #03253f !important;
    max-width: 100%!important;
}

.footer ul {padding-bottom: 10px;}

.footer .nav-link:hover, .footer ul li a:hover {
    color: #9ac42b !important;
    text-decoration: none !important;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer hr {
    margin: 0 0 23px 0;
    border: none;
    background-color: #dbdee3;
    height: 1px;
}

.footer .copyright {
    color: #03253f;
}

.landing-page-slider .copy footer {
    color: #ffffff;
    text-align: center;
}

/* home page*/
.home-page {
    padding-top: 2.625em;
    background-image: url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/images/home-background.jpg);
    background-repeat: no-repeat;
}

.home-page .header,
.home-page .footer {
    position:fixed;
    width: 100%;
}

.home-page .header {
    top: 0;

}

.home-page .footer {
    bottom: 0;
}

.latest-blog-posts {
    bottom: 0; 
    z-index: 100;
}

.latest-blog-posts .latest-blog-posts-toggle {
    background-color: #000;
    border-color: #000;
    color: #9ac42b;
    text-transform: uppercase;
}

.latest-blog-posts .latest-blog-posts-toggle:hover,
.latest-blog-posts .latest-blog-posts-toggle:active {
    color: #9ac42b !important;
    background-color: #000 !important;
    border-color: #000 !important;
    text-decoration: underline;
}

.latest-blog-posts .latest-blog-posts-toggle:focus {

}

.latest-blog-posts .latest-blog-posts-list .card-body {
    background-color: #000;
    color: #FFF;
}

.latest-blog-posts-list h6 a {
    color: #FFF;
}

.latest-blog-posts-list h6 a:hover {
    color: #9ac42b;
}

.latest-blog-posts-list  .by a  {
    color: #9ac42b;
}

.latest-blog-posts-list  .by a:hover  {
    color: #9ac42b;
    text-decoration: underline;
}

.home-slider {
    color: #FFF;
}

.home-slider .subtitle {
    color: #9ac42b;
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.home-slider .title {
    font-size: 3.75rem;
    font-weight: 300;
    text-transform: uppercase;
}

.home-slider p {
    font-size: 1.125rem;
}

.home-slider .custom-counter .number {
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    display: inline-block;
    text-align: center;
    width: 55px;
}

.home-slider .custom-counter .number.active {
    font-size: 3.75rem;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}

.home-slider .custom-counter .number .line {
    background-color: #FFF;
    width: 1px;
    margin: 0 auto;
    height: 74px;
}

/* landing page */
.landing-page {
    height: 100vh;
    padding-top: 2.625em;
    background-image: url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/images/home-background.jpg);
    background-repeat: no-repeat;
}

.slide {
    color: #FFF;
    position: relative;
}

.slide .slider-subtitle {
    color: #9ac42b;
    text-transform: uppercase
}

.slide .slider-title {
    text-transform: uppercase;
}

.slide .slider-copy {}

.sliderCounter {
    color: #FFF;
    width: 100px;
    float: right;
}

.sliderCounter #sliderCurrent,
.sliderCounter #sliderTotal {
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    display: block;
}

.sliderCounter #sliderCurrent {
    font-size: 3.75rem;
}

.sliderCounter .sliderLine {
    background-color: #FFF;
    width: 1px;
    margin: 0 auto;
    height: 74px;
    display: block;
}

.sliderCounter #sliderTotal {
    font-size: 1.5rem;
}


/* paging */
.slidePaging,
.herbs-pagination-custom,
.num {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1em;
}

.herbs-pagination-custom {
    width: 80px;
}

.slidePaging .currentSlide,
.herbs-pagination-custom .current,
.num {
    font-size: 3.75rem;
    line-height: 60px;
    height: 54px;
}

.slidePaging div .currentSlideTitle {
    font-size: 0.875rem;
    line-height: 1em;
    text-align: left;
}

.slidePaging span,
.herbs-pagination-custom .line {
    background-color: #FFF;
    width: 1px;
    height: 74px;
    margin: 0.875em auto 1em;
}

.herbs-pagination-custom,
.herbs-pagination-custom .current {
    position: relative;
}

.herbs-pagination-custom .swiperMiniTitle {
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    text-align: left;
    bottom: 0;
    width: 50px;
    
}


.nextFullscreenSlide-button {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0;
}

.nextFullscreenSlide,
.nextFullscreenSection {
    color: #FFF;
    font-size: 1.25rem;
    line-height: 1.25rem;
    display: block;
    height: 118px;
    width: 118px;
    border-radius: 100%;
    border: 2px solid #9ac42b;
    text-align: center;
    position: relative;
}

.nextFullscreenSlide:before,
.nextFullscreenSlide:after,
.nextFullscreenSection:before,
.nextFullscreenSection:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 1px solid #FFF;
}

.nextFullscreenSlide:before,
.nextFullscreenSection:before {
    animation: 1s .1s pulse2 infinite linear;
}

.nextFullscreenSlide:after,
.nextFullscreenSection:after {
    animation: 1s pulse infinite linear;
}

.nextFullscreenSlide:hover,
.nextFullscreenSection:hover {
    color: #9ac42b;
}

#slideTwo {}

#slideTwo .slick-slide.slick-current.slick-active {
    background-color: #181e16;
}

/* contact us */
.contact-us {}

.contact-us .header-wrapper {
    background: url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/images/pageBG/contact-us.jpg) no-repeat center center;
}

/* what we do */
.what-we-do-page .header-wrapper {
    background: url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/images/pageBG/what-we-do-2.jpg) no-repeat center center;
}

.content-intro h2 {
    font-size: 3rem;
}

.bg-leaf {
    background: url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/images/bg/leaves.jpg) no-repeat top left;
    background-size: contain;
}

/* copyright */
.copyright {
    color: #FFF;
    display: block;
    text-align: center;
}

.counter {
    list-style: none; 
    counter-reset: li;
}

.counter li::before {
    content: '0'counter(li); 
    display: inline-block; 
    /*width: 1em;*/
    /*margin-left: -1em;*/
    /*font-size: 5rem;*/
    position: absolute;
    left: 0;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
}

.counter li {
    counter-increment: li;
}

/* off canvas*/
.off-canvas {
    background: transparent;
}

/* contact form */
.contact-form label {
    font-size: 0.8125rem;
}

.contact-form input[type=text],
.contact-form input[type=email]{
    border-top: none;
    border-right: none;
    border-bottom: 1px solid 8f8f8f;
    border-left: none;
}
.contact-form input[type=submit] {
    border: none;
    width: 206px;
    height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #81BC41;width: 165px;margin: 0 auto;border-radius: 5px;color: #fff;padding-top: 6px;cursor: pointer;
}

/* Blog Comment Section */
.comment-section {background-color: #FBFBFB;margin-bottom: 70px;}
.comment-section h3 {font-size: 40px;font-weight: bold;padding-bottom: 40px;}
.comment-section fieldset.form-columns-3 {max-width: 100%;margin-bottom: 20px;}
.comment-section fieldset.form-columns-3 .hs-form-field {width: 33.3% !important;}
.comment-section .hs-form-required {display: none;}
.comment-section fieldset.form-columns-1 {max-width: 100%;margin-bottom: 20px;}
.comment-section input {width: 100%!important;border: 0;border-bottom: 2px solid #d9d9d9;background: transparent;}
.comment-section input:focus, .comment-section textarea:focus {outline: none;background-color: #f3f3f3;}
.comment-section textarea {width: 100%!important;height: 225px;border: 0;border-bottom: 2px solid #d9d9d9;background: transparent;}
.comment-section input.hs-button.primary {font-weight: bold;color: #ffffff;text-transform: uppercase;background-color: #9DC437;width: auto!important;border: 0;padding: 10px 40px;cursor: pointer;}
.comment-section ul.hs-error-msgs.inputs-list {padding-left: 0;list-style-type: none;font-size: 14px;color: red;margin-top: 10px;}
.comment-section ul.inputs-list input {width: auto!important;margin-right: 10px;}
.comment-section input.hs-button.primary:hover {background-color: #777981;}

/* button link - pulse */
.btn-link.pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-link.pulse div {
    position: relative;
    height: 118px;
    width: 118px;
    border-radius: 100%;
    border: 2px solid #9ac42b;
    text-align: center;
    color: #FFF;
}

.btn-link.pulse div .arrow {
    background: url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/images/arrow-right.png) no-repeat;
    width: 34px;
    height: 19px;
    margin: 0 auto;
}

.btn-link.pulse div span {
    display: block;
}

.pulse div:before,
.pulse div:after {
    border: 1px solid #5c655e;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    transform-origin: center center;
    opacity: 0;
    box-sizing: border-box;
}

.btn-link.pulse div:before {
    animation: 1s .1s pulse2 infinite linear;
}

.btn-link.pulse div::after {
    animation: 1s pulse infinite linear;
}

@keyframes pulse {
    0% {
        transform: scale(1.3);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse2 {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

/* a tag animation */
a {
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

a:hover {
    text-decoration: none;
}

/* override hubspot default styling */
.header-container.container-fluid,
.footer-container.container-fluid,
.body-container.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.btn-primary.focus, .btn-primary:focus,
.btn.focus, .btn:focus{
    box-shadow: none;
}

.card.card-body {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

a {
    color: #9ac42b;
}

a:hover {
    color: #777981;
}

#form label {
    color: #777981;
    font-size: 13px;
}

#form input[type=text],
#form input[type=email],
#form textarea {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid 8f8f8f;
    border-left: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}

/*#form input[type=submit] {
    background: transparent url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/images/btn-bg.png) no-repeat;
    border: none;
    width: 206px;
    height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    outline: none;
}*/

#form input[type=submit] {
    border: none;
    width: auto;
    min-width: 180px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    outline: none;
    background-color: #9bc23a;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    opacity:1;
}

#form input[type=submit]:hover,#form input[type=submit]:active,#form input[type=submit]:focus {
   outline: none; 
   border: none;
   box-shadow: none;
   opacity: 0.8;
}

/* full screen */

.landing-page-slider {}

.landing-page-slider #section0 {
    background-image: url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/images/home-background.jpg);
    background-position-y: center;
    background-position-x: left;
    transition: background-position .6s ease-out;
    background-size: cover !important;
    
}

#section1 .fp-tableCell {
    display: block !important;
}

#section1-header {
    background: url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/images/pageBG/what-we-do.jpg) no-repeat center center;
    min-height: 587px;
    margin-bottom: 10.625em;
}

#section1-header > div {
    min-height: 587px;
    text-align: center;
    color: #FFF;
}

#section1-header h1 {
    font-size: 3.75rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
}

/* off-canvas menu*/

#title-bar-wrapper {
    z-index: 1031;
}

.menu-icon {
    display: block;
}

.menu-icon span {
    background-color: #FFF;
    display: block;
    width: 35px;
    height: 3px;
    transition: 0.4s;
}

.menu-icon:hover span {
    background-color: #9ac42b;
}

.menu-icon span:nth-child(2) {
    width: 24px;
    margin: 4px 0 4px 10px;
}

body.show-nav-overlay {
    overflow: hidden;
}

.show-nav-overlay .menu-icon span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-10px, 0);
    transform: rotate(-45deg) translate(-10px, 0);
}

.show-nav-overlay .menu-icon span:nth-child(2) {
    opacity: 0;
}

.show-nav-overlay .menu-icon span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-10px, 0);
    transform: rotate(45deg) translate(-10px, 0);
}

.navbar {
    height: 76px;
}

.nav-inner {width: 100% !important;z-index: 106 !important; position: fixed;}

.overlay {
    height: 100vh;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 105 !important;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.landing-page-slider .overlay {
    position: absolute;
}

.menu-wrapper {
    position: relative;
    height: 100vh;
    background: cornflowerblue;
}

.text-primary {
    color: #9ac42b !important;
}

#hs_menu_wrapper_my_menu ul {
    text-align: center;
}

#hs_menu_wrapper_my_menu ul a {
    color: #FFF;
    font-size: 1.875rem;
}

#hs_menu_wrapper_my_menu ul a:hover {
    color: #9ac42b;
    text-decoration: underline;
}

.small-slide strong,
.slick-slide-inner strong,
.swiper-slide-inner strong{
    font-size: 1.25rem;
}

.small-slide h2,
.slick-slide-inner h2,
.swiper-slide-inner h2 {
    font-size: 3rem;
}

.small-slide p,
.slick-slide-inner p,
.swiper-slide-inner p {
    font-size: 1.125rem;
}

/*.swiper-container {*/
/*    max-height: 90vh;*/
/*    overflow: hidden;*/
/*}*/

#slideTwo .swiper-container {
    max-height: 50vh;
}

#slideThree .swiper-container {
    max-height: 50vh;
}

#slideTwo .swiper-container .swiper-slide{
    /*height: auto !important;*/
}

/*.swiper-slide {*/
/*  height: auto !important;*/
/*}*/

.swiper-slide {
    cursor: pointer;
}

.slide-counter {
    font-size: 5rem;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 64px;
    width: 100px;
}

.swiper-slide-inner:hover {
    background-color: #181e16;
}

.swiper-slide-inner:hover .slide-counter,
.swiper-slide-inner:hover h5 {
    color: #9ac42b;
}


.hs-cta-wrapper .hs-cta-img {
    /*width: 100% !important;*/
    height: auto !important;
}

.page-bg {
    background: url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/images/bg/bg-contact-us.jpg) no-repeat left top;
}

.what-sets-us-apart {
    display:none;
    padding-top: 200px;
    padding-bottom: 200px;
    
    /*background-image: url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/images/bg/Leaf.png), url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/images/bg/BG-Grey.png) ;*/
    /*background-position: calc(50% - 332px) bottom, center top;*/
    /*background-repeat: no-repeat, repeat;*/
    
    background: url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/images/bg/Leaf.png?t=1525626778751) calc(50% - 332px) bottom no-repeat, url(https://3318485.fs1.hubspotusercontent-na1.net/hubfs/3318485/images/bg/BG-Grey.png?t=1525626778751) center top repeat #f9fafc;
    
}

.slider-list-icon {
    fill: white;
}

.slider-list-icon:hover {
    fill: #9ac42b;
}

.media-card {
    padding: 1em;
}

.swiper-slide.swiper-slide-active .media-card {
    background-color: #181e16;
}

.swiper-slide.swiper-slide-active .media-card {
    color: #FFF;
}

.swiper-slide .media-card img {
        filter: invert(1);
}

.swiper-slide.swiper-slide-active .media-card img {
    filter: invert(77%) sepia(58%) saturate(553%) hue-rotate(25deg) brightness(86%) contrast(92%);
}

.swiper-slide .media-card h5 {
    font-weight: 600;
}

.swiper-slide.swiper-slide-active .media-card h5 {
    color: #9ac42b;
}

.swiper-slide.swiper-slide-active .media-card .slide-counter {
    color: #9ac42b;
}

.swiper-slide.swiper-slide-active .media-card .slider-list-icon {
    fill: #9ac42b;
}

.num-box {
    font-size: 0.9375rem;
}

.num-box strong {
    font-size: 1.25rem;
}

.num-box:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* blue background */
.num-box:hover {
    background-color: #001942;
    color: #FFF;
}

.num-box:hover strong,
.num-box:hover .num {
    color: #9ac42b;
}

#map {
    height: 100%;
}

.swiper-slide.swiper-slide-prev,
.swiper-slide.swiper-slide-next,
.swiper-slide {
    filter: blur(2px);
    opacity: .7;
    transform: scale(0.9);
}

.swiper-slide.swiper-slide-active {
    filter: none;
    opacity: 1;
    transform: none;
}

.swiper-container .prev,
.swiper-container .next {
    position: absolute;
    text-align: center;
    width: 100%;
    color: black;
    z-index: 140;
    cursor: pointer;
}

.swiper-container .prev:hover,
.swiper-container .next:hover {
    transform: scale(1.6);
}

.swiper-container .prev {
    top: 0;
}

.swiper-container .next {
    bottom: 0;
}

.swiper-button-disabled {
    display: none;
}

.blog-post {}

.blog-post .tag {
    font-size: 12px;
    color: #9e9e9e;
}

.blog-post .tag span,
.blog-post .tag span a {
    color: #acd373;
}

.blog-post h6 {
    font-size: 26px;
}

.blog-post p {
    font-size: 15px;
    color: #9e9e9e;
    text-align: left !important;
}

.blog-post .by {
    font-size: 16px;
    color: #acd373;
}

.about-author-sec {width: 100%;}

.swiper-slide.swiper-slide-active {
    z-index: 1;
}

.bg-green-gradient {
    background-color: #012A2F;
    color: #FFF;
    padding-top: 140px;
    padding-bottom: 160px; 
    /*background: radial-gradient(circle, #000000 0%, #000000 100%);*/
}

.page-intro.flex-col-item p {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .nextFullscreenSlide-button {
        top: auto;
        transform: none;
        left: auto;
        position: relative;
        padding-top: 2em;
    }
    
    .nextFullscreenSlide,
    .nextFullscreenSection {
        margin: 0 auto 5em;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    
    
    
    .widget-type-language_switcher {position: absolute;right: 150px;top: 24px;}

    .navbar #hs-link-natural_orgins_logo img.hs-image-widget {
        width: 100px !important;
    }
    
    .navbar .nav .nav-link {
        padding-left: 0;
        font-size: 13px !important; 
    }
    
    .navbar .nav .nav-item:last-child .nav-link {
        padding-right: 0;
    }
    
    .swiper-slide strong,
    .small-slide strong {
        font-size: 12px;
    }
    
    .swiper-slide h2,
    .small-slide h2 {
        font-size: 24px;
    }
    
    .swiper-slide p,
    .small-slide p {
        font-size: 12px;
        line-height: 16px;
    }
    
    
    .landing-page-slider #section0 {
        padding-top: 68px !important;
    }
    
    .swiper-slide-inner.card.card-body h5 {
        font-size: 18px;
    }
    
    .swiper-slide-inner.card.card-body .media-body {
        font-size: 12px;
        line-height: 16px;
    }
    
    .herbs-pagination-custom {
        width: auto;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        
        margin-bottom: 1em;
    }

    .herbs-pagination-custom > div {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .herbs-pagination-custom .swiperMiniTitle {
        display: none;
    }
    
    .herbs-pagination-custom .current,
    .herbs-pagination-custom .line,
    .herbs-pagination-custom .total {
        display: inline-block;
    }
    
    .herbs-pagination-custom .current {
        font-size: 24px;
        line-height: 24px;
        height: 24px;
    }
    
    .herbs-pagination-custom .line {
        height: 1px;
        width: 20px;
        margin: 0 0.5em;
    }
    
    .herbs-pagination-custom .total {
        font-size: 14px;
        line-height: 24px;
        height: 24px;
    }
    
    .swiper-slide.swiper-slide-prev, 
    .swiper-slide.swiper-slide-next, 
    .swiper-slide {
        transform: scale(1);
    }
    
    .swiper-slide .media-card .media-body {
        font-size: 12px;
    }
    
    .swiper-slide .media-card .media-body h5 {
        font-size: 16px;
    }
    
    .swiper-slide .media-card img {
        width: 30px;
        height: 100%;
    }
    
    .swiper-slide .media-card {
        margin-left: 2em;
        margin-right: 2em;
    }
    
    .swiper-container .prev, 
    .swiper-container .next {
        width: 2em;
        top: 0;
        height: 100%;
    }
    
    .swiper-container .prev {
        left: 0;
    }
    
    .swiper-container .next {
        right: 0;
    }
    
    .swiper-container .prev:hover, 
    .swiper-container .next:hover {
        transform: none;
    }
    
    .swiper-container .prev svg, 
    .swiper-container .next svg {
        position: absolute;
        top: 50%;
        transform:translate(-50%, -50%) rotate(-90deg) ;
    }
    
    .media-card .slide-counter {
        width: auto;
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
    }
    
    :focus {
        outline: none;
    }
    
    .about-author-sec {text-align: center;}
    .about-author-sec .span2, .about-author-sec .span10 {width: 100% !important;}
    
    .landing-page-slider .navbar {
        margin-top: 1em;
        height: auto;
    }
    
   .landing-page-slider #hs_cos_wrapper_language_switcher {
        margin-right: 1em;
    }
    
    .landing-page-slider .nav.justify-content-end {
        margin-right: 0 !important;
    }
    
    .landing-page-slider .navbar .hs-image-widget {
        margin-left: 0 !important;
    }
    
    #section1-header {
        margin-bottom: 1em;
    }
    
    #hs_cos_wrapper_Landing_Page_-_What_We_Do_Botanical_Studio_Module_Group_-_Content_Section_-_List {
        padding-right: 15px;
        padding-left: 15px;
        display: block;
    }
    
    #hs_cos_wrapper_Landing_Page_-_What_We_Do_Botanical_Studio_Module_Group_-_Content_Section_-_List .col img,
    #hs_cos_wrapper_Landing_Page_-_What_We_Do_Botanical_Studio_Module_Group_-_Content_Section_-_List .col.btn.btn-link.green-btn {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .what-sets-us-apart {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    
    .what-sets-us-apart .num {
        font-size: 16px;
        line-height: 30px;
        height:  30px;
        padding: 0;
        font-weight: 600;
    }
    
    footer.container-fluid.footer {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    
    .page-contactus .span12.widget-span.navbar,
    .market .span12.widget-span.navbar {
        margin-top: calc(1.625em - 15px) !important;
    }
    
    .page-contactus .span6.widget-span.widget-type-logo.logo,
    .market .span6.widget-span.widget-type-logo.logo {
        padding-left: 0;
    }
    
    .page-contactus .navbar img.hs-image-widget,
    .market .navbar img.hs-image-widget {
        width: 100px !important;
    }
    
    .page-contactus .navbar .nav.justify-content-end,
    .market .navbar .nav.justify-content-end {
        margin-right: 0;
    }
    
    .page-contactus .globe_class,
    .market .globe_class {
        margin-top: -30px;
    }
    
    .market .p140-0 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .page-intro.flex-col-item p {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .latest-blog-posts {
        text-align: center;
    }
    
    .latest-blog-posts .blog-post {
        text-align: left;
    }
    
    .content-intro h2 {
        font-size: 2.75rem;
    }
    
    .social-links .nav-item {
        margin: 0 0.5em;
    }
    
    .header-wrapper .page-heading h1 {
        font-size: 2.75rem;
    }

}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .widget-type-language_switcher {position: absolute;right: 5px;top: 35px;}
    .hide-on--mobile {display: none !important;}
    .mobile-text--center {text-align: center !important;}
    .footer ul li {float: none !important;}
    .footer ul li a {padding: 0 0 10px 0!important;width: 100%;}
}



/*
* import styles for product
*/


.set-bg { background-size:cover !important; background-position:center top; position:relative; }

/*.container .post-listing.product-grid .set-bg.item { background-size:cover !important; }*/

.get-bg { display:none !important; }
.link-overlay {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
.fullwidth-cta {padding-top: 40px;padding-bottom: 80px;}
.span12.widget-span.widget-type-global_group {min-height: 0px;}
.vertical-middle {position: absolute;left: 0;width: 100%;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}

/* ISOTOPE */
.row-fluid .set-bg.item {background-size: contain!important;background-repeat: no-repeat;background-position: center center;}
.item { color: #7d7d7d; width: 28%; height: 400px; margin-bottom: 25px;}
.item a {font-size: 12px;color: #CCCCCC;}
.item h5 {margin-bottom: 0;}
.item h5 a {font-size: 16px;font-weight: bold;color: #000000;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;}
.item h5 a:hover {color: #9EC734;}
.scroller-status {display: none;padding-top: 20px;font-weight: bold;text-align: center;color: #000;}
.infinite-scroll-request, .infinite-scroll-last {background-repeat: no-repeat;background-size: 15%;background-position: center center;height: 40px;background-color: #81BC41;width: 165px;margin: 0 auto;border-radius: 5px;color: #fff;padding-top: 6px;cursor: pointer;}
.button-group.filters-button-group {text-align: center;padding-bottom: 50px;}
button.button {margin-left: 10px;margin-right: 10px;margin-bottom: 20px;cursor: pointer;}
button.button.is-checked {color: #9EC734;}
a.author-link {display: block;padding-top: 10px;}

.grid-sizer,
.item { width: 32%; }
.gutter-sizer { width: 2%; }

/* FEATURED ARTICLES */
.top-cell {height: 80%;}
.bottom-cell {height: 20%;background-color: #FFFFFF;padding: 10px;}
.post-name {position: absolute;bottom: 0;background-color: #FFFFFF;width: 80%;padding: 10px;}
.post-name h4 {margin-top: 10px;}
.post-name h4 a {font-weight: bold;color: #000000;}

.nav-link.flag img {
    width: 30px;
}

.navbar .hs-image-widget {
    margin-left: 15px;
}

.nav.justify-content-end {
    margin-right: 15px;
}

.landing-page-slider .navbar {
    margin-left: 15px;
    margin-right: 15px;
}

.span12.widget-span.navbar {
    margin-top: calc(2.625em - 15px);
}

@media (min-width: 576px) {
    .blog-container {
        max-width: 540px;
        float: none !important;
        margin: 0 auto !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .blog-container {
        max-width: 720px;
    }
    .hide-on--desktop {display: none !important;}
}

@media (min-width: 992px) {
.menu-icon {margin-top: 6px;}

.blog-container {
    max-width: 960px;
}
.item {background-color: #F8F8FA;border: 10px solid #F8F8FA;}
.item:hover {background-color: #ffffff;}
.item:hover h5 a {color: #9EC734;}

.item--height1 { height: 495px; }
.item--height2 { height: 235px; }

.image--height1 { height: 440px; }
.image--height2 { height: 300px; }
.image--height3 { height: 380px; }

/*.post-header {position: relative;bottom: 0;left: 20px;padding-top: 10px;}*/
.post-header {position: relative;bottom: 0;padding-top: 10px;}
}

@media (min-width: 1200px) {
    .blog-container {
        max-width: 1140px;
    }
}

@media (max-width: 991px) {
    .comment-section h3 {font-size: 30px;font-weight: bold;padding-bottom: 20px;}
    .item { width: 100%;border-radius: 3px;box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.3);overflow: hidden; }
    .post-body {height: 160px;float: none !important;}
    /*.post-header {padding: 10px;}*/
    .infinite-scroll-request, .infinite-scroll-last {background-image: none;}
    .flickity-prev-next-button.previous {right: 50px!important;}
}

@media (max-width: 575px) {
    .blog-container {
        max-width: 540px;
        float: none !important;
        margin: 0 auto !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page-contactus .set-bg {
    background-size: cover !important;
    background-position: center center;
    position: relative;
}

#swiper-one {
    /*max-height: 300px;*/
}

#swiper-one .swiper-slide {
    min-height: 0;
    height: auto !important;
    box-sizing: border-box;
}

.swiper-slide .media-body {
    font-size: 13px;
}

@media (max-height: 768px) {
    #slideTwo,
    #slideThree {
        /*padding-top: 122px;*/
        /*padding-bottom: 102px;*/
        padding-top: 0;
        padding-bottom: 0;
    }
    .swiperMiniTitle {
        display: none;
    }
    .btn-py {
        padding: 3em 0 5em;
    }
}

@media (max-height: 568px) {
    #slideTwo,
    #slideThree {
        padding-top: 0 !important;
        padding-bottom: 102px;
    }
}

.social-links {
    margin-bottom: 1em;
}

.social-links .nav {
    padding-bottom: 0;
    margin-bottom: 0;    
}

.social-links .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

.social-links img {
    width: 24px;
    height: 24px;
}

.social-links img {
    filter: invert(13%) sepia(11%) saturate(5075%) hue-rotate(166deg) brightness(94%) contrast(100%);
}

.overlay .social-links img {
    filter: invert(1);
    fill: #FFF
}

.social-links a:hover img {
    filter: invert(77%) sepia(58%) saturate(553%) hue-rotate(25deg) brightness(86%) contrast(92%);
}

.overlay {
    /*position: relative;*/
    overflow-y: scroll;
}

.overlay #hs_cos_wrapper_social_links {
    /*position: absolute;*/
    margin-top: 1em;
    margin-bottom: 1em;
}

@media only screen and (device-width : 414px) and (device-height : 736px) and (-webkit-device-pixel-ratio : 3) {
    
    #slideTwo, #slideThree {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    #slideTwo .swiper-container,
    #slideThree .swiper-container {
        max-height: 40vh;
        height: auto !important;
    }
    
    .btn-py {
        padding: 1em 0;
    }
    
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
  
  #slideTwo, #slideThree {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    #slideTwo .swiper-container,
    #slideThree .swiper-container {
        max-height: 40vh;
        height: auto !important;
    }
    
    .btn-py {
        padding: 1em 0;
    }
    
}
@media only screen and (device-width : 1024px) and (device-height : 1366px) and (-webkit-device-pixel-ratio : 3) {
    #slideTwo, #slideThree {
        padding-top: 120px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 400px) {
  .comment-section fieldset.form-columns-3 .hs-form-field {width: 100% !important;}
}

/* CSSTerm.com Simple CSS menu */

.menu_simple {
   width: 100%;
   text-align:center;
}

.menu_simple ul {
    margin: 0; padding: 0;
    text-align:center;
}

.menu_simple ul li {
    display: inline;
}

.menu_simple ul li a {
    text-decoration: none;
    color: #80be37; 
    padding: 10.5px 11px;
}
 
.menu_simple ul li a:visited {
    color: #27292d;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: #6f8f49;
}

.btn-backtotop {
    position: fixed;
    bottom: 1em;
    right: 1em;
    background-color: rgb(128,190,55);
    border-color: rgb(128,190,55);
}

.btn-backtotop:hover,
.btn-backtotop:active {
    background: 
    background-color: rgb(140,209,60);
    border-color: rgb(140,209,60);
}

#hs_cos_wrapper_email_subs_logo {
    margin-left: auto;
    margin-right: auto;
}

.email-subs .item,
.email-prefs .item {
    height: auto !important;
    width: auto !important;
}

.email-subs #submitbutton,
.sub-to-blog .hs-button.primary.large,
.blog-comment .hs-submit .hs-button.primary {
    border: none;
    width: auto;
    min-width: 180px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    outline: none;
    background-color: #9bc23a;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    opacity:1;
    color: #FFF;
    margin: 1em 0;
}

.sub-to-blog .hs-button.primary.large,
.blog-comment .hs-submit .hs-button.primary {
    cursor: pointer;
}

.email-subs #submitbutton:hover,
.email-subs #submitbutton:active,
.email-subs #submitbutton:focus,
.sub-to-blog .hs-button.primary.large:hover,
.sub-to-blog .hs-button.primary.large:active,
.sub-to-blog .hs-button.primary.large:focus,
.blog-comment .hs-submit .hs-button.primary:hover,
.blog-comment .hs-submit .hs-button.primary:active,
.blog-comment .hs-submit .hs-button.primary:focus {
   outline: none; 
   border: none;
   box-shadow: none;
   opacity: 0.8;
}

.sub-to-blog .hs-error-msgs.inputs-list,
.blog-comment .hs-error-msgs.inputs-list,
.sub-to-blog .hs-dependent-field ul,
.legal-consent-container ul {
    margin: 0;
    padding: 0;
}

.sub-to-blog .hs-error-msgs.inputs-list li,
.blog-comment .hs-error-msgs.inputs-list li,
.sub-to-blog .hs-dependent-field li,
.legal-consent-container ul li {
    list-style: none;
}

.blog-comment .hs-fieldtype-booleancheckbox input,
.sub-to-blog .hs-dependent-field ul li input,
.legal-consent-container ul li input {
    margin-right: 1em;
}

/* blog-language_switcher */

/*#resources {*/
/*    display:none;*/
/*}*/

/*.blog-resources #resources {*/
/*    display: block !important;*/
/*}*/


@media screen and (max-width: 398px){
  #hs_menu_wrapper_my_menu ul a {
      font-size: 1rem;
  }
  
  .fp-table{
    margin-top: 100px;
  }
  
  .landing-page-slider .navbar {
      margin-top: 0;
      margin-left: 0;
  }
  
  .nav-100 {
    margin-top: 100px;
    height: auto !important;
  }
    .nav-link {
      display: block;
      padding: 0.5rem 0.5rem;
  }
  .social-links img {
      width: 22px;
      height: 22px;
  }
  .small-slide{
    margin-top: 100px;
  }
  
  .latest-blog-posts-list.show{
    height: 400px;
    overflow: scroll;
  }
  
  .latest-blog-posts {
      padding: 0;
  }
  
  .fp-completely {
    margin-top:0;
  }
  
  .navbar .nav .nav-link {
    padding-left: 0;
    font-size: 11px !important;
  }
}


.twitter-x-share{
  position: absolute;
  fill: #FFFFFF !important;
  width: 20px;
  height: auto;
  top: 8px;
  left: 6px;
  filter: invert(1);
}