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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('//fonts.googleapis.com/css?family=Alegreya+Sans:100,300,400,500,700');
@import url('//fonts.googleapis.com/css?family=Anton:400');

@font-face {
  font-family: "ETmodules";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn2.hubspot.net/hubfs/3922542/Inymbus_December2018/Font/modules.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/3922542/Inymbus_December2018/Font/modules.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/3922542/Inymbus_December2018/Font/modules.woff") format("woff");
}
@font-face {
  font-family: "ETmonarch";
  src: url("//cdn2.hubspot.net/hubfs/3922542/Inymbus_December2018/Font/ETmonarch/monarch.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/3922542/Inymbus_December2018/Font/ETmonarch/monarch.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/3922542/Inymbus_December2018/Font/ETmonarch/monarch.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

/* 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 {
  background: #fff;
  color: #666;
  font-family: "Open Sans",Arial,sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;    
  line-height: 1.5em;
}

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

#site-wrapper1 {
  float: none;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  position:relative;
}

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


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

/* Basic text */
p {
  margin:0 0 1em 0;    
} 
p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0 0 10px 0;   
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  color: #236cae; 
  font-family: 'Open Sans', sans-serif;  
  line-height: 1em;    
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 35px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 21px;    
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

/* Anchor Links */
/*a { */
/*   color: #666;*/
/*   text-decoration:none;*/
/*}*/
/*a:hover, a:focus { */
/*   color: #666;*/
/*   text-decoration:none; */
/*}*/

a { 
  color: #0077B5;
  text-decoration: none;    
}
a:hover, a:focus { 
  color: #444;
  text-decoration: none;
}




/* 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 {}
/* 11-02-2019 */
.pillar-page .header-container {
  padding:0px;
}

.pillar-page .header-container-wrapper {
  /*width:auto;*/
}

.row-fluid .custom-header-bottom-bg .page-center {
  padding: 0px !important;
}


/* 13-2-2019 */
.row-fluid .custom-footer-top-background .custom-footer-logo-group {     color: #666;    font-size: 14px;    line-height: 21px;    text-align: left;     font-family: "Open Sans",Arial,sans-serif;    font-weight: 500;}
.row-fluid .custom-footer-top-background .custom-menu-group{ text-align:left; }
.row-fluid .custom-footer-top-background .custom-menu-group ul li a{   padding-bottom: 0;    letter-spacing: 0;   text-transform: capitalize;    font-size: 16px;    line-height: 26px;    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;    font-weight: 400;}
.row-fluid .custom-footer-top-background h4 { letter-spacing: 0; }
.row-fluid .custom-footer-top-background .custom-footer-social-icon{ text-align:left;}
.custom-footer-bottom-background .custom-copyright {  padding:5px 0;    color: #666;    text-align: left;     font-size: 14px;    line-height: 21px;   font-family: "Open Sans",Arial,sans-serif;    font-weight: 500;}  
.row-fluid .custom-footer-bottom-background .page-center {      max-width: 92% !important;   padding: 0 !important;    text-align: left;}
.row-fluid .custom-footer-bottom-background .custom-copyright p { margin: 10px 0;  }
.footer-container.container-fluid .row-fluid .page-center{ padding:0 !important; }

.row-fluid .custom-footer-top-background .custom-menu-group > ul > li > a{ font-weight:400; }
.custom-menu-group .hs-menu-wrapper > ul > li > a { font-weight:400 !important; }




@media (max-width:767px){
 .row-fluid .footer-container-wrapper .custom-footer-bottom-background .page-center{ padding-bottom:0; }
.row-fluid  .custom-footer-bottom-background .page-center {    padding: 20px 0 !important; }
/*   .row-fluid  .custom-footer-top-background .page-center {     width: 90%!important;    max-width: 90%!important;} */
  .footer-container.container-fluid .row-fluid .page-center {padding-bottom:0 !important;  }
}


.custom-header-group {}

.custom-header-top-bg {
  background-color: #f36b21;
  line-height: 1em;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.custom-header-top-bg .page-center {
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 30px;
  padding-left: 30px;    
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important;    
}

.custom-header-top-links .hs-menu-wrapper > ul {
  display:block;
  float:right;
}
.custom-header-top-links .hs-menu-wrapper > ul > li {
  display: inline-block;
  margin-right: 15px;
  position:relative;
}
.custom-header-top-links .hs-menu-wrapper > ul > li:last-child {
  margin-right:0;
}
.custom-header-top-links .hs-menu-wrapper > ul > li > a {
  font-size: 14px;
  line-height:14px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding-bottom: .75em;
  color:#fff;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;  
  letter-spacing:0px;
  font-family:"Open Sans",Arial,sans-serif;
}
.custom-header-top-links .hs-menu-wrapper > ul > li > a:hover {
  opacity: .7;
  color:#fff;
}
.custom-header-top-links .hs-menu-wrapper > ul > li.hs-item-2 > a {
  font-size: 12px;
  padding-top: 1px;
  display:inline-block;    
}
.custom-header-top-links .hs-menu-wrapper > ul > li.hs-item-2:before {
  font-family: 'ETmodules';
  content: "\e090";
  font-size: 12px;
  float: left;
  margin-right: 5px;
  color:#fff;
  display:inline-block;
  font-weight:600;
  margin-top: 1px;
}
.custom-header-top-links .hs-menu-wrapper > ul > li.hs-item-2 > a:hover:before {
  color:#fff;
  opacity: 1;
}




.custom-header-bottom-bg {
  background: #fff;
}
.custom-header-bottom-bg {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.cm-lp-header-top {
  min-height: 46px !important;
}

.custom-logo {
  padding: 24px 0;
  padding-left: 3px;
  transition: padding .4s ease-in-out;    
}
.custom-logo img {
  transition: all .4s ease-in-out;  
  margin-top:0px !important;
}

.custom-logo .widget-type-logo { 
  margin: 0px;
}


.banner-background {
  background: rgb(0, 108, 176);
  color: #fff;
  text-align: center;
  padding: 58px 0 60px;
  padding: 4.28vw 0 4.35vw;    
}
.banner-background .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.banner-background h1 {
  font-size: 29px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  padding-bottom: 0;
  font-size: 2.12vw;    
}


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

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

.body-container-wrapper .page-center {

}


.content-wrapper {
  padding:26px 0;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer-top-background {
  margin-bottom: 60px;
  margin-top: 50px;    
}
.blog .custom-footer-top-background {
  margin-top: 0;    
}
.custom-footer-top-background .page-center {
  width: 94%!important;
  max-width: 94%!important;
  position:relative;
}
.custom-footer-top-background .page-center:before {
  position: absolute;
  z-index: 10;
  top: -86px;
  left: 0;
  height: 1px;
  border-top-style: solid;
  content: "";
  border-top-color: #f36b21;
  border-top-width: 2px;
  margin: 0 auto !important;
  width: 95.8%;
  max-width: 1200px !important;
  float: none;
  right: 0;
}
div#comments-listing {
  border: none;
}
.blog .custom-footer-top-background .page-center:before {
  display:none;
}
.blog.press .custom-footer-top-background .page-center:before {
  position: absolute;
  z-index: 10;
  top: -86px;
  left: 0;
  height: 1px;
  border-top-style: solid;
  content: "";
  border-top-color: #f36b21;
  border-top-width: 2px;
  margin: 0 auto !important;
  width: 95.8%;
  max-width: 1200px !important;
  float: none;
  right: 0;
  display:block;
}
.blog.press .blog-content-press {
  padding-bottom: 50px;
}
.custom-footer-logo-group p {
  margin-bottom: 0;
}
.custom-footer-logo-group img {
  margin-bottom: 10px;
}

.custom-menu-group {
  padding-left: 41px;
}
.custom-menu-company {
  padding-left: 42px;
}
.custom-menu-group h4 {
  color: #006cb2;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 21px;    
}


.custom-menu-group .hs-menu-wrapper > ul {
  display:block;
}
.custom-menu-group .hs-menu-wrapper > ul > li {
  margin-bottom: 22px;
  color: #512da8;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 400;
}
.custom-menu-group .hs-menu-wrapper > ul > li:before {
  font-family: ETmodules;
  overflow: hidden;
  transition: all .3s ease 0s;
  content: "E";
  position: absolute;    
}
.custom-menu-group .hs-menu-wrapper > ul > li:hover::before {
  transform: translate(4px,0);
}
.custom-menu-group .hs-menu-wrapper > ul > li > a {
  transition: all .3s ease 0s;
  display: inline-block;
  padding-left: 29px;
  color: #006cb2; 
  font-weight: 400;
}
.custom-menu-group .hs-menu-wrapper > ul > li:hover > a {
  padding-left: 23px;    
}

.custom-footer-social-icon h4 {
  color: #006cb2;
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em;
  margin-top: -2px;
  margin-bottom: 20px;
  padding-bottom:0;
}
.custom-footer-social-icon {
  padding-left: 4px;
}
.custom-footer-social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.custom-footer-social-icon ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  margin-right: -4px;
}
.custom-footer-social-icon ul li a {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  text-align: center;
  text-decoration: none;
  width: 32px;
  height: 32px;
  padding: 0;
}
.et_pb_social_media_follow_network_0 a.icon {
  background-color: #007bb6;
}
.et_pb_social_media_follow_network_1 a.icon {
  background-color: #00aced;
}
.et_pb_social_media_follow_network_2 a.icon {
  background-color: #3b5998;
}
.custom-footer-social-icon ul li a.icon.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.custom-footer-social-icon ul li a.icon:hover::before {
  color: rgba(255,255,255,.9);
}
.et_pb_social_media_follow_network_name {
  display: none;
}
.custom-footer-social-icon ul li a.icon::before {
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;   
  display: block;
  position: relative;
  z-index: 10;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
}
.et-social-linkedin a.icon:before {
  content: "\e09d";
}
.et-social-twitter a.icon:before {
  content: "\e094";
}
.et-social-facebook a.icon:before {
  content: "\e093";
}

.custom-footer-bottom-background {
  background-color: #1f1f1f;
}
.custom-footer-bottom-background .page-center {
  padding: 15px 0 5px;
}
.custom-copyright p {
  margin-bottom: 10px;
}
.custom-copyright a {
  font-weight: 700;
  color: #0077B5;
}
.custom-copyright a:hover {
  opacity: .7;
  color: #444;
}

.custom-footer-top-background {
  padding-top: 50px;
}




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


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

/* Parent List */



/* 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:981px) {
  .custom-menu-primary .hs-menu-wrapper{
    margin:0px;
  }
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .blog-post-body-content,
  .post-social-share,
  .post-body-content{
    padding: 1% 0;
  }
  .custom-menu-primary {
    font-weight: 600; 
    padding-top: 29px; 
    transition: padding-top .4s ease-in-out;     
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display:block;
    float:right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block;
    padding:0 22px 0 0;
    font-size: 14px;
    float:none !important;
    position: relative;
    line-height: 1em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) {
    padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    position: relative;
    color: rgba(0,0,0,.6);
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding:0 0 33px 0;
    letter-spacing: 0px;
    font-family:"Open Sans",Arial,sans-serif;
    text-transform:unset;
    font-size:100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 20px;    
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: ETmodules;
    font-size: 16px;
    font-weight: 800;
    content: "3";    
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch > a {
    color: #2ea3f2;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;    
    color: rgba(0,0,0,.6);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8), .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    display: none !important;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    width: 240px;
    border-top: 3px solid #2ea3f2;
    padding: 20px 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    position: relative;
    line-height: 2em;
    font-size: 14px;
    margin: 0;
    padding: 0 20px;    
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 14px;
    line-height: 28px;
    display: block;
    position: relative;
    color: rgba(0,0,0,.6);
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 6px 20px;   
    font-family: "Open Sans",Arial,sans-serif;
    letter-spacing: 0px;
    text-transform: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    opacity: .7;
    color: rgba(0,0,0,.6);
    background-color: rgba(0,0,0,.03);    
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > ul > li.active-branch > a {
    color: #2ea3f2;
  }
}


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

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

@media (max-width: 980px) {

  /* 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: -55px;           /* Position Button at right of screen */
    right: 0;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0;
    background: transparent; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #2ea3f2; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #2ea3f2; 
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{ color: #2ea3f2; position:absolute; }
  .mobile-trigger:before {
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
  }    


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

  .child-trigger{
    display: none !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
    margin: 0;
    width: 100% !important;
    margin-left: 0 !IMPORTANT;
  }

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

  .pillar-page .custom-menu-primary .hs-menu-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: block !important;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    padding: 5%;
    border-top: 3px solid #2ea3f2;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    z-index:999;
    margin-top:0px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #666;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 600;
    line-height: 23px;
    letter-spacing:0px;
    font-family: "Open Sans",Arial,sans-serif;
    text-transform:unset;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    opacity: .7;
    color: #666;
    background-color: rgba(0,0,0,.03);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    background-color: rgba(0,0,0,.03);
    font-weight: 700;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding:0 0 0 10px;   
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding:0 0 0 5%;    
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a { color: #666; font-size:14px; text-indent:0px; }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover { color: #666; }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:before {
    font-family: 'ETmodules';
    content: "\e090";
    font-size: 12px;
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 3px;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {}
}


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




.et_monarch .et_social_icon,
.et_monarch .et_social_icon:before,
.et_monarch .et_social_icon:after {
  font-family: 'ETmonarch';
  speak: none;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
}
.et_monarch .et_social_icon,
.et_monarch  .et_social_icon:before,
.et_monarch  .et_social_icon:after {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/* =============== 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 .body-container .page-center {
  padding-top: 57px;
  position: relative;
}
.blog-sidebar h3 {
  font-size: 18px;
  line-height: 1em;
}
.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-sidebar ul li {
  font-size: 14px;
  margin-bottom: .5em;
}
.blog-sidebar ul li a {
  color: #666;
  text-decoration: none;
}
.blog-sidebar ul li a:hover {
  color: #82c0c7;
}
.blog .blog-sidebar .widget-span {
  margin-bottom: 30px;
}
.sidebar-tags ul li {
  display: inline-block;
}
.sidebar-tags ul li a {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,.05);
  font-size: 12px!important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.sidebar-tags ul li a:hover {
  color: #666;
  background: rgba(0,0,0,.15);
}
.post-meta-wrapper {
  padding-top: 6%;
}
.post-meta {
  padding-bottom: 15px;
  font-size: 14px;
  margin-bottom: 6px;
}
.post-meta a {
  color: #666;
  text-decoration: none;
}
.post-meta a:hover {
  color: #666;
  text-decoration: none;
}
.post-social-share {
  margin-bottom: 30px;
}
.post-social-share-inner {
  width: 100%;
  display: inline-block;
}
.post-social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1em;
  display: inline-block;
  width: inherit;
}
.post-social-share ul li {
  float: left;
  position: relative;
  margin: 2% 0 0 2%;
  overflow: hidden;
  min-height: 40px;
  line-height: 0;
  width: 23.5%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.post-social-share ul li:first-child,
.post-social-share ul li:nth-child(-n+2),
.post-social-share ul li:nth-child(-n+3),
.post-social-share ul li:nth-child(-n+4),
.post-social-share ul li:nth-child(-n+5),
.post-social-share ul li:nth-child(-n+6) {
  margin-top: 0;

}
.post-social-share ul li:first-child {
  margin-left: 0;

}
.banner-area-2 {
  position: relative;
  padding: 50px 0;
  background-position: center center;
  background-size: cover;
  color: #fff;
  background-color: #236cae;
}

.banner-area-2 h1 {
  color: #fff;
}

.body-container-wrapper .banner-area-2  .page-center {
  max-width: 80%;
  padding: 9px 10px 10px 0px;
}
.post-social-share ul li a {
  display: block;
  overflow: hidden;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-social-share ul li a .et_social_icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  float: left;
  position: relative;
  z-index: 2;
  color: #FFF;
}
.et_social_icon_linkedin:before,
.et_social_icon_linkedin:after {
  content: "\e631";
}
.et_social_icon_twitter:before,
.et_social_icon_twitter:after {
  content: "\e640";
}
.et_social_icon_facebook:before,
.et_social_icon_facebook:after {
  content: "\e63f";
}
.et_social_icon:after {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
}
.et_social_icon:after {
  left: -40px;
  top: -40px;

}
.et_social_icon:before,
.et_social_icon:after {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
i.et_social_icon:before,
i.et_social_icon:after{
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.et_social_icon:before,
.et_social_icon:after {
  position: relative;
  width: 100%;
}
.social-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba( 0, 0, 0, 0.1 );
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0 0 0 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.et_social_linkedin {
  background-color: #127bb6;
}
.et_social_twitter {
  background-color: #00abf0;
}
.et_social_facebook{
  background-color: #3a579a;
}

.post-social-share ul li:hover .et_social_icon:before {
  margin-left: 40px;
  margin-top: 0;
  opacity: 0;
}
.post-social-share ul li:hover .et_social_icon:after {
  left: 0;
}
.social-network-label {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
  z-index: 2;
  color: #FFF;
  margin-left: 40px;
  padding: 7px 14px 10px 10px;
}
.post-social-share ul li:hover .social-overlay{
  background-color: rgba( 0, 0, 0, 0 );
  margin: 0 0 0 100px;
}
.social-networkname {
  line-height: 1em;
  display: inline-block;
  margin: 6px 4px 0 4px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.post-meta {
  padding-bottom: 15px !important;
  font-size: 14px;
  margin-bottom: 6px !important;
  display: block;
}
.post-item {
  margin-bottom: 10px;
}



/* =============== 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 {
  font-size: 21px;
}
.post-header h2 a {
  color: #236cae;    
  text-decoration: none;
}
.post-header h2 a:hover {
  color: #236cae;    
  text-decoration: none;
}
.post-header h1 {}

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

/* Use this to set up different styling for your blog posts */


/* 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: 100%;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: none;
  margin: 0;
}

/* Read More Link */
a.more-link {
  display:inline-block;
  margin:5px 0;
}
a.more-link:hover {}

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

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

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}


.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  text-align: left;
}

/* Pagination */
.blog-pagination {
  clear: both;
  margin: 10px 0;
  width: 100%;
  float: left;
}
.blog-pagination a {
  display:inline-block;
  margin-right:5px;
  color: #236cae;    
}
.blog-pagination a.previous-posts-link {
  float: right;
}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link 
float:left
}

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

.hs-blog-post .blog-sidebar .widget-span {
  margin-bottom: 30px;    
}



span.filter-link-count {
  display: none;
}



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

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

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

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

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

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


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




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

.hs-blog-post .banner-background {
  display: none !important;
}

.custom-post-author-group {
  margin-bottom: 6px;
  padding-bottom: 15px;
  font-size: 14px;
}
.custom-post-author-group #hubspot-author_data,
.custom-post-author-group #hubspot-topic_data {
  display: inline-block;
}
.hs-blog-post .hs-blog-social-share {
  margin: 26px 0;
  padding: 10px 0 0 0;
  border-top: none;
  border-bottom: none;
  height: auto;
}

.hs-blog-post .custom-blog-form-group {
  display:none !important;
}

.custom-blog-form-group {
  margin-bottom: 49px;
  background-color: #006cb0;
  padding: 25px;
  position:relative;
}
.custom-blog-form-group:after {
  content: "";
  border-bottom: solid 2px #f36b21;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -41px;
}
.cm-blog-form-title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.cm-blog-form-title p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.custom-blog-form-group .hs_cos_wrapper_type_form {
  background-color: transparent;
  padding: 0;
  border: none;
  margin: 0;
}

.custom-blog-form-group .hs-input {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 14px 4%;
  border: none!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  color: #666;
  background-color: #fff;
  font-family: Arial, sans-serif;
  margin: 0 0 12px 0;    
}
.custom-blog-form-group .hs-form-required {
  display: none;
}
.custom-blog-form-group input.hs-button.primary {
  width: 100%;
  display: block;
  background-image: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #fff;
  padding: .3em 1em;   
  margin-top: 3px; 
  font-family: 'open sans',sans-serif;    
}
.custom-blog-sign-form .actions {
  width: 100%;
  position: relative;
  display: inline-block;
}
.custom-blog-sign-form .actions:after {
  content: "";
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  display: inline-block;
  position: absolute;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  font-size: 20px;
  margin-left: 0;
  opacity: 1;
  top: 19px;
  right: 41%; 
  color: #fff;
  opacity:0;
}
.custom-blog-sign-form .actions:hover:after {
  opacity:1;
  right: 39%;    
}
.custom-blog-form-group input.hs-button.primary:hover {
  background-color: rgba(255,255,255,.2);
  text-decoration: none;
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
}
.custom-blog-form-group .hs-input.invalid.error {
  border: 1px solid red !important;
}

.custom-blog-sign-form {
  padding-left: 27px;
  color:#fff;
}
.cm-blog-form-title {
  padding-top: 13px;
}

.custom-related-post {
  margin: 0 -25px;
}
.custom-related-post h3 {
  padding: 0 25px;
  padding-bottom: 10px;
}
.related-post-item-group {
  width: 25%;
  float: left;
  padding: 0 25px;
}
.related-post-item-group .related-image {
  margin-bottom: 10px;
}
.related-post-item:hover {
  background: #fcfcf4;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.custom-related-post .related-title {
  font-size: 13px;
}
.custom-related-post .related-title a {
  color: #236cae;
}


.custom-blog-author .blog-listing-wrapper .post-listing .post-item {
  width: 100%;
  margin-right: 0;
  float: left;
}
.custom-blog-author .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  width: 100%;
}
.custom-blog-author .post-item-inner {
  border: none;
}

.custom-blog-author .custom-blog-form-group,
.custom-blog-author .custom-footer-top-background,
.custom-blog-author .banner-background {
  display: none !important;
}
.custom-blog-author .body-container-wrapper .page-center {
  padding-top: 57px;
  position: relative;
}


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


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

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

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

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

label {
  display: block;
  margin: 0;
  padding: 0 0 3px 0;
  color: #000;
  font-weight: bold;
  font-size: 13px;
}
/* One Line Inputs */
[type="text"],
[type="password"], 
[type="datetime"], 
[type="datetime-local"], 
[type="date"], 
[type="month"], 
[type="time"], 
[type="week"], 
[type="number"], 
[type="email"], 
[type="url"], 
[type="search"], 
[type="tel"], 
[type="color"],
[type="file"],
textarea,
select {
  width: 100%;
  font-family: "Open Sans", Arial, sans-serif;    
  border: 1px solid #ddd;
  background: none repeat scroll 0 0 #fafafa;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  padding: 3px 0;
  font-size: 13px;
  line-height: normal;
  color: #373737;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0 15px 0;    
}

[type="text"]:focus,
[type="password"]:focus, 
[type="datetime"]:focus, 
[type="datetime-local"]:focus, 
[type="date"]:focus, 
[type="month"]:focus, 
[type="time"]:focus, 
[type="week"]:focus, 
[type="number"]:focus, 
[type="email"]:focus, 
[type="url"]:focus, 
[type="search"]:focus, 
[type="tel"]:focus, 
[type="color"]:focus,
[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82,168,236,0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
span.hs-form-required {
  vertical-align: baseline;
  font-weight: 500;
  margin-left: 5px;
  color: rgb(102, 102, 102);
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  width:auto;
  font-family: 'Helvetica Neue',sans-serif;    
  display:inline-block;
  padding: 4px 6px 3px;
  font-size: 17px;
  line-height: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #25A6E1;
  background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
  background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
  border: 5px solid #236cae;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  margin:20px 0;
  white-space:normal !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;   
}

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


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

.about .main-content .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
  line-height: 167%;
  color: #a7a7a7;
}
.about .main-content .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 21px;
  font-weight: 700;
  font-size: 28px;
  color: #f36b21;
}
.full-wth-lay-wth-banner .hs_cos_wrapper_type_rich_text hr {
  background-color: #236cae;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.blog .blog-sidebar {
  padding-bottom: 28px;
}
.entry-title a {
  color: #236cae;
}
.post-body-content ul {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  margin: 0;
}
.related-post-wrapper {
  padding: 10px 0;
  margin: 10px 0;
}
.related-post-item:nth-child(1) {
  margin-left: 0;
}

.related-post-item {
  margin: 0px 0px 0px 40px;
  padding: 5px 5px 5px 5px;
  line-height: 15px;
  width: 126.5px;
  float: left;
}
.related-post-item-wrap {
  margin-bottom: 10px;
}
.related-image {
  width: 126.5px;
  max-width: 100%;
  height: 88px;
  margin-bottom: 5px;
  background-size: contain;
}
.related-title {
  font-size: 13px;
}
.related-post-item a {
  overflow: hidden;
  text-decoration: none;
  display: block;
  padding: 0;
  background-image: none !important;
  background-color: transparent;
  color: #236cae;
}
.related-post-item:hover {
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;

}
.related-post-item:hover {
  background: #fcfcf4 !important;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  color: !important;
}
.post-body-content hr {
  border-top-color: #f36b21;
  border-top-width: 2px;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f36b21;
}
.cm-past-events-wrap .inner-wrapper .left-col {
  width: 20.875%;
  float:left;
  margin-right: 5.5%;
}
.cm-past-events-wrap .inner-wrapper .right-col {
  width: 73.625%;
  float:left;
}
.cm-past-events-wrap .image-wrap {
  margin-bottom: 13.174%;
}
.cm-past-events-wrap h2 a{
  color: inherit;
}
strong {
  font-weight: 700;
}
.cm-past-events-wrap .text-inner-wrap {
  color: #000000;
}
.cm-past-events-wrap .text-inner-wrap p a {
  color: inherit;
}
.divider-wrap {
  position: relative;
}

.divider-wrap:after {
  content: '';
  background: #f36b21;
  height: 2px;
  width: 100%;
  margin-bottom: 21px;
  display: block;
}

.cm-past-events-wrap.padding-in.last-col .divider-wrap {
  display: none;
}
body.past-events .section_1 .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 26px 0 24px 0;
  text-align: right;
}
body.past-events .section_1 .hs_cos_wrapper_type_rich_text .btn {
  font-weight: 500;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  position: relative;
  padding: .3em 1em .32em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: 10px 10px 11px 0px #86888a;
  display: inline-block;
  margin-left: 10%;
  border-width: 0px;
  font-size: 19px;
  font-family: 'Alegreya Sans',Helvetica,Arial,Lucida,sans-serif;
  background-color: #006cb0;
}
body.past-events .section_1 .hs_cos_wrapper_type_rich_text .btn:before {
  position: absolute;
  opacity: 0;
  text-shadow: none;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  text-transform: none;
  content: "R";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  font-family: "ETmodules"!important;
  line-height: 1.7em;
  font-size: 19px!important;
  opacity: 0;
  margin-left: -1.3em;
  right: auto;
  display: inline-block;
}
body.past-events .section_1 .hs_cos_wrapper_type_rich_text .btn:hover {
  color: #313335;
  border-radius: 9px;
  padding-left: 2em;
  padding-right: 0.7em;
}
body.past-events .section_1 .hs_cos_wrapper_type_rich_text .btn:hover:before {
  right: auto;
  margin-left: -1.3em;
  opacity: 1;
}
.blog.career-inner .post-meta-wrapper {
  width: 100%;
  padding: 0;
}
.blog.career-inner .blog-post-body-content {
  width: 90%;
  MARGIN: AUTO;
}
/* Styles that do not fit into any of the available sections above can go here. */

/* 11-02-2019 */
/* .banner { padding: 184px 30px 50px 30px; } */
/* .banner h4{ font-size:29px; line-height:41px; letter-spacing:1px; font-weight:400; text-transform:capitalize; } */
/* .row-fluid .footer_sec { background-color: #1f1f1f;} */
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


.body-container ul li {}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}
/* .hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription form, 
.hs_cos_wrapper_type_password_prompt  {
margin: 15px 0;
padding:15px;
border: 1px solid #d3d3d3;
border-radius: 3px;
background-color: #eee;
float:left;
width:100%;
}
.one-column .hs_cos_wrapper_type_form, 
.one-column .hs_cos_wrapper_type_blog_subscribe, 
.one-column .hs_cos_wrapper_type_google_search, 
.one-column .hs_cos_wrapper_type_email_simple_subscription form, 
.one-column .hs_cos_wrapper_type_password_prompt  {
width: 50%;
} */
.widget-type-google_search input[type="text"] {
  display:block;
}
#hs-pwd-widget-password {
  display: block;
}

.hs-error-msgs.inputs-list {
  margin: 10px 0;
  list-style: none !important;
  padding: 0;
}

.hs-error-msgs.inputs-list label{
  color: #ff0000;
  font-weight: bold;
  margin-top: 0;
  font-size: 14px;
}   

.subscription-template.one-column #email-prefs-form .subscribe-options label span {
  font-size: 14px;
  color: #444;
  line-height: 21px;
}
.hs-input.invalid:focus {
  border-color: rgba(238,83,83,0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(238,83,83,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,.6);
}
h2.post-listing-simple a {
  color: #0077B5;
}
.divider:before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eee;
  border-top-color: rgba(0,0,0,.1);
  content: "";
  border-top-color: #f36b21;
  border-top-width: 2px;
}

.divider {
  position: relative;
  margin-bottom: 23px;
}
.divider:after {
  display: table;
  content: "";
}
.about .main-content .hs_cos_wrapper_type_rich_text {
  display: block;
  padding-bottom: 48px;
}

.cm-team-member-wrap .image-wrap {
  margin-bottom: 50px;
  box-shadow: inset 0 0 0px 0.9vw #f36b21!important;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  color: #a7a7a7!important;
  display: block;
  float: none;
  width: auto;
  margin: 0 0 12px;
  text-align: center;
  max-width: 100% !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer !important;
}

.cm-team-member-wrap .image-wrap img {
  top: 23px;
  left: 23px;
  display: block;
  width: 100% !important;
  position: relative;
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer !important;
}
.cm-team-member-wrap .description {
  padding-bottom: 1em;
}
.cm-team-member-wrap .image-top-wrap:hover .image-wrap {
  transform: rotate(-3deg);
}
.cm-team-member-wrap .image-top-wrap:hover .image-wrap img{
  transform: rotate(6deg);
}


.one-col-cta-wth-back {
  background-color: #236cae;
}

.one-col-cta-wth-back .right-col {
  width: 47.25%;
  float: right;
  text-align: right;
}

a.btn.blue-btn {
  border-width: 0px!important;
  font-size: 19px;
  font-family: 'Alegreya Sans',Helvetica,Arial,Lucida,sans-serif!important;
  font-weight: 600!important;
  background-color: #006cb0;
  color: #fff;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  position: relative;
  padding: .3em 1em .32em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 10px 10px 11px 0px #86888A;
  background-size: cover;
  display: inline-block;
  margin-left: 10%!important;
}
a.btn.blue-btn:before{
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "R";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  font-family: "ETmodules"!important;
  line-height: 1.7em;
  font-size: 19px!important;
  opacity: 0;
  margin-left: -1.3em;
  right: auto;
  display: inline-block;

}
a.btn.blue-btn:hover:before {
  right: auto;
  margin-left: -1.3em;
  opacity: 1;
}
a.btn.blue-btn:hover{
  background: #313335;
  border-radius: 9px;
  padding-left: 2em;
  padding-right: 0.7em;

}
body.cm-full-width-lay-2 .page-center.content-wrapper {
  padding-top: 40px;
}
.cm-case-studies-wrap .top-wrap {
  margin-bottom: 3.735%;
}
.cm-case-studies-wrap .left-col {
  width: 73.625%;
  margin-right: 5.5%;
  float: left;
}
.cm-case-studies-wrap .right-col {
  width: 20.875%;
  float: left;
}

.cm-case-studies-wrap .right-col img {
  position: relative;
  top: 23px;
  left: 23px;
}
.hs-lease-cordinator-grp .cm-spinner-wrapper .item-row-wrap:last-child .image-top-wrap {
  margin-bottom: 0;
}
.cm-case-studies-wrap .right-col .image-wrap {
  margin-bottom: 13.174%;
}
.cm-case-studies-wrap .two-col-wrap{
  margin-top: -2px;
}
body.cm-full-width-lay-2.hs-content-id-6837001464 .page-center.content-wrapper {
  padding-top: 26px;
  padding-bottom: 13px;
}
body.cm-full-width-lay-2 .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 2.75%;
}
.hs-lease-cordinator-grp .image-top-wrap {
  margin-bottom: 9.27%;
}
.hs-lease-cordinator-grp .cm-spinner-wrapper {
  width: 29.666%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.hs-lease-cordinator-grp .cm-spinner-wrapper:nth-child(3n) {
  margin-right: 0;
}
.hs-lease-cordinator-grp {
  padding-top: 26px;
  padding-bottom: 13px;
}
body.cm-full-width-lay-2.hs-content-id-6830568771 .page-center.content-wrapper .top-wrap strong {
  font-weight: normal;
}
body.cm-full-width-lay-2.hs-content-id-6830568771 .page-center.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
body.cm-full-width-lay-2.hs-content-id-6830568771 .cm-case-studies-wrap.last-col .divider-wrap {
  display: none;
}
.post-meta-wrapper.social-share-wthut {
  width: 100%;
  padding-top: 26px;
}
.social-share-wthut.blog-post-body-content {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
body.cm-full-width-lay-2.hs-content-id-6838419236body .page-center.content-wrapper {
  padding-top: 13px;
}
body.cm-full-width-lay-2.hs-content-id-6838419236 .page-center.content-wrapper {
  padding-top: 0;
}
.post-meta-wrapper.social-share-wthut h1.entry-title {
  font-size: 30px;
}
.blog-post-body-content.social-share-wthut hr {
  margin-top: 26px;
  margin-bottom: 5px;
}
[type="text"],
[type="password"], 
[type="datetime"],
[type="datetime-local"],
[type="date"], [type="month"],
[type="time"], [type="week"],
[type="number"], [type="email"],
[type="url"], [type="search"],
[type="tel"], [type="color"],
[type="file"], textarea, select{
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s,border 0.3s;
  background: #fff;
  max-width: 500px;
  border-radius: 0;
  box-shadow: none;
  line-height: 16px;
  margin-bottom: 14px;
}
textarea {
  height: 138px;
}
body.full-width-lay label {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  margin-top: 12px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: rgb(102, 102, 102);
}


body.full-width-lay.hs-content-id-6839215070 form .hs_pick_a_product ul.inputs-list.multi-container {
  margin: 0;
  padding: 0px 0 37px 1em !important;
  line-height: 26px;
  list-style: none;
}

body.full-width-lay.hs-content-id-6839215070 form .hs_pick_a_product ul.inputs-list.multi-container label {
  font-size: 14px;
  margin: 0;
}

body.full-width-lay.hs-content-id-6839215070 form input[type="radio"] {
  margin-right: 7px;
}
body.full-width-lay.hs-content-id-6839215070 form {
  margin-top: 12px;
}
body.full-width-lay .hs-form-field > label {
  margin: 0 0 3px;
}

input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
  border-color: #2d3940;
  color: #3e3e3e;
  box-shadow:none;
}



.cm-leasecord-roi-wrap {
  max-width: 321px;
  margin: 0 auto;
}

.cm-leasecord-roi-wrap .imag-wrap {
  margin-bottom: 9.27%;
}

.cm-leasecord-roi-wrap .calc-wrap >div >div {padding: 10px 15px 10px;}

.cm-leasecord-roi-wrap .calc-wrap >div >div h2 {
  margin: 0px 0px 20px;
  padding: 0px;
  font-size: 23px;
}

.cm-leasecord-roi-wrap .calc-wrap >div >div label {
  font-family: "Open Sans", Arial, sans-serif;
  font-size:  15.4px;
  font-weight: 400;
  color: rgb(48, 48, 48);
}

.cm-leasecord-roi-wrap .calc-wrap >div >div [type="number"],
.cm-leasecord-roi-wrap .calc-wrap >div >div [type="text"] {
  border: solid 1px #D7D9DA;
  background: #FFF;
  padding: 5px;
  font-family: Arial;
  font-size:  13.3333px;
  line-height: 15px;
  box-shadow:none !important;
}

.cm-leasecord-roi-wrap .calc-wrap input#fieldname14_1 {
  border-width: 5px!important;
  border-style: solid!important;
  border-color: #236cae!important;
  font-size: 130%!important;
  background-color: #236cae!important;
  box-sizing: border-box;
  background: #0093DA;
  background: #0093DA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 16px 10px 18px 0;
  text-shadow: none !important;
  border: 0;
  padding: 5px 20px;
}
.cm-leasecord-roi-wrap .btn-wrap {
  text-align: center;
}

.cm-leasecord-roi-wrap .calc-wrap {
  margin-bottom: 9.27%;
}
.cm-leasecord-roi-wrap .calc-wrap >div >div input[type="button"] {
  border-width: 5px;
  border-style: solid;
  border-color: #236cae;
  font-size: 130%;
  background: #236cae;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 21px;
  margin: 0 10px 0 0;
  text-shadow: none !important;
  padding: 5px 20px;
  margin-bottom: 20px;
}
.cm-leasecord-roi-wrap .calc-wrap >div >div input[type="button"],
.cm-leasecord-roi-wrap .calc-wrap input#fieldname14_1{
  margin-top: 0px;
  margin-bottom: 14px;
}
body.cm-full-width-lay-2.hs-content-id-6841176884 .cm-leasecord-roi-wrap .calc-wrap > div div#field_1-3,
body.cm-full-width-lay-2.hs-content-id-6841176884 .cm-leasecord-roi-wrap .calc-wrap > div div#field_1-8,
body.cm-full-width-lay-2.hs-content-id-6841176884 .cm-leasecord-roi-wrap .calc-wrap > div div#field_1-4, 
body.cm-full-width-lay-2.hs-content-id-6841176884 .cm-leasecord-roi-wrap .calc-wrap >div div#field_1-0{
  margin: 0 !important;
} 
.cm-leasecord-roi-wrap .calc-wrap >div >div label {
  padding-bottom: 0;
}
.custom_error_message p:last-of-type {
  margin-bottom: 20px;
}
body.cm-full-width-lay-2.hs-content-id-6841176884 .page-center.content-wrapper,
body.cm-full-width-lay-2.hs-content-id-6840927100 .page-center.content-wrapper{
  padding-top: 26px;
}
.cm-leasecord-roi-wrap .calc-wrap > div .fields {
  margin-bottom: 16px;
}
a.btn-sec{
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  display: inline-block;
  color: #2ea3f2;
}
a.btn-sec:hover {
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
  background-color: rgba(0,0,0,.05);
}

a.btn-sec:after {
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "\35";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}
a.btn-sec:hover:after {
  margin-left: 0;
  opacity: 1;
}
body.deductions-lay .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 30px;
}
.et_pb_all_tabs .et_pb_tab {
  padding: 24px 30px;
}
.et_pb_tabs {
  border: 1px solid #d9d9d9;
}
ul.et_pb_tabs_controls {
  background-color: #f4f4f4;
  padding: 0!important;
  line-height: inherit!important;
  list-style: none!important;
  margin: 0;
}
.et_pb_tabs_controls li {
  display: table;
  float: left;
  position: relative;
  z-index: 11;
  max-width: 100%;
  height: 100%;
  border-right: 1px solid #d9d9d9;
  font-weight: 600;
  line-height: 1.7em;
  background-color: #f36b21;
  cursor: pointer;
}
.et_pb_tabs_controls li a {
  display: table-cell;
  padding: 4px 30px 4px;
  color: #666;
  line-height: inherit;
  vertical-align: middle;
  color: #ffffff;
  text-decoration: none;
}
.et_pb_tab_content ul {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  margin: 0;
}

.hs-deductions-exchange-process-grp h4.et_pb_module_header {
  font-size: 18px;
}

.hs-deductions-exchange-process-grp {
  padding-top: 39px;
  padding-bottom: 13px;
}

.hs-deductions-exchange-process-grp .cm-spinner-wrapper .item-row-wrap:last-child {
  margin-right: 0;
}
.hs-deductions-exchange-process-grp .cm-spinner-wrapper .top-wrap {
  margin-bottom: 30px;
}

.hs-deductions-exchange-process-grp .cm-spinner-wrapper .image-wrap {
  text-align: center;
}

ul.et_pb_tabs_controls:after {
  display: block;
  visibility: visible;
  position: relative;
  z-index: 9;
  top: -1px;
  border-top: 1px solid #d9d9d9;
  content: "";
  clear: both;
  height: 0;
  font-size: 0;
}
.et_pb_tabs_controls li a.nav-link.active {
  background: #006cb0;
}
.et_pb_tab_content a {
  color: inherit;
}
.et_pb_tab_content {}

.et_pb_tab_content table {
  width: 100%;
}

.et_pb_tab_content table p {
  padding-bottom: 1em;
}
body.customer-testimonials .section_1.sec {
  background-color: #f4f4f4;
  text-align: center;
}
.customer-testimonials-title {
  font-weight: 700;
  font-size: 30px;
  color: #000000;
}

.customer-testimonials-title {
  margin-bottom: 30px;
  padding-bottom: 1px;
}

.customer-testimonials-section {
  padding-top: 2.6vw;
  padding-bottom: 2.6vw;
}

.slider-item-description:before,.slider-item-description:after {
  content: '{';
  display: block;
  font-size: 72px;
  line-height: 100%;
  font-family: ETmodules!important;
  max-height: 72px;
  color: #cc0033;
}

.slider-item-description {
  padding: 0!important;
  margin-left: 0!important;
}

h2.slider-item-title {
  font-weight: 700;
  font-size: 30px!important;
  line-height: 135%;
  padding-bottom: 15px;
  clear: both;
  text-shadow: 0 0px 0px rgba(0,0,0,0);
  letter-spacing: -0.6px;
}

.slider-item-container {
  max-width: 928px;
  margin: 0 auto;
  float: none;
}

.slider-item-content {
  font-size: 14px!important;
  color: #a7a7a7!important;
}

.customer-testimonials-section ul.slick-dots {
  margin-top: 32px;
  color: #d7d6d4!important;
  position: static;
}
.customer-testimonials-section .slick-dots li {
  width: 10px;
  height: 10px;
  box-shadow: inset 0 0 0 40px;
  border-radius: 100%;
  color: inherit;
  background-color: rgba(0,0,0,.3);
  margin-right: 10px;
  margin-left: 0;
}
.customer-testimonials-section .slick-dots li button {
  display: none;
}
.customer-testimonials-section .slick-dots li:hover {
  opacity: 0.5;
}
.customer-testimonials-section .slick-dots li.slick-active,
.customer-testimonials-section .slick-dots li.slick-active:hover{
  background:#cc0033!important;
  box-shadow: none;
  opacity:1;
}
.blog.press .body-container .page-center:before{
  display:none !important;
  content:none!important;
}

.press.blog .body-container .page-center {
  padding-top: 26px;
}

.blog.press .top-header-title h1,
.blog.press .hs_cos_wrapper_type_rss_listing h3 {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 5.82%;
}
.blog.press a.more-link {
  display: inline-block;
  margin: 0;
  color: #236cae;
}
.blog.press a.hs-rss-title {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #236cae;
  padding-bottom: 10px;
  line-height: 1em;
  display: inline-block;
}
.blog.press .hs-rss-description p a {
  color: #236cae;
  display: block;
  clear: both;
}

body.about .content-wrapper {
  padding-bottom: 19px;
}
.cm-team-member-wrap.padding-in {
  padding-top: 26px;
}
.cm-team-member-wrap .text_inner-wrap h4 + p {
  padding-bottom: 7px;
  margin: 0;
}
.slider-item-content  p a {
  color: inherit !important;
}
.banner-background.for-home-pg {
  background: transparent;
}
.banner-background.for-home-pg h1 {
  color: #86888a;
  font-weight: 400;
  font-family: Anton;
  max-width: 77%;
  margin: 0 auto;
  padding: 1px 3px 16px 0;
  line-height: 41px;
}
.post-meta a, .post-meta span {
  display: inline-block;
}

.two-col-wth-video {
  padding-top: 8%;
  padding-right: 0px;
  padding-bottom: 47px;
  padding-left: 0px;
  position: relative;
  background-color: #fff;
}





.two-col-wth-video .left-col.col .hs_cos_wrapper_type_inline_rich_text {
  display: block;
  margin-left: 22px;
  font-size: 18px;
  letter-spacing: 1px;
}

.two-col-wth-video .left-col a.btn.blue-btn {
  margin-top: 34px;
  margin-left: calc( 10% - 20px ) !important;
  border-width: 0px!important;
  font-size: 19px;
  font-family: 'Alegreya Sans',Helvetica,Arial,Lucida,sans-serif!important;
  font-weight: 600!important;
  background-color: #006cb0;
  line-height: 1.7em!important;
  letter-spacing: 0;
}
.two-col-wth-video .left-col a.btn.blue-btn:hover {
  background: #313335!important;
  border-radius: 9px;
  padding-left: 2em;
  padding-right: 0.7em;
}
.et_pb_video {
  padding-right: 22px;
  position: relative;
}

.et_pb_video_box {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 0;
}
.et_pb_video_box video {
  width: 100%!important;
  height: auto!important;
}
.et_pb_video_overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.et_pb_video_overlay_hover {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.et_pb_video_play {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  color: #fff;
}
.et_pb_video_play {
  margin-top: -3rem;
  margin-left: -3rem;
  font-size: 6rem;
  line-height: 6rem;
}
.et_pb_video_play:before {
  font-family: ETmodules;
  content: "\49";
}
.et_pb_video .et_pb_video_overlay_hover:hover {
  background: rgba(0,0,0,.6);
}
body.home-page-lay .body-container .main-content {
  padding-top: 9px;
  padding-bottom: 59px;
}



.two-col-wth-video .left-col p {
  max-width: 89%;
}
.two-col-equal-wrap {
  padding-top: 26px;
  padding-right: 0px;
  padding-bottom: 47px;
}

.two-col-equal-wrap .left-col.col .hs_cos_wrapper_type_inline_rich_text {
  font-size: 18px;
  letter-spacing: 1px;
  max-width: 86%;
  margin-left: 22px!important;
}

.two-col-equal-wrap .left-col.col .hs_cos_wrapper_type_inline_rich_text ul {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
}

.two-col-equal-wrap .right-col.col p {
  font-size: 18px;
  letter-spacing: 1px;
  max-width: 86%;
}

.two-col-equal-wrap .right-col.col img {
  margin-bottom: 5.82%;
}
.two-col-equal-wrap .right-col a.btn.blue-btn {
  margin-left: 35%!important;
  margin-top: 15px;
  letter-spacing: 0;
}
.et_pb_video .et_pb_video_overlay_hover a {
  color: #fff;
}
.two-col-equal-wth-form-wrap .right-col input.hs-input.invalid.error {
  border: 1px solid red!important;
}
.two-col-equal-wth-form-wrap {
  padding: 25px;
  background-color: rgb(0, 108, 176);
  color: #fff;
  margin-top: 26px;
}
.two-col-equal-wth-form-wrap .col {
  width: 50%;
  float: left;
  position: relative;
}
.two-col-equal-wth-form-wrap .right-col {
  padding-left: 40px;
}
.two-col-equal-wth-form-wrap .left-col.col h2 {
  color: #fff;
}
.two-col-equal-wth-form-wrap .right-col .hs-form-field > label,
.two-col-equal-wth-form-wrap .right-col h3.form-title{
  display: none;
}
.two-col-equal-wth-form-wrap .right-col input[type="text"],.two-col-equal-wth-form-wrap .right-col input[type="email"] {
  width: 100%;
  padding: 14px 4%!important;
  border: none;
  border-radius: 3px;
  color: #666;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  font-family: Arial;
}
.two-col-equal-wth-form-wrap .right-col .hs_cos_wrapper_type_form .hs-button.primary.large {
  display: block;
  width: 100%;
  letter-spacing: 2px;
  font-family: Varela, Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  background: rgb(243, 107, 33);
  border-width: 0px !important;
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  font-size: 20px;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 9px 14px 10px 0px;
}
.two-col-wth-video .left-col img {
  margin-bottom:30px;
}
body.full-width-lay.hs-content-id-6839215070 form .hs-richtext {
  color: gray;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
body.full-width-lay.hs-content-id-6839215070 .banner-area-2 {
  padding: 17px 0 16px;
}
body.full-width-lay.hs-content-id-6839215070 .banner-area-2 h1 {
  font-size: 26px;
}
body.full-width-lay.hs-content-id-6839215070 .content-wrapper {
  padding: 13px 0;
}
body.full-width-lay.hs-content-id-6839215070 .body-container-wrapper .banner-area-2 .banner-area-2-inner .page-center {
  max-width: 90%;
}
body.full-width-lay.hs-content-id-6839215070 .hs_cos_wrapper_type_form .hs-button.primary.large {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 18.2px;
}
.hs-roi-calculaters .img-wrap {
  margin-bottom: 5.82%;
}

.hs-roi-calculaters h2 {
  margin: 5px 0px;
  padding: 0px;
}

.hs-roi-calculaters .right-col,.hs-roi-calculaters .left-col {
  width: 47.25%;
  float: left;
}

.hs-roi-calculaters .left-col {
  margin-right: 5.5%;
}
.hs-roi-calculaters #fbuilder .fields,
.hs-roi-calculaters #fbuilder .fform {
  padding: 5px 0px;
}

.hs-roi-calculaters .cp_cff_clean #fbuilder .fields:not(.section_breaks) {
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.hs-roi-calculaters .fields label {
  font-size: 110%!important;
  color: #303030!important;
  font-weight:400;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
}
.hs-roi-calculaters .cp_cff_clean #fbuilder .fields.cff-container-field {
  padding: 0px;
  margin-bottom: 0px;
}
.hs-roi-calculaters .cp_cff_clean #fbuilder input[type="date"],
.hs-roi-calculaters .cp_cff_clean #fbuilder input[type="datetime"],
.hs-roi-calculaters .cp_cff_clean #fbuilder input[type="search"],
.hs-roi-calculaters .cp_cff_clean #fbuilder input[type="time"], 
.hs-roi-calculaters .cp_cff_clean #fbuilder input[type="url"],
.hs-roi-calculaters .cp_cff_clean #fbuilder input[type=email],
.hs-roi-calculaters .cp_cff_clean #fbuilder input[type="password"],
.hs-roi-calculaters .cp_cff_clean #fbuilder select, .cp_cff_clean #fbuilder textarea,
.hs-roi-calculaters .cp_cff_clean #fbuilder input[type=text],
.hs-roi-calculaters .cp_cff_clean #fbuilder input[type=number],
.hs-roi-calculaters .cp_cff_clean #fbuilder input[type=file] {
  border: solid 1px #D7D9DA;
  background: #FFF;
  padding: 5px;
  width: calc( 100% - 10px ) !important;
  width: -moz-calc( 100% - 10px ) !important;
  width: -o-calc( 100% - 10px ) !important;
  width: -webkit-calc( 100% - 10px ) !important;
  border-radius: 0;
  margin: 0;
  display: inline-block;
  font-family: Arial;
  font-size: 13.3333px;
  box-shadow: none;
  font-stretch: 100%;
  line-height: 15px;
  color: rgb(78, 78, 78);
}

.hs-roi-calculaters div#fbuilder input[type="button"] {
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: white!important;
  font-weight: normal!important;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: 0px!important;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: #236cae!important;
  box-sizing: border-box;
  padding: 4px 6px 3px;
  border-width: 5px!important;
  border-style: solid!important;
  border-color: #236cae!important;
  font-size: 130%!important;
  color: #fff;
  font-size: 14px;
  background: #0093DA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 10px 0 0;
  text-shadow: none !important;
  border: 0;
  padding: 5px 20px;
}
.cp_cff_clean #fbuilder .r {
  color: rgb(255,0,0);
}

.post-body-content p a {
  color: inherit !important;
}
.two-col-equal-wth-form-wrap ::-webkit-input-placeholder {
  color:#666;
  opacity:1;
} /* Webkit Browsers */
.two-col-equal-wth-form-wrap :-moz-placeholder {
  color:#666;
  opacity:1;
} /* Firefox 18- */
.two-col-equal-wth-form-wrap ::-moz-placeholder {
  color:#666;
  opacity:1;
} /* Firefox 19+ */
.two-col-equal-wth-form-wrap :-ms-input-placeholder {
  color:#666;
  opacity:1;
} /* IE10 */



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



@media (min-width:981px) {
  .header-container-wrapper {
   /* min-height:126px !important;    */
  }
  .blog .blog-content {
    width: 79.125% !important;
    padding-bottom: 23px;
    float: left;
    padding-right: 5.5%;
  }
  .blog .body-container .page-center:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    content: "";
    right: 20.875%!important;
  }
  .blog .blog-sidebar {
    padding-left: 30px;
    float: left;
    width: 20.875% !important;
    margin: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > ul{
    left:auto !important;
    right:0 !important;
  }
  .custom-header-group {
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #fff; 
    -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    -moz-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    width: 90%!important; 
    max-width: 1200px !important;    
  }

  .scroll-header .custom-header-bottom-bg {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
  }
  .scroll-header .custom-logo {
    padding: 13px 0;
    padding-left: 3px;
  }
  .scroll-header .custom-logo img {
    max-width: 61.2%;
  }
  .scroll-header .custom-menu-primary {
    padding-top: 16px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 20px;
  }  
  .hs-blog-post .blog-content,
  .custom-blog-author .blog-content {
    padding-right: 30px;
  }
  .padding-in {
    padding: 1% 0;
  }
  .cm-team-member-wrap .right-col {
    width: 73%;
    float: left;
  }
  .et_pb_column {
    float: left;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
  }

  .cm-team-member-wrap .left-col {
    width: 19%;
    margin-right: 8%;
    float: left;
  }
  body.cm-full-width-lay-2.hs-content-id-6830568771 .cm-case-studies-wrap.last-col .two-col-wrap {
    margin-top: -30px;
  }
  body.deductions-lay .hs_cos_wrapper_type_linked_image {
    display: block;
    margin-bottom: 2.75%;
    padding-bottom:1px;
  }
  .hs-deductions-exchange-process-grp .cm-spinner-wrapper .top-wrap {
    margin-bottom: 9.27%;
  }
  .hs-deductions-exchange-process-grp .cm-spinner-wrapper .item-row-wrap {
    width: 29.666%;
    margin-right: 5.5%;
    float: left;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
  }

  .hs-deductions-exchange-process-grp .cm-spinner-wrapper .item-row-wrap.right-cont {
    max-width: 520px;
    margin: 0 auto;
    float: none;
    width: 100%;
  }
  .hs-deductions-exchange-process-grp .cm-spinner-wrapper .item-row-wrap.right-cont .top-wrap {
    vertical-align: top;
    padding-left: 20px;
    width: 46%;
    float: left;
    margin-right: 5.5%;
  }

  .hs-deductions-exchange-process-grp .cm-spinner-wrapper .item-row-wrap.right-cont .image-wrap {
    width: 46%;
    float: left;
    text-align: right;
  }

  .hs-deductions-exchange-process-grp .cm-spinner-wrapper .item-row-wrap.right-cont .image-top-wrap {
    overflow: hidden;
  }

  .customer-testimonials-title {
    margin-bottom: 2.75%;
    padding-bottom: 1px;
  }
  .two-col-wth-video .left-col.col,
  .two-col-equal-wrap .left-col.col{
    margin-right: 5.5%;
  }
  .two-col-wth-video .left-col img {
    margin-bottom: 5.82%;
    padding-bottom: 2px;
  }
  .two-col-wth-video .col,
  .two-col-equal-wrap .col{
    width: 47.25%;
    float: left;
  }
}
@media (min-width:1121px) and (max-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 15px;
  }
}
@media (min-width:981px) and (max-width: 1120px) {
  .custom-menu-primary {
    width: auto !important;
    float: right !important;
    margin-left: 0 !important;
  }    
  .custom-logo {
    width: auto !important;
  }
  .scroll-header .custom-logo img {
    max-width: 151px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 3px;
  }
}
@media (min-width:1350px) {
  .padding-in {
    padding: 13px 0;
  }
  .post-meta-wrapper {
    padding-top: 00px;
  }
  .blog-post-body-content,
  .post-social-share,
  .post-body-content{
    padding: 13px 0;
  }  
}

@media (min-width:1400px) {
  /*    .banner-background {
  padding: 3.15vw 0 3.04vw;
  min-height:160px;
}
  body.deductions-lay .banner-background {
  padding: 3.15vw 0 3.08vw;
}
  .banner-background h1 {
  font-size: 1.52vw;
} */
  .banner-background {
    padding: 0;
    display: flex;
    align-items: center;
    min-height:160px;
  }
  .banner-background h1 {
    font-size: 29px;
  } 
  .banner-background.for-home-pg {
    min-height: 266px;
  }

}
@media (min-width: 1921px){
  .cm-team-member-wrap .image-wrap {
    box-shadow: inset 0 0 0 13px #cc0033!important;
  }
}
@media (min-width:2000px) {
  /* .banner-background {
  padding: 2.28vw 0 2.51vw;
}
  .banner-background h1 {
  font-size: 1.13vw;
} */
}

@media (min-width: 981px) and (max-width: 1250px) {
  .cm-case-studies-wrap .two-col-wrap .btn-wrap {
    padding-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .custom-footer-top-background .span3 {
    width: 46.25%;
    margin-bottom: 30px;
  }
  .custom-footer-top-background .span3:nth-child(3n) {
    clear: left;
    margin-bottom: 0;
    padding-left: 22px;
  }
  
}
@media (max-width: 980px) {
  .custom-header-top-bg {
    display: none !important;
  } 
  .padding-in {
    padding: 0px 0;
  }
  .custom-footer-top-background .page-center{
/*     width: 80%!important; */
    max-width: 80%!important;
    max-width: 1080px!important;
    padding-top: 50px;
    padding-bottom: 0px;    
  }
  .custom-logo {
    width: 100% !important;
    padding: 23px 0;
    padding-left: 3px;
  }
  .custom-logo img {
    max-width: 50%;
  }
  .blog .blog-content {
    width: 100% !important;
    margin-bottom: 30px;    
  }
  .blog .blog-sidebar {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .blog .blog-sidebar .widget-span {
    margin-bottom: 25px;
  }
  .banner-background h1 {
    line-height: 1.4;
  }
  .about .main-content .hs_cos_wrapper_type_rich_text h2 {
    font-size: 20px;
  }
  .cm-team-member-wrap .left-col {
    width: 47% !important;
    margin-right: 6% !important;
    margin-bottom: 40px !important;
  }
  .cm-team-member-wrap .image-wrap {
    margin-bottom: 30px;
  }
  .cm-team-member-wrap {
    padding-bottom: 20px;
  }
  .one-col-cta-wth-back .right-col {
    width: 100%;
    float: none;
    text-align: center;
  }
  .one-col-cta-wth-back {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
  }
  .custom-copyright p {
    text-align: center;
  }
  .one-col-cta-wth-back > .page-center {
    padding: 12px 0;
  }
  body.past-events .section_1 .padding-in {
    padding: 10px 0;
  }
  .cm-past-events-wrap .image-wrap {
    margin-bottom: 30px;
    text-align: center;
  }
  .cm-past-events-wrap .inner-wrapper .left-col,.cm-past-events-wrap .inner-wrapper .right-col {
    width: 100%!important;
    margin: 0 0 30px 0;
  }
  body.past-events .section_1 .padding-in .padding-in {
    padding: 12px 0;
  }
  body.past-events .section_1 .padding-in {
    padding: 0;
  }
  .cm-case-studies-wrap .left-col {
    width: 100%;
    margin-right:0;
    float: none;
  }
  .cm-case-studies-wrap .right-col {
    width: 100%;
    float: none;
  }
  .cm-case-studies-wrap.padding-in {
    padding: 11px 0;
  }

  .cm-case-studies-wrap.padding-in .padding-in {
    padding: 11px 0;
  }
  .cm-case-studies-wrap .right-col img {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 23px;
  }
  .cm-case-studies-wrap .right-col .image-wrap {
    margin-bottom: 30px;
    text-align: center;
  }
  .cm-case-studies-wrap .btn-wrap {
    text-align: center;
  }
  .cm-case-studies-wrap .btn-wrap a.btn.blue-btn {
    margin-left: 0 !important;
  }
  body.cm-full-width-lay-2 .hs_cos_wrapper_type_linked_image {
    text-align: center;
    margin-bottom: 30px;
  }
  .hs-lease-cordinator-grp .image-top-wrap {
    margin-bottom: 30px;
  }
  .hs-lease-cordinator-grp .cm-spinner-wrapper {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 30px;
  }
  .hs-lease-cordinator-grp .cm-spinner-wrapper:last-child {
    margin-bottom: 0;
  }
  .cm-spinner-wrapper .item-row-wrap,
  .blog.press .top-header-title h1,
  .blog.press .hs_cos_wrapper_type_rss_listing h3 {
    margin-bottom: 30px;
  }
  .hs-deductions-exchange-process-grp {
    padding-top: 42px;
    padding-bottom: 33px;
  }
  .customer-testimonials-title {
    font-size: 26px;
  }
  h2.slider-item-title {
    font-size: 26px !important;
    font-weight: 500;
  }
  .two-col-equal-wth-form-wrap .right-col input[type="text"], .two-col-equal-wth-form-wrap .right-col input[type="email"] {
    max-width: 100%;
  }
  body.deductions-lay .hs_cos_wrapper_type_linked_image {
    text-align: center;
  }
  .two-col-wth-video .left-col.col,
  .two-col-equal-wrap .left-col.col,
  .two-col-equal-wth-form-wrap .left-col.col{
    margin-bottom: 30px;
  }
  .two-col-equal-wth-form-wrap .right-col {
    padding-left: 0;
  }
  .two-col-equal-wth-form-wrap .col {
    width: 100%;
    float: none;
    position: relative;
  }

  .hs-roi-calculaters .left-col {
    margin-right: 0;
  }
  .hs-roi-calculaters .right-col, .hs-roi-calculaters .left-col {
    width: 100%;
    float: none;
  }
  .hs-roi-calculaters .img-wrap {
    margin-bottom: 30px;
    text-align: center;
  }
  .hs-roi-calculaters .left-col {
    margin-bottom: 40px;
  }
  .two-col-wth-video .left-col img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .banner-background.for-home-pg h1 {
    line-height: 1.4;
  }
  /*11-02-2019*/
  .pillar-page .header-container-wrapper { width:100%; } 
  .banner{ padding: 141px 30px 52px 30px; }  
}



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

@media (max-width: 767px) {
  .customer-testimonials-title {
    font-size: 24px;
  }
  h2.slider-item-title {
    font-size: 24px !important;
  }
  .body-container-wrapper .main-content,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .one-column .hs_cos_wrapper_type_form, 
  .one-column .hs_cos_wrapper_type_blog_subscribe, 
  .one-column .hs_cos_wrapper_type_google_search, 
  .one-column .hs_cos_wrapper_type_email_simple_subscription form, 
  .one-column .hs_cos_wrapper_type_password_prompt  {
    width: 100%;
  }
  #email-prefs-form .email-edit {
    max-width: 100% !important;
  }  
  .subscription-template.one-column #email-prefs-form .checkbox-row span.fakelabel span {
    width: 85%;
  }
  body.past-events .section_1 .padding-in {
    padding: 10px 0;
  }
  body.past-events .section_1 .padding-in .padding-in {
    padding: 11px 0;
  }
  body.past-events .section_1 .hs_cos_wrapper_type_rich_text {
    display: block;
    padding: 0px 0 0px 0;
    text-align: right;
  }
  .custom-copyright {
    text-align: center;
  }
  .custom-footer-social-icon {
    padding-left: 0;
  }
  h2.entry-title {
    font-size: 18px;
  }
  .custom-menu-group {
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .custom-footer-logo-group {
    margin-bottom: 30px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width:100%;
    margin-right: 0;  
    float:left;
  }
  .custom-blog-sign-form {
    padding-left: 0;
  }
  .custom-related-post h3 {
    padding: 0 10px;
    padding-bottom: 10px;    
  }
  .related-post-item-group {
    width: 100%;
    padding: 0 10px;
  }
  .padding-in {
    padding: 10px 0;
  }
  .custom-related-post {
    margin: 0 -10px;
  }
  .custom-footer-top-background .page-center:before,
  .blog.press .custom-footer-top-background .page-center:before {
    width: 100%;
    margin: 0;
    top: -66px;
  }
  .post-item-inner {
    margin-bottom: 9.5%;
  }
  .related-post-item {

    width: 150.5px;
    float: left;
  }
  .related-post-item:nth-child(3) {
    margin-left: 0;
  } 
  .related-post-item{
    margin-bottom:30px;
  } 
  .related-image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  } .custom-blog-sign-form .actions:hover:after {
    right: 34%;
  }
  .related-post-item-group {
    margin-bottom: 25px;
  }
  .cm-team-member-wrap .left-col .image-top-wrap {
    width: 80% !important;
    margin: 30px auto 60px;
  }
  .one-col-cta-wth-back > .page-center {
    padding: 11px 0;
  }
  .custom-copyright p {
    text-align: center;
  }
  .post-social-share ul li {
    width: 49% !important;
  }
  .post-social-share ul li {
    width: 49% !important;
    margin: 2% 0 0 2% !important;
  }
  .post-social-share ul li:nth-child(-n+2){
    margin-top: 0 !important;
  } 
  .post-social-share ul li:nth-child(2n+1){
    margin-left: 0 !important;
    clear: both !important;
  }  
  .banner-area-2 .banner-area-2-inner {
    margin: 20px 2%;
  }
  .blog-post-body-content {
    padding: 10px 0;
  }
  .post-social-share {
    margin-bottom: 71px;
    padding: 11px 0;
  }  
  .post-meta-wrapper.social-share-wthut h1.entry-title {
    font-size: 18px;
  }
  .et_pb_tabs_controls li a {
    display: block;
  }
  .et_pb_tabs_controls li {
    display: block;
    float: none;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
  .et_pb_tab_content table td {
    width: 100%;
    display: block !important;
  }

  .et_pb_tab_content table * {
    display: block !important;
    max-width: 100%;
  }
  .banner-background.for-home-pg h1 {
    line-height: 1.5;
  }
  .two-col-wth-video .left-col.col .hs_cos_wrapper_type_inline_rich_text {
    margin-left: 0;
  }
  .two-col-wth-video .left-col a.btn.blue-btn {
    margin-left: 0 !important;
  }
  body.cm-full-width-lay-2.hs-content-id-6830568771 .divider-wrap.padding-in:after {
    background: transparent;
  }
  .et_pb_video_play {
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    font-size: 3rem;
    line-height: 3rem;
  }
  
}  


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

@media (max-width: 730px) {
  .banner-background {
    padding: 32px 0;
  }
  .banner-background h1 {
    font-size: 16px;
  }    
}

@media (max-width: 479px) {
  .post-social-share ul li {
    width: 100% !important;
    margin-left: 0 !important;
    clear: both !important;
  }
  .post-social-share ul li:nth-child(n+2) {
    margin: 2% 0 0 0 !important;
  }  
  h2.entry-title {
    padding-bottom: 0;
    font-size: 16px;
  }
  .blog .body-container .page-center {
    padding-top: 60px;
  }
  .hs-blog-post .body-container-wrapper .page-center {
    padding-top: 5px !important;
  }
  .related-post-item {
    width: 100%;
    margin: 0 0 30px 0;
  } 
  .post-meta-wrapper.social-share-wthut h1.entry-title,
  .blog.press a.hs-rss-title {
    font-size: 16px;
  }

}

@media (max-width: 430px) {
  .custom-blog-form-group input.hs-button.primary {
    padding-left: 0;
  }
  .custom-blog-sign-form .actions:hover:after {
    right: 20%;
  } 

}


@media (max-width:400px) {
  .custom-logo {
    padding: 27px 0;
  }
  .cm-team-member-wrap .image-wrap img {
    top: 17px;
    left: 17px;
  }
  .cm-team-member-wrap .left-col {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
  }
  .custom-logo img {
    width: 123px !important;
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
    margin-left: 3px;
  }
  .hs-blog-post .body-container-wrapper .page-center {
    padding-top: 2px !important;
  }
}

@media(max-width:980px){
/* 11-02-2019 */
/*   .pillar-page .banner { min-height: 190px !important;}
  .banner { padding: 121px 30px 45px 30px;}
  .banner .banner-text.page-center { padding: 0px;}
  .banner h4 { font-size:2.12vw; line-height:29px; padding-bottom:0px; text-transform:capitalize; font-weight: 400; letter-spacing: 1px; }
  .banner h4 span {    font-size: 100% !important; line-height:unset !important; } */
  
}

@media(max-width:767px){
  
/* 11-02-2019 */
  .banner {padding: 110px 30px 33px 30px; }
  .pillar-page .banner {min-height: 165px !important; }
  .banner .banner-text.page-center {padding: 0px; margin: 0px;max-width: 100%;}
  .banner h4 { font-size:16px; line-height:23px; }
  .banner h4 span {    font-size: 100% !important; line-height:unset !important; }
  
}
