/* 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;}
@font-face {
    font-family: 'Arista-Light';
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Arista/Light/Arista2.0Light.eot');
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Arista/Light/Arista2.0Light.eot?#iefix') format('embedded-opentype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Arista/Light/Arista2.0Light.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Arista/Light/Arista2.0Light.woff') format('woff'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Arista/Light/Arista2.0Light.ttf') format('truetype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Arista/Light/Arista2.0Light.svg#Arista2.0Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
    font-family: 'Century-Gothic';
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/CenturyGothic/Regular/CenturyGothic.eot');
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/CenturyGothic/Regular/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/CenturyGothic/Regular/CenturyGothic.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/CenturyGothic/Regular/CenturyGothic.woff') format('woff'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/CenturyGothic/Regular/CenturyGothic.ttf') format('truetype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/CenturyGothic/Regular/CenturyGothic.svg#DidactGothic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Century-Gothic-Bold';
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/CenturyGothic/Bold/CenturyGothic-Bold.eot');
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/CenturyGothic/Bold/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/CenturyGothic/Bold/CenturyGothic-Bold.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/CenturyGothic/Bold/CenturyGothic-Bold.woff') format('woff'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/CenturyGothic/Bold/CenturyGothic-Bold.ttf') format('truetype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/CenturyGothic/Bold/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'Teko-Medium';
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Medium/Teko-Medium.eot');
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Medium/Teko-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Medium/Teko-Medium.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Medium/Teko-Medium.woff') format('woff'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Medium/Teko-Medium.ttf') format('truetype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Medium/Teko-Medium.svg#Teko-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Teko-Light';
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Light/Teko-Light.eot');
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Light/Teko-Light.eot?#iefix') format('embedded-opentype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Light/Teko-Light.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Light/Teko-Light.woff') format('woff'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Light/Teko-Light.ttf') format('truetype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Light/Teko-Light.svg#Teko-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
    font-family: 'Teko-Semibold';
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Semibold/Teko-Semibold.eot');
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Semibold/Teko-Semibold.eot?#iefix') format('embedded-opentype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Semibold/Teko-Semibold.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Semibold/Teko-Semibold.woff') format('woff'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Semibold/Teko-Semibold.ttf') format('truetype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Semibold/Teko-Semibold.svg#Teko-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}


@font-face {
	font-family: 'Teko-Bold';
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Bold/Teko-Bold.eot');
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Bold/Teko-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Bold/Teko-Bold.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Bold/Teko-Bold.woff') format('woff'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Bold/Teko-Bold.ttf') format('truetype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Bold/Teko-Bold.svg#Teko-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Teko-Regular';
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Regular/Teko-Regular.eot');
	src: url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Regular/Teko-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Regular/Teko-Regular.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Regular/Teko-Regular.woff') format('woff'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Regular/Teko-Regular.ttf') format('truetype'),
		url('https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/fonts/Teko/Regular/Teko-Regular.svg#Teko-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ============================================= */
/* Loading section
/* ============================================= */

.loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 999;
}

#back-to-top {
    width: 40px;
    position: fixed;
    right: 80px;
    bottom: 240px;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
     
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;

}

#back-to-top svg {
    width: 100%;
    fill: #3e3a45;
     
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

}

#back-to-top.show {
    opacity: 1;
}

#preloader {
    background: #514b5b;
}

#preloader .logo {
    position: absolute;
    opacity: 1;
    z-index: 1;
     
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
;
}

#preloader .logo-container {
    position: relative; 
    display: block; 
    margin: 0 auto; 
    width: 100vw;
    height: 100vh;
}

#preloader #logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 130px;
    margin: auto;
}

#preloader #logo path, 
#preloader #logo line {
    stroke: #3d3a45;
    stroke-width: 8px;
    stroke-dasharray: 400;
    stroke-dashoffset: -400;
    /*animation: draw-logo 1s infinite;*/
}

@media only screen and (max-width: 992px) {
    .hs-blog-listing .news-posts .row-1, .hs-blog-listing .news-posts .row-2 {
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
    }
  
    .hs-blog-listing .news-posts .row-2 .left {
        margin-bottom: 40px;
    }
  
    .hs-blog-listing .news-posts .row-3 .content {
        margin-top: 40px;
        width: 100%;
        margin-left: 0;
        padding-left: 5%;
        padding-right: 5%;
    }
  
   .hs-blog-listing .news-posts .row-3 .row-image {
        flex-wrap: wrap-reverse;
    }
  
  .hs-blog-listing .news-posts .row-3 .row-image .cover-image {
            margin-bottom: 40px;
    }
  
  .hs-blog-listing .news-posts .row-4 {
        margin-top: 0;
        display: block;
        padding-left: 5%;
    padding-right: 5%;
    }
  .hs-blog-listing .news-posts .row-4 .post-4{
        margin-bottom: 40px;
    }
  .hs-blog-listing .news-posts .row-4 .post-5{
        padding: 0;
        margin-bottom: 40px;
    }
  .hs-blog-listing .news-posts .row-4 .post-6{
     padding: 0;
    }
  .hs-blog-listing .news-posts .row-4 .post-9{
     margin-bottom: 40px;
    }
  .hs-blog-listing .news-posts .row-4 .post-10{
        padding: 0;
        margin-bottom: 40px;
    }
  .hs-blog-listing .news-posts .row-4 .post-11{
     padding: 0;
    }
}

@-webkit-keyframes draw-logo {
    from {
        stroke-dashoffset: -400;
    }   
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-logo {
    from {
        stroke-dashoffset: -400;
    }   
    to {
        stroke-dashoffset: 0;
    }
}

/*** Loading section end ***/

/* ============================================= */
/* Default Styles
/* ============================================= */

video {
    max-width: none;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

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

html, body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    overflow-x: hidden;
  	
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

body.home {
    background-color: #f5f5f5;
}

html.noscroll {
    position: fixed;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg:after,
.subcolumn.last:after {
    content: "";
    display: block;
    clear: both;
}

.bg .column {
    height: 100%;
    margin: 0;
    padding: 0;
}

.bg .column .subcolumn {
    position: relative;
    height: 100%;
}

.bg .bg-borders {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.bg .bg-borders .column .subcolumn {
    background: transparent;
    box-sizing: border-box;
}

.bg .bg-borders .column.last .subcolumn.last {
    border-right: medium none !important;
}

.white .bg > .column .subcolumn {
    background: #fff
}

.gray .bg > .column .subcolumn {
    background: #f5f5f5;
}

.violet .bg > .column .subcolumn {
    background: #514b5b;
}

.white .bg .bg-borders .column .subcolumn {
    border-right: 3px solid #e4e4e4;
}

.gray .bg .bg-borders .column .subcolumn {
    border-right: 3px solid #e4e4e4;
}

.violet .bg .bg-borders .column .subcolumn {
    border-right: 3px solid #515165;
}

.header-container-wrapper {
    position: relative;
    z-index: 999;
}
                                            
/*body.noscroll .logo {
    width: calc(16.66666667% - 3px) !important;
}*/

.bg-container {
    min-height: auto !important;
}

.body-container-wrapper {
    position: relative;
    margin-bottom: 650px;
    z-index: 2;
}

.blog .body-container-wrapper {
    padding-top: 120px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    line-height: 1;
    word-break: normal;
    color: #262626; 
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

h1 { font-size: 6rem; }
h2 { font-size: 5rem; }
h3 { font-size: 3.9rem; }
h4 { font-size: 3rem; }
h5 { font-size: 2rem; }
h6 { font-size: 1rem; }

body:not(.home) .body-container-wrapper h2,
body:not(.home) .body-container-wrapper h3,
body:not(.home) .body-container-wrapper h4,
body:not(.home) .body-container-wrapper h5,
body:not(.home) .body-container-wrapper h6 {
    text-transform: uppercase;
}

p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #262626;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

h2 sup,
h3 sup {
    font-size: 3.5rem;
    top: 0;
    display: block;
    line-height: 1em;
    color: #de0849;
    
    font-family: 'Teko-Light', Helvetica, Arial, sans-serif;
;
}

h3 sup {
    font-size: 2.5rem;
}

b, strong {
    font-weight: initial;
    
    font-family: 'Century-Gothic-Bold', Helvetica, Arial, sans-serif;
;
}

p a {
    color: #de0849
}

p a:hover {
    color: #514b5b
}

li a {
  	color: #de0849
}

.content ol,
.blog .post-body ol {
    counter-reset: step;
    list-style-type: none;
}

.blog .post-body div:not(".hbspt-form") li {
    position: relative;
    margin: 10px 0;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-left: 30px;
    color: #262626;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

.content li {
    position: relative;
    margin: 10px 0;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-left: 30px;
    color: #262626;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

.content ol > li:before,
.blog .post-body ol > li:before {
    position: relative;
    left: 0;
    counter-increment: step;
    content: counters(step, " / ") " / ";
    font-size: 1.5rem;
    color: #514b5b;
    
    font-family: 'Teko-Bold', Helvetica, Arial, sans-serif;
;
}

.content ol ol,
.blog .post-body ol ol {
    counter-reset: step2;
}

.content ol ol li:before,
.blog .post-body ol ol li:before {
    position: absolute;
    left: 0;
    counter-increment: step2;
    content: counters(step2, " / ") " / ";
}

.content ul,
.content ol,
.blog .post-body ul {
    list-style-type: none;
        padding-left:0px;
}

@media (min-width:768px) {
    .content ul,
    .content ol,
    .blog .post-body div:not(".hbspt-form") ul {
        padding-left:40px;
    }
}

.blog .post-body div:not(".hbspt-form") ul > li:before {
    content: '';
    position: relative;
    left: 0;
    margin: 7px 5px 0 0;
    width: 20px;
    height: 20px;
    background: url(https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/images/list-arrow.png?t=1489572188907) no-repeat;
    background-size: cover;
  	display: inline-block;
}

.content ul > li:before {
  	content: '';
    position: relative;
    left: 0;
    margin: 7px 5px 0 0;
    width: 20px;
    height: 20px;
    background: url(https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/images/list-arrow.png?t=1489572188907) no-repeat;
    background-size: cover;
  	display: inline-block;
}

.content ul > li:after,
.blog .post-body div:not(".hbspt-form") ul > li:after {
    content: '';
    display: block;
    clear: both;
}

.content ul ol,
.blog .post-body ul ol {
    counter-reset: ulStep;
}

.content ul ol li:before,
.blog .post-body ul ol li:before {
    position: absolute;
    left: 0;
    counter-increment: ulStep;
    content: counters(ulStep," / ") " / ";
}


blockquote {
    font-size: 1.7rem;
    line-height: 1.0;
    color: #2f2c35;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border: none;
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

pre {
    overflow: visible;
    background: transparent;
    border: none;
    padding: 0;
    line-height: 1.5;
    font-size: 1.7rem;
    word-break: normal;
    word-wrap: normal;
    margin: 30px 0;
    white-space: normal;
    color: #262626;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

a,
a:hover {
    text-decoration: none;
}

a.button {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 40px 0 0 0;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    color: #514b5b;
    border: 1px solid #514b5b;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

a.button .inner-border {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

a.button .inner-border:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    z-index: -1;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #514b5b;
} 

a.button .inner-border:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
    border-bottom: 2px solid #514b5b;
}

a.button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #514b5b transparent;
     
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -o-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
;
     
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
;
     
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
;
}

a.button:hover {
    text-decoration: none;
    color: #fff;
}

a.button:hover:after {
     
    -webkit-transform: scale(20);
    -moz-transform: scale(20);
    -o-transform: scale(20);
    -ms-transform: scale(20);
    transform: scale(20);
;
}

.button.white {
    color: #fff;
    border: 1px solid #fff;
}

.button.white:hover {
    color: #262626;
}

.button.white:after {
    border-color: transparent transparent #fff transparent;
}

.button.white .inner-border:before,
.button.white .inner-border:after {
    border-color: #fff;
}

.row-fluid  [id^="section"] {
    position: relative;
    float: left;
    width: 100%;
}

.row-fluid  [id^="section"] h2 {
    text-transform: uppercase;
}

.row-fluid  [id^="section"]:not(.no-bg) > div:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

a:focus,
input:focus,
textarea:focus {
    outline: none;
}

.leadinModal h4 {
    font-size: 1.5rem !important;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

.body-container-wrapper .ct-container {
    min-height: 400px;
}

.ct-container > span{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.ct-container .hs-cm {
    margin: 30px 0;
}

.ct-container .hs-cm img {
    width: 75% !important;
    height: auto;
}

.ct-container .column-4 img {
    max-height: none;
    width: 100% !important;
    height: auto;
}

.ct-container .hs-cm.cover-image img {
    width: auto;
    min-height: 600px;
    max-height: 600px;
}

.custom-template #section_1,
.custom-template #section_2,
.custom-template #section_3 {
    padding-top: 300px;
    padding-bottom: 300px;
}

.custom-template.bg-white #section_1 {
    padding-top: 350px;
    padding-bottom: 0;
}

.custom-template.bg-white a {
    color: #de0849;
}

.custom-template.bg-white #plan-site a:hover {
    text-decoration: underline;
}

.custom-template #section_1 .bg .column.middle {
    margin-top: 150px;
    height: calc(100% - 150px);
}

.custom-template #section_1 .bg .column.last {
    margin-top: 300px;
    height: calc(100% - 300px);
}

.custom-template.bg-purple #section_1 {
    z-index: 3;
}

.custom-template.bg-purple #section_1 .bg .column.first,
.custom-template.bg-purple #section_1 .bg .column.middle,
.custom-template.bg-purple #section_1 .bg .column.last {
    height: calc(100% - 600px);
}

.custom-template #section_2 {
    margin-top: -300px;
}

.custom-template.bg-purple #section_2 {
    margin-top: -600px;
    padding-bottom: 140px;
}

.custom-template.bg-gray #section_2 {
    padding-top: 50px;
    padding-bottom: 0;
}

.custom-template.bg-purple #section_2 .bg .column.middle {
    margin-top: 150px;
    height: calc(100% - 220px);
}

.custom-template.bg-purple #section_2 .bg .column.last {
    margin-top: 300px;
    height: calc(100% - 370px);
}

.custom-template.bg-purple #section_3 {
    margin-top: -70px;
    padding-top: 150px;
    padding-bottom: 0;
}
.custom-template.bg-gray #section_2 .bg .column.first {
    margin-top: 300px;
    height: calc(100% - 300px);
}
.custom-template.bg-gray #section_2 .bg .column.middle {
    margin-top: 150px;
    height: calc(100% - 150px);
}
.custom-template.bg-purple #section_2 h1,
.custom-template.bg-purple #section_2 h2,
.custom-template.bg-purple #section_2 h3,
.custom-template.bg-purple #section_2 h4,
.custom-template.bg-purple #section_2 h5,
.custom-template.bg-purple #section_2 h6,
.custom-template.bg-purple #section_2 p {
    color: #fff;
}

.custom-template.reference #section_1 .bg .column {
    height: 100%;
}

.custom-template.reference #section_1 .bg .column.first {
    margin-top: -210px;
    height: calc(100% + 210px);
}

.custom-template.reference #section_1 .bg .column.middle {
    margin-top: -60px;
    height: calc(100% + 60px);
}

.custom-template.reference #section_1 .bg .column.last {
    margin-top: -60px;
    height: calc(100% + 60px);
}

.custom-template.reference #page-header {
    margin-bottom: -280px;
}

.custom-template.reference .tab-switcher {
    margin-top: 0;
    margin-bottom: 0;
}

.custom-template .project-thumbnail {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.custom-template .project-thumbnail:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.custom-template .project-thumbnail .project-cover-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}

.custom-template .project-thumbnail .project-cover-container .project-cover-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 0;
    background: #514b5b;
     
    -webkit-transition: min-height 0.35s;
    -moz-transition: min-height 0.35s;
    -o-transition: min-height 0.35s;
    -ms-transition: min-height 0.35s;
    transition: min-height 0.35s;
;
}

.custom-template .project-thumbnail .project-cover-container .project-cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 101%;
    z-index: 2;
    border-right: 3px solid transparent;
     
    -webkit-transition: background-size 0.35s;
    -moz-transition: background-size 0.35s;
    -o-transition: background-size 0.35s;
    -ms-transition: background-size 0.35s;
    transition: background-size 0.35s;
;
}

.custom-template .project-thumbnail .project-cover-container .project-cover-background {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-right: 3px solid transparent;
    background: url('https://www.preferendum.fr/hubfs/PREFERENDUM/bg-strips.svg') no-repeat;
    background-size: cover;
}

.custom-template .project-thumbnail .project-cover-container .project-cover-background path {
    fill: #cdcdcd;    
}

.custom-template .project-thumbnail .project-info-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 40px;
    z-index: 2;
}

.custom-template .project-thumbnail .project-info-container .project-info-name,
.custom-template .project-thumbnail .project-info-container .project-info-tags {
    display: block;
    line-height: 1.0;
    color: #262626;
     
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
;
}

.custom-template .project-thumbnail .project-info-container .project-info-name {
    font-size: 2.5rem;
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

.custom-template .project-thumbnail .project-info-container .project-info-tags {
    font-size: 1rem;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

.custom-template .project-thumbnail:hover .project-info-container .project-info-name,
.custom-template .project-thumbnail:hover .project-info-container .project-info-tags {
    color: #514b5b;
}

.custom-template .project-thumbnail:hover .project-cover-container .project-cover-image {
    background-size: 110%;
}

.custom-template .project-thumbnail:hover .project-cover-container .project-cover-image:after {
    min-height: 10px;
}

.custom-template.reference #section_1 {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
}

.project-details-page video::-webkit-media-controls-overlay-play-button {
  display: none;
}

.project-details-page .content-wrapper {
    overflow: visible !important;
}

.project-details-page .cover-image {
    background-image: none !important;
}

.project-details-page .hs-cm.cover-image img {
    width: 100% !important;
    max-height: initial;
    min-height: initial;
}

.project-details-page .white .bg .bg-borders .column .subcolumn {
    border-right: 3px solid #e4e4e4;
}

.project-details-page .white .bg > .column .subcolumn {
    background: #fff;
}

.project-details-page .project-header-container {
    background-color: #fff;
    padding-top: 115px;
}

.project-details-page .project-header-container .row {
    margin: 0;
}

.project-details-page .project-header-container [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.project-details-page  .project-header-container .project-date-label,
.project-details-page  .project-header-container .project-tag-label{
    display: block;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.0;
    margin-bottom: 15px;
    color: #de0849;
    
    font-family: 'Century-Gothic-Bold', Helvetica, Arial, sans-serif;
;
}

.project-details-page  .project-header-container .project-date-content,
.project-details-page  .project-header-container .project-tag-content {
    display: block;
    color: #262626;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

.project-details-page  .project-header-container .project-tag-content ul {
    padding: 0;
    list-style: none;
}

.project-details-page  .project-header-container h1 {
    font-size: 4rem;
    display: block;
    margin-top: -5px;
    margin-bottom: 15px;
}

.project-details-page .project-cover-image img {
    margin-top: 80px;
    width: 100% !important;
}

.project-details-page .project-header-container a.button {
    width: 180px;
    text-align: center;
    color: #de0849;
    border: 1px solid #de0849; 
}

.project-details-page .project-header-container a.button:hover {
    color: #fff;
}

.project-details-page .project-header-container a.button .inner-border:before,
.project-details-page .project-header-container a.button .inner-border:after {
    border-color: #de0849;
}

.project-details-page .project-header-container a.button:after {
    border-color: transparent transparent #de0849 transparent;
}

.project-details-page h2 {
    font-size: 3.5rem;
    padding-top: 60px;
}

.project-details-page h3 {
    font-size: 3rem;
}

.project-details-page .benefits {
    padding: 80px 0;
    -webkit-justify-content: center;
    justify-content: center;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
;
}

.project-details-page .benefits .icon {
    text-align: center;
}

.project-details-page .benefits .icon img {
    height: 80px;
    display: block;
    margin: 0 auto;
}

.project-details-page .benefits .icon span {
    display: block;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #262626;
    
    font-family: 'Century-Gothic-Bold', Helvetica, Arial, sans-serif;
;
}

.project-details-page #section_1 .custom-img-video-module,
.metier #section_1 .custom-img-video-module {
    width: 150%;
}

.project-details-page #section_1 .custom-img-video-module .bg-img,
.metier #section_1 .custom-img-video-module .bg-img{
    position: relative;
}

.project-details-page #section_1 .custom-img-video-module .bg-img .cm-content,
.metier #section_1 .custom-img-video-module .bg-img .cm-content{
    position: absolute;
    top: 0;
    z-index: 10;
    /* 
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
;*/
}

.project-details-page #section_1 .custom-img-video-module img,
.metier #section_1 .custom-img-video-module img {
    width: 100%;
    height: auto;
}

.project-details-page #section_1 .custom-img-video-module video,
.metier #section_1 .custom-img-video-module video {
    width: 100%;
    margin: 40px 0;
    cursor: pointer;
}

.project-details-page .cm-project-slider .cm-bg,
.metier .cm-project-slider .cm-bg{
    padding: 100px 0;
}

.project-details-page .current-num,
.metier .current-num {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    font-size: 2rem;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;

}

.project-details-page .current-num:after,
.metier .current-num:after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 1px;
    right: -10px;
    left: 120%;
    bottom: 12px;
    background-color: #1d171a;
}

.project-details-page .carousel-indicators li,
.metier .carousel-indicators li{
    position: relative;
    background: transparent;
    border: medium none;
    color: #fff;
    text-indent: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 1.5rem;
    margin: 0 10px;
}

.project-details-page .carousel-indicators li.active:after,
.metier .carousel-indicators li.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    right: -10px;
    height: 1px;
}

.project-details-page .carousel-indicators,
.metier .carousel-indicators {
    padding: 0;
    margin: 60px 0 0 0;
    position: relative;
    left: 0;
    width: 100%;
    display: inline-block;
    bottom: 0;
}

.project-details-page .carousel-indicators li:before,
.metier .carousel-indicators li:before{
    content: none;
}

.custom-template p,
.metier p {
    padding-right: 20px;
}

.custom-template .ct-container .hs-cm.cover-image,
.metier .ct-container .hs-cm.cover-image,
.custom-template .ct-container .hs-cm.cover-image-full,
.metier .ct-container .hs-cm.cover-image-full {
    background-size: cover;
    background-position: center;   
}

.project-details-page .ct-container .hs-cm.cover-image-full {
    background-image: none !important;
}

.custom-template .ct-container .hs-cm.cover-image-full,
.metier .ct-container .hs-cm.cover-image-full,
.custom-template .ct-container .hs-cm.video-wrapper,
.metier .ct-container .hs-cm.video-wrapper,
.traction .ct-container .video-wrapper,
.project-details-page .ct-container .hs-cm.cover-image-full{
    margin-left: 15px;
    width: calc(150% - 30px);
}

.project-details-page .header-cover {
 	 	background: #fff;
    padding: 50px 15px 0 15px !important;
}

.project-details-page .header-cover img {
		width: 100%;
}

.video-wrapper video,
.video-wrapper video {
    width: 100%;
    cursor: pointer;
}

.traction .ct-container .video-wrapper h3 sup,
.ct-container .video-wrapper h3 sup {
    display: inline-block;
}

.traction .ct-container .video-wrapper h3,
.ct-container .video-wrapper h3 {
    font-size: 6rem;
    line-height: 0.8em;
    text-transform: uppercase;
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 1;
    color: #fff;
     
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
;
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

.video-container {
    position: relative;
}

.video-poster {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 6.45px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.video-poster .play-btn {
    width: 120px;
    height: 120px;
    background-size: cover;
    position: absolute;
    top: 45%;
    left: 50%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
     
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
;
}

.custom-template .ct-container .hs-cm.cover-image img,
.metier .ct-container .hs-cm.cover-image img,
.custom-template .ct-container .hs-cm.cover-image-full img,
.metier .ct-container .hs-cm.cover-image-full img {
    position: relative;
    z-index: -1;
}

.custom-template .ct-container .hs-cm.cover-image-full img,
.metier .ct-container .hs-cm.cover-image-full img {
    max-height: 800px;
    width: 100%;
}

.project-details-page .ct-container .hs-cm.cover-image-full img {
    width: 100% !important;
    height: auto;
}

.project-details-page .ct-container .hs-cm {
    margin: 0;
}

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

.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    /*box-shadow: 0px 0px 20px 0px black;*/
    min-height: auto !important;
    z-index: 998;
}

.blog .header {
    background: #fff;
}

/*** Header logo ***/

.header .logo {
    position: fixed;
    top: 30px !important;
}

.header .logo svg {
    width: calc(100% - 65px);
    /*min-width: 200px;*/
    margin-left: 30px;
    margin-right: 30px;
}

.blog .header .logo,
.blog .header .menu-icon{
    position: absolute !important;
    top: 50% !important;
     
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
;
}

.blog .blog-section .bg {
    background: #fff;
}

/*** Header menu ***/

.header .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 100%;
    z-index: 2;
     
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
;
}

.header .nav-menu.open {
    left: calc(16.66666667% - 3px);
    width: calc(83.33333333% + 3px);
}

.header .nav-menu.open:before {
    opacity: 1;
}

.header .menu-icon {
    position: fixed;
    top: 30px !important;
    right: 15px !important;
    width: 115px !important;
    height: 55px !important;
    left: auto !important;
}

.header .menu-icon .menu-label {
    position: relative;
    bottom: 16px;
    cursor: pointer;
    
    font-family: 'Century-Gothic-Bold', Helvetica, Arial, sans-serif;
;
}

.menu-icon {
    position: relative;
} 

/** Cacher le burger initial pour laisser la place à celui inséré dans le module "Bouton inscription blog" **/
.cd-nav-trigger.dead {
  display: none;
}

.cd-nav-trigger {
    position: relative;
    display: inline-block;
    z-index: 3;
    height: 44px;
    width: 44px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    z-index: 1;
     
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    transition: transform 0.2s;
;
}

.cd-nav-trigger span {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    width: 32px;
    height: 3px;
    background-color: #262626;
     
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
;
}

.cd-nav-trigger span:before, 
.cd-nav-trigger span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
     
    -webkit-transition: transform 0.2s, width 0.2s;
    -moz-transition: transform 0.2s, width 0.2s;
    -o-transition: transform 0.2s, width 0.2s;
    -ms-transition: transform 0.2s, width 0.2s;
    transition: transform 0.2s, width 0.2s;
;
     
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
;
}

.cd-nav-trigger span:before {
     
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
;
     
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
;
}

.cd-nav-trigger span:after {
    width: 70%;
     
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
;
     
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
;
}

.cd-nav-trigger:hover,
.cd-nav-trigger.hovered {
     
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
;
}

.cd-nav-trigger:hover span:before,
.cd-nav-trigger.hovered span:before{
     
    -webkit-transform: translateX(1px) translateY(1px) rotate(45deg);
    -moz-transform: translateX(1px) translateY(1px) rotate(45deg);
    -o-transform: translateX(1px) translateY(1px) rotate(45deg);
    -ms-transform: translateX(1px) translateY(1px) rotate(45deg);
    transform: translateX(1px) translateY(1px) rotate(45deg);
;
}

.cd-nav-trigger:hover span:after,
.cd-nav-trigger.hovered span:after {
     
    -webkit-transform: translateX(1px) translateY(-1px) rotate(-45deg);
    -moz-transform: translateX(1px) translateY(-1px) rotate(-45deg);
    -o-transform: translateX(1px) translateY(-1px) rotate(-45deg);
    -ms-transform: translateX(1px) translateY(-1px) rotate(-45deg);
    transform: translateX(1px) translateY(-1px) rotate(-45deg);
;
}

.cd-nav-trigger:hover span:after, 
.cd-nav-trigger:hover span:before,
.cd-nav-trigger.hovered span:after, 
.cd-nav-trigger.hovered span:before {
    width: 50%;
}

.header .nav-menu .inner {
    position: relative;
    background: #262626;
}

.header .nav-menu .menu {
    height: 100vh;
}

.cd-close-nav {
    position: absolute;
    height: 44px;
    width: 44px;
    right: 40px;
    top: 40px;
    bottom: auto;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
     
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
;
}

.cd-close-nav:before,
.tag-rm:before {
     
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
;
}

.cd-close-nav:after,
.tag-rm:after {
     
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
;
}

.cd-close-nav:after, .cd-close-nav:before,
.tag-rm:after, .tag-rm:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 32px;
    left: 50%;
    top: 50%;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header .nav-menu .hs-menu-wrapper > ul {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 50px 5% 0 5%;
     
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
;
}
.header .nav-menu .hs-menu-wrapper > ul .column-2,
.header .nav-menu .hs-menu-wrapper > ul .column-3 {
    width: auto;
}

.header .nav-menu ul li.hs-menu-depth-1 {
    float: none;
}

.header .nav-menu ul li.hs-menu-depth-1 > a {
    font-size: 2rem;
    text-transform: uppercase;
    text-decoration: none;
    max-width: none;
    width: auto;
    white-space: normal; 
    position: relative;
    color: #fff;
    line-height: 1.0;
    padding: 20px 0;
    overflow: visible;
    
    font-family: 'Arista-Light', Helvetica, Arial, sans-serif;
;
}

.header .nav-menu ul li.hs-menu-depth-1 > a:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #de0849;
    border-radius: 50%;
    right: -16px;
    bottom: 25px;
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    margin-bottom: 40px;
}

.header .nav-menu ul li.hs-menu-depth-1 ul li.hs-menu-depth-2 > a {
    font-size: 1rem;
    color: #d1d1d1;
    text-decoration: none;
    display: inline-block;
    width: auto;
    max-width: none;
    position: relative;
    white-space: normal;
    padding: 5px 0;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

.header .nav-menu ul li.hs-menu-depth-1 ul li.hs-menu-depth-2 > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #de0849;
     
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    transition: width 0.5s;
;
}

.header .nav-menu ul li.hs-menu-depth-1 ul li.hs-menu-depth-2 > a:hover:after {
    width: calc(50% - 20px);
}

.header .nav-menu ul li.hs-menu-depth-1 ul li.hs-menu-depth-2 > a:hover {
    color: #fff;
}

/*** Header menu END ***/

/*** Header tag filter ***/

.header .row-fluid .tag-filter {
    position: absolute;
    float: none;
    width: auto;
    top: 40px;
    right: 140px;
}

.blog .header .tag {
    padding: 5px 30px 5px 10px;
    background: transparent;
    color: #de0849;
    border: 1px solid #de0849;
}

.blog .header .tag:before,
.blog .header .tag:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 15px;
    top: 50%;
    right: 0;
    background-color: #de0849;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blog .header .tag:before {
     
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
;
}

.blog .header .tag:after {
     
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
;
}

/*** Header tag filter END ***/

/*** Social media fixed bottom and footer ***/

.sm-fixed {
    position: fixed;
    left: 84% !important;
    top: auto !important;
    bottom: 5vh;
    right: 30px !important;
    z-index: 998;
}

.sm-fixed {
    bottom: 3vh;
}

.sm-footer {
    display: none;
}

.blog .sm-footer {
    display: block;
    margin: -130px 30px 0 0;
}

.sm-fixed ul,
.sm-footer ul {
    padding: 0 5px 0 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.sm-fixed ul li,
.sm-footer ul li {
    height: 26px;
    width: 26px;
    margin: 0 10px;
}

.sm-fixed ul li a,
.sm-footer ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: right;
}

.sm-fixed ul li a svg,
.sm-footer ul li a svg {
    height: 100%;
    fill: #fff;
}

.sm-fixed ul li a:hover svg,
.sm-footer ul li a:hover svg {
    opacity: 0.6;
}


/* ============================================= */
/* Home Page Styles
/* ============================================= */

/*** Intro Section Styles ***/

.home .logo svg {
    fill: #262626;
}

.home .subscription .hs-form-field {
    width: 60%;
}
.cd-nav-trigger span {
    color: #262626;
}

#intro {
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 1;
}

#intro > div.widget-span,
#intro > div.widget-span > .row-number-4,
#intro > div.widget-span > .row-number-4 > .row-fluid,
#intro .content {
    position: relative;
    height: 100%;
}

#intro .span12.content .text {
    position: absolute;
    top: 50%;
    text-align: center;
     
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
;
}

#intro .content .text h1 {
    color: #fff;
    
    font-family: 'Arista-Light', Helvetica, Arial, sans-serif;
;
}

#intro .content .text h1 .uppercase {
    text-transform: uppercase;
    font-size: 5.5rem;
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

#intro .content .text h1 .uppercase .gold {
    color: #b1994b;
}

#intro .content .arrow-down svg {
    margin: 80px 0 0 0;
    fill: #fff;
}

#intro .content .arrow-down {
    margin: 0;
}

#intro .bg-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index:-100;
}

#intro .bg-video > div {
    height: 100%;
}

#intro .letter-effect {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#intro .slide:not(.slide--current) {
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
}

#intro #word-slider {
    margin-bottom: 15px;
}

#intro #word-slider .title span:last-child {
    font-size: 2rem;
    margin: 2em 0 0 0.5em;
    
    font-family: 'Teko-Bold', Helvetica, Arial, sans-serif;
;
}

#intro .text h1 .title2 {
    width: 55%;
}

#intro .text h1 span {
    display: inline-block;
}

#intro .text h1 .black {
    
    font-family: 'Teko-Light', Helvetica, Arial, sans-serif;
;
}

#intro h1 .red {
    color: #de0849;
    
    font-family: 'Arista-Light', Helvetica, Arial, sans-serif;
;
}

#intro .text h1 .black .blod {
    text-transform: uppercase;
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

#intro .text h1 .black .dot {
    background: #de0849;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
}

#intro .more {
    font-size: 1.375rem;
    display: block;
    color: #262626;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

#intro .more .bold {
    text-transform: uppercase;
    color: #de0849;
    
    font-family: 'Century-Gothic-Bold', Helvetica, Arial, sans-serif;
;
}

#intro .content .arrow-down {
    margin: 40px 0 0 0;
}

#intro .content .arrow-down svg {
    margin: 20px 0 0 60px;
    width: 40px;
    fill: #de0849;
}

#intro .content .arrow-down #scroll-down:hover {
    cursor: pointer;
}

#intro .scoll-down-container {
    position: absolute;
    width: 40px;
    left: 50%;
    bottom: 10vh;
     
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
;
}

#intro .scoll-down-container svg {
    margin: 0;
    width: 40px;
    fill: #fff;
}

#intro .scoll-down-container #scroll-down:hover {
    cursor: pointer;
}

/* ============================================= */
/* Slider Section Styles
/* ============================================= */

#slider {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
    padding-top: 0;
    margin-top: 0;
}

#slider .intro_premium {
    padding: 40px 0 120px;
}

#slider .intro_premium h2 {
    color: #fff;
    font-size: 4rem;
    
    font-family: 'Arista-Light', Helvetica, Arial, sans-serif;
;
}

#slider .intro_premium p {
    color: #bdbdbd;
}

#slider .intro_premium p.bold {
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    display: inline-block;
}

#slider .bg .column {
    height: 1000px;
}

#slider .bg .column.last {
    margin-top: -80px;
}

#slider .intro_premium p.bold {
    margin-right: 100px;
}

.btn_premium {
    background-color: #b1994b;
    color: #fff;
    padding: 15px 40px;
    line-height: 80px;
    white-space: nowrap;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

.btn_premium:hover {
    color: #b1994b;
    background: #fff;
}

#slider .bg > .bg-borders .column .subcolumn {
    border: medium none;
}

#slider .bg > .column .subcolumn {
    background: #262626;
}

#slider .carousel-slider {
    margin-top: 60px;
}

#slider .carousel-fade {
    opacity: 0;
    padding: 40px 0 100px 0;
    color: #fff;
}

#slider .carousel-fade .carousel-inner {
    position: relative;
    height: 310px;
}

#slider .carousel-inner .bg-circle {
    position: absolute;
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: #de0849;
}

#slider .carousel-fade .carousel-inner .item {
    height: 100%;
    opacity: 0;
     
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -o-transition: opacity 2s;
    -ms-transition: opacity 2s;
    transition: opacity 2s;
;
}

#slider .carousel-fade .carousel-inner .item .span9 {
    position: relative;
    top: 50%;
     
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
;
}

#slider .carousel-fade .carousel-inner .item .description {
    padding-right: 15px;
}

#slider .carousel-fade .carousel-inner .item .description p {
    padding: 30px 0;
    color: #fff;
}

#slider .carousel-fade .carousel-inner .item h2 {
    font-size: 3.5rem;
    color: #fff;
    
    font-family: 'Teko-Semibold', Helvetica, Arial, sans-serif;
;
}

#slider .carousel-fade .carousel-inner .active {
    opacity: 1;
}

#slider .carousel-fade .carousel-inner .active.left,
#slider .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

#slider .carousel-fade .carousel-inner .next.left,
#slider .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

#slider .carousel-fade .carousel-control {
    z-index: 2;
    background: transparent;
    width: 50%;
    opacity: 1;
}

#video .controls {
    position: absolute;
    width: 250px;
    height: 80px;
    top: -80px;
    opacity: 0;
}

.controls .inner {
    position: relative;
    width: 75%; 
    height: 100%;
}

#video .controls .inner a {
    width: 50%;
    background: none;
    opacity: 1;
    background: #3e3a45;
}

#video .controls .inner a svg {
    position: absolute;
    width: 60px;
    left: 50%;
    top: 50%;
    fill: #fff;
}

#video .controls .inner a.right svg {
     
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
;
}

#video .controls .inner a.left svg {
     
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
;
}

#slider .icon {
    position: relative;
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
}

#slider .num {
    position: absolute;
    width: 90px;
    left: 0;
    bottom: 75px;
    
    font-family: 'Teko-Regular', Helvetica, Arial, sans-serif;
;
}

#slider .num .current {
    display: block;
}

#slider .num .current .line {
    font-size: 10px;
    display: inline-block;
}

#slider .num .current .number {
    font-size: 40px;
    margin-left: 5px;
    
    font-family: 'Teko-Bold', Helvetica, Arial, sans-serif;
;
}

#slider .num .total {
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: -7px;
    opacity: 0.4;
    
    font-family: 'Teko-Light', Helvetica, Arial, sans-serif;
;
}
#slider .icon svg {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    fill: #fff;
     
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
;
}

#slider .icon svg .st0 {
    fill: #fff;
}

#slider .icon svg .st1 {
    fill: #CC0743;
}

#slider .icon svg .st3 {
    fill:none;
    stroke: #fff;
    stroke-miterlimit: 10;
}

/* ============================================= */
/* Video Section Styles
/* ============================================= */

#video {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
    /*padding-top: 80px;*/
    margin-top: -80px;
}

#video #content {
    padding: 150px 0 360px 0;
}

#video #content h2 {
    color: #de0849;
    opacity: 0;
    
    font-family: 'Arista-Light', Helvetica, Arial, sans-serif;
;
}

#video #content h2 .bold {
    text-transform: uppercase;
    font-size: 4rem;
    display: inline-block;
    margin-top: 8px;
    line-height: 1;
    color: #262626;
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

#video #content .inner > .row-fluid-wrapper:nth-child(2) {
    padding-top: 140px;
    position: relative;
    opacity: 0;
}

#video #content .inner .left .row-number-1,
#video #content .inner .right .row-number-3 {
    position: absolute;
}

#video #content .inner .left,
#video #content .inner .right {
    position: relative;
    margin: 0;
    width: 50%;
}

#video #content .inner .right {
    margin-top: 70px;
}

#video #content .inner .left svg,
#video #content .inner .right svg {
    width: 170px;
}

#video #content .inner .left svg{
    fill: #514b5b;
}

#video #content .inner .right svg {
    fill: #de0849;   
}

#video #content .left .text,
#video #content .right .text{
    padding: 90px 20px 0 105px;
}

#video #content .left .text h3.title {
    
    font-family: 'Teko-Light', Helvetica, Arial, sans-serif;
;
}

#video #content .left .text h3.title .bold {
    color: #514b5b;
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

#video #content .right .text h3.title {
    color: #262626;
    
    font-family: 'Teko-Light', Helvetica, Arial, sans-serif;
;
}

#video #content .right .text h3.title .bold {
    color: #de0849;
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

#video #content .left .text p.desc,
#video #content .right .text p.desc {
    margin: 25px 0 0 0;
    color: #262626;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

#video #content .inner #bg-circle {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: calc(50% + 70px);
    background: #f5f5f5;
     
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
;
     
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
;
}

.hs_submit .actions:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #514b5b transparent;
     
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -o-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
;
     
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
;
     
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
;
}

.hs_submit:hover .actions:after {
     
    -webkit-transform: scale(17);
    -moz-transform: scale(17);
    -o-transform: scale(17);
    -ms-transform: scale(17);
    transform: scale(17);
;
}

.hs_submit:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    border-top: 2px solid;
    border-right: 2px solid;
    z-index:-1;
    border-color: #514b5b;
}

.hs_submit:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
    border-bottom: 2px solid #514b5b;
}

#video #content .inner .right a.button {
    border-color: #de0849;
    color: #de0849;
}

#video #content .inner .right a.button:hover {
    color: #fff;
}

#video #content .inner .right a.button:after {
    border-color: transparent transparent #de0849; transparent;
}

#video #content .inner .right .inner-border:before,
#video #content .inner .right .inner-border:after {
    border-color: #de0849;
}


/* ============================================= */
/* News Section Styles
/* ============================================= */

#news {
    position: relative;
    width: 100%;
    z-index: 1;
    padding-top: 160px;
    margin-top: -160px;
    padding-bottom: 600px;
    margin-bottom: -550px;
}

#news .bg > .bg-logo {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 160px;
}

#news .bg > .bg-logo svg {
    position: absolute;
    width: 60%;
    fill: #ececec;
    bottom: 0;
}

#news .news-posts {
    text-align: right;    
}

#news .news-posts h2 {
    margin: 80px 0 130px 0;
    text-align: left;
    opacity: 0;
    
    font-family: 'Arista-Light', Helvetica, Arial, sans-serif;
;
}

#news .news-posts .row-1 {
    width: 100%;
    float: left;
    margin-bottom: 100px;
    text-align: left;
    opacity: 0;
}

#news .news-posts .row-1 > .post .text {
    padding-right: 40px;   
}

#news .news-posts .row-1 > .post > .span6 {
    position: relative;
}

#news .news-posts .row-1 > .post > .span6:first-child {
    padding-right: 7% !important;
}

#news .news-posts .row-1 > .post .date > div {
    font-size: 80px;
    text-transform: uppercase;
    color: #cac9c9;
    height: 50px;
    line-height: 0.8;
    margin: 0 0 5px 0;
    
    font-family: 'Teko-Bold', Helvetica, Arial, sans-serif;
;
}

#news .news-posts .row-1 > .post .date div.month {
    font-size: 50px;
    
    font-family: 'Teko-Regular', Helvetica, Arial, sans-serif;
;
}

#news .news-posts .row-1 > .post h3 {
    cursor: pointer;
}

#news .news-posts .row-1 > .post .summary {
    margin: 40px 0;
}

#news .news-posts .row-1 > .post .summary a {
    text-decoration: underline;
    color: #de0849;
}

#news .news-posts .row-1 > .post h3 a {
    text-decoration: none;
    color: #262626;
     
    -webkit-transition: color 0.35s;
    -moz-transition: color 0.35s;
    -o-transition: color 0.35s;
    -ms-transition: color 0.35s;
    transition: color 0.35s;
;
}

#news .news-posts .row-1 > .post h3:hover a,
#news .news-posts .row-1 > .post h3.hovered a{
    color: #514b5b;
}

#news .news-posts .row-1 > .post .cover-image {
    position: relative;
    float: left;
    width: 100%;
}

#news .news-posts .row-1 > .post .cover-image:before {
    content: "";
    display: block;
	padding-top: 100%;
}

#news .news-posts .row-1 > .post .cover-image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20px;
    left: 20px;
    border: 20px solid #de0849;
    z-index: -1;
    cursor: pointer;
}

#news .news-posts .row-1 > .post .cover-image .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
    margin: 40px 40px 0 0;
    background: #514b5b;
}

#news .news-posts .row-1 > .post .cover-image .inner figure,
#blog #carousel-blog .img-container figure {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    opacity: 0.8;
     
    -webkit-transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    -ms-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
;
     
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
;
}

#news .news-posts .row-1 > .post .cover-image .inner a,
#blog #carousel-blog .img-container .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

#news .news-posts .row-1 > .post .cover-image .inner a:before,
#blog #carousel-blog .img-container .caption:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    opacity: 0;
     
    -webkit-transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    -ms-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
;
     
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
;
}

#news .news-posts .row-1 > .post .cover-image .inner a span,
#blog #carousel-blog .img-container .caption span{
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    width: 80%;
    text-align: center;
     
    -webkit-transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    -ms-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
;
     
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
;
}

#news .news-posts .row-1 > .post .cover-image .inner:hover figure,
#news .news-posts .row-1 > .post .cover-image .inner.hovered figure,
#blog #carousel-blog .item a:hover .img-container figure {
    opacity: 0.5;
     
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
;
}

#news .news-posts .row-1 > .post .cover-image .inner:hover a:before,
#news .news-posts .row-1 > .post .cover-image .inner.hovered a:before,
#blog #carousel-blog .item a:hover .img-container .caption:before {
    opacity: 1;
     
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
;
}


#news .news-posts .row-1 > .post .cover-image .inner:hover a span,
#news .news-posts .row-1 > .post .cover-image .inner.hovered a span,
#blog #carousel-blog .item a:hover .img-container .caption span {
    opacity: 1;
     
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
;
}

#news .news-posts .row-2 {
    float: left;
    position: relative;
    text-align: left;
    margin-bottom: 120px;
    opacity: 0;
}

#news .news-posts .row-2 > .post{
    position: relative; 
    padding: 15px 0;
}

#news .news-posts .row-2 > .post .content {
    background: #fff;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

#news .news-posts .row-2 > .post .content .summary {
    font-size: 1rem;
    color: #555555;
    margin-top: 20px;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

#news .news-posts .row-2 > .post .content .summary h1,
#news .news-posts .row-2 > .post .content .summary h2,
#news .news-posts .row-2 > .post .content .summary h3,
#news .news-posts .row-2 > .post .content .summary h4,
#news .news-posts .row-2 > .post .content .summary h5,
#news .news-posts .row-2 > .post .content .summary h6 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

#news .news-posts .row-2 > .post .content:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 0;
     
    -webkit-transition: min-height 0.35s;
    -moz-transition: min-height 0.35s;
    -o-transition: min-height 0.35s;
    -ms-transition: min-height 0.35s;
    transition: min-height 0.35s;
;
    background: #514b5b;
}

#news .news-posts .row-2 > .post a:hover .content:before {
    min-height: 10px;
}

#news .news-posts .row-2 > .post a:hover .content h3 {
    color: #514b5b;
}

#news .news-posts .row-2 > .post:before {
    content: '';
    position: absolute;
    top: 75px;
    right: -webkit-calc(25% - 20px);
    right: -moz-calc(25% - 20px);
    right: calc(25% - 20px);
    bottom: -20px;
    left: 50px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 268 319' fill='#cfcfcf'><path d='M268 315.79l-3.21 3.21h1.42l1.79-1.79v-1.42zM268 307.31L256.31 319h1.41L268 308.72v-1.41zM268 298.82L247.82 319h1.42L268 300.24v-1.42zM268 290.34L239.34 319h1.41L268 291.75v-1.41zM268 281.85L230.85 319h1.42L268 283.27v-1.42zM268 273.37L222.37 319h1.41L268 274.78v-1.41zM268 264.88L213.88 319h1.41L268 266.3v-1.42zM268 256.39L205.4 319h1.41L268 257.81v-1.42zM268 247.91L196.91 319h1.41L268 249.32v-1.41zM268 239.43L188.43 319h1.41L268 240.84v-1.41zM268 230.94L179.94 319h1.41L268 232.35v-1.41zM268 222.46L171.46 319h1.41L268 223.87v-1.41zM268 213.97L162.97 319h1.41L268 215.38v-1.41zM268 205.48L154.48 319h1.42L268 206.9v-1.42zM268 197L146 319h1.41L268 198.41V197zM268 188.51L137.51 319h1.42L268 189.93v-1.42zM268 180.03L129.03 319h1.41L268 181.44v-1.41zM268 171.54L120.54 319h1.42L268 172.96v-1.42zM268 163.06L112.06 319h1.41L268 164.47v-1.41zM268 154.57L103.57 319h1.42L268 155.99v-1.42zM268 146.09L95.09 319h1.41L268 147.5v-1.41zM268 137.6L86.6 319h1.42L268 139.02v-1.42zM268 129.12L78.12 319h1.41L268 130.53v-1.41zM268 120.63L69.63 319h1.42L268 122.05v-1.42zM268 112.15L61.15 319h1.41L268 113.56v-1.41zM268 103.66L52.66 319h1.41L268 105.07v-1.41zM268 95.18L44.18 319h1.41L268 96.59v-1.41zM268 86.69L35.69 319h1.41L268 88.1v-1.41zM268 78.2L27.2 319h1.42L268 79.62V78.2zM268 69.72L18.72 319h1.41L268 71.13v-1.41zM268 61.23L10.23 319h1.42L268 62.65v-1.42zM268 52.75L1.75 319h1.41L268 54.16v-1.41zM268 44.26l-268 268v1.42l268-268v-1.42zM268 35.78l-268 268v1.41l268-268v-1.41zM268 27.29l-268 268v1.42l268-268v-1.42zM268 18.81l-268 268v1.41l268-268v-1.41zM268 10.32l-268 268v1.42l268-268v-1.42zM268 1.84l-268 268v1.41l268-268V1.84zM261.35 0L0 261.35v1.42L262.77 0h-1.42zM252.87 0L0 252.87v1.41L254.28 0h-1.41zM244.38 0L0 244.38v1.41L245.79 0h-1.41zM235.9 0L0 235.9v1.41L237.31 0h-1.41zM227.41 0L0 227.41v1.41L228.82 0h-1.41zM218.93 0L0 218.93v1.41L220.34 0h-1.41zM210.44 0L0 210.44v1.41L211.85 0h-1.41zM201.96 0L0 201.96v1.41L203.37 0h-1.41zM193.47 0L0 193.47v1.41L194.88 0h-1.41zM184.98 0L0 184.98v1.42L186.4 0h-1.42zM176.5 0L0 176.5v1.41L177.91 0h-1.41zM168.01 0L0 168.01v1.42L169.43 0h-1.42zM159.53 0L0 159.53v1.41L160.94 0h-1.41zM151.04 0L0 151.04v1.42L152.46 0h-1.42zM142.56 0L0 142.56v1.41L143.97 0h-1.41zM134.07 0L0 134.07v1.42L135.49 0h-1.42zM125.59 0L0 125.59V127L127 0h-1.41zM117.1 0L0 117.1v1.42L118.52 0h-1.42zM108.62 0L0 108.62v1.41L110.03 0h-1.41zM100.13 0L0 100.13v1.42L101.55 0h-1.42zM91.65 0L0 91.65v1.41L93.06 0h-1.41zM83.16 0L0 83.16v1.42L84.58 0h-1.42zM74.68 0L0 74.68v1.41L76.09 0h-1.41zM66.19 0L0 66.19v1.41L67.6 0h-1.41zM57.7 0L0 57.7v1.42L59.12 0H57.7zM49.22 0L0 49.22v1.41L50.63 0h-1.41zM40.73 0L0 40.73v1.42L42.15 0h-1.42zM32.25 0L0 32.25v1.41L33.66 0h-1.41zM23.76 0L0 23.76v1.42L25.18 0h-1.42zM15.28 0L0 15.28v1.41L16.69 0h-1.41zM6.79 0L0 6.79v1.42L8.21 0H6.79z'></path></svg>")  no-repeat;
    z-index: -1;
    background-size: cover;
}

#news .news-posts .row-2 > .post:after {
    content: '';
    display: block;
    clear: both;
}

#news .news-posts .row-2 > .post .content h3 { 
    margin-top: 30px;
    font-size: 2rem;
    color: #262626;  
}

#news .news-posts .row-2 > .post .date {
    padding-left: 20px !important;
}

#news .news-posts .row-2 > .post .date > div {
    font-size: 70px;
    text-transform: uppercase;
    color: #cac9c9;
    height: 50px;
    line-height: 0.8;
    margin: 0 0 5px -3px;
    
    font-family: 'Teko-Bold', Helvetica, Arial, sans-serif;
;
}

#news .news-posts .row-2 > .post .date div.month {
    font-size: 40px;
    
    font-family: 'Teko-Regular', Helvetica, Arial, sans-serif;
;
}

#news .news-posts a.more {
    font-size: 28px;
    text-decoration: none;
    position: relative;
    opacity: 0;
    float: right;
    color: #262626;
     
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
;
    
    font-family: 'Century-Gothic-Bold', Helvetica, Arial, sans-serif;
;
}

#news .news-posts a.more:before {
    content: '';
    position: absolute;
    height: 2px;
    min-width: 40px;
    left: -45px;
    bottom: 7px;
    background: #262626;
     
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
;
}

#news .news-posts a.more:hover {
    color: #de0b4a;
}

#news .news-posts a.more:hover:before {
    background: #de0b4a;
    min-width: 20px;
    left: -25px;
}

/* ============================================= */
/* Services Section Styles
/* ============================================= */

#services {
    position: relative;
    width: 100%;
    padding-bottom: 450px;
    z-index: 1;
}

#services .bg > .column {
    position: relative;
}

#services .bg > .column {
    overflow: hidden;
}

#services .bg > .column > .bg-logo {
    position: absolute;
    width: 100%;
    fill: #ececec;
    z-index: 1;
}

#services .bg > .column > .bg-logo svg{
    width: 180%;
    fill: #de0b4a;
}

#services .bg > .column.middle > .bg-logo {
    top: -200px;
    left: -100%;
}

#services .bg > .column.last > .bg-logo {
    top: -300px;
    left: -200%;
}

#services h2 {
    color: #fff;
    margin: 220px 0 0 0;
    text-align: left;
    opacity: 0;
    
    font-family: 'Arista-Light', Helvetica, Arial, sans-serif;
;
}

#services .content {
    margin-top: 140px;
}

#services .content > div:nth-child(1),
#services .content > div:nth-child(2),
#services .content > div:nth-child(3),
#services .content > div:nth-child(4) {
    opacity: 0;
}

#services .content .row-service {
    position: relative;
    padding: 40px 0;
    cursor: pointer;
}

#services  h3 {
    color: #fff;
    text-transform: uppercase;
}

#services .content .row-service p {
    color: #fff;
}

#services .content .row-service .bg-image {
    position: absolute;
    top: 0;
    right: -33.33333333%;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

#services .content .row-service .bg-image .inner {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: rgba(81, 75, 91, 0.8);
    background-blend-mode: multiply;
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: url(#services #mask-hide);
    clip-path: url(#services #mask-hide);
     
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
;
}

#services .content .row-service .bg-image img {
    display: none;
}

#services .content .row-service:hover .bg-image .inner {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

/* ============================================= */
/* Blog Section Styles
/* ============================================= */

#blog {
    position: relative;
    width: 100%;
    margin-top: -350px;
    z-index: 1;
    overflow: hidden;
}

#blog h2 {
    color: #fff;
    text-align: left;
    opacity: 0;
    
    font-family: 'Arista-Light', Helvetica, Arial, sans-serif;
;
}

#blog .content {
    margin-top: 70px;
}

#blog h2 .small {
    color: #fff;
    font-size: 50px;
    display: block;
}

#blog #carousel-blog {
    margin: 30px -16.66666667% 70px 0;
    opacity: 0;
}

#blog #blog-post-slider{
    cursor: move; cursor: grab; cursor:-moz-grab; cursor:-webkit-grab;
}

#blog #carousel-blog a:focus,
#blog #carousel-blog a:hover,
#blog #carousel-blog .item:focus,
.input input {
    outline: none;
    text-decoration: none;
}

#blog #carousel-blog button.slick-prev,
#blog #carousel-blog button.slick-next {
    display: none !important;
}

#blog #carousel-blog .item > div {
    padding: 0 30px 0 0;
    position: relative;
}

#blog #carousel-blog .img-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #514b5b;
}

#blog #carousel-blog .item .img-container:before{
    content: "";
    display: block;
	padding-top: 130%;
}

#blog #carousel-blog .img-container figure {
    position: absolute;
    top: 0;
}

#blog h3 {
    font-size: 2rem;
    margin: 30px 0 15px 0;
    color: #262626;
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

#blog #carousel-blog .date {
    font-size: 14px;
    color: #555555;
    text-transform: lowercase;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

#blog #carousel-blog .item a:hover h3 {
    color: #514b5b;
}

#blog h4,
.subscription h4 {
    text-transform: uppercase;
    margin: 0;
}

.subscription-text {
    font-size: 18px;
    color: #262626;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

.subscription .hs_submit {
    display: inline-block;
}

#blog .content .row-number-6,
#blog .content .row-number-7,
#blog .content .row-number-8 {
    opacity: 0;
}

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

#footer-separator {
    margin-top: -5px;
    position: relative;
}

#footer-separator .bg .column.first {
    height: 200px;
}

#footer-separator .bg .column.middle {
    height: 150px;
}

#footer-separator .bg .column.last {
    height: 50px;
}

#footer {
    position: fixed;
    top: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    background: #262626;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

#footer .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#footer .info-hubspot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

#footer .info-hubspot .icon {
    display: inline-block;
    margin-right: 10px;
}

#footer .info-hubspot .icon svg {
    width: 30px;
    fill: #f76909;
}

#footer .info-hubspot .name {
    display: inline-block;
}

#footer form {
    display: flex;
    align-items: center;
}

#footer .left > .span4 {
    position: relative;
    padding: 50px 0;
}

#footer .ft-logo svg {
    width: 40%;
    margin: 0 auto;
    display: block;
    fill: #9d9d9d;
}

#footer .contact-info {
    margin-bottom: 50px;
}

#footer .contact-info .line {
    width: 35px;
    height: 7px;
    margin: 0 0 40px 0;
    background: #9d9d9d;
}

#footer .contact-info .adress,
#footer .contact-info .phone {
    font-size: 16px;
    color: #9d9d9d;
    margin-bottom: 10px;
    text-decoration: none;
}

#footer .partner {
    display: block;
    margin-bottom: 60px;
    font-size: 18px;
}

#footer .partner:after {
    content: '';
    display: block;
    clear: both;
}

#footer .partner .row-1,
#footer .partner .row-2 {
    float: left;
    width: 100%;
}

#footer .partner .row-1 > div:nth-child(2) {
    margin-left: 50px;
}

#footer .partner .row-1 .icon,
#footer .partner .row-2 .icon,
#footer .middle .icon {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

#footer .partner .row-1 .icon svg,
#footer .partner .row-2 .icon svg {
    width: 30px;
    fill: #f76909;
}

#footer .partner .row-1 > div:nth-child(2) .icon svg {
    fill: #d00068;
}

#footer .partner .row-2 .icon svg {
    fill: #fff
}

.right a {
      color: #9d9d9d;
    text-decoration: none;
}

.right .icon svg {
        fill: #d00068;
  width: 30px;
}

.right .icon {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.right-column {
  position: relative;
}

.right-column img {
      width: 225px;
    margin-left: 20px;
}

.e3-label {
    margin-left: 25px;
    margin-top: 30px;
}

.right .name {
      display: block;
    margin-top: 5px;
}

#footer .partner .row-1 .name,
#footer .middle .name {
    display: block;
    margin-top: 5px;
}

#footer .partner a {
    color: #9d9d9d;
    text-decoration: none;
}

#footer .partner a:hover {
    color: #fff;
}

#footer .middle ul {
    list-style: none;
    padding-left: 50px;
}

#footer .middle ul li {
    margin: 5px 0;
    line-height: 21px;
}

#footer .middle ul li a {
    color: #9d9d9d;
    text-decoration: none;
    font-size: 18px;
}

#footer .middle ul li a:hover {
    color: #fff;
}

#footer .middle .icon {
    margin-left: 50px;
}

#footer .middle .name {
    font-size: 18px;
}

#footer .right .newsletter-sub > .span12 > div {
    width: 75%;
    margin-left: 50px;
}

#footer .right .form-title,
#footer .right .footer-contact .title {
    font-size: 36px;
    color: #bdbdbd;
    font-weight: normal;
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

#footer .right .form-title {
    text-transform: none;
    margin-left: 50px;
}

#footer .hs-form-field {
    width: 160%;
}

#footer .right .newsletter-sub .hs_submit:before,
#footer .right .newsletter-sub .hs_submit:after,
#footer .hs_submit .actions:after {
    content: none;
}

#footer .right .newsletter-sub .actions input {
    background: transparent;
    background: url("https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/images/arrow.png")  no-repeat;
    border: medium none;
    background-size: 100%;
    background-position: left center;
    -webkit-text-fill-color: transparent;
    font-size: inherit;
    padding: 0;
    width: 100%;
}

#footer .right .newsletter-sub ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #bdbdbd;
}

#footer .right .newsletter-sub :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bdbdbd;
}

#footer .right .newsletter-sub ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bdbdbd;
}

#footer .right .newsletter-sub :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bdbdbd;
}

.smart-contact {
    margin-top: 0;
    margin-left: 50px;
    position: relative;
    display: inline-table;
}

.smart-contact .text {
    font-size: 18px;
    color: #bdbdbd;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

#footer .hs-form-field > label {
    color: #bdbdbd;
}

#footer .hs-form-field svg,
#footer .hs-form-field.focused svg {
    stroke: #bdbdbd;
}

#smart-choice-footer {
    display: block;
}

.smart-contact .trigger {
    padding: 5px 15px;
    background: #bebebe;
    cursor: pointer;
    color: #262626;
     
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
;
}

.smart-contact .trigger:hover {
    background: #fff;
    color: #262626;
}

.smart-contact a.button {
    border-color: #bdbdbd;
    color: #bdbdbd;
    /*padding: 10px 60px;*/
    margin: 40px 0;
}

.smart-contact .button .inner-border:before,
.smart-contact .button .inner-border:after {
    border-color: #bdbdbd;
}

.smart-contact a.button:hover {
    color: #262626;
}

.smart-contact a.button:after {
    border-color: transparent transparent #bdbdbd transparent;
}

.smart-choice {
    padding: 0;
    list-style: none;
    min-width: 300px;
    position: absolute;
    top: 85px;
    left: 116px;
    z-index: -1;
    overflow: hidden;
    text-align: left;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
     
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
;
}

.smart-choice:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    background: #bebebe;
    content: '';
     
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    -ms-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
;
}

.smart-choice.active:before {
    height: 600px;
}

.smart-choice li {
    padding: 10px 20px;
    font-size: 20px;
    display: block;
    cursor: pointer;
    color: #262626;
     
    -webkit-transition: transform 300ms cubic-bezier(0.26,.86,.44,.985);
    -moz-transition: transform 300ms cubic-bezier(0.26,.86,.44,.985);
    -o-transition: transform 300ms cubic-bezier(0.26,.86,.44,.985);
    -ms-transition: transform 300ms cubic-bezier(0.26,.86,.44,.985);
    transition: transform 300ms cubic-bezier(0.26,.86,.44,.985);
;
     
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

.smart-choice li:nth-child(2) {
    -webkit-var.transition-delay: 0.1s; /* Safari */
    var.transition-delay: 0.1s;
}

.smart-choice li:nth-child(3) {
    -webkit-var.transition-delay: 0.2s; /* Safari */
    var.transition-delay: 0.2s;
}

#footer .right .footer-contact .title {
    display: block;
}

.smart-choice li:hover,
.smart-choice li.active {
    background: #fff;
    color: #262626;
}

.smart-choice li.show {
     
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
;
}

.smart-choice.active {
    z-index: 100;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

#footer .footer-bot-left > div {
    background: #f2f2f2;
}

#footer .footer-bot-left ul {
    margin: 0;
    text-align: right
}

#footer .footer-bot-left ul li,
#footer .footer-bot-left p {
    display: inline-block;
    padding: 15px 0;
}

#footer .footer-bot-left p {
    float: left;
    margin: 0;
    padding: 20px 25px;
}

#footer .footer-bot-left ul li a,
#footer .footer-bot-left p {
    font-size: 12px;
    color: #5f5f5f;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

#footer .footer-bot-left ul li a {
    padding: 0 10px;
}

#footer .footer-bot-left ul li:not(:last-child) a {
    border-right: 1px solid #5f5f5f;
}

#footer .footer-bot-left ul li:last-child a {
    margin-right: 15px;
}

#footer .footer-bot-right p {
    font-size: 12px;
    color: #5f5f5f;
    padding: 15px 35px 15px 0;
    margin: 0;
    float: right;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

@-moz-document url-prefix() { 
    #services .content .row-service .bg-image .inner {
        opacity: 0;
         
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
;
    }
    
    #services .content .row-service:hover .bg-image .inner {
        opacity: 1;
    }
    
    #footer-separator {
        margin-top: -5px;
    }
}

/* ============================================= */
/* 404 / 403 Page Styles
/* ============================================= */

.custom-template.error-page #section_1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.custom-template.error-page #section_1 .hs_cos_wrapper_type_linked_image{
    margin: 0 auto;
}

.custom-template.error-page #section_1 .bg .column.middle {
    margin-top: 0;
    height: 100%;
}

.custom-template.error-page #section_1 .bg .column.last {
    margin-top: 0;
    height: 100%;
}

/* ============================================= */
/* Generic Page Styles
/* ============================================= */

#page-header {
    position: relative;
    height: 100vh;
    min-height: 700px;
    padding-bottom: 280px;
    margin-bottom: -430px;
    overflow: hidden;
    z-index: -1;
}

#page-header .bg > .column .subcolumn {
    background: transparent;
}

#page-header .bg > .column.first {
    height: calc(100vh - 430px);
}

#page-header .bg > .column.middle {
    height: calc(100vh - 280px);
}

#page-header .bg > .column.last {
    height: calc(100vh - 130px);
}

#page-header .bg-container .bg > .column.first {
    height: calc(100vh - 430px);
}

#page-header .bg-container .bg > .column.last {
    height: calc(100vh - 130px);
}

#page-header .bg .bg-borders .column .subcolumn {
    border-right: 3px solid rgba(255, 255, 255, 0.4);
}

#page-header .cover-image {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

#page-header .cover-image:after {
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 400px;
}

#page-header > div:nth-child(1) {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100vh;
}

#page-header.nofix > div:nth-child(1),
.confirmation-contact #page-header > div:nth-child(1) {
    position: absolute;
}

#page-header > div:nth-child(2) {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-header > div:nth-child(3) {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100vh;
    top: 0;
}

#page-header .cover-image img {
    display: none;
}

.metier #section_1 .bg .column.last {
    margin-top: 300px;
}

.metier #section_1 .bg .column.middle {
    margin-top: 150px;
    height: calc(100% - 150px);
}

.metier #section_1 .bg .column.last {
    height: calc(100% - 300px);
}

.metier #section_1 {
    padding-top: 300px;
    padding-bottom: 200px;
}

.metier #section_2 {
    margin-top: -100px;
    padding-top: 100px;
}

.metier #section_2 .bg .column.first {
    margin-top: 50px;
    height: calc(100% - 50px);
}

.metier #section_2 a.button,
.error-page #section_1 a.button {
    color: #de0849;
    border-color: #de0849;
    padding: 10px 60px;
    margin: 0;
}

.metier #section_2 a.button:hover,
.error-page #section_1 a.button:hover {
    color: #fff;
}

.metier #section_2 a.button:after,
.error-page #section_1 a.button:after {
    border-color: transparent transparent #de0849 transparent;
}

.metier #section_2 a.button .inner-border:before,
.metier #section_2 a.button .inner-border:after,
.error-page #section_1 a.button .inner-border:before,
.error-page #section_1 a.button .inner-border:after {
    border-color: #de0849;
}

.metier #section_2 .bg .column.middle {
    margin-top: 100px;
    height: calc(100% - 100px);
}

.metier .body-container-wrapper h2 {
    margin: 70px 0;
}

.metier .body-container-wrapper #section_2 h2 {
    margin-bottom: 0;
}

.metier .body-container-wrapper h3 {
    font-size: 3rem;
    text-transform: uppercase;
    margin: 50px 0;
}

.metier .body-container-wrapper h4 {
    text-transform: uppercase;
    font-size: 2rem;
    margin: 40px 0 30px 0;
}

.metier .body-container-wrapper h5 {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin: 40px 0 30px 0;
}

.metier .body-container-wrapper p {
    margin: 20px 0;
}

.metier .content .hs_cos_wrapper_type_linked_image {
    overflow: hidden;
    text-align: center;
}

.tab-switcher {
    z-index: 10;
    margin-top: 150px;
    margin-bottom: -60px;
}

.tab-switcher ul {
    margin: 0;
    padding: 0;
}

.tab-switcher ul li {
    list-style: none;
    text-align: center;
    padding: 0;
    line-height: 60px;
    background: #d9d9d9;
    border-right: 3px solid #e4e4e4;
}

.tab-switcher ul li.active,
.tab-switcher ul li:hover {
    background: #262626;
}

.tab-switcher ul li.active a,
.tab-switcher ul li:hover a {
    color: #fff;
}

.tab-switcher ul li a {
    display: block;
    text-decoration: none;
    color: #262626;
    
    font-family: 'Century-Gothic-Bold', Helvetica, Arial, sans-serif;
;
}

.page-title {
    text-align: center;
    color: #fff;
}

.page-title h1,
.blog-title h1 {
    position: relative;
    display: inline-block;
    color: #fff;
    
    font-family: 'Arista-Light', Helvetica, Arial, sans-serif;
;
}

.page-title h1:after,
.blog-title h1:after {
    content: '';
    display: inline-block;
    position: relative;
    right: -10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #de0849;
}

.page-title h2,
.blog-title h2 {
    font-size: 36px;
    margin: 0;
    
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
;
}

#section_1 {
    z-index: 1;
}

#section_2 {
    z-index: 2;
}

.row-fluid .section_video .video {
    padding: 0 15px;
    margin-top: 80px;
    z-index: 1;
}

.section_video .video img {
    width: 100% !important;
}

.vertical-center.row-container > div > .row-fluid {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.center.row-container .row-fluid .widget-type-linked_image {
    position: relative;
    margin: 0 auto;
    text-align: center;
}



.bg-full {
    position: absolute;
    height: 130vh;
    padding-top:150px;
}

.bg-full .bg,
.traction .section_video .bg {
    z-index: 1;   
}

.bg-full .bg .column.first {
    margin-top: -150px;
}

#concept #section_1 .bg .column.first,
#methodologie #section_1 .bg .column.first {
    margin-top: -210px;
    height: calc(100% + 60px);
}

#concept #section_1 .bg .column.middle,
#methodologie #section_1 .bg .column.middle {
    height: calc(100% - 50px);
}

#concept #section_1 .bg > .column.last  {
    height: calc(100% - 110px);
}

#concept #section_3 .bg > .column.first {
    margin-top: 50px;
}

.traction #concept,
.traction #methodologie {
    position: relative;
    margin-top: 60px;
    z-index: 2;
}

.traction #page-header .bg > .column.last {
    height: calc(100vh - 280px);
}

.traction .bg-full .bg > .column {
    height: 150vh;
}

.traction #section_2 .bg .column.middle {
    margin-top: 100px;
    height: calc(100% - 150px);
}

.traction #section_2 .bg .column.last {
    height: calc(100% - 70px);
    padding-top: 130px;
    margin-top: 20px;
}

.traction #section_4 .bg .column.last {
    margin-top: 50px;
}

.traction #methodologie #section_4 .bg .column.last {
    margin-top: 150px;
    height: calc(100% - 100px);
}

.traction #methodologie #section_2 .content ol > li:before {
    color: #9d9d9d;
}

.traction #methodologie #section_2 .content ul > li:before {
    background: url("https://cdn2.hubspot.net/hubfs/585288/PREFERENDUM/list-arrow-gray.png") no-repeat;
    background-size: cover;
}

.traction #section_4 .bg .column.middle {
    margin-top: 150px;
}

.traction #section_4 .bg .column.first {
    margin-top: 100px;
}

.traction #section_1 {
    padding-top: 50px;
    padding-bottom: 220px;
    margin-bottom: -150px;
    overflow: visible;
}

.traction #section_2 {
    /*padding-top: 170px;*/
    padding-bottom: 50px;
    margin-bottom: -50px;
    z-index: 1;
    overflow: visible;
}

.traction #section_3 {
    padding-bottom: 200px;
    margin-bottom: -150px;
}

.traction #section_4 {
    padding-top: 100px;
}

.traction #methodologie #section_2 {
    padding-top: 100px;
    margin-bottom: -200px;
}

.traction #methodologie #section_3 {
    display: none;
}

.traction #section_1 h2,
.traction #section_2 h2 {
    margin: 40px 0;
}

.traction #section_2 h2,
.traction #section_2 h3,
.traction #section_2 h4,
.traction #section_2 h5,
.traction #section_2 h6,
.traction #section_2 p,
.traction #section_2 pre {
    color: #fff;
}

.traction #section_3 .content {
    margin-top: 100px;
}

.traction #section_4 .content {
    padding: 220px 0 100px 0;
}

.traction #section_4 h2 {
    margin-bottom: 40px;
}

.traction #section_3 .content .row-container {
    margin: 40px 0;
}

.traction #section_3 .content .row-container h3 {
    font-size: 3rem;
    text-transform: uppercase;
}

.traction .video-text p {
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 140px 0 80px 0;
}

.traction .steps {
    margin-top: 80px;
    margin-bottom: 80px;
}

.traction .steps .step {
    position: relative;
    text-align: center;
}

.traction .steps .step img {
    height: 120px;
    margin-bottom: 40px;
    width: auto !important;
}

.traction .steps .step:nth-child(2) img,
.traction .steps .step:nth-child(5) img{
    height: 100px;
    margin-top: 20px;
}

.traction .steps .step .nb {
    position: absolute;
    display: inline-block;
    bottom: -30px;
    left: 20px;
    font-family: 'Teko-Bold', Helvetica, Arial, sans-serif;
    font-size: 6rem;
    line-height: 1;
    color: #fff;
    opacity: 0.2;
}

.traction .steps .step h4 {
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
}

.traction #section_3 .content.e-book {
    margin-top: 250px;
    padding: 40px 0 40px 60px;
    background: #d7e2e2;
}

.traction #section_3 .content.e-book .row-container {
    margin: 0;
}

.traction .e-book h2 {
    font-family: 'Arista-Light', Helvetica, Arial, sans-serif;
    font-size: 3rem;
    margin-bottom: 10px;
}

.traction .e-book h3 {
    font-family: 'Teko', Helvetica, Arial, sans-serif;
    font-size: 2.7rem;
}

.traction #section_3 .e-book a.cta-e-book {
    background: #de0849;
    font-family: 'Century-Gothic', Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    border: medium none;
    border-radius: 0;
    padding: 15px 25px;
    margin: 20px 0;
}

.traction #section_3 .e-book a.cta-e-book:hover {
    background: #de0849;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.traction .content.e-book .row-fluid .widget-type-linked_image {
    padding-right: 30px;
}

.traction #section_4 a.button {
    color: #de0849;
    border-color: #de0849;
    padding: 10px 60px;
    margin: 0;
}

.traction #section_4 a.button:hover {
    color: #fff;
}

.traction #section_4 a.button:after {
    border-color: transparent transparent #de0849 transparent;
}

.traction #section_4 .button .inner-border:before,
.traction #section_4 .button .inner-border:after {
    border-color: #de0849;
}

.traction #section_4 .button a {
    color: #de0849;
    padding: 10px 50px;
}

.traction #section_4 .button a:after {
    border-color: transparent transparent #de0849 transparent;
}

.traction #section_4 .button:hover a {
    color: #fff;
}

.traction .content .row-fluid .widget-type-linked_image img {
    width: auto !important;
    max-height: 400px;
}

/* ============================================= */
/* Header different logo colors
/* ============================================= */

.midnightHeader.dark svg {
    fill: #514b5b;
}

.midnight2Header.light svg {
    fill: #fff;
}

.midnight3Header.light .cd-nav-trigger span {
    background-color: #fff;
}

.midnight3Header.light .menu-label {
    color: #fff;
}

/* ============================================= */
/* Agence Page Styles
/* ============================================= */

.agence #section_2 .bg .column.first {
    margin-top: 300px;
    height: calc(100% - 300px);
}

.agence #section_1 .bg .column.middle,
.agence #section_2 .bg .column.middle  {
    margin-top: 150px;
    height: calc(100% - 150px);
}

.agence #section_1 .bg .column.last {
    margin-top: 300px;
    height: calc(100% - 300px);
}

.agence #section_1 {
    padding-top: 300px;
    padding-bottom: 600px;
}

.blog .page-title {
    color: #262626;
}

.agence .content h2 {
    text-transform: uppercase;
    line-height: 0.8;
    color: #262626;
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

/*.agence #section_1 .content h2 {
    margin: -55px 0 0 0;
}*/

.agence .content h2 span {
    font-size: 3.5rem;
    color: #de0849;
    
    font-family: 'Teko-Light', Helvetica, Arial, sans-serif;
;
}

.agence .content.icon .row-fluid {
    margin: 30px 0;
}

.agence .content .row-fluid .widget-type-linked_image img {
    width: 75% !important;
    height: auto;
}

.agence #section_2 .col-lg-8 > .content {
    margin-top: -300px;
}

.agence #section_2 {
    margin-top: -400px;
    padding-top: 300px;
}

.row-fluid .cycle-item {
    position: relative;
    margin: 0;
}

.cycle-item:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.cycle-item .content {
    position:  absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
     
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
;
}

.cycle-item.white {
    background: #fff;
    border-right: 3px solid #e4e4e4;
}

.cycle-item.gray {
    background: #f5f5f5;
    border-right: 3px solid #e4e4e4;
}

.cycle-item.last {
    border-right: medium none !important;
}

.agence .cycle-item .content .row-fluid .widget-type-linked_image img {
    width: 30% !important;
}

.cycle-item h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-top: 40px;
    color: #262626;
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

.row-fluid .info-item {
    margin: 100px 0 40px 0;
    margin-left: 0;
    text-align: center;
}

.info-item p span.bold {
    font-size: 80px;
    line-height: 0.8;
    display: block;
    
    font-family: 'Teko-Medium', Helvetica, Arial, sans-serif;
;
}

/* ============================================= */
/* End Agence Page Styles
/* ============================================= */

p.mobile .hs-cta-img {
    padding: 0;
    margin-left: -30px;
    min-width: 120%;
}
p.desktop .hs-cta-img {
    padding: 0;
    display: none;
}

div#hs-eu-cookie-confirmation {
 	position: fixed !important;
  top: auto !important;
  bottom: 0;
}

.hs_recaptcha svg,
.hs_souhaite_recevoir svg {
    display: none;
}

.hs_souhaite_recevoir ul > li {
  list-style: none;
}

.hs_souhaite_recevoir ul > li label {
 	 font-weight: 500;
}

.hs_souhaite_recevoir ul > li label input { 
  margin-right: 5px;
}
.hs_souhaite_recevoir > label {
  position: relative;
  top: 0