/****************************************/
/* KAYAK White Label HubSpot Template Pack
/* Version: 1.1.5 rev.2018.07.22
/* Copyright: 2018 KAYAK Online Marketing
/* https://www.kayakonlinemarketing.com/
/* 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
#FF6600
#0072C6
/****************************************/




 




/*** HEADER MENU ***/










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

/*****************************************/
/* 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: #949494;
  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;
  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;
}
.fa {
    font-family: "Font Awesome 6 Free", 'Font Awesome\ 5 Free', fontAwesome;
      
}
.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;
}

/*****************************************/
/* Global Styling                        */
/*****************************************/

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

.row-fluid [class*="span"] {
  min-height: 0 !important;
}

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

@media all and (max-width: 768px) {
  .row-fluid .span6 div:has(a.hs-button) {
   margin: 10px auto; 
  }
  
}

.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 #F47C00;
}

a,
a:hover,
a:active{
  color: #0071C6;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

/* john edit for blurbs, checkerboard March 2023 */



.heroblurb .blurbbox {
  border: 0px solid #333333; /* randy edit...changed border thickness and color */
  background-color: #fefefe;
  max-width: calc( 1368px * 0.98 ); /* randy edit...was .8 */
}

.heroblurb .blurbbox [class*="span"] {
    padding: 0%;
}  /* randy edit: removed LR padding percentage */

.blurbbox p {
  margin: 0rem;
  text-transform: initial;
  font-size: 16px;
  font-weight: 400;
  padding-top: 2px;
} /* randy edit: removed space after, added padding top, added uppercase, increased weight, reduced size */

.blurbbox .span4 {
  border-right: 0px solid #999; /* randy edit: removed 1px */
  width: 33.33%;
  margin: 0 !important; 
}

.blurbbox .span6 {
  border-right: 1px solid #999;
  width: 50%;
  margin: 0 !important; 
}

.blurbbox .span4:last-of-type,
.blurbbox .span6:last-of-type {
  border-right: none;
}

@media all and ( max-width: 768px ) {
  .heroblurb .blurbbox {
    display: block; 
  }
  .heroblurb .blurbbox [class*="span"] {
   width: 100%; 
   border: none;
   padding: 10px;
  }

  
}

@media all and ( max-width: 1368px ){
  .text-image-section .global-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* set ratio for checkerbox image/video/text sections */
  .text-image-section .image-side, .text-image-section .image-side .backgroundimage,
  .text-image-section .row-fluid .text-side[class*="span"],
  .text-image-section .row-fluid .image-side[class*="span"],
  .video-square .text-image-section .hs-video-wrapper {
    max-height: calc( 100vw * 0.5 );
    max-width:  calc( 100vw * 0.5 );
  }
  
 .text-image-section .row-fluid .text-side[class*="span"] .inner-text {
    max-height: calc( calc( 100vw * 0.5 ) - 50px );
  }
  
  .text-image-section .row-fluid .image-side[class*="span"] {
    padding-bottom: calc( 100vw * 0.5 );
  }
  
  .text-image-section iframe {
      width: calc( 100vw * 0.5 ) !important;
      height: calc( 100vw * 0.5 ) !important;
  }
  .text-image-section .video-16x9 iframe {
      height: calc( 100vw * 0.28125 ) !important;
  }
  
  .text-image-section .video-16x9 .row-fluid .text-side[class*="span"],
  .text-image-section .video-16x9 .row-fluid .image-side[class*="span"],
  .text-image-section .video-16x9 .hs-video-wrapper,
  .hs-video-wrapper {
      padding-bottom: calc( 100vw * 0.28125 ) !important;
      max-height: calc( 100vw * 0.28125 ) !important;
  }
  
  .text-image-section .video-16x9 .row-fluid .text-side[class*="span"] {
    padding: 0 25px;
  }
  
  .text-image-section .row-fluid .text-side[class*="span"] {
    padding: 1.25% 2.5%;
    margin: 1.25% auto;
    width: 50%;
    overflow: hidden;
    max-height: auto;
    max-width: auto;
  }
}
@media all and ( min-width: 1200px ) {
 :root {
   --maxwidth : calc( 1368px - 40px );
    
  }
  
  /* set ratio for checkerbox image/video/text sections */
  .text-image-section .image-side, .text-image-section .image-side .backgroundimage,
  .text-image-section .row-fluid .text-side[class*="span"],
  .text-image-section .row-fluid .image-side[class*="span"],
  .video-square .text-image-section .hs-video-wrapper {
    max-height: calc( 1368px * 0.5 );
    max-width:  calc( 1368px * 0.5 );
    max-width: calc( var(--maxwidth) * 0.5 );
    max-height: calc( var(--maxwidth) * 0.5 );
  }
  
 .text-image-section .row-fluid .text-side[class*="span"] .inner-text {
    max-height: calc( calc( var(--maxwidth) * 0.5 ) - 100px );
  }
  
  .text-image-section .row-fluid .image-side[class*="span"] {
    padding-bottom: calc( var(--maxwidth) * 0.5 );
  }
  
  .text-image-section iframe {
      width: calc( var(--maxwidth) * 0.5 ) !important;
      height: calc( var(--maxwidth) * 0.5 ) !important;
  }
  .text-image-section .video-16x9 iframe {
      height: calc( var(--maxwidth) * 0.28125 ) !important;
  }
  
  .text-image-section .video-16x9 .row-fluid .text-side[class*="span"],
  .text-image-section .video-16x9 .row-fluid .image-side[class*="span"],
  .text-image-section .video-16x9 .hs-video-wrapper,
  .hs-video-wrapper {
      padding-bottom: calc( var(--maxwidth) * 0.28125 ) !important;
      max-height: calc( var(--maxwidth) * 0.28125 ) !important;
  }
  
  .text-image-section .video-16x9 .row-fluid .text-side[class*="span"] {
    padding: 0 50px !important;
  }
}

@media all and ( max-width: 1200px ) { 
   
  .text-image-section .row-fluid .image-side[class*="span"] {
    padding-bottom: calc( calc( 100vw * 0.5 )  - 20px );
  }
  
}
 @media all and (max-width: 768px ){
    
  
  .text-image-section .odd .row-fluid,
  .text-image-section .even .row-fluid {
    flex-direction: column !important;
  }
  
  .text-image-section .row-fluid .text-side[class*="span"] {
    padding: 30px;
  }
  
  
  .text-image-section .odd .row-fluid, .text-image-section .even .row-fluid {
    display: flex;
    flex-direction: column;
  }
  
  /* set ratio for checkerbox image/video/text sections */
  .text-image-section .image-side, .text-image-section .image-side .backgroundimage,
  .text-image-section .row-fluid .text-side[class*="span"],
  .text-image-section .row-fluid .image-side[class*="span"],
  .video-square .text-image-section .hs-video-wrapper {
    max-height: 100vw ;
    max-width:  100vw ;
  }
  
 .text-image-section .row-fluid .text-side[class*="span"] .inner-text {
    max-height: calc( 100vw - 30px );
  }
  
  .text-image-section .row-fluid .image-side[class*="span"] {
    padding-bottom: 100vw;
  }
  
  .text-image-section iframe {
      width: 100vw !important;
      height: 100vw !important;
      max-width: none;
  }
  .text-image-section .video-16x9 iframe {
      height: calc( 100vw * 0.5625 ) !important;
  }
  
  .text-image-section .video-16x9 .row-fluid .image-side[class*="span"],
  .text-image-section .video-16x9 .hs-video-wrapper,
  .hs-video-wrapper {
      padding-bottom: calc( 100vw * 0.5625 ) !important;
      max-height: calc( 100vw * 0.5625 ) !important;
  }
  
  .text-image-section .video-16x9 .row-fluid .text-side[class*="span"],
  .text-image-section .video-square .row-fluid .text-side[class*="span"] {
    padding: 5% 2.5%;
    margin: 1.25% auto;
    width: 95%;
    overflow: hidden;
    max-height: auto;
    max-width: auto;
  }
  
  .text-image-section .row-fluid .text-side[class*="span"] .inner-text {
    max-height: none;
  }

  body .billboard-ctas .span12{
    margin-left: 0 !important;
  }
  
  .billboard-ctas {
    margin-top: 0;
  }

  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a.social-sharing__link {
    width: 37px !important; 
  }
}

/* Column Group */

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

.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: 400 20px/1.85 Maitree, serif;
  color: #333333;
  word-spacing: -0.0375em;
}

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

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

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

h1,
h2,
h3,
h4{
  font-family: Maitree, serif;
  font-weight: 300;
  color: #333333;
  line-height: 1.25em;
  -webkit-margin-before: 0.25em;
  -webkit-margin-after: 0.25em;
  
   text-wrap: balance;
  /************ randy edit *****************/
  padding-bottom: 25px;
  padding-top: 20px;
  /*****************************************/
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0.825em;
   text-wrap: pretty;
}
span {
   text-wrap: pretty;
}
.custom_error_message input {
  height:42px !important;
  margin-bottom:20px;
  line-height: 22px;
}
/************ randy edit *****************/
sup {
  font-size: medium;
  text-transform: uppercase;
}
/*****************************************/


.text-white {
  color: #FFF !important;
}

.text-orange {
  color: #F47C00 !important;
}

.text-charcole {
  color: #565959 !important;
}

.text-blue {
  color: #0072C6 !important;
}

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

blockquote{
  margin: 1em 2em;
}

blockquote {
  quotes: "\201C""\201D""\2018""\2019";
  padding: 1.5em 60px;
  font-size: 1.25em;
}

blockquote:before {
  content: open-quote;
  color: #66757F;
  margin-left: -35px;
  margin-right: -10px;
  font-family: "Georgia";
  font-size:4em;
  line-height: 0;
  vertical-align: -20px;
  opacity: 0.15
}

blockquote:after {
  visibility: hidden;
  content: close-quote;
  line-height: 0;
}


blockquote p {
  display: inline;
  clear:both;
}

blockquote footer {
  margin-top: 10px;
  font-size: .625em;
  font-style: italic;
  text-align: center;
  line-height: 1.375em;
}

.hide-section {
  display:none !important;
}
  
/*****************************************/
/* Lists                                 */
/*****************************************/

li{
  margin: 0 0 .5em;
  font-size: 18px;
}

/*****************************************/
/* 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{
  font-size: .85em;
  color: #66757F;
}

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

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

.cta_bordered {
  border: 1px solid #FF6600;
  background: transparent;
  color: #FF6600;
  border-radius: 4px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  padding: 9px 18px;
}

.cta_bordered:hover {
  background: #FF6600;
  color: #FFFFFF;
}


fieldset,
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
  /* reset, esp. mobile */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fafafa;
  border: 1px solid #D2D2D2; 
  border-top: 0;
  border-left: 0;
  border-right: 0;
  outline: none;
  border-radius: 0;
  margin-bottom: 10px
}

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

select{
  background: #fafafa 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;
    -webkit-transition: all ease .2s;
  -moz-transition: all ease .2s;
  -ms-transition: all ease .2s;
  transition: all ease .2s;
}

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: #0071C6;
  text-decoration: none;
  border-color: #0071C6;
    -webkit-transition: all ease .2s;
  -moz-transition: all ease .2s;
  -ms-transition: all ease .2s;
  transition: all ease .2s;
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
.more-link:active,
.button-cta a:active{
  color: #fefefe;
  background: #0071C6;
  border-color: #0071C6;
    -webkit-transition: all ease .2s;
  -moz-transition: all ease .2s;
  -ms-transition: all ease .2s;
  transition: all ease .2s;
}

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

.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: #F47C00;
  border-radius: 4px;
  right: 0; 
  bottom: 90%;
  height: 80%;
  line-height: 24px;
}

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

.hs-form-field .hs-error-msgs label {
  color: #FFFFFF;
}

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

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

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

th{
  color: #fefefe;
  background: #F47C00;
}

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

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

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

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

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

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

.span3.widget-span.widget-type-logo.custom-logo {
    max-width: 250px;
}
/* =============== Custom Menu Primary =============== */
/* Parent List */
.main-nav.custom-desktop .hs-menu-wrapper > ul {
  float: right !important;
  color: #808080;
  line-height: 1em;
  font-family: Maitree, 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: #FFFFFF;
  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: #FFFFFF;
  -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: #FFFFFF;
}

/* 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: #0071C6;
}

/* 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: 22px !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: #FFFFFF;
    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(51,51,51,0.95);
  padding-left: 10px;    
}

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

.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: rgba(255,255,255,0.6);
  font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

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

  /* ===== Mobile Toggle Button ===== */
  .header-nav-wrapper .span3 {
    float: left;
  }
  .header-nav-wrapper .span9 {
    float: right;
  }
  
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    width: 100%;
    float: left;
    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-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile-trigger i {
    font-size: 28px;
    line-height: 21px;
    color: #FFFFFF;
    font-weight: normal;
  }
  
  .row-fluid [class*="span"].global-wrapper.header-nav-wrapper {
    padding: 20px;
  }

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

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

  /* 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.8);
    position: fixed;
    z-index: 998;
    font-size: 14px;
    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);
    z-index: -1;
    transition: all .3s;
  }


  .mobile-open .main-nav.custom-mobile.js-enabled {
    z-index: 1;
    left: 0;
    transition: all .3s;
  }

  .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;
    min-height: 390px;
    overflow: hidden;
  }

  .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;
    max-width: 270px;
  }

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

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

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

  #site-wrapper {
    position: relative;
    left: 0;
    transition: all .3s;
  }

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

  body {
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    transition: all 0.3s;
  }

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

}

@media (max-width: 768px) {
  .mobile-trigger {
    width: 48% !important;
  }
}
@media (max-width: 568px) {
  .main-nav .hs-menu-wrapper > ul > li > a {

    max-width: 300px;
  }
}

/* Search Form */

/* Search */

.search-trigger {
  display: inline;
  cursor: pointer;
  width: 48%;
  padding-top: 15px;
  float: left;
  margin-left: 2%;
}

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

#search-toggle{
  position: relative;
  top: 0;
  margin-left: 14px;
  color: #FFFFFF;
}

#search-toggle:hover,
#searcg-toggle:active {
  color: #0071C6;
}

#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 80px;
  font-size: 2.25em;
  font-weight: 300;
  text-align: left;
  color: rgb();
  background: url('//www.kayakmarketing.com/hubfs/images/k4/global-images/icon-search-large.png') left 20px center no-repeat transparent;
  background-size: 40px 40px;
  border: none;
  border-radius: 0;
  /*border-bottom: 1px solid rgba(,.6);*/
}

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

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

.footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-size: 16px;
  color: #9CAAB3;
  max-width: 100% !important;
}

.footer-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  color: #FF6600;
}

.footer-wrapper, 
.footer-wrapper h1, 
.footer-wrapper h2, 
.footer-wrapper h3, 
.footer-wrapper h4, 
.footer-wrapper h5, 
.footer-wrapper h6 {
  color: #c1cad0;
}

.footer-wrapper h3 {
  font-size: 20px;
}

.footer-wrapper .hs_cos_wrapper_type_post_listing ul {
  list-style: none;
  padding: 0;
}

.footer-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li, 
.footer-wrapper .hs_cos_wrapper_type_post_listing ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 2em;
  width: 100%;
}

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

.footer-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a,
.footer-wrapper .hs_cos_wrapper_type_post_listing ul li a {
  margin: 0;
  padding: 10px 0;
  color: #C1CAD0;
}

.footer-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover,
.footer-wrapper .hs_cos_wrapper_type_post_listing ul li a:hover {
  color: #FF6600;
}

.footer-logo img {
  width: 180px !important;
}

/* We ask that you retain the KAYAK
credit line. Thank you! */

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

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

.copyright {
  font-size: 12px;
  color: #c1cad0;
}

.copyright .mobile-menu-socials {
  margin-top: -5px;
}

.copyright .mobile-menu-socials a {
  font-size: 18px;
  color: #c1cad0;
}

.copyright .mobile-menu-socials a:hover {
  color: #F47C00;
}

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

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

.service-group .fa{
  color: #0071C6;
}

/*****************************************/
/* 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;
  /*  padding: 0 0 20px;*/

  /* randy edit start */
  width: 100%;
  padding: 10px 0;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #74726d;
  border-bottom: 1px solid #e4e2db;
}

.sidebar-nav .hs-menu-wrapper.hs-menu-flow-vertical>ul li:first-child a {
  border-top: 1px solid #e4e2db;
}
/* randy edit end */

.sidebar-nav .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover {
  text-decoration: underline;
}

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

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

.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 #F47C00;
}

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

/*
@media screen and (min-width: 1280px) {

  .billboard-overlay {
    opacity: 0 !important;
  }

  .fs-background-container:before {
    content: ' ';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 160px;
    background: url(https://237929.fs1.hubspotusercontent-na1.net/hubfs/237929/images/hero-gradient-charcole-2x.png) repeat-x;
    opacity: .8;
    z-index: 3;
  }

  .fs-background-container:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #333333;
    background: -moz-linear-gradient(left,rgba(51, 51, 51, 1) 0%,rgba(51, 51, 51, 0.5) 30%,rgba(51, 51, 51, 0.5) 70%,rgba(51, 51, 51, 1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(51, 51, 51, 1)),color-stop(30%,rgba(51, 51, 51, 0.5)),color-stop(70%,rgba(51, 51, 51, 0.5)),color-stop(100%,rgba(51, 51, 51, 1)));
    background: -webkit-linear-gradient(left,rgba(51, 51, 51, 1) 0%,rgba(51, 51, 51, 0.5) 30%,rgba(51, 51, 51, 0.5) 70%,rgba(51, 51, 51, 1) 100%);
    background: -o-linear-gradient(left,rgba(51, 51, 51, 1) 0%,rgba(51, 51, 51, 0.5) 30%,rgba(51, 51, 51, 0.5) 70%,rgba(51, 51, 51, 1) 100%);
    background: -ms-linear-gradient(left,rgba(51, 51, 51, 1) 0%,rgba(51, 51, 51, 0.5) 30%,rgba(51, 51, 51, 0.5) 70%,rgba(51, 51, 51, 1) 100%);
    background: linear-gradient(to right,rgba(51, 51, 51, 1) 0%,rgba(51, 51, 51, 0.5) 30%,rgba(51, 51, 51, 0.5) 70%,rgba(51, 51, 51, 1) 100%);
    z-index: 2;
    opacity: 1;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    transition: all ease .2s;
  }
 
}
 */
.billboard-content,
.billboard-content h1,
.billboard-content h2,
.billboard-content p,
.billboard-content ul,
.billboard-content ol,
.billboard-content li,
.billboard-content .button-cta a{
  color: #fefefe;
  /* color: #333333; */
  margin: 0;
}

.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: #0071C6;
}

.button-cta.orange-button a {
  color: #fefefe;
  background-color: #ff6600;
  border: 1px solid #ff6600;
  border-radius: 4px;
}

.button-cta.blue-button a {
  color: #fefefe;
  background-color: #0072C6;
  border: 1px solid #0072C6;
  border-radius: 4px;
}

.button-cta.orange-button a:hover,
.button-cta.orange-button a:active,
.button-cta.orange-button a:focus {
  color: #ff6600;
  background-color: rgba(254, 254, 254,.85);
  border: 1px solid #ff6600;
}

.button-cta.blue-button a:hover,
.button-cta.blue-button a:active,
.button-cta.blue-button a:focus {
  color: #0072C6;
  background-color: rgba(254, 254, 254,.85);
  border: 1px solid #0072C6;
}

.billboard-content .button-cta.orange-button a,
.billboard-content .button-cta.orange-button a,
.billboard-content .button-cta.orange-button a {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
}
.billboard-content .button-cta.orange-button a:hover,
.billboard-content .button-cta.orange-button a:active,
.billboard-content .button-cta.orange-button a:focus {
  color:#fff;
  background-color: #0071C6;
  border: 1px solid #fff;
  border-radius: 4px;
}

.billboard-content .button-cta.orange-button a {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 70px;
  white-space: nowrap;
}

/*
.billboard-content .button-cta.blue-button a:hover,
.billboard-content .button-cta.blue-button a:active,
.billboard-content .button-cta.blue-button a:focus {
  border: 1px solid rgba(254, 254, 254,.85);
}
*/
/* 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.25);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}

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

.testimonial-item span.author-name,
.testimonial-item span.author-company,
.testimonial-item span.author-title {
  color: #F47C00;
  opacity: 0.8;
}

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

@media(max-width:767px){

  /* Global Styling */

  .column-group > .row-fluid-wrapper > .row-fluid > [class*="span"]:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 60px;
    border-left: 0;
    border-bottom: 1px solid #F47C00;
  }    

  .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;
  }
  
  .widget-type-social_sharing {
    text-align: center;
  }
  
  .sidebar-nav {
    text-align: center;
  }

  /* Footer */

  .footer-wrapper,
  .footer-wrapper .text-right{
    text-align: center;
  }

}

@media screen and (max-width: 1199px) {
  .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%);
  }

  .billboard-content h1 {
    font-size: 32px;
  }

  .billboard-content .floating-content {
    padding: 15px;
    /* left: 30px; */
    width: 90%;
    margin-left: unset;
    position: relative;
  }

  blockquote {
    padding: 5px 0px;
    font-size: 1em;
  }

  blockquote:before {
    margin-left: -20px;
    margin-right: -20px;
    line-height: 0;
    vertical-align: -10px;
    opacity: 0.15
  }

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

@media screen and (max-width: 359px) {
  
  .billboard-content h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .billboard-content .secondary-header {
    font-size: 17px;
    line-height: 20px;
    max-width:95%;
}
}
/*****************************************/
/* 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%);
}

.circle {
  background: #F47C00;
  width: 315px !important;
  height: 315px;
  border-radius: 50%;
  padding: 35px !important;
  text-align: center;
  margin: 10px !important;
  display: table !important;
  position: relative;
}
@media all and (max-width:359px) {
  .circle {
    width: calc( 100vw - 40px) !important;
    height:  calc( 100vw - 40px) !important;
    border-radius: 50%;
    padding: 25px !important;
    margin:10px 0 !important;
  }
  
}
.circle > a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.circle:first-child {
  margin-left: 0 !important;
}

.circle:last-child {
  margin-right: 0 !important;
}

.circle.organge {
  background: #F47C00;
}

.circle.light-blue {
  background: #0072C6;
}

.circle.black {
  background: #565959;
}

.circle.dark-blue {
  background: rgb(69,84,105)
}

.circle h3,
.circle p {
  color: #fff
}

.circle h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  word-break: break-word;
}

.circle p {
  font-size: 16.5px;
  line-height: 1.375em;
  padding-left: 5px;
  padding-right: 5px;
}

.circle-footer {
  visibility: visible;
  opacity: 0.5;
}

.circle:hover .circle-footer {
  visibility: visible;
  opacity: 1
}

.columns {
  display: flex;
  flex-direction: row;
}

.column {
  width: calc( 33% - 20px);
  margin-right: 20px;
  padding: 10px 20px;
  color: #FFF !important;
}

.column h1, 
.column h2, 
.column h3, 
.column h4 {
  color: #FFF !important;
}

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

.column-subtitle {
  padding-bottom: 15px;
  font-style: italic;
}

.column.orange {
  background: #F47C00;
}

.column.blue {
  background: #0072C6;
}

.column.black {
  background: #565959;
}

.column-cta {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .columns {
    position: relative;
    flex-direction: column;
  }

  .column {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
  #search-form-wrapper input[type="text"]{
    font-size: 1.75em;
  }
}

.align-middle {

}

.align-top {

}

.align-bottom {

}


img.grayscale-img {
  filter: saturate(0) !important;
}

@media screen and (min-width: 600px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-md-down {
    display: none !important;
  }
  
  .img-responsive {
    width: 100% !important;
    height: auto !important;
    float: unset;
    clear: both;
  }    
  .billboard-wrapper {
    height: 600px !important;
  }
  .span3.widget-span.widget-type-logo.custom-logo {
    width: calc( 100% - 110px );
    max-width: 250px;
    float: left;
  }
  .mobile-trigger {
    width: auto !important;
    float: right;
  }
  .search-trigger {
    display: inline;
    cursor: pointer;
    width: auto;
    padding-top: 17px;
    float: right;
    margin-right: 15px;
  }
  .header-container-wrapper .span9 {
    width: calc( 100% - 250px);
    float: right;  
  }
}
@media screen and (max-width: 414px) {
   .span3.widget-span.widget-type-logo.custom-logo {
    width: calc( 100% - 100px );
    max-width: 250px;
    float: left;
  }
  .header-container-wrapper .span9 {
    width: 100%;
    max-width:100px;
    float: right;  
  }
}
@media screen and (max-width: 480px) {
  #hs_cos_wrapper_Page_Content_Area-module-6,
  #hs_cos_wrapper_module_1718151380131,
  #hs_cos_wrapper_module_1718151382341 {
    padding-left: 0 !important; 
  }
}


.grid9 {
  min-height:200px;
  background-color: #333333;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #ffffff;
  padding: 30px 16px;
  text-wrap: pretty;
  margin-bottom: 20px;
}
.grid9 h3 {
    color: #ffffff;
}
.Page_Content_Area-row-6-background-image,
.Page_Content_Area-row-8-background-image,
.Page_Content_Area-row-12-background-image,
.Page_Content_Area-row-14-background-image, 
.Page_Content_Area-row-16-background-image {
  background-color: rgba(0,114,198, 0.4);
  background-size: cover;
  background-blend-mode: multiply;
  background-position-y: 10% !important;
}
.Page_Content_Area-row-6-background-image h2,
.Page_Content_Area-row-8-background-image h2,
.Page_Content_Area-row-12-background-image h2,
.Page_Content_Area-row-14-background-image h2, 
.Page_Content_Area-row-16-background-image h2 {
  font-weight: 900 !important; 
}

ul.peoplelist {
  padding-inline-start: 0;
  margin-left: 32px;
}
.peoplelist li {
   list-style-type: none;
   list-style-position: inside;
   text-indent: -1.5em;
   padding-left: 0em;
   text-wrap: pretty;
}
.peoplelist li svg {
  height: 15px;
  width: 15px;
  padding-right:15px;
}