@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* @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    */
/*****************************************/

body {
  margin: unset;
}

html {
  overflow-x: hidden;
}

/* ==========================================================================
  HERE IS WHERE WE CAN EDIT THE BIG DOGS                 
   ========================================================================== */


/* PRIMARY COLORS */
    /* DREAMSTEAM BLUE - This is their main blue */

    /* DARKER BLUE

    /* PRIMARY GRAY - THIS IS THE GRAY USED FOR TEXT

    /* LIGHT GRAY - THIS IS THE GRAY USED FOR SECTION BACKGROUNDS



/* PRIMARY FONTS */
    /* Montserrat - This is the main font*/


/* SITE CONTENT MAX WIDTH */
    /* Max Width - This controls max width of content sections */


/* SITE CONTENT PADDING */
    /* Content Padding - This controls the padding within all content sections */


/* SITE BUTTON PADDING/SIZING */
     /* Button Padding - This controls the padding for all buttons */


/* SITE IMAGE & TITLE SECTION BORDER RADIUS */
     /* Border Radius - This controls the border radius for all images and section titles */


/* SITE IMAGE BOX SHADOW CLASS - ADD THIS CLASS TO ANY IMAGE THAT NEEDS A SHADOW */

.shadower {
-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}


.mainPad {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.mainLayout {
  max-width: 1280px;
  margin: 0 auto;
}

.padLR {
  padding-left: 20px;
  padding-right: 20px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-caret-down:before {
  content: "\f0d7";
}


/* ==========================================================================
  TYPOGRAPHY                        
   ========================================================================== */


h1, h2, h3, h4, h5, h6, p, a, li, ul, div {
  font-family: 'Poppins', sans-serif;
  margin: unset;
  margin-block-start: unset;
  margin-block-end: unset;
  padding-inline-start: unset;
  text-rendering: optimizelegibility;
}


h1 {
  color: #525252;
  font-size: 28px;
  font-weight: 400;
}


h2 {
  color: #525252;
  font-size: 24px;
  font-weight: 400;
}


h3 {
  color: #525252;
  font-size: 20px;
  font-weight: 400;
}

p {
  color: #525252;
  font-weight: 300;
  font-size: 16px;
}

a {
  text-decoration: unset;
  color: #57B2E4;
  font-weight: 300;
}

a:hover {
  color: #2E3582;
}


.bold-p {
  font-weight: 500;
}

.inline-ul {
  margin-left: 40px;
}

@media screen and (max-width:768px) {
  h1 {
    font-size: 24px;
  }
  
  h2 {
    font-size: 20px;
  }
  
  h3 {
    font-size: 18px;
  }
}

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

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

/* Headings */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}


/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

ul.col-list li {
  color: #525252;
  font-weight: 300;
  font-size: 1em;
}


.adv-half-content li {
  color: #525252;
  font-weight: 300;
  font-size: 1em;
}

.half-haf-txt li {
  color: #525252;
  font-weight: 300;
  font-size: 1em;
}

.internal-content-wrap li {
  color: #525252;
  font-weight: 300;
  font-size: 1em;
}

.internal-content-wrap h2,h3 {
  margin-bottom: 6px !important;
}

.adv-half-content ul {
  padding-inline-start: 40px !important;
}

.ptb-text {
  font-family: 'Poppins', sans-serif;
}

.center-type {
  text-align: center !important;
}

.white-type {
  color: white;
}


.footer-snippet {
  font-family: 'Poppins', sans-serif;
}


.blue-bold {
  color: #57B2E4;
  font-weight: 500;
}

/* ==========================================================================
  BUTTONS     
   ========================================================================== */

.ds-button {
  padding: 6px 20px;
  border-radius: 20px;
  transition: 500ms ease all;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
  white-space: nowrap;
}

.primary-button {
  background-color: #57B2E4;
  color: white;
}

.primary-button:hover {
  background-color: #2E3582;
  transition: 500ms ease all;
  color: white;
}

.secondary-button {
  color: #57B2E4;
  border: 2px solid #57B2E4;
  background: white;
}

.secondary-button:hover {
  background-color: #57B2E4;
  border: 2px solid #57B2E4;
  color: white;
}

.thirdary-button {
  background-color: #2E3582;
  color: white;
}

.thirdary-button:hover {
  background-color: #57B2E4;
  color: white;
}

/* ==========================================================================
  HEADER   
   ========================================================================== */


.header-container .row-number-1 .row-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-content {
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
}

.top-header {
  background-color: #f2f2f2;
  height: 55px;
}

.top-head-left {
  height: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tophead-line-1 {
  margin-right: 20px;
}

.top-head-right {
  height: 55px;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}


@media screen and (max-width:860px) {
  .top-head-right {
    display: none !important;
  }
  
  .header-container-wrapper .container-fluid .row-fluid [class*="span"] {
    width: 100% !important;
  }
  
  .tophead-left-button {
    display: none !important;
  }
  
  .top-head-left {
    justify-content: center;
  }
  
  .header-logo .widget-type-logo{
    width: 200px !important;
  }
  
}

/* ==========================================================================
  Homepage Hero       
   ========================================================================== */
.banner-head {
  line-height: 1.1
}
.banner-subhead {
  line-height: 1.1
}

@media screen and (max-width:768px) {
    .banner-head {
      font-size: 28px !important;
    }

    .banner-subhead {
      font-size: 18px !important;
    }
}

@media screen and (max-width:1280px) {
    .banner-head {
    font-size: 42px;
  }

  .banner-subhead {
    font-size: 28px;
  }

}

@media screen and (min-width:1281px) {
    .banner-head {
    font-size: 50px;
  }

  .banner-subhead {
    font-size: 36px;
  }
}


/* ==========================================================================
  Internal Page Title Bar   
   ========================================================================== */


.ptb-overlay {
  background: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.ptb-super-wrapper {
  background-size: cover;
}

.ptb-overlay {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ptb-text {
  color: white;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}


@media screen and (max-width:768px) {
  .ptb-text {
    font-size: 30px !important;
  }
  
  .contact-ptb {
    display: none !important;
  }
}

@media screen and (max-width:1280px) {
  .ptb-text {
     font-size: 40px;
   }
}

@media screen and (min-width:1281px) {
  .ptb-text {
     font-size: 60px;
   }
}

.ptb-text {
  color: white;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}


/* ==========================================================================
  SIMPLE ICON | TXT LINE
   ========================================================================== */

.icon-txt {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.icon-txt a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}

.txt-line {
  font-weight: 300;
}


/* ==========================================================================
  STILL TESTIMONIALS
   ========================================================================== */


.still-quotes-content-wrapper {
  display: flex;
  margin-bottom: 40px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.still-quote-marks {
  position: absolute;
  width: 80px;
  transform:translate(-180px,-70px);
}

@media screen and (min-width:1280px) {
  .still-quote-marks {
    transform:translate(-200px,-70px);
  }
}

@media screen and (max-width:1000px) {
  .still-quote-marks {
    transform:translate(-160px,-70px);
  }
}

@media screen and (max-width:900px) {
  .still-quote-marks {
    transform:translate(-140px,-70px);
    width: 50px;
  }
}


.sq-header-wrapper {
  margin-bottom: 20px !important;
}

.quote-marks {
  width: 80px;
  position: absolute;
  transform: translate(-151px, -80px);
}

.still-quote {
  width: 50%;
  border: 1px solid #eee;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

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

.sq-author{
  margin-top: 1em;
  font-weight: bold;
}

.sq1 {
  margin-right: 10px;
}

.sq2 {
  margin-left: 10px;
}

@media screen and (max-width:768px) {
  .still-quote {
    width: 100%;
  }
  
  .still-quotes-content-wrapper {
    flex-direction: column;
  }
  
  .sq1 {
    margin-right: unset !important;
    margin-bottom: 20px;
  }

  .sq2 {
    margin-left: unset !important;
  }
  
  .still-quote-marks {
    transform: translate(-178px,-81px);
  }
}


/* ==========================================================================
  Free Flow Internal
   ========================================================================== */


.internal-content-wrap .row-number-3 > .row-fluid {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.internal-page-content img {
  width: 100%;
}

.internal-sidebar {
  padding-right: 20px;
}

@media (min-width: 768px) {
  .internal-sidebar {
    position: sticky;
    top: 15px;
  }
}

.internal-sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: unset;
}

.internal-sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul > li{
  margin-bottom: unset;
  border: .5px solid rgb(112,112,112,.4);
}

.internal-sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:hover{
  background-color: #2E3582;
}

.internal-sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
  color: white;
}


.internal-sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 14px 20px;
  color: #525252;
}

.internal-content-wrap .internal-sidebar input[type="submit"] {
  width: 100%;
}

@media screen and (max-width:768px) {
  .internal-sidebar {
    display: none !important;
  }
  
}

.internal-page-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }


/* ==========================================================================
  Advanced Half Half
   ========================================================================== */

.adv-half-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: auto;
}

.adv-half-column {
  width: 50%;
  height: 100%;
}

.img-column {
  height: 100%
}

.adv-half-img-column {
  width: 100%;
  height: 100%;
  display: none;
}

.adv-half-img-column:first-child {
  display: block;
}

.adv-half-img-column img {
  height: 100%;
  width: 100%;
  object-fit:cover;
}

.title-row {
  display: flex;
}


.txt-column-wrap {
  padding: 40px;
}

.adv-half-content-wrapper {
  background: #f1f1f1;
}

.middle-title {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.adv-half-content .active {
  color: #00a7cd;
  font-weight: 600;
}

.adv-half-title:hover {
  cursor: pointer;
}

.adv-half-txt-column {
  display: flex;
  align-items: center;
}


@media screen and (max-width: 860px) {
  .adv-half-content {
    flex-direction: column;
    height: auto;
  }
  
  .adv-half-column {
    width: 100%;
  }
  
  .adv-half-img-column img {
    height: 300px;
    width: 100%;
    object-fit:cover;
  }
}

/* ==========================================================================
  Basic Half Half
   ========================================================================== */

.half-half-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.half-half-header {
  margin-bottom: 20px;
}

.half-half-text-column {
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.half-half-column {
  width: 50%;
}

.half-half-img {
  height: 100%;
  object-fit: cover;
}

#ad-half iframe.video2 {
  display: none;
}

#about-4 iframe.video1 {
  display: none;
}


@media screen and (max-width: 768px) {
  
  .half-half-super-wrapper {
    padding-left: unset;
    padding-right: unset;
  }
  
  .half-half-column {
    width: 100%;
  }
  
  .half-half-img-column {
    margin-top: 20px;
  }
  
  .half-half-text-column {
    padding-right: unset;
  }
  
  .half-half-text {
    width: 90%;
  }
  
}

/* ==========================================================================
  CALL DROPDOWN
   ========================================================================== */

.toggle {
  display: flex;
  align-items: center;
}

.toggle:hover {
  cursor: pointer;
}

.toggle:hover .toggle-text {
  color: #57B2E4;
}


.toggle-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: 200ms all ease;
}

.toggle-text {
  font-size: 18px;
}

img.rotater {
  transform: rotate(360deg);
  transition: 200ms all ease;
}

#dropdown {
  display: none;
}

.drop-super {
  width: 300px;
  z-index: 999999999999999;
  margin-top: 12px;
}

.drop-wrapper {
  width: 100%;
}

.drop-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  background: #f2f2f2;
  text-decoration: unset;
  border-bottom: 1px solid #707070;
}

.drop-block:hover {
  background: #57B2E4;
}

.drop-block:hover {
  color: white;
}

.drop-block:hover p{
  color: white;
}


.db-left {
  width: 40%;
  height: 60px;
  background-size: cover;
  display: flex;
  align-items: center;
}

.db-right {
  width: 60%;
}

.db-left > p {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}

.db-right-phone {
  width: 100%;
  text-align: center;
  font-size: 16px;
}


@media screen and (max-width:768px){
  .drop-super {
    width: 100%;
    margin: 12px auto;
    left: 0;
    right: 0;
  }
}

/* ==========================================================================
  THREE COLUMN CONTENT
   ========================================================================== */

ul.col-list li:before {
  content: '✓';
  padding-right: 5px;
  color: #57B2E4
}

.three-col-content-wrapper {
  display: flex; 
  flex-direction: row;
  justify-content: center;
}

.three-col-column {
  background: white;
  border: 1px solid #fbfbfb;
  width: 33%;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 340px;
}

.col-img {
  width: 100%;
}

.col-image img {
  height: 180px; 
  object-fit: cover;
}

.col-title {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-icon {
  width: 70px;
  margin: 0 auto;
  padding-top: 20px;
}

.col-list {
  margin-bottom: 20px;
}

.col-text {
  padding-left: 20px;
  padding-right: 20px;
}

.col-list li {
  list-style-type: none;
}

.col-list li:before {
  content:">"
}


@media screen and (max-width: 1040px) {
  .three-col-column {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1040px) {
  .three-col-column {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .three-col-column {
    width:100% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  
.three-col-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: column;
  }
}

/* ==========================================================================
  THREE COLUMN CONTENT - V2
   ========================================================================== */

.three-col-vtwo-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inner-icon-col img {
  width: 100px;
}

.inner-icon-col {
  min-width: 50px;
  margin-right: 20px;
}

.inner-text-col p {
  margin-top: 20px;
}

.column-vtwo {
  display: flex;
  width: 33%;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 1025px) {
  .column-vtwo {
    display: flex;
    flex-direction: column;
  }
  
  .inner-icon-col img {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .column-vtwo {
    width: 300px;
    margin-left: unset;
  }
  
  .column2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .inner-icon-col img {
    width: 20%;
  }
  
  .three-col-vtwo-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
  }
  
  #about-3 {
    margin-bottom: unset !important;
  }
}
/* ==========================================================================
  THREE COLUMN CONTENT
   ========================================================================== */

ul.col-list li:before {
  content: '✓';
  padding-right: 5px;
  color: #57B2E4
}

.three-col-content-wrapper {
  display: flex; 
  flex-direction: row;
  justify-content: center;
}

.three-col-column {
  background: white;
  border: 1px solid #fbfbfb;
  width: 33%;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 340px;
}

.col-img {
  width: 100%;
}

.col-image img {
  height: 180px; 
  object-fit: cover;
}

.col-title {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-icon {
  width: 70px;
  margin: 0 auto;
  padding-top: 20px;
}

.col-list {
  margin-bottom: 20px;
}

.col-text {
  padding-left: 20px;
  padding-right: 20px;
}

.col-list li {
  list-style-type: none;
}

.col-list li:before {
  content:">"
}


@media screen and (max-width: 1040px) {
  .three-col-column {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1040px) {
  .three-col-column {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .three-col-column {
    width:100% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  
.three-col-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: column;
  }
}

/* ==========================================================================
  THREE COLUMN CONTENT - V2
   ========================================================================== */

.three-col-vtwo-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inner-icon-col img {
  width: 100px;
}

.inner-icon-col {
  min-width: 50px;
  margin-right: 20px;
}

.inner-text-col p {
  margin-top: 20px;
}

.column-vtwo {
  display: flex;
  width: 33%;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 1025px) {
  .column-vtwo {
    display: flex;
    flex-direction: column;
  }
  
  .inner-icon-col img {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .column-vtwo {
    width: 300px;
    margin-left: unset;
  }
  
  .column2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .inner-icon-col img {
    width: 20%;
  }
  
  .three-col-vtwo-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
  }
  
  #about-3 {
    margin-bottom: unset !important;
  }
}
/* ==========================================================================
  FOUR COLUMN CONTENT
   ========================================================================== */

ul.col-list li:before {
  content: '✓';
  padding-right: 5px;
  color: #57B2E4
}

.four-col-content-wrapper {
  display: flex; 
  flex-direction: row;
  justify-content: center;
}

.four-col-column {
  background: white;
  border: 1px solid #fbfbfb;
  width: 25%;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 340px;
}

.col-img {
  width: 100%;
}

.col-image img {
  height: 180px; 
  object-fit: cover;
}

.col-title {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-icon {
  width: 70px;
  margin: 0 auto;
  padding-top: 20px;
}

.col-list {
  margin-bottom: 20px;
}

.col-text {
  padding-left: 20px;
  padding-right: 20px;
}

.col-list li {
  list-style-type: none;
}

.col-list li:before {
  content:">"
}


@media screen and (max-width: 1040px) {
  .four-col-column {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1040px) {
  .four-col-column {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .four-col-column {
    width:100% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  
.four-col-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: column;
  }
}

/* ==========================================================================
  FOUR COLUMN CONTENT - V2
   ========================================================================== */

.four-col-vtwo-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inner-icon-col img {
  width: 100px;
}

.inner-icon-col {
  min-width: 50px;
  margin-right: 20px;
}

.inner-text-col p {
  margin-top: 20px;
}

.column-vtwo {
  display: flex;
  width: 25%;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 1025px) {
  .column-vtwo {
    display: flex;
    flex-direction: column;
  }
  
  .inner-icon-col img {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .column-vtwo {
    width: 300px;
    margin-left: unset;
  }
  
  .column2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .inner-icon-col img {
    width: 20%;
  }
  
  .four-col-vtwo-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
  }
  
  #about-3 {
    margin-bottom: unset !important;
  }
}
/* ==========================================================================
  CENTERED CTA CALLOUT
   ========================================================================== */

.ctext-content-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.ctext-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
}

.ctext-text-1 > p {
  font-size: 19px;
}

@media screen and (max-width:768px) {
  .ctext-text-1 > p {
    font-size: 16px;
  }
}

/* ==========================================================================
  CENTERED CTA TEXT
   ========================================================================== */

.ctext-content-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
}


/* ==========================================================================
  Hero SLider
   ========================================================================== */

.hero-wrapper .hs-testimonial {
  background: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.testimonial-wrapper {
  overflow-y: hidden;
}

.hs-testimonial-slider {
 
}

.banner-head, .banner-subhead {
  color: white;
  margin-bottom: 40px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}


.hs-gallery .slick-slide {
  max-width: 100%;
  text-align: center;
}
/* Testimonial Wrapper */
.hs-testimonial {
  padding: 1em;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
      -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hs-testimonial.slick-slide {
  padding: 0;
  margin: 1em;
}
/* Testimonial Wrapper :: Variations */
@media only screen and (min-width: 768px) {
  .hs-testimonial--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-testimonial--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .hs-testimonial--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hs-testimonial--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
/* Author Image */
.hs-testimonial figure {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}
/* Author Image :: Variations */
@media only screen and (min-width: 768px) {
  .hs-testimonial--right figure {
    margin: 0 0 0 1.5em;
  }
  .hs-testimonial--bottom figure {
    margin: 0 auto;
  }
  .hs-testimonial--left figure {
    margin: 0 1.5em 0 0;
  }
}

/* Blockquote */
.hs-testimonial blockquote {
  width: 80%;
  font-size: 1.3em;
  position: relative;
  padding: 2em;
  margin: 1em 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .hs-testimonial blockquote {
    min-height: 400px;
  }
}


/* Blockquote :: Variations */
@media only screen and (min-width: 768px) {
  .hs-testimonial blockquote:before {
    border: 1px solid transparent;
    bottom: initial;
    left: initial;
  }
  .hs-testimonial--top blockquote:before {    
    bottom: calc(100% - .5em - 1px);
    left: calc(50% - .5em);
    border-top-color: #eee;
    border-right-color: #eee;

  }
  .hs-testimonial--right blockquote:before {   
    bottom: calc(50% - .5em - 1px);
    left: calc(100% - .5em);
    border-right-color: #eee;
    border-bottom-color: #eee;
  }
  .hs-testimonial--bottom blockquote:before {    
    top: calc(100% - .5em - 1px);
    left: calc(50% - .5em);
    border-bottom-color: #eee;
    border-left-color: #eee;
  }
  .hs-testimonial--left blockquote:before {    
    bottom: calc(50% - .5em - 1px);
    right: calc(100% - .5em);
    border-left-color: #eee;
    border-top-color: #eee;
  }
}
/* Footer */
.hs-testimonial footer {
  font-family: sans-serif;
  font-size: .7em;
}
.hs-testimonial footer .name {
  margin-top: 1em;
  font-weight: bold;
}
.hs-testimonial footer .title {
  margin-top: .3em;
  font-style: italic;
}
.location-link {
  color: #525252;
}
.location-phone-link {
  color: #525252;
}


/* Slick-theme */

/* Slider */
.slick-loading .slick-list {
  background: #fff url('//design-assets.hubspot.com/hubfs/Slick%20Slider/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.eot');
  src: url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.eot') format('embedded-opentype'), url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.woff') format('woff'), url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.ttf') format('truetype'), url('//design-assets.hubspot.com/hubfs/Slick%20Slider/slick.svg') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color:  #57B2E4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 5px;
  z-index: 1;
}
[dir='rtl'] .slick-prev {
  right: 5px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: 5px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 5px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: white;
}


/* ==========================================================================
  ZIP CODE LOCATION FINDER
   ========================================================================== */

.city{
  display: none;
}

.location-icon {
  width: 22px;
  height: 22px;
}

height: 44px; font-family: 'Poppins', sans-serif;

.c-icon {
  margin-right: 10px;
}

.search-button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.city-column {
  width: 50%;
}

.search-button-wrap button {
  margin-bottom: 40px;
}

.city-content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.zip-input {
  height: 60px !important;
  font-size: 24px !important;
  color: #525252 !important;
  text-align: center;
}

.other-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 768px) {
  .search-button-wrap input:matches([type="button"], [type="submit"], [type="reset"]), input[type="file"]::-webkit-file-upload-button, button {
    border: unset !important;
  }
  
  
  .city-content-wrapper {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .city-column {
    width: 100%;
  }
  
  .city-info-wrap {
    margin-bottom: 20px;
  }
  
}

/* ==========================================================================
  FOOTER
   ========================================================================== */

.footer-super-wrapper .row-number-2 > .row-fluid {
  display: flex;
  justify-content: center;
}

.footer-content-wrapper {
  max-width: 1280px;
}

.footer-content-wrapper .row-number-3 > .row-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-container {
  background-image: url("https://cdn2.hubspot.net/hubfs/5829814/footer.jpg");
  background-size: cover;
}

.footer-super-wrapper {
  background: rgba(46, 53, 130,.6);
}

.foot-column {
  color: white;
}

.fc2 a{
  color: white;
}

.fc2 .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 4px 20px;
}

.icon-txt a{
  color: white;
}

.fc2 ul {
  width: 70% !important;
  margin: 0 auto !important;
}

@media screen and (max-width:768px) {
  .footer-content-wrapper .row-number-3 > .row-fluid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .fc2 ul {
      width: 95% !important;
      margin: 40px 0px !important;
    }
  
  .fc2 ul > li > a {
      padding-left: unset !important;
    }
}


.footer-super-wrapper .hs-menu-wrapper.hs-menu-flow-vertical li a {
  overflow: visible;
}

.contact-footer #home-contact .contact-background {
  background: white !important;
}

.footer-copyright {
  width: 100%;
  background-color: white;
  padding: 10px 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}


/* ==========================================================================
  GENERAL CONTACT SECTION
   ========================================================================== */


body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  color: white;
  background-color: #57B2E4;
  padding: 8px 30px !important;
  border-radius: 20px;
  transition: 500ms ease all;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
  font-size: 16px;
}


body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  transition: 500ms ease all;
  background-color: #2E3582;
  cursor: pointer;
}


.careers-toggle .hs-accordion__item-content{
 padding-left: 20px !important; 
}

.careers-toggle li {
  color: #525252;
  font-weight: 300;
}

.careers-toggle ul {
  padding-left: 20px;
  margin-top: 6px;
}



/* ==========================================================================
  FOUR COLUMN - ICONS
   ========================================================================== */


.four-column-overlay {
  background: rgba(0,0,0,.6)
}

.fourc-sep {
  height: 3px;
  width: 20%;
  background-color: #57B2E4;
  margin-top: 30px;
  margin-bottom: 30px;
}
 

.four-column-super-wrapper {
  background-size: cover;
  background-attachment: fixed;
}

.four-column-content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
}

.fourc-heading, .fourc-text {
  color: white;
}

.fourc-heading {
  font-weight: 600;
  font-size: 24px;
}
  

.column {
  height: 300px;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icon-wrap {
  width: 80px;
  max-width: 80px;
  text-align: center;
}


@media screen and (min-width: 768px) {
 
  .column {
    width: 50%;
  }
  
}

@media screen and (max-width: 768px) {
 
  .column {
    width: 50%;
    height: 250px;
  }
  
  .fourc-heading {
    font-weight: 600;
    font-size: 22px;
  }
  
  .icon-wrap {
    width: 70px;
  }
  
  .four-column-super-wrapper {
    background-size: cover;
    background-attachment: unset;
  }
  
  .fourc-sep {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
}

@media screen and (min-width: 1000px) {
 
  .column {
    width: 33%;
  }
  
}

/* ==========================================================================
  GENERAL CONTACT SECTION
   ========================================================================== */

.button-wrap {
  display: flex;
}

.location {
  margin-bottom: 15px;
}

.location-icon {
  width: 22px;
  height: 22px;
}

.c-icon {
  margin-right: 10px;
}

.icon-link-wrap {
  display: flex;
  margin-bottom:10px;
}

.contact-content-wrapper {
  display: flex; 
  flex-direction: row;
}

.contact-column {
  width: 50%;
  padding-left: 20px;
}

.sm-icon {
  width: 25px;
}

.icon2 {
  margin-left: 10px;
  margin-right: 10px;
}

.icon3 {

  margin-right: 10px;
}


.social-wrap {
  display: flex;
}




.contact-mobile-title {
  display: none;
}
      
@media screen and (max-width: 860px) {
  .contact-content-wrapper {
    flex-direction: column-reverse;
  }

  .contact-column {
    width: 100%;
    margin-bottom: 40px;
    padding-left: unset;
  }

  .contact-mobile-title {
    display: block;
  }
}


/* ==========================================================================
  BLOG
   ========================================================================== */

.blog-content-wrapper {
  max-width:1280px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}


.blog .body-container .row-number-2 .row-fluid {
  display: flex;
  justify-content: center;
}


.blog-listing-wrapper .post-item {
  display: flex;
  align-items: center;
}

.blog-listing-wrapper .hs-featured-image-wrapper {
  min-width: 300px;
  max-width: 300px;
  margin-right: 20px;
}

.blog-listing-wrapper .post-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog-post-wrapper .post-body {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog .blog-sidebar {
  height: fit-content;
  position: sticky;
  top: 15px;
}

.widget-module li {
  list-style: none;
  margin-bottom: 5px;
  margin-left: 5px;
}


@media screen and (max-width:768px) {
  .blog .blog-sidebar {
    display: none;
  }
  
  .blog-listing-wrapper .post-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  
  .blog-listing-wrapper .hs-featured-image-wrapper {
    width: 100% !important;
    min-width: unset;
    max-width: unset;
  }
  
  .blog-listing-wrapper .hs-featured-image-wrapper img {
    width: 100% !important;
    object-fit: cover;
  }  
}

.hs-blog-social-share-item-facebook {
  margin-top: -5px !important;
}

.hs-blog-social-share-item-linkedin {
  margin-top: -5px !important;
}

.section.post-body a {
  color: #57B2E4;
  font-weight: 400;
}
.section.post-body a:hover {
  color: #2E3582;
}

.section.post-body li {
  color: #525252;
}

.section.post-body ul {
   padding-left: 25px;
}


.slick-track > div:first-child{opacity: 0;}
.slick-track > div:not(:first-child){opacity:1;}



/* ==========================================================================
  ACCORDIAN TOGGLES
   ========================================================================== */

.hs-accordion__item button:hover {
  color: #57B2E4 !important;
}

.hs-accordion__item {
    margin: .5em;
}
.hs-accordion__item button {
    display: block;
    width: 100%;
    font-size: 1em;
    padding: 1em 3em 1em 1em;
    cursor: pointer;
    border: 0 none;
    border-bottom: 1px solid #57B2E4;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    color: #444;
    position: relative;
    text-align: left;
	  font-family: inherit;
}
.hs-accordion__item:last-of-type button {
    border-bottom-color: transparent;
}
.hs-accordion__item button:focus {
    outline: none;
}
.hs-accordion__item button:hover {
    color: #2f367d !important;
}
.hs-accordion__item[aria-expanded=true] button {   /* [aria-expanded=true] means accordion will be 'open' */
    color: #2f367d;
    border-bottom-color: #00b9d6;
}
.hs-accordion__item-icon {              /* Icon styles */
    position: absolute;
    height: 1.25em;
    width: 1.25em;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid #57B2E4;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
  pointer-events: none;
}
.hs-accordion__item-icon:before {   
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    height: 1px;
    width: .75em;
    background-color: #a5a5a5;
}
.hs-accordion__item-icon:after {   
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    height: .75em;
    width: 1px;
    background-color: #a5a5a5;
}
.hs-accordion__item button:hover .hs-accordion__item-icon {
    border-color: #00b9d6;
}
.hs-accordion__item button:hover .hs-accordion__item-icon:before,
.hs-accordion__item button:hover .hs-accordion__item-icon:after {
    background-color: #00b9d6;
}
.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon {
    -webkit-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    border-color: #00b9d6;
    background-color: #00b9d6;
}
.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon:before,
.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon:after,
.hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon:before,
.hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon:after {
    background-color: #fff;   
}
.hs-accordion__item main {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity .3s ease-out .2s, max-height .3s ease-out;
    -o-transition: opacity .3s ease-out .2s, max-height .3s ease-out;
    transition: opacity .3s ease-out .2s, max-height .3s ease-out;
    line-height: 1.6;
  	display: block;
}
.hs-accordion__item[aria-expanded=true] main {
    opacity: 1;
    max-height: 100%;
    -webkit-transition: opacity .5s ease-in, max-height .5s ease-in;
    -o-transition: opacity .5s ease-in, max-height .5s ease-in;
    transition: opacity .5s ease-in, max-height .5s ease-in;
  	/*display: block;*/
}
.hs-accordion__item-content {
    padding: 2em 1em 1.5em;
}
.hs-accordion__item-content p {
 		margin-top: 0; 
}


/* ==========================================================================
  MENU CSS
   ========================================================================== */

.cta_border_button {
  display: none !important;
}

  

/* Transition */
 

/* Animation Delay */
 

/* Box Shadow */


/* Background Size */



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



/* Highlighted Text */
::-moz-selection {
    color: #00a7cd;
    background: black;
    text-shadow: none;
}
::selection {
    color: #00a7cd;
    background: black;
    text-shadow: none;
}


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


/* Blog Subscribe Module */
.subscribe-form {
    background: #f5f5f5;
}
.subscribe-form.page-center label {
    min-height: 24px;
    display: block;
    margin-bottom: 0px;
}
.subscribe-form .widget-type-blog_subscribe input[type="email"] {
    max-width: initial;   
    height: 38px;
    width: 100%;
    margin: 0;
}

.subscribe-form .hs_email {
    display: inline-block;
    width: 300px;
    margin-right: 5px;
    vertical-align: top;
}
.subscribe-form .hs_submit {
    display: inline-block;
    margin-top: 25px;
}
.subscribe-form .hs-button.primary {
    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;
    border-color: ;
    margin: 0;
}
.subscribe-form .hs-button.primary:hover {
    border-style: solid;
    color: #fff;
    border-color: ;
    background: ;
    border-width: 2px;       
}
.subscribe-form .hs-error-msgs {
    position: absolute;
    margin: 0;
    margin-top: 40px;
}


/* Tabber Module */
.tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0 0 -2px;
}
.tabber-tabs > li {
    float: left;
}
.tabber-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: ;
    text-decoration: none;
    display: block;
    border-radius: ;  
}
.tabber-tabs > .active > a, 
.tabber-tabs > .active > a:hover, 
.tabber-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tabber-content .tab-pane {
    background: #fff;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: ;
}
.tabber-content .tab-pane.active:nth-child(1) {
    border-top-left-radius: 0;
}
.body-container .tabber-content ul {
    padding: 0;
    margin: 0;
}
.tabber-content .block h3 {
    display: none;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    float: left;
    width: 40%;
    border-radius: ;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    width: 60%;
    padding: 0 0 0 15px;
}
.blog-tabber .hs-rss-item:last-child {
    margin-bottom: 10px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
display: block;
width: auto;
}
.custom-tabber-wrap .tabber-content .tab-pane {
    border-radius: ; 
}


/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */

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



/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
    background:;
    padding-top: 10px;
    float: right;
    -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;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    background:
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 10px;
    position: relative;
    color: #525252;
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:red;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 15px!important;
    background: #fff;
    padding: 10px 0px;
    border-radius: ;
    min-width: 150px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    background: ;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: "\f0d8";
    display: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    text-shadow: 0px -1px 0px #ccc;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color:;
    padding: 3px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #FFF;
}

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

/* Carret after Menu items with dropdown */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    content: "\f0d7";
    display: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
    font-size: 13px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after  {
    border-top-color: ;
}

/* Show menu and remove background color on desktop after toggling mobile menu */
@media screen and (min-width:860px) {
  .custom-menu-primary .hs-menu-wrapper { 
      display:block !important;
      background: transparent !important;
  }
}

/* Force header to trigger mobile layout on iPads */
@media (max-width: 860px){
  .header-container-wrapper .container-fluid  .row-fluid [class*="span"] {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}


.internal-sidebar li.hs-menu-item.active {
  background: #57B2E4;
}

.internal-sidebar li.hs-menu-item.active a {
  color: white !important;
}

.top-menu li.hs-menu-depth-1.active > a {
  color:#2E3582;
}

.top-menu li.hs-menu-depth-1.hs-item-has-children.active > a {
  color:#2E3582;
}

.top-menu li.hs-menu-depth-1.hs-item-has-children.active-branch > a {
  color:#2E3582;
}


/* ==========================================================================
   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 !important; /* Hide button on Desktop */
}

@media (max-width: 860px){

 
  #hs_cos_wrapper_module_1558534881699280 {
    text-align: right;
  }
  
  #hs_menu_wrapper_module_1558534881699280_ > ul > li > a {
    padding-left: 20px;
  }

  /* 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: 3;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#525252;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
 /*******************************************/    
    right: 20px;        /*******************************************/      
    padding: 6px 12px;
    margin-top: -16px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #525252; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 6px; /* Position bottom line */
  }


  /* 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: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .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:#525252; /* 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{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  /* Menu Styles on Mobile Devices
     ========================================================================== */  

  /* 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{
    position: absolute; /**************************************************************/
    top: 128px;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/                                              
    width: 100%;   
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
    background: white;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }


  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px solid 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:#525252 !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:white !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;  
    border: 0px;
    padding: 0px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

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

}


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

   4. TEMPLATE MODULE SELECTORS                                         

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

/* ==========================================================================
   Blog                                         
   ========================================================================== */


/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2  {
    margin-bottom: 0;
}

.post-header p{
    font-size: 13px;
}
/* Blog Author and Avatar */
#hubspot-author_data {
    float: left;
}
#hubspot-author_data a.author-link {}
.hs-author-avatar {}
.hs-author-avatar img {}

p.custom_listing_comments{
    float: right;
}

.hs-blog-social-share{
    float: left;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 60px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link { display: block; }
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 300px;
    max-width: 100%;
    display: inline-block !important;
    float: none!important;
    margin: 10px 0px 10px 0px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */
.social-sharing-wrapper {
    clear: both;
}
.hs-blog-social-share {
    padding: 10px 0 0 0;
    height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    text-align: center;
    margin-top: 15px;
}
.blog-pagination .previous-posts-link {
    float: left;
}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {
    float: right;
}

/* Blog Author Page */
.hs-author-social-label {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
    vertical-align: middle;
}
.hs-author-social-links a.hs-author-social-link {
    font-size: 30px;
    display: inline-block;
    padding-right: 5px !important;
    background: none !important;
    vertical-align: middle;
}


/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}

.blog-sidebar-filter-list li {
    padding: 2px 0;
}

/* Blog Modules */

.blog .blog-sidebar .widget-span {
    padding: 0px 0px 20px 0px;
}


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

   7. MOBILE MEDIA QUERIES                              

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


.body-container-wrapper {
  padding-top: 0px !important;
}
   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: ) {
    .container-fluid .row-fluid .page-center {
        padding: 10px;    
    }
    .container-fluid .footer-copyright .row-fluid .page-center {
        padding: 0 10px;
    }
}


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

@media (max-width: 768px) {
    .header-container-wrapper{
        position: relative;
    }
    
    .header-container{
        padding: 0;
    }
    
    .header-container-wrapper .container-fluid .row-fluid .page-center{
        padding: 0;
    }
    
    .header-container .hs_cos_wrapper_type_logo a img {
        max-width: 200px;
        margin: 5px 0 5px 10px;
    }
    
    .row-fluid [class*="span"].header-cta{
        display: none !important;
    }
    
    /* General */
    .body-container-wrapper {
        padding-top: 0;
    }
    .padding40tb {
        padding: 25px 0;
    }
    .sidebar.right,
    .main-content,
    .blog-sidebar {
        margin: 25px 0;
    }
   
    /* Blog */
    #comment-form {
        margin-bottom: 25px;
    }
}
     

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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link 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:860px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }



/* ==========================================================================
   VAST STYLESHEET
*/

 
/* Colors */
    /*  */
   
    /*  */
    /*  */
    /*  */

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

/* Structure */
      /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */

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


.header-container-wrapper {
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
    }

.header-container {
    background: #fff;
    z-index: 9999;
}
.global-header .logo {
    padding: 10px 0;
    min-height: 50px;
    max-width: 100%;
}
.global-header .logo a {
    max-width: 100%;
    width: 100%;
}

.header-cta{
    margin-top: 13px;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo a{
    position: relative;
    display: inline-block;
}
.header-container .hs_cos_wrapper_type_logo a:after{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    z-index: 99999;
    content: '';
}

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

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


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

/* ==========================================================================
   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:;
    padding-top: 10px;
    float: right;
    -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;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    background:
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 10px;
    position: relative;
    color: #525252;
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:#57B2E4 !important;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 15px!important;
    background: #fff;
    padding: 10px 0px;
    border-radius: 4px;
    min-width: 150px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    background: #57B2E4;
}

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

/* Carret after Menu items with dropdown */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
    font-size: 13px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after  {
    border-top-color: #34495e;
}

/* Show menu and remove background color on desktop after toggling mobile menu */
@media screen and (min-width:861px) {
  .custom-menu-primary .hs-menu-wrapper { 
      display:block !important;
      background: transparent !important;
  }
}

.top-menu .hs-menu-children-wrapper {
  padding: unset !important;
}


.top-menu .hs-menu-item .hs-menu-depth-2 {
    border-bottom: 1px solid #707070 !important;
    line-height: 3;
  }


/* ==========================================================================
   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 !important; /* Hide button on Desktop */
}

@media (max-width: 860px){


  .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
    background: white !important;
  }
  
  .top-menu li.hs-item-has-children ul.hs-menu-children-wrapper a:hover {
    color: white !important;
  }
  
  .top-menu li.hs-menu-item.hs-menu-depth-1.item-has-children:hover {
    background:#57B2E4 !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: 3;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#525252;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
/*******************************************/
    top: 94px;          /* Position Button at top right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 6px 12px;
    margin-top: -16px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #525252; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 6px; /* Position bottom line */
  }


  /* 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: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .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:#525252; /* 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{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  

  /* 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{
    position: absolute; /**************************************************************/
    top: 128px;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/                                              
    width: 100%;   
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* 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: 18px; /* Font size of top level list items */
    line-height: 45px;
    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 */
  }
  
 
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;  
    border: 0px;
    padding: 0px;
  }
  .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 */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

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

}

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

   4. TEMPLATE MODULE SELECTORS                                         

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

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


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

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

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

/* Labels */
body label {
    margin-bottom: 5px;
    font-weight: 400;
    color: #525252;
}
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: 'Lato', arial, sans-serif;
    font-size: 16px;
    display: block;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

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: #57B2E4;
    -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);
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 140px;
    resize:none;
}
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 {

}

.hs-error-msg {
  color: #525252;
  font-size: 14px;
}

/* 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 input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

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

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

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

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

/* Error */
body .hs-common-error-message {
  font-size: 14px;
  color: red;
}


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{
    width: 100%;
    float: left;
    height: 36px;
    margin-bottom: 10px;
}
.blog-sidebar #hs_form_target_blog_subscription input[type="email"] {}

#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"] {}


/* 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: #34495e !important;
    background: #34495e !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.hsformerror .close-form-error {
    color: #34495e;
}
.hsformerror em {
    border-color: #34495e transparent transparent !important;
}

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

   7. MOBILE MEDIA QUERIES                              

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

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1080px) {
    .container-fluid .row-fluid .page-center {
        padding: 10px;    
    }
    .container-fluid .footer-copyright .row-fluid .page-center {
        padding: 0 10px;
    }
}

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

@media (max-width: 768px) {
    .header-container-wrapper{
        position: relative;
    }
    
    .header-container{
        padding: 0;
    }
    
    .header-container-wrapper .container-fluid .row-fluid .page-center{
        padding: 0;
    }
    
    .header-container .hs_cos_wrapper_type_logo a img {
        max-width: 200px;
        margin: 5px 0 5px 10px;
    }
    
    .row-fluid [class*="span"].header-cta{
        display: none !important;
    }
     
}


/* ==========================================================================
  LP STYLES 
   ========================================================================== */


.lp-content-wrap > div > div {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width:860px){
  
  .landing-page .header-logo .widget-type-logo {
    margin: 0 auto;
  }
  
}





/* 404 */

body.error-template > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-2 > div {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}


.hs-cta-wrapper a img {
  width: auto !important;
}

.navy-bg {
  width: 100%;
  background: #2d3582;
  overflow: auto;
}