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

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

@font-face {
  font-family: "nexa_rust_sansblack"; 
  src:  url('https://www.iqcu.com/hubfs/fonts/nexarustsans-black.woff2') format('woff2'),
    url('https://www.iqcu.com/hubfs/fonts/nexarustsans-black.woff') format('woff'),
    url('https://www.iqcu.com/hubfs/fonts/NexaRustSans-Black.otf') format('opentype'),
    url('https://www.iqcu.com/hubfs/fonts/NexaRustSans-Black.ttf') format('truetype');
  font-weight: normal; 
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family:"nexa_rust_script";
  src: url('https://www.iqcu.com/hubfs/fonts/nexarustscriptl-1.woff2') format('woff2'),
    url('https://www.iqcu.com/hubfs/fonts/nexarustscriptl-1.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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


/* ==========================================================================
* 
Index:

1. BASE STYLES   
- Variables
- Macros
- Modules
- Base
- Typography

2. COS STRUCTURE
- Header
- Content
- Footer

3. MAIN NAVIGATION
- Custom Menu Primary
- Mobile Menu

4. TEMPLATE MODULE CLASSES
- System Pages

5. COS COMPONENTS
- Blog
- Forms
- Buttons

6. LIBRARIES
- Slick Slider
- Checkbox / Radio Styles
- Selectric
- Lity

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


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


1. BASE STYLES                                             


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

/* ==========================================================================
Variables                                               
========================================================================== */

/**
* Find the most consistently used font styles, colors, and container widths 
* for your site and assign them to the jinja variables below for easy use 
* and reference. 
*
* Apply the variable as shown below.  Ignore the jingja comment tags.
*
* 
*/

/* Colors */
 /* Dark Grey */
 /* Green */
 /* Red */
 /* Dark Blue */
 /* Green */
 /* Dark Red */

 /* Light Grey */
 /* Grey */
 /* Dark Grey */
 /* Dark Grey */


/* Typography */
















/* Containers */


/* ==========================================================================
Base                                                    
========================================================================== */
.sr-only {
visibility:hidden;
}
/* 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[style*='float:right'],
img[style*='float: right'] {
  margin: 0 0 10px 20px;
}

img.alignLeft,
img[style*='float:left'],
img[style*='float: left']{
  margin: 0 20px 10px 0;
}

@media (max-width: 599px) {
  img.alignRight,
  img[style*='float:right'],
  img[style*='float: right'],
  img.alignLeft,
  img[style*='float:left'],
  img[style*='float: left']{
    margin: 0 0 10px;
    float: none !important;
    display: block;
  }
}
@media screen and (prefers-reduced-motion: reduce) {  
  * {
    /* Very short durations means JavaScript that relies on events still works */
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

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

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !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: 1.0rem !important;
  line-height: 18px !important;
  font-weight: 400 !important;
}

#caldays {
  margin-bottom: 4px;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  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.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 56.25%;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

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

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: 50px !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:not(.mobile) {
  float: none;
  display: inline-block;
}
.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 {
  display: none;
  visibility: hidden;
  opacity: 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;
}*/
@media (min-width: 1025px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
  }
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: normal;
}
/*.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper,*/
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper.active,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children > .extra-content.active {
  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: 1024px) {
  .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;
    max-height: 300px;
    overflow-y: auto !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;
}

/* CTA's */
.transparent_red_cta {
  color: #b01c2e !important;
  border: 2px solid #b01c2e !important;
  white-space: nowrap;
  background-color: transparent;
}

.transparent_no_border_cta {
  color: #B01C2E !important;
  border: 0px solid #B01C2E !important;
  white-space: nowrap;
}

.transparent_border_cta {
  background-color: transparent;
  color: #414042 !important;
  border: 2px solid #414042;
  white-space: nowrap;
}

.login-red {
  background-color: #75928c;
  color: #fff !important;
  border: 2px solid #75928c;
  white-space: nowrap;
}

.transparent_white_cta {
  color: #fff !important;
  border: 2px solid #fff !important;
  white-space: nowrap;
  background-color: transparent;
}

.normal_cta {
  background: #B01C2E;
  color: #fff !important;
  border: 2px solid #B01C2E;
  white-space: nowrap; 
}

.white_cta {
  background-color: #fff;
  color: #414042 !important;
  border: 2px solid #fff;
  white-space: nowrap;  
}

.dark_cta {
  background: #414042;
  color: #fff !important;
  border: 2px solid #414042;
  white-space: nowrap;  
}

.login-red {
transition: ease all .3s !important;
  cursor: pointer;
}

.transparent_red_cta, .normal_cta, .white_cta, .dark_cta, .transparent_no_border_cta, .transparent_border_cta, .transparent_white_cta, .login-red {
  border-radius: 30px;
  padding: 12px 25px;
  margin: 0;
  text-align: center;
  font-size: 2.0rem;
  text-decoration: none !important;
  text-transform: uppercase;
}

.cv-multi-tab--content-inner, .normal_cta, .cv-multi-tab--content-inner, .white_cta, .cv-multi-tab--content-inner, .transparent_red_cta, .transparent_white_cta, .dark_cta, .transparent_no_border_cta, .transparent_border_cta, .transparent_white_border_cta, .login-red {
  display: inline-block;
}

.normal_cta:hover, .white_cta:hover, .dark_cta:hover, .transparent_red_cta:hover, .transparent_no_border_cta:hover, .transparent_border_cta:hover, .transparent_white_cta:hover, .login-red:hover {
  background-size: 30px 30px;
  opacity: 0.8 !important;
  background-repeat: no-repeat !important;
  background-position: 90% 50% !important;
  padding-right: 55px;
  font-weight: bolder;
}

.login-red:hover {
  padding-right: 55px !important;
  font-weight: bolder !important;
  background-size: 30px 30px !important;
}

.normal_cta:hover {
  background-image: url('https://www.iqcu.com/hubfs/Images%20Photos%20and%20Graphics/Icons/Icons/right%20%282%29.svg');
  background-color: #B01C2E;
  color: white;
  border: 2px solid #B01C2E !important;
}

.transparent_red_cta:hover {
  background-image: url('https://www.iqcu.com/hubfs/Images%20Photos%20and%20Graphics/Icons/Icons/right%20%281%29.svg');
  background-color: transparent ;
  color: #B01C2E !important;
  border: 2px solid #B01C2E !important;
}

.transparent_white_cta:hover {
  background-image: url('https://www.iqcu.com/hubfs/Images%20Photos%20and%20Graphics/Icons/Icons/right%20%282%29.svg');
  background-color: #B01C2E ;
  color: #fff !important;
  border: 2px solid #B01C2E!important;
}

.transparent_no_border_cta:hover {
  background-image: url('https://www.iqcu.com/hubfs/Images%20Photos%20and%20Graphics/Icons/Icons/right.svg');
  background-color: transparent ;
  color: #414042 !important;
  border: 0px solid #414042 !important;
}

.transparent_border_cta:hover {
  background-image: url('https://www.iqcu.com/hubfs/Images%20Photos%20and%20Graphics/Icons/Icons/right.svg') !important;
  background-color: transparent ;
  color: #414042 !important;
  border: 2px solid #414042 !important;
}

.login-red:hover {
  background-image: url('https://www.iqcu.com/hubfs/Images%20Photos%20and%20Graphics/Icons/Icons/right%20%282%29.svg') !important;
  background-color: transparent ;
  color: #fff !important;
  border: 2px solid #75928c !important;
}

.white_cta:hover {
  background-image: url('https://www.iqcu.com/hubfs/Images%20Photos%20and%20Graphics/Icons/Icons/right.svg');
  background-color: #fff ;
  color: #414042 !important;
  border: 2px solid #414042 !important;
}
.dark_cta:hover {
  background-color: #414042;
  color: #fff !important;
  border: 2px solid #414042 !important;
  background-image: url('https://www.iqcu.com/hubfs/Images%20Photos%20and%20Graphics/Icons/Icons/right%20%282%29.svg') !important;
}

@media screen and (max-width: 768px) {
  .transparent_red_cta, .transparent_white_cta, .normal_cta, .white_cta {
    width: initial;
  }
}

/* Fix for CTA border box issue */

.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.hs-cta-wrapper a.button {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

/*
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  {}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

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

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

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

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

.carousel li {margin-right: 5px}

/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-slider .hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(http://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(http://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: rgba(0,0,0,0.5);
  position: absolute;
  font-size: 2em;
  line-height: 1.1em;
  color: #fff;
  padding: 0 5% 0 5%;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
  color: #fff;
  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: #000;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: #fff;
    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: #fff;
}

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


/* responsive pre elements */
pre {
  overflow-x: auto;
}

/* responsive pre tables */
table pre {
  white-space: pre-wrap;
}

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

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

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


/* ==========================================================================
Base                                                    
========================================================================== */
/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/

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

html {
  font-size: 62.5%;
}

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

/* Website background color and default font styles */
body {
  background: #fff;
  color: #414042;
  font-family: 'CalibreReg', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid .row-fluid .page-center,
.page-center {
  float: none !important;
  max-width: 1240px;
  margin: 0 auto !important;
  padding: 0 20px;
}

.container-fluid .row-fluid .page-center-small {
  float: none;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-fluid .row-fluid .page-center-extra-small {
  float: none;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}

a {
  color: #485B58;
  transition: ease all .3s;
}
a:hover, a:focus {
  color: #B01C2E;
  opacity: 0.8;
  text-decoration: underline;
}

.body-container p a,
.body-container .content a,
.body-container .widget-type-rich_text a {

}

hr {
  clear: both;
  color: #DBDBDB;
  background-color: #DBDBDB;
  height: 1px;
  border: none;
  margin: 45px 0;
}

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

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

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

/* Basic text */
p {
  margin: 0 0 20px;
  line-height: 1.4;
}

strong {
  font-family: 'CalibreSemibold', sans-serif;
  font-weight: 400;
}

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

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

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

/* Headings */
h2, .h2, h3, h4, h5, h6, .subheader, .banner p.banner-title {
  font-family: 'CalibreReg', sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
}

h1{
  font-size: 2.4rem;
  line-height: 1.4;

}
h2, .h2 {

  font-size: 3.6rem;
  line-height: 1.4;

}
h3 {
  font-size: 2.8rem;
  line-height: 1.4;

}
h4 {
  font-size: 2.6rem;
  line-height: 1.4;

}
h5 {
  font-size: 2.4rem;
  line-height: 1.4;

}
h6, .subheader {
  font-size: 2.0rem;
  line-height: 1.4;
}
h2, h6, .subheader, .effective-date {
  font-family: 'CalibreSemibold', sans-serif;
  color: #B01C2E;/* Red */
  margin-bottom: 5px;
}



#hublox_text,#hero-banner-simple,#hero-banner-complex h1{
  font-size: 2.4rem;
}

#hublox_text,#hero-banner-simple,#hero-banner-complex h2{
  font-size: 4.8rem;
}

#hublox_text,#hero-banner-simple,#hero-banner-complex p{
  font-size: 1.8rem;
}

  .hero {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    min-height: 50vh;
  }

/* Remove 'fixed' on mobile via a media query */
@media screen and (max-width: 768px) {
  .hero {
    background-attachment: scroll;
  }
}
  

  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 3em 1em;
  }
  
.hero .overlay, 
.hero .full_overlay, 
.hero .no-cta .full_overlay {  /* Fix class name (full-overlay → full_overlay) */
  position: absolute;
  top: 0;
	bottom: 0;
  left: 0;
	right: 0;
  width: 100%;
  height: 100%;  
  z-index: 1;
  will-change: opacity, transform; 
}

.story .hs_cos_wrapper_type_rich_text h2 {
  font-size: 3.6rem;
  font-family: 'CalibreSemibold', sans-serif;
  color: #B01C2E;/* Red */
  margin-bottom: 5px;
}

.story .hs_cos_wrapper_type_rich_text h3 {
  font-size: 2.4rem;
  line-height: 1.4;
}

@media (max-width: 900px) {
  h1, .banner p.banner-title {
    font-size: 2.4rem;
  }  
  h2, .h2 {
    font-size: 3.6rem;
  }
  .story .hs_cos_wrapper_type_rich_text h3 {
    font-size: 2.8rem;
  }
}

@media (max-width: 500px) {
  h1, .banner p.banner-title {
    font-size: 2.4rem;
  }  
  h2, .h2 {
    font-size: 3.6rem;
  } 
  h3 {
    font-size: 3.2rem;
  }
  .story .hs_cos_wrapper_type_rich_text h3 {
    font-size: 3.2rem;
  }
}

/* Lists */
ul, ol {
  padding-left: 20px;
  margin: 0 0 20px;
}

@media (min-width: 769px) {
  ul.cols-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    list-style-position: inside; 
    clear: both;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  ul.cols-3 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside; 
    clear: both;
  }
}

ul li {
  padding-left: 5px;
}

/*ul li + li,
ol li + li {
margin-top: 10px;
}*/

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

ul.double {
  width: 100%;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-position: inside;
}
ul.double li {
  display: block;
}

.text-small, .text-small p {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media (min-width: 901px) {
  .text-large, .text-large p {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .text-extralarge, .text-extralarge p {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
@media (max-width: 900px) {
  .text-large, .text-large p {
    font-size: 2.0rem;
  }
  .text-extralarge, .text-extralarge p {
    font-size: 2.6rem;
  }
}


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


2. COS STRUCTURE                                             


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


/* ==========================================================================
Header
========================================================================== */
body:not(.no-sticky) .header-container-wrapper {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  transition: ease all .3s;
  margin: 0 auto;
}

.site-header {
  background: #fff;
  position: relative;
  width: 100%;
  transition: ease all .3s;
}
.site-header.sticky {
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05);
}
.site-header .top-nav,
.site-header .bot-nav {
  transition: ease all .3s;
  padding: 20px 0;
}
.site-header.sticky .top-nav,
.site-header.sticky .bot-nav {
  padding: 10px 0;
}
.site-header .bot-nav {
  background: #F2F2F2;
}

.site-header .top-nav .btn li.hs-menu-depth-1 > a, .site-header .top-nav.btn li.hs-menu-depth-1 > a:focus, 
.site-header .bot-nav .btn-menu li.hs-menu-depth-1 > a, .site-header .bot-nav .btn-menu li.hs-menu-depth-1 > a:focus { 
  position: relative;
  display: inline-block;
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #414042;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 1px solid #627A75;
  border-radius: 30px;
  padding: 11px 20px;
  margin: 0;
  transition: ease all .3s;
  -webkit-appearance: none;
}
.site-header .bot-nav .btn-menu li.hs-menu-depth-1 > a, .site-header .bot-nav .btn-menu li.hs-menu-depth-1 > a:focus { 
  color: #fff;
  background: #B01C2E;/* Red */
  border: 1px solid #B01C2E;/* Red */
}
.site-header .top-nav .btn li.hs-menu-depth-1 > a:hover, 
.site-header .bot-nav .btn-menu li.hs-menu-depth-1 > a:hover { 
  color: #fff;
  background: #414042;
  border: 1px solid #414042;
}
.site-header .top-nav .btn li.hs-menu-depth-1 > a:hover:after {
  background-image: url('https://www.iqcu.com/hubfs/iQCU_July2019/Icons/down-arrow-white-large.svg');
}
.site-header .bot-nav .btn-menu li.hs-menu-depth-1 > a:after {
  width: 10px;
  height: 10px;
  background-image: url('https://www.iqcu.com/hubfs/iQCU_July2019/Icons/down-arrow-white.svg');
}


/* Initial styling for the search icon */
.hs-search-toggle-submit svg {
    transition: transform 0.3s ease, fill 0.3s ease; /* smooth transition for size and color changes */
}

/* Styling for hover state */
.hs-search-toggle-submit:hover svg {
    transform: scale(1.2); /* increases the size by 20% */
}

.hs-search-field__suggestions-container {
    display: none ;
}

@media (min-width: 1025px) {
  .site-header .top-nav .span6.top-menu {
    width: 47.5%;
  }
  .site-header .top-nav .span1.top-menu.btn {
    width: 9%;
    margin-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {  
  .site-header .flex .widget-type-custom_widget {
    clear: both;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .site-header .flex .row-fluid {
    display: block !important;
  }
}

@media (max-width: 1024px) {  
  .site-header {
    background: #fff;
    padding: 10px 0;
  }
  .site-header .top-nav, .site-header.sticky .top-nav,
  .site-header .bot-nav, .site-header.sticky .bot-nav {
    padding: 0;
  }
  .site-header .top-nav .top-menu,
  .site-header .top-nav .search,
  .site-header .bot-nav .btn-menu {
    display: none;
  }
  .site-header .top-nav .custom-menu-primary.btn {
    position: absolute;
    top: 10px;
    right: 65px;
    width: initial !important;
  }
}

/* Login Nav */
/*.login-block {
  display: none;
}*/

.iqcu-secondary-navigation {
  display: none;
}
@media (min-width: 1025px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.online-banking {
    position: relative;
  }
  
  
  .iqcu-secondary-navigation {
    position: absolute;
    right: 0px;
    top: 100%;
    width: 400px;
  }
}


.iqcu-secondary-navigation .show-form-mobile {
  display: none !important;
}

@media(max-width: 767px) {
  .iqcu-secondary-navigation .show-form-desktop {
    display: none !important;
  }
  .iqcu-secondary-navigation .show-form-mobile {
    display: block !important;
    padding-top: 25px;
    max-width: 200px;
  }
}

#block-iqculogin {
  position: relative;
  width: 100%;
  background: #414042;
  padding: 20px 40px;
  margin: 0;
  z-index: 99;
  top: 10px;
}
#block-iqculogin .login-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}
#block-iqculogin .login-block-inner h2 {
  font-weight: 400;
  color: #FFF;
  font-size: 2.4rem;
  font-family: 'CalibreSemibold', sans-serif;
  line-height: 1;
  padding-right: 68px;
  text-align: left;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 250px;
}
#block-iqculogin .login-block-inner h2:after {
  content: url('https://www.iqcu.com/hubfs/iQCU_July2019/Icons/person_icon_white.svg');
  width: 47px;
  height: 48px;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
#block-iqculogin .login-block-inner form {
  text-align: left;
}
#block-iqculogin .login-block-inner form:focus {
  border: none;
}
#block-iqculogin .login-block-inner form input {
  width: 200px;
  height: 40px;
  font-family: 'CalibreReg', sans-serif;
  font-size: 2.2rem;
  padding: 0 10px;
}
/*#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', sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none;
  position: relative;
  padding: 0;
  margin: 0;
}
#block-iqculogin .login-block-inner form a:hover {
  text-decoration: underline;
}
#block-iqculogin .login-block-inner form input[type="submit"] {
  padding: .35rem 1.5rem;
  /*float: right;*/
  background: url('https://www.iqcu.com/hubfs/Images%20Photos%20and%20Graphics/Icons/Icons/right%20%282%29.svg') no-repeat top center;
  background-size: 44px auto;
  height: 44px;
  width: 44px;
  padding: 0;
  /*position: absolute;
  top: 77px;
  margin-left: 10em;*/
  border: none;
}
/* Places 'Sign in' under submit icon
#block-iqculogin .login-block-inner form #edit-sign-in-link {
  position: absolute;
  font-size: 22px;
  top: 120px;
  margin-left: 10em;
}*/
#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;
}
#block-iqculogin .login-block-inner form .js-form-item-username #fname-secondary-menu,
#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2,
#block-iqculogin .login-block-inner form .js-form-item-password #password-input-secondary-menu,
#block-iqculogin .login-block-inner form .js-form-item-password #edit-password--2 {
  font-size: 2.4rem;
  position: relative;
  width: 300px;
  background: none;
  color: #fff;
  font-family:  'CalibreSemibold', sans-serif;
  border: 0;
  border-bottom: 2px solid #fff;
  padding: 0 0 10px;
  height: 41px;
  line-height: 41px;
}
#block-iqculogin .login-block-inner form .js-form-item-username #fname-secondary-menu::-webkit-input-placeholder,
#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2::-webkit-input-placeholder, 
#block-iqculogin .login-block-inner form .js-form-item-password #password-input-secondary-menu::-webkit-input-placeholder,
#block-iqculogin .login-block-inner form .js-form-item-password #edit-password--2::-webkit-input-placeholder {
  color: #fff;
  line-height: 1;
  opacity: 0.8;
  font-weight: 400;
  font-size: 2.1rem;
}
#block-iqculogin .login-block-inner form .js-form-item-username #fname-secondary-menu:-moz-placeholder,
#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2:-moz-placeholder,
#block-iqculogin .login-block-inner form .js-form-item-password #password-input-secondary-menu:-moz-placeholder,
#block-iqculogin .login-block-inner form .js-form-item-password #edit-password--2:-moz-placeholder {
  color: #fff;
  opacity: 0.8;
  font-weight: 400;
  font-size: 2.1rem;
}

#block-iqculogin .login-block-inner form .js-form-item-remember-me-link {
  display: none;
}
#block-iqculogin .login-block-inner form label {
  color: #fff;
  font-family:  'CalibreSemibold', sans-serif;
  font-weight: 400;
  text-align: left;
  opacity: 1;
  transition: .333s ease top,.333s ease opacity;
  display: block;
}
#block-iqculogin .iqcu-login-form .form-item {
  margin-bottom: 0.5em;
}
#block-iqculogin .x-close {
  /*display: none;*/
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 10px 20px;
  
  appearance: none;
  border: 1px solid transparent;
  background: none;
  width: auto;
}
#block-iqculogin .x-close:focus {
  border-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li button.iqculogin{
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  background-color: #596D69;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 12px 25px;
  margin: 0;
  transition: ease all .3s;
  -webkit-appearance: none;
  overflow: visible !important;
  max-width: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 30px;
  border: 2px solid #596D69;
  white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > li > button {
  border: 0px;
  border-radius: 0;
  background-color: transparent;
  text-align: left;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: 'CalibreReg', sans-serif;
}


@media (max-width: 767px) {
  #block-iqculogin {
    height: 30em;
  }
}

@media (max-width: 1024px) {
  #block-iqculogin .x-close {
    display: initial;
  }
  #block-iqculogin {
    top: 10px;
    min-height: 300px;
  }
.custom-menu-primary .hs-menu-wrapper > ul > li button.iqculogin{
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  color: #414042;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 12px 25px;
  margin: 0;
  transition: ease all .3s;
  -webkit-appearance: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
  font-weight: 700;
  border: 2px solid #414042;
}  
  
}

@media (max-width:850px) {
  #block-iqculogin .login-block-inner h2 {
    font-size: 2.0rem;
    padding-right: 85px;
  }
  #block-iqculogin .login-block-inner form a {
    font-size: 1.8rem;
  }
  #block-iqculogin .login-block-inner form input[type="submit"] {
    height: 38px;
    width: 38px;
    background-size: 38px auto;
  }
  #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, 
  #block-iqculogin .login-block-inner form .js-form-item-password #edit-password,
  #block-iqculogin .login-block-inner form .js-form-item-password #edit-password--2
  {
    font-size: 2.0rem;
    width: 240px;
  }
}

@media (max-width:650px) {
  #block-iqculogin {
    padding: 20px 15px 10px;
  }
  #block-iqculogin .login-block-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background: url('https://www.iqcu.com/hubfs/iQCU_July2019/Icons/person_icon_white.svg') top center no-repeat;
  }
  #block-iqculogin .login-block-inner h2 {
    text-align: center;
    line-height: 1.45;
    padding: 65px 0 20px;
  }
  #block-iqculogin .login-block-inner h2:after {
    display: none;
  }
  #block-iqculogin .login-block-inner form input[type="submit"] {
    top: 71px;
    right: 4px;
  }  
  #block-iqculogin .login-block-inner form .link-br {
    display: block;
  }
  #block-iqculogin .login-block-inner form a {
    display: block;
    max-width: 200px;
  }
}

@media (max-width:600px) {
  #block-iqculogin .login-block-inner form {
    width: 100%;
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
  #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, 
  #block-iqculogin .login-block-inner form .js-form-item-password #edit-password,
  #block-iqculogin .login-block-inner form .js-form-item-password #edit-password--2
  {
    font-size: 1.8rem;
    width: 195px;
  }
  #block-iqculogin .login-block-inner form .link-br {
    display: none;
  }
}

@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: 1.6rem;
  }
}

.login__links {
  display: grid;
  gap: 6px 12px;
  grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 651px) {
  #block-iqculogin .login-block-inner form .link-br {
    display: none;
  }
}


@media (min-width: 1025px) {
  .login__links {
    grid-template-columns: repeat(2, 1fr);
  }
}


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

/* New Pages
========================================================================== */


@media (max-width: 767px) {
  .advantage .section3 .widget-type-rich_text {
    text-align: center;
  }
  .advantage .section3 .widget-type-cta {
    margin: 30px auto 10px;
  }
}

/* Locations */
.locations .footer-cta-banner {
  margin-top: 0;
}


/* Old Pages with New Design
========================================================================== */



/* Landing Pages */
.landing.no-sticky .header-container {
  padding: 20px 0;
}
.landing.no-sticky .header-container .widget-type-logo img {
  max-width: 75px;
}

.landing .form-box {
  box-shadow: -10px 20px 150px rgba(0,0,0,0.15);
  border-radius: 0 0 10px 10px;
}
.landing .form-box h3 {
  background: #A6192E;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 10px 10px 0 0;
  padding: 25px 50px;
  margin: -15px auto 0;
}
.landing .form-box form {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 40px 50px;
  margin: 0 auto;
}
.landing .form-box .submitted-message {
  background: #fff;
  text-align: center;
  border-radius: 0 0 10px 10px;
  padding: 25px 20px;
}

@media (max-width: 767px) {
  .landing .form-box {
    margin-top: 35px;
  }
  .landing .form-box h3 {
    padding: 25px;
    margin: 15px auto 0 !important;
  }
  .landing .form-box form {
    padding: 25px;
    margin: 0 auto;
  }
}

/* Landing Page 1 */
.landing-1 .section1 .main-text img {
  margin: 20px auto;
}

@media (min-width: 768px) {
  .landing-1 .section1 .form-box {
    max-width: 565px;
    float: right;
  }
}

/* Landing Page 2 */
.landing-2 .body-container li {
  margin-bottom: 10px;
}

.landing-2 .form-box.form-overlap {
  position: relative;
  z-index: 99;
  margin-top: -275px;
}
.landing-2 .form-box h3 {
  padding: 20px 35px;
}
.landing-2 .form-box form {
  padding: 35px;
}
.landing-2 .form-box form.hs-form .hs-form-booleancheckbox-display {
  font-size: 1.6rem;
}

.landing-2 .share-this-title {
  font-family: 'CalibreSemibold', sans-serif;
  margin-top: 10px;
  margin-right: -25px;
}

.landing-2 .section-grey.section {
  padding: 20px;
}
.landing-2 .section-grey .page-center {
  padding: 0 5%;
}
.landing-2 .testimonial {
  text-align: center;
  padding: 40px 0;
}
.landing-2 .testimonial.border-bottom {
  border-bottom: 2px solid #414042;
}
.landing-2 .testimonial p {
  font-size: 2.1rem;
  color: #003D55;
  margin: 0 auto;
}

@media (max-width: 1024px) {  
  .landing-2 .share-this-title { 
    margin-right: 0;
  }
}

@media (min-width: 767px) and (max-width: 980px) {
  .landing-2 .form-box form {
    padding: 20px 20px 30px;
  }
  .landing-2 .form-box .hs-button.primary.large {
    background-position: 92% 50%;
    font-size: 2.0rem;

  background: #B01C2E;
  color: #fff !important;
  border: 1px solid #B01C2E;
  white-space: nowrap; 
  border-radius: 30px;
  padding: 5px 20px;
  margin: 0;
  text-align: center;
  font-size: 2.0rem;
  text-decoration: none;
  }
}

@media (max-width: 767px) {
  .landing-2 .main-text img {
    width: 100%;
    float: none !important;
    margin: 10px auto !important;
  }

  .landing-2 .form-box.form-overlap {
    margin-top: 35px;
  }
}

/* Thank You Page */
.thank-you .social {
  margin-bottom: 10px;
}

/* Blog 1 */
.hs-blog-listing .post-only {
  display: none;
}

.blog-1 .post-body a {
  text-decoration: underline;
  font-weight: bold;
}

.blog-1 .post-body h3 {
  font-size: 2.8rem;
}

.blog-1.hs-blog-listing .section-narrow {
  padding: 30px 0;
}
.blog-1.hs-blog-listing .section-narrow h1 {
  font-size: 3.0rem;
  margin: 0 auto 5px;
}

.blog-1 .post-index-topics {
  text-align: right;
}
.blog-1 .post-index-topics h3 {
  font-size: 2.8rem;
  font-family: 'CalibreReg', sans-serif;
  color: #414042;
  margin: 0;
  display: inline;
}
.blog-1 .post-index-topics .block {
  position: relative;
  cursor: default;
}
.blog-1 .post-index-topics .widget-module {
  min-width: 175px;
  max-height: 225px;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: #fff;
  font-size: 1.3rem;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
}
.blog-1 .post-index-topics .block:hover .widget-module {
  opacity: 1;
  visibility: visible
}
.blog-1 .post-index-topics .widget-module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-1 .post-index-topics .widget-module ul li {
  background: 0;
  border-bottom: 1px solid #F2F2F2;
  padding: 0;
}
.blog-1 .post-index-topics .widget-module ul li a {
  display: block;
  color: #627A75;
  text-decoration: none;
  text-transform: capitalize;
  padding: 15px 20px;
}
.blog-1 .post-index-topics .widget-module ul li a:hover {
  color: #414042;
  background: #F2F2F2;
}

.blog-1 .blog-subscribe-link {
  font-family: 'CalibreSemibold', sans-serif;
  text-align: right;
}

.blog-1 .inline-blog-cta {
  display: block;
  background: #f0f0f0;
  line-height: 1;
  padding: 15px;
}
.blog-1 .inline-blog-cta:hover {
  background: #f2f2f2;
}
.blog-1 .inline-blog-cta span {
  padding-right: 10px;
}

.blog-1 .post-item {
  padding-top: 60px;
  border-top: 1px solid #DBDBDB;
  margin-top: 60px;
  font-size: 1.6rem;
}
.blog-1 .featured-image-wrapper {
  margin-bottom: 30px;
}
.blog-1 .post-header h1 {
  font-size: 4.0rem;
}
.blog-1 .post-header h3 {
  font-family: 'CalibreReg', sans-serif;
  margin-bottom: 15px;
}
.blog-1 .post-header a {
  text-decoration: none;
}
.blog-1 .post-header a:not(:hover) {
  color:  #414042;
}
.blog-1 .post-header .post-meta {
  margin-bottom: 15px;
  color:  #414042;
}
.blog-1 .post-header .post-meta a:not(:hover) {
  color: #414042;
}
.blog-1 .post-header .post-meta a.topic-link:not(:hover) {
  color: #414042;
}
.blog-1 .post-item:first-child {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.blog-1 .post-item .more-link {
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 2.0rem;
  text-decoration: none;
}
.blog-1 .post-item .more-link img {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 8px;
}

.blog-1 .widget-type-blog_subscribe span > h3 {
  font-size: 2.1rem;
  color: #000;
}

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

.blog-audio-player {
padding: 20px;
}

.post-resource-header {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.6rem;
  padding: 15px 45px;
}
.post-resource-header h2 {
  color: #627A75;
  margin: 20px 0 10px;
}
.post-resource-form {
  padding: 60px 45px;
  background: #f5f6f7;
}
.post-resource-form h3.form-title:empty {
  display: none;
}
.post-resource-form .hs-form-field>label {
  display: block;
  color: #627A75;
  text-transform: uppercase;
}
.post-resource-form .hs_submit {
  text-align: center;
}
.post-resource-form .hs_submit input[type="submit"] {
  width: auto;
}

@media (min-width: 768px) {
  .blog-1 .featured-image-wrapper {
    width: 42.105263157894737%;
    margin-bottom: 0;
  }  
  .blog-1 .post-content-wrapper {
    width: 57.894736842105263%;
    padding-left: 4.824561403508772%;
  }
  .blog-1 .widget-type-blog_subscribe span > h3 {
    display: block;
    text-align: center;
    font-size: 3.0rem;
    margin-bottom: 10px;
  }  
  .blog-1 .widget-type-blog_subscribe span > div {
  }  
  .blog-1 .widget-type-blog_subscribe form > div:first-child {
    display: block;
    margin-bottom: 10px;
  }  
  .blog-1 .widget-type-blog_subscribe form > .hs_submit {
    display: block;
  }
}

@media (max-width: 767px) {
  .blog-1 .post-index-topics {
    margin: 15px 0;
  }  
  .blog-1 .blog-subscribe-link {
    text-align: center;
  }
}

/* Blog Social Sharing */
.blog-1 .post-share {
  margin-bottom: 20px;
}
.blog-1 .post-share.social a {
  margin-left: 0;
}

@media (min-width: 1050px) {
  .blog-1.hs-blog-post .blog-section {
    min-height: 284px;
  }  
  .blog-1 .post-share {
    width: 42px;
    position: absolute;
    line-height: 10px;
    margin-bottom: 0;
  }  
  .blog-1 .post-share > span {
    position: relative;
    left: -56px;
  }
  .blog-1 .post-share a {
    display: block;
  }
}

/* Blog Commments */
.post-footer.section {
  padding: 60px 45px;
  background: #F2F2F2;
}
#comments-listing:not(.no-comments) {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #DBDBDB;
  padding: 15px 0;
}
.comment-date { font-size: 1.3rem; text-align: right; }
.comment-from { font-family: 'CalibreSemibold', sans-serif; }
.comment-body { padding: 10px 0; word-wrap: break-word;}
body #comment-form .hs-form-field>label {
  display: block;
  color: #627A75;
  text-transform: uppercase;
}
#comment-form .inputs-list label {
  font-size: 1.6rem;
}
#comment-form .inputs-list input {
  display: inline-block;
  margin: 0 8px 0 0;
}
#comment-form  .hs_submit {
  text-align: center;
}
#comment-form .hs_submit input[type="submit"] {
  width: auto;
}

/* Pagination */
.blog-pagination {
  float: left;
  width: 100%;
  clear: both;
  border-top: 1px solid #DBDBDB;
  padding-top: 20px!important;
  margin: 60px auto 0;
}
.blog-pagination a,
.post-pagination a {
  display: block;
  font-size: 2.4rem;
  font-family: 'CalibreSemibold', sans-serif;
}
.blog-pagination a:not(:hover),
.post-pagination a:not(:hover) {
  color: #003D55;
}
.blog-pagination a.previous-posts-link,
.post-pagination a.previous-post-link {
  float: left;
}
.blog-pagination a.previous-posts-link i,
.post-pagination a.previous-post-link i {
  margin-right: 5px;
}
.blog-pagination a.next-posts-link,
.post-pagination a.next-post-link {
  float: right;
}
.blog-pagination a.next-posts-link i,
.post-pagination a.next-post-link i {
  margin-left: 5px;
}

/* Blog Author Page  */
.hs-author-profile {
  padding: 60px 45px;
  background: #F2F2F2;
  float: left;
  width: 100%;
  clear: both;
  margin: 0 0 60px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  display: block;
  float: left;
  width: calc(100% - 210px);
}
.hs-author-profile .hs-author-avatar {
  display: block;
  width: 150px;
  height: 150px;
  float: left;
  margin: 0 30px 30px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #414042;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .hs-author-profile .hs-author-bio {
    float: none;
    width: 100%;
  }  
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 auto 30px;
  }
}

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

@media (min-width: 768px){
  table.table-image-block {
    overflow-x: unset;
    display: inline-table;
  }
}

@media (max-width: 767px) {
  table.table-image-block tbody,
  table.table-image-block tr,
  table.table-image-block td{
    width:100% !important;
    display:block !important;
  }
}


/* Modular & Reusable Components
========================================================================== */
.hidden {
  display: none !important;
}

.section {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.section-narrow {
  padding: 40px 0;
}

.section-lightgrey {
  background: #F2F2F2;
}

.section-lightgrey a:not(.button) {
  color: #587470;
}

.section-lightgrey a:not(.button):hover {
  color: #516C68;
  opacity: 1;
}
.section-grey {
  background: #DBDBDB;
}
.section-accent {
  background: #B01C2E;/* Red */
}

.plaid-pattern {
  background-image: url('https://www.iqcu.com/hubfs/buffalo-plaid%20%282%29.svg');    
  background-repeat: repeat-x;
  background-position: top;
  max-width: 100%;
}


.gray-squares-pattern {
  background-image: url('https://www.iqcu.com/hubfs/subtle_plaid.svg');
  background-attachment: fixed;
  background-position: center;
  background-origin: border-box;
  background-repeat: repeat;
}

.woodgrain {
  background-image: url('https://www.iqcu.com/hubfs/Woodgrain%20Texture.svg');
  background-attachment: fixed;
  background-position: center;
  background-origin: border-box;
}

.white-text *, .white-text a {
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-header {
  padding-top: 40px;
}

.section-header,
.section-footer {
  float: none !important;
  text-align: center;
  max-width: 850px;
  font-size: 2.4rem;
  margin: 0 auto 50px !important;
}
.section-footer {
  margin: 65px auto 0 !important;
}
.section-header.small,
.section-footer.small {
  max-width: 550px;
}
.section-header *:last-child,
.section-footer *:last-child {
  margin-bottom: 0;
}

.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}

.white-box, .gray-box, .light-grey-box {
  box-shadow: -5px 20px 75px rgba(65,64,66,0.1);
  border-radius: 10px;
  padding: 25px;
}

.white-box {
  background: #fff; 

}

.gray-box {
  background: #DBDBDB;
}

.light-grey-box {
  background:#F2F2F2;
}
@media(min-width: 768px) {
  .white-box, 
  .gray-box {
    padding: 35px;
  }
}
@media(min-width: 1025px) {
  .white-box, 
  .gray-box {
    padding: 55px 50px 50px;
  }
}

/* Vertically centred content */
@media (min-width: 768px) {
  .flex:not(.flex-top) .row-fluid {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flex.flex-top .row-fluid {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
  }
  .flex.flex-end .row-fluid {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
  }
  .flex.flex-end .row-fluid:after {
    display: none !important;
  }
  .flex .row-fluid:before,
  .flex .row-fluid:after {
    display: none !important;
  }
}

/* Social Media Custom Icons */
.hs_cos_wrapper_type_social_sharing i,
.hs_cos_wrapper_type_follow_me i,
.social i {
  display: inline-block;
  font-size: 2.2rem;
  color: #414042;
  background: #322f30;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.social.light i {
  color: #fff;
}

.social a, .social a:hover {
  display: inline-block;
  text-decoration: none;
  opacity: 1;
  margin-left: 15px;
}
.social li:first-of-type a {
  margin-left: 0;
}

@media (max-width: 500px) {
  .social a, .social a:hover {
    margin-left: 5px;
  }
}


/* Banner */
.banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 85px 0;
}


.banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  height: 200%;
  z-index: 1;
  background: rgba(0, 61, 85, 0.80);
  border-radius: 50%;
  -webkit-transform: translateY(-25%) translateX(-32%) rotate(-45deg);
  -moz-transform: translateY(-25%) translateX(-32%) rotate(-45deg);
  transform: translateY(-25%) translateX(-32%) rotate(-45deg);
}
.banner .page-center {
  position: relative;
  z-index: 2;
}
.banner .banner-content {
  max-width: 48%;
}
.banner .main *:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .banner {  
    padding: 55px 0;
  }
}

@media (max-width: 767px) {
  .banner .banner-content {
    max-width: 100%;
    text-align: center;
  }
  .banner .overlay {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
  }
}

/* Background images */
.background-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Blog / Footer Sign Up */
.sign-up .widget-type-blog_subscribe,
.sign-up .widget-type-form,
.sign-up .widget-type-blog_subscribe form,
.sign-up .widget-type-form form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.sign-up h3 {
  font-size: 3.2rem;
  margin: 0 auto 10px;
  display: none;
}

.footer-form-header h2 {
  font-size: 3.2rem;
  margin: 0 auto 10px;
}

.sign-up .widget-type-blog_subscribe form,
.sign-up .widget-type-form form {
  max-width: 465px;
  float: left;
}
.sign-up .widget-type-form .hs-email > label,
.sign-up .widget-type-blog_subscribe .hs-email > label {
  position: static;
  margin: 0 0 5px;
  font-size: 2.0rem;
  display: inline-block;
  transition: all .2s ease-in-out;
  position: absolute;
  left: 20px;
  top: 15px;
  color: #485B5B !important;
  font-weight: 400;
}
.sign-up .widget-type-form .hs-email.is-floating > label,
.sign-up .widget-type-blog_subscribe .hs-email.is-floating > label {
  top: 5px;
  font-size: 1.2rem;
}
.sign-up .widget-type-form .hs-email > label > span:first-child,
.sign-up .widget-type-blog_subscribe .hs-email > label > span:first-child {
  color: #485B5B !important;
}
.sign-up .widget-type-form .hs-email > label span.hs-form-required,
.sign-up .widget-type-blog_subscribe .hs-email > label span.hs-form-required {
  color: #B01C2E !important;
  margin-left: 0;
}
/*.sign-up .widget-type-form .hs-email > label span.hs-form-required,
.sign-up .widget-type-blog_subscribe .hs-email > label span.hs-form-required,*/
.sign-up .widget-type-blog_subscribe .hs-error-msgs li:before,
.sign-up .widget-type-form .hs-error-msgs  li:before {
  display: none;
}
.sign-up .widget-type-blog_subscribe .hs-form-field.hs-email,
.sign-up .widget-type-form .hs-form-field.hs-email {
  margin-bottom: 0;
  position: relative;
}
.sign-up .widget-type-blog_subscribe .hs-email input[type="email"],
.sign-up .widget-type-form .hs-email input[type="email"] {
  height: 58px;
  font-size: 2.0rem;
  background: #fff;
  opacity: 1;
  color: #414042 !important;
  border: 0;
  border-radius: 30px;
  padding: 15px 210px 15px 20px;
}
.hs-search-field ::-webkit-input-placeholder { /* Webkit Browsers */
  font-size: 2.0rem;
  line-height: 26px;
  display: none;
}
.sign-up :-moz-placeholder { /* Firefox 18- */
  font-size: 2.0rem;
  line-height: 26px;
  display: none;
}
.sign-up ::-moz-placeholder { /* Firefox 19+ */
  font-size: 2.0rem;
  line-height: 26px;
  display: none;
}
.sign-up :-ms-input-placeholder { /* IE10 */
  font-size: 2.0rem;
  line-height: 26px;
  display: none;
}
.sign-up .widget-type-blog_subscribe .hs-error-msgs,
.sign-up .widget-type-form .hs-error-msgs {
  text-align: left;
}
.sign-up .widget-type-blog_subscribe .hs-error-msgs li,
.sign-up .widget-type-form .hs-error-msgs li {
  padding: 0 !important;
  margin: 5px auto 0 !important;
}
.sign-up .widget-type-blog_subscribe .hs-submit,
.sign-up .widget-type-form .hs-submit {
  position: absolute;
  top: 39px;
  right: 0px;
}
.sign-up .widget-type-form .hs-submit {
  top: 39px;
}
.sign-up .widget-type-blog_subscribe .hs-button.primary.large,
.sign-up .widget-type-form .hs-button.primary.large,
.sign-up .widget-type-blog_subscribe .hs-button.primary.large:focus,
.sign-up .widget-type-form .hs-button.primary.large:focus  {
  height: 59px;
  width: 194px;
  max-width: initial;
  text-transform: uppercase;
  background: #B01C2E;
  color: #fff !important;
  border: 1px solid #B01C2E;
  white-space: nowrap; 
  border-radius: 30px;
  padding: 5px 20px;
  margin: 0;
  text-align: center;
  font-size: 2.0rem;
  text-decoration: none;
}

@media (max-width: 480px) {
  .sign-up .widget-type-blog_subscribe .hs-email input[type="email"], 
  .sign-up .widget-type-form .hs-email input[type="email"] {
    padding-right: 150px;
  }
  .sign-up .widget-type-blog_subscribe .hs-button.primary.large,
  .sign-up .widget-type-form .hs-button.primary.large,
  .sign-up .widget-type-blog_subscribe .hs-button.primary.large:focus,
  .sign-up .widget-type-form .hs-button.primary.large:focus  {
    font-size: 2.0rem;
    width: 135px;
    padding: 10px 30px 10px 10px;
  }
}


/* Icon Content Blocks and Call to Action Blocks */

.icon-title-title, .ic-block p {
  margin-bottom: 0;
  font-size: 2.0rem;
}

.blocks_title {
  font-size: 2.8rem;
}

.blocks_subtitle {
  font-size: 4.4rem;
}

.blocks_byline {
  font-size: 2.4rem;
}

.blocks_title, .blocks_subtitle, .blocks_byline {
  text-align: center;
}

.icon-title-title {
  font-family: 'CalibreSemibold', sans-serif;
  padding-top: 10px;
}

/* Blog and Resource Feed */
.resource-box .image-top {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 64%;
}
.resource-box .image-top a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.resource-box .main-content {
  background: #fff;
  font-size: 1.8rem;
  padding: 20px 10px 35px;
}

.resource-box .main-content a,
.resource-box .main-content div {
  display: block;
  font-family: 'CalibreSemibold', sans-serif;
  margin: 25px auto 0;
}
/*.resource-box .main-content h3,
.resource-box .main-content h3 a,*/
.resource-box .main-content .resource-type,
.resource-box .main-content .resource-type a {
  color: #B01C2E;/* Red */
  font-family: 'CalibreSemibold', sans-serif;
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.resource-box .main-content .rb-topic {
  text-transform: uppercase;
  font-family: 'CalibreSemibold', sans-serif;
  color: #B01C2E;/* Red */
  font-weight: 400;
  margin: 0 0 5px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.resource-box .main-content .dummy-link {
  display: block;
  font-family: 'CalibreSemibold', sans-serif;
  margin: 25px auto 0;
  color: #003D55;
  text-decoration: underline;
  transition: ease all .3s;
}
.resource-box .main-content .dummy-link:focus,
.resource-box .main-content .dummy-link:hover {
  opacity: .8;
}
.resource-box .main-content h2,
.resource-box .main-content h3 {
  margin: 2% auto 2%;
  color: #414042;
  text-decoration: none;
  font-size: 3.3rem;
  line-height: 1.25;
}
.resource-box .main-content h2 a,
.resource-box .main-content h3 a {
  font-family: 'CalibreReg', sans-serif;
  color: #414042;
  text-decoration: none;
  margin: 0 auto;
}
.resource-box .main-content a img,
.resource-box .main-content div img {
  vertical-align: baseline;
  margin-left: 8px;
}

.resource-feed .resource-box {
  box-shadow: -5px 20px 75px rgba(65,64,66,0.35);
}
.resource-feed a.resource-box {
  text-decoration: none;
}
.resource-feed .resource-box,
.resource-feed .resource-box .main-content {
  border-radius: 0 0 10px 10px;
}
.resource-feed .resource-box .main-content {
  padding: 20px;
}

@media (min-width: 768px) and (max-width: 900px) {
  .resource-box .main-content .rb-topic {
    font-size: 1.5rem;
  }
  .resource-box .main-content h3 {
    font-size: 2.6rem;
  }
}

@media (min-width: 768px) {
  .resource-box:first-child,
  .resource-feed.two .resource-box:nth-child(odd) {
    margin-left: 0;
  }
  .resource-box:last-child,
  .resource-feed.two .resource-box:nth-child(even) {
    margin-right: 0;
  }
  .resource-feed.two .resource-box {
    float: left;
    width: 48%;
    margin: 0 2%;
  } 
  .resource-feed.three .resource-box {
    float: left;
    width: 30.5%;
    margin: 0 2%;
  }
  .resource-feed.three .resource-box:nth-child(3n+1) {
    margin-left: 0;
  }
  .resource-feed.three .resource-box:nth-child(3n+3) {
    margin-right: 0;
  }
  .resource-feed .resource-box .main-content h2,
  .resource-feed .resource-box .main-content h3 {
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .resource-box {
    margin: 0 auto 20px;
  }
}

@media (max-width: 500px) {
  .resource-box .main-content {
    padding-left: 0;
    padding-right: 0;
  }
  .resource-box .main-content .rb-topic {
    font-size: 1.6rem;
  }
}

/* Resource Blog - Background Image */
.resource-box.bkg-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 330px;
  padding-top: 62%;
}
.resource-box.bkg-img .main-content.white-box {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 100%;
  max-width: 360px;
  box-shadow: -5px 20px 75px rgba(65,64,66,0.65);
  padding: 20px;
}

@media (min-width: 768px) {
  .resource-box.bkg-img .main-content.white-box {
    left: 50px;
    bottom: 50px;
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .resource-box.bkg-img .main-content.white-box {
    max-width: 300px;
    left: 20px;
    bottom: 20px;
    box-shadow: -5px 20px 35px rgba(65,64,66,0.35);
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .resource-box.bkg-img {
    min-height: initial;
    padding: 25px 15px;
  }
  .resource-box.bkg-img .main-content.white-box {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: -5px 20px 35px rgba(65,64,66,0.35);
    padding: 20px;
  }
}

.resource-box .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
}

/* Global Footer CTA Banner */
.footer-cta-banner {
  /*background-image: url('https://www.iqcu.com/hubfs/iQCU_July2019/Images/IQ_Plaid_pattern.jpg');*/
  padding-bottom: 75px;
}
.footer-cta-banner .background-img {
  padding-top: 50%;
}
.footer-cta-banner .white-box {
  margin-top: -200px;
}
.footer-cta-banner .white-box .inner {
  max-width: 550px;
  margin: 0 auto;
}
.footer-cta-banner .white-box .inner *:last-child {
  margin-bottom: 0;
}
.footer-cta-banner .white-box .inner .cta_button {
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .footer-cta-banner .white-box {
    padding: 95px 50px 110px;
  }
}

@media (max-width: 767px) {
  .footer-cta-banner .white-box {
    padding: 25px 20px;
    margin-top: -50px;
  }
  .footer-cta-banner .white-box .inner h2 {
    font-size: 3.0rem;
  }
}

/* Rates Table */
.rate-table {
  margin: 35px auto 20px;
}
.rate-table .effective-date {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.rate-table .below-table {
  font-size: 1.4rem;
  margin-top: 25px;
}

.rate-table .below-table a{
  text-decoration: underline;
  font-weight: bold;
}

@media (min-width: 768px) {
  .rate-table .responsive.table {
    text-align: center;
    width: 100%;
  }
  .rate-table.three-columns table tr th,
  .rate-table.three-columns table tr td {
    width: 25%;
  }
  .rate-table.four-columns table tr th,
  .rate-table.four-columns table tr td {
    width: 19%;
  }
  .rate-table.four-columns table tr th:first-child,
  .rate-table.four-columns table tr td:first-child {
    width: 24%;
  }
  .rate-table.five-columns table tr th,
  .rate-table.five-columns table tr td {
    width: 15%;
  }
  .rate-table.five-columns table tr th:first-child,
  .rate-table.five-columns table tr td:first-child {
    width: 25%;
  }
  .rate-table .col-headers th:not(.blank) {
    color: #fff;
    background: #003D55;
    border: 2px solid #fff;
    border-top: 0;
    padding: 25px 10px;
  }
  .rate-table .col-headers th:first-child {
    border-left: 0;
    border-radius: 10px 0 0 0;
  }
  .rate-table .col-headers th:last-child {
    border-right: 0;
    border-radius: 0 10px 0 0;
  }
  .rate-table .row-info td {
    border-bottom: 1px solid #DBDBDB;
    padding: 17px 10px;
  }
  .rate-table .row-info:last-child td:not(.row-title) {
    border: 0;
  }
  .rate-table td.row-title,
  .rate-table th.row-title {
    background: #DBDBDB;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 17px 10px;
    font-weight: 400;
  }
  .rate-table tr.row-info:last-child td.row-title {
    border-radius: 0 0 0 10px;
    border-bottom: 0;
  }
  .rate-table tr.row-info:last-child td:last-child {
    border-radius: 0 0 10px 0;
  }
}

@media (max-width: 767px) {
  .rate-table .col-headers,
  .rate-table .row-info .row-title span {
    display: none;
  }
  .rate-table table.responsive tr {
    border-color: #DBDBDB;
    border-top: 0;
  }
  .rate-table .row-info .row-title {
    text-align: center;
    font-family: 'CalibreSemibold', sans-serif;
    background: #003D55;
    color: #fff;
    padding: 15px 10px;
  }
  .rate-table .row-info td:not(.row-title) {
    padding: 5px 10px;
  }
  .rate-table .row-info td:nth-child(2) {
    padding-top: 10px;
  }
  .rate-table .row-info td:last-child {
    padding-bottom: 10px;
  }
}

/* Table on a gray background */
@media (min-width: 768px) {
  .section-lightgrey .rate-table .col-headers th {
    border-bottom: 2px solid  #F2F2F2;
  }
  .section-lightgrey .rate-table .col-headers th:first-child {
    border-left: 0;
  }
  .section-lightgrey .rate-table .row-info td:not(.row-title) {
    border-left: 2px solid  #F2F2F2 !important;
  }
  .section-lightgrey .rate-table .col-headers th:not(.blank),
  .section-lightgrey .rate-table td {
    border-right: 2px solid  #F2F2F2 !important;
  }
  .section-lightgrey .rate-table td.row-title,
  .section-lightgrey .rate-table th.row-title,
  .section-lightgrey .rate-table .row-info td  {
    border-top: 2px solid  #F2F2F2 !important;
    border-bottom: 2px solid  #F2F2F2!important;
  }
  .section-lightgrey .rate-table .row-info td:not(.row-title) {
    background: #fff;
  }
}

@media (max-width: 767px) {
  .section-lightgrey .rate-table table.responsive  {
    background: #fff;
  }
}

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

.footer-container {
  background: #414042;
  padding: 115px 0 50px;
}

.footer-container .page-center {
  position: relative;
}
.footer-container .page-center:before,
.footer-container .page-center:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 23px;
}


.footer-container a:not(:hover) {
  text-decoration: none;
}
.footer-container h2 {
  font-size: 2.4rem;
}
@media (max-width: 480px) {
  .footer-container ul li {
    margin-top: 15px;
  }
}

.footer-container .links,
.footer-container .social,
.footer-container .sign-up,
.footer-container .copyright {
  margin-bottom: 45px;
}

.footer-container .links h2,
.footer-container .links p {
  margin-bottom: 2%;
  font-size: 1.8rem;
}
.footer-container .links h2 {
  line-height: 1.25;
}

.footer-container .copyright ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-container .copyright ul li {
  display: block;
  padding: 0;
  line-height: 1.5;
  margin-bottom: 15px;
}
.footer-container .copyright ul li a {
  display: inline-block;
}

@media (min-width: 900px) {
  .footer-container .links:nth-child(3) {
    position: relative;
    left: -35px;
  }
}

@media (min-width: 768px) {
  .footer-container .links,
  .footer-container .social,
  .footer-container .sign-up {
    margin-bottom: 75px;
  }

  .footer-container .copyright {
    width: 83%;
  }

  .footer-container .copyright ul li {
    display: inline;
    margin-bottom: 0;
  }

  .footer-container .copyright a {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {  
  .footer-container {
    padding: 55px 0 30px;
  }

  .footer-container .links:not(:last-child) {
    margin-bottom: 20px;
  }

  .footer-container .copyright {
    margin-top: 55px;
    margin-bottom: 95px;
  }
  .footer-container .copyright p > a {
    display: block;
  }
}


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul { 
  background: none;

}
.custom-menu-primary .hs-menu-wrapper > ul li {
  background: none;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul li a,
.mega-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > h2,
.mega-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > h2 button,
.mega-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > .h2,
.mega-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > .h2 button,
.top-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > h2,
.top-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > h2 button,
.top-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > .h2,
.top-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > .h2 button {
  color: #414042;
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  padding: 15px 0;
}

.mega-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > h2,
.mega-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > h2 button,
.mega-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > .h2,
.mega-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > .h2 button,
.top-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > h2,
.top-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > h2 button,
.top-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > .h2,
.top-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > .h2 button {
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px 0;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > button {
  color: #414042;
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  padding: 15px 0;
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
}
.custom-menu-primary .hs-menu-wrapper ul li a:hover,
.custom-menu-primary .hs-menu-wrapper ul li.active a,
.custom-menu-primary .hs-menu-wrapper ul li.active-branch a {
  color: #B01C2E;
  text-decoration: underline;
}
.custom-menu-primary .hs-menu-wrapper a:hover {
  opacity: 1;
}

@media (max-width: 1024px) {
.custom-menu-primary .hs-menu-wrapper > ul > li > button {
  background: #F2F2F2;
}
}

@media (min-width: 1025px) {  
  .top-nav .top-menu .hs-menu-wrapper > ul,
  .bot-nav .btn-menu .hs-menu-wrapper > ul { 
    float: right;
    text-align: center;
  }
  .top-nav .top-menu .hs-menu-wrapper > ul > li {
    margin-right: 30px;
  }
  .bot-nav .main-menu .hs-menu-wrapper > ul > li {
    margin-right: 20px;
  }
  .top-nav .top-menu .hs-menu-wrapper > ul > li:last-child,
  .bot-nav .main-menu .hs-menu-wrapper > ul > li:last-child {
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > button:after {
    display: inline-block;
    content: '';
    background-image: url('https://www.iqcu.com/hubfs/iQCU_July2019/Icons/down-arrow-dark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 10px;
    margin-left: 7px;
  }
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 10px;
  }
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  position: relative;
  background: #DBDBDB;
  text-align: left;
  padding: 20px;
  /*transition: .3s ease .2s !important;*/
}
@media (min-width: 1025px) {  
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    min-width: 220px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul:before,
  .custom-menu-primary .hs-menu-wrapper > ul ul:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 13px 15px;
    border-color: transparent transparent #DBDBDB transparent;
    position: absolute;
    top: -13px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .top-nav .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
    left: 0;
  }
  .top-nav .custom-menu-primary .hs-menu-wrapper > ul li.hs-menu-depth-1:last-child ul:before,
  .top-nav .custom-menu-primary .hs-menu-wrapper > ul li.hs-menu-depth-1:last-child ul:after {
    left: 40%;
  }

  .bot-nav .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
    left: 35%;
  }
  .bot-nav .custom-menu-primary .hs-menu-wrapper > ul li.hs-menu-depth-1:last-child ul:before,
  .bot-nav .custom-menu-primary .hs-menu-wrapper > ul li.hs-menu-depth-1:last-child ul:after {
    left: 20%;
  }
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  background: none;
  padding: 10px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  display: block;
  padding: 0;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.custom-menu-primary .hs-menu-wrapper > ul li h2 button,
.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;
}

.custom-menu-primary .hs-menu-wrapper > ul li a.nohref,
.custom-menu-primary .hs-menu-wrapper > ul li h2 button {
  cursor: default;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1025px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display: block !important;
    text-align: center;
  }
}

@media screen and (max-width: 1025px) {
  .bot-nav .hs-menu-wrapper { 
    /*width: 94%;*/
  }
  .hs-search-container {
  display:none;
  }
}



/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */
/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/
.nolink .child-trigger {
  width: 100% !important;
  text-align: right;
  right: 0;
  left: 0;
}
.nolink .child-trigger i {
  margin-left: -32px;
  margin-right: 32px;
}

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

.hamburger:focus {
}

.custom-menu-primary .mobile {
  display: none;
}

@media (max-width: 1024px){

  /* Variables
  ========================================================================== */
     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a:not(.button),
  .mega-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > h2,
  .mega-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > h2 button,
  .mega-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > .h2,
  .mega-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > .h2 button,
  .top-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > h2,
  .top-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > h2 button,
  .top-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > .h2,
  .top-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > .h2 button{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1.25;  
    font-weight: 400;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#414042;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:not(.mobile)
  .custom-menu-primary .hs-menu-wrapper > ul li a.button {
    font-size: 1.6rem;
    margin: 10px 0 20px;
  }

  /*!
  * Hamburgers
  * @description Tasty CSS-animated hamburgers
  * @author Jonathan Suh @jonsuh
  * @site https://jonsuh.com/hamburgers
  * @link https://github.com/jonsuh/hamburgers
  */
  .hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; 
    position:absolute;
    top: 43px;
    right: 15px;
  }
  .hamburger:hover {
    opacity: 0.7; 
  }
  .hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative; 
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after,
  .project .hamburger-inner.black, .project .hamburger-inner.black::before, .project .hamburger-inner.black::after {
    width: 30px;
    height: 3px;
    background-color: #414042;
    border-radius: 3px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
  }
  .project .hamburger-inner, .project .hamburger-inner::before, .project .hamburger-inner::after {
    background-color: #ffffff;
  }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
  }
  .hamburger-inner::before {
    top: -10px; 
  }
  .hamburger-inner::after {
    bottom: -10px; 
  }

  /*
  * Squeeze
  */
  .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; 
  }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  .mobile-open .hamburger--squeeze .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  .mobile-open .hamburger--squeeze .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; 
  }
  .mobile-open .hamburger--squeeze .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); 
  }

  /* Child Toggle Button
  ========================================================================== */
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 12px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 36px !important; /* Button height */  
    padding: 0 !important;
    /*border-left: 1px dotted rgba(0, 0, 0, .20);*/
    text-align: center;
    font-size: 2.4rem;
    pointer-events: none;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger svg {
    transform: rotate(-90deg);
  }
  .child-trigger.child-open svg {
    transform: rotate(0deg);
  }
  .child-trigger i{
    position: relative;
    top: 5px;
    margin-left: -4px;
    font-style: normal;
    color: #414042;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: "\f105 ";
    font-family: FontAwesome;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    -ms-transition: -ms-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .hs-menu-depth-2 svg {
    display: none;
  }
  .child-trigger.child-open + .hs-menu-children-wrapper .lvl3-links {
    display: block !important;
  }

  /* 2nd level child trigger */
  .custom-menu-primary ul ul .child-trigger{
    height: 36px !important; /* Button height */  
    font-weight: 400;
  }
  .custom-menu-primary ul ul .child-trigger i{
    top: 4px;
  }

  /* Menu Styles on Mobile Devices
  ========================================================================== */  
  .custom-menu-primary.js-enabled{
    margin: 0 -20px 0 !important;
  }

  /* 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: absolute; /**************************************************************/
    top: 97px; 
    height: calc(100vh - 97px);/* Positions the menu to drop from the very top of the screen */
    overflow: auto !important;
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
    z-index: 9;
    margin-top: 23px;
  }

  /* Menu CTA */
  .custom-menu-primary .hs-menu-wrapper .last-menu-item {
    padding: 0 20px;
  }
  

  .custom-menu-primary .hs-menu-wrapper .last-menu-item .hs-search-field{
  /*display: none;*/
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a:not(.button),
  .custom-menu-primary .hs-menu-wrapper > ul > li > button,
  .custom-menu-primary .hs-menu-wrapper > ul > li h2 button {
    font-size: 1.6rem; /* Font size of top level list items */
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 5px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:not(.button),
  .custom-menu-primary .hs-menu-wrapper > ul li > button {
    padding: 10px 20px;
    color:#414042; /* link color set by global mobile-aColor variable */
    font-weight: 400;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:not(.button):hover,
  .custom-menu-primary .hs-menu-wrapper > ul li.active a,
  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch a {
    color: ;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul:before {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: ;
    box-shadow: none;
    padding: 5px 0;
    margin-bottom: -4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #414042;
    text-indent: 10px; /* Indent Child lists */
    font-size: 1.6rem; /* Font size of child lists */
    text-transform: initial !important;
    padding: 10px 20px !important;
    margin: 0 auto !important;
  }

  .mega-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > h2 button,
  .mega-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > .h2 button,
  .top-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > h2 button,
  .top-menu > ul > li.hs-menu-depth-1.extra > ul > li.hs-menu-depth-2 > .h2 button {
    color: #414042;
    text-indent: 0; /* Indent Child lists */
    font-size: 1.6rem; /* Font size of child lists */
    text-transform: initial !important;
    padding: 10px 20px !important;
    margin: 0 auto !important;
    width: 100% !important;
    cursor: default;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    padding: 0;
    margin: 0 auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
    font-size: 1.4rem !important; /* Font size of child lists */
    font-weight: 400;
    font-family: 'CalibreReg', sans-serif;
    padding: 7px 20px 7px 30px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.mobile,
  .custom-menu-primary .hs-menu-wrapper > ul li.mobile > li {
    padding-right: 0;
    padding-left: 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li.mobile > li.online-banking {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li button.iqculogin {
    width: auto;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: grid;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.mobile:first-child {
    margin-bottom: 16px;
  }
}



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


4. TEMPLATE MODULE SELECTORS                                         


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


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

/* Error Templates */
.system-box {
  background: #F2F2F2;
  border-radius: 10px;
  padding: 60px 90px;
  text-align: center;
  font-size: 2.1rem;
  color: #414042;
  max-width: 780px;
  margin: 0 auto !important;
  float: none !important;
  box-shadow: -5px 20px 45px rgba(65,64,66,0.3);
}

.system-box h1 {
  color: #000;
}

.hs_error_rollup {
  display: none !important;
}

.password-page .system-box h1:before {
  display: inline-block;
  content: '';
  width: 37px;
  height: 46px;
  margin-right: 20px;
  background-image: url(//142915.fs1.hubspotusercontent-na1.net/hubfs/142915/_einstein/system/lock.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media (max-width: 599px) {
  .password-page .system-box h1:before {
    display: block;
    margin: 0 auto 10px;
  }
}

.system-box form {
  margin-top: 30px;
}

.system-box input[type="password"],
.system-box input[type="submit"] {
  display: block;
  float: left;
  margin: 0 !important;
}

.system-box input[type="password"] {
  width: 75%;
  height: 50px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  vertical-align: middle;
  border: 0;
  padding: 5px 15px;
}

.system-box input[type="submit"] {
  width: 25%;
  border-radius: 0;
  text-transform: none;
}

.system-box .page-header {
  margin: 0;
  padding: 0;
}

.system-box #email-prefs-form {
  margin: 0;
}

.system-box #email-prefs-form #content > div {
  float: left;
  width: 66%;
  padding: 0;
  margin: 0;
}

.system-box #email-prefs-form #content input[type="email"] {
  width: 100% !important;
  height: 50px;
  margin: 0 !important;
  font-size: 1.6rem !important;
  line-height: 1.5;
  vertical-align: middle;
  border: 0 !important;
  padding: 15px !important;
}

.system-box #email-prefs-form #content input[type="submit"] {
  width: 34%;
  clear: none !important;
}

.system-box .widget-type-email_simple_subscription h1 {
  font-weight: 300;
  font-size: 5.5rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 20px;
}

.system-box .widget-type-email_simple_subscription h3 {
  font-weight: 400;
  font-size: 2.1rem;
  color: #414042;
  margin-top: 0;
  margin-bottom: 20px;
}

.system-box ::-webkit-input-placeholder { /* Webkit Browsers */
  font-size: 2.0rem;
  line-height: 19px;
}
.system-box :-moz-placeholder { /* Firefox 18- */
  line-height: 16px;
}
.system-box ::-moz-placeholder { /* Firefox 19+ */
  line-height: 16px;
}
.system-box :-ms-input-placeholder { /* IE10 */
  line-height: 16px;
}

.password-page .system-box ::-webkit-input-placeholder { /* Webkit Browsers */
  line-height: 16px;
}
.password-page .system-box :-moz-placeholder { /* Firefox 18- */
  line-height: 36px;
}
.password-page .system-box ::-moz-placeholder { /* Firefox 19+ */
  line-height: 36px;
}
.password-page .system-box :-ms-input-placeholder { /* IE10 */
  line-height: 36px;
}

@media (max-width: 767px) {
  .system-box {
    padding: 20px 30px;
  }

  .system-box .widget-type-email_simple_subscription h1 {
    font-size: 3.6rem;
  }

  .system-box input[type="password"],
  .system-box input[type="submit"] {
    width: 100%;
    clear: both;
  }
}

@media (max-width: 599px) {
  .system-box {
    padding: 20px;
  }

  .system-box #email-prefs-form #content > div {
    width: 100%;
    clear: both;
  }

  .system-box #email-prefs-form #content input[type="submit"] {
    width: 100%;
    clear: both !important;
  }
}

.system-template .page-header {
  margin: 0;
  padding: 0;
}

.widget-type-email_subscriptions p, .widget-type-email_subscriptions h1 {
  font-size: 5.0rem;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .widget-type-email_subscriptions p, .widget-type-email_subscriptions h1 {
    font-size: 3.6rem;
  }
}

.system-template .widget-type-email_subscriptions_confirmation h2,
.system-template .widget-type-email_simple_subscription h2 {
  font-size: 3.1rem;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.25;
}

.system-template .widget-type-email_subscriptions_confirmation h2:before {
  display: block;
  font-size: 3.6rem;
  margin-bottom: 5px;
  text-align: center;
}

.system-template .widget-type-email_subscriptions h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.25;
}

.system-template .widget-type-email_subscriptions_confirmation p,
.system-template .widget-type-email_simple_subscription p {
  font-size: 4.2rem;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.5;
}

.system-template .widget-type-email_subscriptions p {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.5;
}
.system-template .widget-type-email_subscriptions .item-inner p {
  margin-bottom: 0;
}

.system-template .widget-type-email_subscriptions input[type="submit"] {
  width: auto;
  max-width: 100%;
}

.system-template .checkbox-row input[type="checkbox"] {
  margin-top: -3px;
  z-index: 1;
  opacity: 0;
  width: 22px;
  height: 20px;
  cursor: pointer;
}

.system-template .subscribe-options label {
  margin: 0;
}

@media (max-width: 767px) {
  .system-template .widget-type-email_subscriptions_confirmation h2,
  .system-template .widget-type-email_simple_subscription h2 {
    font-size: 2.2rem;
  }

  .error-404 .body-container .flex img,
  .error-500 .body-container .flex img {
    margin-bottom: 30px;
  }
}


.system-box input[type="submit"],
.system-box #email-prefs-form #content input[type="submit"] {
  height: 50px;
}

@media (min-width: 768px) {
  .system-template .section {
    padding: 90px 0;
  }
  .system-template.error-404 .section,
  .system-template.error-500 .section {
    padding: 100px 0;
  }
}


/* Site Search */
.hs-search-field,
.hs-search-field .hs-search-field__input {
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

.hs-search-field__form {
  display: none;
}

.hs-search-field--visible .hs-search-field__form {
  display: block;
}

.hs-search-field__button {
    width: 40px; /* or any desired size */
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; /* to override any existing padding */
}

.hs-search-field form {
  position: relative;
}
.hs-search-field .hs-search-field__bar form button,
.hs-search-field .hs-search-field__bar form button svg {
  background: transparent;
}
.hs-search-field .hs-search-field__bar form button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  padding: 0;
  max-width: 15px;
  -webkit-appearance: none;
}
.hs-search-field .hs-search-field__bar form button svg {
  height: 12px;
  fill: #414042;
}

@media (max-width: 1024px) {
  .mobile .hs-search-field {
    padding: 12px 25px;
  }
  .mobile ul.hs-search-field__suggestions {
    display: none !important;
  }
}

/* Site Search Placeholder Text */ 
.hs-search-field ::-webkit-input-placeholder { /* Webkit Browsers */
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.hs-search-field :-moz-placeholder { /* Firefox 18- */
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.hs-search-field ::-moz-placeholder { /* Firefox 19+ */
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.hs-search-field :-ms-input-placeholder { /* IE10 */
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* Search Results Page */
.search .hs-search-field__suggestions {
  display: none !important;
}
.search-results .hs-search-field {
  max-width: 300px;
  margin: 0 auto;
}
.search-results .hs-search-field .hs-search-field__suggestions {
  border-color #003D55;
  padding: 5px 0;
}
.search-results .hs-search-field .hs-search-field__suggestions li#results-for,
.search-results .hs-search-field .hs-search-field__suggestions li a {
  padding: 5px 10px;
}
.search-results .hs-search-field .hs-search-field__suggestions li a:hover, 
.search-results .hs-search-field .hs-search-field__suggestions li a:focus {
  background: #F2F2F2;
}

.search-results .hs-search-results li a.hs-search-results__title {
  display: block;
  font-size: 2.0rem;
  margin-bottom: 5px;
}
.search-results .hs-search-results li {
  margin: 30px auto;
}
.search-results .hs-search-results li p.hs-search-results__description {
  margin-bottom: 0;
}
.search-results .hs-search-results__pagination {
  margin-top: 75px;
}
.search-results .hs-search-results__pagination a {
  font-size: 2.4rem;
}

/*Test Seach*/

.search-icon-selector + .hs-menu-children-wrapper.link-child.active {

}

@media (min-width: 768px) {
  .search-results .section {
    padding: 125px 0;
  }
}

@media (max-width: 500px) {
  .hs-search-field .hs-search-field__input {
    padding: 10px 25px 10px 13px;
  }
  .hs-search-field .hs-search-field__bar form button {
    right: 10px;
  }
}


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


5. COS COMPONENTS                                        


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

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

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

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

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

/* Labels */
body .hs-dependent-field .hs-form-field:not(:first-child) > label,
body .hs-form-field.hs-fieldtype-checkbox > label,
body .hs-form-field.hs-fieldtype-radio > label {
  position: relative;
  font-size: 1.6rem;
  color: #414042;
}

body label .hs-form-required {
  color: #B01C2E;/* Red */
  margin-left: 3px;
}

/* Buttons */
/*.hs-button.primary.large,
input[type="submit"] {
background-image: url('https://www.iqcu.com/hubfs/iQCU_July2019/Icons/right-arrow-white-large.svg');
background-repeat: no-repeat;
background-position: 90% 50%;
padding-right: 55px;
}*/

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'CalibreReg', sans-serif;
  font-size: 1.8rem;
  color: #414042;
  line-height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0 10px;
  border: 0;
  border-bottom: 1px solid #939598;
  border-radius: 0;
}

body select {
  min-height: 1px;
  background-color: #fff;
  background-image: url('https://www.iqcu.com/hubfs/iQCU_July2019/Icons/down-arrow-dark.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-bottom: 1px solid #939598;
  border-radius: 0;
}

body textarea {
  height: 40px;
  min-height: 40px;
  line-height: 1.5;
  padding: 5px 10px 0;
  margin-bottom: -4px;
}

body input[type="file"] {
  line-height: normal;
  padding-top: 13px;
}

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

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

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

/* Errors */
.hs-error-msgs {
  color: #B01C2E;/* Red */
  font-size: 1.4rem;
  padding-left: 5px !important;
  margin: 0;
}
/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  color: #495B55;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 40px;
}
.hs-fieldtype-textarea ::-webkit-input-placeholder { 
  line-height: 1.5;
}
:-moz-placeholder { /* Firefox 18- */
  color: #495B55;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 40px;
}
.hs-fieldtype-textarea :-moz-placeholder { 
  line-height: 1.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #495B55;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 40px;
}
.hs-fieldtype-textarea ::-moz-placeholder { 
  line-height: 1.5;
}
:-ms-input-placeholder { /* IE10 */
  color: #495B55;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 40px;
}
.hs-fieldtype-textarea :-ms-input-placeholder { 
  line-height: 1.5;
}

.body-container form .legal-consent-container .hs-richtext {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.body-container form .legal-consent-container ul.inputs-list {
  margin-bottom: 10px;
}
.body-container form .legal-consent-container .hs-form-booleancheckbox .control,
.body-container form .legal-consent-container .hs-form-booleancheckbox .control__indicator {
  width: 15px;
  height: 15px;
}
.body-container form .legal-consent-container .hs-form-booleancheckbox .control {
  top: 3px;
}
.body-container form .legal-consent-container .hs-form-booleancheckbox .control--checkbox .control__indicator:after {
  top: 1px;
}
.body-container form .legal-consent-container .hs-form-booleancheckbox label {
	color: #B01C2E
  font-size: 1.8rem;
}
.body-container form .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: inline;
  margin-left: 0;
}


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

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


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 48.5%;
  margin-right: 3%;
}
body .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
  margin-right: 0;
}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 31.333333333333333%;
  margin-right: 3%;
}
body .hs-form fieldset.form-columns-3 .hs-form-field:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  body .hs-form fieldset .hs-form-field {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .form-columns-2 .hs-form-field .hs-input, 
  .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
}

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

body form.hs-form fieldset[class*="form-columns"] .inputs-list .hs-input {
  width: auto;
  margin: 0 5px 0 0;
}

body form.hs-form .hs-fieldtype-booleancheckbox.hs-form-field {
  margin-top: 30px;
  margin-bottom: 35px;
}
body form.hs-form .hs-form-booleancheckbox-display {
  font-size: 1.8rem;
  color: #414042;
}

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




/* ==========================================================================
Buttons                                              
========================================================================== */

.button, .button:focus,
.hs-button, .hs-button:focus,
input[type="submit"], input[type="submit"]:focus {
  position: relative;
  cursor: pointer;
  color: #414042;
    border-radius: 30px;
    padding: 12px 25px;
    margin: 0;
      text-align: center;
    font-size: 1.8rem;
    text-decoration: none !important;
    text-transform: uppercase;
  border: 2px solid #414042;
    white-space: nowrap;
  transition: ease all .3s;
  background-color: transparent;
  
}

a.skip-link {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

a.skip-link:focus {
  position: static;
  left: 0;
  top: 0;
}

.button.alt, .button.alt:focus {
  border-color: #003D55;
  background: #003D55;
}

.button.outline, .button.outline:focus {
  border-color: #627A75;
  background: transparent;
  color: #414042;
}

.button:hover,
.hs-button:hover,
input[type="submit"]:hover,
.button.outline:hover {
  text-decoration: none;
  border:2px solid #B01C2E;
  background: transparent;
	color: #B01C2E;
  opacity: 1;
  background-size: 30px 30px !important; 
  background-repeat: no-repeat;
  background-position: 90% 50%;
  padding-right: 55px;
}


.arrow:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 15px;
  background-image: url('https://www.iqcu.com/hubfs/Images%20Photos%20and%20Graphics/Icons/Icons/right%20%282%29.svg');
  background-size: 30px 30px !important; 
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -3px;
  margin-left: 15px;
}

.outline.arrow:not(:hover):after {
  background-image: url('https://www.iqcu.com/hubfs/iQCU_July2019/Icons/right-arrow-dark.svg');
}

.link.arrow:after,
.text-link.arrow:after {
  background-image: url('https://www.iqcu.com/hubfs/Images%20Photos%20and%20Graphics/Icons/Icons/right%20%283%29.svg');
}

.text-link {
  text-decoration: none;
}

@media (max-width: 500px) {
  .button, .button:focus,
  .hs-button, .hs-button:focus,
  input[type="submit"], input[type="submit"]:focus {
    font-size: 2.0rem;
  }
}

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


6. LIBRARIES


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

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

/* Slider */
.slick-loading .slick-list{
  background: #fff url('//142915.fs1.hubspotusercontent-na1.net/hubfs/142915/_einstein/js/slick/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next{
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  background: transparent;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #B01C2E;/* Red */
  z-index: 2;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
  opacity: .25;
}
.slick-prev{
  left: 0;
}
.slick-next{
  right: 0;
}

/* Dots */
.slick-dotted.slick-slider{
  margin-bottom: 90px
}
.slick-dots{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -85px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 10px !important;
  padding: 0 !important;
  cursor: pointer;
}
.slick-dots li button{
  font-size: 0;
  background: transparent;
  border: 1px solid #414042;
  margin: 0 auto;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  color: transparent;
  border-radius: 50%;
  padding: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-dots li.slick-active button{
  background: #414042;
}

@media (max-width: 600px) {
  .slick-next,
  .slick-prev {
    width: 50px;
    height: 50px;
  }
  .slick-next {
    right: -15px;
  }
  .slick-prev {
    left: -15px;
  }
}

/* Checkbox / Radio Styles */
.control {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 24px;
  cursor: pointer;
  background: transparent;
  position: relative;
  margin: 0 8px 0 0;
  width: 36px;
  height: 20px;
  top: 0;
}

.control--checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* Pill-style toggle background */
.control__indicator {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #ccc;
  border-radius: 20px;
  transition: background 0.2s ease-in-out;
  box-sizing: border-box;
  border: 2px solid transparent;
}

/* Sliding dot inside the pill */
.control__indicator:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.2s ease-in-out;
}

/* When checked, move the dot and change background */
.control input:checked ~ .control__indicator {
  background: #B01C2E;
  border-color: #B01C2E;
}

.control input:checked ~ .control__indicator:after {
  left: 18px;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6;
}

/* Layout improvements */
.checkbox-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  width: 100%;
  cursor: pointer;
  flex-wrap: wrap; /* enables stacking on mobile */
}

.checkbox-row .control {
  flex-shrink: 0;
  margin-top: 2px;
}
.checkbox-row .label-text {
  flex: 1 1 auto;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  margin-right: 12px;
}

/* Descriptions under each option */
.email-prefs .item {
  margin-bottom: 20px;
}

.email-prefs .item p {
  margin: 8px 0 0 33px;
  font-size: 1.4rem;
  color: #414042;
}

/* Text color override */
.email-prefs .item .item-inner * {
  color: #414042;
}

/* Responsive font sizing */
@media (max-width: 599px) {
  .checkbox-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkbox-row .label-text {
    font-size: 1.6rem;
    margin: 0 0 8px 0;
  }

  .checkbox-row .control {
    align-self: flex-end;
    margin: 0 0 8px 0;
  }
}

/*======================================
Selectric v1.11.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  background: #fff;
  position: relative;
  width: 100%;
  font-family: 'CalibreReg', sans-serif;
  font-size: 2.2rem;
  min-height: 40px;
  border: 0;
  border-bottom: 1px solid #939598;
  border-radius: 0;
  padding: 0 10px;
  margin: 0;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 40px 0 0;
  font-size: 2.2rem;
  line-height: 40px;
  color: #414042 !important;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .selectArrow {
  display: block;
  position: absolute;
  right: 5px;
  top: 10px;
  width: 40px;
  height: 30px;
  color: transparent;
  text-align: center;
  font: 0;
  border-left: 0;
}
.selectric .selectArrow:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  background-image: url('https://www.iqcu.com/hubfs/iQCU_July2019/Icons/down-arrow-dark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.selectric-focus .selectric {
  border-color: #939598;
}
.selectric-hover .selectric {
  border-color: #939598;
}
.selectric-hover .selectric .selectArrow {
  color: transparent;
}
.selectric-hover .selectric .selectArrow:after {
  border-top-color: transparent;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #939598;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #DBDBDB;
  z-index: -1;
  width: 100% !important;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, 
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 20px;
  min-height: 20px;
  text-align: left;
}
.selectric-items li:before {
  display: none;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #414042;
  cursor: pointer;
  padding-left: 10px !important;
  margin: 0 auto !important;
}
.selectric-items li.selected {
  background: #DBDBDB;
  color: #444;
}
.selectric-items li.highlighted {
  background: #DBDBDB;
}

.selectric-items li:hover {
  background: #DBDBDB;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Lity - v3.0.0-dev - 2018-07-09 */
.lity-active,
.lity-active body {
  overflow: hidden;
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, .9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 95%;
  outline: none !important;
  overflow: auto;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}
.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  /* Change to position: absolute to display close button inside content container */
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #EEF0F4;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 35px;
  text-shadow: 0 0 3px rgba(0, 0, 0, .15);
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}
.lity-hide {
  display: none;
}


/*!
* @author Steven Masala [me@smasala.com]
* Github: https://github.com/smasala/responsive-tables-js
* @license: MIT https://tldrlegal.com/license/mit-license
* Responsive Tables
* @version 1.0.0
*/
table.responsive span[data-type="responsive"]{
  display:none;
}

@media only screen and (max-width:767px){
  table.responsive span[data-type="responsive"]{
    display:block;
    width:45%;
    color:#414042;
    vertical-align:top;
  }
  table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr { 
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    display: block; 
  }
  .ie9 table.responsive, .ie9 table.responsive thead, .ie9 table.responsive tbody, .ie9 table.responsive th, .ie9 table.responsive td, .ie9 table.responsive tr{
    float: left;
    clear: both;
    width: 100%
  }
  table.responsive tr { 
    border: 1px solid #ccc;
  }
  table.responsive td{
    border: none;
  }

}

/* StoreLocator.js */
.bh-sl-error {
  clear: both;
  color: #ae2118;
  float: left;
  font-weight: bold;
  padding: 10px 0;
  width: 100%;
}
/* Avoid image issues with Google Maps and CSS resets */
.bh-sl-map-container img {
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: none !important;
  max-width: none !important;
}
.bh-sl-container {
  position: relative;
  box-sizing: border-box;
  color: #555;
  float: left;
  font: normal 14px/1.4 Arial, Helvetica, sans-serif;
  padding: 0;
  width: 100%;
  /* Avoid issues with Google Maps and CSS frameworks */
}
.bh-sl-container>* {
  box-sizing: content-box !important;
}
.bh-sl-container .bh-sl-form-container {
  position: absolute;
  top: 15px;
  z-index: 1;
  clear: left;
  float: left;
  width: 100%;
}
.bh-sl-container .button,
.bh-sl-container .form-input,
.bh-sl-container .form-input input,
.bh-sl-container .form-input .selectric-wrapper {
  display: inline-block; 
  vertical-align: middle;
}
.bh-sl-container .button {
  font-size: 2.0rem;
  padding: 12px 20px;
}
.bh-sl-container #bh-sl-nearme.button.alt {
  cursor: initial;
}
.bh-sl-container #bh-sl-nearme.button.alt:hover,
.bh-sl-container #bh-sl-nearme.button.alt:focus {
  background: #003D55;
  border-color: #003D55;
}
.bh-sl-container .form-input {
  margin-top: 3px;
  width: 100%;
}
.bh-sl-container .form-input label {
  display: block;
  font-weight: bold;
  width: 100%;
}
.bh-sl-container .form-input input,
.bh-sl-container .form-input select,
.bh-sl-container .form-input .selectric {
  box-sizing: border-box;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  height: 50px;
  width: 100%;
  max-width: 265px;
  border-radius: 10px !important;
  -webkit-border-radius: 10px;
  border: 2px solid #DBDBDB;
  padding: 12px;
  margin: 15px 0;
}
.bh-sl-container .form-input .selectric-wrapper {
  max-width: 200px;
}
.bh-sl-container .form-input .selectric .label {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .bh-sl-container .form-input {
    width: 290px;
    margin-left: 25px;
  }
  .bh-sl-container .form-input label {
    display: inline-block;
    width: auto;
  }
  .bh-sl-container .form-input input,
  .bh-sl-container .form-input select,
  .bh-sl-container .form-input .selectric,
  .bh-sl-container .form-input .selectric-items {
    margin: 0 0 0 10px;
  }
  .bh-sl-container .form-input select {
    width: auto;
  }
}
@media (max-width: 900px) {
  .bh-sl-container .bh-sl-form-container {
    position: relative;
    top: initial;
    background: #DBDBDB;
    padding: 10px 0;
  }
  .bh-sl-container .form-input {
    margin-left: 0;
  }
  .bh-sl-container .button {
    font-size: 18px;
    padding: 15px 20px;
  }
  .bh-sl-container .form-input input, 
  .bh-sl-container .form-input select, 
  .bh-sl-container .form-input .selectric,
  .bh-sl-container .button {
    margin: 5px;
  }
}
.bh-sl-container .form-input ::-webkit-input-placeholder { /* Webkit Browsers */
  font-size: 1.6rem;
  line-height: 1.5;
}
.bh-sl-container .form-input :-moz-placeholder { /* Firefox 18- */
  font-size: 1.6rem;
  line-height: 24px;
}
.bh-sl-container .form-input ::-moz-placeholder { /* Firefox 19+ */
  font-size: 1.6rem;
  line-height: 24px;
}
.bh-sl-container .form-input :-ms-input-placeholder { /* IE10 */
  font-size: 1.6rem;
  line-height: 24px;
}
.bh-sl-container .loc-alt-dist {
  display: none;
}
.bh-sl-container button {
  font-size: 24px;
  /*background: #00447a;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font: bold 14px/1.4 Arial, Helvetica, sans-serif;
  float: left;
  margin-top: 3px;
  padding: 6px 12px;
  white-space: nowrap;
  -webkit-border-radius: 4px;*/
}
.bh-sl-container button.gm-ui-hover-effect {
  z-index: 3;
}
.bh-sl-container .bh-sl-loading {
  background: url(../img/ajax-loader.gif) no-repeat;
  float: left;
  margin: 4px 0 0 10px;
  height: 16px;
  width: 16px;
}
.bh-sl-container .bh-sl-filters-container {
  clear: both;
  float: left;
  margin: 15px 0;
  width: 100%;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
  float: left;
  list-style: none;
  margin: 0 100px 0 0;
  padding: 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
  clear: left;
  display: block;
  float: left;
  margin: 5px 0;
  width: 100%;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
  display: inline;
  vertical-align: text-bottom;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
  display: block;
  float: left;
  margin-right: 8px;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 10px;
  font: normal 14px/1.4 Arial, Helvetica, sans-serif;
  padding: 6px 12px;
  -webkit-border-radius: 4px;
}
.bh-sl-container .bh-sl-map-container {
  clear: left;
  float: left;
  margin-top: 0;
  width: 100%;
}
.bh-sl-container .bh-sl-map-container a {
  color: #414042;
  text-decoration: none;
}
.bh-sl-container .bh-sl-map-container a:active,
.bh-sl-container .bh-sl-map-container a:focus,
.bh-sl-container .bh-sl-map-container a:hover {
  text-decoration: underline;
}
.bh-sl-container .bh-sl-loc-list {
  font-size: 13px;
  height: 790px;
  overflow-x: auto;
  width: 100%;
}
.bh-sl-container .bh-sl-loc-list ul {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bh-sl-container .bh-sl-loc-list ul li {
  border: 1px solid #fff;
  /* Adding this to prevent moving li elements when adding the list-focus class*/
  box-sizing: border-box;
  clear: left;
  cursor: pointer;
  display: block;
  float: left;
  width: 100%;
}
.bh-sl-container .bh-sl-loc-list .list-label {
  background: #00192d;
  border-radius: 15px;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  margin: 10px 0 0 15px;
  padding: 4px 7px;
  text-align: center;
  width: auto;
  min-width: 13px;
}
.bh-sl-container .bh-sl-loc-list .list-details {
  float: left;
  margin-left: 6px;
  width: 80%;
}
.bh-sl-container .bh-sl-loc-list .list-details .list-content {
  padding: 10px;
}
.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
  color: #8e8e8e;
  font-weight: bold;
  font-style: italic;
}
.bh-sl-container .bh-sl-loc-list .list-focus {
  border: 1px solid rgba(0, 82, 147, 0.4);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
  height: 20px;
  position: relative;
  width: 100%;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
  right: 6px;
  top: 0;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
  margin: 0 2%;
  /* Avoid issues with table-layout */
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
  table-layout: auto;
  width: 100%;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table,
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
  vertical-align: middle;
  border-collapse: separate;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
  padding: 1px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
  margin: 10px 0;
  border: 1px solid #c0c0c0;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
  padding: 3px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
  font-weight: bold;
  margin: 15px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
  margin: 0 15px;
}
.bh-sl-container .loc-name {
  /* Picked up by both list and infowindows */
  font-size: 15px;
  font-weight: bold;
}
.bh-sl-container .bh-sl-map {
  float: left;
  height: 790px;
  width: 100%;
}
@media (min-width: 1024px) {
  .bh-sl-container .bh-sl-map {
    width: 100%;
  }
}
.bh-sl-container .bh-sl-pagination-container {
  clear: both;
}
.bh-sl-container .bh-sl-pagination-container ol {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.bh-sl-container .bh-sl-pagination-container ol li {
  color: #005293;
  cursor: pointer;
  display: inline-block;
  font: bold 14px Arial, Helvetica, sans-serif;
  padding: 10px;
}
.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
  color: #555;
  cursor: auto;
  text-decoration: none;
}
/* Modal window */
.bh-sl-overlay {
  background: url(../img/overlay-bg.png) repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.bh-sl-overlay .bh-sl-modal-window {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #656565;
  position: absolute;
  left: 50%;
  margin-left: -460px;
  /* width divided by 2 */
  margin-top: 60px;
  height: 620px;
  width: 920px;
  z-index: 10010;
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
  margin-top: 0;
  /* increase map container margin */
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
  float: left;
  padding: 0 1%;
  /* there's already a margin on the top of the map-container div */
  width: 98%;
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
  right: 22px;
  top: 13px;
}
.bh-sl-close-icon {
  cursor: pointer;
  height: 24px;
  position: absolute;
  width: 24px;
}
.bh-sl-close-icon:after,
.bh-sl-close-icon:before {
  background: #ccc;
  content: '';
  display: block;
  height: 24px;
  margin: -3px 0 0 -1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 3px;
  top: 3px;
  width: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bh-sl-close-icon:hover:after,
.bh-sl-close-icon:hover:before {
  background: #b3b3b3;
}
.bh-sl-close-icon:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*# sourceMappingURL=storelocator.css.map */

#bh-sl-map .gm-ui-hover-effect {
  top: -2px !important;
  right: 4px !important;
}
#bh-sl-map .gm-ui-hover-effect img {
  width: 23px !important;
  height: 23px !important;
}
#bh-sl-map .white-box {
  position: relative;
  width: 450px;
  padding: 0;
  margin: 0 auto;
}
#bh-sl-map .white-box .main-info, 
#bh-sl-map .white-box .features-info {
  float: left;
  width: 57%;
  padding: 15px;
  margin: 0 auto;
  font-size: 14px;
}
#bh-sl-map .white-box .features-info {
  width: 43%;
}
#bh-sl-map .white-box .main-info h3,
#bh-sl-map .white-box .main-info h4,
#bh-sl-map .white-box .main-info h6,
#bh-sl-map .white-box .main-info p {
  margin-bottom: 0;
}
#bh-sl-map .white-box .main-info h3 {
  font-size: 24px;
}
#bh-sl-map .white-box .main-info p.open,
#bh-sl-map .white-box .main-info p.closed {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#bh-sl-map .white-box .main-info p.open {
  color: #414042;
}
#bh-sl-map .white-box .main-info p.closed {
  color: #A6192E;
}
#bh-sl-map .white-box .main-info a.button {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  padding: 11px 23px;
  margin: 18px auto 15px;
}
#bh-sl-map .white-box .main-info .hours h4 {
  font-size: 15px;
  line-height: 1.25;
  color: #003D55;
}
#bh-sl-map .white-box .main-info .driveup.hours h4,
#bh-sl-map .white-box .main-info .special.hours h4 {
  margin-top: 10px;
}
#bh-sl-map .white-box .features-info {
  border-left: 1px dotted #DBDBDB;
  padding-top: 15%;
}
#bh-sl-map .white-box .features-info h4 {
  font-size: 16px;
  color: #414042;
}
#bh-sl-map .white-box .features-info ul {
  list-style-type: none;
  padding-left: 0;
  margin: 15px auto 0;
}
#bh-sl-map .white-box .features-info ul li {
  position: relative;
  line-height: 1.5;
  padding-left: 15px !important;
}
/*#bh-sl-map .white-box .features-info ul li:before {*/
#bh-sl-map .white-box .features-info ul li span {
  position: absolute;
  left: 0;
  top: 0;
  /*content: '✔︎';*/
  color: #111;
}
#bh-sl-map .white-box.has-alert {
  margin-top: 20px;
}
#bh-sl-map .alert {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: #B01C2E;/* Red */
  color: #fff;
  font-size: 14px;
  font-family: 'CalibreSemibold', sans-serif;
  border-radius: 7px 7px 0 0;
  padding: 9px 30px 9px 27px;
}


/* wc-chatbox */
.wc-chatbox form input.wc-initiate {
  height: auto;
  width: auto;
  font-size: 2.2rem;
  border: 0;
  padding: 10px 20px;
  margin-top: 20px;
}

body > img { display: none !important; }

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-form .leadinModal-content, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-thanks .leadinModal-content, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-form .leadinModal-content, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-thanks .leadinModal-content, .leadinModal-v3.leadinModal.leadinEmbedded-theme-default.leadinModal-form .leadinModal-content, .leadinModal-v3.leadinModal.leadinEmbedded-theme-default.leadinModal-thanks .leadinModal-content {
  background-color: #fff !important;
}


.leadinModal .leadin-input-wrapper label {
  font-size: 1.8rem !important;
}

.leadinModal .leadin-input-wrapper .error-text {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  color: #EB0000 !important;
}

/* Able Video Player */
.able-wrapper {
  max-width: 100% !important;
}
.able {
  box-shadow: unset;
}
.able,
.able-big-play-button {
  z-index: unset;
}
button.able-big-play-button.icon-play {
  height: 100% !important;
  width: 100% !important;
}
.able-player.able-video {
  background-color: #414042;
  padding: 10px 0;
}
.icon-play:before {
  /*color: #414042;*/
  color: #FFFFFF;
}
.able-controller.able-white-controls {
  background-color: #414042;
}
.able-prefs-form fieldset div.control {
  display: table-cell;
  top: 0;
}
.able-prefs-form fieldset > div {
  margin-bottom: 1em;
}
.able-prefs-form fieldset div.control__indicator {
  margin-left: 0;
}
.able-controller .able-seekbar,
.able-controller div[role=button],
button.able-big-play-button.icon-play,
.able-volume-head {
  cursor: pointer;
}


/*Custom CSS to fix menu*/
.hs-menu-item.hs-menu-depth-1.hs-item-has-children.about.extra ul, li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.about.extra div {
  margin-left: -180px;
}

@media (max-width: 1024px) {
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children.about.extra ul, li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.about.extra div {
    margin-left: 0px !important;
  }
  .mega-menu .link-child .h2 {
    margin-bottom: 0px;
  }
}

.about .active::after, .about .active::before {
  left: 190px !important;
}
@media (min-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    padding: 0px !important;
  }
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a{
  color: #485B58 !important; 
}

@media (max-width: 1024px) {

  .calc-div .page-center {
    padding: 0 5px !important;
  }

  .calc-div .white-box {
    margin: 0 !important;
    padding: 40px 0px !important;
  }
  .calc-div .calculator-tabs__li {
    padding-left:0px;
  }
}