/* @import url('http://example.com/example_style.css'); */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

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

    Kula Offer Template
    
    - Vars
    - Macros
    - Base & Type
    - General Layout
    - Main Content
    - Hero
    - Table of Contents
    - Modules
    - Social Sharing
    - Sign Up Area
    - Footer
    - Responsive
    - Print
    
*****************************************/

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

    Vars
    
*****************************************/

/* Type */











/* Layout */




/* Misc */











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

    Macros
    
*****************************************/






























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

    Base & Type
    
*****************************************/

html {
    font-size: 62.5%;
}

body {
    margin: 0 !important;
}

.header-container-wrapper.header-container-wrapper { /* prevent some unwanted default styling */
   /* background: transparent;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;*/
}

.header-container.header-container { /* prevent some unwanted default styling */
    padding: 0;
}

.body-container-wrapper.body-container-wrapper { /* prevent some unwanted default styling */
    padding: 0;
}

.kula-offer-body {
    font-family: mr_eaves_xl_mod_otreg!important;;
    font-size: 18px !important;
    line-height: 1.5;
    color: #4b4b4b;
}

.kula-offer-body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.kula-offer-settings {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    min-height: 0 !important;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.kula-offer-body p,
.kula-offer-block ul,
.kula-offer-block ol {
   /* max-width: 52em; */
    font-size:18px;
}

.kula-offer-body p {
    
        
        
        
        
        
        
        
        
        margin: 0px 0px 30px 0px; 
        margin: 0rem 0rem 3.0rem 0rem;
    
}

/*
.kula-offer-body ul,
.kula-offer-body ol {
    
        
        
        
        
        
        
        
        
        margin: 0px 0px 30px 0px; 
        margin: 0rem 0rem 3.0rem 0rem;
    
    
        
        
        
        
        
        
        
        
        padding: 0px 0px 0px 30px; 
        padding: 0rem 0rem 0rem 3.0rem;
    
}*/

.kula-offer-body li {
    font-size:18px;
}

.kula-offer-block li,
.kula-offer-sign-up li {
    
        
        
        
        
        
        
        
        
        margin: 0px 0px 15px 0px; 
        margin: 0rem 0rem 1.5rem 0rem;
    
    padding-left: 24px; 
    padding-left: 2.4rem;
    list-style: none;
}

.kula-offer-block.kula-offer-block li:before,
.kula-offer-sign-up.kula-offer-sign-up li:before {
    color: #82c341;
  font-size:22px;
  font-weight: 800;
    float: left;
    
        
        
        
        
        
        
        
        
        margin: 0px 0px 0px -24px; 
        margin: 0rem 0rem 0rem -2.4rem;
    
  line-height:1 !important;
  
}

.kula-offer-block.kula-offer-block ul li:before,
.kula-offer-sign-up.kula-offer-sign-up ul li:before {
    content: '\2022';
    font-size: 140%;
    line-height: 1;
}

.kula-offer-block ol,
.kula-offer-sign-up ol {
    counter-reset: numbered_list;
}

.kula-offer-block.kula-offer-block ol li:before,
.kula-offer-sign-up.kula-offer-sign-up ol li:before {
    counter-increment: numbered_list;
    content: counter(numbered_list);
}

.kula-offer-body a {
    font-weight: bold;
    color: #82c341;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
   
}

.kula-offer-body a:hover,
.kula-offer-body a:focus {
    color: #5a9b19;
    text-decoration: none;
}

.kula-offer-body h1,
.kula-offer-body h2,
.kula-offer-body h3,
.kula-offer-body h4,
.kula-offer-body h5,
.kula-offer-body h6 {
    font-family: mr_eaves_xl_mod_otreg!important;
    
        
        
        
        
        
        
        
        
        margin: 0px 0px 15px 0px; 
        margin: 0rem 0rem 1.5rem 0rem;
    
}

.kula-offer-body h2 a,
.kula-offer-body h3 a,
.kula-offer-body h4 a,
.kula-offer-body h5 a,
.kula-offer-body h6 a, 
.kula-offer-body p a
{
   text-decoration: underline;
}

.kula-offer-body h1,
.kula-offer-body h2 {
    color: #82c341;
}

.kula-offer-body h3,
.kula-offer-body h4,
.kula-offer-body h5,
.kula-offer-body h6 {
    color: #ffffff;
}

.kula-offer-body h1 {
    font-size: 42px!important;
    line-height: 1.1;
}

.kula-offer-body h2,.looks-like-pillar-h2 {
    font-size:24px;
    line-height: 1.3;
    margin-bottom:20px;
    background:none;
    color:#81c341;
    text-align:left;
    margin-top:-10px;
  text-transform: none;
}

.kula-offer-body h3 {
   font-weight:bold;
      color: #4b4b4b;
    font-family: mr_eaves_xl_mod_otreg!important;
  margin-bottom: 0px;
      line-height: 1;
}

.kula-offer-body h4 {
    font-size:22px;
    line-height: 1.4;
    color:#4b4b4b;
}

.kula-offer-body h5 {font-size:28px;line-height: 1.4;color:#81c341;font-weight:bold;}

.kula-offer-body h6 {
    font-size: 18px; 
    font-size: 1.8rem;
}

.kula-offer-body img, 
.kula-offer-body object, 
.kula-offer-body embed, 
.kula-offer-body iframe {
    max-width: 100%;
}

.kula-offer-body img {
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
	vertical-align: middle;

}

.kula-offer-body img[style*="float"] {
    position: relative;
    top: 4px;
    max-width: 48%;
}

.kula-offer-body table {
    width: 100%;
    margin-bottom: 30px; 
    margin-bottom: 3.0rem;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #ffffff;
}

.kula-offer-body table td,
.kula-offer-body table th {
	
        
        
        
        
        
        
        
        
        padding: 15px 15px 15px 15px; 
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    
	border: 1px solid #ffffff;
	vertical-align: middle;
}

.kula-offer-body table th {
    font-weight: bold;
    color: #82c341;
	text-align: inherit;
}

.kula-offer-body table p:last-child {
	margin-bottom: 0;
}

.kula-offer-body table tbody tr:nth-child(odd) {
	background: #f0f0f0;
}

.kula-offer-table-outer {
    position: relative;
}

.kula-offer-table-outer.kula-has-overflow {
    margin-top: 15px; 
    margin-top: 1.5rem;
}

.kula-offer-table-outer.kula-has-overflow:before {
    content: 'Scroll or Swipe \2192';
    font-size: 80%;
	position: absolute;
	bottom: 100%;
	right: 0;
}

.kula-offer-table-outer.kula-has-overflow:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	box-shadow: inset -6px 0px 12px -4px rgba(0, 0, 0, 0.25);
	pointer-events: none;
	z-index: 2;
}

.kula-offer-table {
	margin-bottom: 30px; 
    margin-bottom: 3.0rem;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.kula-offer-table table {
	min-width: 56rem;
	margin-bottom: 0;
}

.kula-offer-body blockquote {
    border-left:5px solid #82c341;
  padding-left:20px;
  margin: 25px 20px;
  font-size:20px;
  font-style:italic;
}

.kula-offer-body blockquote p {
    margin-bottom: 15px; 
    margin-bottom: 1.5rem;
}

.kula-offer-body form {
    margin-bottom: 30px; 
    margin-bottom: 3.0rem;
}

.kula-offer-body fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
}

.kula-offer-body label {
    font-weight: bold;
    margin-bottom: 7px; 
    margin-bottom: 0.75rem;
    display: block;
}

.hs-form-required {
    color: #b6121b;
    margin-left: 5px; 
    margin-left: 0.5rem;
}

.kula-offer-body select,
.kula-offer-body textarea,
.kula-offer-body input[type="text"],
.kula-offer-body input[type="password"],
.kula-offer-body input[type="datetime"],
.kula-offer-body input[type="datetime-local"],
.kula-offer-body input[type="date"],
.kula-offer-body input[type="month"],
.kula-offer-body input[type="time"],
.kula-offer-body input[type="week"],
.kula-offer-body input[type="number"],
.kula-offer-body input[type="email"],
.kula-offer-body input[type="url"],
.kula-offer-body input[type="search"],
.kula-offer-body input[type="tel"],
.kula-offer-body input[type="color"] {
    background: white;
    font-family: sans-serif;
    font-size: 15px; 
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333333;
    width: 100%;
    margin-bottom:5px;
    border: 1px solid #333333;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    vertical-align: middle;

}

.kula-offer-body select.error,
.kula-offer-body textarea.error,
.kula-offer-body input[type="text"].error,
.kula-offer-body input[type="password"].error,
.kula-offer-body input[type="datetime"].error,
.kula-offer-body input[type="datetime-local"].error,
.kula-offer-body input[type="date"].error,
.kula-offer-body input[type="month"].error,
.kula-offer-body input[type="time"].error,
.kula-offer-body input[type="week"].error,
.kula-offer-body input[type="number"].error,
.kula-offer-body input[type="email"].error,
.kula-offer-body input[type="url"].error,
.kula-offer-body input[type="search"].error,
.kula-offer-body input[type="tel"].error,
.kula-offer-body input[type="color"].error {
    border-color: #b6121b;
}

.kula-offer-body select,
.kula-offer-body input[type="text"],
.kula-offer-body input[type="password"],
.kula-offer-body input[type="datetime"],
.kula-offer-body input[type="datetime-local"],
.kula-offer-body input[type="date"],
.kula-offer-body input[type="month"],
.kula-offer-body input[type="time"],
.kula-offer-body input[type="week"],
.kula-offer-body input[type="number"],
.kula-offer-body input[type="email"],
.kula-offer-body input[type="url"],
.kula-offer-body input[type="search"],
.kula-offer-body input[type="tel"],
.kula-offer-body input[type="color"] {
    height: 39px; 
    height: 3.9375rem;
}

.kula-offer-body textarea {
    height: 8.4em;
    overflow: auto;
}

.kula-offer-body select:focus,
.kula-offer-body textarea:focus,
.kula-offer-body input[type="text"]:focus,
.kula-offer-body input[type="password"]:focus,
.kula-offer-body input[type="datetime"]:focus,
.kula-offer-body input[type="datetime-local"]:focus,
.kula-offer-body input[type="date"]:focus,
.kula-offer-body input[type="month"]:focus,
.kula-offer-body input[type="time"]:focus,
.kula-offer-body input[type="week"]:focus,
.kula-offer-body input[type="number"]:focus,
.kula-offer-body input[type="email"]:focus,
.kula-offer-body input[type="url"]:focus,
.kula-offer-body input[type="search"]:focus,
.kula-offer-body input[type="tel"]:focus,
.kula-offer-body input[type="color"]:focus {
    border-color: #82c341;
    outline: 0;
    outline: thin dotted \9;
    box-shadow: 0 0 8px #82c341;
}

.kula-offer-body .inputs-list {
    max-width: none;
    padding: 0;
}

.kula-offer-body .inputs-list li {
    font-size: 85%;
}

.kula-offer-body .inputs-list li:before {
    display: none;
}

.kula-offer-body .inputs-list li input {
    font-size: 15px; 
    font-size: 1.5rem;
    float: left;
    
        
        
        
        
        
        
        
        
        margin: 3px 0px 0px -24px; 
        margin: 0.3rem 0rem 0rem -2.4rem;
    
}

.kula-offer-body .hs-error-msgs {
    margin-top: -8px; 
    margin-top: -0.75rem;
}

.kula-offer-body .hs-error-msgs li {
    padding: 0;
}

.kula-offer-body .hs-error-msgs label {
    background: white;
    color: #b6121b;
    
        
        
        
        
        
        
        
        
        padding: 7px 7px 7px 7px; 
        padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    
    border: 1px solid #b6121b;
    text-align: center;
  font-size: 12px!important;
}

.kula-offer-body .hs-error-msgs a {
    color: white;
}

.hs-form.hs-form fieldset {
    background: none;
    max-width: none;
    padding: 0;
}

.hs-form.hs-form fieldset.form-columns-1,
.hs-form.hs-form fieldset.form-columns-2,
.hs-form.hs-form fieldset.form-columns-3,
.hs-form.hs-form div.form-columns-1,
.hs-form.hs-form div.form-columns-2,
.hs-form.hs-form div.form-columns-3 {
    float: left;
    clear: both;
}

.hs-form.hs-form fieldset.form-columns-1,
.hs-form.hs-form fieldset.form-columns-2,
.hs-form.hs-form div.form-columns-1,
.hs-form.hs-form div.form-columns-2 {
    width: 102.5%;
}

.hs-form.hs-form fieldset.form-columns-3,
.hs-form.hs-form div.form-columns-3 {
    width: 103.6%;
}

.hs-form.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form.hs-form div.form-columns-2 .hs-form-field {
    width: 50%;
    float: left;
}

.hs-form.hs-form fieldset.form-columns-3 .hs-form-field,
.hs-form.hs-form div.form-columns-3 .hs-form-field {
    width: 32.7%;
    float: left;
}

.hs-form.hs-form fieldset.form-columns-1 .input,
.hs-form.hs-form div.form-columns-1 .input {
    margin-right: 2.5%;
}

.hs-form.hs-form fieldset.form-columns-2 .input,
.hs-form.hs-form fieldset.form-columns-3 .input,
.hs-form.hs-form div.form-columns-2 .input,
.hs-form.hs-form div.form-columns-3 .input {
    margin-right: 5%;
}

.hs-form.hs-form fieldset.form-columns-1 .hs-form-field .hs-input,
.hs-form.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
.hs-form.hs-form fieldset.form-columns-3 .hs-form-field .hs-input,
.hs-form.hs-form div.form-columns-1 .hs-form-field .hs-input,
.hs-form.hs-form div.form-columns-2 .hs-form-field .hs-input,
.hs-form.hs-form div.form-columns-3 .hs-form-field .hs-input {
    width: 100%;
}

.hs-form.hs-form fieldset.form-columns-1 .hs-form-field input[type="checkbox"].hs-input,
.hs-form.hs-form fieldset.form-columns-1 .hs-form-field input[type="radio"].hs-input,
.hs-form.hs-form fieldset.form-columns-2 .hs-form-field input[type="checkbox"].hs-input,
.hs-form.hs-form fieldset.form-columns-2 .hs-form-field input[type="radio"].hs-input,
.hs-form.hs-form fieldset.form-columns-3 .hs-form-field input[type="checkbox"].hs-input,
.hs-form.hs-form fieldset.form-columns-3 .hs-form-field input[type="radio"].hs-input,
.hs-form.hs-form div.form-columns-1 .hs-form-field input[type="checkbox"].hs-input,
.hs-form.hs-form div.form-columns-1 .hs-form-field input[type="radio"].hs-input,
.hs-form.hs-form div.form-columns-2 .hs-form-field input[type="checkbox"].hs-input,
.hs-form.hs-form div.form-columns-2 .hs-form-field input[type="radio"].hs-input,
.hs-form.hs-form div.form-columns-3 .hs-form-field input[type="checkbox"].hs-input,
.hs-form.hs-form div.form-columns-3 .hs-form-field input[type="radio"].hs-input {
    width: auto;
}

.hs-form.hs-form fieldset.form-columns-1 .hs-error-msgs,
.hs-form.hs-form div.form-columns-1 .hs-error-msgs {
    padding-right: 2.5%;    
}

.hs-form.hs-form fieldset.form-columns-2 .hs-error-msgs,
.hs-form.hs-form fieldset.form-columns-3 .hs-error-msgs,
.hs-form.hs-form div.form-columns-2 .hs-error-msgs,
.hs-form.hs-form div.form-columns-3 .hs-error-msgs {
    padding-right: 5%;
}

.hs_submit {
    clear: both;
    width: 100%;
}

/*.hs-menu-wrapper.hs-menu-flow-horizontal ul {display:block!important;}*/

.refer-button {
    background-color: #4b4b4b;
    border-radius: 5px;
    color: white;
    padding: 10px;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    font-family: 'mr_eaves_xl_mod_otreg';
    font-size: 18px;
}



/*
.kula-offer-body .cta_button,
.kula-offer-body .hs-button {
    background: #82c341;
    font-family: sans-serif;
    font-size: 15px; 
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    color: white;
	text-decoration: none;
	text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
	
        
        
        
        
        
        
        
        
        padding: 15px 30px 15px 30px; 
        padding: 1.5rem 3.0rem 1.5rem 3.0rem;
    
	border: none;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    -webkit-appearance: none;
}

.kula-offer-body .cta_button:hover,
.kula-offer-body .hs-button:hover {
    background: #5a9b19;
    color: white;
}

.kula-offer-body .cta_button:focus,
.kula-offer-body .hs-button:focus {
    color: white;
}
*/

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

    General Layout
    
*****************************************/

.kula-offer-row {
    position: relative;
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
}

.kula-offer-row .kula-offer-block-wrapper.kula-offer-block-wrapper,
.kula-offer-row .kula-offer-block-wrapper.kula-offer-block-wrapper:first-child {
	width: 103.8%;
    margin-left: -1.9%;
}

.hs-edit-layout-mode .kula-offer-row .kula-offer-block-wrapper.kula-offer-block-wrapper {
    width: 100%;
    margin-left: 0;
}

.kula-offer-block-wrapper .kula-offer-block-outer {
    display: inline;
}

.hs-edit-layout-mode .kula-offer-block-wrapper .kula-offer-block-outer {
    display: block;
}

.kula-offer-block {
    zoom: 1;
}

.kula-offer-block:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.kula-offer-block-wrapper .kula-offer-block {
    position: relative;
    margin-right: -4px;
	padding-left: 1.9%;
    padding-right: 1.9%;
	display: inline-block;
	vertical-align: top;
}

.hs-edit-layout-mode .kula-offer-block-wrapper .kula-offer-block {
    padding-left: 0;
    padding-right: 0;   
}

.kula-offer-block--full {
    width: 100%;
}

.kula-offer-block--half {
    width: 50%;
}

.kula-offer-block--one-third {
    width: 33.333%;
}

.kula-offer-block--two-thirds {
    width: 66.667%;
}

.hs-edit-layout-mode .kula-offer-block--half,
.hs-edit-layout-mode .kula-offer-block--one-third,
.hs-edit-layout-mode .kula-offer-block--two-thirds {
    width: 100%;
}

.kula-offer-top-spacing {
    margin-top: 30px; 
    margin-top: 3.0rem;
}

.kula-offer-bottom-spacing {
    margin-bottom: 30px; 
    margin-bottom: 3.0rem;
}


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

    Main Content
    
*****************************************/


/** Use Same Code with paddingTop to reset top padding***/


.kula-offer-main {
   
    padding-bottom: 30px; 
    padding-bottom: 3.0rem;
}


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

    Hero
    
*****************************************/

.kula-offer-hero {
    position: relative;
     background-position: 50% 12%!important;
    padding-top: 90px; 
    padding-top: 9.0rem;
    padding-bottom: 90px; 
    padding-bottom: 9.0rem;
   

}

.kula-offer-logo,
.kula-offer-hero__content {
    position: relative;
    z-index: 5;
}

.kula-offer-logo.kula-offer-logo {
    min-height: 1px;
}

.kula-offer-logo img {
    margin-bottom: 20px; 
    margin-bottom: 2.0rem;
}

.kula-offer-hero__content-inner {
    position: relative;
    text-align:center!important;
    padding-left:350px!important;
    padding-right:350px!important;
}

@media (max-width:1632px) { 
    .kula-offer-hero__content-inner {
         padding-left:300px!important;
        padding-right:300px!important; }
}

@media (max-width:1521px) { 
    .kula-offer-hero__content-inner {
         padding-left:250px!important;
        padding-right:250px!important; }
}

@media (max-width:1410px) { 
    .kula-offer-hero__content-inner {
         padding-left:200px!important;
        padding-right:200px!important; }
}
     
@media (max-width:1298px) { 
    .kula-offer-hero__content-inner {
         padding-left:150px!important;
        padding-right:150px!important; }
}     

@media (max-width:1187px) { 
    .kula-offer-hero__content-inner {
         padding-left:100px!important;
        padding-right:100px!important; }
}  

@media (max-width:1076px) { 
    .kula-offer-hero__content-inner {
         padding-left:50px!important;
        padding-right:50px!important; }
}  

@media (max-width:965px) { 
    .kula-offer-hero__content-inner {
         padding-left:15px!important;
        padding-right:15px!important; }
}  

@media (max-width:887px) { 
    .kula-offer-hero__content-inner {
         padding-left:0px!important;
        padding-right:0px!important; }
}  

@media (max-width:576px) { 
    .kula-offer-hero__content-inner {
         padding-top:20px!important; }
}   

.kula-offer-hero__content-inner h1 {
    text-align:center!important;
}

.kula-offer-hero__content h1 { 
    text-align: center;
    font-size: 48px!important;
    text-shadow: 0 0 9px #000000;
}

.kula-offer-hero__content h4 { 
    text-align: center;
    font-size: 20px!important;
    text-shadow: 0 0 9px #000000;
    font-weight:normal;
    margin-top:25px;
}

@media (max-width:767px) {
.mobilelist ul { margin-top:-20px; }
}

.kula-offer-hero__content h1:last-child,
.kula-offer-hero__content h2:last-child,
.kula-offer-hero__content h3:last-child,
.kula-offer-hero__content h4:last-child,
.kula-offer-hero__content h5:last-child,
.kula-offer-hero__content h6:last-child,
.kula-offer-hero__content p:last-child,
.kula-offer-hero__content ul:last-child,
.kula-offer-hero__content ol:last-child {
    margin-bottom: 0;
}

.kula-offer-hero__content h3 + h1,
.kula-offer-hero__content h4 + h1 {
    margin-top: -10px; 
    margin-top: -1.0rem;
}


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

    Table of Contents
    
*****************************************/

.kula-offer-toc {
    background-color: #efefef;
    padding:30px;
}

.kula-offer-toc__heading,.looks-like-pillar-heading {
    margin-bottom: 15px; 
    margin-bottom: 1.5rem;

}

.kula-offer-toc__heading a,.looks-like-pillar-heading a {
        color:#4b4b4b!important;
}

.kula-offer-toc__heading h2,.looks-like-pillar-h2,.looks-like-pillar-heading {
    color:#4b4b4b!important; }
    
    
.toc-links li:before {
    color: #4b4b4b!important;
    float: left;
    margin: 0px 0px 0px -20px;
    font-weight:bold;
}

.toc-links2 li:before{
    display:none!important;
}

.toc-links2 li {
    margin-left:-20px!important;
}

.toc-links2 span {
    transition: all 0.2s linear;
}

.toc-links2 span:hover {
    color:#A9A9A9!important;
    transition: all 0.2s linear;
}

.toc-subtxt p {padding-bottom:20px; font-style:italic!important;}

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

    Modules
    
*****************************************/

/* Content */

.kula-offer-block-content .kula-offer-bg {
    position: relative;
    top: 4px;
}


/* Section Heading */

.kula-offer-block-heading h2,.looks-like-pillar-h2 {
    position: relative;   
    /*border-bottom: 2px solid #82c341;*/
    padding-bottom: 15px;
    color:#4b4b4b!important;
  font-size: 32px !important;
}

.kula-offer-block-heading .kula-offer-bg {
    color: white;
}

.kula-offer-border-bottom {
    padding-bottom: 15px; 
    padding-bottom: 1.5rem;
    border-style: solid;
    border-color: #82c341;
}

.kula-offer-block-heading__inner {
    position: relative;
}


/* Image */

.kula-offer-block-image {
    top: 4px;
}

.kula-offer-block-image img {
    vertical-align: bottom;
}

.kula-offer-block-image__caption {
    background: #f0f0f0;
    color: #82c341;
    
        
        
        
        
        
        
        
        
        padding: 7px 7px 7px 7px; 
        padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    
    display: block;
}

.kula-offer-block-image--left {
    text-align: left;
}

.kula-offer-block-image--center {
    text-align: center;
}

.kula-offer-block-image--right {
    text-align: right;
}


/* Icon */

.kula-offer-block-icon {
    text-align: center;
}

.kula-offer-block-icon .kula-offer-icon {
    line-height: 16px;
    margin-bottom: 15px; 
    margin-bottom: 1.5rem;
}

.kula-offer-block-icon .kula-offer-icon:last-child {
    margin-bottom: 0;
}

.kula-offer-block-icon i {
    color: #82c341;
}

.kula-offer-block-icon i:before {
    vertical-align: middle;
}

.kula-offer-block-icon--small .kula-offer-icon {
    font-size: 90px; 
    font-size: 9rem;
}

.kula-offer-block-icon--small i {
    width: 100px; 
    width: 10rem;
    height: 100px; 
    height: 10rem;
}

.kula-offer-block-icon--medium .kula-offer-icon {
    font-size: 150px; 
    font-size: 15rem;
}

.kula-offer-block-icon--medium i {
    width: 160px; 
    width: 16rem;
    height: 160px; 
    height: 16rem;
}

.kula-offer-block-icon--large .kula-offer-icon {
    font-size: 200px; 
    font-size: 20rem;
}

.kula-offer-block-icon--large i {
    width: 220px; 
    width: 22rem;
    height: 220px; 
    height: 22rem;
}

.kula-offer-block-icon--circle i {
    background: #82c341;
    font-size: 60%;
    color: white;
    border-radius: 50%;
}

.kula-offer-block-icon--circle i:before {
    vertical-align: baseline;
}

.kula-offer-block-icon--small.kula-offer-block-icon--circle i {
    line-height: 10rem;
}

.kula-offer-block-icon--medium.kula-offer-block-icon--circle i {
    line-height: 16rem;
}

.kula-offer-block-icon--large.kula-offer-block-icon--circle i {
    line-height: 22rem;
}

.kula-offer-block-icon--small .fa-mouse-pointer {
    text-indent: 6px;
}

.kula-offer-block-icon--medium .fa-mouse-pointer {
    text-indent: 12px;
}

.kula-offer-block-icon--large .fa-mouse-pointer {
    text-indent: 18px;
}

.kula-offer-block-icon .fa-mobile:before {
    font-size: 125%;
}


/* CTA */

.kula-offer-block-cta__inner {
    background: #f0f0f0;
    
        
        
        
        
        
        
        
        
        padding: 30px 30px 30px 30px; 
        padding: 3.0rem 3.0rem 3.0rem 3.0rem;
    
    overflow: hidden;
}

.kula-offer-block-cta__content,
.kula-offer-block-cta__image {
    float: left;
    
        
        
        
        
        
        
        
        
        padding: 15px 15px 15px 15px; 
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    
}

.kula-offer-block-cta__content {
    width: 66.666%;
}

.kula-offer-block-cta__image {
    width: 33.333%;
    text-align: center;
}


/* Separator */

.kula-offer-block-wrapper .kula-offer-block-separator {
    font-size: 0;
    clear: both;
	width: 100%;
    height: 0;
	margin-bottom: 0;
	padding: 0;
    display: block;
    overflow: hidden;
    speak: none;
}


/* Applied to multiple modules */

.kula-offer-block p:last-child,
.kula-offer-block ul:last-child,
.kula-offer-block ol:last-child,
.kula-offer-block h1:last-child,
.kula-offer-block h2:last-child,
.kula-offer-block h3:last-child,
.kula-offer-block h4:last-child,
.kula-offer-block h5:last-child,
.kula-offer-block h6:last-child {
    margin-bottom: 0;
}

.kula-offer-block ul {padding-bottom:10px;}

.kula-offer-bg {
    background: #82c341;
    
        
        
        
        
        
        
        
        
        padding: 24px 24px 24px 24px; 
        padding: 2.4rem 2.4rem 2.4rem 2.4rem;
    
}

.kula-offer-block--text-left {
    text-align: left;
}

.kula-offer-block--text-center {
    text-align: center;
}

.kula-offer-block--text-right {
    text-align: right;
}

.kula-offer-block--text-center p,
.kula-offer-block--text-center ul,
.kula-offer-block--text-center ol {
    margin-left: auto;
    margin-right: auto;
}

.kula-offer-block--text-light {
    color: #ffffff;
}

.kula-offer-block--text-light h1,
.kula-offer-block--text-light h2,
.kula-offer-block--text-light h3,
.kula-offer-block--text-light h4,
.kula-offer-block--text-light h5,
.kula-offer-block--text-light h6,
.kula-offer-block--text-light p,
.kula-offer-block--text-light li,
.kula-offer-block--text-light li:before,
.kula-offer-block--text-light a,
.kula-offer-block--text-light .kula-offer-bg {
    color: white;
}

.kula-offer-block--text-dark {
    color: #000000;
}

.kula-offer-block--text-dark h1,
.kula-offer-block--text-dark h2,
.kula-offer-block--text-dark h3,
.kula-offer-block--text-dark h4,
.kula-offer-block--text-dark h5,
.kula-offer-block--text-dark h6,
.kula-offer-block--text-dark p,
.kula-offer-block--text-dark li,
.kula-offer-block--text-dark li:before,
.kula-offer-block--text-dark a,
.kula-offer-block--text-dark .kula-offer-bg {
    color: #000000;
}


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

    Social Sharing
    
*****************************************/

.kula-offer-sharing {
    padding-top: 30px; 
    padding-top: 3.0rem;
    text-align: center;
}

.kula-offer-sharing__inner {
    padding-top: 30px; 
    padding-top: 3.0rem;
    border-top: 1px solid #82c341;
}

.kula-offer-sharing__col {
    padding-bottom: 30px; 
    padding-bottom: 3.0rem;
    text-align:center!important;
}

.kula-offer-sharing__heading h4 {
    margin-bottom: 7px; 
    margin-bottom: 0.75rem;
}

.kula-offer-sharing__buttons {
    padding-top: 7px; 
    padding-top: 0.75rem;
}

.kula-offer-sharing__phone {
    margin-top: -8px; 
    margin-top: -0.75rem;
}

.kula-offer-sharing__phone a {
    text-decoration: none;
}

.kula-offer-sharing__phone i {
    vertical-align: middle;
}


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

    Sign Up Area
    
*****************************************/

.kula-offer-sign-up {
    padding-top: 30px; 
    padding-top: 3.0rem;
    padding-bottom: 30px; 
    padding-bottom: 3.0rem;
    border-top: 1px solid #ffffff;
}

.kula-offer-sign-up__heading {
    padding-top: 7px; 
    padding-top: 0.75rem;
    padding-bottom: 30px; 
    padding-bottom: 3.0rem;
    text-align: center;
    border-top: 1px solid #cccccc;
    padding-top:25px;

}

.kula-offer-sign-up__heading h2,.looks-like-pillar-h2 {
      font-size:26px!important;  

}

.kula-offer-sign-up__content {
    padding-right: 2%;
}

.kula-offer-sign-up__form {
    position: relative;
    top: 4px;
    
        
        
        
        
        
        
        
        
        padding: 30px 30px 30px 30px; 
        padding: 3.0rem 3.0rem 3.0rem 3.0rem;
    
    border: 2px solid #82c341;
}

.kula-offer-sign-up__form h3 {
    margin-bottom:0px!important;
    color: #fff;
    font-size: 25px;
    font-family: mr_eaves_xl_mod_otreg !important;
    font-weight: 400;
    line-height: 20px !important;
}

.kula-offer-sign-up .form-title:empty {
    margin-bottom: 0;
    background:none;
}

.kula-offer-sign-up__form form:last-child {
    margin-bottom: 0;
}


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

    Footer
    
*****************************************/

.kula-offer-footer {
    background: #ffffff;
    color: white;
    padding-top: 60px; 
    padding-top: 6.0rem;
    padding-bottom: 60px; 
    padding-bottom: 6.0rem;
    text-align: center;
}

.rs-pillar-footer h2 {
  text-align:center;
    margin-bottom: 35px;
    margin-top: 25px;
    font-family: mr_eaves_xl_mod_otreg;
    font-size: 36px!important;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase!important;
    color:#4b4b4b!important;
}
.rs-pillar-footer h3 {
    font-size: 20px!important;
    line-height: 20px;
    margin-bottom: 25px;
    text-align: center;
    color:#4b4b4b;
    font-family: mr_eaves_xl_mod_otreg;
}
.rs-pillar-footer p {
    line-height: 18px;
}

.rs-pillar-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    white-space: none;
    max-width: none;
    padding: 4px;
}

.rs-pillar-footer .custom-footer-menu .hs-menu-wrapper > ul li::before {
    top:15px;
}

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

    Responsive
    
*****************************************/

@media handheld, only screen and (min-width: 90em) { /*  1440px and higher */

    html {
		font-size: 70%;
	}

}

@media handheld, only screen and (min-width: 112.5em) { /*  1800px and higher */

    html {
        font-size: 80%;
	}

}

@media handheld, only screen and (max-width: 64em) { /* 1024px */

    .kula-offer-row {
        padding-left: 5%;
        padding-right: 5%;
    }

}

@media handheld, only screen and (max-width: 47.938em) { /* 767px */

    .kula-offer-body h1 {
        font-size:38px!important;
        line-height: 1.15;
    }
    
    .kula-offer-body h2 {
        font-size:22px;
        color:#82c341;
        line-height: 1;
    }
    

    
    .kula-offer-body h4 {
        font-size: 24px; 
    font-size: 2.4rem;
    }
    
    .kula-offer-body h5 {
        font-size: 18px; 
    font-size: 1.8rem;
    }
    
    .kula-offer-body h6 {
        font-size: 16px; 
    font-size: 1.6rem;
    }

    .kula-offer-row .kula-offer-block-wrapper.kula-offer-block-wrapper,
    .kula-offer-row .kula-offer-block-wrapper.kula-offer-block-wrapper:first-child {
    	width: 100%;
        margin-left: 0;
    }
    
    .kula-offer-block-wrapper .kula-offer-block {
        padding-left: 0;
    	padding-right: 0;
    }
    
    .kula-offer-block--half,
    .kula-offer-block--one-third,
    .kula-offer-block--two-thirds {
        width: 100%;
        margin-bottom:0px!important;
    }
    
    .kula-offer-hero {
        padding-top: 60px; 
    padding-top: 6.0rem;
        padding-bottom: 60px; 
    padding-bottom: 6.0rem;
    }
    

    
    
    .kula-offer-block-cta__content,
    .kula-offer-block-cta__image {
        clear: both;
        width: 100%;
        padding:25px;
    }
    
    .kula-offer-sign-up__content {
        padding-right: 0;
    }

}

@media handheld, only screen and (max-width: 36em) { /* 576px */

    .kula-offer-body h1 {
        font-size: 48px; 
    font-size: 4.8rem;
        line-height: 1.1;
    }
    
    .kula-offer-body h2 {
        font-size: 32px; 
    font-size: 3.2rem;
    }
    
    .kula-offer-body ul,
    .kula-offer-body ol {
        padding-left: 15px; 
    padding-left: 1.5rem;
    }
    
    .kula-offer-body .cta_button,
    .kula-offer-body .hs-button {
        display: block;
    }
    
    .kula-offer-body .hs-button {
        width: 100%;
    }

    .kula-offer-hero {
        padding-top: 30px; 
    padding-top: 3.0rem;
        padding-bottom: 30px; 
    padding-bottom: 3.0rem;
    }

    .kula-offer-block-icon--small .kula-offer-icon {
        font-size: 60px; 
    font-size: 6rem;
    }
    
    .kula-offer-block-icon--small i {
        width: 60px; 
    width: 6rem;
        height: 60px; 
    height: 6rem;
    }
    
    .kula-offer-block-icon--medium .kula-offer-icon {
        font-size: 120px; 
    font-size: 12rem;
    }
    
    .kula-offer-block-icon--medium i {
        width: 120px; 
    width: 12rem;
        height: 120px; 
    height: 12rem;
    }
    
    .kula-offer-block-icon--large .kula-offer-icon {
        font-size: 180px; 
    font-size: 18rem;
    }
    
    .kula-offer-block-icon--large i {
        width: 180px; 
    width: 18rem;
        height: 180px; 
    height: 18rem;
    }
    
    .kula-offer-block-icon--small.kula-offer-block-icon--circle i {
        line-height: 6rem;
    }
    
    .kula-offer-block-icon--medium.kula-offer-block-icon--circle i {
        line-height: 12rem;
    }
    
    .kula-offer-block-icon--large.kula-offer-block-icon--circle i {
        line-height: 18rem;
    }
    
    .kula-offer-block-cta__inner {
        padding: 0;
    }
    
    .kula-offer-bg {
        
        
        
        
        
        
        
        
        
        padding: 15px 15px 15px 15px; 
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    
    }
    
    .kula-offer-sharing__inner {
        padding-top: 15px; 
    padding-top: 1.5rem;   
    }
    
    .kula-offer-sign-up__heading {
        padding-bottom: 0;
    }
    
    .kula-offer-sign-up__form {
        
        
        
        
        
        
        
        
        
        padding: 15px 15px 15px 15px; 
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
       
    }

}


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

    Print
    
*****************************************/

@media print {
    * { 
        background: transparent !important; 
        color: black !important; 
        box-shadow: none !important; 
        text-shadow: none !important; 
        filter: none !important; 
        -ms-filter: none !important; 
    }
    
    a, 
    a:visited { 
        text-decoration: underline; 
    }
    
    pre, 
    blockquote { 
        border: 1px solid #999; 
        page-break-inside: avoid; 
    }
    
    .kula-offer-body table {
        border: 1px solid black;
    }
    
    thead { 
        display: table-header-group; 
    }
    
    tr, 
    img { 
        page-break-inside: avoid; 
    }
    
    @page { 
        margin: 1cm; 
    }
    
    p, 
    h2, 
    h3 { 
        orphans: 3; 
        widows: 3; 
    }
    
    h2, 
    h3 { 
        page-break-after: avoid; 
    }
    
    .kula-offer-body .cta_button,
    .kula-offer-body .hs-button {
        border: 1px solid black;   
    }
    
    .kula-offer-row {
        padding-left: 0;
        padding-right: 0;
    }
    
    .kula-offer-hero:after {
        display: none;
    }
}

.kula-offer-desc p {
    font-size:24px !important;
    line-height: 1.3!important;
    margin-bottom:20px!important;
    background:none;
    color:#81c341;
    text-align:left;
    margin-top:-10px;
  text-transform: none;
  font-family: 'mr_eaves_xl_mod_otreg' !important;
}}