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

/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

body { margin:0; padding:0; font-family: "gesta",sans-serif; font-size:16px; line-height:22px; color:#292b2c; background:#fff; overflow-x:hidden; opacity:0; -webkit-transition: all  0.3s ease-in-out;
    -moz-transition: all  0.3s ease-in-out;
    -o-transition: all  0.3s ease-in-out;
    -ms-transition: all  0.3s ease-in-out;
    transition: all  0.3s ease-in-out;; }
body.opacity { opacity:1; -webkit-transition: all  0.3s ease-in-out;
    -moz-transition: all  0.3s ease-in-out;
    -o-transition: all  0.3s ease-in-out;
    -ms-transition: all  0.3s ease-in-out;
    transition: all  0.3s ease-in-out;; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#ccc; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:15px 0; margin:0; }

h1 { color:#333c4e; font-family: "gesta",sans-serif; font-size:30px; margin:0; padding:15px 0 25px; line-height:40px; font-weight:normal; clear:both }
h2 { font-weight:700; color:#292b2c; font-family: "gesta",sans-serif; font-size:46px; line-height:51px; margin:0; padding:10px 0 10px; clear:both }
h3 { font-weight:700; color:#292b2c; font-family: "gesta",sans-serif; font-size:36px; line-height:44px; margin:0; padding:10px 0 10px; clear:both }
h4 { font-weight:700; color:#292b2c; font-family: "gesta",sans-serif; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both }
h5 { font-weight:700; color:#292b2c; font-family: "gesta",sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:700; color:#292b2c; font-family: "gesta",sans-serif; font-size:22px; margin:0; padding:10px 0; line-height:26px; clear:both }

a { text-decoration:none; outline:none; color:#126df5; -webkit-transition: all  0.4s ease-in-out;
    -moz-transition: all  0.4s ease-in-out;
    -o-transition: all  0.4s ease-in-out;
    -ms-transition: all  0.4s ease-in-out;
    transition: all  0.4s ease-in-out;; }
a:hover { color:#083a86; }

input , button , textarea, select , 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"] { outline:none; border:none; border-bottom:1px solid #ccc; background:#fff; height:38px; padding:0 20px; font-family: "gesta",sans-serif; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { height:auto; width:auto; border:none; cursor:pointer; background:url(https://cdn2.hubspot.net/hubfs/4098722/insitepro_2018/images/blank1.png) no-repeat left top #134f99; font-size:16px; line-height:24px; font-weight:400; padding:8px 20px; color:#fff; display:inline-block; -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;; }
input[type=submit]:hover , button:hover { background-color:#0d63a8; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }
.row-fluid .hs-form fieldset.form-columns-1 .input{margin: 0;}

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#333; color:#ffff; border-color:#333; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }


.row-fluid .error-pagewrap { text-align:center; }
.row-fluid .error-pagewrap .link-style a { text-decoration:none; }
.row-fluid .error-pagewrap.customize-sec.v1 .heading:after { left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);;  }


.row-fluid .password-page { max-width:700px; margin-left:auto !important; margin-right:auto; float:none !important; }
.row-fluid .password-page input[type="password"] { margin-bottom:25px; height:50px !important; padding-left:15px; padding-right:15px; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  
}

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; }
.row-fluid .bg-img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-italic { font-style:italic; }

.row-fluid .bluelight_bg { background:#E2E7EA; }
.row-fluid .bluedark_bg { background:#243954; }

.fancybox-slide--html .fancybox-close-small:hover { background:#fff; }
.fancybox-container * { line-height:0; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#fbb314; }
 
.row-fluid .wrapper { margin:0 auto !important; width:1200px; float:none !important; } 

/*Button Link Option*/
.row-fluid .link-style a , .row-fluid a.link-style , .hs_cos_wrapper_type_google_search a.hs-button { cursor:pointer; font-weight:400; line-height:24px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:15px 30px;  background-color:#134f99; color:#fff; margin:5px 0 0; font-size:16px; line-height:24px; }
.row-fluid .link-style a:hover , .row-fluid a.link-style:hover , .hs_cos_wrapper_type_google_search a.hs-button:hover  { background:#0d63a8; color:#fff; }

.row-fluid .link-style a sup { margin-top: -7px; display: inline-block; }

/* .row-fluid .link-style2 a , .row-fluid a.link-style2 { font-weight:600; letter-spacing:1.2px; text-transform: uppercase; line-height:24px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:10px 25px;  background-color:; color:; border-radius:4px; margin:5px 0 0; font-size:16px; }
.row-fluid .link-style2 a:hover , .row-fluid a.link-style2:hover  { background:; color:; } */

.row-fluid .text-title h2:after { content:''; margin:26px 0 20px; width:35px; height:2px; background:#000; display:block; }
.row-fluid .text-title.text-white { color:#fff; }
.row-fluid .text-title.text-white h2 { color:#fff; }
.row-fluid .text-title.text-white h2:after { background:#fff; }
.row-fluid .text-title.text-center { margin:0 auto !important; max-width:900px; width:100%; display:block; float:none;  }
.row-fluid .text-title.text-center h2:after { margin:26px auto 20px; }

.row-fluid .list-style ul { margin:10px 0; padding:0; list-style-type:none; }
.row-fluid .list-style ul li { margin:0; padding:0 0 0 15px; display:block; position:relative; }
.row-fluid .list-style ul li:before { content:''; width:5px; height:5px; position:absolute; top:9px; left:0; background:#000; -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;; }

/* menu */
.row-fluid .top { padding:50px 0 0; position:fixed; top:0; left:0; width:100%; z-index:999999; -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;; }
.home-page .logo1 , .row-fluid .top .logo , .row-fluid .top.fixed .logo1 { display:none; }
.home-page .logo , .row-fluid .top.fixed .logo { display:block !important; }

/*menu*/
.row-fluid .mainmenu { float:right; width:auto; margin:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul { vertical-align: top; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:17px 20px; font-size:16px; line-height:24px; font-weight:400; color:#616667; vertical-align: top; font-family: "gesta",sans-serif; }
.row-fluid .logo img , .row-fluid .logo1 img { height:58px; width:auto !important; }
.row-fluid .top.fixed { padding:15px 0; background:rgba(73,77,82,0.9); width:100%; }
.home-page .mainmenu .hs-menu-wrapper > ul > li > a:link, .home-page .mainmenu .hs-menu-wrapper > ul > li > a:visited , .home-page .mainmenu .hs-menu-wrapper ul li a { color:#fff; } 
.row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .top.fixed .mainmenu .hs-menu-wrapper ul li a { color:#fff; } 

#risk-scoring, #nextmap, #processing {border-top: 50px solid transparent;margin-top: -50px;-webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box;}
#processing {background:transparent;}

/* hero section */
.row-fluid .hero-section { height:100vh; position:relative; }
.row-fluid .hero-insidetext h1 { padding:0 0 10px; font-size:46px; line-height:51px; color:#fff; font-weight:700; text-shadow:3px 3px 6px rgba(0,0,0,0.6); }
.row-fluid .insurance-icon img { width: 100%; max-width: 56px; height:auto !important; }
.row-fluid .insurance-main { margin:0 -17px; display:block; }
.row-fluid .insurance-box { padding:28px; width:25%; float:left; text-align:center; }
.row-fluid .insurance-box > a { display:inline-block; width:100%; }
.row-fluid .insurance-inside { padding:22px 27px 18px; font-size:14px; color:#444; background:url('https://cdn2.hubspot.net/hubfs/4098722/insitepro_2018/images/underwriting-cta.png') repeat; }
.row-fluid .insurance-insidetext { padding:20px 10px; min-height:145px; }
.row-fluid .insurance-btn { width:100%; padding:5px 20px; background:#134f99; font-size:15px; line-height:24px; color:#fff; display:inline-block; -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;; }
.row-fluid .insurance-btn:hover { background:#0d63a8; }
.row-fluid .insurance-btn br { display:none; }
.row-fluid .delivers-section { padding:200px 0 130px; background:#a7b6be; }
.row-fluid .delivers-video-text { margin-top:20px; }
.row-fluid .play-video { margin:30px 0 15px; }
.row-fluid .play-video a:after { content:"\f144"; margin-left:7px; display:inline-block; font-family:'FontAwesome'; }
.row-fluid .video-code { display:none; }

.video-code { padding:0 !important; max-width:960px !important; }

.row-fluid .insite-section { padding:130px 15px 145px; }  
.row-fluid .insite-inner { margin:0 auto !important; width:100%; max-width:1528px; float:none; display:block; }
.row-fluid .insite-main { margin:30px 0; float:left; width:100%; position:relative; }
.row-fluid .insite-group { float:left; width:100%; border-bottom:1px solid #fff; }
.row-fluid .insite-group:last-child { border-bottom:none }
.row-fluid .insite-box { width:50%; float:left; color:#fff; border-right:1px solid #fff; }
.row-fluid .insite-group .insite-box:last-child { border-right:none; }
.row-fluid .insite-boxinner { padding:40px; float:left; width:100%; }
.row-fluid .insite-icon { width:90px; float:left; }  
.row-fluid .insite-text { width:calc(100% - 90px); float:left; }

.row-fluid .features-sec { padding:80px 15px 100px; }
.row-fluid .features-btn { margin-top:40px; }
.row-fluid .features-mainsection { margin:90px auto 0 !important; max-width:1750px; float:none; display:block; width:100%; }
.row-fluid .features-main { width:100%; float:left; }
.row-fluid .features-box { width:25%; float:left; padding:23px; text-align:center; }
.row-fluid .features-inside { position:relative; color:#fff; font-size:14px; line-height:21px; -webkit-box-shadow: 10px 10px 30px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 30px -13px rgba(0,0,0,0.75);
    -o-box-shadow: 10px 10px 30px -13px rgba(0,0,0,0.75);
    -ms-box-shadow: 10px 10px 30px -13px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 30px -13px rgba(0,0,0,0.75);; -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;; background:#122e4f; cursor:pointer; }
.row-fluid .features-top { text-align:center; position: absolute; top:0; left: 0; width: 100%; height:100%; display: flex; align-items: center; background:#134f99; -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;; }
.row-fluid .features-topinside { margin:0 auto; }
.row-fluid .features-top h4 { padding:10px 0 0; font-size:18px; line-height:26px; font-weight:600; color:#fff; }
.row-fluid .features-top h4:after { content:'+'; display:block; font-weight: 200; }
.row-fluid .features-icon img { width:auto; }
.row-fluid .features-text { padding:68px 15px; }
.row-fluid .features-top:hover { background:#0d63a8; }
.row-fluid .features-inside.main .features-top { display:none; }

.row-fluid .footer { padding:50px 0 75px; background:#494D52; color:#aeaeb2; font-size:14px; line-height:21px; }
.row-fluid .footer-right { text-align:right; }
.row-fluid .footer-right ul { margin:0; padding:14px 0 5px; list-style-type:none; }
.row-fluid .footer-right ul li { margin:0; padding:0 12px 0 8px; width:auto; display:inline-block; border-right:1px solid #aeaeb2; line-height:21px; }
.row-fluid .footer-right ul li:last-child { padding-right:0; border-right:none; }  
.row-fluid .footer-right ul li a { padding:0; color:#fff; }
.row-fluid .footer-developed { margin:35px 0 10px; }
.row-fluid .footer-developed a { color:#fff; } 
.row-fluid .footer-developed a:hover , .row-fluid .footer-right ul li a:hover { text-decoration:underline; }
.row-fluid .footer-logo img { height:58px; width:auto !important; }

.row-fluid .hero-inner { min-height:250px; position:relative; }
.row-fluid .hero-menu { position:absolute; bottom:0; width:100%; text-align: center; }
.row-fluid .hero-menu .wrapper { background:#adbac2; }
.row-fluid .hero-menu ul { margin:0; }
.row-fluid .hero-menu ul li a { padding:20px 25px; font-size:16px; line-height:18px; font-weight:700; color:#000000; vertical-align: top; font-family: "gesta",sans-serif; }
.row-fluid .hero-menu ul li a:hover , .row-fluid .hero-menu ul li.active-branch > a  { color:#134f99; }

.row-fluid .customize-sec { padding:75px 0; }
.row-fluid .customize-title h3:after { content:''; margin:20px 0 0; width:35px; height:2px; background:#000; display:block; }
.row-fluid .customize-title.text-center h3:after { margin:20px auto 10px; } 
.row-fluid .customize-left .customize-title h3 { padding:0 0 10px; }
.row-fluid .customize-left { padding-right:30px; }
.row-fluid .customize-left ul { margin:10px 0; padding:0; list-style-type:none; }
.row-fluid .customize-left ul li { margin:0; padding:0 0 0 15px; display:block; position:relative; }
.row-fluid .customize-left ul li:before { content:''; width:5px; height:5px; position:absolute; top:9px; left:0; background:#000; -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;; }
.row-fluid .location-img { margin-top:30px; }

.row-fluid .customize-right { padding-left:30px; border-left:1px solid #000; }
.row-fluid .customize-right .insurance-box { padding:0 0 20px; width:100%; }
.row-fluid .customize-right .insurance-box:nth-child(3) { clear:left }
.row-fluid .customize-right .insurance-main { margin:0; }
.row-fluid .customize-right .insurance-inside { padding:20px 15px; }

.row-fluid .insitepro-text { margin-top:40px; padding:25px 25px; background:#e2e7ea; }
.row-fluid .faq-box .answer { padding:15px; display:none; }
.row-fluid .faq-box .question { padding:15px 15px 15px 0; font-size:19px; line-height:28px; color:#0B57A3; font-weight:500; border-bottom:1px solid #0B57A3; position:relative; cursor:pointer; }
.row-fluid .faq-box .question:before { content:"+"; position:absolute; top:15px; right:15px; font-family:'fontAwesome'; font-size:19px; font-weight:700; }
.row-fluid .faq-box .question.active:before { content:"_"; }

.row-fluid .whyinsite-sec { padding:75px 0; }
.row-fluid .whyinsite-text { margin-top:50px; }
.row-fluid .whyinsite-img img { width:100% !important; }

.row-fluid .strip-section { padding:80px 0; color:#fff; }
.row-fluid .strip-insidetext { margin:0 auto !important; max-width:790px; width:100%; float:none; display:block; }

.row-fluid .features-maintop { margin-top:50px; }
.row-fluid .features-maintop .features-text { padding:38px 25px; }
.row-fluid .features-maintop .features-box { padding:15px; }

.row-fluid .intermap-section { padding:75px 0 87px; }
.row-fluid .intermap-inner { margin:0 auto !important; width:100%; max-width:780px; float:none; display:block; }

.row-fluid .business-sec { padding:80px 0; }
.row-fluid .business-title { margin:0 0 30px; font-weight:700; }
.row-fluid .business-main { margin:30px -15px 0; display:block; }
.row-fluid .business-box { padding:15px; width:33.33%; float:left; }
.row-fluid .business-inner { padding:35px; background:#fff; }
.row-fluid .business-icon { margin-bottom:20px; }

.row-fluid .content-sec { padding:80px 0; color:#fff; }
.row-fluid .content-innertext { margin:0 auto !important; max-width:950px; width:100%; float:none; }
.row-fluid .denver-section { padding:20px 0; color:#fff; position:relative; }
.row-fluid .denver-section a { color:#73b2fc }
.row-fluid .denver-section a:hover { text-decoration:underline; }

/* Blog Section */
.row-fluid .blog-section { padding:80px 0; }
.row-fluid .blog-section .section-title { padding:0 0 10px; font-size: 34px; line-height: 44px; font-weight: 600; }
.row-fluid .blog-section .section-title:after { content: ''; margin: 20px 0 0; width: 35px; height: 2px; background: #000; display: block; }
.row-fluid .post-item { margin:15px 0; background:#d6dde1; float:left; width:100%; color:#000; } 
.row-fluid .post-item p { padding:5px 0 10px; }
.row-fluid .post-item h2 { padding:0 0 8px; font-size:24px; line-height:30px; }
.row-fluid .post-item h2 a { color:#000; }
.row-fluid .post-item .post-img { width:33.33%; float:left; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .post-item .post-text { padding:30px; width:66.67%; float:left; min-height:200px; }

.row-fluid .blog-right { padding-left:30px; border-left:1px solid #000; }
.row-fluid .hazard-text { padding:30px; margin-bottom:28px; }
.row-fluid .hazard-text h4 { padding:0 0 10px; font-size:18px; line-height:26px; color:#34609c; }

.row-fluid .subscribe-form { padding:30px; margin-bottom:28px; }
.row-fluid .subscribe-form h3 { padding:0 15px 20px; font-size:18px; line-height:24px; color:#292b2c; text-align:center; } 
.row-fluid .subscribe-form textarea, .row-fluid .subscribe-form input[type="text"], .row-fluid .subscribe-form input[type="password"], .row-fluid .subscribe-form input[type="datetime"], .row-fluid .subscribe-form input[type="datetime-local"], .row-fluid .subscribe-form input[type="date"], .row-fluid .subscribe-form input[type="month"], .row-fluid .subscribe-form input[type="time"], .row-fluid .subscribe-form input[type="week"], .row-fluid .subscribe-form input[type="number"], .row-fluid .subscribe-form input[type="email"], .row-fluid .subscribe-form input[type="url"], .row-fluid .subscribe-form input[type="search"], .row-fluid .subscribe-form input[type="tel"], .row-fluid .subscribe-form input[type="color"], .row-fluid .subscribe-form select { padding:0 10px; height:37px; border:none; border-bottom:1px solid #ccc; }
.row-fluid .subscribe-form .hs-form-field > label { display:none; }
.row-fluid .subscribe-form .hs-button { height:auto; padding:8px 25px; font-size:16px; line-height:24px; font-weight:400; }
.row-fluid .subscribe-form .actions { padding:20px 15px 10px; text-align:center; }

.row-fluid .posts-tag { padding:30px 40px; }
.row-fluid .posts-tag h3 { font-size:18px; line-height:24px; text-align:center; } 
.row-fluid .posts-tag ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .posts-tag ul li { margin:0; padding:0; display:block; }
.row-fluid .posts-tag ul li a:hover { text-decoration:underline; }
.row-fluid .posts-tag .filter-expand-link { margin-top:15px; display:inline-block; width:100%; } 
.row-fluid .posts-tag .filter-expand-link:hover { text-decoration:underline; }

.row-fluid .blog-pagination { float:left; width:100%; }
.row-fluid .blog-pagination a:hover { text-decoration:underline; }
.row-fluid .blog-pagination ul { margin:20px 0; padding:0; list-style-type:none; }
.row-fluid .blog-pagination ul li:first-child { margin-left:0; }
.row-fluid .blog-pagination ul li { margin:0 0 0 -4px; padding:0; display:inline-block; }
.row-fluid .blog-pagination ul li a { padding:5px 12px; border:1px solid #ddd; color:#23527c; display:inline-block; background:#fff; text-decoration:none; }
.row-fluid .blog-pagination ul li a:hover { background:#eee; color:#23527c; } 
.row-fluid .blog-pagination ul li.disabled a { cursor: not-allowed; }
.row-fluid .blog-pagination ul li.disabled a:hover { background:#fff; color:#23527c; }
.row-fluid .blog-pagination ul li.active a { cursor: default; background-color: #337ab7; color:#fff; border-color: #337ab7; }

.hs-blog-listing .comment-form { display:none; }

.row-fluid .legal-sec { padding:75px 0; }
.row-fluid .legal-left a:hover { text-decoration:underline; }
.row-fluid .legal-right { margin-top:15px; padding-left:30px; border-left:1px solid #000; }

.row-fluid .disclaimer-section h5 { padding:10px 0 0; }

.row-fluid .hero-take { padding:30px 0; }
.row-fluid .hero-take-logo img { height:58px; width:auto !important; }

.row-fluid .sneak-sec { padding:65px 0 0; height:10 }
.row-fluid .sneak-inner { margin-top:30px; background:#f0f4f6; -webkit-box-shadow: 3px -3px 5px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 3px -3px 5px 0 rgba(0,0,0,0.25);
    -o-box-shadow: 3px -3px 5px 0 rgba(0,0,0,0.25);
    -ms-box-shadow: 3px -3px 5px 0 rgba(0,0,0,0.25);
    box-shadow: 3px -3px 5px 0 rgba(0,0,0,0.25);; }
.row-fluid .sneak-left { padding:40px 40px 50px; }
.row-fluid .sneak-left h3 { font-weight:500; line-height:40px; }
.row-fluid .sneak-right { background-position:center center; }
.row-fluid .link-style.watch_cta a { margin-top:30px; }
.row-fluid .link-style.watch_cta a:after { content: "\f144"; margin-left: 7px; display: inline-block; font-family: 'FontAwesome'; }
.row-fluid .watch-code { display:none; }

.row-fluid .sneak-sec .customize-title h3 { padding:0 0 25px; font-weight:500; }
.row-fluid .sneak-sec .customize-title h3:after { display:none; }

.row-fluid .button a { margin-top:30px; }

.watch-code { padding:0 !important; max-width:960px !important; }
.watch-code iframe , .watch-code video { height:530px !important; width:960px !important; } 

.row-fluid .video-text { margin:0; width:58%; color:#fff; }
.row-fluid .video-text h3 { color:#fff; font-weight:500; }
.row-fluid .video-text h3:after { content:''; margin:10px 0 0; width:35px; height:2px; background:#fff; display:block; }
.row-fluid .video-textinner { padding:70px 70px 70px 0; }
.row-fluid .video-text ul { margin:10px 0; padding:0 0 0 15px; list-style-type:none; }
.row-fluid .video-text ul li { margin:5px 0; padding:0 0 0 25px; display:block; position:relative; }
.row-fluid .video-text ul li:before { content:"\f058"; position:absolute; top:0; left:0; font-family:'fontAwesome';  }

.row-fluid .video-right { margin:0; width:42%; }
.row-fluid .form-video { padding:30px 40px 40px; }
.row-fluid .form-video h3 { padding:0 0 30px; font-weight:500; text-align:center; } 
.row-fluid .form-video .hs-form-field > label { display:none; }
.row-fluid .form-video .actions { margin-top:10px; text-align:center; }
.row-fluid .form-video .hs-error-msgs { margin:0 0 20px; padding:0; font-size:12px; line-height:16px; }

.row-fluid .video-textfull { width:100%; }

.row-fluid .about-info { padding:70px 0; }
.row-fluid .about-info-left { margin:0 0 0 -5px; width:50%; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .about-info-right { margin:0 0 0 -5px; padding-left:30px; width:50%; float:none; display:inline-block; vertical-align:middle; }

.row-fluid .strip-committed .customize-title h3 { padding:0 0 10px; color:#fff; font-size:30px; line-height:36px; font-weight:500; } 
.row-fluid .strip-committed .customize-title h3:after { background:#fff; }
.row-fluid .strip-committed p { padding:10px 0 0; }
.row-fluid .strip-committed a { color:#337ab7; }
.row-fluid .strip-committed a:hover { color:#fff; text-decoration:underline; }
.row-fluid .strip-committed .customize-title h1{ color:#fff;}
.row-fluid .frequently-sec { padding:75px 0; } 
.row-fluid .frequently-sec .text-title h2 { font-size:30px; line-height:36px; } 

.row-fluid .Leadership-sec { padding:80px 0; }  
.row-fluid .leadership-main-section { padding:40px 0 0; }
.row-fluid .leadership-list { width:24%; float:left; }
.row-fluid .leadership-select { display:none; }
.row-fluid .leadership-list ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .leadership-list ul li { margin:0; padding:0; display:block; }
.row-fluid .leadership-list ul li a { font-size:18px; line-height:24px; color:#000; padding:10px 15px; width:100%; background:#f0f4f6; border:1px solid #dbdbdb; display:inline-block; font-weight:600; }
.row-fluid .leadership-list ul li a:hover { background:#eee; }
.row-fluid .leadership-list ul li a.active { background:#fff; color:#134f99; border-color:#134f99; }
.row-fluid .leadership-main { width:76%; padding:0 0 0 60px; float:left; border-left:1px solid #134f99; }
.row-fluid .leadership-person-img { display:inline-block; width:150px; vertical-align:middle; }
.row-fluid .leadership-person-img img { width:100% !important; }
.row-fluid .leadership-person-text { padding:0 0 0 40px; display:inline-block; width:calc(100% - 155px); vertical-align:middle; }
.row-fluid .leadership-person-text h4 { padding:10px 0 0; font-size:18px; line-height:24px; font-weight:600; }

.row-fluid .leadership-text { margin-top:10px; }

.row-fluid .frequently-main-section { margin-top:50px; width:100%; float:left; }
.row-fluid .frequently-list { width:24%; float:left; }
.row-fluid .frequently-select { display:none; }
.row-fluid .frequently-list ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .frequently-list ul li { margin:0; padding:0; display:block; }
.row-fluid .frequently-list ul li a { font-size:18px; line-height:24px; color:#000; padding:10px 15px; width:100%; background:#f0f4f6; border:1px solid #dbdbdb; display:inline-block; font-weight:600; }
.row-fluid .frequently-list ul li a:hover { background:#eee; }
.row-fluid .frequently-list ul li a.active { background:#fff; color:#134f99; border-color:#134f99; }
.row-fluid .frequently-main-box { width:76%; padding:10px 0 10px 60px; float:left; border-left:1px solid #134f99; }
.row-fluid .frequently-box h2.question { padding:20px 20px 20px 0; font-size:16px; line-height:24px; border-bottom:1px solid #ccc; cursor:pointer; position:relative; } 
.row-fluid .frequently-box h2.question:after { content:"\f067"; position:absolute; top:20px; right:5px; font-family:'fontAwesome'; font-size:14px; font-weight:200; }
.row-fluid .frequently-box h2.question.active:after { content:"\f068"; }
.row-fluid .frequently-answer { padding:15px 0; display:none; }

.row-fluid .contact-sec { margin-bottom:60px; }
.row-fluid .contact-inner { padding:50px 30px; background:#dce2e5; }
.row-fluid .contact-inner h3 { padding:0 0 20px; font-size:24px; line-height:30px; text-align:center; font-weight:500; }
.row-fluid .contact-inner .hs-form-field > label { display:none; }  
.row-fluid .contact-inner .actions { margin-top:30px; text-align:center; }

.row-fluid .cta-strip { padding:30px; background:#134f99; color:#fff; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.row-fluid .cta-strip-button { margin-top:30px; }
.row-fluid .cta-strip-button a { border:1px solid #fff; } 
.row-fluid .cta-strip:hover { background:#0d63a8; }

.row-fluid .Perils-section { margin-top:30px; }
.row-fluid .Perils-main-title h3 { font-size:24px; line-height:30px; color:#292b2c; }  
.row-fluid .perils-main { margin-top:50px; }
.row-fluid .perils-titlesec { border-bottom:1px solid #ddd; }
.row-fluid .perils-titlesec ul { margin:0; padding:0; list-style-type:none; }  
.row-fluid .perils-titlesec ul li { margin:0 0 -1px; padding:0; display:inline-block; }
.row-fluid .perils-titlesec ul li:before { display:none; }
.row-fluid .perils-titlesec ul li a { padding:10px 15px; border:1px solid #ddd; display:inline-block; font-size:18px; line-height:24px; color:#000000; font-weight:600; background:#f0f4f6; }
.row-fluid .perils-titlesec ul li a:hover { background:#eee; }
.row-fluid .perils-titlesec ul li a.active { background:#fff; border:1px solid #134f99; color:#134f99; border-bottom:none; }

.row-fluid .blog-posting .hs-blog-social-share { height:auto !important; }
.row-fluid .blog-posting ul.hs-blog-social-share-list { display:inline-block; width:100%; }
.row-fluid .blog-posting .hs-blog-social-share-item { line-height:0; }
.row-fluid .blog-posting .section.post-header:after { content:''; margin:5px 0; width:35px; height:2px; background:#000; display:block; }
.row-fluid .blog-posting .post-header h2 { padding:0 0 15px; }

.row-fluid .comment-form .hs-input { border:1px solid #ccc; height:44px; }
.row-fluid .comment-form .hs-form-field { padding-bottom:20px !important; }
.row-fluid .comment-form .hs-form-field > label { display:none; }  
.row-fluid .comment-form .hs-form fieldset.form-columns-3 .field { width:33.33%; } 
.row-fluid .comment-form textarea.hs-input { height:150px; }
.row-fluid .comment-form h3 { font-size:24px; line-height:32px; margin-bottom:15px; }
.row-fluid .comment-form .hs-error-msgs { font-size:12px; line-height:14px; }

.row-fluid .pagination-link a { margin-top:7px; padding:10px 25px; text-decoration:none; text-transform: capitalize; }
.row-fluid .pagination-link a:hover { text-decoration:none; }

/* 16-10-2018 Update */
.row-fluid .sneak-secnew { height:75vh; }


/* 17-10-2018 */
.row-fluid .style-btn a { min-width: 220px; text-align: center;}
.row-fluid .contact-section {text-align: center; padding: 90px 0 35px;}
.row-fluid .contact-section h3 { margin-bottom: 38px;}
.row-fluid .contact-section h4 {font-size: 24px; font-weight: 600; border-top: 1px solid rgba(0,0,0,.1);border-bottom: 1px solid rgba(0,0,0,.1); padding: 18px 0 10px; margin-bottom: 45px; }

.row-fluid .contact-section .contact-caption { width: 100%; max-width: 740px; margin: auto; float: none;     padding-left: 30px; }
.row-fluid .contact-section .insurance-box { width: auto; padding: 0 13px 45px; display: inline-block; float: none; font-size: 12px; line-height: 18px; }
.row-fluid .contact-section .insurance-box .insurance-inside { width: 250px; padding: 46px 10px 80px; }
.row-fluid .contact-section .insurance-main { text-align: center; }
.row-fluid .contact-section .insurance-box h6 { font-size: 13px; padding: 0; }
.row-fluid .contact-section .insurance-box a { font-size: 13px; color: #312323; display:block; }
.row-fluid .contact-section .insurance-box .insurance-icon { margin-bottom: 36px; }
.row-fluid .contact-section .insurance-box a:hover { color: #0f4e9b;}



/* .top.v2 */
.row-fluid .top.v2 { padding-top: 19px; }
.row-fluid .top.v2 .contact-info { text-align: right; color: #fff; font-weight: 600; padding-top:5px; }
.row-fluid .top.v2 .contact-info a { color: inherit; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a { padding-right: 0 !Important; } 
.row-fluid .top.v2 .contact-info a:hover { color: #fba01b; }
.row-fluid .top.v2 .logo,
.row-fluid .top.v2 .logo1{ padding-top: 20px; }

/* */
.row-fluid .hero-section.v2{ min-height:700px; }
.row-fluid .hero-section.v2 h3 { color: #fff; text-align: center; padding: 3px 0 0; }
.row-fluid .hero-section.v2 .insurance-main { text-align: center; padding: 43px 0 0; }
.row-fluid .hero-section.v2 .insurance-main:after { content: ''; display: table; clear: both; }
.row-fluid .hero-section.v2 .insurance-main .insurance-box { float: none; display: inline-block; margin: 0 -2px; padding: 23px; max-width: 294px; width: 100%; vertical-align: top; }
.row-fluid .hero-section.v2 h1 { padding: 0; }

.row-fluid .desktop-section { padding: 90px 0 101px; text-align: left; }
.row-fluid .desktop-section .contain { }
.row-fluid .desktop-section h2 { position: relative; padding: 0 0 24px; }
.row-fluid .desktop-section h2:after { content: ''; position: absolute; bottom: 0; left: 0; right:auto; width: 34px; height: 2px; background: #292b2c; } 
.row-fluid .desktop-section .widget-type-cta { padding: 8px 0 0; }
.row-fluid .desktop-section .contain > div { padding: 10px 4px 0 0; }
.row-fluid .desktop-section .thumb img { max-width: 100%; }
.row-fluid .desktop-section.even { text-align: right; }
.row-fluid .desktop-section .wrapper > div > div > div { margin: 0px; padding-left: 15px; padding-right: 15px; width: 50%; }
.row-fluid .desktop-section.even .wrapper { }
.row-fluid .desktop-section.even .wrapper > div > div { position: relative; }
.row-fluid .desktop-section.even .wrapper > div > div > div { position: relative; }
.row-fluid .desktop-section.even .wrapper > div > div > div:first-child { left: 50%; }
.row-fluid .desktop-section.even .wrapper > div > div > div:last-child { left: -50%; }
.row-fluid .desktop-section .wrapper > div > div { margin: 0 -15px; width: auto; }
.row-fluid .desktop-section.even h2:after { right: 0; left: auto; }

.row-fluid .features-sec.v1 { padding: 52px 0 60px; color: #fff; text-align: center; position: relative;}
.row-fluid .features-sec.v1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    opacity: 0.7;
    mix-blend-mode: color;
    background: rgb(40,60,86);
    background: -moz-linear-gradient(left, rgba(40,60,86,1) 0%, rgba(100,52,42,1) 100%);
    background: -webkit-linear-gradient(left, rgba(40,60,86,1) 0%,rgba(100,52,42,1) 100%);
    background: linear-gradient(to right, rgba(40,60,86,1) 0%,rgba(100,52,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c56', endColorstr='#64342a',GradientType=1 );
}
.row-fluid .features-sec.v1 > div { position: relative; z-index: 1;}
.row-fluid .features-sec.v1 h2 { color: inherit; padding: 0; }
.row-fluid .features-sec.v1 h3 { color: inherit; padding: 0; font-weight: 400; margin: 0 -55px; width: auto; } 

/* */
.row-fluid .page-banner { padding:400px 0 35px; color: #fff; position: relative; }
.row-fluid .page-banner h1 { color: inherit; font-weight: 700; font-family: "gesta", sans-serif; font-size: 40px; line-height: 44px; margin: 0; padding: 0; }
.row-fluid .page-banner > div { position: relative; z-index: 1; }
/*.row-fluid .page-banner:after { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #000; opacity: 0.6; }*/
.row-fluid .page-banner.overlay-none:after{ display:none; }

/* */
/* @media(min-width:992px){ */
  .row-fluid .bg { }
  .row-fluid .bg .top.v2 { background: url(https://cdn2.hubspot.net/hub/4098722/hubfs/page-header-1.jpg) no-repeat center / cover; }
  .row-fluid .top.v2 .contact-info { color: #134f99; font-weight:500; }
  .row-fluid .bg .mainmenu .hs-menu-wrapper ul li a { padding-bottom: 48px !important; }
  .row-fluid .bg .top.v2 .logo, .row-fluid .top.v2 .logo1 { padding-top: 20px; }
  .row-fluid .bg  .top.v2.fixed { padding-bottom: 0; }
  .row-fluid .bg .top.v2 .logo { display: none !important; }
  .row-fluid .bg .top.v2 .logo1 { display: block; }
  .row-fluid .bg .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link { color: #000; }
  .row-fluid .bg .top.fixed .mainmenu .hs-menu-wrapper > ul > li:hover > a:link{ color:#FBA01B}
/* } */

/* */
.row-fluid .customize-sec.v1 { padding: 95px 0 105px; }
.row-fluid .customize-sec.v1 .heading { position: relative; padding: 0 0 21px; }
.row-fluid .customize-sec.v1 .heading:after { content: ''; position: absolute; bottom: 0; left: 0; width: 35px; height: 2px; background: #292b2c; }
.row-fluid .customize-sec.v1 .heading .widget-type-text { font-size: 30px; font-weight: 600; line-height: 36px; }
.row-fluid .customize-sec.v1 .heading h3 { padding-bottom: 0; }
.row-fluid .customize-sec.v1 .customize-right { border-width: 2px; }
.row-fluid .customize-sec.v1 .customize-left { }
.row-fluid .customize-sec.v1 .customize-left ul { list-style: none; padding-left: 18px; }
.row-fluid .customize-sec.v1 .customize-left ul li { list-style: none; padding-left: 26px; }
.row-fluid .customize-sec.v1 .customize-left ul li:before { content: ''; font-family: fontawesome; color: #134f99; font-size: 12px; top: 0; left: 0; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAABG2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+Gkqr6gAAAYFpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/xmjEaKZYWFhMwmpGY5TYWIwYCosxymAz8+aXmh+v994k2SrbKUps/FrwF7BV1koRKVlYWRMbpuc8o2aSObdzz+d+7z2ne88FWySr5HS7H3J5QwuHgp6F6KLH8YwTOw78uGOKrs7MTUSoax93NFjxxmfVqn/uX2tNJHUFGpqFRxVVM4QnhadXDdXibeEOJRNLCJ8KezW5oPCtpccr/GJxusJfFmuR8BjY3MKedA3Ha1jJaDlheTk9uWxR+b2P9RJnMj8/J7FbvAudMCGCeJhinDGGGGBE5iF8BOiXFXXy/T/5sxQkV5FZZQ2NFdJkMPCKWpTqSYkp0ZMysqxZ/f/bVz01GKhUdwah6ck033rBsQXlkml+Hppm+QgaH+EiX80vHMDwu+ilqtazD64NOLusavEdON+Ezgc1psV+pEZxWyoFryfQFoX2a2hZqvTsd5/je4isy1ddwe4e9Ml51/I3Sopn2ca8aDEAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAE6SURBVCiRjc+9S0JhFAbw5z2+90NIML2IUVAQLrW0t7eE3KGvKYSgoMGpqQKRPoYoGiKwbGtptchBuAX9A80SBUVDYOQVTErvve/bdEMEszMdHn4cnsPwj4kmc7OqQi7rBbXUQTxkR94keaBeONwYvGAqgbxm6c/L4Zl1U2klCkLncCSP8W5w2MyzptByXkBBy37YrlvZ9641qhJZD84AU8MfdSubAQBSp4/HjYWtxXaoDE0m9FA8I5kEWi8pP6eQrlkkjPP+qet9P+ybmD8JfFfhqtGbSmG16OfMME/TUvAjFrTBubLC5Mij49ZuCVzY93ejzlP++RcDQMQ822SQO4CEZAyK5qBRix1+lubW2usRAFQvl3dBtAcAkALC0yuSXjc6nw74y1f5ygqOJYmgJMh1l2rFdLkT/wBGQGlHw1faVQAAAABJRU5ErkJggg=='); background-color: transparent; height: 20px; width: 12px; background-position: center; background-repeat: no-repeat; }
.row-fluid .customize-sec.v1 .customize-left ul li + li { margin: 8px 0 0; }
.row-fluid .customize-sec.v1 .customize-left .widget-type-cta { padding: 11px 0px 0; }
.row-fluid .customize-sec.v1 .customize-right .insurance-box { padding-bottom: 40px; }
.row-fluid .customize-sec.v1 .customize-right .insurance-box:last-child { padding-bottom: 15px; }

/* */
.row-fluid { }
.row-fluid .address-strip { padding: 70px 0 75px; position: relative; color: #fff; }
.row-fluid .address-strip:after { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #2A3A4F; mix-blend-mode: color; }
.row-fluid .address-strip > div { position: relative; z-index: 1; }
.row-fluid .address-strip .widget-type-header h2 { color: inherit; text-align: center; position: relative; padding:10px 0 21px; }
.row-fluid .address-strip .widget-type-header h2:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 2px; width: 34px; background: #fff; }
.row-fluid .address-strip .contain { padding: 3px 0 0; }
.row-fluid .address-strip .contain a { color: inherit; }

.row-fluid .bg-top { margin-top: 0 !important; } 




.row-fluid .risk-section { padding: 77px 0 95px; }
.row-fluid .risk-section .contain { margin-left: -5px; padding-left: 5px; }
.row-fluid .risk-section .contain .widget-type-header h3 { }
.row-fluid .risk-section .contain-wrapper { }
.row-fluid .risk-section .contain-wrapper > div > div > div { float: none; display: inline-block; vertical-align: middle; }
.row-fluid .risk-section .contain .widget-type-header h3:after { }
.row-fluid .risk-section .widget-type-cta { padding: 22px 0 0; }

.stylist-ul ul { list-style: none; padding-left: 18px; }
.stylist-ul ul li { list-style: none; padding-left: 26px; margin: 0;  display: block; position: relative; }
.stylist-ul ul li:before { content: ''; font-family: fontawesome; color: #134f99; font-size: 12px; top: 0; left: 0; background-color: transparent; height: 20px; width: 12px; background-position: center; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAABG2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+Gkqr6gAAAYFpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/xmjEaKZYWFhMwmpGY5TYWIwYCosxymAz8+aXmh+v994k2SrbKUps/FrwF7BV1koRKVlYWRMbpuc8o2aSObdzz+d+7z2ne88FWySr5HS7H3J5QwuHgp6F6KLH8YwTOw78uGOKrs7MTUSoax93NFjxxmfVqn/uX2tNJHUFGpqFRxVVM4QnhadXDdXibeEOJRNLCJ8KezW5oPCtpccr/GJxusJfFmuR8BjY3MKedA3Ha1jJaDlheTk9uWxR+b2P9RJnMj8/J7FbvAudMCGCeJhinDGGGGBE5iF8BOiXFXXy/T/5sxQkV5FZZQ2NFdJkMPCKWpTqSYkp0ZMysqxZ/f/bVz01GKhUdwah6ck033rBsQXlkml+Hppm+QgaH+EiX80vHMDwu+ilqtazD64NOLusavEdON+Ezgc1psV+pEZxWyoFryfQFoX2a2hZqvTsd5/je4isy1ddwe4e9Ml51/I3Sopn2ca8aDEAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAE6SURBVCiRjc+9S0JhFAbw5z2+90NIML2IUVAQLrW0t7eE3KGvKYSgoMGpqQKRPoYoGiKwbGtptchBuAX9A80SBUVDYOQVTErvve/bdEMEszMdHn4cnsPwj4kmc7OqQi7rBbXUQTxkR94keaBeONwYvGAqgbxm6c/L4Zl1U2klCkLncCSP8W5w2MyzptByXkBBy37YrlvZ9641qhJZD84AU8MfdSubAQBSp4/HjYWtxXaoDE0m9FA8I5kEWi8pP6eQrlkkjPP+qet9P+ybmD8JfFfhqtGbSmG16OfMME/TUvAjFrTBubLC5Mij49ZuCVzY93ejzlP++RcDQMQ822SQO4CEZAyK5qBRix1+lubW2usRAFQvl3dBtAcAkALC0yuSXjc6nw74y1f5ygqOJYmgJMh1l2rFdLkT/wBGQGlHw1faVQAAAABJRU5ErkJggg=='); position:absolute; background-repeat:no-repeat; }
.stylist-ul ul li + li { margin: 8px 0 0; }

.row-fluid .map-slider-section { padding: 74px 0 96px; text-align: center; }
.row-fluid .map-slider-section .customize-title { margin: 0 0 -20px; }
.row-fluid .map-slider-section .map-slider > div { margin: 0 auto; max-width: 740px; }
.row-fluid .map-slider-section .map-slider { padding: 10px 0 19px; }
.row-fluid .map-slider-section .map-slider .widget-type-rich_text { background: #3E4245; color: #fff; text-align: left; font-size: 14px; line-height: 16px; font-style: italic; padding: 6px 15px; }
.row-fluid .map-slider-section .map-slider .ba-slider { max-height: 310px; }
.row-fluid .map-slider-section .widget-type-cta { padding: 22px 0 0; }

.row-fluid .data-section { padding: 75px 0 95px; }
.row-fluid .data-section .thumb-wrapper { padding: 9px 0 0; }
.row-fluid .data-section .customize-title { margin: 0 0 -16px; }
.row-fluid .data-section .thumb-wrapper img.hs-image-widget { width: 100% !important; }

.row-fluid .ul-max-1 ul { max-width: 618px; }
.row-fluid .intermap-section .max-custom > div { max-width: 910px; margin: 0 auto; }
.row-fluid .intermap-section .max-custom-2 > div { max-width: 950px; margin: 0 auto; }
.row-fluid .address-strip .contain > div { max-width: 872px; margin: 0 auto; }
.row-fluid .address-strip .contain a:hover { color: #f49d1c; }
.row-fluid .customize-sec.v1  .insurance-btn { display: flex; align-items: center; justify-content: center; }

.handle:After { background: transparent; height: 40px; width: 40px; margin: -13px -19px 0; }
.handle .arrow { position: absolute; top: 50%; left: calc(50% + 1px); transform: translate(-50%, -50%); height: 80px; width: 17px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAABOCAYAAADPXl2iAAABG2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+Gkqr6gAAAYJpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/ZmjEaBQLC4uXsJqRGSU2FjMxFBZjlMFm5s0vNT9e782kyVbZTlFi49eCv4CtslaKSMnCyprYoOc8o2aSObdzz+d+7z2ne88FWzijZo3GQcjmCnoo6FcWIouK4wknDhpx442qhjYzNxGmrr3f0mDFa49Vq/65f601njBUaGgWHlM1vSA8KTy9WtAs3hLuVNPRuPCJsFuXCwrfWHqsws8Wpyr8abEeDgXA1i6spGo4VsNqWs8Ky8vpzWaK6u99rJc4E7n5OYk94t0YhAjiR2GKcQIM42VU5mE8+BiQFXXyB3/yZ8lLriqzRgmdFVKkKUhvFYpSPSExKXpCRoaS1f+/fTWSQ75Kdacfmh5N87UPHJvwVTbNjwPT/DoE+wOc56r5+X0YeRO9XNV698C1DqcXVS22DWcb0HWvRfXoj2QXtyWT8HIMbRHouIKWpUrPfvc5uoPwmnzVJezsQr+cdy1/A4oVZ/a8k23GAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACnUlEQVRYhe2Zv2sUQRTHP7N7uUTzQzEYUEHwR2VhCgWxsLAQ8S8QW0HSW/gn+B/YSP4AsbPxDzBFBDFCKsVwYkAjmpjc5WLu5nb3WczM3uxmYy4xjTIPhnkze/uZ995McfsdRbUp2/YyKfUA1Mqw9rNrt+MoupCJqLSnN7c2vi67h5nQvffk58Kr9zq1IKEC7Eej9Itb31R9fCqf0Ruw8aGwaprJ8vxHfefm49VPQOY1sT2RA24/vz5TAO5icaTOXjozNAOMAHWbbYRXslo+UNHlvYB5SopzwCjQBbSdTmy0eU1VJjLIxgCgE6lZqMu0UIY8UpGBdttBhyxUWVBimwJUXlMZ7AgBkGbEwFFgGBjCZBxbaH+jRCrfr7TEQOsVwDJ08JpmIpGF7QD60IOYf4wcMK+pAtjPRnmAqv6vIq1a4FChBQvQAA3QAP3XoPUJ1Ohp6x9HTZw3/shk398vVE1OE128a/ypK0TTD41/6kbu7z/SQ7AADdAAzU03ka0vxu+uI62G8TtrfX8PK39HIWuLyNqi8X8sIPaTR1bmkJW5A0Z6CBagARqgARqgARqg/x10V82tD1X0BqVlmRFfPbiv+BK5wbul5qxIxiD2ekm/pajwFqJWFlwDhj/PXn108sSxB1EUjwko3Wlvt743Vp26lmb03jT0/P2n6y/bXWkCLaAJbAJbGJE2cdAYI1seAcaACWAcI2eO0FeEBaOTdoBfFtYC2nasgdT96xMgtS/07IqxfZZUQLWFdOzvE68U1LyaOMXWB6YYjTT2oKkFdYBtl7JfXz9SB9UesEtfI8Wb9zPSu0WKB/V9J7c7SdQt7uvQSQkqBTGV/mkoN1/K9MHly4MCFEpqLdUqrn+lUW5uvlLd3aHc/sEqL2R+A9JUCmatDmdzAAAAAElFTkSuQmCC'); background-size: 16px 70px; background-position: center; background-repeat: no-repeat; top: calc(50% + 10px); TRANSITION: all 0.3s linear; opacity: 0; }
.handle .arrow:After, .handle .arrow:before { content: ''; height: 18px; width: 18px; position: absolute; top: calc(50% - 10px); left: -18px; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAgCAYAAADud3N8AAABG2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+Gkqr6gAAAYJpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/ZmjEaBQLC4uXsJqRGSU2FjMxFBZjlMFm5s0vNT9e782kyVbZTlFi49eCv4CtslaKSMnCyprYoOc8o2aSObdzz+d+7z2ne88FWzijZo3GQcjmCnoo6FcWIouK4wknDhpx442qhjYzNxGmrr3f0mDFa49Vq/65f601njBUaGgWHlM1vSA8KTy9WtAs3hLuVNPRuPCJsFuXCwrfWHqsws8Wpyr8abEeDgXA1i6spGo4VsNqWs8Ky8vpzWaK6u99rJc4E7n5OYk94t0YhAjiR2GKcQIM42VU5mE8+BiQFXXyB3/yZ8lLriqzRgmdFVKkKUhvFYpSPSExKXpCRoaS1f+/fTWSQ75Kdacfmh5N87UPHJvwVTbNjwPT/DoE+wOc56r5+X0YeRO9XNV698C1DqcXVS22DWcb0HWvRfXoj2QXtyWT8HIMbRHouIKWpUrPfvc5uoPwmnzVJezsQr+cdy1/A4oVZ/a8k23GAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADPklEQVRIid2WP0xTURTGv/taaKWVpZE/TXDQgA4muJgYWCBxBhdwEQOumuhkmOxQdDAMJE5CokAiYkhMnFhgYAISdNGoZYMUCNDUUEpf+9794/DuLZfXFgsUB0/ypU3f7fvd75zzzrvAfxAEAEkkdi8CMKSI1LnAjM3NjRBj9DVjdBKAV8pzHnAyOvqmKpfLPRaCJ4TgwrJyHwFcAOAH4ANQJeEEcienhgEgppnp9Pl8I4SQG+oCY8wjYVyKyksCcGyfBmYkErtXGaOf/H7/nA4EANu2PQBq4LithmMun+KTQAkAIxb7FbRt60UoFPpmGEZ3sYWWZXmPgZbtlPT09BjZrNnX3Nwc83q9g3DqVTQsy6oCEJBrCqB/qykBQNLp/Vs1NTUjhJDb5ezQtm3lFABsHO3gkk4JAGNjIx6m1B4PBAKL5QKBI42kulZ/ZIrWlCwtLfpt2xoMh8M/PR5PH074fDHGDBQ+o/lwp5dks9m71dVVw4SQKycB6SGEMIoA8+A8NJVKhYLBwDQh5M5pYRpUhxRMIpVeUltb+zuTybzinH8/K1SDFQ29piQYvLjQ1tbevr29/Yxz/rtC8GOhAECWl5d5Q0Pju4GBhx3xePy9EIKdNzQfk5OTe01Nl19GIpH7Ozs7X84TynF0SNNodChWX9/wZGJiIpJOH2xVGiqkFNACkAWQAZDp7x+Ya2lpGVhYWBinlGYrARWaGJzRlQNgAjgAsA9gf2trK9nR0fm2q6u7f3V1dV6uLxUlr7nT63ZqwnGaBpBSmp2dXbt27frQ8+eRp4lEIua+KSFEhwq4NlAqvQyFKVaOUwD2AOxFo9GVxsbwo5mZmWHTNJMaVN2Du+AlnbrheqqV6zycUrrX23vvc2vrzQcrKyvTnHPbMDwqW24wAGc+lgp3evTOZi7RZDJpjY2NfV1fX5uvq7tEp6Y+/JCbVbLlRng5bw99hqpjpQfO3K6W8mnyyrVUwjJSJpxysXIOZnpqVKp0x1S6sCREnRK49jvV/nui06BKs3pr6HCKw8ZTUOCwJ45Az3L4JZpUypUUVN+Uqr8464nbXW+97kBhE4pKQHV4qZe2PhwqCtXh+qcCFfv+b+MPNY5yyRIgTw4AAAAASUVORK5CYII='); transition: all 0.3s linear; opacity: 0; visibility: hidden; }
.handle .arrow:After { left: auto; right: -16px; transform: scaleX(-1); }
.handle:hover .arrow:After { right: -25px; opacity: 1; visibility: visible; }
.handle:hover .arrow:before { left: -26px; opacity: 1; visibility: visible; }
.ba-slider { }
.ba-slider:hover .arrow:After { right: -25px; opacity: 1; visibility: visible; }
.ba-slider:hover .arrow:before { left: -26px; opacity: 1; visibility: visible; }
.ba-slider:hover .handle { opacity: 1; }
.ba-slider:hover .handle .arrow { opacity: 1; }
.ba-slider.handle .arrow { transition: all 0.3s linear; }
.handle { opacity: 0.5; transition: opacity 0.3s linear; }


.row-fluid .customize-sec.v1 .customize-left1 { }
.row-fluid .customize-sec.v1 .customize-left1 input.error { border-color: red; }
.row-fluid .customize-sec.v1 .customize-left1 form { }
.row-fluid .customize-sec.v1 .customize-left1 form fieldset + fieldset { padding-top: 10px; }
.row-fluid .customize-sec.v1 .customize-left1 form fieldset .hs-form-field { }
.row-fluid .customize-sec.v1 .customize-left1 form fieldset .hs-form-field label { display: none; }
.row-fluid .customize-sec.v1 .customize-left1 .widget-type-form { max-width: 830px; }
.row-fluid .customize-sec.v1 .customize-left1 .widget-type-form h3 { padding: 0 0 30px; }
.row-fluid .customize-sec.v1.gray { background: rgba(73, 77, 82, 0.05); }
.row-fluid .customize-sec.v1 .customize-left1 form fieldset ul.hs-error-msgs { display: none !important; }

.row-fluid .transparent .top.v2 .contact-info a { color: #fff; } 
.row-fluid .transparent .top.v2 .contact-info a:hover { color: #fba01b; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .row-fluid .customize-sec.v1 .insurance-btn{ height:auto !important; min-height: 58px !important; position:relative;  }   
  .row-fluid .customize-sec.v1 .insurance-btn span{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:90%; }
}

@media(min-width:1201px) {

  .row-fluid .hero-insidetext { margin-top:40px; width:100%; position:absolute; top:50%; left:50%; -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);; }  
  .row-fluid .delivers-video { padding-right:20px; } 
  .row-fluid .whyinsite-img img { min-height:375px; }
 
}

@media (min-width: 992px){

    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#FBA01B; }
  	.row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#FBA01B; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#134f99 !Important; } 
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul {  width:auto; margin: 0px; background:rgba(73,77,82,0.9);  position: absolute;  top:100%;  left:20px !important; }

    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding: 0px; margin: 0px; display: block; float: none; text-transform: none; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited { font-family: "gesta",sans-serif; padding:10px 20px; line-height:20px; color:#fff; width:100%; font-size:15px; text-align:right; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { background:#0d63a8; }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul { left:100%; top:0; }
  
     .bg .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, 
     .bg .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited, 
     .bg .row-fluid .top.fixed .mainmenu .hs-menu-wrapper ul li a{ color:#000 !Important;}
    .bg .row-fluid .top.fixed .mainmenu .hs-menu-wrapper ul li.active-branch a { color: #134f99 !important;}
	
    .bg .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a{ color: #FBA01B; }
  
    
  

}
@media(max-width:1430px) {
  .row-fluid .features-sec.v1 h3 { margin: 0; }
}
@media(max-width:1200px) {

  .row-fluid .hero-section { height:auto; } 
  .row-fluid .hero-insidetext { padding:180px 0 80px; }
  .row-fluid .insurance-box { padding:15px; }
  
  .row-fluid .delivers-section { padding:100px 0 80px; }
  
  .row-fluid .insite-section { padding:80px 15px; }
  
  .row-fluid .features-mainsection { margin:50px auto 0 !important; }
  .row-fluid .features-box { width:50%; }
  .row-fluid .contact-section .contact-caption{padding-left:0;}

  .row-fluid .customize-sec.v1 { padding: 80px 0; } 
  .row-fluid .insurance-btn {font-size:15px;}
}

@media (min-width: 768px) and (max-width: 1200px){
  
  h1 { font-size:36px; line-height:46px; }
  h2 { font-size:34px; line-height:42px; }
  h3 { font-size:30px; line-height:36px; }
  h4 { font-size:26px; line-height:32px; }
  h5 { font-size:24px; line-height:30px; }
  h6 { font-size:22px; line-height:26px; }
  
  .watch-code iframe, .watch-code video {     height: 400px !important; width: 700px !important; }
  .row-fluid .whyinsite-img img {padding-top:15px;}
  .row-fluid .hazard-text , .row-fluid .posts-tag , .row-fluid .subscribe-form { padding:20px; }
  .row-fluid .blog-right { padding-left:20px; }
	
}

@media (min-width: 992px) and (max-width: 1240px){
	
	.row-fluid .wrapper {  width:920px; }	
  
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:17px 18px; }
  .row-fluid .insurance-btn br { display:block; }
  .row-fluid .blog-right { padding-left:25px; }
  
}
@media(max-width:991px) {
  
  .row-fluid .top { padding:20px 0; }
  .row-fluid .top .wrapper { width:100%; padding:0 15px; }
  .row-fluid .logo img , .row-fluid .logo1 img { height:52px; }
  .row-fluid .insurance-box { width:50%; }
  
  .row-fluid .customize-sec { padding:45px 0; }
  .row-fluid .customize-left { width:100%; padding-right:0; }
  .row-fluid .customize-right { margin:30px 0 0; padding-left:0; width:100%; border-left:none; }  
  .row-fluid .customize-right .insurance-box { padding:20px; width:50%; }
  
  .row-fluid .hero-menu { top:100%; bottom:auto; }
  .row-fluid .hero-menu .wrapper { padding:10px; position:relative; background:transparent; }
  .row-fluid .hero-menu .select_list { padding:10px 15px; border:2px solid #34609c; font-size:18px; line-height:22px; color:#000; font-weight:700; text-align:left; position:relative; cursor:pointer; }
  .row-fluid .hero-menu .select_list:before { content:"\f107"; font-family:'fontAwesome'; position:absolute; top:10px; right:15px; }
  .row-fluid .hero-menu .hs-menu-wrapper ul { width:auto; position:absolute; top:100%; left:10px; right:10px; background: #adbac2; display:none; } 
  .row-fluid .hero-menu .hs-menu-wrapper ul li { width:100%; }
  .row-fluid .hero-menu .hs-menu-wrapper ul li a { padding:12px 25px; width:100%; text-align:left; }
  .row-fluid .hero-menu .hs-menu-wrapper > ul > li.active-branch > a { color:#134f99; } 
  
  .row-fluid .legal-sec { padding:45px 0; }
  .row-fluid .leadership-main { padding:0 0 0 30px; }
  
  .row-fluid .features-box { padding:10px; }
  .row-fluid .denver-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#444; opacity:0.6; }
  .row-fluid .denver-section > div { position:relative; }
  
  .row-fluid .hazard-text { padding:20px; font-size:13px; line-height:20px; }
  .row-fluid .subscribe-form , .row-fluid .posts-tag { padding:20px; }
  
  .row-fluid .customize-sec { padding:95px 0 45px; }
  
  .row-fluid .desktop-section .wrapper > div > div > div { width: 100%; text-align: center; }
  .row-fluid .desktop-section .thumb img { max-width: 330px; }
  .row-fluid .desktop-section.even .wrapper > div > div > div:first-child { left: 0; }
  .row-fluid .desktop-section.even .wrapper > div > div > div:last-child { left: 0; }
  .row-fluid .desktop-section.even h2:after, .row-fluid .desktop-section h2:after { left: 50%; right: auto; transform: translateX(-50%); }
  .row-fluid .desktop-section .thumb > div { padding-top: 10px; padding-bottom: 30px; }
  .row-fluid .desktop-section { padding: 70px 0 70px; }
  .row-fluid .desktop-section { padding: 70px 0 70px; }
  .row-fluid .hero-section.v2 .insurance-main .insurance-box { width: 33.33%; padding: 22px 15px; }
  .row-fluid .top.v2 .logo { padding-top: 0; }
  .row-fluid .top.v2 .contact-info { padding: 12px 65px 0 0; }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.last { padding: 14px; }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.last a { padding: 0; display: inline; vertical-align: middle; }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.last span { text-align: center; }
  .row-fluid .top.v2 .contact-info { padding: 0; }
  .row-fluid .top.v2 .contact-info a{ padding:0px;}
  
  .row-fluid .bg .top.v2.fixed { padding: 10px 0; }
  .row-fluid .bg .top.v2.fixed .mobile-trigger i, .row-fluid .bg .top.v2.fixed .mobile-trigger i:before, .row-fluid .bg .top.v2.fixed .mobile-trigger i:after { background: #292b2c; }
  .mobile-open .row-fluid .bg .top.v2.fixed .mobile-trigger i { background: transparent; }
  .row-fluid .bg .mainmenu .hs-menu-wrapper ul li a { color: #fff !important; padding: 11px 20px !important; }
  .row-fluid .bg .mainmenu .hs-menu-wrapper ul li.last a { padding: 0 !important; }
  .row-fluid .bg .top.v2 .mainmenu.js-enabled .hs-menu-flow-horizontal { top: 100%; }
  .row-fluid .bg .top.v2 .logo, .row-fluid .top.v2 .logo1 { padding: 10px 0; }
  .row-fluid .bg .top.v2 a.mobile-trigger { top: 50%; transform: translateY(-50%); }

  .row-fluid .customize-sec.v1 .customize-right .insurance-box { padding: 15px; }
  .row-fluid .customize-sec.v1 .customize-right .insurance-box .insurance-icon { height: 60px; display: flex; align-items: center; justify-content: center; }
  .row-fluid .customize-sec.v1 .customize-right:after { content: ''; display: table; clear: both; }
  .row-fluid .customize-sec.v1 .customize-right .insurance-main:after { content: ''; display: table; clear: both; }
  .row-fluid .customize-sec.v1 .customize-right .insurance-main { margin: 0 -15px; }
  .row-fluid .customize-sec.v1 .heading .widget-type-text { font-size: 21px; line-height: 27px; }
  
  .row-fluid .bg-top { margin-top: 111px;}
  .row-fluid .risk-section { padding: 57px 0 75px; }
  .row-fluid .map-slider-section { padding: 54px 0 76px; }
  .row-fluid .data-section { padding: 65px 0 75px; }
  
  .row-fluid .desktop-section h2 br { display: none; }

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:11px 20px; color:#fff; }

  /* 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 */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color:transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 22px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding:10px 10px 14px;
      background:trasparent; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
    cursor:pointer;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: rgba(73,77,82,0.9);
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


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

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 30px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color:#494D52; /* Icon color */
      display: inline-block;
  }
  
  .home-page a.mobile-trigger  i, .home-page a.mobile-trigger  i:before, .home-page a.mobile-trigger  i:after { background:#fff; }
  .row-fluid .top.fixed a.mobile-trigger  i, .row-fluid .top.fixed a.mobile-trigger  i:before, .row-fluid .top.fixed a.mobile-trigger  i:after { background:#fff; }
  .mobile-open .row-fluid .top.fixed a.mobile-trigger  i { background:transparent; }
  
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  span.child-triggerm {
      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); */
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


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

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

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


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 82px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0 0 0 0; /* Padding to add room for close button */
      background-color: rgba(73,77,82,0.9); /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

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

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

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


@media (min-width: 768px) and (max-width: 991px){
	
	.row-fluid .wrapper {  width:720px; }	
  
}

@media (min-width: 30px) and (max-width: 767px){
  
  h1 { font-size:30px; line-height:38px; }
  h2 { font-size:28px; line-height:34px; }
  h3 { font-size:26px; line-height:32px; }
  h4 { font-size:24px; line-height:30px; }
  h5 { font-size:22px; line-height:28px; }
  h6 { font-size:20px; line-height:26px; }
	
	.row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }	
  
  .row-fluid .hero-insidetext { padding:130px 0 60px; }
  .row-fluid .hero-insidetext h1 { font-size:34px; line-height:44px; }
  .row-fluid .delivers-section { padding:70px 0 60px; }
  .row-fluid .delivers-right { margin-top:30px; }
  
  .row-fluid .insite-main { margin:10px 0 20px; }
  .row-fluid .insite-group { border-bottom:none; }
  .row-fluid .insite-group:last-child .insite-box:last-child { border-bottom:none; }
  .row-fluid .insite-section { padding:50px 15px; }
  .row-fluid .insite-box { width:100%; border-right:none; border-bottom:1px solid #fff; }
  
  .row-fluid .intermap-section { padding:45px 0; }
  .row-fluid .business-main { margin:0; }
  .row-fluid .business-sec { padding:60px 0; }
  .row-fluid .business-box { width:100%; padding:15px 0; }
  
  .row-fluid .features-sec { padding:60px 15px; }
  .row-fluid .footer { padding:50px 0; }
  .row-fluid .footer-right { margin:30px 0 0; text-align:left; }
  
  .row-fluid .strip-section { padding:50px 0; }
  
  .row-fluid .legal-left { width:100%; }  
  .row-fluid .legal-right { margin-top:20px; width:100%; padding:0; border-left:none; }
  
  .row-fluid .sneak-sec { padding:45px 0 0; }
  .row-fluid .sneak-left { padding:20px 20px 30px; }
  .row-fluid .sneak-right { height:225px !important; }  
  
  .row-fluid .form-section { padding:40px 0 60px; }
  .row-fluid .video-text { width:100%; }
  .row-fluid .video-textinner { padding:0 0 30px; }
  .row-fluid .video-right { width:100%; height:auto !important; }
  .row-fluid .form-video { padding:30px 20px 40px; }
  
  .row-fluid .about-info { padding:60px 0; }
  .row-fluid .about-info-left { margin:0; width:100%; text-align:center; }
	.row-fluid .about-info-right { margin:30px 0 0; padding:0; width:100%; }
  
  .row-fluid .Leadership-sec { padding:40px 0; }
  .row-fluid .leadership-main-section { padding:20px 0 0; }
  .row-fluid .leadership-list { padding:15px; width:100%; background:#122e4f; position:relative; }
  .row-fluid .leadership-select { display:block; padding: 10px 15px; border: 2px solid #fff; color:#fff; font-size: 18px; line-height: 22px; font-weight: 700; text-align: left; position: relative; cursor: pointer; }
  .row-fluid .leadership-select:before { content: "\f107"; font-family: 'fontAwesome'; position: absolute; top: 10px; right: 15px; }
  .row-fluid .leadership-list ul { padding:0 15px 15px; width:100%; position:absolute; top:100%; left:0; background:#122e4f; display:none; z-index:22; } 
  .row-fluid .leadership-main { margin-top:40px; padding:0; width:100%; border-left:none; }
  .row-fluid .leadership-list ul li a { font-size:14px; line-height:16px; font-weight:400; }
  
  .row-fluid .frequently-sec { padding:45px 0 50px; }
  .row-fluid .frequently-main-box { margin-top:20px; }
  .row-fluid .frequently-list { padding:15px; width:100%; background:#122e4f; position:relative; }
  .row-fluid .frequently-select { display:block; padding: 10px 15px; border: 2px solid #fff; color:#fff; font-size: 18px; line-height: 22px; font-weight: 700; text-align: left; position: relative; cursor: pointer; }
  .row-fluid .frequently-select:before { content: "\f107"; font-family: 'fontAwesome'; position: absolute; top: 10px; right: 15px; }
  .row-fluid .frequently-list ul { padding:0 15px 15px; width:100%; position:absolute; top:100%; left:0; background:#122e4f; display:none; z-index:22; } 
  .row-fluid .frequently-list ul li a { font-size:14px; line-height:16px; font-weight:400; }
  .row-fluid .frequently-main-box { margin-top:40px; padding:0; width:100%; border-left:none; }
  
  .watch-code iframe, .watch-code video {     height: 350px !important; width: 500px !important; } 
  .row-fluid .blog-section { padding:40px 0; }
  .row-fluid .blog-right { padding:40px 0 0; border-left:none; }
  .row-fluid .sneak-sec .customize-title h3 { padding: 0 0 10px; }  
  
  .row-fluid .hero-inner { min-height:170px; }
  
  .row-fluid .contact-section h3 {font-size: 26px; margin-bottom: 22px; line-height: 39px;}
  .row-fluid .contact-section h4 { margin-bottom: 30px;  font-size: 20px;}
  .row-fluid .contact-section { padding: 40px 0 14px;}
  
  .row-fluid .customize-right .insurance-box { padding:10px; }
  .row-fluid .insurance-btn br { display:block; }
  
  .row-fluid .hero-section.v2 .insurance-main .insurance-box { width: 100%; max-width: 350px; }
  .row-fluid .hero-section.v2 .insurance-main { margin: 0; }
  
  .row-fluid .desktop-section .thumb img { width: 100% !important; }
  .row-fluid .desktop-section { padding: 50px 0 60px; }
	
  .row-fluid .bg .top.v2 .logo, .row-fluid .top.v2 .logo1 { padding: 0; }
  .row-fluid .page-banner { padding: 190px 0 30px; }
  .row-fluid .page-banner h1 { font-size: 26px; line-height:32px; }
  .row-fluid .customize-sec.v1 { padding: 50px 0; }
  .row-fluid .bg-top { margin-top: 91px; }
  
  .row-fluid .risk-section .thumb { padding: 0 0 20px; }
  .row-fluid .risk-section { padding: 57px 0 55px; }
  .row-fluid .map-slider-section { padding: 44px 0 56px; }
  .row-fluid .data-section { padding: 55px 0 65px; }
  
  .row-fluid .address-strip { padding: 50px 0 40px; }
  .row-fluid .address-strip .contain > div { max-width: 380px; margin: 0 auto; text-align: center; }

}

@media (max-width: 500px){
  
  .row-fluid .insurance-box { width:100%; padding:15px 0; }
  .row-fluid .insurance-main { margin:0; }
  .row-fluid .features-box { width:100%; padding:10px 0; }
  
  .row-fluid .insite-box { height:auto !important; }
  .row-fluid .insite-boxinner { padding:20px 15px; }
  .row-fluid .insite-icon { padding:0 0 15px; width:100%; }
  .row-fluid .insite-icon img { height:60px; width:auto; }
  .row-fluid .insite-text { width:100%; }
  
  
  .row-fluid .customize-right .insurance-box { padding:20px 0; width:100%; }
  
  .row-fluid .leadership-person-img { margin:0 auto; display:block; }
  .row-fluid .leadership-person-text { padding:20px 0 0; width:100%; text-align:center; }
  .row-fluid .leadership-text { margin:0; }
  
  .row-fluid .contact-inner { padding:40px 20px; }
  
  .row-fluid .perils-titlesec ul li a { font-size:16px; padding:8px 10px; }
  
  .watch-code iframe, .watch-code video {     height: 200px !important; width: 350px !important; } 
  
  .row-fluid .comment-form .hs-form fieldset .field.hs-form-field { width:100% !important; }
  .row-fluid .insurance-btn br { display:none; }
  
}





