@import url(http://fonts.googleapis.com/css?family=Roboto:700,500,400,300);
@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);

/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */


/* ==========================================================================
   HS COS Boilerplate v1.3.0   
*/

/* This responsive framework is required for all styles.*/ 
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


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

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

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

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

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }



/*=====================================*/
/*======= Custom Modules Style ========*/
/*=====================================*/


/* FAQ Module */
.accordion {}
.accordion_group {
    margin-bottom: 2px;
    background: #f0f0f0;
    padding: 5px 10px;
}
.accordion_header {
    cursor: pointer;
    font-size: 18px;
    line-height: 16px;
    width: 100%;
    padding: 10px 15px;
}
.accordion_icon{
    color: #34495e;
    padding-right: 16px;
    background-color: #34495e;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 3px;
}
.accordion_content { 
    padding: 10px 15px;
    display: none;
}

.accordion_group .accordion_icon {
    position: relative;
}
.accordion_group .accordion_icon::before,
.accordion_group .accordion_icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 3px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s;
    transition: all .25s;
    background-color: #f0f0f0;
}
.accordion_group.expanded .accordion_icon::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
}
.accordion_group .accordion_icon::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
}
.accordion_group .accordion_icon::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion_group.expanded .accordion_icon::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
@media (max-width: 767px) {}


/* Testimonial */
.quote-box {
    background: #f5f5f5;
    padding: 30px;
    padding-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 30px;
}
.quote-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
    position: absolute;
    bottom: -20px;
    margin-left: -20px;
    left: 50%;
}
.quote {
    border: none;
    padding: 0;
    font-size: 16px;
    color: #666666;
    margin: 0px;
}
.details {
    font-size: 13px;
}  
.name {
    display: block;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}
.quote-box .title {
    display: block;
    color: #b3b3b3;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
}
.quote-box .fa{
    font-size: 18px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.img-rounded {
    border-radius: 6px;
}
.testimonial-headshot {
    text-align: center;
}
.testimonial-headshot img{
    border-radius: 50%;
    max-width: 150px !important;
    max-height: 150px !important;
    margin-top: -10px;
    border: 5px solid #f5f5f5;
}

/* Services/ Product */
.service-group::after {
   content: " ";
   display: block; 
   height: 0; 
   clear: both;    
}


/* Well Module */

/* Well Colors */









#well{
    min-height: 20px;
    margin-bottom: 20px;       
    border-radius: 4px;
    color: #fff;
}
#well .default{
    border-radius: 4px;        
    border-style: solid;
    border-width: 1px;
    background: #34495e;
    border-color: #02172c;
}
#well .primary{
    border-radius: 4px;
    background: #74bdfc;
    border: 1px solid #428bca;
}    
#well .success{
    border-radius: 4px;
    background: #8eea8e;
    border: 1px solid #5cb85c;
}    
#well .danger{
    border-radius: 4px;
    background: #db7674;
    border: 1px solid #a94442;
}    
#well .info{
    border-radius: 4px;
    background: #8df2ff;
    border: 1px solid #5bc0de;        
}   
#well .plain{
    border-radius: 4px;
    background:#f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}
#well .small{
    padding: 20px;
}
#well .medium{
    padding: 24px;
}   
#well .large{
    padding: 28px;
}
#well .close{
    float: right;
    padding: 3px 10px 0px 0px;
    cursor: pointer;
    color: #666;
}

/* Tabber Module */
.body-container .custom-tabber-wrap .tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 40px 0 -2px;
}
.custom-tabber-wrap .tabber-tabs > li {
    float: left;
}
.custom-tabber-wrap .tabber-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: ;
    text-decoration: none;
    display: block;
}
.custom-tabber-wrap .tabber-tabs > .active > a, 
.custom-tabber-wrap .tabber-tabs > .active > a:hover, 
.custom-tabber-wrap .tabber-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-tabber-wrap .tabber-content .tab-pane {
    background: #fff;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: ;
}
.custom-tabber-wrap .tabber-content .tab-pane.active:nth-child(1) {
    border-top-left-radius: 0;
}
.body-container .custom-tabber-wrap .tabber-content ul {
    padding: 0;
    margin: 0;
}
.custom-tabber-wrap .tabber-content .block h3 {
    display: none;
}


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

   Index:         

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

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANEOUS

  7. MOBILE MEDIA QUERIES

	8. MEGAMENU

	9. IA Styles

	10. Blog Styles

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








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


   1. BASE STYLES                                             


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





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


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

/* Colors */
    /*  */
    /* Red */ 
    /* Red */
    /*  */
    /*  */
    /*  */ 
    /*  */
    /*  */ 
    /*  */4a4e57
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
                         /*  */
                          /*  */
 /*  */
  /*  */
  /*  */

/* Structure */
      /*  */

/* Containers */
 /* Using a % right now */ /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below.  Ignore the jinja comment tags. 
  *
  * 
  */
  

/* Transition */
 

/* Animation Delay */
 

/* Box Shadow */


/* Background Size */



/* User Select */


/* Opacity*/





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


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

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

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

/* Website background color and default font styles */
body {
    background: #fff;
    color: #17191d;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 18px;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);}

li, ol, p, pre, ul, h1, h2, h3, h4, h5, h6, a, b, cite, em, i, small, span, strong, sub, sup {
    -webkit-font-smoothing: antialiased;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 72.3%;
    margin: 0 auto;
	position: relative;
}

.row-fluid {
	width: 100%;
}

a { 
    text-decoration: none;
    color: #e32727;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a:hover,
a:focus {
    color: #b10000;
}

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




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


/* Basic text */
p { margin: 40px 0; } 

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 14.75px;
    text-rendering: optimizelegibility;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0px;   
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 { font-size: calc(32px + ((24 * (100vw - 800px)) / 799)); }
h1.hero-heading {font-size: calc(40px + ((44 * (100vw - 375px)) / 1545)); }
h2 { font-size: calc(24px + ((12 * (100vw - 800px)) / 799)); }
h2.headline {font-size: calc(32px + ((44 * (100vw - 375px)) / 1545)); line-height: 1.333;}
h3 { font-size: calc(20px + ((4 * (100vw - 800px)) / 799)); }
h3.section-heading { font-size: calc(24px + ((20 * (100vw - 375px)) / 1065)); }
h4 { font-size: calc(16px + ((24 * (100vw - 320px)) / 1600)); }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

h2 {line-height: 1.465;}

@media (max-width: 767px) {
  h2 {font-size: 24px;} 
}

h3.section-heading {font-weight: 400; line-height: 1.465;}



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

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

ul.list-disc {
  list-style-type: disc!important;
  padding-left: 40px!important;
}

/* Quotes */
blockquote { font-size: calc(14px + ((18 * (100vw - 375px)) / 1065)); }
blockquote p {}
blockquote small {font-size: 11px; font-weight: bold; text-transform: uppercase;}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

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








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


   2. COS STRUCTURE                                            


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





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


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

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


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


.header-container-wrapper {
    /*position: fixed;*/
   position: relatve;
    height: 120px;
    width: 100%;
    z-index: 9999;
}
.header-container {
    padding: 10px 0;
    background: #fff;
    z-index: 9999;
}
.global-header .logo {
    max-height: 50px;
    max-width: 100%;
}
.global-header .logo a {
    max-width: 100%;
}

.header-cta{
    margin-top: 13px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo a{
    position: relative;
    display: inline-block;
}
.header-container .hs_cos_wrapper_type_logo a:after{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    z-index: 99999;
    content: '';
}

/* Header Small */
.small-header .header-container { padding: 5px 0; }
.small-header .header-container .hs_cos_wrapper_type_logo a img { max-width: 200px; }
.small-header .custom-menu-primary .hs-menu-wrapper>ul { padding-top: 5px; }
.small-header .header-cta { margin-top: 7px; }



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


.body-container-wrapper {}
.body-container {}

.row-fluid-wrapper .row-fluid .span1-5 {
	width: 11.2%;
	margin-left: 1.3%;
}

    
/* Modular Selectors
   ========================================================================== */

/* Colors */
.accentRed { color: #e32727; }
.accentBlue { color: #16478d; }
.accentLightGray { color: #ebeced; }
.accentOffWhite { color: #f5f8fa; }
.accentHubLightGray { color: #cad6e2; }
.accentHubDarkGray { color: #cad6e2; }
.accentHubDarkBlue { color: #34475b; }


/* Paddings */
.padding10tb { padding: 10px 0px; }
.padding20tb { padding: 20px 0px; }
.padding40tb { padding: 40px 0px; }
.padding60tb { padding: 60px 0px; }
.padding80tb { padding: 80px 0px; }
.padding100tb { padding: 100px 0px; }


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


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

.footer-background,
.footer-background a,
.footer-copyright a,
.footer-container-wrapper .more-links a, 
.footer-container-wrapper .contact-us a, 
.footer-container-wrapper .about-us a {
    color: #17191d;
}
.footer-background, 
.footer-background a {
    background: #e32727;
}
.footer-container-wrapper .more-links a:hover, 
.footer-container-wrapper .contact-us a:hover, 
.footer-container-wrapper .about-us a:hover {
    color: #FFF;
}
.footer-container-wrapper .more-links a {
    margin: 10px 0px;
}
.footer-container-wrapper .more-links .footer-nav li:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
}
.footer-container-wrapper .icon {
    margin-bottom: 5px;
}
.footer-container-wrapper .icon i {
    float: left;
    margin-top: 3px;
}
.footer-container-wrapper .contact-us {
    word-wrap: break-word;
}
.footer-container-wrapper .contact-info {
    margin-left: 25px;
}
.footer-container-wrapper .footer-copyright {
    background: #17191d;
    color: #16478d;
    padding: 5px 0 0 0;
    font-size: 12px;
    position: relative;
}

.footer-copyright .copyright-text {
    padding: 10px 0;
}
.footer-container-wrapper .social-icons .fa{
    font-size: 20px;
    padding-right: 5px;
}

/* Back to Top */
.container-fluid .row-fluid .back-to-top {
    position: fixed;
    bottom: 5px;
    right: 11px;
    width: auto;
    font-size: 20px;
    padding: 1px 8px 4px;
    border-radius: 4px;
    background: #34495e;
    cursor: pointer;
}
.back-to-top a {
    color: #000000;
}

/*  Follow Me Module */
.footer-follow-me{
    text-align: right;
    position: absolute;
    right: 50px;
}
.footer-copyright .footer-follow-me a {
    background: transparent;
    width: 32px;
    height: 32px;
    font-size: 25px;
    font-family: FontAwesome;
    padding: 0 8px;
    color: ;
}
.footer-copyright .footer-follow-me a:hover {
    color: #e32727;
}
.footer-follow-me a span {
    display: none !important;
}
.footer-follow-me a.fm_facebook:before {
    content: "\f082";
}
.footer-follow-me a.fm_twitter:before {
    content: "\f099";
}
.footer-follow-me a.fm_linkedin:before {
    content: "\f0e1";
}
.footer-follow-me a.fm_googleplus:before {
    content: "\f0d5";
}
.footer-follow-me a.fm_xing:before {
    content: "\f168";
}
.footer-follow-me a.fm_pinterest:before {
    content: "\f0d2";
}
.footer-follow-me a.fm_youtube:before {
    content: "\f167";
}
.footer-follow-me a.fm_rss:before {
    content: "\f09e";
}







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


   3. MAIN NAVIGATION                                            


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


/* ==========================================================================
   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.                     
 */

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

@media (max-width: 768px){


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


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

  .mobile-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 32px;          /* Position Button at top right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 6px 12px;
    margin-top: -16px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 6px; /* Position bottom line */
  }


  /* 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: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  

  /* 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{
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/                                              
    width: 100%;   
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
    background: #e32727;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;  
    border: 0px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

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

}


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


   4. TEMPLATE MODULE SELECTORS                                         


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




/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.blog-sidebar ul, .sidebar ul{
    padding-left: 10px;
    list-style: none;
}

.sidebar .tab-content-bg ul {
    padding-left: 40px;
    list-style: disc;
}

.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


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

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}
body.password-template form input {
    margin-bottom: 10px;
}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








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


   5. COS COMPONENTS                                        


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





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


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

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

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

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


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

.blog-post-wrapper h2, .blog-post-wrapper h3, .blog-post-wrapper h4 {
  font-weight: bold;
}

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2  {
    margin-bottom: 0;
}

.post-header p{
    font-size: 13px;
}
/* Blog Author and Avatar */
#hubspot-author_data {
    float: left;
}
#hubspot-author_data a.author-link {}
.hs-author-avatar {}
.hs-author-avatar img {}

p.custom_listing_comments{
    float: right;
}

.hs-blog-social-share{
    float: left;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 60px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
	max-height: 220px;
    overflow:hidden;
}

.hs-featured-image-wrapper .hs-featured-image-link { display: block; }
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    display: inline-block !important;
    float: none!important;
    margin: 10px 0px 10px 0px;
    transform: translateY(-15%);
}

.blog #hubspot-topic_data {
	margin-top: 15px;
	text-align: center;
	margin-bottom: 15px;
}

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

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

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */
.social-sharing-wrapper {
    clear: both;
}
.hs-blog-social-share {
    padding: 10px 0 0 0;
    height: auto;
}

.hs-blog-post .related-articles .related-content .grid__item.one-third {
    width: 100%;
    height: auto!important;
    min-height: 0px;
    margin-bottom: 20px!important;
    padding: 0px!important;
}


/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

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

/* Pagination */
.blog-pagination {
    text-align: center;
}
.blog-pagination .previous-posts-link {
    float: left;
}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {
    float: right;
}

/* Blog Author Page */
.hs-author-social-label {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
    vertical-align: middle;
}
.hs-author-social-links a.hs-author-social-link {
    font-size: 30px;
    display: inline-block;
    padding-right: 5px !important;
    background: none !important;
    vertical-align: middle;
}



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

.blog .blog-sidebar {}

.blog-sidebar-filter-list li {
    padding: 2px 0;
}

/* Blog Modules */

.blog .blog-sidebar .widget-span {
    padding: 0px 0px 40px 0px;
}


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


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

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

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

/* Labels */
body label {
    margin-bottom: 5px;
    font-weight: 700;
}
body .hs-form-field > label {}

/* One Line Inputs - default */
/*body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 18px;
    display: block;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/

body form textarea {
 height: auto!important; 
}

/* One Line Inputs - Override */

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 {
	-webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background-color: #f5f8fa!important;
    color: #33475b!important;
    font-size: 1rem!important;
    line-height: 1.375!important;
    border: 1px solid!important;
    border-color: #cbd6e2!important;
    border-radius: .1875rem!important;
    width: 100%;
    min-height: 2.5rem!important;
    padding: 0.5625rem 0.625rem!important;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out!important;
    height: 42px!important;
}

body .hs-form-field > label {
    font-size: 14px;
    color: #454747;
    line-height: 19.6px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: 0;
    border-color: #e32727;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 200px;
}
body textarea:focus {}

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

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-botttom: 10px;
}

.hs-blog-post .blog .content li label {
	font-weight: 400!important;
	font-size: 14px;
}

.hs-fieldtype-checkbox li label {
 font-size: 14px;
  font-weight: 400;
}

.hs-fieldtype-checkbox li input {
 margin-right: 10px;
}

body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

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

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

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

body label.hs-form-booleancheckbox-display {
 font-weight: 400; 
}

body label.hs-form-booleancheckbox-display .hs-input[type="checkbox"] {
 margin-right: 10px; 
}

body .legal-consent-container p {
    margin: 20px 0px 0px;
    /*border-top: 1px solid #7c97b6;
    padding-top: 20px;*/
}

body .legal-consent-container label.hs-form-booleancheckbox-display .hs-input[type="checkbox"] {
  margin-top: 13px;
}

body .blog-subscribe-form .legal-consent-container p {
    margin: 20px 0px 20px;
    font-size: 12px;
}

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

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

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

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}

/* Error Message */
.hs-error-msgs.inputs-list label {font-size: 14px; font-weight: 400; color: #e32727;}
.hs-error-msgs.inputs-list li {line-height: 1.675}


/* Columns */
@media (min-width: 481px){
	fieldset.form-columns-2 .hs-form-field {
		width: 48%!important;
		float: left;
		margin-right: 2%!important;
		padding: 0px!important;
	}
}

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

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

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

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

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

/* Error */
body .hs-common-error-message {}


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{
    width: 100%;
    float: left;
    height: 36px;
    margin-bottom: 10px;
}
.blog-sidebar #hs_form_target_blog_subscription input[type="email"] {}

#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"] {}


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

/* Label */
.widget-type-google_search label {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    display: block;
    text-rendering: optimizelegibility;
    margin: 0px 0px 20px;
}

/* Input */
.widget-type-google_search input[type="text"] {
    width: 60%;
    float: left;
    margin-top: 0px;
    height: 36px;
}
.widget-type-google_search input[type="focus"] {}

.widget-type-google_search .hs-button.primary {
    float: left;
    margin-left: 2px;
}

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

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

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

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

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

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

/* Form Error Selectors
   ========================================================================== */
.hsformerror{
    font-size: 12px!important;
    border: 0 !important;
    color: #FFF!important;
    background-image: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    z-index: 99999 !important;
    border-color: #e32727 !important;
    background: #e32727 !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.hsformerror .close-form-error {
    color: #e32727;
}
.hsformerror em {
    border-color: #e32727 transparent transparent !important;
}




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


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

/* Default Button Styles */
/*body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Roboto', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #e32727;
    border-color: #e32727;
    -webkit-appearance: none;
}*/

/* Button Styles Override */
body .hs-button.primary,
body input[type="submit"],
body input[type="button"]  {
	background-color: #e32727;
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    letter-spacing: 2px;
	font-size: 16px;
	font-family: 'Roboto', arial, sans-serif;
    line-height: normal;
	font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 20px;
    padding: 17px 32px 16px;
    text-align: center;
    text-decoration: none!important;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    -webkit-appearance: none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background-color: #ee1f0a;
}

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


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

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


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}

/* Blog comment "reply to" section */
.comment-reply-to{
    color: #17191d!important;
    background: none!important;
    padding-left: 0px!important;
}
.comment-reply-to:before{
    content: "\f112";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
    font-size: 15px;
    color: #e32727;
    vertical-align: top;
}
/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


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

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/

/* CTA button with border */
.cta_border_button {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Roboto', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #e32727;
    border-color: #e32727;
    -webkit-appearance: none;
}
.cta_border_button:hover {
    border: 2px solid #FFF;
    color: #e32727;
    border-color: #e32727;
    background: #e32727;
    color: #FFF;
}

/* CTA button with Solid Background */
.cta_solid_button {
    border-style: solid;
    border-width: 2px;
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Roboto', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-transform: uppercase;
    border-color: #e32727;
    -webkit-appearance: none;
}
.cta_solid_button:hover {
    background: #FFF;
    border-style: solid;
    border-width: 2px;
    border-color: #e32727;
    background: #e32727;
    text-transform: uppercase;
}








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


   6. MISCELLANOUS                                        


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





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 

/* GDPR */

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-size: 16px!important;
}

@media (min-width: 960px){
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  	display: inline-block;
    float: left;
    width: 48%;
    margin-top: -10px!important;
    margin-bottom: 12px!important;
  }
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  	display: inline-block!important;
    float: left;
  }
}

@media (max-width: 959px){
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  	text-align: center!important
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  	text-align: center!important;
  }
}

div.legal-consent-container .hs-input[type="checkbox"] {
      -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
		transform: scale(1.5);
    margin-right: 15px;
}

body div.legal-consent-container label.hs-form-booleancheckbox-display {
 font-weight: bold; 
}

tr.mft-header {
    background: #16478d!important;
    color: #fff;
}

.shadow { 
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.10);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.10);
}

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


   7. MOBILE MEDIA QUERIES                              


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

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

@media (max-width: 767px) {
	body .header-container-wrapper{
		max-height: 90px;
		background: #fff;
		margin-bottom: 0px;
	}
}

/* Standard Background Hero
   ========================================================================== */ 

@media (max-width: 767px) {
	.hero-background, .overlay {
		height: auto!important;
	}
	body .hero-background .hero-container {
		transform: none!important;
		position: relative;
		top: 0px;
		padding-top: 60px;
	}
	h1 {
		font-size: 32px!important;
		line-height: 1.333;
	}
  .hero-background .hero-container h1 {
    font-size: 28px!important;
    padding-top: 30px!important;
  }
	.hero-background .hero-container h1, .hero-background .hero-container h3, .hero-background .hero-container p {
		max-width: 100%;
	}
	.hero-background .hero-container form {
		padding: 10px;
		margin: 0 auto;
		float: none;
	}
	.hero-background .hero-container form .hs-form-field {
		width: 100%;
		max-width: 100%
	}
	.hero-background .form-container input[type="text"], .hero-background .form-container .hs_cos_wrapper_type_form input[type="email"] {
		max-width: 100%!important;
		width: 100%!important;
	}
	.hero-background .form-container .hs-button {
		margin-top: 10px;
	}
	.hero-background .form-container .hs-submit, .hero-background .form-container .actions, .hero-background .form-container .input, .hero-background .form-container .hs-form-field {
		display: block!important;
	}
	.hero-background .form-container .hs-error-msgs.inputs-list {
		position: relative!importantb;
	}
}


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

@media (max-width: 767px) {
	.container-fluid .row-fluid .page-center {
		max-width: 100%;
		padding: 0 10vw;
	}
  /*.hs_cos_wrapper_widget .page-center {
   overflow-x: scroll; 
  }*/
	body .section-padding {
		padding: 60px 0;
	}
  body .standard-margin {
		margin-top: 60px;
	}
	.shadow-box {
		margin: 30px 0;
    padding: 30px 30px 50px!important;
	}
  .product-box {
    padding: 30px 30px 50px!important;
  }
	h2.section-heading {
		font-size: 24px;
	}
	h3.section-heading {
		font-size: 32px;
	}
	.sub-hero-right {
		max-width: 90%;
		margin: 0 auto;
		float: none;
	}
  .footer-container-wrapper ul.privacy, .footer-container-wrapper ul.social {
   position: relative!important; 
  }
}

/* Begin HubSpot Added Queries
   ========================================================================== */   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 72.3) {
    .container-fluid .row-fluid .page-center {
        padding: 10px;    
    }
    .container-fluid .footer-copyright .row-fluid .page-center {
        padding: 0 10px;
    }
}


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

@media (max-width: 768px) {
    .header-container-wrapper{
        position: relative;
    }
    
    .header-container{
        padding: 0;
    }
    
    .header-container-wrapper .container-fluid .row-fluid .page-center{
        padding: 0;
    }
    
    .header-container .hs_cos_wrapper_type_logo a img {
        max-width: 200px;
        margin: 5px 0 5px 10px;
    }
    
    .row-fluid [class*="span"].header-cta{
        display: none !important;
    }
    
    /* General */
    .body-container-wrapper {
        padding-top: 0;
    }
    .padding40tb {
        padding: 25px 0;
    }
    .sidebar.right,
    .main-content,
    .blog-sidebar {
        margin: 25px 0;
    }
    
    /* Team Member Social */
    .three-column .team-member-social a {
        display: inline-block;
    }
    .three-column .team-member-social i {
        padding-right: 5px;
    }   
    .three-column .team-member-social a:last-child i {
        padding-right: 0;
    }
    .team-member-name,
    .team-member-title {
        text-align: center;
    }
    
    /* Footer */
    .footer-container-wrapper .more-links a i {
        display: inline-block;
        width: auto;
    }
    .footer-container .about-us,
    .footer-container .more-links {
        margin-bottom: 25px;
    }
    .footer-copyright .copyright-text {
        text-align: center;
    }
    .footer-follow-me{
        text-align: center;
        position: relative;
        right: auto;
    }
    
    /* Homepage */
    .service-group h4,
    .service-group-icon,
    #offer-background-image h1,
    #banner-background-image {
        text-align: center !important;
    }
    .homepage .subscribe-form {
        padding-top: 10px;
        position: relative;
    }
    .homepage .subscribe-form form {
        float: none;
    }
    .homepage .subscribe-form .hs_email {
        width: 100%;
        margin-bottom: 10px;
    }
    #banner-background-image {
        min-height: 650px;
    }
    #banner-background-image h1 {
        font-size: 32px;
        margin-bottom: 15px;
        margin-top: 55px;
    }
    #banner-background-image h3 {
        display: none;
    }
    .homepage .subscribe-form {
        width: 100%;
    }
    .social-tagline {
        text-align: center;
        margin-bottom: 15px;
    }
    .homepage .subscribe-form {
        padding-bottom: 150px;
    }
    .homepage .subscribe-form .hs_email .hs-error-msgs {
        position: relative;
        margin-top: 0;
        display: inline-block !important;
    }
    .homepage .subscribe-form .hs_submit {
        display: block;
        position: relative;
        width: 100%;
    }
    
    /* Blog */
    #comment-form {
        margin-bottom: 25px;
    }
}
     
@media (max-width: 967px){
  .product-hero img.logo {
      max-height: 75px!important;
      margin-left: auto!important;
      margin: 0 auto;
      display: block;
  }
 .sub-hero .span4, .sub-hero .span7 {
   width: 100%;
   margin-left: 0!important;
  }
  
  .sub-hero .span4 {
   width: 100%;
   padding: 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
 img.logo, .hero-logo img {
      margin-top: 40px!important;
}
}

  
/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {}



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


   8. MEGAMENU                                            


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

/* Adding Home Tab */

@media (min-width: 1080px) and (max-width: 1150px){
 body .hs-menu-wrapper ul li {
   padding: 0 13px!important;
  }
  body .hs-menu-wrapper ul li a {
   font-size: 12px!important; 
  }
}


@media (min-width: 1151px) and (max-width: 1300px){
 body .hs-menu-wrapper ul li {
   padding: 0 16px!important;
  }
  body .hs-menu-wrapper ul li a {
   font-size: 12px!important; 
  }
}

/* mega menu */

.mega-menu-parent:not(.sticky-header):before {
    content: ""!important;
}

.mega-menu-parent:not(.sticky-header),
.mega-menu-parent:not(.sticky-header):before,
.mega-menu-parent:not(.sticky-header):after {
    transition: .4s ease-in-out!important;
}

.mega-menuized > ul {
    display: none !important;
}

.mega-menu {
    position: relative!important;
    color: #a4abae!important;
}

.mega-menu-branch {
    position: absolute !important;
    left: 0!important;
    right: 0!important;
    top: 0!important;
    z-index: 98!important;
    opacity: 0!important;
    visibility: hidden!important;
    -webkit-transform: scale(1,.8)!important;
    transform: scale(1,.8)!important;
    -webkit-transform-origin: center top!important;
    transform-origin: center top!important;
    pointer-events: none!important;
}

.mega-menu-branch.active {
    opacity: 1!important;
    visibility: visible!important;
    transition: .3s ease!important;
    -webkit-transform: scale(1,1)!important;
    transform: scale(1,1)!important;
    pointer-events: auto!important;
}

.mega-menu-branch p {
  color: #34475b;
}

.menu-bar .hs-menu-wrapper > ul > li.mega-menuized-active > a:before {
    left: 0!important;
    right: 0!important;
    opacity: 1!important;
    visibility: visible!important;
}

.hs-menu-depth-1.mega-menuized-active svg {
    -webkit-transform: rotate(180deg)!important;
  -moz-transform: rotate(180deg)!important;
  -o-transform: rotate(180deg)!important;
  -ms-transform: rotate(180deg)!important;
  transform: rotate(180deg)!important;
}

.sticky-menu {display:none!important;}
.stickymega .sticky-menu {display:inline!important;}


@media (min-width: 1080px){

body .mega-menu-branch .hs-menu-wrapper ul li.extra-wrapper-secondary {
    /*margin-bottom: 20px!important;*/
}

body .mega-menu .hs-menu-wrapper ul li {
  	font-weight: 300!important;
  }

body .mega-menu .hs-menu-wrapper ul li a {
  	cursor: pointer!important;
  }

.mega-menu .hs-menu-wrapper.hs-menu-flow-vertical li a {
    text-align: left!important;
}

}

@media (max-width: 1079px){
.mega-menu-main, .stickymega {display:none!important;}
.main-navigation .hs-menu-flow-horizontal > ul > li > a:before {
    background: none!important;
	display:none!important;
}
}


.main-navigation .hs-menu-flow-horizontal > ul > li > a:before {
    background: rgb(237, 120, 0)!important;
	
}

.primarynav .header-logo img {
    margin-top: 10px!important;
  margin-bottom: 6px!important;
}


/*.primarynav .mega-menu-branch {margin-top:0px!important;}*/

.mega-menu-branch, #sticky2.stick .mega-menu-branch {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.5);
}

.mega-menu-branch.activated-by-2, #sticky2.stick .mega-menu-branch.activated-by-2 {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.5);
  padding-bottom: 35px!important;
}

.mega-menu-branch {background: rgba(255,255,255,0.97); min-height:250px!important;}
.mega-menu-container { max-width:1000px!important;
    float: none!important;
    text-align: center!important;
    margin: 0 auto!important;
    
}

body .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
/*padding: 0px 10px!important;*/
  padding: 5px 10px!important;
}

.technology-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 0px 10px!important;
  margin: -2.5px 0px!important
}

@media (max-width: 767px){
.header-container-wrapper {
    margin-bottom: -40px;
}
}



.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 {
    display: none!important;
}


@media (min-width: 1080px){
.main-navigation .widget-type-menu {text-align: right!important;}
.header-logo .hide-sticky img {
    margin-bottom: 0px!important;
}
}

.main-navigation .cell-wrapper {
  padding: 0px!important;
  float: right;
}

/*Added Overwrites for Homepage*/

body .hs-menu-item.hs-menu-depth-1.extra-wrapper-secondary a:before {
    display:none!important;
}

@media (max-width: 1079px){
body .header-wrapper .header-inner-wrapper.centered {
    min-height: 60px!important;
    max-height: 60px!important;
    padding-top: 10px;
    padding-bottom: 10px;
/* 	padding-left: 20px!important; */
  padding-right: 20px!important;
  background: #fff!important;
}
.main-navigation .hs-menu-flow-horizontal>ul>li>a {
    padding: 15px 20px;
    font-size: 14px!important;
}
  .main-navigation .hs-menu-flow-horizontal>ul>li>a {
   padding-top: 20px!important;
   padding-bottom: 20px!important;
}
.main-navigation .hs-menu-flow-horizontal>ul>li.extra-wrapper-secondary { 
		text-align: center;
  }
}


/* Added for Carots */

  @media (min-width: 1081px){
    .hs-menu-item svg {    
      margin-left: 5px!important;
    	margin-bottom: 2px;
      transition: all .2s ease;
      -moz-transition: all .2s ease;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      color: #17191d!important;
      fill: #17191d!important;
    }
    .hs-menu-item:hover svg, .hs-menu-item.mega-menuized-active svg/*, .hs-menu-wrapper ul li.active-branch > a svg*/ {    
      color: #e32727!important;
      fill: #e32727!important;
    }
  }
@media (max-width: 1080px){
  .hs-menu-item svg {display: none!important;}
}

body .hs-menu-wrapper ul li:hover > a, body .hs-menu-wrapper ul li a:hover, body .hs-menu-wrapper ul li.active > a, body .hs-menu-wrapper ul li.active-branch > a {
  /*color: #17191d!important;*/
}

@media (min-width: 768px){
    .nav-overlay, .nav-overlay.active {
        background-color: rgba(30, 36, 43, 0.8)!important;
    }
  }
  .nav-overlay, .nav-overlay.active {
    background-color: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 97;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    cursor: pointer;
}
body.blockBodyScroll {
    overflow: hidden!important;
}
  body.blockBodyScroll .nav-overlay, .nav-overlay.active{
    display: block!important;
  }
  
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.mega-menuized-active a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.mega-menuized-active {
  color: #e32727!important
}

body.ia .header-container-wrapper .header-wrapper,  .header-container-wrapper .header-wrapper {
 z-index: 999!important; 
}

@media (min-width: 1081px){
 .header-container-wrapper .header-wrapper {
   position:absolute;
   top: 39px;
   left: 0px;
}

.mega-menu-main {
 height: 80px; 
}
}

@media (min-width: 768px){
    .nav-overlay, .nav-overlay.active {
        background-color: rgba(30, 36, 43, 0.8)!important;
    }
  }
  .nav-overlay, .nav-overlay.active {
    background-color: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    cursor: pointer;
}
body.blockBodyScroll {
    overflow: hidden!important;
}
  body.blockBodyScroll .nav-overlay, .nav-overlay.active{
    display: block!important;
  }

/* Added From Test Page 080918 */

.mega-menu-parent:not(.sticky-header):before {
    content: "";
}

.mega-menu-parent:not(.sticky-header),
.mega-menu-parent:not(.sticky-header):before,
.mega-menu-parent:not(.sticky-header):after {
    transition: .4s ease-in-out
}

.mega-menuized > ul {
    display: none !important;
}

.mega-menu {
    position: relative;
    color: #a4abae;
}

.mega-menu-branch {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1,.8);
    transform: scale(1,.8);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    pointer-events: none;
}

.mega-menu-branch.active {
    opacity: 1;
    visibility: visible;
    transition: .3s ease;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    pointer-events: auto;
}

.menu-bar .hs-menu-wrapper > ul > li.mega-menuized-active > a:before {
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
}

.sticky-menu {display:none!important;}
.stickymega .sticky-menu {display:inline!important;}


body .main-navigation ul a {
    font-size: 15px!important;
    /*color: #e32727!important;*/
    color: #17191d!important;
    font-weight:600!important;
}

.hs-menu-wrapper ul li:hover > a,
.hs-menu-wrapper ul li a:hover,
.hs-menu-wrapper ul li.active > a,
.hs-menu-wrapper ul li.active-branch > a {
    color: #e32727; 
  }


  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    color: #e32727!important;
  }
  
  body .main-navigation .hs-menu-flow-horizontal>ul>li>a:hover {
    color: #e32727!important;  
  }


body .sticky-menu.main-navigation .hs-menu-flow-horizontal>ul>li>a {
    color: #e32727!important;
}

body .main-navigation .mega-menu div.nav-head {
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	padding-bottom: 15px;
  color: #16478d;
}

body .main-navigation .mega-menu div.nav-head a {
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	padding-bottom: 15px;
  color: #16478d;
}

body .main-navigation .mega-menu ul a {
    font-size: 14px!important;
    color: #17191d!important;
    font-weight: bold;
    text-align: left;
	text-transform:none!important;
}

body .mega-menu-branch .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
	padding: 15px 0px!important;
}

.mega-menu-branch .hs-menu-wrapper ul li {
	padding: 0px!important;
}

.mega-menu-branch .hs-menu-wrapper ul li sup {
	top: -6px;
}

body .main-navigation .mega-menu ul a span.exp {
	font-weight: 400!important;
	font-size: 12px!important;
	color: #34475b!important;
}

body .main-navigation .mega-menu ul a:hover {
    color: #e32727!important;
}

@media (min-width: 1080px){
	
/*body .hs-menu-wrapper ul li a span {
    color: #fff!important;
    border: solid 1px #e32727;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 16px;
    background: #e32727;
}*/

/*body .sticky-menu.active .hs-menu-wrapper ul li a span {
    color: #fff!important;
    border: solid 1px #e32727;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 16px;
    background: #e32727;
}*/

/*body .mega-menu .hs-menu-wrapper ul li a span, body .sticky-menu.active .mega-menu .hs-menu-wrapper ul li a span {
    color: #333!important;
	font-size:24px!important;
    padding: 10px 0px!important;
	font-weight:700!important;
	border:none!important;
	background:none!important;
	text-transform:none !important;
}*/


/*body .sticky-menu.active .hs-menu-wrapper ul li.extra-wrapper-secondary, body .mega-menu .hs-menu-wrapper ul li.extra-wrapper-secondary {
margin-bottom:20px !important;
}*/

}

@media (max-width: 1079px){
.mega-menu-main, .stickymega {display:none!important;}
.main-navigation .hs-menu-flow-horizontal > ul > li > a:before {
    background: none!important;
	display:none!important;
}
}

/*body .mega-menu .hs-menu-wrapper ul li a span:after {
    content: " ";
    position: absolute;
    bottom: -10px;
    left: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 100px;
    background-color: #e32727!important;
}

body .mega-menu .hs-menu-wrapper ul li a span:hover {
text-decoration:none!important;
}

.main-navigation .hs-menu-flow-horizontal > ul > li > a:before {
    background: #e32727!important;
	
}*/

/* Begin ia Mega list item styles */

/*.mega-menu-branch .hs-menu-wrapper ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    padding: 0px;
    margin: 0px;
}

.mega-menu-branch .hs-menu-wrapper ul {
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0px;
}

.mega-menu-branch .hs-menu-wrapper ul {
    flex-direction: row;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.mega-menu-branch .hs-menu-wrapper ul li {
    padding-right: 0px;
    flex: 0 0 45%;
}*/

.two-column ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.mega-menu-branch .two-column .hs-menu-wrapper ul li {
	/*height: 60px;*/
  height: 44px;
	max-width: 160px;
}

/*.mega-menu-branch .two-column .hs-menu-wrapper ul li .exp {
 display: none; 
}*/

.mega-menu-branch .two-column.three-lines .hs-menu-wrapper ul li, .mega-menu-branch .three-lines .hs-menu-wrapper ul li  {
	height: 100px;
}

.mega-menu-branch .two-column .hs-menu-wrapper ul li a, .mega-menu-branch .three-lines .hs-menu-wrapper ul li {
	line-height: 1.375;
}

/* End */

body .main-navigation.primarynav {
    padding-bottom: 20px!important;
}

.primarynav .mega-menu-branch {margin-top:20px;}

.mega-menu-branch {background:#ffffff!important; height:400px;}
.mega-menu-container { max-width:1000px;
    float: none!important;
    text-align: center!important;
    margin: 0 auto!important;
    
}

/*.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
padding: 0px 10px!important;
}*/

/* Additional Overwrites */

.main-navigation .hs-menu-flow-horizontal ul li a {
 padding-top: 15px;
  padding-bottom: 15px;
}

.main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    max-height: 52px!important;
}

@media (min-width: 1080px) {
    .main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
      max-height: 64px!important;
      height: 64px;
  }
}

.main-navigation .hs-menu-wrapper.active-branch ul {
 margin-top: 3px;
  padding-bottom: 90px;
}

@media (min-width: 1080px){
  .main-navigation .hs-menu-wrapper.active-branch ul {
   padding-bottom: 0px!important; 
  }
}

/* Branch Heights */

/*.mega-menu-branch.activated-by-3 {
  height: 250px!important;
}

.mega-menu-branch.activated-by-1 {
  height: 315px!important;
}*/

.mega-menu-branch {
    padding-top: 45px!important;
	border-top: 1px solid #a4abae;
    margin-top: 16px!important;
}

/*.mega-menu-options {
    margin-top: -15px!important;
    padding-top: 35px!important;
}*/

.header-logo img {
 max-height: 50px!important; 
}

@media (max-width: 767px){
  body .header-logo img {
      max-height: 50px!important;
  }
}

/* quick Solution for fixing secondary header on scroll */

.sticky-menu, .sticky-menu-option-check, .sticky-menu.menu-reset.main-navigation.active {
  display: none!important;
}



/* Mobile Menu */


@media (max-width: 1079px){
  body .header-container-wrapper .mobile-main a.solid, a.solid img {
    display: block!important;
  }
  body .header-container-wrapper .mobile-main a.transparent {
    display: none!important; 
  }
}

@media (min-width: 1081px){
 .mobile-main {
   display: none!important;
  }
}

@media (max-width: 1079px){
  .header-wrapper.with-navigation {
       margin-top: 60px;
    		padding-bottom: 10px;
  } 
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
   float: none!important; 
  }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
   overflow-x: hidden!important;
    min-height: 100%!important;
  }
  /*body.menu-is-open .header-inner-wrapper .hs-menu-wrapper {
   height: calc(100vh - 130px)!important;
  }*/

  #hs_menu_wrapper_wizard_module_164946771800526850785295273530530901987 ul {
    padding-left: 0px!important;
  }
  body .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
   overflow-y: auto!important; 
  }
  .main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
   max-height: none!important; 
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
   width: 100%;
   float: none; 
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
   border-top: 2px solid #e32727!important; 
  }
  .main-navigation .hs-menu-flow-horizontal ul ul li a{
   padding: 8px 15px!important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
   margin-bottom: 27px; 
    margin-top: 0px;
    padding-top: 5px;
  }
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children.expanded a {
    color: #e32727!important;
  }
}

@media (max-width: 767px){
   .hsg-nav__wrapper .hsg-nav-bar .hsg-nav__group-item {
     /*margin-top: 55px;*/
  }
  .hsg-nav__wrapper#hsg-nav-2016 .hsg-nav-bar {
   display: block!important; 
  }
  .hsg-nav__group {
   top: 0px!important; 
  }
  .hsg-nav__link-label.hsg-nav__link-label--phone {
   /*margin-right: -15px;*/
    text-align: right;
  }
  .hsg-nav__group {
    top: 0px!important;
    position: relative!important;
}
}

/* About Normal Dropdown 

@media (min-width: 1080px){
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.extra-wrapper-primary ul li {
  	display: block!important;
  }
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.extra-wrapper-primary ul {
   padding-left: 0px!important;
    margin-top: -20px!important;
  }
}*/

.about-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  /*margin: -5px 0px -15px!important;*/
  line-height: 25.6px!important;
}

.about-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.extra-wrapper-secondary a {
 	margin-bottom: 0px!important; 
}

/* ==========================================================================
   Mobile Version                                             
   ========================================================================== */

.header-container {
	padding: 0px;
}

@media (min-width: 1080px){
	.mobile-menu {
		display: none!important;
		padding: 0px!important;
		min-height: 0px!important;
	}
}
@media (max-width: 1079px) {
	.mega-menu {
		display: none!important;
		padding: 0px!important;
		min-height: 0px!important;
	}
}

@media (max-width: 1079px){
	body .mobile-menu .hsg-nav__wrapper {
		width: 100%;
	}
}

@media (max-width: 767px){

	body .mobile-menu .hsg-nav__wrapper .span9 {
		float: left;
		width: 50%;
		padding-left: 2%;
		margin: 0px!important;
	}
	body .mobile-menu .hsg-nav__wrapper .span3 {
		float: right;
		width: 50%;
		padding-left: 2%;
		margin: 0px!important;
	}
	.hsg-nav__group-item {
		padding-right: 5px;
	}
}

@media (max-width: 1079px){
	body .header-logo img {
		max-height: 40px!important;
		margin-top: -5px;
	}
}

@media (max-width: 1079px) {
	.mobile-menu-button {
		display: block;
		width: 52px;
		height: 52px;
		position: absolute;
		top: 80px;
		right: 10px;
		margin-top: 0px;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	body .mobile-menu-button i {
		display: block;
		height: 3px;
		position: absolute;
		left: 10px;
		right: 10px;
		background: #17191d;
	}
	.mobile-menu-button .mobile-menu-button-line-top {
		top: 15px;
	}
	.mobile-menu-button .mobile-menu-button-line-middle {
		top: 24px;
	}
	.mobile-menu-button .mobile-menu-button-line-bottom {
		top: 33px;
	}
	.mobile-menu-button.expanded .mobile-menu-button-line-top {
		display: none;
	}
	.mobile-menu-button.expanded .mobile-menu-button-line-middle {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mobile-menu-button.expanded .mobile-menu-button-line-middle, .mobile-menu-button.expanded .mobile-menu-button-line-bottom {
		top: 26px;
		left: 15px;
		right: 15px;
	}
	.mobile-menu-button.expanded .mobile-menu-button-line-bottom {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

}

@media (max-width: 1079px){
	.main-navigation .hs-menu-flow-horizontal {
		display: none;
		right: 0;
		background: #fff;
	}
	.main-navigation .hs-menu-flow-horizontal.expanded {
		display: block;
	}
}

.hs-menu-wrapper .new {
  background: #e32727;
  padding: 2px 5px;
  font-size: 11px;
  color: #fff;
}

/*===============================*/
/* Mobile Mega Menu Adjustments */
/*==============================*/

  .OpenClass {
    display:block!important;
    z-index:1000;
  }
  .CloseClass {display:none!important;} 

/* APC Specific */

 @media (max-width: 1079px){
  .hs-menu-wrapper ul li {
    position: relative;
  }

  body .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
   padding-top: 20px!important;
   padding-bottom: 20px!important;
  }

  /* For Back Button */

  .hs-menu-item .back-arrow svg {
    float: left;
  }
   
  body .hs-menu-wrapper.hs-menu-flow-vertical > ul li a.back-arrow {
  	padding-top: 0px!important;
    color: #7c97b6!important;
   }
    body .hs-menu-wrapper.hs-menu-flow-vertical > ul li a.back-arrow svg {
    fill: #7c97b6!important;
   }
   body .hs-menu-wrapper.hs-menu-flow-vertical > ul li:hover a.back-arrow svg {
    fill: #e32727!important;
   }
   body .main-navigation ul li:hover a, body .hs-menu-wrapper.hs-menu-flow-vertical>ul li:hover a.back-arrow {
     color: #e32727!important;
   }
   
   /* For Primary CTA */
   .hs-menu-wrapper ul li.extra-wrapper-secondary a span {
      cursor: pointer;
      user-select: none;
      display: inline-block;
      position: relative;
      width: fit-content;
      height: fit-content;
      vertical-align: middle;
      color: #e32727!important;
      font-weight: bold!important;
      font-size: 11px;
      text-transform: uppercase!important;
      line-height: 0;
      letter-spacing: 0.1071em;
      word-wrap: break-word;
      padding-top: 21px;
      padding-left: 32.5px;
      padding-bottom: 20px;
      padding-right: 32.5px;
      box-shadow: rgb(227, 39, 39) 0px 0px 0px 2px inset;
      text-decoration: none;
      margin: initial;
      border-radius: 999em;
      transition: 0.3s ease-in-out;
      background: transparent;
  }
   /* For EXP tag in Nav */
  .hs-menu-wrapper ul li.extra-wrapper-secondary a span.exp {
    display: none!important;
   }
}

/* dropdown JS styling overrides */

 @media (max-width: 1079px){
.main-navigation .hs-menu-wrapper {
    overflow: scroll !important;
    height: 100% !important;
    position: fixed !important;
    top: 130px !important;
    left: 0px;
    padding-bottom:115px;
    background: #fff; 
}
    
    .main-navigation .hs-menu-wrapper {
    opacity: 1;
}
    
.menu-is-open {position:fixed !important; width:100%!important;}

.main-navigation .hs-menu-wrapper ul li {
    border-top: none!important;
    border-bottom: none!important;
}
        
}
  
  
/* Mobile Menu */
  
.back-arrow {
    margin-top: -30px;
    /*background-image: url(https://158743.fs1.hubspotusercontent-na1.net/hubfs/158743/js/back-arrow.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    left: 25px;*/
    width: 175px!important;
}
  
  .hs-menu-item .back-arrow svg {
    width: 20px;
    padding-top: 4px;
  }
	
  @media (max-width: 1080px){
    .hs-menu-item svg {
       display: inline-block!important;
    }
    .hs-menu-item.extra-wrapper-primary svg {
        margin-left: 10px;
        margin-bottom: 2px;
        transform: rotate(-90deg);
        width: 8px;
    }
    .hs-menu-item:hover svg, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover svg #arrow {
		fill: #e32727;
    }
  }

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


   9. IA STYLES                                             


   ========================================================================== */
/* ==========================================================================
   NAVIGATION                                              
   ========================================================================== */

/* Top Bar 2024 - Phone and Search */

.header-wrapper.with-navigation .top-bar {
  max-width: 90%!important;
  float: none!important;
  margin: 0 auto!important;
}

.header-wrapper.with-navigation .top-bar .nav-search {
  float: right;
}

.header-wrapper.with-navigation .top-bar .nav-search .hs-search-field__form input {
    border-radius: 100px!important;
    font-size: 13px!important;
    margin-right: 8px;
    height: 28px!important;
    min-height: 28px!important;
    margin-top: 5px;
  background-color: #fbfbfb!important;
}

.header-wrapper.with-navigation .top-bar .nav-search .hs-search-field__form button {
    border: none;
    background: #fbfbfb!important;;
    margin-top: 6px;
    position: absolute;
    top: 5px;
    left: 125px;
    border-radius: 10px;
}

.header-wrapper.with-navigation .top-bar .nav-search .hs-search-field__form button svg {
    height: 14px;
}

.header-wrapper.with-navigation .top-bar .nav-search .hs-search-field__form .hs-search-field__suggestions-container {
  z-index: 100;
}

.header-wrapper.with-navigation .top-bar .nav-phone ul {
  margin-top: 0px!important;
}

.header-wrapper.with-navigation .top-bar .nav-phone a {
  color: #17191d!important;
}

.header-wrapper.with-navigation .row-number-4 {
  background-color: #efefef;
}

.header-wrapper.with-navigation .top-bar .hs-search-field {
  display: block!important;
}

.header-wrapper.with-navigation .top-bar .nav-phone {
  display: block!important;
}

.header-wrapper.with-navigation .top-bar .nav-search .hs-search-field__suggestions-container {
  display: none;
}

@media (max-width: 1079px) {

  .header-wrapper.with-navigation .top-bar .nav-phone {
    float: left;
  }
  
  .header-wrapper.with-navigation .top-bar .nav-search {
    float: right;
  }
  
  body .header-wrapper .main-navigation.primarynav {
    padding: 0px!important;
  } 
  
 body .mobile-menu-button {
    top: 55px!important
}
    
 .main-navigation.primarynav .header-logo {
  float: left
}
  
}

 body .header-wrapper .main-navigation.primarynav .nav-phone {
  display: none;
} 

/* End Top Bar 2024 */


body .header-inner-wrapper.centered {
	max-width: 90%!important;
	float: none;
	margin: 0 auto!important;
}

body .header-wrapper .main-navigation.primarynav {
	display: block!important;
	background: #ffffff;
/*     padding-top: 16px!important;
    padding-bottom: 16px!important; */
      padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.main-navigation .hs-menu-wrapper.active-branch ul {
	width: 100%;
}

body .primarynav .header-logo img {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}

@media (max-width: 767px) {
  body .primarynav .header-logo img {
    margin-top: 5px!important;
    margin-right: 15px;
  }
}


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


.hs-menu-wrapper ul li a {
    display: block;
    cursor: pointer;
    user-select: none;
    line-height: 1em;
    letter-spacing: 0.03em;
    color: #17191d;
    font-size: 14px!important;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.hs-menu-wrapper ul li a:hover {
    color: #e32727;
}

.linked-to-mega-menu-in-header-overlap .hs-menu-wrapper ul li.extra-wrapper-secondary a span {
	cursor: pointer;
    user-select: none;
    display: inline-block;
    position: relative;
    width: fit-content;
    height: fit-content;
    vertical-align: middle;
    color: #e32727!important;
    font-weight: bold!important;
    font-size: 11px;
	text-transform: uppercase!important;
    line-height: 0;
    letter-spacing: 0.1071em;
    word-wrap: break-word;
    padding-top: 21px;
    padding-left: 32.5px;
    padding-bottom: 20px;
    padding-right: 32.5px;
    box-shadow: rgb(227, 39, 39) 0px 0px 0px 2px inset;
    text-decoration: none;
    margin: initial;
    border-radius: 999em;
    transition: 0.3s ease-in-out;
    background: transparent;
}

.linked-to-mega-menu-in-header-overlap .hs-menu-wrapper ul li.extra-wrapper-secondary a span:hover {
    box-shadow: inherit;
    color: #fff!important;
	background-color: #e32727;
}

body .main-navigation .linked-to-mega-menu-in-header-overlap .hs-menu-flow-horizontal ul li.extra-wrapper-secondary a {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}

.linked-to-mega-menu-in-header-overlap .hs-menu-item.hs-menu-depth-1.extra-wrapper-secondary, .linked-to-mega-menu-in-header-overlap .hs-menu-item.hs-menu-depth-1.extra-wrapper-primary {
  /*float: right!important;*/
}

/* Top Bar */

.header-container {
	position: relative;
}

body .hsg-nav__wrapper {
    background-color: #f9f8f7!important;
    position: absolute!important;
    height: 40px!important;
    z-index: 99999;
	top: 0px;
	left: 0px;
}

.hsg-nav__wrapper .hs-search-field input {
 margin-top: 0px;
  margin-bottom: 0px;
}

.hsg-nav__wrapper .hs-search-field input:focus {
	margin-top: 7px;
    height: 26px!important;
    min-height: 26px!important;
    border-radius: 2px!important;
    font-size: 12px!important;
    padding: 0px 12px!important;
}

.hsg-nav__wrapper .hs-search-field input:focus {
	background-color: #f5f8fa!important;
    color: #33475b!important;
    font-size: 1rem!important;
    line-height: 1.375!important;
    border: 1px solid!important;
    border-color: #cbd6e2!important;
	width: 100%;
	max-width: 100%;
}

.hsg-nav__wrapper .hs-search-field input {
    background-image: url(https://4004065.fs1.hubspotusercontent-na1.net/hubfs/4004065/images/icons/search-icon-blue.png);
    background-position: right 2px center;
    background-repeat: no-repeat;
    background-size: 1rem;
}

.hsg-nav__wrapper .hs-search-field input {
	float: right;
	width: 0px;
    max-width: 0px;
	border: 0px solid!important;
    background-color: transparent!important;
    cursor: pointer;
}

ul.hsg-nav__group {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
	height: 40px;
}

@media (max-width: 767px){
 ul.hsg-nav__group  {
   height: auto!important;
  }
}

li.hsg-nav__group-item {
	list-style-type: none;
}

li.hsg-nav__group-item a {
	color: #34475b;
	line-height: 1;
    font-size: 13px!important;
  font-weight: bold;
}

.hsg-support:before {
    display: inline-block;
    content: url(https://4004065.fs1.hubspotusercontent-na1.net/hubfs/4004065/images/icons/icon-support.svg);
    vertical-align: middle;
    margin-right: 8px;
  width: 14px;
}


.hsg-phone:before {
    display: inline-block;
    content: url(https://4004065.fs1.hubspotusercontent-na1.net/hubfs/4004065/images/icons/icon-phone.svg);
    vertical-align: middle;
    margin-right: 8px;
  width: 13px;
}

li.hsg-nav__group-item .icon {
 margin-right: 6px; 
}

.hsg-nav__inner-wrapper {
  position: relative;
    max-width: 90% !important;
    float: none!important;
    margin: 0 auto !important;
}

.hsg-nav__inner-wrapper .span3 {
    width: auto;
    float: right;
}

@media (max-width: 767px){
 .hs-search-field {
   display: none!important;
  }
}

/* Top Bar Revisions*/

.hsg-nav__wrapper, .hsg-nav__wrapper .hsg-nav-bar {
	background-color: #f5f8fa;
    border-bottom: 1px solid #cbd6e2;
    z-index: 91;
}

@media (min-width: 768px){
	#hsg-nav-2016 .hsg-nav-bar {
		display: block;
	}
}

#hsg-nav-2016 .hsg-nav-bar {
    display: none;
}

@media (max-width: 767px){
 .hsg-nav-top-bar {
   max-height: 64px;
  }
  .hsg-nav__wrapper .hsg-page-width-normal {
    padding: 0px!important;
  }
}

.hsg-page-width-normal, .hsg-page-width-normal {
	position: relative;
    max-width: 90% !important;
    float: none !important;
    margin: 0 auto !important;
}

@media (min-width: 768px){
	.hsg-nav__inner, .hsg-nav-bar .hsg-nav__inner {
		padding: 0.75rem 0;
	}
}

.hsg-nav-bar .hsg-nav__inner {
    padding: 0.75rem 0rem!important;
}

@media (max-width: 360px){
   .hsg-nav-bar .hsg-nav__inner {
      padding: 10px 0;
  } 
}


.hsg-nav__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1.5rem;
}

ul.hsg-nav__group{
	display: inline-block;
}

.hsg-nav-bar .hsg-nav__group-item:first-child:not(:only-child) .hsg-nav__link-label {
    padding-left: 0;
}

.hsg-nav-bar .hsg-nav__group-item:not(:last-child) .hsg-nav__link-label {
    border-right: 2px solid #cbd6e2;
}

.hsg-nav__link-label {
    padding: 6px .7rem;
}

.hsg-nav-bar .hsg-nav__link {
    font-size: 0.875rem;
    font-weight: 500;
}

.hsg-nav-bar .hsg-nav__group-item {
    position: relative;
}


@media (min-width: 768px){
	.hsg-nav__group-item {
		display: inline-block;
	}
}

@media (max-width: 767px){
   li.hsg-nav__group-item {
    display: inline-block!important;
  } 
}

li.hsg-nav__group-item a {
	font-weight: bold!important;
}


/* Drop down */

.hsg-nav__group-item--has-dropdown {
	height: 40px;
}

.hsg-nav-bar .hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::before {
    bottom: calc(-0.5rem - 2px);
}

.hsg-nav-bar .hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::after {
    bottom: calc(-0.5rem - 1px);
}

@media (min-width: 768px){
	.hsg-nav__group-item--has-dropdown:hover .hsg-nav__link-wrapper::before, .hsg-nav__group-item--has-dropdown:hover .hsg-nav__link-wrapper::after {
		content: '';
	}
	.hsg-nav__group-item--has-dropdown:hover .hsg-nav__dropdown-list {
		display: block;
	}
}

.hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::before {
    right: 0.75rem;
    bottom: calc(-0.25rem - 2px);
    background-color: #cbd6e2;
    border: 1px solid #cbd6e2;
}

.hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::after {
    right: calc(0.75rem + 1px);
    bottom: calc(-0.25rem - 1px);
    background-color: #fff;
    z-index: 100;
}

.hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::before, .hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::after {
    display: inline-block;
    position: absolute;
    border-radius: .1875rem 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1rem;
    height: 1rem;
}

.hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::before {
    right: 0.75rem;
    bottom: calc(-0.25rem - 2px);
    background-color: #cbd6e2;
    border: 1px solid #cbd6e2;
}

.hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::after {
    right: calc(0.75rem + 1px);
    bottom: calc(-0.25rem - 1px);
    background-color: #fff;
    z-index: 100;
}

.hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::before, .hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::after {
    display: inline-block;
    position: absolute;
    border-radius: .1875rem 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1rem;
    height: 1rem;
}

@media (min-width: 768px){
.hsg-nav-bar .hsg-nav__dropdown-list {
    right: -0.25rem;
    min-width: 100%;
}
}

.hsg-nav-bar .hsg-nav__dropdown-list {
    padding: 0.75rem 0;
}

.hsg-nav__dropdown-list {
    position: absolute;
    top: 2.5rem;
    background-color: #fff;
    border: 1px solid #cbd6e2;
    border-radius: .1875rem;
    box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    z-index: 95;
}

.hsg-nav__link-label svg {
    margin-left: 5px !important;
    margin-bottom: 2px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    color: #34475b!important;
    fill: #34475b!important;
}

@media (max-width: 767px){
   .hsg-nav__link-label svg, .hsg-nav__dropdown-list {
    display: none!important;
  } 
}

.hsg-nav__dropdown-list {
    cursor: auto;
    display: none;
    font-size: 0.875rem;
    margin: 0 auto;
}

.hsg-nav__dropdown-item a {
    display: block;
    white-space: nowrap;
    -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
    transition: background-color 0.15s ease-out, color 0.15s ease-out;
    padding: 0.75rem 1.25rem;
}

.hsg-nav__dropdown-item a:hover {
    background-color: #e5f5f8;
    text-decoration: none;
}

.hsg-nav__dropdown-item {
	list-style-type: none;
}

/* Search and CTA */ 

@media (min-width: 768px){
	.hsg-nav__group-item.hsg-nav__group-item--cta a {
		display: inline-block;
	}
}

.hsg-nav__group-item--cta {
	margin-left: 20px;
}

.hsg-nav__group-item.hsg-nav__group-item--cta a {
	color:#fff!important;
}

.hsg-nav__group-item.hsg-nav__group-item--cta a {
    display: inline-block;
    text-align: center;
}

.cta--small {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.563rem 1rem;
}

.cta--primary {
    background-color: #e32727;
}

.cta--primary {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    border: 0;
    border-radius: 999em;
    -webkit-transition: 0.15s color ease-out, 0.15s background-color ease-out, 0.15s border-color ease-out;
    transition: 0.15s color ease-out, 0.15s background-color ease-out, 0.15s border-color ease-out;
}
.hsg-nav__wrapper .hs-search-field input:focus {
	background: #fff!important;
    margin-top: auto!important;
    height: 42px!important;
    min-height: 42px!important;
    width: 150%!important;
    max-width: 150%!important;
}
.hsg-nav__group-item--search {
	margin-bottom: -17px!important;
}

@media (max-width: 767px){
  .hsg-nav__group-item.hsg-nav__group-item--cta {
   display: inline-block!important;
     margin-left: 0px!important;
  }
  
  .hsg-nav-bar .hsg-nav__inner {
    padding: .75rem 0rem!important;
}
  
  ul.hsg-nav__group {
    padding-left: 0px!important;
}
  
  li .hsg-nav__link-label {
    padding: 6px 0px!important;
}
  
  .hsg-nav__link-label.hsg-nav__link-label--phone {    
    padding-right: 10px!important;
}
  
  .hsg-page-width-normal, .hsg-page-width-normal {
     max-width: 94% !important;
  
  
}
  
  li.hsg-nav__group-item a {
    font-size: 12px !important;

}
  
}

@media (max-width: 1079px){
  .hsg-nav__group-item.hide-mobile-cta {
   display: none!important 
  }
}

@media (max-width: 967px){
 .hsg-nav__group-item--search {
   display: none!important
  }
}

/* End */

/* Nav Menu */

@media (min-width: 1080px){
  .header-container-wrapper .header-wrapper {
    top: 64px!important;
  }
}
@media (max-width: 1079px){
.header-wrapper.with-navigation {
    margin-top: 76px!important;
}
}

/* End */

/* On Stick */

#sticky2.stick {
    position: fixed;
    top: 0px;
    z-index: 999;
	  box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 40px;
    transition: background-color 200ms ease-out;
	
}

/* Other site elements */

.white-hero {
 margin-top: 30px; 
}

@media (min-width: 1080px){
 .hero-background {
   margin-top: 30px;
  }
}

/* End */

/* ==========================================================================
   FOOTER                                             
   ========================================================================== */

.footer-container-wrapper {
	background: #fff;
}

.footer-container {
	max-width: 90%!important;
	float: none;
	margin: 0 auto!important;
}

.footer-top, .footer-bottom {
	padding-top: 80px;
}

.footer-bottom {
	padding-bottom: 60px;
}

.footer-container-wrapper h4 {
	font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    user-select: none;
    display: block;
    position: relative;
	color: #34475b;
}

@media (max-width: 767px){
 .footer-container-wrapper h4 {
   margin-top: 30px;
  }
}

.footer-container-wrapper ul li {
    font-size: 14px;
    line-height: 2.57143;
    list-style: none;
	padding: 0px;
}

.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical ul li a {
    font-weight: 300;
	padding: 10px 0px!important;
  line-height: 1.365;
}

@media (max-width: 767px){
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical ul li a sup {
  display: none!important;
}
}

.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical ul li a:hover {
	color: #e32727;
}

.footer-container-wrapper .hs-menu-wrapper ul li.active > a, .footer-container-wrapper .hs-menu-wrapper ul li.active-branch > a {
  color: #17191d;
}

.footer-container-wrapper .apc-description img {
	max-width: 200px
}

.footer-container-wrapper .apc-description p {
	font-size: 14px;
    font-weight: 400;
	padding: 0px;
	margin: 0px;
	
}

.footer-container-wrapper .recent-news h4 {
	color: #17191d;
	text-transform: none!important;
}

.hs-footer-company-copyright {
	font-size: 14px!important;
	color: #7c97b6!important;
}


.footer-container-wrapper ul.privacy, .footer-container-wrapper ul.social {
	margin-bottom: 0px;
	margin-top: 0px;
  padding-left: 0px;
	position: absolute;
	top: 0px;
}

@media (max-width: 767px){
  footer {
   text-align: center; 
  }
 .footer-container-wrapper ul.social {
   margin-top: 30px;
   text-align: center;
  }
  .footer-container-wrapper ul.privacy {
   margin-top: 20px; 
    text-align: center;
  }
}

.footer-container-wrapper ul.privacy li {
	padding: 0px 18px;
	display: inline-block;
}

.footer-container-wrapper ul.social li {
    padding: 0 3px;
  display: inline-block;
}

@media (max-width: 767px){
  .footer-container-wrapper ul.social li {
      padding: 0 12px;
  }
}

.footer-container-wrapper ul.privacy {
	left: 0px;
}

.footer-container-wrapper ul.social {
	right: 0px;
}

.footer-container-wrapper ul.social li {
	font-weight: bold;
}

.footer-container-wrapper ul li a {
  color: #17191d; 
}

.position-relative {
	position: relative;
}


.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: block;
    width: 100%;
    margin: auto;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center!important;
    background: none!important;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {
    display: block;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width: 100%;
}

.footer-container-wrapper .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { 
	max-height: 200px!important;
    overflow: hidden;
}

.footer-container-wrapper .hs-rss-item.hs-with-featured-image img {
	margin-top: -30px;
}

.footer-container-wrapper .hs-rss-item.hs-with-featured-image .blog-flow {
	padding-top: 15px;
}

.footer-container-wrapper .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
	padding-right: 0px;
}

.footer-container-wrapper .hs-rss-item.hs-with-featured-image .read {
	display: none;
}

.footer-container-wrapper a.hs-rss-title {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
	color: #17191d;
}

.footer-container-wrapper .hs-rss-description p {
	margin: 20px 0;
	font-size: 14px;
    font-weight: 300;
}

.scroll-to-top.active {
	display: none;
}


/* ==========================================================================
   MODULES & PAGES                                           
   ========================================================================== */

/* Hero Background */

.hero-background {
	position: relative!important;
	background-size: cover!important;
	background-position: 50% 100%!important;
	background-attachment: scroll!important;
}

.hero-background, .overlay {
	height: calc(100vh - 200px);
  min-height: 499px;
}

.hero-background .hero-container {
	/*padding-top: 131px;*/
	top: 45%;
    right: 0px;
    left: 0px;
    width: 100%;
    transform: translate(0px, -50%);
    transition: opacity 0.3s ease-in-out;
	position: absolute;
}

.hero-background .hero-container h1, .hero-background .hero-container h3, .hero-background .hero-container p {
	color: #fff;
	text-align: center;
}

.hero-background .hero-container h1 {
	font-weight: 400;
	line-height: 1.333;
}

.hero-background .hero-container h3, .hero-background .hero-container p {
	font-weight: 300;
}

.hero-background .hero-container h1, .hero-background .hero-container h3, .hero-background .hero-container p {
    max-width: 72.3%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.hero-background .form-container {
    top: 0;
    position: relative;
	padding-bottom: 21px;
    position: relative;
	max-width: 715px;
	float: none;
	margin: 1.5% auto 1.2%;
}

.hero-background .form-container input[type="text"], .hero-background .form-container .hs_cos_wrapper_type_form input[type="email"] {
    padding: 0 32px!important;
    border: none!important;
    /* line-height: 48px; */
    height: 64px!important;
    max-width: 395px;
    width: 395px;
    border-radius: 56px!important;
    margin-right: 10px;
    font-size: 14px!important;
    outline: none;
    background-color: #fff!important;
    box-shadow: rgba(0, 0, 0, 0.12) 0 20px 40px 0;
    font-weight: 300;
    letter-spacing: .16px;
    text-decoration: none;
    text-transform: none;
    box-sizing: border-box!important;
}

li.hs-form-radio label {
  font-weight: 400;
  font-size: 14px;
}

li.hs-form-radio input {
 margin-right: 8px; 
}

/*.hero-background .form-container .actions {
    display: inline-block;
    text-transform: uppercase;
    min-width: 295px;
    height: 64px;
}*/

.hero-background .form-container .hs-button {
	background-color: #e32727;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 40px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
    text-transform: uppercase;
    min-width: 295px;
    height: 64px;
	border-radius: 59px;
}

.big-button .hs-button {
	background-color: #e32727;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 40px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
    text-transform: uppercase;
	border-radius: 59px!important;
	height: 64px;
}

.hero-background .form-container .hs-button:hover, .big-button .hs-button:hover {
	background-color: #ee1f0a
}

@media (min-width: 768px) {
  .hero-background .form-container form div {
    display: inline-block;
  }
}

.hero-background .form-container .hs-submit, .hero-background .form-container .actions, .hero-background .form-container .input, .hero-background .form-container .hs-form-field {
	display: inline-block;
}

.hero-background .form-container .hs-form-required {
	display: none;
}

.hero-background .form-container .hs-error-msgs.inputs-list {
	color: #e32727;
	position: absolute;
}

.hero-background .hero-logo img {
	max-height: 75px;
}

.hero-background .hero-logo img.new-logo {
	max-height: 50px;
  margin-top: 40px!important;
}

.hero-background .hero-logo img.new-logo.sub-line {
	max-height: 75px;
  margin-top: 40px!important;
}

.hero-background .hero-logo {
	/*margin-bottom: 40px;*/
}
/* Hero White */

.white-hero {
    padding-top: 50px;
}

.white-hero h3 {
	font-weight: 400;
}

.white-hero h1 {
	padding-right: 30px;
	font-weight: 300;
	line-height: 1.333;
}

.sub-hero .section-padding {
	padding-bottom: 0px;
}

.sub-hero-right h2 {
	color: #4a4e57;
}

.section-headline p {
	margin-top: 0px!important;
}

/* With Form */

.sub-hero-form {
	background: #f5f8fa;
	padding: 30px;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 0px;
}

.sub-hero-form h3 {
	font-weight: bold;
	color: #34475b;
	line-height: 1.375;
	font-size: calc(16px + ((24 * (100vw - 320px)) / 1600));
	letter-spacing: 1px;
}

body .sub-hero-form .hs-input {
	background: #fff!important;
}

.no-margin {
	margin: 0px!important;
}

/* Home Shadow Boxes */

.shadow-box {
	background: #fff;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 1px;
	padding: 30px 70px 50px;
}

@media (min-width: 768px){
	.mtn130 {
		margin-top: -130px;
	}
	.mtn80 {
		margin-top: -80px;
	}
  .shadow-box.mtn80{
   margin-top: -8vh; 
  }
}

.box-logo {
	max-height: 70px;
	margin-bottom: 30px!important;
}

.shadow-box h3 {
	font-weight: 300!important;
	line-height: 1.7;
    text-align: center;
	margin-bottom: 30px;
}

a.underline {
	position: relative;
    padding: 0 0 12px;
    color: #e32727;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 6px;
    text-decoration: none;
    transition: color 0.25s ease-out;
    cursor: pointer;
    pointer-events: auto;
	  margin-top: 35px;
  display: inline-block;
}

a.underline:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: initial;
    left: 0;
    width: 100%;
    height: 2px;
    margin: 0;
	background: #e32727;
    transition: all 0.25s cubic-bezier(0.000,0.600,0.175,1.0);
    pointer-events: auto;
}

a.underline:hover:before {
    pointer-events: auto;
    height: 2px;
    width: 0;
    right: 0;
    left: initial;
    background: #e32727;
}

a.underline:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    left: initial;
    height: 2px;
    margin: 0;
    background: #e32727;
    transition: all 0.25s ease-out;
    transition-delay: .25s;
    pointer-events: auto;
}

a.underline:hover:after {
    pointer-events: auto;
    height: 2px;
    right: initial;
    left: 0;
    width: 100%;
    background: #e32727;
}

.two-buttons a.underline {
	margin: 0px 15px;
}

.mega-menu-container a.underline {
 margin-top: 0px!important; 
}

/* Page Center Sections */

.section-background {
	position: relative!important;
	background-size: cover!important;
	background-position: center center!important;
	background-attachment: fixed!important;
}

.page-center .span6 {
	position: relative;
}

/*.page-center .center-vert {
    position: absolute;
    top: 50%;
    left: 0;
	transform: translate(0px, -50%);
}*/

.page-center .section-padding h2 {font-weight: 300;}

.page-center .section-padding p, .page-center .section-padding li, .page-center .section-padding {font-weight: 300;}

/*.section-padding {padding: 120px 0px;}*/

.section-padding {padding: 80px 0px;}

.section-padding.outer {padding: 0px; margin: 80px 0px;}

.standard-margin { margin-top: 80px;}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, li.white, a.white {
	color: #fff!important;
}

a.underline.white {
    color: #FFFFFF;
}

a.underline.white:before {
	background: #fff;
}

a.underline.white:hover:before {
	background: #FFFFFF;
}

a.underline.white:after {
	background: #FFFFFF;
}

a.underline.white:hover:after {
    background: #FFFFFF;
}

/* Grid Item */

.grid-item h3 {
	font-weight: 400;
	margin-bottom: 22.5px;
	line-height: 1.465;
}

.grid-item p {
	margin-top: 22.5px;
	margin-bottom: 22.5px;
	font-weight: 300;
	color: #4a4e57
}


.grid-item {
	margin-bottom: 30px;
	margin-top: 30px;
}

.img-container {
	max-width: 90%; float: none; margin: 0 auto;
}

.drop-shadow {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 1px;
}


/* Tabber APC Spec */

.section-logo img, img.section-logo {
 	max-height: 80px; 
}

.tab-container h3 {
  font-weight: 400;
  line-height: 1.375;
}

.tab-container a.underline {
    margin-top: 0px;
    margin-bottom: 40px;
}

/* Team Member*/

.member-img {margin-bottom: 20px;}
.member-name {margin: 0px!important; color: #16478d; font-size: 21px; font-weight: bold!important; line-height: 1.375;}
.member-product {margin: 0px!important; font-weight: bold!important; line-height: 1.675;} 
.member-title {margin: 0px!important; line-height: 1.675;}

.team-grid .member-name {font-size: 16px; line-height: 1.675;}

@media (max-width: 767px){
	.team-grid .member-name {
	 margin-top: 20px;
	}
	.member-img {
		margin-top: 40px;
	}
}

/* Newsletter Tabs */

.newsletter-listing p {
	margin: 0px;
}

.newsletter-listing .span6, .newsletter-listing .span12 {
	margin-bottom: 40px;
}

/* Product Boxes & Newsletter Boxes */

.product-box {
	background: #fff;
	border-radius: 0px 0px 4px 4px;
	padding: 30px 70px 50px;
	border-top: 3px solid #34475b!important;
	border: 1px solid #f5f8fa;
}

@media (max-width: 767px){
  .product-box {
  	margin-bottom: 30px;  
  }
}

.product-box.span4, .product-box.span3 {
	padding: 30px 30px 50px;
}

.product-box:hover {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 1px;
	border-top: 3px solid #e32727!important;
}


.product-box .box-logo {
	max-height: 70px;
	margin-bottom: 30px!important;
}

.product-box .new-logo {
 /*height: 50px; */
}

.product-box .new-logo.sub-line {
 /*height: 50px; */
}

.product-box h3 {
	font-weight: 300!important;
	line-height: 1.7;
    text-align: center;
	margin-bottom: 30px;
}

.product-box h5 {
	color: #7c97b6;
	font-weight: bold;
}

.product-box .newsletter-img img, .product-box img.newsletter-img {
	margin-bottom: -50px!important;
	margin-top: 40px!important;
	width: 300px;
}


.product-box.span4 .two-buttons a.underline {
	margin: 0px 5px;
}


.resource-box-grid .span6 {
	padding: 0px 15px 30px;
}


.reference-box {
	border: 2px solid #34475b;
	background: #f5f8fa;
	padding: 0px 40px;
  margin-top: 40px;
}

.hs-search-results__listing {
	margin-top: 30px;
}

.hs-search-results__listing li a {
	font-size: 21px;
}

.hs-search-field__suggestions {
	background: #fff;
}

.hs-search-field__suggestions li a, .hs-search-field__suggestions #results-for {
	padding: 5px 10px;
}


/* ==========================================================================
   Shows                                            
   ========================================================================== */

.show-name, .show-location {
	display: inline-block;
}

.show-details {
	font-size: 18px;
}

.show-name {
	font-weight: bold;
	padding-right: 5px;
}

.show-date {
	color: #16478d;
	font-weight: bold;
}

.show-listing {
	margin: 40px auto;
	border: 1px solid #f5f8fa;
	padding: 50px 30px 30px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 1px;
}

.show-links {
	text-align: center;
}

/* ==========================================================================
   RSS Feed                                          
   ========================================================================== */

.body-container-wrapper .hs_cos_wrapper_type_rss_listing h3 {
  font-size: calc(24px + ((20 * (100vw - 375px)) / 1065)); 
  /*font-weight: 400;*/
  line-height: 1.465;
  text-align: center;
  margin-bottom: 40px;
}

.body-container-wrapper .hs-rss-module {
  float: none;
  margin: 0 auto;
}

@media screen and (min-width: 80em) {
.body-container-wrapper .hs-rss-module {
    max-width: 90%!important;
}
}

@media screen and (min-width: 20em) {
.body-container-wrapper .hs-rss-module {
    max-width: 82.5em;
}
}

.body-container-wrapper .hs-rss-module .one-third {
 float: left; 
}

@media screen and (min-width: 105em) {
.body-container-wrapper .hs-rss-module .one-third {
    width: 21.8%!important;
    /*float: left;*/
    margin: 0 1.515% 1.875em!important;
}
}

@media screen and (min-width: 64em) and (max-width: 105em) {
.body-container-wrapper .hs-rss-module .one-third {
    width: 30.303%;
    /*float: left;*/
    margin: 0 1.515% 1.875em;
}
}

@media screen and (min-width: 40em) and (max-width: 64em){
.body-container-wrapper .hs-rss-module .one-third {
    width: 46.876%;
    margin: 0 1.515% 1.875em;
    /*float: left;*/
}
}

.body-container-wrapper .hs-rss-module .one-third {
    min-height: 605px;
}

@media (max-width: 767px){
.body-container-wrapper .hs-rss-module .one-third {
    min-height: 475px;
}
}

.body-container-wrapper .hs-rss-module .one-third .hs-rss-item-image-wrapper {
    max-height: 220px;
    overflow: hidden;
}

.body-container-wrapper .hs-rss-module .one-third .hs-rss-item-image-wrapper {
    width: 100%;
    max-width: 100%!important;
    margin: 0 0 34px 0!important;
    float: none;
}

.body-container-wrapper .hs-rss-module .one-third .hs-rss-item-image-wrapper img {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    display: inline-block !important;
    float: none!important;
    margin: 10px 0px 10px 0px;
    transform: translateY(-15%);
}

.body-container-wrapper .hs-rss-module .hs-rss-item-text {
 text-align: center;
  width: 90%;
  padding-right: 0px;
  margin: 0 auto!important;
  float: none;
}

.body-container-wrapper .hs-rss-module a.hs-rss-title {
    font-size: 18px!important;
    line-height: 27px!important;
    letter-spacing: .065em;
    color: #e32727!important;
    text-transform: uppercase;
    font-weight: 700!important;
    max-width: 270px;
    margin: 0 auto;
    text-align: center!important;
}

.body-container-wrapper .hs-rss-module .hs-rss-description {
    font-size: 14px;
    line-height: 27px;
    color: #333c4e;
    padding: 0 25px;
    text-align: center;
    margin-top: 30px;
    display: block;
    width: 85%;
    margin: 15px auto;
    max-height: 100px;
    overflow: hidden;
}

.body-container-wrapper .hs-rss-module .hs-rss-description p {
	margin-top: 15px;
}

@media (max-width: 640px){
 .body-container-wrapper .hs_cos_wrapper_type_rss_listing .hs-rss-module .one-third {
   width: 300px;
   margin: 0 auto;
   float: none;
   max-width: 100%;
   max-height: 100%;
  }
}


/* ==========================================================================
   Sidebar Navigation                                            
   ========================================================================== */
  
  .outer-wrapper {
    width: 100%;
    max-width: 72.3%;
    margin-left: auto!important;
    margin-right: auto!important;
    float: none!important;
  }

@media (max-width: 1600px){
.sidebar .outer-wrapper {
  max-width: 90%;
}
}

  .left-col {
    width: 100%;
    background-color: #f5f8fa;
    border: solid 1px #34475b;
    max-width: 300px;
    z-index: 1;
    margin-top: 40px;
}
  
  .left-col {
    position: -webkit-sticky;
    position: sticky;
    top: 15%;
    margin-bottom: 60px;
  }

@media (min-width: 1600px){
   .left-col { 
    top: 25%;  
  }
}
  
  .left-col .fixed-left-header {
    position: relative;
    padding: 14px 10px 12px;
    border-bottom: solid 1px #34475b;
    background: #fff;
}
  
  .left-col h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: rgba(0,0,0,0.82);
    margin: 0px;
}
  
  .left-col .fixed-header-bottom-row {
    padding-bottom: 12px;
    display: block;
    padding-left: 3px;
    padding-right: 24px;
}

.left-col .fixed-header-bottom-row ul {
  display: block!important; 
}

.left-col ul li {
 float: none!important; 
}

  .left-col ul li a {
    border-bottom: solid 1px #34475b;
    padding: 7px 0 4px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: normal;
    color: #17191d;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
}

.left-col ul li span.exp {
	font-weight: 300!important;
	font-size: 12px!important;
	color: #7c97b6!important;
}

.left-col ul li span.exp, .left-col ul li span {
  display: none!important; 
}

@media (max-width: 767px){
  .left-col {
   display: none!important;  
  }
  .outer-wrapper {
   max-width: 100%!important; 
  }
}

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


   10. BLOG STYLES                                             


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





/* ==========================================================================
   Blog Listing / News Listing                                              
   ========================================================================== */


.blog .inside-grid {
    margin: 0 auto!important;
    float: none;
}

@media screen and (min-width: 80em) {
.blog .inside-grid {
    max-width: 90%!important;
}
}

@media screen and (min-width: 20em) {
.blog .inside-grid {
    max-width: 82.5em;
}
}

.blog .post-item {
 float: left; 
}

@media screen and (min-width: 105em) {
.blog .post-item {
    width: 21.95%!important;
    /*float: left;*/
    margin: 0 1.515% 1.875em!important;
}
}

@media screen and (min-width: 64em) and (max-width: 105em) {
.blog .post-item {
    width: 30.303%;
    /*float: left;*/
    margin: 0 1.515% 1.875em;
}
}

@media screen and (min-width: 40em) and (max-width: 64em){
.blog .post-item {
    width: 46.876%;
    margin: 0 1.515% 1.875em;
    /*float: left;*/
}
}

div.ias-noneleft {
	margin: 40px 0px;
}

div#pagination {
	margin: 40px 0px;
}

.blog-listing-wrapper .post-listing .post-item {
    min-height: 605px;
}

@media (max-width: 767px){
.blog-listing-wrapper .post-listing .post-item {
    min-height: 475px;
}
}

.blog .hs-featured-image {
    width: 100%;
    max-width: 100%!important;
    margin: 0 0 34px 0!important;
    float: none;
}

.blog #hubspot-topic_data a{
    font-size: 10px;
    color: #7e8890;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
}

.blog .post-listing .post-header h2 a, .blog .post-listing .post-header h2 {
    font-size: 18px!important;
    line-height: 27px!important;
    letter-spacing: .065em;
    color: #e32727!important;
    text-transform: uppercase;
    font-weight: 700!important;
    max-width: 270px;
    margin: 10px auto 0;
    text-align: center!important;
}

.blog .post-listing .post-body {
    font-size: 14px;
    line-height: 27px;
    color: #333c4e;
    padding: 0 25px;
    text-align: center;
    margin-top: 30px;
    display: block;
    width: 85%;
    margin: 15px auto;
    max-height: 100px;
    overflow: hidden;
}

.blog .post-listing .post-body p {
	margin-top: 15px;
}

.see-what-else {
    font-size: 14px;
    font-weight: 700;
    color: #7e8890;
    text-transform: uppercase;
    letter-spacing: .075em;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 30px;
}

.blog .ias-trigger a.btn {
	color: #e32727;
    text-transform: uppercase;
    background: 0 0;
    border: 1px solid ;
	font-weight: 700;#e32727
    line-height: 25px;
    font-size: 12px;
    letter-spacing: .125em;
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
    padding: 12px 50px 10px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.blog .ias-trigger a.btn:hover {
    color: #fff;
	background: #e32727;
}

.blog .ias-trigger .grid__item.one-whole {
    width: 100%;
    margin-right: 0!important;
    margin-left: 0!important;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

tabs


/* ==========================================================================
   Blog Post / News Post                                           
   ========================================================================== */

.hs-blog-post .blog .content {
    max-width: 800px!important;
}

.hs-blog-post .blog .section.post-header {
	margin-bottom: 120px;
}

.hs-blog-post .blog h1 {
	font-size: 50px;
    line-height: 66px;
}


@media (max-width: 1366px) {
    .hs-blog-post .blog .content {
    max-width: 700px!important;
}
}

.hs-blog-post .blog .content .blog-section {
    padding-top: 10px;
}

.hs-blog-post .blog .content {
    display: block;
    width: 85%;
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.hs-blog-post .blog .content p, .hs-blog-post .blog .content ol, .hs-blog-post .blog .content ul {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    margin: 27px auto;
    font-weight: 300;
}

.hs-blog-post .blog .content li {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

.hs-blog-post .blog .content h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto 40px;
}
.hs-blog-post .blog .content .dropcap {
    float: left;
    font-size: 119.2px;
    line-height: 90px;
    font-weight: 400;
    color: #b2292e;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: -1px;
}

@media (max-width: 640px) { 
blockquote p, blockquote:visited p {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
}

@media (max-width: 1366px){
blockquote p, blockquote:visited p {
    font: bold 16px/28px 'Lato',sans-serif;
}
}

blockquote p, blockquote:visited p {
    display: block !important;
    color: #af272f !important;
    margin: 35px auto !important;
    width: 100% !important;
    font: italic 300 24px/1.875 'Roboto',sans-serif;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    margin-bottom: 16px!important;
    margin-top: 0px!important;
}

.inv-tweet-sa, .inv-tweet-sa:visited {
    display: block !important;
    color: #b2292e !important;
    margin: 70px auto !important;
    width: 100% !important;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
}

.inv-tweet-sa .sa-twitter-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.inv-tweet-sa .sa-icon-twitter, .inv-tweet-sa:visited .sa-icon-twitter {
    position: relative;
    display: block;
    width: 23px;
    height: 26px;
    background: url(http://www.civicplus.com/hubfs/twitter-sprite.png) no-repeat left top;
    margin: 7px auto 0;
}

.inv-tweet-sa .sa-icon-twitter:hover {
    opacity: 0;
}

.inv-tweet-sa .sa-icon-twitter-hover {
    position: absolute;
    top: 0;
    left: 50%;
    height: 26px;
    width: 23px;
    margin-left: -11.5px;
    background: url(http://www.civicplus.com/hubfs/twitter-sprite.png) no-repeat -23px top;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.caption-text {
    color: #7e8890!important;
    text-align: center;
}

.newsletter-signup {
    position: relative;
    background: #00b2a9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin: 40px auto 90px;
}


.newsletter-signup .newsletter-content {
    padding: 55px 0;
    margin: 0 auto;
}

.newsletter-signup .newsletter-content h2 {
    font: 26px!important;
    font-weight: 300!important;
    color: #fff!important;
    text-align: center;
    margin: 0 auto 5px!important;
}

.newsletter-signup .newsletter-content p {
    margin: 0 auto 25px!important;
    font-weight: 500;
    font-size: 15px!important;
    color: #7e8890!important;
}

.newsletter-signup .inline-form {
    padding-left: 0px!important;
}

@media screen and (min-width: 768px){
.newsletter-signup .newsletter-content form {
    width: auto;
}
.newsletter-signup .newsletter-content .inline-form input[type="email"] {
    width: 300px!important;
    margin: 0 15px 0 0;
}
.newsletter-signup .newsletter-content form .button input {
    width: auto;
    margin: 0;
}
.newsletter-signup .newsletter-content .inline-form {
    width: auto;
    margin-left: -130px;
}
}

@media screen and (max-width: 767px) {
    .newsletter-content .inline-form .hs_submit {
        left: 0!important;
        top: 0!important;
    }
    .hs-blog-post .newsletter-signup .newsletter-content p.footnote {
    margin-top: 0px!important;
    display:none!important;
    }
    .newsletter-signup .newsletter-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.newsletter-signup .newsletter-content .inline-form {
    display: inline-block;
    margin-top: -20px!important;
}

@media (max-width: 767px){
    .newsletter-signup .newsletter-content .inline-form {
    margin-top: -50px !important;
}
}

.newsletter-signup .newsletter-content .inline-form input[type="email"] {
    margin: 10px 0 0 17px;
    font-size: 15px;
    color: #7e8890;
    /*position: absolute;
    top: 0;
    left: 0;*/
}

.newsletter-signup .newsletter-content .inline-form input[type="email"] {
    width: 100%;
    margin: 0;
    padding: 12px 15px!important;
    border-color: #d0d5d8;
}

.newsletter-content .inline-form input[type="email"] {
    background: #fff;
    width: 232px;
    line-height: 1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px!important;
    padding: 18px 15px;
    margin-right: 10px;
    border: 1px solid #d4d7da;
}

.newsletter-signup .newsletter-content .inline-form .hs-button {
    width: auto;
    padding: 20px 25px 18px!important;
    font-size: 12px;
}

.newsletter-signup .newsletter-content .inline-form form {
    height: 80px!important;
}

.newsletter-content .inline-form .hs-button {
    display: inline-block;
    padding: 20px 40px;
    background: #b2292e;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.newsletter-content .inline-form .hs_submit {
    width: auto;
    position: relative;
    left: 220px;
    top: -89px;
    margin-left: 8px;
    overflow: hidden;
}

.newsletter-content .hs-error-msgs {
    display: none!important;
}

.newsletter-signup .newsletter-content p.footnote {
    opacity: .5;
    font-weight: 500;
    font-size: 11px!important;
    color: #abb0b7!important;
    margin-bottom: 0!important;
    margin-top: -90px!important;
}

@media (min-width: 768px){
_::-webkit-:not(:root:root), .newsletter-signup .newsletter-content p.footnote {
 margin-top: -75px!important;
}
}

.author-card {
    margin: 0 auto 70px;
}

.author-card .divider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.author-card .divider .copy {
    font-weight: 700;
    font-size: 12px;
    color: #abb0b7;
    float: left;
        text-transform: uppercase;
        padding-right: 15px;
}

.author-card .divider .line {
    margin-top: 6px;
    border-bottom: 1px solid #d0d5d8;
    overflow: hidden;
}

.author-card .author-block img {
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.author-card .author-block h3, .author-card .author-block h3 a {
    color: #252b33!important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 0px;
}


.author-card .author-block p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #252b33;
    width: auto;
    margin-top: 10px!important;
    margin-bottom: 0px!important;
}

.author-card .author-block a {
    color:#b2292e;
}

.hs-blog-post .related-articles {
    position: relative;
    max-width: 1080px;
    margin: 0 auto!important;
    padding-top: 70px;
    float: none;
}

.related-articles h2 {
    font-size: 14px!important;
    font-weight: 700!important;
    color: #252b33!important;
    letter-spacing: .075em!important;
    text-align: center!important;
    margin-bottom: 35px!important;
    text-transform: uppercase;
}

.related-articles .related-content .grid__item.one-third {
    float: left;
    border-bottom: 0px;
    border-left: 0px;
}

.related-articles .related-content .grid__item.one-third .hs-rss-item-image-wrapper {
    width: 100%!important;
    margin-bottom: 35px;
}

.related-articles .related-content .blog-flow {
    text-align: center;
}

@media screen and (min-width: 1024px) {
.related-articles .related-content .grid__item.one-third {
    width: 32.5%;
    padding: 0 26px;
    margin-bottom: 80px;
    height: 298px!important;
}
}

@media screen and (min-width: 550px) and (max-width: 1023px) {
.related-articles .related-content .grid__item.one-third {
    width: 49.5%;
    display: inline-block;
    margin-bottom: 80px;
    padding: 0 12px;
    min-height: 400px;
}
}

@media screen and (max-width: 549px){
.related-articles .related-content .grid__item.one-third {
    width: 100%;
    margin-bottom: 80px;
}
}

.related-articles .related-content .grid__item .hs-rss-title {
    font-size: 18px!important;
    line-height: 27px!important;
    letter-spacing: .065em;
	color: #e32727;
    max-width: 275px;
    margin: 0 auto;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center!important;
}

.related-articles .related-content .grid__item .hs-rss-title span {
    text-align: center !important;
}


.related-articles .related-content .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    float: none;
    padding-right: 0px;
    box-sizing: border-box;
    margin: 0 auto;
}

.related-articles .related-content .grid__item.one-third:last-of-type {
    border-right: 0px;
}

.related-articles .related-content .blog-flow {
    overflow: visible;
    text-overflow: initial;
    white-space: initial;
    width: auto;
}

.related-articles .related-content .rss-container .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    padding: 0px!important;
}

.related-articles .related-content .rss-container .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
     height: 187px!important;
}

.related-articles .related-content .grid__item.one-third .grid__item.one-third {
	width: 100%!important;
}


@media screen and (min-width: 550px) {
.author-content {
    display: block!important;
}
}

.author-content {
    position: absolute;
    left: 50%;
    /*-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
    width: 100px;
    margin-left: -50px;
    display: none;
}

.author-content img {
    height: 40px;
    width: 40px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 5px;
}

.author-content p, .author-content span, .author-content {
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    color: #fff;
    text-align: center;
}

.author-content a {
    color: #fff!important;
    font-weight: 700;
}

/* ==========================================================================
   Power Page Styles  - By Type                                 
   ========================================================================== */

/* Standard */

.hs-blog-post .blog .standard {
  background: #fff;
  /*#f9f8f7*/
  /*#f5f8fa*/
}

.hs-blog-post .blog .standard .blog-section {
    display: block;
    width: 85%;
    max-width: 810px !important;
    padding: 40px!important;
    float: none;
    margin: 0 auto;
    position: relative;
  	background: #fff;
}

@media (max-width: 900px){
  .hs-blog-post .blog .standard .blog-section {
    max-width: 100%!important;
    width: auto!important;
  }
}

.hs-blog-post .blog .sidebar .blog-section {
  padding: 40px!important;
  background: #fff;
}

.hs-blog-post .blog .standard .section.post-header {
		margin-bottom: 0px;
    padding-bottom: 10px;
    /*padding-top: 40px;*/
}

.hs-blog-post .blog .standard h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.1818;
}

/* Sidebar */

.hs-blog-post .blog .sidebar {
    display: block;
    width: 85%;
    /*max-width: 810px !important;*/
    padding: 0px 40px!important;
    float: none;
    margin: 0 auto;
    position: relative;
  	background: #fff;
}

.hs-blog-post .blog .sidebar .blog-section {
  padding: 40px!important;
  background: #fff;
}

.hs-blog-post .blog .sidebar .section.post-header {
		margin-bottom: 0px;
    padding-bottom: 10px;
    /*padding-top: 40px;*/
}

.hs-blog-post .blog .sidebar h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.1818;
}

.hs-blog-post .blog .sidebar .sidebar-container {
 margin-top: 40px;
  padding: 32px;
  background: #f5f8fa;
  border: 1px solid #cad6e2;
  border-radius: 4px;
}

.hs-blog-post .blog .sidebar .sidebar-container h3 {
 font-weight: bold; 
}

/* Go-to Guide */

.hs-blog-post .blog .go-to-guide .blog-section {
    display: block;
    width: 85%;
    max-width: 810px !important;
    padding: 40px!important;
    float: none;
    margin: 0 auto;
    position: relative;
  	background: #fff;
}

.hs-blog-post .blog .go-to-guide .blog-section {
  padding: 40px!important;
  background: #fff;
}

.hs-blog-post .blog .go-to-guide h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.1818;
}

.guide-hero {
 padding-bottom: 60px; 
}

.go-to-guide .hero-container {
  	display: block;
    width: 85%;
    max-width: 810px !important;
  	float: none;
    margin: 0 auto;
    position: relative;
}

.go-to-guide .hero-title h1 {
     padding-top: 2.4rem; 
     margin-bottom: 2.5rem;
     padding-left: 3rem;
    padding-right: 3rem;
      padding-bottom: 35px;
    border-bottom: 1px solid rgba(0,0,0,.15);
   font-size: 46px!important;
  text-align: center;
}

@media (max-width:767px){
   .go-to-guide .hero-title h1 {
      padding-left: 0px;
      padding-right: 0px;
      font-size: 32px!important;
      padding-top: 80px;
  } 
}

.go-to-guide .hero-container .span6 {
 padding-left: 20px;
  padding-right: 20px;
}

.go-to-guide .hero-container p {
 margin-top: 0px; 
}

.go-to-cob {
    background: #fff;
    border-radius: 10px;
    padding: 2rem 3rem 3rem;
}

.go-to-cob h2, .go-to-cob h3, .go-to-cob h4, .go-to-cob p, .go-to-cob {
  color: #17191d!important; 
}

.go-to-cob h4 {
   	font-weight: bold;
    font-size: 30px!important;
    text-align: center;
    line-height: 1.18;
    margin-bottom: 40px;
}

.go-to-cob .span5, .go-to-cob .span7 {
 padding-left: 20px;
  padding-right: 20px;
}

.go-to-guide .post-body h3 {
  font-weight: 300;
}

.go-to-guide .post-body h2 {
  font-weight: bold;
  text-align: center;
}

/* ==========================================================================
   Temporary Styles                            
   ========================================================================== */

.mm-is-hidden {
 display: none; 
}



.sticky-sb {    background: #34475b; padding:40px; margin-top: 30px; display: block!important; border-radius: 4px;}

.sticky-sb h3 {line-height: 1.475!important; color: #fff;}

@media (min-width: 768px){
  
.sticky-sb {position: -webkit-sticky;
    position: sticky!important;
    top: 10%!important;
  }

}

.features p {
    font-size: 1.20em;
    line-height: 1.4em;
    background: url(https://4004065.fs1.hubspotusercontent-na1.net/hubfs/4004065/Icons/red-checkmark-40.png) no-repeat top 3px left;
    padding: 0 0 0 40px;
    background-size: 28px 28px;
}

.features.blue p {
      background: url(https://4004065.fs1.hubspotusercontent-na1.net/hubfs/4004065/Icons/blue-checkmark.svg) no-repeat top 0px left;
    background-size: 30px;
}


/*Universal CTA for nav */

.hsg-nav__group-item--cta a#cta_button_4004065_95808c7e-2f63-4c18-b4d9-b3813f621b55 {
    padding: 10px 1rem!important;
    font-weight: bold !important;
    color: #ffffff!important;
    line-height: 1!important;
    font-size: 13px !important;
    font-weight: bold!important;
    border-radius: 50px!important;
}


/* struggle section */

#struggle h2 {
font-size: 27px!important;
text-align: left!important;
padding-bottom: 20px!important;
font-family: 'Roboto',arial,sans-serif;
font-weight: normal!important;
max-width: 790px!important;
text-align: center!important;
margin: 0 auto!important;
}

#struggle p.p-heading {
font-size: calc(24px + ((20 * (100vw - 375px)) / 1065))!important;
    line-height: 1.465!important;
    text-align: center!important;
    margin-bottom: 40px!important;
    font-weight: normal!important;
      margin-top: 10px!important;
  margin-bottom: 15px!important;
}

#struggle a.cta_button {
margin-top: 0px!important;
}

.kitchen-sink h2 {
font-size: calc(24px + ((20 * (100vw - 375px)) / 1065))!important;
    line-height: 1.265!important;
    margin-bottom: 40px!important;
    font-weight: normal!important;
      margin-top: 10px!important;
  margin-bottom: 15px!important;
}

.has-white-color h2, .has-white-color p, .has-white-color l1 {
color: #ffffff!important;
} 


#icon-rows .alt-style .flex-row {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
#icon-rows .icon-rows .flex-row {
    padding-bottom: 0px!important;
}

#icon-rows .alt-style .icon-col {
    background-image: none!important;
    height: inherit!important;
}
#icon-rows .icon-rows .icon-col {
    background-image: url(https://www.lumitex.com/hubfs/2021_website/svg/circle-1.svg);
    background-repeat: no-repeat!important;
    height: 150px!important;
    background-size: cover!important;
}
#icon-rows .alt-style .icon-col {
    width: 150px;
}

#icon-rows .alt-style .text-col {
    width: calc(100% - 150px);
    padding-left: 0px;
}

#icon-rows p {
    margin: 20px 0!important;
}

#icon-rows a.cta_button {
margin-top: 40px!important;
}

#paint-cans p.neg-margin {
    margin-top: -50px!important;
}

#paint-cans h2 {
    margin-bottom: -30px!important;
}

@media (min-width: 768px){
.flex-row .col-plan-box {
    padding-left: 15px;
    padding-right: 15px;
  width: calc(27% - 30px) !important;
}
  
.flex-row .col-plan-dots {
    padding-left: 15px;
    padding-right: 15px;
  width: calc(9% - 30px) !important;
}
  
}

#the-plan .card h2 {
color: #16478d!important;
}

#the-plan .card h3 {
font-weight: 100!important;
}

#the-plan .card {
    background-color: #fff;
    -webkit-box-shadow: 0 40px 100px rgb(0 0 0 / 10%);
    box-shadow: 0 40px 100px rgb(0 0 0 / 10%);
    position: relative;
  padding: 30px 20px 50px 20px!important;
}

#the-plan .dots p {
    font-size: 100px!important;
    line-height: 100px!important;
    margin-top: -70px!important;
    color: #9c9d9d!important;
  margin-bottom: 0px!important;
  letter-spacing: -8px!important;
      margin-left: -8px!important;
}

#the-plan a.cta_button {
margin-top: 40px!important;
}


@media (min-width: 768px) and (max-width: 1290px){

.container-fluid .row-fluid .kitchen-sink .page-center {
    float: none;
    max-width: 86%!important;
    margin: 0 auto;
    position: relative;
}
}


@media (max-width: 992px){

.flex-row .col-plan-box, .flex-row .col-plan-dots {
    padding-left: 15px;
    padding-right: 15px;
  width: 100%!important;
}
  
  #the-plan .card {
    max-width: 400px!important;
    margin: 0 auto!important;
}
  

 
  #the-plan .dots {
max-width: 100px!important;
    margin: 0 auto!important;  
  }
  
    #the-plan .dots p {
transform: rotate(-90deg)!important;
          margin-left: -65px!important;
      margin-top: 0px !important;
  }
  
  
}

#explain .card {
    background-color: #fff;
    -webkit-box-shadow: 0 40px 100px rgb(0 0 0 / 10%);
    box-shadow: 0 40px 100px rgb(0 0 0 / 10%);
    margin: 0 0 20px;
    position: relative;
    border-radius: 5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#explain .card .card-body {
    padding: 50px 50px 50px;
    border-radius: 10px !important;
}


/* 2021 new menu */

.nav-2021 .nav-cta a#cta_button_4004065_7c9d7621-b261-4c8b-8136-56c124726f44, .nav-2021 .nav-cta a#cta_button_4004065_1403f9d5-a3fb-4059-864b-5b2ef4082b56 {
    padding: 10px 1rem!important;
    font-weight: bold !important;
    color: #ffffff!important;
    line-height: 1!important;
    font-size: 13px !important;
    font-weight: bold!important;
    border-radius: 50px;
    min-width: 1px!important;
    text-transform: none!important;
}


.nav-2021 .nav-cta {
    position: absolute;
    right: 0;
    top: 10px;
    width: auto!important;
    margin-left: 20px;
}

.menu-2021 .main-navigation .hs-menu-wrapper.active-branch ul {
    margin-top: 7px!important;    
}

.menu-2021 .header-inner-wrapper.centered {
    position: relative!important;
}

.header-logo {
  width: auto!important;
}

@media (min-width: 1080px) {
.nav-phone ul {
  margin-top: 10px!important;
}
}

.nav-phone {
width: auto!important;
}

.nav-search {
width: auto!important;
}


.nav-2021 .hsg-nav__wrapper {

}

.nav-search {
    float: right;
/*     position: absolute; */
    right: 770px;
    top: 8px;
}

.nav-2021 .row-fluid .linked-to-mega-menu-in-header-overlap {
    /* width: 70.81196581200001%!important; */
  padding-right: 20px!important;
  float: right!important;
  margin-right: 150px!important;
  width: auto!important;
}

.menu-2021 .hsg-nav-top-bar {
  display: none!important;
}

.menu-2021 .hs-search-field__suggestions {
display: none!important;
}

.menu-2021 .hsg-nav__wrapper {
    background-color: #ffffff!important;
      position: relative!important;
}

.menu-2021 .hsg-nav__wrapper, .menu-2021 .hsg-nav__wrapper .hsg-nav-bar {
    background-color: #ffffff!important;
    border-bottom: none!important;    
}

@media (min-width: 1080px) and (max-width: 1150px){

  .nav-search {
    right: 700px!important;
} 
  
}


@media (min-width: 1151px) and (max-width: 1300px){
.menu-2021 .hs-menu-wrapper ul li a {
    font-size: 12px !important;
}
  
.menu-2021 .main-navigation ul a {
    font-size: 12px !important;
    color: #17191d !important;
    font-weight: 600 !important;
}
  
  .nav-search {
    right: 700px!important;
} 
  
}

@media (min-width: 1080px) and (max-width: 1200px){
.nav-phone {
    width: auto !important;
    display: none!important;
}
}

@media (min-width: 1080px) and (max-width: 1150px){
.menu-2021 .hs-menu-wrapper ul li {
    padding: 0 16px!important;
}
}

.mega-menu .tab-1 {
left: 240px!important;    
}

.menu-2021 .tab-1 {
left: 320px!important;    
}



.menu-2021 .tab-placeholder {
display: none!important;
}

@media (min-width: 1080px) and (max-width: 1250px){
.mega-menu .markets-tabs .tab__content>div {    
    left: 0px!important;   
}

.mega-menu .tab__content>div {
    padding-left: 25px!important;    
}
  
.mega-menu .markets-tabs .tab__content>div {
    padding-left: 25px!important;
}
  
}


  /* menu 2021 */
  
    #hs_cos_wrapper_widget_1585079224428 .section-background {
    margin-bottom: -30px!important;
    margin-top: 0px!important;
}
  
body  .header-container-wrapper {    
    height: 111px!important;    
}

@media (min-width: 1080px){
.header-container-wrapper .header-wrapper {
    top: 0px!important;
}
  
}

.mobile-menu sup {
display: inline!important;
}


/* product pages */

.product-hero .cta_button {
    float: none!important;
    margin-right: 20px!important;
}

.product-hero {
  width: 100%!important;
  background-position: center center!important;
  position: relative!important; 
  z-index:1!important;
  background-size: cover!important;
}

.product-overlay {
  width: 100%!important;
  height: 100%!important;
  position: absolute!important;
  z-index:2!important;
  background: rgba(0,0,0,0.65)!important;
}

.prooduct-hero-inner h1 {
color: #ffffff!important;
  font-weight: bold!important;
}

.prooduct-hero-inner h2 {
color: #ffffff!important;
max-width: 600px!important;
  font-size: 36px!important;
  margin-bottom: 40px!important;
}

.left-col ul li span.exp, .left-col ul li span {
    display: inline-block!important;
}

.left-col .hs-menu-wrapper ul li a {
    font-size: 16px !important;
}

.left-col ul li span.exp {
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #17191d!important;
}

@media (min-width: 1151px) and (max-width: 1300px){
body .left-col .hs-menu-wrapper ul li a {
    font-size: 13px !important;
}
  
  .left-col ul li span.exp {
    font-size: 13px !important;
}
  
}

@media (min-width: 1080px) and (max-width: 1150px){
body .left-col .hs-menu-wrapper ul li a {
    font-size: 12px !important;
}
  
    .left-col ul li span.exp {
    font-size: 12px !important;
}
  
}

@media (min-width: 1080px){
.hero-background {
    margin-top: 10px!important;
}
}

body .legal-consent-container label.hs-form-booleancheckbox-display .hs-input[type="checkbox"] {
    margin-top: 5px!important;
}

  .legal-consent-container {
    margin-bottom: 10px;
    font-size: 12px!important;
}
  
  body .legal-consent-container p {
    margin: 0px 0px 10px!important;
}

/* adjusting mobile menu breakpoint */

/* @media (min-width: 1180px){
.hs-content-id-59441681435 .mobile-menu {
    display: none!important;
    padding: 0px!important;
    min-height: 0px!important;
}  
}

@media (max-width: 1179px){
.hs-content-id-59441681435 .mega-menu {    
	display:none!important;
}
  
.hs-content-id-59441681435 .mobile-menu {
    display: block!important;
  }
  
}  */






/* End */


/* menu 2024 */

@media (min-width: 1080px){

.menu-2024 {
    width: 70%!important;
    position: absolute!important;
    right: 0px!important;
}

.menu-2024 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background-color: #ffffff!important;
    width: auto!important;
    text-align: left!important;
}

.menu-2024 .extra-wrapper-secondary span {
    background-color: #e32727!important;
    padding: 15px 20px!important;
    border-radius: 100px!important;
  color: #ffffff!important;
}
  
}


@media (max-width: 1079px){
  .header-wrapper.with-navigation {
    margin-top: 0px!important;
}
  
  .mobile-menu-button {
    top: 30px!important;
}
  
  .main-navigation .hs-menu-wrapper {
    top: 100px !important;
}
  
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible!important;
    opacity: 1!important;
    position: relative!important;
    margin-bottom: 10px!important;
    display: inline-block!important;

}
  
  .main-navigation .hs-menu-wrapper.active-branch ul {
     padding-bottom: 0px!important;
}
  
  
}


@media (max-width: 800px){
 .main-navigation .nav-phone {
  display: none!important;
  }
}