@charset "UTF-8";
/*=========================================
	MAIN
	Export: /public/css/main.css
==========================================*/
/*=========================================
  GLOBAL / VARS
===========================================
  LAYOUT
-----------------------------------------*/
/*-----------------------------------------
  COLORS
-----------------------------------------*/
/*-----------------------------------------
  Z-INDEX
-----------------------------------------*/
/*-----------------------------------------
  RESPONSIVE
-----------------------------------------*/
/*=========================================
  GLOBAL / FONTS
===========================================
  FAMILIES
-----------------------------------------*/
/*-----------------------------------------
  FONT-SIZE
-----------------------------------------*/
/*-----------------------------------------
  SAIRA
-----------------------------------------*/
/* vietnamese */
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fnt/saira-extra-condensed/SairaExtraCondensed-Medium.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fnt/saira-extra-condensed/SairaExtraCondensed-Medium.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fnt/saira-extra-condensed/SairaExtraCondensed-Medium.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/*-----------------------------------------
  ICONS
-----------------------------------------*/
@font-face {
  font-family: "icons";
  src: url("../fnt/icons.woff2?2wrso1") format("woff2"), url("../fnt/icons.woff?2wrso1") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-p-location:before {
  content: ""; }

.icon-p-clock:before {
  content: ""; }

.icon-p-student:before {
  content: ""; }

.icon-p-arbo:before {
  content: ""; }

.icon-p-scales:before {
  content: ""; }

.icon-p-contact:before {
  content: ""; }

.icon-p-student:before {
  content: ""; }

.icon-p-ticket:before {
  content: ""; }

.icon-p-cash:before {
  content: ""; }

.icon-p-shield:before {
  content: ""; }

.icon-p-checklist:before {
  content: ""; }

.icon-printer:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-p-accident:before {
  content: ""; }

.icon-p-bandaid:before {
  content: ""; }

.icon-p-handshake:before {
  content: ""; }

.icon-p-news:before {
  content: ""; }

.icon-p-piggybank:before {
  content: ""; }

.icon-p-school:before {
  content: ""; }

.icon-avatar:before {
  content: ""; }

.icon-p-person:before {
  content: ""; }

.icon-profile:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-p-doc:before {
  content: ""; }

.icon-p-coin:before {
  content: ""; }

.icon-p-identification:before {
  content: ""; }

.icon-arrow-r:before {
  content: ""; }

.icon-arrow-l:before {
  content: ""; }

.icon-arrow-u:before {
  content: ""; }

.icon-arrow-d:before {
  content: ""; }

.icon-hamburger:before {
  content: ""; }

/*=========================================
  GLOBAL / BASE
=========================================*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 16px;
  color: #494949; }
  html.no-focus-outline a:focus, html.no-focus-outline button:focus, html.no-focus-outline input:focus {
    outline: none; }
  @media (max-width: 480px) {
    html {
      font-size: 85%; } }

body {
  background: #FFF; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit; }
  @media print {
    *,
    *:after,
    *:before {
      width: 100% !important;
      padding: 0 !important;
      color: black !important;
      background: transparent !important; } }

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

ul {
  list-style: none; }

a {
  text-decoration: none;
  background-color: transparent; }
  a img {
    border: 0; }

a, button {
  cursor: pointer; }
  a:hover [class^="icon-svg"]:before, a:hover [class*=" icon-svg"]:before, a:active [class^="icon-svg"]:before, a:active [class*=" icon-svg"]:before, button:hover [class^="icon-svg"]:before, button:hover [class*=" icon-svg"]:before, button:active [class^="icon-svg"]:before, button:active [class*=" icon-svg"]:before {
    -webkit-filter: brightness(0.3);
            filter: brightness(0.3);
    -webkit-transition: -webkit-filter .15s ease-in-out;
    transition: -webkit-filter .15s ease-in-out;
    transition: filter .15s ease-in-out;
    transition: filter .15s ease-in-out, -webkit-filter .15s ease-in-out; }

strong {
  font-weight: 700; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

small {
  font-size: 80%; }

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

mark {
  display: inline-block;
  padding: 0 .3em;
  background: lightgoldenrodyellow; }

.h1, .h2, .widget .widget-title, .h3 {
  font: 500 2.5rem/1.2 "Saira Extra Condensed", sans-serif;
  color: #2A667C; }
  .h1 + p, .h2 + p, .widget .widget-title + p, .h3 + p {
    margin-top: 1em; }

.h2, .widget .widget-title {
  font-size: 1.875rem; }

.h3 {
  font-size: 1.5rem; }

.c-black {
  color: #000; }

.c-medium-blue {
  color: #63A2B3; }

blockquote {
  padding-inline: 40px;
  font-style: italic !important; }
  li blockquote {
    margin-block: 20px; }
  blockquote p {
    font-style: italic !important; }
  .content blockquote + * {
    -webkit-margin-before: 20px;
            margin-block-start: 20px; }

.content h1 {
  font: 500 2.5rem/1.2 "Saira Extra Condensed", sans-serif;
  color: #2A667C; }
  .content h1 + p {
    margin-top: 1em; }

.content h2, .content h3 {
  font: 500 1.875rem/1.2 "Saira Extra Condensed", sans-serif;
  color: #2A667C; }
  .content h2 + p,
  .content h2 + ul,
  .content h2 + ol, .content h3 + p,
  .content h3 + ul,
  .content h3 + ol {
    margin-top: .4em; }
  .content h2 strong, .content h2 span, .content h3 strong, .content h3 span {
    color: #2A667C !important;
    font-weight: 500 !important; }

.content h3 {
  font-size: 1.5rem; }

.content p:not(:empty), .content ul, .content ol, .content table {
  font: 16px/1.4 "Calibri", "Arial", sans-serif; }
  .content p:not(:empty) + *, .content ul + *, .content ol + *, .content table + * {
    margin-top: 1.4em; }

.content p:empty {
  display: none; }

.content a:not(.btn):not(.portal_page_button):not(.file-label):not(.read-more) {
  text-decoration: underline;
  color: #2A667C; }
  @media (hover: hover) {
    .content a:not(.btn):not(.portal_page_button):not(.file-label):not(.read-more):hover {
      text-decoration: none !important; } }

.content ul:not(.list):not(.sections):not(.options):not(.country-list) {
  list-style: none; }
  .content ul:not(.list):not(.sections):not(.options):not(.country-list) li {
    position: relative;
    padding-left: 16px; }
    .content ul:not(.list):not(.sections):not(.options):not(.country-list) li:before {
      display: block;
      position: absolute;
      top: 6px;
      left: 0;
      width: 8px;
      height: 8px;
      background: #2A667C;
      content: ""; }
    .content ul:not(.list):not(.sections):not(.options):not(.country-list) li ul {
      margin-top: .4em; }
      .content ul:not(.list):not(.sections):not(.options):not(.country-list) li ul li:before {
        height: 3px;
        top: 9px; }
    .content ul:not(.list):not(.sections):not(.options):not(.country-list) li + li {
      margin-top: .4em; }

.content ol:not(.list):not([style*="list-style-type: lower-alpha;"]):not(.hs_nav) {
  list-style: none;
  counter-reset: counter; }
  .content ol:not(.list):not([style*="list-style-type: lower-alpha;"]):not(.hs_nav) li {
    position: relative;
    padding-left: 25px;
    counter-increment: counter; }
    .content ol:not(.list):not([style*="list-style-type: lower-alpha;"]):not(.hs_nav) li:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      color: #2A667C;
      font-weight: 700;
      content: counter(counter) "."; }
    .content ol:not(.list):not([style*="list-style-type: lower-alpha;"]):not(.hs_nav) li + li {
      margin-top: .4em; }

.content ol[style*="list-style-type: lower-alpha;"] {
  list-style: none !important;
  counter-reset: counter; }
  .content ol[style*="list-style-type: lower-alpha;"] li {
    position: relative;
    padding-left: 25px;
    counter-increment: counter; }
    .content ol[style*="list-style-type: lower-alpha;"] li:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      color: #3B8B9F;
      font-weight: 700;
      content: counter(counter, lower-alpha) "."; }
    .content ol[style*="list-style-type: lower-alpha;"] li + li {
      margin-top: .4em; }

.content table {
  width: 100% !important;
  border-bottom: 2px solid #E7E7E7; }
  .promoties .content table td:first-child {
    width: 200px; }
  .content table thead {
    background: #E7E7E7;
    font-weight: bold; }
    @media (max-width: 768px) {
      .content table thead {
        width: 100%;
        display: block; }
        .content table thead:first-child {
          display: none; } }
  .content table tbody tr:nth-child(even) {
    background: rgba(231, 231, 231, 0.4); }
  .content table td, .content table th {
    padding: 15px 30px;
    text-align: left; }
    @media (max-width: 768px) {
      .content table td, .content table th {
        padding: 0 15px; } }
  .content table td {
    display: table-cell; }
    @media (max-width: 768px) {
      .content table td {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 13.33333px;
        width: 100% !important;
        height: auto !important; } }
    @media (max-width: 480px) {
      .content table td {
        grid-template-columns: 1fr;
        gap: 4px; } }
    .content table td:before {
      font-weight: bold;
      display: none; }
      @media (max-width: 768px) {
        .content table td:before {
          display: block;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
  .content table th {
    display: table-cell; }
    @media (max-width: 768px) {
      .content table th {
        display: none; } }
  .content table tr {
    padding: 0;
    display: table-row; }
    @media (max-width: 768px) {
      .content table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 13.33333px;
        padding-block: 20px;
        height: auto !important; } }
  .content table .full {
    width: 100%; }
  .content table .center {
    text-align: center; }
    @media (max-width: 480px) {
      .content table .center {
        text-align: left; }
        .content table .center br {
          display: none; } }
  .content table a:not(.file-label) {
    font-weight: 700;
    color: #3B8B9F; }

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

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important; }

body ol.hs_nav .hs_nav_section.hs_nav_section_current span {
  color: #2A667C; }

body ol.hs_nav .hs_nav_section.hs_nav_section_current span::before {
  border-color: #2A667C;
  color: #2A667C; }

body ol.hs_nav.hs_nav_hori .hs_nav_section::after,
body ol.hs_nav .hs_nav_section span::before,
body ol.hs_nav .hs_nav_section span {
  border-color: #494949;
  color: #494949;
  font-weight: 700; }

body .hs_platform_form .form-legend-required-text {
  color: #FFF; }

body .form-group.mandatory label.form-label:after,
body .form-group.mandatory legend:after,
body .form-group.hs-disclaimer.mandatory .checkbox-wrap label:after,
body .form-group.form-group-checkbox.mandatory .checkbox-wrap label:after,
body .hs_platform_form .ub-error .field_label,
body .hs_platform_form .ub-error .form-label,
body .hs_platform_form .hs-disclaimer.required.ub-error label {
  color: #494949; }

body .hd_nav {
  --navColor: colors(blue, dark); }

body .hs_platform_form .form-group .form-field .form-field-text-help {
  line-height: 1.4; }

body .hs_platform_form .form-group .form-field .form-field-text-invalid {
  border: 1px solid var(--ubErrorColorDark); }

body .hs_platform_form .form-group .form-field .form-field-text-invalid::before {
  border-bottom-color: var(--ubErrorColorDark); }

body .hs_form_on_page .hs_platform_form .form-group.form-validation-summary,
body .hs_form_on_page .hs_platform_form .form-group.form-server-errors,
body .hs_form_on_page .hs_platform_form .form-group.form-legend-info {
  border: 1px solid var(--ubErrorColorDark);
  line-height: 1.4; }

.grecaptcha-badge {
  visibility: hidden; }

@media (max-width: 480px) {
  .hide-on-mobile {
    display: none !important; } }

@media (min-width: 481px) {
  .show-on-mobile {
    display: none !important; } }

.is-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */ }

.c-white {
  color: #FFF; }

.list {
  width: 100%;
  list-style: none; }

/*=========================================
  GLOBAL / ICONS
===========================================

/*-----------------------------------------
  SVG ICONS
-----------------------------------------*/
[class^="icon-svg"]:before, [class*=" icon-svg"]:before {
  content: '';
  height: 50px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.icon-svg-digital-competency-centre:before {
  background-image: url("../img/digitaal-competentie-centrum.svg"); }

.icon-svg-recognize-appreciate:before {
  background-image: url("../img/erkennen-waarderen.svg"); }

.icon-svg-open-access:before {
  background-image: url("../img/open-access.svg"); }

.icon-svg-pki:before {
  background-image: url("../img/pki.svg"); }

.wpcf7-form.sent div.wpcf7-response-output {
  background: #6fd487; }

.wpcf7-form.failed div.wpcf7-response-output, .wpcf7-form.aborted div.wpcf7-response-output, .wpcf7-form.spam div.wpcf7-response-output, .wpcf7-form.invalid div.wpcf7-response-output, .wpcf7-form.unaccepted div.wpcf7-response-output {
  background: #EC5D47; }

.wpcf7 {
  background: #E7E7E7;
  accent-color: #2A667C; }
  .wpcf7 div.wpcf7-response-output {
    margin: 0;
    padding: 40px;
    border: 0;
    color: white; }
  .wpcf7 h2 {
    margin-bottom: 0; }
  .wpcf7 .intro {
    padding: 20px;
    border-bottom: 2px solid white; }
    .wpcf7 .intro strong {
      font-family: "Saira Extra Condensed", sans-serif;
      font-size: 1.875rem;
      line-height: 1.1;
      margin-bottom: 10px;
      display: block; }
  .wpcf7 .info {
    font-size: .7em;
    display: block;
    margin-top: 10px; }
  .wpcf7 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), .wpcf7 textarea, .wpcf7 select {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    padding: 13.33333px;
    font-size: 1em;
    -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px rgba(0, 0, 0, 0.1); }
  .wpcf7 select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='silver'><polygon points='0,0 8,0 4,4'/></svg>") no-repeat scroll 95% 60% white; }
  .wpcf7 span.wpcf7-list-item {
    margin-left: 0; }
  .wpcf7 input[type="submit"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .content .wpcf7 p:not(:empty) + * {
    margin-top: 0; }
  .wpcf7 .form-part {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .wpcf7 .form-part + .form-part {
      border-top: 2px solid white; }
    .wpcf7 .form-part br {
      display: none !important; }
  .wpcf7 label {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 700; }
  .wpcf7 .wpcf7-list-item {
    display: block; }
    .wpcf7 .wpcf7-list-item label {
      margin: 0;
      cursor: pointer;
      font-weight: 400; }
    .wpcf7 .wpcf7-list-item + .wpcf7-list-item {
      margin-top: 10px; }
  .wpcf7 .half {
    width: 48%;
    width: calc(50% - 20px); }
    @media (max-width: 480px) {
      .wpcf7 .half {
        width: 100%; } }
  .wpcf7 .full {
    width: 100%; }
  .wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: block; }
    .wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
      position: absolute;
      bottom: 5px;
      right: 5px;
      font-size: .8em; }
  .wpcf7 .wpcf7-not-valid {
    -webkit-box-shadow: inset 0 0 0 2px #EC5D47 !important;
            box-shadow: inset 0 0 0 2px #EC5D47 !important; }

.vacancy-data {
  margin-top: 40px; }

.wpcf7 .screen-reader-response {
  position: relative !important;
  overflow: visible !important;
  clip: initial !important;
  -webkit-clip-path: initial !important;
          clip-path: initial !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  border: 0;
  word-wrap: normal !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px; }
  .wpcf7 .screen-reader-response:has(+ .invalid) {
    padding: 20px;
    border-bottom: 2px solid white; }

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  background: #FFF;
  -webkit-box-shadow: 0 0 80px 0 #E7E7E7;
          box-shadow: 0 0 80px 0 #E7E7E7;
  z-index: 0; }
  .site__header {
    position: relative;
    height: 190px;
    border-top: 50px solid #F3B233; }
    .site__header:after {
      position: absolute;
      bottom: -5px;
      left: 40px;
      width: calc(100% - 80px);
      height: 5px;
      content: "";
      background: #3B8B9F;
      z-index: 1; }
      @media (max-width: 480px) {
        .site__header:after {
          left: 20px;
          width: calc(100% - 40px); } }
      .site.theme-red .site__header:after {
        background: #EC5D47; }
      .site.theme-brown .site__header:after {
        background: #8B6648; }
    @media (max-width: 480px) {
      .site__header {
        height: 130px;
        border-width: 30px; } }
    @media (max-width: 450px) {
      .site__header {
        height: 170px;
        border-width: 70px; } }
  .site__menu {
    position: absolute;
    top: 50px;
    left: 143px;
    right: 240px; }
    @media (max-width: 1000px) {
      .site__menu {
        height: 0;
        opacity: 0;
        background: white;
        position: absolute;
        bottom: 0;
        translate: -50% 100%;
        z-index: 100;
        width: 100vw;
        left: 50%;
        pointer-events: none; }
        .site__menu.is-active {
          height: auto;
          opacity: 1;
          pointer-events: initial; } }
    .site__menu .menu {
      width: 100%;
      padding-left: 20px; }
      @media (max-width: 1000px) {
        .site__menu .menu {
          -webkit-columns: 2 auto;
             -moz-columns: 2 auto;
                  columns: 2 auto;
          -webkit-column-gap: 30px;
             -moz-column-gap: 30px;
                  column-gap: 30px;
          padding: 40px;
          background: white;
          border-top: 4px solid #3B8B9F;
          -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
                  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }
          .site__menu .menu a {
            border-bottom: 1px solid #63A2B3; } }
      @media (max-width: 480px) {
        .site__menu .menu {
          -webkit-columns: 1 auto;
             -moz-columns: 1 auto;
                  columns: 1 auto;
          padding: 30px 20px; } }
      .site__menu .menu__item {
        float: left;
        height: 42px; }
        .site__menu .menu__item--1 {
          position: relative; }
          @media (min-width: 1001px) {
            .site__menu .menu__item--1:not(:first-child) {
              margin-left: 40px; } }
          .site__menu .menu__item--1:after {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            content: "";
            border: 2px solid #D8E8EC;
            border-width: 0 0 2px;
            z-index: -1;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out; }
          @media (min-width: 1001px) {
            .site__menu .menu__item--1:hover:after {
              border-color: #2A667C; } }
          .site__menu .menu__item--1:hover > a {
            color: #2A667C; }
          @media (min-width: 1001px) {
            .site__menu .menu__item--1.is-active:after {
              border-color: #2A667C; } }
          .site__menu .menu__item--1.is-active > a {
            color: #2A667C; }
          @media (max-width: 1000px) {
            .site__menu .menu__item--1 {
              float: none; } }
    .site__menu a {
      display: block;
      font: 700 18px/42px "Calibri", "Arial", sans-serif;
      white-space: nowrap;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .site__menu a:hover {
        color: #2A667C; }
  .site__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .site__sidebar {
    color: #FFF;
    background: -webkit-gradient(linear, left bottom, left top, from(#2A667C), to(#3B8B9F));
    background: linear-gradient(0deg, #2A667C 0%, #3B8B9F 100%); }
    .site__sidebar__contact {
      min-height: 100px; }
  .site__footer {
    color: #FFF; }
    .site__footer__bar {
      padding-bottom: 40px;
      padding-top: 20px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px; }

.contain {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px; }
  @media (max-width: 480px) {
    .contain {
      padding: 0 20px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding: 40px; }
  .row--light-blue {
    background: #D8E8EC; }
  @media (max-width: 768px) {
    .row {
      padding: 40px; } }
  @media (max-width: 480px) {
    .row {
      padding: 30px 20px; } }
  .row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

[class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1; }
  @media (max-width: 768px) {
    [class*="col-"] {
      width: 100% !important; }
      [class*="col-"] + [class*="col-"] {
        margin-top: 40px; } }
  [class*="col-"].place-end {
    margin-left: auto; }
  [class*="col-"].place-center {
    margin-left: auto;
    margin-right: auto; }

.col-1 {
  width: 100%; }

.col-1_2 {
  width: calc(50% - 20px); }
  @media (min-width: 481px) {
    .col-1_2.content {
      padding-right: 40px; } }

.col-1_3 {
  width: calc(33.33333% - 20px); }

.col-2_3 {
  width: calc(66.66667% - 20px); }

.block-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 480px) {
    .page-template-landing_employees .block-grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .page-template-landing_employees .block-grid > .block {
        width: 100% !important; } }
  .page-template-landing .block-grid {
    margin-bottom: -40px; }
  .block-grid > .block {
    margin-bottom: 30px;
    width: calc(50% - 15px); }
    @media (max-width: 480px) {
      .block-grid > .block {
        width: 100%; } }
  .block-grid > .col-1_3:nth-child(n+4) {
    margin-top: 30px; }
  .block-grid .card {
    height: 100%; }

a[rel="home"] {
  display: block;
  position: absolute;
  top: 20px;
  left: 40px;
  width: 63px;
  height: 100px;
  font-size: 0;
  background: url("../img/nwo_logo.svg") 50%/contain no-repeat; }
  @media (max-width: 480px) {
    a[rel="home"] {
      top: 20px;
      left: 20px;
      width: 38px;
      height: 60px; } }

.toggle-menu,
.toggle-search {
  position: absolute;
  top: 50%;
  height: 42px;
  overflow: hidden;
  margin-top: -21px; }
  .toggle-menu:before,
  .toggle-search:before {
    display: inline-block;
    float: left;
    font: 400 18px/41px "icons";
    color: #3B8B9F; }

.toggle-menu {
  right: 100px;
  padding: 0 10px;
  border: 1px solid #E7E7E7;
  font: 700 18px/40px "Calibri", "Arial", sans-serif;
  white-space: nowrap;
  text-transform: uppercase; }
  @media (min-width: 1001px) {
    .toggle-menu {
      display: none; } }
  .toggle-menu:before {
    margin-right: 10px;
    content: ""; }
  .toggle-menu.is-active:before {
    font: 700 20px/42px sans-serif;
    content: "✕"; }
  @media (max-width: 480px) {
    .toggle-menu {
      right: 144px; } }

.toggle-search {
  right: 40px;
  width: 42px;
  background: #D8E8EC;
  -webkit-box-shadow: inset 0 -2px 0 0 #B0D1D8;
          box-shadow: inset 0 -2px 0 0 #B0D1D8;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  border: 0; }
  @media (min-width: 1351px) {
    .toggle-search {
      display: none; } }
  .toggle-search:before {
    width: 100%;
    content: "";
    text-align: center; }
  .toggle-search:hover, .toggle-search.is-active {
    background: #2A667C; }
    .toggle-search:hover:before, .toggle-search.is-active:before {
      color: #FFF; }
  .toggle-search.is-active {
    margin-top: 0; }
    .toggle-search.is-active:before {
      font: 700 20px/42px sans-serif;
      content: "✕"; }
  @media (max-width: 480px) {
    .toggle-search {
      right: 82px; } }

.header__slogan, .header__lang {
  position: absolute;
  top: -50px;
  height: 50px; }

.header__slogan {
  left: 40px;
  font: 16px/50px "Calibri", "Arial", sans-serif; }
  .header__slogan span {
    font-weight: 700; }
  @media (max-width: 480px) {
    .header__slogan {
      left: 0;
      top: -30px;
      width: 100%;
      height: 30px;
      padding: 0 20px;
      font: 14px/30px "Calibri", "Arial", sans-serif;
      text-align: left; } }
  @media (max-width: 450px) {
    .header__slogan {
      top: -65px;
      text-align: center; } }

.header__lang {
  right: 0; }
  .header__lang .lang {
    font: 700 16px/50px "Calibri", "Arial", sans-serif; }
    @media (hover: hover) {
      .header__lang .lang:hover {
        text-decoration: underline; } }
    .header__lang .lang.is-active {
      display: none; }
    .header__lang .lang--en a:before {
      background-image: url("../img/flag_en.svg"); }
  .header__lang a {
    display: block;
    padding: 0 30px; }
    .header__lang a:before {
      display: block;
      float: left;
      width: 30px;
      height: 20px;
      margin: 15px 8px 0 0;
      border: 1px solid #FFF;
      content: "";
      background: #F3B233 url("../img/flag_nl.svg") 50%/cover no-repeat; }
  @media (max-width: 480px) {
    .header__lang {
      top: 29px;
      right: 20px;
      width: 42px;
      height: 42px; }
      .header__lang a {
        width: 42px;
        height: 42px;
        padding: 0;
        background: #F3B233;
        -webkit-box-shadow: inset 0 -2px 0 0 #D2941E;
                box-shadow: inset 0 -2px 0 0 #D2941E; }
        .header__lang a:before {
          margin: 12px 6px;
          -webkit-transform: scale(0.8);
              -ms-transform: scale(0.8);
                  transform: scale(0.8); } }

.header__search {
  position: absolute;
  top: 49px;
  right: 40px;
  width: 200px;
  height: 42px;
  background: #D8E8EC;
  -webkit-box-shadow: 0 2px 0 0 #B0D1D8;
          box-shadow: 0 2px 0 0 #B0D1D8; }
  .header__search__input, .header__search__submit {
    float: left;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border: 0;
    background: #D8E8EC; }
  .header__search__input {
    width: calc(100% - 42px);
    font: 700 16px/1 "Calibri", "Arial", sans-serif;
    text-indent: 15px;
    color: #494949;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    .header__search__input::-webkit-input-placeholder {
      color: #494949; }
    .header__search__input::-moz-placeholder {
      color: #494949; }
    .header__search__input:-ms-input-placeholder {
      color: #494949; }
    .header__search__input::-ms-input-placeholder {
      color: #494949; }
    .header__search__input::placeholder {
      color: #494949; }
    .header__search__input:focus {
      text-indent: 0;
      background: #FFF; }
      .header__search__input:focus::-webkit-input-placeholder {
        color: #D8E8EC; }
      .header__search__input:focus::-moz-placeholder {
        color: #D8E8EC; }
      .header__search__input:focus:-ms-input-placeholder {
        color: #D8E8EC; }
      .header__search__input:focus::-ms-input-placeholder {
        color: #D8E8EC; }
      .header__search__input:focus::placeholder {
        color: #D8E8EC; }
  .header__search__submit {
    font-size: 0;
    color: #3B8B9F;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    .header__search__submit:before {
      display: block;
      font: 400 18px/42px "icons";
      content: "";
      -webkit-transition: all .15s ease-in-out;
      transition: all .15s ease-in-out; }
    .header__search__submit:hover {
      background: #2A667C; }
      .header__search__submit:hover:before {
        color: #FFF; }
  @media (max-width: 1350px) {
    .header__search--main {
      top: 140px;
      width: calc(50% - 60px);
      height: auto;
      overflow: hidden;
      margin-top: -30px;
      padding: 30px;
      background: #3B8B9F;
      z-index: 101;
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transition: -webkit-transform .15s ease-in-out;
      transition: -webkit-transform .15s ease-in-out;
      transition: transform .15s ease-in-out;
      transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out; }
      .header__search--main input:focus {
        text-indent: 15px; }
      .header__search--main.is-active {
        -webkit-transition-delay: .15s;
                transition-delay: .15s;
        -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
                transform: scaleY(1); } }
  @media (max-width: 480px) {
    .header__search--main {
      width: 100dvw;
      top: 120px;
      left: 0; } }
  .header__search--boxed {
    height: 70px;
    overflow: hidden;
    margin: 30px -30px -30px;
    -webkit-box-shadow: 0 2px 0 0 #b0d1d8;
            box-shadow: 0 2px 0 0 #b0d1d8; }
    .header__search--boxed .header__search__input,
    .header__search--boxed .header__search__submit {
      height: 70px; }
    .header__search--boxed .header__search__input {
      width: calc(100% - 70px);
      font-size: 1.25rem;
      text-indent: 30px; }
    .header__search--boxed .header__search__submit {
      width: 70px; }
      .header__search--boxed .header__search__submit:before {
        font: 400 24px/70px "icons"; }

.danger-buttons {
  position: absolute;
  left: 50%;
  top: -46px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 1000px) {
    .danger-buttons {
      left: initial;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      right: 185px; } }
  @media (max-width: 1000px) {
    .danger-buttons {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 218px; } }
  @media (max-width: 480px) {
    .danger-buttons {
      right: 20px;
      top: -30px;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }
  @media (max-width: 450px) {
    .danger-buttons {
      right: initial;
      left: 50%;
      top: -35px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .danger-buttons .btn, .danger-buttons .wpcf7 input[type="submit"], .wpcf7 .danger-buttons input[type="submit"], .danger-buttons .portal_page_button {
    margin-top: 0;
    background: #EC5D47;
    color: white; }
    @media (max-width: 525px) {
      .danger-buttons .btn, .danger-buttons .wpcf7 input[type="submit"], .wpcf7 .danger-buttons input[type="submit"], .danger-buttons .portal_page_button {
        font-size: .9em;
        min-height: initial; } }
    @media (max-width: 480px) {
      .danger-buttons .btn, .danger-buttons .wpcf7 input[type="submit"], .wpcf7 .danger-buttons input[type="submit"], .danger-buttons .portal_page_button {
        height: 30px;
        border-radius: 0;
        line-height: 30px;
        padding-top: 0;
        padding-bottom: 0; } }
    @media (max-width: 480px) {
      .danger-buttons .btn, .danger-buttons .wpcf7 input[type="submit"], .wpcf7 .danger-buttons input[type="submit"], .danger-buttons .portal_page_button {
        border-radius: 30px; } }
    .danger-buttons .btn:hover, .danger-buttons .wpcf7 input:hover[type="submit"], .wpcf7 .danger-buttons input:hover[type="submit"], .danger-buttons .portal_page_button:hover {
      background: #B72F1A; }
    .danger-buttons .btn:before, .danger-buttons .wpcf7 input[type="submit"]:before, .wpcf7 .danger-buttons input[type="submit"]:before, .danger-buttons .portal_page_button:before {
      content: '';
      margin: 0; }

.skiplink a {
  color: #FFF;
  background-color: #2A667C;
  border: 2px solid #FFF;
  padding: 20px;
  position: absolute;
  display: block;
  z-index: 10;
  inset-block-start: -100dvh;
  inset-inline-start: 0; }

.skiplink a:hover,
.skiplink a:focus {
  inset-block-start: 0;
  outline-offset: 0; }

@media (max-width: 480px) {
  .lang--name {
    display: none; } }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-block: 40px;
  font: 700 14px/1 "Calibri", "Arial", sans-serif;
  text-align: left;
  color: #494949;
  z-index: 1; }
  .breadcrumbs + #content:not(:has(.m-banner)) {
    -webkit-margin-before: -40px;
            margin-block-start: -40px; }
    @media (max-width: 768px) {
      .breadcrumbs + #content:not(:has(.m-banner)) {
        -webkit-margin-before: 0;
                margin-block-start: 0; } }
  .breadcrumbs > * {
    display: inline-block; }
  .breadcrumbs a {
    text-decoration: underline;
    color: #2A667C; }
  .breadcrumbs .sep {
    margin: 0 10px; }
  .breadcrumbs--banner {
    color: #2A667C;
    max-width: 100vw; }
    .breadcrumbs--banner a {
      color: currentColor; }
    .breadcrumbs--banner .current-item,
    .breadcrumbs--banner .sep {
      color: #494949; }
  @media (max-width: 768px) {
    .breadcrumbs {
      display: none; } }

.simple-breadcrumbs {
  display: block;
  overflow: hidden;
  padding: 1em 0; }
  .simple-breadcrumbs .page {
    float: left;
    white-space: nowrap;
    font: 700 14px/1 "Calibri", "Arial", sans-serif;
    color: #494949;
    line-height: 1.6; }
    .simple-breadcrumbs .page:not(.current):after {
      display: inline-block;
      margin: 0 8px;
      content: "";
      font: 700 8px/14px "icons"; }
  .simple-breadcrumbs a {
    display: inline-block;
    text-decoration: underline;
    color: #2A667C; }

.pagination {
  width: 100%;
  margin-top: 40px; }

.tw-pagination {
  width: 100%;
  overflow: hidden;
  margin-bottom: -10px;
  list-style: none; }
  .tw-pagination > li {
    float: left; }
  .tw-pagination .title {
    display: none; }
  .tw-pagination .page,
  .tw-pagination .next,
  .tw-pagination .prev,
  .tw-pagination .gap {
    display: block;
    height: 30px;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    font: 700 16px/30px "Calibri", "Arial", sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #2A667C;
    background: #E7E7E7;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .tw-pagination .page:hover, .tw-pagination .page.current,
    .tw-pagination .next:hover,
    .tw-pagination .next.current,
    .tw-pagination .prev:hover,
    .tw-pagination .prev.current,
    .tw-pagination .gap:hover,
    .tw-pagination .gap.current {
      color: #FFF;
      background: #2A667C; }
  .tw-pagination .gap {
    background: transparent; }

.promotions-index {
  overflow: hidden; }
  .promotions-index > li {
    float: left;
    margin: 0 10px 10px 0; }

.promotions-list {
  margin-top: 1.4em; }
  .promotions-list:not(.is-active) {
    display: none; }
  .promotions-list .title {
    display: block;
    padding: 10px 30px;
    color: #FFF;
    background: #3B8B9F; }

.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 10px 40px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .swiper-navigation {
      margin: 10px 20px 0; } }

.swiper-button-prev,
.swiper-button-next {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #D8E8EC;
  block-size: 2.5rem;
  inline-size: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 0; }
  @media (hover: hover) {
    .swiper-button-prev:hover,
    .swiper-button-next:hover {
      background: #2A667C; }
      .swiper-button-prev:hover img,
      .swiper-button-next:hover img {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); } }
  .swiper-button-prev img,
  .swiper-button-next img {
    height: .75rem;
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px; }

.swiper-pause {
  block-size: 2.5rem;
  inline-size: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: #D8E8EC; }
  @media (hover: hover) {
    .swiper-pause:hover {
      background: #2A667C; }
      .swiper-pause:hover img {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); } }
  .swiper-pause img {
    height: .75rem;
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .swiper-pause .play,
  .swiper-pause .text-play {
    display: none; }

.swiper-pagination-bullet {
  block-size: .75rem;
  inline-size: .75rem;
  background: #D8E8EC;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #63A2B3;
  outline-offset: 4px; }
  @media (hover: hover) {
    .swiper-pagination-bullet:hover, .swiper-pagination-bullet:focus-visible {
      background: #2A667C; } }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2A667C; }

.site__sidebar__contact {
  font: normal 16px/1.4 "Calibri", "Arial", sans-serif; }
  .site__sidebar__contact .title {
    color: #FFF; }
  .site__sidebar__contact dl {
    width: 100%;
    overflow: hidden; }
  .site__sidebar__contact dt, .site__sidebar__contact dd {
    float: left;
    width: 33.33333%; }
    .site__sidebar__contact dt:not(.close), .site__sidebar__contact dd:not(.close) {
      margin-top: 20px; }
  .site__sidebar__contact dt {
    font-weight: 700;
    clear: both; }
    @media (max-width: 480px) {
      .site__sidebar__contact dt {
        width: 100%; } }
  .site__sidebar__contact dd {
    width: 66.66667%; }
    @media (max-width: 480px) {
      .site__sidebar__contact dd:not(.close) {
        margin-top: 4px; } }
  .site__sidebar__contact a {
    font-weight: 700;
    text-decoration: underline; }
    @media (hover: hover) {
      .site__sidebar__contact a:hover {
        text-decoration: none; } }
  .site__sidebar__contact .icon {
    display: inline-block;
    width: 16px;
    text-align: center;
    margin-right: 8px; }

.site__sidebar .extra-links {
  margin-top: 20px; }
  .site__sidebar .extra-links a {
    display: inline-block;
    margin-right: 20px;
    font-weight: 700;
    text-decoration: underline; }
    @media (hover: hover) {
      .site__sidebar .extra-links a:hover {
        text-decoration: none; } }

.site__sidebar .more-info .title {
  margin-bottom: 20px;
  color: #FFF; }

.site__sidebar .more-info .content p {
  font-size: 16px; }

.site__sidebar .more-info + .more-info {
  margin-top: 40px; }

.site__sidebar .footer-links {
  width: 100%;
  margin-top: 20px; }
  .site__sidebar .footer-links a {
    padding: 30px 0 30px 20px;
    display: block;
    border-top: 2px solid #63A2B3;
    border-bottom: 2px solid #63A2B3;
    text-decoration: underline;
    position: relative;
    font: 400 20px/1 "Saira Extra Condensed", sans-serif;
    white-space: nowrap; }
    .site__sidebar .footer-links a:before {
      position: absolute;
      top: 50%;
      left: -3px;
      width: 16px;
      height: 20px;
      text-align: center;
      content: "";
      font: 700 12px/21px "icons";
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .site__sidebar .footer-links a:hover {
      text-decoration: none; }

@media (min-width: 481px) {
  .site__sidebar .row {
    padding: 40px 40px 0 16.66667%;
    background: url("../img/nwo_logo_white.svg") 40px 40px/ auto 100px no-repeat; } }

.site__footer {
  width: 100%; }
  .site__footer .menu {
    float: left; }
    @media (max-width: 1024px) {
      .site__footer .menu {
        display: block;
        float: none;
        overflow: hidden; } }
    .site__footer .menu li {
      float: left;
      margin-right: 20px; }
      @media (max-width: 480px) {
        .site__footer .menu li {
          float: none;
          display: block; }
          .site__footer .menu li:not(:last-child) {
            margin-bottom: 10px; } }
    .site__footer .menu a {
      font-weight: 700;
      text-decoration: underline; }
      @media (hover: hover) {
        .site__footer .menu a:hover {
          text-decoration: none; } }
  .site__footer .copyright {
    float: right;
    font-size: 14px; }
    @media (max-width: 1024px) {
      .site__footer .copyright {
        display: block;
        float: none;
        overflow: hidden;
        margin-top: 15px; } }

@media print {
  .site__header,
  .site__menu,
  .site__sidebar,
  .site__footer,
  .t-page__sidebar,
  .breadcrumbs,
  .action-print,
  #cookie-bar {
    display: none !important; } }

.error404 .t-page__main p {
  line-height: 1.6; }
  .error404 .t-page__main p + p {
    margin-top: 20px; }

.error404 .t-page__main a {
  color: #2A667C; }

.btn, .wpcf7 input[type="submit"], .portal_page_button {
  display: inline-block;
  min-height: 42px;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 21px;
  font: 700 16px/1.2 "Calibri", "Arial", sans-serif;
  color: #494949;
  background: #F3B233;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .btn:before, .wpcf7 input[type="submit"]:before, .portal_page_button:before {
    display: inline-block;
    margin-right: 8px;
    content: "";
    font: 700 12px/1 "icons"; }
  .btn:hover, .wpcf7 input:hover[type="submit"], .portal_page_button:hover {
    background: #D2941E;
    color: #000; }

.read-more {
  display: inline-block;
  position: relative;
  height: 20px;
  margin-left: 20px;
  border-bottom: 1px solid currentColor;
  font: 700 16px/20px "Calibri", "Arial", sans-serif;
  white-space: nowrap;
  color: #2A667C; }
  @media (hover: hover) {
    .read-more:hover {
      border-bottom: 0 none; } }
  .read-more:before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    text-align: center;
    content: "";
    font: 700 10px/21px "icons"; }

.box {
  padding: 30px;
  background: #2A667C; }
  .box__title {
    min-height: 63px;
    margin: -30px -30px 30px;
    padding: 13px 30px;
    color: #FFF;
    background: #3B8B9F; }
    @media (max-width: 480px) {
      .box__title {
        margin: -30px -20px 30px; } }
    .box__title .icon {
      display: inline-block;
      margin-right: 8px;
      font-size: 24px; }
  .box + .box,
  .box + .widget {
    margin-top: 40px; }
    @media (max-width: 480px) {
      .box + .box,
      .box + .widget {
        margin-top: 30px; } }
  .box--term {
    background: #D8E8EC;
    padding: 30px; }
    .box--term + * {
      margin-top: 40px; }
    .box--term .post-type-list > li {
      margin-top: 20px; }
      .box--term .post-type-list > li a {
        display: block;
        padding: 30px;
        background: #FFF;
        border-top: 3px solid #3B8B9F; }
      .box--term .post-type-list > li ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 15px; }
        .box--term .post-type-list > li ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .box--term .post-type-list > li ul li strong {
            margin-left: 5px; }
          .box--term .post-type-list > li ul li + * {
            margin-left: 30px; }
  @media (max-width: 480px) {
    .box {
      padding: 20px; } }

.card {
  width: 100%;
  padding: 30px;
  background: #FFF; }
  .card--post {
    overflow: hidden; }
    .card--post .title {
      color: #3B8B9F; }
    .card--post .post-categories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      margin-bottom: 10px;
      color: #8B6648;
      font-size: .8rem;
      font-weight: 700; }
    .card--post p {
      line-height: 1.4; }
    .card--post footer {
      padding-top: 20px; }
      @media (max-width: 320px) {
        .card--post footer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 5px; }
          .card--post footer .read-more {
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0; } }
    .card--post .published {
      float: right; }
    .card--post .has-thumbnail {
      padding-left: calc(25% + 30px); }
    .card--post .thumbnail {
      float: left;
      width: 25%; }
      .card--post .thumbnail img {
        width: 100%; }
  .card--event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px; }
    .card--event .title {
      color: #3B8B9F; }
    .card--event .date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50px;
      margin-right: 20px;
      padding: 10px 0;
      font: 700 12px/1 "Calibri", "Arial", sans-serif;
      text-align: center;
      background: #2A667C; }
      .card--event .date span {
        display: block;
        color: #FFF; }
        .card--event .date span.nr {
          padding-bottom: 5px;
          font-size: 24px;
          color: #FFF; }
    .card--event .till {
      display: block;
      width: 50px;
      padding: 5px;
      text-align: center;
      color: #494949; }
    .card--event .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .card--event .content p {
        margin-top: 10px; }
  .card--shaded {
    -webkit-box-shadow: 0 3px #63A2B3;
            box-shadow: 0 3px #63A2B3; }
  .card--bordered {
    border: 2px solid #E7E7E7; }
  .card + .card {
    margin-top: 20px; }

.published {
  font: 700 16px/20px "Calibri", "Arial", sans-serif;
  white-space: nowrap; }
  .single-post .published {
    margin-top: 20px;
    display: block; }
  .published:before {
    display: inline-block;
    margin-right: 8px;
    content: "";
    font: 16px/20px "icons";
    vertical-align: text-bottom; }

.card-image {
  width: 100%; }
  .card-image .image {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    background: white; }
  .card-image .caption {
    padding: 10px 0;
    position: relative; }
    .card-image .caption .toggle-video-overlay {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      padding: 10px;
      background: #3B8B9F;
      border-top-left-radius: 15px;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-transition: all .25s;
      transition: all .25s; }
      .card-image .caption .toggle-video-overlay svg {
        width: 30px;
        height: 30px;
        fill: #FFF;
        -webkit-transition: all .25s;
        transition: all .25s; }
      .card-image .caption .toggle-video-overlay:hover {
        background: #FFF; }
        .card-image .caption .toggle-video-overlay:hover svg {
          fill: #3B8B9F; }
    .card-image .caption .image-caption {
      font-size: .8em;
      margin-top: 5px;
      font-style: italic;
      max-width: 515px; }
  .card-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: none; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .attachments .block-grid {
    display: block !important; }
    .attachments .block-grid > .block {
      float: left !important;
      margin-left: 7.5px !important;
      margin-right: 7.5px !important; } }

#posts .card {
  border: 2px solid #E7E7E7; }

#posts > li + li {
  margin-top: 20px; }

.widget + .widget {
  margin-top: 40px; }

.widget_text {
  padding: 30px;
  text-align: center;
  background: #D8E8EC; }
  .widget_text .widget-title {
    margin: 0 auto;
    max-width: 13em; }

.m-banner {
  position: relative;
  width: calc(100% - 80px);
  margin: 0 40px;
  background: #3B8B9F 50%/cover no-repeat; }
  .m-banner:after {
    display: block;
    position: relative;
    padding-bottom: 53%;
    content: "";
    background: url(../img/circles-r.svg) 100% 50%/contain no-repeat, -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: url(../img/circles-r.svg) 100% 50%/contain no-repeat, linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%); }
    @media (max-width: 480px) {
      .m-banner:after {
        position: absolute;
        bottom: 42px;
        left: 0;
        width: 100%; } }
  .site.theme-red .m-banner {
    background-color: #EC5D47; }
  .site.theme-brown .m-banner {
    background-color: #8B6648; }
  .m-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 275px;
    padding: 63px 0 80px;
    color: #FFF;
    z-index: 1; }
    @media (max-width: 480px) {
      .m-banner__content {
        padding: 10px 10px 80px !important; } }
    @media (max-width: 768px) {
      .m-banner__content {
        padding: 30px; } }
    @media (max-width: 768px) {
      .m-banner__content > .contain {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 769px) {
      .m-banner__content > .contain {
        padding-right: calc(50% + 40px); } }
    .m-banner__content .title {
      color: #FFF; }
    @media (max-width: 480px) {
      .m-banner__content .btn, .m-banner__content .wpcf7 input[type="submit"], .wpcf7 .m-banner__content input[type="submit"], .m-banner__content .portal_page_button {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0; } }
  @media (min-width: 481px) {
    .m-banner img {
      display: none; } }
  @media (max-width: 480px) {
    .m-banner {
      width: calc(100% - 40px);
      margin: 0 20px 20px;
      background-image: none !important; }
      .home .m-banner {
        height: 100%; } }
  .m-banner--page:after {
    padding-bottom: 30%;
    background: url(../img/circles-r.svg) 100% 50%/contain no-repeat; }
  .m-banner--page + .m-groups {
    margin: 0 40px; }

.m-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  @media (max-width: 480px) {
    .m-groups {
      margin-bottom: 40px !important; }
      .home .m-groups {
        margin-bottom: 0 !important; } }
  .m-groups.text-based {
    margin-bottom: 40px;
    text-align: left;
    color: white; }
    .m-groups.text-based p {
      line-height: 1.4; }
    .m-groups.text-based .group--full {
      text-align: left; }
  .m-groups .group {
    position: relative;
    padding: 80px 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px; }
    .m-groups .group:after {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100vw;
      content: "";
      z-index: -1; }
    .m-groups .group.col-4 ul {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
      @media (max-width: 768px) {
        .m-groups .group.col-4 ul {
          grid-template-columns: repeat(3, minmax(0, 1fr)); } }
      @media (max-width: 480px) {
        .m-groups .group.col-4 ul {
          grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    .m-groups .group .title {
      line-height: 30px;
      color: #FFF; }
      .m-groups .group .title a {
        white-space: nowrap;
        text-decoration: underline; }
      .m-groups .group .title .icon {
        display: inline-block;
        margin-right: 10px;
        font-size: 30px;
        vertical-align: bottom; }
    @media (max-width: 480px) {
      .home .m-groups .group--1 {
        padding-inline: 20px; } }
    .m-groups .group--1:after {
      max-width: 530px;
      left: 0;
      background: #EC5D47 url(../img/circles-l.svg) 0 50%/auto 100% no-repeat; }
    .m-groups .group--2 {
      padding-left: 40px;
      width: 34%; }
      .m-groups .group--2:after {
        max-width: 530px;
        left: 0;
        background: #8B6648 url(../img/circles-r.svg) 100% 50%/auto 100% no-repeat; }
      .m-groups .group--2.contain ul {
        grid-template-columns: repeat(4, minmax(0, 1fr)); }
        @media (max-width: 768px) {
          .m-groups .group--2.contain ul {
            grid-template-columns: repeat(3, minmax(0, 1fr)); } }
        @media (max-width: 480px) {
          .m-groups .group--2.contain ul {
            grid-template-columns: repeat(2, minmax(0, 1fr)); } }
      .m-groups .group--2 a {
        border-color: #593C24; }
      .m-groups .group--2 [class^="icon-"] {
        color: #BA8B66; }
    .m-groups .group--3 {
      width: 100%; }
      .m-groups .group--3:after {
        background: #F3B233 url(../img/circles-l.svg) 0 50%/auto 100% no-repeat; }
      .m-groups .group--3 .title {
        color: #494949; }
      .m-groups .group--3 a {
        border-color: #D2941E; }
      .m-groups .group--3 [class^="icon-"] {
        color: #F3B233; }
      .m-groups .group--3.icons-white {
        text-align: left;
        padding: 80px 40px; }
        @media (max-width: 480px) {
          .m-groups .group--3.icons-white {
            padding: 20px; }
            .page-template-landing_projects .m-groups .group--3.icons-white {
              padding-inline: 0; } }
        .m-groups .group--3.icons-white a {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 0 !important; }
          .m-groups .group--3.icons-white a:hover [class^="icon-"], .m-groups .group--3.icons-white a:hover span {
            color: #494949; }
        .m-groups .group--3.icons-white .label {
          text-align: left;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 1em;
          font-size: 1.3rem !important; }
        .m-groups .group--3.icons-white [class^="icon-"] {
          padding: .5em 0;
          background-color: #3B8B9F;
          color: #FFF;
          margin-bottom: 0;
          width: 100%; }
    @media (max-width: 1060px) {
      .m-groups .group {
        padding: 80px 0;
        width: 100% !important; }
        .page-template-landing_employees .m-groups .group:after {
          max-width: 100%; } }
    .m-groups .group--full {
      position: static;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      padding: 40px;
      text-align: center; }
      .m-groups .group--full ul {
        grid-template-columns: repeat(5, minmax(0, 1fr)); }
        @media (max-width: 1024px) {
          .m-groups .group--full ul {
            grid-template-columns: repeat(4, minmax(0, 1fr)); } }
        @media (max-width: 768px) {
          .m-groups .group--full ul {
            grid-template-columns: repeat(3, minmax(0, 1fr)); } }
        @media (max-width: 480px) {
          .m-groups .group--full ul {
            grid-template-columns: repeat(2, minmax(0, 1fr)); } }
        .m-groups .group--full ul li {
          aspect-ratio: initial; }
      .page-template-landing_employees .m-groups .group--full {
        max-width: 950px; }
      .page-template-landing_workgroups .m-groups .group--full {
        max-width: 850px;
        zoom: 1; }
      .m-groups .group--full:after {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 1400px; }
        .page-template-landing_employees .m-groups .group--full:after,
        .page-template-landing_workgroups .m-groups .group--full:after {
          max-width: 1320px;
          margin: 0 auto; }
    @media (max-width: 480px) {
      .m-groups .group {
        padding: 40px 0; }
        .m-groups .group:after {
          left: -20px;
          right: -20px;
          width: calc(100% + 40px); } }
  .m-groups ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px; }
  .m-groups li {
    position: relative;
    aspect-ratio: 1; }
    .m-groups li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      padding: 30px 5px;
      border-bottom: 3px solid #B72F1A;
      text-align: center;
      font: 700 13px/16px "Calibri", "Arial", sans-serif;
      background: #FFF;
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
      .home .m-groups li a {
        font: 700 14px/1.2 "Calibri", "Arial", sans-serif; }
      .m-groups li a:hover [class^="icon-"] {
        color: #000; }
    .m-groups li [class^="icon-"] {
      display: inline-block;
      margin-bottom: 20px;
      font-size: 50px;
      line-height: 50px;
      color: #EC5D47;
      -webkit-transition: color .15s ease-in-out;
      transition: color .15s ease-in-out; }
      @media (max-width: 480px) {
        .m-groups li [class^="icon-"] {
          margin-bottom: 5px; } }
    .m-groups li .label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 32px; }
      @media (max-width: 480px) {
        .m-groups li .label {
          font-size: .75rem;
          line-height: 1.2; } }

.m-news {
  position: relative;
  background: #D8E8EC 50%/cover no-repeat; }
  .m-news:not(.in-content) header {
    padding: 20px;
    background: #494949;
    color: #FFF;
    gap: 10px; }
    @media (max-width: 480px) {
      .m-news:not(.in-content) header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .m-news.in-content {
    margin-top: 40px;
    background: #E7E7E7; }
    .m-news.in-content .row {
      padding: 40px; }
      @media (max-width: 480px) {
        .m-news.in-content .row {
          padding: 20px; } }
    .m-news.in-content .title {
      color: #2A667C; }
    .m-news.in-content .col-1_2 {
      width: 100% !important; }
    .m-news.in-content .card {
      -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
              box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important; }
      @media (max-width: 480px) {
        .m-news.in-content .card {
          padding: 20px; } }
  .m-news header {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .m-news header .title {
      color: #FFF; }
    .m-news header .read-more {
      color: #FFF; }
  .m-news.in-content header .read-more {
    color: #2A667C; }
  .m-news .card {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }

.m-submenu {
  border-top: 5px solid #3B8B9F;
  background: #FFF; }
  .m-submenu .title {
    min-height: 63px;
    padding: 17px 30px;
    color: #494949; }
  .m-submenu a {
    display: block;
    position: relative;
    min-height: 42px;
    padding: 11px 30px;
    font: 700 16px/1.2 "Calibri", "Arial", sans-serif;
    color: #2A667C; }
    .m-submenu a:hover {
      background: #2A667C;
      color: #FFF; }
  .m-submenu .submenu > .page_item + .page_item,
  .m-submenu .submenu > .page_item + .cat-item,
  .m-submenu .submenu > .cat-item + .page_item,
  .m-submenu .submenu > .cat-item + .cat-item {
    border-top: 2px solid white; }
  .m-submenu .page_item,
  .m-submenu .cat-item {
    background: #D8E8EC; }
  .m-submenu .children {
    display: none;
    border-top: 2px solid #FFF; }
    .m-submenu .children a {
      padding-left: 45px;
      font-weight: 400; }
    .m-submenu .children .current_page_parent > a:before,
    .m-submenu .children .current_page_item > a:before,
    .m-submenu .children .current-cat > a:before {
      position: absolute;
      top: 50%;
      left: 30px;
      width: 6px;
      height: 6px;
      margin-top: -3px;
      border-radius: 6px;
      content: "";
      background: #494949; }
    .m-submenu .children .children {
      border-left: 15px solid #FFF;
      border-bottom: 2px solid #FFF; }
      .m-submenu .children .children a {
        padding-left: 30px; }
      .m-submenu .children .children .current_page_item > a {
        background: transparent !important; }
        .m-submenu .children .children .current_page_item > a:before {
          display: none !important; }
  .m-submenu .current_page_parent > a,
  .m-submenu .current_page_ancestor > a,
  .m-submenu .current_page_item > a,
  .m-submenu .current-cat > a {
    font-weight: 700;
    color: #494949;
    background: rgba(59, 139, 159, 0.2); }
  .m-submenu .current_page_parent > .children,
  .m-submenu .current_page_ancestor > .children,
  .m-submenu .current_page_item > .children,
  .m-submenu .current-cat > .children {
    display: block; }

.m-events {
  background: #E7E7E7; }
  .m-events header {
    position: relative;
    margin-bottom: 20px; }
    .m-events header .read-more {
      position: absolute;
      bottom: calc(50% - 10px);
      right: 0; }
  .m-events .card--event .date {
    background: #FFF;
    border: 1px solid #B0D1D8; }
    .m-events .card--event .date span {
      display: block;
      color: #2A667C; }
      .m-events .card--event .date span.nr {
        padding-bottom: 5px;
        font-size: 24px; }

.home-institutes {
  position: relative;
  min-height: 355px;
  z-index: 1; }
  @media (min-width: 769px) {
    .home-institutes {
      margin-top: -355px; } }

.m-portal {
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF;
  gap: 10px; }
  @media (max-width: 480px) {
    .m-portal {
      gap: 20px; } }
  .m-portal a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .25s;
    transition: all .25s; }
    .m-portal a:hover, .m-portal a:focus {
      background: #D8E8EC;
      color: #2A667C; }
    @media (max-width: 480px) {
      .m-portal a {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center; } }
  .m-portal strong, .m-portal span {
    display: inline-block; }
  .m-portal strong {
    clear: both;
    width: 90px;
    height: 36px;
    text-align: center;
    font: 700 18px/34px "Calibri", "Arial", sans-serif;
    white-space: nowrap;
    background: #D8E8EC;
    -webkit-transition: all .25s;
    transition: all .25s;
    color: #2A667C;
    border-right: 2px solid #2A667C; }
    .m-portal strong.hover {
      background: #FFF; }
  .m-portal span {
    font-size: 14px;
    line-height: 20px;
    zoom: 1; }
    .m-portal span.hover {
      text-decoration: underline; }

.home-slider {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  .home-slider .m-banner {
    overflow: hidden; }
    @media (max-width: 480px) {
      .home-slider .m-banner:after {
        height: 100%; } }
    .home-slider .m-banner img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (min-width: 481px) {
      .home-slider .m-banner__content {
        opacity: 0;
        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%);
        -webkit-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
        z-index: -1; } }
    .home-slider .m-banner.swiper-lazy-loaded .preload {
      opacity: 0; }
  .home-slider .preload {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: 50%/cover no-repeat;
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out; }
    @media (max-width: 480px) {
      .home-slider .preload {
        display: none; } }
  .home-slider .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .home-slider .slide {
    float: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1; }
    .home-slider .slide.is-active {
      z-index: 1; }
      .home-slider .slide.is-active .m-banner__content {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        z-index: 1; }

.title {
  color: currentColor; }

.t-page__aside > section:first-child {
  margin-top: 40px; }

.t-page__aside > section + section {
  margin-top: 20px; }

.page-template-landing .t-page__aside > section {
  background: #E7E7E7;
  padding: 40px; }

@media (min-width: 481px) {
  .t-page .banner-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-margin-after: 40px;
            margin-block-end: 40px; } }

.t-page .page-intro {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  color: #FFF;
  background: #2A667C url(../img/circles-r.svg) 100% 50%/contain no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .t-page .page-intro .title {
    padding-right: 54px; }
  .t-page .page-intro p {
    font: 1.25rem/1.4 "Calibri", "Arial", sans-serif; }
    .t-page .page-intro p + * {
      margin-top: 1.2em; }
  .t-page .page-intro a {
    text-decoration: underline;
    color: #FFF; }
  .t-page .page-intro ul {
    line-height: 1.6;
    list-style: disc;
    padding-left: 18px; }
  .t-page .page-intro .action-print {
    position: absolute;
    top: 30px;
    right: 30px; }
  @media (max-width: 480px) {
    .t-page .page-intro {
      width: calc(100% + 40px);
      margin: 0 -20px 40px; } }

@media (max-width: 480px) {
  .t-page {
    padding-top: 0; } }

.personalia-categories {
  margin: -40px 0 30px;
  padding: 30px;
  border-top: 2px solid #FFF;
  color: #FFF;
  background: #3B8B9F; }
  .personalia-categories .hashlink {
    padding-left: 0 !important; }
    .personalia-categories .hashlink:before {
      display: none !important; }
  .personalia-categories a {
    color: #FFF !important; }

.attachments {
  padding: 30px 0; }
  .attachments--filled {
    padding: 30px;
    background: #E7E7E7; }
  .attachments .title {
    margin-bottom: 20px; }
  .attachments a {
    text-decoration: underline;
    font-weight: 700;
    color: #2A667C; }
  .attachments .file-label {
    margin-right: 10px; }
  .attachments .icon-profile {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #2A667C; }
  .attachments .list li + li {
    margin-top: 5px; }

.file-label {
  display: inline-block;
  height: 22px;
  overflow: hidden;
  padding: 0 6px;
  border-radius: 3px;
  font: 700 16px/21px "Calibri", "Arial", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  letter-spacing: .01em;
  color: #FFF;
  vertical-align: middle;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  background: #B40B00;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .file-label--word {
    background: #1D5FBF; }
  .file-label--btn {
    background: #F3B233;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out; }
    .file-label--btn:hover, .file-label--btn.is-active {
      background: #D2941E; }

.file-size {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  color: #707070; }

.event-data {
  border: 1px solid #E7E7E7; }
  .event-data td {
    display: block;
    padding: 13.33333px; }
    .event-data td:first-child {
      background: #D8E8EC;
      font-weight: 700; }

.event-images li {
  margin-top: 40px; }

.event-images img {
  width: 100%;
  height: auto; }

.event-images strong {
  display: inline-block;
  margin-top: 6.66667px; }

.video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999; }
  .video-overlay .video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 10px;
    background: black;
    width: 100%;
    max-width: 750px; }
    .video-overlay .video-wrapper .video-container {
      width: 100%;
      padding-bottom: 56.25%;
      position: relative; }
    .video-overlay .video-wrapper iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .video-overlay .toggle-video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    cursor: pointer;
    -webkit-transform: translate(100%, -100%);
        -ms-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    font-size: 24px;
    background: #3B8B9F;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%; }

.department {
  width: 100%; }
  .department + .department {
    margin-top: 30px; }
  .department .title {
    padding: 15px 30px;
    color: #494949;
    background: #E7E7E7; }

.to-top {
  display: block;
  margin: 0;
  padding: 15px 30px;
  background: white;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: 700;
  text-decoration: none !important;
  position: fixed;
  bottom: 30px;
  right: 30px; }
  .to-top:after {
    display: inline-block;
    margin-left: 5px;
    content: "";
    font: 700 10px/1 "icons"; }

.action-print {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  font-size: 0;
  line-height: 0; }
  .action-print:after {
    display: block;
    content: "";
    font: 24px/24px "icons";
    text-align: center;
    color: #FFF; }
  .action-print:hover:after {
    color: #D8E8EC; }
  @media (max-width: 480px) {
    .action-print {
      display: none; } }

.person-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .person-list li {
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: 1fr 1fr;
    padding-block: 20px;
    padding-inline: 20px;
    gap: 10px; }
    @media (max-width: 480px) {
      .person-list li {
        grid-template-columns: 1fr; } }
    .person-list li:nth-child(even) {
      background: rgba(231, 231, 231, 0.4); }

.person-info {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  padding: 20px;
  border-bottom: 2px solid #E7E7E7; }
  @media (max-width: 480px) {
    .person-info {
      grid-template-columns: 1fr;
      gap: 6.66667px; } }
  .person-info strong {
    font-weight: 700; }
  @media (max-width: 480px) {
    .person-info span + strong {
      margin-top: 10px; } }

.page-template-template-jobs .t-page__main h2 {
  margin-bottom: 20px; }

#vacancies {
  position: relative; }
  #vacancies:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url("../img/circles-l.svg");
    background-repeat: no-repeat; }
  #vacancies h2 {
    text-align: center;
    margin-bottom: 40px; }
  #vacancies .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #vacancies .card img {
      max-height: 100px;
      width: auto;
      -ms-flex-item-align: center;
          align-self: center;
      margin: 0 auto 30px; }
    #vacancies .card a {
      -ms-flex-item-align: start;
          align-self: start;
      color: #2A667C;
      font-weight: 700;
      display: inline-block;
      margin-bottom: 7.5px;
      position: relative;
      padding-left: 23px;
      text-decoration: underline; }
      #vacancies .card a:before {
        content: '›';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 20px; }
      #vacancies .card a:hover {
        text-decoration: none; }
    #vacancies .card p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #vacancies .card p i {
        margin-right: 7.5px; }

.vacancy-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px; }
  .single-event .vacancy-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .single-event .vacancy-meta li {
      margin-left: 0; }
      .single-event .vacancy-meta li + li {
        margin-top: 13.33333px; }
  .vacancy-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .vacancy-meta li > * + * {
      margin-left: 7.5px; }
    .vacancy-meta li + li {
      margin-left: 30px; }

.person-photo {
  float: right;
  width: calc(25% - 20px); }

.person-listing {
  float: left;
  width: calc(75% - 20px); }

.attribution {
  font-size: 11px;
  color: white;
  opacity: .3;
  position: absolute;
  right: 40px;
  bottom: 40px;
  -webkit-transition: opacity 3000ms ease-in-out;
  transition: opacity 3000ms ease-in-out; }
  .attribution a {
    text-decoration: underline; }
    .attribution a:hover {
      text-decoration: none; }
  .attribution:hover {
    opacity: .6; }

.hs_applybutton {
  display: block !important;
  padding: 40px;
  background: #E7E7E7;
  border-radius: 6px;
  margin-top: 40px; }
  .hs_applybutton > * + * {
    margin-top: 20px; }
  .hs_applybutton a.hs_apply_button {
    display: inline-block;
    min-height: 42px;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 21px !important;
    font: 700 16px/1.2 "Calibri", "Arial", sans-serif;
    color: #494949 !important;
    background: #F3B233 !important;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    .hs_applybutton a.hs_apply_button:before {
      display: inline-block;
      margin-right: 8px;
      content: "";
      font: 700 12px/1 "icons"; }
    .hs_applybutton a.hs_apply_button:hover {
      color: #FFF !important;
      background: #D2941E !important; }
    .hs_applybutton a.hs_apply_button span {
      font-size: 16px !important;
      display: inline-block;
      line-height: 26px; }

.btn_next,
#btnsubmit {
  display: inline-block;
  min-height: 42px;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 21px !important;
  font: 700 16px/1.2 "Calibri", "Arial", sans-serif;
  color: #494949 !important;
  background: #F3B233 !important;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }
  .btn_next:before,
  #btnsubmit:before {
    display: inline-block;
    margin-right: 8px;
    content: "";
    font: 700 12px/1 "icons"; }
  .btn_next:hover,
  #btnsubmit:hover {
    color: #000 !important;
    background: #D2941E !important; }

.hs_popup a {
  color: #3B8B9F !important; }

.hs_platform_form .form-group.form-legend-required {
  background: -webkit-gradient(linear, left bottom, left top, from(#2A667C), to(#3B8B9F)) !important;
  background: linear-gradient(0deg, #2A667C 0%, #3B8B9F 100%) !important;
  border-left: 0 solid #2A667C !important;
  color: #FFF !important;
  padding: 10px !important; }

.hs_navigation {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  padding: 0 !important; }
  .hs_navigation .sections_text {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .hs_navigation .sections_icons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    margin: 0 !important;
    width: 55px !important; }
    .hs_navigation .sections_icons li {
      position: relative; }
      .hs_navigation .sections_icons li + li:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, -100%);
            -ms-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%);
        height: 20px;
        width: 2px;
        background: #707070; }
    .hs_navigation .sections_icons .icon {
      border-radius: 100vw;
      border: 2px solid; }
  .hs_navigation li {
    line-height: 25px !important; }
    .hs_navigation li + li {
      margin-top: 20px; }

.formbody,
.hs_platform_form .formbody, .hs_platform_form .formbuttons, .hs_platform_form .forgot_password {
  padding: 0 !important; }

.hs_form_on_page .hs_platform_form .form-group.form-validation-summary, .hs_form_on_page .hs_platform_form .form-group.form-legend-required {
  width: 100% !important; }

.form-group:not(.form-validation-summary):not(.form-legend-required) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .form-group:not(.form-validation-summary):not(.form-legend-required) .form-label {
    padding: 8px 0; }

.form-group .form-field {
  width: 100% !important; }

.form-group .form-label {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }

.hs_platform_form .SumoSelect > .CaptionCont > span.placeholder,
.SumoSelect > .CaptionCont > span {
  font-size: 14px;
  line-height: 1;
  padding: 1px 0; }

.intl-tel-input .country-list .country {
  font-size: 14px; }

.hs_navigation ul.sections li.section_incomplete.section_active:first-child .icon {
  background: white !important;
  border-color: #3B8B9F; }

.hs_navigation ul.sections li.section_incomplete .icon {
  background: white !important;
  border-color: #707070; }

.text_label {
  color: #494949 !important; }

.hs_navigation ul.sections_icons li.section_complete .icon {
  background: #3B8B9F !important;
  border-color: #3B8B9F; }

.hs_navigation ul.sections li.section_incomplete.section_active:before {
  background: #3B8B9F; }

.hs_navigation ul.sections li.section_incomplete.section_active .icon {
  border-color: #3B8B9F; }

.hs_platform_form input.btn.submit, .hs_platform_form .wpcf7 input.submit[type="submit"], .wpcf7 .hs_platform_form input.submit[type="submit"], .hs_platform_form input.submit.portal_page_button, .form.applyform input.btn.submit, .form.applyform .wpcf7 input.submit[type="submit"], .wpcf7 .form.applyform input.submit[type="submit"], .form.applyform input.submit.portal_page_button {
  margin-left: 0 !important;
  width: 100% !important; }

.ats-custom-file-label::after {
  font: 700 16px/1.2 "Calibri", "Arial", sans-serif;
  color: #494949 !important;
  background: #F3B233 !important;
  cursor: pointer;
  border: 0 !important;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }
  .ats-custom-file-label::after:hover {
    color: #FFF !important;
    background: #D2941E !important; }

.SumoSelect.open > .optWrapper {
  top: 39px !important;
  margin-top: 0 !important; }

.job-template-default .content a {
  color: #2A667C !important; }

.dashboard_box > div {
  border: 0 !important;
  background: #E7E7E7;
  padding: 20px !important; }

.dashboard_box_inner h2 {
  padding-top: 0; }

.dashclass {
  padding-bottom: 15px !important; }

.applicants {
  position: absolute;
  top: -50px;
  line-height: 50px;
  text-align: right; }
  .lang-nl .applicants {
    right: 185px; }
    @media (max-width: 480px) {
      .lang-nl .applicants {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        right: initial; } }
  .lang-en .applicants {
    right: 214px; }
    @media (max-width: 480px) {
      .lang-en .applicants {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        right: initial; } }

.hs_popup {
  padding: 20px; }

body .gform_wrapper .gform_heading h2.gform_title {
  display: none !important; }

body .gform-body,
body .gform_body {
  padding: 20px;
  background: #E7E7E7;
  --gf-local-bg-color: colors(yellow) !important; }

body .gform_footer {
  margin: 0 !important;
  padding: 0 20px 20px;
  background: #E7E7E7; }

body .gform_required_legend {
  padding: 20px;
  background: #E7E7E7;
  font-size: .875rem !important;
  border-bottom: 2px solid #FFF; }

body .gform_validation_error_link {
  color: var(--gf-form-validation-summary-color) !important; }

body .gform_validation_errors li::before,
body .gform_validation_errors .gform-icon::before {
  color: var(--gf-form-validation-summary-color) !important; }

body .gchoice {
  cursor: pointer; }

body input[type=radio]::before,
body .add_list_item {
  background: #2A667C !important; }

body input[type=checkbox]::before {
  color: #2A667C !important; }

body .gform_button {
  display: inline-block;
  min-height: 42px;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 21px !important;
  font: 700 14px / 1.2 "Calibri", "Arial", sans-serif !important;
  color: #494949 !important;
  background: #F3B233 !important;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }
  body .gform_button:hover {
    background: #D2941E !important;
    color: #FFF !important; }

.grecaptcha-badge {
  visibility: hidden !important; }
