/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//fonts.googleapis.com/css?family=Roboto');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: "CalibreReg";
  src: url("//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Fonts/CalibreWeb-Regular.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Fonts/CalibreWeb-Regular.eot") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Fonts/CalibreWeb-Regular.woff") format("eot");
  font-style: normal;
  font-weight: normal;
}


@font-face {
  font-family: "CalibreSemibold";
  src: url("//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Fonts/CalibreWeb-Semibold.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Fonts/CalibreWeb-Semibold.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Fonts/CalibreWeb-Semibold.eot") format("eot");
  font-style: normal;
  font-weight: normal;
}


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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

html,
.section.post-body ol,
.blog2 .section.post-body ul{
  font-size: 14px;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  color: #3e474c;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: auto;

}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1440px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */

p {
  margin: 0 0 20px;
}

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color: #2e8572;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: 400;
}
h2 {
  color: #c6102e;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 39px;
}

h3 {
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  line-height: 32px;
  font-size: 27px;
  font-weight: 500;

}

h4 {
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-size: 18px;
}
h6 {
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

/* Anchor Links */
a:link, a:visited {
  color: #2e8572;
  text-decoration: none;
  font-weight: 500;
}

a:hover, a:focus { 
  color: #2e8572;
  text-decoration: underline;
}

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

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

.body-container .content-wrapper {
  padding: 90px;
  padding-bottom:0;
}

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


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

.header-container-wrapper {
  min-height: 90px;
}
.header-container {}

.custom-menu-primary.js-enabled {
  margin-left: 0px;
}

.header-container {
  position: fixed;
  height: auto;
  width: 100%;
  top: 0;
  background: #FFF;
  z-index: 1500;
}

.header-container .page-center{
  max-width:100% !important;
  margin:0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
.custom-header .row-number-3 > .row-fluid > .page-center {
    position: relative;
    z-index: 1;
}
.header-container .page-center:after{
  box-shadow: 1px 2px 4px 2px rgba(0,0,0,0.2);
  content: " ";
  width: 0;
  height: 0;
  bottom: 0;
  top: 83%;
  position: absolute;
  border: 15px solid #FFF;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  right: 200px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}

.header-container .custom-logo{
  padding-top: 29px;
}

.header-container .custom-logo img {
  max-width: none;
  width: 54px !important;
  height: 42px;
}

.header-container .header-mini-menu {
  position: relative;
  margin-left: 0px;
  float: right;
  background: #fff;
  z-index: 1;
}

.header-container .header-mini-menu ul {
  margin-bottom: 0;
  margin-top: 0;
  list-style:none;
  display: flex;
  padding-left:0px;
  padding-top: 30px;
  padding-left:7px;
}

.header-container .header-mini-menu ul li{
  margin: 0 20px;
  padding: 6.5px 12px;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-size: 18px;

}

.header-container .header-mini-menu ul li:hover {
  background-color: #006452;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color .2s;
}


.header-container .header-mini-menu ul li a{
  font-weight: 700; 
  color: #2e8572;
  text-decoration: none;
  text-transform: uppercase;
  font-size:18px;
  line-height:25px;

}
.header-container .header-mini-menu ul li:last-child a{
  color:#006452;
}


.header-container .header-mini-menu ul li:last-child{
  border-radius: 50px;
  border:2px solid #006452;
  margin-top: -1px;
  vertical-align: middle;
  padding: 6px 12px 7px;

}

.header-container .header-mini-menu ul li:last-child:hover a {
  color: #fff;
}

.header-container .header-mini-menu ul li:hover a{
  color:#fff;
}


.header-container .custom-a{
  width: auto !important;
  margin-left: 0 !important;
}


.custom-header .page-center > .row-fluid-wrapper > .row-fluid {
  display: -ms-flexbox;
  display:flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}


.header-container .custom-header .page-center > .row-fluid-wrapper > .row-fluid:before,.custom-header .page-center > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}

.header-container .custom-header {
  box-shadow: 1px 2px 4px 2px rgba(0,0,0,0.2);
}

.custom-header.no-nav-header {
  min-height: 102px !important;
}

.header-container .header-mini-menu h2{
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.header-container .custom-location {
  display: none;
}


@media (max-width:767px) {
  #iqcu-map-block-two > .iqcu-map {
    width: 100% !important;
    margin: 0 0 30px 0;
  }
}

@media (max-width:767px) {
  #iqcu-map-atm-button {
    margin-bottom: 30px;
  }
}

#block-iqcu-pattern-lab-content li .views-field.views-field-field-phone-number > div {
  font-size: 1rem;
  margin-bottom: 20px;
}

.login-block {
  display: none;
  background-color: gray;
}

#block-iqculogin {
  position: relative;
  width: 100%;
  background: #82a0a1;
  padding: .5em 3em;
  margin: 0;
}

@media (max-width:767px) {
  #block-iqculogin {
    padding-left: 0;
  }
}

@media (max-width:650px) {
  #block-iqculogin {
    padding-top: 20px;
    padding-right: 0;
    height: 290px;
    overflow-y: scroll;
  }
}

#block-iqculogin .login-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width:650px) {
  #block-iqculogin .login-block-inner {
    margin-top: 23px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background: url(https://blog.iqcu.com/hubfs/Copied%20Assets/person_icon.svg) top center no-repeat;
    background-color: #82a0a1;
  }
}

#block-iqculogin .login-block-inner h2 {
  font-weight: 500;
  color: #FFF;
  font-size: 24px;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  padding-right: 100px;
  margin-top: 0;
  margin-bottom: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}

@media (max-width:850px) {
  #block-iqculogin .login-block-inner h2 {
    font-size: 20px;
    padding-right: 85px;
  }
}

@media (max-width:650px) {
  #block-iqculogin .login-block-inner h2 {
    padding: 60px 0 20px;
    text-align: center;
  }
}

#block-iqculogin .login-block-inner h2:after {
  content: url(https://blog.iqcu.com/hubfs/Copied%20Assets/person_icon.svg);
  width: 47px;
  height: 48px;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 15px;
}

@media (max-width:650px) {
  #block-iqculogin .login-block-inner h2:after {
    display: none;
  }
}

#block-iqculogin .login-block-inner form {
  text-align: left;
}

#block-iqculogin .login-block-inner form:focus {
  border: none;
}

#block-iqculogin .login-block-inner form * {
  width: 200px;
}

#block-iqculogin .login-block-inner form .js-hide-label {
  opacity: 0;
}

#block-iqculogin .login-block-inner form a {
  color: #fff;
  width: auto;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  top: -18px;
  position: relative;
}

@media (max-width:850px) {
  #block-iqculogin .login-block-inner form a {
    font-size: 18px;
  }
}

#block-iqculogin .login-block-inner form input[type="submit"] {
  padding: .35rem 1.5rem;
  float: right;
  background: url(https://blog.iqcu.com/hubfs/Copied%20Assets/arrow_login_icon.svg) no-repeat top center;
  background-size: 44px auto;
  position: absolute;
  height: 44px;
  width: 44px;
  padding: 0;
  top: 45px;
  margin-left: 340px;
  border: none;
}

@media (max-width:850px) {
  #block-iqculogin .login-block-inner form input[type="submit"] {
    margin-left: 275px;
    height: 38px;
    width: 38px;
    background-size: 38px auto;
  }
}

@media (max-width:650px) {
  #block-iqculogin .login-block-inner form input[type="submit"] {
    margin-left: 30px;
    position: relative;
    top: -40px;
    right: -40px;
  }
  
  #block-iqculogin .login-block-inner form .link-br {
    display: block;
  }
}

@media (max-width:400px) {
  #block-iqculogin .login-block-inner form input[type="submit"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  #block-iqculogin .login-block-inner form input[type="submit"] #edit-register-link,#block-iqculogin .login-block-inner form input[type="submit"] #edit-forgot-login-link {
    font-size: 16px;
  }
}

@media (min-width: 651px) {
  #block-iqculogin .login-block-inner form #edit-forgot-login-link {
    float: left;
    margin-right: 12px;
  }
  
  #block-iqculogin .login-block-inner form .link-br {
    display: none;
  }
}

#block-iqculogin .login-block-inner form .js-form-item-username {
  width: auto;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 2px;
  position: relative;
  top: -5px;
}

#block-iqculogin .login-block-inner form .js-form-item-username #edit-username,#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2 {
  font-size: 24px;
  position: relative;
  outline: none;
  width: 300px;
  background: none;
  color: white;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  border: 0;
  border-bottom: 2px solid #B5D3D0;
  padding-bottom: 10px;
  top: -13px;
}

#block-iqculogin .login-block-inner form .js-form-item-username #edit-username::-webkit-input-placeholder,#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2::-webkit-input-placeholder {
  color: white;
}

#block-iqculogin .login-block-inner form .js-form-item-username #edit-username:-moz-placeholder,#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2:-moz-placeholder {
  color: white;
}

#block-iqculogin .login-block-inner form .js-form-item-username #edit-username::-moz-placeholder,#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2::-moz-placeholder {
  color: white;
}

#block-iqculogin .login-block-inner form .js-form-item-username #edit-username:-ms-input-placeholder,#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2:-ms-input-placeholder {
  color: white;
}

@media (max-width:850px) {
  #block-iqculogin .login-block-inner form .js-form-item-username #edit-username,#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2 {
    font-size: 20px;
    width: 240px;
  }
}

@media (max-width:600px) {
  #block-iqculogin .login-block-inner form .js-form-item-username #edit-username,#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2 {
    font-size: 18px;
    width: 150px;
  }
}

#block-iqculogin .login-block-inner form .js-form-item-remember-me-link {
  display: none;
}

#block-iqculogin .login-block-inner form label {
  color: white;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-weight: 100;
  text-align: left;
  opacity: 1;
  transition: .333s ease top,.333s ease opacity;
  padding-bottom: 10px;
}

.user-login-form {
  margin: 25px;
  padding: 25px;
}

.user-login-form .form-item {
  margin-bottom: 1em;
}

.x-close {
    display: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 1.5rem;
    right: 0;
    padding: 10px 20px;
}

@media (max-width: 1030px) {
	.x-close {
		display: initial;
	}
}

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

.body-container-wrapper {}
.body-container {
  padding-bottom:80px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.body-container .banner{
  position: relative;
  min-height: 300px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  z-index: 1;
  height: 600px;
  color: white;
  background-color: #efefef;
}

.banner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: .1;
  z-index: -1;
}

.banner-overlay{
  background-color: rgba(55,55,55,.5);
  width: 100%;
  height: 100%;
}
.banner-caption{
  width: 100%;
  margin: 0 auto 0 auto;
  color: white;
  padding-top: 180px;
}

.banner-caption h1 {
  margin: 0;
  padding: 1rem;
  color: white;
  text-align: center;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-size: 46px;
  line-height: 50px;
}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.footer-container .custom-icon-nav {
  background: #c6102e;
  padding: 1em 2em;
}

.footer-container .custom-icon-nav h2 {
  color: white;
  font-size: 2em;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  margin-top:20px;
  line-height: 46px;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
}

.footer-container .custom-icon-nav  ul{
  padding:0px;
  margin-top:1em;
  margin-bottom:1em;
  list-style:none;
}

.footer-container .custom-icon-nav ul li a span {
  display: none;
}

.footer-container .custom-icon-nav  ul > li a{

  display: inline-block;
  margin: 0 1rem 0 0;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  height: 51px;
  width: 51px;
}

.footer-container .custom-icon-nav  ul > li:nth-child(1) a{
  background-image: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/facebook.svg);
}

.footer-container .custom-icon-nav  ul li:nth-child(1):hover a{
  background-image: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/facebook_icon_hover.svg);  
}

.footer-container .custom-icon-nav  ul  > li:nth-child(2) a{
  background-image: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/twitter.svg);;
}

.footer-container .custom-icon-nav  ul li:nth-child(2):hover a{
  background-image: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/twitter_icon_hover.svg);  
}

.footer-container .custom-icon-nav  ul > li:nth-child(3) a{
  background-image: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/instagram.svg);
}



.footer-container .custom-icon-nav  ul > li:nth-child(3):hover a{
  background-image: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/instagram_icon_hover.svg);  
}

.footer-container .custom-icon-nav  ul > li:nth-child(4) a{
  background-image: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/youtube.svg);
}

.footer-container .custom-icon-nav  ul li:nth-child(4):hover a{
  background-image: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/youtube_icon_hover.svg);  
}

.footer-container .custom-icon-nav  ul > li:nth-child(5) a{
  background-image: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/linkedin.svg);
}


.footer-container .custom-icon-nav  ul li:nth-child(5):hover a{
  background-image: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/linkedin_icon_hover.svg);  
}

.footer-container .custom-icon-nav ul li {
  display: inline-block;
}


.footer-container .custom-contact {
  padding: 3em 2em 5.4em;
}

.footer-container .custom-contact h1{
  width: 50%;
  -ms-flex-order: 1;
  order: 1;
  display: inline;
}

.footer-container .custom-contact h1 a{
  display: block;
  width: 69px;
  height: 54px;
  background: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/iq-logo-footer.svg) no-repeat left top;
  text-indent: -999px;
}


.footer-container .custom-contact p{
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #3e474c;
  margin-top: 35px;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
}

.footer-container .custom-contact a{
  color: #2e8572;
  text-decoration: none;
  font-size:20px;
  line-height:30px;
  font-weight:500;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
}

.footer-container .custom-contact a:hover{
  color: #2e8572;
  text-decoration: underline;
}


.footer-container .footer-second-last ul{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style:none;
  text-transform: uppercase;
  padding-bottom: 18px;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.footer-container .footer-second-last ul a{
  color: #2e8572;
  text-decoration: none;
  font-size:1em;
  line-height:1.6;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  display: inline-block;
}

.footer-container .footer-second-last ul a:hover{
  color: #1D5549;
  text-decoration: underline;
}


.footer-container .footer-last-menu {
  padding-top: 12px;
  padding-bottom: 26px;
  border-top: 1px solid #404041;
  margin: 1em 2em !important;
  padding: 1em 0;
  width: calc(100% - 4em) !important;
  margin-top: 0 !important;
}

.footer-container .footer-last-menu ul{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1em;
  padding-left: 0;  
  list-style:none;
  margin:1em 0;

}

.footer-container .footer-last-menu ul li{
  text-align: left;  
  font-size: 1em;
  font-weight: 500;
  float: left;
  margin: 0 1em 0 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-container .footer-last-menu li:nth-child(2){
  background: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/eho-house.svg) no-repeat top left;
  background-size: 20px auto;
  padding: 0 0 0 25px;
  font-size: 1em;
  font-weight: 500;
  float: left;
  margin-right:18px;
  text-transform: uppercase;
}

.footer-container .footer-last-menu li:nth-child(3){
  font-size: 1em;
  font-weight: 500;
  float: left;
  text-transform: uppercase;
}

.footer-container .footer-last-menu li:nth-child(4){
  margin-right:0;
  text-align: right;
}

.footer-container .footer-last-menu li:nth-child(5){
  margin: 0;
  text-align: right;
  font-size: 1em;
  font-weight: 500;
  float: left;
  text-transform: uppercase;
  padding-right: 33px;
}

.footer-container .footer-last-menu ul li a{
  color: #404041;
  text-decoration: none;
  font-weight: 500;
  font-size:1em;
  line-height:1.6;
  display: inline-block;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
}


.footer-container .footer-last-menu ul li a:hover{
  color: #006452;
  text-decoration: underline;
}

.footer-container .custom-copyright p {
  text-align: center;
  color: #c6102e;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
}


.footer-container .footer-custom-text {
  padding-left: 2em;
  padding-right: 2em;
}

.footer-container .footer-custom-text p{
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #3e474c;
  font-size: .80rem;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

@media screen and (min-width:1031px) {
  /* Parent List */

  .custom-menu-primary{
    margin-left:0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    padding-top: 31px;
    padding-bottom: 30.5px;
    padding-left: 33px;
    margin-left: -26px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 5px 12px;
    font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
    font-size: 18px;
    margin-left:30px;
    margin-right:30px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:hover,.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.clicked{
    background-color: #006452;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color .2s;

  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.clicked > a{
    color:#fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    width: 16px;
    height: 20px;
    content: "";
    background-image: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/nav_down_arrow.svg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    display: inline-block;  
    margin-left: 3px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.clicked > a:after{
    width: 16px;
    height: 20px;
    content: "";
    background-image: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/nav_down_arrow_hover.svg);
    background-repeat: no-repeat;
    background-position: 0px 11px;
    display: inline-block;  
    margin-left: 3px;   

  }
  /*   .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.clicked > a:after{    
  content: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/nav_down_arrow_hover.svg);
}
  */
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #006452;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:500;
    line-height:25px;
    font-size:18px;

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-family: 'Calibri',sans-serif;
  }



  /*   .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1):hover > a:after{
  width: 16px;
  height: 20px;
  content: "";
  background-image: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/nav_down_arrow.svg);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  display: inline-block;  
  margin-left: 3x;   
}
  */





  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:#fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #fff;
  }


  .custom-menu-primary.js-enabled:after{

  }

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



  /* Child List */
  ul.hs-menu-children-wrapper {
    position: relative;
    z-index: 50;
    background: #FFF;
    margin-top: 25px;
  }





  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 0;
    font-size: 18px;
    color: #006452;
    font-weight: 700;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-transform: uppercase;
    text-decoration:none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
    padding: 6px 10px;
    border-radius: 50px;
    background-color: #006452;
    color:#fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover a{
    color:#fff;
  }

  /* Override max width on menu links */
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }


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



  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul{
    width: 100%;
    right: 0;
    border-top: 3px solid #006452;
    text-align: center;
    padding-top: 32.5px;
    padding-bottom: 32.5px;
    margin: 0;
    margin-top:26px;
    padding-left: 40px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    margin: 0 38px;
    display: inline-block;
    height: 40px;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 6px 10px;
    border-radius: 50px;
  }

  .custom-menu-primary.mob-menu {
    display: none !important;
  }

  .mobile-logo {
    display:none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
    display: inherit; /* changed from 'none' to 'inherit' by janderson HubSpot Support on 1.5.18 */
  }

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

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked ul{
    opacity: 1 !important;
    visibility: visible !important;
    display:block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    transform: scaleY(0);
    transition: all 0.4s ease !important;
    transform-origin: top center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.clicked > ul {
    transform: scaleY(1);
  }
}



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

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

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1031px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active > a {
    border-bottom: 2px solid rgb(54, 155, 133);
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    overflow-y: initial !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    line-height:21px; 
  }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1030px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: -39px;     
    /* Position Button at right of screen */        /**************************************/
    width: 35px;
    height: 32px; /* Button height */      
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    margin-left:20px;
    z-index: 999999;
  }

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

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 10px !important; 
    right: 0 !important;
    background-size: 30px;
    width: 100% !important;
    min-width: 100% !important;
    height: 60px !important;
    padding: 0 !important;
    background: none;  
    background-size:32px;
  }


  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top:-3px !important; 
    right: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    height: 60px !important;
    padding: 0 !important;
    background: none; 
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform-origin: 50% 60%;
    transform-origin: 50% 60%;

  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 15px; /* Makes room for button */

  }


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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    height: 100vh;
    overflow-y: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }


  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 0 !important;
    background: #006452;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 1.6;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    background: #EBEBEB;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 2.25em !important;
    line-height: 1.6 !important;
    text-align: center;
    text-transform:uppercase;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    color: #006452;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a :hover{
    color: #006452 !important;  
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(1) > a{
    color: #006452;  
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(1) > a:after{
    content: '';
    background: url(//cdn2.hubspot.net/hubfs/3903002/Iq%20Credit%20Union%20November2017%20/img/close_button.svg?t=1516820594621) no-repeat top center;
    background-size: 40px 40px;
    width: 55px;
    height: 55px;
    position: absolute;
    margin-left: -39px;
    margin-top: 7.5px; 
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    width: 30px;
    height: 30px;
    content: "";
    background-repeat: no-repeat;
    background-position: 0px 10px;
    display: inline-block;
    padding: 0 !important;
    background: url(//cdn2.hubspot.net/hubfs/3903002/Iq%20Credit%20Union%20November2017%20/img/down_chevron.svg?t=1516820594621) 90% no-repeat;
    background-size: 32px;
    position: relative;
    top: 2px;
    left: 8px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(1) > a:hover {
    color: #006452;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li.menu-icon {
    background: #246759;
    box-shadow: 0 6px 8px 0 rgba(36,103,88,0.7);
    padding-bottom:0;
    padding-top:0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.menu-icon > a{
    padding-bottom:10px;
    padding-top:10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li.menu-icon > a:after{
    font-size: 28px;
    display: inline-block;
    float: none;
    top: -3.5px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform-origin: 50% 60%;
    transform-origin: 50% 60%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li{
    background: #006452;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    margin-left:0px !important;
    margin-right:0px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 28px !important;
    line-height: 1.6;
  }

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

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
  margin-bottom:20px
}

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

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

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

/* Labels and Legends */
label ,
.hs-form-field > label {
  margin-bottom: 5px;
  display: inline-block;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  max-width: 500px;
  display: block;
  border: 1px solid #006452;
  width: 100%;
  color: inherit;
  font: inherit;
  padding: 6px;
  line-height: normal;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {

}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin:0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #3e474c;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #3e474c;
  opacity:1;
} /* Firefox 18- */
::-moz-placeholder {
  color: #3e474c;
  opacity:1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #3e474c;
} /* IE10 */

ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: red;
}

.hs_error_rollup {
  margin-top: -15px;
}

/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


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

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

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

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

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


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"]:not(.wc-initiate),
input[type="button"]:not(.wc-terminate) {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  padding: 6px 16px;
  color: #fff;
  background-color: white;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;  
  line-height: normal;
  display:inline-block;
  background-color: #006452;
  border-radius: 50px;
  border: 1px solid #006452;
}

.hs-button.primary:hover,
input[type="submit"]:not(.wc-initiate):hover,
input[type="button"]:not(.wc-terminate):hover {
  border: none;
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  text-decoration: none;
  color: #006452;
  background-color: white;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline:0;
}

textarea {
  border: 2px solid #006452;
}

/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-type-form,
.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container hs-search-field,
.hs-search-field,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form {
  padding: 40px 50px 40px 50px;
  font-weight: 100;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
}

body > img {
  display: none !important;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form{
  width: 50%;
}
.cm-contact-layout legend.hs-field-desc {
  padding: 0 30px;
}

.cm-contact-layout .actions {
  padding: 0 30px;
}
.error-template .hs-search-field,
.search-template .hs-search-field {
  width: 50%;
}
.password-template input.hs-button.primary.large {
  margin-top: 15px;
}

.blog2 .section.post-body h5{
  margin-bottom:0;
}

.blog2 .section.post-body h3{
  margin-bottom: 35px;
}

.personal-flex-lay.hs-content-id-7921358003 .auto-loan-accordion-body{
  padding-bottom:30px;
}

.personal-flex-lay.hs-content-id-7921358003  .block-iqcuautorates a.button {
  margin-bottom: 0;
}







.custom-location{
  background: #006452;
}


.custom-location h2 {
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0px;
  text-align: center;
  color: #FFF;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 24px;
}

.custom-location h2:after{
  background: url(//cdn2.hubspot.net/hubfs/3903002/Iq%20Credit%20Union%20November2017%20/img/down_chevron.svg?t=1516820594621) center center no-repeat;
  display: inline-block;
  color: #FFF;
  width: 28px;
  height: 28px;
  background-size: 28px;
  margin-left: 7px;
  top: 3px;
  position: relative;
  content: '';
}

.custom-location .location-box{
  position: relative;
  background-color: #fff;
  width: 100%;
  border-radius: 0;
  padding: 18px;
  height: auto;
  left: inherit;
  bottom: inherit;
  box-shadow: none;
  overflow:hidden;
  display:none;
}

.custom-location .location {
  float: left;
  width: 60%;
}

.custom-location .location-map-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  float: right;
  width: 40%;
  padding-left: 15px;
}  

.custom-location  a.location-link {
  background: #369b85;
  color: #FFF;
  margin-top: 0;
  padding-top: 12px;
  text-decoration: none;
  padding-bottom: 12px;
  width: 135px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 17px;
  font-weight:500;
  line-height:23px;
  text-decoration:none;
  text-transform:uppercase;font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif; 
  border: 2px solid transparent;
}

.custom-location  a.location-link:hover{
  background: #FFF;
  color: #369b85;
  border: 2px solid #369b85;
} 


.custom-location a.custom-location {
  background: #FFF;
  color: #369b85;
  border: 2px solid #369b85;
  width: 135px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  font-size:17px;
  margin-top: 15px;
  font-weight:500;
  line-height:23px;
  text-decoration:none;
  text-transform:uppercase;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
}


.custom-location a.custom-location:hover{
  background: #369b85;
  color: #FFF;
} 


.custom-location .location p {
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 28px;
  margin-top: 0px;
  color: #8C8E91;
  font-family: CalibreReg, Roboto, Helvetica, Arial, sans-serif;
}

.custom-location .location p:nth-child(2) {
  font-size: 18px;
  line-height: 25px;
}

.mobile-open .custom-location {
  display: none !important;
}

/*=============== External CSS ======================*/

@import url('//cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.css');
.fancybox-content {
  max-width: 970px;
  max-height: 495px;
}
.fancybox-content iframe{
  width: 100%;
}

.cm-benifits > h2{
  margin-bottom: 40px;
  padding-top: 60px; 
  text-align: center;
  margin-top: 0;
  font-size: 38px;
  line-height: 46px;
  color: #c6102e;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-weight: 400;
}
.cm-benifits-inner{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px; 
}
.cm-benifits-wrapper .tile.views-row:hover .tile__front{
  opacity:0;
}
.cm-benifits {
  background-color: #d5d1c3;
}
.cm-benifits-wrapper .tile.views-row:hover .tile__back {
  transform: rotateY(360deg);
  opacity:1;
  z-index:9;
}

.cm-benifits-inner .tile {
  -ms-perspective: 1000;
  perspective: 10000;
  float: left;
  width: 25%;
  height: 270px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.cm-benifits-wrapper .tile .tile__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.cm-benifits-wrapper .tile__front {
  background-color: #d5d1c3;
  z-index: 2;
  text-align: center;
  transition: all .6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  line-height: 1.2;
  letter-spacing: .02em;
  border-radius: 20px;
}

.cm-benifits-wrapper .tile__front .tile__icon {
  width: 95px;
  height: 95px;
  max-width: 100%;
  vertical-align: middle;
  color: #2e8572;
}
.cm-home-layout .body-container {
  padding-bottom: 0;
}
.cm-benifits-wrapper .tile__front .tile__title {
  margin-top: 30px;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #2e8572;
}

.cm-benifits-wrapper .tile__back {
  color: white;
  transition: all .6s ease-in-out,opacity .3s ease-in-out;
  opacity: 0;
  background: #c6102e;
  transition: all .6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: left;
  line-height: 1.2;
  letter-spacing: .02em;
  border-radius: 20px;
}

.cm-benifits-wrapper .tile__back p {
  text-align: left;
  line-height: 1.2;
  letter-spacing: .02em;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  color: white;
  margin: 0 0 20px;
  font-size: 20px;
}

.cm-benifits-wrapper .tile__back p a{
  color:#fff;
  text-decoration:underline;
}

.cm-benifits-wrapper .tile__back p a:hover{
  color: #e3e3e3;
  text-decoration: underline; 
}

.cm-benifits-wrapper .tile__link {
  margin-top: 20px;
}

.cm-benifits-wrapper .tile:hover .tile__front{
  transform: rotateY(360deg); 
}

.content-instagram-feed {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-instagram-feed * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content-instagram-feed .content {
  margin-bottom: 25px;
  text-align: center;
}

.content-instagram-feed .instafeed-items {
  font-size: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px 0;
}

.content-instagram-feed .instafeed-items a {
  display: inline-block;
  width: 346px;
  height: 308px;
  position: relative;
  margin: 1rem 2rem;
}

.content-instagram-feed .instafeed-items a:hover img {
  opacity: 0.6;
}

.content-instagram-feed .instafeed-items img {
  width: 100%;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: 346px;
  height: 308px;
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: 0px 0px 2px 0;
  padding: 10px;
}

.trigger-mob {
  position: absolute;
  width: 30px;
  height: 23px;
  cursor:pointer;
  right: -5px;
  top: 46%;
}
.accordion-header-extended-header{
  position:relative;
}

.blog2 .section.post-body {
  font-size: 20px;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  color: #3e474c;
  line-height: 1.6;
}
.blog2.hs-blog-post .basic-page .node-image {
  text-align: center;
}

.blog2 .section.post-body a.btn {
  display: table;
  margin: 0 auto;
  padding: 12px 23px;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #006452;
  border-radius: 50px;
  border: 2px solid #006452;
  transition: background-color .3s;
  text-decoration: none;
}

.blog2 .section.post-body a.btn:hover {
  text-decoration: none;
  color: #006452;
  background-color: white;
  border: 2px solid #006452;
}

.cm-faqs-layout .banner-area h1 {
  margin-bottom: 0;
  height: auto;
  padding: 1.65em 0 2.15em;
}

.cm-balance-transfer-layout .body-container .content-wrapper,
.cm-workshop-layout .body-container .content-wrapper,
.cm-faqs-layout .body-container .content-wrapper {
  padding: 0;
}
.cm-balance-transfer-layout .body-container form,
.cm-workshop-layout .body-container form {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.cm-faqs-layout .faq-accordion-block--field-wrapper:nth-last-of-type(even) {
  background-color: #D6D2C4;
}

.cm-faqs-layout .faq-accordion-block--field-wrapper:nth-last-of-type(even):hover{
  background-color: #D6D2C4;
}

.cm-faqs-layout .faq-accordion-block--field-wrapper:hover{
  background-color:#F2F1ED;
}

.cm-faqs-layout .faq-accordion--body{
  max-width:100%;
} 

.cm-faqs-layout a.faq-accordion--header-link h3{
  font-size:26px;
  margin-bottom: 0;
}

.cm-faqs-layout a.faq-accordion--header-link {
  display: block !important;
}

.cm-faqs-layout .faq-accordion-block--field a{
  display:inline-block; 
}

.cm-faqs-layout #hs_cos_wrapper_widget_1551674250999 {
  text-align: center;
  padding: 90px;
}

.cm-faqs-layout #hs_cos_wrapper_widget_1551674250999 ul li {
  width: calc(50% - 4px);
  display:inline-block;
  margin: 40px 0 0;
  vertical-align:top;
}

.cm-faqs-layout #hs_cos_wrapper_widget_1551674250999 ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

.cm-faqs-layout #hs_cos_wrapper_widget_1551674250999 ul li a {
  text-transform: uppercase;
}
.header-container .no-nav .custom-header{
  padding-bottom: 29px;
}
.header-container .no-nav  .page-center:after{
  display:none; 
}
.cm-faqs-layout .body-container {
  padding-bottom: 0;
}
.cm-faqs-layout #hs_cos_wrapper_widget_1551674250999 {
  text-align: center;
  padding: 90px;
  padding-bottom: 60px;
}
.business-lay.hs-content-id-7920654718 h3.field-list-headline {
  font-size: 26px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}
.banner-area-financial h1 {
  font-size: 56px;
  line-height: 62px;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
}

.banner-area-financial p {
  font-size: 1.5em;
  font-weight: 400;
  line-height: .5;
  margin: 0 0 20px 0;
  color: #fff;
}

.banner-area-financial p:last-child {
  line-height: 3;
}

.cm-financial-layout .body-container .content-wrapper{
  padding:0; 
}

.cm-financial-layout iframe {
  width: 100%;
  max-width: 100%;
}

.cm-financial-layout .banner-area-financial .page-center {
  padding: 90px;
  text-align: center;
}


.cm-financial-layout .full-with-con-outer-wrap {
  padding: 40px 90px;
  margin: -8px 0 0;
}

.cm-financial-layout .full-with-con-outer-wrap h2 {
  padding: 0;
  max-width: 750px;
  margin: 20px auto;
}

.cm-financial-layout .custom-full-width-content {
  max-width: 750px;
  color: #404041;
  margin: 0 auto 16px;
  padding: 0;
}

.cm-financial-layout .custom-full-width-content p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.cm-financial-layout .field-collection-content p{
  font-size:20px; 
}
.cm-workshop-layout .widget-span form .hs-form-field,
.cm-contact-insure-layout .widget-span form .hs-form-field{
  width: 100% !important;
}  

.cm-field-inner-wrapper.field-open {
  display: none;
}

.cm-balance-transfer-layout .body-container form h2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.cm-balance-transfer-layout .body-container form .new {
  max-width: 400px;
  padding: 0 22px;
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #c0c0c0;
  margin: 30px 2px 30px;
}

.cm-balance-transfer-layout .hs-phone .input {
  width: auto;
  display: inline-block;
  margin-left: 10px;
}

.cm-balance-transfer-layout .new legend {
  border: 0;
  padding: 0;
  float: left;
  max-width: 300px;
  margin: 0 0.5em 0.4em 0;
  display: inline;
  position:relative;
  top:-15px;
  border-radius: 3px;
  box-shadow: none;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%, #7db9e8 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%,#7db9e8 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%,#7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7db9e8',GradientType=0 );
}


.cm-balance-transfer-layout .body-container form h3{
  font-size: 26px;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
  line-height: 32px;
}

.cm-balance-transfer-layout .body-container form ul{
  margin:1em 0 16px;
  padding:0 0 0 40px;
}

.cm-balance-transfer-layout .body-container form ul li{
  line-height: 18px;
}

select {
  -webkit-appearance: none;
}

.cm-balance-transfer-layout .widget-span form .hs-input{
  max-width: 350px;
  border-radius: 5px;
}
.cm-workshop-layout .widget-span form .hs-input,
.cm-contact-insure-layout .widget-span form .hs-input {
  max-width: 350px;
}
.cm-workshop-layout .widget-span form fieldset,
.cm-contact-insure-layout .widget-span form fieldset {
  margin-bottom: 30px;
}

.hs-content-id-7887647742.blog2 .section.post-body ul {
  font-size: 20px;
}

.cm-workshop-layout p {
  font-size: 20px;
  margin: 0 0 16px;
}

.cm-workshop-layout .widget-span form fieldset .hs-richtext,
.cm-contact-insure-layout .widget-span form fieldset .hs-richtext {
  font-style: italic;
  margin-bottom: 1em;
}

.cm-contact-insure-layout .body-container .page-center.content-wrapper {
  padding: 0 !important;
}
.cm-workshop-layout .body-container h2{
  margin-bottom: 40px;
  padding-top: 60px;
}
.cm-contact-insure-layout .body-container h3 {
  font-size: 38px;
  line-height: 46px;
  text-align: center !important;
  color: #c6102e;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
}

#hs_cos_wrapper_widget_1551695264942 {
  padding: 0 15px;
}
.cm-balance-transfer-layout form,
.cm-contact-insure-layout .widget-span form{
  max-width: 900px;
  padding: 0 40px 80px 40px;
  margin:0 auto;
}
.cm-workshop-layout .widget-span form{
  max-width: 900px;
  padding: 0 20px 80px 20px;
  margin:0 auto;
}
/*====================== End ========================*/


/*========================== Personal Layout ================*/
.personal-lay .main-content {
  max-width: 52em;
  margin: 0px auto !important;
  padding: 30px 0;
  float: none;
}

.personal-lay .main-content h2 {
  margin-top: 20px;
  margin-bottom: 40px;
}
table.rates_table {
  width: 100%;
  margin: auto;
  font-size: 1.2em;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: unset;
  display: table;
}

table.rates_table th {
  border: 3px solid #ddd;
  color: #C8102E;
  padding: .5em;
  width: 1em;
  text-align: center;
  line-height: 24px;
}

strong {
  font-weight: bold;
}

table.rates_table td {
  border: 3px solid #ddd;
  padding: .5em;
  text-align: center;
}

address {
  margin-top: 20px;
}

a.button {
  display: table;
  margin: 0 auto;
  padding: 12px 23px;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #006452;
  border-radius: 50px;
  border: 2px solid #006452;
  transition: background-color .3s;
  margin-bottom: 30px;
}

a.button:hover{
  text-decoration: none;
  color: #006452;
  background-color: white;
  border: 2px solid #006452;
}

.personal-lay .body-container {
  padding-bottom: 0;
}

.personal-lay .main-content p{
  font-size: 20px; 
}
.per-sec-one .custom-full-width-content h3{
  margin-top: 20px;
  font-size: 26px;
  margin-bottom: 0;
  color: #465C5D;
}

.custom-full-width-content p {
  line-height: 24.5px;
  font-size: 20px;
}

.custom-full-width-content p img {
  float: right;
  max-width: 100%;
  height: auto;
}

.custom-full-width-content ul {
  list-style-type: disc;
}

.custom-full-width-content a {
  text-transform: uppercase;
  display: block;
}

span.arrow-after:after {
  content: " \2192";
}

.personal-flex-lay .body-container {
  padding-bottom: 0;
}

.custom-full-width-content h6{
  margin-bottom:0;
}

.custom-full-width-content{
  display: block;
  margin: 0 auto;
  max-width: 53em;
  width: 100%;
  padding: 3em 3em 3em 11em; 
}

.banner-area h1 {
  height: 383px;
  margin-top: 0;
  padding-top: 20px;
  width: 100%;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-size: 56px;
  margin-bottom: 40px;
  line-height: 62px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}

.personal-flex-lay.hs-content-id-7862781181 .banner-area h1,
.personal-flex-lay.hs-content-id-7886329290 .banner-area h1{
  height: auto;
  padding: 101px 0rem 121px;
  margin-bottom: 0;
}

.faq-accordion-block--field-wrapper{
  background-color: #F2F1ED; 
  padding-bottom: 1.5rem;
}
.faq-accordion-block--field-wrapper:hover{
  background-color: #D6D2C4; 
}
.faq-accordion-block--field-wrapper:hover table.rates_table td,
.faq-accordion-block--field-wrapper:hover table.rates_table th{
  border-color: #fff;
}

.per-sec-one .faq-accordion-block--field h3 {
  font-size: 27px;
  font-weight: 500;
  margin-top:0;
  margin-bottom: 7.5px;
  text-transform: uppercase;
  text-transform: none;
}

.faq-accordion-block--field a{  
  color: #2e8572;
  text-decoration: none;
  display: block;
}

.faq-accordion-block--field a:hover{  
  color: #2e8572;
  text-decoration: underline;
}

.faq-accordion--header-text {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height:8rem;
  cursor:pointer;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3em 5rem;
}

.faq-accordion--header-text::after {
  display: block;
  right: 5%;
  position: absolute;
  content: ' ';
  bottom: calc(50% - 20px);
  background: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/drop_down_arrow.svg) no-repeat;
  background-position: center;
  background-size: 28px;
  height: 28px;
  width: 28px;
}

.faq-accordion--body{
  display:none; 
}

.faq-accordion--body {
  width: 100%;
  max-width: 52em;
  margin: 0px auto;
  background-color: transparent;
  text-align: center;
  padding: 0 4rem;
}

.faq-accordion--body h4 {
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-accordion--body p {
  margin: 1rem .5rem;
  font-size: 20px;
  text-align:center;
}

.personal-flex-lay .body-container p{
  font-size: 20px;
}

.personal-flex-lay .banner-overlay {
  background-color: unset;
}

.per-sec-one h2{
  margin-top: 20px;
  margin-bottom: 40px;
}

.per-sec-one h3{
  font-size: 26px;
  margin-bottom: 35px;
}

h2.block__title {
  text-align: center;
  margin: 0;
  padding: 40px 20px;
}

.accordian--header>h2::after{
  opacity:1;
}

.accordian--header {
  cursor: pointer;
  padding: 40px;
  width: 100%;
  font-size: 15px;
  transition: 0.4s;
  text-align: center;
  background-color: rgba(77,102,102,0.8);
  color: #fff;
}
.accordian--header > h2::after {
  display: block;
  margin: 0.3rem auto 0rem;
  content: ' ';
  background: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/about_down_arrow.svg) no-repeat;
  background-size: 28px;
  height: 28px;
  width: 28px;
  transition: all 1000ms ease,opacity 0.5s;
}

.accordian--header:after {
  content: '';
  position: absolute;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: solid 50px #B6C7C7;
  border-left: solid 50px transparent;
  border-right: solid 50px transparent;
  transition: all 1000ms ease,opacity 0.5s;
  opacity:0;
}

.accordion--body {
  padding-bottom: 2rem;
  margin-top: 4.5rem;
  opacity: 1;
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
  max-height: 100rem;
}

.accordion-block--body-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.three.column .accordion-block--body-text { 
  text-align: center;
  margin: 1.7em 0 3.2em;
  display:none;
}

.three.column .accordion-block--body-text.three-col {
  width: 30%;
}

.accordian--header h2 {
  font-size: 2.5em;
  margin: 0;
  color: white;
}

.three.column .accordion-block--body-text h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 20px;
}

.accordion-block--body-container .accordion-block--body-text p {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0px;
}

.accordian--body {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
}

.accordion-body-show {
  padding-bottom: 2rem;
  margin-top: 4.5rem;
  max-height: 100rem;
}

.accordian--header.header-point >h2::after {
  opacity: 0;
}

.accordian--header.header-point:after {
  opacity: 1;
}

.col--left {
  color: white;
}

.two-col-block .col-content--text {
  padding: 40px 20px;
  text-align: center;
}

.two-col-block .col-content--image {
  width: 100%;
  height: 100%;
  padding-bottom: 75%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-content--text h3 {
  margin-top: 20px;
  margin-bottom: 35px;
}

center.block-title h2 {
  margin-bottom: 40px;
  padding-top: 60px;
  margin-top: 0;
}

center.block-title a {
  margin-bottom: 0;
}

.banner-area h1 span {
  font-size: 38px;
  line-height: 46px;
  margin-top: 9px;
}

/*================= End ============*/


/*============== Full Width Layout ============*/

.full-width-lay .main-content {
  margin-top: -264px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.full-width-lay.hs-content-id-7885335621 .main-content{
  margin-top: -100px; 
}

.full-width-lay  .body-container .content-wrapper{
  padding-left:0;
  padding-right:0;
}

.full-width-lay .byline {
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 26px;
  line-height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  padding-top: 25px;
  padding-bottom: 80px;
}

.full-width-lay .byline date{
  display:inline;
}

.full-width-lay  .banner-area h1 span{
  color: #c6102e;
}

.full-width-lay .main-content p{
  font-size: 20px;
}

.full-width-lay .body-container {
  padding-bottom: 0;
}

table.table-image-block {
  width: 90% !important;
  margin: auto;
  font-size: 1.2em;
  overflow-x: auto;
  display: block;
}

table.table-image-block td {
  border: 2px solid #fff;
  padding: .5em;
  border-bottom-width: 1px;
  border-top-width: 1px;
}

table.table-image-block td img {
  max-width: 100%;
  height: auto;
}

.personalbankingintro {
  padding: 90px;
}

.personal-intro-block {
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}

.personal-intro-block h2 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.personal-intro-block p {
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-size: 22px !important;
  line-height: 32px;
  display: block;
  padding: 0px;
  max-width: 750px;
  color: #404041;
  margin: 0 auto 16px auto;
}

.personal-intro-block a.button {
  margin-bottom: 0;
}

.easy-two-content h2 {
  margin-top: 0;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-size: 1.66rem;
}

.easy-two-content p {
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  line-height: 1.25;
  font-size: 1.5rem !important;
  display: block;
  font-weight: 400;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin-bottom: 35px;
  margin-top: 20px;
}
.easy-two-content .col-right p {
  margin-bottom: 15px;
}

.easy-two-content .col--right p {
  margin-bottom: 15px;
  margin-top: 36px;
}

.easy-two-content .col--right h2{
  color: #fff;
}

.personal-bank-account {
  padding: 90px;
}

.personal-bank-account {
  text-align: center;
}

ul.icon-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0;
  padding: 0 20px;
  list-style: none;
  text-align: center;
  color: #465C5D;
  list-style: disc;
}

.icon-container__icon-item {
  display: block;
  float: left;
  width: 250px;
  margin: 40px 60px 0 60px;
}

a.icon-text--join {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding-top: 150px;
  text-transform: uppercase;
  background-position: top center;
  background-size: 124px;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  font-weight: 500;
  color: #2e8572;
  cursor:pointer;
}

.field-collection-content {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 8em auto;
  display: block;
  margin: 0 auto;
  max-width: 53em;
  width: 100%;
  padding: 3em 3em 3em 11em;
}

.field-collection-content h3 {
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 0;
  color: #465C5D;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}

.field-collection-content p {
  line-height: 24.5px;
  font-size: 20px;
}

.field-collection-content a {
  text-transform: uppercase;
  display: block;
}

.field-collection-content p a{
  text-transform: none;
  display: inline-block;
}

.personal-flex-lay.hs-content-id-7885902292 .custom-full-width-content ul {
  padding: 50px 60px;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style: none;
}

.personal-flex-lay.hs-content-id-7885902292 .custom-full-width-content ul li:first-child a {
  width: 217px;
}

.personal-flex-lay.hs-content-id-7885902292 .custom-full-width-content {
  max-width: 100%;
  padding: 0;
}

.personal-flex-lay.hs-content-id-7885902292 .custom-full-width-content ul li a {
  margin-bottom: 0;
}

.personal-flex-lay .slide__media:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: .1;
}

.personal-flex-lay.hs-content-id-7920654718 .banner-overlay {
  background-color: rgba(55, 55, 56,.5);
}

.business-lay .personal-intro-block p {
  font-size: 1.5rem !important;
}

.personal-bank-account h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}


.accordion-header-extended-field {
  background-color: #F2F1ED;
}

.accordion-header-extended-field:hover {
  background-color: #D6D2C4;
}

.accordion-header-extended-header{
  max-width: 52em;
  margin: 0px auto;
  padding: 3em;
  background: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/chevron_down_green.svg) right center no-repeat;
  background-size: 25px;
  width: 100%;
  overflow: hidden;
}

.header-extended-svg {
  float: left;
  margin: 0rem .5rem;
  margin-right: 1rem;
  max-width: 8rem;
}

.header-extended-svg img {
  max-width: 100%;
  height: auto;
}

.accordion-extended-body-title {
  margin-top: 1rem;
  color: #465C5D;
  font-size: 1.25em;
}
.accordion-extended-body-title h3{
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 7.5px;
  color: #465C5D;
  text-transform: uppercase;
  margin-top: 20px;

}
.accordion-extended-header-details p {
  width: 100%;
  font-weight: 400;
  line-height: 24.5px;
  margin: 0 0 20px;
  font-size: 20px;
}

.accordion-extended-header-details {
  display: block !important;
  float: left;
  width: 590px;
}

.auto-loan-accordion-body {
  width: 100%;
  max-width: 52em;
  margin: 0px auto;
  background-color: transparent;
  padding: 0 18px;
  display:none;
}

.accordion-header-extended-field:hover table.rates_table th,
.accordion-header-extended-field:hover table.rates_table td {
  border-color: #fff;
}

.accordion-header-extended-header.show{
  background: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/chevron_up_green.svg) right center no-repeat;
  background-size: 25px;
}

/*=============== End ==================*/

/*============ Video =================*/


div#bcmAdBackground {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: fixed;
  background: #000000;
  opacity: 0.33;
  z-index: 10000;
  -webkit-animation: .8s cubic-bezier(0,.53,.38,1) forwards 1 bcmFadeInBackground;
  animation: .8s cubic-bezier(0,.53,.38,1) forwards 1 bcmFadeInBackground;
  display: none;
}

#bcmAdContent {
  background: #000000;
  z-index: 10020;
  position: fixed;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.33);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.33);
  -webkit-animation: .8s cubic-bezier(0,.53,.38,1) forwards 1 bcmFadeIn;
  animation: .8s cubic-bezier(0,.53,.38,1) forwards 1 bcmFadeIn;
  display: none;
}

.bcmOpened #bcmAdContent,
.bcmOpened  div#bcmAdBackground{
  display:block;
}

#bcmAdFrame {
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 970px;
  height: 535px;
  display: block;
}

.bccmAdCloseButton {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/close.png) no-repeat center top;
  background-image: -webkit-image-set(url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/close.png) 1x, url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/close.png) 2x);
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.bccmAdCloseButton:hover {
  background: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/close.png) no-repeat center bottom;
  background-image: -webkit-image-set(url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/close.png) 1x, url(i//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/close.png) 2x);
}

.full-width-lay.hs-content-id-7885335025 .main-content{
  margin-top: -104px;
}

p.person-video-col {
  text-align: center;
  margin: 0 auto 16px auto;
}

p.person-video-col a {
  display: inline;
  font-size: 0;
}

p.person-video-col a img {
  max-width: 100%;
  height: auto;
}

body.bcmOpened {
  overflow: hidden;
}

.full-width-lay .banner-overlay {
  background-color: unset;

}

/*============== End ================*/


/* External CSS */


.branch-list ol {
  list-style: none;
  counter-reset: branches-counter;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
}

.branch-list li {
  box-shadow: none;
  max-width: 100%;
  border-radius: 0;
  position: relative;
  font-size: .7rem;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2em 8em;
  margin: 3em 0;
  background: linear-gradient(to bottom,#fff 16em,rgba(77,102,102,0.8) 5em);
}

.branch-list li:before {
  content: counter(branches-counter);
  counter-increment: branches-counter;
  font-size: 1.2em;
  border: 3px solid;
  border-radius: 50%;
  position: absolute;
  top: 5em;
  left: 2.5em;
  color: #c6102e;
  width: 1.7em;
  line-height: 1.34em;
  text-align: center;
}

.branch-list li .float-right {
  right: 30px;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 50%;
  float:right;
}

.branch-list li .views-field-field-branch-name h3 {
  font-size: 1.3rem;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  line-height: .5;
}

.branch-list li .views-field-field-branch-address {
  width: 100%;
}

.branch-list li p.address {
  width: 100%;
  font-size: 1rem;
  margin: 0;
}



.views-field.views-field-field-phone-number > div {
  font-size: 1rem;
  margin-bottom: 20px;
}
.widget-span .branch-list li .hours-shown{
  display:none; 
}
.branch-list li .hours-shown .views-field-field-branch-hours-datetime,
.branch-list li .hours-shown .views-field-field-drive-up-hours-datetime {
  margin-bottom: auto;
}

.branch-list li .hours-shown .views-label {
  color: #e3e3e3;
  font-size: 1rem;
  text-transform: uppercase;
}

span.office-hours__item-label {
  display: inline-block;
  font-weight: bold;
  width: 12.6em;
  vertical-align: text-top;
}

.cm-load-more {
  background: #369b85;
  color: #FFF;
  text-decoration: none;
  margin: 60px auto 0;
  padding: 12px 23px;
  text-align: center;
  text-transform: uppercase;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  cursor: pointer;
  display: table;
  font-size: 18px;
  font-weight: 700;
  background-color: #006452;
  border-radius: 50px;
  border: 2px solid #006452;
  transition: background-color .3s;
}

.cm-load-more:hover {
  background: #FFF;
  color: #369b85;
}

span.office-hours__item-slots {
  display: inline-block;
  vertical-align: text-top;
}

span.office-hours__item-comments {
  display: inline-block;
  vertical-align: text-top;
}

.branch-list li .views-field-field-branch-address p {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.54em;
}

.views-field.views-field-field-map-it-link a {
  text-decoration: none;
  padding: 10px 20px;
  color: #FFF;
  border-radius: 50px;
  font-size: 1.25em;
  background: #369b85;
  border: 2px solid #369b85;
  font-weight: 500;
  float: right;
  margin-bottom: 30px;
}

.views-field.views-field-field-map-it-link a:hover{
  text-decoration: none;
  color: #369b85;
  background: #FFF; 
}

.branch-list li .hours-shown.open {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-right: 4em;
}

.branch-list li .hours-shown.open::after {
  content: '\f068';
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 10px;
}

.branch-list li .chevron-down {
  bottom: 0;
  color: #2e8572;
  position: absolute;
  left: 50%;
  font-size: 20px;
}

.cm-contact-layout textarea{
  max-width:100%;
  height: 148px;
} 

.cm-contact-layout .banner-area h1 {
  font-size: 3.3em;
  text-align: center;
  background-color: rgb(113, 133, 133);
  color: white;
  height: 300px;
  display:block !important;
  line-height: 200px;
  vertical-align: middle;
  padding: 0;
  margin-top: 0;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
}

.cm-contact-layout fieldset .hs-richtext {
  padding: 80px 70px 60px 70px;
}

.cm-contact-layout .hs-richtext p {
  max-width: 600px;
  margin: 0 auto 20px;
}

.cm-contact-layout form {
  max-width: 900px;
  margin: -120px auto 0 auto;
  font-weight: 100;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  background: white;
  padding:0 0 30px;
}

.cm-contact-layout .hs-fieldtype-textarea {
  margin-top: 60px;
}

.cm-contact-layout .page-center.content-wrapper {
  padding: 0 0 90px;
}

.cm-contact-layout fieldset ul.hs-error-msgs {
  padding: 0 30px !important;
}

.cm-contact-layout form p {
  font-size: 20px;
  line-height: 32px;
  text-align:center;
}

.cm-contact-layout fieldset {
  padding: 0 20px 0 20px !important;
}

.cm-contact-layout fieldset .input {
  padding: 0 30px;
}
.cm-contact-layout .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 20px;
}
.cm-contact-layout .hs-form-field > label {
  display: block !important;
  text-align: left;
  padding-left: 30px;
}

.cm-contact-layout select {
  position: relative;
  width: 100% !important;
  height: 50px;
  border: 1px solid #006452;
  line-height: 1.5em;
  padding: 0 3.5em 0 1em;
  border-radius: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cm-home-layout .banner-overlay {
  background-color: rgba(55,55,55,0.2);
}

.cm-home-layout .banner-caption h1 {
  margin-left: 85px;
  padding-left: 0;
}

.cm-home-layout .banner-caption {
  margin:0 0 20px;
}

.banner-btn-wrap {
  padding-left: 85px;
  margin-bottom: 40px;
}

.banner .banner-btn {
  display: inline-block;
  padding: 0 50px 0 0;
  margin-bottom: 20px;
}

.banner .banner-btn a {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border: white 2px solid;
  transition: background-color .3s;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 12px 23px;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.banner .banner-btn a:hover {
  text-decoration: none;
  color: #006452;
  background-color: white;
  border: 2px solid #006452;
}

.cm-home-layout .cm-full-width-title-with-icon-inner {
  padding: 90px;
  text-align: center;
}

.cm-home-layout .cm-full-width-title-with-icon-inner .field-type--text-with-summary {
  max-width: 95%;
  margin: 0 auto;
}

.cm-home-layout .cm-full-width-title-with-icon-inner .field-type--text-with-summary h2 {
  margin: 0 auto 40px;
  padding-top: 0;
  max-width: 750px;
  font-size: 38px;
  line-height: 46px;
  color: #c6102e;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-weight: 400;
}

.cm-home-layout .cm-full-width-title-with-icon-inner .field-type--text-with-summary p {
  margin: 0 auto 16px;
  font-size: 24px;
  line-height: 32px;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  display: block;
  max-width: 750px;
  color: #404041;
  padding: 0px;
}

.cm-home-layout .cm-full-width-title-with-icon-inner .field-type--text-with-summary ul {
  margin: 40px 0;
  padding: 0 20px;
  list-style: none;
  display: block;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slide__content-erapper .slick-initialized .slick-slide {
  position: relative;
}

.slide__content-erapper .slide__caption {
  font-size: 1.5em;
  bottom: 120px;
  padding: 60px 60px 0 60px;
  width: 100%;
  text-align: left;
  color: white;
  position: absolute;
}

.cm-full-width-title-with-icon-inner .field-type--text-with-summary ul li {
  display: block;
  float: left;
  width: 250px;
  margin: 40px 60px 0 60px;
}

ul.slick-dots {
  padding: 0 60px 40px 60px;
  margin: 0;
  list-style: none;
  bottom: 0;
  z-index: 999;
  position: absolute;
}

ul.slick-dots li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  text-align: center;
}

ul.slick-dots li button {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 33px;
  color: white;
  border-radius: 100%;
  border: 3px solid white;
  background: transparent;
  text-align: center;
  padding: 0;
  cursor:pointer;
  font-family: CalibreReg, Roboto, Helvetica, Arial, sans-serif;
}

ul.slick-dots li button:hover {
  text-decoration: none;
  color: #e3e3e3;
  border-color: #e3e3e3;
}

ul.slick-dots li.slick-active button {
  border-color: white;
  background: white;
  color: #2e8572;
}

.cm-full-width-title-with-icon-inner .field-type--text-with-summary ul li span {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding-top: 150px;
  text-transform: uppercase;
  background-position: top center;
  background-size: 124px;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  font-weight: 500;
}

ul.slick-dots li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  text-align: center;
}

ul.slick-dots li button {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 33px;
  color: white;
  border-radius: 100%;
  border: 3px solid white;
  background: transparent;
  text-align: center;
  padding: 0;
}

ul.slick-dots li.slick-active button {
  border-color: white;
  background: white;
  color: #2e8572;
}

.slide__caption h1 {
  max-width: 25%;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
  color: white;
  font-size: 56px;
  line-height: 62px;
}

.slide__caption a {
  margin: 0 auto;
  padding: 12px 23px;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  margin-top: 50px;
  display: inline-block;
  color: white !important;
  font-weight: 700 !important;
  font-size: .9rem;
  text-transform: uppercase;
  background-color: #006452;
  border-radius: 50px;
  border: 2px solid #006452;
  transition: background-color .3s;
  line-height: normal;
}

.slide__caption a:hover{
  text-decoration: none;
  color: #006452 !important;
  background-color: white;
  border: 2px solid #006452;
}
.slide__content-erapper .slide__caption p {
  margin: 0;
  font-size: inherit;
}
.blog1 .hs-featured-image-wrapper {
  width: 42.105263157894737% !important;
  margin-bottom: 0;
}

.blog1 .post-content-wrapper {
  width: 57.894736842105263% !important;
  padding-left: 4.824561403508772%;
  margin-left:0 !important;
}
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}


.blog1 .widget-type-blog_subscribe span > h3 {
  display: block;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}

.blog1 .blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
  font-size: 16px;
}

.blog1.hs-blog-listing .section-narrow {
  padding: 30px 0;
  background: #f0f0f0;
}

.blog1.hs-blog-listing .section-narrow h1 {
  margin: 0;
  font-size: 30px;
}

.blog1.hs-blog-post a.topic-link {
  color: #007864 !important;
}

.blog1 .post-header h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #404041;
  font-family: 'CalibreReg','Roboto',Helvetica,Arial,sans-serif;  
}

.blog1.hs-blog-post .section-narrow {
  padding: 45px 0;
  text-align:center;
  background: #f0f0f0;
}

.blog1 .post-index-topics {
  text-align: center;
}

.blog1 .post-index-topics h3 {
  font-size: 18px;
  font-weight: 700;
  color: #007864;
  margin: 0;
  display: inline;
}

.blog1 .post-index-topics .block {
  position: relative;
  cursor: default;
}

.blog1 .post-index-topics .widget-module {
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: #fff;
  font-size: 13px;
  border: 1px solid #f0f0f0;
  border-bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;;
}

.blog1 .post-index-topics .block:hover .widget-module {
  opacity: 1;
  visibility: visible
}

.blog1 .post-index-topics .widget-module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog1 .post-index-topics .widget-module ul li {
  background: 0;
  border-bottom: 1px solid #f0f0f0;
}

.blog1 .post-index-topics .widget-module ul li a {
  display: block;
  color: #c8102e;
  padding: 15px 20px;
}

.blog1 .post-index-topics .widget-module ul li a:hover {
  color: #5e686d;
  background: #f0f0f0;
  text-decoration:none;
}

.blog1.hs-blog-listing .section-narrow h1 {
  margin: 0;
  font-weight: 300;
  line-height: 1.2;
  color: #404041;
  font-size: 30px;
  font-family: 'CalibreReg','Roboto',Helvetica,Arial,sans-serif;
}

.blog1 .blog-content {
  padding-top: 39px;
}

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

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

.blog1 .body-container .page-center{
  max-width: 1180px !important;
  padding: 0 20px;
}

.blog1 .body-container .page-center.content-wrapper {
  max-width: 1180px !important;
  padding: 75px 20px;
}

.blog1 .table-display:not(.align-top) .row-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog1 .post-header h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.428571428571429;
  color: #007864;
  margin: 0 0 5px;
  font-family: 'CalibreReg','Roboto',Helvetica,Arial,sans-serif;
}

.blog1 .post-header h3 a{
  color: #007864;
  font-weight: 700;
  text-decoration:none;
}

.blog1 .post-item .more-link{
  text-decoration:none; 
}

.blog1 .post-item .more-link i {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}

.blog1 .post-header .post-meta {
  margin-bottom: 15px;
  font-weight: 300;
  color: #777777;
}

.blog1 .post-header .post-meta a{
  color: #777777;
  text-decoration:none;
}

.blog1 .post-header .post-meta a:hover{
  color: #007864;
}

.blog1 .blog-pagination a.next-posts-link {
  float: right;
}

.blog1 .blog-pagination a {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
}

.blog1 .blog-pagination a:not(:hover) {
  color: #007864;
}

.blog1 .blog-pagination {
  padding-top: 20px;
  border-top: 1px solid #afafaf;
  margin: 60px 0;
}

.blog1 .blog-listing-wrapper .post-listing .post-item:last-child {
  border: none;
}


.blog1 .post-share {
  width: 42px;
  position: sticky !important;
  line-height: 10px;
  margin-bottom: 0;
  float: left;
  top: 100px;
}

.blog1 .post-body {
  float: right;
  width: calc(100% - 42px);
}

.blog1 .post-share>span {
  position: relative;
  left: -56px;
}

.blog1 .post-share a {
  display: block;
  position: relative;
  right: 55px;
}

i.fa-facebook {
  background: #3a5897;
}

i.fa-twitter {
  background: #49c9f2;
}

i.fa-pinterest {
  background: #C92228;
}

i.fa-google-plus {
  background: #d0322d;
}

i.fa-linkedin {
  background: #0775b7;
}

i.fa-envelope-o,
i.fa-envelope {
  background: #7b7b7b;
}

i.fa-youtube {
  background: #e52d27;
}

i.fa-rss {
  background: #ff6600;
}

i.fa-globe {
  background: #5e686e;
}

.post-share a i {
  display: inline-block;
  height: 39px;
  width: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;;
}

.blog1.hs-blog-post .blog-section {
  max-width: 920px;
  margin: 0 auto;
}

.blog1.hs-blog-post .post-body p {
  line-height: 27px;
}

.section.post-footer {
  padding: 60px 45px;
  background: #f5f6f7;
}

#comments-listing:not(.no-comments) {
  border-bottom: 1px solid #afafaf;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  margin-top: 30px;
}

.section.post-footer .hs-input{
  width: 100%;
  font-family: 'CalibreReg','Roboto',Helvetica,Arial,sans-serif;
  font-size: 16px;
  min-height: 50px;
  margin: 0;
  padding: 0px 15px;
  border: 1px solid #afafaf;
}

.section.post-footer .hs-button.primary {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 14px 30px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-appearance: none;
  font-family: 'CalibreReg','Roboto',Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;   
  color:#ffffff;
  background: #007864;
  border: 2px solid #007864;
}

.section.post-footer .hs-button.primary:hover{
  padding: 14px 30px;
  color: #007864 !important;
  background: #ffffff !important;
  border: 2px solid #007864 !important;
  transform: none;
}

.post-pagination a.next-post-link {
  float: right;
}

.section-narrow.post-pagination{
  background:transparent !important; 
}

.section-narrow.post-pagination .page-center{
  overflow:hidden; 
}

.blog1 .post-pagination a {
  display: block;
  font-size: 18px;
  font-weight: 700;  
  line-height:27px;
  text-decoration:none;
  color: #007864;
}

.slide__content-erapper button.slick-arrow {
  display: none !important;
}

.banner-colorbox {
  background-color: rgba(130,159,160,0.59);
  height: 383px;
  width: 100%;
  color: #404F4F;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog2.hs-blog-post .body-container .page-center {
  PADDING: 0;
}

.blog2.hs-blog-post .body-container{
  padding-bottom:0;
}

.blog2.hs-blog-post .basic-page {
  max-width: 890px;
  margin: -275px auto 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog2.hs-blog-post .basic-page h1 {
  margin-top: 75px;
  text-align: center;
  font-size: 38px;
  line-height: 46px;
  color: #c6102e;
  margin-bottom: 40px;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-weight: 400;
}

.blog2.hs-blog-post .basic-page h2{
  margin-top: 20px;
  margin-bottom: 40px; 
}

.blog2.hs-blog-post .basic-page span.byline {
  font-size: 26px;
  line-height: 32px;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  margin-top: 20px;
  margin-bottom: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  padding-top: 25px;
  padding-bottom: 80px;
}

.blog2.hs-blog-post li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
  position: relative;
  top: -8px;
}


/*============== End ================*/


/*============= Business Layout =============*/

.business-lay .personal-text-with-summary h2 {
  padding: 0;
}

.business-lay .body-container {
  padding-bottom: 0;
}

.three.column .accordion-block--body-text.four-col {
  width: 25%;
}

.business-lay .accordion-block--body-container h3 {
  font-size: 1.5em;
  margin-bottom: 30px;
  line-height: 5px;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  color: #C8102E;
  font-weight: 400;
  margin-top: 20px;
}

.business-lay .accordion-block--body-container .accordion-block--body-text p {
  margin-bottom: 5px;
}

.business-lay .personal-intro-block {
  max-width: 100%;
}

.business-lay.hs-content-id-7945225975 .banner-overlay{
  background-color: unset;
}

.business-lay.hs-content-id-7945225975 .personalbankingintro {
  padding: 40px 20px;
}

.business-lay.hs-content-id-7945225975 .personalbankingintro p {
  margin: 0 auto 16px auto;
}

.faq-accordion-block--field a.btn {
  color: #fff;
  text-align: center;
  background-color: #369b85;
  border-radius: 50px;
  font-family: "CalibreReg","Roboto",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 100;
  padding: 5px 10px;
  display: table;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

.faq-accordion-block--field a.btn:hover {
  text-decoration: underline;
}

.faq-accordion--body ul {
  list-style: none;
}

/*=========== End ===================*/

/*============ About Us Layout ==========*/

.about-us-lay.hs-content-id-7945017979 .banner-overlay{
  background-color: unset;
}

.about-us-lay .cm-full-width-title-with-icon {
  background-color: rgba(213,209,195,0.3);
  margin-top: 20px;
  padding: 40px 20px;
}

.about-us-lay .cm-full-width-title-with-icon h2 {
  text-align: center;
  margin-top: 0;
}

.about-us-lay .cm-full-width-title-with-icon-inner p {
  font-size: 20px;
  text-align: center;
  color: #404F4F;
  margin-top: 20px;
  font-weight: 200;
}

.about-us-lay .easysavertwocolumn h2 {
  margin-top: 0;
}

.about-us-lay .easysavertwocolumn h2 span{
  color: #F7F8F8;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-size: 1.66rem;
  font-weight: 500; 
}

.about-us-lay .easysavertwocolumn p {
  margin: 0 0 20px;
  font-size: 20px;
  color: #3e474c;
}

.about-us-lay .easysavertwocolumn a.button {
  margin-top: 40px;
  margin-bottom: 0;
}
.three.column .accordion-block--body-text.two-col {
  width: 48%;
  text-align: center;
  margin: 2em .5em;
}

.about-us-lay .three.column .accordion-block--body-text.two-col{ 
  padding-bottom: 28px; 
}

.about-us-lay  .three.column .accordion-block--body-text.four-col:nth-child(12) {
  width: 100% !important;
}

.about-us-lay .three.column .accordion-block--body-text.four-col:nth-child(12) h3{
  font-size: 2em;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  color: #C8102E;
  margin-bottom: 10px;
  margin-top: 20px;
}

.about-board-documents {
  background: rgba(213,209,195,0.59);
  padding: 40px 20px;
}

.about-board-documents h2 {
  margin: 0;
  text-align: center;
}

.about-board-documents ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  color: #2e8572;
}

.about-board-documents ul li {
  display: block;
  width: 215px;
  margin: 40px 0 0 0;
}

.about-board-documents ul li a {
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  padding: 90px 20px 0 20px;
}

h2.related-block__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
}

.cm-contact-insure-layout select {
  min-height: 50px;
  padding: 0 3.5em 0 1em;
}

.cm-contact-insure-layout .hs-form-field>label,
.cm-balance-transfer-layout  .hs-form-field>label{
  margin-bottom:0;
}

.cm-contact-insure-layout input.hs-button.primary.large:hover {
  border: 1px solid #006452;
}

.press-blog--block {
  margin-bottom: 60px;
}
.press-blog--block header {
  text-align: center;
  margin-bottom: 3rem;
}

.press-blog--block .views-infinite-scroll-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.press-blog--block .views-row {
  width: 75%;
  margin: .5rem;
  padding: 15px 15px 30px 15px;
  text-align: center;
  box-shadow: 0px 0px 2px #000000;
}

.press-blog--block .press-blog__image a, .press-blog--block .press-blog__image img {
  display: block;
}

.press-blog--block .press-blog__title {
  display: block;
  margin-top: 10px;
}

.press-blog--block .press-blog__date {
  margin-top: 15px;
}

ul.js-pager__items.pager {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-us-lay  .body-container {
  padding-bottom: 0;
}

a.accordion-show:after {
  display: inline-block;
  content: ' ';
  background: url(//cdn2.hubspot.net/hubfs/3903002/IQCU-February2019/Images/drop_down_arrow-1.svg) no-repeat left center;
  background-size: 16px;
  height: 16px;
  width: 16px;
  margin-left: 5px;
}

a.accordion-show {
  text-transform: none;
}

.business-lay .accordion-header-extended-field .accordian--body {
  padding: 0 18px;
  background: none;
}

.business-lay .accordion-header-extended-field .accordion-block--body-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.business-lay .accordion-header-extended-field .accordion-block--body-text{
  width: 100%;
  padding: 1.5rem 0;
  text-align: center;
  margin: 1.7em 0;
}

.business-lay .accordion-header-extended-field .accordion-block--body-text>div{
  display: table;
  margin: 0 auto;
}

.business-lay .accordion-header-extended-field .accordion-block--body-text ul{
  float: left;
  margin: 0 40px 0 0;
  padding: 0;
  list-style: none;
}
.business-lay .accordion-header-extended-field .accordion-block--body-text ul li{
  list-style: disc;
  text-align: left;
}

.business-lay .accordion-header-extended-field:hover {
  background-color: #f2f1ed;
}

.business-lay h3.field-list-headline {
  font-size: 27px !important;
  font-weight: 500 !important;
  margin-bottom: 7.5px !important;
}

.about-us-layout .col-content--text h2 span {
  color: #F7F8F8;
  font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
  font-size: 1.66rem;
  font-weight: 500;
  margin-top: 0;
}

.about-us-lay.hs-content-id-7946261855 .col-content--text p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  color: white;
}

.about-us-lay .cm-benifits-wrapper .tile__front{
  background: #B5C7C7;
}

.about-us-lay .cm-benifits {
  background-color: #B5C7C7;
  padding: 40px 20px;
}

.about-us-lay .cm-benifits-wrapper .tile__front .tile__title {
  color: white;
}

.field-collection .content {
  margin: 0;
  padding-left: 4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100vw;
  width: 100%;
  padding: 3em 3em 3em 11em;
  background: rgba(213,209,195,0.3);
  padding-left: 4em;
}

.field-collection>div>div>div {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.field-collection a {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}

.about-us-lay .cm-benifits-wrapper h2 {
  margin-top: 0;
  padding-top: 0;
}
.field-type--link.right a {
  font-size: 18px;
}

.block-id--block-careerseoa {
  padding: 40px 20px;
  background-color: rgba(213,209,195,0.3);
}

.field-type--text-with-summary {
  max-width: 95%;
  margin: 0 auto;
}

.block-id--block-careerseoa p {
  font-size: 20px;
}

.branch-list li .chevron-down i{font-size:20px !important;}

section.content-instagram-feed h2 {
  margin-bottom: 40px;
  padding-top: 10px;
  margin-top: 0;
}

section.content-instagram-feed a {
  text-align: center;
  display: block;
  font-size: 25px;
}

.personal-flex-lay.hs-content-id-7921358003 .banner-area h1 {
  padding: 1.5em 0;
  height: auto;
}

.cm-home-layout .slide__media:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: .1;
}
/*=============== End =================*/


/*============= Financial Layout ========*/
.video-embed-youtube {
  position: relative;
}

.video-embed-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.video-embed-youtube:after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

/*=========== End ===============*/


/*=========== Scholarship Layout ==========*/

.scholarship-lay .body-container form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
  font-weight: 100;
}
.scholarship-lay .body-container .content-wrapper {
  padding: 0;
  padding-top: 48px;
}

.scholarship-lay .body-container form h2 {
  margin-bottom: 55px;
}

.scholarship-lay .body-container form p {
  font-size: 20px;
}

.scholarship-lay .body-container form .hs-firstname {
  margin-top: 33px;
}

.scholarship-lay .body-container form .hs-form-field>label {
  margin-bottom: 0;
}

.scholarship-lay .body-container form .hs-input {
  max-width: 350px;
  display: block;
}

.scholarship-lay .body-container form.hs-form fieldset {
  max-width: 100%;
  width: 100%;
}


.scholarship-lay .body-container form li.hs-form-radio span {
  display: inline-block;
}

.scholarship-lay .body-container form .hs-input{
  border: 1px solid #006452;
  padding: 6px;
  width: 20px;
  color: inherit;
  font: inherit;
  line-height: normal;
  display: inherit;
}

.blog2 .custom_listing_comments {
  padding: 10px;
  border: 1px solid #000;
  margin: 15px 0;
}

.blog1 .blog-pagination a:hover{
  text-decoration:none;
  color: #007864;
}
.blog1.hs-blog-listing .post-body{
  float: none !important;
  width: 100% !important;
}
.blog1 div#comments-listing {
  padding-left: 10px;
  padding-right: 10px;
}

/*=========== End ===============*/

.full-width-lay .fancybox-is-open .fancybox-bg {
  opacity: 0.79;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
  position: relative;
  top: -8px;
}

/* Styles that do not fit into any of the available sections above can go here. */

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media screen and (min-width: 380px){
  html , 
  .section.post-body ol,.blog2 .section.post-body ul {
    font-size: calc(14px + 4 * (100vw - 380px) / 870);
  }
}

@media(min-width:481px) {
  .press-blog--block .views-infinite-scroll-content-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .press-blog--block .views-row {
    width: 28%;
    margin: 2%;
  }

}


@media (min-width:640px) {
  .full-width-lay  .main-content {
    max-width: 890px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }
  .branch-list li .hours-shown {
    font-size: 1rem;
    margin-top: 3.5em;
    padding-top: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
  }
  h2.related-block__title {
    margin-bottom: 40px;
    padding-top: 60px;
  }

}


@media (min-width: 768px){
  h1 {
    font-size: 56px;
    line-height: 62px;
  }

  h2 {
    font-size: 38px;
    line-height: 46px;
  }
  h3{ 
    line-height: 32px;
  }
  .blog2 .section.post-body h3{
    font-size: 26px;
  }


  .banner-caption{
    width: 690px;
    margin-bottom: 20px;
  }
  .banner-caption h1 {
    font-size: 56px;
    line-height: 62px;
  }
  h2.block__title {
    padding: 40px;
  }
  .full-width-lay .byline {
    font-size: 26px;
    line-height: 32px;
  }
  table.table-image-block {
    overflow-x: unset;
    display: inline-table;
  }
  .personal-flex-lay.hs-content-id-7885902292 .banner-caption {
    float: right;
  }
  .business-lay .banner-caption {
    float: right;
  }
  .personal-flex-lay.hs-content-id-7885902292 .banner-caption h1 {
    padding-right: 0;
    margin-right: 85px;
  }
  .personal-intro-block p {
    font-size: 24px !important;
    line-height: 32px;
  }

  .field-collection-content h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .personal-flex-lay.hs-content-id-7921358003 .personalbankingintro {
    padding: 0px 90px 40px;
  }
  .about-us-lay .cm-full-width-title-with-icon {
    padding: 90px;
  }
  .about-board-documents {
    padding: 90px;
  }
  .business-lay.hs-content-id-7945225975 .personalbankingintro {
    padding: 40px 90px;
  }
  .business-lay.hs-content-id-7945225975 .personalbankingintro p {
    font-size: 24px !important;
    line-height: 32px;
  }
  .about-us-lay .cm-benifits {
    padding: 40px 90px;
  }
  .block-id--block-careerseoa {
    padding: 90px;
  }

}

@media (min-width:1024px) {
  .two-col-block {
    position: relative;
    min-height: 585px;
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0;
  } 
  .two-col-block .col-content--text {
    padding: 50px;
    font-size: 24px;
  }
  .two-col-block .col-content--image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 0;
  }
  .col--left.two-col-block{
    border-right: 2px solid white;
  }

  .col--right.two-col-block {
    border-left: 2px solid white;
  }
  .two-col__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

}

@media (min-width:1030px) {
  .header-extended-svg {
    max-width: 80rem;
    margin: 0rem 2rem;
  }

}

@media screen and (min-width: 1250px){
  html ,.blog2 .section.post-body ul{
    font-size: 18px;
  }
  .section.post-body ol {
    font-size: 18px;
  }

}

@media (max-width:1360px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li{
    margin: 0 20px;
  }

  .header-container .header-mini-menu ul li{
    margin: 0 10px;
    transition: margin .2s;
    padding: 0.5rem 1rem;
  }
  .header-container .header-mini-menu ul li:last-child{
    margin: -3px 10px 0;
    transition: margin .2s;
    padding: 0.57rem 1rem;
  }
  .header-container .header-mini-menu ul{
    padding-top: 28px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li{
    margin: 0 25px;
  }
  .per-sec-one .hs_cos_wrapper_type_rich_text {
    padding: 0 15px;
    display: inline-block;
    width: 100%;
  }
}



@media(max-width:1250px){
  .custom-menu-primary .hs-menu-wrapper>ul>li a{
    font-size: 20px;
  }
  .header-container .page-center{
    padding-left: 45px;
    padding-right: 45px;
    transition: padding .4s;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    margin: 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a{
    font-size: 17px;
  }
  .footer-container .custom-contact p{
    margin-top: 33px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 0 10px;
  }
  .personal-flex-lay.hs-content-id-7862781181 .banner-area h1 ,
  .personal-flex-lay.hs-content-id-7886329290 .banner-area h1 {
    height: auto;
    padding: 5.65rem 0rem 6.85rem;
    margin-bottom: 0;
  }
  .faq-accordion--body{
    padding: 0 2rem;
  }
  .slide__caption h1{
    max-width: 40%;
  }

}




@media(max-width:1160px){
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin:0 10px;
  }

  .header-container .header-mini-menu ul li{
    margin: 0 10px;
    transition: margin .2s;
    padding: 0.5rem 1rem;
  }

  .header-container .page-center{
    max-width: 100% !important;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    margin: 0 25px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
  }

  .header-container .header-mini-menu ul li a{
    font-size:17px;
    line-height:24px;
    font-weight:700;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 17px;
    line-height: 1.6;
  }
  .header-container .header-mini-menu ul {
    padding-top: 29px;
  }
  .header-container .header-mini-menu ul{
    padding-left: 15px;
  }
  .footer-container .footer-second-last ul{
    padding-bottom: .95em;
  }
  .cm-faqs-layout .banner-area h1 {
    padding: 1.55em 0 2.10em;
  }
  .slide__caption h1{
    max-width: 50%;
  }

}

@media (max-width:1120px) and (min-width:1031px){
  .cm-benifits-inner .tile{
    height: 350px;

  }

}


@media (max-width:1050px){
  .blog1 .post-share {
    width: auto;
    float: none;
  } 

  .blog1 .post-share a {
    display: inline-block;
    position: static;
    margin: 0 0 20px;
  }

  .blog1 .post-body {
    float: none;
    width: 100%;
  }

}


@media (max-width: 1030px) {
  .header-container .custom-logo.custom-a {
    width: 100% !important;
    text-align: center;
    position: absolute;
    padding-right: 20px;
  }

  .header-container .header-mini-menu ul li:nth-child(1) {
    display: none;
  }
  .header-container .custom-logo img{
    width: 40px !important;
    height: 32px;
    margin-top: 1px;
    margin-right: 6px;

  }
  h2.open-location {
    background: #246759 !important;
    transition: .0s;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    position: relative;
    z-index: 5;
}
  
  .custom-location h2.open-location:after {
    content: '' display: inline-block;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
  
  .blog1 .header-container .custom-location,
  .cm-home-layout .header-container .custom-location{
    display:block !important;
  }

   .blog1 .header-container ,
  .cm-home-layout .header-container{
    box-shadow: 1px 2px 4px 2px rgba(0,0,0,0.2);
  }
  
  .custom-header .page-center > .row-fluid-wrapper > .row-fluid{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header-container .page-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-container .page-center:after{
    display:none;
  }
  .header-container .custom-header {
    height: 90px;
    box-shadow: 1px 12px 4px 2px rgba(0,0,0,0.2);
  }
  .cm-home-layout .header-container .custom-header{
    box-shadow: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li{
    margin:0; 
  }
  .branch-list li .hours-shown.open{
    padding-right:0;

  }
  .field-collection-content{
    margin-left: 4%;
  }
  .field-type--field-collection{
    overflow:hidden; 
  }
  .three.column .accordion-block--body-text.four-col {
    width: 50%;
  }
  .cm-faqs-layout .banner-area h1 {
    padding: 1.91em 0 2.4em;
  }


  .cm-contact-layout form.hs-form fieldset .hs-form-field{
    padding: 0;
    max-width: 350px;
    width: 100%;
  }
  .cm-contact-layout .hs-fieldtype-textarea{
    max-width:100% !important;
  }
  .about-us-lay .three.column .accordion-block--body-text.four-col{
    width: 25%;
  }
  .cm-benifits-wrapper .tile {
    width: 33.333%;
  }
  .slide__caption h1{
    max-width: 100%;
  }
  .cm-home-layout #block-nearestlocation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #006452;
    display: block !important;
  }
  #block-nearestlocation h2 {
    padding: 10px 0;
    text-align: center;
    color: #FFF;
    font-family: "CalibreSemibold","Roboto",Helvetica,Arial,sans-serif;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #block-nearestlocation a{
    display: block;
    width: 100%;
  }

}


@media (max-width:900px){
  ul.slick-dots li button {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 23px;
  } 
  .slide__content-erapper .slide__caption {
    bottom: 50px;
    padding: 10px 60px 40px 40px;
  }
  .slide__caption a {
    margin-top: 20px;
  }
  ul.slick-dots {
    padding: 0px 30px 30px 40px;
  }
  .slide__content-erapper .slide__caption p {
    font-size: 19.6634px;
  }
  .slide__caption h1{
    max-width:100%; 
  }
  .personal-lay .body-container .page-center{
    padding-left:20px;
    padding-right:20px;
  }
  ul.slick-dots{
    padding: 0 30px 30px 30px;
  }

}

@media (max-width:850px){
  .cm-benifits-inner .tile {
    height: 340px;
  } 
  .three.column .accordion-block--body-text.two-col{
    width: 45%;
  }
}


@media (max-width: 800px){
  .footer-container .custom-contact {
    padding: 3em 2em 5.7em;
  } 
  .personal-flex-lay.hs-content-id-7862781181 .banner-area h1 ,
  .personal-flex-lay.hs-content-id-7886329290 .banner-area h1{   
    padding: 5.75rem 0rem 7.05rem;
  }
  ul.slick-dots {
    padding: 0 30px 10px 30px;
  }
  .slide__content-erapper .slide__caption {
    bottom: 20px;
  }
  .slide__caption h1{
    font-size: 50px;
    line-height: 52px;
  }

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

@media (max-width: 767px) {
  .landing-page.one-column .body-container .widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form{
    width: 100%;
  }
  .cm-contact-layout legend.hs-field-desc {
    padding: 0;
  }
  .cm-contact-layout fieldset ul.hs-error-msgs {
    padding: 0 !important;
  }
  .cm-contact-layout .hs-form-field>label{
    padding-left: 0;
  }
  .cm-contact-layout fieldset .hs-richtext{
    padding: 40px 0 40px 0;
  }
  table.table-image-block tbody,
  table.table-image-block tr,
  table.table-image-block td{
    width:100% !important;
    display:block !important;
  }
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search, 
  .widget-type-blog_subscribe,
  .widget-type-form,
  .landing-page.one-column .body-container .widget-type-form, 
  .error-template .body-container hs-search-field, 
  .hs-search-field, 
  .password-template .body-container form, 
  .subscription-template .body-container .widget-type-email_simple_subscription form, 
  div#comment-form{
    margin-bottom:30px;
    padding: 20px 20px 20px 20px;
  }

  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"],
  input[type="file"],
  textarea,
  select {
    max-width: 100%;
  }
  .footer-container .footer-second-last ul,
  .footer-container .footer-last-menu ul{
    display:block; 
  }
  .footer-container .footer-last-menu li:nth-child(4){
    text-align: left; 
  }
  .footer-container .footer-last-menu ul li,
  .footer-container .footer-last-menu li:nth-child(3){
    float:none;
    margin: 0;
  }
  .footer-container .custom-contact{
    padding: 3em 2em 1.9em;
  }
  .footer-container .custom-contact p {
    margin-top: 28px;
  }
  .footer-container .custom-icon-nav h2{
    margin-bottom: 10px;
    line-height: 39px;
  }
  .body-container .content-wrapper {
    padding: 40px 20px;
    padding-bottom: 0;
  }
  .body-container {
    padding-bottom: 40px;
  }
  .body-container .banner{
    height: auto;
  }
  .header-container .custom-logo.custom-a{
    padding-right: 0%;
  }
  .banner-area h1 {
    font-size: 46px;
    line-height: 50px;
  }
  .custom-full-width-content{
    padding: 3em 2.5em 3em 2.5em; 
  }
  .custom-full-width-content-wrapper {
    padding-top: 3em;
  }
  .per-sec-one .custom-full-width-content h3 {
    color: #465C5D;
    font-size: 1.25em;
  }
  .faq-accordion--body {
    padding: 0 1.3rem;
  }

  .branch-list li {
    padding: 3em 4em 1em 8em;
    margin: 0;
    box-shadow: none;
    border-top: none;
    border-radius: 0;
    display: block;
    background: linear-gradient(to bottom,#fff 16em,rgba(77,102,102,0.8) 5em);
  }

  .branch-list li .hours-shown.open {
    padding-top: 1em;
    color: #fff;
    font-size: 1rem;
  }

  .branch-list li .chevron-down {
    bottom: 10px;
  }

  .branch-list li .hours-shown.open::after {
    bottom: 0px;
  }

  .blog1 .body-container .page-center.content-wrapper {
    padding: 125px 20px;
  }

  .blog1 .table-display:not(.align-top) .row-fluid{
    display:block; 
  }

  .blog1 .blog-listing-wrapper .post-listing .post-item .row-fluid > div{
    padding:0; 
    width: 100% !important;
    margin-left: 0 !important;
  }
  .blog1 .hs-featured-image-wrapper img{
    margin-bottom: 30px !important;
  }

  .cm-home-layout .banner-caption h1{
    text-align:center !important; 
  }

  .blog1.hs-blog-listing .section-narrow .row-fluid > div {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .blog1.hs-blog-listing .section-narrow .row-fluid {
    display: block;
    text-align: center;
  }

  .banner-btn-wrap {
    text-align: center;
  }

  .blog1.hs-blog-listing .section-narrow .row-fluid > div:last-child {
    padding: 6.5px 0;
  }

  .banner .banner-btn {
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }

  .cm-home-layout .banner-caption h1 {
    margin-left: 0;
    padding-left: 1rem;
  }

  .banner-btn-wrap {
    padding-left: 0;
    margin-bottom: 0;
  }
  .cm-home-layout .cm-full-width-title-with-icon-inner {
    padding: 40px 20px;
  }

  .cm-home-layout .cm-full-width-title-with-icon-inner .field-type--text-with-summary h2{
    font-size: 34px;
    line-height: 39px; 
  }
  .cm-home-layout .cm-full-width-title-with-icon-inner .field-type--text-with-summary p {
    font-size: 22px;
    line-height: 32px;
  }
  .slide__content-erapper .slide__caption {
    padding: 10px 60px 0 15px;
  }
  ul.slick-dots {
    padding: 0 30px 3px 20px;
  }
  ul.slick-dots li {
    margin-right: 3px;
  }
  .slide__caption a{
    font-size: 18px;
    line-height: 1.6;
  }
  .slide__content-erapper .slide__caption p {
    font-size: 15.6644px;
  }
  .slide__content-erapper .slide__caption h1{
    font-size: 40px;
    line-height: 40px;
    margin:0 0 10px;
  }
  .slick-slide img {
    object-fit: cover;
    min-height: 500px;
  }
  .cm-contact-layout fieldset .input {
    padding: 0;
  }
  .cm-contact-layout .hs-form-89175125-4210-4190-aabf-4a5e1c014f76_eeb8adb5-495c-4957-8c93-d5306a66f8bf fieldset.form-columns-2 .hs-form-field{
    float:none !important; 
  }
  .banner-area h1 span {
    margin-top: 2px;
    font-size: 34px;
    line-height: 39px;
  }
  .full-width-lay .main-content {
    margin-top: -221px;
  }
  .banner-caption h1{
    text-align: center !important;
  }

  .personalbankingintro,
  .personal-bank-account{
    padding: 40px 20px;
  }
  .field-type--field-collection {
    padding-top: 3em;
  }
  .field-collection-content {
    background-size: 8em auto;
    background-position: center top;
    margin-left: 0;
    padding: 3em 2.5em 3em 2.5em;
    padding-top: 10em;
  }
  .personal-flex-lay.hs-content-id-7885902292 .custom-full-width-content ul li:first-child a {
    width: 150px;
  }
  .personal-flex-lay.hs-content-id-7921358003 .personalbankingintro {
    padding-top: 0px;
  }
  .full-width-lay.hs-content-id-7885335025 .main-content {
    margin-top: -60px;
  }
  .cm-faqs-layout .banner-area h1 {
    padding: 1.81em 0 2.3em;
  }
  .accordion-body-show{
    max-height: 170rem;
  }
  .cm-workshop-layout .widget-span form .hs-input, 
  .cm-contact-insure-layout .widget-span form .hs-input {
    max-width: 100%;
  }
  .cm-benifits-wrapper .tile {
    width: 50%;
    height: 270px;
  }
  .content-instagram-feed .instafeed-items a {
    width: 50%;
  }

  .section.post-body figure {
    float: none !important;
    margin: 0 0 20px !important;
  } 
  .cm-workshop-layout .body-container h3,
  .cm-contact-insure-layout .body-container h3 {
    font-size: 34px;
    line-height: 39px;
  }

  .cm-faqs-layout #hs_cos_wrapper_widget_1551674250999 ul li{
    width:100%; 
  }

  .cm-faqs-layout #hs_cos_wrapper_widget_1551674250999 {
    padding: 40px 20px;
  }

  .cm-financial-layout .banner-area-financial .page-center {
    padding: 40px 20px;
  }

  .cm-financial-layout .custom-full-width-content-wrapper {
    padding-top: 0;
  }

  .cm-financial-layout .full-with-con-outer-wrap {
    padding: 40px 20px;
  }

  .banner-area-financial h1 {
    font-size: 46px;
    line-height: 50px;
  }
  .slide__content-erapper .slide__caption {
    bottom: 80px;
  }
  .blog2.hs-blog-post .basic-page h1{
    font-size: 34px;
    line-height: 39px;
  }
  .branch-list li .hours-shown .views-field-field-branch-hours-datetime, 
  .branch-list li .hours-shown .views-field-field-drive-up-hours-datetime {
    display: block;
    text-align: center;
  }

  .branch-list li .hours-shown.open {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .error-template .hs-search-field,
  .search-template .hs-search-field {
    width: 100%;
  }

} 


@media (max-width:700px) {
  .accordian--header {
    font-size: .7rem;
  }
}

@media (max-width:670px){
  table.rates_table {
    width: calc(90% + 36px);
    overflow-x: auto;
    display: block;
  }
  .accordion-extended-header-details{
    width: 100%;
  }

}

@media (max-width:640px){
  center.block-title h2 {
    margin-bottom: 40px;
    padding-top: 40px;
    margin-top: 0;
  }  
  .custom-related-outer-wrapper h2 {
    margin-bottom: 40px;
    padding-top: 60px;
  }
  .field-collection>div>div>div {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .field-type--link {
    margin-bottom: 5px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}


@media (max-width:600px) {
  .mobile-trigger{
    top: -37px;
  }
  .custom-menu-primary.js-enabled{
    padding-top: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a{
    font-size: 1.25em !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(1)>a:after{
    background-size: 25px;
    margin-left: -17px;
    width: 25px;
    height: 25px; 
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
    width: 20px;
    height: 20px;
    background-size: 20px;    
    left: 7px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 1.125em !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    font-size:17px;
  }
  .faq-accordion--header-text {
    height: auto;
  }
  .three.column .accordion-block--body-text {
    width: 100% !important;
  }
  .branch-list li .hours-shown .views-label {
    width: 100%;
    text-align: center;
    margin: 20px 0 5px;
    display:block;
  }

  .cm-benifits-wrapper .tile__back {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  } 
  .cm-benifits-inner .tile {
    padding: 0;
  }

  .cm-benifits-wrapper .tile__front{
    padding:10px; 
  }
  .cm-benifits-wrapper .tile__back p {
    margin: 10px 0;
    font-size: 15px;
  }
  .cm-benifits-inner .tile{
    margin: 10px 0;
  }




  .cm-benifits-inner .tile {
    height: 290px;
  }


}



@media(max-width:580px){
  .footer-container .footer-last-menu li:nth-child(2){
    background:none;
    padding-left: 0;
  }
  .footer-container .footer-second-last ul li {
    margin-bottom: 5px;
  }
  .personal-flex-lay.hs-content-id-7862781181 .banner-area h1,
  .personal-flex-lay.hs-content-id-7886329290 .banner-area h1{
    padding: 5.95rem 0rem 7.15rem;
  }
  .full-width-lay .banner-area h1 {
    padding: 0 20px;
  }
  .business-lay .accordion-header-extended-field .accordion-block--body-text ul li {
    list-style-position: inside;
  }
}



@media (max-width: 500px){
  .footer-container .custom-icon-nav ul>li a {
    background-size: 40px;
    margin: 0 1.5em 0 0;
    width: 40px;
    height: 40px;
  }
  table.rates_table {
    width: 100%;
    overflow-x: auto;
    display: block;
  }
  .content-instagram-feed{
    display:none !important;  
  }

}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .custom-full-width-content p img {
    float: none !important;
    width: auto !important;
  }
  .custom-full-width-content ul{
    margin-top:0; 
  }
  .personal-flex-lay.hs-content-id-7885902292 .custom-full-width-content ul li {
    margin-bottom: 40px;
  }

  .personal-flex-lay.hs-content-id-7885902292 .custom-full-width-content ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .personal-flex-lay.hs-content-id-7885902292 .custom-full-width-content ul li:first-child a{
    width: 175px;
  }
  .full-width-lay.hs-content-id-7885335025 .main-content {
    margin-top: -22px;
  }

}

@media (max-width: 450px){
  .branch-list li {
    padding: 0.2em 2em 3em 4.5em;
    background: linear-gradient(to bottom,#fff 16em,rgba(77,102,102,0.8) 5em);
  }
  .branch-list li:before {
    left: 1em;
  }
  .views-field.views-field-field-map-it-link a {
    margin-top: 30px;
  }
  .branch-list li .float-right{
    position:static; 
  }
  .branch-list li .views-field-field-branch-name h3{
    line-height:1; 
  }
  .branch-list li .chevron-down {
    bottom: 30%;
    right: 15px;
    left: auto;
  }
  .banner-area-financial p{
    line-height:1;  
  }

  .branch-list li {
    display:block !important;
  }
  .cm-benifits-inner .tile {
    height: 330px;
  }


}
@media(max-width:400px) {
  .cm-contact-layout .hs-input{
    width:100% !important;
  }

}


@media (max-width: 380px){
  .footer-container .custom-icon-nav ul>li a{
    background-size: 32px;
    width: 32px;
    height: 32px;    
    margin: 0 .7em 0 0;
  }
  .header-container .custom-logo img{
    margin-right: 0;
  }
  .footer-container .custom-icon-nav h2{
    font-size: 30px;
  }
  .full-width-lay .banner-area h1 span {
    margin-top: 60px;
  }
  .full-width-lay .main-content {
    margin-top: -182px;
  }
  .full-width-lay.hs-content-id-7885335025 .main-content {
    margin-top: 17px;
  }
}
