/****************************************/
/* KAYAK White Label HubSpot Template Pack
/* Version: 1.1.5 rev.2018.07.22
/* Copyright: 2018 KAYAK Online Marketing
/* https://www.kayakonlinemarketing.com/
 * 1.4 Updated July 6, 2022 to optimize some settings 
 * 
/* 1.3:
/* - 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.
#f2f2f2
#444444
#999999
#3574E3
#102d7b
/****************************************/




 /* was #3599d4 */


/*** HEADER MENU ***/








 /* was colorLink */
/****************************************/
/* 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;
}
.hs-pwd-widget-password,
#hs-pwd-widget-password {
  height:40px !important;
  margin-bottom:10px;
}
/*****************************************/
/* HubSpot Sharing Patch
/* Overrides default HubSpot sharing
/* widget styling with nicer styling
/* Dependencies: FontAwesome v.4.4+
******************************************/

.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: #fefefe;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 30px;
    vertical-align: middle;
    background: #3599d4;
    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: #fefefe;
    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 .2s;
       -moz-transition: all ease .2s;
        -ms-transition: all ease .2s;
            transition: all ease .2s;
}

.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^="http://www.fa"]:before{
    content: "\f09a";
}

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

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

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

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

.hs_cos_wrapper_type_social_sharing a[href^="http://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 {
    height: 70px;
    width: auto !important;
}
/*****************************************/
/* Global Styling                        */
/*****************************************/

html,
body{
    margin: 0;
    padding: 0;
    background: #fefefe;
}

.row-fluid [class*="span"].global-wrapper{
    float: none;
    width: 100%;
  	height: auto;
    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: 40px;
    padding-bottom: 40px;
}

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

hr{
    margin: 2em 0;
    border: none;
    border-top: 1px solid #3599d4;
}

a,
a:hover,
a:active{
    color: #1C5D82;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

/* Column Group */

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

.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: 30px;
}

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

html,
body{
    font: 300 20px/1.85 "Lato", sans-serif;
    color: #333333;
}

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

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

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

h1,
h2,
h3,
h4{
    font-family: "Lato", sans-serif;
	  font-weight: 300;
    color: #333333;
  	line-height: 1.25em;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}

h1 {
  font-size: 52px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 1em;
}

pre,
code,
kbd{
    font: .9em/1 "Source Code Pro", Monaco, "Courier New", monospaced;
}

blockquote{
    margin: 1em 2em;
}

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

li{
    margin: 0 0 .5em;
}

/*****************************************/
/* Tabs                                 */
/*****************************************/ 

/* Style the tab */
.tab {
  overflow: hidden;
  width: 50%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

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

/* Style the buttons inside the tab */
.tab button {
  background-color: #fff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 22px;
  margin:5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color:#3599d4;
  color:#fff;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color:#3599d4;
  color:#fff;
}

/* Create an visited tablink class */
.tab button.visited {
  background-color:#3599d4;
  color:#fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0px solid #ccc;
  border-top: none;
}

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

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: smaller;
}

input,
select,
textarea,
button,
.more-link,
.button-cta a{
    color: #333333;
    border: 1px solid #333333;
    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: #fefefe;
		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 #3599d4;
}

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 1em;
    background: none;
}

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: #1C5D82;
    text-decoration: none;
    border-color: #1C5D82;
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
.more-link:active,
.button-cta a:active{
    color: #fefefe;
    background: #1C5D82;
    border-color: #1C5D82;
}
a.cta_fauxbutton {
  -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    background: rgb(246,140,60) !important;
    border-radius: 6px !important;
    border-width: 0px !important;
    color: rgb(255,255,255) !important;
    font-family: sans-serif !important;
    font-size:24px;
    color:#ffffff;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 6px 18px !important;
    text-shadow: none !important;
    width: auto !important;
    line-height: 1.5em !important;
}
a.cta_fauxbutton:hover,
a.cta_fauxbutton:active {
    background: rgb(255,154,66) !important;
    color: rgb(255,255,255) !important;
}
.form-no-title .form-title {
    display: none
}

/* Form Errors */

.hs-form-field{
    position: relative;
}

.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: #3599d4;
    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: #3599d4;
	border-width: 6px;
	pointer-events: none;
}

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

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

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

th{
    color: #fefefe;
    background: #3599d4;
}

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

/*****************************************/
/* Header + Main Navigation              */
/*****************************************/

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

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

.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: 1em;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
}
.main-nav.custom-desktop .hs-menu-wrapper > ul > li {
  position: relative;
}

.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: #1f1f1f;
  line-height: 1em;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

/* 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: #1C5D82;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

/* 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: #3599d4;
}

/* 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: #1C5D82;
}

/* 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: 44px;
    font-size: 18px;
    padding-top: 6px;
    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-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);
  /* background: #efefef; */
  /* background: rgba(239,239,239,0.94); */
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.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 {
  color: #fff;
  background: rgba(167,167,167,0.94);
}

/* 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 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background: #3599d4;
    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: #efefef;
    padding-left: 10px;    
}

.main-nav.custom-mobile .hs-menu-wrapper > ul li > ul li {
    padding: 20px 5px;
    border-bottom: 1px solid #dddddd;
}

.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;
    white-space: normal !important;
}

.search-trigger {
  height:37px;
  width:37px;
  display:inline-block;
  float:right;
}

#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: #1f1f1f;
    text-align: center;
    background: rgba(255,255,255,.95);
    z-index: 999;
    border:2px solid #1C5D82;
}

#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: #1f1f1f;
    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(#1f1f1f,.6);
}

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

  #search-form-wrapper input[type="text"] {
    font-size: 1.5em;
  }
@media (max-width: 1199px){
  .main-nav.custom-desktop #hs_menu_wrapper_module_14525441063295629,
  .main-nav.custom-desktop #hs_menu_wrapper_module_121113516, 
  .main-nav.custom-desktop #hs_menu_wrapper_module_1689766669992147, 
  .main-nav.custom-desktop [id^="hs_menu_wrapper_module_"]{
    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: 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: #FF6200;
  }

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

  .mobile-trigger {
    cursor: pointer;
    position: absolute;
    top:65px;
    right: 30px;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: rgb(235, 235, 235);
    display: inline-block !important;
    padding: 7px 10px 8px;
    background: rgb(235, 235, 235);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 4px;
  } 
  
   .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: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #FF6200; /* Icon color */
    display: inline-block;
  }
  
  .mobile-trigger i:before {
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after {
    top: 6px; /* 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 {
      background-color: rgb(255, 98, 0); /* Icon color */
  }
  
  .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-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile-trigger i {
    font-size: 28px;
    line-height: 21px;
    color: #1f1f1f;
    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 dotted 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: #FF6200; /* 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: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .main-nav.js-enabled .hs-menu-children-wrapper{
    display: none;
  }
  
  .main-nav.custom-mobile {
    display: none !important;
  }
  
  .mobile-open .main-nav.custom-mobile {
    display: block !important;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    transition: all ease .2s;
  }

  /* 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 */
    border-top: 4px solid #FF6200;
    line-height: 0px;
  }

  /* Level 1 Menu List Styles */
  .main-nav .hs-menu-wrapper > ul > li {
    position: relative;
    border-top: 1px dotted rgba(255,255,255,0.35);
  }
  
  .main-nav .hs-menu-wrapper > ul > li.active > a,
  .main-nav .hs-menu-wrapper ul > li.active-branch > a {
    color: #FFF;
    background: #FF6200;
    font-weight: bold;
  }
  
  .main-nav .hs-menu-wrapper > ul > li a {
    font-size: 17px;
    line-height: 45px;
    overflow: visible;
    padding: 0 10px;
    color: #FF6200;
    text-transform: uppercase;
    min-width: 150px;
  }
  
  .main-nav .hs-menu-wrapper > ul > li a:hover {
    color: #FF6200;
  }

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

  .main-nav .hs-menu-wrapper > ul ul li {
    background-color: rgba(255,255,255,0.08);
  }

  .main-nav .hs-menu-wrapper>ul ul li a {
    font-size: 13px;
    line-height: 19px;
    padding: 5px 10px 5px 15px
  }

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

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

}

/*****************************************/
/* Footer                                */
/*****************************************/

.row-fluid [class*="span"].footer-wrapper{
    position: relative;
    padding-top: 30px;
    padding-bottom: 0px;
}

.footer-wrapper p, 
.footer-wrapper address {
  font-size: 16px;
}

.footer-wrapper a:hover{
    color: #333333;
}

.footer-wrapper .copyright * {
  font-size: 12px;
}

/* We ask that you retain the KAYAK
   credit line. 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;
}

.made-by-kayak {
    height: auto;
    width: 50px!important; /* or what size you prefer */
    float: right!important;
    margin-top: -15px; /* to put in line with copyright */
}

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

.service-group .fa{
    color: #1C5D82;
}

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

.sidebar-nav .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
    display: block !important;
    padding: 0 0 20px;
}

.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: #3599d4;
}

/*****************************************/
/* 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: #3599d4;
}

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

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

/* Listing */

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

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

.post-header {}
.hubspot-author_data {display:none;}

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

.more-link{
  margin-top: 1em;
  font-size: 15px;
  color: #8e8e8e;
  border-color: #8e8e8e;
}

.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{
    
}

/* Sidebar */

.sidebar .hs_blog_blog_subscription{
    display: none;
}

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

.hs-author-avatar img {
    border-radius: 50%;
}

/*****************************************/
/* 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 h2,
.billboard-content p,
.billboard-content ul,
.billboard-content ol,
.billboard-content li,
.billboard-content .button-cta a{
  color: #333333;
}

.billboard-content,
.billboard-content h1 {  color: #fff;}

.billboard-content .button-cta a{
    border-color: #fefefe;
}

.billboard-content .button-cta a:hover,
.billboard-content .button-cta a:focus{
    color: rgba(254, 254, 254,.5);
    border-color: rgba(254, 254, 254,.5);
}

.billboard-content .button-cta a:active{
    color: #fefefe;
    border-color: #1C5D82;
}

.billboard-ctas {
    margin-top: 15px;
}

.billboard-ctas .button-cta.primary {
    margin-right: 10px;
}

.billboard-ctas .button-cta {
    width: auto;
    display: inline-block;
}
@media (max-width: 1200px) {
.button-cta.primary, .button-cta.secondary {
    padding-bottom: 20px;
}
}

@media only screen and (max-width: 768px) {
.billboard-ctas {
    margin-top: 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);
}

/* Testimonials */

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

.testimonial .cite{
    line-height: 60px;
}

.testimonial .cite img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

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

    .column-item {
      text-align: center;
      padding: 0 0 30px;
    }
  
  	.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-right{
        text-align: center;
    }
    
}

@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%);
    }
}



/*****************************************/
/* 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-10 {
    padding: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-b-100 {
    padding-bottom: 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;
}

.custom-header-content {
    /* padding-top: unset; */
    text-align: right;
}
.custom-header-content a{
    color: #353535;
    font-size: 14px;
    line-height: 15px;
}
.custom-header-content a:hover{
    color: #ff6000;
}

@media screen and (max-width: 767px) {
  .custom-header-content {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    /* padding-top: 26px; */
    text-align: center;
  }
}

.tracker {
  display:block;
  width:95%;
  margin:0 auto;
  background-color:#fafafa;
  border-top:0px solid #3599d4;
  border-right:0px solid #3599d4;
  border-left:0px solid #3599d4;
  padding:0 0 0 0;
  font-family: lato, sans-serif;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.track-text {
  color:#000;
  font-size:16px;
  background-color:#ffffff;
  padding:4px;
  border:2px solid rgb(255,98,0) !important;
  width:calc(90% - 12px);
  margin:30px 0  0 35px;
  overflow: scroll;
  font-weight:400;
}
.trackbottom {
  display:block;
  text-align:center;
  font-size:16px;
  color:#3574e3;
  padding:0 ;
}
.buttons {
  display:block;
  width:100%;
  clear:both;
  min-height:85px;
  margin:0 auto;
  background-color:#fafafa;
  border-bottom:0px solid #3599d4;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding:0;
  font-family: lato, sans-serif;
  text-align:right;
}
.button {
  cursor:pointer;
  text-align:right;
  width:138px;
  max-width:230px;
  background-color:#3574e3;
  color:#ffffff;
  font-size:22px;
  margin:20px 5% 20px 0;
  padding:6px;
  border-radius:6px;
  float:right;
  clear:both;
  position:relative;
}
.tracktext {
  margin:1% 10px;
}
.tracktext:after {
 position: absolute;
    display: block;
    top: 12px;
    left: 14px;
    height: 33px;
    width: 48px;
    content: url("https://213869.fs1.hubspotusercontent-na1.net/hubfs/213869/fly-logo-icon.png");
}
.clearbutton {
    position: relative;
    background-color: #ccc;
    border-radius: 4px;
    color: white;
    /* left: 63px; */
    font-size: 14px;
    text-align: center;
    padding: 2px 6px;
    /* line-height: 14px; */
    z-index: 20;
    cursor: pointer;
    margin: -28px 0 28px 72px;
    height: 16px;
    line-height: 16px;
    width: 36px;
}

@media all and (min-width:640px) {
  .tracker {display: flex;
  max-height: 180px;
  }
  .track-text {
    max-width:auto;
    width:500%!important;
    overflow:hidden;
    height:45px;
  }
  .buttons { 
  border-bottom:0px;
  margin:6px 5%;
  text-align:left;
  }
  .trackbottom {
    margin-top: 29px;
    max-width: 300px;
    width: 50%;
    }
  .button {
    float:left;
  }
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  transform: translate(-70%);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
    @media all and (max-width:640px) {
.track-text {
  width:90% !important;
  margin:30px 5% 0 !important;

}
.clearbutton {
    margin: -30px 0 30px 30px !important;
   }
}