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

/* ==========================================================================
   MACROS                                            
   ========================================================================== */



















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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */

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

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700,700i,800');

@font-face {
  font-family: "fc";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn2.hubspot.net/hubfs/4095805/January2018/Fonts/fc#iefix") format("embedded-opentype"), 
       url("//cdn2.hubspot.net/hubfs/4095805/January2018/Fonts/fc.woff?61304469") format("woff"), 
       url("//cdn2.hubspot.net/hubfs/4095805/January2018/Fonts/fc.ttf?61304469") format("truetype"), 
       url("//cdn2.hubspot.net/hubfs/4095805/January2018/Fonts/fc.svg?61304469#fc") format("svg");
}

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("//cdn2.hubspot.net/hubfs/4095805/January2018/Fonts/icomoon.eot?#iefix") format("embedded-opentype"), 
       url("//cdn2.hubspot.net/hubfs/4095805/January2018/Fonts/icomoon.woff") format("woff"), 
       url("//cdn2.hubspot.net/hubfs/4095805/January2018/Fonts/icomoon.ttf") format("truetype"), 
       url("//cdn2.hubspot.net/hubfs/4095805/January2018/Fonts/icomoon.svg#icomoon") format("svg");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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


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

/* Basic text */
p {
    padding-bottom: 27px;
    margin: 0px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #444;
    letter-spacing: -0.5px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-family: Open Sans;
    letter-spacing: 1.5px;
    font-size: 25px;
    line-height: 31px;
    font-weight: 800;
    margin: 0.67em 0;
}
h2 {
    font-family: Open Sans;
    letter-spacing: 1.5px;
    font-weight: 800;
    font-size: 23px;
    line-height: 36px;
    margin-top: 0px;
    margin-bottom: 10px;
}
h3 {
    font-family: Open Sans;
    letter-spacing: 1.5px;
    font-weight: 800;
    font-size: 19px;
    line-height: 34px;
    margin-bottom: 7px;
    margin-top: 0px;
}
h4 {
    font-family: Open Sans;
    letter-spacing: 1.5px;
    font-weight: 800;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 7px;
    margin-top: 0px;
}
h5 {
    font-family: Open Sans;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
    margin-top: 0px;
}
h6 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
    margin-top: 0px;
}

/* Anchor Links */
a { 
    color: #c20f2f;
    text-decoration: none;
}
a:hover, a:focus { 
    color: #2a6496;
    text-decoration: underline;
}

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {
    position: fixed;
    width: 100%;
    z-index: 998;
    left: 0;
    top: 0;
}

.header-container .top-header{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: #F8F8F8;
    z-index: 999;
    position: relative;
}

.header-container .top-header.no-nav{
    min-height: 42px;
}

.header-container .top-header .page-center{
    padding-left: 15px;
    padding-right: 15px;
}

.header-container .top-header .page-center .top-links{
    text-align: right;
  height: 32px;
}

.header-container .top-header .page-center .top-links ul{
    float: right;
    margin: 0;
    padding: 0;
    height: 3em;
    list-style-type: none;
}

.header-container .top-header .page-center .top-links ul li{
    display: inline-block;
    float: left;
    font-size: 12px;
}

.header-container .top-header .page-center .top-links ul li.call a, 
.header-container .top-header .page-center .top-links ul li.support a,
.header-container .top-header .page-center .top-links ul li.Opportunities a,
.header-container .top-header .page-center .top-links ul li.career a {
    font-size: 14px !important;
    line-height: 14px !important;
    color: rgba(0,0,0,0.55);
    border-left: 1px solid #ddd;
    font-weight: 400;
    font-family: 'Open Sans';
    padding: 10px;
    display: inline-block;.
    margin: 7px 1px 0;
}

.header-container .top-header .page-center .top-links ul li.career a{
  border-right: 1px solid #ddd;
}

/* .header-container .top-header .page-center .top-links ul li.support a{
    background-color: rgb(11, 117, 184);
    margin: 0 1px;
    font-family: 'Open Sans';
    color: #fff;
    display: inline-block;
    line-height: 13px;
    font-size: 15px;
    padding: 1em 10px;
}

.header-container .top-header .page-center .top-links ul li.career a{
    background-color: #fff;
    margin: 0 1px;
    font-weight: 900;
    color: #FF2F3B;
    display: inline-block;
    line-height: 13px;
    font-size: 15px;
    padding: 1em 10px;
    font-family: 'Open Sans';
} */

.header-container .main-header{
    background: #fff;
    padding-top: 18px;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}

.header-container .main-header.no-nav{
    height: 106px;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.header-container .main-header .page-center .logo-box{
    width: auto;
    position: relative;
    margin-right: 2%;
}

.header-container .main-header .page-center .logo-box a img{
    height: 70px;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.header-container .main-header .page-center .menu-container{
    width: auto;
    margin: 0;
    float: right;
}

.header-container .main-header .page-center .menu-container .right-menu{
    margin-left: 15px;
    float: right;
    width: auto;
}

.header-container .main-header .page-center .menu-container .right-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-container .main-header .page-center .menu-container .right-menu ul li{
    display: inline-block;
    padding-bottom: 18px;
    padding-top: 18px;
    line-height: 12px;
    position: relative;
    float: left;
}

.header-container .main-header .page-center .menu-container .right-menu ul li.search-btn > div{
    border-left: 1px solid rgba(0,0,0,0.15);
    padding-left: 23px;
    line-height: 24px;
}

.header-container .main-header .page-center .menu-container .right-menu ul li.search-btn > div span.icon-salient-search{
    color: rgba(0,0,0,0.4);
    font-size: 16px;
    line-height: 20px;
    width: 24px;
    height: 24px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.header-container .main-header .page-center .menu-container .right-menu ul li.search-btn > div span.icon-salient-search:hover{
    text-decoration: underline;
    cursor: pointer;
    color: #c20f2f;
}

span.icon-salient-x.icon-default-style::before {
    content: "\e003";
}

.header-container .main-header .page-center .menu-container .right-menu ul li.side-form-btn{
    margin-left: 19px;
    margin-right: 5px;
    -webkit-transition: margin 0.25s ease;
    -moz-transition: margin 0.25s ease;
    -o-transition: margin 0.25s ease;
    -ms-transition: margin 0.25s ease;
    transition: margin 0.25s ease;
}

.header-container .main-header .page-center .menu-container .right-menu ul  li.side-form-btn > div{
    width: 22px;
}

.header-container .main-header .page-center .menu-container .right-menu ul  li.side-form-btn > div span{
    height: 21px;
    -webkit-transition: transform 0.33s 0s ease;
    -moz-transition: transform 0.33s 0s ease;
    -o-transition: transform 0.33s 0s ease;
    -ms-transition: transform 0.33s 0s ease;
    transition: transform 0.33s 0s ease;
}

.header-container .main-header .page-center .menu-container .right-menu ul  li.side-form-btn > div span:hover{
    text-decoration: underline;
    cursor: pointer;
}

.header-container .main-header .page-center .menu-container .right-menu ul  li.side-form-btn > div span i{
    font-size: 1.3em;
    color: #2A9A47;
}

.icon-salient-search:before {
    content: "\e002";
}

.icon-salient-x, .icon-salient-search, .icon-salient-right-arrow, .icon-salient-left-arrow, .icon-salient-right-line, .icon-salient-back-to-all, .icon-salient-left-arrow-thin, .icon-salient-right-arrow-thin, .icon-salient-down-arrow-thin, .icon-salient-down-arrow, .icon-salient-google-plus, .ascend .mfp-image-holder .mfp-close, .ascend .mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-close, .icon-salient-facebook, .icon-salient-twitter, .icon-salient-pinterest, .icon-salient-heart, .icon-salient-heart-2, .icon-salient-plus, .icon-salient-cart, body[data-is="minimal"] [class^="icon-"].icon-reorder, .icon-salient-pencil, .icon-be, .icon-vimeo, .icon-soundcloud, .icon-button-arrow, .icon-salient-thin-line, .icon-salient-spotify, .icon-salient-m-user, .salient-page-submenu-icon, .icon-salient-m-clock, .video-play-button, .mejs-controls .mejs-button button {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.header-container .main-header .page-center{
    position: relative;
}

.header-container .main-header .page-center .csm-top-search{
    background: #fff;
    position: absolute;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-container .main-header .page-center .csm-top-search.show{
    opacity: 1;
    visibility: visible;
}

.header-container .main-header .page-center .csm-top-search label,
.header-container .main-header .page-center .csm-top-search a.hs-button.primary{
    display: none;
}

.header-container .main-header .page-center .csm-top-search .input{
    width: 92%;
    position: relative;
}

.header-container .main-header .page-center .csm-top-search input.hs-input{
    font-size: 43px;
    height: 59px;
    display: inline-block;
    line-height: 43px;
    color: #888;
    border: 0;
    background: transparent;
    font-family: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.header-container .main-header .page-center .csm-top-search input.hs-input::-webkit-input-placeholder {
    color: #888 !important;
    opacity: 1;
} /* Webkit Browsers */
.header-container .main-header .page-center .csm-top-search input.hs-input:-moz-placeholder {
    color: #888 !important;
    opacity: 1;
} /* Firefox 18- */
.header-container .main-header .page-center .csm-top-search input.hs-input::-moz-placeholder {
    color: #888 !important;
    opacity: 1;
} /* Firefox 19+ */
.header-container .main-header .page-center .csm-top-search input.hs-input:-ms-input-placeholder {
    color: #888 !important;
    opacity: 1;
} /* IE10 */

.header-container .main-header .page-center .csm-top-search .icon-salient-x{
    color: #a0a0a0;
    font-size: 18px;
    line-height: 19px;
    position: absolute;
    right: 0px;
    top: 22px;
    cursor: pointer;    
}

/* .header-container .main-header .page-center .csm-top-search .icon-salient-x:after{
    content: "\e003";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
} */

@media (min-width: 1000px){

    body.scroll-header .header-container .main-header .page-center .logo-box a img{
        height: 60px;
    }
    
    body.scroll-header .header-container .main-header{
        padding-top: 6px;
    }
    
    body.scroll-header .header-container .main-header .page-center .menu-container .right-menu ul li{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    body.scroll-header .header-container .main-header.no-nav{
        height: 75px;
        -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    transition: height 0.3s ease;
    }

}

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

.body-container-wrapper {
  margin-top: 140px;
}
.body-container {   
  top: 144px;
}

.body-overlay,
.footer-overlay{
    background: rgba(0,0,0,0.8);
    content: "";
    position: fixed;
    top: 0;
    width: 100% !important;
    height: 100%;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body.visible-form .body-overlay,
body.visible-form .footer-overlay{
    opacity: 1;
    visibility: visible;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.row-fluid .sideform-container{
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    overflow: hidden;
    z-index: 10000;
    background-color: #525e6c;
    padding: 33px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(301px);
    -moz-transform: translateX(301px);
    -o-transform: translateX(301px);
    -ms-transform: translateX(301px);
    transform: translateX(301px);
}

@media (max-width: 999px){
    
    .row-fluid .sideform-container{
        height: 100vh;
        overflow-y: scroll;
    }
    
}

body.visible-form .row-fluid .sideform-container{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}
body.visible-form .row-fluid .sideform-container .container-wrap {
    max-height: calc(100vh - 66px);
    overflow-y: auto !important;
    margin-right: -50px;
    padding-right: 50px;
    width: calc(100% + 50px);
}
body.visible-form .row-fluid .sideform-container .container-wrap > .row-fluid-wrapper {
    width: 234px;
    overflow: hidden;
}

.sideform-container a.close-btn{
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 18px;
    max-width: none;
    line-height: 32px;
    position: absolute;
    right: 16px;
    cursor: pointer;
    top: 22px;
    text-decoration: none;
    /*-webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -moz-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -o-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -ms-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;*/
}

/*.sideform-container a.close-btn span:before{*/
/*    -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -moz-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -o-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -ms-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;*/
/*}*/

/*.sideform-container a.close-btn span:hover:before{*/
/*    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);*/
/*}*/

.icon-salient-x.icon-default-style {
    -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -moz-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -o-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -ms-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;;
    display:  block;
}

.icon-salient-x.icon-default-style:hover{
    -webkit-transform: rotate(90deg);  
    -ms-transform: rotate(90deg);      
    transform: rotate(90deg);
}

.sideform-container .text-widget{
    color: #fff;
}

.sideform-container h4{
    font-weight: bold;
    font-family: 'Open Sans';
    line-height: 18px;
    letter-spacing: 1.5px;
    font-size: 1.8em;
    color: #fff;
    margin: 0 0 15px;
}

.sideform-container a.remote-supp{
    margin-top: 1em;
    background-color: #EC1F2B;
    border-color: #EC1F2B;
    outline-color: #EC1F2B;
    float: right;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 0px;
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.sideform-container a.remote-supp:hover{
    background-color: #c20f2f;
    text-decoration: none;
}

.sideform-container p.slide-semibold{
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 0px;
}

.sideform-container .side-form label {
    color: #fff;
}
.sideform-container .side-form .hs-form-field > label {
    font-weight: 600;
}

.sideform-container .side-form input.hs-input{
    background-color: #fafafa;
    line-height: 1.4;
    font-size: 14px;
    padding: 0 8px;
    min-height: 37.6px;
    border: 1px solid #ddd;
}
.sideform-container .side-form input.hs-input.invalid,
.sideform-container .side-form input.hs-input.error {
    border-color: red;
    background: #ffd9d9;
}

.sideform-container .side-form legend.hs-field-desc {
    color: #fff;
    font-size: 12px;
    font-style: italic;
}

.sideform-container .side-form .hs-form-field{
    padding: 0 1.5em 1.5em 0;
    margin: 0 !important;
}

.sideform-container .side-form .hs_submit .actions{
    padding: 0 1.5em 1.5em 0;
    margin: 0 !important;
}

.sideform-container .side-form input.hs-button.primary.large{
    background: #adadad;
    float: right;
    color: #fff;
    margin: 0 !important;
    text-shadow: 1px 0px 3px #989898;
}

.sideform-container .side-form .hs-form-field select{
    background-repeat: no-repeat;
    background-position: 100% 50%;
    font-size: 1em;
    background-size: 28px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url('//cdn2.hubspot.net/hubfs/4095805/January2018/Images/select-icon.png');
}

.sideform-container .side-form input.hs-button.primary.large:hover{
    background-color: #c20f2f;
    -webkit-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
    -moz-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
    -o-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
    -ms-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
    box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
}

/* All Main Containers Display FULL Width By Default */
.header-container, 
.body-container-wrapper, 
.footer-container-wrapper {
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -o-transition: transform 500ms ease;
    -ms-transition: transform 500ms ease;
    transition: transform 500ms ease;
}
     
/* All Main Containers Display PARTIAL Width On Icon Click */
.visible-form .header-container, 
.visible-form .body-container-wrapper, 
.visible-form .footer-container-wrapper{
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.custom-banner-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 47%;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 414px;
}
.custom-banner-image .banner-overlay {
    background: url('//cdn2.hubspot.net/hubfs/4095805/January2018/Images/grid.png');
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.custom-banner-image .page-center{
    padding-left: 80px;
    padding-right: 80px;
}

.custom-banner-image .banner-text {
    padding: 0;
    color: #fff;
    text-align: left;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}
.custom-banner-image .banner-text a {
    color: #fff;
    text-decoration: underline;
}

.custom-banner-image .banner-text p{
    font-size: 24px;
    line-height: 38px;
    font-family: 'Open Sans';
    font-weight: 300;
    margin: 0;
}

.custom-banner-image .banner-text h2{
    font-size: 60px;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04em;
    font-family: 'Open Sans';
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
}
.custom-banner-image .banner-text h1,
.custom-banner-image .banner-text h3,
.custom-banner-image .banner-text h4,
.custom-banner-image .banner-text h5,
.custom-banner-image .banner-text h6 {
    color: #fff;
}
.custom-banner-image .banner-text ul,
.custom-banner-image .banner-text ol {
	display: inline-block;
}
.custom-banner-image .banner-text li {
	text-align: left;
}
.custom-banner-image .banner-text ul > li:last-child,
.custom-banner-image .banner-text ol > li:last-child {
	white-space: pre-line;
}
.custom-banner-image .banner-text > .page-center > :first-child {
	margin-top: 0;
	padding-top: 0;
}
.custom-banner-image .banner-text > .page-center > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
body.error-template .custom-banner-image .banner-text *,
body.password-template .custom-banner-image .banner-text *,
body.subscription-template .custom-banner-image .banner-text * {
    display: none;
}


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

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

.footer-container .cta-container{
    font-family: 'Open Sans';
    font-weight: 300;
    position: relative;
    z-index: 10;
    background-color: #c20f2f;
    text-align: center;
    vertical-align: bottom;
    font-size: 22px;
}

.footer-container .cta-container .page-center{
    padding: 20px 0px 15px 0px;
    letter-spacing: 1px;
}

.footer-container .cta-container .page-center .cta-content span.help-title{
    letter-spacing: -1px;
    display: inline-block;
    font-family: 'Open Sans';
    color: #fff;
    font-weight: 800;
}

.footer-container .cta-container .page-center .cta-content a{
    color: rgb(255, 255, 255);
    border: 2px solid rgba(255, 255, 255, 0.75);
    position: relative;
    top: -3px;
    margin-bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    letter-spacing: 2px;
    margin-left: 20px;
    line-height: 24px;
    display: inline-block;
    font-weight: normal;
    padding: 16px 21px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.footer-container .main-footer{
    color: #ccc;
    position: relative;
    z-index: 10;
    padding: 55px 0px;
    background-color: #252525;
}

.footer-container .main-footer .page-center .footer-column{
    /* width: 23.5%; */
    margin-right: 2%;
    margin-left: 0;
}

.footer-container .main-footer .page-center .footer-column.last{
    margin-right: 0;
    margin-left: 0;
}

.footer-container .main-footer .page-center .footer-column.last p{
  font-size: 14px;
}

.footer-container .main-footer .page-center .footer-column.last p.last-p{
    padding-bottom: 0px;
}

.footer-container .main-footer .page-center .footer-column.last p{
    padding-bottom: 20px;
}

.footer-container .main-footer .page-center .footer-column h4{
    color: #777;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-container .main-footer .page-center .footer-column .col-links a{
    color: #ccc;
    padding: 8px 0;
}

.footer-container .main-footer .page-center .footer-column .col-links li a {
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
}

.footer-container .main-footer .page-center .footer-column .col-links li a:hover {
    color: #c20f2f!important;
}

.footer-container .main-footer .page-center .footer-column .col-links li:first-child a{
    padding: 0 0 8px;
}

.footer-container .copyright-container{
    padding: 20px 0px;
    font-size: 1px;
    background-color: #1c1c1c;
    color: #777;
}

.footer-container .copyright-container .page-center{
    padding-left: 15px;
    padding-right: 15px;
}

.footer-container .copyright-container .page-center .copyright p{
    line-height: 22px;
    margin-top: 3px;
    padding-bottom: 0;
  font-size: 18px;
}

.footer-container .copyright-container .page-center .copyright p a{
    color: #ccc;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;;
}

.footer-container .copyright-container .page-center .copyright p a:hover {
    color: #c20f2f;
    text-decoration: underline;
}

.custom-footer {
    position:relative;
    min-height: 0px !important;
}

.custom-footer #backtotop {
    cursor: pointer;
    position: fixed;
    text-align: center;
    line-height: 12px;
    right: 17px;
    bottom: 17px;
    color: #fff;
    z-index: 9994;
    height: 29px;
    width: 29px;
    background-color: rgba(0,0,0,0.87);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.custom-footer #backtotop i{
    line-height: 29px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    top: 0px;
    left: 0px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: transparent;
}

[class^="icon-"], 
[class*=" icon-"], 
[class*="fa-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
}

.icon-angle-up::before {
    content: "\f106";
}

.custom-footer #backtotop:hover{
    background: #c20f2f;
}

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

@media (min-width: 1000px){

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

.header-container .mobile-menu-container{
    display: none;
}

/* Parent List */
.hs-menu-wrapper > ul,
.hs-menu-wrapper > ul > li,
.hs-menu-wrapper > ul > li > a {
    vertical-align: top;
}

.header-container .main-header .menu-container .custom-menu-primary{
    margin: 0;
    width: auto;
    float: right;
}

.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-bottom: 48px;
    padding-top: 20px;
    position: relative;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #888;
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-bottom: 32px;
    padding-top: 17px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    color: #c20f2f;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a{
    padding-right: 28.2px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 8px;
    position: absolute;
    margin-top: -1px;
    font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover:after{
    text-decoration: none;
}

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

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 12px;
    line-height: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 14px 16px 14px 14px;
    color: #ccc;
    transition: none;
    letter-spacing: 0;
    font-family: 'Open Sans';
    padding-right: 16px;
    background-color: #1C1C1C;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background-color: #272727;
    color: #c20f2f;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
    color: #c20f2f;
}

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

}

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


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

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

@media (max-width: 999px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 5px;           /* Position Button at right of screen */
    left: -45px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    line-height: 46px;
    font-size: 24px;
    color: #a9a9a9;
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    padding-top: 17px;
    text-align: center;
    right: 0px;
    width: 40px !important; /* Button width */
    min-width: 40px !important;
    height: 49px !important; /* Button height */  
  }
  .child-trigger:hover{
    text-decoration: none;
  }
    
    .icon-angle-down::before {
        content: "\f107";
    }
    
    .child-trigger i{
        font-size: 12px;
    }
    
    .child-trigger.child-open i{
        color: #c20f2f;
    }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
    z-index: 999;
  }
    
    .icon-reorder::before {
        content: "\f0c9";
    }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul{
      padding-top: 10px;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    line-height: 1.42857143;
    overflow: visible;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    font-size: 12px;
    display: block;
    position: relative;
    padding: 16px 0;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: rgba(255, 255, 255, 0.6);
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
    text-decoration: underline;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    margin-left: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 12px; /* Font size of child lists */
  }

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

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

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

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

  /* Post Buttons */
  
  
  
  
  
  
/* =============== General Blog Styles =============== */

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

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

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

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

.blog-subscription-wrapper input[type="email"] {
    border-radius: 0;
    padding: 12px;
    border: 1px solid #0b75b8;
    font-style: italic;
    font-size: 16px;
    line-height: 1;
    float: left;
    width:70%;
    display: inline;
    margin-top: 10px;
    height: 42px;
}

.blog-subscription-wrapper input[type="email"]:focus {
    box-shadow: 0 0 3px 1px #0b75b8;
}

.blog-subscription-wrapper label {
    display: none;
}

.blog-subscription-wrapper h3 {
    text-align: center;
    margin: 0px;
}

.blog-subscription-wrapper input[type="submit"] {
    text-transform: uppercase;
    border-radius: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    width:30%;
    position: relative;
    float: right;
    display: inline;
    border: 1px solid #0b75b8;
    padding: 12px;
    vertical-align: baseline;
}

.blog-subscription-wrapper input[type="submit"]:hover {
    background-color: #3399ff !important;
    border: 1px solid #3399ff;
    color: #fff;
}

.blog-subscription-form.hs-form-field > label {
  display: none;
}

.submitted-message h2 {
  color: #ffffff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  padding-top: 16px;
	line-height: 30px;
}


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

.blog .blog-content {}

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

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

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



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

.post-header h2 a{
    color: #000000!important;
}

/* Blog Author and Avatar */
.hs-author-listing-header {
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 3px double #ccc;
}
.hs-author-detail {
    display: table;
    vertical-align: middle;
    text-align: left;
    margin: 15px 0;
}
.hs-author-detail .hs-author-avatar,
.hs-author-detail .hs-author-info {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
}
.hs-author-detail .hs-author-avatar {
    padding-right: 20px;
    width: 150px;
}
.hs-author-detail .hs-author-info {
    width: auto;
}
.hs-author-detail .hs-author-info > div {
    margin: 10px 0;
    font-size: 0.9em;
    line-height: 1.5;
}
.blog-post-wrapper .hs-author-profile {
    margin-top: 30px;
}
#hubspot-author_data .hs-author-avatar {
    max-width: 150px;
    max-height: 150px;
}
.hs-author-profile .hs-author-avatar .author-link {
    display: block;
    width: 130px;
    height: 130px;
}
.hs-author-profile .hs-author-avatar .avatar-bg {
    display: block;
    width: 130px;
    height: 130px;
    border: solid 3px #ccc;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.hs-author-profile .hs-author-avatar .author-link .avatar-bg {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hs-author-profile .hs-author-avatar .author-link .avatar-bg:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.blog-listing-wrapper .post-listing .post-item .post-header .hs-author-avatar {
    margin-bottom: 0.58824em;
}
.blog-listing-wrapper .post-listing .post-item .post-header .hs-author-avatar img {
    max-width: 128px;
    max-height: 128px;
}

.blog-actr {
  vertical-align: bottom;
  height: 50px;
  margin-bottom: 10px;
}

.authorAvatar img {
    width: 50px;
    float: left;
    position: relative;
}

.authorAvatarPost img {
  width: 50px;
  margin-right: 8px;
}

.authorAvatarPost {
  margin: 16px 0;
}

.authorName {
  padding-left: 16px;
  vertical-align: bottom;
	display: table-cell;
  height: 50px;
}

.readTime {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 16px;
  color: #c20f2f;
  text-decoration: none;
}

.readTime.post {
  display: inline;
}

.custom-date {
  position: relative;
  display: inline-block;
  width: 100px;
  background: #0b75b8;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 7px;
  color: #fefefe;
  text-transform: uppercase;
  z-index: 2;
  font-size: 14px;
  top: -32px;
  left: 100%;
}

.postDate {
  position: relative;
  display: inline-block;
  width: 150px;
  background: #0b75b8;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 7px;
  color: #fefefe;
  text-transform: uppercase;
  z-index: 2;
  font-size: 14px;
  left: 73%;
}

.postDate p {
  padding: 5px 0;
}

.readMoreButton {
    background-color: #c20f2f;
    padding: 10px 25px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-color: #c20f2f;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    margin: auto;
    width: 25%;
    display: block;
}

.readMoreButton:hover {
  text-decoration: none;
  color: #c20f2f;
  background-color: #ffffff;
}

@media (max-width: 1200px) {
  .readMoreButton {
  	padding: 10px;
  }
}

@media (max-width: 1000px) {
  .blogFeaturedImage,
  .blogFeaturedImage img {
		max-width: 100% !important;
    width: 100% !important;
    display: block;
  }
  
  .custom-date {
    position: inherit;
    left: 0;
  }
  
  .post-item {
    max-height: 100% !important;
  }
  
  .blogListingIntro {
    width: 100% !important
  }
}

@media (max-width: 700px) {
  .readMoreButton {
    width: 50% !important;
  }
}


.hs-author-profile { display: none!important; }

.hs-author-listing-header {
    margin: 30px 0 0px 0;
}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin: 30px 0;
    padding: 30px 2.2%;
    border: 1px solid #ccc;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    outline: none;
    vertical-align: middle;
    font-family: inherit;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.5em;
    background: #4488ee;
    color: #fff;
    border: 0;
    min-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 9px 18px;
    text-transform: none;
    letter-spacing: 0;
    text-shadow: 1px 0px 3px #3b77d1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
a.more-link:hover {
    outline: none;
    color: #fff;
    background: #c20f2f;
    border: 0;
    text-shadow: none;
    -webkit-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
    -moz-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
    -o-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
    -ms-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
    box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
}

.blog-list-new #hubspot-topic_data
{
    display:none;
}


.blog-list-new .social-media-new
{
    display: none;
    
}

.blog-list-new #hubspot-topic_data
{
    display:none;
}


.blog-list-new .social-media-new
{
    display: none;
    
}

.blogFeaturedImage {
  display: inline-block;
  width: 40%
}
  
.blogFeaturedImage img {
  max-width: 450px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.blogListingIntro {
  display: inline-block;
  width: 60%;
  float: right;
  position: relative;
  padding: 0 25px;
}


.blog-list-new .read-more-click
{
    display:none!important;
}

.post-blog-new .post-item
{
    width: 100%!important;
    float: none;
    margin: 0px auto!important;
    padding:10px 0px;
    position:relative;
    min-height: initial;
}

.post-item {
    float: left;
  max-height: 360px;
}

.CTABackground {
  background-image: url('https://cdn2.hubspot.net/hubfs/4095805/aos-big-sharp-printer.jpg');
  background-size: cover;
}

.featuredImagePost {
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blogPostNarrowColumn {
  margin: auto !important;
  max-width: 800px;
}

.hs-author-avatar {
}


.post-blog-new .hs-featured-image 
{
    float: none !important;
    margin: 0px 0px 10px!important;
    max-width: 100% !important;
    width: 100% !important;
    max-height: 450px;
}

.post-blog-new .hubspot-editable-new span
{
    display:block;
}

.post-blog-new .social-media-new span
{
    display:block;
}

.post-blog-new .social-media-new
{
    position:fixed;
    top:30%;
    left:0px;
    z-index: 4;
}

.post-blog-new .subscribe-right
{
    position:relative;
    top:-14px;
    float: right;
}

.post-blog-new .hs-author-social-section
{
    display:none;
}

span.date {
    font-size: 24px;
    display: block;
}

.custom-topic {
    width: auto;
    background: #ed6b0b;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 7px;
    font-family: open sans;
    color: #fefefe;
    text-transform: uppercase;
    margin-right: 15px;
    position: absolute;
    right: 42px;
    z-index: 2;
    top: 74px;
    font-size: 14px;
}

span.topic {
    font-size: 24px;
    display: block;
    padding: 0px 15px;
}

/* Blog Topics List */
#hubspot-topic_data {
    margin: 30px 0 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    padding: 15px 0 5px;
    height: auto;
    position: relative;
    z-index: 0;
}

.social-media-ics a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: 30px;
    background-repeat: no-repeat;
    margin: 0 5px;
    background-position: center center;
  padding-top: 10px;
}

.social-media-ics {
  padding-top: 10px;
  float: right;
  height: 50px;
}

.social-media-ics span {
  vertical-align: bottom;
}

#fb,
#twr,
#lin,
#mail, {
  display:inline-block;
}

#fb {
  background-image: url('https://cdn2.hubspot.net/hubfs/4095805/January2018/Images/FacebookBlack.svg');
}

#twr {
  background-image: url('https://cdn2.hubspot.net/hubfs/4095805/January2018/Images/Twitter.svg');
}
  
#lin {
  background-image: url('https://cdn2.hubspot.net/hubfs/4095805/January2018/Images/linkedin.svg');
}

#mail {
  background-image: url('https://cdn2.hubspot.net/hubfs/4095805/January2018/Images/Email.svg');
}

.social.social1,
.social.social2,
.social.social3,
.social.social4 {
  display: inline-block;
}


/* Blog Commments */
.custom_listing_comments {
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #ccc;
}
#comments-listing {
}

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

#captcha_wrapper {
    margin-bottom: 15px;
}

/* Pagination */
.blog-pagination {
    text-align: center;
}
.blog-pagination a {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    outline: none;
    vertical-align: middle;
    font-family: inherit;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.5em;
    background: #4488ee;
    color: #fff;
    border: 0;
    min-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 9px 18px;
    text-transform: none;
    letter-spacing: 0;
    text-shadow: 1px 0px 3px #3b77d1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.blog-pagination a:hover {
    outline: none;
    color: #fff;
    background: #c20f2f;
    border: 0;
    text-shadow: none;
    -webkit-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
    -moz-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
    -o-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
    -ms-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
    box-shadow: 0 0 100px rgba(50,50,50,.08) inset;
}
.blog-pagination a.previous-posts-link {
    float: left;
}
.blog-pagination a.all-posts-link {
    display: inline-block;
}
.blog-pagination a.next-posts-link {
    float: right;
}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .blog .blog-sidebar {
        margin-top: 50px;
    }
}
@media (max-width: 479px) {
    .hs-author-profile > h2,
    .hs-author-profile > h3 {
        text-align: center;
    }
    .hs-author-profile > h3 > a {
        display: block;
    }
    .hs-author-detail,
    .hs-author-detail .hs-author-avatar,
    .hs-author-detail .hs-author-info {
        display: block;
        width: 100%;
    }
    .hs-author-profile .hs-author-avatar {
        max-width: 100%;
        text-align: center;
        padding: 0;
    }
    .hs-author-profile .hs-author-avatar .author-link,
    .hs-author-profile .hs-author-avatar .avatar-bg {
        margin: 0 auto;
    }
    .hs-featured-image-wrapper .hs-featured-image-link {
        text-align: center;
        display: block;
    }
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
        max-width: 100%;
        float: none;
        margin: 20px auto;
    }
    .hs-author-listing-header {
        margin-top: 30px;
    }
}

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

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

  /* Labels */
             /* Label Asterix Text Color */
             	/* Message Errors Text Color */
                    /* Label Text Color */
                     /* Label Text Font Size */
                   /* Label Text Line Height */
                   /* Label Text Font Family */
                   /* Label Text Font Weight */
                     /* Label Text Margin Bottom */
  
  /* One Line Inputs */
                 /* Input Background Color */
                       /* Input Text Color */
                     /* Input Text Font Size */
                   /* Input Text Font Weight */
                   /* Input Text Line Height */
                   /* Input Text Font Family */
                   /* Input Text Transform */
                      /* Input Text Letter Spacing */
                    /* Input Margin Bottom */
            /* Input Padding Left and Right */
                     /* Input Minim Height */
                /* Input Border Style & Color */
                     /* Input Border Radius */
                       /* Input Box Shadow */
                      /* Input Text Shadow */
  
  /* One Line Inputs Focus */
                /* Input Focus Background Color */
                      /* Input Focus Text Color */
                         /* Input Focus Border Style & Color */
                      /* Input Focus Box Shadow */
  
  /* All Global Buttons (Excluding CTAs) */
                 /* Button Background Color */
                       /* Button Text Color */
                     /* Button Text Font Size */
                   /* Button Text Font Weight */
                   /* Button Text Line Height */
                   /* Button Text Font Family */
                   /* Button Text Transform */
                      /* Button Text Letter Spacing */
  						 /* Button Margin Top */
                    /* Button Margin Bottom */
            /* Button Padding ( top, right, bottom, left ) */
                     /* Button Minim Height */
                /* Button Border Style & Color */
                     /* Button Border Radius */
                       /* Button Box Shadow */
                      /* Button Text Shadow */
  
  /* Hover -> All Global Buttons (Excluding CTAs) */
                /* Button Hover Background Color */
                      /* Button Hover Text Color */
               /* Button Hover Border Style & Color */
                      /* Button Hover Box Shadow */
                     /* Button Hover Text Shadow */
  
  /* Focus -> All Global Buttons (Excluding CTAs) */
                /* Button Focus Background Color */
                      /* Button Focus Text Color */
               /* Button Focus Border Style & Color */
                      /* Button Focus Box Shadow */
                     /* Button Focus Text Shadow */


/* Label -> H3 style */
.widget-type-google_search label,
.hs_cos_wrapper_type_google_search label {
    display: inline-block;
    cursor: text;
    font-family: Open Sans;
    letter-spacing: 1.5px;
    font-weight: 800;
    font-size: 19px;
    line-height: 34px;
    margin-bottom: 7px;
    margin-top: 0px;
    color: #444;
}

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

/* Form Field */
.hs-form-field,
#hs-pwd-widget-password {
	margin-bottom: 10px !important;
}
form.hs-form fieldset {
    margin-right: -10px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    margin-bottom: 2px;
}
.hs-form-field > label > .hs-form-required {
    color: red;
    margin-left: 2px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    width: 100%;
    background-image: none;
    vertical-align: middle;
    outline: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    
    font-family: inherit;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    padding-left: 8px;
	padding-right: 8px;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    min-height: 40px;
    height: 40px;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
    color: #555;
    text-shadow: none;
    text-transform: none;
    letter-spacing: 0;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    outline: none;
    color: ;
    background-color: ;
    border: ;
    -webkit-box-shadow: ;
    -moz-box-shadow: ;
    -o-box-shadow: ;
    -ms-box-shadow: ;
    box-shadow: ;
}

input[type="text"].invalid,
input[type="password"].invalid, 
input[type="datetime"].invalid, 
input[type="datetime-local"].invalid, 
input[type="date"].invalid, 
input[type="month"].invalid, 
input[type="time"].invalid, 
input[type="week"].invalid, 
input[type="number"].invalid, 
input[type="email"].invalid, 
input[type="url"].invalid, 
input[type="search"].invalid, 
input[type="tel"].invalid, 
input[type="color"].invalid,
input[type="file"].invalid,
textarea.invalid,
select.invalid,
input[type="text"].error,
input[type="password"].error, 
input[type="datetime"].error, 
input[type="datetime-local"].error, 
input[type="date"].error, 
input[type="month"].error, 
input[type="time"].error, 
input[type="week"].error, 
input[type="number"].error, 
input[type="email"].error, 
input[type="url"].error, 
input[type="search"].error, 
input[type="tel"].error, 
input[type="color"].error,
input[type="file"].error,
textarea.error,
select.error {
    background: #ffd9d9;
    border-color: red;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
    min-height: 100px;
    height: auto;
    width: 100% !important;
	padding-top: 8px;
	padding-bottom: 8px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
    height: 40px;
}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list,
form.hs-form .hs_error_rollup .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
form.hs-form .hs_error_rollup .hs-error-msgs {
    margin-bottom: 10px;
    color: darkred;
}
form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
  margin-top: 7px;
  color: darkred;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
input[type="radio"],
input[type="checkbox"] {
  margin-left: 0;
  margin-right: 4px;
}
.checkbox-row span.fakelabel input {
  height: 24px;
}

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */

/* Captcha */
#recaptcha_response_field {
  height: auto !important;
  min-height: 22px !important;
}

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

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

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

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


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

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

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

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

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


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

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

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

.subscription-preferences p {
    padding-bottom: 0px;
}

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

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

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

#hs-search-module input.hs-input {
  margin-bottom: 10px;
}

/* =============== Captcha Table ==================== */
#captcha_wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    outline: none;
    vertical-align: middle;
    font-family: inherit;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.5em;
    background: #4488ee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    border: 0;
    min-height: 30px;
	margin-top:  0;
    margin-bottom:  10px;
    padding: 9px 18px;
    text-transform: none;
    letter-spacing: 0;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
    text-shadow: 1px 0px 3px #3b77d1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type="submit"],
input[type="button"] {
    padding-top: 0;
    padding-bottom: 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    outline: none;
    color: #fff;
    background: #c20f2f;
    border: 0;
    -webkit-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;;
    -moz-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;;
    -o-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;;
    -ms-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;;
    box-shadow: 0 0 100px rgba(50,50,50,.08) inset;;
    text-shadow: none;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline: none;
    color: #fff;
    background: #c20f2f;
    border: 0;
    -webkit-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;;
    -moz-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;;
    -o-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;;
    -ms-box-shadow: 0 0 100px rgba(50,50,50,.08) inset;;
    box-shadow: 0 0 100px rgba(50,50,50,.08) inset;;
    text-shadow: none;
}


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

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


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

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


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

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


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

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


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


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


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1440px){
    
    .custom-banner-image{
        background-position: center center;
    }
    
}

@media (max-width: 1300px){
    
    .custom-banner-image{
        min-height: 432px;
    }
    
    .custom-banner-image .banner-text h2{
        font-size: 32px;
        line-height: 50px;
    }    
    
    .custom-banner-image .banner-text p{
        font-size: 14px;
        line-height: 24px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        padding-right: 24.2px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a::after{
        margin-left: 7px;
    }
    
    .custom-banner-image .banner-text{
        top: 54%;
    }

}

@media (max-width: 1199px) {
    
    .container-fluid .row-fluid .page-center{
        max-width: 970px;
    }
    
    .custom-banner-image{
        min-height: 401px;
    }
    
    .custom-banner-image .banner-text{
        top: 59%;
    }
    
}


@media (max-width: 999px) {
    
    .container-fluid .row-fluid .page-center{
        max-width: 600px;
    }
    
    .header-container .top-header .page-center .top-links{
        text-align: center;
    }
    
    .header-container .top-header .page-center .top-links ul{
        float: none;
    }
    
    .header-container .top-header .page-center .top-links ul li{
        float: none;
    }
    
    .header-container .top-header{
        min-height: 47.5px;
    }
    
    .header-container .top-header .page-center .top-links ul li.call a{
        margin: 8px 1px 0;
    }
    
    .header-container .main-header .page-center .menu-container .right-menu ul li.search-btn{
        display: none;
    }
    
    .header-container .main-header .page-center .logo-box a img{
        height: 58px;
    }
    
    .header-container .main-header .page-center .logo-box{
        display: inline-block;
        position: absolute;
        float: none;
        width: 90%;
        text-align: center;
        left: 0;
        right: 0;
        margin: 3px auto 0;
        z-index: 1000;
    }
    
    .header-container .main-header{
        padding-top: 10px;
    }
    
    .header-container .main-header .page-center .menu-container .right-menu ul li.side-form-btn > div span i{
        line-height: 46px;
        font-size: 24px;
        z-index: 1000;
    }
    
    .header-container .main-header .page-center .menu-container .right-menu ul li.side-form-btn{
        margin-right: -2px;
        margin-top: -3px;
        margin-left: 0;
        padding-top: 0;
    }
    
    .header-container .main-header {
        padding-top: 10px;
        padding-bottom: 14px;
    }
    
    .body-container {
        margin-top: 0;
    }
    
    .header-container{
        position: relative;
    }
    
    .custom-banner-image {
        min-height: 204px;
    }
    
    .custom-banner-image .banner-text p{
        font-size: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    
    .footer-container .cta-container .page-center .cta-content span.help-title{
        width: 100%;
    }
    
    .footer-container .cta-container .page-center .cta-content a{
        top: 0;
        margin-left: 0;
        margin-top: 20px;
    }
    
    .footer-container .main-footer .page-center .footer-column{
        width: 48%;
        padding: 15px;
        margin-left: 0;
        margin-right: 15px;
        margin-bottom: 40px;
    }
    
    .footer-container .main-footer .page-center .footer-column.c1,
    .footer-container .main-footer .page-center .footer-column.c3{
        clear: both;
    }
    
    .footer-container .main-footer .page-center .footer-column.c2,
    .footer-container .main-footer .page-center .footer-column.last{
        margin-right: 0px;
    }
    
    .footer-container .main-footer .page-center .footer-column.c3,
    .footer-container .main-footer .page-center .footer-column.last{
        margin-bottom: 0;
    }
    
    .header-container .main-header .page-center .menu-container .custom-menu-primary.desktop,
    .header-container .main-header .page-center .menu-container .custom-menu-primary.desktop .mobile-trigger,
    .header-container .mobile-menu-container .custom-menu-primary.mobile .mobile-trigger{
        display: none !important;
    }
        
    .header-container .mobile-menu-container{
        display: none;
        background: #1F1F1F;
    }
    
    .header-container .mobile-menu-container .page-center{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .header-container .mobile-menu-container .page-center  .mobile-search{
        margin-top: 25px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .header-container .mobile-menu-container .page-center .mobile-search label{
        display: none;
    }
    
    .header-container .mobile-menu-container .page-center .mobile-search a.hs-button.primary{
        display: none;
    }
    
    .header-container .mobile-menu-container .page-center .mobile-search input.hs-input{
        background-color: #171717;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 0px !important;
        font-size: 12px;
        min-height: 52px;
        font-family: 'Open Sans';
        padding: 15px 15px 15px 40px;
        border: 0;
        border-bottom: 1px solid #2e2e2e;
        background-image: url('//cdn2.hubspot.net/hubfs/4095805/January2018/Images/mag-glass-mobile.png');
        background-repeat: no-repeat;
        background-position: 15px center;
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
    -o-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
    -ms-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
        -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    }
    
    body.visible-form{
        overflow: hidden;
    }
    
    .sideform-container .side-form{
        margin-bottom: 35px;
    }
    
}  

@media (max-width: 690px) {
    
    .container-fluid .row-fluid .page-center{
        max-width: 420px;
    }
    
    .header-container .top-header{
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 109px;
        height: auto;
    }
    
    .header-container .top-header .page-center .top-links ul li.call a{
        font-size: 18px;
        margin: 6px 1px 0;
    }
    
    .mobile-trigger{
        left: -36px;
    }
    
    .header-container .main-header .page-center .menu-container .right-menu ul li.side-form-btn{
        margin-right: -1px;
        margin-top: -4px;
    }
    
    .header-container .main-header {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    
    .custom-banner-image .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .custom-banner-image .banner-text h2{
        font-size: 16px;
        line-height: 30px;
    }
    
    .custom-banner-image {
        min-height: 175px;
    }
    
    .custom-banner-image .banner-text {
        top: 56%;
    }
    
    .footer-container .cta-container .page-center .cta-content span.help-title{
        font-size: 18px;
    }
    
    .footer-container .cta-container .page-center .cta-content a{
        width: 100%;
    }
    
    .footer-container .main-footer .page-center .footer-column.c1,
    .footer-container .main-footer .page-center .footer-column.c2,
    .footer-container .main-footer .page-center .footer-column.c3{
        width: 100%;
        padding: 0;
        margin-right: 0;
        margin-bottom: 40px;
    }
    
    .footer-container .main-footer .page-center .footer-column.last{
        width: 100%;
        padding: 0;
        margin-right: 0;
        margin-bottom: 0px;
    }
    
    .footer-container .copyright-container .page-center .copyright p{
        margin-bottom: 25px;
    }
    
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
        max-width: 100%;
        margin: 10px 0 10px 0;
    }
    
}

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

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


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

@media (max-width: 479px) {
    
    .container-fluid .row-fluid .page-center{
        max-width: 300px;
    }
    
    .header-container .top-header{
        min-height: 103px;
    }
    
    .mobile-trigger {
        left: -30px;
    }
    
    .custom-banner-image{
        display: none;
    }
    
}

@media (max-width: 340px){
    
    .mobile-trigger {
        left: -15px;
    }
    
}

a.hoverthis:hover{
background-color: #c33330!important;
}