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


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

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


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


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

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Css%20and%20Js%20/animate.css');

@import url('//fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Source+Sans+Pro:300,400,600,700,900');

@font-face {
  font-family: 'flexslider-icon';
  font-weight: normal;
  font-style: normal;  
  src: url('//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Fonts/flexslider-icon/flexslider-icon.eot') format('embedded-opentype'), 
    url('//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Fonts/flexslider-icon/flexslider-icon.woff') format('woff'), 
    url('//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Fonts/flexslider-icon/flexslider-icon.ttf') format('truetype');
}

@font-face {
  font-family: 'futura';
  font-weight: normal;
  font-style: normal;  
  src: url('//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Fonts/Futura-Book/Futura-Book.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Fonts/Futura-Book/Futura-Book.eot') format('eot'),
    url('//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Fonts/Futura-Book/Futura-Book.woff') format('woff');
}

@font-face {
  font-family: "sow-fontawesome";
  src: url("//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "futura-light";
  src: url("//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Fonts/Futura%20Light/Futura-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
 font-family: 'so-slider-pointers';
 src: url('//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Fonts/slider.eot'),
   url('//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Fonts/slider.woff') format('woff'),
   url('//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Fonts/slider.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}




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

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

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

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: middle !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 {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  height: 100%;
}
body {
  background: #fff;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1;
		overflow-x: hidden;  
}

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

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


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

/* Basic text */
p {
  font-size: 1.6rem;
  line-height: 22px;
  color: #676767;
  font-weight: 300;
}

small {}
strong {
  font-weight: 600;
}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #161e21;  
  margin:0;    
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 3.2rem;  
  font-family: 'futura';
  line-height: 1.1;
  color: #515151;
  font-weight: 400; 
}
h2 {
  font-size: 2.7rem;
  color: #4b4b4b;
  font-weight: 300;
  line-height: 1.2;
}
h3 {
  font-size: 1.4rem;
  color: #4b4b4b;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 57px;
  height: 2px;
  background: #09c9bb;
  content: "";
}
h4 {
  font-size: 1.8rem;
  color: #000000;
  margin-bottom: 5px;
  line-height: 25px;
}
h5 {
  font-size: 1.37rem;
  color: #646464;
  margin: 0 0 15px;
  font-weight: 600;
  text-transform: capitalize;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.3125;
}


/* Anchor Links */
a { 
  color: #09C9BB;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #08a398;
  text-decoration: none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
li, dt {
  line-height: 1.5em;
}

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

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


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

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

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

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


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


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

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

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


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

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

.custom-header-group {
  min-height: 70px !important;
}
.custom-header-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(13, 16, 20, 0.2);
  -webkit-box-shadow: 0 0 10px 0 rgba(13, 16, 20, 0.2);
  z-index: 4999;
}
.custom-header-bg .page-center {
  padding: 0 0 0 15px !important;
}
.custom-logo {
  padding: 19px 15px 26px 0;
}
.custom-logo img {
  width: 120px !important;
}

@-moz-document url-prefix() {
  .custom-logo span {
    float: left;
  }
  .custom-logo {
    padding-bottom:19px;
  }
  .custom-logo img {
    width: 120px !important;
    vertical-align: baseline;
  }
}




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

.body-container-wrapper {
  padding-top:20px;
}
.body-container {}

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


/* =============== Footer =============== */
.footer-container-wrapper {}
.footer-container {}

.custom-footer-top-bg {
  border-top: 1px solid #ededed;
  padding: 17px 0;
  background: #fff;
}
.social-wrap strong {
  display: inline-block;
  font-size: 1.37rem;
  color: #2c2c2c;
  vertical-align: middle;
  width: 50%;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  top: 1px;  
}
ul.social-list {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin-right: -2px;  
}
.social-list li a {
  display: block;
}
[class^="icon-"], [class*=" icon-"] {
  background-image: url("//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Image/sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 22px;
  line-height: 14px;
  vertical-align: text-top;
  width: 20px;
}
.icon-fb {
  background-position: -9px -8px;
  width: 10px;
  height: 19px;
}
.icon-tw {
  background-position: -35px -9px;
  width: 22px;
  height: 16px;
}
.icon-li {
  background-position: -80px -7px;
  width: 19px;
  height: 19px;
}

.custom-footer-botom-bg {
  background: #01a99d;
  padding: 24px 0 100px;
}
.footer-container-wrapper .page-center {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.custom-footer-menu .hs-menu-wrapper > ul {
  width: 100%;
  display: block;
  float: left;
  margin-left: -20px;
  margin-right: -20px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li{
  width: 50%;
  float:left !important;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;  
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  display: none;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{}


/* Child List */
.custom-footer-menu .hs-menu-wrapper > ul ul{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  position:static !important;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li {
  font-size: 1.6rem;
  line-height: 22px;
  color: #676767;
  font-weight: 300;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a{
  color:#fff;
  font-size: 10px;  
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover{
  color:#09c9bb;
  text-decoration: none;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li.company > a,
.custom-footer-menu .hs-menu-wrapper > ul ul li.legal > a,
.custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:first-child > a {
  font-weight: 600;
  color: #000;
  cursor: text;  
}





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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a:before {
  content: "\f0ac";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 7px;
}



/* 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:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-footer-menu .hs-menu-wrapper > ul{
  	display: flex;
    flex-wrap: wrap;
  }
  .custom-menu-primary {}
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    float: right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 28px;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 2.1rem;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 100;
    color: #5c5c5c;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    position: relative;
    -o-transition: all 0.5s ease 0s;
    letter-spacing: .02em;
    line-height: 20px;
    transition: all 0.5s ease 0s;
    padding: 0 5px 0 0;
    display: block;  
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children >a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    color: #09C9BB !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.solutions >a:after {
    margin-left: 2px;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #09C9BB;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-of-type(3) {
    background-color: #09C9BB;
    padding: 23px;
    line-height: 20px;
    padding-bottom: 27px;
    padding-left: 24px; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-of-type(3) > a {
    background-color: #09C9BB;
    color: white !important;
    font-weight: 400 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-of-type(3) > a:after {
    color: #fff !important;
  }
  
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a:after {
    margin-left: 6px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
    left: -120% !important;
    right: auto !important;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul > li ul {
    padding: 8px;
    min-width: 160px;
    font-size: 14px;
    top: 100%;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li ul li {
    margin-right: 28px;
    padding: 5px 0;
    line-height: 22px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    color: #5c5c5c;
    font-weight: 100;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    padding: 0 5px 0 0;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    letter-spacing: .02em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-of-type(2) ul li a:hover {
    color: #5c5c5c;
  }
  @-moz-document url-prefix() {
    .custom-logo a {
      -moz-transform: scale(0.8);
      display: block;
    }
  }

}


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

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

@media (max-width: 767px){

  /* 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: block !important;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px;
    width: auto;
    width: 33px;
    height: 35px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  .mobile-trigger .icon-bar {
    line-height: 14px;
    vertical-align: text-top;  
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #08C9BB;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .mobile-trigger .icon-bar-1 {
    top: 0px;
  }
  .mobile-trigger .icon-bar-2 {
    top: 10px;
  }
  .mobile-trigger .icon-bar+.icon-bar {
    margin-top: 0;
  }
  .mobile-trigger .icon-bar-3 {
    top: 20px;
  }
  .mobile-open .icon-bar-1 {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .mobile-open .icon-bar-2.open {
    opacity: 0;
    left: -35px;
  }
  .mobile-open .icon-bar-3.open {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }



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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    height: 40px !important;
    padding: 0 !important;
  }
  .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 {display:  none !important;}
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 2px;
    left: 0;
    padding: 0;
  }
  .custom-logo > div {
    position:  relative;
  }
  .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;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: none;
    color: #5c5c5c;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid #c5c5c5;
    line-height: 1.5em;
    margin: auto;
    width:  auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0 5px;
    width: auto;
    max-height: calc(100vh - 60px) !important;
    overflow-y: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul li a {
    padding: 5px 15px 5px 25px;
    line-height: 20px;
    color: #5c5c5c;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 1.4rem;
    clear: both;
    font-weight: normal;
  }
  .custom-menu-primary.js-enabled {
    position: relative;
    background:  #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul li {
    border-bottom: 1px solid #c5c5c5;
    padding:  5px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > a {
    background: none;
    color: #09C9BB;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children >a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content:  "";
    color: #09C9BB !important;
    margin-left: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.solutions >a:after {
    margin-left: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open-active > a {
    background-color: #eee;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    padding: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open-active > a:hover {
    color: #09C9BB !important;
  }
}



/* ==========================================================================
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 {
  margin-bottom: 15px;
}
.post-header h2 a {
  text-decoration: none;
}
.post-header h2 a:hover {
  text-decoration: none;
}
.post-header h1 {}

/* 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 {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog .blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 20px;
  padding-bottom: 20px;    
  border-bottom:solid 1px #ddd;    
}
.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;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: none;
  margin:0;
}

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

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

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

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
#comments-listing:empty {
  display:none;
}

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

.comment-body {
  padding:10px 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date { 
  font-size: 13px; 
  text-align: right; 
}

/* Pagination */
.blog-pagination {
  clear: both;
  margin-bottom: 20px;
}
.blog-pagination a {
  display:inline-block;
  margin:0 5px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{
  margin:0 0 15px 0;
}




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

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

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

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

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

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


/* ==========================================================================
Blog Listing Page
========================================================================== */
body.hs-blog-listing {}


/* ==========================================================================
Blog Post Page
========================================================================== */
body.hs-blog-post {}

.hs-blog-post .hs_recaptcha.hs-recaptcha.field.hs-form-field {    
  width: auto;    
  overflow: auto;	
  padding:10px 0;
}
.hs-blog-post .body-container-wrapper {
  margin-bottom: 20px;
}






/* ==========================================================================
LaterPay Academy Blog Desktop View Css Start
========================================================================== */

.hs-laterpay-academy {}

.hs-laterpay-academy .blog-pagination{
  display: block !important;
}

.hs-laterpay-academy .blog-pagination.hide{
  display: none !important;
}

.hs-laterpay-academy .blog-pagination .no-post{
  display: none;
}

.hs-laterpay-academy .body-container-wrapper .page-center {
  padding-left: 110px !important;
  padding-right: 110px !important;
}
.hs-laterpay-academy-title h3 {
  font-weight: 200;
  margin-top: 20px;
  margin-bottom: 20px;
}
.laterpay-academy-intro-txt {
  margin-top: 10px;
  margin-bottom: 30px;
}
.laterpay-academy-intro-txt p {
  margin: 0;
}
.laterpay-academy-intro-txt p b {
  font-weight: 200;
}

.hs-laterpay-academy .blog-listing-wrapper {
  width: 98.87%;
}
.hs-laterpay-academy .post-listing {
  margin-left: -20px;
  margin-right: -20px;
}
.academy-post-item {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.academy-post-item-inner {
  -webkit-box-shadow: 0px 0px 50px 1px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 50px 1px rgba(235,235,235,1);
  box-shadow: 0px 0px 50px 1px rgba(235,235,235,1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 27px;
  padding-bottom: 30px;
}

.hs-list-top-category,
.hs-list-bottom-category {
  margin: 0 0 14px 0;
}
.hs-laterpay-academy .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  margin: auto;
  display: block !important;
  max-width: 100%;
  height: auto;
}
.hs-list-bottom-category {
  padding-top: 26px;
}
.academy-post-header h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;  
}
.academy-post-header h2 a {
  color: #333;
}

p.content-category {
  padding-top: 24px;
  position: relative;
  color: #555555;
  margin: 0;
}

.academy-post-header h2 a:hover, 
.academy-post-header h2 a:focus {
  color: #068C82;
  text-decoration: none;
}
.academy-post-flex .hs-featured-image-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.academy-post-flex .academy-post-header {
  padding-bottom: 17px;
}
.hs-list-top-category a {
  color: #09C9BB !important;
}
.academy-post-flex {
    display: inline-block;
    width: 100%;
}


.hs-laterpay-academy .blog-pagination{
  display: block !important;
}
.hs-laterpay-academy .blog-pagination .no-post{
  display: none;
}

.hs-laterpay-academy .blog-pagination a,
.back-btn-container a {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 10px 12px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1.42857143;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #01a99d;
  text-transform: uppercase;
  background: white;
  color: #01a99d;
  letter-spacing: 0.046875em;  
  cursor:pointer;
}
.hs-laterpay-academy .blog-pagination a:hover,
.back-btn-container a:hover {
  background: #01a99d !important;
  color: white !important;
  outline: none;
}
.hs-laterpay-academy .blog-pagination {
  margin: 1em auto;
  text-align: center;
  float: left;
  width: 100%;
}
.hs-laterpay-academy .blog-content {
  margin-bottom: 3.5em;
}
.hs-laterpay-academy .blog-content {
  padding-bottom: 36px;
}

.hs-laterpay-academy .hs-featured-image-wrapper {
  position: relative;
}
.hs-feature-inner.Video {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  width: 100%;
}
.hs-feature-inner.Video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f144";
  font-family: FontAwesome;
  font-size: 100px;
  color: #fff;
  opacity: .8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hs-feature-inner.Video:hover:before {
  color: #eee;
}

.hs-blog-post .hs-laterpay-academy-title {
  display: none;
}
.hs-breadcrumb-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 20px;
}
.hs-breadcrumb-group ul li {
  line-height: 30px;
  color: #676767;
  font-weight: 300;
  font-size: 1.8rem;
  display: inline;
}
.hs-breadcrumb-group ul li a {
  color: #09C9BB;
}
.hs-breadcrumb-group ul li:not(:first-child):before {
  padding: 8px;
  color: #888888;
  content: "|";
}
.hs-breadcrumb-group {
  padding-bottom: 15px;
}
.hs-laterpay-academy .post-header h1 {
  font-size: 40px;
  font-weight: 200;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.25;
}
.hs-laterpay-academy.hs-blog-post .blog-post-wrapper .post-body p {
  margin: 0;
}

.hs-laterpay-academy.hs-blog-post .blog-post-wrapper .post-body p b {
  font-weight: 300;
}
.back-btn-container {
  margin-top: 20px;
}

.hs-laterpay-academy.hs-blog-post .blog-post-wrapper .post-body p iframe {
  display: block;
  margin: auto;
  max-width: 100%;  
}
.back-btn-container {
  text-align: center;
}
.hs-laterpay-academy.hs-blog-post .blog-post-wrapper .post-body h4 {
  letter-spacing: 0.140625em;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.3125;
  margin-bottom: 1.75em;
  margin-top: 0;
}
.hs-laterpay-academy.hs-blog-post .blog-post-wrapper .post-body ul {
  list-style-type: circle;
  padding-left: 30px;
  margin: 0 0 10px 0;
}
.hs-laterpay-academy.hs-blog-post .blog-post-wrapper .post-body ul li {
  font-size: 2.1rem;
  line-height: 30px;
  color: #676767;
  font-weight: 300;
}
.hs-laterpay-academy.hs-blog-post .blog-post-wrapper .post-body h6 {
  font-size: 1.5rem;
  line-height: 1.3125;
  margin-top: 3.5em;
  margin-bottom: 1.75em;
  font-style: normal;
  vertical-align: baseline;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}
.hs-laterpay-academy.hs-blog-post .blog-post-wrapper .post-body h2 {
  font-size: 2.4rem;
  line-height: 1.2173913043;
  margin-top: 2.4347826087em;
  margin-bottom: 1.2173913043em;
}
h2 strong {
  font-weight: 500;
}
img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.hs-post-related-group h2 {
  font-size: 2.4rem;
  line-height: 1.2;
}
.hs-post-related-group {
  margin-top: 5em;
}
.hs-post-related-group .academy-post-flex:after {
  content: "";
  display: table;
  clear: both;
}
.hs-post-related-group {
  padding-bottom: 50px;
}
.hs-post-related-group h1 {
  font-size: 2.1rem;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.25;
}
.custom-blog-topic .hs-laterpay-academy-title {
  display: none !important;
}

.custom-blog-topic .hs-breadcrumb-group {
  padding-bottom: 0;
}
.hs-laterpay-academy.custom-blog-topic .academy-post-flex {
    display: inline-block;
    width: 100%;
}

/* ==========================================================================
LaterPay Academy Blog Desktop View Css End
========================================================================== */








/* ==========================================================================
Client Cases Blog Desktop View Css Start
========================================================================== */

.hs-client-cases {}

.hs-client-cases .body-container-wrapper {
  padding-top: 0;
}
.hs-client-cases .body-container-wrapper .page-center {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.hs-blog-menu-bg {
  background-color: #f4f4f4;
  margin-bottom: 30px;
}
.custom-blog-body-menu .hs-menu-wrapper > ul {
  display:block;
}
.custom-blog-body-menu .hs-menu-wrapper > ul > li {
  line-height: 30px;
  font-weight: 300;
}
.custom-blog-body-menu .hs-menu-wrapper > ul > li:first-child {
  display: none;
  color: #000;
  text-align: center;
  padding-right: 20px;
  padding-left: 0;
  text-decoration: none;
  font-size: 1.6rem;
}

.custom-blog-body-menu .hs-menu-wrapper > ul > li:first-child > a {
  color: #000;
  text-transform: inherit;
  font-size: 2.3rem;
  padding-left: 0;
  letter-spacing: inherit;
  padding-right: 0;
  cursor: text; 
}
.custom-blog-body-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  color: #1a1a1a;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: .02em;
  padding-left: 10px;
  padding-right: 10px;
}
.custom-blog-body-menu .hs-menu-wrapper > ul > li > a:hover{
  background-color: #c3c3c3;
}
.custom-blog-body-menu .hs-menu-wrapper > ul > li:first-child > a:hover {
  background: transparent;
}
.custom-blog-body-menu .hs-menu-wrapper > ul > li.active-branch > a {
  background-color: rgba(1, 169, 157,0.5);
}
.custom-blog-body-menu .hs-menu-wrapper > ul > li > ul {
  display: none !important;
}

.hs-client-cases .blog-sidebar > div {
  margin-top: 20px;
  padding: 20px;
  padding-top: 32px;
  background-color: #f4f4f4;
  font-size: 18px;
}
.hs-client-cases .blog-sidebar {
  padding-left: 8px;
}
.hs-client-rec-post h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  text-transform: uppercase;
}
.hs-client-rec-post ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  display: block;
  font-size: 100%;
  line-height: 1.5;
}
.hs-client-rec-post ul li {
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 2.1rem;
  line-height: 30px;
  color: #676767;
  font-weight: 300;
}
.hs-client-rec-post ul li .hs-rec-post-name {
  color: #ccc;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  padding-bottom: 10px;
  display: block;
}
.hs-client-rec-post ul li .hs-rec-date {
  color: #333;
  font-size: 14px;
  position: relative;
  padding-bottom: 20px;
}
.hs-client-rec-post ul li .hs-rec-date:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background: #09c9bb;
  content: "";
}
.hs-client-rec-post ul li a:hover, 
.hs-client-rec-post ul li a:focus {
  color: #068C82;
}
.hs-client-rec-post {
  padding-bottom: 30px;
}

.hs-client-cases .post-item {
  margin-top: 57px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ededed;
}
.hs-client-cases .post-item {
  margin-bottom: 3.5em;
  position: relative;
}
.hs-client-cases .post-header h3 a, 
.hs-client-cases .post-header p a {
  color: #676767;
}
.hs-client-cases .post-header h3 {
  margin-bottom: 0;
  font-weight: 700;
}
.hs-client-cases .post-header p {
  font-size: 1.6rem;
  line-height: 22px;
  color: #676767;
  font-weight: 300;
  margin: 0;
}
.hs-client-cases .post-header p {
  line-height: 34px;
  color: #666;
  font-weight: 300;
  font-size: 14px;
}
.hs-client-cases .post-header h2 {
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 3.1rem;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.25;
}
.hs-client-cases .post-header h2 a {
  color: #333;
}
.hs-client-cases .post-header h2 a:hover, 
.hs-client-cases .post-header h2 a:focus {
  color: #068C82;
}

.hs-client-cases.hs-blog-post .blog-content {
  margin-top: 57px;
  padding-bottom: 54px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 3.5em;  
}
.hs-client-cases .post-header h1 {
  font-size: 40px;
  font-weight: 200;
  margin-top: 18px;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.25;
}
.hs-client-cases.hs-blog-post .blog-post-wrapper .post-body img {
  display: block;
}
.hs-client-cases.hs-blog-post .blog-post-wrapper .post-body p {
  margin: 0;
}
.hs-client-cases.hs-blog-post .body-container-wrapper {
  margin-bottom: 80px;
}
.hs-client-cases.hs-blog-listing .hs-listing-content img {
  display: block;
}
.hs-listing-content p {
  margin: 0;
}

.hs-client-cases .post-item p {
  margin: 0;
}
.hs-client-cases a.more-link {
  margin: 0;
  color: #09C9BB;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
.hs-client-cases a.more-link:hover, 
.hs-client-cases a.more-link:focus {
  color: #068C82;
}
.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}

.hs-client-cases h2.post-listing-simple {
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 3.1rem;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.25;
}
.hs-client-cases h2.post-listing-simple a {
  color: #333;
}
.hs-client-cases h2.post-listing-simple a:hover, 
.hs-client-cases h2.post-listing-simple a:focus {
  color: #068C82;
}
.hs-client-cases .blog-pagination {
  padding-top: 40px;
  padding-bottom: 46px;
}

/* ==========================================================================
Client Cases Blog Desktop View Css End
========================================================================== */







/* ==========================================================================
Press Page Desktop View Css End
========================================================================== */

.hs-press-layout {}

.hs-press-layout .body-container-wrapper {
  padding-top: 0;
}
.hs-press-layout .body-container-wrapper .page-center {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.hs-press-layout .body-container-wrapper .main-content {
  margin-bottom: 0;
}
.hs-press-layout .sidebar {
  padding-top: 1.75em;
  display: block;
  margin-top: 27px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.hs-press-layout .sidebar .hs_cos_wrapper_type_header h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  text-transform: uppercase;
  color: #4b4b4b;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}
.custom-press-links .hs-menu-wrapper > ul {
  display: block;
}
.custom-press-links .hs-menu-wrapper > ul > li {
  position: relative;
  padding-bottom: 20px;
}
.custom-press-links .hs-menu-wrapper > ul > li > a {
  clear: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #09C9BB;
  display: block;
}
.custom-press-links .hs-menu-wrapper > ul > li > a:hover, 
.custom-press-links .hs-menu-wrapper > ul > li > a:focus {
  color: #068C82;
}
.custom-press-links .hs-menu-wrapper > ul > li.active-branch > a {
  font-weight: 600;
}

.hs-press-layout .body-container-wrapper .main-content {
  padding-top: 1.75em;
  display: block;
  margin-top: 31px !important;
  padding-left: 10px;
}
.in-the-news {
  padding: 20px;
  margin: 0;
  margin-left: 0;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 50px 1px rgba(235,235,235,1);
  box-shadow: 0px 0px 50px 1px rgba(235,235,235,1);
  margin-bottom: 15px;
}
.hs-press-row1 .hs_cos_wrapper_type_header h3 {
  margin-bottom: 5px;
}
.itn-img-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 70px;
}
.hs-laterpay-news-group p {
  margin: 0;
}

img.hs-ifrme-img {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}
.hs-press-row .hs_cos_wrapper_type_rich_text {
  padding: 20px;
  margin: 0;
  margin-left: 0;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 50px 1px rgba(235,235,235,1);
  box-shadow: 0px 0px 50px 1px rgba(235,235,235,1);
  margin-bottom: 15px;
  display: block; 
}
.hs-press-row .hs_cos_wrapper_type_rich_text h2 {
  margin-top: 0;
  font-size: 3.1rem;
  line-height: 1.2173913043;
  margin-bottom: 1.2373913043em;
}
.hs-press-row p {
  margin: 0;
}
.hs-press-row{
	padding-top: 10px; 	
}
.hs-press-row4 {
  margin-top: 93px;
}
.itn-date-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 70px;
}

.hs-press-layout .body-container-wrapper .main-content {
  margin-bottom: 88px !important;
}
.hs-press-row7 {
  margin-bottom: 3.5em;
}
.hs-press-row7 .hs_cos_wrapper_type_rich_text h2 {
  font-size: 2.2rem;
  line-height: 22px;
  color: #676767;
  font-weight: 300;
  margin: 0;
}
.hs-press-row7 {
  margin-top: 108px;
}
ul.hs-cmyk {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 100%;
  line-height: 1.5;
  padding-left: 5px;
}
ul.hs-cmyk li {
  font-size: 2.1rem;
  color: #676767;
  font-weight: 300;
  background: url(//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Image/download_24px.svg) no-repeat top left;
  background-repeat: no-repeat;
  line-height: 24px;
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 10px;
}
ul.hs-cmyk li a {
  color: #676767;
}
ul.hs-cmyk li a:hover, 
ul.hs-cmyk li a:focus {
  color: #068C82;
}
.hs-press-row6 {
  margin-top: 30px;
}
.hs-press-row h5 {
  margin: 20px 0;
  font-size: 1.6rem;
  line-height: 22px;
  color: #676767;
  font-weight: 300;
}

.hs-press-body-bottom-section iframe {
  max-width: 100%;
}

.hs-press-row h1 {
  font-size: 1.4rem;
  color: #4b4b4b;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.1;  
}
.hs-press-row h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 57px;
  height: 2px;
  background: #09c9bb;
  content: "";
}
.hs-press-row h4 {
  font-size: 2.2rem;
  line-height: 22px;
  color: #676767;
  font-weight: 300;
  margin: 0;
}
.hs-press-row1.hs-press-row {
  margin-bottom: 93px;
}


/* ==========================================================================
Press Page Blog Desktop View Css End
========================================================================== */




@media only screen and (min-width: 768px) {
  .hs-laterpay-academy-title h3 {
    line-height: 1.225;
  }
  .laterpay-academy-intro {
    max-width: 60%;
  }
  .laterpay-academy-intro-txt {
    max-width: 82%;
  }
  .academy-post-flex .academy-post-item {
    width: 33.33333333%;
    float: left;
  }
  .academy-post-item:first-child {
    margin-bottom: 2.5rem;
  }
  .hs-list-top-category,
  .hs-list-bottom-category {
    line-height: 30px;
    font-size: 1.8rem;
  }
  .academy-post-flex .hs-featured-image-wrapper {
    height: 105px;
  }
  .academy-post-flex .academy-post-item {
    margin-bottom: 0;
  }
  .hs-post-related-group {
    margin-top: 100px;
  }
  .hs-post-related-group .academy-post-flex {
    margin-top: 2rem;
    margin-left: -20px;
    margin-right: -20px;
  }
  .custom-blog-body-menu .hs-menu-wrapper > ul > li:first-child {
    display: block;
    font-size: 2.3rem;
  }
  .custom-blog-body-menu .hs-menu-wrapper > ul > li > a {
    font-size: 1.8rem;
    padding-top: 13px;
    padding-bottom: 15px;
    letter-spacing: .02em;
  }
  .hs-client-rec-post ul li .hs-rec-post-name {
    letter-spacing: .12em;
  }
  .custom-blog-body-menu .hs-menu-wrapper > ul > li:first-child {
    display: block;
  }
  .hs-press-layout .sidebar {
    float: left !important;
    width: 25% !important;
    margin-left: 0 !important;
  } 
  .hs-press-layout .body-container-wrapper .main-content {
    width: 75% !important;
    float: right;
  }
  .custom-press-links .hs-menu-wrapper > ul > li > a {
    letter-spacing: .12em;
  }
  .in-the-news {
    margin: 20px;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .itn-img-container {
    height: 120px;
  }
  .hs-press-row .hs_cos_wrapper_type_rich_text {
    margin: 20px;
    margin-left: 0;
    margin-bottom: 25px;
    margin-top: 10px;  
  }
  .hs-press-row2 .hs_cos_wrapper_type_header {
    margin-top: 32px;
    display: block;
  }
  .hs-press-row7 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .hs-press-row7.hs-press-row .hs_cos_wrapper_type_rich_text {
    margin-bottom: 20px;
  }
  .hs-press-row h5 {
    font-size: 2.1rem;
    line-height: 30px;
  }
  .hs-press-row h1 {
    font-size: 1.8rem;
    letter-spacing: .12em;
  }
  .hs-press-row h1:after {
    width: 78px;
  }
  .hs-press-row h4 {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .hs-press-row1.hs-press-row .hs_cos_wrapper_type_header {
    padding-top: 25px;
    display: block;
  }
  .hs_cos_wrapper_type_module:first-child .hs_cos_wrapper_type_header {
    padding-top: 0;
  }
}

@media screen and (min-width: 44.375em) {
  .hs-laterpay-academy .blog-content {
    margin-bottom: 5.25em;
  }
  .hs-laterpay-academy .post-header h1 {
    line-height: 1.2727272727;
  }  
  .hs-post-related-group h1 {
    line-height: 1.2727272727;
  }
  .hs-client-cases .post-item {
    margin-bottom: 5.25em;
  }
  .hs-client-cases .post-header h2 {
    line-height: 1.2727272727;
  }
  .hs-client-cases .post-header h1 {
    line-height: 1.2727272727;
  }
  .hs-client-cases.hs-blog-post .blog-content {
    margin-bottom: 5.05em;
  }
  .hs-press-row7 {
    margin-bottom: 5.25em;
  }
  .hs-client-cases h2.post-listing-simple {
    line-height: 1.2727272727;
  }
}

@media screen and (min-width: 56.875em) {
  .hs-client-rec-post h3 {
    margin-bottom: 1.25em;
  }
  .hs-client-rec-post ul {
    margin-bottom: 1.6153846154em;
  }
  .hs-press-layout .sidebar .hs_cos_wrapper_type_header h3 {
    margin-bottom: 1.3125em;
  }
}

@media screen and (min-width: 61.5625em) {
  .academy-post-flex .academy-post-header h2 {
    line-height: 1.225;
  }
  .hs-laterpay-academy .blog-content {
    margin-bottom: 7.0em;
  }
  .hs-laterpay-academy .post-header h1 {
    line-height: 1.225;
  }
  .hs-post-related-group h1 {
    line-height: 1.225;
  }
  .hs-client-cases .post-item {
    margin-bottom: 2.0em;
  }
  .hs-client-cases .post-header p {
    display: block;
    margin-bottom: 0.5384615385em;
  }
  .hs-client-cases .post-header h2 {
    line-height: 1.225;
  }
  .hs-client-cases .post-header h1 {
    line-height: 1.225;
  }
  .hs-press-row7 {
    margin-bottom: 7.0em;
  }
  .hs-client-cases h2.post-listing-simple {
    line-height: 1.225;
  }
}

@media only screen and (min-width: 992px) {
  .academy-post-flex .hs-featured-image-wrapper {
    height: 178px;
  }
  .hs-laterpay-academy .blog-pagination a,
  .back-btn-container a{
    font-size: 1.6rem;
    min-width: 167px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .academy-post-header h2 {
    font-size: 2.8rem;
  }
  .hs-laterpay-academy .blog-pagination {
    margin-top: 7.15em !important;
  }
  .back-btn-container {
    margin-top: 7.15em;
  }
  .hs-laterpay-academy.hs-blog-post .blog-post-wrapper .post-body h2 {
    font-size: 2.8rem;
  }
  .hs-post-related-group h2 {
    font-size: 2.8rem;
  }
  .hs-laterpay-academy.custom-blog-topic .blog-pagination {
    margin-top: 10px !important;
  }
}





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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

label {
  font-size: 2rem;
  text-align: left;
  line-height: 20px;
  margin-bottom: 4px;
  color: #676767;
  font-weight: 100;
  display: inline-block;
  max-width: 300px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* One Line Inputs */
[type="text"],
[type="password"], 
[type="datetime"], 
[type="datetime-local"], 
[type="date"], 
[type="month"], 
[type="time"], 
[type="week"], 
[type="number"], 
[type="email"], 
[type="url"], 
[type="search"], 
[type="tel"], 
[type="color"],
[type="file"],
textarea,
select {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #a0a0a0;
  background-color: #ffffff;
  font-size: 1.8rem;
  border: 0;
  padding: 8px 10px 7px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  margin-top: 1em;
  box-sizing: content-box;
  -webkit-appearance: none;
  margin-bottom: 1em;
  min-height: 18px;
  line-height: 18px;
  border: none;
  -webkit-writing-mode: horizontal-tb !important;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

@-moz-document url-prefix() {
  [type="text"],
  [type="password"], 
  [type="datetime"], 
  [type="datetime-local"], 
  [type="date"], 
  [type="month"], 
  [type="time"], 
  [type="week"], 
  [type="number"], 
  [type="email"], 
  [type="url"], 
  [type="search"], 
  [type="tel"], 
  [type="color"],
  [type="file"],
  textarea,
  select {
    min-height:auto;
    padding:10px;
  }
}


[type="text"]:focus,
[type="password"]:focus, 
[type="datetime"]:focus, 
[type="datetime-local"]:focus, 
[type="date"]:focus, 
[type="month"]:focus, 
[type="time"]:focus, 
[type="week"]:focus, 
[type="number"]:focus, 
[type="email"]:focus, 
[type="url"]:focus, 
[type="search"]:focus, 
[type="tel"]:focus, 
[type="color"]:focus,
[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

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

form.hs-form .hs-form-field ul.inputs-list li {font-size:14px;}
form.hs-form .hs-form-field ul.inputs-list li p {margin:0; padding:0 0 0 10px; display:inline-block; vertical-align:middle;}
form.hs-form .hs-form-field ul.inputs-list li label {font-size:16px; max-width:100%; margin:0;}
form.hs-form .hs-form-field ul.inputs-list li span {margin:0 0 0 8px; display:block; overflow:hidden;}
form.hs-form .hs-form-field ul.inputs-list li input[type="checkbox"] {float:left; width:25px; margin:4px 0 0 0;}

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  width:auto;
  font-family: Helvetica,Arial,sans-serif;  
  display:inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #cccccc;  
  white-space:normal !important;
  text-transform: uppercase;
  background: #01a99d;
  border: #01a99d;
  color: #fff;
  padding: 10px 30px;
  outline: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-size: 1.3rem;
  line-height: 12px;  
  font-weight: 600;
  text-shadow: 0 -1px 0 #3574e3;  
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);  
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background: #fff;
  color: #01a99d;
  border: #01a99d;
  outline: none; 
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;  
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;    
}


/* =============== 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                                      
========================================================================== */
img[alt="No Image"] {
display: none;
}
.test{
	background: red;
  padding: 20px;
  color: white;
  min-height: 600px;
}

#hs_cos_wrapper_widget_1533726525913 .two-column-equla-with-video-inner{
  box-shadow: none;
}
#hs_cos_wrapper_widget_1533710687282 .two-column-equla-with-video-inner{
  box-shadow: none;
}
div#hs-eu-cookie-confirmation{
  background: rgba(70, 70, 70, .9)!important;
  position: fixed;
  bottom: 0;
}
a#hs-eu-confirmation-button{
	margin-top: 10px !important;
}
body #hs-eu-cookie-confirmation-inner {
  display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin-top: 0px !important; 
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  margin-right: 0px !important; 
  margin-left: 20px; 
  margin-top: 0px !important; 
  padding: 6px 9px !important;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px; 
  text-align: center; 
  text-transform: uppercase;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button{
	margin-right: 0px !important; 
  margin-left: 20px; 
  margin-top: 0px !important; 
  padding: 6px 9px !important;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px; 
  width: 122px !important; 
  text-align: center; 
  text-transform: uppercase;
  border: none !important;
  color: #FFF !important;
  background: #e26666 !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a {
    line-height: 1 !important;
    text-decoration: none !important;
    color: #fff !important;
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  box-shadow: none !important; 
}

body div#hs-eu-cookie-confirmation {
  border-top: 0px !important; 
  border-bottom: 0px !important; 
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  width: 100% !important; 
  max-width:  100% !important; 
  padding: 15px 20px !important;   
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
  float: none;
  margin: 0 auto;
  display: block; 
  padding: 0px !important;
  background: none!important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
	color: #ddd !important;
  font-size: 15px !important;
  font-family: "Source Sans Pro", sans-serif !important; 
  margin-bottom: 0px !important; 
}
@media (max-width: 1160px){
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
		font-size: 12px !important;
  }
	a#hs-eu-confirmation-button{	
    font-size: 12px !important; 
	}  
  div#hs-eu-cookie-confirmation{
  	bottom: 0px!important;
    top: auto !important;
    position: fixed !important;
  }
}
@media (max-width: 400px){
	div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
		font-size: 10px !important;
  }
	a#hs-eu-confirmation-button{	
    font-size: 10px !important; 
	} 
}
/* Styles that do not fit into any of the available sections above can go here. */


.slick-loading .slick-list {
   background-image:none !important;
}

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


.hs-contact-form ul.hs-error-msgs.inputs-list li {
		margin-left: 0 !important;
}

.hs-fullwidth-row1 {
	padding-bottom: 10px;
}
.hs-client-cases.hs-blog-listing img.alignnone {
    display: block;
}

.custom-footer-menu .hs-menu-wrapper > ul ul {
    height: auto !important;
}

.hs-laterpay-academy.custom-blog-topic .body-container-wrapper {
    padding-bottom: 24px;
}

.hs-client-cases.hs-blog-post .blog-content center h6 {
    text-align: left;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
    color: #686868;
    font-weight: normal;
    padding-left: 4%;
}
.hs-home-textimonial-slider .slick-slide img {
    display: none !important;
}



.body-container ul li {}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}
.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription form, 
.hs_cos_wrapper_type_password_prompt,
.hs-search-field form {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  float:left;
  width:100%;
  max-width: 500px;  
}

.one-column .hs_cos_wrapper_type_form, 
.one-column .hs_cos_wrapper_type_blog_subscribe, 
.one-column .hs_cos_wrapper_type_google_search, 
.one-column .hs_cos_wrapper_type_email_simple_subscription form, 
.one-column .hs_cos_wrapper_type_password_prompt  {
  width: 50%;
}
.widget-type-google_search input[type="text"] {
  display:block;
}
#hs-pwd-widget-password {
  display: block;
}

.hs-error-msgs.inputs-list{
  margin: -20px 0 10px 0;
  list-style:none;
  padding:0;
}

.hs-error-msgs.inputs-list label {
  font-weight: normal;
  color: red;
  font-size: 1.2rem;
}   
.hs-input.invalid.error {
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
.hs-input.invalid.error:focus {
  border-color: #b9554d;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}

.subscription-template.one-column #email-prefs-form .subscribe-options label span {
  font-size: 14px;
  color: #444;
  line-height: 14px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
}
.body-container-wrapper .main-content,
.body-container-wrapper .sidebar{
  margin-bottom:20px;
}


.hs-two-column-innerright_image-left p {
  margin-top: 20px;
}

.two-column-equal-with-video-wrp.clearfix {
  margin: 28px 0 0;
}

.academy-post-flex ~ .academy-post-item {
  margin-top: 110px;
}
.academy-post-flex {
  display: inline-block;
}






body #catapult-cookie-bar {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    direction: ltr;
    padding: 0 20px;
    z-index: 99999;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
body #catapult-cookie-bar {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    z-index: 99999;
    overflow: hidden;
    color: #ddd;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #464646;
}
body .has-cookie-bar #catapult-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
    padding: 15px 20px 15px;
}
body .has-cookie-bar #catapult-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
}
body .cookie-bar-bar .ctcc-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
body .ctcc-right-side {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
body button#catapultCookie {
    cursor: pointer;
    margin: 0 20px 0 0;
}
body button#catapultCookie {
    background: #09c9bb;
    color: ;
    border: 0;
    padding: 6px 9px;
    border-radius: 3px;
}
body .cookie-bar-bar button#catapultCookie {
    margin: 0 0 0 20px;
}
body #catapult-cookie-bar a {
    color: #fff;
}


@media only screen and (min-width: 768px) {
	body .ctcc-inner {
		font-size: 1.3rem;
	}
}

@media only screen and (min-width: 992px) {
	body .ctcc-inner {
		font-size: 1.5rem;
	}
}





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

.two-column-equal-with-video-left a.hs-video_btn2:last-child {
  margin-right: 0;
  float: right;
}
.custom-row3-laterpay-for-publishing-content .two-column-equal-with-video-left a.hs-video_btn2:last-child {
    float: none;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    max-width: 100%;
  
}


.two-column-equal-with-video-left br {
  display: none;
}
.two-column-equal-with-video-wrp  .hs_cos_gallery_main, 
.two-column-equal-with-video-wrp  .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
  padding: 0;
}

.two-column-equal-with-video-wrp.hs-video-gallery .two-column-equla-with-video-slider-wrapper {
  margin-top: -13px;
}

.two-column-equal-with-video-wrp  .slick-slider {
  margin-bottom: 0;
}

.two-column-equal-with-video-wrp .slick-dots li {
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.45;
}

.two-column-equal-with-video-wrp .caption.below span {
  opacity: 0;
}

.two-column-equal-with-video-wrp ul.slick-dots {
  bottom: 40px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  float: none;
  left: 0;
  right: 0;
}

.two-column-equal-with-video-wrp:hover ul.slick-dots {
  opacity: 1;
}
.two-column-equal-with-video-wrp ul.slick-dots {
  opacity: 0;
  transition: all .3s ease;
}

.two-column-equal-with-video-wrp:hover ul.slick-dots {
  opacity: 1;
}
.two-column-equal-with-video-wrp .slick-arrow {
  opacity: 0;
  transition: all .3s ease;
}

.two-column-equal-with-video-wrp:hover .slick-arrow {
  opacity: 1;
}

.two-column-equal-with-video-wrp .slick-dots li button:before {
  display: none;
}

.two-column-equal-with-video-wrp .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}
.two-column-equal-with-video-wrp li.slick-active {
  opacity: 1;
}

.two-column-equal-with-video-wrp .slick-prev {
  left: 70px;
  z-index: 555;
  FONT-FAMILY: 'so-slider-pointers';
}

.two-column-equal-with-video-wrp  .slick-prev:before {
  content: '←';
  z-index: 555;
  FONT-FAMILY: 'so-slider-pointers';
  content: "\e60a";
  RIGHT: 70px;
}

.two-column-equal-with-video-wrp .slick-next:before {
  FONT-FAMILY: 'so-slider-pointers';
  content: "\e60b";
  RIGHT: 70px;
  z-index: 555;
}


.two-column-equal-with-video-wrp  .slick-next {
  right: 70px;
}
/*************************/
.hs-two-column-innerright_image-left {
  width: calc(56.7513% - ( 0.432486631016 * 30px ) );
  text-align: left;
}

.hs-two-column-innerright_image-right {
  width: calc(43.2487% - ( 0.567513368984 * 30px ) );
}

.hs-two-column-innerright_image-right img {
  margin: 0;
}

.hs-two-column-innerright_image-wrapper > div {
  display: inline-block;
  vertical-align: top;
}

.hs-demo2-row1 {
  padding: 33px 0 0;
}

.hs-two-column-innerright_image-left h2 {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
}

.hs-two-column-innerright_image-right img {
  margin: -20px 0px 0 28px;
}

.hs-demo2-layout .hs-demo2-row3-title {
  margin-top: 80px;
  margin-bottom: 2px;
  text-align: center;
}

.hs-demo2-row3 .hs-top-image-inner img {
  max-width: 319px;
  margin-bottom: 28px
}

.hs-demo2-row3 .hs-top-image-inner p {
  margin: 0 0 6px;
}
.hs-demo2-row3 .hs-top-image-content {
  text-align: left;
}

.hs-demo2-row3 .hs-top-image-content {
  padding: 20px;
}

.hs-demo2-row3 .hs-top-image-content h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 0 10px;
  font-weight: 600;
  font-family: "Source Sans Pro",sans-serif;
}

.hs-demo2-row3.hs-sell-laterpay-row2 {
  padding-bottom: 0;
}

.hs-demo2-row2.hs-demo2-row4 .two-column-equal-with-video-wrp.clearfix {
  padding-top: 0;
  padding-bottom: 48px;
  margin: 0;
}

.hs-demo2-row3 .hs-sell-laterpay-row2 .page-center .widget-type-widget_container {
  margin-bottom: 0;
}

.hs-demo2-row2.hs-demo2-row4 .two-column-equla-with-video-inner {
  margin-top: 61px;
}

.hs-demo2-layout .hs-sell-laterpay-row2 .page-center .widget-type-widget_container {
  margin-bottom: 0;
}

.hs-demo2-row5-flexi-col .two-column-equla-with-video-inner {
  background-size: contain;
  padding: 15px 55px 15px 55px;
  height: 232px;
  min-height: auto;
  max-width: 468px;
  margin: 0 auto;
  border-radius: 44px;
  zoom: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  float: right;
}

.hs-demo2-row5-flexi-col .two-column-equla-with-video-inner ul.slider-for {
    padding: 0;
    margin: 0;
}


.hs-two-column-innerright_image-left p {
  margin-top: 20px;
}

.hs-demo2-row2.hs-demo2-row4 .two-column-equal-with-video-wrp.no-video-bg {
  margin-bottom: 1px;
}

.hs-demo2-row5-flexi-col .two-column-equal-with-video-wrp.clearfix {
  padding-top: 0;
  margin-top: 18px;
  margin-bottom: 100px;
}

.hs-demo2-layout .hs-home-bottom-section center {
  top: 0;
  padding-top: 10px;
}

.hs-demo2-layout .hs-home-gray-section {
  background-color: #f6f6f6;
  padding: 70px 0 80px;
}

.hs-demo2-layout .home-green-btn {
  width: 75%;
}

.hs-demo2-layout  .hs-home-gray-section .page-center .hs_cos_wrapper_type_widget_container > div {
  margin-top: 10px;
}


.hs-fullwidth-layout .custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp {
    margin-bottom: 50px;
}




.custom-row6-laterpay-for-publishing-right-content .arrow-lk-3 {
  position: absolute;
  bottom: 17px;
  right: 19px;
  max-width: 20px;
}


.tab-section {
  display: none;
}
.tab-section.active {
  display: block;
}

.the-company-layout .body-container-wrapper {
  padding-top: 0;
}
.the-company-layout .custom-header-group {
  min-height: 50px !important;
}
.header-section.hiw-intro {
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: center;
}
.header-section.hiw-intro .row {
  margin-left: -20px;
  margin-right: -20px;
}
div#pag-hiw .col-xs-3 {
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
div#pag-hiw .col-xs-9 {
  width: 75%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.header-section.hiw-intro .companytitle {
  width: 150px !important;
  max-width: 1000px;
  position: relative;
  margin-top: 70px;
  margin-left: 68px;
  padding: 15px;
  padding-bottom: 0;
}
.header-section.hiw-intro .companytitle .companytitle-decoration {
  background-color: rgba(1, 169, 157, 0.3);
  position: absolute;
  z-index: 2;
  width: 200px;
  height: 40px;
  top: -10px;
  left: -25px;
}
.header-section.hiw-intro .companytitle .companytitle-bg {
  background-color: rgba(250, 250, 250, 1);
  width: 150px !important;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  padding-bottom: 0;
  z-index: 3;
  padding: 10px;
}
.header-section.hiw-intro .row:after, .header-section.hiw-intro .row:before {
  content: " ";
  display: table;
}
div#pag-hiw .company-text.not-header {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
div#pag-hiw .company-text.not-header .row {
  margin-left: -20px;
  margin-right: -20px;
}
div#pag-hiw .company-text.not-header .row .col-sm-3 {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
div#pag-hiw .company-text.not-header .row .col-sm-9 {
  width: 75%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
div#pag-hiw .company-text.not-header .row .col-sm-3 .company-main-menu {
  padding: 30px;
  padding-top: 0;
}
div#pag-hiw .company-text.not-header .row .col-sm-3 .company-main-menu h5 {
  color: #bbb;
  text-transform: uppercase;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 18px;
  font-size: 1.6rem;
}
div#pag-hiw .company-text.not-header .row .col-sm-3 .company-main-menu ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.5;
}
div#pag-hiw .company-text.not-header .row .col-sm-3 .company-main-menu ul li {
  color: #55595c;
  float: none;
  list-style-type: none;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  text-align: left;
  border: 0;
  font-size: 1.6rem;
  height: 35px;
}
div#pag-hiw .company-text.not-header .row .col-sm-3 .company-main-menu ul li.active {
  border-bottom: 2px solid #09c9bb;
  width: 30px;
}
div#pag-hiw .company-text.not-header .row .col-sm-3 .company-main-menu ul li a {
  color: #55595c;
}
div#pag-hiw .company-text.not-header .row .col-sm-3 .company-main-menu ul li a:hover {
  color: #000;
}
div#pag-hiw .company-text.not-header .company_main_text h4 {
  margin-left: 0;
  margin-bottom: 0;
  color: #676767;
  width: 250px;
  height: 85px;
  padding: 15px;
  padding-bottom: 30px;
  background-color: #fff;
  line-height: 25px;
  font-size: 3rem;
  margin-top: -90px;
  text-align: center;
}
div#pag-hiw .company-text.not-header .company_main_text {
  margin-left: 20px;
}
div#pag-hiw .company-text.not-header .company_main_text p {
  margin-bottom: 30px;
  margin-top: 0;
}
div#pag-hiw .company-text.not-header .company_main_text h2 {
  font-size: 3.1rem;
  margin-bottom: 20px;
}
div#pag-hiw .company-text.not-header .row:after, div#pag-hiw .company-text.not-header .row:before {
  content: "";
  display: block;
  clear: both;
}
div#pag-hiw .hiw-list-1.not-header {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
div#pag-hiw .hiw-list-1.not-header .hiw1-odd {
  background-color: rgba(1, 169, 157, 0.1);
}
div#pag-hiw .hiw-list-1.not-header .hiw1-odd .hiw-list2-item-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
div#pag-hiw .hiw-list-1.not-header .hiw1-odd .hiw-list2-item-wrap .row {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-left: -20px;
  margin-right: -20px;
}
div#pag-hiw .col-sm-3 {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
div#pag-hiw .col-sm-4 {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
div#pag-hiw .col-sm-4 #team_final_left {
  font-size: 4.5rem;
  margin: 0;
  text-align: left;
  color: #4b4b4b;
  font-family: 'futura-light';
  font-weight: 100;
}
div#pag-hiw .col-sm-5 {
  width: 41.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
div#pag-hiw .hiw-list-1.not-header .hiw1-odd .hiw-list2-item-wrap .row:after, 
div#pag-hiw .hiw-list-1.not-header .hiw1-odd .hiw-list2-item-wrap .row:before {
  clear: both;
  content: "";
  display: block;
}
div#pag-hiw .hiw-list-1.not-header .hiw1-odd .page-center:after, 
div#pag-hiw .hiw-list-1.not-header .hiw1-odd .page-center:before {
  content: "";
  display: table;
}
div#pag-hiw .hiw-list-1.not-header .hiw1-odd .hiw-list2-item-wrap div#team_final_right p {
  margin: 0;
}
.header-section.hiw-intro .row:after, .header-section.hiw-intro .row:before {
  clear: both;
  display: block;
  content: "";
}
div#pag-hiw .col-sm-9 {
  width: 75%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
div#pag-hiw .col-sm-9 .tres-solution-title.about-intro {
  width: 70%;
  margin-top: 100px;
  line-height: 1.1;
  padding-left: 20px;
}
div#pag-hiw .col-sm-9 .tres-solution-title.about-intro h1 {
  font-weight: 100;
  font-family: 'futura-light';
  font-size: 4.5rem;
  color: #09c9bb;
}






.custom-row5-laterpay-for-publishing-content a.hs-video_btn2{
font-weight:400;
}
.custom-row4-laterpay-for-publishing-group .page-center {
   padding-top: 40px;
   padding-bottom: 0;
}
.sow-icon-fontawesome {
   font-family: 'sow-fontawesome';
   display: inline-block;
   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;
   float: left;
   font-size: 1.3em;
   height: 1em;
   width: auto;
   margin: -0.1em .75em -0.2em -0.75em;
   float: left;
}
.sow-icon-fontawesome[data-sow-icon]:before {
   content: attr(data-sow-icon);
}




.two-column-equal-with-video-wrp a.hs-video_btn2{  font-weight: 400;   }



/***********************************One Column With Top Image - LaterPay_July2018*******************************************/
.two-column-equal-with-video-left {
  width: calc(50% - ( 0.5 * 30px ) );
}

.two-column-equal-with-video-left {}

.two-column-equal-with-video-right {
  width: calc(50% - ( 0.5 * 30px ) );
}

.two-column-equal-with-video-inner > div {
  float:none;
  display: inline-block;
  vertical-align: middle;
}

.two-column-equal-with-video-wrp.clearfix {
  padding: 120px 0 28px;
  margin: 28px 0 0;
  background-size: 2283.74px 1130.91px;
  background-position: 50% -93.8634px;
}

.two-column-equal-with-video-wrp  a.hs-video_btn2 {
  padding: 1em 2em;
  background: #09c9bb;
  color: #ffffff !important;
  border: 1px solid #09c9bb;
  border-width: 1px 0;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 29px;
}

.two-column-equal-with-video-wrp a.hs-video_btn2:hover {
  background: #0addcd;
  border-bottom-color: #09c4b6;
}

.two-column-equal-with-video-left h2 {
  margin: 0 0 30px;
}

.two-column-equla-with-video-inner {
  background-size: 100% 100%;
  border-radius: 72px;
  /*min-height: 818px;*/
  max-width: 391px;
  margin: 0 0 0 30px;
  padding: 91px 18px 99px;
  zoom: 65%;
  margin-left: 197px;
  margin-top: -94px;
}
.two-column-equal-with-video-wrp.clearfix {
  padding: 51px 0 28px;
  margin: 38px 0 0;
  background-size: 2283.74px 1130.91px;
  background-position: 50% -93.8634px;
}

.two-column-equla-with-video-inner {
  background-size: 100% 100%;
  border-radius: 72px;
  /*min-height: 818px;*/
  max-width: 391px;
  margin: 0 0 0 30px;
  padding: 91px 18px 99px;
  zoom: 65%;
  box-shadow: -43px 16px 62px rgba(73,61,59,0.23);
  margin-left: 197px;
  margin-top: 28px;
}

.hs-two-column-innerright_image-left p {
  margin-top: 20px;
}

.two-column-equal-with-video-wrp.clearfix {
  margin: 28px 0 0;
}






.custom-row-laterpay-for-publishing  .two-column-equal-with-video-wrp {
  background-size: 0;
  padding: 0;
  padding-bottom: 118px !important;
  margin: 0;
}

.custom-row-laterpay-for-publishing .two-column-equla-with-video-inner-wrp {
  display: block;
  margin: -80px 0px 0px 0px;
}
.custom-row-laterpay-for-publishing .two-column-equal-with-video-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  webkit-align-items: flex-start;
  align-items: flex-start;
}
.custom-row1-laterpay-for-publishing-group .two-column-equal-with-video-left {
  width: calc(53.512% - ( 0.464879852125 * 30px ) );
  float: left !important;
}
.custom-row1-laterpay-for-publishing-group .two-column-equal-with-video-right {
  width: calc(46.488% - ( 0.535120147875 * 30px ) );
  float: left !important;
}
.custom-row-laterpay-for-publishing .two-column-equla-with-video-inner {
  margin: -80px 0px 0px 0px;
  zoom: 1;
}
.custom-row-laterpay-for-publishing .two-column-equla-with-video-inner {
  background-size: 100% 100%;
  border-radius: 72px;
  max-width: 391px;
  margin: 0 0 0 30px !important;
  padding: 91px 18px 99px;
  zoom: 65% !important;
  box-shadow: -43px 16px 62px rgba(73,61,59,0.23);
  margin-left: 150px !important;
  margin-top: 28px !important;
}
.custom-row-laterpay-for-publishing .two-column-equal-with-video-left h2 {
  line-height: 1.2;
  color: #4b4b4b;
  font-weight: 300;
  padding: 20px 0px 0px 0px;
  font-size: 5rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

.custom-row-laterpay-for-publishing .two-column-equal-with-video-left p {
  margin: 20px 0px 0px 0px;
  font-size: 2.1rem;
  line-height: 30px;
  color: #676767;
  font-weight: 300;
  clear: both;
  float: left;
  width: 100%;
}
.custom-row-laterpay-for-publishing .two-column-equal-with-video-left p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  margin: 10px 0 0 0;
  -ms-flex-align: start;
  align-items: flex-start;
  webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 12px;
}
.custom-row1-laterpay-for-publishing-group .two-column-equal-with-video-wrp a.hs-video_btn2 {
  padding: 1em 42px;
  background: #09c9bb;
  color: #ffffff !important;
  border: 1px solid #09c9bb;
  border-width: 1px 0;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-family: "Source Sans Pro", sans-serif;
  margin-right: 7px;
  margin-top: 29px;
  width: calc(50% - ( 0.5 * 60px ) );
  text-align: center;
  font-weight: 400;
}
.custom-row1-laterpay-for-publishing-group .two-column-equal-with-video-wrp a.hs-video_btn2:hover {
    background: #0addcd;
    border-bottom-color: #09c4b6;
}

.custom-row5-laterpay-for-publishing-content .hs-cta-wrapper {
    width: calc(33.3333% - ( 0.666666666667 * 30px ) );
}
.custom-row5-laterpay-for-publishing-content p .cta_button {
    width: 80% !important;
}


.custom-row1-laterpay-for-publishing-group .cta_button {
    margin-top: 29px;
    float: left !important;
    width: 70% !important;
    margin-right: 55px;
}
.custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group {
  border: 0;
  display: block;
  margin-bottom: 30px;
}
.custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group.right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 0;
}
.custom-row2-laterpay-for-publishing-content .hs-two-col-right-in {
  padding: 0;
}

.custom-row2-laterpay-for-publishing-content .hs-two-col-equal-left.hs-two-col-equal-column {
  padding-top: 6px;
}
.custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group .hs-two-col-right-in h4 {
  line-height: 1.2 !important;
  font-size: 4.1rem;
  color: #4b4b4b;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top:60px;
}
.custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group .hs-two-col-right-in p {
  font-size: 2.1rem;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group.left .hs-two-col-equal-left.hs-two-col-equal-column {
  padding-top: 80px;
}
.custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group.left .hs-two-col-right-in h4 {
  margin-top: 0;
}
.custom-row2-laterpay-for-publishing-content .hs-two-col-equal-left img {
  margin: 0 auto;
}

.custom-row4-laterpay-for-publishing-group  .two-column-with-image-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-row4-laterpay-for-publishing-group  .two-column-with-left, .two-column-with-right {
  width: calc(50% - ( 0.5 * 30px ) );
  float: left;
}
.custom-row4-laterpay-for-publishing-group .two-column-with-left {
  padding: 40px 20px 40px 26px;
}
.custom-row4-laterpay-for-publishing-group .page-center {
  padding-left: 0;
  padding-right: 0;
}

.custom-row4-laterpay-for-publishing-group .page-center {
  padding-top: 40px;
}
.custom-row4-laterpay-for-publishing-group .two-column-with-right {
  text-align: center;
}
.custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp.right {
  padding-bottom: 30px;
}
.custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp .two-column-with-right h2 {
  padding: 60px 0px 20px 0px;
  font-size: 4.1rem;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 1.2;
  color: #4b4b4b;
  text-align: left;
}
.custom-row4-laterpay-for-publishing-group .two-column-with-right p {
  font-size: 2.1rem;
  line-height: 30px;
  text-align: left;
  margin: 0 0 30px;
}
.custom-row4-laterpay-for-publishing-group .ow-icon-placement-left.ow-button-hover {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  max-width: 100%;
  font-size: 18px;
  padding: 18px 36px;
  background: #09c9bb;
  color: #ffffff !important;
  border: 1px solid #09c9bb;
  border-width: 1px 0;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 18px;
  zoom: 1;
}
.custom-row4-laterpay-for-publishing-group a.ow-icon-placement-left.ow-button-hover:hover {
  background: #0addcd;
  border-bottom-color: #09c4b6;
}
.custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp.left .two-column-with-right {
  padding-left: 30px;
}

.custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp.right .page-center {
  padding-top: 0;
}

.custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp.right .two-column-with-left {
  float: right;
}
.custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp.right .two-column-with-right {
  float: left;
}
.custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp.right .two-column-with-right h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.custom-row5-laterpay-for-publishing-group .page-center {
  padding-top: 40px;
}
.custom-row5-laterpay-for-publishing-content {
  background-color: #ffffff;
  padding:40px 0 40px 0;
  text-align: center;
}
.custom-row5-laterpay-for-publishing-content p {
  margin: 30px 0 0;
}

.custom-row5-laterpay-for-publishing-content p:last-child {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}
.custom-row5-laterpay-for-publishing-content a.hs-video_btn2 {
  box-sizing: border-box;
  max-width: 100%;
  font-size: 1em;
  padding: 18px 36px;
  background: #09c9bb;
  color: #ffffff !important;
  border: 1px solid #09c9bb;
  border-width: 1px 0;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  display: inline-block;
  cursor: pointer;
  line-height: 18px;
  width: calc(33.3333% - ( 0.666666666667 * 30px ) );
  font-size: 18px;
}
.custom-row5-laterpay-for-publishing-content a.hs-video_btn2:hover {
  background: #0addcd;
  border-bottom-color: #09c4b6;
}

.custom-row6-laterpay-for-publishing-group {
  padding: 50px 0px 50px 0px;
}

.two-column-equal-with-content-inner {
  padding: 40px 40px 40px 40px;
  box-shadow: 5px -1px 10px #dedede;
  min-height: 300px;
  position: relative;
  margin-bottom: 30px;
}
.custom-row6-laterpay-for-publishing-left-content {
  margin-bottom: 30px;
}
.custom-row6-laterpay-for-publishing-left-content .arrow-lk-3 {
  position: absolute;
  bottom: 17px;
  right: 19px;
  max-width: 20px;
}
.custom-row6-laterpay-for-publishing-left-content .arrow-lk-3 img.alignRight, 
.custom-row6-laterpay-for-publishing-left-content .arrow-lk-3 img.alignright,
.custom-row6-laterpay-for-publishing-right-content .arrow-lk-3 img.alignRight, 
.custom-row6-laterpay-for-publishing-right-content .arrow-lk-3 img.alignright {
  margin: 0;
  height: 20.688px;
  width: 20px;
}





/* =============== Contact Page  Desktop View Css Start Here =============== */

.hs-contact-layout {}

.hs-contact-layout .body-container-wrapper {
  background: #f4f4f4;
  padding-top: 5px;
  padding-bottom: 4rem;
}
.hs-contact-row1 .hs_cos_wrapper_type_rich_text p {
  margin: 0;
}
.hs-contact-form .hs_cos_wrapper_type_form {
  padding: 0;
  max-width: 520px;
  margin-bottom: 0;
}
.hs-contact-form .hs_cos_wrapper_type_form .hs-button.primary {
  margin-bottom: 0;
  margin-top: 60px;
}
.hs-contact-form select {
  -webkit-appearance: menulist;
  height: 44px;
  line-height: 44px;
  padding: 0 4px;
  box-shadow: none;
}
.hs-contact-form textarea {
  height: auto;
  padding: 10px;
}
.hs-contact-form .hs_reason_for_contacting_us.hs-form-field {
  padding-right: 8px;
}
.hs-contact-form .hs_what_can_we_help_you_with {
  padding-right: 19px;
}

.hs-contact-form .hs_im_interested_in ul.inputs-list {
  margin: 0;
  padding-top: 6px !important;
  padding-left: 2px !important;
  margin-bottom: 19px;
}
.hs-contact-form .hs_im_interested_in ul.inputs-list li {
  margin-top: 15px;
  margin-left: 20px;
  display: block;
  padding: 0;
  width: 100%;
  line-height: 20px;
  height: 20px;
}
.hs-contact-form .hs_im_interested_in input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 3px;
}
.hs-contact-row1 p a {
  color: #09C9BB;
}
.hs-contact-row1 p a:hover, 
.hs-contact-row1 p a:focus {
  color: #068C82;
}

/* =============== Contact Page  Desktop View Css End Here =============== */









/* =============== Contracts Page  Desktop View Css Start Here =============== */

.hs-contracts-layout {
  overflow-x: hidden;
}
.hs-contracts-row1 .hs_cos_wrapper_type_header h3 {
  margin-bottom: 30px;
}
.hs-contracts-row2-flexi > span {
  background-color: #f4f4f4;
  margin-left: -1600px;
  margin-right: -1600px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: block;
}
.hs-contracts-row2-flexi > span > div {
  padding-left: 1600px;
  padding-right: 1600px;
  display: block;
}
.hs-contracts-row2-flexi p {
  margin: 0;
}
.hs-contracts-row2-flexi > span > div {
  padding-top: 35px;
}
.hs-contracts-row2-flexi h4 {
  font-size: 28px;
  margin-bottom: 5px;
  margin-top: 10px;
  line-height: 30px;
  color: #676767;
  font-weight: 300;
}
.hs-contracts-row2-flexi p a {
  color: #09c9bb;
}

/* =============== Contracts Page  Desktop View Css End Here =============== */







/* =============== Benefits Page  Desktop View Css Start Here =============== */

.hs-benefits-layout {}

.hs-benefits-layout .custom-header-group {
  min-height: auto !important;
}
.hs-benefits-layout .body-container-wrapper {
  padding-top: 0;
  margin-top: -1px;
}
.hs-two-col-with-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  margin-top: 20px;
}
.hs-two-col-with-bg-left {
  margin-top: 100px;
  width: 60%;
  padding-left: 20px;
  float: left;
}
.hs-two-col-with-bg-inner p {
  color: #515151;
  font-family: 'Source Sans Pro','futura', sans-serif,';';
  font-weight: 100;
  margin-bottom: 60px;
  margin-top: 0;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.3;
}
.hs-two-col-equal-group {
  border-top: 1px solid #f4f4f4;
  margin-left: -20px;
  margin-right: -20px;
}
.hs-two-col-equal-left img {
  display: block;
}
.hs-benefits-layout .hs-two-col-equal-left img {
  width: 80%;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.hs-two-col-equal-right {
  padding-left: 20px;
  padding-right: 20px;
}
.hs-two-col-right-in {
  padding: 30px;
  padding-top: 15px;
}
.hs-two-col-equal-right h4 {
  font-size: 2.3rem;
  font-weight: 300;
}
.hs-two-col-equal-right p {
  margin-bottom: 30px;
  color: #484848;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 0;
}
.hs-learn-btn {
  text-align: center;
}
.hs-learn-btn a {
  background: #09C9BB;
  border: 1px solid #09C9BB;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.42857143;
  font-family: 'Open Sans', sans-serif;
}
.hs-learn-btn a:hover {
  background: #fff;
  border: 1px solid #09C9BB;
  color: #09C9BB;
}
.hs-benefits-row3 {
  background: #01a99d;
  padding: 60px 0 60px 0;
  margin-top: -1px;
}
.hs-benefits-row3 .hs_cos_wrapper_type_header h3 {
  color: #fff;
  font-weight: 500;
}

.hs-benefits-row3 .page-center {
  max-width: 585px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hs-benefits-row3 .hs_cos_wrapper_type_header {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin: 0 auto;
}
.hs-benefits-row3 .slider-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

.custom-carousel .slick-prev, 
.custom-carousel .slick-next {
  text-decoration: none;
  display: block;
  width: 70px;
  height: 70px;
  margin: -20px 0 0;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-carousel:hover .slick-prev, 
.custom-carousel:hover .slick-next {
  opacity: 1;
}
.custom-carousel .slick-prev:before, 
.custom-carousel .slick-next:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 70px;
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-carousel .slick-next:before {
  content: '\f002';
}
.custom-carousel .slick-arrow.slick-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.custom-carousel:hover .slick-prev {
  opacity: 0.7;
  left: -50px;
}
.custom-carousel:hover .slick-prev {
  opacity: 0.7;
  left: -50px;
}
.custom-carousel:hover .slick-next {
  right: -25px !important;
}
.custom-carousel .slick-prev {

}
.custom-carousel:hover .slick-prev {
  opacity: 1;
  left: -25px !important;  
}

.hs-benefits-slider .slick-slide-inner-wrapper {
  text-align: center;
}
.hs-benefits-slider .slick-slide img {
  display: block;
  display: inline-block;
  margin-bottom: 31px;
  max-width: 140px !important;
  width: 100% !important;
  height: auto;
  -moz-user-select: none;
  vertical-align: baseline;
}
.hs-benefits-slider .caption.below p {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 35px;
  color: #fff;
  letter-spacing: .02em;
  padding-left: 10px;
  padding-right: 10px;
  width: 80%;
  margin: auto;
  line-height: 22px;
}


.hs-benefits-row4 {
  padding: 51px 0;
  background: #f0f0f0;
}
.hs-one-col-left-icon-wrapper {
  margin-top: 60px;
  margin-left: -20px;
  margin-right: -20px;
}
.hs-one-col-left-icon-grp {
  width: 100%;
  float: none;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;  
  vertical-align: top;
  display: inline-block;
  margin-right: -4px;  
}
.hs-one-col-left-icon-inner {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  position:relative;
}
.hs-left-icon {
  width: 80px;
  float: left;
}
.hs-right-icon {
  overflow: hidden;
  padding-right: 40px;
}
.hs-right-icon h4 {
  font-size: 2.3rem;
  font-weight: 300;
}
.hs-right-icon p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  color: #484848;
}
.hs-right-icon a {
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 40px;
}
.hs-one-col-left-icon-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.hs-benefits-row4 .hs_cos_wrapper_type_header h3 {
  margin-bottom: 10px;
}





/* =============== Benefits Page  Desktop View Css End Here =============== */








/* =============== Donations Page  Desktop View Css Start Here =============== */

.hs-donations-layout {}

.hs-donations-row1 .hs_cos_wrapper_type_widget_container {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 32px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 5px;  
}
.hs-donations-row1 .hs_cos_wrapper_type_widget_container > div {
  width: calc(50% - ( 0.5 * 30px ) );
}
.hs-donations-row1 .hs_cos_wrapper_type_widget_container > div p {
  margin: 0;
}
.green-btn {
  background: #09C9BB;
  border: 1px solid #09C9BB;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.42857143;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-shadow: -6px 6px 7px rgba(13,16,20,0.17);
  -moz-box-shadow: -6px 6px 7px rgba(13,16,20,0.17);
  box-shadow: -6px 6px 7px rgba(13,16,20,0.17);
  cursor: pointer;     
}
.green-btn:hover {
  background: #fff;
  border: 1px solid #09C9BB;
  color: #09C9BB !important;
}
.hs-donations-row2 .hs_cos_wrapper_type_widget_container {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.hs-donations-row2 .hs_cos_wrapper_type_widget_container > div {
  width: calc(33.3333% - ( 0.666666666667 * 30px ) );
}
.hs-donations-row2 .hs_cos_wrapper_type_widget_container > div h4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 35px;
  margin-top: 0;
}
.hs-donations-row2 .hs_cos_wrapper_type_widget_container > div p {
  margin: 0;
}
.hs-donations-row2 .hs_cos_wrapper_type_widget_container > div p > span {
  margin-bottom: 30px;
  color: #484848;
  font-size: 1.6rem;
  font-weight: 300;
}
.hs-donations-row2 .hs_cos_wrapper_type_header {
  margin-bottom: 55px;
  display: block;
}
.hs-donations-three-col-bot .hs_cos_wrapper_type_widget_container:last-child {
  margin-bottom: 0;
}

.hs-donations-layout .green-btn:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hs-donations-layout .green-btn:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.hs-donations-row1 .hs_cos_wrapper_type_widget_container > div p a {
  display: inline-block;
  vertical-align: top;
}

/* =============== Donations Page Desktop View Css End Here =============== */







/* =============== Full Width Page Desktop View Css Start Here =============== */

.hs-fullwidth-layout {}

.hs-fullwidth-layout .body-container-wrapper {
  margin-top: 30px;
  margin-bottom: 80px;
}
.hs-fullwidth-row2 {
  text-align: right;
}
.hs-fullwidth-row2 p {
  margin-bottom: 20px;
  font-style: italic;
  font-size: 1.5rem;
  text-align: right;
  margin-right: 20px;
  color: #676767;
  font-weight: 300;
  margin-top: 0;
}
.hs-fullwidth-row3 p {
  margin: 0;
}
.hs-fullwidth-row3 h4 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  color: #676767;
  font-weight: 500;
}
.hs-fullwidth-row3 ul {
  list-style-type: circle;
  margin: 0;
  padding: 0;
}
.hs-fullwidth-row3 ul li {
  color: #676767;
  font-weight: 300;
  margin-left: 50px;
  font-size: 1.6rem;
  padding: 0;
}

/* =============== Full Width Page Desktop View Css End Here =============== */






/* =============== Terms Page Desktop View Css Start Here =============== */

.hs-terms-layout {
  overflow-x: hidden;
}

.hs-terms-row2 .hs-terms-group {
  background-color: #f4f4f4;
  margin-left: -1600px;
  margin-right: -1600px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: block;
}
.hs-terms-row2 .hs-terms-group > .row-fluid-wrapper {
  padding-left: 1600px;
  padding-right: 1600px;
  display: block;
}
.hs-terms-row1 .hs_cos_wrapper_type_header h3 {
  margin-bottom: 30px;
}
.hs-terms-row2 h1 {
  font-size: 28px;
  margin-bottom: 5px;
  margin-top: 10px;
  line-height: 30px;
  color: #676767;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}
.hs-terms-row2 p {
  font-weight: 400;
  margin-top: 1.5rem;
  line-height: 30px;
  margin-bottom: 0;
}
.hs-terms-row2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.hs-terms-row2 ul li {
  position: relative;
  color: #676767;
  font-weight: 300;
}
.hs-terms-row2 ul li:last-child:after {
  position: absolute;
  top: 55px;
  left: 0;
  width: 57px;
  height: 2px;
  background: #09c9bb;
  content: "";
}
.without-line li:last-child:after {
  display:none;
}
.hs-terms-row2 .hs_cos_wrapper_type_module {
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 10px;
}
.hs-terms-row2 ul li a {
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: 300;
  color: #09c9bb;
}
.hs-terms-row2 .widget-type-widget_container:last-child {
  padding-left: 7px;
}
.hs-terms-row2 h4 {
  font-size: 1.6rem;
  line-height: 30px;
  color: #676767;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 1.5rem;
}

.hs-terms-row2 .hs-row2-bottom-flexi.widget-type-widget_container:last-child {
  padding-left: 0;
}
.hs-terms-row2 h5 {
  position: relative;
  color: #676767;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0;
}
.hs-terms-row2 h5 {
  text-transform: inherit;
}
.hs-terms-row2 h5 span {
  color: #09c9bb;
  margin-top: 4rem;
  font-weight: 300;
  display: block;
}
.hs-terms-row2 h5 a:hover {
    color: #09C9BB;
}



/* =============== Terms Page Desktop View Css End Here =============== */








/* =============== Full Service Page Desktop View Css Start Here =============== */

.hs-full-service-layout {}

.hs-full-service-layout .custom-header-group {
  min-height: auto !important;
}
.hs-full-service-layout .hs-two-col-with-bg {
  background-position-x: 70%;
  background-position-y: 50%;
  margin-top: -1px;
}
.hs-full-service-layout .hs-one-col-left-icon-inner {
  padding: 40px;
  box-shadow: 1px 1px 10px #dedede;
}
.hs-full-service-layout .hs-right-icon h4 {
  padding-top: 0;
}
.hs-bottom-pane-bg {
  background: #09C9BB;
  padding: 80px 0 80px 0;
}
.hs-bottom-pane-inner {
  display: table;
  table-layout: fixed;
  margin-left: -20px;
  margin-right: -20px;
}
.hs-bottom-pane-column {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-left: 20px;
  padding-right: 20px;  
}
.hs-bottom-pane-left {
  width: 58.33333333%;
  text-align: left;
}
.hs-bottom-pane-left h2 {
  color: #fff;
}
.hs-bottom-pane-left h2 strong {
  font-weight: 500;
}
.hs-bottom-pane-right {
  text-align: center;
  width: 41.66666667%;
}
.hs-bottom-pane-right a {
  background: #fff;
  color: #09C9BB;
  border: 1px solid #fff;
  padding: 0.5em 3.5em 0.5em 3.5em;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 1.3rem;  
  line-height: 1.42857143;
  font-family: 'Open Sans', sans-serif;
  white-space: nowrap;  
}
.hs-bottom-pane-right a:hover {
  color: #08a398;
}
.hs-bottom-pane-right a:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* =============== Full Service Page Desktop View Css End Here =============== */






/* =============== How It Works Page Desktop View Css Start Here =============== */

.hs-how-works-layout {}

.hs-how-works-row2 .hs_cos_wrapper_type_module:nth-child(odd) .hs-how-works-bg {
  background-color: rgba(1, 169, 157, 0.1);
}
.hs-how-works-inner {
  padding-top: 3.55em;
  padding-bottom: 3.75em;
  margin-left: -20px;
  margin-right: -20px;
}
.hs-how-works-column {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;  
}
.hs-how-works-left {
  width: 25%;
}
.hs-how-works-right {
  width: 75%;
}
.hs-how-works-column h4 {
  line-height: 30px;
  color: #676767;
}
.hs-how-works-column p {
  margin: 1.5rem;
}
.hs-how-works-column .green-btn {
  margin: 1.5rem;
  box-shadow: none;
  margin-bottom: 1.3rem;
}
.hs-how-works-column .green-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.hs-how-works-column .green-btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color:#fff;
}
.hs-how-works-column .green-btn:active:focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.hs-how-works-column .green-btn:active:hover {
  background: #fff;
  border: 1px solid #09C9BB;
  color: #09C9BB;
}

.hs-how-works-row3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hs-integration-flexi {
  margin-top: 3em;
  margin-bottom: 3em;
}
.hs-integration-flexi > span {
  margin-left: -20px;
  margin-right: -20px;
  display: block;
}
.hs-integration-flexi > span > div {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.hs-integrat-group {
  padding-bottom: 1rem;
  text-align: center;
  margin-bottom: 3em;
  border: 1px solid #f1f1f1;
}
.hs-integrat-group img {
  display: block;
  width: 15%;
  margin: 0 auto;
  padding-top: 10px;
}
.hs-integrat-group h4 {
  font-size: 2.3rem;
  font-weight: 300;
  margin-top: 10px;
}
.hs-integrat-group p {
  font-size: 1.4rem;
  line-height: 19px;
  font-weight: 300;
  margin-top: 10px;
}
.hs-integrat-group .green-btn {
  box-shadow: none;
  white-space: nowrap;
}
.hs-integrat-group .green-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.hs-integrat-group .green-btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color:#fff;
}
.hs-integrat-group .green-btn:active:focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.hs-integrat-group .green-btn:active:hover {
  background: #fff;
  border: 1px solid #09C9BB;
  color: #09C9BB;
}


/* =============== How It Works Page Desktop View Css End Here =============== */









/* =============== Merchant Login Page Desktop View Css Start Here =============== */

.hs-merchant-login-layout {}

.hs-merchant-login-layout .body-container-wrapper {
  padding-top: 4px;
}
.hs-sign-opeions-grp h1 {
  font-size: 1.6rem;
  line-height: 22px;
  color: #676767;
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
}
.btns-merchant {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.btns-merchant ul {
  list-style: none;
  padding: 0;
  margin: 0 -20px;
  display: block;
}
.btns-merchant ul li {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.btns-merchant ul li a.green-btn {
  box-shadow: none;
  min-width: 95px;
  background: #01a99d;
  border: 1px solid #01a99d;
  white-space: nowrap;  
}
.btns-merchant ul li a.green-btn:hover {
  background: #fff;
  color: #01a99d;
  border: 1px solid #01a99d;
}
.btns-merchant ul li a.green-btn:focus {
  background: #fff;
  color: #01a99d;
  border: 1px solid #01a99d;
  outline: 0;
}

.hs-signup-steps-grp ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

/* =============== Merchant Login Page Desktop View Css End Here =============== */




/* =============== Sell with Laterpay Page Desktop View Css Start Here =============== */

.hs-sell-laterpay-layout {}

.hs-sell-laterpay-layout .custom-header-group {
  min-height: auto !important;
}
.hs-sell-laterpay-layout .body-container-wrapper {
  padding-top: 0;
  margin-top: -1px;
}
.hs-two-col-with-bg-left h6 {
  font-size: 1.6rem;
  line-height: 22px;
  color: #676767;
  font-weight: 300;
}
.hs-sell-laterpay-row2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  float: none !important;
}

.hs-sell-laterpay-row2 .page-center .widget-type-widget_container {
  margin-top: 2.2em;
  margin-bottom: 5.75em;
}

.hs-top-image-inner {
  text-align: center;
  margin-bottom: 2.1em;
}
.hs-top-image-inner img {
  margin-top: 10px;
  vertical-align: baseline;
}
.hs-top-image-inner h4 {
  margin-top: 10px;
}
.hs-top-image-inner p {
  margin-top: 10px;
}
.hs-top-image-inner h2 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  line-height: 25px;
  color: #666;
  font-weight: normal;  
}

.hs-sell-laterpay-row3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hs-sell-laterpay-row3-inner > .row-fluid-wrapper > .row-fluid > div,
.hs-sell-laterpay-row4-inner > .row-fluid-wrapper > .row-fluid > div,
.hs-sell-laterpay-row5-inner > .row-fluid-wrapper > .row-fluid > div {
  position: relative;
  min-height: 1px;
}
.hs-sell-laterpay-row3-inner > .row-fluid-wrapper > .row-fluid > div:first-child,
.hs-sell-laterpay-row4-inner > .row-fluid-wrapper > .row-fluid > div:first-child,
.hs-sell-laterpay-row5-inner > .row-fluid-wrapper > .row-fluid > div:first-child {
  padding-right: 20px;
}
.hs-sell-laterpay-row3-inner > .row-fluid-wrapper > .row-fluid > div:last-child,
.hs-sell-laterpay-row4-inner > .row-fluid-wrapper > .row-fluid > div:last-child,
.hs-sell-laterpay-row5-inner > .row-fluid-wrapper > .row-fluid > div:last-child {
  padding-left: 20px;
}
.hs-sell-laterpay-row3-inner h4,
.hs-sell-laterpay-row4-inner h4 ,
.hs-sell-laterpay-row5-inner h4 {
  color: #676767;
  margin-bottom: 20px;
}
.hs-sell-laterpay-row3-inner h5,
.hs-sell-laterpay-row4-inner h5,
.hs-sell-laterpay-row5-inner h5 {
  color: #676767;
  line-height: 1.4em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.hs-sell-laterpay-row3-inner p,
.hs-sell-laterpay-row4-inner p,
.hs-sell-laterpay-row5-inner p {
  margin: 0;
}

.hs-sell-laterpay-row3-inner h2 {
  margin-top: 6rem;
  text-transform: none;
  font-size: 3.7rem;
  line-height: 1.1;
}


.hs-sell-laterpay-row4 {
  background-color: #dbfaf5;
  padding-top: 2.1em;
  padding-bottom: 2.1em;
}
.hs-sell-laterpay-row4-inner h2 {
  text-transform: none;
  font-size: 3.7rem;
  line-height: 1.1;
}
.hs-sell-laterpay-row4-inner > .row-fluid-wrapper > .row-fluid > div:last-child {
  margin-top: 6rem;
}

.hs-sell-laterpay-row5 {
  padding-top: 2.2em;
  padding-bottom: 3em;
}

.hs-sell-laterpay-row6 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.hs-sell-laterpay-row6-top h4 {
  margin-top: 3.5rem;
  margin-bottom: 5.5rem;
  color: #676767;
  clear: both;
  float: left;
}
.hs-sell-laterpay-row6-top h4:before {
  content: "";
  display: table;
  clear: both;
}

.hs-sell-laterpay-row6-bottom > span {
  margin-left: -20px;
  margin-right: -20px;
  display: block;
}
.hs-sell-laterpay-row6-bottom > span > div {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.hs-sell-laterpay-row6-bottom {
  margin-top: 2.1em;
  margin-bottom: 1.3em;
}

/* =============== Sell with Laterpay Page Desktop View Css End Here =============== */










/* =============== Home Page Desktop View Css Start Here =============== */

.hs-home-layout {}

.hs-row1-left-flexi {
  margin: 0;
}

.hs-home-layout .custom-header-group {
  min-height: auto !important;
}
.hs-row1-inner {
  padding: 60px 60px 60px 60px;
  margin-top: 39px;
}
.hs-row1-left-flexi h2 {
  font-size: 5rem;
  line-height: 1.2;
  padding-bottom: 10px;
}
.hs-row1-left-flexi p {
  font-size: 2.4rem;
  line-height: 38px;
}

.hs-row1-left-flexi ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.hs-row1-left-flexi ul li {
  font-size: 18px;
}
.hs-row1-left-flexi ul li:not(:last-child) {
  margin-bottom: 10px;
}
.hs-row1-left-flexi ul li a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70.5%;
  max-width: 100%;
  font-size: 1em;
  padding: 1em 2em;
  background: #09c9bb;
  color: #ffffff !important;
  border: 1px solid #09c9bb;
  border-width: 1px 0;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  margin-right: -4px;	
}
.hs-row1-left-flexi ul li a:hover {
  background: #0addcd;
  border-bottom-color: #09c4b6;
}
.hs-row1-left-flexi ul li a:before {
  background-image: url("//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Image/Contribute.png");
  content: "";
  font-size: 1.3em;
  height: 1em;
  display: block;
  width: 1em;
  background-size: cover;
  margin: -0.1em .75em -0.2em -0.75em;
  float: left;
}
.hs-home-row2 {
  margin-top: 90px;
}
.hs-home-textimonial-slider .caption.below {
  padding: 0px 100px 0px 100px;
}
.hs-home-textimonial-slider .caption.below > span {
  padding: 0 0px 20px 0px;
  display: block;
}
.hs-home-textimonial-slider .hs_cos_gallery_main {
  padding: 0;
  width: 100% !important;
}
.hs-home-textimonial-slider .caption.below h1 {
  font-weight: 300;
  text-shadow: none !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  line-height: 1.375em;
  color: #676767;
  margin: 0.1em 0;
  font-size: 26px;
  text-align: center;
}
.hs-home-textimonial-slider .caption.below h4 {
  padding-top: 24px;
  font-weight: 300;
  text-shadow: none !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 18px;
  text-align: right;
  line-height: 1.375em;
  text-align: center; 
  color: #676767;
  margin: 0.1em 0;
  margin-bottom: 0 !important;
}
.hs-home-textimonial-slider .slick-prev, 
.hs-home-textimonial-slider .slick-next {
  display: none !important;
}
.hs-home-row2 .hs_cos_wrapper_type_header h3 {
  margin-bottom: 35px;
}
.hs-home-textimonial-slider .slick-dots li.slick-active button:before {
  color: #09c9bb;
  opacity: 0.85;
}
.hs-home-textimonial-slider .slick-dots li button:before {
  opacity: 0.45;
  color: #09c9bb;
  font-size: 12.5px;
}
.hs-home-textimonial-slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: auto;
  width: auto;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.hs-home-textimonial-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 10px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.hs-home-textimonial-slider .slick-dots {
  margin: 0;
  margin-top: -17px;
  padding-right: 40px;  
}


.hs-home-row3 {
  background-color: #f6f6f6;
}
.hs-home-row3 .hs_cos_wrapper_type_header {
  text-align: center;
  padding: 80px 40px;
  display: block;
}
.hs-explore-flexi > span > div {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1em;
}
.hs-explore-group {
  background-color: #ffffff;
  padding: 35px 20px 20px 20px;
  min-height: 300px;
  position: relative;
}
.hs-explore-wrapper p {
  margin: 0;
  text-align: center;
}
.hs-explore-wrapper p img {
  max-width: 100%;
  height: auto;    
  vertical-align: baseline;
}
.hs-explore-arrow-link {
  position: absolute;
  bottom: 12px;
  right: 18px;
}
.hs-explore-arrow-link img {
  vertical-align: baseline;
  width: 21px;
  height: 21px;
}
.hs-explore-flexi {
  padding-bottom: 60px;
}
.hs-home-row3 .page-center,
.hs-brands-bg .page-center {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.hs-home-textimonial-slider {
  padding-bottom: 15px;
}


.hs-brands-bg-top {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.hs-brands-bg-top-inner {
  padding: 40px 40px 10px 40px;
  text-align: center;
}
.hs-brands-bg-top strong {
  font-weight: 500;
}
.hs-brands-bg-bottom {
  margin-bottom: 40px;
}

/* .hs-brands-bg-bottom:after {content:""; display:table; clear:both;} */

.hs-brands-bg-bottom {position:relative; overflow:hidden;}
.hs-brands-bg-bottom .brand-logo img {max-width:125px;}

.hs-brands-bg-bottom .slick-list {position:relative;}
.hs-brands-bg-bottom .slick-list::after {
 background:-webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 100%);
 background:   -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 100%);
 background:        linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 100%);
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 content:'';
 display:block;
 z-index:2;
}

.hs-home-row5 {
  background-color: #09c9bb;
}
.hs-home-row5 .page-center {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.hs-case-flexi > span > div {
  width: 33.3333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1em;
}
.hs-case-flexi .hs-explore-group {
  padding: 40px 40px 40px 40px;
  height: 450px;
}
.hs-case-flexi {
  padding: 20px 0px 60px 0px;
}
.hs-home-row5 .hs_cos_wrapper_type_header {
  margin-top: 60px;
  display: block;
  padding: 0 15px;
}

.hs-home-gray-section {
  background-color: #f6f6f6;
  padding: 70px 0;
}
.hs-home-gray-section .page-center {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.hs-home-gray-section .page-center .hs_cos_wrapper_type_widget_container > div {
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1em;
  float: left;
  width: 29.425%;
  font-size: 18px; 
  text-align: center;  
  margin-top: 20px;  
}
.hs-home-gray-section .page-center .hs_cos_wrapper_type_widget_container > div:first-child {
  width: 41.15%;
}
.hs-home-gray-section .page-center center {
  padding: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.home-green-btn {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  max-width: 100%;
  font-size: 1em;
  padding: 1em 2em;
  background: #09c9bb;
  color: #ffffff !important;
  border: 1px solid #09c9bb;
  border-width: 1px 0;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.home-green-btn:hover {
  background: #0addcd;
  border-bottom-color: #09c4b6;
}

.hs-home-bottom-section {
  padding: 30px 0 0 0;
}
.hs-home-bottom-section center {
  background-color: #ffffff;
  padding: 10px 60px 40px 40px;
  text-align: center;
  font-size: 4em;
  position: relative;
  top: 0;  
}
.hs-home-gray-section .page-center center p {
  margin: 0;
}
.hs-home-bottom-section center h2 strong {
  font-weight: 500;
}
.hs-home-bottom-section center p {
  margin: 0;
}
.hs-home-gray-section .page-center center {
    position: relative;
    top: -10px;
}

.hs-grey-image-flexi {}
.hs-grey-image-flexi > span {
  display: block;
  margin-left: -37px;
}
.hs-grey-image-flexi img {
  display: block;
  max-width: 100%;
  width: inherit;
  height: auto;
  vertical-align: baseline;
}

.hs-case-flexi .hs-explore-arrow-link {
  bottom: 16px;
}

.hs-home-row3 {
  padding-top: 70px;
}


.sow-sld-icon-ultra-thin-right:before {
    content: "\e609";
}
.sow-sld-icon-ultra-thin-left:before {
    content: "\e608";
}
.hs-video-slider-top-section2 {
    max-width: 391px;
    margin: 0 auto;
    height: auto;
    background-size: 100% 100%;
    border-radius: 72px;
    min-height: 818px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2204147/white_mockup_iphone_x-w382xh802.png);
    box-shadow: -43px 16px 62px rgba(73, 61, 59, 0.23);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 91px 18px 88px;
    zoom: 70%;
  	-moz-transform: scale(0.85);
}
.hs-video-slider-top-section {
    max-width: 391px;
    margin: 0 auto;
    height: auto;
    background-size: 100% 100%;
    border-radius: 72px;
    min-height: 818px;
    background-image: url(//cdn2.hubspot.net/hubfs/2204147/LaterPay_July2018/Image/i-phone-1.png);
    box-shadow: -43px 16px 62px rgba(73, 61, 59, 0.23);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 91px 18px 88px;
    zoom: 70%;
  	-moz-transform: scale(0.85);
}
.hs-video-slider-top-section ul {
  padding: 0;
  min-height: 630px;
  margin-bottom: 0 !important;
  text-align: center;
  margin-top:0;
  list-style:none !important;
}
.hs-video-slider-top-section ul video.sow-full-element {
    width: 100% !important;
    height: 100% !important;
}
.hs-video-slider-bottom-item p {
    margin: 0;
    font-size: 22px;
    line-height: 1.4em;
    color: #676767;
}
.hs-video-slider-bottom-item p {
    text-align: center;
}
.hs-video-slider-bottom-section .slick-slider {
  padding: 50px 20px 0 20px;
  max-width: 318px;
  margin: 0 auto;
}

@-moz-document url-prefix() {
  .hs-video-slider-bottom-section .slick-slider {
    padding-top:0;
  }
}

.btn-prev i, .btn-next i {
    font-family: 'so-slider-pointers';
    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;
}
.hs-video-slider-bottom-section .slick-dots li {
  height:auto;
  width:auto;
  margin: 1px;
}
.hs-video-slider-bottom-section  .slick-dots li button:before {
	display:none !important;
}
.hs-video-slider-bottom-section .slick-dots li button {
    display: block;
    text-indent: -9999px;
    width: 11px;
    height: 11px;
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    opacity: 0.45;
    padding: 0;
    background: #09c9bb;
}
.hs-video-slider-bottom-section .slick-dots li.slick-active button {
 opacity:1;
}
.hs-video-slider-bottom-section .slick-arrow {
  list-style: none;
  z-index: 1001;
  position: absolute;
  top: 50%;
  border: none;
  background: transparent;
  font-size: 25px;
  margin-top:13px;
  outline: 0 !important;
  color: #09c9bb;
  cursor: pointer;
  padding: 0;
}
.hs-video-slider-bottom-section .slick-arrow.btn-prev{
	left:30px;
} 
.hs-video-slider-bottom-section .slick-arrow.btn-next{
	right:30px;
} 
.hs-row1-left-flexi {
    margin-top: 40px;
}

.hs-home-image-slider .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 90%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.eu > ul > li:last-child {
	display:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.usa > ul > li:first-child {
	display:none;
}
/* =============== Home Page Desktop View Css End Here =============== */










/* =============== Demos Page Desktop View Css start Here =============== */

.hs-demos-layout {}

.hs-demos-layout .custom-header-group {
  min-height: auto !important;
}
.hs-demos-layout .body-container-wrapper {
  padding-top: 0;
  margin-top: -1px;
}

.pad-def-xs {
  display: none;
}
.hs-demos-column {
  width: 100%;
  float: left;
  padding: 0 20px;
  position: relative;
  min-height: 1px;
}
.hs-demos-inner {
  margin-left: -20px;
  margin-right: -20px;
}
.one-demo-explained p {
  margin: 0;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #676767;
}
.one-demo-explained ul {
  padding: 0;
  display: block;
  list-style-type: disc;
  font-weight: 200;
  margin: 0 0 1em 0;
  font-size: 100%;
  line-height: 1.5;
}
.one-demo-explained ul strong {
  font-weight: 400;
}
.one-demo-explained center {
  margin-top: 25px;
}
.one-demo-explained center ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.one-demo-explained center ul li {
  margin-top: 30px;
  text-align: center;
  width: 100%;
  float: left;
}
.one-demo-explained center ul li a {
  width: 400px;
  margin: auto;
  text-transform: uppercase;
  max-width: 100%;  
}
.one-demo-explained center ul li a.green-btn:hover {
  background: #fff;
  border: 1px solid #09C9BB;
  color: #09C9BB;
}
.one-demo-explained center ul li a.green-btn:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.one-demo-explained center ul li a.green-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.one-demo-explained center ul li a.green-btn:active:focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.one-demo-explained center ul li a.green-btn:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}



.cont-phone-video-vert {
  position: relative;
}
.cont-phone-video-vert video {
  display: inline-block;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.one-demo-explained {
  margin-top: 120px;
  z-index: 999;
  position: relative;  
}

.hs-demos-row2-top-flexi p {
  font-size: 3.2rem;
  margin: 30px 0;
  margin-bottom: 35px;
}
.hs-demos-row2-top-flexi p strong {
  font-weight: 400;
}
.hs-demos-row2-bottom h4 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 25px 0;
  font-weight: 400;
  color: #676767;
}
.hs-demos-row2 {
  margin-bottom: -21px;
}


@-moz-document url-prefix() {
  .hs-demos-row2 {
      margin-top: 50px;
  }
}

.hs-demos-row5 {
  background: #f6f6f6;
  padding-top: 50px;
  display: block;
  margin-top: 70px;  
}
.hs-demos-row5 .page-center {
  padding-top: 24px;
  padding-bottom: 20px;
}
.hs-demos-row5 center {
  padding: 13px 0 32px;
}

.hs-demos-row5 center ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.hs-demos-row5 center ul li {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0 20px;
  text-align: center;
}
.hs-demos-row5 center ul li a.green-btn {
  width: 100% !important;
  max-width: 240px;
  font-size: 1.29rem;
  text-transform: none;
  margin: 9px 0 0 24px;
}

.hs-demos-row5 center ul li a.green-btn:hover {
  background: #fff;
  border: 1px solid #09C9BB;
  color: #09C9BB;
}
.hs-demos-row5 center ul li a.green-btn:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.hs-demos-row5 center ul li a.green-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.hs-demos-row5 center ul li a.green-btn:active:focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hs-demos-row5 center ul li a.green-btn:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.hs-demos-bottom-pane-bg {
  background-position: right bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 220px;
  overflow: hidden;
}
.hs-demos-inner-wrapper {
  padding: 24px 0 20px;
}
.hs-demos-inner-wrapper h2 {
  font-size: 3.12rem;
  line-height: 39px;
  line-height: 1.2;
}
div#btn-video-demo1 {
    cursor: pointer;
    cursor: hand;
    width: 200px;
    height: 60px;
    position: absolute;
    left: 260px;
    top: 450px;
}



/* =============== Demos Page Desktop View Css End Here =============== */





@-moz-document url-prefix() {
.hs-video-slider-top-section ul {
    min-height: 590px;
}
.hs-video-slider-top-section {
    min-height: 768px;
}
}





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

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

@media (max-width: 1199px) and (min-width:992px) {
  .custom-logo {
    width: 20% !important;
  }
  .custom-menu-primary {
    width: 80% !important;
    margin-left: 0 !important;
    float: right !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 15px;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
    left: auto !important;
    right: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .container-fluid .row-fluid .page-center {
    max-width: 760px;
  }   
  p {
    font-size: 2.1rem;
    line-height: 30px;
  }
  h1 {
    font-size: 5rem;
    line-height: 1.2; 
  }  
  h2 {
    font-size: 3.2rem;
  } 
  h3 {
    font-size: 1.8rem;
    letter-spacing: .12em;
  }  
  h3::after {
    width: 78px;
  } 
  h4 {
    font-size: 2.4rem;
  } 
  h5 {
    font-size: 1.8rem;
  } 
  li {
    font-size: 2.1rem;
    line-height: 30px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li{
    width: 25%; 
  }  
  @-moz-document url-prefix() {
    .custom-footer-menu .hs-menu-wrapper > ul ul li {
      line-height: 31px;
    } 
  }
  .custom-footer-menu .hs-menu-wrapper > ul ul li {
      line-height: 30px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul ul li a{
    font-size: 1.6rem;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(2) {
    padding-left: 40px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(3) {
    padding-left: 50px;
  }  
  .custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
    padding-left: 105px;
    padding-right:0;
  }
  .social-wrap strong {
    width: auto;
    margin-right: 36px;
  }
  ul.social-list {
    width: auto;
  }
  .social-list li:first-child {
    padding-left: 0;
  }  
  .hs-button.primary,
  input[type="submit"],
  input[type="button"] {
    font-size: 1.5rem;
  } 
  .hs-contact-row1 .hs_cos_wrapper_type_header h3 {
    margin-top: 30px;
  }	
  .hs-contracts-row2-flexi > span > div {
    padding-top: 80px;
  }  
  .hs-two-col-with-bg {
    min-height: 550px;
    background-size: 1500px 550px;
  } 
  .hs-two-col-with-bg-left {
    width: 41%;
    line-height: 1.1;
  }
  .hs-two-col-with-bg-inner p {
    font-size: 3.0rem;
    margin-top: 15px;
    margin-bottom: 40px;
    line-height: 1.2;
    width: 90%;
  }
  .hs-two-col-equal-column {
    width: 50%;
    float: left;
  }
  .hs-two-col-equal-group {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .hs-benefits-layout .hs-two-col-equal-left img {
    width: 100%;
  }
  .hs-two-col-equal-right h4 {
    font-size: 3.0rem;
    line-height: 37px;
  }  
  .hs-two-col-equal-right p {
    font-size: 1.8rem;
    line-height: 29px;
  }  
  .hs-two-col-equal-group.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }  
  .hs-benefits-row3 .hs_cos_wrapper_type_header {
    max-width: 760px !important;
  }  
  .hs-one-col-image-grp p {
    line-height: 27px;
  }  
  .hs-fullwidth-row1 .hs_cos_wrapper_type_header h3 {
    margin-bottom: 30px;
  } 
  .hs-fullwidth-row3 ul li {
    font-size: 2.1rem;
  }
  .hs-terms-row1 .hs_cos_wrapper_type_header h3 {
    margin-top: 30px;
  } 
  .hs-terms-row2 ul li a {
    font-size: 2.1rem;
  }  
  .hs-terms-row2 h4 {
    font-size: 2.1rem;
  } 
  .hs-benefits-row4 {
    padding: 51px 0 0;
  }
  .hs-one-col-left-icon-wrapper {
    padding: 0px 0 25px 0;
  } 
  .hs-right-icon h4 {
    font-size: 3.0rem;
    line-height: 37px;
    padding-top: 10px;
    margin-bottom: 30px;
  }  
  .hs-right-icon p {
    font-size: 1.8rem;
    line-height: 29px;
    margin-bottom: 5px;
    margin-top: 0;
  } 
  .hs-right-icon a {
    font-size: 18px;
  } 
  .hs-full-service-layout .hs-two-col-with-bg {
    background-position-x: 50%;
    background-position-y: 50%;
  }
  .hs-full-service-layout .hs-two-col-with-bg-left {
    width: 43%;
  }  
  .hs-full-service-layout .hs-one-col-left-icon-wrapper {
    padding: 45px 0 25px 0;
  }
  .hs-how-works-row2 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }  
  .hs-integration-flexi {
    margin-top: 2.15em;
  }
  .hs-integration-flexi > span > div {
    width: 33.33333333%;
  }	
  .hs-integrat-group {
    border: 0;
    -webkit-box-shadow: 2px 2px 2px 3px rgba(214, 214, 214, 1);
    -moz-box-shadow: 2px 2px 2px 3px rgba(214, 214, 214, 1);
    box-shadow: 2px 2px 2px 3px rgba(214, 214, 214, 1);
    position: relative;
    min-height: 400px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }	
  .hs-integrat-group img {
    width: 30%;
    padding-top: 30px;
  }
  .hs-integrat-group h4 {
    font-size: 3.0rem;
    line-height: 37px;
  }	
  .hs-integrat-group p {
    font-size: 1.8rem;
    line-height: 29px;
  }
  .hs-integrat-group .green-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
  }
  .hs-how-works-row3 {
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 1.6rem;
  }  
  .hs-merchant-row1 .hs_cos_wrapper_type_header h3 {
    margin-top: 30px;
  }  
  .hs-sign-opeions-grp h1 {
    padding-top: 30px;
    font-size: 4.1rem;
    margin-bottom: 30px;
    line-height: 30px;
  }  
  .btns-merchant {
    margin-top: 60px;
    width: 50%;
    margin-left: 30%;
    margin-right: 25%;
    margin-bottom: 180px;
  } 
  .btns-merchant ul li a.green-btn {
    min-width: 180px;
  } 
  .hs-signup-steps-grp ul li {
    padding: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 5px;
    font-size: 1.5rem;
    display: inline-block;
    width: 240px;
    text-align: center;
    font-weight: 100;
    letter-spacing: .02em;
    background-color: rgba(1, 169, 157, 0.11);
    color: #878787;
  }  
  .hs-signup-steps-grp ul li.steps-present {
    background-color: #01a99d;
    color: #fff;
  }
  .hs-signup-steps-grp {
    display: block;
    width: 750px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 1px;
  } 
  .hs-benefits-slider .caption.below p {
    line-height: 27px;
  }
  .hs-benefits-row3 .page-center {
    max-width: 760px !important;
  }
  .hs-two-col-with-bg-left h6 {
    font-size: 2.1rem;
    line-height: 30px;
  }
  .hs-sell-laterpay-layout .hs-two-col-with-bg-left {
    width: 57%;
  }
  .hs-sell-laterpay-layout h1 {
    width: 70%;
  }
  .hs-sell-laterpay-row2 {
    margin-top: 1.8rem;
    margin-bottom: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  .hs-sell-laterpay-row2 .page-center .widget-type-widget_container > span > div {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs-top-image-inner h2 {
    margin-top: 30px;
    font-size: 4rem;
    margin-bottom: 30px;
  }  
  .hs-sell-laterpay-row3 {
    margin-top: 3rem;
    margin-bottom: 4.7rem;
    padding-top: 4.6rem;
    padding-bottom: 5.5rem;
  }
  .hs-sell-laterpay-row3-inner > .row-fluid-wrapper > .row-fluid > div,
  .hs-sell-laterpay-row4-inner > .row-fluid-wrapper > .row-fluid > div,
  .hs-sell-laterpay-row5-inner > .row-fluid-wrapper > .row-fluid > div {
    width: 50% !important;
    float: left !important;
    margin-left: 0 !important;
  }  
  .hs-sell-laterpay-row4,
  .hs-sell-laterpay-row5 {
    padding-top: 7.15em;
    padding-bottom: 7.15em;
  }
  .hs-sell-laterpay-row6 {
    margin-top: 4.5rem;
    margin-bottom: 2.5rem;
    padding-top: 4.3rem;
    padding-bottom: 3.8rem;
  }
  .hs-sell-laterpay-row6-bottom > span > div {
    width: 50%;
    float: left;
  }
  .hs-sell-laterpay-row2 .page-center .widget-type-widget_container > span {
    margin-left: -20px;
    margin-right: -20px;
    display: block;
  }
  .hs-sell-laterpay-row2 .page-center .widget-type-widget_container > span > div {
    width: 33.33333333%;
    float: left;
  }
  .hs-row1-left-flexi p {
    margin-top: 40px;
  }
  .hs-terms-row2 h5 {
    font-size: 2.1rem;
    line-height: 30px;
  }
  .hs-demos-column {
    width: 50%;
    float: left;
  }
  .one-demo-explained {
    min-height: 750px;
    min-height: 695px;  
  }
  .phone-wrap {
    padding: 21px 0 0;
  }
  .cont-phone-video-vert {
    width: auto;
    overflow: visible;
      height: 682px;  
  }
  .cont-phone-video-vert video {
    margin-left: 0;
    position: absolute;
    background-color: transparent;
    left: -327px;
    height: 677px;
    top: 0;
    max-width:none;
  }
  .hs-demos-row2-top-flexi p {
    margin-bottom: 55px;
    line-height: 1.2;
  }
  .hs-demos-row2-bottom > span {
    margin-left: -20px;
    margin-right: -20px;
    display: block;
  }
  .hs-demos-row2-bottom .hs_cos_wrapper_type_module {
    width: 33.33333333%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs-demos-row5 .page-center {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .hs-demos-row5 center {
    padding: 25px 0;
    width: 650px;
    margin: auto;
    float: left;  
    position: relative;
    left: 7px;  
  }
  .hs-demos-row5 center ul li a.green-btn {
    font-size: 1.7rem;
    margin: 9px auto 0;
    display: block;
  }
  .hs-demos-inner-wrapper {
    padding: 30px 0 40px;
  }
  .hs-demos-inner-wrapper h2 {
    font-size: 4.1rem;
    line-height: 51px;
    margin-top: 30px; 
  }
  p.content-category {
    font-size: 1.8rem;
  }
  div#btn-video-demo1 {
      width: 200px;
      height: 70px;
      left: 173px;
      top: 370px;
  }
}


@media only screen and (min-width: 992px) {
  .container-fluid .row-fluid .page-center {
    max-width: 980px;
  }   
  h2 {
    font-size: 4.1rem;
  }
  .custom-logo {
    padding: 24px 15px 26px 0;
  }  
  .custom-logo img {
    width: 152px !important;
  }  
  @-moz-document url-prefix() {
    .custom-logo {
      padding-bottom:19px;
    }
    .custom-logo img {
      width: 190px !important;
      vertical-align: baseline;
    }
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(2) {
    padding-left: 60px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(3) {
    padding-left: 70px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
    padding-left: 150px;
  }  
  .hs-learn-btn a {
    font-size: 1.6rem;
    min-width: 167px;
  }
  .hs-benefits-row3 .page-center {
    max-width: 870px !important;
  }  
  .hs-benefits-row3 .hs_cos_wrapper_type_header {
    max-width: 980px !important;
  }  
  .green-btn {
    font-size: 1.6rem;
    min-width: 167px;
  }
  .hs-terms-row2 .hs_cos_wrapper_type_module {
    margin-top: 70px;
  }
  .hs-bottom-pane-right a {
    font-size: 1.6rem;
    min-width: 167px;
  }
  .hs-integrat-group .green-btn {
    font-size: 1.4rem;
  }	 
  .hs-signup-steps-grp ul li {
    width: 320px;
  }  
  .hs-signup-steps-grp {
    width: 990px;
  } 
  .hs-sell-laterpay-row3-inner h4,
  .hs-sell-laterpay-row4-inner h4,
  .hs-sell-laterpay-row5-inner h4 {
    font-size: 3.3rem;
  }
  .hs-sell-laterpay-row3-inner h5,
  .hs-sell-laterpay-row4-inner h5,
  .hs-sell-laterpay-row5-inner h5 {
    font-size: 2.1rem;
  } 
  .cont-phone-video-vert video {
    left: -300px;
    height: 677px;
    top: 0;
  }
  .hs-demos-row5 .page-center {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .hs-demos-inner-wrapper {
    padding: 65px 0;
  }
  div#btn-video-demo1 {
      width: 200px;
      height: 80px;
      left: 200px;
      top: 376px;
  }
}



@media only screen and (min-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1200px;
  }  
  .container-fluid .row-fluid .page-center {
    padding-left: 90px;
    padding-right: 90px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(2) {
    padding-left: 90px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(3) {
    padding-left: 100px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
    padding-left: 200px;
  } 
  .hs-two-col-right-in {
    padding: 30px;
    padding-top: 80px;
  }
  .hs-benefits-row3 .page-center {
    max-width: 1155px !important;
  }
  .hs-benefits-row3 .hs_cos_wrapper_type_header {
    max-width: 1200px !important;
    padding-left: 87px;
    padding-right: 87px;
  } 
  .hs-one-col-left-icon-grp {
    width: 50%;
  }  
  .hs-right-icon a {
    position: absolute;
    bottom: 41px;
  } 
  .hs-signup-steps-grp ul li {
    width: 390px;
  }  
  .hs-signup-steps-grp {
    width: 1200px;
  } 
  .hs-client-cases.hs-blog-post .blog-content {
    padding-right: 47px;
  }
  .one-demo-explained center {
    margin-top: 55px;
  }
  .cont-phone-video-vert video {
    left: -450px;
    height: 877px;
    top: 0;
  }
  .hs-demos-row2-top-flexi p {
    width: 75%;
    line-height: 1.4;
  }
  div#btn-video-demo1 {
      width: 200px;
      height: 100px;
      left: 225px;
      top: 485px;
  }

}

@media (max-width: 1360px) {
  .hs-demos-row5 .page-center {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100% !important;
  }  
  .hs-demos-row5 center {
    width: 100%;
  }
}


@media (max-width: 1260px) {
  .hs-demos-inner {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .hs-one-col-left-icon-inner {
    min-height: 158px !important;
  }
  .hs-home-gray-section .page-center{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .hs-home-gray-section .page-center .hs_cos_wrapper_type_widget_container > div{
  	margin-top: 0px;
  }
  .hs-home-gray-section .page-center center {
    padding: 40px 0;
    padding-top: 0px; 
  }
  .hs-demo2-row3 .hs-top-image-inner img {
    max-width: 100%;
  }
  .hs-demo2-row2.hs-demo2-row4 .two-column-equal-with-video-wrp.no-video-bg {
    margin-bottom: 40px;
  }
  .two-column-equla-with-video-inner {
    margin-left: 100px
  }
  

  @-moz-document url-prefix() {
    .custom-logo {
      padding-right:0;
    }
  }
  .hs-laterpay-academy .body-container-wrapper .page-center {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .hs-client-cases .blog-sidebar {
    padding-left: 15px;
  }
  .hs-client-cases .blog-content iframe {
    max-width: 100%;
  }
  .two-column-equal-with-video-left a.hs-video_btn2:last-child {
  		float: none;
  }
}

@media (max-width:1060px) and (min-width:1024px) {
  .hs-home-row3 .page-center,
  .hs-brands-bg .page-center,
  .hs-home-row5 .page-center {
      max-width: 100% !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
  }
}

@media (max-width: 991px) {
  .hs-contact-layout .body-container-wrapper {
    margin-top: -16px;
  }
  .hs-fullwidth-layout .body-container-wrapper {
    margin-top: 14px;
  } 
  .hs-terms-layout .body-container-wrapper {
    padding-top: 4px;
  }  
  .hs-terms-row2 .widget-type-widget_container:last-child {
    padding-left: 10px;
  } 
  .custom-slider.custom-carousel {
    max-width: 585px !important;
    margin: 0 auto;
  }
  .hs-laterpay-academy .body-container-wrapper .page-center {
    padding-right: 36px !important;
  }
  .hs-laterpay-academy .body-container-wrapper {
    padding-top: 4px;
  }
  .hs-laterpay-academy .blog-listing-wrapper {
    width: 100%;
  }
  .hs-laterpay-academy .blog-pagination {
    margin-top: 3.6em !important;
  }
  .hs-client-cases .blog-sidebar {
    padding-left: 0;
  }
  .hs-client-cases.hs-blog-post .blog-content {
    padding-right: 31px;
  }
  .hs-press-row1.hs-press-row {
    margin-bottom: 75px;
  }
  .hs-client-cases .blog-pagination {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hs-client-cases .post-item:last-child {
    margin-bottom: 44px;
  }
  .one-demo-explained ul {
    padding-left: 20px;
  }
  .hs-demo2-layout .body-container-wrapper {
    padding-top: 4px;
  }
  .hs-home-row3 .page-center, .hs-brands-bg .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hs-explore-group {
    min-height: 340px;
  }
  .custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group .hs-two-col-right-in h4 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .custom-row3-laterpay-for-publishing-content .two-column-equla-with-video-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .custom-row4-laterpay-for-publishing-group .ow-icon-placement-left.ow-button-hover {
    width: auto;
  }
  .custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp.left {
    padding-bottom: 40px;
  }
  .custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp .two-column-with-right h2 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .custom-row-laterpay-for-publishing .two-column-equal-with-video-left h2 {
    margin-bottom: 20px;
  }
  .custom-row-laterpay-for-publishing .two-column-equal-with-video-left p:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-row1-laterpay-for-publishing-group .two-column-equal-with-video-wrp a.hs-video_btn2 {
    width: calc(50% - ( 0.5 * 50px ) );
  }  
  .custom-row-laterpay-for-publishing .two-column-equal-with-video-wrp {
    padding-bottom: 94px !important;
  }
  .custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group .hs-two-col-right-in h4 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .custom-row-laterpay-for-publishing .two-column-equal-with-video-left h2 {
    margin-bottom: 20px;
  }
  div#pag-hiw .company-text.not-header .company_main_text h2 {
    font-size: 2.3rem;
  }
  div#pag-hiw .col-sm-4 #team_final_left {
    color: #4b4b4b;
    font-size: 3rem;
    text-align: center;
    font-family: 'futura-light';
    font-weight: 100;
    margin-top: 0px;
  }
  .hs-video-slider-bottom-section .slick-arrow.btn-next {
      right: 0;
  }
  .hs-video-slider-bottom-section .slick-arrow.btn-prev {
      left: 0;
  }
  .hs-demo2-row5-flexi-col .two-column-equla-with-video-inner {
    height: 170px;
    min-height: 0;
    background-size: cover;
    max-height: 100%;
    max-width: 100%;
  }
}

@media (max-width: 909px) {
  .hs-laterpay-academy .blog-content {
    margin-bottom: 2.05em;
  }
  .hs-client-cases .blog-content {
    padding-left: 5.6923%;
    padding-right: 17.5769%;
  }
  .hs-client-cases .blog-content {
    margin-bottom: 0;
  }
  .hs-laterpay-academy.hs-blog-post .blog-post-wrapper {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
  }
}

@media (max-width: 991px) and (min-width:768px) {
  .custom-header-group {
    min-height: 86px !important;
  } 
  .custom-logo {
    width: 20% !important;
    padding-bottom: 51px; 
  }
  .custom-logo img {
    margin-left: -5px;
  }  
  .custom-menu-primary {
    width: 80% !important;
    margin-left: 0 !important;
    float: right !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 8px;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
    left: auto !important;
    right: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li {
    margin-right: 15px;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 5px 0 0;
    font-size: 14px;
    font-weight: 400; 
  }  
  .custom-header-bg .page-center {
    padding: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-right: 44px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-of-type(2) {
    padding-left: 22.5px;
    padding-right: 23.5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a:after {
    margin-left: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a:before {
    margin-right: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    letter-spacing: 0;
  }
  .custom-menu-primary {
    margin-top: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li ul li a {
    padding: 0 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li ul li {
    margin-right: 8px;
  } 
  .hs-two-col-with-bg {
    min-height: 571px;
  }
  .hs-full-service-layout .hs-two-col-with-bg {
    min-height: 696px;
  }  
  .hs-full-service-layout.hs-how-works-layout .hs-two-col-with-bg {
    min-height: 671px;
  }  
  .hs-integrat-group .green-btn {
    width: 90%;
  }
  .hs-merchant-row1 .hs_cos_wrapper_type_header h3 {
    margin-top: 14px;
  } 
  .hs-sell-laterpay-layout .hs-two-col-with-bg {
    min-height: 640px;
  }
  .hs-press-body-bottom-section iframe {
    max-width: 100%;
    width: 100% !important;
  }
  .hs-terms-row2 .hs_cos_wrapper_type_module {
      margin-top: 70px;
  }
  .hs-case-flexi .hs-explore-group {
      height: auto;
  }
  .home-green-btn {
      width: 100%;
      max-width: 100%;
  }
}

@media (max-width: 830px) and (min-width:768px) {
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(2) {
    padding-left: 42px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(3) {
    padding-left: 54px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
    padding-left: 112px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-right: 35px;
  }
  .custom-logo img {
    margin-left: 0;
  }
  .hs-brands-bg-bottom {
      padding-left: 15px;
      padding-right: 15px;
  }
  .hs-home-row5 .page-center {
      padding-left: 20px !important;
      padding-right: 20px !important;
  }
}

@media (max-width: 860x) {
  .custom-carousel .slick-prev, 
  .custom-carousel .slick-next {
    opacity: 1;
  }
}


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

@media (max-width: 767px) {
  .hs_cos_wrapper_type_form, 
  .hs_cos_wrapper_type_blog_subscribe, 
  .hs_cos_wrapper_type_google_search, 
  .hs_cos_wrapper_type_email_simple_subscription form, 
  .hs_cos_wrapper_type_password_prompt,
  .hs-search-field form {
    max-width: 100%;  
  }
  .one-column .hs_cos_wrapper_type_form, 
  .one-column .hs_cos_wrapper_type_blog_subscribe, 
  .one-column .hs_cos_wrapper_type_google_search, 
  .one-column .hs_cos_wrapper_type_email_simple_subscription form, 
  .one-column .hs_cos_wrapper_type_password_prompt  {
    width: 100%;
  } 
  #email-prefs-form .email-edit {	    
    max-width: 100% !important;	
  }  
  .subscription-template.one-column #email-prefs-form .checkbox-row span.fakelabel span {    
    width: 85%;
  } 
  .custom-footer-menu .hs-menu-wrapper > ul ul li a {
    display: inline-block !important;
  }
  .custom-footer-menu .hs-menu-wrapper > ul ul li.company > a, 
  .custom-footer-menu .hs-menu-wrapper > ul ul li.legal > a, 
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:first-child > a {
    font-size: 12px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(3) {
    margin-top: 38px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
    margin-top: 40px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(2), 
  .custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
    padding-left: 40px;
  } 
  .custom-footer-botom-bg {
    padding-top: 22px;
  }
  .social-wrap strong {
    margin-right:-4px;
    margin-bottom: -1px;
  }
  .social-list li:first-child {
    padding-left: 0;
  }
  .icon-tw {
    margin-top: 1px;
  }
  .custom-footer-top-bg {
    padding-top: 15px;
  } 
  .custom-header-bg .page-center {
    padding: 0 !important;
  }
  .custom-header-group {
    min-height: 60px !important;
  }
  .custom-logo {
    padding-left: 11px;
    padding-bottom: 24px;
  }
  .hs-contact-layout .body-container-wrapper {
    margin-top: 0;
    padding-top: 15px;
  }
  .hs-contracts-layout .body-container-wrapper {
    padding-top: 30px;
  }
  .hs-contracts-row2-flexi p {
    line-height: 30px;
  }
  .hs-two-col-with-bg-inner p {
    margin-top: 12px;
    width: 90%;
  } 
  .hs-two-col-equal-right p {
    line-height: 1.5;
  }  
  .hs-donations-layout .body-container-wrapper {
    padding-top: 30px;
  }
  .hs-donations-row1 .hs_cos_wrapper_type_widget_container > div {
    width: 100% !important;
    float: left !important;
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
  .hs-donations-row1 .hs_cos_wrapper_type_widget_container > div:last-of-type {
    margin-bottom: 0;
  }
  .hs-donations-row1 .hs_cos_wrapper_type_widget_container {
    display: block;
    float: left;
  }
  .hs-donations-row2 .hs_cos_wrapper_type_widget_container > div {
    width: 100%;
  }
  .hs-donations-row2 .hs_cos_wrapper_type_widget_container {
    display: block;
  }  
  .green-btn {
    padding: 10px 12px;
  }
  .hs-terms-layout .body-container-wrapper {
    padding-top: 30px;
  }  
  .hs-terms-row2 .widget-type-widget_container:last-child {
    padding-left: 0;
  }  
  .hs-right-icon a {
    display: none;
  }
  .hs-right-icon p {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .hs-right-icon {
    overflow: visible;
    padding-right: 0;
    width: 100%;
    float: left;
    margin-top: 35px;
  } 
  .hs-full-service-layout .hs-right-icon {
    margin-top: 20px;
  }  
  .hs-how-works-layout .hs-two-col-with-bg-left {
    width: 65%;
  }
  .hs-how-works-row2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .hs-how-works-inner {
    padding-top: 2.85em;
    padding-bottom: 3em;
  }
  .hs-how-works-column .green-btn span {
    display: none;
  }
  .hs-integrat-group {
    margin-bottom: 2.1em;
  }
  .hs-integrat-group .green-btn {
    margin-top: 0.4rem;
    margin-bottom: 1.9rem;
  }
  .hs-integration-flexi:after {
    content: "";
    display: table;
    clear: both;
  }
  .hs-integration-flexi {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .hs-how-works-row3 {
    margin-top: 0;
  }
  .hs-terms-row2 .hs-row2-bottom-flexi ul li {
    line-height: 30px;
    font-size: 1.6rem;
  }
  .hs-merchant-login-layout .body-container-wrapper {
    padding-top: 14px;
  }
  .hs-signup-steps-grp {
    display: none;
  }
  .custom-footer-menu .hs-menu-wrapper > ul ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-benefits-row3 .page-center {
    max-width: 100% !important;
  }
  .custom-slider.custom-carousel {
    max-width: 300px !important;
    margin: 0 auto;
  }
  .hs-sell-laterpay-row3-inner > .row-fluid-wrapper > .row-fluid > div:last-child, 
  .hs-sell-laterpay-row4-inner > .row-fluid-wrapper > .row-fluid > div:last-child, 
  .hs-sell-laterpay-row5-inner > .row-fluid-wrapper > .row-fluid > div:last-child {
    padding-left: 0;
  }
  .hs-sell-laterpay-row5-inner > .row-fluid-wrapper > .row-fluid > div img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-top: 60px;
  }
  .hs-sell-laterpay-layout .hs-two-col-with-bg-left {
    width: 100%;
  }
  .hs-sell-laterpay-layout .hs-two-col-with-bg-left h1 {
    width: 70%;
  }
  .hs-sell-laterpay-layout .hs-two-col-with-bg {
    background-position-x: 70%;
    background-position-y: 50%;
  }
  .blog .blog-sidebar {
    margin-top: 30px;
  }
  @-moz-document url-prefix() {
    .custom-logo {
      padding-bottom: 40px;
    }
  }
  .hs-laterpay-academy .body-container-wrapper {
    padding-top: 30px;
  }
  .hs-laterpay-academy-title h3 {
    font-size: 40px;
    font-weight: 200;
    line-height: 1.2727272727;
  }
  .hs-laterpay-academy .post-listing {
    height: auto !important;
  }
  .hs-laterpay-academy .social-list li {
    line-height: 30px;
  }
  .hs-laterpay-academy .hs-featured-image-wrapper,
  .hs-list-bottom-category,
  .academy-post-header,
  .hs-list-top-category {
    padding-left: 7.6923%;
    padding-right: 23.0769%;
  }
  .hs-laterpay-academy .blog-listing-wrapper {
    width: 99.4%;
  }
  .academy-post-item-inner {
    padding-bottom: 45px;
  }
  .hs-contact-form .hs_cos_wrapper_type_form {
    max-width: 100%;
  }
  .hs-terms-row2 ul li {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .hs-donations-row2 .hs_cos_wrapper_type_widget_container > div:not(:last-of-type) {
    padding-bottom: 30px;
  }
  .hs-sell-laterpay-row3-inner > .row-fluid-wrapper > .row-fluid > div:first-child, 
  .hs-sell-laterpay-row4-inner > .row-fluid-wrapper > .row-fluid > div:first-child, 
  .hs-sell-laterpay-row5-inner > .row-fluid-wrapper > .row-fluid > div:first-child {
    padding-right: 0;
  }
  .hs-terms-row2 h5 {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .hs-post-related-group .related-post-item.academy-post-item {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-blog-body-menu .hs-menu-wrapper > ul > li {
    width: auto !important;
    float: left !important;
  }
  .hs-client-cases .blog-content {
    margin-top: 27px;
    padding-left: 7.6923%;
    padding-right: 7.6923%;
  }
  .hs-client-cases .post-header p {
    line-height: 22px;
  }
  .hs-client-cases .post-header h3 {
    margin-bottom: 1px;
  }
  .hs-client-cases .post-header h1 {
    margin-top: 20px;
  }
  .hs-client-cases.hs-blog-post .body-container-wrapper {
    margin-bottom: 0;
  }
  .hs-client-cases .social-list li {
    line-height: 30px;
  }
  .hs-client-cases.hs-blog-post .blog-content {
    margin-bottom: 80px;
  }
  .hs-press-layout .body-container-wrapper .main-content {
    margin-top: 2px !important;
    padding-left: 7.6923%;
    padding-right: 7.6923%;
  }
  .hs-press-row1 .hs_cos_wrapper_type_header h3 {
    margin-bottom: 25px;
  }
  .hs-press-layout .social-list li {
    line-height: 30px;
  }
  .hs-press-layout .sidebar {
    margin-bottom: 117px;
  }
  .hs-press-layout .body-container-wrapper .main-content {
    margin-bottom: 53px !important;
  }
  .hs-press-row7 {
    margin-top: 117px;
  }
  .hs-press-row6,
  .hs-press-row5 {
    margin-top: 0;
  }
  .hs-client-cases .post-item {
    margin-top: 30px;
  }
  .hs-client-cases.hs-blog-listing .blog-content {
    margin-top: 0;
  }
  .hs-demos-inner-wrapper h2 {
    line-height: 39px;
  }
  .hs-demos-row5 center:after {
    content: "";
    display: table;
    clear: both;
  }
  .hs-demos-row5 center ul {
    margin:0;
  }
  .hs-demos-row5 center ul li {
    text-align: left;
  }
  .hs-demos-row5 .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hs-demos-row5 center {
    overflow: hidden;
  }
  .hs-demos-bottom-pane-bg {
    background: #fff;
    background-image: none !important;
  }
  .one-demo-explained h2,
  .one-demo-explained p{
    display: none;
  }
  .one-demo-explained ul {
    font-size: 10px;
  }
  .hs-demos-column {
    padding: 0;
  }
  .one-demo-explained ul {
    padding-left: 0;
  }
  .custom-carousel .slick-prev, .custom-carousel .slick-next {
    opacity: 1;
  }





  /*************************Demo2********************************/
  .hs-two-column-innerright_image-left {
    padding-top: 60px;
    width: 100%;
    float: none;
  }

  .hs-two-column-innerright_image-right {
    width: 100%;
  }

  .hs-two-column-innerright_image-right img {
    margin: 0px 0 0 0px;
  }

  .hs-demo2-row1 {
    padding: 55px 0 0;
  }

  .hs-two-column-innerright_image-right img {
    margin: 64px 0 0 0px;
  }

  .two-column-equal-with-video-left {
    width: 100%;
    text-align: left;
  }

  .two-column-equla-with-video-inner {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .two-column-equal-with-video-wrp a.hs-video_btn2 {
    display: block;
  }

  .two-column-equal-with-video-wrp a.hs-video_btn2 {
    display: block;
    text-align: center;
  }

  .hs-demo2-row3 .hs-top-image-inner img {
    max-width: 100%;

  }

  .two-column-equal-with-video-inner {
    text-align: center;
  }


  .hs-demo2-row5-flexi-col .two-column-equla-with-video-inner {
    height: auto;
  }

  .hs-home-gray-section .page-center .hs_cos_wrapper_type_widget_container > div {
    width: 100% !important;
  }

  .hs-demo2-layout .home-green-btn {
    margin-bottom: 30px;
  }

  .two-column-equal-with-video-wrp a.hs-video_btn2 {
    display: inline-block;
  }

  .two-column-equal-with-video-left br {
    display: block;
  }

  .two-column-equal-with-video-left {
    text-align: center;
  }

  .two-column-equal-with-video-left p,
  .two-column-equal-with-video-left h2 {
    text-align: left;
  }

  .hs-demo2-row5-flexi-col .two-column-equla-with-video-inner {
    float: none;
  }
  .two-column-equal-with-video-wrp a.hs-video_btn2 {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .two-column-equal-with-video-left p {
    padding-bottom: 40px;
  }

  .hs-demo2-layout .home-green-btn {
    width: 100%;
    margin-bottom: 30px;
  }
  .two-column-equal-with-video-left p
  .hs-home-gray-section .page-center center {
    padding: 20px 0;
  }
  .hs-demo5-row5.hs-demo2-row5 .two-column-equal-with-video-right {
    width: 100%;
  }  
  .two-column-equla-with-video-inner {
    width: 100%;
    max-width: 362px;
    margin: 0 auto;
  }
  .hs-grey-image-flexi img {
    margin: 0 auto;
  }

  .hs-two-column-innerright_image-left h2 {
    word-wrap: break-word;
  }

  .hs-home-gray-section .page-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .hs-home-row6.hs-home-gray-section .hs-demo2-layout .home-green-btn {
    width: 75%;
  }
  .hs-grey-image-flexi img {
    margin: 0 auto;
  }

  .hs-two-column-innerright_image-left h2 {
    word-wrap: break-word;
  }

  .hs-home-gray-section .page-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .hs-home-row6.hs-home-gray-section .hs-demo2-layout .home-green-btn {
    width: 75%;
  }
  .back-btn-container {
    margin-top: 0;
  }
  .hs-row1-inner {
    padding: 10px;
  }
  .hs-row1-left-flexi h2 {
    padding-bottom: 11px;
  }
  .hs-home-row2 {
    margin-top: 17px;
  }
  .hs-home-textimonial-slider .caption.below {
    padding: 0;
  }
  .hs-explore-flexi > span > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .hs-brands-bg-bottom ul li {
    width: 100%;
  }
  .hs-brands-bg-bottom ul li img {
    width: 100%;
  }
  .hs-brands-bg-bottom ul {
    margin: 0;
    padding: 10px 50px 10px 50px;
  }
  .hs-home-row3 {
    padding-top: 0;
  }
  .hs-explore-flexi > span > div:last-child {
    margin-bottom: 60px;
  }
  .custom-row-laterpay-for-publishing .two-column-equal-with-video-inner {
    display: block;
  }
  .custom-row1-laterpay-for-publishing-group .two-column-equal-with-video-left {
    width: 100%;
    float: none !important;
  }
  .custom-row1-laterpay-for-publishing-group .two-column-equal-with-video-right {
    width: 100%;
    float: none !important;
  }
  .custom-row-laterpay-for-publishing .two-column-equal-with-video-left h2 {
    margin-top: 0;
  }
  .custom-row-laterpay-for-publishing .two-column-equal-with-video-left p:last-child {
    padding-left: 35px !important;
    padding-right: 35px !important;
    display: block;
  }
  .custom-row1-laterpay-for-publishing-group .two-column-equal-with-video-wrp a.hs-video_btn2 {
    width: 100% !important;
    display: block;
    margin-top: 30px;
  }
  .custom-row-laterpay-for-publishing .two-column-equla-with-video-inner {
    margin: 0px auto 0 !important;
  }  
  .custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group,
  .custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group.right, 
  .custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group.left {
    display: block;
  }  
  .hs-home-row5 .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hs-case-flexi > span > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .hs-case-flexi > span > div:last-child {
    margin-bottom: 60px;
  }
  .custom-row4-laterpay-for-publishing-group .two-column-with-left, .two-column-with-right {
    width: 100%;
  }	
  .custom-row4-laterpay-for-publishing-group .two-column-with-left {
    text-align: center;
  }
  .custom-row-laterpay-for-publishing .two-column-equla-with-video-inner-wrp {
    display: block;
    margin: 0;
  }
  .custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group,.custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group.right, .custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group.left {
    display: block;
  }
  .custom-row4-laterpay-for-publishing-group .two-column-with-left, .two-column-with-right {
    width: 100%;
  }	
  .custom-row4-laterpay-for-publishing-group .two-column-with-left {
    text-align: center;
  }
  .custom-row-laterpay-for-publishing .two-column-equla-with-video-inner-wrp {
    display: block;
    margin: 0;
  }
  .custom-row5-laterpay-for-publishing-content p:last-child {
    display: block;
  }
  .custom-row5-laterpay-for-publishing-content a.hs-video_btn2 {
    margin-bottom: 40px;
    width: 100%;
  }
  .custom-row-laterpay-for-publishing .two-column-equal-with-video-left p:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }  
  .pad-def-xs {
    display: block;
  }
  .pad-def-xs h2 {
    margin: 97px 0 27px;
  }
  .the-company-layout .custom-header-group {
    min-height: 20px !important;
  }
  .header-section.hiw-intro {
    min-height: 400px;
  }
  div#pag-hiw .col-sm-3 {
    width: 100%;
  }
  div#pag-hiw .col-sm-9 {
    width: 100%;
  }
  div#pag-hiw .col-sm-9 .tres-solution-title.about-intro {
    margin-top: 65px;
    width: 90%;
  }
  div#pag-hiw .col-sm-9 .tres-solution-title.about-intro h1 {
    font-size: 3.2rem;
  }
  div#pag-hiw .company-text.not-header .row .col-sm-3 {
    width: 100%;
  }
  div#pag-hiw .company-text.not-header .row .col-sm-3 .company-main-menu {
    padding: 30px;
    padding-top: 0;
    padding-left: 0;
    background-color: white;
  }
  div#pag-hiw .company-text.not-header {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  div#pag-hiw .company-text.not-header .row .col-sm-3 .company-main-menu h5 {
    font-size: 1.1rem;
    color: #bbb;
    text-transform: uppercase;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 18px;
  }
  div#pag-hiw .company-text.not-header .row .col-sm-3 .company-main-menu ul li {
    width: 30px;
    color: #55595c;
    float: none;
    height: 25px;
    list-style-type: none;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    text-align: left;
    font-size: 1.1rem;
    border: 0;
  }
  div#pag-hiw .company-text.not-header .row .col-sm-9 {
    width: 100%;
  }

  div#pag-hiw .company-text.not-header .company_main_text h4 {
    font-size: 2rem;
    margin-left: -35px;
    margin-left: 0;
    margin-top: -0px;
    margin-bottom: 0;
    color: #676767;
    width: 250px;
    height: 85px;
    padding: 15px;
    padding-bottom: 30px;
    background-color: #fff;
  }

  div#pag-hiw .company-text.not-header .company_main_text h2 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  div#pag-hiw .col-sm-4 {
    width: 100%;
  }
  div#pag-hiw .col-sm-5 {
    width: 100%;
  } 
  .custom-row4-laterpay-for-publishing-group .two-column-with-left,
  .hs-two-col-equal-right {
     padding-left: 0;
     padding-right: 0;
  }

  .custom-row4-laterpay-for-publishing-group .hs-two-col-equal-group {
     margin-left: 0;
     margin-right: 0;
  }
  .hs-demos-row5 center ul li {
      width: 100%;
      text-align: center;
  }
  .hs-demos-row5 center ul li a.green-btn {
      margin-left: 0;
  }
  .two-column-equal-with-video-left a.hs-video_btn2:last-child {
  		float: none;
  }
  
.custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp .two-column-with-right h2 {
      font-size: 2.7rem;
      line-height: 1.2;
  }
  .custom-row2-laterpay-for-publishing-group .hs-two-col-equal-group {
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
  .two-column-equal-with-video-right {
  		width: 100%;
  }
  .hs-video-slider-wrapper {
      margin: 50px 0px 0px 0px;
  }
  .hs-contact-form .hs-error-msgs.inputs-list {
     margin-top: 0;
  }
  .hs-integrat-group {
      padding-left: 10px;
      padding-right: 10px;
  }
  .hs-benefits-layout .hs-two-col-right-in {
      padding-left: 50px;
      padding-right: 50px;
  }
  .cont-phone-video-vert video {
      vertical-align: baseline;
      height: 676px;
      margin-left: -240px; 
   	max-width: none; 
  }
  div#btn-video-demo1 {
      top: 386px;
  }
  .header-section.hiw-intro .companytitle {
      margin-left: 68px !important;
  }
  .hs-video-slider-bottom-section .slick-slider {
      max-width: 95%;
  }
  .hs-video-slider-top-section {
      zoom: 58%;
  }
  .hs-video-slider-bottom-item p {
      position: relative;
      left: 0;
  }
  .hs-home-row2 {
      margin-top: 130px;
  }
  div#pag-hiw .company-text.not-header .company_main_text h4 {
      text-align: left;
  }
  .hs-home-image-slider .slick-dots {
      bottom: -65px;
  }
  .hs-home-layout .hs-grey-image-flexi > span {
      margin-left: 0;
  }
  .hs-home-bottom-section center {
      padding-right: 40px;
  }
  p.content-category {
      padding-left: 7.6923%;
      padding-right: 23.0769%;
  }
  .hs-client-cases.hs-blog-post .blog-content {
      margin-top: 27px;
  }
  .custom-row1-laterpay-for-publishing-group .cta_button {
      margin-top: 0;
  }
  .custom-row-laterpay-for-publishing .two-column-equal-with-video-left p {
      font-size: 1.6rem;
      line-height: 22px;
      color: #676767;
      font-weight: 300;
  }
  .custom-row1-laterpay-for-publishing-group .cta_button {
      margin-top: 0;
      -moz-box-sizing: inherit !important;
      -webkit-box-sizing: inherit !important;
      box-sizing: inherit !important;
      width: 100% !important;
      margin-right: 0;
  }
  .hs-cta-wrapper a {
      box-sizing: inherit !important;
      -moz-box-sizing: inherit !important;
      -webkit-box-sizing: inherit !important;
  }
  .custom-row5-laterpay-for-publishing-content p .cta_button {
      margin-bottom: 40px;
  }
  .custom-row5-laterpay-for-publishing-content p .cta_button {
      width: 100% !important;
  }
  .hs-brands-bg-bottom ul li img {
      width: auto;
  }
  .hs-brands-bg-bottom ul li {
      width: 100%;
      text-align: center;
  }
  .hs-home-row6.hs-home-gray-section a#cta_button_2204147_51d4d4dd-76a9-4bb8-86d9-2acd0412ef52 {
     width: 75% !important;
	}
  .hs-demos-bg {
      overflow: hidden;
  }
  .cont-phone-video-vert video {
      margin-left: 50% !important;
      transform: translateX(-50%) !important;
  }  
  .hs-video-slider-top-section {
      -moz-transform: scale(0.7);
  }
}  




@media (max-width: 709px) {
  .hs-laterpay-academy .hs-featured-image-wrapper, .hs-list-bottom-category, .academy-post-header, .hs-list-top-category {
    padding-right: 7.6923%;
    padding-left: 7.6923%;
  }
  .hs-press-layout .sidebar {
    margin-bottom: 85px;
  }
  .hs-press-row7 {
    margin-bottom: 5.3em;
  }
  .hs-demos-row5 center ul li {
    text-align: center;
  }
  .hs-demos-row5 center ul li a.green-btn {
    max-width: 200px;
    margin-left: 0;  
  }
  .two-column-equal-with-video-wrp a.hs-video_btn2 {
    display: inline-block;
  }
  .hs-demo2-row2 .two-column-equal-with-video-wrp a.hs-video_btn2 {
    min-width: 315px;
  }
  .two-column-equal-with-video-left br {
    display: block;
  }

  .two-column-equal-with-video-left {
    text-align: center;
  }

  .two-column-equal-with-video-left p,
  .two-column-equal-with-video-left h2 {
    text-align: left;
  }
  .hs-laterpay-academy.hs-blog-post p.content-category {
      padding-left: 0;
  }
  .custom-row1-laterpay-for-publishing-group .cta_button {
      margin-top: 0;
      -moz-box-sizing: inherit !important;
      -webkit-box-sizing: inherit !important;
      box-sizing: inherit !important;
  }

}

@media (max-width: 700px) {
  .hs-demo2-row3-title h2{
  	max-width: 315px;
  }
  .custom-row1-laterpay-for-publishing-group .two-column-equal-with-video-left,
  .custom-row1-laterpay-for-publishing-group .two-column-equal-with-video-right {
    width: 100%;
  }
  .custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group {
    display: block;
  }
  .custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group .hs-two-col-right-in h4 {
    font-size: 2.7rem;
    line-height: 1.2;
  }
  .custom-row2-laterpay-for-publishing-content .hs-two-col-equal-group .hs-two-col-right-in p {
    font-size: 1.6rem;
    line-height: 22px;
  }
  .custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp.left {
    padding-bottom: 50px;
  }
  .custom-row4-laterpay-for-publishing-group .two-column-with-right h2 {
    text-align: left;
    margin-bottom: 40px;
    padding: 10px 0px 0px 0px;
    margin-top: 20px;
  }
  .custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp.left .two-column-with-right {
    padding-left: 0;
  }
  .custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp.right .page-center {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-row4-laterpay-for-publishing-group .two-column-with-left {
    order: 2;
  }
  .custom-row4-laterpay-for-publishing-group .two-column-with-right {
    order: 1;
  }
  .custom-row4-laterpay-for-publishing-group .two-column-with-right p {
    font-size: 1.6rem;
    line-height: 22px;
    color: #676767;
    font-weight: 300;
  }
  .custom-row4-laterpay-for-publishing-group .two-column-with-image-wrp.right .two-column-with-right h2 {
    font-size: 2.7rem;
    line-height: 1.2;
    margin: 0;
  }
  .custom-row4-laterpay-for-publishing-group .two-column-with-left, 
  .custom-row4-laterpay-for-publishing-group .two-column-with-right {
    width: 100%;
  }

  .custom-row5-laterpay-for-publishing-content p {
    margin: 22px 0 0;
  }
  .custom-row5-laterpay-for-publishing-content {
    padding-bottom: 0;
  }
  .custom-row5-laterpay-for-publishing-content a.hs-video_btn2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .custom-row5-laterpay-for-publishing-content a.hs-video_btn2 {
    width: 100%;
  }
  .custom-row6-laterpay-for-publishing-left-content {
    margin-bottom: 0;
  }

  .hs-home-row6.hs-home-gray-section a.home-green-btn {
    width: 75%;
  }
  .custom-row5-laterpay-for-publishing-content p .cta_button {
      margin-bottom: 40px;
  }
}


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

@media (max-width: 479px) {
  #hs_cos_wrapper_widget_1533302307840{
  	margin-bottom: 50px;
  }
 .hs-explore-wrapper p{
 		text-align: center; 
  }
  #hs_cos_wrapper_widget_1533708134438 {
		margin-top: -30px;
  }
  .two-column-equal-with-video-left{
  	max-width: 315px;
  }
  .subscription-template.one-column #email-prefs-form .subscribe-options {	
    overflow: visible;   
  } 
  .custom-header-group{
  	position: fixed;
    z-index: 99999999;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
    float: none;
    margin: 20px 0 20px 0px;
  }  
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: 100%;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(2), 
  .custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
    padding-left: 20px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(2) {
    margin-top: 0px;
  }
  .hs-two-col-with-bg-left {
    width: 100%;
  }
  .hs-bottom-pane-column {
    width: 100% !important;
    display: block;
  }
  .hs-bottom-pane-left {
    margin-bottom: 20px;
  }
  .hs-two-col-with-bg-left {
    width: 100%;
  }  
  .hs-how-works-left {
    width: 100%;
    text-align: center;
  }
  .hs-how-works-right {
    width: 100%;
  }
  .blog-pagination {
    text-align: center;
  }
  .blog .blog-pagination a {
    max-width: 90px;
    float: none;
    display: block;
    margin: 10px auto;
  }
  .btns-merchant {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .btns-merchant ul {
    margin: 0;
  }
    .footer-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
    flex-grow: 1;
    width: calc((1/2)*100%);
	}
  .btns-merchant ul li {
    padding-left: 0;
    padding-right:0;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;  
  }
  .btns-merchant ul li a.green-btn {
    white-space: normal;
  }
  .hs-how-works-layout .hs-two-col-with-bg-left {
    width: 100%;
  }
  .hs-how-works-layout .hs-two-col-with-bg {
    min-height: 400px;
  }
  .hs-client-cases.hs-blog-post .blog-content {
    padding-right: 4.6923%;
  }
  .hs-video-slider-bottom-item p {
      position: relative;
      left: 0;
      bottom: 0;
  }
  .hs-client-cases.hs-blog-post .blog-content {
      padding-right: 7.6923%;
  }
  .hs-demos-row4 .cont-phone-video-vert video {
      max-width: 580px;
  }
  .two-column-equal-with-video-wrp .slick-next {
    right: 0;
  }
  .two-column-equal-with-video-wrp .slick-prev {
    left: 0;
  }
}

@media (max-width: 360px) {
  .hs-demo2-row5-flexi-col .two-column-equla-with-video-inner {
    padding: 10px 38px 3px 37px;
  }
  .hs-two-col-with-bg {
    min-height: 574px;
  }
  .custom-carousel:hover .slick-next {
    right: 0 !important;
  }  
  .custom-carousel:hover .slick-prev {
    left: 0 !important;
  }
  .hs-sell-laterpay-layout .hs-two-col-with-bg {
    min-height: 482px;
  }
  .hs-how-works-layout .hs-two-col-with-bg-inner p {
    margin-bottom: 18px;
  }
  .hs-laterpay-academy.hs-blog-post .blog-post-wrapper {
      padding-left: 0;
      padding-right: 0;
  }
  .hs-brands-bg-bottom ul li img {
   	 margin-bottom: 33px;
  }
  .hs-brands-bg-bottom ul li:last-child img {
      margin-bottom: 10px;
  }
  .hs-brands-bg-bottom {
      padding-left: 5px;
      padding-right: 5px;
  }
  .hs-home-gray-section .hs-cta-wrapper a {
    margin-top: 30px !important;
  }
  .hs-home-layout .hs-home-row6.hs-home-gray-section a.home-green-btn {
      width: 67%;
  }
  .hs-home-gray-section .page-center center {
      top: 0;
  }
  .hs-home-gray-section .page-center center {
      padding-top: 0px;
  }
  .hs-home-row6.hs-home-gray-section .page-center .hs_cos_wrapper_type_widget_container > div:first-child {
      margin-top: 10px;
  }
  .hs-case-flexi > span > div {
      padding-left: 20px;
      padding-right: 20px;
  }
  .custom-row1-laterpay-for-publishing-group .two-column-equal-with-video-wrp a.hs-video_btn2 {
      margin-top: 10px;
  }
  .custom-row4-laterpay-for-publishing-group .ow-icon-placement-left.ow-button-hover {
      width: 90% !important;
  }
  
.hs-home-gray-section .page-center .hs_cos_wrapper_type_widget_container > div {
  		margin-top: 40px;
  }
  .hs-home-row6.hs-home-gray-section a#cta_button_2204147_51d4d4dd-76a9-4bb8-86d9-2acd0412ef52 {
  		width: 70% !important;
  }
}

/* --------- Refactor in Base Theme --------- */
/* Slick Slider */
.slick-slider {
 position:relative;
 display:block;
 box-sizing:border-box;
 -webkit-user-select:none;
    -moz-user-select:none;
     -ms-user-select:none;
         user-select:none;
 -webkit-touch-callout:none;
 -khtml-user-select:none;
 -ms-touch-action:pan-y;
 touch-action:pan-y;
 -webkit-tap-highlight-color:transparent;
}
.slick-list {position:relative; display:block; overflow:hidden; margin:0; padding:0;}
.slick-list:focus {outline:0;}

.slick-list.dragging {cursor:pointer;cursor:hand;}

.slick-slider .slick-track,
.slick-slider .slick-list {
 -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
     -ms-transform:translate3d(0, 0, 0);
      -o-transform:translate3d(0, 0, 0);
         transform:translate3d(0, 0, 0);
}

.slick-track {position:relative; top:0; left:0; display:block; margin-left:auto; margin-right:auto;}
.slick-track::after,
.slick-track::before {
 display:table;content:'';
}

.slick-track::after {clear:both;}

.slick-loading .slick-track {visibility:hidden;}

.slick-slide {display:none;float:left;height:100%;min-height:1px;}

[dir=rtl] .slick-slide {float:right;}
.slick-slide img {display:block;}
.slick-slide.slick-loading img {display:none;}
.slick-slide.dragging img {pointer-events:none;}

.slick-initialized .slick-slide {display:block;}
.slick-loading .slick-slide {visibility:hidden;}
.slick-vertical .slick-slide {display:block;height:auto;border:1px solid transparent;}

.slick-arrow.slick-hidden {display:none;}

