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


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

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


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


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

@import url('//fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPT+Sans%3Aregular%2Citalic%2C700%2C700italic%7CSource+Sans+Pro%3A200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic&ver=4.9.9#038;subset=latin,latin-ext');
@import url('//cdn2.hubspot.net/hubfs/5230523/EO_Johnson_Business_Technologies_January2019-Theme/Data-Files/Css/et-modulescss.css');
@import url('//fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');

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


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

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

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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

body {
  font-size: 1.4em;
  font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
  color: #666;
  background-color: #fff;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
}
@media (max-width: 650px) {
    .cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-form-checkbox-display .hs-input {
        margin: 8px 5px 0;
        width: auto !important;
    }
}

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


@media (min-width: 981px) {
  .container-fluid .row-fluid .page-center {
    padding: 2% 0;
  }
}
@media only screen and (min-width: 1350px) {
  .container-fluid .row-fluid .page-center {
    padding: 27px 0;
  }
}
@media (max-width: 980px) {
  .container-fluid .row-fluid .page-center {
    padding: 30px 0;
  }
}

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

*/


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

/* Basic text */
p {
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
}
small {}
strong {
  font-weight:700;
}
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 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
  line-height: 1.2em;
  padding-bottom: 10px;
  color: #333;
  font-weight: 400; /* Changed from 500 per customer's request */ 
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 44px;
}
h2 {
  font-size: 37px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 23px;
}
h6 {
  font-size: 20px;
}

/* Anchor Links */
a { 
  color: #2ea3f2;
  text-decoration: none;
}
a:hover, a:focus { 
  text-decoration: none;
  outline: 0;
}

/* Lists */
ul, ol {
  padding: 0 0 23px 1em;
  line-height: 26px;
  margin: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}

.header-container-wrapper .cst-head-top-grp {
  font-size: 14px;
  background-color: #81d742;
  line-height: 1em;
  -webkit-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  -moz-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%!important;
  z-index: 78;
}
.header-container-wrapper .cst-head-top-grp .page-center {
  width: 100%!important;
  max-width: 100%!important;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 0;
  padding-top: 0.75em;
  font-weight: 600;
}
.header-container-wrapper .cst-head-top-grp .page-center .cst-cstmr-grp {
  width: auto!important;
  display: block;
  padding-bottom: 0.75em;
  line-height: 1em;
}

#et-info-phone:before {
  position: relative;
  top: 2px;
  margin-right: 2px;
  content: "\e090";
}



.et-pb-arrow-prev:before, .et-pb-arrow-next:before,
.et_pb_testimonial:before, .et_pb_toggle_title:before, 
.et_overlay:before, #et_search_icon:before, .mobile_menu_bar:before, 
.et-social-icon a:before, .et_pb_social_icon a.icon:before, .et_pb_font_icon:before,
.et_audio_container .mejs-playpause-button button:before, 
.et_audio_container .mejs-volume-button button:before, #et-info-phone:before, 
#et-info-email:before, .et-cart-info span:before, .et_pb_pricing_table_button:after,
.et_pb_promo_button:after, a.et_pb_more_button:after, .et_pb_newsletter_button:after, 
.comment-reply-link:after, .form-submit .et_pb_button:after, .et_pb_contact_submit:after,
.et_pb_contact_reset:after, .et_password_protected_form .et_submit_button:after, .et_pb_button:after, 
.woocommerce button.single_add_to_cart_button.button:after, .woocommerce a.button.alt:after, .woocommerce-page a.button.alt:after,
.woocommerce button.button.alt:after, .woocommerce-page button.button.alt:after, .woocommerce input.button.alt:after, 
.woocommerce-page input.button.alt:after, .woocommerce #respond input#submit.alt:after,
.woocommerce-page #respond input#submit.alt:after, .woocommerce #content input.button.alt:after,
.woocommerce-page #content input.button.alt:after, .woocommerce-page a.button:after,
.woocommerce button.button:after, .woocommerce-page button.button:after, .woocommerce input.button:after,
.woocommerce-page input.button:after, .woocommerce #respond input#submit:after, .woocommerce-page #respond input#submit:after, 
.woocommerce #content input.button:after, .woocommerce-page #content input.button:after {
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.et_pb_social_media_follow li a.icon::before {
  display: block;
  position: relative;
  z-index: 10;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

/* Social Icons */
.et-social-facebook a.icon:before {
  content: "\e093";
}

.et-social-twitter a.icon:before {
  content: "\e094";
}

.et-social-google-plus a.icon:before {
  content: "\e096";
}

.et-social-pinterest a.icon:before {
  content: "\e095";
}

.et-social-linkedin a.icon:before {
  content: "\e09d";
}

.et-social-tumblr a.icon:before {
  content: "\e097";
}

.et-social-instagram a.icon:before {
  content: "\e09a";
}

.et-social-skype a.icon:before {
  content: "\e0a2";
}

.et-social-flikr a.icon:before {
  content: "\e0a6";
}

.et-social-myspace a.icon:before {
  content: "\e0a1";
}

.et-social-dribbble a.icon:before {
  content: "\e09b";
}

.et-social-youtube a.icon:before {
  content: "\e0a3";
}

.et-social-vimeo a.icon:before {
  content: "\e09c";
}

.et-social-rss a.icon:before {
  content: "\e09e";
}

.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links {
  float: right!important;
  width: auto!important;
  margin-left: 0!important;
}

.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul {
  display: block;
}
.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul {
  display: inline-block;
  -webkit-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  -moz-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
}

.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul > li.get-service,
.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul > li.order-supplies,
.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul > li.recycling {
  background-color: #8ebb5e;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 9px 0px 9px!important;
  margin-top: -12px;
  border-radius: 50px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper>ul>li > a {
  display: block;
  padding-bottom: 0.75em;
  font-size: 14px;
  -webkit-transition: background-color 0.4s, color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s, color 0.4s ease-in-out;
  transition: background-color 0.4s, color 0.4s ease-in-out;
  color: #fff;
  line-height: 1em;
}
.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul > li.get-service > a,
.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul > li.order-supplies > a, 
.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul > li.recycling > a {
  display: block;
  padding-bottom: 0.75em;
  font-size: 14px;
  -webkit-transition: background-color 0.4s, color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s, color 0.4s ease-in-out;
  transition: background-color 0.4s, color 0.4s ease-in-out;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: -1px;
}
.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper>ul>li > a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}

.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul > li {
  margin-right: 15px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul > li.get-service:hover,
.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul > li.order-supplies:hover,
.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul > li.recycling:hover {
  background-color: #2e3689;
  border-radius: 0px;
}

.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul > li.get-service:hover > a,
.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul > li.order-supplies:hover > a ,
.header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links .hs-menu-wrapper > ul > li.recycling:hover > a {
  color:#fff!important;
}

.header-container .cstm-nav-grp {
  top: 37px;
  position: fixed;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
  line-height: 23px;
  z-index: 12;
}

.header-container .cstm-nav-grp .page-center {
  width: 100%!important;
  max-width: 100%!important;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 0;
  padding-top: 0;
  font-weight: 600;
  position: relative;
}

.header-container .cstm-nav-grp .page-center .cstm-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-container .cstm-nav-grp .page-center .cstm-logo img {
  display: inline-block;
  float: none;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  max-width: 209px;
  margin-top: 18px;
  margin-left: 6px;
}

.header-container-wrapper {
  min-height: 126px;
}

.header-container .cst-no-nav .cst-head-top-grp .page-center {
  padding-bottom: 1.25px;
}

.header-container .cst-no-nav .no-nav-col {
  min-height: 89px!important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
body.sticky .header-container .cst-no-nav .no-nav-col {
  min-height: 64px !important;
}


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

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

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin: 0 0 20px;
  display: block;
}

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

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

.cst-footer-grp {
  padding: 15px 0 5px;
  background-color: #81d742;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

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

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

  .header-container .cstm-nav-grp .page-center .custom-menu-primary {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-top: 33px;
    float: right;
    width: auto!important;
    margin-left: 0!important;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    float: none;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-right: 20px;
    padding-bottom: 27px;
    font-size: 16px;
    display: block;
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    display: none!important;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li.talk-expert {
    height: 30px;
    background-color: #cd5826;
    border: 1px solid #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 10px 10px 10px!important;
    border-radius: 50px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li.talk-expert > a {
    padding-bottom: 33px;
    padding-right: 0;
    font-size: 16px;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #ffffff!important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li.talk-expert:hover {
    background-color: #2e3689;
    border-radius: 0px;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.careers>a,
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.about>a {
    padding-right: 0;
  }

  body.sticky .header-container .cstm-nav-grp .page-center .cstm-logo img {
    max-width: 148px;
    margin-top: 13px;
  }
  body.sticky .header-container .cstm-nav-grp .page-center .custom-menu-primary {
    padding-top: 20px;
  }
  body.sticky .header-container .cstm-nav-grp .page-center {
    min-height: 63px !important;
  }
  body.sticky .header-container .cstm-nav-grp {
    min-height: 63px !important;
  }
  body.sticky .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-bottom: 13px;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.get-service,
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.order-supplies,
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.recycling,
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.non-sales-form, /* line added by HubSpot support 9/26/19 */
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.blog,
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.locknet-portal,
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.remote-support,
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.e-info-portal {
    display: none!important;
  }

  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch>a {
    color: #2ea3f2;
  }
}


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

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

@media (max-width: 1266px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    float: right;
    position: relative;
    top: 33px;
  }
  .mobile-trigger span {
    padding-bottom: 24px;
    display: block;
    position: relative;
    line-height: 0;
  }
  .mobile-trigger span:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    text-shadow: 0 0;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    color: #2ea3f2;
  }

  /* Change button when menu is open */


  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

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

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

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

  .custom-menu-primary.js-enabled{
    position: relative;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul {
    width: 100%;
    padding: 5%;
    border-top: 3px solid #2ea3f2;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 126px);
    overflow-y: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li > a {
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #666;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 23px;
    font-weight: 700;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li.hs-item-has-children > a {
    background-color: rgba(0, 0, 0, 0.03);
    font-weight: bold;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li > ul > li {
    padding-left: 5%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li > ul {
    display: block !important;
    visibility: visible !important;
    padding-left: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li > ul > li > a {
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #666;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 23px;
    font-weight: 700;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li > a:hover {
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li > ul > li > a:hover {
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
  }

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

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

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

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

  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.get-service,
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.order-supplies,
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.recycling {
    background-color: #8ebb5e;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 9px 0px 9px!important;
    border-radius: 50px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.get-service > a,
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.order-supplies > a ,
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.recycling > a {
    text-align: center;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.get-service:hover,
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.order-supplies:hover,
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.recycling:hover {
    background-color: #2e3689;
    border-radius: 0px;
  }
}



@media (max-width: 980px){

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

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

  .mobile-trigger1{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    float: right;
    position: static;
  }
  .mobile-trigger1 span {
    padding-bottom: 24px;
    display: block;
    position: relative;
    line-height: 0;
  }
  .mobile-trigger1 span:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    text-shadow: 0 0;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    color: #2ea3f2;
  }

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

  .cst-bdy-mnu.js-enabled{
    position: relative;
  }

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

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

  /* Mobile Menu Styles */ 
  .cst-bdy-mnu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .cst-bdy-mnu .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .cst-bdy-mnu-grp .page-center .cst-bdy-mnu .hs-menu-wrapper>ul {
    width: 100%;
    padding: 5%;
    border-top: 3px solid #2ea3f2;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 126px);
    overflow-y: auto;
    padding: 5%!important;
  }
  .cst-bdy-mnu .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .cst-bdy-mnu-grp .cst-bdy-mnu.js-enabled .hs-menu-wrapper > ul > li {
    display: block;
    padding: 0;
    line-height: 26px;
    opacity: 1;
  }
  .cst-bdy-mnu .hs-menu-wrapper>ul>li.active.active-branch>a {
    color: #002e75;
  }
  .cst-bdy-mnu .hs-menu-wrapper>ul > li > a {
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #666;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }
  .cst-bdy-mnu .hs-menu-wrapper>ul > li.hs-item-has-children > a {
    background-color: rgba(0, 0, 0, 0.03);
    font-weight: bold;
  }

  .cst-bdy-mnu .hs-menu-wrapper>ul > li > ul > li {
    padding-left: 5%;
  }

  .cst-bdy-mnu .hs-menu-wrapper>ul > li > ul {
    display: block !important;
    visibility: visible !important;
    padding-left: 10px;
  }

  .cst-bdy-mnu .hs-menu-wrapper>ul > li > ul > li > a {
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #666;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 23px;
    font-weight: 700;
  }
  .cst-bdy-mnu .hs-menu-wrapper>ul > li > a:hover {
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .cst-bdy-mnu .hs-menu-wrapper>ul > li > ul > li > a:hover {
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
  }




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

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

  .mobile-trigger2{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    float: right;
    position: static;
  }
  .mobile-trigger2 span {
    padding-bottom: 24px;
    display: block;
    position: relative;
    line-height: 0;
  }
  .mobile-trigger2 span:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    text-shadow: 0 0;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    color: #2ea3f2;
  }

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

  .cst-foot-menu.js-enabled{
    position: relative;
  }

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

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

  /* Mobile Menu Styles */ 
  .cst-foot-menu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 11;
  }
  .cst-foot-menu .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .cst-foot-menu .hs-menu-wrapper > ul {
    width: 100%;
    padding: 5%;
    border-top: 3px solid #2ea3f2;
    opacity: 1;
    background-color: #537085;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 126px);
    overflow-y: auto;
    padding: 5%!important;
  }
  .cst-foot-menu .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .cst-foot-menu-grp .cst-foot-menu.js-enabled .hs-menu-wrapper > ul > li {
    display: block;
    padding: 0;
    line-height: 26px;
    opacity: 1;
  }
  .cst-foot-menu .hs-menu-wrapper>ul>li.active.active-branch>a {
    color: #002e75;
  }
  .cst-foot-menu .hs-menu-wrapper>ul > li > a {
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #666;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }
  .cst-foot-menu .hs-menu-wrapper>ul > li > a:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.7;
  }
  .cst-foot-menu .hs-menu-wrapper>ul > li > a {
    color: #fff;
    font-size: 17px;
  }
  .cst-foot-menu .hs-menu-wrapper>ul > li.hs-item-has-children > a {
    background-color: rgba(0, 0, 0, 0.03);
    font-weight: bold;
  }

  .cst-foot-menu .hs-menu-wrapper>ul > li > ul > li {
    padding-left: 5%;
  }

  .cst-foot-menu .hs-menu-wrapper>ul > li > ul {
    display: block !important;
    visibility: visible !important;
    padding-left: 10px;
  }

  .cst-foot-menu .hs-menu-wrapper>ul > li > ul > li > a {
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #666;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 23px;
    font-weight: 700;
  }
  .cst-foot-menu .hs-menu-wrapper>ul > li > a:hover {
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .cst-foot-menu .hs-menu-wrapper>ul > li > ul > li > a:hover {
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
  }




}


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


/* =============== General Blog Styles =============== */




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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  font-family: inherit;
  font-size: inherit;
}

/* 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 {
  display: block;
  width: 100%;
  padding: 5px 4px;
  letter-spacing: normal;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #4e4e4e;
  background-color: #fff;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  margin: 10px 0 20px;
}

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 {
  color: #3e3e3e;
  border-color: #333;
  outline: 0;
}
.hs-input.invalid.error {
  border: 1px solid #790000;
}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 15px;
  padding: 5px 15px;
  background: #ccc;
  border: 0 none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
  line-height: normal;
  font-size: 1em;
  color: #000;
  white-space: normal;
}
:focus {
  outline: 0;
}

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

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


ul.hs-error-msgs {
  margin: 20px 0;
  list-style: none;
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding: 8px 5px 6px!important;
}
ul.hs-error-msgs li label {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
}


/* =============== 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-form-field > label span[data-reactid]:empty + span {
  display: none;
}

/* REMOVE CROSS ICON */
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type="search"]:-moz-search-cancel-button {
  display: none;
}
input[type="search"]::-ms-clear  {
  display: none;
}   

.hs-form-field > label span[data-reactid]:empty + span {
  display: none;
}


.no-gap .body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin: 0 0 0px;
}

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

/*************** Bottom Address Group **************/
p:last-of-type {
  padding-bottom: 0;
}
.cst-adrs-grp {
  background-color: #344049;
  position: relative;
  color: #fff;
}
.cst-adrs-grp .cst-add-col-grp .page-center .col {
  max-width: 20.875%;
  width: 100%;
  margin-right: 5.5%;
  float: left;
  position: relative;
}

.cst-adrs-grp .cst-add-col-grp .page-center .col.col4 {
  margin-right: 0;
}
.cst-adrs-grp .tp-col-grp .page-center {
  text-align: center;
}


.cst-adrs-grp .tp-col-grp .page-center span.top-icon {
  text-align: center;
  display: block;
}
.cst-btm-pne-4-col-grp {
  background-color: #516473;
  position: relative;
}

.cst-adrs-grp.cmn-padding {
  padding-top: 52px!important;
}
.cst-btm-pne-4-col-grp .page-center {
  width: 89% !important;
  max-width: 89% !important;
}
.cst-btm-pne-4-col-grp .page-center .cst-col:last-child {
  margin-right: 0;
}
.cst-btm-pne-4-col-grp .page-center .cst-col {
  max-width: 20.875%;
  width: 100%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  z-index: 9;
}
.cst-btm-pne-4-col-grp .page-center .cst-col .inner-col {
  text-align: center;
  position: relative;
  max-width: 550px;
}
.cst-btm-pne-4-col-grp .page-center .cst-col .inner-col .image-col {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 0;
}

.cst-btm-pne-4-col-grp .page-center .cst-col .inner-col .image-col span.et_pb_image_wrap {
  display: block;
  margin: auto;
}

.cst-btm-pne-4-col-grp .page-center .cst-col .inner-col .image-col span.et_pb_image_wrap .et-pb-icon {
  font-size: 50px;
  color: #ffffff;
}

.cst-btm-pne-4-col-grp .page-center .cst-col .inner-col .content-col h4 a {
  color: inherit;
}
.cst-btm-pne-4-col-grp .page-center .cst-col .inner-col .content-col h4 {
  color: #fff;
  font-size: 18px;
  padding-bottom: 5px;
}

.cst-btm-pne-menu-col-grp {
  background-color: #537085;
  text-align: center;
  color: #fff !important;
}
.cst-btm-pne-menu-col-grp .page-center {
  width: 100%!important;
  max-width: 100%!important;
  padding: 0 30px !important;
}



.cst-foot-quick-grp .page-center {
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}
.cst-foot-quick-grp {
  background-color: #3c3d41;
  position: relative;
  z-index: 2;
}

.cst-foot-quick-grp .page-center .cst-col-foot-map:last-child {
  margin-right: 0;
}
.cst-foot-quick-grp .page-center .cst-col-foot-map {
  max-width: 22.75%;
  width: 100%!important;
  margin-right: 3%;
  margin-left: 0!important;
  position: relative;
  z-index: 9;
}

.cst-foot-quick-grp .page-center .cst-col-foot-map h4 {
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 8px;
  color: #666666;
  padding: 0;
}

.cst-foot-quick-grp .page-center .cst-col-foot-map p {
  padding: 0;
  color: #aaaaaa;
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  max-width: 300px;
  padding-top: 0px;
  margin-bottom: 30px;
}
.cst-foot-quick-grp .page-center .cst-col-foot-map p.small {
  color: #aaaaaa;
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  max-width: 300px;
  padding-top: 0px;
  margin: 0;
}
.cst-foot-quick-grp .page-center .cst-col-foot-map .hs-menu-wrapper > ul {
  display: block;
  color: #fff;
}
.cst-foot-quick-grp .page-center .cst-col-foot-map .hs-menu-wrapper > ul > li {
  display: block!important;
  width: 100%!important;
  float: none!important;
}
.cst-foot-quick-grp .page-center .cst-col-foot-map .hs-menu-wrapper > ul > li > a {
  color: #ffffff;
  line-height: 2.2em;
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
}
.cst-footer-social-grp ul.et_pb_module {
  padding: 0;
  list-style: none;
}
.cst-footer-social-grp ul.et_pb_module > li {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  vertical-align: baseline;
}
.cst-footer-social-grp h4 {
  margin-bottom: 24px!important;
}
.cst-footer-social-grp ul.et_pb_module > li a.icon {
  border-radius: 100% 100% 100% 100%;
  box-sizing: content-box;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-block;
  position: relative;
  margin-right: 2px;
  text-align: center;
  text-decoration: none;
}
.cst-footer-social-grp ul.et_pb_module > li a.icon span {
  display: none;
}
.cst-footer-social-grp ul.et_pb_module > li.et_pb_social_media_follow_network_0 a.icon {
  background-color: #3b5998;
}
.cst-footer-social-grp ul.et_pb_module > li.et_pb_social_media_follow_network_2 a.icon {
  background-color: #007bb6;
}

.cst-footer-social-grp ul.et_pb_module > li.et_pb_social_media_follow_network_1 a.icon {
  background-color: #00aced;
}
.cst-footer-social-grp ul.et_pb_module > li:last-child a.icon {
  margin-right: 0;
}

.cst-footer-social-grp ul.et_pb_module > li a.icon:hover:before {
  color: rgba(255, 255, 255, 0.7);
}

/******************* Service Call ***********************/

.cst-bdy-mnu-grp .page-center {
  padding: 0!important;
}
@media (min-width: 981px){
  .cst-bdy-mnu-grp .page-center .cst-bdy-mnu .hs-menu-wrapper > ul {
    line-height: 1.7em;
    padding: 28px 0 0 !important;
    display: block;
    text-align: center;
  }

  .cst-bdy-mnu-grp .page-center .cst-bdy-mnu .hs-menu-wrapper > ul > li {
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    position: relative;
    line-height: 1em;
    float: none;
  }
  .cst-bdy-mnu-grp .page-center .cst-bdy-mnu .hs-menu-wrapper>ul>li:last-child {
    padding: 0;
  }


  .cst-bdy-mnu-grp .page-center .cst-bdy-mnu .hs-menu-wrapper>ul>li.active.active-branch {
    opacity: 1;
  }
  .cst-bdy-mnu-grp .page-center .cst-bdy-mnu .hs-menu-wrapper > ul > li.active.active-branch > a {
    color: #002e75;
  }
  .cst-bdy-mnu-grp .page-center .cst-bdy-mnu .hs-menu-wrapper > ul > li > a {
    font-size: 18px;
    display: block;
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 29px;
  }

  .cst-bdy-mnu-grp .page-center .cst-bdy-mnu .hs-menu-wrapper > ul > li > a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .cst-btm-pne-menu-col-grp .page-center .cst-foot-menu .hs-menu-wrapper > ul {
    display: block;
    padding: 28px 0 0 !important;
    line-height: 1.7em;
  }

  .cst-btm-pne-menu-col-grp .page-center .cst-foot-menu .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
  }
  .cst-btm-pne-menu-col-grp .page-center .cst-foot-menu .hs-menu-wrapper > ul > li > a {
    display: block;
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 29px;
    word-wrap: break-word;
    color: #fff;
    font-size: 17px;
  }
  .cst-btm-pne-menu-col-grp .page-center .cst-foot-menu .hs-menu-wrapper > ul > li {
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    position: relative;
    line-height: 1em;
    float: none;
    vertical-align: baseline;
  }

  .cst-btm-pne-menu-col-grp .page-center .cst-foot-menu .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(255,255,255,0.8);
    opacity: 0.7;
  }

  body.sticky .header-container .cstm-nav-grp {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  }
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi .hs_cos_wrapper_type_header {
  margin-bottom: 2.75%;
}


.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form {
  margin: 16px 0;
  max-width: 100%;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-form-field span.hs-form-required {
  color: #999999;
  margin-left: 4px;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-input {
  margin: 8px 0 0;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-form-field {
  margin-top: 16px;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .form-columns-2 .hs-form-field {
  width: 50%;
  padding-right: 16px;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-machine_location_building_department_area_.hs-fieldtype-textarea.field.hs-form-field textarea {
  height: 160px;
  width: 100%;
  padding: 6px 8px;
  line-height: 1.5;
  border: 1px solid #bbb;
  color: #4e4e4e;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-form-field legend {
  padding: 0;
  margin: 17px 0 -7px 1px;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
  line-height: 26px;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form fieldset.form-columns-2 .hs-richtext h2 {
  display: none;
}
.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form fieldset.form-columns-2 .hs-richtext {
  border-bottom: 1px solid #CCC;
  padding: 0 16px 8px 0;
  margin: 28px 16px 28px 0;
  margin-top: 16px;
  padding-top: 0;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_lastname.hs-form-field > label {
  opacity: 0;
  visibility: hidden;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_email.hs-form-field .hs-input,
.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_phone.hs-form-field .hs-input {
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff;
}
.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form select.hs-input {
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff;
  text-indent: 2px;
  margin-bottom: 5px;
  margin-top: 10px;
  line-height: normal;
  height: 37px;
  padding: 2px 0 2px 3px;
}
.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_details.hs-form-field textarea.hs-input {
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
  height: 160px;
  width: 100%;
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff;
  margin-bottom: 22px;
}
.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_email.hs-form-field {
  padding-right: 15px;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_address.hs-form-field legend {
  margin: 9px 0 -7px 1px;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_address_line_2.hs-form-field {
  margin-top: 10px;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-input {
  margin: 8px 0 0;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_address_line_2.hs-form-field legend {
  margin: 8px 0 -7px 1px;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_city.hs-city.field.hs-form-field {
  margin-top: 8px;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_city.hs-city.field.hs-form-field legend,
.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_state1.hs-form-field legend {
  margin: 2px 0 -7px 1px;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_state1.hs-form-field {
  margin-top: 8px;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_zip.field.hs-form-field legend {
  margin: 8px 0 -7px 1px;
}


.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_zip.field.hs-form-field {
  margin-top: 6px;
}



.cst-bdy-mnu-grp {
  position: fixed;
  left: 0px;
  top: 125px;
  width: 100%;
  right: 0;
  background-color: #ffffff;
  transition: top 0.4s ease-in-out;
  -webkit-transition: top 0.4s ease-in-out;
  -moz-transition: top 0.4s ease-in-out;
  z-index: 10;
}
.sticky .cst-bdy-mnu-grp {
  top: 100px;
}

body.hs-srvce-cll .header-container-wrapper {
  min-height: 210px;
}

/********************** Order Supplies ***************/

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_submit.hs-submit {
  padding: 16px 0 9px;
  margin: 16px 0 0;
}

.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_submit.hs-submit input.hs-button.primary.large {
  margin: 0;
}
.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-fieldtype-radio .input {
  width: 100%!important;
  margin: 8px 0 0;
}
.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-fieldtype-radio .input ul {
  margin: 6px 0;
  padding: 0;
  margin-top: 10px;
}
.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-fieldtype-radio .input ul li label > span {
  margin: 2px 0 0 4px;
  line-height: 1.5;
  font-size: .875em;
  display: inline-block;
  vertical-align: baseline;
}
.cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-fieldtype-radio .input ul li {
  margin: 0 0 8px;
  line-height: 1.3;
}

/****************** Service Page Styling **********/

body.hs-srvce .cst-bdy-mnu-grp {
  position: static;
  top: auto;
}

.cst-btm-mn-sec {
  min-height: 85px!important;
  position: relative;
  z-index: 9;
}

.cst-banner-area-grp {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.cst-banner-area-grp .bg-grp {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.cst-banner-area-grp .banner-content-grp {
  background-image: linear-gradient(44deg,rgba(0,0,0,0.38) 86%,rgba(12,113,195,0.7) 74%);
  background-color: rgba(255,255,255,0);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  text-align: center;
  color: #fff;
}

.cst-banner-area-grp .banner-content-grp .page-center {
  padding: 0!important;
}
.cst-banner-area-grp .banner-content-grp .page-center .banner-content {
  width: 80%;
  max-width: 800px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
}

.cst-banner-area-grp .banner-content-grp .page-center .banner-content h1 {
  font-weight: 400; /* Changed from 700 per customer's request */ 
  font-size: 60px;
  line-height: 1.4em;
  color: #fff;
}

.cst-banner-area-grp .banner-content-grp .page-center .banner-content .content-col {
  font-size: 22px;
  line-height: 1.8em;
}

body.hs-srvce .cst-bdy-mnu-grp .page-center .cst-bdy-mnu .hs-menu-wrapper>ul>li {
  opacity: 1;
}
body.hs-srvce .cst-bdy-mnu-grp .page-center .cst-bdy-mnu .hs-menu-wrapper>ul>li>a {
  font-size: 18px;
  color: #0c71c3;
}

.cm-form-with-bg .hs-fieldtype-checkbox li.hs-form-checkbox .hs-input[type="checkbox"] {
  font-size: 22.4px;
}


body.hs-srvce.sticky-content .cst-bdy-mnu-grp {
  position: fixed;
  top: 100px;
}

.cm-form-with-bg form select {
  height: 46px;
}

.cst-one-col-tp-img-grp {
  text-align: center;
}

.cst-one-col-tp-img-grp .top-image {
  max-width: 10%;
  text-align: center;
  width: 100%;
  margin-bottom: 2.75%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
}
.cst-bdy-mnu-grp {
  z-index: 99;
}

.behaviour-to-live-grp .custom-inner-content {
  padding: 20px;
  max-width: 965px;
}
.behaviour-to-live-grp {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
  text-align: center;
}

.behaviour-to-live-grp .custom-inner-content h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  color: #ffffff;
  position: absolute;
  padding: 5px 5px 7px;
  margin: 10px 0px;
  width: calc(100% + 20px);
  left: -10px;
  top: 0;
  background: #8F0808;
  background: linear-gradient(#F70505 0%,#8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
  outline: 1px dashed #fff;
  outline-color: rgba(255,255,255,0.5);
  outline-offset: -5px;
}

.behaviour-to-live-grp .custom-inner-content {
  padding: 20px;
  max-width: 965px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.behaviour-to-live-grp .custom-inner-content .cst-description h3 {
  padding-top: 70px;
  font-size: 32px;
  line-height: 1.2em;
}

.behaviour-to-live-grp .custom-inner-content .cst-description p img {
  width: 35px;
  vertical-align: baseline;
}

.behaviour-to-live-grp .custom-inner-content h4 a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  color: #ffffff;
}
.behaviour-to-live-grp .custom-inner-content h4:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 31px;
  z-index: -1;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #8F0808;
  transform: rotate(90deg);
}
.behaviour-to-live-grp .custom-inner-content h4:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 31px;
  z-index: -1;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #8F0808;
  transform: rotate(-90deg);
}
.cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.hs-srvce .cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder {
  max-width: 550px;
}
.hs-r4-servce-grp,
.cst-one-col-tp-icon-grp-wrapper {
  background-color: #597082;
  background-image: linear-gradient(223deg,#597082 92%,#e02b20 67%)!important;
}

.cst-one-col-tp-icon-grp .cst-top-content-grp {
  text-align: center;
  color: #fff;
  margin-bottom: 2.75%;
}

.cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder .icon-grp {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 0;
}

.cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder .icon-grp span.et_pb_image_wrap {
  display: block;
  margin: auto;
}

.cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder .content-grp h4.title {
  color: #fff;
  padding-bottom: 5px;
}

.cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder .content-grp .cst-desp p {
  padding-bottom: 1em;
}
.cst-one-col-tp-icon-grp .cst-btn-grp {
  text-align: center;
}

.cst-one-col-tp-icon-grp .cst-btn-grp a:hover {
  background: #dd4f05;
  border-radius: 0px;
}
.cst-one-col-tp-icon-grp .cst-btn-grp a {
  color: #ffffff;
  border: 2px solid;
  border-color: #ffffff;
  border-radius: 100px;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #8c8984;
  padding: 0.3em 1em;
  display: inline-block;
  font-weight: 500;
  line-height: 1.7em;
  transition: color 300ms ease 0ms,color 300ms ease 0ms,background-color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms,border 300ms ease 0ms,border-radius 300ms ease 0ms,border-radius 300ms ease 0ms;
}

.hs-r5-servce-grp .page-center.fullwidth {
  width: 89% !important;
  max-width: 89% !important;
}

.cst-recycle-grp .cst-recycle-item .space {
  height: 23px;
  margin-bottom: 2.75%;
  position: relative;
}
.cst-recycle-grp .cst-recycle-item:last-child .space {
  margin-bottom: 0;
}
.cst-recycle-grp .cst-recycle-item .space:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #7cda24;
}

.cst-recycle-grp .cst-recycle-item .cstm-recy-reso-sec > p img {
  vertical-align: baseline;
}
.cst-recycle-grp .cst-recycle-item .cstm-recy-reso-sec > p {
  padding-bottom: 1em;
}

.cst-recycle-grp .cst-recycle-item .cstm-recy-reso-sec {
  margin-bottom: 2.75%;
}

/**************** Print Imaging *********************/

.cst-rgt-prnt-prtner-grp .page-center {
  padding: 20px !important;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
  max-width: 999px !important;
  width: 100% !important;
}

.cst-rgt-prnt-prtner-grp .page-center .lft-col {
  max-width: 29.667%;
  width: 100%;
  margin-right: 5.5%;
  float: left;
}

.cst-rgt-prnt-prtner-grp .page-center .rgt-col {
  max-width: 64.833%;
  width: 100%;
  float: left;
  position: relative;
}

.cst-rgt-prnt-prtner-grp .page-center .lft-col .imge-grp {
  max-width: 30%;
  text-align: right;
  margin-right: 0;
  display: block;
  margin-left: auto;
  line-height: 0;
}
.cmn-padding {
  position: relative;
  z-index: 2;
}
.cst-rgt-prnt-prtner-grp .page-center .lft-col .imge-grp img {
  vertical-align: baseline;
}
.hs-prnt-img .solutions-features-group.cmn-padding {
  padding: 0!important;
}

.hs-prnt-img .solutions-features-group .cm-features-item .et_pb_module.et_pb_blurb.et_pb_blurb_position_top {
  padding: 20px;
  margin: -20px -20px 9.27%;
}

.hs-prnt-img .solutions-features-group .cm-features-item .et_pb_module.et_pb_blurb.et_pb_blurb_position_top .et_pb_blurb_container {
  margin: 0;
}

.hs-prnt-img .solutions-features-group .cm-features-item .et_pb_button_module_wrapper a.et_pb_button {
  margin-top: 4px;
  line-height: 28.2px!important;
}

.hs-prnt-img .solutions-features-group .cm-features-item .et_pb_button_module_wrapper a.et_pb_button:after {
  margin-top: 1px;
}

.hs-prnt-img .cm-testimonial .testimonial_description strong.et_pb_testimonial_author {
  display: block;
  margin-top: 15px;
  font-weight: 700;
}
.hs-prnt-img .cm-fw-testimnial {
  padding-bottom: 74px;
}


.hs-prnt-img .two-col-with-img-alignment .et_pb_promo_description h2 {
  font-size: 36px;
  color: #1f1f1f;
  line-height: 1.4em;
}

.hs-prnt-img .two-col-with-img-alignment .et_pb_promo_description p {
  line-height: 1.9em;
}

.hs-prnt-img .two-col-with-img-alignment.left .span6.left-col p {
  line-height: 1.7em;
}

.two-col-with-img-alignment .span6.right-col .image-grp {
  max-width: 70%;
  margin-left: 100px!important;
  text-align: center;
}
.hs-prnt-img .cm-sec-four .page-center {
  width: 89% !important;
  max-width: 89% !important;
}

.hs-prnt-img .cm-sec-four .page-center .hs_cos_wrapper_type_linked_image {
  text-align: center;
}

.hs-prnt-img .cm-form-with-bg form legend {
  font-size: .813em;
  line-height: 26px;
}

/* .hs-prnt-img .cm-form-with-bg form .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field,
.hs-prnt-img .cm-form-with-bg form .hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field {
  margin-top: 16px;
} */

.hs-prnt-img .solutins-banner-area {
  padding: 0 6%;
}

/************************ Managed Print Page styling *************************/

.hs-manged-prnt .cst-banner-area-grp .banner-content-grp {
  background-image: linear-gradient(46deg,rgba(12,113,195,0.93) 88%,rgba(124,218,36,0.7) 67%);
  background-color: rgba(255,255,255,0);
}
body.hs-srvce.hs-manged-prnt .cst-bdy-mnu-grp .page-center .cst-bdy-mnu .hs-menu-wrapper>ul>li.active.active-branch>a {
  color: #002e75;
}
body.hs-srvce.hs-manged-prnt .cst-bdy-mnu-grp .page-center .cst-bdy-mnu .hs-menu-wrapper>ul>li>a {
  color: rgba(0,0,0,0.6);
}

.hs-manged-prnt .two-col-with-right-img .content-wrapper {
  float: left;
}
.hs-manged-prnt .two-col-with-right-img .content-wrapper .inner-col {
  padding-top: 10%;
}

.hs-manged-prnt .fw-sec-one:after {
  display: block;
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
  background-color: #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.hs-manged-prnt .fw-sec-one {
  position: relative;
}

.cst-prnter-feature-grp .cst-feat-itm .page-center.clearfix .left-col-grp {
  max-width: 20.875%;
  width: 100%;
  margin-right: 5.5%;
  float: left;
  position: relative;
}

.cst-prnter-feature-grp .cst-feat-itm .page-center.clearfix .cst-rght-col-grp {
  max-width: 73.625%;
  width: 100%;
  float: left;
}

.cst-prnter-feature-grp .cst-feat-itm .page-center.clearfix .cst-rght-col-grp .descrption h2 {
  font-size: 36px;
  color: #1f1f1f;
  line-height: 1.4em;
}


.cst-prnter-feature-grp .cst-feat-itm .btm-spcer.page-center .divider:before {
  content: '';
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  top: 50%;
  border-top-color: #9cb3c1;
  display: block;
}
.cst-prnter-feature-grp .cst-feat-itm .btm-spcer.page-center .divider {
  max-width: 70%;
  height: 23px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.cst-prnter-feature-grp .cst-feat-itm .page-center.clearfix .cst-rght-col-grp .descrption {
  position: relative;
  padding-bottom: 20px;
}

.hs-manged-prnt .hs-sec4-grp {
  background-color: #537085;
}
.hs-manged-prnt .hs-sec4-grp .page-center {
  max-width: 1220px!important;
}
.hs-manged-prnt .hs-sec4-grp .page-center .cm-fw-testimnial.cmn-padding {
  padding: 0!important;
}
.hs-manged-prnt .hs-sec4-grp .page-center .cm-fw-testimnial.cmn-padding .page-center {
  max-width: 100%!important;
  width: 100%!important;
  padding: 0!important;
}

.hs-manged-prnt .cm-testimonial .testimonial_description strong.et_pb_testimonial_author {
  display: block;
  margin-top: 16px;
  font-weight: 700;
}
.hs-manged-prnt .hs-sec4-grp .page-center .cm-fw-testimnial.cmn-padding {
  padding-bottom: 126px!important;
}

.hs-manged-prnt .hs-sec4-grp .page-center .behaviour-to-live-grp .cst-description h3, .hs-manged-prnt .hs-sec4-grp .page-center .behaviour-to-live-grp .cst-description p {
  color: #fff;
}

.hs-manged-prnt .hs-sec4-grp .page-center .behaviour-to-live-grp {
  margin-bottom: 6px;
}

.hs-manged-prnt #hs-sec5-grp {
  background-color: #7c594d;
  padding-top: 5%;
  padding-bottom: 5%;
}

.cst-4-col-eq-grp .page-center.clearfix {
  width: 89% !important;
  max-width: 89% !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex!important;
  direction: ltr;
}
.cst-4-col-eq-grp .page-center.clearfix .cst-col {
  margin-right: 5.5%;
  width: 20.875%;
  float: left;
  position: relative;
  text-align: center;
  color: #fff;
}
.cst-4-col-eq-grp .page-center.clearfix .cst-col .img-grp-sec {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 0;
}

.cst-4-col-eq-grp .page-center.clearfix .cst-col .cnt-grp h4 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
}

.cst-4-col-eq-grp .page-center.clearfix .cst-col:last-child {
  margin-right: 0;
}

.hs-manged-prnt .hs-sec5-grp .cm-fw-testimnial {
  margin-bottom: 20px;
}


/************** Copier Page Styling ************************/

.hs-copier-r1-grp.cmn-padding {
  padding-top: 0;
}

.hs-copier-r1-grp.cmn-padding .page-center {
  padding-top: 0!important;
}

.hs-copier-r1-grp.cmn-padding .page-center .hs-copier-r1-c1-flexi .hs_cos_wrapper_type_linked_image {
  margin-bottom: 2.75%;
}

.hs-copier .cm-fw-testimnial.cmn-padding {
  padding-bottom: 72px;
}

.hs-copier .two-col-with-img-alignment.left .left-col .et_pb_promo_description h2,
.hs-copier .two-col-with-img-alignment.right .left-col .et_pb_promo_description h2 {
  font-size: 36px;
  color: #1f1f1f;
  line-height: 1.4em;
}

.two-col-with-img-alignment .left-col .content {
  position: relative;
  max-width: 650px;
}


.cst-let-mke-bsnes-grp {
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.28);
  padding: 5% 25px;
  background-image: linear-gradient(315deg,rgba(172,188,193,0.65) 0%,rgba(149,188,185,0.29) 100%);
  position: relative;
  z-index: 2;
}

.cst-let-mke-bsnes-grp .content-grp {
  text-align: center;
  padding-bottom: 20px;
}

.cst-let-mke-bsnes-grp .btn-grp a:hover {
  background: #15344d;
  border-radius: 0px;
}
.cst-let-mke-bsnes-grp .btn-grp a {
  color: #ffffff;
  background: #bf5e35;
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  border-color: #ffffff;
  border-radius: 100px;
  background-color: #bf5e35;
  transition: background-color 300ms ease 0ms,background-color 300ms ease 0ms,border-radius 300ms ease 0ms,border-radius 300ms ease 0ms;
  padding-right: 2em;
  padding-left: 0.7em;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
}

.cst-let-mke-bsnes-grp .content-grp {
  text-align: center;
  padding-bottom: 20px;
}
.cst-let-mke-bsnes-grp .content-grp p.img img {
  vertical-align: baseline;
}

.cm-form-with-bg form .hs-fieldtype-checkbox.field.hs-form-field > label > span {
  font-weight: 700;
  font-size: 22.4px;
}

.cst-let-mke-bsnes-grp .btn-grp {
  text-align: center;
}

.cst-on-col-bg-grp {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cst-on-col-bg-grp .bg-col.parallax-col {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: -15%;
  bottom: 0;
  height: 130%;
}

.cst-on-col-bg-grp .content-grp.clearfix {
  width: 100% !important;
  max-width: 100% !important;
  background-image: linear-gradient(180deg,rgba(12,113,195,0.64) 0%,rgba(2,60,112,0.75) 100%);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.cst-on-col-bg-grp .content-grp.clearfix > div {
  float: left;
  min-height: 1px;
  position: relative;
  width: 50%;
}
.cst-on-col-bg-grp .content-grp.clearfix .left-col {
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  padding: 15% 5%;
}

.cst-on-col-bg-grp .content-grp.clearfix .left-col .cst-inner-content h2 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 36px;
  color: #1f1f1f;
  line-height: 1.4em;
}
.cst-on-col-bg-grp .content-grp.clearfix .left-col .cst-inner-content {
  line-height: 1.9em;
  background-color: rgba(244,244,244,0.85);
  padding: 40px;
}

.cst-on-col-bg-grp .content-grp.clearfix .left-col .cst-inner-content p.img-se {
  position: relative;
  padding-bottom: 20px;
}

.hs-copier .cst-one-col-tp-icon-grp-wrapper.cmn-padding .page-center {
  padding-top: 3%;
  padding-bottom: 3%;
}

.hs-copier .cst-one-col-tp-icon-grp-wrapper.cmn-padding .page-center .cst-top-content-grp .cst-cntnt-holder {
  max-width: 100%;
}
.hs-copier .cst-one-col-tp-icon-grp-wrapper.cmn-padding .page-center .cst-top-content-grp .cst-cntnt-holder .content-grp h4.title {
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  line-height: 38.08px;
  padding: 0;
  font-size: 20px;
  margin-bottom: 16px;
}

.hs-copier .cst-one-col-tp-icon-grp-wrapper.cmn-padding .page-center .cst-top-content-grp .cst-cntnt-holder .icon-grp {
  max-width: 50px;
  margin-bottom: 23px!important;
  text-align: center;
}

.hs-copier .cst-one-col-tp-icon-grp-wrapper.cmn-padding .page-center .cst-top-content-grp .cst-cntnt-holder .content-grp .cst-desp {
  margin-bottom: 2.75%;
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.hs-copier .cst-one-col-tp-icon-grp-wrapper.cmn-padding .page-center .cst-top-content-grp .cst-cntnt-holder .content-grp .cst-desp p {
  padding: 0;
}

.hs-copier .cm-form-with-bg .top-section p {
  padding-bottom: 6px;
}

.cst-banner-video-grp {
  display: block;
  visibility: visible;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  pointer-events: none;
}

.cst-video-gllry-grp .page-center {
  padding-top: 5%!important;
  padding-bottom: 5%!important;
  position: relative;
}
.cst-video-gllry-grp {
  overflow: hidden;
  position: relative;
}

.cst-video-gllry-grp .bg-grp {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  top: -10%;
}
.cst-video-gllry-grp .page-center .cst-top-content {
  margin-bottom: 2.75%;
}
.cst-video-gllry-grp .page-center .inner-col .cst-top-content h2 {
  color: #fff;
}

.cst-video-gllry-grp .page-center .inner-col .cst-top-content p {
  color: #fff;
}

.cst-video-gllry-grp .cst-video-slider .slider-single .cst-video-item .video-holder {
  padding-top: 56.2963%;
  width: 100%;
  position: relative;
}

.cst-video-gllry-grp .cst-video-slider .slider-single .cst-video-item .video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.cst-video-gllry-grp .cst-video-slider .slider.slider-nav {
  overflow: hidden;
  position: relative;
  margin-top: 2%;
}

.cst-video-gllry-grp .cst-video-slider .slider.slider-nav .btm-section-grp {
  float: left;
  position: relative;
  margin: 0 2% 0 0;
  padding: 0;
  background: rgba(0,0,0,0.25);
  cursor: pointer;
}

.cst-video-gllry-grp .cst-video-slider .slider.slider-nav .btm-section-grp:after {
  display: block;
  padding-top: 75%;
  content: "";
}


.cst-video-gllry-grp .cst-video-slider .slider.slider-nav .slick-arrow:before,
.cst-video-gllry-grp .cst-video-slider .slider-single .slick-arrow:before {
  font-size: 48px;
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  opacity: 1!important;
}
.cst-video-gllry-grp .cst-video-slider .slider.slider-nav .slick-arrow,
.cst-video-gllry-grp .cst-video-slider .slider-single .slick-arrow {
  color: #fff;
  position: absolute;
  z-index: 100;
  top: 50%;
  font-size: 48px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -24px;
  font-size: 0;
  width: auto;
  height: auto;
  transform: none;
  opacity: 0;

}
.cst-video-gllry-grp .cst-video-slider .slider.slider-nav .slick-prev.slick-arrow:before,
.cst-video-gllry-grp .cst-video-slider .slider-single .slick-prev.slick-arrow:before{
  opacity: 1;
  content: "\34";
}
.cst-video-gllry-grp .cst-video-slider .slider.slider-nav .slick-next.slick-arrow:before,
.cst-video-gllry-grp .cst-video-slider .slider-single .slick-next.slick-arrow:before {
  content: "\35";
}
.cst-video-gllry-grp .cst-video-slider .slider.slider-nav .slick-next.slick-arrow,
.cst-video-gllry-grp .cst-video-slider .slider-single .slick-next.slick-arrow {
  right: -22px!important;  
}
.cst-video-gllry-grp .cst-video-slider .slider.slider-nav:hover .slick-next.slick-arrow,
.cst-video-gllry-grp .cst-video-slider .slider-single:hover .slick-next.slick-arrow{
  right: 10px!important;
  opacity: 1;
}

.cst-video-gllry-grp .cst-video-slider .slider.slider-nav:hover .slick-prev.slick-arrow,
.cst-video-gllry-grp .cst-video-slider .slider-single:hover .slick-prev.slick-arrow {
  left: 10px!important;
  opacity: 1;
}


.cst-video-gllry-grp .bg-grp .overlay:hover {
  background: rgba(0, 0, 0, 0.6);
}

.cst-video-gllry-grp .bg-grp:hover .overlay a {
  opacity: 1;
}
.cst-video-slider {
  margin-bottom: 2.75%;
}

.cst-video-gllry-grp .bg-grp .overlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cst-video-gllry-grp .page-center .inner-col .cst-btm-btn-grp {
  text-align: center;
}

.cst-video-gllry-grp .bg-grp .overlay a.et_pb_video_play {
  color: #fff;
  margin-top: -1.39rem;
  margin-left: -1.39rem;
  font-size: 2.78rem;
  line-height: 2.78rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
}
.cst-video-gllry-grp .bg-grp .overlay:hover a.et_pb_video_play {
  opacity: 1;
}

.cst-video-gllry-grp .bg-grp .overlay:hover {
  background: rgba(0, 0, 0, 0.6);
}

.cst-video-gllry-grp .page-center .inner-col .cst-btm-btn-grp a.pb_button:hover {
  background: #5bbf21;
  border-radius: 0px;
}
.cst-video-gllry-grp .page-center .inner-col .cst-btm-btn-grp a.pb_button {
  color: #ffffff;
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  border-color: #ffffff;
  border-radius: 100px;
  letter-spacing: 3px;
  font-size: 16px;
  padding-left: 0.7em;
  padding-right: 2em;
  background-color: #0c71c3;
  display: inline-block;
  transition: color 300ms ease 0ms,color 300ms ease 0ms,background-color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms,border 300ms ease 0ms,border-radius 300ms ease 0ms,border-radius 300ms ease 0ms,letter-spacing 300ms ease 0ms,letter-spacing 300ms ease 0ms;
  font-weight: 500;
  line-height: 1.7em;
}
.cst-video-gllry-grp .page-center .inner-col .cst-btm-btn-grp a.pb_button:after {
  color: #ffffff;
  line-height: 1.7em;
  font-size: 1em!important;
  left: auto;
  content: attr(data-icon);
  opacity: 1;
  position: absolute;
  text-shadow: none;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  text-transform: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "ETmodules" !important;
  margin-left: .3em;
}
.cst-video-gllry-grp .bg-grp .overlay a.et_pb_video_play:before {
  font-family: "ETmodules";
  content: "\49";
}
.cst-video-gllry-grp .cst-video-slider .slider.slider-nav .btm-section-grp.slick-active.is-active .overlay {
  background: rgba(0, 0, 0, 0.6);
}
.cst-video-gllry-grp .cst-video-slider .slider.slider-nav .btm-section-grp > .bg-grp {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

/*********************** Production Print Page Styling ******************************/

.hs-pro-prin-r1-grp.cmn-padding {
  background-color: #030408;
  padding-top: 0px;
  margin-top: 0px;
}

.hs-pro-prin-r1-grp.cmn-padding .hs-pro-prin-r1-r1-flexi .hs_cos_wrapper_type_rich_text {
  padding: 30px 15% 0;
  color: #fff;
  text-align: center;
}

.hs-pro-prin-r1-grp.cmn-padding .hs-pro-prin-r1-r1-flexi .hs_cos_wrapper_type_rich_text h2 {
  color: #fff;
}


.hs-pro-prin-r1-grp.cmn-padding > div {
  padding-bottom: 27px;
}

.cst-flwidth-col-grp {
  position: relative;
  padding-top: 15%;
  padding-bottom: 15%;
  overflow: hidden;
  background-image: none!important;
  z-index: 2;
}

.cst-flwidth-col-grp .fxd-bg {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  display: block;
  top: 0;
  bottom: 0;
}

.cst-flwidth-col-grp .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.cst-flwidth-col-grp .page-center {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 3;
  padding: 0 0 0px!important;
}

.two-col-with-img-alignment {
  z-index: 2;
  position: relative;
}

.cst-flwidth-col-grp .page-center .cst-content-grp {
  width: 80%;
  max-width: 800px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
}
.centralized:after {
  content: "";
}
.dollor:after {
  content: "";
}
.consolidation:after {
  content: "Z";
}
.location:after {
  content: "";
}
.demands:after {
  content: "";
}
.watch:after {
  content: "}";
}
.infrastructure:after {
  content: "";
}
.tenured:after {
  content: "";
}

.image-with-title .file:before {
  content:"m";
}

.image-with-title .device:before {
  content: "";
}

.image-with-title .file-cabinets:before {
  content:"";
}

.image-with-title .money:before {
  content:"";
}

.image-with-title .secure:before {
  content: "";
}

.image-with-title .documents:before {
  content:"i";
}
.cst-flwidth-col-grp .page-center .cst-content-grp h1 {
  color: #fff;
}
.cst-flwidth-col-grp .page-center .cst-content-grp span {
  display: block;
  line-height: 1.7em;
}

.cst-flwidth-col-grp .page-center .cst-content-grp p img {
  vertical-align: baseline;
}

.cst-2-left-col-img-grp .inner-col.clearfix .cst-left-col {
  max-width: 33.333%;
  width: 100%;
  float: left;
}

.cst-2-left-col-img-grp .inner-col.clearfix .rght-col-grp {
  max-width: 66.667%;
  width: 100%;
  float: left;
}

.cst-2-left-col-img-grp .inner-col.clearfix .rght-col-grp .inn-sec {
  max-width: 75%;
  padding-top: 10%;
  text-align: left;
}

.cst-2-left-col-img-grp .inner-col.clearfix .rght-col-grp .inn-sec .hs_cos_wrapper_type_inline_rich_text {
  position: relative;
  padding-bottom: 20px;
}

.cst-2-left-col-img-grp .inner-col.clearfix .rght-col-grp .inn-sec .hs_cos_wrapper_type_inline_rich_text h2 {
  font-size: 36px;
  color: #1f1f1f;
  line-height: 1.4em;
}

.hs-pro-prnt-r6-flexi .cst-on-col-bg-grp .content-grp.clearfix {
  background-image: linear-gradient(180deg,rgba(2,122,48,0.64) 0%,rgba(2,112,26,0.75) 100%);
}

.hs-pro-prnt-r6-flexi .cst-on-col-bg-grp .content-grp.clearfix .left-col .cst-inner-content .cst-inner-content-inner {
  padding-bottom: 20px;
}

.cm-form-with-bg form .input ul.inputs-list.multi-container li.hs-form-radio {
  color: #fff;
}

.cm-form-with-bg form .input ul.inputs-list.multi-container li.hs-form-radio label > span {
  line-height: 1.5;
  font-size: .875em;
}

.parallax-mirror {
  z-index: 1!important;
}

/******************** Homepage Styling **********************/

.hs-homepage .body-container-wrapper {
  margin-top: -1px;
  -webkit-transition: margin-top 0.4s ease-in-out;
  -moz-transition: margin-top 0.4s ease-in-out;
  transition: margin-top 0.4s ease-in-out;
}

.hs-homepage .sticky .body-container-wrapper {
  margin-top: -27px;
}
.cst-hme-bner-grp {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.cst-home-accordion-grp .page-center .cst-accordion-col .inner-sec.active {
  background-color: rgba(255,255,255,0);
  border-style: solid;
  border-width: 2px;
}
.cst-hme-bner-grp .box-shadow-overlay {
  box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cst-hme-bner-grp .inner-grp-sec {
  padding: 0 6%;
  color: #fff;
  overflow: hidden;
}

.cst-hme-bner-grp .inner-grp-sec .mob-banner-sec.parallax-window {
  background-attachment: fixed;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.cst-hme-bner-grp .inner-grp-sec .overlay-grp {
  background-color: rgba(12,113,195,0.75);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cst-hme-bner-grp .inner-grp-sec .page-center {
  padding: 0;
  position: relative;
  z-index: 1;
}

.cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16% 8%;
}


.cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp h2.title {
  color: #fff;
  font-size: 4em;
  font-weight: 400; /* Changed from 700 per the customer's request */ 
  text-align: center;
  line-height: 1.2em;
  padding-bottom: 10px;
}

.cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp h2.title a {
  color: inherit;
}

.cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp .cst-content h2 {
  color: #fff;
}
.cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp .cst-content {
  color: #fff;
  font-size: 21px;
  text-align: center;
  font-weight: 400;
}

.cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp .btn-grp {
  text-align: center;
}

.cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp .btn-grp a:before {
  content: '';
}
.cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp .btn-grp a {
  background: #5bbf21;
  border-radius: 100px;
  letter-spacing: 3px;
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif!important;
  padding-left: 0.7em;
  padding-right: 2em;
  background-color: #5bbf21;
  transition: background-color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms,border 300ms ease 0ms,border-radius 300ms ease 0ms,border-radius 300ms ease 0ms,letter-spacing 300ms ease 0ms,letter-spacing 300ms ease 0ms;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
  color: #fff;
  padding-right: 2em;
  padding-left: 0.7em;
  text-shadow: none;
}

.cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp .btn-grp a:after {
  color: #ffffff;
  font-size: 1em!important;
  left: auto;
  content: attr(data-icon);
  opacity: 1;
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  speak: none;
  margin-left: .3em;
  line-height: 1.7em;
  position: absolute;
}

.cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp .btn-grp a:hover {
  background: #2d338e;
}

.cst-hme-bner-grp .inner-grp-sec .video-wrapper {
  display: block;
  visibility: visible;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  pointer-events: none;
}

.hs-hmpge-r1-grp {
  background-color: #dd4f05;
  background-image: linear-gradient(164deg,#8c8984 0%,#3f3b38 100%);
  position: relative;
  padding-bottom: 0!important;
}

.hs-hmpge-r1-grp .cst-rgt-prnt-prtner-grp .page-center.clearfix .lft-col .imge-grp {
  max-width: 50%;
}

.hs-hmpge-r1-grp .page-center.r1-grp {
  padding: 0;
}

.hs-hmpge-r1-grp .page-center.r1-grp .hs-hmpge-r1-c1-flexi {
  max-width: 980px;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 0px;
  margin: 0 auto!important;
  float: none;
}
.hs-hmpge-r1-grp .page-center.r1-grp .hs-hmpge-r1-c1-flexi .hs_cos_wrapper_type_rich_text {
  font-size: 50px;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
}

.hs-hmpge-r1-grp .page-center.r1-grp .hs-hmpge-r1-c1-flexi .hs_cos_wrapper_type_rich_text p img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1px;
}

.cst-home-accordion-grp .page-center .cst-accordion-col:last-child {
  margin-right: 0;
}
.cst-home-accordion-grp .page-center .cst-accordion-col {
  width: 29.667%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  z-index: 9;
}

.cst-home-accordion-grp .page-center .cst-accordion-col .inner-sec {
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  color: #ffffff;
  padding: 20px;
  border: 1px solid #d9d9d9;
  background-color: rgba(232,232,232,0);
}

.cst-home-accordion-grp .page-center .cst-accordion-col .inner-sec h5.title:before {
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  font-size: 16px;
  content: "\e050";
  right: 0;
  left: auto;
  color: #ffffff;
}
.cst-home-accordion-grp .page-center .cst-accordion-col .inner-sec h5.title {
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff!important;
  letter-spacing: 2px;
  position: relative;
  padding: 0 50px 0 0;
  cursor: pointer;
  line-height: 1.2em;
}
.cst-home-accordion-grp .page-center .cst-accordion-col .inner-sec .cst-toogle-content {
  position: relative;
  padding-top: 20px;
  display: none;
}

.cst-home-accordion-grp .page-center .cst-accordion-col .inner-sec .cst-toogle-content p.btn-col a:hover {
  color: #478542;
}
.cst-home-accordion-grp .page-center .cst-accordion-col .inner-sec .cst-toogle-content p.btn-col a {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #73a66f;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-shadow: 0px 0px 0 rgba(255,255,255,0.3);
  line-height: 26px;
  margin: 0 5px 8px 0;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: bold;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.cst-home-accordion-grp .page-center .cst-accordion-col .inner-sec.active h5.title:before {
  content: "\e04f";
}


.hs-hme-r3-grp {
  background-color: #537085;
}


.cst-hme-1-col-grp .inner.clearfix .cst-col.col3 {
  margin-right: 0;
}
.cst-hme-1-col-grp .inner.clearfix .cst-col {
  width: 29.667%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  z-index: 9;
  text-align: center;
}
.et-pb-icon.awards:after {
  content: "";
}
.et-pb-icon.news:after {
  content: "";
}
.cst-hme-1-col-grp .inner.clearfix .cst-col .inner-col {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.cst-hme-1-col-grp .inner.clearfix .cst-col .inner-col .img-grp span.img-hlder {
  display: block;
  margin: auto;
  max-width: 60%;
}
.cst-hme-1-col-grp .inner.clearfix .cst-col .inner-col .img-grp {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 0;
  width: 100%;
}

.cst-hme-1-col-grp .inner.clearfix .cst-col .inner-col .btm-content h4 a {
  color: #0e0c68;
}
.cst-hme-1-col-grp .inner.clearfix .cst-col .inner-col .btm-content h4 {
  color: #0e0c68;
  font-size: 18px;
  padding-bottom: 5px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

.cst-hme-1-col-grp .inner.clearfix .cst-col .inner-col:hover {
  background-color: #ffffff;
  -webkit-transform: scale(1.1,1.1);
  -moz-transition: scale(1.1,1.1);
  -ms-transition: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  box-shadow: 0px 1px 18px rgba(23,23,23,0.17);
  -moz-box-shadow: 0px 1px 18px rgba(23,23,23,0.17);
  -webkit-box-shadow: 0px 1px 18px rgba(23,23,23,0.21);
  z-index: 1;
}

.testimonial_description strong.et_pb_testimonial_author {
  display: block;
  margin-top: 16px;
  font-weight: 700;
}




.hs-homepage .cst-on-col-bg-grp .bg-col.parallax-col {
  background-position: top center;
}

.hs-homepage .cm-fw-testimnial.cmn-padding {
  padding-bottom: 72px;
}

.hs-homepage .cst-on-col-bg-grp .left-col .cst-inner-content .cst-inner-content-inner {
  position: relative;
  padding-bottom: 20px;
}

.hs-homepage .cst-on-col-bg-grp .left-col .cst-left-btm-content {
  line-height: 1.9em;
  background-image: linear-gradient(142deg,rgba(244,244,244,0.85) 94%,#dd4f05 69%);
  background-color: rgba(244,244,244,0.85);
  padding: 40px;
}

.hs-homepage .cst-on-col-bg-grp .left-col .cst-left-btm-content h2 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 36px;
  color: #1f1f1f;
  line-height: 1.4em;
  padding-bottom: 30px;
}

.hs-hme-r4-grp.cmn-padding {
  position: relative;
  z-index: 2;
  background-color: #537085;
  background-image: linear-gradient(229deg,#537085 85%,#5bbf21 7%);
  text-align: center;
}

.hs-hme-r4-col1 h2 {
  color: #fff;
}


.cst-hme-4-col-eql-grp .page-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  direction: ltr;
}

.cst-hme-4-col-eql-grp .page-center .cst-col {
  float: left;
  position: relative;
  z-index: 9;
  margin-right: 5.5%;
  width: 20.875%;
  text-align: center;
  padding-bottom: 50px;
  order: 1;
}


.cst-hme-4-col-eql-grp .page-center .cst-col:last-child {
  margin-right: 0;
}

.cst-hme-4-col-eql-grp .page-center .cst-col .cst-image-grp {
  max-width: 50px;
  margin-bottom: 23px!important;
  text-align: center;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cst-hme-4-col-eql-grp .page-center .cst-col .cst-title-grp {
  color: #ffffff;
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}

.cst-hme-4-col-eql-grp .page-center .cst-col .cst-descrption {
  color: #fff;
  margin-bottom: 13.174%;
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.cst-hme-4-col-eql-grp .page-center .cst-col .btn-grp {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cst-hme-4-col-eql-grp .page-center .cst-col .btn-grp a:hover {
  background: #dd4f05;
  border-radius: 0px;
}
.cst-hme-4-col-eql-grp .page-center .cst-col .btn-grp a {
  padding: 0.3em 1em;
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 100px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #8c8984;
  display: inline-block;
  transition: color 300ms ease 0ms,color 300ms ease 0ms,background-color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms,border 300ms ease 0ms,border-radius 300ms ease 0ms,border-radius 300ms ease 0ms;
  position: relative;
  border: 2px solid;
  font-weight: 500;
  line-height: 1.7em;
}


.hs-hme-r6-grp {
  background-image: linear-gradient(133deg,#ffffff 89%,#2d338e 74%);
  position: relative;
  background-color: #fff;
}

.hs-hme-r6-grp .page-center.full {
  width: 89% !important;
  max-width: 89% !important;
}

.cst-hme-conter-grp .inne-sec.clearfix .cst-col-sec {
  width: 20.875%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  z-index: 9;
}
.cst-hme-conter-grp .inne-sec.clearfix .cst-col-sec:last-child {
  margin-right: 0;
}

.cst-hme-conter-grp .inne-sec.clearfix .cst-col-sec .inner-col {
  padding-top: 50px;
  text-align: center;
}

.cst-hme-conter-grp .inne-sec.clearfix .cst-col-sec .inner-col .cst-percent-title p {
  color: #1c3e73;
  font-size: 72px;
  font-weight: 500;
  line-height: 72px;
}
.cst-hme-conter-grp .inne-sec.clearfix .cst-col-sec .inner-col .cst-percent-title {
  position: relative;
  height: 72px;
  margin-bottom: 20px;
}

.cst-hme-conter-grp .inne-sec.clearfix .cst-col-sec .inner-col h3.title {
  font-size: 26px;
}

.hs-hme-r6-grp .page-center .hs-hme-r6-col2-flexi .hs_cos_wrapper_type_linked_image {
  max-width: 80%;
  text-align: center;
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hs-hme-r6-grp .page-center.sec {
  padding-top: 50px;
}

.hs-hme-r7-grp.cmn-padding {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.hs-hme-r7-grp.cmn-padding:before {
  content: '';
  background-color: rgba(127,140,191,0.19);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cst-on-col-bg-grp.parallax-window .content-grp.clearfix.left.tranparent .left-col .cst-inner-content .cst-inner-content-inner span {
  position: relative;
  top: 20px;
  display: block;
}

.cst-on-col-bg-grp.parallax-window .content-grp.clearfix.left.tranparent .left-col .cst-inner-content .cst-inner-content-inner h2.et_pb_module_header {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 36px;
  color: #ffffff;
  line-height: 1.4em;
}

.cst-on-col-bg-grp.parallax-window .content-grp.clearfix.left.tranparent .left-col .cst-inner-content {
  background-image: linear-gradient(220deg,rgba(75,53,37,0.55) 95%,rgba(221,79,5,0.84) 38%);
  color: #fff;
}

.cst-on-col-bg-grp.parallax-window .content-grp.clearfix.left.tranparent {
  background-image: none;
}

.cst-on-col-bg-grp.parallax-window .content-grp.clearfix.left.tranparent .left-col .cst-inner-content .cst-inner-content-inner span a.et_promo_button {
  color: #ffffff;
  background: #6eba01;
  border-radius: 0px;
  letter-spacing: 2px;
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  font-size: 18px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  text-transform: uppercase;
  background-color: #6eba01;
  padding-right: 1em;
  padding-left: 1em;
  border-color: #6eba01;
  transition: color 300ms ease 0ms,color 300ms ease 0ms,background-color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms,border 300ms ease 0ms,border-radius 300ms ease 0ms,border-radius 300ms ease 0ms,letter-spacing 300ms ease 0ms,letter-spacing 300ms ease 0ms;
  display: inline-block;
  font-weight: 500;
  line-height: 1.7em;
}
.hs-homepage .featured-articles.cmn-padding {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.cst-on-col-bg-grp.parallax-window .content-grp.clearfix.left.tranparent .left-col .cst-inner-content .cst-inner-content-inner span a.et_promo_button:hover {
  color: #6eba01;
  background: rgba(0,0,0,0);
}

.cst-on-col-bg-grp.parallax-window .content-grp.clearfix.left.tranparent .left-col .cst-left-btm-content {
  padding: 0;
}

.cm-form-with-bg form .hs_address.hs-address.hs-fieldtype-text.field.hs-form-field legend.hs-field-desc.one {
  margin-bottom: 10px;
}


.cst-hme-bner-grp .inner-grp-sec {
  background-size: cover;
  background-position: center;
}

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


/*************** Shakeel Help Css ********************/


.hs-blog-listing .blog-sidebar {
  display: none !important;
}
.hs-blog-listing .blog-content{
  width:100% !important;
}
.post-item {
  margin-bottom: 60px;
}
.entry-title a {
  color: #333;
}
.post-meta {
  font-size: 19px;
  margin-bottom: 6px;
}
.post-meta a {
  color: #666;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: " ";
}
.post-content p {
  font-size: 19px;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.hs-blog-post .blog-wrapper.cmn-padding {
  padding: 0;
}
.hs-blog-post .blog-wrapper .page-center {
  padding-top: 58px;
  position: relative;
}
.hs-blog-post .blog-sidebar {
  padding-bottom: 28px;
}
.hs-blog-post .post-meta {
  padding-bottom: 15px;
  font-size: 14px;
}
.post-meta-wrapper img {
  vertical-align: baseline;
}
.entry-content {
  padding-top: 30px;
}
.post-author {
  padding: 25px 0;
  position: relative;
  clear: both;
}
.post-author-content-wrapper {
  padding: 20px 12px;
  min-height: 80px;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.post-author-image {
  display: block;
  float: left;
  width: 90px;
  margin: 0;
  padding: 0;
}
.post-author-image img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: none;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 5px;
  max-width: 80px;
  vertical-align: bottom;
}
.post-author-text {
  margin-left: 110px;
  line-height: 1.5;
}
.post-author-text h3.post-author-text-name {
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: bold;
  padding:0;
}
.post-author-text h3.post-author-text-name a {
  color: #333;
}
.post-author-description {
  font-size: 13px;
  padding-top: 6px;
}
.related-posts {
  padding-top: 1em;
  margin: 1em 0;
  position: relative;
  clear: both;
}
.related-posts h3.related-posts-headline {
  margin: 0 0 1em 0;
  display: inline-block;
  float: left;
  font-size: 9pt;
  font-weight: 700;
}
.related-posts h3.related-posts-headline em {
  font-style: normal;
  font-weight: 700;
}
.related-posts h3.related-posts-headline em:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.2);
  margin-bottom: 1em;
}
.related-posts:after {
  content: '';
  display: block;
  clear: both;
}
.related-posts-items {
  clear: left;
}
p.related-posts-item {
  float: left;
  width: 33%;
  margin: 0 0 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
}
.related-posts-item  span {
  display: block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-post-title a:hover {
  text-decoration: underline;
}
.jrelated-post-date {
  opacity: .6;
}
.related-post-context {
  opacity: .6;
}
.blog .body-container-wrapper .blog-sidebar .hs_cos_wrapper.hs_cos_wrapper_widget {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
.blog-subscribe-form form {
  background: #f2f5f9;
  min-width: 300px;
  padding: 15px;
}
.blog-subscribe-form form .hs-form-field>label {
  font-weight: normal;
  line-height: 1.7em;
}
.blog-subscribe-form form span.hs-form-required {
  display: none;
}
.blog-subscribe-form input[type="email"] {
  padding: 2px;
  border: 1px solid #bbb !important;
  color: #4e4e4e;
  background-color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
}
.blog-subscribe-form .hs-button.primary,
.blog-subscribe-form input[type="submit"] {
  margin: 0;
}
.blog-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.7em;
}
.blog-sidebar ul li {
  margin-bottom: 0.5em;
}
.blog-sidebar ul li a {
  color: #666;
  text-decoration: none;
}
.blog-sidebar ul li a:hover {
  color: #82c0c7;
}
.recent-post h3 {
  font-size: 26px;
}
.section.post-footer .hs-button.primary,
.section.post-footer input[type="submit"] {
  margin: 20px 0;
}
.hs-content-id-6901401759 .body-container.container-fluid .row-fluid .page-center {
  padding-top: 58px;
  padding-bottom: 0;
}
.contact-layout .right-col img {
  vertical-align: middle;
}
.contact-layout .body-container form .hs-richtext p {
  padding-bottom: 1em;
}
.contact-layout .body-container form.hs-form fieldset {

  padding-top: 0;
}
.hs-field-desc {
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}
.contact-layout .body-container form.hs-form .hs-form-field {
  padding-right: 16px !important;
  margin: 16px 0 0 0 !important;
}
.contact-layout .body-container form.hs-form input[type="text"],
.contact-layout .body-container form.hs-form input[type="password"],
.contact-layout .body-container form.hs-form input[type="datetime"],
.contact-layout .body-container form.hs-form input[type="datetime-local"],
.contact-layout .body-container form.hs-form input[type="date"], 
.contact-layout .body-container form.hs-form input[type="month"],
.contact-layout .body-container form.hs-form input[type="time"], 
.contact-layout .body-container form.hs-form input[type="week"],
.contact-layout .body-container form.hs-form input[type="number"],
.contact-layout .body-container form.hs-form input[type="email"],
.contact-layout .body-container form.hs-form input[type="url"],
.contact-layout .body-container form.hs-form input[type="search"],
.contact-layout .body-container form.hs-form input[type="tel"],
.contact-layout .body-container form.hs-form input[type="color"],
.contact-layout .body-container form.hs-form input[type="file"],
.contact-layout .body-container form.hs-form textarea,
.contact-layout .body-container form.hs-form select{
  margin:0;
  margin-top: 8px;
}
.contact-layout .body-container form.hs-form .hs-form-field ul.inputs-list {
  margin: 8px 0 6px;
  padding: 0;
}
.contact-layout .body-container form.hs-form .hs-form-field ul.inputs-list li {
  margin: 0 0 8px;
  line-height: 1.3;
  position: relative;
}
.contact-layout .body-container form.hs-form .hs-form-field ul.inputs-list li > label.hs-form-checkbox-display > span {
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
}
.contact-layout .body-container form.hs-form .hs-form-field ul.inputs-list li > label.hs-form-checkbox-display > input[type=checkbox] {
  margin-top: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  -webkit-appearance: checkbox;
  line-height: normal;
  margin-right: 4px;
}
.contact-layout .body-container form.hs-form fieldset .hs-richtext label {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  font-family: inherit;
  font-size: inherit;
  margin-top: 16px;
}
.contact-layout .body-container form.hs-form fieldset .hs-richtext .hs-field-desc {
  margin-top: 9px;
  line-height: 26px;
}
.contact-layout .body-container form.hs-form textarea {
  min-height: 160px;
  width: 100%;
}


.contact-layout .body-container form.hs-form .hs-form-field ul.inputs-list li > label.hs-form-checkbox-display > input[type=checkbox]:checked+span{
  font-weight: 700;
}
.contact-layout .body-container form.hs-form select {
  height: 43px;
}
.customer-success-stories-image-wrapper {
  max-width: 40%;
  margin-bottom: 5.82%;
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  -o-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  line-height: 0;
}
.customer-success-stories-image-wrap {
  border-width: 1px;
  border-color: #0c71c3;
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
  display: inline-block;
  position: relative;
  max-width: 100%;
  border-style: solid;
}
.customer-success-stories-image-wrap img {
  position: relative;
  vertical-align: baseline;
}
.customer-success-stories-image-wrapper .image-wrap-icon {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
  background-color: rgba(12,113,195,0.5);
}
.customer-success-stories-image-wrapper .image-wrap-icon:before {
  content: attr(data-icon);
  color: #ffffff;
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -16px 0 0 -16px;
  font-size: 32px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}
.customer-success-stories-image-wrap:hover .image-wrap-icon{
  z-index: 3;
  opacity: 1;
}
.customer-success-stories-image-wrapper .image-wrap-icon:hover:before {
  top: 50%;
}
.customer-success-stories-slider-wrapper {
  padding: 0 6%;
}
.customer-success-stories-slider-wrapper {
  position: relative;
}
.customer-success-stories-slider-container_inner {
  vertical-align: middle;
}


.customer-success-stories-slider-slide_description {
  background: #fff;
}
.customer-success-stories-slider-slide_description {
  width: auto;
  margin: auto;
  padding: 2% 8%;
  text-align: center;
}

.customer-success-storiesslide-content {
  color: #494949;
  font-size: 14px;
}
.customer-success-stories-slider {
  margin-left: -300px!important;
}
.customer-success-stories-overlay {
  position: absolute;
  top: -15px;
  z-index: -15;
}
.customer-success-stories-overlay-hugeinc {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(61,61,61,0.9);
  left: 0;
  top: 0;
  overflow-x: scroll;
  z-index: 16777271;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-close {
  width: auto;
  height: auto;
  display: block;
  position: fixed;
  right: 10px;
  top: 10px;
  overflow: hidden;
  border: none;
  outline: none;
  z-index: 99991;
  font-size: 100px;
  line-height: 60px;
  min-height: 15px;
  min-width: 15px;
  color: #fff;
  background-color: transparent;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  padding: 1px 6px;
}

.overlay-close:after {
  content: ' ';
  display: block;
  font-size: 70px;
  height: 25px;
  width: 25px;
  z-index: 99;
  position: relative;
  visibility: hidden;
}

.customer-success-stories-overlay-hugeinc .entry-content {
  margin-bottom: 0 !important;
  padding-top: 0;
}
.customer-success-stories-overlay-wrapper {
  position: relative;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-close:hover {
  opacity: .8;
}
.overlay-open .customer-success-stories-overlay {
  z-index: 16777271;
}
.overlay-open .customer-success-stories-overlay-hugeinc {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay-open .customer-success-stories-overlay-wrapper {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.testimonials-layout .body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget{
  margin:0;
}

.videos-group-overlay {
  height: 200px;
  position: relative;
  background-size: cover;
}
.videos-group-overlay a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.play-overlay {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  transition: all .5s ease;
  background: rgba(12,113,195,0.5);
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  box-shadow: 0 5px 20px rgba(32,44,60,0.40);
  pointer-events: none;
}
.play-overlay:after {
  content: '';
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid;
}
.videos-group-overlay:hover .play-overlay {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  background: rgba(129,215,66,0.5);
}
.videos-group-content {
  padding-top: 10px;
}
.videos-group-content h6 {
  font-size: 15px;
  text-align: center;
}
.vieos-group-title {
  margin-bottom: 30px;
}
.videos-layout .cm-form-with-bg {
  background-color: #3c3d41;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 2px solid #cd5826;
  background-position: center;
  -webkit-background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: 100%;
  -moz-background-size: cover;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.videos-layout .cm-form-with-bg:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(58,60,69,.9);
}
.videos-layout .cm-form-with-bg .page-center {
  position: relative;
  z-index: 1;
}
.videos-layout .cm-form-with-bg .top-section {
  text-align: center;
}
.videos-layout .cm-form-with-bg .top-section *,
.videos-layout .cm-form-with-bg  .hs-form-field>label,
.cm-form-with-bg  .hs-field-desc,
.videos-layout .body-container form.hs-form .hs-form-field ul.inputs-list li > label.hs-form-checkbox-display > span{
  color: #ffffff;
}
.videos-layout  .body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin: 0px;
  display: block;
}
.cm-form-with-bg .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin-top: 32px;
}

.contact-layout .body-container form.hs-form .hs-form-field > label span.hs-form-required {
  color: #999999;
  margin-left: 4px;
}
.videos-group-section:nth-child(2)  .vieos-group-title {
  margin-bottom: 2.75%;
  max-width: 40%;
}

.banner-area-type-2 {
  background-repeat: no-repeat;
  background-position: center 15px;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
}
.banner-area-type-2:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.46);
}
.banner-area-type-2 .page-center {
  padding: 0 !important;
  position: relative;
  z-index:9;
}
.banner-area-type-2 .banner-area-type-2-content {
  width: auto;
  margin: auto;
  padding: 16% 8%;
  padding-top: 25%;
  padding-bottom: 25%;
  text-align: center;
}
.banner-area-type-2 h2 {
  color: #fff;
  font-size: 3em;
  font-weight: 400; /* Changed from 700 per customer's request */ 
}



.slide-description p {
  font-size: 21px;
  font-weight: 400;
}
.full-width-content-with-bg {
  position: relative;
  padding: 50px 0;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.full-width-content-with-bg *{
  color: #fff;
}
.full-width-content-with-bg .page-center {
  padding: 0 !important;
}
.full-width-content-with-bg-content {
  width: 80%;
  max-width: 800px;
  margin: 20px auto;
  padding: 10px;
}
.full-width-video {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 0;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
  font-size: 64px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 200;
  opacity: 0.2;
}
.fluid-width-video-wrapper {
  padding: 0;
  padding-top: 56.2963%;
  width: 100%;
  position: relative;
}
.fluid-width-video-wrapper iframe,
.cst-on-col-bg-grp .content-grp p span iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.about-layout .cst-on-col-bg-grp .content-grp {
  background-image: linear-gradient(180deg,rgba(2,122,48,0.64) 0%,rgba(2,112,26,0.75) 100%);
}
.about-layout .cst-on-col-bg-grp .bg-col.parallax-col {
  background-position: top center;
}
.cst-inner-content-inner {
  position: relative;
  padding-bottom: 20px;
}
.about-layout .cst-on-col-bg-grp img {
  vertical-align: baseline;
}
.banner-area-type-2 {
  padding: 0 6%;
}
.cst-on-col-bg-grp .content-grp.right .left-col {
  float: right !important;
}
.cst-on-col-bg-grp .content-grp p span {
  display: block;
  width: 100%;
  position: relative;
}
.one-col-icon-with-content-wrapper-inner {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.one-col-icon-with-content-wrapper-icon {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 0;
  text-align: center;
}
.one-col-icon-with-content-wrapper-icon-wrap {
  display: block;
  margin: auto;
}
.one-col-icon-with-content-wrapper-icon-wrap .et-pb-icon {
  color: #0c71c3;
}
.et-pb-icon.news:after {
  content: "";
}
.et-pb-icon.awards:after {
  content: "";
}
.one-col-icon-content h4 {
  padding-bottom: 5px;
}
.one-col-icon-content h4 a {
  color: #333;
}
.one-col-icon-btn a {
  font-weight: 500;
  line-height: 1.7em;
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  color: #ffffff!important;
  border-color: #ffffff;
  border-radius: 100px;
  letter-spacing: 3px;
  font-size: 16px;
  padding-left: 0.7em;
  padding-right: 2em;
  background-color: #0c71c3;
  display: inline-block;
  position: relative;
  transition: color 300ms ease 0ms,color 300ms ease 0ms,background-color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms,border 300ms ease 0ms,border-radius 300ms ease 0ms,border-radius 300ms ease 0ms,letter-spacing 300ms ease 0ms,letter-spacing 300ms ease 0ms;
}
.one-col-icon-btn {
  text-align: center;
}
.one-col-icon-btn a:after {
  font-family: "ETmodules" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  position: absolute;
  text-shadow: none;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  text-transform: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  content: attr(data-icon);
  color: #ffffff;
  line-height: 1.7em;
  font-size: 1em!important;
  opacity: 1;
  margin-left: .3em;
  left: auto;
}
.one-col-icon-btn a:hover {
  background: #5bbf21!important;
  border-radius: 0px;
}
.slider-with-video-wrapper {
  padding: 0 6%;
}
.slider-with-video-wrapper {
  padding: 0 6%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.slider-with-video-wrapper .page-center {
  padding: 0 !important;
}
.slide-video {
  width: 47.25%;
  margin-right: 5.5%;
}
.slide-description {
  margin: auto;
  padding: 16% 8%;
  float: right;
  width: 47.25%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.slider-with-video-wrapper .page-center {
  position: relative;
}
.slide-video {
  float: left;
}
.slide-video {
  float: left;
  padding: 16% 0%;
}

.slider-with-video-container {
  width: 100%;
  vertical-align: middle;
  overflow:hidden;
}
.slider-with-video-container {
  position: relative;
}
body.bottom-menu-layout .cst-bdy-mnu-grp {
  position: static;
  top: auto;
}
body.bottom-menu-layout.sticky-content .cst-bdy-mnu-grp {
  position: fixed;
  top: 100px;
}
.header-container .cstm-nav-grp {
  z-index: 999;
}
.slider-with-video-item-wrapper {
  overflow: hidden;
}

.customer-success-stories-slider-wrapper { 
  height: 350px !important;
}

.contact-layout .left-col.cm-equal-col form .hs-form-field > label span.hs-form-required {
  color: #999999;
  margin-left: 4px;
}

.contact-layout .left-col.cm-equal-col form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field > label {
  opacity: 0;
}

.contact-layout .left-col.cm-equal-col form .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field legend.hs-field-desc {
  font-size: .813em;
  line-height: 26px;
}

/*******************************************************************/

/*************************** Girja Help Css **************************/

/*====================Solutions Layout======================*/

.solutins-banner-area {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
}

.solutins-banner-area .cm-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.solutins-banner-area .page-center {
  position: relative;
  z-index: 2;
  padding:0 !important;
}

.banner-video-wrapper {
  display: block;
  visibility: visible;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  pointer-events: none;
}

.solutins-banner-area h2.title {
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 10px;
  font-weight: 400; /* Changed from 700 per the customer's request */ 
  color: #ffffff;
  font-size: 4em;
}

.banner-area-content {
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  width: auto;
  margin: auto;
  padding: 16% 8%;
}

.solutins-banner-area h2.title a {
  color: inherit;
}

.solutins-banner-area .sub-content p {
  font-size: 37px;
  line-height: 1.2em;
  color: #ffffff;
  margin: 0;
  padding: 0 0 10px;
  font-weight: 500;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

a.button.more_button {
  background: rgba(129,215,66,0.5);
  display: inline-block;
  margin-top: 20px;
  color: #ffffff;
  text-shadow: none;
  text-decoration: none;
  position: relative;
  padding: 0.3em 2em 0.3em 0.7em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a.button.more_button:after {
  content: "\35";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  margin-left: 0;
  opacity: 1;
  font-size: 32px;
}

a.button.more_button:hover {
  padding: 0.3em 2em 0.3em 0.7em;
  border: 2px solid transparent;
  background: #81d742!important;
}

.solutions-features-group .custom-title {
  text-align: center;
}

.solutions-features-group .cm-features-item {
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding:20px;
  border: solid 1px #e1f0f7;
}

.solutions-features-group .cm-features-item.red {
  background-image: linear-gradient(45deg,#ffffff 94%,#e02b20 51%);
}

.solutions-features-group .cm-features-item.green {
  background-image: linear-gradient(45deg,#ffffff 94%,#7cda24 51%);
}

.solutions-features-group .cm-features-item.blue {
  background-image: linear-gradient(45deg,#ffffff 94%,#0c71c3 51%);
}

.cm-features-group span.et_pb_image_wrap {
  max-width: 25%;
  display: block;
  margin: auto;
}

.cm-features-group .et_pb_main_blurb_image {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 0;
}

.cm-features-group  h4.et_pb_module_header {
  font-size: 22px;
  padding-bottom: 5px;
}

.cm-features-group h4.et_pb_module_header a {
  color: inherit;
}

.cm-features-group .et_pb_blurb_container{
  margin-bottom: 9.27%;  
  padding-bottom: 20px;
}

.solutions-features-group  a.et_pb_button {
  color: #ffffff!important;
  border-color: #ffffff;
  border-radius: 100px;
  letter-spacing: 3px;
  font-size: 16px;
  padding-left: 0.7em;
  padding-right: 2em;
  background-color: #0c71c3;
  transition: color 300ms ease 0ms,color 300ms ease 0ms,background-color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms,border 300ms ease 0ms,border-radius 300ms ease 0ms,border-radius 300ms ease 0ms,letter-spacing 300ms ease 0ms,letter-spacing 300ms ease 0ms;
  display: inline-block;
  border: 2px solid;
}

a.et_pb_button {
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.et_pb_button:after {
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "\35";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.solutions-features-group a.et_pb_button:after {
  color: #ffffff;
  line-height: 1.7em;
  font-size: 1em!important;
  opacity: 1;
  margin-left: .3em;
  left: auto;
  content: attr(data-icon);
}

.solutions-features-group a.et_pb_button:hover {
  background: #5bbf21!important;
  border-radius: 0px;
}

.solutions-features-group.cmn-padding {
  padding-bottom: 0 !important;
}

.cm-sec-two.cmn-padding {
  padding-top: 0 !important;
}

.highlighted-content {
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  position: relative;
  background-image: linear-gradient(315deg,rgba(172,188,193,0.65) 0%,rgba(149,188,185,0.29) 100%);
  border-width: 0px;
  border-style: solid;
  border-color: #7aa1c1;
  padding: 25px;
  text-align: center;
}

.highlighted-content .et_pb_button {
  color: #ffffff!important;
  background: #DD4F05;
  border-color: #ffffff;
  border-radius: 100px;
  background-color: #DD4F05;
  transition: background-color 300ms ease 0ms,background-color 300ms ease 0ms,border-radius 300ms ease 0ms,border-radius 300ms ease 0ms;
  display: inline-block;
  text-align: center;
}

.highlighted-content .description {
  position: relative;
  padding-bottom: 20px;
}

.highlighted-content .et_pb_button:hover {
  background: #15344d!important;
  border-radius: 0px;
}

.cm-testimonial {
  background-color: #ffffff;
  padding:25px 15px 15px;
  border-color: #c5d5e1;
  position: relative;
  text-align: center;
  line-height: 1.5;
}

.cm-fw-testimnial .page-center {
  max-width: 1220px!important;
}

.cm-testimonial .testimonial-content:before {
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 50%;
  margin-left: -16px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  background: #f5f5f5;
  font-size: 32px;
  content: "\7c";
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.testimonial_description h6 {
  text-align: right;
}

.testimonial_description h6 a {
  color: inherit;
}

.two-col-with-img-alignment .left-col {
  background-color: #dddddd;
  padding-top: 8%;
  padding-right: 6%;
  padding-bottom: 8%;
  padding-left: 6%;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  mix-blend-mode: unset !important;
}

.two-col-with-img-alignment.left .left-col{
  background-color: #f4f4f4;
}

.two-col-with-img-alignment .et_pb_promo_description {
  position: relative;
  padding-bottom: 20px;
}

.two-col-with-img-alignment a.et_pb_button.cm-btn {
  color: #ffffff!important;
  background: #6eba01;
  border-color: #6eba01;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
  text-transform: uppercase!important;
  background-color: #6eba01;
  padding-right: 1em!important;
  padding-left: 1em!important;
  display: inline-block;
  transition: color 300ms ease 0ms,color 300ms ease 0ms,background-color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms,border 300ms ease 0ms,border-radius 300ms ease 0ms,border-radius 300ms ease 0ms,letter-spacing 300ms ease 0ms,letter-spacing 300ms ease 0ms;
}

.two-col-with-img-alignment a.et_pb_button.cm-btn:hover {
  color: #6eba01!important;
  background: rgba(0,0,0,0)!important;
}

.featured-item .cm-featured {
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: auto;
  grid-column-gap: 5.5%;
  grid-row-gap: 5.5%;
  display: -ms-grid;
  display: grid;
  -webkit-transition: all .33s;
  transition: all .33s;
}

.featured-item .cm-featured .cm-article {
  padding: 19px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  word-wrap: break-word;
}

.featured-item .cm-featured .pop-list-thumb {
  display: block;
  position: relative;
  margin: -20px -20px 30px;
}

.featured-item .pop-list-info h2 {
  font-size: 26px;
}

.featured-item .pop-list-info h2 a {
  color: inherit;
}

.featured-item .pop-list-info p {
  font-size: 19px;
  margin: 0;
}

.cm-form-with-bg {
  background-color: #3c3d41;
  border-top: 2px solid #cd5826;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.cm-form-with-bg:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(58,60,69,.9);
}

.cm-form-with-bg .page-center {
  position: relative;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  max-width: 996px!important;
}

.cm-form-with-bg .top-section {
  text-align: center;
  color: #ffffff;
}

.cm-form-with-bg .top-section h1 {
  margin: 0 0 27px;
  padding: 0;
  color: #ffffff;
  font-size: 64px;
  line-height: 1;
  font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
}

.cm-form-with-bg .top-section p {
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  color: #aaaaaa!important;
  line-height: 1.4em;
  font-size: 24px;
  margin-bottom: 2.75%;
}

.cm-form-with-bg form textarea {
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
  border-radius: 0;
  border: 1px solid #bbb;
}

.cm-form-with-bg form .hs-form-field > label,
.cm-form-with-bg form legend.hs-field-desc {
  color: #fff;
}

.cm-form-with-bg form legend.hs-field-desc {
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: normal;
  line-height: 1;
}

/* .cm-form-with-bg .hs_address.hs-address.hs-fieldtype-text.field.hs-form-field > label {
  margin-bottom: 15px;
} */

.cm-form-with-bg span.hs-form-required {
  color: #999999;
  margin-left: 4px;
}

.cm-form-with-bg .hs-fieldtype-checkbox span {
  line-height: 1.5;
  font-size: .875em;
}

.cm-form-with-bg .hs-fieldtype-checkbox li.hs-form-checkbox {
  margin: 0 0 8px;
  line-height: 1.3;
  color: #ffffff;
}

.cm-form-with-bg ul.inputs-list.multi-container {
  margin: 6px 0;
  padding: 0;
}

.cm-features-group.page-center {
  overflow: hidden;
}


/*====================Full Width Layout====================*/

.fw-layout .cst-banner-area-grp .banner-content-grp {
  background-image: linear-gradient(46deg,rgba(1,101,117,0.93) 88%,rgba(224,43,32,0.7) 67%);
  background-color: rgba(255,255,255,0);
}

.fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}



.cst-one-col-tp-icon-grp-wrapper img {
  max-width: 50px;
}

.fw-layout .cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder,
.process-layout .cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder,
.scanning-layout .cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder,
.careers-layout .cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder{
  max-width: 100%;
}

.fw-layout .cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder h4.title,
.process-layout .cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder h4.title,
.scanning-layout .cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder h4.title,
.careers-layout .cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder h4.title{
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px!important;
}

.fw-layout .cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder p,
.process-layout .cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder p,
.scanning-layout .cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder p,
.careers-layout .cst-one-col-tp-icon-grp .cst-top-content-grp .cst-cntnt-holder p{
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 0 !important;
}

.fw-layout .fw-sec-three.cmn-padding {
  background-image: linear-gradient(220deg,#ffffff 86%,#0c71c3 59%)!important;
}

.fw-sec-one.cmn-padding {
  background-color: rgba(12,113,195,0.18);
}

.fw-layout .cst-rgt-prnt-prtner-grp .page-center .lft-col .imge-grp {
  max-width: 50%;
}

.two-col-with-right-img .imge-wrapper,
.two-col-with-right-img .content-wrapper{
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
}

.two-col-with-right-img {
  padding: 27px 0;
}

.two-col-with-right-img .content-wrapper .inner-col {
  padding-top: 10%;
}

.image-with-title-grp.cmn-padding {
  position: relative;
}

.image-with-title-grp.cmn-padding:after {
  display: block;
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
  background-color: #597083;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  top: -50px;
}

.image-with-title-grp.cmn-padding > .page-center {
  padding: 0;
  overflow: hidden;
}

.image-with-title-grp.cmn-padding .image-with-title {
  text-align: center;
  padding: 27px 0;
  color: #ffffff;
}

.image-with-title-grp.cmn-padding .title {
  font-size: 18px;
  line-height: 1.2em;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  padding: 0  0 5px;
}

.image-with-title-grp.cmn-padding span.et_pb_image_wrap {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 0;
}

.hidden-cost-counter .percent p {
  font-size: 72px;
  font-weight: 500;
  line-height: 72px;
  color: #0c71c3;
}

.hidden-cost-counter .counter-group .span4,
.hidden-cost-counter .page-center.title{
  text-align: center;
}

.counter-group .span4 .percent{
  position: relative;
  z-index: 2;
}

.counter-group .span4 canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
}

.counter-group .et_pb_circle_counter {
  margin-bottom: 9.27%;
}

.counter-group .et_pb_circle_counter {
  position: relative;
  margin: 0 auto 30px;
  max-width: 225px;
}

.counter-group .et_pb_circle_counter .et_pb_circle_counter_inner {
  display: block;
  position: relative;
}



.counter-grp.parallax-section {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.hidden-cost-counter.cmn-padding {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.hidden-cost-counter .page-center{
  position: relative;
}

div#counter-section {
  display: block;
  position: absolute;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 150%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
}

div#counter-section .parallax-window {
  height: 142%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hidden-cost-counter.cmn-padding {
  background: transparent !important;
}


/*====================Process Improvement Layout====================*/

.process-layout .cst-banner-area-grp .banner-content-grp {
  background-image: linear-gradient(46deg,rgba(1,101,117,0.93) 88%,rgba(224,43,32,0.7) 67%);
  background-color: rgba(255,255,255,0);
}

.two-eql-col-icon-content  .et-pb-icon {
  color: #0c71c3;
}

.two-eql-col-icon-content span.et_pb_image_wrap {
  display: block;
  margin: auto;
  text-align: center;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 0;
}

.process-layout .fw-sec-three.cmn-padding {
  background-color: rgba(12,113,195,0.18)!important;
}

.process-layout .two-col-with-right-img {
  padding: 0;
}

.process-layout .two-col-with-right-img .imge-wrapper .img {
  padding-top: 20%;
}
.videos-layout .cm-form-with-bg form .hs_details legend.hs-field-desc {
  letter-spacing: 0;
}
.process-layout .two-col-with-right-img {
  padding-bottom: 100px !important;
}

.process-layout .fw-sec-four{
  background-color: #597083;
  position: relative;
  color: #ffffff;
}

.careers-layout .two-col-with-img-alignment .left-col .content {
  max-width: 100%;
}

.careers-layout .two-col-with-img-alignment .left-col .content h2 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
  font-size: 36px!important;
  color: #1f1f1f!important;
  line-height: 1.4em!important;
}

.careers-layout .two-col-with-img-alignment .left-col .content p {
  line-height: 1.9em;
}

.process-layout .fw-sec-four:after {
  display: block;
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  bottom: auto;
  left: 50%;
  margin-left: -50px;
  background-color: #597083;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  top: -50px;
}

.process-layout .fw-sec-four h2 {
  color: #fff;
}

.process-layout .fw-sec-four ul,
ul.dots-list{
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
  list-style: none!important;
  padding-bottom: 1em;
}

.process-layout .fw-sec-four ul li,
ul.dots-list li{
  position: relative;
  margin-top: 1em;
  margin-bottom: 20px;
}

.process-layout .fw-sec-four ul li:before,
ul.dots-list li:before{
  content: "";
  background: #8dbeb2;
  position: absolute;
  width: 2px;
  top: 1px;
  bottom: -21px;
  left: -24px;
}

.process-layout .fw-sec-four ul li:after,
ul.dots-list li:after{
  content: "";
  background: #8dbeb2;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  top: 1px;
  left: -31px;
}

.process-layout .fw-sec-four ul li:last-child:before,
ul.dots-list li:last-child:before{
  content: "";
  background: rgba(255,255,255,0);
}

.process-layout .fw-sec-six.cmn-padding {
  background-image: linear-gradient(40deg,#ffffff 86%,#0c71c3 59%)!important;
}

.process-layout .two-col-with-img-alignment .left-col .content {
  max-width: 100%;
}


/*=====================Scanning Layout===================*/

.scanning-layout .cst-banner-area-grp .banner-content-grp {
  background-image: linear-gradient(46deg,rgba(1,101,117,0.93) 88%,rgba(224,43,32,0.7) 67%);
  background-color: rgba(255,255,255,0);
}

.scanning-layout .cst-on-col-bg-grp .content-grp.clearfix {
  background-image: linear-gradient(180deg,rgba(99,99,99,0.64) 0%,rgba(84,0,0,0.75) 100%);
}

.doc-scanning-features-grp {
  padding-bottom: 27px;
  position: relative;
}

.doc-scanning-features-grp .custom-feature {
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  padding:30px 0;
}

.doc-scanning-features-grp .custom-feature:nth-child(2n) {
  margin-right: 0;
}

.doc-scanning-features-grp .custom-feature .feature-inner {
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
  padding: 25px;
  border-width: 0px;
  border-style: solid;
  border-color: #b4bfc1;
}

.doc-scanning-features-grp .et_pb_blurb_content,
.scanning-process-grp .et_pb_blurb_content{
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
}

.doc-scanning-features-grp .et_pb_main_blurb_image,
.scanning-process-grp .et_pb_main_blurb_image{
  display: table-cell;
  width: 32px;
  line-height: 0;
  max-width: 100%;
  margin-bottom: 30px;
}

.doc-scanning-features-grp .et_pb_blurb_container,
.scanning-process-grp .et_pb_blurb_container{
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}

.doc-scanning-features-grp span.et-pb-icon {
  color: #0c71c3;
  display: table-cell;
  font-size: 32px;
}

.scanning-layout .fw-sec-two.cmn-padding .page-center {
  padding-top: 0 !important;
}

.scanning-layout .fw-sec-four{
  padding-top: 0 !important;
  background-image: linear-gradient(40deg,#597083 86%,#0c71c3 59%)!important;
  position: relative;
}

.scanning-layout .fw-sec-four .cm-fw-testimnial.cmn-padding {
  background: transparent !important;
}

.scanning-layout .fw-sec-four .cst-description h3, 
.scanning-layout .fw-sec-four .cst-description {
  color: #ffffff;
}

.scanning-layout .fw-sec-four .behaviour-to-live-grp {
  margin: 47px auto 80px;
}

.scanning-layout .fw-sec-five.cmn-padding {
  background-image: linear-gradient(180deg,#f6f6f6 0%,#ececec 100%);
  position: relative;
}

.scanning-layout .fw-sec-five.cmn-padding .page-center {
  padding-top: 5%;
  padding-bottom: 5%;
}

.scanning-process-grp .title-section {
  text-align: center;
  margin-bottom:30px;
}

.scanning-process-grp .process-wrapper {
  background-image: linear-gradient(180deg,#dce3e8 0%,#bac1c1 100%);
  padding: 25px;
}

.scanning-process-grp .et-pb-icon {
  color: #5e5e5e;
  display: table-cell;
  font-size: 32px;
}

.scan-progress .parallax-window {
  height: 142%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hidden-cost-counter.cmn-padding {
  background: transparent !important;
}

.span4.col-2.progress-col {
  width: 100% !important;
  color: #fff;
  max-width: 880px !important;
  margin: 0 auto !important;
  float: none !important;
}

.span4.col-2.progress-col span.percent-value.counter,
.span4.col-2.progress-col h2,.span4.col-2.progress-col p {
  color: #ffffff;
}

.three-col-with-bg .top-heading.page-center {
  width: 89% !important;
  max-width: 89% !important;
  text-align: center;
}

.three-col-with-bg .span4 {
  text-align: center;
  width:100% !important;
  margin:0 0 30px !important
}

.three-col-with-bg .span4 span.et-pb-icon {
  color: #0c71c3;
}

.three-col-with-bg .span4 span.et_pb_image_wrap {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 0;
}

.three-col-with-bg .span4 h4 {
  font-size: 22px;
}


/*====================Careers Layout======================*/


.careers .cm-overlay {
  background-color: rgba(12,113,195,0.15) !important;
}

.careers .solutins-banner-area {
  background-attachment: fixed;
  background-position: center top 20px;
}

.careers-sec-five {
  text-align: center;
}

.accordion-content {
  display: none;
}

.careers-sec-one .hs_cos_wrapper_type_module:first-of-type {
  padding-bottom: 27px !important;
}

.three-col-equal .title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.three-col-equal .image-wrapper{
  margin-bottom:30px;
}

.three-col-equal .title-wrapper h2 {
  font-size: 23px;
}

.three-col-equal .span4 {
  position: relative;
  float: left;
  z-index: 9;
  background-position: center;
  background-size: cover;
  width: 29.667% !important;
  margin-right: 5.5% !important;
  margin-left: 0 !important;
}

.three-col-equal .span4.column_3{
  margin-right: 0% !important;
}

.careers-sec-one .hs_cos_wrapper_type_rich_text img {
  max-width: 12%;
  margin: 0 auto 2.75%;
  display: block;
}

.careers-sec-one .hs_cos_wrapper_type_rich_text p {
  padding: 0;
  margin-bottom: 2.75%;
}

.careers-sec-one .hs_cos_wrapper_type_rich_text p:last-of-type {
  margin-bottom: 0;
}

.careers-layout .cst-flwidth-col-grp .overlay {
  background-image: linear-gradient(180deg,rgba(186,192,193,0.57) 0%,rgba(185,229,228,0.62) 100%);
  background-color: transparent !important;
}

.careers-layout .cst-flwidth-col-grp p {
  color: #666;
  line-height: 1.9em;
}

.careers-layout .cst-flwidth-col-grp .cst-content-grp {
  max-width: 100% !important;
  width: 100% !important;
}

.careers-layout .cst-flwidth-col-grp {
  padding: 25% 5%;
}

.careers-layout .cst-flwidth-col-grp .page-center.clearfix {
  max-width: 100% !important;
  padding: 40px 60px !important;
  width: 100% !important;
}

.careers-sec-three {
  background-color: #5a6f83;
}

.careers-sec-three h2 {
  color: #ffffff;
}


.benefits-accordion-grp .accordion-item {
  position: relative;
  border: 1px solid #d9d9d9;
  padding: 20px;
  background-color: #f4f4f4; 
}

.benefits-accordion-grp .accordion-item.show{
  background-color: #fff;
}

.accordion-item h5.accordion-title {
  position: relative;
  padding: 0 50px 0 0;
  cursor: pointer;
  color: #666;
}

.accordion-item h5.accordion-title:before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  color: #ccc;
  font-size: 16px;
  content: "\e050";
  right: 0;
  left: auto;
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.accordion-item.show h5.accordion-title:before {
  display: none;
}

.accordion-item.show h5.accordion-title {
  color: #333;
}

.accordion-item .accordion-content {
  position: relative;
  margin-top: 20px;
}

.cst-flwidth-col-grp .fxd-bg {
  left: 0;
}

.careers-layout .cst-on-col-bg-grp .content-grp.clearfix .left-col .cst-inner-content p.img-se {
  display: none;
}






.hs-content-id-6913275037.fw-layout .leadbox-wrapper .top-section .cm-content h4 {
  margin: 0;
  padding-bottom: 1vw;
}

.hs-manged-prnt .cm-form-with-bg form .hs-richtext > .hs-field-desc {
  display: block;
}

.cm-form-with-bg form .hs-richtext > .hs-field-desc {
  display: none;
}

.cm-form-with-bg form .hs-richtext > label {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
}

.cm-form-with-bg form .hs-richtext > .hs-field-desc {
  margin-top: 9px;
  font-size: .813em;
  line-height: 26px;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
  color: #fff;
}

.counter-group .span4.col-2 .percent p {
  /* color: #fff; */
}
.counter-group .span4.col-2 .percent p {
  position: relative;
  padding: 49% 0;
  font-weight: 500;
  line-height: 0.1em;
  font-size: 40px;
  color: #666;
}

.cst-one-col-tp-icon-grp-wrapper.cmn-padding {
  background-color: #597082;
}



/*******************************************************************/

h3:empty {
  display: none;
}

.hs-blog-post.hs-404-page .blog-content .hs-search-field form input[type="text"] {
  max-width: 500px;
}

.hs-bod-for .body-container form .hs-input {
  max-width: 800px;
}




.cm-form-with-bg form .hs_what_are_you_interested_in.hs-what_are_you_interested_in.hs-fieldtype-checkbox.field.hs-form-field > label > span {
  font-size: 22.4px;
  margin-bottom: 15px;
}


/*********** Pop up Styling ***************************/

.form-lightbox {
  display:block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 12px;
  z-index: -1;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 0;
  border-radius: 6px;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: opacity .2s linear, -webkit-transform .1s ease-in-out, height .1s linear .3s, z-index .1s linear .2s;
  -webkit-transition: opacity .2s linear, height .1s linear .3s, z-index .1s linear .2s, -webkit-transform .1s ease-in-out;
  transition: opacity .2s linear, height .1s linear .3s, z-index .1s linear .2s, -webkit-transform .1s ease-in-out;
  transition: opacity .2s linear, transform .1s ease-in-out, height .1s linear .3s, z-index .1s linear .2s;
  transition: opacity .2s linear, transform .1s ease-in-out, height .1s linear .3s, z-index .1s linear .2s, -webkit-transform .1s ease-in-out;
  opacity: 0;
  min-height: 100vh;
}

.active .form-lightbox{
  height: auto;
  min-height: 100vh;
  opacity: 1;
  z-index: 9999;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: opacity .1s linear, -webkit-transform .2s ease-in-out .1s;
  transition: opacity .1s linear, -webkit-transform .2s ease-in-out .1s;
  transition: opacity .1s linear, transform .2s ease-in-out .1s;
  transition: opacity .1s linear, transform .2s ease-in-out .1s, -webkit-transform .2s ease-in-out .1s;
  height: 100vh;
}

.active .leadbox-overlay{
  opacity: 1;
  z-index: 999;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.leadbox-overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(17,17,17,0.9);
  z-index: -1;
  display: block;
  -webkit-transition: opacity .2s ease-in-out .2s, z-index .1s linear .4s;
  transition: opacity .2s ease-in-out .2s, z-index .1s linear .4s;
}

.leadbox-wrapper.row-fluid {
  border-radius: 6px;
  padding: 6px;
  position: relative;
  background-color: rgba(255,255,255,0);
  box-shadow: none;
  border: 0;
  z-index: 9999;
}

a.js-close.leadbox-close {
  z-index: 1;
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
  line-height: 0;
  border-radius: 50%;
  padding: 10px;
  background: #DDE2EB;
  width: 32px;
  height: 32px;
  fill: #999999;
  -webkit-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
}
a.js-close.leadbox-close:hover {
  outline: none;
  fill: #333333;
}

.leadbox-scroll {
  min-height: 240px;
  width: 100%;
  padding: 12px;
  position: relative;
  display: block;
  height: 100%;
}

.leadbox-container {
  display: inline-block;
  max-width: 810px;
  margin: 0 auto;
  position: relative;
  background-color: transparent;
  vertical-align: middle;
  width: auto;
}

.btn-green{
  background: #32C88C;
  border-color: #32C88C;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 16px 32px;
  min-width: 192px;
  border: 1px solid #32C88C;
  font-size: 1rem;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
}

.leadbox-wrapper .top-section {
  background-color: rgb(242, 244, 247);
  border-color: rgb(242, 244, 247);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.leadbox-wrapper .top-section img.lp-image-react {
  max-width: 292px;
  width: 10%;
}

.leadbox-wrapper .top-section .image,.leadbox-wrapper .top-section .cm-content {
  padding: 1vw;
}

.leadbox-wrapper .top-section .cm-content h4,
.leadbox-wrapper .top-section .cm-content p {
  margin-bottom: 1.5em;
  min-height: 1em;
  white-space: pre-wrap;
  padding: 0;
  font-family: roboto;
}

.leadbox-wrapper .top-section .cm-content h4 {
  font-family: Montserrat, sans-serif;
  margin-top: 6px;
}

.leadbox-wrapper .top-section .cm-content p {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin-bottom: 19px;
}

.leadbox-wrapper .top-section .cm-content h4 {
  line-height: 1.125;
  font-size: 1.3125rem;
  font-weight: normal;
}

.leadbox-wrapper .top-section .cm-content p{
  font-size: 1.125rem;
  line-height: 1.125;
  color: #000000;
  font-family: Roboto, sans-serif;
}

.bottom-section .span4.left-col,
.bottom-section .span4.right-col {
  border-color: rgba(0, 0, 0, 0);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1vw;
}

.leadbox-wrapper .bottom-section .row-fluid:after,
.leadbox-wrapper .bottom-section .row-fluid:before{
  content:none;
}

.leadbox-wrapper .bottom-section .row-fluid{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  position:relative;
}

.leadbox-wrapper .bottom-section .left-col,
.leadbox-wrapper .bottom-section .right-col{
  flex-basis: 100%;
  max-width: 100%;
}

.leadbox-wrapper .bottom-section .inner-left,
.leadbox-wrapper .bottom-section .inner-left div,
.leadbox-wrapper .bottom-section .inner-right,
.leadbox-wrapper .bottom-section .inner-right > div{
  padding:1vw;
}

.leadbox-wrapper .bottom-section {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.leadbox-wrapper .bottom-section .left-col{
  text-align:right;
}

.leadbox-wrapper .bottom-section .left-col {
  padding-top: 86px;
}

.leadbox-wrapper .bottom-section .left-col img {
  width: 51%;
  max-width: 368px;
}

.leadbox-wrapper .bottom-section .inner-right h3 {
  text-align: center;
  font-size: 1.3125rem;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: normal;
}
.hs-homepage .leadbox-wrapper .bottom-section .left-col img {
  width: 56%;
}
.leadbox-wrapper .bottom-section .inner-right form {
  padding-top: 29px;
  padding-bottom: 0px;
}
.leadbox-scroll input.hs-button.primary.large {
  background-color: rgb(0, 105, 255);
  border-color: rgb(0, 105, 255);
  color: #fff;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  font-family: 'Lato',sans-serif;
  text-shadow: none;
  transition: color .2s linear,background .2s linear,border-color .2s linear,text-shadow .2s linear;
  text-decoration: none;
  padding: 12px;
  font-family: Roboto;
  border-radius: 3px;
  line-height: 1.125;
  font-weight: 700;
  width: 100%;
  margin-top: 0;
  white-space: normal;
  font-size: 18px;
}

.leadbox-wrapper .bottom-section .inner-right .lp-text-react p.line-height-scale-3.font-scale-4.text-align-center {
  padding: 20px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  line-height: 18px;
  color: #000;
  font-weight: normal;
  text-align: center;
}

.leadbox-scroll input.hs-button.primary.large:hover{
  background-color: rgb(0, 84, 204);
  border-color: rgb(0, 84, 204);
}

.leadbox-wrapper .bottom-section .hs-input {
  color: #020020;
  border: 1px solid rgba(204, 204, 204, 1);
  display: block;
  width: 100%;
  height: 2em;
  padding: 0 0.5em;
  line-height: inherit;
  border-radius: 3px;
  transition: border-color 200ms ease;
  margin: 0 0 12px;
  font-family: Roboto;
  font-size: 18px;
}


.leadbox-wrapper .bottom-section .hs-input::-webkit-input-placeholder {
  color: #333;
  font-family: Roboto;
  opacity:.6;
}
.leadbox-wrapper .bottom-section .hs-input::-moz-placeholder {
  color: #333;
  font-family: Roboto;
  opacity:.6;
}
.leadbox-wrapper .bottom-section .hs-input:-ms-input-placeholder {
  color: #333;
  font-family: Roboto;
  opacity:.6;
}
.leadbox-wrapper .bottom-section .hs-input::placeholder {
  color: #333;
  font-family: Roboto;
  opacity:.6;
}

.leadbox-wrapper .bottom-section .hs-input:focus {
  border: 1px solid rgba(204, 204, 204, 1);
  box-shadow: rgba(204, 204, 204, 1) 0 0 1.5px 1px;
  outline: 0;
}


.scanning-layout .counter-group .span4.col-2 .percent p {
  color: #fff;
}

.scanning-layout .et_pb_promo_description h2 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
  font-size: 36px!important;
  color: #1f1f1f!important;
  line-height: 1.4em!important;
}

.scanning-layout .two-col-with-img-alignment .left-col .content {
  max-width: 100%;
}

.testimonials-layout .section.section-2.cmn-padding .cmn-padding {
  position: static !important;
}


.scanning-layout .cst-on-col-bg-grp .bg-col.parallax-col {
  height: 100% !important;
  top:0 !important;
}

.scanning-layout .scan-progress .parallax-window {
  background-position: center;
  background-size: cover;
}

.customer-success-stories.cmn-padding.overlay-open {
  position: static;
}

.paperless-layout .section.section-1.cmn-padding {
  position: static;
}

.testimonials-layout .cst-bdy-mnu-grp.hidden-phone {
  display: none;
}

body.no-smaple .cst-banner-area-grp {
  min-height: 472px;
}
body.no-smaple .cst-banner-area-grp .bg-grp {
  background-image: linear-gradient(44deg,rgba(0,0,0,0.38) 86%,rgba(12,113,195,0.7) 74%);
  background-color: rgba(255,255,255,0);
}

body.no-smaple .banner-content-grp {
  background-image: none;
  background-color: transparent;
}

body.no-smaple .cst-banner-area-grp.no-banner {
  background-color: #81d742;
}

/*******************************************************/


.cm-form-with-bg .hs-fieldtype-checkbox li.hs-form-checkbox .hs-input[type="checkbox"]:checked + span {
  font-weight: 700;
}


.customer-success-stories iframe.flowpaper-class {
  width: 100% !important;
}



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


@media (min-width: 30em){

  .leadbox-scroll {
    width: 90%;
    padding: 6px;
    margin: 15px auto;
  }

  .leadbox-container {
    margin-bottom: 0px;
  }

  .leadbox-container {
    margin-bottom: 0px;
  }

  .leadbox-wrapper .top-section .cm-content h4{
    font-size: 1.3125rem;
  }

  .leadbox-wrapper .top-section .cm-content p{
    font-size: 1.125rem;
  }

  .leadbox-wrapper .bottom-section .inner-right h3 {
    font-size: 1.3125rem;
  }


}



@media (min-width: 48.625em){

  .leadbox-wrapper .top-section .cm-content p{
    font-size: 1.25rem;
  }

  .leadbox-wrapper .top-section .cm-content h4 {
    font-size: 1.5rem;
  }

  .leadbox-wrapper .bottom-section .left-col{
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .leadbox-wrapper .bottom-section .right-col{
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .leadbox-wrapper .bottom-section .inner-right h3 {
    font-size: 1.5rem;
  }

}



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

/*********************** Girja Help Css ************************/
@media (min-width:641px){

  .cm-form-with-bg form textarea {
    height: 160px;
    width: 100% !important;
  }

}

@media (min-width: 981px) {
  .cmn-padding {
    padding: 4% 0;
  }
  .cst-bdy-cnt-grp {
    padding: 4% 0;
  }
  .cst-btm-pne-4-col-grp .page-center {
    width: 89% !important;
    max-width: 89% !important;
  }
  .two-col-with-img-alignment .span6 {
    background-size: cover;
  }
  .cst-banner-area-grp {
    background-image: none!important;
  }
  .cst-on-col-bg-grp {
    background-image: none!important;
  }
  .leadbox-scroll:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
  }

  .leadbox-scroll {
    margin: 15px auto;
    height: 100vh;
    text-align: center;
    display: block;
  }

  /**** Shakeel Help ****************/

  .hs-blog-post .blog-content {
    width: 79.125% !important;
    padding-bottom: 23px;
    float: left !important;
    padding-right: 5.5%;
    margin: 0 !important;
  }
  .customer-success-stories-wrapper .right-col.cm-equal-col {
    padding: 64px 0;
  }
  .videos-layout .cst-banner-area-grp .banner-content-grp {
    background-image: linear-gradient(46deg,rgba(12,113,195,0.93) 88%,rgba(124,218,36,0.7) 67%);
    background-color: rgba(255,255,255,0);
  }
  .customer-success-stories-slider-container {
    margin-top: 23px;
  }
  .videos-group-item:nth-child(4n+1) {
    clear: left;
  }
  .col-eqaul-wrapper .cm-equal-col:nth-child(1) {
    margin-right: 5.5% !important;
  }
  .one-col-icon-with-content-wrapper {
    margin-bottom: 5.82%;
  }  
  .hs-blog-post .blog-wrapper .page-center:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    content: "";
    right: 20.875% !important;
  }
  .contact-layout .right-col img {
    margin-bottom: 5.82%;
  }
  .hs-blog-post .blog-sidebar {
    float: left !important;
    width: 20.875% !important;
    margin: 0 !IMPORTANT;
    padding-left: 30px;
  } 
  .cm-equal-col {
    float: left !important;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
    margin: 0 !important;
    width: 47.25% !important;
  }
  .left-col.cm-equal-col {
    margin-right: 5.5% !important;
  } 
  .videos-group-item {
    width: 20.875%;
    margin-right: 5.5%;
    float: left;
    position: relative;
    z-index: 9;
    margin-bottom: 15px;
  } 
  .videos-group-item:nth-child(4n) {
    margin-right: 0;
  } 

  /*********************************/

  /************* Girja ****************/

  .solutions-features-group .cm-features-group {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    direction: ltr;
    width: 89% !important;
    max-width: 89% !important;
  }

  .solutions-features-group .cm-features-item:last-child {
    margin-right: 0;
  }

  .solutions-features-group .cm-features-item {
    width: 29.667%;
    order: 1;
    margin-right: 5.5%;
    margin-left: 0 !important;
    padding-bottom: 20px;
    mix-blend-mode: unset !important;
  }

  .cm-testimonial {
    margin-bottom: 2.75%;
  }

  .two-col-with-img-alignment .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    direction: ltr;
  }

  .two-col-with-img-alignment .row-fluid:before,
  .two-col-with-img-alignment .row-fluid:after {
    content: none;
  }

  .two-col-with-img-alignment .span6 {
    width: 50% !important;
    margin: 0 !important;
  }

  .two-col-with-img-alignment .span6.right-col {
    background-color: #f4f4f4;
  }

  .two-col-with-img-alignment.right .right-col {
    order: 2;
  }

  .featured-articles .title {
    margin-bottom: 2.75%;
  }

  .featured-articles.cmn-padding {
    margin-bottom: 30px;
  }

  .fw-sec-one.cmn-padding .row-fluid > .page-center{
    width: 89% !important;
    max-width: 89% !important;
    padding:0 !Important;
  }

  .two-col-with-right-img .imge-wrapper {
    width: 29.667%;
    float: right;
  }

  .two-col-with-right-img .content-wrapper {
    width: 64.833%;
    margin-right: 5.5%;
  }

  .image-with-title-grp.cmn-padding .image-with-title {
    width: 29.667%;
    float: left;
    margin-right: 5.5%;
  }

  .image-with-title-grp.cmn-padding .image-with-title:nth-child(3n){
    margin-right:0%;
  }

  .counter-group .et_pb_circle_counter {
    margin-bottom: 9.27%;
  }

  .hidden-cost-counter.cmn-padding {
    background-image: none !important;
  }

  .two-eql-col-icon-content .span6,
  .process-layout .fw-sec-four .span6{
    width: 47.25% !important;
    margin-left: 0 !important;
  }

  .two-eql-col-icon-content .span6.col-one,
  .process-layout .fw-sec-four .span6:first-child{
    margin-right: 5.5%;
  }

  .process-layout .fw-sec-three.cmn-padding .page-center {
    width: 89% !important;
    max-width: 89% !important;
  }

  .cst-on-col-bg-grp .content-grp.right .left-col {
    float: right;
  }

  .doc-scanning-features-grp .custom-feature {
    margin-right: 5.5%;
    width: 47.25%;
    float: left;
    padding:2% 0;
  }

  .three-col-with-bg .span4 {
    width: 29.667% !important;
    margin-right: 5.5% !important;
    margin-left: 0 !important;
    margin-bottom :0 !Important;
  }

  .three-col-with-bg .span4:last-child {
    margin-right: 0 !important;
  }

  .careers-layout .three-col-equal{
    padding-top:2%;
    padding-bottom:2%;
  }

  .three-col-equal .title-wrapper,
  .three-col-equal .image-wrapper{
    margin-bottom: 9.27%;
  }

  .careers-sec-one .hs_cos_wrapper_type_module:last-of-type{
    padding: 2% 0 0;
  }

  .benefits-accordion-grp .accordion-item {
    margin-bottom: 5.82%;
  }

  .careers-sec-three .span6 {
    width: 47.25%;
    margin-left: 0 !important;
    margin-right: 5.5%;
  }

  .careers-sec-three .span6.right-col {
    margin-right: 0%;
  }

  .scanning-layout .two-col-with-img-alignment .left-col .content {
    max-width: 100%;
  }


  /*************************************/

  .scanning-layout .counter-group .et_pb_circle_counter {
    margin-bottom: 2.75%;
  }

}

/******** girja Css Help *************/
@media only screen and (min-width: 1350px){

  .doc-scanning-features-grp .custom-feature,
  .careers-layout .three-col-equal{
    padding:27px 0;
  }

  .careers-sec-one .hs_cos_wrapper_type_module:last-of-type{
    padding: 27px 0 0;
  }


}


@media(min-width:981px) and (max-width:1500px){

  .video-wrapper video {
    min-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    min-width: 100%;
  }

  .video-wrapper {
    height: 100%;
  }

}
/*****************************************/


@media (min-width: 768px){
  .hide-desktop {
    display: none !important;
  }
  .scanning-layout .scan-progress .parallax-window {
    background-image: none !important;
  }
}
@media only screen and (min-width: 1350px) {
  .cst-bdy-cnt-grp {
    padding: 54px 0;
  }
  .cmn-padding {
    padding: 54px 0;
  }
}



@media (max-width: 1266px) {
  .header-container .cstm-nav-grp .page-center .custom-menu-primary {
    padding-top: 33px;
    width: 100%!important;
    margin: 0;
    -webkit-transition: padding-topl .4s ease-in-out;
    -moz-transition: padding-top .4s ease-in-out;
    transition: padding-top .4s ease-in-out;

  }
  .cst-hme-1-col-grp .inner.clearfix .cst-col .inner-col .img-grp span.img-hlder img {
    max-width: 35%;
  }
  .hs-hmpge-r1-flwdth-flexi .cst-rgt-prnt-prtner-grp .page-center {
    width: 80%!important;
  }
  body.sticky .header-container .cstm-nav-grp .page-center .custom-menu-primary {
    padding-top: 20px;
  }
  .header-container .cstm-nav-grp .page-center .cstm-logo a {
    position: relative;
    z-index: 2;
  }
  body.sticky .header-container .cstm-nav-grp .page-center .cstm-logo img {
    max-width: 178.8px;
    margin-top: 15px;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary > div {
    margin: 0 -30px;
    width: auto;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .mobile-trigger {
    margin: 0;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.talk-expert {
    height: 30px;
    background-color: #cd5826;
    border: 1px solid #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 10px 10px 10px !important;
    border-radius: 50px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 14px;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.talk-expert>a {
    padding-bottom: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    padding-top: 0;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.talk-expert:hover {
    background-color: #2e3689;
    border-radius: 0px;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .header-container .cstm-nav-grp {
    min-height: 80px!important;
  }
  .hs-srvce .two-col-with-img-alignment .et_pb_promo_description {
    line-height: 1.9em;
  }
  .hs-srvce .two-col-with-img-alignment .et_pb_promo_description h2 {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 36px;
    color: #1f1f1f;
    line-height: 1.4em;
  }
  .two-col-with-right-img {
    padding: 2% 0;
  }
  .two-col-with-img-alignment .left-col .content p {
    line-height: 38.08px;
  }
  .header-container .cstm-nav-grp .page-center .cstm-logo {
    width: auto;
    float: left;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.talk-expert > a {
    display: block;
    padding: 10px 5%;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.talk-expert {
    padding: 8px 10px 10px 10px;
    height: auto;
  }
  .hs-blog-post .blog-content {
    width: 69% !important;
  }
  .hs-blog-post .blog-wrapper .page-center:before {
    right: 30.875% !important;
  }
  .slide-description {
    margin: auto;
    padding: 20px 8%;
  }

}

@media (max-width: 980px) {
  .header-container-wrapper .cst-head-top-grp .page-center .cst-hedr-links {
    display: none!important;
  }
  .header-container-wrapper .cst-head-top-grp .page-center {
    width: 80% !important;
    padding: 0;
    padding-top: 0.75em;
  }
  .header-container .cstm-nav-grp .page-center {
    width: 80% !important;
    max-width: 100% !important;
    padding: 0;
  }
  .header-container-wrapper .cst-head-top-grp,
  .header-container .cstm-nav-grp {
    position: static;
  }
  .header-container .cstm-nav-grp .page-center .cstm-logo img,
  body.sticky .header-container .cstm-nav-grp .page-center .cstm-logo img {
    max-width: 169.36px;
    margin-top: 18px;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary,
  body.sticky .header-container .cstm-nav-grp .page-center .custom-menu-primary {
    padding-top: 24px;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary>div {
    margin: 0 0px;
    width: auto;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary {
    position: absolute;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    max-height: 100%;
    overflow-y: initial;
  }
  .header-container .cst-no-nav .cst-head-top-grp .page-center {
    padding-bottom: 0;
    margin-bottom: -1px;
  }
  .header-container .cst-no-nav .no-nav-col {
    min-height: 80px !important;
  }
  .cmn-padding {
    padding: 50px 0;
  }
  body.hs-srvce-cll .header-container-wrapper {
    min-height: 1px;
  }
  .cst-bdy-mnu-grp,
  body.bottom-menu-layout.sticky-content .cst-bdy-mnu-grp {
    position: static;
    margin-top: 1px;
  }
  .cst-bdy-mnu-grp .cst-bdy-mnu.js-enabled {
    text-align: center;
  }
  .cst-bdy-mnu-grp .cst-bdy-mnu.js-enabled .mobile-trigger1 {
    float: none;
  }
  .cst-bdy-mnu-grp .cst-bdy-mnu.js-enabled .mobile-trigger1 span {
    padding-top: 24px;
    padding-bottom: 23px;
  }
  .cst-bdy-cnt-grp {
    padding: 50px 0;
  }
  .cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi .hs_cos_wrapper_type_header {
    margin-bottom: 30px;
  }
  .cst-adrs-grp .cst-add-col-grp .page-center .col:nth-child(even),
  .cst-btm-pne-4-col-grp .page-center .cst-col:nth-child(even),
  .cst-foot-quick-grp .page-center .cst-col-foot-map:nth-child(even){
    margin-right: 0;
  }
  .cst-adrs-grp .cst-add-col-grp .page-center .col,
  .cst-btm-pne-4-col-grp .page-center .cst-col,
  .cst-foot-quick-grp .page-center .cst-col-foot-map {
    max-width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }
  .cst-adrs-grp .cst-add-col-grp .page-center .col.col3, .cst-adrs-grp .cst-add-col-grp .page-center .col.col4,
  .cst-btm-pne-4-col-grp .page-center .cst-col.col3, .cst-btm-pne-4-col-grp .page-center .cst-col.col4,
  .cst-foot-quick-grp .page-center .cst-col-foot-map.col3, .cst-foot-quick-grp .page-center .cst-col-foot-map.col4{
    margin-bottom: 0;
  }
  .cst-adrs-grp.cmn-padding {
    padding-top: 48px!important;
  }
  .cst-btm-pne-4-col-grp .page-center {
    width: 80% !important;
    max-width: 100% !important;
  }
  .cst-btm-pne-menu-col-grp .page-center {
    width: 80% !important;
    max-width: 100% !important;
    padding: 0 0px !important;
  }
  .cst-btm-pne-menu-col-grp .page-center .cst-foot-menu {
    text-align: center;
  }
  .cst-btm-pne-menu-col-grp .page-center .cst-foot-menu .mobile-trigger2 {
    float: none;
  }
  .cst-btm-pne-menu-col-grp .page-center .cst-foot-menu .mobile-trigger2 span {
    padding-bottom: 23px;
    padding-top: 26px;
  }
  .cst-foot-quick-grp .page-center .cst-col-foot-map p {
    margin-bottom: 10px;
    max-width:100%;
  }
  .cst-banner-area-grp .banner-content-grp {
    padding-bottom: 8%;
    padding-top: 8%;
    background-image: none;
    background-color: rgba(0,0,0,0.38);
  }
  .cst-banner-area-grp .banner-content-grp .page-center {
    padding: 0 !important;
    font-size: 28px;
    text-shadow: 0em 0.05em 0em rgba(0,0,0,0.4);
    padding-right: 3%!important;
    padding-left: 3%!important;
    width: 100%;
  }
  .cst-banner-area-grp .banner-content-grp .page-center .banner-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .cst-banner-area-grp .banner-content-grp .page-center .banner-content h1 {
    line-height: 1.2em;
    color: #fff;
    font-size: 50px;
    text-shadow: 0em 0.05em 0em rgba(0,0,0,0.4);
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 400; /* Changed from 500 per customer's request */ 
  }
  .cst-banner-area-grp .banner-content-grp .page-center .banner-content .content-col {
    font-size: inherit;
    line-height: inherit;
  }
  .cst-banner-area-grp .bg-grp {
    display: none!important;
  }
  .cst-banner-area-grp {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .cst-one-col-tp-img-grp .top-image img.haveAlt {
    vertical-align: baseline;
  }
  .cst-one-col-tp-img-grp .top-image,
  .cst-recycle-grp .cst-recycle-item .cstm-recy-reso-sec,
  .cst-recycle-grp .cst-recycle-item .space,
  .cst-one-col-tp-icon-grp .cst-top-content-grp  {
    margin-bottom: 30px;
  }
  body.hs-srvce.sticky-content .cst-bdy-mnu-grp {
    position: static;
  }
  .hs-r5-servce-grp .page-center.fullwidth {
    width: 80% !important;
    max-width: 100% !important;
  }
  .hs-prnt-img .solutins-banner-area {
    padding: 8% 0;
  }

  .hs-prnt-img .solutins-banner-area .page-center .banner-area-content {
    padding: 0;
  }

  .hs-prnt-img .solutins-banner-area .page-center .banner-area-content h2.title {
    text-transform: uppercase;
  }
  .hs-prnt-img .solutins-banner-area .page-center .banner-area-content .sub-content p {
    line-height: 38.08px;
  }
  .cst-rgt-prnt-prtner-grp .page-center .lft-col {
    max-width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .cst-rgt-prnt-prtner-grp .page-center .lft-col .imge-grp {
    margin: 0 auto;
  }
  .hs-prnt-img .solutins-banner-area .cm-overlay {
    background-color: rgba(12, 113, 195,0.8)!important;
  }
  .cst-rgt-prnt-prtner-grp .page-center .rgt-col {
    max-width: 100%;
  }
  .hs-prnt-img .solutions-features-group .cm-features-item .et_pb_module.et_pb_blurb.et_pb_blurb_position_top {
    margin: -20px -20px 30px;
  }
  .hs-prnt-img .solutions-features-group .cm-features-item .et_pb_button_module_wrapper a.et_pb_button {
    margin-top: 1px;
    line-height: 27.2px !important;
  }
  .hs-prnt-img .solutions-features-group .cm-features-item:last-child {
    margin-bottom: 0!important;
  }
  .hs-prnt-img .cm-fw-testimnial {
    padding-bottom: 0;
  }
  .hs-prnt-img .cm-sec-four .page-center {
    width: 80% !important;
    max-width: 100% !important;
  }
  .cm-form-with-bg .page-center {
    padding-top: 100px!important;
    padding-bottom: 100px!important;
  }
  .hs-prnt-img  .cm-form-with-bg .top-section h1 {
    font-size: 46px;
    margin: 0 0 20px;
    line-height: 38px;
  }
  .hs-prnt-img .cm-form-with-bg .top-section p {
    font-size: 18px;
    margin-bottom: 38px;
  }
  .hs-manged-prnt .cst-banner-area-grp .banner-content-grp {
    background-image: none;
    background-color: rgba(12,113,195,0.85);
  }
  .cst-btm-mn-sec {
    min-height: 1px !important;
  }

  .hs-manged-prnt .two-col-with-right-img {
    padding: 0;
  }
  .hs-manged-prnt .two-col-with-right-img .row-fluid {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .hs-manged-prnt .two-col-with-right-img .row-fluid .imge-wrapper {
    order: 2;
  }
  .hs-manged-prnt .two-col-with-right-img .row-fluid .content-wrapper {
    order: 1;
    margin-bottom: 30px;
  }
  .cst-prnter-feature-grp .cst-feat-itm .page-center.clearfix .left-col-grp {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    text-align: center;
  }
  .cst-prnter-feature-grp .cst-feat-itm .page-center.clearfix .cst-rght-col-grp {
    max-width: 100%;
  }
  .hs-manged-prnt .hs-sec4-grp .page-center .cm-fw-testimnial.cmn-padding {
    padding-bottom: 61px !important;
  }
  .hs-manged-prnt .hs-sec4-grp .page-center .behaviour-to-live-grp {
    margin-bottom: 9px;
  }
  .cst-4-col-eq-grp .page-center.clearfix {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cst-4-col-eq-grp .page-center.clearfix .cst-col {
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }
  .cst-4-col-eq-grp .page-center.clearfix .cst-col:nth-child(even) {
    margin-right: 0;
  }
  .cst-4-col-eq-grp .page-center.clearfix {
    width: 80% !important;
    max-width: 100% !important;
  }
  .cst-4-col-eq-grp .page-center.clearfix .cst-col:nth-child(3), .cst-4-col-eq-grp .page-center.clearfix .cst-col:nth-child(4) {
    margin-bottom: 0;
  }
  .hs-manged-prnt .hs-sec5-grp .cm-fw-testimnial {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .hs-copier-r1-grp.cmn-padding .page-center .hs-copier-r1-c1-flexi .hs_cos_wrapper_type_linked_image {
    margin-bottom: 30px;
  }
  .hs-copier .cm-fw-testimnial.cmn-padding {
    padding-bottom: 0;
  }
  .hs-srvce.hs-copier .two-col-with-img-alignment .et_pb_promo_description p {
    font-size: 22.4px;
    line-height: 38.08px;
  }
  .cst-on-col-bg-grp .content-grp.clearfix>div {
    width: 100%;
  }
  .cm-form-with-bg .page-center {
    padding-top: 100px!important;
    padding-bottom: 100px!important;
  }
  .cm-form-with-bg .page-center h1 {
    margin-bottom: 20px;
    line-height: 38px;
  }
  .leadbox-wrapper .bottom-section .inner-right .lp-text-react p.line-height-scale-3.font-scale-4.text-align-center {
    padding: 5px;
    text-align: center;
    padding-bottom: 0;
  }
  .leadbox-scroll input.hs-button.primary.large {
    font-size: 16px;
  }

  .cm-form-with-bg .top-section p {
    padding-bottom: 16px;
  }
  .cst-video-gllry-grp .page-center .cst-top-content,
  .cst-video-slider {
    margin-bottom: 30px;
  }
  .header-container .cstm-nav-grp .page-center {
    min-height: 80px!important;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary {
    position: absolute;
    top: 100%;
    z-index: 23;
    padding-top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mobile-trigger span {
    padding-bottom: 24px;
    display: block;
    position: relative;
    line-height: 0;
    padding-top: 24px;
  }
  .mobile-trigger {
    top: 0!important;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary,
  body.sticky .header-container .cstm-nav-grp .page-center .custom-menu-primary {
    padding-top: 0;
  }
  .cst-2-left-col-img-grp .inner-col.clearfix .cst-left-col {
    max-width: 100%;
  }
  .cst-2-left-col-img-grp .inner-col.clearfix .rght-col-grp {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right:15px;
  }
  .cst-2-left-col-img-grp .inner-col.clearfix .rght-col-grp .inn-sec {
    max-width: 100%;
  }
  .hs-homepage .header-container-wrapper {
    position: relative;
    z-index: 12;
  }

  .cst-hme-bner-grp .inner-grp-sec .video-wrapper {
    display: none;
  }

  .cst-hme-bner-grp {
    padding:0;
  }
  .cst-hme-bner-grp .inner-grp-sec {
    padding: 8% 3%;
  }
  .cst-hme-bner-grp .inner-grp-sec .mob-banner-sec.parallax-window {
    display: none!important;
  }
  .hs-homepage .parallax-mirror {
    display: none!important;
  }
  .cst-hme-bner-grp .inner-grp-sec .page-center {
    width: 100%!important;
  }

  .cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp {
    padding: 0;
  }

  .cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp h2.title {
    font-size: 50px;
    text-shadow: 0em 0.05em 0em rgba(0,0,0,0.4);
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
  }

  .cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp .cst-content h2 {
    color: #fff;
    font-size: 28px;
    font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
    line-height: 38.08px;
  }
  .cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp .btn-grp a {
    letter-spacing: 3px;
    padding: 0.3em 1em;
    font-size: 16px;
    padding-left: 0.7em;
    padding-right: 2em;
    background-color: #0c71c3;
    font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif!important;
    margin-top: 16px;
    line-height: 25.2px!important;
    margin-bottom: 2px;
  }
  .cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp .btn-grp a:hover {
    background: #5bbf21!important;
    border-radius: 0px;
  }

  .hs-hmpge-r1-grp .cst-rgt-prnt-prtner-grp .page-center.clearfix .lft-col .imge-grp {
    text-align: center;
  }
  .hs-hmpge-r1-grp .page-center.r1-grp .hs-hmpge-r1-c1-flexi {
    padding-top: 80px;
  }
  .hs-hmpge-r1-grp .page-center.r1-grp .hs-hmpge-r1-c1-flexi .hs_cos_wrapper_type_rich_text {
    font-size: 30px;
  }

  .cst-home-accordion-grp .page-center .cst-accordion-col,
  .cst-hme-1-col-grp .inner.clearfix .cst-col {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0!important;
  }
  .cst-home-accordion-grp .page-center .cst-accordion-col:last-child,
  .cst-hme-1-col-grp .inner.clearfix .cst-col:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .cst-hme-1-col-grp .inner.clearfix .cst-col .inner-col .incol {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
  }
  .cst-hme-1-col-grp .inner.clearfix .cst-col .inner-col .img-grp span.img-hlder img {
    max-width: 35%;
    width: 100%!important;
  }
  .hs-homepage .cm-fw-testimnial.cmn-padding {
    padding-bottom: 0;
  }
  .cst-hme-4-col-eql-grp .page-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cst-hme-4-col-eql-grp .page-center .cst-col:nth-child(3), .cst-hme-4-col-eql-grp .page-center .cst-col:nth-child(4),
  .cst-hme-conter-grp .inne-sec.clearfix .cst-col-sec:nth-child(3), .cst-hme-conter-grp .inne-sec.clearfix .cst-col-sec:nth-child(4) {
    margin-bottom: 0;
  }
  .cst-hme-4-col-eql-grp .page-center .cst-col:nth-child(even),
  .cst-hme-conter-grp .inne-sec.clearfix .cst-col-sec:nth-child(even) {
    margin-right: 0;
  }
  .cst-hme-4-col-eql-grp .page-center .cst-col,
  .cst-hme-conter-grp .inne-sec.clearfix .cst-col-sec {
    width: 47.25%;
    margin-right: 5.5%;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .cst-hme-4-col-eql-grp .page-center .cst-col .cst-descrption {
    margin-bottom: 30px;
  }
  .hs-hme-r6-grp .page-center.full {
    width: 80% !important;
    max-width: 100% !important;
  }
  .cst-hme-conter-grp .inne-sec.clearfix .cst-col-sec {
    padding-bottom: 0!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li > ul > li.recycling-resources {
    display: none;
  }
  .cst-foot-menu .hs-menu-wrapper>ul>li.active.active-branch>a {
    color: #fff!important;
  }

  /******** Shakeel Help Css ************************/

  .blog .header-container-wrapper {
    min-height: 117px;
  }
  .post-item {
    margin-bottom: 42px;
  } 
  .hs-blog-post .blog-sidebar {
    width: 100% !important;
    margin: 0 !important;
  }
  .hs-blog-post .blog-content {
    width: 100% !important;
    margin: 0 !important;
  }
  .cm-equal-col {
    width: 100% !important;
    margin: 0 !important;
  }

  .left-col.cm-equal-col {
    margin-bottom: 30px !important;
  }
  .contact-layout .body-container form.hs-form .hs-button.primary,
  .contact-layout .body-container form.hs-form  input[type="submit"] {
    width: 100%;
    line-height: 2;
    min-height: 2rem;
    margin: 32px 0 26px;
  }  
  .contact-layout .right-col img{
    margin-bottom: 30px;
  }
  .customer-success-stories-slider-wrapper {
    padding: 0;
  }
  .customer-success-stories-slider {
    margin-left: 0px!important;
  }
  .vieos-group-title {
    text-align: center;
  }
  .videos-layout .cst-banner-area-grp .banner-content-grp {
    background-color: rgba(12,113,195,0.85);
  }
  .videos-group-section:nth-child(2) .vieos-group-title {
    margin-left: auto;
    margin-right: auto;
  }
  .banner-area-type-2 {
    padding: 8% 0;
    background-position: center;
    background-attachment: scroll;
  }
  .banner-area-type-2 .banner-area-type-2-content {
    padding: 0;
  }
  .banner-area-type-2 h2 {
    font-size: 50px;
    text-shadow: 0em 0.05em 0em rgba(0,0,0,0.4);
    font-weight: 500;
    text-transform: uppercase;
  } 
  .banner-area-type-2 .page-center {
    width: 100% !important;
  } 
  .slide-description h2 {
    font-size: 26px;
  } 
  .col-eqaul-wrapper .cm-equal-col:nth-child(1) {
    margin-bottom: 30px !important;
  }  
  .cm-features-group .et_pb_blurb_container {
    margin-bottom: 30px;
  }
  .solutions-features-group .cm-features-item:last-child {
    margin-bottom: 0!important;
  }
  .cm-fw-testimnial.cmn-padding {
    padding-bottom: 0;
  }

  /**************************************************/

  /*********** Girija Help Css **************************/
  .solutins-banner-area h2.title {
    font-size: 50px;
    text-shadow: 0em 0.05em 0em rgba(0,0,0,0.4);
    font-weight: 500;
  }

  .solutins-banner-area .sub-content p {
    font-size: 28px;
    font-weight: normal;
    font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.4em;
  }

  .banner-video-wrapper {
    display: none !important;
  }

  .banner-area-content {
    padding: 8% 0;
  }

  .solutins-banner-area .page-center {
    width: 100% !important;
    padding: 0 15px !important;
  }

  .header-container-wrapper {
    min-height: 116px;
  }

  .solutins-banner-area .cm-overlay {
    background-color: rgba(1,101,117,0.8);
  }

  a.button.more_button {
    color: #ffffff!important;
    border-color: #ffffff;
    border-radius: 100px;
    letter-spacing: 3px;
    font-size: 16px;
    padding-left: 0.7em;
    padding-right: 2em;
    background-color: #0c71c3;
    margin-top: 15px;
  }

  a.button.more_button:after {
    content: attr(data-icon);
    color: #ffffff;
    line-height: 1.7em;
    font-size: 1em!important;
    opacity: 1;
    margin-left: .3em;
    left: auto;
  }

  a.button.more_button:hover {
    background: #5bbf21!important;
    border-radius: 0px;
    border-color: #ffffff;
  }

  .solutions-features-group .cm-features-item {
    width: 100%;
    margin: 0 0 30px !important;
  }

  .two-col-with-img-alignment .right-col {
    display: none !important;
  }

  .two-col-with-img-alignment .left-col {
    width: 100% !important;
    margin: 0 !important;
  }

  .featured-item .cm-featured {
    grid-template-columns: repeat(2,1fr);
  }

  .featured-articles .title {
    margin-bottom: 30px;
  }

  .cm-form-with-bg .top-section h1 {
    font-size: 46px;
  }

  .cm-form-with-bg .top-section p {
    font-size: 18px;
  }

  .hidden-cost-counter .counter-group .span4,
  .careers-sec-three .span6{
    width: 100% !important;
    margin: 0 0 30px !important;
  }

  .cst-on-col-bg-grp .content-grp.clearfix>div {
    width: 100%;
    float: none;
  }

  .two-eql-col-icon-content .span6 {
    width: 100% !important;
    margin: 0 auto 30px !important;
    position: relative;
    max-width: 550px;
    float: none !important;
  }
  .cm-form-with-bg .page-center {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .cm-form-with-bg .page-center h1 {
    margin-bottom: 20px;
    line-height: 38px;
  }

  .cm-form-with-bg .top-section p {
    padding-bottom: 16px;
  }

  .scanning-layout .fw-sec-four .behaviour-to-live-grp {
    position: relative;
    width: 80%;
  }

  .three-col-equal .span4 {
    width: 100% !important;
    margin:0 0 30px !important;
    float:none !important;
  }

  .three-col-equal .image-wrapper{
    text-align:center;
  }

  .careers-sec-one .hs_cos_wrapper_type_rich_text p,
  .benefits-accordion-grp .accordion-item{
    margin-bottom: 30px;
  }
  .scanning-layout .counter-group .et_pb_circle_counter {
    margin-bottom: 30px;
  }

  .scanning-layout .hidden-cost-counter .counter-group .span4 {
    margin-bottom: 0 !important;
  }

  .process-layout .two-col-with-right-img .row-fluid {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .process-layout .two-col-with-right-img .row-fluid .content-wrapper {
    order: 1;
  }
  .process-layout .two-col-with-right-img .row-fluid .imge-wrapper {
    order: 2;
    margin-top: 30px;
  }


  /*********************************************************/

  .hs-bod-for .parallax-mirror {
    display: none!important;
  }
  .parallax-mirror {
    z-index: -1!important;
  }

  .process-layout .two-col-with-right-img {
    padding-bottom: 0 !important;
  }
  .careers .solutins-banner-area {
    background-attachment: scroll;
    background-position: center;
  }
  .careers.solutins-banner-area-wrapper a.button.more_button.visible-phone {
    display: inline-block !important;
    width: auto !important;
  }

  .careers.solutins-banner-area-wrapper 
  a.button.more_button.hidden-phone {
    display: none !important;
  }

  .customer-success-stories-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .customer-success-stories .page-center {
    padding: 0 !important;
  }

}
@media (max-width: 980px) and (min-width: 768px)  {
  .hs-homepage .featured-articles.cmn-padding {
    padding-bottom: 142px;
  }
}

.cm-form-with-bg form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field > label {
  opacity: 0;
}
.cm-form-with-bg form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field > legend {
  opacity: 0;
}

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

@media (max-width: 767px) {
  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% !important;
    line-height: 2;
  }
  .cm-form-with-bg form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field > label,
  .cm-form-with-bg form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field > legend {
    display: none;
  }
  .hs-blog-post.hs-404-page .blog-content .hs-search-field form input[type="text"],
  .hs-bod-for .body-container form .hs-input {
    max-width: 100% !important;
  }
  .testimonial_description h6 {
    text-align: center!important;
  }
  .header-container-wrapper .cst-head-top-grp .page-center .cst-cstmr-grp {
    width: 100% !important;
    text-align: center;
  }
  .cst-adrs-grp .cst-add-col-grp .page-center .col,
  .cst-btm-pne-4-col-grp .page-center .cst-col,  
  .cst-foot-quick-grp .page-center .cst-col-foot-map {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px!important;
  }
  .cst-adrs-grp .cst-add-col-grp .page-center .col.col4,
  .cst-btm-pne-4-col-grp .page-center .cst-col.col4,
  .cst-foot-quick-grp .page-center .cst-col-foot-map.col4 {
    margin-bottom: 0!important;
  }
  .cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .form-columns-2 .hs-form-field {
    width: 100%;
    padding-right: 0;
  }
  .cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs_zip.field.hs-form-field {
    margin-top: 6px;
    padding: 0;
  }
  .cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-form-field {
    padding-right: 0!important;
  }
  .cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form fieldset.form-columns-2 .hs-richtext {
    margin: 28px 0px 28px 0;
  }
  .cst-banner-area-grp .banner-content-grp .page-center .banner-content h1 {
    font-size: 40px;
  }
  .cst-prnter-feature-grp .cst-feat-itm .page-center.clearfix .cst-rght-col-grp .descrption h2 {
    font-size: 30px;
  }
  .cst-4-col-eq-grp .page-center.clearfix .cst-col {
    width: 100%;
    margin-right: 0!important;
  }
  .cst-4-col-eq-grp .page-center.clearfix .cst-col:nth-child(3) {
    margin-bottom: 30px;
  }
  .cst-banner-area-grp .banner-content-grp {
    padding-left: 15px;
    padding-right: 15px;
  }
  .parallax-mirror {
    z-index: -1!important;
  }
  .parallax-mirror {
    z-index: -1 !important;
    display: none;
  }
  .cst-hme-bner-grp .inner-grp-sec .page-center .cst-descrp .btn-grp a {
    line-height: 28.2px !important;
    margin-bottom: -2px;
  }
  .hs-homepage .cst-on-col-bg-grp {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .cst-hme-4-col-eql-grp .page-center .cst-col, .cst-hme-conter-grp .inne-sec.clearfix .cst-col-sec {
    width: 100%;
    margin-right: 0;
  }
  .cst-hme-4-col-eql-grp .page-center .cst-col:nth-child(3), .cst-hme-conter-grp .inne-sec.clearfix .cst-col-sec:nth-child(3) {
    margin-bottom: 30px;
  }

  .leadbox-wrapper .bottom-section .left-col img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .featured-item .cm-featured .cm-article:last-child {
    margin-bottom: 0;
  }
  .featured-item .cm-featured .cm-article {
    margin-bottom: 30px;
  }
  .leadbox-wrapper .bottom-section .hs-input {
    font-size: 16px;
  }

  /********************** Shakeel Help ************************************/

  h2.entry-title {
    font-size: 18px;
  }
  .blog-subscribe-form form {
    min-width: 100%;
  }
  .slide-description {
    width: 100%;
    text-align: center;
  }
  .slide-description {
    font-size: 14px;
  }
  .slide-description h2 {
    font-size: 20px;
  } 
  .slide-video{
    display:none !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .post-item {
    margin-bottom: 42px;
  }
  p.related-posts-item {
    width: 50%;
  }
  .contact-layout .body-container form.hs-form input[type="text"],
  .contact-layout .body-container form.hs-form input[type="password"],
  .contact-layout .body-container form.hs-form input[type="number"],
  .contact-layout .body-container form.hs-form input[type="email"],
  .contact-layout .body-container form.hs-form input[type="search"],
  .contact-layout .body-container form.hs-form input[type="tel"],
  .contact-layout .body-container form.hs-form input[type="file"], 
  .contact-layout .body-container form.hs-form textarea {
    margin-top: 12px;
    line-height: 2;
    width: 100% !important;
  }
  .cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-fieldtype-radio .input ul .hs-input {
    width: auto!important;
  }


  .paperless-layout.contact-layout .body-container form.hs-form input[type="text"],
  .paperless-layout.contact-layout .body-container form.hs-form input[type="password"],
  .paperless-layout.contact-layout .body-container form.hs-form input[type="number"],
  .paperless-layout.contact-layout .body-container form.hs-form input[type="email"],
  .paperless-layout.contact-layout .body-container form.hs-form input[type="search"],
  .paperless-layout.contact-layout .body-container form.hs-form input[type="tel"],
  .paperless-layout.contact-layout .body-container form.hs-form input[type="file"], 
  .paperless-layout.contact-layout .body-container form.hs-form textarea {
    margin-top: 8px;
  }

  .paperless-layout .hs-field-desc {
    display: block;
    font-size: .813em;
    letter-spacing: .5pt;
    white-space: nowrap;
    line-height:26px;
  }
  .contact-layout .body-container form.hs-form select {
    width: 100% !important;
  }
  .contact-layout .body-container form.hs-form .hs-form-field {
    padding-right: 0px !important;
    width: 100% !important;
  }  
  .customer-success-stories-image-wrapper {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .customer-success-stories-wrapper.clearfix {
    text-align: center;
  }
  .paperless-layout .hs-field-desc {
    margin: 9px 0 1px 1px;
  }  

  /****************************************************************/

  /************** Girija Help Css *********************/
  .featured-item .cm-featured {
    display: block;
  }

  .featured-item .cm-featured .cm-article {
    margin-bottom: 9.5%;
  }

  .careers-layout .cst-flwidth-col-grp .page-center.clearfix {
    padding: 40px !important;
  }

  /*****************************************************/

  .hs-hme-r6-grp .page-center.sec {
    padding-top: 42px;
  }

  form.hs-form fieldset.form-columns-3 .hs-form-field,
  fieldset.form-columns-2 .hs-form-field,
  form.hs-form fieldset .hs-form-field {
    width: 100%!important;
    padding: 0 0 0!important;
  }
  .cm-form-with-bg form select {
    height: 37px;
  }
  .hs-pro-prin-r1-grp.cmn-padding .hs-pro-prin-r1-r1-flexi .hs_cos_wrapper_type_rich_text {
    padding: 30px 5% 0;
  }
  .cst-flwidth-col-grp .page-center .cst-content-grp {
    width: 100%;
    max-width: 100%;
  }
  .header-container .cstm-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul>li.talk-expert > a {
    display: block;
    padding: 10px 5%;
    font-size: 14px;
  }
  .cst-banner-video-grp {
    display: none;
  }

}  

/************ Girja Help Css *******************************/

@media(max-width:650px){

  .cm-form-with-bg form.hs-form fieldset.form-columns-3 .hs-form-field,
  .cm-form-with-bg form.hs-form fieldset .hs-form-field {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
  }

  .cm-form-with-bg form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100% !important;
  }

  .cm-form-with-bg form.hs-form fieldset[class*="form-columns"] ul.inputs-list.multi-container .hs-input {
    width: auto !important;
  }
  .cm-form-with-bg form.hs-form fieldset[class*="form-columns"] .hs-input {
    margin: 14px 0 20px;
    margin-right: 10px;
  }
  .cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-input {
    margin: 8px 0 0;
    width: 100%!important;
  }
  .scanning-layout .doc-scanning-features-grp ul.dots-list {
    padding-left: 30px;
  }
  .cst-bdy-cnt-grp .page-center.content-wrapper .hs-service-r1-flexi form .hs-fieldtype-radio .input ul .hs-input {
    width: auto!important;
  }


}
/*****************************************************/

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

@media (max-width: 479px) {

  .hs_recaptcha {
    overflow-y: auto;
  }
  .checkbox-row span.fakelabel span {
    float: none;
    margin-left: 0;
    padding-left: 20px;
    text-align: left;
    display: block;
  }

  .subscribe-options p label {
    margin: 4px 0;
  }

  .subscribe-options label > input {
    float: left;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin: 10px 0;
    overflow: auto;
    padding: 10px 0;
  }
  .header-container .cstm-nav-grp .page-center .cstm-logo img, 
  body.sticky .header-container .cstm-nav-grp .page-center .cstm-logo img {
    max-width: 50%;
    margin-top: 0;
  }
  .header-container .cstm-nav-grp .page-center > .row-fluid-wrapper > .row-fluid {
    height: 80px;
    position: relative;
  }
  .header-container .cstm-nav-grp .page-center .cstm-logo> div {
    line-height: 76px;
  }
  .cst-banner-area-grp .banner-content-grp .page-center .banner-content h1 {
    font-size: 32px;
  }
  p.related-posts-item {
    width: 100%;
  }
  .related-posts-item span {
    max-width: 100%;
  }


  /************** Shakeel Help *******************/

  h2.entry-title {
    padding-bottom: 0;
    font-size: 16px;
  }
  p.related-posts-item {
    width: 100%;
  }
  .customer-success-stories-slider-slide_description {
    padding: 1% 5%;
  }
  .contact-layout .body-container form.hs-form .hs-form-field ul.inputs-list li > label.hs-form-checkbox-display > span {
    width: 85%;
  }
  .contact-layout .body-container form.hs-form .hs-form-field ul.inputs-list li > label.hs-form-checkbox-display > input[type=checkbox] {
    margin-right: 7px;
  } 
  .full-width-content-with-bg-content {
    width: 100%;
    padding: 0;
  }
  .full-width-content-with-bg h1 {
    font-size: 32px;
  }
  .testimonial_description h6 {
    text-align: center;
  }  

  .accordion-item .accordion-content ul {
    font-size: 0.9em;
    line-height: 1.3em;
  }

  .accordion-item h5.accordion-title {
    font-size: 20px;
  }

  /**************************************************/

  /********************* Girija Help Css ***************/

  .solutins-banner-area h2.title {
    font-size: 40px;
  }

  .solutions-features-group h2 {
    font-size: 30px;
  }

  .featured-item .cm-featured .cm-article {
    margin-bottom: 11.5%;
  }

  .careers-layout .cst-flwidth-col-grp .page-center.clearfix {
    padding: 40px 0 !important;
  }

  .careers-layout .cst-flwidth-col-grp h2 {
    font-size: 28px;
  }

  .scanning-layout .doc-scanning-features-grp .et_pb_main_blurb_image {
    width: 100%;
    display: block;
  }

  .scanning-layout .doc-scanning-features-grp .et_pb_blurb_container {
    display: block;
    padding-left: 0;
  }

  .scanning-layout .doc-scanning-features-grp .custom-feature .feature-inner {
    padding: 15px;
  }


  /*****************************************************/

  .cst-on-col-bg-grp .content-grp.clearfix .left-col .cst-inner-content h2 {
    font-size: 30px;
  }

  .hs-homepage .cst-on-col-bg-grp .left-col .cst-left-btm-content {
    padding: 40px 20px;
  }
  .cst-flwidth-col-grp .page-center .cst-content-grp h1 {
    font-size: 35px;
  }

  .hs-form-field > label {
    font-size: 20px;
  }

  .cst-one-col-tp-img-grp .cst-content h2 {
    font-size: 30px;
  }

  .highlighted-content .et_pb_button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scanning-layout .scan-progress .parallax-window {
    background-position: center;
    background-size: cover;
  }

  .scanning-layout .scan-progress h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .scanning-layout .hidden-cost-counter.cmn-padding.scan-progress {
    padding-bottom: 0;
    padding-top: 30px;
  }

  .scanning-layout .counter-group .et_pb_circle_counter {
    max-width: 150px;
  }

  .scanning-layout .counter-group .span4.col-2 .percent p {
    font-size: 30px;
  }
  .customer-success-storiesslide-content h5 {
    font-size: 18px;
  }

}

