/* Minification failed. Returning unminified contents.
(1115,46): run-time error CSS1030: Expected identifier, found '>'
(1115,58): run-time error CSS1031: Expected selector, found ')'
(1115,58): run-time error CSS1025: Expected comma or open brace, found ')'
(1490,16): run-time error CSS1030: Expected identifier, found '>'
(1490,27): run-time error CSS1031: Expected selector, found ')'
(1490,27): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@charset "UTF-8";
.blue {
  color: #11b5e9;
}

.darkblue {
  color: #006d8c;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: Calibri;
  font-weight: 300;
  font-style: normal;
  src: url("/assets/fonts/Calibri-Light.woff2") format("woff2"), url("/assets/fonts/Calibri-Light.woff") format("woff"), url("/assets/fonts/Calibri-Light.ttf") format("truetype");
}
@font-face {
  font-family: Calibri;
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/Calibri.woff2") format("woff2"), url("/assets/fonts/Calibri.woff") format("woff"), url("/assets/fonts/Calibri.ttf") format("truetype");
}
@font-face {
  font-family: Avenir;
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/AvenirLTStd-Book.otf") format("opentype");
}
@font-face {
  font-family: Avenir;
  font-weight: bolder;
  font-weight: 900;
  font-style: normal;
  src: url("/assets/fonts/AvenirLTStd-Heavy.otf") format("opentype");
}
@font-face {
  font-family: Avenir;
  font-weight: bold;
  font-weight: 600;
  font-style: normal;
  src: url("/assets/fonts/AvenirLTStd-Medium.otf") format("opentype");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Avenir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #006d8c;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: normal;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  height: 100vh;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  z-index: 3;
  min-height: 120px;
}

.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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

p {
  margin: 8px 0;
}

h1,
.header-big {
  font-size: 36px;
  font-weight: bolder;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  h1,
.header-big {
    font-size: 26px;
  }
}

h2,
.header-medium {
  font-size: 26px;
  font-weight: bolder;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  margin: 16px 0 0;
}

h3,
.header-small {
  font-size: 20px;
  font-weight: bolder;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: normal;
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  h3,
.header-small {
    font-size: 20px;
  }
}
h3 a,
.header-small a {
  color: #006d8c;
  font-weight: bolder;
}
h3 a:hover, h3 a:focus,
.header-small a:hover,
.header-small a:focus {
  color: #11b5e9;
  text-decoration: none;
}

h4,
.header-tiny,
.menu__webring span {
  font-size: 14px;
  font-weight: bolder;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  margin: 16px 0 0;
}

a.button {
  border-radius: 8px;
  background-color: #006d8c;
  color: white;
  min-height: 50px;
  line-height: 18.4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: auto;
  width: auto;
  font-size: 18px;
  font-weight: bolder;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 21px 15px 30px;
  text-decoration: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
a.button::before {
  position: absolute;
  left: 10px;
  top: calc(50% - 7px);
  content: "";
  background: url("/assets/img/layout/arrow-button.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
}
a.button.secondary {
  background-color: #11b5e9;
  padding: 11px 21px;
  min-height: 40px;
  font-size: 15px;
  line-height: 18.4px;
}
a.button.secondary::before {
  display: none;
}

.container_1-4 a.button {
  max-width: 200px;
}

.container_1-4 .content__item a:not([class]) {
  display: inline-block;
  max-width: 200px;
}

.container_1-2 a.button {
  max-width: 400px;
}

.container_1-2 .content__item a:not([class]) {
  display: inline-block;
  max-width: 400px;
}

a {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #11b5e9;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

.section__divider {
  color: #92e5ff;
  border-top: 1px solid #92e5ff;
  margin: 10px auto;
  height: 1px;
  width: 100%;
  display: block;
}

.section__title {
  margin: 10px auto 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .section__title {
    margin: 10px auto 10px 0;
  }
}

.content ul,
.content-section ul {
  margin: 8px 15px;
}

.full-width-index .content__item .content__image {
  display: none;
}
.full-width-index .content__item .content__title {
  margin-bottom: 0;
}
.full-width-index .container_1-1 .content__item {
  padding: 0 0 30px;
  border-bottom: 1px solid #92e5ff;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .full-width-index .container_1-1 {
    padding-top: 20px;
  }
}

.form {
  max-width: 800px;
  width: 100%;
  background: white url("/assets/img/layout/L12_Forms_Background.png") no-repeat top 20px left 0;
  margin: 0 auto;
  padding: 10px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 900px;
}
@media screen and (max-width: 768px) {
  .form {
    padding: 10px 25px;
  }
}
.form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-area-title {
  color: #11b5e9;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 20px;
  border-top: solid 1px #11b5e9;
}
.form-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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form-logo {
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 33px;
}
.form-logo img {
  display: block;
  height: 44px;
  width: auto;
}
.form-title {
  margin-right: auto;
  margin-left: -55px;
  padding: 24px 0;
  max-width: 200px;
  color: white;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .form-title {
    margin-left: 0;
  }
}
.form-intro {
  margin-top: 33px;
}
.form-explanation {
  display: block;
  max-width: 100%;
  font-style: italic !important;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 10px;
}
.form-label {
  width: 20%;
  margin-right: 10%;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .form-label {
    width: 100%;
  }
}
.form label {
  width: 20%;
  margin-right: 10%;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .form label {
    width: 100%;
  }
}
.form input[type=text],
.form input[type=email],
.form input[type=date],
.form textarea {
  display: block;
  width: 30%;
  min-width: 200px;
  margin-right: auto;
  margin-bottom: 10px;
  border: 1px solid #969696;
}
.form input[type=text]:hover, .form input[type=text]:focus,
.form input[type=email]:hover,
.form input[type=email]:focus,
.form input[type=date]:hover,
.form input[type=date]:focus,
.form textarea:hover,
.form textarea:focus {
  border: 1px solid #11b5e9;
}
.form input[type=submit] {
  display: block;
  margin-right: auto;
  margin-left: 30%;
  margin-top: 10px;
  padding: 5px 15px;
  background-color: #f2f2f2;
  border: 1px solid #969696;
  color: #969696;
}
.form input[type=submit]:hover, .form input[type=submit]:focus {
  border: 1px solid #11b5e9;
  cursor: pointer;
  color: #666;
}
@media screen and (max-width: 768px) {
  .form input[type=submit] {
    margin-left: 0;
  }
}
.form .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .form .radio-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form .radio-group.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form .radio-group .radio-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 20px;
}
.form .radio-group .radio-cell:last-of-type {
  margin-right: 0;
}
.form .radio-group label {
  width: auto;
  margin: 0;
}
.form .radio-group input[type=radio] {
  display: block;
  width: auto;
  margin: 0 5px 10px 10px;
  border: 1px solid #969696;
}
.form .radio-group input[type=radio]:first-of-type {
  margin-left: 0;
}
.form .radio-group input[type=radio]:hover, .form .radio-group input[type=radio]:focus {
  border: 1px solid #11b5e9;
}
@media screen and (max-width: 768px) {
  .form .radio-group input[type=radio] {
    display: inline-block;
    width: 10px;
  }
}
.form .error-row input,
.form .error-row textarea {
  border-color: #ec7a08;
}
.form .error-row .radio-group label {
  color: #ec7a08;
}
.form .field-validation-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 10px;
  color: #ec7a08;
}
@media screen and (max-width: 768px) {
  .form .field-validation-error {
    margin: 0 0 20px;
  }
}

ul {
  padding-left: 0;
}

main .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  main .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.fw-container {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 930px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.container_1-1 {
  width: 100%;
}
.container_1-2 {
  width: 50%;
}
.container_1-3 {
  width: 33.3333333333%;
}
.container_2-3 {
  width: 66.6666666667%;
}
.container_1-4 {
  width: 25%;
}
.container_3-4 {
  width: 75%;
}
.container_1-5 {
  width: 20%;
}
.container_2-5 {
  width: 40%;
}
.container_3-5 {
  width: 60%;
}
.container_4-5 {
  width: 80%;
}
.container_1-1, .container_1-2, .container_1-3, .container_2-3, .container_1-4, .container_3-4, .container_1-5, .container_2-5, .container_3-5, .container_4-5 {
  padding: 15px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .container_1-1, .container_1-2, .container_1-3, .container_2-3, .container_1-4, .container_3-4, .container_1-5, .container_2-5, .container_3-5, .container_4-5 {
    width: 100%;
    padding: 0 15px;
  }
}

.container-flexheight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container-flexheight > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.container--no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.fw-iframe {
  border: 0;
  width: 100%;
  height: calc(100vh - 284px);
}

.iframe-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.iframe-container .fw-iframe {
  min-height: calc(100vh - 284px) !important;
}
@media screen and (max-width: 768px) {
  .iframe-container .fw-iframe {
    min-height: calc(100vh - 60px) !important;
  }
}

.content-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .content-section {
    padding-top: 15px;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #006d8c;
  color: white;
  padding: 55px 0;
  font-size: 15px;
  line-height: 1.67;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer ul {
  margin: 8px 0;
  list-style: none;
}
.footer ul li a {
  color: white;
}
.footer ul li a:hover {
  color: #11b5e9;
  text-decoration: none;
}

.social {
  margin-top: 20px;
}
.social svg {
  overflow: hidden;
}
.social__icon {
  margin-right: 15px;
}
.social__icon.youtube__icon svg {
  width: 40px;
}
.social__icon.youtube__icon svg .st0 {
  fill: #11b5e9;
}
.social__icon.youtube__icon svg .st1 {
  fill: #006d8c;
}
.social__icon.youtube__icon svg:hover, .social__icon.youtube__icon svg:focus {
  text-decoration: none;
}
.social__icon.youtube__icon svg:hover .st0, .social__icon.youtube__icon svg:focus .st0 {
  fill: white;
}
.social__icon.youtube__icon svg:hover .st1, .social__icon.youtube__icon svg:focus .st1 {
  fill: #006d8c;
}
.social__icon:hover, .social__icon:focus {
  text-decoration: none;
}
.social__icon:hover svg path:not(.logo), .social__icon:focus svg path:not(.logo) {
  fill: white;
}

.menu-mobile-toggle,
.menu-mobile-toggle-container-open,
.mobile-grey-overlay,
.icon--mobile {
  display: none;
}

.menu__top {
  width: 100%;
  background-color: #11b5e9;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .menu__top--right > li > ul,
.menu__top--right svg:not(.webring-menu-item > span > svg), .menu__top--left > li > ul,
.menu__top--left svg:not(.webring-menu-item > span > svg) {
    display: none;
  }
}
.menu__top__container {
  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;
  width: 100%;
}
.menu__top__container ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.menu__top__container ul li {
  margin-right: 25px;
}
.menu__top__container ul li:last-of-type {
  margin-right: 0;
}
.menu__top__container ul li a,
.menu__top__container ul li span {
  font-size: 14px;
  font-weight: bolder;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  color: #92e5ff;
  text-decoration: none;
  cursor: pointer;
}
.menu__top__container ul li a:hover, .menu__top__container ul li a:focus,
.menu__top__container ul li span:hover,
.menu__top__container ul li span:focus {
  color: white;
}
.menu__top__container ul li a.active,
.menu__top__container ul li span.active {
  color: white;
}

.menu__main {
  width: 100%;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.menu__main, .menu__main > .fw-container {
  background-color: #caf0fc;
}
.menu__main ul {
  list-style: none;
}
.menu__main .menu__level-1 {
  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;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .menu__main .menu__level-1 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu__main .menu__level-1 > ul > li {
    padding: 16.5px 0;
  }
  .menu__main .menu__level-1 > ul > li.has-children:hover > ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    padding-left: calc((100% - 930px) / 2);
    padding-right: calc((100% - 930px) / 2);
    z-index: 3;
  }
}
.menu__main .menu__level-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
}
.menu__main .menu__level-1 ul li {
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.menu__main .menu__level-1 ul li a {
  font-size: 18px;
  font-weight: bolder;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  color: #11b5e9;
  text-decoration: none;
  cursor: pointer;
}
.menu__main .menu__level-1 ul li a:hover, .menu__main .menu__level-1 ul li a:focus {
  color: #006d8c;
}
.menu__main .menu__level-1 ul li a.current-active-menuitem {
  color: #11b5e9;
}
.menu__main .menu__level-1 ul li.home-menu-item a:hover svg g,
.menu__main .menu__level-1 ul li.home-menu-item a:focus svg g {
  fill: #006d8c;
}
.menu__main .menu__level-1 ul li.has-children a svg {
  display: none;
}
.menu__main .menu__level-1 ul li.has-children ul {
  background: #e5f7fc;
  font-size: 14px;
  position: absolute;
  height: 205px;
  max-height: 205px;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  top: 60px;
  left: 0;
  z-index: 2;
  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;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  padding-left: calc((100% - 930px) / 2);
  padding-right: calc((100% - 930px) / 2);
}
.menu__main .menu__level-1 ul li.has-children ul li {
  padding-left: 15px;
}
.menu__main .menu__level-1 ul li.has-children ul li a {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
.menu__main .menu__level-1 ul li.has-children ul li span.back {
  display: none;
}
.menu__main .menu__level-1 ul li.show-on-mobile {
  display: none;
}

.menu__webring {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s height;
  transition: 0.3s height;
  height: 202px;
  background: #006d8c;
  color: #92e5ff;
}
.menu__webring--hidden {
  height: 0;
}
.menu__webring .container {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.menu__webring ul,
.menu__webring span {
  width: 20%;
}
.menu__webring span {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 15px;
  height: 20px;
}
.menu__webring ul {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  list-style: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu__webring ul a {
  color: white;
}
.menu__webring ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 27px;
  padding-right: 15px;
}
.menu__webring ul li::before {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 13px;
  margin-right: 15px;
  height: 14px;
  background: url("/assets/img/layout/arrow-link.svg");
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.search-icon-container {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.search-icon-container:hover svg rect {
  fill: #006d8c;
}
.search-icon-container:hover svg circle {
  stroke: #006d8c;
}

.search-input-container {
  display: block;
  font-size: 13px;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  height: 0;
}
@media only screen and (min-width: 769px) {
  .search-input-container {
    top: 237px;
  }
}
.search-input-container.fw-container {
  background: #e5f7fc;
}
.search-input-container form {
  position: relative;
  width: calc(100% - 30px);
}
.search-input-container input {
  padding: 10px;
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid #006d8c;
  width: 100%;
  background: transparent;
  font-size: 20px;
  color: #006d8c;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .search-input-container input {
    font-size: 27px;
  }
}
.search-input-container--shown {
  height: 98px;
}
.search-input-container button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: 0;
}

@media screen and (max-width: 768px) {
  .mobile-grey-overlay {
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    background: black;
    opacity: 0;
    position: fixed;
    height: 100%;
    width: 0;
    z-index: 3;
    display: block;
  }
  .mobile-menu-show .mobile-grey-overlay {
    opacity: 0.2;
    width: 100%;
  }

  .menu {
    -webkit-transition: 0.2s right;
    transition: 0.2s right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -360px;
    width: 100%;
    max-width: 360px;
    background: #006d8c;
    z-index: 3;
    height: 100vh;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .menu {
    overflow-x: hidden;
  }
  .menu ul:has(> li.active) > li:not(.active) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mobile-menu-show .menu {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .menu__webring {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    height: 0;
  }
  .menu__webring .container span,
.menu__webring .container ul {
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .menu__top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-bottom: 1px solid white;
    height: 35px;
    min-height: 35px;
  }
  .menu__top .js-toggle-webring {
    display: none;
  }
  .menu__top__container {
    margin-bottom: 0;
  }
  .menu__top__container ul li {
    margin-right: 15px;
  }
  .menu__top__container ul li a {
    font-size: 12px;
  }
  .menu__top__container ul li.show-on-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menu__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: auto;
    overflow: visible;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu__main .menu__level-1 {
    position: relative;
    left: 0;
    padding: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .menu__main .menu__level-1 > ul li.has-children ul:not(.show-on-mobile) {
    display: none;
  }
  .menu__main .menu__level-1 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu__main .menu__level-1 ul li {
    margin-right: 0;
  }
  .menu__main .menu__level-1 ul li a {
    width: 100%;
    border-bottom: 1px solid white;
    padding-left: 15px;
    color: #006d8c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
  }
  .menu__main .menu__level-1 ul li a:hover, .menu__main .menu__level-1 ul li a:focus {
    color: #11b5e9;
  }
  .menu__main .menu__level-1 ul li a:hover svg g, .menu__main .menu__level-1 ul li a:focus svg g {
    fill: #11b5e9;
  }
  .menu__main .menu__level-1 ul li a svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    width: 53px;
    height: 100%;
    padding: 20px;
    padding: 20px 15px 20px 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #b5e7f7;
  }
  .menu__main .menu__level-1 ul li a svg g {
    fill: #006d8c;
  }
  .menu__main .menu__level-1 ul li.home-menu-item {
    display: none;
  }
  .menu__main .menu__level-1 ul li a.current-active-menuitem {
    color: #11b5e9;
  }
  .menu__main .menu__level-1 ul li.has-children a svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  .menu__main .menu__level-1 ul li.has-children a svg g {
    fill: #006d8c;
  }
  .menu__main .menu__level-1 ul li.has-children a svg.hide-on-mobile {
    display: none;
  }
  .menu__main .menu__level-1 ul li.has-children a:hover svg g {
    fill: #11b5e9;
  }
  .menu__main .menu__level-1 ul li.has-children ul {
    position: absolute;
    top: 0;
    left: 360px;
    height: auto;
    max-height: inherit;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    overflow: visible;
  }
  .menu__main .menu__level-1 ul li.has-children ul li {
    margin-right: 0;
    padding-left: 0;
    background: #caf0fc;
  }
  .menu__main .menu__level-1 ul li.has-children ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid white;
    color: #006d8c;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 18px;
  }
  .menu__main .menu__level-1 ul li.has-children ul li a:hover, .menu__main .menu__level-1 ul li.has-children ul li a:focus {
    color: #11b5e9;
  }
  .menu__main .menu__level-1 ul li.has-children ul li a.current-active-menuitem {
    color: #11b5e9;
  }
  .menu__main .menu__level-1 ul li.has-children ul li span.back {
    display: block;
    width: 100%;
    border-bottom: 1px solid white;
    padding: 15px;
    background-color: #006d8c;
    color: white;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 18px;
    cursor: pointer;
  }
  .menu__main .menu__level-1 ul li.has-children ul li span.back svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px;
  }
  .menu__main .menu__level-1 ul li.has-children ul.hide {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  .menu__main .menu__level-1 ul li.show-on-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__main .menu__level-1 ul li.hide-on-mobile {
    display: none;
  }
  .menu__main .menu__level-1--hidden {
    position: relative;
    left: -360px;
  }
}
@media screen and (max-width: 768px) {
  header.header {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menu-mobile-toggle-container-open {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .menu-mobile-toggle-container-open .container_1-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 5px;
  }
  .menu-mobile-toggle-container-open .search-icon {
    position: relative;
    top: 2px;
  }
  .menu-mobile-toggle-container-open .search-icon svg rect {
    fill: #006d8c;
  }
  .menu-mobile-toggle-container-open .search-icon svg circle {
    stroke: #006d8c;
  }
  .menu-mobile-toggle-container-open .toggle-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .menu-mobile-toggle-container-open .toggle-icon svg rect {
    fill: #006d8c;
  }
  .menu-mobile-toggle-container-open .toggle-icon svg circle {
    stroke: #006d8c;
  }
}
@media screen and (max-width: 768px) {
  .menu-mobile-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    min-height: 60px;
    background-color: #11b5e9;
    z-index: 2;
  }
  .menu-mobile-toggle .icon {
    margin-top: 9px;
  }
  .menu-mobile-toggle .icon--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
  }
  .menu-mobile-toggle .icon--desktop {
    display: none;
  }
  .menu-mobile-toggle .container_1-1 *:nth-child(3n) {
    position: absolute;
    right: 0;
    top: 13px;
    right: 22px;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .search-icon-container {
    position: absolute;
    right: 62px;
    top: 21px;
  }
  .search-icon-container--hide-on-mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu {
    padding-top: 20px;
  }
}
.side-menu > a {
  display: none;
}
.side-menu ul {
  margin: 0;
  padding: 0;
}
.side-menu ul li {
  list-style: none;
  width: 100%;
  background-color: #006d8c;
  color: white;
  line-height: 45px;
  border-bottom: 1px solid white;
}
.side-menu ul li a {
  margin-left: 20px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px 0 0;
  height: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side-menu ul li a svg {
  display: none;
}
.side-menu ul li a svg.hide-on-mobile {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 33px;
  height: 25px;
  padding: 10px;
}
.side-menu ul li a svg g g {
  fill: white;
}
.side-menu ul li:hover {
  cursor: pointer;
  background-color: #007596;
}
.side-menu ul li:first-of-type {
  display: none;
}
.side-menu ul li.active > ul:first-of-type {
  display: block;
}
.side-menu ul li.active > a > svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.side-menu ul li ul {
  display: none;
}
.side-menu ul li ul li {
  background-color: #caf0fc;
}
.side-menu ul li ul li:nth-of-type(2) {
  border-top: 1px solid white;
}
.side-menu ul li ul li:last-of-type {
  border-bottom: 0;
}
.side-menu ul li ul li a {
  color: #006d8c;
}
.side-menu ul li ul li a svg g g {
  fill: #006d8c;
}
.side-menu ul li ul li:hover {
  cursor: pointer;
  background-color: #d4f3fd;
}
.side-menu ul li ul li ul {
  display: none;
}
.side-menu ul li ul li ul li {
  background-color: #e5f7fc;
}
.side-menu ul li ul li ul li:nth-of-type(2) {
  border-top: 1px solid white;
}
.side-menu ul li ul li ul li:last-of-type {
  border-bottom: 0;
}
.side-menu ul li ul li ul li a {
  font-weight: normal;
}
.side-menu ul li ul li ul li:hover {
  cursor: pointer;
  background-color: #eaf8fd;
}
.side-menu .back {
  display: none;
}

.breadcrumbs {
  font-size: 14px;
  line-height: 1;
  min-height: 17px;
}
.breadcrumbs a {
  color: #11b5e9;
  text-decoration: none;
  border-bottom: 1px solid #11b5e9;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #006d8c;
  border-bottom: 1px solid #006d8c;
}
.breadcrumbs--active {
  color: #006d8c;
}
.breadcrumbs svg {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

.content__spacer {
  height: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .content__spacer {
    height: 20px;
  }
}
.content__item {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content__item p {
  position: relative;
}
.content__image:not(.navigation-block__button-image):not(.quote-widget__icon):not(.quote-widget__portrait), .content__item img:not(.navigation-block__button-image):not(.quote-widget__icon):not(.quote-widget__portrait), .content-section img:not(.navigation-block__button-image):not(.quote-widget__icon):not(.quote-widget__portrait) {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.content__image--graph, .content__item img--graph, .content-section img--graph {
  border: 1px solid #11b5e9;
  padding: 16px;
}
.content__image--description, .content__item img--description, .content-section img--description {
  color: #11b5e9;
  font-size: 12px;
  margin-top: -20px;
  display: block;
}
.content__image--description a, .content__item img--description a, .content-section img--description a {
  text-decoration: underline;
}
.content__image--description a:hover, .content__image--description a:focus, .content__item img--description a:hover, .content__item img--description a:focus, .content-section img--description a:hover, .content-section img--description a:focus {
  color: #006d8c;
}
.content__image--description img, .content__item img--description img, .content-section img--description img {
  max-width: 100%;
  height: auto;
}
.content__date {
  color: #11b5e9;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
}
.content__title {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
}
.content__subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.69;
  font-style: italic;
}
.content__description {
  width: 100%;
  line-height: 1.69;
  margin-bottom: 30px;
}
.content__description:last-child {
  margin-bottom: 0;
}
.content__description img:not(.quote-widget__icon):not(.quote-widget__portrait) {
  max-width: 100%;
  height: auto;
}
.content__intro {
  font-weight: bolder;
  font-size: 18px;
  width: 100%;
}
.content__intro img {
  max-width: 100%;
  height: auto;
}
.content__readmore {
  color: white;
  position: relative;
  background: #11b5e9;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  width: auto;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 0 40px;
  border-radius: 8px;
  font-weight: 900;
  font-size: 14px;
}
.content__readmore::before {
  position: absolute;
  left: 15px;
  top: 15px;
  content: "";
  background: url("/assets/img/layout/arrow-readmore.svg");
  width: 13px;
  height: 8px;
}
.content__nkriframe {
  width: 100%;
  border: 1px solid #11b5e9;
  border-radius: 8px;
  margin-bottom: 30px;
}
.content iframe {
  max-width: 100%;
  border: 1px solid #11b5e9;
  border-radius: 8px;
  padding: 4px;
}
.content-section iframe {
  max-width: 100%;
  border: 1px solid #11b5e9;
  border-radius: 8px;
  padding: 4px;
}
.content__item iframe {
  max-width: 100%;
  border: 1px solid #11b5e9;
  border-radius: 8px;
  padding: 4px;
}

.container_1-2 .content__item {
  padding: 0 0 30px;
  border-bottom: 1px solid #92e5ff;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .container_1-2 .content__item {
    padding-top: 30px;
  }
}

.container_1-2:nth-child(1) .content__item,
.container_1-2:nth-child(2) .content__item {
  border-top: 1px solid #92e5ff;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .container_1-2:nth-child(2) .content__item {
    border-top: 0;
  }
}

.container_1-2 .content__description p,
.container_1-3 .content__description p,
.container_1-4 .content__description p {
  margin: 0;
}

.content__intro p {
  margin: 0;
}

.error-message ul {
  padding-left: 15px;
}

.highlighted-element {
  width: 100%;
  margin: 16px 0;
  padding: 30px;
  border: 1px solid #caf0fc;
  background-color: #e5f7fc;
  line-height: 1.69;
  font-size: 15px;
}
.highlighted-element :nth-child(1) {
  margin-top: 0;
}
.highlighted-element :last-child {
  margin-bottom: 0;
}

blockquote {
  margin: 8px 0;
  position: relative;
  width: 100%;
  padding: 40px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #11b5e9;
}
@media screen and (max-width: 768px) {
  blockquote {
    padding: 30px;
  }
}
blockquote::before, blockquote::after {
  position: absolute;
  content: "”";
  font-size: 55px;
  width: 30px;
  text-align: center;
  height: 48px;
  bottom: 20px;
  right: 60px;
  color: #11b5e9;
  font-family: "Arial";
}
@media screen and (max-width: 768px) {
  blockquote::before, blockquote::after {
    right: 0;
  }
}
blockquote::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 20px;
  bottom: auto;
  left: 60px;
  right: auto;
}
@media screen and (max-width: 768px) {
  blockquote::before {
    left: 0;
  }
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  background-color: #caf0fc;
  background-size: cover;
  background-position: center;
}

.overlay {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .overlay {
    min-height: 366px;
  }
}
.overlay::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #006d8c;
  opacity: 0.5;
}
.overlay--half {
  width: 720px;
  min-width: 50%;
}
.overlay__content {
  position: relative;
  padding: 80px 45px;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .overlay__content {
    padding: 30px 15px;
  }
}
.overlay__text {
  font-size: 24px;
  line-height: 38px;
  font-weight: 450;
  display: block;
  color: white;
}
@media only screen and (max-width: 768px) {
  .overlay__text {
    font-size: 20px;
    line-height: 30px;
  }
}
.overlay__text--title {
  font-size: 32px;
  font-weight: 850;
  line-height: 38px;
}
@media only screen and (max-width: 768px) {
  .overlay__text--title {
    font-size: 26px;
    line-height: 30px;
  }
}
.overlay__text--title:hover {
  text-decoration-thickness: 5%;
}

.image-widget {
  position: relative;
  top: calc(13px * -1);
}
.image-widget__container {
  width: 930px;
  margin: 0 auto calc(13px * -1);
  top: calc(13px * -1);
}
@media only screen and (max-width: 768px) {
  .image-widget__container {
    width: 100%;
  }
}
.image-widget--full-width .image-widget__container {
  width: auto;
}
.image-widget__divider {
  position: relative;
  width: 65%;
  height: 13px;
  margin: 0 auto;
  z-index: 1;
}
.image-widget__image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.image-widget--full-width .image-widget__image {
  width: 100%;
}
.image-widget::before {
  content: "";
  width: 100%;
  height: 13px;
  position: absolute;
  -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.0608);
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.0608);
  top: 13px;
  left: 0;
}

.fw-image-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 55px auto 0;
}
.fw-image-content__container .header-big {
  color: #11b5e9;
  margin-bottom: 20px;
}
.fw-image-content__image {
  min-height: 560px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fw-image-content__image:hover, .fw-image-content__image:focus {
  opacity: 0.9;
}
.fw-image-content__information {
  max-width: 930px;
  margin: 0 auto;
  width: 100%;
  padding: 15px;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 55px;
}
.fw-image-content__description {
  max-width: 700px;
  margin-bottom: 30px;
}

.filter-category {
  display: block;
  background-color: #006d8c;
  color: white;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid white;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.14;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .filter-category {
    pointer-events: all;
    margin: 30px 0;
  }
}
.filter-category:hover {
  background-color: #007596;
}
.filter-category-label {
  padding: 15px 20px;
  display: block;
  position: relative;
}
.filter-category-label svg {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: absolute;
  right: 20px;
}
.filter-category ul.index-filters {
  margin: 0;
}
.filter-category .filter-subcategory {
  display: block;
  background-color: #caf0fc;
  color: #006d8c;
  pointer-events: all;
}
.filter-category .filter-subcategory-label {
  padding: 15px 20px;
  display: block;
  border-top: 1px solid white;
  cursor: pointer;
  position: relative;
}
.filter-category .filter-subcategory-label:hover {
  background-color: #d4f3fd;
}
.filter-category .filter-subcategory-label svg {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: absolute;
  top: 21px;
  right: 20px;
}
.filter-category .filter-subcategory-label svg g {
  fill: #006d8c;
}
.filter-category.active .filter-category-label svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media screen and (max-width: 768px) {
  .filter-category.active .filter-subcategory {
    display: none;
  }
}
.filter-category .filter-subcategory {
  display: block;
}
.filter-category .filter-subcategory .filter-list {
  display: none;
}
.filter-category .filter-subcategory.active .filter-subcategory-label svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.filter-category .filter-subcategory.active .filter-list {
  display: block;
  background-color: #e5f7fc;
  color: #006d8c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.93;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: default;
}
.filter-category .filter-subcategory.active .filter-list input {
  width: 10%;
  cursor: pointer;
  margin-top: 6px;
}
.filter-category .filter-subcategory.active .filter-list label {
  padding-left: 10px;
  width: 90%;
  cursor: pointer;
}

.active-filter {
  border-radius: 8px;
  display: inline-block;
  height: 31px;
  line-height: 31px;
  width: auto;
  font-size: 12px;
  color: #006d8c;
  background-color: #caf0fc;
  padding-left: 13px;
  padding-right: 13px;
  margin: 0 15px 15px 0;
  cursor: pointer;
}
.active-filter svg {
  margin-left: 9px;
}
.active-filter--reset {
  background-color: #006d8c;
  color: white;
  font-weight: bold;
  font-weight: 900;
}
.active-filter--reset svg g {
  stroke: white;
}
.active-filter:hover {
  opacity: 0.9;
}
.active-filter:first-of-type {
  margin-left: 0;
}

.main-search-input-container {
  display: block;
  font-size: 13px;
  position: relative;
  margin-bottom: 40px;
}
.main-search-input-container input {
  padding: 10px 30px 10px 10px;
  margin: 20px 0 0;
  border: 0;
  border-bottom: 1px solid #006d8c;
  width: 100%;
  background: transparent;
  font-size: 20px;
  color: #006d8c;
  line-height: 1;
}
.main-search-input-container button {
  height: 18px;
  width: 18px;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  right: 0;
  cursor: pointer;
}
.main-search-input-container button svg g g g rect {
  fill: #006d8c;
}
.main-search-input-container button svg g g g circle {
  stroke: #006d8c;
}
.main-search-input-container button:hover svg g g g rect, .main-search-input-container button:focus svg g g g rect {
  fill: #11b5e9;
}
.main-search-input-container button:hover svg g g g circle, .main-search-input-container button:focus svg g g g circle {
  stroke: #11b5e9;
}

.search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-bottom: 30px;
}
.search-result__title {
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #006d8c;
  display: block;
  text-decoration: underline;
}
.search-result__title:hover, .search-result__title:focus {
  color: #11b5e9;
}
.search-result__description {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #006d8c;
}
.search-result__url {
  font-size: 15px;
  color: #66a7ba;
}
.search-result__date {
  font-size: 12px;
  font-style: italic;
  color: #66a7ba;
}
.search-result-listing .content__readmore {
  margin-top: 20px;
  margin-bottom: 55px;
}

.logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.logo-container .second-header-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 430px;
}
@media only screen and (max-width: 768px) {
  .logo-container .second-header-image {
    width: 150px;
    margin-right: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .logo-container .second-header-image__content {
    color: white;
    font-size: 12px;
  }
}
.logo-container .second-header-image__image {
  display: block;
  max-height: 57px;
  max-width: 430px;
}
@media only screen and (max-width: 768px) {
  .logo-container .second-header-image__image {
    max-height: 25px;
    max-width: 150px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 30px 60px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 50px;
    padding: 0 30px 60px;
  }
}
.pagination input {
  display: none;
}
.pagination a, .pagination__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #006d8c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-weight: 900;
  margin-right: 7px;
  margin-bottom: 7px;
}
.pagination a:first-of-type svg, .pagination__button:first-of-type svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pagination a.active, .pagination a:hover, .pagination__button.active, .pagination__button:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .pagination a.desktop-only, .pagination__button.desktop-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pagination a, .pagination__button {
    height: 32px;
    width: 32px;
    font-size: 12px;
  }
}

.content__aside {
  padding: 15px 0;
  line-height: 18.4px;
  font-size: 15px;
}
.content__aside a {
  display: inline;
}
.content__aside a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.content__aside p {
  margin: 0;
  line-height: 18.4px;
  font-size: 15px;
}
.content__aside ul {
  font-size: 15px;
  margin: 0 15px;
}
.content__aside h2,
.content__aside .header-medium {
  font-size: 18px;
}
.content__aside h3,
.content__aside .header-small {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .content__aside h3,
.content__aside .header-small {
    font-size: 15px;
  }
}
.content__aside .content__image,
.content__aside img {
  margin: 4px 0 10px;
}
.content__aside .content__title {
  line-height: 18.4px;
  font-size: 15px;
  margin: 5px 0 0;
  font-weight: bold;
  display: block;
}
.content__aside *:first-of-type > .content__title {
  margin-top: 0;
}
.content__aside *:last-child > .content__title {
  margin-bottom: 0;
}
.content__aside p + * {
  margin-top: 5px;
}
.content__aside * .content__title {
  margin-bottom: -5px;
}
.content__aside .content__description {
  display: block;
  line-height: 18.4px;
  font-size: 15px;
  margin: 5px 0;
}
.content__aside--borders {
  border-bottom: 1px solid #006d8c;
  border-top: 1px solid #006d8c;
}
@media only screen and (max-width: 768px) {
  .content__aside:first-child {
    margin-top: 20px;
  }
}
.content__aside + .content__aside {
  border-top: 1px solid #006d8c;
}

@media only screen and (max-width: 768px) {
  .container__aside {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.container__aside .content__categorie {
  font-weight: bolder;
}
.container__aside .content__categorie__label {
  margin: 0;
  font-size: 20px;
}
.container__aside .content__categorie__title {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}
.container__aside .content__categorie__title:hover, .container__aside .content__categorie__title:focus {
  color: #006d8c;
}
.container__aside--extended .content__categorie__label, .container__aside--extended .content__categorie__title {
  font-size: 15px;
}
.container__aside .newsletter__button img,
.container__aside .social-media__button img {
  margin: 0;
  width: 100%;
}
.container__aside .newsletter__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container__aside .newsletter__button img {
  width: 20px;
}
.container__aside .newsletter__button > * + * {
  margin-left: 5px;
}
.container__aside .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container__aside .social-media__button {
  width: 15px;
}
.container__aside .social-media > * + * {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .container__aside--hide-mobile {
    display: none;
  }
}
.container__aside--show-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .container__aside--show-mobile {
    display: block;
  }
}
.container__aside--top {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.container__aside--bottom {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.container_1-4 .content__item.content__aside:not(.content__categorie) a {
  display: inline;
}

.container_1-4 .content__item.content__aside a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.expandable-section {
  border-bottom: 1px solid #006d8c;
  margin: 20px 0;
}
.expandable-section > *:nth-child(1) {
  position: relative;
  width: 100%;
  cursor: pointer;
  color: #006d8c;
  margin: 20px 0;
  font-size: 20px;
  line-height: 1;
  font-weight: bolder;
  display: block;
  padding-right: 30px;
}
.expandable-section > *:nth-child(1)::after {
  content: url("/assets/img/layout/arrow-expand.svg");
  position: absolute;
  right: 10px;
  top: 7px;
  -webkit-transform: scale(1.5) rotate(180deg);
  -ms-transform: scale(1.5) rotate(180deg);
  transform: scale(1.5) rotate(180deg);
  -webkit-animation: 0.2s;
  animation: 0.2s;
}
.expandable-section > *:not(:nth-child(1)) {
  display: none;
}
.expandable-section > :last-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .expandable-section--hide-on-desktop {
    margin: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .expandable-section--hide-on-desktop > *:nth-child(1) {
    display: none;
  }
  .expandable-section--hide-on-desktop > *:not(:nth-child(1)) {
    display: block;
  }
  .expandable-section--hide-on-desktop :last-child {
    margin-bottom: 0;
  }
}

.expandable-section:first-of-type,
:not(.expandable-section) + .expandable-section {
  border-top: 1px solid #006d8c;
}

.expandable-section.open > *:nth-child(1)::after {
  top: -7px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.expandable-section.open > *:not(:nth-child(1)) {
  display: block;
}

.navigation-block {
  max-width: 930px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 190px;
  padding: 0 20px 60px;
  border-radius: 15px;
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .navigation-block {
    padding: 0;
  }
}
.navigation-block--overlap-top {
  position: relative;
  margin-top: -73px;
}
@media only screen and (max-width: 768px) {
  .navigation-block--overlap-top {
    margin-top: 0;
  }
}
.navigation-block__button-container {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .navigation-block__button-container {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.navigation-block__button-container--spacing {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .navigation-block__button-container--spacing {
    margin: 30px 30px 0;
  }
}
.navigation-block__button-container--full-width {
  width: 100%;
}
.navigation-block__button {
  width: 110px;
  height: 130px;
  font-size: 16px;
  border-radius: 20px;
  border: 1px solid #006d8c;
  overflow: hidden;
  text-align: center;
  padding-top: 8px;
  line-height: 18px;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
}
.navigation-block__button:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
@media only screen and (max-width: 768px) {
  .navigation-block__button {
    width: 100%;
    width: 100%;
    height: 45px;
    padding: 8px;
    border-radius: 15px;
  }
  .navigation-block__button:nth-child(n+2) {
    margin-left: calc((100% - (1 * 100%)) / 1);
  }
  .navigation-block__button:nth-child(1n+2) {
    margin-left: 0;
  }
  .navigation-block__button:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .navigation-block__button--row-4 {
    width: 110px;
  }
  .navigation-block__button--row-4:nth-child(n+2) {
    margin-left: calc((100% - (4 * 110px)) / 3);
  }
  .navigation-block__button--row-4:nth-child(4n+5) {
    margin-left: 0;
  }
  .navigation-block__button--row-4:nth-child(n+5) {
    margin-top: 20px;
  }
  .navigation-block__button--row-5 {
    width: 110px;
  }
  .navigation-block__button--row-5:nth-child(n+2) {
    margin-left: calc((100% - (5 * 110px)) / 4);
  }
  .navigation-block__button--row-5:nth-child(5n+6) {
    margin-left: 0;
  }
  .navigation-block__button--row-5:nth-child(n+6) {
    margin-top: 20px;
  }
}
.navigation-block__button-link {
  color: #006d8c;
}
.navigation-block__button-link img {
  height: 62px;
}
.navigation-block__button-link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .navigation-block__button-image {
    display: none;
  }
}
.navigation-block__button-text {
  display: block;
  margin-top: 5px;
  color: #006d8c;
}
.navigation-block__link-search-container {
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .navigation-block__link-search-container {
    width: 100%;
    margin: 30px;
  }
}
.navigation-block__link-search-container .search-block {
  height: 45px;
  width: 355px;
}
@media only screen and (max-width: 768px) {
  .navigation-block__link-search-container .search-block {
    width: 100%;
  }
}
.navigation-block__link-search-container .search-block__search-field {
  border: 1px solid #006d8c;
  border-radius: 15px;
  height: 100%;
  width: 100%;
  padding: 0 45px 0 25px;
}
.navigation-block__link-search-container .search-block__search-field:focus {
  height: 100%;
  outline: 0;
  -webkit-box-shadow: 0 0 1px 1px #006d8c;
  box-shadow: 0 0 1px 1px #006d8c;
}
.navigation-block__link-search-container .search-block__button {
  position: absolute;
  right: 15px;
  top: 12px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.navigation-block__link-search-container .search-block__icon rect {
  fill: #006d8c;
}
.navigation-block__link-search-container .search-block__icon circle {
  stroke: #006d8c;
}
.navigation-block__link-search-container .search-block__icon:hover rect {
  fill: #11b5e9;
}
.navigation-block__link-search-container .search-block__icon:hover circle {
  stroke: #11b5e9;
}
.navigation-block__link-search-container .quick-link-list {
  position: relative;
  margin: 10px 0 0 25px;
  list-style: none;
}
.navigation-block__link-search-container .quick-link-list__item {
  padding: 0;
}
.navigation-block__link-search-container .quick-link-list__item::before {
  content: url("/assets/img/layout/arrow-list-style.svg");
  position: absolute;
  left: -25px;
}
.navigation-block__link-search-container .quick-link-list__link {
  color: #006d8c;
}
.navigation-block__link-search-container .quick-link-list__link:hover {
  color: #11b5e9;
  text-decoration: none;
}

.home-highlighted-news {
  max-width: 930px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .home-highlighted-news {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 0 30px;
  }
}
.home-highlighted-news__item {
  width: 280px;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .home-highlighted-news__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home-highlighted-news__image {
  width: 100%;
  padding-bottom: 67.857%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-highlighted-news__info-container {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.home-highlighted-news__date {
  display: block;
  line-height: 38px;
}
.home-highlighted-news__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 850;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #006d8c;
}
.home-highlighted-news__title:hover {
  text-decoration: none;
  color: #11b5e9;
}
.home-highlighted-news__link {
  position: relative;
  display: block;
  background-color: #11b5e9;
  color: white;
  width: 150px;
  height: 37px;
  line-height: 37px;
  border-radius: 5px;
  margin: 23.5px 0;
  padding: 0 35px;
}
.home-highlighted-news__link::before {
  content: url("/assets/img/layout/arrow-readmore.svg");
  position: absolute;
  left: 10px;
}
.home-highlighted-news__overview-link-container {
  position: relative;
  text-align: right;
  width: 100%;
  margin: 30px 30px 50px;
}
@media only screen and (max-width: 768px) {
  .home-highlighted-news__overview-link-container {
    margin: 0 0 43px;
  }
}
.home-highlighted-news__overview-link {
  position: relative;
  display: block;
}
.home-highlighted-news__overview-link::before {
  content: url("/assets/img/layout/arrow-breadcrumb.svg");
  padding-right: 10px;
}

.top-left-bottom-right-background {
  position: relative;
}
.top-left-bottom-right-background::before {
  content: url("/assets/img/layout/achtergrond_links.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 218px;
  height: 245px;
  margin-top: 73px;
  z-index: -1;
}
.top-left-bottom-right-background::after {
  content: url("/assets/img/layout/achtergrond_rechts.svg");
  position: absolute;
  right: 0;
  bottom: -14px;
  width: 218px;
  height: 245px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .top-left-bottom-right-background::before, .top-left-bottom-right-background::after {
    display: none;
  }
}

.onepager-header {
  min-height: 366px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .onepager-header {
    min-height: 0;
  }
}
.onepager-header__content {
  max-width: 900px;
  padding: 50px 15px;
  margin: 0 auto;
  color: white;
  word-wrap: break-word;
}
.onepager-header__title {
  display: block;
  margin: 0 0 10px;
  font-size: 60px;
  line-height: 1.06667;
  font-weight: 850;
}
@media only screen and (max-width: 768px) {
  .onepager-header__title {
    font-size: 26px;
  }
}
.onepager-header__subtitle {
  display: block;
  font-size: 30px;
  line-height: 1.13333;
  font-weight: 450;
}
@media only screen and (max-width: 768px) {
  .onepager-header__subtitle {
    font-size: 16px;
  }
}

.widget--cta-block {
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-height: 280px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.widget--cta-block__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.widget--cta-block__content {
  width: 800px;
  margin: 0 auto;
  padding: 75px 0 95px;
  text-align: center;
  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;
  color: white;
  position: relative;
  word-break: break-word;
}
@media only screen and (max-width: 768px) {
  .widget--cta-block__content {
    padding: 50px 30px 75px;
  }
}
.widget--cta-block__text {
  font-size: 18px;
  line-height: 20px;
}
.widget--cta-block__title {
  font-size: 32px;
  font-weight: 850;
  line-height: 1.3;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .widget--cta-block__title {
    line-height: 40px;
  }
}
.widget--cta-block__link {
  margin-top: 35px;
  line-height: 20px;
}
.widget--cta-block__href {
  color: white;
  font-size: 16px;
}
.widget--cta-block__href::before {
  content: url("/assets/img/layout/arrow-readmore.svg");
  padding-right: 10px;
}

.slides {
  margin: 0;
}

.flexslider {
  position: relative;
}
.flexslider .flex-direction-nav {
  max-width: 930px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .flexslider .flex-direction-nav {
    top: unset;
  }
}
.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
  display: block;
  width: 72px;
  height: 96px;
  position: absolute;
  padding-top: 34px;
  cursor: pointer;
}
.flexslider .flex-direction-nav .flex-prev {
  content: url("/assets/img/layout/round-arrow-left.svg");
  left: 0;
}
.flexslider .flex-direction-nav .flex-next {
  content: url("/assets/img/layout/round-arrow-right.svg");
  right: 0;
}
@media only screen and (max-width: 768px) {
  .flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
    width: 42px;
    height: 55px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .text-columns--two {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .text-columns > :first-child {
    margin-top: 0;
  }
  .text-columns > :last-child {
    margin-bottom: 0;
  }
}
.fr-view .expandable-section {
  border: 1px dashed gray;
  padding: 20px;
  margin: 20px 0;
  position: relative;
}
.fr-view .expandable-section::before {
  content: "uitvouwbaar blok";
  top: -12px;
  position: absolute;
  background-color: white;
  padding: 0 10px;
  color: gray;
  font-style: italic;
}
.fr-view .expandable-section > :first-child {
  margin-top: 0;
  background-color: transparent;
}
.fr-view .expandable-section > :last-child {
  margin-bottom: 0;
  background-color: transparent;
}
.fr-view .expandable-section > :first-child {
  color: #11b5e9;
  border-bottom: 1px solid #11b5e9;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
}
.fr-view .highlighted-element {
  border: 1px dashed gray;
  padding: 20px;
  margin: 20px 0;
  position: relative;
}
.fr-view .highlighted-element::before {
  content: "uitgelicht blok";
  top: -12px;
  position: absolute;
  background-color: white;
  padding: 0 10px;
  color: gray;
  font-style: italic;
}
.fr-view .highlighted-element > :first-child {
  margin-top: 0;
  background-color: transparent;
}
.fr-view .highlighted-element > :last-child {
  margin-bottom: 0;
  background-color: transparent;
}
.fr-view .text-columns {
  border: 1px dashed gray;
  padding: 20px;
  margin: 20px 0;
  position: relative;
}
.fr-view .text-columns::before {
  content: "tekstkolommen";
  top: -12px;
  position: absolute;
  background-color: white;
  padding: 0 10px;
  color: gray;
  font-style: italic;
}
.fr-view .text-columns > :first-child {
  margin-top: 0;
  background-color: transparent;
}
.fr-view .text-columns > :last-child {
  margin-bottom: 0;
  background-color: transparent;
}
.fr-view .text-columns--two {
  -webkit-column-count: 2;
  column-count: 2;
}
.fr-view ul {
  padding-left: 40px;
}
.fr-view blockquote {
  border-left: 0;
  padding-left: 100px;
  color: #11b5e9;
}

.text-columns-widget {
  max-width: 930px;
  padding: 60px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
@media only screen and (max-width: 768px) {
  .text-columns-widget {
    display: block;
    padding: 30px;
  }
}
.text-columns-widget__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 40px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .text-columns-widget__column {
    margin-right: 0;
  }
  .text-columns-widget__column:nth-child(n+2) {
    margin-top: 30px;
  }
}
.text-columns-widget__column:last-child {
  margin-right: 0;
}
.text-columns-widget__column img.fr-fic.fr-dib {
  width: 100%;
}
.text-columns-widget__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.text-columns-widget__link {
  display: block;
  margin-top: 20px;
}
.text-columns-widget__href {
  display: block;
  width: 95px;
  height: 95px;
  background-image: url("/assets/img/layout/round-arrow-right-blue.svg");
  background-repeat: no-repeat;
}

.three-blocks-widget {
  max-width: 930px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
  margin: 80px auto;
}
@media only screen and (max-width: 768px) {
  .three-blocks-widget {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 0 30px;
  }
}
.three-blocks-widget__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.three-blocks-widget__item-link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .three-blocks-widget__item-link {
    min-width: 100%;
  }
}
.three-blocks-widget__item {
  width: 280px;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
}
.three-blocks-widget__item:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
@media only screen and (max-width: 768px) {
  .three-blocks-widget__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.three-blocks-widget__image {
  width: 100%;
  padding-bottom: 67.857%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.three-blocks-widget__info-container {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #006d8c;
}
.three-blocks-widget__title {
  display: block;
  line-height: 1.5;
  font-size: 18px;
  padding-top: 25px;
  min-height: 58px;
}
.three-blocks-widget__text {
  display: block;
  font-size: 16px;
  line-height: 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #006d8c;
  padding-top: 10px;
}
.three-blocks-widget__subtext {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 850;
  line-height: 25px;
  padding-top: 10px;
  margin-bottom: 40px;
}

.ktc-widget-body-wrapper .expandable-section > * {
  display: block;
}

.navigation-block__button-container .ktc-widget-zone {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .navigation-block__button-container .ktc-widget-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navigation-block__button-container .ktc-widget-zone .ktc-widget:nth-child(n+4) {
    margin-left: calc((100% - (5 * 110px)) / 4);
  }
  .navigation-block__button-container .ktc-widget-zone .ktc-widget:nth-child(n+8) {
    margin-top: 20px;
  }
  .navigation-block__button-container .ktc-widget-zone .ktc-widget:nth-child(5n+8) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .navigation-block__button-container .ktc-widget-zone .ktc-widget:nth-child(n+5) {
    margin-top: 10px;
  }
}

.widget-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .widget-row {
    padding: 30px;
  }
}
.widget-row + .widget-row {
  padding-top: 0;
}
.widget-row__column {
  width: 100%;
}
.widget-row__column--50 {
  width: calc(50% - 20px);
}
.widget-row__column--33 {
  width: calc(33% - 20px);
}
@media only screen and (max-width: 768px) {
  .widget-row__column {
    width: 100%;
  }
}
.widget-row__widget + .widget-row__widget {
  padding-top: 40px;
}

figure {
  margin: 0;
  margin-bottom: 30px;
}
figure img, .content-section figure img {
  margin-bottom: 0;
}
figure figcaption {
  font-size: 14px;
  font-style: italic;
}

.banner {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.quote-widget {
  padding: 10px 12px;
  margin: 16px 0;
}
.quote-widget__icon {
  position: relative;
  left: -5px;
  max-width: 72px;
}
.quote-widget__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}
.quote-widget__text {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 30px;
}
.quote-widget__portrait {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 15px;
}
.quote-widget__name {
  font-size: 18px;
  line-height: 1;
}
.quote-widget__function {
  font-size: 14px;
}
.quote-widget__details {
  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;
}

.table-of-contents {
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
  font-size: 15px;
  background-color: #caf0fc;
  word-break: break-word;
}
.table-of-contents__icon {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  width: 33px;
  height: 25px;
  padding: 10px;
}
@media only screen and (min-width: 769px) {
  .table-of-contents__icon {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .table-of-contents {
    margin-top: 15px;
  }
}
.table-of-contents ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 8px 10px;
}
@media only screen and (max-width: 768px) {
  .table-of-contents ul {
    display: none;
  }
}
.table-of-contents ul li {
  margin: 10px 0;
}
.table-of-contents ul li:last-child {
  margin-bottom: 0;
}
.table-of-contents ul li:first-child {
  margin-top: 0;
}
.table-of-contents a {
  color: #006d8c;
}
.table-of-contents > a {
  display: block;
  padding: 8px 10px;
  font-weight: bold;
}
.table-of-contents.active .table-of-contents__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.table-of-contents.active ul {
  display: block;
}

.widget-menu {
  max-width: 930px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .widget-menu {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 0 30px;
  }
}
.widget-menu__link {
  position: relative;
  display: block;
  background-color: #11b5e9;
  color: white;
  width: 150px;
  height: 37px;
  line-height: 37px;
  border-radius: 5px;
  margin: 23.5px 23.5px 23.5px 0;
  padding: 0 35px;
}
.widget-menu__link::before {
  content: url("/assets/img/layout/arrow-readmore.svg");
  position: absolute;
  left: 10px;
}
.widget-menu__link:last-child {
  margin-right: 0;
}

.previous-button {
  color: white;
  position: relative;
  background: #11b5e9;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  width: auto;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 0 40px;
  border-radius: 8px;
  font-weight: 900;
  font-size: 14px;
}
.previous-button::before {
  position: absolute;
  left: 15px;
  top: 16px;
  content: "";
  background: url("/assets/img/layout/arrow-readmore.svg");
  width: 13px;
  height: 8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner-section {
  background-size: cover;
  background-position: center;
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.coloured-expandable-section {
  border-bottom: 1px solid #006d8c;
  margin: 20px 0;
}
.coloured-expandable-section__title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.coloured-expandable-section > *:nth-child(1) {
  position: relative;
  width: 100%;
  cursor: pointer;
  color: #006d8c;
  margin: 20px 0;
  font-size: 20px;
  line-height: 1;
  font-weight: bolder;
  display: block;
  padding-right: 30px;
}
.coloured-expandable-section--with-arrow-expand > *:nth-child(1)::after {
  content: url("/assets/img/layout/arrow-expand.svg");
  position: absolute;
  right: 10px;
  top: 7px;
  -webkit-transform: scale(1.5) rotate(180deg);
  -ms-transform: scale(1.5) rotate(180deg);
  transform: scale(1.5) rotate(180deg);
  -webkit-animation: 0.2s;
  animation: 0.2s;
}
.coloured-expandable-section > *:not(:nth-child(1)) {
  display: none;
}
.coloured-expandable-section > :last-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .coloured-expandable-section--hide-on-desktop {
    margin: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .coloured-expandable-section--hide-on-desktop > *:nth-child(1) {
    display: none;
  }
  .coloured-expandable-section--hide-on-desktop > *:not(:nth-child(1)) {
    display: block;
  }
  .coloured-expandable-section--hide-on-desktop :last-child {
    margin-bottom: 0;
  }
}

.coloured-expandable-section:first-of-type,
:not(.coloured-expandable-section) + .coloured-expandable-section {
  border-top: 1px solid #006d8c;
}

.coloured-expandable-section.open > *:nth-child(1)::after {
  top: -7px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.coloured-expandable-section.open .coloured-expandable-section__title svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.coloured-expandable-section.open > *:not(:nth-child(1)) {
  display: block;
}
