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

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

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


    





html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
    margin: 0 !important;
    font-family: IBM Plex Serif, serif !important;
    font-size: 18px;
    line-height: 1.4em;
    overflow-x: hidden;

}

p {
    margin: 1.6em 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Lexend Deca, sans-serif !important;
    line-height: 1.1em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0.5em 0;
}
h1 {
    font-size: 60px;
    font-weight: 100;
}
.lp h1 {
  font-size: 40px;
}

h2 {
    color: #016699;
    font-size: 35px;
    margin: 0.6em 0;
    font-weight: 400;
}
h3 {
    color: #000000;
    font-size: 26px;
    margin: 1em 0;
}
h4 {
    color: #05364c;
    font-size: 20px;
    margin: 1em 0;
}
.border-bottom {
  border-bottom: 1px solid #999999;
}
.border-top {
  border-top: 1px solid #999999;
}
.border-left {
  border-left: 1px solid #999999;
}
.border-right {
  border-right: 1px solid #999999;
}
.splash-screen {
  position: absolute;
  max-width: 600px;
  width: 100%;
  min-height: 35% !important;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 20px;
  margin: auto !important;
  float: none !important;
  z-index: 5000;
  display: none !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.splash-screen h2 {
  color: #016699;
}
.splash-screen p, .splash-screen label, .splash-screen label span, .splash-screen ol, .splash-screen ul {
  color: #000000;
}
.splash-screen h3.form-title {
  display: none;
}
.splash-screen.active-pop {
  display: block !important;
}
.splash-screen .subscribe-form {
  margin-top: 40px;
}
.splash-screen form label {
  font-size: 14px;
}
.splash-screen input[type="email"] {
    margin-bottom: 15px;
    border: 2px solid #dcdcdc;
    height: 45px;
    line-height: 45px;
  width: 100% !important;
  max-width: 100% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
#ddf-close-me {
  color: #005eb8;
  float: right;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
}
.blue-background .widget-image p {
  color: #ffffff;
  font-size: 85px;
  font-weight: 700;
}
.blue-background .widget-content p {
  font-size: 24px;
  color: #000000;
}
.blue-background .the-container {
  background-color: #1b5fbb;
}
@media(min-width: 992px) {
  .blue-background .widget-image {
    padding-left: 70px !important;
  }
  .blue-background .the-container .r-row {
    max-width: 650px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media(max-width: 991px) {
  .blue-background .widget-image {
    overflow: hidden;
    padding: 20px 15px;
  }
  .blue-background .widget-image p {
    margin: 20px 0;
    text-align: center !important;
  }
  .blue-background .widget-content p {
    text-align: center;
  }
}
.glossary-menu {
  margin-top: 40px;
}
.full-width-footer p .hci-glossary {
  text-decoration: none;
  font-size: 13px;
}
.full-width-footer .hci-glossary:hover {
  text-decoration: underline;
}
.overlay-active {
  display: none;
}
/*body.ddf-active {
 overflow-y: hidden; 
}*/
body.ddf-active .overlay-active {
  background-color: rgba(0,0,0, 0.8);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 200;
}
.lp form input[type="submit"], .splash-screen input[type="submit"]  {
  background-color: #B8375D;
  color: #ffffff;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  background-image: none;
  filter: none;
  box-shadow: none;
  text-shadow: none;
  margin: 15px auto 0 auto !important;
  text-transform: uppercase;
  padding: 10px 15px;
  display: block !important;
  border: none;
  cursor: pointer;
  -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}
.lp form input[type="submit"]:hover, .splash-screen input[type="submit"]:hover {
  background-color: #9e2a4c;
  -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}
.lp form input[type="text"], .lp form input[type="email"], .lp form input[type="tel"], .lp form select, .lp textarea {
    margin-bottom: 15px;
    border: 2px solid #dcdcdc;
    height: 35px;
    line-height: 35px;
  width: 100% !important;
  max-width: 100% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.lp form label {
  font-size: 14px;
}
.lp .lp-wrapper {
  overflow: hidden;
  min-height: 630px;
}
.lp p, .lp h1, .lp h2, .lp h3, .lp h4, .lp h5, .lp h6, .lp ol, .lp ul, .lp label, .lp a {
  color: #ffffff; 
}
.lp.typ .lp-content-wrapper {
  position: relative;
}
.lp.typ .lp-content-wrapper .lp-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  min-height: auto;
}
.move-the-head {
    background-color: #ffffff;
    width: 100% !important;
    max-width: 100%;
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    padding: 10px 0;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
    z-index: 9998;
    -moz-transition:    top 0.8s ease;
    -o-transition:      top 0.8s ease;
    -webkit-transition: top 0.8s ease;
    transition:         top 0.8s ease;
}
.home-hero .interior-banner-wrapper, .inner-banner .interior-banner-wrapper {
  margin-top: 84px !important;
}
.move-the-head.f-nav, .lp .move-the-head {
    top: 0;
    -moz-transition:    top 0.01s ease;
    -o-transition:      top 0.01s ease;
    -webkit-transition: top 0.01s ease;
    transition:         top 0.01s ease;
}
.move-the-head .logo-wrapper img {
  margin-top: 5px;
}

.move-the-head .hs-menu-wrapper {
  margin-top: 10px; 
  float: right;
}
.move-the-head .hs-menu-wrapper ul li ul {
  background-color: #ffffff;
}
.move-the-head .hs-menu-wrapper ul li a {
  font-family: Lexend Deca, sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 1.4em;
}
.move-the-head .hs-menu-wrapper ul li ul li a {
  font-size: 12px;
}
.move-the-head  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px 12px;
}
.move-the-head .hs-menu-wrapper ul li.active > a, .move-the-head .hs-menu-wrapper ul li a:hover, .move-the-head .hs-item-has-children.active-branch > a {
  color: #3ab0a2;
}
.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, .top-nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}
.move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 8px;
    text-align: center;
}
.move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal>ul li  ul li a {
  text-align: left;
  padding: 8px 15px;
}
.move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>ul.hs-menu-children-wrapper li.hs-item-has-children:hover> ul {
    opacity: 1;
    visibility: visible;
    left: 100% !important;
}
.move-the-head  .hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper.active-child {
    opacity: 1 !important;
    visibility: visible !important;
}

.move-the-head .main-content-wrapper {
    margin: 0 auto !important;
}
.main-content-wrapper {
    max-width: 1170px !important;
    width: 100% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.small-content-wrapper {
    max-width: 850px !important;
    width: 100% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.main-content-wrapper.small {
    max-width: 850px !important;
}
.main-content-wrapper.large {
    max-width: 1600px !important;
}
.top-nav-wrapper {
  background-color: #005eb8;
  padding: 0 15px;
}
.top-nav-wrapper .hs-menu-wrapper {
  float: right;
}
.top-nav-wrapper a {
  color: #ffffff;
  font-family: Lexend Deca, sans-serif;
  font-size: 15px;
}
.top-nav-wrapper .hs-menu-wrapper ul li:nth-of-type(3) a {
    background-color: #B8375D;
    font-size: 15px;
    display: block;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Lexend Deca, sans-serif;
  margin-top: 7px !important;
  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}
.top-nav-wrapper .hs-menu-wrapper ul li a {
  margin-top: 4px;
}
.top-nav-wrapper .hs-menu-wrapper ul li:nth-of-type(3) a:hover {
    background-color: #9e2a4c;
  -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}
.new-home .home-hero .inner-banner-content {
  background-color: rgba(0,0,0,0.6); 
  padding: 20px 15px 35px 15px;
}
.entry-wrapper {
  margin-top: 20px;
}
.entry-wrapper .entry-point {
  margin-bottom: 20px;
  padding: 15px 15px 0 15px;
}
.entry-wrapper .entry-point p:first-of-type {
  min-height: 75px;
}
.new-home .partners-wrapper {
  background-color: #e1e1e1;
  padding: 10px 15px;
}
.new-home .testimonials {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
.interior-banner-wrapper .inner-banner-content h1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.overview-page .module img {
  opacity: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0); 
  -moz-transition:    opacity 1s ease;
    -o-transition:      opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition:         opacity 1s ease;
  -moz-transition:    box-shadow 0.3s ease;
    -o-transition:      box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
    transition:         box-shadow 0.3s ease;
}
.overview-page .module.come-in img {
  opacity: 1;
  -moz-transition:    opacity 1.3s ease;
    -o-transition:      opacity 1.3s ease;
    -webkit-transition: opacity 1.3s ease;
    transition:         opacity 1.3s ease;
}
.overview-page .module.already-visible img {
  opacity: 1;
  -moz-transition:    opacity 0s ease;
    -o-transition:      opacity 0s ease;
    -webkit-transition: opacity 0s ease;
    transition:         opacity 0s ease;
}
.overview-page .module img:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.85);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.85);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.85); 
  -moz-transition:    box-shadow 0.3s ease;
    -o-transition:      box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
    transition:         box-shadow 0.3s ease;
}
.overview-page .module.nohover img:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0); 
  -moz-transition:    box-shadow 0.3s ease;
    -o-transition:      box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
    transition:         box-shadow 0.3s ease;
}
.new-home .module {
  opacity: 0;
}
.new-home .module.come-in:first-of-type {
  opacity: 1;
  -moz-transition:    all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition:         all 0.5s ease-in-out;
}
.new-home .module.come-in:nth-of-type(2) {
  opacity: 1;
  -moz-transition:    all 1.3s ease-in-out;
    -o-transition:      all 1.3s ease-in-out;
    -webkit-transition: all 1.3s ease-in-out;
    transition:         all 1.3s ease-in-out;
}
.new-home .module.come-in:nth-of-type(3)  {
  opacity: 1;
  -moz-transition:    all 2.1s ease-in-out;
    -o-transition:      all 2.1s ease-in-out;
    -webkit-transition: all 2.1s ease-in-out;
    transition:         all 2.1s ease-in-out;
}
.new-home .module.already-visible {
  opacity: 1;
  -moz-transition:    all 0s ease-in-out;
    -o-transition:      all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    transition:         all 0s ease-in-out;
}
/*.new-home .testimonials .bx-wrapper .slide {
  width: 815px !important;
}*/
.new-home .testimonials .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -55px;
}
.new-home .testimonials .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: 0;
    width: 32px;
    height: 50px;
    text-indent: -9999px;
    z-index: 1000;
}
.new-home .testimonials .bx-wrapper .cta-aqua {
  position: relative;
  z-index: 4000;
}
.new-home .testimonials .bx-wrapper .bx-prev {
    background: url(https://f.hubspotusercontent20.net/hubfs/2949423/images/home-new/prev.png) no-repeat;
}
.new-home .testimonials  .bx-wrapper .bx-controls-direction a.bx-next {
    right: -55px;
}
.new-home .testimonials  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: 0;
    width: 32px;
    height: 50px;
    text-indent: -9999px;
    z-index: 1000;
}
.new-home .testimonials  .bx-wrapper .bx-next {
    background: url(https://f.hubspotusercontent20.net/hubfs/2949423/images/home-new/next.png) no-repeat;
}
.new-home .bx-pager.bx-default-pager {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  max-width: 240px;
  width: 100%;
}
.new-home .bx-pager.bx-default-pager .bx-pager-item {
  float: left;
}
.new-home .bx-pager.bx-default-pager .bx-pager-item a {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #999999;
  margin-right: 12px;
  text-indent: -9999px;
  -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
  -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}
.new-home .bx-pager.bx-default-pager .bx-pager-item a.active, .new-home .bx-pager.bx-default-pager .bx-pager-item a:hover {
  background-color: #005eb8;
  -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}
.new-home .bx-pager.bx-default-pager .bx-pager-item:last-of-type a {
  margin-right: 0;
}
.new-home .testimonials p {
  text-align: center;
}
.new-home .testimonials p em {
  font-size: 20px;
}
.new-home .testimonials p.customer-name {
  color: #005eb8;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.new-home .testimonials p.company-name {
  margin-top: 0; 
  margin-block-start: 0;
}
.entry-1 {
  background: url(https://cdn2.hubspot.net/hubfs/2949423/images/home-new/ProActive%20Entry%20Point%201-min.jpg) no-repeat;
}
.entry-2{
  background: url(https://cdn2.hubspot.net/hubfs/2949423/images/home-new/ProActive%20Entry%20Point%202-min.jpg) no-repeat;
}
.entry-3{
  background: url(https://cdn2.hubspot.net/hubfs/2949423/images/home-new/ProActive%20Entry%20Point%203-min.jpg) no-repeat;
}
.entry-point {
  position: relative;
  background-size: cover !important;
}
.entry-point h2, .entry-point p, .entry-point a, .entry-point ul, .entry-point ol {
  color: #ffffff;
}
.entry-point h2 {
  font-size: 26px; 
}
.entry-point .overlay {
  background-color: rgba(0,94,184, 0.8);
  -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}
.entry-point:hover .overlay {
  background-color: rgba(58,176,162, 0.8);
  -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}
.entry-point .entry-content {
  position: relative;
  z-index: 600;
}
.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
}
.bx-viewport {
  padding-bottom: 35px;
  border-bottom: 2px solid #555555;
}
.stats-wrapper p {
  font-size: 70px;
  color: #ffffff;
  margin: 0.4em;
  margin-block-start: 0.4em;
  margin-block-end: 0.4em;
}
.stats-wrapper .stats {
  position: relative;
  min-height: 300px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.stats-wrapper .stats .stats-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
}
.stats-wrapper .stats-heading h2 {
  color: #005eb8;
  font-size: 28px;
  margin-bottom: 25px;
}
.stats-wrapper h2 {
  color: #ffffff;
  font-size: 19px;
}
.stats-wrapper .stats-1 {
  background: url(https://cdn2.hubspot.net/hubfs/2949423/images/home-new/stat-1-min.jpg) no-repeat;
  background-size: cover !important;
}
.stats-wrapper .stats-2 {
  background: url(https://cdn2.hubspot.net/hubfs/2949423/images/home-new/stat-2-min.jpg) no-repeat;
  background-size: cover !important;
}
.stats-wrapper .stats-3 {
  background: url(https://cdn2.hubspot.net/hubfs/2949423/images/home-new/stat-3-min.jpg) no-repeat;
  background-size: cover !important;
}
.stats-content {
  padding-left: 15px;
  padding-right: 15px;
}
/*storage lp*/
.aqua-bg {
  background-color: #3ab0a2;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 80px;
}
.aqua-bg h2, .aqua-bg h3, .aqua-bg h4, .aqua-bg p, .aqua-bg ul, .aqua-bg ol, .aqua-bg a {
  color: #FFFFFF;
}
.aqua-bg .entry-point {
  border: 1px solid #ffffff;
  padding: 15px;
  min-height: 370px;
  margin-bottom: 20px;
}
.hs-content-id-41983872533 .aqua-bg .entry-point {
  min-height: 395px;
}
.hs-content-id-43604940574 .aqua-bg .entry-point {
  min-height: 406px;
}
.storage-page .anchor-list {
  padding-left: 0;
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 25px;
  text-align: center;
}
.storage-page .anchor-list li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.storage-page .anchor-list li:last-of-type {
  margin-right: 0; 
}
.storage-page .anchor-list li a.anchora {
  padding: 8px 15px;
  border: 2px solid #B8375D;
  color: #B8375D;
  background-color: transparent;
  text-decoration: none;
  display: block;
  -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition:         all 0.3s ease;
}
.storage-page .anchor-list li a.anchora:hover {
  padding: 8px 15px;
  border: 2px solid #B8375D;
  color: #ffffff;
  background-color: #B8375D;
  -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition:         all 0.3s ease;
}
.storage-page h1 {
  color: #016699 !important;
}


.backup-and-recovery-bottom > span.hs_cos_wrapper > div.hs_cos_wrapper:last-child a.cta-pink span {
    text-transform: uppercase;
}
.becoming-resilient-sec .row-fluid .widget-span.widget-type-cell img {
    width: auto !important;
    max-height: 90px;
}

.image-right img {
  float: right;
}
.no-flex .side-by-side {
  display: block;
}
@media (max-width:991px) and (min-width:768px) {
  .move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 12px;
  }
  .home-hero .interior-banner-wrapper, .inner-banner .interior-banner-wrapper {
    margin-top: 80px !important;
  }
}
@media(min-width: 768px) {
  .storage-page .right-image img {
    float: right;
  }
  .becoming-resilient-sec .row-fluid .widget-span.widget-type-cell {
    width: 17.79%;
}
.becoming-resilient-sec .row-fluid {
    display: flex;
    flex-wrap: wrap;
}
.top-btns-sec ul.anchor-list li {
    width: calc(100%/5 - 16px);
}
.backup-and-recovery-bottom > span.hs_cos_wrapper > div.hs_cos_wrapper:last-child a.cta-pink span {
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}
}
@media(min-width: 1300px) {
.becoming-resilient-sec > .row-fluid-wrapper > .row-fluid {
    margin: 0 -40px;
    width: calc(100% + 80px);
}

  }
@media(max-width: 1199px) {
  .hs-content-id-43604940574 .aqua-bg .entry-point {
    min-height: 438px; 
  }
}
@media(max-width: 991px) {
  .hs-content-id-41983872533 .aqua-bg .entry-point, .hs-content-id-43604940574 .aqua-bg .entry-point {
    width: 100% !important;
    margin-left: 0 !important;
    min-height: 0;
  }
  .new-home .bx-controls .bx-controls-direction {
    display: none; 
  }
}
@media(max-width: 767px) {
 .storage-page .anchor-list li {
   display: block;
   margin-bottom: 10px;
   width: 100%;
  }
  .aqua-bg .entry-point {
    min-height: 0;
  }
  .storage-page .side-by-side h2, .storage-page .side-by-side p {
    text-align: center !important;
  }
  .image-right img {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/*End Storage*/
.full-width-footer {
  background-color: #000000;
  overflow: hidden;
  padding: 30px 0 0 0;
}
.full-width-footer .socials {
  padding-left: 0;
  margin: 0 0 15px 0;
  margin-block-start: 0;
  margin-block-end: 15px;
  padding-inline-start: 0;
  text-align: center;
}
.full-width-footer .socials li {
  display: inline-block;
    margin-right: 15px;
}
.full-width-footer .socials li:last-of-type {
  margin: right: 0;
}
.full-width-footer .socials li a {
  text-decoration: none;
  font-family: 'FontAwesome';
}
.full-width-footer .socials li a i {
  color: #005eb8;
  font-size: 28px;
  display: block;
}
.full-width-footer a, .full-width-footer p {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
}
.full-width-footer .main-content-wrapper img {
  display: block;
  margin-bottom: 20px;
}
.full-width-footer .copyright {
  border-top: 1px solid #ffffff;
  padding: 12px 0;
}
.full-width-footer img {
  margin: 0 auto 10px auto;
}
.full-width-footer .hs-menu-wrapper ul {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.full-width-footer .hs-menu-wrapper li a {
  padding: 6px 15px;
  font-family: Lexend Deca, sans-serif;
  font-size: 13px;
  line-height: 1.1em;
  overflow: visible;
}
.full-width-footer .hs-menu-wrapper li a:hover, .full-width-footer .hs-menu-wrapper li.active-branch > a, .full-width-footer a:hover {
  color: #3ab0a2;
}
.full-width-footer p, .full-width-footer a {
  font-family: Lexend Deca, sans-serif;
}
.banner-overlay {
  background-color: rgba(0,94,184,0.8);
  z-index: 100;
}
.tight-text p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.less-whitespace-bottom .the-column {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cta {
  max-width: 300px;
  width: 100%;
  display: block;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Lexend Deca, sans-serif;
}
.cta.centered {
  margin: 0 auto !important;
}
.cta.large {
  max-width: 450px;
}
.cta-pink, .cta-1 {
  background-color: #b8375d;
  color: #ffffff;
  -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}
.cta-pink:hover, .cta-1:hover {
  background-color: #9e2a4c;
  -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}

.cta-aqua {
  background-color: #3ab0a2;
  color: #ffffff;
  -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}
.cta-aqua:hover {
  background-color: #1ea191;
  -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}
.cta-white {
  background-color: rgba(255,255,255,0);
  color: #ffffff;
  border: 2px solid #ffffff;
  -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}
.cta-white:hover {
  background-color: rgba(255,255,255,0.3);
  -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}

/*Contact*/
.contact-sidebar .hs-form-required, .events .hs-form-required {
    display: none;
}
.contact-sidebar form input[type="text"], .contact-sidebar form input[type="email"], .contact-sidebar form input[type="tel"], .events form input[type="text"], .events form input[type="email"], .events form input[type="tel"]  {
    height: 35px;
    line-height: 35px;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    
}
.contact-sidebar form textarea {
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.contact-sidebar form input[type="submit"] {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background-color: #B8375D;
    border-radius: 6px;
    border-width: 0px;
    text-shadow: none;
    line-height: 1.5em;
    padding: 6px 18px;
    color: #ffffff;
    display: block;
    width: 100%;
    margin: 20px auto;
    font-size: 16px;
  -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition:         all 0.3s ease;
}
.contact-sidebar form input[type="submit"]:hover {
  background-color: #9e2a4c;
  -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition:         all 0.3s ease;
}
.events .more-link {
    float: left;
    max-width: 280px;
}
.contact-text p, .contact-text ul, .contact-text ol {
    color: #212121;
    text-shadow: none;
}

.form-wrapper {
    max-width: 750px;
    width: 100%;
    float: none !important;
    margin: 0 auto !important;
}
.form-wrapper fieldset {
    max-width: 100% !important; 
    margin-bottom: 10px !important;
    position: relative;
}
.form-wrapper fieldset label {
    margin-bottom: 7px;
}
.form-wrapper fieldset .hs_success_story_title label, .form-wrapper fieldset .hs_problem_overview label, .form-wrapper fieldset .hs_the_solution_description label,
.form-wrapper fieldset .hs_story_abstract label, .form-wrapper fieldset .hs_the_impact_outcome label {
    cursor: pointer;
    color: #016699;
    text-decoration: underline;
}

.form-wrapper fieldset legend {
    visibility: hidden;
    width: 700px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 15px; 
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    margin-left: 0;
    opacity: 0;
    transition: opacity 1s;
}

.form-wrapper fieldset legend::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.form-wrapper fieldset label:hover + legend {
    visibility: visible;
    opacity: 1;
}

/*blog-css(06-12-2019)*/
.subscribe-blog {
    background-color: #005eb8;
}

.subscribe-blog .main-content-wrapper.small-wrapper {
    max-width: 700px !important;
    padding: 10px 15px;
}
.subscribe-blog .main-content-wrapper.small-wrapper label {
    color: #ffffff;
    font-size: 14px;
}
 .subscribe-blog .main-content-wrapper.small-wrapper form {
        max-width: 55%;
        width: 100%;
        display: inline-block;
        float: left;
    }
.subscribe-blog form input[type="submit"] {
    border: 0;
    background-image: none;
    filter: none;
    text-shadow: none;
    display: block;
    padding: 12px 10px;
    max-width: 280px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    background-color: #4f88ba;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    float: none;
    margin: 15px auto;
}
    .subscribe-blog .main-content-wrapper.small-wrapper form input[type="submit"] {
        display: inline-block;
        max-width: 35%;
        margin: 0;
        float: left;
        background-color: transparent;
        border: 1px solid #ffffff;
        font-size: 14px;
        -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
    }
    .subscribe-blog .main-content-wrapper.small-wrapper form input[type="submit"]:hover {
        background-color: rgba(255,255,255, 0.3);
        -moz-transition:    background-color 0.3s ease;
    -o-transition:      background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition:         background-color 0.3s ease;
    }

    .subscribe-blog h3 {
        text-align: left;
        color: #ffffff;
        max-width: 40%;
        display: inline-block;
        float: left;
      font-size: 20px;
      margin-top: 34px;
        margin-right: 3%;
    }
    .subscribe-blog input[type="email"] {
        max-width: 60%;
        display: inline-block;
        width: 100%;
        float: left;
        margin-right: 3%;
        height: 42px !important;
        line-height: 42px !important;
          padding: 6px;
    }
.subscribe-blog form input[type="text"], form input[type="email"], .subscribe-blog form input[type="tel"], .subscribe-blog form select {
    margin-bottom: 15px;
    border: 2px solid #dcdcdc;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.hs-blog-listing .post-header a {
    color: #016699;
}
.blogshadow {
    text-shadow: 2px 2px #000000;
}
.hs-blog-listing .post-body .more-link, .hs-blog-listing .all-posts-link{
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background-color: #016699;
    border-radius: 6px;
    border-width: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 6px 18px;
    color: #fff;
    border: 2px solid #016699 !important;
    display: block;
    width: 100%;
    margin: 20px auto;
    font-size: 16px;
    float: left;
    max-width: 280px;
}
.hs-blog-listing .all-posts-link{
    max-width:150px !important;
}
.hs-blog-listing .post-body .more-link:hover, .hs-blog-listing .all-posts-link:hover{
  background-color: #fff !important;
  color: #016699 !important;
}
.blog-side-outer .social-outer ul {
    list-style: none;
    font-size: 0px;
    padding-left:0px;
}
.blog-side-outer .social-outer ul li {
    display: inline-block;
    margin-right: 12px;
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
}
.blog-side-outer .social-outer ul li:last-of-type{
    margin-right:0px;
}
.blog-side-outer {
    border-left: 1px solid #ccc;
    padding-left:20px;
    padding-top:20px;
}
.blog-side-outer .topic-list ul {
    list-style: none;
    padding-left:0px;
}
.blog-side-outer .topic-list ul li{
  margin-bottom:10px;
}
.blog-side-outer .topic-list ul li a {
    text-decoration: none;
    color: #016699;
    font-weight: 500;
    font-family: Lexend Deca,sans-serif !important;
}
.blog-side-outer .social-outer ul li a img{
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
}
.blog-side-outer .social-outer ul li:hover a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.hs-blog-post .banner-content{
    position: relative;
    z-index: 100;
    margin: 0 auto !important;
    max-width: 900px;
    width: 100%;
    color: #fff;
    padding: 20px;
    overflow: hidden;
    text-align: center;
}
.hs-blog-post .banner-content .already-visible {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    opacity: 1 !important;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.hs-blog-post .banner-content .module {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 900px;
    position: absolute;
    float: none !important;
    margin: auto;
    opacity: 1;
    color: #fff;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}
.hs-blog-post .banner-content .module h1 {
    text-transform: uppercase;
    margin: 0;
}
.hs-blog-post .inner-featured {
    margin-top: 58px;
    background-size:cover !important;
    position: relative;
  width: 100%;
}
.hs-blog-post .blog-section p a {
    color: #016699;
}
.hs-blog-post .main-content-wrapper .widget-type-blog_content{
    margin-top: 30px;
}
.hs-blog-post .blog-section h3 {
    color: #05364c;
    font-size: 26px;
}
.hs-blog-post .footer-container-wrapper #hubspot-topic_data {
    display: none;
}

/*blog-css-end(06-12-2019)*/
/*New Header to Old Template Style Fixes*/
.new-header .header-container .widget-type-menu {
  margin-top: 0;
}
.new-header .top-nav-wrapper .main-content-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.new-header .inner-featured {
  margin-top: 0;
}
.new-header .move-the-head {
  top: 52px;
}
@media(min-width: 768px) {
  .lp.typ .lp-content-wrapper {
    min-height: 700px;
  }
}
@media(max-width: 767px) {
  .top-nav-wrapper {
    display: none !important;
  }
  .move-the-head {
    top: 0;
  }
  .home-hero .interior-banner-wrapper, .inner-banner .interior-banner-wrapper {
    margin-top: 35px !important;
  }
  .lp.typ .lp-content-wrapper {
    min-height: 450px;
  }
  .logo-wrapper {
    min-width: 175px !important;
    float: left !important;
    max-width: 14.529914530000001% !important;
    width: 100% !important;
  }
  .move-the-head .logo-wrapper img {
    margin-top: 0;
    position: relative;
    z-index: 9999;
  }
  .full-width-footer .main-content-wrapper img {
    display: block;
    margin: 0 auto 15px auto;
  }
  .full-width-footer .main-content-wrapper, .full-width-footer .main-content-wrapper p {
    text-align: center !important;
  }
  h1, .home-hero .interior-banner-wrapper .inner-banner-content h1, .interior-banner-wrapper .inner-banner-content h1 {
    font-size: 32px !important; 
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  
/*blog-css(06-12-2019)*/
.hs-blog-listing .all-posts-link {
    float: none;
    margin-left: 0;
}
.blog-side-outer {
    border-left: none;
    padding-left: 0;
    padding-top: 0;
    margin-top: 50px;
}
/*blog-css-end(06-12-2019)*/
}
@media(max-width: 599px) {
  .subscribe-blog h3 {
        max-width: 100%;
        display: block;
    text-align: center;
        float: none;
      font-size: 17px;
      margin-top: 0;
    margin-bottom: 0;
        margin-right: 0;
    }
  .subscribe-blog .main-content-wrapper.small-wrapper form {
    max-width: 100%;
  }
}
@media(max-width: 479px) {
  h1, .home-hero .interior-banner-wrapper .inner-banner-content h1,.interior-banner-wrapper .inner-banner-content h1 {
    font-size: 27px !important; 
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  } 
}

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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* 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 { 
          display:block !important;
      }
  }




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


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

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

@media (max-width: 767px){
  .move-the-head .hs-menu-wrapper ul li ul {
    background-color: #016699;
  }
  .move-the-head.stay {
    position: absolute !important;
  }

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

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

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #016699;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #016699; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #016699; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #016699; 
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #016699; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 48px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    z-index: 500;
  }
  .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:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.open-menu>ul li {
    min-height: 48px;
    position: relative;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.open-menu>ul li ul li {
    min-height: 0;
    height: auto;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.open-menu>ul li a {
    height: 48px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.open-menu>ul li ul li a {
    height: auto;
  }
    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    /*width: 100%;
    position: relative; 
    top: 0;             
    left: 0;         
    padding: 0;*/
    width: 100%;
    min-width: 300px;
    max-width: 300px;
    position: absolute; 
    top: 54px;             
    left: -300px;         
    padding: 0;
    -moz-transition:    left 0.3s ease;
    -o-transition:      left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    transition:         left 0.3s ease;
  }
  body {
    position: relative;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper.open-menu {
    left: -15px;
    display: block;
    -moz-transition:    left 0.3s ease;
    -o-transition:      left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    transition:         left 0.3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#016699; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    /*font-size: 16px; */
    /*line-height: 30px;*/
    font-size: 14px;
    line-height: 1.2em;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

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

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}
/*Grid*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}