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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('http://daneden.github.io/animate.css/');

body {
  margin: 0;
  padding: 0;
  background: #f8F8F8;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 16px;
  color: #555555;
  line-height: 1.7em;
}

.body-container > .row-fluid-wrapper.row-number-1 {
  position: relative;
  z-index: 1;
  height: 1067px;
}

.body-container > .row-fluid-wrapper.row-number-1 #banner {
  position: relative;
  z-index: 0;
}

.body-container > .row-fluid-wrapper {
  position: relative;
  z-index: 1;
}

html[lang="en"] span.fr,
html[lang="en"] span.nl{
  display: none;
}

html[lang="fr"] span.en,
html[lang="fr"] span.nl{
  display: none;
}

html[lang="nl"] span.fr,
html[lang="nl"] span.en{
  display: none;
}

p.intro {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

h2 {
  font-size: 32px;
  margin-bottom: 50px;
  margin-top: 40px;
  color: #373737;
  line-height: 38px;
}

h3 {
  font-size: 21px;
  line-height: 28px;
  color: #3ccccf;
}

.logo img {
  max-height: 78px;
  width: inherit !important;
  margin-top: 13px;
  margin-left: 30px;
}

.slogan {
  text-transform: uppercase;
}

.slogan h2 {
  font-size: 15px;
  padding: 10px;
  text-align: right;
  margin: 20px 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container {
  width: 1170px;
}

#banner {
  position: relative;
  height: 1067px;
  background: black;
}

#banner > .row-fluid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

#banner > .row-fluid-wrapper:first-child{
    height: 100%;
}

#banner > .row-fluid-wrapper:first-child > .row-fluid {
  height: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}

.logo-salon {
  margin-bottom: 20px;
}

#banner > .row-fluid-wrapper:last-child {
  position: relative;    z-index: 0;
}

.img-banner > .widget-type-linked_image img {
  width: 100% !important;
}

.section-functionalities {
  background: #efefef;
  margin-top: 60px;
  padding: 80px 0;
}

#functionalities h2 {
  text-align: center;
}

.container .span8,
.container .span10 {
  margin: 0 auto !important;
  float: none;
  text-align: center;
}

.section-banner-text {
  padding: 0 15px;
}

.section-banner-text .span8 {
  color: white;
}

.container .span8 > .span12,
.container .span10 > .span12{
  float: none !important;
}

.container .span10 > .span12 {
  padding: 40px 100px;
  background: white;
  margin-top: -30px;
}

.section-opinum-datahub {
  position: relative;
  z-index: 1;
}

.section-opinum-datahub {
  position: relative;
  z-index: 1;
}

.text h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
  color: white;
  line-height: 24px;
}

.text h3 {
  font-weight: 600;
  font-size: 34px;
  margin-top: 10px;    
  line-height: 37px;
  color: white;
}

.section-ceo  {
  margin-bottom: 30px;
}

.figure {
    text-align: right;
}

.figure .hs_cos_wrapper_type_linked_image {
  display: flex;
  justify-content: flex-end;
}

.figure .hs_cos_wrapper_type_linked_image img {
  border-radius: 55px;
  height: 110px;
}

.section-ceo > .row-fluid-wrapper > .row-fluid {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.name {
  font-size: 20px;
  font-weight: 700;
}

.function {
  font-size: 16px;
  margin-top: 2px;
  font-style: italic;
}

#author {
  text-align: left;
}

.centralize,
.automate,
.harness {
  text-align: center;
  margin: 30px 0 50px;
}

.centralize h3,
.automate h3,
.harness h3 {
  margin: 30px 0;
}

.centralize .hs_cos_wrapper_type_module,
.automate .hs_cos_wrapper_type_module,
.harness .hs_cos_wrapper_type_module {
  padding: 0 20px;
}

.centralize .hs_cos_wrapper_type_module p,
.automate .hs_cos_wrapper_type_module p,
.harness .hs_cos_wrapper_type_module p {
  text-align: justify;
}

.section-documentation {
  background: #e9e9e9;
}

.section-documentation h2 {
    margin: 20px 0;
    font-size: 21px;
}

.section-documentation .span7 {
  text-align: right;
  padding: 10px 0;
}

.section-documentation .span5 {
  
}

#documentation .row-fluid-wrapper {
  background: url("https://4844940.fs1.hubspotusercontent-na1.net/hubfs/4844940/img_doc-bg.png") no-repeat 100% 50%;
}

#documentation .row-fluid-wrapper .row-fluid {
  display: flex;
  align-items: center;
}

#documentation .row-fluid-wrapper .row-fluid .span5 {
  padding-right: 30px;
}

#documentation .row-fluid-wrapper .row-fluid .span5 .widget-type-cta {
  margin-left: 10px;
}

.section-book-meeting {
  padding: 80px 0;
  background: white;
}

.section-book-meeting h2 {
  text-align: center;
  margin-bottom: 0;
}

.header-container-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 110px;
    overflow: hidden;
}

#banner>.row-fluid-wrapper.row-number-4 {
    right: 150px;
    width: 30%;
    top: 50%;
    margin-top: -512px;
    left: inherit;
}

.hs_cos_wrapper_type_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#banner .hs_cos_wrapper_type_form {
    align-items: flex-start;
}

#banner .hs_cos_wrapper_type_form .form-title {

}

.hs_cos_wrapper_type_form label {
    color: white;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    margin-bottom: 7px;
    display: block;
    margin-top: 20px;
    font-weight: 700;
}

.hs_cos_wrapper_type_form .inputs-list {
  list-style: none;
  padding: 0;
}

fieldset.form-columns-2 .input {
    margin-right: 20px !important;
}

.section-banner-text.container fieldset a {
    color: #3ccccf;
}

.section-banner-text.container fieldset .inputs-list {
  padding-left: 0;
}

.hs_cos_wrapper_type_form > div {
    width: 100%;
}

#banner .hs_cos_wrapper_type_form > div {
    width: 60%;
}

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;
    border-radius: 4px;
    border: none;
    height: 50px;
    font-size: 15px;
    padding: 6px 20px;
    color: #555;
}

.no-credit {
  text-align: center;
  text-transform: uppercase;
  color: white;
  clear: both;
  width: 60%;
}

.hs_cos_wrapper_type_form > div fieldset {
    max-width: 100%;
}

.hs_cos_wrapper_type_form .actions {
    display: flex;
    justify-content: center;
}



.hs-error-msgs.inputs-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs-error-msgs.inputs-list label {
    margin: 5px 0 0;
    font-size: 13px;
    color: red;
}

.hs_cos_wrapper_type_form .hs-richtext {
    margin: 20px 0;
    text-align: center;
    font-size: 11px;
    color: white;
    line-height: 16px;
}

.hs_cos_wrapper_type_form h3 {
    font-size: 50px;
    color: white;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: none;
}

.hs-button.primary.large {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: #3ccccf;
      background: -webkit-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: -moz-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: -o-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);

    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 15px 50px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    font-size: 14px;
    font-family: "Lato", Calibri, Arial, Sans-serif;
    font-weight: 900;
    border-radius: 40px;
    margin: 40px 0;
}

.section-promoblocks {
  background: #f8f8f8;
  padding: 80px 0;
}

.section-promoblocks h2 {
  margin: 0px 0 15px;
  text-transform: uppercase;
}

.section-promoblocks h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
}
.section-promoblocks .widget-type-linked_image img {
    width: auto !important;
    border-width: 0px;
    border: 0px;
    max-width: 100%;
    max-height: 400px;
}

.promoblock {
  margin-bottom: 40px;
}

.promoblock a {
  color: #555;
}

.promoblock a:hover {
  text-decoration: none !important;
  color: black:
}

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

#promoblocks > .row-fluid-wrapper:nth-child(odd) > .row-fluid .span6:first-child {
  order: 1;
  text-align: center;
}

#promoblocks > .row-fluid-wrapper:nth-child(odd) > .row-fluid .span6:last-child {
  order: 2;
}

#promoblocks > .row-fluid-wrapper:nth-child(even) > .row-fluid .span6:first-child {
  order: 2;
  margin-left: 2.564102564%;
}

#promoblocks > .row-fluid-wrapper:nth-child(even) > .row-fluid .span6:last-child {
  order: 1;
  margin-left: 10%;
}

.btn-orange {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: rgb(214,76,19);
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 20px 60px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    border-bottom: 3px solid #872b05;
    font-size: 14px;
    font-family: "Lato", Calibri, Arial, Sans-serif;
    font-weight: 900;
    border-radius: 4px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #068b8a;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

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

.section-backto {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

.footer-container-wrapper {
  background: black;
  text-align: center;
  color: white;
  padding: 30px 0 35px;
  position: relative;
  z-index: 2;
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
  display: flex !important;
  justify-content: flex-start;
}

.hs_terms_of_use { margin-top: 20px !important;}
.hs_terms_of_use label.hs-error-msg {
    margin-top: 0;
    margin-bottom: 20px;
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}

.hs-fieldtype-booleancheckbox .inputs-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.hs-form-booleancheckbox label { margin-top: 0 !important; }


@media (max-width: 1200px) {

  .container {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {

  .container {
    width: 724px;
  }
  
}

@media (max-width: 767px) {
  .container {
    width: auto;
  }
  
  .row {
    margin: 0 15px;
  }
  
  .container .span10>.span12 {
    padding: 40px;
  }
  
  .header-container .row-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-container .row-fluid h2 {
    margin: 0 0 10px;
    line-height: 24px;
    text-align: center;
  }  
  .section-book-meeting h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  
  #documentation .row-fluid-wrapper {
    background: none;
    padding: 30px 0 50px;
  }
  
  #documentation .row-fluid-wrapper .row-fluid {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .section-documentation .span7 {
    text-align: center;
  }
  
}

@media (max-width: 768px) {
  #banner>.row-fluid-wrapper {
    position: relative;
    background: #222;
    padding-top: 20px;
  }
  #banner>.row-fluid-wrapper.row-number-4,
  #banner>.row-fluid-wrapper:last-child {
      display: none;
  }
  
  .body-container>.row-fluid-wrapper.row-number-1 {
    height: inherit;
  }
  
  .body-container>.row-fluid-wrapper.row-number-1 #banner {
    position: relative;
  }
  
  #banner .hs_cos_wrapper_type_form>div {
    width: 100%;
  }
  
  fieldset.form-columns-2 .input  {
      margin-right: 0 !important;
  }
  
  form.hs-form-018dd92f-e8fe-4b84-803d-e590b43e1da0_6a6da85a-a355-4a6f-a5f8-85af69e8ae3c:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input, form.hs-form-018dd92f-e8fe-4b84-803d-e590b43e1da0_6a6da85a-a355-4a6f-a5f8-85af69e8ae3c:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
      width: 100%;
  }  
  
  .hs_cos_wrapper_type_form h3 {
    font-size: 40px;
    color: white;
    line-height: 48px;
  }
  
  .body-container>.row-fluid-wrapper.row-number-1 #banner {
    height: inherit;
  }
  
  .header-container-wrapper {
    position: relative;
    background: #111;
  }
  
  .promoblock>.row-fluid-wrapper>.row-fluid {
      flex-direction: column;
  }
  
  #promoblocks>.row-fluid-wrapper:nth-child(even)>.row-fluid .span6:last-child {
    order: 2;
    margin-left: 0;
  }
  
  .no-credit {
    width: 100%;
  }
  
}



@media (min-width: 481px) and (max-width: 768px) {
  fieldset.form-columns-2 .input {
    margin-right: 20px !important;
  }
  
  .hs_cos_wrapper_type_form>div fieldset {
    max-width: calc(100% + 20px);
    margin-right: -20px;
  }
  
  .hs_cos_wrapper_type_form .hs-richtext {
    margin: 20px 20px 20px 0;
  }
  
}




.section-about {
    background: #3ccccf;
      background: -webkit-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: -moz-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: -o-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);

    color: white;
    padding: 80px 0;
    text-align: center;
}

.section-about h2,
.section-about a {
  color: white;
}

.section-about a:hover {
  text-decoration: none;
}

.section-about .container .span8,
.section-about .container .span10 {
  text-align: left;
}

.section-about .hs_cos_wrapper_type_form .actions .hs-button.primary.large {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: transparent;
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 15px 50px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    border: 1px solid #fff;
    font-size: 14px;
    font-family: "Lato", Calibri, Arial, Sans-serif;
    font-weight: 900;
    border-radius: 40px;
    margin: 40px 0;
}

#about .row-fluid-wrapper:last-child > .row-fluid {
  max-width: 149px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

.content-bottom .container .row-number-18 > .row-fluid > .span12 {
  border-radius: 5px;
  padding: 40px 80px 80px;
  margin-bottom: 40px;
  background: #f8F8F8;
  border: 1px solid #e3e3e3;
}

.content-bottom .container .row-number-18 > .row-fluid > .span12 {
    background: #fff;
}

.content-bottom .hs-button.primary {
  background: transparent;
  border-color: white;
  border-bottom: 3px solid #fff;
}

.content-bottom .hs-button.primary:hover {
  background: white;
  border-color: white;
  border-bottom: 3px solid #fff;
  color: #257f80;
}

.section-about-opinum {
  padding: 50px 0;
  background: #f1f1f1;
}

.section-about-opinum .span10 {
    float: none;
    margin: 0 auto !important;
    text-align: center;
}

.section-about-opinum .span12 {
    float: none;
}

.about-opinum-mission h2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #5a5a5a;
}

.about-opinum-mission p {
  line-height: 1.31;
  letter-spacing: 0.25px;
  color: #288282;
  margin-top: 0;
  font-weight: 600;
  font-size: 13px;
}

.about-opinum-goals p {
  display: flex;
}

.about-opinum-goals p img {
  margin-right: 40px;
}

.about-opinum-text {
  margin-top: 67px;
}

.about-opinum-text p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: .25px;
  color: #5a5a5a;
  margin-top: 0;
}

.submitted-message {
  color: white;
}


@media screen and (max-width: 992px) {
  .section-about-opinum > .container  {
    padding: 0 15px;
  }
  .about-opinum-text {
    margin-top: 10px;
  }
  .about-opinum-goals p img {
    margin-right: 20px;
  }
}