@charset "UTF-8";
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, hr, figure, form {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

fieldset, img, hr, form {
  border: none;
}

caption, th {
  text-align: left;
}

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

td {
  vertical-align: top;
}

* {
  outline: none;
}

html, body {
  width: 100%;
  height: 100%;
  color: #40534F;
  font-size: 16px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

b, strong {
  font-weight: 700;
}

.clear {
  clear: both;
}

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

btwhuis Web Font - nucleoapp.com/
License - nucleoapp.com/license/

-------------------------------- */
@font-face {
  font-family: "btwhuis";
  src: url("../fonts/btwhuis.eot");
  src: url("../fonts/btwhuis.eot") format("embedded-opentype"), url("../fonts/btwhuis.woff2") format("woff2"), url("../fonts/btwhuis.woff") format("woff"), url("../fonts/btwhuis.ttf") format("truetype"), url("../fonts/btwhuis.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.nc-icon {
  display: inline-block;
  font: normal normal normal 14px/1 "btwhuis";
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
.nc-icon.lg {
  font-size: 1.33333333em;
  vertical-align: -16%;
}

.nc-icon.x2 {
  font-size: 2em;
}

.nc-icon.x3 {
  font-size: 3em;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon.square,
.nc-icon.circle {
  padding: 0.3333333333em;
  vertical-align: -16%;
  background-color: #eee;
}

.nc-icon.circle {
  border-radius: 50%;
}

/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.nc-icon-ul > li {
  position: relative;
}
.nc-icon-ul > li > .nc-icon {
  position: absolute;
  left: -1.5714285714em;
  top: 0.1428571429em;
  text-align: center;
}
.nc-icon-ul > li > .nc-icon.lg {
  top: 0;
  left: -1.3571428571em;
}
.nc-icon-ul > li > .nc-icon.circle, .nc-icon-ul > li > .nc-icon.square {
  top: -0.1904761905em;
  left: -1.9047619048em;
}

/*------------------------
  spinning icons
-------------------------*/
.nc-icon.spin {
  -webkit-animation: nc-icon-spin 2s infinite linear;
  -moz-animation: nc-icon-spin 2s infinite linear;
  animation: nc-icon-spin 2s infinite linear;
}

@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes nc-icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nc-icon.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nc-icon.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.nc-icon.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nc-icon.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*------------------------
	font icons
-------------------------*/
.nc-icon.nc-button-play:before {
  content: "";
}

.nc-icon.nc-pin-3:before {
  content: "";
}

.nc-icon.nc-lock-open:before {
  content: "";
}

.nc-icon.nc-small-triangle-down:before {
  content: "";
}

.nc-icon.nc-small-triangle-up:before {
  content: "";
}

.nc-icon.nc-cloud-download-95:before {
  content: "";
}

.nc-icon.nc-menu-34:before {
  content: "";
}

.nc-icon.nc-simple-remove:before {
  content: "";
}

/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 1000;
  cursor: pointer;
  background-size: 27px 44px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../pictures/arrowiconleft.svg");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../pictures/arrowiconright.svg");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #344340;
  opacity: 1;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #9fa585;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.5);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
@media (max-width: 480px) {
  .lity-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-active {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #EBEDE6;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: none;
  border-radius: 0;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.overflowwrapper {
  overflow-x: hidden;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  margin-left: -125px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip-bottom {
  top: 135%;
  left: 50%;
}

.tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.padleft, .reach .reach-items, .ico .ico-item, .network-items, .team .teamgroup, .projectpage .projectinfo, .stepper, .paragraaf .textcol .descr, .reports, .textblock .text, .bigtitle, .regions h2 {
  padding-left: 70px;
}
@media (max-width: 990px) {
  .padleft, .reach .reach-items, .ico .ico-item, .network-items, .team .teamgroup, .projectpage .projectinfo, .stepper, .paragraaf .textcol .descr, .reports, .textblock .text, .bigtitle, .regions h2 {
    padding-left: 25px;
  }
}

.hasyellowbordercircle:after, .projectpage:after, .resources:after, .scholarshipintro .wrapper .content:after, .newsintro .wrapper .content:after, .testimonialpageintro .wrapper .content:after, .testimonialsintro .wrapper .content:after, .contactintro .wrapper .content:after, .fundingpageintro .wrapper .content:after, .projectintro .wrapper .content:after, .resourcepageintro .wrapper .content:after, .resourceintro .wrapper .content:after, .aboutintro:after, .communityintro:after, .fundingintro:after, .homeintro:after, .bgintro:after {
  pointer-events: none;
  content: "";
  right: 0;
  top: 100%;
  -webkit-transform: translate(30%, -45%);
  -moz-transform: translate(30%, -45%);
  -ms-transform: translate(30%, -45%);
  -o-transform: translate(30%, -45%);
  transform: translate(30%, -45%);
  position: absolute;
  width: 45vw;
  height: 45vw;
  display: block;
  background: url("../pictures/circle.svg") no-repeat center center/cover;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 4;
}

.hasyellowbgcircle:before, .aboutactions:before, .programspotlight .programspotlightitems:before, .reports:before, .homenews .homenewsitems:before, .hasyellowbgsidecircle:before, .activeprojects:before, .reach:before, .ico:before, .team:before, .programspotlight:before, .blog:before, .projectcategories .projectcategory:before, .paragraaf .textcol:before, .homecountries:before {
  z-index: -1;
  position: absolute;
  width: 42vw;
  height: 42vw;
  box-sizing: border-box;
  background: #F8E4CF;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hasyellowbgsidecircle:before, .activeprojects:before, .reach:before, .ico:before, .team:before, .programspotlight:before, .blog:before, .projectcategories .projectcategory:before, .paragraaf .textcol:before, .homecountries:before {
  left: 0%;
  top: 0%;
  width: 18vw;
  height: 18vw;
  -webkit-transform: translate(-45%, -15%);
  -moz-transform: translate(-45%, -15%);
  -ms-transform: translate(-45%, -15%);
  -o-transform: translate(-45%, -15%);
  transform: translate(-45%, -15%);
}

.defs {
  width: 0;
  padding: 0;
  height: 0;
  box-sizing: border-box;
  margin: 0;
}

a {
  color: #9fa585;
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
a:hover {
  color: #344340;
}

.videowrapper {
  margin-top: 2em;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.videowrapper:not(:last-child) {
  margin-bottom: 4em;
}
@media (max-width: 990px) {
  .videowrapper:not(:last-child) {
    margin-bottom: 25px;
  }
}
.videowrapper:before {
  display: block;
  position: relative;
  padding-top: 56.66%;
  content: "";
  width: 100%;
}
.videowrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
}

.text iframe {
  display: block;
  width: 100%;
}
.text p:not(:last-child) {
  margin-bottom: 1em;
}
.text h2, .text h3 {
  font-family: "Source Serif Pro", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
.text h3 {
  font-size: 1em;
  margin-bottom: 0;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.text ol, .text ul {
  margin-bottom: 1em;
  margin-top: 1em;
  margin-left: 1.25em;
  list-style: none;
}
.text ol li::before, .text ul li::before {
  font-size: 1.25em;
  content: "•";
  color: #9fa585;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.text table, .text img {
  max-width: 100%;
}
.text img {
  display: block;
}
.text .contentimage {
  width: 100%;
  display: block;
  margin: 2em 0;
}

.sectionmargin, .slideshow-swiper, .resourcepageitems, .calltoactionbanner, .activeprojects, .newsspotlight, .news, .reach, .ico, .aboutactions, .gallery, .projectcategories, .opencalls, .paragraaf, .network, .homenews {
  margin-top: 9vw;
  margin-bottom: 9vw;
}

.sidepadding, .callwrap, .callongoing .wrapper, .callwrapper, .infoblokken, .ctablock .wrapper, .ctablock, .typecalls.three .wrapper .typecallswrap, .masterclasses.three .wrapper .typecallswrap, .typecalls .wrapper .typecallswrap, .masterclasses .wrapper .typecallswrap, .call__wrapper, .video-booth__wrapper, .main-content, .feed, .resourcesmain .description, .storyquotebg, .storyquote .wrapper .textwrapper, .storyslideshow, .storyparagraaf, .storypageintro .textwrapper, .resourcepageitems, .countryintro .summary, .regions, .mapwrapper, .testimonial-items .testimonial-item, .blog, .gallery, .filtermenuwrapper, .submenu, .resources, .opencalls .bottomrow, .paragraaf.prevtalks:not(.reversed), .paragraaf, .reportwrapper .wrapper, .textblock, .textpage .sideactions, .footerbottom, .footertop .col, .testimonials .bottomrow, .testimonials .testimonial, .homeintro, header, section {
  padding-left: 8.203125vw;
  padding-right: 8.203125vw;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .sidepadding, .callwrap, .callongoing .wrapper, .callwrapper, .infoblokken, .ctablock .wrapper, .ctablock, .typecalls.three .wrapper .typecallswrap, .masterclasses.three .wrapper .typecallswrap, .typecalls .wrapper .typecallswrap, .masterclasses .wrapper .typecallswrap, .call__wrapper, .video-booth__wrapper, .main-content, .feed, .resourcesmain .description, .storyquotebg, .storyquote .wrapper .textwrapper, .storyslideshow, .storyparagraaf, .storypageintro .textwrapper, .resourcepageitems, .countryintro .summary, .regions, .mapwrapper, .testimonial-items .testimonial-item, .blog, .gallery, .filtermenuwrapper, .submenu, .resources, .opencalls .bottomrow, .paragraaf.prevtalks:not(.reversed), .paragraaf, .reportwrapper .wrapper, .textblock, .textpage .sideactions, .footerbottom, .footertop .col, .testimonials .bottomrow, .testimonials .testimonial, .homeintro, header, section {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .sidepadding, .callwrap, .callongoing .wrapper, .callwrapper, .infoblokken, .ctablock .wrapper, .ctablock, .typecalls.three .wrapper .typecallswrap, .masterclasses.three .wrapper .typecallswrap, .typecalls .wrapper .typecallswrap, .masterclasses .wrapper .typecallswrap, .call__wrapper, .video-booth__wrapper, .main-content, .feed, .resourcesmain .description, .storyquotebg, .storyquote .wrapper .textwrapper, .storyslideshow, .storyparagraaf, .storypageintro .textwrapper, .resourcepageitems, .countryintro .summary, .regions, .mapwrapper, .testimonial-items .testimonial-item, .blog, .gallery, .filtermenuwrapper, .submenu, .resources, .opencalls .bottomrow, .paragraaf.prevtalks:not(.reversed), .paragraaf, .reportwrapper .wrapper, .textblock, .textpage .sideactions, .footerbottom, .footertop .col, .testimonials .bottomrow, .testimonials .testimonial, .homeintro, header, section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .sidepadding, .callwrap, .callongoing .wrapper, .callwrapper, .infoblokken, .ctablock .wrapper, .ctablock, .typecalls.three .wrapper .typecallswrap, .masterclasses.three .wrapper .typecallswrap, .typecalls .wrapper .typecallswrap, .masterclasses .wrapper .typecallswrap, .call__wrapper, .video-booth__wrapper, .main-content, .feed, .resourcesmain .description, .storyquotebg, .storyquote .wrapper .textwrapper, .storyslideshow, .storyparagraaf, .storypageintro .textwrapper, .resourcepageitems, .countryintro .summary, .regions, .mapwrapper, .testimonial-items .testimonial-item, .blog, .gallery, .filtermenuwrapper, .submenu, .resources, .opencalls .bottomrow, .paragraaf.prevtalks:not(.reversed), .paragraaf, .reportwrapper .wrapper, .textblock, .textpage .sideactions, .footerbottom, .footertop .col, .testimonials .bottomrow, .testimonials .testimonial, .homeintro, header, section {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.toppadding, .callongoing, .infoblokken, .ctablock .wrapper, .ctablock, .video-booth__wrapper, .main-content, .feed, .storygrid, .storyquotebg, .storyquote .wrapper .textwrapper .content, .storyquote .wrapper .textwrapper, .storyquote .wrapper, .storyquote, .storyslideshow, .storyparagraaf.bottom .imgwrapper, .storyparagraaf, .storypageintro .textwrapper, .resourceoverview .resourceoverview-item, .resourceoverview, .interventiontypes:not(:last-child), .countrypage-item, .countryintro .summary, .countryintro .wrapper, .regions .regionlist .countrylist, .regions .regionlist, .regions, .mapwrapper, .testimonial-items .testimonial-item, .testimonial-items, .newsimage, .newsparagraaf, .team, .programspotlight .programspotlightitems, .programspotlight .bottomrow, .programspotlight, .opencallspage, .blog, .projectpage .projectinfo, .resources, .opencalls .bottomrow, .paragraaf.prevtalks, .textblock, .textpage .sideactions, .footertop .col, .homenews, .testimonials .bottomrow, .testimonials, .spotlight .center, .calltoaction {
  padding-top: 75px;
  padding-bottom: 75px;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .toppadding, .callongoing, .infoblokken, .ctablock .wrapper, .ctablock, .video-booth__wrapper, .main-content, .feed, .storygrid, .storyquotebg, .storyquote .wrapper .textwrapper .content, .storyquote .wrapper .textwrapper, .storyquote .wrapper, .storyquote, .storyslideshow, .storyparagraaf.bottom .imgwrapper, .storyparagraaf, .storypageintro .textwrapper, .resourceoverview .resourceoverview-item, .resourceoverview, .interventiontypes:not(:last-child), .countrypage-item, .countryintro .summary, .countryintro .wrapper, .regions .regionlist .countrylist, .regions .regionlist, .regions, .mapwrapper, .testimonial-items .testimonial-item, .testimonial-items, .newsimage, .newsparagraaf, .team, .programspotlight .programspotlightitems, .programspotlight .bottomrow, .programspotlight, .opencallspage, .blog, .projectpage .projectinfo, .resources, .opencalls .bottomrow, .paragraaf.prevtalks, .textblock, .textpage .sideactions, .footertop .col, .homenews, .testimonials .bottomrow, .testimonials, .spotlight .center, .calltoaction {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 1200px) {
  .toppadding, .callongoing, .infoblokken, .ctablock .wrapper, .ctablock, .video-booth__wrapper, .main-content, .feed, .storygrid, .storyquotebg, .storyquote .wrapper .textwrapper .content, .storyquote .wrapper .textwrapper, .storyquote .wrapper, .storyquote, .storyslideshow, .storyparagraaf.bottom .imgwrapper, .storyparagraaf, .storypageintro .textwrapper, .resourceoverview .resourceoverview-item, .resourceoverview, .interventiontypes:not(:last-child), .countrypage-item, .countryintro .summary, .countryintro .wrapper, .regions .regionlist .countrylist, .regions .regionlist, .regions, .mapwrapper, .testimonial-items .testimonial-item, .testimonial-items, .newsimage, .newsparagraaf, .team, .programspotlight .programspotlightitems, .programspotlight .bottomrow, .programspotlight, .opencallspage, .blog, .projectpage .projectinfo, .resources, .opencalls .bottomrow, .paragraaf.prevtalks, .textblock, .textpage .sideactions, .footertop .col, .homenews, .testimonials .bottomrow, .testimonials, .spotlight .center, .calltoaction {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .toppadding, .callongoing, .infoblokken, .ctablock .wrapper, .ctablock, .video-booth__wrapper, .main-content, .feed, .storygrid, .storyquotebg, .storyquote .wrapper .textwrapper .content, .storyquote .wrapper .textwrapper, .storyquote .wrapper, .storyquote, .storyslideshow, .storyparagraaf.bottom .imgwrapper, .storyparagraaf, .storypageintro .textwrapper, .resourceoverview .resourceoverview-item, .resourceoverview, .interventiontypes:not(:last-child), .countrypage-item, .countryintro .summary, .countryintro .wrapper, .regions .regionlist .countrylist, .regions .regionlist, .regions, .mapwrapper, .testimonial-items .testimonial-item, .testimonial-items, .newsimage, .newsparagraaf, .team, .programspotlight .programspotlightitems, .programspotlight .bottomrow, .programspotlight, .opencallspage, .blog, .projectpage .projectinfo, .resources, .opencalls .bottomrow, .paragraaf.prevtalks, .textblock, .textpage .sideactions, .footertop .col, .homenews, .testimonials .bottomrow, .testimonials, .spotlight .center, .calltoaction {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.topmargin, .homecountries, .spotlight, .calltoaction {
  margin-top: 75px;
  margin-bottom: 75px;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .topmargin, .homecountries, .spotlight, .calltoaction {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
@media (max-width: 1200px) {
  .topmargin, .homecountries, .spotlight, .calltoaction {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .topmargin, .homecountries, .spotlight, .calltoaction {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

img, svg {
  display: block;
  width: 100%;
  -webkit-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

button svg, i svg, a svg {
  height: 100%;
}

header {
  width: 100%;
  padding-top: 35px;
  display: flex;
  background: #fff;
  flex-wrap: wrap;
}
header .logo {
  display: block;
  width: 31.7757009346%;
}
@media (max-width: 1600px) {
  header .logo {
    width: 280px;
  }
}
@media (max-width: 1440px) {
  header .logo {
    width: 240px;
  }
}
@media (max-width: 1280px) {
  header .logo {
    width: 200px;
  }
}
header .topnav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 990px) {
  header .topnav {
    display: none;
  }
}
header .topmenu {
  display: flex;
}
header .topmenu li {
  display: block;
  margin-right: 3em;
  position: relative;
}
@media (max-width: 1280px) {
  header .topmenu li {
    margin-right: 1.25em;
  }
}
header .topmenu li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #40534F;
  font-size: 14px;
}
header .topmenu li a:hover {
  color: #9fa585;
}
header .topmenu li.active:after {
  display: block;
  content: "";
  background: #9fa585;
  height: 8px;
  top: 100%;
  position: absolute;
  left: 0;
  z-index: 7000;
  width: 100%;
  margin-top: 4px;
}
header nav {
  width: 100%;
}
@media (max-width: 990px) {
  header nav {
    display: none;
  }
}
header .mainmenu {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
header .mainmenu li {
  display: block;
  position: relative;
  min-height: 43px;
}
header .mainmenu li a {
  font-size: 1.125em;
  font-weight: 700;
  color: #40534F;
  text-decoration: none;
}
header .mainmenu li a:hover {
  color: #9fa585;
}
header .mainmenu li.active:after {
  display: block;
  content: "";
  background: #9fa585;
  height: 8px;
  bottom: 0%;
  position: absolute;
  left: 0;
  z-index: 7000;
  width: 100%;
}
@media (max-width: 990px) {
  header {
    height: 90px;
    align-items: center;
    padding-top: 0;
  }
  header .logo {
    width: 155px;
  }
}

.showmenu {
  display: none;
}

@media (max-width: 990px) {
  .locked, .filterlocked {
    position: relative;
    overflow: hidden;
    height: 100%;
  }

  .showmenu {
    display: block;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    fill: #9fa585;
    padding: 0;
    cursor: pointer;
    margin-left: auto;
  }
  .showmenu span {
    display: none;
  }
}
.mobilemenu {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  opacity: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #9fa585;
  padding: 35px 30px;
  box-sizing: border-box;
}
.mobilemenu.open {
  left: 0;
  opacity: 1;
  pointer-events: all;
}
.mobilemenu ul {
  display: block;
}
.mobilemenu ul li {
  display: block;
}
.mobilemenu ul li a {
  display: block;
  padding: 1em 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #344340;
}
.mobilemenu ul li a:hover {
  color: #40534F;
}
.mobilemenu ul li.active a {
  font-weight: bold;
  color: #40534F;
}
.mobilemenu ul.mainmenu {
  border-bottom: 2px solid #344340;
}
.mobilemenu .opencallslink, .mobilemenu .calltoactionbanner .btn, .calltoactionbanner .mobilemenu .btn {
  margin: 1em auto;
  display: block;
}

.opencallslink, .calltoactionbanner .btn {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  padding: 1em 1.5em;
  line-height: 1em;
  border-radius: 1.5em;
  background: #83a098;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.opencallslink i, .calltoactionbanner .btn i {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: #fff;
  margin-right: 1em;
}
.opencallslink.covidlink, .calltoactionbanner .covidlink.btn {
  background: #72B9D2;
  margin-left: 1em;
}
.opencallslink:hover, .calltoactionbanner .btn:hover {
  background: #40534F;
  color: #fff;
}
@media (max-width: 1280px) {
  .opencallslink, .calltoactionbanner .btn {
    font-size: 12px;
  }
}

.searchbtn {
  width: 49px;
  text-align: center;
  box-sizing: border-box;
  height: 43px;
  padding: 12px 0;
  background: #EBEDE6;
  border: none;
  cursor: pointer;
  fill: #40534F;
  box-shadow: 0 2px 4px 0px rgba(64, 83, 79, 0.1);
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.searchbtn:hover {
  background: #D8DBCE;
  fill: #fff;
}

.intro {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}
.intro .wrapper {
  position: relative;
  padding: 75px 55px;
  min-height: -moz-calc(100vh - 380px);
  min-height: -webkit-calc(100vh - 380px);
  min-height: -o-calc(100vh - 380px);
  min-height: calc(100vh - 380px);
  box-sizing: border-box;
}

.bgintro {
  background: #83a098;
}
@media (max-width: 768px) {
  .bgintro {
    padding: 45px 30px;
  }
  .bgintro .wrapper {
    padding: 0;
  }
}
.bgintro .wrapper {
  color: #fff;
  height: 100%;
  min-height: auto;
}
.bgintro .wrapper .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}
.bgintro .wrapper .content.hasimage {
  color: #fff;
  background: rgba(64, 83, 79, 0.3);
}
.bgintro .bg {
  background: #83a098 no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}
.bgintro h1 {
  margin-top: auto;
  width: 100%;
  display: block;
  margin-bottom: 1em;
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .bgintro h1 {
    font-size: 45px;
    line-height: 1.3em;
  }
}
@media (max-width: 990px) {
  .bgintro h1 {
    font-size: 35px;
    max-width: 640px;
  }
}
.bgintro .description {
  width: 100%;
  font-size: 25px;
  line-height: 1.2em;
  max-width: 610px;
  margin-bottom: 0;
  margin-top: auto;
  padding-bottom: 1em;
}

.homeintro {
  background: rgba(64, 83, 79, 0.3);
  overflow: hidden;
  position: relative;
}
.homeintro .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9000;
  padding: 1em;
}
.homeintro .swiper-pagination .swiper-pagination-bullet {
  margin-left: 10px;
  cursor: pointer;
  background: #fff;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.homeintro .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ACBFBA;
}
.homeintro:after {
  width: 50vw;
  height: 50vw;
  top: 100%;
  right: 0;
  -webkit-transform: translate(45%, -50%);
  -moz-transform: translate(45%, -50%);
  -ms-transform: translate(45%, -50%);
  -o-transform: translate(45%, -50%);
  transform: translate(45%, -50%);
}
@media (max-width: 1200px) {
  .homeintro:after {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 990px) {
  .homeintro:after {
    -webkit-transform: translate(70%, 10%);
    -moz-transform: translate(70%, 10%);
    -ms-transform: translate(70%, 10%);
    -o-transform: translate(70%, 10%);
    transform: translate(70%, 10%);
    width: 115vw;
    height: 115vw;
  }
}
.homeintro .bg {
  background: #40534F no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.homeintro .wrapper {
  padding-left: 25px;
  padding-right: 0;
  height: 70vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .homeintro .wrapper {
    height: auto;
    padding-left: 0;
  }
}
.homeintro .description {
  width: 100%;
  font-size: 1.563em;
  line-height: 1.655em;
  max-width: 610px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 1em;
}
@media (max-width: 1200px) {
  .homeintro .description {
    font-size: 1.35em;
    line-height: 1.3em;
  }
}
@media (max-width: 660px) {
  .homeintro .description {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .homeintro .description {
    font-size: 1em;
  }
}
.homeintro .counterlink {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 4em;
  color: #fff;
  text-align: left;
}
.homeintro .counterlink:hover {
  color: #9fa585;
}
.homeintro .counterlink:hover .countername {
  border-bottom: 3px solid #344340;
}
.homeintro .counterlink .counter {
  font-size: 1.938em;
  font-weight: 700;
  background: #40534F;
  color: #fff;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
}
.homeintro .counterlink.alternate .counter {
  text-align: center;
  background: #9fa585;
}
.homeintro .counterlink .countertext {
  padding-left: 1em;
  line-height: 1.4em;
}
.homeintro .counterlink small {
  font-size: 1em;
  display: block;
}
.homeintro .counterlink .countername {
  display: inline-block;
  font-size: 1.563em;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid #fff;
  -webkit-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
@media (max-width: 990px) {
  .homeintro .counterlink {
    margin-right: 3em;
  }
  .homeintro .counterlink .counter {
    font-size: 27px;
  }
  .homeintro .counterlink .countername {
    font-size: 25px;
  }
}
@media (max-width: 660px) {
  .homeintro .counterlink {
    margin: 1em auto;
  }
}
.homeintro .moreinfo {
  color: #fff;
}
.homeintro .moreinfo i {
  fill: #fff;
}
.homeintro .moreinfo:hover {
  color: #40534F;
}
.homeintro .introbottom {
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.homeintro .introbottom .introbottomtitle {
  width: 100%;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.75em;
}
@media (max-width: 990px) {
  .homeintro .introbottom {
    flex-wrap: wrap;
    margin-right: 3em;
  }
  .homeintro .introbottom .moreinfo {
    margin: 2em 0 0 0;
  }
}
@media (max-width: 660px) {
  .homeintro .introbottom {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
  .homeintro .introbottom .moreinfo {
    display: block;
    margin: 2em auto 0 auto;
    text-align: center;
  }
}

.callintro:after {
  display: none;
}
.callintro .bg {
  opacity: 1;
}
.callintro .description {
  font-weight: unset;
  margin-top: unset;
}
.callintro h1 {
  margin-top: unset;
  font-size: 2.4em;
}
.callintro .wrapper {
  height: unset;
}

.infopagina {
  background: #E9EEEC;
}
.infopagina .wrapper .content, .infopagina .wrapper .content .breadcrumb .breadcrumb-item, .infopagina .wrapper .content .breadcrumb .breadcrumb-item a {
  color: #40534F;
}

.ongoing {
  background: #83a098;
}

.ongoingcall {
  overflow: unset;
  margin-bottom: 50px;
}
.ongoingcall .wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ongoingcall .wrapper .content h2, .ongoingcall .wrapper .content h1 {
  width: 100%;
}
@media only screen and (max-width: 950px) {
  .ongoingcall .wrapper .content h2, .ongoingcall .wrapper .content h1 {
    max-width: unset;
  }
}
.ongoingcall .wrapper .content h2 {
  font-size: 1.6em;
}
.ongoingcall .wrapper .content h1 {
  font-size: 2.2em;
  margin-bottom: 20px;
}
.ongoingcall .wrapper .content .period__wrapper {
  position: absolute;
  bottom: -90%;
}
@media only screen and (max-width: 1100px) {
  .ongoingcall .wrapper .content .period__wrapper {
    position: relative;
  }
}

.navigate {
  text-align: right;
  margin-top: 1em;
}

.moreinfo {
  cursor: pointer;
  color: #83a098;
  font-size: 1em;
  font-style: italic;
  margin-left: auto;
  margin-right: 0;
  font-weight: bold;
  text-decoration: none;
}
.moreinfo span {
  margin-right: 1em;
  vertical-align: middle;
}
.moreinfo i {
  vertical-align: middle;
  display: inline-block;
  width: 9px;
  height: 9px;
}
.moreinfo:hover {
  color: #9fa585;
}
.moreinfo:hover svg {
  fill: #9fa585;
}

.calltoaction {
  position: relative;
  z-index: 5;
}

.actions {
  position: relative;
  color: #fff;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
}
.actions .action {
  display: block;
  width: 33.33%;
}
.actions .action:nth-child(2) {
  background: #ACBFBA;
}
.actions .action:nth-child(3) {
  background: #D5DFDC;
}
@media (max-width: 990px) {
  .actions {
    display: block;
    padding-left: 0;
  }
  .actions .action {
    width: 100%;
  }
}

.action {
  color: #fff;
  text-decoration: none;
  display: block;
  max-width: 340px;
  box-sizing: border-box;
  padding: 40px 50px 50px 50px;
  font-size: 25px;
  position: relative;
  line-height: 1.16em;
  font-weight: 700;
  background: #40534F;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.action small {
  font-size: 18px;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}
.action i {
  width: 1em;
  display: block;
  position: absolute;
  box-sizing: border-box;
  right: 25px;
  bottom: 25px;
}
.action svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.action:hover {
  color: #9fa585;
}
.action:hover svg {
  fill: #9fa585;
}
@media (max-width: 990px) {
  .action {
    font-size: 20px;
    padding: 25px 15% 45px 35px;
    min-height: 116px;
  }
}

.bigtitle, .regions h2 {
  font-size: 3.125em;
  color: #40534F;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  line-height: 1em;
  margin-bottom: 1.5em;
}
.bigtitle:before, .regions h2:before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #9fa585;
  position: absolute;
  left: -40px;
  top: 0.75em;
}
.bigtitle span, .regions h2 span {
  margin-left: 5px;
  margin-top: 5px;
  display: block;
  color: #83a098;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}
@media (max-width: 990px) {
  .bigtitle, .regions h2 {
    font-size: 30px;
    margin-bottom: 1em;
  }
  .bigtitle:before, .regions h2:before {
    width: 38px;
    left: -18px;
  }
}

.spotlight {
  padding: 0;
  position: relative;
}
.spotlight .wrapper {
  margin-top: 15vw;
  position: relative;
}
.spotlight .wrapper:before {
  z-index: -1;
  position: absolute;
  width: 60vw;
  height: 60vw;
  box-sizing: border-box;
  background: #EBEDE6;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spotlight .swiper-slide {
  width: 65%;
  padding: 10px;
  text-align: center;
}
.spotlight .swiper-slide span {
  opacity: 0;
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin-top: 2em;
  text-align: center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.spotlight .swiper-slide-active img {
  box-shadow: 0 0 8px 4px rgba(64, 83, 79, 0.15);
}
.spotlight .swiper-slide-active span {
  opacity: 1;
}
.spotlight .center {
  text-align: center;
}

.swiperprev, .swipernext {
  width: 16px;
  height: 16px;
  padding: 10px;
  position: absolute;
  bottom: 10em;
  cursor: pointer;
  z-index: 999;
}
.swiperprev.swiperprev, .swipernext.swiperprev {
  left: 6%;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.swiperprev.swipernext, .swipernext.swipernext {
  right: 6%;
}
.swiperprev:hover, .swipernext:hover {
  fill: #9fa585;
}

.testimonials {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.testimonials .testimonial {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  text-decoration: none;
  color: #40534F;
}
.testimonials .testimonial:before {
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: #D5DFDC;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  bottom: 5%;
  z-index: -1;
}
.testimonials .testimonial:hover:before {
  background: #b8c9c4;
}
.testimonials .testimonial .col {
  display: flex;
  width: 480px;
  align-items: center;
}
.testimonials .testimonial .col:nth-child(2) {
  margin-left: auto;
}
@media (max-width: 990px) {
  .testimonials .testimonial {
    display: block;
  }
  .testimonials .testimonial:before {
    bottom: 0;
  }
  .testimonials .testimonial .col {
    width: 100%;
    margin: 0 auto;
  }
  .testimonials .testimonial .col:nth-child(2) {
    padding: 3em 0;
  }
}
.testimonials .testimonial .imgwrapper {
  width: 480px;
  flex: none;
  border-radius: 50%;
  overflow: hidden;
  background: #40534F;
}
@media (max-width: 1200px) {
  .testimonials .testimonial .imgwrapper {
    width: 360px;
  }
}
@media (max-width: 990px) {
  .testimonials .testimonial .imgwrapper {
    width: 220px;
  }
}
.testimonials .testimonial .text {
  font-size: 1.875em;
  line-height: 1.4em;
}
@media (max-width: 1200px) {
  .testimonials .testimonial .text {
    font-size: 20px;
  }
}
.testimonials .testimonial .circle {
  -webkit-transform: translate(-50%, 30%);
  -moz-transform: translate(-50%, 30%);
  -ms-transform: translate(-50%, 30%);
  -o-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
  margin-top: auto;
  position: relative;
  font-size: 1.5em;
  line-height: 1.2em;
  padding: 3em;
  box-sizing: border-box;
}
.testimonials .testimonial .circle .name {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.testimonials .testimonial .circle .function {
  position: relative;
  z-index: 3;
}
.testimonials .testimonial .circle:before {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #F8E4CF;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  content: "";
}
@media (max-width: 1200px) {
  .testimonials .testimonial .circle {
    font-size: 1em;
  }
}
@media (max-width: 990px) {
  .testimonials .testimonial .circle {
    max-width: 160px;
    font-size: 14px;
    padding: 1em;
    text-align: center;
  }
}
.testimonials .bottomrow {
  text-align: right;
}
@media (max-width: 990px) {
  .testimonials .bottomrow {
    text-align: center;
  }
}

.homecountries {
  position: relative;
  background: url("../pictures/outlinecircles.svg") no-repeat top center/contain;
  padding-top: 5vw;
  padding-bottom: 15vw;
}
.homecountries .topbar {
  display: flex;
  justify-content: space-between;
}
.homecountries .topbar .moreinfo {
  margin-top: 2em;
  margin-left: auto;
}
@media (max-width: 990px) {
  .homecountries .topbar .moreinfo {
    display: none;
  }
}
.homecountries .bottombar {
  display: none;
  text-align: center;
  padding-top: 2em;
}
@media (max-width: 990px) {
  .homecountries .bottombar {
    display: block;
  }
}
.homecountries .wrapper {
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .homecountries .wrapper {
    display: block;
  }
}
.homecountries .imgwrapper {
  width: 55%;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .homecountries .imgwrapper {
    width: 100%;
    z-index: 10;
  }
}
.homecountries .imgwrapper .moreinfo {
  margin-top: 1em;
  display: block;
}
@media (min-width: 991px) {
  .homecountries .imgwrapper .moreinfo {
    top: 0;
    position: absolute;
    right: -2em;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@media (max-width: 990px) {
  .homecountries .imgwrapper .moreinfo {
    margin: 2em auto 0 auto;
    text-align: center;
  }
}
.homecountries .content {
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  width: 55%;
  padding: 80px 80px 80px 110px;
  background: #F8E4CF;
  color: #40534F;
  margin-top: 6em;
  margin-left: -50px;
  max-width: 550px;
}
@media (max-width: 1200px) {
  .homecountries .content {
    padding: 45px 45px 45px 80px;
    margin-left: -35px;
  }
}
@media (max-width: 990px) {
  .homecountries .content {
    display: none;
  }
}
.homecountries .content .text {
  display: flex;
  align-items: flex-start;
}
.homecountries .content h2 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.15em;
  width: 120px;
}
.homecountries .content h2 span {
  font-size: 95px;
  line-height: 1;
  font-weight: 400;
  margin-left: -5px;
}
.homecountries .content ul {
  margin-top: 5em;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.125em;
  display: block;
}
.homecountries .content ul li {
  display: block;
  padding: 0.75em 0;
}
.homecountries .content ul li:before {
  display: none;
}
.homecountries .content ul li:not(:last-child) {
  border-bottom: 1px solid #40534F;
}
.homecountries .content ul li a {
  color: #40534F;
  text-decoration: none;
}
.homecountries .content ul li a:hover {
  color: #9fa585;
}

.homenews {
  position: relative;
  padding-top: 0;
}
.homenews .topbar {
  display: flex;
  justify-content: space-between;
}
.homenews .topbar .moreinfo {
  margin-top: 2em;
  margin-left: auto;
}
.homenews .bottombar {
  display: none;
}
@media (max-width: 990px) {
  .homenews .topbar a {
    display: none;
  }
  .homenews .bottombar {
    display: block;
    text-align: center;
    padding-top: 2em;
  }
}
.homenewsitems {
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .homenewsitems {
    display: block;
  }
}
.homenewsitems .homenewsitem {
  position: relative;
  display: block;
  box-sizing: border-box;
  box-shadow: 0 0 4px 2px rgba(64, 83, 79, 0.15);
  margin: 0 30px 60px 30px;
  text-decoration: none;
  background: #FAFAFA;
  width: -moz-calc((100% - 180px)/3);
  width: -webkit-calc((100% - 180px)/3);
  width: -o-calc((100% - 180px)/3);
  width: calc((100% - 180px)/3);
}
@media (max-width: 990px) {
  .homenewsitems .homenewsitem {
    margin: 0 auto 30px auto;
    max-width: 480px;
    width: 100%;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .homenewsitems .homenewsitem {
    margin-bottom: 0;
  }
}
.homenewsitems .homenewsitem .imgwrapper {
  position: relative;
  display: block;
  width: 100%;
  background: no-repeat center center/cover;
}
.homenewsitems .homenewsitem .imgwrapper:before {
  content: "";
  padding-top: 55.66%;
  display: block;
  width: 100%;
}
.homenewsitems .homenewsitem .date {
  font-weight: bold;
  color: #fff;
  background: #9fa585;
  display: inline-block;
  padding: 0.35em 0.65em;
  line-height: 1.2em;
  border-radius: 1em;
  margin-bottom: 1em;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.homenewsitems .homenewsitem .date.eventtag {
  background: #F0CAA0;
}
@media (max-width: 1200px) {
  .homenewsitems .homenewsitem .date {
    font-size: 14px;
  }
}
.homenewsitems .homenewsitem .homenewsbottom {
  display: block;
  position: relative;
  padding: 35px 25px 70px 25px;
}
.homenewsitems .homenewsitem .descr {
  display: block;
  font-size: 25px;
  font-weight: bold;
  color: #9fa585;
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
@media (max-width: 1200px) {
  .homenewsitems .homenewsitem .descr {
    font-size: 20px;
  }
}
.homenewsitems .homenewsitem i {
  width: 1em;
  display: block;
  position: absolute;
  box-sizing: border-box;
  right: 25px;
  bottom: 25px;
}
.homenewsitems .homenewsitem svg {
  fill: #40534F;
}
.homenewsitems .homenewsitem:hover .descr {
  color: #40534F;
}
.homenewsitems .homenewsitem:hover .date {
  background: #40534F;
}
.homenewsitems .homenewsitem:hover .date.eventtag {
  background: #cf7b1f;
}
.homenewsitems .homenewsitem:hover svg {
  fill: #9fa585;
}

.footertop {
  display: flex;
  background: #EBEDE6;
  text-align: center;
}
.footertop h2 {
  font-size: 1.875em;
  font-weight: bold;
  color: inherit;
}
.footertop .col {
  width: 50%;
  color: #40534F;
}
.footertop .col:nth-child(1) {
  background: #40534F;
  color: #EBEDE6;
}
.footertop .newsletterwrapper {
  display: flex;
  margin: 0 auto;
  margin-top: 2em;
}
.footertop .newsletterwrapper label {
  position: absolute;
  left: -9999px;
}
.footertop .newsletterwrapper input {
  flex: 1;
}
.footertop .newsletterwrapper .opencallslink, .footertop .newsletterwrapper .calltoactionbanner .btn, .calltoactionbanner .footertop .newsletterwrapper .btn {
  margin: 0 auto;
}
.footertop .newsletterwrapper button, .footertop .newsletterwrapper .opencallslink, .footertop .newsletterwrapper .calltoactionbanner .btn, .calltoactionbanner .footertop .newsletterwrapper .btn {
  cursor: pointer;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.footertop .newsletterwrapper button:hover, .footertop .newsletterwrapper .opencallslink:hover, .footertop .newsletterwrapper .calltoactionbanner .btn:hover, .calltoactionbanner .footertop .newsletterwrapper .btn:hover {
  background: #F0CAA0;
}
.footertop .newsletterwrapper input, .footertop .newsletterwrapper button {
  box-sizing: border-box;
  background: #344340;
  border: 1px solid #344340;
  color: #EBEDE6;
  font-size: 1em;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  padding: 1em 2em;
  border-radius: 2em;
}
.footertop .newsletterwrapper .newsselectwrapper {
  box-sizing: border-box;
  margin: 0 5px;
  width: 7em;
  border-radius: 2em;
  background: #344340;
  color: #EBEDE6;
  position: relative;
}
.footertop .newsletterwrapper .newsselectwrapper:after {
  content: "";
  background: url("../pictures/dropdown.svg") no-repeat center center/contain;
  pointer-events: none;
  display: block;
  width: 1em;
  text-align: center;
  right: 1.25em;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.footertop .newsletterwrapper .newsselectwrapper select {
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 2em;
  padding: 1em 3em 1em 2em;
  border: 1px solid #344340;
  font-size: 1em;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  background: #344340;
  z-index: 2;
  color: #EBEDE6;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.footertop .newsletterwrapper .newsselectwrapper select::-ms-expand {
  display: none;
}
.footertop .newsletterwrapper .submitrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 470px) {
  .footertop .newsletterwrapper {
    display: block;
  }
  .footertop .newsletterwrapper .newsselectwrapper {
    margin-left: 0;
  }
  .footertop .newsletterwrapper .submitrow {
    margin-top: 1em;
    width: 100%;
  }
}
.footertop .socials {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
  margin-top: 2em;
  justify-content: center;
}
.footertop .socials a {
  width: 33.33%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #344340;
}
.footertop .socials a span {
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 470px) {
  .footertop .socials a span {
    display: none;
  }
}
.footertop .socials a i {
  vertical-align: middle;
  display: inline-block;
  width: 3em;
  height: 3em;
  margin-right: 0.75em;
  fill: #344340;
}
.footertop .socials a:hover {
  color: #9fa585;
}
.footertop .socials a:hover i {
  fill: #9fa585;
}
@media (max-width: 990px) {
  .footertop {
    display: block;
  }
  .footertop .col {
    width: 100%;
  }
}

.footerbottom {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #D8DBCE;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  width: 100%;
}
.footerbottom .bdc {
  display: block;
  max-width: 166px;
  width: 100%;
}
.footerbottom .privacy {
  margin-left: 2em;
  text-decoration: none;
  font-size: 0.875em;
}
.footerbottom .efqm {
  display: block;
  max-width: 87px;
  width: 100%;
  margin-left: 40px;
}
@media (max-width: 440px) {
  .footerbottom {
    position: relative;
    display: block;
    padding-right: 60px;
  }
  .footerbottom .bdc {
    width: 120px;
  }
  .footerbottom .efqm {
    width: 60px;
    margin: 1em 0 0 0;
  }
  .footerbottom .privacy {
    margin: 1em 0 0 0;
    display: block;
  }
}
.footerbottom .scrollup {
  margin-left: auto;
  width: 4em;
  height: 4em;
  box-sizing: border-box;
  background: #9fa585;
  fill: #fff;
  display: block;
  padding: 1em;
  border-radius: 50%;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 440px) {
  .footerbottom .scrollup {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 38px;
    height: 38px;
    padding: 10px;
  }
}
.footerbottom .scrollup:hover {
  background: #40534F;
}

.aboutintro, .communityintro, .fundingintro {
  position: relative;
}
.aboutintro:after, .communityintro:after, .fundingintro:after {
  background: url("../pictures/circlegroen.svg") no-repeat center center/cover;
}
@media (max-width: 990px) {
  .aboutintro:after, .communityintro:after, .fundingintro:after {
    width: 38vw;
    height: 38vw;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
@media (max-width: 768px) {
  .aboutintro:after, .communityintro:after, .fundingintro:after {
    width: 50vw;
    height: 50vw;
  }
}
@media (max-width: 480px) {
  .aboutintro:after, .communityintro:after, .fundingintro:after {
    width: 300px;
    height: 300px;
    -webkit-transform: translate(65%, -50%);
    -moz-transform: translate(65%, -50%);
    -ms-transform: translate(65%, -50%);
    -o-transform: translate(65%, -50%);
    transform: translate(65%, -50%);
  }
}
@media (max-width: 990px) {
  .aboutintro, .communityintro, .fundingintro {
    padding: 0;
  }
}
.aboutintro .wrapper, .communityintro .wrapper, .fundingintro .wrapper {
  background: #40534F no-repeat center center/cover;
  color: #fff;
  box-sizing: border-box;
}
.aboutintro .wrapper .content, .communityintro .wrapper .content, .fundingintro .wrapper .content {
  padding: 60px 40px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: -moz-calc(100vh - 380px);
  min-height: -webkit-calc(100vh - 380px);
  min-height: -o-calc(100vh - 380px);
  min-height: calc(100vh - 380px);
}
.aboutintro .wrapper .content.hasimage, .communityintro .wrapper .content.hasimage, .fundingintro .wrapper .content.hasimage {
  color: #fff;
  background: rgba(64, 83, 79, 0.3);
}
@media (max-width: 768px) {
  .aboutintro .wrapper .content, .communityintro .wrapper .content, .fundingintro .wrapper .content {
    padding: 45px 30px;
    padding-right: 15vw;
    min-height: -moz-calc(100vh - 90px);
    min-height: -webkit-calc(100vh - 90px);
    min-height: -o-calc(100vh - 90px);
    min-height: calc(100vh - 90px);
  }
}
.aboutintro .wrapper h1, .communityintro .wrapper h1, .fundingintro .wrapper h1 {
  width: 100%;
  display: block;
  margin-bottom: 0.25em;
  margin-top: auto;
  font-size: 3.75em;
  font-weight: bold;
  word-break: keep-all;
}
@media (max-width: 1200px) {
  .aboutintro .wrapper h1, .communityintro .wrapper h1, .fundingintro .wrapper h1 {
    font-size: 45px;
    line-height: 1.3em;
  }
}
@media (max-width: 990px) {
  .aboutintro .wrapper h1, .communityintro .wrapper h1, .fundingintro .wrapper h1 {
    font-size: 35px;
    max-width: 640px;
  }
}
.aboutintro .wrapper .description, .communityintro .wrapper .description, .fundingintro .wrapper .description {
  font-size: 1.5em;
  width: 80%;
  max-width: 640px;
  box-sizing: border-box;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .aboutintro .wrapper .description, .communityintro .wrapper .description, .fundingintro .wrapper .description {
    font-size: 1.35em;
    line-height: 1.3em;
  }
}
@media (max-width: 480px) {
  .aboutintro .wrapper .description, .communityintro .wrapper .description, .fundingintro .wrapper .description {
    font-size: 1em;
  }
}

.fundingintro:after {
  background: url("../pictures/circlegeel.svg") no-repeat center center/cover;
}
.fundingintro .wrapper {
  background: #9fa585 no-repeat center center/cover;
  color: #fff;
}

.communityintro:after {
  background: url("../pictures/circlegeel.svg") no-repeat center center/cover;
  z-index: -1;
}
.communityintro .wrapper {
  background: #ffffff no-repeat center center/cover;
  color: #40534F;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.communityintro .wrapper .breadcrumb-item, .communityintro .wrapper .breadcrumb-item a {
  color: #9fa585;
}
.communityintro .wrapper h1 {
  color: #72bad1;
  font-size: 4em;
  line-height: 1em;
}
.communityintro .wrapper .textwrapper, .communityintro .wrapper .talkwrapper {
  width: 50%;
}
.communityintro .wrapper .textwrapper .description, .communityintro .wrapper .talkwrapper .description {
  padding-bottom: 50px;
  font-size: 1.5em;
}
.communityintro .wrapper .textwrapper svg, .communityintro .wrapper .talkwrapper svg {
  width: 150px;
}
.communityintro .wrapper .textwrapper .btnlook, .communityintro .wrapper .talkwrapper .btnlook {
  border: solid 2px #72bad1;
  color: #72bad1;
  padding: 10px 15px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 35px;
  -webkit-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.communityintro .wrapper .textwrapper .btnlook:hover, .communityintro .wrapper .talkwrapper .btnlook:hover {
  background: #F0CAA0;
  border: solid 2px #F0CAA0;
}
.communityintro .wrapper .talkwrapper {
  background: #C9E2EB;
}
.communityintro .wrapper .talkwrapper .textwrapper {
  padding: 35px;
  width: auto;
  box-sizing: border-box;
  width: 100%;
}
.communityintro .wrapper .talkwrapper .textwrapper span {
  background: #ffffff;
  border-radius: 25px;
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.communityintro .wrapper .talkwrapper .textwrapper h2 {
  font-weight: bold;
  font-size: 1.6em;
  text-transform: uppercase;
}
.communityintro .wrapper .talkwrapper .textwrapper h3 {
  font-weight: bold;
  font-size: 1.2em;
}
.communityintro .wrapper .talkwrapper .textwrapper .btnlook {
  color: #40534F;
  border: solid 2px #40534F;
  background: none;
  margin-bottom: 35px;
  float: right;
  -webkit-transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.communityintro .wrapper .talkwrapper .textwrapper .btnlook:hover {
  background: #F0CAA0;
  border: solid 2px #F0CAA0;
}
.communityintro .wrapper .talkwrapper .imgwrapper {
  max-height: 350px;
  overflow: hidden;
}
.communityintro .wrapper .talkwrapper .imgwrapper iframe {
  width: 100%;
}
@media (max-width: 1100px) {
  .communityintro .wrapper {
    flex-direction: column;
  }
  .communityintro .wrapper .textwrapper, .communityintro .wrapper .talkwrapper {
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
  }
}
@media (max-width: 990px) {
  .communityintro .wrapper {
    flex-direction: column;
  }
  .communityintro .wrapper .textwrapper h1, .communityintro .wrapper .talkwrapper h1 {
    font-size: 3em;
  }
  .communityintro .wrapper .textwrapper .description, .communityintro .wrapper .talkwrapper .description {
    font-size: 1em;
  }
  .communityintro .wrapper .textwrapper .textwrapper, .communityintro .wrapper .talkwrapper .textwrapper {
    padding: 25px 0;
  }
}

.scholarshipintro .wrapper, .newsintro .wrapper, .testimonialpageintro .wrapper, .testimonialsintro .wrapper, .contactintro .wrapper, .fundingpageintro .wrapper, .projectintro .wrapper, .resourcepageintro .wrapper, .resourceintro .wrapper {
  position: relative;
  overflow: hidden;
  background: #40534F no-repeat center center/cover;
  color: #fff;
  box-sizing: border-box;
}
.scholarshipintro .wrapper .content, .newsintro .wrapper .content, .testimonialpageintro .wrapper .content, .testimonialsintro .wrapper .content, .contactintro .wrapper .content, .fundingpageintro .wrapper .content, .projectintro .wrapper .content, .resourcepageintro .wrapper .content, .resourceintro .wrapper .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  box-sizing: border-box;
  padding: 60px 40px;
  min-height: -moz-calc(100vh - 380px);
  min-height: -webkit-calc(100vh - 380px);
  min-height: -o-calc(100vh - 380px);
  min-height: calc(100vh - 380px);
}
.scholarshipintro .wrapper .content.hasimage, .newsintro .wrapper .content.hasimage, .testimonialpageintro .wrapper .content.hasimage, .testimonialsintro .wrapper .content.hasimage, .contactintro .wrapper .content.hasimage, .fundingpageintro .wrapper .content.hasimage, .projectintro .wrapper .content.hasimage, .resourcepageintro .wrapper .content.hasimage, .resourceintro .wrapper .content.hasimage {
  color: #fff;
  background: rgba(64, 83, 79, 0.3);
}
.scholarshipintro .wrapper .content:after, .newsintro .wrapper .content:after, .testimonialpageintro .wrapper .content:after, .testimonialsintro .wrapper .content:after, .contactintro .wrapper .content:after, .fundingpageintro .wrapper .content:after, .projectintro .wrapper .content:after, .resourcepageintro .wrapper .content:after, .resourceintro .wrapper .content:after {
  width: 22vw;
  height: 22vw;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (max-width: 990px) {
  .scholarshipintro .wrapper .content:after, .newsintro .wrapper .content:after, .testimonialpageintro .wrapper .content:after, .testimonialsintro .wrapper .content:after, .contactintro .wrapper .content:after, .fundingpageintro .wrapper .content:after, .projectintro .wrapper .content:after, .resourcepageintro .wrapper .content:after, .resourceintro .wrapper .content:after {
    width: 38vw;
    height: 38vw;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
@media (max-width: 768px) {
  .scholarshipintro .wrapper .content:after, .newsintro .wrapper .content:after, .testimonialpageintro .wrapper .content:after, .testimonialsintro .wrapper .content:after, .contactintro .wrapper .content:after, .fundingpageintro .wrapper .content:after, .projectintro .wrapper .content:after, .resourcepageintro .wrapper .content:after, .resourceintro .wrapper .content:after {
    width: 50vw;
    height: 50vw;
  }
}
@media (max-width: 480px) {
  .scholarshipintro .wrapper .content:after, .newsintro .wrapper .content:after, .testimonialpageintro .wrapper .content:after, .testimonialsintro .wrapper .content:after, .contactintro .wrapper .content:after, .fundingpageintro .wrapper .content:after, .projectintro .wrapper .content:after, .resourcepageintro .wrapper .content:after, .resourceintro .wrapper .content:after {
    width: 300px;
    height: 300px;
    -webkit-transform: translate(65%, -50%);
    -moz-transform: translate(65%, -50%);
    -ms-transform: translate(65%, -50%);
    -o-transform: translate(65%, -50%);
    transform: translate(65%, -50%);
  }
}
@media (max-width: 768px) {
  .scholarshipintro .wrapper .content, .newsintro .wrapper .content, .testimonialpageintro .wrapper .content, .testimonialsintro .wrapper .content, .contactintro .wrapper .content, .fundingpageintro .wrapper .content, .projectintro .wrapper .content, .resourcepageintro .wrapper .content, .resourceintro .wrapper .content {
    padding: 45px 30px;
  }
}
.scholarshipintro .wrapper h1, .newsintro .wrapper h1, .testimonialpageintro .wrapper h1, .testimonialsintro .wrapper h1, .contactintro .wrapper h1, .fundingpageintro .wrapper h1, .projectintro .wrapper h1, .resourcepageintro .wrapper h1, .resourceintro .wrapper h1 {
  width: 100%;
  margin-top: auto;
  box-sizing: border-box;
  padding-right: 25vw;
  display: block;
  margin-bottom: 0.35em;
  font-size: 3.75em;
  line-height: 1.1em;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .scholarshipintro .wrapper h1, .newsintro .wrapper h1, .testimonialpageintro .wrapper h1, .testimonialsintro .wrapper h1, .contactintro .wrapper h1, .fundingpageintro .wrapper h1, .projectintro .wrapper h1, .resourcepageintro .wrapper h1, .resourceintro .wrapper h1 {
    font-size: 45px;
    line-height: 1.3em;
  }
}
@media (max-width: 990px) {
  .scholarshipintro .wrapper h1, .newsintro .wrapper h1, .testimonialpageintro .wrapper h1, .testimonialsintro .wrapper h1, .contactintro .wrapper h1, .fundingpageintro .wrapper h1, .projectintro .wrapper h1, .resourcepageintro .wrapper h1, .resourceintro .wrapper h1 {
    font-size: 35px;
    max-width: 640px;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .scholarshipintro .wrapper h1, .newsintro .wrapper h1, .testimonialpageintro .wrapper h1, .testimonialsintro .wrapper h1, .contactintro .wrapper h1, .fundingpageintro .wrapper h1, .projectintro .wrapper h1, .resourcepageintro .wrapper h1, .resourceintro .wrapper h1 {
    padding-right: 100px;
    position: relative;
    z-index: 5;
  }
}
.scholarshipintro .wrapper .description, .newsintro .wrapper .description, .testimonialpageintro .wrapper .description, .testimonialsintro .wrapper .description, .contactintro .wrapper .description, .fundingpageintro .wrapper .description, .projectintro .wrapper .description, .resourcepageintro .wrapper .description, .resourceintro .wrapper .description {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: bold;
  width: 80%;
  max-width: 640px;
  box-sizing: border-box;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .scholarshipintro .wrapper .description, .newsintro .wrapper .description, .testimonialpageintro .wrapper .description, .testimonialsintro .wrapper .description, .contactintro .wrapper .description, .fundingpageintro .wrapper .description, .projectintro .wrapper .description, .resourcepageintro .wrapper .description, .resourceintro .wrapper .description {
    padding-right: 100px;
    width: 90%;
  }
}
@media (max-width: 480px) {
  .scholarshipintro .wrapper .description, .newsintro .wrapper .description, .testimonialpageintro .wrapper .description, .testimonialsintro .wrapper .description, .contactintro .wrapper .description, .fundingpageintro .wrapper .description, .projectintro .wrapper .description, .resourcepageintro .wrapper .description, .resourceintro .wrapper .description {
    font-size: 1em;
    font-weight: normal;
  }
}
@media (max-width: 990px) {
  .scholarshipintro, .newsintro, .testimonialpageintro, .testimonialsintro, .contactintro, .fundingpageintro, .projectintro, .resourcepageintro, .resourceintro {
    padding: 0;
  }
}

.resourceintro:after {
  background: url("../pictures/circlegeel.svg") no-repeat center center/cover;
}
.resourceintro .wrapper {
  background: #D5DFDC no-repeat center center/cover;
  color: #40534F;
}

.resourcepageintro .wrapper {
  color: #40534F;
  background: #D5DFDC no-repeat center center/cover;
}
.resourcepageintro .wrapper .content {
  height: 20vw;
  align-items: center;
}
.resourcepageintro .wrapper .content h1 {
  margin: auto;
}

.projectintro .wrapper {
  background: #9fa585;
}
.projectintro .wrapper:after {
  background: url("../pictures/circlezwart.svg") no-repeat center center/cover;
}

.fundingpageintro .wrapper {
  background: #9fa585;
}

.contactintro .wrapper:after {
  background: url("../pictures/circlegroen.svg") no-repeat center center/cover;
}
.contactintro a {
  text-decoration: none;
}
.contactintro a:hover {
  color: #D5DFDC;
}

.testimonialsintro .wrapper .content {
  background: #EBEDE6;
  color: #40534F;
}
.testimonialsintro .wrapper .content:after {
  background: url("../pictures/circlegeel.svg") no-repeat center center/cover;
}

.newsintro .wrapper .content, .testimonialpageintro .wrapper .content {
  background: #EBEDE6;
  color: #40534F;
}
.newsintro .wrapper .content:after, .testimonialpageintro .wrapper .content:after {
  background: url("../pictures/circlegeel.svg") no-repeat center center/cover;
}
.newsintro .wrapper .content .breadcrumb-item, .testimonialpageintro .wrapper .content .breadcrumb-item, .newsintro .wrapper .content .breadcrumb-item a, .testimonialpageintro .wrapper .content .breadcrumb-item a {
  color: #83a098;
}

.testimonialpageintro .imgwrapper {
  background: #EBEDE6;
  margin-left: auto;
  width: 460px;
  flex: none;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate(40px, 0);
  -moz-transform: translate(40px, 0);
  -ms-transform: translate(40px, 0);
  -o-transform: translate(40px, 0);
  transform: translate(40px, 0);
}
.testimonialpageintro .imgwrapper img {
  width: 100%;
  display: block;
}
.testimonialpageintro .wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #EBEDE6;
  display: flex;
  overflow: visible;
  align-items: center;
}
.testimonialpageintro .wrapper .content {
  box-sizing: border-box;
  width: -moz-calc(100%  - 460px);
  width: -webkit-calc(100%  - 460px);
  width: -o-calc(100%  - 460px);
  width: calc(100%  - 460px);
}
.testimonialpageintro .wrapper .content:after {
  display: none;
}
@media (max-width: 990px) {
  .testimonialpageintro .imgwrapper {
    width: 300px;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  .testimonialpageintro .wrapper {
    padding: 25px;
  }
  .testimonialpageintro .wrapper .content {
    padding-left: 0;
    width: -moz-calc(100%  - 300px);
    width: -webkit-calc(100%  - 300px);
    width: -o-calc(100%  - 300px);
    width: calc(100%  - 300px);
  }
}
@media (max-width: 768px) {
  .testimonialpageintro .wrapper {
    display: block;
    background: transparent;
  }
  .testimonialpageintro .wrapper .content {
    background: transparent;
    width: 100%;
    padding-right: 25px;
  }
  .testimonialpageintro .wrapper .content .descr {
    padding: 0;
  }
  .testimonialpageintro .wrapper:before {
    display: block;
    content: "";
    background: #EBEDE6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 110px;
    position: absolute;
    z-index: -1;
  }
  .testimonialpageintro .imgwrapper {
    background: transparent;
    width: 220px;
    margin: 0 auto;
  }
}

.textpage {
  position: relative;
  z-index: 5;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
}
.textpage .sideactions {
  padding-right: 0;
  width: 35%;
}
.textpage .sideactions .action {
  width: 100%;
  float: right;
  margin-bottom: 30px;
}
.textpage .sideactions .action:hover {
  color: #40534F;
  background: #F8E4CF;
}
.textpage .sideactions .action:hover svg {
  fill: #40534F;
}

.textblocks {
  max-width: 1200px;
}

.textblock {
  width: 100%;
}
.textblock .text {
  font-size: 1.125em;
}
.textblock .text.centered {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
@media (max-width: 990px) {
  .textblock .text {
    font-size: 1em;
  }
}
.textblock .bigtitle, .textblock .regions h2, .regions .textblock h2 {
  margin-bottom: 1em;
}
.textblock .wrapper {
  margin: 0 auto;
  max-width: 640px;
}
.reportwrapper {
  padding-left: 0;
  padding-right: 0;
}
.reportwrapper .moreinfo {
  margin-left: 70px;
}
@media (max-width: 600px) {
  .reportwrapper .moreinfo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
}

.reports {
  display: flex;
  position: relative;
  margin-bottom: 25px;
  margin-left: -30px;
  margin-right: -30px;
}
.reports:before {
  background: #9fa585;
  left: 100%;
  height: 100vh;
  width: 100vh;
}
@media (max-width: 768px) {
  .reports:before {
    height: 75vh;
    width: 75vh;
  }
}
@media (max-width: 480px) {
  .reports:before {
    -webkit-transform: translate(-25%, -50%);
    -moz-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    -o-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
  }
}
.reports .report {
  max-width: 400px;
  margin: 0 30px;
  display: block;
  text-decoration: none;
  background: #fff;
  width: -moz-calc((100% - 180px)/3);
  width: -webkit-calc((100% - 180px)/3);
  width: -o-calc((100% - 180px)/3);
  width: calc((100% - 180px)/3);
  position: relative;
}
.reports .report i {
  position: absolute;
  width: 60px;
  height: 60px;
  padding: 20px;
  top: 50%;
  left: -30px;
  margin-top: -30px;
  box-sizing: border-box;
  background: #40534F;
  border-radius: 50%;
  fill: #fff;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.reports .report:hover i {
  background: #9fa585;
}
@media (max-width: 600px) {
  .reports {
    display: block;
  }
  .reports .report {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 25px auto;
  }
}

.quoteicon {
  width: 49px;
  height: 49px;
  margin-bottom: 1em;
  display: block;
  fill: #40534F;
}
@media (max-width: 1200px) {
  .quoteicon {
    width: 33px;
    height: 33px;
  }
}

.paragraaf {
  position: relative;
  z-index: 5;
  display: flex;
}
.paragraaf .textcol {
  order: 0;
  max-width: 480px;
  width: 40%;
  margin-right: auto;
  padding-right: 20px;
  position: relative;
}
.paragraaf .textcol:before {
  background: #9fa585;
  left: -8.20313vw;
  -webkit-transform: translate(-50%, -15%);
  -moz-transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  -o-transform: translate(-50%, -15%);
  transform: translate(-50%, -15%);
}
.paragraaf .textcol .bigtitle, .paragraaf .textcol .regions h2, .regions .paragraaf .textcol h2 {
  margin-bottom: 0.5em;
}
.paragraaf .textcol .descr {
  margin-left: 5px;
  margin-top: 5px;
  display: block;
  color: #40534F;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.2em;
}
.paragraaf .textcol .descr .moreinfo {
  font-size: 14px;
}
@media (max-width: 990px) {
  .paragraaf .textcol .descr {
    font-size: 1em;
    margin: 0;
  }
}
.paragraaf .imgcol {
  order: 2;
  display: block;
  width: 55%;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .paragraaf .imgcol {
    width: 50%;
  }
}
.paragraaf .sideactions {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  order: 1;
  width: 400px;
  max-width: 100%;
  margin-top: 70px;
  margin-right: 0;
}
.paragraaf .sideactions .action {
  box-sizing: border-box;
  max-width: 400px;
  -webkit-transform: translate(55%, 70px);
  -moz-transform: translate(55%, 70px);
  -ms-transform: translate(55%, 70px);
  -o-transform: translate(55%, 70px);
  transform: translate(55%, 70px);
  min-height: 6em;
  padding: 40px 25px;
  margin-bottom: 10px;
  background: #EBEDE6;
  color: #40534F;
}
.paragraaf .sideactions .action svg {
  fill: #40534F;
}
.paragraaf .sideactions .action:hover {
  color: #fff;
  background: #83a098;
}
.paragraaf .sideactions .action:hover svg {
  fill: #fff;
}
@media (max-width: 990px) {
  .paragraaf {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .paragraaf .textcol {
    order: 0;
    width: 100%;
    max-width: 690px;
    margin: 0;
    padding: 0 25px 0 50px;
    box-sizing: border-box;
  }
  .paragraaf .textcol:before {
    height: 50vw;
    width: 50vw;
    right: 100%;
    left: auto;
    -webkit-transform: translate(50px, -15%);
    -moz-transform: translate(50px, -15%);
    -ms-transform: translate(50px, -15%);
    -o-transform: translate(50px, -15%);
    transform: translate(50px, -15%);
  }
  .paragraaf .imgcol {
    order: 1;
    width: 100%;
    max-width: 690px;
    padding: 0;
    margin: 25px auto 0 auto;
  }
  .paragraaf .sideactions {
    margin: 0 auto;
    padding: 0 10px;
    -webkit-transform: translate(0%, -4em);
    -moz-transform: translate(0%, -4em);
    -ms-transform: translate(0%, -4em);
    -o-transform: translate(0%, -4em);
    transform: translate(0%, -4em);
  }
  .paragraaf .sideactions .action {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@media (min-width: 991px) {
  .paragraaf:not(.reversed) {
    padding-right: 0;
  }
  .paragraaf.reversed {
    padding-left: 0;
    flex-direction: row-reverse;
  }
  .paragraaf.reversed .textcol {
    margin-left: auto;
    margin-right: 0;
  }
  .paragraaf.reversed .textcol:before {
    right: -8.20313vw;
    left: auto;
    -webkit-transform: translate(50%, -15%);
    -moz-transform: translate(50%, -15%);
    -ms-transform: translate(50%, -15%);
    -o-transform: translate(50%, -15%);
    transform: translate(50%, -15%);
  }
  .paragraaf.reversed .sideactions {
    margin-right: auto;
    margin-left: 0;
  }
  .paragraaf.reversed .sideactions .action {
    -webkit-transform: translate(-35%, 70px);
    -moz-transform: translate(-35%, 70px);
    -ms-transform: translate(-35%, 70px);
    -o-transform: translate(-35%, 70px);
    transform: translate(-35%, 70px);
  }
}
.paragraaf.blue h2 {
  color: #72bad1;
}
.paragraaf.blue h2:before {
  background: #72bad1;
}
.paragraaf.blue .textcol .btnlook {
  margin-left: 75px;
  margin-top: 35px;
  position: absolute;
  border: solid 2px #72bad1;
  background: #72bad1;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 35px;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.paragraaf.blue .textcol .btnlook:hover {
  background: #F0CAA0;
  border: solid 2px #F0CAA0;
}
.paragraaf.blue .textcol:before {
  background: #F0CAA0;
}
.paragraaf.prevtalks {
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.paragraaf.prevtalks .textcol {
  width: 100%;
  max-width: none;
}
.paragraaf.prevtalks .talks {
  width: 100%;
  background: #FAFAFA;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  min-height: 600px;
  align-items: flex-start;
}
.paragraaf.prevtalks .talks .firsttalk, .paragraaf.prevtalks .talks .smalltalks {
  width: 48%;
}
.paragraaf.prevtalks .talks .firsttalk .textwrapper, .paragraaf.prevtalks .talks .smalltalks .textwrapper {
  background: #C9E2EB;
  padding: 25px;
  box-sizing: border-box;
}
.paragraaf.prevtalks .talks .firsttalk .textwrapper h2, .paragraaf.prevtalks .talks .smalltalks .textwrapper h2 {
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase;
  color: #40534F;
}
.paragraaf.prevtalks .talks .firsttalk .textwrapper h3, .paragraaf.prevtalks .talks .smalltalks .textwrapper h3 {
  font-weight: bold;
  font-size: 1.2em;
}
.paragraaf.prevtalks .talks .firsttalk .textwrapper .btnlook, .paragraaf.prevtalks .talks .smalltalks .textwrapper .btnlook {
  color: #40534F;
  border: solid 2px #40534F;
  border-radius: 25px;
  padding: 5px 10px;
  text-decoration: none;
  background: none;
  float: right;
  margin-bottom: 25px;
  -webkit-transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.paragraaf.prevtalks .talks .firsttalk .textwrapper .btnlook:hover, .paragraaf.prevtalks .talks .smalltalks .textwrapper .btnlook:hover {
  background: #F0CAA0;
  border: solid 2px #F0CAA0;
}
.paragraaf.prevtalks .talks .firsttalk {
  background: #C9E2EB;
}
.paragraaf.prevtalks .talks .firsttalk .imgwrapper {
  overflow: hidden;
}
.paragraaf.prevtalks .talks .firsttalk .imgwrapper iframe {
  width: 100%;
  border: none;
}
.paragraaf.prevtalks .talks .smalltalks {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: space-between;
}
.paragraaf.prevtalks .talks .smalltalks .talkwrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  width: 100%;
}
.paragraaf.prevtalks .talks .smalltalks .talkwrapper .imgwrapper {
  width: 100%;
  height: auto;
}
.paragraaf.prevtalks .talks .smalltalks .talkwrapper .imgwrapper iframe {
  display: none;
}
.paragraaf.prevtalks .talks .smalltalks .talkwrapper:last-of-type {
  margin-bottom: 0;
}
.paragraaf.prevtalks .talks .smalltalks .talkwrapper .textwrapper {
  width: 100%;
}
.paragraaf.prevtalks .talks .smalltalks .talkwrapper .textwrapper h2 {
  font-size: 1.5em;
}
.paragraaf.prevtalks .talks .smalltalks .talkwrapper .textwrapper p {
  white-space: nowrap;
  overflow: hidden;
  max-height: 200px;
  width: 100%;
  text-overflow: ellipsis;
}
.paragraaf.prevtalks .talks .smalltalks .talkwrapper .textwrapper .btnlook {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .paragraaf.prevtalks .talks {
    flex-direction: column;
  }
  .paragraaf.prevtalks .talks .firsttalk, .paragraaf.prevtalks .talks .smalltalks {
    width: 100%;
  }
  .paragraaf.prevtalks .talks .firsttalk {
    margin-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .paragraaf.prevtalks .talks {
    padding: 0;
    background: unset;
  }
}

.opencalls {
  padding: 0;
}
.opencalls .bottomrow {
  padding-bottom: 0;
  text-align: center;
}

.callitems {
  display: flex;
  flex-wrap: wrap;
}
.callitems .callitem {
  display: block;
  min-height: 22vw;
  box-sizing: border-box;
  padding: 40px;
  width: 50%;
  background: #D5DFDC;
  color: #40534F;
  font-size: 2em;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.callitems .callitem .content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}
.callitems .callitem:nth-child(2) {
  background: #FAFAFA;
}
.callitems .callitem i.mic {
  fill: #40534F;
  width: 140px;
  height: 140px;
  padding: 1em;
  flex: none;
  background: #F8E4CF;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
}
.callitems .callitem span {
  display: block;
  padding-left: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
}
.callitems .callitem i.arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
}
.callitems .callitem:hover {
  background: #F8E4CF;
}
@media (max-width: 990px) {
  .callitems {
    display: block;
  }
  .callitems .callitem {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .callitems .callitem {
    font-size: 25px;
    text-align: center;
  }
  .callitems .callitem .content {
    display: block;
    height: auto;
  }
  .callitems .callitem i.mic {
    width: 80px;
    height: 80px;
    margin: 0 auto 1em auto;
  }
  .callitems .callitem span {
    padding: 0;
  }
}

@media (min-width: 481px) {
  .newspaper {
    column-count: 2;
    column-gap: 60px;
  }
}

.summary {
  width: 340px;
  box-sizing: border-box;
}

.scholarshippage, .fundingpage {
  margin-top: 80px;
  padding: 0;
  display: flex;
  position: relative;
}
.scholarshippage .summary, .fundingpage .summary {
  flex: none;
}
@media (max-width: 990px) {
  .scholarshippage, .fundingpage {
    display: block;
    margin-top: 0;
  }
  .scholarshippage .summary, .fundingpage .summary {
    width: 100%;
  }
  .scholarshippage .summary .summaryinfo, .fundingpage .summary .summaryinfo {
    margin: 0;
  }
}

.fundingpage .summaryitem {
  background: #9fa585;
}
.fundingpage .summaryitem i {
  fill: #F0CAA0;
}

.summaryitem {
  background: #40534F;
  color: #fff;
  display: flex;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 50px;
}
.summaryitem .descr {
  padding-left: 25px;
  line-height: 1.2;
  font-size: 1.125em;
}
.summaryitem .descr h3 {
  font-size: 0.875em;
  font-weight: bold;
}
.summaryitem i {
  fill: #cf7b1f;
  width: 38px;
  height: 38px;
  flex: none;
}

.summaryinfo {
  margin-top: 10px;
  background: #F8E4CF;
  color: #40534F;
  padding: 30px 50px;
  font-size: 1.125em;
}
.summaryinfo h2, .summaryinfo h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.16em;
}

.stepper {
  position: relative;
}
.stepper .step {
  font-size: 1.125em;
  position: relative;
  margin-left: 1em;
}
.stepper .step h3 {
  font-weight: bold;
}

.resources {
  width: 100%;
  position: relative;
}
.resources:after {
  top: 50%;
  z-index: -1;
}
.resources .resourceitems {
  background: #D5DFDC;
  padding: 0 2em;
}
.resources .resource {
  padding: 2em 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.resources .resource .content {
  width: 100%;
  max-width: 690px;
}
.resources .resource .descr {
  padding: 1.5em 1.5em 0 1.5em;
  width: 100%;
  display: none;
}
.resources .resource:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.resources .resource .downloadlink i, .resources .resource .downloadlink span {
  display: inline-block;
}
.resources .resource .downloadlink span {
  text-decoration: underline;
}
.resources .resource .downloadlink i {
  width: 1em;
  height: 1em;
  margin-right: 1em;
  fill: #40534F;
}
.resources .resource .toggleresource {
  margin-left: auto;
  align-self: flex-end;
  background: #ACBFBA;
  position: relative;
  width: 3em;
  height: 3em;
  font-size: 1em;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.resources .resource .toggleresource:hover {
  background: #40534F;
}
.resources .resource .toggleresource i {
  fill: #fff;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  position: absolute;
  left: 20%;
  top: 20%;
  bottom: 20%;
  right: 20%;
}
.resources .resource .toggleresource i:nth-child(1) {
  z-index: 2;
  opacity: 1;
}
.resources .resource .toggleresource i:nth-child(2) {
  z-index: 1;
  opacity: 0;
}
.resources .resource.open .descr {
  display: block;
}
.resources .resource.open .toggleresource i:nth-child(1) {
  opacity: 0;
}
.resources .resource.open .toggleresource i:nth-child(2) {
  opacity: 1;
}

.submenu {
  position: relative;
  z-index: 6;
}
.submenu .submenuitems {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 4px solid #40534F;
  display: flex;
  width: 100%;
  justify-content: center;
}
.submenu a {
  margin: 0 1.5em;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  color: #344340;
  position: relative;
}
.submenu a:hover {
  color: #cf7b1f;
}
@media (max-width: 1200px) {
  .submenu a {
    margin: 0 1em;
  }
}
@media (max-width: 990px) {
  .submenu {
    padding: 0;
  }
  .submenu .submenuitems {
    display: block;
    padding: 0;
    border-bottom: 0;
  }
  .submenu .submenuitems a {
    margin: 0;
    display: block;
    padding: 10px 35px;
    border-bottom: 3px solid #40534F;
    background: #fff;
  }
  .submenu .submenuitems a:after {
    content: url("../pictures/arrowdown.svg");
    line-height: 3em;
    display: block;
    width: 2em;
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
  }
}

.filtermenuwrapper {
  margin-top: 80px;
}
.filtermenuwrapper .mobilefilterbtn, .filtermenuwrapper .closefilter {
  display: none;
}
@media (max-width: 990px) {
  .filtermenuwrapper {
    margin-top: 40px;
  }
  .filtermenuwrapper .mobilefilterbtn {
    margin-left: auto;
    display: block;
  }
  .filtermenuwrapper .closefilter {
    margin-left: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    padding: 10px 0 10px 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    cursor: pointer;
    font-family: "Lato", Arial, Helvetica, sans-serif;
  }
  .filtermenuwrapper .closefilter svg, .filtermenuwrapper .closefilter i {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.filtermenu {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 2px rgba(64, 83, 79, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filtermenu .filtername {
  font-weight: bold;
}
.filtermenu label {
  padding: 1em 0;
  position: relative;
  z-index: 2;
  pointer-events: none;
  background: #fff;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.filtermenu label i {
  display: inline-block;
  font-size: 0.5em;
  width: 1em;
  height: 1em;
  margin-left: 1em;
}
.filtermenu .selectwrapper {
  cursor: pointer;
  position: relative;
  width: 200px;
}
@media (max-width: 1200px) {
  .filtermenu .selectwrapper {
    width: 180px;
  }
}
.filtermenu select {
  cursor: pointer;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  border: transparent;
  position: absolute;
  z-index: 1;
}
@media (max-width: 990px) {
  .filtermenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    background: #fff;
    bottom: 0;
    z-index: 8000;
    display: block;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .filterlocked .filtermenu {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  .filtermenu .filtername {
    margin-bottom: 5px;
    padding-left: 15px;
  }
  .filtermenu .selectwrapper {
    width: 100%;
    padding: 1em 0;
    border-bottom: 1px solid #aaa;
  }
  .filtermenu .selectwrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
  }
  .filtermenu .opencallslink, .filtermenu .calltoactionbanner .btn, .calltoactionbanner .filtermenu .btn {
    margin-left: 15px;
    margin-right: 15px;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: calc(100% - 30px);
    display: block;
    margin-top: 15px;
  }
}

.projectcategories .projectcategory {
  position: relative;
}
.projectcategories .projectcategory:before {
  background: #344340;
  left: -8.20313vw;
  -webkit-transform: translate(-50%, -15%);
  -moz-transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  -o-transform: translate(-50%, -15%);
  transform: translate(-50%, -15%);
}
.projectcategories .projectcategory:not(:last-child) {
  margin-bottom: 5vw;
}
.projectcategories .projectitems {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .projectcategories .projectitems {
    margin: 0 -25px;
  }
}
.projectcategories .projectitem {
  position: relative;
  box-sizing: border-box;
  margin: 0 10px 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 50px 25px 50px;
  text-decoration: none;
  background: #FAFAFA;
  border-bottom: 5px solid #9fa585;
  -webkit-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  width: -moz-calc((100% - 60px)/3);
  width: -webkit-calc((100% - 60px)/3);
  width: -o-calc((100% - 60px)/3);
  width: calc((100% - 60px)/3);
}
.projectcategories .projectitem:hover {
  border-bottom: 5px solid #cf7b1f;
}
.projectcategories .projectitem .imgwrapper {
  align-self: flex-start;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.projectcategories .projectitem .imgwrapper img {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  width: 80%;
}
.projectcategories .projectitem .date {
  text-transform: none;
  font-weight: bold;
  color: #fff;
  background: #83a098;
  display: inline-block;
  border-radius: 1em;
  font-size: 14px;
  padding: 0.35em 0.65em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.projectcategories .projectitem .descr {
  width: 100%;
  margin: 5px 0 auto 0;
  display: block;
  font-size: 21px;
  line-height: 1.2em;
  font-weight: bold;
  color: #40534F;
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.projectcategories .projectitem .projectlabels {
  margin-bottom: 0;
  margin-top: auto;
}
.projectcategories .projectitem .institute {
  width: 100%;
  color: #83a098;
  font-size: 0.875em;
  font-weight: bold;
}
.projectcategories .projectitem .category {
  width: 100%;
  margin-top: 2em;
  color: #9fa585;
  font-size: 0.875em;
  font-weight: bold;
}
@media (max-width: 990px) {
  .projectcategories .projectitem {
    width: -moz-calc((100% - 40px)/2);
    width: -webkit-calc((100% - 40px)/2);
    width: -o-calc((100% - 40px)/2);
    width: calc((100% - 40px)/2);
  }
}
@media (max-width: 600px) {
  .projectcategories .projectitem {
    width: 100%;
    border-width: 1px;
    margin: 0;
    padding: 15px 20px 15px 20px;
  }
}

.filters {
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.filters .filterresults {
  white-space: nowrap;
  padding-right: 30px;
}
.filters .filterreset {
  white-space: nowrap;
  margin-left: auto;
  margin-right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.filters .filterreset i {
  width: 1em;
  height: 1em;
  margin-left: 1em;
  display: inline-block;
  fill: #40534F;
}
.filters .filterreset:hover i {
  fill: #9fa585;
}

.filter input {
  position: absolute;
  left: -9999px;
}
.filter .filterlabel {
  display: inline-block;
}
.filter label {
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 0.875em;
  background: #83a098;
  color: #fff;
  display: inline-block;
  margin-right: 25px;
  padding: 0.25em 4em 0.25em 0.5em;
  position: relative;
}
.filter label i {
  fill: #fff;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.filter label:hover {
  background: #9fa585;
}

.projectpage {
  position: relative;
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .projectpage {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .projectpage {
    padding-left: 0;
    padding-right: 0;
  }
}
.projectpage:after {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(30%, 0%);
  -moz-transform: translate(30%, 0%);
  -ms-transform: translate(30%, 0%);
  -o-transform: translate(30%, 0%);
  transform: translate(30%, 0%);
  background: url("../pictures/circlezwart.svg") no-repeat center center/cover;
}
.projectpage.hasimage {
  padding-top: 40vh;
}
.projectpage.hasimage .bg {
  background: #40534F no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  min-height: -moz-calc(100vh - 290px);
  min-height: -webkit-calc(100vh - 290px);
  min-height: -o-calc(100vh - 290px);
  min-height: calc(100vh - 290px);
}
.projectpage .content {
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .projectpage .content {
    max-width: 960px;
  }
}
.projectpage .shareicons {
  width: 55px;
  bottom: 15%;
  right: 100%;
  position: absolute;
  background: #9fa585;
}
.projectpage .shareicons:before {
  pointer-events: none;
  content: "share this project";
  display: block;
  font-size: 14px;
  -webkit-transform: rotate(-90deg) translate(0, -24px);
  -moz-transform: rotate(-90deg) translate(0, -24px);
  -ms-transform: rotate(-90deg) translate(0, -24px);
  -o-transform: rotate(-90deg) translate(0, -24px);
  transform: rotate(-90deg) translate(0, -24px);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 220px;
}
.projectpage .shareicons a {
  color: #fff;
  fill: #fff;
  display: block;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  padding: 1em;
  background: #9fa585;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.projectpage .shareicons a:hover {
  background: #40534F;
}
@media (max-width: 990px) {
  .projectpage .shareicons {
    position: relative;
    bottom: auto;
    width: 100%;
    right: auto;
    display: flex;
    justify-content: center;
    background: transparent;
  }
  .projectpage .shareicons:before {
    bottom: 100%;
    top: auto;
    text-align: center;
    width: 100%;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
  .projectpage .shareicons a {
    fill: #40534F;
    background: transparent;
  }
  .projectpage .shareicons a:hover {
    fill: #9fa585;
    background: transparent;
  }
}
.projectpage .projectinfo {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: #FAFAFA;
  padding-right: 70px;
}
.projectpage .projectinfo h1 {
  margin: 0;
  position: relative;
  z-index: 2;
  font-size: 45px;
  line-height: 1.3em;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .projectpage .projectinfo h1 {
    font-size: 35px;
    max-width: 640px;
  }
}
.projectpage .projectinfo .date {
  margin-top: 1em;
  margin-left: 0;
  display: inline-block;
  background: #83a098;
  color: #fff;
  padding: 0.35em 0.65em;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: bold;
  border-radius: 1em;
  vertical-align: middle;
}
.projectpage .projectinfo .projecttop {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.projectpage .projectinfo .projectsummary {
  width: 370px;
  flex: none;
  box-sizing: border-box;
  padding: 55px 0;
  order: 0;
}
.projectpage .projectinfo .projectsummary-item {
  padding: 0 55px;
  font-size: 1.125em;
  margin-top: 3em;
  position: relative;
}
.projectpage .projectinfo .projectsummary-item i {
  width: 40px;
  height: 40px;
  top: 0;
  left: 0px;
  top: 0.1em;
  position: absolute;
  fill: #9fa585;
}
.projectpage .projectinfo .projectsummary-item:first-child {
  margin-top: 0;
}
.projectpage .projectinfo .projectsummary-item h3 {
  font-weight: bold;
  font-size: 14px;
}
.projectpage .projectinfo .projectdescription {
  order: 1;
  font-size: 1.125em;
  padding: 55px;
  background: #FAFAFA;
}
.projectpage .projectinfo .projectdescription .projectsummary-item {
  padding: 0;
}
@media (max-width: 990px) {
  .projectpage .projectinfo {
    padding: 25px;
  }
  .projectpage .projectinfo .projecttop {
    display: block;
  }
  .projectpage .projectinfo .projectsummary {
    width: 100%;
  }
  .projectpage .projectinfo .projectdescription {
    padding: 0;
  }
}

.projectdescription ol, .projectdescription ul {
  margin-left: 1em;
}
.projectdescription h2 {
  font-size: 25px;
  font-weight: bold;
}
.projectdescription h3 {
  font-size: 18px;
  font-weight: bold;
}

.projectcountrycount {
  padding: 25px 70px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
}
.projectcountrycount i {
  width: 40px;
  height: 40px;
  fill: #9fa585;
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 990px) {
  .projectcountrycount {
    padding: 25px;
  }
}
@media (max-width: 420px) {
  .projectcountrycount {
    font-size: 12px;
  }
  .projectcountrycount i {
    width: 30px;
    height: 30px;
  }
}

.infographs {
  position: relative;
  z-index: 6;
  margin: 40px auto;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  background: #EBEDE6;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.infographs .infograph {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  padding: 60px 60px 0 120px;
}
.infographs .infograph i {
  position: absolute;
  left: 60px;
  width: 40px;
  height: 40px;
  fill: #9fa585;
  display: inline-block;
  margin-bottom: 0.5em;
}
.infographs .infograph .descr {
  display: block;
}
.infographs .infograph .descr span {
  display: block;
  font-weight: bold;
}
@media (max-width: 990px) {
  .infographs {
    padding-bottom: 35px;
  }
  .infographs .infograph {
    padding: 35px 35px 0 95px;
  }
  .infographs .infograph i {
    left: 35px;
  }
}
@media (max-width: 600px) {
  .infographs {
    display: block;
    width: 100%;
    margin-top: 0;
    padding-bottom: 25px;
  }
  .infographs .infograph {
    padding: 25px 25px 0 85px;
    width: 100%;
  }
  .infographs .infograph i {
    left: 25px;
  }
}

.projectcountries {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.projectcountries .projectcountry {
  padding: 25px;
  width: 33.33%;
  box-sizing: border-box;
  position: relative;
  background: #344340 no-repeat center center/cover;
}
.projectcountries .projectcountry:before {
  content: "";
  display: block;
  padding: 65% 0 0 0;
}
.projectcountries .projectcountry span {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  width: 100%;
  display: block;
  padding: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.projectcountries .projectcountry svg {
  width: 80%;
  height: 75%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 4;
}
.projectcountries .projectcountry path {
  fill: #9fa585;
}
@media (max-width: 768px) {
  .projectcountries .projectcountry {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .projectcountries .projectcountry {
    width: 100%;
  }
}

.gallery {
  position: relative;
  z-index: 5000;
}
.gallery img:not(:last-child) {
  margin-bottom: 80px;
}

.blog {
  position: relative;
  background: #EBEDE6;
}
.blog:before {
  background: #40534F;
  z-index: 2;
}
.blog h2 {
  position: relative;
  z-index: 3;
}
.blog .blogitem {
  display: flex;
  position: relative;
  padding: 1em 0;
  margin-left: 70px;
}
.blog .blogitem:not(:last-child) {
  border-bottom: 1px solid #D5DFDC;
}
.blog .blogitem .moreinfo {
  position: absolute;
  right: 0px;
  bottom: 18px;
}
.blog .blogitem .imgwrapper {
  border-radius: 50%;
  width: 5em;
  height: 5em;
  background: no-repeat center center/cover;
}
.blog .blogitem .content {
  padding: 0 120px 0px 20px;
}
.blog .blogitem p {
  margin: 0;
  font-size: 1.125em;
}
.blog .blogitem .date {
  font-size: 1.25em;
  font-weight: bold;
  color: #9fa585;
}
.blog .blogitem h2 {
  font-size: #40534F;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.15em;
}

.projectnavigation {
  padding: 0;
  min-height: 5em;
}
.projectnavigation .projectnavigation-title {
  font-weight: bold;
  font-size: 2em;
  color: #40534F;
  padding: 25px 0 15px 0;
}
@media (max-width: 990px) {
  .projectnavigation .projectnavigation-title {
    font-size: 1.125em;
  }
}

.projectnavigationitems {
  display: flex;
  position: relative;
  background: #344340;
}
.projectnavigationitems .back-to-overview {
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #9fa585;
  font-size: 0.875em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.projectnavigationitems .back-to-overview span {
  display: block;
  margin-top: 10px;
}
.projectnavigationitems .back-to-overview i {
  margin: 0 auto;
  display: block;
  width: 5em;
  height: 5em;
  box-sizing: border-box;
  padding: 1.5em;
  fill: #40534F;
  background: #F8E4CF;
  border-radius: 50%;
}
.projectnavigationitems .projectnavigationitem {
  display: block;
  position: relative;
  background: #40534F no-repeat center center/cover;
  width: 50%;
}
.projectnavigationitems .projectnavigationitem:after {
  position: relative;
  width: 100%;
  padding: 65% 0 0 0;
  background: #40534F;
  opacity: 0.45;
  content: "";
  display: block;
  z-index: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.projectnavigationitems .projectnavigationitem .navlink {
  z-index: 2;
  position: absolute;
  top: 50%;
  font-size: 1em;
  font-weight: bold;
  -webkit-transform: translate(-2em, -50%);
  -moz-transform: translate(-2em, -50%);
  -ms-transform: translate(-2em, -50%);
  -o-transform: translate(-2em, -50%);
  transform: translate(-2em, -50%);
  color: #fff;
}
.projectnavigationitems .projectnavigationitem .arrowborder {
  margin-top: 0.5em;
  width: 3em;
  border-bottom: 2px solid #fff;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.projectnavigationitems .projectnavigationitem .arrowborder i {
  display: block;
  width: 16px;
  height: 16px;
  fill: #fff;
  position: absolute;
  top: -7px;
}
.projectnavigationitems .projectnavigationitem.previousitem {
  order: 0;
}
.projectnavigationitems .projectnavigationitem.previousitem .navlink {
  left: 10%;
}
.projectnavigationitems .projectnavigationitem.previousitem .arrowborder i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -1px;
}
.projectnavigationitems .projectnavigationitem.nextitem {
  order: 1;
  margin-left: auto;
}
.projectnavigationitems .projectnavigationitem.nextitem .navlink {
  left: 90%;
}
.projectnavigationitems .projectnavigationitem.nextitem .arrowborder i {
  right: -1px;
}
.projectnavigationitems .projectnavigationitem:hover:after {
  opacity: 0.25;
}
.projectnavigationitems .projectnavigationitem:hover .arrowborder {
  width: 4em;
}
@media (max-width: 600px) {
  .projectnavigationitems {
    display: block;
  }
  .projectnavigationitems .projectnavigationitem {
    width: 100%;
  }
  .projectnavigationitems .back-to-overview {
    display: block;
    background: #fff;
    position: relative;
    text-align: center;
    padding: 40px 25px 70px 25px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    left: auto;
    top: auto;
  }
  .projectnavigationitems .back-to-overview span {
    color: #344340;
  }
}

.opencallspage .wrapper {
  position: relative;
  z-index: 10;
  padding-left: 35px;
  border-left: 2px solid #83a098;
}
.opencallspage h2 {
  font-size: 3em;
  line-height: 1.2em;
  font-weight: bold;
  color: #40534F;
  margin-bottom: 40px;
  position: relative;
}
.opencallspage h2 i {
  display: block;
  width: 46px;
  height: 46px;
  fill: #40534F;
  background: #F8E4CF;
  border-radius: 50%;
  position: absolute;
  top: 0.15em;
  left: -58px;
  box-sizing: border-box;
  padding: 8px;
}
@media (max-width: 990px) {
  .opencallspage h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .opencallspage h2 i {
    top: -0.15em;
  }
}
.opencallspage .callpageitem {
  position: relative;
  background: #EBEDE6;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 100%;
  max-width: 690px;
  margin-bottom: 40px;
  font-size: 1.125em;
}
.opencallspage .callpageitem.highlight {
  background: #f8e4cf;
}
.opencallspage .callpageitem:after {
  position: absolute;
  left: -10px;
  top: 24px;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  /* left arrow slant */
  border-top: 10px solid transparent;
  /* right arrow slant */
  border-right: 10px solid #EBEDE6;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
  content: "";
  display: block;
}
.opencallspage .callpageitem:before {
  left: -45px;
  top: 24px;
  display: block;
  height: 18px;
  width: 18px;
  background: #83a098;
  content: "";
  border-radius: 50%;
  position: absolute;
}
.opencallspage .callpageitem .descr {
  box-sizing: border-box;
  width: 100%;
  padding-top: 25px;
  display: none;
  color: #83a098;
}
.opencallspage .callpageitem .descr h3 {
  color: #40534F;
}
.opencallspage .callpageitem .descr ul, .opencallspage .callpageitem .descr ol {
  margin-left: 1em;
}
.opencallspage .callpageitem .callpageitem-title {
  font-size: 1.125em;
  text-transform: uppercase;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: calc(100% - 40px);
}
.opencallspage .callpageitem .togglecall {
  margin-left: auto;
  background: #ACBFBA;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  font-size: 1em;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.opencallspage .callpageitem .togglecall:hover {
  background: #40534F;
}
.opencallspage .callpageitem .togglecall i {
  fill: #fff;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  position: absolute;
  left: 20%;
  top: 20%;
  bottom: 20%;
  right: 20%;
}
.opencallspage .callpageitem .togglecall i:nth-child(1) {
  z-index: 2;
  opacity: 1;
}
.opencallspage .callpageitem .togglecall i:nth-child(2) {
  z-index: 1;
  opacity: 0;
}
.opencallspage .callpageitem.open .descr {
  display: block;
}
.opencallspage .callpageitem.open .togglecall i:nth-child(1) {
  opacity: 0;
}
.opencallspage .callpageitem.open .togglecall i:nth-child(2) {
  opacity: 1;
}

.callpagecat:nth-child(2) .callpageitem {
  background: #FAFAFA;
}
.callpagecat:nth-child(2) .callpageitem:after {
  border-right-color: #FAFAFA;
}
.callpagecat:nth-child(2) .callpageitem .callpageitem-title, .callpagecat:nth-child(2) .callpageitem .togglecall {
  opacity: 0.45;
}

.programspotlight {
  position: relative;
}
.programspotlight .bottomrow {
  padding-bottom: 0;
}
.programspotlight .programspotlightitems {
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.programspotlight .programspotlightitems:before {
  background: #83a098;
  right: 0;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.programspotlight .programspotlightitems .programspotlightitem {
  margin-top: 30px;
  width: -moz-calc((100% - 30px) / 2);
  width: -webkit-calc((100% - 30px) / 2);
  width: -o-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
  display: block;
  background: #40534F;
  position: relative;
}
.programspotlight .programspotlightitems .programspotlightitem img {
  display: block;
  width: 100%;
  opacity: 0.55;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.programspotlight .programspotlightitems .programspotlightitem span {
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  padding: 1em;
  font-size: 35px;
  font-weight: bold;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.programspotlight .programspotlightitems .programspotlightitem:hover img {
  opacity: 0.75;
}

.team {
  position: relative;
}
.team:before {
  background: #9fa585;
  -webkit-transform: translate(-60%, 0%);
  -moz-transform: translate(-60%, 0%);
  -ms-transform: translate(-60%, 0%);
  -o-transform: translate(-60%, 0%);
  transform: translate(-60%, 0%);
}
@media (max-width: 1440px) {
  .team:before {
    -webkit-transform: translate(-75%, 0%);
    -moz-transform: translate(-75%, 0%);
    -ms-transform: translate(-75%, 0%);
    -o-transform: translate(-75%, 0%);
    transform: translate(-75%, 0%);
  }
}
@media (max-width: 990px) {
  .team:before {
    display: none;
  }
}
@media (max-width: 600px) {
  .team {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .team .bigtitle, .team .regions h2, .regions .team h2 {
    padding-right: 25px;
  }
}
.team .teamgroup {
  padding-bottom: 45px;
}
.team .teamgroup h3 {
  font-weight: bold;
  color: #9fa585;
  font-size: 30px;
  line-height: 1em;
}
.team .teamgroup h3 span {
  font-weight: 400;
  display: block;
  color: #40534F;
  font-size: 18px;
}
@media (max-width: 990px) {
  .team .teamgroup h3 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .team .teamgroup h3 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 990px) {
  .team .teamgroup {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 25px;
  }
  .team .teamgroup h3 {
    margin-top: 1em;
  }
}
.team .teammembers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 35px;
  width: 100%;
}
.team .teammembers h3 {
  font-size: 20px;
  width: 100%;
}
@media (max-width: 990px) {
  .team .teammembers {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1em;
  }
  .team .teammembers h3 {
    font-size: 1em;
  }
}
@media (max-width: 600px) {
  .team .teammembers {
    display: block;
  }
}
.team .teammembers .teammember {
  width: -moz-calc((100% - 70px) / 2);
  width: -webkit-calc((100% - 70px) / 2);
  width: -o-calc((100% - 70px) / 2);
  width: calc((100% - 70px) / 2);
  margin-bottom: 45px;
  flex: none;
  background: #FAFAFA;
  box-sizing: border-box;
  padding: 40px 25px;
  box-shadow: 0 2px 4px 0px rgba(64, 83, 79, 0.1);
  font-size: 18px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .team .teammembers .teammember {
    width: -moz-calc((100% - 45px) / 2);
    width: -webkit-calc((100% - 45px) / 2);
    width: -o-calc((100% - 45px) / 2);
    width: calc((100% - 45px) / 2);
  }
}
@media (max-width: 990px) {
  .team .teammembers .teammember {
    width: 100%;
    margin-bottom: 10px;
  }
}
.team .teammembers .teammember .imgwrapper {
  flex: none;
  box-shadow: 0 2px 4px 0px rgba(64, 83, 79, 0.1);
  margin-right: 30px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #D5DFDC;
}
.team .teammembers .teammember .imgwrapper img {
  border-radius: 50%;
}
.team .teammembers .teammember .name {
  font-weight: bold;
}
.team .teammembers .teammember .function {
  color: #9fa585;
}
.team .teammembers .teammember a {
  color: #40534F;
  text-decoration: none;
}
.team .teammembers .teammember a:hover {
  color: #9fa585;
}
@media (max-width: 600px) {
  .team .teammembers .teammember {
    display: block;
    font-size: 16px;
  }
  .team .teammembers .teammember .imgwrapper {
    margin: 0 auto 25px auto;
  }
}

.aboutactions {
  position: relative;
}
.aboutactions:before {
  background: #FAFAFA;
}
.aboutactions .wrapper {
  margin: 0 auto;
  max-width: 640px;
}
@media (max-width: 480px) {
  .aboutactions {
    padding: 0;
    margin-bottom: 0;
  }
}

.bigaction, .textblock .action, .aboutactions .wrapper .action {
  margin: 0 auto 20px auto;
  max-width: 100%;
}
@media (max-width: 480px) {
  .bigaction, .textblock .action, .aboutactions .wrapper .action {
    margin-bottom: 0;
  }
}
.bigaction:first-child, .textblock .action:first-child, .aboutactions .wrapper .action:first-child {
  color: #40534F;
  background: #F8E4CF;
}
.bigaction:first-child:hover, .textblock .action:first-child:hover, .aboutactions .wrapper .action:first-child:hover {
  color: #fff;
  background: #cf7b1f;
}
.bigaction:first-child:hover svg, .textblock .action:first-child:hover svg, .aboutactions .wrapper .action:first-child:hover svg {
  fill: #fff;
}
.bigaction:nth-child(2):hover, .textblock .action:nth-child(2):hover, .aboutactions .wrapper .action:nth-child(2):hover {
  color: #fff;
  background: #344340;
}
.bigaction:nth-child(2):hover svg, .textblock .action:nth-child(2):hover svg, .aboutactions .wrapper .action:nth-child(2):hover svg {
  fill: #fff;
}
.bigaction:nth-child(3), .textblock .action:nth-child(3), .aboutactions .wrapper .action:nth-child(3) {
  margin-bottom: 0;
  background: #9fa585;
}
.bigaction:nth-child(3):hover, .textblock .action:nth-child(3):hover, .aboutactions .wrapper .action:nth-child(3):hover {
  color: #fff;
  background: #83a098;
}
.bigaction:nth-child(3):hover svg, .textblock .action:nth-child(3):hover svg, .aboutactions .wrapper .action:nth-child(3):hover svg {
  fill: #fff;
}

.teamgroup p {
  font-size: 16px;
  font-weight: normal;
  color: #83a098;
  line-height: normal;
  margin: 0.6em 0 0.4em 0;
}

.filelist p {
  font-style: italic;
  font-size: 0.9em;
  padding-left: 35px;
}

@media (max-width: 600px) {
  .filelist p {
    padding-left: 0;
  }
}
.network-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.network-items .network-item {
  width: 50%;
  padding: 0 2em 0 0;
  margin: 0;
  box-sizing: border-box;
}
.network-items .network-item a {
  padding: 10px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  margin: 10px auto;
  text-decoration: none;
  z-index: 2;
  opacity: 0.85;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  box-sizing: border-box;
}
.network-items .network-item a .titlespan {
  font-weight: bold;
  color: #40534F;
  position: relative;
  z-index: 3;
  font-size: 1.125em;
  padding-left: 1em;
}
.network-items .network-item a .imgwrapper {
  display: block;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  position: relative;
  z-index: 2;
  background: no-repeat center center/contain;
  display: none;
}
.network-items .network-item a:before {
  z-index: 1;
  content: "";
  display: block;
  opacity: 1;
  background: #cf7b1f;
  opacity: 0.5;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  border-radius: 50%;
  flex: none;
}
.network-items .network-item a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .network-items {
    display: block;
  }
  .network-items .network-item {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .network-items .network-item {
    margin-bottom: 15px;
  }
  .network-items .network-item a:before {
    font-size: 1em;
  }
}

.ico {
  position: relative;
}
.ico:before {
  left: auto;
  right: 0;
  background: #9fa585;
  -webkit-transform: translate(50%, -15%);
  -moz-transform: translate(50%, -15%);
  -ms-transform: translate(50%, -15%);
  -o-transform: translate(50%, -15%);
  transform: translate(50%, -15%);
}
@media (max-width: 990px) {
  .ico:before {
    display: none;
  }
}
.ico .bigtitle, .ico .regions h2, .regions .ico h2 {
  box-sizing: border-box;
  max-width: 800px;
}
.ico .ico-item {
  margin-bottom: 60px;
}
.ico .ico-item h3 {
  color: #9fa585;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 1em;
}
@media (max-width: 990px) {
  .ico .ico-item h3 {
    font-size: 18px;
  }
}
.ico .ico-item .ico-content {
  background: #FAFAFA;
  padding: 50px 0;
  margin-left: 60px;
}
.ico .ico-item .ico-content .ico-content-item {
  padding: 1em 25px;
  display: flex;
}
.ico .ico-item .ico-content .ico-content-item:not(:last-child) {
  margin-bottom: 1em;
}
.ico .ico-item .ico-content .col {
  padding: 0 25px;
  width: 50%;
  box-sizing: border-box;
  font-size: 1.125em;
}
.ico .ico-item .ico-content .col:first-child {
  font-weight: bold;
}
@media (max-width: 990px) {
  .ico {
    padding-left: 0;
    padding-right: 0;
  }
  .ico .bigtitle, .ico .regions h2, .regions .ico h2 {
    padding-right: 25px;
  }
  .ico h3 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ico .ico-item {
    padding-left: 0;
  }
  .ico .ico-item .ico-content {
    margin-left: 0;
  }
  .ico .ico-item .ico-content .ico-content-item {
    display: block;
    padding: 0 0 1em 0;
  }
  .ico .ico-item .ico-content .col {
    width: 100%;
  }
}

.reach {
  position: relative;
}
@media (max-width: 990px) {
  .reach {
    padding-left: 0;
    padding-right: 0;
  }
  .reach .bigtitle, .reach .regions h2, .regions .reach h2 {
    padding-right: 25px;
  }
}
.reach:before {
  background: #9fa585;
  -webkit-transform: translate(-50%, -35%);
  -moz-transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, -35%);
  -o-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
}
@media (max-width: 990px) {
  .reach:before {
    display: none;
  }
}
.reach h3 {
  color: #9fa585;
  font-weight: bold;
  font-size: 30px;
}
@media (max-width: 990px) {
  .reach h3 {
    font-size: 18px;
  }
}
.reach .reach-line {
  position: relative;
  padding-left: 3em;
  min-height: 2em;
  margin-bottom: 1em;
}
.reach .reach-items {
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
.reach .reach-items .reach-item {
  width: 50%;
  box-sizing: border-box;
  padding-right: 25px;
}
@media (max-width: 990px) {
  .reach .reach-items {
    display: block;
  }
  .reach .reach-items .reach-item {
    width: 100%;
  }
  .reach .reach-items .reach-item:first-child {
    padding-bottom: 25px;
  }
}
.reach .icon {
  line-height: 1.1em;
  font-weight: bold;
  color: #F8E4CF;
  text-align: center;
  font-style: normal;
  display: inline-block;
  background: #344340;
  fill: #F8E4CF;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  padding: 0.5em;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}

@media (max-width: 990px) {
  .newsspotlight {
    padding: 0;
  }
}
.newsspotlight .newsspotlightitems-swiper {
  width: 100%;
  overflow: hidden;
}
.newsspotlight .newsspotlightitems-swiper .swiper-wrapper {
  display: flex;
}
.newsspotlight .newsspotlightitems-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.newsspotlight .newsspotlightitems {
  width: 100%;
  position: relative;
}
@media (max-width: 990px) {
  .newsspotlight .newsspotlightitems {
    background: transparent;
  }
}
.newsspotlight .buttonrow {
  margin-top: 2em;
}
.newsspotlight .newsspotlightitemwrapper {
  width: 100%;
}
.newsspotlight .newsspotlightitem {
  background: #fff;
  padding: 0px 60px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
}
.newsspotlight .newsspotlightitem .imgwrapper {
  position: relative;
  width: 60%;
}
.newsspotlight .newsspotlightitem .imgwrapper:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.newsspotlight .newsspotlightitem .imgwrapper img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.newsspotlight .newsspotlightitem .content {
  padding: 50px 60px;
  width: 40%;
  background: #FAFAFA;
  box-sizing: border-box;
}
.newsspotlight .newsspotlightitem .content h3 {
  margin: 0.5em 0;
  display: block;
  font-weight: bold;
  font-size: 30px;
  color: #40534F;
}
.newsspotlight .newsspotlightitem .date {
  margin-right: 0.5em;
  display: inline-block;
  background: #344340;
  color: #fff;
  padding: 0.35em 0.65em;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: bold;
  border-radius: 1em;
}
.newsspotlight .newsspotlightitem .date.eventtag {
  background: #F0CAA0;
}
@media (max-width: 990px) {
  .newsspotlight .newsspotlightitem {
    position: relative;
    display: block;
  }
  .newsspotlight .newsspotlightitem .content {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
  .newsspotlight .newsspotlightitem .imgwrapper {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .newsspotlight .newsspotlightitem {
    padding: 25px;
  }
}

.spotlightnav {
  padding-right: 80px;
  box-sizing: border-box;
  text-align: right;
  position: relative;
  z-index: 800;
  -webkit-transform: translate(0, -30px);
  -moz-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  -o-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
@media (max-width: 990px) {
  .spotlightnav {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    padding-right: 60px;
  }
}

.newsparagraaf {
  max-width: 600px;
  margin: 0 auto;
}
.newsparagraaf:not(:last-child) {
  padding-bottom: 0;
}
.newsparagraaf h2 {
  font-size: 25px;
  font-weight: bold;
}
.newsparagraaf h3 {
  font-size: 18px;
  font-weight: bold;
}
.newsparagraaf ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}
.newsparagraaf li {
  display: list-item;
}

.newsimage {
  max-width: 940px;
  margin: 0 auto;
}
.newsimage:not(:last-child) {
  padding-bottom: 0;
}

.newsitempage .textblocks {
  margin: 0 auto;
}
.newsitempage .shareicons p {
  font-size: 14px;
  font-weight: bold;
}
.newsitempage .shareicons a {
  color: #344340;
  fill: #9fa585;
  display: inline-block;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  padding: 1em;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.newsitempage .shareicons a:hover {
  fill: #344340;
}

.sharesection {
  background: #fff;
}
.sharesection .shareicons {
  text-align: center;
}
.sharesection .shareicons p {
  font-size: 14px;
  font-weight: bold;
}
.sharesection .shareicons a {
  color: #344340;
  fill: #9fa585;
  display: inline-block;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  padding: 1em;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.sharesection .shareicons a:hover {
  fill: #344340;
}

@media (max-width: 990px) {
  .testimonial-items {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.testimonial-items .testimonial-item {
  color: #40534F;
  background: #EBEDE6;
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.testimonial-items .testimonial-item.hidden {
  display: none;
}
.testimonial-items .testimonial-item:not(:last-child) {
  margin-bottom: 60px;
}
.testimonial-items .testimonial-item .imgwrapper {
  border-radius: 50%;
  width: 360px;
}
.testimonial-items .testimonial-item .imgwrapper img {
  border-radius: 50%;
}
.testimonial-items .testimonial-item .content {
  padding-left: 100px;
  width: -moz-calc(100% - 360px);
  width: -webkit-calc(100% - 360px);
  width: -o-calc(100% - 360px);
  width: calc(100% - 360px);
}
.testimonial-items .testimonial-item .content h3 {
  margin: 0.5em 0;
  display: block;
  font-weight: bold;
  font-size: 30px;
  color: #40534F;
}
.testimonial-items .testimonial-item .content .text {
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 1em;
}
@media (max-width: 990px) {
  .testimonial-items .testimonial-item {
    background: transparent;
    position: relative;
    display: block;
  }
  .testimonial-items .testimonial-item:not(:last-child) {
    margin-bottom: 0px;
  }
  .testimonial-items .testimonial-item:before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    top: 55px;
    bottom: 0;
    background: #EBEDE6;
    left: 0;
    right: 0;
  }
  .testimonial-items .testimonial-item .content {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .testimonial-items .testimonial-item .imgwrapper {
    width: 220px;
  }
}

.loadmore {
  padding: 1em;
  font-size: 25px;
  display: block;
  font-weight: bold;
  color: #EBEDE6;
  margin: 1em auto;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.loadmore:hover {
  color: #40534F;
}

.fundingmaster {
  margin: 0;
  padding: 0;
}
.fundingmaster .paragraaf .textcol:before {
  background: #F0CAA0;
}

.mapwrapper {
  background: #D5DFDC;
  position: relative;
  min-height: 44vw;
}
.mapwrapper h1 {
  font-size: 3.75em;
  font-weight: bold;
  text-align: center;
  color: #40534F;
  margin-bottom: 1em;
}
@media (max-width: 1200px) {
  .mapwrapper h1 {
    font-size: 45px;
    line-height: 1.3em;
  }
}
@media (max-width: 990px) {
  .mapwrapper h1 {
    font-size: 35px;
    max-width: 640px;
  }
}
.mapwrapper .mapwrap {
  width: 100%;
  position: relative;
}
.mapwrapper .mapwrap:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding: 47.6% 0 0 0;
}
@media (max-width: 480px) {
  .mapwrapper .mapwrap {
    height: 160px;
  }
  .mapwrapper .mapwrap:before {
    display: none;
  }
}
.mapwrapper .mapwrap .mapbg {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
}
.mapwrapper .mapslideshow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  opacity: 1;
}
.mapwrapper .mapslideshow.hide {
  opacity: 0;
  pointer-events: none;
}
.mapwrapper .mapslideshow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.mapwrapper #map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mapwrapper #map a {
  display: none !important;
}
.mapwrapper .mapcounter {
  width: 80px;
  position: absolute;
  top: 50%;
  z-index: 8000;
  font-weight: bold;
}
.mapwrapper .mapcounter span {
  display: block;
  font-size: 60px;
  line-height: 1em;
}

.regions {
  font-size: 1.125em;
}
.regions h2 {
  font-size: 1.944em;
}
.regions h2:before {
  width: 46px;
  left: -23px;
}
@media (max-width: 990px) {
  .regions {
    display: block;
    padding: 0;
  }
}
.regions .regionlist {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
}
.regions .regionlist h2 {
  padding-right: 60px;
  width: 320px;
  box-sizing: border-box;
}
.regions .regionlist .countrylist {
  padding-top: 0;
  width: -moz-calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
  width: -o-calc(100% - 320px);
  width: calc(100% - 320px);
  margin-left: auto;
  column-count: 2;
  column-gap: 60px;
}
.regions .regionlist .countrylist .countrylist-item {
  width: 100%;
  display: inline-block;
}
.regions .regionlist .countrylist a {
  display: block;
  color: #40534F;
  text-decoration: none;
  padding-bottom: 1em;
  position: relative;
  padding-left: 0;
  padding-right: 2em;
  box-sizing: border-box;
}
.regions .regionlist .countrylist a span {
  vertical-align: middle;
}
.regions .regionlist .countrylist a .activeFilters {
  display: inline-block;
  margin-right: 1em;
}
.regions .regionlist .countrylist a .activeFilters .countryFilterCircle {
  border: 1px solid;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
}
.regions .regionlist .countrylist a .activeFilters .countryFilterCircle.inactive {
  background-color: white !important;
}
.regions .regionlist .countrylist a:hover {
  color: #9fa585;
}
.regions .regionlist .countrylist a i {
  position: absolute;
  right: 0;
  top: 1em;
  width: 1em;
  height: 1em;
  display: block;
  font-size: 9px;
  fill: #83a098;
}
@media (min-width: 991px) {
  .regions .regionlist:not(:last-child) .countrylist {
    border-bottom: 2px solid #40534F;
  }
}
.regions .regionlist:first-child {
  padding-top: 0;
}
@media (max-width: 990px) {
  .regions .regionlist {
    display: block;
    padding: 0;
  }
  .regions .regionlist h2 {
    width: 100%;
    padding: 1em;
    border-top: 3px solid #344340;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    cursor: pointer;
    padding-right: 50px;
  }
  .regions .regionlist h2:before {
    display: none;
  }
  .regions .regionlist h2:after {
    content: url("../pictures/arrowdown.svg");
    line-height: 57px;
    display: block;
    width: 22px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
  }
  .regions .regionlist .countrylist {
    display: none;
    padding-bottom: 0;
    column-count: 1;
    column-gap: 0;
    width: 100%;
  }
  .regions .regionlist .countrylist .countrylist-item:not(:last-child) {
    border-bottom: 1px solid #aaa;
  }
  .regions .regionlist .countrylist a {
    padding-left: 80px;
    padding-right: 55px;
    padding-top: 1em;
  }
  .regions .regionlist .countrylist a i {
    top: 50%;
    margin-top: -0.5em;
    right: 25px;
  }
  .regions .regionlist .countrylist a:before, .regions .regionlist .countrylist a:after {
    left: 20px;
    top: 50%;
    margin-top: -0.4em;
  }
  .regions .regionlist .countrylist a:after {
    left: 45px;
  }
  .regions .regionlist.open .countrylist {
    display: block;
  }
  .regions .regionlist.open h2:after {
    line-height: 65px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.countryintro {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.countryintro h1 {
  font-weight: bold;
  font-size: 70px;
  line-height: 1em;
  margin-bottom: 0.65em;
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .countryintro h1 {
    font-size: 45px;
    line-height: 1.3em;
  }
}
@media (max-width: 990px) {
  .countryintro h1 {
    font-size: 35px;
    max-width: 640px;
  }
}
.countryintro .wrapper {
  position: relative;
  padding-left: 320px;
  width: 100%;
  box-sizing: border-box;
}
.countryintro img {
  max-width: 960px;
  position: relative;
  z-index: 3;
  margin-left: auto;
}
.countryintro .summary {
  z-index: 1;
  background: #D5DFDC;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.countryintro .summary .content {
  width: 100%;
  max-width: 250px;
}
.countryintro .summary .countrytotal {
  position: relative;
  font-weight: bold;
  color: #40534F;
  text-align: center;
}
.countryintro .summary .countrytotal .content {
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: center;
}
.countryintro .summary .countrytotal .content .total {
  padding: 1em;
}
.countryintro .summary .countrytotal .content .total + .total {
  color: #cf7b1f;
  border-left: 1px solid #cf7b1f;
}
.countryintro .summary .countrytotal .amount {
  font-size: 60px;
  line-height: 1em;
}
.countryintro .summary .country-img {
  z-index: 3;
  background: no-repeat center center/contain;
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.countryintro .summary .country-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.countryintro .summary .country-img svg {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
}
.countryintro .summary .country-img svg path {
  fill: #EBEDE6;
}
@media (max-width: 990px) {
  .countryintro {
    background: #D5DFDC;
    padding-left: 0;
    padding-bottom: 0;
    display: block;
  }
  .countryintro .summary, .countryintro .wrapper {
    position: relative;
    width: 100%;
  }
  .countryintro .summary .content, .countryintro .wrapper .content {
    margin: 0 auto;
  }
  .countryintro h1 {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 990px) and (max-width: 480px) {
  .countryintro h1 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 990px) {
  .countryintro .wrapper {
    padding-left: 0;
    padding-bottom: 0;
  }
}

.countrypage-item {
  display: flex;
}
.countrypage-item .descr {
  margin-left: auto;
  max-width: 700px;
  font-size: 1.125em;
}
@media (max-width: 990px) {
  .countrypage-item {
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }
}

.activeprojects {
  position: relative;
}
.activeprojects:before {
  -webkit-transform: translate(-50%, -35%);
  -moz-transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, -35%);
  -o-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
}
.activeprojects .interventiontype .interventiontype-body:last-child {
  border: none;
}
.activeprojects .projectcategories {
  margin-top: 0;
}

@media (min-width: 991px) {
  .interventiontypes {
    padding-left: 140px;
  }
}
.interventiontypes:not(:last-child) {
  padding-top: 0;
}

.interventiontype:not(:last-child) {
  padding-bottom: 45px;
}
.interventiontype .interventiontype-top {
  display: flex;
  align-items: center;
  color: #83a098;
}
@media (max-width: 990px) {
  .interventiontype .interventiontype-top {
    padding-bottom: 30px;
  }
}
.interventiontype .interventiontype-top .amount {
  font-size: 60px;
  margin-right: 1em;
}
@media (max-width: 990px) {
  .interventiontype .interventiontype-top .amount {
    font-size: 40px;
    margin-right: 20px;
  }
}
.interventiontype .interventiontype-top .title {
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 990px) {
  .interventiontype .interventiontype-top .title {
    font-size: 20px;
  }
}
.interventiontype .interventiontype-top button {
  background: none;
  margin-left: auto;
  width: 60px;
  flex: none;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #83a098;
  cursor: pointer;
  fill: #83a098;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
@media (max-width: 990px) {
  .interventiontype .interventiontype-top button {
    height: 35px;
    width: 35px;
    padding: 5px;
    border: 2px solid #83a098;
  }
}
.interventiontype .interventiontype-top button:hover {
  background: #83a098;
  fill: #fff;
}
.interventiontype .interventiontype-body {
  display: none;
  border-bottom: 1px solid #D5DFDC;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  box-sizing: border-box;
}
@media (min-width: 991px) {
  .interventiontype .interventiontype-body {
    margin-left: 90px;
  }
  .activeprojects .interventiontype .interventiontype-body {
    margin-left: 0;
  }
}
.interventiontype.open .interventiontype-body {
  border-bottom: none;
  display: block;
}
.interventiontype.open .interventiontype-top {
  padding-bottom: 25px;
}
.interventiontype.open .interventiontype-top button {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.interventiontype .interventionline {
  padding: 1em 0;
  border-bottom: 1px solid #D5DFDC;
  display: flex;
  width: 100%;
  text-decoration: none;
  align-items: center;
}
.interventiontype .interventionline .imgwrapper {
  width: 75px;
  height: 75px;
  flex: none;
  border-radius: 50%;
  overflow: hidden;
}
.interventiontype .interventionline span {
  font-weight: bold;
  flex: 1;
  margin-left: 2em;
  font-size: 1.125em;
  color: #40534F;
}
.interventiontype .interventionline i {
  width: 9px;
  height: 9px;
  margin-left: auto;
  fill: #83a098;
}
.interventiontype .interventionline:hover span {
  color: #9fa585;
}
.interventiontype .interventionline:hover i {
  fill: #40534F;
}

.calltoactionbanner {
  padding: 0;
  background: rgba(213, 223, 220, 0.2);
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 15vw;
  min-height: 26vw;
}
.calltoactionbanner .imgwrapper {
  flex: none;
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: no-repeat center center/cover;
}
.calltoactionbanner .text {
  max-width: 690px;
}
.calltoactionbanner .btn {
  background: #9fa585;
  margin-top: 1em;
  text-transform: none;
  display: inline-block;
}
@media (max-width: 990px) {
  .calltoactionbanner {
    display: block;
    background: transparent;
    padding-left: 0;
    position: relative;
  }
  .calltoactionbanner:before {
    display: block;
    content: "";
    background: rgba(213, 223, 220, 0.2);
    top: 140px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    position: absolute;
  }
  .calltoactionbanner .imgwrapper {
    position: relative;
    width: 260px;
    height: 260px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    top: auto;
    left: auto;
    margin: 0 auto 35px auto;
  }
}

.resourceoverview {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.resourceoverview .resourceoverview-item {
  display: block;
}

.resourcecats {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.resourcecats .resourcecat {
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  position: relative;
  background: #EBEDE6;
  color: #40534F;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  box-sizing: border-box;
  padding: 40px;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .resourcecats .resourcecat {
    width: -moz-calc((100% - 40px) / 3);
    width: -webkit-calc((100% - 40px) / 3);
    width: -o-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
  }
  .resourcecats .resourcecat:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 990px) {
  .resourcecats .resourcecat {
    width: 100%;
  }
}
.resourcecats .resourcecat .descr {
  width: 100%;
  font-size: 14px;
}
.resourcecats .resourcecat .descr h3 {
  font-weight: bold;
  font-size: 20px;
  color: #40534F;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.resourcecats .resourcecat i {
  margin-left: auto;
  margin-top: 0.35em;
  width: 9px;
  height: 9px;
  fill: #40534F;
  -webkit-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.resourcecats .resourcecat:hover {
  background: #344340;
  color: #fff;
}
.resourcecats .resourcecat:hover h3 {
  color: #fff;
}
.resourcecats .resourcecat:hover i {
  fill: #fff;
}
.resourcecats .resourcecat.countrycat {
  position: relative;
}
.resourcecats .resourcecat.countrycat i {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.resourcepageitems {
  margin-top: 40px;
}
.resourcepageitems .documentslides {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.resourcepageitems .documentslides .swiper-slide {
  height: auto;
}
.resourcepageitems .resourcemainitem {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
.resourcepageitems .resourcepageitem {
  margin-bottom: 20px;
}
.resourcepageitems .resourcepageitem h2 {
  background: #EBEDE6;
  color: #40534F;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  line-height: 1.2em;
  padding: 0.5em 1em 0.5em 1em;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  box-shadow: 0 3px 4px 0px rgba(64, 83, 79, 0.25);
}
.resourcepageitems .resourcepageitem h2 .resourcepage-title-toggle {
  color: #344340;
  text-decoration: none;
}
.resourcepageitems .resourcepageitem h2 button {
  padding: 0;
  display: block;
  flex: none;
  background: none;
  margin: 0;
  margin-left: auto;
  width: 30px;
  height: 30px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #40534F;
  cursor: pointer;
  fill: #40534F;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.resourcepageitems .resourcepageitem h2 button:hover {
  background: #40534F;
  fill: #fff;
}
.resourcepageitems .resourcepageitem .resourcepageitem-body {
  opacity: 0;
  height: 0;
}
.resourcepageitems .resourcepageitem.open .resourcepageitem-body {
  opacity: 1;
  height: auto;
}
.resourcepageitems .resourcepageitem.open .libraryitem {
  margin: 30px;
}
@media (max-width: 990px) {
  .resourcepageitems .resourcepageitem.open .libraryitem {
    margin: 15px;
  }
}
.resourcepageitems .resourcepageitem.open h2 button {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 990px) {
  .resourcepageitems {
    margin: 0;
  }
  .resourcepageitems .resourcepageitem {
    margin-bottom: 8px;
  }
}

.libraryitem {
  /*&:not(:last-child){
      border-bottom: 3px solid $zwart;
  }*/
}
.libraryitem .libraryitem-top {
  font-size: 1.125em;
  display: flex;
  padding: 0 0 30px 0;
  align-items: flex-start;
}
@media (max-width: 990px) {
  .libraryitem .libraryitem-top {
    padding-bottom: 15px;
  }
}
.libraryitem .libraryitem-body {
  opacity: 0;
  height: 0;
}
.libraryitem .title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2em;
}
.libraryitem button {
  margin-top: 25px;
  padding: 0;
  display: block;
  flex: none;
  background: none;
  margin-left: auto;
  width: 16px;
  height: 16px;
  padding: 0px;
  box-sizing: border-box;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  fill: #40534F;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.libraryitem button:hover {
  fill: #9fa585;
}
@media (max-width: 990px) {
  .libraryitem button {
    margin-top: 15px;
  }
}
.libraryitem.open .libraryitem-body {
  opacity: 1;
  height: auto;
}
.libraryitem.open button {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.filegroup {
  background: rgba(235, 237, 230, 0.5);
  padding: 30px 30px 30px 50px;
  position: relative;
  margin-bottom: 15px;
}
.filegroup:before {
  position: absolute;
  left: 10px;
  top: 43px;
  width: 20px;
  height: 1px;
  background: #40534F;
  content: "";
  display: block;
}
.filegroup .filegrouptitle {
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
.filegroup .filegroupdescr {
  margin-bottom: 1em;
}
.filegroup .filelist .file {
  font-size: 1.125em;
  color: #40534F;
  display: block;
  margin-top: 1em;
  position: relative;
  padding-left: 35px;
}
.filegroup .filelist .file i {
  width: 1em;
  height: 1em;
  fill: #40534F;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}
.filegroup .filelist .file:hover {
  color: #9fa585;
}

.regionsfilter {
  background: #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -75px;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  box-shadow: 0 2px 4px 0px rgba(64, 83, 79, 0.15);
  display: flex;
  text-align: center;
  position: relative;
  z-index: 9000;
}
@media (max-width: 1440px) {
  .regionsfilter {
    margin-top: -55px;
  }
}
@media (max-width: 1200px) {
  .regionsfilter {
    margin-top: -35px;
  }
}
.regionsfilter .regionsfilter-title {
  font-weight: bold;
  font-size: 14px;
  text-transform: lowercase;
  padding: 0 1em 0 0;
}
.regionsfilter .regionsfilter-options {
  display: flex;
  flex: 1;
}
.regionsfilter .regionsfilter-options .regionsfilter-option {
  width: 50%;
}
.regionsfilter .regionsfilter-options .regionsfilter-option input {
  position: absolute;
  left: -9999px;
}
.regionsfilter .regionsfilter-options .regionsfilter-option label {
  cursor: pointer;
  font-size: 14px;
  position: relative;
  padding-left: 45px;
}
.regionsfilter .regionsfilter-options .regionsfilter-option label:before {
  box-sizing: border-box;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 4px solid #EBEDE6;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.regionsfilter .regionsfilter-options .regionsfilter-option input:checked + label:before {
  background: #D5DFDC;
}
@media (max-width: 990px) {
  .regionsfilter {
    margin-top: 0;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
    box-shadow: none;
    position: relative;
    display: block;
    text-align: left;
  }
  .regionsfilter .regionsfilter-title {
    margin-bottom: 0.5em;
    text-transform: none;
  }
  .regionsfilter .regionsfilter-options {
    display: block;
  }
  .regionsfilter .regionsfilter-options .regionsfilter-option {
    width: 100%;
  }
  .regionsfilter .regionsfilter-options .regionsfilter-option label {
    padding-left: 2em;
  }
  .regionsfilter .regionsfilter-options .regionsfilter-option label:before {
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
  }
}

#map_zoom svg rect {
  fill: #EBEDE6;
  border-radius: 50%;
}

.resourcepage-title-toggle {
  color: #40534F;
  text-decoration: none;
}

.resourcepageitem-body {
  display: none;
}

.resourcepageitem.open .resourcepageitem-body {
  display: block;
}

.breadcrumb {
  margin-top: 0;
  padding-bottom: 1em;
  width: 100%;
}

.breadcrumb-item {
  position: relative;
  padding-left: 40px;
}
.breadcrumb-item:after {
  content: "›";
  position: absolute;
  left: 20px;
  top: 0.05em;
  height: 1em;
  display: flex;
  align-items: center;
}
.breadcrumb-item:first-child {
  padding-left: 0;
}
.breadcrumb-item:first-child:after {
  display: none;
}
@media (max-width: 480px) {
  .breadcrumb-item:not(:last-child):not(:nth-last-child(2)) {
    display: none;
  }
  .breadcrumb-item:nth-last-child(2) {
    padding-left: 0;
  }
  .breadcrumb-item:nth-last-child(2):after {
    display: none;
  }
}

.breadcrumb-item.dark a {
  color: #40534F;
}

.breadcrumb-item a {
  color: white;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.opencallspage .callpageitem .callpageitem-title {
  text-transform: none;
}

a.callpageitem-title {
  color: #40534F;
  text-decoration: none;
}

.alertbox {
  -webkit-transition: bottom 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: bottom 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: bottom 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: bottom 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: bottom 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  z-index: 9999;
  box-sizing: border-box;
  background: #EBEDE6;
  font-size: 15px;
  padding: 1em;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 4px 2px rgba(64, 83, 79, 0.15);
}

.alertbox .opencallslink, .alertbox .calltoactionbanner .btn, .calltoactionbanner .alertbox .btn {
  float: right;
  /*padding: 0.5em 0.75em;*/
  font-weight: normal;
}

.newsflash {
  display: block;
  position: fixed;
  z-index: 9000;
  right: 0;
  top: 50%;
  max-width: 300px;
  font-size: 14px;
  -webkit-transform: translate(1em, -50%);
  -moz-transform: translate(1em, -50%);
  -ms-transform: translate(1em, -50%);
  -o-transform: translate(1em, -50%);
  transform: translate(1em, -50%);
  padding: 1em 2em 1em 1em;
  color: #fff;
  background: #344340;
  text-decoration: none;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  border-radius: 2em 0 0 2em;
}
.newsflash:hover {
  background: #cf7b1f;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 600px) {
  .newsflash {
    font-size: 12px;
    max-width: 200px;
  }
}

.storypageintro {
  position: relative;
}
@media (max-width: 480px) {
  .storypageintro {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.storypageintro + .storyparagraaf {
  background: #fff;
  padding-top: 0;
  position: relative;
  z-index: 100;
}
.storypageintro:before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 30vw;
  max-height: 320px;
}
@media (max-width: 480px) {
  .storypageintro:before {
    max-height: 105px;
  }
}
.storypageintro .imgwrapper {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: -1;
  height: 50vw;
}
.storypageintro .imgwrapper img {
  display: block;
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .storypageintro .imgwrapper {
    height: 170px;
  }
}
.storypageintro .textwrapper {
  box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.16), -5px 0 5px -5px rgba(0, 0, 0, 0.16);
  background: #fff;
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.storypageintro .textwrapper .introtitle {
  text-align: center;
  font-family: "Source Serif Pro", Arial, Helvetica, sans-serif;
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 800;
  margin-bottom: 1.35em;
  color: #415831;
}
@media (max-width: 1200px) {
  .storypageintro .textwrapper .introtitle {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .storypageintro .textwrapper .introtitle {
    font-size: 25px;
  }
}
.storypageintro .textwrapper .text {
  font-size: 20px;
  line-height: 1.75em;
  color: #415831;
}
@media (max-width: 480px) {
  .storypageintro .textwrapper .text {
    font-size: 18px;
  }
}

.storyparagraaf {
  width: 100%;
  background: #fff;
}
.storyparagraaf .imagetitle {
  width: 240px;
  padding: 40px;
  box-sizing: border-box;
  color: #868686;
  font-size: 16px;
}
@media (max-width: 600px) {
  .storyparagraaf .imagetitle {
    padding: 25px 25px 25px 0;
  }
}
@media (max-width: 480px) {
  .storyparagraaf .imagetitle {
    padding-left: 25px;
  }
}
.storyparagraaf .wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.storyparagraaf .textwrapper {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.storyparagraaf .textwrapper .storytitle {
  font-family: "Source Serif Pro", Arial, Helvetica, sans-serif;
  color: #415831;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 1em;
  text-align: center;
}
.storyparagraaf .textwrapper .text {
  font-size: 18px;
  line-height: 1.667em;
}
@media (max-width: 480px) {
  .storyparagraaf .textwrapper .text {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.storyparagraaf .textwrapper .source {
  margin-top: 60px;
  font-size: 14px;
  padding: 2em 0;
  position: relative;
  display: block;
  text-align: center;
}
.storyparagraaf .textwrapper .source:before {
  content: "";
  left: 40%;
  top: 1em;
  right: 40%;
  height: 1px;
  background: #9fa585;
  display: block;
  position: absolute;
}
@media (max-width: 480px) {
  .storyparagraaf .textwrapper .source {
    margin-top: 30px;
  }
}
.storyparagraaf:not(.bottom) .imgwrapper {
  width: 50%;
  position: relative;
}
.storyparagraaf:not(.bottom) .imgwrapper img {
  display: block;
  width: 100%;
}
.storyparagraaf:not(.bottom) .imgwrapper + .textwrapper {
  width: 50%;
}
.storyparagraaf:not(.bottom) .imgwrapper + .textwrapper .storytitle {
  text-align: left;
}
.storyparagraaf:not(.bottom) .imgwrapper + .textwrapper .content {
  padding: 0 60px;
}
.storyparagraaf:not(.bottom) .imgwrapper.rounded img {
  border-radius: 50%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .storyparagraaf:not(.bottom) .imgwrapper.rounded {
    padding-left: 25px;
    padding-right: 25px;
  }
  .storyparagraaf:not(.bottom) .imgwrapper.rounded img {
    max-width: 205px;
  }
}
.storyparagraaf:not(.bottom) .imgwrapper .videowrapper {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .storyparagraaf:not(.bottom).reversed .textwrapper .content {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .storyparagraaf:not(.bottom):not(.reversed) .textwrapper .content {
    padding-right: 0;
  }
}
@media (max-width: 990px) {
  .storyparagraaf:not(.bottom) .wrapper {
    flex-wrap: wrap;
  }
  .storyparagraaf:not(.bottom) .wrapper .imgwrapper {
    width: 100%;
    order: 0;
    padding-top: 25px;
  }
  .storyparagraaf:not(.bottom) .wrapper .imgwrapper.hasvid {
    order: 3;
  }
  .storyparagraaf:not(.bottom) .wrapper .imgwrapper.hasvid .videowrapper {
    margin-top: 0;
  }
  .storyparagraaf:not(.bottom) .wrapper .textwrapper {
    order: 1;
    width: 100%;
    padding-top: 25px;
  }
  .storyparagraaf:not(.bottom) .wrapper .textwrapper .content {
    padding-left: 0;
    padding-right: 0;
  }
  .storyparagraaf:not(.bottom) .wrapper .textwrapper .content .storytitle {
    text-align: center;
  }
}
.storyparagraaf.bottom .wrapper {
  flex-wrap: wrap;
}
.storyparagraaf.bottom .imgwrapper {
  order: 3;
  width: 100%;
  display: flex;
  padding-bottom: 0;
}
.storyparagraaf.bottom .imgwrapper .videowrapper {
  margin-top: 0;
  margin-bottom: 0;
  width: -moz-calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
  width: -o-calc(100% - 240px);
  width: calc(100% - 240px);
}
.storyparagraaf.bottom .imgwrapper .imagetitle {
  padding-top: 0;
}
@media (max-width: 600px) {
  .storyparagraaf.bottom .imgwrapper {
    display: block;
  }
  .storyparagraaf.bottom .imgwrapper .videowrapper {
    width: 100%;
  }
  .storyparagraaf.bottom .imgwrapper .imagetitle {
    padding: 25px 25px 25px 0;
  }
}
@media (max-width: 600px) and (max-width: 480px) {
  .storyparagraaf.bottom .imgwrapper .imagetitle {
    padding-left: 25px;
  }
}
.storyparagraaf.reversed .textwrapper {
  order: 1;
}
.storyparagraaf.reversed .imgwrapper {
  order: 2;
}
.storyparagraaf.dark {
  background: #40534F;
  color: #fff;
}
.storyparagraaf.dark .textwrapper .storytitle, .storyparagraaf.dark .textwrapper .text {
  color: #fff;
}
.storyparagraaf.blue {
  background: #72bad1;
}
.storyparagraaf.blue .wrapper .imgwrapper img {
  max-width: 270px;
}
@media (max-width: 480px) {
  .storyparagraaf {
    padding-left: 0;
    padding-right: 0;
  }
  .storyparagraaf .textwrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.homeslides {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.storyslideshow {
  background: #fff;
}
.storyslideshow .wrapper {
  display: flex;
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.storyslideshow .wrapper .textwrapper {
  order: 0;
  box-sizing: border-box;
  width: 200px;
  padding-right: 40px;
  box-sizing: border-box;
  color: #868686;
  font-size: 16px;
}
.storyslideshow .wrapper .imgwrapper {
  order: 1;
  width: -moz-calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  width: -o-calc(100% - 200px);
  width: calc(100% - 200px);
  position: relative;
}
.storyslideshow .wrapper .imgwrapper .storyslides {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.storyslideshow .wrapper .imgwrapper .storyslidesnav {
  display: flex;
  width: 100%;
}
.storyslideshow .wrapper .imgwrapper .storyslidesnav .arrows {
  margin-left: auto;
  display: flex;
}
.storyslideshow .wrapper .imgwrapper .storyslidesnav .arrows button {
  width: 80px;
  height: 75px;
  color: #fff;
  background: #83a098;
  border: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  cursor: pointer;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.storyslideshow .wrapper .imgwrapper .storyslidesnav .arrows button svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.storyslideshow .wrapper .imgwrapper .storyslidesnav .arrows button:hover {
  background: #9fa585;
}
.storyslideshow .wrapper .imgwrapper .storyslidesnav .arrows button.storyslides-prev {
  background: #40534F;
}
.storyslideshow .wrapper .imgwrapper .storyslidesnav .arrows button.storyslides-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.storyslideshow .wrapper .imgwrapper .storyslidesnav .arrows button.storyslides-prev:hover {
  background: #9fa585;
}
@media (max-width: 767px) {
  .storyslideshow .wrapper .imgwrapper .storyslidesnav .arrows button {
    width: 40px;
    height: 38px;
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .storyslideshow .wrapper {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .storyslideshow .wrapper .imgwrapper {
    width: 100%;
  }
  .storyslideshow .wrapper .textwrapper {
    padding-top: 25px;
    width: 100%;
    max-width: 280px;
  }
}
@media (max-width: 480px) {
  .storyslideshow {
    padding-left: 0;
    padding-right: 0;
  }
  .storyslideshow .textwrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .storyslideshow .imgwrapper {
    position: relative;
  }
  .storyslideshow .imgwrapper .storyslidesnav {
    z-index: 9000;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: 0%;
  }
  .storyslideshow .imgwrapper .storyslidesnav .arrows {
    margin: 0;
    width: 100%;
  }
  .storyslideshow .imgwrapper .storyslidesnav .storyslides-prev {
    margin-right: auto;
    margin-left: 0;
  }
}

.documentslidesnav {
  padding-top: 10px;
  display: flex;
  width: 100%;
}
.documentslidesnav .arrows {
  margin-left: auto;
  display: flex;
}
.documentslidesnav .arrows button {
  width: 80px;
  height: 75px;
  color: #fff;
  background: #83a098;
  border: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  cursor: pointer;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.documentslidesnav .arrows button svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.documentslidesnav .arrows button:hover {
  background: #9fa585;
}
.documentslidesnav .arrows button.documentslides-prev {
  background: #40534F;
}
.documentslidesnav .arrows button.documentslides-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.documentslidesnav .arrows button.documentslides-prev:hover {
  background: #9fa585;
}
@media (max-width: 767px) {
  .documentslidesnav .arrows button {
    width: 40px;
    height: 38px;
    font-size: 24px;
  }
}
.documentslidesnav .arrows .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.storyquote {
  width: 100%;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
.storyquote .wrapper {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}
.storyquote .wrapper .imgwrapper {
  order: 1;
  width: 50%;
  width: -moz-calc(50% + 60px);
  width: -webkit-calc(50% + 60px);
  width: -o-calc(50% + 60px);
  width: calc(50% + 60px);
  margin-right: -60px;
  padding-top: 100px;
  position: relative;
}
.storyquote .wrapper .imgwrapper img {
  position: relative;
  z-index: 2;
}
.storyquote .wrapper .imgwrapper .imagetitle {
  width: 240px;
  padding: 40px 40px 0 40px;
  box-sizing: border-box;
  color: #868686;
  font-size: 16px;
}
@media (max-width: 600px) {
  .storyquote .wrapper .imgwrapper .imagetitle {
    padding: 25px 25px 0 35px;
  }
}
@media (max-width: 480px) {
  .storyquote .wrapper .imgwrapper .imagetitle {
    padding-left: 25px;
  }
}
.storyquote .wrapper .textwrapper {
  position: relative;
  z-index: 1;
  order: 2;
  width: 50%;
  background: #83a098;
  color: #fff;
  font-size: 25px;
  font-size: 500;
  display: flex;
  align-items: center;
}
.storyquote .wrapper .textwrapper .content {
  width: 100%;
  max-width: 400px;
  padding-left: 60px;
  box-sizing: border-box;
}
.storyquote .wrapper .textwrapper .content p strong {
  font-size: 0.7em;
}
.storyquote .wrapper .textwrapper .quoteicon {
  fill: #fff;
  display: block;
}
@media (max-width: 990px) {
  .storyquote .wrapper {
    display: block;
  }
  .storyquote .wrapper .imgwrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .storyquote .wrapper .textwrapper {
    width: 100%;
  }
  .storyquote .wrapper .textwrapper .content {
    padding: 0;
  }
}
.storyquote.blue {
  background: none;
}
.storyquote.blue .wrapper .textwrapper {
  background: #C9E2EB;
  color: #40534F;
  order: 1;
}
.storyquote.blue .wrapper .imgwrapper {
  order: 2;
}
.storyquote.yellow {
  background: none;
}
.storyquote.yellow .wrapper {
  position: relative;
}
.storyquote.yellow .wrapper .textwrapper {
  background: #F8E4CF;
  color: #40534F;
  order: 1;
}
.storyquote.yellow .wrapper .textwrapper .content {
  padding-left: 0;
}
@media only screen and (max-width: 1050px) {
  .storyquote.yellow .wrapper .textwrapper .content {
    max-width: unset;
  }
}
.storyquote.yellow .wrapper .textwrapper .quoteicon {
  fill: #344340;
}
.storyquote.yellow .wrapper .textwrapper .name, .storyquote.yellow .wrapper .textwrapper .loc {
  font-weight: unset;
  font-size: 0.7em;
}
.storyquote.yellow .wrapper .textwrapper .loc {
  font-weight: 700;
}
.storyquote.yellow .wrapper .imgwrapper {
  order: 2;
  position: absolute;
  bottom: -10%;
  right: 10%;
}
@media only screen and (max-width: 1050px) {
  .storyquote.yellow .wrapper .imgwrapper {
    position: relative;
    bottom: 0;
    right: 0;
  }
}

.storyquotebg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.storyquotebg .imgwrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.storyquotebg .imgwrapper img {
  display: block;
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
.storyquotebg .textwrapper {
  z-index: 2;
  background: #40534F;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  width: 640px;
  height: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  box-sizing: border-box;
  flex: none;
  margin-left: auto;
  margin-right: auto;
}
.storyquotebg .textwrapper .content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 30px;
  font-family: "Source Serif Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
}
.storyquotebg .textwrapper .content .quoteicon {
  fill: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .storyquotebg .textwrapper {
    border-radius: 0;
    height: auto;
    width: 100%;
  }
  .storyquotebg .textwrapper .content {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .storyquotebg .textwrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.storygrid {
  background: #83a098;
  color: #fff;
}
.storygrid .wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.storygrid .wrapper .storygridtitle {
  font-size: 25px;
  font-family: "Source Serif Pro", Arial, Helvetica, sans-serif;
  margin-bottom: 1.5em;
  font-weight: 700;
}
@media (max-width: 480px) {
  .storygrid .wrapper .storygridtitle {
    font-size: 20px;
    text-align: center;
  }
}
.storygrid .wrapper .storygriditems {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .storygrid .wrapper .storygriditems {
    display: block;
  }
}
.storygrid .wrapper .storygriditems .storygriditem {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: -moz-calc((100% - 200px) / 3);
  width: -webkit-calc((100% - 200px) / 3);
  width: -o-calc((100% - 200px) / 3);
  width: calc((100% - 200px) / 3);
  margin-left: 100px;
  margin-bottom: 100px;
}
.storygrid .wrapper .storygriditems .storygriditem:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 990px) {
  .storygrid .wrapper .storygriditems .storygriditem {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    margin-bottom: 60px;
  }
  .storygrid .wrapper .storygriditems .storygriditem:nth-child(3n+1) {
    margin-left: auto;
  }
}
.storygrid .wrapper .storygriditems .storygriditem .imgwrapper {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  border-radius: 50%;
}
.storygrid .wrapper .storygriditems .storygriditem .imgwrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  background: #83a098;
}
.storygrid .wrapper .storygriditems .storygriditem .textwrapper {
  padding-top: 25px;
}
.storygrid .wrapper .storygriditems .storygriditem .textwrapper .storygridtitle {
  text-align: center;
  margin-bottom: 0;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.storygrid .wrapper .storygriditems .storygriditem .textwrapper .text {
  font-size: 18px;
  line-height: 1.667em;
}
@media (max-width: 480px) {
  .storygrid .wrapper .storygriditems .storygriditem .textwrapper .text {
    font-size: 16px;
    line-height: 1.5em;
  }
}

.news-count-badge {
  display: inline-flex;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-weight: 700;
  background: #cf7b1f;
  color: #fff;
  position: relative;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transform: translate(-2px, -10px);
  -moz-transform: translate(-2px, -10px);
  -ms-transform: translate(-2px, -10px);
  -o-transform: translate(-2px, -10px);
  transform: translate(-2px, -10px);
}

.opencallwrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  width: 100%;
  height: 90vh;
  overflow-y: scroll;
}
.opencallwrapper .opencallheader {
  width: 100%;
  padding: 80px 60px 50px 95px;
  background: #EBEDE6;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}
.opencallwrapper .opencallheader i {
  width: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F8E4CF;
  flex: none;
}
.opencallwrapper .opencallheader i:before {
  width: 100%;
  position: relative;
  padding-top: 100%;
  content: "";
  display: block;
}
.opencallwrapper .opencallheader i svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
@media (max-width: 1200px) {
  .opencallwrapper .opencallheader i {
    width: 180px;
  }
}
.opencallwrapper .opencallheader h2 {
  display: block;
  padding-left: 50px;
  font-size: 35px;
  font-weight: 700;
  font-family: "Source Serif Pro", Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .opencallwrapper .opencallheader {
    display: block;
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .opencallwrapper .opencallheader i {
    width: 95px;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  .opencallwrapper .opencallheader h2 {
    padding-left: 0;
    font-size: 25px;
    line-height: 30px;
  }
}
.opencallwrapper .opencallbody {
  padding: 50px 60px 50px 95px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.opencallwrapper .opencallbody .sidecol {
  width: 300px;
  order: 0;
}
@media (max-width: 1200px) {
  .opencallwrapper .opencallbody .sidecol {
    width: 230px;
  }
}
.opencallwrapper .opencallbody .sidecol .shareicons {
  padding-top: 0.5em;
}
.opencallwrapper .opencallbody .sidecol .shareicons a {
  color: #344340;
  fill: #9fa585;
  display: inline-block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  padding: 0;
  margin-right: 1em;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.opencallwrapper .opencallbody .sidecol .shareicons a:last-child {
  margin-right: 0;
}
.opencallwrapper .opencallbody .sidecol .shareicons a:hover {
  fill: #344340;
}
.opencallwrapper .opencallbody .content {
  order: 1;
  width: -moz-calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  width: -o-calc(100% - 300px);
  width: calc(100% - 300px);
}
@media (max-width: 1200px) {
  .opencallwrapper .opencallbody .content {
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: -o-calc(100% - 230px);
    width: calc(100% - 230px);
  }
}
@media (max-width: 768px) {
  .opencallwrapper .opencallbody {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 25px;
    display: block;
  }
  .opencallwrapper .opencallbody .content, .opencallwrapper .opencallbody .sidecol {
    display: block;
    width: 100%;
  }
  .opencallwrapper .opencallbody .sidecol {
    padding-top: 25px;
  }
}

.cookiewrapper {
  width: 100vw;
  height: 100vh;
  background: #000000bd;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.cookiewrapper.hidden {
  display: none;
}

.cookienotice {
  position: relative;
  width: 90%;
  max-width: 370px;
  padding: 1em;
  color: #40534F;
  border: 2px solid #344340;
  background: #fff;
  z-index: 9999;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.cookienotice.hidden {
  display: none;
}
.cookienotice .text {
  padding-right: 0.75em;
  font-size: 1em;
  width: 100%;
}
@media (max-width: 400px) {
  .cookienotice {
    left: 1em;
    width: 100%;
  }
}
.cookienotice .cookiebtn {
  background: #344340;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 0.75em;
  font-weight: 700;
  margin-right: 1em;
}
.cookienotice .cookiebtn:hover {
  background: #40534F;
  color: #fff;
}
.cookienotice .cookiedeny {
  display: inline-block;
  color: #344340;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875em;
}
.cookienotice .cookiedeny:hover {
  color: #40534F;
}

table {
  border: 1px solid rgba(64, 83, 79, 0.2);
  margin-bottom: 1em;
  width: 100%;
  max-width: 100%;
}
table tr td, table tr th {
  font-size: 12px;
  padding: 1em;
}
table tr td p, table tr th p {
  font-size: 1em;
}
@media (min-width: 769px) {
  table tr td:nth-child(odd), table tr th:nth-child(odd) {
    background: rgba(64, 83, 79, 0.1);
  }
}
table tr th {
  border-bottom: 1px solid rgba(64, 83, 79, 0.2);
}
@media (max-width: 768px) {
  table thead {
    display: none;
  }
  table tbody {
    display: block;
  }
  table tr {
    display: block;
  }
  table tr:nth-child(odd) td {
    background: rgba(64, 83, 79, 0.1);
  }
  table tr td {
    display: block;
    position: relative;
    padding-left: 14em;
  }
  table tr td:before {
    content: attr(data-title);
    font-size: inherit;
    font-weight: 700;
    padding-right: 1em;
    width: 14em;
    position: absolute;
    left: 1em;
    top: 1em;
  }
}

[data-role=showcookienotice] {
  cursor: pointer;
}

.select2-container--open {
  z-index: 9000;
}

.resourcesmain {
  width: -moz-calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
  width: -o-calc(100% - 320px);
  width: calc(100% - 320px);
  display: flex;
  flex-wrap: wrap;
}
.resourcesmain .description {
  width: 100%;
  box-sizing: border-box;
  color: #D0D0D0;
}
@media (max-width: 1200px) {
  .resourcesmain .resourcemainitem {
    width: -moz-calc((100% - 60px)/2);
    width: -webkit-calc((100% - 60px)/2);
    width: -o-calc((100% - 60px)/2);
    width: calc((100% - 60px)/2);
  }
}
@media (max-width: 800px) {
  .resourcesmain {
    width: -moz-calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: -o-calc(100% - 240px);
    width: calc(100% - 240px);
    font-size: 14px;
  }
  .resourcesmain .resourcemainitem {
    width: -moz-calc((100% - 30px));
    width: -webkit-calc((100% - 30px));
    width: -o-calc((100% - 30px));
    width: calc((100% - 30px));
  }
}
@media (max-width: 480px) {
  .resourcesmain {
    width: 100%;
    padding-top: 20px;
  }
  .resourcesmain .description {
    padding-left: 0;
  }
  .resourcesmain .resourcemainitem {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.resourcemainitem {
  display: none;
  width: -moz-calc((100% - 90px)/3);
  width: -webkit-calc((100% - 90px)/3);
  width: -o-calc((100% - 90px)/3);
  width: calc((100% - 90px)/3);
  margin-left: 30px;
  margin-bottom: 30px;
  background: #F7F7F7;
  text-decoration: none;
  box-sizing: border-box;
  color: #40534F;
  position: relative;
  padding: 1em;
}
.resourcemainitem span {
  padding-left: 25px;
  display: block;
}
.resourcemainitem i {
  width: 1em;
  height: 1em;
  fill: #40534F;
  display: inline-block;
  position: absolute;
  left: 1em;
  top: 20px;
}

.resourcesidemenu {
  width: 320px;
  align-self: flex-start;
}
.resourcesidemenu .resourcesidemenuwrapper {
  background: #EBEDE6;
  box-sizing: border-box;
  padding: 1em 1em 0 1em;
  max-height: 100vh;
  overflow-y: auto;
}
@media (max-width: 800px) {
  .resourcesidemenu {
    width: 240px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .resourcesidemenu {
    width: 100%;
  }
  .resourcesidemenu .resourcesidemenuwrapper {
    max-height: auto;
  }
}
.resourcesidemenu > .sidemenuitem:not(:last-child) {
  margin-bottom: 5px;
}
.resourcesidemenu .sidemenuitem.open > .sidemenutitle {
  font-weight: 700;
}
.resourcesidemenu .sidemenuitem.open > .sidemenutitle:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.resourcesidemenu .sidemenuitem.open > .sidemenusub {
  display: block;
}
.resourcesidemenu .sidemenuitem:last-child {
  margin-bottom: 1em;
}
.resourcesidemenu .sidemenutitle {
  position: relative;
  padding-left: 1.5em;
  display: block;
  color: #40534F;
  text-decoration: none;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  line-height: 1.2em;
  cursor: pointer;
}
.resourcesidemenu .sidemenutitle:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #344340;
  content: "";
  -webkit-transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.resourcesidemenu .sidemenusub {
  display: none;
  margin-left: 1em;
  border-left: 3px solid #D8DBCE;
  padding-left: 0.5em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.resourcesidemenu .sidemenusub:last-child {
  padding-bottom: 0;
}
.resourcesidemenu .sidemenucheckbox {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
}
.resourcesidemenu .sidemenucheckbox:last-child {
  margin-bottom: 0;
}
.resourcesidemenu .sidemenucheckbox input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 5px;
}
.resourcesidemenu .sidemenucheckbox input:checked + label:before {
  background: #40534F;
}
.resourcesidemenu .sidemenucheckbox label {
  display: block;
  padding-left: 1.75em;
  line-height: 1.2em;
}
.resourcesidemenu .sidemenucheckbox label:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #40534F;
  content: "";
  box-sizing: border-box;
}

.textpage h1 {
  font-family: "Source Serif Pro", Arial, Helvetica, sans-serif;
  color: #415831;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 1em;
  text-align: center;
}

.feed {
  background-color: #ebf5f9;
}
.feed .wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.feed .wrapper .subscribefeed {
  width: 60%;
}
.feed .wrapper .subscribefeed h2 {
  width: 40%;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 1.7em;
}
.feed .wrapper .subscribefeed input {
  border: none;
  padding: 13px;
  border-radius: 50px;
  width: 40%;
}
.feed .wrapper .subscribefeed input.submitbtn {
  background-color: #344340;
  color: #ffffff;
  width: auto;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.feed .wrapper .subscribefeed input.submitbtn:hover {
  background-color: #9fa585;
  cursor: pointer;
}
.feed .wrapper .twitter {
  background-color: #FAFAFA;
  width: 40%;
  padding: 50px;
  box-sizing: border-box;
}
.feed .wrapper .twitter .tweet {
  background-color: #D5DFDC;
  padding: 10px;
  display: flex;
  margin-bottom: 10px;
}
.feed .wrapper .twitter .tweet a {
  text-decoration: none;
  display: flex;
}
.feed .wrapper .twitter .tweet a:hover .textwrapper div svg {
  fill: #344340;
}
.feed .wrapper .twitter .tweet .imgwrapper {
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
  margin-right: 20px;
  display: inline-table;
}
.feed .wrapper .twitter .tweet .textwrapper div {
  display: flex;
}
.feed .wrapper .twitter .tweet .textwrapper div i {
  margin-right: 0.2em;
}
.feed .wrapper .twitter .tweet .textwrapper div svg {
  fill: #9fa585;
}
.feed .wrapper .twitter .tweet .textwrapper div p {
  margin: 0 1em 0 0;
}
@media (max-width: 1100px) {
  .feed .wrapper {
    flex-direction: column;
  }
  .feed .wrapper .twitter, .feed .wrapper .subscribefeed h2 {
    width: 100%;
    padding: 20px;
  }
}

.side-bubble__wrapper {
  position: relative;
  height: 190px;
  display: flex;
  align-items: center;
}
.side-bubble__wrapper--types {
  width: 100%;
}
.side-bubble__wrapper--types::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 50%;
  background-color: #F8E4CF;
  transform: translateX(-75%);
}
.side-bubble__wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 190px;
  border-radius: 50%;
  background-color: #F8E4CF;
  transform: translateX(-75%);
}
.side-bubble__wrapper__text {
  position: relative;
  font-size: 35px;
  color: #344340;
  margin-left: 20px;
  font-weight: bold;
}
.side-bubble__wrapper__text::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 45.5px;
  top: 0;
  left: 0;
  background-color: #40534F;
  transform: translateY(-800%);
  margin-right: 5px;
}

@media only screen and (max-width: 950px) {
  .side-bubble__wrapper {
    position: relative;
    height: 190px;
    display: flex;
    align-items: center;
  }
}
.slide-show__wrapper__header {
  display: flex;
  flex: 0 0 100%;
}
.slide-show__wrapper__header__title {
  color: #344340;
}
.slide-show__wrapper__header__buttons__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 20%;
  margin-left: auto;
  margin-right: 5%;
}
.slide-show__wrapper__header__buttons__wrapper__button {
  border: 1px solid #000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
}
.slide-show__wrapper__header__buttons__wrapper__button::after {
  content: " →";
  position: absolute;
  top: 19%;
  left: 25%;
}
.slide-show__wrapper__header__buttons__wrapper__button--left, .slide-show__wrapper__header__buttons__wrapper__button--prev {
  transform: rotate(180deg);
}
.slide-show__wrapper__header__buttons__wrapper__button--right, .slide-show__wrapper__header__buttons__wrapper__button--next {
  margin-left: 10px;
}

.main-content {
  box-sizing: border-box;
  background-color: #FFF;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.main-content--left {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
}
.main-content--left--types {
  flex-direction: row;
}
.main-content--solutions {
  width: 85%;
  margin-left: 7.5%;
  background-color: transparent;
}
.main-content__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 60%;
  flex: 0 0 100%;
}
.main-content__text-plain {
  color: #344340;
  margin-bottom: 3rem;
}
.main-content__text-title {
  margin-top: 15px;
  flex: 0 0 100%;
  font-weight: bolder;
}
.main-content__video__wrapper {
  margin: 1.5rem 0;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-content__video__wrapper__video {
  width: auto;
  height: 100%;
  aspect-ratio: 16/9;
}
.main-content__list__wrapper {
  margin-top: 50px;
  box-sizing: border-box;
  background-color: #F8E4CF;
  padding: 5% 10%;
}

.main-content-split {
  display: flex;
  justify-content: space-evenly;
  padding: 35px;
}
.main-content-split__right {
  flex: 0 0 25%;
}
.main-content-split__upcoming__wrapper {
  width: 100%;
  background-color: #F8E4CF;
  margin-top: 1rem;
  padding: 35px;
}
.main-content-split__upcoming__wrapper__call {
  color: #344340;
}

@media only screen and (max-width: 1100px) {
  .main-content-split__right {
    flex: 0 0 35%;
  }
}
@media only screen and (max-width: 820px) {
  .main-content-split__right {
    flex: 0 0 15%;
  }
}
@media only screen and (max-width: 680px) {
  .main-content-split {
    flex-direction: column;
  }
  .main-content-split--scholars {
    flex-direction: column-reverse;
  }
  .main-content-split__right {
    flex: 0 0 100%;
    display: flex;
    transform: translateY(0rem);
    justify-content: center;
    padding-right: 0%;
    flex-wrap: wrap;
  }
}
.video-booth__wrapper {
  max-width: 80%;
  min-height: 25rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  color: #344340;
  justify-content: space-around;
}
.video-booth__wrapper__header {
  flex: 0 0 30%;
  flex-wrap: wrap;
  justify-content: space-around;
}
.video-booth__wrapper__video__wrapper {
  width: 50%;
}
.video-booth__wrapper__video__wrapper__video {
  width: 100%;
  height: 100%;
  border: none;
  aspect-ratio: 16/9;
}

.photo-booth__wrapper {
  position: relative;
  width: 90%;
  max-width: 92rem;
  height: 30rem;
  margin-left: 5%;
}
.photo-booth__wrapper__text__wrapper {
  position: absolute;
  background-color: #F8E4CF;
  max-width: 45%;
  padding: 7rem;
  color: #344340;
  top: 0%;
  left: 5%;
}
.photo-booth__wrapper__text__wrapper__icon {
  height: 2rem;
  width: 2rem;
}
.photo-booth__wrapper__photo__wrapper {
  position: absolute;
  bottom: 0%;
  right: 5%;
  width: 30rem;
}
.photo-booth__wrapper__photo__wrapper__photo {
  width: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 1430px) {
  .photo-booth__wrapper__text__wrapper {
    max-width: 35%;
    left: 12%;
  }
  .photo-booth__wrapper__text__wrapper__photo__wrapper {
    right: 12%;
    width: 25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .photo-booth__wrapper__text__wrapper {
    max-width: 30%;
    left: 8%;
  }
  .photo-booth__wrapper__text__wrapper__photo__wrapper {
    right: 8%;
    width: 25rem;
  }
}
@media only screen and (max-width: 975px) {
  .photo-booth__wrapper__text__wrapper {
    max-width: 50%;
    padding: 2rem;
    left: 0%;
  }
}
@media only screen and (max-width: 900px) {
  .photo-booth__wrapper {
    width: 100%;
    margin-left: 0%;
  }
}
@media only screen and (max-width: 700px) {
  .photo-booth__wrapper {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
  .photo-booth__wrapper__text__wrapper {
    max-width: 100%;
    max-height: 100%;
    position: initial;
    padding: 5rem;
    margin: 0%;
  }
  .photo-booth__wrapper__photo__wrapper {
    z-index: -5;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
  }
  .photo-booth__wrapper__photo__wrapper__photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    object-fit: cover;
  }
}
.project__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 5rem;
}
.project__wrapper--types {
  width: 100%;
}

.call__wrapper {
  transform: translateY(-20%);
}
.call__wrapper__block {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 25px 25px;
}
.call__wrapper__block--green {
  background-color: rgba(131, 160, 152, 0.7);
  color: #FFF;
}
.call__wrapper__block--beige {
  background-color: #F8E4CF;
  color: #344340;
}
.call__wrapper__block__text-primary {
  margin-bottom: 1rem;
}
.call__wrapper__block__text-secondary {
  font-weight: bold;
  flex-basis: 100%;
}

@media only screen and (max-width: 1125px) {
  .call__wrapper__block {
    margin: 1rem 2rem;
    min-width: -moz-calc((100% / 3.5));
    min-width: -webkit-calc((100% / 3.5));
    min-width: -o-calc((100% / 3.5));
    min-width: calc((100% / 3.5));
  }
}
@media only screen and (max-width: 880px) {
  .call__wrapper {
    padding-top: 4rem;
  }
  .call__wrapper__block {
    margin-left: 10%;
    width: 80%;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .call__wrapper {
    margin: 0%;
    margin-top: 2rem;
  }
  .call__wrapper__block {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
  }
}
.drop-down-table__wrapper {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  height: 3rem;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all 0.5s;
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
}
.drop-down-table__wrapper--active {
  height: 100%;
}
.drop-down-table__wrapper__button {
  margin-left: auto;
  margin-right: 5%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 7rem;
  background-color: rgba(131, 160, 152, 0.5);
  color: #344340;
  border-color: transparent;
  font-weight: 700;
}
.drop-down-table__wrapper__button::after {
  content: " ‹";
  display: inline-block;
  transform: rotate(-90deg);
  font-size: xx-large;
}
.drop-down-table__wrapper__button--active::after {
  transform: rotate(90deg);
}
.drop-down-table__wrapper__table {
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  background-color: transparent;
  border-color: transparent;
}
.drop-down-table__wrapper__table__track:not(:last-child) {
  border-bottom: 1px solid rgba(52, 67, 64, 0.5);
}
.drop-down-table__wrapper__table__column {
  background-color: transparent !important;
  height: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem !important;
}
.drop-down-table__wrapper__table__column::after {
  content: " →";
  color: rgba(52, 67, 64, 0.4);
  font-size: xx-large;
  padding-left: 3rem;
}

.period__wrapper {
  background-color: #F8E4CF;
  width: 85%;
  color: #344340;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 25px 25px;
}
.period__wrapper .openinfo {
  width: 100%;
  border-right: solid 1px #83a098;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.period__wrapper .openinfo .title {
  font-weight: 700;
  text-align: center;
}
.period__wrapper .openinfo .date {
  text-align: center;
}
.period__wrapper .openinfo:last-of-type {
  border: none;
}
@media only screen and (max-width: 1100px) {
  .period__wrapper {
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 550px) {
  .period__wrapper {
    width: 100%;
    box-sizing: border-box;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .period__wrapper .openinfo {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #83a098;
  }
  .period__wrapper .openinfo .date {
    padding-bottom: 10px;
  }
  .period__wrapper .openinfo .title {
    padding-top: 10px;
  }
  .period__wrapper .openinfo:last-of-type {
    border-bottom: none;
  }
  .period__wrapper .openinfo:last-of-type .date {
    padding-bottom: 0;
  }
  .period__wrapper .openinfo:first-of-type .title {
    padding-top: 0;
  }
}

.link__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0rem;
}
.link__wrapper--arrow {
  justify-content: flex-end;
}
.link__wrapper__link {
  text-decoration: underline;
  color: #344340;
}
.link__wrapper__link--arrow {
  margin-right: 3rem;
}
.link__wrapper__link--arrow::after {
  content: " →";
  color: rgba(52, 67, 64, 0.4);
  display: inline-block;
  font-size: xx-large;
  margin-left: 1rem;
}

.video__wrapper {
  margin-bottom: 1rem;
}
.video__wrapper__video {
  width: 100%;
  height: 100%;
  border: none;
  aspect-ratio: 16/9;
}

@media only screen and (max-width: 680px) {
  .video__wrapper {
    height: 100%;
    margin: 1rem 0rem;
  }
}
.text__wrapper {
  background-color: #83a098;
  color: #FFF;
  padding: 50px;
}
.text__wrapper:first-child {
  position: relative;
}
.text__wrapper:first-child::after {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 10%;
  background-color: #FFF;
  width: 80%;
  height: 1px;
}

.calltypepage {
  display: flex;
  flex-wrap: wrap;
  padding: unset;
}
@media only screen and (max-width: 1200px) {
  .calltypepage {
    flex-direction: column;
  }
  .calltypepage .typecalls {
    width: 100%;
  }
}
.calltypepage.center {
  justify-content: center;
}
.calltypepage.center .infoblokken {
  min-height: unset;
}
.calltypepage .typecalls .wrapper .paragraaf .textcol {
  width: 100%;
  max-width: 750px;
}

.infopage {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.infopage:before {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background: #E9EEEC;
  position: absolute;
  top: 0;
  z-index: -11;
}
.infopage .infoblockken {
  padding: 50px;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  min-height: unset;
}
.infopage .newsparagraaf .shareicons {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-around;
}
.infopage .newsparagraaf .shareicons p {
  font-size: 14px;
  font-weight: bold;
}
.infopage .newsparagraaf .shareicons a {
  color: #344340;
  fill: #83a098;
  display: inline-block;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  padding: 1em;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.infopage .newsparagraaf .shareicons a:hover {
  fill: #344340;
}

.typecalls, .masterclasses {
  width: 70%;
  margin-bottom: 50px;
}
.typecalls .paragraaf .textcol:before, .masterclasses .paragraaf .textcol:before {
  background: #F8E4CF;
}
.typecalls .paragraaf .bigtitle, .typecalls .paragraaf .regions h2, .regions .typecalls .paragraaf h2, .masterclasses .paragraaf .bigtitle, .masterclasses .paragraaf .regions h2, .regions .masterclasses .paragraaf h2 {
  font-size: 2em;
}
.typecalls .wrapper .typecallswrap, .masterclasses .wrapper .typecallswrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 25px 25px;
}
@media only screen and (max-width: 800px) {
  .typecalls .wrapper .typecallswrap, .masterclasses .wrapper .typecallswrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.typecalls .wrapper .typecallswrap .call, .masterclasses .wrapper .typecallswrap .call {
  padding: 30px;
  background: #83a098;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.typecalls .wrapper .typecallswrap .call:hover, .masterclasses .wrapper .typecallswrap .call:hover {
  background: rgba(131, 160, 152, 0.85);
}
.typecalls .wrapper .typecallswrap .call .description, .masterclasses .wrapper .typecallswrap .call .description {
  padding-bottom: 10px;
}
.typecalls .wrapper .typecallswrap .call .date, .masterclasses .wrapper .typecallswrap .call .date {
  font-weight: 700;
}
.typecalls.three, .masterclasses.three {
  width: 100%;
}
.typecalls.three .wrapper .typecallswrap, .masterclasses.three .wrapper .typecallswrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 25px 25px;
}
@media only screen and (max-width: 1200px) {
  .typecalls.three .wrapper .typecallswrap, .masterclasses.three .wrapper .typecallswrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 800px) {
  .typecalls.three .wrapper .typecallswrap, .masterclasses.three .wrapper .typecallswrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.calltype {
  background: #F8E4CF;
  display: flex;
  flex-direction: column;
}
.calltype .imgwrapper {
  height: 120px;
  width: 100%;
  background: no-repeat center center/cover;
}
.calltype .textwrapper {
  padding: 35px;
}
.calltype .textwrapper .title {
  padding-bottom: 10px;
  font-weight: 800;
  font-size: 1.2em;
}
.calltype .textwrapper .description {
  padding-bottom: 10px;
}
.calltype .textwrapper .link {
  color: #344340;
}
.calltype .textwrapper .link:hover {
  opacity: 0.8;
  font-weight: 700;
}
.calltype .textwrapper .opencallslink, .calltype .textwrapper .calltoactionbanner .btn, .calltoactionbanner .calltype .textwrapper .btn {
  background: #344340;
  display: flex;
  width: fit-content;
  margin-left: auto;
}
.calltype .textwrapper .opencallslink:before, .calltype .textwrapper .calltoactionbanner .btn:before, .calltoactionbanner .calltype .textwrapper .btn:before {
  content: "";
  background-color: #FFF;
  -webkit-mask-image: url("../pictures/mic.svg");
  mask-image: url("../pictures/mic.svg");
  margin-right: 10px;
}
@media only screen and (max-width: 2500px) {
  .calltype .textwrapper .opencallslink:before, .calltype .textwrapper .calltoactionbanner .btn:before, .calltoactionbanner .calltype .textwrapper .btn:before {
    width: 26px;
  }
}
@media only screen and (max-width: 1600px) {
  .calltype .textwrapper .opencallslink:before, .calltype .textwrapper .calltoactionbanner .btn:before, .calltoactionbanner .calltype .textwrapper .btn:before {
    width: 1.71875vw;
  }
}
@media only screen and (max-width: 1000px) {
  .calltype .textwrapper .opencallslink:before, .calltype .textwrapper .calltoactionbanner .btn:before, .calltoactionbanner .calltype .textwrapper .btn:before {
    width: 22px;
  }
}
@media only screen and (max-width: 785px) {
  .calltype .textwrapper .opencallslink:before, .calltype .textwrapper .calltoactionbanner .btn:before, .calltoactionbanner .calltype .textwrapper .btn:before {
    width: 20px;
  }
}
.calltype .textwrapper .opencallslink.inactive, .calltype .textwrapper .calltoactionbanner .inactive.btn, .calltoactionbanner .calltype .textwrapper .inactive.btn {
  opacity: 0.3;
  pointer-events: none;
  color: #344340;
  background: #83a098;
}
.calltype .textwrapper .opencallslink.inactive:before, .calltype .textwrapper .calltoactionbanner .inactive.btn:before, .calltoactionbanner .calltype .textwrapper .inactive.btn:before {
  background-color: #344340;
}
.calltype.green {
  background: #83a098;
}
.calltype.green .imgwrapper {
  height: 200px;
}
.calltype.green .textwrapper {
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.calltype.green .textwrapper .title, .calltype.green .textwrapper .description {
  width: 100%;
}
.calltype.green .textwrapper .link {
  color: #FFF;
}

.swiper-wrapper .calltype {
  margin-right: 25px;
}

.sidebar {
  width: 30%;
  padding: 55px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 350px;
}
.sidebar .newsparagraaf .shareicons {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-around;
}
.sidebar .newsparagraaf .shareicons p {
  font-size: 14px;
  font-weight: bold;
}
.sidebar .newsparagraaf .shareicons a {
  color: #344340;
  fill: #83a098;
  display: inline-block;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  padding: 1em;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.sidebar .newsparagraaf .shareicons a:hover {
  fill: #344340;
}
.sidebar .overviewcalls {
  padding: 35px;
  background-color: #83a098;
}
.sidebar .overviewcalls .opencallslink, .sidebar .overviewcalls .calltoactionbanner .btn, .calltoactionbanner .sidebar .overviewcalls .btn {
  background-color: #FFF;
  color: #344340;
  font-weight: unset;
  text-transform: unset;
}
.sidebar .overviewcalls .opencallslink:hover, .sidebar .overviewcalls .calltoactionbanner .btn:hover, .calltoactionbanner .sidebar .overviewcalls .btn:hover {
  background: #40534F;
  color: #FFF;
}
.sidebar .overviewcalls h2 {
  font-size: 1.8em;
  font-weight: 700;
  color: #FFF;
}
.sidebar .overviewcalls .opencall {
  padding-bottom: 30px;
  padding-top: 30px;
}
.sidebar .overviewcalls .opencall .description, .sidebar .overviewcalls .opencall .date {
  color: #FFF;
  text-decoration: none;
}
.sidebar .overviewcalls .opencall .description:hover {
  font-style: italic;
}
.sidebar .overviewcalls .opencall .date {
  font-weight: 700;
}
.sidebar .overviewcalls .opencall:last-of-type {
  border-top: solid 1px #FFF;
}
.sidebar .overviewcalls.upcoming {
  margin-top: 35px;
  background-color: #F8E4CF;
}
.sidebar .overviewcalls.upcoming h2, .sidebar .overviewcalls.upcoming .description, .sidebar .overviewcalls.upcoming .date {
  color: #344340;
}
.sidebar .overviewcalls.upcoming .opencallslink, .sidebar .overviewcalls.upcoming .calltoactionbanner .btn, .calltoactionbanner .sidebar .overviewcalls.upcoming .btn {
  background-color: #83a098;
  color: #FFF;
}
.sidebar .overviewcalls.upcoming .opencallslink:hover, .sidebar .overviewcalls.upcoming .calltoactionbanner .btn:hover, .calltoactionbanner .sidebar .overviewcalls.upcoming .btn:hover {
  background: #40534F;
}
.sidebar .overviewcalls.upcoming .opencall {
  border: none;
}
.sidebar .videowrapper {
  margin-bottom: 35px;
}
.sidebar .videowrapper iframe {
  width: auto;
  height: 100%;
  aspect-ratio: 16/9;
  border: none;
}
@media only screen and (max-width: 1200px) {
  .sidebar {
    width: 100%;
    padding: 40px;
    position: relative;
    top: unset;
  }
}

.ctablock .wrapper {
  background-color: #83a098;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ctablock .wrapper h2 {
  font-size: 2em;
  font-weight: 700;
  padding-bottom: 25px;
  color: #FFF;
}
.ctablock .wrapper .text {
  color: #FFF;
  max-width: 700px;
}

.infoblokken {
  width: 70%;
  min-height: 600px;
}
.infoblokken .infoblok {
  width: 100%;
  padding-bottom: 25px;
}
.infoblokken .infoblok .title {
  color: #344340;
  background-color: rgba(248, 228, 207, 0.8);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  font-weight: 700;
  font-size: 1.6em;
}
.infoblokken .infoblok .title:after {
  content: " ‹";
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 40px;
  margin-right: 10px;
}
.infoblokken .infoblok .title.active {
  background-color: #F8E4CF;
}
.infoblokken .infoblok .title.active:after {
  transform: rotate(90deg);
}
.infoblokken .infoblok .info {
  padding: 5px 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.infoblokken .infoblok .info .text h2 {
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.infoblokken .infoblok .info .text ul {
  padding: 55px;
  background-color: #F8E4CF;
  margin: 15px 0;
}
.infoblokken .infoblok .info .imgwrapper, .infoblokken .infoblok .info .videowrapper, .infoblokken .infoblok .info .text, .infoblokken .infoblok .info .opencallslink, .infoblokken .infoblok .info .calltoactionbanner .btn, .calltoactionbanner .infoblokken .infoblok .info .btn {
  margin: 15px 0;
}
.infoblokken .infoblok .info .opencallslink, .infoblokken .infoblok .info .calltoactionbanner .btn, .calltoactionbanner .infoblokken .infoblok .info .btn {
  text-transform: unset;
}
.infoblokken .infoblok.closed .title {
  background-color: rgba(131, 160, 152, 0.3);
}
.infoblokken .infoblok.closed .title:after {
  transform: rotate(90deg);
}
.infoblokken .infoblok.closed .info {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .infoblokken {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .infoblokken {
    padding-left: 0;
    padding-right: 0;
  }
}

.masterclasses, .ongoingcalls {
  width: 100%;
}
.masterclasses .wrapper, .ongoingcalls .wrapper {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .masterclasses .wrapper, .ongoingcalls .wrapper {
    flex-direction: column;
  }
}
.masterclasses .wrapper .paragraaf, .ongoingcalls .wrapper .paragraaf {
  margin-right: 50px;
  margin-bottom: 0;
}
.masterclasses .wrapper .paragraaf .textcol, .ongoingcalls .wrapper .paragraaf .textcol {
  width: 100%;
}

.slideshow-swiper {
  width: 60%;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  margin-bottom: 0;
}
.slideshow-swiper .slidenav {
  background: #D8DBCE;
  padding: 25px;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.slideshow-swiper .slidenav .swiper-button-prev, .slideshow-swiper .slidenav .swiper-button-next {
  border: 1px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  margin-bottom: 0;
  background-image: unset;
}
.slideshow-swiper .slidenav .swiper-button-prev:after, .slideshow-swiper .slidenav .swiper-button-next:after {
  content: " →";
  position: absolute;
  top: 4%;
  left: 25%;
}
.slideshow-swiper .slidenav .swiper-button-prev {
  transform: rotate(180deg);
  margin-right: 35px;
}
.slideshow-swiper .slidenav h3 {
  font-size: 1.6em;
  font-weight: 700;
}
.slideshow-swiper .slideswiper {
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate(0, -10%);
  -moz-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  -o-transform: translate(0, -10%);
  transform: translate(0, -10%);
}
.slideshow-swiper .slideswiper .swiper-wrapper {
  padding-left: 20px;
  width: 100%;
  display: flex;
}
.slideshow-swiper .slideswiper .swiper-wrapper .swiper-slide {
  width: 100%;
  box-sizing: border-box;
}
.slideshow-swiper .slideswiper .swiper-wrapper .swiper-slide .imgwrapper {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background: no-repeat center center/cover;
}
.slideshow-swiper .slideswiper .swiper-wrapper .swiper-slide .textwrapper {
  background-color: #83a098;
  color: #FFF;
  padding: 20px;
  min-height: 165px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
.slideshow-swiper .slideswiper .swiper-wrapper .swiper-slide .textwrapper h2 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}
.slideshow-swiper .slideswiper .swiper-wrapper .swiper-slide .textwrapper .link {
  margin-top: 10px;
  color: #FFF;
  font-weight: 700;
}
.slideshow-swiper .slideswiper .swiper-wrapper .swiper-slide .videowrapper {
  margin: 0;
}
.slideshow-swiper .slideswiper .swiper-wrapper .swiper-slide.calltype {
  background: #F8E4CF;
  display: flex;
  flex-direction: column;
}
.slideshow-swiper .slideswiper .swiper-wrapper .swiper-slide.calltype .textwrapper {
  padding: 35px;
  background: #F8E4CF;
  color: #40534F;
  align-items: unset;
}
.slideshow-swiper .slideswiper .swiper-wrapper .swiper-slide.calltype .textwrapper .link {
  color: #40534F;
}

.ongoingcalls {
  margin-bottom: 100px;
}
.ongoingcalls .paragraaf {
  z-index: -5;
  margin-bottom: 25px;
}
.ongoingcalls .paragraaf .textcol:before {
  background: #F8E4CF;
}
.ongoingcalls .paragraaf .bigtitle, .ongoingcalls .paragraaf .regions h2, .regions .ongoingcalls .paragraaf h2 {
  font-size: 2em;
}

.callwrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 25px 25px;
}
.callwrapper .call {
  padding: 30px;
  background: #83a098;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.callwrapper .call:hover {
  background: rgba(131, 160, 152, 0.85);
}
.callwrapper .call .description {
  padding-bottom: 10px;
}
.callwrapper .call .date {
  font-weight: 700;
}
.callwrapper.yellow .call {
  background: #F8E4CF;
  color: #344340;
}
@media only screen and (max-width: 1200px) {
  .callwrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 800px) {
  .callwrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.callongoing {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.callongoing .wrapper {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.callongoing .wrapper .textwrapper {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.callongoing .wrapper .yellow {
  background: #F8E4CF;
  color: #40534F;
  font-size: 1.4em;
}
.callongoing .wrapper .yellow:hover {
  background: #83a098;
  color: #FFF;
}
.callongoing .infoblokken {
  width: 100%;
  padding: unset;
  min-height: unset;
}
.callongoing .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .callongoing .wrapper {
    width: 100%;
    padding: 0;
  }
}

.types {
  display: flex;
}
.types .paragraaf {
  width: 30%;
}
.types .paragraaf .textcol {
  width: 100%;
}
.types .slideshows {
  width: 70%;
}
.types .slideshows .slideshow-swiper {
  width: 100%;
}
.types .slideshows .slideshow-swiper .slidenav {
  justify-content: space-between;
}
.types .slideshows .slideshow-swiper .slidenav .wrapnav {
  width: 100px;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .types {
    flex-direction: column;
  }
  .types .paragraaf {
    width: 100%;
  }
  .types .slideshows {
    width: 100%;
  }
}

.callwrap .jaar {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.callwrap .jaar .lastcalls {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.callwrap .jaar .lastcalls .last {
  padding: 15px;
  border-bottom: solid 1px #40534F;
}
.callwrap .jaar .lastcalls .last:last-of-type {
  border: none;
}
.callwrap .jaar .opencallslink, .callwrap .jaar .calltoactionbanner .btn, .calltoactionbanner .callwrap .jaar .btn {
  padding: 1em 2em;
  display: flex;
}
.callwrap .jaar .opencallslink:after, .callwrap .jaar .calltoactionbanner .btn:after, .calltoactionbanner .callwrap .jaar .btn:after {
  content: " ‹ ";
  display: inline-block;
  transform: rotate(-90deg);
  font-size: x-large;
}
.callwrap .jaar.closed .opencallslink, .callwrap .jaar.closed .calltoactionbanner .btn, .calltoactionbanner .callwrap .jaar.closed .btn {
  background: #F8E4CF;
}
.callwrap .jaar.closed .lastcalls {
  display: none;
}

.tekstvideo {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 200px;
}
@media only screen and (min-width: 900px) {
  .tekstvideo {
    padding-right: 0;
  }
}
.tekstvideo .wrapper {
  width: 100%;
  min-height: 350px;
  background: #E9EEEC;
  position: relative;
}
@media only screen and (max-width: 1350px) {
  .tekstvideo .wrapper {
    min-height: 26.0416666667vw;
  }
}
.tekstvideo .wrapper .textwrapper {
  width: 25%;
  padding: 35px;
  box-sizing: border-box;
}
.tekstvideo .wrapper .textwrapper h2 {
  font-size: 1.4em;
  color: #40534F;
  font-weight: 700;
}
.tekstvideo .wrapper .textwrapper .description {
  color: #40534F;
}
.tekstvideo .wrapper .videowrapper {
  width: auto;
  min-width: 800px;
  aspect-ratio: 16/9;
  position: absolute;
  margin: 0;
  top: 20%;
  right: 10%;
}
@media only screen and (max-width: 1350px) {
  .tekstvideo .wrapper .videowrapper {
    min-width: 52.0833333333vw;
    top: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .tekstvideo .wrapper {
    min-height: unset;
  }
  .tekstvideo .wrapper .textwrapper, .tekstvideo .wrapper .videowrapper {
    width: 100%;
  }
  .tekstvideo .wrapper .videowrapper {
    position: relative;
    top: 0;
    right: 0;
  }
}

.ongoingcalls {
  padding: 0;
}

/*# sourceMappingURL=style.css.map */
