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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);
@import url('//fonts.googleapis.com/css?family=Comfortaa:300,400,700');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
  font-family: "Raleway", "Sans-Serif";
  font-size: 14px;
  color: #606060;
  line-height: 24px;
}

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

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

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

/* Basic text */
article,aside,details,figcaption,figure,footer,header,main,nav,section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,th,td {
  font-weight: 400;
  text-align: left;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

blockquote,q {
  quotes: none;
}

a:hover,a:active {
  outline: 0;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%
}

img {
  -ms-interpolation-mode: bicubic;
}

p {
  margin: 0 0 20px;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

strong.wpex-strong {
  color: #000;
}

small {
  font-size: 80%;
}

hr {
  border: solid #e8e8e8;
  border-width: 1px 0 0;
  clear: both;
  margin: 40px 0;
  height: 0;
}

p.lead {
  font-size: 1.313em;
  line-height: 27px;
  color: #777;
}

address {
  line-height: 1.5;
  margin: 0 0 20px;
}

sup,sub {
  vertical-align: baseline;
  position: relative;
  top: -.4em;
}

sub {
  top: .4em;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  color: #1f2d30;
  line-height: 1.5;
  margin: 30px 0 20px;
  font-family: "Comfortaa";
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: inherit;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
  text-decoration: none;
}

h1 {
  font-size: 1.50em;
  margin: 0 0 20px;
}

h2 {
  font-size: 1.313em;
}

h3 {
  font-size: 1.125em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: .875em;
}

h6 {
  font-size: .75em;
}

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

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

.body-container .hs_cos_wrapper_type_rich_text ul,
.body-container .hs_cos_wrapper_type_rich_text ol{
  margin: 0 0 20px 30px;
  padding: 0;
}
.body-container .hs_cos_wrapper_type_rich_text 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 {
  min-height: 116px;
}
.header-container {}

.custom-header-top {
  border-bottom: 1px solid #eee;
  font-size: .923em;
  background-color: #1d2e3e;
  color: #fff;
}

.top-bar-content p {
  margin: 0;
}

.top-bar-content p a {
  color: #fff;
  transition: 0.15s all ease;
}

.top-bar-content p a:hover {
  color: #fcc236;
}

.custom-header-top .page-center {
  position: relative;
  padding: 2px 0 3px;
}

div#top-bar-social {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  height: 26px;
  line-height: 26px;
  margin-top: -14px;
}

div#top-bar-social a {
  cursor: pointer;
  text-align: center;
  border-radius: inherit;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: 0.15s all ease;
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  color: #bbb;
  font-size: 18px;
  width: auto;
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

div#top-bar-social a:last-child {
  margin-right: 0;
}

div#top-bar-social a:hover {
  color: #fff;
}

.custom-logo a {
  height: 100%;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.custom-logo img {
  display: inline;
  vertical-align: middle;
  height: auto;
  width: auto !important;
  max-height: 100%;
  max-width: 170px;
}

.custom-logo {
  padding-top: 16px;
  padding-bottom: 19px;
}

.banner-area {
  background-position: center top;
  padding: 105px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000c2;
  margin-top: -4px;
}

.banner-content h1 {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  line-height: 70px;
  margin: 0;
}

.banner-content {
  margin-bottom: 40px;
}

.custom-header-bottom {
  position: relative;
}

.custom-header-search {
  z-index: 10000;
  position: absolute;
  right: 0;
  background: #fff;
  top: 95%;
  padding: 15px;
  width: 260px;
  border-top: 3px solid transparent;
  visibility: hidden;
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 7px rgba(0,0,0,.1);
  box-shadow: 0 2px 7px rgba(0,0,0,.1);
  opacity: 0;
  transition: all 0.25s ease-in-out;
  border-color: #4aa84e;
}

.custom-header-search input[type="text"] {
  display: block;
  outline: 0;
  border: 0;
  width: 100%;
  background: #f4f4f4;
  height: auto;
  line-height: 1.65;
  padding: .7em 30px .7em .8em;
  border-radius: 0;
  font-weight: normal;
  font-size: 1em;
  color: #777;
  font-family: "Raleway";
}

.custom-header-search form {
  position: relative;
}

.search-open .custom-header-search {
  visibility: visible;
  opacity: 1;
}

.custom-header-bottom .page-center {
  position: relative;
}

.scroll-body .custom-header-bottom {
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  position: fixed;
  left: 0;
  top: 0;
  width: 100% !important;
}

.scroll-body .custom-logo {
  padding-top: 16px;
  padding-bottom: 15px;
}

.scroll-body .custom-header-search {
  top: 100%;
}


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

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

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


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

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

.custom-footer-bottom {
  background: #000;
  color: #fff;
  font-size: .923em;
  text-align: center;
}

.custom-copyright {
  padding: 30px 0;
}

.custom-copyright p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.custom-copyright p a {
  text-decoration: none;
}

.custom-footer-top {
  background-color: #1f2d30;
  color: #fff;
}

.custom-footer-top .page-center {
  padding: 130px 0;
  padding-bottom: 132px;
}

.custom-footer-top [class*="footer-col"] {
  width: 25% !important;
  margin-left: 0 !important;
  padding: 0 15px;
}

.custom-footer-top .page-center>.row-fluid-wrapper {
  margin: 0 -15px;
}

.footer-col1 img {
  max-width: 173px;
  margin-bottom: 8px;
}

.footer-col1 p {
  line-height: 24px;
  font-size: 13px;
}

.custom-footer-top [class*="footer-col"] a:hover {
  text-decoration: none;
  color: #fcc236;
}

.custom-footer-top [class*="footer-col"] h3 {
  font-weight: 600;
  line-height: 1.5;
  display: block;
  margin: 0 0 19px;
  font-size: 14.001px;
  text-transform: uppercase;
  color: #4aa84e;
}

.footer-col2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col2 ul li + li {
  margin-top: 10px;
}

.footer-col2 ul li a {
  transition: 0.15s all ease;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.footer-menu .hs-menu-wrapper > ul {
  display: block;
  column-count: 2;
  text-transform: uppercase;
  column-gap: 30px;
}

.footer-menu .hs-menu-wrapper > ul > li {
  min-width: 160px;
  padding: 6px 0 5px;
  padding-right: 10px;
  border: 0;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  transition: .15s all ease;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
}

.footer-logo-sec {
  text-align: center;
}

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

.footer-social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.footer-social-icons ul li {
  display: inline-block;
  margin-right: 1.5px;
  margin-bottom: 5px;
}

.wpex-social-btn {
  height: 1.846em;
  line-height: 1.846em;
  width: 47.7px;
  cursor: pointer;
  text-align: center;
  border-radius: inherit;
  transition: 0.15s all ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  font-family: "FontAwesome";
  transition: 0.15s all ease;
  color: #fff;
  display: inline-block;
  height: 47.7px;
  line-height: 47.7px;
  font-size: 25.848px;
}

.wpex-social-bg.wpex-twitter, .wpex-social-bg-hover.wpex-twitter:hover {
  background: #00aced;
}

.wpex-social-bg.wpex-facebook, .wpex-social-bg-hover.wpex-facebook:hover {
  background: #3b5998;
}

.wpex-social-bg.wpex-instagram, .wpex-social-bg-hover.wpex-instagram:hover {
  background: #305777;
}

.wpex-social-bg.wpex-linkedin, .wpex-social-bg-hover.wpex-linkedin:hover {
  background: #4875b4;
}

.wpex-social-bg:hover {
  opacity: .6;
  color: #fff !important;
}

.wpex-social-btn:hover span {
  color: #fff;
}

a#back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: #999;
  height: 35px;
  line-height: 35px;
  width: 35px;
  font-size: 16px;
  background: #f7f7f7;
  border: 3px solid #fff;
  text-align: center;
  z-index: 998;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

a#back-to-top:hover {
  background-color: #4aa84e;
  border-color: #4aa84e;
  color: #fff;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
  float: right;
  padding-top: 16px;
  margin-right: -15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  float: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  line-height: 50px;
  padding: 0 4px;
  color: #555;
  display: block;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  cursor:pointer;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
  display: inline-block;
  line-height: 1;
  padding: .5em 11px;
  border-radius: 3px;
  transition: background 0.15s ease-in-out,color 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out,color 0.15s ease-in-out;
  -webkit-transition: background 0.15s ease-in-out,color 0.15s ease-in-out;
}
span.wpex-menu-search-text {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
  color: #4aa84e;
}

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

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

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

  .scroll-body .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 17px;
  }
}


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

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

@media (max-width: 959px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    width: auto;
    height: auto;
    float: right;
    margin-top: 29px;
  }

  /* 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;
    height: 2px;
    background-color: #666;
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -7px; } /* Position top line */
  .mobile-trigger i:after{ top: 7px; } /* Position bottom line */


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

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

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

  .custom-menu-primary.js-enabled{
    padding-top: 0;
    margin: 0;
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 320px !important;
    max-width: 100%;
    padding-bottom: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    color: #707070;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #1d2e3e;
    right: -320px;
    transition: right 0.3s ease 0s;
  }

  .mobile-open .custom-menu-primary.js-enabled {
    transition: right 0.3s ease 0s;
    right: 0;
  }

  /* Hide menu on mobile */

  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

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

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

  .desktop-search {
    display: none !important;
  }

  .desktop-search {
    display: none !important;
  }

  .sidr-class-wpex-close {
    font-family: "Times New Roman",Times,serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: normal;
    font-size: 36px;
    color: #fff;
  }

  .sidr-class-wpex-close a {
    color: #fff;
    display: inline-block !important;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
  }

  .sidr-class-wpex-close a:hover {
    color: #4aa84e;
  }

  body.mobile-open {
    overflow-y: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.search-toggle-li.wpex-menu-extra {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    position: relative;
    padding: 10.4px 20px;
    text-transform: none;
    line-height: 24px;
    font-size: 16px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid rgba(255,255,255,.035);
    line-height: 24px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    border-top: 1px solid rgba(255,255,255,.035);
  }

  .mobile-search {
    display: block !important;
  }

  .mobile-search form {
    position: relative;
    margin: 30px 20px 0;
  }

  .mobile-search form input[type="text"] {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    display: inline-block;
    border-bottom-width: 1px;
    border-style: solid;
    transition: all 0.3s;
    border-radius: 0;
    font-size: 1em;
    font-weight: 400;
    width: 100%;
    background: none;
    outline: 0;
    padding: 15px 45px 15px 0;
    line-height: 1.4em;
    border-color: #244056;
    color: #fff;
  }

  .mobile-search form button {
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none!important;
    max-width: 100%;
    transition: 0.15s all ease;
    border-radius: 3px;
    font-family: inherit;
    font-size: .923em;
    font-weight: 400;
    margin: 0;
    border: 0;
    cursor: pointer;
    background: none!important;
    display: block;
    position: absolute;
    right: 0;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: right;
    top: 50%;
    margin-top: -15px;
    padding: 0;
    color: #fff;
  }

  .mobile-open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    z-index: 9999;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: block !important;
    cursor: url(//cdn2.hubspot.net/hubfs/4791935/Be_Charge_February2019%20Theme/Images/close.ico),default;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-color: #244056;
  }
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  text-decoration: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

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

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

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

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

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

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

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
  font-size: 13px;
  display: block !important;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { 
  padding: 10px 0; 
  border-bottom: medium none;
  display: block;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link{
  display:block;
}

.blog-pagination a.next-posts-link {
  display:block;
}

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


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

.blog .blog-sidebar {}

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


/* =============== 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

.hs-author-profile .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}


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

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

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


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


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

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

.body-container .widget-type-google_search input[type="text"],
.body-container #hs-pwd-widget-password,
.body-container .hs-form-field {
  margin-bottom: 16px;
}

span.hs-form-required {
  margin-left: 4px;
  color: #f00;
}

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
  display: inline-block;
  font-weight: 400;
  margin: 0 0 5px;
  line-height: 1.3;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  display: block;
  width: 100%;
  line-height: 1.65;
  max-width: 100%;
  border: 1px solid #eee;
  background: #f7f7f7;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  outline:0;
}

/* 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 */
.invalid.error {
  border: 1px solid #790000 !important;
}

.hs-error-msgs {
  color: #b81c23;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  font-size: 11.382px;
  line-height: 24px;
}

/* Placeholder Text */
::-webkit-input-placeholder {
  color:inherit;
  opacity:.7;
} /* Webkit Browsers */
:-moz-placeholder {
  color:inherit;
  opacity:.7;
} /* Firefox 18- */
::-moz-placeholder {
  color:inherit;
  opacity:.7;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color:inherit;
  opacity:1;
} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal !important;
  line-height: 43px;
  background: #f09b2c;
  border: 1px solid #f09b2c;
  color: #fff;
  padding: 0 25px;
  border-radius: 0;
  font-weight: 700;
  font-size: 18px;
  transition: 0.15s all ease;
  font-family: inherit;
  margin-top: 15px;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background: #fff;
  color: #f09b2c;
}

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


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

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


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

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


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

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


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

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


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

.widget-type-form, .widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt,
.widget-type-email_simple_subscription form ,
.widget-type-widget_container form,
.body-container .hs-search-field
{
  max-width:650px;
  width:100%;
}

.hs-search-field input.hs-search-field__input {
  -webkit-appearance: textfield;
}

.network-row1 {
  text-align: center;
}

.chnge-network-title {
  padding-top: 16px;
}

.chnge-network-title h3 {
  color: rgb(74, 168, 78);
  font-size: 36px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
  font-family:"Raleway";
}

.chrgng-network-counter {
  padding: 31px 0 20px;
}

span.pulse {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  top: -93px;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}

.network-row2 iframe.maps-frame {
  overflow: hidden;
  height: 800px;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: none;
}

.network-row2 {
  margin-top: 35px;
}

.chnge-network-title {
  overflow: hidden;
  min-height: 60px;
}

.chrgng-network-counter .span4 {
  width: 33.33333333%;
  margin-left: 0;
  padding: 0 15px;
  float: left;
}

.chrgng-network-counter {
  margin: 0 -15px;
}

.help-desk-wrapper {
  background-color: #4aa84e;
  padding: 62px 0 7px;
}

.help-fluid {
  clear: both;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.help-fluid .span6 {
  width: 50%;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  padding: 0 15px;
}

.h-inner {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.help-desk-inner p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  font-size: 30px;
}

.help-desk-inner .number p {
  font-size: 40px;
  margin-top: -5px;
}

html[lang*="en"] .chnge-network-title h3 {
  font-family:"Comfortaa";
  font-weight:700;
}


html[lang*="en"] .chnge-network-title {
  margin-top:19px;
}

html[lang*="en"] .chrgng-network-counter {
  padding-top:12px;
}

.fw-content-bg-image {
  padding: 105px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  margin-top: -4px;
}

.fw-content-bg-image h1 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 70px;
}

.fw-content-bg-image h2 {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
}

.fw-content {
  padding-bottom: 20px;
}

body:not(.subscription-template) .page-header {
  margin: -4px auto 40px;
  padding: 20px 0;
  position: relative;
  background-color: #f7f7f7;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

body:not(.subscription-template) .page-header h1 {
  display: block;
  font-size: 1.615em;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0;
  color: #1f2d30;
}

.site-breadcrumb {
  font-size: .9em;
  color: #bcbcbc;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  height: 32px;
  line-height: 32px;
}

.page-header-inner {
  position: relative;
}

.site-breadcrumb ul > li {
  padding: 0;
}

span.hs-breadcrumb-menu-divider:before {
  content: none;
}

span.hs-breadcrumb-menu-divider:after {
  content: ' » ';
}

.site-breadcrumb ul > li > a {
  color: #333;
}

span.hs-breadcrumb-menu-divider {
  margin-right: 3px;
}

.banner-area.no-heading {
  margin-top: -4px;
  padding: 0;
  min-height: 350px;
  background-position: center right;
}

.banner-area.no-heading .banner-content {
  margin: 0;
}

.download-row2 {
  padding-top: 50px;
  background-color: #fafafa;
  text-align: center;
  padding-bottom: 46px;
}

.download-row2 h1 {
  color: #1f2d30;
  font-weight: 700;
  font-size: 40px;
  margin: 0;
}

.download-row2 h2 {
  font-weight: 700;
  font-size: 25px;
}

.download-row2 p img {
  max-width: 200px;
  margin: 10px;
}

.download-row2 p {
  margin: 0;
}

.download-row3 {
  padding-top: 20px;
}

.two-col-right-img .span8 {
  width: 66.66666667%;
  padding: 0 15px;
}

.two-col-right-img .span4 {
  margin-left: 0;
  width: 33.33333333%;
  padding: 0 15px;
  text-align: center;
  padding-top: 19px;
}

.two-col-right-img {
  margin: 0 -15px;
  overflow: hidden;
}

.two-col-right-img h1 {
  font-weight: 700;
  font-size: 40px;
  margin: 0;
  color: #f09b2c;
}

.two-col-right-img ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 32px;
}

.two-col-right-img ul li {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  margin: 30px 0 20px;
  font-family: "Comfortaa";
  color: #1f2d30;
  margin-bottom: 0;
  margin-left: -990px;
  transition: 1s ease;
  position: relative;
  padding-left: 57px;
}

.two-col-right-img ul li.animated {
  margin-left: 0;
}

.two-col-right-img ul li:before {
  content: '';
  display: inline-block;
  background-image: url(//cdn2.hubspot.net/hubfs/4791935/Be_Charge_February2019%20Theme/Images/freccia-150x150.png);
  width: 37px;
  height: 37px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0;
  position: absolute;
  left: 0;
}

.two-col-right-img ul li span {
  font-size: 23px;
}

.process-item {
  width: 25%;
  padding: 0 15px;
  float: left;
  text-align: center;
  margin-bottom: 40px;
}

.process-group {
  overflow: hidden;
  padding-top: 20px;
}

.process-item h2.numeri {
  line-height: 103px;
  font-weight: 400;
  font-size: 94px;
  margin: 30px 0 0;
}

.process-item h2.green-light {
  margin: 0;
  font-weight: 700;
  color: #88b04b;
  font-size: 30px;
}

.icon-with-content-group {
  overflow: hidden;
  padding-top: 20px;
}

.icon-content-item {
  width: 25%;
  padding: 0 10px;
  float: left;
  margin-bottom: 40px;
}

.vcex-feature-box {
  background-color: #2d3f50;
  padding: 15px 29px;
  clear: both;
  overflow: hidden;
}

.vcex-feature-box-media {
  width: 20%;
  min-height: 80px;
  position: relative;
  overflow: hidden;
  height: 95px;
  display: block;
  float: left;
}

.vcex-feature-box-content {
  width: 80%;
  display: block;
  float: right;
  padding-left: 30px;
}

.vcex-feature-box-content h3 {
  margin: 0 0 20px;
  font-size: 1.231em;
  color: #fff;
  padding-right: 3px;
}

.title-rght-btn {
  background-color: #4aa84e;
  margin-top: 40px;
}

.title-rght-btn .span9 {
  width: 75%;
  padding: 0 15px;
}

.title-rght-btn .span3 {
  margin-left: 0;
  width: 25%;
  padding: 0 15px;
}

.title-rght-btn .row-fluid {
  width: auto;
  clear: both;
  overflow: hidden;
  min-height: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.title-rght-btn .row-fluid:before,.title-rght-btn .row-fluid:after {
  content: none;
}

.title-rght-btn .span9 h2 {
  font-size: 32px;
  font-family: Raleway;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.title-rght-btn a.black-btn {
  font-weight: 400;
  margin: 0;
  border: 0;
  cursor: pointer;
  line-height: 1.65;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  text-decoration: none!important;
  max-width: 100%;
  transition: 0.15s all ease;
  border-radius: 3px;
  padding: .5em 1em;
  display: inline-block;
  transition: all 0.25s;
  color: #fff;
  background: #2d3f50;
  font-size: 18px;
  font-family: Raleway;
}

.title-rght-btn a.black-btn:hover {
  color: #f09b2c;
  background: #fff;
}

.title-rght-btn .row-fluid>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.title-rght-btn .row-fluid>div>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sliding-car {
  overflow: hidden;
  overflow-x: hidden;
  margin-top: -150px;
}

.sliding-background {
  background: url(//cdn2.hubspot.net/hubfs/4791935/Be_Charge_February2019%20Theme/Images/auto.png) repeat-x;
  height: 330px;
  width: 5076px;
  animation: slide 3s linear infinite;
}

.download-row3 {
  overflow: hidden;
}

.two-col-right-img .row-fluid {
  clear: both;
  width: auto;
  margin: 0 -15px;
}

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

.process-group .page-center,
.icon-with-content-group .page-center {
  width: 100% !important;
  max-width: 100% !important;
}

.contact-lyt .banner-area {
  margin-top: -4px;
  text-align: center;
  background-position: right center;
}

.contact-row2-left h2 {
  font-weight: 700;
  font-size: 25px;
  color: #4aa84e;
}

.contact-row2-right .hs-form-field {
  margin-top: 16px;
  margin-bottom: 15px;
  padding-right: 16px;
}

.contact-row2-right .hs-form-field .input {
  margin-top: 8px;
}

.contact-row2-right .hs-form-field .input input {
  padding: 5px 4px !important;
  width: calc(50% - 8px) !important;
}

.contact-row2-right textarea {
  height: 160px;
  width: 60% !important;
  padding: .6em;
  line-height: 1.5;
  resize: none;
}

.contact-row2-right .hs_utilizzando_questo_modulo_acconsenti_alla_memorizzazione_e_al_trattamento_dei_dati_da_parte_di_ques {
  padding-top: 28px;
  position: relative;
  margin-top: 23px;
  margin-bottom: 17px;
}

.contact-row2-right .hs_utilizzando_questo_modulo_acconsenti_alla_memorizzazione_e_al_trattamento_dei_dati_da_parte_di_ques.hs-form-field .input input {
  width: auto !important;
  margin: 0;
  margin-right: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}

.contact-row2-right .hs_utilizzando_questo_modulo_acconsenti_alla_memorizzazione_e_al_trattamento_dei_dati_da_parte_di_ques.hs-form-field .input span:not(.hs-form-required) {
  line-height: 1.5;
  font-size: .875em;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  width: 87%;
}

.contact-row2-right .hs_utilizzando_questo_modulo_acconsenti_alla_memorizzazione_e_al_trattamento_dei_dati_da_parte_di_ques span.hs-form-required {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-row2-wrapper {
  padding-bottom: 20px;
}

.contact-row2-wrapper form {
  max-width: 100%;
  padding-bottom: 10px;
}

.contact-row2-right input.hs-button.primary.large {
  line-height: normal;
  padding: 12px 25px 10px;
}

.spot-row2 h2 {
  font-size: 30px;
}

.spot-row2 {
  padding-top: 95px;
}

.partner-adv-item {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 40px;
}

.partner-advantages-group {
  margin: 0 -15px;
  padding-top: 120px;
}

.collapse-container {
  border-right: 1px dashed #d9dcdc!important;
  padding-left: 65px;
  position: relative;
  min-height: 137px;
  max-width: 100%;
  margin: 0 auto;
}

.collapse-container p {
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.collapse-container img {
  position: absolute;
  top: 0;
  left: 0;
}

.collapse-container h2 {
  font-size: 15px;
  color: #f09b2c;
  font-family: Raleway,sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}

.collapse-container h2+p.raleway {
  min-height: 72px;
}

.partner-adv-item h3.plus-right {
  color: #000;
  border-right: solid 1px #fff;
  padding-bottom: 10px;
  padding-right: 20px;
  margin-right: -1px;
  display: block;
  text-align: right;
  font-size: 10px;
  border-bottom: solid 1px #d9dcdc;
  margin-bottom: 0;
}

.collapse-container:after {
  content: " ";
  height: 25px;
  margin-top: 30px;
  margin-right: -1px;
  display: block;
  background: #fff;
  border-bottom: solid 1px #d9dcdc;
}

.collapse-container.collapse-box-in:after {
  content: none;
}

.collapse-container .plus-right:hover {
  color: #f09b2c;
}

.spot-row3 {
  background-color: #fafafa;
  padding: 30px 0;
  margin-top: 40px;
}

.spot-row3 .two-col-right-img .span8 {
  width: 50%;
}

.spot-row3 .two-col-right-img .span4 {
  width: 50%;
  padding-top: 0;
  text-align: left;
}

.spot-row3 .two-col-right-img .span8 h1 {
  color: #1f2d30;
}

.spot-row3 .two-col-right-img .span8 h2 {
  font-size: 25px;
}

.spot-row3 .two-col-right-img .row-fluid {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spot-row3 .two-col-right-img .page-center {
  max-width: 100% !important;
  width: 100% !important;
}

.spot-row3 .two-col-right-img {
  margin: 0;
}

.spot-row3 .two-col-right-img .row-fluid>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.spot-row3 .two-col-right-img .row-fluid>div>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spot-row3 h2[style*="center"] {
  padding-top: 68px;
  padding-bottom: 95px;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 0;
}

.spot-row3 {
  padding-bottom: 0;
}

.req-info-section {
  background-color: #f09b2c;
  padding-bottom: 60px;
}

.req-info-form-section h3 {
  margin: 0;
  text-align: center;
  padding-top: 30px;
  color: #fff;
  font-size: 24px;
}

.req-info-form-section form .input input {
  padding: 5px 4px !important;
  color: #777;
}

.req-info-form-section form .hs-form-field > label {
  display: none;
}

.req-info-form-section form .hs-form-field {
  margin-bottom: 19px;
  margin-top: 16px;
}

.req-info-form-section form textarea {
  color: #777;
  padding: .6em;
  line-height: 1.5;
  resize: none;
  min-height: 95px;
}

.req-info-form-section form .hs_utilizzando_questo_modulo_acconsenti_alla_memorizzazione_e_al_trattamento_dei_dati_da_parte_di_ques {
  color: #fff;
  font-size: 12.25px;
  vertical-align: middle;
}

.req-info-form-section form .hs_utilizzando_questo_modulo_acconsenti_alla_memorizzazione_e_al_trattamento_dei_dati_da_parte_di_ques a {
  color: #fff;
}

.req-info-form-section form input.hs-button.primary.large {
  background: #fff;
  color: #f09b2c;
  font-weight: 700;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
}

.rc-lyt .fw-content-bg-image {
  padding-top: 95px;
  padding-bottom: 500px;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}

.full-width-fixed-img {
  padding: 105px 0;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -4px;
  padding-bottom: 145px;
}

.shrng-row2 {
  background-color: #fafafa;
  padding-top: 65px;
  text-align: center;
  padding-bottom: 20px;
}

.shrng-row2 h1 {
  font-weight: 700;
  font-size: 40px;
}

.shrng-row2 h2 {
  font-weight: 700;
  font-size: 25px;
}

.shrng-row2 h2:first-of-type {
  padding-bottom: 35px;
}

.shrng-row3 {
  padding-top: 20px;
  overflow: hidden;
  padding-bottom: 40px;
}

.shrng-row3  .page-center {
  max-width: 100% !important;
  width: 100% !important;
}

.shrng-row3 .two-col-right-img h1 {
  color: #4aa84e;
}

.shrng-row3 .two-col-right-img h2 {
  font-weight: 700;
  font-size: 25px;
}

.shrng-row3 .two-col-right-img a.blue-btn {
  margin: 0;
  border: 0;
  cursor: pointer;
  line-height: 1.65;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  text-decoration: none!important;
  max-width: 100%;
  transition: 0.15s all ease;
  border-radius: 3px;
  padding: .5em 1em;
  font-family: inherit;
  display: inline-block;
  background: #2d3f50;
  color: #fff;
  transition: all 0.25s;
  font-size: 18px;
  font-weight: 700;
  margin: 67px 0;
  margin-top: 46px;
  margin-bottom: 90px;
}

.shrng-row3 .two-col-right-img a.blue-btn:hover {
  color: #f09b2c;
  background: #2d3f50;
}

.shrng-row3 .two-col-right-img .span8 {
  width: 33.33333333%;
  margin-left: 16.66666667%;
  padding-top: 20px;
}

.shrng-row3 .two-col-right-img .span4 {
  width: 50%;
  padding-top: 0;
}

.shrng-row3 .two-col-right-img .row-fluid {
  margin: 0;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shrng-row3 .two-col-right-img {
  padding: 0 15px;
}

.shrng-row3 .two-col-right-img .row-fluid>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.shrng-row3 .two-col-right-img .row-fluid>div>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shrng-row3 .two-col-right-img .row-fluid>div>div img {
  margin: 0 auto;
}

.shrng-row4 .full-width-fixed-img {
  margin-top: 0;
  min-height: 400px;
  background-position: center center !important;
  padding-top: 95px!important;
  padding-bottom: 50px!important;
}

.shrng-row5 h2 {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 0;
}

.shrng-row5 {
  padding-bottom: 40px;
}

.hs-search-field li#results-for {
  padding: 10px;
}

.hs-search-field li a {
  padding: 10px;
}

ul.hs-search-field__suggestions {
  margin-top: 15px;
}

.language-switcher .globe_class {
  background: transparent;
  width: auto;
  height: auto;
}

.language-switcher ul.lang_list_class li a {
  display: none;
  font-size: 0;
}

html[lang*="it-it"] ul.lang_list_class li a[data-language*="en"] {
  display: block;
}

ul.lang_list_class {
  display: inline-block;
  top: 3px;
  padding: 0;
  position: relative;
  margin-left: 51px;
  transform: none;
  left: 0;
  text-align: left;
}

ul.lang_list_class:before,
ul.lang_list_class:after{
  content: none;
}

ul.lang_list_class li {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
}

html[lang*="it-it"] ul.lang_list_class li a[data-language*="en"]:before {
  background-image: url('//cdn2.hubspot.net/hubfs/4791935/Be_Charge_February2019%20Theme/Images/en.png');
  content: '';
  display: inline-block;
  width: 18px;
  height: 12px;
}

html[lang*="en"] ul.lang_list_class li a[data-language*="it-it"]:before {
  background-image: url('//cdn2.hubspot.net/hubfs/4791935/Be_Charge_February2019%20Theme/Images/it.png');
  content: '';
  display: inline-block;
  width: 18px;
  height: 12px;
}

html[lang*="en"] ul.lang_list_class li a[data-language*="it-it"] {
  display: block;
}

.home-banner-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -4px;
}

.home-banner-content {
  width: 50%;
  margin-left: 16.66666667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.home-banner-inner {
  margin-bottom: 40px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 800px;
}

.home-banner-inner h1 {
  margin: 0;
  color: #ffffff;
  font-family: Comfortaa;
  font-size: 64px;
  line-height: 80px;
  text-shadow: 3px 3px 1px #000;
}

.home2-wrapper {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 45px;
}

.home2-wrapper h1 {
  font-weight: 700;
  font-size: 40px;
}

.home2-wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  color: #4aa84e;
}

.rechrge-featured-group {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 190px;
}

.rechrge-top-section {
  text-align: center;
}

.rechrge-top-section h2 {
  font-weight: 700;
  font-size: 25px;
  margin: 0;
  padding: 30px 0 20px;
}

.rechge-item {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 40px;
}

.rechrge-featured-group .row-fluid {
  width: auto;
  clear: both;
  overflow: hidden;
  margin: 0 -15px;
}

.rechrge-featured-group .row-fluid:before,.rechrge-featured-group .row-fluid:after {
  content: none;
}

.flip-card {
  height: 200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  perspective: 1140px;
  position: relative;
  transform-style: preserve-3d;
}

.flip-card .front {
  background: #2d3f50;
  font-size: 20px;
  font-family: "Comfortaa",cursive;
  padding: 2%;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 0!important;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  transform: rotateY(0deg);
}

.flip-card .back {
  background: #f09b2c;
  color: #fff;
  padding: 15px;
  padding-top: 40px;
  margin-bottom: 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  transform: rotateY(-180deg);
  transition: all 0.5s ease-out 0s;
}

.flip-card .front p.card-number {
  margin-bottom: 0;
  font-family: "Comfortaa",cursive;
  padding: 2%;
  line-height: 14px;
  font-size: 90px;
  position: absolute;
  color: #f09b2c;
  right: 0;
  left: 0;
  top: 45%;
  margin: auto;
  z-index: -1;
}

.flip-card .front p.p__flip.p__write.p_cf {
  font-family: "Comfortaa",cursive;
  padding: 2%;
  line-height: 14px;
  margin-top: 20px;
  margin-bottom: 0!important;
  font-size: 30px;
  position: absolute;
  right: 0;
  left: 0;
  top: 25%;
  backface-visibility: hidden;
}

.flip-card .back h3.h3__com {
  color: #fff;
  margin-bottom: 0;
}

.home4-wrapper {
  padding: 190px 0;
  text-align: center;
}

.home4-wrapper p {
  margin: 0 0 40px;
  color: #ffb600;
  font-size: 40px;
  line-height: normal;
}

.home .title-rght-btn {
  margin: 0;
}

.home .title-rght-btn .row-fluid {
  min-height: initial;
  padding-bottom: 40px;
}

.home .title-rght-btn h2 {
  margin-top: 30px;
  font-size: 32px;
  font-family: "Comfortaa";
  line-height: 48px;
}

.home .title-rght-btn .span3 {
  padding-top: 30px;
}

.home6-wrapper {
  padding-top: 38px;
  padding-bottom: 40px;
}

.home6-wrapper p {
  margin: 0;
}

.two-col-lft-image-sec .cm-img-sec {
  width: auto;
  float: left;
  padding: 0 15px;
}

.two-col-lft-image-sec .cm-contnt-sec {
  width: 83%;
  float: left;
  padding: 0 15px;
}

.two-col-lft-image-sec .cm-img-sec img {
  width: 70px;
}

.two-col-lft-image-sec {
  margin: 0 -15px;
}

.rechrge-top-section h2:after {
  content: '';
  display: block;
  background-image: url('//cdn2.hubspot.net/hubfs/4791935/Be_Charge_February2019%20Theme/Images/arrow-down-150x150.png');
  width: 78px;
  height: 78px;
  margin: 0 auto;
  background-size: contain;
  margin-top: 20px;
}

.rechrge-top-section h2 {
  padding-bottom: 7px;
}

.hs-blog-social-share li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
  position: relative;
  top: -4px;
}

ul.hs-search-field__suggestions {
  margin: 0;
}

.home .title-rght-btn a.black-btn:hover {
  background: #f09b2c!important;
  color: #fff;
}

.menu-is-not-here .header-container-wrapper {
  min-height: 86px;
}

.error-page .content-wrapper {
  padding-top: 10px;
}

.error-page .custom_error_message {
  text-align: center;
  margin-bottom: 40px;
}

.error-page .custom_error_message h1 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 40px;
}

.error-page .custom_error_message p {
  font-family: Raleway;
  font-size: 15.078px;
  line-height: 24px;
}

.error-page .content-wrapper .hs-search-field {
  margin: 0 auto;
}

.hs-content-id-7465526543 .body-container-wrapper {
  padding-bottom: 20px;
}

.hs_error_rollup ul.hs-error-msgs {
  padding: 20px;
  font-size: 1em;
  font-weight: 400;
  background: #f7f7f7;
  color: #515151;
  border: 1px solid #eee;
  border-top: 4px solid #b81c23;
  text-align: center;
}

.hs-content-id-7486648138 .vcex-feature-box-media {
  min-height: initial;
  height: 80px;
}


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


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


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

@media (min-width: 1200px){
  .process-group .page-center,
  .icon-with-content-group .page-center {
    width: 83.33333333% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1300px){
  .two-col-right-img .row-fluid {
    margin: 0;
  }

  .two-col-lft-image-sec .cm-img-sec {
    width: 14%;
  }
}

@media (max-width: 1280px) and (min-width:960px) {
  .footer-menu .hs-menu-wrapper > ul > li {
    min-width: initial;
  }
}

@media (max-width: 1199px){
  .home-banner-content {
    width: 66.66666667%;
    margin-left: 0;
  }

  .rechrge-top-section h2 {
    padding-bottom: 40px;
    padding-top: 35px;
  }
}

@media (max-width: 1162px) and (min-width:960px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0;
    font-size: 13px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
    padding: .5em 6px;
  }
}

@media (max-width: 991px) {
  .shrng-row3 .two-col-right-img .span8 {
    margin-left: 0;
    width: 50%;
  }

  .two-col-lft-image-sec .cm-img-sec {
    width: 16%;
  }
}

@media (max-width: 990px) {
  .process-item {
    width: 50%;
  }

  .process-item p {
    margin: 0;
  }

  .icon-content-item {
    width: 50%;
  }

  .icon-with-content-group {
    padding-top: 40px;
  }

  .sliding-background {
    width: 900px;
    height: 238px;
    background-size: contain;
    margin-top: 100px;
  }
}

@media (max-width: 976px) {
  .network-row2 iframe.maps-frame {
    height: 600px;
  }
}

@media (max-width: 959px) and (min-width:768px) {
  .process-item{
    min-height: 232px;
  }
}

@media (max-width: 959px) {
  .custom-footer-top [class*="footer-col"] {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    float: none !important;
  }

  .custom-footer-top [class*="footer-col"].footer-col4 {
    margin-bottom: 0;
  }

  .scroll-body .custom-logo {
    padding-bottom: 16px;
  }

  .site-breadcrumb {
    position: inherit;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 0;
  }

  body:not(.subscription-template) .page-header {
    margin-top: -3px;
  }

  .shrng-row3 .two-col-right-img .span8 {
    padding-top: 7px;
  }

  .home-banner-inner h1 {
    font-size: 46px;
  }
}


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

@media (max-width: 767px) {
  .widget-type-form, .widget-type-blog_subscribe,
  .widget-type-google_search,
  .widget-type-password_prompt,
  .widget-type-email_simple_subscription form ,
  .widget-type-widget_container form,
  .body-container .hs-search-field{
    width: 100% !important;
    max-width: 100%;
  }

  .body-container .widget-type-form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription {
    margin-bottom:25px; 
    margin-top:25px;
  }

  .custom-header-left {
    text-align: center;
  }

  div#top-bar-social {
    position: static;
    left: auto;
    right: auto;
    float: none;
    height: auto;
    line-height: 1.5em;
    margin-top: 0;
    text-align: center;
    padding-top: 10px;
    clear: both;
    overflow: hidden;
    text-align: center;
  }

  div#top-bar-social a {
    display: inline-block;
    float: none;
    margin-right: 7px;
    position: relative;
    top: 1px;
  }

  .mobile-trigger {
    margin-top: -58px;
  }

  .chrgng-network-counter .span4 {
    width: 50%;
  }

  .network-content-inner p:last-of-type {
    margin: 0;
  }

  .network-row2 {
    margin-top: 55px;
  }

  .chrgng-network-counter .span4:last-of-type {
    width: 100%;
  }

  .help-fluid .span6 {
    width: 100%;
  }

  .help-desk-inner .number p {
    margin: 0;
    line-height: 40px;
  }

  .help-desk-wrapper {
    padding-bottom: 0;
  }

  .h-inner {
    margin-bottom: 34.5px;
  }

  .site-breadcrumb {
    display: none !important;
  }

  .download-row2 h1 {
    font-size: 23px;
  }

  .two-col-right-img .span8 {
    width: 100%;
  }

  .two-col-right-img .span4 {
    width: 100%;
  }

  .process-item {
    width: 100%;
  }

  .icon-content-item {
    width: 100%;
  }

  .vcex-feature-box {
    height: auto !important;
  }

  .title-rght-btn .span9 {
    width: 100%;
  }

  .title-rght-btn .span3 {
    width: 100%;
  }

  .title-rght-inner {
    margin-bottom: 40px;
  }

  .title-rght-btn .span9 h2 {
    margin-top: 32px;
  }

  .title-rght-btn .span3 .title-rght-inner {
    padding-top: 30px;
  }

  .contact-row2-left {
    padding-bottom: 20px;
  }

  .contact-row2-right .hs-form-field .input input {
    width: 100% !important;
  }

  .contact-row2-right .hs-form-field {
    padding-right: 0 !important;
  }

  .contact-row2-right textarea {
    width: 100% !important;
  }

  .partner-adv-item {
    width: 100%;
    float: none;
  }

  .spot-row3 .two-col-right-img .span8 {
    width: 100%;
  }

  .spot-row3 .two-col-right-img .span4 {
    width: 100%;
  }

  .spot-row3 .two-col-right-img {
    margin: 0 -15px;
  }

  .shrng-row1 .full-width-fixed-img {
    padding-top: 212px!important;
    padding-bottom: 39px!important;
    text-align: center;
  }

  .shrng-row1 .full-width-fixed-img h1 {
    margin: 0;
    font-size: 24px;
    text-shadow: 3px 3px 1px #000;
    line-height: 39px;
    color: #fff;
    font-weight: 700;
  }

  .shrng-row3 .two-col-right-img .span8 {
    width: 100%;
  }

  .shrng-row3 .two-col-right-img .span4 {
    width: 100%;
  }

  .language-switcher {
    display: none !important;
  }

  ul.lang_list_class {
    margin-left: 62px;
    float: right;
    top: 7px;
    right: 11px;
    left: auto;
  }

  .banner-area.no-heading {
    margin-top: -3px;
  }

  .home-banner-area {
    min-height: 73.845vw;
  }

  .home-banner-inner {
    height: inherit;
  }

  .home-banner-content {
    width: 100%;
    text-align: center;
  }

  .home-banner-content h1 br {
    display: none;
  }

  .home-banner-inner h1 {
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 15px;
  }

  .home2-wrapper {
    padding-top: 25px;
  }

  .rechge-item {
    width: 100%;
    float: none;
  }

  .home .title-rght-btn h2 {
    margin-top: 30px !important;
  }

  .home .title-rght-btn .span3 {
    padding-top: 0;
  }

  .home .title-rght-btn .row-fluid {
    padding-bottom: 0;
  }

  .home6-left {
    margin-bottom: 40px;
  }

  .rechrge-top-section h2 {
    padding-bottom: 10px;
  }

  .two-col-lft-image-sec .cm-img-sec {
    width: 100%;
    float: none;
  }

  .two-col-lft-image-sec .cm-img-sec img {
    width: auto;
  }

  .two-col-lft-image-sec .cm-contnt-sec {
    width: 100%;
    margin-top: 40px;
    float: none;
  }

  .blog .blog-sidebar {
    margin-top:30px;
  }

  .home4-wrapper {
    padding: 40px 0;
  }

  .custom-logo {
    padding-bottom: 20px;
  }

  .menu-is-here .header-container-wrapper {
    min-height: 153px;
  }
}  


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

@media (max-width: 640px) {
  .contact-row2-right input.hs-button.primary.large {
    width: 100%;
  }
}

@media (max-width: 540px) {
  ul.lang_list_class {
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100%;
  }

  ul.lang_list_class li {
    text-align: center;
  }

  .menu-is-here .header-container-wrapper {
    min-height: 165px;
  }
}

@media (max-width: 479px) {
  .subscribe-options label {
    margin: 0;
  }

  .footer-menu .hs-menu-wrapper > ul {
    column-count: 1;
    column-gap: initial;
  }

  .shrng-row3 .two-col-right-img h1 {
    font-size: 36px;
  }

  .home-banner-inner h1 {
    padding-bottom: 10px;
  }

  .home-banner-inner {
    margin-bottom: 0;
  }
}

@media (max-width: 451px) {
  .menu-is-here .header-container-wrapper {
    min-height: 189px;
  }
}



