/* @import url('http://example.com/example_style.css'); */
 @import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'); 

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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





@font-face {
    font-family: 'Exo 2';
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ThinItalic.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ThinItalic.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ThinItalic.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ThinItalic.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ThinItalic.svg#Exo2-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Exo 2';
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-BoldItalic.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-BoldItalic.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-BoldItalic.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-BoldItalic.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-BoldItalic.svg#Exo2-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

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

@font-face {
    font-family: 'Exo 2';
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-MediumItalic.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-MediumItalic.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-MediumItalic.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-MediumItalic.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-MediumItalic.svg#Exo2-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Exo 2';
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-BlackItalic.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-BlackItalic.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-BlackItalic.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-BlackItalic.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-BlackItalic.svg#Exo2-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}

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

@font-face {
    font-family: 'Exo 2 Extra';
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraBoldItalic.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraBoldItalic.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraBoldItalic.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraBoldItalic.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraBoldItalic.svg#Exo2-ExtraBoldItalic') format('svg');
    font-weight: 800;
    font-style: italic;
}

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

@font-face {
    font-family: 'Exo 2';
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-LightItalic.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-LightItalic.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-LightItalic.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-LightItalic.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-LightItalic.svg#Exo2-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Exo 2';
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Black.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Black.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Black.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Black.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Black.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Black.svg#Exo2-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2 Semi';
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-SemiBold.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-SemiBold.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-SemiBold.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-SemiBold.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-SemiBold.svg#Exo2-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2 Extra';
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraBold.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraBold.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraBold.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraBold.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraBold.svg#Exo2-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Thin.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Thin.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Thin.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Thin.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Thin.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Thin.svg#Exo2-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2 Extra';
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraLightItalic.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraLightItalic.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraLightItalic.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraLightItalic.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraLightItalic.svg#Exo2-ExtraLightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Exo 2 Semi';
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-SemiBoldItalic.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-SemiBoldItalic.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-SemiBoldItalic.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-SemiBoldItalic.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-SemiBoldItalic.svg#Exo2-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Exo 2 Extra';
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraLight.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraLight.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraLight.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraLight.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-ExtraLight.svg#Exo2-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Italic.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Italic.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Italic.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Italic.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/fonts/Exo2-Italic.svg#Exo2-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

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

*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; }

body { margin:0; padding:0; font-family: 'Exo 2'; font-size:16px; line-height:28px; color:#1B232A; background:#fff; overflow-x:hidden; }

img { max-width: 100%; border:0; vertical-align: top; height:auto;  }

hr { border-color:#ccc; clear:both; margin-top:30px } 

.clear { clear:both }

p { padding:8px 0; margin:0; }

h1 { color:#1B232A; font-family: 'Exo 2'; font-weight:bold; font-size:50px; line-height:60px; margin:0; padding:10px 0 10px; clear:both; }
h2 { color:#1B232A; font-family: 'Exo 2'; font-weight:bold; font-size:36px; line-height:42px; margin:0; padding:10px 0 10px; clear:both; }
h3 { color:#1B232A; font-family: 'Exo 2'; font-weight:bold; font-size:20px; line-height:28px; margin:0; padding:10px 0 10px; clear:both; }
h4 { color:#1B232A; font-family: 'Exo 2'; font-weight:bold; font-size:18px; line-height:24px; margin:0; padding:10px 0 10px; clear:both; }
h5 { color:#1B232A; font-family: 'Exo 2'; font-weight:bold; font-size:16px; line-height:22px; margin:0; padding:10px 0 10px; clear:both; }
h6 { color:#1B232A; font-family: 'Exo 2'; font-weight:bold; font-size:14px; line-height:20px; margin:0; padding:10px 0 10px; clear:both; }

a { text-decoration:none; outline:none; color:#E0934F; -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
a:hover { color:#CD6700; }

input , button , textarea { border:none; outline:none; }
input[type=submit] , button { cursor:pointer; background-image:url(https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/blank.gif); -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:12px; }

::-webkit-input-placeholder { color: #666666; opacity:0.8; }
:-moz-placeholder { color: #666666; opacity:0.8;  }
::-moz-placeholder { color: #666666; opacity:0.8; }
:-ms-input-placeholder { color: #666666; opacity:0.8; }

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

/* Override max width on menu links */
.nav-menu .hs-menu-wrapper > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {  overflow: hidden !important; max-width: none !important;  width: auto !important; white-space:normal; }
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,.hs-menu-wrapper.hs-menu-flow-vertical > ul li a { white-space:normal;}
.nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

input , button , textarea, select , 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"] { outline:none; border:none; border-radius:3px; background:#fff; height:40px; border-radius: 3px; padding:0 10px; font-family: 'Exo 2', sans-serif; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { width:100%; border:none; cursor:pointer; background:url(images/blank.png) no-repeat left top #e67100; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; -webkit-transition: all  0.4s ease-in-out;
  -moz-transition: all  0.4s ease-in-out;
  -o-transition: all  0.4s ease-in-out;
  -ms-transition: all  0.4s ease-in-out;
  transition: all  0.4s ease-in-out;; }
input[type=submit]:hover , button:hover { background-color:#CF6600; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#333; color:#ffff; border-color:#333; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:before { width:20px; height:20px; border:5px solid #fafafa;  background:#c4c4c4; border-radius:100%; }

 /*
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }
*/

/* FancyBox */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {    padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none;	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner {	-webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/fancybox_sprite.png'); }
#fancybox-loading {	position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px;	cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer;text-decoration: none; background: transparent url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/blank.gif'); -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp {	position: absolute;	top: -99999px;	left: -99999px;	visibility: hidden;	max-width: 99999px;	max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none;
	z-index: 8010; background: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/fancybox_overlay.png'); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

/* Title helper */
.fancybox-title { visibility: hidden; position: relative; text-shadow: none; z-index: 8050;}
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px;  -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff;}
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000;	background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5){
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {		background-image: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/fancybox_sprite@2x.png'); background-size: 44px 152px; }
	#fancybox-loading div { background-image: url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/fancybox_loading@2x.gif');		background-size: 24px 24px; }
}


/* Slider */
.slick-slider { position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none;    -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus,.slick-slide:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track,.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);   -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before,.slick-track:after { display: table; content: ''; } 
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none; }


/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%;
 display: block; width: 23px; height: 16px; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); padding: 0; cursor: pointer;
color: transparent; border: none; outline: none; background: transparent; z-index:9; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {  }
.slick-prev:before, .slick-next:before { font-size: 20px; line-height: 1; color: white; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; font-family: 'FontAwesome'; }
.slick-prev { left: 50px; }
.slick-prev:before { content: ""; background:url(https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/left-arrow.png) no-repeat;  width:23px; height:16px; display:inline-block; background-size:100%; }
.slick-next { right: 50px; }
.slick-next:before { content: ""; background:url(https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/right-arrow.png) no-repeat; width:23px; height:16px; display:inline-block; background-size:100%; }

/* Dots */
.slick-slider {  margin-bottom: 30px; }
.slick-dots { position: absolute; line-height:0;  top: auto; bottom:-30px; display: block;  width: 100%; padding: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block;  width: 14px; height: 14px;  margin: 2px 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0;  display: block;  width: 14px; height: 14px; border-radius:100%; cursor: pointer; color: transparent; border: 1px solid #656565; outline: none;
    background: #fff; padding:0;  }
.slick-dots li button:hover, .slick-dots li button:focus {  outline: none; }
.slick-dots li button:hover:before,.slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0;  width: 14px; height: 14px;  text-align: center;
opacity: .25;  color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button {  background:#15C1F3; border-color:#15C1F3;  }


strong { font-weight:700; }

.row-fluid .back-img { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .front-img { display:none; }

.row-fluid .wrapper { margin:0 auto !important; float:none !important; padding-left:15px; padding-right:15px; } 


.row-fluid .uppercase-text{ text-transform:uppercase; }
.row-fluid .center-text{ text-align:center; }
.row-fluid .right-text{ text-align:right; }


.row-fluid a.cta_button { border-radius: 2px; background-color: #e67100; display: inline-block; color: #fff; font-weight: normal; padding:23px 28px; font-size: 18px; line-height: 24px; }
.row-fluid a.cta_button:hover { background:#D06600; color:#fff;  }


/*  -- header --  */
.row-fluid .header { padding-left:40px; padding-right:40px; padding-top:15px; padding-bottom:15px; background-color: #ffffff; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.11); position:fixed; z-index:9; left:0; right:0; }
.row-fluid .header .logo { padding-top:4px; }
.row-fluid .header .logo img { max-width:190px; }

/*    Menu   */
.row-fluid .nav-menu ul { padding: 0; margin: 0; }
.row-fluid .nav-menu ul li { display: inline-block; vertical-align: middle; line-height:0; }
.row-fluid .nav-menu ul li a { display: inline-block; font-size: 18px; line-height: 23px; color: #1b232a; padding:8px 15px; font-weight: normal; }

.row-fluid .nav-menu ul li a:hover,.row-fluid .nav-menu ul li.active.active-branch a { color:#e67100;}

/*  Top Right Links  */
.row-fluid .topright-links { text-align:right; }
.row-fluid .mail-link,.row-fluid .tel-link { position:relative; width:auto; float:none; display:inline-block; margin:0; padding-top:6px; padding-bottom:6px;  }
.row-fluid .tel-link { padding-left:20px;}
.row-fluid .mail-link a { display:inline-block; vertical-align:middle; color:#e67100; }
.row-fluid .mail-link a:before { content:""; width:24px; height:24px; background:url(https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/mail-icon.png) no-repeat; display:inline-block; vertical-align:middle; background-size:100%; margin-right:10px;  }
.row-fluid .mail-link a:hover,.row-fluid .tel-link a:hover { color:#CC6600; }
.row-fluid .tel-link a { display:inline-block; vertical-align:middle; color:#E67100; }
.row-fluid .tel-link a:before { content:""; width:24px; height:24px; background:url(https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/phone-icon.png) no-repeat; display:inline-block; vertical-align:middle; background-size:100%; margin-right:10px;  }



/*  Hero Section  */
.row-fluid .hero-section { font-size:20px; background: #3bbaef;
background: -moz-linear-gradient(top, #3bbaef 0%, #1b85da 100%);
background: -webkit-linear-gradient(top, #3bbaef 0%,#1b85da 100%);
background: linear-gradient(to bottom, #3bbaef 0%,#1b85da 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bbaef', endColorstr='#1b85da',GradientType=0 ); position:relative; min-height:680px; color:#fff; position:relative; z-index:1; }

.row-fluid .hero-section-small { font-size:20px; background: #3bbaef;
background: -moz-linear-gradient(top, #3bbaef 0%, #1b85da 100%);
background: -webkit-linear-gradient(top, #3bbaef 0%,#1b85da 100%);
background: linear-gradient(to bottom, #3bbaef 0%,#1b85da 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bbaef', endColorstr='#1b85da',GradientType=0 ); position:relative; min-height:390px !important; color:#fff; position:relative; z-index:1; }

@media (max-width: 767px) { 
  .row-fluid .hero-section-small{
      min-height:0px !important;
  }  
}

.row-fluid .hero-icon { position:absolute; left:50px; top:-30px; max-width:400px; z-index:-1; }

.row-fluid .hero-sideimg { position:absolute; right:0px; bottom:0; /*max-width:830px;*/ z-index:-1; }
.row-fluid .hero-caption { padding-top:120px; /*max-width:800px;*/ line-height:32px; }
.row-fluid .hero-caption h1 { color:#fff; }

.row-fluid .video-playicon { max-width:150px; margin:90px auto 0 !important; float:none; -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;;  }
.row-fluid .video-playicon:hover { -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);; }

.row-fluid .drive-section { padding:80px 0 120px; background:#fbfbfb; font-size:22px; line-height:1.59; color:#8d9194; }
.row-fluid .drive-section .wrapper { max-width:1000px; }
.row-fluid .drive-section a.cta_button { margin-top:25px; }

.row-fluid .tab-listmain { float:left; width:100%; padding:15px 0; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15); margin-bottom:0; position:relative; z-index:1; }
.row-fluid .tab-listmain .slick-slide > div { padding-right:25px; }
.row-fluid .tab-listmain .slick-current .tab-title a { color:#e67100; }
.row-fluid .tab-listmain .slick-current .tab-title a:after { width:100%; }
.row-fluid .tab-listmain .tab-title a { padding:10px 5px; color:#1b232a; display:inline-block; position:relative; line-height:22px; }
.row-fluid .tab-listing .hs_cos_wrapper_type_widget_container { float:left; width:100%; margin-bottom:0; }

.row-fluid .tab-listmain .slick-slide .tab-title a:after { content:""; width:0; position:absolute; bottom:0; background:#e67100; position:absolute; height:2px; right:100%; -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;; }
.row-fluid .tab-listmain .slick-slide.slick-current .tab-title a:after { right:0;  width:100%; }

/*#marker { position: absolute; display: none; border-bottom: 2px solid #e67100; height: 2px; -webkit-transition: width 0.3s, left 0.3s; -moz-transition: width 0.3s, left 0.3s;
  -ms-transition: width 0.3s, left 0.3s; -o-transition: width 0.3s, left 0.3s; transition: width 0.3s, left 0.3s; }
*/
.row-fluid .tab-listing .tab-row { float:left; width:100%; }
.row-fluid .tab-listing .slick-slide { line-height:0; }
.row-fluid .tab-listing .tab-contentwrap { width:52%; padding:60px 50px 70px 0; float:left; position:relative; line-height:28px; }
.row-fluid .tab-listing .tab-contentwrap p img { width:33.33%; float:left; padding-right:30px; }
.row-fluid .tab-listing .tab-contentwrap p:last-child { padding-top:30px;}
.row-fluid .tab-listing .tab-contentwrap:after { content:""; background:url(https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/tab-curvebg.png) no-repeat; width:150px; height:100%; background-size:150px 100%; position:absolute; left:100%; top:0; margin-left:-1px; }
.row-fluid .tab-listing .tab-contentwrap h5 { padding-bottom:0; }
.row-fluid .tab-listing .tab-bgimgwrap { width:48%; float:left; height:100%; line-height:0; }
.video-codebox { display:none; }
.start-video { position:absolute; top:50%; left:50%; -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);; max-width:150px; margin-left:115px; -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;; }
.start-video:hover { -webkit-transform: scale(1.1) translate(-48%,-48%);
  -moz-transform: scale(1.1) translate(-48%,-48%);
  -o-transform: scale(1.1) translate(-48%,-48%);
  -ms-transform: scale(1.1) translate(-48%,-48%);
  transform: scale(1.1) translate(-48%,-48%);; }

.row-fluid .tab-listing .tab-bgimgwrap .tab-bgimg { background-size:cover !important; background-position:center center !important; }
.row-fluid .tab-listmain .carosual-slickarrows { width:70px; position:absolute; top:0; right:0; height:45px; background:#fff; }
.row-fluid .tab-listmain .carosual-slickarrows .slick-next { right:0; }
.row-fluid .tab-listmain .carosual-slickarrows .slick-prev { left:0; }
.row-fluid .tab-listmain .wrapper { position:relative; }
.row-fluid .tab-listmain .wrapper:after { content:""; position:absolute; right:0; width:250px; top:0; height:100%; background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }

.row-fluid .testimonial-section { background:#2d3e50 url(https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/testi-bgpettern.png) no-repeat; background-size:700px; background-position:calc(100% + 125px)  calc(100% + 50px); padding:100px 0; color:#fff; }
.row-fluid .testimonial-contentwrap a.cta_button { margin-top:35px; }
.row-fluid .testimonial-textwrap { font-size:24px; line-height:32px; margin-bottom:10px; font-style:italic; }
.row-fluid .testimonial-contentwrap h5, .row-fluid .testimonial-contentwrap h6 { color:#fff; }
.row-fluid .testimonial-contentwrap h5 { padding-bottom:0; }
.row-fluid .testimonial-contentwrap h6 { padding-top:0; font-weight:normal; } 


.row-fluid .casestudy-section { padding:80px 0 180px; }
.row-fluid .casestudy-section h2 { text-align:center; }
.row-fluid .casestudy-listing { margin-top:50px; }
.row-fluid .casestudy-listing .hs_cos_wrapper_type_widget_container { display:block; margin-left:-15px; margin-right:-15px; }
.row-fluid .casestudy-listing .hs_cos_wrapper_type_custom_widget { width:33.33%; float:left; padding:15px; }
.row-fluid .casestudy-listing .case-studybox {  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;; }
.row-fluid .casestudy-listing .case-studybox a { border:1px solid #d9d9d9; float:left; width:100%; }
.row-fluid .casestudy-listing .case-studybox a:hover { box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15); }
.row-fluid .casestudy-listing .case-studybox .cscontent-wrap { padding:20px 23px 37px; line-height:1.4; font-weight:bold; color:#1B232A; }

.row-fluid .casestudy-listing .case-studybox .cscontent-wrap h5 { padding-top:0; color:#e67100; font-weight:normal; }
.row-fluid .casestudy-listing .casestudy-imgbox { height:205px; background-size:cover !important; background-position:center !important; position:relative; }
.row-fluid .casestudy-listing .casestudy-imgbox .play-icon { max-width:110px; -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;; top:50%; left:50%; -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);; position:absolute; }
/*.row-fluid .casestudy-listing .case-studybox:hover .play-icon { -webkit-transform: scale(1.1) translate(-50%,-50%);
  -moz-transform: scale(1.1) translate(-50%,-50%);
  -o-transform: scale(1.1) translate(-50%,-50%);
  -ms-transform: scale(1.1) translate(-50%,-50%);
  transform: scale(1.1) translate(-50%,-50%);; }*/
.row-fluid .person-imgportrait { max-width:456px; float:right; margin-right:15px; }
.row-fluid .innoveren-section { background:url(https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/innoveren-bgimg.png) no-repeat; background-size:cover !important; background-position:center !important; position:relative; min-height:470px; }
.row-fluid .innoveren-section .wrapper { position:relative; }
.row-fluid .innoveren-contentwrap { background:#fff; padding:40px 120px 73px 40px; border-radius:5px; box-shadow:0 2px 20px 0 rgba(0, 0, 0, 0.15); font-size:20px; line-height:1.6; margin-top:-80px; max-width:870px; width:100%;  }
.row-fluid .innoveren-contentwrap h2 { padding-top:0; }
.row-fluid .innoveren-contentwrap a.cta_button { margin-top:30px; }
 
.row-fluid .innoveren-personwrap { margin-left:0; position:absolute; right:0; top:5px; }
.row-fluid .innoveren-textwrap { color:#1b232a; max-width:300px; position:absolute; left:calc(100% - 120px); top:70px; font-style:italic; line-height:1.4; }
.row-fluid .innoveren-textwrap:after { content:""; background:url(https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/presonline-img.png) no-repeat; background-size:100%; width:57px; height:46px; position:absolute; top:100%; left:0; margin-top:15px;  }
.row-fluid .innoveren-textwrap .person-name { color:#fff; margin-bottom:10px; font-weight:bold; line-height:1.4; font-style:normal; }
.row-fluid .innoveren-textwrap .person-name strong { display:block; }

/*   -- Footer --  */
.row-fluid .footer { background:#000000; padding:15px 40px; }
.row-fluid .footer .footer-logo img { max-width:150px; }
.row-fluid .ftsocial-links ul { margin:0; padding:0; text-align:right; }
.row-fluid .ftsocial-links ul li { display:inline-block; padding:0 5px; }
.row-fluid .ftsocial-links ul li a { display:inline-block; color:#fff;  }
.row-fluid .ftsocial-links ul li a:hover { color:#e67100; }

/* ======= System Page Css ====== */
.row-fluid .system-body{ padding:160px 0 40px; padding-bottom:47px;  margin-bottom:70px;  }
.row-fluid  .serch-button  a,.system-body input#submitbutton,.system-body input.hs-button.primary.large{ border-radius: 2px; background-color: #e67100;  display: inline-block;
    color: #fff; font-weight: normal; padding: 23px 28px; font-size: 18px; line-height: 24px; margin-top:25px; cursor:pointer; } 
    .row-fluid  .serch-button  a:hover { background: #D06600; color: #fff; }
.system-body .field > label{ padding-bottom:8px; }
div#content {  font-size: 22px;  line-height: 28px; }
.system-body  input#submitbutton{ margin-top:15px; }
.system-body input#hs-pwd-widget-password{   padding:20px 15px; margin-top:3px !important;}
.system-body .checkbox-row input{ top:10px;  }
.system-body input[type="text"] { outline:none;  border:1px solid #c7c7c7; border-radius:3px; background:#fff; height:44px; border-radius: 3px; padding:0 10px; font-family: 'Exo 2', sans-serif; font-size:16px; width:100%; }

.row-fluid .pillarhero-section { background: #f4aa00; background: -moz-linear-gradient(top, #f4aa00 0%, #e67100 100%); background: -webkit-linear-gradient(top, #f4aa00 0%,#e67100 100%);
background: linear-gradient(to bottom, #f4aa00 0%,#e67100 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4aa00', endColorstr='#e67100',GradientType=0 ); min-height:750px;  }
.row-fluid .pillarhero-section .hero-sideimg { right:0; }
.row-fluid .services-listings .pillar-serbox { font-size:18px; line-height:28px; }
.row-fluid .section-scrollrow { position:relative; z-index:1; }
.row-fluid .section-scrollrow ul { background:#fff; box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3); float:left; width:100%; margin-top:-55.5px; list-style:none; margin-bottom:0; padding:0;  }
.row-fluid .section-scrollrow ul li { float:left; width:16.667%; text-align:center; }
.row-fluid .section-scrollrow ul li:last-child a { border-right:none; }
.row-fluid .section-scrollrow ul li a { color:#1b232a; font-weight:bold; padding:15px 0 10px; float:left; width:100%; border-right:1px solid #e67100; height:100%; }
.row-fluid .section-scrollrow ul li a .icon { margin-bottom:5px; height:55px; display:flex !important; align-items:center; position:relative; top:0; -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;; width:100%; }
.row-fluid .section-scrollrow ul li a .icon img { max-height:55px; max-width:100%; width:auto; margin:0 auto; }
.row-fluid .section-scrollrow ul li a span { display:block; }
.row-fluid .section-scrollrow ul li a:hover { background:#F6F6F6; }
.row-fluid .section-scrollrow ul li a:hover .icon { top:-5px; }

.row-fluid .trednvera-section { background:transparent; max-width: 970px;  margin: 0 auto !important; float: none;  }
.row-fluid .services-listings { margin:60px 0; float:left; width:100%; }
.row-fluid .services-listings .hs_cos_wrapper_type_widget_container { margin-left:-20px; margin-right:-20px; display:block; }
.row-fluid .services-listings .hs_cos_wrapper_type_custom_widget { float:left; width:33.33%; padding-left:20px; padding-right:20px; }
.row-fluid .services-listings .pillar-sericon { height:118px; margin-bottom:15px; }
.row-fluid .services-listings .pillar-sericon img { max-height:118px; width:auto !important; }

.row-fluid .waardevol-section { padding-bottom:220px; }
.row-fluid .waardevol-section a.cta_button,.row-fluid .faciliteren-contentwrap a.cta_button { padding:13px 28px; border-radius:4px; }

.row-fluid .faciliteren-section { background:#2d3e50; color:#fff; }
.row-fluid .faciliteren-section h2 { color:#fff; }
.row-fluid .faciliteren-contentwrap { padding:80px 0 120px; }
.row-fluid .faciliteren-imgwrap { margin-top:-150px; padding-right:20px; }
.row-fluid .faciliteren-contentwrap a.cta_button { margin-top:20px; }
.row-fluid .faciliteren-contentwrap.list-style ul { margin-top:15px; }

.row-fluid .belangrijk-section .belan-contentwrap { margin-top:-35px; margin-bottom:-37px; padding-right:90px; background:#fff; width:calc(50% + 160px); margin-right:-160px; -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);; transform-origin:top right; box-shadow:0 0 25px rgba(0,0,0,0.10);  }
.row-fluid .belangrijk-section .belan-contentwrap > div { -webkit-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg); }
.row-fluid .belangrijk-section .belangrijk-imgwrap { margin:0; width:50%; }

.row-fluid .list-style ul { padding:0; margin:0; }
.row-fluid .list-style ul li { display:inline-block; position:relative; padding-left:44px; margin:6px 0; }
.row-fluid .list-style ul li:before { content:""; background:url('https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/list-stylearrow.png') no-repeat; background-size:100% 100%; width:25px; height:25px; position:absolute; left:0; top:5px; }

.row-fluid .positie-section { padding:120px 0 80px 0; background:#FBFBFB; }

.row-fluid .vmiddle-col { float:none; margin-right:-3px; display:inline-block; vertical-align:middle; }

.row-fluid .kwaliteit-section { padding-bottom:70px; }
.row-fluid .kwaliteit-section .faciliteren-contentwrap { padding-top:80px; padding-bottom:80px; padding-right:10px; }
.row-fluid .kwaliteit-section .faciliteren-contentwrap h2 { padding-top:0; }


.row-fluid .efficient-section .efficient-contentwrap { padding-left:120px; background:#1B85D9; color:#fff; width:calc(50% + 160px); margin-top:-35px; margin-left:-160px; -webkit-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);; transform-origin:top left; box-shadow:0 0 25px rgba(0,0,0,0.10); }
.row-fluid .efficient-section .efficient-contentwrap > div { -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg); }
.row-fluid .efficient-section .efficient-contentwrap h2 { color:#fff; }
.row-fluid .efficient-section .efficient-imgwrap { width:50%; } 
.row-fluid .efficient-section .efficient-contentwrap.list-style ul li:before { background:url(https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/whitelist-stylearrow.png) no-repeat; background-size:100%; } 

.body-container-wrapper { overflow:hidden; }

/*Media Query*/ 
@media (min-width: 1500px) {
    .row-fluid .header .logo { width:14%; }
    .row-fluid .header .right-header { width:86%; }
    
}

@media (min-width: 1200px) {
    .row-fluid .wrapper { width: 1140px; }
    .row-fluid .nav-menu,.row-fluid .header .right-header { margin-left:0; }
    
    .row-fluid .testi-logo { padding-right:80px; }
    .row-fluid .innoveren-contentwrap h2 { font-size:40px; line-height:50px; }
    
    /*.row-fluid .pillarhero-section .hero-sideimg  { max-width:950px; }*/
}

@media (min-width: 1200px) and (max-width:1500px) {
    .row-fluid .topright-links { width:40%; margin-left:0; }
    .row-fluid .nav-menu { width:60%; padding-left:15px; }
    .row-fluid .nav-menu ul li a { padding-left:10px; padding-right:10px; font-size:15px;  }
    .row-fluid .header .logo { width:17%; }
    .row-fluid .header .logo img { max-width:100%; }
    .row-fluid .header .right-header { width:83%; margin-left:0; }
    
    .row-fluid .innoveren-contentwrap { max-width:720px; }
    .row-fluid .innoveren-textwrap { left:auto; right:0; }
    .row-fluid .person-imgportrait { margin-right:165px; }
    
    .row-fluid .efficient-section .efficient-contentwrap { -webkit-transform: skewX(5deg);
  -moz-transform: skewX(5deg);
  -o-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg); }
    .row-fluid .efficient-section .efficient-contentwrap > div { -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg); }
    .row-fluid .belangrijk-section .belan-contentwrap { -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg); }
    .row-fluid .belangrijk-section .belan-contentwrap > div { -webkit-transform: skewX(5deg);
  -moz-transform: skewX(5deg);
  -o-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg); }
    
}

@media (min-width: 992px) and (max-width:1200px) {
    .row-fluid .wrapper { width: 950px; }
    
    h1 { font-size:42px; line-height:50px; }
    h2 { font-size:35px; line-height:40px;}
    h3 { font-size:30px; line-height:34px; }
    h4 { font-size:26px; line-height:30px; }
    h5 { font-size:24px; line-height:28px; }
    h6 { font-size:20px; line-height:24px; }
    
    .row-fluid .slick-prev { left:-15px; }
    .row-fluid .slick-next { right:-15px; } 
    
    .row-fluid .header,.row-fluid .footer { padding-left:15px; padding-right:15px; }
    .row-fluid .header .logo { width:16%; padding:5px 0 0; }
    .row-fluid .header .right-header { width:84%; margin-left:0; }
    .row-fluid .header .logo img { max-width:100%; }
    .row-fluid .topright-links { width:15%; margin-left:0; }
    .row-fluid .nav-menu { width:85%; padding-left:15px; }
    .row-fluid .nav-menu ul li a { padding-left:10px; padding-right:10px; font-size:15px; line-height:20px; }
    .row-fluid .topright-links a { font-size:0; }
    .row-fluid .topright-links a:before { margin-right:0; }
    .row-fluid .mail-link, .row-fluid .tel-link { padding-top:5px; padding-bottom:5px; }
    
        .row-fluid .innoveren-personwrap { position:relative; top:1px; margin-top:-70px; width:100%; }
    .row-fluid .innoveren-contentwrap { padding:25px 30px 100px 20px; margin-top:-60px; }
    .row-fluid .person-imgportrait { max-width:none;  float:left; margin-left:-20px !important; }
    .row-fluid .innoveren-textwrap { left:0; top:0px; position:relative; padding-bottom:80px; padding-top:90px;  }
    .row-fluid .innoveren-personwrap > .row-fluid-wrapper { display:inline-block; width:50%; vertical-align:middle; margin-right:-30px; }
    .row-fluid .innoveren-textwrap:after { top:auto; bottom:15px; }
    
    .row-fluid .faciliteren-imgwrap { margin-top:-80px; }
    .row-fluid .waardevol-section { padding-bottom:140px; }
    
    .row-fluid .efficient-section .efficient-contentwrap { -webkit-transform: skewX(5deg);
  -moz-transform: skewX(5deg);
  -o-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg); }
    .row-fluid .efficient-section .efficient-contentwrap > div { -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg); padding-right:40px; }
    .row-fluid .belangrijk-section .belan-contentwrap { -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg);  }
    .row-fluid .belangrijk-section .belan-contentwrap > div { -webkit-transform: skewX(5deg);
  -moz-transform: skewX(5deg);
  -o-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg); padding-left:40px; }
    
} 

@media (min-width: 768px) and (max-width:992px) {
    .row-fluid .wrapper { width: 720px; }
    
    h1 { font-size:42px; line-height:45px; }
    h2 { font-size:34px; line-height:36px; }
    h3 { font-size:28px; line-height:34px; }
    h4 { font-size:24px; line-height:30px; }
    h5 { font-size:20px; line-height:24px; }
    h6 { font-size:16px; line-height:22px; } 
    
    .row-fluid .slick-prev { left:-15px; }
    .row-fluid .slick-next { right:-15px; }

    .row-fluid .header,.row-fluid .footer { padding-left:15px; padding-right:15px; }
    .row-fluid .header .logo { width:16%; padding:7px 0 0; }
    .row-fluid .header .right-header { width:84%; margin-left:0; }
    .row-fluid .header .logo img { max-width:100%; }
    .row-fluid .topright-links { width:15%; margin-left:0; }
    .row-fluid .nav-menu { width:85%; padding-left:15px; }
    .row-fluid .nav-menu ul li a { padding-left:10px; padding-right:10px; font-size:14px; line-height:20px; }
    .row-fluid .topright-links a { font-size:0; }
    .row-fluid .topright-links a:before { margin-right:0; width:18px; height:18px; }
    
    .row-fluid .mail-link, .row-fluid .tel-link { padding-top:5px; padding-bottom:5px; }
    .row-fluid .tel-link { padding-left:10px; }
    
    .row-fluid .hero-icon { left:-40px; }
    
    .row-fluid .innoveren-section { min-height:0; }
    
    .row-fluid .innoveren-personwrap { position:relative; top:1px; margin-top:-70px; width:100%; }
    .row-fluid .innoveren-contentwrap { padding:25px 30px 100px 20px; margin-top:-60px; }
    .row-fluid .person-imgportrait { max-width:none;  float:left; margin-left:-20px !important; }
    .row-fluid .innoveren-textwrap { left:0; top:0px; position:relative; padding-bottom:80px; padding-top:90px;  }
    .row-fluid .innoveren-personwrap > .row-fluid-wrapper { display:inline-block; width:50%; vertical-align:middle; margin-right:-30px; }
    .row-fluid .innoveren-textwrap:after { top:auto; bottom:15px; }
    
    .row-fluid .section-scrollrow ul li { width:33.33%; padding:10px; }
    .row-fluid .section-scrollrow ul li a { position:relative; border-bottom:1px solid #e67100; border-right:none; border-bottom:none; }
    .row-fluid .section-scrollrow ul li a:after { content:""; width:1px; background: #e67100; position: absolute; right: -10px; top: 10px; bottom: 10px; }
    .row-fluid .section-scrollrow ul li a:before { content:""; height:1px; background: #e67100; position: absolute; bottom: -10px; left: 10px; right: 10px; }
    .row-fluid .section-scrollrow ul li:nth-child(3n) a:after,.row-fluid .section-scrollrow ul li:last-child a:before,.row-fluid .section-scrollrow ul li:nth-last-child(2) a:before,
    .row-fluid .section-scrollrow ul li:nth-last-child(3) a:before { display:none; }
    
    .row-fluid .services-listings .hs_cos_wrapper_type_widget_container { margin-left:-15px; margin-right:-15px; }
    .row-fluid .services-listings .hs_cos_wrapper_type_custom_widget { padding-left:15px; padding-right:15px; }
    
    .row-fluid .faciliteren-imgwrap { margin-top:-120px; }
    .row-fluid .waardevol-section { padding-bottom:140px; }
    
    
    .row-fluid .efficient-section .efficient-contentwrap { -webkit-transform: skewX(5deg);
  -moz-transform: skewX(5deg);
  -o-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg); }
    .row-fluid .efficient-section .efficient-contentwrap > div { -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg); }
    .row-fluid .belangrijk-section .belan-contentwrap { -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg); }
    .row-fluid .belangrijk-section .belan-contentwrap > div { -webkit-transform: skewX(5deg);
  -moz-transform: skewX(5deg);
  -o-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg); }
    
    .row-fluid .services-listings .pillar-sercontentwrap h3 { padding-top:0; font-size:18px; line-height:28px; }
    
    .row-fluid .casestudy-listing .hs_cos_wrapper_type_custom_widget { width:50%; }
}

@media (min-width: 992px) {
    
}

@media (max-width: 991px) {
    .row-fluid .header { padding-left:15px; padding-right:15px; }
    
    .row-fluid .tab-listing .tab-contentwrap,.row-fluid .tab-listing .tab-bgimgwrap { width:100%; }
	.row-fluid .tab-listing .tab-contentwrap { padding:30px 15px;}
	.row-fluid .tab-listing .tab-contentwrap p img { width:33.33%; margin:20px 0; }
	.row-fluid .tab-listing .tab-bgimgwrap .tab-bgimg { height:311px !important;  }
	.row-fluid .tab-listing .tab-contentwrap:after { background:url(https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/mbottom-curve.png) no-repeat; top:100%; background-size:100% 84px; height:84px; width:100%; left:0; margin-left:0; }
	.row-fluid .tab-listing .start-video { top:auto; -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);; left:50%; margin-left:0;  bottom:190px; width:100%; }

    .row-fluid .positie-section,.row-fluid .faciliteren-contentwrap { padding:60px 0; }
    .row-fluid .belangrijk-section .belan-contentwrap:after { content:""; background:url(https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/mbottom-curve.png) no-repeat; top:100%; background-size:100% 84px; height:84px; width:100%; left:0; margin-left:0; position:absolute; }
    .row-fluid .belangrijk-section .belan-contentwrap { width:100%; margin-right:0; margin-top:0; margin-bottom:0; padding-right:15px; padding-bottom:15px; }
    .row-fluid .belangrijk-section .belangrijk-imgwrap { width:100%; height:585px !important; }
    .row-fluid .efficient-section .efficient-imgwrap { width:100%; height:400px !important; }
    .row-fluid .efficient-section .efficient-contentwrap { width:100%; margin-top:0; margin-left:0; padding-left:15px; }
    
    .row-fluid .efficient-section .efficient-contentwrap,.row-fluid .efficient-section .efficient-contentwrap > div,
    .row-fluid .belangrijk-section .belan-contentwrap,.row-fluid .belangrijk-section .belan-contentwrap > div { -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg); }
    
    .row-fluid .kwaliteit-section .faciliteren-contentwrap { padding:50px 15px; }
    
    .row-fluid .kwaliteit-section .kwaliteit-imgwrap { padding-left:20px; width:100%;  }
    .row-fluid .efficient-section .efficient-contentwrap { padding-top:25px; }
    .row-fluid .efficient-section .efficient-contentwrap:before { content:""; background:url(https://cdn2.hubspot.net/hubfs/2370108/Cadmes_2018/Images/top-curvebefore.png) no-repeat; bottom:100%; background-size:100% 84px; height:84px; width:100%; left:0; margin-left:0; position:absolute; }
    
    .row-fluid .faciliteren-imgwrap { padding-right:55px; }
    .row-fluid .faciliteren-imgwrap,.row-fluid .faciliteren-contentwrap { width:100%; }
}

@media (min-width: 768px) {
    
    .row-fluid .nav-menu { display:inline-block !important; margin:0; }
    .row-fluid .child-trigger { display:none !important; }
    .row-fluid .casestudy-listing .case-studybox { font-size:20px; line-height:30px; }
}

@media (max-width: 767px) {
    body { font-size:14px; line-height:22px; }
    .paddt10 { padding-top:5px; }
    .paddt20 { padding-top:10px; }
    .paddt30 { padding-top:20px; }
    .paddt40 { padding-top:30px; }
    .paddt50 { padding-top:40px; }
    .paddt60 { padding-top:50px; }
    .paddt70 { padding-top:60px; }
    .paddt80 { padding-top:70px; }
    .paddb10 { padding-bottom:5px; }
    .paddb20 { padding-bottom:10px; }
    .paddb30 { padding-bottom:20px; }
    .paddb40 { padding-bottom:30px; }
    .paddb50 { padding-bottom:40px; }
    .paddb60 { padding-bottom:50px; }
    .paddb70 { padding-bottom:60px; }
    .paddb80 { padding-bottom:70px; }
    .paddtb10 { padding-top:5px; padding-bottom:5px; }
    .paddtb20 { padding-top:10px; padding-bottom:10px; }
    .paddtb30 { padding-top:20px; padding-bottom:20px; }
    .paddtb40 { padding-top:30px; padding-bottom:30px; }
    .paddtb50 { padding-top:40px; padding-bottom:40px; }
    .paddtb60 { padding-top:50px; padding-bottom:50px; }
    .paddtb70 { padding-top:60px; padding-bottom:60px; }
    .paddtb80 { padding-top:70px; padding-bottom:70px; }
    
    h1 { font-size:30px; line-height:1.07; }
    h2 { font-size:25px; line-height:32px; }
    h3 { font-size:22px; line-height:28px; }
    h4 { font-size:18px; line-height:26px; }
    h5 { font-size:16px; line-height:24px; }
    h6 { font-size:14px; line-height:22px; } 
    
    .row-fluid .equal-height { height:auto !important; }
    
    .row-fluid .slick-next { right:10px; width:30px; height:30px; }
    .row-fluid .slick-prev { left:10px; width:30px; height:30px; }
    .row-fluid .slick-next:before,.row-fluid .slick-prev:before { width:30px; height:30px; background-size:100% 100%; }
    
    .row-fluid .header { position:relative; z-index:12;  }
    .row-fluid .header .logo img,.row-fluid .footer .footer-logo img { max-width:150px; }
    
    /*body.mobile-open:before { content:""; position:fixed; top:0; left:0; background:rgba(0,0,0,0.5); width:100%; height:100%; z-index:11;  }*/
    .mobile-open .row-fluid .menu-wrap { padding-bottom:5px;}
    
    .row-fluid .nav-menu { display:none; position:absolute; top:100%; left:0; width:100%; z-index:1; background:#fff; padding:0 15px; box-shadow:inset 0 5px 14px -5px rgba(0, 0, 0, 0.11); }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2 > a { position:relative;  }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width:100%;}
    
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li { border-bottom:1px solid #E2E2E2; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child { border-bottom:none; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a { padding:12px 0; font-size:16px; }
    .nav-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1 .hs-menu-children-wrapper { position:absolute; left:100%; top:0; right:0; bottom:0; overflow-y:auto; -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  transition: all 400ms ease-in;; }
    .nav-menu .hs-menu-wrapper > ul ul > li.hs-menu-depth-2 { background:transparent; float:left; width:100%; }
    .nav-menu .hs-menu-wrapper > ul ul > li.hs-menu-depth-2:last-child { border-bottom:none; }
    .nav-menu .hs-menu-wrapper > ul ul > li.hs-menu-depth-2 .hs-menu-children-wrapper { padding-bottom:10px !important;}
    .nav-menu .hs-menu-wrapper > ul ul > li.hs-menu-depth-3 a { font-size:14px; line-height:18px; }
    .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper { background:#004991; min-width:0; left:100%;  padding:0; margin-left:0; border-left:none; position:absolute !important; opacity:1; visibility:visible; }
    .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper.active-submenu { left:0; }
    .nav-menu ul li a:after{ display:none;}
    .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {display:block; width:100%; padding-left:0px; padding-right:0px; }

    .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal { float:left; width:100%;  position:relative; top:100%; left:0; right:0; z-index:9; }
    
    .toggle { display:block; float: right; color:#4b4b4b; cursor:pointer; padding:20px 0px 14px; margin:0; position: absolute; z-index: 99; top: 0px; right: 15px; }
    a.toggle i { display: inline; position: relative; top: -5px; margin-left: 5px; -webkit-transition-duration: 0s;
 -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s; transition-duration: 0s; transition-delay: .2s;margin:0;}
    a.toggle i:before, a.toggle i:after { position: absolute; content:""; }
    a.toggle i, a.toggle i:before, a.toggle i:after { width: 30px;  height: 1px;  background-color: #1b232a; display: inline-block; }
    a.toggle i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    a.toggle i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s;      -webkit-transition-delay: .2s, 0; }
    .mobile-open a.toggle i { height:1px;  background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.toggle i:before { margin-top: 0; height:1px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.toggle i:after { margin-top: 0;  height:1px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
   
   .row-fluid .menu-wrap .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a.child-trigger { border-left:none !important; display: block !important; cursor: pointer; position: absolute !important; top: 0px; width:16px !important; height:40px; right:0px; background:url(https://cdn2.hubspot.net/hubfs/2870578/Midstreet_Nov2017/images/orange-arrow.svg) no-repeat center center; background-size:16px 16px; opacity:0.6; text-align:center !important;  padding: 0 !important; }

    a.child-trigger span { line-height:0; font-weight:normal; display:inline-block; vertical-align:middle; background-color:transparent !important; margin: 0 auto !important; -webkit-transition-duration: .2s;   -moz-transition-duration: .2s; transition-duration: .2s; }
	
	.row-fluid .menu-wrap .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 { width:100%; }
	
	a.child-trigger.child-open span:before { content: "\f106"; font-family: 'FontAwesome';  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s;}
	
	.row-fluid .mail-link, .row-fluid .tel-link { padding:0; }
	.row-fluid .mail-link a:before,.row-fluid .tel-link a:before { width:18px; height:18px; }
	.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li .mail-link a,.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li .tel-link a { color:#e67100; }
	
	.row-fluid .footer { padding-left:15px; padding-right:15px; }
	
	.row-fluid .hero-section { min-height:0; }
	.row-fluid .hero-icon { left:-30px; max-width:250px; } 
	.row-fluid .hero-sideimg { position:relative; right:-15px; margin-top:40px; max-width:310px; /*margin-left:auto !important; margin-right:auto !important;*/ float:right; }
	.row-fluid .hero-caption { max-width:100%; padding-top:30px; }
	
	.row-fluid .video-playicon { max-width:96px; position:absolute; bottom:100px; margin:0 auto !important; left:0; right:0; }
	
	.row-fluid .drive-section { font-size:18px; line-height:1.56; padding:40px 0; }
	.row-fluid .drive-section h2 { padding-top:0; }
	.row-fluid .drive-section a.cta_button { margin-top:15px; }
	
	.row-fluid .tab-listmain .carosual-slickarrows { display:none; }
	.row-fluid .tab-listmain .wrapper:after { width:50px; }
	
	
    .row-fluid .testimonial-section { padding:60px 0; background-size:300px; background-position:calc(100% + 50px)  calc(100% + 50px); }
    .row-fluid .testi-logo { max-width:177px; margin-bottom:35px; }
    .row-fluid .testimonial-textwrap { font-size:18px; line-height:1.5;}
    
    .row-fluid .casestudy-section { padding:40px 0 100px; }
    .row-fluid .casestudy-section h2 { text-align:center; }
    .row-fluid .casestudy-listing { margin-top:10px; }
    .row-fluid .casestudy-listing .case-studybox a { border:none; }
    .row-fluid .casestudy-listing .hs_cos_wrapper_type_custom_widget { width:100%; }

    .row-fluid .casestudy-listing .case-boximg { width:85px; position:absolute; }
    .row-fluid .casestudy-listing .casestudy-imgbox { height:65px; }
    .row-fluid .casestudy-listing .casestudy-imgbox .play-icon { max-width:35px; }
    .row-fluid .casestudy-listing .case-studybox .cscontent-wrap { padding:0px 0px 5px 100px; } 
    .row-fluid .casestudy-listing .case-studybox .cscontent-wrap h5 { line-height:16px; }
    .row-fluid .innoveren-section { min-height:0; }
    .row-fluid .innoveren-personwrap { position:relative; top:1px; margin-top:-70px; }
    .row-fluid .innoveren-contentwrap { padding:25px 30px 100px 20px; margin-top:-60px; }
    .row-fluid .person-imgportrait { max-width:none;  float:left; margin-left:-20px !important; }
    .row-fluid .innoveren-textwrap { left:0; top:0px; position:relative; padding-bottom:80px; padding-top:90px;  }
    .row-fluid .innoveren-personwrap > .row-fluid-wrapper { display:inline-block; width:50%; vertical-align:middle; margin-right:-30px; }
    .row-fluid .innoveren-textwrap:after { top:auto; bottom:15px; }
    
    .row-fluid .footer-logo,.row-fluid .ftsocial-links { display:inline-block; width:50%; margin-right:-3px; vertical-align:middle;  }
    
    .row-fluid .system-body{ padding-top:30px;  }
    
    
    
    .row-fluid .faciliteren-contentwrap { padding:50px 15px; }
    .row-fluid .faciliteren-imgwrap { padding-right:55px; padding-left:15px; margin-top:-100px; }
    
    .row-fluid .waardevol-section { padding-bottom:140px; }
    
    .row-fluid .positie-section { padding:50px 0;}
    .row-fluid .positie-section h2 br { display:none; }
    .row-fluid .services-listings .hs_cos_wrapper_type_custom_widget { width:100%; }
    .row-fluid .services-listings .hs_cos_wrapper_type_custom_widget:last-child .pillar-serbox { padding-bottom:0;  }
    .row-fluid .services-listings .pillar-sericon { position:absolute; left:0; width:65px; height:auto; top:5px; }
    .row-fluid .services-listings .pillar-serbox { float:left; width:100%; position:relative; padding-bottom:30px; font-size:18px; line-height:28px; }
    .row-fluid .services-listings .pillar-sercontentwrap { padding-left:85px; text-align:left; }
    .row-fluid .services-listings .pillar-sercontentwrap h3 { padding-top:0; font-size:18px; line-height:28px; }
    .row-fluid .services-listings { margin:20px 0; }
    
    .row-fluid .section-scrollrow ul li { width:50%; padding:10px; }
    .row-fluid .section-scrollrow ul li a { position:relative; border-bottom:1px solid #e67100; border-right:none; border-bottom:none; }
    .row-fluid .section-scrollrow ul li a:after { content:""; width:1px; background: #e67100; position: absolute; right: -10px; top: 10px; bottom: 10px; }
    .row-fluid .section-scrollrow ul li a:before { content:""; height:1px; background: #e67100; position: absolute; bottom: -10px; left: 10px; right: 10px; }
    .row-fluid .section-scrollrow ul li:nth-child(2n) a:after,.row-fluid .section-scrollrow ul li:last-child a:before,.row-fluid .section-scrollrow ul li:nth-last-child(2) a:before { display:none; }
    
    .row-fluid .pillarhero-section .hero-sideimg { right:-15px; float:right; }
    
    
    .body-container-wrapper { margin-top:0 !important; }
    .row-fluid .casestudy-listing .case-studybox { font-size:18px; line-height:28px; }
    
}

@media (max-width: 640px) {
    .row-fluid .slick-next { right:0px; width:30px; height:30px; }
    .row-fluid .slick-prev { left:0px; width:30px; height:30px; }
    .row-fluid .slick-next:before,.row-fluid .slick-prev:before { width:30px; height:30px; background-size:100% 100%; }
}

@media (max-width: 568px) {
    fieldset .field { padding:0 5px 15px 5px !important; width:100% !important;  }
    .field { padding:0 0 15px 0 }
    
    .form-columns-2 .field { padding:0 0 15px 0 }
    .form-columns-2 .field:first-child { padding:0 0 15px 0 }
    .form-columns-2 .field:first-child + .field { padding:0 0 15px 0 }
   
    .form-columns-2 .field input,.form-columns-3 .hs-form-field .hs-input { width:100% !important;}
    
    .row-fluid .person-imgportrait { max-width:220px; }
    
    .row-fluid .innoveren-personwrap > .row-fluid-wrapper { vertical-align:bottom; }
    
    .row-fluid .footer-logo,.row-fluid .ftsocial-links {  }
    .row-fluid .ftsocial-links { padding-top:3px; }
    
    .row-fluid .tab-listing .tab-contentwrap p img { width:50%; margin:20px 0; }
	.row-fluid .tab-listing .tab-contentwrap p img:nth-child(2n) { clear:right; }
	.row-fluid .tab-listing .tab-contentwrap p img:nth-child(2n+1) { clear:left; }
	
	.row-fluid .belangrijk-section .belangrijk-imgwrap { height:395px !important; }
    .row-fluid .efficient-section .efficient-imgwrap { height:285px !important; }
	
}

@media  (max-width: 420px) {
    .row-fluid .innoveren-contentwrap { padding-bottom:20px; }
    
}
@media  (min-width: 1024px) { }



.section-simple-text {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

.gradient-image{
    height: 350px;
    margin-top: -30px;
    background: #3BBAEF; /* For browsers that do not support gradients */
    background: linear-gradient (to right, rgba(59,186,239,1) 35%,rgba(27,133,218,0));
    max-width: 70%;
}
.content-area {
    padding-top: 50px;
}

.span12.widget-span.widget-type-linked_image.hero-sideimg{
    height: 100% !important;
}

.span12.widget-span.widget-type-linked_image.hero-sideimg .cell-wrapper{
     height: 100% !important;
}
.right-image{
    height: 100% !important;
}

.span12.widget-span.widget-type-linked_image.hero-sideimg .cell-wrapper span img{
    height: 100% !important;
    float: right;
}

@media (max-width: 767px) {
    .span12.widget-span.widget-type-linked_image.hero-sideimg .cell-wrapper span img{
    height: 100% !important;
}
}

.full-width-banner img { width: 100% !important;}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


    



