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

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

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

/* These includes are optional, but helpful. */
/* This is the bootstrap 2 layout from hubspot */
/* DO NOT USE STYLE DECLARATIONS HERE, look below */

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

/* OGD Colours Import */
/* OGD Pink */






/* OGD Blurple */






/* OGD Purple (original ogd-color purple) */






/* OGD Blue (lightblue)*/






/* OGD Teal */






/* OGD Yellow */






/* OGD Red */






/* OGD Greys */





/* Text Colours */








/* custom colour classes */
.bg-color-grey {
  background-color: #f7f7f7;
}

/* Gride size and layout */







body {
  margin: 0;
}

/* hubspot width override */
.row-fluid .single_section {
  width: 100%; 
  max-width: 1000px; 
  margin: 0 auto; 
  float: none;
}

.row-fluid [class*="span"].single_section {
  margin: 0 auto;
}

.row-fluid [class*="span"] {
  min-height: 0;
}
.section {
  padding: 0 0 50px 0;
  position: relative;
}

.section .row-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}
.space_module {
  height: 50px;
  display: block;
}
hr {
  background-color: #12C6E2;
  width: 100%;
  height: 2px;
  text-decoration: none;
  border: none;
}
hr.subhr {
  background-color: #DADADA;
  width: 90%;
  height: 2px;
  text-decoration: none;
  border: none;
}
/* Header styling */
.header-no-nav.header-container {
  height: 0;
}

.header-no-nav.header-container header, .header-no-nav.header-container.header-scrolled header {
  min-height: 0;
  padding: 0;
}

.header-no-nav .row-fluid [class*="span"]:first-child {
  min-height: 0;
} 

.header-container {
/*   height: 100px; */
}

.header-container .nav-spacer {
  height: 100px;
}

.header-container header {
  background-color: white;
  min-height: 80px;
  transition: all ease 0.2s;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 10px 0 10px;
  box-shadow: 0 1px 0 #D8D8D8;
}

.header-container .header-navless {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.header-container.header-no-nav header {
  transition: none;
}

.header-logo {
  width: 200px;
  height: 80px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.header-logo img {
  width: 100px;
  position: relative;
  z-index: 20;
}

.header-logo:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 600px;
  height: 600px;
  left: -570px;
  bottom: -85px;
  transform: rotate(-22.5deg);
  background-color: #043673;
  z-index: 10;
  transition: all ease 0.5s;
  pointer-events: none;
}

.header-container.header-scrolled header {
  padding: 10px 0 10px;
  min-height: 55px;
}

.header-container.header-scrolled .header-logo:before {
  left: -135px;
  bottom: 95px;
}

.header-menu-main {
  position: relative;
  width: 90%;
  float: right;
  margin-top: 35px;
  transition: all ease 0.5s; 
  opacity: 1;
}

.header-container.header-scrolled .header-menu-main {
  margin-top: 10px;
  margin-left: 150px;
  width: 85%;
}

.menu-open .header:after {
  content: "";
  position: absolute;
  top: 100px;
  width: 100%;
  height: 380px;
  background-color: rgba(19,198,226, 0.05);
  pointer-events: none;
  z-index: 1;
}

.menu-open.header-scrolled .header:after {
  top: 75px;
  height: 345px;
}

.header .sub-menu span.hs_cos_wrapper_type_simple_menu {
  padding-top: 25px;
}

.header .main-menu >li.has-submenu .sub-menu a {
  color: #606D9C;
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children>a {
  color: #043673;
}

.header .main-menu >li.has-submenu:nth-child(1) .sub-menu a:hover {
  color: #71ddee;
}

.header .main-menu > li.has-submenu:nth-child(2) span:after {
  color: #FDAE33;
}

.header .main-menu > li.has-submenu:nth-child(2) span:before {
  background-color: #FDAE33;
}

.header .main-menu > li.has-submenu:nth-child(2) .sub-menu a:hover {
  color: #FDAE33;
}

.header .main-menu > li.has-submenu:nth-child(3) span:after {
  color: #5FD9C1;
}

.header .main-menu > li.has-submenu:nth-child(3) span:before {
  background-color: #5FD9C1;
}

.header .main-menu > li.has-submenu:nth-child(3) .sub-menu a:hover {
  color: #5FD9C1;
}

.header .main-menu > li.has-submenu:nth-child(4) span:after {
  color: #E8504A;
}

.header .main-menu > li.has-submenu:nth-child(4) span:before {
  background-color: #E8504A;
}

.header .main-menu > li.has-submenu:nth-child(4) .sub-menu a:hover {
  color: #E8504A;
}

.header .main-menu > li.has-submenu:nth-child(5) span:after {
  color:  #6D2463;
}

.header .main-menu > li.has-submenu:nth-child(5) span:before {
  background-color: #6D2463;
}

.header .main-menu > li.has-submenu:nth-child(5) .sub-menu a:hover {
  color: #6D2463;
}

.header-secondary-menu {
  position: absolute;
  right: 30px;
  top: -40px;
  z-index: 500;
  width: auto;
  overflow: hidden;
  height: 35px;
  opacity: 1;
  transition: all ease 0.2s;
  font-size: 14px;
  padding-right: 15px;
}

.header-secondary-menu.blog-second-menu {
  padding-right: 35px;
}

.header-menu-main .header-secondary-menu {
  right: 0;
}

.header-secondary-menu span.search-toggle {
  text-decoration: none;
  color: #043673;
  position: relative;
  cursor: pointer;
  opacity: 1;
  display: block;
  padding: 10px 20px;
  position: absolute;
  right: -20px;
  top: -3px;
}

.header-container.header-scrolled .header-secondary-menu {
  width: 40px;
  top: 0;
  right: 30px;
}

.header-container.header-scrolled .header-menu-main .header-secondary-menu {
  right: 0;
}

.header-container.header-scrolled .header-secondary-menu .hs-menu-wrapper {
  display: none;
}

.header-container.header-scrolled .header-secondary-menu li {
  opacity: 0;
}

.header-container.header-scrolled .header-secondary-menu li:last-child {
  opacity: 1;
}

.menu-toggle {
  position: absolute;
  right: 0;
  top: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 5px;
}

.menu-toggle span {
  height: 2px;
  width: 70%;
  background: black;
  display: block;
  margin: calc( 30% - 1px) 15%;
}

.navbar-toggle {
  width: 66px;
  height: 60px;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  right: 0;
  padding: 0;
  top: -10px;
  display: none;
}

.navbar-toggle:focus {
  outline: none;
}

.navnavbar-toggle svg.navoutline { 
  position: absolute;
  bottom: 0;
  left: 0;
  display: none!important;
}

.navnavbar-toggle svg {
  display: none!important;
}

.navbar-toggle .navbtn {
  position: absolute;
  top: 30px;
  left: 25px;
  width: 14px;
  height: 13px;
}

.navbar-toggle .navbtn span {
  width: 14px;
  height: 1px;
  display: block;
  background: black;
  transition: all ease 0.3s;
  position: absolute;
  top: 5.5px;
}

.navbar-toggle .navbtn span:first-child {
  top: 0;
}

.navbar-toggle .navbtn span:last-child {
  top: 11.5px;
}

.navbar-toggle.menu-visible span {
  opacity: 0;
}

.navbar-toggle.menu-visible path.outlinecolor {
  fill: #E2241D;
}

.navbar-toggle.menu-visible span:first-child {
  opacity: 1;
  transform: rotate(45deg);
  top: calc(50% - 1px);
  background: #E2241D;
}

.navbar-toggle.menu-visible span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
  top: calc(50% - 1px);
  background: #E2241D;
}

.site-search {
  position: absolute;
  background-color: white;
  padding: 10px;
  right: 25px;
  top: -50px;
  width: 35%;
  padding-right: 30px;
  display: none;
  opacity: 0;
  z-index: 600;
  transition: opacity ease 0.2s;
}

.header-menu-main .site-search {
  right: 0;
}

.header-scrolled .site-search {
  top: -5px;
  right: 25px;
}

.header-scrolled .header-menu-main .site-search {
  right: 0;
}

.site-search.search-visible {
  display: block;
  opacity: 1;
}

.site-search form input {
  border: none;
  border-bottom: 1px solid #71DDEE;
  padding-left: 25px;
}

.site-search form input:focus {
  outline: none;
}

.site-search:before {
  content: ">";
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 20px;
  color: #043673;
  transition: transform ease .2s;
}

.close-search {
  position: absolute;
  right: 0;
  top: 10px;
  background: none;
  border: none;
  color: red;
  font-size: 20px;
}

.header-container.search-open .header-secondary-menu {
  visibility: hidden;
  opacity: 0;
}

.header-container.header-scrolled.search-open .header-menu-main .main-menu {
  pointer-events: none;
  opacity: 0;
}

.header-menu-overlay {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 1000000;
  left: 0;
  top: 0;
  background-color: #575757;
  opacity: .6;
  z-index: 960;
}

.mobile-menu-visible .header-menu-overlay, .menu-open .header-menu-overlay  {
  display: block;
}

.mobile-submit {
  display: none;
  position: absolute;
  right: 0;
  top: 15px;
  background: 0;
  border: 0;
  color: #043673;
}

body.mobile-menu-visible {
  overflow: hidden;
  height: 100vh;
}

header.header {
  height: 55px;
}

.header-menu-main {
  position: relative;
  width: 90%;
  float: right;
  margin-top: 35px;
  transition: all ease 0.5s; 
  opacity: 1;
}

.header .main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 95%;
  margin-left: 2%;
  align-items: stretch;
  justify-content: space-between;
  transition: all ease 0.3s;
}

.header .main-menu.menu-open {
  height: 300px;
}

.header .main-menu .main-menu-item span {
  cursor: default;
}

.header .main-menu .main-menu-item span, .header .main-menu .main-menu-item a, .header .header-secondary-menu a {
  position: relative;
  padding: 6px 20px;
  min-width: 70px;
  display: block;
  color: #043673;
}

.header .main-menu .main-menu-item .button {
  margin-top: -3px;
  color: white;
}

.header .main-menu .main-menu-item span:before, .header .main-menu .main-menu-item a:before, .header .header-secondary-menu a:before {
  position: absolute;
  height: 1px;
  width: 0;
  display: block;
  content: "";
  bottom: 0;
  left: 20px;
  background-color: #71ddee;
  transition: width ease .1s;
}

.header .main-menu li span:hover:before, .header .main-menu li a:hover:before, .header .header-secondary-menu a:hover:before {
  width: calc(100% - 20px);
}

.header .header-secondary-menu a:hover:before {
  width: calc(100% - 40px);
}

.header .main-menu li a:hover:before {
  display: none;
}

.header .main-menu .main-menu-item.has-submenu > span:after {
  content: "\f105";
  display: block;
  position: absolute;
  top: 10px;
  right: 3px;
  color: #71ddee;
  transition: transform ease .2s;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  text-rendering: auto;
  line-height: 1;
  font-variant: normal;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.header .main-menu .main-menu-item.has-submenu.active-item > span:after {
  transform: rotate(90deg);
}

.header .main-menu .main-menu-item.has-submenu.active-item span:before {
  width: calc(100% - 20px);
}

.header ul li {
  display: inline-block;
}

.header .sub-menu {
  display: block;
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all ease 0.2s;
}

.header .sub-menu span.hs_cos_wrapper_type_simple_menu {
  display: block;
  padding: 10px 100px 50px 100px;
  margin-left: -80px;
  box-sizing: content-box;
  width: 100%;
}

.header .sub-menu span.hs_cos_wrapper_type_simple_menu:before, .header .sub-menu span.hs_cos_wrapper_type_simple_menu:after {
  display: none;
}

.header .sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: block;
  width: 100%;
}

.header .sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .header .sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a, .header .header-secondary-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  text-overflow: unset;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
  padding: 2px 20px;
}

.header .sub-menu li {
  display: block;
  width: calc(100% / 4);
}


.header .main-menu .main-menu-item span {
  font-size: 18px;
}

..header .main-menu .main-menu-item .sub-menu a:before {
  display: none;
}

.header .main-menu .main-menu-item .sub-menu a {
  font-size: 16px;
}

.header .main-menu .main-menu-item .sub-menu a:hover {
  text-decoration: underline;
}

.header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  min-height: 180px;
}

.header .sub-menu li .hs-menu-children-wrapper li {
  width: 100%;
}

.header .sub-menu.opened {
  height: 340px;
  opacity: 1;
  padding: 20px 200px 0;
  margin-left: -200px;
  transition: all ease 0.5s;
}

.header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  min-height: 180px;
}
 
.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children {
  position: relative;
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children a {
  cursor: pointer;
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children > a {
  font-weight: bold;
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children > a:before {
  width: calc(100% - 40px);
  display: none;
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
  position: relative;
}

.header-secondary-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.header-secondary-menu a, .header-secondary-menu span {
  color: #043673;
}

/* .header-container.header-scrolled header.header {
  min-height: 75px;
  height: auto;
} */

@media screen and (max-width: 940px) {
  .navbar-toggle {
    display: block;
  }
  
  .header-container .nav-spacer {
    height: 80px;
  }
  
  .header-container {
    height: 75px;
  }
  
  .header:after {
    display: none;
  }

  .header-container header {
    padding: 10px 0;
    min-height: 75px;
    box-sizing: border-box;
  }
  
  .header-container.header-scrolled header {
    min-height: 75px;
    box-sizing: border-box;
  }
  
  .header-container header.header {
    height: 80px;
  }
  
  .header-container.header-scrolled header.header {
    height: 80px;
  }

  .header-menu-main {
    display: none;
    transition: none;
  }

  .header-menu-main.menu-visible {
    display: block;
    background: white;
    width: 85%;
    position: fixed;
    height: calc(100vh - 80px);
    left: 0;
    top: 80px;
    margin: 0;
    padding-top: 40px;
    border-top: 2px solid;
    overflow-y: scroll;
    padding-bottom: 40px;
  }

  .header-container.header-scrolled .header-menu-main {
    margin: 0;
  }

  
  .header-secondary-menu {
    position: initial;
    width: 100%;
  }

  .header-secondary-menu ul {
    width: 100%;
    display: block;
  }

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

  .header-container.header-scrolled .header-secondary-menu {
    width: 100%;
    top: initial;
    right: initial;
  }

  .header-container.header-scrolled .header-secondary-menu li {
    opacity: 1;
  }

  .header-container.mobile-menu-visible.search-open .header-secondary-menu {
    visibility: visible;
    opacity: 1;
  }

  .header-container.mobile-menu-visible.search-open .header-menu-main .main-menu {
    pointer-events: initial;
    opacity: 1;
  }
  
  .header-secondary-menu span.search-toggle {
    position: initial;
  }

  .site-search, .header-scrolled .site-search {
    top: 0px;
    opacity: 1;
    background: transparent;
    display: block;
    right: inherit;
    left: 0;
    width: 85%;
  }
  
  .mobile-submit {
    display: block;
  }
  
  .close-search {
    display: none;
  }
  
  .header .main-menu {
    display: block;
  }
  .header ul li {
    display: block;
  }
  
  .header .main-menu .main-menu-item span, .header .main-menu .main-menu-item a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
  }
  
  .header .sub-menu {
    position: relative;
  }
  
  .header .sub-menu.opened {
    height: auto;
  }
  
  .header .sub-menu span.hs_cos_wrapper_type_simple_menu {
    box-sizing: border-box;
    padding: 0;
    margin-left: 0;
  }
  
  .header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children {
    display: block;
    width: 100%;
  }
  
  .header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    padding-left: 15px;
  }
  
  .header .header-secondary-menu {
    height: auto;
    font-size: 16px;
    margin-bottom: 80px;
  }
  
  .header .header-secondary-menu .search-toggle {
    display: none;
  }
  
  .header-container.header-scrolled .header .header-secondary-menu .hs-menu-wrapper {
    display: block;
  }
  
  .header .main-menu .main-menu-item .button {
    margin-top: 10px;
  }
  
  .header-secondary-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block;
  }
  
  .header .header-secondary-menu {
    margin-top: 10px;
  }
  
  .header .header-secondary-menu ul li {
    display: block;
  }
  
  .header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    min-height: initial;
  }
  
  .header .sub-menu.opened {
    padding: 0;
    margin-left: 0;
  }
}

.subscription-preferences {
  max-width: 800px;
  width: 90%;
  margin: 50px auto!important;
  float: none!important;
  font-family: "TheSans",sans-serif;
}

.subscription-preferences h1, .subscription-preferences h2, .subscription-preferences h3, .subscription-preferences h4  {
  font-family: "TheSans",sans-serif;
  font-weight: bold!important;
}

.subscription-preferences .page-header h1:before {
  content: "/";
  color: #e2241d;
  display: inline;
  margin-right: 5px;
}

.subscription-preferences .button, .subscription-preferences .hs-button {
  position: relative;
}

.email-prefs .item .item-inner {
  background-color: #d7f5ef;
  border: none;
  border-radius: 0;
  border-bottom: 4px solid #dadada;
}

.email-prefs .item .item-inner * {
  color: #043673;
}

.subscription-preferences .page-header h1 {
  font-size: 2.5em;
}

.subscription-preferences #email-prefs-form #content > div {
  position: relative;
}

.subscription-preferences #email-prefs-form #content > div:before {
  content: ">";
  font-weight: bold;
  font-size: 22px;
  width: 14px;
  background-color: transparent;
  line-height: 23px;
  color: #e2241d;
  left: 0;
  display: block;
  height: 20px;
  position: absolute;
  top: 10px;
}

.subscription-preferences #email-prefs-form #content > div.item:before {
  display: none;
}

.subscription-preferences #email-prefs-form h1:before {
  display: none;
}

.subscription-preferences .page-header h2 {
  position: relative;
  font-weight: bold!important;
  padding-left: 50px;
  min-height: 32px;
  line-height: 32px;
  vertical-align: middle;
}

.subscription-preferences .page-header h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 25px;
  height: 25px;
  background-color: #37cfb1;
  transform: rotate(-22.5deg);
}

.subscription-preferences .page-header h2:after {
  content: "@";
  position: absolute;
  left: 0;
  top: 6px;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  color: white;
}

.subscription-preferences input[type=email].email-edit {
  border: 0;
  padding: 10px 10px 10px 20px!important;
  min-height: 25px;
  transition: box-shadow ease .5s;
  max-width: 100%;
/*   width: 100% !important; */
  font-size: 16px;
  font-family: "TheSans",sans-serif;
  margin-bottom: 25px;
  background: transparent;
  box-shadow: 0 2px 0 #043673;
/*   padding-left: 20px; */
}

.subscription-preferences .widget-type-email_subscriptions_confirmation h1 {
  margin-bottom: 40px;
}

.subscription-preferences #email-prefs-form #content>div.subscribe-options:before, .subscription-preferences #email-prefs-form #content>div.clearer:before {
  display: none;
}


.scroll-to-top {
  display: none;
}

/* busbi page */
.blurb .information_module {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 100px;
}

.blurb.has_title .information_module {
  margin-top: 0;
}

.blurb-column .information_module {
  margin-top: 100px;
}

.blurb-column .information_module p, .blurb-column .information_module span {
  color: #043673;
  line-height: 1.6;
}

.blurb .information_module .information_content {
  width: 100%;
  padding: 0;
}

.blurb .information_module p, .blurb .information_module span, .case-single .information_module p, .case-single .information_module span {
  color: #043673;
  line-height: 1.6;
}

.successverhalen .title_module h1.module_title, .successverhalen .title_module h2.module_title, .successverhalen .title_module h3.module_title, .successverhalen .title_module h4.module_title, .successverhalen .title_module h5.module_title {
  font-family: "TheSans",sans-serif;
}

.notop-pad .section.title_module {
  padding-top: 0!important;
}

.aanpack .title_module h1.module_title, .aanpack .title_module h2.module_title, .aanpack .title_module h3.module_title, .aanpack .title_module h4.module_title, .aanpack .title_module h5.module_title {
  font-family: "TheSans",sans-serif;
  margin-bottom: 20px;
}

.successverhalen .information_module .information_content {
  padding: 0 30px;
  width: 100%;
  box-sizing: border-box;
}

.successverhalen .title_module h1.module_title, .successverhalen .title_module h2.module_title, .successverhalen .title_module h3.module_title, .successverhalen .title_module h4.module_title, .successverhalen .title_module h5.module_title {
  margin-bottom: 10px!important;
}

.successverhalen .information_module .information_content p {
  line-height: 1.6;
}

.aanpack .title_module p.module_subtitle {
  text-align: left;
  line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
  .blurb .information_module {
    width: 100%;
    margin-top: 80px;
  }
  
  .blurb .information_module .information_content, .case-single .information_module .information_content {
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  .aanpack .title_module h1.module_title, .aanpack .title_module h2.module_title, .aanpack .title_module h3.module_title, .aanpack .title_module h4.module_title, .aanpack .title_module h5.module_title, .successverhalen .title_module h1.module_title, .successverhalen .title_module h2.module_title, .successverhalen .title_module h3.module_title, .successverhalen .title_module h4.module_title, .successverhalen .title_module h5.module_title { 
    font-size: 25px;
  }
  
  .aanpack .title_module h1.module_title:before, .aanpack .title_module h2.module_title:before, .aanpack .title_module h3.module_title:before, .aanpack .title_module h4.module_title:before, .aanpack .title_module h5.module_title:before, .successverhalen .title_module h1.module_title:before, .successverhalen .title_module h2.module_title:before, .successverhalen .title_module h3.module_title:before, .successverhalen .title_module h4.module_title:before, .successverhalen .title_module h5.module_title:before { 
    height: 18px;
  }
  
  .successverhalen .title_module h1.module_subtitle, .successverhalen .title_module h2.module_subtitle, .successverhalen .title_module h3.module_subtitle, .successverhalen .title_module h4.module_subtitle, .successverhalen .title_module h5.module_subtitle {
    font-size: 16px;
  }
  
  .busbi-vraag .snelvraag-title h1, .snelvraag-title h2, .snelvraag-title h3 {
    font-size: 25px;
  }
  
  .busbi-vraag .snelvraag-title h4 {
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
  }
  
}

.case-single .section.information_module {
  padding: 0;
}

blockquote {
  text-align: center;
  font-size: 25px;
  color: #043673;
  margin-bottom: 50px;
  line-height: 32px;
  font-weight: bold;
  word-break: break-word;
  hyphens: auto;
  position: relative;
}

blockquote cite {
  position: absolute;
  bottom: -30px;
  font-size: 18px;
  right: 0;
  left: 0;
}

blockquote cite:before {
  content: "- ";
  color: #E2241D;
}

blockquote p {
  display: inline;
  margin: 0;
}

blockquote:before {
  content:"‘‘";
  color: #E2241D;
  display: inline;
}

blockquote:after {
  content:"’’";
  color: #E2241D;
  display: inline;
}

@media only screen and (max-width: 1024px) {
  blockquote {
    font-size: 16px;
  }
  
  blockquote cite {
    font-size: 14px;
  }
}

.busbi-vraag .footer-contact {
/*   background-color: white; */
}

/* Footer styling */

.section.footer {
  background-color: #043673;
  overflow: hidden;
  padding: 100px 0;
}

.footer-logo {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -220px;
  left: 0;
}

.footer-logo img {
  width: 100px;
  position: relative;
  z-index: 20;
}

.footer-logo:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 500px;
  height: 500px;
  left: -290px;
  bottom: -355px;
  transform: rotate(-22.5deg);
  background-color: white;
  z-index: 10;
}

.footer-copy {
  margin-bottom: 35px;
  padding-left: 2px;
}

.footer-copy p {
/*   font-size: 0.8em; */
  font-size: 1em;
  color: white;
}
.footer-legal {
  margin-bottom: 2em;
}
.footer-legal p {
/*   font-size: 0.7em; */
  font-size: 0.9em;
/*   font-weight: bold; */
  color: white;
}

/* footer menu style overide */
.footer-menu-container {
  width: 100%;
}

.footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  width: 100%;
}

.footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
  width: 25%;
}

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

.footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a {
  color: white;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  font-size: 1.2em;
}

.footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a:before {
  content: ">";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  color: #E2241D;
}

.footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 .hs-menu-depth-2 a {
  color: white;
/*   font-size: 0.8em; */
  font-size: 1em;
  font-weight: normal;
  padding: 0 0 5px 15px;
}

.footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 .hs-menu-depth-2 a:hover {
  text-decoration: underline;
}

.footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 .hs-menu-depth-2 a:before {
  display: none;
}

@media screen and (max-width: 940px) {
  .footer-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    width: 100%;
  }
  
  .footer-legal p {
    text-align: left;
  }
}

/* ------------------ */
/* -- Social icons -- */
/* ------------------ */

.footer .red,
.footer .blurple,
.footer .blue,
.footer .yellow,
.footer .teal {
  background: none !important; 
}

.footer .social_icon_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  margin-bottom: 35px;
}

.footer .icon_fa {
  max-width: 25px;
  margin-right: 35px;
  flex: 1 0 auto;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.5s;
}

.footer .icon_fa:hover {
  fill: white !important;
}

.footer .icon_fa:last-child {
    margin-right: 0; 
}

.footer .icon_fa.blue {
  fill: #12C6E2;     
}

.footer .icon_fa.red {
  fill: #E2241D;
}

.footer .icon_fa.blurple {
  fill: #043673;   
}

.footer .icon_fa.yellow {
  fill: #FD9A00;
}

.footer .icon_fa.teal {
  fill: #37CFB1;   
}

.footer .icon_fa.purple {
  fill: #6D2463;
}

.footer .icon_fa.white {
  fill: #FFFFFF;
}

/* Hover state */
.footer .icon_fa.hover_blue:hover {
  fill: #12C6E2 !important;     
}

.footer .icon_fa.hover_red:hover {
  fill: #E2241D !important;
}

.footer .icon_fa.hover_blurple:hover {
  fill: #043673 !important;   
}

.footer .icon_fa.hover_yellow:hover {
  fill: #FD9A00 !important;
}

.footer .icon_fa.hover_teal:hover {
  fill: #37CFB1 !important;   
}

.footer .icon_fa.hover_purple:hover {
  fill: #6D2463 !important;
}

.footer .icon_fa.hover_white:hover {
  fill: #FFFFFF !important;
}

/* OGD Typography Import */
@font-face {
  font-family: "TheSerif";
  font-style: normal;
  font-weight: 500;
  src: url("//524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/TheSerif_500_.eot") format("embedded-opentype"),
    url("//524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/TheSerif_500_.woff") format("woff"),
    url("//524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/TheSerif_500_.ttf") format("ttf");
}
@font-face {
  font-family: "TheSans";
  font-style: normal;
  font-weight: 500;
  src: url("//524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/TheSans_B2_500_.eot") format("embedded-opentype"),
    url("//524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/TheSans_B2_500_.woff") format("woff"),
    url("//524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/TheSans_B2_500_.ttf") format("ttf");
}
@font-face {
  font-family: "TheSans";
  font-style: normal;
  font-weight: 700;
  src: url("//524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/TheSans_B2_700_.eot") format("embedded-opentype"),
    url("//524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/TheSans_B2_700_.woff") format("woff"),
    url("//524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/TheSans_B2_700_.ttf") format("ttf");
}

/* new fonts - sans */
@font-face {
  font-family: "TheSans2";
  src: url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_500_.eot");
  src: url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_500_.eot#iefix") format("embedded-opentype"),
    url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_500_.woff") format("woff"),
    url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_500_.svg#TheSans_B2_500_") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TheSans2";
  src: url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_500i.eot");
  src: url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_500i.eot#iefix") format("embedded-opentype"),
    url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_500i.woff") format("woff"),
    url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_500i.svg#TheSans_B2_500i") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "TheSans2";
  src: url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_700_.eot");
  src: url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_700_.eot#iefix") format("embedded-opentype"),
    url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_700_.woff") format("woff"),
    url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_700_.svg#TheSans_B2_700_") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "TheSans2";
  src: url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_700i.eot");
  src: url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_700i.eot#iefix") format("embedded-opentype"),
    url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_700i.woff") format("woff"),
    url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSans_B2_700i.svg#TheSans_B2_700i") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "TheSerif2";
  src: url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSerif_500_.eot");
  src: url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSerif_500_.eot#iefix") format("embedded-opentype"),
    url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSerif_500_.woff") format("woff"),
    url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSerif_500_.svg#TheSerif_500_") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TheSerif2";
  src: url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSerif_500i.eot");
  src: url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSerif_500i.eot#iefix") format("embedded-opentype"),
    url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSerif_500i.woff") format("woff"),
    url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSerif_500i.svg#TheSerif_500i") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "TheSerif2";
  src: url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSerif_700_.eot");
  src: url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSerif_700_.eot#iefix") format("embedded-opentype"),
    url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSerif_700_.woff") format("woff"),
    url("https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/OGD-May2015-theme/Fonts/fonts2020/TheSerif_700_.svg#TheSerif_700_") format("svg");
  font-weight: 700;
  font-style: normal;
}


body { 
  font-family: Arial, Helvetica, sans-serif;
  font-family: "TheSans", sans-serif;
  font-size: 16px;
  color: #575757;
}

/* Headings */
h1, h2, h3, h4, h5 {
  font-family: "TheSerif", serif;
  color: #043673;
}

body.test { 
  font-family: "TheSans2", sans-serif;
}

/* Headings */
body.test h1,body.test h2,body.test h3,body.test h4,body.test h5 {
  font-family: "TheSerif2", serif;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

/* Headings */
h1.primary_title, h2.primary_title, h3.primary_title, h4.primary_title, h5.primary_title, p.primary_title {
  font-size: 3em;
  color: #043673;
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

h1.secondary_title, h2.secondary_title, h3.secondary_title, h4.secondary_title, h5.secondary_title, p.secondary_title {
  font-size: 2.5em;
  color: #043673;
}

h1.tertiary_title, h2.tertiary_title, h3.tertiary_title, h4.tertiary_title, h5.tertiary_title, p.tertiary_title {
  font-size: 2em;
  color: #043673;
}

h1.quaternary_title, h2.quaternary_title, h3.quaternary_title, h4.quaternary_title, h5.quaternary_title, p.quaternary_title {
  font-size: 1.5em;
  color: #043673;    
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
h1.quinary_title, h2.quinary_title, h3.quinary_title, h4.quinary_title, h5.quinary_title, p.quinary_title {
  font-size: 1em;
  font-weight: 700;
  font-family: "TheSans", sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #043673;
}

.textcolour {
  color: #575757;
}

/* body copy */

p {
  font-size: 1rem;
}

/* "About/Daarom OGD/Article" module styling */
.information_module p, .information_module span {
  font-family: "TheSans",sans-serif!important; 
  color: #575757;
}
.information_content p {
    margin-block-end: 0em;
}
.information_module 
h1:NOT(.module_title):NOT(.module_subtitle), 
.information_module 
h2:NOT(.module_title):NOT(.module_subtitle), 
.information_module 
h3:NOT(.module_title):NOT(.module_subtitle), 
.information_module 
h4:NOT(.module_title):NOT(.module_subtitle), 
.information_module 
h5:NOT(.module_title):NOT(.module_subtitle) {
  font-family: "TheSerif", serif;
  font-size: 1.5em;
  color: #043673;
}
.information_image_module .module_image_content {
  display: flex;
  margin-top: 27px;
  align-items: center;
}

.information_image_module .image_module_text {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1024px;
}

.information_image_module .image_module_text p {
  column-gap: 40px;
  hyphens: manual;
  font-size: 1em;
}

@media (max-width: 767px) { 
  .image_module_text {
    padding: 0 10px;
  }
}
.information_module img {
    max-width: 100%;
    height: auto;
}
/* MODULE TITLE & SUBTITLE */
.title_container {
  flex-direction: column;
  display: flex;
  align-items: center;
  margin-top: 0;
  text-align: center;
}

.title_content {
  display: flex;
  flex-direction: row;
}

p.module_title, h1.module_title, h2.module_title, h3.module_title, h4.module_title, h5.module_title {
  font-family: "TheSerif", serif;
  color: #043673;
  font-weight: 700;
  margin: 0;
  word-break: break-word;
  hyphens: manual;
  white-space: nowrap;
}

p.module_subtitle, h1.module_subtitle, h2.module_subtitle, h3.module_subtitle, h4.module_subtitle, h5.module_subtitle {
  font-family: "TheSans", sans-serif;
  color: #12C6E2;
  font-size: 1em;
  font-weight: 700;
  margin-top: 10px;
}

.module_title::before {
  display: inline-flex;
  content: '';
  transform: skew(-22.5deg);
  background-color: red;
  margin-top: 9px;
  width: 3px;
  height: 14px;
  margin-right: 8px;
}

.module_title > span {
  white-space: normal;
}
.title_module {
  padding: 40px 0 20px 0;
}
p.module_title, h1.module_title, h2.module_title, h3.module_title, h4.module_title, h5.module_title {
  font-size: 1.2em;
}

p.module_subtitle, h1.module_subtitle, h2.module_subtitle, h3.module_subtitle, h4.module_subtitle, h5.module_subtitle {
  font-size: 1em;
  margin: 10px 0;
}

@media only screen and (min-width: 320px) {
  p.module_title, h1.module_title, h2.module_title, h3.module_title, h4.module_title, h5.module_title {
    font-size: 2em;
    line-height: 35px;
  }
  p.module_subtitle, h1.module_subtitle, h2.module_subtitle, h3.module_subtitle, h4.module_subtitle, h5.module_subtitle {
    font-size: 1em;
  }
  .module_title::before {
    width: 3.5px;
    height: 22px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  p.module_title, h1.module_title, h2.module_title, h3.module_title, h4.module_title, h5.module_title {
    font-size: 3em;
    line-height: 55px;
  }

  p.module_subtitle, h1.module_subtitle, h2.module_subtitle, h3.module_subtitle, h4.module_subtitle, h5.module_subtitle {
    font-size: 2em;
  }

  .module_title::before {
    width: 4px;
    height: 32px;
    margin-right: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  p.module_title, h1.module_title, h2.module_title, h3.module_title, h4.module_title, h5.module_title {
    font-size: 4em;
    line-height: 75px;
  }
  .module_title::before {
    width: 7px;
    height: 44px;
    margin-right: 20px;
  }

  p.module_subtitle, h1.module_subtitle, h2.module_subtitle, h3.module_subtitle, h4.module_subtitle, h5.module_subtitle {
    font-size: 2em;
  }
}

/* Article and info title styling */
p.article_title, h1.article_title, h2.article_title, h3.article_title, h4.article_title, h5.article_title  {  
  font-family: "TheSans", sans-serif;
  color: #043673;  
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.article_title::before {    
  display: inline-flex;
  content: '';
  background-color: #E2241D;
  margin: 10px 10px 0 10px;
  top: 10px;
  left: 14px;
  transform: skew(-22.5deg);
  width: 2px;
  height: 14px;
}
p.article_title, h1.article_title, h2.article_title, h3.article_title, h4.article_title, h5.article_title  {  
  font-size: 1.2em;
}
@media only screen and (min-width: 768px) {
  p.article_title, h1.article_title, h2.article_title, h3.article_title, h4.article_title, h5.article_title  {  
    font-size: 1.5em;
  }
  .article_title::before { 
    height: 16px;
    width: 3px;
    margin: 10px 10px 0 10px;
  }
}
.article_title.formulier_title:before {
  background-color: #37CFB1;
}

.thankyou_module p.article_title, .thankyou_module h1.article_title, .thankyou_module h2.article_title, .thankyou_module h3.article_title, .thankyou_module h4.article_title, .thankyou_module h5.article_title  {  
  font-size: 2em;
}
.thankyou_module .article_title:before {
    height: 23px;
}
/* p.info_title, h1.info_title, h2.info_title, h3.info_title, h4.info_title, h5.info_title  { 
font-family: "TheSerif", serif;
color: #043673;
font-size: 22px;
margin: 0 0 20px 0;
position: relative;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
.info_title *:before {
content: "/";
color: #E2241D;
display: inline;
margin-left: -15px;
}

@media only screen and (max-width: 740px) {
.info_title *:before {
margin-left: 0;
}
}
*/

/* OGD forms import */
/* form styling */
.rangeslider,
.rangeslider__fill {
  display: block;
}

.rangeslider {
  background: rgb(215,245,239);
  background: linear-gradient(90deg, rgba(215,245,239,1) 0%, rgba(255,255,255,1) 100%);
  position: relative;
}

.rangeslider--horizontal {
  height: 16px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
  height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #87E2D0;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  cursor: pointer;
  display: block;
  width: 17px;
  height: 17px;
  position: relative;
}

.rangeslider__handle:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  background: #37CFB1;
  border-radius: 6px;
  transform: rotate(-22.5deg);
}

.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -1px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

.rangeslider__labels {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 19px;
  color: #312D5E;
}

.rangeslider__labels span:first-child {
  position: absolute;
  left: 0;
}

.rangeslider__labels span:nth-child(2) {
  position: absolute;
  left: calc(25% - 10px);
}

.rangeslider__labels span:nth-child(3) {
  position: absolute;
  left: calc(50% - 10px);
}

.rangeslider__labels span:nth-child(4) {
  position: absolute;
  left: calc(75% - 10px);
}

.rangeslider__labels span:last-child {
  position: absolute;
  right: 0;
}

.rangeslider__handle__value {
  position: absolute;
  top: 21px;
  left: -6px;
  background-color: white;
  z-index: 50;
  width: 20px;
  height: 15px;
  padding: 5px;
  line-height: 10px;
  display: block;
  color: #312D5E;
  font-weight: bold;
}
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.input {
  position: relative;
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #D6D5DF;
}
::-moz-placeholder {
  color: #D6D5DF;
}
:-ms-input-placeholder { 
  color: #D6D5DF;
}
:-moz-placeholder {
  color: #D6D5DF;
}

input[type="submit"] {
  font-size: 16px;
}

.field .input input, .field .input textarea, .input input, .input textarea {
  border: none;
  background-color: white;
  box-shadow: 0 2px 0 #D8D8D8;
  padding: 10px 10px 10px 40px;
  min-height: 25px;
  transition: box-shadow ease 0.5s;
  max-width: 100%;
  width: 100%!important;
  font-size: 16px;
  font-family: "TheSans",sans-serif;
  margin-bottom: 25px;
}



.input input:focus, .input textarea:focus, .form-group input:focus {
  box-shadow: 0 3px 0 #A0E8F3;
  outline: none;
}

.date-group input:focus {
  box-shadow: none;
}

.input:before {
  content: "";
  display: block;
  width: 2.5px;
  height: 20px;
  transform: rotate(22.5deg);
  background-color: #87E2D0;
  position: absolute;
  top: 10px;
  left: 14px;
}

.checkbox-input {
  position: relative;
  width: 20px;
  height: 20px;
  background: url(https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/assets/web/ui-elements/check-box_blank.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
}

.checkbox-input input[type="checkbox"] {
  opacity: 0;
  width: 25px;
  height: 25px;
  margin: 0;
  cursor: pointer;
}

.checkbox-input:before {
  position: absolute;
  transform: none;
  top: -0.2px;
  left: -0.2px;
  width: 0;
  height: 21px;
  background: url(https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/assets/web/ui-elements/check-box_hover.svg);
  background-size: 23px 21px;
  background-repeat: no-repeat;
  z-index: 110;
  transition: width ease 0.3s;
  pointer-events: none;
}

.checkbox-input:hover:before {
  width: 23px;
}

.checkbox-input:after {
  position: absolute;
  opacity: 0;
  transition: all ease 0.3s;
  transform: initial;
  content: "";
  top: -0.2px;
  left: -0.2px;
  width: 0;
  height: 21px;
  background-image: url(https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/assets/web/ui-elements/check-box_filled.svg);
  background-size: 23px 21px;
  background-repeat: no-repeat;
  z-index: 115;
  pointer-events: none;
}

.checkbox-input.checked:after {
  width: 23px;
  opacity: 1;
}

.checkbox-input.indeterminate:after {
  width: 23px;
  opacity: 1;
  background-image: url(https://524582.fs1.hubspotusercontent-na1.net/hubfs/524582/assets/web/ui-elements/check-box_indeterminate.svg);
}

.hs_recaptcha .input:before {
  display: none;
}

.hs-fieldtype-booleancheckbox .input:before, .hs-fieldtype-booleancheckbox .input:after {
  display: none;
}

.hs-fieldtype-booleancheckbox .input ul {
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display>input {
  position: absolute;
  width: 20px!important;
  left: 0;
  box-shadow: none;
}

.hs-form .legal-consent-container .hs-error-msgs {
  top: 40px;
}

.hs-button {
  border: none;
  background: white;
  padding: 10px 40px;
  border-radius: 3px;
}

.primary {
  background: #A0E8F3;
  color: white;
}

.large {
}

/* Detachering forms */
/* -------------------------------------------------------- */

.right-panel-form {
  background-color: #D7F5EF;
  margin-bottom: 50px;
}

.right-panel-form .info_panel h2.article_title {
  margin-left: 20px;
}

.form-group {
  padding: 10px 10px 20px 10px;
  border-bottom: 2px solid #D8D8D8;
  margin-bottom: 50px;
  background-color: white;
}

.form-group-textarea {
  padding: 10px 10px 0 10px;
}

.form-group-textarea .input {
  width: calc(100% + 20px);
  margin-left: -10px;
  height: 100%;
  margin-bottom: -5px;
}

.form-group-textarea .input textarea {
  margin-bottom: 0;
  height: 100%;
}

.form-group label.form-group-title {
  color: #043673;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 15px;
  display: block;
  font-weight: bold;
}

.input-slider {
  position: relative;
  height: 35px;
}

.radio-group {}

.radio-item {
  display: inline;
}

.radio-item label {
  color: #BCBFD6;
  transition: color ease 0.3s;
  cursor: pointer;
  font-size: 18px;
}

.radio-item label:hover {
  color: #043673;
}

.radio-seperator {
  color: #37CFB1;
  margin: 0 5px;
}


.radio-item input {
  display: none;
}

.radio-item input[type="radio"]:checked+label {
  font-weight: bold;
  color: #043673;
  border-bottom: 1px solid #37CFB1;
}

.radio-group-solid {
  background: #D0F4F9;
  display: inline-block;
  height: 30px;
}

.radio-group-solid .radio-item {
  display: block;
  float: left;
}

.radio-group-solid:after {
  content: "";
  display: block;
  clear: both;
}

.radio-group-solid .radio-item label {
  padding: 5px 30px;
  height: 100%;
  box-sizing: border-box;
  line-height: 20px;
  display: block;
  position: relative;
  border-bottom: none;
  color: white;
  font-size: 16px;
}

.radio-group-solid .radio-item input[type="radio"]:checked+label {
  background: #12C6E2;
  border-bottom: none;
  color: white;
}

.radio-group-solid .radio-item:nth-child(2) label {
  padding: 5px 15px;
  z-index: 20;
}

.radio-group-solid .radio-item:nth-child(2) label:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 30px 0;
  border-color: transparent #D0F4F9 transparent transparent;
}

.radio-group-solid .radio-item:nth-child(2) label:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 30px 0;
  border-color: transparent transparent #D0F4F9 transparent;
}

.radio-group-solid .radio-item:nth-child(2) input[type="radio"]:checked+label:before  {
  border-color: transparent #12C6E2 transparent transparent;
}

.radio-group-solid .radio-item:nth-child(2) input[type="radio"]:checked+label:after  {
  border-color: transparent transparent #12C6E2 transparent;
}

.quantity {
  position: relative;
  margin-top: 20px;
  display: block;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
  
}

.quantity input[type=number] {
  width: 30px;
  height: 22px;
  line-height: 11px;
  display: block;
  padding: 0;
  margin: 0 2px;
  border: none;
  text-align: center;
  color: #312D5E;
  font-weight: bold;
  font-size: 20px;
  float: left;
}

.quantity input:focus {
  outline: 0;
}
.quantity-button {
  cursor: pointer;
  width: 10px;
  height: 100%;
  text-align: center;
  color: #333;
  font-size: 22px;
  line-height: 24px;
  display: block;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity:after {
  display: block;
  content: "";
  clear: both;
}

.quantity-down {
  color: #12C6E2;
}

.quantity-up {
  color: #37CFB1;
}

.quantity.value-limit input {
  color: #E2241D;
}

.quantity.value-limit .quantity-up {
  color: #E2241D;
  opacity: 0.5;
}

.date-group input {
  font-size: 16px;
  font-family: "TheSans",sans-serif;
}

.submit-group {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}

.submit-group .button {
  position: relative;
}

.multiple-submit input {
  margin: 0 5px;
}

/* snelvraag form */
.footer-contact .snelvraag {
  float: none;
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
}

.footer-contact .hs-form fieldset {
  max-width: 100%;
}

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

.snelvraag-title {
  text-align: center;
  font-weight: 700;
  line-height: 35px;
}

.snelvraag-title h1, .snelvraag-title h2, .snelvraag-title h3 {
  text-align: center;
  font-size: 3.4em;
  line-height: 35px;
}

.snelvraag-title * {
  margin: 10px 0;
}

.hs-form .hs-form-field {
  position: relative;
}

.hs-form .hs-error-msgs {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #EE7C77;
  font-weight: normal;
  position: absolute;
  bottom: -10px;
}

.hs-form .hs-error-msgs label {
  color: #EE7C77;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.hs-form .primary {
  position: relative;
  cursor: pointer;
  margin: 20px auto;
}

.hs-form,.hs-form a {
  color: #043673;
}

.hs-form label {
  color: #043673;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 15px;
  display: block;
  font-weight: bold;
}

.submitted-message {
  text-align: center;
  color: #043673;
}

.legal-consent-container {
/*   text-align: center; */
}

.form-group-error {
  display: none;
  margin-top: 20px;
  text-align: center;
  color: red;
  margin-bottom: -30px;
}

.form-group-error.visible {
  display: block;
}

.detachering-form-container .form-title {
  display: none;
}

.part-form-modal {
  display: none;
  position: fixed;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 560px;
  width: 90%;
  z-index: 6002;
  background: white;
  padding: 30px;
  box-sizing: border-box;
  max-height: 600px;
  height: 100%;
}

.part-form-modal.detachering-modal {
  max-height: 300px;
  text-align: center;
}

.modal-form-content {
  height: 100%;
  overflow-y: auto;
}

.part-form-modal.visible {
  display: block;
}

.close-modal {
  border: none;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #EE7C77;
}

.form_hs_overlay {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #575757;
  opacity: .6;
  display: none;
}

.button-group {
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
}

.button-group .button {
  position: relative;
  display: inline-block;
  float: left;
  margin: 5px;
  box-sizing: content-box;
}

.hs_error_rollup {
  display: none; 
}

.form_hs_overlay.visible {
  display: block;
}
  .detachering-form-container {
    padding: 0 20px;
    width: 90%;
    margin: 0 auto;
  }
@media screen and (max-width: 900px) {
  .detachering-form-container {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .snelvraag-title h1, .snelvraag-title h2, .snelvraag-title h3 {
    text-align: center;
    font-size: 2em;
    line-height: 35px;
  }
  
  .snelvraag-title h4 {
    text-align: center;
    font-size: 1.4em;
    line-height: 35px;
  }
  
  .part-form-modal.detachering-modal {
    max-height: 380px;
  }
  
  
  .button-group .button {
    float: none;
  }
  
  .multiple-submit {
    display: block;
  }
  
  .multiple-submit input {
    margin: 5px auto;
  }
}

/* multi-choice form */

.input .inputs-list {
  list-style: none;
  padding-top: 7px;
}

.input .inputs-list label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.input .inputs-list label input {
  display: inline;
  width: 20px!important;
  box-shadow: none;
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
  

/* Footer forms */
/* -------------------------------------------------------- */

.footer-contact {
  background-color: #D7F5EF;
  overflow: hidden;
  padding: 30px 0 50px;
}

/* OGD buttons import */
.button, .hs-button {
  text-decoration: none;
  user-select: none;   
  display: block;
  position: absolute;
  cursor: pointer;
  border: none;
  overflow: hidden;
  text-align: center;
  font-family: "TheSans", sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #FFFFFF;
}
.button.link {
  color: #043673;
  background: none;
  cursor: pointer;
  border: 0;
  overflow: hidden;
  text-align: center;
  font-family: "TheSans",sans-serif;
  font-weight: 200;
}
.button.link:before {
  position: absolute;
  height: 1px;
  width: 0;
  display: block;
  content: "";
  bottom: 0;
  left: 20px;
  background-color: #043673;
  transition: width ease .1s;
}
.button.link:after {
  display: none;
}
.button.link:hover {
  color: #043673;
}
.button.link:hover:before {
  width: calc( 100% - 40px );
}
.button.link:hover:after  {
  display: none;
}
/*  Color customization */
.blurple {
  background: linear-gradient(-67.5deg,  #384F86 50%, #606D9C 50%);
}
.pink {
  background: linear-gradient(-67.5deg,  #E31C79 50%, #EE77AF 50%);
}
.blue {
  background: linear-gradient(-67.5deg,  #12C6E2 50%, #71DDEE 50%);
}
.yellow, .primary {
  background: linear-gradient(-67.5deg,  #FD9A00 50%, #FEC266 50%);
}
.teal {
  background: linear-gradient(-67.5deg,  #37CFB1 50%, #87E2D0 50%);
}
.red {
  background: linear-gradient(-67.5deg,  #E2241D 50%, #EE7C77 50%);
}
.bordered-blue {
  background: linear-gradient(-67.5deg,  transparent 50%, #12C6E2 50%);
  border: 1px solid #12C6E2;
  color: #12C6E2
}

.button.bordered-blue:after {
  background: transparent;
}

.bordered-yellow {
  background: linear-gradient(-67.5deg,  transparent 50%, #FD9A00 50%);
  border: 1px solid #FD9A00;
  color: #FD9A00
}

.button.bordered-yellow:after {
  background: transparent;
}

.bordered-teal {
  background: linear-gradient(-67.5deg,  transparent 50%, #37CFB1 50%);
  border: 1px solid #37CFB1;
  color: #37CFB1
}

.button.bordered-teal:after {
  background: transparent;
}

.button.large.bordered-blue {
  line-height: 23px;
  box-sizing: border-box;
}

.button:after, .hs-button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(-67.5deg, #87E2D0 50%, transparent 50%);
  z-index: -1;
}
.button,
.button:after, 
.hs-button,
.hs-button:after{
  background-size: 300%;
  background-position: 100%;
  transition: all ease 0.3s;
}
.button:hover,
.button.hoveredbutton,
.button:hover:after,
.hs-button:hover,
.hs-button:hover:after {
  background-position: 0;
  color: #FFFFFF;
}

/*  Button active */
.button.medium: active, .button.large: active, .button.xlarge: active{
  transform: translateY(2px);
  filter: saturate(150%);
}
/*  Button disabled */
.button.medium: disabled, .button.large: disabled, .button.xlarge: disabled {
  opacity: 0.4;
  color: white;
  cursor: auto;
}

/*   disabled buttons should not be hoverable */
.button:disabled:hover {
  background-position: 100%;
}
.button.small {
  min-width: 80px;
  min-height: 10px;
  padding: 5px 10px;
  line-height: 15px;
  border-radius: 1px;
  font-size: 0.9em;
}
.button.medium {
  min-width: 100px;
  min-height: 15px;
  padding: 5px 10px;
  line-height: 15px;
  border-radius: 2px;
  font-size: 0.9em;
}
.button.large {
  line-height: 2em;
  min-width: 125px;
  min-height: 25px;
  padding: 5px 10px;
  line-height: 25px;
  border-radius: 3px;
  font-size: 1em;
}
.button.xlarge {
  line-height: 43px;
  min-width: 150px;
  min-height: 35px;
  padding: 5px 10px;
  line-height: 35px;
  border-radius: 3px;
  font-size: 1.2em;
}

/* OGD case import */
.case_module .right_column {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.case_module .title_container {
  margin-bottom: 30px; 
}

.case_module .case_story {
  margin: 0 40px;
  text-align: center;
}

.case_module .case_video {
  margin: 40px 0;
}

.case_module .button_container {
  align-self: center;
}

@media only screen and (min-width: 480px) {
  .case_module .case_content {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .case_module .left_column,
  .case_module .right_column {
    display: flex;
    flex-direction: column;
    flex-basis: 400px;
  }

  .case_module .left_column {
    flex-wrap: wrap;
  }

  .case_module .case_story {
    margin: 0;
    text-align: center;
    max-width: 230px;
    align-self: center;
  }

  .case_module .case_video {
    margin-top: 40px;
    max-width: 400px;
  }

  .case_module .button {
    align-self: center;
    position: relative;
  }
}

@media only screen and (min-width: 800px) {
  .case_module .left_column {
    flex-wrap: wrap;
    align-self: flex-start;
    flex-basis: 50px;
    padding-right: 40px;
  }
  
  .case_module .case_video {
    margin-top: 105px;
    max-width: 400px;
  }
  
  .case_module .title_container {
    margin-left: 0;
    margin-right: 0;
    text-align: right;
    max-width: 300px;
    min-width: 275px;
  }

  .case_module .case_story {
    text-align: left;
    align-self: flex-end;
  }
}

/* OGD cards import */
.card {
  flex: 0 1 21%;
  margin: 1em;
  border-radius: 3px;
  text-align: center;
  border-bottom: 4px solid #DADADA;
  transition: transform ease-in 0.1s;
  -moz-transition: transform ease-in 0.1s;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

.card:hover .card a {
  border: 2px dotted red;
}

.card.shuffle-item.shuffle-item--visible:after {
  clear: both;
}
/* Portrait tablet to landscape and desktop have 3 card rows */
@media (min-width: 800px) and (max-width: 979px) { 
  .card {
    flex: 0 1 calc(30% - 1em);
  }
}

/* Landscape phone to portrait tablet have 2 card rows */
@media (max-width: 800px) { 
  .card {
    flex: 0 1 calc(46% - 1em);
  }
}

/* Landscape phones and down have 1 card rows */
@media (max-width: 480px) { 
  .card {
    flex: 0 1;
    min-width: 90%;
  }
}

.card a {
  margin: 10px;
  min-width: 150px;
  position: relative;
  display: inline-block;
}
@media (min-width: 1200px) { 
  .card:hover {
    box-shadow: 0 0 3px 0 rgba(46,62,72,.12), 0 3px 10px 0 rgba(46,62,72,.12);
    -moz-transform: translateY(-3px);   
    transform: translateY(-3px);
  }
}
@media (max-width: 1200px) { 
  .card {
    box-shadow: 0 0 3px 0 rgba(46,62,72,.12), 0 3px 10px 0 rgba(46,62,72,.12);
    transform: translateY(-3px) rotate(0.001deg);
  }
}
.card_text {
  text-align: center;
  min-height: 100px;
  padding: 0px 20px 60px 20px;
}
.card_display {
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
}
.card_icon {
  background: #ffffff00;
}
.card_module .button {
  max-width: 100px;
  bottom: 20px;
  position: relative;
  margin: 0 auto;
}

.card_module .icon_fa_font {
  font-size: 29px;
  z-index: 100;
  background: none;
  padding: 30px 0px;
  height: auto;
}

.card_module .icon_fa {
  width: 40px;
  height: auto;
  margin: 0 auto;
  line-height: 9;
}

.card_module .card_icon {
  position: relative;
  display: block;
  height: 105px;
  left: 50%;
  top: 65px;
  transform: translate(-50%, -50%);
  margin-bottom: 45px;
}

.card_icon .icon_fa.blue, .card_icon .icon_fa_font.blue {
  background: none;
  color: #12C6E2;     
}
.card_icon .icon_fa.red, .card_icon .icon_fa_font.red {
  background: none;
  color: #E2241D;
}
.card_icon .icon_fa.blurple, .card_icon .icon_fa_font.blurple {
  background: none;
  color: #043673;   
}
.card_icon .icon_fa.yellow,  .card_icon .icon_fa_font.yellow{
  background: none;
  color: #FD9A00;
}
.card_icon .icon_fa.teal, .card_icon .icon_fa_font.teal {
  background: none;
  color: #37CFB1;   
}
.card_icon .icon_fa.purple, .card_icon .icon_fa_font.purple {
  background: none;
  color: #6D2463;
}
.card .card_icon_background {    
  height: 55px;
  width: 55px;
  display: block;
  position: absolute;
  transform: translate(-50%,-50%) rotate(-22.5deg);
  left: 50%;
  top: 4em; 
}
.card .card_icon_background.blue {
  background: none;
  background-color: #D0F4F9;
}
.card .card_icon_background.red {
  background: none;
  background-color: #F9D3D2;
}
.card .card_icon_background.blurple {
  background: none;
  background-color: #BCBFD6;
}
.card .card_icon_background.yellow {
  background: none;
  background-color: #FFEBCC;
}
.card .card_icon_background.teal {
  background: none;
  background-color: #D7F5EF;
}
.card .card_icon_background.purple {
  background: none;
  background-color: #E2D3E0;
}
/* * * * * * * * * * * * * * * * * * * * *
/*                                       * 
/*  FILTER CARD for use with side menu   *
/*          Needs a set width            * 
/*                                       * 
/* * * * * * * * * * * * * * * * * * * * *
*/

.filter_card_module .shuffle-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shuffle_container_span {
  visibility: hidden;
}
.filter_card_module .card {
  flex: none;
  height: 400px;
  width: 220px;
}

.filter_card_module .card:hover {
  transform: none;
}
.filter_card_module .card_text {
  padding: 0px 20px 10px 20px;
}
.section.filter_card_module {
  padding-top: 0;
  margin: 0 auto;
  overflow-y: hidden;
  min-height: 800px;
}

.filter_card_module .icon_fa_font {
  font-size: 29px;
  z-index: 100;
  background: none;
}

.remove_filter_button {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.row-fluid.filter_option_row {
  margin: 5px 0!important;
  min-width: 200px;
  margin-left: -20px!important;
}
.section .row-fluid.sidebar_row {
  margin-bottom: 20px;
}
.filter_option_input.checkbox-input input[type="checkbox"] {
  margin-left: 20px;
}
.side_filter_menu hr:last-of-type {
  display: none;
}
@media (min-width: 767px) {
  .side_filter_menu hr {
    display: none;
  }
  .side_filter_menu .remove_filter_button {
    position: relative;
    max-width: 125px;
  }
}
.quaternary_title.sidebar_title {
  padding: 5px 0;
  margin-block-start: 5px;
  margin-block-end: 5px;
}
.shuffle_container {

  position: initial!important;
}

/* * * * * * * * * * * * * * * * * * * * *
/*                                       * 
/*               Side menu               * 
/*                                       * 
/* * * * * * * * * * * * * * * * * * * * *
*/

.filter_bar {
  position: fixed;
  z-index: 985;
  background-color: #12C6E2;
  color: white;
  text-align: center;
  width: 100%;
  height: 35px;
  line-height: 2rem;
  top: 0;
  left: 0;
  transition: all ease-out 0.3s;
}
.filter_bar_text {
  float: right;
  margin: 3px 20px;
}
.filter_bar_text .fa-filter {
  margin-left: 7px;
}
.side_filter_menu.show {
  background-color: #FFFFFF;
  border-right: 1px solid #DADADA;
  display: block;
  position: fixed;
  z-index: 10000000;
  top: 76px;
  right: auto;
  left: 0;
  width: calc(60vw + 30px);
  height: calc(100vh - 76px);
}
.filter_option_row label {
  display: inline-flex;
  cursor: pointer;
}
.filter_option_row label div {
  margin-right: 25px;
}
.sidebar_title_text {
  display: none;
  height: 15px;
}
.sidebar_title_text p {
  line-height: 10px;
}
.close_filter {
  position: absolute;
  right: 18px;
  top: 10px;
  background: none;
  border: none;
  user-select: none;   
  cursor: pointer;
  text-decoration: none;
  color: #E2241D;
  font-size: 20px;
  float: right;
}
.filter_modal_screen {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 1000000;
  left: 0;
  top: 0;
  background-color: #DADADA;
  opacity: 0.6;
}
.filter_modal_screen.show {
  display: block;
}
@media (max-width: 767px) { 
  .sidebar_title_text {
    display: block;
  }
  .side_filter_menu {
    display: none;
  }

  .sidebar_title {
    display: block;
  }
  .quaternary_title.sidebar_title {
    font-size: 1em;
  }

  .filter_card_module .shuffle-container {
    margin-top: 15px; 
  }
}
@media (min-width: 767px) { 
  .shuffle-container {
    margin-left: 40px;
  }
  .close_filter {
    display: none;
  }
  .filter_bar {
    display: none;
  }
}
.filter_option_input {
  display: inline;
}
@media (min-width: 500px) and (max-width: 922px) { 
  .shuffle-container {
    min-width: 600px;
  }
}
.filter_bar.scrolled {
  top: 76px;
}
/* ------------------ */
/*        Edit        */
/* ------------------ */

.filter_card_module .card {
  display: flex;
  flex-direction: column;
  transform: none; 
}

.filter_card_module .card .card_icon {
  margin-top: 20px;
}

.filter_card_module .card .button_container {
  display: inline-flex;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 35px;
  position: relative;
  height: 25px;
}

.filter_card_module .card .button {
  margin: 0; 
}

@media only screen and (max-width: 480px) {
  .filter_card_module .card {
    height: auto!important;
  }
}

/* ------------------------ */
/*        Card modal        */
/* ------------------------ */
.popup_modal { 
  display: none;
  position: fixed;
  background-color: white;
  z-index: 1001;
  height: 600px;
  min-height: 30vh;
  width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup_modal_close {
  position: absolute;
  color: #E2241D;
  font-size: 20px;
  top: 25px;
  right: 30px;
  cursor: pointer;
} 
.popup_modal_close .fas {
  font-weight: 300;
}

.popup_modal_inner {
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .popup_modal { 
    width: 80vw;
  }
}

/* OGD partners and certifications tile module styling import */
.certificate_story .hs_cos_wrapper_type_inline_rich_text {
  margin: 0 auto;
  padding: 0 50px;
  column-width: 250px;
  column-gap: 40px;
  hyphens: manual;
}
.certificate_story p {
  margin-block-start: 0em;
}
.partner_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-content: center
}

.partner_tile {
  flex: 1 0 21%;
  padding: 10px;
  max-width: 245px;
  min-width: 250px;
  max-height: 200px;
  min-height: 200px;
  text-align: center;
}

.partner_img img {
  max-width: 60%;
}

.partner_module .partner_img img {
  cursor: pointer;
  transition: transform ease-in 0.1s;
  -moz-transition: transform ease-in 0.1s;  
}
.partner_module .partner_img img:hover {
  -moz-transform: translateY(-3px);   
  transform: translateY(-3px); 
}

.partner_tile:after {
  display: inline-block;
  content: "";
  position: relative;
  top: -100px;
  left: 125px;
  width: 2px;
  height: 110px;
  transform: skew(-22.5deg);
  background-color: #DADADA;
}
.partner_img {
  line-height: 110px;
  height: 90px;
  vertical-align: middle;
  padding: 20px;
}
.transition {
  transition: .4s;
}
.quaternary_title.partner_module_title {
  margin: 0;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Portrait tablet to landscape and desktop have 3 card rows */
@media (min-width: 800px) and (max-width: 979px) {
  .partner_tile {
    flex: 0 1 calc(30% - 1em);
  }
}

/* Landscape phone to portrait tablet have 2 card rows */
@media (max-width: 800px) {
  .partner_tile {
    flex: 0 1 calc(46% - 1em);
  }
}

/* Landscape phones and down have 1 card rows */
@media (max-width: 480px) {
  .partner_tile {
    flex: 0 1;
    min-width: 90%;
  }
}
@media (max-width: 767px) { 
  .partner_tile:after {
    display: none;
  }
}

.partner_tile:last-child:after {
  width: 0;
}
@media only screen and (min-width: 380px) and (max-width: 826px) {
  .partner_container .partner_tile:nth-child(2n+2):after {
    width: 0;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1076px){
  .partner_container .partner_tile:nth-child(3n+3):after {
    width: 0;
  }
}

@media only screen and (min-width: 1077px) {
  .partner_container .partner_tile:nth-child(4n+4):after {
    width: 0;
  }
}

/* modal */
.partner_modal {
  position: relative;
  display: none;
  user-select: none;
  z-index: 1001;
  background-color: #FFFFFF;
}
.partner_modal.show {
  display: block;
  position: fixed;
  height: 500px;
  min-height: 30vh;
  width: 80vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_screen {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: #575757;
  opacity: 0.6;
}
.modal_screen.show {
  display: block;
}
.close_partner_modal {
  position: absolute;
  cursor: pointer;
  color: #E2241D;
  font-size: 20px;
  top: 27px;
  right: 50px;
}
.close_partner_modal .fas {
  font-weight: 300;
}


@media only screen and (min-width: 992px) {
  .partner_modal.show {
    width: 600px;
  }
  .close_partner_modal {
    top: 10px;
    right: 30px;
  }
}

#carousel {
  overflow-y: scroll;
  height: 100%;
  position: relative;
  padding: 0 50px;
}
.carousel-control.left, .carousel-control.right{
  cursor: pointer;
  z-index: 1002;
  width: 40%;
  min-width: 20px;
  max-width: 30px;
  height: 100%;
  display: block;
  position: absolute;
}
.carousel-control i {    
  line-height: 500px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.carousel-control.left {
  background-color: #D0F4F9;  
  color:  #71DDEE;
  top: 0;
  left: 0;
}
.carousel-control.right {
  background-color: #D7F5EF;
  color:  #87E2D0;
  top: 0;
  right: 0;
}

/* OGD tabs styling import */
.tab_wrapper {
  padding: 15px;
}
.tab_container {
  padding: 30px;
}    
.tab_list {  
  padding: 0;
}
.vertical_divider:not(:first-child)::before {
  background: #043673;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top: 0;
  bottom: 0;
  min-height: 70px;
  margin-left: -35px;
}
.tab_list li {
  cursor: pointer;
  padding-left: 15px;
  min-height: 100px;
  transition: all 0.5s ease;
  border-left: solid 2px #fff0;
  margin: 20px 0;
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #fff0;
}
.font_weight_normal {
  font-weight: 200!important;
}
.tab_item img, .accordion.tab_active img {
  vertical-align: middle;
}
.tab_list li:hover{
  background-color: #AFECE0;
  border-left: solid 3px #AFECE0;
  border-bottom: solid 1px #DADADA;
}
.tab_list li.tab_active {
  background-color: #D7F5EF;
  border-left: solid 3px #37CFB1;
}
.tab_list li.tab_active:hover {
  background-color: #D7F5EF;
}
.tab_active {
  border: none;
}
.tab_content div p {
  margin-left: 20px;
}
.tab_item{
  border-radius: 3px;
}
.accordion {
  display: none;
}
.accordion .fas {
  display: none;
}
.accordion.tab_active {
  display: block;
}
.jfit {
  width: 100%;
  margin: 0px;
}
.tab_content_active {
  display: block;
  background: #e7edee;
  padding: 0 25px 25px;
}
li.tab_item div {
  margin-left: 20px;
}
.tab_content div > :nth-child(1)  {
  color: #575757;
}
/* on devices smaller than tablets tabs become accordion */
@media (max-width: 767px) {
  li.tab_item div {
    margin-left: 0;
  }
  ul.tab_list {
    display: none;
  }
  .accordion {
    display: block;
    pointer-events: auto;   
    background-color: #D7F5EF;
    border-radius: 3px;
    text-align: center;
    margin: 20px 0;
    padding: 10px 0;
    cursor: pointer;
  }
  .accordion .fas {
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-top: -30px;
    color: #043673;
  }
  .accordion div {
    display: block;
    vertical-align: middle; 
    margin: 0px 0 10px 0;
    padding: 5px;
  }
  .accordion .row-fluid .span2 {
    width: 19%;
    float: left;
  }
  .accordion .row-fluid .span10 {
    width: 79%;
    float: left;
  }
  .accordion_closed {
    display: none !important;
  }
  .tab_content {
    padding: 10px;
  }
  .tab_content div p {
    margin-left: 0;
  }
  .vertical_divider:not(:first-child)::before {
    display: none;
  }
  .tab_container {
    padding: 0;
  }
  .tab_column > ul > li.tab_item.tab_active > p {
    margin-left: 20px;
  }
}

/* OGD tabs styling import */
.shopping_badge_module {
  width: 60px;
  height: 60px;
  position: fixed;
  cursor: pointer;
  border-radius: 3px;
  background-color: #D7F5EF;
  z-index: 6001;
  transform: rotate(-22.5deg);
  box-shadow: 4px 4px 7px -5px rgba(0,0,0,0.4);
}
.shopping_badge_module:hover {
  transform: rotate(-22.5deg) translate3d(0, 1px, 1px);
  box-shadow: 2px 2px 3px -3px rgba(0,0,0,0.4);
}
.shopping_badge_module:active {
  transform: rotate(-22.5deg) translate3d(0, 1px, 1px);
  box-shadow: none;
}
.shopping_badge_shake {
  animation: shake 0.20s cubic-bezier(.36,.07,.19,.97) both;
  transform: rotate(-22.5deg) translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.shopping_badge_module i {
  display: block;
  position: relative;
  top: 24px;
  left: 13px;
  font-size: 1.5em;
  color: #37CFB1;
  z-index: 6000;
  transform: rotate(22.5deg);
}

.shopping_badge_module .shopping_badge_badge {
  width: 22px;
  height: 22px;
  border-radius: 36%;
  display: block;
  position: relative;
  top: -33px;
  left: 45px;
  z-index: 6000;
  background-color: #e2241d;
  transform: rotate(22.5deg);
  color: #fff;
  display: none;
}
.shopping_badge_module .shopping_badge_badge span {
  display: block;
  position: relative;
  text-align: center;
  top: 1px;
  font-size: 0.8em;
  z-index: 6000;
}

.shopping_badge_dropdown {
  min-height: 400px;
  padding: 15px;
  width: 190px;
  position: fixed;
  z-index: 6000;
  background-color: #FFFFFF;
  border: 1px solid #D7F5EF;
  display: none;
}
.shopping_order_button {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.shopping_view_button {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: calc( 100% - 95px );
}
.shopping_modal_screen {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #575757;
  opacity: 0.6;
  display: none;
}
#shopping_badge_table td {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #043673;
}
@keyframes shake {
  10%, 90% {
    transform:  rotate(-22.5deg) translate3d(-1px, 1px, 0);
  }

  20%, 80% {
    transform:  rotate(-22.5deg) translate3d(2px, -2px, 0);
  }

  30%, 50%, 70% {
    transform:  rotate(-22.5deg) translate3d(-4px, 4px, 0);
  }

  40%, 60% {
    transform:  rotate(-22.5deg) translate3d(4px, -4px, 0);
  }
}
.shopping_badge_module {
  top: 5vh;
  right: 5vw;
}
.shopping_badge_dropdown {
  top: 5vh;
  right: 6vw;
}

.shopping_badge_dropdown_text {
  height: 280px;
  overflow-y: auto;
}

/* large phone to landscape tablet and desktop display cart icon on the bottom */
@media (min-width: 900px) and (max-width: 1400px) { 
  .shopping_badge_module {
    top: 11vh;
    bottom: auto;
    right: 5vw;
  }
  .shopping_badge_dropdown {
    top: 11vh;
    left: auto;
    bottom: auto;
    right: 7vw;
  }
}
/* large phone to landscape tablet and desktop display cart icon on the bottom */
@media (min-width: 768px) and (max-width: 900px) { 
  .shopping_badge_module {
    top: 5px;
    bottom: auto;
    right: 10vw;
    background-color: transparent;
    box-shadow: none;
  }
  .shopping_badge_module .shopping_badge_badge {
    top: -15px;
    left: 36px;
  }
  .shopping_badge_dropdown {
    top: 76px;
    right: auto;
    left: 0;
    width: 60vw;
    height: calc(95vh - 76px);
  }  
  .shopping_badge_module .shopping_badge_badge {
    width: 16px;
    height: 16px;
  }
  .shopping_badge_module .shopping_badge_badge span {
    top: -1px;
  }
}

/* On mobile show cart icon in the nav bar */
@media (max-width: 767px) { 
  .shopping_badge_module {
    top: 5px;
    bottom: auto;
    right: 19vw;
    background-color: transparent;
    box-shadow: none;
  }
  .shopping_badge_module .shopping_badge_badge {
    top: -15px;
    left: 36px;
  }
  .shopping_badge_dropdown {
    top: 76px;
    right: auto;
    left: 0;
    width: 60vw;
    height: calc(95vh - 76px);
  }
  .shopping_badge_module .shopping_badge_badge {
    width: 16px;
    height: 16px;
  }
  .shopping_badge_module .shopping_badge_badge span {
    top: -1px;
  }
}

@media (max-width: 900px) { 
  .shopping_badge_module:hover {
    box-shadow: none;
  }
  .shopping_badge_module:active {
    box-shadow: none;
  }
  .shopping_badge_dropdown_text {
    height: 70vh;
    overflow-y: auto;
  }
}

/* Cart page */

.cart-container {
  max-width: 700px;
  width: 90%;
  margin: 50px auto;
}

.cart-container:after {
  content: "";
  display: block;
  clear: both;
}

.cart-container.hidden {
  display: none;
}

.cart-table {
  width: 100%;
  text-align: left;
}

.cart-header th {
  padding-bottom: 10px;
  font-size: 1.1em;
  color: #37CFB1;
  font-weight: bold;
}

.cart-header th:first-child {
  width: 50%;
}

.cart-item {
  height: 35px;
}

.cart-item td {
  border-bottom: 1px solid #D8D8D8;
  height: 35px;
  padding-top: 10px;
}

.cart-table tr td:first-child:before {
  content: "/";
  display: inline;
  color: #37CFB1;
  margin-right: 5px;
  font-size:
}

.cart-table .position {
  width: 50%;
}

.cart-table .weken_maanden {
  margin-left: 10px;
}

.cart-table .control {
  text-align: right;
  width: 50px;
}

.cart-table .no-item {
  text-align: center;
}

.cart-table .no-item td {
  padding: 20px;
}

.cart-table .no-item .button {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}

.delete-item {
  color: #F3A7A5;
  transition: ease color 0.3s;
  cursor: pointer;
}

.delete-item:hover {
  color: #E0241D;
}

.cart-controls {
  float: right;
  margin: 100px 0 40px 0;
}

.cart-controls .button {
  position: relative;
  float: left;
  margin: 0 5px
}

.form-container {
  max-width: 500px;
  width: 90%;
  margin: 50px auto;
} 

/* OGD packages import */
.package_module .package_menu {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.package_module .package_menu_item {
  flex-grow: 1;
  text-align: center;
  margin: 0;
  margin-block-start: auto;
  margin-block-end: auto;
  padding: 8px 0;
  font-size: 1.15em;
  word-break: break-word;
  color: white;
  font-weight: normal;
}

.package_module .package_cards {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.package_module .package_card.active_mobile {
  display: block;
}

.package_module .package_card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  z-index: 1;

  width: 80%;
  margin-top: 20px;
  box-shadow: 0 0 3px 0 rgba(46, 62, 72, .12), 0 3px 10px 0 rgba(46, 62, 72, .12);
}

.package_module .package_card {
  padding-bottom: 100px;
  display: none;
}
.package_module .package_card.active_mobile {
  display: flex;
}

.package_module .package_card_content {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.package_module .package_card_content.no_icon {
  padding-top: 25px; 
}

/* Icon */
.package_module .card_icon {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  flex-basis: 110px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.package_module .card_icon_background {
  transform: rotate(-22.5deg);
  width: 65px;
  position: absolute;
}

.package_module .card_icon_background::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.package_module .card_icon_background.blue {
  background: none;
  background-color: #D0F4F9;
}

.package_module .card_icon_background.red {
  background: none;
  background-color: #F9D3D2;
}

.package_module .card_icon_background.blurple {
  background: none;
  background-color: #BCBFD6;
}

.package_module .card_icon_background.yellow {
  background: none;
  background-color: #FFEBCC;
}

.package_module .card_icon_background.teal {
  background: none;
  background-color: #D7F5EF;
}

.package_module .icon_fa_font {
  font-size: 29px;
  z-index: 100;
  background: none;
}

.package_module .icon_fa {
  width: 45px;
  margin-top: 5px;
  z-index: 100;
}

.package_module .card_image {
  width: 110px;
}

.package_module .package_title,
.package_module .package_price,
.package_module .package_text,
.package_module .package_bullet_list {
  display: block;
  margin: 0;
}

.package_module .package_title,
.package_module .package_price {
  font-size: 1.25em; 
  margin: 2.5px;
  word-break: break-word;
}

.package_module .package_price::after {
  content: ',-';
}

.package_module .package_text,
.package_module .package_card_content ul {
  font-size: 1em;
}

.package_module .package_text {
  margin: 20px 0;
}

.package_module .fas {
  color: #37CFB1
}

.package_module .package_card_content ul {
  padding-left: 22px;
}

.package_module .package_card_content li {
  margin-bottom: 15px;
}

.package_module .medium .button_container,
.package_module .small .button_container {
  height: 25px;
}

.package_module .large .button_container {
  height: 35px;
}

.package_module .xlarge .button_container {
  height: 45px;
}

.package_module .button_container {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 35px;
  position: relative;
}

.package_module .package_card .card_icon {
  background-color: white;
}

.package_module .button_container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto 20px auto;
  bottom: 0;
}
/*  Menu color in mobile view */
.package_module .package_menu.package_red {
  background-color: #F9D3D2;
}

.package_module .package_menu.package_blurple {
  background-color: #BCBFD6;
}

.package_module .package_menu.package_blue {
  background-color: #A0E8F3;
  color: #12C6E2 !important;
}

.package_module .package_menu.package_yellow {
  background-color: #FFEBCC;
}

.package_module .package_menu.package_teal {
  background-color: #D7F5EF;
}

/*  Menu font color in mobile view */
.package_module .package_menu_item.active_mobile {
  font-weight: 700; 
}

.package_module .package_menu.package_red > .package_menu_item.active_mobile {
  color: #E2241D;
}

.package_module .package_menu.package_blurple > .package_menu_item.active_mobile {
  color: #043673;
}

.package_module .package_menu.package_blue > .package_menu_item.active_mobile {
  color: #12C6E2;
}

.package_module .package_menu.package_yellow > .package_menu_item.active_mobile {
  color: #FD9A00;
}

.package_module .package_menu.package_teal > .package_menu_item.active_mobile {
  color: #37CFB1;
}

/* Package colors */
.package_module .package_card.package_red {
  background-color: #F9D3D2;
  border-top: 2px solid #E2241D;
  border-bottom: 2px solid #E2241D;
}

.package_module .package_card.package_blurple {
  background-color: #BCBFD6;
  border-top: 2px solid #043673;
  border-bottom: 2px solid #043673;
}

.package_module .package_card.package_blue {
  background-color: #D0F4F9;
  border-top: 2px solid #12C6E2;
  border-bottom: 2px solid #12C6E2;
}

.package_module .package_card.package_yellow {
  background-color: #FFEBCC;
  border-top: 2px solid #FD9A00;
  border-bottom: 2px solid #FD9A00;
}

.package_module .package_card.package_teal {
  background-color: #D7F5EF;
  border-top: 2px solid #37CFB1;
  border-bottom: 2px solid #37CFB1;
}

@media only screen and (min-width: 480px) {
  .package_module .package_menu {
    display: none;
  }
  .package_module .package_card {
    width: 240px;
  }

  .package_module .package_card.primary_card {
    box-shadow: 5px 0 10px 2px #E6E6E6, -5px 0 10px #E6E6E6;
    z-index: 10;
  }

  .package_module .package_card:NOT(.primary_card) {
    border-top: 2px solid #D2D2D2;
    border-bottom: 2px solid #D2D2D2;
    background-color: #F9F9F9;
    box-shadow: none;
  }

  .package_module .package_card:NOT(.primary_card) .card_icon {
    background-color: transparent;
  }

  .package_module .package_card {
    display: flex;
  }
}

/* OGD hero import */
.module_hero .hero_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.module_hero img {
   display: none;
}
.module_hero .hero_content.size300 {
  height: 35vh;
}

.module_hero .hero_content.size690 {
  height: 50vh;
}

.module_hero .hero_content.size850 {
  height: 65vh;
}

.module_hero .title_container {
  width: 100%;
  margin: 0;
  max-width: 80%;
  margin-top: 15px;
}

.module_hero .module_title::before {
  background-color: #043673;
  margin: 0;
  height: 100%;
  width: 100%;
  transform-origin: top;
  position: absolute;
  display: none;
}

.module_hero .module_title {
  display: flex;
  color: white;
  position: relative;
}

.module_hero .module_title span {
  background-color: #043673;
  z-index: 100;
  padding: 10px;
}

.module_hero .module_subtitle {
  color: #12C6E2;
  margin: 0;
  margin-bottom: 15px;
  padding: 5px 20px;
  background-color: white;
  font-weight: 700;
}

.module_hero .button_container {
  width: 100%;
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
}

.module_hero .button {
  display: inline-block;
  position: relative;
  overflow: visible;
}

@media only screen and (min-width: 480px) {
  .module_hero .module_title span {
    padding: 15px;
  }
  .module_hero .hero_content.size300 {
    min-height: 50vh;
  }

  .module_hero .hero_content.size690 {
    min-height: 65vh;
  }

  .module_hero .hero_content.size850 {
    min-height: 80vh;
  }

  .module_hero .title_container {
    max-width: 70%;
  }
}

@media only screen and (min-width: 922px) {
  .module_hero .module_title:before,
  .module_hero .module_title:after {
    display: block;
  }
}

/* OGD error404 import */
.error404_module .error404_container {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  background-color: #D7F5EF;
  padding: 100px 0;
  box-sizing: border-box;
  overflow-y: hidden;
}

.error404_module .error404_content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  flex: 1 0 300px;
}

.error404_module .title_container {
  margin: 0; 
}

.error404_module .module_subtitle {
  margin-bottom: 25px; 
}

.error404_module .hs_cos_wrapper {
  text-align: center;
}

.error404_module .quinary_title {
  color: #043673;
}

@media only screen and (min-width: 480px) {
  .error404_module .error404_container {
    padding: 50px 0;
  }
}

/* OGD construction import */
.construction_module .construction_container {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  background-color: #D7F5EF;
  padding: 100px 0;
  box-sizing: border-box;
}

.construction_module .construction_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10px;
  flex: 1 0 300px;
}

.construction_module .title_container {
  margin: 0; 
}

.construction_module .module_subtitle {
  margin-bottom: 25px; 
}

.construction_module .hs_cos_wrapper {
  text-align: center;
}

.construction_module .quinary_title {
  color: #043673;
}
@media only screen and (min-width: 480px) {
  .construction_module .construction_container {
    padding: 50px 0;
  }
}

/* OGD thankyou import */
.thankyou_module .thankyou_container {
  display: flex;
  justify-content: center;
  min-height: 40vh;
  background-color: #D7F5EF;
  padding: 100px 20px;
  box-sizing: border-box;
}

.thankyou_module .thankyou_content {
  display: flex;
  flex-direction: column;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10px 0;
  flex: 1 0 300px;
}

.thankyou_module .title_container {
  margin: 0; 
}

.thankyou_module .module_subtitle {
  margin-bottom: 25px;
  color: #043673;
}

/* Extra content */
.thankyou_module .thankyou_extra_container {
  display: flex;
  flex-direction: column;
  padding: 30px 50px;
}

.thankyou_module .thankyou_extra_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5px;
}

.thankyou_module .thankyou_extra_container .module_title {
  text-align: left;
}

.thankyou_module .thankyou_extra_container p.quinary_title {
  font-weight: 500;
  font-size: 1em;
}

.thankyou_module .medium .button_container,
.thankyou_module .small .button_container {
  height: 25px;
}

.thankyou_module .large .button_container {
  height: 35px;
}

.thankyou_module .xlarge .button_container {
  height: 45px;
}

.thankyou_module .button_container {
  align-self: center;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
}

.thankyou_module .thankyou_extra_container .separator {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #DADADA;
  margin-bottom: 30px;
}

@media only screen and (min-width: 860px) {
  .thankyou_module .thankyou_extra_container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
  }
  
  .thankyou_module .thankyou_extra_content {
    max-width: 45%;
    padding-bottom: 0;
    flex: 1 0 45%;
  }
  
  .thankyou_module .thankyou_extra_container .separator {
    display: none;
  }
}

/* OGD Testimonial import */
.testimonial_module .testimonial_cards {
  display: flex;
  flex-direction: column;
  max-width: 1024px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.testimonial_module .testimonial_card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  width: 80%;
  max-width: 240px;
  box-shadow: 0 0 3px 0 rgba(46, 62, 72, .12), 0 3px 10px 0 rgba(46, 62, 72, .12);
  padding-bottom: 25px;
  justify-content: flex-start;
  margin: 0 15px;
}

.testimonial_module .testimonial_card.button_active {
  padding-bottom: 0;
}

.testimonial_module .testimonial_card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.testimonial_module .testimonial_card_content.no_icon {
  padding-top: 25px; 
}

.testimonial_module .card_icon {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  flex-basis: 110px;
  justify-content: center;
  align-items: center;
}

.testimonial_module .card_icon_background {
  transform: rotate(-22.5deg);
  width: 55px;
  position: absolute;
}

.testimonial_module .card_icon_background::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.testimonial_module .card_icon_background.blue {
  background: none;
  background-color: #D0F4F9;
}

.testimonial_module .card_icon_background.red {
  background: none;
  background-color: #F9D3D2;
}

.testimonial_module .card_icon_background.blurple {
  background: none;
  background-color: #BCBFD6;
}

.testimonial_module .card_icon_background.yellow {
  background: none;
  background-color: #FFEBCC;
}

.testimonial_module .card_icon_background.teal {
  background: none;
  background-color: #D7F5EF;
}

.testimonial_module .icon_fa_font {
  font-size: 29px;
  z-index: 100;
  background: none;
}

.testimonial_module .icon_fa {  
  width: 38px;
  margin-top: 5px;
  z-index: 100;
}

.testimonial_module .fas {
  color: #37CFB1
}

.testimonial_module .card_image {
  width: 95px;
}

.testimonial_module .testimonial_title ~ h1,
.testimonial_module .testimonial_title ~ h2,
.testimonial_module .testimonial_title ~ h3,
.testimonial_module .testimonial_title ~ h4,
.testimonial_module .testimonial_title ~ h5,
.testimonial_module .testimonial_title ~ p {
  margin-top: 10px; 
}

.testimonial_module .testimonial_title,
.testimonial_module .testimonial_quote {
  display: block;
  margin: 0;
  word-break: break-word;
  text-align: center;
  font-size: 1.15em;
}

.testimonial_module .testimonial_quote {
  color: #12C6E2;
}

.testimonial_module .medium .button_container,
.testimonial_module .small .button_container {
  height: 25px;
}

.testimonial_module .large .button_container {
  height: 35px;
}

.testimonial_module .xlarge .button_container {
  height: 45px;
}

.testimonial_module .button_container {
  display: inline-flex;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 35px;
  position: relative;
}

.testimonial_module .button_active .testimonial_card_content {
  margin-bottom: 25px;
}

.testimonial_module .testimonial_space {
  height: 20px; 
}

/* CaseIcon colors */
.testimonial_module .testimonial_card.testimonial_red {
  background-color: #F9D3D2;
  border-top: 2px solid #E2241D;
  border-bottom: 2px solid #E2241D;
}

.testimonial_module .testimonial_card.testimonial_blurple {
  background-color: #BCBFD6;
  border-top: 2px solid #043673;
  border-bottom: 2px solid #043673;
}

.testimonial_module .testimonial_card.testimonial_blue {
  background-color: #D0F4F9;
  border-top: 2px solid #12C6E2;
  border-bottom: 2px solid #12C6E2;
}

.testimonial_module .testimonial_card.testimonial_yellow {
  background-color: #FFEBCC;
  border-top: 2px solid #FD9A00;
  border-bottom: 2px solid #FD9A00;
}

.testimonial_module .testimonial_card.testimonial_teal {
  background-color: #D7F5EF;
  border-top: 2px solid #37CFB1;
  border-bottom: 2px solid #37CFB1;
}

.testimonial_module .icon_fa_font.red {
  color: #E2241D
}

.testimonial_module .icon_fa_font.blurple {
  color: #043673
}

.testimonial_module .icon_fa_font.blue {
  color: #12C6E2
}

.testimonial_module .icon_fa_font.yellow {
  color: #FD9A00
}

.testimonial_module .icon_fa_font.teal {
  color: #37CFB1
}

@media only screen and (min-width: 820px) {  
  .testimonial_module .testimonial_cards {
    flex-direction: row;
    align-items: stretch;
  }
  
  .testimonial_module .testimonial_card {
    box-shadow: none;
  }

  .testimonial_module .double_line .testimonial_title {
    height: 48px;
  }

  .testimonial_module .triple_line .testimonial_title {
    height: 72px;
  }
  
  .testimonial_module .quadruple_line .testimonial_title {
    height: 96px;
  }
}

/* Infopanel - used on detachering, cursus, and consultants */
.info_content .inner_content {
  margin: 30px 25px;
}

.info_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info_content ul li {
  display: inline;
  margin-right: 5px;
}

.info_content ul li:after {
  content: "/";
  display: inline;
  margin-left: 5px;
  color: #FD9A00;
}

.info_content ul li:last-child:after {
  display: none;
}

.info_content img.cert_image {
  max-width: 70px;
  float: left;
  margin-right: 15px;
  height: auto;
}

.info_content .inner_content:after {
  content: "";
  display: block;
  clear: both;
}
.cert_img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
}

.cert_img .cert_img_hover {
  transition: opacity .3s;
  position: absolute;
  display: block;
  top: 1px;
  max-height: 220px;
  z-index: 600;
  box-sizing: border-box;
  height: auto;
  opacity: 0;
  margin: 0 auto;
}

.cert_img .cert_img_hover img {
  display: none;
}
.cert_img:hover .cert_img_hover {
  opacity: 1;
}
.cert_img:hover .cert_img_hover img {
  display: block;
}

@media screen and (max-width: 900px) {
  .info_panel {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .cert_img {
    width: 40%;
  }
}

/* Matrix import */
.matrix {
  width: 100%;
  max-width: 450px;
  margin: 50px auto;
}

.matrix-group {
  position: relative;
}

.matrix-group:last-child {
  position: relative;
  margin-bottom: 30px;
}

.matrix-group:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35px;
  width: calc(100% - 35px );
  height: 1px;
  background-color: #D8D8D8;
  opacity: 0.5;
}

.matrix-group .matrix-section-title {
  font-size: 22px;
  font-weight: bold;
  color: #043673;
}

.matrix-group .matrix-section-title:before {
  content: "/";
  display: inline;
  color: #37CFB1;
  margin-right: 5px;
}

.matrix-subgroup {
  padding-left: 35px;
  position: relative;
  height: 0;
  opacity: 0;
  transition: all ease 0.3s;
  overflow: hidden;
}

.matrix-subgroup.is-open {
  height: auto;
  opacity: 1;
  overflow: inherit;
  padding-bottom: 20px;
}

.matrix-subgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


.matrix-item {
  position: relative;
  margin-left: 35px;
  padding: 10px 40px 10px 10px;
  box-sizing: border-box;
  min-height: 40px;
  width: calc(100% - 35px );
}

.matrix-item:after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #F0F0F0;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.matrix-item:last-child:after {
  display: none;
}

.matrix-group .matrix-item.matrix-main-item:after {
  display: none;
}


.matrix-main-item.matrix-subgroup-open {
  background-color: #D0F4F9;
}

.matrix-subgroup .matrix-item {
  background-color: #F5F5F5;
}

.checkbox-input.matrix-item-checkbox {
  position: absolute;
  left: -33px;
  top: 11px;
}

.matrix-item-label {
  min-height: 20px;
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  color: #043673;
}

.matrix-subgroup .matrix-item-label {
  font-weight: normal;
}

.matrix-item-desc-toggle {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 500;
  cursor: pointer;
  right: 50px;
  top: 10px;
}

.matrix-subgroup .matrix-item-desc-toggle {
  right: 15px;
}

.matrix-item-desc-toggle:before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #37CFB1;
  transform: rotate(-22.5deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
}

.matrix-item-desc-toggle span {
  position: relative;
  z-index: 450;
  display: block;
  text-align: center;
  color: white;
  font-weight: bold;
}

.matrix-item-desc-box {
  background-color: #BCBFD6;
  position: absolute;
  top: 1px;
  right: -204px;
  width: 235px;
  max-height: 500px;
  padding: 20px;
  z-index: 600;
  color: #043673;
  box-sizing: border-box;
  transition: all ease 0.4s;
  visibility: hidden;
  height: auto;
  opacity: 0;
}

.matrix-subgroup .matrix-item-desc-box {
  right: -240px;
}

.matrix-item-desc-box.open {
  visibility: visible;
  opacity: 1;
}

.matrix-item-desc-box:before {
  background-color: #BCBFD6;
  position: absolute;
  top: 15px;
  left: -10px;
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  z-index: 590;
  transform: rotate(-22.5deg);
}

.matrix-item-desc-box p.tertiary_title {
  margin: 0 0 20px 0;
  position: relative;
  z-index: 600;
  font-size: 1.3rem;
  font-weight: bold;
}

.matrix-item-desc-box p {
  position: relative;
  z-index: 600;
  font-size: 1rem;
  margin: 0;
}

.matrix-subgroup-toggle {
  position: absolute;
  top: 0px;
  right: 15px;
  font-weight: bold;
  font-size: 1.8rem;
  transform: rotate(0);
  color: #043673;
  cursor: pointer;
  transition: transform ease 0.3s;
}

.matrix-subgroup-toggle.is-open {
  transform: rotate(90deg);
}

@media screen and (max-width: 900px) {
  .matrix-item-desc-box, .matrix-subgroup .matrix-item-desc-box {
    top: 50px;
    right: 0;
  }
  
  .matrix-item-desc-box:before {
    top: -8px;
    left: 140px;
  }
  
  .matrix-subgroup .matrix-item-desc-box:before {
    left: 173px;
  }
}

/* Cursus import */
.date-group input {
  border: none;
  padding: 0!important;
}

.training_level  {
  background: #D0F4F9;
  display: inline-block;
  height: 30px;
}

.training_level .level {
  display: block;
  float: left;
  color: white;
  padding: 5px 30px;
  height: 100%;
  box-sizing: border-box;
  line-height: 20px;
  display: block;
  position: relative;
  font-size: 16px;
  cursor: default;
}

.level:nth-child(2) {
  padding: 5px 15px;
}

.level:nth-child(2):before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 30px 0;
  border-color: transparent #D0F4F9 transparent transparent;
}

.level:nth-child(2):after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 30px 0;
  border-color: transparent transparent #D0F4F9 transparent;
  z-index: 10;
}

.training_level:after {
  content: "";
  display: block;
  clear: both;
}

.training_level.beginner {
  background-color: #D7F5EF;
}

.training_level.beginner .level:nth-child(1) {
  background-color: #37CFB1;
}

.training_level.intermediate {
  background-color: #D0F4F9;
}

.training_level.intermediate .level:nth-child(2) {
  background-color: #12C6E2;
}

.training_level.intermediate .level:nth-child(2):before {
  border-color: transparent #12C6E2 transparent transparent;
}

.training_level.intermediate .level:nth-child(2):after {
  border-color: transparent transparent #12C6E2 transparent;
}

.training_level.expert {
  background-color: #F9D3D2;
}

.training_level.expert .level:nth-child(2):before {
  border-color: transparent #F9D3D2 transparent transparent;
}

.training_level.expert .level:nth-child(2):after {
  border-color: transparent transparent #F9D3D2 transparent;
}

.training_level.expert .level:nth-child(3) {
  background-color: #E2241D;
}

/* OGD USP import */
.usp_module .usp_cards {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1024px;
  margin: auto;
}

.usp_module .usp_card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  min-width: 240px;
  flex: 1 0 30%;
  padding-bottom: 25px;
  position: relative;
}

.usp_module .usp_card.button_active {
  padding-bottom: 0;
}

.usp_module .usp_card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  max-width: 360px;
}

.usp_module .usp_card_content.no_icon {
  padding-top: 25px; 
}

.usp_module .card_icon {
  display: flex;
  width: 100%;
  flex-basis: 110px;
  justify-content: center;
  align-items: center;
}

.usp_module .card_icon_background {
  transform: rotate(-22.5deg);
  width: 55px;
  position: absolute;
}

.usp_module .card_icon_background::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.usp_module .card_icon_background.blue {
  background: none;
  background-color: #D0F4F9;
}

.usp_module .card_icon_background.red {
  background: none;
  background-color: #F9D3D2;
}

.usp_module .card_icon_background.blurple {
  background: none;
  background-color: #BCBFD6;
}

.usp_module .card_icon_background.yellow {
  background: none;
  background-color: #FFEBCC;
}

.usp_module .card_icon_background.teal {
  background: none;
  background-color: #D7F5EF;
}

.usp_module .icon_fa_font {
  font-size: 29px;
  z-index: 100;
  background: none;
}

.usp_module .icon_fa {
  width: 38px;
  margin-top: 5px;
  z-index: 100;
}
.usp_module .card_image {
  width: 95px;
}
.usp_module .card_image.medium {
  width: 195px;
}
.usp_module .card_image.big {
  width: 295px;
}
.usp_module .usp_title,
.usp_module .usp_quote {
  display: block;
  margin: 0;
  margin: 2.5px;
  word-break: break-word;
}


/* Text styling */
.usp_module .usp_title {
  font-size: 1.35em;
  margin-bottom: 26px;
  text-align: center;
/*   height: 56px; */
}

.usp_module .usp_quote {
  text-align: center;
  font-weight: 500;
  
  font-size: 1em;
  line-height: 1.6;
}

/* Button styling */
.usp_module .medium .button_container,
.usp_module .small .button_container {
  height: 25px;
}

.usp_module .large .button_container {
  height: 35px;
}

.usp_module .xlarge .button_container {
  height: 45px;
}

.usp_module .button_container {
  display: inline-flex;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 35px;
  position: relative;
}

.usp_module .button_active .usp_card_content {
  margin-bottom: 25px;
}

.usp_module .usp_space {
  margin: 25px 0 40px 0;
  height: 1px;
  width: 100%;
  max-width: 300px;
  align-self: center;
  
  background-color: #DADADA;
}

/* USP colors */
.usp_module .usp_card.usp_red {
  background-color: #F9D3D2;
  border-top: 2px solid #E2241D;
  border-bottom: 2px solid #E2241D;
}

.usp_module .usp_card.usp_blurple {
  background-color: #BCBFD6;
  border-top: 2px solid #043673;
  border-bottom: 2px solid #043673;
}

.usp_module .usp_card.usp_blue {
  background-color: #D0F4F9;
  border-top: 2px solid #12C6E2;
  border-bottom: 2px solid #12C6E2;
}

.usp_module .usp_card.usp_yellow {
  background-color: #FFEBCC;
  border-top: 2px solid #FD9A00;
  border-bottom: 2px solid #FD9A00;
}

.usp_module .usp_card.usp_teal {
  background-color: #D7F5EF;
  border-top: 2px solid #37CFB1;
  border-bottom: 2px solid #37CFB1;
}

.usp_module .icon_fa_font.red {
  color: #E2241D
}

.usp_module .icon_fa_font.blurple {
  color: #043673
}

.usp_module .icon_fa_font.blue {
  color: #12C6E2
}

.usp_module .icon_fa_font.yellow {
  color: #FD9A00
}

.usp_module .icon_fa.teal span {
  fill: #37CFB1
}
.usp_module .icon_fa.red span {
  fill: #E2241D
}

.usp_module .icon_fa.blurple span {
  fill: #043673
}

.usp_module .icon_fa.blue span {
  fill: #12C6E2
}

.usp_module .icon_fa.yellow span {
  fill: #FD9A00
}

.usp_module .icon_fa.teal span {
  fill: #37CFB1
}
@media only screen and (min-width: 480px) {  
  .usp_module .usp_card {
    box-shadow: none; 
  }
}

@media only screen and (min-width: 820px) {
   .usp_module .usp_cards {
     flex-direction: row;
  }

  .usp_module .usp_card::after {
    width: 1px;
    background-color: #DADADA;
    height: 100%;
    content: "";
    position: absolute;
    align-self: flex-end;
  }

  .usp_module .usp_card:last-child::after {
    display: none; 
  }
  
  .usp_module .usp_space {
    display: none;
  }

  .usp_module .double_line .usp_title {
    height: 56px;
  }

  .usp_module .triple_line .usp_title {
    height: 84px;
  }
}

/* Search Results */
.row-fluid [class*="span"].single_section.results_section {
  margin-top: 50px;
}

.hs-search-field__bar {
  max-width: 800px;
  width: 95%;
  margin: 35px auto 10px;
  position: relative;
}

.hs-search-field__bar:before {
  color: #043673;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 24px;
  content: ">";
  display: block;
}

button.ogd-search-submit {
  display: none!important;
}

.hs-search-field__bar input[name="term"] {
  border: none;
  border-bottom: 1px solid #AFECE0;
  padding-left: 25px;
}

.hs-search-results__listing {
  margin: 50px auto;
  max-width: 800px;
  width: 95%;
  padding: 0;
  list-style: none;
}
.hs-search-results__listing li {
  margin: 0 0 35px 0;
  padding: 0;
}

.hs-search-results__title {
  font-size: 18px;
  color: #043673;
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}

.hs-search-results__title:after {
  content: "";
  display: block;
  margin-top: 2px;
  height: 1px;
  width: 100%;
  background-color: #043673;
}

.hs-search-results__description {
  font-size: 16px;
  margin: 0;
}

.hs-search-highlight {
  font-weight: bold; 
}
.hs-search-results__prev-page {
  float: left;
  position: relative;
}
.hs-search-results__next-page {
  float: right;
  position: relative;
}

.hs-search-results__pagination {
  max-width: 500px;
  width: 95%;
  margin: 0 auto 50px;
}

.hs-search-results__pagination:after {
  content: "";
  display: block;
  clear: both;
} 

/* Cookie Bar */
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
   border-bottom: 0;
   bottom: 0;
   background: rgba(49,45,94, 0.8);
   top: 0;
   box-shadow: none;
   border: none;
}

@media only screen and (min-width: 960px) {
  div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    border-bottom: 0;
    bottom: 0;
    top: 0!important;
    box-shadow: 0 -1px 3px #eaf0f6;
  }
}

div#hs-eu-cookie-confirmation {
  position: fixed!important;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom  div#hs-eu-cookie-confirmation-inner {
  background: #fff;
  margin: 10% auto 0;
  max-width: 400px;
  width: 90%;
  padding: 30px;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom  div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  border: none!important;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom  div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  text-shadow: none !important;
  min-width: 150px;
  min-height: 35px;
  padding: 5px 10px!important;
  line-height: 35px;
  border-radius: 3px;
  font-size: 1.2em;
  font-weight: bold!important;
  transition: all ease .3s;
  background: linear-gradient(-67.5deg,#fd9a00 50%,#fec266 50%)!important;
  background-position: 100%!important;
  background-size: 300%!important;
  text-align: center;
  border: none!important;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom  div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin-top: 25px!important;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom  div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  background-position: 0!important;
}

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