@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url('https://fonts.googleapis.com/css?family=Lato:400,900&display=swap');

/**
 * CSS @imports must be at the top of the file.
 * Add them above this section.
 */

@font-face {
  font-family: "Avenir Next LT Pro";
  font-style: normal;
  font-weight: 400;
  src: url("//3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/Vaco_June2018%20Theme/Font/AvenirNextLTPro-Regular.ttf") format("ttf"),
    url("//3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/Vaco_June2018%20Theme/Font/AvenirNextLTPro-Regular.eot") format("eot"),
    url("//3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/Vaco_June2018%20Theme/Font/AvenirNextLTPro-Regular.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT Pro";
  font-style: normal;
  font-weight: 700;
  src: url("//3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/Vaco_June2018%20Theme/Font/avenir-next-lt-pro-bold.eot") format("eot"),
    url("//3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/Vaco_June2018%20Theme/Font/avenir-next-lt-pro-bold.woff") format("woff"),
    url("//3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/Vaco_June2018%20Theme/Font/avenir-next-lt-pro-bold.ttf") format("ttf");

}

@font-face {
  font-family: "Avenir Next LT Pro";
  font-style: normal;
  font-weight: 900;
  src: url("//3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/Vaco_June2018%20Theme/Font/AvenirNextLTPro-Heavy.eot") format("eot"),
    url("//3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/Vaco_June2018%20Theme/Font/AvenirNextLTPro-Heavy.woff") format("woff"),
    url("//3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/Vaco_June2018%20Theme/Font/AvenirNextLTPro-Heavy.ttf") format("ttf");

}

@font-face {
  font-family: "Avenir Next LT Pro";
  font-style: normal;
  font-weight: 500;
  src: url("//3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/Vaco_June2018%20Theme/Font/AvenirNextLTPro-Medium.eot") format("eot"),
    url("//3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/Vaco_June2018%20Theme/Font/AvenirNextLTPro-Medium.woff") format("woff"),
    url("//3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/Vaco_June2018%20Theme/Font/AvenirNextLTPro-Medium.ttf") format("ttf");

}


/* ==========================================================================
   HS COS Boilerplate v1.3.0
   ========================================================================== */

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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





/* ==========================================================================

   Index:

  1. BASE STYLES
    - Variables
    - Macros
    - Base
    - Typography
    - Alignments
    - Margins & Paddings
    - Backgrounds
    - Display
    - Vertical Alignment
    - Image & iFrame
    - Text Colors

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Website Pages
    - Landing Pages
    - System Pages

  4. COS COMPONENTS
    - Forms
    - Buttons

  5. MISCELLANOUS

   ========================================================================== */








/* ==========================================================================


   1. BASE STYLES


   ========================================================================== */





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


/**
 * Find the most consistently used font styles, colors, and container widths
 * for your site and assign them to the jinja variables below for easy use
 * and reference.
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
   

 
    

/* Typography */
    
      
                        


/* Well Colors */






/* Containers */
 


/* Buttons */





/* ==========================================================================
   Macros
   ========================================================================== */


/**
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below.  Ignore the jinja comment tags.
  *
  * 
  */


/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/





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


/**
 * Box Sizing
 *
 * Applies a natural box layout model to all elements so that width and padding
 * are essentially combined, making responsive styles easier to manage.
 */

*, *: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;
    max-width: 100%;
    overflow-x: hidden;
}

/* Website background color and default font styles */
body {
    background: #fff;
    color: #666666;
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */



a {
    text-decoration: none;
    color: #134372;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a:hover,
a:focus {
    color: #001140;
}

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




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


/* Basic text */
p { margin: 10px 0; }

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 {
    font-family: 'Avenir Next LT Pro', sans-serif;
    margin: 0;
    text-rendering: optimizelegibility;
    font-weight: 900;
    line-height: 1.2;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 { font-size: 48px; }
h2 { font-size: 38px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

@media (min-width: 768px) {
    .header-large h1 { font-size: 100px };
}
/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

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



/* ==========================================================================
    Alignments
   ========================================================================== */


.text-aligncenter {
    text-align: center;
}
.text-alignright {
    text-align: right;
}
.text-alignleft {
    text-align: left;
}
.text-alignjustify {
    text-align: justify;
}

@media (max-width: 767px) {
    .mobile-text-aligncenter {
        text-align: center;
    }
    .mobile-text-alignright {
        text-align: right;
    }
    .mobile-text-alignleft {
        text-align: left;
    }
    .mobile-text-alignjustify {
        text-align: justify;
    }
}


/* ==========================================================================
    Margins & Paddings
   ========================================================================== */

.margin-10  {margin: 10px 0;}
.margin-20 {margin: 20px 0;}
.margin-30 {margin: 30px 0;}
.margin-40 {margin: 40px 0;}
.margin-50 {margin: 50px 0;}
.margin-60 {margin: 60px 0;}
.margin-70 {margin: 70px 0;}
.margin-80 {margin: 80px 0;}
.margin-90 {margin: 90px 0;}
.margin-100 {margin: 100px 0;}
.margin-110 {margin: 110px 0;}
.margin-120 {margin: 120px 0;}

.margin-top-10  {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-80 {margin-top: 80px;}
.margin-top-90 {margin-top: 90px;}
.margin-top-100 {margin-top: 100px;}
.margin-top-110 {margin-top: 110px;}
.margin-top-120 {margin-top: 120px;}

.margin-bottom-10  {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-bottom-70 {margin-bottom: 70px;}
.margin-bottom-80 {margin-bottom: 80px;}
.margin-bottom-90 {margin-bottom: 90px;}
.margin-bottom-100 {margin-bottom: 100px;}
.margin-bottom-110 {margin-bottom: 110px;}
.margin-bottom-120 {margin-bottom: 120px;}


@media (max-width: 767px) {
  .mb-margin-10  {margin: 10px 0;}
  .mb-margin-20 {margin: 20px 0;}
  .mb-margin-30 {margin: 30px 0;}
  .mb-margin-40 {margin: 40px 0;}
  .mb-margin-50 {margin: 50px 0;}
  .mb-margin-60 {margin: 60px 0;}
  .mb-margin-70 {margin: 70px 0;}
  .mb-margin-80 {margin: 80px 0;}
  .mb-margin-90 {margin: 90px 0;}
  .mb-margin-100 {margin: 100px 0;}
  .mb-margin-110 {margin: 110px 0;}
  .mb-margin-120 {margin: 120px 0;}

  .mb-margin-top-10  {margin-top: 10px;}
  .mb-margin-top-20 {margin-top: 20px;}
  .mb-margin-top-30 {margin-top: 30px;}
  .mb-margin-top-40 {margin-top: 40px;}
  .mb-margin-top-50 {margin-top: 50px;}
  .mb-margin-top-60 {margin-top: 60px;}
  .mb-margin-top-70 {margin-top: 70px;}
  .mb-margin-top-80 {margin-top: 80px;}
  .mb-margin-top-90 {margin-top: 90px;}
  .mb-margin-top-100 {margin-top: 100px;}
  .mb-margin-top-110 {margin-top: 110px;}
  .mb-margin-top-120 {margin-top: 120px;}

  .mb-margin-bottom-10  {margin-bottom: 10px;}
  .mb-margin-bottom-20 {margin-bottom: 20px;}
  .mb-margin-bottom-30 {margin-bottom: 30px;}
  .mb-margin-bottom-40 {margin-bottom: 40px;}
  .mb-margin-bottom-50 {margin-bottom: 50px;}
  .mb-margin-bottom-60 {margin-bottom: 60px;}
  .mb-margin-bottom-70 {margin-bottom: 70px;}
  .mb-margin-bottom-80 {margin-bottom: 80px;}
  .mb-margin-bottom-90 {margin-bottom: 90px;}
  .mb-margin-bottom-100 {margin-bottom: 100px;}
  .mb-margin-bottom-110 {margin-bottom: 110px;}
  .mb-margin-bottom-120 {margin-bottom: 120px;}
}
.padding-10  {padding: 10px 0;}
.padding-20 {padding: 20px 0;}
.padding-30 {padding: 30px 0;}
.padding-40 {padding: 40px 0;}
.padding-50 {padding: 50px 0;}
.padding-60 {padding: 60px 0;}
.padding-70 {padding: 70px 0;}
.padding-80 {padding: 80px 0;}
.padding-90 {padding: 90px 0;}
.padding-100 {padding: 100px 0;}
.padding-110 {padding: 110px 0;}
.padding-120 {padding: 120px 0;}
.padding-130 {padding: 130px 0;}
.padding-140 {padding: 140px 0;}
.padding-150 {padding: 150px 0;}

.padding-top-10  {padding-top: 10px;}
.padding-top-20 {padding-top: 20px;}
.padding-top-30 {padding-top: 30px;}
.padding-top-40 {padding-top: 40px;}
.padding-top-50 {padding-top: 50px;}
.padding-top-60 {padding-top: 60px;}
.padding-top-70 {padding-top: 70px;}
.padding-top-80 {padding-top: 80px;}
.padding-top-90 {padding-top: 90px;}
.padding-top-100 {padding-top: 100px;}
.padding-top-110 {padding-top: 110px;}
.padding-top-120 {padding-top: 120px;}
.padding-top-130 {padding-top: 130px;}
.padding-top-140 {padding-top: 140px;}
.padding-top-150 {padding-top: 150px;}
.padding-top-160 {padding-top: 160px;}
.padding-top-170 {padding-top: 170px;}
.padding-top-180 {padding-top: 180px;}
.padding-top-190 {padding-top: 190px;}
.padding-top-200 {padding-top: 200px;}
.padding-top-240 {padding-top: 240px;}
.padding-top-300 {padding-top: 300px;}

.padding-bottom-10  {padding-bottom: 10px;}
.padding-bottom-20 {padding-bottom: 20px;}
.padding-bottom-30 {padding-bottom: 30px;}
.padding-bottom-40 {padding-bottom: 40px;}
.padding-bottom-50 {padding-bottom: 50px;}
.padding-bottom-60 {padding-bottom: 60px;}
.padding-bottom-70 {padding-bottom: 70px;}
.padding-bottom-80 {padding-bottom: 80px;}
.padding-bottom-90 {padding-bottom: 90px;}
.padding-bottom-100 {padding-bottom: 100px;}
.padding-bottom-110 {padding-bottom: 110px;}
.padding-bottom-120 {padding-bottom: 120px;}
.padding-bottom-130 {padding-bottom: 130px;}
.padding-bottom-140 {padding-bottom: 140px;}
.padding-bottom-150 {padding-bottom: 150px;}
.padding-bottom-160 {padding-bottom: 160px;}
.padding-bottom-170 {padding-bottom: 170px;}
.padding-bottom-180 {padding-bottom: 180px;}
.padding-bottom-190 {padding-bottom: 190px;}
.padding-bottom-200 {padding-bottom: 200px;}
.padding-bottom-240 {padding-bottom: 240px;}
.padding-bottom-300 {padding-bottom: 300px;}

@media (max-width: 767px) {
  .mb-padding-10  {padding: 10px 0;}
  .mb-padding-20 {padding: 20px 0;}
  .mb-padding-30 {padding: 30px 0;}
  .mb-padding-40 {padding: 40px 0;}
  .mb-padding-50 {padding: 50px 0;}
  .mb-padding-60 {padding: 60px 0;}
  .mb-padding-70 {padding: 70px 0;}
  .mb-padding-80 {padding: 80px 0;}
  .mb-padding-90 {padding: 90px 0;}
  .mb-padding-100 {padding: 100px 0;}
  .mb-padding-110 {padding: 110px 0;}
  .mb-padding-120 {padding: 120px 0;}

  .mb-padding-top-10  {padding-top: 10px;}
  .mb-padding-top-20 {padding-top: 20px;}
  .mb-padding-top-30 {padding-top: 30px;}
  .mb-padding-top-40 {padding-top: 40px;}
  .mb-padding-top-50 {padding-top: 50px;}
  .mb-padding-top-60 {padding-top: 60px;}
  .mb-padding-top-70 {padding-top: 70px;}
  .mb-padding-top-80 {padding-top: 80px;}
  .mb-padding-top-90 {padding-top: 90px;}
  .mb-padding-top-100 {padding-top: 100px;}
  .mb-padding-top-110 {padding-top: 110px;}
  .mb-padding-top-120 {padding-top: 120px;}
  .mb-padding-top-130 {padding-top: 130px;}

  .mb-padding-bottom-10  {padding-bottom: 10px;}
  .mb-padding-bottom-20 {padding-bottom: 20px;}
  .mb-padding-bottom-30 {padding-bottom: 30px;}
  .mb-padding-bottom-40 {padding-bottom: 40px;}
  .mb-padding-bottom-50 {padding-bottom: 50px;}
  .mb-padding-bottom-60 {padding-bottom: 60px;}
  .mb-padding-bottom-70 {padding-bottom: 70px;}
  .mb-padding-bottom-80 {padding-bottom: 80px;}
  .mb-padding-bottom-90 {padding-bottom: 90px;}
  .mb-padding-bottom-100 {padding-bottom: 100px;}
  .mb-padding-bottom-110 {padding-bottom: 110px;}
  .mb-padding-bottom-120 {padding-bottom: 120px;}
}





/* ==========================================================================
    Background Image
   ========================================================================== */


.testimonial-banner {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.testimonial-image {
    display: none!important;
}
.key-features-banner {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.venue-info {
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
}
.social-share-banner {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.video-banner {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.cta-banner {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

/* ==========================================================================
    Display
   ========================================================================== */
.display-none {
    display: none!important;
}


/* ==========================================================================
    Images & Iframe
   ========================================================================== */
.image-round-border img {
    border-radius: 100%;
    border: 5px solid #fff!important;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
iframe {
    max-width: 100%!important;
}

/* ==========================================================================
    Colors
   ========================================================================== */
.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white li {
    color: #fff;
}

/* ==========================================================================
    Borders
   ========================================================================== */
   
.line-top {
    border-top: 1px solid #ddd;
}  
.line-bottom {
    border-bottom: 1px solid #ddd;
}  
.line-left {
    border-left: 1px solid #ddd;
}  
.line-right {
    border-right: 1px solid #ddd;
}

@media (max-width: 767px) {
    .mobile-line-top {
        border-top: 1px solid #ddd;
    }  
    .mobile-line-bottom {
        border-bottom: 1px solid #ddd;
    }  
    .mobile-line-left {
        border-left: 1px solid #ddd;
    }  
    .mobile-line-right {
        border-right: 1px solid #ddd;
    }
}
 


/* ==========================================================================


   2. 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 {
    padding: 20px 0;
}

.header-container-wrapper {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 9999;
}
.header-container {
    padding: 10px 0;
    z-index: 9999;
}
.header-cta{
    margin-top: 20px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo a img {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    /*background: #134372;*/
    max-height: 74px;
    width: 100%;
    margin-top: 15px;
}

/* Header Small */
.small-header .header-container { padding: 5px 0; }
.small-header .header-container .hs_cos_wrapper_type_logo a img { max-width: 100px; }
.small-header .custom-menu-primary .hs-menu-wrapper>ul { padding-top: 0; }
.small-header .header-cta { margin-top: 5px; }

/* Logo */

@media (max-width: 767px) {
    .logo {
        text-align: center;
    }
}

/* Header CTAs */

.header-ctas .span6 {
    width: auto!important;
    display: inline-block!important;
    float: none!important;
}


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


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


/* Unique Pages
   ========================================================================== */



/* Reusable Components
   ========================================================================== */

/* Hero Banner */

.testimonial-banner {
    height: auto;
    font-size: 20px;
    background-size: cover;
    background-position: bottom;
    position: relative;
  background-image: url("https://3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/executive-search-interview.jpg");
}
.testimonial-banner:before {
        content: "";
        background: -webkit-linear-gradient(17deg, #134372, #3d658b 100%);
        background: -moz-linear-gradient(17deg, #134372, #3d658b 100%);
        background: -ms-linear-gradient(17deg, #134372, #3d658b 100%);
        background: -o-linear-gradient(17deg, #134372, #3d658b 100%);
        background: linear-gradient(17deg, #134372, #3d658b 100%);
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        opacity: .87;
    }

    
.testimonial-banner .testimonial-image {
    display: none;
}
.testimonial-banner .page-center {
   position: relative;
}


/*.key-features-banner {
    height: auto;
    background-size: cover;
    background-position: bottom;
    position: relative;
  background-image: url("https://3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/hatch-pattern-bg.jpg");
}
*/
.key-features-banner .testimonial-image {
    display: none;
}
.key-features-banner .page-center {
   position: relative;
}
.key-features-banner .page-center-two-col {
   position: relative;
}

.venue-info-banner {
    height: auto;
    background-size: cover;
    background-position: bottom;
    position: relative;
  background-image: url("https://3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/hatch-pattern-bg.jpg");
}
.venue-info-banner .testimonial-image {
    display: none;
}
.venue-info-banner .page-center {
   position: relative;
}
.venue-info-banner .page-center-two-col {
   position: relative;
}

.social-share-banner {
    height: auto;
    background-size: cover;
    background-position: bottom;
    position: relative;
  background: #f47b34;
  /*background-image: url("https://3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/hatch-pattern-bg.jpg"); */
}
.social-share-banner .testimonial-image {
    display: none;
}
.social-share-banner .page-center {
   position: relative;
}

.social-row img {
  background: #134372;
  color: #ffffff;
  padding: 12px;
  margin-right: 12px !important;
  margin-left: 12px !important;
  margin-bottom: 8px !important;
}
.social-row {
  padding-top: 48px;
  text-align: right;
}

.video-banner {
    height: auto;
    background-size: cover;
  margin-bottom: -200px;
    background-position: bottom;
    position: relative;
  background-image: url("https://3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/yellow-tri-pattern-bg.jpg");
}

.video-banner .testimonial-image {
    display: none;
}
.video-banner .page-center {
   position: relative;
}

.cta-banner {
  height: auto;
  font-size: 18px;
  background-size: cover;
  background-position: bottom;
  position: relative;
  background-image: url("https://3437750.fs1.hubspotusercontent-na1.net/hubfs/3437750/lp-conversion-office.jpg");
}

.cta-banner:before {
        content: "";
        background-image: linear-gradient(rgba(255,255,255,0.85) 75%, rgba(19,67,114,0.2));
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        opacity: 1;
    }
.cta-banner .testimonial-image {
    display: none;
}
.cta-banner .page-center {
   position: relative;
}

.testimonial-content h1 {
    color: #134372;
}
.testimonial-content h4 {
    color: #134372;
}

.testimonial-content p {
  color: #666666;
  font-size: 16px;
}
.testimonial-content a:not(.btn) {
    color: #fff;
    text-decoration: none;
}

.testimonial-content-box {
  background-color: #ffffff;
  padding: 60px;
}
.feature-content-box {
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.15);
}
.feature-content-box-2 {
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.15);
}
.feature-content-box-3 {
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.15);
}
.feature-content-box-4 {
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.15);
}

.cta-content h1 {
    color: #134372;
}

.cta-content {
    color: #134372;
  padding-right: 60px;
}
.cta-content a:not(.btn) {
    color: #fff;
    text-decoration: underline;
}

.cta-content-box {
  background-color: #ffffff;
  padding: 60px;
}

.vaco-lp-form input[type="submit"] {
  background-color: #fd7c38;
  color: #ffffff;
  padding: 12px 32px !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: normal;
  text-align: center;
  width: 49%;
  display: block;
  margin-top: 10px;
  border-radius: 6px;
  border: 0px;
  cursor: pointer;
}

.vaco-lp-form input[type="submit"]:hover {
  background-color: #f0873b;
}

.vaco-lp-form {
font-weight: 400;
  line-height: 22px;
  font-style: normal;
}

.testimonial-banner-small {
    min-height: 0!important;
    height: auto;
}
.testimonial-banner-small .page-center {
    position: relative;
    top: none!important;
    transform: none!important;
    margin: 200px auto 100px!important;
}

.cta-banner-small {
    min-height: 0!important;
    height: auto;
}
.cta-banner-small .page-center {
    position: relative;
    top: none!important;
    transform: none!important;
    margin: 200px auto 100px!important;
}

/* Modular Selectors
   ========================================================================== */

/* Colors */
.accentColor1 { color: #134372; }
.accentColor2 { color: #3d658b; }
.accentColor3 { color: #fafafa; }


/* Backgrounds */
.bgColor1 { background: #134372; }
.bgColor2 { background: #3d658b; }
.bgColor3 { background: #fafafa; }
 

/* Delays */
.delayp1 { animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s; }
.delayp2 { animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s; }
.delayp3 { animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s; }
.delayp4 { animation-delay: .4s;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s; }
.delayp5 { animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s; }
.delayp6 { animation-delay: .6s;
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s; }
.delayp7 { animation-delay: .7s;
    -moz-animation-delay: .7s;
    -webkit-animation-delay: .7s;
    -o-animation-delay: .7s;
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s; }
.delayp8 { animation-delay: .8s;
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s; }
.delayp9 { animation-delay: .9s;
    -moz-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -o-animation-delay: .9s;
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s; }
.delay1s { animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s; }
.delay2s { animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s; }

/* Paddings */
.padding10tb { padding: 10px 0px; }
.padding20tb { padding: 20px 0px; }
.padding40tb { padding: 40px 0px; }
.padding60tb { padding: 60px 0px; }
.padding80tb { padding: 80px 0px; }
.padding100tb { padding: 100px 0px; }


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


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

#footer {
    background: #3B3E41;
    padding: 50px 0;
    color: #fff;
}

.footer-background,
.footer-background a,
.footer-copyright a,
.footer-container-wrapper .more-links a,
.footer-container-wrapper .contact-us a,
.footer-container-wrapper .about-us a {
    color: #001140;
}
.footer-background,
.footer-background a {
    background: #134372;
}
.footer-container-wrapper .more-links a:hover,
.footer-container-wrapper .contact-us a:hover,
.footer-container-wrapper .about-us a:hover {
    color: #FFF;
}
.footer-container-wrapper .more-links a {
    margin: 10px 0px;
}
.footer-container-wrapper .footer-copyright{
    background: #666666;
    color: #3d658b;
    padding: 10px 0px;
    font-size: 12px;
}
.footer-container-wrapper .social-icons .fa{
    font-size: 20px;
    padding-right: 5px;
}

/* Social Links */

.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-links li {
    display: inline-block;
}
    .social-links li:nth-child(n+2) {
        margin-left: 5px;
    }
.social-links li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #134372;
    display: inline-block;
    background: #fff;
    text-align: center;
}

/* Back to Top */
.container-fluid .row-fluid .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;
    font-size: 20px;
    padding: 1px 8px 4px;
    border-radius: 4px;
    background: #134372;
    cursor: pointer;
}
.back-to-top a {
    color: #001140;
}


@media (max-width: 767px) {
    #footer {
        text-align: center;
    }
}





/* ==========================================================================


   3. TEMPLATE MODULE SELECTORS


   ========================================================================== */

.content {
    padding: 75px 0;
}
@media (max-width: 767px) {
    .content {
        padding: 25px 0;
    }
}


/* Landing Pages
   ========================================================================== */


/* ==========================================================================
   Bottom CTA
   ========================================================================== */

.bottom-cta {
    background: -webkit-linear-gradient(27deg, #134372 0%, #3d658b 100%);
    background: -moz-linear-gradient(27deg, #134372 0%, #3d658b 100%);
    background: -ms-linear-gradient(27deg, #134372 0%, #3d658b 100%);
    background: -o-linear-gradient(27deg, #134372 0%, #3d658b 100%);
    background: linear-gradient(27deg, #134372 0%, #3d658b 100%);
    padding: 150px 0px;
}
.bottom-cta h2 {
    color: #fff;
    text-align: center;
}
.cta-wrapper .span6 {
    display: inline-block;
    width: auto;
    float: none;
}










/* ==========================================================================


   4. COS COMPONENTS


   ========================================================================== */


/* ==========================================================================
   Image Sliders
   ========================================================================== */

.hs_cos_flex-slider {
    margin: 0;
}
.widget-type-image_slider .caption {
    padding: 10px 0;
    background: #333;
}

/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field { margin-bottom: 15px; }

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {
    margin-bottom: 10px;
    font-weight: 400;
}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-size: 18px;
    display: block;
    padding: 14px 12px;
    line-height: 22px;
    color: #717171;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
}

body input[type="submit"] {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-transform: normal;
    -webkit-transition: all linear 300ms;
    -moz-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
    font-size: 16px;
}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: 0;
    border-color: #134372;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
}


@media (max-width: 767px) {
    body input[type="submit"] {
        display: block;
        width: 100%;
    }
}


/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 200px;
}
body textarea:focus {}

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

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

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

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

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


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

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"],
.hs_cos_wrapper_type_form input[type="datetime"],
.hs_cos_wrapper_type_form input[type="datetime-local"],
.hs_cos_wrapper_type_form input[type="date"],
.hs_cos_wrapper_type_form input[type="month"],
.hs_cos_wrapper_type_form input[type="time"],
.hs_cos_wrapper_type_form input[type="week"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="url"],
.hs_cos_wrapper_type_form input[type="search"],
.hs_cos_wrapper_type_form input[type="tel"],
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio input[type="radio"] { width: auto; }
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}



/* Custom styling Form
   ========================================================================== */


.form-01 {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
    box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
}
.form-01 h3 {
    font-weight: 700;
}
.form-01 label {
    font-weight: 400;
}
.form-01 input[type="submit"] {
    background: #f5873b;
    color: #fff;
    border: 1px solid;
    cursor: pointer;
    display: block;
    width: 100%;
}
.form-01 input[type="submit"]:hover {
    color: #134372;
}



.form-02 {
    background: transparent;
    background: rgba(255,255,255,.1);
    color: #fff;
    padding: 30px;
    border-radius: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.form-02:hover {
    background: rgba(255,255,255,.2);
}
.form-02 h3 {
    font-weight: 700;
}
.form-02 label {
    font-weight: 400;
}
.form-02 input:not([type]),
.form-02 input[type=text],
.form-02 input[type=password],
.form-02 input[type=email],
.form-02 input[type=url],
.form-02 input[type=search],
.form-02 input[type=tel],
.form-02 input[type=number],
.form-02 input[type=datetime],
.form-02 input[type=datetime-local],
.form-02 input[type=date],
.form-02 input[type=month],
.form-02 input[type=time],
.form-02 input[type=week],
.form-02 input[type=color],
.form-02 select,
.form-02 textarea {
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    box-shadow: none!important;
    color: #fff;
}
.form-02 input:not([type]):hover,
.form-02 input[type=text]:hover,
.form-02 input[type=password]:hover,
.form-02 input[type=email]:hover,
.form-02 input[type=url]:hover,
.form-02 input[type=search]:hover,
.form-02 input[type=tel]:hover,
.form-02 input[type=number]:hover,
.form-02 input[type=datetime]:hover,
.form-02 input[type=datetime-local]:hover,
.form-02 input[type=date]:hover,
.form-02 input[type=month]:hover,
.form-02 input[type=time]:hover,
.form-02 input[type=week]:hover,
.form-02 input[type=color]:hover,
.form-02 select:hover,
.form-02 textarea:hover {
  
}


.form-02 input:not([type]):focus,
.form-02 input[type=text]:focus,
.form-02 input[type=password]:focus,
.form-02 input[type=email]:focus,
.form-02 input[type=url]:focus,
.form-02 input[type=search]:focus,
.form-02 input[type=tel]:focus,
.form-02 input[type=number]:focus,
.form-02 input[type=datetime]:focus,
.form-02 input[type=datetime-local]:focus,
.form-02 input[type=date]:focus,
.form-02 input[type=month]:focus,
.form-02 input[type=time]:focus,
.form-02 input[type=week]:focus,
.form-02 input[type=color]:focus,
.form-02 select:focus,
.form-02 textarea:focus {
    outline: none;
}
.form-02 input[type="submit"] {
    background: #f5873b;
    color: #fff;
    border: 1px #f5873b;
    cursor: pointer;
    display: block;
    width: 100%;
}
}
@media (max-width:480px) {
    .form-02 {
        padding: 12px;
    }
    .form-02 input[type="submit"] {
        font-size: 13px;
    }
}


.form-03 {
    background: #fafafa;
    border: none;
    color: #666666;
    padding: 30px;
    border-radius: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.form-03 h3 {
    font-weight: 700;
}
.form-03 label {
    font-weight: 400;
}
.form-03 input:not([type]),
.form-03 input[type=text],
.form-03 input[type=password],
.form-03 input[type=email],
.form-03 input[type=url],
.form-03 input[type=search],
.form-03 input[type=tel],
.form-03 input[type=number],
.form-03 input[type=datetime],
.form-03 input[type=datetime-local],
.form-03 input[type=date],
.form-03 input[type=month],
.form-03 input[type=time],
.form-03 input[type=week],
.form-03 input[type=color],
.form-03 select,
.form-03 textarea {
    background: #fafafa;
    border-color: 1px solid #fafafa;
    border-radius: 0;
    box-shadow: none!important;
    color: #666666;
}
.form-03 input:not([type]):hover,
.form-03 input[type=text]:hover,
.form-03 input[type=password]:hover,
.form-03 input[type=email]:hover,
.form-03 input[type=url]:hover,
.form-03 input[type=search]:hover,
.form-03 input[type=tel]:hover,
.form-03 input[type=number]:hover,
.form-03 input[type=datetime]:hover,
.form-03 input[type=datetime-local]:hover,
.form-03 input[type=date]:hover,
.form-03 input[type=month]:hover,
.form-03 input[type=time]:hover,
.form-03 input[type=week]:hover,
.form-03 input[type=color]:hover,
.form-03 select:hover,
.form-03 textarea:hover {
  
}


.form-03 input:not([type]):focus,
.form-03 input[type=text]:focus,
.form-03 input[type=password]:focus,
.form-03 input[type=email]:focus,
.form-03 input[type=url]:focus,
.form-03 input[type=search]:focus,
.form-03 input[type=tel]:focus,
.form-03 input[type=number]:focus,
.form-03 input[type=datetime]:focus,
.form-03 input[type=datetime-local]:focus,
.form-03 input[type=date]:focus,
.form-03 input[type=month]:focus,
.form-03 input[type=time]:focus,
.form-03 input[type=week]:focus,
.form-03 input[type=color]:focus,
.form-03 select:focus,
.form-03 textarea:focus {
    outline: none;
    border-color: 1px solid #134372;
}
.form-03 input[type="submit"] {
    background: #f5873b;
    color: #fff;
    border: 1px solid;
    cursor: pointer;
    display: block;
    width: 100%;
}
.form-03 input[type="submit"]:hover {
    background: #134372;
    color: #fff;
    border-color: #134372;
}


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

/* Label */
.widget-type-google_search label {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    display: block;
    text-rendering: optimizelegibility;
    margin: 0px 0px 20px;
}

/* Input */
.widget-type-google_search input[type="text"] {
    width: 60%;
    float: left;
    margin-top: 0px;
    height: 36px;
}
.widget-type-google_search input[type="focus"] {}

.widget-type-google_search .hs-button.primary {
    float: left;
    margin-left: 2px;
}

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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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

/* Form Error Selectors
   ========================================================================== */
.hsformerror{
    font-size: 12px!important;
    border: 0 !important;
    color: #FFF!important;
    background-image: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    z-index: 99999 !important;
    border-color: #134372 !important;
    background: #134372 !important;
}
.hsformerror .close-form-error {
    color: #134372;
}
.hsformerror em {
    border-color: #134372 transparent transparent !important;
}




/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all linear 300ms;
    -moz-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
    margin: 5px 0;
    cursor: pointer;
}
.btn-primary {
    background: #f5873b;
    color: #ffffff;
    border: 1px solid #f5873b;
}
.btn-primary:hover {
    color: #134372;
}
.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid #fff;
}
.btn-secondary:hover {
    background: #f5873b;
    border-color: #f5873b;
    color: #ffffff;
}



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


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


/* CTA Buttons
   ========================================================================== */

/**
 * Override global CTA styles by wrapping the CTA module in a module group
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags.
*/

/* CTA button with border */
.cta_border_button {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Avenir Next LT Pro', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #134372;
    border-color: #134372;
    -webkit-appearance: none;
}
.cta_border_button:hover {
    border: 2px solid #FFF;
    color: #134372;
    border-color: #134372;
    background: #134372;
    color: #FFF;
}

/* CTA button with Solid Background */
.cta_solid_button {
    border-style: solid;
    border-width: 2px;
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Avenir Next LT Pro', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-transform: uppercase;
    border-color: #134372;
    -webkit-appearance: none;
}
.cta_solid_button:hover {
    background: #FFF;
    border-style: solid;
    border-width: 2px;
    border-color: #134372;
    background: #134372;
    text-transform: uppercase;
}



/* ==========================================================================


   5. New


   ========================================================================== */


.content-wrapper-orange {
  padding-top:60px !important;
  padding-bottom:60px !important;
  padding-right: 10%;
  padding-left: 10%;
}

.bottom-cta-box {
  max-width: 1460px;
}

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

.pdf-collage img {
  display: inline-block !important;
  width: 100%;
  height: 100%;
}

.hs-logo-carousel .slick-slide img {
  box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.15);
}

.slick-prev:before, .slick-next:before {
  color: rgba(0,0,0,0.5);
  font-size: 24px;
}

.slick-slider {
  margin: 0;
}

.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}


.testimonial-banner .slick-prev:before, .testimonial-banner .slick-next:before {
  color: rgba(255,255,255,0.75);
  font-size: 24px;
}

.testimonial-banner .slick-slider {
  margin: 0;
}

.testimonial-banner .slick-next {
  padding-top: 60px;
}
.testimonial-banner .slick-prev {
  padding-top: 60px;
}

.hs-testimonial blockquote {
  border-radius: 0;
  text-align: center;
  padding: 48px;
  font-size: 21px;
  margin: 1em 0 0 0;
}

.hs-testimonial footer .name {
  color: #134372;
  font-size: 18px;
}

.testimonial-shell {
  padding-left: 5%;
  padding-right: 5%;
}

.stats-number div {
  font-size: 60px;
  font-weight: 900;
  color: #666;
  line-height: 1;
}

.stats-text p {
  font-size: 18px;
  font-weight: 500;
  color: #134372;
}

.key-icon {
  margin-bottom: 20px;
}

.key-headshot {
  margin-bottom: 20px;
  margin-top: -120px;
}

.key-headshot img {
  border-style: solid;
  border-width: 8px;
  border-color: #fff;
  border-radius: 100px;
}

.header-23-sub-mp {
  padding-top: 200px;
  padding-bottom: 200px;
}

.simple-faqs {
  margin: 0;
}
.simple-faqs-item-question {
  font-size: 21px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  color: #fd7c38;
  font-weight: 500;
}
.simple-faqs-item-answer {
  font-size: 16px;
}

.Evoque_google_map_v1 iframe {
  height: 420px !important;
}

.Evoque_google_map_v1 {
  height: 420px !important;
}

.venue-address {
  font-size: 24px;
  font-weight: 600;
}

.anchor-button {
  background-color: #fd7c38;
  color: #ffffff;
  padding: 8px 32px !important;
  font-size: 18px;
  line-height: 1.5em;
  text-transform: normal;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  border-radius: 6px;
  border: 0px;
  cursor: pointer;
  text-decoration: normal;
  width: 320px;
}
.inline-anchor-button {
  background-color: #fd7c38;
  color: #ffffff;
  padding: 8px 32px !important;
  font-size: 18px;
  line-height: 1.5em;
  text-transform: normal;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  border-radius: 6px;
  border: 0px;
  cursor: pointer;
  text-decoration: normal;
  width: auto;
}

.external-button {
  background-color: #fd7c38;
  color: #ffffff;
  padding: 8px 32px !important;
  font-size: 18px;
  line-height: 1.5em;
  text-transform: normal;
  text-align: center;
  display: inline-block;
  border-radius: 6px;
  border: 0px;
  cursor: pointer;
  text-decoration: none !important;
  margin-left: 15% !important;
  margin-right: 15% !important;
  width: 70% !important;
}


.features-header-left {
  padding-left: 60px;
}
.features-header-right {
  padding-right: 60px;
}

.list-text {
  font-size: 20px;
  line-height: 2.4;
}
.faq-intro {
  padding-right: 33%;
}

.gallery-image {
  width: 42% !important; 
  display: inline-block !important; 
  float: left !important; 
  box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.15) !important; 
  margin-left: 4% !important; 
  margin-right: 4% !important; 
  margin-top: 0px !important; 
  margin-bottom: 0px !important;
}
.gallery-row {
  width: 50% !important;
  margin: 0 !important;
}
.hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
  margin: 20px;
  box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.15) !important
}

/*
 .gallery-shadow-box img {
  box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.15) !important;
}
*/

/* === NEW HERO === */

.hero-banner {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: top right!important;
}
.hero-banner .hero-image {
    display: none;
}
.hero-banner .page-center {
   position: relative;
}

.hero-image {
    display: none!important;
}


.hero-image-2 {
  background-size: cover;
  z-index: 0;
  position: absolute;
  background-repeat: repeat;
}

.hero-content h1 {
    color: #134372;
}

.hero-content {
    color: #666666;
}
.hero-content a:not(.btn) {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .container-fluid .row-fluid .page-center {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container-fluid .row-fluid .page-center-two-col {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container-fluid .footer-copyright .row-fluid .page-center {
        padding: 0 10px;
    }
}

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1200px;
    margin: 0px auto;
}

.container-fluid .row-fluid .page-center-two-col {
    float: none;
    max-width: 1200px;
    margin: 0px auto;
}

.container-fluid .row-fluid .page-center-wide {
  float: none;
  max-width: 1400px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container-fluid .row-fluid .page-center-video {
  float: none;
  max-width: 1000px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid .row-fluid .page-center-small {
  max-width: 600px;
  margin: 0 auto;
  float: none;
}

.container-fluid .row-fluid .page-center-button {
  max-width: 320px;
  margin: 0 auto;
  float: none;
}

.container-fluid .row-fluid .page-left-button {
  max-width: 320px;
  margin: 0;
  float: left;
}

/* Hero Banner Small */

.hero-banner-small {
    min-height: 0!important;
    height: auto;
}
.hero-banner-small .page-center {
    position: relative;
    top: none!important;
    transform: none!important;
    margin: 200px auto 100px!important;
}

/* ==========================================================================
    Vertical Alignment
   ========================================================================== */
@media (min-width:768px) {
  .vertical-align-center > .row-fluid-wrapper > .row-fluid {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}


ul.bullet-icons {
  list-style-image: url("https://resources.vaco.com/hubfs/bullet-icon-20.svg");
}

@media(max-width: 1160px) {
  .hero-banner {
      background-size: 0!important;
      background-repeat: no-repeat!important;
      background-position: top right!important;
  }
  .hero-banner .hero-image {
      display: none;
  }
  .hero-banner .page-center {
     position: relative;
  }

  .hero-image {
      display: none!important;
  }
  .stats-number div {
    font-size: 32px;
    font-weight: 900;
    color: #666;
    line-height: 1;
  }
  .stats-text p {
    font-size: 15px;
    font-weight: 500;
    color: #134372;
  }
  .list-text {
    font-size: 16px;
    line-height: 2;
  }
  .features-header-left {
    padding-left: 0px;
  }
  .features-header-right {
    padding-right: 0px;
  }
  .Evoque_google_map_v1 iframe {
    height: 372px !important;
  }
  .Evoque_google_map_v1 {
    height: 372px !important;
  }
  .header-23-sub-mp {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .hs-testimonial blockquote {
    font-size: 18px;
  }
  .hs-testimonial {
    padding: 0 1em;
  }
  .container-fluid .row-fluid .page-left-button {
    max-width: 300px;
    margin: 0 auto;
    float: left;
  }
  .simple-faqs-item-question {
    font-size: 18px;
  }
  .cta-content {
    padding-right: 30px;
  }
  .gallery-row {
    width: 100% !important;
    margin: 0 !important;
  }
  .gallery-image {
    width: 44% !important; 
    display: inline-block !important; 
    float: left !important; 
    box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.15) !important; 
    margin-left: 3% !important; 
    margin-right: 3% !important; 
    margin-top: 0px !important; 
    margin-bottom: 0px !important;
  }
  
  body {
    font-size: 16px;
  }
  
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  h3 { font-size: 24px; }
  h4 { font-size: 21px; }
  h5 { font-size: 14px; }
  h6 { font-size: 12px; }
}



@media(max-width: 767px) {
  .hero-content {
    text-align: center;
  }
  .mb-text-center {
    padding-right: 10% !important;
    padding-left: 10% !important;
    text-align: center;
  }
  .pdf-collage {
    text-align: center;
  }
  .pdf-collage img {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  .header-23-sub-mp {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .vaco-lp-form input[type="submit"] {
  background-color: #fd7c38;
  color: #ffffff;
  padding: 12px 32px !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: normal;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 10px;
  border-radius: 6px;
  border: 0px;
  cursor: pointer;
}
  .social-row {
    padding-top: 24px;
    text-align: center;
  }
  .feature-content-box {
    margin-bottom: 120px;
  }
  .feature-content-box-3 {
    margin-bottom: 40px;
  }
  .list-image img {
    width: 60px;
    transform: rotate(90deg);
    margin-left: 90%;
    margin-top: -125px;
    margin-bottom: -150px;
    margin-right: 0px;
  }
  .venue-featured-image {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 40px;
    padding-top: 0px;
  }
  .Evoque_google_map_v1 iframe {
    height: 350px !important;
    padding-right: 15%;
    padding-left: 15%;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .Evoque_google_map_v1 {
    height: 350px !important;
  }
  .feature-content-box {
    margin-left: 15% !important;
    margin-right: 15% !important;
    padding: 30px !important;
  }
  .feature-content-box-2 {
    margin-left: 15% !important;
    margin-right: 15% !important;
    padding: 30px !important;
  }
  .feature-content-box-3 {
    margin-left: 15% !important;
    margin-right: 15% !important;
    padding: 30px !important;
  }
  .feature-content-box-4 {
    margin-left: 15% !important;
    margin-right: 15% !important;
    padding: 30px !important;
  }
  .features-header-left {
    padding-left: 0px;
  }
  .features-header-right {
    padding-right: 0px;
  }
  .gallery-image {
    width: 46% !important; 
    display: inline-block !important; 
    float: left !important; 
    box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.15) !important; 
    margin-left: 2% !important; 
    margin-right: 2% !important; 
    margin-top: 2% !important; 
    margin-bottom: 2% !important;
  }
  .gallery-row {
    width: 100% !important;
    margin: 0 !important;
  }
  .inline-anchor-button {
    background-color: #fd7c38;
    color: #ffffff;
    padding: 8px 32px !important;
    font-size: 15px;
    line-height: 1.5em;
    text-transform: normal;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    border-radius: 6px;
    border: 0px;
    cursor: pointer;
    text-decoration: normal;
    width: auto;
  }
  .external-button {
    background-color: #fd7c38;
    color: #ffffff;
    padding: 8px 32px !important;
    font-size: 15px;
    line-height: 1.5em;
    text-transform: normal;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    border-radius: 6px;
    border: 0px;
    cursor: pointer;
    text-decoration: none !important;
    margin-left: 10% !important;
    margin-right: 10% !important;
    width: 80% !important;
  }
  .gallery-shell {
    padding-left: 15%;
    padding-right: 15%;
  }
  .container-fluid .row-fluid .page-left-button {
    max-width: 300px;
    margin: 0 auto;
    float: none;
  }
  .container-fluid .row-fluid .page-center-two-col {
    max-width: 600px;
    margin: 0 auto;
    float: none;
  }
  .video-banner {
    margin-bottom: -100px;
  }
  
  
  body {
    font-size: 16px;
  }
  
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  h3 { font-size: 22px; }
  h4 { font-size: 18px; }
  h5 { font-size: 14px; }
  h6 { font-size: 12px; }
  
  .social-row img {
  background: #134372;
  color: #ffffff;
  padding: 12px;
  margin-right: 4px !important;
  margin-left: 4px !important;
  margin-bottom: 8px !important;
}
  
}


@media(max-width: 400px) {
  body {
    font-size: 16px;
  }
  
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  h3 { font-size: 22px; }
  h4 { font-size: 18px; }
  h5 { font-size: 14px; }
  h6 { font-size: 12px; }
  
  .gallery-image {
    width: 90% !important; 
    display: inline-block !important; 
    float: left !important; 
    box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.15) !important; 
    margin-left: 5% !important; 
    margin-right: 5% !important; 
    margin-top: 10px !important; 
    margin-bottom: 10px !important;
  }
  .feature-content-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 30px !important;
  }
  .feature-content-box-2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 30px !important;
  }
  .feature-content-box-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 30px !important;
  }
  .feature-content-box-4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 30px !important;
  }
  .container-fluid .row-fluid .page-center-button {
    max-width: 250px;
    margin: 0 auto;
    float: none;
  }
  .features-header-left {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .features-header-right {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .header-23-sub-mp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .video-banner {
    margin-bottom: -100px;
}
  .venue-address {
  font-size: 18px;
  font-weight: 500;
}
  .venue-featured-image {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 40px;
    padding-top: 0px;
  }
  .Evoque_google_map_v1 iframe {
    height: 200px !important;
    padding-right: 5% !important;
    padding-left: 5% !important;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .Evoque_google_map_v1 {
    height: 200px !important;
  }
  .hs-testimonial blockquote {
    border-radius: 0;
    text-align: center;
    padding: 20px;
    font-size: 16px;
  }
  .hs-testimonial footer .name {
  color: #134372;
  font-size: 16px;
}
  .hs-testimonial {
    padding: 0 1em;
  }
  .list-image img {
    width: 30px;
    transform: rotate(90deg);
    margin-left: 32%;
    margin-top: -60px;
    margin-bottom: -70px;
    margin-right: 0px;
  }
  .gallery-shell {
    padding-left: 0;
    padding-right: 0;
  }
}