
@import '//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css';
/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */
/* EX: @import '//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css'; */
 
/* ==========================================================================
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('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css') */

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

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


/* width */
.row-fluid .pillar-navigate  ul::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.row-fluid .pillar-navigate  ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.row-fluid .pillar-navigate  ul::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 10px;
}

/* Handle on hover */
.row-fluid .pillar-navigate  ul::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}


.brn .brecrum{ display:none; }
   
  
.row-fluid .pillar-navigate{ width: calc(30% - 10px); position:relative;  padding: 20px 22px; padding-bottom:30px; padding-right:30px; background: #3f9751;  position: fixed;  top: 250px;  right: -30%;   z-index: 666;  transition:0.4s; }    
.row-fluid .pillar-navigate .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a{ color:#fff; font-size: 18px; padding: 10px 0;  text-decoration: none; line-height: 24px;     border-bottom: 1px dotted rgba(252,252,252,0.25); }  

.show-right .row-fluid .pillar-navigate { right: 0; }
.pillar-navigate .row-fluid .close { width: 47px; float: right; background-color:#3f9751; position: absolute; right: 0; top: -39px; padding: 10px; z-index: 2; cursor: pointer; }
.pillar-navigate .row-fluid .close a { cursor: pointer; }
.row-fluid .menu-toggle-side { width: 62px; height: 53px; background: #009959; cursor: pointer; text-align: center; position: fixed; top: 327px; left: 0; left: initial; right: 0; z-index: 555; transition:0.4s; display: flex; align-items: center; justify-content: center; }
.row-fluid .menu-toggle-side a { width: 45px; cursor: pointer; display: block; }
.row-fluid .pillar-navigate .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a:hover{ opacity:0.7; }
.row-fluid .menu-toggle-side:hover{ background:#1b1464; }
.row-fluid .menu-toggle-side {  padding: 13px;}
.row-fluid .pillar-navigate  ul li{    margin-top: 0; }
 
.row-fluid .pillar-navigate  ul {  height: 300px;  overflow-y: scroll; }

.row-fluid .form-fit h3{  font-size: 23px;  line-height: 35px;  }
.row-fluid .form-fit form{  margin-top: 42px; }
.row-fluid .form-fit form input[type="text"]{ max-width:100%; }
.row-fluid .form-fit form textarea { width:100%; max-width:100%; }
.row-fluid .form-fit form .form-columns-1 > div{ padding-right:0; }
.row-fluid .form-fit form input[type="submit"]{  background-color: #fff; color:#000;  transition:0.4s; }
.row-fluid .form-fit form input[type="submit"]:hover{  background-color: #3f9751; color:#fff; transition:0.4s; }


@media screen and (min-width: 1280px){
    
/* .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a { color: #fff; background-color: #000 !important; } */
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover { color: #fff; background-color: #000 !important; }
  
}







@media (max-width: 991px){
.row-fluid .pillar-navigate .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a{ font-size: 16px;  padding: 6px 0;  line-height: 22px; } 
.row-fluid .menu-toggle-side{   top: 200px; }
.row-fluid .pillar-navigate .hs-menu-wrapper.hs-menu-flow-vertical > ul {     overflow: auto;     padding-right: 20px; }
.row-fluid .pillar-navigate .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a{     padding-right: 10px; }
.row-fluid .pillar-navigate{     top: 150px; }
.row-fluid .pillar-navigate{ padding-right: 10px; }
.row-fluid .pillar-navigate {  width: calc(300px - 10px);     left: -300px;}

}


@media (max-width: 767px){
 
  .row-fluid .menu-toggle-side {  top: 200px; }
  .row-fluid .menu-toggle-side a {  width: 30px; }
  .row-fluid .section-space {  padding: 35px 0; }
  .pillar-title-row {  min-height: 180px; }
  .row-fluid .menu-toggle-side{  width: 48px;  height: 40px; }
  
  .custom-form-top-content table{  width: 100%; margin-top:20px; }
  .custom-form-top-content table td{  width: 100%;  display: block;     font-size: 15px; }
  .custom-form-top-content table tr{  margin-top: 18px;  display: block; }
  .custom-form-top-content table td:first-child {   font-weight: 600;   padding-bottom: 10px;   display: block; }
  
  .custom-header-conference-btn-md a.btn.btn--small{     line-height: inherit !important;     padding: 14px 0; }
  .span5.widget-span.widget-type-custom_widget.custom-conferenece-header-right{     padding-top: 15px; }
  .custom-custom-conference-banner .custom-custom-conference-banner-content h1{ font-size: 33px !important; }
  .custom-conference-row2 h2 img {   margin: 0 !important;   margin-bottom: 15px !important; }
  .custom-conference-row2 h2{     text-align: center !important; }
  
  }







/* ==========================================================================
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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
  background-image: url(//cdn2.hubspot.net/hubfs/1766640/Leading2Lean_January2019/Images/bg.png);
  background-attachment: fixed;
  color: #666;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}

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


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

/* Basic text */
p {
  margin:20px 0 0;
  line-height: 1.5em;
} 
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 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  line-height: .8em;
  font-size: 60px;
  text-transform: uppercase;
  color: #3c404a;
 font-family: 'Source Sans Pro', sans-serif;
}
h2 {
  font-weight: 200;
      line-height: 1.2em;
  color: #262836;
  font-size: 40px;
  font-family:inherit;
}
h3 {
  font-weight: 600;
  line-height: 1em;
  font-size: 28px;
  color: #262836;
}
h4 {}
h5 {}
h6 {}

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

/* Lists */
ul {
  list-style-type: circle;
}
ul, ol {
  margin:20px 0 0;
  padding-left: 20px;
}
ul li, ol li {
  position: relative;
  margin-top: 10px;
}
ol li {
  padding-left: 10px;
}
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                                            
========================================================================== */




/* ===============  Start Blog Css   ==============*/
  
.row-fluid .industri-hero{ background: #3e9654;
background: -moz-linear-gradient(left, #3e9654 0%, #3d9276 100%);
background: -webkit-linear-gradient(left, #3e9654 0%,#3d9276 100%);
background: linear-gradient(to right, #3e9654 0%,#3d9276 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9654', endColorstr='#3d9276',GradientType=1 ); text-align:center;  padding: 50px 0;  }      
.row-fluid .container { float: none !important;  width: 100%;   max-width: 1170px;   margin: 0 auto !important;   padding: 0 15px; }
.row-fluid .industri-hero .row-fluid .title h1{ color:#fff;     font-weight: 400; }
.row-fluid .industri-hero .sub-text{ color:#fff; }  
.row-fluid .industri-hero .row-fluid .sub-text2 {  color: #fff;   padding-top: 12px;   padding-top: 16px;  }  
.row-fluid .email-subscriber label span{ color:#fff;  font-weight: 400;  font-weight: 300;  font-size: 10px;   line-height: 12px; }
.row-fluid .email-subscriber form input[type=checkbox]{    width: 11px!important;  height: 11px;   background: #fff; border-radius: inherit; }
.row-fluid .email-subscriber form ul.inputs-list{ margin-top:10px; }           
.row-fluid .email-subscriber span.hs-form-required{ display:none; }    

.row-fluid .email-subscriber .hs_error_rollup{ display:none; }  
.row-fluid .email-subscriber form { max-width: 960px; position: relative; float: none; margin: 0 auto; }
.row-fluid .email-subscriber form .hs-richtext { font-size: 14px; margin-bottom: 10px;}
.row-fluid .email-subscriber form .hs_email { float: none; display: inline-block; }
.row-fluid .email-subscriber form .hs_submit { float: none; display: inline-block; }   
.row-fluid .email-subscriber form ul.hs-error-msgs.inputs-list { position: relative;  float: left;  }   
.row-fluid .email-subscriber form input[type="email"] { }
.row-fluid .email-subscriber form input[type="email"] { border: none; height: 50px; border-radius: 4px; max-width: 270px; width: 270px; }
.row-fluid .email-subscriber form input[type="submit"] { height: 50px; margin-left: 16px; background: transparent; border: 1px solid #fff; font-weight: 300; font-size: 15px; padding: 0px 25px; }
.row-fluid .email-subscriber form input[type=checkbox]:checked, form input[type=radio]:checked{ background: #000; }
.row-fluid .email-subscriber h3 { display: none; }
.row-fluid .email-subscriber::-webkit-input-placeholder { color: #a1a1a1; opacity: 1; font-weight: 300; }
.row-fluid .email-subscriber::-moz-placeholder { color: #a1a1a1; opacity: 1; font-weight: 300; }
.row-fluid .email-subscriber:-ms-input-placeholder { color: #a1a1a1; opacity: 1; font-weight: 300; }
.row-fluid .email-subscriber:-moz-placeholder { color: #a1a1a1; opacity: 1; font-weight: 300; }
.row-fluid .email-subscriber .hs-form-field { margin-bottom: 0; padding-bottom: 12px; }
.row-fluid .email-subscriber .hs-form-field > label { float: left; }
.row-fluid .notifia-subscriber { color: #fff; font-size: 12px; font-style: italic; font-weight: 300; }


.post-item-column{ float:left; width:100%; display:flex;  }
.post-item-image {  position:absolute; height:100%; width:100%;  background-size: cover; background-position: center; background-repeat: no-repeat; }
.post-item-image-cover{ float: left; width: 50%;  position:relative;      min-height: 450px;  }

.post-item-content { float: left; width: 50%; padding: 55px 68px; padding-right: 20%; }  
.post-item-title h2 a { text-decoration: none; font-size: 32px; line-height: 38px; }
.post-item-title h2 a:hover{     color: #3f9751; }
.post-item-title h2{ line-height: 34px; }
.new-blog *{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.post-item-authorrow { float: left; width: 100%; padding-bottom: 20px; }
.post-item-authorrow > span { display: inline-block; padding: 0 15px; position: relative; color: #000;      font-size: 14px; font-weight: 600; }
.post-item-authorrow > span:before { position: absolute; content: "\f007"; font-family: 'fontawesome'; left: 0; color: #3f9751; }
.post-item-authorrow > span:last-child:before { content: "\f073"; }
.post-item-authorrow > span:last-child { padding-left: 18px; }
.post-item-authorrow > span:first-child { margin-right: 28px; }   

.post-item-authorrow a.author-link { text-decoration: none; }  
.post-item-column:last-child{   flex-direction: row-reverse;  }      
.post-item-column:last-child .post-item-content{  padding-right: 16%; }
.post-item-read{ float:left; width:100%;  padding-top:25px; }
.post-item-read a.more-link:hover{ transform: translateX(4px); transition:0.4s; opacity:0.7; }
.post-item-read a.more-link {   color: #3e9654; transition:0.2s;   text-decoration: none;   text-transform: uppercase; font-weight: 600; font-size: 13px;}


.older-post-main { float: left; width: 100%; background: #edf2f6; padding-top: 60px; padding-bottom: 60px; }
.older-post-title { float: left; width: 100%; text-align: center;     padding-bottom: 15px; }     
.older-post-row { float: left; width: 100%; padding: 30px 46px; }
.post-item-column2 { transition: 0.6s; float: left; width: calc(100% / 3 - 30px); margin: 0 15px; padding: 18px 25px; margin-bottom: 7px; }
.post-item-content2 h4 a { text-decoration: none; }
.post-item-content2 h4 a:hover { color: #3e9654; }
.post-item-content2 h4 { margin-bottom: 5px; }
.post-item-column2:hover { background-color: #ffffff; transition: 0.4s; box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.15); }
.post-item-content2 .post-item-authorrow { padding-bottom: 0; }
.older-post-title h2 { margin-bottom: 0; font-size: 36px; line-height: 40px; }
.loade-item-post { float: left; width: 100%; text-align: center; padding: 5px 15px; }
.loade-item-post > a { display: inline-block; background: #3e9654; cursor: pointer; text-decoration: none; color: #fff; font-weight: 600; font-size: 13px; padding: 12px 18px; transition: 0.4s; border-radius: 3px; min-width: 200px; }
.loade-item-post > a:hover { opacity: 0.7; transition: 0.4s; transform: translateY(-5px); }
.new-blog .custom-footer{ border-top:none; }   
 
ul.share-buttons { float: none;     display: inline-block;; margin: 0; padding: 0; list-style: none; }
ul.share-buttons li { display: inline-block; padding-right: 8px; color: #3e9654; }  
ul.share-buttons li a { display: inline-block; color: #3e9654; transition: 0.4s; }
ul.share-buttons li a:hover { transform: rotate(360deg); transition: 0.4s; }
.social-sharing >span { display: inline-block; padding-right: 10px; font-size: 14px; color: #000; font-weight: 600; }
.post-inner-hero .post-item-authorrow { padding-bottom: 0px; }
.social-sharing { width: 100%; float: left; }
.post-inner-hero { float: left; width: 100%; display: flex; align-items: center; background: #edf2f6; }
.post-inner-hero .post-item-content { padding-right: 10%; }
.post-inner-hero .post-item-title h2 { line-height: 46px; }
.post-inner-hero .post-item-title { padding-bottom: 10px; }
.post-inner-hero  .post-item-authorrow { padding-bottom: 5px; }
.blog-post-wrapper.cell-wrapper { float: left; width: 100%; }
.post-inner-content { float: left; width: 100%; }
.section.post-body.post-inner-content { float: left; width: 100%; padding: 54px 88px; }
.post-inner-content.post-body h3 { font-size: 22px; font-weight: 600; line-height: 28px; margin-bottom: 24px; }
.post-inner-content.post-body h2 { font-size: 26px; font-weight: 600; line-height: 30px; margin-bottom: 24px; }  
.post-inner-content.post-body  p { margin: 25px 0 0; line-height: 1.7em; }  
blockquote { background: #f4f4f4; padding: 35px 75px; margin: 0; margin-top: 40px; margin-bottom: 50px; position: relative; color: #000; font-size: 28px; line-height: 32px; }
blockquote:before { content: ""; position: absolute; background-image: url('https://cdn2.hubspot.net/hubfs/1766640/Blog%20Image/quet.png'); height: 42px; width: 42px; background-size: contain; background-repeat: no-repeat; margin-top: -16px; margin-left: -54px; }
blockquote:after { content: ""; position: relative; background-image: url(https://cdn2.hubspot.net/hubfs/1766640/Blog%20Image/quet2.png); height: 42px; width: 42px; background-size: contain; background-repeat: no-repeat; margin-top: -16px; margin-left: 0; right: -32px; display: inline-block; top: 25px; }



.inner-custome-main { float: left; width: 100%; text-align: center;     padding-top: 18px;  }
.inner-title-button > a:hover { opacity: 0.7; transition: 0.4s; transform: translateY(-5px); }
.inner-title-button > a { display: inline-block; background: #3e9654; cursor: pointer; text-decoration: none; color: #fff; font-weight: 600; font-size: 13px; padding: 12px 22px; transition: 0.4s; border-radius: 3px; min-width: 210px; }
.inner-custome-mainrow { max-width: 800px; margin: 0 auto; }
.inner-title-button { float: left; width: 100%;   padding-top: 40px; }
.row-fluid .blog-commet-form textarea{     line-height: 25px; max-width:100%; }

.row-fluid .blog-commet-form { float: none; max-width: 1200px; margin: 0 auto !important; width: 100%;  padding:0 20px; padding-top: 40px; }   
.row-fluid .blog-commet-form form input[type="text"],.row-fluid .blog-commet-form input[type="email"] { max-width: 100%; }
.row-fluid .blog-commet-form  .hs_cos_wrapper_type_blog_comments form { padding: 44px; margin: 20px 0; border: 1px solid #ccc; }
.row-fluid .blog-commet-form #comments-listing { padding-top: 27px; }
.row-fluid .blog-commet-form .comment-body p { margin-top: 0; }
.row-fluid .blog-commet-form  .comment.depth-0 { padding: 10px 15px !important; margin-bottom: 24px !important; }
.row-fluid .blog-commet-form button.comment-reply-to.hs-button.secondary { color: #3f9751; font-weight: bold; }
.row-fluid .blog-commet-form .comment-date { padding-left: 15px; text-align: left; }




@media (max-width: 1600px){
  .post-item-content{     padding-right: 10vw; }
  .post-item-column:last-child .post-item-content {  padding-right: 10vw; }
  .post-listing {  margin-top: -1px; }
  
  
  
} 


@media (max-width: 1300px){
  .post-item-content{     padding-right: 5vw; }  
  .post-item-column:last-child .post-item-content {  padding-right: 5vw; }
  .post-inner-hero .post-item-content {  padding-right: 5vw; }
  .post-inner-hero{     margin-top: -1px; }
  
 
}
    

@media (max-width: 991px){
  .post-item-content{  padding: 30px 30px; }
  .post-item-title h2 a{  font-size: 26px; line-height: 28px; }
  .older-post-row{     padding: 15px 15px; }
  .post-item-column2{     width: calc(100% / 2 - 30px); }
  .older-post-main{  padding-top: 50px;  padding-bottom: 52px; }  
  .post-inner-hero .post-item-title h2{  font-size: 27px;  line-height: 34px; }
  .post-item-image-cover{     min-height: 330px;  }
  .section.post-body.post-inner-content{     padding: 22px 40px;  }
  blockquote{   font-size: 26px;  line-height: 28px;  padding-right: 30px; }
  .inner-custome-mainrow{     padding: 0 20px; }
  .inner-custome-main{ padding-bottom: 18px;     padding-top: 22px; }
  .inner-title-button{     padding-top: 32px; }
  
  
}

@media (max-width: 767px){
  .older-post-title{  padding-bottom: 5px; }
  .post-item-column{  flex-direction: column; }
  .post-item-image-cover{       padding: 0px;  min-height: 248px; width:100%; }
  .post-item-content{     width: 100%; }
  .row-fluid .industri-hero .row-fluid .title h1{     font-size: 44px; }
  .row-fluid .notifia-subscriber{    padding-top: 10px; }
  .post-item-content{ padding:15px; }
  .post-item-column:last-child{  flex-direction: column;  }
  .post-listing{ padding-bottom: 10px; }  
 
  .older-post-title h2{   font-size: 32px;  line-height: 35px; }
  .older-post-title{     padding-bottom: 10px; }
  .post-listing{ float:left; width:100%; }
  .post-item-read{  padding-top: 10px;  padding-bottom: 10px; }
  .post-item-title h2 a{  font-size: 23px;  line-height: 24px; }
  .row-fluid .industri-hero{     padding-bottom: 40px; }
  .older-post-row{     padding: 0; }
  .loade-item-post{  margin-top: 10px;  }
  .older-post-main{ padding-top: 44px;  padding-bottom: 45px; }
  .post-inner-hero{     flex-direction: column; }
  .post-inner-hero .post-item-title h2{  font-size: 24px;   line-height: 32px; }
  .post-inner-hero .post-item-content{     padding: 20px; }
  .section.post-body.post-inner-content {  padding: 10px 20px; }
  .post-inner-content.post-body p {     margin: 20px 0 0; }
  blockquote{ font-size: 22px; line-height: 24px;  padding-right: 0;   padding: 40px 19px;     margin-bottom: 35px; }  
  blockquote:before{   height: 28px;  width: 28px; margin-top: 0;  margin-left: 0;  top: 14px; } 
  blockquote:after{ margin-top: -10px; margin-left: 17px; right: 8px; display: inline-block;  position: relative;  top: 15px;    height: 28px;   width: 28px; }
  h2 { font-size: 28px; }
  
  .row-fluid .blog-commet-form #comments-listing{  padding: 0;  padding-top: 12px; }  
  .row-fluid .blog-commet-form .comment { padding: 15px !important; }
  .row-fluid .blog-commet-form .hs_cos_wrapper_type_blog_comments form{  padding: 20px; }
  .row-fluid .blog-commet-form{     padding-top: 12px; }  
  
    a.popup-player.js-video.right-svideo {
    max-width: 100%;
    margin-top: 0;
}
  
  
  
    
}



@media (max-width: 580px){
 .post-item-column2{     width: calc(100% / 1 - 30px); padding:15px; }


  
}

/* ===============  end Blog Css   ==============*/
@media (min-width: 992px){
  
.row-fluid .custom-header {
    position: fixed; z-index:9999; width:100%;
}
  
.body-container-wrapper {
    margin-top: 88px;
}
  
}  




/* =============== 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 {}
#site-wrapper {
  box-shadow: 0 0 80px rgba(38,40,54,.4);
  background-color: #fff;
  max-width: 100%;
  padding-top: 30px;
  margin: 0 auto;
}
.custom-header-top-group {
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 30px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 901;
  width: 100% !IMPORTANT;
  max-width: 100%;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  float: none !important;
}
.custom-header-login-details-md:after {
  content: "";
  display: table;
  clear: both;
}
.custom-header-login-details-md .custom-header-login-details-left-col {
  float: left;
}
.custom-header-login-details-md .custom-header-login-details-right-col {
  float: right;
}
.custom-header-login-details-md .custom-header-login-details-left-col div {
  display: inline-block;
}
.custom-header-login-details-md a {
  color: #3f9751;
  text-decoration: none;
}
.custom-header-login-details-md .utility__email {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
.custom-header-login-details-md .utility__email:before {
  position: absolute;
  top: 7px;
  left: 0;
  height: 16px;
  border-left: 1px solid #e0e0e0;
  content: "";
}
.custom-header-bottom-group {
  padding-right: 20px;
  padding-left: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,.15);
  background-color: #fff;
  position: relative;     z-index: 99;
  min-height: 90px !important;
}

.custom-logo img {
  width: 80px;
}  
         
.custom-logo {
  padding: 6px 0 5px;
} 
                                                      
 
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.body-container .page-center {
  padding-top:50px;
  padding-bottom:50px;
}

/* ============ Production Website Page =========== */
.hs-production-layout-seaction-1 {
  position: relative;
  background-color: #2694bb;
  overflow: hidden;
}
.custom-advanced-two-col-with-img-md .custom-advanced-two-col-with-img-col {
  float: left;
  width: 50%;
  position: relative;
  z-index: 3;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.custom-advanced-two-col-with-img-md .custom-advanced-two-col-with-img-content-col {
  width: 50%;
  float: left;
  padding: 100px 100px 0;
  position: relative;
  z-index: 3;
}
.hs-production-layout-seaction-1:before {
  z-index: 2;
  opacity: .75;
  height: 150%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(-20deg,#2694bb,#4052ab);
  display: block;
}
.custom-advanced-two-col-with-img-md.right .custom-advanced-two-col-with-img-col {
  float: right;
}
.hs-production-layout .custom-advanced-two-col-with-img-md h1,
.hs-production-layout .custom-advanced-two-col-with-img-md p,
.hs-production-layout .custom-advanced-two-col-with-img-md p strong {
  color: #fff;
}
.custom-advanced-two-col-with-img-md h1 {
font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  line-height: 64px;
  font-size:64px;
   
  font-size: 74px;
  margin: 0;
  position: relative;
  left: -.04em;
  color:#fff !important;
}
.custom-advanced-two-col-with-img-md p {
  font-size: 20px;
  line-height: 1.5em;
}
.custom-advanced-two-col-with-img-btn-row a {
  margin-top: 40px;
}
.custom-advanced-two-col-with-img-btn-row a {
  margin-top: 40px;
  display: inline-block;
  margin-left: 20px;
}
.custom-advanced-two-col-with-img-btn-row a:first-child {
  margin-left: 0;
}
a.custom-btn {
  text-decoration: none;
  outline: none;
  text-decoration: none!important;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  border-radius: 4px;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #fff;
  background-color: #3f9751;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  padding: 14px 10px 15px;
}
a.custom-btn-with-arrow {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  position: relative;
  text-indent: 5px;
  line-height: 45px;
  border: 2px solid #3f9751;
  margin-top: 20px;
  border-color: #2694bb;
  color: #2694bb;
  display: block;
  width: 100%;
  max-width: 220px;
  padding: 1px 10px 0;
}
.custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1 {
  text-decoration: none!important;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  border-radius: 4px;
  text-indent: 5px;
  text-align: center;
  line-height: 45px;
  border: 2px solid #fff;
  color: #fff;
  max-width: 220px;
  display: inline-block;
  padding: 1px 10px 0;
}
a.custom-btn-with-arrow:hover {
  border-color: #2694bb;
  background-color: #2694bb;
  color: #fff;
}
.custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1:after {
  padding-left: 9px;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
  content: "\f019";
}
.custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1:hover {
  background-color: #fff;
  color: #2694bb;
}
.custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1.fill-btn1.form-pop-btn {
  color: #2694bb;
  background-color: #fff;
}
.custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1.fill-btn1.form-pop-btn:hover {
  color: #1d7291;
}
.hs-production-layout-row-1, .hs-production-layout-row-2 {
  position: relative;
  z-index: 2;
}
.hs-production-layout-row-2 .hs-production-layout-row-2-left-content,
.hs-production-layout-row-2 .hs-production-layout-row-2-right-content {
  width: 50% !important;
  margin-left: 0 !important;
  padding: 100px;
  position: relative;
  z-index: 3;
}
.hs-production-layout-row-2-right-content {
  background-color: #fff;
}
.hs-production-layout-row-2-right-content h2 {
  margin: 0;
}
.hs-production-layout-row-2-right-content h2 strong {
  font-size: 1.25em;
  font-weight: 700;
  display: block;
  color: #2694bb;
}
.hs-production-layout-row-2-left-content * {
  color: #fff;
}
.custom-accordion-module .custom-accordion-header {
  font-weight: 400;
  line-height: 1em;
  font-size: 28px;
}
.custom-accordion-module .custom-accordion-item {
  margin-top: 20px;
  position: relative;
}
.custom-ac-heading {
  position: relative;
  display: block;
  padding-left: 45px;
  color: #fff;
  font-size: 20px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.custom-ac-heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid hsla(0,0%,100%,.5);
  border-radius: 100%;
  color: #fff;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  content: "\f067";
  cursor: pointer;
  transform: translate3d(0,-50%,0);
}
.hs-production-layout-row-2-left-content {
  line-height: 1;
}
.custom-ac-body-content-inner {
  padding-bottom: 10px;
}
.custom-ac-body-content-inner ul {
  margin-top: 20px;
  padding-left: 13px;
  list-style: none;
}
.custom-ac-body-content-inner ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 33px;
  color: #fff;
}
.custom-ac-body-content-inner ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  content: "";
  background-color: #fff;
}
.custom-ac-body-content {
  display: none;
}
.custom-ac-heading.active:before {
  border-color: #fff;
  content: "\f068";
  background-color: #fff;
  color: #2694bb;
}
.hs-production-layout-row-2 {
  position: relative;
}
.hs-production-layout-row-2:after {
  width: 50%;
  height: 100%;
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.hs-production-layout-row-3 {
  min-height: 450px !important;
  background-color: #eef2f6;
  position: relative;
}
.hs-production-layout-row-3 .hs-production-layout-row-3-left-content,
.hs-production-layout-row-3 .hs-production-layout-row-3-right-content {
  width: 50% !important;
  margin-left: 0 !important;
  padding: 100px;
}
.custom-testimonial-md .custom-testimonial-md-text-wrapper {
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  padding: 40px;
}
.custom-testimonial-md .custom-testimonial-md-text-wrapper:before {
  position: absolute;
  bottom: -5px;
  left: 45px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  content: "";
  background-color: #fff;
  transform: skewY(-30deg);
}
.custom-testimonial-md .custom-testimonial-md-text-wrapper:after {
  position: absolute;
  color: #e0e0e0;
  font-family: Georgia,serif;
  text-align: center;
  content: "“";
  top: 10px;
  left: 8px;
  width: 30px;
  height: 30px;
  line-height: 1;
  font-size: 60px;
}
.custom-testimonial-md-text-wrapper p {
  font-style: italic;
}
.custom-testimonial-md-text-wrapper p:first-child {
  margin-top: 0;
}
a.custom-btn-with-arrow:after {
  padding-left: 5px;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
}
.js-video:after {
  content: "\f01d";
}
.custom-testimonial-md .custom-testimonial-md-bottom-pane {
  position: relative;
  margin-top: 30px;
  min-height: 80px;
}
.custom-testimonial-md .custom-testimonial-author-img {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  float: left;
  margin-bottom: -11px;
}
.custom-testimonial-md .custom-testimonial-author-bio {
  margin-top: 20px;
  float: left;
  width: calc(100% - 90px);
  padding-left: 20px;
  line-height: 1;
  padding-top: 10px;
}
.custom-testimonial-author-bio .custom-testimonial-author-name {
  color: #262836;
  font-size: 16px;
  font-weight: 700;
}
.custom-testimonial-author-bio .custom-testimonial-author-des {
  font-size: 14px;
}
.hs-production-layout-row-4 {
  padding: 100px;
  text-align: center;
}
.hs-production-layout-row-4 .hs-production-layout-row-4-inner-wrapper {
  display: block;
  max-width: 800px;
  margin: 0 auto !important;
  float:none !important;
  position: relative;
  z-index: 3;
}
.custom-logo-item-group {
  position: relative;
  width: calc(100% + 40px);
  margin-top: 20px;
}
.custom-logo-item-group .custom-logo-item {
  margin-right: 40px;
  display: block;
  float: left;
  width: calc(100%/6 - 40px);
  height: 70px;
  display: flex;
  align-items: center;
}
.hs-production-layout-row-4 a.custom-btn.blue-btn {
  font-size: 16px;
  max-width: 460px;
  background-color: #2694bb;
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 40px;
}
.custom-logo-item-group .custom-logo-item img {
  width: 100%;
}
.custom-popup-form-grp {
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  line-height: 1;
}
.custom-popup-form-grp-inner-wrapper {
  position: relative;
}
.custom-popup-form-grp-inner-wrapper:before {
  width: 50%;
  height: 100%;
  content: "";
  background-color: #eef2f6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
}
.custom-pop-left-column {
  position: relative;
  z-index: 100;
  padding: 20px;
  padding-top: 44px;
  text-align: center;
  background-color: #eef2f6;
  float: left;
  width: 50%;
  padding-bottom: 44px;
}
.custom-popup-form-grp-inner-wrapper:after {
  display: table;
  clear: both;
  content: "";
}
.custom-pop-left-column h3 {
  font-weight: 200;
  line-height: 1em;
  color: #262836;
  font-size: 40px;
  padding-bottom: 20px;
  margin: 0;
}
.custom-popup-form-grp p {
  line-height: 1.5em;
}
.custom-popup-form-grp p:first-child {
  margin-top: 0;
}
.custom-popup-form-grp p.mini {
  font-size: .8em;
  opacity: .75;
}
.custom-popup-form-grp .custom-pop-right-column {
  position: relative;
  z-index: 100;
  padding: 10px;
  float: right;
  width: 50%;
  padding-top: 24px;
  padding-bottom: 44px;
  margin-top: 0;
}
.custom-popup-form-grp .form-title:empty {
  display: none;
}
.custom-popup-form-grp form {
  width: 100%;
  margin-top: 20px;
}
form .form-columns-2 .hs-form-field:first-child {
  float: left;
  margin-right: 20px;
}
form .form-columns-2 .hs-form-field {
  width: calc(50% - 10px)!important;
  padding: 0 !important;
}

/* =============== Contact us =================== */
.custom-sidebar * {
  color: #fff;
}
.custom-sidebar {
  color: #fff;
  padding: 100px;
  position: sticky;
  z-index: 3;
  top: 30px;
  width: calc(300px - -200px) !important;
}
.custom-sidebar h1 {
  font-family: din-condensed,Impact,sans-serif;
  font-weight: 400;
  line-height: .9em;
  text-transform: uppercase;
  position: relative;
  left: -.04em;
  font-size: 74px;
  margin: 0;
  padding-bottom: 40px;
}
.custom-sidebar h3 {
  padding-bottom: 10px;
  color: #fff;
  font-size: .8em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.custom-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-sidebar ul li {
  margin-top: 5px;
  line-height: 1.2em;
  padding: 0;
}
.custom-sidebar ul li a {
  color: #fff;
  text-decoration: none;
}
.custom-sidebar ul li:first-child {
  margin-top: 0;
}
.custom-sidebar hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid hsla(0,0%,100%,.25);
  background: transparent;
}
.custom-two-col-with-sidebar-row .custom-main-content {
  padding: 100px;
  position: relative;
  z-index: 3;
  width: calc(100% - 500px) !important;
  margin-left: 0 !important;
}
.custom-two-col-with-sidebar-row:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  box-sizing: content-box;
  height: 100%;
  content: "";
  background-color: #3f9751;
  width: calc(300px - -200px) !important;
}
.custom-form {
  margin-top: 20px;
  line-height: 1;
}
.custom-form .hs-input {
  max-width: 100%;
}
.custom-form form.hs-form fieldset .hs-form-field {
  padding: 0;
}
.hs-fieldtype-radio ul.inputs-list.multi-container {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-fieldtype-radio ul.inputs-list.multi-container li {
  position: relative;
  margin-top: 10px;
  line-height: 1.2em;
  display: inline-block;
  margin-right: 5%;
}
form input[type=checkbox], form input[type=radio] {
  display: inline-block;
  width: 20px!important;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  cursor: pointer;
  margin-top: 0;
  vertical-align: text-bottom;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  margin-left: 0;
  outline: none;
}
.hs-form-radio label span {
  vertical-align: middle;
}
form input[type=checkbox]:checked, form input[type=radio]:checked {
  border-color: #3f9751;
  background-color: #3f9751;
}
.custom-main-content h2 {
  border-top: 1px solid #e0e0e0;
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 0;
}
.custom-main-content .custom-form-top-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.custom-two-col-with-sidebar-row {
  position: relative;
}
ul.hs-error-msgs.inputs-list li {
  line-height: 1.2em;
}
form .hs_hs_persona .input:after {
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  color: #262836;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f0dc";
}
.custom-form-top-content img {
  border-radius: 4px;
}
.custom-form-top-content ul li {
  line-height: 1.2em;
}
.custom-form-top-content ul li:first-child {
  margin-top: 0;
}
img.alignleft {
  float: left;
  margin: 6px 10px 6px 0;
}


/* ================ Two Column with Left Menu Website Page  ================= */

.custom-sidebar-menu .hs-menu-wrapper > ul > li {
  line-height: 1;
  display:none;
  margin-top: 0;
}
.custom-sidebar-menu .hs-menu-wrapper > ul > li.active-branch {
  display:block;
}
.custom-sidebar-menu .hs-menu-wrapper > ul > li > a {
font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: .9em;
  text-transform: uppercase;
  position: relative;
  left: -.04em;
  font-size: 74px;
  color: #fff;
  cursor: text;
  margin-bottom: 40px;
}
.custom-sidebar-menu .hs-menu-wrapper > ul > li > ul > li {
  border-bottom: 1px solid hsla(0,0%,100%,.25);
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.custom-sidebar-menu .hs-menu-wrapper > ul > li > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.custom-team-member-md .custom-team-member-item {
  border-top: 1px solid #e0e0e0;
  margin-top: 40px;
  padding-top: 40px;
}
.custom-team-member-md .custom-team-member-top-row {
  min-height: 240px;
  padding-left: 260px;
  position: relative;
}
.custom-team-member-md .custom-team-member-bottom-row {
  margin-top: 20px;
}
.custom-team-member-md .custom-team-member-image {
  vertical-align: baseline;
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
}
.custom-team-member-md .custom-team-member-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.custom-team-member-md .team-member-name {
  margin: 0;
}
.custom-team-member-md .team-member-designation {
  margin-top: 3px;
  font-size: 14px;
}
.custom-team-member-md {
  line-height: 1;
}
.custom-team-member-md p {
  line-height: 1.5em;
}
.custom-team-member-md p:first-child {
  margin-top: 0;
}
.custom-team-member-md .team-membet-intro {
  margin-top: 20px;
}
.custom-team-member-md li {
  line-height: 1.2em;
}
a.js-video.not-btn:after {
  content:none;
}
.custom-banner {
  color: #fff;
  background-color: #3c404a;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.custom-banner:before, .custom-banner:after {
  z-index: 9;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: -20px;
  width: 0;
  height: 0;
  border-bottom: 70px solid #fff;
  content: "";
}
.custom-banner:before {
  left: 50%;
  border-left: 840px solid transparent;
}
.custom-banner:after {
  right: 50%;
  border-right: 840px solid transparent;
}
.custom-banner-img {
  background-color: #3c404a;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
  right: 0;
}
.custom-banner-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(60,64,74,.75);
}
.custom-banner-img:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  content: "";
  background: linear-gradient(0deg,#3c404a 20%,transparent);
}
.custom-banner .custom-banner-content {
  position: relative;
  z-index: 10;
  max-width: 950px;
  padding: 0 20px;
  margin: 0 auto;
}
.custom-banner h1 {
  line-height: .8em;
  text-transform: uppercase;
font-family: 'Source Sans Pro', sans-serif;
  font-size: 64px;
  line-height:64px;
  color: #fff !important;
  margin: 0;
  font-weight: 900;
}
.custom-banner h1 .subtitle {
  line-height: 1em;
  letter-spacing: .25em;
  display: block;
  padding-bottom: .5em;
font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
}
.custom-banner .custom-banner-text {
  max-width: 760px;
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.hs-manufacturing-index-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.hs-manufacturing-index-section .page-center {
  max-width: 950px !important;
  padding: 0 20px !important;
  position: relative;
}
.hs-manufacturing-index-section h2 {
  line-height: .8em;
  text-transform: uppercase;
  color: #3c404a;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 60px;
}
.hs-manufacturing-index-section p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4em;
}
.custom-btn-item-md-grp {
  margin-top: 20px;
}
.hs-manufacturing-index-section-1 .custom-btn-item-md-grp {
  margin-top: 0;
  margin-left: 20px;
}
a.custom-round-btn {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  height: 50px;
  margin-top: 40px;
  color: #fff;
  background-color: #439654;
  text-decoration: none;
  min-width: 230px;
  padding: 0 15px;
  margin-right: -4px;
}
.hs-manufacturing-index-section-2 {
  background-color: #f3f6f9;
}
a.custom-round-btn:first-child {
  margin-left: 0;
}
.hs-manufacturing-index-section-3 a.custom-round-btn {
  padding: 0 23px;
}
.hs-manufacturing-index-form-title h3 {
  line-height: .8em;
  text-transform: uppercase;
  color: #3c404a;
font-family: 'Source Sans Pro', sans-serif;
  font-size: 60px;
  margin: 0;
}
.custom-form-type2 {
  margin-top: 40px;
}
.custom-form-type2 form label {
  font-size: 13px;
  line-height: 1;
  color: #666;
 font-family: 'Source Sans Pro', sans-serif;
  -webkit-appearance: none;
}
.custom-form-type2 form label span {
  display: inline-block;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: inherit;
}
.custom-form-type2 .hs-form-required {
  color: #ad0000;
}
.custom-form-type2 form {
  padding-top: 32px;
}
.custom-form-type2 .hs-input {
  border: 1px solid #bcbec0;
  font-size: 16px;
  line-height: 38px;
  transition: border-color .25s ease;
}
.custom-form-type2 .hs-input {
  border: 1px solid #bcbec0;
  font-size: 16px;
  line-height: 38px;
  transition: border-color .25s ease;
  padding: 0 10px;
  color: #666;
font-family: 'Source Sans Pro', sans-serif;
}
.custom-form-type2 textarea {
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
  min-height: 0;
}
.custom-form-type2 .hs-button.primary.large {
  max-width: 230px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #439654;
font-family: 'Source Sans Pro', sans-serif;
  -webkit-appearance: none;
}
.custom-form-type2 .hs-error-msgs li label {
  color: #ad0000;
font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  line-height: 1;
}
.hs-manufacturing-index-form-title {
  position: relative;
}
.hs-manufacturing-index-form-title:before {
  content: "";
  box-sizing: content-box;
  width: 100%;
  position: absolute;
  top: -80px;
  left: -80px;
  padding-right: 80px;
  padding-left: 80px;
  height: 230px;
  box-shadow: 0 0 25px rgba(0,0,0,.075);
  background-color: #fff;
}
.hs-manufacturing-index-form-title:after {
  content: "";
  box-sizing: content-box;
  width: 100%;
  position: absolute;
  top: -80px;
  left: -80px;
  padding-right: 80px;
  padding-left: 80px;
  height: 240px;
  background-color: #fff;
}
.hs-manufacturing-index-form-title-wrapper {
  position: relative;
  z-index: 3;
}
.custom-form-top-content ol li {
  line-height: 1.2em;
}
.custom-form-top-content table {
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1;
}
.custom-form-top-content table td {
  padding-right: 10px;
  vertical-align: baseline;
}
.custom-form-top-content h3 {
  font-weight: 400;
  color: #262836;
  line-height: 1em;
  font-size: 28px;
  clear: both;
  margin: 30px 0 0;
}
.custom-form-top-content h3 + p {
  margin-top: 5px;
}
.custom-form-top-content table td strong {
  font-weight: inherit;
}

/* ===================== Industries Website Page ===================== */

.hs-industries-layout-row-1 {
  background-color: #3f9751;
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
  text-align: center;
}
.hs-industries-layout-row-1:before {
  background: linear-gradient(-20deg,#3e9189,#3f9751);
  opacity: .75;
  height: 150%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hs-industries-layout-row-1 .page-center {
  position: relative;
  z-index: 3;
  font-size: 20px;
  max-width: 800px !important;
  padding: 0 !IMPORTANT;
  color: #fff;
}
.hs-industries-layout-row-1 .page-center p strong {
  color:#fff;
}
.hs-industries-layout-row-1 h1 {
font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: .9em;
  text-transform: uppercase;
  position: relative;
  left: -.04em;
  font-size: 74px;
  color: #fff;
  margin: 0;
}

.custom-two-col-with-img-md .custom-two-col-with-img-col {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 50%;
  float: left;
}
.custom-two-col-with-img-md .custom-two-col-with-img-content-col {
  float: left;
  width: 50%;
  padding: 100px;
}
.custom-two-col-with-img-md li {
  line-height: 1.2em;
}
.custom-two-col-with-img-md ul.custom-two-col-list li {
  float: left;
  width: calc(50% - 30px);
}
.custom-two-col-with-img-md li:first-child {
  margin-top: 0;
}
.custom-two-col-with-img-md ul.custom-two-col-list li:nth-child(odd) {
  clear: both;
  margin-right: 30px;
}
.custom-two-col-with-img-md ul.custom-two-col-list li:nth-child(2) {
  margin-top: 0;
}
.custom-two-col-with-img-md.right .custom-two-col-with-img-col {
  float: right;
}
a.custom-btn-with-border:after {
  padding-left: 8px;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
}
a.custom-btn-with-border {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  line-height: normal;
  border: 2px solid #3f9751;
  margin-top: 20px;
  display: inline-block;
  padding: 14px 20px 13px;
  color: #3f9751;
}
a.custom-btn-with-border:hover {
  border-color: #3f9751;
  color: #fff;
  background-color: #3f9751;
}
a.custom-btn-with-border.large-btn {
  width: 100%;
}
.hs-industries-layout-row-3 {
  background: #eef2f6;
  text-align: center;
}
.hs-industries-layout-row-3,
.hs-industries-layout-row-4 {
  padding: 100px;
}
.hs-industries-layout-row-3 .page-center {
  max-width: 800px !important;
  padding: 0 !important;
}
.hs-industries-layout-row-3 a.custom-btn {
  margin-top: 40px;
  max-width: 220px;
  width: 100%;
  padding: 16px 10px 15px;
}
a.custom-btn:after {
  padding-left: 5px;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
}
a.btn-download:after {
  content: "\f019";
}
.hs-industries-layout-row-4 .page-center {
  padding: 0 !important;
  max-width: 100% !important;
}
.hs-industries-layout-row-4 .custom-logo-item-group {
  width: calc(100% + 20px);
  margin: 0;
}
.hs-industries-layout-row-4 .custom-logo-item-group .custom-logo-item {
  float: left;
  width: calc(16.66% - 20px);
  margin-right: 20px;
  text-align: center;
  display: block;
  height: auto;
}
.hs-industries-layout-row-4 .custom-logo-item-group .custom-logo-item .logo-item-inner {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
.hs-industries-layout-row-4 .custom-logo-item-group .custom-logo-item .logo-item-inner img {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.custom-popup-form-grp ul.hs-error-msgs.inputs-list li {
  line-height: 1;
}
.hs-industries-layout-row-1 a.custom-btn,
.hs-industries-layout-row-1 a.custom-btn-with-border{
  margin-top: 40px;
  width: 100%;
  max-width: 220px;
  padding: 0 10px;
  display: inline-block;
  margin-left: 20px;
  padding-top:1px;
}
.hs-industries-layout-row-1 a.custom-btn:first-child {
  margin-left: 0;
}
a.custom-btn.fill-white {
  color: #3f9751;
  background-color: #fff;
  line-height: 49px;
}
a.custom-btn-with-border.white-btn {
  border: 2px solid #fff;
  color: #fff;
  line-height: 45px;
}
a.custom-btn-with-border.white-btn:hover {
  color: #3f9751;
  background-color: #fff;
}
a.custom-btn-with-border.white-btn:after {
  padding-left:5px;
}
.hs-solution-md-group {
  padding-top: 50px;
}
.hs-solution-md-group .hs-solution-md-item-group {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5,1fr);
}
.hs-solution-md-group .hs-solution-md-item {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(38,40,54,.15);
  background-color: #fff;
  transition: transform .25s cubic-bezier(.175,.885,.32,1.275),box-shadow .25s cubic-bezier(.25,.46,.45,.94);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-bottom: 80px;
  text-decoration: none;
  outline: none;
  text-align: left;
}
.hs-solution-md-group .solution-title {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  color: #262836;
  font-size: 20px;
  line-height: 80px;
}
.hs-solution-md-group .solution-text {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  line-height: 1.25em;
  position: relative;
  color: #666;
}
.hs-solution-md-group .solution-text:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 60px);
  border-top: 1px solid #e0e0e0;
  content: "";
}
.hs-solution-md-group .solution-link {
  position: absolute;
  left: 0;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  bottom: 10px;
  font-size: 14px;
  line-height: 50px;
}
.hs-solution-md-group .solution-link:after {
  position: absolute;
  top: 0;
  right: 30px;
  font-family: FontAwesome;
  font-size: 14px;
  text-align: center;
  content: "\f105";
}
.hs-solution-md-group .hs-solution-md-item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-radius: 0 0 4px 4px;
  border-bottom-width: 7px;
  border-style: solid;
}
.hs-solution-md-group .hs-solution-md-item:hover {
  box-shadow: 0 15px 50px rgba(38,40,54,.3);
  transform: translate3d(0,-5px,0);
}
.hs-why-lean-execution-layout .hs-industries-layout-row-4 .page-center {
  text-align: center;
}
.hs-why-lean-execution-layout .hs-industries-layout-row-4 ul li {
  line-height: 1.2em;
  list-style-position: inside;
}
.hs-why-lean-execution-layout .hs-industries-layout-row-4 ul {
  padding-left: 0;
}
.custom-marketing-inner-banner-area {
  overflow: hidden;
  background-color: #262836;
  position: relative;
  background-size: cover;
}
.custom-marketing-inner-banner-area {
  overflow: hidden;
  background-color: #262836;
  position: relative;
  background-size: cover;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
}
.custom-marketing-inner-banner-area .custom-marketing-inner-banner-content-wrapper {
  max-width: 800px;
  font-size: 20px;
  margin: 0 auto;
}
.custom-marketing-inner-banner-area h1 {
  color: #fff;
 font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: .9em;
  text-transform: uppercase;
  position: relative;
  left: -.04em;
  font-size: 74px;
  margin: 0;
}
.custom-ad-testimonial-btn-row a.custom-btn-with-arrow1.fill-btn1 {
  background-color: #3f9751;
  color: #fff;
}
.hs-marketing-inner-layout-row-1,
.custom-ad-testimonial-wrapper,
.hs-marketing-inner-layout-row-3-left-content {
  padding: 100px;
}
.hs-marketing-inner-layout-row-1 .page-center {
  padding: 0 !important;
  max-width: 660px !important;
}
.hs-marketing-inner-layout-row-1 h1 {
  color: #262836;
 font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: .9em;
  text-transform: uppercase;
  position: relative;
  left: -.04em;
  font-size: 55px;
  margin: 0;
}
.hs-marketing-inner-layout-row-1 h1 + ul {
  margin: 20px;
  margin-top: 0;
}
.hs-marketing-inner-layout-row-1 ul li {
  list-style: disc;
  line-height: 1.2em;
}
.hs-marketing-inner-layout-row-1 ul li:first-child {
  margin-top: 0;
}
.custom-ad-testimonial-wrapper {
  position: relative;
}
.custom-ad-testimonial-wrapper .custom-ad-testimonial-center {
  max-width: 600px;
  margin: auto;
}
.custom-ad-testimonial-wrapper .custom-ad-testimonial-column {
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  padding: 40px;
}
.custom-ad-testimonial-wrapper .custom-ad-testimonial-column:before {
  position: absolute;
  bottom: -5px;
  left: 45px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  content: "";
  background-color: #fff;
  transform: skewY(-30deg);
}
.custom-ad-testimonial-wrapper .custom-ad-testimonial-column:after {
  position: absolute;
  color: #e0e0e0;
  font-family: Georgia,serif;
  text-align: center;
  content: "“";
  top: 10px;
  left: 8px;
  width: 30px;
  height: 30px;
  font-size: 60px;
  line-height: 1;
}
.custom-ad-testimonial-wrapper .custom-ad-testimonial-content p:first-child {
  margin-top: 0;
}
.custom-ad-testimonial-wrapper .custom-ad-testimonial-content p {
  line-height: 1;
}
.custom-ad-testimonial-btn-row a.custom-btn-with-arrow1 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none!important;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 100%;
  border-radius: 4px;
  user-select: none;
  position: relative;
  text-indent: 5px;
  line-height: 46px;
  border: 2px solid #3f9751;
  color: #3f9751;
  max-width: 220px;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  margin-left: 20px;
  margin-top: 40px;
  margin-right: -4px;
}
.custom-ad-testimonial-btn-row a.custom-btn-with-arrow1:hover {
  border-color: #3f9751;
  color: #fff!important;
  background-color: #3f9751;
}
.custom-ad-testimonial-btn-row a.custom-btn-with-arrow1:after {
  padding-left: 5px;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
}
.hs-marketing-inner-layout-row-3-left-content h2 {
  border-top: 1px solid #e0e0e0;
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 0;
}
.hs-marketing-inner-layout-row-3-left-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.hs-marketing-inner-layout-row-3-left-content h2 strong {
  display: block;
  color: #262836;
  font-size: 1.25em;
  font-weight: 700;
}
.hs-marketing-inner-layout-row-3-left-content p strong {
  color: #262836;
  font-weight: 700;
}
.hs-marketing-inner-layout-row-3-form-title p {
  margin: 0;
}
.hs-marketing-inner-layout-row-3-left-content .custom-logo-item {
  width: calc(33% - 40px);
}
.hs-marketing-inner-layout-row-3-left-content .custom-logo-item-group {
  margin-top: 40px;
}
p strong {
  color: #262836;
  font-weight: 700;
}
.custom-ad-testimonial-content p strong {
  color: inherit;
}
.hs-thought-leadership-layout .custom-marketing-inner-banner-area .custom-marketing-inner-banner-content-wrapper {
  max-width: 100%;
}
.hs-thought-leadership-layout .custom-marketing-inner-banner-area h1 {
  line-height: .9em;
  text-transform: uppercase;
font-family: 'Source Sans Pro', sans-serif;
  font-size: 100px;
  position: relative;
  left: 0;
  z-index: 2;
}
.hs-thought-leadership-layout .custom-marketing-inner-banner-area h1 em {
  display: block;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  font-style: normal;
font-family: 'Source Sans Pro', sans-serif;
  text-transform: none;
}
.hs-thought-leadership-layout .custom-marketing-inner-banner-area {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.hs-thought-leadership-layout-row {
  padding: 100px;
}
.hs-thought-leadership-layout-row .page-center {
  padding: 0 !important;
  max-width: 800px !important;
  text-align: center;
}
.hs-thought-leadership-layout-row a.custom-btn {
  margin-top: 40px;
}
.hs-thought-leadership-layout-row-1 a.custom-btn {
  padding: 16px 30px 15px;
  width: 100%;
  max-width: 220px;
}
.hs-thought-leadership-layout-row-2 {
  background-color: #eef2f6;
}
.hs-thought-leadership-layout-row-2 {
  padding-top: 50px;
}
.hs-thought-leadership-layout-row-2 p:first-child {
  margin-top: 0;
}
.hs-thought-leadership-layout-row-2 p img {
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  display: block;
  vertical-align: bottom;
}
.hs-thought-leadership-layout-row-3 {
  background-color: #3f9751;
}
.hs-thought-leadership-layout-row-3 * {
  color: #fff;
}
.hs-thought-leadership-layout-row-3 p:first-child {
  margin-top: 0;
}
.hs-thought-leadership-layout-row-3 .page-center {
  font-size: 20px;
}
.hs-thought-leadership-layout-row-3 .custom-logo-item-group {
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 40px;
}
.hs-thought-leadership-layout-row-4 h2 {
  border-top: 1px solid #e0e0e0;
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 0;
}
.hs-thought-leadership-layout-row-4 h2:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.hs-thought-leadership-layout .custom-marketing-inner-banner-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(38,40,54,.4);
}
.custom-form-top-content h3 + ul {
  margin-top: 5px;
}
.body-container ul li strong {
  color: #262836;
  font-weight: 700;
}
.hs-clouddispatch-layout-row-1 {
  padding: 40px 20px;
  position: relative;
}
.hs-clouddispatch-layout-row-1 .page-center {
  padding: 0 !important;
  font-size: 20px;
  text-align: center;
  max-width: 800px !important;
}
.border-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #7ab249;
  z-index: 3;
}
.border-bg i {
  display: block;
  float: left;
  width: 20%;
  height: inherit;
}
.border-bg i:first-child {
  background-color: #2694bb;
}
.border-bg i:nth-child(2) {
  background-color: #21887a;
}
.border-bg i:nth-child(3) {
  background-color: #56519b;
}
.border-bg i:nth-child(4) {
  background-color: #e7563c;
}
.hs-clouddispatch-layout-row-1 span.hs_cos_wrapper_type_linked_image {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-width: 550px;
  padding-top: 12.8%;
  position: relative;
  margin-bottom: 18px;
}
.hs-clouddispatch-layout-row-1 span.hs_cos_wrapper_type_linked_image .hs-image-widget {
  position: absolute;
  height: 100%;
  width: 100% !IMPORTANT;
  top: 0;
  left: 0;
  object-fit: contain;
}
.hs-clouddispatch-layout-row-1 p:first-child {
  margin-top: 0;
}
.hs-clouddispatch-layout-row-1 .hs-cta-wrapper, .hs-clouddispatch-layout-row-1 a.custom-btn-with-border {
  display: inline-block;
  max-width: 220px;
  width: 100%;
  margin-top: 40px;
  margin-left: 24px;
}
.hs-clouddispatch-layout-row-1 .hs-cta-wrapper {
  margin-left: 0;
}
.hs-clouddispatch-layout-row-1 .hs-cta-wrapper .custom-btn {
  margin-top: 0 !important;
}
.hs-clouddispatch-layout-row-1 a.custom-btn-with-border:after {
  padding-left: 5px;
}
.hs-clouddispatch-layout-section {
  padding: 100px;
}
.hs-clouddispatch-layout-section .page-center {
  max-width: 800px !important;
  text-align: center;
  padding: 0 !important;
}
.hs-clouddispatch-layout-row-2 {
  background-color: #eef2f6;
}
.les {
  padding-top: 100px;
}
/* ============ Home Page ======== */

.custom-home-banner {
  background-color: #262836;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 100px 100px;
}
.custom-home-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(38,40,54,.4);
}
.custom-home-banner:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  background-image: linear-gradient(-90deg,#3f9751,#3f9751, transparent);
}
.custom-home-banner .custom-home-banner-inner {
  position: relative;
  z-index: 2;
}
.custom-home-banner .custom-home-left-col h4 {
  font-size: 50px;
  font-weight: 300;
  margin: 0;
  line-height: 1;
  color: #fff;
}

.custom-home-banner .custom-home-left-col h1 {
  margin: 0;
  color: #fff;
font-family: 'Source Sans Pro', sans-serif;
  line-height: .9em;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: normal;
}

.custom-home-banner .custom-home-right-col {
  position: absolute;
  right: 0;
  text-align: center;
  width: calc(50% - 100px);
  top: 15%;
  z-index: 9;
}
.custom-home-banner .custom-home-right-col a:after {
  display: none;
}
.custom-home-banner .custom-home-right-col a {
  display: block;
}
.custom-home-banner a.js-video i {
  font-size: 100px;
  color: #fff;
}
.custom-home-banner a.custom-banner-btn {
  max-width: 220px;
  margin: 10px auto;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  line-height: 20px;
  padding: 13px 0px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
font-family: 'Source Sans Pro', sans-serif;
}
.custom-home-banner a.custom-banner-btn:hover {
  background-color: #fff;
  color: #3f9751;
}
.custom-home-row1 {
  background-color: #000;
  padding: 28px 20px;
  position: relative;
  overflow: hidden;
}
/* .custom-home-row1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: .75;
  height: 150%;
  content: "";
  background: linear-gradient(-20deg,#3e9189,#3f9751);
} */
.custom-home-row1 .custom-home-row1-col {
  position: relative;
  z-index: 9;
}
.custom-home-row1 .page-center {
  max-width: 1100px !important;
  padding: 0 !important;
}
a.custom-btn-border {
    margin-top: 8px !important;
}
.custom-home-row1 .custom-home-row1-col h3 {
  margin: 0;
  color: #fff; line-height:32px;
}
.custom-home-row1 a.custom-btn-border {
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  max-width: 220px;
  display: block;
  padding: 13px 35px 13px;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
}
.custom-home-row1 a.custom-btn-border:hover {
  background-color: #fff;
  color: #3f9751;
}
.custom-home-row2 {
  padding: 100px;
}
.custom-home-row2 .page-center {
  max-width: 800px !important;
  padding: 0 !important;
  text-align: center;
}
.custom-home-row2 a.custom-btn {
  margin: 40px auto 0;
  max-width: 220px;
  display: block;
  padding: 15px 10px 16px;
}
.custom-home-row2 a.custom-btn em {
  text-transform: none;
  font-style: normal;
}

.custom-home-row3 {
  position: relative;
  background-color: #eef2f6;
}
.custom-home-row3 .home-numbers__wrap:before {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  padding-top: 370px;
  content: "";
  background-image: url('//cdn2.hubspot.net/hubfs/1766640/Leading2Lean_January2019/Images/colors-swirl.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.custom-home-row3 .home-numbers__item {
  float: left;
  width: 20%;
  height: 200px;
  padding: 20px 20px 0;
  text-align: center;
  position: relative;
  z-index: 100;
  color: #fff;
  background-position: 50%;
  background-size: cover;
}
.custom-home-row3 .home-numbers__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.custom-home-row3 .home-numbers__item strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  letter-spacing: -.05em;
  font-size: 100px;
  position: relative;
  z-index: 500;
  display: block;
  line-height: 65px;
  height: 100px;
}
.custom-home-row3 .home-numbers__item strong span {
  font-size: .5em;
  vertical-align: super;
}
.custom-home-row3 .home-numbers__item em {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  display: block;
}
.home-numbers:after {
  left: calc(50% - 270px);
  display: block;
  margin-top: 130px;
  position: relative;
  z-index: 500;
  width: 540px;
  border-radius: 4px;
  box-shadow: 0 15px 50px rgba(38,40,54,.3);
  content: "";
  background-color: #ffffff;
  background-image: url('//cdn2.hubspot.net/hubfs/1766640/Leading2Lean_January2019/Images/LES-Logo-July-2018.png');
  background-repeat: no-repeat;
  background-size: 500px 206px;
  background-position: center;
  padding-top: 246px;
}
.home-numbers {
  position: relative;
  background-color: #eef2f6;
}
.home-numbers__wrap:after {
  display: table;
  clear: both;
  content: "";
}

.custom-home-row4 {
  background-color: #eef2f6;
  padding: 50px 100px 100px;
}
.custom-home-row4 .hs_cos_wrapper_type_rich_text {
  text-align: center;
}
.custom-home-row4 .hs_cos_wrapper_type_rich_text h3 {
  font-weight: 200;
  line-height: 1em;
  color: #262836;
  margin: 0;
  font-size: 40px;
}
.custom-home-row4 .hs_cos_wrapper_type_rich_text p {
  margin: 20px 0 0;
  line-height: 1.5em;
}
.custom-home-row4 .hs_cos_wrapper_type_rich_text p strong {
  color: #262836;
  font-weight: 700;
}
.custom-home-row5 {
  padding: 100px;
  position: relative;
  overflow: hidden;
}
.custom-home-row5:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #262836;
}
.custom-home-row5 .hs_cos_wrapper_type_rich_text {
  position: relative;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  float: none;
  text-align: center;
  z-index: 99;
}
.custom-home-row5 .hs_cos_wrapper_type_rich_text p {
  color: #fff;
  margin: 20px 0 0;
}
.custom-home-row5 .hs_cos_wrapper_type_rich_text p strong {
  color: #fff;
}
.custom-home-row5 .hs_cos_wrapper_type_rich_text h2 {
  color: #fff;
}
.custom-home-row5 .custom-logo-item-group {
  margin: 40px auto 0;
  max-width: 1100px;
  padding-left: 40px;
  position: relative;
  z-index: 99;
}
.custom-home-row5 a.custom-white-transparent {
  display: block;
  color: #fff;
  max-width: 220px;
  margin: 40px auto 0;
  border: 2px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 20px;
  padding: 13px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}
.custom-home-row5 a.custom-white-transparent:hover {
  color: #3f9751;
  background-color: #fff;
}
.custom-home-row6 {
  padding: 100px;
}
.custom-home-row6 .page-center {
  padding: 0 !important;
  max-width: 800px !important;
  text-align: center;
}


.globe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.globe__wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-top: 50%;
  background-image: url('//cdn2.hubspot.net/hubfs/1766640/Leading2Lean_January2019/Images/globe.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  transform: translate3d(0,-50%,0);
}
.globe__wrap i{
  position:absolute;
  width:6px;
  height:6px;
  border-radius:100%;
  background-color:#3f9751
}
.globe__wrap i[data-pos="1"]{
  animation:a 4s 2.97s infinite
}
.globe__wrap i[data-pos="2"]{
  animation:a 4s 2s infinite
}
.globe__wrap i[data-pos="3"]{
  animation:a 4s .83s infinite
}
.globe__wrap i[data-pos="4"]{
  animation:a 4s 2.15s infinite
}
.globe__wrap i[data-pos="5"]{
  animation:a 4s 1.28s infinite
}
.globe__wrap i[data-pos="6"]{
  animation:a 4s 1.2s infinite
}
.globe__wrap i[data-pos="7"]{
  animation:a 4s 1.13s infinite
}
.globe__wrap i[data-pos="8"]{
  animation:a 4s 2.24s infinite
}
.globe__wrap i[data-pos="9"]{
  animation:a 4s 2.11s infinite
}
.globe__wrap i[data-pos="10"]{
  animation:a 4s 2.05s infinite
}
.globe__wrap i[data-pos="11"]{
  animation:a 4s .27s infinite
}
.globe__wrap i[data-pos="12"]{
  animation:a 4s 2.66s infinite
}
.globe__wrap i[data-pos="13"]{
  animation:a 4s .19s infinite
}
.globe__wrap i[data-pos="14"]{
  animation:a 4s 1.23s infinite
}
.globe__wrap i[data-pos="15"]{
  animation:a 4s .95s infinite
}
.globe__wrap i[data-pos="16"]{
  animation:a 4s 1.99s infinite
}
.globe__wrap i[data-pos="17"]{
  animation:a 4s 1.93s infinite
}
.globe__wrap i[data-pos="18"]{
  animation:a 4s 1.32s infinite
}
.globe__wrap i[data-pos="19"]{
  animation:a 4s 2.79s infinite
}
.globe__wrap i[data-pos="20"]{
  animation:a 4s 1.44s infinite
}
.globe__wrap i[data-pos="21"]{
  animation:a 4s .09s infinite
}
.globe__wrap i[data-pos="22"]{
  animation:a 4s .88s infinite
}
.globe__wrap i[data-pos="23"]{
  animation:a 4s 2.98s infinite
}
.globe__wrap i[data-pos="24"]{
  animation:a 4s 1.3s infinite
}
.globe__wrap i[data-pos="25"]{
  animation:a 4s 1.2s infinite
}
.globe__wrap i[data-pos="26"]{
  animation:a 4s .96s infinite
}
.globe__wrap i[data-pos="27"]{
  animation:a 4s 2.83s infinite
}
.globe__wrap i[data-pos="28"]{
  animation:a 4s 1.74s infinite
}
.globe__wrap i[data-pos="29"]{
  animation:a 4s 2.87s infinite
}
.globe__wrap i[data-pos="30"]{
  animation:a 4s .66s infinite
}
.globe__wrap i[data-pos="31"]{
  animation:a 4s 1.39s infinite
}
.globe__wrap i[data-pos="32"]{
  animation:a 4s .18s infinite
}
.globe__wrap i[data-pos="33"]{
  animation:a 4s 2.1s infinite
}
.globe__wrap i[data-pos="34"]{
  animation:a 4s .89s infinite
}
.globe__wrap i[data-pos="35"]{
  animation:a 4s .26s infinite
}
.globe__wrap i[data-pos="36"]{
  animation:a 4s 1.29s infinite
}
.globe__wrap i[data-pos="37"]{
  animation:a 4s .98s infinite
}
.globe__wrap i[data-pos="38"]{
  animation:a 4s 2.6s infinite
}
.globe__wrap i[data-pos="39"]{
  animation:a 4s .29s infinite
}
.globe__wrap i[data-pos="40"]{
  animation:a 4s 2.89s infinite
}
.globe__wrap i[data-pos="41"]{
  animation:a 4s .22s infinite
}
.globe__wrap i[data-pos="42"]{
  animation:a 4s 2.84s infinite
}
.globe__wrap i[data-pos="43"]{
  animation:a 4s .46s infinite
}
.globe__wrap i[data-pos="44"]{
  animation:a 4s 1.32s infinite
}
.globe__wrap i[data-pos="45"]{
  animation:a 4s 2.21s infinite
}
.globe__wrap i[data-pos="46"]{
  animation:a 4s 2.63s infinite
}
.globe__wrap i[data-pos="47"]{
  animation:a 4s 2.59s infinite
}
.globe__wrap i[data-pos="48"]{
  animation:a 4s .88s infinite
}
.globe__wrap i[data-pos="49"]{
  animation:a 4s 2.36s infinite
}
.globe__wrap i[data-pos="50"]{
  animation:a 4s 1.97s infinite
}
.globe__wrap i[data-pos="51"]{
  animation:a 4s .29s infinite
}
.globe__wrap i[data-pos="52"]{
  animation:a 4s 2.28s infinite
}
.globe__wrap i[data-pos="53"]{
  animation:a 4s .92s infinite
}
.globe__wrap i[data-pos="54"]{
  animation:a 4s 2.99s infinite
}
.globe__wrap i[data-pos="55"]{
  animation:a 4s .26s infinite
}
.globe__wrap i[data-pos="56"]{
  animation:a 4s 2.02s infinite
}
.globe__wrap i[data-pos="57"]{
  animation:a 4s 2.04s infinite
}
.globe__wrap i[data-pos="58"]{
  animation:a 4s 1.9s infinite
}
.globe__wrap i[data-pos="59"]{
  animation:a 4s .19s infinite
}
.globe__wrap i[data-pos="60"]{
  animation:a 4s 2.73s infinite
}
.globe__wrap i[data-pos="61"]{
  animation:a 4s 1.91s infinite
}
.globe__wrap i[data-pos="62"]{
  animation:a 4s 1.71s infinite
}
.globe__wrap i[data-pos="63"]{
  animation:a 4s 2.82s infinite
}
.globe__wrap i[data-pos="64"]{
  animation:a 4s 1.19s infinite
}
.globe__wrap i[data-pos="65"]{
  animation:a 4s .61s infinite
}
.globe__wrap i[data-pos="66"]{
  animation:a 4s .62s infinite
}
.globe__wrap i[data-pos="67"]{
  animation:a 4s .01s infinite
}
.globe__wrap i[data-pos="68"]{
  animation:a 4s .85s infinite
}
.globe__wrap i[data-pos="69"]{
  animation:a 4s .44s infinite
}
.globe__wrap i[data-pos="70"]{
  animation:a 4s 2.37s infinite
}
.globe__wrap i[data-pos="71"]{
  animation:a 4s .27s infinite
}
.globe__wrap i[data-pos="72"]{
  animation:a 4s 1.25s infinite
}
.globe__wrap i[data-pos="73"]{
  animation:a 4s 2.93s infinite
}
.globe__wrap i[data-pos="74"]{
  animation:a 4s .43s infinite
}
.globe__wrap i[data-pos="75"]{
  animation:a 4s 2.51s infinite
}
.globe__wrap i[data-pos="76"]{
  animation:a 4s 1.57s infinite
}
.globe__wrap i[data-pos="77"]{
  animation:a 4s 2.88s infinite
}
.globe__wrap i[data-pos="78"]{
  animation:a 4s .26s infinite
}
.globe__wrap i[data-pos="79"]{
  animation:a 4s .05s infinite
}
.globe__wrap i[data-pos="80"]{
  animation:a 4s .21s infinite
}
.globe__wrap i[data-pos="81"]{
  animation:a 4s 1.46s infinite
}
.globe__wrap i[data-pos="82"]{
  animation:a 4s 2.39s infinite
}
.globe__wrap i[data-pos="83"]{
  animation:a 4s .47s infinite
}
.globe__wrap i[data-pos="84"]{
  animation:a 4s 2.96s infinite
}
.globe__wrap i[data-pos="85"]{
  animation:a 4s 1.5s infinite
}
.globe__wrap i[data-pos="1"]{
  top:28.5%;
  left:12.875%
}
.globe__wrap i[data-pos="2"]{
  top:28%;
  left:14.5625%
}
.globe__wrap i[data-pos="3"]{
  top:31.625%;
  left:13.5625%
}
.globe__wrap i[data-pos="4"]{
  top:34.125%;
  left:11%
}
.globe__wrap i[data-pos="5"]{
  top:36.25%;
  left:11.5%
}
.globe__wrap i[data-pos="6"]{
  top:33.375%;
  left:14.625%
}
.globe__wrap i[data-pos="7"]{
  top:28.5%;
  left:12.875%
}
.globe__wrap i[data-pos="8"]{
  top:37.5%;
  left:12.9375%
}
.globe__wrap i[data-pos="9"]{
  top:36.25%;
  left:14.5%
}
.globe__wrap i[data-pos="10"]{
  top:29%;
  left:13.75%
}
.globe__wrap i[data-pos="11"]{
  top:40.125%;
  left:14.625%
}
.globe__wrap i[data-pos="12"]{
  top:28.5%;
  left:12.875%
}
.globe__wrap i[data-pos="13"]{
  top:41.875%;
  left:14.6875%
}
.globe__wrap i[data-pos="14"]{
  top:43.875%;
  left:15%
}
.globe__wrap i[data-pos="15"]{
  top:45.625%;
  left:16.25%
}
.globe__wrap i[data-pos="16"]{
  top:28.625%;
  left:16.1875%
}
.globe__wrap i[data-pos="17"]{
  top:27.375%;
  left:16.875%
}
.globe__wrap i[data-pos="18"]{
  top:30.5%;
  left:16.6875%
}
.globe__wrap i[data-pos="19"]{
  top:33%;
  left:16.4375%
}
.globe__wrap i[data-pos="20"]{
  top:22.5%;
  left:17.5%
}
.globe__wrap i[data-pos="21"]{
  top:19.375%;
  left:20.3125%
}
.globe__wrap i[data-pos="22"]{
  top:27.75%;
  left:17.75%
}
.globe__wrap i[data-pos="23"]{
  top:25.375%;
  left:18.375%
}
.globe__wrap i[data-pos="24"]{
  top:28.375%;
  left:18.75%
}
.globe__wrap i[data-pos="25"]{
  top:30.125%;
  left:18.3125%
}
.globe__wrap i[data-pos="26"]{
  top:32.875%;
  left:18.25%
}
.globe__wrap i[data-pos="27"]{
  top:30.375%;
  left:19.5%
}
.globe__wrap i[data-pos="28"]{
  top:32.875%;
  left:18.25%
}
.globe__wrap i[data-pos="29"]{
  top:35.5%;
  left:18.6875%
}
.globe__wrap i[data-pos="30"]{
  top:34.875%;
  left:19.5%
}
.globe__wrap i[data-pos="31"]{
  top:32.875%;
  left:18.25%
}
.globe__wrap i[data-pos="32"]{
  top:33.25%;
  left:19.75%
}
.globe__wrap i[data-pos="33"]{
  top:35.5%;
  left:20.1875%
}
.globe__wrap i[data-pos="34"]{
  top:34.5%;
  left:21.4375%
}
.globe__wrap i[data-pos="35"]{
  top:32.5%;
  left:22.375%
}
.globe__wrap i[data-pos="36"]{
  top:30.125%;
  left:23.75%
}
.globe__wrap i[data-pos="37"]{
  top:66.25%;
  left:30.625%
}
.globe__wrap i[data-pos="38"]{
  top:73.875%;
  left:29.3125%
}
.globe__wrap i[data-pos="39"]{
  top:76.125%;
  left:28.8125%
}
.globe__wrap i[data-pos="40"]{
  top:78.875%;
  left:52.6875%
}
.globe__wrap i[data-pos="41"]{
  top:36.25%;
  left:47.1875%
}
.globe__wrap i[data-pos="42"]{
  top:41.375%;
  left:54.1875%
}
.globe__wrap i[data-pos="43"]{
  top:30.75%;
  left:44.5%
}
.globe__wrap i[data-pos="44"]{
  top:26.375%;
  left:15.625%
}
.globe__wrap i[data-pos="45"]{
  top:25%;
  left:47.75%
}
.globe__wrap i[data-pos="46"]{
  top:23.25%;
  left:48.125%
}
.globe__wrap i[data-pos="47"]{
  top:23%;
  left:49.0625%
}
.globe__wrap i[data-pos="48"]{
  top:16.5%;
  left:49.875%
}
.globe__wrap i[data-pos="49"]{
  top:26.5%;
  left:46.75%
}
.globe__wrap i[data-pos="50"]{
  top:22%;
  left:50.875%
}
.globe__wrap i[data-pos="51"]{
  top:23.5%;
  left:51.375%
}
.globe__wrap i[data-pos="52"]{
  top:21.875%;
  left:52.8125%
}
.globe__wrap i[data-pos="53"]{
  top:21.25%;
  left:53.75%
}
.globe__wrap i[data-pos="54"]{
  top:23.75%;
  left:53.125%
}
.globe__wrap i[data-pos="55"]{
  top:24.25%;
  left:54.0625%
}
.globe__wrap i[data-pos="56"]{
  top:19%;
  left:55.25%
}
.globe__wrap i[data-pos="57"]{
  top:31.25%;
  left:54.875%
}
.globe__wrap i[data-pos="58"]{
  top:31.75%;
  left:55.8125%
}
.globe__wrap i[data-pos="59"]{
  top:31.25%;
  left:57.1875%
}
.globe__wrap i[data-pos="60"]{
  top:34.625%;
  left:71.5%
}
.globe__wrap i[data-pos="61"]{
  top:39.25%;
  left:71.4375%
}
.globe__wrap i[data-pos="62"]{
  top:33%;
  left:72.9375%
}
.globe__wrap i[data-pos="63"]{
  top:35.875%;
  left:73.4375%
}
.globe__wrap i[data-pos="64"]{
  top:33.75%;
  left:75%
}
.globe__wrap i[data-pos="65"]{
  top:37%;
  left:75.1875%
}
.globe__wrap i[data-pos="66"]{
  top:42.5%;
  left:74.625%
}
.globe__wrap i[data-pos="67"]{
  top:39.125%;
  left:76.1875%
}
.globe__wrap i[data-pos="68"]{
  top:38.25%;
  left:77.375%
}
.globe__wrap i[data-pos="69"]{
  top:33.75%;
  left:77.625%
}
.globe__wrap i[data-pos="70"]{
  top:36.25%;
  left:79.5625%
}
.globe__wrap i[data-pos="71"]{
  top:37.75%;
  left:80.625%
}
.globe__wrap i[data-pos="72"]{
  top:40%;
  left:80.9375%
}
.globe__wrap i[data-pos="73"]{
  top:41.75%;
  left:79.75%
}
.globe__wrap i[data-pos="74"]{
  top:50%;
  left:83.5625%
}
.globe__wrap i[data-pos="75"]{
  top:58%;
  left:81.125%
}
.globe__wrap i[data-pos="76"]{
  top:41.25%;
  left:82.1875%
}
.globe__wrap i[data-pos="77"]{
  top:48.125%;
  left:77.0625%
}
.globe__wrap i[data-pos="78"]{
  top:58.25%;
  left:77%
}
.globe__wrap i[data-pos="79"]{
  top:60.375%;
  left:77.9375%
}
.globe__wrap i[data-pos="80"]{
  top:28.125%;
  left:81.9375%
}
.globe__wrap i[data-pos="81"]{
  top:36%;
  left:84.625%
}
.globe__wrap i[data-pos="82"]{
  top:33.375%;
  left:85%
}
.globe__wrap i[data-pos="83"]{
  top:32.125%;
  left:86%
}
.globe__wrap i[data-pos="84"]{
  top:77%;
  left:88.3125%
}
.globe__wrap i[data-pos="85"]{
  top:81.25%;
  left:86.25%
}
@keyframes a{
  0%{
    opacity:1
  }
  25%{
    opacity:0
  }
  50%{
    opacity:0
  }
  to{
    opacity:1
  }
}
@keyframes b{
  0%{
    opacity:0;
    transform:scale(.1)
  }
  50%{
    opacity:1
  }
  to{
    opacity:0;
    transform:scale(1.2)
  }
}
@keyframes c{
  0%{
    transform:translate3d(-300px,0,0)
  }
  to{
    transform:translateZ(0)
  }
}

/* =========== Custom Conference ======= */

body.customer-conferece-layout {
  background-color: #333;
  background-image: none;
  font-family: "source-sans-pro",Arial,sans-serif;
}
.customer-conferece-layout #site-wrapper {
  box-shadow: none;
  background-color: #eef2f6;
  max-width: 1680px;
  padding-top: 0px;
}
.custom-conference-header .custom-logo {
  padding: 18px 0 17px;
}
.custom-conference-header .custom-menu-primary-conferenece ul {
  float: none;
  display: block !important;
  margin: 0 0 0 -70px !important;
  padding: 0;
  list-style-type: none;
}
.custom-conference-header .custom-menu-primary-conferenece ul li {
  float: left;
  margin: 0;
}
.custom-conference-header .custom-menu-primary-conferenece ul li a {
  line-height: 100px;
  color: #3c404a;
  padding: 0 10px;
  font-family: "source-sans-pro",Arial,sans-serif;
  text-decoration: none;
}
.custom-header-conference-btn-md .nav__register {
  float: right;
  width: 130px;
  margin-top: 25px;
  margin-left: 40px;
}
.custom-header-conference-btn-md a.btn.btn--small {
  display: block;
  width: 100%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background-color: #e6553c;
  text-decoration: none;
}
.custom-header-conference-btn-md .nav__dates {
  float: right;
  line-height: 100px;
  font-family: "source-sans-pro",Arial,sans-serif;
  margin-left: -40px;
}
.custom-header-conference-btn-md .nav__dates em {
  position: relative;
  padding-left: 60px;
  font-style: normal;
}
.custom-header-conference-btn-md .nav__dates em:after {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 40px;
  height: 1px;
  content: "";
  background-color: rgba(0,0,0,.2);
}
.custom-header-conference-btn-md .nav__dates strong {
  font-weight: normal;
}
.custom-conference-footer .custom-footer-bottom-group {
  color: #fff;
  font-size: 14px;
  background-color: #3c404a;
  padding: 0 30px;
}
.custom-conference-footer .custom-footer-copyright P {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 90px;
  text-align: center;
}
.custom-custom-conference-banner .wrap.wrap--bar {
  background-image: url('//cdn2.hubspot.net/hubfs/1766640/Leading2Lean_January2019/Images/bar.jpg');
  background-repeat: repeat-y;
  background-position: 50%;
  background-size: 100%;
  height: 10px;
}

.custom-custom-conference-banner {
  position: relative;
}
.custom-custom-conference-banner .custom-custom-conference-banner-image {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: calc(100% + 90px);
  background-color: #709bbc;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.custom-custom-conference-banner .custom-custom-conference-banner-content {
  position: relative;
  z-index: 2;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 200px;
}
.custom-custom-conference-banner .page-center {
  padding: 0 !important;
}
.custom-custom-conference-banner .custom-custom-conference-banner-content h1 {
  overflow: hidden;
  width: 100%;
  padding-top: 12.25%;
  font-size: .01px;
  text-indent: -1000%;
  background-image: url('//cdn2.hubspot.net/hubfs/1766640/Leading2Lean_January2019/Images/title.png');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.custom-custom-conference-banner .custom-custom-conference-banner-content p {
  margin: 50px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
}
.custom-custom-conference-banner .custom-custom-conference-banner-content p  strong,
.custom-full-width-content-image .custom-full-width-content-col p strong {
  color: #fff;
}
a.custom-red-btn {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #e6553c;
  max-width: 200px;
  text-decoration: none;
  padding: 15px 0;
}

.custom-conference-middle-group {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.custom-full-width-content-image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-color: #000;
  position: relative;
}
.custom-full-width-content-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0,0,0,.5);
}
.custom-full-width-content-image .page-center {
  max-width: 1020px !important;
  padding: 100px 20px !important;
  position: relative;
  z-index: 999;
  z-index: 999;
}
.custom-full-width-content-image .custom-full-width-content-col {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.custom-full-width-content-image .custom-full-width-content-col h2 {
  font-size: 70px;
  font-family: alternate-gothic-no-2-d,Impact,Arial Narrow,sans-serif;
  font-weight: 400;
  line-height: .75em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.custom-full-width-content-image .custom-full-width-content-col p {
  font-size: 18px;
  line-height: 1.4em;
  margin: 5px 0 50px;
  color: #fff;
}
a.custom-white-btn {
  max-width: 200px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #e6553c;
  background-color: #fff;
  text-decoration: none;
  padding: 15px 0;
}


.custom-full-width-content-col {
  text-align: center;
}

.custom-full-width-content-col h2 {
  font-size: 70px;
  font-family: alternate-gothic-no-2-d,Impact,Arial Narrow,sans-serif;
  font-weight: 400;
  line-height: .75em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.custom-full-width-content-col {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.custom-full-width-content-col p {
  font-size: 18px;
  line-height: 1.4em;
  margin: 5px 0 50px;
  color: #fff;
}

a.custom-white-btn {
  max-width: 200px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #e6553c;
  background-color: #fff;
  text-decoration: none;
  padding: 15px 0;
}

.custom-conference-row2 .page-center {
  max-width: 1020px !important;
  padding: 100px 20px !important;
}
.custom-conference-row2 h2,
.custom-conference-row2 h3 {
  color: #3c404a;
  font-family: alternate-gothic-no-2-d,Impact,Arial Narrow,sans-serif;
  font-weight: 400;
  line-height: .75em;
  text-transform: uppercase;
  font-size: 70px;
  margin: 0;
  text-align: center;
}
.custom-conference-row2 p {
  margin: 5px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
}
.custom-conference-row2 .custom-conference-row2-top hr {
  width: 100%;
  max-width: 360px;
  height: 1px;
  padding: 0;
  border: none;
  background-color: rgba(0,0,0,.15);
  margin: 50px auto;
}
.custom-conference-row2 .custom-conference-row2-top p:first-of-type {
  max-width: 700px;
  margin: 5px auto;
}
.custom-tw-column-left-image {
  padding-top: 20px;
}
.custom-tw-column-left-image .custom-left-column-image {
  padding: 10px 30px;
  float: left;
}
.custom-tw-column-left-image .custom-left-column-image img {
  width: 250px;
}
.custom-tw-column-left-image .custom-right-column-content {
  overflow: hidden;
  text-align: left;
}
.custom-tw-column-left-image .custom-right-column-content p {
  text-align: left !important;
  margin: 0 !important;
}
.custom-conference-row2 .custom-conference-row2-bottom h2 {
  color: #fff;
}
.custom-conference-row2 .custom-conference-row2-bottom p {
  color: #fff;
  margin: 5px auto 50px;
  max-width: 700px;
}
.custom-conference-bottom-group {
  background-color: #fff;
  padding: 100px 20px;
  text-align: center;
}
.custom-conference-bottom-top-col h2 {
  color: #3c404a;
font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: .75em;
  text-transform: uppercase;
  font-size: 70px;
  margin: 0;
}
.custom-conference-bottom-top-col p {
  font-size: 18px;
  line-height: 1.4em;
  margin: 5px auto 20px;
  max-width: 700px;
}
.custom-conference-bottom-image {
  padding: 30px 0 45px;
}
.custom-conference-bottom-bottom-col p {
  font-size: 18px;
  line-height: 1.4em;
  margin: 5px auto 50px;
  max-width: 700px;
}
.custom-conference-bottom-bottom-col a.custom-btn {
  max-width: 400px;
  display: block;
  margin: 0 auto;
  padding: 15px 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  line-height: 20px;
}

.custom-conference-bottom-pane .custom-full-width-content-image {
  background-color: #e6553c;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.custom-conference-bottom-pane .custom-full-width-content-image:before {
  display: none;
}
.custom-conference-bottom-pane .custom-full-width-content-image .custom-full-width-content-col p:first-of-type {
  margin-bottom: 20px;
}
.custom-footer.custom-conference-footer {
  border-top: 0;
}



.custom-video-lightbox {
  padding: 0 0 100px;
}
.custom-video-lightbox .page-center {
  max-width: 1020px !important;
  padding: 0 20px !important;
}
.custom-video-lightbox a.custom-btn-with-arrow {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 10px 50px rgba(0,0,0,.25);
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  background-position: 50%;
  background-size: cover;
  display: block;
  width: 100% !important;
  max-width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
.custom-video-lightbox .video__title {
  position: relative;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 15% 20px;
  text-transform: uppercase;
}
.custom-video-lightbox a.custom-btn-with-arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0,0,0,.4);
}
.custom-video-lightbox a.custom-btn-with-arrow:after {
  display: none;
}
.custom-video-lightbox .video__title strong {
  display: block;
  font-family: alternate-gothic-no-2-d,Impact,Arial Narrow,sans-serif;
  font-size: 70px;
  line-height: .75em;
  margin: 0;
  font-weight: normal;
}
.custom-video-lightbox .video__title em {
  top: -8px;
  font-size: 26px;
  position: relative;
  display: block;
  font-style: normal;
  font-weight: normal;
  line-height: 80px;
}
.custom-video-lightbox .video__title:after {
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f01d";
  font-size: 100px;
  line-height: 100px;
  margin-top: 30px;
  display: block;
}
.custom-menu-card-group {
  margin-top: 50px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
}
.custom-menu-card-group:after,
.custom-menu-card-group:before {
  position: absolute;
  top: 0;
  width: calc(50% - 10px);
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
  content: "";
  background-color: #fff;
}
.custom-menu-card-group:after {
  right: 0;
}
.custom-menu-card-group:before {
  left: 0;
}
.custom-menu-card-group .custom-menu-card-item {
  position: relative;
  z-index: 2;
  float: left;
  width: calc(50% - 10px);
  padding: 40px 50px;
}
.custom-menu-card-group .custom-menu-card-item .card__top {
  position: relative;
  padding-left: 60px;
  border-bottom: 1px solid #eef2f6;
  margin-bottom: 15px;
  padding-bottom: 30px;
}
.custom-menu-card-group .custom-menu-card-item .card__date {
  position: absolute;
  top: -3px;
  left: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  background-image: url('//cdn2.hubspot.net/hubfs/1766640/Leading2Lean_January2019/Images/calendar.png');
  background-position: 50%;
  background-size: contain;
}
.custom-menu-card-group .custom-menu-card-item .card__title strong {
  display: block;
  color: #3c404a;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
}
.custom-menu-card-group .custom-menu-card-item .card__title em {
  margin-top: 2px;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  display: block;
}
.custom-menu-card-group .custom-menu-card-item .custom-menu-descption p {
  text-align: left;
  padding: 8px 5px;
  margin: 0;
  line-height: 1.15em;
  font-size: 16px;
}
.custom-menu-card-group .custom-menu-card-item .custom-menu-descption p strong {
  position: initial;
  top: initial;
  left: initial;
  display: inline-block;
  width: 65px;
  color: #3c404a;
  font-weight: 700;
}
.custom-menu-card-group .custom-menu-card-item .custom-menu-descption p:nth-child(odd) {
  background-color: #f3f3f3;
}
.custom-menu-card-group .custom-menu-card-item:nth-child(2) {
  float: right;
}
.custom-menu-card-group .custom-menu-card-item .custom-title {
  margin: 15px auto;
  padding: 10px 0;
  padding-left: 0;
  border-top: 1px solid #eef2f6;
  border-bottom: 1px solid #eef2f6;
  font-style: italic;
  text-align: center;
  line-height: 1.15em;
  position: relative;
}
/* ======= Quality Assurance ========= */

.quality-ass-layout .hs-production-layout-seaction-1 {
  background-color: #56519b;
}
.quality-ass-layout .hs-production-layout-seaction-1:before {
  background: linear-gradient(-20deg,#56519b,#6d3b7a);
}
.quality-ass-layout .custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1.fill-btn1 {
  color: #56519b;
}
.quality-ass-layout .custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1.fill-btn1:hover {
  color: #433f7a;
}
.quality-ass-layout .custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1:hover {
  color: #56519b;
}
.quality-ass-layout .hs-production-layout-row-2-right-content h2 strong {
  color: #56519b;
}
.quality-ass-layout .custom-ac-heading.active:before {
  color: #56519b;
}
.quality-ass-layout a.custom-btn-with-arrow {
  border-color: #56519b;
  color: #56519b;
}
.quality-ass-layout a.custom-btn-with-arrow:hover {
  border-color: #56519b;
  background-color: #56519b;
  color:#fff;
}
.quality-ass-layout a#cta_button_1766640_30609989-f099-477c-ab7d-5dc2e932ee65 {
  background-color: #56519b;
}
.quality-ass-layout a#cta_button_1766640_30609989-f099-477c-ab7d-5dc2e932ee65:hover {
  background-color: #433f7a;
}

/* ======= Systems Integration ========= */

.system-intergeration-layout .hs-production-layout-seaction-1 {
  background-color: #e7563c;
}
.system-intergeration-layout .hs-production-layout-seaction-1:before {
  background: linear-gradient(-20deg,#e7563c,#b02c4e);
}
.system-intergeration-layout .custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1.fill-btn1 {
  color: #e7563c;
}
.system-intergeration-layout .custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1.fill-btn1:hover {
  color: #d6371a;
}
.system-intergeration-layout .custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1:hover {
  color: #e7563c;
}
.system-intergeration-layout .hs-production-layout-row-2-right-content h2 strong {
  color: #e7563c !important;
}
.system-intergeration-layout .custom-ac-heading.active:before {
  color: #e7563c;
}
.system-intergeration-layout a.custom-btn-with-arrow {
  border-color: #e7563c;
  color: #e7563c;
}
.system-intergeration-layout a.custom-btn-with-arrow:hover {
  border-color: #e7563c;
  background-color: #e7563c;
  color:#fff;
}
.custom-faq-accordion-group .faq-accordion-header {
  margin-bottom: 20px;
}
.custom-faq-accordion-item {
  overflow: hidden;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(38,40,54,.15);
  background-color: #fff;
  position: relative;
}
.custom-faq-accordion-item:first-child {
  margin-top: 0;
}
.faq-ac-heading {
  position: relative;
  padding: 30px;
  padding-right: 70px;
  color: #262836;
  font-weight: 700;
  line-height: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  display:block;
}
.faq-ac-heading:after {
  position: absolute;
  top: 50%;
  right: 30px;
  color: #bcbec0;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  content: "\f149";
  transition: tranform .25s ease;
  transform: translate3d(0,-50%,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.custom-faq-accordion-item.active {
  box-shadow: 0 15px 50px rgba(38,40,54,.3);
  transition: box-shadow .25s ease;
}
.custom-faq-accordion-item.active .faq-ac-heading {
  color: #3f9751;
}
.custom-faq-accordion-item.active .faq-ac-heading:after {
  color: #3f9751;
  content: "\f148";
}
.faq-ac-body-content .faq-ac-body-content-inner {
  padding: 30px;
  border-top: 1px solid #e0e0e0;
}
.faq-ac-body-content .faq-ac-body-content-inner p:first-child {
  margin-top: 0;
}
.faq-ac-body-content .faq-ac-body-content-inner p {
  line-height: 1.5em;
}
.faq-ac-body-content {
  display:none;
}
.system-intergeration-layout a#cta_button_1766640_30609989-f099-477c-ab7d-5dc2e932ee65 {
  background-color: #e7563c;
}
.system-intergeration-layout a#cta_button_1766640_30609989-f099-477c-ab7d-5dc2e932ee65:hover {
  background-color: #d6371a;
}

/* ============= Lean Tools Website Page ================ */

.hs-lean-tools-layout .hs-production-layout-seaction-1 {
  background-color: #7ab249;
}
.hs-lean-tools-layout .hs-production-layout-seaction-1:before {
  background: linear-gradient(-20deg,#7ab249,#378c78);
}
.hs-lean-tools-layout .custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1.fill-btn1 {
  color: #7ab249;
}
.hs-lean-tools-layout .custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1.fill-btn1:hover {
  color: #618e3a;
}
.hs-lean-tools-layout .custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1:hover {
  color: #7ab249;
}
.hs-lean-tools-layout .body-container h2 strong {
  color: #7ab249;
}
.hs-lean-tools-layout .custom-ac-heading.active:before {
  color: #7ab249;
}
.hs-lean-tools-layout a.custom-btn-with-arrow {
  border-color: #7ab249;
  color: #7ab249;
}
.hs-lean-tools-layout a.custom-btn-with-arrow:hover {
  border-color: #7ab249;
  background-color: #7ab249;
  color: #fff;
}
.hs-lean-tools-layout a#cta_button_1766640_30609989-f099-477c-ab7d-5dc2e932ee65 {
  background-color: #7ab249;
}
.hs-lean-tools-layout a#cta_button_1766640_30609989-f099-477c-ab7d-5dc2e932ee65:hover {
  background-color: #618e3a;
}
/* ============= Maintenance Website Page ================ */

.hs-maintenance-layout .hs-production-layout-seaction-1 {
  background-color: #21887a;
}
.hs-maintenance-layout .hs-production-layout-seaction-1:before {
  background: linear-gradient(-20deg,#21887a,#23687f);
}
.hs-maintenance-layout .custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1.fill-btn1 {
  color: #21887a;
}
.hs-maintenance-layout .custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1.fill-btn1:hover {
  color: #175f55;
}
.hs-maintenance-layout .custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1:hover {
  color: #21887a;
}
.hs-maintenance-layout .body-container h2 strong {
  color: #21887a;
}
.hs-maintenance-layout .custom-ac-heading.active:before {
  color: #21887a;
}
.hs-maintenance-layout a.custom-btn-with-arrow {
  border-color: #21887a;
  color: #21887a;
}
.hs-maintenance-layout a.custom-btn-with-arrow:hover {
  border-color: #21887a;
  background-color: #21887a;
  color: #fff;
}
.hs-maintenance-layout .hs-production-layout-row-4 {
  background-color: #21887a;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hs-maintenance-layout .hs-production-layout-row-4:before {
  opacity: .75;
  height: 150%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(-20deg,#21887a,#23687f);
}
.hs-maintenance-layout .hs-production-layout-row-4 h2,
.hs-maintenance-layout .hs-production-layout-row-4 p, 
.hs-maintenance-layout .hs-production-layout-row-4 ul, 
.hs-maintenance-layout .hs-production-layout-row-4 ol {
  color: #fff;
}
.hs-production-layout-row-3-left-content li:first-child {
  margin-top:0;
}
.hs-production-layout-row-3-left-content li {
  line-height: 1.2em;
}
.hs-maintenance-layout .custom-logo-item-group {
  margin-top: 40px;
}
.hs-maintenance-layout .hs-production-layout-row-4 a.custom-btn.blue-btn {
  color: #21887a;
  background: #fff;
}
.hs-maintenance-layout .hs-production-layout-row-4 a.custom-btn.blue-btn:hover {
  color: #175f55;
}
.hs-production-layout-row-4 a.custom-btn.blue-btn.cta_button {
  max-width: 440px;
}
.hs-marketing-inner-type3-layout .hs-marketing-inner-layout-row-1 ul {
  margin: 0;
  padding-left: 20px;
}
.hs-marketing-inner-type3-layout .hs-marketing-inner-layout-row-1 ul li {
  list-style-type: circle;
}
.hs-marketing-inner-type3-layout .custom-ad-testimonial-content p strong {
  color: #262836;
  font-weight: 700;
  font-style: italic;
  display: block;
  margin-top: 8px;
}
.hs-marketing-inner-type3-layout .custom-ad-testimonial-content p strong {
  color: #262836;
  font-weight: 700;
  font-style: italic;
  display: block;
  margin-top: 4px;
  line-height: 1.5em;
}
.hs-marketing-inner-type3-layout .custom-ad-testimonial-btn-row a.custom-btn-with-arrow1:first-child {
  margin-left: 0;
}
.hs-marketing-inner-type3-layout .custom-ad-testimonial-btn-row a.custom-btn-with-arrow1 {
  font-style: italic;
}
.hs-marketing-inner-type3-layout .hs-marketing-inner-layout-row-3-form-title {
  padding-bottom: 32px;
}
.hs-sitemap-layout-row-1 .page-center {
  padding: 100px !important;
  text-align: center;
}
.hs-sitemap-layout-row-1 h1 {
  color: #262836;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: .9em;
  text-transform: uppercase;
  position: relative;
  left: -.04em;
  font-size: 74px;
  margin: 0 0 40px;
}
.hs-sitemap-layout-row-1 ul {
  padding: 0;
}
.hs-sitemap-layout-row-1 ul li {
  line-height: 1.2em;
  list-style-position: inside;
}
.hs-sitemap-layout-row-1 ul li:first-child {
  margin-top: 0;
}
.hs-sitemap-layout-row-1 h1 + ul {
  margin-top: 0;
}
.custom-sidebar-menu-type2 {
  padding-top: 40px;
}
.custom-marketting-type-row1 {
  padding: 80px 0;
}
.custom-marketting-type-row1 .page-center,
.custom-marketting-type-row2 .page-center,
.custom-marketting-type-row3 .page-center{
  max-width: 950px !important;
  padding: 0 20px !important;
}
.custom-title-with-left-image-group {
  width: calc(100% + 60px);
  overflow: hidden;
  padding-bottom: 25px;
}
.custom-title-with-left-image-group .custom-title-item {
  float: left;
  width: calc(33.33% - 60px);
  min-height: 56px;
  padding-left: 70px;
  text-align: left;
  position: relative;
  margin-right: 60px;
}
.custom-title-with-left-image-group .custom-left-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #439654;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.custom-title-with-left-image-group .custom-right-content {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.custom-marketting-type-row1 .hs_cos_wrapper_type_rich_text p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4em;
}
.custom-marketting-type-row1 .hs_cos_wrapper_type_rich_text h3 {
  margin: 40px 0;
  text-align: center;
  font-size: 36px;
  line-height: 1;
  color: #3c404a;
}
.custom-marketting-type-row1 ul.list-col {
  width: calc(50% - 40px);
  float: left;
  margin: 0 0 10px;
  list-style-type: none;
  padding: 0;
}
.custom-marketting-type-row1 ul.list-col:last-child {
  float: right;
}
.custom-marketting-type-row1 ul.list-col li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  content: "";
  background-color: #3c404a;
}
.custom-marketting-type-row1 ul.list-col li {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  line-height: 1.1em;
}
.custom-marketting-type-row2 {
  background-color: #f3f6f9;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.custom-marketting-type-row2:after {
  position: absolute;
  bottom: -230px;
  left: 0;
  width: 100%;
  height: 230px;
  content: "";
  background-color: #f3f6f9;
}
.custom-marketting-type-row2 .custom-marketting-type-row2-left h2 {
  color: #3c404a;
 font-family: 'Source Sans Pro', sans-serif;
  font-size: 60px;
  line-height: .8em;
  text-transform: uppercase;
  margin: 0;
}
.custom-marketting-type-row2 .custom-marketting-type-row2-left p {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.4em;
}
.custom-marketting-type-row2 a.custom-pop-btn {
  box-shadow: 0 0 0 1px #439654;
  color: #439654;
  display: block;
  max-width: 230px;
  margin: 60px 0 0;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.custom-marketting-type-row2 .js-video:after {
  display: none;
}

.custom-testimonial-qoute {
  position: relative;
  display: block;
  box-shadow: 0 3px 15px rgba(0,0,0,.15);
  background-color: #fff;
}
.custom-testimonial-qoute .quote__text {
  padding: 40px;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  color: #666;
}
.custom-testimonial-qoute a {
  text-decoration: none;
}
.custom-testimonial-qoute .quote__text:after {
  position: absolute;
  color: #e0e0e0;
  font-family: Georgia,serif;
  text-align: center;
  content: "“";
  top: 10px;
  left: 8px;
  width: 30px;
  height: 30px;
  font-size: 60px;
}
.custom-testimonial-qoute .quote__meta {
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 40px 30px;
  color: #666;
}
.custom-testimonial-qoute .quote__meta strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #666;
}
.custom-testimonial-qoute .quote__control {
  width: 29px;
  height: 29px;
  position: relative;
  display: block;
}
.custom-testimonial-qoute .quote__control:before {
  content: "Watch Video";
  width: 100px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #3f9751;
  position: absolute;
  right: 20px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-testimonial-qoute .quote__control svg {
  width: 100%;
  fill: #3f9751;
}
.custom-marketting-type-row3 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.custom-marketting-type-row3 .custom-form.custom-form-type2 {
  position: relative;
  margin: 0;
}
.custom-marketting-type-row3 .custom-form.custom-form-type2:before {
  height: 230px;
  box-shadow: 0 0 25px rgba(0,0,0,.075);
  background-color: #fff;
  top: -80px;
  left: -80px;
  padding-right: 80px;
  padding-left: 80px;
  position: absolute;
  content: '';
  width: 100%;
  box-sizing: content-box;
}
.custom-marketting-type-row3 .custom-form-type2 .widget-type-form {
  position: relative;
  z-index: 100;
}
.custom-marketting-type-row3 .custom-form-type2 .widget-type-form:after {
  top: -80px;
  left: -80px;
  padding-right: 80px;
  padding-left: 80px;
  height: 240px;
  background-color: #fff;
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  content: '';
}
.custom-marketting-type-row3 .custom-form-type2 form {
  padding-top: 72px;
  position: relative;
  z-index: 99;
}
.custom-marketting-type-row3 .custom-form-type2 h3.form-title {
  position: relative;
  z-index: 99;
  color: #3c404a;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 60px;
  line-height: .8em;
  text-transform: uppercase;
  margin: 0;
}
.custom-marketting-type-row3 .custom-form-type2 form label {
  font-family: Arial;
}
.custom-marketting-type-row3 .custom-form-type2 .hs-form-field {
  width: calc(50% - 10px);
  display: inline-block !important;
}
.custom-marketting-type-row3 .custom-form-type2 .hs-form-field:nth-child(even) {
  float: right;
}
.custom-marketting-type-row3 .custom-form-type2 .hs_comments {
  width: 100%;
  margin-bottom: 20px;
}
.custom-image-with-bg-marketing .c-card--pdf {
  box-shadow: none;
  -webkit-perspective: 8000px;
  perspective: 8000px;
  position: relative;
  display: block;
  background-color: #fff;
}
.custom-image-with-bg-marketing .c-card--pdf:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 25px rgba(0,0,0,.4);
  content: "";
  -webkit-transform: rotateX(-45deg);
  transform: rotateX(-45deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.custom-image-with-bg-marketing .c-card__img {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  padding-top: 60%;
  background-color: #3c404a;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.custom-image-with-bg-marketing .c-card--pdf .c-card__img {
  padding-top: 75%;
  background-position: top;
}
.custom-image-with-bg-marketing .c-card--pdf .c-card__img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 50%;
  content: "";
  background: linear-gradient(0deg,#f3f6f9,transparent);
}
.custom-marketting-type-row1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-marketting-type-row1 ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  content: "";
  background-color: #3c404a;
}
.custom-marketting-type-row1-inner-row-left-col,
.custom-marketting-type-row1-inner-row-right-col {
  margin-bottom: 10px;
}
.custom-marketting-type-row1 ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  line-height: 1.1em;
}
.custom-form-type2 .hs-fieldtype-select .input:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 20px;
  height: 40px;
  color: #666;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 40px;
  pointer-events: none;
  content: "\f0dc";
}
.custom-form-top-content h3 + ol, .custom-form-top-content h3 + ul {
  margin-top: 5px;
}
.custom-form-top-content li:first-child {
  margin-top: 0;
}
.faq-ac-heading:hover:after {
  color: #262836;
}
.hs-sitemap-layout .page-center .custom_error_message h1 {
  margin-bottom: 36px;
}
.hs-sitemap-layout .custom_error_message p + ul {
  margin-top: 24px;
}
.hs-sitemap-layout-row-1 input.hs-search-field__input {
  margin: 0 auto;
  margin-top: 30px;
}
.leadinModal .leadinModal-content label {
  font-family: Arial;
}
.leadin-input-wrapper input#input-email-8566c7b6-2f16-4aa4-bd01-4c32f4ab4ac8 {
  background: transparent;
  color: #666;
  font-size: 1em;
  font-weight: normal;
  font-family: Arial;
}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.custom-footer-bottom-group {
  color: #fff;
  font-size: 14px;
  background-color: #262836;
  padding: 30px 100px;
}
.custom-footer-copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.custom-footer-copyright ul li {
  font-weight: 700;
  line-height: 30px;
  float: left;
  margin: 0 0 0 20px;
}
.custom-footer-copyright ul li a {
  color: #fff;
  text-decoration: none;
}
.custom-footer-copyright ul li a:hover {
  text-decoration: underline;
}
.custom-footer-copyright ul li:first-child {
  margin-right: 20px;
  padding-right: 40px;
  border-right: 1px solid hsla(0,0%,100%,.25);
  margin-left: 0;
}
.custom-footer-social-icon ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-footer-social-icon ul li {
  font-size: 20px;
  line-height: 30px;
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
}
.custom-footer-social-icon ul li:first-child {
  margin-left:0;
}
.custom-footer-social-icon ul li a {
  color: #fff;
}
.custom-footer-top-group {
  padding: 100px;
}
.custom-footer {
  position: relative;
  border-top: 1px solid #e0e0e0;
}
.custom-footer-menu .hs-menu-wrapper > ul {
  display: block;
  width: calc(100% + 20px);
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
  margin: 0 20px 0 0;
  width: calc(25% - 20px);
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  margin-bottom: 20px;
  color: #262836;
  font-weight: 700;
  text-transform: uppercase;
  display: block !important;
  width: auto !important;
  font-size: 14px;
  line-height: 1.25em;
  cursor: text;
  text-decoration: none;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li {
  font-size: 14px;
  line-height: 1.25em;
  margin: 10px 0 0;
  padding: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a {
  color: #666;
  text-decoration: none;
  display: initial !important;
  width: auto !important;
  white-space: normal !important;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover {
  text-decoration:underline;
}
.custom-form .hs-button.primary.large {
  width: 100%;
}
form .hs_error_rollup {
  padding-bottom: 10px;
  clear: both;
}
.custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1.fill-btn1 {
  background-color: #fff;
  color: #2694bb;
}
.custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1.fill-btn1:hover {
  color: #1d7291;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */
.custom-mobile-menu {
  display:none !important;
}
.custom-header-menu-group {
  position: relative;
  padding-right: 141.1px;
}
.custom-header-btn-md {
  position: absolute;
  right: 0;
  top: 0;
}
a.custom-demo-btn {
  float: right;
  height: 50px;
  margin-top: 20px;
  margin-left: 15px;
  padding-right: 16px;
  padding-left: 15px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  background-color: #3f9751;
  text-decoration: none;
  margin-right: -1px;
}
a.nav__phone {
  margin-right: 0;
}
.mobile-trigger, a.nav__phone {
  cursor: pointer;
  float: right;
  width: 48px;
  height: 48px;
  margin-left: 10px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  color: #262836;
  font-size: 20px;
  font-weight: 400;
  line-height: 46px;
  text-align: center;
  margin-top: 20px;
  margin-right: -1px;
  padding-right: 2px;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  margin:0;
  padding:0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  outline: none;
  padding-right: 15px;
  padding-left: 15px;
  color: #262836;
  font-size: 16px;
  line-height: 90px;
  position: relative;
  display: block;
}

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

/* .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a {
    
} */

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


/* 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:1280px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .mobile-trigger, a.nav__phone {
    display:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a {
    color: #fff;
    background-color: #262836;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
    position: absolute;
    top: 0;
    right: 15px;
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f107";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:after {
    margin-right: 15px;
    margin-left: 15px;
    border-left: 1px solid #e0e0e0;
    height: 30px;
    position: absolute;
    top: 30px;
    content: "";
    vertical-align: top;
    right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 31px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:last-child {
    padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:last-child:after {
    content:none;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    min-width:210px;
    perspective: 500px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul:before {
    bottom: 2px;
    height: 75%;
/*     box-shadow: 0 5px 30px rgba(0,0,0,.5); */
    transform: rotateX(10deg);
    transform-origin: 0 100%;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul:after {
    position: absolute;
    left: 0;
    z-index: -3;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    background-color: #262836;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-decoration: none;
    outline: none;
    display: block;
    padding: 12px 15px;
    color: rgba(255,255,255,.75);
/*     color: #fff; */
    font-size: 14px;
    line-height: 1.25em;
    position:relative;
    z-index:1;
    white-space: normal !IMPORTANT;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #fff;
    background-color: #000;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-careers:after,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-2018-opex-awards:after {
    content: "";
    width: calc(100% - 30px);
/*     margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px; */
/*     border-top: 1px solid #515458; */
    display: block;
  }

}


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

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

@media (max-width: 1279px){

  /* 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 Child Toggle Buttons ===== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 60px !important;
    padding: 0 !important;
  }
  .child-trigger:before {
    position: absolute;
    top: 20px;
    right: 0;
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f107";
  }

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

  .custom-menu-primary.js-enabled{
    padding-top: 0;
    margin: 0;
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 999;
  }

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

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

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

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    border-top: 1px solid hsla(0,0%,100%,.2);
    color: #fff;
    font-size: 20px;
    line-height:20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    border-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    overflow: visible;
    display: block;
    width: 100%;
    padding-top: 14px;
    padding-bottom:14px;
    color:#fff !important;
    text-decoration: none;
    outline: none;
    line-height:20px;
    font-size: 20px;
  }

  /* Level 1 and Higher Menu List Styles */


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    margin-bottom: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    margin:0;
    padding:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        margin-top: 12px;
    color: hsla(0,0%,100%,.75);
    font-size: 18px;
    display: block;    
    text-decoration: none;
    outline: none;
    
    margin-bottom: 12px;
  }
  #site-wrapper {
    transition: transform .25s ease;
    padding-top: 0;
  }
  .mobile-open #site-wrapper {
    transform: translate3d(-240px,0,0);
  }
  body {
    background-image: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
    position: relative;
    padding-right: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li ul > li:first-child {
    margin-top: 0px;
  }
  .mobile-open {
    overflow-x: hidden;
  }
  
}


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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2, .post-header h1 {
  font-weight: 200;
  line-height: 1em;
  color: #262836;
  font-size: 40px;
  font-family:inherit;
  margin:0 0 15px;
  text-transform: none;
}
.post-header h2 a {
  color: #262836;
  text-decoration:none;
}

/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#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 */
.blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom:1px solid #ccc;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  display:block;
  padding: 10px 0;
}

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

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

/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
  padding:15px;
}
#comments-listing:empty {
  border: none;
  margin:0;
  padding:0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 25px;
}

.custom_listing_comments{
  padding:15px;
  margin:20px 0;
  border:1px solid #ccc;
}


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


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


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

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

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

/* Labels and Legends */
label {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
 font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
label span {
  display: inline-block;
  padding-bottom: 2px;
  color: #262836;
  font-size: 13px;
  font-weight: 700;
}
.hs-form-required {
  color: red;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  border-radius: 0;
  outline: 0;
font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #e0e0e0;
  line-height: 40px;
  display:block;
  width:100%;
  max-width:500px;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff
}

input[type="text"]:hover,
input[type="password"]:hover, 
input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, 
input[type="date"]:hover, 
input[type="month"]:hover, 
input[type="time"]:hover, 
input[type="week"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="url"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="color"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover {
  border-color: #bcbec0;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #3f9751;
  outline:none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  min-height: 120px;
}
textarea:focus {}
.input {
  position: relative;
  margin-right: 0!important;
}
.select .input:after {
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  color: #262836;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f0dc";
}

/* Separate Styles for Drop Downs */
select {
  padding-right: 40px;
}
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 */
ul.hs-error-msgs.inputs-list {
  margin:0;
  padding:0;
  list-style:none;
}
ul.hs-error-msgs.inputs-list  li {
  margin:0;
  padding:0;
}
.hs-error-msgs li label {
  color: red;
  font-size: 12px
}

/* 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  vertical-align: middle;
  white-space: normal;
  background: none;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #3f9751;
  padding:0 20px;
}

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

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


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

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


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

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


/* =============== Blog 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 {}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 276px;
  display: block;
  width: 100%;
  overflow-y:hidden;
  overflow-x:auto;
  margin-bottom: 20px;
}
.blog-pagination {
  float: left;
  clear: both;
}
.blog-pagination a {
  display: block;
  margin: 10px 0 0;
}
.hs_cos_wrapper_type_blog_comments form {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #333;
}


/* ================== CloudDispath ============= */

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.les__wrap {
  position: relative;
  width: 100%;
}

.les__left-dots {
  position: absolute;
}

@media (min-width:0) and (max-width:1019px) {
  .les__left-dots {
    top: 20px;
    left: calc(50% - 2px);
    height: 100px;
    border-right: 3px dashed #aaa;
  }
}

@media (min-width:1020px) {
  .les__left-dots {
    top: 120px;
    left: calc(50% - 60% - 120px);
    width: 60%;
    border-bottom: 3px dashed #aaa;
  }
}

.les__right-dots {
  position: absolute;
}

@media (min-width:0) and (max-width:1019px) {
  .les__right-dots {
    bottom: 0;
    left: 50%;
    width: calc(100% - 135px);
    height: 20px;
    border: 3px dashed #aaa;
    border-bottom: none;
    transform: translate3d(-50%,0,0);
  }

  .les__right-dots:after {
    position: absolute;
    top: -66px;
    left: calc(50% - 2px);
    height: 60px;
    border-right: 3px dashed #aaa;
    content: "";
  }
}

@media (min-width:1020px) {
  .les__right-dots {
    top: 55px;
    right: 0;
    width: calc(20% - 57px);
    height: 130px;
    border-top: 3px dashed #aaa;
    border-left: 3px dashed #aaa;
  }

  .les__right-dots:after,.les__right-dots:before {
    position: absolute;
    border-bottom: 3px dashed #aaa;
    content: "";
  }

  .les__right-dots:after {
    top: 50%;
    left: -200px;
    width: 200px;
  }

  .les__right-dots:before {
    top: 100%;
    left: 0;
    width: 500%;
  }
}

.les__item {
  position: relative;
}

@media (min-width:0) and (max-width:1019px) {
  .les__item {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }

  .les__item:first-child {
    margin-top: 0;
  }

  .les__item--center {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .les__item--right {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width:1020px) {
  .les__item--left {
    float: left;
    width: 30%;
  }

  .les__item--center {
    float: left;
    width: 40%;
  }

  .les__item--right {
    float: right;
    width: 30%;
  }
}
.les {
  line-height: 1;
}
.les__text {
  clear: both;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: 100px;
}
.les p:first-child {
  margin-top: 0;
}

.les__title {
  padding-bottom: 15px;
  color: #262836;
  font-size: 20px;
}

.systems {
  position: relative;
  z-index: 100;
}

.systems:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  content: "";
  background-color: #eef2f6;
  transform: translate3d(-50%,-50%,0);
}

.systems[data-state=click] .systems__spin,.systems[data-state=hover] .systems__spin {
  opacity: 1;
  transition: .5s cubic-bezier(.68,-.55,.265,1.55) .25s;
  transform: translate3d(-50%,-50%,0) scale(1);
}

.systems[data-state=click] .systems__wrap,.systems[data-state=hover] .systems__wrap {
  width: 240px;
}

.systems[data-state=click] .systems__item,.systems[data-state=hover] .systems__item {
  top: 0;
  left: 0;
  width: 40px;
  padding-right: 0;
  padding-left: 20px;
  color: #fff;
  transition: all .25s ease;
}

.systems[data-state=click] .systems__item:first-child,.systems[data-state=hover] .systems__item:first-child {
  top: 41.22222px;
  left: 180.9047px;
  transition: left .5s cubic-bezier(.68,-.55,.265,1.55) 0s,top .5s cubic-bezier(.68,-.55,.265,1.55) 0s,width .5s ease,padding-left .5s ease,color .25s ease;
}

.systems[data-state=click] .systems__item:nth-child(2),.systems[data-state=hover] .systems__item:nth-child(2) {
  top: 100px;
  left: 0;
  transition: left .55s cubic-bezier(.68,-.55,.265,1.55) -.05s,top .55s cubic-bezier(.68,-.55,.265,1.55) -.05s,width .5s ease,padding-left .5s ease,color .25s ease;
}

.systems[data-state=click] .systems__item:nth-child(3),.systems[data-state=hover] .systems__item:nth-child(3) {
  top: 158.77853px;
  left: 19.0983px;
  transition: left .6s cubic-bezier(.68,-.55,.265,1.55) 0s,top .6s cubic-bezier(.68,-.55,.265,1.55) 0s,width .5s ease,padding-left .5s ease,color .25s ease;
}

.systems[data-state=click] .systems__item:nth-child(4),.systems[data-state=hover] .systems__item:nth-child(4) {
  top: 158.77853px;
  left: 180.9017px;
  transition: left .65s cubic-bezier(.68,-.55,.265,1.55) -.05s,top .65s cubic-bezier(.68,-.55,.265,1.55) -.05s,width .5s ease,padding-left .5s ease,color .25s ease;
}

.systems[data-state=click] .systems__item:nth-child(5),.systems[data-state=hover] .systems__item:nth-child(5) {
  top: 195.10565px;
  left: 69.0983px;
  transition: left .7s cubic-bezier(.68,-.55,.265,1.55) 0s,top .7s cubic-bezier(.68,-.55,.265,1.55) 0s,width .5s ease,padding-left .5s ease,color .25s ease;
}

.systems[data-state=click] .systems__item:nth-child(6),.systems[data-state=hover] .systems__item:nth-child(6) {
  top: 100.00827px;
  left: 200.03012px;
  transition: left .75s cubic-bezier(.68,-.55,.265,1.55) -.05s,top .75s cubic-bezier(.68,-.55,.265,1.55) -.05s,width .5s ease,padding-left .5s ease,color .25s ease;
}

.systems[data-state=click] .systems__item:nth-child(7),.systems[data-state=hover] .systems__item:nth-child(7) {
  top: 195.10565px;
  left: 130.9017px;
  transition: left .8s cubic-bezier(.68,-.55,.265,1.55) 0s,top .8s cubic-bezier(.68,-.55,.265,1.55) 0s,width .5s ease,padding-left .5s ease,color .25s ease;
}

.systems[data-state=click] .systems__item:nth-child(8),.systems[data-state=hover] .systems__item:nth-child(8) {
  top: 4.89435px;
  left: 69.09831px;
  transition: left .85s cubic-bezier(.68,-.55,.265,1.55) -.05s,top .85s cubic-bezier(.68,-.55,.265,1.55) -.05s,width .5s ease,padding-left .5s ease,color .25s ease;
}

.systems[data-state=click] .systems__item:nth-child(9),.systems[data-state=hover] .systems__item:nth-child(9) {
  top: 4.8944px;
  left: 130.90193px;
  transition: left .9s cubic-bezier(.68,-.55,.265,1.55) 0s,top .9s cubic-bezier(.68,-.55,.265,1.55) 0s,width .5s ease,padding-left .5s ease,color .25s ease;
}

.systems[data-state=click] .systems__item:nth-child(10),.systems[data-state=hover] .systems__item:nth-child(10) {
  top: 41.22147px;
  left: 19.0983px;
  transition: left .95s cubic-bezier(.68,-.55,.265,1.55) -.05s,top .95s cubic-bezier(.68,-.55,.265,1.55) -.05s,width .5s ease,padding-left .5s ease,color .25s ease;
}

.systems__wrap {
  position: relative;
  z-index: 200;
  width: 100%;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
  border-right: 300px;
  border-left: 300px;
  transition: width .5s ease;
}

.systems__item {
  position: absolute;
  z-index: 100;
  float: left;
  overflow: hidden;
  width: calc(50% - 5px);
  height: 40px;
  padding-right: 15px;
  padding-left: 45px;
  border-radius: 40px;
  box-shadow: 0 3px 10px rgba(38,40,54,.2);
  color: #262836;
  font-size: 12px;
  font-weight: 700;
  line-height: 42px;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  pointer-events: none;
  background-color: #fff;
  transition: all .5s ease;
}

.systems__item i {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.systems__item:nth-child(odd) {
  left: 0;
}

.systems__item:nth-child(2n) {
  left: calc(50% + 5px);
}

.systems__item:first-child,.systems__item:nth-child(2) {
  top: 0;
}

.systems__item:nth-child(3),.systems__item:nth-child(4) {
  top: 50px;
}

.systems__item:nth-child(5),.systems__item:nth-child(6) {
  top: 100px;
}

.systems__item:nth-child(7),.systems__item:nth-child(8) {
  top: 150px;
}

.systems__item:nth-child(9),.systems__item:nth-child(10) {
  top: 200px;
}

.systems__item:nth-child(11),.systems__item:nth-child(12) {
  top: 250px;
}

.systems__item:nth-child(13),.systems__item:nth-child(14) {
  top: 300px;
}

.systems__spin {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  color: #aaa;
  transform: translate3d(-50%,-50%,0) scale(.5);
}

.systems__spin i {
  font-size: 56px;
}

.pie {
  z-index: 100;
  margin-right: auto;
  margin-left: auto;
}

.pie,.pie__wrap {
  position: relative;
  width: 240px;
  height: 240px;
}

.pie__wrap {
  top: 0;
  overflow: hidden;
  border-radius: 100%;
  transform: translateZ(0);
}

@media (min-width:1280px) {
  .pie__wrap {
    top: -30px;
    left: -30px;
    width: 300px;
    height: 300px;
  }
}

.pie__wrap[data-state=click] .pie__cloud,.pie__wrap[data-state=hover] .pie__cloud {
  font-size: 70px;
  transition: font-size .25s cubic-bezier(.25,.46,.45,.94);
}

.pie__wrap[data-state=click] .pie__center:before,.pie__wrap[data-state=hover] .pie__center:before {
  width: 100%;
  height: 100%;
  transition: width .5s cubic-bezier(.25,.46,.45,.94),height .5s cubic-bezier(.25,.46,.45,.94);
}

.pie__wrap[data-state=click] .pie__colors,.pie__wrap[data-state=hover] .pie__colors {
  transition: transform 1s ease;
  transform: rotate(514deg);
}

.pie__center {
  z-index: 100;
}

.pie__center,.pie__center:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 100%;
  transition: width .25s ease,height .25s ease;
  transform: translate3d(-50%,-50%,0);
}

.pie__center:before {
  content: "";
  background-color: #eef2f6;
  background-image: url(../img/dispatch/logo.png);
  background-position: 50%;
  background-size: cover;
}

.pie__cloud,.pie__gear {
  position: absolute;
  top: 40%;
  width: 100%;
  height: 100px;
  font-size: 60px;
  line-height: 100px;
  text-align: center;
  transform: translate3d(0,-50%,0);
}

.pie__cloud {
  color: #3f9751;
  transition: font-size .25s cubic-bezier(.175,.885,.32,1.275);
}

.pie__gear {
  color: #fff;
  font-size: 24px;
  line-height: 104px;
}

.pie__colors {
  position: absolute;
  top: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: transform 1s ease;
  transform: rotate(8deg);
}

.pie__slice2 {
  clip: rect(0,120px,240px,0);
  width: 240px;
  height: 240px;
  border-radius: 120px;
}

.pie__slice,.pie__slice2 {
  position: absolute;
  transform: rotate(73deg);
}

.pie__slice {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-clip-path: polygon(0 0,25% 25%,50% 50%,0 77%);
  clip-path: polygon(0 0,25% 25%,50% 50%,0 77%);
}

.pie__piece {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
  clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}

.pie__piece--1 .pie__slice {
  background-color: #2694bb;
}

.pie__piece--2 {
  transform: rotate(72deg);
}

.pie__piece--2 .pie__slice {
  background-color: #21887a;
}

.pie__piece--3 {
  transform: rotate(144deg);
}

.pie__piece--3 .pie__slice {
  background-color: #56519b;
}

.pie__piece--4 {
  transform: rotate(216deg);
}

.pie__piece--4 .pie__slice {
  background-color: #e7563c;
}

.pie__piece--5 {
  transform: rotate(288deg);
}

.pie__piece--5 .pie__slice {
  background-color: #7ab249;
}

.role__item {
  position: relative;
  float: right;
}

@media (min-width:0) and (max-width:1019px) {
  .role__item {
    padding-top: 135px;
  }
}

@media (min-width:1020px) {
  .role__item {
    clear: both;
    height: 115px;
    margin-top: 10px;
    padding-left: 135px;
  }

  .role__item:first-child {
    margin-top: 0;
  }
}

.role__item:first-child {
  float: left;
}

.role__item[data-state=click] .role__chat,.role__item[data-state=hover] .role__chat {
  opacity: 1;
  transition: transform .25s cubic-bezier(.175,.885,.32,1.275),opacity .25s ease;
  transform: translateZ(0) rotate(0deg) scale(1);
}

.role__item[data-state=click] .role__message,.role__item[data-state=hover] .role__message {
  opacity: 1;
  transition: transform .25s cubic-bezier(.175,.885,.32,1.275) .15s,opacity .25s ease .15s;
  transform: rotate(0) scale(1);
}

.role__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 115px;
  border: 15px solid #fff;
  border-radius: 100%;
  box-shadow: 0 3px 10px rgba(38,40,54,.2);
  color: #fff;
  background-color: #fff;
  background-position: 50%;
  background-size: cover;
  transform: translateZ(0);
}

.role__title {
  color: #262836;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width:0) and (max-width:1019px) {
  .role__title {
    width: 115px;
    text-align: center;
  }
}

@media (min-width:1020px) {
  .role__title {
    line-height: 115px;
  }
}

.role__chat {
  position: absolute;
  top: -14px;
  left: -26px;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: transform .1s ease,opacity .1s ease;
  transform: translate3d(6px,8px,0) rotate(-30deg) scale(.35);
  transform-origin: 100% 100%;
}

.role__bubble {
  color: #3f9751;
  font-size: 66px;
  transform: scaleX(-1);
}

.role__message {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 66px;
  height: 66px;
  color: #fff;
  text-align: center;
  transform: rotate(45deg) scale(0);
}

.role__message i {
  line-height: 66px;
}

.role__message .fa-bar-chart {
  font-size: 22px;
}

.role__message .fa-lightbulb-o {
  font-size: 30px;
}

.roi {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width:0) and (max-width:1019px) {
  .roi {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }
}

.roi__wrap {
  position: relative;
  width: calc(100% + 10px);
}

@media (min-width:0) and (max-width:1019px) {
  .roi__wrap {
    padding-left: 40px;
  }
}

.roi__item {
  position: relative;
  z-index: 100;
  margin-right: 10px;
}

@media (min-width:0) and (max-width:1019px) {
  .roi__item {
    width: calc(100% - 10px);
    margin-top: 10px;
  }

  .roi__item:first-child {
    margin-top: 0;
  }

  .roi__item--1 .roi__bar {
    background: linear-gradient(190deg,#87519b,#56519b);
  }

  .roi__item--1 .roi__bar:after {
    opacity: .5;
  }

  .roi__item--2 .roi__bar {
    background: linear-gradient(190deg,#56519b,#3163aa);
  }

  .roi__item--2 .roi__bar:after {
    opacity: .4;
  }

  .roi__item--3 .roi__circle {
    color: #2694bb;
  }

  .roi__item--3 .roi__bar {
    background: linear-gradient(190deg,#3163aa,#2694bb);
  }

  .roi__item--3 .roi__bar:after {
    opacity: .3;
  }

  .roi__item--4 .roi__bar {
    background: linear-gradient(190deg,#2694bb 25%,#3f9751);
  }

  .roi__item--4 .roi__bar:after {
    opacity: .2;
  }

  .roi__item--5 .roi__circle {
    color: #3f9751;
  }

  .roi__item--5 .roi__bar {
    overflow: hidden;
    background-color: #3f9751;
  }

  .roi__item--5 .roi__bar:after,.roi__item--5 .roi__bar:before {
    position: absolute;
    bottom: -60px;
    width: 50%;
    height: 60px;
    content: "";
    background-color: #262836;
  }

  .roi__item--5 .roi__bar:before {
    left: 50%;
    transform: skewY(-10deg);
    transform-origin: 0 0;
  }

  .roi__item--5 .roi__bar:after {
    right: 50%;
    transform: skewY(10deg);
    transform-origin: 100% 0;
  }
}

@media (min-width:1020px) {
  .roi__item {
    float: left;
  }

  .roi__item--1 {
/*     width: calc(13.75% - 10px); */
        width: calc(17.75% - 10px);
  }

  .roi__item--1 .roi__bar {
    background: linear-gradient(90deg,#87519b,#56519b);
  }

  .roi__item--1 .roi__bar:after {
    opacity: .5;
  }

  .roi__item--2 {
/*     width: calc(10% - 10px); */
        width: calc(14% - 10px);
  }

  .roi__item--2 .roi__bar {
    background: linear-gradient(90deg,#56519b,#3163aa);
  }

  .roi__item--2 .roi__bar:after {
    opacity: .4;
  }

  .roi__item--3 {
/*     width: calc(12.5% + 6.25% - 10px); */

    width: calc(7.5% + 0.25% - 10px);
  }

  .roi__item--3 .roi__circle {
    color: #2694bb;
  }

  .roi__item--3 .roi__bar {
    background: linear-gradient(90deg,#3163aa,#2694bb);
  }

  .roi__item--3 .roi__bar:after {
    opacity: .3;
  }

  .roi__item--4 {
    width: calc(40.75% - 10px);
  }

  .roi__item--4 .roi__bar {
    background-color: #2694bb;
  }

  .roi__item--4 .roi__bar:after {
    opacity: .2;
  }

  .roi__item--5 {
/*     width: calc(16.75% - 10px); */
        width: calc(19.75% - 10px);
  }

  .roi__item--5 .roi__circle {
    color: #3f9751;
  }

  .roi__item--5 .roi__bar {
    background-color: #3f9751;
  }

  .roi__item--5 .roi__bar:before {
    position: absolute;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #3f9751;
    content: "";
  }
}

.roi__top {
  position: relative;
}

@media (min-width:0) and (max-width:479px) {
  .roi__top {
    display: none;
  }
}

@media (min-width:480px) and (max-width:1019px) {
  .roi__top {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 100%;
  }

  .roi__top:before {
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: calc(100% - 30px - 55px - 3px);
    border-bottom: 3px dashed #656b74;
    content: "";
  }
}

@media (min-width:1020px) {
  .roi__top {
    height: 160px;
  }

  .roi__top:before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 2px);
    height: 70px;
    border-right: 3px dashed #656b74;
    content: "";
  }
}

.roi__top i {
  font-size: 18px;
  line-height: 50px;
}

@media (min-width:0) and (max-width:1019px) {
  .roi__circle {
    position: relative;
    top: 50%;
    margin-left: auto;
    transform: translate3d(0,-50%,0);
  }
}

@media (min-width:1020px) {
  .roi__circle {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%,0,0);
  }
}

.roi__circle[data-type=small] {
  width: 55px;
  height: 55px;
}

@media (min-width:0) and (max-width:1019px) {
  .roi__circle[data-type=small] {
    margin-right: 30px;
  }
}

@media (min-width:1020px) {
  .roi__circle[data-type=small] {
    margin-top: 30px;
  }
}

.roi__circle[data-type=small] i {
  color: #fff;
  font-size: 18px;
  line-height: 55px;
}

.roi__circle[data-type=small]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px dashed #656b74;
  border-radius: 100%;
  content: "";
}

.roi__circle[data-type=large] {
/*   width: 115px;
  height: 115px; */
  width: 96px;
  height: 96px;
  
}

.roi__circle[data-type=large] i {
  font-size: 40px;
/*   line-height: 115px; */
      line-height: 96px;
}

.roi__circle[data-type=large]:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0 3px 10px #000;
  content: "";
  background-color: #fff;
}

.roi__circle[data-type=large]:before {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 100%;
  content: "";
  animation: b 2s infinite;
}

.roi__circle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.roi__circle i.fa {
  position: relative;
}

.roi__circle i.fa-street-view {
  left: 1px;
  font-size: 21px;
}

.roi__circle i.fa-sort-amount-asc {
  font-size: 35px;
}

.roi__btm {
  position: relative;
}

@media (min-width:0) and (max-width:479px) {
  .roi__btm {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width:480px) and (max-width:1019px) {
  .roi__btm {
    width: calc(100% - 160px);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.roi__btm strong {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15em;
  text-align: center;
}

@media (min-width:1020px) {
  .roi__btm strong {
    margin-top: 20px;
  }
}

.roi__btm em {
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
}

@media (min-width:0) and (max-width:1019px) {
  .roi__btm em {
    position: relative;
    margin-top: 5px;
  }
}

@media (min-width:1020px) {
  .roi__btm em {
    position: absolute;
    line-height: 40px;
  }
}

.roi__bar {
  width: 100%;
  background-color: #3f9751;
}

@media (min-width:0) and (max-width:1019px) {
  .roi__bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}

@media (min-width:1020px) {
  .roi__bar {
    position: relative;
    z-index: 100;
    height: 40px;
  }

  .roi__bar--start {
    border-radius: 30px 0 0 30px;
  }

  .roi__bar--second-last:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 25%,#3f9751);
  }

  .roi__bar:not(.roi__bar--last) {
    overflow: hidden;
  }

  .roi__bar:not(.roi__bar--last):after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 2000px;
    height: 60px;
    content: "";
    background-image: url(//cdn2.hubspot.net/hubfs/1766640/Leading2Lean_January2019/Images/roi.png);
    animation: c 10s linear infinite;
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
}

@media (min-width:0) and (max-width:1019px) {
  .roi__section {
    position: absolute;
    top: 80px;
    left: 10px;
    width: 20px;
    height: calc(100% - 80px - 80px);
  }
}

@media (min-width:480px) and (max-width:1019px) {
  .roi__section {
    top: 100px;
    height: calc(100% - 80px - 120px);
  }
}

@media (min-width:1020px) {
  .roi__section {
    position: relative;
    width: calc(100% + 10px);
  }
}

@media (min-width:0) and (max-width:1019px) {
  .roi__label {
    position: relative;
  }

  .roi__label--1 {
    height: calc(50% - 10px);
  }

  .roi__label--2 {
    height: calc(50% - 30px);
    margin-top: 20px;
  }

  .roi__label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px dashed #656b74;
    border-right: none;
    content: "";
  }
}

@media (min-width:1020px) {
  .roi__label {
    position: relative;
    float: left;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
  }

  .roi__label--1 {
    float: left;
/*     width: calc(26.5% - 10px); */
          width: calc(25.5% - 10px);
    margin-left: 6.4%;
  }

  .roi__label--2 {
    float: right;
/*     width: calc(58.7% - 10px); */
    width: calc(52.5% - 10px);
    margin-right: 8.6%;
  }

  .roi__label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    border: 3px dashed #656b74;
    border-top: none;
    content: "";
  }
}

.roi__text {
  z-index: 10;
}

@media (min-width:0) and (max-width:1019px) {
  .roi__text {
    position: absolute;
    top: calc(50% - 5px);
    transform: translate(-50%);
  }
}

@media (min-width:1020px) {
  .roi__text {
    position: relative;
  }
}

.roi__text span {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #262836;
}

@media (min-width:0) and (max-width:1019px) {
  .roi__text span {
    position: relative;
    display: block;
    white-space: nowrap;
    transform: rotate(-90deg);
  }
}
.custom-timeline-mod {
  background-color: #262836;
  position: relative;
  padding: 100px;
  overflow: hidden;
  line-height: 1;
}
.custom-timeline-mod .top-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.custom-timeline-mod .top-content h2 {
  color: #fff;
  margin: 0;
}
.roi__wrap:after {
  display: table;
  clear: both;
  content: "";
}
.custom-timeline-mod .top-content strong {
  color: #fff;
}
.roi {
  padding: 50px 0;
}

@keyframes a {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes b {
  0% {
    opacity: 0;
    transform: scale(.1);
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes c {
  0% {
    transform: translate3d(-300px,0,0);
  }

  to {
    transform: translateZ(0);
  }
}
.custom-timeline-mod .bottom-group {
  max-width: 800px;
  margin: 20px auto 0;
  text-align: center;
  color: #fff;
}
.custom-timeline-mod .bottom-group p:first-child {
  margin-top: 0;
}
.bottom-group:after,
.roi__section:after {
  display: table;
  clear: both;
  content: "";
}
.bottom-group a {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none!important;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 40px;
  max-width: 220px;
  width: 100%;
  display: inline-block;
  padding: 16px 10px;
}
.bottom-group a:hover {
  color: #3f9751;
  background-color: #fff;
}
.hs-clouddispatch-layout-row-5 {
  background-color: #eef2f6;
}
.hs-clouddispatch-layout-row-5-inner-row-1 {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center;
  float: none !important;
}
.hs-clouddispatch-layout-row-6 {
  text-align: center;
}
.hs-clouddispatch-layout-row-6 ul {
  margin-top: 20px;
  padding: 0;
}
.hs-clouddispatch-layout-row-6 ul li:first-child {
  margin-top: 0;
}
.hs-clouddispatch-layout-row-6 ul li {
  line-height: 1.2em;
  list-style-position: inside;
}
.les:after {
  display: table;
  clear: both;
  content: "";
}
.role:after {
  display: table;
  clear: both;
  content: "";
}
.roi__item:after {
  display: table;
  clear: both;
  content: "";
}
#hs-pwd-widget-password {
  margin: 20px 0 !important;
}
form .checkbox-row input[type=checkbox] {
  width: auto !important;
  height: auto !important;
  margin-right: 0;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


/* ======== News ========== */
.hs-news-blog .custom-main-content {
  line-height: 1;
}
.custom-blog-title h1 {
  font-weight: 200;
  line-height: 1em;
  color: #262836;
  font-size: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: none;
  margin: 0;
}
.hs-news-blog .blog-listing-wrapper .post-listing .post-item {
  margin: 30px 0 0;
  padding: 0;
  border: none;
}
.custom-news-post-title {
  display: block;
  color: #262836;
  font-weight: 700;
  text-decoration: underline;
}
.hs-news-blog #hubspot-author_data {
  margin-top: 4px;
  font-size: 14px;
}
.hs-blog-post .custom-blog-title {
  display: none;
}
a.back-top-news {
  color: rgb(102, 102, 102);
  text-decoration: none;
}
.hs-news-blog .post-header h1 {
  margin: 16px 0 20px;
}
.blog-post-wrapper .post-body li {
  line-height: 1.2em;
}
.blog-post-wrapper .post-body li:first-child {
  margin-top: 0;
}
a.back-top-news.bottom-btn {
  display: inline-block;
  margin-top: 16px;
}
.post-body h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.post-body h2 strong {
  display: block;
  color: #262836;
  font-size: 1.25em;
  font-weight: 700;
}
.post-body h3 {
  margin: 30px 0 0;
}
.post-body h3 + p {
  margin-top: 5px;
}
.post-body p em {
  font-style: normal;
}
.post-body h4, .post-body h5 {
  color: #666;
font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.post-body img.alignnone {
  box-shadow: 1px 1px 5px;
  border-radius: 4px;
}
.custom-news-header h2 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.custom-news-header {
  margin-top: 20px;
}
.custom-news-section .news-item {
  margin-top: 30px;
}
.custom-news-section .news-item .news-title {
  display: block;
  color: #262836;
  font-weight: 700;
  text-decoration: underline;
}
.custom-news-section .news-item .news-info {
  position: relative;
  margin-top: 10px;
  padding-left: 50px;
}
.custom-news-section .news-item .news-image {
  height: 34px;
  border-radius: 4px;
  background-color: #e0e0e0;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 34px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
.custom-news-section .news-item .news-date {
  margin-top: 4px;
  font-size: 14px;
}
.custom-sidebar-menu .hs-menu-wrapper > ul {
  display: block;
}
.hs-blog-post .custom-news-section {
  display: none !important;
}

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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (max-width: 1679px) {
  .custom-custom-conference-banner .custom-custom-conference-banner-content {
    padding-top: 5.95238vw;
    padding-bottom: 11.90476vw;
  }
  .custom-conference-header .custom-menu-primary-conferenece ul {
    margin: 0 0 0 0px !important;
  }
  .custom-custom-conference-banner .custom-custom-conference-banner-content p {
    margin: 2.97619vw 0;
  }
  .custom-full-width-content-image .page-center,
  .custom-conference-row2 .page-center,
  .custom-conference-bottom-group{
    padding: 5.95238vw 20px !important;
  }
  .custom-full-width-content-image .custom-full-width-content-col p,
  .custom-conference-bottom-bottom-col p,
  .custom-conference-row2 .custom-conference-row2-bottom p {
    margin: 5px 0 2.97619vw;
  }
  .custom-conference-row2 .custom-conference-row2-top hr {
    margin: 2.97619vw auto;
  }
  .custom-menu-card-group .custom-menu-card-item {
    padding: 40px 2.97619vw;
  }
  .custom-menu-card-group {
    margin-top: 2.97619vw;
    margin-bottom: 5.95238vw;
  }
  .custom-conference-bottom-image {
    padding: 30px 0 2.97619vw;
  }
  .custom-video-lightbox {
    padding: 0 0 5.95238vw;
  }
}
@media (max-width: 1085px) {
  .custom-header-conference-btn-md .nav__dates {
    display: none;
  }
  .custom-conferenece-header-right {
    float: right !important;
  }
  .custom-conference-footer .custom-footer-copyright {
    margin: 0;
  }
}
@media (max-width: 1080px) {
  .custom-marketting-type-row3 .custom-form-type2 .widget-type-form:after,
  .custom-marketting-type-row3 .custom-form.custom-form-type2:before{
    display: none;
  }
  .custom-marketting-type-row3 {
    background-color: #fff;
    z-index: 999;
    position: relative;
    box-shadow: 0 0 25px rgba(0,0,0,.075);
  }
  .marketting-type-layout .custom-footer {
    z-index: 999;
    background-color: #fff;
  }
}
@media (max-width: 800px) {
  .custom-conference-header .custom-menu-primary-conferenece ul {
    display: none !important;
  }
}

/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 1600px) {
  .hs-thought-leadership-layout .custom-marketing-inner-banner-area {
    padding: 100px 0;
  }
  .hs-thought-leadership-layout .custom-marketing-inner-banner-area .custom-marketing-inner-banner-content-wrapper {
    padding: 0 100px;
  }
}

@media (max-width: 1599px) and (min-width: 700px) {
  .custom-footer-bottom-group {
    padding-right: 6.25vw;
    padding-left: 6.25vw;
  }
  .custom-footer-top-group {
    padding: 6.25vw;
  }
  .custom-footer-bottom-group {
    margin-top: 1px;
  }
  .custom-advanced-two-col-with-img-md .custom-advanced-two-col-with-img-content-col,
  .hs-production-layout-row-2 .hs-production-layout-row-2-left-content,
  .hs-production-layout-row-2 .hs-production-layout-row-2-right-content,
  .hs-production-layout-row-3 .hs-production-layout-row-3-left-content,
  .hs-production-layout-row-3 .hs-production-layout-row-3-right-content,
  .hs-production-layout-row-4,
  .custom-sidebar,
  .custom-two-col-with-sidebar-row .custom-main-content,
  .hs-industries-layout-row-1,
  .custom-two-col-with-img-md .custom-two-col-with-img-content-col,
  .hs-industries-layout-row-3,
  .hs-industries-layout-row-4,
  .custom-marketing-inner-banner-area,
  .hs-marketing-inner-layout-row-1,
  .custom-ad-testimonial-wrapper,
  .hs-marketing-inner-layout-row-3-left-content,
  .hs-thought-leadership-layout-row,
  .hs-clouddispatch-layout-section,
  .hs-clouddispatch-layout-row-1,
  .custom-timeline-mod {
    padding: 6.25vw;
  }
  .hs-thought-leadership-layout-row-2 {
    padding-top: 3.125vw;
  }
  .hs-sitemap-layout-row-1 .page-center {
    padding:6.25vw !important;
  }
  .roi {
    padding-bottom: 3.125vw;
    padding-top: 3.125vw;
  }
  .les,
  .les__text {
    padding-top: 6.25vw;
  }
  .custom-advanced-two-col-with-img-md .custom-advanced-two-col-with-img-content-col {
    padding-bottom:0;
  }
  .hs-solution-md-group .hs-solution-md-item-group {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
  }
  .hs-solution-md-group {
    padding-top: 3.125vw;
  }
  .custom-sidebar {
    width: calc(300px - -12.5vw) !important;
  }
  .custom-two-col-with-sidebar-row:before {
    width: calc(300px - -12.5vw) !important;
  }
  .custom-two-col-with-sidebar-row .custom-main-content {
    width: auto !important;
    overflow: hidden;
    float: none !important;
  }

}

@media (max-width: 1599px) {
  .custom-home-banner,
  .custom-home-row2,
  .custom-home-row5,
  .custom-home-row6 {
    padding: 6.25vw;
  }
  .custom-home-banner .custom-home-right-col {
    width: calc(50% - 6.25vw);
  }
  .custom-home-row4 {
    padding: 3.125vw 6.25vw 6.25vw;
  }
  .custom-home-row5 .custom-logo-item-group {
    max-width: 100%;
    padding-left: 0;
    width: 100%;
  }
  
}

@media (max-width: 1299px) {
  .custom-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hs-manufacturing-index-section {
    padding-top: 6.15385vw;
    padding-bottom: 6.15385vw;
  }
  .hs-manufacturing-index-form-title:before {
    top: -6.15385vw;
    left: -6.15385vw;
    padding-right: 6.15385vw;
    padding-left: 6.15385vw;
  }
  .hs-manufacturing-index-form-title:after {
    top: -6.15385vw;
    left: -6.15385vw;
    padding-right: 6.15385vw;
    padding-left: 6.15385vw;
  }
  .custom-marketting-type-row1,
  .custom-marketting-type-row2,
  .custom-marketting-type-row3{
    padding: 6.15385vw 0;
  }
  .custom-marketting-type-row3 .custom-form-type2 .widget-type-form:after,
  .custom-marketting-type-row3 .custom-form.custom-form-type2:before{
    top: -6.15385vw;
    left: -6.15385vw;
    padding-right: 6.15385vw;
    padding-left: 6.15385vw;
  }
}

@media (max-width: 1279px) {
  .custom-header-top-group {
    display: none !important;
  }
  #site-wrapper {
    padding-top: 0;
  }
  .mobile-trigger, a.nav__phone {
    margin-right: 0;
    padding-right: 0;
  }
  
  
  .mobile-open .mobile-trigger i:before {  content: "\f00d" !important; }    

  
  a.custom-demo-btn {
    padding-right: 15px;
    margin-right: 0;
  }
  .hs-production-layout-row-4 {
    text-align: left;
  }
  .hs-production-layout-row-4 .hs-production-layout-row-4-inner-wrapper {
    max-width: 100%;
  }
  .hs-production-layout-row-4 a.custom-btn.blue-btn {
    margin-left: 0;
  }
  .custom-advanced-two-col-with-img-md .custom-advanced-two-col-with-img-col {
    width: 100%;
  }
  /**/
  .custom-advanced-two-col-with-img-md .custom-advanced-two-col-with-img-content-col {
    padding: 6.25vw;
    width: 100%;
  }
  .hs-production-layout-row-2 .hs-production-layout-row-2-left-content, .hs-production-layout-row-2 .hs-production-layout-row-2-right-content {
    width: 100% !important;
  }
  .hs-production-layout-row-2:after {
    content:none;
  }
  .hs-production-layout-row-2 > div > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .hs-production-layout-row-3 .hs-production-layout-row-3-left-content, .hs-production-layout-row-3 .hs-production-layout-row-3-right-content {
    width: 100% !important;
  }
  .hs-production-layout-row-3 .hs-production-layout-row-3-right-content {
    padding-top: 0;
  }
  .hs-manufacturing-index-section-4 {
    overflow: hidden;
  }
  .hs-industries-layout-row-1 .page-center {
    max-width: 100% !important;
    text-align: left;
  }
  .custom-two-col-with-img-md .custom-two-col-with-img-col {
    width: 100% !important;
    float: none !important;
    padding-bottom: 50%;
  }
  .custom-two-col-with-img-md .custom-two-col-with-img-content-col {
    width: 100% !important;
    float: none !important;
    overflow: hidden;
  }
  .hs-industries-layout-row-3 .page-center {
    max-width: 100% !important;
    text-align: left;
  }
  .hs-solution-md-group .hs-solution-md-item-group {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
  }
  .hs-why-lean-execution-layout .hs-industries-layout-row-4 .page-center {
    text-align: left;
  }
  .hs-why-lean-execution-layout .hs-industries-layout-row-4 .custom-btn {
    margin-left: 0 !important;
  }
  .hs-why-lean-execution-layout .hs-industries-layout-row-4 ul {
    padding-left: 20px;
  }
  .hs-why-lean-execution-layout .hs-industries-layout-row-4 ul li {
    list-style-position: initial;
  }
  .custom-marketing-inner-banner-area {
    text-align: left;
  }
  .custom-marketing-inner-banner-area .custom-marketing-inner-banner-content-wrapper {
    max-width: 100%;
  }
  .hs-marketing-inner-layout-row-1 .page-center {
    margin-left: 0 !IMPORTANT;
  }
  .custom-ad-testimonial-wrapper .custom-ad-testimonial-center {
    max-width: 100%;
  }
  .hs-marketing-inner-layout-row-3-left-content {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !IMPORTANT;
  }
  .hs-marketing-inner-layout-row-3-left-content .custom-logo-item {
    justify-content: center;
    text-align: center;
  }
  .hs-marketing-inner-layout-row-3-left-content .custom-logo-item img {
    width: 210px;
    display: block;
    margin: 0 auto;
  }
  .hs-marketing-inner-layout-row-3-left-content.right {
    padding-top: 0 !important;
  }
  .hs-thought-leadership-layout-row .page-center {
    max-width: 100% !important;
    text-align: left;
  }
  .hs-clouddispatch-layout-row-1 .page-center,
  .hs-clouddispatch-layout-section .page-center,
  .custom-timeline-mod .top-content,
  .custom-timeline-mod .bottom-group,
  .hs-clouddispatch-layout-row-5-inner-row-1 {
    max-width: 100% !IMPORTANT;
    text-align: left;
  }
  .hs-clouddispatch-layout-row-6 {
    text-align: left;
  }
  a#cta_button_1766640_30609989-f099-477c-ab7d-5dc2e932ee65 {
    margin-left: 0 !IMPORTANT;
  }
  .hs-clouddispatch-layout-row-6 ul li {
    list-style-position: initial;
  }
  .hs-clouddispatch-layout-row-6 ul {
    padding-left: 20px;
  }
  .hs-sitemap-layout-row-1 .page-center {
    text-align: left;
  }
  .hs-sitemap-layout-row-1 ul {
    padding-left: 20px;
  }
  .hs-sitemap-layout-row-1 ul li {
    list-style-position: initial;
  }
  .custom-mobile-menu {
    display:block !important;
  }
  .custom-desktop-menu {
    display:none !important;
  }
  .custom-home-row1 .page-center {
    max-width: 100% !important;
  }
  .custom-home-row2 .page-center {
    max-width: 100% !important;
    text-align: left;
  }
  .custom-home-row2 a.custom-btn {
    margin-left: 0;
  }
  .custom-home-row4 .hs_cos_wrapper_type_rich_text {
    text-align: left;
  }
  .custom-home-row5 .hs_cos_wrapper_type_rich_text {
    text-align: left;
    max-width: 100% !important;
  }
  .custom-home-row5 a.custom-white-transparent {
    text-align: center;
    margin-left: 0;
  }
  .custom-home-row6 .page-center {
    max-width: 100% !important;
    text-align: left;
  }
  .custom-home-row6 a#cta_button_1766640_30609989-f099-477c-ab7d-5dc2e932ee65 {
    margin-left: 0;
  }
}

@media (max-width: 1029px) {
  .custom-banner h1 {
    font-size: 14.39394vw;
  }
  .custom-banner h1 .subtitle {
    font-size: 3.63636vw;
  }
  .custom-banner .custom-banner-text {
    font-size: 18px;
    line-height: 1.4em;
  }
  .hs-manufacturing-index-form-title:before, .hs-manufacturing-index-form-title:after {
    padding-left: 0;
    left: -45px;
    padding-right: 0;
    right: -45px;
    width: calc(100% - -90px);
  }

}
@media (max-width: 1019px) {
  .custom-footer-bottom-group .span6 {
    margin-left: 0 !important;
    width: 100% !important;
    float: none !important;
    display: block !important;
  }
  .custom-sidebar-menu-type2 {
    display:none !important;
  }
  .hs-two-col-with-sidebar-type-2 .custom-sidebar {
    display: none !important;
  }
  .les__text {
    margin-top: 40px;
    padding-top: 0 !important;
  }
  .custom-footer-copyright ul {
    float: none;
  }
  .custom-footer-copyright ul li {
    font-weight: 700;
    line-height: 30px;
    float: none;
    margin: 0;
    padding: 0;
  }
  .custom-footer-copyright ul li:first-child {
    border: none;
    border-bottom: 1px solid hsla(0,0%,100%,.25);
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
  .custom-footer-copyright {
    margin-bottom: 30px;
  }
  .custom-footer-social-icon ul {
    float: none;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    margin-bottom: 40px;
    float: left !important;
  }
  .custom-footer-bottom-group {
    margin-top: 0;
  }
  .custom-logo-group {
    width: auto !important;
    display: inline-block !important;
  }
  .custom-header-menu-group {
    width: auto !important;
    display: inline-block !IMPORTANT;
    float: right !important;
    padding: 0;
  }
  .custom-header-btn-md {
    position: static;
  }
  .custom-logo-item-group .custom-logo-item {
    width: calc(100%/3 - 40px);
  }
  .custom-pop-left-column {
    width: 100%;
    float: none;
    padding: 20px;
    padding-top: 44px;
  }
  .custom-pop-left-column {
    width: 100%;
    float: none;
    padding: 20px;
    padding-top: 44px;
  }
  .custom-popup-form-grp-inner-wrapper:before {
    content:none;
  }
  .custom-popup-form-grp .custom-pop-right-column {
    width: 100%;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 20px;
  }
  form fieldset .hs-form-field, form .form-columns-2 .hs-form-field {
    width: 100% !important;
    margin-right: 0 !important;
  }
  form fieldset .hs-form-field .hs-input, form .form-columns-2 .hs-form-field .hs-input {
    width: 100%;
    max-width: 100%;
  }
  .custom-sidebar {
    width: 100% !important;
    float: none !important;
    display: block !important;
    background-color: #3f9751;
    position: relative;
    top: 0;
  }
  .custom-two-col-with-sidebar-row:before {
    content:none;
  }
  .custom-two-col-with-sidebar-row .custom-main-content {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
    display: block !important;
  }
  .custom-sidebar h1 {
    margin-right: 0;
  }
  .custom-sidebar-menu .hs-menu-wrapper > ul ul {
    display: none !important;
  }
  .custom-sidebar-menu .hs-menu-wrapper > ul > li > a {
    margin-bottom:0;
    margin-right:0;
  }

  .hs-manufacturing-index-section-4 {
    box-shadow: 0 0 25px rgba(0,0,0,.075);
  }
  .hs-manufacturing-index-form-title:before, .hs-manufacturing-index-form-title:after {
    content:none;
  }
  .hs-solution-md-group {
    padding-top: 40px;
  }
  .hs-solution-md-group .hs-solution-md-item {
    padding-bottom: 10px;
  }
  .hs-solution-md-group .solution-title {
    line-height: 60px;
  }
  .hs-solution-md-group .solution-text {
    display: none;
  }
  .hs-solution-md-group .solution-link {
    top: 0;
    font-size: 0;
    line-height: 60px;
  }
  .hs-solution-md-group .solution-link:after {
    font-size: 18px;
  }
  .hs-thought-leadership-layout .custom-marketing-inner-banner-area h1 em {
    font-size: 7.84314vw;
    line-height: 7.84314vw;
  }
  .custom-home-banner .custom-home-right-col {
    width: 50%;
    position: relative;
  }
  .custom-home-banner .custom-home-left-col h4 {
    font-size: 7.84314vw;
  }
  .home-numbers__item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  .home-numbers__item[data-color="1"]:before {
    background-color: #2694bb;
  }
  .custom-home-row3 .home-numbers__item {
    padding: 20px !important;
    width: 100%;
    text-align: left;
    height: 120px;
  }
  .custom-home-row3 .home-numbers__wrap:before,
  .home-numbers:after{
    display: none; 
  }
  .home-numbers__item[data-color="2"]:before {
    background-color: #21887a;
  }
  .home-numbers__item[data-color="3"]:before {
    background-color: #56519b;
  }
  .home-numbers__item[data-color="4"]:before {
    background-color: #e7563c;
  }
  .home-numbers__item[data-color="5"]:before {
    background-color: #7ab249;
  }
  .custom-home-row3 .home-numbers__item strong {
    margin-left: calc(6.5vw - 25px);
    width: 140px;
    font-size: 80px;
    float: left;
  }
  .custom-home-row3 .home-numbers__item em {
    top: 14px;
    float: left;
    width: 280px;
  }
  .custom-home-row4 {
    padding: 40px 6.25vw 6.25vw;
  }
  .globe {
    display: none;
  }
  .roi {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .custom-title-with-left-image-group .custom-left-image {
    position: static;
    margin: 0 auto;
  }
  .custom-title-with-left-image-group .custom-right-content {
    text-align: center;
  }
  .custom-title-with-left-image-group {
    width: 100%;
  }
  .custom-title-with-left-image-group .custom-title-item {
    padding: 0;
  }
  .custom-title-with-left-image-group .custom-title-item:last-child {
    margin: 0;
    width: 33.33%;
  }
  .custom-marketting-type-row2 .custom-marketting-type-row2-left {
    width: 100% !important;
  }
  .custom-marketting-type-row2 .custom-marketting-type-row2-right {
    margin-left: 0 !important;
    width: 100% !important;
    margin-top: 40px;
  }
  .custom-home-row3 .home-numbers__item strong {
    line-height: 53px;
  }
  .hs-thought-leadership-layout-row-2 {
    padding-top: 40px;
  }

}

@media (max-width: 899px) {
  .hs-thought-leadership-layout .custom-marketing-inner-banner-area h1 {
    font-size: 11.11111vw;
    line-height: .9em;
  }
  .custom-home-banner .custom-home-left-col h1 {
    font-size: 11.11111vw;
  }
  .custom-home-banner a.js-video i {
    font-size: 11.11111vw;
  }
}

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

@media (max-width: 767px) {
  .main-content {
    margin-bottom: 30px;
  }
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width:100%;
    width:100% !important;
  }
  .custom-marketting-type-row1 ul li:first-child {
    margin-top: 0;
  }
  .checkbox-row span.fakelabel span{
    float:none;
  }
  .subscribe-options label {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none !important;
    display: block !important;
    margin: 15px 0 !important;
    max-width:100% !important;
    max-height:auto !important;
  }
  .custom-conference-header .custom-logo-group {
    float: left !important;
  }
  .custom-conference-header .custom-logo img {
    width: 80px;
  }
  .custom-conference-header .custom-conferenece-header-right {
    float: right !important;
    width: auto !important;
  }
  .custom-conference-row2 .main-content {
    margin-bottom: 0;
  }
  .custom-form-top-content table {
    font-size: 13px;
    line-height: normal;
  }

}  

@media (max-width: 699px) {
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: calc(50% - 20px);
  }
  .custom-footer-top-group {
    padding: 40px 20px;
  }
  .custom-footer-bottom-group {
    padding: 30px 20px;
  }  
  .custom-logo img {
    width: 66px;
  }  
  .custom-logo {
    padding: 5px 0 5px;
  }
  .custom-header-btn-md a.custom-demo-btn {
    display: none;
  }
  .mobile-trigger, a.nav__phone {
    margin-top: 15px;
  }
  .custom-header-bottom-group {
    min-height: 0 !important;
  }
  .custom-advanced-two-col-with-img-md .custom-advanced-two-col-with-img-content-col {
    padding: 40px 20px;
  }
  .custom-advanced-two-col-with-img-md h1 {
    font-size: 13.57143vw;
    position: static;
  }
  .custom-advanced-two-col-with-img-md p {
    font-size: 16px;
  }
  .custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-advanced-two-col-with-img-btn-row a.custom-btn-with-arrow1 + a.custom-btn-with-arrow1 {
    margin-top: 20px;
  }
  .custom-advanced-two-col-with-img-md .custom-advanced-two-col-with-img-content-col,
  .hs-production-layout-row-2 .hs-production-layout-row-2-left-content,
  .hs-production-layout-row-2 .hs-production-layout-row-2-right-content,
  .hs-production-layout-row-3 .hs-production-layout-row-3-left-content,
  .hs-production-layout-row-3 .hs-production-layout-row-3-right-content,
  .hs-production-layout-row-4,
  .custom-sidebar,
  .custom-two-col-with-sidebar-row .custom-main-content,
  .hs-industries-layout-row-1,
  .custom-two-col-with-img-md .custom-two-col-with-img-content-col,
  .hs-industries-layout-row-3,
  .hs-industries-layout-row-4,
  .custom-marketing-inner-banner-area,
  .hs-marketing-inner-layout-row-1,
  .custom-ad-testimonial-wrapper,
  .hs-marketing-inner-layout-row-3-left-content,
  .hs-thought-leadership-layout-row,
  .hs-clouddispatch-layout-section,
  .hs-clouddispatch-layout-row-1 {
    padding: 40px 20px;
  }
  .hs-sitemap-layout-row-1 .page-center {
    padding:40px 20px !important;
  }
  .hs-thought-leadership-layout-row-2 {
    padding-top: 3.125vw ;
  }
  h2 {
    font-size: 34px;
  }
  .custom-accordion-module .custom-accordion-header {
    font-size: 24px;
  }
  .hs-production-layout-row-3 .hs-production-layout-row-3-left-content {
    padding-bottom: 0;
  }
  .custom-testimonial-md .custom-testimonial-md-text-wrapper {
    padding: 20px;
  }
  .custom-testimonial-md .custom-testimonial-md-text-wrapper:after {
    top: 4px;
    left: 3px;
    width: 20px;
    height: 20px;
    font-size: 40px;
  }
  a.custom-btn-with-arrow {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-testimonial-md .custom-testimonial-author-img {
    display: none;
  }
  .custom-testimonial-md .custom-testimonial-author-bio {
    padding: 0;
    width: 100%;
    float: none;
  }
  .custom-testimonial-md .custom-testimonial-md-bottom-pane {
    min-height: 0;
  }
  .custom-logo-item-group {
    width: 100%;
  }
  .custom-logo-item-group .custom-logo-item {
    width: calc(50% - 40px);
  }
  .custom-pop-left-column h3 {
    font-size: 34px;
  }
  .custom-sidebar h1 {
    font-size: 13.57143vw;
    left: 0;
    position: static;
  }
  .custom-main-content h2 {
    margin-top: 20px;
    padding-top: 20px;
  }
  .custom-sidebar-menu .hs-menu-wrapper > ul > li > a {
    font-size: 13.57143vw;
    position: static;
    left: 0;
    margin-right:0;
  }
  .custom-team-member-md .custom-team-member-item {
    margin-top: 20px;
    padding-top: 20px;
  }
  .custom-team-member-md .custom-team-member-top-row {
    min-height: 0;
    padding: 0;
  }
  .custom-team-member-md .custom-team-member-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  .custom-team-member-md .custom-team-member-info {
    margin-top: 20px;
  }
  h3 {
    font-size: 24px;
  }
  .custom-main-content ul {
    column-count: 1 !important;
  }
  .custom-banner {
    text-align: left;
  }
  .hs-manufacturing-index-section h2 {
    font-size: 50px;
  }
  .hs-manufacturing-index-section-1 .custom-btn-item-md-grp {
    margin-left: 0;
  }
  .custom-btn-item-md-grp a.custom-round-btn {
    float: left;
    clear: both;
    margin-left: 0;
  }
  .hs-manufacturing-index-form-title h3 {
    font-size: 50px;
  }
  .hs-industries-layout-row-1 h1 {
    font-size: 13.57143vw;
    position: static;
    left: 0;
  }
  .hs-industries-layout-row-1 .page-center {
    font-size: 16px;
  }
  .custom-two-col-with-img-md ul.custom-two-col-list li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .custom-two-col-with-img-md ul.custom-two-col-list li:nth-child(2) {
    margin-top: 10px;
  }
  a.custom-btn, .hs-industries-layout-row-3 a.custom-btn {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .hs-industries-layout-row-1 a.custom-btn, .hs-industries-layout-row-1 a.custom-btn-with-border {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .hs-industries-layout-row-1 a.custom-btn + a.custom-btn-with-border {
    margin-top: 20px;
  }
  .hs-solution-md-group .hs-solution-md-item-group {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .hs-solution-md-group .hs-solution-md-item:hover {
    transform: none;
    box-shadow: 0 2px 10px rgba(38,40,54,.15);
  }
  .hs-why-lean-execution-layout .hs-industries-layout-row-4 .custom-btn {
    width: 100% !important;
    display: block !important;
    max-width: 100% !important;
  }
  .hs-why-lean-execution-layout .hs-industries-layout-row-4 a#cta_button_1766640_30609989-f099-477c-ab7d-5dc2e932ee65 {
    width: calc(100% - 20px) !important;
  }
  .custom-marketing-inner-banner-area h1 {
    font-size: 13.57143vw;
    position: static;
    left: 0;
  }
  .custom-marketing-inner-banner-area .custom-marketing-inner-banner-content-wrapper {
    font-size: 16px;
  }
  .hs-marketing-inner-layout-row-1 h1 {
    position: static;
    left: 0;
  }
  .custom-ad-testimonial-wrapper .custom-ad-testimonial-column {
    padding: 20px;
  }
  .custom-ad-testimonial-wrapper .custom-ad-testimonial-column:after {
    top: 4px;
    left: 3px;
    width: 20px;
    height: 20px;
    font-size: 40px;
  }
  .custom-ad-testimonial-btn-row a.custom-btn-with-arrow1 {
    max-width: 100%;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .custom-ad-testimonial-btn-row a.custom-btn-with-arrow1 + a.custom-btn-with-arrow1 {
    margin-top: 40px;
  }
  .hs-marketing-inner-layout-row-3-left-content h2 {
    margin-top: 20px;
    padding-top: 20px;
  }
  .hs-thought-leadership-layout-row-4 h2 {
    margin-top: 20px;
    padding-top: 20px;
  }
  .hs-thought-leadership-layout-row-1 a.custom-btn {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .hs-thought-leadership-layout-row-2 {
    padding-top: 40px;
  }
  .hs-thought-leadership-layout-row-3 .page-center {
    font-size: 16px;
  }
  .custom-home-banner, 
  .custom-home-row2, .custom-home-row5, 
  .custom-home-row6 {
    padding: 40px 20px;
  }
  .custom-home-banner .custom-home-left-col h1 {
    font-size: 11.11111vw;
    line-height: .9em;
    text-transform: uppercase;
  }
  .custom-home-banner .custom-home-banner-inner {
    z-index: 9;
  }
  .custom-home-banner a.js-video i {
    font-size: 11.11111vw;
    line-height: .9em;
    text-transform: uppercase;
    margin-top: 4px;
  }
  .custom-home-banner a.custom-banner-btn {
    max-width: 100%;
    margin: 14px auto 10px;
  }
  .custom-home-row1 a.custom-btn-border {
    max-width: 100%;
    float: none !important;
    text-align: center;
    margin-top: 15px !important;
  }
  .custom-home-row2 a.custom-btn {
    margin-left: 0;
    max-width: 100%;
  }
  .custom-home-row3 .home-numbers__item strong {
    margin-left: 0;
    width: 140px;
    font-size: 80px;
    float: none;
    height: 80px;
    margin-top: -6px;
  }
  .custom-home-row3 .home-numbers__item em {
    top: 6px;
    float: none;
    max-width: 280px;
    margin-bottom: 6px;
    width: auto;
  }
  .custom-home-row3 .home-numbers__item {
    height: auto;
  }
  .custom-home-row4 {
    padding: 40px 20px 40px;
  }
  .custom-home-row4 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 34px;
  }
  .custom-home-row5 a.custom-white-transparent {
    text-align: center;
    margin-left: 0;
    max-width: 100%;
  }
  .custom-home-row6 a#cta_button_1766640_30609989-f099-477c-ab7d-5dc2e932ee65 {
    margin-left: 0;
    max-width: 100%;
    width: auto;
  }
  .custom-home-banner .custom-home-right-col {
    width: 100%;
  }
  .custom-custom-conference-banner .wrap.wrap--bar {
    height: 5px;
  }
  .custom-custom-conference-banner .custom-custom-conference-banner-image {
    position: absolute;
    height: calc(100% + 95px);
    top: 5px;
  }
  .custom-custom-conference-banner .custom-custom-conference-banner-content h1 {
    padding-top: 37%;
    background-image: url('//cdn2.hubspot.net/hubfs/1766640/Leading2Lean_January2019/Images/title--mobile.png');
  }
  .custom-custom-conference-banner .custom-custom-conference-banner-content p {
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
  }
  a.custom-red-btn,
  a.custom-white-btn,
  .custom-conference-bottom-bottom-col a.custom-btn {
    max-width: 100%;
  }
  .custom-video-lightbox .video__title {
    padding: 40px 20px 20px;
  }
  .custom-video-lightbox .video__title strong {
    font-size: 40px;
  }
  .custom-video-lightbox .video__title em {
    font-size: 14px;
    line-height: 14px;
  }
  .custom-video-lightbox .video__title:after {
    font-size: 60px;
    line-height: 60px;
    margin-top: 10px;
  }
  .custom-video-lightbox {
    padding: 0 0 40px;
  }
  .custom-full-width-content-image .page-center, 
  .custom-conference-row2 .page-center,
  .custom-conference-bottom-group {
    padding: 40px 20px !important;
  }
  .custom-full-width-content-image .custom-full-width-content-col {
    text-align: left;
  }
  .custom-full-width-content-image .custom-full-width-content-col h2,
  .custom-conference-row2 h2,
  .custom-conference-row2 h3,
  .custom-conference-bottom-top-col h2{
    font-size: 50px;
    text-align: left;
  }
  .custom-full-width-content-image .custom-full-width-content-col p, .custom-conference-bottom-bottom-col p {
    margin: 5px 0 20px;
    font-size: 16px;
    text-align: left;
  }
  .custom-conference-row2 p {
    text-align: left;
    font-size: 16px;
  }
  .custom-menu-card-group {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .custom-menu-card-group .custom-menu-card-item {
    padding: 20px;
    float: none;
    width: 100%;
    border-bottom: 1px solid #eef2f6;
    background-color: #fff;
  }
  .custom-menu-card-group:after, .custom-menu-card-group:before {
    display: none;
  }
  .custom-conference-row2 .custom-conference-row2-bottom p {
    color: #fff;
    margin: 5px auto 20px;
  }
  .custom-conference-bottom-group {
    text-align: left;
  }
  .custom-conference-bottom-top-col p {
    font-size: 16px;
  }
  .custom-conference-bottom-image {
    padding: 0px 0 15px;
  }
  span.btn--hide {
    display: none;
  }
  .custom-tw-column-left-image .custom-left-column-image {
    padding: 10px 30px;
    float: none;
  }
  .custom-conference-middle-group {
    background-size: 1200px;
  }
  .hs-clouddispatch-layout-row-1 .page-center {
    font-size: 16px;
  }
  .hs-clouddispatch-layout-row-1 span.hs_cos_wrapper_type_linked_image {
    margin-bottom: 16px;
  }
  .hs-clouddispatch-layout-row-1 .hs-cta-wrapper, .hs-clouddispatch-layout-row-1 a.custom-btn-with-border {
    display: block;
    width: 100% !IMPORTANT;
    max-width: 100%;
    margin-left: 0 !important;
  }
  .custom-btn {
    width: 100% !IMPORTANT;
    max-width: 100% !IMPORTANT;
    margin-left: 0 !IMPORTANT;
    padding-left: 0 !IMPORTANT;
    padding-right: 0 !IMPORTANT;
  }
  .hs-clouddispatch-layout-row-1 .hs-cta-wrapper + a.custom-btn-with-border {
    margin-top: 20px;
  }
  .les {
    padding-top: 40px;
  }
  .custom-timeline-mod {
    padding: 40px 20px;
  }
  .bottom-group a {
    max-width: 100%;
  }
  .hs-marketing-inner-type3-layout .hs-marketing-inner-layout-row-3-left-content h2 + div {
    font-size: 34px !important;
  }
  .hs-marketing-inner-type3-layout .hs-marketing-inner-layout-row-3-left-content h2 + div p strong {
    font-size: 42.5px !important;
  }
  .hs-sitemap-layout-row-1 h1 {
    font-size: 13.57143vw;
    position: static;
    left: 0;
  }
  .custom-marketting-type-row1,
  .custom-marketting-type-row2, 
  .custom-marketting-type-row3 {
    padding: 40px 0;
  }
  .custom-title-with-left-image-group .custom-title-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .custom-title-with-left-image-group .custom-title-item:last-child {
    margin: 0;
    width: 100%;
  }
  .custom-marketting-type-row1 .hs_cos_wrapper_type_rich_text h3 {
    text-align: left;
    font-size: 24px;
    padding-top: 40px;
    border-top: 1px solid rgba(0,0,0,.1);
  }
  .custom-marketting-type-row1 ul.list-col {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
  .custom-marketting-type-row2 .custom-marketting-type-row2-left h2,
  .custom-marketting-type-row3 .custom-form-type2 h3.form-title{
    font-size: 50px;
  }
  .custom-marketting-type-row2 a.custom-pop-btn.js-video {
    max-width: 100%;
  }
  .custom-marketting-type-row3 .custom-form-type2 .hs-form-field {
    width: 100%;
    float: none;
  }
  .custom-marketting-type-row3 input.hs-button.primary.large {
    width: 100%;
    display: block;
    max-width: 100% !important;
  }
  .custom-testimonial-qoute .quote__text {
    padding: 20px;
  }
  .custom-testimonial-qoute .quote__text:after {
    top: 4px;
    left: 3px;
    width: 20px;
    height: 20px;
    font-size: 40px;
  }
  .custom-testimonial-qoute .quote__meta {
    padding: 10px 20px 30px;
  }
  .custom-marketting-type-row2 a.custom-pop-btn {
    width: 100%;
    max-width: 100%;
  }
  .custom-image-with-bg-marketing {
    margin-bottom: 18px;
  }
  .custom-blog-title h1 {
    font-size: 34px;
  }
}  

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

@media (max-width: 479px) {
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: 100%;
    float: none !IMPORTANT;
    margin-right: 0 !important;
  }
  .custom-footer-menu .hs-menu-wrapper > ul {
    width: 100%;
  }
  .custom-logo-item-group .custom-logo-item {
    width: 100%;
    margin: 0 0 30px;
    height: auto;
  }
  .custom-logo-item-group .custom-logo-item:last-child {
    margin-bottom: 0;
  }
  .custom-logo-item-group .custom-logo-item img {
    width: 223px;
    display: block;
    margin: 0 auto;
  }
  .hs-fieldtype-radio ul.inputs-list.multi-container li {
    display: block;
    margin-right: 0;
  }
  .hs-fieldtype-radio ul.inputs-list.multi-container li:first-child {
    margin-top: 0;
  }
  form input[type=checkbox], form input[type=radio] {
    margin-left: 0;
  }
  .hs-industries-layout-row-4 .custom-logo-item-group {
    width: 100%;
    margin-bottom: -30px;
  }
  .hs-industries-layout-row-4 .custom-logo-item-group .custom-logo-item {
    width: 50%;
    margin-right: 0;
  }
  .hs-marketing-inner-layout-row-1 h1 {
    font-size: 40px;
  }
  .custom-logo-item-group .custom-logo-item {
    display: block;
  }
  .custom-conference-header .custom-logo-group {
    float: left !important;
    width: 100% !important;
    text-align: center;
  }
  .custom-conference-header .custom-conferenece-header-right {
    float: none !important;
    width: 100% !important;
  }
  .custom-header-conference-btn-md .nav__register {
    margin-top: 95px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    float: none;
  }
  img.alignleft {
    display: block;
    float: none;
    margin: 0 auto 10px;
  }
  .custom-form-top-content table {
    font-size: 10px;
    line-height: normal;
  }
}

@media (max-width: 350px) {
  .custom-full-width-content-image .custom-full-width-content-col h2, 
  .custom-conference-row2 h2, .custom-conference-row2 h3,
  .custom-conference-bottom-top-col h2 {
    font-size: 45px;
    text-align: left;
  }
  .custom-testimonial-qoute .quote__control {
    right: -10px;
  }
}
