/****************************************/
/* KAYAK White Label HubSpot Template Pack
/* Version: 1.1.5 rev.2018.07.22
/* Copyright: 2018 KAYAK Marketing
/* https://www.kayakmarketing.com/
/* - Updated Font Awesome
/* 1.2:
/* - Added notes for future maintenance
/* 1.1.5:
/* - Added "no-min-height" class to
/*   enable collapsing empty modules
/*   and work around HubSpot garbage
/* 1.1:
/* - Improved handling of lists in
/*   billboards
/* - Updated colorHeadings to the singular
/*   "colorHeading" for consistency
/*   
/* 1.0:
/* - Initial release candidate version
/****************************************/

/****************************************/
/* Size Settings                      
/* Set the maximum content width.
/* Include measurement in px, em, or rem.
/* 20px left and right padding will be
/* added in the global wrapper.
/****************************************/



/* Typographic Settings                      
/* Set font families here in the order:
/* ideal, fallback, generic
/****************************************/





/****************************************/
/* Colour Settings                      
/* These inherit HubSpot settings by
/* default. If you'd prefer to hardcode
/* colour settings, swap the HubL code
/* for a hex value. Create new colours
/* as required for your theme.
/* NOTE: Once you know the client's
/* brand colours, convert these to
/* hex values so they play nice with
/* convert_rgb/opacity settings.
#ffffff
#5e5e5e
#5e5e5e
#ca4334
#74aebc
/****************************************/






 

/*** HEADER MENU ***/










/*** FOOTER ***/


.hs_cos_gallery_main .slick-slide img, .hs_cos_gallery_thumbnails .slick-slide img, .hs_cos_gallery_lightbox .slick-slide img {
    max-height: 300px;
}
/*****/
/* Depositfix styling*/
/****/

#df-card-container #stripe-form-block .hs-form-field a {
        margin-top: -45px!important;
  }

/* #df-card-container .df-final-total  {
    font-size: __px;
    padding-top: __px;
    padding-bottom: __px;
    font-weight: ;
  color: red;
} */

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

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

img {
  height: auto;
}

.academy-badge { 
    padding: 20px; 
    margin: 0px 0px 20px 20px;
    z-index:10;
    float:right;
  position:relative;
}

.academy-badge:after {
      content:'';
      position:absolute;
      width: 100%;
      max-width: 360px;
      height: 146px;
      box-shadow: inset 2px 2px 0 #ffffff;
}

.academy-badge:before {
      content:'';
      position:absolute;
      width: 100%;
      max-width: 360px;
      height: 100%;
      box-shadow: inset -4px -42px 0 #ffffff;
}
@media all and (max-width:414px) {
  .academy-badge { 
    padding: 0;
    margin: 20px;
    float: left;
    position: relative;
    width: calc( 100% - 40px);
  }
  .academy-badge:before {
      box-shadow: inset -4px -4px 0 #ffffff;
}
  
}
/*****************************************/
/* HubSpot Sharing Patch
/* Overrides default HubSpot sharing
/* widget styling with nicer styling
/* Dependencies: FontAwesome v.4.4+
******************************************/
.hs-blog-social-share-item-facebook iframe {
    margin-top:1px; 
}
.hs_cos_wrapper_type_social_sharing a{
    position: relative;
    display: inline-block;
    width: 30px !important;
    height: 30px;
    margin: 0 2px 20px 0;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 30px;
    vertical-align: middle;
    background: #5db5d7;
    border-radius: 3px;
}

.hs_cos_wrapper_type_social_sharing a img{
    width: 30px;
    height: 30px;
    opacity: 0;
}

.hs_cos_wrapper_type_social_sharing a:before{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 29px;
    padding-top: 1px;
    font: normal normal normal 20px/1 FontAwesome;
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', FontAwesome, 'Font Awesome';
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    text-indent: 0;
    text-rendering: auto;
    background: none;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all ease 200ms;
       -moz-transition: all ease 200ms;
        -ms-transition: all ease 200ms;
            transition: all ease 200ms;
}

.hs_cos_wrapper_type_social_sharing a:hover,
.hs_cos_wrapper_type_social_sharing a:hover:before{
    color: #fff;
}

.hs_cos_wrapper_type_social_sharing a[href^="https://www.fa"]:before, 
.hs_cos_wrapper_type_social_sharing a[href^="http://www.fa"]:before {
    content: "\f09a";
}

.hs_cos_wrapper_type_social_sharing a[href^="https://www.fa"]:hover:before, 
.hs_cos_wrapper_type_social_sharing a[href^="http://www.fa"]:hover:before {
    background: #3b5998;
}

.hs_cos_wrapper_type_social_sharing a[href^="https://www.li"]:before, 
.hs_cos_wrapper_type_social_sharing a[href^="http://www.li"]:before {
    content: "\f0e1";
}

.hs_cos_wrapper_type_social_sharing a[href^="https://www.li"]:hover:before,
.hs_cos_wrapper_type_social_sharing a[href^="http://www.li"]:hover:before {
    background: #0077b5;
}

.hs_cos_wrapper_type_social_sharing a[href^="https://pi"]:before{
    content: "\f0d2";
}

.hs_cos_wrapper_type_social_sharing a[href^="https://pi"]:hover:before{
    background: #bd081c;
}

.hs_cos_wrapper_type_social_sharing a[href^="https://pl"]:before{
    content: "\f0d5";
    font-size: 17px;
}

.hs_cos_wrapper_type_social_sharing a[href^="https://pl"]:hover:before{
    background: #dc4e41;
}

.hs_cos_wrapper_type_social_sharing a[href^="https://tw"]:before{
    content: "\f099";
}

.hs_cos_wrapper_type_social_sharing a[href^="https://tw"]:hover:before{
    background: #55acee;
}

.hs_cos_wrapper_type_social_sharing a[href^="mailto"]:before{
    content: "\f0e0";
    padding: 0 0 1px;
    font-size: 17px;
}

.hs_cos_wrapper_type_social_sharing a[href^="mailto"]:hover:before{
    background: #66afe9;
}

.IN-widget {
    vertical-align: middle !important;
    position: relative;
    top: -5px;
}


.widget-type-logo img.hs-image-widget {
    max-height: 80px;
    width: auto;
    max-width: 130px;
    margin-top: -8px;
}
.template-landing .widget-type-logo img.hs-image-widget {
  max-width: 120px;
    margin-top: -8px;
  margin-left:2px;
  width:100%;
}
/*****************************************/
/* Global Styling                        */
/*****************************************/

html,
body{
    margin: 0;
    padding: 0;
    background: #ffffff;
    overflow-x:hidden;
}
.colored-background{
  background: rgba(208, 202, 190, 0.17);
}

.row-fluid [class*="span"].global-wrapper{
    float: none;
    width: 100%;
  	height: 100%;
    max-width: 1368px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.row-fluid [class*="span"].full-width {
    margin: 0;
    max-width: 100%;
}

.row-fluid [class*="span"].content-section{
    padding-top: 100px;
    padding-bottom: 70px;
}

[class*="span"].no-min-height,
.no-min-height .row-fluid > [class*="span"]{
    min-height: 0;
}

hr{
    margin: 4em 0; /* randy edit */
    border: none;
    border-top: 12px solid rgb(160 143 118 / 5%); /* randy edit */
    background-color: white;
    clear:both;
}

a,
a:active{
    color: #2098c7;
    text-decoration: none;
}

a:hover{
    color: #5db5d7;
    text-decoration: none;
    border-bottom: 12px solid rgba(123, 181, 195, 0.14); /* randy edit */
    padding-bottom: 3px; /* randy edit */ 
}
.hs_cos_wrapper_type_social_sharing a:hover { /* john edit */
    margin-bottom: 17px !important; 
}
.page-content .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover { /* john edit */
    margin-bottom: -17px !important; 
}
/* Column Group */

.column-group [class*="span"].column-group-item{
    margin: 0;
    padding: 20px 2%;
    border-left: 1px solid #5db5d7;
}

.column-group [class*="span"].column-group-item:first-child{
    border-left: 0;
}

.header-nav-wrapper {
  background: transparent;
}

.row-fluid [class*="span"].global-wrapper.header-nav-wrapper {
  padding: 50px 30px 30px 30px;
}

/*****************************************/
/* Typography                            */
/*****************************************/

html,
body{
    font: 300 17px/1.85 "Merriweather", serif;
    color: #717171;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

h1,
h2,
h3,
h4{
    font-family: "Merriweather", serif;
	  font-weight: lighter;
    color: #717171;
  	line-height: 1.45em;
    margin-top: 1em;
    margin-bottom: .5em;
}

h1 {
  font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

p {
  margin-top: 0;
  margin-bottom: 1em;

}
blockquote p {
  clear:none !important; 
}
pre,
code,
kbd{
    font: .9em/1 "Source Code Pro", Monaco, "Courier New", monospaced;
}
/* hide empty second row on publications page*/
/*.hs-content-name-publications-2019 .row-fluid-wrapper.row-depth-1.row-number-10  {
 display:none !important; 
}
*/
/* testimonials */
/* hide empty second row */
/*.hs-content-name-2019-success-stories .row-fluid-wrapper.row-depth-1.row-number-10 {
/* display:none !important; 
/* }
*/
blockquote, div.testimonial blockquote{
    margin: 1em;
    padding: 40px;
    display: inline-block;
    border-radius: 40px 0px;
    background: rgba(123, 181, 195, .15) ;
}

blockquote, div.testimonial blockquote p{
margin-bottom: .1em;
}


div.testimonial {
  width: 100%;
  display: block;
  position: relative;
}
  
.testimonial cite strong, div.testimonial cite strong {
    font-size: 1.2em;
  display: inline-flex;
    width: 100%;
}

.testimonial cite img, div.testimonial cite img {
	width: 80px;
	height: 80px;
    margin-right: 40px;
    margin-bottom: 1em;
	border-radius: 40px;
}
/*.blog-section blockquote {
    border-left: none; 
    padding-left: 0;
}
.blog-section blockquote p:not(.testimonial){
    float:right !important;
    padding:0 !important;
  width: calc(100% - 250px) !important;
}
.blog-section blockquote .testimonial cite {
    padding: 22px 50px 0 0;
    float: left;
    width: auto;
    font-size: 16px;
    max-width: 155px;
    border-right: 12px solid rgba(123, 181, 195, .4);
    margin-right: 32px;
  border-radius: 8px;
}
.blog-section blockquote .testimonial cite img {
    margin: -20px 55px 10px 0px !important;
}
*/
/*
blockquote p:not(.testimonial), blockquote p.quotes, div.testimonial blockquote p:not(.testimonial), div.testimonial blockquote p.quotes {
  float: left; 
 
  text-align: left;
  font: 300 17px/1.85 "Merriweather", serif;
  text-decoration:none;
}
div.testimonial blockquote p {
 
}

blockquote p.testimonial, div.testimonial blockquote p {
  text-align: left;
  float:right;
}

blockquote .testimonial cite, div.testimonial cite {
  margin:0 0 0 -100px;
  position: absolute;
  display: inline-block;
  width: 100px;
  font-style: normal;
  font-size: .7em;
  line-height: 135%;
}
blockquote cite img, div.testimonial  cite img {
  width: 100px; 
  height: auto; 
  margin: -50px 0px 10px 10px; 
  float: right;
}
div.testimonial  cite img { 
  margin: -10px 10px 10px 10px !important; 
}
blockquote:after, div.testimonial:after {
  clear:both; 
}
div.testimonial:after, div.testimonial:before {
  content:'';
  position:relative;
  display:block;
  margin: 4em 0 4em 0;
  border: none;
  background-color: white;
  clear: both;
}
div.testimonial cite {
   float:right;
  position:relative;
}
*/
 .testimonial blockquote {
    border-left: 12px solid rgba(123, 181, 195, .0) ;
}
.testimonial blockquote{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 73%;
	margin: 0px 0px 0px 150px;
	padding: 20px 0;
	background: transparent;
	border-radius: 8px;
}

.testimonial blockquote h5{
	margin: 0;
	font-size: 1.2em;
	font-weight: 400;
}

.testimonial blockquote p{
	font-size: 1em;
}

.testimonial:nth-child(odd) cite{
	margin-left: 510px;
	text-align: right;
}

.testimonial:nth-child(odd) cite img{
    margin-right: 0;
	  margin-left: 40px;
}
.template-blog.hs-content-name-why-does-consensus-often-lead-to-false-positives .testimonial:nth-child(odd) cite,
.template-blog.hs-content-name-is-your-website-underemployed .testimonial:nth-child(odd) cite {
	margin-left: 0;
  margin-right:20px;
	text-align: left;
}
.template-blog.hs-content-name-why-does-consensus-often-lead-to-false-positives .testimonial:nth-child(odd) cite img,
.template-blog.hs-content-name-is-your-website-underemployed .testimonial:nth-child(odd) cite img {
    margin-right: 40px;
	  margin-left: 0;
}
.template-blog.hs-content-name-is-overconfidence-killing-your-marketing-effective blockquote p:not(.testimonial), 
.template-blog.hs-content-name-is-your-conversion-ratio-accurate-or-just-a-bold-f blockquote p:not(.testimonial),
.template-blog.hs-content-name-list-or-grid-view-why-your-blog-layout-matters blockquote p:not(.testimonial),
.template-blog.hs-content-name-is-your-website-underemployed blockquote p:not(.testimonial) {
    float: right !important;
    width: calc(100% - 220px) !important;
    text-align: left !important;
    padding-right: 0 !important;
}

.template-blog.hs-content-name-is-your-website-underemployed blockquote p:not(.testimonial) {
    float: right !important;
    width: 100% !important;
}
.template-blog.hs-content-name-is-overconfidence-killing-your-marketing-effective blockquote cite,
.template-blog.hs-content-name-is-your-conversion-ratio-accurate-or-just-a-bold-f blockquote cite,
.template-blog.hs-content-name-list-or-grid-view-why-your-blog-layout-matters blockquote cite,
.template-blog.hs-content-name-is-your-website-underemployed   cite {
  border-right: 12px solid rgba(123, 181, 195, .4);
  border-radius: 12px;
  max-width:100% !important;
  text-align:left !important;
}
.template-blog.hs-content-name-is-overconfidence-killing-your-marketing-effective blockquote,
.template-blog.hs-content-name-is-your-conversion-ratio-accurate-or-just-a-bold-f blockquote,
.template-blog.hs-content-name-list-or-grid-view-why-your-blog-layout-matters blockquote,
.template-blog.hs-content-name-is-your-website-underemployed  blockquote {
    float: left !important;
    border: none !important;
    text-align: left !important;
  padding-bottom: 50px;
}
.template-blog.hs-content-name-is-overconfidence-killing-your-marketing-effective blockquote img,
.template-blog.hs-content-name-is-your-conversion-ratio-accurate-or-just-a-bold-f blockquote img,
.template-blog.hs-content-name-list-or-grid-view-why-your-blog-layout-matters blockquote img,
.template-blog.hs-content-name-is-your-website-underemployed blockquote img {
    float: left !important;
    margin: -20px 40px 0 0 !important;
    
}

.template-blog.hs-content-name-list-or-grid-view-why-your-blog-layout-matters blockquote cite,
.template-blog.hs-content-name-is-your-website-underemployed   cite {
  max-width:170px !important;
}
.testimonial:nth-child(odd) blockquote,
.blog-section .testimonial:nth-child(even) blockquote{
	margin-left: 0px;
}

.testimonial:nth-child(odd) blockquote,
.page-section-sub-hero .testimonial:nth-child(even) blockquote{
	margin-left: 0px;
}

.testimonial:nth-child(odd) blockquote:after {
	left: 100%;
	border-right-color: rgba(246, 245, 242, 0);
	border-left-color: rgb();
}

.row-alternate .testimonial blockquote{
    background: rgb();
}

.row-alternate .testimonial blockquote:after{
    border-right-color: rgb();
}

.row-alternate .testimonial:nth-child(even) blockquote:after{
    border-right-color: transparent;
    border-left-color: rgb();
}

@media screen and (max-width: 960px){
 
.testimonial cite {
    position: absolute;
    display: contents;
    /* width: 120px; */
    font-style: normal;
    font-size: .7em;
    line-height: 135%;
}
  
  .testimonial blockquote {
      position: relative;
      display: table-cell;
      box-sizing: border-box;
      width: 75%; 
      margin: 0px 0px 0px 150px; 
      padding: 20px 0;
      background: transparent;
      border-radius: 8px;
  }
  /*
  blockquote cite img, .testimonial blockquote cite img {
    width: 80px !important; 
    height: 80px !important; 
    margin: -6vw 0 10px 10px !important; 
    float: right;
  }
  blockquote .testimonial cite, .testimonial blockquote cite {
    margin:0 0 0 -80px !important; 
    position: absolute;
    display: inline-block;
    width: 90px !important; 
    font-style: normal;
    font-size: .7em;
    line-height: 135%;
  }
  blockquote p.quotes, blockquote p:not(.testimonial), .testimonial blockquote p.quotes, .testimonial blockquote p:not(.testimonial) {
    float: left; 
    width: calc(100% - 100px) !important; 
    text-align: left;
  } */
}

/*****************************************/
/* Lists                                 */
/*****************************************/

li{
    margin: 0 0 .5em;
}

/*****************************************/
/* Forms and Form Elements               */
/*****************************************/

form,
input,
select,
textarea,
button{
    box-sizing: border-box;
    font: inherit;
}

html > body .hs-form > fieldset{
    max-width: 100%;
    margin: 0 0 1em;
}

.hs-form fieldset.form-columns-1 .hs-form-field > .input,
.hs-form fieldset.form-columns-2 .hs-form-field > .input{
    margin: 0;
}

.hs-form fieldset.form-columns-1 .input > .hs-input{
    width: 100%;
}

html > body .hs-form fieldset.form-columns-2 > .hs-form-field{
    width: 49%;
    margin-left: 2%;
    margin-top: 0px;
}

html > body .hs-form fieldset.form-columns-2 > .hs-form-field:first-child{
    margin: 0;
}

.hs-form-field label,
.hs-form-field .hs-field-desc{
/* Randy Edit
  font-size: .625em;
  color: #B9B9B9;
*/
}

.hs-form-field .hs-field-desc{
    font-style: italic;
    font-size:small;
}


input,
select,
textarea,
button,
.more-link,
.button-cta a{
    color: #717171;
    border: 1px solid #717171;
    border-radius: 4px;
}


fieldset,
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
    /* reset, esp. mobile */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #ffffff;
		border: 1px solid #B9B9B9; 
    outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus{
   /* box-shadow: 0px 0px 5px #5db5d7; */
}

select{
    background: right 10px center no-repeat;
    background-size: 10px 10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMpJREFUeNpi+P//PwMBwAvEPVDMi08hyCwmIgxrBmJ1KG4mZCgTEYYpI4kpEzKUiQTDiDKUiUTDkA1twWYoExmGwYASNkMZQTHDyMgIYnMAcQeRhiGDe0BcDsQ/0GNZEmorqUARqheRdqgFiEmHJIPBbyALWuD2AzEziWb8BeJCIL6P7sLnQPyADEc9BOIX2Lz8A4hrgfguiWmwBoi/4wrDzyQYCjPsM6FIIcbQu9gMwxfL+Ay9C5X7TGqywWYoXsOIzXokVQEAAQYA7gZCidvn93EAAAAASUVORK5CYII=');
}

.inputs-list,
.inputs-list li{
    margin: 0;
    padding: 0;
    list-style: none;
}

button,
input[type="submit"],
input[type="reset"],
.more-link,
.button-cta a{
    /* reset on mobile */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: .5em .8em;
    background: none;
    color: #ffffff;
    background: #2098c7;
    border-color: #2098c7;
    transition: all 300ms ease;
}

/* input[type="submit"] {margin-top:20px;} */


button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
.more-link:hover,
.button-cta a:hover{
    color: #2098c7;
    text-decoration: none;
    border-color: #2098c7;
    background: rgba(255,255,255,0);
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
.more-link:active,
.button-cta a:active{
    color: #ffffff;
    background: #2098c7;
    border-color: #2098c7;
}

input[type="search"] {
    border: 1px solid #dedede;
    border-radius: 2px;
    width: 100%;
    padding: 0;
}

.form-no-title .form-title {
    display: none
}

/* Form Errors */

.hs-form-field{
    position: relative;
    margin-top: 20px;
}

.hs-form-field .hs-error-msgs{
    box-sizing: border-box;
    position: absolute;
    bottom: 100%;
    display: block;
    width: 100%;
    max-width: 320px;
    padding: .5em;
    text-align: center;
    background: #5db5d7;
    color: #ffffff;
    border-radius: 4px;
}

.hs-form-field .hs-error-msgs:before{
	content: ' ';
	position: absolute;
    top: 100%;
    left: 10px;
	height: 0;
	width: 0;
	margin-left: -6px;
	border: solid transparent;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #5db5d7;
	border-width: 6px;
	pointer-events: none;
}

/*****************************************/
/* Tag Cloud                             */
/*****************************************/

ul.cloud {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1.5rem;
}

ul.cloud a {
  color: #5db5d7;
  display: block;
  padding: 0.125rem 0.25rem;
  text-decoration: none;
  position: relative;
  --size: attr(data-weight number, 4); 
  font-size: calc(var(--size) * .5rem);
}

ul.cloud a[data-weight="1"] { --size: 1; }
ul.cloud a[data-weight="2"] { --size: 2; }
ul.cloud a[data-weight="3"] { --size: 3; }
ul.cloud a[data-weight="4"] { --size: 4; }
ul.cloud a[data-weight="5"] { --size: 2; }
ul.cloud a[data-weight="6"] { --size: 2; }
ul.cloud a[data-weight="7"] { --size: 2; }
ul.cloud a[data-weight="8"] { --size: 2; }
ul.cloud a[data-weight="9"] { --size: 2; }

/* ul.cloud a {
  --size: 4;
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
}*/


/*****************************************/
/* Tables :(                             */
/*****************************************/

table{
    max-width: 100%;
    border-collapse: collapse;
}

th,
td{
    margin: 0;
    padding: 10px;
}

th{
  color: #717171;
  background: #fafafa;
  font-weight: normal;
  padding: 10px 20px;
  border-bottom: 1px solid #f2f2f2;
  text-align:left;
}

tr td{
    border-bottom: 1px solid #f2f2f2;
}

.tablescroll {
 overflow-x: auto; 
}

.tablescroll table {
    width:90%; 
} 

.tablescroll tr td{
    width:50%;
}
@media all and (max-width:767px) {
  .tablescroll table {
    overflow-x: scroll;
    width:98% !important;
    min-width:800px !important;
  }
  .tablescroll th {
    padding:10px;
  }
  .tablescroll tr td{
    width:30%;
  }
}
/*****************************************/
/* Header + Main Navigation              */
/*****************************************/

.header-container-wrapper{
    position: relative;
    z-index: 101;
	  background: #ffffff;
}

.absolute-header .header-container-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: transparent;
}

.body-container-wrapper {
   position: relative;
    z-index: 99;
	  background: #ffffff;
}

.main-nav{
    text-align: right;
}

/* =============== Custom Menu Primary =============== */
/* Parent List */
.main-nav.custom-desktop .hs-menu-wrapper > ul {
  float: right !important;
  color: #808080;
  line-height: 1.2em;
  font-family: "Merriweather", serif;
  font-size: 17px;
  font-weight: 300;
  text-transform: ;
  box-shadow: none !important;
}
.main-nav.custom-desktop .hs-menu-wrapper > ul > li {
  position: relative;
  margin-bottom: 0;
}

.main-nav.custom-desktop .hs-menu-wrapper > ul > li > a {
  margin-right: 0;
  margin-left: 0;
  outline: 0;
  display: inline-block;
  float: left;
  position: relative;
  color: #efeeea;
  line-height: 1.2em;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
}
.main-nav.custom-desktop .hs-menu-wrapper > ul > li:hover > a{
  background: #ffffff;
  color: #2098c7;
}
.error-template .main-nav.custom-desktop .hs-menu-wrapper > ul > li > a,
.error-template .main-nav.custom-desktop .hs-menu-wrapper > ul > li > a:hover,
.search-template .main-nav.custom-desktop .hs-menu-wrapper > ul > li > a,
.search-template .main-nav.custom-desktop .hs-menu-wrapper > ul > li > a:hover{
  color: #717171;
}

/* Current Menu Line */
/* .main-nav.custom-desktop .hs-menu-wrapper > ul > li > a:after {
  content: "";
  bottom: 0;
  height: 1px;
  left: 50%;
  position: absolute;
  width: 0;
  background: #2098c7;
  -webkit-transition: all 200ms ease 0.00ms;
  -o-transition: all 200ms ease 0.00ms;
  -ms-transition: all 200ms ease 0.00ms;
  transition: all 200ms ease 0.00ms;
} */

/* Hover Style */
/* .main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li:hover a:after {
    width: 100%;
    margin-left: -50%;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li > a:hover{
  color: #efeeea;
} */

/* Current Menu Item */
/* TODO: CHECK ANCESTOR */
.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li.hs-menu-show-active-branch a:after {
    width: 100%;
    margin-left: -50%;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li.hs-menu-show-active-branch > a {
	  color: #2098c7;
}

/* Menu Seperators */

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li.menu-seperator a:after {
    display: none;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li.menu-seperator a:hover {
    color: #1f1f1f;
    cursor: default;
}

/* 2nd Level */
.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper {
    top: 40px;
    font-size: 18px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    left: 0;
    z-index: 1308;
    text-align: left;
    text-transform: none;
    display: none;
		min-width: 250px;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li > ul.hs-menu-children-wrapper > li:first-child:hover > ul {
    top: 13px;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li:hover ul.hs-menu-children-wrapper {
  display: block;
  -webkit-box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;
		  -os-box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;
		  -ms-box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;  
			    box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li {
    display: block;
    width: 100%;
    margin-left: 0;
	  margin-bottom: 0;
    float: left;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:first-child {
  padding-top: 13px;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:last-child {
  padding-bottom: 13px;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > a {
  display: block;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 1.2em;
  padding: 10px 6% !important;
  margin: 0 !important;
  width: unset;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li.menu-item-has-icon > a:before {
  margin-right: 0;
  content: "";
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper.left {
  left: -281px;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper.left ul {
  left: -281px;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li {
  color: #808080;
  background: #ffffff;
  background: rgba(255,255,255,0.99);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > a {
  color: #808080;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > a:before {
  width: 18px;
  font-size: 18px;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:hover > a,
.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li.parent.hover > a,
.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li.current-menu-item > a {
  background: rgba(239,239,239,.5);
}

/* 3rd level */

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul {
  top: 0;
  padding: 0;
  background: none;
  left: 281px;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:hover > ul {
  display: block;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li {
  background: #efefef;
  background: rgba(239,239,239,0.94);
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li:first-child,
.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li:last-child {
  padding: 0;
}

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li > ul.hs-menu-children-wrapper.left {
  right: 80px;
  left: auto;
}

/* other level */
.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul ul{
  top: 0;
}

/* Override max width on menu links */
.main-nav.custom-desktop .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1200px) {
  .main-nav .hs-menu-wrapper,
  .main-nav .hs-menu-wrapper > ul ul {
    display:block !important;
  }

  .main-nav.js-enabled {
    max-width: 100%;
    float: right !important;
    margin: 0 !important;
    margin-top: 12px !important;
  }
  .main-nav.custom-mobile {
    display: none !important;
  }

/*   .main-nav .hs-menu-wrapper > ul > li > a:after {
    content: "";
    bottom: 0;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 0;
    -webkit-transition: all 200ms ease 0.00ms;
    -o-transition: all 200ms ease 0.00ms;
    transition: all 200ms ease 0.00ms;
    background: #2098c7;
    position: absolute;
    bottom: 1px;
    height: 1px;
  }

  .main-nav .hs-menu-flow-horizontal > ul > li:hover a:after {
    width: 100%;
    margin-left: -50%;
  }

  .main-nav .hs-menu-wrapper > ul > li.active > a:after {
    width: 100%;
    margin-left: -50%;
  } */

}


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

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

.main-nav.custom-mobile .hs-menu-wrapper > ul li > ul {
    background: rgba(0,0,0,.5);
    padding-left: 10px;    
}

.main-nav.custom-mobile .hs-menu-wrapper > ul li > ul li {
    padding: 20px 5px;
    border-bottom: 1px solid rgba(0,0,0,.5);
}

.main-nav.custom-mobile .hs-menu-wrapper > ul li > ul li:last-child {
    border-bottom: none;
}

.main-nav.custom-mobile .hs-menu-wrapper > ul li > ul li a {
    color: #1f1f1f;
}

/* Vimeo Embed */

.embed-container { 
position: relative; 
padding-bottom: 56.25%; 
height: 0; 
overflow: hidden; 
max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
}
/* Vimeo embed end */

/* reveal ba-slider start */
.ba-slider {
    position: relative;
    overflow: hidden;
    background-color:#000;
    margin-bottom: 40px;
}
 
.ba-slider img {
    width: 100%;
    min-width:100%;
    display:block;
    overflow:hidden;
    height: auto; 
}
 
.ba-slider .resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 60%;
    overflow: hidden;
}


.ba-slider .handle { /* Thin line seperator */
  position:absolute; 
  left:60%;
  top:0;
  bottom:0;
  width:1px;
  margin-left:0px;
  margin-right:2px;
  background:#fff;
  cursor: ew-resize;
}
 
.ba-slider .handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    content:'\25D1';
    color:#fff;
    font-weight:700;
    font-size:22px;
    text-align:center;
    line-height:29px;
    padding-left:2px;
    background:
    border:1px solid #cccccc; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition:all 0.3s ease;
}

.ba-slider .handle.ba-draggable:after {
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
    line-height:32px;
    font-size:28px;
}

.ba-slider {
  color: #ffffff;
  opacity: 1;
  font-size: 17px;
}

/* reveal ba-slider start */

@media (max-width: 1199px){
  .main-nav.custom-desktop {
    display: none !important;
  }
  /* Menu Reset */
  .main-nav,
  .main-nav .hs-menu-wrapper > ul,
  .main-nav .hs-menu-wrapper > ul li,
  .main-nav .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: rgba(0,0,0,.5);
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    width: auto;
    float: right;
    text-align: right;
    padding-top: 20px;
    margin-right: 2%;
  }
  .mobile-trigger:hover{
    text-decoration: none;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
  }

  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', FontAwesome, 'Font Awesome';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile-trigger i {
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    font-weight: normal;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }  
  
  /* ===== Mobile Menu Styles ===== */

  .main-nav.js-enabled{
    position: relative;
    padding-top: 0px; /* Makes room for button */
    margin: 0;
    width: 100% !important;
  }

  /* Hide menu on mobile */
  .main-nav.js-enabled .hs-menu-children-wrapper{
    display: none;
  }

  /* Make child lists appear below parent items */
  .main-nav ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    /*display: none;*/
  }

  
  /* Mobile Menu Styles */
  .main-nav.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .main-nav .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .main-nav .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .main-nav .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  .main-nav .hs-menu-wrapper > ul ul li a{
    text-indent: 0px;
  }

  /* Level 3 and Higher Menu List Styles */
  .main-nav .hs-menu-wrapper > ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .main-nav .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }

  .main-nav.custom-mobile.js-enabled {
    background: #333333;
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.18);
    position: fixed;
    z-index: 998;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 80%;
    min-width: 140px;
    max-width: 300px;
    overflow: hidden;
    left: -440px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(51,51,51,0.95);
    background-image: url(https://4475760.fs1.hubspotusercontent-na1.net/hubfs/4475760/resources/Images/download.gif?t=1522922263732);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
  }


  .mobile-open .main-nav.custom-mobile.js-enabled {
    z-index: 1;
    left: 0;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
  }

  .close-trigger {
    text-align: center;
    line-height: 20px;
    height: 41px;
    padding: 0 40px;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.6);
  }

  .close-trigger a.mm-title {
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Helvetica';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 10px 0;
  }

  .main-nav .hs-menu-wrapper > ul {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0px !important;
    height: 70vh;
    overflow: auto;
  }

  .main-nav .hs-menu-wrapper > ul > li {
    position: relative;
  }

  .main-nav .hs-menu-wrapper > ul > li > a {
    padding: 15px 10px 15px 20px;
    outline: none;
    color: rgba(255, 255, 255, 0.6);
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-decoration: none;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 22px;
  }

  .main-nav .hs-menu-wrapper > ul > li:first-child > a {
    padding-top: 14px;
  }

  .main-nav .hs-menu-wrapper > ul > li > a:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .mobile-mm-navbar {
    height: 42px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    line-height: 20px;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 0px;
    z-index: 999999;
    background: #333333;
  }

  .mobile-menu-socials {
    display: block;
    padding: 10px 0;
  }

  .mobile-menu-socials a {
    font-size: 16px;
    color: #969696;
    margin: 0 8.2px;
    text-decoration: none;
    line-height: 20px;
  }
  .search-trigger{
    width: auto !important;
    float: right !important;
    margin-right: 2%;
    padding-top: 16px !important;
  }

  .main-nav .hs-menu-wrapper > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }

  #site-wrapper {
    position: relative;
    left: 0;
    transition: all 300ms;
  }

  .mobile-open #site-wrapper {
    left: 440px;
    transition: all 300ms;
  }

  body {
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    transition: all 300ms;
  }

  body.mobile-open {
    left: 440px;
  }

  .overlay {
    background: transparent;
    position: fixed;
    width: 100%;
    /* width: calc(100% - 440px) !important; TODO */
    float: right;
    top: 0;
    left: auto;
    z-index: 100;
    display: none !important;
    height: 100%;
  }

  .mobile-open .overlay {
    display: block !important;
  }

}

/* Hide Search on Mobile */
/*
  .search-trigger {
   display:none;
   visibility: hidden;
} */
  /* Hide Search on Mobile end */
/* Search Form */

/* Search */

.search-trigger {
    display: inline;
    cursor: pointer;
    width: 48%;
    float: left;
  	margin-left: 0;
}

@media screen and (min-width: 768px) {
  .search-trigger {
	  width: auto;
    float: right;
    padding: 10px 0 0;
  }
}

#search-toggle{
    position: relative;
    top: 0px;
    margin-left: 14px;
	  color: #ffffff;
    transition: color 200ms ease;
}

#search-toggle:hover,
#search-toggle:active {
  /* color: #2098c7; */
  color:#ffffff;
}

#search-toggle:after{
    content: ' ';
    position: absolute;
    top: -20px;
    right: -30%;
    display: block;
    width: 160%;
    height: 60px;
}

#search-form-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 120px;
  padding: 11px 20px 0;
  font-size: .8em;
  color: #333333;
  text-align: center;
  background: rgba(255,255,255,.95);
  z-index: 999;
}

#search-form-wrapper label{
    display: none;
}

#search-form-wrapper .hs-button.primary{
    visibility: hidden;
}

#search-form-wrapper input[type="text"]{
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 0 0 0 70px;
    font-size: 3em;
    font-weight: 300;
    text-align: left;
    color: rgb();
    background: url('https://www.kayakmarketing.com/hubfs/images/k4/global-images/icon-search-large.png') left 20px center no-repeat transparent;
    background-size: 30px 30px;
    border: none;
    border-radius: 0;
    /*border-bottom: 1px solid rgba(,.6);*/
}

#search-form-wrapper input[type="text"]:focus{
    /*border-color: rgb();*/
    box-shadow: none;
}

@media (max-width: 1200px) {
  .search-trigger {
    display:block;
    visibility: visible;
  }
  #search-toggle{
    top: 16px;
  }
  .custom-logo{
   /* width: auto !important; */
    float: left !important;
  }
  .widget-type-logo img.hs-image-widget{
    max-height: 60px;
  }
  .button-cta.primary, .button-cta.secondary {
       padding-bottom: 20px;
  }
  .search-trigger {
      display: block;
      background-color: rgba(123,181,195,0.85);
      cursor: pointer;
      height: 52px;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      width: 100% !important;
      margin:0px !important;
      text-align: center !important;
      padding: 0px !important;
      border-top: 1px solid #efeeea;
  }
  #search-toggle {
      margin-left:0px;
  }
  .row-fluid [class*="span"].global-wrapper.header-nav-wrapper {
    padding: 30px 30px 30px 30px;
  }
  .hs-search-field--open {
      border: 1px solid rgba(123,181,195,0.85) !important;
      border-bottom-right-radius:6px;
      border-bottom-left-radius:6px;
  }
  .hs-search-field--open .hs-search-field__suggestions {
      background-color:#fff !important;
      border: 0px solid #000 !important;
      padding: 2% !important;
  }

  .hs-search-field--open .hs-search-field__suggestions li {
      border-bottom: 1px solid #ddd !important;
      padding: 2px 0 !important;
  }
  .hs-search-field--open .hs-search-field__suggestions li:first-child, .hs-search-field--open .hs-search-field__suggestions li:last-child {
      border-bottom: 0px solid #ddd !important;
      padding: 0px 0 2px !important;
  }
}
/*****************************************/
/* Footer                                */
/*****************************************/

.footer-container-wrapper{
  background-color: #333333;
}
.row-fluid [class*="span"].footer-wrapper{
    position: relative;
    padding-top: 30px;
    padding-bottom: 0px;
}
.footer-container-wrapper .widget-type-logo img.hs-image-widget{
  max-height: 50px;
}
.footer-wrapper p, 
.footer-wrapper address,
.footer-wrapper ul{
  font-size: 16px;
}

.footer-wrapper a:hover{
  color: #717171;
  text-decoration:underline;
}
.footer-wrapper .copyright{
  margin-bottom: 10px;
}
.footer-wrapper .copyright * {
  font-size: 12px;
}

.footer-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{
  padding: 0;
  display:inline;
}
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  padding: 20px 0 0 0;
}
.footer-container-wrapper .widget-type-rss_listing {
  margin-top:-10px;
}
.footer-wrapper h4.widget-title{
  margin: 0;
  font-size: 18px;
}
.footer-wrapper h4.widget-title .widget-span{
  margin-bottom: 15px;
}
.footer-pull-right *{
  text-align: left;
}
/* We ask that you retain the KAYAK credit line as part of our license requirement. Thank you! */

.row-fluid [class*="span"].made-by-kayak{
    display: none;
    padding-top: 20px;
    font-size: .9em;
}

.template-home .row-fluid [class*="span"].made-by-kayak{
    display: block;
}

.made-by-kayak, 
.made-by-kayak a {
    color: #eaeaea;
}

.footer-container-wrapper a:hover {
 margin-bottom:-12px; 
}
@media only screen and (max-width: 767px){
  .footer-wrapper h4.widget-title .widget-span{
    margin-top: 10px;
  }
  .footer-pull-right *{
    text-align: center;
  }
}

/*****************************************/
/* Home                                  */
/*****************************************/

.service-group .fa{
    color: #5db5d7;
}

/*****************************************/
/* Internal Page                         */
/*****************************************/

/* Breadcrumbs */

.breadcrumbs{
    margin: 0;
	  font-size: 14px;
}

.breadcrumbs li.hs-breadcrumb-menu-item{
    margin: 0;
}


/* Sidebar */

.sidebar{
    font-size: .9em;
}

.sidebar-item{
    margin: 0 0 20px;
}
.sidebar-item .hs_cos_wrapper_type_rich_text p:last-child{
  -webkit-margin-after: 0;
}

.sidebar-nav .hs-menu-wrapper.hs-menu-flow-vertical ul,
.sidebar-nav .hs-menu-wrapper.hs-menu-flow-vertical li,
.sidebar-nav .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
    margin: 0;
    line-height: 28px;
}

.sidebar-nav .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
    display: inline-block;
    margin-bottom: 12px; /* john edit */
    padding: 0 0 5px;
}

.sidebar .hs_cos_wrapper_type_post_listing ul {
    list-style:  none;
    margin:  0;
    padding: 0;
}

.sidebar-nav .hs-menu-wrapper.hs-menu-flow-vertical li a:hover {
  	color: #5db5d7;
  margin-bottom: 0; /* john edit */
    display:inline-block;
}

/* Error Templates */
.error-template .row-fluid [class*="span"].content-section{
  padding-top: 75px;
}
.error-template .hs-form .hs-button{
  padding: .5em 1em;
  color: #ffffff;
  background: #2098c7;
  border: 1px solid #2098c7;
  transition: all 200ms ease;
  margin: .9em 0 .5em;
  display: inline-block;
  border-radius: 4px;
}
.error-template .hs-form .hs-button:hover{
  background: rgba(255,255,255,0);
  color: #2098c7;
  text-decoration: none;
  cursor: pointer;
}

/*****************************************/
/* Blog                                  */
/*****************************************/

.blog-quick-links-wrapper {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  margin-top: 30px;
}

.blog-quick-links {
  font-size: 16px;
}

.blog-quick-links span{
    position: relative;
    margin-left: 1em;
}

.blog-quick-links span:before{
    content: '|';
    margin-right: 1em;
    color: #5db5d7;
}

.blog-quick-links span:first-child{
    margin-left: 0;
}

.blog-quick-links span:first-child:before{
    content: '';
    margin-right: 0;
}

.hs-author-social-section {padding-bottom:60px;}

/* Listing */

.post-item{
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #5db5d7;
}

.post-item .span8 p{
    margin: 0 0 1em;
}

.hs-featured-image{
  max-width: 100%;
  margin: 20px 0;
  width: 100%;
  float: unset;
}

.more-link{
  margin-top: 1em;
  font-size: 15px;
}

.blog-pagination{
    display: block;
    text-align: center;
}

.blog-pagination a{
    margin: 0 1em 0 0;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* Singleton */

.singleton{
    
}

.actions {
    padding-top: 20px;
}

/* Sidebar */

.sidebar .hs_blog_blog_subscription{
    display: none;
}

.sidebar .hs_submit .actions input{
    margin: .9em 0 .5em;
}

.hs-author-avatar img {
    border-radius: 50%;
}
.sidebar-subscription-wrapper{
  margin-bottom: 0;
}

/* Grid (Default 3 columns)*/
.blog-grid{
  margin-top: 40px;
}
.blog-grid .post-listing{
  display: inline-block;
}
.blog-grid .post-item{
  width: 31%;
  margin-right: 3%;
  margin-bottom: 3%;
  display: inline-block;
  float: left;
  border: 1px solid #efefef;
  border-radius: 4px;
}
.blog-grid .post-item:nth-child(3n){
  margin-right: 0;
}
.blog-grid .post-item .hs-featured-image{
  margin-top: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.blog-grid .post-item .post-body p{
  font-size: .9em;
}
.blog-grid .title-block, .blog-grid .post-header-row .span12, .blog-grid .post-body-row .span12{
  padding: 0 25px;
  text-align: center;
}

/* Grid (4 columns)*/
.grid-4-cols .blog-grid .post-item{
  width: calc(23.5% - 8px);
  margin-right: 2%;
  margin-bottom: 2%;
}
.grid-4-cols .blog-grid .post-item:nth-child(3n){
  margin-right: 2%;
}
.grid-4-cols .blog-grid .post-item:nth-child(4n){
  margin-right: 0;
}

/* Listing Page Only Styles */
.hs-blog-listing.template-blog-grid .sidebar-single-only{
  display: none;
}
.hs-blog-listing .no-sidebar-listing.span9{
  width: 100%;
}

/* Single Post Page Only Styles */
.hs-blog-post.template-blog-grid .grid-post-filter{
  display: none;
}

/* Tag Filters */
.widget-type-post_filter .widget-module{
  margin-top:28px;
}  

.widget-type-post_filter .widget-module ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  width:1026px;  /* four columns */
  margin:0 auto;
}

@media only screen and (max-width: 1110px) and (min-width: 769px) {
  .widget-type-post_filter .widget-module ul {
    width:768px !important; /* three columns */
  }  
}

@media only screen and (max-width: 768px) and (min-width: 576px) {
  .widget-type-post_filter .widget-module ul {
    width:512px !important; /* two columns */
  }  
}

@media only screen and (max-width: 575px) {
  .widget-type-post_filter .widget-module ul {
    width:258px !important; /* one columns */
  }  
}
.widget-type-post_filter .widget-module ul li{
  display: inline-block;
  margin: 0 8px 16px 8px;
  min-width: 250px;
}

.widget-type-post_filter .widget-module ul li a{
  background: #2098c7;
  color: #ffffff;
  border: 1px solid #2098c7;
  padding: .5em 1em;
  border-radius: 4px;
  font-size: 15px;
  transition: all 200ms ease;
  max-width: 250px !important;
  display: block;
  margin: auto;
}
.widget-type-post_filter .widget-module ul li a:hover{
  background: transparent;
  color: #2098c7;
  text-decoration: none;
}
.widget-type-post_filter .block{
  text-align: center;
  margin-top: 30px;
}
.widget-type-post_filter a.filter-expand-link {
  clear: both;
  float: none;
  width: 56px;
  margin: 0 auto 0px;
  display: block;
}
.widget-type-post_filter a.filter-expand-link:hover {
  margin: 0 auto -15px;
}
@media only screen and (max-width: 1139px){
  .template-blog-grid .blog-content, .template-blog-grid .blog-sidebar{
    width: 100% !important;
    margin-left: 0 !important;
  }
  .sidebar-subscription input:not([type="submit"]){
    max-width: 500px;
  }
}
@media only screen and (max-width: 1000px){
  .blog-grid .post-item, .grid-4-cols .blog-grid .post-item{
    width: 48%;
    margin-right: 3%;
  }
  .blog-grid .post-item:nth-child(3n), .grid-4-cols .blog-grid .post-item:nth-child(4n){
    margin-right: 3%;
  }
  .blog-grid .post-item:nth-child(even){
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px){
  .blog-grid .post-item, .grid-4-cols .blog-grid .post-item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
    display: block;
  }
  .hs-author-avatar img{
    max-width: 150px;
  }
}
/*****************************************/
/* Special Components                    */
/*****************************************/

.fb_iframe_widget span {
    height: 31px !important;
}

/* Fixed Header */

body.fixed-header{
    /* Set this value to the 
       height of the header */
    padding-top: 80px;
}

body.fixed-header .header-container-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

/* Billboard: photo page header/hero */

.billboard-wrapper,
.billboard-content{
    position: relative;
    z-index: 10;
}

.billboard-content,
.billboard-content h1,
.billboard-content h2,
.billboard-content h4,
.billboard-content p,
.billboard-content ul,
.billboard-content ol,
.billboard-content li,
.billboard-content .button-cta a, 
.parallax-cta-content .button-cta a{
  color: #ffffff;
}

/* blog subscription */

.billboard-content .hero-blog-subscription h4{
  color: #ffffff;
} 

.hero-blog-subscription .hs-form-field {
    color: #ffffff;
    display: table-cell;
    width: 55%;
}

.billboard-content .hero-blog-subscription {
  background: transparent;
  padding: 43px 0 0;
} 

.billboard-content .hero-blog-subscription input[type="email"] {
  background: rgba(255, 255, 255, 0.2);
  display: inline;
}

.hero-blog-subscription .hs_submit {
    display: table-cell;
    vertical-align: text-top;
    padding-left: 10px;
}

.hero-blog-subscription .hs-form-field, .hero-blog-subscription input[type="submit"] {
    height: 42px;
    line-height: 27px;}

#hs_form_target_form_425351019 form {
    display: table;
}

.hs-form-field.hs_email.hs-email label:not(.hs-error-msg), .hs-form-field .hs-field-desc, .hs_error_rollup {
    /* display: none; */
}
@media (max-width: 1200px) {
  body .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display:block;
    visibility:hidden;
    opacity:0;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
    border-radius:0;
  }
  body.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display:block;
    visibility:visible;
    opacity:1;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
    border-radius:8px;
    max-width: 320px;
    float: right;
    margin-right: 59px;
  }
  body.mobile-open .custom-menu-primary .hs-menu-wrapper > ul {
    display:block !important; 
  }
}
@media (max-width: 640px) {
  body.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    margin-right: 0px;
  }
}
/* blog subscription end */


.billboard-content .button-cta a, .parallax-cta-content .button-cta a{
    border-color: #fff;
    background-color: rgba(255,255,255,0);
}

.billboard-content .button-cta a:hover,
.billboard-content .button-cta a:focus, .parallax-cta-content .button-cta a:hover, .parallax-cta-content .button-cta a:focus{
    border-color: #2098c7;
    background-color: #2098c7;
}

.billboard-content .button-cta a:active, .parallax-cta-content .button-cta a:active{
    color: #ffffff;
    border-color: #ffffff);
    background-color: rgba(255, 255, 255,0);
}

/* Background Block */
.with-background,
.with-background .content {
    position: relative;
    z-index: 10;
}

.with-background .background-img{
    position: absolute;
    top: 0;
    width: auto;
    max-width: none;
    min-width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -10;
    pointer-events: none;
}

.with-background .image-overlay {
    position: absolute;
    top: 0;
    width: auto;
    max-width: none;
    min-width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.background-img img{
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none !important;
    width: auto !important;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.background-img.right-align img{
    left: 100%;
    max-width: none !important;
    width: auto !important;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-100%, -50%);
       -moz-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
}



.background-img.parallax img {
  position: fixed;
}

.body-container-wrapper {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
}

.widget-type-email_simple_subscription h1, .widget-type-email_subscriptions h1, .widget-type-email_subscriptions_confirmation h1{
  font-size: 52px;
  font-weight: inherit;
  line-height: 1.25em;
}
.widget-type-email_subscriptions h2, .widget-type-email_subscriptions_confirmation h2, .widget-type-email_simple_subscription h2{
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
}
.widget-type-email_simple_subscription h3, .widget-type-email_subscriptions h3, .widget-type-email_subscriptions_confirmation h3{
  font-weight: inherit !important;
}
.widget-type-email_subscriptions p.header{
  margin-left: 0;
}
.subscribe-options label{
  margin-left: 0;
  margin-right: 0;
}


/* Testimonials */

.testimonial p{
    font-family: "Georgia", Times, serif;
    font-size: 2em;
}

.testimonial cite{
    padding: 22px 0 0 0;
    float: left;
    width: auto;
    font-size: 12px;
    max-width: 14%;
}
 
.testimonial cite img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

/* Slick Slider */
.slick-dots{
  margin-top: 15px;
  position: relative;
  bottom: 0;
}
.slick-dots li button{
  width: 30px;
  height: 30px;
}
.slick-dots li button:before{
  font-size: 26px;
  line-height: 30px;
}

/* Randy gallery edit 
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    height: 327px !important;
    width: 327px !important;
    float: left !important;
}

.hs_cos_gallery_thumbnails {
    padding: 0px 0px !important;
}

.slick-track {width:100% !important;}
*/

/* Logo Carousel */
.hs-logo-carousel__inner{
  filter: grayscale(1);
  transition: filter 300ms ease;
}
.hs-logo-carousel__inner:hover{
  filter: none;
}

/*****************************************/
/* Responsive                            */
/*****************************************/

/*****************************************/
/* 2 and 3 column inline                            */
/*****************************************/

.column {
  float: left;
  width: 31%;
  border-radius: 12px;
  padding: 15px;
  /* min-height: 1200px;*/
}

.column-images {
  float: left;
  width: 31%;
  border-radius: 12px;
  padding: 0px;
  /* min-height: 1200px;*/
}

.column h3 {font-size: 20px;}
.column li {font-size:16px;margin: 0 0 1em;}
.column p {font-size:16px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column ul {
  list-style: none !important;
  margin-left: -35px
}

.column ul li:before {
  content: '\2713';
  padding-right: 10px;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

/* optional 3 columns */

.column3 {
	  flex: 31.33%;
	  height: 320px;
	  margin: 5px;
	  text-align: center;
  padding: 20px;
  border-radius: 12px;
  background-color: rgb(116 174 188 / .1);
	}

.column3a {
	  flex: 31.33%;
	  height: 60px;
	  margin: 5px;
	  text-align: center;
  padding: 20px;
  border-radius: 12px;
  background-color:;
  border: 1px solid #eee;
	}

.column-pod {
	  flex: 31.33%;
	  height: 160px;
	  margin: 15px;
	  text-align: center;
  padding: 20px;
  border-radius: 12px;
  background-color: rgb(116 174 188 / .1);
  border: 1px solid #eee;
	}

.column3-pod {
	  flex: calc(33.33% - 30px);
	  margin: 15px;
  border-radius: 12px;
	}

.column3a p {
  text-align: center;
  font-size: 14px;
}

.container {
	  display: flex;
	}	


/*****************************************/
/* ContenColumns2022                     */
/*****************************************/

.contentcolumn2 .bluebgnd {
  border-radius: 9px;
}
.contentcolumns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom:40px;
}

.contentcolumns ol {
 padding-left:24px;
}

.contentcolumns h3 {font-size: 20px;}
.contentcolumns li {font-size:16px;margin: 0 0 1em;}
.contentcolumns p {font-size:16px;}

.contentcolumn2 .row-fluid {
  display:flex
}
.contentcolumn4 {
  flex: 24%;
  margin: 15px;
}

.contentcolumn3 {
  flex: 30%;
  margin: 15px;
}
.contentcolumn3 p {
  margin-bottom:2.5em; 
}
.contentcolumn2 {
  flex: 46%;
  margin: 15px;
}

.contentcolumn2 .row-fluid,
.contentcolumn3 .row-fluid,
.contentcolumn4 .row-fluid {
  flex:1; 
  flex-direction:row;
}


/*****************************************/
/* Responsive                            */
/*****************************************/


@media(max-width: 767px){
    
    /* Global Styling */
    
    .column-group > .row-fluid-wrapper > .row-fluid > [class*="span"]{
        margin-bottom: 20px;
        border-left: 0;
        border-bottom: 1px solid #5db5d7;
    }    

    .column-item {
      text-align: center;
      padding: 0 0 30px;
    }
  
    .column3-pod {
      flex: calc( 100% - 70px);
    }
  	.persona-block:not(:last-child) {
      padding-bottom: 45px;
      border-bottom: 1px solid #f1f0f0;
      margin-bottom: 30px;
    }    

    .featured-post-title {
      font-size: 18px;
      line-height: 32px;
      padding: 5px 0;
    }

    .featured-post-content p {
        max-height: 225px;
    }
    
    /* Footer */
    
    .footer-wrapper,
    .footer-wrapper .text-left{
        text-align: center;
    }

    .row-fluid [class*="span"] {
        width: 100% !important;
      }
    
}

@media screen and (max-width: 600px) {
    .background-img.right-align img{
        left: -50%;
        max-width: none !important;
        width: auto !important;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 360px) {
  .column3-pod {
	  flex: calc(100% - 20px);
    max-width: 100%;
	  margin: 10px;
	}
   .column3-pod img{ 
    max-width: 100%;
	  margin: 10px auto;
	}
  .column3-pod figcaption {
    font-size:14px !important;
    zoom:0.75;
  }
}
/*****************************************/
/* Helpers                               */
/*****************************************/

 .no-padding {
     padding: 0 !important;
 }

 .no-p-t {
     padding-top: 0 !important;
 }

 .no-p-r {
     padding-right: 0 !important;
 }

 .no-p-b {
     padding-bottom: 0 !important;
 }

 .no-p-l {
     padding-left: 0 !important;
 }

.p-0 {
  padding: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-55 {
    padding: 55px !important;
}

.p-60 {
    padding: 60px !important;
}

.p-65 {
    padding: 65px !important;
}

.p-70 {
    padding: 70px !important;
}

.p-75 {
    padding: 75px !important;
}

.p-80 {
    padding: 80px !important;
}

.p-85 {
    padding: 85px !important;
}

.p-90 {
    padding: 90px !important;
}

.p-95 {
    padding: 95px !important;
}

.p-100 {
    padding: 100px !important;
}

.p-t-0 {
		padding-top: 0px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-t-55 {
    padding-top: 55px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-t-65 {
    padding-top: 65px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.p-t-75 {
    padding-top: 75px !important;
}

.p-t-80 {
    padding-top: 80px !important;
}

.p-t-85 {
    padding-top: 85px !important;
}

.p-t-90 {
    padding-top: 90px !important;
}

.p-t-95 {
    padding-top: 95px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.p-r-0 {
		padding-right: 0px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-r-45 {
    padding-right: 45px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-r-55 {
    padding-right: 55px !important;
}

.p-r-60 {
    padding-right: 60px !important;
}

.p-r-65 {
    padding-right: 65px !important;
}

.p-r-70 {
    padding-right: 70px !important;
}

.p-r-75 {
    padding-right: 75px !important;
}

.p-r-80 {
    padding-right: 80px !important;
}

.p-r-85 {
    padding-right: 85px !important;
}

.p-r-90 {
    padding-right: 90px !important;
}

.p-r-95 {
    padding-right: 95px !important;
}

.p-r-100 {
    padding-right: 100px !important;
}

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

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-b-55 {
    padding-bottom: 55px !important;
}

.p-b-60 {
    padding-bottom: 60px !important;
}

.p-b-65 {
    padding-bottom: 65px !important;
}

.p-b-70 {
    padding-bottom: 70px !important;
}

.p-b-75 {
    padding-bottom: 75px !important;
}

.p-b-80 {
    padding-bottom: 80px !important;
}

.p-b-85 {
    padding-bottom: 85px !important;
}

.p-b-90 {
    padding-bottom: 90px !important;
}

.p-b-95 {
    padding-bottom: 95px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

.p-l-0 {
		padding-left: 0px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-l-45 {
    padding-left: 45px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-l-55 {
    padding-left: 55px !important;
}

.p-l-60 {
    padding-left: 60px !important;
}

.p-l-65 {
    padding-left: 65px !important;
}

.p-l-70 {
    padding-left: 70px !important;
}

.p-l-75 {
    padding-left: 75px !important;
}

.p-l-80 {
    padding-left: 80px !important;
}

.p-l-85 {
    padding-left: 85px !important;
}

.p-l-90 {
    padding-left: 90px !important;
}

.p-l-95 {
    padding-left: 95px !important;
}

.p-l-100 {
    padding-left: 100px !important;
}

.m-0 {
		margin: 0px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-35 {
    margin: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-45 {
    margin: 45px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-55 {
    margin: 55px !important;
}

.m-60 {
    margin: 60px !important;
}

.m-65 {
    margin: 65px !important;
}

.m-70 {
    margin: 70px !important;
}

.m-75 {
    margin: 75px !important;
}

.m-80 {
    margin: 80px !important;
}

.m-85 {
    margin: 85px !important;
}

.m-90 {
    margin: 90px !important;
}

.m-95 {
    margin: 95px !important;
}

.m-100 {
    margin: 100px !important;
}

.m-t-0 {
		margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-55 {
    margin-top: 55px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-65 {
    margin-top: 65px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-t-75 {
    margin-top: 75px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-t-85 {
    margin-top: 85px !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.m-t-95 {
    margin-top: 95px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-r-0 {
		margin-right: 0px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-r-45 {
    margin-right: 45px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.m-r-55 {
    margin-right: 55px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.m-r-65 {
    margin-right: 65px !important;
}

.m-r-70 {
    margin-right: 70px !important;
}

.m-r-75 {
    margin-right: 75px !important;
}

.m-r-80 {
    margin-right: 80px !important;
}

.m-r-85 {
    margin-right: 85px !important;
}

.m-r-90 {
    margin-right: 90px !important;
}

.m-r-95 {
    margin-right: 95px !important;
}

.m-r-100 {
    margin-right: 100px !important;
}

.m-b-0 {
		margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-55 {
    margin-bottom: 55px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-65 {
    margin-bottom: 65px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.m-b-75 {
    margin-bottom: 75px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-b-85 {
    margin-bottom: 85px !important;
}

.m-b-90 {
    margin-bottom: 90px !important;
}

.m-b-95 {
    margin-bottom: 95px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.m-l-0 {
		margin-left: 0px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-l-45 {
    margin-left: 45px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-l-55 {
    margin-left: 55px !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.m-l-65 {
    margin-left: 65px !important;
}

.m-l-70 {
    margin-left: 70px !important;
}

.m-l-75 {
    margin-left: 75px !important;
}

.m-l-80 {
    margin-left: 80px !important;
}

.m-l-85 {
    margin-left: 85px !important;
}

.m-l-90 {
    margin-left: 90px !important;
}

.m-l-95 {
    margin-left: 95px !important;
}

.m-l-100 {
    margin-left: 100px !important;
}

.show{
    display: block !important;
}

.vertical-align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bordered-ds img {
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .05) 0px 0px 4px;
}

/* ============================================================================================================= */
/* =============== New Navigation Default Styles =============== */
/* ============================================================================================================= */

 /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
     /* Set Mobile Menu Hover Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */



/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
}

.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 > ul li.hs-item-has-children a {
  border-bottom: none !important;
  padding-right: 40px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover {
  background-color: rgba(123,181,195,0.7);
  border-top-right-radius:6px;
  border-top-left-radius:6px;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1201px) {
  .custom-menu-primary .hs-menu-wrapper { 
      display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "\f078";
    bottom: calc( 50% + 10px );
    left: calc( 100% - 30px);
    height: 0;
    position: absolute;
    width: 0;
    font-family: 'FontAwesome';
  }
}



/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}
@media (max-width: 1200px) and (min-width: 768px) {
   .billboard-content h1 {
     font-size:calc(20px + 4vw) !important;
  }
}
@media (max-width: 1200px){
  
  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#efeeea;
    -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li a, .custom-menu-primary .hs-menu-wrapper > ul li {
    background-color: rgba(123,181,195,0.7);
    border-radius: 0px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child, .custom-menu-primary .hs-menu-wrapper > ul li:first-child a {
     border-top-left-radius: 6px;
     border-top-right-radius: 6px;
  }
  /* changed bottom radius when search icon is visible */
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child, .custom-menu-primary .hs-menu-wrapper > ul li:last-child a {
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li ul li, .custom-menu-primary .hs-menu-wrapper > ul li ul li a {
     border-radius: 0px !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul {
   display:none; 
  }
  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer;
    position: absolute;
    top: 4px;          
    right: 0px;
    width: auto;
    height: auto;    
    padding: 7px 0px 8px 10px;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #3b7887; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:rgba(123,181,195,0.7);
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:rgba(123,181,195,0.7);
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 23px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -7px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 7px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      color: rgba(123,181,195,0.7); /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#efeeea; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
   .custom-menu-primary.js-enabled{
     position: relative;
     padding-top: 20px; /* Makes room for button */
     margin: 0;
   }   
   .span9.custom-menu-primary.js-enabled{
     z-index:900 !important;
     
   }   
   .span3.custom-logo {
     z-index:1000 !important;
     width:auto !important;
  }
   .custom-menu-primary.js-enabled{
       position: relative;
       margin: 0 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 18px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:rgba(123,181,195,0.7); /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 20px; /* Font size of top level list items */
    line-height: 55px;
    text-align:center;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li:not(:first-child) {
    border-top: 1px solid #efeeea /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px 0 0;
    color:#efeeea; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#3b7887; /* link hover color set by global mobile-aColorHover variable */
    background-color:#efeeea; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .15);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


@media (max-width: 568px) {
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left; 
  }
}







/* ============================================================================================================= */
/* =============== New Navigation Styles =============== */
/* ============================================================================================================= */

@media only screen and (min-width: 1201px){
  .custom-menu-primary{
      text-align: left;
  }

  .custom-menu-primary .row-fluid .span2 {
   width:10%;
  }
  .custom-menu-primary .row-fluid .span8 {
   width:74%; 
  }
  /* =============== Custom Menu Primary =============== */
  /* Parent List */

  .custom-menu-primary .hs-menu-wrapper > ul {
    float: right !important;
    color: #808080;
    line-height: 1.2em;
    font-family: "Merriweather", serif;
    font-size: 17px;
    font-weight: 300;
    text-transform: ;
    box-shadow: none !important;
    border-radius:6px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease 0.00ms;
    -o-transition: all 300ms ease 0.00ms;
    transition: all 300ms ease 0.00ms;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin-right: 0;
    margin-left: 0;
    outline: 0;
    display: inline-block;
    float: left;
    position: relative;
    color: #efeeea;
    line-height: 1.2em;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease 0.00ms;
    -o-transition: all 300ms ease 0.00ms;
    transition: all 300ms ease 0.00ms;
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  /*  background: #efeeea; */
    color: #ffffff;
  }

  .error-template .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .error-template .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .search-template .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .search-template .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #717171;
  }


  /* Current Menu Item */
  /* TODO: CHECK ANCESTOR */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li.hs-menu-show-active-branch a:after {
      width: 100%;
      margin-left: -50%;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li.hs-menu-show-active-branch > a {
      color: #2098c7;
  }

  /* Menu Seperators */

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li.menu-seperator a:after {
      display: none;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li.menu-seperator a:hover {
      color: #1f1f1f;
      cursor: default;
  }

  /* 2nd Level */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper {
      top: 40px;
      font-size: 18px;
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
      position: absolute;
      left: 0;
      z-index: 1308;
      text-align: left;
      text-transform: none;
     /* display: none; */
      visibility:hidden;
      min-width: 100px;
      height:0;
      -webkit-transition: all 300ms ease 0.00ms;
      -o-transition: all 300ms ease 0.00ms;
      transition: all 300ms ease 0.00ms;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li > ul.hs-menu-children-wrapper > li:first-child:hover > ul {
      top: 13px;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li:hover ul.hs-menu-children-wrapper {
    display: block;
    -webkit-box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;
        -os-box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;
        -ms-box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;  
            box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;
   /* border-radius:6px; */
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li {
      display: block;
      width: 100%;
      margin-left: 0;
      margin-bottom: 0;
      float: left;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:first-child {
    padding-top: 13px;
    border-top-right-radius:6px;
    border-top-left-radius:0px;
    -webkit-transition: all 300ms ease 0.00ms;
    -o-transition: all 300ms ease 0.00ms;
    transition: all 300ms ease 0.00ms;
    height:auto;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:last-child {
    padding-bottom: 13px;
    border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
    -webkit-transition: all 300ms ease 0.00ms;
    -o-transition: all 300ms ease 0.00ms;
    transition: all 300ms ease 0.00ms;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > a {
    display: block;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 1.2em;
    padding: 10px 20px !important;
    margin: 0 !important;
    width: unset;
    white-space: normal;
    word-break: break-word;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li.menu-item-has-icon > a:before {
    margin-right: 0;
    content: "";
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper.left {
    left: -281px;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper.left ul {
    left: -281px;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li {
    color: #efeeea;
    background: #ffffff;
    background: rgba(123,181,195,0.7);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > a {
    color: #808080;
    color: #efeeea;
  /*  background: rgba(123,181,195,0.7);*/
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > a:before {
    width: 18px;
    font-size: 18px;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:hover > a,
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li.parent.hover > a,
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li.current-menu-item > a {
    background: rgba(239,239,239,.5);
     background: #efeeea;
     color: #387f90;  rgba(123,181,195,0.7);
  }

  /* 3rd level */

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul {
    top: 0;
    padding: 0;
    background: none;
    left: 281px;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:hover > ul {
    /* display: block; */
    height:auto;
    opacity:1;
    visibility:visible;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li {
    background: #efefef;
    background: rgba(239,239,239,0.94);
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li:first-child,
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li:last-child {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li > ul.hs-menu-children-wrapper.left {
    right: 80px;
    left: auto;
  }

  /* other level */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul ul{
    top: 0;
  }

  @media only screen and (min-width: 1201px) {
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul {
     margin-left:20px; 
    }
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li {
      color: #efeeea;
        background: #ffffff;
        background: rgba(123,181,195,0.7);

    }

    .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li:first-child {
       margin-top:13px;
    }
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li:last-child {
      color: #efeeea;
        background: #ffffff;
        background: rgba(123,181,195,0.7);
        margin-bottom: 0;
        /*  padding-bottom: 13px; */
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 0;
        -webkit-transition: all 300ms ease 0.00ms;
        -o-transition: all 300ms ease 0.00ms;
        transition: all 300ms ease 0.00ms;
    }
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li:first-child a:hover,
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li:last-child a:hover {
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
    }
  }
   /* Override max width on menu links */
  .custom-menu-primary .hs-menu-wrapper > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
   /* overflow: visible !important;
    max-width: none !important;
    width: auto !important; */
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
 }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding-right: 40px !important;
  }
  .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: 151px;
  }
}

.certs{
    float: left;
    width: 240px;
    margin: 0 20px 20px 0;
}

.team-badge {
    float: right;
    margin: 0 0 15px 15px;
}

/* Search Page Results */
.search-template #hsresults li:after {
    content:'';
    border-bottom: 1px solid #5db5d7;
    width: 50%;
    height: 1px;
    margin: 0px 25% 20px;
    display: block;

}
.search-template .hs-search-field form {
    width:25%;
    margin-bottom: 40px;
}
.search-template .absolute-header {position:absolute;z-index:400;width:100%} 
.search-template .billboard-wrapper, .billboard-content{height: 480px;}
.search-template .custom-menu-primary .hs-menu-wrapper > ul > li > a, .search-template .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color:#ffffff;
  }

@media all and (max-width:768px) {
  .search-template .hs-search-field form {
    width:100%;
    margin-top:-30px;
    margin-bottom: 20px;
  }
}
@media all and (max-width:1200px) {
  .search-template .search-trigger {
    display:none;
  }
  .search-template .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(5), .search-template .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(5) a {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  #search-form-wrapper input[type="text"] {
    font-size: 1.5em;
  }
}

/* Better Page Titles and Meta Descriptions */

#k-icon {
 min-height:25px !important;
  height:25px;
  text-align: right !important;
  margin-top:-75px;
  overflow:hidden;
}

#k-icon path {
 fill: #717171;
}

#k-icon .widget-type-logo img.hs-image-widget {
  position:relative;
  height:25px;
  width:60px !important;
  float:right;
  opacity:0.0025 !important;
  margin:0 50px 0 0;
}

.k-icon a {border:none!important;}

.kayak-seo-tool .counter {
  position: relative;
    float: right;
    display: block;
    width: 38px;
    height: 36px;
    margin: -38px 2px 0 0;
    padding: 0;
    text-align: center;
    line-height: 36px;
    background: #717171;
    color: #f5f4f1;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottom-right: 2px;
    border-bottom-right-radius: 2px;
    z-index: 99;
}
.kayak-seo-tool .counter2 {
    margin: -38px 2px 0 0;
}
.kayak-seo-tool {
    margin-top:30px;
}
.kayak-seo-tool h3 {
    font-size:22px;
    padding:5px 10px;
    border-radius: 4px;
    background: darkgreen;
    color:#FFF;
    display: inline-block;
}

.kayak-seo-tool-result div#toolTitleResult {
    font-size: 20px;
    color: #609;
    line-height: 26px;
    font-family:arial, sans-serif;
    font-weight:400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    background-color: #fff;
    margin-top:0;
    width:600px;
    border:none;
    padding:0;
  display:block;
}
.kayak-seo-tool-result div#domainnameresult {
    font-size: 16px;
    color: #006621;
    line-height: 18px;
    font-family:arial, sans-serif;
    font-weight:400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    background-color: #fff;
    margin:0;
    width:auto;
    border:none;
    padding:0;
    max-width:500px;
    display:inline-block;
}
.kayak-seo-tool-result textarea {
    margin: -9px 0 0 0;
    font-size: 14px;
    line-height: 20px; 
    font-family:arial, sans-serif;
    font-weight:400;
    width:560px;
    padding:2px 0 ;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    max-height:48px;
    resize: none;
    color: #545454;
  display:block;
}
.kayak-seo-tool input+span.counter, .kayak-seo-tool #toolTitle+span.counter {
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
}
.kayak-seo-tool #resultstool {
    padding:20px;
}
.kayak-seo-tool textarea {
    margin-top: 20px;
    padding: 10px 5px;
    font-size: 16px;
    line-height: 24px;
    color: #717171;
    background: rgba(113,113,113,.025);
    border: 2px solid #717171;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    overflow-wrap: break-word;
    max-height: 120px;
  
}
.kayak-seo-tool input#toolTitle {
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    margin: 0;
    padding: 10px 45px 10px 5px;
    font-family: inherit;
    font-size: 18px;
    color: #717171;
    background: rgba(113,113,113,.025);
    border: 2px solid #717171;
    border-radius: 4px;
    white-space: nowrap;
}
.kayak-seo-tool input#domainname {
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    margin: 20px 0 0;
    padding: 10px 45px 10px 5px;
    font-family: inherit;
    font-size: 18px;
    color: #717171;
    background: rgba(113,113,113,.025);
    border: 2px solid #717171;
    border-radius: 4px;
    white-space: nowrap;
}
.kayak-seo-tool .seo-tool-hidden {
    display:none; 
}
#domainnameresult:after {
  content: "";
    left: 0px;
    border-color: #70757a transparent;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    width: 0;
    height: 0;
    margin:0 0 0 5px;
    top: -2px;
    position: relative;
      display: inline-block;
}
#domainnameresult:before {
  content: "https://";
    left: 0px;
    position: relative;
  font-size: 16px;
    color: #006621;
    line-height: 18px;
    font-family:arial, sans-serif;
    font-weight:400;
      display: inline-block;
}
.kayak-seo-tool .counter.warning, .kayak-seo-tool .counter.warning+div>h3, .kayak-seo-tool .counter.warning+textarea+span+div>h3 {
    background-color: #c29c04;
}
.counter.warning + textarea, .counter.warning + input {
    border-color:#c29c04;
}
.kayak-seo-tool .counter.exceeded, .kayak-seo-tool .counter.exceeded+div>h3, .kayak-seo-tool .counter.exceeded+textarea+span+div>h3 {
    background-color: #ca4334;
}
.counter.exceeded + textarea, .counter.exceeded + input {
    border-color: #ca4334;
}
#seo-text {
    display:block;
    height: 100px;
    margin-bottom: -30px;
}
@media all and (max-width:640px) {
.kayak-seo-tool-result #resultstool {
    padding:16px;
    background-color: #fff;
    margin: 1vw;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    border-bottom: 1px hidden #fff;
  font-family: Roboto,HelveticaNeue,Arial,sans-serif !important;
  display:block;
    height: 150px;
} 
  .kayak-seo-tool-result div#domainnameresult {
    font-size: 12px;
    color: #3C4043;
    position: relative;
    margin-top: -1px;
    margin-bottom: 0px;
    margin-left:0px;
    display:block;
    font-family: Roboto,HelveticaNeue,Arial,sans-serif !important;
    float:left;
    width:100%;
    max-width:calc( 96vw - 80px);
    position:absolute;
  }
  .kayak-seo-tool-result div#toolTitleResult {
    width:100%;
    display:block;
    margin-top: 25px;
    font-size: 18px;
    font-family: Roboto,HelveticaNeue,Arial,sans-serif !important;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    clear:both;
    float:right;
    max-width:calc( 96vw - 34px);
  }

 .kayak-seo-tool-result textarea {
    margin-top: 0px;
    width:100%;
    display:block;
    font-family: Roboto,HelveticaNeue,Arial,sans-serif !important;
    overflow: hidden;
    max-height: 80px;
    height: 100px;
    float:right;
    background-color:transparent;
    max-width:calc( 96vw - 34px);
  }
  #domainnameresult:after {
    content: "";
    left: 0px;
    border: 0px;
    position: relative;
    display: inline-block;
  }
#domainnameresult:before {
    content: "🔷  https://";
    left: 0px;
    font-family: Roboto,HelveticaNeue,Arial,sans-serif !important;
    position: relative;
    font-size: 12px;
  }
}

@media all and (max-width:360px) {
  .kayak-seo-tool-result #resultstool {
    height: 165px;
  } 
}
.gold-maskbook video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 64.79217604%;
    width: 318px;
    height: auto !important;
    margin: 40px auto 0;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.gold-maskbook {
    position: relative;
    box-sizing: content-box;
    height: 0;
    padding: 318px 0 0;
    background: url(https://www.kayakmarketing.com/hubfs/images/k4/images/case-studies/video/gold-maskbook-wallpaper.png) center no-repeat;
    background-size: contain;
    margin:0 auto;
}

@media all and (max-width:532px) {
  .gold-maskbook {
    padding: 62% 0 0;
  }
  .gold-maskbook video {
    margin: 6.5% auto 0;
  }
} 

.custom-logo {
   min-width:100px !important; 
}

.headersubtitle h3 {
font-family: 'Merriwether';     color: #ccc; white-space: nowrap; vertical-align: middle; 
  font-size:20px;
  margin-top: 7px;
  margin-left: -2.564102564%;
  padding-left: 0px;
}
@media all and (max-width:1400px) and (min-width:768px) {
  .headersubtitle h3 {
     margin-left: calc(-100% + 100px);
  }
}

@media all and (max-width:767px) {
  .headersubtitle h3 {
  font-family: 'Merriwether';     color: #ccc; white-space: nowrap; vertical-align: middle; 
    font-size:16px;
    padding-top:8px;
    padding-left:0;
    margin-left:0;
    clear: both;
    float:left;
    width: auto;
  }
  .custom-menu-primary.js-enabled {
    position: relative;
    margin: -27px 0 10px 0 !important;
  }
  .headersubtitle {
     width: 70%;
    float: left;
  }
  .custom-menu-primary.js-enabled {
    margin: 0 0 10px 0;
  }
}
@media all and (max-width:414px) {
  .headersubtitle h3 {
    white-space: normal;
    margin-left: 0;
    width: 40%;
  }
  .hs-content-id-42255429793 .row-fluid-wrapper.row-depth-1.row-number-5 img {
    max-width:40vw; 
  }
  .hs-content-id-42255429793 table {
     font-size:13px;
     width: 100%;
  } 
  .hs-content-id-42255429793 table tr {
     width:20%;
  }
  .hs-content-id-42255429793 table th:first-of-type {
     width:38%;
  }
  .hs-content-id-42255429793 table td {
     width:auto;
  }
  .hs-content-id-42255429793 table th, .hs-content-id-42255429793 tabletd {
    margin: 0;
    padding: 7px 0px;
    font-size:12px;
}
}

/*Product background*/
.ec-size .ec-store .grid-product__bg {
    background: #ffffff !important;
    }