/* @import url('http://example.com/example_style.css'); */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');



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


/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
  
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*theme colors*/

 




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


/*//////////////////////
///FONT
///////////////////////*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

input[type="submit"]:focus,
button:focus,
a:focus {
    outline: dashed 1px #000000 !important;
}

body{
    color: #223137;
    font-family: 'Roboto', sans-serif;
    padding:0;
    margin:0;
    line-height:1.5;
  	font-size:16px;
}

img{
    height:auto;
}

p{
    margin-bottom:0.2em;
}

.content li{
    margin-bottom:0.5em;
}

a {
    color: #00aaed;
}

h1, h2, h3, h4{
    margin-top:0;
    font-family: 'Oswald', sans-serif;
    line-height:1.5em;
}

h1 {
    font-size: 3em;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: .8em;
    position:relative;
}

    h1:before {
        content: "";
        position: absolute;
        height: 4px;
        width: 78px;
        background-color: #fff;
        bottom: -0.3em;
    }


h2{
    color:#223137;
    text-transform:uppercase;
    font-weight: 400;
    font-size:2em;
    position:relative;
}

h2:before{
    content: "";
    width: 219px;
    height: 2px;
    background-color: #03abea;
    position: absolute;
    bottom: -10px;
    left: -3em;
}

.center h2:before,
h2.center:before {
    left: 50%;
    transform: translateX(-50%);
}


h3{
    color:#03abea;
    font-size:1.5em;
    font-weight:400;
}


@media (max-width:768px){
    h1{
        font-size:2em;
    }
    
    h2{
        font-size:1.5em;
    }
    
    h3{
        font-size:1.3em;
    }
    
    p{
        font-size:14px;
    }
}

/*//////////////////////
///FLEX COLUMNS
///////////////////////*/









            
.flex-wrap {
     display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;
}

.flex-item {
    -webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0;;
}

.flex-middle{
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}

.flex-self{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}


.flex-wrap-justify{
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}





/*/////////////////////
///MENU
////////////////////*/
.main-menu-wrapper {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    box-shadow:0px 1px 0px #dadada;
}

.main-menu-wrapper .container-wrapper{
    overflow:visible;
}

.main-menu-wrapper > div > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.curtesy-bar {
    position: relative;
    -webkit-transform: skew(40deg);
        -ms-transform: skew(40deg);
            transform: skew(40deg);
}


.curtesy-bar:after,
.curtesy-bar:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #223137;
    width: 200%;
    left: 99%;
    z-index: -1;
}


.curtesy-bar ul {
    list-style:  none;
    padding:  0;
    text-align:  right;
    margin:  0;
    -webkit-transform: skew(-40deg);
        -ms-transform: skew(-40deg);
            transform: skew(-40deg);
}

.curtesy-bar li {
    display:  inline-block;
    margin:0.5em;
}

.curtesy-bar a {
    background-color: transparent;
    padding: 0.5em 1em;
    display:  inline-block;
    color:  #fff;
    text-decoration:  none;
    font-size:14px;
    border:solid 2px transparent;
}

.curtesy-bar .schedule{
    background-color:#ea5911;
}

.curtesy-bar .dealer-portal a{ 
    border-color:#fff;
}


/*menu*/
.bz-hero-menu .hs-menu-wrapper,
.bz-hero-menu li{
    line-height: 0 !important;
}

.bz-hero-menu a {
    padding: 1.5em 0.7em !important;
    text-overflow: initial !important;
    border-bottom: solid 4px transparent;
    color: #4e4e4e;
    max-width: none !important;
}

.bz-hero-menu .active-branch > ul{
    float:right;
}

.bz-hero-menu .active-branch > ul > li > a{
}

.bz-hero-menu .active-branch .hs-menu-depth-2 a{
    color:#4e4e4e;
}

.bz-hero-menu a:hover{
    color:#03abea;
    border-color: #03abea;
}

.bz-hero-menu .hs-menu-depth-2 a:hover{
    color:#fff;
    background-color:#03abea;
}

.bz-hero-menu .hs-item-has-children > a:after{
    content: "▼";
    font-size: .6em;
    margin-left: .5em;
}

.bz-hero-menu.active .hs-item-has-children > a:after {
    position:absolute;
    right:10px;
}


.bz-hero-menu .hs-menu-depth-2 a{
    background-color:#fff;
    line-height:0;
    padding: 1.3em !important;
    border-bottom: solid 1px #d8d8d8;
    max-width: none !important;
    width: auto !important;
    min-width: 180px;
}

.bz-hero-menu .hs-menu-depth-2 ul{
    left: 0 !important;
    top: auto !important;
}


@media (min-width:945px){
    .mobile-trigger{
        display:none !important;
    }
    
    .bz-hero-menu li.cloned {
        display: none;
    }
  
  .bz-hero-menu .hs-menu-depth-2 > ul {
      left: 100% !important;
      position: absolute !important;
    	top: 0 !important;
  }
}

@media (max-width:944px){
    .bz-hero-menu{
        display:none !important;
    }
    
    .mobile-trigger {
        float: right;
        font-size: 2em;
        color: #04abea;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    
    .bz-hero-menu.mobile-active{
        display:block !important;
        position:fixed;
        top: 89px;
        width: 100%;
        left: 0;
        right: 0;
        bottom:0;
        overflow-y: auto;
    }
    
    .bz-hero-menu .active-branch > ul{
        float: none;
        width: 100%;
    }
    
    
    .bz-hero-menu .hs-menu-depth-1{
        display:block;
        width:100%;
        background-color:#fff;
        border-bottom:solid 1px #cacaca;
    }
    
    .bz-hero-menu li.cloned { 
        display: none;
    }
    
    .bz-hero-menu .hs-menu-depth-1 > a{
        max-width: calc(100% - 100px) !important;
        width: 100%;
        position:relative;
        overflow:visible !important;
    }
    
    .bz-hero-menu ul,
    .bz-hero-menu a{
        visibility: visible !important;
        opacity:1 !important;
    }
    
    .bz-hero-menu a i{
        display:inline-block;
        width: auto;
    }
    
    .bz-hero-menu .hs-menu-depth-1 a:after{
        display:none;
    }
    
    .bz-hero-menu .hs-menu-depth-1.hs-item-has-children:before{
        content: "+";
        right: 0;
        position: absolute;
        width: 100px;
        height: calc(100% + 4px);
        top:2em;
        text-align: center;
    }
    
    
    .bz-hero-menu .hs-menu-children-wrapper{
        width:100%;
        position:relative !important;
    }
    
    .bz-hero-menu .hs-menu-children-wrapper {
        display: none !important;
    }
    
    .bz-hero-menu .hs-menu-children-wrapper.active{
        position:relative !important;
        display:block !important;
    }
    
    .bz-hero-menu .hs-menu-children-wrapper a{
        width:100%;
        color: #fff !important;
        background-color: #233137;
    }
  
  .bz-hero-menu .hs-menu-children-wrapper.active .hs-menu-depth-2 > ul {
    display: block !important;
	}
  
  .bz-hero-menu .hs-menu-children-wrapper.active .hs-menu-depth-3 a {
    background-color: #8e8e8e !important;
	}
    

}

@media(max-width: 768px){
    .brand-logo{
        max-width: 146px;
        width:100% !important;
        margin-right: 1em;
        -webkit-box-flex:1;
            -ms-flex:1 0;
                flex:1 0;
    }
    
    .menu-wrapper{
        margin: 0 !important;
        width:calc(100% - 162px) !important;
    }
    
    .curtesy-bar a{
        font-size:12px;
    }
    
}

@media(max-width: 601px){
    .curtesy-bar{
        display:none !important;
    }
    
    .brand-logo{
        padding: 0.8em 0;
        margin: auto;
        text-align: left;
    }
    
    .bz-hero-menu.mobile-active{
        top: 70px;
    }
    
    .bz-hero-menu .hs-menu-depth-1 > a{
        max-width:calc(100% - 40px) !important;
    }
    
    .bz-hero-menu .hs-menu-depth-1.hs-item-has-children:before{
        right: -25px;
    }
    
    .bz-hero-menu li.cloned {
        display: block;
    }
}



/* FORM 
/////////////////////////*/
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select{
  font-family: 'Merriweather',serif;
  font-size: 16px;
  border: 1px solid #ebebeb;
  border-bottom: 2px solid #03abea;
  width: 100% !important;
    max-width: none !important;
}

textarea{
  min-height: 150px;
}

fieldset{
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 1em !important;
}

select{
  height: 35px;
}

form .hs-button {
    font-size:  1em;
    border: none;
}

form .hs_submit {
    margin-top:  1em;
}


/*////////////////////////////
//SECTION AND COLUMNS
/////////////////////////////*/
.section-wrapper{
    float:none;
    margin:0 auto;
    display:block;
    padding-top:3.5em;
    padding-bottom:3.5em;
    position:relative;
    overflow:hidden;
    clear:both;
  	z-index:1;
}

.container-wrapper{
    max-width:1200px;
    margin:0 auto !important;
    padding-left:2em;
    padding-right:2em;
    float:none !important;
    position:relative;
    display: block;
  	z-index:1;
}

.container-wrapper-large{
    max-width:1520px;
    margin:0 auto !important;
    padding-left:1em;
    padding-right:1em;
    float:none !important;
    position:relative;
  	z-index:1;
}


.section-container .container-wrapper,
 .container-wrapper-small{
    max-width:900px;
    margin:0 auto !important;
    padding-left:2em;
    padding-right:2em;
    float:none !important;
    position:relative;
}


.narrow .container-wrapper,
.container-wrapper-smaller{
    max-width:700px;
    margin:0 auto !important;
    padding-left:2em;
    padding-right:2em;
    float:none !important;
    position:relative;
}

@media (max-width:768px){
    .container-wrapper,
    .container-wrapper-large,
    .container-wrapper-small{
        padding-left:1em;
        padding-right:1em;
    }
}

.section-wrapper .flickity-viewport {
    margin-bottom: 2.5em;
}

.section-wrapper .flickity-page-dots {
    bottom: -2em;
}

/*////////////////////////////////////
//POSITION
////////////////////////////////////*/
.relative{
    position:relative;
}

.absolute{
    position:absolute;
}

.center,
.center h1,
.center h2,
.center h3,
.center h4,
.center h4,
.center p,
.center div,
.center span,
.center a{
    text-align:center;
}


/*Paddings*/
.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.ptb0 {
    padding-top: 0;
    padding-bottom: 0;
}

/*SECTION BORDER*/
.border-top {
    border-top: solid 1px #e6e6e6;
}




/*//////////////////////
///BUTTON
//////////////////////*/
.hs-button {
    background-color: #ea5911;
    display: inline-block;
    padding: 0.7em 1.7em;
    color: #fff;
    text-decoration:none;
    -webkit-transition:all ease-in-out 0.4s;
    -o-transition:all ease-in-out 0.4s;
    transition:all ease-in-out 0.4s;
  -webkit-appearance: none;
}

.hs-button[href=""] {
    background-color: gainsboro;
    cursor:not-allowed;
}

.hs-button[href=""]:hover{
    background-color: gainsboro;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
}

.hs-button:hover{
    -webkit-transform:translateY(-2px);
    -ms-transform:translateY(-2px);
    transform:translateY(-2px);
    background-color:#223137;
    box-shadow:0px 6px 5px rgba(0, 0, 0, 0.23);
}

.hs-button__orange{
    background-color:#ea5911;
}

.hs-button__white{
    background-color:#fff;
    color:#ea5911;
}

.hs-button__blue{
    background-color:#03abea;
}

.hs-button__black,
.hs-button__ddblue{
    background-color:#223137;
}


/*////////////////////////////////////
//REPEATABLE ELEMENTS
////////////////////////////////////*/
.angle:before {
    content: "";
    position: absolute;
    right: calc(-62%);
    width: 90%;
    height: 100%;
    background-color: #03abeac7;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
            transform: skew(-30deg);
    -webkit-box-shadow: -20px 0px 0px 0px rgba(255, 255, 255, 0.4), -3px 0px 0px 0px #828282a6;
            box-shadow: -20px 0px 0px 0px rgba(255, 255, 255, 0.4), -3px 0px 0px 0px #828282a6;
}

.angle.angle__left:before{
    right: calc(62%);
     -webkit-transform: skew(30deg);
        -ms-transform: skew(30deg);
            transform: skew(30deg);
    -webkit-box-shadow: 20px 0px 0px 0px rgba(255, 255, 255, 0.4), 3px 0px 0px 0px #828282a6;
            box-shadow: 20px 0px 0px 0px rgba(255, 255, 255, 0.4), 3px 0px 0px 0px #828282a6;
}

.angle.angle__blue:before{
  	background-color:#03abea;
}


/*////////////////////////////////////
//BACKGROUND IMAGE
////////////////////////////////////*/
.background{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    position:relative;
    background-attachment: initial !important;
    display:block;
}

.background-img img{
    object-fit: cover;
    position: relative;
    max-width: 100%;
    width: 100% !important;
    overflow: hidden;
}

.background-fixed{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    position:relative;
    background-attachment:fixed;
}

.background-fixed-top{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    object-fit: cover;
    position:relative;
    background-attachment:fixed;
}

    .background__contain-left{
        background-size:contain !important;
        background-position:left;
        background-repeat: no-repeat;
    }
    
    .background__contain-right{
        background-size:contain !important;
        background-position:left;
        background-repeat: no-repeat;
    }
    
    .background__contain-center,
    .background-contain{
        background-size:contain !important;
        background-position:center;
        background-repeat: no-repeat;
    }

.background-absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-size: cover;
    max-width:none !important;
    background-repeat:no-repeat;
    background-position: center center;
}

.background-absolute-rm {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-repeat:none;
}

.background-repeat{
    background-size:initial !important;
    background-repeat: repeat;
}

@media (max-width:768px){
    .background-fixed{
        background-attachment: inherit;
    }
}



/*//////////////////////////
///BACKGROUND COLORS
//////////////////////////*/
.bg-blue-gradient{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006eff+0,0bafea+100 */
background: #006eff; /* Old browsers */
background: -moz-linear-gradient(left, #006eff 0%, #0bafea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #006eff 0%,#0bafea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #006eff 0%,#0bafea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eff', endColorstr='#0bafea',GradientType=1 ); /* IE6-9 */
}

.bg-blue-gradient{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#03abea+0,008aca+100 */
background: #03abea; /* Old browsers */
background: -moz-linear-gradient(left, #03abea 0%, #008aca 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #03abea 0%,#008aca 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #03abea 0%,#008aca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03abea', endColorstr='#008aca',GradientType=1 ); /* IE6-9 */
}


.bg-lgrey,
.lgrey-background{
    border-top: solid 1px #e6e6e6;
    background-color:#f5f5f5;
}

.bg-dblue,
.ddblue-background{
    background-color:#223137;
}

.bg-orange,
.orange-background{
    background-color:#ea5911;
}

.bg-blue,
.blue-background{
    background-color:#03abea;
}

.bg-black,
.black-background{
    background-color:#000;
}

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


/*--colors--*/
.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h4,
.white p,
.white div,
.white span {
  color: #fff !important;
}


/*checkmarks*/
.check-mark li:before {
    content:  "";
    background-image:  url(https://cdn2.hubspot.net/hubfs/196934/Icons/icon-checkmark.svg);
    width: 20px;
    position: absolute;
    left: -1.7em;
    height:  20px;
    background-size:  contain;
}

.check-mark li {
    position:  relative;
}

.check-mark {
    list-style:  none;
}



/*//////////////////////////
///PEAK
//////////////////////////*/
@media (max-width:768px){
    .peak,
    .peak-list,
    .peak-hs-flex > span{
        margin: 0 auto !important;
        overflow: hidden;
        white-space: nowrap;
        overflow-x: scroll;
        padding-bottom: 1em;
        max-width: 95% !important;
        display: block !important;
        -webkit-box-flex:1;
        -ms-flex:auto;
        flex:auto;
    }
    
    .peak > a,
    .peak > div,
    .peak-hs-flex > span > div{
        width: 40% !important;
        margin-left: 0.5em !important;
        display: inline-block;
        white-space: initial;
    }
}

@media (max-width:480px){
    .peak > div,
    .peak-list > li,
    .peak-hs-flex > span > div{
        width: 87% !important;
        
    }
    
    .peak-list-small{
        margin: 0 auto !important;
        overflow: hidden;
        white-space: nowrap;
        overflow-x: scroll;
        padding-bottom: 1em;
        max-width: 100% !important;
        width:100%;
        display: block !important;
    }
}



/*///////////////////////
////HOMEPAGE
//////////////////////*/
.hero-angle {
    content: "";
    position: absolute;
    right: calc(43%);
    right: calc(50% - 58px);
    width: 90%;
    height: 100%;
    background-color: rgba(3, 171, 234, 0.78);
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: skew(30deg);
        -ms-transform: skew(30deg);
            transform: skew(30deg);
    -webkit-box-shadow: 20px 0px 0px 0px rgba(255, 255, 255, 0.4), 3px 0px 0px 0px rgba(255, 255, 255, 0.4);
            box-shadow: 20px 0px 0px 0px rgba(255, 255, 255, 0.4), 3px 0px 0px 0px rgba(255, 255, 255, 0.4);
}

.hero .overview {
    position:relative;
    width: 45%;
    display: inline-block;
    padding-top: 10em;
    padding-bottom: 5em;
}

.inner-hero .overview{
    padding-top: 8em;
    padding-bottom: 1em;
}

.hero p{
    font-size:1.3em;
}


.hero a{
    margin-top:1em;
}

.dealer-wrap {
    padding: 1em;
    border: solid 1px #d4d4d4;
    background-color: #fff;
    margin: 0 1em;
    overflow:hidden;
    position: relative;
    -webkit-transition:all ease-in-out 0.5s;
    -o-transition:all ease-in-out 0.5s;
    transition:all ease-in-out 0.5s;
}

.dealer-wrap:hover{
    -webkit-box-shadow:0px 10px 5px #e4e4e4;
            box-shadow:0px 10px 5px #e4e4e4;
    -webkit-transform:translateY(-5px);
        -ms-transform:translateY(-5px);
            transform:translateY(-5px);
}


.dealer-wrap.angle:before{
    right:-100%;
    box-shadow:none;
    background-color:#03abea;
    width: 100%;
}

.dealer-wrap .title{
    border-bottom: solid 1px #a9a9a9;
    padding-bottom: 0.5em;
}

.dealer-wrap .title h2{
    margin-bottom:0;
}

.dealer-wrap select {
    height: 2.4em;
    margin-bottom: 1em;
    font-size: 0.9em;
    color: #484848;
}



/*Promo cards*/
.promo-cards-wrap .flickity-slider {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}

.home-promo-card-item-wrap{
    max-width: calc(300px - 1.5em);
    width: 100%;
    z-index: 9;
    margin: 0.75em;
}

.home-promo-card-item{
    display:block;
    background-color: #fff;
    text-align: center; 
    text-decoration: none; 
    color: #223137;
    border-top: solid 5px #223137;
    border-bottom: solid 5px #223137;
    -webkit-transition:initial;
    -o-transition:initial;
    transition:initial;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-transition:all ease-in-out 0.5s;
    -o-transition:all ease-in-out 0.5s;
    transition:all ease-in-out 0.5s;
}

.home-promo-card-item:hover{
    transform:translateY(-5px);
    border-color:#03abea;
    -webkit-box-shadow:0px 10px 5px rgba(0, 0, 0, 0.17);
        box-shadow:0px 10px 5px rgba(0, 0, 0, 0.17);
}

.home-promo-card-item .hs-button{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.home-promo-card-item:hover .hs-button{
        background-color: #ea5911;
}

.home-promo-card-item .hs-button:hover{
    -webkit-transform:none;
        -ms-transform:none;
            transform:none;
}

.home-promo-card-item .overview{
    padding:1em;
}

.home-promo-card-item img {
    padding: 1em;
    padding-bottom: 0.5em;
    height: 104px;
    width: auto;
}

.home-promo-card .title{
}

.home-promo-card-item .snippet{
    font-size:0.9em;
    margin-bottom:1.5em;
}


/*TESTIMONY HOMEPAGE*/
.testimony-item {
    width:  100%;
    display:  block;
    background-color: rgba(34, 49, 55, 0.89);
    padding:  1em;
    margin:  1em;
}

.testimony-item img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border:  solid 2px #fff;
}

.testimony-item p {
    font-size:  14px;
    font-style:  italic;
}



/*PRODUCT HOMEPAGE*/
.featured-products-title h2 {
    flex: 4 0;
}

.featured-products-title a{
    text-align:right;
    text-decoration:none;
    color:#ea5911;
}

@media(min-width:1001px){
    .js-product-card-wrap-1,
    .js-product-card-wrap-2 {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    
    .js-product-card-wrap-1 .product-card__h:first-of-type img{
        max-width:none;
        width:100%;
        display:block;
        height:242px;
    }
    
    .js-product-card-wrap-1 .product-card__h:first-of-type .overview{
        border: none;
        padding: 0;
        width: 100%;
        min-width: 100%;
        max-width: none;
        border-top: solid 1px #cecece;
        padding-top: 1em;
    }
}


.product-card {
    color:#333;
    text-decoration:none;
    width:calc(100% - 1.5em);
    margin: 0.75em;
    background-color:#fff;
    box-shadow:0px 0px 2px #cecece;
    padding:1em;
    min-height:198px;
    -webkit-transition:all ease-in-out 0.5s;
    -o-transition:all ease-in-out 0.5s;
    transition:all ease-in-out 0.5s; 
}

.product-card:hover{
    transform:translateY(-5px);
    /*box-shadow:0px 3px 3px rgba(0, 0, 0, 0.26);*/
    -webkit-box-shadow:0px 10px 5px rgba(0, 0, 0, 0.17);
        box-shadow:0px 10px 5px rgba(0, 0, 0, 0.17);
}
    
.product-card img {
    max-width:180px;
    width:100%;
    display:  inline-block;
    padding:0.5em;
    height:160px;
    object-fit:contain;
    vertical-align:top;
}

.product-card .overview {
    max-width: calc( 100% - 190px);
    width:100%;
    display: inline-block;
    vertical-align:top;
    border-left:solid 1px #cecece;
    padding-left:2em;
}

.product-card .link {
    color: #ea5911;
    margin-top: 1em;
}


/*EXPERIENCE HOMEPAGE */
.h-experience {
    padding:  0;
    list-style:  none;
    text-align:  center;
}

.h-experience .counter {
    font-size: 3em;
    font-family: 'Oswald', sans-serif;
}


.h-experience li {
    max-width: 155px;
    width:  100%;
}

.h-experience li div {
    display:  block;
    border-right: solid 1px #ffffff8c;
}

.h-experience li:last-of-type div {
    border-right:none;
}

.h-experience p {
    margin-top:  0;
}



/*POST CARDS*/
.post-card {
    margin:  1em;
    color:  #333;
    text-decoration: none;
    -webkit-transition:all ease-in-out 0.5s;
    -o-transition:all ease-in-out 0.5s;
    transition:all ease-in-out 0.5s; 
    border-bottom: solid 6px #223137;
}

.post-card:hover{
    transform:translateY(-10px);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-color: #03abea;
}


.post-link{
    -webkit-transition:all ease-in-out 1s;
    -o-transition:all ease-in-out 1s;
    transition:all ease-in-out 1s;
}

.post-card:hover .post-link{
    transform:translateX(50px);
    color:#03abea;
}

.post-card .image{
    height:150px;
}

.post-card .overview {
    padding: 1em;
    background-color:  #fff;
    border: solid 1px #d8d8d8;
}

.post-card .date{
    font-size:13px;
}

.post-card h3{
    margin-bottom: 10px;
    font-size:1.3em;
}


.post-card .snippet{
    line-height:1.5;
    font-size:14px;
    margin-bottom:1em;
}



@media (max-width:768px){
    .hero .overview{
        width: auto;
        padding-top:7em;
        padding-bottom:2em;
    }
    
    .hero-angle{
        width: 181%;
        right: -149px;
    }
    
     .hero p{
        font-size:1em;
    }
    
    .dealer-wrap{
        margin: 0;
        margin-top: 2em;
    }
    
    .product-card img{
        max-width: 127px;
        height: 149px;
    }
    
    .product-card .overview{
        max-width: calc( 100% - 100px);
        padding-left: 1em;
    }
    
    .post-card{
        margin: 0.5em;
    }
}


@media (max-width:480px){
    .hero {
        padding-top: 2em;
        padding-bottom: 0;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    }
    
    .hero .container-wrapper{
        background-color:#03abea;
        width:100%;
        max-width:none;
        text-align:center;
    }
    
    
    .hero .overview{
        width:auto;
        text-align:center;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    
    .hero h1:before{
        right: 50%;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%);
    }
    
    .hero-angle{
        transform: initial;
        width:100%;
        right:auto;
        display:none;
    }
    
    .hero .background-absolute{
        position: relative !important;
        height: 200px;
        /*order: -1;*/
    }
    
    .h-experience .counter{
        font-size: 2em;
    }
    
    .product-card{
        padding: 0.5em;
        margin-left: 0;
        min-width: 100%;
        width: 100%;
    }
    
    .product-card img{
        max-width: 107px;
        height: 132px;
    }
    
    .product-card .overview{
        max-width: calc( 100% - 100px);
        padding-left: 1em;
    }
    
    .post-card-wrap .post-card{
        width: 85% !important;
    }
    
}




/*////////////////////////////
FOOTER
///////////////////////////*/


/*--footer Navigation---*/

.footer-brandmark{
    max-width:150px;
}

.footer-nav-wrapper{
    display:block;
    width:100%;
}

.footer-nav-wrapper ul{
    width: 100%;
    /*display: block;*/
    position:relative !important;
}

.footer-nav-wrapper a,
.footer-nav-wrapper li{
    white-space: normal !important;
    color: #b3b3b3;
    font-size: 14px;
    max-width: none;
    width: 100%;
    display: block !important;
}

.footer-nav-wrapper a{
    padding: 5px 0 !important;
}

.footer-nav-wrapper a:hover{
    color:#fff !important;
}

.footer-nav-wrapper .hs-menu-item.hs-menu-depth-1{
    display:block;
    float: none !important;
}


.footer-nav-wrapper .hs-menu-item.hs-menu-depth-1 > a {
    color:#b3b3b3;
    font-size: 14px;
    font-weight: normal;
    padding: 0.6em 0 !important;
}

.footer-nav-wrapper .hs-menu-item.hs-menu-depth-1 > a:after{
    display:none !important;
}

.footer-form span,
.footer-nav-wrapper p{
    font-size:14px;
}

.footer-form h3{
    display:none;
}

.footer-form form{
    margin-top: 0.5em;
}

.footer-form  .hs_email label{
    display:none;
}

.footer-form  .hs_email input{
    height: 30px;
}

.footer-form .inputs-list {
    list-style:none;
    padding:0;
}

.footer-form .inputs-list li {
    display: inline-block !important;
    width: auto;
    margin-right: 1em;
}

.footer-form [value="Subscribe"]{
    font-size:1em;
}


/*copywrite section*/
.copywrite-section {
    border-top: solid 1px #949494;
    margin-top:  2em;
    font-size: 14px;
}

.terms-buttons {
    list-style:  none;
    padding:  0;
    display:  inline-block;
}

.terms-buttons li {
    display:  inline-block;
}

.terms-buttons a {
    text-decoration:  none;
    color: #fff;
}

.copywrite-text {
    float:  right;
}

.copywrite-text p {
    font-size:  14px;
}

.terms-buttons a:after {
    content:  "/";
    padding:  0.5em;
}

.terms-buttons li:last-of-type a:after {
    display:  none;
}



/*Footer Social*/
.footer-social {
    list-style: none;
    padding: 0;
}

.footer-col-title {
    margin-bottom: 1em;
    border-bottom: solid 1px #fff;
    padding-bottom: 1em;
}

.footer-social li {
    max-width: 6em;
    text-align:  center;
}

.footer-social a,
.footer-social i {
    font-size: 1.5em;
    color:  rgba(255, 255, 255, 0.63);
}

.footer-social a:hover{
    color:#03abea !important;
}


/* Shame */

/* Home: Safari: Logo was on its own line */
.main-menu-wrapper .row-fluid .span10 {
    /* Magic number: Small enough to stop the wrap while not looking off */
    width: 81.9%;
}

/* Home: IE only: Fallback for no object fit */
_:-ms-input-placeholder, :root .product-card img {
    /* Remove explicit heights from images */
    height: auto;
}

@media (min-width:1001px) {
    
    _:-ms-input-placeholder, :root  .js-product-card-wrap-1 .product-card__h:first-of-type img {
        /* Remove explicit heights from images */
        height: auto;
    }

}

/* Home: IE only: Fight flexbugs by not using flex-box when not needed */
@media (max-width:1000px) {
    
    _:-ms-input-placeholder, :root .flex-wrap {
        display: block !important;
    }

}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
 img[src$=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}




/*columns*/
.large-checkmark {
    list-style:  none;
    padding:  0;
    margin-bottom:0;
}

.large-checkmark li {
    margin: 1em;
    -webkit-box-flex:1;
        -ms-flex:1 0;
            flex:1 0;
}

.large-checkmark li:before{
    content:"";
    background-image:url(https://cdn2.hubspot.net/hubfs/196934/Icons/icon-checkmark_white.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    display:block;
    font-size:3em;
    margin:auto;
    margin-bottom:0.4em;
    width:50px;
    height:50px;
}



/*BZ 2 COLUMN MODULES*/
.content div{
    line-height:1.6;
}

/*2 columns grid*/
.grid-wrap-2{
    list-style:none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    grid-auto-rows: minmax(100px, auto);
}

.grid-wrap-2.target-col_6-6 .first-col{
    -ms-grid-column: 1;
    grid-column: 1;
}

.grid-wrap-2.target-col_6-6 .second-col{
    -ms-grid-column: 2;
    grid-column: 2;
}

.grid-wrap-2.target-col_4-8 .first-col{
    -ms-grid-column: 1;
    grid-column: 1;
}

.grid-wrap-2.target-col_4-8 .second-col{
    -ms-grid-column: 2;
    grid-column: 2;
}

/*target columns*/
.target-col_6-6 .container-wrapper{
    margin:initial !important;
}


.grid-wrap-2.target-full,
.target-narrow{
    display:block;
}

.target-narrow .container-wrapper {
    max-width:900px;
    
}

.target-col_6-6 .container-wrapper .content,
.target-col_8-4 .container-wrapper .content,
.target-col_4-8 .container-wrapper .content{
     padding:2em;
     overflow:hidden;
}



@media (min-width:769px){
    .target-col_6-6 .container-wrapper .content {
        max-width: 582px;
        width:100%;
    }

    .target-col_6-6 .first-col .content {
        float: right;
    }
}


@media (max-width:768px){
    .grid-wrap-2{
        display:block;
    }
    
    .target-col_6-6 .container-wrapper .content,
    .target-col_8-4 .container-wrapper .content,
    .target-col_4-8 .container-wrapper .content{
         padding:1em;
    }
}

@media (max-width:480px){
    .large-checkmark{
            display: block !important;
    }
}
/*target columns ends*/

/*ASTM PAGE*/
.astm-module:first-of-type {
    background-color:#e7f5ff;
}

.astm-img.icon {
    max-width: 55px;
    width: 100%;
    margin: 1em;
}


.astm-img {
    max-width: none !important;
    width: 100%;
    margin:0 !important;
}


.astm-grid-wrap .astm-module:nth-child(1) .content-wrap {
    height: auto !important;
}




.astm-module:nth-child(6) .content-wrap{
    padding-bottom: 14em;
    display: block;
}


@media (max-width:768px){
    .astm-module:first-of-type .astm-img{
        position: relative;
    }
}



@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .astm-grid-wrap.astm-grid-wrap{
         display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;
    }
    
    *::-ms-backdrop,
    .astm-module{
        -webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0;;
        max-width:calc(50% - 1em);
        min-width:calc(50% - 1em);
        margin:0.5em;
        background-color:rgba(231, 245, 255, 1);
    }
    
    *::-ms-backdrop,
    .astm-img.icon{
        height:200px;
        position:relative !important;
    }
    
    *::-ms-backdrop,
    .astm-img.icon img{
        position:absolute;
        width:100%;
        left:0;
        right:0;
        bottom:0;
    }
    
    :nth-child(6).astm-module .content-wrap{
        padding-bottom:0;
    }
    .astm-module:nth-child(6) .astm-img{
        margin-top:4em !important;
    }
}



/*CTA Full Width Module
/////////////////////////////////*/
.cta-module .content-area {
    max-width:  700px;
    width:  100%;
}

.cta-module .position-center {
    margin-left:  auto;
    margin-right:  auto;
}

.cta-module .position-left {
    margin-right:  auto;
}

.cta-module .position-right {
    margin-left:  auto;
}




/*6 Columns Module
/////////////////////////////////*/
.spread-3 {
    padding: 1em;
    max-width: calc(33% - 1em);
    min-width:  calc(33% - 1em);
    margin:  0.5em;
}

@media (max-width:768px){
    .spread-3 {
        max-width: calc(50% - 1em);
        min-width:  calc(50% - 1em);
    }
}

@media (max-width:480px){
    .spread-3 {
        max-width: calc(100% - 1em);
        min-width:  calc(100% - 1em);
    }
}

.multi-cols_option1 .cols {
    box-shadow: 0px 0px 1px #b7b7b7;
    border-top: solid 6px #233137;
    background-color:#fff;
    border-bottom: solid 6px #233137;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    text-decoration: none;
    color:#223137;
}



.multi-cols_option1 .cols:hover{
    transform: translateY(-5px);
    border-color: #03abea;
    -webkit-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.17);
}

.multi-cols_option1 img {
    max-width:  100px;
    margin-bottom: 0.5em;
}

.multi-cols_option1 h3{
    margin-bottom:0.5em;
}






/*About Us
///////////////////////////////////////////////////*/
/*history*/
.history{
    background-color:#f9f8f6;
    background-image:url(https://cdn2.hubspot.net/hubfs/196934/temp%20images/rope.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 250px;
}

.history .texture-edge_top {
    transform: rotate(180deg);
    background-color: white;
}

.history .col-2 {
    margin-left: 2em;
}

/*mission*/
.our-mission-img {
    margin-right:  2em;
    position:  relative;
    z-index:  1;
    display:block;
}

.our-mission-img a {
    border:  solid 5px #fff;
    background-color:  #fff;
    width:  75%;
    position:  relative;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    display:block;
}


.our-mission-img .link-title {
    position:  absolute;
    bottom: 0;
    padding: 0.5em 1em;
    background-color: #03abea;
    color:  #fff;
}

.our-mission-img a:first-of-type {
    margin-left: auto;
    position:  relative;
    right:  0;
    z-index: 1;
    
}

.our-mission-img a:last-of-type {
    margin-top: -3em;
}

.texture-edge {
    position:  absolute;
    width: 100%;
    background-size: contain;
    height: 40px;
    background-repeat:repeat-x;
    z-index:  2;
    top: 0;
}

.texture-edge_bottom {
    top: initial;
    bottom: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


@media (max-width:768px){
    .history{
        background-image:none;
    }
    .our-mission .flex-wrap,
    .our-mission-img,
    .history .flex-wrap,
    .history .flex-item{
        -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
    }
    
    .history .cols{
        margin-left: initial;
    }
    
    .history .col-1{
        -webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;;
    }
    
    .history .col-2{
        max-width: 499px;
        margin-bottom: 1em;
    }
    
    .our-mission-img{
        margin-right: 0;
        margin-bottom: 1em;
    }
    
    .our-mission-img a{
        display: inline-block;
        width: 49%;
        margin-top: initial !important;
    }
    
    .exp-support-overview{
        margin-top: 0 !important;
        margin-bottom: 2em !important;
    }
}

@media (max-width:480px){
    .our-mission-img .link-title{
        font-size: 0.8em;
    }
    
    .experience-count .counter, 
    .experience-count .counter + span{
        font-size: 2em !important;
    }
    
    .experience-count .cols {
        text-align: center;
        max-width: 33%;
        padding: 0.2em;
        margin: 0 0.3em !important;
    }
    
    .experience-count .cols > p{
        font-size:0.8em;
    }
}
    
    
    
    
/*New 2018 2 columns module*/
.n2col-module.spread_4-8 .col-1 {
    margin-right: 2em;
}

.n2col-module .option-1 > .flex-wrap {
    padding: 1em;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}

@media (min-width:769px){
    .n2col-module.spread_4-8 .col-1 {
        max-width: calc(33% - 2em);
        min-width: calc(33% - 2em);
       
    } 
}   

@media (max-width:768px){
    .n2col-module .flex-wrap,
    .n2col-module .flex-item{
        -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
    }
    
    .n2col-module .col-1{
        margin-bottom:1em;
    }
    
    .n2col-module.spread_4-8 .col-1{
        width: 100%;
        margin-right: 0;
    }
}
    
    
    
#product-search-results [data-hs-cos-type="cta"] {
    display: none;
}





/* APPLICATION APP */
.app-opt-1 .flex-item {
    margin: 0.5em;
    max-width: 200px;
    padding: 1em;
    width: 100%;
}

.app-opt-1 .item {
    max-width: 200px;
    width:  100%;
    padding:  1em;
    margin: 0.5em;
    text-align:  center;
  	box-shadow:0px 3px 4px rgba(0, 0, 0, 0.22);
  	border-radius:10px;
}

.app-opt-1 .image {
    max-width:  100px;
    margin-left:  auto;
    margin-right:  auto;
  	margin-bottom:0.5em;
}





/* SPEAK TO A SPECIALIST PAGE
//////////////////////////////////*/
.specialist-form {
    padding: 2em;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.21);
    margin-top: -7em;
  	position: relative;
    z-index: 1;
}



/* BZ IMAGE AND CONTENT MODULE
///////////////////////////////////*/
.image-content .col-2 {
    margin-left: 2em;
}

@media (max-width:768px){
  .image-content .cols{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
    margin-left: 0;
  }
  
  .image-content .image{
    margin-top:1em;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}



.distro-feature {
	margin-top: 2em;
	padding-top: 2em;
 	position: relative;
}

.distro-feature img {
	max-width: 8em;
}

.distro-feature h3 {
	color: #243137
}

.distro-feature:not(.distro-feature--no-line):before {
	content: '';
	position: absolute;
	top: 0;
	right: 1em;
	left: 0em;
	border-top: 1px solid #ddd;
}

@media (min-width: 768px) {

	.distro-feature:first-child {
		padding-right: 1em;
	}

	.distro-feature:first-child:after {
		content: '';
		position: absolute;
		right: -0.5em;
		top: 2em;
		bottom: 0;
		border-right: 1px solid #ddd;
	}


}


/*sticky*/
.sticky-item{
  top: 0;
  position: -webkit-sticky;  position: sticky;
}

/* PRODUCT LISTING */
.prod-list .col-2 {
    max-width: calc(70% - 2em);
    min-width: calc(70% - 2em);
    width: 100%;
    margin-left: auto;
}

.prod-list .col-1 {
    max-width: calc(30%);
    min-width: calc(30%);
    width: 100%;
}

.prod-list .item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.17);
    margin-bottom: 2em;
  	position:relative;
  	background-color:#fff;
  	top:0;
    -webkit-transition: all ease-in-out 0.4s;    -o-transition: all ease-in-out 0.4s;    transition: all ease-in-out 0.4s;
}

.prod-list .item:hover{
   top: -10px;
   box-shadow: 0px 4px 7px rgba(36, 182, 235, 0.49);
}

.prod-list .item:hover .link{
  color:#03abea;
}


.prod-list .item.angle:before{
  content:"";
  right: 95%;
  box-shadow: none !important;
}

.prod-list .item-col {
    margin: 0.8em;
    border-radius: 10px;
  	position:relative;
  	z-index:1;
}

.prod-list .item-col-1 {
  max-width:calc(40% - 3em);
  min-width:calc(40% - 3em);
  width:100%;
  border: solid 2px #fff;
}

.prod-list .item-col-2 {
  max-width:60%;
  min-width:60%;
  width:100%;
  margin-left:auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.prod-list .content {
    text-decoration: none;
    color: inherit;
}


.prod-list .icon {
    max-width: 50px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.prod-list .title h3 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.2em;
    margin-bottom: 0;
}

/* sidebar */
.parts-list .sticky-item,
.prod-list .sticky-item {
    list-style: none;
    padding: 0;
    margin-right: 1em;
  	margin-top: 0;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.10);
}

.parts-list .sticky-item .title,
.parts-list .sticky-item a,
.prod-list .sticky-item .title,
.prod-list .sticky-item a {
    text-decoration: none;
    display: block;
    padding: 0.6em 1em;
    border-bottom: solid 1px #ececec;
    color: #464646;
  	background-color:#fff;
  	position:relative;
}

.parts-list .sticky-item a svg{
  position:absolute;
 	right: 0.3em;
}

.parts-list .sticky-item a:hover,
.prod-list .sticky-item a:hover{
  color:#03abea;
}

.parts-list .sticky-item .active a,
.prod-list .sticky-item .active a {
    color: #ea5911;
}

.parts-list .sticky-item .title,
.prod-list .sticky-item .title{
  background-color:#03abea;
  color:#fff;
}

.prod-list .link{
  text-decoration:none;
  color:#ea5911;
}

.prod-list .link svg{
  display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}


@media (max-width:768px){
  .prod-list .cols{
    max-width:none;
    min-width:initial;
    width:100%;
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
  }
  
  .prod-list .col-1{
    display:none;
  }
}





/* ADVANCE FORM 
/////////////////////////////////*/
.adv-form .col-2 {
    background-color: #fff;
    padding: 2em;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.23);
}

.adv-form .cols {
    max-width: calc(50% - 1em);
    min-width: calc(50% - 1em);
}

.adv-form .col-2 {
    margin-left: auto;
}

.adv-form .move-center .cols {
  -webkit-box-flex:1;-ms-flex:auto;flex:auto;
  max-width:none;
  min-width:initial;
}

.adv-form .move-center .col-1{
  margin-bottom:1em;
}

@media (max-width:768px){
  .adv-form .cols{
    max-width:none;
    min-width:initial;
    width:100%;
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
  }
  
  .adv-form .col-1{
    margin-bottom:2em;
  }
}



@media (max-width:480px){
  .prod-list .item-col{
    max-width:none;
    min-width:initial;
    width:100%;
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
  }
  
  .prod-list .item-col-1{
    display:none;
  }
  
  .prod-list .item-col-2{
    padding:1em;
  }
  
  .prod-list .item.angle:before{
    right: 111%;
  }
  
  .adv-form .cols{
    padding:1em;
  }
}






/* PARTS ACCESSORIES TEMPLATE 
////////////////////////////////*/
.parts-list .sticky-item{
  margin-right:0;
}

.parts-list .col-1 {
    max-width: calc(20%);
    min-width: calc(20%);
    width: 100%;
}

.parts-list .col-2{
    max-width: calc(80% - 2em);
    min-width: calc(80% - 2em);
    width: 100%;
    margin-left: auto;
}

.parts-list .item {
    max-width: calc(50% - 1em);
    min-width: calc(50% - 1em);
    width: 100%;
    margin: .5em;
    border-radius: 7px;
    padding: 1em;
    margin-bottom: 2em;
  	overflow:hidden;
    position: relative;
    background-color: #fff;
    top: 0;
  	box-shadow: 0 4px 7px rgba(0,0,0,0.17);
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}

.parts-list .item:before{
  content:"";
  right: calc(-118%);
  -webkit-transform: skew(40deg);
  -ms-transform: skew(40deg);
  transform: skew(40deg);
  box-shadow: none;
  background-color:#03abea;
  width: 50px;
  height: 50px;
  right: -35px;
  position: absolute;
  top: 0;
}

.parts-list .item:hover {
    top: -10px;
    box-shadow: 0 4px 7px rgba(36,182,235,0.49);
}

.parts-list .row-1{
  position:relative;
  z-index:1;
}

.parts-list h3{
    margin-bottom: 0.3em;
}

.parts-list .content{
    border-top: solid 1px #e2e2e2;
    padding-top: 0.5em;
}

.parts-list .item.active .row-2 h3,
.parts-list .item:not(.active) .full,
.parts-list .item.active .truncate,
.parts-list .item.active .link,
.parts-list .item:not(.active) .button-wrap,
.parts-list .item:not(.active) .info {
    display: none;
}


.link {
  color: #ea5911;
  cursor:pointer;
}

.link svg {
    position: relative;
    top: 2px;
}

.parts-list .featured-img {
    max-width: 230px;
  	width:100%;
    margin-right: 1em;
  	cursor:pointer;
  	position:relative;
}

.parts-list .featured-img:before{
  content:"";
  position:absolute;
  background-color: rgba(0, 0, 0, 0.30);
  left:0;
  right:0;
  top:0;
  width:100%;
  height:100%;
  opacity:0;
  transition:all ease-in-out 0.4s;
}

.parts-list .featured-img:after {
    content: "+";
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: all ease-in-out 0.4s;
    font-size: 2em;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}

.parts-list .featured-img:hover:after,
.parts-list .featured-img:hover:before{
  opacity:1;
}


.parts-list .featured-img img {
    max-height: 150px;
}

.parts-list .item.active{
  max-width:none;
  min-width:initial;
  -webkit-box-flex:1;-ms-flex:auto;flex:auto;
}

.parts-list .item .rows {
    -webkit-box-flex: 1;-ms-flex: auto;flex: auto;
    width: 100%;
}


.parts-list .item.active .content{
  height:auto !important;
}

.parts-list .order-as-items ul {
    list-style: none;
    padding: 0;
    margin-top: 0.5em;
   	max-width: calc(50% - 1em);
    min-width: calc(50% - 1em);
}

.parts-list .order-as-items ul li {
    margin-bottom: 2px;
}

.parts-list .order-as {
    color: #ea5912;
    font-size: 1.1em;
}

.parts-list li.order-as-price {
    font-weight: bold;
    font-style: italic;
}

.parts-list .item .hs-button svg,
.parts-list .order-as-price svg{
  position:relative;
  top:3px;
}

@media (max-width:768px){
  .parts-list .cols{
    max-width: none;
    width: 100%;
    min-width: initial;
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
  }
  
  .parts-list .col-1{
    margin-top: 2em;
    -webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;
  }
  
  .parts-list .cols .sticky-item{
    margin-right:0;
  }
  
  .parts-list .order-as-items ul li{
   	font-size: 0.9em;
  }
}

@media (max-width:480px){
  .parts-list .featured-img,
  .parts-list .item{
    max-width: none;
    width: 100%;
    min-width: initial;
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
    margin-left:auto;
    margin-right:auto;
  }
  
  .parts-list .item.active .featured-img, .parts-list .item{
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 12px;
  }
  
}


@media (max-width:425px){
  .parts-list .order-as-items ul{
    max-width: none;
    min-width: initial;
    width: 100%;
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
    margin-bottom: 0;
  }
}



/* MAGNIFIC POPUP INIT. 
////////////////////////////////*/
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}



/* MODULE POST LIST 
////////////////////////*/
.post-list .item {
    background-color: #fff;
    margin: 0.5em;
    max-width: calc(33% - 1em);
    min-width: calc(33% - 1em);
 		border-radius: 5px;
  	position:relative;
    overflow: hidden; 
    top: 0;
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}
.post-list .item:hover{
 		top: -10px;
    box-shadow: 0 4px 7px rgba(36,182,235,0.49);
}

.post-list .item a {
    color: inherit;
    display: block;
    text-decoration: none;
}


.post-list .item:hover h3{
  color:#ea5911;
}

.post-list .item .img {
    width: 100%;
    height: 180px;
}

.post-list .post-content {
    padding: 0.5em 1em;
}

.post-list .item h3 {
    font-size: 1.3em;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

.post-list .read-more {
  	color:#ea5911;
  	border-top: solid 1px #dadada;
    padding-top: 0.3em;
    margin-top: 0.5em;
  	font-size: 0.9em;
}

@media (max-width:768px){
  .post-list .item{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
    max-width:none;
    min-width:initial;
    margin-left:auto;
    margin-right:auto;
  }
}



/* THANKYOU PAGE TEMPLATE 
////////////////////////////////*/
.ty-hero.angle:before {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.7);
}

.ty-hero .large {
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.3;
}

.ty-hero .content-wrap {
    padding-top: 5em;
}

.ty-hero .hs-button {
    border-color: #fff;
    border: solid 2px;
}


iframe.whitepaper-frame__inside {
    max-width: none;
    width: 100%;
    height:100%;
}

.ty-hero .offer-pdf {
    position: relative;
    height: 550px;
    border: solid 3px #fff;
    background-color: #000;
    box-shadow: 0 0 19px rgba(0,0,0,0.25);
}


.ty-hero .col-1 {
    max-width: calc(60% - 1.2em);
    min-width: calc(60% - 1.2em);
  	width:100%;
}

.ty-hero .col-2 {
    max-width: calc(40% - 1.2em);
    min-width: calc(40% - 1.2em);
    margin-left: auto;
  	width:100%;
}

@media (max-width:768px){
  .ty-hero .large{
    font-size: 1.6em;
  }
  
  .ty-hero .cols{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
    max-width:none;
    min-width:initial;
  }
  
  .ty-hero.angle:before{
    display:none;
  }
  
  .ty-hero .content-wrap {
    padding-top: 2em;
	}
  
  .ty-hero .col-2{
    margin-top:1em;
  }
}





















