/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

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

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

/* ==========================================================================
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'); */


@font-face {
  font-family: 'cardup-icons';
  src: url(//cdn2.hubspot.net/hubfs/4769873/CardUp_December2018/Fonts/cardup-icons-304a4ee7747dbf729e121451a2d82627769fba2d297675ed64d8803e02c8e9f7.eot?29wgao);
  src: url(//cdn2.hubspot.net/hubfs/4769873/CardUp_December2018/Fonts/cardup-icons-304a4ee7747dbf729e121451a2d82627769fba2d297675ed64d8803e02c8e9f7.eot?29wgao#iefix) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/4769873/CardUp_December2018/Fonts/cardup-icons-1c4aca88a0bf19a110fdf56f9ac318053eab7dcc5fa882a92c2c5ad7dc166247.ttf?29wgao) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/4769873/CardUp_December2018/Fonts/cardup-icons-d6cf80f21f0cf207047568e393b8605b9a29ae125eac9e665bdda3187bb3496e.woff?29wgao) format("woff");
  font-weight: normal;
  font-style: normal
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'cardup-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */



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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px; 
  line-height: 1.428571429;
  color: #4f455e;
  font-weight: 500;
  background-color: #fff;
}

/* Page Center */
.page-center {
  float: none!important;
  max-width: 1300px!important;
  margin: 0 auto!important;
  padding-left:20px;
  padding-right:20px;
}

/* section-padding */
.section-padding {
  padding: 40px 0;
}

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

/* Basic text */
p {
  margin: 0 0 10px;
  font-size:16px;
  line-height:23px;
} 
small {}
b, strong {
  font-weight: bold;
}
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, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 {
  font-size: 60px;
  margin: 0.67em 0;
}
h2, .h2 {
  font-size: 40px;
}
h3, .h3 {
  font-size: 32px;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4, .h4 {
  font-size: 24px;
}
h5, .h5 {
  font-size: 18px;
}
h6, .h6 {
  font-size: 12px;
}
.text-center {text-align:center;}
.section-heading {
  font-size: 30px;
  line-height: normal;
  color:#4f455e;
  line-height:38px;
}
h2.section-heading, h3.section-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.sub-heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
.small-heading {
  color: #71629d;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
h4.collect-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}
/* Anchor Links */
a {
  /*color: #337ab7;  /* @TODO: AK */
  text-decoration: none;
}
a:hover, a:focus {
  /*color: #23527c;  /* @TODO: AK */
  text-decoration: underline;
}
a:active, a:hover, a:focus {
  outline: 0;
}
/* Lists */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote { margin-left: 0px ;}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
span.qr {
  color: #4f455e !important;
  /* text-decoration: none; */
  font-size: 16px !important;
  font-weight: 500;
  /* border-radius: 5px; */
  /* padding: 6px 10px; */
  line-height: 20px;
}

/* =============== 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 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header-container {}
.custom-header .hs-menu-wrapper ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
  content: '';
  position: relative;
  left: 10%;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgb(255, 255, 255);
}
.custom-header {
  background-color: #4f455e;
  padding: 0;
  border: 0 none;
  z-index: 1093;
  transition: all 300ms ease-in-out;
  right: 0;
  min-height: 50px !important;
  margin-bottom: 0;
  left: 0;
  width: 100% !important;
}
.widget-span.custom-header-col {
  margin-left: 0;
}
.widget-span.custom-header-col.col-left {
  width: auto;
}
.custom-header-col .widget-type-logo a {
  font-size: 18px;
  line-height: 20px;
  float: left;
  color: #777;
  display: block;
  text-indent: -1000%;
  height: inherit;
  padding: 20px;
  margin-right: 50px;
  margin-left: -20px;
}
.custom-header-col .widget-type-logo a img {
  max-width: 120px;
  height: 27.596px;
  width: 100%;
  display: block;
  vertical-align: middle;
}
.widget-span.custom-header-col.col-right {
  width: auto;
  display: block;
  height: auto;
  padding-bottom: 0;
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
  max-height: 340px;
  border: 0 none;
  box-shadow: none;
  float: none;
}
.widget-span.custom-header-right-col {
  margin-left: 0;
  width: auto;
}
.widget-span.custom-header-right-col.col-1 {
  margin-left: -20px;
}
.widget-span.custom-header-right-col.col-2 {
  float: right;
  margin-right: -20px;
}
.widget-span.custom-header-right-col.col-3 {
  display: none !important;
}
.header-bussiness-menu .hs-menu-wrapper > ul > li {
  padding: 16px;
  display: block;
  position: relative;
}
.header-bussiness-menu .hs-menu-wrapper > ul > li > a {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  line-height: 20px;
  display: block;
  padding: 6px 0;
  color: #ffffff;
  display: block;
}
.header-bussiness-menu .hs-menu-wrapper > ul > li > a:hover{
  text-decoration:none;
}
.header-bussiness-menu .hs-menu-wrapper > ul > li:before {
  content: '';
  width: 2px;
  height: 22px;
  background-color: rgba(194,201,213,0.7);
  position: absolute;
  right: -1px;
  top: 20px;
}
.header-bussiness-menu .hs-menu-wrapper > ul > li:last-child:before{
  display:none;
}
.header-bussiness-menu .hs-menu-wrapper > ul > li.active > a:before,
.header-bussiness-menu .hs-menu-wrapper > ul > li.active-branch > a:before{
  content: '';
  border-bottom: 3px solid #57CECE;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
}
.header-account-link {
  display: none;
}

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

.body-container-wrapper {
  margin-top: 50px; /* changed from 50 to 80px to add margin in top blog post by kunal */

}
.body-container {}

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


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


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


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

.custom-header .main-logo img {max-height:21px; width:auto; margin-top:13px;}

/* Parent List */
.header-account-link {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
  background-color: #6acccb;
  padding: 6px 16px;
  border-radius: 50px;
  font-weight:700;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:hover {
  background-color:#fff;
  color: #6acccb;
  padding: 6px 16px;
  border-radius: 50px;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  float: right;
  display: block !important;
  margin-bottom:0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  /*  padding: 16px 9px;*/
  padding: 9px 3px;
  position: relative;
  display: block;
  float: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #ffffff;
  letter-spacing: 0.5px;
  padding: 6px 20px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
  color: #00D7C5;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #6ACCCB;
  color:#fff;
  text-decoration:none;
  font-weight:700;
/*   border: 1px solid transparent; */
  white-space: nowrap;
/*   padding: 6px 20px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 40px; */
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 20px;
  letter-spacing: 0.8px;
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 50px;
}

.btn_white {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #fff;
  color:#6ACCCB;
  text-decoration:none;
  font-weight:700;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 20px;
  letter-spacing: 0.8px;
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 50px;
  text-transform: uppercase;
}

.btn-small
{
  font-size: 14px;
  font-weight: 700;
}

.btn_blue_white 
{
  background-color: #6acccb;
  color: white;
}

.btn:hover {text-decoration:none;}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul img{ 
  float: left;
  padding-right: 10px;
  padding-top:12px
}
ul.hs-menu-children-wrapper:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 50%;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
  border: 1px solid #e5e5e5;
  max-width:400px;
  padding:20px!important;
  border-radius: 4px;
  list-style: none;
  padding-left: 0px;
  background-color: #ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul span{
  color: rgba(79, 69, 94, 0.49);
  display:flex;
  font-size: 14px;
  font-weight: 400;
  white-space:normal;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  PADDING-BOTTOM:10PX;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #4f455e;
  text-decoration:none;
  font-size: 16px;
  font-weight: 500;
  border-radius:5px;
  padding: 6px 10px;

  line-height: 20px;
  position: relative;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  text-decoration:none;
}

/* 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:1025px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: -83px !important;
  }

}

/* @media screen and (min-width:992px){
.fix-header .custom-header {
min-height: 68px !important;
max-height: 68px;
}
} */

#custom-header-2019 {
  height: auto;
}

#custom-header-2019 .custom-menu-primary .hs-menu-wrapper > ul {
  border: none;
}

#custom-header-2019 .child-trigger {
  border: none;
}

#custom-header-2019 .child-trigger i, .child-trigger i:after {
  background: none;
}

@media (max-width: 767px) {
  #custom-header-2019 {
    height: auto;
  }
}
/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 767px){
  body span.qr {
    color:#fff !important;}
  .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper li a {display:block;text-align:left;}
  .custom-menu-primary .hs-menu-wrapper > ul ul img {padding-top:0px;}
  ul.hs-menu-children-wrapper:before {display:none;}
  .custom-menu-primary .hs-menu-wrapper > ul {padding:8px 0px;}
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    border: none !important;
    max-width: 100%; 
    padding:0 !important;
  }
  .custom-header .hs-menu-wrapper ul>li.hs-item-has-children:first-child a:after { display:none!important;}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {width:60%!important; margin:0 auto;}
  .custom-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a:after {left:5%;}
  .hs-menu-wrapper ul li a{
    text-align: center !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background:transparent;
  }
  .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper img{
    max-width:45px!important;
    height:auto;
    position: relative;
    left: 15px;
    top: 10px;
  }
  .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper li a{
    color:#fff;
    justify-content: center;
    width:100%;
    flex-wrap:wrap;
  }
  .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper li a span{
    color: #fff;
    margin: 0 auto;
    width: 200px;
    text-align: left;
    padding-top: 6px;
  }
  span.qr {
    padding-top: 0px!important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 ul li:last-child {
    padding-bottom:40px!important;
    margin-bottom:20px;
    border-bottom:1px solid rgba(255, 255, 255, 0.1);  
  }
  hr {
    margin-top:35px;
    margin-bottom:20px;
    color: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
  }
  /* Menu Reset */

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position:absolute;
    right: 0;
    top: -11px;
    z-index:100;
    padding-right: 15px;
  }
  .mobile-trigger i{    
    display: inline;
    position: relative;
    top: -4px;
    width: 16px;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    background: #000;
    transition: all .25s ease-in-out;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
    border-right: 0;    
    transition: all ease-in-out 0.4s;
    display: inline-block;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
    width: 12px;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  .mobile-open .mobile-trigger .icon-bar {
    background-color: #4F455E;
  }
  .mobile-open .mobile-trigger .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(7px, 4px);
  }
  .mobile-open .mobile-trigger .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .mobile-open .mobile-trigger .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -4px);
  }

  .close {
    display: none;
    position: absolute;
    right: 0px;
    top: -3px;
    width: 22px;
    height: 22px;
  }

  .close:before, .close:after {
    position: absolute;
    left: 12px;
    top:1px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff;
  }
  .close:before {
    transform: rotate(45deg);
  }
  .close:after {
    transform: rotate(-45deg);
  }

  /* ===== 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: 100%; /* Added by JW, to make the trigger button full-width for more clickability */
    /*     width: 115px !important; /* Button width */
    min-width: 55px !important;
    height: 42px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 16px;
    margin: 0 auto !important;
    right: -68%;
  }
  .child-trigger i span{
    font-size:10px;
    color:#fff;
    width: max-content;
  }

  .child-trigger.child-open i{}
  .child-trigger.child-open i span{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 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%;
    position: static;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%; /* Full screen width */
  }

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


}

@media(max-width: 350px) {
  .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper img { 
    left: 0;
  }
}

/* =============== About Page =============== */

.about-contact-wrap {
  margin-bottom: 40px;
}



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

.hs-button.primary,
input[type="submit"],
input[type="button"],
.email-subscription-wrap .hs-button.primary,  /* @TODO: AK */
.email-subscription-wrap input[type="submit"], /* @TODO: AK */
.email-subscription-wrap input[type="button"] { /* @TODO: AK */
  width: auto; /* @TODO: AK */
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #6ACCCB;
  border-color: #6ACCCB;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.email-subscription-wrap .hs-button.primary,  /* @TODO: AK */
.email-subscription-wrap input[type="submit"], /* @TODO: AK */
.email-subscription-wrap input[type="button"] { /* @TODO: AK */
  color: #ffffff;
  background-color: #6ACCCB;
  border-color: #6ACCCB;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
body .email-subscription-wrap .hs-button.primary,  /* @TODO: AK */
body .email-subscription-wrap input[type="submit"], /* @TODO: AK */
body .email-subscription-wrap input[type="button"] { /* @TODO: AK */
  color: #ffffff;
  background-color: #6ACCCB;
  border-color: #6ACCCB;
}

/* =============== Banner ******************************* */
.spacingInImage .title
{
  width: 70%;
}
.sg-highlightTextGroup {
  background-color: #f7f6fc;
}


.sg-highlightText h4
{
  color: #4f455e;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

/* =============== WorkingCapital ====================== */
.sg_fullwidthImage img
{
  width: 100% !important;
  height:auto;
}

/* =============== FOOTER =============== */
.cardup-footer .hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: contents;
  text-overflow: inherit;
}
.cardup-footer {
  background-color: #4f455e; 
  color:#fff; 
  padding:30px 0;
  padding-bottom: 60px;
}
.cardup-footer .f-logo img {max-width:193px; max-height:45px; margin-top:60px;}
.cardup-footer .f-menu ul {list-style:none; color:#fff; text-decoration:none; padding-left:0px;margin-bottom:0px; }
.cardup-footer .f-menu ul a {color:#fff; line-height:41px;font-size:14px;}
ul.footer-links-social  {
  margin-top:70px;
  padding-left: 0px;
  text-decoration: none;
  color:#fff;
  list-style: none;
  display: inline-flex;
  margin-bottom:0px;
}
ul.footer-links-social .fa {font-size:25px; padding-right:10px; color:#fff;}

.Second_footer.sticky-footer {
  width: 100%;
  margin: 0 auto;
  /*    position: fixed;
  left: 0;
  bottom: 0; */
}
@media (min-width: 1366px) {
  .page-center {
    float: none!important;
    max-width: 1500px!important;
    margin: 0 auto!important;
    padding-left:8%;
    padding-right:8%;
  }
}
@media (min-width: 1920px) and (max-width: 2048px) {
}

@media (min-width: 1024px) and (max-width: 1280px) {

}

@media (min-width: 768px) and (max-width: 1024px) {
}
/*@media (min-width: 768px) and (max-width: 1366px) {
.page-center
{   
max-width: 1218px !important;
}
}

@media (min-width: 1024px) and (max-width: 1280px) {
.page-center
{   
max-width: 932px !important;
}

}

@media (min-width: 800px) and (max-width: 1280px) {
.page-center
{   
max-width: 1132px !important;
}

}*/

div#test-popup-Shopify .popup-TopLogoImage {
  margin-bottom: 40px;
}
div#test-popup-Shopify .popup-title {
  font-family: inherit;
}

div#test-popup-Shopify .mfp-close {
  border: 1px solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 0;
  font-size: 20px;
  top: 20px;
  right: 20px;
  color: #000;
  opacity: .8;
}

.feature_popup .cta-section.banner-cta-section {
  margin-top: 60px;
  padding-bottom: 0;
}

.code {
  font-family: inherit !important;
}

/* =============== Pricing page CTA module =============== */

#hs_cos_wrapper_widget_1567048612470 .full-width-content-with-btn {
  padding: 70px 15px;
}

@media(max-width: 767px) {
  #hs_cos_wrapper_widget_1567048612470 .full-width-content-with-btn p {
    width: 100%;
  }  
  /*-----*/
  .hs-form .input .hs-input {
    min-height: 45px;
  }
  .two-column-image-featurebox .section-padding .featureBox .span2.text-center {
    text-align: left;
  }
  .two-column-image-featurebox .section-padding .featureBox {
    text-align: left;
    margin-bottom: 30px !important;
  }
  .cta-section .primary-btn {
    display: block;
  }
  .feature_popup .cta-section.banner-cta-section {
    margin-top: 30px;
    padding-bottom: 0;
  }
  .contentAfiliate_widget_1600119815100 .extraInformation ul {
    text-align: left;
  }
  h4.sg-featureItemTitle {
    text-align: center;
  }
  .contentAfiliate_widget_1600119815100 .extraInformation {
    text-align: center !important;
  }
  .eachPartner {
    max-width: 90%;
  }
  div#tagcontact {
    padding-top: 0;
  }

  .contentAfiliate_widget_1600119815100 .contentAfiliate_container {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .SG_image.visible-phome {
    margin-bottom: 25px;
  }

  #tagcontact .form-section {
    margin-top: 0;
  }
  .contentAfiliate_widget_1600119815100 {
    background-color: rgb(190 174 229 / 60%) !important;
  }
  .popup-productImage img {
    width: 100%;
  }
  #tagcontact .formModule .SG_image.visible-phone {
    margin-bottom: 30px;
  }
  .mfp-wrap {
    position: fixed !important;
    overflow-y: auto;
  }
  .mfp-bg {
    position: fixed !important;
  }
}  

a {
  color: #00D7C5; 
}

.cardsOfMajorBanks .page-center {
  padding: 0;
}
.five-col-logo .business-logo-item img{
  opacity: 0.6;
}
  .five-col-logo .business-logo-item{
    margin-bottom: 40px
}

/* Flexible Columns Child Divs */
.row-fluid .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
  display: block;
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  .row-fluid .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
    display: block;
    float: none;
    width: auto;
  }
}