@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: swap;
}
@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: swap;
}
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Colors */
 /* Dark grey */
 /* Black */
 /* Green */
 /* Darker Blue */
 /* Red */
 /* Darker Blue */

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

/* Typography */
















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

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

html {
  font-size: 62.5%;
}

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

body {
  color: #414042;
  font-family: 'CalibreReg', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #607B75;
  text-decoration: none;
}
a:hover {
  color: #b01c2e;  
}

img {
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'CalibreReg', sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 auto 20px;
}
h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3.6rem;
}
h4 {
  font-size: 3.3rem;
}

p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.65;
  margin: 0 auto 15px;
}

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

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

.page-center {
  display: block;
  float: none !important;
  margin: 0 auto !important;
  max-width: 1200px !important;
  width: 100% !important;
  padding: 0px 15px;
}

.section {
  padding: 60px 0px;
}

.pillar-10-chap .inline-blog-cta {
  display: block;
  background: #f0f0f0;
  line-height: 1;
  padding: 15px;
  font-family: 'CalibreSemibold', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  color: #607B75;
}

/* Vertically centred content */
@media (min-width: 768px) {
  .table-display:not(.align-top) .row-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
  }  
  .table-display.align-top .row-fluid {
    display: flex;
  }
  .bottom.download.section {
    padding-left: 50px;
  }
}

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

.header-container-wrapper .container-fluid .row-fluid .page-center, 
.header-container-wrapper .page-center,
.footer-container-wrapper .container-fluid .row-fluid .page-center, 
.footer-container-wrapper .page-center {
  float: none;
  max-width: 1240px !important;
  margin: 0 auto;
  padding: 0 20px;
}
.start-chat-action {
  display: none;
}

/* 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: 1;
  }
}
.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: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

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

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

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

/* ==========================================================================
Header
========================================================================== */
body:not(.no-sticky) .header-container-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: ease all .3s;
  margin: 0 auto;
}
.header-container-wrapper {
  -webkit-font-smoothing: antialiased;
}
.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.6rem;
  font-weight: 400;
  color: #414042;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 1px solid ;
  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;
  border: 1px solid #b01c2e;
}
.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');
}

@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;
}
#block-iqculogin {
  position: relative;
  width: 100%;
  background: #414042;
  padding: 10px 5%;
  margin: 0;
}
#block-iqculogin .login-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#block-iqculogin .login-block-inner h2 {
  font-weight: 400;
  color: #FFF;
  font-size: 3.6rem;
  font-family: 'CalibreSemibold', sans-serif;
  line-height: 1.85;
  text-align: right;
  padding-right: 100px;
  margin-top: 0;
  margin-bottom: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
#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%);
  margin-left: 15px;
}
#block-iqculogin .login-block-inner form {
  text-align: left;
}
#block-iqculogin .login-block-inner form:focus {
  border: none;
}
#block-iqculogin .login-block-inner form * {
  width: 200px;
}
#block-iqculogin .login-block-inner form .js-hide-label {
  opacity: 0;
}
#block-iqculogin .login-block-inner form a {
  color: #fff;
  width: auto;
  font-family:  'CalibreReg', sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  text-decoration: none;
  position: relative;
  top: -18px;
  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://blog.iqcu.com/hubfs/Copied%20Assets/arrow_login_icon.svg') no-repeat top center;
  background-size: 44px auto;
  position: absolute;
  height: 44px;
  width: 44px;
  padding: 0;
  top: 45px;
  margin-left: 340px;
  border: none;
}
#block-iqculogin .login-block-inner form .js-form-item-username {
  width: auto;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 2px;
  position: relative;
  top: -5px;
}
#block-iqculogin .login-block-inner form .js-form-item-username #edit-username,
#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2 {
  font-size: 2.4rem;
  position: relative;
  width: 300px;
  background: none;
  color: #fff;
  font-family:  'CalibreSemibold', sans-serif;
  border: 0;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  top: -13px;
}
#block-iqculogin .login-block-inner form .js-form-item-username #edit-username::-webkit-input-placeholder,
#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2::-webkit-input-placeholder {
  color: #fff;
  line-height: 1;
}
#block-iqculogin .login-block-inner form .js-form-item-username #edit-username:-moz-placeholder,
#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2:-moz-placeholder {
  color: #fff;
}
#block-iqculogin .login-block-inner form .js-form-item-username #edit-username::-moz-placeholder,
#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2::-moz-placeholder {
  color: #fff;
}
#block-iqculogin .login-block-inner form .js-form-item-username #edit-username:-ms-input-placeholder,
#block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2:-ms-input-placeholder {
  color: #fff;
}
#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;
  padding-bottom: 10px;
}
#block-iqculogin .iqcu-login-form .form-item {
  margin-bottom: 1em;
}
#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;
}
#iqculogin {
  position: relative;
  display: inline-block;
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #414042;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 1px solid #75928C;
  border-radius: 30px;
  padding: 11px 20px;
  margin: 0;
  transition: ease all .3s;
  -webkit-appearance: none;
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  #block-iqculogin .x-close {
    display: initial;
  }
  #block-iqculogin {
    top: 10px;
  }
}

@media (max-width:850px) {
  #block-iqculogin .login-block-inner h2 {
    font-size: 3.6rem;
  };
  padding-right: 85px;
}
#block-iqculogin .login-block-inner form a {
  font-size: 1.8rem;
}
#block-iqculogin .login-block-inner form input[type="submit"] {
  margin-left: 215px;
  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 {
  font-size: 2.0rem;
  width: 240px;
}
}

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

@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"] {
    margin-left: 30px;
    position: relative;
    top: -75px;
    right: -5px;
  }  
  #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;
  }
  #block-iqculogin .login-block-inner form .js-form-item-username #edit-username,
  #block-iqculogin .login-block-inner form .js-form-item-username #edit-username--2 {
    font-size: 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;
  }
}

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

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


3. MAIN NAVIGATION                                            


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul { 
  background: none;
  width: 100%;
}
.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 {
  color: #414042;
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  padding: 15px 0;
}
.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;
}
.custom-menu-primary .hs-menu-wrapper a:hover {
  opacity: 1;
}

.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 {
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  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;
}

@media (min-width: 1025px) {  
  .top-nav .top-menu .hs-menu-wrapper > ul,
  .bot-nav .btn-menu .hs-menu-wrapper > ul { 
    float: right;
    text-align: right;
  }
  .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, 
.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 {
  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;
  }
}

/* ==========================================================================
CSS Overrides - SmartBug March 2024
========================================================================== */

.top-nav .row-fluid .hs-search-field__form, .top-nav .row-fluid .hs-search-field__label, .top-nav .row-fluid .hs-search-field__submit {
  display: none;
}

.top-nav .row-fluid .hs-search-container {
    text-align: center;
}

.top-nav .row-fluid .hs-search-field .hs-search-field__input::placeholder{
  font-size:16px;
}

.top-nav .row-fluid .hs-search-field .hs-search-field__input{
  border: 0px solid white;
  box-shadow: none;
  border-bottom: 1px solid #75928C;
  border-radius: 0;
  padding: 10px 25px 10px 15px;
}



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

  .custom-menu-primary .hs-menu-wrapper > ul li a.button {
    font-size: 16rem;
    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: 22px;
    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: 0px;
    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;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .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);
  }

  /* 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: 68px;             /* Positions the menu to drop from the very top of the screen */
    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;
  }

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

  /* 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){
    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){
    padding: 10px 20px;
    color:#414042; /* link color set by global mobile-aColor variable */
    font-weight: 400;
  }
  .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: #b01c2e;
  }

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

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



.header-container-wrapper .button, 
.header-container-wrapper .button:focus, 
.header-container-wrapper .hs-button, 
.header-container-wrapper .hs-button:focus, 
.header-container-wrapper input[type="submit"], 
.header-container-wrapper input[type="submit"]:focus {
  position: relative;
  display: inline-block;
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #C8102E;
  border: 1px solid #C8102E;
  border-radius: 30px;
  padding: 12px 25px;
  margin: 0;
  transition: ease all .3s;
  -webkit-appearance: none;
}
.header-container-wrapper .button.open-account-btn {
  font-size: 1.6rem;
  float: right;
  padding: 11px 20px;
  width: auto;

}
.header-container-wrapper a.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 6px;
}

.header-container-wrapper a.skip-link:focus {
  position: static;
  left: 0;
  top: 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;
  min-height: 0;
}
.hs-search-field .hs-search-field__input { 
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #414042;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 1px solid #75928C;
  border-radius: 30px;
  padding: 10px 25px 10px 15px;
  margin: 0;
  transition: ease all .3s;
  -webkit-appearance: none;
}
.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: 10px 20px;
  }
  .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;
}
.hs-search-field :-moz-placeholder { /* Firefox 18- */
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.hs-search-field ::-moz-placeholder { /* Firefox 19+ */
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.hs-search-field :-ms-input-placeholder { /* IE10 */
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}

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

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

/* Banner */
.top-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
.top-banner .overlay {
  position: relative;
  background-color: rgba(0,0,0,0.45);
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 50px 0;
}
.top-banner h1 {
  margin-bottom: 10px;
}
.top-banner p {
  font-weight: 300;
  font-size: 2.2rem;
  margin-bottom: 45px;
}
.top-banner .banner-share p {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0 auto 5px;
}
.top-banner .banner-share a {
  display: inline-block;
}
.top-banner i {
  color: #fff;
  font-size: 3.0rem;
  margin: 0px 10px;
}
img.down-arrow {
  display: inline-block;
  margin-top: 50px;
}

/* Intro Section */
.introduction {
  text-align: center;
  background: #F2F2F2;
}
.introduction h2,
.introduction p {
  color: #414042;
}
.introduction p {
  font-size: 1.8rem;
}

/* Download Section */
.download .above-form-text {
  text-align: center;
  margin-bottom: 40px;
}
.download .widget-type-linked_image {
  text-align: center;
}
.download .widget-type-linked_image img {
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.download input.hs-input {
  margin: 5px 0px 8px;
  background: #FFFFFF;
  border: 1px solid #C5C5C5;
  box-shadow: inset 1px 1px 4px -1px rgba(0,0,0,0.20);
  border-radius: 3px;
  height: 39px;
}
.download .field.hs-form-field label {
  font-size: 1.4rem;
}
.download a.hs-button.large.primary {
  text-decoration: none;
  padding: 15px;
  display: inline-block;
  color: white;
  background: #b01c2e;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}

.download.bottom .page-center {
  max-width: 1100px !important;
}
.download.bottom .form-text p {
  font-size: 2.0rem;
}
.download.bottom .widget-type-form {
  margin: 15px auto;
}


/* Individual Chapter */
.chapter-wrap {
  position: relative;
}
.chapter-wrap .chapter-banner {
  display: block;
  height: 200px;
  width: 100%; 
  padding-top: 55.55%;
  position: relative;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1000" width="1600" height="200"><defs><pattern id="a" x="0" y="0" width="8" height="8" patternUnits="userSpaceOnUse"><path fill="%23fff" d="M0 4v4l8-8H4zm4 4h4V4z"/></pattern><mask id="b" x="0" y="0" width="1" height="1"><rect width="100%" height="100%" fill="url(%23a)"/></mask></defs><rect fill="%23B01C2E" height="200" width="100%"/><rect height="200" width="100%" y="200"/><rect fill="%23B01C2E" height="200" width="100%" y="400"/><rect height="200" width="100%" y="600"/><rect fill="%23B01C2E" height="200" width="100%" y="800"/><g mask="url(%23b)"><rect fill="%23B01C2E" height="100%" width="200"/><rect height="100%" width="200" x="200"/><rect fill="%23B01C2E" height="100%" width="200" x="400"/><rect height="100%" width="200" x="600"/><rect fill="%23B01C2E" height="100%" width="200" x="800"/><rect height="100%" width="200" x="1000"/><rect fill="%23B01C2E" height="100%" width="200" x="1200"/><rect height="100%" width="200" x="1400"/><rect fill="%23B01C2E" height="100%" width="200" x="1600"/></g></svg>') !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.chapter-wrap .chapter-content {
  clear: both;
  padding-top: 60px;
}
.chapter-wrap p.chapter-title {
  font-family: 'CalibreReg', sans-serif;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 1.1;
  color: #414042;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.chapter-wrap p.chapter-num {
  color: #b01c2e;
  text-decoration: underline;
  font-family: 'CalibreReg', sans-serif;
  font-weight: 600;
  font-size: 3.0rem;
  display: inline-block;
  margin: 0 auto;
}
.chapter-wrap .intro-text {
  font-size: 2.0rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
.chapter-wrap .main-text {
  font-size: 1.6rem;
  line-height: 1.4;
}
.chapter-wrap .main-text h3 {
  font-size: 2.0rem;
}
.chapter-wrap .main-text ul {
  margin: 10px 0px 25px;
}
.chapter-wrap .main-text li {
  margin-bottom: 10px;
}
.chapter-wrap img {
  margin-bottom: 20px;
}
.chapter-wrap .quote {
  padding: 0px 30px;
}
.chapter-wrap .quote {
  font-size: 2.2rem;
  font-weight: 300;
  font-style: italic;
  border-left: 2px solid #414042;
  padding: 0px 30px;
  margin: 45px 0px;
}
.chapter-wrap p.quoter {
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}
.chapter-wrap .resources.section {
  background: #F2F2F2;
  margin-top: 60px;
}
.chapter-wrap .resources .page-center {
  max-width: 870px !important;
}
.chapter-wrap .resources .single-resource {
  display: inline-block;
  vertical-align: top;
  margin: 18px;
}
.chapter-wrap .resource-boxes {
  opacity: 1;
  transition: ease all .3s;
}
.chapter-wrap .resource-boxes:hover {
  opacity: 0.75;
}
.chapter-wrap .resources h4 {
  font-size: 3.6rem;
  margin-top: 0px;
}
.chapter-wrap .resource-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.chapter-wrap .resources .resource-boxes p,
.chapter-wrap .resources .resource-boxes p a {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #414042;
}
.chapter-wrap .resources .resource-boxes a.read-more {
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid #607B75;
  padding-bottom: 1px;
}

/* Table of Contents Chapter Menu */
.chapters {
  background: #F2F2F2;
  font-family: 'CalibreReg', sans-serif;
}
.chapters .page-center,
.chapter-modal .page-center {
  max-width: 1180px !important;
}
.chapters .menu-header {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.ch-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
.ch-menu ul li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px auto;
}
.ch-menu ul li a {
  position: relative;
  display: block;
  background: #c8102e;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(151, 151, 151, 0.5);
  padding: 30px 26px;
  border-radius: 30px; /* Adjust the value to change the roundness */
}
.ch-menu h3 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: underline;
  color: #fff;
  margin: 0 auto 20px;
}
.ch-menu p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
}
.ch-menu .ch-hover {    
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  z-index: 0;
  transition: ease all .3s; 
}
.ch-menu a:hover .ch-hover {
  opacity: 1;
  z-index: 1;
}
.ch-menu .ch-hover,
.ch-menu .ch-hover .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  border-radius: 30px;
}
.ch-menu .ch-hover .overlay {
  background: rgba(0,0,0,0.5);
}
.ch-menu .ch-hover h3,
.ch-menu .ch-hover .fa {
  position: relative;
}
.ch-menu .ch-hover h3 {
  color: #fff;
  font-size: 2.2rem;
  text-decoration: none;
  top: 49%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.ch-menu .ch-hover .fa {
  font-size: 2.0rem;
  top: 0;
  padding-left: 18px; 
}

/* Sticky Side Chapter Nav */
.side-chapter-nav {
  display: block;
  position: absolute;
  left: -175px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 3;
  max-width: 145px !important;
  transition: ease all .3s;
}
.side-chapter-nav.is_stuck {
  position: fixed;
  left: 0 !important;
}
.side-chapter-nav ul {
  list-style-type: none;
  font-family: 'CalibreReg', sans-serif;
  font-weight: 600;
  font-size: 2.0rem;
  padding: 0;
  margin: 0 auto;
}
.side-chapter-nav ul li a {
  display: block;
  line-height: 1;
  text-decoration: none;
  color: rgba(96, 123, 117,0.55);
  padding: 13px 0;
  margin: 0 auto;
}
.side-chapter-nav ul li a,
.side-chapter-nav .nav-download {
  border-left: 8px solid transparent;
  padding-left: 20px;
}
.side-chapter-nav ul li a span {
  display: none;
}
.side-chapter-nav ul li a.active span {
  display: inline-block;
}
.side-chapter-nav ul li a.active,
.side-chapter-nav ul li a.active span{
  text-decoration: underline;
}
.side-chapter-nav ul li a:hover,
.side-chapter-nav ul li a.active,
.side-chapter-nav .nav-download:hover,
.side-chapter-nav .nav-download.active {
  border-left: 8px solid #607B75;
}
.side-chapter-nav ul li a:hover,
.side-chapter-nav ul li a.active,
.side-chapter-nav .nav-download:hover,
.side-chapter-nav .nav-download a:hover {
  color: #607B75;
}
.side-chapter-nav .nav-download .fa {
  position: relative;
  left: -5px;
  font-size: 2.8rem;
  color: #607B75;
  padding-top: 7px;
}
.midnightHeader.chapter-banner ul li a,
.midnightHeader.chapter-banner .nav-download .fa {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
}
.midnightHeader.chapter-banner ul li a:hover,
.midnightHeader.chapter-banner ul li a.active,
.midnightHeader.chapter-banner .nav-download:hover,
.midnightHeader.chapter-banner .nav-download.active {
  border-color: #fff;
}
.side-chapter-nav .midnightInner {
  overflow: hidden !important;
}

/* Sticky Bottom Chapter Nav */
.bottom-chapter-nav {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  font-family: 'CalibreReg', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.4);
  padding: 0;
  transition: ease all .3s;
}
.bottom-chapter-nav.hidden {
  bottom: -175px;
}
.bottom-chapter-nav .view-chapters {
  display: inline-block;
  cursor: pointer;
  padding: 17px 15px;
}
.bottom-chapter-nav .view-chapters * {
  vertical-align: middle;
}
.bottom-chapter-nav .ch-menu-trigger,
.bottom-chapter-nav .ch-title {
  display: inline-block;
}
.bottom-chapter-nav .ch-menu-trigger,
.bottom-chapter-nav .ch-menu-trigger:before,
.bottom-chapter-nav .ch-menu-trigger:after {
  position: relative;
  content: '';
  width: 30px;
  height: 3px;
  background: #414042;
  border-radius: 8px;
  margin-right: 15px;
}
.bottom-chapter-nav .ch-menu-trigger:before,
.bottom-chapter-nav .ch-menu-trigger:after {
  position: absolute;
}
.bottom-chapter-nav .ch-menu-trigger:before {
  top: -6px;
}
.bottom-chapter-nav .ch-menu-trigger:after {
  top: 6px;
}
.bottom-chapter-nav .download {
  display: inline-block;
  float: right;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  vertical-align: bottom;
  background: #b01c2e;
  width: 100%;
  max-width: 240px;
  padding: 18px 20px;
}
.bottom-chapter-nav .download .fa {
  font-size: 1.6rem;
  padding-right: 15px;
}

/* Chapter Menu Modal */
.chapter-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  padding-top: 50px;
}
.chapter-modal .ch-menu ul li {
  margin-top: 15px;
  margin-bottom: 15px; 
}
.chapter-modal .close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.mobile-chapter-nav,
.chapter-modal {
  display: none;
}

/* Back To Top */
.to-top a {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 85px;
  width: 35px;
  height: 35px;
  z-index: 9999;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 35px;
  border-radius: 50%;
  background: #414042;
  opacity: 0.4;
  transition: ease all .3s;
}
.to-top a:hover { 
  opacity: 0.8;
}
.to-top a.hide {
  right: -100px;
}

/* Footer */
.footer {
  text-align: center;
}
.footer .page-center {
  max-width: 1100px !important;
  border-top: 1px solid #DBDBDB;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer p {
  color: #DBDBDB;
  margin: 0 auto;
}


/* Forms */
body .hs-form-field {
  margin-bottom: 15px;
}

body .hs-form-field > label {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

body label .hs-form-required {
  display: inline-block;
  color: #f00;
  margin-left: 5px;
}

/* 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%;
  min-height: 50px;
  font-size: 1.6rem;
  border: 1px solid #C5C5C5;
  padding: 0px 15px;
  margin: 0;
}

body select {
  min-height: 1px;
}

body textarea {
  min-height: 200px;
  padding: 15px;
}

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

/* Separate Styles for Drop Downs */
body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('//142915.fs1.hubspotusercontent-na1.net/hubfs/142915/_einstein/External%20Pillar/down-arrow.png');
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 10px;
}
body select:focus {}

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

/* Errors */
.hs_error_rollup {
  display: none;
}
.hs-error-msgs {
  position: absolute;
  list-style-type: none;
  color: #f00;
  font-size: 1.4rem;
  padding: 0;
  margin: 0 auto;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}
@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; }
}

/* 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: sans-serif !important;
  font-size: 1.0rem !important;
  line-height: 18px !important;
  font-weight: 400 !important;
}
#caldays {
  margin-bottom: 4px;
}

/* Submit */
.hs-button.primary.large {
  margin-top: 15px !important;
}


/* Buttons */
.hs-button.primary.large, 
.button {
  display: inline-block;
  width: 100%;
  max-width: 215px;
  background: #b01c2e;
  font-family: 'CalibreReg', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: ease all .3s;
  -webkit-appearance: none;
  border-radius: 30px;
  border: none;
  padding: 15px;
  margin: 10px auto 0;

}
.hs-button.primary.large:hover, 
.button:hover {
  background: #414042;
}


/* Media Queries */    
@media (min-width: 550px) {	
  .ch-menu ul li {
    width: 46%;
    margin: 15px 2%;
  }
}

@media (min-width: 768px) {	    
  .top-banner .overlay {
    padding-top: 50px;
  }
  .top-banner .overlay .page-center {
    display: table;
    height: 95vh;
  }
  .top-banner .overlay .page-center .row-fluid {
    display: table-cell;
    vertical-align: middle;
  }

  .resources .single-resource {
    width: 44%;
  }

  .bottom.download .content-side {
    padding-right: 5%;
  }
  .bottom.download .widget-type-linked_image {
    padding-top: 15px;
  }

  .ch-menu ul li {
    width: 29%;
    margin: 22px 2%;
  }
}

@media (max-width: 1024px) {
  .side-chapter-nav {
    display: none; 
  }

  .bottom-chapter-nav {
    display: block;
  }
}

@media (max-width: 767px) {  
  h1 {
    font-size: 4.6rem;
  }
  h2 {
    font-size: 3.0rem;
  }
  h3 {
    font-size: 2.2rem;
  } 

  .top-banner .overlay {
    padding: 100px 0 50px;
  }

  .download .widget-type-linked_image {
    margin-bottom: 25px;
  }
  .bottom.download .widget-type-linked_image {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .chapter-wrap .chapter-banner {
    height: 200px;
  }
  .chapter-wrap p.chapter-title {
    font-size: 3.6rem;
    word-wrap: break-word;
  }

  .bottom-chapter-nav .ch-title {
    display: none;
  }

  .to-top a {
    right: 15px;
    bottom: 65px;
  }
}


/* 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-grey {
  background: #DBDBDB;
}
.section-accent {
  background: #b01c2e;
}

.plaid-pattern {
  background-image: url('https://www.iqcu.com/hubfs/iQCU_July2019/Images/IQ_Plaid.jpg');    
  background-repeat: repeat-x;
  background-position: top;
}
.gray-squares-pattern {
  background-image: url('https://www.iqcu.com/hubfs/iQCU_July2019/Images/iQ-Plaid-Background-Gray.jpg');
  background-position: top;
}

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

.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 {
  background: #fff;
  box-shadow: -5px 20px 75px rgba(65,64,66,0.1);
  border-radius: 10px;
  padding: 25px;
}
.gray-box {
  background: #DBDBDB;
}
@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 */

.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;
  }
}
/* 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;
  margin-top: 25px;
}
.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;
  }
}
/* ==========================================================================
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: 0;
  font-size: 1.8rem;
}
.footer-container .links h2 {
  line-height: 1.15;
}

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

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

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


/* 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: 2.4rem;
  margin: 0 auto 10px;
}
.sign-up .hs-email > label {
  display: none !important;
}
.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;
  color: #fff !important;
  margin: 0 0 5px;
  font-size: 2.4rem;
  display: inline-block;
}
.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;
}
.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;
}
.sign-up :-moz-placeholder { /* Firefox 18- */
  font-size: 2.0rem;
  line-height: 26px;
}
.sign-up ::-moz-placeholder { /* Firefox 19+ */
  font-size: 2.0rem;
  line-height: 26px;
}
.sign-up :-ms-input-placeholder { /* IE10 */
  font-size: 20px;
  line-height: 26px;
}
.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: 36px;
  right: 4px;
}
.sign-up .widget-type-form .hs-submit {
  bottom: 4px;
  top: auto;
}
.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: 50px;
  width: 185px;
  max-width: initial;
  padding: 10px 40px 10px 10px;
  margin-top: 0 !important;
}

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

.footer-container-wrapper .footer-container .button, 
.footer-container-wrapper .footer-container .button:focus, 
.footer-container-wrapper .footer-container .hs-button, 
.footer-container-wrapper .footer-container .hs-button:focus, 
.footer-container-wrapper .footer-container input[type="submit"], 
.footer-container-wrapper .footer-container input[type="submit"]:focus {
  position: relative;
  display: inline-block;
  font-family: 'CalibreSemibold', sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #C8102E;
  border: 1px solid #C8102E;
  border-radius: 30px;
  padding: 12px 25px;
  margin: 0;
  transition: ease all .3s;
  -webkit-appearance: none;
}




/* Checkbox / Radio Styles */
.control {
  display:inline-block;
  font-size: 1.6rem;
  line-height: 24px;
  cursor: pointer;
  background: #fff;
  position: relative;
  margin: 0 8px 0 0;
  width: 21px;
  height: 21px;
  top: 4px;
}
.control:hover,
.control.active-check {
  background: #DEDEDE !important;
}
.control--checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background: #fff;
  border: 1px solid #DBDBDB;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #fff;
}

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #fff;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fff;
}

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

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 4px;
  left: 50%;
  margin-left: -2.5px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border: solid #5C5D61;
  border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.checkbox-row {
  overflow: visible;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  clear: both;
}
.checkbox-row span.fakelabel .control {
  float: left;
}
.checkbox-row span.fakelabel span {
  margin-top: 2px;
  margin-left: 0 !important;
  width: calc(100% - 31px);
}

@media (max-width: 599px) {
  .checkbox-row span.fakelabel span {
    font-size: 90%;
  }
}

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