/*
Theme Name: Recupel
Theme URI: https://www.breezemedia.eu/
Author: Breeze Media
Author URI: https://www.breezemedia.eu/
Description:  Recupel theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: recupel
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  margin: 0;
  -webkit-font-smoothing: auto;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 32px;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}
html {
  scroll-behavior: smooth;
}
a {
  background-color: transparent;
  color: #0078AE;
}

a:active,
a:hover {
  outline: 0;
    text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin: 0;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 32px;
  margin-bottom: 50px;
  font-weight:700;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  position: relative;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead{
  margin: 0;
  padding: 0;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}
.home header#masthead {
  position: absolute;
  z-index: 999;
  width: 100%;
  box-shadow: none;
}

.navbar-brand > a {
  
}
.navbar-brand > a.site-title{
    text-transform: uppercase;
    color: #0078AE;
    margin-left: 15px;
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
    
}
.navbar-brand > a:hover {
  text-decoration: none;
  color: #0078AE;;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a.btn{
    padding:15px 20px;
    display: inline-block;
    background: #fff;
    color: #0078AE;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    border: none;
    border-radius: 0;
}
a.btn:hover{
    color: #0078AE;
}
.share-wrap{
    display: flex;
    font-size: 18px;
    color: #006FA4;
    align-items: center;
    margin-top: 20px;
}
a.share-btn{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    width: 32px;
    display: block;
    margin-left: 20px;
}
a.share-btn.fb{
    background-image: url(img/ico-fb.svg);
}
a.share-btn.tw{
    background-image: url(img/ico-tw.svg);
}
a.share-btn.ln{
    background-image: url(img/ico-ln.svg);
}
/*--------------------------------------------------------------
## Page title
--------------------------------------------------------------*/
#page-title{
    padding: 140px 0 160px;
    background-color: #f6fdfe;
}
body #page-title{
    background-image: url(img/title-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 80% 0;
}
#page-title h1{
    font-size: 64px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
    color: #006FA4;
    line-height: 72px;
}
#page-title span.subheader{
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #006FA4;
    margin-bottom: 55px;
    display: block;
}
#page-title p{
    margin-bottom: 0;
    font-size: 24px;
    color: #365658;
    line-height: 32px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#masthead nav {
  padding: 0 30px 0 0;
}
#masthead .navbar-nav > li > a {
  color: #004262;
  padding: 0 20px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 30px;
}
.home #masthead .navbar-nav > li > a{
    color: #fff;
}
#masthead .navbar-nav > li.current-menu-item > a{
	font-weight:700;
}
#masthead .navbar-nav > li:hover > a{
	color:#5FCEEA;
}
body #masthead .navbar-nav > li.lang-item > a, 
body #masthead .navbar-nav > li.pdf-menu-btn > a{
    font-weight: 900;
    font-size: 16px;
}
body #masthead .navbar-nav > li.lang-item > a{
    padding: 0 50px 0 30px;
}
body #masthead .navbar-nav > li.lang-item.lang-item-first > a{
    padding:0 0 0 30px;
}
#masthead .navbar-nav > li.lang-item > a{
    color: #5FCEEA;
}
#masthead .navbar-nav > li.pdf-menu-btn > a{
    color: #fff;
}
.home #masthead .navbar-nav > li > a{
    color: #fff!important;
}
#masthead .navbar-nav > li > a:lang(fr){
	padding:0 15px;
	font-size:13px;
}
.home #masthead .navbar-nav > li:hover > a{
    color:#5FCEEA!important;
}
#masthead .navbar-nav > li.pdf-menu-btn:hover > a{
    color: #fff!important;
}
#masthead .navbar-nav > li.pdf-menu-btn > a{
    padding: 0 25px;
    background: #5FCEEA;
    border-radius: 14px;
}
.navbar-brand {
  height: auto;
  padding: 30px 45px 15px 40px;
  margin-right: 100px;
  background-color: #fff;
  border-radius: 0 0 60px 0;
  display: flex;
  align-items: center;
}
.navbar-brand{
  padding: 40px 45px 25px 40px;
}
.navbar-brand:lang(fr){
	margin-right:30px;
}
.navbar-brand:lang(fr), .home .navbar-brand:lang(fr){
	padding: 20px 20px 10px 20px;
}
.navbar-brand .logo{
    display: none;
    max-width: 200px;
    height: auto;
}
.navbar-brand .logo.nl:lang(nl),
.navbar-brand .logo.en:lang(en),
.navbar-brand .logo.fr:lang(fr){
    display: block;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
/*
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
*/
.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}
.menu-item-1572 .dropdown-menu{
width: auto;
	min-width: 12.500rem;
}
.menu-item-1572 .dropdown-menu .dropdown-item {
white-space: nowrap;
}


.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* New CSS */
.highlight ul li {
	font-weight: 400;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row > #highlight-3.highlight.style-three img {
		top: 60%;
		width: 52%;
    	right: -2%;
	}
}

@media only screen and (max-width: 1199px) {
	.row > #highlight-3.highlight.style-three img {
		top: 0;
		width: 100%;
		right: 0;
	}
	.row > #highlight-4 .highlight-text,
	.row > #highlight-4 h2 {
		width: 100%;
		padding-left: 0;
	}
}


/* End New CSS */

@media (min-width:1500px){
    .container{
        max-width: 1200px;
    }
}
@media (min-width:1650px){
    .container{
        max-width: 1450px;
    }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer{
    background: #365658;
    padding: 65px 0;
    margin-top: 110px;
}
.site-info .row{
    color: #fff;
    align-items: center;
}
.site-info .row .footer-logo{
    text-align: right;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.home section{
    overflow: hidden;
}
#hero{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background-size: cover;
    padding-bottom: 100px;
	position:relative;
	aspect-ratio: 16 / 9;
}
#hero .hero-video{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}
#hero .hero-icon{
    margin-bottom: 50px;
	z-index:10;
}
#hero .hero-text{
	z-index:10;
}
#hero .hero-text p{
    margin: 0;
    color: #fff;
    font-size: 48px;
    text-align: center;
    line-height: 57px;
}
.hero-scroll-down{
    z-index: 99;
}
.highlight{
    background-color: #80CDE6;
    font-weight: 900;
}
/* Video section */
.img-16x9-container, .img-3x4-container, .img-4x3-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 4 * 3);
}
.img-16x9-container.img-16x9-container, .img-3x4-container.img-16x9-container, .img-4x3-container.img-16x9-container {
    padding-bottom: calc(100% / 16 * 9);
}
.img-16x9-container img, .img-16x9-container video, .img-3x4-container img, .img-3x4-container video, .img-4x3-container img, .img-4x3-container video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.img-16x9-container video{
    border: 10px solid #fff;
    box-shadow: 0 3px 20px 0px rgba(0,0,0,0.41);
}
.img-16x9-container img.play-button {
	width: 90px;
    height: 90px;
    left: 50%;
    top: 50% ;
    transform: translate(-50%, -100%);
    cursor: pointer;
    object-fit: contain;
}
.home .img-16x9-container img.play-button{
    transform: translate(-100%, -50%);
}
#top-video {
	cursor: pointer;
}
#about{
    padding: 120px 0 80px;
    position: relative
}
#about::after{
    width: 50%;
    height: calc(100% - 135px);
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 135px;
    bottom: 80px;
    background-color: #80CDE6;
    z-index: -1;
}
#about h2{
    color: #80CDE6;
}
#about .row{
    align-items: center;
}
#about .quote{
    padding-left: 50px;
}
#about .quote-text{
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}
#about .quote-person{
    font-size: 1rem;
    line-height: 22px;
    color: #0078AE;
    margin-bottom: 25px;
}

/* Result section */
#result{
    position: relative;
    margin-top: 80px;
    padding-top: 80px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.16);
    text-align: center;
}
#result::before{
    width: 50%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #80CDE6;
    z-index: -1;
}
#result::after{
    width: 55px;
    height: 55px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-47px, -100%) rotate(45deg);
    background-color: #80CDE6;
    z-index: -1;
}
#result h2{
    color: #006FA4;
    text-align: left;
}
#result .icons-with-text{
    padding-left: 60px;
}
#result .stats-with-text{
    padding-right: 100px;
}
#result .number-count,
#result .percent-count{
    color: #fff;
    font-size: 56px;
    font-weight: 900;
    line-height: 67px;
    margin-bottom: 35px;
    display: block;
}
#result .number-text,
#result .percent-text{
    color: #0078AE;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0;
}
#result .result-icon{
    margin-bottom: 35px;
    border-radius: 100%;
    transition: all .3s;
}
#result .result-icon-heading{
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    color: #006FA4;
    margin-bottom: 20px;
    display: block;
}
#result .result-icon-text p{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #466A70;
    margin-bottom: 40px;
}
#result .icon-with-text:hover .result-icon{
    box-shadow: 0 0 0 20px #DBF5FF;
}
#result .result-more{
    padding: 20px 0;
    background: #F6FDFE;
}
#result .result-more-link{
    font-size: 28px;
    font-weight: 700;
    color: #006FA4;
    position: relative;
}
#result .result-more-link::after{
    width: 16px;
    height: 26px;
    content: '';
    display: block;
    position: absolute;
    right: -30px;
    top: 5px;
    background-image: url('img/read-more.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}
/* Highlights section */
#highlights{
    padding: 120px 0;
}
#highlights h2{
    color: #80CDE6;
    margin-bottom: 70px;
}
#highlights ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#highlights ul li{
    width: calc(50% - 10px);
    flex: calc(50% - 10px);
    display: flex;
    flex-direction: row;
    height: 350px;
}
#highlights ul li span{
    display: none;
}
#highlights ul li .post-img{
    width: 65%;
    flex: 45%;
}
#highlights ul li .post-desc{
    padding: 30px;
    width: 45%;
    flex: 45%;
    position: relative;
}
#highlights ul li .post-desc h3{
    font-family: 'Montserrat';
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
}
#highlights ul li .post-desc a{
    background: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #80CDE6;
}
#highlights ul li .post-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#highlights ul li:first-of-type{
    width: 100%;
    flex: 100%;
    flex-direction: row-reverse;
    height: 600px;
    background: #80CDE6;
    margin-bottom: 20px;
}
#highlights ul li:last-of-type{
    width: 100%;
    flex: 100%;
    flex-direction: row;
    height: 600px;
    background: #80CDE6;
    margin-bottom: 20px;
}
#highlights ul li:last-of-type {
	margin-top: 20px;
}
#highlights ul li:last-of-type span,
#highlights ul li:first-of-type span{
    display: block;
    font-size: 24px;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 30px;
    color: #fff;
}
#highlights ul li:first-of-type span.en:lang(nl),
#highlights ul li:first-of-type span.en:lang(fr),
#highlights ul li:last-of-type span.en:lang(nl),
#highlights ul li:last-of-type span.en:lang(fr){
	display:none;
}
#highlights ul li:first-of-type span.nl:lang(en),
#highlights ul li:last-of-type span.nl:lang(en){
	display:none;
}
#highlights ul li:first-of-type .post-img,
#highlights ul li:last-of-type .post-img{
    width: 66.666666%;
    flex: 66.666666%;
}
#highlights ul li:first-of-type .post-desc,
#highlights ul li:last-of-type .post-desc{
    padding: 100px 60px 50px ;
    width: 33.33333%;
    flex: 33.33333%;
}
#highlights ul li:first-of-type .post-desc h3,
#highlights ul li:last-of-type .post-desc h3{
    font-size: 40px;
    line-height: 48px;
    color: #006FA4;
}
#highlights ul li:first-of-type .post-desc a,
#highlights ul li:last-of-type .post-desc a{
    bottom: 50px;
    left: 60px;
}
#highlights ul li:nth-of-type(2){
    background: #365658;
    margin-right: 10px;
}
#highlights ul li:nth-of-type(2) h3{
    color: #80CDE6;
}
#highlights ul li:nth-of-type(2) a{
    background-color: #80CDE6;
    color: #fff;
}
#highlights ul li:nth-of-type(3){
    background: #80CDE6;
    margin-left: 10px;
}
#highlights ul li:nth-of-type(3) h3{
    color: #fff;
}
/* Slider section */
#slider{
    background: #ceecf5;
    padding: 50px 0;
}
#slider h2{
    color: #365658;
}
#slider .home-slider{
    position: relative;
}
.slick-arrow{
    background: url('img/slider.svg');
    width: 54px;
    height: 54px;
    background-size: contain;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.slick-arrow.slick-next{
    right: -25px;
    transform: translate(100%, -50%) rotate(180deg);
}
.slick-arrow.slick-prev{
    left: -25px;
    transform: translate(-100%, -50%);
}
#slider .slide{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
#slider .slide div{
    flex: 1;
}
#slider .slider-image img{
    width: 100%;
    max-height: 450px;
    object-fit: contain;
    object-position: center;
}
#slider .slider-desc h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 35px;
    color: #365658;
    font-weight: 900;
}
#slider .slider-desc p{
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 75px;
    color: #365658;
    font-weight: 900;
}
#slider .slider-desc a.btn{
    color: #fff;
    background: #365658;
}
/* Stories section */
#stories{
    margin-top: 55px;
    background: #80CDE6;
}
#stories h2{
    color: #fff;
}
#stories p{
    font-family: 'Montserrat', sans-serif;
    color: #006FA4;
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
    margin-bottom: 50px;
}
#stories .row{
    align-items: center;
}
#stories .stories-images{
    display: flex;
    flex-wrap: nowrap;
}
#stories .stories-images img{
    width: 225px;
    height: 600px;
    object-fit: cover;
}
#stories a.btn{
    color: #004262;
}
#stories .carousel.single-slide .carousel-control-prev,
#stories .carousel.single-slide .carousel-control-next {
	display: none;
}
/*--------------------------------------------------------------
# CEO Page
--------------------------------------------------------------*/
#ceo-video{
    position: relative;
    
}
#ceo-video::before{
    width: 50%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #80CDE6;
    z-index: -1;
}
#ceo-video .row{
    align-items: center;
}
#ceo-video #top-video{
    margin-top: -60px;
}
#ceo-video .quote-text{
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 45px;
}
#ceo-video .quote-person{
    color: #006FA4;
    font-weight: 500;
    font-style: italic;
}
#ceo-content{
    padding: 150px 0 0;
    max-width: 725px;
    margin: 0 auto;
    position: relative;
}
#ceo-content h2{
    font-size: 24px;
    margin: 20px 0 40px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: none;
    color: #006FA4;
}
#ceo-content p{
    margin-bottom: 50px;
    display: block;
}
#ceo-content blockquote{
    padding:0 10px;
    color: #80CDE6;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    position: relative;
	border-left:none;
}
#ceo-content blockquote::before{
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 7px;
    left: -20px;
    top: 0;
    background: #80CDE6;
	
}
#ceo-content .about-card-wrap{
    position: absolute;
    width: 400px;
    top:31%;
    right: -75px;
    transform: translate(100%, 0);
}
#ceo-content .about-card{
    width: 100%;
    background: #80cde6;
}
#ceo-content .about-card-desc{
    padding: 45px;
}
#ceo-content .about-card-question{
    background: #fff;
    color: #006FA4;
    text-transform: uppercase;
    font-weight: 700;
    padding: 3px 10px;
    letter-spacing: 2px;
}
#ceo-content p.about-card-text{
    margin: 30px 0 0;
}
#ceo-content a.share-btn{
    
}
/*--------------------------------------------------------------
# Partners stories page
--------------------------------------------------------------*/
#page-nav{
    margin-top: -110px;
}
#page-nav .container{
    padding-bottom: 65px;
    position: relative;
}
#page-nav .container::after{
    width: 100%;
    height: 2px;
    content: '';
    display: block;
    background: #D7F5FB;
    position: absolute;
    bottom: 0;
}
#page-nav .section-nav .section-nav-img{
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page-nav .section-nav img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top;
    
}
#page-nav .section-nav h2{
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    color: #006FA4;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
#page-nav .section-nav .section-nav-owners{
    font-size: 14px;
    line-height: 20px;
    color: #006FA4;
}
#partner-stories .story{
    padding-bottom: 150px;
    position: relative;
}

#partner-stories .story .story-quote-top{
    max-width: 700px;
    margin: 0 auto;
    padding: 95px 0 65px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
#partner-stories .story .story-quote-top::before{
    background-image: url(img/quote.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
#partner-stories .story .story-quote-top p{
    color: #006FA4;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 35px;
}
#partner-stories .story .story-quote-top span{
    color: #80CDE6;
    font-size: 14px;
    font-weight: 300;
}
#partner-stories .story .person-card{
    background: #80CDE6;
    text-align: left;
}
#partner-stories .story .person-card img{
    width: 100%;
}
#partner-stories .story .person-card-inner{
    padding: 45px;
}
#partner-stories .story .person-card .person-card-name{
    background: #fff;
    color: #365658;
    text-transform: uppercase;
    font-weight: 700;
    padding: 3px 10px;
    letter-spacing: 2px;
}
#partner-stories .story .person-card p{
    margin: 30px 0 15px;
}
#partner-stories .story .person-card a{
    color: #212121;
}
.page-id-902 #partner-stories .story .person-card a,
#partner-stories .story .person-card a.french {
	display: none;
}
.page-id-902 #partner-stories .story .person-card a.french {
	display: inline-block;
}
#partner-stories .story .partner-container{
    text-align: right;
}
#partner-stories .row .partner-container .share-wrap{
    justify-content: flex-end;
}
#partner-stories .story .story-content{
    padding-left: 45px;
    margin-bottom: 35px;
}
#partner-stories .story .story-content h2{
    margin: 20px 0 35px;
    text-transform: none;
    font-size: 24px;
    color: #006FA4;
}
#partner-stories .story .story-content p{
    margin-bottom: 40px;
}
#partner-stories .story .quote-with-image{
    margin-bottom: 80px;
    align-items: center;
}
#partner-stories .story .quote-image img{
    width: 100%;
}
#partner-stories .story .quote-image-text {
    padding-left: 50px;
}
#partner-stories .story .quote-image-text-author{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #006FA4;
}
#partner-stories .story .quote-image-text-wrap{
    border-left: 8px solid #80CDE6;
    color: #80CDE6;
    padding-left: 30px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
}
.scroll-to-top{
    text-align: center;
}
#partner-stories .story .scroll-to-top{
    position: absolute;
    bottom: 225px;
    width: 33.333333%;
    text-align: center;
}
.scroll-to-top a{
    display: inline-block;
}
.scroll-to-top a::before{
    background-image: url(img/top.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
}
.scroll-to-top a span{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #80CDE6;
    padding-bottom: 2px;
    border-bottom: 1px solid #80CDE6;
}
/*--------------------------------------------------------------
# Results page
--------------------------------------------------------------*/
#page-nav .section-nav-title{
    position: absolute;
    
    text-align: center;
    
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    width: 70%;
}
.overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #80cde6;
    mix-blend-mode: multiply;
    top: 0;
}
#page-nav .section-nav img.section-nav-arrow{
    height: 50px;
    width: 50px;
    object-fit: contain;
    float: right;
    margin-right: 25px;
    transform: rotate(90deg);
}
.page-template-result-temp #page-nav .container::after{
    display: none;
}
#result-stats{
    padding: 65px 0 220px;
}
.result-header-wrap{
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
}
.result-subheader{
    font-size: 26px;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: 2px;
    color: #0078AE;
    text-align: center;
    max-width: 450px;
    margin: 0 auto 50px;
    text-transform: uppercase;
}
.result-header{
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 47px;
    color: #80CDE6;
    margin-bottom: 60px;
}
.result-header-wrap p{
    font-size: 22px;
    line-height: 32px;
    color: #466A70;
    margin-bottom: 80px;
}
.resultat-below-stats-row .scroll-to-top{
    margin-bottom: 70px;
}
#result-stats .stat-block{
    padding: 45px 0 35px;
    background: #80CDE6;
    margin-bottom: 110px;
}
#result-stats .result-old-num{
    font-size: 22px;
    font-weight: 900;
    line-height: 32px;
    color: #0078AE;
}
#result-stats .result-new-num{
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    margin-top: 30px;
}
#result-stats .result-new-num p:last-of-type{
    margin-bottom: 0;
}
#result-stats .result-new-num strong{
    font-size: 44px;
    text-transform: uppercase;
}
.result-line-container{
    max-width: 535px;
    margin: 0 auto;
}
#result-stats sup{
    font-size: 50%;
    top:-0.7em;
}
.result-old-line, .result-new-line{
    height: 8px;
    border-radius: 5px;
    background-color: #0078AE;
    display: block;
    width: 90%;
}
.result-new-line{
    background-color: #fff;
    width: 100%;
    margin-top: 5px;
}
#result-stats .row:nth-of-type(2) .result-old-line{
	width:100%;
}
#result-stats .row:nth-of-type(2) .result-new-line{
	width:100%;
}
.before-stats-row p{
    margin-bottom: 90px;
    font-size: 22px;
    font-weight: 900;
    line-height: 32px;
    color: #0078AE;
}
.before-stats-row p strong{
    font-size: 30px;
    color: #5FCEEA;
}
.after-stats-row{
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    color: #466A70;
    margin-top: 25px;
	max-width: 870px;
    margin: 20px auto 70px;
	text-align:center;
}
.result-body{
    max-width: 870px;
    margin: 0 auto;
    
}

#result-stats .row:nth-child(2)::after{
    display: none;
}
#result-stats .row:nth-child(2) .result-header{
	margin-top:110px;
}
.statistics-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 45px;
	gap: 20px;
}
.statistics-row .statistics-col-left{
    display: flex;
    width: 100%;
	gap: 20px;
	align-items: center;
}
.statistics-row .result-line-container{
    width: 100%;
    text-align: center;
    margin: 0;
}
.statistics-row .result-new-line{
    background: #5FCEEA;
}
#result-stats .statistics-row .result-new-num{
    color: #5FCEEA;
    font-size: 22px;
    font-weight: 900;
    line-height: 32px;
    margin-top: 2px;
    display: block;
}
.statistics-row img{
	width: 55px;
    min-width: 55px;
    height: 55px;
    object-fit: contain;
    object-position: center;
}
.statistics-row .result-name p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #466A70;
    text-align: right;
    width: 100px;
}
.statistics-row .result-new-difference-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.statistics-row .result-new-difference{
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    color: #5FCEEA;
    border: 2px solid #5FCEEA;
    padding: 2px 20px;
    border-radius: 20px;
	white-space: nowrap
}
.result-body .scroll-to-top{
    margin-top: 75px;
}
#result-circles{
    background: #f9fdfe;
    padding: 180px 0 150px;
}
.circle-figure{
	position:relative;
}
#result-circles .slider-header{
    font-size: 22px;
    font-weight: 900;
    line-height: 32px;
    color: #0078AE;
    margin-bottom: 45px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
.result-slider{
    background: #f1fcfe;
    border-radius: 18px;
    padding: 60px 120px;
    position: relative;
    margin: 0 auto 150px;
    max-width: 1070px;
}
.result-slider .slide-name{
    font-size: 30px;
    font-weight: 900;
    color: #5FCEEA;
    text-align: center;
    margin-bottom: 80px;
}
.result-slider .circle-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}
.result-slider .circle-item{
    width: 25%;  
}
.result-slider .circle-item:nth-of-type(5) .circle-item-name,
.result-slider .circle-item:nth-of-type(6) .circle-item-name{
    font-weight: 900;
    max-width: 160px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
}
.result-slider .circle-item .circle-item-name{
    color: #466A70;
    font-size: 22px;
}
.slick-dots {
    position: absolute;
    bottom: -70px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '\2022';
    text-align: center;
    opacity: 0.5;
    background: #5FCEEA;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 100%;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
}
.result-slider .slick-arrow{
    background-image: url(img/slider-thin.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
}
.circle-item{
    margin-bottom: 50px;
}
.circle-item-percent{
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #0078AE;
    border-radius: 100%;
    height: 160px;
    width: 160px;
    margin: 0 auto 20px;
    color: #15DCBE;
}
.result-below-slider{
    max-width: 770px;
    margin: 0 auto;
}
.result-below-slider .scroll-to-top{
    width: 100%;
}
.resultat-per-header{
    font-size: 38px;
    font-weight: 500;
    line-height: 46px;
    color: #466A70;
    margin-bottom: 30px;
}
.result-below-slider .resultat-per-item{
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    color: #466A70;
}
.resultat-per-percent{
    color: #15DCBE;
}
.resultat-per-after{
    font-size: 22px;
    color: #466A70;
    margin-top: 85px;
    text-align: center;
    margin-bottom: 80px;
}
.resultat-below-stats-row{
    margin-top: 170px;
}
.result-below-slider .result-text{
    margin-bottom: 0;
}
#network{
    padding: 170px 0 110px;
}
.network-item{
    margin: 120px auto;
    display: flex;
    flex-direction: row;
    max-width: 1070px;
}
.network-item img{
    flex: 1;
    width: 100%;
}
.network-item:nth-of-type(3n+1) .network-item-header{
	margin: 0 0 5px;
}
.network-item:nth-of-type(2n+1){
    flex-direction: column-reverse;
	max-width: 840px;
	
}
.network-item:last-of-type{
    flex-direction: row-reverse;
	max-width: 1070px;
}

#network .scroll-to-top{
    width: 100%;
}
.network-item-text{
    padding-left: 50px;
    flex: 1;
}
.network-item-header{
    color: #0078AE;
    font-style: italic;
    font-weight: 900;
    margin: 60px 0 80px;
}
.network-item-number{
    font-size: 140px;
    line-height: 1;
}
.network-item-unit{
    font-size: 38px;
}
.network-item-desc{
    margin-bottom: 40px;
    color: #466A70;
    font-size: 22px;
}
.network-item-desc.chart.bottom{
	max-width: 1000px;
	text-align: center;
	margin: 0px auto 80px auto;
}
.network-item:nth-of-type(2n+1) .network-item-header{
    margin: 0 0 45px;
}
.network-item:nth-of-type(2n+1) .network-item-text{
    padding: 0 20px;
}
.network-item:last-of-type img{
    width: 100%;
}
.network-item:nth-of-type(2n+1) .network-item-text{
    padding: 0;
    padding-right: 50px;
}
#pie-charts {
	padding: 170px 0 60px;
	background-color: #f1fcfe;
}
#pie-charts .chart-container {
	max-width: 600px;
    margin: 0 auto 60px auto;
	aspect-ratio: 1;
}
#pie-charts .network-item-header.chart {
	max-width: 700px;
	font-size: 38px;
	line-height: 1;
    display: block;
	text-align: center;
	margin: 40px auto;
}
#pie-charts .result-subheader.chart.main {
	max-width:100%;
	margin-bottom: 60px;
}
/**** Highlights ****/
.page-template-highlights-temp #partner-stories{
    overflow: hidden;
}
.page-template-highlights-temp #page-nav .section-nav h2{
	font-size:18px;
	text-transform:none;
}
.page-template-highlights-temp .highlight{
    background: none;
}
.page-template-highlights-temp #page-nav .container::after{
    display: none;
}
.page-template-highlights-temp .highlight h2{
    font-size: 56px;
    line-height: 68px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    color: #006FA4;
    margin-bottom: 30px;
}
#ceo-content blockquote:nth-of-type(3),
#ceo-content blockquote:nth-of-type(4) {
	margin-left:0;
	border-left: 0;
}
#ceo-content blockquote:nth-of-type(3):before,
#ceo-content blockquote:nth-of-type(4):before {
	display: none;
}
#ceo-content blockquote:nth-of-type(3) h2,
#ceo-content blockquote:nth-of-type(4) h2 {
	color: #fff;
}
#ceo-content blockquote:nth-of-type(3) p,
#ceo-content blockquote:nth-of-type(4) p {
	    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #212121;
    margin: 0;
}
#ceo-content blockquote:nth-of-type(4) p  {
	color: #fff;
}
.page-template-highlights-temp .highlight img{
    width: 100%;
}
.page-template-highlights-temp .highlight:not(.style-one) img{
    border: 10px solid #fff;
    box-shadow: 0 3px 20px 0px rgb(0 0 0 / 41%);
}
.page-template-highlights-temp .highlight .video-container{
    max-width: 850px;
    margin: 0 auto 35px;
}
.page-template-highlights-temp .highlight .highlight-text p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #212121;
    margin: 0;
    
}
.page-template-highlights-temp .highlight a.btn{
    background: #80CDE6;
    position: absolute;
    bottom: -112px;
    left: 90px;
    color: #fff;
}
.page-template-highlights-temp .highlight.style-two a.btn{
    background: #006FA4;
    bottom: 0;
    left: calc(40% + 84px);
}
.page-template-highlights-temp .highlight.style-two.no-image a.btn{
    left: 0;
    position: relative;
    margin-top: 50px;
    margin-left: 80px;
    background: #80CDE6;
}
/*Style one*/
.highlight.style-one{
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 200px;
}
.highlight.style-one h2{
    text-align: center;
}
.highlight.style-one .highlight-text{
    padding: 0 50px;
}

.highlight.style-one img{
    margin-bottom: 70px;
}
.highlight.style-one.with-video .img-16x9-container{
    margin-bottom: 70px;
}
.highlight.style-one.with-video .highlight-text p{
    width: 100%;
    float: none;
    max-width: 800px;
    margin: 0 auto;
}
.highlight.style-one .scroll-to-top {
	margin-top: 40px
}
/*Style two*/
.highlight.style-two{
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
	margin-top: 40px;
}
.highlight.style-two::before{
    display: block;
    position: absolute;
    content: '';
    width: 2500px;
    height: 100%;
    background: #006FA4;
    z-index: -1;
    left: -600px;
    top:0;
}
.highlight.style-two .media-col {
	margin: 10px 0;
	height: 100%;
}
.highlight.style-two .content-col {
	padding: 15px 0 30px;
}
.highlight.style-two img{
    object-fit: cover;
	margin: -30px 0;
	height: calc(100% + 30px);
	max-height: 700px;
}
.highlight.style-two h2{
    color: #fff;
    padding-left: 80px;
}
.highlight.style-two .highlight-text{
    order: 3;
	padding-left: 80px;
    
}
.highlight.style-two .highlight-text p{
    color: #fff;
}
.highlight.style-two.no-image{
    display: block;
    height: auto;
}
.highlight.style-two.no-image::before{
    display: none;
}
.highlight.style-two.no-image h2{
    color: #006FA4;
}
.highlight.style-two.no-image .highlight-text p:nth-of-type(n){
    color: #212121;
    width: 100%;
}
.highlight-style-two.scroll-to-top {
	margin: 40px auto 200px auto;
}

/*Style three*/
#ceo-content blockquote:nth-of-type(3),
#ceo-content blockquote:nth-of-type(4),
pullquote,
.highlight.style-three{
    background: #80CDE6;
    max-width: 1200px;
    padding: 75px 90px 0;
    margin-bottom: 130px;
}
#ceo-content blockquote:nth-of-type(4) {
	background: #006FA4;
}
#ceo-content blockquote:nth-of-type(3),
#ceo-content blockquote:nth-of-type(4) {
	padding-bottom: 75px;
}
.highlight.style-three img{
    position: absolute;
    top:calc(50% + 50px);
    right: -54%;
	max-height:550px; 
	object-fit:cover;
	object-position:top;
}
.highlight.style-three h2{
    color: #fff;
}
.highlight.style-three .highlight-text p {
    margin-bottom: 55px;
}
.highlight .highlight-text p:nth-of-type(2){
    width: 100%;
    padding-right: 35px;
}
.page-id-529 .highlight .highlight-text p:nth-of-type(2),
.page-id-1557 .highlight .highlight-text p:nth-of-type(2) {
	width: 100%;
	padding-right: 0;
}
#highlight-6.highlight.style-three .highlight-text p:first-of-type{
    margin: 0;
}
#highlight-6.highlight.style-three img{
    top: calc(60% + 50px);
    max-height: 480px;
    object-fit: cover;
}
#highlight-3.highlight.style-three .highlight-text > p:last-of-type{
	width:50%;
}
#highlight-3.highlight.style-three img{
	right: -30%;
	width: 80%;
}
/****** organisatie-en-cijfers *****/
.page-id-1532 .container.orgindex .col-md-4.section-nav:first-child {
	display: none;
}
.page-template-organisatie-temp #page-nav .section-nav img.section-nav-arrow{
    transform: rotate(180deg);
}
.page-template-organisatie-temp #page-nav .container::after{
    display: none;
}
.page-template-organisatie-temp #team{
    padding: 65px 0 120px;
}
.page-template-organisatie-temp #team .row{
    margin-right: -40px;
    margin-left: -40px;
}
.page-template-organisatie-temp #team .row .row{
    margin-right: -15px;
    margin-left: -15px;
}
.page-template-organisatie-temp #team .row .col-md-4{
    padding: 0 40px;
}
.page-template-organisatie-temp #team .row .col-md-12{
    padding: 0 40px;
}
.page-template-organisatie-temp h2{
    font-size: 48px;
    color: #80CDE6;
    font-weight: 900;
    text-transform: none;
    margin-bottom: 35px;
}
.page-template-organisatie-temp #team .team-body .team-item{
	background-color: #80CDE6;
	padding: 40px 20px;
}
.page-template-organisatie-temp .team-item{
    text-align: start;
    margin-bottom: 20px;
}
.page-template-organisatie-temp .team-icon{
    margin-bottom: 20px;
    height: 55px;
    width: 55px;
    object-fit: contain;
    object-position: bottom;
}
.page-template-organisatie-temp .team-icon-empty{
    display: none;
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
}
.page-template-organisatie-temp .team-title{
	margin-bottom: 30px;
	font-size: 28px;
    line-height: 33px;
    color: #fff;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
	padding: 0 20px;
}
.page-template-organisatie-temp #team .team-item .row .col-md-4.person{
    text-align: left;
    font-size: 18px;
    line-height: 28px;
	padding-bottom: 15px;
}
.page-template-organisatie-temp .team-item .person .team-name{
    color: #0078AE;
    font-weight: 900;
}
.page-template-organisatie-temp .team-item .person .team-photo{
    width: 100%;
    margin-bottom: 30px;
    height: 250px;
    object-fit: cover;
}
.page-template-organisatie-temp #brandman .scroll-to-top,
.page-template-organisatie-temp #team .scroll-to-top{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.page-template-organisatie-temp #brandman .scroll-to-top::before,
.page-template-organisatie-temp #team .scroll-to-top::before{
    content: '';
    display: block;
    width: calc(80% - 40px);
    height: 1px;
    background: #80CDE6;
    margin-left: 40px;
}
#jaarbalans-recupel .tabel-container{
    max-width: 1080px;
    background: #f5fbfd;
    padding: 65px 0 45px;
    margin: 0 auto 55px;
}
#jaarbalans-recupel .tabel-container h3{
    text-align: center;
    color: #0078AE;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
#jaarbalans-recupel .tabel-container table{
    max-width: 750px;
    margin: 0 auto;
    margin-top: 95px;
    font-size: 22px;
}
#jaarbalans-recupel table tr th:first-of-type p{
    font-size: 30px;
    margin-bottom: 0;
}

#jaarbalans-recupel table tr:last-of-type td p strong{
    color: #15DCBE;
    text-transform: uppercase;
}
 #jaarbalans-recupel table tr:last-of-type td:last-of-type p strong{
    color: #15DCBE;
}
#jaarbalans-recupel thead th p {
	margin-bottom: 0;
}
#jaarbalans-sect {
    background: #f9fdfe;
    padding: 95px 0;
    margin: 85px 0 40px;
}
#jaarbalans-sect h3{
    text-align: center;
    color: #0078AE;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 80px;
}
#jaarbalans-sect table{
    max-width: 1500px;
    margin: 150px auto 0;
}
#jaarbalans-sect table:first-of-type{
    margin-top: 0;
}
#jaarbalans-sect table th{
    font-size: 22px;
    font-weight: 900;
    text-align: right;
    color: #0078AE;
    text-decoration: underline;
    vertical-align: top;
}
#jaarbalans-sect table thead tr th:first-of-type{
    font-size: 30px;
    font-weight: 900;
    text-decoration: underline;
    color: #5FCEEA;
    text-align: left;
    padding-top: 75px;
}
#jaarbalans-sect table tbody tr td strong{
    color: #466A70;
    text-transform: uppercase;
}
#jaarbalans-sect table tbody tr:last-of-type td strong, #jaarbalans-sect table tbody tr:nth-of-type(11) td strong{
    color: #15DCBE;
    text-transform: uppercase;
}

#DataTables_Table_2_wrapper table tbody tr td:first-child, #DataTables_Table_2_wrapper table tbody tr th:first-child{
	width:402px;
}
#DataTables_Table_4_wrapper th,#DataTables_Table_5_wrapper th{
    opacity: 0;
}
#DataTables_Table_4_wrapper th:first-of-type{
    opacity: 1;
    width: 278px!important;
}
#jaarbalans-sect #DataTables_Table_5_wrapper table thead tr th:first-of-type{
    font-size: 24px;
}
#jaarbalans-sect #DataTables_Table_5_wrapper table{
    table-layout:fixed;
}
#DataTables_Table_5_wrapper th:first-of-type, #DataTables_Table_5_wrapper td:first-of-type{
	width: 243px!important;
	opacity: 1;
}
#DataTables_Table_5_wrapper thead tr th:first-of-type p{
	white-space:nowrap;
}
/*--------------------------------------------------------------
# 20 year
--------------------------------------------------------------*/
#hero.years-page{
    height: calc(100vh - 108.7px);
    justify-content: center;
    padding: 0;
}
#hero.years-page .hero-text p{
    font-size: 64px;
    font-weight: 900;
    line-height: 72px;
    font-family: 'Montserrat', sans-serif;
}
#hero.years-page .hero-icon{
    margin-bottom: 40px;
}
#hero .overlay{
    background-color: rgba(0, 111, 164, 0.61);
}
.hero-subtext{
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
}
.hero-subtext p{
    margin-bottom: 60px;
}
.history-text{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 90px 0;
    font-size: 28px;
    line-height: 40px;
}
.history-text .share-wrap{
    justify-content: center;
}
.year-item{
    margin: 90px 0;
}
.year-item-inner{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    display: flex;
    padding-top: 100px;
}
.year-item .year-num{
    font-size: 32px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    color: #80CDE6;
    position: absolute;
    top: 0;
    left: 0;
    writing-mode: vertical-lr;
    text-orientation: upright;
}
.year-item h2{
    font-size: 48px;
    line-height: 64px;
    font-weight: 900;
    color: #80CDE6;
    text-transform: none;
}
.year-item .year-desc{
    padding: 0 90px;
    width: 60%;
}
.year-item .year-image-wrap{
    width: 40%;
}
#year-2 .year-item-inner{
    flex-direction: column-reverse;
}
#year-2 .year-image-wrap{
    padding: 0 90px;
}
#year-2 .year-image-wrap img{
    width: auto;
}
#year-2.year-item .year-desc{
    width: 100%;
    display: flex;
    padding: 0;
    padding:0 90px;
    align-items: center;
}
#year-2.year-item .year-num{
    color: #006FA4;
}
#year-2.year-item h2{
    line-height: 48px;
    text-align: center;
    color: #006FA4;
    width: 340px;
}
#year-2.year-item .year-text{
    padding-left: 65px;
    width: 100%;
}
#year-3.year-item, #year-6.year-item{
    background: #EFFDFF;
    padding:20px 0 60px;
    margin: 150px 0;
}
#year-6.year-item{
    margin-bottom: 90px;
}
#year-9.year-item{
    margin-bottom: 40px;
}
#year-10.year-item{
    margin-top: 40px;
}
#year-10.year-item .year-item-inner{
    padding-top: 60px;
}
#year-3 .year-item-inner, #year-6 .year-item-inner{
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
}
#year-3.year-item .year-num, #year-6.year-item .year-num{
    right: 0;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    color: #006FA4;
}
#year-3.year-item .year-desc, #year-6.year-item .year-desc{
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 0;
}
#year-3.year-item h2, #year-6.year-item h2{
    margin: 25px 0 35px;
    color: #006FA4;
}
#year-3.year-item p, #year-6.year-item p{
    margin: 0;
}
#year-4.year-item .year-num{
    left: unset;
    right: 0;
}
#year-4 .year-item-inner{
    padding-right: 60px;
    padding-top: 140px;
}
#year-5 .year-item-inner, #year-7 .year-item-inner{
    flex-direction: row-reverse;
    align-items: center;
}
#year-5.year-item .year-image-wrap, #year-7.year-item .year-image-wrap{
    padding-left: 90px;
    width: 50%;
}
#year-5.year-item .year-image-wrap img, #year-7.year-item .year-image-wrap img{
    width: 100%;
}
#year-5.year-item .year-desc, #year-7.year-item .year-desc{
    padding: 0 35px;
    width: 50%;
}
#year-6.year-item .year-image-wrap{
    padding-top: 80px;
}
#year-6.year-item .year-num{
    top: 0;
    transform: none;
    color: #80CDE6;
}
#year-8.year-item{
    margin-bottom: 240px;
}
#year-8.year-item .year-num{
    left: unset;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#year-8.year-item .year-image-wrap{
    padding-right: 60px;
    position: relative;
}
#year-8.year-item .year-image-wrap img{
    width: 100%;
}
.year-item .year-image-wrap img.second-image{
    width: 100%;
    position: absolute;
    top: 70%;
    right: 100px;
}
#year-8.year-item .year-text{
    padding-right: 50px;
}
#year-9 .year-item-inner, #year-10 .year-item-inner, #year-12 .year-item-inner{
    flex-direction: column-reverse;
}
#year-9.year-item .year-image-wrap, #year-10.year-item .year-image-wrap, #year-12.year-item .year-image-wrap{
    width: 100%;
    padding: 0 90px;
}
#year-9.year-item .year-image-wrap img, #year-10.year-item .year-image-wrap img, #year-12.year-item .year-image-wrap img{
    width: 100%;
}
#year-9.year-item .year-desc, #year-10.year-item .year-desc, #year-12.year-item .year-desc{
    width: 100%;
    text-align: center;
}
#year-9.year-item .year-desc h2, #year-10.year-item .year-desc h2, #year-12.year-item .year-desc h2{
    margin-top: 70px; 
    margin-bottom: 35px;
}
#year-9.year-item .year-desc p, #year-10.year-item .year-desc p, #year-12.year-item .year-desc p{
    margin-bottom: 20px;
}
#year-9.year-item .year-num, #year-10.year-item .year-num{
    top:25%;
}
#year-11.year-item {
    background: #EFFDFF;
    padding: 75px 0 140px;
}
#year-11 .year-item-inner{
    flex-direction: row-reverse;
    align-items: center;
}
#year-11.year-item .year-num{
    left: unset;
    right: 0;
}
#year-11.year-item .year-image-wrap img{
    width: 100%;
    padding-left: 90px;
}
#year-11.year-item .year-desc{
    padding: 0 120px 0 30px;
}
#year-11.year-item h2{
    color: #006FA4;
}
#year-12.year-item .year-desc p{
    max-width: 825px;
    margin: 0 auto;
}
#year-12.year-item .year-desc h2{
    max-width: 630px;
    margin: 60px auto 45px;
}
#year-13.year-item{
    background: #EFFDFF;
}
#year-13 .year-item-inner{
    flex-direction: row-reverse;
    align-items: center;
    padding: 120px 0 100px;
}
#year-13.year-item h2{
    display: none;
}
#year-13.year-item .year-image-wrap{
    padding-left: 90px;
}
#year-13.year-item .year-num{
    left: unset;
    right: 0;
    transform: none;
    top: 20px;
}
#history::after{
    content: '';
    display: block;
    background: #b7b7b7;
    height: 1px;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}
#partner-gallery{
    padding: 145px 0 50px;
}
#partner-gallery h2{
    font-size: 48px;
    line-height: 64px;
    color: #80CDE6;
    font-weight: 900;
    margin-bottom: 100px;
}
#partner-gallery img:not(.play-button){
    margin-bottom: 150px;
    height: 440px;
    width: 100%;
    object-fit: cover;
}
#partner-gallery .img-16x9-container.img-16x9-container{
    padding-bottom:440px;
}
#partner-gallery .img-16x9-container img.play-button{
    transform: translate(-50%, -50%);
}
.lang-switch{
    display: none;
}
.network-item:last-of-type img{
	width:50%;
}
#year-12 .year-image-wrap iframe{
	display:none;
}
#year-12 .year-image-wrap .nl:lang(nl),
#year-12 .year-image-wrap .en:lang(en),
#year-12 .year-image-wrap .en:lang(fr){
    display: block;
}
.privacy-policy table{
        max-width: 950px;
}
.check__confirm_cookie_choice{
    color: #fff;
    background: #5c7d84;
    padding: 15px 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    border: none;
    border-radius: 0;
}
.check__confirm_cookie_choice:hover{
    color: #fff;
}
.privacy-policy input[type="checkbox"], .privacy-policy .input__label{
    margin-right: 10px;
}
#gdpr-cookie-consent-bar .group-description div{
	display:none;
}
#gdpr-cookie-consent-bar .group-description div:first-of-type:lang(nl),
#gdpr-cookie-consent-bar .group-description div.nl:lang(nl), 
#gdpr-cookie-consent-bar .group-description div:nth-child(3):lang(en-GB), 
#gdpr-cookie-consent-bar .group-description div:nth-child(4):lang(fr){
	display:block;
}


/*addtional styles 19.05*/
.carousel-item img{
height: 600px;
object-fit: cover;
display: block;
margin: 0 auto;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (min-width: 1600px){
#stories .container-fluid{
	padding-left: 16rem!important;
	padding-right: 0;

}
	#highlights ul li .post-img{
		flex: 30%;
	}
	#highlight-2 .highlight-text p{
		margin: 0 0 0 80px!important;
	}
	
	#highlight-3.highlight.style-three img {
    right: -15%;
    width: 60%;
}
}
@media only screen and (min-width: 1920px){
	#highlights ul li .post-img{
		flex: 20%;
	}
	#stories .container-fluid{
	padding-left: 18rem!important;
	padding-right: 0;

}
}
@media only screen and (min-width: 1025px) and (max-width:1599px){
	
	#highlight-3.highlight.style-three img{
		right: -10%;
		width: 60%;
		top: 75%;
	}
}
@media only screen and (min-width: 1199px){
#highlight-3.highlight.style-three .highlight-text > p:last-of-type{
	width: 48%;
}
#stories .container-fluid{
	padding-left: 8rem;
	padding-right: 0;

}
.carousel-image{
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}
.carousel-item img{
height: 600px;
}
	span.dropdown-toggle{
	display:inline-block;
	margin-left: 15px;
	color: #fff;
}
.dropdown-toggle::after{
	display: none;
}
li.menu-item-has-children{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.dropdown-menu{
	width: 100%;

}
.dropdown-menu.show a{
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 5px;
}
span.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
}

@media only screen and (min-width: 1024px) {
	
	.navbar-nav li:hover>.dropdown-menu {
  display: block;
}
span.dropdown-toggle{
	display:none;
}

}
@media only screen and (max-width: 1830px) {
  .navbar-brand > a.site-title, .home #masthead .navbar-nav > li > a {
    
  }
    .home #masthead .navbar-nav > li > a{
        padding: 0 20px;
    }
    .navbar-brand{
        margin-right: 40px;
    }
    body #masthead .navbar-nav > li.lang-item > a{
        padding: 0 20px 0 10px;
    }
    #hero{
        padding-bottom: 0;
    }
    #ceo-content .about-card{
        width: 300px;
    }
    #ceo-content .about-card-desc {
    padding: 25px;
}
}
@media only screen and (max-width: 1650px){
    
    .home #masthead .navbar-nav > li > a{
        padding: 0 15px;
    }
    .navbar-brand{
        margin-right: 10px;
    }
    .slick-arrow.slick-prev{
        left: -5px;
        
    }
    .slick-arrow.slick-next{
        right: -5px;
        
    }
    .slick-arrow{
        width: 40px;
        height: 40px;
    }
    .navbar-brand, .home .navbar-brand{
        padding: 20px 20px 10px 20px;
    }
    #jaarbalans-sect table{
        max-width: 1100px;
    }
    
}
@media (max-width: 1600px){
    .navbar-brand .logo{
        max-width: 150px;
    }
    .site-title{
        display: none;
    }
    
    #stories .stories-images img{
        max-width: 170px;
    }
    #hero{
		padding: 100px 0 20px;
		align-items:center;
		height: auto;
	}
    #hero .hero-text p{
        font-size: 40px;
        line-height: 50px;
    }
    #highlights ul li:nth-of-type(n) .post-desc h3, #slider .slider-desc p, #stories p{
        font-size: 30px;
        line-height: 36px;
    }
    #about .quote-text{
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    #about .quote-person{
        margin-bottom: 20px;
    }
    #about .quote {
        padding-left: 25px;
    }
    #result .number-count, #result .percent-count{
        font-size: 40px;
        line-height: 48px;
    }
    #result .number-text, #result .percent-text{
        font-size: 20px;
        line-height: 26px;
    }
    #ceo-content .about-card{
        width: 265px;
        right: -15px;
    }
    #ceo-content .about-card-question{
        font-size: 14px;
    }
    #ceo-content p.about-card-text{
        margin: 15px 0 0;
    }
    #partner-stories .story .quote-image-text{
        padding-left: 30px;
    }
    #partner-stories .story .quote-image-text-wrap{
        padding-left: 15px;
    }
    .network-item-number{
        font-size: 120px;
    }
    #result-circles{
        padding: 90px 0 110px;
    }
    #network{
        padding: 80px 0 50px;
    }
	#pie-charts{
		padding: 80px 0 50px;
	}
    .resultat-per-after{
        margin-bottom: 120px;
    }
    #result-stats{
        padding-bottom: 110px;
    }
    #highlight-6.highlight.style-three img{
        width: 80%;
        right: -30%;
    }
	#masthead .navbar-nav > li > a:lang(fr){
		padding:0 15px;
		font-size:13px;
	}
}
@media only screen and (max-width: 1599px){
    .navbar-brand > a.site-title, .home #masthead .navbar-nav > li > a, #masthead .navbar-nav > li > a {
        font-size: 15px;
        padding: 0 10px;
    }
	.page-id-1537 .navbar-brand > a.site-title, .home #masthead .navbar-nav > li > a, #masthead .navbar-nav > li > a {
        font-size: 14px;
    }
	.navbar-brand:lang(fr){
		margin-right:20px;
	}
    .year-item-inner{
        max-width: 1100px;
    }
    #result .number-count, #result .percent-count{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    #result .result-icon-heading{
        font-size: 24px;
        line-height: 28px;
    }
    #result .result-icon-text p, #result .number-text, #result .percent-text{
        font-size: 16px;
        line-height: 20px;
    }
    #highlights ul li:nth-of-type(n) .post-desc h3, #slider .slider-desc p, #stories p{
        font-size: 26px;
        line-height: 30px;
    }
	#ceo-content .about-card-wrap{
		transform: translate(85%, 0);
		right: 0;
	}
    #ceo-content .about-card{
        position: relative;
        width: 270px;
        margin: 0 auto;
        transform: none;
		right: 0;
    }
    #partner-stories .story .person-card-inner{
        padding: 25px;
    }
    .highlight.style-two .highlight-text, .highlight.style-two h2{
        padding-left: 40px;
		padding-right: 40px;
    }
    
	
    .navbar-brand img {
        max-width: 130px;
    }
	#masthead .navbar-nav > li > a:lang(fr){
		padding:0 9px;
	}
	.navbar-brand .logo:lang(fr){
		max-width:115px;
	}
	.about-card-wrap .share-wrap{
		justify-content:center;
	}
	.about-card-wrap .share-wrap a.share-btn{
		margin-left: 15px;
	}
}
@media only screen and (max-width: 1199px){
    h2{
        font-size: 20px;
        margin-bottom: 25px;
    }
	body{
		font-size:16px; 
		line-height:24px;
	}
    a.btn{
        font-size: 14px;
        padding: 15px 0;
        width: 100%;
		position:relative;
		line-height:1;
    }
    .container{
        padding: 0 30px;
        max-width: 100%;
    }
    .home header#masthead{
        background: #fff;
		position:relative;
		height:75px;
    }
	#main-nav.show, #main-nav.collapsing{
		width: 100%;
		height:100vh;
		position: absolute;
		top: 75px;
		left:0;
		background:#80CDE6;
		z-index:9999;

		flex-direction:column;
		justify-content:center;
	}
	#main-nav.show, #main-nav.collapsing{
		display:flex;
	}
    .navbar-light .navbar-toggler{
        border:none;
    }
    .navbar-light .navbar-toggler-icon{
        background-image: url(img/menu.svg);
    }
	#masthead .navbar-nav > li{
		margin-bottom:45px;
	}
	#masthead .navbar-nav > li > a,
	.home #masthead .navbar-nav > li > a{
		color: #fff!important;
		padding:0;
		font-size:20px;
		font-weight:500;
		line-height:24px;
	}
	body #masthead .navbar-nav > li.pdf-menu-btn{
		width:auto;
	}
	body #masthead .navbar-nav > li.pdf-menu-btn > a{
		display:inline;
		background:#fff;
		color:#006FA4!important;
		font-size:16px;
		padding:7px 17px;
		border-radius:35px;
	}
	.navbar-brand{
		margin-right:12px;
	}
	#masthead .navbar-nav > li.lang-item {
		display:none;
	}
	
	#hero .hero-video{
		width:100%;
		height:auto;
	}
    #hero .hero-text p{
        font-size: 22px;
        line-height: 27px;
    }
    .hero-scroll-down img{
        height: 90px;
        width: 90px;
    }
    #about{
        padding: 15px 0 85px;
    }
    #about .row{
        flex-direction: column-reverse;
        padding-top: 90px;
        position: relative;
    }
    #about::after {
        width: 100%;
        height: calc(100% + 80px);
        top: 15px;
    }
    #about .row .col-md-12{
        position: absolute;
        top: 45px;
        left: 0;
    }
    #about .row .col-md-7, #about .row .col-md-5, #stories .row .col-md-6, #partner-stories .story .col-lg-4, .col-md-8.quote-image, .col-md-4.quote-image-text{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    } 
    #partner-stories .story .quote-image img{
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
        margin: 0 -30px;
    }
    #stories .row .col-md-6.stories-images{
        -ms-flex: 0 0 calc(100% + 60px);
        flex: 0 0 calc(100% + 60px);
        max-width: calc(100% + 60px);
    }
    #about .row .col-md-7{
        padding: 0;
    }
    #about .row .col-md-12 h2{
        color: #006FA4;
        margin: 0;
    }
    #about .quote{
        padding: 0 15px;
        font-size: 24px;
        line-height: 29px;
        position: unset;
    }
	#about .quote-text{
		font-size:24px;
		line-height:29px;
	}
    #about .quote-person{
        display: none;
    }
    #about .quote-link{
        position: absolute;
        bottom: -65px;
        left: 15px;
        width: calc(100% - 30px);
    }
    .img-16x9-container video{
        border: none;
        box-shadow: none;
        margin: 0 -15px;
    }
    .img-16x9-container.img-16x9-container, .img-3x4-container.img-16x9-container, .img-4x3-container.img-16x9-container{
        width: calc(100% + 31px);
        
    }
    #ceo-video .img-16x9-container.img-16x9-container{
        width: calc(100% + 61px);
    }
    .img-16x9-container img.play-button{
        transform: translate(-100%, -50%);
    }
    #result{
        margin-top: 15px;
        padding: 35px 0 0;
        background: #F6FDFE;
    }
    #result h2{
        text-align: center;
    }
    #result .stats-with-text, #result .icons-with-text{
        padding: 0 15px;
    }
    #result .number-count, #result .percent-count{
        font-size: 32px;
        line-height: 39px;
        color: #80CDE6;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    #result::before{
        display: none;
    }
    #result .stats-with-text .col-md-6:last-of-type{
        display: none;
    }
    #result .number-text, #result .percent-text{
        font-size: 16px;
        line-height: 19px;
    }
    .stats-with-text .row, .icons-with-text{
        background: #FFFFFF;
    }
    .icons-with-text .col-sm-4{
        width: 33.33333%;
    }
    #result .icons-with-text{
        padding-top: 30px;
    }
    #result .result-icon{
        height: 70px;
        width: 70px;
        margin-bottom: 15px;
    }
    #result .result-icon-heading{
        font-size: 18px;
        line-height: 22px;
    }
    #result .result-icon-text p{
        display: none;
    }
    #highlights ul li:nth-of-type(n){
        flex-direction: column-reverse;
        width: 100%;
        flex: 100%;
        background: #fff;
		height:auto;
		position:relative;
		margin:0;
    }
	#highlights ul li:first-of-type span,
    #highlights ul li:last-of-type span{
        display: none;
    }
    
    #highlights ul li:nth-of-type(n) .post-desc{
        width: 100%;
    }
	#highlights ul li:nth-of-type(n) .post-img{
		width:calc(100% + 60px);
		margin:0 -30px;
	}
    #highlights ul li:nth-of-type(n) .post-desc{
        padding: 0 20px;
		position:unset;
    }
	#highlights ul li:nth-of-type(n) .post-desc a{
		position:absolute;
		height:100%;
		width:calc(100% + 60px);
		margin:0 -30px;
		bottom:0;
		left:0;
		opacity:0;
	}
	#highlight-3.highlight.style-three img{
		width:100%;
		right:0;
	}
    #result .result-more{
        padding: 20px 30px;
    }
    #result .result-more-link{
        font-size: 14px;
        padding: 15px 0;
        width: 100%;
        background: #80CDE6;
        line-height: 1;
        display: block;
    }
    #highlights{
        padding: 0;
        margin: 20px 0;
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 16%);
    }
    #highlights h2{
        margin: 55px 0 15px;
        text-align: center;
    }
    #highlights ul li:nth-of-type(n) .post-desc h3{
        color: #006FA4;
		font-size:24px;
		line-height:32px;
		padding:20px 10px;
    }
	#page-nav .container{
		padding-bottom:0;
	}
	
	#partner-stories .story .story-content{
        margin: 0 auto;
	}
	#slider{
		padding:40px 0;
		background:#F6FDFE;
		box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.16);
	}
	#slider .slide{
		flex-direction:column;
	}
	#slider h2{
		text-align:center;
	}
	#slider .slider-desc h3{
		font-size:24px;
		line-height:28px;
        margin-bottom: 15px;
	}
    #slider .slide .slider-image{
        padding:0 20px;
    }
    #slider .slider-desc{
        padding-left:20px;
        margin-top: 25px;
    }
	#slider .slider-desc p{
		font-size:18px;
		line-height:24px;
		margin-bottom:40px;
		
	}
	#slider .slick-arrow, .result-slider .slick-arrow{
		background-image: url(img/slider-mob.svg);
		height:24px;
		width:24px;
	}
	#slider .slider-desc a.btn{
		background:#80CDE6;
		color:#006FA4;
	}
	.slick-arrow.slick-next{
		right:-15px;
		transform: translate(0, -50%) rotate(180deg);
	}
	.slick-arrow.slick-prev{
		left:-15px;
		transform: translate(0, -50%);
	}
	#stories{
		padding:50px 0 126px;
	}
	#stories p{
		font-size:24px;
		line-height:32px;
	}
	#stories .stories-images img{
		width:25%;
		height:auto;
        max-width: 100%;
	}
	
	#stories .stories-images{
		width:calc(100% + 60px);
		margin:0 -30px;
	}
	#stories{
		position:relative;
		margin:20px 0;
	}
	#stories a.btn{
		position: absolute;
		bottom: 45px;
		left: 30px;
		width:calc(100% - 60px);
	}
	#stories .col-md-6{
		position:unset;
	}
	.site-info .col-md-6:first-of-type{
		display:none;
	}
	.site-info .row .footer-logo{
		text-align:center;
	}
	#page-title{
		padding:50px 0 35px;
	}
	#page-title span.subheader{
		font-size:20px;
	}
	#page-title h1{
		font-size:32px;
		line-height:40px;
		margin-bottom:30px;
	}
	#page-title p{
		font-size:18px;
	}
    section{
        overflow: hidden;
    }
    #ceo-video{
        padding: 20px 0 0;
    }
	#ceo-video .quote-text{
		display:none;
	}
	#ceo-video .quote-person{
		font-size:12px;
		margin-top:10px;
	}
	#ceo-video::before{
			width: 100%;
	}
	#ceo-video #top-video{
		margin: 0 -30px
	}
	#ceo-video .row{
		flex-direction:column-reverse;
	}
	#ceo-content{
		padding:0 30px;
		border:none;
	}
	#ceo-content h2, #partner-stories .story .story-content h2{
		font-size:16px;
		line-height:24px;
		margin-bottom:35px;
	}
	#ceo-content p, #partner-stories .story .story-content p{
		margin-bottom:30px;
	}
	#ceo-content blockquote{
		font-size:24px;
		line-height:32px;
		padding: 0 28px;
	}
	#ceo-content blockquote::before{
		height:100%;
		left:0;
		top:0;
	}
	#ceo-content .about-card-wrap{
		position:relative;
		width: calc(100% + 60px);
		margin:0 -30px;
		transform:none;
		right:0;
		top:0;
	}
	#ceo-content .about-card{
		width:100%;
	}
    #ceo-content .about-card img{
        width: 100%;
    }
	#ceo-content .about-card-question{
		font-size:18px;
	}
	#ceo-content .about-card-desc{
		padding:40px;
	}
	#page-nav{
		margin:0;
		background:#F6FDFE;
		padding-top:25px;
	}
	#page-nav .container::after{
		display:none;
	}
	#page-nav a.section-nav-anchor{
		display:flex;
	}
	#page-nav .section-nav .section-nav-owners{
		display:none;
	}
	#page-nav .section-nav .section-nav-img{
		margin:0 15px 0 0;
		width:63px;
		height:63px;
	}
	#page-nav .section-nav .section-nav-img img{
		object-fit:cover;
		aspect-ratio: 1;
		height: auto;
	}
	.page-template-stories-temp #page-nav .section-nav:first-child .section-nav-img img{
		object-position:right;
	}
	#page-nav .section-nav h2{
		text-transform:none;
		font-family:"Montserrat",sans-serif;
		font-size:18px;
		line-height:20px;
		font-weight:700;
		width: calc(100% - 83px);
	}
	.section-nav{
		margin-bottom:25px;
	}
	#partner-stories .story .story-quote-top::before{
		display:none;
		
	}
	#partner-stories .story .story-quote-top{
		padding:55px 0 40px;
	}
	#partner-stories .story .story-quote-top p{
		font-size:24px;
		line-height:32px; 
		margin-bottom:30px;
	}
	
	#partner-stories .story .quote-image-text-wrap{
		padding-left:15px;
		font-size:18px; 
		line-height:24px;
	}
	#partner-stories .story .quote-with-image{
		width:100%;
		margin:0 auto;
	}
	#partner-stories .story .quote-image-text{
		padding:35px 15px 45px;
	}
	#partner-stories .story .quote-image{
		padding:0;
		
	}
    #partner-stories .story .person-card{
		width:450px;
		margin:0 auto;
	}
    #partner-stories .story .person-card img{
        width: 100%;
    }
	#partner-stories .story::after{
		position:relative;
	}
	#partner-stories .story{
		padding-bottom:0;
	}
	#partner-stories .story .scroll-to-top{
		bottom:15px;
		width:100%;
        position: relative;
        padding: 15px 0;
	}
	.scroll-to-top a{
		display:flex;
		align-items: center;
	}
	.scroll-to-top a::before{
		display:inline-block;
		margin:0 10px 0 0;
		width:25px;
		height:25px;
	}
	.scroll-to-top a span{
		font-size:14px;
	}
	#result .result-more-link::after,
	a.btn::after{
		background-image: url(img/btn-white.svg);
		background-repeat:no-repeat;
		background-size: contain;
		width: 12px;
		height: 12px;
		display: inline-block;
		text-align:center;
		right:60px;
		top:16px;
		content:'';
		display: block;
    	position: absolute;
	}
	#stories a.btn::after, #about .quote-link::after{
		background-image: url(img/btn-blue.svg);
	}
	body:not(.page-template-ceo-temp) #page-title{
		background:none;
		position:relative;
	}
	body:not(.page-template-ceo-temp) #page-title::before{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:110px;
		background:#F6FDFE;
		content:'';
		display:block;
	}
	
    .page-template-result-temp #page-nav .section-nav .section-nav-img, .page-template-organisatie-temp #page-nav .section-nav .section-nav-img{
        width: 100%;
        height: auto;
        margin: 0 0 15px;
    }
    .page-template-result-temp #page-nav a.section-nav-anchor, .page-template-organisatie-temp #page-nav a.section-nav-anchor{
        flex-direction: column;
        align-items: flex-end;
    }
    .page-template-result-temp #page-nav .section-nav-title, .page-template-organisatie-temp #page-nav .section-nav-title {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        transform: none;
        color: #fff;
        width: 70%;
        margin: 0 auto;
    }
    .result-subheader, .before-stats-row p, #result-stats .result-new-num, #result-stats .result-new-num strong, .resultat-per-header{
        font-size: 20px;
        line-height: 25px;
    }
    
    .result-header{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 45px;
    }
    p.result-text, .resultat-per-after, .network-item-desc{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
    }
/*     .result-line-container{
        max-width: 300px;
    } */
    #result-stats, #network{
        padding: 45px 0;
    }
    #result-stats .stat-block{
        margin-bottom: 40px;
        padding: 25px;
    }
    .statistics-row .result-name{
        display: none;
    }
    .statistics-row img{
        width: 27.5px;
        height: 27.5px;
    }
    .result-subheader, .before-stats-row p{
        margin-bottom: 25px;
    }
    #result-stats .result-old-num, 
    #result-stats .statistics-row .result-new-num, 
    .statistics-row .result-new-difference{
        font-size: 14px;
    }
    .statistics-row .result-new-difference{
        line-height: 1;
        padding: 1px 5px;
    }
    .statistics-row{
        margin-bottom: 10px;
    }
    #result-stats .row:nth-child(2) .result-header{
        margin: 40px 0 25px;
    }
    #result-circles{
        padding: 45px 0;
    }
    .result-slider{
        padding: 10px;
        margin: 0 auto 70px;
    }
    .result-slider .slick-arrow.slick-next{
        right: -25px;
    }
    .result-slider .slick-arrow.slick-prev{
        left: -25px;
    }
    .circle-block{
        width: 50%;
    }
    .slick-dots{
        bottom: -30px;
    }
    .resultat-per-header{
        margin: 25px 0;
    }
    .result-below-slider .resultat-per-item{
        font-size: 16px;
        line-height: 1.45;
    }
    .resultat-per-after{
        margin: 45px 0 65px;
    }
    .network-item:nth-of-type(n){
		flex-direction:column-reverse;
        margin: 60px auto;
	}
    .network-item-number{
        font-size: 80px;
        display: block;
    }
    .network-item-unit{
        font-size: 27px;
        display: block;
    }
    .network-item-header{
        margin: 0 0 25px;
    }
    .network-item:nth-of-type(n) .network-item-text {
        padding: 0 20px;
    }
    #result-stats .scroll-to-top a{
        justify-content: center;
    }
	#pie-charts {
		padding: 45px 0;
	}
	#pie-charts .network-item-header.chart {
		font-size: 27px;
		margin-top: 0;
	}
	#pie-charts .result-subheader.chart.main {
		margin-bottom: 30px;
	}
    .circle-block .circle-block--circle{
        width: 8rem;
        height: 8rem;
    }
    .page-template-highlights-temp .section-nav{
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .page-template-highlights-temp .highlight a.btn, .page-template-highlights-temp .highlight.style-two a.btn, .page-template-highlights-temp .highlight.style-two.no-image a.btn{
        width: 100%;
        left: 0;
        bottom: -82px;
        margin: 0;
    }
    .page-template-highlights-temp .highlight a.btn::after{
        right: 15px;
        top: 17px;
    }
    .highlight.style-one{
        margin-bottom: 120px;
    }
    .highlight.style-three{
        padding: 75px 15px 20px;
        margin-bottom: 120px;
    }
	
    .highlight.style-two{
        height: auto;
        flex-wrap: nowrap;
        margin-bottom: 100px;
        padding: 60px 15px;
    }
    .highlight.style-two::before{
        height: 100%;
        top:0;
    }
    .highlight.style-two .highlight-text, .highlight.style-two h2{
        width: 100%;
        padding: 0;
    }
    
    #highlight-6.highlight.style-three img{
        right: 0;
        top: 0;
        width: 100%;
    }
    .page-template-highlights-temp .highlight h2{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .page-template-highlights-temp #highlight-3.highlight h2{
        font-size: 28px;
    }
    .highlight.style-three .highlight-text p:nth-of-type(n){
        width: 100%;
        margin-bottom: 25px;
        padding: 0;
    }
    .page-template-highlights-temp #highlight-3.highlight .highlight-text p{
        font-size: 17px;
    }
    #highlight-3.highlight.style-three .highlight-text > p:last-of-type{
        width: 100%;
    }
    .highlight.style-three img{
        position: relative;
        margin-bottom: 50px;
        top: 0;
        right: 0;
    }
    .highlight.style-three h2{
        text-align: center;
    }
  
    .page-template-organisatie-temp .team-item .person{
        margin-bottom: 40px;
    }
    .page-template-organisatie-temp h2{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
        text-align: center;
    }
    .page-template-organisatie-temp .team-item{
        margin-bottom: 15px;
    }
    .page-template-organisatie-temp #team .scroll-to-top{
        flex-direction: column-reverse;
        align-items: center;
    }
    .page-template-organisatie-temp #team .scroll-to-top::before{
        display: none;
    }
    .page-template-organisatie-temp #team{
        padding-bottom: 65px;
    }
    #jaarbalans-recupel .tabel-container table{
        font-size: 15px;
        overflow-wrap: break-word;
    }
   
    #jaarbalans-sect table th{
        font-size: 15px;
    }
    #hero.years-page .hero-text p{
        font-size: 32px;
        line-height: 40px;
    }
    .history-text{
        font-size: 22px;
        line-height: 35px;
        padding: 60px 0;
    }
    .year-item-inner, #year-4 .year-item-inner, #year-5 .year-item-inner, #year-7 .year-item-inner, #year-3 .year-item-inner, #year-6 .year-item-inner, #year-11 .year-item-inner,#year-13 .year-item-inner{
        flex-direction: column-reverse;
        padding: 25px 40px;
    }
    .year-item .year-num, #year-9.year-item .year-num, #year-10.year-item .year-num{
        left:5px;
        top:0;
        transform: none;
    }
    #year-3.year-item .year-num, #year-6.year-item .year-num, #year-4.year-item .year-num, #year-8.year-item .year-num, #year-11.year-item .year-num,#year-13.year-item .year-num{
        right: 5px;
        top:0;
        transform: none;
    }
    .year-item .year-image-wrap, .year-item .year-desc, .year-item .year-text,#year-5.year-item .year-desc, #year-7.year-item .year-desc, #year-5.year-item .year-image-wrap, #year-7.year-item .year-image-wrap{
        width: 100%;
        padding: 0!important;
        text-align: center;
    }
    #year-2.year-item .year-desc{
        flex-direction: column;
    }
    .year-item h2, #partner-gallery h2{
        line-height: 40px;
        font-size: 36px;
        margin: 15px 0;
    }
    #year-8.year-item .year-image-wrap img{
        display: none;
    }
    #year-8.year-item {
    margin-bottom: 100px;
    }
    #year-11.year-item .year-image-wrap img{
        padding: 0;
    }
    #year-11.year-item{
        padding: 75px 0;
    }
    #partner-gallery{
        padding: 50px 0;
    }
    #partner-gallery img {
        margin-bottom: 40px;
    }
    #jaarbalans-sect table{
        margin-top: 70px;
    }
    .page-template-organisatie-temp .scroll-to-top a{
        justify-content: center;
    }
    #year-13.year-item .year-image-wrap img{
        max-width: 250px;
        margin-bottom: 25px;
    }
    #year-11.year-item .year-image-wrap img, #year-5.year-item .year-image-wrap img, #year-7.year-item .year-image-wrap img, #year-1.year-item .year-image-wrap img, #year-4.year-item .year-image-wrap img{
        margin-bottom: 35px;
    }
    .navbar-right{
        display: flex;
    }
    .navbar-light .navbar-toggler, .lang-switch{
        padding: 0;
    }
    .lang-switch{
        display: flex;
        list-style: none;
        margin: 0;
        padding-right: 15px;
    }
    .lang-switch li:first-of-type{
        margin-right: 20px;
    }
    .lang-switch li a{
        font-weight: 900;
        font-size: 14px;
        position: relative;
    }
    .lang-switch li a::before{
        content: '';
        display: block;
        width: 7px;
        height: 6px;
        background-image: url(img/icon-nav.svg);
        background-size: contain;
        position: absolute;
        top: 4px;
        left: -12px;
    }
	.network-item:last-of-type img{
		width:100%;
	}
}
@media (max-width:930px){
    #hero .hero-video{
		width:unset;
		height:100%;
	}
    .highlight.style-one .highlight-text{
        padding: 0;
    }
    .highlight.style-one .highlight-text p{
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
    
}
@media (max-width:767px){

    #partner-stories .story .person-card{
		width:calc(100% + 60px);
		margin:0 -30px;
	}
	#partner-stories .story .person-card-inner{
		padding:40px;
	}
	#partner-stories .story .person-card a{
		
	}
    .page-template-result-temp .section-nav{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    } 
    .page-template-highlights-temp .section-nav{
        flex: 0 0 100%;
        max-width: 100%;
    }
		.highlight.style-two img {
		margin: 0;
	}
	.highlight.style-two .media-col {
		height: auto;
	}
	.highlight.style-two .content-col {
		padding: 15px 15px 0;
	}
    #jaarbalans-recupel .container{
        padding: 0 15px;
    }
    #jaarbalans-sect{
        padding: 60px 15px;
        overflow-x: scroll;
    }
    
     .page-template-result-temp #page-nav .section-nav-title, .page-template-organisatie-temp #page-nav .section-nav-title {
        font-size: 26px;
        line-height: 34px;
    }
	#DataTables_Table_5_wrapper thead tr th:first-of-type p{
		white-space: break-spaces;
		line-height: 30px;
	}
	.page-template-highlights-temp .highlight h2{
		font-size: 26px!important;
	}
}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
  
  
}


/*New block added 27.05*/

.network-item-new{
display: flex;
flex-direction: row;
gap: 2em;
margin:0 auto 80px auto;
align-items: center;
max-width: 1070px;
}
.network-item-new:nth-of-type(2){
flex-direction: row-reverse;
}
.network-item-new:nth-of-type(4){
flex-direction: column-reverse;
}
.network-item-header-new{
	display: flex;
	flex-direction: column;
	color: #0078AE;
    font-style: italic;
    font-weight: 900;
	margin: 40px 0;
	gap: 1em;
}
.network-item-new .network-item-number{
	font-size: 85px;
	gap: 1em;
}
.network-item-new  .network-item-unit{
	line-height: 1em;
}
.network-item-new .item-new-image{
	width: 50%;
}
.network-item-text-new{
	width: 50%;
}
.network-item-desc-new{
	color: #466A70;
}
.network-item-new:nth-of-type(4) .network-item-text-new, .network-item-new:nth-of-type(4) .item-new-image{
	width: 100%;
}
.network-item-new:nth-of-type(4) .network-item-text-new, .network-item-new:first-child .network-item-text-new{
	text-align: center;
}
.network-item-new:first-child .network-item-text-new{
	width: 100%;
	
}
.network-item-new:first-child .network-item-desc-new{
color: #466A70;
padding: 0 40px;
}
.network-item-new:first-child .network-item-header-new{
	color: #006FA4;
}
.network-item-new:first-child .network-item-header-new .network-item-unit{
	text-transform: lowercase;
	font-size: 50px;
}
.network-item-new:last-child{
	max-width: 840px;
}
#network2 .scroll-to-top{
	width: 100%;
}
.story-content blockquote {
	border-left: 8px solid #80CDE6;
}
.story-content blockquote p{
	color: #80CDE6;
	font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1599px){
	.network-item-new .network-item-number{
		font-size: 80px;
	}
}
@media only screen and (min-width: 1024px){
/* #highlight-4 img{
	
		width: 65%;
	padding-left: 80px;
	}
	#highlight-4 h2{
		margin-bottom: 0;
		font-size: 39px;
		width: 65%;
	}
	#highlight-4 .highlight-text{
		padding-left: 40px;
		width: 65%;
	} */
	.network-item:nth-child(2) img{
		max-width: 840px;
	}
	.network-item:nth-child(3n + 1), .network-item:nth-child(4n + 1){
		max-width: 100%;
	}
	.network-item:nth-child(4n + 1) img{
		object-fit: cover;
	}
	table.wide tbody tr td{
		min-width: 125px;
	}
}
@media only screen and (min-width: 1440px){
#stories .container-fluid{
	padding-left: 11rem;
	padding-right: 0;

}
/*	#highlight-4 h2{
		padding-left: 80px;
		width: 65%;
		margin-bottom: 20px;
	}
	#highlight-4 .highlight-text{
	padding-left: 80px;
		width: 65%;
	}
	#highlight-4::before{
		height: calc(100% - 140px);
		top: 70px;
	} */
	#highlight-2::before{
		height: calc(100% - 160px);
    top: 80px;
	}
	
	.highlight.style-two .content-col {
		padding: 60px 0 75px;
	}
}
@media only screen and (max-width: 820px){
.network-item-new:first-child .network-item-header-new .network-item-unit{
	font-size: 27px;
}
	.network-item-new{
		flex-direction: column!important;
	}
	.item-new-image, .network-item-text-new{
		width: 100%!important;
	}
	.network-item-text-new{
		text-align: center;
	}
	.network-item-new .network-item-number{
		font-size: 50px;
	}
}
.img-copy, .img-copy:hover{
	position: absolute;
    background: #fff;
	color: #212529;
    font-size: 10px;
    bottom: 0;
    right: 0;
	line-height: 14px;
}
.network-item-new .item-new-image{
	position: relative;
}
@media only screen and (max-width: 549px) {
  #about .img-copy{
	right: 16px;
  }
  #about .quote{
	margin-top: 10px;
  }
  #about h2{
	text-transform: none;
  }
  #ceo-content{
	padding-top: 40px;
  }
  .page-id-1542 #result-stats .result-new-difference{
/* 	width: 25%; */
	text-align: center;
  }
  span.dropdown-toggle, .dropdown-toggle::after{
	display: none;
  }
}
.page-id-1542 .circle-block--value{
	width: 75%;
  }
#highlight-1 a,
#highlight-3 a,
#highlight-5 a,
#highlight-1 a:hover,
#highlight-3 a:hover,
#highlight-5 a:hover {
	color: #fff;
}