.before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: unset !important;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'calibriregular', sans-serif;
  font-size: 20px;
  line-height: 1.8em;
  color: #000;
  font-variant-numeric: lining-nums;
  background-color: #fff;
}
body.txt-md {
  font-size: 22px;
  line-height: 1.7em;
}
body.txt-lg {
  font-size: 24px;
  line-height: 1.6em;
}
@media (max-width: 1400px) {
  body {
    font-size: 19px;
    line-height: 1.8em;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 1.8em;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 17px;
    line-height: 1.7em;
  }
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1480px;
  }
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #183D70;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #183D70;
  text-decoration: none;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
.bold {
  font-weight: bold;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.debug .container {
  background: rgba(75, 125, 88, 0.2);
}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 .h0a,
.h1a,
.h2a,
.h3a,
.h4a,
.h5a,
.small-title {
  font-family: 'calibriregular', sans-serif;
  line-height: 1.1em;
  font-weight: normal;
  color: #183D70;
}
h1 .line,
h2 .line,
h3 .line,
h4 .line,
h5 .line,
.h0 .line,
.h1 .line,
.h2 .line,
.h3 .line,
.h4 .line,
.h5 .h0a .line,
.h1a .line,
.h2a .line,
.h3a .line,
.h4a .line,
.h5a .line,
.small-title .line {
  display: block;
}
.small-title {
  font-size: 30px;
}
.h0 {
  font-size: 120px;
  line-height: 1em;
}
.h0a {
  font-size: 150px;
}
h1,
.h1 {
  font-size: 90px;
}
.h1a {
  font-size: 110px;
}
h2,
.h2 {
  font-size: 50px;
}
.h2a {
  font-size: 80px;
}
h3,
.h3 {
  font-size: 36px;
}
h4,
.h4 {
  font-size: 28px;
}
.h4a {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 20px;
}
@media (max-width: 1400px) {
  h1,
  .h1 {
    font-size: 80px;
  }
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 76px;
  }
  h2,
  .h2 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 70px;
  }
  h2,
  .h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 60px;
  }
  h2,
  .h2 {
    font-size: 34px;
  }
}
@media (max-width: 520px) {
  h1,
  .h1 {
    font-size: 56px;
  }
  .small-title {
    font-size: 26px;
  }
}
.f1 {
  font-family: 'calibriregular', sans-serif;
}
.f2 {
  font-family: 'calibriregular', sans-serif;
}
.f3 {
  font-family: 'calibriregular', sans-serif;
}
.f4 {
  font-family: 'calibribold', sans-serif;
}
.f5 {
  font-family: 'calibrilight', sans-serif;
}
.fs-40 {
  font-size: 40px;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 60px;
}
.fs-70 {
  font-size: 70px;
}
.t-black {
  color: #000;
}
.t-white {
  color: #fff;
}
.t-dark {
  color: #222221;
}
.t-blue {
  color: #183D70;
}
.t-purple {
  color: #FB3099;
}
.t-grey {
  color: #7D7D7C;
}
.t-bold {
  font-weight: bold;
}
.t-italic {
  font-style: italic;
}
.t-max-width-5 {
  max-width: 500px;
}
.t-max-width-6 {
  max-width: 600px;
}
.t-max-width-7 {
  max-width: 700px;
}
.t-max-width-8 {
  max-width: 800px;
}
.t-block {
  display: block !important;
}
.t-col-2 {
  columns: 2;
  column-gap: 80px;
}
.article-output h1,
.article-output h2,
.article-output h3,
.article-output h4 {
  margin-bottom: 15px;
}
.article-output h1 {
  font-size: 60px;
}
.article-output h2 {
  font-size: 40px;
}
.article-output h3 {
  font-size: 30px;
}
.article-output h4 {
  font-size: 24px;
}
.article-output p {
  margin-bottom: 40px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output a {
  color: #FB3099;
}
.article-output a:hover {
  opacity: 0.7;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 30px;
}
.article-output ul li {
  margin-left: 30px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 30px;
}
.article-output ol li {
  margin-left: 30px;
  list-style: decimal;
}
.article-output table {
  width: 100%;
  max-width: 1001px;
  margin-bottom: 30px;
}
.article-output table tbody th {
  background: #222221;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody th:last-child {
  width: auto;
}
.article-output table tbody td {
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody td:last-child {
  width: auto;
}
.article-output table tbody tr {
  background: #f8f8f8;
}
.article-output table tbody tr:nth-child(odd) {
  background: #eee;
}
.article-output table.large-table {
  width: 100%;
  max-width: 1600px;
}
.article-output table.large-table tbody th,
.article-output table.large-table tbody td {
  white-space: normal;
}
.article-output .scrollpointer {
  display: none;
}
@media (max-width: 991px) {
  .article-output .table-scroll-container {
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  .article-output .table-scroll-container table {
    width: 1000px;
    margin-bottom: 0 !important;
  }
  .article-output .scrollpointer {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #222221;
    background: #ccc;
    line-height: 30px;
  }
}
@media (max-width: 776px) {
  .article-output .table-scroll-container table {
    width: 1000px;
  }
}
.article-actions {
  margin-top: 30px;
}
.site-wrapper {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 150px;
}
.tpl-home .mod-breadcrumbs {
  display: none;
}
.comp-logo {
  display: block;
  width: 140px;
  height: 110px;
  background: url(../img/eilandzorg-logo.svg);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.page-spacer {
  display: block;
  height: 300px;
  background-color: mediumpurple;
}
.spacer {
  height: 160px;
}
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.site-header .inner {
  position: relative;
  height: 150px;
  transition: all 0.3s ease-in-out;
}
.site-header .inner .comp-logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  pointer-events: auto;
}
.site-header .main-nav {
  position: absolute;
  top: 61%;
  left: 240px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.site-header .main-nav li {
  float: left;
  margin-right: 40px;
}
.site-header .main-nav a {
  display: block;
  font-size: 26px;
  pointer-events: auto;
}
.site-header .main-nav a i {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.site-header .main-nav a i:before {
  margin: 0;
}
.site-header .main-nav a.active {
  color: #FB3099;
}
.site-header .main-nav a.active i {
  transform: rotate(90deg);
}
.site-header .utils {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: auto;
}
.site-header .utils .box {
  float: left;
  margin-left: 20px;
}
.site-header .nav-toggle {
  display: none;
  position: relative;
  margin-left: 30px;
  cursor: pointer;
}
.site-header .nav-toggle .text {
  display: block;
  line-height: 45px;
  background-color: #183D70;
  color: #fff;
  padding-right: 70px;
  padding-left: 24px;
  border-radius: 40px;
}
.site-header .c-textsizer {
  margin-top: 2px;
  margin-left: 30px;
  alignment-baseline: bottom;
}
.site-header .c-textsizer a {
  display: inline-block;
  margin-left: 4px;
  color: #183D70;
  line-height: 44px;
}
.site-header .c-textsizer a.txt-sm {
  font-size: 20px;
}
.site-header .c-textsizer a.txt-md {
  font-size: 24px;
}
.site-header .c-textsizer a.txt-lg {
  font-size: 28px;
}
.site-header .c-textsizer a.active {
  color: #FB3099;
}
.scrolled .site-header {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding-top: 0;
}
.scrolled .site-header .inner {
  height: 100px;
}
.scrolled .site-header .comp-logo {
  height: 80px;
}
.scrolled .site-header .main-nav {
  top: 58%;
}
.shownav .site-header {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  padding-top: 0;
}
.shownav .site-header .inner {
  height: 100px;
}
.shownav .site-header .inner .comp-logo {
  height: 80px;
  opacity: 1;
  top: 10px;
  transform: translateY(0);
}
.shownav .site-header .inner .primary-menu {
  opacity: 0;
  transform: translateY(-150px);
}
@media (max-width: 1399px) {
  .spacer {
    height: 140px;
  }
}
@media (max-width: 1199px) {
  .spacer {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .spacer {
    height: 100px;
  }
  .site-header .container {
    max-width: unset;
  }
}
@media (max-width: 860px) {
  .site-wrapper {
    padding-top: 90px;
  }
  .site-header {
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding-top: 0;
  }
  .site-header .inner {
    height: 90px;
  }
  .site-header .comp-logo {
    height: 75px;
    top: 50% !important;
    transform: translateY(-50%);
  }
  .site-header .main-nav {
    display: none;
  }
  .site-header .c-textsizer {
    display: none;
  }
  .site-header .nav-toggle {
    display: block;
  }
  .scrolled .site-header,
  .shownav .site-header {
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding-top: 0;
  }
  .scrolled .site-header .inner,
  .shownav .site-header .inner {
    height: 90px;
  }
  .scrolled .site-header .inner .comp-logo,
  .shownav .site-header .inner .comp-logo {
    height: 75px !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (max-width: 590px) {
  .site-header .c-search {
    display: none;
  }
}
.site-footer {
  position: relative;
  padding: 80px 0 120px;
  background-color: #183D70;
  margin-top: 250px;
}
.site-footer:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -250px;
  left: 0;
  background-image: url(../img/svg/bg-footer.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 2500px auto;
  opacity: 1;
}
.site-footer .container {
  position: relative;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #FB3099;
}
.site-footer .col-a .tagline span {
  display: block;
}
.site-footer .col-b .address {
  margin: 0 0 10px;
  line-height: 1.2em;
}
.site-footer .col-b .actions {
  margin-bottom: 20px;
}
.site-footer .col-b .actions a {
  display: inline-block;
}
.site-footer .col-b .info {
  opacity: 0.7;
  line-height: 1.3em;
}
.site-footer .title {
  font-size: 30px;
  margin-bottom: 20px;
}
.site-footer .socials {
  overflow: hidden;
}
.site-footer .socials a {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FB3099;
  margin: 0 10px 10px 0;
  font-size: 26px;
  color: #fff;
  position: relative;
}
.site-footer .socials a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .site-footer {
    padding: 40px 0 40px;
    margin-top: 165px;
  }
  .site-footer:before {
    top: -165px;
    background-size: 1700px auto;
  }
  .site-footer .col-a {
    width: 50%;
  }
  .site-footer .col-b {
    width: 50%;
  }
  .site-footer .col-c {
    display: none;
    width: 33.3334%;
  }
  .site-footer .col-d {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 40px 0 40px;
    margin-top: 150px;
  }
  .site-footer:before {
    top: -150px;
    background-size: 1500px auto;
  }
  .site-footer .col-a {
    width: 100%;
    margin-bottom: 30px;
  }
  .site-footer .col-a .tagline span {
    display: inline-block;
  }
  .site-footer .col-b {
    width: 50%;
  }
  .site-footer .col-c {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .site-footer .col-b {
    width: 100%;
    margin-bottom: 40px;
  }
  .site-footer .col-c {
    width: 100%;
  }
}
.site-credits .inner {
  padding: 20px 0;
  font-size: 85%;
  overflow: hidden;
}
.site-credits .legals {
  float: left;
  padding-top: 10px;
}
.site-credits .back-to-top {
  color: #FB3099;
}
.site-credits .logos {
  float: right;
}
.site-credits .logos img {
  height: 60px;
  object-fit: contain;
  margin-left: 30px;
}
.site-credits .logos img.logo-zknl {
  width: 110px;
}
.site-credits .logos img.logo-actiz {
  width: 100px;
}
@media (max-width: 1200px) {
  .site-credits .legals {
    float: none;
    text-align: center;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .site-credits .logos {
    float: none;
    text-align: center;
  }
  .site-credits .logos img {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 500px) {
  .site-credits .logos img {
    margin-left: 12px;
    margin-right: 12px;
    height: 50px;
  }
  .site-credits .logos img.logo-zknl {
    width: 100px;
  }
  .site-credits .logos img.logo-actiz {
    width: 90px;
  }
}
.is-blurred .main-content,
.is-blurred .site-footer,
.is-blurred .site-credits {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-icon {
  display: block;
  width: 24px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.nav-icon:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #FB3099;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav-icon .before,
.nav-icon .after,
.nav-icon .middle {
  background-color: #fff;
  content: '';
  display: block;
  position: relative;
  height: 2px;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.i-white .before,
.nav-icon.i-white .after,
.nav-icon.i-white div {
  background-color: #fff;
}
.shownav .nav-icon {
  transform: translate(-50%, -50%) scale(0.7);
}
.shownav .nav-icon .before,
.shownav .nav-icon .after,
.shownav .nav-icon div {
  left: 0;
}
.shownav .nav-icon .before {
  transform: translateY(7px) rotate(135deg);
  -moz-transform: translateY(7px) rotate(135deg);
  -webkit-transform: translateY(7px) rotate(135deg);
}
.shownav .nav-icon .after {
  transform: translateY(-7px) rotate(-135deg);
  -moz-transform: translateY(-7px) rotate(-135deg);
  -webkit-transform: translateY(-7px) rotate(-135deg);
}
.shownav .nav-icon .middle {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.menu-layer {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 800;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
  background-color: #fff;
  padding-top: 180px;
  padding-bottom: 60px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.menu-layer .container {
  position: relative;
}
.menu-layer .inner-panel {
  min-height: 100px;
  position: relative;
}
.menu-layer .close-menu {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 100;
}
.menu-layer .close-menu i {
  font-size: 12px;
}
.menu-layer .mainnav ul ul {
  display: none;
}
.menu-layer .mainnav a:hover {
  color: #FB3099;
}
.menu-layer .menu-text {
  display: none;
}
.menu-layer .menu-text.show {
  display: block;
}
.menu-layer .box-b {
  padding-left: 240px;
}
.menu-layer .box-c {
  position: relative;
}
.menu-layer .box-c .content {
  max-width: 190px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.menu-layer .box-c .link {
  color: #FB3099;
}
.menu-layer .box-c .tagline {
  font-size: 85%;
  line-height: 1.4em;
  color: #183D70;
}
.menu-layer .full-menu {
  display: none;
}
.menu-layer .mobile-subnav ul {
  display: none;
}
.menu-layer .mobile-subnav a {
  display: block;
  font-size: 22px;
  line-height: 1.8em;
}
.menu-layer .mobile-subnav a:hover {
  color: #FB3099;
}
.menu-layer .mobile-subnav li.active a {
  color: #FB3099;
}
@media (max-width: 991px) {
  .menu-layer .container {
    max-width: unset;
  }
}
@media (max-width: 860px) {
  .menu-layer {
    height: 100%;
    padding-top: 90px;
  }
  .menu-layer .col-a {
    width: 100%;
  }
  .menu-layer .col-b {
    width: 100%;
  }
  .menu-layer .col-b .box {
    padding: 30px 0 10px;
  }
  .menu-layer .col-c {
    width: 100%;
  }
  .menu-layer .col-c .content {
    position: static;
  }
  .menu-layer .mobile-subnav {
    display: none;
  }
  .menu-layer .full-menu {
    display: block;
  }
  .menu-layer .mainnav > li {
    display: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .menu-layer .mainnav > li > a {
    font-size: 24px;
  }
  .menu-layer .mainnav > li ul {
    padding-left: 15px;
  }
  .menu-layer .mainnav > li li a {
    font-size: 18px;
  }
  .menu-layer .mainnav li.item-103,
  .menu-layer .mainnav li.item-322,
  .menu-layer .mainnav li.item-104 {
    display: block;
  }
}
.close-menu-layer {
  display: none;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}
.shownav .menu-layer {
  left: 0;
}
.shownav .close-menu-layer {
  display: block;
  pointer-events: auto;
}
/* ==========================================================================
	UTILITIES
   ========================================================================== */
.noclick {
  cursor: default;
}
.no-scroll {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .no-scroll {
    overflow: inherit;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.text-columns-2 {
  column-count: 2;
  column-gap: 30px;
}
.d-block {
  display: block;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-25%);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up {
  0% {
    transform: translate(0px);
  }
  33% {
    transform: translate(-15px, -40px);
  }
  66% {
    transform: translate(15px, -60px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes float-down {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, 40px);
  }
  66% {
    transform: translate(-15px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button,
form button {
  display: inline-block;
  font-size: 22px;
  white-space: nowrap;
  color: #000;
}
a.button.t-black,
form button.t-black {
  color: #000;
}
a.button.b-black,
form button.b-black {
  border-color: #000;
}
a.button.t-wrap,
form button.t-wrap {
  white-space: normal;
}
a.btn-clean {
  color: #FB3099;
}
a.button,
.c-link {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #FB3099;
  border-radius: 30px;
  color: #fff;
  padding-right: 40px;
  position: relative;
}
a.button .text,
.c-link .text {
  display: block;
  position: relative;
  padding: 0 20px 0 20px;
}
a.button .arrow,
.c-link .arrow {
  display: block;
  width: 40px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 10px;
}
a.button:hover,
.c-link:hover {
  color: #fff;
}
.c-goto {
  display: inline-block;
  font-size: 26px;
  color: #000;
}
.c-goto i {
  font-size: 70%;
}
@media (max-width: 767px) {
  a.button,
  .c-link {
    height: 46px;
    line-height: 44px;
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  a.button,
  .c-link {
    height: 44px;
    line-height: 42px;
    font-size: 18px;
  }
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?37039243a');
  src: url('../font/fontello.eot?37039243a#iefix') format('embedded-opentype'), url('../font/fontello.woff2?37039243a') format('woff2'), url('../font/fontello.woff?37039243a') format('woff'), url('../font/fontello.ttf?37039243a') format('truetype'), url('../font/fontello.svg?37039243a#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?37039243#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-search:before {
  content: '\0e80';
}
/* '຀' */
.icon-down-small:before {
  content: '\e01b';
}
/* '' */
.icon-left-small:before {
  content: '\e800';
}
/* '' */
.icon-right-open:before {
  content: '\e801';
}
/* '' */
.icon-arrow-down-left:before {
  content: '\e802';
}
/* '' */
.icon-arrow-down-right:before {
  content: '\e803';
}
/* '' */
.icon-up-small:before {
  content: '\e805';
}
/* '' */
.icon-home:before {
  content: '\e806';
}
/* '' */
.icon-skg-mail:before {
  content: '\e808';
}
/* '' */
.icon-left-open:before {
  content: '\e810';
}
/* '' */
.icon-mail:before {
  content: '\e811';
}
/* '' */
.icon-cancel:before {
  content: '\e812';
}
/* '' */
.icon-right-small:before {
  content: '\e813';
}
/* '' */
.icon-facebook-a:before {
  content: '\e821';
}
/* '' */
.icon-instagram-a:before {
  content: '\e822';
}
/* '' */
.icon-linkedin-a:before {
  content: '\e823';
}
/* '' */
.icon-min:before {
  content: '\e826';
}
/* '' */
.icon-plus:before {
  content: '\e827';
}
/* '' */
.icon-arrow-left-long:before {
  content: '\e828';
}
/* '' */
.icon-arrow-right-long:before {
  content: '\e829';
}
/* '' */
.icon-youtube-play:before {
  content: '\e841';
}
/* '' */
.icon-down-open:before {
  content: '\e84e';
}
/* '' */
.icon-up-open:before {
  content: '\e84f';
}
/* '' */
.icon-facebook-1:before {
  content: '\f09a';
}
/* '' */
.icon-linkedin-1:before {
  content: '\f0e1';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-angle-down:before {
  content: '\f107';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-twitter:before {
  content: '\f309';
}
/* '' */
@font-face {
  font-family: 'calibrilight';
  src: url('../font/calibri_light-webfont.woff2') format('woff2'), url('../font/calibri_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'calibriregular';
  src: url('../font/calibri_regular-webfont.woff2') format('woff2'), url('../font/calibri_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'calibribold';
  src: url('../font/calibri_bold-webfont.woff2') format('woff2'), url('../font/calibri_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222221;
  opacity: 0.7;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222221;
  opacity: 0.7;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.formResponsive textarea,
form.formResponsive input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 3px 20px;
  background: none;
  color: #222221;
  background-color: #fff;
  border: 1px solid #183D70;
  border-radius: 4px;
}
form.formResponsive textarea {
  height: 160px;
  padding: 15px 20px;
}
form.formResponsive label .formRequired {
  display: inline-block;
  color: #222221;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.formResponsive .formError {
  color: red;
}
form.formResponsive .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 15px;
}
form.formResponsive .rsform-block .formDescription {
  display: none;
}
form.formResponsive .rsform-block.rsform-error-parent {
  background: rgba(229, 102, 38, 0.1);
}
form.formResponsive .rsform-block.rsform-error-parent textarea,
form.formResponsive .rsform-block.rsform-error-parent input[type="text"] {
  border-color: red;
}
form.formResponsive .rsform-block.rsform-submit {
  background: none;
  padding: 0;
  border-radius: 0;
}
form.formResponsive .rsform-block.rsform-submit .formBody {
  text-align: right;
}
form.formResponsive .rsform-block .formControlLabel {
  display: block;
  color: #222221;
  font-weight: bold;
}
form.formResponsive .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.formResponsive .rsform-select {
  background-color: rgba(118, 158, 174, 0.1);
  padding: 20px;
  border-radius: 4px;
}
form.formResponsive .rsform-select .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .rsform-select select {
  width: 100%;
}
form.formResponsive .rsform-checkboxes,
form.formResponsive .rsform-radios {
  background-color: rgba(118, 158, 174, 0.1);
  padding: 20px;
  border-radius: 4px;
}
form.formResponsive .rsform-checkboxes .formControlLabel,
form.formResponsive .rsform-radios .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .formBody {
  width: 100%;
  clear: both;
  float: none;
}
form.formResponsive .formBody.frm-checkboxes label,
form.formResponsive .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .formBody.frm-checkboxes input,
form.formResponsive .formBody.frm-radios input {
  margin-right: 10px;
}
form.formResponsive .rsform-submit button {
  display: inline-block;
  border: 0;
  background-color: #FB3099;
  color: #fff;
  padding: 8px 25px 6px;
  border-radius: 4px;
}
form.formResponsive .rsform-submit button:hover {
  background-color: #183D70;
}
.article-images {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 60px;
}
.article-images .image {
  width: 50%;
  float: left;
  padding: 15px;
}
.article-images a {
  display: block;
}
.article-images a:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .article-images .image {
    width: 50%;
  }
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-files {
  margin-top: 60px;
}
.article-files a {
  display: block;
  color: #FB3099;
  transition: all 0.3s ease-in-out;
}
.article-files a:hover {
  color: #183D70;
  padding-left: 20px;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
.section-content {
  padding: 120px 0;
}
@media (max-width: 1399px) {
  .section-content {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .section-content {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .section-content {
    padding: 60px 0;
  }
}
.section-content-block {
  padding: 120px 0;
}
.section-content-block .col-left .inner {
  max-width: 420px;
}
@media (max-width: 1399px) {
  .section-content-block {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .section-content-block {
    padding: 80px 0;
  }
  .section-content-block.block-type-a .col-left {
    width: 50%;
    margin-left: 0;
  }
  .section-content-block.block-type-b .col-right {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .section-content-block {
    padding: 60px 0;
  }
  .section-content-block.block-type-a .col-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-content-block.block-type-a .col-left .inner {
    max-width: 550px;
  }
  .section-content-block.block-type-a .col-right {
    width: 100%;
  }
  .section-content-block.block-type-b .col-right {
    width: 100%;
    margin: 0;
  }
}
.section-project-details {
  padding: 220px 0;
}
.section-project-details .col-right .inner {
  overflow: hidden;
}
.section-project-details .project-data {
  width: 50%;
  float: left;
}
.section-project-details .project-data li {
  margin-bottom: 40px;
}
.section-project-details .project-data li span {
  display: block;
}
.section-project-details .project-data li .value {
  color: #7D7D7C;
}
@media (max-width: 1399px) {
  .section-project-details {
    padding: 180px 0;
  }
}
@media (max-width: 1199px) {
  .section-project-details {
    padding: 150px 0;
  }
  .section-project-details .col-left {
    width: 45%;
    margin: 0;
  }
  .section-project-details .col-right {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .section-project-details {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section-project-details {
    padding: 80px 0 60px;
  }
  .section-project-details .col-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .section-project-details .col-right {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .section-project-details .project-data {
    width: 100%;
    float: none;
  }
  .section-project-details .project-data li {
    margin-bottom: 20px;
  }
}
.section-images-featured {
  margin-bottom: 200px;
}
.section-images-featured .inner {
  position: relative;
  height: 1000px;
}
.section-images-featured .f-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.section-images-featured .f-image .img-box {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-images-featured .f-image.image-1 {
  width: 58%;
  position: absolute;
  left: 0;
  top: 0;
}
.section-images-featured .f-image.image-1 img {
  height: 670px;
}
.section-images-featured .f-image.image-2 {
  width: 33%;
  position: absolute;
  right: 0;
  top: 240px;
}
.section-images-featured .f-image.image-2 img {
  height: 600px;
}
.section-images-featured .f-image.image-3 {
  width: 41.6%;
  position: absolute;
  left: 34%;
  top: 550px;
}
.section-images-featured .f-image.image-3 img {
  height: 480px;
}
@media (max-width: 1399px) {
  .section-images-featured {
    margin-bottom: 30px;
  }
  .section-images-featured .inner {
    position: relative;
    height: 900px;
  }
  .section-images-featured .f-image.image-1 {
    width: 58%;
  }
  .section-images-featured .f-image.image-1 img {
    height: 570px;
  }
  .section-images-featured .f-image.image-2 {
    width: 33%;
    position: absolute;
    right: 0;
    top: 240px;
  }
  .section-images-featured .f-image.image-2 img {
    height: 500px;
  }
  .section-images-featured .f-image.image-3 {
    width: 41.6%;
    position: absolute;
    left: 34%;
    top: 550px;
  }
  .section-images-featured .f-image.image-3 img {
    height: 380px;
  }
}
@media (max-width: 991px) {
  .section-images-featured {
    margin-bottom: 30px;
  }
  .section-images-featured .inner {
    position: relative;
    height: 850px;
  }
  .section-images-featured .f-image.image-1 {
    width: 58%;
  }
  .section-images-featured .f-image.image-1 img {
    height: 420px;
  }
  .section-images-featured .f-image.image-2 {
    width: 33%;
    top: 180px;
  }
  .section-images-featured .f-image.image-2 img {
    height: 360px;
  }
  .section-images-featured .f-image.image-3 {
    width: 75%;
    top: 500px;
  }
  .section-images-featured .f-image.image-3 img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .section-images-featured {
    margin-bottom: 30px;
  }
  .section-images-featured .inner {
    position: relative;
    height: unset;
  }
  .section-images-featured .f-image {
    position: static;
  }
  .section-images-featured .f-image.image-1 {
    position: static;
    width: 100%;
    padding: 0 80px 0 0;
  }
  .section-images-featured .f-image.image-1 img {
    height: 360px;
  }
  .section-images-featured .f-image.image-2 {
    position: static;
    width: 100%;
    padding: 100px 0 0 100px;
  }
  .section-images-featured .f-image.image-2 img {
    height: 360px;
  }
  .section-images-featured .f-image.image-3 {
    position: static;
    width: 100%;
    padding: 0 100px 0 0;
  }
  .section-images-featured .f-image.image-3 img {
    height: 360px;
  }
}
@media (max-width: 500px) {
  .section-images-featured .f-image.image-1 {
    padding: 0 20px 0 0;
  }
  .section-images-featured .f-image.image-1 img {
    height: 300px;
  }
  .section-images-featured .f-image.image-2 {
    padding: 100px 0 0 30px;
  }
  .section-images-featured .f-image.image-2 img {
    height: 300px;
  }
  .section-images-featured .f-image.image-3 {
    padding: 0 30px 0 0;
  }
  .section-images-featured .f-image.image-3 img {
    height: 300px;
  }
}
.section-stories .inner {
  padding: 0 15%;
}
.section-stories .section-title {
  margin-bottom: 40px;
}
.section-stories .c-user-info {
  margin-top: 30px;
}
.section-stories-grid .section-title {
  max-width: 500px;
  margin-bottom: 50px;
}
.section-contact-header .js-copy-contact-dest .col-left {
  width: 50%;
  float: left;
}
.section-contact-header .js-copy-contact-dest .col-right {
  width: 50%;
  float: left;
}
.section-projectmap .inner {
  position: relative;
  overflow: hidden;
}
.section-projectmap .popup-toggle {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 40;
}
.section-projectmap .gmap {
  height: 800px;
  background-color: #fff;
  border-radius: 6px;
}
.section-projectmap .gmap-filters {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 40px;
  white-space: nowrap;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
}
.section-projectmap .gmap-filters .label {
  padding: 0 10px;
}
.section-projectmap .popup-box {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 400;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
  opacity: 0;
}
.section-projectmap .popup-box.show {
  transform: translateY(0);
  opacity: 1;
}
.section-projectmap .popup-box .inner {
  overflow: hidden;
  min-height: 360px;
}
.section-projectmap .popup-box .inner .col-a {
  float: left;
  width: 45%;
  padding: 40px;
}
.section-projectmap .popup-box .inner .col-b {
  width: 20%;
  padding: 40px;
}
.section-projectmap .popup-box .inner .article-image {
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.section-projectmap .popup-box .inner .article-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.section-images {
  padding: 80px 0;
}
.section-images .splide .splide__arrow {
  bottom: -60px;
}
.mod-articles {
  padding: 80px 0;
  position: relative;
}
.mod-articles .container {
  position: relative;
  z-index: 100;
}
@media (max-width: 1200px) {
  .mod-articles {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .mod-articles {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .mod-articles {
    padding: 0 0 40px;
  }
}
.page-intro-secondary .article-output {
  font-size: 40px;
  line-height: 1.4em;
  color: #183D70;
}
.page-intro-secondary .article-output h2,
.page-intro-secondary .article-output h3,
.page-intro-secondary .article-output h4 {
  color: #FB3099;
  font-size: 28px;
}
@media (max-width: 1600px) {
  .page-intro-secondary .article-output {
    font-size: 36px;
    line-height: 1.3em;
  }
}
@media (max-width: 1400px) {
  .page-intro-secondary .col-lft {
    margin-left: 0;
  }
  .page-intro-secondary .article-output {
    font-size: 32px;
    line-height: 1.3em;
  }
}
@media (max-width: 991px) {
  .page-intro-secondary .col-lft {
    width: 100%;
  }
  .page-intro-secondary .article-output {
    font-size: 26px;
  }
  .page-intro-secondary .article-output h2,
  .page-intro-secondary .article-output h3,
  .page-intro-secondary .article-output h4 {
    font-size: 26px;
  }
}
@media (max-width: 520px) {
  .page-intro-secondary .article-output {
    font-size: 22px;
  }
  .page-intro-secondary .article-output h2,
  .page-intro-secondary .article-output h3,
  .page-intro-secondary .article-output h4 {
    font-size: 22px;
  }
}
.page-body {
  padding: 0;
}
.page-body .article-subtitle {
  max-width: 500px;
  margin-bottom: 60px;
}
.page-body .article-images {
  margin-top: 100px;
}
.article-single .page-body .col-main {
  position: relative;
  z-index: 10;
}
.article-single .page-body .col-main .inner {
  padding-top: 80px;
}
.article-single .page-body .col-aside .inner {
  position: relative;
}
.article-single .page-body .col-aside .c-hero-image {
  top: -60px;
  left: 60px;
}
.article-single .page-body .col-aside .c-hero-image img {
  height: 450px;
  top: -60px;
  left: 90px;
}
.article-single .page-body .col-aside .c-hero-image:before {
  height: 280px;
  left: -115px;
}
.article-single .page-body .article-header {
  margin-bottom: 60px;
}
.article-single .page-body .article-header .article-intro {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .article-single .page-body .col-aside .c-hero-image {
    top: -75px;
    left: -35px;
  }
  .article-single .page-body .col-aside .c-hero-image img {
    height: 340px;
  }
  .article-single .page-body .col-aside .c-hero-image:before {
    width: 300px;
    height: 200px;
    left: -100px;
    bottom: -70px;
  }
}
@media (max-width: 991px) {
  .article-single .page-body .col-main {
    margin-bottom: 60px;
  }
  .article-single .page-body .col-main .inner {
    padding-top: 30px;
  }
  .article-single .page-body .col-aside {
    text-align: center;
  }
  .article-single .page-body .col-aside .c-hero-image {
    position: relative;
    display: inline-block;
    width: unset;
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: left;
    top: auto;
    left: auto;
  }
  .article-single .page-body .col-aside .c-hero-image img {
    height: unset;
  }
}
.c-hero-image {
  width: 1500px;
  position: absolute;
  top: -100px;
  left: 150px;
}
.c-hero-image img {
  height: 560px;
}
.c-hero-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 400px;
  height: 360px;
  background-image: url(../img/svg/bg-hero-std.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -100px;
  left: -170px;
}
.c-hero-image.type-b:before {
  width: 430px;
  height: 360px;
  background-image: url(../img/svg/bg-hero-button.png);
  bottom: -70px;
  left: -200px;
}
.mod-hero-a {
  padding-bottom: 100px;
}
.mod-hero-a .inner {
  min-height: 360px;
  position: relative;
  padding-top: 80px;
}
.mod-hero-a .article-header {
  margin-bottom: 40px;
}
.mod-hero-a .article-output {
  max-width: 600px;
  font-size: 22px;
  line-height: 1.8em;
}
.mod-hero-a .article-output h1,
.mod-hero-a .article-output h2,
.mod-hero-a .article-output h3,
.mod-hero-a .article-output h4 {
  color: #FB3099;
  font-size: 28px;
  margin-bottom: 5px;
}
.mod-hero-a .col-left {
  position: relative;
  z-index: 5;
}
.mod-hero-a .col-right {
  position: relative;
}
.mod-hero-a .col-right .article-image {
  width: 1500px;
  position: absolute;
  top: 0;
  left: -160px;
}
@media (max-width: 1400px) {
  .mod-hero-a {
    padding-bottom: 140px;
  }
  .mod-hero-a .article-output {
    font-size: 22px;
  }
  .mod-hero-a .article-output h1,
  .mod-hero-a .article-output h2,
  .mod-hero-a .article-output h3,
  .mod-hero-a .article-output h4 {
    font-size: 26px;
  }
  .mod-hero-a .col-left {
    margin-left: 0;
  }
  .mod-hero-a .col-right .article-image {
    width: 1000px;
    left: -110px;
  }
}
@media (max-width: 1200px) {
  .mod-hero-a {
    padding-bottom: 140px;
  }
  .mod-hero-a .inner {
    min-height: 240px;
    padding-top: 60px;
  }
  .mod-hero-a .col-left {
    margin-left: 0;
  }
  .mod-hero-a .col-right .article-image {
    width: 800px;
    left: -90px;
    top: 30px;
  }
}
@media (max-width: 991px) {
  .mod-hero-a {
    padding-bottom: 30px;
  }
  .mod-hero-a .col-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .mod-hero-a .col-right {
    width: 100%;
    height: 600px;
  }
  .mod-hero-a .col-right .article-image {
    width: 800px;
    left: -90px;
    top: 30px;
  }
}
@media (max-width: 590px) {
  .mod-hero-a .inner {
    min-height: 200px;
    padding-top: 40px;
  }
  .mod-hero-a .article-output h1,
  .mod-hero-a .article-output h2,
  .mod-hero-a .article-output h3,
  .mod-hero-a .article-output h4 {
    color: #FB3099;
    font-size: 28px;
    margin-bottom: 8px;
  }
  .mod-hero-a .col-right {
    width: 100%;
    height: 530px;
  }
  .mod-hero-a .col-right .article-image {
    width: 750px;
    left: -126px;
    top: 30px;
  }
}
@media (max-width: 460px) {
  .mod-hero-a .col-right {
    height: 510px;
  }
  .mod-hero-a .col-right .article-image {
    width: 670px;
    left: -103px;
  }
}
.mod-hero-b {
  padding: 40px 0 100px;
}
.mod-hero-b .inner {
  min-height: 480px;
  position: relative;
}
.mod-hero-b .article-header {
  margin-bottom: 40px;
}
.mod-hero-b .article-output {
  margin-top: 30px;
}
.mod-hero-b .col-left {
  position: relative;
  z-index: 5;
}
.mod-hero-b .col-right {
  position: relative;
}
@media (max-width: 1400px) {
  .mod-hero-b .col-left {
    margin-left: 0;
  }
  .mod-hero-b .col-right .c-hero-image {
    top: -70px;
    left: 140px;
  }
  .mod-hero-b .col-right .c-hero-image img {
    height: 520px;
  }
}
@media (max-width: 1200px) {
  .mod-hero-b {
    padding: 20px 0 100px;
  }
  .mod-hero-b .col-left {
    margin-left: 0;
  }
  .mod-hero-b .col-right .c-hero-image {
    top: -60px;
    left: 150px;
  }
  .mod-hero-b .col-right .c-hero-image:before {
    width: 380px;
    height: 320px;
  }
  .mod-hero-b .col-right .c-hero-image img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .mod-hero-b {
    padding: 0 0 60px;
  }
  .mod-hero-b .inner {
    min-height: unset;
  }
  .mod-hero-b .col-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .mod-hero-b .col-right {
    width: 100%;
    height: 600px;
  }
  .mod-hero-b .col-right .c-hero-image {
    width: 800px;
    left: 50px;
    top: 20px;
  }
  .mod-hero-b .col-right .c-hero-image:before {
    width: 360px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .mod-hero-b {
    padding: 0 0 100px;
  }
  .mod-hero-b .col-right {
    height: 500px;
  }
  .mod-hero-b .col-right .c-hero-image {
    left: 22px;
    top: 0;
  }
  .mod-hero-b .col-right .c-hero-image:before {
    width: 330px;
    height: 280px;
  }
  .mod-hero-b .col-right .c-hero-image img {
    height: 450px;
  }
}
@media (max-width: 590px) {
  .mod-hero-b {
    padding: 0 0 160px 0;
  }
  .mod-hero-b .col-right {
    height: 400px;
  }
  .mod-hero-b .col-right .c-hero-image {
    left: 22px;
    top: 0;
  }
  .mod-hero-b .col-right .c-hero-image:before {
    width: 330px;
    height: 240px;
    bottom: -120px;
    left: -52px;
  }
  .mod-hero-b .col-right .c-hero-image img {
    height: 400px;
  }
}
@media (max-width: 460px) {
  .mod-hero-b {
    padding: 0 0 120px 0;
  }
  .mod-hero-b .col-right {
    height: 350px;
  }
  .mod-hero-b .col-right .c-hero-image {
    left: 20px;
    top: 0;
  }
  .mod-hero-b .col-right .c-hero-image:before {
    width: 260px;
    height: 200px;
    bottom: -95px;
    left: -43px;
  }
  .mod-hero-b .col-right .c-hero-image img {
    height: 350px;
  }
}
.mod-pagehero-a {
  padding: 40px 0 60px;
  position: relative;
}
.mod-pagehero-a .page-header {
  margin-bottom: 40px;
}
.mod-pagehero-a .page-title {
  margin-bottom: 20px;
}
.mod-pagehero-a .page-subtitle {
  margin-top: 60px;
  margin-bottom: 20px;
}
.mod-pagehero-a .article-output.multi-cols {
  overflow: hidden;
}
.mod-pagehero-a .article-output.multi-cols p {
  margin-bottom: 30px;
}
.mod-pagehero-a .article-output.multi-cols .col-a {
  width: 50%;
  float: left;
}
.mod-pagehero-a .article-output.multi-cols .col-b {
  width: 50%;
  float: left;
}
.mod-pagehero-a .col-left {
  position: relative;
  z-index: 10;
}
.mod-pagehero-a .col-right .inner {
  min-height: 360px;
  position: relative;
}
.mod-pagehero-a .col-right .c-hero-image {
  top: -100px;
  left: 50px;
}
.mod-pagehero-a .col-right .c-hero-image:before {
  height: 320px;
  bottom: -115px;
  left: -150px;
}
@media (max-width: 1200px) {
  .mod-pagehero-a .col-right .c-hero-image {
    top: -80px;
    left: 60px;
  }
  .mod-pagehero-a .col-right .c-hero-image:before {
    height: 280px;
    bottom: -110px;
    left: -140px;
  }
  .mod-pagehero-a .col-right .c-hero-image img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .mod-pagehero-a {
    padding: 30px 0 60px;
  }
  .mod-pagehero-a .col-left {
    width: 100%;
  }
  .mod-pagehero-a .col-right {
    width: 100%;
    padding-bottom: 60px;
  }
  .mod-pagehero-a .col-right .inner {
    min-height: 400px;
  }
  .mod-pagehero-a .col-right .c-hero-image {
    top: 0;
    left: 60px;
  }
  .mod-pagehero-a .col-right .c-hero-image:before {
    height: 280px;
    bottom: -110px;
    left: -140px;
  }
  .mod-pagehero-a .col-right .c-hero-image img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .mod-pagehero-a .col-right {
    padding-top: 30px;
  }
  .mod-pagehero-a .col-right .inner {
    min-height: 360px;
  }
  .mod-pagehero-a .col-right .c-hero-image {
    top: 0;
    left: 30px;
  }
  .mod-pagehero-a .col-right .c-hero-image:before {
    height: 280px;
    bottom: -110px;
    left: -140px;
  }
  .mod-pagehero-a .col-right .c-hero-image img {
    height: 360px;
  }
}
@media (max-width: 590px) {
  .mod-pagehero-a {
    padding: 0 0 60px;
  }
  .mod-pagehero-a .article-output.multi-cols p {
    margin-bottom: 30px;
  }
  .mod-pagehero-a .article-output.multi-cols .col-a {
    width: 100%;
    float: none;
  }
  .mod-pagehero-a .article-output.multi-cols .col-b {
    width: 100%;
    float: none;
  }
}
@media (max-width: 500px) {
  .mod-pagehero-a .col-right .inner {
    min-height: 320px;
  }
  .mod-pagehero-a .col-right .c-hero-image {
    top: 0;
    left: 30px;
  }
  .mod-pagehero-a .col-right .c-hero-image:before {
    height: 200px;
    bottom: -110px;
    left: -60px;
  }
  .mod-pagehero-a .col-right .c-hero-image img {
    height: 320px;
  }
}
.mod-pageintro-a {
  position: relative;
  overflow: hidden;
  padding: 120px 0 40px;
}
.mod-pageintro-a .inner {
  position: relative;
}
.mod-pageintro-a .hero-content {
  max-width: 550px;
  position: absolute;
  bottom: 0;
  left: 80px;
}
.mod-pageintro-a .page-intro p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .mod-pageintro-a {
    padding: 100px 0 40px;
  }
  .mod-pageintro-a .hero-content {
    left: 40px;
  }
}
@media (max-width: 1200px) {
  .mod-pageintro-a {
    padding: 80px 0 40px;
  }
  .mod-pageintro-a .hero-content {
    position: static;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .mod-pageintro-a {
    padding: 80px 0 30px;
  }
  .mod-pageintro-a .col-lft {
    width: 100%;
    float: none;
  }
  .mod-pageintro-a .col-rgt {
    width: 100%;
    float: none;
  }
  .mod-pageintro-a .hero-content {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .mod-pageintro-a {
    padding: 60px 0 30px;
  }
}
.section {
  padding: 120px 0;
}
.has-image {
  min-height: 500px;
  position: relative;
}
.has-image .bgimg {
  width: 800px;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.has-image .bgimg img {
  display: none;
}
.has-image.image-left .bgimg {
  background-position: center right;
  right: 40px;
}
.has-image.image-right .bgimg {
  background-position: center left;
  left: 40px;
}
@media (max-width: 1400px) {
  .section {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
  .section {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}
.mod-breadcrumbs {
  background-color: rgba(125, 85, 25, 0);
  padding: 20px 0;
}
.mod-quicknav-home,
.mod-downloads {
  padding: 60px 0;
}
.mod-quicknav-home .inner,
.mod-downloads .inner {
  background-color: #D9EBED;
  padding: 30px 40px;
  border-radius: 30px;
  overflow: hidden;
}
.mod-quicknav-home .inner .label,
.mod-downloads .inner .label {
  float: left;
  margin-right: 30px;
  font-size: 28px;
}
.mod-quicknav-home .inner .c-quicklinks,
.mod-downloads .inner .c-quicklinks {
  float: left;
}
.mod-quicknav-home .inner .c-quicklinks li,
.mod-downloads .inner .c-quicklinks li {
  float: left;
  margin-right: 20px;
}
.mod-quicknav-home .inner .c-quicklinks a,
.mod-downloads .inner .c-quicklinks a {
  font-size: 24px;
}
.mod-quicknav-home .inner .c-quicklinks a:hover,
.mod-downloads .inner .c-quicklinks a:hover {
  color: #FB3099;
}
@media (max-width: 1200px) {
  .mod-quicknav-home .col-left,
  .mod-downloads .col-left {
    width: 100%;
    margin-left: 0 !important;
  }
  .mod-quicknav-home .inner .label,
  .mod-downloads .inner .label {
    float: none;
    display: block;
    margin-bottom: 8px;
  }
  .mod-quicknav-home .inner a,
  .mod-downloads .inner a {
    line-height: 1.4em;
  }
}
@media (max-width: 767px) {
  .mod-quicknav-home .inner .c-quicklinks,
  .mod-downloads .inner .c-quicklinks {
    float: none;
  }
  .mod-quicknav-home .inner .c-quicklinks li,
  .mod-downloads .inner .c-quicklinks li {
    float: none;
  }
}
.mod-bluebox {
  padding: 300px 0 360px 0;
  overflow: hidden;
  margin-bottom: -100px;
}
.mod-bluebox .panel {
  background-color: #183D70;
  position: relative;
}
.mod-bluebox .panel:before,
.mod-bluebox .panel:after {
  pointer-events: none;
}
.mod-bluebox .panel:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/svg/bg-bluebox.svg);
  background-size: 2500px auto;
  background-position: center top;
  background-repeat: no-repeat;
  height: 300px;
  top: -240px;
  left: 0;
}
.mod-bluebox .panel:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/svg/bg-bluebox.svg);
  background-size: 2500px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 450px;
  bottom: -400px;
  left: 0;
}
.mod-bluebox .container {
  position: relative;
  z-index: 10;
}
.mod-bluebox .col-left {
  position: relative;
}
.mod-bluebox .col-left .article-image {
  position: absolute;
  bottom: -60px;
  right: 0;
}
.mod-bluebox .col-right .inner {
  padding: 0 0 0 0;
}
@media (max-width: 1600px) {
  .mod-bluebox {
    padding: 300px 0 350px 0;
  }
  .mod-bluebox .panel:before {
    background-size: 2300px auto;
    height: 300px;
    top: -195px;
  }
  .mod-bluebox .panel:after {
    background-size: 2300px auto;
    height: 450px;
    bottom: -375px;
  }
}
@media (max-width: 1400px) {
  .mod-bluebox {
    padding: 230px 0 350px 0;
  }
  .mod-bluebox .panel:before {
    height: 300px;
    top: -160px;
  }
  .mod-bluebox .panel:after {
    height: 450px;
    bottom: -375px;
  }
}
@media (max-width: 1200px) {
  .mod-bluebox .col-left {
    width: 50%;
  }
  .mod-bluebox .col-left .article-image {
    bottom: -20px;
  }
  .mod-bluebox .col-right {
    width: 45%;
    margin-left: 5%;
  }
  .mod-bluebox .panel:after {
    bottom: -340px;
  }
}
@media (max-width: 991px) {
  .mod-bluebox {
    padding: 80px 0 265px 0;
  }
  .mod-bluebox .col-left {
    width: 100%;
  }
  .mod-bluebox .col-left .article-image {
    position: static;
    margin: 0 80px;
  }
  .mod-bluebox .col-right {
    width: 100%;
    margin-left: 0;
  }
  .mod-bluebox .col-right .inner {
    padding: 40px 80px 60px 80px;
  }
  .mod-bluebox .panel {
    background-color: transparent;
  }
  .mod-bluebox .panel:before {
    background-size: 1600px auto;
    height: 500px;
    top: 37px;
  }
  .mod-bluebox .panel:after {
    background-size: 1600px auto;
    height: 600px;
    bottom: -225px;
  }
}
@media (max-width: 767px) {
  .mod-bluebox .col-left .article-image {
    margin: 0;
  }
  .mod-bluebox .col-right .inner {
    padding: 40px 0 60px 0;
  }
}
@media (max-width: 480px) {
  .mod-bluebox {
    padding: 80px 0 200px 0;
  }
}
.mod-article {
  margin: 60px 0;
}
.mod-article .col-right .inner {
  padding: 80px 0;
}
.mod-article.is-mirror .col-left {
  order: 5;
  margin-left: 8.3334%;
}
.mod-article.is-mirror .col-right {
  order: 1;
}
@media (max-width: 1400px) {
  .mod-article .col-left {
    width: 50%;
  }
  .mod-article .col-right {
    width: 50%;
    margin-left: 0;
  }
  .mod-article .col-right .inner {
    padding: 80px 0;
  }
  .mod-article.is-mirror .col-left {
    margin-left: 0;
  }
  .mod-article.is-mirror .col-right {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .mod-article .col-left {
    width: 100%;
  }
  .mod-article .col-left .article-image {
    margin: 0 80px 40px;
  }
  .mod-article .col-right {
    width: 100%;
    margin-left: 0;
  }
  .mod-article .col-right .inner {
    padding: 0 80px;
  }
  .mod-article.is-mirror .col-left {
    order: 1;
  }
  .mod-article.is-mirror .col-right {
    order: 3;
  }
}
@media (max-width: 767px) {
  .mod-article .col-left .article-image {
    margin: 0 0 40px;
  }
  .mod-article .col-right .inner {
    padding: 0;
  }
}
.mod-waardering {
  padding: 40px 0 100px;
}
.mod-waardering .col-left {
  position: relative;
}
.mod-waardering .col-left .c-rating-circle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .mod-waardering {
    padding: 40px 0 80px;
  }
  .mod-waardering .col-left .c-rating-circle {
    right: 75px;
  }
}
@media (max-width: 991px) {
  .mod-waardering {
    padding: 40px 0 80px;
  }
  .mod-waardering .col-left {
    width: 40%;
  }
  .mod-waardering .col-left .c-rating-circle {
    right: 50px;
    transform: translateY(-50%) scale(0.8);
  }
  .mod-waardering .col-right {
    width: 60%;
  }
}
@media (max-width: 680px) {
  .mod-waardering .col-left {
    width: 40%;
  }
  .mod-waardering .col-left .c-rating-circle {
    right: 0;
    transform: translateY(-50%) scale(0.7);
  }
  .mod-waardering .col-right {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .mod-waardering {
    padding: 0 0 80px;
  }
  .mod-waardering .col-left {
    width: 100%;
  }
  .mod-waardering .col-left .c-rating-circle {
    position: static;
    transform: scale(0.6) translateY(0);
    margin: 0 auto;
  }
  .mod-waardering .col-right {
    width: 100%;
    text-align: center;
  }
}
.mod-vacatures .inner {
  padding: 0 160px;
}
@media (max-width: 1600px) {
  .mod-vacatures .inner {
    padding: 0 100px;
  }
}
@media (max-width: 1400px) {
  .mod-vacatures .inner {
    padding: 0 40px;
  }
}
@media (max-width: 1200px) {
  .mod-vacatures .inner {
    padding: 0;
  }
}
.mod-contact-locations {
  padding: 40px 0;
}
@media (max-width: 1200px) {
  .mod-contact-locations .c-blox-grid .item {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .mod-contact-locations .c-blox-grid .item {
    width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .mod-contact-locations .c-blox-grid .item {
    width: calc(100% - 40px);
  }
}
.mod-contact-form {
  padding: 40px 0 60px;
}
.mod-contact-form form.formResponsive .rsform-type-freetext {
  margin-bottom: 40px;
}
.mod-contact-form form.formResponsive .rsform-type-freetext h2 {
  font-weight: bold;
}
.mod-contact-form form.formResponsive .rsform-checkboxes {
  padding: 3px 20px;
}
.mod-cta {
  padding-bottom: 60px;
}
.mod-cta .article-header {
  margin-bottom: 30px;
}
.mod-ctb {
  padding-top: 80px;
  padding-bottom: 60px;
}
.mod-ctb .primary .inner {
  background-color: #f3f8f9;
  display: flex;
}
.mod-ctb .primary .col-a {
  width: 65%;
  padding: 50px 50px 50px 120px;
}
.mod-ctb .primary .col-b {
  width: 35%;
  padding: 50px;
  position: relative;
}
.mod-ctb .primary .article-image {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.mod-ctb .primary .article-image img {
  width: 360px;
}
.mod-ctb .article-header {
  margin-bottom: 20px;
}
.mod-ctb .article-output p {
  margin-bottom: 20px;
}
.mod-ctb .secondary .inner {
  max-width: 840px;
  padding: 50px 50px 50px 120px;
  font-size: 80%;
  line-height: 1.5em;
  font-style: italic;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.splide .splide__arrow {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  opacity: 1;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 20px;
  right: 0;
  transform: none;
  transition: all 0.2s ease-in-out;
}
.splide .splide__arrow svg {
  fill: #fff;
}
.splide .splide__arrow i {
  color: #fff;
}
.splide .splide__arrow:hover {
  background-color: #64b769;
}
.splide .splide__arrow--prev {
  right: 50px;
}
.splide .splide__pagination {
  width: 100%;
  padding: 0 40px;
  justify-content: space-between;
}
.splide .splide__pagination li {
  flex-grow: 1;
  line-height: 0;
}
.splide .splide__pagination li button {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 0;
  margin: 0;
  transform: unset;
  opacity: 1;
  background-color: #fff;
}
.splide .splide__pagination li button.is-active {
  background-color: #64b769;
}
.splide-gallery .splide__slide {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.splide-gallery .splide__slide img {
  opacity: 0;
}
.c-hero-crumbs {
  font-size: 17px;
  color: #183D70;
}
.c-hero-crumbs ul {
  overflow: hidden;
}
.c-hero-crumbs ul li {
  float: left;
}
.c-hero-crumbs ul a {
  color: #183D70;
}
.c-hero-crumbs ul a:hover {
  color: #FB3099;
}
.c-hero-crumbs .divider {
  display: inline-block;
  margin: 0;
  opacity: 0.5;
}
.c-quicknav a:hover {
  color: #FB3099;
}
.c-search {
  position: relative;
}
.c-search form .q-input {
  height: 45px;
  width: 45px;
  border: none;
  border-radius: 50px;
  padding-left: 20px;
  transition: all 0.3s ease 0s;
  background-color: transparent;
  color: transparent;
  opacity: 0;
}
.c-search .search-toggle,
.c-search button {
  display: block;
  height: 45px;
  width: 45px;
  border: none;
  background: none;
  color: #183D70;
  text-align: center;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease 0s;
  transform: scale(1.2);
}
.c-search .search-toggle:hover,
.c-search button:hover {
  color: #FB3099;
}
.c-search .search-toggle .text {
  display: none;
}
.c-search button {
  opacity: 0;
}
.c-search.open .q-input {
  width: 280px;
  background-color: #fff;
  color: #183D70;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.c-search.open .search-toggle {
  transform: scale(1);
  opacity: 0;
  pointer-events: none;
}
.c-search.open button {
  opacity: 1;
  transform: scale(1);
}
.c-shapes-multi {
  display: block;
  width: 220px;
  height: 260px;
  background-image: url(../img/svg/shapes-multi.svg);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.c-shapes-drop {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(../img/svg/drop-orange.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.c-hero-button {
  display: block;
  width: 340px;
  position: absolute;
  bottom: 50px;
  left: -35px;
  z-index: 10;
  color: #fff !important;
  transition: all 0.2s ease 0s;
}
.c-hero-button .line-a {
  display: block;
  font-style: italic;
  font-size: 22px;
  margin-bottom: 5px;
  transform-origin: center left;
  transition: all 0.4s ease 0s;
}
.c-hero-button .line-b {
  display: block;
  font-weight: bold;
  font-size: 30px;
  transform-origin: center left;
  transition: all 0.4s ease 0.08s;
}
.c-hero-button:hover {
  opacity: 0.9;
}
.c-hero-button:hover .line-a {
  transform: scale(1.1);
}
.c-hero-button:hover .line-b {
  transform: scale(1.1);
}
.c-blue-button {
  display: block;
  width: 340px;
  height: 220px;
  position: relative;
  background-image: url(../img/svg/button-blue.svg);
  background-position: top left;
  background-repeat: no-repeat;
  color: #fff !important;
  transition: all 0.2s ease 0s;
}
.c-blue-button .box {
  display: block;
  position: absolute;
  top: 46%;
  left: 40px;
  transform: translateY(-50%);
}
.c-blue-button .line-a {
  display: block;
  font-style: italic;
  font-size: 26px;
  margin-bottom: 5px;
  transform-origin: center left;
  transition: all 0.4s ease 0s;
}
.c-blue-button .line-b {
  display: block;
  font-weight: bold;
  font-size: 36px;
  transform-origin: center left;
  transition: all 0.4s ease 0.08s;
}
.c-blue-button .c-shapes-drop {
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-blue-button:hover {
  opacity: 0.9;
}
.c-blue-button:hover .line-a {
  transform: scale(1.1);
}
.c-blue-button:hover .line-b {
  transform: scale(1.1);
}
.c-blox-grid {
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
}
.c-blox-grid .item {
  float: left;
  width: calc(33.3334% - 40px);
  margin: 20px;
  background-color: #f3f8f9;
  padding: 40px;
  border-radius: 25px;
}
.c-blox-grid .item .article-title {
  margin-bottom: 30px;
}
.c-blox-grid .item p {
  line-height: 1.4em;
  margin-bottom: 30px;
}
.c-blox-grid .item p:last-child {
  margin-bottom: 0;
}
.c-rating-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #183D70;
  border: 8px #fff solid;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 120px;
  font-weight: bold;
}
.c-rating-circle .number {
  display: block;
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
}
.c-rating-circle .number .line-b {
  display: block;
  font-size: 50px;
  position: absolute;
  top: -30px;
  left: 60px;
}
.c-vacaturecard {
  background-color: #f3f8f9;
  border-radius: 20px;
  padding: 30px;
}
.c-vacaturecard .article-info {
  margin-bottom: 20px;
}
.c-vacaturecard .article-output {
  font-size: 80%;
  line-height: 1.4em;
  margin: 20px 0 0 0;
}
.c-site-overlaxx {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
}
.cta-btn-contact {
  display: block;
  background-color: #FB3099;
  padding: 6px 17px 6px 13px;
  border-radius: 12px;
  color: #fff !important;
  font-size: 85%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 300;
}
.cta-btn-contact .icons {
  padding-right: 5px;
  margin-right: 3px;
  border-right: 1px solid #fff;
}
.article-grid .item {
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .article-grid .item {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .article-grid .item {
    margin-bottom: 80px;
  }
}
.vacature-grid .cat-title {
  margin: 40px 0 20px;
}
.vacature-grid .item {
  margin-bottom: 30px;
}
.mod-finder {
  padding-top: 40px;
}
.mod-finder .com-finder__form {
  margin-bottom: 80px;
}
.mod-finder .com-finder__form form {
  margin: 0 100px;
}
.mod-finder .com-finder__form form .js-finder-search-query {
  height: 46px;
  border-radius: 4px;
}
.mod-finder .com-finder__form form .btn-primary {
  color: #fff;
  background-color: #183D70;
  border-color: #183D70;
}
.mod-finder .com-finder__form form .btn-primary:hover {
  background-color: #FB3099;
  border-color: #FB3099;
}
.mod-finder .result__item + .result__item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.brick-grid {
  margin-left: -20px;
  margin-right: -20px;
}
.brick-grid .brick-sizer {
  width: 5%;
}
.brick-grid .brick {
  width: 50%;
  padding: 20px;
}
.brick-grid .brick.item {
  padding-bottom: 60px;
}
.brick-grid .brick:nth-child(6n + 1) .c-project-card {
  padding: 0 160px 0 0;
}
.brick-grid .brick:nth-child(6n + 2) .c-project-card {
  padding: 80px 0 0 160px;
}
.brick-grid .brick:nth-child(6n + 3) .c-project-card {
  padding: 0 0 0 200px;
}
.brick-grid .brick:nth-child(6n + 4) .c-project-card {
  padding: 40px 80px 0 80px;
}
.brick-grid .brick:nth-child(6n + 6) .c-project-card {
  padding: 140px 0 0 160px;
}
.brick-grid .brick-story:nth-child(5n + 1) .c-testimonial {
  padding: 160px 160px 0 80px;
}
.brick-grid .brick-story:nth-child(5n + 2) .c-testimonial {
  padding: 0 100px 0 0;
}
.brick-grid .brick-story:nth-child(5n + 3) .c-testimonial {
  padding: 200px 0 100px 200px;
}
.brick-grid .brick-story:nth-child(5n + 4) .c-testimonial {
  padding: 0 0 150px 150px;
}
.brick-grid.debug:nth-child(6n + 1) .c-project-card {
  background-color: pink;
}
.brick-grid.debug:nth-child(6n + 2) .c-project-card {
  background-color: red;
}
.brick-grid.debug:nth-child(6n + 3) .c-project-card {
  background-color: mediumpurple;
}
.brick-grid.debug:nth-child(6n + 4) .c-project-card {
  background-color: orange;
}
.brick-grid.debug:nth-child(6n + 5) .c-project-card {
  background-color: #00FF00;
}
.brick-grid.debug:nth-child(6n + 6) .c-project-card {
  background-color: fuchsia;
}
.c-project-card .article-image img {
  border-radius: 6px;
}
.c-project-card .article-info {
  padding-top: 30px;
}
.c-project-card .article-info .title {
  font-size: 26px;
}
.c-project-card .goto {
  display: none;
}
@media (max-width: 1399px) {
  .brick-grid .brick.item {
    padding-bottom: 60px;
  }
  .brick-grid .brick:nth-child(6n + 1) .c-project-card {
    padding: 0 100px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 2) .c-project-card {
    padding: 80px 0 0 100px;
  }
  .brick-grid .brick:nth-child(6n + 3) .c-project-card {
    padding: 0 0 0 100px;
  }
  .brick-grid .brick:nth-child(6n + 4) .c-project-card {
    padding: 40px 80px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 6) .c-project-card {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .brick-grid .brick.item {
    padding-bottom: 60px;
  }
  .brick-grid .brick:nth-child(6n + 1) .c-project-card {
    padding: 0 50px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 2) .c-project-card {
    padding: 60px 0 0 50px;
  }
  .brick-grid .brick:nth-child(6n + 3) .c-project-card {
    padding: 0 0 0 50px;
  }
  .brick-grid .brick:nth-child(6n + 4) .c-project-card {
    padding: 50px 50px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 6) .c-project-card {
    padding: 30px 0 0 0;
  }
  .c-project-card .article-info .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .brick-grid .brick.item {
    padding-bottom: 60px;
  }
  .brick-grid .brick:nth-child(6n + 1) .c-project-card {
    padding: 0 10px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 2) .c-project-card {
    padding: 40px 0 0 10px;
  }
  .brick-grid .brick:nth-child(6n + 3) .c-project-card {
    padding: 0 0 0 10px;
  }
  .brick-grid .brick:nth-child(6n + 4) .c-project-card {
    padding: 50px 10px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 6) .c-project-card {
    padding: 30px 0 0 0;
  }
  .c-project-card .article-info .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .brick-grid .brick {
    width: 100%;
  }
  .brick-grid .brick.item {
    padding-bottom: 40px;
  }
  .brick-grid .brick:nth-child(6n + 1) .c-project-card {
    padding: 0 60px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 2) .c-project-card {
    padding: 0 0 0 60px;
  }
  .brick-grid .brick:nth-child(6n + 3) .c-project-card {
    padding: 0 50px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 4) .c-project-card {
    padding: 0 0 0 60px;
  }
  .brick-grid .brick:nth-child(6n + 5) .c-project-card {
    padding: 0 40px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 6) .c-project-card {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 500px) {
  .brick-grid .brick {
    width: 100%;
  }
  .brick-grid .brick.item {
    padding-bottom: 40px;
  }
  .brick-grid .brick:nth-child(6n + 1) .c-project-card {
    padding: 0 0 0 0;
  }
  .brick-grid .brick:nth-child(6n + 2) .c-project-card {
    padding: 0 0 0 60px;
  }
  .brick-grid .brick:nth-child(6n + 3) .c-project-card {
    padding: 0 60px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 4) .c-project-card {
    padding: 0 0 0 0;
  }
  .brick-grid .brick:nth-child(6n + 5) .c-project-card {
    padding: 0 60px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 6) .c-project-card {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 420px) {
  .brick-grid .brick.item {
    padding-bottom: 40px;
  }
  .brick-grid .brick:nth-child(6n + 1) .c-project-card {
    padding: 0 0 0 0;
  }
  .brick-grid .brick:nth-child(6n + 2) .c-project-card {
    padding: 0 0 0 30px;
  }
  .brick-grid .brick:nth-child(6n + 3) .c-project-card {
    padding: 0 30px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 4) .c-project-card {
    padding: 0 0 0 0;
  }
  .brick-grid .brick:nth-child(6n + 5) .c-project-card {
    padding: 0 30px 0 0;
  }
  .brick-grid .brick:nth-child(6n + 6) .c-project-card {
    padding: 0 0 0 30px;
  }
}
