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


@font-face {
  font-family: "MontserratR";
  src: url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Regular.eot") format("eot"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Regular.woff2") format("woff2"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Regular.ttf") format("truetype"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Regular.otf") format("otf"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Regular.svg#webfontFHzvtkso")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MontserratA";
  src: url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Akrobat.eot") format("eot"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Akrobat.woff2") format("woff2"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Akrobat.ttf") format("truetype"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Akrobat.otf") format("otf"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Akrobat.svg#webfontFHzvtkso")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MontserratB";
  src: url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Bold.eot") format("eot"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Bold.woff2") format("woff2"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Bold.ttf") format("truetype"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Bold.otf") format("otf"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-Bold.svg#webfontFHzvtkso") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MontserratSB";
  src: url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-SemiBold.eot") format("eot"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-SemiBold.ttf") format("truetype"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-SemiBold.otf") format("otf"),
    url("https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/fonts/Montserrat-SemiBold.svg#webfontFHzvtkso")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* import fonts */

/* styles */
ul.navbar-nav li a,
.navbar-light .navbar-nav .nav-link {
  font-size: 13px;
  line-height: 16px;
  font-family: "MontserratSB", sans-serif;
  color: #3f3e3e;
}

a {
  color: #99e047;
}

a:hover {
  color: #99e047;
}


ul.navbar-nav li a:hover,
.navbar-nav .active > .nav-link,
.navbar-nav .show > .nav-link {
  color: #99e047 !important;
}

ul.navbar-nav li .dropdown-menu a {
  font-family: "MontserratR", sans-serif;
  color: #3f3e3e;
}

.dropdown-menu {
  margin: 0 !important;
}

ul.navbar-nav {
  margin-top: 18px;
}

.search {
  width: 22px;
  margin-top: 3px;
}

.navigation .search {
  margin-top: 5px;
}

.navbar-text {
  padding: 0;
}

.footer-container {
  font-size: 12px;
  font-family: "MontserratB", sans-serif;
}

.footer-container .second-menu ul,
.footer-container ul.category {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-container .second-menu ul li,
.footer-container ul.category li {
  display: inline-block;
}

ul.category li:before
{
display:none !important;
}

.footer-container .second-menu ul li a {
  color: #828284;
  font-size: 12px;
  font-family: "MontserratR", sans-serif;
  padding:0;
padding-left: 5px;
overflow: initial;
}

.footer-container .second-menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-container ul.category li a {
  color: #fff;
  font-size: 12px;
  font-family: "MontserratB", sans-serif;
}

.footer-container ul.category li a:hover {
  color: #99e047;
  text-decoration: none;
}

.footer-container .second-menu ul li::after {
  content: "|";
  color: #828284;
  margin-left: 5px;
  font-family: "MontserratR", sans-serif;
}

.footer-container .second-menu ul li:last-child::after,
.footer-container ul.category li:last-child::after {
  display: none;
}

.footer-container ul.category li::after {
  content: "|";
  color: #fff;
  margin-left: 5px;
  font-weight: bold;
  font-family: "MontserratB", sans-serif;
}

.vhc-100 {
  height: calc(100vh - 121px);
}

.vhc-80 {
  height: 80vh;
}

.vhc-50 {
  height: 50vh;
}

.vhc-40 {
  height: 40vh;
}

@media screen and (max-width:576px)
{
.vhc-40 {
  height: calc(100vh - 89px);
}}


.vhc-30 {
  height: 30vh;
}

.bg-fixed {
	background-attachment:fixed;
}

.intro-page h1 {
  font-family: "MontserratA", sans-serif;
  font-size: 130px;
  line-height: 100px;
  letter-spacing: -5px;
}

.intro-page h2 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: -1px;
}

.intro-page p {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.btn-acrobat {
  font-family: "MontserratSB", sans-serif;
  font-size: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
}

.btn-acrobat.btn-first {
  border: 2px solid #99e047;
  color: #99e047;
  padding: 12px 30px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.btn-acrobat.btn-first:hover {
  border: 2px solid #99e047;
  color: #3f3e3e;
  background: #99e047;
  text-decoration: none;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.btn-acrobat.btn-second {
  color: #99e047;
  background: #3f3e3e;
  padding: 12px 30px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.btn-acrobat.btn-second:hover {
  color: #fff;
  background: #3f3e3e;
  text-decoration: none;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.btn-acrobat.btn-third {
  color: #99e047;
  padding: 12px 30px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.btn-acrobat.btn-fourth,
button.btn-acrobat.btn-fourth {
  background: #99e047;
  color: #3f3e3e;
  padding: 12px 30px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

button.btn-acrobat.btn-fourth {
  outline: 0;
  border: 0;
}

.btn-acrobat.btn-fourth:hover,
button.btn-acrobat.btn-fourth:hover {
  text-decoration: none;
}

.btn-acrobat.btn-fifth {
  color: #fff;
  background: #3f3e3e;
  padding: 12px 30px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  border:2px solid #3f3e3e; 
}

.btn-acrobat.btn-fifth:hover {
  color: #99e047;
  background: #3f3e3e;
  text-decoration: none;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.btn-acrobat.btn-sixth {
  color: #3f3e3e;
  background: #99e047;
  padding: 12px 30px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  border:2px solid #3f3e3e; 
}

.btn-acrobat.btn-sixth:hover {
  color: #99e047;
  background: #3f3e3e;
  text-decoration: none;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

select.form-control {
  height: calc(1.5em + 0.75rem + 10px);
}

/* top search  */
input[type="text"].input-text {
  border: 0px;
  color: #3f3e3e;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

form.search-form button {
  background: none;
  border: none;
}

.z-index-10 {
  z-index: 10;
}

/* top search  */

.overlay-container {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  background: rgba(0, 0, 0, 0);
}

.overlay-container:hover {
  opacity: 1;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  background: rgba(0, 0, 0, 0.7);
}

.img-scale,
.img-scale-small {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.img-scale:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.img-scale-small:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.dropdown-item {
  padding: 0.75rem 1.5rem;
}

/* cta-hero */

.cta-hero h1 {
  font-family: "MontserratA", sans-serif;
  font-size: 100px;
  line-height: 85px;
  letter-spacing: -5px;
  color: #3f3e3e;
}

.cta-hero p {
  font-family: "MontserratR", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #3f3e3e;
}

.cta-hero .owl-theme .owl-dots {
  margin-top: 0px;
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.cta-hero .owl-theme .owl-dots .owl-dot.active span,
.cta-hero .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
}

.cta-hero .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.4) !important;
}

/* cta-hero */

/* tabs */

.tabs h2 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #3f3e3e;
}

.tabs .item {
  border-left: 1px solid #d9d9da;
}

.tabs .row .item:last-child {
  border-right: 1px solid #d9d9da;
}

/* tabs*/

/* cta-gallery */

.cta-gallery .dark-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.cta-gallery h3 {
  font-family: "MontserratA", sans-serif;
  font-size: 45px;
  line-height: 44px;
  letter-spacing: -1px;
}

/* cta-gallery */

/* box-intro */
.box-intro h3 {
  font-family: "MontserratA", sans-serif;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -1px;
  color: #3f3e3e;
}

.box-intro p {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3f3e3e;
}

.box-intro ol li,
.box-intro ul li {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3f3e3e;
  margin-bottom: 15px;
}

.box-intro p b,
.box-intro p strong,
.box-intro ol li b,
.box-intro ul li b,
.box-intro ol li strong,
.box-intro ul li strong {
  font-family: "MontserratB", sans-serif;
  font-weight: normal;
}

/* box-intro */

/* breadcrumbs */
.breadcrumb {
  background-color: transparent;
  border-top: 1px solid #d9d9da;
  border-bottom: 1px solid #d9d9da;
  border-radius: 0;
  -webkit-border-radius: 0;
}

ol.breadcrumb li.breadcrumb-item a,
ol.breadcrumb li.breadcrumb-item {
  font-family: "MontserratR", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #828284;
}

@media screen and (max-width:576px)
{
.hs-blog-post ol.breadcrumb li.breadcrumb-item a, .hs-blog-post ol.breadcrumb li.breadcrumb-item:last-child{
  padding:5px 9px;
  display: inline-block;
  }
  
.hs-blog-post .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}
  .hs-blog-post ol.breadcrumb {justify-content:center; padding:0; height:80px}
 .hs-blog-post ol.breadcrumb li.breadcrumb-item:last-child::before {display:none;}
  .hs-blog-post ol.breadcrumb li.breadcrumb-item:last-child{width:85%; text-align:center; padding:0;}
  
}

.breadcrumb-item::before {
  color: #828284;
}

/* breadcrumbs */

/* cta-subpage */

.cta-subpage h1 {
  font-family: "MontserratA", sans-serif;
  font-size: 50px;
  line-height: 44px;
  letter-spacing: -2px;
  color: #3f3e3e;
}

.cta-subpage p {
  font-family: "MontserratR", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #3f3e3e;
}

/* cta-subpage */

/* products */

.products h2 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  color: #3f3e3e;
}

.products h3.name a {
  font-family: "MontserratA", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #3f3e3e;
}

.products .filter h3 {
  font-family: "MontserratA", sans-serif;
}

.products .filter strong {
  font-family: "MontserratB", sans-serif;
  font-weight: normal;
}

.products h3 {
  font-family: "MontserratB", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3f3e3e;
}

.products p,
.products label {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3f3e3e;
}

.products .small {
  font-family: "MontserratR", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #828285;
}

.products label {
  font-family: "MontserratR", sans-serif;
}

.products .product {
  background: #fff;
  border: 1px solid #e6e6e7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.products .product ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.products .product ul li {
  border-right: 1px solid #99e047;
  padding: 0px 8px;
}

.products .product ul li:last-child {
  border-right: 0px;
}

.products .product ul li h3 {
  margin-bottom: 0;
}

.products .product ul li h3 a {
  color: #99e047;
}

/* products */

/* features */

.features h4 {
  font-family: "MontserratA", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #3f3e3e;
}

.features p {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3f3e3e;
}

.features p strong {
  font-family: "MontserratB", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3f3e3e;
  font-weight: normal;
}

/* features */

/* dealers */

.dealers h2 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  color: #3f3e3e;
}
.dealers p {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3f3e3e;
}

.dealers select {
  font-size: 14px;
  line-height: 20px;
  font-family: "MontserratR", sans-serif;
  height:46px
}

/* dealers */

/* contact */
.contact h2 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
}
.contact p {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3f3e3e;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea,
.contact textarea:focus {
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 0px;
  font-size: 14px;
  line-height: 20px;
  font-family: "MontserratR", sans-serif;
}

.contact ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.contact :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.contact ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

/* contact */

/* product-single */

.product-single h1 {
  font-family: "MontserratA", sans-serif;
  font-size: 50px;
  line-height: 44px;
}

.product-single h2 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: -1px;
}

.product-single p,
.product-single ul li {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.product-single p.bold,
.product-single p strong {
  font-family: "MontserratSB", sans-serif;
  font-weight: 500;
}

.product-single p.unselected {
  color: #c1c1c2;
}

.product-single p.small {
  font-size: 12px;
}

.product-single table {
  width: 75%;
}

.product-single table tr td {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3f3e3e;
}

.product-single table tr td:first-child {
  font-family: "MontserratSB", sans-serif;
}

.product-single table tr td:last-child {
  text-align: right;
}

.product-single ul.models {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product-single ul.models li {
  display: inline-block;
  color: #3f3e3e;
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: -1px;
  padding: 0 14px 0 10px;
  border-right: 2px solid #3f3e3e;
}

.product-single ul.models li:first-child {
  padding-left: 0;
}

.product-single ul.models li:last-child {
  border-right: 0;
}

.product-single ul.models li a {
  color: #3f3e3e;
  cursor: pointer;
}

.product-single ul.models li.active a,
.product-single ul.models li:hover a {
  color: #99e047;
  cursor: pointer;
}

.product-single .item p {
  text-align: center;
  z-index: 10;
  position: relative;
}

.product-single .owl-dots .owl-dot span {
  border: 2px solid #fff;
  padding: 10px;
  position: relative;
  background-color: transparent !important;
}
.product-single .owl-dots .owl-dot.active span,
.product-single .owl-dots .owl-dot:hover span {
  border: 2px solid #99e047;
}

.product-single .owl-dots .owl-dot span::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 0px solid #fff;
}

/* product-single */

/* excerpt */

.excerpt h3,
.editor h3 {
  font-family: "MontserratA", sans-serif;
  font-size: 45px;
  line-height: 44px;
  letter-spacing: -1px;
}

.excerpt h4,
.editor h4 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.excerpt p {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.excerpt .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.excerpt .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post p.refdet {
  font-family: "MontserratA", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

/* excerpt */

/* excerpt-logos */

.excerpt-logo h3 {
  font-family: "MontserratA", sans-serif;
  font-size: 50px;
  line-height: 44px;
}

.excerpt-logo p {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* excerpt-logos */

/* product facts */

.facts h2 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: -1px;
}

.facts p {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.facts p.bold,
.facts p strong {
  font-family: "MontserratSB", sans-serif;
  font-weight: normal;
}

/* product facts */

/* see-also */

.see-also h2,
.see-also h4 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0px;
}

.see-also h4 a,
.see-also h4 a:hover {
  color: #fff;
}

.see-also p {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* see-also */
/* gallery */

.gallery h2 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  color: #3f3e3e;
}

.gallery h3 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0px;
}

.gallery p {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.gallery p strong {
  font-family: "MontserratSB", sans-serif;
}

.gallery p.pictures {
  font-size: 25px;
}

.gallery p a:hover,
.gallery h3 a:hover {
  text-decoration: none;
}

/* gallery */

/* stecia */

.stecia h2 {
  font-family: "MontserratA", sans-serif;
  font-size: 50px;
  line-height: 44px;
}

.stecia h3 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
}

.stecia h4 {
  font-family: "MontserratA", sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.stecia p {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.stecia p.bold,
.stecia p strong {
  font-family: "MontserratSB", sans-serif;
}

/*  stecia */

/* post page */

.post h1,
.editor h1 {
  font-family: "MontserratA", sans-serif;
  font-size: 50px;
  line-height: 44px;
  color: #3f3e3e;
}

.post h2,
.editor h2 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  color: #3f3e3e;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.post p, .editor p {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.post p a, .editor p a {
  color: #99e047 !important;
  text-decoration: none;
}

.post p a:hover, .editor p a:hover  {
  text-decoration: underline;
}

.post p strong, .post p b, .editor p strong, .editor p b  {
  font-weight: normal;
  font-family: "MontserratB", sans-serif;
}

/* post page */

/* reference */

.reference h2 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  color: #3f3e3e;
}

.reference h3 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0px;
}

.reference p {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.reference p strong {
  font-family: "MontserratSB", sans-serif;
}

.reference p.pictures {
  font-size: 25px;
}

.reference p a:hover,
.reference h3 a:hover {
  text-decoration: none;
}
/* reference */


/* dealers */

.dealers h2 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  color: #3f3e3e;
}

.dealers h3 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0px;
    color: #3f3e3e;
}

.dealers p {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 24px;
    color: #3f3e3e;
	}

.dealers p strong {
  font-family: "MontserratSB", sans-serif;
}

.dealers p.pictures {
  font-size: 25px;
}

.dealers p a:hover,
.dealers h3 a:hover {
  text-decoration: underline;
}
/* dealers */

/* about trampoline */
.about-trampoline h4 {
  font-family: "MontserratB", sans-serif;
  font-size: 20px;
  line-height: 20px;
}
/* about trampoline */

/* technical info */

.technical-info h2 {
  font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0px;
}

.technical-info table tr td {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
  border-top: 1px solid #c1c1c2;
  border-bottom: 1px solid #c1c1c2;
  padding: 5px 0px;
}

.technical-info table tr td:first-child {
  font-family: "MontserratB", sans-serif;
  padding-right: 20px;
  width: 33%;
}

.technical-info p.small {
  font-family: "MontserratR", sans-serif;
}

/* technical info */

/* download catalogue */

.download-catalogue p,
.download-catalogue p a {
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3f3e3e;
}

.download-catalogue p a {
  color: #99e047;
}

/* download catalogue */

/* styles */

/* Bootstrap overrides */

/* custom colors */
.bg-antracit {
  background-color: #3f3e3e;
}

.bg-light-antracit {
  background-color: #525251;
}

.bg-white {
  background-color: #fff;
}

.bg-green {
  background-color: #99e047;
}

.bg-green-2 {
  background-color: #99e047;
}

.bg-gray {
  background-color: #e6e6e6;
}

.bg-gray-light {
  background-color: #f3f3f3;
}

.text-green {
  color: #99e047 !important;
}

.text-antracid {
  color: #3f3e3e;
}

.cursor-pointer {
  cursor: pointer;
}

.border-akrobat-right {
  border-right: 1px solid #d9d9da;
}

.width-72 {
  width: 72px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #99e047 !important;
}

/* custom colors */

/* media query */

@media screen and (max-width: 991px) {
  ul.navbar-nav,
  ul.navbar-nav li.nav-item {
    border-left: 0px !important;
  }
  .navbar-nav .dropdown-menu {
    border: 0;
    background: #f3f3f3;
  }

  .product-single table {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
.stay-open {display:block !important;}
}
}

@media screen and (min-width: 992px) {
  ul.navbar-nav.intro-nav li.nav-item:first-child a {
    padding-top: 6px !important;
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .vhc-100 {
    height: calc(50vh - 106px);
  }

  .cta-hero .vhc-100,
  .cta-gallery .vhc-100 {
    height: calc(100vh - 106px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .intro-page h1,
  .cta-hero h1 {
    font-size: 100px;
    line-height: 80px;
  }

  .intro-page h2 {
    font-size: 22px;
    line-height: 22px;
  }

  .cta-subpage h1,
  .post h1, .editor h1{
    font-size: 40px;
    line-height: 36px;
  }

  .cta-subpage p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom:2rem !important
  }

}

@media screen and (min-width: 577px) and (max-width: 768px) {
  .intro-page h1,
  .cta-hero h1,
  .cta-subpage h1 {
    font-size: 70px;
    line-height: 60px;
  }

  .intro-page h2 {
    font-size: 16px;
    line-height: 18px;
  }

  .excerpt h3,
  .excerpt-logo h3,
  .product-single h1,
  .stecia h2,
  .post h1 {
    font-size: 40px;
    line-height: 32px;
  }
}

@media screen and (max-width: 576px) {
  .intro-page h1,
  .cta-hero h1,
  .cta-subpage h1,
  .product-single h1,
  .excerpt h3,
  .excerpt-logo h3,
  .stecia h2,
  .post h1,
  .box-intro h3 {
    font-size: 40px;
    line-height: 32px;
    letter-spacing: -1px;
  }
  .cta-hero .owl-item .item {
    background-size: 150% !important;
  }

  .tabs .item {
    border: 0px !important;
  }

  .see-also .w-50 {
    width: 100% !important;
  }

  .kretnica .vhc-100 {
    height: calc(50vh - 53px);
  }

  .kretnica img {
    width: 60%;
  }

  .kretnica .left {
    background-image: url("/assets/img/00-Mobile-Kretnica-Pic-Trampolini-03.png") !important;
  }

  .kretnica .right {
    background-image: url("/assets/img/00-Mobile-Kretnica-Pic-Trampolinski_parki-03.png") !important;
  }
}

/* responsive hover on menu */
@media screen and (min-width: 1025px) {
  ul.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}


@media screen and (min-width:576px) and (max-width:1024px) and (orientation:portrait) {
  .reference .vhc-40{
    height: 20vh;
  }
}

/* responsive hover on menu */

/* media query */


/* korekture */
/* cta-gallery vhc-100 */
.cta-gallery .vhc-100
{
  height:calc(80vh - 121px);
}

.reference-single .features p{
  font-weight: normal;
  font-family: "MontserratB", sans-serif;
}

@media screen and (min-width:576px) and (max-width:992px){
  .product-single .btn-acrobat.btn-first {
    width:100%;
    margin-bottom:1rem;
    text-align:center
  }
}

@media screen and (min-width:2560px){
  .reference .vhc-40{
    height: 15vh;
  }
}

.wc-30
{
  width:calc(100%);
}


.wc-50
{
  width:calc(50% - 16px);
}

.wc-30
{
  width:calc(30%);
}

.more-single {padding: 12px 0 !important;}


.editor-left .editor .text-center {
    text-align: initial !important;
}

.editor-font .editor {
    font-family: "MontserratR", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #3f3e3e;
}

.editor-font .editor strong {
    font-family: "MontserratB", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #3f3e3e;
    font-weight: normal;
}

.editor-font .editor h4 {
    font-family: "MontserratA", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #3f3e3e;
    padding-bottom: 1rem;
}

hr
{
  border-color: #d9d9da
}
.dropdown-item.active {
    color: #99e047 !important;
    text-decoration: none;
    background-color: initial;
}
.dropdown-item.active:hover {
    background-color: #f8f9fa;
}
/* korekture */

p.error_msg {
	color: #99e047;
    font-size: 10px;
    padding: 5px 10px 0;
}

.clicktramps, .clickparks {
	cursor:pointer;
}

.social {
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 101;
}

.social img {
    border-bottom: 1px solid 
    transparent;
}

/* Aleš 12.2.2017 */

.container-fluid
{
  padding-left:0px !important;
  padding-right:0px !important;
}


.header-container .hs_cos_wrapper_type_logo a:after
{
  display:none !important
}

.navbar-nav
{
  margin-top:18px;
  margin-left:0px !important;
}

.navbar-nav ul li a
{
  font-size: 13px;
    line-height: 16px;
    font-family: "MontserratSB", sans-serif;
    color: #3f3e3e;
   /* padding: initial; */
    white-space: initial !important;
    max-width: initial !important;
    overflow: initial !important;
    text-overflow: initial !important;
  padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.navbar-nav ul li a:hover,
.navbar-nav ul li.active a,
ul.hs-menu-children-wrapper li a:hover,
.filter ul li a:hover,
.filter ul li.active a
{
      color: #99e047 !important;
  text-decoration:none;
}

ul.hs-menu-children-wrapper
{
  min-width: 10rem;
    padding: .5rem 0 !important;
    margin: 0 !important;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

ul.hs-menu-children-wrapper li a
{
padding: 0.75rem 1.5rem !important;
  font-family: "MontserratR", sans-serif;
    color: #3f3e3e;
  font-size: 13px;
    line-height: 16px;
  white-space: nowrap !important;
}

.navbar-nav ul li a:after
{
  display:none !important;
}

@media(min-width: 767px){
.equal-cols> .row-fluid-wrapper > .row-fluid {
display: flex;
}

.flex-alignxy {
display: flex !important;
align-items: center;
justify-content: center;
}
}

.filter h3
{
font-family: "MontserratA", sans-serif;
    font-size: 20px;
    color: #3f3e3e;
}

.filter ul
{
  list-style-type: none;
    padding: 0;
    margin: 0;
  margin-top: 2rem;
    margin-bottom: 1rem;
}

.filter ul li
{
 display:inline-block;
}

.filter ul li a
{
  font-family: "MontserratSB", sans-serif;
    color: #3f3e3e;
     font-size: 16px;
    line-height: 16px;
  padding-right: 2.3rem;
  display:block;
}

@media screen and (max-width:767px)
{
   .filter ul li a
  {
  padding-right: 1.2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

}

.blog-sidebar h3
{
font-family: "MontserratA", sans-serif;
    font-size: 28px;
    color: #3f3e3e;
  color: #99e047 !important;
}

.blog-sidebar ul 
{
    padding-left:0  !important;
}

.blog-sidebar ul li:before
{
    display:none !important;
}

.blog-sidebar ul li p#hubspot-topic_data,
.blog-sidebar ul li p#hubspot-topic_data a strong
{
    font-family: "MontserratR", sans-serif;
    color: #3f3e3e;
    font-size: 14px;
    line-height: 16px;
   text-transform:uppercase;
}

.blog-sidebar ul li p#hubspot-topic_data a strong
{
  font-family: "MontserratB", sans-serif;
  font-weight:normal;
}

.blog-sidebar h4 a
{
font-family: "MontserratA", sans-serif;
    font-size: 20px;
    color: #3f3e3e;
}

.blog-sidebar h4 a:hover,
.post-data h2 a:hover,
.post-data a.topic-link:hover,
.post-data a:hover h2
{
  color: #99e047 !important;
  text-decoration:none !important;
  transition: all .5s
}

.post-data.custom-card a,
.post-data.custom-card a h2,
.post-data.custom-card a:hover,
.post-data.custom-card a:hover h2
{text-decoration:none !important;transition: all .5s}

.blog .blog-sidebar .widget-span {
    padding-bottom: 10px !important;
}


.bg-easy-gray
{
  background-color:#f9f9f9
}

.blog .blog-sidebar .widget-span.form-field
{ 
  padding-bottom: 1.5rem!important;
  padding-top: 1.5rem!important;
}

.blog-sidebar .form-field h3
{
  color: #3f3e3e !important;
      margin-bottom: 1.5rem!important;
}


 .hs-form .legal-consent-container label,
 .hs-form input[type="email"],
 .hs-form input[type="submit"],
.blog-sidebar .form-field .legal-consent-container p,
.blog-sidebar .form-fieldli.hs-error-msg
{
    font-family: "MontserratR", sans-serif;
    color: #3f3e3e;
    font-size: 12px;
}

.hs-form label
{
  font-size: 14px;
  font-family: "MontserratR", sans-serif;
    color: #3f3e3e;
}

.blog-sidebar .form-field label.hs-error-msg,
.blog-sidebar .form-field ul.hs-error-msgs li label
{
    font-family: "MontserratB", sans-serif;
    font-weight:normal;
      color:red
}

 .hs-form .legal-consent-container label,
.blog-sidebar .form-field .legal-consent-container label span p
{
    color: #3f3e3e;
  font-family: "MontserratB", sans-serif;
  font-weight:normal;

}

 .hs-form input[type="submit"]
{
    width: 100%;
    display: block !important;
    font-family: "MontserratB",sans-serif !important;
    color: #99e047 !important;
    background-color: #3F3E3D !important;
    font-size: 14px !important;
}


.post-data a h2 
{
    font-family: "MontserratA", sans-serif;
    color: #fff;
    font-size: 50px;
    line-height:44px
}

.post-data a h2.diff 
{
    font-family: "MontserratA", sans-serif;
    color: #fff;
    font-size: 28px;
      line-height: 28px;
    display: block;
}

.post-data a.topic-link
{
    font-family: "MontserratB", sans-serif;
    color: #fff;
    font-size: 14px;
  font-weight:normal;
  z-index: 2;
    position: relative;
}

.post-data .topic-content
{
    font-family: "MontserratR", sans-serif;
    color: #fff;
    font-size: 14px;
  text-transform:uppercase;
}

.post-data span.more-link
{
    font-family: "MontserratB", sans-serif;
    color: #99e047;
    font-size: 14px;
  transition:all .5s;
}

.post-data:hover span.more-link
{
    color: #fff;
  text-decoration:none;
  transition:all .5s;
}

.blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 30px !important;
}


.blog-section .post-header p#hubspot-topic_data,
.blog-section .post-header p#hubspot-topic_data a strong
{
      font-family: "MontserratR", sans-serif;
    color: #3f3e3e;
    font-size: 14px;
  text-transform:uppercase;
}

.blog-section .post-header p#hubspot-topic_data a strong
{
font-family: "MontserratB", sans-serif;
  font-weight:normal;
}

.blog-section .post-header h1
{
    font-family: "MontserratA", sans-serif;
    color: #3f3e3e;
    font-size: 50px;
      line-height: 44px;
    display: block;
}

.blog-section .post-header h1:after
{
  content:"";
    display:block;
    margin:0 auto;
  width:60%;
  height:8px;
  background: #99e047;
  margin-top: 1rem;
}


.blog-section .post-header .post-summary p
{
    font-family: "MontserratR", sans-serif;
    color: #3f3e3e;
    font-size: 16px;
    font-style:italic;
  line-height:24px
}

.blog-section .post-body p,
.blog-section .post-body p strong,
.blog-section .post-body a,
.blog-section .post-body ul li,
.blog-section .post-body ol li
{
    font-family: "MontserratR", sans-serif;
    color: #3f3e3e;
    font-size: 16px;
  line-height:24px
}

.blog-section .post-body ol
{
  padding-left: 15px;
}



.blog-section .post-body ul li
{
  list-style-type: disc;
}

.blog-section .post-body ul li:before
{
  display:none;
}

.blog-section .post-body p strong,
.blog-section .post-body p span[style="font-weight: bold;"]
{
  font-family: "MontserratB", sans-serif;
  font-weight:normal;

}

.blog-section .post-body  ul li strong,
.blog-section .post-body  ol li strong
{
font-family: "MontserratB", sans-serif;
  font-weight:normal;
}


.blog-section .post-body a
{
    font-family: "MontserratR", sans-serif;
    color: #99e047;
}

.blog-section .post-body h2
{
  font-family: "MontserratA", sans-serif;
    color: #3f3e3e;
    font-size: 28px;
      line-height: 28px;
  margin-top:2rem;
  margin-bottom:1rem;
}

.blog-section .post-body h3
{
    font-family: "MontserratA", sans-serif;
    color: #3f3e3e;
    font-size: 20px;
    line-height:26px;
    font-weight:normal;
  margin-top:2rem;
}

.about-author-sec .author-data h4{
      font-family: "MontserratB", sans-serif;
    color: #3f3e3e;
    font-size: 14px;
  line-height:20px;
      font-weight:normal;
}
.about-author-sec .author-data p,
.about-author-sec .author-data strong
{
      font-family: "MontserratR", sans-serif;
    color: #3f3e3e;
    font-size: 16px;
  line-height:24px
}

.about-author-sec .author-data strong
{
  font-family: "MontserratB", sans-serif;
  font-weight:normal;
}

.hbspt-form .submitted-message {
  color: #3f3e3e;
  font-size: 14px;
  font-family: "MontserratR", sans-serif;
}

.main-content.subscription h1,
.main-content.subscription h2,
.main-content.subscription h3
{
    font-family: "MontserratA",sans-serif !important;
    color: #3f3e3e !important;
}
.main-content.subscription h1{ font-size: 28px;}
.main-content.subscription h2,
.main-content.subscription h3
{font-size: 20px; margin-top:2rem}

.main-content.subscription p,
.checkbox-row span.fakelabel span,
.main-content.subscription .subscribe-options label span,
.main-content.subscription input[type='submit'],
.main-content.subscription input[type='email'],
.main-content.subscription .success,
.main-content.subscription .page-header
{
    color: #3f3e3e !important;
  font-size: 14px;
  font-family: "MontserratR", sans-serif;
  line-height:20px;
    font-weight:normal;
}

.main-content.subscription p.header{ 
  margin-left: 0px;
}

.main-content.subscription .checkbox-row span.fakelabel span{
  font-family: "MontserratB", sans-serif;
}

.main-content.subscription .subscribe-options label span,
.main-content.subscription input[type='submit']
{
  font-family: "MontserratB", sans-serif;
}

.main-content.subscription input[type='submit']
{
  background:#99e047;
  border-color:#99e047;
  padding-top:10px;
  padding-bottom:10px
}

.main-content.subscription input[type='submit']:hover
{
  background:#fff;
}

.button
{
  display:none;
}

.title-background-green
  {
    background:#99e047; 
  }
  
.hs-landing-page h1
{
    font-family: "MontserratA", sans-serif;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: -2px;
  color: #3f3e3e;
}


.hs-landing-page h2,
.hs-landing-page h3.form-title,
.thankyou-page h3
{
    font-family: "MontserratA", sans-serif;
  font-size: 28px;
  line-height: 36px;
  color: #3f3e3e;
}


.hs-landing-page h3

{
    font-family: "MontserratA", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #3f3e3e;
}

.thankyou-page h3
{
font-family: "MontserratR", sans-serif !important;
    font-size: 28px;
  line-height: 36px;
  color: #3f3e3e;
}

.thankyou-page .form-container h3
{
    font-family: "MontserratA", sans-serif !important;
}


.hs-landing-page .body-container-wrapper p,
.hs-landing-page .body-container-wrapper  ul li,
.hs-landing-page .body-container-wrapper ol li,
.hs-landing-page .body-container-wrapper .hs_cos_wrapper_type_rich_text p,
.hs-landing-page .body-container-wrapper .hs_cos_wrapper_type_rich_text ul li,
.hs-landing-page .body-container-wrapper .hs_cos_wrapper_type_rich_text ol li
{
  font-family: "MontserratR", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #3f3e3e;
}

.hs-landing-page .hs_cos_wrapper_type_rich_text p strong,
.hs-landing-page .hs_cos_wrapper_type_rich_text p b,
.hs-landing-page .hs_cos_wrapper_type_rich_text ul li strong,
.hs-landing-page .hs_cos_wrapper_type_rich_text ul li b,
.hs-landing-page .hs_cos_wrapper_type_rich_text ol li strong,
.hs-landing-page .hs_cos_wrapper_type_rich_text ol li b,
.hs-landing-page  p strong,
.hs-landing-page  p b,
.hs-landing-page  ul li strong,
.hs-landing-page  ul li b,
.hs-landing-page  ol li strong,
.hs-landing-page  ol li b,
.hs-landing-page .body-container-wrapper .hs-form .legal-consent-container label span
{
  font-weight:normal !important;
  font-family: "MontserratB", sans-serif !important;
}

.hs-landing-page  .body-container-wrapper .hs_cos_wrapper_type_rich_text ul
{
  padding-left:0px
}

.hs-landing-page  .body-container-wrapper .hs_cos_wrapper_type_rich_text ul li
{
  display:table-row;
  padding-bottom: 10px;
}

.hs-landing-page  .body-container-wrapper .hs_cos_wrapper_type_rich_text ul li::before
{
  padding-right: 10px;
  display:table-cell;
  color:#99e047
}

.hs-landing-page  .body-container-wrapper .hs_cos_wrapper_type_rich_text ul li::after
{
  content:"";
  height: 10px;
  display:block;
}


.hs-landing-page .body-container-wrapper .hs-form label span,
.hs-landing-page .body-container-wrapper .hs-form input[type="text"],
.hs-landing-page .body-container-wrapper .hs-form input[type="email"],
.hs-landing-page .body-container-wrapper .hs-form input[type="tel"],
.hs-landing-page textarea
{
  font-family: "MontserratR", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3f3e3e;
  font-weight:normal;
}

/*.hs-landing-page .body-container-wrapper .hs-form .hs-fieldtype-text label,
.thankyou-page .body-container-wrapper .hs-form .hs-fieldtype-text label,
.hs-landing-page .body-container-wrapper .hs-form .hs-fieldtype-textarea label,
.thankyou-page .body-container-wrapper .hs-form .hs-fieldtype-textarea label
{display:none}
*/


.hs-landing-page .body-container-wrapper .hs-form  div:first-child,
.thankyou-page .body-container-wrapper .hs-form  div:first-child
{
  /*margin-top:25px*/
}

.hs-landing-page .body-container-wrapper .hs-form .hs-fieldtype-select.field.hs-form-field label span strong,
.thankyou-page .body-container-wrapper .hs-form .hs-fieldtype-select.field.hs-form-field label span strong,
.hs-landing-page .body-container-wrapper .hs-form .hs-fieldtype-checkbox.field.hs-form-field label span strong,
.thankyou-page .body-container-wrapper .hs-form .hs-fieldtype-checkbox.field.hs-form-field label span strong
{
  font-family: "MontserratB", sans-serif;
  font-weight:normal;
}

.hs-landing-page .body-container-wrapper .hs-form .hs-fieldtype-select.field.hs-form-field select,
.thankyou-page .body-container-wrapper .hs-form .hs-fieldtype-select.field.hs-form-field select
{
  font-family: "MontserratR",sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #3f3e3e;
    font-weight: normal;
}



.hs-form ul.inputs-list li span
{
  padding-left:10px
}

.hs-landing-page .body-container-wrapper .hs-form .hs-error-msgs
{
  padding:0;
  list-style:none;
}

.hs-landing-page .body-container-wrapper .hs-form ul.hs-error-msgs li label
{font-family: "MontserratB", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color:#f2545b;
  display:inline-block !important;

}  


.hs-landing-page .body-container-wrapper .hs-form input[type="submit"]
{
  font-family: "MontserratB", sans-serif;
  font-size: 16px !important;
  line-height: 25px  !important;
  color: #3f3e3e  !important;
  font-weight:normal  !important;
  background-color:#99e047  !important;
  border:0px  !important;
}

.thankyou-page
{
  background:#e6e6e7
}


.hs-landing-page .body-container-wrapper .hs-form .legal-consent-container label span,
.hs-landing-page .body-container-wrapper .hs-form .legal-consent-container .hs-richtext p,
.thankyou-page .body-container-wrapper .hs-form .legal-consent-container label span
{
  font-size: 12px !important;
  line-height: 20px !important;
}

.hs-landing-page .body-container-wrapper .hs-form .legal-consent-container label span p,
.thankyou-page .body-container-wrapper .hs-form .legal-consent-container label span p
{
    font-size: 12px !important;
  line-height: 20px !important;
    font-weight: normal !important;
  font-family: "MontserratB",sans-serif !important;
}

/* correcting LIST STYLES */

.hs-landing-page .body-container-wrapper .content-area ul,
.thankyou-page .body-container-wrapper .content-area ul{
  padding-left: 0px;
}

.hs-landing-page .body-container-wrapper .content-area ul li,
.thankyou-page .body-container-wrapper .content-area ul li{
    display: table-row;
    padding-bottom: 10px;
}

.hs-landing-page .body-container-wrapper .content-area ul li::before,
.thankyou-page .body-container-wrapper .content-area ul li::before
{
  padding-right: 10px;
    display: table-cell;
    color: #99e047;
  font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    margin-right: 8px;
    color: #99e047;
    font-size: 18px;
}

/* correcting LIST STYLES */


.hs-landing-page .body-container-wrapper .hs-form input[type="submit"],
.hs-landing-page .body-container-wrapper .hs-form input[type="text"],
.hs-landing-page .body-container-wrapper .hs-form input[type="email"],
.hs-landing-page .body-container-wrapper .hs-form input[type="tel"],
.hs-landing-page .body-container-wrapper .hs-form select,
.hs-blog-listing .body-container-wrapper .hs-form input[type="submit"],
.hs-blog-listing .body-container-wrapper .hs-form input[type="text"],
.hs-blog-listing .body-container-wrapper .hs-form input[type="email"],
.hs-blog-listing .body-container-wrapper .hs-form input[type="tel"],
.hs-blog-listing .body-container-wrapper .hs-form select
{
  height:50px
}

.h420
{
  height:420px;
}

@media screen and (max-width:576px)
{  .h420
  {
    height:calc(100vh - 89px);
  }
}

/* Aleš 12.2.2017 */
@media screen and (max-width:767px)
{
  .blog-section .post-listing .row div:first-child h2,
  .blog-section .post-listing .row div:first-child h2 a
  {
    width:100% !important;
        font-size: 28px;
    line-height: 28px;
  }
  
   .footer-container ul li
  {
    width:auto !important;
  }
  
     .footer-container ul li a
  {
    display:inline !important;
  }
  
  .flex-alignxy
  {
   padding: 1rem;
    display: flex !important;
    align-items: center;
  }
 
  .navbar-nav ul.hs-menu-children-wrapper
  {
      margin: 0.5rem !important
  }
  
    .hs-menu-wrapper *
  {
      width:auto !important
  }
  
  .navbar-nav .flyouts.hs-menu-wrapper > ul
  {
    display:none;
    padding:0.5rem !important
  }
  
  
   ul.hs-menu-children-wrapper
  {
    background:#f3f3f3;
    border-width:0px !important
  }
  
  .navbar-nav
  {
  margin-top:0px
  }
  
  .hs-blog-post .post-header h1 {
    font-size: 34px;
    line-height: 34px;
  }
  
  .hs-blog-post .sticky-social
  {
    text-align:center;
  }
  
  .hs-blog-post .sticky-social img
  {
    display:inline-block !important;
      margin-top:0px !important;
      
  }
    
 .header-container .button
  {
    display:block;
     position: absolute;
    top: 30px;
    right: 20px;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
  }
  
  .button .navbar-toggler-icon
  {
 
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
     display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-size: 100% 100%;
}
  
  
  
  

  
}


@media screen and (min-width:992px) 
{
  .vhc-50 {height:360px}
}

@media screen and (max-width:575px) 
{
.hs-landing-page h1
  {
    font-size:42px;
    line-height:48px;
    letter-spacing:-1px;
    margin:0 10px;
  }
}

@media screen and (max-width:320px) 
{
.hs-landing-page h1
  {
    font-size:40px;
    line-height:46px;
    letter-spacing:-1px;
  }
}

.hs-landing-page .tph h1{width:60%}
@media screen and (max-width:575px)  
{
.hs-landing-page .tph h1{width:100%}
}

a.previous-posts-link,
a.next-posts-link
{
font-family: "MontserratR",sans-serif;
    color: #3f3e3e;
    font-size: 16px;
}

.blog .post-body a[style='font-weight: bold;'],
.blog .post-body a span[style='font-weight: bold;'],
.blog .post-body strong a,
.blog .post-body b a,
.blog .post-body em a[style='font-weight: bold;'],
.blog .post-body em a span[style='font-weight: bold;'],
.blog .post-body em strong a,
.blog .post-body em b a, 
.blog .post-body p span[style*='font-weight: bold;'],

.hs-landing-page a[style='font-weight: bold;'],
.hs-landing-page a span[style='font-weight: bold;'],
.hs-landing-page strong a,
.hs-landing-page b a,
.hs-landing-page em a[style='font-weight: bold;'],
.hs-landing-page em a span[style='font-weight: bold;'],
.hs-landing-page em strong a,
.hs-landing-page em b a, 
.hs-landing-page p span[style*='font-weight: bold;']
  {
    font-family: "MontserratB",sans-serif;
    font-weight: normal !important;
    letter-spacing:normal !important;
  }

@media screen and (max-width:1440px)
{
  .blog-section .post-listing .row div:first-child h2,
  .blog-section .post-listing .row div:first-child h2 a
  {
    width:100% !important;
        font-size: 28px;
    line-height: 28px;
  }
 }

.footer-container ul.category li::after{display:none}

blockquote {border-color:#99e047}

@media screen and (min-width:768px) {
  .body-container-wrapper{
    padding-top:100px;
  }
 }
  
.flex-alignxy.vhc-50 img
{
  height: 100% !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

@media screen and (max-width:767px)
  {
 /*  .hs-blog-post .breadcrumbs ol.breadcrumb 
  {
    display: flex;
    flex-direction: column;
  } */
  
  .hs-blog-post .breadcrumbs ol.breadcrumb li:last-child
  {padding-left:0;}
} 

@media screen and (max-width:576px)
{
    .small-screen-featured-image{display: block; height: 35vh; position: relative;}
  .small-screen-featured-image img {
  position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
  }
  
}

.custom-card{ 
  position:relative
}

.custom-card a::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
} 

.hs-landing-page .hs_cos_wrapper_type_rich_text ul li::before{
  height: 28px;
  width: 28px;
background-image:url(https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/TEMPLATE/LP/Bullet-Green.svg);
  background-repeat:no-repeat;
  content:"" !important;
  padding-right: 35px !important;
}

.site-page.hs-landing-page .slick-slider li{
  display: inline-block !important;
    height: 25px;
    width: 25px;
  
}

.site-page.hs-landing-page .slick-slider .slick-dots li:before
{display:none}

.site-page.hs-landing-page .slick-slider .slick-dots li button:before {
  color: transparent!important;
    font-size: 22px!important;
    height: 24px!important;
    line-height: 29px!important;
    width: 24px!important;
}

.site-page.hs-landing-page .slick-slider .slick-dots li button
{
      border: 3px solid rgba(82,82,81,.5)!important;
    border-radius: 50%!important;
    height: 25px!important;
    width: 25px!important;
  }



.site-page.hs-landing-page .slick-dots li button:hover:before, .site-page.hs-landing-page .slick-dots li.slick-active button:before {
    color: #99e047!important;
}


.site-page.hs-landing-page .slick-prev::before{
  background-image: url(https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/TEMPLATE/LP/Gallery-LEFT-new.svg) !important;
    width: 60px !important;
    height: 60px !important;
    display: block !important;
    content: "" !important;
   filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2)) !important;
  
}

.site-page.hs-landing-page .slick-next::before{
  background-image: url(https://7042610.fs1.hubspotusercontent-na1.net/hubfs/7042610/TEMPLATE/LP/Gallery-RIGHT-new.svg) !important;
    width: 60px !important;
    height: 60px !important;
    display: block !important;
    content: "" !important;
   filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2)) !important;
}

.site-page.hs-landing-page .slick-next,
.site-page.hs-landing-page .slick-prev
{
height: 60px!important;
    width: 60px!important;
    z-index: 1;
  top:40%;
  }

#hs-banner-parent div#hs-eu-cookie-confirmation{
top:auto !important;
  bottom:0;
  border-radius:0 !important;
    }
  

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button,
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button
{
  border-radius:0 !important;
  font-size: 9.5pt !important;
    min-width: auto !important;
    height: auto !important;
    padding: 2px 4px !important;
  line-height: normal !important;
      padding: 4px 8px !important;
 
    }

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button
{
      background-color: #99e047 !important;;
    border: 1px solid #99e047 !important;;
  color:#fff !important;;
}

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner
   { padding: 1em;}

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p
{
    font-size: 9.5pt !important;
    line-height: normal !important;
}


div#hs-eu-cookie-confirmation{
  width:100% !important;
}

div#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner{
  width:640px;
  margin: 0 auto;
}

@media screen and (max-width:1280px)
  {
  div#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner{
    width:100% !important;
  } 
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-cookie-disclaimer,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-buttons-area
{
  margin-right:0 !important;
  }

  
.artificalSelect{
  font-family: "MontserratR",sans-serif;
  height:150px !important;
  margin-bottom:1rem;
  }

.visually-hidden{
      position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
   }