 
 
 
 
 
 









/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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






body { margin: 0;font-family: proxima-nova, sans-serif;line-height: 1.5em;color: #54575A; }
img { max-width: 100%; }
a { color: #131b38;-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; }
a:hover { color: #205da3; }
h1:nth-child(1), h2:nth-child(1), h3:nth-child(1), h4:nth-child(1), p:nth-child(1) { margin-top:0; }
h1:nth-last-child(1), h2:nth-last-child(1), h3:nth-last-child(1), h4:nth-last-child(1), p:nth-last-child(1) { margin-bottom:0; }
h1 { font-size: 3.2em;line-height: 1.2em;font-weight: 800;font-family: gibbs, sans-serif; }
h2 { font-size: 2.2em;line-height: 1.2em;color: #131b38;font-weight: 600;font-family: gibbs, sans-serif; }
h3 { font-size: 2em;line-height: 1.2em;font-weight: 400;font-family: gibbs, sans-serif; }
h4 { font-size: 1.3em;line-height: 1.2em;font-weight: 400;font-family: gibbs, sans-serif; }
html .row-fluid .container, .container { width: 1200px;max-width: 90%;margin-left: auto !important;margin-right: auto !important;box-sizing: border-box;float: none !important; }
.container .container { padding: 0 30px; }
.section-header { padding-bottom: 10px; }
.section-header h2 { margin: 0;padding-bottom: 20px; }
.section-header.sub-header { padding-bottom: 50px; }
html .section-header.white-true, html .section-header.white-true h2 { color: white; }
.row-fluid [class*="span"] { min-height: 0; }
.slick-track .slick-slide:focus, button:focus { outline: none; }
a.main-btn { text-decoration: none;display: inline-block;background: #fbd017;color: white;padding: 15px 35px; }
a.main-btn:hover { background: #131b38; }

html .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width: auto;max-width: none; }
.header-container-wrapper { box-shadow: 0px 5px 10px rgba(0,0,0, .05);position: relative;z-index: 20; }


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

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

.header-top { background: #131b38;color: white;line-height: 1em;padding: 5px 0; }
.header-top a { color: white; }
.header-top .container > .row-fluid-wrapper > .row-fluid { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center;-webkit-justify-content: flex-end;justify-content: flex-end; }
.header-top .container > .row-fluid-wrapper > .row-fluid > div { width: auto; }

.header-bottom { line-height: 1em;padding: 5px 0; }
.header-bottom > .row-fluid-wrapper > .row-fluid { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.header-bottom > .row-fluid-wrapper > .row-fluid > div { width: auto; }
.header-bottom > .row-fluid-wrapper > .row-fluid > .menu-logo { width: 100px ; padding: 20px 0px; }
.header-bottom .main-menu { flex: 1;text-align: right; }
.header-bottom .main-menu ul { text-align: left; }
.header-bottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { padding: 25px 20px; }

.header-bottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { left: 50%;margin-left: -100px;min-width: 200px;padding: 0;background: #131b38;text-align: center; }
.header-bottom .hs-menu-children-wrapper li { border-bottom: 1px solid white; }
.header-bottom .hs-menu-children-wrapper li:nth-last-child(1) { border-bottom: none; }
.header-bottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { color: white;padding: 15px 20px; }
.header-bottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li:hover > a { background: #fbd017; }
.header-bottom  .hs-menu-depth-2 .hs-menu-children-wrapper { margin-left: 20px !important; }

.lp-header { padding: 15px 0; }
html .header-bottom .cta-wrapper, html .header-bottom .menu-cta { width: auto; }
html .header-bottom .cta-wrapper > .row-fluid-wrapper > .row-fluid { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.mobile-ham { text-align: center;margin-left: 20px !important; }

@keyframes menu-pop {
  0% { -moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
  50% { -moz-transform: scale(1.5); -ms-transform: scale(1.5);  -o-transform: scale(1.5); -webkit-transform: scale(1.5); transform: scale(1.5); }
  100% { -moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes menu-out {
  0% { -moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
  50% { -moz-transform: scale(1.5); -ms-transform: scale(1.5);  -o-transform: scale(1.5); -webkit-transform: scale(1.5); transform: scale(1.5); }
  100% { -moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
}

.ham-text { display:block;color: #131b38;text-transform: uppercase;font-size: 13px;margin-top: 2px; }
.open .ham-text { color: #fbd017; }

.ham-wrap { position: relative;display: inline-block;height: 21px;width: 35px;cursor: pointer;animation: menu-out .4s 1;margin-top: 3px; }
.ham-wrap > span { overflow: auto;display: block;width: 100%;padding: 1px 0;position: absolute;left: 0;border-radius: 3px;-webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;background: #131b38; }
.ham-wrap .ham1 { top: 0; }
.ham-wrap .ham2 { top: 50%;margin-top: -1px; }
.ham-wrap .ham3 { bottom: 0; }
.open .ham-wrap { animation: menu-pop .4s 1; }
.open .ham-wrap > span { background: #fbd017; }
.open .ham-wrap .ham1 { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg);  transform: rotate(45deg);top: 50%;margin-top: -1px; }
.open .ham-wrap .ham2 { -moz-transform: scale(0); -ms-transform: scale(0);  -o-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); }
.open .ham-wrap .ham3 { -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);  transform: rotate(-45deg);bottom: 50%;margin-bottom: -1px; }

@media (min-width: 992px) {
  html .header-bottom .mobile-ham { display: none; }
}

#main-header { display: -webkit-flex;display: flex;-webkit-flex-direction: column;flex-direction: column; }
#main-header > div:nth-last-child(1) { flex: 1 auto;background: #131b38; }
#main-header .mobile-menu { overflow: hidden;height: 0;opacity: 0;-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; }
.open #main-header .mobile-menu { height: auto;opacity: 1; }

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

.blog-sec-v2 { padding-bottom: 80px; }
.blog-sec-v2 ul.pagination { padding-top: 34px;}
.new-blog-listing { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.new-blog-listing .post-item { box-sizing: border-box;width: calc(100% / 3 - 30px); 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 a { display: block;width: 100% !important;padding-top: 60%; border-radius: 4px 4px 0 0;margin: 0; }
.blog-post-content { width: 100%; float: left; padding: 30px 30px;box-sizing: border-box; }
.blog-post-content h2 { color: #131b38; font-size: 1.3em; font-weight: 400; line-height: 30px; margin: 2px 0 0; }
.blog-post-content a { color: #131b38; text-decoration: none; }
.blog-post-content .post-text { font-weight: 400; line-height: 25px; margin: 20px 0 40px; }
.blog-post-content a.more-link { color: #131b38; font-size: 16px; font-weight: 400;text-transform: uppercase; }
.blog-post-content a.more-link:after { content: "\f105"; font-family: 'Font Awesome 5 Pro'; opacity: 0.8; margin-left: 10px; font-size: 18px; }
.blog-post-content a:hover { color: #fbd017; }
.blog-post-content .post-topics, .blog-post-content .post-topics a { color: #fbd017;font-weight: 600; }
.blog-post-content .post-topics a:hover { color: #131b38; }

.listing-body .news-blog-lft { width: 100% !important; }

.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;}

.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-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: #fbd017;}
.post-item.featured { display: none;}

.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://www.independentbank.com/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: #131b38; 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: #fbd017; }

.row-fluid .post-filter h3 { font-size: 1em; }
.row-fluid .post-filter label { box-sizing: border-box;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: 'Font Awesome 5 Pro'; 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: #fbd017; 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://www.independentbank.com/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);}

.right-sidebar { padding-left: 2%; }
.right-sidebar .new-blog-listing { display: block; }
.right-sidebar .new-blog-listing { margin: 0; }
.right-sidebar .related-wrapper { margin-top: 20px; }
.right-sidebar .related-wrapper h3 { margin-bottom: 20px;font-size: 1.6em; }
.right-sidebar .new-blog-listing .post-item { width: 100%;margin: 20px 0; }

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 10px; border-radius: 9px; text-decoration: none; color: #78716e; font-size: 20px; font-weight: 400;width: 52px;box-sizing: border-box;text-align: center; }
ul.pagination li a:hover { border: 2px solid #fbd017; }
ul.pagination li.arrow-wrap a { min-width: 134px; color: #fbd017; font-size: 14px; font-weight: 300; }
ul.pagination li.active a { background: #fbd017; 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: 'Font Awesome 5 Pro'; opacity: 0.8; margin-left: 14px; font-size: 18px; position: relative; right: -14px; top: 2px; }
ul.pagination li.arrow-wrap a:hover { background: #fbd017; 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: 'Font Awesome 5 Pro'; opacity: 0.8; margin-right: 10px; font-size: 18px; position: relative; left: -14px; top: 2px; }

.back-news { padding: 50px 0 20px; }
.back-news .btn a { display: inline-block;text-decoration: none;color: white;padding: 10px 30px;background: #fbd017; }
.back-news .btn a:hover { color: white;background: #131b38; }
.feature-inside { width: 100%; }


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

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

.footer { background: #131b38;color: white;padding: 50px 0 10px; }
.footer a { color: white; }
.footer a:hover { color: #fbd017; }


@media (max-width: 991px) {
  .header-bottom > .row-fluid-wrapper > .row-fluid > .menu-logo { width: 150px; }
  .header-top .mini-menu, .header-bottom .main-menu > div { display: none; }
  
  .new-blog-listing .post-item { width: calc(100% / 2 - 30px); }
}
@media (max-width: 767px) {
  .new-blog-listing { margin: 0; }
  .new-blog-listing .post-item { width: 100%;margin: 0 0 30px; }
  .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; }
}
