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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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


@font-face {
  font-family: 'Adequate W01';
  src: url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/adequate-W01-black.woff2') format('woff2'), url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/adequate-W01-black.eot') format('embedded-opentype'), url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/adequate-W01-black.woff') format('woff'), url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/adequate-W01-black.ttf') format('truetype'), url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/adequate-W01-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merrant';
  src: url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/merrant-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merrant';
  src: url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/merrant-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merrant';
  src: url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/merrant-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   Sofia Pro Font Definitions
   ========================================================================== */

/* Black */
@font-face {
  font-family: 'sofiapro';
  /* PASTE WOFF2 & WOFF URLS FOR SofiaProBlack */
  src:
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProBlack/font.woff2') format('woff2'),
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProBlack/font.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic */
@font-face {
  font-family: 'sofiapro';
  /* PASTE WOFF2 & WOFF URLS FOR SofiaProBlackItalic */
  src:
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProBlackItalic/font.woff2') format('woff2'),
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProBlackItalic/font.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'sofiapro';
  /* PASTE WOFF2 & WOFF URLS FOR SofiaProBold */
  src:
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProBold/font.woff2') format('woff2'),
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProBold/font.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: 'sofiapro';
  /* PASTE WOFF2 & WOFF URLS FOR SofiaProSemiBoldItalic */
  src:
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProBoldItalic/font.woff2') format('woff2'),
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProBoldItalic/font.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* SemiBold */
@font-face {
  font-family: 'sofiapro';
  /* PASTE WOFF2 & WOFF URLS FOR SofiaProBold */
  src:
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProSemiBold/font.woff2') format('woff2'),
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProSemiBold/font.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* SemiBold Italic */
@font-face {
  font-family: 'sofiapro';
  /* PASTE WOFF2 & WOFF URLS FOR SofiaProSemiBoldItalic */
  src:
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProSemiBoldItalic/font.woff2') format('woff2'),
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProSemiBoldItalic/font.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'sofiapro';
  /* PASTE WOFF2 & WOFF URLS FOR SofiaProMedium */
  src:
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProMedium/font.woff2') format('woff2'),
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProMedium/font.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium Italic */
@font-face {
  font-family: 'sofiapro';
  /* PASTE WOFF2 & WOFF URLS FOR SofiaProMediumItalic */
  src:
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProMediumItalic/font.woff2') format('woff2'),
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProMediumItalic/font.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'sofiapro';
  /* PASTE WOFF2 & WOFF URLS FOR SofiaProRegular */
  src:
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProRegular/font.woff2') format('woff2'),
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProRegular/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular Italic */
@font-face {
  font-family: 'sofiapro';
  /* PASTE WOFF2 & WOFF URLS FOR SofiaProRegularItalic */
  src:
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProRegularItalic/font.woff2') format('woff2'),
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProRegularItalic/font.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'sofiapro';
  /* PASTE WOFF2 & WOFF URLS FOR SofiaProLight */
  src:
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProLight/font.woff2') format('woff2'),
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProLight/font.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic */
@font-face {
  font-family: 'sofiapro';
  /* PASTE WOFF2 & WOFF URLS FOR SofiaProLightItalic */
  src:
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProLightItalic/font.woff') format('woff2'),
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProLightItalic/font.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Extra Light */
@font-face {
  font-family: 'sofiapro';
  /* PASTE WOFF2 & WOFF URLS FOR SofiaProExtraLight */
  src:
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProExtraLight/font.woff2') format('woff2'),
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProExtraLight/font.woff') format('woff');
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}

/* Extra Light Italic */
@font-face {
  font-family: 'sofiapro';
  /* PASTE WOFF2 & WOFF URLS FOR SofiaProExtraLightItalic */
  src:
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProExtraLightItalic/font.woff2') format('woff2'),
    url('https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/fonts/SofiaPro/SofiaProExtraLightItalic/font.woff') format('woff');
  font-weight: 250;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: sofiapro, sans-serif;
}

.kenjo-blog-header-mobile {
  display: none;
}

.kenjo-blog-nav-mobile {
  display: none;
}

.kenjo-blog-top-bar-container {
  height: 100px;
  border-bottom: 1px solid #ddd;
}

.kenjo-blog-top-bar {
  display: flex;
  align-items: center;
  padding: 0 40px;
  max-width: 1325px;
  height: 100%;
  margin: 0 auto;
}

.kenjo-blog-language-selector {
  position: relative;
  cursor: pointer;
}

.kenjo-blog-language-selector-icon {
  height: 30px;
}

.kenjo-blog-language-selector:hover .kenjo-blog-language-overlay {
  display: block;
}

.kenjo-blog-language-overlay {
  display: none;
  z-index: 999999;
  position: absolute;
  top: 30px;
  right: 0;
  padding: 10px 25px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 3px 9px 0 rgba(0,0,0,.2);
}

.kenjo-blog-language-overlay a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #000;
}

.kenjo-blog-language-overlay a:hover {
  color: #59E37C;
}

.kenjo-blog-nav {
  position: sticky;
  z-index: 99999;
  top: 0;
  height: 48px;
  padding: 0 40px;
  
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: center;
  justify-items: center;
  background: white;
  border-bottom: 1px solid #ddd;
}

.header-sticky {
  box-shadow: 0 1px 7px 0 rgba(51,51,51,.2);
}

@media (max-width: 990px) {
  .kenjo-blog-top-bar-container {
    display: none;
  }
  
  .kenjo-blog-nav {
    display: none;
  }
  
  .kenjo-blog-header-mobile {
    position: sticky;
    top: 0;
    background: white;
    border-bottom: 1px solid #ddd;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99999;
  }
  
  .kenjo-blog-header-mobile img {
    width: 150px;
  }
  
  .kenjo-blog-nav-mobile-button .kenjo-blog-nav-mobile-icon {
    width: 35px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  .kenjo-blog-nav-mobile-button .kenjo-blog-nav-mobile-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .kenjo-blog-nav-mobile-button .kenjo-blog-nav-mobile-icon span:nth-child(1) {
    top: 0px;
  }

  .kenjo-blog-nav-mobile-button .kenjo-blog-nav-mobile-icon span:nth-child(2), .kenjo-blog-nav-mobile-button .kenjo-blog-nav-mobile-icon span:nth-child(3) {
    top: 9px;
  }

  .kenjo-blog-nav-mobile-button .kenjo-blog-nav-mobile-icon span:nth-child(4) {
    top: 18px;
  }

  .kenjo-blog-nav-mobile-button.kenjo-blog-nav-mobile-open .kenjo-blog-nav-mobile-icon span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
  }

  .kenjo-blog-nav-mobile-button.kenjo-blog-nav-mobile-open .kenjo-blog-nav-mobile-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .kenjo-blog-nav-mobile-button.kenjo-blog-nav-mobile-open .kenjo-blog-nav-mobile-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .kenjo-blog-nav-mobile-button.kenjo-blog-nav-mobile-open .kenjo-blog-nav-mobile-icon span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
  
  .kenjo-blog-block-background {
    overflow: hidden;
  }
  
  .kenjo-blog-nav-mobile.kenjo-blog-nav-mobile-open {
    display: block;
    position: fixed;
    top: 79px;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 99999;
    overflow: scroll;
  }
  
  .kenjo-blog-nav-mobile-block {
    margin: 30px 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
  }
  
  .kenjo-blog-nav-mobile-block:first-child {
    border-top: 0;
    padding-top: 0;
  }
  
  .kenjo-blog-nav-mobile-block .kenjo-blog-nav-mobile-block-title {
    font-size: 14px;
    line-height: 19px;
    color: #757575;
    font-weight: 300;
    margin-bottom: 15px;
  }
  
  .kenjo-blog-nav-mobile-block ul {
    list-style: none;
  }
  
  .kenjo-blog-nav-mobile-block a {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    margin-top: 10px;
  }
  
  .kenjo-blog-nav-mobile-block a:hover {
    color: #59E37C;
  }
  
  .kenjo-blog-nav-mobile-block a .filter-link-count {
    display: none;
  }
  
  .kenjo-blog-mobile-languages a {
    display: inline-block;
    margin-right: 30px;
    font-size: 12px;
    line-height: 22px;
  }
  
  .kenjo-blog-mobile-languages a img {
    display: block;
    height: 25px;
    margin: 0 auto 5px;
  }
}

.kenjo-blog-nav-home {
  display: block;
}

.kenjo-blog-nav-tabs {
  display: block;
}

.kenjo-blog-nav-tabs h3 {
  display: none;
}

.kenjo-blog-nav-tabs div, .kenjo-blog-nav-tabs ul {
  display: inline-block;
}

.kenjo-blog-nav-tabs li {
  display: inline-block;
  margin-left: 25px;
}

.kenjo-blog-nav-home a {
  text-decoration: none;
  padding: 0 8px 11px;
  color: #757575;
}

.kenjo-blog-nav-tabs a {
  text-decoration: none;
  padding: 0 8px 16px;
  color: #757575;
}

.kenjo-blog-nav-home a:hover, .kenjo-blog-nav-tabs a:hover {
  color: #59E37C;
  border-bottom: 2px solid #59E37C;
}

.kenjo-blog-nav-tabs .filter-link-count {
  display: none;
}

.kenjo-blog-nav-web-button {
  display: block;
  margin-right: 40px;
}

.kenjo-blog-nav-web-button a {
  padding: 10px 30px;
  font-family: 'Adequate W01', sans-serif;
  color: #000;
  border: 5px solid #59e37c;
  border-radius: 26px;
  text-decoration: none;
}

.kenjo-blog-nav-web-button a:hover {
  background-color:#59e37c;
  color: white;
}

.kenjo-blog-nav-tabs-more-selector {
  position: relative;
  color: #757575;
  cursor: pointer;
}

.kenjo-blog-nav-tabs-more-selector-icon {
  margin-left: -3px;
}

.kenjo-blog-nav-tabs-more-selector:hover .kenjo-blog-nav-tabs-more-overlay {
  display: block !important;
}

.kenjo-blog-nav-tabs-more-overlay {
  display: none !important;
  z-index: 999999;
  position: absolute; 
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  padding: 10px 25px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 3px 9px 0 rgba(0,0,0,.2);
}

.kenjo-blog-nav-tabs-more-overlay a {
  display: block;
  padding: 10px;
}

.kenjo-blog-nav-tabs-more-overlay a:hover {
  border-bottom: none;
}


/* Search field */
.kenjo-blog-nav-search {
  width: 300px;
}

/* Align search input and button */
.hs-search-field__bar>form {
  display: flex;
}

/* Do not move search input on suggestions appearing */
.hs-search-field__suggestions {
  position: absolute;
  background: white;
}

/* Hide result for text */
.hs-search-field__suggestions #results-for {
  display: none !important;
}

/* Separate each suggestion */
.hs-search-field__suggestions li{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.hs-embed-wrapper {
  border-radius: 16px;
}

.kenjo-listing-content {
  background: white;
  padding: 0 72px;
}

@media (max-width: 800px) {
  .kenjo-listing-content {
    background: white;
    padding: 0 16px;
  }
}

.kenjo-post-content {
  background: #EEF4FC;
  padding: 40px 72px 0 72px;
}

@media (max-width: 800px) {
  .kenjo-post-content {
    background: white;
    padding: 32px 24px 0 24px;
  }
}

.kenjo-blog-footer {
  background: #f4f4f4; 
}

/*
 * Listing view
 */
.kenjo-list-title {
  margin: 80px auto 24px;
  max-width: 830px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  color: #16161A;
  text-align: center;
}

@media (max-width: 800px) {
  .kenjo-list-title {
    margin: 70px auto 24px;

    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    color: #16161A;
    text-align: center;
  }
}

.kenjo-list-subtitle {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  vertical-align: center;
  margin-bottom: 80px;
}

@media (max-width: 800px) {
  .kenjo-list-subtitle {
    margin-bottom: 32px;
  }
}

.kenjo-featured-articles {
  margin: 0 auto;
  margin-bottom: 64px;
  max-width: 1300px;
}

@media (max-width: 800px) {
  .kenjo-featured-articles {
    margin-bottom: 40px;
  }
}

.kenjo-post-group {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  max-width: 1330px;
}

@media (max-width: 990px) {
  .kenjo-post-group {
    flex-direction: column;
  }
}

/* Featured Post */
.kenjo-featured-card {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 300px;
  max-width: 420px;
  background: #EEF4FC;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 800px) {
  .kenjo-featured-card {
    width: 100%;
  }
}

.kenjo-featured-main-item:hover .kenjo-featured-card {
   box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 0.3);
}

.kenjo-featured-card-content {
  padding: 24px;
}

.kenjo-featured-card-title {
  margin-top: 32px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 28px;
  
  color: #000;
  
  display: -webkit-box;
  -webkit-line-clamp: 4;      /* number of lines before truncating */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kenjo-featured-main-item:hover .kenjo-featured-card-title {
  color: #1A429F;
}

.kenjo-featured-main-item:hover .kenjo-featured-card {
  background-color: #E1E7FD;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.kenjo-featured-card-description {
  font-family: sofiapro, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #2C3034;
}

/* Grid Post */

.kenjo-post-card {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 33%;
  max-width: 420px;
  margin: 15px;
  background: #EEF4FC;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  
  transition: background-color 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 990px) {
  .kenjo-post-card {
    width: 100%;
  }
}

.kenjo-post-card:hover {
   box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
   background: #E1E7FD;
}

.kenjo-post-card-image {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  
  overflow: hidden; /* ADD THIS to crop the zoom */
}

.kenjo-post-card-image-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.kenjo-post-card:hover .kenjo-post-card-image-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.kenjo-post-card-image-overlay-text {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  color: white;
}

/* The new background image div */
.kenjo-post-card-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Sits behind the overlay */
  
  /* These properties were moved from .kenjo-post-card-image */
  background-size: cover;
  background-position: center;
  
  /* The transition using the same cubic-bezier */
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* The hover effect */
.kenjo-post-card:hover .kenjo-post-card-bg-image {
  transform: scale(1.1);
}


.kenjo-post-card-top-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; /* Allows items to wrap to the next line */
  align-items: center; /* Aligns items vertically */
  gap: 8px 16px; /* Adds vertical and horizontal spacing when wrapped */
}


.kenjo-post-card-content {
  padding: 32px 24px;
}

.kenjo-post-card-topic {

}

.kenjo-post-card-topic span {
  padding: 2.5px 10px;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  vertical-align: bottom;
  
  display: inline-flex;      /* key fix */
  align-items: center;       /* vertical centering */
  justify-content: center;   /* horizontal centering */
  
  white-space: nowrap;
}

.kenjo-post-card-title {
  margin-top: 24px;
  margin-bottom: 16px;
  height: 88px;

  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  
  color: #000;
/*   color: red; */

  display: -webkit-box;
  -webkit-line-clamp: 3;      /* number of lines before truncating */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kenjo-post-card:hover .kenjo-post-card-title {
  color: #1A429F;
}

.kenjo-post-card-description {
  font-family: sofiapro, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #2C3034;
  height: 104px;
  
  display: -webkit-box;
  -webkit-line-clamp: 4;      /* number of lines before truncating */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kenjo-post-card-min-read {
  display: flex; /* Makes this a flex container */
  align-items: center; /* Vertically aligns the icon and text */
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  line-height: 124%;
  color: #2C3034;
  justify-content: center;
}

.kenjo-post-card-min-read img {
  margin-bottom: 3px; /* margin under text related spacing */
  margin-right: 6px;
}

.kenjo-cta-listing-wrapper {
  margin: 0 auto;
  margin-bottom: 64px;
  max-width: 1300px;
}

@media (max-width: 990px) {
  .kenjo-cta-listing-wrapper {
    margin-bottom: 32px;
  }
}

/* Pagination */

.kenjo-blog-pagination-container {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.kenjo-blog-pagination-wrapper {
  display: flex;
  text-align: center;
  margin: 96px auto;
  justify-content: center;
}

.kenjo-blog-pagination-item {
  padding: 6.5px 24px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.kenjo-blog-pagination-item span {
  width: 18px;
  height: 22px;
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kenjo-blog-pagination-item-disabled {
  color: #84A2A8;
  cursor: not-allowed;
}

.kenjo-blog-pagination-item-hover:hover {
  text-decoration: underline;
}

.kenjo-blog-pagination-selected-item {
  background: #CBEDE7;
  cursor: default;
}

.kenjo-blog-pagination-arrow {
  padding: 12.5px 24px;
}



.kenjo-blog-pagination {
  text-align: center;
  margin-top: 60px;
}

.kenjo-blog-pagination a {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  color: #757575;
  text-decoration: none;
  margin: 0 20px 20px;
}

.kenjo-blog-pagination a:hover {
  color: #59E37C;
}

/*
 * Post view
 */
.kenjo-post,
.kenjo-course-lesson {
  max-width: 960px;
  background: white;
  border-radius: 8px;
  padding: 64px;
  margin-bottom: 80px;
}

@media (max-width: 800px) {
  .kenjo-post,
  .kenjo-course-lesson {
    padding: 0 0 40px;
    border: 0;
    max-width: 100%;
  }
}

.kenjo-course-lesson-header {
  border-radius: 6px 6px 0 0;
  margin: -40px -40px 40px;
  padding: 60px 40px;
  text-align: center;
  background-size: cover;
}

.kenjo-course-lesson-header-text {
  display: inline-block;
  background: white;
  padding: 10px 30px 5px;
  border-radius: 60px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}

.kenjo-course-lesson-link-to-course {
  margin-bottom: 25px;
}

.kenjo-course-lesson-link-to-course a {
  color: #59E37C;
  text-decoration: none;
}

.kenjo-course-lesson-link-to-course a:hover {
  color: #59E37C;
  text-decoration: underline;
}

.kenjo-post-topic {
  margin-bottom: 16px;
}

.kenjo-post-topic span {
  padding: 2.5px 10px;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  vertical-align: bottom;
  
  display: inline-flex;      /* key fix */
  align-items: center;       /* vertical centering */
  justify-content: center;   /* horizontal centering */
}

.kenjo-post-title,
.kenjo-course-lesson-title { 
  color: #000000;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  
  margin-bottom: 48px;
}

@media (max-width: 990px) {
  .kenjo-post-title,
  .kenjo-course-lesson-title {
    font-size: 30px;
    line-height: 35px;
  }
}

.kenjo-post-image img {
  width: 100%;
  border-radius: 16px;
}

.kenjo-post-info,
.kenjo-course-lesson-info {
  display: block;
  
  padding-top: 15px;
  padding-bottom: 15px;
  
  border-bottom: 2px solid #ddd;
  
  font-size: 16px;
  line-height: 21px;
  color: #757575;
}

.kenjo-post-info-with-author,
.kenjo-course-lesson-info-with-author {
  display: flex;
  align-items: center;
}

.kenjo-post-min-read,
.kenjo-course-lesson-min-read {
  flex-grow: 1;
}

.kenjo-post-author
.kenjo-course-lesson-author {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
}

.kenjo-post-info-with-author .kenjo-post-author
.kenjo-course-lesson-info-with-author .kenjo-course-lesson-author {
  display: block;
}

@media (max-width: 600px) {
  .kenjo-post-info-with-author,
  .kenjo-course-lesson-info-with-author {
    flex-direction: column;
  }
  
  .kenjo-post-author,
  .kenjo-course-lesson-author {
    margin-top: 15px;
  }
}

.kenjo-post-body,
.kenjo-course-lesson-body {
  padding-top: 48px;
 
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  color: #000000;
}

.kenjo-post-body p, .kenjo-post-body p span, .kenjo-post-body div, .kenjo-post-body div span,
.kenjo-course-lesson-body p, .kenjo-course-lesson-body p span, .kenjo-course-lesson-body div, .kenjo-course-lesson-body div span {
  font-family: sofiapro, sans-serif;
  font-weight: 300;
  font-size: 18px !important;
  line-height: 24px !important;
}

.kenjo-post-body li,
.kenjo-course-lesson-body li {
  font-family: sofiapro, sans-serif;
  
  margin-left: 30px;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 300;
}

.kenjo-post-body strong,
.kenjo-course-lesson-body strong {
  font-weight: bold !important;
}

.kenjo-post-body em,
.kenjo-course-lesson-body em {
  font-style: italic !important;
}

.kenjo-post-body img + em,
.kenjo-course-lesson-body img + em {
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #929292 !important;
}

.kenjo-post-body h1, .kenjo-post-body h1 span, 
.kenjo-course-lesson-body h1, .kenjo-course-lesson-body h1 span {
  font-size: 56px !important;
  line-height: 64px !important;
  font-weight: 800 !important;
  color: #000 !important;
}

.kenjo-post-body h2, .kenjo-post-body h2 span,
.kenjo-course-lesson-body h2, .kenjo-course-lesson-body h2 span {
  font-size: 48px !important;
  line-height: 120% !important;
  font-weight: 800 !important;
  color: #000 !important;
}



.kenjo-post-body h3, .kenjo-post-body h3 span,
.kenjo-course-lesson-body h3, .kenjo-course-lesson-body h3 span {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #000 !important;
}

.kenjo-post-body a,
.kenjo-course-lesson-body a{
  color: #1AA394;
  font-weight: 700 !important;
  text-decoration: underline;
  transition: color 0.3s ease; /* smooth transition for color */
}

.kenjo-post-body a:hover,
.kenjo-course-lesson-body a:hover {
  color: #1A429F;
}

.kenjo-post-body .hs-cta-img,
.kenjo-course-lesson-body .hs-cta-img {
  margin: 0 !important;
  height: auto;
  width: 100%;
}

.kenjo-cta-post-wrapper {
  margin-top: 48px;
}

.kenjo-cta-post-wrapper .hs-cta-img {
  margin: 0 !important;
  height: auto;
  width: 100%;
}

.kenjo-relevant-posts {
  margin-top: 80px;
}

.kenjo-relevant-posts-title {
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.kenjo-relevant-posts-list {
  display: flex;
  margin: -15px;
}

.kenjo-relevant-posts-list .kenjo-post-card {
/*   width: 50%; */
}

@media (max-width: 800px) {
  .kenjo-relevant-posts-title {
    text-align: left;
  }
  .kenjo-relevant-posts-list {
    flex-direction: column;
    align-items: center;
  }
  
  .kenjo-relevant-posts-list .kenjo-post-card {
    width: 100%;
  }
}

.kenjo-course-related-lessons-section-title {
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.kenjo-course-related-lessons-container {
  display: flex;
}

.kenjo-course-related-lessons-previous {
  flex: 0 0 auto;
  width: 50%;
}

.kenjo-course-related-lessons-previous div {
  margin-left: 28px;
  font-size: 14px;
  line-height: 24px;
  color: #8f8f8f;
}

.kenjo-course-related-lessons-previous a {
  display: flex;
  align-items: center;
  color: #9f50e4;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
}

.kenjo-course-related-lessons-previous a:hover { 
  text-decoration: underline;
}

.kenjo-course-related-lessons-previous a img {
  margin-right: 5px;
}

.kenjo-course-related-lessons-separator {
  flex: 1 1 auto;
}

.kenjo-course-related-lessons-next {
  flex: 0 0 auto;
  width: 50%;
  text-align: right;
}

.kenjo-course-related-lessons-next div {
  margin-right: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #8f8f8f;
}

.kenjo-course-related-lessons-next a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #9f50e4;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer; 
}

.kenjo-course-related-lessons-next a:hover {
  text-decoration: underline;
}

.kenjo-course-related-lessons-next a img {
  transform: rotate(180deg);
  margin-left: 5px;
}

.kenjo-course-next-lesson-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  z-index: 2147483647;
}

.kenjo-course-next-lesson-modal-box { 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  max-width: 600px;
  width: 70vw; 
  padding: 30px;
  border-radius: 8px;
}

.kenjo-course-next-lesson-modal-box-content {
  position: relative;
}

.kenjo-course-next-lesson-modal-box-close {
  position: absolute;
  top: -25px;
  right: -18px;
  font-size: 25px;
  color: #757575;
  text-decoration: none;
  cursor: pointer;
}

.kenjo-course-next-lesson-modal-body-title {
  font-size: 20px;
  line-height: 30px;
}

.kenjo-course-next-lesson-modal-body-description {
  margin-top: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.kenjo-course-next-lesson-modal-body-description a { 
  color: #9f50e4;
  text-decoration: none;
}

.kenjo-course-next-lesson-modal-body-description a:hover { 
  text-decoration: underline;
}

/*
 * CTA
 */
.kenjo-blog-cta {
  position: relative;
  overflow: hidden;
  padding: 72px 82px;
  border-radius: 16px;
  max-width: 1300px;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 990px) {
  .kenjo-blog-cta {
    padding: 0 20px 20px 20px;
    max-width: 390px;
    margin: 0 auto;
    text-align: center;
  }
}

.kenjo-blog-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Sits behind the content */

  background-image: url("https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/cta/general/CTA%20Background%20SVG.svg");
  background-size: cover;
  background-position: center;

  transition: transform 0.4s ease-out;
}

.kenjo-blog-cta:hover .kenjo-blog-cta-bg {
  transform: scale(1.1);
}

.kenjo-blog-cta-form-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  position: relative;
  z-index: 1;
}

@media (max-width: 990px) {
  .kenjo-blog-cta-form-container {
    flex-direction: column;
  }
}

.kenjo-blog-cta-form-container .kenjo-blog-cta-title {
  font-size: 32px;
  line-height: 140%;
  font-weight: 800;
  color: #048377;
  max-width: 440px;
  margin-right: 24px;
}

@media (max-width: 990px) {
  .kenjo-blog-cta-form-container .kenjo-blog-cta-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin: 40px 0 65px 0;
  }
}

.kenjo-blog-cta-form-container form {
  position: relative;
  display: inline-block;
}

.kenjo-blog-cta-form-container form input::placeholder {
  color: transparent;
}

.kenjo-blog-cta-form-container form input {
  font-family: sofiapro;
}

.kenjo-blog-cta-form-container form .hs_email label {
  display: none;
}

.kenjo-blog-cta-form-container form .hs_email input {
  -webkit-appearance: none;
  border: 5.39px solid #FFFFFF80;
  border-radius: 56px;
  box-shadow: 0px 0px 2.7px 0px #0000001A;
  
  outline: 0;
  width: 100%;
  height: 64px;
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
}

@media (max-width: 990px) {
  .kenjo-blog-cta-form-container form .hs_email input {
    height: 36px;
    font-size: 16px;
  }
}

.kenjo-blog-cta-form-container form .hs_submit {
  position: absolute;
  top: 4px;
  right: 4px;
}

@media (max-width: 800px) {
  .kenjo-blog-cta-form-container form .hs_submit {
    top: 0;
    right: 0;
  }
}

.kenjo-blog-cta-form-container form .hs_submit input {
  -webkit-appearance: none;
  border: 0;
  border-radius: 32px;
  outline: 0;
  background: #708DFF; 
  color: white;
  padding: 14px 19px;
  font-size: 20px;
  line-height: 140%;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

@media (max-width: 800px) {
  .kenjo-blog-cta-form-container form .hs_submit input {
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 16px;
  }
}

.kenjo-blog-cta:hover .kenjo-blog-cta-form-container form .hs_submit input {
  opacity: 0.8;
}

.kenjo-blog-cta-form-container form .hs-error-msgs {
  display: none !important;
}

.kenjo-blog-cta-form-container form .legal-consent-container {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.kenjo-blog-cta-form-container form .legal-consent-container a {
  color: #000;
  text-decoration: none;
}

.kenjo-blog-cta-form-container .submitted-message {
  height: 20px;
}

.kenjo-blog-content {
  display: flex;
/*   align-items: flex-start; */
  gap: 48px;
  justify-content: center;
}

@media (max-width: 800px) {
  .kenjo-blog-content {
    flex-direction: column-reverse;
  }
}

/* Sidebar */
.kenjo-post-sidebar {
  position: -webkit-sticky; /* For Safari compatibility */
  position: sticky;
  top: 100px;
  
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1300px){
  .kenjo-post-sidebar {
    display: none;
  }
}

.kenjo-post-sidebar-cta {
  background: #FFFFFF;
  border-radius: 16px;
  width: 300px;
}

.kenjo-post-sidebar-cta-border {
  margin: 16px;
  padding: 40px 0;
  border-radius: 8px;
  
  background: #6BCABA1A;
  text-align: center;
}

.kenjo-post-sidebar-cta-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #16161A;
  max-width: 200px;
  margin: auto;
}

.kenjo-post-sidebar-cta-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #16161A;
  margin-top: 16px;
  margin-bottom: 40px;
}

.kenjo-post-sidebar-cta-button {
  padding: 12px 40px;
  background: #255EE3;
  color: #FFFFFF;
  border-radius: 22px;
  border: none;
  
  cursor: pointer;

  font-weight: 700;
  font-size: 12.46px;
  line-height: 120%;
  letter-spacing: 110%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.kenjo-post-sidebar-cta-border-alternate {
  margin: 16px;
  padding: 40px 12px;
  border-radius: 8px;
  
  background-image: url("https://2896645.fs1.hubspotusercontent-na1.net/hubfs/2896645/kenjo-files/cta/general/sidebar-cta-background.svg");
  background-size: cover;
  background-position: center;

  text-align: center;
}

.kenjo-post-sidebar-cta-alternate-text-color {
  color: #048377;
}

/* Featured Articles */
.kenjo-featured-articles-grid {
  display: flex;
  gap: 24px;
}

@media (max-width: 800px) {
  .kenjo-featured-articles-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  
  .kenjo-post-sidebar-cta {
    width: 100%;
  }
}

.kenjo-featured-main-item {
  flex: 30;
  position: relative; /* Needed for the overlay */
  display: flex;
  padding: 16px;

  overflow: hidden; 
}

.kenjo-main-item-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Sits at the very bottom of the stack */
  
  background-size: cover;
  background-position: center;
  
  /* This is where the magic happens */
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.kenjo-featured-main-item:hover .kenjo-main-item-bg-image {
  transform: scale(1.05); /* Zoom in on hover */
}

@media (max-width: 800px) {
  .kenjo-featured-main-item {
    padding-top: 110px;
    border-radius: 16px;
  }
}

.kenjo-main-item-overlay-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; /* Sits behind the card content but above the background */
}

/* This ensures your content (title, etc.) sits on top of the overlay */
.kenjo-main-item-content {
  position: relative;
  z-index: 2;
  color: white; /* Make text readable on the dark overlay */
}

.kenjo-featured-list {
  flex: 23;
  display: flex;
  flex-direction: column; /* stack vertically */
  gap: 24px; /* space only between items */
}

.kenjo-featured-list-item {
  display: flex;
  width: 100%;
  text-decoration: none;
}

.kenjo-featured-list-item-image {
  width: 112px;
  height: 112px;
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Shared styles for both normal and selected titles */
.kenjo-featured-list-item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  max-width: 400px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  
  color: #2C3034;
  display: -webkit-box;
}

/* On parent hover, show the colored title */
.kenjo-featured-list-item:hover .kenjo-featured-list-item-title {
  color: #1A429F;
}

@media (max-width: 800px) {
  .kenjo-featured-list-item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
  }
}

/* Category Filter */

.kenjo-blog-category-filter {
  position: relative;
  text-align: right; /* Add this line */
  max-width: 1300px;
  margin: 0 auto;
}

.kenjo-blog-category-dropdown {
  display: inline-flex; /* Add this line */
  align-items: center;
  gap: 8px;
 	width: min-content;
  cursor: pointer;
}

@media (max-width: 800px) {
  /* Add this rule for the main container */
  .kenjo-blog-category-filter {
    text-align: left;
  }

  .kenjo-blog-category-dropdown {
    text-align: left;
    margin-bottom: 48px;
  }

  /* Add this rule to reposition the menu */
  .kenjo-floating-menu {
    right: auto; /* Unset the right alignment */
    left: 0;     /* Align to the left instead */
  }
}

.kenjo-blog-category-dropdown span {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  vertical-align: bottom;
}

.kenjo-blog-category-dropdown img {
/*   padding-bottom: 5px; */
}

.kenjo-floating-menu {
  display: none; /* Hidden by default */
  position: absolute;
  top: 100%; /* Position it right below the dropdown trigger */
  right: 0;

  min-width: 200px;
  z-index: 100; /* Ensure it appears above other content */
  padding: 24px 16px 24px 24px;
  
  flex-direction: column;
  gap: 24px;

  background: #FDFDFD;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px #00000040;
}

.kenjo-floating-menu-label {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #333333;
  margin-right: 24px;
}

.kenjo-floating-menu-link-wrapper {
  text-decoration: none;
}

.kenjo-floating-menu-link-wrapper:hover {
  text-decoration: underline;
  text-decoration-color: #333;
}

/* Target the checkbox within your component */
.kenjo-floating-menu-item input[type="checkbox"] {
  /* Remove default browser styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* Set custom dimensions for the outer square */
  width: 24px;
  height: 24px;
  border: 1px solid #656668; /* Light grey border for the outer box */
  cursor: pointer;
  border-radius: 2px;
  
  /* Positioning context for the inner box */
  position: relative; 
  vertical-align: middle; /* Align with label text */
  margin: 0; /* Remove default margin */
}

/* Create the inner grey box when the checkbox is checked */
.kenjo-floating-menu-item input[type="checkbox"]:checked::before {
  content: ''; /* Required for pseudo-elements to appear */
  position: absolute;
  
  /* Center the inner box */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  /* Inner box styling */
  width: 15px; /* Make it smaller than the parent */
  height: 15px;
  background-color: #656668; /* Grey fill color */
  border-radius: 1px;
}

.kenjo-floating-menu-item {
  display: flex;
  justify-content: space-between;
}

.kenjo-floating-menu.show {
  display: flex; /* Class to make the menu visible */
}

.kenjo-blog-category-filter-list {
  display: flex;
  gap: 16px;
}

.kenjo-blog-category-list-all {
  text-decoration: underline;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  vertical-align: bottom;
  color: #333333;
}

.kenjo-blog-category-list-item {
  background: #EDF0FC;
  border-radius: 80px;
  padding: 4px 8px;
  
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  vertical-align: bottom;
  color: #333333;
  
  display: flex;
  align-items: center;
  gap: 7px;
}


/* Footer CTA */

.kenjo-blog-footer-cta-section {
  background: #048377;
  padding-top: 160px;
  padding-bottom: 85px;
}

.kenjo-blog-footer-cta-container {
  margin: auto;
  max-width: 1000px;
  
  border-radius: 24px;
  background: #1AA394;
}

.kenjo-blog-footer-cta-tag {
  padding-top: 58px;
  text-align: center;
  padding-bottom: 40px;
}

.kenjo-blog-footer-cta-tag span {
  border-radius: 6px;
  color: #FFFFFF;
  padding: 4px 7px;
  background: #00534C;
  
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
}

.kenjo-blog-footer-cta-title {
  text-align: center;
  color: #FFFFFF;
  
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  
  max-width: 550px;
  margin: auto;
}

.kenjo-blog-footer-cta-button {
  text-align: center;
  
  margin-top: 34px;
  padding-bottom: 75px;
}

.kenjo-blog-footer-cta-button button {
  background: #FFFFFF;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  
  padding: 20px 45px;
  
  font-family: sofiapro;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px; /* 10% of font-size */
  
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  
  transition: transform 0.2s ease-in-out; /* optional, for smooth scaling */
}

.kenjo-blog-footer-cta-button button:hover {
  transform: scale(1.1);
}

@media (max-width: 800px) {
  .kenjo-blog-footer-cta-section {
      padding-top: 56px;
      padding-bottom: 40px;
      padding-left: 24px;
      padding-right: 24px
  }
  
  .kenjo-blog-footer-cta-title {
    max-width: 250px;
  }
}


/* Footer */

/* Default styles (Mobile-first) */
.kenjo-blog-footer-section {
  /* Hide the desktop version on mobile by default */
  display: none; 
}

.kenjo-blog-footer-section-mobile {
  background: #048377;
  padding: 40px 24px;
  display: flex; /* Using flex for better alignment control */
  flex-direction: column;
}

.kenjo-blog-footer-copyright {
  margin-top: 40px;
}

.kenjo-blog-footer-location-section {
  gap: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 28px;
}

.kenjo-blog-footer-logo {
  margin-bottom: 28px;
}

.kenjo-blog-footer-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kenjo-blog-footer-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-transform: none;
}

.capitalize-text {
  text-transform: uppercase;
}

.kenjo-blog-footer-links {
  display: flex;
  max-width: 200px;
  margin-top: 28px;
  justify-content: space-between;
}

/* Styles for screens wider than 768px (Desktop) */
@media (min-width: 900px) {
  .kenjo-blog-footer-section {
    display: grid; 
    grid-template-columns: repeat(4, 1fr);
    background: #048377;
    padding: 51px 73px 85px;
  }

  .kenjo-blog-footer-section-mobile {
    /* Hide the mobile version */
    display: none; 
  }
  
  .kenjo-blog-footer-links {
    justify-content: space-between;
    margin-top: 28px;
  }
}



.navbar-sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #EEF4FC;
}

.navbar-sticky-wrapper.is-scrolled .advanced-navbar {
  padding-top: 0;
}

/* 🎨 Style for the navbar on the BLOG LISTING page */
.listing-view-active .advanced-navbar {
  background: #FFFFFF;
}

/* 📄 Style for the navbar on the BLOG POST page */
.post-view-active .advanced-navbar {
  background: #EEF4FC;
}



/* REMOVE the existing form styles and REPLACE with this entire block */

/* Add vertical spacing for the whole form component */
.kenjo-post-sidebar-cta-border-alternate .hs_cos_wrapper_subscriptionForm {
  margin-top: 30px;
  margin-bottom: 20px;
}

/* Make the form a positioning container, but with no visuals itself */
.kenjo-post-sidebar-cta-border-alternate form {
  position: relative;
}

/* 1. The Email field's wrapper becomes the main VISUAL pill container */
.kenjo-post-sidebar-cta-border-alternate .hs_email {
  position: relative;
  display: flex; /* CHANGED: Use flexbox for vertical alignment */
  align-items: center; /* ADDED: This vertically centers the input field */
  height: 58px;
  border-radius: 50px;
  background: #FFFFFF;
  box-shadow: 0 4px 15px rgba(137, 150, 255, 0.15);
}

/* 2. Style the actual text input inside the pill */
.kenjo-post-sidebar-cta-border-alternate .hs_email .hs-input {
  width: 100%;
  height: 100%;
  padding: 0 65px 0 25px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: #333;
}

/* 3. Take the submit button out of the normal flow and place it inside the pill */
.kenjo-post-sidebar-cta-border-alternate .hs_submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 58px;
  width: 58px; /* ADJUSTED: Made it a square for easier centering */
  /* ADDED: Use flexbox to perfectly center the button */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Style the actual button element */
.kenjo-post-sidebar-cta-border-alternate .hs_submit .hs-button {
  width: 50px;
  height: 50px;
  margin: 0; /* REMOVED: No longer need margin for alignment */
  border: none;
  border-radius: 50%;
  background: #8996FF;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 2L11 13M22 2L15 22L11 13L2 9L22 2Z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.2s ease-in-out;
}

.kenjo-post-sidebar-cta-border-alternate .hs_submit .hs-button:hover {
  background-color: #7a88f0;
}

/* 4. Style the privacy policy text to appear cleanly below the pill */
.kenjo-post-sidebar-cta-border-alternate .legal-consent-container {
  text-align: center;
  margin-top: 16px;
}

.kenjo-post-sidebar-cta-border-alternate .legal-consent-container p {
  font-size: 12px;
  line-height: 1.5;
  color: #6d7d93;
  margin: 0;
}

.kenjo-post-sidebar-cta-border-alternate .legal-consent-container a {
  color: #8996FF;
  text-decoration: underline;
}

/* 5. Cleanly style and position the error message */
.kenjo-post-sidebar-cta-border-alternate .hs-error-msgs {
  position: absolute;
  top: 100%;
  left: 25px;
  margin-top: 5px;
  list-style-type: none;
  padding: 0;
  font-size: 12px;
  color: #d93025;
}

/* ==========================================================================
   OLD POST TYPOGRAPHY OVERRIDES (PRE-REDESIGN)
   ========================================================================== */

/*
 * RULE 1: Makes H1s on OLD posts look like NEW H2s.
 * (Overrides the 56px font and 64px line-height from the default H1)
*/
.kenjo-post-body.prechange-typography h1,
.kenjo-post-body.prechange-typography h1 span {
  font-size: 48px !important;
  line-height: 56px !important;
  font-weight: 800 !important;
  color: #000 !important;
}

/*
 * RULE 2: Makes H2s on OLD posts look like NEW H3s.
 * (This is the main fix for your "obnoxiously large" headers)
*/
.kenjo-post-body.prechange-typography h2,
.kenjo-post-body.prechange-typography h2 span {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #000 !important;
  line-height: 40px !important;
}

/*
 * RULE 3: Makes H3s on OLD posts look like NEW H4
 * (This completes the "step-down" logic you mentioned with "...etc")
*/
.kenjo-post-body.prechange-typography h3,
.kenjo-post-body.prechange-typography h3 span {
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 500 !important;
  color: #000 !important;
}