/* ==========================================================================
   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                                            
   ========================================================================== */
   
/* ===================================
    Google font
====================================== */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    color: #626262;
    line-height: 23px;
    letter-spacing: 0.02em;
}

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

/* Highlighted Text */
::-moz-selection {
    color: #000;
    background: #dcdcdc;
}
::selection {
    color: #000;
    background: #dcdcdc;
}

::-webkit-scrollbar {
    width: 12px
}

.header-container-wrapper ::-webkit-scrollbar {
    width: 0;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-thumb {
    background: rgba(210, 210, 210, .8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(210, 210, 210, .4)
}

.animated {
    -moz-transition-duration: 0s !important;
}


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

/* Basic text */
p {
    line-height: 28px;
    font-size: 16px;
    color: #000;
    margin: 0 0 20px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-weight: 700;
    line-height: 45px
}

h2 {
    color: #595959;
    text-transform: none;
    font-size: 16px;
    margin: 0 0 11px 0;
}

h3 {
    color: #595959;
    text-transform: none;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

h4 {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    line-height: 26px
}

h5 {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 11px
}

h6 {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px
}

/* Anchor Links */
a {
    color: #005192;
    text-decoration: none;
}

.body-container a {
    color: #005192;
    border-bottom: 3px solid #add9fc;
    text-decoration: none;
}

a:hover, a:focus {  
    color: #575757;
    text-decoration: none;
}

/* Lists */
ul, ol {
    font-size: 16px;
    color: #000;
}
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 {}

body .container-fluid .row-fluid .header .wrapper {
    max-width: 91%;
    margin: 0 auto;
    float: none;
}

.header{
    transition:all ease-in-out .3s;
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:1112;
    padding:11px 0 0px;
}

.header.no-nav-dark {
    padding: 0;
}

.sticky .header{
    background: rgba(255, 255, 255, 0.93);
}


.custom-header-top-section .page-center {
    max-width: 100%!important;
}

.lp-header img {
    max-width: 145px
}

.lp-header .widget-type-logo img {
    float: right;
}

.custom-header-top-section ul li a {
    color: #fff;
    border: 0;
    font-size:13px;
    text-transform: capitalize;
}

.white-header .custom-header-top-section ul li a {
    color: #000000;    
}

.sticky .header .custom-header-top-section ul li a {
    color: #000000;
}

.custom-header-top-section ul li {
    float: left;
    margin: 0 34px 0 0;
    font-size: 14px;
}

.custom-header-top-section ul li:last-child{
    margin-right:0;
}

body .container-fluid .row-fluid .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.geta{
    margin-right:0;
    padding: 2px 22px;
    margin-top: 10px;
    border-radius: 0px;
    background-color: #91d229;
    float:none;
    
}

body .container-fluid .row-fluid .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.geta a{
    color:#000000;
}

.custom-menu-primary .hs-menu-wrapper > ul>li.phone-item{
    border: none;
    border-top: solid 2px #666666;
}

.custom-header-top-section ul {
    padding: 0;
    float: right;
    margin: 0;
    list-style: none;
}


.custom-menu-navigation {
    max-width: 100%!important;
    padding: 4px 0 0px;
}

/*.sticky .custom-menu-navigation{
    padding-bottom:0;
}
*/
.custom-menu-navigation .custom-logo a {
    border: 0;
}
.custom-menu-navigation .custom-logo a.logo-dark {
    opacity: 0;
    display: none;
}

.custom-menu-navigation .custom-logo a {
    display: inline-block;
    margin: 10px 0;
    vertical-align: top;
}

.sticky .custom-menu-navigation .custom-logo a.logo-light {
    opacity: 0;
    display: none;
}
.sticky .custom-menu-navigation .custom-logo a.logo-dark {
    opacity: 1;
    display: inline-block;
}

body.header-bg .custom-menu-navigation {
    background-color: #fff;
}

body.header-bg  .custom-menu-navigation .custom-logo a.logo-dark {
    opacity: 1;
    display: inline-block;
}
body.header-bg  .custom-menu-navigation .custom-logo a.logo-light {
    opacity: 0;
    display: none;
}

body.header-bg.sticky .custom-menu-navigation {
    background-color: #FFF!important;
}

@media (min-width:1200px) and (max-width:1270px){
    
    body .container-fluid .row-fluid .header .wrapper {
        max-width: 100%;
        padding:0 20px;
    }
    
}

@media (max-width:1200px){
    
    .header {
       padding: 12px 0 11px;
    }
    
    body .container-fluid .row-fluid .header .wrapper {
        max-width: 100%;
        padding:0px;
    }
    
    body.mobile-open .header {
        background: rgba(0, 0, 0, 0.9);
    }
    
    body.sticky.mobile-open .header {
        background: rgba(255, 255, 255, 0.93);
    }
    
    body .container-fluid .row-fluid .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.geta{
        width: 100%!important;
        margin: 0 auto 43px;
        float: none;
        line-height: normal;
    
        display: block;
        padding-top: 35px!important;
        background: transparent;
        border-radius: 0;
        text-align: center;
    }
    
    body .container-fluid .row-fluid .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.geta a{
        text-align: center;
        font-size: 16px;
        line-height: normal;
        padding: 8px 20px;
        display: inline-block;
        width: 100%!important;
        max-width: 315px!important;
        border-radius: 0;
        overflow: hidden;
    }
    
    .header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
        margin-top: -7px;
        padding-bottom: 23px;
    }
    
    
    
}

@media (max-width:767px){
    
    body.mobile-open .header {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        max-height: 100vh;
    }
    
    body.mobile-open{
        overflow:hidden;
    }
    
   
    
}

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

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

.body-container .page-center {
    padding:20px 15px;
}

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


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

.footer-container-wrapper {
    padding: 101px 0 60px;
}

.footer-container-wrapper .container-fluid .row-fluid .footer .wrapper {
    padding:0 20px;
    max-width:810px;
    margin:0 auto;
    float:none;
}

.footer-container-wrapper .container-fluid .row-fluid .footer.footer-lp .wrapper {
    max-width: 1120px;
}

.footer .menu-container{
    margin-bottom: 60px;
}

.footer .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
    font-family: "Open Sans";
    font-size: 14px;
    color: #242424;
    padding: 0;
}

.footer .heading-menu .hs-menu-flow-vertical > ul li {
    margin-bottom: 6px;
}

.footer .heading-menu .hs-menu-flow-vertical > ul li a{
    font-size: 12px;
    line-height: 2.5;
    color: #666666;
}

.footer .heading-menu .hs-menu-flow-vertical > ul li:first-child a,
.footer .column-menu .hs-menu-flow-vertical > ul li a{
    font-size: 13px;
    font-weight: 600;
    line-height: 3.08;
    color: #333333;
}

.footer .logo img {
    max-width: 160px;
}

.footer .copyright {
    padding-top:20px;
    /*border-top: solid 2px #ffffff;
    margin-top:78px;*/
}

.footer-lp .copyright {
    padding: 0;
    border: none;
    margin-top: 0;
}

.footer-lp .copyright img {
    float: right;
    margin-top: -5px;
}

.footer .copyright p{
    margin:0;
    font-size: 11px;
    color: #333333;
}

.footer .social-icons ul li{
    list-style:none;
    display:inline-block;
    margin:0;
    margin-right:10px;
}

.footer .social-icons{
    text-align:right;
}

.footer .social-icons ul{
    margin:0;
    margin-top:5px;
}

.footer .social-icons ul li:last-child{
    margin-right:14px;
}

.footer .copyright p,
.footer .copyright p a{
    font-size: 11px;
    color: #333333;
    margin:0;
}

.footer .copyright p a{
    text-decoration:underline;
}

@media (max-width:767px){
    
    .footer .menu-container {
        margin-bottom: 30px;
    }
    
    .footer .logo {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .footer .social-icons ul{
        text-align:center;
    }
    
    .footer .copyright {
        margin-top: 30px;
    }
    
    .footer-container-wrapper {
        padding: 71px 0 30px;
    }
}


.footer-lp .menu-container {
    margin-bottom: 40px;
}

.footer-lp .menu-container .menu ul {
    display: flex;
    justify-content: space-between;
}

.footer-lp .copyright p a {
    font-weight: bold;
    text-decoration: none;
}

.footer-lp .tablet-menu {
    display: none;
}

.footer-lp .social-icons ul {
    padding: 0;
}

.footer-lp .social-icons ul li {
    margin: 0 5px;
}

@media (min-width: 767px) and (max-width: 1023px) {
    .footer-lp .social-icons ul {
        justify-content: space-between;
        display: flex;
        padding: 0;
    }

    .footer-lp .tablet-menu {
        display: block;
    }
    
    .footer-lp .tablet-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
        font-size: 14px;
        color: #242424;
        padding-left: 0;
    }

    .footer-lp .menu {
        display: none;
    }
    
}

@media (max-width: 767px) {
    .footer-lp .menu-container ul {
        flex-direction: column;
    }
    
    .footer-lp .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
        text-align: center;
        padding: 5px 0;
        margin: auto;
    }

    .footer-lp .tablet-menu {
        display: none;
    }
    
    .footer-lp .copyright img {
        float: none;
    }

    .footer-lp .copyright .row-fluid {
        display: flex;
        flex-direction: column;
    }

    .footer-lp .copyright .span9 {
        order: 2;
    }
    
    .footer-lp .copyright .span3 {
        order: 1;
    }
    
    
}

/* ==========================================================================
   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;
    font-size: 15px;
    line-height: 2.67;
    text-transform: capitalize;
}

.custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a, 
.custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a {
    text-transform:uppercase;
}

.custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a span, 
.custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a span {
    text-transform:none;
}

.custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a:hover, 
.custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a:hover {
    color: #8fd400;
}

.custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a:hover span, 
.custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a:hover span {
    color:rgba(143, 212, 0, 0.8);
}

@media (min-width:1200px){
 
    .custom-menu-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper .menu-inner-div,
  .custom-menu-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper .menu{
        display: inline-block;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul {
        width: auto;
        left: 0!important;
        right: auto;
        background: rgba(0, 0, 0, 0.8);
        top: 100%;
        transition: none!important;
        display: inline-block!Important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul>li.normal-li {
        display: none;
    }

}

@media (max-width:1200px){

    .header .custom-header-top-section {
        display: none;
    }
    
    .header.no-nav-dark .custom-header-top-section {
        display: block;
    }
    
    .custom-menu-navigation .custom-menu-primary.js-enabled {
        width:100%;
    }
    
}


/* Fix menu disappearing on desktop after toggling mobile menu */

@media screen and (min-width:768px) {
    .custom-copyright-grp .custom-copyright,
    .custom-footer-nav-grp .custom-footer-menu {
        max-width: 66.66666667%;
        width: 100%!important;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .custom-copyright-grp .custom-footer-logo,
    .custom-footer-nav-grp .custom-social-icon {
        max-width: 33.33333333%;
        width: 100%!important;
        margin-left: 0!important;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .custom-menu-navigation .custom-logo {
        position: relative;
        padding-right: 0;
        padding-left: 0;
        min-height: 50px!important;
    }
    .custom-menu-navigation .custom-menu-primary.js-enabled {
        min-height: 1px;
        text-align: right;
    }
    
        
    .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul {
        padding-bottom: 15px;
    }
    
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.geta {
        display: inline-block!important;
    }
    
}

@media screen and (min-width:1200px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}
@media screen and (min-width:1200px) {

    .custom-menu-primary .hs-menu-wrapper > ul>li>a {
        color: #fff;
        border: 0;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-bottom:0;
        position: relative;
        display: block;
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul>li {
        padding: 20px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul>li>a:hover {
        border-bottom-color: #fff;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children>a:after {
        content: "";
        width: 11px;
        height: 7px;
        background-image: url(//cart.com/hubfs/SA/SellerActive-Apr2017-Theme/Images/dropdown-arrow-down.png);
        display: inline-block;
        margin-left: 2px;
        position:relative;
        top:-2px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul {
        width: auto;
        left: 0!important;
        right: auto;
        background: rgba(0, 0, 0, 0.8);
        top: 100%;
        transition: none!important;
        display: inline-block!Important;
        min-width:100%;
    }

    .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a span,
  .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a span{
        display: block;
        line-height: 28px;
        color: #cccccc;
        font-size: 13px;
        margin-bottom: 0px;
        font-weight: normal;
    }
    
    .sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a span, 
  .sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a span {
        color:rgba(0, 0, 0, 0.6);
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a,
  .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a {
        color: #ffffff;
        padding:0;
        margin: 0;
        border: 0;
        text-align: left;
        display: block;
        font-size: 12px;
        letter-spacing: inherit;
        font-weight: normal;
        line-height: 2.5;
    }
    
    .sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a,
    .sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a {
        color: #FFF;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul>li.hs-menu-depth-1 > a:hover{
        color:#91d229;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children:hover > a{
        color:#ffffff;
    }
    
    .sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children:hover > a{
        color:#000000;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li,
    .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li {
        display:block;
        float: none;
        position: relative;
        min-height: 1px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children:hover>a,
    .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a:hover,
    .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a:hover {
        color: #91d229;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a:hover span, 
    .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a:hover span {
        color:rgba(143, 212, 0, 0.6);
    }
    
    .sticky .custom-menu-primary .hs-menu-wrapper > ul>li>a {
        color: #000;
    }
    .sticky .custom-menu-primary .hs-menu-wrapper > ul>li>a:hover {
        border-bottom-color: #000;
    }
    
    .sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children>a:after {
        background-image:url(//cart.com/hubfs/SA/SellerActive-Apr2017-Theme/Images/dropdown-arrow-down-black.png);
    }

    .sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul {
          /*background-color:rgba(255, 255, 255, 0.95);*/
          background-color:rgba(0, 0, 0, 0.8);
    }
    body.header-bg .custom-menu-primary .hs-menu-wrapper > ul>li>a {
        color: #000;
        color: #373737;
    }
    body.header-bg .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children>a:after {
        background-image:url(//cart.com/hubfs/SA/SellerActive-Apr2017-Theme/Images/dropdown-arrow-down-black.png);
    }
    body.header-bg .custom-menu-navigation.hover {
        background: rgba(37, 37, 37, .8);
    }
    .header-bg .custom-menu-primary .hs-menu-wrapper > ul>li>a:hover {
        border-bottom: 2px solid #000;
    }
    body.header-bg .custom-menu-navigation.hover {
        border:0;
    }
}


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

/* Hide button on Desktop */

@media (min-width:1200px){
    .mobile-trigger, .child-trigger{ display: none; }
}

@media (max-width: 1199px){

  /* 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;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-menu-depth-1.hs-item-has-children.open > a {
     color: #8fd400;
   }
  
  /* prevent flash of unstyled menu on page load on mobile */
  .custom-menu-primary .hs-menu-wrapper {
    display: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a,
  .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a {
      color: #ffffff;
  }
  
  body.sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a, 
  body.sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a {
      color:#000000;
  }
  
  body.sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a span, 
  body.sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a span {
      color:rgba(0, 0, 0, 0.6);
  }
  
  body.sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a:hover, 
  body.sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a:hover {
      color: #8fd400;
  }
  
  body.sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a:hover span, 
  body.sticky .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a:hover span {
      color:rgba(143, 212, 0, 0.6);
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul >.menu-inner-div > li>a span,
  .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > ul.hs-menu-children-wrapper > li>a span {
        color: #cccccc;
        display: block;
    }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 11px;
    width: auto;
    height: auto;
    background-color: transparent;
    float: right;
    padding: 11px 10px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: transparent; 
    border-color: transparent;
  }
  .mobile-trigger span.icon-bar {
    display: block;
    width: 34px;
    height: 5px;
    border-radius: 1px;
    background-color: #fff;
  }
  
  .sticky .mobile-trigger span.icon-bar{
      background-color:#000000;
  }
  
  .mobile-trigger span.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.mobile-trigger span.icon-bar + span.icon-bar {
    margin-top: 5px;
}

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

  /* 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{
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 5px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 0;
    background: url(https://cart.com/hubfs/SA/Assets%202017/triangle-copy-2.svg)no-repeat;
    background-position: center;
  }
  
  body.mobile-open.sticky .child-trigger{
      background:url(https://cart.com/hubfs/SA/Assets%202017/triangle-copy-black.svg)no-repeat;
      background-position: center;
  }
  
  body.sticky.mobile-open .child-trigger{
      
  }
  .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;
    opacity:0;
  }
  .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{
    padding-top: 0px; /* Makes room for button */
    margin: 10px 0 0px 0;
  }

  /* 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%;
    top: 100%;
    left: 0;
    padding: 0 0 30px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%; /* Full screen width */
    border-top: 0;
    box-shadow: none;
  }
  
  body.sticky.mobile-open .custom-menu-primary .hs-menu-wrapper {
    background-color: rgba(255, 255, 255, 0.93);
  }



   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    color: #fff;
    padding: 0 30px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: normal;
    overflow: visible;
    line-height:3.6;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul>li {
        padding: 0!important;
        border: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul>li.schedulea.demo>a {
        background: #8fd400;
        color: #000;
    }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #fff;
    font-weight:normal;
    text-transform:capitalize;
  }
  
  body.sticky.mobile-open .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #000000;
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul li.normal-li a{
      line-height:2.67;
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul li.hs-menu-depth-1 a{
      text-transform:uppercase;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #91d229;
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

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


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


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

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

.blog .custom-body-inner-grp {
    padding: 120px 0;
}

.blog .custom-body-inner-grp .page-center {
    padding:0 15px;
}
.blog .blog-sidebar {
    padding-left: 32px;
}

.blog .blog-sidebar h3 {
    color: #595959;
    font-size: 12px;
    margin: 0 0 35px 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}

.blog .custom-side-recent-post .hs-rss-module.feedreader_box .hs-rss-item {
    margin: 0 0 40px 0;
}

.blog .custom-side-recent-post .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-image-wrapper {
    float: left;
    width: 20%;
}
.blog .custom-side-recent-post .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-text {
    float: right;
    width: 80%;
    padding: 0 0 0 29px;
    margin: -5px 0 0 0;
}

.blog .custom-side-recent-post .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-text a.hs-rss-title {
    color: #595959;
    margin: 0px;
    line-height: 21px;
    font-size: 14px;
    border: 0;
}

.blog .custom-side-recent-post .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-byline {
    opacity: 1;
    color: #adaba6;
    font-size: 12px;
}

.blog .custom-side-recent-post:after {
    content: "";
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.custom-category .widget-module ul li a span {
    color: #8fd400;
    font-size: 16px;
}
.custom-category .widget-module ul li {
    padding: 0!important;
}
.custom-category .widget-module ul li a {
    display: block;
    color: #595959;
    font-size: 14px;
    margin: 0 0 10px 0;
    border: 0;
}
.custom-category .widget-module ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

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

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


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

.blog .blog-content {}

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 0px solid #cccccc;
    padding: 0 0 0px;
    margin: 0 0 0px;
}

.blog-listing-wrapper .post-listing .post-item .post-header div#hubspot-author_data {
    margin-top: 30px;
    font-style: normal;
    margin-bottom: 20px;
}

.blog-listing-wrapper .post-listing .post-item .post-header div#hubspot-author_data {
    margin-top: 30px;
    font-style: normal;
    margin-bottom: 20px;
    color: #adaba6;
}

.blog-listing-wrapper .post-listing .post-item .post-header h2 {
    font-size: 32px;
    line-height: 130%;
    margin: 20px 0;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: none;
    padding: 0;
    color: #000;
}
.blog-listing-wrapper .post-listing .post-item .post-header .date {
    margin: 0 0 20px;
    color: #adaba6;
    font-size: 12px;
    line-height: 28px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
    margin-bottom: 10px;
}

.blog-listing-wrapper .post-listing .post-item .post-body .more-grp a.more-link:hover {
    color: #575757;
}
.blog-listing-wrapper .post-listing .post-item .post-body .more-grp a.more-link {
    background: #242424;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    margin: 0px;
    letter-spacing: 0px;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-post-wrapper h2 a, .post-header h2 a{
    text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

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



#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
    color: #888888;
    font-weight:700;
}
.post-listing #hubspot-author_data{
    margin-top: 0;
    font-style: italic;
}
.hs-form .input ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.hs-form .input ul li{
    padding: 0 !important;
}
.custom_listing_comments {
    border: 1px solid #ccc;
    padding: 10px;
	margin: 10px 0;
}
.more-link{
    display: inline-block;
    padding-top: 10px;
}
.hs-blog-social-share{
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
	height: auto;
	margin-top: 10px;
	padding: 10px 0 0;
}
.blog .blog-sidebar .cell-wrapper{
    margin-bottom: 15px;
}

.blog .blog-sidebar ul li{
    padding: 0 0 10px;
}
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}
.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}
.comment-reply-to{
    margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}
#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
	padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
	height: auto !important;
	max-width: 100%;
}
#comments-listing.no-comments {
   border: none;
}

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

.blog-pagination .blog-pagination-number {
    text-align: center;
    width: 100%;
    margin: 40px 0 0 0;
}

.blog-pagination .blog-pagination-number a:hover {
    background-color: #f2f3f5;
    color: #000;
}
.blog-pagination .blog-pagination-number a {
    text-align: center;
    border: 1px solid #efefef;
    padding: 10px 20px;
    margin: 0px;
    color: #7a7a7a;
    font-size: 14px;
    margin: 0 -2px;
}

.blog-pagination .blog-pagination-number a.active {
    background-color: #f2f3f5;
}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


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

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

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

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

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

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

.blog-pagination .pagination-btm-section {
    margin: 50px 0 0 0;
}
.blog-pagination .pagination-btm-section a.prev-link:hover,
.blog-pagination .pagination-btm-section a.next-link:hover{
    color: #575757;
}
.blog-pagination .pagination-btm-section a.prev-link img {
    width: 6px;
    margin: 0 190px 0 10px;
    vertical-align: middle;
}
.blog-pagination .pagination-btm-section a.prev-link {
    padding: 15px 100px 15px 0px;
    border: 1px solid #efefef;
    margin: 0px;
    color: #000;
    letter-spacing: 0px;
    font-size: 17px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.blog-pagination .pagination-btm-section a.next-link img {
    vertical-align: middle;
    width: 6px;
    margin: 0 10px 0 190px;
}
.blog-pagination .pagination-btm-section a.next-link {
    color: #000;
    letter-spacing: 0px;
    font-size: 17px;
    border: 1px solid #efefef;
    padding: 15px 0px 15px 100px;
    margin: 0 0 0 -5px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}

.hs-blog-post .section.post-header h1 {
    font-size: 32px;
    line-height: 130%;
    margin: 20px 0;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: none;
}

.hs-blog-post .custom-body-inner-grp {
    margin-top: -1px;
}


.hs-blog-post .section.post-header .date{
    color: #adaba6;
    font-size: 12px;
    line-height: 28px;
    margin: 0 0 20px;
}

.hs-blog-post .section.post-header div#hubspot-author_data {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #adaba6;
}
.hs-blog-post .section.post-body .hs-featured-image-wrapper {
    margin-bottom: 20px;
}
.hs-blog-post div#comment-form form input.hs-button.primary:hover {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.hs-blog-post div#comment-form form input.hs-button.primary {
    letter-spacing: 0px;
    font-size: 17px;
    padding: 13px 52px;
    text-align: center;
    border: 1px solid transparent;
    background-color: #428bca;
    border-color: #357ebd;
    font-weight: 600;
    margin: 30px 0;
    text-transform: uppercase;
}

.hs-blog-post .custom_blog_next-previous {
    border-top: 3px solid #8fd400;
    border-bottom: 3px solid #8fd400;
    padding: 40px 0 0 0;
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.hs-blog-post .custom_blog_next-previous .custom-next {
    margin: 0 0 40px 0;
    width: 50%;
    float: right;
}
.hs-blog-post .custom_blog_next-previous .custom-previous {
    margin: 0 0 40px 0;
    width: 50%;
    float: right;
}

.hs-blog-post .custom_blog_next-previous .custom-previous .nav-info-container img.custom-featured-image,
.hs-blog-post .custom_blog_next-previous .custom-next .nav-info-container img.custom-featured-image{
    float: left;
    width: 20%;
    vertical-align: middle;
}
.hs-blog-post .custom_blog_next-previous .custom-previous .nav-info-container .hs-right-content,
.hs-blog-post .custom_blog_next-previous .custom-next .nav-info-container .hs-right-content {
    float: left;
    width: 80%;
    padding: 0 0 0 29px;
    margin: -5px 0 0 0;
}

.hs-blog-post .custom_blog_next-previous .nav-info-container .hs-right-content h3.pagenav-title {
    color: #595959;
    margin: 0px;
    line-height: 21px;
    font-size: 14px;
}

.hs-blog-post .custom_blog_next-previous .nav-info-container .hs-right-content .date {
    color: #adaba6;
    font-size: 12px;
}
.custom-comment-form-title h3 {
    font-size: 14px;
    letter-spacing: inherit;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #000;
}

.hs-blog-post div#comment-form form .hs-input:focus {
    border-color: rgba(0,0,0,0.4);
    outline: 0;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.hs-blog-post div#comment-form form .hs-input {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
    padding: 8px 15px;
    letter-spacing: 1px;
}

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


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

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

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

/* Labels and Legends */
label {
    margin-bottom: 0;
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    line-height: 28px;
    vertical-align: top;
    color: #000;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    display: block;
    max-width: 600px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 8px 15px;
    margin: 0 0 20px 0;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
}

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

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

::-webkit-input-placeholder {
    color: #999;
    text-overflow: ellipsis;
}

:-moz-placeholder {
    color: #999;
    text-overflow: ellipsis;
    opacity: 1;
}

::-moz-placeholder {
    color: #999 ;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999 ;
    text-overflow: ellipsis;
    opacity: 1;
}




/* =============== 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;
    background: #8fd400;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0px;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    border: 1px solid transparent;
    margin: 30px 0;
    text-transform: uppercase;
    line-height: 28px;
    color: #000;
}

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

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


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

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


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

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


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

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


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

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


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

/******************** Ecommerce Page Styling *********************/

.hs-ecommerce-integration .hs-row1-fullwidth-wrapper {
    padding: 120px 0;
    margin-top: -1px;
}

.hs-ecommerce-integration .hs-row1-fullwidth-wrapper .page-center {
    padding: 0 15px;
}

.hs-ecommerce-integration .hs-row1-fullwidth-wrapper .page-center > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.hs-two-col-left .hs-inner-wrapper .hs-left-col {
    width: 33.33333333%;
    float: left;
}

.hs-two-col-left .hs-inner-wrapper .hs-right-col {
    width: 66.66666667%;
    float: left;
}

.hs-two-col-left .hs-inner-wrapper .hs-left-col,
.hs-two-col-left .hs-inner-wrapper .hs-right-col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.hs-two-col-left .hs-inner-wrapper .hs-left-col img {
    vertical-align: middle!important;
}

.hs-two-col-left .hs-inner-wrapper .hs-right-col h2 {
    text-transform: none;
    margin: 0 0 20px 0;
    color: #242424;
    font-weight: 200;
    font-size: 24px;
    line-height: 30px;
}


.hs-ecommerce-integration .hs-row2-fullwidth-wrapper .page-center {
    padding: 0 15px;
}

.hs-ecommerce-integration .hs-row2-fullwidth-wrapper .page-center > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col1-top-section h2 {
    margin: 0 0 75px;
    text-transform: none;
    font-size: 17px;
    line-height: 30px;
    padding: 0;
    color: #000;
    font-weight: 400;
}

.hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col1-flexi .hs_cos_wrapper_type_custom_widget:nth-child(3n),
.hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col2-flexi .hs_cos_wrapper_type_custom_widget:nth-child(3n){
    margin-right: 0;
}
.hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col1-flexi .hs_cos_wrapper_type_custom_widget {
    width: 32%;
    min-height: 200px;
    float: left;
    margin: 0 20px 0 0;
}

.hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col2-flexi .hs_cos_wrapper_type_custom_widget {
    width: 32%;
    min-height: 200px;
    float: left;
    margin: 0 20px 60px 0;
}

.hs-feature-module {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-top: 2px solid #9fcf67;
    border-bottom: 1px solid #d6d6d6;
    padding: 34px 20px 20px 20px;
    position: relative;
    min-height: 200px;
}

.hs-feature-module .hs-inner-grp img {
    position: absolute;
    top: -25px;
    left: 37px;
    width: 46px;
}
.hs-feature-module .hs-inner-grp h3 {
    text-transform: none;
    font-weight: 200;
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #000;
    line-height: 1.1;
}

.hs-feature-module .hs-inner-grp .hs-feature-description p {
    color: #7a7a7a;
}

.hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col1-flexi {
    margin-bottom: 60px;
}

.hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col2-flexi {
    margin-bottom: 0px;
}


/**** Request Demo Styling *****/
.hs-request-demo .hs-inner-grp a.btn.demo-btn:hover {
    background: #bbea5a;
}
.hs-request-demo .hs-inner-grp a.btn.demo-btn {
    max-width: 300px;
    background: #8fd400;
    font-size: 14px;
    display: block;
    text-align: center;
    letter-spacing: 0px;
    border: 1px solid transparent;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    /*padding: 8px 52px 9px 52px;*/
    padding: 8px 0px 9px 0px;
    width: 100%;
    margin: 0 auto;
}
.hs-request-demo .hs-inner-grp h2 {
    text-transform: none;
    color: #fff;
    margin-bottom: 75px;
    font-size: 33px;
    line-height: 30px;
    font-weight: 400;
}
.hs-request-demo .hs-inner-grp {
    margin-left: -15px;
    margin-right: -15px;
}
.hs-request-demo {
    text-align: center;
    padding: 50px 5%;
    background: #595959;
}

.hs-banner-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 50vh;
    padding: 6vh 0 0 0;
    position: relative;
    margin-top: -1px;
}

.hs-banner-section .opacity-light-max.bg-black {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #000000;
}

.hs-banner-section .page-center {
    position: relative;
    z-index: 5;
    padding: 0 15px;
}

.hs-banner-section .page-center .inner-page-center {
    text-align: center;
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    z-index: 1;
    right: 0;
    left: 0;
}

.hs-banner-section .page-center .inner-page-center .hs-content-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper {
    padding: 10vh 0 0 0;
    display: table-cell;
    vertical-align: middle;
}

.hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper a:hover {
    color: #575757;
}
.hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper a {
    display: inline-block;
    margin-right: 20px;
    border: 1px solid transparent;
    font-weight: 600;
    margin: 30px 0;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 13px 52px;
    color: #000;
    letter-spacing: 0px;
    font-size: 17px;
    background: #8fd400;
}
.hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper a.btn-white-background {
    margin-right: 40px;
    background: #fff;
}
.hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper h2 {
    color: #fff;
    margin: 20px 0;
    text-transform: none;
    text-shadow: 2px 3px 7px #000;
    line-height: 30px;
    font-size: 24px;
    font-weight: 400;
}
.hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper h1 {
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 110%;
    text-shadow: 2px 3px 7px #000;
    font-size: 60px;
    margin-bottom: 5px;
    color: #FFF;
}

/************* Integration Page Styling *******************/


.hs-integration .hs-row1-fullwidth-wrapper {
    padding: 60px 0;
}
.hs-integration .hs-row1-fullwidth-wrapper .page-center {
    padding: 0 15px;
}

.hs-integration .hs-row1-fullwidth-wrapper .page-center .custom-case-study-listing .hs_cos_wrapper_type_raw_html {
    margin-bottom: 50px;
}

ul.hello.filter-button-group li {
    display: inline-block;
    float: none;
    margin: 10px 16px;
    vertical-align: top;
    height: auto;
}
ul.hello.filter-button-group {
    height: 70px;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.hello.filter-button-group li a:hover {
    border-bottom: 1px solid #000;
    vertical-align: top;
    color: #000;
}
ul.hello.filter-button-group li a {
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    float: left;
    text-transform: uppercase;
    margin: 0px 32px;
    outline: none;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    display: block;
    padding: 5px 0;
    color: #888888;
    font-family: "Open Sans",sans-serif;
    border: 0;
}

ul.hello.filter-button-group li a.active {
    cursor: default;
    border-bottom: 1px solid #000;
    color: #000;
}

ul.hello.filter-button-group li:first-child a {
    margin: 0 32px 0 0;
}

.custom-case-study-listing .zz .hs-integration-module {
    float: left;
    width: 33.33%;
}
.custom-case-study-listing .zz .hs-integration-module .hs-inner-grp .hs-top-imge {
    margin: 0 0 50px 0;
    width: auto;
    text-align: center;
}


.custom-case-study-listing .zz .hs-integration-module .hs-inner-grp {
    margin: 20px;
    padding: 20px;
    border: 1px solid #efefef;
    min-height: 494px;
}

.custom-case-study-listing .zz .hs-integration-module .hs-inner-grp .hs-integration-content h2 {
    text-align: left;
    color: #242424;
    text-transform: none;
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
}

.custom-case-study-listing .zz .hs-integration-module .hs-inner-grp .hs-btm-content p {
    width: 90%;
    text-align: left;
    color: #7a7a7a;
    min-height: 150px;
}

.custom-case-study-listing .zz .hs-integration-module .hs-inner-grp .hs-btm-content p,
.custom-case-study-listing .zz .hs-integration-module .hs-inner-grp .hs-btm-content span {
    width: 90%;
    text-align: left;
    color: #7a7a7a;
    min-height: 150px;
    line-height: 28px;
    font-size: 16px;
    margin: 0 0 20px;
    display: block;
}

.custom-case-study-listing .zz .hs-integration-module .hs-inner-grp .hs-btm-link-grp a.features-btn:hover {
    color: #575757;
}
.custom-case-study-listing .zz .hs-integration-module .hs-inner-grp .hs-btm-link-grp {
    text-align: center;
}
.custom-case-study-listing .zz .hs-integration-module .hs-inner-grp .hs-btm-link-grp a.features-btn {
    padding: 10px 70px;
    margin: 25px 0 20px 0;
    background: #242424;
    color: #fff;
    font-size: 14px;
    border: 0;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
}

.custom-case-study-listing .zz .hs-integration-module .hs-inner-grp .custom-topic-section {
    display: none;
}

.hs-integration .hs-row2-fullwidth-wrapper .page-center {
    padding: 0 15px;
}
.hs-integration .hs-row2-fullwidth-wrapper {
    background: #595959;
    color: #adaba6;
    font-size: 18px;
    text-align: center;
    padding: 120px 0;
}

.hs-integration .hs-row2-fullwidth-wrapper .hs-row2-col1-flexi p {
    color: #adaba6;
    font-size: 18px;
    margin: 0;
    line-height: 23px;
}

.hs-new-features .hs-row1-fullwidth-wrapper {
    padding: 120px 0;
}

.hs-new-features .hs-row1-fullwidth-wrapper .page-center {
    padding: 0 15px;
}

.hs-new-features .hs-row1-fullwidth-wrapper .page-center >.row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.hs-new-features .hs-row1-fullwidth-wrapper .hs-row1-top-header {
    padding: 0 15px;
}

.hs-new-features .hs-row1-fullwidth-wrapper .hs-row1-top-header h2 {
    text-align: center;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
    color: #d1ccc4;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 0 20px 0;
}

.custom-latest-feature {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 35px;
    min-height: 310px;
}

.custom-latest-feature .custom-inner-wrapper {
    border-bottom: 1px solid #e2e7ed;
    border-left: 1px solid #e2e7ed;
    border-right: 1px solid #e2e7ed;
    border-top: 5px solid #8fd400;
}
.custom-latest-feature .custom-inner-wrapper {
    border-bottom: 1px solid #e2e7ed;
    border-left: 1px solid #e2e7ed;
    border-right: 1px solid #e2e7ed;
    border-top: 5px solid #8fd400;
    text-align: center;
    margin: 0 3px;
    padding: 80px 20px;
}

.custom-latest-feature .custom-inner-wrapper h3.date span {
    letter-spacing: 0;
    margin: 0 -2.5px;
}
.custom-latest-feature .custom-inner-wrapper h3.date {
    color: #8fd400;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0 0 10px 0;
    font-weight: 700;
    letter-spacing: 0.26px;
    line-height: 12.1px;
}

.custom-latest-feature .custom-inner-wrapper h4.title {
    line-height: 26px;
    letter-spacing: 0px;
    margin: 0 0 20px 0;
    font-size: 19px;
    font-weight: 400;
    text-transform: none;
}

.custom-latest-feature a:hover .custom-inner-wrapper {
    border: 1px solid #8fd400;
    margin-bottom: 4px;
}

.latest-feature-grp .custom-latest-feature:nth-child(6) {
    min-height: 338px;
}

.latest-feature-grp .custom-latest-feature:nth-child(12) {
    min-height: 338px;
}

.hs-fullwidth-top-pane .hs-row1-fullwidth-wrapper {
    padding: 120px 0;
}

.hs-fullwidth-top-pane .hs-row1-fullwidth-wrapper .page-center {
    padding: 0 15px;
}

.hs-fullwidth-top-pane .hs-row1-fullwidth-wrapper .hs-row1-col1-flexi p.hs-imge img {
    margin-top: 20px;
    margin-bottom: 40px;
}
.hs-fullwidth-top-pane .hs-row1-fullwidth-wrapper .hs-row1-col1-flexi p.hs-imge {
    margin: 0;
}

.hs-fullwidth-top-pane .hs-row1-fullwidth-wrapper .hs-row1-col1-flexi a.btn {
    background: #242424;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    margin: 22px 0 0 0;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 0px;
    text-align: center;
    border: 1px solid transparent;
    font-weight: 600;
}

.hs-fullwidth-top-pane .hs-row1-fullwidth-wrapper .hs-row1-col1-flexi a.btn:hover {
    color: #575757;
}

.hs-fullwidth-top-pane .hs-row1-fullwidth-wrapper .hs-row1-col1-flexi p strong {
    font-weight: 600;
}


.custom-bg-image-section:before {
    background: #000000;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
}
.custom-bg-image-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 350px!important;
    padding: 6% 0 0 0;
    position: relative;
}

.custom-bg-image-section .page-center {
    padding: 0 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.custom-bg-image-section .page-center .custom-top-banner-title > .cell-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.custom-bg-image-section .page-center .custom-top-banner-title > .cell-wrapper > span {
    display: table-cell;
    vertical-align: middle;
    padding: 5% 0 0 0;
    width: 100%;
}

.custom-bg-image-section .page-center .custom-top-banner-title > .cell-wrapper > span h1 {
    font-weight: 400;
    text-shadow: 2px 3px 7px #000;
    font-size: 60px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 110%;
    margin-bottom: 0;
    color: #fff;
}

.custom-bg-image-section {
    margin-top: -1px;
}

.hs-fullwidth .body-container .page-center {
    padding: 0 15px;
}
.hs-fullwidth .body-container .page-center h4 {
    color: #333333;
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
}

.hs-fullwidth .body-container .page-center p {
    font-family: HelveticaNeueRoma, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #555555;
}
.hs-fullwidth .body-container .page-center p a {
    color: #5c5b5b;
    cursor: pointer;
}

.hs-fullwidth .body-container .page-center ol {
    font-family: HelveticaNeueRoma, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
}


/******************** Request Live Demo Page Styling ****************************/


.hs-request-live-demo .hs-row1-live-demo-grp {
    padding: 60px 0;
}

.hs-request-live-demo .hs-row1-live-demo-grp .page-center {
    padding: 0 15px;
}

.hs-request-live-demo .hs-row1-live-demo-grp .page-center > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.hs-request-live-demo .hs-row1-live-demo-grp .hs-row1-live-demo-left-col,
.hs-request-live-demo .hs-row1-live-demo-grp .hs-row1-live-demo-right-col{
    width: 100%!important;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.hs-request-live-demo .hs-row1-live-demo-grp .hs-row1-live-demo-right-col {
    margin-left: 0!important;
}


.hs-demo-list {
    margin: 0 0 20px 0;
}

.hs-demo-list .custom-inner-grp .demo-image {
    float: left;
    margin: 14px 0 0 0;
}

.hs-demo-list .custom-inner-grp .demo-text p {
    font-size: 14px;
    color: #333;
    line-height: 130%;
}
.hs-demo-list .custom-inner-grp .demo-text h3 {
    font-size: 16px;
    margin: 10px 0 10px 0px;
    font-weight: 400;
    padding: 0;
    color: #000;
    line-height: 1.1;
}
.hs-demo-list .custom-inner-grp .demo-text {
    float: left;
    margin: 0 0 0 15px;
    width: 80%;
    text-transform: none;
}

.hs-request-live-demo .hs-row1-live-demo-grp .hs-row1-live-demo-right-col .form-title {
    display: none;
}

.hs-request-live-demo .hs-row1-live-demo-grp .hs-row1-live-demo-right-col form label span.hs-form-required {
    display: none;
}

.hs-request-live-demo .hs-row1-live-demo-grp .hs-row1-live-demo-right-col form select {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    font-size: 11px;
    width: 100%;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    max-width: 100%;
    resize: none;
    padding: 13px 15px;
    line-height: normal;
    -webkit-appearance: menulist;
}

.hs-request-live-demo .hs-row1-live-demo-grp .hs-row1-live-demo-right-col form select:focus {
    outline: -webkit-focus-ring-color auto 5px;
}
.hs-request-live-demo .hs-row1-live-demo-grp .hs-row1-live-demo-right-col form .hs_submit input.hs-button.primary.large {
    letter-spacing: 0;
    font-family: "Open Sans", sans-serif;
    margin-top: 23px;
}
ul.hs-error-msgs.inputs-list li label {
    color: red;
}
ul.hs-error-msgs.inputs-list {
    margin-bottom: 0;
    margin-top: -10px;
}

.hs-request-live-demo .hs-row2-live-demo-grp {
    padding: 120px 5%;
}

.hs-request-live-demo .hs-row2-live-demo-grp .hs-row2-live-demo-col1-flexi h2 {
    color: #8fd400;
    font-size: 32px;
    text-transform: none;
    margin: 0 0 35px 0;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
}

.hs-request-live-demo .hs-row2-live-demo-grp .hs-row2-live-demo-col1-flexi p {
    font-size: 19px;
    padding: 0 20%;
    margin: 0 0 75px 0;
    color: #595959;
    text-align: center;
}

.hs-request-live-demo .hs-row2-live-demo-grp .hs-row2-live-demo-col2-flexi > span {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.hs-request-live-demo .hs-row2-live-demo-grp .hs-row2-live-demo-col2-flexi > span .hs_cos_wrapper_type_custom_widget {
    width: 33.33333333%;
    padding: 0px 3%;
    float: left;
    position: relative;
    min-height: 1px;
}

.hs-customer-review {
    text-align: center;
}

.hs-customer-review .top-description p {
    color: #595959;
}

.hs-customer-review .hs-btm-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 60px;
    vertical-align: middle;
}

.hs-customer-review .hs-details h3.name {
    color: #595959;
    line-height: 28px;
    font-size: 16px;
    margin: 10px 0 -7px 0;
    text-transform: uppercase;
}

.hs-capabilities .hs-capabilities-row1 {
    padding: 60px 5%;
    background: #595959;
    color: #fff;
}

.hs-capabilities .hs-capabilities-row1 .page-center {
    padding: 0 15px;
}


.hs-capabilities .hs-capabilities-row1 .page-center .hs-capabilities-row1-col1 .hs_cos_wrapper_type_rich_text h3 {
    text-align: center;
    font-size: 33px;
    margin: 0 0 70px 0;
    color: #8fd400;
    line-height: 45px;
}

.hs-capabilities .hs-capabilities-row1 .page-center .hs-capabilities-row1-col2 > span {
    display: block;
    margin: 0 -15px;
}

.hs-capabilities .hs-capabilities-row1 .page-center .hs-capabilities-row1-col2 .hs_cos_wrapper_type_custom_widget {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.hs-capabilities .hs-capabilities-row1 .page-center .hs-capabilities-row1-col2 .hs_cos_wrapper_type_space {
    height: 100px;
    display: block;
    clear: both;
}

.hs-growth-module .inner-grp .left-col-img {
    float: left;
}

.hs-growth-module .inner-grp .right-col-content .description p {
    color: #fff;
}
.hs-growth-module .inner-grp .right-col-content h3 {
    color: #fff;
    text-transform: none;
    line-height: 30px;
    margin: 0 0 20px 0;
    font-size: 20px;
}
.hs-growth-module .inner-grp .right-col-content {
    width: 65%;
    float: left;
    margin: 0 0 0 31px;
    padding: 0 0% 0 0;
}

.hs-success-story .page-center .inner-page-center {
    margin-left: -15px;
    margin-right: -15px;
}
.hs-success-story .page-center {
    padding: 0 15px;
}
.hs-success-story {
    padding: 0px 5%;
    overflow: hidden;
    border-bottom: 2px #d7d7d7 solid;
}

.hs-success-story .page-center .inner-page-center .hs-left-col img {
    max-width: 75%;
    float: left;
    margin: 0px;
}
.hs-success-story .page-center .inner-page-center .hs-left-col {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.hs-success-story .page-center .inner-page-center .hs-right-col {
    padding: 6% 0 0 0;
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
}   
.hs-success-story .page-center .inner-page-center .hs-right-col h3 {
    font-size: 27px;
    text-transform: none;
    font-weight: 400;
    margin: 15px 0;
    color: #595959;
    line-height: 1.1;
}

.hs-success-story .page-center .inner-page-center .hs-right-col h2 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
    color: #595959;
    font-size: 16px;
    text-transform: none;
}

.hs-success-story .page-center .inner-page-center .hs-right-col p.sub-title {
    color: #595959;
}
.hs-success-story .page-center .inner-page-center .hs-right-col .hs-decription p {
    color: #595959;
}

.hs-success-story .page-center .inner-page-center .hs-right-col .hs-author-section img {
    float: left;
    width: auto;
}

.hs-success-story .page-center .inner-page-center .hs-right-col .hs-author-section .hs-details {
    float: left;
    margin: 0 0 0 10px;
}

.hs-success-story .page-center .inner-page-center .hs-right-col .hs-author-section .hs-details p.author-name {
    color: #595959;
    margin: 0px;
}

.hs-success-story .page-center .inner-page-center .hs-right-col a.features-btn:hover {
    color: #575757;
}
.hs-success-story .page-center .inner-page-center .hs-right-col a.features-btn {
    background: #242424;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    margin: 50px 0 0 0;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
}

.hs-capabilities .hs-capabilities-row3 > .row-fluid-wrapper {
    padding: 120px 5%;
    overflow: hidden;
}

.hs-capabilities .hs-capabilities-row3 {
    overflow: hidden;
}

.hs-capabilities .hs-capabilities-row3:after {
    content: "";
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.hs-capabilities .hs-capabilities-row3 > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.hs-two-col-let-icon.hs-right .hs-inner-grp .hs-left-column img {
    vertical-align: middle;
    float: right;
    margin: 0 -38% 0 0;
}
.hs-two-col-let-icon.hs-right .hs-inner-grp .hs-left-column {
    left: 50%;
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.hs-two-col-let-icon.hs-right .hs-inner-grp .hs-right-column {
    right: 50%;
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.hs-two-col-let-icon .hs-inner-grp .hs-left-column,
.hs-two-col-let-icon .hs-inner-grp .hs-right-column {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.hs-two-col-let-icon .hs-inner-grp .hs-right-column .top-description p {
    color: #595959;
}
.hs-two-col-let-icon .hs-inner-grp .hs-right-column h3.hs-title {
    line-height: 1.1;
    padding: 0;
    color: #000;
    font-size: 28px;
    text-transform: none;
    font-weight: 400;
    margin: 10px 0 25px 0;
}

.hs-two-col-let-icon .hs-inner-grp .hs-right-column .hs-feature-section {
    margin: 45px 0 0 0;
}

.hs-two-col-let-icon .hs-inner-grp .hs-right-column .hs-feature-section .col1 img {
    width: 50px;
    float: left;
}

.hs-two-col-let-icon .hs-inner-grp .hs-right-column .hs-feature-section .col1 .details h2 {
    color: #58595b;
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
    margin: 0;
}
.hs-two-col-let-icon .hs-inner-grp .hs-right-column .hs-feature-section .col1 .details {
    width: 65%;
    float: left;
    margin: 0 0 0 31px;
    padding: 0 0% 0 0;
}

.hs-two-col-let-icon .hs-inner-grp .hs-right-column .hs-feature-section .col1 .details .feature-description p {
    color: #949494;
}

.hs-two-col-let-icon .hs-inner-grp .hs-right-column .hs-feature-section .col1:first-child {
    margin-bottom: 30px;
}

.hs-two-col-let-icon hr {
    margin-top: 100px;
    margin-bottom: 100px;
    border: 0;
    border-top: 1px solid #eee;
}

.hs-two-col-let-icon.hs-left .hs-inner-grp .hs-left-column img {
    float: left;
    margin: 0 0 0 -38%;
    vertical-align: middle;
}
.hs-capabilities .hs-capabilities-row3-col1 .hs_cos_wrapper_type_custom_widget:nth-child(2) .hs-two-col-let-icon .hs-inner-grp, .hs-capabilities .hs-capabilities-row3-col1 .hs_cos_wrapper_type_custom_widget:last-child .hs-two-col-let-icon .hs-inner-grp {
    margin: 0 -15px;
}
.hs-capabilities .hs-capabilities-row3-col1 .hs_cos_wrapper_type_custom_widget:last-child .hs-two-col-let-icon hr {
    display: none;
}

.hs-capabilities .hs-capabilities-row4 {
    padding: 120px 0;
}
.hs-capabilities .hs-capabilities-row4 .page-center {
    padding: 0 15px;
}

.hs-testimonial-review {
    padding: 0px 3%;
    text-align: center;
}


.hs-testimonial-review .top-description p {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    margin: 0 0 39px 0;
    color: #595959;
}

.hs-testimonial-review .hs-btm-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 60px;
}

.hs-testimonial-review .hs-details h3.name {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    margin: 10px 0 -7px 0;
    text-transform: uppercase;
}

.hs-three-eql-col {
    border-top: 2px #d7d7d7 solid;
    border-bottom: 2px #d7d7d7 solid;
    padding: 0px;
    margin: 0 0 100px 0;
}

.hs-three-eql-col .hs-inner-grp .col {
    padding: 0px 4%;
    border-right: 2px #d7d7d7 solid;
    min-height: 400px;
    width: 33.33333333%;
    float: left;
}
.hs-three-eql-col .hs-inner-grp .hs-col3.col {
    border-right: 0;
}
.hs-three-eql-col .hs-inner-grp .col a:hover {
    color: #575757;
}
.hs-three-eql-col .hs-inner-grp .col a {
    margin: 0 0 50px 0;
    background: #242424;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
}
.hs-three-eql-col .hs-inner-grp .col p {
    color: #595958;
    margin: 0 0 50px 0;
}
.hs-three-eql-col .hs-inner-grp .col h3 {
    font-size: 28px;
    text-transform: none;
    font-weight: 400;
    margin: 0px 0 25px 0;
    padding: 0;
    color: #000;
    line-height: 1.1;
}
.hs-three-eql-col .hs-inner-grp .col h2 {
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
    text-transform: uppercase;
    color: #8fd400;
    font-size: 12px;
    margin-top: 50px;
    margin-bottom: 0;
}


.hs-pricing .hs-pricing-row1 {
    background: #595959;
    padding: 120px 0;
}

.hs-pricing .hs-pricing-row1 .page-center {
    padding: 0 15px;
}

.hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col1 ul li img {
    vertical-align: middle;
}
.hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col1 ul li span {
    color: #fff;
    font-size: 12px;
    line-height: 28px;
}
.hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col1 ul li {
    float: left;
    margin: 0 21px 0 0;
}
.hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col1 ul {
    width: 350px;
    margin: 0 auto 0 auto;
    list-style: none outside none;
    padding: 0px;
    vertical-align: top;
}

.hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col2 > span {
    display: block;
    margin: 0 -15px;
}

.hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col2 > span {
    display: block;
    margin: 0 -15px;
}
.hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col2 .hs_cos_wrapper_type_custom_widget {
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
}

.hs-pricing-module .hs-inner-grp .hs-header-div {
    text-align: center;
    padding: 20px;
    border: 1px solid #fff;
}

.hs-pricing-module .hs-inner-grp .hs-header-div .hs-top-content {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 20px;
    color: #fff;
}

.hs-pricing-module .hs-inner-grp .hs-header-div .hs-second .per-month {
    font-size: 18px;
    display: inline;
}
.hs-pricing-module .hs-inner-grp .hs-header-div .hs-second .currency {
    font-size: 18px;
    position: absolute;
    left: 17px;
    top: -23px;
}
.hs-pricing-module .hs-inner-grp .hs-header-div .hs-second {
    line-height: 28px;
    color: #fff;
    font-size: 75px;
    margin: 30px 0 15px 0;
    position: relative;
}

.hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col1 {
    margin-bottom: 90px;
}
.hs-pricing-module .hs-inner-grp .hs-header-div .package-detail {
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    margin: 0 0 20px;
}

.hs-pricing-module .hs-inner-grp .hs-header-div .max-amt p span {
    font-size: 24px;
}
.hs-pricing-module .hs-inner-grp .hs-header-div .max-amt p {
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 0 0;
}

.hs-pricing-module .hs-inner-grp .hs-feature-block p {
    margin: 0;
    color: #fff;
}
.hs-pricing-module .hs-inner-grp .hs-feature-block {
    text-align: center;
    padding: 20px;
    border: 1px solid #fff;
    margin: 10px 0;
}
.hs-pricing-module .hs-inner-grp .hs-feature-block.inactive {
    opacity: .4;
}

.hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col3 .hs_cos_wrapper_type_rich_text a.btn-green-background:hover {
    color: #575757;
}
.hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col3 .hs_cos_wrapper_type_rich_text {
    text-align: center;
}
.hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col3 .hs_cos_wrapper_type_rich_text a.btn-green-background {
    background: #8fd400;
    font-weight: 600;
    margin: 30px 0;
    text-transform: uppercase;
    margin-left: 20px;
    padding: 13px 52px;
    color: #000;
    letter-spacing: 0px;
    font-size: 17px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    border: 1px solid transparent;
}

.hs-pricing-row2 .page-center > .row-fluid-wrapper {
    margin: 0 -15px;
}
.hs-pricing-row2 .page-center {
    padding: 0 15px;
}
.hs-pricing-row2 {
    padding: 0px 5%;
    overflow: hidden;
    border-bottom: 2px #d7d7d7 solid;
}
.hs-pricing-row2 .page-center .hs-pricing-row2-left-col, .hs-pricing-row2 .page-center .hs-pricing-row2-right-col {
    max-width: 50%;
    width: 100%!important;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0!important;
}
.hs-pricing-row2 .page-center .hs-pricing-row2-right-col {
    padding: 6% 0 0 0;
}

.hs-pricing-row2 .page-center .hs-pricing-row2-right-col h3 {
    color: #595959;
    font-size: 27px;
    text-transform: none;
    font-weight: 400;
    margin: 15px 0;
    line-height: 1.1;
}
.hs-pricing-row2 .page-center .hs-pricing-row2-right-col h2 {
    color: #595959;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
    margin: 0;
}

.hs-pricing-row2 .page-center .hs-pricing-row2-right-col ul li img {
    width: 30px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.hs-pricing-row2 .page-center .hs-pricing-row2-right-col ul li {
    margin: 0 0 10px 0;
}
.hs-pricing-row2 .page-center .hs-pricing-row2-right-col ul {
    margin: 30px 0 0 20px;
    font-size: 16px;
    color: #000;
    list-style: none outside none;
    padding: 0;
}

.hs-pricing-row2 .page-center .hs-pricing-row2-right-col a.features-btn:hover,
.hs-pricing .hs-pricng-row3 .page-center .hs-pricng-row3-col3 a.features-btn-center:hover{
    color: #575757;
}
.hs-pricing-row2 .page-center .hs-pricing-row2-right-col a.features-btn {
    padding: 10px 60px;
    margin: 20px 0 0 0;
    background: #242424;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    margin-bottom: 20px;
}

.hs-pricing .hs-pricng-row3 .page-center .hs-pricng-row3-col3 a.features-btn-center {
    padding: 10px 50px;
    background: #242424;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    margin: 50px 0;
}

.hs-pricing-row2 .page-center .hs-pricing-row2-left-col img {
    float: left;
    margin: 0px;
    max-width: 75%;
}


.hs-pricing .hs-pricng-row3 > .row-fluid-wrapper {
    padding: 120px 0;
}

.hs-pricing .hs-pricng-row3 .page-center {
    padding: 0 15px;
}
.hs-pricing .hs-pricng-row3 .page-center .hs-pricng-row3-col1 h1 {
    text-transform: none;
    text-align: center;
    margin: 0 0 80px 0;
    color: #595959;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
}

.hs-pricing .hs-pricng-row3 .page-center .hs-pricng-row3-col2 p {
    color: #7a7a7a;
    margin-bottom: 40px;
}
.hs-pricing .hs-pricng-row3 .page-center .hs-pricng-row3-col2 h3 {
    text-transform: none;
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.1;
}

.hs-pricing .hs-pricng-row3 .page-center .hs-pricng-row3-col3 {
    text-align: center;
}

.hs-pricing .hs-pricng-row3:after {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    display: block;
    content: "";
}

.hs-pricing .hs-pricng-row5 .page-center {
    padding: 0 15px;
}
.hs-pricing .hs-pricng-row5 {
    padding: 120px 0;
}

.hs-abt-us .hs-abt-us-row1 > .row-fluid-wrapper,
.hs-abt-us .hs-abt-us-row2 > .row-fluid-wrapper,
.hs-abt-us .hs-abt-us-row3 > .row-fluid-wrapper {
    padding: 120px 0;
}



.hs-abt-us .hs-abt-us-row1 .page-center,
.hs-abt-us .hs-abt-us-row2 .page-center,
.hs-abt-us .hs-abt-us-row3 .page-center {
    padding: 0 15px;
}

.hs-abt-us .hs-abt-us-row1 .page-center .hs-abt-us-row1-col1 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #000;
}

.hs-abt-us .hs-abt-us-row1:after,
.hs-abt-us .hs-abt-us-row2:after,
.hs-abt-us .hs-abt-us-row3:after{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    display: block;
    content: "";
}

.hs-abt-us .hs-abt-us-row2 .page-center .hs-abt-us-row2-left-col h3,
.hs-abt-us .hs-abt-us-row2 .page-center .hs-abt-us-row2-right-col h3{
    font-size: 45px;
    margin: 0 0 10px 0;
    font-weight: 700;
    padding: 0;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1;
}
.hs-abt-us .hs-abt-us-row2 .page-center .hs-abt-us-row2-left-col,
.hs-abt-us .hs-abt-us-row2 .page-center .hs-abt-us-row2-right-col{
    text-align: center;
}

.hs-abt-us .hs-abt-us-row3 .page-center .hs-abt-us-row3-top-header h2 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
    margin: 0 0 50px;
    text-transform: uppercase;
    color: #000;
}

.hs-abt-us .hs-abt-us-row3 .page-center .hs-abt-us-row3-left-col h3,
.hs-abt-us .hs-abt-us-row3 .page-center .hs-abt-us-row3-right-col h3 {
    margin: 20px 0 10px 0;
    font-size: 14px;
    letter-spacing: inherit;
    font-weight: 700;
    padding: 0;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1;
}


.hs-abt-us .hs-abt-us-row4 .page-center {
    padding: 0 15px;
}
.hs-abt-us .hs-abt-us-row4 {
    padding: 120px 0;
}

.hs-abt-us .hs-abt-us-row4 .hs_cos_wrapper_type_header h1 {
    text-align: center;
    margin: 0 0 50px 0;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}
.hs-abt-us .hs-abt-us-row4 .hs-abt-us-row4-col1 .hs-abt-us-row4-col1-col1 .hs_cos_wrapper_type_custom_widget:first-child {
    margin-left: 12%;
}
.hs-abt-us .hs-abt-us-row4 .hs-abt-us-row4-col1 .hs-abt-us-row4-col1-col1 .hs_cos_wrapper_type_custom_widget,
.hs-abt-us .hs-abt-us-row4 .hs-abt-us-row4-col1-col2 .hs_cos_wrapper_type_custom_widget,
.hs-abt-us .hs-abt-us-row4 .hs-abt-us-row4-col3-col1 .hs_cos_wrapper_type_custom_widget,
.hs-abt-us .hs-abt-us-row4 .hs-abt-us-row4-col4-col1 .hs_cos_wrapper_type_custom_widget,
.hs-abt-us .hs-abt-us-row4 .hs-abt-us-row4-col5-col1 .hs_cos_wrapper_type_custom_widget,
.hs-abt-us .hs-abt-us-row4 .hs-abt-us-row4-col6-col1 .hs_cos_wrapper_type_custom_widget {
    width: 25%;
    float: left;
    text-align: center;
}

.hs-team-module .inner-wrapper {
    text-align: center;
}

.hs-team-module .inner-wrapper img {
    margin: 50px 0 0 0;
    vertical-align: middle;
}

.hs-team-module .inner-wrapper .team-details h3.hs-member-name {
    margin: 20px 0 0 0;
    font-size: 14px;
    letter-spacing: inherit;
    font-weight: 700;
    padding: 0;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1;
}

.hs-team-col {
    margin: 0 0 100px 0px;
}

.hs-abt-us-row4-col3-col1 > span,
.hs-abt-us-row4-col4-col1 > span,
.hs-abt-us-row4-col5-col1 > span,
.hs-abt-us-row4-col6-col1 > span{
    display: block;
    margin: 0 -15px;
}

.hs-quote-module .page-center {
    padding: 0 15px;
}
.hs-quote-module {
    background-color: #595959;
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.hs-quote-module .page-center .top-content p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.hs-quote-module .page-center .btm-author {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    float: right;
    margin: 15px 20% 0 0;
}

.hs-quote-module .page-center .btm-author p.author-name span {
    font-size: 16px;
}
.hs-quote-module .page-center .btm-author p.author-name {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.custom-2-col-image .innr-grp {
    padding: 120px 0;
    overflow: hidden;
}

.custom-2-col-image .innr-grp .page-center {
    padding: 0 0px;
}

.custom-2-col-image.hs-right-side .innr-grp .page-center .left-col-section {
    padding-right: 55px;
}
.custom-2-col-image .innr-grp .page-center .left-col-section {
    width: 66.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-2-col-image .innr-grp .page-center .left-col-section h2 {
    color: #595959;
    text-transform: none;
    font-size: 16px;
    margin: 0 0 11px 0;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
}

.custom-2-col-image .innr-grp .page-center .left-col-section h3 {
    line-height: 1.1;
    color: #595959;
    text-transform: none;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.custom-2-col-image.hs-right-side .innr-grp .page-center .right-col-content img {
    float: right;
    margin: 0 -38% 0 0;
    margin-top: 40px;
    vertical-align: middle;
}
.custom-2-col-image .innr-grp .page-center .right-col-content {
    right: 8.33333333%;
    float: left;
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-2-col-image.hs-right-side hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.custom-2-col-image.hs-left-side .innr-grp .page-center .left-col-section {
    left: 33.33333333%;
    padding-left: 55px;
}

.custom-2-col-image.hs-left-side .innr-grp .page-center .right-col-content img {
    float: left;
    margin: 0 0 0 -38%;
    margin-top: 110px;
}
.custom-2-col-image.hs-left-side .innr-grp .page-center .right-col-content {
    right: 66.66666667%;
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.custom-2-col-image .innr-grp .page-center .right-col-content {
    right: 8.33333333%;
    float: left;
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper h1 span {
    letter-spacing: 1px;
    font-weight: 400;
    color: #8fd400;
}
.custom-2-col-image .innr-grp .page-center .left-col-section blockquote {
    margin: 20px 0 20px 5%;
}
.custom-2-col-image.hs-left-side hr {
    display: none;
}

.hs-customer-success-row4 {
    padding: 120px 0;
}

.hs-customer-success-row4 .page-center {
    padding: 0 15px;
}

.hs-customer-success-row4 .hs-customer-success-row5-left-col {
    padding-right: 90px;
}
.hs-customer-success-row4 .hs-customer-success-row5-left-col h2 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #000;
}

.hs-customer-success-row4 .hs-customer-success-row5-right-col img {
    vertical-align: middle;
    margin: 0 0 13% 0;
}

.hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper a {
    margin-right: 20px;
}

.video-wrapper {
   height: 100%;
   overflow: hidden;
   position: absolute;
   width: 100%;
   top:0;
   left:0;
   right:0;
}
video {
   background-size: cover;
   display: table-cell;
   vertical-align: middle;
   width: 100%;
}
.html-video {
   background-color: #000;
   height: auto;
   left: 50%;
   min-height: 100%;
   min-width: 100%;
   position: absolute;
   top: 50%;
   -ms-transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: auto;
   z-index: -3;
   object-fit: cover;

}
.hs-banner-section.home-banner {
   height:100vh;
   min-height:0;
}

.hs-home-page .hs-banner-section.home-banner {
    height: 75vh;
    min-height: 0;
    padding: 0!important;
    overflow:hidden;
}

.hs-home-page .hs-banner-section.home-banner .page-center.clearfix {
    height: 75vh;
}
.hs-home-page .hs-banner-section .page-center .inner-page-center {
    height: 75vh;
    top: 0;
    bottom: 0;
}

.hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper h1 {
    font-weight: 200!important;
    margin-bottom: 0!important;
    margin-top: 30px;
}
.hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper ul li:last-child {
    margin: 0;
}
.hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper ul li {
    float: left;
    width: auto;
    color: #fff;
    font-size: 24px;
    margin: 0 50px 0 0;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}
.hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper ul {
    width: 825px;
    margin: 50px auto 100px auto;
    padding: 0;
    list-style: none;
}



.hs-home-page .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper a.down-arrow img {
    width: 25px;
    vertical-align: middle;
}
.hs-home-page .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper a.down-arrow {
    height: 100px;
    width: 100px;
    margin: 3% 0 0 -14px;
    display: inline-block;
    padding: 20px 0 0 0;
    background: none;
    border: 0;
}

.hs-home-page .hs-homepage-row1-grp {
    padding: 60px 0;
}
.hs-home-page .hs-homepage-row1-grp .page-center {
    padding: 0 15px;
}

.hs-home-page .hs-homepage-row1-grp .page-center .hs-homepage-row1-col1 img {
    vertical-align: middle;
    width: 86px;
    float: left;
    margin: 0 20px;
}
.hs-home-page .hs-homepage-row2-grp {
    background: #595959;
    color: #fff;
    padding: 120px 5%;
    text-align: center;
}

.hs-home-page .hs-banner-section .opacity-light-max.bg-black {
    background: rgba(67,67,67,0.5);
    opacity:1;
}

.hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper h1 {
    text-shadow:none;
}

.hs-home-page .hs-homepage-row2-grp .hs-homepage-row2-col1 p {
    font-size: 18px;
    margin: 0 auto 70px auto;
    max-width: 800px;
    color: #adaba6;
}

.hs-home-page .hs-homepage-row2-col2 >span {
    display: block;
    margin: 0 -15px;
}


.hs-3-eql-col .inner-grp .col h2 {
    color: #fff;
    margin: 60px 0 25px 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
    text-transform: uppercase;
}
.hs-3-eql-col .inner-grp .col img {
    vertical-align: middle;
}
.hs-3-eql-col .inner-grp .col {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.hs-3-eql-col .inner-grp .col p {
    color: #adaba6;
}

.hs-home-page .hs-homepage-row3-grp > .row-fluid-wrapper {
    padding: 120px 5%;
    overflow: hidden;
}

.hs-home-page .hs-homepage-row3-grp .hs-homepage-row3-col1 > span {
    display: block;
    margin: 0 -15px;
}

.hs-home-2-col .innr-grp .left-col-section {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.hs-home-2-col.hs-right-side .innr-grp .left-col-section img {
    float: right;
    margin: 0 -38% 0 0;
}
.hs-home-2-col.hs-right-side .innr-grp .left-col-section {
    left: 50%;
}

.hs-home-2-col .innr-grp .right-col-content a.btn {
    background: #242424;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    margin: 0px;
    letter-spacing: 0px;
    text-align: center;
    border: 1px solid transparent;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}
.hs-home-2-col .innr-grp .right-col-content p {
    color: #595959;
}
.hs-home-2-col .innr-grp .right-col-content h3 {
    font-size: 28px;
    text-transform: none;
    font-weight: 400;
    margin: 10px 0 25px 0;
    padding: 0;
    color: #000;
    line-height: 1.1;
}
.hs-home-2-col .innr-grp .right-col-content h2 {
    text-transform: uppercase;
    color: #8fd400;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
    margin: 0;
}
.hs-home-2-col .innr-grp .right-col-content {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.hs-home-2-col.hs-right-side .innr-grp .right-col-content {
    right: 50%;
}

.hs-home-2-col hr {
    margin-top: 100px;
    margin-bottom: 100px;
    border: 0;
    border-top: 1px solid #eee;
}
.hs-home-2-col.hs-left-side .innr-grp .left-col-section img {
    float: left;
    margin: 0 0 0 -38%;
    vertical-align: middle;
}

.hs-home-page .hs-homepage-row3-grp .hs-homepage-row3-col1 > span .hs_cos_wrapper_type_custom_widget:last-child .hs-home-2-col.hs-left-side hr {
    display: none;
}

.hs-home-page .hs-homepage-row3-grp:after {
    content: "";
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.custom-blog-banner-section {
    background-size: cover;
    min-height: 700px!important;
    padding: 6% 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -1px;
    position: relative;
}

.custom-blog-banner-section .page-center {
    position: relative;
    z-index: 5;
    padding: 0 15px;
}
.custom-blog-banner-section .page-center > .row-fluid-wrapper {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
}

.custom-blog-banner-section .page-center > .row-fluid-wrapper > .row-fluid {
    display: table;
    height: 100%;
    width: 100%;
}

.custom-blog-banner-section .page-center > .row-fluid-wrapper > .row-fluid .custom-banner-content {
    display: table-cell;
    vertical-align: middle;
    padding: 14% 0 0 0;
}

.custom-blog-banner-section .page-center .custom-banner-content h1 {
    font-weight: 400;
    text-shadow: 2px 3px 7px #000;
    font-size: 60px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 110%;
    margin-bottom: 5px;
    color: #FFF;
}

.custom-blog-banner-section .page-center .custom-banner-content h2 {
    color: #fff;
    margin: 20px 0;
    text-transform: none;
    text-shadow: 2px 3px 7px #000;
    line-height: 30px;
    font-size: 24px;
    font-weight: 400;
}

.custom-blog-banner-section:after {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    max-height: 700px;
    background: #000000;
    display: block;
    content: "";
}


.hs-testimonial-review .hs-details span.company {
    color: #595959;
}

.hs-fullwidth .body-container .page-center strong {
    font-weight: 600;
}

body.hs-lp-layout .body-container .page-center {
    padding: 50px 15px;
}
body.hs-lp-layout .custom-bg-image-section .page-center {
    padding: 0 15px!important;
}

.hs-system-layout .body-container .page-center {
    padding: 120px 15px 50px;
}

/****************** 404 Page Styling ******************************/

.custom-banner-section-404 {
    min-height: 700px!important;
    padding: 6% 0 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top:-1px;
}

.custom-banner-section-404 .page-center {
    position: relative;
    z-index: 5;
    padding: 0 15px;
}
.custom-banner-section-404:after {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #000;
    display: block;
    content: "";
}
.custom-banner-section-404 .page-center > .row-fluid-wrapper {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
}
.custom-banner-section-404 .page-center > .row-fluid-wrapper >.row-fluid {
    display: table;
    height: 100%;
    width: 100%;
}

.custom-banner-section-404 .page-center > .row-fluid-wrapper >.row-fluid .custom_error_message {
    display: table-cell;
    vertical-align: middle;
    padding: 14% 0 0 0;
}

.custom-banner-section-404 .page-center > .row-fluid-wrapper >.row-fluid .custom_error_message .cell-wrapper {
    max-width: 83.33333333%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-banner-section-404 .page-center > .row-fluid-wrapper >.row-fluid .custom_error_message .cell-wrapper h1 {
    text-align: center;
    margin: 0 0 20px;
    color: #FFF;
    font-size: 60px;
    line-height: 100px;
    display: block;
    font-weight: 700;
}

.custom-banner-section-404 .page-center > .row-fluid-wrapper >.row-fluid .custom_error_message .cell-wrapper p {
    color: #FFF;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
}
.custom-banner-section-404 .page-center > .row-fluid-wrapper >.row-fluid .custom_error_message .cell-wrapper a:hover {
    border: 4px solid #fff;
    background-color: #fff;
    color: #000;
}
.custom-banner-section-404 .page-center > .row-fluid-wrapper >.row-fluid .custom_error_message .cell-wrapper a {
    color: #fff;
    font-size: 11px;
    padding: 2px 14px;
    letter-spacing: 1px;
    border: 4px solid #fff;
    background-color: transparent;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin: 30px 0;
}

.custom-404-body-inner form.hs-form {
    max-width: 600px;
    margin: 0 auto;
}

.hs-fullwidth .main-content {
    padding-top: 46px;
}

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


.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    padding:14px 20px 22px;
    position:relative;
    float:none;
    display:inline-block;
}

/*.sticky .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    padding-bottom:26px;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child{
    padding-bottom:7.5px;
}
*/
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children:hover{
    background:rgba(0, 0, 0, 0.8);
}

.sticky .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children:hover{
    background:rgba(0, 0, 0, 0.8);
}

@media (max-width:1200px){
    
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
        display: block;
        border-top: solid 2px #666666;
    }
}



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

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

@media (min-width: 1384px) and (max-width: 1430px){
    .custom-menu-primary .hs-menu-wrapper > ul>li {
        padding: 10px 13px;
    }
}

@media (max-width: 1383px) {
    .custom-menu-primary .hs-menu-wrapper > ul>li {
        padding: 10px 10px;
    }
}

@media (max-width: 1310px) {
    .custom-menu-primary .hs-menu-wrapper > ul>li {
        padding: 10px 7px 10px 10px;
    }
}

@media (min-width: 1199px) and (max-width: 1275px){

    ul.hello.filter-button-group li {
        margin: 10px 7px 10px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .container-fluid .row-fluid .page-center {
        max-width: 970px;
    }
    .hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col1-flexi .hs_cos_wrapper_type_custom_widget,
    .hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col2-flexi .hs_cos_wrapper_type_custom_widget {
        width: 31.8%;
        min-height: 219px;
    }
    .custom-case-study-listing .zz .hs-integration-module .hs-inner-grp .hs-btm-content p, .custom-case-study-listing .zz .hs-integration-module .hs-inner-grp .hs-btm-content span {
        min-height: 180px;
    }
    ul.hello.filter-button-group li {
        margin: 10px 7px 10px 10px;
    }
    .latest-feature-grp .custom-latest-feature:nth-child(6) {
        min-height: 364px;
    }
    .latest-feature-grp .custom-latest-feature:nth-child(9) {
        min-height: 420px;
    }
    .latest-feature-grp .custom-latest-feature:nth-child(12) {
        min-height: 366px;
    }
    .hs-home-page .hs-homepage-row3-grp .hs-homepage-row3-col1 > span .hs_cos_wrapper_type_custom_widget:nth-child(2) hr {
        margin-top: 110px;
    }
    .hs-home-page .hs-homepage-row3-grp .hs-homepage-row3-col1 > span .hs_cos_wrapper_type_custom_widget:nth-child(3) hr {
        margin-top: 138px;
    }
    .blog-pagination .pagination-btm-section a.prev-link img {
        margin: 0 125px 0 10px;
    }
    .blog-pagination .pagination-btm-section a.next-link img {
        margin: 0 10px 0 125px;
    }
    .hs-pricing-module .hs-inner-grp .hs-header-div .hs-second {
        font-size: 55px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .container-fluid .row-fluid .page-center {
        max-width: 750px;
    }
    .custom-case-study-listing .zz .hs-integration-module {
        width: 50%;
    }
    ul.hello.filter-button-group li a {
        margin-left: 16px;
        margin-right: 16px;
    }
    ul.hello.filter-button-group li {
        margin: 10px 7px 10px 10px;
    }
    .hs-new-features .hs-row1-fullwidth-wrapper {
        padding: 90px 0;
    }
    .custom-latest-feature .custom-inner-wrapper {
        margin: 20px;
    }
    .custom-latest-feature {
        width: 100%;
        float: none;
        min-height: auto!important;
        margin-bottom: 20px;
    }
    .custom-latest-feature:nth-child(3n) {
        margin-bottom: 75px;
    }
    .custom-latest-feature:last-child {
        margin-bottom: 55px;
    }
    .blog-pagination .pagination-btm-section a.prev-link img {
        margin: 0 125px 0 10px;
    }
    .blog-pagination .pagination-btm-section a.next-link img {
        margin: 0 10px 0 125px;
    }
}



@media (max-width: 991px) {
    .custom-copyright-grp .custom-copyright,
    .custom-footer-nav-grp .custom-footer-menu {
        max-width: 100%;
        width: 100%!important;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .custom-copyright-grp .custom-footer-logo,
    .custom-footer-nav-grp .custom-social-icon {
        max-width: 100%;
        width: 100%!important;
        margin-left: 0!important;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .custom-copyright-grp .custom-footer-logo img {
        float: left;
    }
    .custom-footer-nav-grp .custom-social-icon p {
        float: left;
        margin: 20px 0 0 0;
    }
    .custom-footer-nav-grp .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li {
        display: inline-block;
        margin: 0 10px 0 0;
        float: none!important;
        width: auto;!important
    }
    .hs-two-col-left .hs-inner-wrapper .hs-left-col,
    .hs-two-col-left .hs-inner-wrapper .hs-right-col {
        width: 100%;
        float: none;
    }
    .hs-ecommerce-integration .hs-row1-fullwidth-wrapper {
        margin-top: -1px;
        padding: 90px 0;
    }
    .hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col1-flexi .hs_cos_wrapper_type_custom_widget,
    .hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col2-flexi .hs_cos_wrapper_type_custom_widget {
        width: 95%;
        min-height: 200px;
        float: none;
        margin: 0 0 50px 10px;
    }
    .hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col1-flexi,
    .hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col2-flexi {
        margin-bottom: 0;
    }
    .hs-feature-module {
        min-height: 200px;
    }
    
    .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper h1 {
        margin: 40px 0;
    }
    .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper h2 {
        padding: 0 20px;
    }
    .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper a {
        margin: 10px 10%!important;
        max-width: 250px;
    }
    .hs-fullwidth-top-pane .hs-row1-fullwidth-wrapper,
    .hs-pricing .hs-pricng-row3 > .row-fluid-wrapper {
        padding: 90px 0;
    }
    .hs-fullwidth-top-pane .hs-row1-fullwidth-wrapper .hs-row1-col1-flexi a.btn {
        margin: 22px 0 50px 0;
    }
    .custom-bg-image-section .page-center .custom-top-banner-title > .cell-wrapper > span h1 {
        margin: 40px 0;
    }
    .hs-request-live-demo .hs-row1-live-demo-grp .hs-row1-live-demo-left-col, .hs-request-live-demo .hs-row1-live-demo-grp .hs-row1-live-demo-right-col {
        max-width: 100%;
    }
    .custom-bg-image-section .page-center {
        padding: 0 0;
    }
    .hs-request-live-demo .hs-row2-live-demo-grp .hs-row2-live-demo-col2-flexi > span .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        float: none;
        margin-bottom: 73px;
    }
    .hs-request-live-demo .hs-row2-live-demo-grp .hs-row2-live-demo-col2-flexi > span .hs_cos_wrapper_type_custom_widget:nth-child(2) {
        margin-bottom: 50px;
    }
    .hs-request-live-demo .hs-row2-live-demo-grp .hs-row2-live-demo-col2-flexi > span .hs_cos_wrapper_type_custom_widget:last-child {
        margin-bottom: 50px;
    }
    
    .hs-capabilities .hs-capabilities-row1 .page-center .hs-capabilities-row1-col2 .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        float: none;
    }
    
    .hs-growth-module .inner-grp .left-col-img {
        float: none;
        text-align: center;
    }
    .hs-growth-module .inner-grp .right-col-content {
        width: 100%;
        margin: 0 0 0 0;
        text-align: center;
    }
    .hs-growth-module .inner-grp .right-col-content h3 {
        margin: 20px 0;
    }
    .hs-growth-module .inner-grp .right-col-content .description p {
        color: #fff;
        margin-bottom: 60px;
    }
    .hs-capabilities .hs-capabilities-row1 .page-center .hs-capabilities-row1-col2 .hs_cos_wrapper_type_space {
        height: 0;
    }
    .hs-success-story .page-center .inner-page-center .hs-left-col {
        width: 100%;
        text-align: center;
    }
    .hs-success-story .page-center .inner-page-center .hs-right-col {
        width: 100%;
    }
    .hs-success-story .page-center .inner-page-center .hs-right-col a.features-btn {
        margin: 50px 0;
    }
    .hs-success-story {
        padding: 0 10%;
    }
    .hs-capabilities .hs-capabilities-row3 > .row-fluid-wrapper {
        padding: 120px 10%;
    }
    .hs-two-col-let-icon.hs-right .hs-inner-grp .hs-left-column {
        left: 0;
        width: 100%;
    }
    .hs-two-col-let-icon.hs-right .hs-inner-grp .hs-left-column img {
        float: none;
        margin: 0 0 30px 0;
    }
    .hs-two-col-let-icon.hs-right .hs-inner-grp .hs-right-column {
        right: 0;
        width: 100%;
    }
    .hs-two-col-let-icon .hs-inner-grp .hs-left-column, .hs-two-col-let-icon .hs-inner-grp .hs-right-column {
        width: 100%;
    }
    .hs-two-col-let-icon.hs-left .hs-inner-grp .hs-left-column img {
        float: none;
        margin: 0 0 30px 0;
    }
    .hs-capabilities .hs-capabilities-row4 {
        padding: 90px 0;
    }
    .hs-three-eql-col .hs-inner-grp .col {
        border-right: 0px #d7d7d7 solid;
        min-height: 0;
        width: 100%;
        float: none;
    }
    .hs-pricing .hs-pricing-row1,
    .hs-pricing .hs-pricng-row5,
    .hs-abt-us .hs-abt-us-row1 > .row-fluid-wrapper, 
    .hs-abt-us .hs-abt-us-row2 > .row-fluid-wrapper, 
    .hs-abt-us .hs-abt-us-row3 > .row-fluid-wrapper,
    .hs-abt-us .hs-abt-us-row4,
    .hs-quote-module,
    .custom-2-col-image .innr-grp,
    .hs-customer-success-row4,
    .hs-home-page .hs-homepage-row1-grp,
    .blog .custom-body-inner-grp,
    .hs-integration .hs-row2-fullwidth-wrapper{
        padding: 90px 0;
    }
    .hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col2 .hs_cos_wrapper_type_custom_widget {
        width: 100%;
    }
    .hs-pricing-module .hs-inner-grp .hs-header-div .hs-second {
        font-size: 75px;
        margin: 30px auto 15px auto;
        width: 229px;
    }
    
    .hs-pricing-row2 .page-center .hs-pricing-row2-left-col, .hs-pricing-row2 .page-center .hs-pricing-row2-right-col {
        max-width: 100%;
    }
    .hs-pricing-row2 {
        padding: 0 10%;
    }
    .hs-pricing-row2 .page-center .hs-pricing-row2-left-col img {
        float: none;
        max-width: 80.22%;
        margin: 0 auto;
        display: block;
    }
    .hs-pricing .hs-pricng-row3-col2 .hs-pricng-row3-col2-col1, 
    .hs-pricing .hs-pricng-row3-col2 .hs-pricng-row3-col2-col2,
    .hs-pricing .hs-pricng-row3-col2 .hs-pricng-row3-col2-col3,
    .hs-abt-us .hs-abt-us-row2 .page-center .hs-abt-us-row2-left-col,
    .hs-abt-us .hs-abt-us-row2 .page-center .hs-abt-us-row2-right-col,
    .hs-abt-us .hs-abt-us-row3 .page-center .hs-abt-us-row3-left-col,
    .hs-abt-us .hs-abt-us-row3 .page-center .hs-abt-us-row3-right-col,
    .hs-customer-success-row4 .hs-customer-success-row5-left-col,
    .hs-customer-success-row4 .hs-customer-success-row5-right-col {
        width: 100%!important;
        margin-left: 0!important;
    }
    .hs-pricing .hs-pricng-row5 .hs-testimonial-review .hs-details {
        margin: 0 0 50px 0;
        display: block;
    }
    .hs-abt-us .hs-abt-us-row3 .page-center .hs-abt-us-row3-left-col p:last-child {
        margin-bottom: 0;
    }
    
    .hs-abt-us .hs-abt-us-row4 .hs-abt-us-row4-col1 .hs-abt-us-row4-col1-col1 .hs_cos_wrapper_type_custom_widget,
    .hs-abt-us .hs-abt-us-row4 .hs-abt-us-row4-col1-col2 .hs_cos_wrapper_type_custom_widget, 
    .hs-abt-us .hs-abt-us-row4 .hs-abt-us-row4-col3-col1 .hs_cos_wrapper_type_custom_widget,
    .hs-abt-us .hs-abt-us-row4 .hs-abt-us-row4-col4-col1 .hs_cos_wrapper_type_custom_widget,
    .hs-abt-us .hs-abt-us-row4 .hs-abt-us-row4-col5-col1 .hs_cos_wrapper_type_custom_widget, 
    .hs-abt-us .hs-abt-us-row4 .hs-abt-us-row4-col6-col1 .hs_cos_wrapper_type_custom_widget,
    .custom-2-col-image .innr-grp .page-center .left-col-section,
    .hs-home-2-col .innr-grp .left-col-section,
    .hs-home-2-col .innr-grp .right-col-content{
        width: 100%;
    }
    .hs-abt-us .hs-abt-us-row4 .hs-abt-us-row4-col1 .hs-abt-us-row4-col1-col1 .hs_cos_wrapper_type_custom_widget:first-child {
        margin-left: 0;
    }
    .custom-2-col-image.hs-right-side .innr-grp .page-center .left-col-section {
        padding-right: 15px;
    }
    .custom-2-col-image .innr-grp .page-center .right-col-content {
        right: 0;
        width: 100%;
    }
    .custom-2-col-image.hs-right-side .innr-grp .page-center .right-col-content img {
        float: none;
        margin: 40px 0 30px 0;
    }
    .custom-2-col-image.hs-left-side .innr-grp .page-center .left-col-section {
        left: 0;
        padding-left: 15px;
    }
    .custom-2-col-image.hs-left-side .innr-grp .page-center .right-col-content {
        right: 0;
        width: 100%;
    }
    .custom-2-col-image.hs-left-side .innr-grp .page-center .right-col-content img {
        float: none;
        margin: 0 0 30px 0;
        margin-top: 110px;
    }
    .hs-customer-success-row4 .hs-customer-success-row5-left-col {
        padding-right: 15px;
    }
    .hs-customer-success-row4 .hs-customer-success-row5-right-col {
        text-align: center;
    }
    .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper h1 span {
        font-size: 60px;
    }
    .hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper ul {
        width: 100%;
    }
    .hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper ul li {
        margin: 0 20px 0 0;
    }
    .hs-home-page .hs-homepage-row3-grp .hs-homepage-row3-col1 > span .hs_cos_wrapper_type_custom_widget:nth-child(2) hr {
        margin-top: 110px;
    }
    .hs-home-page .hs-homepage-row3-grp .hs-homepage-row3-col1 > span .hs_cos_wrapper_type_custom_widget:nth-child(3) hr {
        margin-top: 138px;
    }
    .hs-home-page .hs-homepage-row1-grp .page-center .hs-homepage-row1-col1 img {
        width: 86px;
        float: none;
        margin: 40px auto;
        display: block;
    }
    .hs-3-eql-col .inner-grp .col {
        width: 100%;
    }
    .hs-home-page .hs-homepage-row3-grp > .row-fluid-wrapper {
        padding: 120px 10%;
    }
    .hs-home-2-col.hs-right-side .innr-grp .right-col-content {
        right: 0;
    }
    .hs-home-2-col.hs-right-side .innr-grp .left-col-section {
        left: 0;
    }
    .hs-home-2-col.hs-right-side .innr-grp .left-col-section img {
        float: none;
        margin: 0 0 30px 0;
    }
    .hs-home-2-col.hs-left-side .innr-grp .left-col-section img {
        float: none;
        margin: 0 0 30px 0;
    }
    .custom-blog-banner-section .page-center .custom-banner-content h1 {
        margin: 40px 0;
    }
    .custom-blog-banner-section .page-center .custom-banner-content h2 {
        margin: 20px;
    }
    
    .hs-success-story .page-center .inner-page-center .hs-left-col img {
        float: none;
        margin: 0px auto;
    }
    .blog .blog-content {
        width: 100%!important;
    }
    
    .blog .blog-sidebar {
        width: 100%!important;
        margin-left: 0!important;
        padding: 0!important;
        margin: 100px 0 0 0;
    }
    .custom-banner-section-404 .page-center > .row-fluid-wrapper >.row-fluid .custom_error_message .cell-wrapper a {
        width: 250px;
    }
    .hs-customer-success-row4 .hs-customer-success-row5-left-col {
        padding-right: 0;
    }
    .hs-testimonial-review {
        padding: 0px 0%;
    }
    .hs-request-live-demo .hs-row1-live-demo-grp .hs-row1-live-demo-right-col form .hs-input {
        max-width: 100%;
    }
    
    
}

@media (max-height: 638px) and (max-width: 991px){
    .hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper ul {
        margin: 20px 0 20px 0;
        display:inline-block;
        vertical-align:top;
        width:100%;
    }
    .hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper ul li {
    }
    .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper h1 {
        font-size: 50px;
    }
}


/* =============== 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%;
    }
    .custom-menu-primary.js-enabled {
        padding-top: 0;
        margin: 0;
    }
    
    .custom-logo {
        width: 100%!important;
        max-width: 50%;
        float: left!important;
        padding: 0 15px;
    }
    
    .hs-ecommerce-integration .hs-row1-fullwidth-wrapper {
        padding: 50px 0;
    }
    .hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col1-flexi .hs_cos_wrapper_type_custom_widget,
    .hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col2-flexi .hs_cos_wrapper_type_custom_widget {
        width: 95%;
        min-height: 200px;
        float: none;
        margin: 0 0 50px 10px;
    }
    .hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col1-flexi,
    .hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col2-flexi {
        margin-bottom: 0;
    }
    .hs-feature-module {
        min-height: 200px;
    }
    .hs-ecommerce-integration .hs-row2-fullwidth-wrapper .page-center > .row-fluid-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col1-flexi .hs_cos_wrapper_type_custom_widget, 
    .hs-ecommerce-integration .hs-row2-fullwidth-wrapper .hs-row2-col2-flexi .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        min-height: 200px;
        float: none;
        margin: 0 0 50px 0px;
    }
    .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper h1 {
        font-size: 42px;
        line-height: 45px;
        margin: 88px 0 0 0;
        letter-spacing: 2px;
    }
    
    .hs-banner-section {
        padding: 40px 0;
    }
    .hs-integration .hs-row1-fullwidth-wrapper {
        padding: 50px 0;
    }
    ul.hello.filter-button-group {
        height: 100%;
    }
    ul.hello.filter-button-group li {
        padding: 10px 7px 0px 10px;
        display: block;
        width: 100%;
        text-align: left;
        margin: 0;
    }
    ul.hello.filter-button-group li a {
        float: none;
        margin: 12px 0 0;
        padding-bottom: 13px;
        border-bottom: 2px solid #d4d4d4;
    }
    ul.hello.filter-button-group li:first-child a {
        margin: 0;
    }
    ul.hello.filter-button-group li a.active {
        border-width: 2px;
    }
    ul.hello.filter-button-group li:first-child {
        padding-bottom: 0;
    }
    ul.hello.filter-button-group li a:hover {
        border-bottom: 2px solid #000;
    }
    .hs-integration .hs-row1-fullwidth-wrapper .page-center .custom-case-study-listing .hs_cos_wrapper_type_raw_html {
        margin-bottom: 60px;
    }
    .custom-case-study-listing .zz .hs-integration-module {
        float: none;
        width: 100%;
    }
    ul.hello.filter-button-group li:last-child {
        margin-top: 3px;
    }
    .custom-case-study-listing .zz .hs-integration-module .hs-inner-grp .hs-btm-content p,
    .custom-case-study-listing .zz .hs-integration-module .hs-inner-grp .hs-btm-content span {
        min-height: auto;
        width: 100%;
    }
   
    .custom-latest-feature .custom-inner-wrapper {
        margin: 20px;
    }
    .custom-latest-feature {
        width: 100%;
        float: none;
        min-height: auto!important;
        margin-bottom: 20px;
    }
    .custom-latest-feature:nth-child(3n) {
        margin-bottom: 75px;
    }
    .custom-latest-feature:last-child {
        margin-bottom: 55px;
    }
    
    .custom-menu-navigation .custom-logo a img {
        max-width: 200px;
    }
    .custom-bg-image-section .page-center .custom-top-banner-title > .cell-wrapper > span h1 {
        font-size: 42px;
        line-height: 45px;
        margin: 88px 0 0 0;
        letter-spacing: 2px;
    }
    .custom-bg-image-section {
        padding: 42px 0;
    }
    .hs-capabilities .hs-capabilities-row4,
    .hs-pricing .hs-pricing-row1,
    .hs-fullwidth-top-pane .hs-row1-fullwidth-wrapper,
    .hs-new-features .hs-row1-fullwidth-wrapper,
    .hs-pricing .hs-pricng-row3 > .row-fluid-wrapper,
    .hs-pricing .hs-pricng-row5,
    .hs-abt-us .hs-abt-us-row1 > .row-fluid-wrapper,
    .hs-abt-us .hs-abt-us-row2 > .row-fluid-wrapper,
    .hs-abt-us .hs-abt-us-row3 > .row-fluid-wrapper,
    .hs-abt-us .hs-abt-us-row4,
    .hs-quote-module,
    .custom-2-col-image .innr-grp,
    .hs-customer-success-row4,
    .hs-home-page .hs-homepage-row1-grp,
    .blog .custom-body-inner-grp,
    .hs-integration .hs-row2-fullwidth-wrapper {
        padding: 50px 0;
    }
    .hs-capabilities .hs-capabilities-row4 .page-center > .row-fluid-wrapper {
        margin: 0 -15px;
    }
    .hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col1 {
        margin-bottom: 119px;
    }
    .hs-pricing-row2 .page-center .hs-pricing-row2-left-col img {
        float: none;
        margin: 0px;
        max-width: 75%;
        margin: 0 auto;
        display: block;
    }
    .hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper ul li {
        width: 100%;
        font-size: 24px;
        margin: 0 0 20px 0;
        float: none;
    }
    .hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper ul {
        margin: 50px 0 50px 0;
        width: 100%;
    }
    .hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper h1 {
        margin-top: 30px!important;
        letter-spacing: 0px!important;
    }
    .hs-home-page .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper a.down-arrow {
        margin: 3% 0 0 -14px!important;
    }
    .custom-blog-banner-section .page-center .custom-banner-content h1 {
        font-size: 42px;
        line-height: 45px;
        margin: 88px 0 0 0;
    }
    .custom-blog-banner-section {
        padding: 40px 0;
    }
    .hs-success-story .page-center .inner-page-center .hs-left-col {
        text-align: center;
    }
    .hs-success-story .page-center .inner-page-center .hs-left-col img {
        float: none;
    }
    .hs-two-col-left .hs-inner-wrapper .hs-left-col {
        text-align: center;
    }
    .blog-pagination .pagination-btm-section a.prev-link img {
        margin: -2px 20px 0 0;
    }
    .blog-pagination .pagination-btm-section a.next-link img {
        margin: -2px 0 0 20px;
    }
    .blog-pagination .pagination-btm-section a.prev-link,
    .blog-pagination .pagination-btm-section a.next-link{
        padding: 20px;
        margin: 0px;
        width: 49%;
    }
    .hs-quote-module .page-center .btm-author {
        float: none;
        margin: 15px 0% 0 0;
        text-align: center;
    }
    .custom-2-col-image .innr-grp .page-center .right-col-content {
        text-align: center;
    }
    .hs-pricing-row2 .page-center .hs-pricing-row2-right-col ul {
        margin: 30px 0 0 0px;
    }
    body.header-bg.hs-ecommerce-integration .header-container-wrapper {
        min-height: 50px;
    }
    #email-prefs-form .email-edit,
    .custom-404-body-inner form.hs-form{
        width: 100% !important;
        max-width: 100% !important;
    }
    .custom-banner-section-404 {
        padding: 40px 0;
    }
    .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper {
        padding: 14% 15px 0 15px;
    }
    .hs-customer-success-row4 .hs-customer-success-row5-left-col {
        padding-right: 0;
    }
    .hs-blog-post .header-container-wrapper {
        min-height: 50px;
    }

   
    
    
}  



@media (max-height: 690px) and (max-width: 767px){
    .hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper ul {
        margin: 20px 0 20px 0;
    }
    .hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper ul li {
    }
    .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper h1 {
        font-size: 37px;
    }
    .hs-home-page .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper a.down-arrow {
        margin: 1% 0 0 -14px!important;
    }
    .hs-home-page .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper a.down-arrow {
        padding: 10px 0 0 0;
    }
}

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

@media (max-width: 479px) {
    .custom-copyright-grp .custom-copyright p {
        font-size: 9px;
    }
    .custom-footer-nav-grp .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li>a {
        font-size: 10px;
    }
    .hs-demo-list .custom-inner-grp .demo-image {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .hs-demo-list .custom-inner-grp .demo-text {
        float: none;
        margin: 0 0 0 0;
        width: 100%;
        text-align: center;
    }
    .hs-demo-list .custom-inner-grp .demo-text h3 {
        font-size: 38px;
        margin: 20px 0;
    }
    .hs-blog-post .custom_blog_next-previous .custom-next,
    .hs-blog-post .custom_blog_next-previous .custom-previous {
        margin: 0 0 20px 0;
        width: 100%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .hs-customer-success-row4 .hs-customer-success-row5-right-col img {
        vertical-align: middle;
        margin: 0 auto 13% auto;
        max-width: 200px;
        display: block;
    }
    .hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col1 ul {
        width: 100%;
        text-align: center;
    }
    .hs-pricing .hs-pricing-row1 .page-center .hs-pricing-row1-col1 ul li {
        float: none;
        margin: 0 0px 0 0;
    }
    .blog-pagination .pagination-btm-section a.prev-link, .blog-pagination .pagination-btm-section a.next-link {
        width: 100%;
        margin-top:10px;
    }
    
}

@media (max-width: 420px) {
    .custom-header-top-section {
        display:none!important;
    }
    
    .custom-menu-navigation {
        top: 0;
    }
    .hs-home-page .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper a {
        margin: 10px auto!important;
    }
    div#captcha_wrapper {
       overflow: auto;
    }
    .hs-mail-pre form input#submitbutton {
        white-space: normal;
        padding: 15px 20px;
    }
    body.header-bg.hs-ecommerce-integration .header-container-wrapper {
        min-height: 0px!important;
    }
    .hs-request-demo .hs-inner-grp a.btn.demo-btn {
        max-width: 90%;
    }
    .hs-blog-post .header-container-wrapper {
        min-height: 0;
    }
}

@media (max-width: 359px) {

    .custom-footer-nav-grp .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li>a {
        font-size: 9px;
    }
    .custom-copyright-grp .custom-copyright p {
        font-size: 8px;
    }
    .hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper a {
        margin: 10px auto !important;
    }
    .hs-success-story .page-center .inner-page-center .hs-right-col h3 {
        font-size: 25px;
        word-break: break-word;
    }
    .hs-two-col-let-icon .hs-inner-grp .hs-right-column .hs-feature-section {
        text-align: center;
    }
    .hs-two-col-let-icon .hs-inner-grp .hs-right-column .hs-feature-section .col1 img {
        width: 50px;
        float: none;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .hs-two-col-let-icon .hs-inner-grp .hs-right-column .hs-feature-section .col1 .details {
        width: 100%;
        float: none;
        margin: 0 0 0 0;
        text-align: left;
    }

}

@media (max-width: 330px) {
    .hs-demo-list .custom-inner-grp .demo-text h3 {
        font-size: 35px;
    }
    body.header-bg.hs-ecommerce-integration .header-container-wrapper {
        min-height: 1px;
    }
    
    
}


/*DevTeam styling*/

.btn-green-background, .btn {background: #8fd400;font-weight: 600;margin: 30px 0;text-transform: uppercase;margin-left: 20px;padding: 13px 52px;color: #000;letter-spacing: 0px;font-size: 17px;text-align: center;display: inline-block;margin-right: 20px;border: 1px solid transparent;}
.btn-green-background:hover, .btn:hover {color: #575757;}

.right-nav-wrapper {margin-left: 20px !important;width: 18% !important;}
.scheduleademo{padding: 5px 15px;background: #8fd400;color: #000;float: left;margin-top: 10px;margin-right: 20px;font-weight: 600;}
.scheduleademo:hover{border-bottom:solid 2px #fff;color: #000;}
.right-nav-wrapper .login {color: #fff;border: 0;font-size: 13px;font-weight: 600;letter-spacing: 1px;text-transform: uppercase;border-bottom: 2px solid transparent;position: relative;display: block !important;padding: 5px 0;width: 21%;float: left;margin-top: 9px;}
.right-nav-wrapper .login:hover {border-bottom-color: #fff; display:block !important;}



.subscribe-banner{padding:5% 0;background-size:cover;background-image:url('https://cart.com/hubfs/SA/integrations_featured-new.jpg'); }
.subscribe-banner h2{font-size:24px;color:#fff;}
.subscribe-form .hs-form{padding:20px 0;}
.subscribe-form .hs_email {float: left;width: 68%;}
.subscribe-form .hs_submit {width: 32%;float: left;}
.subscribe-form input[type="email"] {float: left;border: 1px solid #8fd400 !important;font-size: 16px;line-height:30px;}
.subscribe-form .hs-button.primary.large {width: 100%;padding: 8px 0px !important;border: 1px solid #8fd400;background-color: #8fd400`;margin: 0;font-weight:normal !important;font-size: 16px;line-height:28px;}
.subscribe-form {color: #fff;text-align: center;}

.blog-subscribe{margin-top:30px;}
.blog-subscribe .subscribe-form .hs-form {padding: 0;}
.blog-subscribe h2 {line-height: 25px !important;font-size: 20px;}
.blog-subscribe .span6 {width: 100% !important;margin-left: 0 !important;}
.blog-subscribe .span3 {display: none !important;}
.blog-subscribe h3{display:none;}
.blog-subscribe .hs-button.primary.large{font-size:14px;}




@media screen and (-webkit-min-device-pixel-ratio:0) {
  .subscribe-form .hs-button.primary.large{line-height:30px !important;} 
}
.subscribe-form label{display:none;}
.subscribe-form .hs-error-msgs label{display:block;}


@media (max-width: 1280px) {
    .right-nav-wrapper {margin-left: 20px !important;width: 20% !important;}
    body.sticky .scheduleademo:hover {border-bottom:solid 2px #000;}
    body.sticky .right-nav-wrapper .login{color:#000;width: 20%;}
    body.sticky .right-nav-wrapper .login:hover{border-bottom:solid 2px #000;}
}
@media (max-width: 1199px) {
    
    .custom-menu-navigation .custom-logo {width: 40%; padding-left: 30px;}
    .right-nav-wrapper {margin-left: 20px !important;width: 35% !important;}
    .scheduleademo {margin-right:10px;}
    body.sticky .scheduleademo:hover {border-bottom:solid 2px #000;}
    body.sticky .right-nav-wrapper .login{color:#000;width: 20%;}
    body.sticky .right-nav-wrapper .login:hover{border-bottom:solid 2px #000;}
    
}
@media (max-width: 640px) {
    
    .right-nav-wrapper{margin-left: 00px !important;width: 98% !important;padding: 0 15px;}
    .custom-logo {width: 100% !important;max-width: 40%;}
    .scheduleademo {margin-right:10px;}
    .scheduleademo:hover {margin-right:10px;border-bottom:solid 2px #000;}
    body.sticky .right-nav-wrapper .login{color:#000;width: 11%;}
    body.sticky .right-nav-wrapper .login:hover{border-bottom:solid 2px #000;}
    .right-nav-wrapper .login{width:12%;}    
}

@media (max-width: 479px) {
    .right-nav-wrapper{display:none !important;}
    .schedulea, .login{display:block !important;}
}

/*#cta_button_2981705_88abee0e-a006-46cd-90fb-b26a3a88157f */  
.btn-white-background {
    padding: 0px !important;
}

#cta_button_2981705_3b2daece-058b-4038-98b6-308f9935ae3f {
    
    padding: 0px !important;
}
.wistia_click_to_play {
    padding: 13px 0px !important;
    /* margin-top: 0% !important; */
    height: 49px !important;
    width: 218px !important;
    display: block !important;
}









@media (max-width: 767px){
    .hs-home-page .hs-banner-section.home-banner {
    height: 85vh;
    min-height: 0;
    padding: 0!important;
    overflow:hidden;
}
}

@media (max-width: 320px){
    .hs-home-page .hs-banner-section.home-banner {
    height: 85vh;
    min-height: 0;
    padding: 0!important;
    overflow:hidden;
}
.hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper a {
    margin: 10px 10%!important;
    max-width: 250px;
}

.hs-banner-section .page-center .inner-page-center .hs-content-wrapper .hs-inner-content-wrapper h1 {
    font-size: 26px;
    margin-top:10px;
}
.hs-home-page .hs-banner-section .page-center .inner-page-center .hs-inner-content-wrapper ul li{
        font-size: 18px;
}
.hs-banner-section{
    height:85vh;
}
}

.feature-service-2-column {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-column-gap: 24px;
}

@media (max-width: 767px){
    .feature-service-2-column {
      grid-template-columns: 1fr;
    }
}

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

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
.cta_button{
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: inline-block;
  outline: 0;
  background-color: #91d229;
  border: 2px solid #91d229 !important;
  border-radius: 3px;
  padding: 14px;
  text-align: center;
  color: #FFF !important;
  transition: all 0.3s ease;

}
.cta_button:hover{
  color: #91d229 !important;
  background: #FFF !important;
}
.cta_button.outlined{
  background: none !Important;
  color: ;
  border: 1px solid ;
}

.big-text .cta_button{
    font-size: 17px;
}

@media(max-width: 767px){
  .cta_button{
   font-size: 12px;
  }
}

#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}

#sidr-main.sidr ul li a,
#sidr-main.sidr ul li span,
#sidr-main.sidr #sidr-main.sidr-class-hs-cta-node a{
  padding: 0 15px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: normal;
}