/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 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.
     */
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; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

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

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

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * 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-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  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 */ }

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

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

.slideup {
  opacity: 0;
  animation: slideup 0.45s ease forwards; }

.erroranimation {
  animation: erroranimation 3.5s ease-out forwards; }

.slidedowndelayed {
  opacity: 0;
  display: inline-block;
  animation: slidedownaltdelayed 0.35s ease-out forwards .25s; }

.slidedown {
  display: inline-block;
  animation: slidedown 0.35s ease-out forwards; }

.slidedownalt {
  animation: slidedownalt 0.35s ease-out forwards; }

.scalein {
  animation: scalein 0.35s ease-out forwards; }

.fadein {
  opacity: 0;
  animation: fadein 0.5s ease forwards 0.2s; }

.dot-flashing {
  width: 10px;
  height: 10px;
  margin: 20px auto;
  position: relative;
  border-radius: 5px;
  color: #6EC6AB;
  background-color: #6EC6AB;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: .5s; }

.dot-flashing::before, .dot-flashing::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0; }

.dot-flashing::before {
  width: 10px;
  height: 10px;
  left: -15px;
  border-radius: 5px;
  color: #6EC6AB;
  background-color: #6EC6AB;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s; }

.dot-flashing::after {
  width: 10px;
  height: 10px;
  left: 15px;
  border-radius: 5px;
  color: #6EC6AB;
  background-color: #6EC6AB;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s; }

@keyframes boxShadow {
  0% {
    box-shadow: 0px 0px 0px 100rem rgba(64, 64, 64, 0.15); }
  100% {
    box-shadow: 0px 0px 0px 100rem rgba(64, 64, 64, 0); } }

@keyframes dotFlashing {
  0% {
    background-color: #6EC6AB; }
  50%,
  100% {
    background-color: #CEFCEE; } }

@keyframes erroranimation {
  0% {
    transform: translateX(calc(100% + 2rem)); }
  10% {
    transform: translateX(0); }
  90% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(100% + 2rem)); } }

@keyframes fadein {
  to {
    opacity: 1; } }

@keyframes scalein {
  from {
    transform: scale(0.9); }
  to {
    transform: scale(1); } }

@keyframes slidedown {
  from {
    opacity: 0;
    transform: translateY(-5rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slidedownalt {
  from {
    opacity: 0;
    transform: translateY(-0.5rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slidedownaltdelayed {
  from {
    opacity: 0;
    transform: translateY(-2rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slidedownlittlebit {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(0.5rem); }
  100% {
    transform: translateY(0); } }

@keyframes slideup {
  from {
    opacity: 0;
    transform: translateY(0.5rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

* {
  box-sizing: border-box; }

html {
  font-size: 100%;
  background-color: #F6F7EB; }

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #212121;
  background-color: #F6F7EB;
  overflow-x: hidden; }

h1, h2, h3, .elm-lightbox__figure__figcaption p:first-child, h4, h5, h6 {
  font-family: "Quatro Sans W00", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.4; }

h1 {
  margin: .25rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  margin: .25rem 0;
  font-size: 1.3rem;
  font-weight: 500; }
  @media (min-width: 768px) {
    h2 {
      font-size: 1.5rem; } }

h3, .elm-lightbox__figure__figcaption p:first-child {
  margin: .25rem 0 .5rem;
  font-size: 1.1rem;
  font-weight: 500; }

h4 {
  font-size: 1rem;
  font-weight: 600; }
  @media (min-width: 768px) {
    h4 {
      font-size: 1.5rem; } }

h5 {
  margin: .25rem 0;
  font-size: .9rem;
  font-weight: 500; }
  @media (min-width: 768px) {
    h5 {
      margin: .15rem 0;
      font-size: 1.15rem; } }

h6 {
  margin: .15rem 0;
  font-family: "Quatro Sans W00", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 700; }

p {
  margin: 1em 0; }

a {
  color: currentColor; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

address {
  font-style: normal; }
  address a {
    box-shadow: 0 1px 0 0 currentColor; }
    @media not all and (pointer: coarse) {
      address a:hover, address a:active, address a:focus, address a:focus:active {
        box-shadow: none; } }

blockquote {
  margin: 1em 1.5em; }
  @media (min-width: 768px) {
    blockquote {
      margin: 2em 3.5em; } }

figure {
  margin: 2em 0;
  display: table;
  position: relative; }
  figure img {
    max-width: 100%; }
  @media (min-width: 480px) {
    figure.small {
      max-width: 40%; }
      figure.small.align-left {
        margin: 1.5rem 2rem 0 0;
        float: left; }
      figure.small.align-right {
        margin: 1.5rem 0 0 2rem;
        float: right; } }
  @media (min-width: 768px) {
    figure.small {
      max-width: 35%; }
    figure.middle {
      max-width: 50%; }
    figure.small.align-left, figure.middle.align-left {
      margin: 1.5rem 2.5rem 0 0;
      float: left; }
    figure.small.align-right, figure.middle.align-right {
      margin: 1.5rem 0 0 2.5rem;
      float: right; } }

figcaption {
  display: table-caption;
  font-style: italic;
  text-align: left;
  caption-side: bottom; }
  figcaption p {
    margin: 0;
    display: inline-block;
    font-size: .9em;
    text-align: left; }

.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden; }

.focusable:focus {
  width: auto !important;
  height: auto !important;
  padding: .5rem 2rem !important;
  display: block;
  position: fixed !important;
  top: 0;
  left: 50%;
  clip: auto;
  text-align: center;
  color: #212121;
  background: #FFFFFF;
  overflow: visible;
  transform: translateX(-50%);
  z-index: 2000; }

.skip-link {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .25px;
  line-height: 2.5rem;
  text-align: center;
  text-decoration: underline;
  text-transform: none;
  transform: translateX(-50%) translateY(-100%);
  transition: transform .2s; }
  .skip-link:focus {
    transform: translateX(-50%) translateY(0); }

.hide-print {
  display: none; }

.publisher-link {
  color: #FFFFFF; }

.error {
  width: 90%;
  max-width: 50rem;
  padding: 2rem;
  margin: 10rem auto 10rem;
  border-radius: 4px;
  color: #404040;
  background: #FFFFFF; }
  .error p {
    margin-top: 2rem; }

.google-map {
  width: 100%;
  height: 80vh;
  display: block; }

.title {
  margin: .25em 0 0;
  color: #292C2F; }

.subtitle {
  margin: .25em 0;
  font-size: 1.25em;
  color: #6B6B6B; }
  @media (min-width: 768px) {
    .subtitle {
      font-size: 1.5em; } }

.summary {
  margin-top: 1.75em;
  font-weight: 700;
  color: #404040; }

.body-text {
  color: #404040; }
  .body-text p {
    margin: .5em 0; }
  .body-text h2, .body-text h3, .body-text .elm-lightbox__figure__figcaption p:first-child, .elm-lightbox__figure__figcaption .body-text p:first-child {
    margin: 1.5em 0 .5em;
    color: #15745D; }
  .body-text ul, .body-text ol {
    padding-left: 1.5em;
    margin: .75em 0; }
    .body-text ul li, .body-text ol li {
      padding-left: 0; }
      .body-text ul li + li, .body-text ol li + li {
        margin-top: .5em; }
  .body-text ol {
    list-style: decimal; }
  .body-text ul {
    list-style: disc; }
  .body-text a {
    text-decoration: none;
    color: #AF6708; }
    .body-text a:hover {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .body-text ul, .body-text ol {
      padding-left: 2.5em;
      margin: 1em 0; }
      .body-text ul li, .body-text ol li {
        padding-left: .5em; }
        .body-text ul li + li, .body-text ol li + li {
          margin-top: .75em; } }

.scroll-cancel-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }

.card {
  position: relative; }

.card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .card__link.-person {
    left: -3rem; }
    .card__link.-person:after {
      width: calc(100% - 3rem);
      height: .5rem;
      left: 3rem; }
  .card__link:after {
    content: "";
    width: 90%;
    height: .33rem;
    position: absolute;
    bottom: -.33rem;
    left: 5%;
    border-radius: 0 0 .5rem .5rem;
    background-color: #4CC9AA;
    transition: background-color .2s; }
  @media not all and (pointer: coarse) {
    .card__link:hover:after, .card__link:active:after, .card__link:focus:after, .card__link:focus:active:after {
      background-color: #1A886C; }
    .card__link:hover.-person:after, .card__link:active.-person:after, .card__link:focus.-person:after, .card__link:focus:active.-person:after {
      background-color: #E5E3E0; } }

.card-person {
  padding: 3.5rem 1rem 1rem 1rem;
  margin-bottom: 5rem;
  display: block;
  position: relative;
  border-radius: 0 0 .25rem .25rem;
  text-decoration: none;
  background: #FFFFFF; }
  @media (min-width: 768px) {
    .card-person {
      padding: 1.5rem 1rem 1rem 5rem;
      margin-bottom: 3rem; } }

.card-person__sources {
  padding: 0;
  margin-top: 1rem; }

.card-person__source {
  padding: .25rem .5rem;
  margin: 0 .5rem .5rem 0;
  display: inline-block;
  font-size: .75rem;
  background: #E5E3E0; }

.card-person__avatar {
  position: absolute;
  top: -2.25rem;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 768px) {
    .card-person__avatar {
      top: 2rem;
      left: 0; } }

.card-person__image {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 2.75rem;
  background-position: 50% 0;
  background-size: cover; }

.card-news {
  margin-bottom: 2rem;
  display: block;
  position: relative;
  text-decoration: none;
  background-color: #FFFFFF; }
  .card-news h2 {
    font-weight: 600;
    color: #404040; }
  .card-news time {
    font-weight: 600;
    color: #B2B2B2; }

.card-news__image {
  height: 15rem;
  background-position: center center;
  background-size: cover; }
  .card-news__image.-empty {
    background: #EBECDF; }

.card-news__content {
  padding: 1rem;
  text-align: center; }

.card-partner {
  min-height: 12rem;
  padding-top: 4rem;
  margin-bottom: 5rem;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF; }
  .card-partner h2 {
    font-weight: 600;
    color: #404040; }

.card-partner__image {
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  border: 0.25rem solid #F6F7EB;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%); }
  .card-partner__image.-empty {
    width: 5.5rem;
    height: 5.5rem;
    background-color: #EBECDF; }

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: inherit;
  color: #212121;
  transition: all .2s; }

.basic-search-form-wrapper {
  margin-bottom: 2rem;
  position: relative;
  z-index: 2; }

.advanced-search-form-wrapper {
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
  z-index: 3; }

.advanced-search-form-wrapper__inner {
  width: 100%;
  padding: 3rem 1rem 10rem;
  position: absolute;
  top: 0;
  left: 0; }
  @media (min-width: 768px) {
    .advanced-search-form-wrapper__inner {
      padding-top: 8rem; } }

.form {
  position: relative;
  z-index: 2; }

.form-advanced {
  width: 100%;
  max-width: 42rem;
  padding: 2rem;
  margin: 0 auto;
  position: relative;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  background: #292C2F; }
  .form-advanced h2 {
    margin: .12rem 0 1.25rem;
    text-align: left; }
  @media (min-width: 768px) {
    .form-advanced h2 {
      padding-left: 12rem; } }

input.input {
  width: 100%;
  height: 3.5rem;
  padding: 0 4rem 0 1rem;
  display: block;
  border-radius: 4px;
  font-size: 1rem;
  color: #FFFFFF;
  background: #292C2F; }
  @media (min-width: 768px) {
    input.input {
      font-size: 1.125rem; } }

.search-suggestions {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 3.5rem;
  color: #212121;
  background: #E5E3E0;
  transform: translateY(-3px); }

.search-suggestion {
  width: 100%;
  padding: .5rem 1rem;
  display: block;
  text-decoration: none; }
  .search-suggestion.-current {
    background: #D6D5D2; }

input.input-advanced {
  width: 100%;
  height: 2.5rem;
  padding: 0 .5rem;
  margin: .5rem 0;
  display: block;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  font-size: 1rem;
  color: #212121;
  background: #FFFFFF; }

.submit-button {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%); }

.submit-button-advanced {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: .6875rem 2.75rem;
  margin: 1.5rem auto .25rem;
  display: block;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 700;
  color: #212121;
  background: #cc8e3a;
  transition: background .2s; }
  @media not all and (pointer: coarse) {
    .submit-button-advanced:hover, .submit-button-advanced:active, .submit-button-advanced:focus, .submit-button-advanced:focus:active {
      background: #a8732b; } }
  @media (min-width: 768px) {
    .submit-button-advanced {
      margin: 1.5rem auto .25rem 12rem; } }

.advanced-search-open {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: .5rem 1rem;
  position: absolute;
  right: 0;
  bottom: -2rem;
  border-radius: 0 0 4px 4px;
  font-size: .9375em;
  text-decoration: none;
  text-transform: lowercase;
  color: #FFFFFF;
  background: #212121;
  z-index: -1;
  transition: background .2s; }
  @media not all and (pointer: coarse) {
    .advanced-search-open:hover, .advanced-search-open:active, .advanced-search-open:focus, .advanced-search-open:focus:active {
      background: #1A886C; } }

.advanced-search-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1rem; }
  .advanced-search-close span {
    height: 100%; }

.form-row {
  display: flex;
  flex-direction: column; }
  .form-row + .form-row {
    margin-top: .75rem; }
  @media (min-width: 768px) {
    .form-row {
      flex-direction: row;
      align-items: center; }
      .form-row + .form-row {
        margin-top: 0; } }

.form-row__label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12rem;
  flex-shrink: 0;
  text-align: left; }

.form-row__date-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  height: 2.5rem;
  padding: 0 1.5rem 0 .5rem;
  margin: .5rem 0;
  border: 0;
  border-radius: 2px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: capitalize;
  color: #212121;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 97% 50%;
  background-color: #FFFFFF; }
  .form-row__date-select:disabled {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: gray; }
  .form-row__date-select:nth-of-type(2) {
    margin: .5rem .5rem; }

.input-container {
  margin: .25rem 0; }

input.input-newletter {
  width: 100%;
  height: 2.5rem;
  padding: .25rem;
  border-bottom: 1px solid;
  color: #FFFFFF;
  background: transparent;
  transition: background .2s; }
  input.input-newletter::placeholder {
    opacity: .75;
    color: currentColor; }
  @media not all and (pointer: coarse) {
    input.input-newletter:hover, input.input-newletter:active, input.input-newletter:focus, input.input-newletter:focus:active {
      background: rgba(255, 255, 255, 0.1);
      outline: none; } }

.submit-newletter {
  height: 2rem;
  margin: 1rem 0 0 auto;
  display: flex; }
  .submit-newletter .icon-arrow-long {
    margin: .125rem 0 0 .5rem; }
  @media not all and (pointer: coarse) {
    .submit-newletter:hover, .submit-newletter:active, .submit-newletter:focus, .submit-newletter:focus:active {
      text-decoration: underline; } }

button {
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: currentColor;
  background-color: transparent;
  overflow: visible;
  cursor: pointer; }

.keyword-tag {
  padding: .25rem .5rem;
  margin: 0 .5rem .5rem 0;
  display: inline-block;
  font-size: .8125em;
  font-weight: 600;
  text-decoration: none;
  color: rgba(33, 33, 33, 0.7);
  background-color: rgba(33, 33, 33, 0.1);
  transition: background .2s; }
  @media not all and (pointer: coarse) {
    .keyword-tag:hover, .keyword-tag:active, .keyword-tag:focus, .keyword-tag:focus:active {
      color: #FFFFFF;
      background: #1A886C; } }

.hamburger {
  padding: .5rem; }
  .hamburger.is-open {
    background: transparent;
    transition: background 0s; }
    .hamburger.is-open .hamburger-layer {
      transform: rotate(225deg);
      transition: transform 0.3s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .hamburger.is-open .hamburger-layer:before {
        top: 0;
        transition: top 0.15s ease-out; }
      .hamburger.is-open .hamburger-layer:after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.15s ease-out, transform 0.3s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger-box {
  width: 1.125rem;
  height: 16px;
  display: inline-block;
  position: relative; }

.hamburger-layer {
  width: 1.125rem;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 5px;
  background: #212121;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger-layer:before, .hamburger-layer:after {
    content: '';
    width: inherit;
    height: inherit;
    display: block;
    position: absolute;
    border-radius: inherit;
    background: inherit; }
  .hamburger-layer:before {
    top: -7px;
    transition: top 0.22s 0.3s ease-in; }
  .hamburger-layer:after {
    bottom: -7px;
    transition: bottom 0.22s 0.3s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.icon:not(.event__header__icon):not(.info-box__icon) {
  display: block; }
  .icon:not(.event__header__icon):not(.info-box__icon) img {
    width: 100%; }

.icon-search {
  width: 2.25rem;
  height: 2.25rem; }
  .icon-search.-nav {
    width: 1.6rem;
    height: 1.6rem; }

.icon-close {
  width: .8rem;
  height: .8rem; }

.icon-person {
  width: 6.5rem;
  height: 6.5rem; }

.icon-arrow-up {
  width: 1.5rem;
  height: 1.5rem; }

.icon-arrow-down {
  width: .8rem;
  height: .8rem; }
  @media (min-width: 768px) {
    .icon-arrow-down {
      width: 1.3rem;
      height: 2rem; } }

.main-wrapper {
  width: 90%;
  max-width: 60rem;
  margin: 0 auto; }

.video-wrapper {
  width: 100%;
  padding-top: 56.25%;
  margin: 1.5em 0;
  display: inline-block;
  position: relative; }
  .video-wrapper iframe, .video-wrapper video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.loading {
  height: 100vh; }

.loader-wrapper {
  position: absolute;
  top: 12rem;
  left: calc(50% - 5px);
  z-index: 4; }

.nav {
  width: 100%;
  padding: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }
  .nav.is-open {
    z-index: 4; }
  @media (min-width: 768px) {
    .nav {
      padding: 0 2rem; } }

.nav__logo span {
  height: 2.5rem;
  padding: .6rem .5rem;
  display: inline-block;
  border-radius: 0 0 4px 4px;
  background-color: #393E41; }

.nav__logo h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  border-bottom: 2px solid #4CC9AA;
  font-size: 1.1rem;
  color: #FFFFFF; }

@media (min-width: 768px) {
  .nav__logo span {
    height: 3.5rem;
    padding: .75rem 1.75rem; }
  .nav__logo h1 {
    font-size: 1.5rem; } }

.nav__items {
  height: 2.5rem;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0 0 4px 4px;
  font-size: 1.5rem;
  background: #FFFFFF;
  z-index: 2; }
  .nav__items.is-open {
    background: #393E41; }
    .nav__items.is-open .nav__item {
      opacity: 0;
      pointer-events: none; }
      .nav__items.is-open .nav__item:last-child {
        opacity: 1;
        border: 0;
        pointer-events: all; }
        .nav__items.is-open .nav__item:last-child > span {
          opacity: 0; }
        .nav__items.is-open .nav__item:last-child .hamburger-layer {
          background: #FFFFFF; }
  @media (min-width: 768px) {
    .nav__items {
      height: 3.5rem;
      right: 2rem; } }

.nav__item__menu__text,
.nav__item__search__text {
  display: none; }
  @media (min-width: 768px) {
    .nav__item__menu__text,
    .nav__item__search__text {
      display: block; } }

.nav__item {
  padding: .25rem .75rem;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: .5625em;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase; }
  .nav__item button {
    padding: .5rem;
    font-weight: inherit; }
  .nav__item + .nav__item {
    border-left: 1px solid #E5E3E0; }
  @media (min-width: 480px) {
    .nav__item {
      flex: auto; }
      .nav__item:first-of-type {
        padding: .25rem 1.5rem; }
      .nav__item .icon {
        margin-left: .5rem; } }

.nav__langswitch span {
  color: #767665;
  transition: color .2s; }
  .nav__langswitch span.active {
    color: #212121; }
  .nav__langswitch span + span {
    margin-left: .5rem; }

.nav__langswitch:hover span {
  color: #212121; }

.nav__list-container {
  width: 100vw;
  height: 100vh;
  padding-top: 20vh;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #393E41;
  z-index: -1; }
  .nav__list-container .nav__logo {
    position: fixed;
    top: 0;
    left: 0; }
    @media (min-width: 768px) {
      .nav__list-container .nav__logo {
        left: 2rem; } }

.nav__list {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Quatro Sans W00", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.33em;
  color: #FFFFFF; }
  .nav__list a {
    margin: .33em 0;
    display: inline-block;
    text-decoration: none;
    transition: box-shadow .1s; }
    @media not all and (pointer: coarse) {
      .nav__list a:hover, .nav__list a:active, .nav__list a:focus, .nav__list a:focus:active {
        box-shadow: 0 0.25rem 0 0 #4CC9AA; } }
  @media (min-width: 480px) {
    .nav__list {
      font-size: 2em; } }

.header {
  padding: 5rem 1rem 2.625rem;
  position: relative;
  border-bottom: 0.5rem solid #4CC9AA;
  background: #393E41;
  overflow: hidden; }
  @media (min-width: 768px) {
    .header {
      padding: 7rem 1rem 3rem 9rem;
      border-width: 1rem; } }
  @media (min-width: 1024px) {
    .header {
      padding-top: 9rem; } }

.basic-header {
  min-height: 15rem;
  padding: 7rem 2rem .25rem;
  text-align: center;
  background-color: #393E41; }
  @media (min-width: 44.44444rem) {
    .basic-header {
      padding-right: calc((100vw - 40rem) / 2);
      padding-left: calc((100vw - 40rem) / 2); } }
  @media (min-width: 768px) {
    .basic-header {
      min-height: 17rem;
      padding-top: 8rem;
      padding-bottom: 2rem; } }

.cards-header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .cards-header h1, .cards-header h2 {
    max-width: 40rem;
    margin: 0 auto .75em;
    color: #FFFFFF; }
  .cards-header h2 {
    margin: 1em auto 2em;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.125em;
    font-style: italic;
    font-weight: 400; }
  @media (min-width: 768px) {
    .cards-header h2 {
      margin: 1.5em auto;
      font-size: 1.25em; } }

.header__figure-accessible {
  max-width: calc(100% - 2rem);
  margin: 0;
  position: absolute;
  top: calc(100vh - 24.5rem);
  right: 1rem;
  transform: translateY(-100%); }
  .header__figure-accessible figcaption {
    padding: .5rem 1rem;
    display: block;
    font-size: .875rem;
    font-style: normal;
    color: #393E41;
    background-color: rgba(255, 255, 255, 0.6); }
  @media (min-width: 768px) {
    .header__figure-accessible {
      max-width: 11rem;
      margin: 0;
      position: absolute;
      top: auto;
      right: 2rem;
      bottom: -1.5rem;
      transform: translateY(100%); }
      .header__figure-accessible figcaption {
        background-color: transparent; } }
  @media (min-width: 1024px) {
    .header__figure-accessible {
      max-width: none; } }

.header__subnav {
  display: none;
  transition: opacity .2s; }
  .header__subnav.is-hidden {
    opacity: 0;
    pointer-events: none; }
  .header__subnav button {
    transition: color .2s, border-color .2s; }
    @media not all and (pointer: coarse) {
      .header__subnav button:hover, .header__subnav button:active, .header__subnav button:focus, .header__subnav button:focus:active {
        border-color: #212121;
        color: #FFFFFF; } }
  @media (min-width: 768px) {
    .header__subnav {
      display: flex;
      justify-content: flex-start;
      position: absolute;
      right: 6rem;
      bottom: .5rem; }
      .header__subnav button {
        padding: .5em;
        margin-right: 1rem;
        font-size: .875em;
        color: #cecac4; } }
  @media (min-width: 1024px) {
    .header__subnav {
      width: 8rem;
      flex-direction: column;
      right: 0;
      bottom: 5rem; }
      .header__subnav.is-hidden {
        opacity: 1;
        pointer-events: all; }
      .header__subnav button {
        padding: .25em .75em .75em;
        margin: .5rem 0 0 0;
        border-bottom: 2px solid #292C2F;
        font-size: .9375em;
        text-align: left; } }

.header__inner {
  max-width: 40rem;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    .header__inner {
      padding: 0 3rem 0 8rem; } }
  @media (min-width: 1024px) {
    .header__inner {
      min-height: 8rem; } }

.header__avatar {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 2rem;
  position: relative;
  border-radius: 3rem;
  background: #212121;
  overflow: hidden;
  z-index: 1; }
  .header__avatar .avatar-image {
    width: 6rem;
    height: 6rem;
    background-position: 50% 0;
    background-size: cover; }
  .header__avatar .avatar-fallback {
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background-position: 50% 0;
    background-size: cover;
    transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .header__avatar {
      position: absolute;
      top: 1rem;
      left: .16rem; } }

@media (min-width: 768px) {
  .header__avatar-line {
    width: .33rem;
    height: 100%;
    display: block;
    position: absolute;
    bottom: -4rem;
    left: 3.16rem;
    background: #212121;
    transform: translateX(-50%); } }

.header__social {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 44, 47, 0.8);
  transform: translateX(calc(100% - 6rem));
  transition: transform .25s; }
  .header__social button {
    width: 6rem;
    padding: .75rem 0;
    font-size: .875em;
    color: #D6D5D2;
    transform: translateY(-2px);
    transition: color .2s; }
    .header__social button:hover {
      color: #FFFFFF; }
  .header__social a {
    padding: .5rem 1rem;
    display: block;
    transform: translateY(1px); }
    .header__social a:hover {
      opacity: .75; }
  .header__social img {
    max-width: 1rem;
    height: 1rem; }
  .header__social ul {
    display: flex; }
  @media (min-width: 1024px) {
    .header__social {
      transform: translateX(calc(100% - 8rem)); }
      .header__social button {
        width: 8rem;
        padding-left: 1rem;
        text-align: left; } }

.header__social.is-open {
  transform: translateX(0); }

.header__content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF; }
  .header__content h2 {
    font-size: 1.3rem; }
    @media (min-width: 768px) {
      .header__content h2 {
        font-size: 1.5rem; } }
  .header__content h5 {
    font-size: .9rem; }
    @media (min-width: 768px) {
      .header__content h5 {
        font-size: 1.15rem; } }
  .header__content span {
    font-size: .87rem; }
    @media (min-width: 768px) {
      .header__content span {
        font-size: inherit; } }

.header__content__keywords {
  margin-top: 1em; }
  .header__content__keywords li {
    display: inline; }
  .header__content__keywords .keyword-tag {
    color: #FFFFFF;
    background-color: #292C2F; }
    @media not all and (pointer: coarse) {
      .header__content__keywords .keyword-tag:hover, .header__content__keywords .keyword-tag:active, .header__content__keywords .keyword-tag:focus, .header__content__keywords .keyword-tag:focus:active {
        background: #1A886C; } }

.footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-size: .9375em; }

.footer__inner-top,
.footer__inner-bottom {
  padding-right: 5%;
  padding-left: 5%;
  display: flex;
  flex-direction: column; }
  @media (min-width: 66.66667rem) {
    .footer__inner-top,
    .footer__inner-bottom {
      padding-right: calc((100vw - 60rem) / 2);
      padding-left: calc((100vw - 60rem) / 2); } }
  @media (min-width: 768px) {
    .footer__inner-top,
    .footer__inner-bottom {
      flex-direction: row; } }

.footer__inner-top {
  width: 100%;
  color: #FFFFFF;
  background: #1A886C; }
  .footer__inner-top section {
    margin: 2rem 0 0;
    display: flex;
    flex-direction: column; }
    .footer__inner-top section:last-of-type {
      margin-bottom: 2rem; }
  .footer__inner-top ul {
    margin-top: .5rem; }
    .footer__inner-top ul li {
      margin: .25rem 0; }
  @media (min-width: 768px) {
    .footer__inner-top {
      flex-wrap: wrap; }
      .footer__inner-top section {
        width: 35%; }
        .footer__inner-top section:first-of-type {
          width: 100%; }
        .footer__inner-top section:last-of-type {
          margin-left: 2rem; } }
  @media (min-width: 1024px) {
    .footer__inner-top {
      flex-wrap: nowrap; }
      .footer__inner-top section {
        width: calc(30% - 1.334rem);
        margin: 2rem 0; }
        .footer__inner-top section:first-of-type {
          width: calc(40% - 1.334rem);
          padding-right: 2rem; }
        .footer__inner-top section + section {
          padding-top: 5rem;
          margin-left: 2rem; } }

.footer__colofon a,
.footer__menu a {
  text-decoration: underline; }
  @media not all and (pointer: coarse) {
    .footer__colofon a:hover, .footer__colofon a:active, .footer__colofon a:focus, .footer__colofon a:focus:active,
    .footer__menu a:hover,
    .footer__menu a:active,
    .footer__menu a:focus,
    .footer__menu a:focus:active {
      text-decoration: none; } }

@media (min-width: 1024px) {
  .footer__newsletter form {
    margin-top: 1rem; } }

.footer__inner-top__logo {
  align-self: flex-start;
  position: relative; }
  .footer__inner-top__logo img {
    width: auto;
    height: 3.75rem;
    display: block; }
  .footer__inner-top__logo a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.footer__inner-bottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #393E41;
  background: #4CC9AA; }
  @media (min-width: 768px) {
    .footer__inner-bottom {
      flex-wrap: wrap;
      justify-content: space-between; } }

.footer-glami {
  width: 100%; }
  .footer-glami img {
    margin: 2rem 0;
    display: block; }
  @media (min-width: 1024px) {
    .footer-glami {
      width: auto; } }

@media (min-width: 480px) {
  .footer-sponsors {
    display: flex; }
    .footer-sponsors .footer-sponsor + .footer-sponsor {
      margin-left: 3.5rem; } }

.footer-sponsor {
  margin: 2rem 0;
  position: relative; }
  .footer-sponsor img {
    max-width: 100%;
    max-height: 4.5rem; }
  .footer-sponsor:last-of-type img {
    max-height: 6rem; }
  .footer-sponsor a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.home {
  background: #F6F7EB; }

.header-home {
  height: 100vh;
  min-height: 26rem;
  position: relative;
  border-bottom: 1rem solid #4CC9AA;
  background-color: #393E41; }
  @media (min-width: 480px) {
    .header-home {
      height: calc(100vh - 7rem); } }

.header-home__image {
  width: 100%;
  height: calc(100% - 10rem);
  position: relative;
  background-position: center;
  background-size: cover; }
  @media (min-width: 768px) {
    .header-home__image {
      height: 100%; } }

.home-intro {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  padding: 2rem 1rem;
  position: absolute;
  bottom: 0;
  border-bottom: 0.5rem solid #4CC9AA;
  color: #FFFFFF;
  background: #393E41; }
  @media (min-width: 768px) {
    .home-intro {
      width: 35rem;
      padding: 3rem 4rem 2rem 4rem;
      bottom: -5rem;
      border: 0;
      z-index: 3; } }

.home-intro__title {
  padding: 1rem;
  position: absolute;
  top: -2rem;
  font-size: 1.5rem;
  line-height: .75;
  background: #4CC9AA; }
  @media (min-width: 768px) {
    .home-intro__title {
      padding: 1rem;
      top: -2.75rem;
      top: -2rem;
      font-size: 2rem; } }

.home-intro__summary {
  margin: 1rem 0 1.75rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .home-intro__summary {
      font-size: 1.25rem; } }

.search-form-container .basic-search-form-wrapper {
  width: 100%;
  margin: 0; }

.home-intro__sources {
  margin-top: 3rem; }
  .home-intro__sources a {
    text-decoration: none;
    color: #4CC9AA;
    transition: color .2s; }
    @media not all and (pointer: coarse) {
      .home-intro__sources a:hover, .home-intro__sources a:active, .home-intro__sources a:focus, .home-intro__sources a:focus:active {
        color: #F9AA40; } }
  @media (min-width: 768px) {
    .home-intro__sources {
      margin-top: 1rem; } }

.home-search-results {
  width: calc(100% - 2rem);
  max-width: 50rem;
  min-height: 20rem;
  margin: 1rem auto; }
  .home-search-results h4 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: .5rem;
    margin-bottom: 3rem;
    display: inline-block;
    color: #FFFFFF;
    background: #4CC9AA; }
  @media (min-width: 768px) {
    .home-search-results {
      width: calc(100% - 8rem);
      margin-top: 7rem; } }

.home-news {
  padding: 0 0 3rem; }
  @media (min-width: 768px) {
    .home-news {
      padding: 2rem 0 4rem; } }

.home-news__title {
  font-size: 1.75rem;
  font-weight: 300;
  text-align: center; }
  @media (min-width: 768px) {
    .home-news__title {
      font-size: 2.25rem; } }

.home-news__pagelink {
  display: flex;
  justify-content: center; }
  .home-news__pagelink a {
    padding: .25rem .75rem;
    text-decoration: none;
    color: #15745D; }
    @media not all and (pointer: coarse) {
      .home-news__pagelink a:hover, .home-news__pagelink a:active, .home-news__pagelink a:focus, .home-news__pagelink a:focus:active {
        background-color: #EBECDF; } }

.search {
  background: #F6F7EB; }

.search-results {
  width: 100%;
  max-width: 50rem;
  min-height: 50vh;
  margin: 0 auto;
  position: relative; }

.search-results__header {
  width: 100%;
  color: #FFFFFF; }

.search-results__header__title {
  padding: .5rem;
  position: absolute;
  top: -1.75rem;
  left: 2rem;
  line-height: 1.25;
  background: #292C2F; }
  @media (min-width: 768px) {
    .search-results__header__title {
      padding: 1rem;
      top: -3rem; } }

.search-results__cards {
  padding: 0 2rem; }

.scroll-to-top-button {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  border: 0.25rem solid #4CC9AA;
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  transform: translateY(4rem);
  transition: transform .25s; }
  @media not all and (pointer: coarse) {
    .scroll-to-top-button:hover, .scroll-to-top-button:active, .scroll-to-top-button:focus, .scroll-to-top-button:focus:active {
      padding-bottom: .25rem; } }
  @media (min-width: 1280px) {
    .scroll-to-top-button {
      right: 2rem;
      box-shadow: none; } }

.search-results__header__content {
  width: 100%;
  padding: 1.25rem 2rem 3.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1rem;
  color: #404040; }
  .search-results__header__content span, .search-results__header__content i, .search-results__header__content select {
    margin: .25rem 0; }
  @media (min-width: 768px) {
    .search-results__header__content {
      padding-bottom: 2.5rem; } }

.active-params {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 2.75rem 0 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .active-params .keyword-tag {
    color: #FFFFFF;
    background-color: #292C2F;
    display: flex;
    align-items: center;
    line-height: 1.6; }
    .active-params .keyword-tag:after {
      content: '';
      display: inline-block;
      height: .75em;
      width: .75em;
      margin-left: .75em;
      background-image: url("/lib/dist/assets/general/close.svg");
      background-size: contain;
      background-repeat: no-repeat; }
    @media not all and (pointer: coarse) {
      .active-params .keyword-tag:hover, .active-params .keyword-tag:active, .active-params .keyword-tag:focus, .active-params .keyword-tag:focus:active {
        background: #1A886C; } }

.total-results {
  font-style: normal; }
  @media (min-width: 768px) {
    .total-results {
      max-width: 50rem; } }

.sort-results {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0;
  border: 0;
  height: 2.25em;
  margin-left: auto;
  display: flex;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: .9375em;
  padding: .5rem 1.5rem .5rem .5rem;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 97% 50%;
  background-color: #E5E3E0; }

.timeline {
  background: #F6F7EB; }

.timeline-wrapper {
  width: calc(100% - 2rem);
  min-height: 60vh;
  margin-left: 2rem;
  position: relative; }
  @media (min-width: 768px) {
    .timeline-wrapper {
      width: 100%;
      padding-left: 8rem;
      margin-left: 0; } }

.timeline__events {
  padding-top: 4rem;
  border-left: 0.33rem solid #4CC9AA; }
  .timeline__events.dateless {
    padding: 0 0 0 4rem;
    border: 0; }
  @media (min-width: 768px) {
    .timeline__events {
      max-width: 34rem;
      margin: 0 auto; } }

.timeline__events-header {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  font-weight: 300;
  text-align: center; }
  .timeline__events-header p {
    max-width: 95%; }

.timeline__bio,
.timeline__publishers,
.timeline__flag {
  width: 100%;
  padding: 2rem 5%; }
  @media (min-width: 55.55556rem) {
    .timeline__bio,
    .timeline__publishers,
    .timeline__flag {
      padding-right: calc((100vw - 50rem) / 2);
      padding-left: calc((100vw - 50rem) / 2); } }
  .timeline__bio ul,
  .timeline__publishers ul,
  .timeline__flag ul {
    margin-bottom: 1.5rem; }
  .timeline__bio a,
  .timeline__publishers a,
  .timeline__flag a {
    color: #AF6708; }
    @media not all and (pointer: coarse) {
      .timeline__bio a:hover, .timeline__bio a:active, .timeline__bio a:focus, .timeline__bio a:focus:active,
      .timeline__publishers a:hover,
      .timeline__publishers a:active,
      .timeline__publishers a:focus,
      .timeline__publishers a:focus:active,
      .timeline__flag a:hover,
      .timeline__flag a:active,
      .timeline__flag a:focus,
      .timeline__flag a:focus:active {
        text-decoration: none; } }

.timeline__bio {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #FFFFFF;
  background: #393E41; }
  .timeline__bio h2 {
    justify-content: flex-start; }
  @media (min-width: 768px) {
    .timeline__bio {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.timeline__publishers {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  background: #F6F7EB; }
  .timeline__publishers .timeline__events-header {
    justify-content: flex-start;
    text-align: left; }
  @media (min-width: 768px) {
    .timeline__publishers {
      padding-top: 4rem;
      padding-bottom: 4.5rem; } }

.timeline__publisher {
  border-bottom: 1px solid #D6D5D2;
  color: #292C2F; }
  .timeline__publisher:first-of-type {
    border-top: 1px solid #D6D5D2; }
  .timeline__publisher article {
    display: none; }
  .timeline__publisher.is-open article {
    display: block; }
  .timeline__publisher dl {
    padding: .5em;
    margin: 1.5rem 0;
    overflow-wrap: break-word; }
    @media (min-width: 1024px) {
      .timeline__publisher dl {
        columns: 2;
        column-gap: 3em; }
        .timeline__publisher dl div {
          break-inside: avoid-column; } }
  .timeline__publisher div {
    margin-bottom: 1em; }
  .timeline__publisher dt {
    font-weight: 600;
    color: #697277; }
  .timeline__publisher dd {
    margin-left: 0; }
  .timeline__publisher a {
    margin: 1em .5em 2em;
    display: block;
    font-weight: 600; }

.toggle-publisher {
  width: 100%;
  padding: .5em 2.25rem .125em .5em;
  position: relative;
  text-align: left;
  transition: background .2s; }
  .toggle-publisher h3, .toggle-publisher .elm-lightbox__figure__figcaption p:first-child, .elm-lightbox__figure__figcaption .toggle-publisher p:first-child {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #697277;
    transition: color .15s; }
  .toggle-publisher:before, .toggle-publisher:after {
    content: '';
    width: .75em;
    height: .125em;
    position: absolute;
    top: 50%;
    right: 1rem;
    background: #9da5a9;
    transform-origin: center;
    transition: transform .2s, opacity .2s; }
  .toggle-publisher:after {
    transform: rotate(90deg); }
  .toggle-publisher.is-open h3, .toggle-publisher.is-open .elm-lightbox__figure__figcaption p:first-child, .elm-lightbox__figure__figcaption .toggle-publisher.is-open p:first-child {
    color: #212121;
    transition: color .35s; }
  .toggle-publisher.is-open:before {
    opacity: 0; }
  .toggle-publisher.is-open:after {
    transform: rotate(0deg); }
  @media not all and (pointer: coarse) {
    .toggle-publisher:hover, .toggle-publisher:active, .toggle-publisher:focus, .toggle-publisher:focus:active {
      background: #EBECDF; } }

.timeline__flag {
  background: #EBECDF; }

.timeline__without-date,
.timeline__map {
  padding-top: 3rem;
  position: relative;
  border-top: 1px solid rgba(33, 33, 33, 0.1); }

.timeline__without-date {
  padding-bottom: 3rem; }

.info-box {
  width: 90%;
  max-width: 27rem;
  height: 7.5rem;
  padding: 1rem;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  border-top: 0.25rem solid #F9AA40;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  background: #FFFFFF;
  transform: translateX(-50%); }
  .info-box h3, .info-box .elm-lightbox__figure__figcaption p:first-child, .elm-lightbox__figure__figcaption .info-box p:first-child {
    font-size: .9rem; }
  .info-box time {
    display: block;
    font-size: .9rem; }
  @media (min-width: 768px) {
    .info-box {
      padding: 1.5rem 1.5rem 1.5rem 2.5rem; }
      .info-box h3, .info-box .elm-lightbox__figure__figcaption p:first-child, .elm-lightbox__figure__figcaption .info-box p:first-child {
        font-size: 1rem; } }

.info-box__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -2rem;
  left: 0; }

.info-box__close {
  padding: .5rem;
  border-radius: 3px 3px 0 0;
  background: #F9AA40; }

.info-box__anchor {
  opacity: 0; }
  .info-box__anchor:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.info-box__icon {
  width: 4rem;
  height: 4rem;
  padding: .25rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  box-shadow: -4px 0 6px -4px rgba(0, 0, 0, 0.5);
  background: #FFFFFF;
  transform: translate(-50%, -50%); }
  .info-box__icon img {
    max-width: 100%;
    margin: auto; }
  @media (min-width: 768px) {
    .info-box__icon {
      display: flex; } }

.info-box__counter {
  padding: 0 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 3px 3px 0 0;
  font-size: .9rem;
  color: #4A4A4A;
  background: #F9AA40; }
  .info-box__counter button {
    width: 1rem;
    height: 1rem;
    position: absolute;
    font-size: 1.25rem; }
    .info-box__counter button:focus {
      outline: none; }
    @media not all and (pointer: coarse) {
      .info-box__counter button:hover span, .info-box__counter button:active span, .info-box__counter button:focus span, .info-box__counter button:focus:active span {
        border-color: #404040; } }

.info-box__previous,
.info-box__next {
  top: 50%;
  overflow: visible;
  transform: translateY(-50%); }
  .info-box__previous span,
  .info-box__next span {
    width: .6rem;
    height: .6rem;
    display: block;
    border-right: 2px solid #4A4A4A;
    border-top: 2px solid #4A4A4A;
    transform-origin: center;
    transition: border-color .2s; }

.info-box__previous {
  padding-right: .25rem;
  left: .75rem;
  border-right: 1px solid #cc8e3a; }
  .info-box__previous span {
    transform: rotate(-135deg); }

.info-box__next {
  padding-left: .25rem;
  right: .75rem;
  border-left: 1px solid #cc8e3a; }
  .info-box__next span {
    transform: rotate(45deg); }

.event {
  margin-bottom: 2rem;
  position: relative;
  color: #404040;
  background: #FFFFFF;
  transition: box-shadow .3s; }
  .event.-highlighted {
    box-shadow: -0.33rem 0 0 0 #F9AA40;
    z-index: 200; }
    .event.-highlighted:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      animation: boxShadow 3s ease-out; }

.event__header {
  padding: 2rem 1rem 2rem 2rem;
  position: relative; }
  .event__header h2 {
    font-size: 1rem;
    line-height: 1.5rem; }
  .event__header p {
    font-style: italic; }
  @media (min-width: 768px) {
    .event__header {
      padding: 2rem 2rem 2rem 3rem; }
      .event__header h2 {
        font-size: 1.5rem;
        line-height: 1.75rem; } }

.event__header__icon {
  width: 4rem;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -3px;
  transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .event__header__icon {
      top: 50%;
      left: -.16rem; } }

.event__metadata-toggle {
  margin-top: .5rem;
  font-size: .8rem;
  color: #AF6708;
  transition: color .2s; }
  @media not all and (pointer: coarse) {
    .event__metadata-toggle:hover, .event__metadata-toggle:active, .event__metadata-toggle:focus, .event__metadata-toggle:focus:active {
      color: #cc8e3a; } }
  @media (min-width: 768px) {
    .event__metadata-toggle {
      font-size: 1rem; } }

.event__metadata {
  display: none; }
  .event__metadata.is-open {
    padding: 2rem 1rem 2rem 2rem;
    margin: 0;
    display: block;
    list-style: none;
    font-weight: 600;
    background: #E5E3E0; }
  @media (min-width: 768px) {
    .event__metadata {
      padding: 3rem 2rem 2rem 3rem;
      left: 0; } }

.publisher {
  margin-bottom: 1.75rem; }

.description {
  margin-bottom: 1.5rem; }
  .description h5 {
    margin-top: 1.5em; }
  .description p {
    font-weight: 500; }

.publisher-event-title {
  font-weight: 400; }

.publisher-event-details {
  margin-top: .5rem;
  display: flex;
  align-items: center;
  font-size: .875rem;
  font-weight: 500; }
  .publisher-event-details span {
    margin-left: .5rem; }
    @media not all and (pointer: coarse) {
      .publisher-event-details span a:hover, .publisher-event-details span a:active, .publisher-event-details span a:focus, .publisher-event-details span a:focus:active {
        text-decoration: none; } }

.publisher-website {
  padding: .25rem .5rem;
  display: inline-block;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  color: #393E41;
  background: #D6D5D2; }
  @media not all and (pointer: coarse) {
    .publisher-website:hover, .publisher-website:active, .publisher-website:focus, .publisher-website:focus:active {
      color: #FFFFFF;
      background: #cc8e3a; } }

.date {
  margin-bottom: 1rem;
  display: flex;
  font-size: .8rem; }
  @media (min-width: 768px) {
    .date {
      width: 12rem;
      padding-right: 3rem;
      flex-direction: column;
      position: absolute;
      top: 50%;
      left: -12rem;
      text-align: right;
      transform: translateY(-50%); } }

.date-start {
  color: #404040; }

.date-separator-mobile {
  margin: 0 .3rem 0 .3rem;
  display: flex; }
  @media (min-width: 768px) {
    .date-separator-mobile {
      display: none; } }

.date-separator-desktop {
  display: none; }
  @media (min-width: 768px) {
    .date-separator-desktop {
      margin: .1rem .5rem .5rem 0;
      display: block; } }

.year {
  font-family: "Quatro Sans W00", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400; }
  @media (min-width: 768px) {
    .year {
      display: block;
      font-size: 2rem;
      font-weight: 300; } }

.day-with-month {
  margin-right: .3rem;
  font-family: "Quatro Sans W00", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400; }

.timeline__images {
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 3rem;
  padding-bottom: 4rem;
  border-top: 1px solid rgba(33, 33, 33, 0.1); }
  @media (min-width: 66.66667rem) {
    .timeline__images {
      padding-right: calc((100vw - 60rem) / 2);
      padding-left: calc((100vw - 60rem) / 2); } }

.text-page__header {
  height: 30vh;
  background-position: center center;
  background-size: cover; }
  .text-page__header.-empty {
    height: 12rem;
    background-color: #EBECDF; }
  @media (min-width: 768px) {
    .text-page__header {
      height: 75vh; }
      .text-page__header.-empty {
        height: 25rem; } }

.text-page__content {
  background-color: #F6F7EB; }
  .text-page__content article {
    width: 100%;
    padding: 1rem 1rem 2rem;
    background-color: #FFFFFF; }
  .text-page__content time {
    color: #404040; }
  .text-page__content .body-text {
    margin-top: 1.5em; }
  @media (min-width: 480px) {
    .text-page__content article {
      width: 75%;
      padding: 2rem 2rem 3rem;
      margin: 0 auto -3rem;
      transform: translateY(-6rem); } }
  @media (min-width: 768px) {
    .text-page__content article {
      width: 50rem;
      max-width: calc(100% - 4rem);
      min-height: 18rem;
      padding: 3rem 4rem 4rem;
      margin-bottom: -10rem;
      transform: translateY(-15rem); } }

.cardlist-cards {
  padding: 1.5rem;
  background-color: #F6F7EB; }
  .cardlist-cards .list {
    max-width: 60rem;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .cardlist-cards {
      padding: 3rem 2rem; } }

.partners-page .cardlist-cards {
  padding-top: 5rem; }

.cardlist-loadmore {
  padding: 1rem 0 4rem;
  background-color: #F6F7EB; }
  .cardlist-loadmore button {
    padding: .5rem 1rem;
    margin: 0 auto;
    display: block;
    background-color: #E5E3E0; }
    @media not all and (pointer: coarse) {
      .cardlist-loadmore button:hover, .cardlist-loadmore button:active, .cardlist-loadmore button:focus, .cardlist-loadmore button:focus:active {
        background-color: #D6D5D2; } }

.list {
  display: flex;
  flex-flow: row wrap;
  list-style: none; }
  .list li {
    width: 100%; }
  @media (min-width: 480px) {
    .list li {
      width: calc(50% - 1rem); }
      .list li:nth-of-type(2n) {
        margin-left: 2rem; } }
  @media (min-width: 768px) {
    .list li {
      width: calc(33.333% - 1.34rem); }
      .list li:nth-of-type(2n) {
        margin-left: 0; }
      .list li:nth-of-type(3n), .list li:nth-of-type(3n - 1) {
        margin-left: 2rem; } }

.elm-lightbox {
  width: 100vw;
  height: 100vh;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(33, 33, 33, 0.975);
  overflow: auto;
  z-index: 99999 !important; }
  .elm-lightbox button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    background-image: none;
    cursor: pointer; }

.elm-lightbox__inner {
  padding: 0 3.75rem;
  display: flex;
  position: relative; }
  .elm-lightbox__inner .elm-lightbox__figure {
    min-width: 60vw;
    margin: 0 1rem;
    text-align: center; }
    .elm-lightbox__inner .elm-lightbox__figure div {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #212121; }
      .elm-lightbox__inner .elm-lightbox__figure div img {
        width: auto;
        height: auto;
        max-height: 80vh; }
    @media (min-width: 768px) {
      .elm-lightbox__inner .elm-lightbox__figure {
        min-width: 480px; } }

.elm-lightbox__prev,
.elm-lightbox__next {
  position: fixed;
  top: 50%;
  background: transparent;
  transform: translateY(-50%);
  transition: opacity .3s; }
  .elm-lightbox__prev .icon,
  .elm-lightbox__next .icon {
    width: 3rem;
    height: 3rem; }
  .elm-lightbox__prev.disabled,
  .elm-lightbox__next.disabled {
    display: none; }
  @media not all and (pointer: coarse) {
    .elm-lightbox__prev:hover, .elm-lightbox__prev:active, .elm-lightbox__prev:focus, .elm-lightbox__prev:focus:active,
    .elm-lightbox__next:hover,
    .elm-lightbox__next:active,
    .elm-lightbox__next:focus,
    .elm-lightbox__next:focus:active {
      opacity: .8; } }

.elm-lightbox__prev {
  left: 0; }

.elm-lightbox__next {
  right: 0; }

.elm-lightbox__close {
  padding: 1.25rem 1rem 1rem;
  position: fixed;
  top: 0;
  right: 2rem;
  transition: background .3s; }
  .elm-lightbox__close .icon {
    width: 1rem;
    height: 1rem; }
  @media not all and (pointer: coarse) {
    .elm-lightbox__close:hover, .elm-lightbox__close:active, .elm-lightbox__close:focus, .elm-lightbox__close:focus:active {
      background: #4CC9AA; } }

.elm-lightbox--previews {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start; }
  .elm-lightbox--previews .elm-lightbox__figure {
    width: 50%;
    flex-shrink: 0;
    position: relative; }
    .elm-lightbox--previews .elm-lightbox__figure div {
      width: 100%;
      padding-top: 100%;
      position: relative; }
      .elm-lightbox--previews .elm-lightbox__figure div img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center; }
    .elm-lightbox--previews .elm-lightbox__figure figcaption {
      padding: .25rem;
      margin: 0;
      font-size: .875em;
      color: #212121; }
    @media (min-width: 480px) {
      .elm-lightbox--previews .elm-lightbox__figure {
        width: 33.333%; } }
    @media (min-width: 768px) {
      .elm-lightbox--previews .elm-lightbox__figure {
        width: 25%; } }
    @media (min-width: 1024px) {
      .elm-lightbox--previews .elm-lightbox__figure {
        width: 20%; } }
    @media not all and (pointer: coarse) {
      .elm-lightbox--previews .elm-lightbox__figure:hover, .elm-lightbox--previews .elm-lightbox__figure:active, .elm-lightbox--previews .elm-lightbox__figure:focus, .elm-lightbox--previews .elm-lightbox__figure:focus:active {
        text-decoration: underline; } }
  .elm-lightbox--previews button {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    background: none;
    background-image: none;
    cursor: pointer; }
    @media not all and (pointer: coarse) {
      .elm-lightbox--previews button:focus, .elm-lightbox--previews button:focus:active {
        outline: 1px dashed #212121;
        z-index: 1; } }

.elm-lightbox__figure {
  margin: 0;
  display: table;
  position: relative; }
  .elm-lightbox__figure img {
    width: 100%; }
  .elm-lightbox .elm-lightbox__figure {
    margin: 0 0 4rem; }
    @media not all and (pointer: coarse) {
      .elm-lightbox .elm-lightbox__figure:focus, .elm-lightbox .elm-lightbox__figure:focus:active {
        outline: 1px dashed #D6D5D2;
        outline-offset: 1rem; } }

.elm-lightbox__figure__figcaption {
  max-width: 100%;
  padding: 1rem .5rem;
  display: table-caption;
  font-style: normal;
  text-align: left;
  color: #FFFFFF;
  caption-side: bottom; }
  .elm-lightbox__figure__figcaption p {
    display: block; }
  .elm-lightbox__figure__figcaption a {
    display: flex; }
    .elm-lightbox__figure__figcaption a:after {
      content: '';
      width: 1em;
      height: 1.25em;
      margin-left: .5em;
      display: inline-flex;
      background-image: url("/lib/dist/assets/link-external.svg");
      background-repeat: no-repeat;
      background-size: contain; }

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    -moz-osx-color-adjust: exact !important;
    color-adjust: exact !important;
    color: #212121 !important;
    background-color: #FFFFFF !important; }
  .slideup,
  .erroranimation,
  .slidedowndelayed,
  .slidedown,
  .slidedownalt,
  .scalein,
  .fadein {
    opacity: 1 !important;
    animation: none !important; }
  .nav {
    display: none !important; }
  .header,
  .timeline__bio,
  .timeline__publishers,
  .timeline__flag,
  .footer__inner-top,
  .footer__inner-bottom {
    padding: 2rem !important; }
  .header {
    padding-top: 0px !important; }
    .header .header__social,
    .header .header__subnav {
      display: none !important; }
    .header .header__avatar {
      width: 10rem !important;
      height: 10rem !important;
      margin: 0 0 2rem !important;
      position: static !important;
      border-radius: 50%; }
      .header .header__avatar .avatar-image {
        width: 10rem !important;
        height: 10rem !important; }
  .event__header .date {
    background: transparent !important; }
  .footer .footer__menu,
  .footer .footer__newsletter {
    display: none !important; }
  .footer .footer__colofon {
    width: 100% !important; }
  .timeline__map {
    display: none !important; }
  .timeline__publisher .toggle-publisher h3, .timeline__publisher .toggle-publisher .elm-lightbox__figure__figcaption p:first-child, .elm-lightbox__figure__figcaption .timeline__publisher .toggle-publisher p:first-child {
    border-bottom: 1px solid #212121; }
  .timeline__publisher article a {
    display: none; }
  .event__metadata {
    padding: 0 0 0 6rem !important;
    font-size: .875rem; }
    .event__metadata h6 {
      font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important; }
    .event__metadata .publisher-event-details {
      display: none; }
  .hide-print {
    display: block; }
  .keyword-tag {
    border: 1px solid #212121; } }
