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

@import url("https://p.typekit.net/p.css?s=1&k=kwo4aka&ht=tk&f=32205.32206.32207.36649.36650.36651.36656&a=21493354&app=typekit&e=css");

@font-face {
font-family:"stolzl";
src:url("https://use.typekit.net/af/148b9c/00000000000000007735affe/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/148b9c/00000000000000007735affe/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/148b9c/00000000000000007735affe/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"stolzl";
src:url("https://use.typekit.net/af/505ea4/00000000000000007735b006/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/505ea4/00000000000000007735b006/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/505ea4/00000000000000007735b006/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;
}

@font-face {
font-family:"stolzl";
src:url("https://use.typekit.net/af/11d803/00000000000000007735b005/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/11d803/00000000000000007735b005/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/11d803/00000000000000007735b005/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
font-family:"urw-form";
src:url("https://use.typekit.net/af/bec058/00000000000000007735a804/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/bec058/00000000000000007735a804/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/bec058/00000000000000007735a804/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;
}

@font-face {
font-family:"urw-form";
src:url("https://use.typekit.net/af/45ecb0/00000000000000007735a7e3/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/45ecb0/00000000000000007735a7e3/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/45ecb0/00000000000000007735a7e3/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"urw-form";
src:url("https://use.typekit.net/af/2686e6/00000000000000007735a7ee/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/2686e6/00000000000000007735a7ee/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/2686e6/00000000000000007735a7ee/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;
}

@font-face {
font-family:"urw-form";
src:url("https://use.typekit.net/af/63a8e1/00000000000000007735a815/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/63a8e1/00000000000000007735a815/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/63a8e1/00000000000000007735a815/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

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

html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #070723;
  font-family: "urw-form",sans-serif;
  scroll-behavior: smooth;
}

.landing-page { background:url("https://2045355.fs1.hubspotusercontent-na1.net/hubfs/2045355/Yumens/Yumens%20-%20Visuels/yumens-background-lp.svg") no-repeat; }
.typ { background:url("https://2045355.fs1.hubspotusercontent-na1.net/hubfs/2045355/Yumens/Yumens%20-%20Visuels/yumens-background-typ.svg") no-repeat; }

.container {
  max-width: 1364px;!important;
  float: none!important;
  margin: 0 auto!important;
  padding: 0;
}

h1 {
  font-size: 42px;
  line-height: 54px;
  font-family: "stolzl",sans-serif;
}

.typ h1 { color:#fff; }

h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: "stolzl",sans-serif;
  margin:0;
}

p {
  font-size: 16px;
  line-height: 28px;
}

.intro p { color:#fff; }

.tag_content {
  font-size:12px;
  color:#572ce8;
  text-transform: uppercase;
  font-weight:bold;
}

@media screen and (max-width: 568px) {
  html, body {
    background-size:cover;
  }
  
  h1 {
    font-size: 30px!important;
    line-height: 40px;
  }
}

ul {
  padding:0 20px;
  list-style-image: url('https://2045355.fs1.hubspotusercontent-na1.net/hubfs/2045355/Yumens/Yumens%20-%20Visuels/puce.svg');
}

ul li {
  margin-bottom: 10px;
  line-height: 28px;
}

a {
  text-decoration: underline;
  color:#572ce8!important;
}

a:hover {
  color: #8161ee;
  text-decoration: none;
}

a.lien-ancre, a.lien-telecharger {
  background-color: #572CE8;
  border-radius: 30px;
  color: #ffffff!important;
  border: none!important;
  padding: 15px 10px 15px 20px;
  font-weight: bold;
  cursor: pointer;
  text-decoration:none;
}

a.lien-ancre::after, a.lien-telecharger::after {
  content:url(https://2045355.fs1.hubspotusercontent-na1.net/hubfs/2045355/Yumens/Yumens%20-%20Visuels/arrow_circle_purple-btn.svg);
  vertical-align: middle;
  margin-left: 6px;
}

a.lien-ancre:hover, a.lien-telecharger:hover {
  background-color: #8161ee;
}

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-top: auto;
}

hr {
  height: 1px;
  margin: 40px 0;
  padding: 0;
  color: #BDC3C7;
  background-color: #BDC3C7;
  border: 0;
}

.hidden {
  display: none!important;
}

/*****************************************/
/*           ELEMENTS COMMUNS            */
/*****************************************/

/*********** HEADER  ************/

.main-lp { margin-top: 100px; }

.landing-page .header_lp, .typ .header, .typ-image .header {
  margin: 0;
  padding: 20px 0 0;
}

.landing-page .header_lp .container, .typ .header .container, .typ-image .main-typ .overlay .container {
  padding: 20px 20x 0;
  height:60px;
}

.landing-page .header_lp .container img, .typ .header .container img, .typ-image .main-typ .overlay .container .header img {
  width: 200px;
  height: 60px;
}

.yumens_logo_header { padding:10px 0 0; }

.landing-page .header_lp .container .icone_cross img {
  height:20px!important;
  padding:10px 0 0;
}

.landing-page .header_lp .container .logo_partenaire img {
  /*height:50px!important;*/
  height:auto!important;
}

@media (max-width: 768px) {
  .main-lp { margin-top: 60px; }
  
  .landing-page .header_lp .container img, .typ .header .container img, .typ-image .main-typ .overlay .container .header img { margin-left:10px; }
  
}

/* HEADER THANK YOU PAGE */

/****************************************/
/* Header                               */
/****************************************/

.header-container-wrapper .row-fluid [class*="span"]
{
  min-height: 0 !important;  
}

.header, .header_lp
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e7;
  z-index: 10;
}

.header_lp { border-bottom: none!important; }
.header__logo_white { margin-top: 10px; }

.header__menu
{
  text-align: center;
  margin: 10px 0 0 0;
}

.header__menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a
{
  padding: 10px;
  font-size: 14px;
  color: #ffffff!important;
  max-width: 200px!important;
  font-family:"urw-form", sans-serif;
}

.header__menu #hs_menu_wrapper_Blog_menu { display: inline-block; }

.header__link
{
  text-align: right;
  margin: 20px 0 0 0;
}
.header__menu .btn
{
  float: right;
  margin: 3px 0 0 20px;
  text-decoration: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a:hover { opacity: .8; }

.header__menu a.nav_last_item {
  background-color: transparent;
  padding: 12px;
  margin-top: 20px;
  border-radius: 30px;
  border: 1px solid #D5CAF9;
  font-family:"urw-form", sans-serif;
  color: #ffffff!important;
  text-decoration: none;
  font-size: 16px;
}

.header__menu a.nav_last_item:after {
  content:url(https://2045355.fs1.hubspotusercontent-na1.net/hubfs/2045355/Yumens/Yumens%20-%20Visuels/arrow_circle_purple-btn.svg);
  vertical-align: middle;
  margin-left: 6px;
}

.header__menu a.nav_last_item:hover { opacity: .8; }

/****************************************/
/* Mobil menu                           */
/****************************************/

.mobil-menu
{
  display: none!important;
  z-index: 10;
  border-bottom: 1px solid #EEE;
  height: 80px;
}
.mobil-menu__logo
{
  float: left;
  width: 160px;
  height: auto;
  padding: 24px 0 0;
  position: relative;
  z-index: 51;
}
.mobil-menu__icon
{
  float: right;
  width: auto;
  z-index: 55;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
  font-family:"urw-form", sans-serif;
}
#js-click-menu
{
  display: block;
  padding: 25px;
  color: #ffffff;
}
.mobil-menu__list
{
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #542BE2;
  z-index: 50;
}

.mobil-menu__list__item { list-style: none; }

.mobil-menu__list__item a
{
  padding: 20px 0px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff!important;
  display: block;
  font-family:"urw-form", sans-serif;
}

.mobil-menu__list__item a:hover {
  text-decoration: none;
  opacity: .8;
}

.mobil-menu__list--is-open { display: block!important; }
@media (max-width: 768px)
{
  .header { display: none !important; }
  .mobil-menu { display: block!important; }
}
/*******************************************/
/***************** FOOTER *****************/
/*******************************************/

.footer {
  font-size: .875rem;
  position: relative;
  overflow: hidden;
  font-family: "urw-form",Arial,Helvetica,sans-serif;
  background-color: #fff;
  color: #828290;
  padding: 100px 0;
}

.logo_footer_1 {
  position: relative;
  margin: 0 20px 0 0!important;
  max-width: 200px;
}

.footer-mentions { margin-top: 70px; }
.footer-mentions a { color: #828290; }
.footer-mentions a:hover { text-decoration: underline; }

.footer__logos {
  margin-bottom: 60px;
}

.footer__logos a img { padding: 10px 15px; }

.footer-ville {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #070723!important;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.footer__logos a.logo_footer_10  {
  padding-left: 15px;
  vertical-align: super;
}

.footer__logos a.logo_footer_10 img {
  max-width: 130px;
  opacity: .5;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_10 img:hover,
.footer__logos a.logo_footer_9 img:hover,
.footer__logos a.logo_footer_8 img:hover,
.footer__logos a.logo_footer_7 img:hover,
.footer__logos a.logo_footer_6 img:hover,
.footer__logos a.logo_footer_5 img:hover,
.footer__logos a.logo_footer_4 img:hover,
.footer__logos a.logo_footer_3 img:hover,
.footer__logos a.logo_footer_2 img:hover,
.footer__logos a.logo_footer_1 img:hover {
  opacity: 1;
}

.footer__logos a.logo_footer_9 img { 
  padding: 0; 
  width: 80px!important;
  opacity: .5;
  margin-top: 30px;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_9 { 
  vertical-align: top;
}

.footer__logos a.logo_footer_8 img { 
  width: 75px!important;
  opacity: .5;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_8 { 
  vertical-align: super;
}

.footer__logos a.logo_footer_7 img { 
  opacity: .5;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_7 { 
  vertical-align: super;
}

.footer__logos a.logo_footer_6 img { 
  opacity: .5;
  margin-top: 20px;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_6 { 
  vertical-align: top;
}

.footer__logos a.logo_footer_5 img { 
  width: 45px;
  opacity: .5;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_5 { 
  vertical-align: super;
}

.footer__logos a.logo_footer_4 img { 
  width: 110px;
  opacity: .5;
  margin-top: 10px;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_4 { 
  vertical-align: top;
}

.footer__logos a.logo_footer_3 img { 
  width: 55px!important;
  opacity: .5;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_3 { 
  vertical-align: super;
}

.footer__logos a.logo_footer_2 img { 
  width: 100px!important;
  opacity: .5;
  transition: all .2s ease;
  margin-top: 20px;
}

.footer__logos a.logo_footer_2 { 
  vertical-align: top;
}

.footer__logos a.logo_footer_1 img {
    max-width: 218px!important;
    flex: 0 100%;
  margin-top: 10px;
}

.footer__logos  img.logof_border {
    vertical-align: bottom!important;
}

.footer__logos a.logo_footer_1  {
  vertical-align: top;
}

.footer-mentions p {
  text-align: center;
  font-size: 12px;
  color:#828290;
}

.footer-mentions p a {
  text-align: center;
  font-size: 12px;
  color:#828290;
  text-decoration:none!important;
}

@media (max-width: 1347px) {
  .footer__logos a img {padding: 10px 10px;}
}

@media (max-width: 1256px) {
  .footer__logos a.logo_footer_10 img {
  max-width: 100px!important;
  }
  .footer__logos a.logo_footer_9 img {
  max-width: 70px!important;
  }
  .footer__logos a.logo_footer_7 img {
  max-width: 65px!important;
  }
  .footer__logos a.logo_footer_5 img {
  max-width: 35px!important;
  }
  .footer__logos a.logo_footer_4 img {
  max-width: 100px!important;
  }
  .footer__logos a.logo_footer_3 img {
  max-width: 45px!important;
  }
   .footer__logos a.logo_footer_2 img {
  max-width: 90px!important;
  }
}

@media (max-width: 1160px) {
  .footer__logos {text-align:center;}
}

@media (max-width: 1024px) {
  .logo_footer_1 {
    width: 100%;
    max-width: 300px;
    flex: 0 100%;
    padding: 0 0 20px 0;
  }
  .logo_footer_1::after { display: none; }
  .new-footer a { margin: 10px 5px; }
}

@media (max-width: 768px) {
    .footer-other a {
      display: inline-block;
      padding: 10px;
    }
  
  .footer-other {
    display: block;
    text-align: center;
  }
  
  .footer_border_mvg { display:none; }
  
}

.footer-mentions {
  color: #828290;
  font-size: 10px;
  margin-top: 50px;
  text-align: center;
  font-weight: 400;
}

.footer-mentions a { color: #828290!important; }

.footer-mentions a:hover{ color: #828290; }


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


/*********** LANDING PAGE CONTENT  ************/

.landing-page .main-lp .container .content .cvr-lp {
  margin:20px 0 0;
  width: 75%;
}

.landing-page .second-content, .typ .second-content {
  background:#fff!important;
  margin:100px 0 0!important;
}

.landing-page .second-content .citation_lp {
  background-color: #572CE8;
  padding: 60px 40px;
  border-radius: 5px;
  color: #ffffff;
  margin: 40px 0 0;
  position: relative;
  font-style: normal!important;
}

.landing-page .second-content .citation_lp::after {
  content: url('https://2045355.fs1.hubspotusercontent-na1.net/hubfs/2045355/Yumens/Yumens%20-%20Visuels/yumens-quote-blog.svg');
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
}

.landing-page .second-content .lien-ancre-section { margin-top:40px; }

@media screen and (max-width: 568px) {
  .landing-page .main-lp, .landing-page .second-content { padding:80px 10px 0; }
  .cvr-lp img { display:none; }
}

/*********** FORMULAIRE  ************/

.landing-page .main-lp .container .formulaire {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
  font-size: 14px;
  padding: 40px 40px;
  border-radius: 5px;
  z-index: 1200!important;
  margin:0 0 40px;
}

@media screen and (max-width: 568px) {
  .landing-page .main-lp .container .formulaire {
    padding: 40px 20px;
    margin: 0 0 60px;
  }
}

.landing-page .main-lp .container .formulaire .form-title {
  font-size:20px;
  line-height:28px;
  font-family: "stolzl", Arial,Helvetica,sans-serif;
  font-weight:bold;
  margin-bottom:20px;
  text-align:center;
}

.landing-page .main-lp .container .formulaire label {
  color:#45455A;
  font-size:14px;
  line-height:26px;
}

.landing-page .main-lp .container .formulaire fieldset { margin-bottom:20px; }

.landing-page .main-lp .container .formulaire .hs-input {
  border-radius:10px;
  border:solid 1px #C0C0C7;
  height:40px;
  width: 100%;
}

.landing-page .main-lp .container .formulaire input[type="radio"] {
  height:auto;
  width: auto;
}

.landing-page .main-lp .container .formulaire ul.no-list.hs-error-msgs.inputs-list {
  margin:0!important;
  padding:0!important;
}

.landing-page .main-lp .container .formulaire ul {
  margin:0!important;
  padding:0!important;
}

.landing-page .main-lp .container .formulaire ul li {
  display: inline-block;
  list-style-type: none;
}

.landing-page .main-lp .container .formulaire .actions { text-align:center; }

.landing-page .main-lp .container .formulaire input[type="submit"] {
  margin: 0 auto;
  background-color: #572CE8;
  border-radius: 30px;
  color: #ffffff;
  border: none!important;
  padding: 15px 65px;
  font-weight: bold;
  cursor: pointer;
  text-decoration:none;
  font-family: "urw-form",sans-serif;
  font-size:16px;
}

.landing-page .main-lp .container .formulaire input[type="submit"]:hover {
  background-color: #8161ee;
}

.landing-page .main-lp .container .formulaire .hs-richtext, .landing-page .main-lp .container .formulaire .hs-richtext p {
  font-size:11px!important;
  line-height:18px;
  color:#45455A;
  margin: 0 0 20px;
}

.landing-page .main-lp .container .formulaire label.hs-error-msg {
  font-size: 14px;
  color: #cf3643;
}

/*********** THANK YOU PAGE CONTENT ************/

.main-lp .container .content .social-share-typ ul {
  margin-top: 25px;
  padding: 0;
}

.main-lp .container .content .social-share-typ  ul li {
  list-style-type: none;
  display: inline-block;
  margin-right:30px;
}

.landing-page .main-lp .container .cvr-lp-typ {
  width:auto;
  margin:20px 0 260px;
}

.lien-backhome-section { margin: 30px 0 200px 0; }

a.lien-backhome {
  background-color: #ffffff;
  border-radius: 30px;
  color: #572CE8!important;
  border: none!important;
  padding: 15px 8px 15px 20px;
  font-weight: bold;
  cursor: pointer;
  text-decoration:none;
}

a.lien-backhome::after {
  content:url(https://2045355.fs1.hubspotusercontent-na1.net/hubfs/2045355/Yumens/Yumens%20-%20Visuels/arrow_circle_white-btn.svg);
  vertical-align: middle;
  margin-left: 6px;
}
  
a.lien-backhome:hover { opacity:.8; }
.lien-telecharger-section { margin-top: 30px; }

@media screen and (max-width: 568px) {
  .landing-page .main-lp .container .cvr-lp-typ {
    margin:20px 0 60px;
  }
}

/***************** NEWSLETTER *****************/

.newsletter {
  padding: 100px 0;
  background-color: #542BE2;
  border-radius:0 5px 5px 0;
}

.hs-form-279af78f-031b-43bb-99e2-4164b974ee7a_c2ed7157-56a3-48ed-948a-d53a9ba3e0b3 .hs-button { background-color: #ffffff!important; }

h3.newsletter__titre {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: calc(40 / 30);
  font-family: "stolzl",sans-serif;
  margin-top: 0;
}

.newsletter__desc {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}

.newsletter__form .hs-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px 0;
}

.newsletter .hs_email input{
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ffffff;
  color: #45455A!important;
  padding: 0 15px;
  background-color: #ffffff;
}

.newsletter .hs_email input::placeholder {
  color: #45455A;
  font-size: 14px;
}

.newsletter .legal-consent-container ul { padding-left: 0; }
.newsletter ul.hs-error-msgs { display: none!important; }

.newsletter .legal-consent-container ul li {
  list-style-type: none;
  color: #ffffff;
  font-size: 12px;
  margin-top: 15px;
}

.newsletter__form .hs_email>label { display: none; }
.newsletter__form .hs_submit { flex: 0 0 30%; }

/*.hs_email.hs-email label { display: none; }*/

.newsletter input.hs-button.primary.large {
  border-radius: 6px;
  padding: 12px 22px;
  font-weight: 700;
  color: #ffffff;
  background:#542be2;
  cursor: pointer;
  margin: -47px 0px 0px 330px;
  position: absolute;
  border: 1px solid #ffffff;
  font-family: "urw-form", arial, sans-serif;
}

.newsletter input.hs-button.primary.large:hover { opacity: .8; }
.newsletter__legal{ font-size: 14px; }

@media screen and (max-width: 768px){
 .newsletter__form .hs_email {
    flex: 0 0 100%;
   margin: 0 0 20px 0;
  }

  .newsletter__form .hs_submit { flex: 0 0 100%; }
  .newsletter__form .hs_email .hs-input, .newsletter__form .hs_submit .hs-button { border-radius: 6px; }
  
  .newsletter input.hs-button.primary.large {
    border-radius: 6px;
    padding: 10px 22px;
    color: #ffffff;
    background:transparent;
    border: 1px solid #ffffff;
    margin: 10px 0 0;
    width: 90%;
  }
}