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

/*==== Sans Serif ====*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300i,400i,700);

/*==== Serif ====*/
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,300i,400i,700,700i);
/***********************************************/
/* 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    */
/*****************************************/



/************************************************
    1.0 BASIC
************************************************/
/*==== HTML and Body ====*/
/* HTML */
html, body { 
    overflow-x: hidden !important; 
    font-family: 'Lato', sans-serif; 
    /*color: #606060;*/ 
    font-weight: normal; 
    width: 100%;
}

/* Body */
body { 
    background: #ffffff; 
    width: 100%; 
    /*height: 100%;*/
    margin: 0px;
}

body, input, textarea, select, button {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    direction: ltr;
    text-align: left;
}

/*==== Full-width Background and Page Center ====*/
/* Full-width background */
.fullwidth-bg {
    display: inline-block; 
    float: left; 
    width: 100%; 
}

.legal-consent-container .hs-richtext p {
    font-size: .75rem;
    line-height: 1.6666666667;
    color: #A8A9AC;
}

/* Page center */
.page-center {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto !important;
    float: none!important;
    padding: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Half Page Center */
.half-page-center {
    width: 100%;
    max-width: 540px;
    margin: 0 auto !important;
    float: none!important;
    padding: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Nav Default Bottom Margin */
.nav_mt {
    margin-top: 75px;
}


.page-center-large {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto !important;
    float: none!important;
    padding: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 543px) {
    .page-center-large {
        padding: 0 40px;
    }
}

.decider-sign-up {
    width: 100%;
    max-width: 580px;
    height: 100%;
    margin: 0 auto
}



.page-center-nopadding {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto!important;
    float: none!important;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.client-logo-group img {
    -webkit-filter: brightness(60%) ;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 10s;
}

.client-logo-group:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



/* Page center media max width 1200px*/

@media (max-width:1200px) {
    .page-center {
        padding: 0 40px;
    }   
}

/* Page center media max width 767px*/

@media (max-width:767px) {
    body.withBorder {
        padding: 15px;
    }
}   

figure {
    padding: 0;
    margin: 0;
}
      
/* Page center with Border */
.iframe-embed {
        max-width: 100%;
    }

@media (max-width: 414px) {
.iframe-embed {
        max-width: 100%;
    }
}
.top-info-box {
    margin-top: -30px !important;
}

@media (max-width: 414px) {
    .top-banner-content-home {
        padding-top: 70px;
    }
    .top-info-box {
    margin-top: -20px !important;
}


    
}

body.withBorder {
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/************************************************
    2.0 TYPOGRAPHY
************************************************/

/*==== Font weight ====*/
.font-weight-light {font-weight: 300 !important;}
.font-weight-normal {font-weight: 400 !important;}
.font-weight-bold {font-weight: 700 !important;}
.font-weight-black {font-weight: 900 !important;}

/*==== Line-height ====*/
.line-height-standard {line-height: 1.5;}
.line-height-loose {line-height: 1.6;}
.line-height-tight {line-height: 1.2;}

/*==== Text alignment ====*/
.text-center {text-align: center !important;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-justify {text-align: justify;}

/*==== Font-style ====*/
.text-italic {font-style: italic;}


/*==== Text transformation ====*/
.text-uppercase {text-transform: uppercase !important;}
.text-capitalize {text-transform: capitalize !important;}
.text-lower {text-transform: lowercase !important;}
.text-transform-none {text-transform: none !important;}

/*==== Specific headings ====*/

.sign-up-newsletter {
    font-style:  italic;
    font-weight: 700;
    margin-bottom: 40px;
}

/*==== Hero Section ====*/

.hero-eyebrow {
    display: inline-block;
    font-size: 1.125rem; 
    font-style: normal; 
    padding: 0;
    font-weight: 300;
    color: #fff;
    margin: 0 0 1.875rem 0;
    border-bottom:  solid 1px #fff;
    padding-bottom: 10px;
}

.hero-headline {
    color: #fff;
    font-weight: 400;
    margin: 0 0 40px 0;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
    font-size: 3.8rem;
}
.hero-intro {    
    font-size: 1.25rem;
    line-height: 1.7;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    padding: 0; 
    margin: 0;
}


@media (max-width: 544px) {
    .step-no-1:before, .step-no-2:before, .step-no-3:before, .step-no-4:before, .step-no-5:before, .step-no-6:before, .step-no-7:before {
        padding: 7px 14px !important;
    }
}


.step_1:before {
    content: "1";
    background-color: #32c0d1;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50%;
    margin: -4px 15px 0 0;
    font-family: 'Lato', sans-serif;
    float: left;
    display: block;
}

.step_2:before {
    content: "2";
    background-color: #32c0d1;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50%;
    margin: -4px 15px 0 0;
    font-family: 'Lato', sans-serif;
    float: left;
    display: block;
}


.step_3:before {
    content: "3";
    background-color: #32c0d1;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50%;
    margin: -4px 15px 0 0;
    font-family: 'Lato', sans-serif;
    float: left;
    display: block;
}


.step_4:before {
    content: "4";
    background-color: #32c0d1;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50%;
    margin: -4px 15px 0 0;
    font-family: 'Lato', sans-serif;
    float: left;
    display: block;
}

.step_5:before {
    content: "5";
    background-color: #32c0d1;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50%;
    margin: -4px 15px 0 0;
    font-family: 'Lato', sans-serif;
    float: left;
    display: block;
}



.step-no-1:before {
    content: "1";
    background-color: #32c0d1;
    color: #fff;
    padding: 6px 14px;
    border-radius: 50%;
    margin: -4px 15px 0 0;
    font-family: 'Lato', sans-serif;
    float: left;
    display: block;
}


.step-no-2:before {
    content: "2";
    background-color: #32c0d1;
    color: #fff;
    padding: 6px 14px;
    border-radius: 50%;
    margin: -4px 15px 0 0;
    font-family: 'Lato', sans-serif;
    float: left;
    display: block;
}

.step-no-3:before {
    content: "3";
    background-color: #32c0d1;
    color: #fff;
    padding: 6px 14px;
    border-radius: 50%;
    margin: -4px 15px 0 0;
    font-family: 'Lato', sans-serif;
    float: left;
    display: block;
}

.step-no-4:before {
    content: "4";
    background-color: #32c0d1;
    color: #fff;
    padding: 6px 14px;
    border-radius: 50%;
    margin: -4px 15px 0 0;
    font-family: 'Lato', sans-serif;
    float: left;
    display: block;
}

.step-no-5:before {
    content: "5";
    background-color: #32c0d1;
    color: #fff;
    padding: 6px 14px;
    border-radius: 50%;
    margin: -4px 15px 0 0;
    font-family: 'Lato', sans-serif;
    float: left;
    display: block;
}

.step-no-6:before {
    content: "6";
    background-color: #32c0d1;
    color: #fff;
    padding: 6px 14px;
    border-radius: 50%;
    margin: -4px 15px 0 0;
    font-family: 'Lato', sans-serif;
    float: left;
    display: block;
}

.step-no-7:before {
    content: "7";
    background-color: #32c0d1;
    color: #fff;
    padding: 6px 14px;
    border-radius: 50%;
    margin: -4px 15px 0 0;
    font-family: 'Lato', sans-serif;
    float: left;
    display: block;
}



.topic-link {
    padding: 8px;
    background: #32C0D1;
    font-size: .875rem;
    color: #fff;
    border-radius:8px;
    font-weight: 300;
    margin: 0 0 0 10px;
}


ul {
    /*list-style: none !important;*/
    padding: 0 0 0 10px !important;
}

li {
    font-family: Lato, Segoe-UI, sans-serif; 
    font-size: 16px; color: #6d6e71; 
    line-height: 150%; margin-bottom: 15px; 
    padding-top: 0px; 
    padding-left: 10px; 
    text-align: left; 
    margin-left: 4px !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    
} 



@media (max-width: 480px) {
    .hero-intro, .hero-eyebrow {
        font-size: 1.125rem;
    }
}


/*==== Page's Section ====*/

.content-section {
    min-height:30rem ;
}

p.section-eyebrow, h1.section-eyebrow, h3.section-eyebrow {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    color: #221E1F; 
    margin-bottom: 20px;
}
.section-headline {
    color: #221E1F;
    /*font-family:"Lato", 'sans serif';
    font-size: 2.5rem;*/
    font-weight: 400;
    line-height: 1.2;
}

.eyebrow-underline {
    border-bottom:  solid 1px #fff;
    padding-bottom: 10px;
    display: inline-block;
}

@meida (max-width: 480px) {
    .decision-home-item-title {
        font-weight: 400 !important;    
    }
    
    h4.section-headline {
        font-weight: 400 !important;    
    }
}

/*==== Enablers ====*/

.enabler-group {
    background-image: url('//cdn2.hubspot.net/hubfs/2036413/Banner/Group_5.png');
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: auto;
    padding: 7rem 0 7rem 0;
}

.enabler-section-hero {
    margin-bottom: 80px;
}

.enabler-item {
    margin-top: 40px;
}

.enabler-section-title {
    color: #fff;
    font-weight: 2.25;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}

.enabler-section-subtitle {
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 26px;
}

.enabler-icon img {
    display: block;
    margin: 0 auto;
}

.enabler-heading {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 20px;
    color: white;
}
.enabler-text {
    color: white;
    font-weight: 400;
}
.enabler-link {}

@media (max-width: 480px) {
    .enabler-group {
        padding: 2.5rem 0 2.5rem 0;
    }
    .enabler-group h2 {
        margin: 0 !important;
    }
    .enabler-item {
        margin: 1.25rem 0 1.875rem !important;
    }
    .enabler-group p {
        font-size: 1.125rem !important;
        font-weight: 300;
    }
    
    .enabler-heading {
        font-size: 1.25rem;    
    }
}


/*==== Cases ====*/

.case-eyebrow {
    display: inline-block;
    font-size: 16px; 
    font-style: normal; 
    padding: 0;
    font-weight: 400;
    color: #fff;
    margin: 0 0 50px 0;
    border-bottom:  solid 1px #fff;
    padding-bottom: 10px;
}

.case-container {
    position: relative;
    display: block;
    min-height: 480px;
    width: 100%;
    font-size: 1.313rem;
    box-sizing: border-box;
    color: #fff;
}

.case-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: auto;
    
}

.case-container img {
    max-width: 100%;
    height: auto;    
}

.case-link a {
     position: absolute;
     top: 0px;
     width: 100%;
     height: 100%;
}

.case-section {
    /*background-image: url('//www.decisionlab.co/hubfs/Pages/Home/case-background-3.jpg');
    padding: 0 0 750px 0;*/
    background-size: 90%;
    background-position: bottom;
    background-repeat: no-repeat;
    max-width: 100%;
    height: auto;
}
.case-section-hero {
    margin-bottom: 80px;
}
.case-section-title {
    color: #221E1F;
    font-weight: 2.25;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}
.case-section-subtitle {
    color: #6D6E71;
    font-weight: 300;
    text-align: center;
    font-size: 26px;
}
.case-section-item {
    /*margin-top: 40px;*/
}

.case-section-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
}

.case-item-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 20px;
}
.case-item-leadbody {}

@media (max-width: 480px) {
    .case-section {
        /*padding: 2.5rem 0 450px 0;*/
        margin-bottom: 0 !important;
        background-size: 160%;
        background-position: right bottom;
    }
    .case-container {
        margin-bottom: 1.875rem;
    }
}

.lib-title {
    font-size: 1.35rem;
    font-weight: 300;
}



/*====  Headings ====*/
h1, h2, h3, h4, h5, h6 {
    color: #1a1a1a;
    margin-top: 0px;
    font-weight: 400;
    /*letter-spacing: -1px;*/
    font-family: 'Merriweather', serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #32C0D1;
}

h1 {
    font-size: 3.125rem; /* 50px */
}
h2 {
    font-size: 2.5rem; /* 40px */
}
h3 {
    font-size: 1.75rem; /* 280px */
}
h4 {
    font-size: 1.5rem; /* 24px */
}
h5 {}
h6 {}

.h1-min {
    font-size: 2rem ;
}


 /* 1.1.3 Display size */
    display-1 {
        font-size: 5.063rem !important ;
    }
    
    display-2 {
        font-size: 3.375rem !important ;
    }

    display-3 {
        font-size: 2.25rem  !important; 
    }

    display-4 {
        font-size: 1.5rem !important;
    }

h1.display {
    font-size: 3.375rem;
    line-height: 1.18;
}

blockquote {
    border-left: 10px solid #e2ebf2;
    padding-left: 30px;
    margin-left: 0 !important;
}

blockquote p{
    font-size: 1.25rem !important;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    line-height: 1.7;
}

footer {
    font-size: 1.125rem;
    font-weight: 300;
}





/*==== Some predefined classes from early dev ====*/

.section-caption {
    line-height: 1.4;
    font-size: 24px; 
    color: #000000;
}

.p-M { font-size: 1.125em; line-height: 1.5em;}

.p-L {
    font-size: 24px; 
    line-height: 1.33349em;
    font-weight: 300;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.49;
    text-align: center;
    padding: 0 5px 0 5px
}

/* Basic text */
p, span {
    font-size: 1.125rem;
    color: #606060;
    font-style: normal;
}

p {
    line-height: 1.6; 
    padding: 0;
    margin: 0 0 25px ;}

.large-paragraph p,
.large-paragraph span {
    font-size: 1.125rem; /* 18px */
}
small {}
strong {
    font-weight: bold;
}
em {}
cite {}

div {min-height:0;}




/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}

li {
    margin: 1.5rem 0;
    font-size: 1.125rem;
    line-height: 1.7;
    
}

ul.unstyled, ol.unstyled {}

ul.inline, ol.inline {}
ul.inline > li, ol.inline > li {}







dl {}
dt, dd {}
dt {}
dd {}

/* Quotes 
blockquot,
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p,
blockquote span {
    font-size: 1.875rem;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

/* Links */

a {
    opacity: 1!important;
    transition: 0.1s;
    color: #32C0D1;
    text-decoration: none;
    line-height: 28px;
}
a:hover {
    opacity: 0.8!important;
    color: #A7DBD7;
    text-decoration: none;
}

/* Address */
address {}

/* Display */
.display-none {display: none!important;}



/* Product Name*/

.product-name {
    color: #C48F31; 
    text-align: left; 
    font-weight: 400;
    text-transform: uppercase;
}

/* case-study-title*/
.case-title-S {
    text-align: left; 
    font-weight: 400;
    font-size: 1.28rem !important;
    line-height: 1.5em;
}

@media (max-width:767px) {
    html, body {
        font-size: ;
    }
    .page-center {
        padding: 0 20px;
    }   
}
@media (max-width:480px) {
    html, body {
        font-size: 1rem ;
    }
    
}

/************************************************
    4.0 UTILITIES
************************************************/

/* Section Flip */
.image-left {right: -100px;}


}
.rounded-corner img {
    border-radius: 50%;
}

.box-rounded-corner {
    border-radius: 10px !important;
}


@media (max-width: 480px) {
    .leader-img {
        width: 120px !important;
        margin-bottom: 40px;
    }
}

/************************************************
    1.0 Background
************************************************/

/*==== Some predefined classes from early dev ====*/

.bg-lightgrey       {background: #E6E7E7;}
.light-brown-bg     {background: #E6DBCA;}

/*==== Black and White Background ====*/

.bg-black-90        {background-color: #0f100f;}
.bg-light-gray-1    {background-color: #E6E7E7;}
.bg-light-gray-2    {background-color: #F1F1F2;}

    
/*==== Color Background ====*/

.bg-blue-1          {background-color: #003649;}
.bg-blue-2          {background-color: #003649;}
.bg-blue-3          {background-color: #1393A7;}
.bg-blue-4      {background-color: #32c0d1;}
.bg-blue-5          {background-color: #CEE4E2;}
.bg-blue-6      {background-color: #cfeaef;}
.bg-blue-bg {background-color: #E2EBF2;}
.bg-brown-5         {background-color: #E6DBCA;}
.bg-brow-6          {background-color: #F6F6EE;} 

/*==== Image Background ====*/

.bg-enablers {}
.bg-casestudy {}
.bg-contact {}
.bg-ctrm {
    /*background: #E6DBCA url("www.decisionlab.co/hubfs/Banner/crafting-the-right-message-bg.png");*/
    background: #e6dbca url("//www.decisionlab.co/hubfs/Banner/crafting-the-right-message-bg.png") no-repeat center bottom;

    /*background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: ;
    max-width: 100%;
    height: auto;*/
}


.bg-usage-and-attitude {
    background: #fff url("//www.decisionlab.co/hubfs/Pages/Your_Decision_-_Strategy_and_Planning/Section-banner-Strategy-and-Planning-3.jpg") no-repeat right center;
    background-size: 90% auto;
}

.bg-usage-and-attitude-2 {
    background: #fff url("//www.decisionlab.co/hubfs/Pages/Your_Decision_-_Strategy_and_Planning/Section-banner-Strategy-and-Planning-4.jpg") no-repeat left bottom;
    background-size: 90% auto;
}

.bg-concept-development {
    background: #fff /*#a7dbd7/*rgba(230, 219, 202, 0.49) /*url("//www.decisionlab.co/hubfs/Pages/Your_Decision_-_Concept_and_Product_Development/Section-banner-Concept-and-product-dev-4.jpg") no-repeat right bottom;
    background-size: auto 100%;*/
}

.bg-concept-development-2 {
    background: #fff url("//www.decisionlab.co/hubfs/Pages/Your_Decision_-_Concept_and_Product_Development/Section-banner-Concept-and-product-dev-5.jpg?t=1477883681979") no-repeat bottom;
    background-position-x: -200px;
    background-size: auto 100%;
}

.bg-product-lab {
    background: #fff url("//www.decisionlab.co/hubfs/Pages/Your_Decision_-_Concept_and_Product_Development/Section-banner-Product-Lab.jpg") no-repeat right bottom;
    /*background-size: auto 100%;*/
}




/* Decision Home page */
.bg-in-sync-with-consumer {
    background: #414042 url("http://goo.gl/2M3KOP") no-repeat left bottom;
    background-size: auto 100%;
}

.bg-strategy-and-planning {
    background: #414042 url("http://goo.gl/R86m5A") no-repeat;
    background-size: auto 100%;
}

.bg-concept-and-product-dev {
    background: #414042 url("http://goo.gl/fGSLLc") no-repeat left bottom;
    background-size: auto 100%;
}

.bg-choosing-the-right-media {
    background: #414042 url("http://goo.gl/iXF8HV") no-repeat left bottom;
    background-size: auto 100%;
}

.bg-crafting-the-right-message {
    background: #414042 url("http://goo.gl/bS2d1m") no-repeat left bottom;    
    background-size: auto 100%;
}

.bg-crafting-message {
    background: rgba(34, 30, 31, 0.76);
    -webkit-background-blend-mode: multiply;
    -moz-background-blend-mode: multiply;
    -o-background-blend-mode: multiply;
    -ms-background-blend-mode: multiply;
    background-blend-mode: multiply;
}

.bg-consumer-understanding {
    background: #bcb45d;
    -webkit-background-blend-mode: multiply;
    -moz-background-blend-mode: multiply;
    -o-background-blend-mode: multiply;
    -ms-background-blend-mode: multiply;
    background-blend-mode: multiply;
}

@media (max-width:480px) {
    .bg-in-sync-with-consumer, .bg-strategy-and-planning, .bg-concept-and-product-dev, .bg-crafting-the-right-message, .bg-choosing-the-right-media {
        background-position: right;
        background-size: 100% auto;
    }
    
    .bg-usage-and-attitude {
        background-size: auto 50% !important;
        padding: 3rem 0 25rem 0 !important;
        background-position: bottom right !important;
    }
    
    .bg-usage-and-attitude, .bg-usage-and-attitude-2 a {
        color: #1393A7 !important;
    }
    
    .bg-usage-and-attitude-2 {
        background-size: 200% !important;
        padding: 3rem 0 15rem 0 !important;
        background-position: bottom left !important;
    }
    
    .bg-concept-development-2 {
        background-color: #fff;
        background-blend-mode: multiply;
    }
    
    .bg-concept-development-2 p {
        color: white !important;
    }
}


.bg-decision-home-hero {
    background: #7F766B url("//www.decisionlab.co/hubfs/Pages/Your_Decision_-_Home/your-decision-main-banner-3.jpg") no-repeat center right;
    background-size: 100% auto; 
    background-position: 0 -130px;
    padding: 9.375rem 0;    
    -webkit-background-blend-mode: multiply;
    -moz-background-blend-mode: multiply;
    -o-background-blend-mode: multiply;
    -ms-background-blend-mode: multiply;
    background-blend-mode: multiply;
}



.bg-decision-consultant-hero-banner {
    background-position: top !important;
    margin-top: 70px;
}

@media (max-width: 480px) {
 .enabler-title-decision-consultant {margin-bottom: 0 !important;}
}
/* Inside the lab Home page */

.bg-inside-the-lab-home-hero {
    background: #A7DBD7 url("//www.decisionlab.co/hubfs/Pages/Inside_the_lab_-_Home/inside-the-lab-top-banner-3.jpg?t=1462964571353") no-repeat;
    background-position: 0 -30px; ;
    background-size: cover;
    padding: 9.375rem 0;
    margin-top: 70px;
    -webkit-background-blend-mode: multiply;
    -moz-background-blend-mode: multiply;
    -o-background-blend-mode: multiply;
    -ms-background-blend-mode: multiply;
    background-blend-mode: multiply;
}

@media (max-width:480px) {
    .bg-inside-the-lab-home-hero {
        background-size: auto;
        /*padding: 15rem 0 5rem 0;*/
    }
    
    .bg-decision-home-hero {
        background-size: auto 60%;
        padding: 4rem 0 16rem;
        background-position: right bottom;
    }
}


/*  Home page */
/* Top banner */

.bg-home-banner-hero {
    background: url("//www.decisionlab.co/hubfs/Pages/Home/main-banner-12.jpg") no-repeat;  /*http://www.decisionlab.co/hubfs/Pages/Home/home-main-banner-10.jpg */
    background-position: 0 -80px;
    padding: 8rem 0 4rem 0;
    background-size: 100% auto;
    -webkit-background-blend-mode: multiply;
    -moz-background-blend-mode: multiply;
    -o-background-blend-mode: multiply;
    -ms-background-blend-mode: multiply;
    background-blend-mode: multiply;
}


.bg-decision-model {
    background: url('//www.decisionlab.co/hubfs/Pages/Home/home-decision-model-3.jpg') no-repeat;
    background-position: 0 -1000px;
    padding: 8rem 0 20rem 0;
    margin-bottom: 10px;
}

.bg-mrc-program-form {
    background: url('//www.decisionlab.co/hubfs/Pages/Home/home-decision-model-3.jpg') no-repeat;
    background-position: bottom;
    padding: 0rem 0 1rem 0;
}

.bg-mrc-event {
    background: url('//www.decisionlab.co/hubfs/Campaigns/MRC/bg-mrc-event-3.jpg') no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 0rem 0 14rem 0;    
    
}




@media (max-width: 480px) {
    .bg-decision-model {
        background-position: bottom center;
        padding: 8rem 0 5rem 0;    
    }
    
    .bg-mrc-program-form {
        background-position: -220px 300px;
        background-size: cover;
        padding: 0rem 0 10rem 0
    }
}

.bg-home-banner-hero-video {
    padding: 10rem 0 2rem 0;
}

.bg-home-banner-online-community {
    background: #fff url("//www.decisionlab.co/hubfs/Pages/Inside_the_lab_-_Online_Community/Main-banner-Online-Community-6.jpg") no-repeat;
    background-size: 100% auto;
    background-position: 70px bottom
}

.bg-decision-consultants-visualisation {
    background: #fff url("//www.decisionlab.co/hubfs/Pages/Inside_the_lab_-_Decision_Consultants/decision-consultant-visualisation.jpg") no-repeat;
    background-position: -80px
}

.bg-decision-consultant-principle {
    background: #fff url("//www.decisionlab.co/hubfs/Pages/Inside_the_lab_-_Decision_Consultants/decision-consultant-principle-3.jpg") no-repeat;
    background-position: bottom right;
    background-size: auto 120%;
}

@media (max-width: 480px) {
    .bg-decision-consultant-principle, .bg-decision-consultants-visualisation, .bg-decision-consultant-ideas {
        padding: 5rem 0;
    }
    .bg-decision-consultants-visualisation {
        background-color: #93B55C;
        background-blend-mode: multiply;
    }
    .bg-decision-consultants-visualisation p {
        color: #fff !important;
    }
}

.bg-decision-consultant-ideas {
    background: #fff url("//www.decisionlab.co/hubfs/Pages/Inside_the_lab_-_Decision_Consultants/decision-consultant-ideas.jpg") no-repeat;
    background-position: bottom right;
    background-size: auto 100%;
}

.bg-bitexco {
    background: #fff url("https://cdn2.hubspot.net/hubfs/2036413/001%20-%20MKT/104%20-%20Website%20Assets/we-work-bg.jpg") no-repeat;
    background-position: bottom right;
    background-size: contain !important;
}




/* iPhone 6 Plus */ 

@media (max-width: 414px) {
    .bg-home-banner-hero {
        background: url("//www.decisionlab.co/hubfs/Pages/Home/main-banner-12.jpg") no-repeat;
        background-position: bottom;
        padding: 5rem 0 8rem 0;
        background-size: cover;
        
    }
    
    /*.bg-home-banner-online-community {
        background-size: 200%;
        background-position: right bottom;
        padding: 0 0 16rem 0;*/    
    }
    
    
    
}


.bg-link-to-inside-the-lab {
    background: #fff url("//www.decisionlab.co/hubfs/Pages/Home/3-decision-areas-10-31.svg") no-repeat;
    background-size: 65% auto;
    background-position: 700px -100px
    /*padding: 6rem 0 8rem 0;
    min-height: 20rem*/
}


.home-decision-areas-container {
    display: flex;
}

.3-decision-areas-text {
    margin-left: 20px;
}

@media (max-width: 480px) {
    .3-decision-areas-text {
        margin-left: 0;
    }    
}


@media (max-width: 414px) {
    .bg-link-to-inside-the-lab {
        background-position: 30px 370px;
        background-size: auto 70%;
        padding: 0 0 15rem 0;
    }
    
}


/* Join the lab */

.join-the-lab-hero {
    /*margin-top: 65px;*/
    padding: 10rem 0 8rem 0;
    background: #F28B8B;
    -webkit-background-blend-mode: multiply;
    -moz-background-blend-mode: multiply;
    -o-background-blend-mode: multiply;
    -ms-background-blend-mode: multiply;
    background-blend-mode: multiply;
    
    
}

.bg-mrc-program {
    background: #f6f6f6 url("//www.decisionlab.co/hubfs/Pages/Join_the_lab/MRC-banner-2.jpg") no-repeat bottom left;
    padding: 5rem 0 3rem 0;
    /*background-position: -100px -90px;
    background-size: 140%; */    
}





.mrc_bg-application {
    background: #fff url("//www.decisionlab.co/hubfs/Campaigns/MRC/long-portrait_03-min-2.png?t=1482224113518") no-repeat bottom left;
    padding: 5rem 0 3rem 0;
    background-position: bottom;
    background-size: 50%;   
}

.bg-mrc-program-inside {
    background: #f6f6f6 url("//www.decisionlab.co/hubfs/Pages/Join_the_lab/MRC-banner-2.jpg") no-repeat bottom left;
    padding: 5rem 0 3rem 0;
    background-position: 0 -500px;
    /*background-size: auto 127%;*/    
}




.bg-food-service {
    background: #f6f6f6 url("//www.decisionlab.co/hubfs/Pages/Your_Decision_-_In_sync_with_consumers/food-service-banner.jpg") no-repeat ;
    background-size: cover;
    background-position: -500px ;
}

.bg-library-element {
    background: #f6f6f6 url("//cdn2.hubspot.net/hubfs/2036413/Pages/Global_element/library-bg-image-min.jpg") no-repeat;
    background-size: cover;
    background-position-x: -400px;
}

@media (max-width: 480px) {
    .bg-mrc-program {
        background-position: bottom left;
        padding: 2rem 0 21rem 0;    
        background-size: 200%;
    } 
    .bg-mrc-program .cta_button {
        margin-bottom: 1.25rem;
    }
    
    .bg-mrc-program-inside {
        background: #f6f6f6 url("//www.decisionlab.co/hubfs/Pages/Join_the_lab/MRC-banner-2.jpg?t=1465372991236") no-repeat bottom left;
        padding: 2rem 0 20rem 0;
        background-position: 0 80px;
        background-size: 300%;
    }
    
    .bg-food-service {
        background-color: #CC753A;
        background-blend-mode: multiply;
    }
    .bg-food-service .section-headline {
        color: #fff !important;
    }
    
    .bg-food-service p {
        color: #fff;
    }
    
    
    .bg-concept-development-2 .section-headline {
        color: #fff !important;
    }

}







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

.footer-group {
    padding: 80px 0 0 0;
}

.footer-sitemap {
    display: flex;
    justify-content: space-between; 
}


    
.footer-sitemap-heading {
    font-size: 16px;
    margin-bottom: 19px;
    font-weight: 400;
}
.footer-sitemap-items {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px !important;
}

.footer-sitemap-items a {
    line-height: 1.5rem;
}

.footer-social {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 0 0;
}

.footer-social-item {
    font-size: 16px;
    color: white;
}

.footer-copy-right {
    border-top: 1px solid #A7DBD7;
    margin: 36px 0 0 0;
    padding-top: 17px;
    display: flex;
    justify-content: space-between;
}

.footer-copy-right-text {
    font-size: 14px;
    margin: 0;
    color: white;
}

@media (max-width: 480px) {
    .footer-sitemap {
        flex-direction: column;
        /*align-items: center;*/
    }
    .footer-sitemap-group {
        margin-bottom: 1.5rem;
    }
    
    .footer-sitemap-heading {
        margin-bottom: 0.6rem !important;
    }
    
    .footer-sitemap {
        padding: 1.25rem 0 0 0;
        /*border-top: 1px solid #A7DBD7;*/
    }
    
    .footer-copy-right {
        margin: 0 !important;
    }
    
    .footer-copy-right-text {
        text-align: left !important;
        margin-top: 1.25rem;
    }
}

/* Leader Bio */
.leader-bio-container {
    display: flex;
    justify-content: space-between
}

.leader-bio-text {
    width: 70%;
}

.job-title {
    font-size: 1.25rem;
    line-height: 1.6;
    font-style: normal;
    font-weight: 300;
    color: #414042;
    padding: 0; 
    margin: 0 0 1.25rem 0;
}

.leader-avatar {
    /*width: 130px !important;
    height: 130px !important;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1.25rem;*/
}

@media (max-width: 480px) {
    .leader-avatar {
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }
    .leader-bio-container {
        flex-direction: column;
        align-items: center;
    }
    .leader-bio-text {
        width: 100%;
        text-align: center;
    }
    
}

/* Sitefooter Form */
.sitefooter-form h3.form-title {
    color: #fff;
    font-style: italic;
    font-weight: 700;
}
.sitefooter-form form input {
    width: 100%!important;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    border-radius: 0;
    background: none;
    padding-left: 0!important;
    padding-top: 0 !important;
    padding-bottom: 8px !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #32C0D1;
    
}



.sitefooter-form form .hs_submit  {
    margin-right: 25px !important;
    background-color: 0 !important;
}

.sitefooter-form form input.hs-button.primary.large{
    border: 1px solid #32C0D1 !important;
    width: 50% !important;
    padding: 13px 0 13px 0 !important;
    font-family: "Merriweather";
    text-transform: none;
    font-style: italic;
    background: none !important;
    font-size: 20px;
    margin-top: 24px;
}
.sitefooter-form form input::-webkit-input-placeholder {
   color: #fff;
}

.sitefooter-form form input:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.sitefooter-form form input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.sitefooter-form form input:-ms-input-placeholder {  
   color: #fff;  
}

@media (max-width: 480px) {
    .sitefooter-form form input.hs-button.primary.large {
        width: 100% !important;
    }
}

/* Contact us CTA */

.contact-us-icon {
    width: 120px;
    display: block;
    margin: 0 auto 1.87rem auto;
}

.sitefooter-form form .hs_submit  {
    margin-right: 0 !important;
}

/* Job Application form */

.job-form span h3 {
    margin-bottom: 1.25rem !important;
    font-size: 1.5rem !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}    

.job-form label {
    display: none;
}

.job-form .field.hs-form-field {
    margin: 0 !important;
}

.job-form form input {
    height: 55px;
    font-weight: 300;
    font-size: 1rem;
    font-family: "Lato", "Helvetica", "san serif";
}

.job-form  .field.hs-form-field{
    margin: 1rem 0 0;
}

.job-form form label {
    font-weight: 300;
}

.job-form  span h3 {
    font-size: 1.75em;
    margin-bottom: 3.5rem;
    border-bottom: solid 1px #A7A9AC;
    padding-bottom: 20px;
    text-align: left;
}


.job-form form select {
    height: 55px;
    font-weight: 300;
    font-size: 1rem;
    font-family: "Lato", "Helvetica", "san serif";
}


.job-form form textarea {
    min-height: 9.315rem;
    font-weight: 300;
    font-size: 1.125rem;
    font-family: "Lato", "Helvetica", "san serif";
}

ul.inputs-list.multi-container {
    /*display: flex;
    justify-content: space-between;*/
}

.job-form li.hs-form-radio  {
    margin: 0 !important;
}

.job-form form input {
    height: auto;
}

/* Contact us form */

.contact-us-form input {
    height: 55px;
    font-weight: 300;
    font-size: 1rem;
    font-family: "Lato", "Helvetica", "san serif";
}

.contact-us-form  .field.hs-form-field {
    margin: 1rem 0 0;
}

.contact-us-form input[type="submit"] .hs-button  {
    background: #32C0D1 !important;
    text-align: center;
    
}

.contact-us-form form textarea {
    min-height: 300px !important;
    
}

.contact-us-form form label span  {
    font-weight: 300 !important;
}

.contact-us-form  span h3 {
    /*font-size: 1.75em;
    margin-bottom: 3.5rem;
    border-bottom: solid 1px #A7A9AC;
    padding-bottom: 20px;
    text-align: left;*/
    display: none !important;
}






/*------------------------*/


@media (max-width: 767px) {
    .mobile-padding-L	        {	padding:	50px	0px;	}
    .mobile-padding-M	        {	padding:	40px	0px;	}
    .mobile-padding-S      	    {	padding:	30px	0px;	}

    .mobile-padding-L-all	    {	padding:	50px;	}
    .mobile-padding-M-all	    {	padding:	40px;	}
    .mobile-padding-S-all      	{	padding:	30px;	}
	
    .mobile-padding-L-top	    {	padding-top:	50px;	}	
    .mobile-padding-M-top	    {	padding-top:	40px;	}	
    .mobile-padding-S-top	    {	padding-top:	30px;	}		
    						
    .mobile-padding-L-bottom	{	padding-bottom:	50px;	}	
    .mobile-padding-M-bottom	{	padding-bottom:	40px;	}	
    .mobile-padding-S-bottom	{	padding-bottom:	30px;	}	

    .mobile-margin-L	        {	margin:	50px	0px;	}
    .mobile-margin-M	        {	margin:	40px	0px;	}
    .mobile-margin-S	        {	margin:	30px	0px;	}
    					
    .mobile-margin-L-top	    {	margin-top:	50px;	}	
    .mobile-margin-M-top	    {	margin-top:	40px;	}	
    .mobile-margin-S-top	    {  	margin-top:	30px;	}	
	
    .mobile-margin-L-bottom	    {	margin-bottom:	50px;	}	
    .mobile-margin-M-bottom	    {	margin-bottom:	40px;	}	
    .mobile-margin-S-bottom	    {	margin-bottom:	30px;	}
}

/* Alignments */

.text-aligncenter {
    text-align: center;
}
.text-alignleft {
    text-align: left;
}
.text-alignright {
    text-align: right;
}
.text-alignjustify {
    text-align: justify;
}

@media (max-width: 767px) {
    .mobile-text-aligncenter {
        text-align: center;
    }
    .mobile-text-alignleft {
        text-align: left;
    }
    .mobile-text-alignright {
        text-align: right;
    }
    .mobile-text-alignjustify {
        text-align: justify;
    }
}

/* Popup Image */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer!important;
}

/**
 *
 * =======================================================================
 * HEADER
 * =======================================================================
 */
.header-container-wrapper {
    position: absolute;
    left: 0;
    /*top: 25px;*/
    width: 100%;
    z-index: 999;
}
@media (max-width:767px) {
    .header-container-wrapper {
        top: 10px;
    }
}

#header {
    height: 75px;
    /*margin-top: -25px;*/
    background-color: #051c24;
    padding: 20px 70px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    webkit-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1)
}
/*.is-sticky #header {
    background: #003649;
    /*box-shadow: 0px 1px 4px rgba(0,0,0,0.5);*/
}
#header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block!important;
    position: relative!important;
    float: none!important;
    padding-left: 15px!important;
    visibility: visible!important;
    opacity: 1!important;
}
@media (max-width:767px) {
    #header {
        height: 68px;
        padding: 20px 30px;
    }
}

/* Logo */
#header .logo {
    
}
#header .logo img {
    max-width: 160px;
}

/* ===============================================
 *  Mobile Menu
 * ============================================ */

.mobile-button {
    position: relative;
    z-index: 999999!important;
    text-align: right;
}
.flyout-toggle {
    position: relative;
    z-index: 99999;
    transition: all linear 300ms;
}
.nav-toggle {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.nav-toggle span {
    display: inline-block;
}
.nav-toggle span:after {
    content: "\f0c9";
    font-family: fontawesome;
    font-size: 28px;
    color: #FFF;
}
.nav-toggle.active span:after {
    content: "\f00d";
}
@media (max-width:767px) {
    .mobile-button {
        position: absolute;
        top: -5px;
        right: 40px;
    }    
}

/* Flyout Navigation */
#header .flyout-navigation {
    height: 100vh;
    width: 100%;
    max-width: 450px;
    padding: 80px 30px 30px;
    position: fixed!important;
    background: rgba(0,0,0,0.85)!important;
    top: 0;
    right: -100%;
    z-index: 99999;
    transition: all linear 300ms;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.8s;
    overflow-y: scroll!important;
}
#header .flyout-navigation.active {
    right: -15px;
}
#header .flyout-navigation .hs-menu-wrapper ul > li {
    display: inline-block;
    width: 100%!important;
    border: 0px!important;
    border-bottom: 1px solid #212121;
    margin: 0 !important;
}
#header .flyout-navigation .hs-menu-wrapper ul > li > a {
    color: #FFF!important;
}
#header .flyout-navigation .hs-menu-wrapper ul li a {
    width: auto!important;
    max-width: none!important;
    padding-bottom: 2px;
    font-family: 'Open Sans',sans-serif;
}
#header .flyout-navigation .hs-menu-wrapper ul li a:hover {
    opacity: 0.5;
}
#header .flyout-navigation .hs-menu-wrapper ul li ul li a {
    font-size: 14px;
}   
/**
 *
 * =======================================================================
 * FOOTER
 * =======================================================================
 */
#footer {
    position: relative;
    padding: 70px 0px 50px;
    background: #1393A7;
    text-align: center;
}
@media (max-width:767px) {
    #footer {
        padding: 50px 0px 10px;
    }    
}


/* Logo */
#footer .logo img {
    max-width: 110px;
    margin-bottom: 20px;
}
 
/* Copyright */
#footer .copyright span {
    color: white;
    font-size: 16px;
    margin: 10px 0px 0px;
}

/* Scroll to top */
#footer .scroll-to-top-button {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: -25px;
    width: 50px;
    height: 50px;
    margin: auto;
    background: #212121;
    border-radius: 300px;
    cursor: pointer;
    transition: 0.2s;
    z-index: 10;
}
#footer .scroll-to-top-button:hover {
    background: #32C0D1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
#footer .scroll-to-top-button i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 23px;
    height: 30px;
    margin: auto;
    color: #FFF;
    font-size: 24px;
}




/**
 *
 * =======================================================================
 * HERO BANNER
 * =======================================================================
 */

.hero-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.hero-image {
    display: none!important;
}

/**
 *
 * =======================================================================
 * CTAs
 * =======================================================================
 */

/* Homepage - contact us */
.beans-home-contact-btn {
    background: #8e001c!important;
    border-radius: 8px!important;
    border-bottom: 3px solid #bd0025!important;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
    transition: 0.1s!important;
}
.beans-home-contact-btn:hover {
    border-bottom: 3px solid transparent!important;
}

/* Thankyoupage - back to homepage btn */
.beans-thankyou-back-to-home-btn {
    background: none!important;
    border: 2px solid #FFF!important;
    transition: 0.1s!important;
}
.beans-thankyou-back-to-home-btn:hover {
    background: #8e001c!important;
    border: 2px solid #8e001c!important;
}
.beans-thankyou-back-to-home-btn span {
    font-weight: bold;
    font-size: 15px!important;
}

/**
 *
 * =======================================================================
 * MAIN STYLING
 * =======================================================================
 */
 

/*
 * ============================================
 * HOMEPAGE
 * ============================================
 */
 
/*
 * -----------------------
 * Hero Banner
 * -----------------------
 */
#home-hero-banner {
    position: relative;
    min-height: 650px;
}
#home-hero-banner > .page-center,
#home-hero-banner > .page-center > .span12 {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#home-hero-banner > .page-center > .span12 > .row-fluid-wrapper.row-number-3 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #home-hero-banner {
        position: relative;
        height: 550px;
    }
    #home-hero-banner > .page-center,
    #home-hero-banner > .page-center > .span12 {
        display: table;
        width: 100%;
        height: 720px;
        vertical-align: middle;
    }
    #home-hero-banner > .page-center > .span12 > .row-fluid-wrapper.row-number-3 {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        text-align: center;
        color: #FFF;
    }
}
/* Content */
#home-hero-banner .hero-banner-content h4 {
    margin-top: 15px;
    color: #FFF;
}

/* Features */
#home-hero-banner .hero-banner-features {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    max-width: 600px;
    padding: 0px 40px;
    margin: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#home-hero-banner .hero-banner-features .features-box {
    display: inline-block;
    float: left;
    width: 33%;
    margin: 0px;
    text-align: center;
}
#home-hero-banner .hero-banner-features .features-text span {
    margin-top: 15px;
    font-size: 13px;
    color: #FFF;
}

/*
 * -----------------------
 * Introduction
 * -----------------------
 */
#home-introduction {
    padding: 60px 0px;
    text-align: center;
}

/* Header */
#home-introduction .header-text h2 {
    margin-bottom: 0px;
}

/* Subheader */
#home-introduction .subheader-text {
    margin-bottom: 50px;
}

/* Servoces Box */
#home-introduction .service-box {
    padding: 0px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#home-introduction .service-box .service-icon {
    margin-bottom: 24px;
}
#home-introduction .service-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
#home-introduction .service-box img {
    transition: 0.15s;
}
#home-introduction .service-box .service-header span {
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #1a1a1a;
}
#home-introduction .service-box .service-description p,
#home-introduction .service-box .service-description span {
    margin: 0px;
}
@media (max-width:767px) {
    #home-introduction .service-box {
        margin-bottom: 30px;
        padding: 0px 20%;
    }    
}
@media (max-width:480px) {
    #home-introduction .service-box {
        padding: 0px;
    }   
}

/*
 * -----------------------
 * Testimonial
 * -----------------------
 */
#home-testimonial {
    padding: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;-
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#home-testimonial .testimonial-content {
    display: inline-block;
    width: 100%;
    padding: 60px 0px;
    text-align: center;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
#home-testimonial .testimonial-content .page-center {
    float: none;
    margin: auto;
    color: #FFF;
}
#home-testimonial .testimonial-content .quote blockquote {
    margin: 0px;
    color: #FFF;
}
#home-testimonial .testimonial-content .portrait-image {
    margin: 30px 0px 14px;
}
#home-testimonial .testimonial-content .portrait-name span {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}
@media (max-width:767px) {
    #home-testimonial {
        padding: 40px 15px;   
    }
}

/*
 * -----------------------
 * Special Discount
 * -----------------------
 */
#home-special-discount {
    padding: 60px 0px;
}
#home-special-discount .header-text h2 {
    margin-bottom: 15px;    
}


/*
 * -----------------------
 * Gallery
 * -----------------------
 */
#home-gallery {
    
}
#home-gallery > .span12 > .row-fluid-wrapper > .row-fluid > .span3 {
    display: inline-block;
    float: left;
    width: 25%;
    margin: 0px;
    transition: 0.3s;
}
#home-gallery > .span12 > .row-fluid-wrapper > .row-fluid > .span3:hover {
    opacity: 1;
}
#home-gallery .gallery-box {
    position: relative;
    height: 400px;
    cursor: pointer;
}
#home-gallery .gallery-box > div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0px;
    background: rgba(0,0,0,0.3);
    transition: 0.2s;
}
#home-gallery .gallery-box:hover > div {
    background: rgba(0,0,0,0);
}
@media (max-width:480px) {
    #home-gallery > .span12 > .row-fluid-wrapper > .row-fluid > .span3 {
        width: 100%;
    }
    #home-gallery .gallery-box {
        height: 300px;
    }
}

/*
 * -----------------------
 * CTA Bar
 * -----------------------
 */
#home-cta-bar {
    padding: 60px 0px;
    text-align: center;
}

/*
 * -----------------------
 * Google Map
 * -----------------------
 */
#google-map {
    position: relative;
}
#google-map:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    transition: 0.15s;
}
#google-map:hover:after {
    background: rgba(0,0,0,0.9);
}
#google-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    margin: auto;
}

/* Header text */
#google-map .header-text h4 {
    position: relative;
    margin-bottom: 56px;
    color: #FFF;
    z-index: 3;
}
#google-map .google-map-url a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 6;
}

/* Url */
#google-map .google-map-url span {
    display: none;
}


/*
 * ============================================
 * Galllery Page
 * ============================================
 */
 
/*
 * -----------------------
 * Gallery - hero banner
 * -----------------------
 */
#gallery-hero-banner {
    padding: 170px 0px 110px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#gallery-hero-banner h1 {
    margin: 0px;
    font-weight: bold;
    color: #FFF;
}
#gallery-hero-banner h4 {
    color: #FFF;
}

/*
 * -----------------------
 * Gallery - Main Section
 * -----------------------
 */
 
 
.case-study-box {
    
} 


#gallery-main-content {
    padding: 60px 0px;
    text-align: center;
}
/* Header and subheader Text */
#gallery-main-content .header-text h2 {
    margin: 0px;
}
#gallery-main-content .subheader-text {
    margin-bottom: 60px;
}

/* Gallery Slider */
#gallery-main-content .hs_cos_flex-slider {
    padding: 15px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

/* Gallery Box */
#gallery-main-content .gallery-box {
    padding: 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
#gallery-main-content .gallery-box img {
    position: relative;
    cursor: pointer;
    width: 100%!important;
}
#gallery-main-content .gallery-box span.hs_cos_wrapper_type_linked_image {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
#gallery-main-content .gallery-box span.hs_cos_wrapper_type_linked_image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    background: rgba(0,0,0,0.5);
    transition: 0.2s;
}
#gallery-main-content .gallery-box:hover span.hs_cos_wrapper_type_linked_image:after {
    background: rgba(0,0,0,0);
}
#gallery-main-content .gallery-box span.hs_cos_wrapper_type_text {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-family: "open sans";
    text-transform: uppercase;
    font-weight: 500;
}

/*
 * ============================================
 * About Page
 * ============================================
 */
 
/* Introduction */
#about-introduction {
    padding: 60px 0px;
    text-align: center;
}
#about-introduction h2 {
    margin: 0px;
}

/* Services */
#about-services {
    padding-bottom: 60px;
}
#about-services .service-box {
    padding: 0px 30px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#about-services .service-box .service-icon {
    margin-bottom: 24px;
}
#about-services .service-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
#about-services .service-box img {
    transition: 0.15s;
}
#about-services .service-box .service-header span {
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #1a1a1a;
}
#about-services .service-box .service-description p,
#about-services .service-box .service-description span {
    margin: 0px;
}
@media (max-width:767px) {
    #about-services .service-box {
        margin-bottom: 30px;
        padding: 0px 20%;
    }    
}
@media (max-width:480px) {
    #about-services .service-box {
        padding: 0px;
    }   
}

/* About Quote */
#about-quote {
    padding: 30px 0px;
    background: #EFEFEF;
    text-align: center;
}
#about-quote h3 {
    margin: 0px;
    color: #000;
}

/* About Details */
#about-details {
    margin-top: 60px;
    padding-bottom: 60px;
}

/* Social Links */
#about-social-links {
    padding: 0px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#about-social-links .page-center {
    display: inline-block;
    max-width: none;
    padding: 30px 0px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

#about-social-links ul.about-social {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
#about-social-links ul.about-social li {
    display: inline-block;
    float: none;
    list-style: none;
    margin: 0px 25px;
}
#about-social-links ul.about-social li a {
    
}
#about-social-links ul.about-social li a i {
    font-size: 40px;
    color: #d3ceaa;
}
@media (max-width:600px) {
    #about-social-links ul.about-social li {
        margin: 0px 6px;
    }
    #about-social-links ul.about-social li a i {
        font-size: 20px;
    }   
}
/* Our Team Section */
#about-our-team {
    padding: 40px 0px 0px;
    text-align: center;
}
#about-our-team .header-text h3 {
    margin: 0px 0px 10px;
    color: #000;
}
#about-our-team .subheader-text {
    margin-bottom: 40px;
}
#about-our-team .subheader-text span {
    color: #000;
}
#about-our-team .our-team-box {
    margin-bottom: 40px;
    text-align: center;
}
#about-our-team .our-team-image {
    height: 250px;
    cursor: pointer;
    opacity: 1;
    transition: 0.2s;
}
#about-our-team .our-team-image:hover {
    opacity: 0.8;
}
#about-our-team .team-name {
    margin-top: 15px;
}
#about-our-team .team-name span {
    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
}
#about-our-team .team-job-title {
    margin-top: -5px;
}
#about-our-team .team-job-title span {
    color: #555555;
    font-size: 12px;
}
#about-our-team .team-social-links-wrapper {
    text-align: center;
}
#about-our-team .team-social-links-wrapper ul {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
#about-our-team .team-social-links-wrapper ul li {
    display: inline-block;
    float: none;
    margin: 0px 4px;
    list-style: none;
}
#about-our-team .team-social-links-wrapper ul li a {
    
}
#about-our-team .team-social-links-wrapper ul li a i {
    font-size: 18px;
    color: #d5d5d5;
}

/* Next up Section Background */

.enabler-section-bg {
    background-image: url('//www.decisionlab.co/hubfs/Banner/Group_5.png');
    background-repeat: no-repeat;
    background-attachment: cover;
    background-position: center;
    background-size:100%;
    padding: 3.75rem 0;
}




.insidelab-home-nextup-bg {
    background-image: url('//www.decisionlab.co/hubfs/Pages/Inside_the_lab_-_Home/Next-up-Decision-Consultants-2.png');
    background-repeat: no-repeat;
    background-attachment: top;
    background-position: center;
    background-size:cover;
    padding: 3.75rem 0;
}

@media (max-width: 480px) {
    .insidelab-home-nextup-bg {
        padding: 3rem 0;
    }
    
    .insidelab-home-nextup-bg a {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.insidelab-decision-consultant-nextup-bg {
    background-image: url('//www.decisionlab.co/hubfs/Pages/Inside_the_lab_-_Decision_Consultants/Next-up-Online-Community.jpg');
    background-repeat: no-repeat;
    background-attachment: top;
    background-position: center;
    background-size:cover;
    padding: 3.75rem 0;
}

.insidelab-online-community-nextup-bg {
    background-image: url('//www.decisionlab.co/hubfs/Pages/Inside_the_lab_-_Online_Community/Next-up-Partners-and-Technology-2.jpg');
    background-repeat: no-repeat;
    background-attachment: top;
    background-position: center;
    background-size:cover;
}

.insidelab-partner-technolgy-nextup-bg {
    background-image: url('//www.decisionlab.co/hubfs/Pages/Inside_the_lab_-_Partner_and_Technology/Next-Up-Banner-Your-Decision-6.jpg');
    background-repeat: no-repeat;
    background-attachment: top;
    background-position: center;
    background-size:cover;
    padding: 3.75rem 0;
}

    
}

/*
 * ============================================
 * SITE PAGES
 * ============================================
 */

/*
 * -----------------------
 * Sitepage - hero banner
 * -----------------------
 */
#sitepage-hero-banner {
    height: 600px;
    padding: 170px 0px 110px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}
#sitepage-hero-banner h1 {
    margin: 0px;
    font-weight: 400;
    color: #FFF;
}
#sitepage-hero-banner h4 {
    color: #FFF;
}

/*
 * -----------------------
 * Sitepage - main content
 * -----------------------
 */
#sitepage-main-content {
    padding: 80px 0px;
}
/*
 * -----------------------
 * CTA Bar
 * -----------------------
 */
#sitepage-cta-bar {
    padding: 120px 0px;
    text-align: center;
    border-top: 1px solid #e4e4e4;
}

/*
 * ============================================
 * CONTACT PAGE
 * ============================================
 */
#contact-main-content {
    position: relative;  
    padding: 190px 0px 160px;
    text-align: center;
}

/* Iframe */
#contact-main-content .google-map-background iframe {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#contact-main-content .google-map-background:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
/* Content */
#contact-main-content .contact-content {
    position: relative;
    z-index: 3;
}
#contact-main-content .contact-content .header-text h2 {
    margin: 0px;
    color: #FFF;
}
#contact-main-content .contact-content .description,
#contact-main-content .contact-content .description p,
#contact-main-content .contact-content .description span {
    color: #FFF;
}
/* Form */
#contact-main-content .contact-content .contact-form {
    float: none;
    max-width: 600px;
    margin: auto;
}
#contact-main-content .contact-content .contact-form form {
    
}
#contact-main-content .contact-content .contact-form form label,
#contact-main-content .contact-content .contact-form form label span {
    color: #FFF!important;
}
#contact-main-content .contact-content .contact-form form input,
#contact-main-content .contact-content .contact-form form textarea,
#contact-main-content .contact-content .contact-form form select {
    background: none!important;
    border: 2px solid #FFF!important;
    border-radius: 0px!important;
    color: #FFF!important;
}
#contact-main-content .contact-content .contact-form form .hs_submit input {
    background: none!important;
    border: 2px solid #FFF!important;
}
#contact-main-content .contact-content .contact-form form .hs_submit input:hover {
    background: #FFF!important;
    color: #000!important;
}
#contact-main-content .contact-content .contact-form form select option {
    background: #fff!important;
    color: #000!important;
}

/*
 * ============================================
 * PRICING PAGE
 * ============================================
 */
#pricing-client {
    padding: 40px 0px;
    background: #f4f4f4;
    text-align: center;
}
#pricing-client h3 {
    margin: 0px;
}
/*
 * ============================================
 * THANKYOU PAGES
 * ============================================
 */

/*
 * -----------------------
 * Sitepage - hero banner
 * -----------------------
 */
#thankyou-hero-banner {
    padding: 240px 0px 240px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
#thankyou-hero-banner h1 {
    margin: 0px;
    font-weight: bold;
    color: #FFF;
}
#thankyou-hero-banner h4 {
    color: #FFF;
}
@media (max-width:767px) {
    #thankyou-hero-banner {
        padding: 170px 0px 110px;   
    }
}

/*
 * ============================================
 * LANDING PAGES
 * ============================================
 */
 
/*
 * -----------------------
 * Landing page - hero banner
 * -----------------------
 */
#landingpage-hero-banner {
    position: relative;
    padding: 150px 0px 150px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#landingpage-hero-banner:after {
    content: "";
    position: absolute;
    left: 1%;
    top: 2%;
    width: 98%;
    height: 96%;
    background: rgba(0,0,0,0.45);
}
#landingpage-hero-banner .hero-banner-content {
    position: relative;
    z-index: 2;
}
#landingpage-hero-banner h2 {
    margin: 40px 0px 0px;
    font-weight: bold;
    color: #FFF;
}
#landingpage-hero-banner h4 {
    margin: 0px;
    color: #FFF;
}
@media (max-width:767px) {
    #landingpage-hero-banner:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
    }    
}

/* Left Part */
#landingpage-hero-banner .left-part {
    padding-top: 100px;
}
@media (max-width:767px) {
    #landingpage-hero-banner .left-part {
        padding-top: 0px;
    }
}

/* Form */
.landingpage-form .hs_cos_wrapper_type_form {
    display: inline-block;
    padding: 10px;
    width: 100%;
    background: rgba(255,255,255,0.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.landingpage-form h3.form-title {
    margin: 0px;
    padding: 20px;
    color: #212121;
    font-weight: 400;
    background: #FFF;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.landingpage-form label span {
    margin-bottom: 10px;
    font-weight: bold;
    color: #212121;
}
.landingpage-form form {
    background: #f0f0f0;
    border-top: 1px solid #ddd;
    padding: 20px;
}

/**
 *
 * =======================================================================
   BLOG
 * =======================================================================
 */
 
/* BLog listing */
body.hs-blog-listing,
body.hs-blog-post {
    background: #fcfcfc;
}
/* Blog introduction */
#blog-introduction {
    text-align: center;
    margin-top: 60px;
}
#blog-introduction h2 {
    margin: 0px;
}
body.hs-blog-post #blog-introduction {
    display: none;
    
}
/* Main Content */
#blog-main-content {
    padding: 60px 0 0;*
}

/* Block Breakout */

.blog-section-breakout {
margin-left: calc(-712.5px + 50%) !important;
margin-right: calc(-712.5px + 50%) !important;
}

/* -------------
 * Post listing 
 * -----------*/
.blog-listing-wrapper .post-listing .post-item,
.blog-listing-wrapper .post-listing-simple .post-item {
    display: inline-block;
    float: left;
    width: 31%;
    margin: 0px 1% 40px;
    border: 1px solid #dfdfdf;
    background: #FFF;
    /*min-height: 700px !important;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.05);*/
}
.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper,
.blog-listing-wrapper .post-listing-simple .post-item .hs-featured-image-wrapper {
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper img,
.blog-listing-wrapper .post-listing-simple .post-item .hs-featured-image-wrapper img {
    max-width: none;
    width: 100%;
    margin: 0px;
}
@media (max-width:900px) {
    .blog-listing-wrapper .post-listing .post-item,
    .blog-listing-wrapper .post-listing-simple .post-item {
        width: 47%;
        margin: 0px 1% 40px;
    }
}
@media (max-width:600px) {
    .blog-listing-wrapper .post-listing .post-item,
    .blog-listing-wrapper .post-listing-simple .post-item {
        width: 100%;
        margin: 0px 0px 40px;
    }
}
/* Content */
.blog-listing-wrapper .post-listing .post-item .post-body,
.blog-listing-wrapper .post-listing-simple .post-item .post-body {
    padding: 20px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.blog-listing-wrapper .post-listing .post-item .post-body .post-header h2,
.blog-listing-wrapper .post-listing-simple .post-item .post-body .post-header h2 {
    margin: 0px;
    /*text-transform: uppercase;*/
    line-height: 0.8;
    margin-bottom: 1.5rem ;
}
.blog-listing-wrapper .post-listing .post-item .post-body .post-header h2 a,
.blog-listing-wrapper .post-listing-simple .post-item .post-body .post-header h2 a {
    font-size: 1.5rem;
    text-decoration: none;
    color: #212121;
    line-height: 1;
    /*text-transform: uppercase;*/
    margin-bottom: 1.5rem ;
    font-weight: 300;
}
@media (max-width:1000px) {
    .blog-listing-wrapper .post-listing .post-item .post-body,
    .blog-listing-wrapper .post-listing-simple .post-item .post-body {
        padding: 0px 20px;
    }   
}

/* Blog listing - subscribe form */
#blog-subscribe {
    border-top: 1px solid #ccc;
    padding: 60px 0px;
    text-align: center;
}
#blog-subscribe .page-center {
    max-width: 700px;
}
#blog-subscribe label {
    display: none;
}

/* -------------
 * Author Page
 * -----------*/
body.hs-blog-listing .hs-author-profile {
    padding: 30px;
    border: 1px solid #ececec;
    background: #FFF;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.05);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body.hs-blog-listing .hs-author-profile .span3 {
    text-align: center;
}
body.hs-blog-listing .hs-author-profile img {
    max-width: 200px;
    border-radius: 500px;
}
body.hs-blog-listing h3.hs-author-listing-header {
    display: inline-block;
    width: 100%;
    margin: 60px 0px;
    text-align: center;
    text-transform: uppercase;
}
/* -------------
 * Blog Post
 * -----------*/

/* Post by */
body.hs-blog-post #hubspot-author_data a.author-link {
    font-size: 16px;
    color: #8e001c;
    font-weight: bold;
    text-decoration: none!important;
}

/* Share links */
body.hs-blog-post .hs-blog-social-share {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
}
body.hs-blog-post .hs-blog-social-share .hs-blog-social-share-list {
    display: inline-block;
    width: auto;
}
/* Post title */
body.hs-blog-post .post-header {
    text-align: center;
}
body.hs-blog-post .post-header h1 span {
    font-size: 3rem;
}

body.hs-blog-post .post-header-career h1 span {
    font-size: 4.5rem;
    color: #221E1F;
    text-align: center;
    margin-bottom: 1.5rem;
    display: block;
}

body.hs-blog-post .post-header-blog h1 span {
    font-size: 2.5rem;
    color: #221E1F;
    text-align: center;
    margin-bottom: 1.5rem;
    display: block; 
}

@media (max-width: 480px) {
    body.hs-blog-post .post-header-career h1 span, body.hs-blog-post .post-header-blog h1 span {
        font-size: 2.074rem !important;
    }
}

/* Content */
body.hs-blog-post .blog-post-wrapper .blog-post-wrapper {
    padding: 30px;
    border: 1px solid #ececec;
    background: #FFF;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.05);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body.hs-blog-post .blog-post-wrapper .cell-wrapper-career {
    /*border-top: 1px solid #B69B7D;*/
    padding: 0;
    /*width: 65%;*/
    float: none;
    margin: 0 auto;
    /*border: 1px solid #ececec;
    background: #FFF;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.05);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;*/
}


/* Career Blog Posting */



/* Avatar */
body.hs-blog-post .about-author-sec {
    padding: 30px;
    background: #FFF;
    background: none;
    margin: 60px 0px;
    border: 1px solid #ececec;
    background: #FFF;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.05);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body.hs-blog-post .about-author-sec img {
    border-radius: 50%;
}

body.hs-blog-post .about-author-sec h3,
body.hs-blog-post .about-author-sec a.author-link {
    font-size: 16px;
    color: #000;
    text-decoration: none!important;
}

body.hs-blog-post .about-author-sec a.author-link {
    color: #8e001c;
    font-weight: bold;
}
/* Comment Box */
body.hs-blog-listing .blog-comment-box {
    display: none;
}
body.hs-blog-post .blog-comment-box {
    padding: 30px;
    background: #FFF;
    border: 1px solid #ececec;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.05);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* Your basic blog wrapper */
.blog-listing-wrapper {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}

/* Blog comments and blog comment form */
.comment {}
.comments-listing {}
.comment-from {}
.comment-body {}
.comment-date {}

#blog-comment-form  div.hs-form-field {}

#blog-comment-form  div.hs-form-field label {}

#blog-comment-form  div.hs-form-field .hs-field-desc {}

#blog-comment-form  div.hs-form-field input[type="text"],
#blog-comment-form  div.hs-form-field input[type="email"],
#blog-comment-form  div.hs-form-field textarea { }

#blog-comment-form  div.hs-form-field select {}

#blog-comment-form  .hs-button {text-align: center;}

#blog-comment-form  textarea, 
#blog-comment-form  input[type="text"], 
#blog-comment-form  input[type="password"], 
#blog-comment-form  input[type="datetime"], 
#blog-comment-form  input[type="datetime-local"], 
#blog-comment-form  input[type="date"], 
#blog-comment-form  input[type="month"], 
#blog-comment-form  input[type="time"], 
#blog-comment-form  input[type="week"], 
#blog-comment-form  input[type="number"], 
#blog-comment-form  input[type="email"], 
#blog-comment-form  input[type="url"], 
#blog-comment-form  input[type="search"], 
#blog-comment-form  input[type="tel"], 
#blog-comment-form  input[type="color"], 
#blog-comment-form  .uneditable-input {}

#blog-comment-form form div.hs-form-field ul li {}

.hs_submit {}

/* Pagination */
.post-header a {}
.post-header p {}

.blog-pagination {
    display: inline-block;
    width: 100%;
    margin: 40px 0px 0px;
    text-align: center;
}
.blog-pagination a {
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    margin: 0px 10px;
    color: #FFF;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #1393A7;
}
/* Subscription frequency form */
.hs_blog_default_blog_subscription {}
.hs_blog_default_blog_subscription ul {}


/**
 *
 * =======================================================================
   Product Page
 * =======================================================================
 */

.screen-shadow img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

@media (min-width:768px) {
    .product-productBox {
        position: relative;
        display: table;
        vertical-align: middle;
        /*height: 550px;*/
        padding: 120px 0 140px 0;
    }
    
    .product-productBox-new {
        position: relative;
        display: table;
        vertical-align: middle;
        /*height: 550px;*/
        padding: 200px 0 250px 0;
    }
    
    .product-productBox > .page-center,
    .product-productBox > .page-center > .span12,
    .product-productBox > .page-center > .span12 > .row-fluid-wrapper,
    .product-productBox > .page-center > .span12 > .row-fluid-wrapper > .row-fluid,
    .product-productBox > .page-center > .span12 > .row-fluid-wrapper > .row-fluid > .span5 {
        display: table;
        height: 100%;
        vertical-align: middle;
    }
    .product-productBox > .page-center > .span12 > .row-fluid-wrapper > .row-fluid > .span5 > .cell-wrapper {
        display: table-cell;
        vertical-align: middle;
    }
    .product-flipPosition > .page-center > .span12 > .row-fluid-wrapper > .row-fluid > .span5 {
        float: left;
    }
    .product-flipPosition > .page-center > .span12 > .row-fluid-wrapper > .row-fluid > .span7 {
        float: right;
    }
    
}
@media (max-width:767px) {
    .product-productBox {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }   
}
@media (min-width:768px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .product-productBox .page-center,
    .product-productBox .page-center > .span12,
    .product-productBox .page-center > .span12 > .row-fluid-wrapper,
    .product-productBox .page-center > .span12 > .row-fluid-wrapper > .row-fluid,
    .product-productBox .page-center > .span12 > .row-fluid-wrapper > .row-fluid > .span5 {
        height: 550px;   
    }
}
.product-productBox h1,
.product-productBox h2,
.product-productBox h3,
.product-productBox h4,
.product-productBox h5,
.product-productBox h6 {
    margin-bottom: 30px;
    line-height: 1.3;
}
/* -------------
 * Product 01
 * -----------*/
#product-productBox-01 {
    
}
@media (min-width:768px) {
    #product-productBox-01 img {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
@media (min-width:768px) and (max-width:1500px) {
    #product-productBox-01 img {
        right: -200px;
    }
    .position-right-300 img {
        position: relative;
        right: -300px;
    } 
    
    .position-right-200 img {
        position: relative;
        right: -200px;
    }
    
    .position-right-100 img {
        position: relative;
        right: -100px;
    }
    
    .position-right-50 img {
        position: relative;
        right: -50px;
    }
    
    .position-left-300 img {
        position: relative;
        left: -300px;
    }
    
    .position-left-200 img {
        position: relative;
        left: -200px;
    }
    
    .position-left-100 img {
        position: relative;
        left: -100px;
    }
    
    .position-left-50 img {
        position: relative;
        left: -50px;
    }
    
}
@media (min-width:768px) and (max-width:1200px) {
    #product-productBox-01 img {
        right: -400px;
    }   
}

/* -------------
 * Product 02
 * -----------*/
@media (min-width:768px) {
    #product-productBox-02 img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
@media (min-width:768px) and (max-width:1500px) {
    #product-productBox-02 img {
        left: -200px;
    }
}
@media (min-width:768px) and (max-width:1200px) {
    #product-productBox-02 img {
        left: -400px;
    }   
}

/* -------------
 * Product 03
 * -----------*/
@media (min-width:768px) {
    #product-productBox-03 img {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
@media (min-width:768px) and (max-width:1500px) {
    #product-productBox-03 img {
        right: -200px;
    }
}
@media (min-width:768px) and (max-width:1200px) {
    #product-productBox-03 img {
        right: -400px;
    }   
}

/* -------------
 * Product 04
 * -----------*/
@media (min-width:768px) {
    #product-productBox-04 img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
@media (min-width:768px) and (max-width:1500px) {
    #product-productBox-04 img {
        left: -200px;
    }
}
@media (min-width:768px) and (max-width:1200px) {
    #product-productBox-04 img {
        left: -400px;
    }   
}

/* -------------
 * Product 05
 * -----------*/
@media (min-width:768px) {
    #product-productBox-05 img {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
@media (min-width:768px) and (max-width:1500px) {
    #product-productBox-05 img {
        right: -200px;
    }
}
@media (min-width:768px) and (max-width:1200px) {
    #product-productBox-05 img {
        right: -400px;
    }   
}

/**
 *
 * =======================================================================
   FORM
 * =======================================================================
 */
/* This is the main form wrapper */
.hs-form {}
.hs-input { width: 100%;}
.hs-input:hover {}
.hs-input:focus {}

input[type=email] {
    width: 100%;
}

.field label {
    /*display: inline-block;*/
    width: 100%;
    margin: 0;
    font-weight: 400;
}
input,
select,
textarea {
    border-radius: 4px;
    margin: 10px 0;
    box-shadow: none!important;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 15px!important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

/* ------ Buttons ------ */
.hs-button {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: none;
    background: #003649;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    /*border-bottom: 3px solid #bd0025;*/
    cursor: pointer;
    transition: 0.15s;
    text-align: center;
}
.hs-button:hover {
    border-bottom: 3px solid transparent;
}

/* ------ Radial Button ------ */
form ul.inputs-list {
    padding: 0px;
}
form li.hs-form-radio,
form li.hs-form-checkbox {
    padding: 0px;
    list-style: none;
}
form li.hs-form-radio label,
form li.hs-form-checkbox label {
    margin: 0px;
}
form li.hs-form-radio input,
form li.hs-form-checkbox input {
    margin-right: 5px;
}
/* ------ Erroe message ------ */
form ul.hs-error-msgs {
    /*display: none!important;*/ 
}

/* Custom Class */
.form-nolabel form label {
    
}


.img_bottom_alignment img { top:auto!important;}
.img_left_alignment img { left:162px!important;}


/*==== Display modes ===*/

.display-flex {
    display: flex;
}

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

.display-block {
    display: block;
}

@media (max-width: 480px) {
    .display-flex {
        display: flex;
        flex-direction: column;
    }
    
    .display-flex p{
        margin: 0 0 30px 0 !important;
    }
    
}

.post-body img {
    height: auto !important;
}

.align-items-center {
    align-itmes: center;
}


.partner-item {
    
}


/*** Inside-lab***/

.border-top-blue-4 { border-top: 1px solid #32C0D1; }
.border-bottom-blue-4 { border-bottom: 1px solid #32C0D1; }
.border-left-blue-4 { border-left: 1px solid #32C0D1; }
.border-right-blue-4 { border-right: 1px solid #32C0D1; }


.border-top-blue-5 { border-top: 1px solid #A7DBD7; }
.border-bottom-blue-5 { border-bottom: 1px solid #A7DBD7; }
.border-left-blue-5 { border-left: 1px solid #A7DBD7; }
.border-right-blue-5 { border-right: 1px solid #A7DBD7; }


.border-top {
    border-top: 1px solid #E6E7E7;    
}

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

.border-bottom-black-70 {
    border-bottom: 1px solid #58595B;    
}

.border-left {
    border-left: 1px solid #E6E7E7;    
}

.border-right {
    border-right: 1px solid #E6E7E7;    
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-40{
    margin-top: 40px !important;
}

.mt-20{
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}


.mb-34 {
    margin-bottom: 34px;
}

.mb-40 {
    margin-bottom: 40px;
}




.image-center {
    padding: 0;
}

.hs-button{
    background: #32C0D1;
    border-bottom: none !important;
}

/*Background color*/




/*Custom header*/
#header-sticky-wrapper .logo img{
    /*display: none;*/
}

#header-sticky-wrapper.is-sticky .logo img{
    display: block;
}

#header{
    padding-top: 18px !important;
}

@media (max-width: 480px) {
    #header {
        padding-top: 15px !important;
        margin-top: -10px;
    }
    
    .cta-header {
        display: none;
    }
}

#header .logo img{
    max-width: 140px !important;
}

#header .cmn-toggle-switch{
    margin-top: 5px !important;
}

@media (max-width: 480px) {
    #header .cmn-toggle-switch{
        margin-top: 13px !important;
    }
    
    .is-sticky #header .cmn-toggle-switch {
        margin-top: 23px !important;
    }
}

.is-sticky #header{
    background-color: #051c24 !important;
    margin-top: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
    -webkit-animation: fadeInDown 0.5s;
    -moz-animation: fadeInDown 0.5s;
    -o-animation: fadeInDown 0.5s;
    animation: fadeInDown 0.5s;
}

/*Testimonial*/
#home-testimonial .testimonial-content{
    border:none !important;
}

/*Footer*/
#footer{
    background: #051c24 !important;
}

#footer .logo img{
max-width: 150px !important;
}

#contact-main-content{
    padding-top: 50px !important;
}

.inside-block{
    padding: 70px 0;
}
.inside-block .header-text{
    padding-top: 40px;
}

@media (min-width:768px) {
    .inside-block .header-text{
        padding-top: 0px;
    }
}
/*** Inside-lab***/

.product-section {
    display: flex !important;
    height: 550px !important;
    align-items: center;
}

/* Width */
.width-90 {
    width: 90%;
}

.width-80 {
    width: 80%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.width-50 {
    width: 50%;
}

.width-40 {
    width: 40%;
}




@media (max-width: 480px) {
    .width-90, .width-80, .width-70, .width-60, .width-50, .width-40 {
        width: 100% !important;
    }
    .width-50, .width-40 {
        width: auto !important;
    }  
    .blog-inline-block {
    margin: 0 0 30px 0 !important;
}
}

/* Height */

.height-100vh {
    /*height: 100vh;*/
}

.height-95vh {
    height: 95vh;
}

.height-90vh {
    height: 90vh;
}

.height-85vh {
    height: 85vh;
}

.height-80vh {
    height: 80vh;
}

@media (max-width: 480px) {
    .height-100vh {
        height: auto;
    }
}

/*==== Text transformation 

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-lower {
    text-transform: lowercase;
}

.text-transform-none {
    text-transform: none;
}
====*/

/*==== Decision Home page ==== */
/* Decision Area Container */
.decision-area-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8rem 8rem 8rem;
}

.decision-table {
    padding: 3.75rem 4rem 6rem 4rem;!important
    border-radius: 10px !important;
}

@media (max-width: 480px) {
    .decision-table {
        padding: 2rem;
        margin-top: 2rem;
    }
    
}


.decision-area {
    box-sizing: border-box;
    padding: 5rem 6rem 0 4rem;
    height: 25rem;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.decision-area:hover {
    -webkit-background-blend-mode: multiply;
    -moz-background-blend-mode: multiply;
    -o-background-blend-mode: multiply;
    -ms-background-blend-mode: multiply;
    background-blend-mode: multiply;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/*----Decision Area Home */

.decision-area-home {
    box-sizing: border-box;
    padding: 2.5rem;
    /*height: 18rem;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);*/
}

.decision-area-home:hover {
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}



@media (max-width: 480px) {
    .decision-area-home {
        height: 12rem !important;
        padding: 1.5rem !important;
        margin-bottom: 20px !important;
    }
    .decision-home-item-title {
        font-size: 1.5rem;
    }
}

/* ---- HOME FORM ---*/


.home-form form {
    display: flex;
    justify-content: space-between;
}

.home-form h3 {
    display: none;
}

.home-form form input {
    width: 250px;
    height: 55px;
    font-weight: 300;
    font-size: 1rem;
    font-family: "Lato", "Helvetica", "san serif";
}

.home-form form input[type="submit"] {
    width: 200px;
    height: 55px;
}

@media (max-width: 480px) {
    .home-form form {
        flex-direction: column !important;
    }
    
    .home-form form input {
        width: 100%;
    }
    
    .home-form form input[type="submit"] {
        width: 100%;
    }
    
}

/* IMAGE FILTER EFFECTS */

.img-multiply-effect {
    -webkit-background-blend-mode: multiply;
    -moz-background-blend-mode: multiply;
    -o-background-blend-mode: multiply;
    -ms-background-blend-mode: multiply;
    background-blend-mode: multiply;
}

.img-color-effect {
    background-blend-mode: color;
}

/*.img-black-and-white { 
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}*/

/* Partner and Technology*/

.partner-item {
    height: 6rem;
    padding: 2.5rem 0;
    /*margin: 1.5rem 0;*/
    display:flex;
    align-items: center;
    justify-content: space-between
}

.partner-item img {
    margin-right: 1.5rem;
}

.partner-item p {
    padding: 0;
    margin: 0;
}



/* MEDIA QUERY FOR IPHONE 6PLUS */

@media (max-width:480px) {
    /* Headings */
    h1 { font-size: 2.074rem;}
    h2 { font-size: 1.728rem;}
    h3 { font-size: 1.44rem;}
    h4 { font-size: 1.2rem;}
    h5 { font-size: 1rem;}
    h6 { font-size: 0.833rem;}
    h1.display, .display-1 {font-size: 2.441rem;}
    
    
    /*  Hero Section */
    =====================================*/
    
    .hero-content {}
    .hero-content-inside-the-lab {}
    
    /* Inside the lab */
    
    .bg-inside-the-lab-home-hero {
        background-size: cover;
        padding: 18rem 0 5rem 0
    }
    
    .inside-the-lab-intro {
        padding: 1.25rem;
    }
    
    div.mobile-display-none {
        height: 1px !important;
    }
    

    
   
    
}   

/* h1 Display iPhone 6 - 375px */
@media (max-width: 375px) {
    h1.display {
        font-size: 2.074rem;
        line-height: 1.18;
    }
}


/* Animation */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


/* Email Signature */

.email-signature-name {
    font-size: 1.25rem;
    font-family: 'Merriweather', Georgia, Times, 'Times New Roman', serif;
    font-weight: 700;
    color: #003649;
    margin-bottom: .625rem;
}

.email-border-right {
    border-right: 1px solid #d1d3d4;    
}

.email-border-bottom {
    border-bottom: 1px solid #d1d3d4;    
}

.email-signature-body {
    font-size: .75rem;
    font-family: 'Lato', san-serif;
    font-weight: 400;
    color: #939598;
    margin-bottom: 0 !important;
}

.email-signature-body a {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important;
}

.email-signature-logo {
    padding: 10px;
}

/* Email Newsletter Updates */

#hs_cos_wrapper_hs_email_body > a{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Merriweather, Georgia, serif";
    text-decoration: none;
    color: #1392A8;    
}


/* Blog Styling */
.blog-listing-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-listing-item {
    
    width: 28%;
    flex-grow: 1;
    margin: 15px 15px;
    background-size: cover;
    min-height: 400px;
    background-color: #F1F1F2;

}

.blog-listing-item-inner {
    
    width: 28%;
    flex-grow: 1;
    margin: 15px 15px;
    background-size: cover;
    min-height: 300px;
    background-color: #E2ECF3;

}


.blog-listing-heading, .blog-listing-summary  {
    color: white;
    margin-bottom: 20px;
}
.blog-listing-heading a{
    font-size: 1.333rem !important;
    color: #055F78 !important;
}

.blog-listing-content {
    padding: 25px;
}

@media (max-width: 480px) {
    .blog-listing-container {
        flex-direction: column;
    }
    .blog-listing-item {
        width: 100%;
    }
}

/* MRC orientation page*/

.date-time-container {
    display: flex;
}

.date-time-item {
    width: 45%;
}

.is-left {
    border-right: 1px solid #D1D3D4;
}

.is-right {
    padding-left: 50px;
}

@media (max-width: 480px) {
    .date-time-container {
        flex-direction: column;
    }
    .date-time-item {
        width: 100%;
        margin-bottom: 2rem;
    }
    .is-right{
        padding-left: 0;
    }
    .is-left{
        border-right: 0;
    }
    .important-note {
        padding: 20px;
        background-color: white;
    }
    .bg-mrc-event {
        background: url('//www.decisionlab.co/hubfs/Campaigns/MRC/bg-mrc-event-3.jpg?t=1465367390061') no-repeat;
        background-position: bottom;
        background-size: none;
        padding: 0rem 0 35rem 0;
    }
}




/* Download Material */

.bg-audiencereport-download {
    background: url('//www.decisionlab.co/hubfs/Pages/Blog/bg-img-min.jpg') no-repeat ;   
    background-size: cover;
}


.bg-foodservice-download {
    background: url('//cdn2.hubspot.net/hubfs/2036413/Blog/Foodservices/bg-foodservices-monitor-download-min.jpg') no-repeat ;   
    background-size: cover;
}





    
/*  ======================================== 
    HELPER CLASSES
    ======================================== */
    
    
/*  1.0 Flexbox */
    .flex-space-between {
        justify-content: space-between;
    }
    
    .flex-space-around {
        justify-content: space-around;
    }
    
    .flex-wrap {
        flex-wrap: wrap;
    }
    
    .flex-nowrap {
        flex-wrap: nowrap;
    }
    
    .flex-align-items-start {
        align-items: flex-start;
    }
    
    .flex-align-items-center {
        align-items: center;
    }
    
    /************************************************
    2.0 Colors
************************************************/

/*==== Some predefined classes from early dev ====*/

.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white p,
.color-white span,
.color-white li {
    color: #FFF;
}
/*==== Black and White Color Scales ====*/



/*==== Black and White Color Scales ====*/

.color-black        {color: #000 !important;;   }
.color-black-90     {color: #221E1F !important;;} 
.color-black-80     {color: #414042 !important;;} 
.color-black-70     {color: #58595B !important;;} 
.color-black-60     {color: #6D6E71 !important;;} 
.color-black-50     {color: #808285 !important;;} 
.color-black-40     {color: #929497 !important;;} 
.color-black-30     {color: #A7A9AC !important;;} 
.color-black-20     {color: #BCBDBF !important;;} 
.color-black-10     {color: #D1D3D4 !important;;} 
.color-light-gray-1 {color: #E6E7E7 !important;;} 
.color-light-gray-2 {color: #F1F1F2 !important;;}
.color-white        {color: #fff !important;  }

/*==== Brand Color Scales ====*/

/* Blue */
.color-blue-1       {color: #003649 !important;;}
.color-blue-2       {color: #055E77 !important;;}
.color-blue-3       {color: #1393A7 !important;;}
.color-blue-4       {color: #32C0D1 !important;;}
.color-blue-5       {color: #A7DBD7 !important;;}

/* Cyan */
.color-cyan-1       {color: #01514F !important;;}
.color-cyan-2       {color: #006666 !important;;}
.color-cyan-3       {color: #249388 !important;;}
.color-cyan-4       {color: #79BD9A !important;;}
.color-cyan-5       {color: #B8DDB6 !important;;}

/* Green */
.color-green-1      {color: #80994F !important;;}
.color-green-2      {color: #93B55C !important;;}
.color-green-3      {color: #BFD044 !important;;}
.color-green-4      {color: #D8E57A !important;;}
.color-green-5      {color: #E8EF97 !important;;}

/* Yellow */
.color-yellow-1     {color: #C48F31 !important;;}
.color-yellow-2     {color: #F4BB3B !important;;}
.color-yellow-3     {color: #F2C714 !important;;}
.color-yellow-4     {color: #F2D166 !important;;}
.color-yellow-5     {color: #EBE274 !important;;}

/* Orange */
.color-orange-1     {color: #CC753A !important;;}
.color-orange-2     {color: #F68E3B !important;;}
.color-orange-3     {color: #F4A83C !important;;}
.color-orange-4     {color: #F7B966 !important;;}
.color-orange-5     {color: #F8CE87 !important;;}

/* Red */
.color-orange-1     {color: #BA425E !important;;}
.color-orange-2     {color: #E6495F !important;;}
.color-orange-3     {color: #F06B6C !important;;}
.color-orange-4     {color: #F28B8B !important;;}
.color-orange-5     {color: #FCCDAB !important;;}

/* Violet */
.color-violet-1     {color: #473E54 !important;;}
.color-violet-2     {color: #6C5C7B !important;;}
.color-violet-3     {color: #BE6C83 !important;;}
.color-violet-4     {color: #F07280 !important;;}
.color-violet-5     {color: #F7AF93 !important;;}

/* Brown */
.color-brown-1      {color: #4C352D !important;;}
.color-brown-2      {color: #6B4B3E !important;;}
.color-brown-3      {color: #7F766B !important;;}
.color-brown-4      {color: #B69B7D !important;;}
.color-brown-5      {color: #E6DBCA !important;;}


/*==== Box Model ====*/

/* Padding ------------------------------------------------------*/
/* Padding Top */
.pt-5xl             {padding-top: 200px !important;}
.pt-4xl             {padding-top: 165px !important;}
.pt-3xl             {padding-top: 140px !important;}
.pt-2xl             {padding-top: 125px !important;}
.pt-xl              {padding-top: 100px !important;}
.pt-l               {padding-top: 80px !important; }
.pt-m               {padding-top: 70px !important; }
.pt-s               {padding-top: 60px !important; }
.pt-xs              {padding-top: 50px !important; }
.pt-2xs             {padding-top: 40px !important; }
.pt-3xs             {padding-top: 30px !important; }
.pt-4xs             {padding-top: 20px !important; }
.pt-base            {padding-top: 10px !important; }
.no-pt              {padding-top: 0px !important;  }

/* Padding Bottom */
.pb-5xl             {padding-bottom: 200px !important;}
.pb-4xl             {padding-bottom: 165px !important;}
.pb-3xl             {padding-bottom: 140px !important;}
.pb-2xl             {padding-bottom: 125px !important;}
.pb-xl              {padding-bottom: 100px !important;}
.pb-l               {padding-bottom: 80px !important; }
.pb-m               {padding-bottom: 70px !important; }
.pb-s               {padding-bottom: 60px !important; }
.pb-xs              {padding-bottom: 50px !important; }
.pb-2xs             {padding-bottom: 40px !important; }
.pb-3xs             {padding-bottom: 30px !important; }
.pb-4xs             {padding-bottom: 20px !important; }
.pb-base            {padding-bottom: 10px !important; }
.no-pb              {padding-bottom: 0px !important;  }


/* Padding Left */
.pl-5xl             {padding-left: 200px !important;}
.pl-4xl             {padding-left: 165px !important;}
.pl-3xl             {padding-left: 140px !important;}
.pl-2xl             {padding-left: 125px !important;}
.pl-xl              {padding-left: 100px !important;}
.pl-l               {padding-left: 80px !important; }
.pl-m               {padding-left: 70px !important; }
.pl-s               {padding-left: 60px !important; }
.pl-xs              {padding-left: 50px !important; }
.pl-2xs             {padding-left: 40px !important; }
.pl-3xs             {padding-left: 30px !important; }
.pl-4xs             {padding-left: 20px !important; }
.pl-base            {padding-left: 10px !important; }
.no-pl              {padding-left: 0px !important;  }

/* Padding Right */
.pr-5xl             {padding-right: 200px !important;}
.pr-4xl             {padding-right: 165px !important;}
.pr-3xl             {padding-right: 140px !important;}
.pr-2xl             {padding-right: 125px !important;}
.pr-xl              {padding-right: 100px !important;}
.pr-l               {padding-right: 80px !important; }
.pr-m               {padding-right: 70px !important; }
.pr-s               {padding-right: 60px !important; }
.pr-xs              {padding-right: 50px !important; }
.pr-2xs             {padding-right: 40px !important; }
.pr-3xs             {padding-right: 30px !important; }
.pr-4xs             {padding-right: 20px !important; }
.pr-base            {padding-right: 10px !important; }
.no-pr              {padding-right: 0px !important;  }

/* Padding Total */
.padding-5xl        {padding: 200px !important;}
.padding-4xl        {padding: 165px !important;}
.padding-3xl        {padding: 140px !important;}
.padding-2xl        {padding: 125px !important;}
.padding-xl         {padding: 100px !important;}
.padding-l          {padding: 80px !important; }
.padding-m          {padding: 70px !important; }
.padding-s          {padding: 60px !important; }
.padding-xs         {padding: 50px !important; }
.padding-2xs        {padding: 40px !important; }
.padding-3xs        {padding: 30px !important; }
.padding-4xs        {padding: 20px !important; }
.padding-base       {padding: 10px !important; }
.no-padding         {padding: 0px !important;  }

/* Padding Left Right */
.plr-5xl             {padding: 0 200px 0 200px !important;}
.plr-4xl             {padding: 0 165px 0 165px !important;}
.plr-3xl             {padding: 0 140px 0 140px !important;}
.plr-2xl             {padding: 0 125px 0 125px !important;}
.plr-xl              {padding: 0 100px 0 100px !important;}
.plr-l               {padding: 0 80px 0 80px !important; }
.plr-m               {padding: 0 70px 0 70px !important; }
.plr-s               {padding: 0 60px 0 60px !important; }
.plr-xs              {padding: 0 50px 0 50px !important; }
.plr-2xs             {padding: 0 40px 0 40px !important; }
.plr-3xs             {padding: 0 30px 0 30px !important; }
.plr-4xs             {padding: 0 20px 0 20px !important; }
.plr-base            {padding: 0 10px 0 10px !important; }

/* Padding Top Bottom */
.ptb-5xl             {padding: 200px 0 200px 0 !important; }
.ptb-4xl             {padding: 165px 0 165px 0  !important;}
.ptb-3xl             {padding: 140px 0 140px 0  !important;}
.ptb-2xl             {padding: 125px 0 125px 0  !important;}
.ptb-xl              {padding: 100px 0 100px 0  !important;}
.ptb-l               {padding: 80px 0  80px 0  !important; }
.ptb-m               {padding: 70px 0  70px 0  !important; }
.ptb-s               {padding: 60px 0  60px 0  !important; }
.ptb-xs              {padding: 50px 0  50px 0  !important; }
.ptb-2xs             {padding: 40px 0  40px 0  !important; }
.ptb-3xs             {padding: 30px 0  30px 0  !important; }
.ptb-4xs             {padding: 20px 0  20px 0  !important; }
.ptb-base            {padding: 10px 0  10px 0  !important; }

/* Margin ------------------------------------------------------*/
/* Margin Top */
.mt-5xl             {margin-top: 200px !important;}
.mt-4xl             {margin-top: 165px !important;}
.mt-3xl             {margin-top: 140px !important;}
.mt-2xl             {margin-top: 125px !important;}
.mt-xl              {margin-top: 100px !important;}
.mt-l               {margin-top: 80px !important; }
.mt-m               {margin-top: 70px !important; }
.mt-s               {margin-top: 60px !important; }
.mt-xs              {margin-top: 50px !important; }
.mt-2xs             {margin-top: 40px !important; }
.mt-3xs             {margin-top: 30px !important; }
.mt-4xs             {margin-top: 20px !important; }
.mt-base            {margin-top: 10px !important; }
.no-mt              {margin-top: 0px !important;  }

/* Margin Bottom */
.mb-5xl             {margin-bottom: 200px !important;}
.mb-4xl             {margin-bottom: 165px !important;}
.mb-3xl             {margin-bottom: 140px !important;}
.mb-2xl             {margin-bottom: 125px !important;}
.mb-xl              {margin-bottom: 100px !important;}
.mb-l               {margin-bottom: 80px !important; }
.mb-m               {margin-bottom: 70px !important; }
.mb-s               {margin-bottom: 60px !important; }
.mb-xs              {margin-bottom: 50px !important; }
.mb-2xs             {margin-bottom: 40px !important; }
.mb-3xs             {margin-bottom: 30px !important; }
.mb-4xs             {margin-bottom: 20px !important; }
.mb-base            {margin-bottom: 10px !important; }
.no-mb              {margin-bottom: 0px !important;  }


/* Margin Left */
.ml-5xl             {margin-left: 200px !important;}
.ml-4xl             {margin-left: 165px !important;}
.ml-3xl             {margin-left: 140px !important;}
.ml-2xl             {margin-left: 125px !important;}
.ml-xl              {margin-left: 100px !important;}
.ml-l               {margin-left: 80px !important; }
.ml-m               {margin-left: 70px !important; }
.ml-s               {margin-left: 60px !important; }
.ml-xs              {margin-left: 50px !important; }
.ml-2xs             {margin-left: 40px !important; }
.ml-3xs             {margin-left: 30px !important; }
.ml-4xs             {margin-left: 20px !important; }
.ml-base            {margin-left: 10px !important; }
.no-ml              {margin-left: 0px !important;  }

/* Margin Right */
.mr-5xl             {margin-right: 200px !important;}
.mr-4xl             {margin-right: 165px !important;}
.mr-3xl             {margin-right: 140px !important;}
.mr-2xl             {margin-right: 125px !important;}
.mr-xl              {margin-right: 100px !important;}
.mr-l               {margin-right: 80px !important; }
.mr-m               {margin-right: 70px !important; }
.mr-s               {margin-right: 60px !important; }
.mr-xs              {margin-right: 50px !important; }
.mr-2xs             {margin-right: 40px !important; }
.mr-3xs             {margin-right: 30px !important; }
.mr-4xs             {margin-right: 20px !important; }
.mr-base            {margin-right: 10px !important; }
.no-mr              {margin-right: 0px !important;  }

/* Margin Total */
.margin-5xl         {margin: 200px !important;}
.margin-4xl         {margin: 165px !important;}
.margin-3xl         {margin: 140px !important;}
.margin-2xl         {margin: 125px !important;}
.margin-xl          {margin: 100px !important;}
.margin-l           {margin: 80px !important; }
.margin-m           {margin: 70px !important; }
.margin-s           {margin: 60px !important; }
.margin-xs          {margin: 50px !important; }
.margin-2xs         {margin: 40px !important; }
.margin-3xs         {margin: 30px !important; }
.margin-4xs         {margin: 20px !important; }
.margin-base        {margin: 10px !important; }
.no-margin          {margin: 0px !important;  }

/* Margin Left Right */
.mlr-5xl             {margin: 0 200px 0 200px !important;}
.mlr-4xl             {margin: 0 165px 0 165px !important;}
.mlr-3xl             {margin: 0 140px 0 140px !important;}
.mlr-2xl             {margin: 0 125px 0 125px !important;}
.mlr-xl              {margin: 0 100px 0 100px !important;}
.mlr-l               {margin: 0 80px 0 80px !important; }
.mlr-m               {margin: 0 70px 0 70px !important; }
.mlr-s               {margin: 0 60px 0 60px !important; }
.mlr-xs              {margin: 0 50px 0 50px !important; }
.mlr-2xs             {margin: 0 40px 0 40px !important; }
.mlr-3xs             {margin: 0 30px 0 30px !important; }
.mlr-4xs {
    margin-left: 20px !important; 
    margin-right: 20px !important;
}
.mlr-base            {margin: 0 10px 0 10px !important; }

/* Margin Top Bottom */
.mtb-5xl             {margin: 200px 0 200px 0 !important; }
.mtb-4xl             {margin: 165px 0 165px 0  !important;}
.mtb-3xl             {margin: 140px 0 140px 0  !important;}
.mtb-2xl             {margin: 125px 0 125px 0  !important;}
.mtb-xl              {margin: 100px 0 100px 0  !important;}
.mtb-l               {margin: 80px 0  80px 0  !important; }
.mtb-m               {margin: 70px 0  70px 0  !important; }
.mtb-s               {margin: 60px 0  60px 0  !important; }
.mtb-xs              {margin: 50px 0  50px 0  !important; }
.mtb-2xs             {margin: 40px 0  40px 0  !important; }
.mtb-3xs             {margin: 30px 0  30px 0  !important; }
.mtb-4xs             {margin: 20px 0  20px 0  !important; }
.mtb-base            {margin: 10px 0  10px 0  !important; }




/* Margins & Paddings - */
.padding-XL     {   padding: 150px 0px 150px;    }
.padding-L	    {	padding: 70px	0px  100px;	}
.padding-M	    {	padding: 60px	0px;	}
.padding-S	    {	padding: 30px	0px;	}

.padding-L-top	    {	padding-top: 70px;	}	
.padding-M-top	    {	padding-top: 60px;	}	
.padding-S-top	    {	padding-top: 30px;	}	
	
.padding-L-bottom	{	padding-bottom:	70px;	}	
.padding-M-bottom	{	padding-bottom:	60px;	}	
.padding-S-bottom	{	padding-bottom:	30px;	}	
	
.margin-L	    {	margin:	70px	0px;	}
.margin-M	    {	margin:	60px	0px;	}
.margin-S	    {	margin:	30px	0px;	}

.margin-L-top	{	margin-top:	70px;	}	
.margin-M-top	{	margin-top:	60px;	}	
.margin-S-top	{	margin-top:	30px;	}	
	
.margin-L-bottom	{	margin-bottom:	70px;	}	
.margin-M-bottom	{	margin-bottom:	60px;	}	
.margin-S-bottom	{	margin-bottom:	30px;	}

.padding-LR-1-12 {
    padding: 0 94px;
}


@media (max-width: 480px) {
        .mt-xl, .mt-l {
            margin-top: 40px !important;
        }
        .mb-m {
            margin-bottom: 40px !important;
        }
        
        .pt-l, .pt-m {
            padding-top: 40px !important;
        }
    }
    
    
/* Z-index */

.z-index-1 {
    z-index: 1;
}

.z-index-top {
    z-index: 999;
}

.z-index-1-neg {
    z-index: -1;
}

.z-index-bottom-neg {
    z-index: -999;
}

.bg-top {
    background-position: top!important;
}

/* Center classes*/
.center-block {
    margin-left: auto; !important;
    margin-right: auto; !important;
}


@media (max-width:480px) {
    .ptb-2xl {padding: 60px 0 60px 0  !important;}
    .ptb-xl {padding: 60px 0 60px 0 !important;}
    .pt-4xl, {padding-top: 30px !important; }
    .pt-xl {padding-top: 60px !important;}
    .pb-4xl, .pb-xl {padding-bottom: 30px !important;}
    .mb-4xs, .mb-3xs, .mb-2xs, .mb-xs { margin-bottom: 10px !important;}
    .pl-l {
        padding-left: 0 !important;
    }
}

/*  Responsive Hide and Show */

/*  - Hide on mobile */
@media (max-width: 543px) {
    .mobile-display-none {
        display: none !important;
    }
}

/*  - Hide on desktop */
@media (min-width: 544px) {
    .desktop-display-none {
        display: none !important;
    }
}


/*  - Show on mobile */
/*  - Show on desktop */
    
    
@media (min-width: 480px) {
    .desktop-display-none {
        display: none !important;
    }    
}

 
@media (max-width:767px)  {
        .mobile-display-none {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .mobile-display-none {
    display: none !important;
    }    
}



/*  COMPONENT 
    =============================================== */
    
/*  FORM STANDARD */


.form-standard .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

.form-standard .hs-form fieldset {
    max-width: 1400px;
}

.form-standard span.hs-form-required {
    display: none;
}


.form-standard h3 {
    display: none;
}

/*  Form Container */
.form-standard {
   /* padding: 25px !important;
    background-color: rgba(226, 236, 243, 0.7)*/
}


/*  Form Field */
.form-standard .field.hs-form-field  {
    /*margin-top:         0;
    margin-bottom:      15px !important;*/
}


/*  Field Input */
.form-standard .hs-input {
    font-size: 1rem;
    font-weight: 300;
}


/*  Field Legend */
.form-standard legend.hs-field-desc {
    font-size: .85rem;
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(131, 131, 131);
    padding: 0;
}


.form-standard .hs-form .hs-form-field > label span {
    font-size:      .875rem !important;
    font-weight:    700 !important;
    text-transform: uppercase;
}

/* Form Section Heading */
.form-section-heading {
    font-size: 1.5rem;
}

.form-standard .hs-form input[type="file"], .form-standard .hs-form select {
    height: 55px;
    background-color: white;
}

ul.inputs-list.multi-container {
    flex-wrap: wrap;
}


.form-standard label.hs-form-radio-display {
    display: flex;
}


.form-standard .hs-form input[type="radio"] {
    width: auto;
    height: auto;
    margin-top: 6px;
    margin-right: 10px;
    
}


.form-standard .hs-form fieldset.form-columns-1 input[type="checkbox"], .form-standard .hs-form fieldset.form-columns-1 input[type="radio"] {
    width: auto !important;
}



.form-standard li.hs-form-radio {
    margin: 0.5rem 0 0 0;
    font-size: 16px;    
    line-height: 1.45;
}

.form-standard li.hs-form-radio span{
    font-size: 17px;
    width: 95%;
    color: #808285;  
}


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


.form-standard ul.hs-error-msgs.inputs-list li {
    list-style: none;
     padding-bottom: 5px;
    background-color: #e6495f;
    color: white;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 0
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {border-color: #32C0D1;}



.form-standard .hs-form input:focus:required:invalid, .hs-form textarea:focus:required:invalid, .hs-form select:focus:required:invalid {
    border-color: #d9534f;
}

.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}


.form-standard ul.hs-error-msgs.inputs-list li label {
    font-size: 0.875rem;
    font-weight: 300;
}


@media (max-width: 400px) {
    .form-standard form.hs-form .form-columns-2 .hs-form-field .hs-input {
        width: 100% !important;
    }
    
    .form-standard .hs-form fieldset.form-columns-2 .input, .hs-form fieldset.form-columns-1 .input {
    margin-right: 0 !important;
    }
}









