/*
    Theme Name: vtv
    Theme URI: http://underscores.me/
    Author: Frantic
    Author URI: http://www.frantic.com/
    Description: Theme for <code>vtv</code>
    Version: 1.0.0
    Text Domain: vtv

    vtv is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
    Underscores is distributed under the terms of the GNU GPL v2 or later.

    Normalizing styles have been helped along thanks to the fine work of
    Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*! Edited by Frantic, based on normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
     ========================================================================== */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * 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 */
}

/* Text-level semantics
     ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: 0;
  /* 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.
 */

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-cancel-button,
[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, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
     ========================================================================== */

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
     ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.screen-reader-text,
.gfield_radio input,
.gfield_checkbox input,
.gform_validation_container,
.ginput_container_time label,
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 0.0625rem;
  width: 0.0625rem;
  overflow: hidden;
}

.skip-to-content {
  color: #0075b0 !important;
  text-align: center;
  top: 0.1875rem;
  left: 0;
  right: 0;
  line-height: 1.5;
}

.skip-to-content:focus {
  width: 12.5rem;
  height: auto;
  margin: 0 auto;
  overflow: visible;
  clip: auto;
}

.screen-reader-focus:hover,
.screen-reader-focus:active,
.screen-reader-focus:focus {
  background-color: #fff;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 0.05469rem;
  font-weight: bold;
  height: auto;
  left: 0.3125rem;
  line-height: normal;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 0.3125rem;
  width: auto;
  z-index: 100000;
}

.gfield_radio label::before,
.gfield_checkbox label::before,
.ui-datepicker-header::before,
.gfield_radio label::after,
.gfield_checkbox label::after,
.ui-datepicker-header::after {
  content: '';
  display: table;
}

.gfield_radio label::after,
.gfield_checkbox label::after,
.ui-datepicker-header::after {
  clear: both;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  overflow-x: hidden;
}

hr {
  color: #bad4dd;
}

caption {
  text-align: left;
}

html {
  font-family: "adelle-sans", sans-serif;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  line-height: 1.42857;
}

p,
ul,
ol,
.gform_description,
.gsection_description,
.accordion__content {
  font-size: 0.875rem;
  line-height: 1.6em;
}

@media (min-width: 40em) {
  p,
  ul,
  ol,
  .gform_description,
  .gsection_description,
  .accordion__content {
    font-size: 1rem;
  }
}

@media (min-width: 56.25em) {
  p,
  ul,
  ol,
  .gform_description,
  .gsection_description,
  .accordion__content {
    font-size: 1.125rem;
  }
}

@media (min-width: 81.875em) {
  p,
  ul,
  ol,
  .gform_description,
  .gsection_description,
  .accordion__content {
    font-size: 1.1875rem;
  }
}

li > ul,
li > ol,
li > ul p,
li > ol p,
table,
.show-terms__content li a,
.popup__content,
.term-popup__content,
.filter-popup__content,
.popup__related-term,
.term-popup__related-term,
.filter-popup__related-term,
.popup__links,
.term-popup__links,
.filter-popup__links,
.wp-caption:not(.side) .wp-caption-text,
.article__partials .article__tags a,
.article__partials .article__terms > a {
  font-size: 0.8125rem;
  line-height: 1.5em;
}

@media (min-width: 40em) {
  li > ul,
  li > ol,
  li > ul p,
  li > ol p,
  table,
  .show-terms__content li a,
  .popup__content,
  .term-popup__content,
  .filter-popup__content,
  .popup__related-term,
  .term-popup__related-term,
  .filter-popup__related-term,
  .popup__links,
  .term-popup__links,
  .filter-popup__links,
  .wp-caption:not(.side) .wp-caption-text,
  .article__partials .article__tags a,
  .article__partials .article__terms > a {
    font-size: 0.875rem;
  }
}

@media (min-width: 56.25em) {
  li > ul,
  li > ol,
  li > ul p,
  li > ol p,
  table,
  .show-terms__content li a,
  .popup__content,
  .term-popup__content,
  .filter-popup__content,
  .popup__related-term,
  .term-popup__related-term,
  .filter-popup__related-term,
  .popup__links,
  .term-popup__links,
  .filter-popup__links,
  .wp-caption:not(.side) .wp-caption-text,
  .article__partials .article__tags a,
  .article__partials .article__terms > a {
    font-size: 0.9375rem;
  }
}

@media (min-width: 81.875em) {
  li > ul,
  li > ol,
  li > ul p,
  li > ol p,
  table,
  .show-terms__content li a,
  .popup__content,
  .term-popup__content,
  .filter-popup__content,
  .popup__related-term,
  .term-popup__related-term,
  .filter-popup__related-term,
  .popup__links,
  .term-popup__links,
  .filter-popup__links,
  .wp-caption:not(.side) .wp-caption-text,
  .article__partials .article__tags a,
  .article__partials .article__terms > a {
    font-size: 1rem;
  }
}

.nav--primary a {
  font-size: 1.1875rem;
}

@media (min-width: 53.125em) {
  .nav--primary a {
    font-size: 0.875rem;
  }
}

@media (min-width: 56.25em) {
  .nav--primary a {
    font-size: 0.9375rem;
  }
}

@media (min-width: 81.875em) {
  .nav--primary a {
    font-size: 1.1875rem;
  }
}

.article__ingress p {
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 1.4em;
}

@media (min-width: 40em) {
  .article__ingress p {
    font-size: 1.4375rem;
  }
}

@media (min-width: 56.25em) {
  .article__ingress p {
    font-size: 1.5rem;
  }
}

@media (min-width: 81.875em) {
  .article__ingress p {
    font-size: 1.625rem;
  }
}

.article__content p,
.section-front-page__content p {
  margin-bottom: 1.5em;
}

.article__content p.gray-text,
.section-front-page__content p.gray-text {
  font-size: 0.75rem;
  line-height: 1.6em;
  color: rgba(0, 0, 0, 0.55);
}

@media (min-width: 40em) {
  .article__content p.gray-text,
  .section-front-page__content p.gray-text {
    font-size: 0.875rem;
  }
}

@media (min-width: 56.25em) {
  .article__content p.gray-text,
  .section-front-page__content p.gray-text {
    font-size: 0.9375rem;
  }
}

@media (min-width: 81.875em) {
  .article__content p.gray-text,
  .section-front-page__content p.gray-text {
    font-size: 1rem;
  }
}

.article__content p.img-text,
.section-front-page__content p.img-text {
  width: 12.0625rem;
  font-size: 0.75rem;
  text-align: left;
  margin-left: 0;
}

.article__content p.info-text,
.section-front-page__content p.info-text {
  font-size: 0.75rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.55);
}

.article__content blockquote p,
.section-front-page__content blockquote p {
  font-size: 1.4375rem;
  font-weight: 100;
  color: #002c5f;
}

@media (min-width: 40em) {
  .article__content blockquote p,
  .section-front-page__content blockquote p {
    font-size: 1.9375rem;
  }
}

@media (min-width: 56.25em) {
  .article__content blockquote p,
  .section-front-page__content blockquote p {
    font-size: 2.5rem;
  }
}

@media (min-width: 81.875em) {
  .article__content blockquote p,
  .section-front-page__content blockquote p {
    font-size: 2.625rem;
  }
}

caption {
  font-size: 0.75rem;
  font-weight: 700;
  color: #002c5f;
  margin: auto auto 1em;
}

@media (min-width: 40em) {
  caption {
    font-size: 0.75rem;
  }
}

@media (min-width: 56.25em) {
  caption {
    font-size: 1rem;
  }
}

@media (min-width: 81.875em) {
  caption {
    font-size: 1rem;
  }
}

.site-search-mobile--text,
.primary-nav-mobile--text {
  font-size: 0.625rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.03125rem;
}

p {
  margin: 0;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

blockquote {
  margin: 0;
}

code,
kbd,
var {
  font-family: "Monaco", "Consolas", "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.75rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

pre {
  font-family: "Courier 10 Pitch", "Courier", monospace;
  font-size: 0.75rem;
  line-height: 1.6em;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

small {
  font-size: 80%;
}

.nav--breadcrumbs {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  clear: both;
  margin: 2rem 0 0.5em;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "adelle-sans", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.2em;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-bottom: 1em;
  line-height: 1.1em;
}

h4,
h6,
.h4,
.h6 {
  font-weight: 600;
}

h1,
.h1,
.popup__header,
.term-popup__header,
.filter-popup__header {
  margin-top: 0;
  font-size: 1.6875em;
  line-height: 1.24em;
  color: #002c5f;
}

@media (min-width: 40em) {
  h1,
  .h1,
  .popup__header,
  .term-popup__header,
  .filter-popup__header {
    font-size: 2.3125em;
  }
}

@media (min-width: 56.25em) {
  h1,
  .h1,
  .popup__header,
  .term-popup__header,
  .filter-popup__header {
    font-size: 2.875em;
  }
}

@media (min-width: 81.875em) {
  h1,
  .h1,
  .popup__header,
  .term-popup__header,
  .filter-popup__header {
    font-size: 3.0625em;
  }
}

@media (max-width: 56.25em) {
  .page-template-default h1,
  .page-template-default .h1,
  .page-template-default .popup__header,
  .page-template-default .term-popup__header,
  .page-template-default .filter-popup__header {
    margin-bottom: 0;
  }
}

h2,
.h2,
.gform_title,
.comp__title,
.cta__title,
.related-posts__title,
.show-posts__title,
.frontpage-quick-links__header-text,
.single-post-list__header-text,
.embed-wrapper-cookie-not-accepted-heading,
.share__count {
  font-size: 1.4375em;
  color: #002c5f;
}

@media (min-width: 40em) {
  h2,
  .h2,
  .gform_title,
  .comp__title,
  .cta__title,
  .related-posts__title,
  .show-posts__title,
  .frontpage-quick-links__header-text,
  .single-post-list__header-text,
  .embed-wrapper-cookie-not-accepted-heading,
  .share__count {
    font-size: 1.6875em;
  }
}

@media (min-width: 56.25em) {
  h2,
  .h2,
  .gform_title,
  .comp__title,
  .cta__title,
  .related-posts__title,
  .show-posts__title,
  .frontpage-quick-links__header-text,
  .single-post-list__header-text,
  .embed-wrapper-cookie-not-accepted-heading,
  .share__count {
    font-size: 1.8125em;
  }
}

@media (min-width: 81.875em) {
  h2,
  .h2,
  .gform_title,
  .comp__title,
  .cta__title,
  .related-posts__title,
  .show-posts__title,
  .frontpage-quick-links__header-text,
  .single-post-list__header-text,
  .embed-wrapper-cookie-not-accepted-heading,
  .share__count {
    font-size: 1.875em;
  }
}

h3,
.h3,
.gsection_title,
.nav__submenu-head .nav__submenu-link__label,
.related-posts--single article__title,
.frontpage-quick-links__content p,
.notification-email h3 {
  font-size: 1.1875em;
  color: #002c5f;
}

@media (min-width: 40em) {
  h3,
  .h3,
  .gsection_title,
  .nav__submenu-head .nav__submenu-link__label,
  .related-posts--single article__title,
  .frontpage-quick-links__content p,
  .notification-email h3 {
    font-size: 1.4375em;
  }
}

@media (min-width: 56.25em) {
  h3,
  .h3,
  .gsection_title,
  .nav__submenu-head .nav__submenu-link__label,
  .related-posts--single article__title,
  .frontpage-quick-links__content p,
  .notification-email h3 {
    font-size: 1.5em;
  }
}

@media (min-width: 81.875em) {
  h3,
  .h3,
  .gsection_title,
  .nav__submenu-head .nav__submenu-link__label,
  .related-posts--single article__title,
  .frontpage-quick-links__content p,
  .notification-email h3 {
    font-size: 1.625em;
  }
}

h4,
.h4,
.publication-attachment .attachment__info--title,
.infobox span,
.article-teaser__image .embed-wrapper-cookie-not-accepted-heading {
  font-size: 1.0625em;
  color: #002c5f;
}

@media (min-width: 40em) {
  h4,
  .h4,
  .publication-attachment .attachment__info--title,
  .infobox span,
  .article-teaser__image .embed-wrapper-cookie-not-accepted-heading {
    font-size: 1.1875em;
  }
}

@media (min-width: 56.25em) {
  h4,
  .h4,
  .publication-attachment .attachment__info--title,
  .infobox span,
  .article-teaser__image .embed-wrapper-cookie-not-accepted-heading {
    font-size: 1.3125em;
  }
}

@media (min-width: 81.875em) {
  h4,
  .h4,
  .publication-attachment .attachment__info--title,
  .infobox span,
  .article-teaser__image .embed-wrapper-cookie-not-accepted-heading {
    font-size: 1.375em;
  }
}

h5,
.h5,
.related-posts--multi article__title,
.accordion__title-bar label,
.article-teaser__title,
.subscription h2,
.notification-frequency h2 {
  font-size: 0.875em;
  color: #002c5f;
}

@media (min-width: 40em) {
  h5,
  .h5,
  .related-posts--multi article__title,
  .accordion__title-bar label,
  .article-teaser__title,
  .subscription h2,
  .notification-frequency h2 {
    font-size: 1em;
  }
}

@media (min-width: 56.25em) {
  h5,
  .h5,
  .related-posts--multi article__title,
  .accordion__title-bar label,
  .article-teaser__title,
  .subscription h2,
  .notification-frequency h2 {
    font-size: 1.125em;
  }
}

@media (min-width: 81.875em) {
  h5,
  .h5,
  .related-posts--multi article__title,
  .accordion__title-bar label,
  .article-teaser__title,
  .subscription h2,
  .notification-frequency h2 {
    font-size: 1.1875em;
  }
}

h6,
.h6,
.site-footer .site-branding__title,
.site-footer .site-some__title,
.secondary-nav-container p.secondary-nav-container__title,
.popup__head,
.term-popup__head,
.filter-popup__head,
.popup__related-header,
.term-popup__related-header,
.filter-popup__related-header,
.article__categories--label,
.share__heading {
  font-size: 0.75em;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}

.cta__content p:not(:first-child) {
  font-size: 0.875em;
  font-weight: 700;
  margin: 0 0 0.3em;
}

@media (min-width: 40em) {
  .cta__content p:not(:first-child) {
    font-size: 0.875em;
  }
}

@media (min-width: 56.25em) {
  .cta__content p:not(:first-child) {
    font-size: 1em;
  }
}

@media (min-width: 81.875em) {
  .cta__content p:not(:first-child) {
    font-size: 1em;
  }
}

a {
  color: #002c5f;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #07448b;
}

a:hover,
a:active {
  outline: 0;
}

.article__content .external-link::after {
  display: inline-block;
  width: 0.5rem;
  height: 1em;
  margin-left: 0.25rem;
  content: ' ';
  background-image: url("/app/themes/vtv/assets/images/icons/icon-ext.svg");
  background-repeat: no-repeat;
}

.article__body a,
.section-front-page__content a {
  color: #0075b0;
}

.article__body a:hover,
.article__body a:focus,
.article__body a:active,
.section-front-page__content a:hover,
.section-front-page__content a:focus,
.section-front-page__content a:active {
  color: #00537d;
}

.article__body a:hover,
.section-front-page__content a:hover {
  text-decoration: underline;
}

a:focus,
button:focus,
input:focus {
  outline: auto;
  outline-offset: 2px;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

input[type='button'],
input[type='reset'],
input[type='submit'],
.btn,
.btn--center,
.gform_footer .gform_button {
  display: table;
  padding: 0.5em 0.9em;
  border: solid 1px rgba(0, 44, 95, 0.2);
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #002c5f;
}

input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='submit'],
.btn:hover,
.btn--center:hover,
.gform_footer .gform_button:hover {
  background-color: #dce9ed;
}

.btn--block {
  margin-right: auto;
  margin-left: auto;
}

.btn--pink {
  display: table;
  padding: 0.5em 0.9em;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  background-color: #c50084;
}

.btn--pink:focus,
.btn--pink:hover {
  background-color: #fff;
  color: #c50084;
}

.btn--pink:focus a,
.btn--pink:hover a {
  color: #c50084;
}

.btn--pink:focus .icon-arrow path,
.btn--pink:hover .icon-arrow path {
  stroke: #c50084;
}

.btn--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: -3.125rem;
}

.btn--subscribe {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: normal;
  margin-top: 1rem;
  margin-left: 0.5rem;
}

.btn--subscribe img {
  vertical-align: baseline;
  margin-left: 0.25rem;
}

.btn--subscribe:hover,
.btn--subscribe:focus,
.btn--subscribe:active {
  background-color: #0075b0;
  color: #fff;
}

.btn--subscribe:hover,
.btn--subscribe:active {
  outline: 0;
}

.btn--subscribe:hover {
  cursor: pointer;
}

.btn--center {
  display: table;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.btn--center svg {
  margin-left: 0.5rem;
  vertical-align: 0.0625rem;
}

.btn--center svg g {
  fill: #c50084;
}

ul {
  list-style: disc;
  padding-left: 1.2em;
}

ul li {
  padding-left: 0.5em;
}

ol {
  counter-reset: item;
  padding-left: 0;
}

ol li {
  display: block;
}

ol li::before {
  content: counter(item) " ";
  counter-increment: item;
  position: absolute;
  font-size: 1.2em;
  font-weight: bold;
}

ol li li::before {
  font-size: 1.1em;
  font-weight: 600;
}

ol li > p {
  display: block;
  padding-left: 2em;
}

ol li > ol {
  padding-left: 2.2em;
}

ol li > li {
  font-size: 1.1em;
  font-weight: normal;
}

ul,
ol {
  color: #c50084;
}

ul li > p,
ol li > p {
  color: #000;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.gform_fields,
.gfield_radio,
.gfield_checkbox,
.nav,
.nav__submenu,
.category-links,
.share-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  margin: 0 0 1.5em;
  border-collapse: collapse;
}

thead {
  background-color: #0075b0;
  color: #fff;
}

tfoot {
  background: #eee;
}

th,
td {
  padding: 0.8em 1.4em;
}

th {
  text-align: left;
  background: #eee;
}

tr:nth-child(even) {
  background: #d3e5e9;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture img {
  width: inherit;
}

.line--active,
.nav--primary > .navigation__item--link-parent::after {
  display: block;
  width: 100%;
  height: 0.625rem;
  background-color: #f0c5c7;
}

.line--comp,
.table-container::before,
.article__content blockquote p::before,
.section-front-page__content blockquote p::before,
.wp-caption figcaption::before {
  display: block;
  width: 5.25rem;
  height: 0.25rem;
  background-color: #c50084;
}

.line--divider {
  border-top: solid 1px rgba(140, 184, 198, 0.6);
  margin-bottom: 2rem;
}

/* Cross-browser css line-clamp */

.line-clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.38;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
}

/*
// TODO: Do better IE solution for line-clamp
.line-clamp::after {
    content: '...';
    text-align: right;
    bottom: 0;
    right: em(10);
    width: 10%;
    display: block;
    position: absolute;
    height: calc(1em * 1.38);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}

@supports (-webkit-line-clamp: 1) {
    .line-clamp::after {
        display: none !important;
		}
}
*/

.line-clamp-1 {
  -webkit-line-clamp: 1;
  height: calc(1em * 1.38 * 1);
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  height: calc(1em * 1.38 * 2);
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  height: calc(1em * 1.38 * 3);
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  height: calc(1em * 1.38 * 4);
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
  height: calc(1em * 1.38 * 5);
}

.line-clamp-6 {
  -webkit-line-clamp: 6;
  height: calc(1em * 1.38 * 6);
}

.line-clamp-7 {
  -webkit-line-clamp: 7;
  height: calc(1em * 1.38 * 7);
}

.line-clamp-8 {
  -webkit-line-clamp: 8;
  height: calc(1em * 1.38 * 8);
}

.line-clamp-9 {
  -webkit-line-clamp: 9;
  height: calc(1em * 1.38 * 9);
}

.line-clamp-10 {
  -webkit-line-clamp: 10;
  height: calc(1em * 1.38 * 10);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1000;
}

@media (min-width: 53.125em) {
  .overlay {
    display: none;
  }
}

.filter--openable .dropdown-item label,
.filter--dummy .dropdown-item label,
.filter--search-text .dropdown-item label,
.subscription__term label {
  display: block;
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.filter--openable .dropdown-item input,
.filter--dummy .dropdown-item input,
.filter--search-text .dropdown-item input,
.subscription__term input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.filter--openable .dropdown-item input:checked ~ .checkmark,
.filter--dummy .dropdown-item input:checked ~ .checkmark,
.filter--search-text .dropdown-item input:checked ~ .checkmark,
.subscription__term input:checked ~ .checkmark {
  background-color: #196b6f;
}

.filter--openable .dropdown-item input:checked ~ .checkmark::after,
.filter--dummy .dropdown-item input:checked ~ .checkmark::after,
.filter--search-text .dropdown-item input:checked ~ .checkmark::after,
.subscription__term input:checked ~ .checkmark::after {
  display: block;
}

.filter--openable .dropdown-item .checkmark,
.filter--dummy .dropdown-item .checkmark,
.filter--search-text .dropdown-item .checkmark,
.subscription__term .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.125rem;
  width: 1.125rem;
  border: solid 1px rgba(0, 0, 0, 0.35);
  border-radius: 0.125rem;
}

.filter--openable .dropdown-item .checkmark::after,
.filter--dummy .dropdown-item .checkmark::after,
.filter--search-text .dropdown-item .checkmark::after,
.subscription__term .checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 0.3125rem;
  top: 0.0625rem;
  width: 0.375rem;
  height: 0.6875rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gform_confirmation_wrapper,
.validation_error {
  padding: 1.25rem;
}

.gform_confirmation_wrapper {
  background: #002c5f;
  color: #fff;
}

.validation_error {
  margin-bottom: 1.25rem;
  background: #c74740;
  color: #fff;
}

@media (min-width: 56.25em) {
  .left_label {
    max-width: 100%;
    margin-left: -6.5rem;
  }
}

label,
.label,
legend {
  display: block;
  margin: 0 0 0.4375rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
}

@media (min-width: 56.25em) {
  .left_label .gfield_label {
    float: left;
    clear: left;
    width: 13rem;
    margin-top: 0;
    padding-top: 0.6875rem;
    padding-right: 1.25rem;
    text-align: right;
    line-height: 1.71429em;
  }
}

@media (min-width: 56.25em) {
  .left_label .gfield > .ginput_container,
  .left_label .gfield_description {
    max-width: calc(100% - 13rem);
    margin-left: 13rem;
  }
}

.gfield_description,
.ginput_counter {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  color: #666;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='tel'],
input[type='search'],
input[type='number'],
textarea,
select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: "adelle-sans", sans-serif;
  font-size: 1rem;
  background: #fff;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='number']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='search']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
  outline: 1px solid #002c5f;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='tel'],
input[type='number'],
textarea,
select {
  margin-bottom: 1.25rem;
}

input[type='number'] {
  width: auto;
}

textarea {
  overflow: auto;
  max-width: 100%;
}

.select,
.ginput_container_select {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.25rem;
}

.select::after,
.ginput_container_select::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 1.25rem;
  right: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.3125rem 0;
  border-color: #999999 transparent transparent;
  pointer-events: none;
}

.select select,
.ginput_container_select select {
  padding: 0.75em 1em;
  padding-right: 0.8125rem;
  cursor: pointer;
}

.select select::-ms-expand,
.ginput_container_select select::-ms-expand {
  display: none;
}

.select option,
.ginput_container_select option {
  padding: 0 0.875rem;
}

.gfield_radio label,
.gfield_checkbox label {
  display: inline-block;
  padding-left: 1.875rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5625rem;
}

.gfield_radio label::before,
.gfield_checkbox label::before {
  content: '';
  float: left;
  width: 1.4375rem;
  height: 1.4375rem;
  margin: 0.125rem 0.625rem 0 -1.875rem;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
}

.gfield_radio label:hover::before,
.gfield_checkbox label:hover::before {
  border-color: #002c5f;
}

.gfield_radio label::before {
  border-radius: 50%;
}

.gfield_radio input:checked ~ label::before {
  border-color: #002c5f;
  border-width: 0.4375rem;
}

.gfield_checkbox label::before {
  line-height: 1.25rem;
  /* background: {
            repeat: no-repeat;
            position: center 45%;
            size: rem(18) rem(14);
        } */
}

.gfield_checkbox input:checked ~ label::before {
  border-color: #002c5f;
  background-color: #002c5f;
  color: #fff;
  content: '\2713';
  /* background-image: image: url(); */
}

.gform_wrapper {
  margin-bottom: 3.125rem;
}

.gform_wrapper:nth-child(n+2) {
  margin-top: 3.125rem;
}

.gform_description {
  display: block;
}

.gform_footer {
  margin-top: 1.5625rem;
  max-width: 100%;
}

@media (min-width: 56.25em) {
  .left_label .gsection,
  .left_label.gform_footer {
    width: 100%;
    margin-left: 6.5rem;
  }
}

.left_label .gfield {
  max-width: 100%;
}

@media (min-width: 56.25em) {
  .left_label .gfield_radio,
  .left_label .gfield_checkbox,
  .left_label .ginput_container_fileupload {
    padding-top: 0.6875rem;
  }
}

.gsection {
  max-width: 100%;
  margin-top: 1.875rem;
}

.validation_message {
  color: #c74740;
  margin: 0.1875rem 0 0;
  font-size: 0.875rem;
}

.gfield_error input,
.gfield_error select,
.gfield_error textarea {
  border: 2px solid #c74740;
}

.gform_confirmation_wrapper {
  margin-bottom: 3.75rem;
  background: rgba(0, 176, 146, 0.1);
  border: 1px solid #00856f;
}

.gform_confirmation_wrapper:nth-child(n+1) {
  margin-top: 3.75rem;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  color: #00856f;
}

.gform_body ul {
  color: #000;
}

.gform_body ul li {
  padding-left: 0;
}

.gform_body .gfield {
  max-width: 100%;
}

.gform_body .gfield label,
.gform_body .gfield legend {
  font-family: "adelle-sans", sans-serif;
  color: #002c5f;
  position: relative;
}

.gform_body .gfield label .gfield_required,
.gform_body .gfield legend .gfield_required {
  position: absolute;
  left: -1rem;
  color: #c50084;
}

.gfield_radio input:checked ~ label::before {
  background-color: #c50084;
  border-color: #c50084;
}

input[type='submit'].gform_button.gform_button {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.125rem;
  background-color: #c50084;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  border-color: #c50084;
  float: right;
}

input[type='submit'].gform_button.gform_button:hover {
  background-color: #ec0ca2;
}

input[type='submit'].gform_button.gform_button:focus,
input[type='submit'].gform_button.gform_button:active {
  outline: 2px solid #002c5f;
  outline-offset: 2px;
}

.ginput_container_fileupload {
  padding-left: 1rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 1px solid #ccc;
}

.ginput_container_radio li p {
  margin-bottom: 0.5rem;
}

.gforms_asterisk_explanation {
  width: 100%;
  font-size: 0.875rem;
  float: right;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  text-align: right;
}

.gfield {
  max-width: 28.125rem;
  margin-bottom: 1.25rem;
}

.gfield_label:empty {
  display: none;
}

.field_description_below .gfield_description {
  margin-bottom: 0;
  margin-top: 0.3125rem;
}

.ginput_counter {
  margin-top: 0.3125rem;
}

.gfield_required {
  margin-left: 0.3em;
}

.gfield_visibility_hidden,
.hidden_label label {
  display: none;
}

.gfield input,
.gfield textarea,
.gfield select {
  margin-bottom: 0;
}

.gfield input[type='text'].small,
.gfield input[type='email'].small,
.gfield input[type='url'].small,
.gfield input[type='password'].small,
.gfield input[type='tel'].small {
  width: 6.25rem;
}

.gfield textarea {
  height: 9.375rem;
}

.gfield textarea.small {
  height: 4.0625rem;
}

.gfield textarea.large {
  height: 15.625rem;
}

.ginput_container_time {
  display: inline-block;
}

.ginput_container_time input {
  display: inline-block;
}

.ginput_container_time i {
  font-style: normal;
}

.gfield_radio input:focus + label::before {
  outline: 1px solid #002c5f;
}

.ginput_container_select {
  display: block;
  margin-bottom: 0;
}

.gfield_password_strength {
  margin-bottom: 0.875rem;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.6875rem;
  letter-spacing: 0.06727em;
  text-transform: uppercase;
  border: 2px solid rgba(0, 0, 0, 0.12);
  color: #000;
}

.gfield_password_strength.bad {
  background-color: #ffb78c;
}

.gfield_password_strength.good {
  background-color: #ffec8b;
}

.gfield_password_strength.short,
.gfield_password_strength.mismatch {
  background-color: #ffa0a0;
}

.gfield_password_strength.strong {
  background-color: #c3ff88;
}

.gform_drop_area {
  padding: 0.75em 1em;
  border: 1px dashed #b3b3b3;
  text-align: center;
}

.gform_drop_instructions {
  display: block;
  margin-bottom: 0.5rem;
}

.gform_button_select_files {
  margin-left: auto;
  margin-right: auto;
}

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

.ui-datepicker-calendar {
  margin: 0;
  border: 1px solid #ccc;
  background: #fff;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 0;
}

.ui-datepicker-calendar th {
  padding: 0.5em 0;
  text-align: center;
}

.ui-datepicker-calendar a {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  color: inherit;
}

.ui-datepicker-calendar .ui-state-active {
  background: #002c5f;
  color: #fff;
}

.ui-datepicker-header {
  background: #002c5f;
  color: #fff;
}

.ui-datepicker-today {
  font-weight: bold;
  color: #002c5f;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: block;
  min-width: 2.75rem;
  font-size: 1.875rem;
  line-height: 2.375rem;
  color: #fff;
  cursor: pointer;
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-prev::before {
  content: '\2039';
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-next::after {
  content: '\203A';
}

.ui-datepicker-month,
.ui-datepicker-year {
  display: inline-block;
  width: auto;
  margin: 0.5em 0.2em;
  padding: 0.2em 0.5em;
  border: 0;
}

.ui-datepicker-month:focus,
.ui-datepicker-year:focus {
  outline: thin dotted;
}

.grid-wrap {
  margin-left: -1em;
  overflow: hidden;
  clear: both;
}

.grid-col {
  float: left;
  padding-left: 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.large-gutter {
  margin-left: -2em;
}

.large-gutter .grid-col {
  padding-left: 2em;
}

.half-gutter {
  margin-left: -0.5em;
}

.half-gutter .grid-col {
  padding-left: 0.5em;
}

.no-gutter {
  margin-left: 0;
}

.no-gutter .grid-col {
  padding-left: 0;
}

.reset-gutter {
  margin-left: -1em;
}

.reset-gutter .grid-col {
  padding-left: 1em;
}

li.grid-col {
  margin-left: 0;
  margin-bottom: 0;
}

.col-full,
.col-set-full .grid-col {
  width: 100%;
}

.col-one-half,
.col-set-one-half .grid-col {
  width: 50%;
}

.col-one-third,
.col-set-one-third .grid-col {
  width: 33.333%;
}

.col-one-quarter,
.col-set-one-quarter .grid-col {
  width: 25%;
}

.col-one-fifth,
.col-set-one-fifth .grid-col {
  width: 20%;
}

.col-two-thirds {
  width: 66.666%;
}

.col-three-quarters {
  width: 75%;
}

@media only screen and (min-width: 40em) {
  .bp1-col-full,
  .bp1-col-set-full .grid-col {
    width: 100%;
  }

  .bp1-col-one-half,
  .bp1-col-set-one-half .grid-col {
    width: 50%;
  }

  .bp1-col-one-third,
  .bp1-col-set-one-third .grid-col {
    width: 33.333%;
  }

  .bp1-col-one-quarter,
  .bp1-col-set-one-quarter .grid-col {
    width: 25%;
  }

  .bp1-col-one-fifth,
  .bp1-col-set-one-fifth .grid-col {
    width: 20%;
  }

  .bp1-col-two-thirds {
    width: 66.666%;
  }

  .bp1-col-three-quarters {
    width: 75%;
  }
}

@media only screen and (min-width: 56.25em) {
  .bp2-col-full,
  .bp2-col-set-full .grid-col {
    width: 100%;
  }

  .bp2-col-one-half,
  .bp2-col-set-one-half .grid-col {
    width: 50%;
  }

  .bp2-col-one-third,
  .bp2-col-set-one-third .grid-col {
    width: 33.333%;
  }

  .bp2-col-one-quarter,
  .bp2-col-set-one-quarter .grid-col {
    width: 25%;
  }

  .bp2-col-one-fifth,
  .bp2-col-set-one-fifth .grid-col {
    width: 20%;
  }

  .bp2-col-two-thirds {
    width: 66.666%;
  }

  .bp2-col-three-quarters {
    width: 75%;
  }
}

@media only screen and (min-width: 62.5em) {
  .bp3-col-full,
  .bp3-col-set-full .grid-col {
    width: 100%;
  }

  .bp3-col-one-half,
  .bp3-col-set-one-half .grid-col {
    width: 50%;
  }

  .bp3-col-one-third,
  .bp3-col-set-one-third .grid-col {
    width: 33.333%;
  }

  .bp3-col-one-quarter,
  .bp3-col-set-one-quarter .grid-col {
    width: 25%;
  }

  .bp3-col-one-fifth,
  .bp3-col-set-one-fifth .grid-col {
    width: 20%;
  }

  .bp3-col-two-thirds {
    width: 66.666%;
  }

  .bp3-col-three-quarters {
    width: 75%;
  }
}

@media only screen and (min-width: 81.875em) {
  .bp4-col-full,
  .bp4-col-set-full .grid-col {
    width: 100%;
  }

  .bp4-col-one-half,
  .bp4-col-set-one-half .grid-col {
    width: 50%;
  }

  .bp4-col-one-third,
  .bp4-col-set-one-third .grid-col {
    width: 33.333%;
  }

  .bp4-col-one-quarter,
  .bp4-col-set-one-quarter .grid-col {
    width: 25%;
  }

  .bp4-col-one-fifth,
  .bp4-col-set-one-fifth .grid-col {
    width: 20%;
  }

  .bp4-col-two-thirds {
    width: 66.666%;
  }

  .bp4-col-three-quarters {
    width: 75%;
  }
}

.container {
  max-width: 81.875em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.9375em;
}

.container--med {
  max-width: 54.6875rem;
}

.site-header,
.site-footer {
  clear: both;
}

.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 2em;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
}

.table-container {
  overflow: auto;
}

.table-container::before {
  content: '';
  margin-bottom: 1em;
}

@media (max-width: 56.25em) {
  .table-container table {
    width: 100%;
  }
}

.youtube-caption::before {
  content: '';
  display: block;
  width: 5.25rem;
  height: 0.25rem;
  background-color: #c50084;
  margin-bottom: 1rem;
}

.home .header-block__content {
  padding-top: 1rem;
}

.home .link-list {
  background: none !important;
}

.site-header {
  padding: 0.75em 0;
  background-color: #002c5f;
  color: #fff;
  max-height: 7.5rem;
}

@media (min-width: 40em) {
  .site-header {
    padding: 0.875em 0;
    max-height: 8.75rem;
  }
}

@media (min-width: 81.875em) {
  .site-header {
    padding: 1em 0;
    max-height: 10rem;
  }
}

.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.site-header .container .site-branding {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 6.875rem;
}

.site-header .container .site-search-mobile {
  display: inline-block;
  margin-right: 0.3125rem;
}

@media (min-width: 53.125em) {
  .site-header .container .site-search-mobile {
    display: none;
  }
}

.site-header .container .search-form-container {
  display: none;
  position: absolute;
  left: 0;
  top: 7.5rem;
  width: 100vw;
  z-index: 1001;
}

@media (min-width: 53.125em) {
  .site-header .container .search-form-container {
    display: block !important;
    max-width: 21.875rem;
  }
}

.site-header .container .search-form-container input[type='search'] {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

@media (min-width: 53.125em) {
  .site-header .container .search-form-container input[type='search'] {
    font-size: 0.875rem;
    color: #fff;
    background: #002c5f;
    border: solid 1px rgba(255, 255, 255, 0.55);
    border-radius: 0.1875rem;
  }

  .site-header .container .search-form-container input[type='search']::-webkit-input-placeholder {
    color: #fff;
  }

  .site-header .container .search-form-container input[type='search']:-moz-placeholder {
    color: #fff;
  }

  .site-header .container .search-form-container input[type='search']::-moz-placeholder {
    color: #fff;
  }

  .site-header .container .search-form-container input[type='search']:-ms-input-placeholder {
    color: #fff;
  }
}

.site-header .container .search-form-container input[type='search']:focus {
  outline: auto;
}

@media (min-width: 53.125em) {
  .site-header .container .search-form-container {
    display: block;
    position: relative;
    top: 0;
    margin: 0.9375em auto;
  }
}

@media (min-width: 81.875em) {
  .site-header .container .search-form-container {
    margin: 1.375em auto;
  }
}

.site-header .container .search-form__submit {
  color: #fff;
}

.site-header .container .search-form__submit svg :first-child {
  stroke: #c50084;
}

@media (min-width: 53.125em) {
  .site-header .container .search-form__submit svg :first-child {
    stroke: #fff;
  }
}

.site-header .container .site-nav {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: auto;
}

@media (min-width: 53.125em) {
  .site-header .container .site-nav {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.site-header .container .site-lang {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.site-search-mobile svg {
  display: block;
  margin: auto;
  height: 100%;
}

.site-search-mobile svg :first-child {
  stroke-width: 1.5;
}

.site-search-mobile--btn {
  padding: 0;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border-radius: 0.1875rem;
}

.site-search-mobile--btn:focus {
  border: solid 1px rgba(255, 255, 255, 0.55);
}

.site-search-mobile .js-open-mobile-search svg {
  width: 1.5rem;
}

.site-branding {
  float: left;
}

.site-branding a {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 53.125em) {
  .site-branding {
    float: none;
  }
}

.site-logo {
  width: 6rem;
  height: 6rem;
}

@media (min-width: 53.125em) {
  .site-logo {
    width: 7rem;
    height: 7rem;
  }
}

@media (min-width: 81.875em) {
  .site-logo {
    width: 8rem;
    height: 8rem;
  }
}

.js-close-mobile-menu,
.js-close-mobile-search {
  display: none;
}

.js-close-mobile-menu svg :first-child,
.js-close-mobile-search svg :first-child {
  fill: #fff;
}

body.js-main-nav-open {
  overflow: hidden;
  height: 100%;
}

html.js-main-nav-open {
  overflow: scroll;
  height: 100%;
}

body.js-search-open .js-open-mobile-search {
  display: none;
}

body.js-search-open .js-close-mobile-search {
  display: block;
}

.site-footer {
  overflow: hidden;
  padding: 1rem 0;
  background: #002c5f;
  color: #fff;
}

@media (min-width: 40em) {
  .site-footer {
    padding: 2rem 0;
  }
}

@media (min-width: 56.25em) {
  .site-footer {
    padding: 3.5rem 0;
  }
}

.site-footer a,
.site-footer p,
.site-footer span,
.site-footer ul {
  font-size: 1rem;
  color: #fff;
}

.site-footer a:hover {
  opacity: 0.8;
}

.site-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.site-footer .container .site-branding {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

@media (min-width: 28.125em) {
  .site-footer .container .site-branding {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}

@media (min-width: 40em) {
  .site-footer .container .site-branding {
    -webkit-box-flex: 1;
        -ms-flex: 1 25%;
            flex: 1 25%;
  }
}

@media (min-width: 56.25em) {
  .site-footer .container .site-branding {
    -webkit-box-flex: 1;
        -ms-flex: 1 25%;
            flex: 1 25%;
  }
}

.site-footer .container .secondary-nav-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

@media (min-width: 28.125em) {
  .site-footer .container .secondary-nav-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}

@media (min-width: 40em) {
  .site-footer .container .secondary-nav-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 30%;
            flex: 1 30%;
  }
}

@media (min-width: 62.5em) {
  .site-footer .container .secondary-nav-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 55%;
            flex: 1 55%;
  }
}

.site-footer .container .site-some {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

@media (min-width: 28.125em) {
  .site-footer .container .site-some {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}

@media (min-width: 40em) {
  .site-footer .container .site-some {
    -webkit-box-flex: 1;
        -ms-flex: 1 10%;
            flex: 1 10%;
  }
}

@media (min-width: 56.25em) {
  .site-footer .container .site-some {
    -webkit-box-flex: 1;
        -ms-flex: 1 10%;
            flex: 1 10%;
  }
}

.site-footer .container .site-search {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

@media (min-width: 28.125em) {
  .site-footer .container .site-search {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}

@media (min-width: 40em) {
  .site-footer .container .site-search {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}

@media (min-width: 56.25em) {
  .site-footer .container .site-search {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}

.site-footer .container .site-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.site-footer .container .site-info :first-child {
  pointer-events: none;
}

.site-footer .container .site-branding,
.site-footer .container .secondary-nav-container,
.site-footer .container .site-some {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}

@media (min-width: 28.125em) {
  .site-footer .container .site-branding,
  .site-footer .container .secondary-nav-container,
  .site-footer .container .site-some {
    border-bottom: 0;
  }
}

.site-footer .site-branding {
  margin-right: 1em;
}

.site-footer .site-branding div {
  padding: 0.3em 0;
}

.site-footer .site-branding div p {
  font-weight: normal;
}

.site-footer .site-branding a {
  font-weight: normal;
  text-decoration: underline;
}

.site-footer .site-some div {
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 0;
  width: 48%;
}

@media (min-width: 40em) {
  .site-footer .site-some div {
    width: auto;
  }
}

.site-footer .site-some img {
  margin: 0 0.8em 0 0;
  vertical-align: middle;
}

.site-footer .site-some a {
  font-weight: normal;
}

.site-footer .site-some a:hover {
  text-decoration: underline;
}

.site-footer .search-form-container {
  max-width: 25rem;
  margin: 1em auto;
}

@media (min-width: 28.125em) {
  .site-footer .search-form-container {
    margin: 1em 0;
  }
}

@media (min-width: 40em) {
  .site-footer .search-form-container {
    margin: 1em auto 2em;
  }
}

.site-footer .search-form-container input[type='search'] {
  font-size: 0.875rem;
  color: #fff;
  background: #002c5f;
  border: solid 1px rgba(255, 255, 255, 0.55);
  border-radius: 0.1875rem;
  height: auto;
}

.site-footer .search-form-container input[type='search']::-webkit-input-placeholder {
  color: #fff;
}

.site-footer .search-form-container input[type='search']:-moz-placeholder {
  color: #fff;
}

.site-footer .search-form-container input[type='search']::-moz-placeholder {
  color: #fff;
}

.site-footer .search-form-container input[type='search']:-ms-input-placeholder {
  color: #fff;
}

.site-footer .search-form-container input[type='search']:focus {
  outline: auto;
}

.site-footer .search-form-container .search-form__submit {
  color: #fff;
  height: 2.5rem;
}

@media (min-width: 40em) {
  .site-footer .site-info {
    text-align: center;
  }
}

.site-footer .site-info p,
.site-footer .site-info a {
  font-weight: normal;
  margin: 0.3em 0 1em;
  display: block;
}

@media (min-width: 28.125em) {
  .site-footer .site-info p,
  .site-footer .site-info a {
    display: inline-block;
    margin: 1em 1.3em 1em 0;
  }
}

@media (min-width: 40em) {
  .site-footer .site-info p,
  .site-footer .site-info a {
    margin: 1em;
  }
}

.site-footer .site-info a:hover {
  text-decoration: underline;
}

.site-footer .site-info img {
  margin: 0 0 0.3em 0.4em;
}

.site-footer .site-branding__title,
.site-footer .site-some__title,
.secondary-nav-container p.secondary-nav-container__title {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  padding: 0.8em 0;
  opacity: 0.55;
}

.primary-nav-container {
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

@media (min-width: 53.125em) {
  .primary-nav-container {
    width: auto;
    height: auto;
  }
}

.nav--primary {
  display: none;
  clear: both;
  position: absolute;
  background-color: rgba(0, 44, 95, 0.98);
  left: 0;
  top: 7.5rem;
  width: 100vw;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
  z-index: 1002;
  overflow: visible;
  min-height: 100%;
}

.nav--primary a {
  color: #fff;
  font-weight: bold;
}

.nav--primary a:hover {
  opacity: 0.9;
}

@media (min-width: 53.125em) {
  .nav--primary {
    display: block !important;
    clear: none;
    position: static;
    background-color: transparent;
    width: auto;
    height: auto;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.nav--primary .navigation__item--link-parent .nav--primary__link .nav--primary__link-label {
  color: #8cb8c6;
}

@media (min-width: 53.125em) {
  .nav--primary .navigation__item--link-parent .nav--primary__link .nav--primary__link-label {
    color: #fff;
    border-bottom: 0;
  }
}

.nav--primary .navigation__item--link-parent .navigation__item--link-parent > .nav--primary__sublink .nav--primary__sublink-label {
  color: #8cb8c6;
}

@media (min-width: 53.125em) {
  .nav--primary .navigation__item--link-parent .navigation__item--link-parent > .nav--primary__sublink .nav--primary__sublink-label {
    color: #002c5f;
  }
}

@media (min-width: 53.125em) {
  .nav--primary .navigation__item--link-parent .navigation__item--link-parent .navigation__item--link-active > .nav--primary__sublink .nav--primary__sublink-label {
    color: #002c5f;
    border-bottom: 0.25rem solid #196b6f !important;
  }
}

.nav--primary .navigation__item--link-active > a > span {
  border-bottom: 0.25rem solid #f0c5c7 !important;
  color: #fff !important;
}

@media (min-width: 53.125em) {
  .nav--primary .navigation__item--link-active > a > span {
    border-bottom: 0 !important;
    color: inherit !important;
  }
}

@media (min-width: 53.125em) {
  .nav--primary .navigation__item--link-active > .nav--primary__sublink > span {
    border-bottom: 0.25rem solid #196b6f !important;
    color: inherit !important;
  }
}

@media (min-width: 53.125em) {
  .nav--primary > .navigation__item--link-parent::after {
    content: '';
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 40em) {
  .nav--primary > .navigation__item--link-parent::after {
    margin-top: 0.8em;
  }
}

@media (min-width: 56.25em) {
  .nav--primary > .navigation__item--link-parent::after {
    margin-top: 0.6em;
  }
}

@media (min-width: 81.875em) {
  .nav--primary > .navigation__item--link-parent::after {
    margin-top: 0.7em;
  }
}

@media (min-width: 53.125em) {
  .nav--primary > .navigation__item--link-parent .nav--primary__link span {
    border-bottom: 0;
  }
}

.nav--primary__item {
  display: block;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.25);
  padding: 1em;
  width: 100vw;
  top: 0.0625em;
}

@media (min-width: 53.125em) {
  .nav--primary__item {
    display: inline-block;
    padding: 0 0.3125em;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
  }
}

.nav--primary__link {
  display: inline-block;
  padding: 0.625rem;
}

@media (min-width: 53.125em) {
  .nav--primary__link {
    padding: 0.3125rem;
  }
}

.nav--primary__link:hover {
  text-decoration: underline;
}

.primary-nav-toggle {
  position: relative;
  float: right;
  width: 3rem;
  height: 3rem;
  padding: 0.1875rem 0 0;
  margin-bottom: 0.1875rem;
  background-color: transparent;
  border-radius: 0.1875rem;
}

@media (min-width: 53.125em) {
  .primary-nav-toggle {
    display: none;
  }
}

.primary-nav-toggle:focus {
  border: solid 1px rgba(255, 255, 255, 0.55);
}

@media (min-width: 53.125em) {
  .primary-nav-mobile--text {
    display: none;
  }
}

@media (min-width: 56.25em) {
  .secondary-nav-container {
    padding-right: 6%;
  }
}

@media (min-width: 28.125em) {
  .secondary-nav-container .nav--secondary {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media (min-width: 40em) {
  .secondary-nav-container .nav--secondary {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

@media (min-width: 56.25em) {
  .secondary-nav-container .nav--secondary {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

@media (min-width: 62.5em) {
  .secondary-nav-container .nav--secondary {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

.secondary-nav-container .nav--secondary li {
  padding-left: 0;
  padding: 0.5em 0;
}

@media (min-width: 28.125em) {
  .secondary-nav-container .nav--secondary li {
    padding: 0.4em 0;
  }
}

.secondary-nav-container .nav--secondary li:nth-child(5) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}

@media (min-width: 28.125em) {
  .secondary-nav-container .nav--secondary li:nth-child(5) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.secondary-nav-container .nav--secondary a {
  display: inline-block;
  max-width: 80%;
}

.secondary-nav-container .nav--secondary a:focus {
  outline: auto;
}

.secondary-nav-container .nav--secondary a:hover {
  text-decoration: underline;
}

.secondary-nav-container svg {
  display: inline-block;
  margin: 0.45em 1em 0 0;
  vertical-align: top;
}

.secondary-nav-container svg path {
  stroke: #8cb8c6;
  stroke-width: 2;
}

@media (min-width: 53.125em) {
  .nav__submenu-wrapper {
    background-color: #fff;
    z-index: 1002;
    text-align: left;
  }
}

@media (min-width: 53.125em) {
  .nav__submenu-wrapper a {
    color: #002c5f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4px;
  }
}

@media (min-width: 53.125em) {
  .nav__submenu-wrapper a:hover {
    color: #07448b;
  }
}

.nav__submenu-wrapper a:hover .nav__submenu-link__label {
  text-decoration: underline;
}

.nav__submenu-wrapper .nav--primary__subitem {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.25);
  padding: 1em;
  margin: 0 -1em;
  width: 100vw;
  background: #002c5f;
  top: 0.0625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav__submenu-wrapper .nav--primary__subitem:first-child {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.25), 0 -1px 0 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.25), 0 -1px 0 0 rgba(255, 255, 255, 0.25);
}

@media (min-width: 53.125em) {
  .nav__submenu-wrapper .nav--primary__subitem {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0.3125em;
    margin: 0;
    width: auto;
    background: #fff;
    display: list-item;
  }
}

.nav__submenu-wrapper .nav--primary__sublink {
  display: inline-block;
  padding: 0.625rem 0.625rem 0.625rem 3.125rem;
  max-width: 85%;
}

@media (min-width: 53.125em) {
  .nav__submenu-wrapper .nav--primary__sublink {
    padding: 0;
    margin: 0.3125rem;
    max-width: none;
  }
}

.nav__submenu-wrapper .nav--primary__sublink:hover {
  text-decoration: underline;
}

.nav__submenu-wrapper--1 {
  display: none;
}

@media (min-width: 53.125em) {
  .nav__submenu-wrapper--1 {
    position: absolute;
    width: 100vw;
    left: 0;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0.8125rem;
  }

  .nav__submenu-wrapper--1 .nav__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 0.5rem;
  }

  .nav__submenu-wrapper--1 .nav--primary__subitem {
    width: 25%;
    margin-bottom: 1.25rem;
  }

  .nav__submenu-wrapper--1 .nav--primary__subitem--has-children {
    margin-bottom: 0;
  }
}

@media (min-width: 53.125em) and (min-width: 53.125em) {
  .nav__submenu-wrapper--1 .nav--primary__subitem--has-children .submenu-toggle {
    display: none;
  }
}

@media (min-width: 53.125em) {
  .nav__submenu-wrapper--1 .navigation__item--link-parent > a {
    border-bottom: 0;
  }
}

.nav__submenu-wrapper--2 {
  width: auto;
  left: initial;
  display: none;
}

@media (min-width: 53.125em) {
  .nav__submenu-wrapper--2 {
    display: block;
  }

  .nav__submenu-wrapper--2 .navigation__item--link-parent > a {
    border-bottom: 0;
  }
}

.nav__submenu-wrapper--2 .nav__submenu {
  display: block;
  padding: 0 0 1.5rem;
}

.nav__submenu-wrapper--2 .nav--primary__subitem {
  display: block;
  width: 100vw;
  margin-bottom: 0;
}

@media (min-width: 53.125em) {
  .nav__submenu-wrapper--2 .nav--primary__subitem {
    width: 90%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 53.125em) {
  .nav__submenu-wrapper--2 .nav--primary__subitem a {
    font-weight: normal;
    opacity: 0.9;
  }
}

.nav__submenu-wrapper--2 ul,
.nav__submenu-wrapper--2 li {
  padding-left: 0;
}

.nav__submenu-wrapper.js-nav__submenu--open {
  display: block;
}

.nav__submenu-head {
  display: none;
  max-width: 81.875rem;
  margin: auto;
  padding: 3rem 1rem 2rem;
}

@media (min-width: 53.125em) {
  .nav__submenu-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.nav__submenu-head .nav__submenu-link__label {
  color: #002c5f;
}

.nav__submenu-head .nav__submenu-link__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 12px;
  padding-top: 5px;
}

.nav__submenu-head .nav__submenu-link__icon svg {
  width: 12px;
  height: 18px;
}

.nav__submenu-head .nav__submenu-link__icon path {
  stroke: #002c5f;
}

.js-submenu-icon-close {
  display: none;
}

@media (min-width: 53.125em) {
  .js-submenu-icon-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: right;
    padding: 0.625rem 1.25rem;
    position: absolute;
    top: 2.625rem;
    right: 3.75rem;
    background: #fff;
  }

  .js-submenu-icon-close svg :first-child {
    fill: #002c5f;
  }

  .js-submenu-icon-close:hover {
    cursor: pointer;
  }
}

@media (min-width: 53.125em) {
  .nav__submenu {
    background-color: #fff;
    margin: auto;
    max-width: 81.875rem;
    padding: 1rem 0.5rem;
  }
}

.submenu-toggle {
  width: 1.25rem;
  padding: 0;
  margin: 0.1875rem 0.625rem;
  background-color: transparent;
}

@media (min-width: 53.125em) {
  .submenu-toggle {
    width: 0.9375rem;
    margin: 0;
  }
}

.submenu-toggle:hover {
  opacity: 0.8;
}

.submenu-toggle svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 53.125em) {
  .submenu-toggle svg {
    width: auto;
    height: auto;
    max-height: 0.9375rem;
  }
}

.submenu-toggle svg :first-child {
  stroke: #fff;
  stroke-width: 1;
}

@media (min-width: 53.125em) {
  .submenu-toggle svg :first-child {
    stroke-width: 2;
  }
}

.submenu-toggle.js-submenu-toggle {
  float: right;
  color: #fff;
}

@media (min-width: 53.125em) {
  .submenu-toggle.js-submenu-toggle {
    float: none;
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.submenu-toggle.js-submenu-toggle--open {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  float: left;
}

@media (min-width: 53.125em) {
  .submenu-toggle.js-submenu-toggle--open {
    -webkit-transform: rotate(270deg);
         -o-transform: rotate(270deg);
            transform: rotate(270deg);
    float: none;
  }
}

.js-submenu-toggle-mobile--open {
  position: absolute;
  min-height: 100%;
  background-color: #002c5f;
  display: list-item !important;
}

.js-submenu-toggle-mobile--open > a {
  margin-bottom: 0.9375rem;
}

.js-submenu-toggle-mobile--open > .nav--primary__sublink {
  padding-left: 0.625rem;
}

.nav--anchor {
  display: none;
  z-index: 1001;
  position: -webkit-sticky;
  position: sticky;
  width: inherit;
  max-width: inherit;
  height: 2.75rem;
  top: 1.1rem !important;
  padding: 0 1.5rem;
  margin-bottom: 2rem;
  background-color: #edf4f6;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

@media (min-width: 81.875em) {
  .nav--anchor {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.nav--anchor__text {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.55);
  white-space: nowrap;
}

.nav--anchor__text svg {
  display: none;
}

.nav--anchor ul {
  font-size: 0.875rem;
  font-weight: 600;
  color: #002c5f;
  white-space: nowrap;
}

.nav--anchor ul li {
  display: inline;
  padding: 0.625rem 1.25rem;
}

.nav--anchor__icon {
  border-left: rgba(0, 44, 95, 0.2) 1px solid;
  padding-left: 0.9375rem;
  z-index: 1001;
}

@media (min-width: 81.875em) {
  .nav--anchor:not(.nav--anchor--mobile) .nav--anchor__text {
    margin-right: 5.625rem;
  }
}

.nav--anchor:not(.nav--anchor--mobile) .nav--anchor__list {
  display: block !important;
}

.nav--anchor:not(.nav--anchor--mobile) .nav--anchor__icon {
  display: block !important;
}

@media (min-width: 81.875em) {
  .nav--anchor:not(.nav--anchor--mobile) .nav--anchor__icon {
    position: absolute;
    right: 1.5625rem;
  }
}

.nav--anchor__link:hover {
  text-decoration: underline;
}

.nav--anchor__link-text {
  display: none;
}

.nav--anchor.js-nav--anchor-up {
  top: -3.4375rem !important;
}

.nav--anchor--mobile {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  padding: 0;
}

.nav--anchor--mobile > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.nav--anchor--mobile ul li {
  display: block;
  white-space: normal;
}

.nav--anchor--mobile .nav--anchor__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  color: #002c5f;
  padding: 1rem 0;
  cursor: pointer;
}

.nav--anchor--mobile .nav--anchor__text svg {
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav--anchor--mobile .nav--anchor__text svg :first-child {
  stroke: #002c5f;
}

.nav--anchor--mobile .nav--anchor__text svg.rotate {
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

.nav--anchor--mobile .nav--anchor__list {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: none;
  padding-bottom: 1rem;
}

.nav--anchor--mobile .nav--anchor__icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: none;
  opacity: 0.66;
  padding: 1rem;
  border-left: 0;
  border-top: rgba(0, 44, 95, 0.2) 1px solid;
}

.nav--anchor--mobile .nav--anchor__link-text {
  display: inline;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0.5rem;
}

.js-stickybit-parent .nav--anchor__icon {
  margin-right: 0.625rem;
}

@media (min-width: 81.875em) {
  .js-stickybit-parent .nav--anchor__icon {
    margin-top: -0.625rem;
  }
}

.js-stickybit-parent .nav--anchor--mobile .nav--anchor__text svg {
  margin-top: 1.0625rem;
  margin-right: 0.625rem;
}

.js-stickybit-parent .js-is-sticky .nav--anchor__text svg {
  margin-top: 0rem;
}

.nav--breadcrumbs {
  padding: 0.625rem 0;
  margin-left: -0.3125rem;
}

.nav--breadcrumbs__item {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  display: inline-block;
  color: #002c5f;
}

.nav--breadcrumbs__item a {
  padding-right: 0.5rem;
}

.nav--breadcrumbs__item a:hover {
  text-decoration: underline;
}

.nav--breadcrumbs__item img {
  height: 0.5rem;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
}

.nav--pagination {
  padding-top: 1.25rem;
  text-align: center;
}

.category-links {
  margin: 0.2em 0;
  white-space: nowrap;
}

@media (min-width: 56.25em) {
  .category-links {
    white-space: normal;
  }
}

.category-links__item {
  display: inline-block;
  margin: 0 0.3em 0.3em 0;
  padding: 0;
}

@media (min-width: 40em) {
  .category-links__item {
    max-height: 1.5625rem;
  }
}

.category-links__item span,
.category-links__item a {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5625rem;
  color: #fff;
  padding: 0 0.5em;
  border-radius: 0.125rem;
  background-color: #0075b0;
}

.category-links__item--category {
  background-color: #0075b0;
}

.category-links__item--management-type {
  background-color: #0075b0;
}

.category-links__item--inspection-type {
  background-color: #0075b0;
}

.category-links__item--inspection-theme {
  background-color: #0075b0;
}

.article__categories .category-links__item {
  margin: 0.2em 0.3em;
}

.category-link:hover {
  color: #fff !important;
}

.category-link:hover {
  background-color: #046393;
}

.category-link:focus {
  color: #fff !important;
  outline-color: #0075b0;
}

.components {
  width: 100%;
}

.comp {
  padding: 1.25rem 0;
}

.comp.wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.comp__header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comp__title {
  font-weight: 600;
  padding: 0.5em 0 1em;
  margin: 0;
  line-height: 1.6em;
}

.comp__description {
  font-style: italic;
  font-size: 0.875rem;
}

.comp.odd-even:nth-child(even):not(.own-background) {
  background-color: #edf4f6;
}

.attachments .attachment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.attachments .attachment:hover {
  text-decoration: none;
}

.attachments .attachment:hover .h4 {
  text-decoration: underline;
}

.attachments .attachment__icon {
  position: relative;
  border-radius: 0.1875rem;
  border: solid 1px rgba(140, 184, 198, 0.6);
  min-width: 5.3125em;
  height: 5.3125em;
  padding-top: 0.1875em;
  text-align: center;
}

.attachments .attachment__icon .icon-rectangle {
  position: absolute;
  top: -0.0625rem;
  right: -0.0625rem;
}

.attachments .attachment__icon .icon-download {
  margin: 1em 0 0.7em;
}

.attachments .attachment__icon .extension {
  text-transform: uppercase;
  text-align: center;
  color: #0075b0;
  font-weight: bold;
  margin: 0;
}

.attachments .attachment__info {
  margin: 0 2.5rem;
}

.attachments .attachment__info .h4 {
  font-weight: 700;
  margin: 1em 0 0.1em;
  color: #0075b0;
}

.attachments .attachment__info span {
  font-size: 0.875rem;
  color: #000;
}

.attachments .attachment__filesize {
  padding-right: 0.5em;
}

.attachments .attachment__date {
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  padding-left: 0.5em;
}

.publication-attachment .attachment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.publication-attachment .attachment:hover {
  text-decoration: none;
}

.publication-attachment .attachment:hover .attachment__info--title {
  text-decoration: underline;
}

.publication-attachment .attachment__icon {
  position: relative;
  border-radius: 6.25rem;
  min-width: 5.3125em;
  height: 5.3125em;
  padding-top: 0.1875em;
  text-align: center;
  background-color: #f9c867;
  -ms-flex-item-align: center;
      align-self: center;
}

.publication-attachment .attachment__icon .icon-rectangle {
  position: absolute;
  top: -0.0625rem;
  right: -0.0625rem;
  display: none;
}

.publication-attachment .attachment__icon .icon-download {
  margin: 1em 0 0.7em;
}

.publication-attachment .attachment__icon .extension {
  text-transform: uppercase;
  text-align: center;
  color: #0075b0;
  font-weight: bold;
  margin: 0;
}

.publication-attachment .attachment__info {
  margin: 0 2.5rem;
}

.publication-attachment .attachment__info--title {
  margin: 0 0 0.1em;
  font-weight: bold;
  color: #0075b0;
}

.publication-attachment .attachment__info span {
  font-size: 0.875rem;
  color: #000;
}

.publication-attachment .attachment__filesize {
  padding-right: 0.5em;
}

.publication-attachment .attachment__date {
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  padding-left: 0.5em;
}

.cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: auto;
}

.cta__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.5rem 0;
  text-align: center;
}

@media (min-width: 56.25em) {
  .cta__content {
    text-align: left;
  }
}

.cta__content p:not(:first-child) {
  font-weight: normal;
  color: #000;
}

@media (min-width: 62.5em) {
  .cta__content p:not(:first-child) {
    max-width: 40.625em;
  }
}

.cta__links {
  text-align: center;
  width: 100%;
  margin: auto;
}

@media (min-width: 56.25em) {
  .cta__links {
    width: auto;
  }
}

.cta__title {
  font-weight: 600;
  color: #002c5f;
}

.cta__link {
  display: inline-block;
  margin: 0 auto 2.5em;
  padding: 1em 2em;
  font-size: 0.875em;
  font-weight: bold;
  background-color: #fff;
  border-radius: 0.1875rem;
  border: solid 1px rgba(0, 44, 95, 0.2);
}

@media (min-width: 56.25em) {
  .cta__link {
    margin: 4.375em 0 4.375em 10em;
    font-size: 1em;
  }
}

.cta__link img {
  margin: 0 0 0.0625em 0.5em;
  vertical-align: middle;
}

.cta__double-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 81.875em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
}

.cta__double-container .comp {
  width: 100%;
}

@media (min-width: 56.25em) {
  .cta__double-container .comp {
    width: 50%;
  }
}

@media (min-width: 56.25em) {
  .cta__double-container .comp p {
    padding-right: 0rem;
  }
}

.cta__double-container .cta__link {
  margin: 0;
}

.cta__double-container .cta__links {
  text-align: left;
  margin: 0;
}

.cta__double-container .cta__content {
  text-align: left;
}

.cta__double-container .cta__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 56.25em) {
  .cta__double-container .cta__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

.cta.odd-even:nth-child(even):not(.own-background) {
  background-color: #edf4f6;
}

.related-persons__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.related-persons .person {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  margin-bottom: 1.5em;
}

.related-posts article {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 44, 95, 0.7);
          box-shadow: inset 0 0 1px rgba(0, 44, 95, 0.7);
  border-radius: 0.125rem;
}

.related-posts article__image {
  z-index: -1;
}

.related-posts__title {
  font-weight: 600;
  padding: 0.5em 0 1em;
  margin: 0;
  line-height: 1.6em;
}

.related-posts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-posts__content > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.related-posts p,
.related-posts h2 {
  color: #000;
}

.related-posts .show-posts__more {
  margin: auto;
  background-color: #fff;
}

.related-posts .show-posts__more:hover {
  background-color: #dce9ed;
}

.related-posts--single article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
  overflow: hidden;
}

@media (min-width: 40em) {
  .related-posts--single article {
    max-height: 22.5rem;
  }
}

@media (min-width: 40em) {
  .related-posts--single article img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 22.5rem;
  }
}

@media (min-width: 81.875em) {
  .related-posts--single article img {
    height: auto;
  }
}

.related-posts--single article__info {
  padding: 1em 1em 2em;
}

@media (min-width: 40em) {
  .related-posts--single article__info {
    padding: 2em;
  }
}

.related-posts--single article__title {
  font-weight: bold;
  line-height: 1.15;
}

.related-posts--single article__categories {
  margin: 0 0 1em;
}

.related-posts--single article__categories a {
  padding: 0.1em 0.6em;
  border-radius: 0.125rem;
  color: #fff;
  background-color: #0075b0;
  font-size: 0.875rem;
  font-weight: 600;
}

.related-posts--single article__meta {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.55);
  margin: 1em 0 0;
}

.related-posts--single article__meta a {
  margin: 1em 0;
  padding: 0.6em 1.2em;
  border-radius: 0.125rem;
  color: #fff;
  background-color: #c50084;
  font-weight: bold;
}

.related-posts--single article__ingress {
  margin: 0.5em 0 1.5em;
}

.related-posts--single article__ingress p {
  font-size: 1rem;
  line-height: 1.38;
}

.related-posts--single article__read {
  margin: 1em 0;
  padding: 0.4em 1em;
  border-radius: 0.125rem;
  color: #fff;
  background-color: #c50084;
  font-size: 0.875rem;
  font-weight: bold;
}

.related-posts--multi {
  background-color: #edf4f6;
}

.related-posts--multi .related-posts__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.related-posts--multi .related-posts__header .related-posts__more {
  display: none;
}

@media (min-width: 40em) {
  .related-posts--multi .related-posts__header .related-posts__more {
    display: block;
  }
}

.related-posts--multi .related-posts__header .related-posts__more:hover {
  background-color: #dce9ed;
}

.related-posts--multi .related-posts__header img {
  vertical-align: middle;
  padding-left: 0.4em;
  margin-bottom: 0.2em;
}

.related-posts--multi .related-posts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}

.related-posts--multi .related-posts__content > span {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  margin: 0 0 2em;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

@media (min-width: 40em) {
  .related-posts--multi .related-posts__content > span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: calc((100% + 1rem)/2 - 1rem);
        flex-basis: calc((100% + 1rem)/2 - 1rem);
  }
}

@media (min-width: 56.25em) {
  .related-posts--multi .related-posts__content > span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: calc((100% + 1rem)/3 - 1rem);
        flex-basis: calc((100% + 1rem)/3 - 1rem);
  }
}

@media (min-width: 62.5em) {
  .related-posts--multi .related-posts__content > span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: calc((100% + 2rem)/4 - 2rem);
        flex-basis: calc((100% + 2rem)/4 - 2rem);
  }
}

.related-posts--multi article {
  height: 100%;
  background: #fff;
}

.related-posts--multi article__image {
  margin: 0.0375rem;
}

.related-posts--multi article__image img {
  border-radius: 0.125rem 0.125rem 0rem 0rem;
}

.related-posts--multi article__info {
  border-radius: 0rem 0rem 0.125rem 0.125rem;
  padding: 0 1em 1em;
}

.related-posts--multi article__categories {
  margin: -0.8em 0 1em;
}

.related-posts--multi article__categories a {
  padding: 0.1em 0.6em;
  border-radius: 0.125rem;
  color: #fff;
  background-color: #0075b0;
  font-size: 0.875rem;
  font-weight: 600;
  word-break: break-word;
}

.related-posts--multi article__title {
  font-weight: bold;
  line-height: 1.15;
  margin: 0 0 0.5em;
}

.related-posts--multi article__meta {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.55);
}

.related-posts--multi article__ingress {
  margin: 0.5em 0;
}

.related-posts--multi article__ingress p {
  font-size: 1rem;
  line-height: 1.38;
}

.related-posts .loader,
.related-posts .loader::after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}

.related-posts .loader {
  margin: 1em auto;
  font-size: 0.5em;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999em;
  border-top: 1em solid #e8f1f4;
  border-right: 1em solid #e8f1f4;
  border-bottom: 1em solid #e8f1f4;
  border-left: 1em solid #196b6f;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
       -o-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes load8 {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.related-posts .container-loading {
  opacity: 0.5;
}

.related-posts .container-loading__holder {
  height: 1em;
}

.upcoming-publications__item {
  border-bottom: solid 1px rgba(140, 184, 198, 0.6);
}

.upcoming-publications__date {
  color: #000;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  margin-top: 1.875rem;
}

.upcoming-publications__title {
  margin-top: 0.625rem;
}

.upcoming-publications__ingress {
  margin-bottom: 1.25rem;
}

.upcoming-publications .comp {
  border-top: 0 !important;
}

.urn div {
  padding-bottom: 0.5em;
}

.urn a {
  text-decoration: underline;
}

.outside-links div {
  padding-bottom: 0.5em;
}

.outside-links a {
  text-decoration: underline;
}

.outside-links svg {
  margin: 0 0 0.25em 0.25em;
}

.outside-links svg :first-child {
  fill: #c50084;
}

.outside-links.publication-links {
  padding-bottom: 1rem;
}

.show-posts__title {
  font-weight: 600;
  padding: 0.5em 0 1em;
}

.show-posts__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.show-posts__more {
  margin-bottom: 1rem;
}

@media (min-width: 28.125em) {
  .show-posts__more {
    margin-bottom: 0;
  }
}

.show-posts__more img {
  vertical-align: middle;
  padding-left: 0.4em;
  margin-bottom: 0.2em;
}

.show-posts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.show-posts__content .wide-post {
  margin-bottom: 1.25rem;
  width: 100%;
}

.show-posts__content > span,
.show-posts__content > a {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  margin: 0 0 2em;
}

.show-posts__content > span:first-child,
.show-posts__content > a:first-child {
  margin-left: 0;
}

@media (min-width: 28.125em) {
  .show-posts__content > span,
  .show-posts__content > a {
    -webkit-box-flex: 1;
        -ms-flex: 1 40%;
            flex: 1 40%;
    max-width: 48%;
    margin-left: 1em;
  }

  .show-posts__content > span:nth-of-type(2n+1),
  .show-posts__content > a:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 62.5em) {
  .show-posts__content > span,
  .show-posts__content > a {
    -webkit-box-flex: 1;
        -ms-flex: 1 32%;
            flex: 1 32%;
    margin-left: 1em;
    max-width: 32.5%;
  }

  .show-posts__content > span:nth-of-type(2n+1),
  .show-posts__content > a:nth-of-type(2n+1) {
    margin-left: 1em;
  }

  .show-posts__content > span:nth-of-type(3n+1),
  .show-posts__content > a:nth-of-type(3n+1) {
    margin-left: 0;
  }
}

.show-posts--count-2 .show-posts__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.show-posts--count-2 .show-posts__content > span,
.show-posts--count-2 .show-posts__content > a {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  max-width: none;
}

@media (min-width: 28.125em) {
  .show-posts--count-2 .show-posts__content > span,
  .show-posts--count-2 .show-posts__content > a {
    -webkit-box-flex: 1;
        -ms-flex: 1 40%;
            flex: 1 40%;
    max-width: 100%;
  }
}

.show-terms .comp__title {
  padding: 0.5em 0 0;
}

.show-terms .underline {
  background-color: #0075b0;
  height: 0.3125rem;
  width: 6.25rem;
  display: inline-block;
}

.show-terms .underline--management-type {
  background-color: #0075b0;
}

.show-terms .underline--inspection-type {
  background-color: #0075b0;
}

.show-terms .underline--inspection-theme {
  background-color: #0075b0;
}

.show-terms__content ul {
  list-style-type: none;
  padding: 0;
  color: rgba(0, 0, 0, 0.55);
}

.show-terms__content li {
  padding: 0;
  margin-right: 0.3125rem;
  display: inline-block;
}

.show-terms__content li a {
  text-decoration: underline;
  padding-right: 0.0625em;
}

.show-terms .btn {
  margin: 1em 0 0;
}

.show-terms .btn img {
  vertical-align: middle;
  padding-left: 0.4em;
  margin-bottom: 0.22em;
}

.show-terms-highlight__teaser {
  padding: 0 0 0.9375rem;
}

.show-terms-highlight__content a {
  max-width: 100%;
}

.frontpage-quick-links .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1em;
}

.frontpage-quick-links__content {
  color: #fff;
}

.frontpage-quick-links__content p {
  color: #fff;
}

.frontpage-quick-links__content-dark {
  color: #002c5f;
}

.frontpage-quick-links__content-dark p {
  color: #002c5f;
}

.frontpage-quick-links__first-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  background: #002c5f;
  padding: 2.5rem;
  border-radius: 0.1875rem;
}

.frontpage-quick-links__first-container.split {
  margin: 0 0 2.5rem;
}

@media (min-width: 56.25em) {
  .frontpage-quick-links__first-container.split {
    margin: 0 1.25rem 0 0;
    -webkit-box-flex: 0.7;
        -ms-flex: 0.7;
            flex: 0.7;
  }
}

.frontpage-quick-links__second-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  border: 1px solid rgba(0, 44, 95, 0.2);
  padding: 1.875rem;
}

@media (min-width: 56.25em) {
  .frontpage-quick-links__second-container {
    -webkit-box-flex: 0.3;
        -ms-flex: 0.3;
            flex: 0.3;
  }
}

.frontpage-quick-links ul {
  list-style-type: none;
  padding: 0;
}

.frontpage-quick-links li {
  padding: 0;
  display: inline-block;
}

.frontpage-quick-links a {
  color: #fff;
  border-radius: 0.0625rem;
}

.frontpage-quick-links svg {
  margin-left: 0.5em;
  margin-bottom: -0.1em;
}

.frontpage-quick-links svg :first-child {
  stroke: #fff;
}

.frontpage-quick-links__first-links a {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.frontpage-quick-links__first-links a:hover {
  background-color: #fff;
  color: #002c5f;
}

.frontpage-quick-links__first-links a:hover .icon-arrow path {
  stroke: #002c5f;
}

.frontpage-quick-links__first-links-dark a {
  color: #002c5f;
  border: 1px solid rgba(0, 44, 95, 0.4);
}

.frontpage-quick-links__first-links-dark a:hover {
  background-color: #002c5f;
  color: #fff;
}

.frontpage-quick-links__first-links-dark a:hover .icon-arrow path {
  stroke: #fff;
}

.frontpage-quick-links__first-links-dark svg :first-child {
  stroke: #002c5f;
}

.frontpage-quick-links__second-links a {
  border-radius: 0.125rem;
  margin: 0 0.5rem 0.25rem 0;
  padding: 0.3em 0.9em;
}

.frontpage-quick-links__header-text {
  font-weight: 600;
  padding: 0;
}

.link-list ul {
  padding: 0 0 1em;
  margin: 0 0 0 1em;
  list-style-type: none;
}

@media (min-width: 81.875em) {
  .link-list ul {
    margin: 0;
  }
}

.link-list li {
  padding: 0;
  display: inline-block;
  margin: 0 1.25rem 1.25rem 0;
}

.link-list a {
  color: #002c5f;
  font-size: 0.875rem;
  font-weight: bold;
}

.link-list a img {
  vertical-align: middle;
  padding-left: 0.2em;
  margin-bottom: 0.2em;
}

.single-post-list .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-post-list__header-text {
  font-weight: 600;
  padding: 1rem 0;
  margin: 0;
  line-height: 1.6em;
}

.single-post-list__selection {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  max-width: 100%;
  margin: 0 0 2.5rem;
}

.single-post-list__selection:last-child {
  margin-right: 0;
}

@media (min-width: 40em) {
  .single-post-list__selection {
    -webkit-box-flex: 1;
        -ms-flex: 1 50%;
            flex: 1 50%;
    max-width: 46%;
    margin-right: 1.25rem;
  }
}

@media (min-width: 40em) {
  .single-post-list__selection {
    -webkit-box-flex: 1;
        -ms-flex: 1 40%;
            flex: 1 40%;
    max-width: 49%;
  }
}

@media (min-width: 62.5em) {
  .single-post-list__selection {
    -webkit-box-flex: 1;
        -ms-flex: 1 23%;
            flex: 1 23%;
    max-width: 24%;
  }
}

.single-post-list__selection .line--comp {
  display: none;
}

@media (min-width: 62.5em) {
  .single-post-list__selection .line--comp {
    display: block;
  }
}

.single-post-list__post-link {
  margin-top: 1.5rem;
}

.single-post-list__post-link img {
  vertical-align: middle;
  padding-left: 0.4em;
  margin-bottom: 0.2em;
}

.single-post-list .article-teaser {
  height: 75%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.single-post-list .article-teaser__meta {
  display: none;
}

.single-post-list .article-teaser__image img {
  height: 10rem;
}

.single-post-list .article-teaser__image.ie-object-fit {
  height: auto;
}

.single-post-list .article-teaser__categories {
  display: none;
}

.single-post-list .article-teaser__info {
  padding-top: 0.9375rem;
}

.slideshare-feed-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.slideshare-feed-list .article-teaser__info {
  margin-top: 0.625rem;
}

.slideshare-feed-list__content > a {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  margin: 0 0 2em;
}

.slideshare-feed-list__content > a:first-child {
  margin-left: 0;
}

@media (min-width: 28.125em) {
  .slideshare-feed-list__content > a {
    -webkit-box-flex: 1;
        -ms-flex: 1 40%;
            flex: 1 40%;
    max-width: 49%;
    margin-left: 1em;
  }

  .slideshare-feed-list__content > a:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 62.5em) {
  .slideshare-feed-list__content > a {
    -webkit-box-flex: 1;
        -ms-flex: 1 32%;
            flex: 1 32%;
    margin-left: 1em;
    max-width: 32.5%;
  }

  .slideshare-feed-list__content > a:nth-of-type(2n+1) {
    margin-left: 1em;
  }

  .slideshare-feed-list__content > a:nth-of-type(3n+1) {
    margin-left: 0;
  }
}

.youtube-feed__videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.youtube-feed__videos > span {
  margin-right: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.youtube-feed__videos > span:last-child {
  margin-right: 0;
}

.youtube-feed__videos > span {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  margin: 0 0 2em;
}

.youtube-feed__videos > span:first-child {
  margin-left: 0;
}

@media (min-width: 28.125em) {
  .youtube-feed__videos > span {
    -webkit-box-flex: 1;
        -ms-flex: 1 40%;
            flex: 1 40%;
    max-width: 49%;
    margin-left: 1em;
  }

  .youtube-feed__videos > span:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 62.5em) {
  .youtube-feed__videos > span {
    -webkit-box-flex: 1;
        -ms-flex: 1 32%;
            flex: 1 32%;
    margin-left: 1em;
    max-width: 32.5%;
  }

  .youtube-feed__videos > span:nth-of-type(2n+1) {
    margin-left: 1em;
  }

  .youtube-feed__videos > span:nth-of-type(3n+1) {
    margin-left: 0;
  }
}

.youtube-feed .article-teaser__info {
  margin-top: 0.9375rem;
}

.popup,
.term-popup,
.filter-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7);
}

.popup__container,
.term-popup__container,
.filter-popup__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1em 3em;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
}

@media (min-width: 40em) {
  .popup__container,
  .term-popup__container,
  .filter-popup__container {
    top: 9.375rem;
    width: 40rem;
    height: auto;
    padding: 1em 2.5em;
  }
}

.popup__head,
.popup__header,
.popup__content,
.popup__footer,
.popup__related,
.popup__related-header,
.popup__links,
.term-popup__head,
.term-popup__header,
.term-popup__content,
.term-popup__footer,
.term-popup__related,
.term-popup__related-header,
.term-popup__links,
.filter-popup__head,
.filter-popup__header,
.filter-popup__content,
.filter-popup__footer,
.filter-popup__related,
.filter-popup__related-header,
.filter-popup__links {
  display: block;
}

.popup__close,
.term-popup__close,
.filter-popup__close {
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  cursor: pointer;
}

@media (min-width: 40em) {
  .popup__close,
  .term-popup__close,
  .filter-popup__close {
    top: 0.625em;
  }
}

.popup__head,
.term-popup__head,
.filter-popup__head {
  font-size: 0.75rem;
  line-height: 1.5rem;
}

.popup__header,
.term-popup__header,
.filter-popup__header {
  font-size: 1.6875rem;
  font-weight: bold;
  color: #002c5f;
  padding-top: 0.2em;
}

@media (min-width: 40em) {
  .popup__header,
  .term-popup__header,
  .filter-popup__header {
    font-size: 3.0625rem;
  }
}

.popup__content,
.term-popup__content,
.filter-popup__content {
  font-size: 0.875rem;
  padding: 1em 0 1.5em;
  height: 70%;
  overflow: auto;
}

@media (min-width: 40em) {
  .popup__content,
  .term-popup__content,
  .filter-popup__content {
    font-size: 1rem;
    height: 48%;
  }
}

.popup__footer,
.term-popup__footer,
.filter-popup__footer {
  border-top: #bad4dd 1px solid;
  padding: 1em 0;
}

.popup__related,
.term-popup__related,
.filter-popup__related {
  padding-bottom: 1.25rem;
}

.popup__related-header,
.term-popup__related-header,
.filter-popup__related-header {
  font-size: 0.75rem;
  padding-bottom: 0.3125rem;
}

.popup__related-term,
.term-popup__related-term,
.filter-popup__related-term {
  font-size: 0.875rem;
  font-weight: 600;
  display: inline;
  color: #002c5f;
  margin-right: 0.5rem;
}

.popup__related-term span,
.term-popup__related-term span,
.filter-popup__related-term span {
  padding: 0.2em 0.5em;
  background-color: #edf3f5;
  -webkit-box-shadow: inset 0 -1px 0 0 #8cb8c6;
          box-shadow: inset 0 -1px 0 0 #8cb8c6;
}

.popup__related-term span:hover,
.term-popup__related-term span:hover,
.filter-popup__related-term span:hover {
  background: #8cb8c6;
}

.popup__links,
.term-popup__links,
.filter-popup__links {
  font-size: 0.875rem;
  font-weight: bold;
  color: #002c5f;
}

.popup__links img,
.term-popup__links img,
.filter-popup__links img {
  height: 0.625em;
  padding: 0 0.3em;
  margin-bottom: 0.125em;
  vertical-align: middle;
}

.term-popup-link {
  padding: 0.05em 0.25em;
  background-color: #edf3f5;
  -webkit-box-shadow: inset 0 -1px 0 0 #8cb8c6;
          box-shadow: inset 0 -1px 0 0 #8cb8c6;
  cursor: pointer;
}

.term-popup-link:hover {
  background: #8cb8c6;
}

.accordion {
  -webkit-box-shadow: inset 0 1px 0 0 #bad4dd, inset 0 -1px 0 0 #bad4dd;
          box-shadow: inset 0 1px 0 0 #bad4dd, inset 0 -1px 0 0 #bad4dd;
}

.accordion__title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
  cursor: pointer;
}

.accordion__title-bar img {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 0.75em;
}

.accordion__title-bar .icon-arrow.rotate {
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

.accordion__content {
  display: none;
  padding: 0 1.5rem 1.5rem;
}

.accordion.show .accordion__content {
  display: block;
  width: 0.875em;
}

.infobox {
  background-color: #d9f3fb;
  padding: 2rem;
  margin: 2rem 0;
  width: 97%;
}

.infobox a {
  color: #00699e;
}

.infobox a:hover {
  color: #00699e;
}

@media (min-width: 56.25em) {
  .infobox {
    max-width: 46.0625rem;
  }
}

.infobox span {
  font-weight: normal;
  display: block;
}

.infobox li p {
  margin-bottom: 0.625rem;
}

.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 2rem;
}

.location p {
  margin: 0;
}

.location__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 15.625rem;
  margin-bottom: 1rem;
}

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

.location__image iframe {
  width: 100%;
  height: 12.5rem;
}

.location__image img {
  width: 100%;
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 40em) {
  .location {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .location__image {
    max-width: 31.25rem;
  }
}

.article {
  padding: 0;
}

.article__wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 81.875em) {
  .article__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.article__left {
  width: 12.5rem;
  position: relative;
  padding-bottom: 1.5em;
  display: none;
}

@media (min-width: 81.875em) {
  .article__left {
    display: block;
  }
}

.article__right {
  display: none;
}

@media (min-width: 81.875em) {
  .article__right {
    display: block;
  }
}

.article__body {
  margin: auto;
}

@media (min-width: 81.875em) {
  .article__body {
    padding: 0 0.9375rem;
    margin: 0;
    width: 54.6875rem;
  }
}

.article__figure {
  margin: 0 0 1.25rem;
}

.article__image {
  width: 100%;
}

.article__image img {
  border-radius: 0.1875rem;
}

.article__caption {
  margin-top: 0.3em;
  font-size: 0.875rem;
}

.article__meta {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  opacity: 1;
}

.article__meta .publish-date {
  color: #002c5f;
  font-weight: 600;
}

@media (min-width: 56.25em) {
  .article__meta {
    font-size: 1.1875rem;
  }
}

@media (min-width: 81.875em) {
  .article__meta {
    font-size: 1.1875rem;
  }
}

.article__ingress {
  margin-bottom: 2.5rem;
}

.article__ingress p {
  max-width: 46.0625rem;
}

.article__highlight {
  font-weight: 700;
}

.article__content {
  margin-top: 1.25rem;
}

.article__heading {
  margin-bottom: 0;
}

@media (min-width: 81.875em) {
  .article__heading {
    margin-bottom: 1rem;
  }
}

.article__categories {
  margin-bottom: 1.25rem;
  position: relative;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

@media (min-width: 56.25em) {
  .article__categories {
    overflow-y: auto;
  }
}

.article__categories::-webkit-scrollbar {
  display: none;
}

.article__categories--label {
  margin: 1.75rem 0;
}

.article__categories--wrapper {
  position: relative;
  border-top: solid 1px rgba(140, 184, 198, 0.6);
}

.article__categories--tint {
  width: 25%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

@media (min-width: 56.25em) {
  .article__categories--tint {
    display: none;
  }
}

.article__body > .components .comp {
  border-top: solid 1px rgba(140, 184, 198, 0.6);
  padding: 1.5em 0;
}

.article__body > .components .comp .h6 {
  margin: 0 0 2.2em;
}

.article__body > .components .comp.valtiolle-feed {
  border-top: 0;
}

.article__body > .article__partials > div {
  border-top: solid 1px rgba(140, 184, 198, 0.6);
  padding: 1.5em 0;
}

.article__body > .article__partials > div .h6 {
  margin: 0 0 2em;
}

.article__hero-caption--mobile {
  margin-bottom: 1.25rem;
}

@media (min-width: 81.875em) {
  .article__hero-caption--mobile {
    display: none;
  }
}

@media (min-width: 81.875em) {
  .article__share--mobile {
    display: none;
  }
}

.rns {
  margin-top: 3.125rem;
}

.article__content blockquote,
.section-front-page__content blockquote {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #fff0c7;
  padding: 2em 0;
  position: relative;
  margin-bottom: 2em;
}

.article__content blockquote p,
.section-front-page__content blockquote p {
  width: 97%;
  margin: auto;
  padding: 0 0.9375rem;
  font-size: 1.5rem;
  color: #000;
}

.article__content blockquote p::before,
.section-front-page__content blockquote p::before {
  content: '';
  position: absolute;
  top: -0.0625em;
  height: 0.5rem;
  background-color: #f9c867;
}

@media (min-width: 56.25em) {
  .article__content blockquote p,
  .section-front-page__content blockquote p {
    width: 54.6875rem;
    font-size: 2rem;
  }
}

.article__content > ul li p,
.section-front-page__content > ul li p {
  margin-bottom: 0.625rem;
}

.article__content > p,
.article__content > ul,
.article__content > ol,
.article__content > h1,
.article__content > h2,
.article__content > h3,
.article__content > h4,
.article__content > h5,
.article__content > h6,
.article__content > .embed-container {
  max-width: 46.0625rem;
}

.wp-caption {
  margin: 1em auto 1.5em;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wp-caption.left {
  margin-left: 0;
}

.wp-caption figcaption {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.wp-caption figcaption::before {
  content: '';
  margin-bottom: 1rem;
}

.wp-caption img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 100%;
}

.wp-caption:not(.side) .wp-caption-text {
  font-weight: bold;
  color: #002c5f;
}

.wp-caption.side {
  margin-left: 0;
  position: relative;
}

@media (min-width: 81.875em) {
  .wp-caption.side {
    width: 46.0625rem;
  }
}

.wp-caption.side img,
.wp-caption.side figcaption {
  max-width: 46.0625rem;
}

.wp-caption.side .wp-caption-text {
  font-size: 0.75rem;
}

@media (min-width: 81.875em) {
  .wp-caption.side .wp-caption-text {
    position: absolute;
    max-width: 18.75rem;
    right: -20rem;
  }
}

.wp-caption-text {
  margin: 0.3em 0 1em;
  text-align: left;
  font-size: 0.875rem;
}

.wp-caption-text--featured {
  max-width: 46.0625rem;
  font-size: 0.75rem;
  margin-top: 2em;
}

@media (min-width: 81.875em) {
  .wp-caption-text--featured {
    max-width: 12.5rem;
    margin-top: 0;
  }
}

.wp-caption-text--featured .line--comp {
  margin-bottom: 1em;
}

@media (min-width: 81.875em) {
  .wp-caption-text--featured .line--comp {
    margin-bottom: 2em;
  }
}

.wp-caption-text--featured .caption-content {
  margin-top: 1em;
  font-style: italic;
  color: #666;
}

@media (min-width: 81.875em) {
  .wp-caption-text--featured .caption-content {
    margin-bottom: 2em;
  }
}

.alignleft {
  margin: 1em 0;
}

@media (min-width: 28.125em) {
  .alignleft {
    float: left;
    margin-right: 1.5em;
  }
}

.alignright {
  margin: 1em 0;
}

@media (min-width: 28.125em) {
  .alignright {
    float: right;
    margin-left: 1.5em;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin: 1em auto;
}

@media (min-width: 28.125em) {
  .size-thumbnail {
    max-width: 33%;
  }
}

@media (min-width: 56.25em) {
  .size-thumbnail {
    max-width: 50%;
  }
}

@media (min-width: 28.125em) {
  .size-medium {
    max-width: 50%;
  }
}

@media (min-width: 56.25em) {
  .size-medium {
    max-width: 66%;
  }
}

.article__partials .article__tags a {
  text-decoration: underline;
  padding-right: 0.0625em;
}

.article__partials .article__tags span:not(a) {
  color: rgba(0, 0, 0, 0.55);
}

.article__partials .article__terms div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article__partials .article__terms div img {
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
}

.article__partials .article__terms > a {
  color: #000;
  margin-right: 0.5em;
}

.article__partials .article__terms span {
  padding: 0.2em 0.5em;
  background-color: #edf3f5;
  -webkit-box-shadow: inset 0 -1px 0 0 #8cb8c6;
          box-shadow: inset 0 -1px 0 0 #8cb8c6;
}

.article__partials .article__terms span:hover {
  background: #8cb8c6;
}

.article__partials .article__terms .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.article-teaser {
  height: 100%;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 44, 95, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 44, 95, 0.2);
  border-radius: 0.125rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.article-teaser > * {
  width: 100%;
}

.article-teaser .article-teaser__title a {
  display: inline-block;
}

.article-teaser:hover {
  background-color: #eee;
}

.article-teaser:hover .article-teaser__title a {
  text-decoration: underline;
}

.article-teaser__image {
  margin: 0.0375rem;
  z-index: -1;
}

.article-teaser__image img {
  width: 100%;
  border-radius: 0.125rem 0.125rem 0rem 0rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 14.375rem;
}

.article-teaser__image iframe {
  width: 100%;
  border-radius: 0.125rem 0.125rem 0rem 0rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 14.375rem;
  margin-bottom: 1rem;
}

.article-teaser__image.ie-object-fit {
  width: 100%;
  height: 14.375rem;
  background-size: cover;
  background-position: center center;
}

.article-teaser__image.ie-object-fit img {
  opacity: 0;
}

.article-teaser__info {
  border-radius: 0rem 0rem 0.125rem 0.125rem;
  padding: 0;
}

.article-teaser__categories {
  margin: -0.8em 0 1em;
}

.article-teaser__categories a {
  border-radius: 0.125rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  word-break: break-word;
}

.article-teaser__categories li {
  display: none;
}

.article-teaser__categories li:first-child {
  display: inline-block;
  background-color: #0075b0;
}

.article-teaser__title {
  font-weight: bold;
  line-height: 1.15;
  margin: 0 0 0.5em;
}

@media (max-width: 40em) {
  .article-teaser__title {
    font-size: 1em;
  }
}

.article-teaser__meta {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.55);
}

.article-teaser__meta > div {
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 0.5rem;
  margin-right: 0.3125rem;
}

.article-teaser__meta > div:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.article-teaser__author a {
  font-weight: bold;
}

.article-teaser__ingress {
  margin: 0.5em 0 1.5em;
}

.article-teaser__ingress p {
  font-size: 1rem;
  line-height: 1.38;
}

.article-teaser__links {
  margin-bottom: 1.25rem;
}

.article-teaser__links a {
  color: #fff;
}

.article-teaser__links svg {
  margin-left: 0.5em;
  margin-bottom: -0.1em;
}

.article-teaser__links svg :first-child {
  stroke: #fff;
}

.article-teaser__content {
  padding: 0 1.25rem;
  font-size: 1rem;
}

.article-teaser p {
  color: #000;
}

.article-teaser__person-excerpt-data > div {
  color: #000;
  margin-bottom: 0.625rem;
}

.article-teaser--wide {
  -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-flow: row wrap;
      flex-flow: row wrap;
  min-height: 21.875rem;
}

.article-teaser--wide > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.article-teaser--wide .article-teaser__info {
  padding: 0;
}

.article-teaser--wide .article-teaser__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.article-teaser--wide .article-teaser__image {
  height: 100%;
}

.article-teaser--wide .article-teaser__image img {
  width: auto;
  height: 100%;
  max-height: 25rem;
}

.article-teaser--wide .article-teaser__image.ie-object-fit {
  min-height: 21.875rem;
}

.article-teaser--wide .article-teaser__categories li {
  display: inline-block;
}

.article-teaser--wide .article-teaser__title {
  margin: 0.5em 0;
}

@media (min-width: 62.5em) {
  .article-teaser--wide .article-teaser__categories {
    margin: 0;
  }

  .article-teaser--wide .article-teaser__header {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
  }
}

@media (min-width: 62.5em) {
  .article-teaser--wide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

@media (max-width: 56.25em) {
  .js--browser-detected-ios .article-teaser__image iframe {
    -o-object-fit: initial;
       object-fit: initial;
  }
}

.jobs-teaser {
  padding: 1.25rem;
}

.jobs-teaser__header {
  padding-bottom: 1.25rem;
  font-family: "adelle-sans", sans-serif;
  font-size: 1.1875rem;
  color: #002c5f;
  border-bottom: 1px solid rgba(0, 44, 95, 0.2);
  font-weight: 600;
}

.jobs-teaser__links a {
  display: block;
  margin-top: 1.375rem;
  font-weight: 600;
}

.jobs-teaser__links a .icon-ext-link {
  vertical-align: text-top;
  margin-left: 0.5rem;
}

.jobs-teaser__links p {
  display: inline-block;
  margin-top: 1.375rem;
  font-size: 1rem;
}

.jobs-teaser:hover {
  background-color: #fff;
}

.jobs-teaser .loader,
.jobs-teaser .loader::after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}

.jobs-teaser .loader {
  margin: 1em auto;
  font-size: 0.5em;
  left: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999em;
  border-top: 1em solid #e8f1f4;
  border-right: 1em solid #e8f1f4;
  border-bottom: 1em solid #e8f1f4;
  border-left: 1em solid #196b6f;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
       -o-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.crisis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  bottom: 2.5rem;
  position: fixed;
  right: 0;
  left: 0;
  background-color: #f9c867;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  max-width: 90%;
  z-index: 1001;
}

.crisis__content {
  padding: 1.25rem;
}

.crisis__content-link {
  font-weight: bold;
  padding-left: 0.625rem;
  font-size: 0.875rem;
}

.crisis__content img {
  vertical-align: middle;
  padding-left: 0.2em;
  margin-bottom: 0.2em;
}

@media (min-width: 56.25em) {
  .crisis {
    max-width: 54.6875rem;
  }
}

.crisis__close {
  cursor: pointer;
}

.hidecrisisfi,
.hidecrisissv,
.hidecrisisen {
  display: none;
}

.embed-wrapper-cookie-not-accepted {
  position: relative;
  padding: 1.875rem 0 56.25%;
  height: 0;
  overflow: hidden;
}

.wp-block-embed__wrapper .embed-wrapper-cookie-not-accepted {
  position: initial !important;
  padding: 0 !important;
  height: auto !important;
}

.embed-wrapper-cookie-not-accepted-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.embed-wrapper-cookie-not-accepted-container-outer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #eee;
}

.embed-wrapper-cookie-not-accepted-container-inner {
  max-width: 640px;
  margin: 0 auto;
}

.embed-wrapper-cookie-not-accepted-content {
  font-size: 18px;
}

.embed-wrapper-cookie-not-accepted-container > :not([hidden]) ~ :not([hidden]),
.embed-wrapper-cookie-not-accepted-content > :not([hidden]) ~ :not([hidden]) {
  margin: 16px 0;
}

.embed-wrapper-change-consent-button {
  color: #002c5f;
  text-decoration: underline;
  font-weight: bold;
  margin-left: -4px;
}

.embed-wrapper-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.embed-wrapper-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-teaser__image .embed-wrapper-cookie-not-accepted-content {
  font-size: 16px;
}

.article-teaser__image .embed-wrapper-cookie-not-accepted-wrapper {
  border-bottom: 1px solid rgba(0, 44, 95, 0.2);
}

.event__meta {
  margin-bottom: 1.25rem;
  font-size: 1.4375rem;
  font-weight: 300;
  color: #002c5f;
}

@media (min-width: 40em) {
  .event__meta {
    font-size: 1.875rem;
  }
}

@media (min-width: 56.25em) {
  .event__meta {
    font-size: 2.125rem;
  }
}

@media (min-width: 81.875em) {
  .event__meta {
    font-size: 2.25rem;
  }
}

.single-event .article__body:first-child {
  margin-top: 0;
}

.person-page__image {
  width: 100%;
}

.person-page__image img {
  border-radius: 0.1875rem;
  width: 100%;
}

.person-page__heading {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.person-page__info-rows .h5 {
  font-weight: 700;
  margin: 1rem 0;
}

.person-page__contact ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media (min-width: 56.25em) {
  .person-page__contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.person-page__contact li {
  margin: 0;
  padding: 0;
}

@media (min-width: 56.25em) {
  .person-page__contact li + li {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #CCC;
  }
}

.person-page__contact a {
  text-decoration: underline;
}

.person-page__header {
  display: block;
  padding-top: 1rem;
}

@media (min-width: 81.875em) {
  .person-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.person-page__header .container--med {
  margin: auto;
}

@media (min-width: 81.875em) {
  .person-page__header .container--med {
    padding: 0 0.9375rem;
    margin: 0;
    width: 54.6875rem;
  }
}

.hero {
  padding: 1.25rem 0;
  text-align: center;
  background: #eee;
}

.section {
  padding: 1.875rem 0 2.5rem;
}

.section__heading {
  text-align: center;
}

.teaser {
  overflow: hidden;
  margin-bottom: 1.875rem;
}

@media (min-width: 40em) {
  .teaser__header {
    float: left;
    width: 21.6875rem;
    max-width: 40%;
    min-height: 0.0625rem;
    margin-right: 1.875rem;
  }
}

.teaser__image {
  margin-bottom: 0.625rem;
}

@media (min-width: 40em) {
  .teaser__image {
    margin-bottom: 0;
  }
}

.teaser__content {
  overflow: hidden;
}

.teaser__heading {
  margin: 0 0 0.3125rem;
}

.teaser__text {
  margin-bottom: 0.3125rem;
}

.header-block {
  margin: auto;
  margin-bottom: 1rem;
  background-color: #002c5f;
}

.header-block .nav--breadcrumbs a {
  color: #fff;
}

.header-block .nav--breadcrumbs .icon-arrow path {
  stroke: #fff;
}

.header-block .header-block__content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 5rem;
}

.header-block .header-block__content .header-block__text-content {
  padding-top: 3rem;
  text-align: center;
  color: #fff;
  margin: auto;
  max-width: 80%;
}

.header-block .header-block__content .header-block__text-content h1 {
  color: #fff;
}

.header-block .header-block__content .header-block__text-content .article__lead {
  font-size: 1.5rem;
  font-weight: bold;
}

@media (min-width: 40em) {
  .header-block .header-block__content .header-block__text-content {
    max-width: 52rem;
  }
}

.share {
  clear: both;
  position: -webkit-sticky;
  position: sticky;
  top: 2.5rem !important;
  margin-bottom: 3.4375rem;
  z-index: 1000;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

.share > div {
  margin-bottom: 1em;
}

.share__heading {
  font-weight: 600;
  margin-bottom: 0.3em;
}

.share__count {
  font-weight: bold;
}

.share li {
  width: 2.125rem;
  height: 2.125rem;
  padding: 0;
  margin: 0 0.7em 0.2em 0;
  text-align: center;
  border: solid 1px rgba(140, 184, 198, 0.6);
  border-radius: 0.1875em;
  background-color: #fff;
  vertical-align: middle;
}

.share li a {
  vertical-align: middle;
}

.share li:hover {
  background-color: #dce9ed;
}

@media (min-width: 81.875em) {
  .share li {
    margin: 0 0.2em 0.2em 0;
  }
}

.share-links {
  margin-top: 0.5em;
}

.share-links__item {
  display: inline-block;
}

.share-links svg {
  width: 1.25em;
}

.share-links svg path {
  fill: #0075b0;
  stroke-width: 2;
}

.share-link--facebook svg {
  margin: 0.4375em 0 0;
}

@media (min-width: 40em) {
  .share-link--facebook svg {
    margin: 0.375em 0 0 0.0625em;
  }
}

.share-link--twitter svg {
  margin: 0.5em 0 0;
}

@media (min-width: 40em) {
  .share-link--twitter svg {
    margin: 0.375em 0 0;
  }
}

.share-link--linkedin svg {
  margin: 0.4375em 0 0;
}

@media (min-width: 40em) {
  .share-link--linkedin svg {
    margin: 0.3125em 0 0;
  }
}

.share-link--email svg {
  margin: 0.625em 0 0;
}

@media (min-width: 40em) {
  .share-link--email svg {
    margin: 0.375em 0 0;
  }
}

.share__head {
  display: none;
}

.js-share--down {
  top: 5.5rem !important;
}

.search-form-container {
  position: relative;
  clear: both;
}

.search-form__label {
  margin: 0;
}

.search-form__field {
  height: 4rem;
}

@media (min-width: 53.125em) {
  .search-form__field {
    height: auto;
  }
}

.search-toggle,
.search-form__submit {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
}

.search-toggle {
  float: right;
  margin-top: -0.375rem;
  background: transparent;
}

.search-toggle.state-active::before {
  border-color: #000;
}

.search-toggle.state-active::after {
  background: #000;
}

.search-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3.75rem;
  height: 4rem;
  background: transparent;
}

@media (min-width: 53.125em) {
  .search-form__submit {
    width: 3rem;
    height: 2.5rem;
  }
}

.search-form__submit svg {
  vertical-align: bottom;
}

@media (min-width: 81.875em) {
  .site-lang {
    overflow: hidden;
  }
}

.site-lang__selected {
  position: absolute;
  top: 0.9375rem;
  right: 5%;
  min-width: 2rem;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 53.125em) {
  .site-lang__selected {
    right: 20%;
  }
}

@media (min-width: 81.875em) {
  .site-lang__selected {
    display: none;
  }
}

.site-lang__selected button {
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
  height: 2.75rem;
  border-radius: 0.1875rem;
}

.site-lang__selected button:focus {
  border: solid 1px rgba(255, 255, 255, 0.55);
}

.site-lang__selected svg {
  margin: 0 0.3em;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.site-lang__selected path {
  stroke: #fff;
}

.site-lang__selected .speechbubble-arrow {
  display: none;
  position: absolute;
  border-style: solid;
  border-color: #fff transparent;
  width: 0;
  bottom: -1.25rem;
  left: 1.25rem;
  border-width: 0 10px 10px;
  z-index: 1002;
}

.site-lang__select {
  display: none;
  position: absolute;
  top: 4.9375rem;
  right: -5rem;
  width: 15.625rem;
  background-color: #fff;
  z-index: 1001;
  font-size: 1.1875rem;
  padding: 1.3rem 1rem 0.5rem;
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0.1875rem;
}

@media (min-width: 53.125em) {
  .site-lang__select {
    right: 0;
  }
}

@media (min-width: 81.875em) {
  .site-lang__select {
    display: block !important;
    top: 1.5rem;
    background-color: transparent;
    text-align: right;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.site-lang__select ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-lang__select a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #002c5f;
  border-bottom: 0.25rem solid transparent;
}

@media (min-width: 81.875em) {
  .site-lang__select a {
    color: #fff;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5rem;
  }
}

.site-lang__select a:hover {
  opacity: 0.9;
  text-decoration: underline;
}

.site-lang__select-slug {
  text-transform: uppercase;
}

@media (min-width: 81.875em) {
  .site-lang__select-slug {
    display: none;
  }
}

.site-lang__select a.current-language {
  border-bottom: 0.25rem solid #f0c5c7;
  margin-bottom: 0.25rem;
}

.print {
  position: absolute;
  bottom: 1.25rem;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
}

.print__icon {
  display: inline-block;
  width: 2.125rem;
  height: 2.125rem;
  padding-top: 0.2em;
  border: solid 1px rgba(140, 184, 198, 0.6);
  border-radius: 0.1875em;
  text-align: center;
}

.print__icon svg {
  vertical-align: middle;
}

.print__icon:hover {
  background-color: #dce9ed;
}

.print__text {
  font-size: 0.75em;
  opacity: 0.55;
  padding: 0.5em;
}

.print:focus {
  color: #002c5f;
}

.print:hover span:first-child {
  background-color: #dce9ed;
}

.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.person__image {
  width: 5.3125rem;
}

.person__image img {
  border-radius: 0.1875rem;
  min-width: 5.3125rem;
}

.person__info {
  margin: 0 2.5rem;
}

.person__info .h4 {
  font-weight: 700;
  margin: 0.1em 0;
}

.person__info-rows p,
.person__info-rows ul {
  font-size: 0.875rem;
  word-break: break-word;
}

.person__info-rows ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.person__info-rows li {
  margin: 0;
  padding: 0;
}

@media (min-width: 56.25em) {
  .person__info-rows li {
    float: left;
  }
}

@media (min-width: 56.25em) {
  .person__info-rows li + li {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #CCC;
  }
}

.person__info-rows a {
  text-decoration: underline;
  color: #000;
}

.section-header {
  margin: auto;
  margin-bottom: 1rem;
}

.section-header .nav--breadcrumbs a {
  color: #fff;
}

.section-header .nav--breadcrumbs .icon-arrow path {
  stroke: #fff;
}

.section-header .section-header__content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 5rem;
}

.section-header .section-header__content .section-header__text-content {
  padding: 2.5rem 0 0.5rem;
  text-align: center;
  color: #fff;
  margin: auto;
  max-width: 80%;
}

.section-header .section-header__content .section-header__text-content h1 {
  color: #fff;
}

.section-header .section-header__content .section-header__text-content .article__lead {
  font-size: 1rem;
}

@media (min-width: 40em) {
  .section-header .section-header__content .section-header__text-content .article__lead {
    font-size: 1.1875rem;
  }
}

@media (min-width: 56.25em) {
  .section-header .section-header__content .section-header__text-content .article__lead {
    font-size: 1.375rem;
  }
}

@media (min-width: 40em) {
  .section-header .section-header__content .section-header__text-content {
    max-width: 90%;
  }
}

@media (min-width: 56.25em) {
  .section-header .section-header__content .section-header__text-content {
    max-width: 52rem;
  }
}

@media (min-width: 56.25em) {
  .section-front-page__content {
    margin: 0 2rem;
  }
}

.section-front-page__content h2:first-child {
  margin-top: 0;
}

.page-template-section-front-page .nav--anchor {
  margin-top: 0;
}

.page-template-section-front-page .nav--anchor.js-nav--anchor-down {
  margin-top: 0;
}

.term-bank__content {
  margin-top: 2rem;
}

.notification-manager h1 {
  margin-bottom: 0rem;
}

.notification-manager .notification-order-form {
  width: 100%;
}

.confirmation-modal__mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.confirmation-modal__wrapper {
  display: table-cell;
  vertical-align: middle;
}

.confirmation-modal__container {
  width: 18.75rem;
  margin: 0 auto;
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  font-family: Helvetica, Arial, sans-serif;
}

.confirmation-modal__container .notification-submit__save {
  color: #fff;
}

.confirmation-modal__container .notification-submit__save:hover {
  background-color: #df0095;
}

.confirmation-modal__button-container {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.notification-order-form-modal {
  display: block;
}

.notification-order-form-modal__content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  overflow-y: auto;
}

.notification-order-form-modal__content h1 {
  margin-top: 1rem;
}

.notification-order-form-modal__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  display: none;
}

.notification-order-form-modal__close svg {
  pointer-events: none;
}

.notification-order-form-modal__close:hover {
  cursor: pointer;
}

.notification-order-form-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9998;
}

@media (min-width: 56.25em) {
  .notification-order-form-modal__close {
    top: 1rem;
    right: 1rem;
  }

  .notification-order-form-modal__content {
    top: 3rem;
    bottom: 2rem;
    z-index: 9999;
    height: auto;
    margin: auto;
    border-radius: 0.125rem;
  }
}

.notification-order-form .loading {
  opacity: 0.5;
}

.notification-order-form .loader,
.notification-order-form .loader::after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}

.notification-order-form .loader {
  margin: 1em auto;
  font-size: 0.5em;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999em;
  border-top: 1em solid #e8f1f4;
  border-right: 1em solid #e8f1f4;
  border-bottom: 1em solid #e8f1f4;
  border-left: 1em solid #196b6f;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
       -o-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.notification-error {
  border: solid 1px #850016;
  background-color: rgba(232, 124, 125, 0.1);
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.notification-error h5 {
  margin: 0;
  font-weight: 400;
  text-align: center;
  color: #992822;
}

.search-module {
  padding: 1.5625rem;
}

.search-module.initializing {
  opacity: 0.5;
}

@media (min-width: 28.125em) {
  .search-module .filter-bar {
    background: #e8f1f4;
    position: static;
    padding: 0.625rem 0.625rem 0;
    border-radius: 0.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .search-module .filter-bar [class^='filter-popup__'] {
    display: none;
  }
}

.search-module .filter-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 28.125em) {
  .search-module .filter-wrapper {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.search-module .filter-wrapper a {
  white-space: nowrap;
  min-width: 9.0625rem;
  text-align: center;
}

.search-module .filter-wrapper a .icon-arrow {
  float: right;
}

.search-module .search-info {
  overflow: hidden;
  width: 100%;
  margin: 0.9375rem 0;
  border-bottom: 0;
  font-size: 0.875rem;
}

@media (min-width: 28.125em) {
  .search-module .search-info {
    border-bottom: solid 1px rgba(0, 44, 95, 0.2);
    font-size: 1rem;
  }
}

.search-module .search-info__filters {
  display: inline-block;
  float: right;
}

.search-module .search-info__remove-filters {
  display: none;
}

@media (min-width: 28.125em) {
  .search-module .search-info__remove-filters {
    display: inline-block;
  }
}

.search-module .search-info__total-amount {
  padding-bottom: 0.9375rem;
  display: inline-block;
}

.search-module .search-info .upcoming-link {
  margin-right: 0.3125rem;
}

.search-module .search-info .upcoming-link span {
  margin-left: 0.3125rem;
}

.search-module .search-info .upcoming-link span svg {
  margin-top: 0.125rem;
}

.search-module .search-info .info-filter {
  display: inline-block;
}

.search-module .search-info .info-filter > select {
  display: inline-block;
  margin-bottom: 0;
  border: 0;
  width: auto;
  color: #002c5f;
  font-size: 0.875rem;
  padding: 0 1em;
  border-left: 1px solid rgba(0, 44, 95, 0.2);
  margin-left: 0.625rem;
}

@media (min-width: 28.125em) {
  .search-module .search-info .info-filter > select {
    font-size: 1rem;
    padding: 0.75em 1em;
  }
}

.search-module .search-info .info-filter > select:focus {
  outline: auto;
}

.search-module .search-info .info-filter > select:hover {
  cursor: pointer;
}

.search-module .search-info .info-filter > select::-ms-expand {
  display: none;
}

.search-module .search-info .info-filter > span {
  pointer-events: none;
  display: inline-block;
}

.search-module .search-info .info-filter > span svg {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: -0.875rem;
}

.search-module__pagination {
  width: 100%;
  text-align: center;
}

.search-module__pagination .pagination-links {
  display: inline-block;
}

.search-module__pagination .pagination-link {
  display: none;
}

.search-module__pagination .pagination-link a,
.search-module__pagination .pagination-link span {
  display: inline-block;
  margin-bottom: 0.625rem;
  padding: 0.625rem 0.9375rem;
  margin-right: 0.625rem;
  border-radius: 0.125rem;
  border: solid 1px rgba(0, 44, 95, 0.2);
}

.search-module__pagination .pagination-link a:hover {
  background-color: #dce9ed;
}

.search-module__pagination .pagination-link:nth-last-child(2) {
  display: inline-block;
}

.search-module__pagination .pagination-link:nth-last-child(2).pagination-link.next-page::after {
  display: none;
}

.search-module__pagination .pagination-link:nth-child(2) {
  display: inline-block;
}

.search-module__pagination .pagination-link:nth-child(2).pagination-link.previous-page::before {
  display: none;
}

.search-module__pagination .pagination-link.current-page span {
  border: 0;
  font-weight: bold;
}

.search-module__pagination .pagination-link.current-page,
.search-module__pagination .pagination-link.previous,
.search-module__pagination .pagination-link.next,
.search-module__pagination .pagination-link.next-page,
.search-module__pagination .pagination-link.previous-page {
  display: inline-block;
}

.search-module__pagination .pagination-link.next-page::after {
  content: '\2026';
  margin-right: 0.625rem;
  color: #002c5f;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.search-module__pagination .pagination-link.previous-page::before {
  content: '\2026';
  margin-right: 0.625rem;
  color: #002c5f;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 56.25em) {
  .search-module__result-wrapper {
    min-height: 50rem;
  }
}

.search-module__no-results {
  padding: 1.25rem;
  margin-top: 0.625rem;
  background: rgba(216, 73, 75, 0.36);
}

.search-module .filter-button {
  background: #c50084;
  padding: 0.4375rem 0.875rem;
  margin-bottom: 0.625rem;
  color: #fff;
  display: inline-block;
  border-radius: 0.125rem;
  font-weight: bold;
}

.search-module .filter-button:focus,
.search-module .filter-button:hover {
  background-color: #fff;
  color: #c50084;
}

.search-module .filter--button-wrapper {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
}

.search-module .filter--button-wrapper a {
  width: 100%;
}

@media (min-width: 28.125em) {
  .search-module .filter--button-wrapper {
    display: inline-block;
    margin-right: 0.5rem;
  }

  .search-module .filter--button-wrapper a {
    min-width: 9.0625rem;
    height: 2.125rem;
    text-align: center;
    float: right;
  }
}

@media (min-width: 40em) {
  .search-module .filter--button-wrapper {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.filter {
  font-size: 0.875rem;
  font-weight: 600;
}

.filter--search-text {
  float: right;
  max-width: 11.25rem;
  min-width: 11.25rem;
  max-height: 2.125rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 28.125em) {
  .filter--search-text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.filter--search-text input {
  height: 2.125rem;
  border-radius: 0.125rem;
  padding-right: 1.5em;
}

.filter--search-text a {
  position: absolute;
  right: 0.625rem;
  bottom: 0;
}

.filter--search-text a svg {
  width: 0.9375rem;
}

.filter--search-text a svg :first-child {
  stroke: rgba(0, 0, 0, 0.55);
}

.filter--openable {
  margin-right: 0.625rem;
}

.filter--text-and-button {
  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;
}

@media (min-width: 40em) {
  .filter--text-and-button {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.filter--text-and-button .search-status {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.filter--openable,
.filter--dummy,
.filter--search-text {
  display: inline-block;
  position: relative;
  margin-bottom: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.filter--openable .filter__label,
.filter--dummy .filter__label,
.filter--search-text .filter__label {
  border-radius: 0.125rem;
  border: solid 0.0625rem rgba(0, 44, 95, 0.2);
  display: inline-block;
  padding: 0.375rem 0.625rem;
}

.filter--openable .filter__label svg,
.filter--dummy .filter__label svg,
.filter--search-text .filter__label svg {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 0.3125rem;
  vertical-align: middle;
}

.filter--openable .filter__label:focus,
.filter--openable .filter__label:hover,
.filter--dummy .filter__label:focus,
.filter--dummy .filter__label:hover,
.filter--search-text .filter__label:focus,
.filter--search-text .filter__label:hover {
  background-color: #fff;
}

.filter--openable .dropdown-item,
.filter--dummy .dropdown-item,
.filter--search-text .dropdown-item {
  margin-right: 0.9375rem;
}

.filter--openable .dropdown-item label,
.filter--dummy .dropdown-item label,
.filter--search-text .dropdown-item label {
  display: inline-block;
  font-weight: normal;
  font-size: 0.875rem;
  color: #002c5f;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.filter--openable .dropdown-item.nesting_level_1,
.filter--dummy .dropdown-item.nesting_level_1,
.filter--search-text .dropdown-item.nesting_level_1 {
  margin-left: 0.9375rem;
}

.filter--openable .dropdown-item.nesting_level_2,
.filter--dummy .dropdown-item.nesting_level_2,
.filter--search-text .dropdown-item.nesting_level_2 {
  margin-left: 1.875rem;
}

.filter--openable .dropdown-item.nesting_level_3,
.filter--dummy .dropdown-item.nesting_level_3,
.filter--search-text .dropdown-item.nesting_level_3 {
  margin-left: 2.8125rem;
}

.filter--openable .dropdown-item.nesting_level_4,
.filter--dummy .dropdown-item.nesting_level_4,
.filter--search-text .dropdown-item.nesting_level_4 {
  margin-left: 3.75rem;
}

.filter--openable .dropdown-item.nesting_level_5,
.filter--dummy .dropdown-item.nesting_level_5,
.filter--search-text .dropdown-item.nesting_level_5 {
  margin-left: 4.6875rem;
}

.filter--openable .dropdown-item .dropdown-nesting-expand,
.filter--dummy .dropdown-item .dropdown-nesting-expand,
.filter--search-text .dropdown-item .dropdown-nesting-expand {
  float: right;
}

.filter--openable .dropdown-item .dropdown-nesting-expand svg,
.filter--dummy .dropdown-item .dropdown-nesting-expand svg,
.filter--search-text .dropdown-item .dropdown-nesting-expand svg {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 0.9375rem;
}

.filter--openable .dropdown-item .dropdown-nesting-expand :hover,
.filter--dummy .dropdown-item .dropdown-nesting-expand :hover,
.filter--search-text .dropdown-item .dropdown-nesting-expand :hover {
  cursor: pointer;
}

.filter--openable .dropdown-item.nesting_level_0 > label,
.filter--dummy .dropdown-item.nesting_level_0 > label,
.filter--search-text .dropdown-item.nesting_level_0 > label {
  font-weight: bold;
}

.filter--openable .dropdown-item.nesting_level_undefined > label,
.filter--dummy .dropdown-item.nesting_level_undefined > label,
.filter--search-text .dropdown-item.nesting_level_undefined > label {
  font-weight: bold;
}

.filter--openable .filter__content,
.filter--dummy .filter__content,
.filter--search-text .filter__content {
  display: block;
  background: #fff;
  padding: 0.9375rem 0 0.9375rem 0.9375rem;
  position: absolute;
  top: 2.8125rem;
  left: 80%;
  -webkit-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 9;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(0, 44, 95, 0.2);
  border-radius: 0.1875rem;
  max-width: 15.625rem;
  min-width: 15.625rem;
  width: 15.625rem;
  max-height: 25rem;
  overflow: auto;
}

@media (min-width: 28.125em) {
  .filter--openable .filter__content,
  .filter--dummy .filter__content,
  .filter--search-text .filter__content {
    max-width: none;
    min-width: none;
    width: auto;
    max-height: none;
    overflow: visible;
  }
}

.filter--openable .filter__content::after,
.filter--dummy .filter__content::after,
.filter--search-text .filter__content::after {
  content: '';
  position: absolute;
  top: -0.625rem;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #fff transparent;
}

@media (min-width: 28.125em) {
  .filter--openable .filter__content > div,
  .filter--dummy .filter__content > div,
  .filter--search-text .filter__content > div {
    width: 18.75rem;
    max-width: 18.75rem;
    overflow-y: auto;
  }
}

.filter--openable .filter__content.range,
.filter--dummy .filter__content.range,
.filter--search-text .filter__content.range {
  padding: 0.9375rem;
}

.filter--openable .filter__content.range > div,
.filter--dummy .filter__content.range > div,
.filter--search-text .filter__content.range > div {
  overflow-y: visible;
}

.filter--openable .filter__title,
.filter--dummy .filter__title,
.filter--search-text .filter__title {
  margin-bottom: 1.25rem;
}

.filter--openable .vue-slider-component,
.filter--dummy .vue-slider-component,
.filter--search-text .vue-slider-component {
  margin: 2.5rem 0 1.25rem;
}

.filter--openable .vue-slider-component .vue-slider-tooltip,
.filter--dummy .vue-slider-component .vue-slider-tooltip,
.filter--search-text .vue-slider-component .vue-slider-tooltip {
  color: #002c5f;
  background-color: transparent;
  border: 0;
}

.filter--openable .vue-slider-component .vue-slider-tooltip::before,
.filter--dummy .vue-slider-component .vue-slider-tooltip::before,
.filter--search-text .vue-slider-component .vue-slider-tooltip::before {
  display: none;
}

.filter--openable .vue-slider-component .vue-slider-process,
.filter--dummy .vue-slider-component .vue-slider-process,
.filter--search-text .vue-slider-component .vue-slider-process {
  background-color: #196b6f;
}

@media (min-width: 40em) {
  .filter--openable .dropdown,
  .filter--dummy .dropdown,
  .filter--search-text .dropdown {
    left: 200%;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .filter--openable .dropdown::after,
  .filter--dummy .dropdown::after,
  .filter--search-text .dropdown::after {
    left: 20%;
  }
}

.search-module.search-running .search-info__total-amount,
.search-module.search-running .search-info__remove-filters {
  display: none;
}

.search-module.search-running .search-module__results {
  opacity: 0.1;
}

.search-module .loader,
.search-module .loader::after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}

.search-module .loader {
  margin: 1em auto;
  font-size: 0.5em;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999em;
  border-top: 1em solid #e8f1f4;
  border-right: 1em solid #e8f1f4;
  border-bottom: 1em solid #e8f1f4;
  border-left: 1em solid #196b6f;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
       -o-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.search-mobile-btn {
  display: none;
}

.search-module .search-info .info-filter--mobile {
  display: none;
}

@media (max-width: 28.125em) {
  .search-mobile-btn {
    display: block;
  }

  .search-mobile-btn__filter {
    display: block;
    width: 100%;
    height: 2.75rem;
    border-radius: 0.125rem;
    background-color: #dce9ed;
    color: #002c5f;
    text-align: center;
    padding-top: 0.625rem;
    font-weight: 600;
  }

  .filter-popup {
    overflow-y: scroll;
    background: #e8f1f4;
    padding: 4rem 2rem;
  }

  .filter-popup.search-filters--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .filter-popup .filter-popup__bar {
    position: fixed;
    left: 0;
    z-index: 1002;
    width: 100vw;
    height: 3.9375rem;
    padding: 0 2rem;
  }

  .filter-popup .filter-popup__bar--top {
    top: 0;
    background-color: #e8f1f4;
  }

  .filter-popup .filter-popup__bar--bottom {
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.1);
  }

  .filter-popup .filter-popup__header {
    font-size: 1rem;
    font-weight: 600;
    color: #196b6f;
    text-align: center;
    margin-top: 1rem;
  }

  .filter-popup .filter-popup__remove-filters {
    position: absolute;
    bottom: 1.5rem;
    color: #196b6f;
    font-weight: 600;
  }

  .filter-popup .filter-popup__button {
    float: right;
    padding: 0.625rem 1.25rem;
  }

  .filter-popup .filter--open .filter__label {
    background-color: #fff;
    border-bottom: 0;
    border-radius: 0.125rem 0.125rem 0 0;
  }

  .filter-popup .filter--openable {
    width: 100%;
  }

  .filter-popup .filter--openable .filter__content.range {
    width: 100%;
  }

  .filter-popup .filter--more {
    text-align: center;
  }

  .filter-popup .filter--search-text {
    max-width: none;
    margin-bottom: 1.25rem;
  }

  .filter-popup .filter--search-text a {
    height: 1.25rem;
  }

  .filter-popup .filter--search-text input {
    height: 2.75rem;
  }

  .filter-popup .filter__label {
    width: 100%;
    height: 2.75rem;
    line-height: 1.875rem;
  }

  .filter-popup .filter__label span {
    float: right;
  }

  .filter-popup .filter__title {
    display: none;
  }

  .filter-popup .filter__content {
    position: static;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    width: 100%;
    max-width: 100%;
    border-top: 0;
    border-radius: 0 0 0.125rem 0.125rem;
  }

  .filter-popup .filter__content label {
    margin-bottom: 1rem;
  }

  .filter-popup .filter__content .filter-button {
    display: none;
  }

  .filter-popup .filter__content::after {
    display: none;
  }

  .search-module .search-info {
    margin-top: 1.5rem;
  }

  .search-module .search-info .info-filter--mobile {
    display: inline-block;
  }

  .search-module .search-info__filters {
    display: block;
    margin: 1rem 0;
    float: none;
    text-align: center;
  }

  .search-module .search-info .info-filter label {
    font-size: 0.875rem;
    padding: 0.5rem 0;
  }

  .search-module .search-info .info-filter__radio div:last-child {
    border-right: 0;
  }

  .search-module .search-info .info-filter--desktop {
    display: none;
  }

  .search-module__pagination {
    width: 120%;
    margin-left: -10%;
  }

  .search-module .pagination-link a {
    display: inline-block;
    margin-bottom: 0.625rem;
    padding: 0.5rem;
    margin-right: 0.125rem;
    border-radius: 0.125rem;
    border: solid 1px rgba(0, 44, 95, 0.2);
  }

  .search-module .pagination-link.next-page::after {
    margin-right: 0.25rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .search-module .pagination-link.previous-page::before {
    margin-right: 0.25rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}

.search-teaser {
  margin-bottom: 1rem;
}

.post-type-archive-blog .search-module .filter-bar,
.post-type-archive-blog .search-module .search-mobile-btn,
.post-type-archive-blog .search-module .search-info {
  display: none !important;
}

.post-type-archive-podcast .search-module .filter-bar,
.post-type-archive-podcast .search-module .search-mobile-btn,
.post-type-archive-podcast .search-module .search-info {
  display: none !important;
}

.post-type-archive-event .search-module .filter-bar,
.post-type-archive-event .search-module .search-mobile-btn,
.post-type-archive-event .search-module .search-info {
  display: none !important;
}

.post-type-archive-announcement .search-module .filter--dropdown {
  display: none !important;
}

.dropdown__option {
  display: none;
}

.dropdown__option.open {
  display: block;
}

.notification-hash {
  font-weight: 300;
  font-size: 1.625rem;
  color: #666;
  margin-bottom: 2rem;
}

.notification-subs fieldset {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.notification-subs h3 {
  margin-top: 0.625rem;
}

.notification-subs legend {
  margin: 0;
}

.subscription-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 2rem;
  padding: 0;
  border: 0;
}

.subscription-types__tab {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #eee;
  color: #666;
}

.subscription-types__tab label {
  font-weight: 600;
}

.subscription-types__tab input {
  opacity: 0;
  width: 0;
}

.subscription-types__tab input:focus + label {
  font-weight: bold;
  text-decoration: underline;
}

.subscription-types__tab.active {
  border-bottom: 2px solid #196b6f;
  color: #002c5f;
}

.subscription {
  margin-right: 1.25rem;
}

.subscription h2 {
  width: 100%;
  margin-bottom: 1.5rem;
}

.subscription h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.375rem;
}

.subscription__term {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.notification-frequency {
  margin-bottom: 2rem;
  margin-top: 0.625rem;
}

.notification-frequency h2 {
  width: 100%;
  margin-bottom: 1.5rem;
}

.notification-frequency__tab {
  color: #002c5f;
  margin-bottom: 0.5rem;
}

.notification-frequency__tab label {
  display: inline;
  font-weight: 400;
  margin: 0.5rem;
}

.notification-frequency__tab input:focus + label {
  font-weight: bold;
}

.notification-frequency__tab.active {
  color: #002c5f;
}

.notification-email h3 {
  width: 100%;
  margin-bottom: 2.125rem;
  margin-top: 0.625rem;
}

.notification-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.notification-submit__save {
  background-color: #c50084;
  border: 0;
  margin-left: auto;
}

.notification-submit input {
  margin: 1em 0;
  padding: 1.2em 2.4em;
  border-radius: 0.125rem;
}

.notification-submit input.notification-submit__save {
  color: #fff;
}

.notification-submit input.notification-submit__save:hover {
  background-color: #df0095;
}

.notification-submit input:focus {
  font-weight: bold;
  text-decoration: underline;
  outline: 2px solid #27a7ad;
}

.subscription__term label {
  font-weight: normal;
  font-size: 0.9375rem;
  color: #002c5f;
}

.subscription__term label:focus {
  font-weight: bold;
  text-decoration: underline;
}

.subscription__term--nesting1 {
  margin-left: 0.9375rem;
}

.subscription__term--nesting2 {
  margin-left: 1.875rem;
}

.subscription__term--nesting3 {
  margin-left: 2.8125rem;
}

.subscription__term--nesting4 {
  margin-left: 3.75rem;
}

.subscription__term--nesting5 {
  margin-left: 4.6875rem;
}

.subscription__term--nesting0 label {
  font-weight: normal;
}

.subscription__term input:focus + label {
  font-weight: bold;
  text-decoration: underline;
}

.subscription__term input:checked + label .checkmark {
  background-color: #196b6f;
}

.subscription__term input:checked + label .checkmark::after {
  display: block;
}

@media (min-width: 40em) {
  .taxonomies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0;
  }
}

.notification-confirmation {
  border: solid 1px #00856f;
  background-color: rgba(0, 176, 146, 0.1);
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.notification-confirmation h5 {
  margin: 0;
  font-weight: 400;
  text-align: center;
  color: #196b6f;
}

body.valu-search-open #valu-search-container {
  top: 11.5rem;
  z-index: 10000;
}

@media (min-width: 53.125em) {
  body.valu-search-open #valu-search-container {
    top: 8.75rem;
  }
}

@media (min-width: 81.875em) {
  body.valu-search-open #valu-search-container {
    top: 10rem;
  }
}

@media (max-width: 56.25em) {
  body .js-search-form {
    display: none;
  }

  body.js-search-open .site-header .container .search-form-container {
    display: block;
  }
}


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