@font-face {
    font-family: Sansa Bold;
    src: url('https://cdn2.hubspot.net/hubfs/3482293/fonts/SansaPro-Bold.otf');
}

@font-face {
    font-family: Sansa;
    src: url('https://cdn2.hubspot.net/hubfs/3482293/fonts/SansaPro-Light.otf');
}

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




/*****************************************/
/*  RESET */
/*****************************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*****************************************/
/*  WRAPPER  */
/*****************************************/

.wrapper {
    width: 1400px !important;
    margin: auto !important;
    float: none !important;
}

/*****************************************/
/*  TYPOS  */
/*****************************************/

body {
    font-family: 'Sansa', sans-serif;
    line-height:initial;
}

h1 {
    font-size: 40px;
    font-weight: bold;
}

h2 {
    font-size: 30px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

p {
    font-size: 16px;
    font-weight:normal;
}

a {
    text-decoration: none;
}

em {
    font-style: italic;
}

b , strong {
	font-weight: bold;
}

ol, ul {
    list-style: initial;
    margin: 20px 0;
    padding-left: 20px;
}

/*****************************************/ 
/*========== COLORS ==========*/
/*****************************************/

.green{
    color:#62BB46;
    }
    
.green-bg{
    background:#62BB46;
}


.black{
    color:#000000;
}

.black-bg{
    background-color:#000000;
}


.white{
    color:#FFFFFF;
}

.white-bg{
    background-color:#FFFFFF;
}

.grey{
    color:#9c9c9f;
}

.grey-bg{
    background-color:#f9f9f9;
}

.grey-extra-light{
    color:#eeeeee;
}

.grey-extra-light-bg{
    background-color:#eeeeee;
}

.grey-light{
    color:#f8f8f8;
}

.grey-light-bg{
    background-color:#f8f8f8;
}
.grey-dark{
    color:#333333;
}

.grey-dark-bg{
    background-color:#333333;
}

.blue{
    color:#3b8fc6;
}

.blue-bg{
    background-color:#3b8fc6;
}

.blue-bg-transp{
    background-color:rgba(65, 145, 196, 0.5);
}

.green-back-transp{
   background-color: rgba(98, 187, 70, 0.5);
}   



/*****************************************/
/*========== GLOBAL TOOLS ==========*/
/*****************************************/

/*========== BORDERS ==========*/

.border-bottom{
    border-bottom: 1px solid;
}


/*========== TEXT ==========*/
.text-align-center{
    text-align:center;
}
.text-align-right{
    text-align:right;
}
.text-align-justify{
    text-align:justify;
}

.asterix{
    opacity:0.4;
    font-size:9px;
    margin:20px;
}

hr.separator {
    color: #eeeeee;
    border: 2px solid #eeeeee;
    width:60%;
}


/*========== PADDING ==========*/

.panel{
    padding: 60px 0px;
}

.panel.xsmall{
    padding: 20px 0px;
}

.panel.small{
    padding: 30px 0px;
}

.panel.large{
    padding: 80px 0px;
}

.panel.xlarge{
    padding: 100px 0px;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}


/*= Padding Global =*/

.padding10{
    padding:20px;
}

.padding20{
    padding:20px;
}

.padding30{
    padding:30px;
}

.padding40{
    padding:40px;
}

.padding50{
    padding:50px;
}

.padding60{
    padding:60px;
}

/*= Padding Vertical =*/

.padding10tb {
    padding: 20px 0 !important;
}

.padding20tb {
    padding: 20px 0 !important;
}

.padding30tb {
    padding: 30px 0 !important;
}

.padding40tb {
    padding: 40px 0 !important;
}

.padding50tb {
    padding: 50px 0 !important;
}

.padding60tb {
    padding: 60px 0 !important;
}

.padding70tb {
    padding: 70px 0 !important;
}

.padding80tb {
    padding: 80px 0 !important;
}

.padding90tb {
    padding: 90px 0 !important;
}

.padding100tb {
    padding: 100px 0 !important;
}

/*= Padding Horizontal =*/

.padding10lr {
    padding: 0 10px !important;
}

.padding20lr {
    padding: 0 20px !important;
}

.padding30lr {
    padding: 0 30px !important;
}

.padding40lr {
    padding: 0 40px !important;
}

.padding50lr {
    padding: 0 50px !important;
}

.padding60lr {
    padding: 0 60px !important;
}

.padding70lr {
    padding: 0 70px !important;
}

.padding80lr {
    padding: 0 80px !important;
}


.padding90lr {
    padding: 0 90px !important;
}

.padding100lr {
    padding: 0 100px !important;
}


/*========== MARGIN ==========*/


.no-margin {
    margin: 0 !important;
}


/*= Margin top =*/

.top10{
    margin-top:10px;
}

.top20{
    margin-top:20px;
}

.top40{
    margin-top:40px;
}

.top50{
    margin-top:50px;
}

.top60{
    margin-top:60px;
}

.top70{
    margin-top:70px;
}

.top80{
    margin-top:80px;
}

.top90{
    margin-top:90px;
}

.top100{
    margin-top:100px;
}

/*= Margin bottom =*/

.bottom10{
    margin-bottom:10px;
}

.bottom20{
    margin-bottom:20px;
}

.bottom40{
    margin-bottom:40px;
}

.bottom50{
    margin-bottom:50px;
}

.bottom60{
    margin-bottom:60px;
}

.bottom70{
    margin-bottom:70px;
}

.bottom80{
    margin-bottom:80px;
}

.bottom90{
    margin-bottom:90px;
}

.bottom100{
    margin-bottom:100px;
}

/*= Margin vertical =*/

.margintb10{
    margin:10px 0px;
}

.margintb20{
    margin:20px 0px;
}

.margintb40{
    margin:40px 0px;
}

.margintb50{
    margin:50px 0px;
}

.margintb60{
    margin:60px 0px;
}

.margintb70{
    margin:70px 0px;
}

.margintb80{
    margin:80px 0px;
}

.margintb90{
    margin:90px 0px;
}

.margintb100{
    margin:100px 0px;
}


/*= Margin horizontal =*/
.marginlr10{
    margin:0px 10px;
}

.marginlr20{
    margin:0px 20px;
}

.marginlr40{
    margin:0px 40px;
}

.marginlr50{
    margin:0px 50px;
}

.marginlr60{
    margin:0px 60px;
}

.marginlr70{
    margin:0px 70px;
}

.marginlr80{
    margin:0px 80px;
}

.marginlr90{
    margin:0px 90px;
}

.marginlr100{
    margin:0px 100px;
}

/*========== IMAGE ==========*/

.imgful img{
    width:100% !important;
}

.img50 img{
    width:50px !important;
}

.img60 img{
    width:60px !important;
}

.img10 img{
    width:100px !important;
}

.rounded , .rounded img{
    border-radius:900px;
}

.block-center , .block-center img{
    display:block;
    margin-left:auto;
    margin-right:auto; 
}

.inline-block , .inline-block img{
    display:inline-block;
}

.float-right{
    float:right;
}

.float-left{
    float:left;
}


/*========== VISIBILITY ==========*/

.hide {
    display: none!important
}

@media screen and (max-width: 768px) {
	.hide-on-mobile {
    display: none!important
	}
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden;
    display: none !important;
    height: 0px;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}


/*========== BUTTON ==========*/

.button {
    padding:20px;
    display:inline-block;
    text-decoration:none;
    margin:20px;
    font-size:13px;
}

.button a {
    text-decoration:none;
}


.button-thin a{
    text-decoration: none;
    text-transform:uppercase;
    text-align:center;
    border: 1px solid black;
    padding: 15px 20px;
    display: inline-block;
    margin:10px;
}

.button-thin a:hover{
    background:#FFFFFF;
    color:#3b8fc6;
}


.button-little {
    padding:10px 20px;
    display:inline-block;
    text-decoration:none;
    margin:20px;
    font-size:13px;
}


.button-little a:hover{
    background:#FFFFFF;
    color:#3b8fc6;
}


/*========== ORNEMENTATION ==========*/

.arrow-right:after {
    content: '\f061 ';
    margin-left: 10px;
    font-family: 'FontAwesome';
}


/*========== CUSTOM ==========*/


.landing-page .display-flex > div > .row-fluid {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.span1, .row-fluid .span1{width:8.333333333333%;margin:0 auto;}

.span2, .row-fluid .span2{width:16.666666666666%;margin:0 auto;}

.span3, .row-fluid .span3{width:25%;margin:0 auto;}

.span4, .row-fluid .span4{width:33.33333333333%;margin:0 auto;}

.span5, .row-fluid .span5{width:41.66666666666%;margin:0 auto;}

.span6, .row-fluid .span6{width:50%;margin:0 auto;}

.span7, .row-fluid .span7{width:58.333333333333%; margin:0 auto;}

.span8, .row-fluid .span8{width:66.66666666666%;margin:0 auto;}

.span9, .row-fluid .span9{width:75%;margin:0 auto;}

.span10, .row-fluid .span10{width:83.3333333333%;margin:0 auto;}

.span11, .row-fluid .span11{width:91.6666666666%;margin:0 auto;}

.span12, .row-fluid .span12{width:100%;margin:0 auto;}

.landing-page .screen-height, .landing-page .row-fluid [class*="span"].screen-height{
    min-height:100vh;
    display: flex;
    flex-flow: column wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.landing-page .screen-height > div, .landing-page .row-fluid [class*="span"].screen-height > div{
    display: table-cell;
    vertical-align: middle;
}

.landing-page .header-container-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: white;
}

.landing-page .row-fluid [class*="span"] {
    min-height: 0;
}

.landing-page .main-part h1 {
    margin: 200px 0 0 0;
    text-align: center;
    background: rgba(0,0,0,.5);
    color: white;
    padding: 20px;
}

.landing-page .main-part{
    padding-bottom: 260px;
}

.landing-page .slider {
    margin-top: 70px;
}

.landing-page.version-two .form-part {
    padding-left: 40px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
    top: -160px;
}

.landing-page .slider > .row-fluid-wrapper {
    min-height: 500px !important;
    display: flex;
    flex-flow: column wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    color: white;
}

.landing-page .main-description {
    padding: 60px 20px 60px 20px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
    color: white;
position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.landing-page .main-description.position-initial {
    position: initial;
    padding: 0;
}

.landing-page.version-two .main-part {
    padding: 0;
}

.landing-page img {
    margin: 0 auto;
    display: block;
}

.landing-page .header-container img {
    max-width: 150px;
}

.landing-page.version-two .main-part h2 {
    margin-bottom: 30px;
}

.landing-page.version-two .main-part > div > .row-fluid {
    display: flex;
    flex-flow: row-wrap;
    align-items: center;
}

.landing-page .main-description.no-bg {
background:none;
color:black;
}

.landing-page .form-part {
    padding-left: 40px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.landing-page .form-part > div {
    background: #222222;
    height: 100%;
    color: white;
    padding: 20px;
    box-sizing: border-box;
}

.landing-page.pharma .form-part > div{
    background: #36a9e1;
    border: 3px solid #007fc0;
}

.landing-page.insurance .form-part > div, .landing-page.version-three.insurance .form-part > div {
    background: #ff8b00;
}

.landing-page.softwares .form-part > div, .landing-page.version-three.softwares .form-part > div  {
    background: #6800d4;
}

.landing-page.construction .form-part > div, .landing-page.version-three.construction .form-part > div  {
    background: #ec1c24;
}

.thank-you-page .logo-row .wrapper > div > .row-fluid {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.pharma .header-container-wrapper ul li a .button {
    background: #36a9e1;
}

.construction .header-container-wrapper ul li a .button {
    background: #ec1c24;
}

.softwares .header-container-wrapper ul li a .button {
    background: #6800d4;
}

.insurance .header-container-wrapper ul li a .button {
    background: #ff8b00;
}

.insurance .form-part form .hs-error-msgs li label {
    color: red;
}

.construction .form-part form .hs-error-msgs li label {
    color: #333;
    font-weight: bold !important;
    margin-top: 10px !important;
    font-size: 12px;
}

.landing-page.version-three.pharma .form-part > div {
    background: #36a9e1;
    border:none;
}

.landing-page.pharma .slider > .row-fluid-wrapper, .landing-page.insurance .slider > .row-fluid-wrapper, .landing-page.softwares .slider > .row-fluid-wrapper {
    background: none;
}

.pharma .form-part form .hs-error-msgs li label {
    color: #004d9a;
}

.pharma.version-one .main-part {
    border: 3px solid #555;
}

.landing-page .form-part form fieldset {
    max-width: 100%;
}

.landing-page .form-part form fieldset .input {
    margin-right: 0;
    padding: 0 5px;
}

.landing-page .form-part form fieldset .input input, .landing-page .form-part form fieldset .input select, .landing-page .form-part form fieldset .input textarea {
    width: 100%;
    outline: none;
}

.landing-page .form-part form fieldset .input select{
    -webkit-appearance: none;
}

.form-part a{color: #f2f2f2;}

.form-part form fieldset{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

.form-part form .hs-form-field{
	margin-bottom: 1rem;
}

.form-part form input, .form-part form select, .form-part form textarea {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 10px 20px !important;
}


.form-part form textarea {
    -webkit-appearance: none !important;
    border-radius:3px;
    background: #FFFFFF;
    color: #444;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size:14px;
    border:none !important;
  box-shadow: inset 0 0 0 2px #CCC;
  min-height:100px;
}

.form-part form.hs-form .input,
.form-part form.hs-form label,
.hs-form .inputs-list{
  padding-left: 0 !important;
  width: initial !important;
}

.form-part .hs-mobilephone input,
.form-part .hs-state input,
.form-part .hs-address input,
.form-part .hs-country input,
.form-part .hs-city input,
.form-part .hs-phone input,
.form-part .hs-company input,
.form-part .hs-email input,
.form-part .hs-firstname input,
.form-part .hs-lastname input{
  width: 100% !important;
}

.inputs-list li{list-style: none;}

.form-part form.hs-form label{display: flex;}
.form-part form input{
	width: auto !important;
  margin-right: .5rem !important;
}

.form-part .hs-form-radio input{
	margin-right: .5rem !important;
}

.form-part form.hs-form .input, .form-part form.hs-form .inputs-list.multi-container{
	padding-left: 0;
  list-style: none;
}

form-part form .input, .form-part form .inputs-list.multi-container input{
	width: auto !important;
}


.form-part form .input, .form-part form label {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 10px !important;
    box-sizing: border-box;
}

.form-part form label {
  font-weight:bold !important;
  margin-bottom:10px !important;
 display: block;
}

.form-part form .hs-error-msgs li {
    list-style: none;
    padding: 0;
    text-align: center;
}

.form-part form .hs-error-msgs li label {
    color: #ff8822;
    font-weight: bold !important;
    margin-top: 10px !important;
    font-size:12px;
}

.form-part form input:focus, .form-part form select:focus, .form-part form textarea:focus {
  box-shadow: inset 0 0 0 2px #66a1dd;
}

.form-part form input, .form-part form select {
    border-radius:3px;
    color: #444;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size:.825rem;
    border:none !important;
/*     box-shadow: inset 0 0 0 2px #CCC; */
}

.form-part form input.hs-button.primary.large {
    background: white;
    color: black;
    text-transform: initial;
    font-weight: 400;
    font-family: "Sansa" !important;
    width: initial !important;
    margin: auto;
    display: inline-block !important;
    box-shadow: none !important;
    border-radius: 3px !important;
    outline: none;
    padding: 15px 30px !important;
}

.form-part form .actions {
  width:100% !important;
  text-align: center !important;
  margin:30px 0;
}

.legal-consent-container div,
.legal-consent-container span,
.legal-consent-container p{font-size: 12px;}

.landing-page .footer {
    text-align: center;
    background: #f2f2f2;
    color: #a9a9a9;
}

.form-part h2 {
    text-align: center;
}

.landing-page .main-description.position-initial {
    position: initial;
    padding: 0;
}

.landing-page.version-three .body-container-wrapper {
    padding-top: 70px;
}

.landing-page.version-three .slider{
    margin-top: 0px;
}

.landing-page.version-three .form-part {
    padding-left: 0;
    display: table;
    flex-flow: initial;
    justify-content: initial;
    height: 100vh;
    position: fixed;
    right: 0;
    background: #333333;
    z-index: 999;
    top: 0;
    vertical-align: middle;
    width: 33.33333333333%;
    margin: 0;
    border: none;
}

.hs-custom-form{
 		overflow: auto;
  	max-height: 70vh;
}

.landing-page.version-three .form-part > div {
    background: #2A295C;
    height: initial;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.landing-page.version-three .header-container-wrapper, .landing-page.version-three .footer-container-wrapper {
    width: 66.66666666666%;
}

.landing-page.version-three .main-part > div > .row-fluid {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.landing-page.version-three .main-part {
    padding: 0;
}

.landing-page.version-three .wrapper {
    width: 66.6666666666% !important;
}

.landing-page.version-three .main-part h2 {
    margin-bottom: 30px;
}

.landing-page.version-three .form-part h2 {
    text-align: center;
    margin-bottom: 40px;
}

.header-container-wrapper ul li a .button {
    margin: 0;
    background: #ff8822;
    color: white;
    font-size: inherit;
    padding: 15px 30px;
    margin-left:15px;
}

.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-of-type a{
    margin: 0;
    padding:0;
}

.thank-you-page .header-container-wrapper img {
    margin-left: 0;
}

.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
    text-align:right;
}

.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    display: inline-block;
    float: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    max-width: 100%;
    padding: 15px;
    color: #222222;
}

.thank-you-page .form-part h2 {
    margin-bottom: 20px;
}

.thank-you-page .form-part img {
    width: 100%;
    height: auto;
    backface-visibility:hidden;
}

.mobile-trigger, .child-trigger{
    display: none;
}

.landing-page .row-fluid [class*="span"].ressource-title{
    margin-bottom:20px;
}

.ressources .widget-type-cta {
    padding: 0 20px;
}

.ressources .widget-type-cta img {
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.thank-you-page.version-three .ressources .widget-type-cta {
    padding: 0 0 20px 0;
}

.thank-you-page.version-three .ressources {
    padding: 0 160px;
}

.thank-you-page.version-three .ressources {
    padding: 0 5vw;
}

/*========== RESPONSIVE ==========*/


@media screen and (max-width: 1920px){
.thank-you-page.version-three .child-trigger{
    display: block;
}

.thank-you-page.version-three .custom-menu-primary .hs-menu-wrapper {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #222;
    color: white;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.thank-you-page.version-three.mobile-open .custom-menu-primary .hs-menu-wrapper {
    right: 0px;
}

.thank-you-page.version-three .mobile-trigger{
    display: inline-block;
    font-size: 38px;
}

.thank-you-page.version-three .custom-menu-primary.js-enabled {
    text-align: right;
}

body.mobile-open.thank-you-page.version-three {
    position: relative;
    left: -320px;
}

body.thank-you-page.version-three{
    position: relative;
    left: 0px;
}

.landing-page.version-three .form-part{
    right: 0px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}


.mobile-open.landing-page.version-three .form-part {
    right: 320px;
}


body.mobile-open.thank-you-page.version-three .header-container-wrapper{
    left: -320px;
}

body, .header-container-wrapper{
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.thank-you-page.version-three .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    max-width: 100%;
    padding: 30px;
    color: #ffffff;
    display: block;
    border-bottom: 1px solid #333333;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.thank-you-page.version-three .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-of-type a {
    max-width: 100%;
    padding: 30px;
    color: #ffffff;
    display: block;
    border-bottom: 1px solid #333333;
    background: #ff8822;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.thank-you-page.version-three .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover, .thank-you-page.version-three .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-of-type a:hover{
    box-shadow: inset 10px 0 0 0 #ffffff;
    padding-left: 40px;
}

.thank-you-page.version-three .header-container-wrapper ul li a .button {
    margin: 0;
    background: none;
    color: #ffffff;
    font-size: inherit;
    padding: 0;
    margin-left: 0;
}

.thank-you-page.version-three .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    display: block;
    text-align: left;
}

.thank-you-page.version-three .custom-menu-primary.js-enabled, .thank-you-page.version-three .header-container .widget-type-logo {
    width: 50%;
    float: left;
}
}

@media screen and (max-width: 1440px){
.wrapper {
    width: 1200px !important;
    margin: auto !important;
    float: none !important;
}

.landing-page.version-three .main-description {
    padding-left: 40px;
}
.landing-page.version-three .header-container-wrapper, .landing-page.version-three .footer-container-wrapper, .landing-page.version-three .wrapper {
    width: 60% !important;
}
.landing-page.version-three .form-part {
    width: 40% !important;
}
.landing-page.version-three .body-container > div > div > .span8 {
    width: 60% !important;
}
.landing-page.version-three .body-container > div > div > .span8 .wrapper {
    width: 80% !important;
}
}

@media screen and (max-width: 1280px){
.wrapper {
    width: 1000px !important;
    margin: auto !important;
    float: none !important;
}
.landing-page .main-description.position-initial {
    position: initial;
    padding: 0;
    padding-left: 30px;
}
.landing-page.version-three .main-part.mobile-rotate, .landing-page.version-three .main-part.mobile-rotate > div > div > div {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.landing-page.version-three .main-part.mobile-rotate > div > div > div {
    width: 100%;
    text-align: center;
    padding: 0;
}
.landing-page.version-three .main-part img {
    margin: 20px auto 0 auto;
    display: block;
}
.landing-page.version-three .main-part ul {
    padding: 0;
    width: initial;
    display: inline-block;
}

.landing-page.version-three .main-part ul li{
    text-align:left;
}
}

@media screen and (max-width: 1080px){
.wrapper {
    width: 960px !important;
    margin: auto !important;
    float: none !important;
}
}

@media screen and (max-width: 992px){
.wrapper {
    width: 720px !important;
    margin: auto !important;
    float: none !important;
}

.landing-page.version-three .header-container .wrapper {
    width: 80% !important;
}

.ressources .widget-type-cta {
    padding: 0 0 20px 0;
    width: 100%;
}

.landing-page.version-three .form-part {
    padding-left: 0;
    display: table;
    flex-flow: initial;
    justify-content: initial;
    height: initial;
    position: initial;
    right: 0;
    background: #333333;
    z-index: 999;
    top: 0;
    vertical-align: middle;
    width: 100% !important;
    margin: 0;
    border: none;
}

.landing-page.version-three .form-part > div {
    width: 100% !important;
    display: block;
    margin: auto;
}

.landing-page.version-three .header-container-wrapper, .landing-page.version-three .footer-container-wrapper, .landing-page.version-three .wrapper {
    width: 100% !important;
}

.landing-page.version-three .body-container > div > div > .span8 {
    width: 100% !important;
}

.landing-page .row-fluid [class*="span"].main-part {
    width: 100%;
    margin-bottom: 40px;
}
.landing-page .row-fluid [class*="span"].form-part {
    padding-left: 0;
    width: 100%;
}

.landing-page.version-two .form-part {
    position: relative;
    top: 0;
}

.landing-page .main-description {
    position: initial;
}

.landing-page .main-part {
    padding-bottom: 0;
}

.landing-page .form-part h2 {
    text-align: center;
    margin: 20px 0;
}

.landing-page .screen-height, .landing-page .row-fluid [class*="span"].screen-height {
    min-height: 100vh;
    display: block;
    vertical-align: initial;
    padding: 95px 0 0 0;
}

.landing-page .screen-height > div, .landing-page .row-fluid [class*="span"].screen-height > div {
    display: block;
    vertical-align: initial;
    padding: 60px 0;
}

.child-trigger{
    display: block;
}

.custom-menu-primary .hs-menu-wrapper {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #222;
    color: white;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper {
    right: 0px;
}

.mobile-trigger{
    display: inline-block;
    font-size: 38px;
}

.custom-menu-primary.js-enabled {
    text-align: right;
}

body.mobile-open {
    position: relative;
    left: -320px;
}

body{
    position: relative;
    left: 0px;
}

body.mobile-open .header-container-wrapper {
    left: -320px;
}

body, .header-container-wrapper{
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    max-width: 100%;
    padding: 30px;
    color: #ffffff;
    display: block;
    border-bottom: 1px solid #333333;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-of-type a {
    max-width: 100%;
    padding: 30px;
    color: #ffffff;
    display: block;
    border-bottom: 1px solid #333333;
    background: #ff8822;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover, .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-of-type a:hover{
    box-shadow: inset 10px 0 0 0 #ffffff;
    padding-left: 40px;
}

.header-container-wrapper ul li a .button {
    margin: 0;
    background: none;
    color: #ffffff;
    font-size: inherit;
    padding: 0;
    margin-left: 0;
}

.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    display: block;
    text-align: left;
}

.thank-you-page .custom-menu-primary.js-enabled, .thank-you-page .header-container .widget-type-logo {
    width: 50%;
    float: left;
}

}

@media screen and (max-width: 768px){
.wrapper {
    width: 560px !important;
    margin: auto !important;
    float: none !important;
}
}

@media screen and (max-width: 600px){
.wrapper {
    width: 440px !important;
    margin: auto !important;
    float: none !important;
}
.landing-page .header-container img {
    max-width: 150px;
    margin-bottom: 0;
}
.mobile-rotate, .mobile-rotate > div > div > div {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.thank-you-page .header-container-wrapper img {
    margin-left: 0;
    margin-bottom: 0;
}

.landing-page.version-two .main-part .widget-type-linked_image, .landing-page.version-two .main-part .main-description {
    width: 100% !important;
}
.landing-page.version-two .main-part > div > .row-fluid {
    display: block;
}
.landing-page img {
    margin: 0 auto 30px auto;
    display: block;
}
.landing-page.version-two .main-part {
    text-align: center;
}

.landing-page.version-two .main-part ul {
    padding: 0;
    width: initial;
    display: inline-block;
}

.landing-page.version-two .main-part ul li{
    text-align:left;
}
.landing-page .main-description.position-initial {
    padding-left: 0;
}
}

@media screen and (max-width: 480px){
.wrapper {
    width: 380px !important;
    margin: auto !important;
    float: none !important;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
.custom-menu-primary .hs-menu-wrapper {
    right: -280px;
    width: 280px;
}
body.mobile-open {
    position: relative;
    left: -280px;
}
body.mobile-open .header-container-wrapper {
    left: -280px;
}
}

@media screen and (max-width: 420px){
.wrapper {
    width: 340px !important;
    margin: auto !important;
    float: none !important;
}
}

@media screen and (max-width: 400px){
.landing-page .form-part .hs-form-field {
    margin: 10px 0;
}
.form-part form fieldset {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 0px 0 !important;
    padding: 0 !important;
}
.form-part form .actions {
    width: 100% !important;
    text-align: center !important;
    margin: 30px 0;
}
}

@media screen and (max-width: 380px){
.wrapper {
    width: 280px !important;
    margin: auto !important;
    float: none !important;
}
}


/*========== LANDING PAGE - VERSION 4 ==========*/

.landing-page.version-four .background-image {
    background-size: cover !important;
    background-position: 50% !important;
    margin-top:0;
}

.landing-page.version-four.markentive .background-image:before, .landing-page.version-four.softwares .background-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index:1;
}

.landing-page.version-four .header-container-wrapper {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: white;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.landing-page.version-four .header-container-wrapper.fixed {
    top: 0px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
}

.landing-page.version-four .slider > .row-fluid-wrapper {
    background: none;
    text-align:left;
    position:relative;
    z-index:2;
}

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

.landing-page.version-four .white, .landing-page.version-four .white *{
    color:white;
}

.landing-page.version-four .section-copyright .wrapper {
    padding: 0;
}

.landing-page.version-four .section-copyright .wrapper p{
    margin:0 auto;
}

.landing-page.version-four .slider h1 {
    font-size: 36px;
    line-height: 46px;
    text-align: left;
    padding: 0 60px 0 0;
    margin: 0 !important;
}

.landing-page.version-four .slider h2 {
    padding: 0 60px 0 0;
    color: #fff !important;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin: 50px 0 0;
}

.landing-page.version-four .adwords-logo {
    position: relative;
    display: block;
    text-align: left;
    margin: 0 0 30px;
}

.landing-page.version-four .footer .widget-span p{
    text-align: center;
    margin: 0 !important;
}

.landing-page.version-four .right-form {
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px;
    -webkit-box-shadow: 0 1px 20px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 20px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 20px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 20px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 20px 10px rgba(0, 0, 0, 0.1);
}

.landing-page.version-four .right-form h3 {
    font-size: 16px;
    font-weight: 500;
    color: #3b3b3b;
    line-height: 24px;
    text-align: center;
    margin-top: 0;
}

.landing-page.version-four .slider .wrapper > div > .row-fluid {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    justify-content: space-between;
}

.landing-page.version-four .testimonials > div > .row-fluid {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    justify-content: space-between;
}

.landing-page.version-four .testimonials > div > .row-fluid > .widget-type-cell {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 40px;
}

.landing-page.version-four .flex .text > div {
display:table;
vertical-align:middle;
height:100%;
}

.landing-page.version-four .flex .text img {
    max-width: 400px;
    margin: auto !important;
    display: block !important;
}

.landing-page.version-four .center-image > div {
    margin: auto;
}

.landing-page.version-four .flex > div > .row-fluid {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    justify-content: space-between;
}

.landing-page.version-four .slider .wrapper > div > .row-fluid > .text > div, .landing-page.version-four .flex .text > div{
height:100%;
}

.landing-page.version-four .slider .wrapper > div > .row-fluid > .text > div > div > div, .landing-page.version-four .flex .text > div > div{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.landing-page.version-four .right-form input:not([type="submit"]), .landing-page.version-four .right-form textarea, .landing-page.version-four .right-form select{
    padding: 16px;
    font-size: 14px;
    width: 100%;
    line-height: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-appearance: none;
    outline:none;
color: #777 !important;
}

.landing-page.version-four .right-form input:focus:not([type="submit"]),.landing-page.version-four .right-form input:active:not([type="submit"]),.landing-page.version-four .right-form textarea:focus,.landing-page.version-four .right-form textarea:active {
    border-color: #999999;
}

.landing-page.version-four .right-form input[type="radio"]:before {
    content: '';
    display: block;
    position: absolute;
    width: 60%;
    height: 60%;
    left: 20%;
    top: 20%;
    border-radius:50px;
}

.landing-page.version-four .right-form input[type="radio"]:checked:before {
    background-color: #999999;
}

.landing-page.version-four .right-form input[type="radio"]:checked {
    border: 1px solid #999999;
}

.landing-page.version-four .right-form input[type="radio"] {
    position: relative;
    border-radius: 50px;
    outline: none;
    padding: 7px;
    top: 2px;
    margin-right: 5px;
}

.landing-page.version-four .multi-container li, .hs-error-msgs li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

.landing-page.version-four .multi-container, .hs-error-msgs {
    padding: 0;
    margin: 0;
}

.landing-page.version-four .multi-container {
    text-align: center;
    margin-bottom: 20px;
}

.landing-page.version-four .right-form label {
    display: none;
}

.landing-page.version-four .hs-error-msgs label {
    display: block;
    font-size: 12px;
    color: #999999;
    font-weight:bold;
}

.landing-page.version-four .multi-container li label{
    display: inline-block;
}

.landing-page.version-four .right-form input:not([type="submit"]), .right-form select,  .right-form textarea{
    width: 100% !important;
    box-sizing: border-box;
    margin: 10px 0;
    position: relative;
    z-index: 10;
    background:none;
}

.landing-page.version-four .right-form .hs_countries_en .input:before, .right-form .hs_hs_persona .input:before{
    content: "▾";
    display: inline;
    width: 0;
    height: 0;
    top: 32px;
    margin-top: -3px;
    right: 35px;
    position: absolute;
    text-align: center;
    z-index: 5;
}



.landing-page.version-four .right-form .hs_countries_en .input, .right-form .hs_hs_persona .input{
    position: relative;
}

.landing-page.version-four .right-form .multi-container li label input {
    width: initial !important;
    margin: 0 5px;
}

.landing-page.version-four .right-form .hs-button{
    position: relative;
    display: block;
    float: none;
    width: 100%;
    background-color: #999999;
    font-size: 14px;
    padding: 20px 27px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: none;
    transition: all .2s ease-in-out;
    border-radius: 3px;
    cursor:pointer;
}

.landing-page.version-four .right-form fieldset {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.right-form fieldset .input {
    margin-right: 0 !important;
}

.landing-page.version-four .right-form .form-columns-2 .input, .right-form .form-columns-1 > div, .right-form .actions{
    padding: 0 5px;
}

.landing-page.version-four .advantages-list ul li{
    margin: 0 0 20px 0;
    list-style:none;
}

.landing-page.version-four h2 {
    line-height: 44px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-size: 34px;
    margin-bottom:40px;
}

.landing-page.version-four h3, .landing-page.version-four .h3 {
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
}

.landing-page.version-four .list-image {
    padding: 0;
    margin: 0;
}

.landing-page.version-four p {
    font-weight: 400;
    line-height: 140%;
    color: #a9b0b2;
    margin-bottom: 20px;
    margin-top: 0;
}

.landing-page.version-four .slider p {
    padding-right:60px;
}

.landing-page.version-four .adwords-logo img {
    text-align: left;
    margin-left: 0;
}

.landing-page.version-four .logo-row > div > .row-fluid {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}

.landing-page.version-four .advantages-list ul li {
    color: #a9b0b2;
}

.landing-page.version-four .button, .landing-page.version-four .hs-button{
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    padding: 11px 20px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.landing-page.version-four.insurance .cta-section.blue {
    background: #ff8d00;
}

.landing-page.version-four.softwares .cta-section.blue {
    background: #6800d4;
}

.landing-page.version-four.construction .cta-section.blue {
    background: #ec1c24;
}

.landing-page.version-four.pharma .cta-section.blue {
    background: #36a9e1;
}

.landing-page.version-four .floated-columns-button a{
    margin-top: 18px;
}

.landing-page.version-four .button.accent-color-one-bg{
    background-color: #999999;
    border-color: #999999;
}

.landing-page.version-four .button.accent-color-one-bg:hover, .landing-page.version-four .button.accent-color-one-bg:focus{
    background-color: #444444;
    border-color: #444444;
}

.landing-page.version-four .cta-section.blue {
    background-size: 100%;
    background: #66a1dd;
}

.landing-page.version-four .cta-section p {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}

.landing-page.version-four .cta-section .button{
    color: #999999;
}

.landing-page.version-four .button.large {
    min-width: 212px;
    padding: 15px;
    font-size: 14px;
}

.landing-page.version-four .logo-row .row-fluid * {
    display: inline-block;
}

.landing-page.version-four .logo-row .widget-type-linked_image{
    width: 160px!important;
    margin: 0 auto !important;
    text-align: center;
    float:none;
    display:inline-block;
}

.landing-page.version-four .logo-row .widget-type-linked_image img{
width: 80% !important;
}

.landing-page.version-four .logo-row .widget-type-linked_image > *{
    margin: 0 auto !important;
    text-align: center;
    display:table;
    vertical-align: middle;
    height: 100px;
}

.landing-page.version-four .logo-row .widget-type-linked_image > * > *{
    display:table-cell;
    vertical-align: middle;
}

.landing-page.version-four .cta-section p, .landing-page.version-four .cta-section .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 24px;
}

.landing-page.version-four .video-section, .landing-page.version-four .video-section > div{
    position: relative;
    min-height: 520px !important;
}

.landing-page.version-four .video-section > div{
    display:table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position:relative;
    z-index:2;
}

.landing-page.version-four .video-section > div > div{
    display:table-cell;
    vertical-align: middle;
    text-align: center;
}

.landing-page.version-four .slider .text > div > div {
    display: table-cell;
    vertical-align: middle;
}

.landing-page.version-four .video-section:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
}

.landing-page.version-four .slider .text > div  {
    display: table;
    vertical-align: middle;
}

.landing-page.version-four .testimonials img {
    max-width: 200px;
    max-height: 100px;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
}

.landing-page.version-four .testimonials .widget-type-linked_image span {
    height: 90px;
    display: table;
    vertical-align: middle;
    width: 100%;
    margin-bottom:20px;
}

.landing-page.version-four .person-caption {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 17px;
}

.landing-page.version-four .person-caption h5 {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    margin: 0;
    text-transform:uppercase;
}

.landing-page.version-four .person-caption em {
    font-size: 14px !important;
}

.landing-page.version-four p a {
    color: #999999;
    text-decoration: none;
}

.landing-page.version-four .section-copyright {
    padding:10px;
    text-align: center;
    background-color:#999999;
    color:#FFFFFF !important;
}

.landing-page.version-four .section-copyright p, .section-copyright a{
    color:#FFFFFF !important;
    font-size:12px;
    text-align:center;
    width:100%;
}

.landing-page.version-four .video-section .fa-play {
    font-size: 40px;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px white;
    width: 100px;
    height: 100px;
    color: white;
    display: table;
    vertical-align: middle;
    text-align: center;
    margin: 35px auto;
}

.landing-page.version-four .video-section .fa-play:hover, .landing-page.version-four .video-section .fa-play:focus {
    box-shadow: inset 0 0 0 5px white;
}

.landing-page.version-four .video-section .fa-play:before {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    left: 3px;
}

.landing-page.version-four .cta-section.blue .button:hover {
    color: #fff;
    background-color: #444444;
    border-color: #444444;
}

.landing-page.version-four .box-video.big .btn-play {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    margin: 35px auto;
    background: url(images/play-icon.svg) no-repeat center center;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.landing-page.version-four .video-iframe > div {
    display: table-cell;
    vertical-align: middle;
}

.landing-page.version-four .video-iframe .fa-close {
    width: 100%;
    text-align:right;
    color:white;
    margin-bottom:20px;
}

.landing-page.version-four .video-iframe iframe {
    width: 100%;
    height: 670px;
    border:none;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.4);
}

.landing-page.version-four .video-iframe.opacity-full {
    top: 0;
}

.landing-page.version-four .box-video.big p {
    font-weight: 300;
    font-size: 34px;
    line-height: 34px;
    text-transform: none;
    opacity: 1;
    color:#ffffff;
}

.landing-page.version-four .video-iframe{
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    display: table !important;
    height: 100% !important;
    vertical-align: middle;
    background: rgba(0,0,0,.8);
    text-align:center;
    z-index: 999;
    width: 100% !important;
}

.landing-page.version-four .fade-up.faded{
    top:0;
}

@media screen and (max-width:1440px){
    .landing-page.version-four .partner-logos .widget-span {
        padding: 0 20px;
    }
}

@media screen and (max-width:1280px){
    .landing-page.version-four h2, .landing-page.version-four .h2 {
        font-size: 28px;
        line-height: 36px;
    }

.landing-page.version-four .premium-part .span4, .landing-page.version-four .premium-part .span8 {
    width: 50% !important;
    margin: 0;
}
}

@media screen and (max-width:992px){
    .landing-page.version-four .flex .text img {
        max-width: 280px;
        margin: auto !important;
        display: block !important;
    }
    .landing-page.version-four .testimonials > div > .row-fluid > .widget-type-cell {
        padding: 0 20px;
    }
    
    .landing-page.version-four .testimonials img{
        max-width:100%;
    }
    
    .landing-page.version-four .widget-span img {
        margin: 20px auto;
        display: block;
    }
    
    .landing-page.version-four .slider .widget-span img {
        margin: 0;
        display: block;
        max-width: 200px;
    }
    .advantages-list > div > div > .widget-span {
        padding:  0 20px;
    }
    .landing-page.version-four .section-copyright p, .landing-page.version-four .section-copyright a {
    text-align: center;
    display:inline-grid;
    }
    .landing-page.version-four .logo-row .widget-type-linked_image > * {
        height: 90px;
    }
    .landing-page.version-four .logo-row img {
        max-width: 100px;
        height: auto !important;
    }
    .landing-page.version-four .box-video.big p {
        font-size: 30px;
        line-height: 30px;
    }
    .landing-page.version-four p {
        font-size: 16px;
    }
    .landing-page.version-four .cta-section p {
        font-size: 25px;
    }
.landing-page.version-four .video-iframe iframe {
    width: 100%;
    height: 410px;
    border: none;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.4);
}
.landing-page.version-four .header-container-wrapper{
    position: initial;
}

.landing-page.version-four .premium-part .span4, .landing-page.version-four .premium-part .span8 {
    width: 100% !important;
    margin: 0;
}
}

@media screen and (max-width:768px){
.landing-page.version-four .header-container-wrapper {
    position: initial !important;
}
    .landing-page.version-four .right-form {
        width: 100% !important;
    }
    
.landing-page.version-four .testimonials .widget-type-linked_image span {
    height: initial;
    display: block;
    vertical-align: middle;
    width: 100%;
}

.landing-page.version-four .background-image.slider, .landing-page.version-four .background-image.slider .text {
    text-align: center !important;
    width: 100%;
    margin: 0 auto 20px 0;
}

.landing-page.version-four .partner-logos > div > div > div > div > div > div {
    float: left;
    width: calc(100% / 3);
    padding: 0 20px;
}

.landing-page.version-four .logo-row .widget-type-linked_image {
    margin: 0 auto !important;
    text-align: center;
    float: none;
    display: inline-block;
    display: inline-block;
    margin: 0;
    width: calc(100%/3);
    flex-basis: 33.333333333%;
}

.landing-page.version-four .testimonials > div > .row-fluid > .widget-type-cell {
    padding: 0 20px;
    display: block;
    width: 100%;
}

.landing-page.version-four .widget-span img {
    margin: 20px auto;
    display: block;
    height: initial;
    width: initial;
    max-height: 100%;
    max-width: 100%;
}

.landing-page.version-four .logo-row > div > .row-fluid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.landing-page.version-four .logo-row > div > .row-fluid:after {
  content: "";
  flex: auto;
}

.landing-page.version-four .logo-row .widget-type-linked_image img {
    width: 100% !important;
}

.landing-page.version-four .logo-row .widget-type-linked_image > * {
    height: initial;
    width: 100%;
    display: block;
}

.landing-page.version-four .logo-row .widget-type-linked_image > * > * {
    display: block;
    vertical-align: middle;
}

.landing-page.version-four .logo-row img {
    max-width: 160px;
    height: auto !important;
    margin: 10px auto;
}

.landing-page.version-four .slider .widget-span img {
    margin: 0 auto;
    display: block;
    max-width: 200px;
}

.landing-page.version-four .slider p {
    padding-right: 0;
    margin-top: 20px;
}

.advantages-list > div > div > .widget-span {
    padding: 0 0 20px 0;
    width: 100%;
}

.landing-page.version-four .slider h1, .landing-page.version-four .adwords-logo{
    padding: 0;
    text-align: center !important;
}
.landing-page.version-four .slider h2 {
    padding: 0;
    margin: 40px auto;
    text-align: center !important;
    font-size: 18px !important;
}
.landing-page.version-four h2, .landing-page.version-four .h2 {
    font-size: 28px !important;
    line-height: 36px;
}
.landing-page.version-four h3, .landing-page.version-four .h3 {
    font-size: 20px !important;
}
.landing-page.version-four .advantages-list ul li {
    color: #a9b0b2;
    text-align: center;
}
.landing-page.version-four .flex .text {
    text-align: center;
    width: 100%;
}
.landing-page.version-four .text.center-image {
    display: block;
    margin: auto !important;
    width: 100%;
}
.landing-page.version-four .flex .text img {
    max-width: 100%;
    margin: auto !important;
    display: block !important;
}
.landing-page.version-four .mobile-rotate, .landing-page.version-four .mobile-rotate > div > div > div{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.landing-page.version-four .testimonials > div > .row-fluid {
    display: block;
    flex: 1;
    flex-flow: row wrap;
    justify-content: space-between;
}
.landing-page.version-four br {
    content: '';
    margin: 1px;
}
.landing-page.version-four .cta-section .button {
    display: block;
    vertical-align: middle;
    margin: 20px auto auto auto;
    max-width:300px;
}
}


@media screen and (max-width:600px){

.landing-page.version-four .logo-row img {
    max-width: 120px;
    height: auto !important;
    margin: 10px auto;
}
.landing-page.version-four .partner-logos .widget-span {
    padding: 0 10px;
}
.landing-page.version-four .widget-span img {
    margin: 10px auto;
}
.landing-page.version-four fieldset > div {
    width: 100% !important;
    box-sizing: border-box;
}
.landing-page.version-four .slider h1 {
    font-size: 26px;
    line-height: 32px;
}
.landing-page.version-four .video-iframe iframe {
    width: 100%;
    height: 250px;
    border: none;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.4);
}
.landing-page.version-four h2, .landing-page.version-four .h2 {
    font-size: 24px !important;
    line-height: 28px;
}
.landing-page.version-four .cta-section p {
    font-size: 18px;
}
}


@media screen and (max-width:480px){
.landing-page.version-four .logo-row img {
    max-width: 100px;
    height: auto !important;
    margin: 10px auto;
}
}

/******************************************************** LANDING PAGE VERSION 5 - Markentive *********************************************************************/ 
.landing-page.version-five .wrapper{
    width:60%!important;
}

.landing-page.version-five .body-container-wrapper{
    background: url('https://cdn2.hubspot.net/hubfs/3482293/iStock-493557620.jpg') no-repeat;
    background-size:cover !important;
    background-position:50% !important;
    padding:150px 0px;
}

.landing-page.version-five .logo-spacer{
    padding-top:20px;
}

.landing-page.version-five .header-container-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
}

.landing-page.version-five .body-container-wrapper p.secondary-header{
    color: #5f5f5f;
}

.landing-page.version-five img {
    max-width: 200px;
}

.landing-page.version-five .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-5 {
    padding-right: 4%;
    padding-left: 4%;
    text-align: justify;
}
.landing-page.version-five .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-3 {
    padding-right: 4%;
    padding-left: 4%;
    text-align: justify;
}

.landing-page.version-five .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-4 {
    padding-right: 4%;
    padding-left: 4%;
    text-align: justify;
}


.landing-page.version-five .header-text h1{
    color:#fff;
}

.landing-page.version-five .header-text h1, .landing-page.version-five .header-text #hs_cos_wrapper_subheader{
   text-transform: uppercase;
}

.landing-page.version-five .header-text {
 line-height: 40px;
}

.landing-page.version-five .main-text{ 
    text-align:justify;
    margin:50px 0px;
    color:#5f5f5f;
}

 /* au scrool */
.fixed-header{
    background-color: rgba(0, 0, 0, .8);
    padding-bottom:15px;
}

/* FORM LANDING PAGE VERSION 5 - Markentive */

.landing-page.version-five .bg-form{
    margin-top:30px;
    margin-bottom: 30px;
    padding:2%;
    background-color:rgba(0,0,0,.8);
}

.landing-page.version-five .bg-form h2{
    color:#fff;
    text-align:center;
    margin-bottom:2%;
    font-weight: normal;
    text-transform: uppercase;
}

.landing-page.version-five .form-5 {
    display:flex;
    justify-content:center;
}

.landing-page.version-five .form-5 > .cell-wrapper.layout-widget-wrapper,
.landing-page.version-five .form-5 > .cell-wrapper.layout-widget-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form,
.landing-page.version-five .form-5 > .cell-wrapper.layout-widget-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form > div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.landing-page.version-five .form-5 form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-page.version-five .form-5 select,
.landing-page.version-five .form-5 input,
.landing-page.version-five .form-5 textarea{
    width:100%!important;
     border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-appearance: none;
    outline: none;
}

.landing-page.version-five .form-5 form > fieldset{
    width:100%;
    max-width:100%!important;
    float:none!important;
   margin-bottom: 2%;
}

.landing-page.version-five .form-5 fieldset:nth-child(n+6) {
    display:none;   
} 

.landing-page.version-five .form-5 input{
    outline:0;
    border-radius: 3px;
    margin-top:0!important;
    padding:10px!important;
}

.landing-page.version-five .form-5 textarea{
    min-height: 75px;
}

/* error message */

.form-columns-2 .field > label, .form-columns-1 .field > label {
    display:none;
}

.form-columns-2 .field > ul, .form-columns-1 .field > ul {
    display:none!important;
}

/* SUBMIT */

 .landing-page.version-five .form-5 form > .hs_submit.hs-submit{
     width:50%;
 }
 
 .landing-page.version-five .form-5 .hs-button{
    line-height: 2rem;
    padding:20px 40px;
    background-color: #5f5f5f;
    text-decoration:none; 
    cursor:pointer;
    color:#fff;
    width:100%;
    outline:none;
    border:none!important;
    border-radius:3px;
}
 
 .landing-page.version-five .form-5 form > .hs_error_rollup{
    color: #856404;
    background-color: #fff3cd;
    padding: 1%;
    border: 1px solid #ffeeba;
    border-radius: 3px;
    margin-bottom: 2%;
    font-size: 12px;
 }
 
/* Remoove chrome form state*/ 

.landing-page.version-five .form-5 input:-webkit-autofill,
.landing-page.version-five .form-5 input:-webkit-autofill:hover, 
.landing-page.version-five .form-5 input:-webkit-autofill:focus,
.landing-page.version-five .form-5 input:-webkit-autofill, 
.landing-page.version-five .form-5 textarea:-webkit-autofill,
.landing-page.version-five .form-5 textarea:-webkit-autofill:hover,
.landing-page.version-five .form-5 textarea:-webkit-autofill:focus,
.landing-page.version-five .form-5 select:-webkit-autofill,
.landing-page.version-five .form-5 select:-webkit-autofill:hover,
.landing-page.version-five .form-5 select:-webkit-autofill:focus {
  -webkit-text-fill-color: green;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}


/* FORM STATE COLOR unvalid*/ 

.landing-page.version-five .form-5 input.invalid,
.landing-page.version-five .form-5 select.invalid,
.landing-page.version-five .form-5 textarea.invalid{
   background: #ffe5ee;
   color: #a83638;
   box-shadow: inset 0 0 0 2px #ffd1da;
   font-weight: 600;
}

.landing-page.version-five .form-5 input.invalid:-webkit-autofill,
.landing-page.version-five .form-5 input.invalid:-webkit-autofill:hover,
.landing-page.version-five .form-5 input.invalid:-webkit-autofill:focus,
.landing-page.version-five .form-5 input.invalid:-webkit-autofill:active,
.landing-page.version-five .form-5 textarea.invalid:-webkit-autofill,
.landing-page.version-five .form-5 textarea.invalid:-webkit-autofill:hover,
.landing-page.version-five .form-5 textarea.invalid:-webkit-autofill:focus,
.landing-page.version-five .form-5 select.invalid:-webkit-autofill,
.landing-page.version-five .form-5 select.invalid:-webkit-autofill:hover,
.landing-page.version-five .form-5 select.invalid:-webkit-autofill:focus {
   -webkit-text-fill-color: #a83638;
   -webkit-box-shadow: 0 0 0px 1000px #ffe5ee inset !important;
   transition: background-color 5000s ease-in-out 0s !important;
   border: 2px solid #ffd1da;
}


/* FORM STATE COLOR valid*/ 

 .landing-page.version-five .form-5 input.hs-input:valid,
 .landing-page.version-five .form-5 select:valid{
   background: rgb(215, 238, 207)!important;
   box-shadow: inset 0 0 0 2px #cbe1c5;
   color: #449c4a!important;
   font-weight: 600;
}

 .landing-page.version-five .form-5 input:-webkit-autofill:valid,
 .landing-page.version-five .form-5 input:-webkit-autofill:hover:valid,
 .landing-page.version-five .form-5 input:-webkit-autofill:focus:valid,
 .landing-page.version-five .form-5 input:-webkit-autofill:active:valid,
 .landing-page.version-five .form-5 textarea:-webkit-autofill:valid,
 .landing-page.version-five .form-5 textarea:-webkit-autofill:hover:valid,
.landing-page.version-five .form-5 textarea:-webkit-autofill:focus:valid, 
.landing-page.version-five .form-5 select:-webkit-autofill:valid, 
.landing-page.version-five .form-5 select:-webkit-autofill:hover:valid, 
.landing-page.version-five .form-5 select:-webkit-autofill:focus:valid {
   -webkit-text-fill-color: #449c4a;
   -webkit-box-shadow: 0 0 0px 1000px #d7eecf inset !important;
   transition: background-color 5000s ease-in-out 0s !important;
   border: 2px solid #cbe1c5;
}

/* FOOTER */

.landing-page.version-five .border-right{
    border-right:1px solid #e5e5e5;
}

.landing-page.version-five  .text-margin-top-20{
    margin-top:20px;
}

.landing-page.version-five .footer{
    background:none!important;
}

.landing-page.version-five .infos-bg{
    background-color:#fff;
    padding:30px 50px;
    box-shadow: 0px 6px 10px 4px #e5e5e5;
    position:relative;
    bottom:100px;
    color:#000;
}

.landing-page.version-five .mentions{
    background-color: #fff;
    color:#000;
    margin-bottom:20px;
}

.landing-page.version-five .mentions span{
    font-size:14px;
}

/* RESPONSIVE LANDING-PAGE VERSION-FIVE */

@media screen and (max-width:1440px){
    
.landing-page.version-five h1 {
        font-size:27px;
}
    
.landing-page.version-five .logo-spacer img {
    max-width: 200px;
}
}

@media screen and (max-width:992px){
    
.landing-page.version-five .body-container-wrapper {
    padding: 100px 0px;
}

.landing-page.version-five .logo-spacer img {
    max-width: 150px;
}  

.landing-page.version-five .fixed-header{
    padding-bottom:15px;
}

.landing-page.version-five .logo-spacer{
    padding-top:15px;
}

.landing-page.version-five h1 {
        font-size:22px;
}
    
.landing-page.version-five p{
    font-size:14px;
}

.landing-page.version-five .infos-bg img{
    width:80px!important;
}

.landing-page.version-five .infos-bg {
    padding: 30px 20px;
}
 .landing-page.version-five .mentions span {
    font-size: 12px;
}
}

@media screen and (max-width:768px){
    
.landing-page.version-five .wrapper{
    width:80%!important;
}
    
.landing-page.version-five .bg-form h2{
    color:#fff;
    text-align:center;
    margin-bottom:2%;
    font-weight: normal;
    text-transform: uppercase;
     font-size: 20px;
     margin-bottom:0;
    margin-top: 2%;
}


.landing-page.version-five .form-5 {
    padding: 6%;
}

.landing-page.version-five .form-5 input{
    margin-bottom: 3%;
}

.landing-page.version-five .form-5 select{
    font-size:8px;
}

.landing-page.version-five .body-container-wrapper {
    padding-bottom: 150px;
    padding-top: 75px;
}

.landing-page.version-five .infos-bg .row-fluid{
    display:flex;
}

.landing-page.version-five .infos-bg {
    bottom: 50px;
    padding: 15px 0px;
}

.landing-page.version-five h1 {
        font-size:17px;
        line-height: 1.2em;
}
    
.landing-page.version-five .logo-spacer {
    padding-top: 10px;
}

.landing-page.version-five .fixed-header{
    padding-bottom:10px;
}

.landing-page.version-five p{
    font-size:12px;
}

.landing-page.version-five .text-margin-top-20{
    font-size:12px;
    margin-top:10px;
}

.landing-page.version-five .infos-bg {
    padding: 20px 10px;
}

.landing-page.version-five .infos-bg img{
    width:70px!important;
}

.landing-page.version-five .main-text {
    margin-top: 10px;
    margin-bottom:30px;
}

.landing-page.version-five .form-5 form > .hs_submit.hs-submit{
     margin-top: 10%!important;
 }
 
}

@media screen and (max-width:600px){
    
.landing-page.version-five .logo-spacer img {
    max-width: 100px;
}
    
.landing-page.version-five .infos-bg img{
    width: 60px!important;
    margin: 0 auto 10px auto;
}

}

@media screen and (max-width:480px){
    
.landing-page.version-five h1 {
    font-size: 15px;
}

.landing-page.version-five img {
    max-width: 100px;
}

.landing-page.version-five .logo-spacer {
    padding-top: 10px;
} 

.landing-page.version-five .fixed-header {
    padding-bottom: 10px;
}

.landing-page.version-five .header-text #hs_cos_wrapper_subheader{
    line-height: 1em;
    font-size: 10px;
    margin-top: 10px;
}
    
.landing-page.version-five p{
    font-size:12px;
}

.landing-page.version-five .main-text p {
 letter-spacing:0.02em;
}


.landing-page.version-five .form-5 input {
    padding: 5px!important;
}

.landing-page.version-five .border-right {
    margin: 0px!important;
}

.landing-page.version-five .infos-bg .row-fluid{
    display:flex;
}

.landing-page.version-five .infos-bg img {
    width: 50px!important;
    margin:0 auto;
}

.landing-page.version-five .text-margin-top-20{
    font-size:10px;
}

.landing-page.version-five .mentions span{
    font-size:10px;
}
}

@media screen and (max-width:380px){


.landing-page.version-five .header-text #hs_cos_wrapper_subheader{
    text-transform:none;
}

.landing-page.version-five .main-text p{
    font-size:10px;
}

.landing-page.version-five .form-5 .hs-button {
    padding: 15px 40px;
    font-size: 12px;
}

.landing-page.version-five .infos-bg img {
    width: 35px!important;
}

.landing-page.version-five .mentions span {
    font-size: 8px;
}
}

/******************************************************** LANDING PAGE VERSION 5 - Pharma *********************************************************************/ 

body.landing-page.version-five.pharma {
    font-family: 'Sansa', sans-serif;
    line-height: initial;
}
.landing-page.version-five.pharma .header-container-wrapper {
    background: white;
    padding-bottom:1%;
}


.landing-page.version-five.pharma .wrapper{
    width:60%!important;
}

.landing-page.version-five.pharma .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-5{
    padding-right:4%;
    padding-left:4%;
}

.landing-page.version-five.pharma .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-3{
    padding-right:4%;
    padding-left:4%; 
}


.landing-page.version-five.pharma .body-container-wrapper{
    background: url('https://cdn2.hubspot.net/hubfs/3482293/Backgrounds/background-pharma.jpg') no-repeat;
    background-size:cover !important;
    background-position:50% !important;
    padding:150px 0px;
}

.landing-page.version-five.pharma p.secondary-header{
    color:#fff;
}

.landing-page.version-five.pharma .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-4{
    padding-right:4%;
    padding-left:4%;
    text-align:justify;
}

.landing-page.version-five.pharma .body-container-wrapper .main-text p{
    text-align: justify;
    color:#fff;
    font-size:14px;
}

.landing-page.version-five.pharma .bg-form{
    background-color:rgba(255,255,255,.8);
}

.landing-page.version-five.pharma .bg-form h2{
    color:#36a9e1;
}

.landing-page.version-five.pharma .form-5 .hs-button {
    line-height: 2rem;
    padding: 20px 40px;
    background-color: #36a9e1;
}

.landing-page.version-five.pharma .form-5 select, .landing-page.version-five.pharma .form-5 input, .landing-page.version-five.pharma .form-5 textarea {
    width: 100%!important;
    border: 1px solid #95dcff;
    border-radius: 3px;
    -webkit-appearance: none;
    outline: none;
}

/* RESPONSIVE */ 

@media screen and (max-width:768px){
    
.landing-page.version-five.pharma .wrapper{
    width:80%!important;
}
    .landing-page.version-five.pharma .body-container-wrapper .main-text p{
    text-align: justify;
    color:#fff;
    font-size:12px;
}

.landing-page.version-five.pharma .body-container-wrapper {
    padding-bottom: 150px;
    padding-top: 75px;
}
    


.landing-page.version-five.pharma .main-text {
    margin-top: 10px;
    margin-bottom:30px;
    
}
.landing-page.version-five.pharma .form-5 form > .hs_submit.hs-submit{
     margin-top: 10%!important;
 }
 
}


/******************************************************** LANDING PAGE VERSION 5 - Assurance *********************************************************************/ 
.landing-page.version-five.assurance .wrapper{
    width:60%!important;
}

.landing-page.version-five.assurance .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-5{
    padding-right:4%;
    padding-left:4%;
}

.landing-page.version-five.assurance .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-3{
    padding-right:4%;
    padding-left:4%; 
}

.landing-page.version-five.assurance .body-container-wrapper{
    background: url('https://cdn2.hubspot.net/hubfs/3482293/Backgrounds/background-assurance.jpg') no-repeat;
}

.landing-page.version-five.assurance .header-container-wrapper {
    background: #fff;
    padding-bottom:1%;
}

.landing-page.version-five.assurance .bg-form {
    background-color:rgba(95,95,95,.8);
}

.landing-page.version-five.assurance .bg-form h2 {
    color: #fff;
}

.landing-page.version-five.assurance .form-5 select, .landing-page.version-five.assurance .form-5 input, .landing-page.version-five.assurance .form-5 textarea {
   border: 1px solid #ddd;
}

.landing-page.version-five.assurance .body-container-wrapper .main-text p{
    text-align: justify;
    color:#5f5f5f;
    font-size:14px;
}

.landing-page.version-five.assurance .body-container-wrapper p.secondary-header{
    color: #5f5f5f;
}

/* Responsive */

@media screen and (max-width:768px){
    
.landing-page.version-five.assurance .wrapper{
    width:80%!important;
}

.landing-page.version-five.assurance .body-container-wrapper .main-text p{
    font-size:12px;
}
.landing-page.version-five.assurance .body-container-wrapper p.secondary-header{
   line-height: 3em;
}

}

/******************************************************** LANDING PAGE VERSION 5 - Software *********************************************************************/ 
.landing-page.version-five.software .body-container-wrapper {
    background: url('https://cdn2.hubspot.net/hubfs/3482293/Backgrounds/background-softwares-1.jpg') no-repeat;
}

/*.landing-page.version-five.software.filter-bg{
    background-size: cover !important;
    background-position: 100% !important;
    margin-top: 0;
}

.landing-page.version-five.software.filter-bg:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 0;
}*/

.landing-page.version-five.software .header-container-wrapper {
    background: #fff;
    padding-bottom:1%;
}

.landing-page.version-five.software .body-container-wrapper .main-text p{
    color:#fff;
    font-size:14px;
}

.landing-page.version-five.software .body-container-wrapper p.secondary-header{
    color: #fff;
}

.landing-page.version-five.software .bg-form {
    background-color:#6800d4;
}


.landing-page.version-five.software .form-5 .hs-button {
    color: #6800d4;
    background-color:#fff;
}


/* Responsive */

@media screen and (max-width:768px){
    
.landing-page.version-five.software .wrapper{
    width:80%!important;
}

.landing-page.version-five.software .body-container-wrapper .main-text p{
    font-size:12px;
}
.landing-page.version-five.software.body-container-wrapper p.secondary-header{
   line-height: 3em;
}

}

/******************************************************** LANDING PAGE VERSION 5 - Construction *********************************************************************/ 

.landing-page.version-five.construction .body-container-wrapper {
    background: url('https://cdn2.hubspot.net/hubfs/3482293/Backgrounds/background-construction.jpg') no-repeat;
}


.landing-page.version-five.construction .header-container-wrapper {
    background: #fff;
    padding-bottom:1%;
}

.landing-page.version-five.construction .body-container-wrapper p.secondary-header{
    color: #fff;
}

.landing-page.version-five.construction .body-container-wrapper .main-text p{
    color:#fff;
    font-size:14px;
}

.landing-page.version-five.construction .form-5 .hs-button {
    color: #fff;
    background-color:#e81920;
}


/*  RESPONSIVE */

@media screen and (max-width:768px){
    
.landing-page.version-five.construction .body-container-wrapper .main-text p{
    font-size:12px;
}
}
