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


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

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



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


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

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


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

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,700&amp;subset=cyrillic,latin');
@font-face {
  font-family: "font_icons";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Fonts/fontIcons.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Fonts/fontIcons.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Fonts/fontIcons.ttf") format("truetype");
}

@font-face {
  font-family: "Meta Serif";
  font-style: normal;
  font-weight: 300;
  src: url("//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Fonts/MetaSerifWebW10-Light.eot") format("embedded-opentype"),
  url("//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Fonts/MetaSerifWebW10-Light.woff") format("woff"), 
  url("//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Fonts/MetaSerifWebW10-Light.ttf") format("truetype");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }
div.hs_would_you_like_to_use_the_starter_site_functionality_ legend,
div.hs_would_you_like_to_display_legal_pages_ legend,
div.hs_any_additional_notes_info_that_you_would_like_to_provide_ legend,
div.hs_would_you_like_to_display_the_onboarding_wizard_in_the_control_panel_ legend,
div.legend,
div.legend p,
div.hs-richtext div.legend p{
   font-size: 14px;
  line-height: 20px;
}

div.legend img {
   margin-top: 10px;
}


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

div#site-wrapper {
  position:  relative;
  overflow: hidden;
}

body {
  background: #fff;
  font-family:  "Proxima Nova", sans-serif;;
  font-size: 18px;
  line-height: 32px;
  color:#333;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

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

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

@keyframes fadein{0%{opacity:0}100%{opacity:1}}


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 32px;
  line-height: 50px;
}
h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
h3 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
}
h4 {
	font-size: 18px;
  line-height: 16px;
}
h5 {
  font-size: 16px;
  line-height: 18px;
}
h6 {
  font-size: 14px;
  line-height: 16px;
}

/* Anchor Links */
a {
  color: #0064b8;
  text-decoration: none;
  transition: color .1s linear;
}
a:hover, a:focus {
 	color: #369fe0;
}

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

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

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


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

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

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

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


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


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

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

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {
  position: relative;
  left: 0;
  transition: all 0.3s ease;
}

.mobile-open .header-container,
.mobile-open .body-container,
.mobile-open .footer-container {
    left: 280px;
}


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

.header-container-wrapper {}
.header-container {}
.logo-small{
  display:block;
}
.logo-full{
  display:none;
}
.logo a:hover svg {
  opacity:  0.7;
  transition: color .1s linear;
}
.logo {
  height: 34px;
  width: 128px;
  margin: 7px 15px 0 -4px;
}
.user-menu{
  display:block;
}
.search-login-wrapper{
	display:none;
}
.custom-header-wrapper .page-center{
	position:relative;
}
.custom-header-wrapper {
  padding: 15px 0px;
  top: 0;
  left: 0;
  background-color: #fff;
}
.custom-head-wrapp {
  min-height:  80px !important;
}
.custom-menu-primary {
  margin:  0 !important;
  width: auto !important;
}
.custom-header-wrapper .page-center > div > div > div {
  width: auto !important;
  margin: 0 !important;
}
.custom-header-wrapper .page-center > div > div > div:last-child {
  float:  right;
}

.user-menu {
  font-size: 18px;
  display: table;
  float: right;
  height: 100%;
  position: absolute;
  top: 9px;
  right: 0;
}
.cell-block {
  display: table-cell;
  vertical-align: middle;
}
.seach-wrapper {
  position: relative;
  right: 8px;
  top: 0;
  margin: 0 6px 0 16px;
  display: block;
  float: right;
  width: auto;
  vertical-align: middle;
  overflow: hidden;
  height: 32px;
  padding: 0;
}
.seach-wrapper form input.search-field {
  padding: 0 30px 0 0;
  width: 0;
  transition: width .2s ease-in-out,padding .2s ease-in-out,opacity .2s ease-in-out;
  box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid #ccc;
  color: #555;
  font-size: 14px;
  opacity: 0;
  height: 32px;
  margin: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset, 0 0 10px rgba(81,173,236,.1);
}
button.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  line-height: 34px;
  display: block;
  width: 35px;
  height: 32px;
  cursor: pointer;
  border: none;
  background: 0 0;
  outline: 0;
  padding: 0;
}
button.search-btn span {
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: font_icons;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color .1s linear;
  color: #999;
}
button.search-btn span:before {
  content: "\e001";
}

a.btn.btn-tiny.btn-orange.sign-up {
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 11px;
  background-color: #f39369;
  color: #fff;
  font-size: .75em;
  font-weight: 400;
  letter-spacing: .6px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border: .12em solid transparent;
  border-radius: 4px;
  display: inline-block;
  min-width: 5.5em;
  margin: 0;
  padding: .3em 1.4em;
  cursor: pointer;
  box-sizing: border-box;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  margin-right: 11px;
}
a.btn.btn-tiny {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: .75em;
  font-weight: 400;
  letter-spacing: .6px;
  color: #666;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border: .12em solid transparent;
  border-radius: 4px;
  background-color: #f1f1f1;
  display: inline-block;
  min-width: 5.5em;
  margin: 0;
  padding: .3em 1.4em;
  cursor: pointer;
  box-sizing: border-box;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}
.cell-block a {
  line-height: 16.2px;
}
.seach-wrapper.open-search {
  position: relative;
  right: 8px;
  top: 0;
  margin: 0 6px 0 16px;
}
.seach-wrapper.open-search form input.search-field {
  width: 230px;
  padding-left: 15px;
  transition: width .4s ease-in-out,padding .4s ease-in-out,opacity .4s ease-in-out;
  opacity: 1;
  background-color: #fff;
  font-family: Arial;
}
button.search-button:hover span,
button.search-btn:hover span{
  color: #333;
}

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

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

.bg-image-section {
  background-color: #ccc;
  background-size: cover;
  background-position: center top;
  position: relative;
  top:-1px;
}
.bg-image-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.2);
}
.banner-content{
	position:relative;
  z-index:5;
}
.banner-content h1 {
    max-width: 600px;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 8px;
}
.banner-content p {
    max-width: 500px;
    font-size: 16px;
    margin: 6px 0 32px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
}
p.button {
    text-align: left;
    max-width: 500px;
    font-size: 16px;
    margin: 6px 0 32px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
}
p.button a {
    font-size: 1.5em;
    line-height: 28.8px;
    padding-top: .38em;
    padding-bottom: .38em;
    background-color: #009bf1;
    color: #fff;
    letter-spacing: .6px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border: .12em solid transparent;
    border-radius: 4px;
    display: inline-block;
    min-width: 5.5em;
  	font-weight:300;
    margin: 0;
    padding: .3em 1.4em;
    cursor: pointer;
    box-sizing: border-box;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}
.body-container .bg-image-section .page-center {
  padding: 110px 65px 60px !important;
  max-width:  1080px !important;
}

.body-container .page-center {
  padding: 56px 30px 1px;
  max-width: 1010px !important;
}
a.btn.btn-orange.sign-up:hover {
  background-color: #dd774a;
  color: #fff;
}
a.btn:hover{
  background-color: #e3e3e3;
  color: #666;
}
p.button a:hover {
  background-color: #0086cc;
  color: #fff;
}

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


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

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

.custom-footer-bottom-sec {
  padding: 40px 0;
  background-color: #32383c;
  text-align: center;
}
.copy-right a.cart {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 5px;
  -webkit-transform: translateZ(0);
  transition: opacity .1s linear;
  margin: 0 12px 0 20%;
}
.copy-right a.cart:hover {
  opacity: .7;
}
.copy-right span.copy {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 16px;
}
.custom-google-play-appstore p {
  margin:  0;
}
.custom-google-play-appstore p img {
  max-width: 96.6px;
  width: 100%;
}
.custom-google-play-appstore p a:first-child {
  margin-right: 3%;
}
.countries > div {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}
.flags.list > div {
  padding: 15px 0;
}
.flags.list > div > div {
  width: 18.75%;
  padding: 20px 15px 20px 5%;
  display: inline-block;
  vertical-align: middle;
}
.flags.list > div > div a {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-left: -3px;
}
.flags.list > div > div a:hover {
  color: #369fe0;
}
.flags.list > div > div a .title {
  margin-left: 28px;
  display: inline-block;
  vertical-align: middle;
}
.flags.list > div > div a span.flag{
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: transparent url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/flags.2.png) left top no-repeat;
  background-size: auto 100%;
  border-radius: 50%;
  margin-right: -15px;
}
.countries.opend > div:before {
  visibility: visible;
}
.flags.list > div > div a span.flag.argentina {
  background-position: -286px 0;
}
.flags.list > div > div a span.flag.hungary {
  background-position: -66px 0;
}
.flags.list > div > div a  span.flag.malaysia {
  background-position: -594px 0;
}
.flags.list > div > div a  span.flag.poland {
  background-position: -616px 0;
}
.flags.list > div > div a  span.flag.turkey {
  background-position: -418px 0;
}
.flags.list > div > div a  span.flag.brazil {
  background-position: -88px 0;
}
.flags.list > div > div a  span.flag.india {
  background-position: -726px 0;
}
.flags.list > div > div a  span.flag.mexico {
  background-position: -352px 0;
}
.flags.list > div > div a span.flag.portugal {
  background-position: -176px 0;
}
.flags.list > div > div a  span.flag.ukraine {
  background-position: -550px 0;
}
.flags.list > div > div a  span.flag.china {
  background-position: -682px 0;
}
.flags.list > div > div a  span.flag.indonesia {
  background-position: -484px 0;
}
.flags.list > div > div a  span.flag.netherlands {
  background-position: -132px 0;
}
.flags.list > div > div a  span.flag.romania {
  background-position: -198px 0;
}
.flags.list > div > div a  span.flag.usa {
  background-position: -242px 0;
}
.flags.list > div > div a  span.flag.colombia {
  background-position: -462px 0;
}
.flags.list > div > div a  span.flag.israel {
  background-position: -704px 0;
}
.flags.list > div > div a  span.flag.norway {
  background-position: -154px 0;
}
.flags.list > div > div a  span.flag.russia {
  background-position: -220px 0;
}
.flags.list > div > div a  span.flag.venezuela {
  background-position: -440px 0;
}
.flags.list > div > div a  span.flag.czech-republic {
  background-position: -330px 0;
}
.flags.list > div > div a  span.flag.italy {
  background-position: -110px 0;
}
.flags.list > div > div a  span.flag.spain {
  background-position: -264px 0;
}
.flags.list > div > div a  span.flag.vietnam {
  background-position: -528px 0;
}
.flags.list > div > div a  span.flag.egypt {
  background-position: -748px 0;
}
.flags.list > div > div a  span.flag.japan {
  background-position: -638px 0;
}
.flags.list > div > div a  span.flag.peru {
  background-position: -374px 0;
}
.flags.list > div > div a  span.flag.taiwan {
  background-position: -396px 0;
}
.flags.list > div > div a  span.flag.bulgaria {
  background-position: -770px 0;
}
.flags.list > div > div a  span.flag.france {
  background-position: -44px 0;
}
.flags.list > div > div a  span.flag.korea {
  background-position: -308px 0;
}
.flags.list > div > div a  span.flag.philippines {
  background-position: -572px 0;
}
.flags.list > div > div a  span.flag.thailand {
  background-position: -506px 0;
}
.flags.list > div > div a  span.flag.germany {
  background-position: -22px 0;
}
.flags.list > div > div a  span.flag.pakistan {
  background-position: -660px 0;
}
.countries {
  background-color: #f1f1f1;
}

.custom-footer-top-links .hs-menu-wrapper > ul > li {
  position:  static !important;
}
.custom-footer-top-links .hs-menu-wrapper > ul > li > ul {
  visibility:  visible !important;
  opacity:  1 !important;
  position:  static !important;
  padding: 0 0 0 20%;
}
.custom-footer-top-links .hs-menu-wrapper > ul > li > a,
.social-icon p{
  font-size: 19px;
  margin: 10px 0 20px 0;
  padding-left: 20%;
  pointer-events:  none;
  color: #fff;
}
.custom-footer-top-sec {
  background-color: #7fcdd0;
}
.custom-footer-top-links .hs-menu-wrapper > ul > li > ul > li,
.social-icon ul li{
  margin: 8px 0 10px;
  line-height: 22px;
}
.custom-footer-top-links .hs-menu-wrapper > ul > li > ul > li > a{
  color: #074f51;
  font-size: 14px;
  line-height: 22px;
  -webkit-transform: translateZ(0);
  transition: color .1s linear,background-color .1s linear;
}
.custom-footer-top-links .hs-menu-wrapper > ul > li > ul > li > a:hover{
	color:#fff;
}
.social-icon ul{
  padding: 0 0 0 20%;
  margin:0;
  list-style:none;
}
.social-icon ul li a{
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  color: #074f51;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
}
.social-icon ul li a:hover{
	color:#fff;
}
.social-icon ul li a.icon-blog {
    background-image: url(//don16obqbay2c.cloudfront.net/wp-content/themes/common/svg/icon-blog.svg);
}
.social-icon ul li a.icon-facebook {
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-facebook.svg);
  background-position: 4px center;
  background-size: 8px 16px;
}
.social-icon ul li a.icon-twitter {
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-twitter.svg);
}
.social-icon ul li a.icon-instagram {
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-instagram.svg);
}
.social-icon ul li a.icon-youtube {
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-youtube.svg);
  background-size: 17px 12px;
}
.social-icon ul li a.icon-google {
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-google.svg);
  background-size: 22px 14px;
}
.custom-footer-top-sec .page-center {
  padding: 40px 0 40px;
  max-width: 1180px !important;
}
.custom-footer-top-sec .page-center .widget-span {
  width: 20% !important;
  margin:  0 !important;
}
.flags.marker {
  visibility: visible;
  z-index: 0;
  left: 84%;
  top: -76px;
  position: absolute;
}
.flags.marker a {
  font-size: 14px;
  line-height: 18px;
  margin-left: -3px;
  cursor:pointer;
}
.flags.marker a span.title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-left: 28px;
  display: inline-block;
  vertical-align: middle;
}
.flags.marker a span.flag.global {
  background: transparent url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-global.svg) left center no-repeat;
  width: 25px;
  height: 25px;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: -15px;
}
.countries > div:before {
  display: block;
  visibility: visible;
  z-index: -1;
  content: "";
  width: 0;
  height: 0;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #f1f1f1 transparent;
  border-style: solid;
  position: absolute;
  top: -14px;
  margin-left: -2px;
  transition: visibility 0s linear .4s,z-index 0s linear .4s;
  left: 84%;
  z-index: 0;
}
.flags.list {
  display: none;
}
.countries > div:before {
  visibility:  hidden;
}
.footer-mobile {
  display: none;
}
.custom-footer-top-links.help .hs-menu-wrapper > ul > li > ul > li:last-child > a {
  padding-left: 30px;
}
.custom-footer-top-links.help .hs-menu-wrapper > ul > li > ul > li:last-child {
  margin-left: -30px;
}
.custom-footer-top-links.help .hs-menu-wrapper > ul > li > ul > li:last-child > a {
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-contact.svg);
  background-size: 17px 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
ul.footer-share {
  margin:  0;
  padding:  0;
  list-style:  none;
  width: 400px;
  overflow:  hidden;
  float: right;
  padding: 7px 3% 0 0;
}
ul.footer-share li {
  float: left;
  margin: 0;
  text-align: left;
  line-height: 20px;
}
ul.footer-share li:first-child {
  margin-right: 35px;
}
ul.footer-share li:last-child {
  margin-left: 30px;
}


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

@media screen and (min-width:860px) {
/* =============== Custom Menu Primary =============== */

  .custom-mobile-header{
  	display:none !important;
  }
  
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
	display:block;
  padding-left: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  padding: 16px 15px;
  position: relative;
  color: #444;
  display: inline-block !important;
  text-decoration: none;
  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  padding-right: 29px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a{
  background-color: #f1f1f1;
  position: relative;
  z-index: 11;
  color: #108fcd;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  position: absolute;
  font-family: font_icons;
  color: #ccc;
  -webkit-transform: translateZ(0);
  transition: color .1s linear;
  content: "\e007";
  font-size: 5px;
  right: 14px;
  top: 16px;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after{
  	color: #108fcd;
  }
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #108fcd;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  padding: 6px 0;
  min-width: 160px;
  min-height: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  font-size: 14px;
  padding: 9px 15px 7px;
  transition: none;
  line-height: 22px;
  text-decoration: none;
  color: #444;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover a{
  color: #fff;
  background-color: #82cdcf;
}

/* 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 */
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  .header-show .custom-header-wrapper {
    padding: 0;
    position:fixed;
    top:0;
    left:0;
    width:100% !important;
    z-index:100;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
  }
  .header-show .logo {
    margin-top: 14px;
    height: 21px;
    width: 80px;
    margin-left: -12px;
  }
}



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

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

@media (max-width: 859px){

  /* 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: table !important;
    float: left;
    cursor: pointer;
    height: 100%;
    margin-left: 15px;
    padding-top: 10px;
  }
  .mobile-trigger .cell-block {
      display: table-cell;
      vertical-align: middle;
  }
  .mobile-trigger .cell-block span.icon-menu.show-menu {
      display: inline-block;
      text-transform: none;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      font-family: font_icons;
      line-height: 1;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: color .1s linear;
      color: #999;
  }
  .mobile-trigger .cell-block span.icon-menu.show-menu:before {
      content: "\e00c";
  }
  
  
  /* ===== Mobile Child Toggle Buttons ===== */

 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    padding-top: 0; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    width: 100%;
    padding: 0 0 0 50px;
    margin: 20px 0 17px !important;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 18px;
    line-height: 22px;
    position: relative;
    color: #444;
    padding: 10px 15px 9px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    width:auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 29px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: absolute;
    content: "\e005";
    font-size: 14px;
    top: 10px;
    right: 0;
    font-family: font_icons;
    color: #ccc;
    -webkit-transform: translateZ(0);
    transition: color .1s linear;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover:after,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back a:hover:before{
    color: #108fcd;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back a:hover{
  	color: #108fcd;
  }
  
  .custom-menu-primary .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0 0 0 50px;
    top: 105px;
    box-shadow: none;
    background: #fff;
    transition: all 0.5s linear !important;
    display: block !important;
    width: 100%;
    height: auto;
  }
  .custom-menu-primary .hs-menu-wrapper  ul  li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
  }
  .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:0px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: static; 
  } 
  .mobile-open .mobile-trigger .cell-block span.icon-menu.show-menu:before {
    display: none;
  }
  .mobile-open .mobile-trigger .cell-block span.icon-close.hide-menu:before {
      content: "\e00b";
      text-transform: none;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      font-family: font_icons;
      line-height: 1;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: color .1s linear;
      color: #fff;
      position: relative;
  }
  


  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #108fcd;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back a {
    text-transform: uppercase;
    color: #999;
    position: relative;
    font-size: 18px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back a:before {
    position: absolute;
    content: "\e006";
    font-size: 14px;
    font-family: font_icons;
    top: 10px;
    left: -13px;
    color: #ccc;
}
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-transform: inherit;
  }

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

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


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


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

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

.custom-subscribe-form span.hs-form-required {
  display:  none;
}
.custom-subscribe-form .hs-input {
  background-color: #fff;
  background: #fff;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.75em;
  margin: 0;
  outline: 0;
  padding: 4px 36px 4px 11px;
  vertical-align: middle;
  width: 100%;
}
.custom-subscribe-form input.hs-button.primary.large {
  width: 24px;
  padding: 0 0 0 4px;
  min-width: 28px;
  height: 28px;
  position: absolute;
  right: 2px;
  top: 3px;
  font-size: 0;
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/arow%20icon.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  background-color:#f39369;
  transition: all 0.3s ease;
}
.custom-subscribe-form input.hs-button.primary.large:hover{
	background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/image%20hover.png);
  background-color: #dd774a;
  background-position: 10px 4px;
}
.blog .search-block.side-search {
  display: none;
}
.mobile-search {
  display: none;
}
.custom-subscribe-form form {
  position:  relative;
}
.groups {
  padding: 6px 0 20% 0;
}
.groups>div {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.363636em;
  margin-bottom: 10px;
}
.groups a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: 35px auto;
  display: inline-block;
  margin: 5px 8px 0 0;
  background-repeat: no-repeat;
  background-position: center;
}
.groups a:last-child{
	margin-right:0;
}
.groups a:hover{
  opacity: .8;
}
.groups a.icon-fb {
  background-color: #547bbc;
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-fb.svg);
}
.groups a.icon-tw {
  background-color: #78cbef;
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-tw.svg);
}
.groups a.icon-yt {
  background-color: #e9644a;
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-yt.svg);
}
.groups a.icon-gp {
  background-color: #dc4b3c;
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-gp.svg);
}
.groups a.icon-in {
  background-color: #1384c7;
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-in.svg);
}
.pop-post-title a:hover {
  color: #369fe0;
}
.blog .custom-header-wrapper.upper {
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}


/* Blog Post */
.hs-blog-post {}
.section-post-header .hs-featured-image {
  float:  none;
  margin:  0;
  max-width: 100%;
  width: 100%;
}

.blog.hs-blog-post .content-wrapper {
  max-width: 1140px !important;
}
.author-content-wrapper {
  max-width: 720px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.author-content-wrapper span {
  display: block;
  color: #555;
  font-size: 16px;
  line-height: 32px;
  font-family: "Meta Serif", serif;
  padding: 8px 0 8px 120px;
}
#hubspot-author_data {
  background: #eee;
  border-radius: 0 0 5px 5px;
  display: block;
  position: relative;
}
.hs-author-avatar {
  border-radius: 100%;
  border: 3px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  width: 90px;
  height: 90px;
  top: -28px;
}
.post-middle-contnet,
.section.post-footer{
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 24px;
  font-size: 21px;
  line-height: 33px;
  font-family: "Meta Serif", serif;
}
.custom-related-post-wrapper{
  max-width: 720px !important;
  float:none !important;
  margin:0 auto !important;
  padding-top: 24px;
  font-size: 21px;
  line-height: 33px;
  font-family: "Meta Serif", serif;
}
.post-middle-contnet h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 12px;
  font-weight: 700;
  text-align: left;
  font-family: "Open Sans",sans-serif;
}
.post-byline {
  font-family: 'Open Sans',sans-serif;
  margin: 24px 0 14px;
  position: relative;
}
span.share-block {
  color: #0064b8;
  display: inline-block;
  height: 32px;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
  transition: margin-right .3s ease-out;
}
span.share-block__icon {
  width: 16px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  cursor: pointer;
}
span.share-block__text {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  position: relative;
  vertical-align: top;
  top: 0;
  cursor: pointer;
  transition: opacity .3s,top .3s ease-out;
}
span.share-block__btns a {
  display: inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/fb_dark.svg) no-repeat 0 0 transparent;
  background-size: 32px;
}
span.share-block__btns a.sbtn--li {
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/in_dark.svg);
}
span.share-block__btns a.sbtn--tw {
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/tw_dark.svg);
}
span.share-block__btns a.sbtn--send2friend {
  background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/mailing_dark.svg);
  margin: 0;
}
a.subscribe-block {
  display: inline-block;
  height: 32px;
  vertical-align: top;
  color: #979797;
}
span.subscribe-block__icon {
  width: 16px;
  height: 32px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
}
span.subscribe-block__text {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #0064b8;
  vertical-align: top;
}
span.share-block__btns {
  position: absolute;
  white-space: nowrap;
  top: 32px;
  left: 28px;
  opacity: 0;
  margin-right: 0;
  overflow: hidden;
  transition: opacity .3s,top .3s ease-out;
  z-index: -1;
}
span.share-block__icon svg {
  fill: #0064b8;
}
span.subscribe-block__icon svg {
  fill: #0064b8;
}
.post-byline.share-open span.share-block span.share-block__btns {
  position: relative;
  top: 0;
  left: 0;
  max-width: 300px;
  opacity: 1;
  z-index: 1;
}
.blog-post-search {
  margin-top: 0;
  padding-top: 32px;
  max-width: 370px;
  text-align: left;
  width: 100%;
  margin:  0 auto;
  margin-bottom: 32px;
}
.blog-post-search form.hs-form {
  position:  relative;
  overflow:  hidden;
}
.blog-post-search form.hs-form .hs-input {
  border: 1px solid #9b9b9b;
  border-radius: 20px 0 0 20px;
  border-right-width: 0;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  height: 40px;
  font-style: normal;
  background-color: #fff;
}
.blog-post-search form.hs-form  a.hs-button.primary {
  background: 0 0;
  border: 1px solid #9b9b9b;
  border-left-width: 0;
  border-radius: 0 20px 20px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 40px;
  margin: 0!important;
  text-indent: 0;
  width: 40px;
  position:  absolute;
  right: 0;
  top: 0;
}
.blog-post-search form.hs-form .input {
  box-sizing: border-box;
  float: left;
  margin-right: -40px;
  padding-right: 39px;
  width: 100%;
}
.blog-post-search form.hs-form a.hs-button.primary:before {
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: font_icons;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color .1s linear;
  content: "\e001";
  color: #9b9b9b;
  font-size:  21px;
  margin-top: 2px;
  margin-left: -12px;
}
.blog-post-search form.hs-form a.hs-button.primary:hover:before {
  color: #777;
}
.blog-post-search form.hs-form label {
  display: none;
}
.custom-selling-website {
  background-color: #f0f0f0;
  padding-bottom: 25px;
}
.csutom-sign-up-btn h2 {
  max-width: 900px;
  margin: 0 auto;
  font-size: 48px;
  padding: 60px 0 18px;
  line-height: 1.333em;
  color: #333;
  font-weight: 400;
  text-align:  center;
}
.csutom-sign-up-btn p {
  margin: 0;
  display:  inline-block;
}
.csutom-sign-up-btn p a {
  min-width: 300px;
  margin-top: 20px;
  padding-top: .38em;
  padding-bottom: .38em;
  margin-bottom: 50px;
  background-color: #f39369;
  color: #fff;
  letter-spacing: .6px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  display:  inline-block;
  padding: 12px 1.4em;
  font-size:  24px;
  line-height: 28px;
  border-radius: 4px;
  font-weight:  300;
}
.csutom-sign-up-btn {
  text-align:  center;
}
.csutom-sign-up-btn p a:hover {
  background-color: #dd774a;
  color: #fff;
}
.custom-stay-update-form-wrapper {
  padding: 1px 35px 25px;
  background: #f3f3f3;
  border-radius: 3px;
  margin-left: -5% !important;
  margin-right: -5% !important;
  color: #333;
}
.custom-post-form-title {
  text-align:  center;
}
.custom-post-form-title h4 {
  font-size: 21px;
  line-height: 32px;
  margin-top: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  margin: 1.1em 0 .7em;
  font-family: "Open Sans",sans-serif;
}
.custom-post-form-title p {
  font: 300 16px/25px 'Open Sans',sans-serif;
  margin: 0 0 32px 0;
}
.custom-post-stay-update-form .hs_cos_wrapper_type_form {
  margin:  0;
  max-width: 100%;
}
.custom-post-stay-update-form span.hs-form-required {
  display:  none;
}
.custom-post-stay-update-form  .hs-input {
  background: #fff;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  color: #999;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  margin: 0 2% 15px 0;
  padding: 4px 11px;
  border-radius: 2px;
  vertical-align: middle;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear,box-shadow .1s linear;
  box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.1);
  height: 40px;
}
.custom-post-stay-update-form input.hs-button.primary.large {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: .42em 1.4em;
  border-radius: 3px;
  margin-bottom: 15px;
  vertical-align: middle;
  background-color: #f39369;
  color: #fff;
  font-family:  "Open Sans",sans-serif;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}
.custom-post-stay-update-form form > div {
  display:  inline-block;
  vertical-align:  top;
  margin-right: 2%;
}
.custom-post-stay-update-form .hs-input::-webkit-input-placeholder {
  text-align: left;
  font-style: italic;
  color: #999;
}
.custom-post-stay-update-form .hs-input::-moz-placeholder {
  text-align: left;
  font-style: italic;
  color: #999;
}
.custom-post-stay-update-form form {
  position:  relative;
  text-align:center;
}

.custom-post-stay-update-form .hs-form-field> label {
  display:  none;
}
.custom-post-stay-update-form input.hs-button.primary.large:hover {
  background-color: #dd774a;
  color: #fff;
}
.custom-post-stay-update-form form .hs_submit.hs-submit {
  margin:  0;
}
.custom-post-stay-update-form form .hs-form-field {
  width: 51%;
}
.hs_submit {
  margin-top: 15px;
}
/* Blog Listing */
.hs-blog-listing {}
.pop-post-item .blog-list-popular-post-image .popular-image {
  height: 135px;
  background-size: cover;
  background-position: center;
}
.pop-post-item {
  margin: 0 0 32px;
}
.pop-post-title {
  margin-top: 16px;
}
.pop-post-title a {
  color: #4a4a4a;
  transition-property: none;
}
h4.pop-post-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
  margin: 1.1em 0 .7em;
}
.content.blog-header {
  margin-top: 35px;
  text-align: left;
  position: relative;
}
.blog-header-inner h1 {
  font: 600 22px/40px "Open Sans",sans-serif;
  margin: 15px 0 0;
}
.blog-header-inner p {
  text-align: left;
  max-width: 800px;
  font: 400 16px/22px "Open Sans",sans-serif;
  margin: 3px 0 0;
  color: #333;
}
.resources-menu {
  font: 400 18px/30px 'Open Sans',sans-serif;
  margin: 14px 0 0;
  text-align: left;
}
.resources-menu span:first-child {
  padding-left: 0;
}
.resources-menu span, .resources-menu a {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-search {
    width: 300px;
    right: 0;
    top: 40px;
    text-align: right;
    left: auto;
    position: absolute;
    margin: 16px 0 0 -150px;
    max-width: 370px;
    height: 40px;
}
.blog-search .input .hs-input {
    border: 1px solid #9b9b9b;
    border-radius: 20px 0 0 20px;
    border-right-width: 0;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    height: 40px;
    font-style: normal;
    background-color: #fff;
}
.blog-search .input .hs-input::-webkit-input-placeholder {
  color: #9b9b9b;
  font-style: italic;
}
.blog-search .input .hs-input::-moz-placeholder {
  color: #9b9b9b;
  font-style: italic;
}

.blog-post-search form.hs-form .hs-input::-webkit-input-placeholder {
  color: #9b9b9b;
  font-style: italic;
}
.blog-post-search form.hs-form .hs-input::-moz-placeholder {
  color: #9b9b9b;
  font-style: italic;
}

.blog-search .input {
    box-sizing: border-box;
    float: left;
    margin-right: -40px;
    padding-right: 39px;
    width: 100%;
}
.blog-search .input a.hs-button.primary {
    display: inline-block;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-family: font_icons;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color .1s linear;
    background: 0 0;
    border: 1px solid #9b9b9b;
    border-left-width: 0;
    border-radius: 0 20px 20px 0;
    box-sizing: border-box;
    cursor: pointer;
    height: 40px;
    margin: 0!important;
    text-indent: 0;
    width: 40px;
    position:  absolute;
    top: 0;
    right: 0px;
    z-index: 100;
    font-size: 20px;
}
.blog-search form.hs-form {
    position:  relative;
}
.blog-search form.hs-form label {
    display:  none;
}
.blog-search .input a.hs-button.primary:before {
    content: "\e001";
    color: #9b9b9b;
    margin-top: 2px;
    display: block;
    margin-left: -11px;
}
.blog-search .input a.hs-button.primary:hover:before{
	color:#777;
}
.blog-header-inner {
  padding-right: 340px;
}
.rel-post-wrapper {
  margin: 32px 0;
}
.rel-post-wrapper h4.related-title {
  font-size: 21px;
  line-height: 32px;
  margin-top: 18px;
}
.rel-post-item {
  width: 30%;
  float: left;
  padding: 0 2%;
  margin: 0 0 32px;
}
.rel-post-item:first-child {
  padding-left: 0;
}
.related-image {
  height: 135px;
  background-size: cover;
  background-position: center;
}
.related-title {
  margin-top: 16px;
}
.related-title a {
  color: #4a4a4a;
  transition-property: none;
  font-size:  16px;
  line-height:  normal;
}
.related-title a:hover{
	color: #369fe0;
}
.about-author-sec {
  padding-left: 163px;
  position: relative;
  width: 100%;
  margin: 17px 0 10px 0;
}
.author-name {
  font: 300 18px/32px "Meta Serif",serif;
  text-align: left;
}
.author-avatar-image {
  position: absolute;
  left: 0;
  top: 5px;
  width: 128px;
  height: 128px;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.author-data {
  font: 300 18px/32px "Meta Serif",serif;
  text-align: left;
  padding: 0;
  margin: 8px 0 34px;
}
.about-author-outer-wrapper .post-byline {
  margin-top: 0;
}
.custom-stay-update {
  padding: 72px 20px;
  font-family: "Open Sans",sans-serif;
  line-height: 35px;
  background-color: #f3f3f3;
}
.content-center {
  max-width: 700px !important;
  margin: 0 auto !important;
  float:  none !important;
}
.custom-blog-form-title h4 {
  font-size: 28px;
  color: #5c5c5c;
  margin: 0;
  font-weight: 700;
  line-height: 1.333em;
}
.custom-blog-form-title p {
  color: #4a4a4a;
  line-height: 35px;
  font-size:  16px;
  margin: 0;
}
.custom-stay-update-form .hs_cos_wrapper_type_form {
  max-width:  100%;
  margin: 30px auto 0;
  max-width: 595px;
}
.custom-stay-update-form span.hs-form-required {
  display: none;
}
.custom-stay-update-form form {
  position:  relative;
}
.custom-stay-update-form .hs-input {
  font-size: 16px;
  line-height: 1.75em;
  display: inline-block;
  border-radius: 4px 0 0 4px;
  height: 45px;
  margin: 0;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  color: #333;
  font: 300 14px/19px "Open Sans",sans-serif;
  padding: 4px 11px;
  transition: color .1s linear 0s,background-color .1s linear 0s,border-color .1s linear 0s,box-shadow .1s linear 0s;
  vertical-align: middle;
  width: 64%;
}
.custom-stay-update-form .hs-input:focus{
	border-color:transparent;
}
.custom-stay-update-form input.hs-button.primary.large {
  border-radius: 0 4px 4px 0;
  line-height: 32px;
  min-width: 210px;
  font: 600 16px/20px 'Open Sans',sans-serif;
  padding: 12px 1.4em;
  border-style: none;
  border-left: 0;
  letter-spacing: .6px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  width:  auto;
  background-color: #f39369;
  color: #fff;
  position:  absolute;
  right: 6px;
  top: 0;
}
.custom-blog-form-title {
  text-align: center;
}
.custom-stay-update-form input.hs-button.primary.large:hover {
  background-color: #dd774a;
  color: #fff;
}
.social-buttons.floating-social-buttons {
  position: fixed;
  font-family: 'Open Sans',sans-serif;
  margin: 24px 0 14px;
  top: 40px;
  display:none;
  left: 50%;
  margin-left: -580px;
}
.social-buttons.floating-social-buttons.show-social{
  display: block;
  animation: fadein .4s ease-in;
}
.social-buttons.floating-social-buttons a {
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  padding-left: 40px;
  position: relative;
  vertical-align: middle;
  margin-bottom: 20px;
  display: block;
  background: 0 0;
}
.social-buttons.floating-social-buttons a:before {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 30px;
  height: 36px;
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: 2;
}
.social-buttons.floating-social-buttons a.sbtn--fb:before {
  background: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/fb_lite.svg) no-repeat center center transparent;
}
.social-buttons.floating-social-buttons .sbtn--li:before {
  background: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/in_lite.svg) no-repeat center center transparent;
}
.social-buttons.floating-social-buttons a.sbtn--tw:before {
  background: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/tw_lite.svg) no-repeat center center transparent;
}
.social-buttons.floating-social-buttons a.sbtn--subscribe:before {
  background: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/mailing_lite.svg) no-repeat center center transparent;
}





/* Blog Columns Wrapper */
.blog .content-wrapper {
  max-width: 1270px !important;
  padding: 0;
}


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

.blog .blog-content {}
.blog .seach-wrapper {
  display: none;
}
/* 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 {
  font-size: 28px;
  line-height: 40px;
  margin: 20px 0 0;
  font-weight: 600;
}
.post-header h2 a {
  color: #4a4a4a;
}

/* 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%;
}
.post-header h2 a:hover {
  color:  #369fe0;
}
/* Use this to set up different styling for your blog posts */

.blog-listing-wrapper .post-listing .post-item:first-child{
  width: 100%;
  margin-top: 28px;
}
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item{
  width: 49%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  transition: background-color .3s linear,opacity .3s linear;
  padding-bottom: 40px;
  padding-left: 20px;
}
.blog-listing-wrapper .post-listing .post-item:first-child {
  padding-bottom: 40px;
  padding-left: 0;
}
.blog-listing-wrapper .post-listing .post-item:nth-of-type(2n) {
  padding-right: 20px;
  padding-left: 0;
}
.blog-listing-wrapper .post-listing .post-item:first-child .hs-featured-image-wrapper .hs-featured-image-link:hover .post-image {
  transform: scale3d(1,1,1);
}

.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper a .post-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color:#0064b8;
  min-height: 200px;
  transform: scale3d(1,1,1);
  transition: transform .25s ease;
  will-change: transform;
}

.blog-listing-wrapper .post-listing .post-item:first-child .hs-featured-image-wrapper a .post-image{
	min-height:372px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color:#0064b8;
  background-position: center;
}


.blog-listing-wrapper .post-listing .post-item .post-header h2 {
  margin: 20px 0 0;
  color: #4a4a4a;
  font-size: 22px;
  line-height: 28px;
}

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
	position:relative;
  overflow:hidden;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper .hs-featured-image-link:hover .post-image {
  transform: scale3d(1.05,1.05,1);
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {
  font: 300 13px/22px 'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #4a4a4a;
  margin-top: 8px;
  margin-bottom: 8px;
}
#hubspot-topic_data a.topic-link {
  color: #4a4a4a;
  font: 400 16px/22px 'Open Sans',sans-serif;
  margin-right: 16px;
}
#hubspot-topic_data a.topic-link:hover{
  color: #369fe0;
  text-decoration: underline;
}

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

/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

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

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
   border: none;
}

.comment-date {
  display: block !important;
  text-align: left !impor	tant;
}
.section.post-footer input.hs-button.primary {
   margin: 20px 0!important;
}
.custom-stay-update-form form ul {
  margin:  0;
  padding:  0;
  list-style: none;
}


/* Pagination */
.blog-pagination {
	text-align:center;
  padding-left: 25%;
}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}
.blog-listing-wrapper .post-listing {
  padding-bottom:  40px;
}
.blog-pagination > div {
  display:  inline-block;
}
.blog-pagination a {
  padding: 0 15px;
  font: 300 18px/24px 'Open Sans',sans-serif;
  color: #000;
}
.blog-pagination a.active {
  font-weight: 600;
}

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

.custom-categories ul {
  margin:  0;
  padding:  0;
  list-style:  none;
}
.custom-categories ul li {
  margin: 18px 0;
}
.custom-categories ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #4a4a4a;
  font-weight: 600;
}
.custom-categories ul li a:hover {
  color: #369fe0;
}
.custom-categories ul li a span {
  display: none;
}
.custom-form-title h4 {
  font-size: 22px;
  color: #4a4a4a;
  line-height: 32px;
  margin: 0;
  font-weight: 600;
}
.custom-form-title p {
  font-size: 16px;
  margin: 24px 0 0;
  line-height: 24px;
  display: inline-block;
}
.custom-subscribe-form {
  padding-top: 21px;
}
.custom-subscribe-form {
  padding-top: 21px;
}
.custom-subscribe-form .hs-input:focus {
  border:  none;
}
.custom-subscribe-form ul.hs-error-msgs.inputs-list {
  margin-top: 20px;
}
.custom-sub-form-wrapper {
  padding: 32px;
  background: #f3f3f3;
  border-radius: 3px;
  margin-bottom: 63px;
  text-align:  center;
  margin-top: 30px;
}
.propose-post {
  margin: 40px 0;
}
.propose-post  a.btn-mkauthor {
  font-weight: 300;
  padding: 10px 0;
  font-size: 1.3em;
  width: 100%;
  background-color: #f39369;
  color: #fff;
  letter-spacing: .6px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border: .12em solid transparent;
  border-radius: 4px;
  display: inline-block;
  min-width: 5.5em;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}
.propose-post a.btn-mkauthor:hover {
  background-color: #dd774a;
  color: #fff;
}

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


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


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

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

/* Descriptions */
div.hs-richtext p,
.hs-field-desc {
    font-size: 16px;
  line-height: 32px;
  color:#333;
    padding: 0;
  margin: 0;
}

form .hs-field-desc {
   margin: 0 0 10px;
}
/* Labels and Legends */
label {}
.body-container label {
  display:block;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 600;
  color: #333;
  margin: 1.1em 0 .7em;
}
.body-container form label,
  .body-container form label span,
  .body-container form h5
  {
    font-size: 18px;
    line-height: 32px;
    font-weight:  bold;
    margin-bottom: 0;
  }
.body-container form label span.hs-form-required {
   font-size: 18px;
   color: #8393FB;
  padding-left: 5px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  font-size: 14px;
  line-height: 18px;
  padding: 14px 8px;
  border-radius: 3px;
  border: solid 1px #d8dbde;
  width: 100%;
  display: block;
  outline:none;
  margin: 0 0 15px;
}
input[type="file"] {
  border: 0 none;
  margin-bottom: 0;
  font-size: 16px;
}
.hs-input:hover{
	background-color: #fff;
}
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_email_simple_subscription,
.widget-type-google_search{
  display: block;
  width: 100%;   
  max-width: 500px;
  margin-bottom: 30px;
}
.hs_cos_wrapper_type_form {
  display: block;
  width: 100%;   
  margin-bottom: 30px;
}

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

/* 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  {
  display: inline-block;
  margin-right: 10px;
}
form.hs-form .hs-form-field ul.inputs-list li label {
   margin: 0;
}
form.hs-form .hs-form-field ul.inputs-list li span {
    font-size: 16px;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

.body-container .hs_logo_for_store_sign_in_page label,
.body-container .hs_upload_store_favicon label {
    display: none;
}
.body-container .hs_company_logo_for_store_control_panel input,
.body-container .hs_logo_for_store_sign_in_page input,
.body-container .hs_upload_store_favicon input {
 	 padding-left: 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{
	color:#f00;
}
.body-container form .hs-error-msgs label {
    font-size: 12px;
  margin: 0;
}

.form-title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 0;
  color: #4a4a4a;
}

.body-container form ul{
	padding:0;
  margin:0;
  list-style:none;
}

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  width: auto;
  line-height: 30px;
  margin-bottom: 0;
  font-size: 18px;
  padding: 6px 20px;
  background-color: #009bf1;
  color: #fff;
  letter-spacing: .6px;
  vertical-align: middle;
  text-align: center;
  border: .12em solid transparent;
  border-radius: 4px;
  outline:none;
  font-weight: 300;
  font-family: "Open Sans",sans-serif;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}

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

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


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

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


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

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


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

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


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

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


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


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

.custom-lp.header-show .logo {
  margin-bottom: 15px;
}
.custom-mobile-header.lp .logo.big-logo {
  margin: 15px 0;
  height: 34px;
  width: 128px;
}
.custom-mobile-header.lp .page-center {
  padding: 0 32px;
}
.header-hide .custom-mobile-header.lp > .row-fluid-wrapper:first-child {
  top: -64px;
}
.custom-mobile-header.lp .logo.big-logo svg.logo-full {
  display: none;
}
.custom-mobile-header.lp .logo.big-logo  svg.logo-small {display:  block;}


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

@media (min-width: 1900px) {
	.custom-header-wrapper.upper .page-center {
    max-width:  100% !important;
    position:relative;
  }
  .custom-header-wrapper.upper .page-center .widget-span {
    width: 100% !important;
    margin:  0 !important;
  }
  .custom-header-wrapper.upper {
    left: 0;
    padding: 40px 0 0 0;
    overflow: hidden;
    width: 300px !important;
    position: fixed;
    height: 100%;
    top: 0;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 2px 0 2px rgba(0,0,0,.1);
    overflow-y: auto !important;
  }
  .body-container, .footer-container {margin-left: 300px;width:  auto !important;}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a {
      background-color:  transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover a{
  	background-color:transparent;
  }
  .logo.big-logo {
    width: 170px;
    height: auto;
    margin: 0 auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back{
  	display:block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position:  static !important;
    visibility: visible !important;
    opacity:1 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    display: block;
    position: static !important;
    white-space: nowrap;
  }
  .search-block.side-search {
    position: absolute;
    bottom: 120px;
    right: 131px;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    width: 35px;
    height: 32px;
    padding: 0;
    margin-left: 5px;
    transition: width .4s ease-in-out,right .4s ease-in-out;
    -webkit-transform: translateZ(0);
  }
  form#searchform .search-field {
    border-radius: 15px;
    border: 1px solid #ccc;
    color: #555;
    font-size: 14px;
    opacity: 0;
    height: 32px;
    padding: 0 30px 0 15px;
    width: 100%;
    margin: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset, 0 0 10px rgba(81,173,236,.1);
    -webkit-transform: translateZ(0);
    transition: opacity .4s ease-in-out;
    box-sizing: border-box;
    background-color: #fff;
    font-family: Arial;
  }
  button.search-button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    line-height: 34px;
    display: block;
    width: 35px;
    height: 32px;
    cursor: pointer;
    border: none;
    background: 0 0;
    outline: 0;
    padding: 0;
  }
  button.search-button span {
    color: #999;
    display: inline-block;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-family: font_icons;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color .1s linear;
  }
  button.search-button span:before {
    content: "\e001";
  }
  a.btn.btn-orange.sign-up {
    font-size: 18px;
    display: block;
    max-width: 170px;
    margin: 10px auto 0;
    text-transform: uppercase;
    background-color: #f39369;
    color: #fff;
    letter-spacing: .6px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border: .12em solid transparent;
    border-radius: 4px;
    min-width: 5.5em;
    padding: .3em 1.4em;
    cursor: pointer;
    box-sizing: border-box;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    font-weight: 300;
    line-height: 21.6px;
  }
  a.btn {
    letter-spacing: .6px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border: .12em solid transparent;
    border-radius: 4px;
    min-width: 5.5em;
    padding: .3em 1.4em;
    cursor: pointer;
    box-sizing: border-box;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    font-size: 18px;
    display: block;
    line-height: 21.6px;
    max-width: 170px;
    margin: 10px auto 0;
    text-transform: uppercase;
    background-color: #f1f1f1;
    color: #666;
    font-weight: 300;
  }
    .search-block.side-search.search-open {
      width: 190px;
      right: 55px;
      z-index: 1;
  }
  .search-block.side-search.search-open input.search-field {
      transition: opacity .2s ease-in-out !important;
      opacity: 1 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 24px 0 65px !important;
    padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 18px;
    line-height: 22px;
    position: relative;
    color: #444;
    display: inline-block !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 200px 11px 70px;
  }
   .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  	color: #108fcd;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back:before {
    color: #108fcd;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open:hover > a {
      visibility:hidden !important;
    	opacity:0 !important;
  }
   .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open:hover > a:after {
      visibility:hidden !important;
    	opacity:0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "\e005";
    font-size: 14px;
    right: 0;
    font-family: font_icons;
    color: #ccc;
    -webkit-transform: translateZ(0);
    transition: color .1s linear;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after{
  	color: #108fcd;
  }
  .custom-menu-primary .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
    position: absolute !important;  
    transform: translate(100%,0);
    padding: 0 0 0 50px;
    top: 19%;
    box-shadow: none;
    background: #fff;
    transition: all 0.5s linear !important;
    display: block !important;
    width: 100%;
    height: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper  ul  li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
  }
  .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:0px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: static; 
  } 
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 10px 15px 11px 45px;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #444;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back {
    text-transform: uppercase;
    color: #999;
    position: relative;
    font-size: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 10px 15px 11px 45px;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #444;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  	color: #108fcd;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back:before {
    position: absolute;
    content: "\e006";
    font-size: 14px;
    font-family: font_icons;
    top: 10px;
    color: #ccc;
    left: 20px;
  }
  .logo-small{
  	display:none;
  }
  .user-menu{
  	display:none;
  }
  .custom-head-wrapp {
      min-height: 0 !important;
  }
  svg.logo-full {
      display:  block;
  }
  .search-login-wrapper {
      display:  block;
  }
  .header-show .custom-header-wrapper.upper{
  	height:100%;
    padding: 40px 0 0 0;
  }
  .social-buttons.floating-social-buttons{
    margin-left: -450px;
    left: 50%;
  }
}




@media (max-width: 1320px) and (min-width: 860px){
  .custom-header-wrapper .page-center > div > div > div:first-child {
      margin-left: 3% !important;
  }
  .user-menu {
      margin-right: 3%;
  }
  .blog .content-wrapper,
  .blog .body-container .page-center{
    padding-left: 5%;
    padding-right: 5%;
    padding-top:0;
    padding-bottom:0;
    max-width:1270px !important;
}
  .blog-header-inner {
    padding-right: 400px;
}
}

@media (max-width: 1320px){
	.blog.hs-blog-post .content-wrapper, .blog.hs-blog-post .body-container .page-center {
      padding: 0 !important;
  }
}

@media (max-width: 1279px){
  .body-container .page-center {
    padding: 56px 30px 1px;
    max-width: 860px !important;
	}
  .form-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 16px;
  }
}

@media (max-width: 1200px){
  .blog .content-wrapper{
  	padding-left: 3% !important;
    padding-right: 3% !important;
  }
  .blog-header-inner {
    padding-right: 300px;
}
}

@media (max-width: 1140px){
  .post-middle-contnet, .section.post-footer,.custom-related-post-wrapper{
  	padding: 24px 3% 0;
  }
  .social-buttons.floating-social-buttons{
  	display:none;
  }
}


@media (max-width: 1024px){
  .body-container .page-center {
    max-width: 100% !important;
    padding: 50px 32px 30px;
	}
  .blog .body-container .page-center{
    max-width:1270px !important;
  }
  .body-container .bg-image-section .page-center{
  	padding: 100px 65px 80px !important;
  }
    ul.footer-share {
      float:  none;
  }
  .social-buttons.floating-social-buttons{
  	display:none;
  }
  .body-container {
      font-size:  14px;
      line-height: 24px;
  }
}




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

@media (max-width: 859px) {
	.custom-header-wrapper{
  	display:none !important;
  }
  .custom-lp .custom-head-wrapp{
    min-height:64px !important;
  }
  .user-menu {
    display: table;
    margin-right: 11px;
    float: right;
    height: 100%;
    position:  relative;
    margin-top: -1px;
  }
  .cell-block .seach-wrapper {
    display: none;
  }
  .custom-head-wrapp {
    min-height: 40px !important;
  }
  .custom-mobile-header > .row-fluid-wrapper:first-child {
    min-height: 40px !important;
    position: fixed;
    width: 100% !important;
    top: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    transition: margin-left .3s ease-out,top .2s ease-out;
    z-index:100;
  }
  .header-hide .custom-mobile-header > .row-fluid-wrapper:first-child {
      top: -40px;
  }
  .close-trigger span {
      text-transform: none;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      font-family: font_icons;
      line-height: 1;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: color .1s linear;
      display: inline-block;
      z-index: 100;
      color: #fff;
  }
  .close-trigger span:before {
      content: "\e00b";
  }
  .close-trigger {
      position:  fixed;
      left: 0;
      z-index: -1;
      top: 10px;
    	cursor:pointer;
      color: #fff;
  }
  .mobile-open .close-trigger{
  	left: 290px;
    z-index: 999;
  }
a.btn.btn-tiny.btn-orange.sign-up, a.btn.btn-tiny {font-size: 12px;padding: 3.6px 16px;line-height: 14.4px;}
  
  .custom-toggle-section {
    position: fixed;
    width: 100% !important;
    max-width: 280px;
    height: 100%;
    top: 0;
    padding: 30px 0 0;
    background-color: #fff;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto !important;
    z-index: 10001;
    left: -280px;
    -webkit-transform: translateZ(0);
    margin:0 !important;
    transition: left .3s ease-out;
  }
  .mobile-open .custom-toggle-section{
  	left:0;
  }
  
  .logo.big-logo svg.logo-full {
    display: block;
  }
  .logo.big-logo svg.logo-small {display: none;}
  
  .logo.big-logo {
    width: 170px;
    height: 55px;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
    transition: opacity .1s linear;
  }
  .mobile-search {
      position: relative;
      width: 220px;
      margin: 0 auto 30px;
      display: block;
      vertical-align: middle;
      overflow: hidden;
      height: 32px;
      padding: 0;
      -webkit-transform: translateZ(0);
      transition: width .4s ease-in-out,right .4s ease-in-out;
  }
  form#mobilesearchform input.mobiel-search-field {
      border-radius: 15px;
      border: 1px solid #ccc;
      color: #555;
      font-size: 14px;
      height: 32px;
      padding: 0 30px 0 15px;
      width: 100%;
      margin: 0;
      box-shadow: 0 1px 2px rgba(0,0,0,.1) inset, 0 0 10px rgba(81,173,236,.1);
      -webkit-transform: translateZ(0);
      transition: opacity .4s ease-in-out;
      box-sizing: border-box;
      font-family: Arial;
      background: #fff;
  }
  button.mobile-search-button {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 15px;
      line-height: 34px;
      display: block;
      width: 35px;
      height: 32px;
      cursor: pointer;
      border: none;
      background: 0 0;
      padding: 0;
  }
  button.mobile-search-button span {
      display: inline-block;
      text-transform: none;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      font-family: font_icons;
      line-height: 1;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
        color: #999;
      transition: color .1s linear;
  }
  button.mobile-search-button span:hover {
    color: #000;
  }
  button.mobile-search-button span:before {
      content: "\e001";
  }
  .mobile-open .body-overlay {
    position: fixed;
    background-color: #000;
    opacity: .5;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    bottom: 0;
    z-index: 100;
}
  body.mobile-open {
    overflow-y: hidden;
  }
  
  .hs-button.primary, input[type="submit"], input[type="button"] {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
  }
  
}


@media (max-width: 799px) {
	.flags.list > div > div {
    width: calc( 25% - 4px);
    padding: 20px 15px 20px 5%;
  }
  .blog-header-inner {
    padding-right: 0;
}
  .blog .content-wrapper{
  	padding-left: 5% !important;
    padding-right: 5% !important;
    padding-top:0 !important;
    padding-bottom:0;
  }
  .blog-content {
      width:  100% !important;
  }
  .blog .blog-sidebar {
    display:none !important;
  }
  .blog-search {
      position: absolute;
      top: -51px;
      left: 50%;
      margin: 16px 0 0 -150px;
      width: 300px;
  }
  .blog-header-inner {margin-top: 63px;}
  .blog-pagination {
      padding: 0 12px 40px;
  }
  .blog-listing-wrapper .post-listing{
  	padding:0;
  }
   .blog.hs-blog-post .content-wrapper, .blog.hs-blog-post .body-container .page-center {
        padding: 0 !important;
    }
}


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

@media (max-width: 767px) {
  .footer-mobile {
    display: block;
  }
  ul.footer-share {
    float: none;
    display: none;
  }
  .custom-post-form-title h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 25px;
  }
	.copy-right {
    text-align: left;
    width: 50%;
    display: block;
    float: left;
  }
  .custom-footer-bottom-sec {
    padding: 25px 0;
  }
  .custom-google-play-appstore p {
    text-align: right;
    margin-right: 22px;
  }
  .custom-google-play-appstore p img {
    max-width: 89.94px;
  }
  .custom-google-play-appstore p a:first-child {
    margin-right: 1.6%;
  }
  .footer-mobile {color: #fff;font-size: 20px;padding: 15px 0 30px;}
  a.show-menu-footer {
    display: inline-block;
    margin: 16px 0 0 5%;
    color: #fff;
    cursor:  pointer;
  }
  .footer-menu {
    float: right;
    max-height: none;
    margin: 7px 5px 7px 0;
    min-width: 240px;
    margin-right: 12px;
  }
  .footer-menu ul {
    margin:  0;
    padding:  0;
    list-style:  none;
  }
  .footer-menu ul li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    border-radius: 50%;
    box-sizing: border-box;
    transition: background-color .1s linear;
    width: 40px;
    height: 40px;
	}
  a.show-menu-footer:hover {
      color: #074f51;
  }
  .footer-menu ul li a {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    line-height: 1.4;
    background-repeat: no-repeat;
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-position: center;
    padding: 0;
    transition: background-color .1s linear;
  }
  .footer-menu ul li a.icon-facebook {
    background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-facebook.svg);
  }
  .footer-menu ul li a.icon-twitter {
    background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-twitter.svg);
  }
  .footer-menu ul li a.icon-instagram {
    background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-instagram.svg);
  }
  .footer-menu ul li a.icon-youtube {
    background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-youtube.svg);
  }
  .footer-menu ul li a.icon-google {
    background-image: url(//cdn2.hubspot.net/hubfs/4028639/Ecwid%20March%202018/Images/icon-google.svg);
  }
  .footer-menu ul li:hover a {
    background-color: #439ea0;
  }
  .custom-footer-top-sec .page-center .widget-span {
    width:  100% !important;
  }
  .flags.marker {
    position: absolute;
    top: -51px;
    left: 60%;
    visibility: visible;
    z-index: 0;
    transition: visibility 0s linear .2s;
	}
  .widget-span.widget-type-cell.custom-ft-wrapper {
    display: none;
  }
  .countries > div:before {
      top: -14px;
      margin-left: -2px;
      left: 60%;
  }
    .flags.list > div > div {
        width: calc( 33.333% - 4px);
    }
  p.button a {
      font-size: 1.25em;
      line-height: 24px;
  }
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_blog_subscribe,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .widget-type-google_search{
    max-width:100%;
  }
  .blog-header-inner {
      text-align:  center;
      margin-top: 86px;
  }
  .blog-search {top: -70px;}
  
 .blog-header-inner p {
    font: 400 16px/22px "Open Sans",sans-serif;
    text-align: center;
    margin: 3px 0 0;
}
  .resources-menu {
    text-align: center;
}
  
.blog-listing-wrapper .post-listing .post-item {
    width:  100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
  
  .post-header h2 {
    font-size: 22px;
    line-height: 26px;
}
.blog-listing-wrapper .post-listing .post-item .post-header h2 {
    margin: 20px 0 0;
    font: 600 16px/20px 'Open Sans',sans-serif;
    color: #4a4a4a;
}
  .post-middle-contnet {
      font-size: 18px;
      line-height: 30px;
  }
  .copy-right {
      float:  none;
      text-align:  center;
      width: 100%;
  }
  .copy-right a.cart {
      margin: 0;
  }
  .custom-google-play-appstore p {
      text-align:  center;
  }
  .custom-stay-update-form input.hs-button.primary.large {
      position:  relative;
      text-align:  center;
  }
  .custom-stay-update-form .hs_submit.hs-submit {
      text-align:  center;
      margin-top: 15px;
  }
  .custom-stay-update-form .hs-input {
      width: 100%;
  }
  .csutom-sign-up-btn h2 {
      max-width:  100%;
  }
  .csutom-sign-up-btn h2 {
      font-size: 40px;
      padding: 30px 0 20px;
  }
  .csutom-sign-up-btn p a {
    min-width: auto;
  }
  .custom-footer-top-links .hs-menu-wrapper > ul > li > a, .social-icon p {
      padding-left: 20%;
      font-size: 16px;
      color: #fff;
      margin: 24px 0 16px;
  }
  .post-middle-contnet h1 {
    font-size: 32px;
    line-height: 32px;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .blog-listing-wrapper .post-listing .post-item:first-child .hs-featured-image-wrapper a .post-image {
    min-height: 200px;
  }
  
}  



@media (max-width: 599px){
	.body-container .page-center {
      padding: 56px 30px 1px;
      max-width: 100% !important;
	}
  .flags.list > div > div {
      width: calc( 50% - 4px);
      padding: 15px 15px 15px 10%;
	}
   .bg-image-section .page-center {
      padding: 60px 32px 45px;
  }
  .banner-content h1 {
      color: #fff;
      font-weight: 700;
      margin: 0 0 8px;
      font-size: 24px;
      line-height: 32px;
  }
  .banner-content p {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      margin: 12px 0 32px;
  }
  .banner-content p+p {
      text-align: center;
  }
  .rel-post-item {
      width:  100%;
      float:  none;
      padding: 0;
  }
  .footer-menu ul li {
    width: 29px;
    height: 29px;
  }
  .footer-menu {float: right;max-height: none;margin: 7px 5px 7px 0;min-width: 240px;}
  .footer-menu ul {
      text-align:  right;
  }
  .body-container .bg-image-section .page-center{
  	padding: 60px 32px 45px !important;
  }
}

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

@media (max-width: 479px) {
	.blog .content-wrapper{
    padding: 0 12px 40px !important;
  }
  .hs-featured-image-wrapper{
    margin:0 -12px;
  }
  #hubspot-author_data {
    display: none;
  }
  .author-name {
    font: 300 18px/32px "Meta Serif",serif;
    text-align: center;
  }
  .about-author-sec.row-fluid {
    padding-left: 0;
    max-width: 557px;
  }
  .author-avatar-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: 18px auto 0;
    position: static;
    width: 90px;
    height: 90px;
  }
  .author-data {
    text-align:  center;
  }
  .author-data p {
    margin: 0;
  }
  .csutom-sign-up-btn h2 {
    font-size: 30px;
    line-height: 1.333em;
    color: #333;
    margin: 0 30px;
    padding: 30px 0 15px;
  }
  .csutom-sign-up-btn p a {
    font-size: 22px;
    padding-top: .222em;
    padding-bottom: .222em;
    margin-bottom: 50px;
    margin-top: 7px;
  }
  .blog-post-search {
    float: none;
    margin: auto;
    position: relative;
    text-align: center;
    width: 300px;
  }
  .section-post-header {
    margin-top: 40px;
  }
  .custom-google-play-appstore p {
    text-align: center;
    margin: 0;
    padding-top: 20px;
  }
  .custom-google-play-appstore p img {
    max-width: 80.3px;
}
  .custom-post-stay-update-form form .hs-form-field {
      display:  block;
      width:  100%;
      margin:  0;
  }
  .custom-post-stay-update-form .hs-input {
      background: #fff;
      border: 1px solid #cdcdcd;
      box-sizing: border-box;
      color: #999;
      display: inline-block;
      font-family: "Open Sans",sans-serif;
      font-size: 14px;
      height: 34px;
      line-height: 1.75em;
      margin: 0 2% 15px 0;
      min-width: 200px;
      box-shadow: none;
  }
  .custom-post-stay-update-form input.hs-button.primary.large {
      font-size: 16px;
      line-height: 20px;
      font-weight: 700;
      border-radius: 3px;
      padding-left: .8em;
      padding-right: .8em;
      margin-bottom: 15px;
      vertical-align: middle;
  }
}
div.hs_would_you_like_to_use_the_starter_site_functionality_ legend,
div.hs_would_you_like_to_display_legal_pages_ legend,
div.hs_any_additional_notes_info_that_you_would_like_to_provide_ legend,
div.hs_would_you_like_to_display_the_onboarding_wizard_in_the_control_panel_ legend,
div.legend,
div.legend p,
div.hs-richtext div.legend p{
   font-size: 14px;
  line-height: 20px;
}

div.legend img {
   margin-top: 10px;
}
.body-container form h5 {
    margin-top: 15px;
}
