@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

/* Grids */ 
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 30px;
}

/* @media(min-width:1700px) {
    .container-fluid .row-fluid .page-center {
        float: none;
        max-width: 1600px;
        margin: 0 auto;
        padding: 0;
    }
} */

/*********************/
/* General Styles    */
/*********************/

body{
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #484848;
  margin:0;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* @media(min-width:1700px) {
  body{
    font-size: 25px;
    line-height: 44px;
  }
} */

html{
  margin:0;
}

h1, h2, h3, h4, h5 , h6{
  font-style: normal;
  margin:0 0 25px 0;
  color: #484848;
}

h1{
  font-weight:600;
  font-size: 27px;
  line-height: 39px;
}

h2{
  color: #484848;
  font-weight:600;
  font-size: 32px;
  line-height: 37px;
  margin-top: 45px;
}

/* @media(min-width:1700px) {
  h2{
    font-size: 45px;
    line-height: 52px;
  }
} */

.section-heading h2{
  font-size: 28px;
  line-height: 34px;
  margin:0;
}

/* @media(min-width:1700px) {
  .section-heading h2{
    font-size: 41px;
    line-height: 50px;
  }
} */

h3 {
  color: #484848;
  font-weight:600;
  font-size: 28px;
  line-height: 32px;
}

/* @media(min-width:1700px) {
  h3 {
    font-size: 40px;
    line-height: 46px;
  }
} */

h4{
  color: #484848;
  font-weight:500;
  font-size: 24px;
  line-height: 28px;
}

/* @media(min-width:1700px) {
  h4{
    font-size: 32px;
    line-height: 37px;
  }
} */

h5{
  color: #484848;
  font-weight:500;
}

h6{
  color: #484848;
  font-weight:500;
}

p{
  margin: 0 0 15px 0;
  /*text-align: justify;*/
}

ul, ol{
  margin: 0 0 25px 0;
  padding-left:75px;
}

ul li, ol li{
  line-height:30px;
}

/* @media(min-width:1700px) {
  ul li, ol li{
    line-height:44px;
  }
} */

/* ol{ 
  counter-reset: item;
  list-style-type: none;
}
ol li {
  display: block;
}

ol li:before { 
  content: counter(item) "  "; 
  counter-increment: item 
} */

.anchor {
  display: block;
  height: 20px;
  margin-top: -20px;
  visibility: hidden;
}

sup{
  font-size:14px;
}

img{
  height:auto;
}

.section{
  padding:80px 0 80px 0;
}

.scripts{
  display: none !important;
}

.text-center{
	text-align:center;
}

.text-right{
	text-align:right;
}

a, a:visited, a:active{
  color: #D7B586;
}

.hs_cos_wrapper_type_related_blog_posts .post-box .post-header h2 a, .hs_cos_wrapper_type_related_blog_posts .post-box #hubspot-topic_data .topic-link, .footer-col-5 ul li a, .footer-legalese a, #hubspot-topic_data .topic-link:last-child, .blog-post-banner .return-blog-home a, .mobile-menu-cta a, .featured-post-listing .featured-post-item .post-header h2 a, .featured-post-listing .featured-post-item .more-link, .post-listing .post-item .post-header h2 a, .post-listing .post-item #hubspot-topic_data .topic-link, .blog-listing-wrapper .load-more-container #load-more, .featured-post-listing .featured-post-item .post-summary p a {
  text-decoration: none;
}

a:hover{
/*   opacity: 0.8; */
}

.opt{
  min-height:0px !important;
}

/* Form Styles */

body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #484848; 
  border: 1px solid #484848;
  border-radius: 2px;
  height:50px;
  padding:10px 20px;
}

/* @media(min-width:1700px) {
  body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
    height:60px;
  }
} */

textarea{
  min-height:150px;
}

.section.blog-subscription .wrapper-form {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 30px;
}

.wrapper-form-left-content img {
  width: 12.5rem;
  margin-bottom: 1.25rem;
}

@media(max-width:768px) {
  .section.blog-subscription .wrapper-form {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px; 
  }
}

#hs_form_target_module_1698223029991153 form .hs_email {
	width: 300px;
}

#hs_form_target_module_1698223029991153 form .hs_submit .actions input {
	border-radius: 2px;
	background-color: #484848;
	color: white;
  font-weight: bold;
  font-size: 16px;
	border: none;
	width: 300px;
	height: 50px;
	margin: 0;
  cursor: pointer;
  transition: .3s ease;
}
#hs_form_target_module_1698223029991153 form .hs_submit .actions input:hover {
  background: #343434;
}

@media screen and (max-width:767px) {
  #hs_form_target_module_1698223029991153 {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width:500px) {
  #hs_form_target_module_1698223029991153 form { /* formulaire Culture Free Blog Page */
    display: block;
  }
  
  #hs_form_target_module_1698223029991153 {
    display: block;
  }
  
  #hs_form_target_module_1698223029991153 form .hs_email {
    width: 100%;
    padding: 0px;
  }
  
  #hs_form_target_module_1698223029991153 form .hs_submit .actions input {
    margin-top: 0px;
  }
}

form .actions{
  margin-top:6px;
}

fieldset{
  max-width:100% !important;
}

label{
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
}

.hs-form-field .input {
  padding: 0;
}

.hs-form-field .input #email-7d835e21-8f5b-477f-a8e8-68a4b8e22e81_3466 {
  width: 300px;
}

.hs-error-msgs.inputs-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px 0;
  color: #ff2b44;
}

.hs-error-msgs.inputs-list label{
  font-size: 14px;
  line-height: 19px;
}

/* @media(min-width:1700px) {
  .hs-error-msgs.inputs-list label{
    font-size: 23px;
    line-height: 37px;
  }
} */

.hs_error_rollup {
  display: none;
}

.submitted-message p, .submitted-message{
  font-size: 14px;
  line-height: 19px;
}
.submitted-message p{
  margin:0;
}

.mobile-only{
  display:none !important;
}

.desktop-only{
  display:block !important;
  /*box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);*/
}

@media(max-width:1023px){
  .mobile-only{
    display:block !important;
  }
  .desktop-only{
    display:none !important;
  }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BDBDBD;
    opacity: 1; /* Firefox */
    font-weight: 500;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BDBDBD;
    font-weight: 500;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #BDBDBD;
    font-weight: 500;
}

/***************************/
/*    Blog Listing Page    */
/***************************/

/* Navigation */

.navigation .logo img {
  height: auto;
  vertical-align: middle;
  width: 8rem !important;
  /* max-width: 85%; */
}

.desktop-nav-container{
  padding: 1.25rem 0 0.625rem 0;
}

.desktop-nav-container .row-fluid-wrapper .row-fluid .span10.widget-span.widget-type-custom_widget {
  width: 80% !important;
}

.desktop-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal{
  line-height:1;
}

.desktop-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #484848;
  max-width: 200px;
  padding: 10px 10px;
}

.desktop-nav-container .span3 {
  width: auto;
}

.desktop-nav-container .span7 {
  width: auto;
  float: right;
}

.container-header-button {
  margin-top: 0.25rem;
}

#button_module_1711118765762180 /* lien connexion */ {
  color: #484848;
  text-decoration: none;
  font-size: 1rem;
}

#hs_cos_wrapper_module_1711118836144232 /* container bouton tester gratuitement */ {
  width: 12.5rem;
  font-size: 1rem;
}
#hs-button_module_1711118836144232 /* bouton tester gratuitement */ {
  text-decoration: none;
  color: white;
  background-color: #484848;
  padding: 0.625rem 1rem;
}
#hs-button_module_1711118836144232:hover {
  background-color: #343434;
}

/* @media(min-width:1700px) {
  .desktop-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size: 22px;
    line-height: 33px;
    padding: 10px 20px;
  }
} */

.desktop-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children{
  line-height:1;
/*   margin-top:3px; */
}

.desktop-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a::after{
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-left:8px;
  transition: 1s;
}

.desktop-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover > a::after{
  transform: rotate(180deg);
}

/* Dropdown */
.desktop-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > ul.hs-menu-children-wrapper{
  box-shadow: 0px 11px 18px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 15px 0;
  background: #FFFFFF;
}

/* @media(min-width:1700px) {
  .desktop-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > ul.hs-menu-children-wrapper{
    padding:20px 0;
  }
} */

.desktop-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  max-width:none;
  width:auto;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #484848;
  padding: 10px 27px;
}

/* @media(min-width:1700px) {
  .desktop-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size: 25px;
    line-height: 34px;
    padding: 15px 40px;
  }
} */

.desktop-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
  background: #FBF7F3;
  color: #484848;
}

/* Right Navigation */
.right-navigation{
  position:relative;
}
.right-navigation::before{
  content: '';
  border-left: 2px solid #BDBDBD;
  position: absolute;
  height: 70%;
  left: 0;
  top: 20%;
}

/* @media(min-width:1700px) {
  .right-navigation::before{
    height: 80%;
    top: 10%;
  }
} */

a.menu-cta{
  background: #484848;
  border-radius: 2px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 9px 10px;
  float:right;
  margin-top: 2px;
  margin-left: 10px; 
  transition-duration: 350ms; 
  text-decoration: none;
}

a.menu-cta:hover {
  background: #343434;
}

/* @media(min-width:1700px) {
  a.menu-cta{
    padding: 7px 33px;
    font-size: 22px;
    line-height: 33px;
    margin-top: 3px;
  }
} */

/* Search */
.hs-search-field .hs-search-field__bar{
  line-height:1;
}
.hs-search-field .hs-search-field__bar form input[type="text"]{
  border: 2px solid #BDBDBD;
  box-sizing: border-box;
  border-radius: 37px;
  height: 40px;
  background-image: url(https://blog.acasi.io/hubfs/Acasi%20Blog/Magnifying%20glass%20icon.svg);
  background-repeat: no-repeat;
  background-position: 18px center;
  padding: 10px 0 10px 50px;
  background-size: 17px 17px;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  margin-top: 2px;
}

/* @media(min-width:1700px) {
  .hs-search-field .hs-search-field__bar form input[type="text"]{
    height: 52px;
    font-size: 17px;
    line-height: 24px;
    background-size: 22px 22px;
    margin-top: 0px;
  }
} */

.hs-search-field .hs-search-field__bar form input[type="text"]:focus{
  outline:none;
}

/* Predictive Search */
.hs-search-field--open .hs-search-field__suggestions{
  position: absolute;
  top: 50px;
  box-shadow: none;
/*   padding: 10px 15px; */
  background-color: white;
  width: 100%;
  border: 3px solid #bdbdbd;
  border-radius: 20px;
  z-index: 1;
}

/* @media(min-width:1700px) {
  .hs-search-field--open .hs-search-field__suggestions{
    top:65px;
  }
} */

.hs-search-highlight{
  color: #9fdffa;
}

.hs-search-field__suggestions li{
  padding: 15px 20px;
  font-size: 18px;
  line-height: 29px;
}

/* @media(min-width:1700px) {
  .hs-search-field__suggestions li{
    font-size: 25px;
    line-height: 31px;
  }
} */

.hs-search-field__suggestions li:hover{
  background-color: rgba(0,0,0,0.1);
  outline: 0;
}

.hs-search-field__suggestions li#results-for{
  color: #484848;
  padding: 15px 20px 0 20px;
  margin: 0 0 5px 0;
}

.hs-search-field__suggestions li#results-for:hover{
  background-color:transparent;
}

.hs-search-field__suggestions a{
  color: #484848;
  font-size: 15px;
  line-height: 18px;
  font-weight:600;
}

/* @media(min-width:1700px) {
  .hs-search-field__suggestions a{
    font-size: 18px;
    line-height: 29px;
  }
} */

.hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus{
  background-color: transparent;
}

/* Section Featured Post */
#hs_cos_wrapper_module_1619123894307600 {
 background: white;
 box-shadow: inset 0px 3px 5px rgb(0 0 0 / 10%);
}

#hs_cos_wrapper_module_1619123894307600 h1 { /* h1 */
  max-width: 1090px;
  margin: 0 auto 0 auto;
  padding: 20px 50px 20px 50px;
  font-size: 30px;
}

.header-blog {
  padding: 0 0 20px 0;
}

.section.featured-post{
  /*background: #FFF9DC;*/
  background: #FBF7F3;
  padding: 0px 0 45px 0;
}

/* Section Blog Post Banner */
.section.blog-post-banner{
  background: FFF9DC;
  padding: 25px 0;
}

#hs_cos_wrapper_module_16165367708422261 .featured-post-listing .featured-post-item .row-fluid-wrapper .row-fluid .span6 .hs-featured-image-wrapper a img:hover {
  box-shadow: 0 0 0 2px rgba(250, 228, 107, 0.8);
}

.body-container .row-number-5 .row-fluid .blog-post-banner {
  background: #FBF7F3;
}

.body-container .row-number-2 .row-fluid .blog-subscription {
  /*padding-top: 50px;
  padding-bottom: 50px;*/
  padding: 0;
}

/* Section Article Levels */
/*.level-container .section-heading{
  border-right: 2px solid #828282;
}
.level-container .section-heading h2{
  line-height: 80px;
}*/

.featured-post-listing .featured-post-item .post-header h2 a {
  color: #484848;
}

.featured-post-listing .featured-post-item .more-link {
  color: #484848;
}
.featured-post-listing .featured-post-item .more-link:hover {
  font-weight: 600;
}

.level-container > .row-fluid-wrapper .row-fluid{
  display: flex;
  align-items: center;
}

.level-container .level-text{
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #828282;
  padding: 0 0 0 40px;
}

/* @media(min-width:1700px) {
  .level-container .level-text{
    font-size: 19px;
    line-height: 24px;
  }
} */


/* General Topic Styles */

#hs_cos_wrapper_module_151388193213234 { /* logo header */
  width: 200px;
}

.tag-separator{
  color: #828282;
}

#hubspot-topic_data .topic-link:first-child{
  color: #D7B586;
}

#hubspot-topic_data .topic-link:last-child{
  color: #484848;
}

/* General Topic Styles End */

/* Section - Blog Main - Listing */
.blog-main{
  padding: 40px 0 30px 0;
  /*box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);*/
}

.post-listing{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:50px;
}

.post-listing .post-item{
  float: left;
  margin-bottom: 50px;
  background-color: white;
  flex: 0 0 calc( (100% - 5rem)/3 );
  position: relative;
  display: none;
}

.post-listing .post-item-8, .post-listing .post-item-9, .post-listing .post-item-10, .post-listing .post-item-11, .post-listing .post-item-12, .post-listing .post-item-13 {
  display: block !important;
}

.post-listing .post-item.post-blank{
  display:none;
}

.post-listing .post-item .hs-featured-image-wrapper{
  margin: 0 0 20px 0;
  position: relative;
}

.post-listing .post-item .hs-featured-image-wrapper img.featured-image{
  box-shadow: 0px 1.06617px 10.6617px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.post-listing .post-item .hs-featured-image-wrapper img.featured-image:hover{
  box-shadow: 0 0 0 2px rgba(250, 228, 107, 0.8);
}

.post-listing .post-item .hs-featured-image-wrapper img.featured-image-icon{
  position: absolute;
  right: 20px;
  bottom: 20px;
  width:33px;
  height:33px;
}

.post-listing .post-item .post-header h2{
  font-size: 21px;
  line-height: 26px;
  margin: 0;
}

#hs_cos_wrapper_module_1616700409696936_ .post-box .hs-featured-image-wrapper a img:hover {
  box-shadow: 0 0 0 2px rgba(250, 228, 107, 0.8);
}

#hs_cos_wrapper_module_1616688618579123 .row-fluid-wrapper .row-fluid .span6 .hs-featured-image-wrapper a img:hover {
  box-shadow: 0 0 0 2px rgba(250, 228, 107, 0.8);
}

/* @media(min-width:1700px) {
  .post-listing .post-item .post-header h2{
    font-size: 32px;
    line-height: 39px;
  }
} */

.hs-menu-item a {
  margin: 0;
}

.post-listing .post-item .post-header h2 a{
  font-weight: 600;
  color: #484848;
}

.post-listing .post-item .post-header h2 a:hover{
  color: #343434;
}

.post-listing .post-item #hubspot-topic_data{
  color: #D7B586;
  line-height: 1;
  margin: 0 0 10px 0;
}

.post-listing .post-item #hubspot-topic_data .topic-link{
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

/* @media(min-width:1700px) {
  .post-listing .post-item #hubspot-topic_data .topic-link{
    font-size: 25px;
    line-height: 31px;
  }
} */

/* Load More */
.blog-listing-wrapper .load-more-container{
    margin: 30px 0 50px 0;
}

.blog-listing-wrapper .load-more-container #load-more{
  background: #484848;
  box-shadow: 0px 1.06617px 10.6617px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 15px 55px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: white;
  border: none;
  display: inline-block;
  transition: .3s ease;
}

.blog-listing-wrapper .load-more-container #load-more:hover {
  background: #343434; 
}

/* @media(min-width:1700px) {
  .blog-listing-wrapper .load-more-container #load-more{
    font-size: 34px;
    line-height: 40px;
    padding: 20px 75px;
  }
} */

/* Section - Blog Main - Post Page */
.post-body{
  padding: 0 10%;
}

.post-body span > p:first-child::first-letter{
  font-size: 84px;
  line-height: 83px;
  color: #484848;
  float: left;
  padding: 0 5px 0 0;
}

@-moz-document url-prefix() {
  .post-body span > p:first-child::first-letter{
    margin: 12px 0 -6px 0;
  }
}

.post-body span > p:first-child{
  font-size: 24px;
  line-height: 42px;
  font-weight:600;
}

.post-body ul li, .post-body ol li{
  margin: 0 0 25px 0;
}

.post-body a{
  color: #484848;
}

/* Request PDF Form */
.post-form{
  padding: 50px 12% 0 12%;
}

.post-form .request-pdf-icon{
  display:none;
}

.post-form .request-pdf-form-container{
  margin-left:0;
}

.post-form .request-pdf-form h3#hs_cos_wrapper_my_form_title{
  display:none;
}

.post-form .request-pdf-form-heading{
  font-weight: 500;
  color: #484848;
}

.post-form .request-pdf-form{
  padding-left:30px;
}

.post-form .request-pdf-form form .hs-form-field, .post-form .request-pdf-form form .hs_submit{
  float: left;
}

.post-form .request-pdf-form form .hs-form-field{
  width: 285px;
}

.post-form .request-pdf-form form .hs-form-field .input{
  padding: 0 0 20px 0;
}

.post-form .request-pdf-form form .actions{
  margin-top:0;
}

.post-form .request-pdf-form input[type="email"]{
  border: 3px solid #BDBDBD;
  border-radius: 13px;
}

.post-form .request-pdf-form form .hs_submit input{
  background: #484848;
  border-radius: 2px;
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  /* color: #132966; */
  color: white;
  padding: 10px 30px;
  margin-left: 30px;
  border: 0;
}

@media(min-width:768px){
  .post-form .request-pdf-form .submitted-message{
    padding: 20px 0;
  }
}

.post-bottom{
  padding: 0 12%;
  margin-top: 60px;
}

.post-bottom-inner{
  padding-top: 60px;
  border-top: 2px solid #BDBDBD;
}

.post-bottom-inner >.row-fluid{
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-bottom .post-meta{
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-bottom .post-meta .author-image img{
  border-radius:50%;
  border: 6px solid #FFFFFF;
  max-width: 90%;
  max-height: 90%;
}

.post-bottom .post-meta .author-name-date{
  padding: 0 0 0 10px;
}

/* @media(min-width:1700px) {
  .post-bottom .post-meta .author-name-date{
    padding: 0;
  }
} */

.post-bottom .post-meta .author-name{
  font-size: 19px;
  line-height: 23px;
}

/* @media(min-width:1700px) {
  .post-bottom .post-meta .author-name{
    font-size: 28px;
    line-height: 34px;
  }
} */

.post-bottom .post-meta .post-date{
  font-size: 14px;
  line-height: 17px;
}

/* @media(min-width:1700px) {
  .post-bottom .post-meta .post-date{
    font-size: 20px;
    line-height: 24px;
  }
} */

.post-bottom .sharing{
  line-height:1;
  text-align:right;
}

.post-bottom .sharing span{
  font-size: 14px;
  line-height: 35px;
  margin: 0 50px 0 0;
}

/* @media(min-width:1700px) {
  .post-bottom .sharing span{
    font-size: 20px;
    line-height: 55px;
  }
} */

.post-bottom .sharing a img{
  height: 35px !important;
  width: 35px !important;
}

/* @media(min-width:1700px) {
  .post-bottom .sharing a img{
    height: 55px !important;
    width: 55px !important;
  }
} */

.post-bottom .sharing a{
  margin: 0 25px 0 0;
}

.post-bottom .sharing a:last-child{
  margin: 0;
}

/* Custom HTML Block - Quote */
.blog-post-quote-block{
  padding: 0px 20%;
  margin: 50px 0;
}


.blog-post-quote-block p{
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  font-weight:600;
  margin:0;
}

@media (max-width: 768px){
  .blog-post-quote-block p{
    font-size: 22px;
    line-height: 30px;
  }
}



/* @media (min-width: 1700px){
  .blog-post-quote-block p{
    font-size: 45px;
    line-height: 52px;
  } 
} */

/* Custom HTML Block - Featured Text */
.blog-post-featured-text-block{
  background: #FBF7F3;
  display: flex;
  padding: 25px;
  margin: 50px 0;
  align-items: center;
}

@media (min-width: 768px){
  .blog-post-featured-text-block{
    padding: 25px 25px 25px 0;
  }
}

/* @media (min-width: 1700px){
  .blog-post-featured-text-block{
    padding: 50px 50px 50px 0;
  }
} */

.blog-post-featured-text-block .featured-icon{
  width: 10%;
  text-align: center;
}

.blog-post-featured-text-block .featured-icon img{
  max-width: 70% !important;
}

@media (min-width: 768px){
  .blog-post-featured-text-block .featured-icon img{
    max-width: 50% !important;
  }
}

/* @media (min-width: 1700px){
  .blog-post-featured-text-block .featured-icon img{
    max-width: 70% !important;
  }
} */

.blog-post-featured-text-block .featured-text{
  width:90%;
}

.blog-post-featured-text-block .featured-text p{
  font-size: 17px;
  line-height: 30px;
  color: #484848;
  margin:0;
  font-weight:500;
}

/* @media (min-width: 1700px){
  .blog-post-featured-text-block .featured-text p{
    font-size: 25px;
    line-height: 44px;
  }
} */

/* Custom HTML Block - Table of Contents */
.blog-post-table-of-contents-block{
  margin: 50px 0;
}

.blog-post-table-of-contents-block .toc-heading{
  font-size: 32px;
  line-height: 37px;
  color: #484848;
  margin-bottom:20px;
  font-weight:600;
}

/* @media (min-width: 1700px){
  .blog-post-table-of-contents-block .toc-heading{
    font-size: 45px;
    line-height: 52px;
  }
} */

.blog-post-table-of-contents-block ul.toc-sections{
  list-style-type:none;
  padding-left:0;
  margin:0;
}

.blog-post-table-of-contents-block ul.toc-sections li{
  padding:5px 0;
}

/* @media (min-width: 1700px){
  .blog-post-table-of-contents-block ul.toc-sections li{
    padding:10px 0;
  }
} */

.blog-post-table-of-contents-block ul.toc-sections li a{
  font-size: 18px;
  line-height: 25px;
  /*color: #9FDFFA;*/
}

/* @media (min-width: 1700px){
  .blog-post-table-of-contents-block ul.toc-sections li a{
    font-size: 30px;
    line-height: 36px;
  }
} */

/* Section - Blog Subscription */
.blog-subscription{
  background: rgba(250, 228, 107, 0.8);
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: -30px;
}

.subscription-img {
  margin-top: 20px;
}

.blog-subscription-form {
  margin-top: 10px;
}

#hsForm_7d835e21-8f5b-477f-a8e8-68a4b8e22e81_827 .hs-form-field .input {
  padding: 0 !important;
}

.arguments-subscription p {
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}

/* @media(min-width:1700px) {
  .blog-subscription .section-heading{
    padding: 0 0 0 60px;
  }
} */

.blog-subscription .widget-type-blog_subscribe h3{
  display:none;
}

.blog-subscription .widget-type-blog_subscribe form .hs-form-field, .blog-subscription .widget-type-blog_subscribe form .hs_submit{
  float:left;
}

.blog-subscription .widget-type-blog_subscribe form .hs-form-field{
  width: 300px;
}

/* @media(min-width:1700px) {
  .blog-subscription .widget-type-blog_subscribe form .hs-form-field{
    width: 500px;
  }
} */

.blog-subscription .widget-type-blog_subscribe form .hs-form-field .input{
  padding: 0 0 20px 0;
}

.blog-subscription .widget-type-blog_subscribe form .actions{
  margin-top:0;
}

.blog-subscription .widget-type-blog_subscribe form .hs_submit input{
  background: #484848;
  border-radius: 2px;
  font-weight: bold;
  font-size: 19px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 10px 50px;
  margin-left:50px;
  border:none;
}

/* @media(min-width:1700px) {
  .blog-subscription .widget-type-blog_subscribe form .hs_submit input{
    font-size: 28px;
    line-height: 44px;
    padding: 8px 75px;
  }
} */

@media(max-width:768px){
  .blog-subscription{
    padding-top: 20px !important;
    padding-bottom: 15px !important;
  }

  /*.blog-subscription form{
    margin-top: -10px;
  }
  .blog-subscription form input{
    margin-top: 0 !important;
    width: 300px;
  }
  .blog-subscription form .input{
    padding-top: 5px !important;
  }
  .blog-subscription .submitted-message{
    padding: 14px 0;
  }*/
  
  .arguments-subscription ul li span, .arguments-subscription p span {
    font-size: 16px;
  }
}

/* Section - Guides */
.guides .section-heading{
  margin-bottom: 50px;
}

.guides .guide-box{
  box-shadow: 0px 1.06617px 10.6617px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.guides .guide-box:hover{
  box-shadow: 0 0 0 2px rgba(250, 228, 107, 0.8);
}

.guides .guide-image img{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.guides .guide-title{
  padding: 30px 15px;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  color: #484848;
}

/* @media(min-width:1700px) {
  .guides .guide-title{
    padding: 40px 20px;
    font-size: 32px;
    line-height: 39px;
  }
} */

.guides .guide-link{
  display:none;
}

/* Section - Ready to Switch?*/
.ready-to-switch{
/*   box-shadow: 0px 0px 10px rgb(0 0 0 / 15%); */
}
.hs-blog-post .ready-to-switch{
  box-shadow: none;
}

/* Section - Related Articles */
.related-articles{
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
  padding: 80px 0 30px 0;
}

/* Footer*/
.section.footer{
  background: #FBF7F3;
  padding: 80px 0 25px 0;
}

.footer-col-1 .footer-logo img{
  max-width: 60% !important;
}

.footer-col-1 .about-us{
  margin: 25px 0 0 0;
}

.footer-col-1 .about-us p{
  color: #484848;
  font-size: 15px;
  line-height: 24px;
  padding: 0 15px 0 0px;
}

/* @media(min-width:1700px) {
  .footer-col-1 .about-us p{
    font-size: 23px;
    line-height: 37px;
  }
} */

.footer-col-1 .membership p{
  color: #484848;
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 0 5px;
}

/* @media(min-width:1700px) {
  .footer-col-1 .membership p{
    font-size: 26px;
    line-height: 36px;
    margin: 0;
  }
} */

.footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal >ul{
  width:100%;
}
.footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal >ul li.hs-menu-depth-1{
  width:30%;
  margin-left: 100px;
}
.footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal >ul li.hs-menu-depth-1:first-child{
  margin-left:75px;
}

.topic-link {
  text-decoration: none;
}

@media screen and (max-width:767px) {
  .footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal >ul li.hs-menu-depth-1:first-child {
    margin-left: 0px;
  }
}

.footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
  line-height:1;
}
.footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #484848;
  max-width: none;
  width: auto;
  white-space: break-spaces;
  padding: 10px 0;
}

/* @media(min-width:1700px) {
  .footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a{
    font-size: 23px;
    line-height: 37px;
  }
} */

.footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  position: relative;
  display: block !important;
}

.footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #484848;
  max-width: none;
  width: auto;
  white-space: break-spaces;
  padding: 10px 0;
}

/* @media(min-width:1700px) {
  .footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size: 23px;
    line-height: 37px;
  }
} */

.footer-col-5 ul{
  padding:0;
  list-style: none;
  margin: 0;
}

.footer-col-5 ul li{
  line-height:1;
}

.footer-col-5 ul li a{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #484848;
  max-width: none;
  width: auto;
  white-space: break-spaces;
  display:block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0px;
}

/* @media(min-width:1700px) {
  .footer-col-5 ul li a{
    font-size: 23px;
    line-height: 37px;
  }
} */

.footer-col-5 ul li.heading a{
  font-weight: 600;
}

.footer-col-5 ul li.social a{
  display:inline-block;
  padding: 10px 0;
  margin: 0 8px 0 0;
}

.footer-col-5 ul li.social a img{
  width: 27px;
  height: 27px;
}

/* @media(min-width:1700px) {
  .footer-col-5 ul li.social a img{
    width: 35px;
    height: 35px;
  }
} */

.footer-legalese{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top:80px;
  padding-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 2px solid #484848;
}

.footer-legalese .copyright{
  font-size: 16px;
  line-height: 26px;
  color: #484848;
  font-weight:600;
}

.footer-legalese a{
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
}

/* @media(min-width:1700px) {
  .footer-legalese .copyright{
    font-size: 23px;
    line-height: 37px;
  }

  .footer-legalese a{
    font-size: 23px;
    line-height: 37px;
  }
} */

/* Search Results Page */
.section.search-results{
  padding: 80px 0 30px 0;
}

.hs-search-results{
  padding: 0 12%;
}

.search-input-container{
  padding: 0 30%;
}

.search-input-container .hs-search-field--open .hs-search-field__suggestions{
  display:none;
}

.search-header h1{
  font-size: 34px;
  line-height: 39px;
  margin: 40px 0;
}

/* @media(min-width:1700px) {
  .search-header h1{
    font-size: 50px;
    line-height: 58px;
  }
} */

.search-result-row{
  width:100%;
  margin-bottom: 50px;
  padding: 30px 45px;
  box-shadow: 0px 1.06617px 10.6617px rgba(0, 0, 0, 0.15);
  border-radius: 36px;
  cursor:pointer;
  display:none;
}

/* @media(min-width:1700px) {
  .search-result-row{
    padding: 40px 60px;
  }
} */

.search-result-row:hover{
  box-shadow: 0 0 0 2px rgba(250, 228, 107, 0.8);
}

.search-result-row .hs-featured-image-wrapper{
  position: relative;
  padding: 0 25px 0 0;
}

.search-result-row .hs-featured-image-wrapper img.featured-image{
  box-shadow: 0px 1.06617px 10.6617px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.search-result-row .hs-featured-image-wrapper img.featured-image-icon{
  position: absolute;
  right: 40px;
  bottom: 20px;
  max-width:33px;
}

/* @media(min-width:1700px) {
  .search-result-row .hs-featured-image-wrapper img.featured-image-icon{
    max-width:44px;
  }
} */

.search-result-row #hubspot-topic_data{
  color: #D7B586;
  line-height: 1;
  margin: 0 0 15px 0;
}

.search-result-row #hubspot-topic_data .topic-link{
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}

/* @media(min-width:1700px) {
  .search-result-row #hubspot-topic_data .topic-link{
    font-size: 25px;
    line-height: 31px;
  }
} */

.search-result-row .post-header h2{
  font-size: 23px;
  line-height: 26px;
  margin: 0 0 15px 0;
  color: #484848;
}

/* @media(min-width:1700px) {
  .search-result-row .post-header h2{
    font-size: 34px;
    line-height: 39px;
  }
} */

.search-result-row .post-meta .author-name{
  font-size: 17px;
  line-height: 21px;
  margin-bottom:5px;
  color: #BDBDBD;
}

/* @media(min-width:1700px) {
  .search-result-row .post-meta .author-name{
    font-size: 19px;
    line-height: 23px;
  }
} */

.search-result-row .post-meta .post-date{
  font-size: 14px;
  line-height: 17px;
  color: #BDBDBD;
}

/* @media(min-width:1700px) {
  .search-result-row .post-meta .post-date{
    font-size: 14px;
    line-height: 17px;
  }
} */

.search-result-row .hs-search-highlight{
  color: #484848;
}

.hs-search-results .load-more-container{
    margin: 30px 0 50px 0;
}

.hs-search-results .load-more-container #load-more{
  background: #484848;
  box-shadow: 0px 1.06617px 10.6617px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 15px 55px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: white;
  border: none;
  display: inline-block;
}

/* @media(min-width:1700px) {
  .hs-search-results .load-more-container #load-more{
    font-size: 34px;
    line-height: 40px;
    padding: 20px 75px;
  }
} */

/* No Results */
.hs-search__no-results{
  width: 100%;
  padding: 0 0 25px 0;
  text-align:center;
}

.hs-search__no-results h1 {
  font-size: 34px;
  line-height: 39px;
  margin: 40px 0;
}

/* @media (min-width: 1700px){
  .hs-search__no-results h1 {
      font-size: 50px;
      line-height: 58px;
  }
} */

/* Error Pages */

.error{
  padding: 120px 0;
}

.error-image img{
  max-width: 230px !important;
}
.error-type{
  font-size: 94px;
  line-height: 115px;
  color: #484848;
  font-weight: 600;
}
.error-message{
  font-size: 28px;
  line-height: 35px;
  color: #828282;
  font-weight: 500;
}

@media(max-width:1149px) and (min-width:1024px) {
  /* Navigation */
  .desktop-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 13px;
    line-height: 20px;
  }
  .desktop-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-size: 16px;
    line-height: 21px;
  }
  a.menu-cta {
    padding: 9px 22px;
  }
  /* Request PDF Form */
  .post-form .request-pdf-form form .hs-form-field{
    width:245px;
  }
  .post-form .request-pdf-form form .hs_submit input{
    padding: 10px 20px;
  }
  /* Section - Blog Subscription */
  .blog-subscription .widget-type-blog_subscribe form .hs-form-field{
    width:280px;
  }
  .blog-subscription .widget-type-blog_subscribe form .hs_submit input {
    padding: 10px 40px;
  }
}

@media(max-width:1023px) and (min-width:768px) {
  /* Request PDF Form */
  .post-form {
    padding: 50px 5% 0 5%;
  }
  .post-form .request-pdf-form form .hs-form-field{
    width:180px;
  }
  .post-form .request-pdf-form form .hs_submit input{
    padding: 10px 20px;
  }
  /* Section - Blog Subscription */
  .blog-subscription .widget-type-blog_subscribe form .hs-form-field{
    width:200px;
  }
  .blog-subscription .widget-type-blog_subscribe form .hs_submit input {
    padding: 10px 20px;
    margin-left: 30px;
  }
  /* Section - Blog Main - Listing */
  .post-listing .post-item {
    flex: 0 0 calc( (100% - 3rem)/2 );
  }
  .post-listing .post-item .hs-featured-image-wrapper img.featured-image-icon{
    max-width:22px;
  }
  /* Section - Blog Main - Post Page */
  .post-body {
    /*padding: 0 5%;*/
    padding: 0;
  }
  .post-bottom {
    padding: 0 5%;
  }
  .post-bottom .sharing span {
    margin: 0 25px 0 0;
  }
  .post-bottom .sharing a {
    margin: 0 15px 0 0;
  }
  /* Search Results Page */
  .hs-search-results{
    padding: 0 5%;
  }
  .search-result-row {
    padding: 20px 30px;
  }
  .search-result-row .hs-featured-image-wrapper img.featured-image-icon{
    bottom: 15px;
  }
  .search-result-row #hubspot-topic_data .topic-link {
    font-size: 15px;
    line-height: 19px;
  }
  .search-result-row .post-header h2{
    font-size:18px;
    line-height:20px;
  }
  .search-result-row .post-meta .author-name {
    font-size: 15px;
    line-height: 19px;
  }
  .search-result-row .post-meta .post-date {
    font-size: 13px;
    line-height: 16px;
  }
}

@media(max-width:1149px) and (min-width:768px) {
  .section-heading h2 {
    font-size: 20px;
    line-height: 24px;
  }
  /* Article Levels */
  .level-container .level-text{
    padding: 0 0 0 20px;
  }
  .footer-col-1 .about-us p {
    font-size: 13px;
    line-height: 21px;
  }
  .footer-col-1 .membership p {
    font-size: 12px;
    line-height: 17px;
  }
  .footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a {
    font-size: 14px;
    line-height: 23px;
  }
  .footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-size: 14px;
    line-height: 23px;
  }
  .footer-col-5 ul li a {
    font-size: 14px;
    line-height: 23px;
  }
  .footer-col-5 ul li.social a img {
    width: 23px;
    height: 23px;
  }
  .footer-legalese .copyright {
    font-size: 10px;
    line-height: 16px;
  }
  .footer-legalese a {
    font-size: 10px;
    line-height: 16px;
  }
}

/* Mobile - Menu */
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1024px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 1023px){
  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this 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:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 30px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

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

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

/* Custom Menu Styles */
@media(max-width:1023px){
  .hs-tools-menu{
    display:none;
  }
  body.mobile-open{
    overflow: hidden;
    height: 100vh;
  }
  .mobile-nav-container .logo{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
  }
  .mobile-nav-container .logo img{
    width: 8rem !important;
    height: auto;
  }
  .custom-menu-primary.js-enabled{
    padding-top: 76px;
    margin: 0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    height: 100vh;
    background-color: transparent;
  }
  .mobile-trigger{
    top: 16px;
  }
/*   .mobile-open .mobile-trigger, .mobile-trigger, .mobile-trigger:hover {
    background-color: transparent;
    border-color: transparent;
  } */
  .mobile-trigger:hover{
    background-color: transparent;
  }
  .mobile-open .mobile-trigger{
    background-color: transparent;
  }
  /* New Hamburger Icon*/
  .mobile-trigger{
    -webkit-transform: rotate(0deg) scale(0.5);
    -moz-transform: rotate(0deg) scale(0.5);
    -o-transform: rotate(0deg) scale(0.5);
    transform: rotate(0deg) scale(0.5);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
  }
  .mobile-trigger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .mobile-trigger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .mobile-trigger span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .mobile-trigger span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .mobile-open .mobile-trigger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
  }
  .mobile-open .mobile-trigger span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .mobile-open .mobile-trigger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
  }
  /* Dropdown */
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 21px; /* Font size of top level list items */
    line-height: 30px;
    color: #484848;
    font-weight:500;
    padding: 7px 10px 7px 20px;
  }
  /* Level 1*/
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#343434;
  }
  /* Level 2*/
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 40px;
    font-size: 19px;
    line-height: 26px;
    color: #484848;
    font-weight:400;
  }
  /* Child Trigger */
  .child-trigger{
    height:45px !important;
    border-left:none;
    width:100% !important;
    background-image: url('https://3954166.fs1.hubspotusercontent-na1.net/hubfs/3954166/down-arrow.svg');
    background-repeat:no-repeat;
    background-position: right center;
    background-size: 23px; 23px;
    z-index:200;
  }
  .custom-menu-primary a::selection {
    background: transparent; /* WebKit/Blink Browsers */
  }
  .custom-menu-primary a::-moz-selection {
    background: transparent; /* Gecko Browsers */
  }
  .mobile-menu-cta a{
    background: #484848;
    border-radius: 2px;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 9px 32px;
    display:inline-block;
    width:auto;
    transition: .3s ease;
    display:none;
  }
  .mobile-menu-cta a:hover {
    background: #343434;
  }
  .mobile-menu-cta{
    margin: 10px 20px;
    border-top: 2px solid #828282;
    width: auto;
    padding: 20px 0;
  }
  .mobile-menu-search form{
    padding: 10px 20px 15px 20px;
    display:none;
  }
  .mobile-menu-search .hs-search-field--open .hs-search-field__suggestions {
    display: none;
  }
}

/* Mobile Styles */
@media(max-width:767px){
  .spacer{
    display: none !important; 
  }
  .blog-post-banner .post-header h1 {
    font-size: 22px; 
    line-height: 28px; 
  }
  p {
    font-weight : 400; 
    font-size : 1.1rem; 
    line-height : 1.8rem; 
    margin : 0 0 15px 0; 
  }
  h2{
    font-size: 20px !important;
    line-height: 25px !important;
    margin-top: 45px; 
    margin-bottom: 10px; 
  }
  h3{
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px; 
    margin-bottom: 15px; 
  }
  h4{
    font-size: 21px;
    line-height: 25px;
  }
  .post-body ul li, .post-body ol li {
    margin: 0 0 10px 0; 
  }
  .article-levels{
    padding:45px 0;
  }
  .article-levels .person-image{
    display:none;
  }
  .level-images{
    margin-top:20px;
  }
  .level-images > .row-fluid-wrapper .row-fluid > .span4{
    width:33%;
    float:left;
    padding:0 10px 0 10px;
  }
  .section-heading h2{
    text-align: center;
  }
  .featured-post .section-heading h2{
    text-align:left;
  }
  /* Article Levels */
  .level-container>.row-fluid-wrapper .row-fluid{
    display: block;
  }
  .level-container .section-heading{
    border-right:none;
  }
  .level-container .level-text{
    text-align:center;
    padding:0;
  }
  .blog-main{
    padding: 50px 0 0 0;
  }
  .post-listing .post-item{
    flex: 0 0 100%;
  }
  .post-listing .post-item .hs-featured-image-wrapper img.featured-image-icon{
    max-width:33px;
  }
  .blog-post-banner .post-meta {
    height: 50px;
  }
  .blog-post-banner .post-meta .author-image {
    height: 100px;
  }
  .blog-post-banner .post-meta .author-image img {
    margin-top: 20px;
    max-width: 65%; 
    max-height: 65%; 
  }
  .blog-listing-wrapper .load-more-container {
    margin: 0px 0 50px 0;
  }
  .blog-listing-wrapper .load-more-container #load-more{
    padding: 15px 30px;
    font-size: 16px;
    line-height: 19px;
  }
  .blog-subscription {
    text-align:center;
    padding: 45px 0;
  }
  .blog-subscription .rocket-icon img{
    max-width: 90px !important;
  }
  .blog-subscription .section-heading {
    padding: 20px 0;
  }
  .blog-subscription .widget-type-blog_subscribe form .hs-form-field, .blog-subscription .widget-type-blog_subscribe form .hs_submit {
    float: none;
  }
  .blog-subscription .widget-type-blog_subscribe form .hs-form-field {
    width: auto;
  }
  .blog-subscription .widget-type-blog_subscribe form .hs_submit input{
    margin:0;
    -webkit-appearance: none;
  }
  .guides{
    padding: 45px 0;
  }
  .guides .row-fluid-wrapper .row-fluid .guide-box{
    margin-bottom:50px;
  }
  .guides .row-fluid-wrapper .row-fluid .guide-box:last-child{
    margin-bottom:0px;
  }
  .ready-to-switch{
    padding: 45px 0;
  }
  .section.footer{
    padding: 45px 0;
  }
  .member-info .row-fluid-wrapper .row-fluid .span2{
    float:left;
    width:20%;
    margin-right:2%;
  }
  .member-info .row-fluid-wrapper .row-fluid .span8{
    float:left;
    width:78%;
  }
  .footer-menu-container{
    margin-top:25px;
  }
  .footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
    width:100%;
    margin-left:0;
    margin-bottom:40px;
  }
  .footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding: 5px 0;
  }
  .footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    display:inline-block;
  }
  .footer-legalese{
    border-top: 2px solid #828282;
    margin-top:20px;
    flex-direction: column;
  }
  .footer-legalese .copyright{
    color: #828282;
    padding: 5px 0;
  }
  .footer-legalese a{
    color: #828282;
    padding: 5px 0;
  }
  /* Post Page */
  .hs-blog-post .blog-main{
    padding:50px 0;
  }
  .post-body{
    padding:0;
  }
  .post-body span > p:first-child{
    font-size: 1.1rem !important;
    line-height: 1.8rem !important;
    margin-bottom: 20px; 
  }
  .post-body span > p:first-child::first-letter{
    font-size: 70px;
    line-height: 69px;
  }
  @-moz-document url-prefix() {
    .post-body span > p:first-child::first-letter{
      margin: 10px 0 -5px 0;
    }
  }
  ul, ol {
    padding-left: 33px;
  }
  /* Request PDF Form */
  .post-form{
    padding: 25px 0 0 0;
  }
  .post-form > .row-fluid-wrapper > .row-fluid{
    display: flex;
    align-items: center;
  }
  .post-form .request-pdf-icon{
    display:block;
    width: 18%;
    margin-right: 2%;
  }
  .post-form .request-pdf-form-container{
    width: 80%;
  }
  .post-form .request-pdf-form-heading {
    padding: 0 0 20px 0;
  }
  .post-form .request-pdf-form{
    padding:0;
  }
  .post-form .request-pdf-form form .hs-form-field, .post-form .request-pdf-form form .hs_submit{
    float:none;
  }
  .post-form .request-pdf-form form .hs-form-field{
    width:auto;
  }
  .post-form .request-pdf-form form .hs_submit input{
    margin:0;
    -webkit-appearance: none;
  }
  .post-bottom{
    padding:0;
    margin-top:25px;
  }
  .post-bottom-inner{
    padding-top:25px;
  }
  .post-bottom-inner >.row-fluid{
    display:block;
  }
  .post-bottom .post-bottom-inner .row-fluid > .span6{
/*     width:50%; */
  }
  .post-bottom .post-meta{
    display:block;
  }
  .post-bottom .post-meta .author-image{
    display:none;
  }
  .post-bottom .post-meta .author-name-date{
    padding:0;
    font-size: 16px; 
  }
  .post-bottom .post-meta .post-date{
    margin: 5px 0 0 0;
    font-size: 12px; 
  }
  .post-bottom .sharing{
    text-align:left;
    margin: 25px 0 0 0;
  }
  .post-bottom .sharing span{
    margin: 0 20px 0 0;
    line-height:25px;
  }
  .post-bottom .sharing a{
    margin: 0 10px 0 0;
  }
  .post-bottom .sharing a img{
    height: 25px !important;
    width: 25px !important;
  }
  .related-articles{
    padding: 50px 0 0 0;
  }
  /* Custom HTML Block - Quote */
  .blog-post-quote-block{
    padding: 0;
  }
  /* Custom HTML Block - Featured Text */
  .blog-post-featured-text-block{
    flex-wrap:wrap;
  }
  .blog-post-featured-text-block .featured-icon, .blog-post-featured-text-block .featured-text{
    width:100%;
  }
  .blog-post-featured-text-block .featured-icon{
    margin-bottom:15px;
  }
  /* Custom HTML Block - Table of Contents */
  .blog-post-table-of-contents-block ul.toc-sections{
    padding-left:30px;
  }
  .blog-post-table-of-contents-block ul.toc-sections li{
    position:relative;
  }
  .blog-post-table-of-contents-block ul.toc-sections li::before {
    content: "\2022";  
    color: #9FDFFA; 
    font-weight: bold; 
    display: inline-block; 
    width: 30px; 
    margin-left: -30px; 
    font-size: 40px;
    top: 5px;
    position: absolute;
  }
  .blog-post-table-of-contents-block ul.toc-sections li a{
    color: #484848;
  }
  /* Search Results Page */
  .section.search-results{
    padding: 50px 0 0 0;
  }
  .search-header h1{
    font-size:28px;
    line-height:34px;
  }
  .search-input-container, .hs-search-results{
    padding:0;
  }
  .search-result-row{
    padding:20px;
    border-radius: 18px;
  }
  .search-result-row .hs-featured-image-wrapper{
    padding:0;
    margin: 0 0 20px 0;
  }
  .search-result-row .hs-featured-image-wrapper img.featured-image-icon{
    right:20px;
  }
  .search-result-row #hubspot-topic_data .topic-link{
    font-size:16px;
    line-height:20px;
  }
  .search-result-row .post-header h2{
    font-size:21px;
    line-height:26px;
  }
  .hs-search-results .load-more-container #load-more{
    padding: 15px 30px;
    font-size: 16px;
    line-height: 19px;
  }
  .hs-search-results .load-more-container{
    margin: 0 0 50px 0;
  }
  .hs-search__no-results h1 {
    font-size: 28px;
    line-height: 34px;
  }
  /* Error Pages */
  .error-type{
    font-size: 63px;
    line-height: 77px;
  }
  .error-message{
    font-size: 19px;
    line-height: 23px;
  }
}

/* Whitepaper Landing Page*/
.whitepaper-landing-page p, .whitepaper-landing-page h1, .whitepaper-landing-page h2, .whitepaper-landing-page h3, .whitepaper-landing-page h4, .whitepaper-landing-page ul li, .whitepaper-landing-page ol li{
  color: #484848;
  margin: 0 0 20px 0;
}

.whitepaper-landing-page p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.whitepaper-landing-page ul li, .whitepaper-landing-page ol li{
  font-size: 16px;
  line-height: 24px;
}

/* Section Header */
.whitepaper-landing-page .header-wp{
  background: #FBF7F3;
  padding: 30px 0 15px 0;
}

@media screen and (min-width:992px){
  .whitepaper-landing-page .header-wp .logo img{
    max-width: 145px;
  }
}

/* Section Form */
.whitepaper-landing-page .form{
  background: #FBF7F3;
  padding: 15px 0 60px 0;
}

@media screen and (min-width:992px) {
  .whitepaper-landing-page .form .left{
    padding-right: 35px;
  }
}

.whitepaper-landing-page .form .hs-form{
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  padding: 25px 50px 30px 50px;
}

fieldset.form-columns-1 .input > .hs-input {
    width: 100% !important;
}

.whitepaper-landing-page .hs-form-field .input{
  padding: 10px 0;
}

.whitepaper-landing-page form fieldset .hs-form-field .input{
  margin-right: 0 !important;
}

@media screen and (min-width:768px) {
  .whitepaper-landing-page form fieldset.form-columns-2 .hs-form-field:first-child .input{
    margin-right: 8px !important;
  }
}

.whitepaper-landing-page .form input{
  border: 1.38229px solid #828282;
  box-shadow: inset 0px 0px 4.14686px rgba(0, 0, 0, 0.1);
  border-radius: 4.838px;
  font-size: 15px;
  line-height: 22px;
  color: #b2b2b2;
  height: 40px;
  padding: 10px;
}

.hs-error-msgs.inputs-list{
  margin: 0;
}

.whitepaper-landing-page .hs-error-msgs.inputs-list li{
  font-size: 11px;
  line-height: 16px;
  margin: 0;
}

.whitepaper-landing-page .hs-error-msgs.inputs-list li label{
  color: #A0A0A0;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
}

.legal-consent-container .inputs-list{
  padding:0;
  margin:0;
  list-style-type:none;
}

.whitepaper-landing-page .legal-consent-container .hs-form-booleancheckbox, .whitepaper-landing-page .legal-consent-container .hs-form-booleancheckbox label{
  font-size: 11px;
  line-height: 16px;
  margin: 0;
}

.whitepaper-landing-page .legal-consent-container .hs-form-booleancheckbox-display>span{
  margin-left: 30px;
}

.whitepaper-landing-page .legal-consent-container .hs-form-booleancheckbox-display p{
  font-size: 11px;
  line-height: 16px;
  color: #a0a0a0;
  font-weight: 400;
  margin:0;
  display:inline;
}

.whitepaper-landing-page .legal-consent-container .hs-form-booleancheckbox-display input{
  height: auto;
}

.whitepaper-landing-page .legal-consent-container .field.hs-form-field{
  margin: 0;
}

.whitepaper-landing-page form .actions{
/*   margin: 0; */
}

.whitepaper-landing-page .actions input[type="submit"]{
  background: #6FCF97;
  border-radius: 26.6599px;
  color:white;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  border:none;
  box-shadow:none;
  padding: 14px 20px;
  width:100%;
  height:auto;
}

.whitepaper-landing-page .form .right{
  position: relative;
}

@media screen and (min-width:992px) {
  .whitepaper-landing-page .form .right{
    padding-left: 35px;
  }
}

.whitepaper-landing-page .form .right img{
/*   max-width: 90% !important; */
}

@media screen and (min-width:768px) {
  .whitepaper-landing-page .form .right img{
/*     position: absolute;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    display:none; */
  }
}

/* Section About */
.whitepaper-landing-page .about{
  padding: 60px 0;
}
@media screen and (min-width:992px) {
  .whitepaper-landing-page .about .left{
    padding-right: 35px;
  }
  .whitepaper-landing-page .about .right{
    padding-left: 35px;
  }
}

/* Section Footer */
.whitepaper-landing-page .footer-wp{
  background: #FBF7F3;
  padding: 30px 0;
}

@media screen and (min-width:992px){
  .whitepaper-landing-page .footer-wp .logo img{
    max-width: 145px;
  }
}

.whitepaper-landing-page .footer-wp .medal{
  line-height: 37px;
}

.whitepaper-landing-page .footer-wp .medal{
  text-align:right;
}

.whitepaper-landing-page .footer-wp .medal img{
  width: 36px;
  height: 36px !important;
}

.whitepaper-landing-page .footer-wp .medal-info p{
  margin: 0;
}

@media screen and (min-width:768px) {
  .whitepaper-landing-page .footer-wp .medal-info{
    margin-left: 10px !important;
  }
  .whitepaper-landing-page .footer-wp .medal-info p{
    line-height: 41px;
  }
}

.whitepaper-landing-page .social a{
  display:inline-block;
  padding: 0;
  margin: 0 8px 0 0;
}

.whitepaper-landing-page .social a img{
  width: 27px;
  height: 27px;
  padding: 5px 0;
}

@media(max-width:991px){
  .whitepaper-landing-page h1{
    font-size: 28px;
    line-height: 32px;
  }
  .whitepaper-landing-page h2{
    font-size: 24px;
    line-height: 28px;
  }
  .whitepaper-landing-page .form .hs-form{
    padding: 15px 25px 20px 25px;
  }
  .whitepaper-landing-page .footer-wp .medal-info p{
    font-size: 15px;
    line-height: 29px;
  }
  .whitepaper-landing-page .footer-wp .medal{
    line-height: 29px;
  }
  .whitepaper-landing-page .social a img{
    padding: 0;
  }
}

@media(max-width:767px){
  .whitepaper-landing-page h1{
    font-size: 23px;
    line-height: 26px;
  }
  .whitepaper-landing-page h2{
    font-size: 20px;
    line-height: 26px;
  }
  .whitepaper-landing-page p{
    font-size: 14px;
    line-height: 21px;
  }
  .whitepaper-landing-page ul li, .whitepaper-landing-page ol li{
    font-size: 14px;
    line-height: 21px;
  }
  .whitepaper-landing-page .header-wp .logo, .whitepaper-landing-page .footer-wp .logo{
    text-align:center;
  }
  .whitepaper-landing-page .header-wp .logo img, .whitepaper-landing-page .footer-wp .logo img{
    max-width: 110px;
  }
  .whitepaper-landing-page .form{
    padding: 15px 0 30px 0;
  }
  .whitepaper-landing-page .form .left{
    margin: 0 0 30px 0;
  }
  .whitepaper-landing-page .form .left .content{
    text-align:center;
  }
  .whitepaper-landing-page .form input{
    font-size: 12px;
    line-height: 18px;
  }
  .whitepaper-landing-page .hs-form fieldset.form-columns-2 .hs-form-field, .whitepaper-landing-page .hs-form fieldset.form-columns-2 .hs-form-field .hs-input{
    width: 100% !important;
  }
  .whitepaper-landing-page .legal-consent-container .hs-form-booleancheckbox-display input{
    margin: 1px;
  }
  .whitepaper-landing-page .actions input[type="submit"]{
/*     font-size: 11px;
    line-height: 17px; */
    -webkit-appearance: none;
  }
  .whitepaper-landing-page .form .right{
    text-align:center;
  }
  .whitepaper-landing-page .form .right img {
    max-width: 80% !important;
  }
  .whitepaper-landing-page .about{
    padding: 30px 0;
  }
  .whitepaper-landing-page .about .left{
    text-align:center;
    margin-bottom: 20px;
  }
  .whitepaper-landing-page .about .right .image-container{
    text-align:center;
  }
  .whitepaper-landing-page .footer-wp .medal{
    text-align:center;
    margin: 20px 0 0 0;
  }
  .whitepaper-landing-page .footer-wp .medal-info{
    text-align:center;
    margin: 15px 0 0 0;
  }
  .whitepaper-landing-page .social{
    text-align:center;
    margin: 15px 0 0 0;
  }
}



/* Blog CSS */

.blog-post-banner .return-blog-home a {
  background: transparent;
  color: #484848;
  border-radius: 2px;

}
.blog-post-banner .return-blog-home a:hover {
  /*background: #343434;*/
  font-weight: 600;
}

.blog-post-wrapper .post-body {
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8rem;
}



/* Inscription Newsletter Page */

#hero-inscription {
	padding-bottom: 0px;
	background-color: #FFE351;
}

#container-hero-inscription {
  display: flex;
}

.bullet-points-hero-inscription p { /* #hs_cos_wrapper_module_1697532070546316_ */
	margin-top: 30px;
	margin-bottom: 0px;
}

.bullet-points-hero-inscription ul { /* #hs_cos_wrapper_module_1697532070546316_ */
	margin-bottom: 0px;
}

#hs_cos_wrapper_module_1697532502665727_ img { /* .img-hero-inscription */
	width: 425px;
	margin-left: 100px;
}

#hs_cos_wrapper_module_1697532016664287_ img { /* .culture-free-hero-logo-inscription */
	width: 300px;
}

#hs_form_target_module_1697532397722663 form {
	display: flex;
}

#hs_form_target_module_1697532397722663 form .hs_email .input #email-7d835e21-8f5b-477f-a8e8-68a4b8e22e81_4349 {
	border-radius: 2px;
	border: 1px solid #484848;
}

#hs_form_target_module_1697532397722663 form .hs_submit .actions input {
	border-radius: 2px;
	background-color: #484848;
	color: white;
	border: none;
	width: 222px;
	height: 50px;
	margin-top: 14px;
	margin-left: 10px;
}