/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== *
@import url('https://www.passagetechnology.com/hubfs/Passage_Technology_May2018/Code/2020_May2018-style.css')
<link rel="stylesheet" href="https://www.passagetechnology.com/hubfs/Passage_Technology_May2018/Code/2020_May2018-style.css">

/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//fonts.googleapis.com/css?family=Merriweather:300,400,400i,700,700i,900|PT+Serif:400,400i,700,700i|Playfair+Display:400,400i,700,700i,900');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@font-face {
    font-family:'squarespace-ui-font';
    src:url('//cdn2.hubspot.net/hubfs/4130736/PassageTechnology_January2018/fonts/squarespace-ui-font.eot');
    src:url('//cdn2.hubspot.net/hubfs/4130736/PassageTechnology_January2018/fonts/squarespace-ui-font.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/4130736/PassageTechnology_January2018/fonts/squarespace-ui-font.svg#squarespace-ui-font') format('svg'),
    url('//cdn2.hubspot.net/hubfs/4130736/PassageTechnology_January2018/fonts/squarespace-ui-font.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/4130736/PassageTechnology_January2018/fonts/squarespace-ui-font.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'social-icon-font';
    src: url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.eot');
    src: url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.eot?#iefix') format('embedded-opentype'),
      url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.woff') format('woff'),
      url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.ttf') format('truetype'),
      url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.svg#social-icon-font') format('svg');
    font-weight: normal;
    font-style: normal
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


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

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    background: #fff;
    color: #3b3b3b;
    font-family: 'Playfair Display', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .015em;
    line-height: 1.8em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1000px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1, h2, h3 {
    margin: 1em 0 .5em;
    color: #333;
}
h1, .h1 {
    font-family: futura-pt;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .015em;
    text-decoration: none;
    line-height: 1.2em;
    margin-top: 0;
}
h2 {
    font-family: futura-pt;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .015em;
    text-decoration: none;
    line-height: 1.2em;
}
h3 {
    font-family: Playfair Display;
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    letter-spacing: .015em;
    text-decoration: none;
    line-height: 1.8em;
}
h4 {
    font-size: 14px;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/* Anchor Links */
a { 
    color: #4564ed;
    text-decoration: none;
}
a:hover, a:focus { color: rgba(69,100,237,.7); }

/* Lists */
ul, ol {
    margin: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

#hs-eu-cookie-confirmation, #hs-eu-cookie-confirmation > * {background: #444!important;}
#hs-eu-cookie-confirmation-inner {
    margin: auto 2em!important;
    max-width: none!important;
    padding: 1em!important;
}
#hs-eu-cookie-confirmation-inner * {
  color: white!important;
  word-spacing: -.1rem;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a:hover {color: #d1d1d1!important;}
p#hs-eu-cookie-disclaimer {float: left;}
div#hs-en-cookie-confirmation-buttons-area {
    display: flex;
    justify-content: center;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {transition-duration: 0ms;}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a:hover
  {color:#1d76bb!important; border-color:#1d1d1d!important;}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover
  {background:white!important; transform:scale(1.1);}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover
  {background:#d1d1d1!important;}



/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header-bg {
    padding: 25px 80px;
    position: fixed;
    width: 100% !important;
    top: 0;
    z-index: 1011;
    -webkit-transition: background-color 100ms 500ms linear;
    -moz-transition: background-color 100ms 500ms linear;
    -o-transition: background-color 100ms 500ms linear;
    transition: background-color 100ms 500ms linear;
}
.custom-header-bg .page-center {
    max-width: 100% !important;
}
.custom-logo a {
    position: relative;
}
.custom-logo img {
    max-width: 400px;
    max-height: 100px;
}
.scrolled .custom-header-bg {
    background-color: rgb(59, 59, 59);
}

.no-banner .custom-header-bg {
    background-color: rgb(59, 59, 59);
}
.no-banner .header-container {
    min-height: 152px;
}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.body-container .page-center {
    padding: 20px;
}

.body-container .hs_cos_wrapper.hs_cos_wrapper_widget:not(span):first-child {
    padding-top: 0;
}
.body-container .hs_cos_wrapper.hs_cos_wrapper_widget:not(span) {
    padding: 17px;
    clear: both;
}
.body-container .hs_cos_wrapper.hs_cos_wrapper_widget > *:first-child {
    margin-top: 0;
}
.body-container .hs_cos_wrapper.hs_cos_wrapper_widget > *:last-child {
    margin-bottom: 0;
}
.body-container .page-center .main-content > .row-fluid-wrapper, 
.body-container .page-center .sidebar.right > .row-fluid-wrapper{
    margin: 0 -17px;
  	width: calc(100% + 34px);
}
.custom-banner {
    padding: 233px 80px 80px;
    text-align: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position:center top;
    background-attachment: fixed;
    margin-top: -1px;
}
.custom-banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(46,46,46,.3);
    width: 100%;
    height: 100%;
    display: block;
}


.banner-content-wrapper {
    z-index: 100;
    position: relative;
    padding: 80px 0;
    text-align: center;
    max-width: 800px;
    float: none;
    margin: 0 auto;
}
.custom-banner h1 {
    margin: 0;
    color: #fff;
    position: relative;
    line-height: 1em;
    font-family: Merriweather;
    font-size: 53px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-align: center;
    letter-spacing: 0;
}
.custom-banner p {
    margin: 25px 0 0;
    color: #fff;
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 1.6em;
    position: relative;
}

.embed-block-wrapper {
    padding-bottom: 56.2061%;
    position: relative;
}
.embed-block-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom-pricing-group {
    padding: 0 !important;
    width: 33.33%;
    float: left;
  	clear: inherit !important;
}
.custom-pricing .image-block-wrapper {
    overflow: hidden;
  	text-align:center;
}
.custom-pricing .inner-group {
    padding: 17px;
}
.custom-pricing .pricing-block h5 {
    font-weight: 500;
    text-align: center;
    padding-top: 1em;
}
.custom-pricing .pricing-block h5 span {
    font-size: 5em;
    letter-spacing: -3px;
}
.custom-pricing .pricing-block p {
    line-height: 1.625em;
    text-align: center;
}
.custom-pricing .sqs-block-content ul {
    margin: 30px 0 0;
    border-top: 2px solid #e7f2f0;
    list-style: none;
}
.custom-pricing .sqs-block-content ul li {
    text-align: center;
    padding: 18px 0 13px;
    margin-left: -40px;
    border-bottom: 2px solid #e7f2f0;
}
.custom-pricing .bottom-button {
    text-align: center;
}
a.black-border-button {
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    display: inline-block;
    width: auto;
    height: auto;
    border-color: #3b3b3b;
    font-family: proxima-nova;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 21px 34px;
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    color: #3b3b3b;
    border-radius: 300px;
}
a.black-border-button:hover {
    background-color: #3b3b3b;
    color: #fff;
}
.separator hr {
    border: none;
    color: #bbb;
    background-color: #bbb;
    height: 1px;
}
.custom-accordion {
    margin-bottom: 10px;
}
h3.accordion-title {
  	color: #000;
    background-color: #eef0f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 3px solid #eef0f3;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
    line-height: inherit;
}
.custom-accordion-group + .custom-accordion-group {
    padding-top: 0 !important;
}
.custom-accordion-group {
    padding-bottom: 0 !important;
    padding-top: 31px !important;
}
.custom-accordion {
    margin: 0 0 10px !important;
}
h3.accordion-title:hover {
    border-left: 3px solid #3e62e0;
}
h3.accordion-title.custom-top-heading-active {
    border-left: 3px solid #3e62e0;
}
.two-column-with-image .custom-column {
    width: 50%;
    float: left;
}
.two-column-with-image .custom-column .custom-image {
    margin: auto;
    text-align: center;
    display: block;
}
.two-column-with-image:after {
    content: "";
    display: table;
    clear: both;
}
.two-column-with-image .custom-image img {
    width: auto !important;
}
.two-column-with-image {
    margin: -17px !important;
}
.two-column-with-image .custom-column {
    width: 50%;
    float: left;
    padding: 17px;
}
.two-column-with-image .custom-column h3 {
    margin: 0;
}
.accordion-content {
    padding: 10px 15px;
}
.body-container .hs_cos_wrapper.hs_cos_wrapper_widget:first-child .two-column-with-image {
    margin-top: 0 !important;
}
.two-column-with-image .custom-column > *:last-child {
    margin-bottom: 0;
}
.two-column-with-image .custom-column > *:first-child {
    margin-top: 0;
}
.two-column-with-image.right .custom-column.col-1 {
    float: right;
}
.custom-social-media {
    text-align: center;
}
.custom-social-media a.sqs-svg-icon--wrapper {
    margin: 0 9px;
    width: 32px;
    height: 32px;
  	overflow: visible;
}
a.sqs-svg-icon--wrapper.twitter {
    border-color: #55acee;
    color: #4564ed;
    text-decoration: none;
    background-color: transparent;
}
.custom-social-media a.sqs-svg-icon--wrapper > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
}
.custom-social-media a.sqs-svg-icon--wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom-social-media .twitter .sqs-use--icon, .custom-social-media .twitter .sqs-use--mask {
    fill: #55acee;
}
.custom-social-media .sqs-use--icon > svg {
    display: none;
}
.custom-social-media .sqs-svg-icon--wrapper .sqs-use--mask{
	    fill: transparent;
}
.custom-social-media .facebook .sqs-use--icon {
    fill: #3b5998;
}
.custom-social-media .linkedin .sqs-use--icon {
    fill: #0976b4;
}
.custom-social-media .youtube .sqs-use--icon{
    fill: #e52d27;
}
.custom-social-media .instagram .sqs-use--icon{
    fill: #e4405f;
}
.custom-social-media:hover .twitter:not(:hover) .sqs-use--icon {
    fill: rgba(85,172,238,.4);
}
.custom-social-media:hover .facebook:not(:hover) .sqs-use--icon{
    fill: rgba(59,89,152,.4);
}
.custom-social-media:hover .linkedin:not(:hover) .sqs-use--icon{
    fill: rgba(9,118,180,.4);
}
.custom-social-media:hover .youtube:not(:hover) .sqs-use--icon{
    fill: rgba(229,45,39,.4);
}
.custom-social-media:hover .instagram:not(:hover) .sqs-use--icon{
    fill: rgba(228,64,95,.4);
}
.two-column-top-pane-layout .main-content .hs_cos_wrapper.hs_cos_wrapper_widget:not(span):first-child {
    padding-top: 17px;
}
.custom-bottom-pane .hs_cos_wrapper.hs_cos_wrapper_widget:not(span):first-child {
    padding-top: 17px;
}
.two-column-top-pane-layout .custom-top-pane,
.two-column-top-pane-layout .custom-bottom-pane{
   	margin: 0 -17px !important;
		width: calc(100% + 34px);
}
.popup-group {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.95);
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 99999;
}
.lightbox-image {
    position: absolute;
    text-align: center;
    top: 2%;
    left: 2%;
    bottom: 2%;
    right: 2%;
}
.lightbox-image img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  	z-index: 2;
}
a.sqs-lightbox-close {
    position: absolute;
    z-index: 100000002;
    display: inline-block;
    color: #ccc;
    height: 20px;
    width: 20px;
    font-size: 26px;
    cursor: pointer;
    outline: none;
    padding: 2px;
    right: 2%;
    top: 2%;
    text-align: right;
}
a.sqs-lightbox-close:before {
    font-family: 'squarespace-ui-font';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\E02E";
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.popup-open {
    overflow: hidden;
}
.popup-open .custom-header-bg {
    z-index: 0;
}
.popup-open .custom-banner:before {
    z-index: 0;
}
.popup-open .banner-content-wrapper {
    z-index: 0;
}
.custom-employee-testimonial-with-popup {
    text-align: center;
}
.custom-employee-testimonial-with-popup .custom-image img {
    cursor: pointer;
}
/*========== white buttons, module buttons, modules ==========*/
.one-column-btn {
    width: 100%;
    float: left;
    padding-left: 17px;
    padding-right: 17px;
    text-align: center;
}
.custom-two-column-btn,
.custom-three-column-btn,
.custom-four-column-btn,
.custom-five-column-btn {
    margin: 0 -17px !important;
}

.custom-two-column-btn:after,
.custom-three-column-btn:after,
.custom-four-column-btn:after,
.custom-five-column-btn:after {
    content: "";
    display: table;
    clear: both;
}

.custom-two-column-btn .custom-column {
    width: 50%;
    float: left;
    padding: 0 17px;
    text-align: center;
    margin: 0;
}
.custom-three-column-btn .custom-column {
    width: 33.3333%;
    float: left;
    padding: 0 17px;
    text-align: center;
}
.custom-four-column-btn .custom-column {
    width: 25%;
    float: left;
    padding: 0 17px;
    text-align: center;
}
.custom-five-column-btn .custom-column {
    width: 16.6667%;
    float: left;
    padding: 17px;
    text-align: center;
}

.custom-three-column-btn .custom-column.col-2 {
    width: 41.6667%;
}
.custom-three-column-btn .custom-column.col-3 {
    width: 25%;
}
/*
.custom-four-column-btn .custom-column.col-2 {
    width: 33.3333%;
}
.custom-four-column-btn .custom-column.col-4 {
    width: 16.6667%;
}
*/
a.black-border-button.font-12 {
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 25px 46px;
}


.custom-five-column-btn .custom-column.col-2, .custom-five-column-btn .custom-column.col-3 {
    width: 25%;
}
/*
.custom-five-column-btn .custom-column a.black-border-button {
    color: #272727;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 26px;
    border-color: #272727;
}
	/*.custom-five-column-btn:after {
    content: "";
    display: table;
    clear: both;
}	*

.custom-five-column-btn .custom-column a.black-border-button:hover {
    color: #fff;
    background-color: #272727;
}
*/

.meet-our-team-group {
    margin-right: -20px;
}
.meet-our-team-group:after {
    clear: both;
    content: "";
    display: table;
}
.meet-our-team .image-wrapper {
    text-align: center;
}
.meet-our-team-group .meet-our-team .image-slide-title {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: .5em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.meet-our-team {
    float: left;
    width: 50%;
}
.meet-our-team .inner-group {
    padding-right: 20px;
    margin-bottom: 20px;
}
.meet-our-team .image-wrapper {
    text-align: center;
    position: relative;
    padding-bottom: 100%;
}
.meet-our-team .image-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
  	height: 100%;
    width: auto;
}
.custom-two-column-left-image {
    margin: -17px !important;
}
.custom-two-column-left-image .left-image {
    padding: 17px;
    width: 33.3333%;
    float: left;
}
.custom-two-column-left-image .right-content {
    width: 66.6667%;
    float: left;
}
.custom-two-column-left-image:after {
    content: "";
    display: table;
    clear: both;
}
.custom-two-column-left-image .left-image .inner-group {
    overflow: hidden;
}
.custom-two-column-left-image .content {
    padding: 17px;
}
.custom-two-column-left-image .content > *:last-child {
    margin-bottom: 0;
}
.custom-two-column-left-image .content > *:first-child {
    margin-top: 0;
}
.custom-two-column-left-image .button {
    padding: 17px;
}
.custom-two-column-left-image .button a.black-border-button {
    color: #272727;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 26px;
}
.custom-two-column-left-image .button a.black-border-button:hover {
    color: #fff;
}
.three-column-middle-image {
    margin: -17px !important;
}
.three-column-middle-image .custom-column {
    width: 50%;
    float: left;
    padding: 17px;
}
.three-column-middle-image .custom-column.col-1 {
    position: relative;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.three-column-middle-image .custom-column .custom-image {
    width: calc(50% - 1%);
    position: relative;
}
.three-column-middle-image .custom-column .right-content {
    position: relative;
    width: calc(50% - 1%);
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 100%;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2%;
  	font-size: 12vw;
}
.three-column-middle-image .custom-column .right-content p {
    color: #000;
    display: inline;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: Arial;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.1em;
    font-size: 9.4%;
    padding: 10%;
}
.three-column-middle-image .custom-column .right-content p a {
    color: #000;
}
.three-column-middle-image .custom-column .right-content p a:hover {
    opacity: .8;
}
.three-column-middle-image .custom-column blockquote {
    margin-top: 0;
    margin-bottom: 0;
}
.custom-block-quote {
    padding: 2em 3em;
    margin: -17px !important;
}

.custom-block-quote figure {
    margin: 1.5em 0;
}
.custom-block-quote figure blockquote {
    font-family: proxima-nova;
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0px;
    text-decoration: none;
    text-align: left;
    margin: 0 0 1em;
}

#14 .custom-block-quote figure blockquote {
  	font-size: 14px;
  	text-align: justify;
}

.custom-block-quote figure blockquote span:first-child {
    margin: 0 0 0 -.3em;
}
.custom-block-quote figure figcaption.source {
    text-align: right;
}
.custom-two-column-image {
    margin: -17px !important;
}
.custom-two-column-image .custom-column {
    padding: 17px;
    width: 50%;
    float: left;
}
.custom-two-column-image .custom-column .image-overlap-content {
    position: relative;
  	overflow: hidden;
}
.custom-two-column-image .custom-column .image-wrapper {
    padding-bottom: 31.0014%;
    position: relative;
}
.custom-two-column-image .custom-column .image-wrapper img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.custom-two-column-image .custom-column .image-overlap-content > a {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.1);
     
}
.custom-two-column-image .custom-column .overlay-text {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  	display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
  	font-size: 11vw;
  	pointer-events: none;
}
.custom-two-column-image .custom-column .overlay-text p {
    color: #fff;
    font-family: Arial;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    display: block;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1em;
    font-size: 18%;
    width: 75%;
    text-align: center;
}
.three-column-equal-group {
    margin: -17px !important;
}
.three-column-equal-group .custom-column {
    width: 33.3333%;
    float: left;
    padding: 17px;
}
.three-column-equal-group .custom-column > *:last-child {
    margin-bottom: 0;
}
.three-column-equal-group .custom-column > *:first-child {
    margin-top: 0;
}
.custom-slider .hs_cos_gallery_main.slick-slider {
    padding: 0;
    margin: 0;
}
.custom-premium-pricing {
    margin: -17px !important;
}
.custom-premium-pricing:after {
    content: "";
    display: table;
    clear: both;
}
.custom-premium-pricing .col-1 {
    width: 58.3333%;
    float: left;
}
.custom-premium-pricing .col-2 {
    width: 41.6667%;
    float: left;
}
.custom-premium-pricing .custom-column > div {
    padding: 17px;
}
.custom-premium-pricing .pricing-block-code .pricing-block {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    display: table;
}
.custom-premium-pricing .pricing-block-code .pricing-tier {
    font-weight: normal;
    border-bottom: 3px solid #e7f2f0;
    text-align: center;
    padding-bottom: 15px;
    display: table-cell;
}
.custom-premium-pricing .pricing-block-code .pricing-tier h3.pricing-heading {
    text-align: center;
    line-height: 1.4em;
    padding: 0px 15px 15px 15px;
}
.custom-premium-pricing .pricing-block-code .pricing-tier h5 {
    font-weight: 500;
    text-align: center;
    padding-top: 1em;
}
.pricing-tier .plan-price {
    font-size: 5em;
    letter-spacing: -3px;
}
.custom-premium-pricing .pricing-block-code .pricing-tier p.custom-year {
    line-height: 1.625em;
    text-align: center;
    font-size: 12pt;
}
.custom-premium-pricing .pricing-block-code .pricing-tier p {
    line-height: 1.625em;
    text-align: center;
}
#lst {
    border-top: 2px solid #e7f2f0;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 0;
    text-align: center;
}
.pricing-content {
    font-weight: normal;
    border-bottom: 3px solid #e7f2f0;
    text-align: center;
    padding-bottom: 15px;
    margin: 1em 0;
}
.custom-premium-pricing .pricing-block-button {
    text-align: center;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
}

th h3 {
  line-height: 1.4em;
  margin-top: 0;
}

td {
  padding: 10px;
  text-align: justify;
}

tbody#gdpr td:first-child {
  width: 20%;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

table.feature td {
  line-height: 2em;
  padding: 0 5px;
}

table.feature td:not(:first-child) {
  text-align: center;
  font-weight: bold;
}

#text {
  font-weight: normal;
}

.compare th {
  padding: 0 20px;
  vertical-align: top;
}

.feature .tfooter {
  	line-height: 1.5em;
  	font-style: italic;
  	padding: 25px 0 0 25px;
  	border-top: 1px solid #3b3b3b;
  	border-radius: 75%;
}
.tfooter i {
	font-style: normal;
}

/* =============== Content =============== */

.two-column-top-pane-layout .main-content .hs_cos_wrapper.hs_cos_wrapper_widget:not(span):first-child .custom-block-quote {
    padding-top: 0;
}

.custom-one-column-image .image-overlap-content {
    position: relative;
    overflow: hidden;
}
.custom-one-column-image .image-overlap-content > a {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.1);
}
.custom-one-column-image .custom-column .image-wrapper {
    padding-bottom: 54.0014%;
    position: relative;
}
.custom-one-column-image .custom-column .image-wrapper img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.custom-one-column-image .custom-column .overlay-text {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 11vw;
    pointer-events: none;
}
.custom-one-column-image .custom-column .overlay-text p {
    color: #fff;
    font-family: Arial;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    display: block;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1em;
    font-size: 14.8%;
    width: 75%;
    text-align: center;
}
.one-column-top-image {
    margin: 0 -17px -17px !important;
}
.one-column-top-image > div {
    padding: 17px;
    text-align: center;
}
.one-column-top-image .custom-button {
    text-align: center;
}
.one-column-top-image .custom-button a.black-border-button {
    color: #272727;
    padding: 13px 26px;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.one-column-top-image .custom-button a.black-border-button:hover {
    color: #fff;
}
.search-our-website-layout .custom-google-search label {
    display: inherit;
}
.search-our-website-layout .custom-google-search .hs-input {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    line-height: normal;
    -webkit-appearance: textfield;
    opacity: .7;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-transition: background-image .2s ease-out;
    -moz-transition: background-image .2s ease-out;
    -o-transition: background-image .2s ease-out;
    transition: background-image .2s ease-out;
    padding: 12px 12px 12px 45px;
    background: no-repeat 15px 50%;
    width: 100%;
    min-height: 20px;
    display: block;
    outline: 0;
    background-image: url(//cdn2.hubspot.net/hubfs/4130736/Passage_Technology_May2018/Image/icon-searchqueries-20-dark.png?t=1525954533391);
    border: 1px solid #aaa;
    border-radius: 0;
    max-width: 100%;
    text-indent: 0;
}
.search-our-website-layout .custom-google-search a.hs-button.primary {
    margin: 0;
    display: inherit;
}
.home-page-layout .banner-content-wrapper .page-desc {
    color: #fff;
    position: relative;
    display: inline-block;
    margin: 25px 0 0;
}
.home-page-layout .banner-content-wrapper .page-desc p {
    margin: 0;
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 1.6em;
    text-decoration: none;
}
.home-page-layout .banner-content-wrapper .page-desc p a {
    display: inline-block;
    line-height: 1em;
    margin: 10px 0 0;
    color: #0a0a0a;
    border: none;
    -webkit-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -moz-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -ms-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -o-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    position: relative;
    z-index: inherit;
    text-decoration: none;
    padding: 1em 1.75em;
    font-family: proxima-nova;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
    background-color: #c3cbce;
    border: 1px solid #000;
    -webkit-border-radius: 300px;
    border-radius: 300px;
}
.home-page-layout .banner-content-wrapper .page-desc p a:hover {
    background-color: rgba(214,214,214,.8);
}
.home-page-layout .custom-banner {
    margin-top: -1px !important;
}
.home-page-layout .body-container .hs_cos_wrapper.hs_cos_wrapper_widget:not(span) {
  padding: 0;
}

.custom-video-content {
    position: relative;
}
.custom-video-content .custom-inner {
    padding-bottom: 56.2061%;
}
.custom-video-content .custom-inner > div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #000;
    background-position: center center;
    background-repeat: no-repeat;
      overflow: hidden;
}
.custom-video-content .custom-inner .video-overlay {
    z-index: 1;
}
.custom-video-content .custom-inner .video-overlay .sqs-video-opaque {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}
.custom-video-content .custom-inner .video-overlay .sqs-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent url(//cdn2.hubspot.net/hubfs/4130736/Passage_Technology_May2018/Image/play-button-1.png) center center no-repeat;
    height: 48px;
    width: 48px;
    margin-left: -24px;
    margin-top: -24px;
    cursor: pointer;
}
.custom-video-content .custom-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom-video-content.video-play .custom-inner > div {
    opacity: 0;
    z-index: 0;
}
.video-play.custom-video-content .custom-inner iframe {
    z-index: 9;
}
.custom-video-content .custom-inner .video-overlay img {
    position: relative;
    top: 50%;
    transform: translateY(-50.06%);
}

.custom-two-column-left-image {
    padding-top: 68px;
}


/* =============== Slider =============== */

.popup-group .lightbox-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.body-container .hs_cos_wrapper_type_gallery .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
}
.body-container .hs_cos_wrapper_type_gallery .hs_cos_gallery_thumbnails {
    padding: 0;
    margin: 0;
    margin-top: 15px;
	position: static;
}
.body-container .hs_cos_wrapper_type_gallery .hs_cos_gallery {
    position: relative;
}
.body-container .hs_cos_wrapper_type_gallery button.slick-arrow {
    position: absolute;
    top: 50%;
    outline: none;
    color: transparent !important;
    z-index: 999;
    font-size: 14px;
    line-height: 40px;
    margin-top: -30px;
    background-color: rgba(0,0,0,.12);
    display: inline-block;
    padding: 10px;
    -webkit-transition: all 200ms cubic-bezier(.25,.46,.45,.94);
    -moz-transition: all 200ms cubic-bezier(.25,.46,.45,.94);
    -ms-transition: all 200ms cubic-bezier(.25,.46,.45,.94);
    -o-transition: all 200ms cubic-bezier(.25,.46,.45,.94);
    transition: all 200ms cubic-bezier(.25,.46,.45,.94);
    width: 44px;
    height: 60px;
}
.body-container .hs_cos_wrapper_type_gallery button.slick-arrow:before{
	display:none;
}
.body-container .hs_cos_wrapper_type_gallery button.slick-arrow:after {
    font-family: 'squarespace-ui-font';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\E02C";
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.body-container .hs_cos_wrapper_type_gallery button.slick-arrow.slick-next:after {
    content: "\E02D";
}
.body-container .hs_cos_wrapper_type_gallery button.slick-arrow:hover {
    background-color: rgba(0,0,0,.2);
}
.body-container .hs_cos_wrapper_type_gallery .hs_cos_gallery_thumbnails .slick-list {
    padding: 0 !important;
    max-height: 100%;
}
.body-container .hs_cos_wrapper_type_gallery .hs_cos_gallery_thumbnails .slick-list .hs_cos_gallery_slide.slick-slide {
    padding: 0;
    opacity: 0.5;
  	cursor:pointer;
}
.body-container .hs_cos_wrapper_type_gallery .hs_cos_gallery_thumbnails .slick-list .hs_cos_gallery_slide.slick-slide.slick-current{
		opacity: 1;
}
.search-our-website-layout .custom-google-search .hs-input:hover {
    opacity: 1;
}
.error-template.search-our-website-layout .custom-google-search {
    padding: 17px 0 0;
}
.error-template.search-our-website-layout .custom-google-search a.hs-button.primary {
    display: inline;
    margin: 0;
    padding: 0;
}
.error-template.search-our-website-layout .custom-google-search form {
    margin-bottom: 0;
}

/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-bg {
    background-color: #3b3b3b;
    position: relative;
}
.custom-footer-bg .page-center {
    padding: 30px 0;
    max-width: 960px !important;
}
.custom-footer-copyright {
    padding: 17px;
}
.custom-footer-copyright p {
    margin: 0;
    color: #fff;
    text-align: center;
}
.custom-footer-copyright p a {
    margin: 0;
    color: #fff;
    text-align: center;
    text-decoration: underline;
}
.custom-footer-partner {
    text-align: center;
    padding: 17px;
  min-width: 250px;
}
.custom-footer-partner a {
    display: inline-block;
}

.custom-footer-social {
    padding: 0 17px 17px;
}
.custom-footer-social nav.sqs-svg-icon--list {
    text-align: center;
}
.sqs-svg-icon--wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color 170ms ease-in-out;
    -moz-transition: background-color 170ms ease-in-out;
    -o-transition: background-color 170ms ease-in-out;
    transition: background-color 170ms ease-in-out;
    z-index: 0;
    border-radius: 50%;
    text-decoration: underline;
    color: #fff;
    width: 28px;
    height: 28px;
    margin: 0 4px;
}
.custom-footer-social .sqs-svg-icon--wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sqs-svg-icon--wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sqs-use--icon,
.sqs-use--mask {
    fill: transparent;
    -webkit-transition: fill 170ms ease-in-out;
    -moz-transition: fill 170ms ease-in-out;
    -o-transition: fill 170ms ease-in-out;
    transition: fill 170ms ease-in-out;
}
.sqs-svg-icon--wrapper .sqs-use--mask {
    fill: #fff;
}
.sqs-svg-icon--list:hover .sqs-use--mask {
    fill: rgba(255,255,255,.4);
}
.sqs-svg-icon--list:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask {
    fill: #fff;
}
.custom-footer-menu {
    padding-top: 17px;
    padding-bottom: 17px;
}
.custom-footer-bg h3 {
    color: #fff;
    text-align: center;
    margin-top: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul {
    display: block;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin: 4px 0 10px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
    text-decoration: underline;
    color: #fff;
}
.custom-footer-menu p {
    text-align: center;
    color: #fff;
  margin:auto;
}
.custom-footer-menu p a {
    text-decoration: underline;
    color: #fff;
}
.custom-footer-menu p:last-child {
    margin-bottom: 0;
}
.social-icon nav.sqs-svg-icon--list {
    /*padding-bottom: 17px;	*/
    text-align: center;
}
.social-icon nav.sqs-svg-icon--list a.sqs-svg-icon--wrapper {
    margin: 0 2px;
}


/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */
/* =============== Custom Menu Primary =============== */
.custom-menu-primary {
    padding: 35px 0;
}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
    font-size: 16px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0 0 0 34.5px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
    font-family: proxima-nova;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-style: normal;
    text-decoration: none;
    line-height: 2em;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="/search"],
.custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="/search-our-website"]	{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  font-size: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="/search"]:before,
.custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="/search-our-website"]:before	{
    content: "\f002";
  font-size: 16px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(255,255,255,.7);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: rgba(255,255,255,.4);
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    padding-top: 30px;
    left: 50% !important;
    margin-left: -100px;
    z-index: 11;
    margin-top: -5px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul .custom-submenu-wrapper {
    color: #313131;
    border: 1px solid;
    background-color: #3b3b3b;
    width: 200px;
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul .custom-submenu-wrapper:before {
    color: #313131;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 0 0 10px;
    border-style: solid;
    border-right: solid 10px transparent !important;
    border-left: solid 10px transparent !important;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
    color: #313131;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-width: 0 0 1px;
    border-style: solid;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    display: inline-block;
    font-family: proxima-nova;
    font-size: 16px;
    font-weight: 400;
/*  text-transform: uppercase;  01/2019
    letter-spacing: .1em; */
    font-style: normal;
    text-decoration: none;
    line-height: 2em;
    padding: 1px;
    color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: rgba(255,255,255,.7)
}

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

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


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

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

@media (max-width: 767px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display:none;
  }
  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 20px;           /* Position Button at right of screen */
    right: 20px;        /**************************************/
    text-align: right;
    width: 20%;
    color: #fff;
    -webkit-transition: color .14s ease;
    -moz-transition: color .14s ease;
    -o-transition: color .14s ease;
    transition: color .14s ease;
  }
  .mobile-trigger:before {
    font-family: 'squarespace-ui-font';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e030";
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .mobile-trigger:hover {
    color: rgba(255,255,255,.7);
  }
  
  /* ===== 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: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 79% !important;
    background-color: #3b3b3b;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
    z-index: -10;
    overflow-y: auto !important;
  }
  .mobile-open .custom-menu-primary.js-enabled {
    bottom: 0;
    z-index: 3;
  }

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

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

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

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin: 0;
    line-height: 1em;
    color: #313131;
    border-style: solid;
    border-width: 0 0 1px 0;
    text-align: center;
    display: block;
    position: relative;
    z-index: 4;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    color: #fff;
    display: block;
    padding: 20px;
    overflow: visible;
    font-family: proxima-nova;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .1em;
    text-decoration: none;
    line-height: 2em;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="/search"],
  .custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="/search-our-website"]  {
    line-height: 2em;
  }
  

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: rgba(255,255,255,.7);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > .hs-item-has-children > a:before {
    content: '+';
    margin-right: .25em;
    font-size: 19.2px;
    width: 1em;
    display: inline-block;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > .hs-item-has-children.child-open > a:before {
    content: '–';
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul .custom-submenu-wrapper:before {
      display: none;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    margin-left: 0;
    padding-top: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul .custom-submenu-wrapper {
      width: 100%;
      background: transparent;
      border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    margin: 0;
    line-height: 1em;
    color: #313131;
    border: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 4;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-family: proxima-nova;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .1em;
    text-decoration: none;
    line-height: 2em;
    color: #fff;
    display: block;
    padding: 5px 20px 25px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: rgba(255,255,255,.7);
  }

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

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .body-container-wrapper,
  .footer-container-wrapper {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 3;
    padding: 0;
    background: #fff;
  }
  .custom-header-bg,
  .custom-banner{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .mobile-open .custom-header-bg,
  .mobile-open .body-container-wrapper,
  .mobile-open .footer-container-wrapper,
  .mobile-open .custom-banner{
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(-79%,0,0);
    -moz-transform: translate3d(-79%,0,0);
    transform: translate3d(-79%,0,0);
  }
   .mobile-open .custom-banner {
      z-index: 9;
  }
}


/* ==========================================================================
   4.5. pagination for blog listing, blog post, search results                                        
   ========================================================================== */
.pagination {
    font-family: PT Serif, Helvetica;
    background-color: #f5f5f5;
  	width: 100%;
}
.pagination td {
  	text-align: center;
    color: #999;
  	padding: 20px 0;
}
.pagingation a:hover	{	opacity: .7; text-decoration: underline;	}

.listing-footer td {	width: 50%;	}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */
.blog .custom-banner {	background-color: #3b3b3b;	}

.blog-header .banner-content-wrapper {	max-width: 1000px!important;	}

.pagination-blog a {	color: #999;	}

.post-footer td 	 {	width: 33%;	}

/* =============== Blog Post =============== */
.blog-post {	min-height: 200px;	}

.blog-post .post-body:not(img) {	text-align: justify;	}

.blog-post .post-body .q-a {font-family: sans-serif;}
.blog-post .post-body .q-a p { font-style:italic;}

#blog h1 {
    font-family: futura-pt;
    font-size: 28px;
    text-transform: none !important;
}

/* =============== Blog Listing =============== */
.blog-listing {	width: 100%;	}

.listing-post { width: 100%;	display: table;	margin: 50px 0;}

.listing-header a {
    font-size: 28px;
  	color: black;
  	border-bottom: 1px solid #3b3b3b;
  	padding-bottom: 1px;
}
.listing-header a:hover {	color: #3b3b3b;	opacity: .7}

.date {
		font-size: 18px;
  	color: #666;
  	margin: 5px 0 0;
}
.listing-body {
    width: 100%;
    float: left;
  	margin-bottom: 10px;
}
.listing-body img {
  float: right;
  padding-left: 10px;
  display: inline !important;
  max-width: 39%;
  max-height: 200px;
  overflow: hidden;
  height: auto;
  margin-top: -17px;
}
.listing-body img:hover {	opacity: .7;	}

.listing-byline {	width: 100%;	}

.listing-byline td {
	width: 50%;
  vertical-align: middle;
  text-align: left;
}

.more-link a {  font-size: 16px;}
a.more-link:hover {	text-decoration: underline;	}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {color: #3b3b3b; font-style: italic;}
#hubspot-topic_data a.topic-link:hover {color: #777;}

.listing-mobile {display: none;}

#success {	text-align: justify;	}
.success-grid {
  	padding: 20px 0;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		column-gap: 10px;
		row-gap: 1em;
}
.success-grid .grid-item, .grid-item  {
		line-height: 1em;
  	font-size:18px;
}
.grid-item img {
  	height: 143px;
  	width: 100%;
  	overflow: hidden;
    object-fit: cover;
		padding-bottom: 5px;
  	opacity: 1;
  	border: 0;
}
.grid-item img:hover { 	opacity: .7;	}


@media (max-width: 769px) {
  .blog-header h1 {	font-size: 28px;	}
  .custom-banner p {	font-size: 15px;	}
  .listing-mobile {	display: inline; }
  .listing-mobile p {text-align: center;}
  .listing-mobile .widget-module ul {list-style:none;}
  .listing-mobile .widget-module ul li:first-child {display: none;}
  
  .blog-listing {	margin-top: 30px}

  .listing-post { margin: 5px 0;	}
	.listing-header a { 
		font-size: 16px;
  	border: 0;
	}
  .listing-header a:hover {	text-decoration: underline;	}
  
	.date, .listing-body, .more-link  {	display: none;}
  .listing-byline:not(.topic-link)	{	display:none;}
  
	.success-grid .grid-item, .grid-item {	font-size:14px;	}

}

@media (max-width: 690px) {
		#success p:first-child,
  	#success p:last-child {	display: none;	}
  	.success-grid {	display: inline;	}
  	.grid-item {
      width: 100%;
      float: right;
      margin: 10px;
  }
  	.grid-item img {display: none;
      /*
      width: 25%;
      float: left;
      padding-right: 5px;
      height: 50px;	*/
  }

}


/* Blog Title */
.blog-header h1 {}
.blog-header a {color:white;}
.blog-header a:hover {color:#d1d1d1;}
.blog-header .topic-head {background:#1d1d1d;}

.blog-post .post-header {
    border: 0;
}
.post-header .entry-actions {
    font-family: PT Serif;
    font-style: normal;
    font-weight: 400;
    font-size: .95em;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: #999;
    margin: 0;
    width: 70%;
    display: table-cell;
    vertical-align: middle;
}
.entry-actions a {
    color: #999;
}
.entry-actions .entry-comments {
    display: inline-block;
    margin-right: 1em;
}
.entry-actions .entry-comments:before {
    font-family: 'squarespace-ui-font';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e010";
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}
.entry-actions .entry-comments:before {
    font-size: .95em;
    width: auto;
    height: auto;
    line-height: inherit;
    text-align: left;
    margin-right: .2em;
    position: relative;
}

.entry-more-link {
    width: 30%;
    text-align: right;
    font-style: italic;
    display: table-cell;
    vertical-align: middle;
}
.entry-more-link a {
    display: inline-block;
    color: #999;
}
.entry-more-link a:before {
    content: "View Post → ";
    display: inline-block;
}

.post-item-left h1 {
    margin: 0 0 .5em;
    line-height: 1em;
    letter-spacing: 0;
}
.post-item-left h1 a {
    color: #333;
}
.blog .body-container .hs_cos_wrapper.hs_cos_wrapper_widget:not(span) {
    padding: 0;
    clear: both;
}

/* Use this to set up different styling for your blog posts */
.post-item-left {
    width: 26%;
    margin: 0 4% 0 0;
    padding: 0;
    float: left;
}


/* Blog Commments */
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}

.comment.depth-0 {
    border-top: 1px solid #000 !important;
    border-bottom: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    display: block;
    padding: 0;
}

.comment-reply-to{
    margin-left: 15px;
  	background-color: #fafafa;
  	border: 1px outset #dedede;
  	font-family: PT serif;
  	cursor: pointer;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    display: block !important;
    text-align: left !important;
  	font-family: PT serif;
}
#comment-form{
    display: block;
    margin: 15px 0;
}

.custom_listing_comments{
    border: 1px solid #E2E2E2;
    display: block;
    line-height: 165%;
    padding: 15px;
    line-height:26.4px;
}
div#comments-listing.no-comments {
    border: none;
}


/* ==========================================================================
   6. FORMS                             01/09: added font family to form title        
   ========================================================================== */
.form-title {
    font-family: 'Playfair Display';
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
}

ul.hs-error-msgs {
    list-style: none;
    padding: 0;
    color: #f00;
}
.body-container form {
    margin-bottom: 30px;
}
form.hs-form fieldset .legal-consent-container { 
  	text-align: justify;
  	font-size: 12px;
  	letter-spacing: 0;
  	line-height: 1.25em;
}
body.blog .section.post-footer form .hs-comment .input textarea
  { max-width: inherit; }

/* =============== Global Form Styles =============== */

/* Form Field [01/09, added font family]*/
.hs-form-field {
    font-family: 'Merriweather';
    font-size: 14px;
}

/* Descriptions*/
.hs-field-desc {
    font-size: 12px;
}

/* Labels and Legends */
label {}
.hs-form-field > label,
.widget-type-google_search label {
    display: inline-block;
    /*margin-bottom: 3px;
    font-family: 'Merriweather'; font: 14px Helvetica,Arial,sans-serif;*/
}
.hs-form-required {
    color: #e85c41;
    font-weight: normal;
    position: relative;
    /*top: 5px;
    font-size: 150%;*/
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    display: block;
    width: 100%;
    max-width: 500px;
    padding: 8px 0;
    font-size: 14px;
    font-family: Helvetica,Arial,sans-serif;
    text-indent: 2%;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
    margin-bottom: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border-color: #333;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 5px; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */
/* =============== All Global Buttons (Excluding CTAs) =============== */
#mpm-demo {
  background-color: #fc6701;
  cursor: pointer;
  color: white;
  font-size: 20px;
  border-radius: 5px;
  border-width: 0;
  padding: 11px 18px;
}

#email-prefs-form .page-header br { display: none }

.subscription-template .main-content .page-header h1 { font-size: 2em }

#email-prefs-form .page-header h2,
#email-prefs-form #content h3,
.subscription-template .main-content .page-header h2 {
  text-transform: none;
  font-size: 1.5em;
  font-family:inherit;
  line-height: 2em;
}
#email-prefs-form #content p.header {
  font-size: initial;
  margin: auto;
}
#email-prefs-form #content .item {
  width: 100%;
  padding: unset;
  margin: 1em auto;
}
#email-prefs-form #content .item-inner {
  display: inline-flex;
  background:#FAFAFA;
  width: inherit;
  padding: 1em 2em;
}
#email-prefs-form #content .item-inner * {
  float: none;
  top: auto;
}
#email-prefs-form #content .item-inner > * {
  color: #444;
  line-height: initial;
  width: inherit;
  margin: auto;
}

#email-prefs-form #content .item-inner.selected {
  border: 1px solid #BBD8EE;
  background: #F0F8FF;
}
#email-prefs-form #content .item-inner.highlighted-subscription { border: 1px solid #1D76BB }

#email-prefs-form #content .checkbox-row input[type="checkbox"] {	width: 15px;	height: 15px;}
#email-prefs-form #content .checkbox-row span.fakelabel span { margin-left: 0 }

#email-prefs-form #content .subscribe-options { padding: 1em }
#email-prefs-form #content .subscribe-options label {
  cursor: pointer;
  padding: 2em;
  margin: auto -1em;
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background-color: #1d76bb;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 41px;
    margin-top: 15px;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    font-family: 'futura-pt', 'Playfair Display'; /*Helvetica, Arial, sans-serif;*/
  	display: inline-block;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #888;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.image-subscription { 
   position: relative;
   width: 100%;
  display:flex;
}

h7 {  /*text over image*/
    font-family: "Merriweather";
    font-size: 22px;
    text-align: center;
    line-height: 1.1;
    position: absolute;
    top: 50px;
    padding: 0 17% 0 20%;
    width: 100%; 
}

ul.space li:not(:last-child) {
  	padding-bottom: 15px;
}

/* Styles that do not fit into any of the available sections above can go here. */
table.stacktable {
    display: none;
}

table.milestones-table {
    width: calc(100% + 34px);
    margin: 0 -17px;
}
table.milestones-table tr th:first-child,
table.milestones-table tr td:first-child {
    text-align: right;
}
table.milestones-table tr th, 
table.milestones-table tr td {
    width: 33.33%;
    padding: 0 17px;
}
table.milestones-table tr th h3 {
    margin-top: 0;
}
table.milestones-table tr td p {
    color: #3b3b3b;
    font-family: 'Playfair Display', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .015em;
    line-height: 1.8em;
    margin-top: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active.active-branch a {
    color: rgba(255,255,255,.4);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: rgba(255,255,255,.4);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active.active-branch a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover {
    color: rgba(255,255,255,.7);
}



.custom-banner .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom-banner .bg-img img{
		position:relative;
  	width:100%;
    object-fit: cover;
}
.custom-banner {
    overflow: hidden;
}

.bottom-form div.submitted-message {
  text-align: center;
}


@media (min-width:3001px) {
  .three-column-middle-image .custom-column .right-content p {
      font-size: 6%;
  }
  .custom-two-column-image .custom-column .overlay-text p{
    font-size: 11.5%;
  }
}
@media (max-width: 3000px) {
  .three-column-middle-image .custom-column .right-content p {
      font-size: 6%;
  }
  .custom-two-column-image .custom-column .overlay-text p{
    font-size: 11.5%;
  }
}

@media (max-width: 2700px) {
  .three-column-middle-image .custom-column .right-content p {
      font-size: 6.7%;
  }
  .custom-two-column-image .custom-column .overlay-text p{
    font-size: 12.8%;
  }
}
@media (max-width: 2500px) {
  .three-column-middle-image .custom-column .right-content p {
      font-size: 7.2%;
  }
  .custom-two-column-image .custom-column .overlay-text p{
    font-size: 13.8%;
  }
}
@media (max-width: 2300px) {
  .three-column-middle-image .custom-column .right-content p {
      font-size: 7.8%;
  }
  .custom-two-column-image .custom-column .overlay-text p{
    font-size: 15%;
  }
}
@media (max-width: 2100px) {
  .three-column-middle-image .custom-column .right-content p {
      font-size: 8.6%;
  }
  .custom-two-column-image .custom-column .overlay-text p{
    font-size: 16.5%;
  }
}
@media (max-width: 1954px) {
  .three-column-middle-image .custom-column .right-content p {
      font-size: 9.2%;
  }
  .custom-two-column-image .custom-column .overlay-text p{
    font-size: 17.7%;
  }
}
@media (max-width: 1920px) {
  .three-column-middle-image .custom-column .right-content p {
      font-size: 9.4%;
  }
  .custom-two-column-image .custom-column .overlay-text p{
    font-size: 18%;
  }
}

/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
@media (max-width: 1679px) {
  .custom-one-column-image .custom-column .overlay-text p {
      font-size: 16.9%;
  }
  .three-column-middle-image .custom-column .right-content p {
      font-size: 12.3%;
  }
.custom-two-column-image .custom-column .overlay-text p {
    font-size: 20.6%;
  }

}

@media (max-width: 1500px) {
  .custom-one-column-image .custom-column .overlay-text p {
      font-size: 19%;
  }
  .three-column-middle-image .custom-column .right-content p {
      font-size: 12%;
  }
.custom-two-column-image .custom-column .overlay-text p {
    font-size: 23.1%;
  }

}
@media (max-width: 1400px) {
  .custom-one-column-image .custom-column .overlay-text p {
      font-size: 20.3%;
  }
  .three-column-middle-image .custom-column .right-content p {
      font-size: 12.9%;
  }
.custom-two-column-image .custom-column .overlay-text p {
    font-size: 24.8%;
  }

}
@media (max-width: 1300px) {
  .custom-one-column-image .custom-column .overlay-text p {
      font-size: 21.9%;
  }
  .three-column-middle-image .custom-column .right-content p {
      font-size: 13.9%;
  }
  .custom-two-column-image .custom-column .overlay-text p {
    font-size: 26.6%;
  }
}
@media (max-width: 1200px) {
  .custom-one-column-image .custom-column .overlay-text p {
      font-size: 23.7%;
  }
  .three-column-middle-image .custom-column .right-content p {
      font-size:15.1%;
  }
  .custom-two-column-image .custom-column .overlay-text p {
    font-size: 28.9%;
  }
}
@media (max-width: 1100px) {
  .custom-one-column-image .custom-column .overlay-text p {
      font-size: 25.9%;
  }
  .three-column-middle-image .custom-column .right-content p {
      font-size:16.4%;
  }
  .custom-two-column-image .custom-column .overlay-text p {
    font-size: 31.5%;
  }
}
@media (max-width: 1000px) {
  .custom-one-column-image .custom-column .overlay-text p {
      font-size: 28%;
  }
  .three-column-middle-image .custom-column .right-content p {
      font-size:17.8%;
  }
  .custom-two-column-image .custom-column .overlay-text p {
    font-size: 34.1%;
  }
  
}
@media (max-width: 900px) {
  .custom-one-column-image .custom-column .overlay-text p {
      font-size: 27.6%;
  }
  .three-column-middle-image .custom-column .right-content p {
      font-size:36%;
  }
  .custom-two-column-image .custom-column .overlay-text p {
    font-size: 33.6%;
  }
}






/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1100px) and (min-width: 768px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0 0 0 15.5px;
    }
  	
}

@media (max-width: 1024px) and (min-width: 768px) {
    .custom-header-bg {
        padding: 25px 5%;
    }
    .custom-footer-bg .page-center {
        padding: 5%;
    }
    .custom-banner {
        padding: 197px 5% 5%;
    }
}

@media (max-width: 920px) and (min-width: 768px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 14px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0 0 0 7px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 13px;
    }
    .post-item-left h1 {
        font-size: 29px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul {
        left: auto !important;
        right: 0 !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul .custom-submenu-wrapper:before {
        left: auto;
        right: 20%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        font-size: 12px;
    }
  	.three-column-middle-image .custom-column .custom-image {
        position: relative;
        max-width: initial;
        width: 100%;
    }
  	.three-column-middle-image .custom-column .right-content {
        z-index: 2;
        margin-top: 2%;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        display: block;
        margin-right: 0;
        text-align: left;
    }
    .three-column-middle-image .custom-column.col-1 {
        display: block;
    }
  	.three-column-middle-image .custom-column .custom-image img {
        width: 100%;
    }
    .three-column-middle-image .custom-column .right-content p {
        padding: 10%;
        font-size: 36%;
        display: block;
    }
    .custom-four-column-btn .custom-column {
        width: 25% !important;
    }
}

@media (max-width: 840px) {
    .custom-one-column-image .custom-column .overlay-text p {
        font-size:27.3%;
    }
    .custom-two-column-image .custom-column .overlay-text p {
        font-size: 33.4%;
    }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    /* One Line Inputs */
    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"],
    input[type="file"],
    textarea,
    select {
        max-width: 100%;
    }
    .custom-footer-bg .page-center {
        padding: 20px;
    }
    .custom-header-bg {
        padding: 20px 20px 22px;
    }
    .custom-banner {
        padding: 142px 0 0;
    }
    .banner-content-wrapper {
        padding: 2em!important;
    }
    .custom-banner p {
        font-size: 13px;
    }
    .custom-logo img {
        max-width: 100%;
    }
    .custom-logo a {
        width: 80%;
        display: inline-block;
    }
    .custom-footer-partner {
        text-align: center;
        padding: 24px 0 17px;
    }
    .custom-footer-copyright,
    .custom-footer-partner {
        padding: 17px 0;
    }
    .custom-footer-social {
        padding: 0 0px 17px;
    }
    .post-item-left {
        width: 100%;
        margin: 0 0 15px;
    }
    .blog-listing-wrapper .post-listing .post-item .post-body {
        width: 100%;
    }
    .blog-listing-wrapper .post-listing .post-item {
        margin-bottom 60px;
    }
    .post-bottom-left,
    .post-bottom-right {
        width: 100%;
        display: block !important;
    }
    .post-bottom-right {
        text-align: left;
        padding-top: 10px;
    }
    .no-banner .header-container {
        min-height: 140px;
        background: #fff;
    }
    .custom-footer-menu .hs-menu-wrapper > ul > li {
        margin: 1em 0;
        line-height: 25px;
    }
    .custom-footer-menu p {
        margin: 1em 0 0;
    }
    .custom-footer-bg h3 {
        margin-top: 20px;
    }
    .custom-footer-menu .hs-menu-wrapper > ul > li > a {
        display: inline-block;
        width: auto;
    }
    .blog-header .custom-banner h1 {
        font-size: 48px;
    }
    .mobile-open {
        overflow: hidden;
    }
    .body-container .hs_cos_wrapper.hs_cos_wrapper_widget:not(span):first-child {
      padding-top: 17px;
    }
    .custom-pricing-group {
        width: 100%;
        float: none !important;
    }
    .custom-pricing .image-block-wrapper {
        overflow: hidden;
        text-align: center;
    }
    .custom-pricing .image-block-wrapper img {
        width: 100%;
    }
    .two-column-with-image .custom-column {
        float: none;
        width: 100%;
    }
    .body-container .hs_cos_wrapper.hs_cos_wrapper_widget:first-child .two-column-with-image {
        margin-top: -17px !important;
    }
    .two-column-with-image.right .custom-column.col-1 {
      float: none;
    }
  	.custom-four-column-btn .custom-column ,
    .custom-two-column-btn .custom-column ,
    .custom-three-column-btn .custom-column {
        width: 100% !important;
        float: none;
        padding: 17px;
    }
  	.custom-four-column-btn,
    .custom-two-column-btn,
  	.custom-three-column-btn {
        margin: -17px !important;
    }
      .custom-five-column-btn .custom-column {
        width: 100% !important;
        float: none;
    }
    .one-column .main-content img {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
      	display: block;
    }
    .meet-our-team .image-wrapper img {
        margin: 0px auto !important;
    }
    .custom-two-column-left-image .left-image, .custom-two-column-left-image .right-content {
        width: 100%;
        float: none;
    }
    .custom-two-column-left-image .left-image .inner-group img {
        width: 100%;
    }
    .three-column-equal-group .custom-column {
        width: 100%;
        float: none;
    }
    .custom-premium-pricing .col-1, .custom-premium-pricing .col-2 {
        width: 100%;
        float: none;
    }
    .custom-premium-pricing .pricing-block-code .pricing-tier {
        display: block;
    }
  	.custom-one-column-image .custom-column .overlay-text p {
        font-size:68.2%;
    }
    .one-column-top-image .custom-image img {
        width: 100%;
    }
    .home-page-layout .body-container .hs_cos_wrapper.hs_cos_wrapper_widget:not(span) {
        padding: 0;
    }
  	.home-page-layout .custom-banner {
        padding: 222px 80px 80px;
    }
    .home-page-layout .banner-content-wrapper .page-desc p a {
        font-size: 15px;
        margin-top: 0;
        padding: .75em 1em;
    }
    .home-page-layout .banner-content-wrapper .page-desc {
        margin: 20px 0 0;
    }

      .custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="/search"]:before,
  		.custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="/search-our-website"]:before	{
        content: "\f002";
        font-size: 16px;
        line-height: 2em;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="/search"],
    .custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="/search-our-website"]	{
        display: block;
        line-height: 1em;
    }

  .three-column-middle-image .custom-column{
      width: 100%;
      float: none;
  }
  .home-page-layout .custom-banner {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-two-column-image .custom-column .overlay-text p {
      font-size: 33.1%;
  }
  .custom-video-content .custom-inner .video-overlay img {
      width: 100%;
  }
  .custom-one-column-image .custom-column .image-wrapper img {
      width: 100%;
  }
  .custom-two-column-left-image {
      padding-top: 0;
  }
  table.responsive-table.milestones-table {
      display: none;
  }
  table.stacktable {
        display: table;
        table-layout: fixed;
    }
  table.stacktable tr td > * {
      margin-top: 0;
  }
  table.stacktable td.st-key {
      text-align: left;
  }
  table.stacktable td.st-head-row {
      color: #3b3b3b;
      font-family: 'Playfair Display', sans-serif;
      font-style: normal;
      font-size: 14px;
      letter-spacing: .015em;
      line-height: 1.8em;
      margin-top: 0;
      font-weight: bold;
  }
  table.stacktable td.st-val {
      color: #3b3b3b;
      font-family: 'Playfair Display', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: .015em;
      line-height: 1.8em;
      margin-top: 0;
  }
  table.stacktable td.st-key h3 {
      font-size: 19px;
  }
  table.responsive-table {
      display: none;
  }
  .hs-blog-header-wrapper {
      padding: 0 !important;
  }

}  

@media (max-width: 767px) and (min-width: 330px) {
  .main-content .left-column,
.main-content .middle-column,
.main-content .right-column {
	width: 33.33%;
	float: left;
	display: inline-block;
  margin: 0;
  padding: 0;
	}
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 640px) {
  .meet-our-team-group {
      margin-right: 0;
  }
  .meet-our-team {
      float: none;
      width: 100%;
  }
  .meet-our-team .inner-group {
      padding-right: 0;
  }
    table.center tr th h3 {
      line-height: 1.4em;
      padding: 0px 15px 15px 15px;
      font-size: 10px;
  }
  table.center tr th h2 {
      font-size: 15px;
  }
  a.black-border-button.font-12 {
      padding: 21px 34px;
      font-size: 15px;
  }
  .three-column-middle-image .custom-column .right-content p {
      font-size: 35.5%;
  }
  .custom-two-column-image .custom-column {
      width: 100%;
      float: none;
  }
  .custom-two-column-image .custom-column .overlay-text p {
      font-size: 68.2%;
  }

}
@media (max-width: 549px) {
  .home-page-layout .banner-content-wrapper h1 {
    letter-spacing: 0em;
    font-size: 30px;
  }
  .three-column-middle-image .custom-column .right-content p {
    font-size: 35.1%;
    line-height: 1.15em;
    font-family: Arial;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
  }
  .custom-two-column-image .custom-column .overlay-text p {
      font-size: 67.2%;
  }
}

@media (max-width: 500px) {
  .custom-banner h1 {
    font-size: 35px;
  }
  .three-column-middle-image .custom-column .right-content p {
    font-size: 34.6%;
  }
  .custom-two-column-image .custom-column .overlay-text p {
      font-size: 66.4%;
  }
}
@media (max-width: 471px) {
	.three-column-middle-image .custom-column.col-1 {
      display: block;
  }
  .three-column-middle-image .custom-column .custom-image {
      width: 100%;
  }
  .three-column-middle-image .custom-column .custom-image img {
      width: 100%;
  }
  .three-column-middle-image .custom-column .right-content {
      width: 100%;
      margin-top: 2%;
      margin-right: 0;
  }
  .three-column-middle-image .custom-column .right-content p {
      font-size: 70.4%;
      padding: 10%;
      line-height: 1.13em;
  }
  .custom-two-column-image .custom-column .overlay-text p {
      font-size: 66%;
  }
  .home-page-layout .banner-content-wrapper .page-desc p a {
    padding: .75em 9px;
  }
  .home-page-layout .banner-content-wrapper h1 {
    font-size: 28px;
  }
  table.stacktable td.st-key h3 {
      font-size: 16px;
  }
  table.stacktable td.st-key h2 {
      font-size: 16px;
  }
}
@media (max-width: 360px) {
	h3 {
      font-size: 19px;
  }
  .blog .post-item h1 {
      font-size: 31px;
  }
}
@media (max-width: 330px) {
    .no-banner .header-container {
        min-height: 105px;
    }
  
  .custom-banner h1 {
      font-size: 32px;
  }
  .custom-banner {
      padding: 107px 0 0;
  }
  .three-column-middle-image .custom-column .right-content p {
      font-size: 66.3%;
  }
  .custom-two-column-image .custom-column .overlay-text p {
      font-size: 62.1%;
  }
  
}

.site-page .body-container-wrapper form {
    margin: auto;
    padding: 0 5em 1em;
    background: #fafafa;
    color: black;
}
.site-page h3.form-title {
    margin: auto;
    text-align: center;
    background: #1d76bb;
    color: #fff;
}
.site-page .legal-consent-container p {
    letter-spacing: initial;
    line-height: initial;
    text-align: justify;
}
.site-page .legal-consent-container input[type="checkbox"] { margin:6px;}
.site-page .legal-consent-container .input {margin-top: .5em;}

.site-page form .hs-email ul.no-list.hs-error-msgs.inputs-list {
    background: #fefe3f;
    text-align: center;
    font-weight: bold;
    margin: 1em auto;
}

.site-page .hs-submit .actions, .site-page .hs-submit input[type="submit"] {
    text-align: center;
    margin-top: -.5em;
}
.site-page .hs-submit input[type="submit"]:hover {
    transition: none;
    opacity: 0.75;
}
.site-page .submitted-message {
    background: #fafafa;
    padding: 1em;
    text-align: center;
    font-family: 'Merriweather';
    font-size: 1.25em;
}

.site-page .submitted-message p {margin:1em;}

.site-page .body-container-wrapper .content-wrapper p {
    margin: 1em auto;
}

.site-page .body-container-wrapper .content-wrapper ul {
    list-style: initial;
    padding-left: 2em;
}
.site-page .body-container-wrapper .content-wrapper .main-content h3 {line-height:initial;}