@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
*, *:before, *:after {
  box-sizing: border-box; }

body {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
  overflow-x: hidden; }

a {
  color: #5fbee8; }

p {
  margin: 0 0 1.5rem 0; }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.1s !important;
    transition-duration: 0.1s !important; } }

h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4, h5,
.h5, h6,
.h6 {
  font-weight: bold;
  color: black;
  margin: 1rem 0; }

h1,
.h1 {
  font-size: 30px;
  line-height: 34px;
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #5fbee8; }

h2,
.h2 {
  font-size: 24px;
  line-height: 30px;
  font-size: 1.5rem;
  line-height: 1.875rem; }

h3,
.h3 {
  font-size: 20px;
  line-height: 26px;
  font-size: 1.25rem;
  line-height: 1.625rem; }

h4,
.h4 {
  font-size: 18px;
  line-height: 22px;
  font-size: 1.125rem;
  line-height: 1.375rem; }

h5,
.h5 {
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 1.25rem; }

h6,
.h6 {
  font-size: 16px;
  line-height: 18px;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: normal; }

.button {
  color: #5fbee8;
  display: inline-block;
  cursor: pointer; }

.breadcrumb {
  padding: 5px 0; }
  .breadcrumb.container {
    margin-bottom: 0; }
  .breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0; }
    .breadcrumb ol li {
      display: inline-block;
      color: white;
      font-weight: bold; }
      .breadcrumb ol li a {
        color: white;
        text-decoration: none;
        font-weight: normal; }
        .breadcrumb ol li a:focus, .breadcrumb ol li a:hover {
          text-decoration: underline; }
    .breadcrumb ol .fa-chevron-right {
      font-size: 12px;
      line-height: 22px;
      font-size: 0.75rem;
      line-height: 1.375rem;
      margin: 0 5px;
      margin-top: -4px; }

input:not([type=submit]):not([type=file]):not([type=radio]), textarea {
  border: 1px solid #5fbee8;
  padding: 6px 12px;
  background: white;
  width: 475px;
  max-width: 100%; }
  input[type=search]:not([type=submit]):not([type=file]):not([type=radio]), textarea[type=search] {
    appearance: textfield; }
  input.error:not([type=submit]):not([type=file]):not([type=radio]), textarea.error {
    border-color: red; }

.description {
  font-style: italic;
  color: #808080;
  font-size: 12px;
  line-height: 14px;
  font-size: 0.75rem;
  line-height: 0.875rem; }

.form-item label {
  vertical-align: top;
  min-width: 150px;
  display: inline-block; }

.form-item {
  margin-bottom: 1rem; }

.form-item--error-message {
  color: red;
  font-style: italic;
  font-size: 13px;
  line-height: 22px;
  font-size: 0.8125rem;
  line-height: 1.375rem; }

.form-required:after {
  content: ' * ';
  position: relative;
  color: red;
  display: inline-block;
  top: -.15rem; }

.pager__items {
  list-style: none; }

.pager__item {
  display: inline-block;
  border: 1px solid #5fbee8;
  height: 25px;
  min-width: 25px;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  transition: all, color 100ms linear;
  padding: 0 10px; }
  .pager__item a {
    text-decoration: none;
    vertical-align: middle; }
  .pager__item.is-active {
    background: #5fbee8;
    border-color: transparent; }
    .pager__item.is-active a {
      color: white; }

.messages--container {
  position: fixed;
  top: 50px;
  z-index: 999;
  width: 100%;
  max-height: 80vh;
  overflow: auto; }
  .toolbar-tray-open.toolbar-horizontal .messages--container {
    top: 150px; }
  .messages--container .messages {
    border-left: 5px solid;
    padding: 12px 18px;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.16), 0 2px 5px rgba(0, 0, 0, 0.17);
    background-color: white;
    position: relative; }
    .messages--container .messages ul {
      margin: 0;
      padding: 0;
      list-style-position: inside; }
    .messages--container .messages--status {
      border-color: darkgreen; }
    .messages--container .messages--warning {
      border-color: orange; }
    .messages--container .messages--error {
      border-color: darkred; }
  .messages--container .message--close {
    position: absolute;
    right: 20px;
    top: 12px;
    color: #b3b2b2;
    transition: color 500ms ease-in-out;
    font-size: 20px;
    line-height: 22px;
    font-size: 1.25rem;
    line-height: 1.375rem; }
    .messages--container .message--close:focus, .messages--container .message--close:hover {
      color: #5fbee8; }

textarea {
  border-radius: 2px;
  resize: vertical; }

[type="checkbox"]:not([class^=Cybot]):not(:checked), [type="checkbox"]:not([class^=Cybot]):checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not([class^=Cybot]):not(:checked) + label,
[type="checkbox"]:not([class^=Cybot]):checked + label {
  position: relative;
  left: 1.4em;
  cursor: pointer;
  vertical-align: middle; }

[type="checkbox"]:not([class^=Cybot]):not(:checked) + label:before {
  vertical-align: middle;
  position: absolute;
  left: -1.4em;
  top: -3px;
  width: 1.25em;
  height: 1.25em;
  font-family: 'Font Awesome 5 Pro';
  content: "";
  color: #5fbee8; }

[type="checkbox"]:not([class^=Cybot]):checked + label:before {
  position: absolute;
  left: -1.4em;
  top: -3px;
  width: 1.25em;
  height: 1.25em;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f14a";
  color: #5fbee8;
  vertical-align: middle; }

[type="checkbox"]:not([class^=Cybot]):disabled:not(:checked) + label:before {
  color: #bbb; }

[type="checkbox"]:not([class^=Cybot]):disabled:checked + label:before {
  color: #bbb; }

[type="checkbox"]:not([class^=Cybot]):disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:not([class^=Cybot]):disabled + label {
  color: #aaa; }

body.backdrop:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  z-index: 100; }

::-webkit-input-placeholder {
  color: #999999; }

::-moz-placeholder {
  color: #999999; }

:-ms-input-placeholder {
  color: #999999; }

:-moz-placeholder {
  color: #999999; }

.field__label {
  font-weight: bold; }
  .field__label:after {
    content: ': '; }

.field--label-inline .field__label {
  display: inline-block; }

.field--label-inline .field__item {
  display: inline-block; }

.form-type-radio {
  display: inline-block;
  margin-right: 5px; }
  .form-type-radio label {
    width: auto;
    min-width: 0; }

[type="radio"]:not([class^=Cybot]):not(:checked), [type="radio"]:not([class^=Cybot]):checked {
  position: absolute;
  left: -9999px; }

[type="radio"]:not([class^=Cybot]):not(:checked) + label,
[type="radio"]:not([class^=Cybot]):checked + label {
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  vertical-align: middle; }

[type="radio"]:not([class^=Cybot]):not(:checked) + label:before {
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: -3px;
  width: 1.25em;
  height: 1.25em;
  font-family: 'Font Awesome 5 Pro';
  content: "";
  color: #5fbee8; }

[type="radio"]:not([class^=Cybot]):checked + label:before {
  position: absolute;
  left: 0;
  top: -3px;
  width: 1.25em;
  height: 1.25em;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f058";
  color: #5fbee8;
  vertical-align: middle; }

[type="radio"]:not([class^=Cybot]):disabled:not(:checked) + label:before {
  color: #bbb; }

[type="radio"]:not([class^=Cybot]):disabled:checked + label:before {
  color: #bbb; }

[type="radio"]:not([class^=Cybot]):disabled:checked + label:after {
  color: #999; }

[type="radio"]:not([class^=Cybot]):disabled + label {
  color: #aaa; }

.opacity-0 {
  opacity: 0; }

.opacity-10 {
  opacity: 0.1; }

.opacity-20 {
  opacity: 0.2; }

.opacity-30 {
  opacity: 0.3; }

.opacity-40 {
  opacity: 0.4; }

.opacity-50 {
  opacity: 0.5; }

.opacity-60 {
  opacity: 0.6; }

.opacity-70 {
  opacity: 0.7; }

.opacity-80 {
  opacity: 0.8; }

.opacity-90 {
  opacity: 0.9; }

.opacity-100 {
  opacity: 1; }

.grid {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem; }
  .grid--container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  .grid--no-gutters {
    padding: 0; }

.grid--xs-no-gutters {
  margin: 0; }

@media (min-width: 544px) {
  .grid--sm-no-gutters {
    margin: 0; } }

@media (min-width: 768px) {
  .grid--md-no-gutters {
    margin: 0; } }

@media (min-width: 992px) {
  .grid--lg-no-gutters {
    margin: 0; } }

@media (min-width: 1200px) {
  .grid--xl-no-gutters {
    margin: 0; } }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 100%;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: -1rem -0.5rem 1rem;
  padding: 0; }
  .row:last-child {
    margin-bottom: 0; }
  .row--no-gutters {
    margin: 0; }
  .row--top {
    align-items: flex-start; }
  .row--center {
    align-items: center; }
  .row--bottom {
    align-items: flex-end; }
  .row--reverse {
    flex-direction: row-reverse; }

.row--xs-no-gutters {
  margin: 0; }

.row--xs-top {
  align-items: flex-start; }

.row--xs-center {
  align-items: center; }

.row--xs-bottom {
  align-items: flex-end; }

.row--xs-reverse {
  flex-direction: row-reverse; }

@media (min-width: 544px) {
  .row--sm-no-gutters {
    margin: 0; }
  .row--sm-top {
    align-items: flex-start; }
  .row--sm-center {
    align-items: center; }
  .row--sm-bottom {
    align-items: flex-end; }
  .row--sm-reverse {
    flex-direction: row-reverse; } }

@media (min-width: 768px) {
  .row--md-no-gutters {
    margin: 0; }
  .row--md-top {
    align-items: flex-start; }
  .row--md-center {
    align-items: center; }
  .row--md-bottom {
    align-items: flex-end; }
  .row--md-reverse {
    flex-direction: row-reverse; } }

@media (min-width: 992px) {
  .row--lg-no-gutters {
    margin: 0; }
  .row--lg-top {
    align-items: flex-start; }
  .row--lg-center {
    align-items: center; }
  .row--lg-bottom {
    align-items: flex-end; }
  .row--lg-reverse {
    flex-direction: row-reverse; } }

@media (min-width: 1200px) {
  .row--xl-no-gutters {
    margin: 0; }
  .row--xl-top {
    align-items: flex-start; }
  .row--xl-center {
    align-items: center; }
  .row--xl-bottom {
    align-items: flex-end; }
  .row--xl-reverse {
    flex-direction: row-reverse; } }

.col {
  box-sizing: border-box;
  flex: 0 0 100%;
  flex-direction: column;
  max-width: 100%;
  padding: 1rem 0.5rem 0; }
  .col--no-gutters {
    padding: 0; }
  .col--align-top {
    align-self: flex-start; }
  .col--align-center {
    align-self: center; }
  .col--align-bottom {
    align-self: flex-end; }
  .col--first {
    order: -1; }
  .col--last {
    order: 1; }
  .col--reset {
    order: 0; }
  .col--flex {
    display: flex; }

.col--xs-no-gutters {
  padding: 0; }

.col--xs-align-top {
  align-self: flex-start; }

.col--xs-align-center {
  align-self: center; }

.col--xs-align-bottom {
  align-self: flex-end; }

.col--xs-first {
  order: -1; }

.col--xs-last {
  order: 1; }

.col--xs-reset {
  order: 0; }

.col--xs-flex {
  display: flex; }

.col--xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col--xs-0 {
  flex: 0 0 0;
  max-width: 0; }

.col--xs-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col--xs-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col--xs-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col--xs-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col--xs-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col--xs-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col--xs-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col--xs-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col--xs-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col--xs-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col--xs-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col--xs-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.col--xs-offset-0 {
  margin-left: 0; }

.col--xs-offset-1 {
  margin-left: 8.3333333333%; }

.col--xs-offset-2 {
  margin-left: 16.6666666667%; }

.col--xs-offset-3 {
  margin-left: 25%; }

.col--xs-offset-4 {
  margin-left: 33.3333333333%; }

.col--xs-offset-5 {
  margin-left: 41.6666666667%; }

.col--xs-offset-6 {
  margin-left: 50%; }

.col--xs-offset-7 {
  margin-left: 58.3333333333%; }

.col--xs-offset-8 {
  margin-left: 66.6666666667%; }

.col--xs-offset-9 {
  margin-left: 75%; }

.col--xs-offset-10 {
  margin-left: 83.3333333333%; }

.col--xs-offset-11 {
  margin-left: 91.6666666667%; }

.col--xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col--sm-no-gutters {
    padding: 0; }
  .col--sm-align-top {
    align-self: flex-start; }
  .col--sm-align-center {
    align-self: center; }
  .col--sm-align-bottom {
    align-self: flex-end; }
  .col--sm-first {
    order: -1; }
  .col--sm-last {
    order: 1; }
  .col--sm-reset {
    order: 0; }
  .col--sm-flex {
    display: flex; }
  .col--sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col--sm-0 {
    flex: 0 0 0;
    max-width: 0; }
  .col--sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col--sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col--sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col--sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col--sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col--sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col--sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col--sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col--sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col--sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col--sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col--sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col--sm-offset-0 {
    margin-left: 0; }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col--sm-offset-3 {
    margin-left: 25%; }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col--sm-offset-6 {
    margin-left: 50%; }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col--sm-offset-9 {
    margin-left: 75%; }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col--sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col--md-no-gutters {
    padding: 0; }
  .col--md-align-top {
    align-self: flex-start; }
  .col--md-align-center {
    align-self: center; }
  .col--md-align-bottom {
    align-self: flex-end; }
  .col--md-first {
    order: -1; }
  .col--md-last {
    order: 1; }
  .col--md-reset {
    order: 0; }
  .col--md-flex {
    display: flex; }
  .col--md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col--md-0 {
    flex: 0 0 0;
    max-width: 0; }
  .col--md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col--md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col--md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col--md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col--md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col--md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col--md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col--md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col--md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col--md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col--md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col--md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col--md-offset-0 {
    margin-left: 0; }
  .col--md-offset-1 {
    margin-left: 8.3333333333%; }
  .col--md-offset-2 {
    margin-left: 16.6666666667%; }
  .col--md-offset-3 {
    margin-left: 25%; }
  .col--md-offset-4 {
    margin-left: 33.3333333333%; }
  .col--md-offset-5 {
    margin-left: 41.6666666667%; }
  .col--md-offset-6 {
    margin-left: 50%; }
  .col--md-offset-7 {
    margin-left: 58.3333333333%; }
  .col--md-offset-8 {
    margin-left: 66.6666666667%; }
  .col--md-offset-9 {
    margin-left: 75%; }
  .col--md-offset-10 {
    margin-left: 83.3333333333%; }
  .col--md-offset-11 {
    margin-left: 91.6666666667%; }
  .col--md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col--lg-no-gutters {
    padding: 0; }
  .col--lg-align-top {
    align-self: flex-start; }
  .col--lg-align-center {
    align-self: center; }
  .col--lg-align-bottom {
    align-self: flex-end; }
  .col--lg-first {
    order: -1; }
  .col--lg-last {
    order: 1; }
  .col--lg-reset {
    order: 0; }
  .col--lg-flex {
    display: flex; }
  .col--lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col--lg-0 {
    flex: 0 0 0;
    max-width: 0; }
  .col--lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col--lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col--lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col--lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col--lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col--lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col--lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col--lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col--lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col--lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col--lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col--lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col--lg-offset-0 {
    margin-left: 0; }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col--lg-offset-3 {
    margin-left: 25%; }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col--lg-offset-6 {
    margin-left: 50%; }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col--lg-offset-9 {
    margin-left: 75%; }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col--lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col--xl-no-gutters {
    padding: 0; }
  .col--xl-align-top {
    align-self: flex-start; }
  .col--xl-align-center {
    align-self: center; }
  .col--xl-align-bottom {
    align-self: flex-end; }
  .col--xl-first {
    order: -1; }
  .col--xl-last {
    order: 1; }
  .col--xl-reset {
    order: 0; }
  .col--xl-flex {
    display: flex; }
  .col--xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col--xl-0 {
    flex: 0 0 0;
    max-width: 0; }
  .col--xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col--xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col--xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col--xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col--xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col--xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col--xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col--xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col--xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col--xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col--xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col--xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col--xl-offset-0 {
    margin-left: 0; }
  .col--xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col--xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col--xl-offset-3 {
    margin-left: 25%; }
  .col--xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col--xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col--xl-offset-6 {
    margin-left: 50%; }
  .col--xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col--xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col--xl-offset-9 {
    margin-left: 75%; }
  .col--xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col--xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col--xl-offset-12 {
    margin-left: 100%; } }

.text--left {
  text-align: left; }

.text--right {
  text-align: right; }

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

.text--xs-right {
  text-align: right; }

.text--xs-left {
  text-align: left; }

.text--xs-center {
  text-align: center; }

@media (min-width: 544px) {
  .text--sm-right {
    text-align: right; }
  .text--sm-left {
    text-align: left; }
  .text--sm-center {
    text-align: center; } }

@media (min-width: 768px) {
  .text--md-right {
    text-align: right; }
  .text--md-left {
    text-align: left; }
  .text--md-center {
    text-align: center; } }

@media (min-width: 992px) {
  .text--lg-right {
    text-align: right; }
  .text--lg-left {
    text-align: left; }
  .text--lg-center {
    text-align: center; } }

@media (min-width: 1200px) {
  .text--xl-right {
    text-align: right; }
  .text--xl-left {
    text-align: left; }
  .text--xl-center {
    text-align: center; } }

.xs-p-0 {
  padding: 0px; }

.xs-p-5 {
  padding: 5px; }

.xs-p-10 {
  padding: 10px; }

.xs-p-15 {
  padding: 15px; }

.xs-p-20 {
  padding: 20px; }

.xs-p-30 {
  padding: 30px; }

.xs-p-40 {
  padding: 40px; }

.xs-p-60 {
  padding: 60px; }

.xs-p-80 {
  padding: 80px; }

.xs-p-100 {
  padding: 100px; }

.xs-pt-0 {
  padding-top: 0px; }

.xs-pt-5 {
  padding-top: 5px; }

.xs-pt-10 {
  padding-top: 10px; }

.xs-pt-15 {
  padding-top: 15px; }

.xs-pt-20 {
  padding-top: 20px; }

.xs-pt-30 {
  padding-top: 30px; }

.xs-pt-40 {
  padding-top: 40px; }

.xs-pt-60 {
  padding-top: 60px; }

.xs-pt-80 {
  padding-top: 80px; }

.xs-pt-100 {
  padding-top: 100px; }

.xs-pr-0 {
  padding-right: 0px; }

.xs-pr-5 {
  padding-right: 5px; }

.xs-pr-10 {
  padding-right: 10px; }

.xs-pr-15 {
  padding-right: 15px; }

.xs-pr-20 {
  padding-right: 20px; }

.xs-pr-30 {
  padding-right: 30px; }

.xs-pr-40 {
  padding-right: 40px; }

.xs-pr-60 {
  padding-right: 60px; }

.xs-pr-80 {
  padding-right: 80px; }

.xs-pr-100 {
  padding-right: 100px; }

.xs-pb-0 {
  padding-bottom: 0px; }

.xs-pb-5 {
  padding-bottom: 5px; }

.xs-pb-10 {
  padding-bottom: 10px; }

.xs-pb-15 {
  padding-bottom: 15px; }

.xs-pb-20 {
  padding-bottom: 20px; }

.xs-pb-30 {
  padding-bottom: 30px; }

.xs-pb-40 {
  padding-bottom: 40px; }

.xs-pb-60 {
  padding-bottom: 60px; }

.xs-pb-80 {
  padding-bottom: 80px; }

.xs-pb-100 {
  padding-bottom: 100px; }

.xs-pl-0 {
  padding-left: 0px; }

.xs-pl-5 {
  padding-left: 5px; }

.xs-pl-10 {
  padding-left: 10px; }

.xs-pl-15 {
  padding-left: 15px; }

.xs-pl-20 {
  padding-left: 20px; }

.xs-pl-30 {
  padding-left: 30px; }

.xs-pl-40 {
  padding-left: 40px; }

.xs-pl-60 {
  padding-left: 60px; }

.xs-pl-80 {
  padding-left: 80px; }

.xs-pl-100 {
  padding-left: 100px; }

.xs-m-0 {
  margin: 0px; }

.xs-m-5 {
  margin: 5px; }

.xs-m-10 {
  margin: 10px; }

.xs-m-15 {
  margin: 15px; }

.xs-m-20 {
  margin: 20px; }

.xs-m-30 {
  margin: 30px; }

.xs-m-40 {
  margin: 40px; }

.xs-m-60 {
  margin: 60px; }

.xs-m-80 {
  margin: 80px; }

.xs-m-100 {
  margin: 100px; }

.xs-mt-0 {
  margin-top: 0px; }

.xs-mt-5 {
  margin-top: 5px; }

.xs-mt-10 {
  margin-top: 10px; }

.xs-mt-15 {
  margin-top: 15px; }

.xs-mt-20 {
  margin-top: 20px; }

.xs-mt-30 {
  margin-top: 30px; }

.xs-mt-40 {
  margin-top: 40px; }

.xs-mt-60 {
  margin-top: 60px; }

.xs-mt-80 {
  margin-top: 80px; }

.xs-mt-100 {
  margin-top: 100px; }

.xs-mr-0 {
  margin-right: 0px; }

.xs-mr-5 {
  margin-right: 5px; }

.xs-mr-10 {
  margin-right: 10px; }

.xs-mr-15 {
  margin-right: 15px; }

.xs-mr-20 {
  margin-right: 20px; }

.xs-mr-30 {
  margin-right: 30px; }

.xs-mr-40 {
  margin-right: 40px; }

.xs-mr-60 {
  margin-right: 60px; }

.xs-mr-80 {
  margin-right: 80px; }

.xs-mr-100 {
  margin-right: 100px; }

.xs-mb-0 {
  margin-bottom: 0px; }

.xs-mb-5 {
  margin-bottom: 5px; }

.xs-mb-10 {
  margin-bottom: 10px; }

.xs-mb-15 {
  margin-bottom: 15px; }

.xs-mb-20 {
  margin-bottom: 20px; }

.xs-mb-30 {
  margin-bottom: 30px; }

.xs-mb-40 {
  margin-bottom: 40px; }

.xs-mb-60 {
  margin-bottom: 60px; }

.xs-mb-80 {
  margin-bottom: 80px; }

.xs-mb-100 {
  margin-bottom: 100px; }

.xs-ml-0 {
  margin-left: 0px; }

.xs-ml-5 {
  margin-left: 5px; }

.xs-ml-10 {
  margin-left: 10px; }

.xs-ml-15 {
  margin-left: 15px; }

.xs-ml-20 {
  margin-left: 20px; }

.xs-ml-30 {
  margin-left: 30px; }

.xs-ml-40 {
  margin-left: 40px; }

.xs-ml-60 {
  margin-left: 60px; }

.xs-ml-80 {
  margin-left: 80px; }

.xs-ml-100 {
  margin-left: 100px; }

@media screen and (min-width: 544px) {
  .sm-p-0 {
    padding: 0px; }
  .sm-p-5 {
    padding: 5px; }
  .sm-p-10 {
    padding: 10px; }
  .sm-p-15 {
    padding: 15px; }
  .sm-p-20 {
    padding: 20px; }
  .sm-p-30 {
    padding: 30px; }
  .sm-p-40 {
    padding: 40px; }
  .sm-p-60 {
    padding: 60px; }
  .sm-p-80 {
    padding: 80px; }
  .sm-p-100 {
    padding: 100px; }
  .sm-pt-0 {
    padding-top: 0px; }
  .sm-pt-5 {
    padding-top: 5px; }
  .sm-pt-10 {
    padding-top: 10px; }
  .sm-pt-15 {
    padding-top: 15px; }
  .sm-pt-20 {
    padding-top: 20px; }
  .sm-pt-30 {
    padding-top: 30px; }
  .sm-pt-40 {
    padding-top: 40px; }
  .sm-pt-60 {
    padding-top: 60px; }
  .sm-pt-80 {
    padding-top: 80px; }
  .sm-pt-100 {
    padding-top: 100px; }
  .sm-pr-0 {
    padding-right: 0px; }
  .sm-pr-5 {
    padding-right: 5px; }
  .sm-pr-10 {
    padding-right: 10px; }
  .sm-pr-15 {
    padding-right: 15px; }
  .sm-pr-20 {
    padding-right: 20px; }
  .sm-pr-30 {
    padding-right: 30px; }
  .sm-pr-40 {
    padding-right: 40px; }
  .sm-pr-60 {
    padding-right: 60px; }
  .sm-pr-80 {
    padding-right: 80px; }
  .sm-pr-100 {
    padding-right: 100px; }
  .sm-pb-0 {
    padding-bottom: 0px; }
  .sm-pb-5 {
    padding-bottom: 5px; }
  .sm-pb-10 {
    padding-bottom: 10px; }
  .sm-pb-15 {
    padding-bottom: 15px; }
  .sm-pb-20 {
    padding-bottom: 20px; }
  .sm-pb-30 {
    padding-bottom: 30px; }
  .sm-pb-40 {
    padding-bottom: 40px; }
  .sm-pb-60 {
    padding-bottom: 60px; }
  .sm-pb-80 {
    padding-bottom: 80px; }
  .sm-pb-100 {
    padding-bottom: 100px; }
  .sm-pl-0 {
    padding-left: 0px; }
  .sm-pl-5 {
    padding-left: 5px; }
  .sm-pl-10 {
    padding-left: 10px; }
  .sm-pl-15 {
    padding-left: 15px; }
  .sm-pl-20 {
    padding-left: 20px; }
  .sm-pl-30 {
    padding-left: 30px; }
  .sm-pl-40 {
    padding-left: 40px; }
  .sm-pl-60 {
    padding-left: 60px; }
  .sm-pl-80 {
    padding-left: 80px; }
  .sm-pl-100 {
    padding-left: 100px; }
  .sm-m-0 {
    margin: 0px; }
  .sm-m-5 {
    margin: 5px; }
  .sm-m-10 {
    margin: 10px; }
  .sm-m-15 {
    margin: 15px; }
  .sm-m-20 {
    margin: 20px; }
  .sm-m-30 {
    margin: 30px; }
  .sm-m-40 {
    margin: 40px; }
  .sm-m-60 {
    margin: 60px; }
  .sm-m-80 {
    margin: 80px; }
  .sm-m-100 {
    margin: 100px; }
  .sm-mt-0 {
    margin-top: 0px; }
  .sm-mt-5 {
    margin-top: 5px; }
  .sm-mt-10 {
    margin-top: 10px; }
  .sm-mt-15 {
    margin-top: 15px; }
  .sm-mt-20 {
    margin-top: 20px; }
  .sm-mt-30 {
    margin-top: 30px; }
  .sm-mt-40 {
    margin-top: 40px; }
  .sm-mt-60 {
    margin-top: 60px; }
  .sm-mt-80 {
    margin-top: 80px; }
  .sm-mt-100 {
    margin-top: 100px; }
  .sm-mr-0 {
    margin-right: 0px; }
  .sm-mr-5 {
    margin-right: 5px; }
  .sm-mr-10 {
    margin-right: 10px; }
  .sm-mr-15 {
    margin-right: 15px; }
  .sm-mr-20 {
    margin-right: 20px; }
  .sm-mr-30 {
    margin-right: 30px; }
  .sm-mr-40 {
    margin-right: 40px; }
  .sm-mr-60 {
    margin-right: 60px; }
  .sm-mr-80 {
    margin-right: 80px; }
  .sm-mr-100 {
    margin-right: 100px; }
  .sm-mb-0 {
    margin-bottom: 0px; }
  .sm-mb-5 {
    margin-bottom: 5px; }
  .sm-mb-10 {
    margin-bottom: 10px; }
  .sm-mb-15 {
    margin-bottom: 15px; }
  .sm-mb-20 {
    margin-bottom: 20px; }
  .sm-mb-30 {
    margin-bottom: 30px; }
  .sm-mb-40 {
    margin-bottom: 40px; }
  .sm-mb-60 {
    margin-bottom: 60px; }
  .sm-mb-80 {
    margin-bottom: 80px; }
  .sm-mb-100 {
    margin-bottom: 100px; }
  .sm-ml-0 {
    margin-left: 0px; }
  .sm-ml-5 {
    margin-left: 5px; }
  .sm-ml-10 {
    margin-left: 10px; }
  .sm-ml-15 {
    margin-left: 15px; }
  .sm-ml-20 {
    margin-left: 20px; }
  .sm-ml-30 {
    margin-left: 30px; }
  .sm-ml-40 {
    margin-left: 40px; }
  .sm-ml-60 {
    margin-left: 60px; }
  .sm-ml-80 {
    margin-left: 80px; }
  .sm-ml-100 {
    margin-left: 100px; } }

@media screen and (min-width: 768px) {
  .md-p-0 {
    padding: 0px; }
  .md-p-5 {
    padding: 5px; }
  .md-p-10 {
    padding: 10px; }
  .md-p-15 {
    padding: 15px; }
  .md-p-20 {
    padding: 20px; }
  .md-p-30 {
    padding: 30px; }
  .md-p-40 {
    padding: 40px; }
  .md-p-60 {
    padding: 60px; }
  .md-p-80 {
    padding: 80px; }
  .md-p-100 {
    padding: 100px; }
  .md-pt-0 {
    padding-top: 0px; }
  .md-pt-5 {
    padding-top: 5px; }
  .md-pt-10 {
    padding-top: 10px; }
  .md-pt-15 {
    padding-top: 15px; }
  .md-pt-20 {
    padding-top: 20px; }
  .md-pt-30 {
    padding-top: 30px; }
  .md-pt-40 {
    padding-top: 40px; }
  .md-pt-60 {
    padding-top: 60px; }
  .md-pt-80 {
    padding-top: 80px; }
  .md-pt-100 {
    padding-top: 100px; }
  .md-pr-0 {
    padding-right: 0px; }
  .md-pr-5 {
    padding-right: 5px; }
  .md-pr-10 {
    padding-right: 10px; }
  .md-pr-15 {
    padding-right: 15px; }
  .md-pr-20 {
    padding-right: 20px; }
  .md-pr-30 {
    padding-right: 30px; }
  .md-pr-40 {
    padding-right: 40px; }
  .md-pr-60 {
    padding-right: 60px; }
  .md-pr-80 {
    padding-right: 80px; }
  .md-pr-100 {
    padding-right: 100px; }
  .md-pb-0 {
    padding-bottom: 0px; }
  .md-pb-5 {
    padding-bottom: 5px; }
  .md-pb-10 {
    padding-bottom: 10px; }
  .md-pb-15 {
    padding-bottom: 15px; }
  .md-pb-20 {
    padding-bottom: 20px; }
  .md-pb-30 {
    padding-bottom: 30px; }
  .md-pb-40 {
    padding-bottom: 40px; }
  .md-pb-60 {
    padding-bottom: 60px; }
  .md-pb-80 {
    padding-bottom: 80px; }
  .md-pb-100 {
    padding-bottom: 100px; }
  .md-pl-0 {
    padding-left: 0px; }
  .md-pl-5 {
    padding-left: 5px; }
  .md-pl-10 {
    padding-left: 10px; }
  .md-pl-15 {
    padding-left: 15px; }
  .md-pl-20 {
    padding-left: 20px; }
  .md-pl-30 {
    padding-left: 30px; }
  .md-pl-40 {
    padding-left: 40px; }
  .md-pl-60 {
    padding-left: 60px; }
  .md-pl-80 {
    padding-left: 80px; }
  .md-pl-100 {
    padding-left: 100px; }
  .md-m-0 {
    margin: 0px; }
  .md-m-5 {
    margin: 5px; }
  .md-m-10 {
    margin: 10px; }
  .md-m-15 {
    margin: 15px; }
  .md-m-20 {
    margin: 20px; }
  .md-m-30 {
    margin: 30px; }
  .md-m-40 {
    margin: 40px; }
  .md-m-60 {
    margin: 60px; }
  .md-m-80 {
    margin: 80px; }
  .md-m-100 {
    margin: 100px; }
  .md-mt-0 {
    margin-top: 0px; }
  .md-mt-5 {
    margin-top: 5px; }
  .md-mt-10 {
    margin-top: 10px; }
  .md-mt-15 {
    margin-top: 15px; }
  .md-mt-20 {
    margin-top: 20px; }
  .md-mt-30 {
    margin-top: 30px; }
  .md-mt-40 {
    margin-top: 40px; }
  .md-mt-60 {
    margin-top: 60px; }
  .md-mt-80 {
    margin-top: 80px; }
  .md-mt-100 {
    margin-top: 100px; }
  .md-mr-0 {
    margin-right: 0px; }
  .md-mr-5 {
    margin-right: 5px; }
  .md-mr-10 {
    margin-right: 10px; }
  .md-mr-15 {
    margin-right: 15px; }
  .md-mr-20 {
    margin-right: 20px; }
  .md-mr-30 {
    margin-right: 30px; }
  .md-mr-40 {
    margin-right: 40px; }
  .md-mr-60 {
    margin-right: 60px; }
  .md-mr-80 {
    margin-right: 80px; }
  .md-mr-100 {
    margin-right: 100px; }
  .md-mb-0 {
    margin-bottom: 0px; }
  .md-mb-5 {
    margin-bottom: 5px; }
  .md-mb-10 {
    margin-bottom: 10px; }
  .md-mb-15 {
    margin-bottom: 15px; }
  .md-mb-20 {
    margin-bottom: 20px; }
  .md-mb-30 {
    margin-bottom: 30px; }
  .md-mb-40 {
    margin-bottom: 40px; }
  .md-mb-60 {
    margin-bottom: 60px; }
  .md-mb-80 {
    margin-bottom: 80px; }
  .md-mb-100 {
    margin-bottom: 100px; }
  .md-ml-0 {
    margin-left: 0px; }
  .md-ml-5 {
    margin-left: 5px; }
  .md-ml-10 {
    margin-left: 10px; }
  .md-ml-15 {
    margin-left: 15px; }
  .md-ml-20 {
    margin-left: 20px; }
  .md-ml-30 {
    margin-left: 30px; }
  .md-ml-40 {
    margin-left: 40px; }
  .md-ml-60 {
    margin-left: 60px; }
  .md-ml-80 {
    margin-left: 80px; }
  .md-ml-100 {
    margin-left: 100px; } }

@media screen and (min-width: 992px) {
  .lg-p-0 {
    padding: 0px; }
  .lg-p-5 {
    padding: 5px; }
  .lg-p-10 {
    padding: 10px; }
  .lg-p-15 {
    padding: 15px; }
  .lg-p-20 {
    padding: 20px; }
  .lg-p-30 {
    padding: 30px; }
  .lg-p-40 {
    padding: 40px; }
  .lg-p-60 {
    padding: 60px; }
  .lg-p-80 {
    padding: 80px; }
  .lg-p-100 {
    padding: 100px; }
  .lg-pt-0 {
    padding-top: 0px; }
  .lg-pt-5 {
    padding-top: 5px; }
  .lg-pt-10 {
    padding-top: 10px; }
  .lg-pt-15 {
    padding-top: 15px; }
  .lg-pt-20 {
    padding-top: 20px; }
  .lg-pt-30 {
    padding-top: 30px; }
  .lg-pt-40 {
    padding-top: 40px; }
  .lg-pt-60 {
    padding-top: 60px; }
  .lg-pt-80 {
    padding-top: 80px; }
  .lg-pt-100 {
    padding-top: 100px; }
  .lg-pr-0 {
    padding-right: 0px; }
  .lg-pr-5 {
    padding-right: 5px; }
  .lg-pr-10 {
    padding-right: 10px; }
  .lg-pr-15 {
    padding-right: 15px; }
  .lg-pr-20 {
    padding-right: 20px; }
  .lg-pr-30 {
    padding-right: 30px; }
  .lg-pr-40 {
    padding-right: 40px; }
  .lg-pr-60 {
    padding-right: 60px; }
  .lg-pr-80 {
    padding-right: 80px; }
  .lg-pr-100 {
    padding-right: 100px; }
  .lg-pb-0 {
    padding-bottom: 0px; }
  .lg-pb-5 {
    padding-bottom: 5px; }
  .lg-pb-10 {
    padding-bottom: 10px; }
  .lg-pb-15 {
    padding-bottom: 15px; }
  .lg-pb-20 {
    padding-bottom: 20px; }
  .lg-pb-30 {
    padding-bottom: 30px; }
  .lg-pb-40 {
    padding-bottom: 40px; }
  .lg-pb-60 {
    padding-bottom: 60px; }
  .lg-pb-80 {
    padding-bottom: 80px; }
  .lg-pb-100 {
    padding-bottom: 100px; }
  .lg-pl-0 {
    padding-left: 0px; }
  .lg-pl-5 {
    padding-left: 5px; }
  .lg-pl-10 {
    padding-left: 10px; }
  .lg-pl-15 {
    padding-left: 15px; }
  .lg-pl-20 {
    padding-left: 20px; }
  .lg-pl-30 {
    padding-left: 30px; }
  .lg-pl-40 {
    padding-left: 40px; }
  .lg-pl-60 {
    padding-left: 60px; }
  .lg-pl-80 {
    padding-left: 80px; }
  .lg-pl-100 {
    padding-left: 100px; }
  .lg-m-0 {
    margin: 0px; }
  .lg-m-5 {
    margin: 5px; }
  .lg-m-10 {
    margin: 10px; }
  .lg-m-15 {
    margin: 15px; }
  .lg-m-20 {
    margin: 20px; }
  .lg-m-30 {
    margin: 30px; }
  .lg-m-40 {
    margin: 40px; }
  .lg-m-60 {
    margin: 60px; }
  .lg-m-80 {
    margin: 80px; }
  .lg-m-100 {
    margin: 100px; }
  .lg-mt-0 {
    margin-top: 0px; }
  .lg-mt-5 {
    margin-top: 5px; }
  .lg-mt-10 {
    margin-top: 10px; }
  .lg-mt-15 {
    margin-top: 15px; }
  .lg-mt-20 {
    margin-top: 20px; }
  .lg-mt-30 {
    margin-top: 30px; }
  .lg-mt-40 {
    margin-top: 40px; }
  .lg-mt-60 {
    margin-top: 60px; }
  .lg-mt-80 {
    margin-top: 80px; }
  .lg-mt-100 {
    margin-top: 100px; }
  .lg-mr-0 {
    margin-right: 0px; }
  .lg-mr-5 {
    margin-right: 5px; }
  .lg-mr-10 {
    margin-right: 10px; }
  .lg-mr-15 {
    margin-right: 15px; }
  .lg-mr-20 {
    margin-right: 20px; }
  .lg-mr-30 {
    margin-right: 30px; }
  .lg-mr-40 {
    margin-right: 40px; }
  .lg-mr-60 {
    margin-right: 60px; }
  .lg-mr-80 {
    margin-right: 80px; }
  .lg-mr-100 {
    margin-right: 100px; }
  .lg-mb-0 {
    margin-bottom: 0px; }
  .lg-mb-5 {
    margin-bottom: 5px; }
  .lg-mb-10 {
    margin-bottom: 10px; }
  .lg-mb-15 {
    margin-bottom: 15px; }
  .lg-mb-20 {
    margin-bottom: 20px; }
  .lg-mb-30 {
    margin-bottom: 30px; }
  .lg-mb-40 {
    margin-bottom: 40px; }
  .lg-mb-60 {
    margin-bottom: 60px; }
  .lg-mb-80 {
    margin-bottom: 80px; }
  .lg-mb-100 {
    margin-bottom: 100px; }
  .lg-ml-0 {
    margin-left: 0px; }
  .lg-ml-5 {
    margin-left: 5px; }
  .lg-ml-10 {
    margin-left: 10px; }
  .lg-ml-15 {
    margin-left: 15px; }
  .lg-ml-20 {
    margin-left: 20px; }
  .lg-ml-30 {
    margin-left: 30px; }
  .lg-ml-40 {
    margin-left: 40px; }
  .lg-ml-60 {
    margin-left: 60px; }
  .lg-ml-80 {
    margin-left: 80px; }
  .lg-ml-100 {
    margin-left: 100px; } }

@media screen and (min-width: 1200px) {
  .xl-p-0 {
    padding: 0px; }
  .xl-p-5 {
    padding: 5px; }
  .xl-p-10 {
    padding: 10px; }
  .xl-p-15 {
    padding: 15px; }
  .xl-p-20 {
    padding: 20px; }
  .xl-p-30 {
    padding: 30px; }
  .xl-p-40 {
    padding: 40px; }
  .xl-p-60 {
    padding: 60px; }
  .xl-p-80 {
    padding: 80px; }
  .xl-p-100 {
    padding: 100px; }
  .xl-pt-0 {
    padding-top: 0px; }
  .xl-pt-5 {
    padding-top: 5px; }
  .xl-pt-10 {
    padding-top: 10px; }
  .xl-pt-15 {
    padding-top: 15px; }
  .xl-pt-20 {
    padding-top: 20px; }
  .xl-pt-30 {
    padding-top: 30px; }
  .xl-pt-40 {
    padding-top: 40px; }
  .xl-pt-60 {
    padding-top: 60px; }
  .xl-pt-80 {
    padding-top: 80px; }
  .xl-pt-100 {
    padding-top: 100px; }
  .xl-pr-0 {
    padding-right: 0px; }
  .xl-pr-5 {
    padding-right: 5px; }
  .xl-pr-10 {
    padding-right: 10px; }
  .xl-pr-15 {
    padding-right: 15px; }
  .xl-pr-20 {
    padding-right: 20px; }
  .xl-pr-30 {
    padding-right: 30px; }
  .xl-pr-40 {
    padding-right: 40px; }
  .xl-pr-60 {
    padding-right: 60px; }
  .xl-pr-80 {
    padding-right: 80px; }
  .xl-pr-100 {
    padding-right: 100px; }
  .xl-pb-0 {
    padding-bottom: 0px; }
  .xl-pb-5 {
    padding-bottom: 5px; }
  .xl-pb-10 {
    padding-bottom: 10px; }
  .xl-pb-15 {
    padding-bottom: 15px; }
  .xl-pb-20 {
    padding-bottom: 20px; }
  .xl-pb-30 {
    padding-bottom: 30px; }
  .xl-pb-40 {
    padding-bottom: 40px; }
  .xl-pb-60 {
    padding-bottom: 60px; }
  .xl-pb-80 {
    padding-bottom: 80px; }
  .xl-pb-100 {
    padding-bottom: 100px; }
  .xl-pl-0 {
    padding-left: 0px; }
  .xl-pl-5 {
    padding-left: 5px; }
  .xl-pl-10 {
    padding-left: 10px; }
  .xl-pl-15 {
    padding-left: 15px; }
  .xl-pl-20 {
    padding-left: 20px; }
  .xl-pl-30 {
    padding-left: 30px; }
  .xl-pl-40 {
    padding-left: 40px; }
  .xl-pl-60 {
    padding-left: 60px; }
  .xl-pl-80 {
    padding-left: 80px; }
  .xl-pl-100 {
    padding-left: 100px; }
  .xl-m-0 {
    margin: 0px; }
  .xl-m-5 {
    margin: 5px; }
  .xl-m-10 {
    margin: 10px; }
  .xl-m-15 {
    margin: 15px; }
  .xl-m-20 {
    margin: 20px; }
  .xl-m-30 {
    margin: 30px; }
  .xl-m-40 {
    margin: 40px; }
  .xl-m-60 {
    margin: 60px; }
  .xl-m-80 {
    margin: 80px; }
  .xl-m-100 {
    margin: 100px; }
  .xl-mt-0 {
    margin-top: 0px; }
  .xl-mt-5 {
    margin-top: 5px; }
  .xl-mt-10 {
    margin-top: 10px; }
  .xl-mt-15 {
    margin-top: 15px; }
  .xl-mt-20 {
    margin-top: 20px; }
  .xl-mt-30 {
    margin-top: 30px; }
  .xl-mt-40 {
    margin-top: 40px; }
  .xl-mt-60 {
    margin-top: 60px; }
  .xl-mt-80 {
    margin-top: 80px; }
  .xl-mt-100 {
    margin-top: 100px; }
  .xl-mr-0 {
    margin-right: 0px; }
  .xl-mr-5 {
    margin-right: 5px; }
  .xl-mr-10 {
    margin-right: 10px; }
  .xl-mr-15 {
    margin-right: 15px; }
  .xl-mr-20 {
    margin-right: 20px; }
  .xl-mr-30 {
    margin-right: 30px; }
  .xl-mr-40 {
    margin-right: 40px; }
  .xl-mr-60 {
    margin-right: 60px; }
  .xl-mr-80 {
    margin-right: 80px; }
  .xl-mr-100 {
    margin-right: 100px; }
  .xl-mb-0 {
    margin-bottom: 0px; }
  .xl-mb-5 {
    margin-bottom: 5px; }
  .xl-mb-10 {
    margin-bottom: 10px; }
  .xl-mb-15 {
    margin-bottom: 15px; }
  .xl-mb-20 {
    margin-bottom: 20px; }
  .xl-mb-30 {
    margin-bottom: 30px; }
  .xl-mb-40 {
    margin-bottom: 40px; }
  .xl-mb-60 {
    margin-bottom: 60px; }
  .xl-mb-80 {
    margin-bottom: 80px; }
  .xl-mb-100 {
    margin-bottom: 100px; }
  .xl-ml-0 {
    margin-left: 0px; }
  .xl-ml-5 {
    margin-left: 5px; }
  .xl-ml-10 {
    margin-left: 10px; }
  .xl-ml-15 {
    margin-left: 15px; }
  .xl-ml-20 {
    margin-left: 20px; }
  .xl-ml-30 {
    margin-left: 30px; }
  .xl-ml-40 {
    margin-left: 40px; }
  .xl-ml-60 {
    margin-left: 60px; }
  .xl-ml-80 {
    margin-left: 80px; }
  .xl-ml-100 {
    margin-left: 100px; } }

.container {
  width: 1200px;
  max-width: 100vw;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      width: 800px;
      max-width: 100%; } }
  @media (max-width: 991px) {
    .container {
      width: 100%;
      max-width: 100%; } }

.full-width {
  margin-left: -9999rem;
  margin-right: -9999rem;
  padding-left: 9999rem;
  padding-right: 9999rem; }
  @media (max-width: 991px) {
    .full-width {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; } }

body,
html {
  color: #264c5c; }

.fw-bold {
  font-weight: bold; }

.width-25 {
  width: 25px;
  text-align: center; }

table.dataTable {
  margin-bottom: 20px; }

.grid {
  display: block; }

.color-primary {
  color: #5fbee8; }

.color-secondary {
  color: #831e81; }

.color-tertiary {
  color: #264c5c; }

.color-strategic-1 {
  color: #96dcfd; }

.color-strategic-2 {
  color: #fd638e; }

.color-strategic-3 {
  color: #1a4b8b; }

.box-shadow,
.images-shadown img {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35); }
  .box-shadow--light,
  .images-shadown img--light {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2); }

.background-primary {
  background: #5fbee8; }

.background-secondary {
  background: #831e81; }

.background-strategic-1 {
  background: #96dcfd; }

.background-strategic-2 {
  background: #fd638e;
  color: black; }

.background-strategic-3 {
  background: #1a4b8b;
  color: white; }

.background-grey {
  background: #dbdbdb; }

.thin {
  font-weight: 300; }

.line-height-large {
  line-height: 1.8em; }

.blue--light-self,
.image-block.blue--light {
  background: #5fbee8; }
  .blue--light-self *,
  .image-block.blue--light * {
    color: black; }

.blue--light article {
  background: #5fbee8;
  color: black;
  height: 100%; }
  .blue--light article * {
    color: black; }

.blue--dark {
  background: #1a4b8b;
  color: white; }

.grey {
  background: #dbdbdb;
  color: #1a4b8b; }

.purple {
  background: #831e81;
  color: white; }

.pink {
  background: #fd638e;
  color: black; }

.rounded-edges {
  border-radius: 2px; }

.rounded,
.images-rounded img {
  border-radius: 50%; }

.description {
  color: #264c5c;
  font-size: 14.4px;
  line-height: 22px;
  font-size: 0.9rem;
  line-height: 1.375rem; }

.no-padding {
  padding: 0; }

.mw-100 {
  max-width: 100%; }

@media (max-width: 540px) {
  input:not([type=submit]):not([type=file]):not([type=radio]), textarea {
    width: 100%; } }

.webform-options-display-buttons label.webform-options-display-buttons-label {
  border: 0; }

.skip-link.focusable.visually-hidden:focus {
  background: #831e81;
  color: white;
  display: block;
  padding: 25px;
  position: absolute !important;
  text-align: center;
  width: 100%;
  z-index: 9999; }

h1,
h2,
h3,
h4,
h5 {
  color: #831e81; }

h1 {
  color: #831e81;
  font-size: 40px;
  line-height: 44px;
  font-size: 2.5rem;
  line-height: 2.75rem; }

h2 {
  font-size: 32px;
  line-height: 36px;
  font-size: 2rem;
  line-height: 2.25rem; }

h3 {
  font-size: 22px;
  line-height: 26px;
  font-size: 1.375rem;
  line-height: 1.625rem; }

h4 {
  color: #264c5c;
  font-size: 20px;
  line-height: 24px;
  font-size: 1.25rem;
  line-height: 1.5rem; }

h5 {
  color: #264c5c;
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 1.25rem; }

a {
  color: #1a4b8b;
  font-weight: 600;
  text-decoration: none; }
  a.filled {
    background: #1a4b8b;
    border: 3px solid transparent;
    border-radius: 18px;
    color: white;
    display: inline-block;
    padding: 2px 16px; }
    a.filled:focus, a.filled:hover {
      background: transparent;
      border: 3px solid #fd638e;
      color: #fd638e; }
  a.text-center {
    text-align: center; }
  a p {
    font-weight: normal; }

.arrow a,
a.arrow {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  text-indent: -1px; }
  .arrow a:focus:before, .arrow a:hover:before,
  a.arrow:focus:before,
  a.arrow:hover:before {
    left: 8px;
    transition: all .5s ease; }
  .arrow a.color-primary:before,
  a.arrow.color-primary:before {
    background-image: url("../assets/images/arrow_primary.svg"); }
  .arrow a.color-secondary:before,
  a.arrow.color-secondary:before {
    background-image: url("../assets/images/arrow_secondary.svg"); }
  .arrow a:before,
  a.arrow:before {
    background: url("../assets/images/arrow_default.svg") no-repeat left center;
    bottom: 2px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 16px;
    transition: all .5s ease; }
  .arrow a--back:before,
  a.arrow--back:before {
    transform: scaleX(-1); }

p a {
  color: #1a4b8b;
  font-weight: 600;
  padding-left: 0;
  text-decoration: underline;
  text-decoration-color: #1a4b8b;
  transition: all .5s ease; }
  p a:before {
    display: none; }
  p a:hover, p a:focus {
    background: rgba(95, 190, 232, 0.5); }

.call-to-action {
  background: #831e81;
  border: 3px solid transparent;
  display: inline-block;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .5s ease; }
  .call-to-action a {
    color: white;
    display: inline-block;
    padding: 15px 30px; }
    .call-to-action a:before {
      display: none; }
  .call-to-action:focus, .call-to-action:hover {
    background: rgba(255, 255, 255, 0.5);
    border: 3px solid #831e81;
    color: #831e81; }
    .call-to-action:focus a, .call-to-action:hover a {
      color: #831e81; }

.button,
.button-link a {
  background: rgba(219, 219, 219, 0.5);
  border-radius: 2px;
  border: 0;
  color: #1a4b8b;
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 10px;
  padding: 8px 12px; }
  .button.button--reset:before,
  .button-link a.button--reset:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Pro';
    padding-right: 8px; }
  .button--primary,
  .button-link a--primary {
    background: #5fbee8;
    color: #264c5c; }
  .button--dark-blue,
  .button-link a--dark-blue {
    background: #1a4b8b;
    border: 3px solid transparent;
    color: white;
    display: inline-block;
    padding: 2px 16px; }
    .button--dark-blue:focus, .button--dark-blue:hover,
    .button-link a--dark-blue:focus,
    .button-link a--dark-blue:hover {
      background: #5fbee8;
      border: 3px solid #1a4b8b;
      color: #264c5c; }
  .button--block,
  .button-link a--block {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%; }

.button-link--reset a:before {
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro';
  padding-right: 8px; }

ul {
  list-style: none; }

.list h3 {
  color: black; }

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

.list time {
  color: #831e81;
  font-weight: 300;
  letter-spacing: 1px; }

.list--links {
  margin-bottom: 3rem;
  margin-top: 2rem; }
  .list--links div > div {
    display: inline-block; }
  .list--links a {
    background: #1a4b8b;
    border-radius: 2px;
    color: white;
    display: inline-block;
    border: 2px solid #1a4b8b;
    margin: 4px;
    padding: 8px 12px;
    transition: all .5s ease; }
    .list--links a:focus, .list--links a:hover {
      background: rgba(255, 255, 255, 0.8);
      color: #1a4b8b; }

.list--steps ul {
  list-style: none;
  border-left: 1px solid #5fbee8;
  float: left;
  padding-left: 20px;
  width: 100%; }
  .list--steps ul li {
    float: left;
    position: relative;
    padding-bottom: 8px;
    width: 100%; }
    .list--steps ul li:before {
      content: "• ";
      color: #96dcfd;
      font-family: Arial, sans-serif;
      position: absolute;
      left: -26px;
      top: 0;
      font-size: 32px;
      line-height: 32px; }
    .list--steps ul li:first-child:before {
      background-color: #1a4b8b;
      height: 12px; }
    .list--steps ul li:last-child:after {
      background-color: #1a4b8b;
      bottom: 0;
      content: "";
      height: 10px;
      left: -21px;
      position: absolute;
      width: 1px; }
    .list--steps ul li a {
      padding-left: 0; }
      .list--steps ul li a:before {
        background-image: none; }

.office-hours {
  padding: 0; }
  .office-hours li {
    padding: 5px; }
    .office-hours li:nth-child(even) {
      background: #e0e0e0; }

blockquote {
  font-size: 20px;
  line-height: 24px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700; }
  blockquote img {
    display: block;
    height: auto;
    max-width: 100%; }
  blockquote a {
    font-size: 16px;
    line-height: 22px;
    font-size: 1rem;
    line-height: 1.375rem; }
  blockquote .arrow {
    padding-left: 45px; }
  blockquote p {
    color: #fd638e;
    font-weight: 600;
    padding-left: 12px;
    text-indent: -12px; }
    blockquote p:before, blockquote p:after {
      content: "\"";
      font-style: italic;
      font-size: 28px;
      line-height: 22px;
      font-size: 1.75rem;
      line-height: 1.375rem; }

nav.navigation ul {
  margin: 0; }
  nav.navigation ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px; }
    nav.navigation ul li:last-child {
      padding-right: 0; }

nav.navigation .hide-text {
  display: inline-block;
  overflow: hidden;
  height: 38px;
  padding-top: 8px;
  text-align: center;
  width: 30px; }
  nav.navigation .hide-text i {
    font-size: 16px;
    line-height: 22px;
    font-size: 1rem;
    line-height: 1.375rem;
    visibility: visible; }

nav.menu--main ul li {
  padding: 30px 25px;
  transition: padding .4s ease; }
  nav.menu--main ul li a {
    color: black;
    font-weight: 600;
    letter-spacing: 1px; }

nav.menu--secundair-menu ul {
  padding-left: 0; }

nav.menu--secundair-menu li {
  padding-bottom: 14px;
  padding-top: 14px; }
  nav.menu--secundair-menu li:nth-child(1) {
    padding-left: 0; }
  nav.menu--secundair-menu li a:not(.filled) {
    color: #1a4b8b;
    display: inline-block; }
  nav.menu--secundair-menu li i.fa {
    padding-left: 4px; }

.responsive-actions {
  display: none; }
  @media (max-width: 1199px) {
    .responsive-actions {
      display: block; } }
  @media (max-width: 991px) {
    .responsive-actions {
      padding-right: 10px; } }

nav.menu--responsive-actions ul.menu {
  padding-right: 10px; }
  @media (max-width: 991px) {
    nav.menu--responsive-actions ul.menu {
      padding-right: 0; } }
  nav.menu--responsive-actions ul.menu i,
  nav.menu--responsive-actions ul.menu a {
    color: #831e81; }
  nav.menu--responsive-actions ul.menu li {
    line-height: 30px;
    padding: 0 5px; }
    nav.menu--responsive-actions ul.menu li .menu-toggle {
      bottom: 8px;
      color: #737373;
      border-left: 1px solid #737373;
      font-weight: 600;
      padding-left: 10px;
      position: relative; }
      nav.menu--responsive-actions ul.menu li .menu-toggle i {
        color: #737373;
        padding: 0 4px; }
  nav.menu--responsive-actions ul.menu i.filled {
    background: #831e81;
    border: 3px solid transparent;
    border-radius: 30px;
    color: white;
    height: 30px;
    padding-top: 2px;
    width: 30px;
    text-align: center; }
    nav.menu--responsive-actions ul.menu i.filled:focus, nav.menu--responsive-actions ul.menu i.filled:hover {
      background: white;
      border: 3px solid #831e81;
      color: #831e81; }

aside .navigation header,
.longread header,
.sidebar-menu header {
  background: transparent;
  padding: 10px 15px;
  padding-bottom: 0; }
  aside .navigation header .page-title,
  aside .navigation header .block-title,
  .longread header .page-title,
  .longread header .block-title,
  .sidebar-menu header .page-title,
  .sidebar-menu header .block-title {
    border-bottom: 1px solid rgba(131, 30, 129, 0.3);
    padding: 10px 0; }
    aside .navigation header .page-title a,
    aside .navigation header .block-title a,
    .longread header .page-title a,
    .longread header .block-title a,
    .sidebar-menu header .page-title a,
    .sidebar-menu header .block-title a {
      color: #831e81; }

aside .navigation ul,
.longread ul,
.sidebar-menu ul {
  margin: 0;
  padding: 10px 15px;
  padding-top: 0; }
  aside .navigation ul li,
  .longread ul li,
  .sidebar-menu ul li {
    border-bottom: 1px solid rgba(131, 30, 129, 0.3);
    display: block;
    padding: 10px 0; }
    aside .navigation ul li:last-child,
    .longread ul li:last-child,
    .sidebar-menu ul li:last-child {
      border-bottom: 0; }
    aside .navigation ul li a,
    .longread ul li a,
    .sidebar-menu ul li a {
      color: black;
      font-weight: 700;
      word-break: break-word; }
      aside .navigation ul li a.is-active,
      .longread ul li a.is-active,
      .sidebar-menu ul li a.is-active {
        color: #1a4b8b; }
    aside .navigation ul li ul,
    .longread ul li ul,
    .sidebar-menu ul li ul {
      margin-top: 10px; }
    aside .navigation ul li.menu__item--expanded,
    .longread ul li.menu__item--expanded,
    .sidebar-menu ul li.menu__item--expanded {
      position: relative; }
      aside .navigation ul li.menu__item--expanded > a,
      .longread ul li.menu__item--expanded > a,
      .sidebar-menu ul li.menu__item--expanded > a {
        display: inline-block;
        width: 100%; }
        aside .navigation ul li.menu__item--expanded > a:after,
        .longread ul li.menu__item--expanded > a:after,
        .sidebar-menu ul li.menu__item--expanded > a:after {
          right: 2px;
          content: "\f078";
          font-family: 'Font Awesome 5 Pro';
          font-size: 0.7rem;
          font-weight: lighter;
          padding-left: 5px;
          position: absolute; }

nav.navigation ul.menu--disclaimer li {
  padding-left: 10px;
  padding-right: 0; }
  nav.navigation ul.menu--disclaimer li a {
    font-weight: normal; }
  nav.navigation ul.menu--disclaimer li:after {
    content: "|";
    display: inline-block;
    padding-left: 10px; }
  nav.navigation ul.menu--disclaimer li:first-child {
    padding-left: 0; }
  nav.navigation ul.menu--disclaimer li:last-child:after {
    display: none; }

nav.navigation.menu--social-media li {
  padding-left: 5px;
  padding-right: 5px; }
  nav.navigation.menu--social-media li a {
    font-size: 0; }
    nav.navigation.menu--social-media li a i {
      background: #831e81;
      border-radius: 50%;
      font-size: 16px;
      height: 36px;
      padding-top: 10px;
      text-align: center;
      width: 36px; }
      nav.navigation.menu--social-media li a i.fa-facebook-f {
        background: #3b5998; }
      nav.navigation.menu--social-media li a i.fa-twitter {
        background: #1da1f2; }
      nav.navigation.menu--social-media li a i.fa-linkedin-in {
        background: #007bb5; }
      nav.navigation.menu--social-media li a i.fa-youtube {
        background: #ff0000; }

.menu--dropdown ul li {
  position: relative; }
  .menu--dropdown ul li:hover ul {
    visibility: visible;
    opacity: 1; }

.menu--dropdown ul ul {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  left: -4px;
  padding-top: 1rem;
  position: absolute;
  text-align: left;
  z-index: 2; }
  .menu--dropdown ul ul li {
    background: rgba(255, 255, 255, 0.95);
    border-left: 1px solid #831e81;
    border-right: 1px solid #831e81;
    padding-bottom: 8px;
    padding-left: 1rem;
    padding-top: 8px;
    text-align: left;
    width: 200px; }
    .menu--dropdown ul ul li a {
      width: 100%; }
    .menu--dropdown ul ul li:nth-child(1) {
      padding-left: 1rem; }
  .menu--dropdown ul ul:last-child {
    border-bottom: 1px solid #831e81; }

.menu--dropdown ul .menu__item--expanded:after {
  bottom: 2px;
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.5rem;
  padding-left: 5px;
  position: relative; }

@media (max-width: 991px) {
  .menu--dropdown .menu__item--expanded:after {
    display: none; }
  .menu--dropdown ul ul {
    display: block;
    opacity: 1;
    visibility: visible;
    padding-left: 10px !important;
    padding-top: 8px !important;
    position: initial; }
    .menu--dropdown ul ul li {
      border: 0;
      width: auto; }
    .menu--dropdown ul ul:last-child {
      border-bottom: 0; } }

.search-button {
  padding-left: 60px;
  text-align: center; }
  .search-button i {
    width: 32px; }
  .search-button a {
    color: #831e81;
    font-size: 32px;
    line-height: 34px;
    font-size: 2rem;
    line-height: 2.125rem;
    position: relative;
    top: 4px; }

.search-bar {
  background: #831e81;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  color: white;
  height: 0;
  transform-origin: 50% 0%;
  transform: perspective(350px) rotateX(-90deg);
  transition: transform .2s linear; }
  .search-bar a {
    color: white; }
  .search-bar .form-item {
    margin-bottom: 0; }
  .search-bar .search-hint {
    font-weight: 600;
    letter-spacing: 1px;
    height: 3rem;
    line-height: 3rem;
    border-right: 2px solid #fd638e; }
    @media (max-width: 543px) {
      .search-bar .search-hint {
        border-right: 0; } }
  .search-bar .search-input {
    position: relative; }
    .search-bar .search-input input[name="zoekterm"],
    .search-bar .search-input input.search-keywords {
      background: transparent;
      border: 0 !important;
      color: white;
      font-size: 36px;
      line-height: 40px;
      font-size: 2.25rem;
      line-height: 2.5rem;
      line-height: 3rem;
      padding: 15px;
      width: 100%; }
      .search-bar .search-input input[name="zoekterm"]::-webkit-input-placeholder,
      .search-bar .search-input input.search-keywords::-webkit-input-placeholder {
        color: rgba(253, 99, 142, 0.6);
        font-size: 36px;
        line-height: 40px;
        font-size: 2.25rem;
        line-height: 2.5rem;
        line-height: 3rem; }
      .search-bar .search-input input[name="zoekterm"]:-moz-placeholder,
      .search-bar .search-input input.search-keywords:-moz-placeholder {
        color: rgba(253, 99, 142, 0.6);
        font-size: 36px;
        line-height: 40px;
        font-size: 2.25rem;
        line-height: 2.5rem;
        line-height: 3rem; }
      .search-bar .search-input input[name="zoekterm"]::-moz-placeholder,
      .search-bar .search-input input.search-keywords::-moz-placeholder {
        color: rgba(253, 99, 142, 0.6);
        font-size: 36px;
        line-height: 40px;
        font-size: 2.25rem;
        line-height: 2.5rem;
        line-height: 3rem; }
      .search-bar .search-input input[name="zoekterm"]:-ms-input-placeholder,
      .search-bar .search-input input.search-keywords:-ms-input-placeholder {
        color: rgba(253, 99, 142, 0.6);
        font-size: 36px;
        line-height: 40px;
        font-size: 2.25rem;
        line-height: 2.5rem;
        line-height: 3rem; }
      .search-bar .search-input input[name="zoekterm"]:focus,
      .search-bar .search-input input.search-keywords:focus {
        outline-color: #fd638e; }
  .search-bar input[type="submit"] {
    background: url("../assets/images/search.svg") no-repeat right center transparent;
    border: 0;
    border-radius: 0;
    color: transparent;
    display: inline-block;
    line-height: 70px;
    padding: 0;
    position: absolute;
    right: 50px;
    top: 0; }
    @media (max-width: 543px) {
      .search-bar input[type="submit"] {
        right: 10px; } }

.search-page .search-bar {
  position: relative; }
  .search-page .search-bar--not-flipped {
    height: auto;
    transform: none; }
    .search-page .search-bar--not-flipped .search-input input#edit-zoekterm[name="zoekterm"] {
      font-size: 36px;
      line-height: 40px;
      font-size: 2.25rem;
      line-height: 2.5rem;
      line-height: 3rem;
      padding-right: 100px; }

.search-page input[type=submit] {
  background: url("../assets/images/search.svg") no-repeat right center transparent;
  border: 0;
  border-radius: 0;
  color: transparent;
  display: inline-block;
  line-height: 70px;
  padding: 0;
  position: absolute;
  right: 50px;
  top: 0; }

.search-result {
  border-bottom: 1px solid #e0e0e0;
  margin: 1rem 0;
  padding-bottom: 1rem; }
  .search-result h2 {
    display: flex; }
  .search-result__type {
    background: #dbdbdb;
    border-radius: 2px;
    color: #264c5c;
    display: inline-block;
    font-weight: normal;
    height: 40px;
    font-size: 0.9rem;
    line-height: 40px;
    margin-right: 10px;
    padding: 0 10px;
    text-transform: uppercase; }
  .search-result__icon {
    hyphens: auto;
    padding: 5px 1rem;
    overflow-wrap: break-word;
    word-wrap: break-word; }
    .search-result__icon i {
      color: #5fbee8;
      display: inline-block;
      text-align: center;
      width: 20px; }
    .search-result__icon div {
      display: inline; }
  .search-result__employee {
    text-align: left; }
    .search-result__employee h5 {
      margin: 0; }

.search-filters input[type="submit"],
.search-filters input.search-keywords[type="text"],
.search-filters select {
  margin-left: 0;
  width: 100%; }

.slideshow {
  max-height: 650px; }
  .slideshow .slideshow-content {
    background-repeat: no-repeat;
    background-size: cover;
    order: 2;
    padding-bottom: 4rem;
    padding-top: 200px;
    z-index: 2; }
    @media (max-width: 1199px) {
      .slideshow .slideshow-content {
        padding-top: 100px; } }
    .slideshow .slideshow-content p {
      background: rgba(255, 255, 255, 0.9);
      box-decoration-break: clone;
      color: #1a4b8b;
      line-height: 2rem;
      display: inline;
      padding: 2px 10px; }
    .slideshow .slideshow-content h2 {
      background: rgba(255, 255, 255, 0.9);
      color: #1a4b8b;
      display: inline-block;
      margin-bottom: 20px;
      padding: 0 10px; }
  .slideshow .call-to-action {
    margin-top: 2rem; }

.image-block {
  position: relative; }
  .image-block img {
    display: block;
    height: auto;
    max-width: 100%; }
  .image-block__content {
    padding: 1rem; }
  .image-block__head {
    border-bottom-left-radius: 2px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 1rem;
    position: absolute;
    right: 0;
    top: 0; }
    .image-block__head time {
      margin-bottom: 0; }
  .image-block__small h3 {
    margin: 0; }
  .image-block--shaded {
    background: white;
    border-radius: 2px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35); }
  .image-block--blue, .image-block--grey {
    background: rgba(95, 190, 232, 0.15);
    margin-bottom: 1rem;
    padding: 25px; }
    .image-block--blue img, .image-block--grey img {
      display: inline-block; }
    .image-block--blue .image-block__content, .image-block--grey .image-block__content {
      padding-bottom: 0; }
  .image-block--grey {
    height: 100%;
    background: rgba(219, 219, 219, 0.35); }

.highlight {
  position: relative; }
  .highlight__type {
    background: #1a4b8b;
    border-bottom-left-radius: 2px;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 0; }

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

.teaser-with-author .teaser-with-author-body {
  font-weight: normal;
  padding: 1rem;
  position: relative; }
  .teaser-with-author .teaser-with-author-body:after {
    background: url("../assets/images/pointer_strategic_3.svg") no-repeat;
    content: "";
    height: 20px;
    position: absolute;
    width: 20px;
    right: -17px;
    top: 90px; }
  .teaser-with-author .teaser-with-author-body h3,
  .teaser-with-author .teaser-with-author-body h4,
  .teaser-with-author .teaser-with-author-body h5 {
    color: white; }

.hide-title .image-block h3 {
  display: none; }

.block__content-wrapper {
  height: 100%;
  padding: 15px;
  position: relative; }

.block__title-extra {
  background: #dbdbdb;
  border-radius: 25px;
  color: #264c5c;
  display: inline-block;
  font-weight: 600;
  margin-top: 8px;
  letter-spacing: 1px;
  padding: 8px 20px; }

.block .more-link {
  position: absolute;
  bottom: 25px;
  width: 100%; }

.twitter__info {
  margin-bottom: 5px; }

.twitter__author, .twitter__date {
  color: #1a4b8b;
  font-weight: 300;
  letter-spacing: 1px; }

.twitter__text {
  letter-spacing: 1px; }

.twitter p {
  margin: 0; }

details {
  background: rgba(95, 190, 232, 0.3);
  margin-bottom: 1rem;
  width: 100%; }
  details[open] i:before, details.open i:before {
    content: "\f056"; }
  details::-webkit-details-marker {
    display: none; }
  details summary {
    cursor: pointer;
    list-style-type: none;
    position: relative; }
    details summary::-webkit-details-marker {
      display: none; }
    details summary h3 {
      color: black;
      margin: 0;
      padding: 20px; }
    details summary i {
      background: white;
      border-radius: 50%;
      color: #1a4b8b;
      font-size: 26px;
      position: absolute;
      right: 20px;
      top: 20px; }
      details summary i:before {
        content: "\f055";
        font-family: 'Font Awesome 5 Pro';
        font-weight: bold;
        font-style: normal; }
  details .content {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px; }
    details .content__read-more {
      margin-top: 1em;
      text-align: right; }

details details[open] summary i:before, details details.open summary i:before {
  content: "\f056" !important; }

details details summary i::before {
  content: "\f055" !important;
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  font-style: normal; }

.teaser {
  border-bottom: 1px solid #dbdbdb; }
  .teaser--blog .teaser__image {
    border-right: 1px solid #dbdbdb; }
  .teaser__image {
    padding: 20px 0; }
    .teaser__image img {
      display: block;
      height: auto;
      max-width: 100%; }
  .teaser__content {
    padding: 15px 20px; }
    .teaser__content h2 {
      margin-bottom: 4px; }
    .teaser__content time {
      color: #1a4b8b;
      display: inline-block;
      font-style: italic;
      margin-bottom: 0; }
    .teaser__content a span {
      display: none; }
    .teaser__content p:first-child {
      margin-top: 1rem; }
  .teaser--vertical {
    border: 0;
    height: 100%; }
    .teaser--vertical h2 {
      min-height: 110px;
      vertical-align: bottom; }
    .teaser--vertical__body {
      margin: 1rem 0 2rem 0; }
    .teaser--vertical__read-more {
      bottom: 8px;
      position: absolute; }

.introduction {
  color: white; }
  .introduction h1 {
    color: white;
    padding-top: 1rem; }
  .introduction h2,
  .introduction h3,
  .introduction h4 {
    color: white; }
  .introduction__image {
    position: relative;
    top: 2rem; }
    .introduction__image img {
      display: block;
      height: auto;
      max-width: 100%; }

.messages--container {
  position: initial;
  max-height: auto; }

.views-group-header {
  position: relative; }
  .views-group-header:after {
    content: '';
    position: absolute;
    right: 0;
    top: 48%;
    bottom: 0;
    width: calc(100% - 3rem);
    height: 1px;
    max-height: 1px;
    background: #dbdbdb; }

.views-view-grid.horizontal {
  margin-bottom: 2rem; }

.grouping-row {
  margin: 2rem 0; }

.pager {
  margin: 2rem 0;
  text-align: center; }
  .pager__item {
    border: 0;
    border-radius: 50%;
    background: rgba(219, 219, 219, 0.5);
    height: 30px;
    margin-right: 8px;
    padding: 0;
    padding-top: 2px;
    width: 30px; }
    .pager__item--next, .pager__item--previous {
      background: transparent;
      width: auto; }
    .pager__item--first, .pager__item--last {
      background: transparent;
      padding-left: 12px;
      padding-right: 12px;
      width: auto; }
    .pager__item--ellipsis {
      background: transparent; }

.contact-information .address,
.contact-information .phone-number,
.contact-information .email-address,
.contact-information .tour {
  border-bottom: 1px solid #e0e0e0;
  line-height: 32px; }

.contact-information .address {
  margin-bottom: 0;
  padding-left: 30px;
  text-indent: -24px; }
  .contact-information .address:before {
    content: "\f015";
    font-family: 'Font Awesome 5 Pro'; }

.contact-information .phone-number i,
.contact-information .phone-number div,
.contact-information .email-address i,
.contact-information .email-address div,
.contact-information .tour i,
.contact-information .tour div {
  float: left; }

.contact-information .phone-number i,
.contact-information .email-address i,
.contact-information .tour i {
  line-height: 32px;
  text-align: center;
  width: 30px; }

.contact-information .location-geolocation * {
  cursor: pointer; }

.contact-information .email-address {
  word-break: break-all;
  word-wrap: anywhere; }
  .contact-information .email-address > div {
    max-width: 80%; }

.team-contact {
  color: black;
  font-weight: 600;
  margin-bottom: 2rem;
  letter-spacing: 1px; }
  .team-contact .row {
    padding: 1rem; }
  .team-contact i {
    background: #831e81;
    border-radius: 50%;
    color: white;
    font-size: 1.8rem;
    height: 50px;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 10px;
    width: 50px; }

[class^="facets-"] {
  margin-left: 8px; }
  [class^="facets-"] ul {
    padding-left: 0; }
    [class^="facets-"] ul .facet-item {
      padding: 4px 0;
      vertical-align: top; }
      [class^="facets-"] ul .facet-item__value {
        font-weight: 600; }
        [class^="facets-"] ul .facet-item__value:first-letter {
          text-transform: uppercase; }

.facet-summary-list {
  padding-left: 0; }
  .facet-summary-list .facet-summary-item--facet,
  .facet-summary-list .facet-summary-item--clear {
    display: inline-block; }
  .facet-summary-list .facet-summary-item--clear.button-link--reset a {
    background: #1a4b8b;
    color: white; }
  .facet-summary-list .facet-item__type {
    color: #737373;
    font-size: 0.8rem; }

fieldset {
  border: 1px solid rgba(95, 190, 232, 0.2);
  padding: 20px; }

#block-contactsearch label,
#block-contactsearch span.fieldset-legend,
form:not(.dimence-search-search-form) label,
form:not(.dimence-search-search-form) span.fieldset-legend {
  display: block;
  font-weight: 600;
  padding: 2px 0; }
  #block-contactsearch label.form-required:after,
  #block-contactsearch span.fieldset-legend.form-required:after,
  form:not(.dimence-search-search-form) label.form-required:after,
  form:not(.dimence-search-search-form) span.fieldset-legend.form-required:after {
    color: rgba(255, 0, 0, 0.4);
    padding-left: 4px; }

#block-contactsearch span.fieldset-legend,
form:not(.dimence-search-search-form) span.fieldset-legend {
  padding-bottom: 0.5rem; }

#block-contactsearch input:not([type=submit]):not([type=file]):not([type=radio]),
#block-contactsearch select,
#block-contactsearch textarea,
form:not(.dimence-search-search-form) input:not([type=submit]):not([type=file]):not([type=radio]),
form:not(.dimence-search-search-form) select,
form:not(.dimence-search-search-form) textarea {
  font-size: 16px;
  line-height: 16px;
  font-size: 1rem;
  line-height: 1rem;
  border: 1px solid #dbdbdb;
  display: block;
  padding: 8px 12px; }

#block-contactsearch input[type="submit"]:not(#edit-submit-zoeken),
#block-contactsearch input[type="button"].form-submit,
form:not(.dimence-search-search-form) input[type="submit"]:not(#edit-submit-zoeken),
form:not(.dimence-search-search-form) input[type="button"].form-submit {
  background: #1a4b8b;
  color: white;
  display: block;
  margin: 0;
  letter-spacing: 1px;
  padding: 8px 16px;
  text-transform: uppercase; }

#block-contactsearch select,
form:not(.dimence-search-search-form) select {
  appearance: none;
  background: url("../assets/images/caret-down-light.svg") no-repeat 98% center;
  background-size: 15px; }

#block-contactsearch .form-type-radio,
form:not(.dimence-search-search-form) .form-type-radio {
  display: block; }

#block-contactsearch input[type="radio"] + label,
form:not(.dimence-search-search-form) input[type="radio"] + label {
  font-weight: normal;
  left: 0.1rem; }
  #block-contactsearch input[type="radio"] + label:before,
  form:not(.dimence-search-search-form) input[type="radio"] + label:before {
    top: 2px; }

#block-contactsearch input[type="checkbox"] + label,
form:not(.dimence-search-search-form) input[type="checkbox"] + label {
  font-weight: normal;
  left: 1.8rem; }
  #block-contactsearch input[type="checkbox"] + label:before,
  form:not(.dimence-search-search-form) input[type="checkbox"] + label:before {
    font-size: 1.25rem;
    top: 1px; }

#block-contactsearch#contact-search input,
#block-contactsearch#contact-search select,
#block-contactsearch #contact-search input,
#block-contactsearch #contact-search select,
form:not(.dimence-search-search-form)#contact-search input,
form:not(.dimence-search-search-form)#contact-search select,
form:not(.dimence-search-search-form) #contact-search input,
form:not(.dimence-search-search-form) #contact-search select {
  width: 100%; }

/** Exposed filters */
.form-select.bef-links ul {
  margin: 0;
  padding: 0; }
  .form-select.bef-links ul li {
    display: inline-block;
    text-indent: 0 !important;
    margin-left: 0 !important; }
    .form-select.bef-links ul li:before {
      display: none; }

.bef-exposed-form .form-actions {
  display: none; }

/** Webform page progress */
.progress-tracker li {
  display: inline-block;
  margin: 0 !important;
  margin-right: 8px !important;
  opacity: .5;
  text-indent: 0 !important; }
  .progress-tracker li:before {
    display: none; }
  .progress-tracker li .progress-marker {
    background: #96dcfd;
    border-radius: 50%;
    display: inline-block;
    font-weight: bold;
    margin-right: 4px;
    height: 30px;
    width: 30px;
    text-align: center; }
  .progress-tracker li.is-active {
    opacity: 1; }

.webform-submission-form .form-actions .button {
  display: inline-block !important;
  margin-bottom: 20px !important; }
  .webform-submission-form .form-actions .button.webform-button--next {
    float: right; }

.steps {
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 100%; }
  .steps__line {
    height: 4px;
    position: absolute;
    z-index: 1;
    width: 880px;
    top: 42px;
    background: #77b52a;
    background: linear-gradient(to right, #77b52a 0%, #5fbee8 100%); }
    @media (max-width: 1024px) {
      .steps__line {
        display: none; } }
  .steps__step {
    display: inline-block;
    height: 145px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    z-index: 2; }
    .steps__step__title {
      font-weight: 600;
      color: #264c5c;
      border-radius: 40px;
      margin-top: 1rem;
      transition: 0.3s; }
      .steps__step__title.active span {
        border-radius: 30px;
        color: white;
        display: inline-block;
        padding: 8px 30px; }
    .steps__step__icon img {
      border-radius: 50%;
      border: 8px solid white;
      display: inline;
      max-height: 85px;
      max-width: 85px; }
    .steps__step:nth-child(1) .steps__step__icon img,
    .steps__step:nth-child(1) .steps__step__title.active span {
      background: #77b52a; }
    .steps__step:nth-child(1) .steps__step__icon.active img {
      background: white;
      border: 4px solid #77b52a; }
    .steps__step:nth-child(2) .steps__step__icon img,
    .steps__step:nth-child(2) .steps__step__title.active span {
      background: #78ba64; }
    .steps__step:nth-child(2) .steps__step__icon.active img {
      background: white;
      border: 4px solid #78ba0a; }
    .steps__step:nth-child(3) .steps__step__icon img,
    .steps__step:nth-child(3) .steps__step__title.active span {
      background: #6cba91; }
    .steps__step:nth-child(3) .steps__step__icon.active img {
      background: white;
      border: 4px solid #6cba91; }
    .steps__step:nth-child(4) .steps__step__icon img,
    .steps__step:nth-child(4) .steps__step__title.active span {
      background: #66bdc4; }
    .steps__step:nth-child(4) .steps__step__icon.active img {
      background: white;
      border: 4px solid #66bdc4; }
    .steps__step:nth-child(5) .steps__step__icon img,
    .steps__step:nth-child(5) .steps__step__title.active span {
      background: #66bdc4; }
    .steps__step:nth-child(5) .steps__step__icon.active img {
      background: white;
      border: 4px solid #66bdc4; }
    .steps__step:nth-child(6) .steps__step__icon img,
    .steps__step:nth-child(6) .steps__step__title.active span {
      background: #63bede; }
    .steps__step:nth-child(6) .steps__step__icon.active img {
      background: white;
      border: 4px solid #63bede; }

.file img.pdfpreview-file {
  border: 1px solid #e0e0e0; }

body.show-cookie-notification .header--wrapper {
  top: 6rem; }
  @media (max-width: 1199px) {
    body.show-cookie-notification .header--wrapper {
      top: 8rem; } }
  @media (max-width: 991px) {
    body.show-cookie-notification .header--wrapper {
      position: initial; } }
  body.show-cookie-notification .header--wrapper.shrink {
    top: 2px; }

.employee__job-title:first-letter {
  text-transform: uppercase; }

.information-content__headings {
  margin: 0; }
  .information-content__headings .col {
    padding: 0; }
    .information-content__headings .col:first-child a {
      border-top: 0; }
    .information-content__headings .col:last-child {
      margin-bottom: 1rem; }
    .information-content__headings .col a {
      padding: 10px 5px; }
  .information-content__headings a {
    border-top: 1px solid #dbdbdb;
    display: block; }

.information-content__share {
  border-top: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: .5rem;
  text-align: center; }
  .information-content__share .col a {
    border-right: 1px solid #dbdbdb;
    display: block; }
    .information-content__share .col a:before {
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
      padding-right: 6px; }
  .information-content__share .col:last-child a {
    border-right: 0; }

.information-content__mail a:before {
  content: "\f0e0"; }

.information-content__print a:before {
  content: "\f02f"; }

.atoz {
  font-size: 20px;
  line-height: 24px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-align: center; }
  .atoz .atoz__disabled,
  .atoz .atoz__button {
    font-weight: bold;
    margin: 0.65rem; }
  .atoz .atoz__button {
    background: transparent;
    border: 0;
    color: #831e81;
    cursor: pointer;
    padding: 0; }
  .atoz .atoz__disabled {
    color: #dbdbdb; }

main article p img.align-left {
  padding-right: 15px; }

main article p img.align-right {
  padding-left: 15px; }

.webform-likert-table-wrapper th:first-child,
.webform-likert-table-wrapper td:first-child {
  width: 50%;
  text-align: inherit;
  padding-right: 20px; }

.webform-likert-table-wrapper th,
.webform-likert-table-wrapper td {
  text-align: left; }

.webform-likert-table-wrapper th {
  padding-left: 4px; }

.webform-likert-table-wrapper td:last-child {
  padding-left: 10px; }

a.tabledrag-handle .handle {
  width: 32px;
  height: 32px;
  margin: -0.2em 0.5em 0 1.5em;
  padding: 0.42em 0.5em 0 1em; }

[type="radio"]:not([class^=Cybot]):not(:checked), [type="radio"]:not([class^=Cybot]):checked {
  position: absolute;
  left: 0;
  margin-top: 5px;
  margin-left: 5px; }

form.webform-submission-form {
  position: relative; }

body.toolbar-tray-open .header--wrapper {
  top: 79px; }

.header--wrapper {
  position: fixed;
  max-width: inherit;
  width: inherit;
  top: 1em;
  z-index: 3; }
  @media (max-width: 1199px) {
    .header--wrapper {
      top: 0; } }

.shrink {
  top: 2px; }
  .shrink header.site-header .branding img {
    height: 65px; }
  .shrink nav.menu--main ul.menu li {
    padding: 15px 25px; }
    .shrink nav.menu--main ul.menu li:last-child {
      padding-right: 0; }
  .shrink .breadcrumb {
    padding: 0; }
    .shrink .breadcrumb ol {
      margin: 2px 0; }

header.site-header {
  background: white;
  border-radius: 2px; }
  header.site-header .menu-close {
    display: none; }
  header.site-header a:not(.filled) {
    padding-left: 0; }
    header.site-header a:not(.filled):before {
      display: none; }
  header.site-header .branding img {
    display: inline-block;
    height: 104px;
    transition: height .3s ease; }
  @media (max-width: 1199px) {
    header.site-header .branding img {
      height: 65px;
      padding: 10px 0; } }
  @media (max-width: 991px) {
    header.site-header .branding {
      padding-left: 10px; } }
  @media (max-width: 1199px) {
    header.site-header .header-region--wrapper {
      border-top: 1px solid #dbdbdb;
      display: none;
      padding: 20px 0;
      position: relative; }
      header.site-header .header-region--wrapper .menu-close {
        color: #737373;
        display: inline-block;
        float: right;
        padding: 12px;
        position: absolute;
        top: 22px;
        right: 5px; } }
  header.site-header .header-region--wrapper .header-top {
    border-bottom: 1px solid #831e81; }
  header.site-header .header-region--wrapper .header-bottom .block {
    display: inline-block; }
  header.site-header .header-region--wrapper .header-top,
  header.site-header .header-region--wrapper .header-bottom {
    margin-right: 50px; }
    @media (max-width: 1199px) {
      header.site-header .header-region--wrapper .header-top,
      header.site-header .header-region--wrapper .header-bottom {
        border-bottom: 0;
        margin-right: 0;
        text-align: left; }
        header.site-header .header-region--wrapper .header-top .search-button,
        header.site-header .header-region--wrapper .header-bottom .search-button {
          display: none; }
        header.site-header .header-region--wrapper .header-top nav.menu--secundair-menu,
        header.site-header .header-region--wrapper .header-bottom nav.menu--secundair-menu {
          border-bottom: 1px solid rgba(219, 219, 219, 0.5);
          margin-bottom: 8px; }
        header.site-header .header-region--wrapper .header-top ul.menu,
        header.site-header .header-region--wrapper .header-bottom ul.menu {
          padding: 0 30px; }
          header.site-header .header-region--wrapper .header-top ul.menu li,
          header.site-header .header-region--wrapper .header-bottom ul.menu li {
            display: block;
            padding: 5px 0; }
            header.site-header .header-region--wrapper .header-top ul.menu li .filled,
            header.site-header .header-region--wrapper .header-bottom ul.menu li .filled {
              display: none; } }
  header.site-header .breadcrumb {
    background: #1a4b8b;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden; }
    header.site-header .breadcrumb ol {
      padding: 3px 26px;
      white-space: nowrap; }
      header.site-header .breadcrumb ol li {
        font-weight: normal; }
        header.site-header .breadcrumb ol li:last-of-type {
          max-width: 50%;
          overflow: hidden;
          text-overflow: ellipsis;
          position: relative;
          top: 4px; }
        header.site-header .breadcrumb ol li a {
          font-weight: 600; }
    header.site-header .breadcrumb .fa-caret-right {
      margin: 0 8px; }

body:not(.path-frontpage) .header-background {
  background: url("../assets/images/header.png");
  padding-top: 210px; }
  @media (max-width: 767px) {
    body:not(.path-frontpage) .header-background {
      padding-top: 100px; }
      body:not(.path-frontpage) .header-background p:last-child {
        margin-bottom: 0; } }

.region-page-title-front {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

p {
  line-height: 1.8rem; }

aside .block {
  background: rgba(241, 241, 241, 0.6);
  margin-bottom: 1rem;
  margin-right: 10px;
  padding: 10px; }
  aside .block h2 {
    border-bottom: 1px solid #dbdbdb;
    font-size: 20px;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding-bottom: 8px; }

aside h2:first-child {
  margin-top: 0; }

time {
  color: #1a4b8b;
  font-style: italic; }
  main time {
    display: block;
    margin-bottom: 1rem; }

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

main ul:not(.contextual-links):not(.messages__list):not(.pager__items) li {
  line-height: 1.8rem;
  margin-left: 25px;
  margin-bottom: 5px;
  text-indent: -25px; }
  main ul:not(.contextual-links):not(.messages__list):not(.pager__items) li:before {
    bottom: 1px;
    content: "\f111";
    text-align: right;
    color: #fd638e;
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.6em;
    padding-right: 15px;
    position: relative; }

.underline {
  text-decoration: underline; }

.site-footer h2,
.site-footer a {
  color: white; }

.site-footer ul.menu {
  padding-left: 0; }
  .site-footer ul.menu li {
    padding-bottom: 8px; }

.site-footer__highlight h2 {
  color: black; }

.site-footer__highlight a {
  color: black; }

.footer--bottom {
  margin-top: 1rem; }
  @media (max-width: 991px) {
    .footer--bottom .col {
      padding-right: 10px; }
    .footer--bottom .menu {
      text-align: center; } }

.foundations .foundation--part-of span {
  color: #737373;
  font-weight: normal; }

.fieldset-title .fieldset-legend {
  font-size: 2rem;
  line-height: 2.25rem;
  color: #831e81;
  padding: 0 .25rem; }

.is--flipped-down {
  transform: perspective(350px) rotateX(0deg); }

.is--hidden {
  display: none; }
/*# sourceMappingURL=style.css.map */