@charset "UTF-8";
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("../fonts/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  src: url("../fonts/4bd56f95-e7ab-4a32-91fd-b8704cbd38bc.woff2") format("woff2"), url("../fonts/4fe1c328-1f21-434a-8f0d-5e0cf6c70dfb.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: bold;
  src: url("../fonts/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2") format("woff2"), url("../fonts/7b415a05-784a-4a4c-8c94-67e9288312f5.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/13ab58b4-b5ba-4c95-afde-ab2608fbbbd9.woff2") format("woff2"), url("../fonts/5018b5b5-c821-4653-bc74-d0b11d735f1a.woff") format("woff");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Site Icons";
  src: url("../fonts/icomoon.eot?v=3");
  src: url("../fonts/icomoon.eot?#iefix?v=3") format("embedded-opentype"), url("../fonts/icomoon.woff?v=3") format("woff"), url("../fonts/icomoon.ttf?v=3") format("truetype"), url("../fonts/icomoon.svg?v=3") format("svg");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

body,
input[type=submit],
input[type=button],
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=color],
input[type=submit],
input[type=button],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 16px;
  background: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=color],
textarea,
select {
  width: 100%;
}

input[type=radio],
input[type=checkbox],
input[type=color],
input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

textarea {
  resize: none;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

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

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

.world-map, .map, .listing-block__image-wrap, .flex-container {
  height: 0;
  overflow: hidden;
  position: relative;
}
.world-map iframe, .map iframe, .listing-block__image-wrap iframe, .flex-container iframe,
.world-map object,
.map object,
.listing-block__image-wrap object,
.flex-container object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.grid {
  margin-left: -40px;
}
.grid > .grid__item {
  padding-left: 40px;
}
.grid--narrow {
  margin-left: -20px;
}
.grid--narrow > .grid__item {
  padding-left: 20px;
}

.grid__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
}

.row,
.masonry-grid {
  font-size: 0;
  margin-left: -40px;
}
.row.row--reverse,
.masonry-grid.row--reverse {
  direction: rtl;
  text-align: left;
}
.row.row--centred,
.masonry-grid.row--centred {
  text-align: center;
}
.row.row--v-centred > .col,
.masonry-grid.row--v-centred > .col {
  vertical-align: middle;
}
.row.row--timeline,
.masonry-grid.row--timeline {
  margin-left: -100px;
}
.row.row--timeline > .col,
.masonry-grid.row--timeline > .col {
  padding-left: 100px;
}
.row.row--narrow,
.masonry-grid.row--narrow {
  margin-left: -20px;
}
.row.row--narrow > .col,
.masonry-grid.row--narrow > .col {
  padding-left: 20px;
}
.row.row--wide,
.masonry-grid.row--wide {
  margin-left: -116px;
}
.row.row--wide > .col, .row.row--wide > .masonry-grid__item,
.masonry-grid.row--wide > .col,
.masonry-grid.row--wide > .masonry-grid__item {
  padding-left: 116px;
}
.row.row--flex,
.masonry-grid.row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 899px) {
  .row.row--flex,
.masonry-grid.row--flex {
    display: block;
  }
}
.row.row--flush,
.masonry-grid.row--flush {
  margin-left: 0;
}
.row.row--flush > .col,
.masonry-grid.row--flush > .col {
  padding-left: 0;
}
.row.row--va-m > .col,
.masonry-grid.row--va-m > .col {
  vertical-align: middle;
}
.row.row--mob,
.masonry-grid.row--mob {
  margin-left: -8px;
}
.row.row--mob > .col,
.masonry-grid.row--mob > .col {
  padding-left: 8px;
}

.col,
.masonry-grid__item {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  direction: ltr;
  display: inline-block;
  padding-left: 40px;
  text-align: left;
  vertical-align: top;
  white-space: normal;
}

.a1-15 {
  width: 6.6666666667%;
}

.a2-15 {
  width: 13.3333333333%;
}

.a3-15 {
  width: 20%;
}

.a4-15 {
  width: 26.6666666667%;
}

.a5-15 {
  width: 33.3333333333%;
}

.a6-15 {
  width: 40%;
}

.a7-15 {
  width: 46.6666666667%;
}

.a8-15 {
  width: 53.3333333333%;
}

.a9-15 {
  width: 60%;
}

.a10-15 {
  width: 66.6666666667%;
}

.a11-15 {
  width: 73.3333333333%;
}

.a12-15 {
  width: 80%;
}

.a13-15 {
  width: 86.6666666667%;
}

.a14-15 {
  width: 93.3333333333%;
}

.a15-15 {
  width: 100%;
}

.a1-12 {
  width: 8.3333333333%;
}

.a2-12 {
  width: 16.6666666667%;
}

.a3-12 {
  width: 25%;
}

.a4-12 {
  width: 33.3333333333%;
}

.a5-12 {
  width: 41.6666666667%;
}

.a6-12 {
  width: 50%;
}

.a7-12 {
  width: 58.3333333333%;
}

.a8-12 {
  width: 66.6666666667%;
}

.a9-12 {
  width: 75%;
}

.a10-12 {
  width: 83.3333333333%;
}

.a11-12 {
  width: 91.6666666667%;
}

.a12-12 {
  width: 100%;
}

.a1-8 {
  width: 12.5%;
}

.a2-8 {
  width: 25%;
}

.a3-8 {
  width: 37.5%;
}

.a4-8 {
  width: 50%;
}

.a5-8 {
  width: 62.5%;
}

.a6-8 {
  width: 75%;
}

.a7-8 {
  width: 87.5%;
}

.a8-8 {
  width: 100%;
}

.a1-5 {
  width: 20%;
}

.a2-5 {
  width: 40%;
}

.a3-5 {
  width: 60%;
}

.a4-5 {
  width: 80%;
}

.a5-5 {
  width: 100%;
}

@media only screen and (max-width: 1049px) {
  .c1-12 {
    width: 8.3333333333%;
  }

  .c2-12 {
    width: 16.6666666667%;
  }

  .c3-12 {
    width: 25%;
  }

  .c4-12 {
    width: 33.3333333333%;
  }

  .c5-12 {
    width: 41.6666666667%;
  }

  .c6-12 {
    width: 50%;
  }

  .c7-12 {
    width: 58.3333333333%;
  }

  .c8-12 {
    width: 66.6666666667%;
  }

  .c9-12 {
    width: 75%;
  }

  .c10-12 {
    width: 83.3333333333%;
  }

  .c11-12 {
    width: 91.6666666667%;
  }

  .c12-12 {
    width: 100%;
  }

  .c1-8 {
    width: 12.5%;
  }

  .c2-8 {
    width: 25%;
  }

  .c3-8 {
    width: 37.5%;
  }

  .c4-8 {
    width: 50%;
  }

  .c5-8 {
    width: 62.5%;
  }

  .c6-8 {
    width: 75%;
  }

  .c7-8 {
    width: 87.5%;
  }

  .c8-8 {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .d1-12 {
    width: 8.3333333333%;
  }

  .d2-12 {
    width: 16.6666666667%;
  }

  .d3-12 {
    width: 25%;
  }

  .d4-12 {
    width: 33.3333333333%;
  }

  .d5-12 {
    width: 41.6666666667%;
  }

  .d6-12 {
    width: 50%;
  }

  .d7-12 {
    width: 58.3333333333%;
  }

  .d8-12 {
    width: 66.6666666667%;
  }

  .d9-12 {
    width: 75%;
  }

  .d10-12 {
    width: 83.3333333333%;
  }

  .d11-12 {
    width: 91.6666666667%;
  }

  .d12-12 {
    width: 100%;
  }

  .d1-8 {
    width: 12.5%;
  }

  .d2-8 {
    width: 25%;
  }

  .d3-8 {
    width: 37.5%;
  }

  .d4-8 {
    width: 50%;
  }

  .d5-8 {
    width: 62.5%;
  }

  .d6-8 {
    width: 75%;
  }

  .d7-8 {
    width: 87.5%;
  }

  .d8-8 {
    width: 100%;
  }
}
@media only screen and (max-width: 699px) {
  .e1-12 {
    width: 8.3333333333%;
  }

  .e2-12 {
    width: 16.6666666667%;
  }

  .e3-12 {
    width: 25%;
  }

  .e4-12 {
    width: 33.3333333333%;
  }

  .e5-12 {
    width: 41.6666666667%;
  }

  .e6-12 {
    width: 50%;
  }

  .e7-12 {
    width: 58.3333333333%;
  }

  .e8-12 {
    width: 66.6666666667%;
  }

  .e9-12 {
    width: 75%;
  }

  .e10-12 {
    width: 83.3333333333%;
  }

  .e11-12 {
    width: 91.6666666667%;
  }

  .e12-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .f1-12 {
    width: 8.3333333333%;
  }

  .f2-12 {
    width: 16.6666666667%;
  }

  .f3-12 {
    width: 25%;
  }

  .f4-12 {
    width: 33.3333333333%;
  }

  .f5-12 {
    width: 41.6666666667%;
  }

  .f6-12 {
    width: 50%;
  }

  .f7-12 {
    width: 58.3333333333%;
  }

  .f8-12 {
    width: 66.6666666667%;
  }

  .f9-12 {
    width: 75%;
  }

  .f10-12 {
    width: 83.3333333333%;
  }

  .f11-12 {
    width: 91.6666666667%;
  }

  .f12-12 {
    width: 100%;
  }
}
img,
object,
video,
audio {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

.flex-container {
  padding-bottom: 56.25%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex--column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex--align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex--justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex--justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex--justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex--justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex--col-gap-8 {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.flex--col-gap-24 {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.flex--col-gap-32 {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media only screen and (max-width: 899px) {
  .flex--wrap-at-d {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flex-item--no-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.section-link::after,
.highlight__section-link::after, .embla__nav-button::after, .arrow-button::before, .dropdown__button::after, .ufz-filter__link--selected::after, .publication__button::before, .pub-filter__submit::before, .pub-filter__button::after, .project-listing__external-link::after, .project-listing__pinned-tag::before, .project-item__button::after, .project-filter__toggle::after, .project-content-block__link::before, .nav__search::before, .nav--other-sites a::before, .overlay__heading::before, .overlay__close::before, .listing-block__external-link::after, .category-card__icon::before, .filter__clear::after, .info-block__button--external::after, .info-block__quote::before, .box__title--external-link::after, .button--external-link::after,
.featured-entry__button--external-link::after,
.homepage-highlight__button--external-link::after,
.home-content__button--external-link::after, .scroll-to-top::before, .external-link::before, .a--download::before, .icon::before,
.icon-end::after {
  font-family: "Site Icons";
  vertical-align: middle;
  speak: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.ufz-filter__link--selected::after, .overlay__close::before, .filter__clear::after, .icon--close::before,
.icon-end--close::after {
  content: "\e800";
}

.icon--instagram::before,
.icon-end--instagram::after {
  content: "\e900";
}

.publication__button--download::before, .a--download::before, .icon--download::before,
.icon-end--download::after {
  content: "\e901";
}

.info-block__quote::before, .icon--quote::before,
.icon-end--quote::after {
  content: "\e902";
}

.icon--email::before,
.icon-end--email::after {
  content: "\e903";
}

.icon--facebook::before,
.icon-end--facebook::after {
  content: "\e904";
}

.pub-filter__submit::before, .nav__search::before, .icon--search::before,
.icon-end--search::after {
  content: "\e905";
}

.icon--filter::before,
.icon-end--filter::after {
  content: "\e906";
}

.icon--down::before,
.icon-end--down::after {
  content: "\e907";
}

.publication__button--publisher::before, .project-listing__external-link::after, .project-content-block__link--external::before, .nav--other-sites a::before, .listing-block__external-link::after, .info-block__button--external::after, .box__title--external-link::after, .button--external-link::after,
.featured-entry__button--external-link::after,
.homepage-highlight__button--external-link::after,
.home-content__button--external-link::after, .external-link::before, .icon--external-link::before,
.icon-end--external-link::after {
  content: "\e908";
}

.icon--linkedin::before,
.icon-end--linkedin::after {
  content: "\e909";
}

.project-listing__pinned-tag::before, .icon--star::before,
.icon-end--star::after {
  content: "\e90a";
}

.dropdown__button::after, .pub-filter__button::after, .project-item__button::after, .project-filter__toggle::after, .scroll-to-top::before, .icon--dropdown::before,
.icon-end--dropdown::after {
  content: "\e90b";
}

.arrow-button::before, .icon--right-arrow::before,
.icon-end--right-arrow::after {
  content: "\e90c";
}

.icon--youtube::before,
.icon-end--youtube::after {
  content: "\e90d";
}

.icon--twitter::before,
.icon-end--twitter::after {
  content: "\e90e";
}

.section-link::after,
.highlight__section-link::after, .embla__nav-button::after, .category-card__icon::before, .icon--right-chevron::before,
.icon-end--right-chevron::after {
  content: "\e90f";
}

.icon--download-2::before,
.icon-end--download-2::after {
  content: "\e911";
}

.publication__button--share::before, .overlay__heading--share::before, .icon--share::before,
.icon-end--share::after {
  content: "\e913";
}

.publication__button--abstract::before, .overlay__heading--abstract::before, .icon--read::before,
.icon-end--read::after {
  content: "\e910";
}

.publication__button--cite::before, .overlay__heading--cite::before, .icon--cite::before,
.icon-end--cite::after {
  content: "\e912";
}

.project-content-block__link--internal::before, .icon--link::before,
.icon-end--link::after {
  content: "\e914";
}

.icon--x::before,
.icon-end--x::after {
  content: "\e915";
}

.icon--tiktok::before,
.icon-end--tiktok::after {
  content: "\e917";
}

.cookie-banner__button, .cookie-manager__button {
  border: 2px solid #353535;
  border-radius: 8px;
  color: #353535;
  padding: 0.5rem;
  text-align: center;
}

.cookie-manager {
  font-size: 20px;
}
.cookie-manager h2,
.cookie-manager h3,
.cookie-manager h4 {
  margin-bottom: 0.5rem;
}
.cookie-manager h2 {
  font-size: 40px;
}
.cookie-manager h3 {
  font-size: 40px;
}
.cookie-manager h4 {
  font-size: 24px;
}
.cookie-manager p {
  font-size: 20px;
  margin-bottom: 1rem;
}
.cookie-manager a {
  color: #231F20;
  text-decoration: underline;
}
.cookie-manager--overlay-mode h3 {
  font-size: 20px;
}
.cookie-manager--overlay-mode p {
  font-size: 16px;
}

.cookie-manager--overlay-mode {
  background-color: rgba(35, 31, 32, 0.6);
  bottom: 0;
  display: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  left: 0;
  padding: 4.5rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
@media only screen and (max-width: 699px) {
  .cookie-manager--overlay-mode {
    padding: 0.5rem;
  }
}
.cookie-manager-open .cookie-manager--overlay-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie-manager__button-parent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.cookie-manager--overlay-mode .cookie-manager__button-parent {
  max-width: 640px;
  position: relative;
}

.cookie-manager__scroller {
  background-color: #FFFFFF;
}
.cookie-manager--overlay-mode .cookie-manager__scroller {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.cookie-manager__container {
  color: #231F20;
  padding: 2.5rem 0;
}
.cookie-manager__container--spaced p {
  margin-bottom: 1.5rem;
}
.cookie-manager--overlay-mode .cookie-manager__container {
  padding: 2.5rem 2.5rem 8rem;
}
@media only screen and (max-width: 699px) {
  .cookie-manager__container--spaced {
    padding: 1.5rem 0;
  }
}

.cookie-manager__title-hidden {
  left: -999rem;
  position: absolute;
  visibility: hidden;
}

.cookie-manager__logo {
  background: url("../img/logo.svg") no-repeat 0 0;
  background-size: contain;
  height: 50px;
  margin-bottom: 2rem;
  width: 100px;
}

.cookie-manager__category-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.cookie-manager__category-list--spaced {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.cookie-manager__category {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 1rem;
  padding-top: 1rem;
}
.cookie-manager__category-list--spaced .cookie-manager__category {
  margin-top: 2rem;
  padding-top: 2rem;
}

.cookie-manager__category-info,
.cookie-manager__provider-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5rem;
  margin-left: -1rem;
}
.cookie-manager__category-info > div,
.cookie-manager__provider-info > div {
  margin-left: 1rem;
}

@media only screen and (max-width: 699px) {
  .cookie-manager__category-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie-manager--overlay-mode .cookie-manager__category-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cookie-manager__category-buttons {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie-manager__button-container {
  background-color: #FFFFFF;
  bottom: 0;
  -webkit-box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  z-index: 1001;
}
.cookie-manager--overlay-mode .cookie-manager__button-container {
  padding: 1.5rem 2.5rem;
  position: absolute;
}
.cookie-manager-buttons-visible .cookie-manager__button-container {
  display: block;
}

.cookie-manager__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.875rem;
}

.cookie-manager-save-changes .cookie-manager__buttons-accept-deny {
  display: none;
}

.cookie-manager__buttons-save-deny {
  display: none;
}
.cookie-manager-save-changes .cookie-manager__buttons-save-deny {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie-manager__button {
  margin-right: 0.5rem;
  max-width: 400px;
  white-space: nowrap;
  width: 100%;
}
.cookie-manager__button:last-of-type {
  margin-right: 0;
}
.cookie-manager__button--primary {
  background-color: #353535;
  border-color: #353535;
  color: #FFFFFF;
}

.cookie-manager__cookie-table {
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #231F20;
  margin-bottom: 2rem;
  width: 100%;
}
@media only screen and (max-width: 699px) {
  .cookie-manager__cookie-table {
    background: none;
  }
}
@media only screen and (max-width: 699px) {
  .cookie-manager__cookie-table thead {
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 699px) {
  .cookie-manager__cookie-table tbody {
    display: block;
  }
}
.cookie-manager__cookie-table tbody tr:last-child th,
.cookie-manager__cookie-table tbody tr:last-child td {
  border-bottom: 0;
}
@media only screen and (max-width: 699px) {
  .cookie-manager__cookie-table tr {
    background-color: #FFFFFF;
    border-radius: 4px;
    display: block;
    margin-bottom: 0.5rem;
    padding: 0.75rem;
  }
}
.cookie-manager__cookie-table th,
.cookie-manager__cookie-table td {
  border-bottom: 1px solid #231F20;
  padding: 0.75rem;
}
.cookie-manager__cookie-table th {
  font-weight: bold;
}
@media only screen and (max-width: 699px) {
  .cookie-manager__cookie-table td {
    display: block;
    margin-top: 0.75rem;
    padding: 0;
  }
  .cookie-manager__cookie-table td:first-child {
    margin-top: 0;
  }
  .cookie-manager__cookie-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
  }
}

.cookie-manager__bullet-list {
  margin-bottom: 1rem;
}
.cookie-manager__bullet-list li {
  list-style: disc inside;
}

.cookie-manager__lightswitch {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  margin: 0 auto 0.5rem;
  position: relative;
  width: 1.75rem;
}
.cookie-manager__lightswitch input {
  height: 0;
  opacity: 0;
  width: 0;
}
.cookie-manager__lightswitch input:checked + .cookie-manager__lightswitch-slider {
  background-color: #353535;
}
.cookie-manager__lightswitch input:checked + .cookie-manager__lightswitch-slider::before {
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.cookie-manager__lightswitch input:checked + .cookie-manager__lightswitch-slider::after {
  content: "On";
}
.cookie-manager__lightswitch input:focus + .cookie-manager__lightswitch-slider {
  -webkit-box-shadow: 0 0 1px #353535;
          box-shadow: 0 0 1px #353535;
}
.cookie-manager__lightswitch--global input:checked + .cookie-manager__lightswitch-slider::after {
  content: "Accept all";
}

.cookie-manager__lightswitch-slider {
  background-color: rgba(35, 31, 32, 0.4);
  border-radius: 1rem;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cookie-manager__lightswitch-slider::before {
  background-color: #FFFFFF;
  border-radius: 1rem;
  bottom: 0.125rem;
  content: "";
  height: 0.75rem;
  left: 0.125rem;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 0.75rem;
}
.cookie-manager__lightswitch-slider::after {
  font-size: 16px;
  content: "Off";
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 1.5rem;
  white-space: nowrap;
}
.cookie-manager__lightswitch--global .cookie-manager__lightswitch-slider::after {
  content: "Deny all";
  left: -60%;
}
.cookie-manager--overlay-mode .cookie-manager__lightswitch-slider::after {
  font-size: 12px;
}

.cookie-consent-wrapper__blocked {
  background-color: #FFFFFF;
  border: 2px solid #EEEEEE;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 360px;
  padding: 2.5rem;
  text-align: center;
}

.cookie-consent-wrapper__unblocked {
  display: none;
}

.cookie-banner {
  font-size: 20px;
  background-color: rgba(35, 31, 32, 0.6);
  bottom: 0;
  color: #231F20;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.cookie-banner-open .cookie-banner {
  display: block;
}
.cookie-banner a {
  color: #231F20;
  text-decoration: underline;
}

.cookie-banner__inner {
  background-color: #FFFFFF;
  bottom: 0;
  left: 0;
  padding: 2rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.cookie-banner__inner p {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 400px) {
  .cookie-banner__inner {
    bottom: 0;
    max-width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

.cookie-banner__title {
  font-size: 20px;
  font-weight: bold;
}

.cookie-banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}

.cookie-banner__button {
  margin-right: 0.5rem;
  width: 100%;
}
.cookie-banner__button--primary {
  background-color: #353535;
  border-color: #353535;
  color: #FFFFFF;
}

.cookie-banner__button-customise {
  font-size: inherit;
  text-decoration: underline;
}

.container {
  margin: 0 auto;
  max-width: 1680px;
  padding: 0 116px;
}
@media only screen and (max-width: 1049px) {
  .container {
    padding: 0 58px;
  }
}
@media only screen and (max-width: 766px) {
  .container {
    padding: 0 28px;
  }
}

.container--bleed-left {
  padding: 0 116px 0 0;
}
@media only screen and (max-width: 1049px) {
  .container--bleed-left {
    padding: 0 58px;
  }
}
@media only screen and (max-width: 766px) {
  .container--bleed-left {
    padding: 0 28px;
  }
}

.container--bleed-right {
  padding: 0 0 0 116px;
}
@media only screen and (max-width: 1049px) {
  .container--bleed-right {
    padding: 0 58px;
  }
}
@media only screen and (max-width: 766px) {
  .container--bleed-right {
    padding: 0 28px;
  }
}

.container--full-bleed {
  padding: 0;
}

.container--some-bleed {
  padding: 0;
}
@media only screen and (max-width: 1700px) {
  .container--some-bleed {
    padding: 0 116px;
  }
}
@media only screen and (max-width: 1049px) {
  .container--some-bleed {
    padding: 0 58px;
  }
}
@media only screen and (max-width: 766px) {
  .container--some-bleed {
    padding: 0 28px;
  }
}

.container--slider {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 1049px) {
  .container--slider {
    padding-right: 0;
  }
}

@media only screen and (max-width: 899px) {
  .container--reduce-d {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 899px) {
  .container--increase-d {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1499px) {
  .container--hp {
    padding: 0 120px;
  }
}

.invisible {
  left: -999rem;
  position: absolute;
}

.removed {
  display: none;
}

@media only screen and (max-width: 899px) {
  .d-removed {
    display: none;
  }
}

.d-only {
  display: none;
}
@media only screen and (max-width: 899px) {
  .d-only {
    display: block;
  }
}

.relative {
  position: relative;
}

.centred {
  text-align: center;
}

.separated-xl {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 899px) {
  .separated-xl {
    margin-bottom: 2.25rem;
  }
}

.separated {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 899px) {
  .separated {
    margin-bottom: 0.75rem;
  }
}

.separated-b {
  margin-bottom: 2.5rem;
}

.separated-c {
  margin-bottom: 1.75rem;
}

.separated-d {
  margin-bottom: 1.125rem;
}

.separated-e {
  margin-bottom: 0.625rem;
}

@media only screen and (max-width: 699px) {
  .separated-at-e {
    margin-bottom: 1rem;
  }
}

.border-bottom {
  border-bottom: 1px solid #231F20;
  margin-bottom: 2rem;
}

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

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

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.mb-64 {
  margin-bottom: 3rem;
}

.mb-80 {
  margin-bottom: 3rem;
}

.global-border-radius {
  border-radius: 8px;
}

.h,
.timeline__text__body,
.timeline__subtitle,
.timeline__year,
.team-listing-link__name,
.highlight__title,
.category__heading,
.typeset h3,
.typeset h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.h.beta,
.beta.timeline__text__body,
.beta.timeline__subtitle,
.beta.timeline__year,
.beta.team-listing-link__name,
.beta.highlight__title,
.beta.category__heading,
.typeset h3.beta,
.typeset h2.beta {
  margin-bottom: 2.5rem;
}
.h.delta,
.delta.timeline__text__body,
.delta.timeline__subtitle,
.delta.timeline__year,
.delta.team-listing-link__name,
.delta.highlight__title,
.delta.category__heading,
.typeset h3.delta,
.typeset h2.delta {
  margin-bottom: 32px;
}
.h.eta,
.eta.timeline__text__body,
.eta.timeline__subtitle,
.eta.timeline__year,
.eta.team-listing-link__name,
.eta.highlight__title,
.eta.category__heading,
.typeset h3.eta,
.typeset h2.eta {
  margin-bottom: 20px;
}

.super {
  font-size: 56px;
  color: #353535;
  line-height: 62px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 899px) {
  .super {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}

.alpha {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 24px;
}
.alpha.centred {
  max-width: none;
}
.alpha--spaced {
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .alpha {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}

.beta {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}

.typeset h3, .typeset h2,
.gamma {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 18px;
}
.gamma--separated {
  margin-bottom: 3rem;
}

.info-block__quote,
.delta {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 899px) {
  .info-block__quote,
.delta {
    font-size: 20px;
    line-height: 28px;
  }
}
.info-block__quote p,
.delta p {
  margin-bottom: 32px;
}
@media only screen and (max-width: 899px) {
  .info-block__quote p,
.delta p {
    margin-bottom: 28px;
  }
}

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

.eta {
  font-size: 20px;
  line-height: 28px;
}
.eta p {
  margin-bottom: 32px;
}

.theta {
  line-height: 24px;
}
.theta p,
.theta ul,
.theta ol {
  margin-bottom: 24px;
}
.theta h2 {
  margin-bottom: 18px;
}
.theta h3 {
  margin-bottom: 12px;
}

.b {
  font-weight: 500;
}

.p,
.typeset p,
.typeset ul,
.typeset ol,
.typeset img {
  display: block;
  margin: 0 0 24px;
}

.team__email, .nav--social-inline a, .listing-block__external-link, .fixed-back-link, .cookie-notice a, .typeset a {
  color: #353535;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.team__email:hover, .nav--social-inline a:hover, .listing-block__external-link:hover, .fixed-back-link:hover, .cookie-notice a:hover, .typeset a:hover, .team__email:focus, .nav--social-inline a:focus, .listing-block__external-link:focus, .fixed-back-link:focus, .cookie-notice a:focus, .typeset a:focus {
  color: #00A790;
}
.box--theme-1 .team__email:hover, .box--theme-1 .nav--social-inline a:hover, .nav--social-inline .box--theme-1 a:hover, .box--theme-1 .listing-block__external-link:hover, .box--theme-1 .fixed-back-link:hover, .box--theme-1 .cookie-notice a:hover, .cookie-notice .box--theme-1 a:hover, .box--theme-1 .typeset a:hover, .typeset .box--theme-1 a:hover, .box--theme-1 .team__email:focus, .box--theme-1 .nav--social-inline a:focus, .nav--social-inline .box--theme-1 a:focus, .box--theme-1 .listing-block__external-link:focus, .box--theme-1 .fixed-back-link:focus, .box--theme-1 .cookie-notice a:focus, .cookie-notice .box--theme-1 a:focus, .box--theme-1 .typeset a:focus, .typeset .box--theme-1 a:focus {
  color: #FFFFFF;
}
.box--theme-2 .team__email, .box--theme-2 .nav--social-inline a, .nav--social-inline .box--theme-2 a, .box--theme-2 .listing-block__external-link, .box--theme-2 .fixed-back-link, .box--theme-2 .cookie-notice a, .cookie-notice .box--theme-2 a, .box--theme-2 .typeset a, .typeset .box--theme-2 a, .box--theme-4 .team__email, .box--theme-4 .nav--social-inline a, .nav--social-inline .box--theme-4 a, .box--theme-4 .listing-block__external-link, .box--theme-4 .fixed-back-link, .box--theme-4 .cookie-notice a, .cookie-notice .box--theme-4 a, .box--theme-4 .typeset a, .typeset .box--theme-4 a {
  color: #FFFFFF;
}
.box--theme-2 .team__email:hover, .box--theme-2 .nav--social-inline a:hover, .nav--social-inline .box--theme-2 a:hover, .box--theme-2 .listing-block__external-link:hover, .box--theme-2 .fixed-back-link:hover, .box--theme-2 .cookie-notice a:hover, .cookie-notice .box--theme-2 a:hover, .box--theme-2 .typeset a:hover, .typeset .box--theme-2 a:hover, .box--theme-2 .team__email:focus, .box--theme-2 .nav--social-inline a:focus, .nav--social-inline .box--theme-2 a:focus, .box--theme-2 .listing-block__external-link:focus, .box--theme-2 .fixed-back-link:focus, .box--theme-2 .cookie-notice a:focus, .cookie-notice .box--theme-2 a:focus, .box--theme-2 .typeset a:focus, .typeset .box--theme-2 a:focus, .box--theme-4 .team__email:hover, .box--theme-4 .nav--social-inline a:hover, .nav--social-inline .box--theme-4 a:hover, .box--theme-4 .listing-block__external-link:hover, .box--theme-4 .fixed-back-link:hover, .box--theme-4 .cookie-notice a:hover, .cookie-notice .box--theme-4 a:hover, .box--theme-4 .typeset a:hover, .typeset .box--theme-4 a:hover, .box--theme-4 .team__email:focus, .box--theme-4 .nav--social-inline a:focus, .nav--social-inline .box--theme-4 a:focus, .box--theme-4 .listing-block__external-link:focus, .box--theme-4 .fixed-back-link:focus, .box--theme-4 .cookie-notice a:focus, .cookie-notice .box--theme-4 a:focus, .box--theme-4 .typeset a:focus, .typeset .box--theme-4 a:focus {
  color: #00A790;
}

.a {
  border-bottom: 2px solid #353535;
  color: #353535;
  display: inline;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  -webkit-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s;
}
.a:hover, .a:focus {
  border-bottom-color: #00A790;
  color: #00A790;
}
.a.icon {
  border-bottom: 0;
}
.box--theme-1 .a:hover, .box--theme-1 .a:focus {
  border-bottom-color: #FFFFFF;
  color: #FFFFFF;
}
.box--theme-2 .a, .box--theme-4 .a {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.box--theme-2 .a:hover, .box--theme-2 .a:focus, .box--theme-4 .a:hover, .box--theme-4 .a:focus {
  border-bottom-color: #00A790;
  color: #00A790;
}

.a--download::before {
  padding-right: 16px;
}

.typeset ul, .typeset ol, .ul, .ol {
  padding-left: 19.2px;
}

.typeset ul li, .typeset ol li, .ul li, .ol li {
  margin-bottom: 9.6px;
}

.typeset ul li, .ul li {
  list-style: disc outside;
}

.typeset ol li, .ol li {
  list-style: decimal outside;
}

.typeset h3 {
  font-weight: lighter;
}
.typeset--lh-reduce p,
.typeset--lh-reduce ul,
.typeset--lh-reduce ol,
.typeset--lh-reduce img {
  line-height: 1.1;
}

.quote {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 899px) {
  .quote {
    font-size: 24px;
  }
}

.cookie-notice {
  background-color: #FFDE17;
  display: none;
  padding: 24px 0;
}
.show-cookie-notice .cookie-notice {
  display: block;
}
.cookie-notice p {
  display: inline-block;
  width: 80%;
}
.cookie-notice button {
  float: right;
  width: auto;
}

body,
input,
textarea,
button {
  font-size: 16px;
  font-family: "Helvetica Neue";
}

body {
  color: #353535;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  min-height: 100vh;
  overflow-anchor: none;
  overflow-x: hidden;
}
body.overlay-open {
  height: 100vh;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

.section--main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.body-inner {
  background-color: #FFFFFF;
}

.skip-to-content {
  background-color: #FFFFFF;
  color: #353535;
  left: -999rem;
  padding: 1rem;
  position: absolute;
  text-decoration: none;
  top: 0;
  z-index: 99;
}
.skip-to-content:focus {
  left: 0;
}

a,
button {
  display: inline-block;
}
a:focus,
button:focus {
  border-radius: 4px;
  outline: 2px solid #00A790;
  outline-offset: 2px;
}
.box--theme-1 a,
.box--theme-1 button {
  outline-color: #FFDE17;
}

.external-link {
  color: inherit;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.external-link::before {
  font-size: 24px;
}

.logo {
  margin: 2rem 0;
}

.scroll-to-top {
  background-color: #FFDE17;
  border: 2px solid #353535;
  border-radius: 0.5rem;
  bottom: 2rem;
  font-weight: bold;
  opacity: 0;
  padding: 0.25rem 1rem 0.5rem;
  position: fixed;
  right: 2rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  visibility: hidden;
  z-index: 2;
}
.scroll-to-top::before {
  display: block;
  margin: 0 auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.scroll-to-top.show-button {
  opacity: 1;
  visibility: visible;
}

.airtable-embed {
  height: 200vw;
}

.author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #353535;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  text-decoration: none;
}

.author__image {
  border-radius: 50%;
  height: 56px;
  margin-right: 1rem;
  width: 56px;
}

.banner {
  background-color: #FFDE17;
  background-image: url("../img/fans-tile.svg");
  background-position: center;
  background-size: cover;
  color: #000000;
}

.banner__title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.banner__row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 899px) {
  .banner__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}

.banner__text-container {
  width: 100%;
}

.banner__image-container {
  width: 58.3333333333%;
}
@media only screen and (max-width: 899px) {
  .banner__image-container {
    width: 100%;
  }
}

.banner__text {
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.banner__button {
  color: #000000;
}
.button,
.loadomatic__trigger,
.featured-entry__button,
.homepage-highlight__button,
.home-content__button,
.info-block__button,
.banner__button {
  border: 2px solid #353535;
  border-radius: 8px;
  display: inline-block;
  font-size: inherit;
  padding: 3.2px 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.button:hover, .button:focus,
.loadomatic__trigger:hover,
.featured-entry__button:hover,
.homepage-highlight__button:hover,
.home-content__button:hover,
.info-block__button:hover,
.banner__button:hover,
.loadomatic__trigger:focus,
.featured-entry__button:focus,
.homepage-highlight__button:focus,
.home-content__button:focus,
.info-block__button:focus,
.banner__button:focus {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
  color: #FFFFFF;
}

.button--primary,
.homepage-highlight__button,
.home-content__button,
.banner__button--primary {
  background-color: #353535;
  color: #FFFFFF;
}

.button--secondary {
  color: #353535;
}

.button--tertiary,
.loadomatic__trigger,
.info-block__button {
  background-color: #FFDE17;
  color: #353535;
}

.button--quarternary,
.featured-entry__button {
  background-color: #FFFFFF;
  color: #353535;
}

.button--external-link::after,
.featured-entry__button--external-link::after,
.homepage-highlight__button--external-link::after,
.home-content__button--external-link::after {
  margin-left: 0.5rem;
}

.box {
  margin-bottom: 3.75rem;
}
.box--flush {
  margin-bottom: 0;
}
.box--theme-1 .button--primary,
.box--theme-1 .button--secondary {
  /* If bold, line height changes */
  line-height: 1;
  padding: 0.5rem 1rem 0.25rem;
}
.box--theme-1 {
  background-color: #00A790;
  color: #353535;
  font-weight: bold;
}
.box--theme-1 .box__title {
  color: #353535;
}
.box--theme-1 .button--primary {
  background-color: #353535;
  border-color: #353535;
  color: #FFFFFF;
}
.box--theme-1 .button--secondary {
  background-color: #00A790;
  border-color: #353535;
  color: #353535;
}
.box--theme-2 {
  background-color: #353535;
  color: #FFFFFF;
  font-weight: normal;
}
.box--theme-2 .box__title {
  color: #FFFFFF;
}
.box--theme-2 .button--primary {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #353535;
}
.box--theme-2 .button--secondary {
  background-color: #353535;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.box--theme-3 {
  background-color: #FFDE17;
  color: #353535;
  font-weight: normal;
}
.box--theme-3 .box__title {
  color: #353535;
}
.box--theme-3 .button--primary {
  background-color: #353535;
  border-color: #353535;
  color: #FFFFFF;
}
.box--theme-3 .button--secondary {
  background-color: #FFDE17;
  border-color: #353535;
  color: #353535;
}
.box--theme-4 {
  background-color: #71619D;
  color: #FFFFFF;
  font-weight: normal;
}
.box--theme-4 .box__title {
  color: #FFFFFF;
}
.box--theme-4 .button--primary {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #353535;
}
.box--theme-4 .button--secondary {
  background-color: #71619D;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.box__text-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 4rem 3rem 4rem 0;
}
.box__text-container--hp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box__text-container--category {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1049px) {
  .box__text-container {
    padding: 2rem 0;
  }
}

.box__text {
  font-size: 20px;
  font-weight: normal;
}

.box__title {
  font-size: 24px;
  display: block;
  font-weight: bold;
  margin-bottom: 0.875rem;
}
.box__title--link {
  text-decoration: underline;
}
.box__title--external-link::after {
  display: inline-block;
  margin-left: 0.5rem;
}

.box__subheading {
  font-size: 20px;
  margin-bottom: 20px;
}

.box__buttons {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box__image {
  height: 100%;
}
.box__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1049px) {
  .category {
    margin-bottom: 36px;
  }
}
.category--centred {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 699px) {
  .category--centred {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
.category--centred .category__link {
  margin-bottom: 4px;
}

.category__heading--large {
  font-size: 32px;
  margin-bottom: 2.5rem;
}

.category__link {
  font-size: 40px;
  background-color: #353535;
  background-color: #353535;
  border-radius: 8px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.category__link:hover {
  background-color: rgba(53, 53, 53, 0.75);
}
@media only screen and (max-width: 1049px) {
  .category__link {
    font-size: 32px;
  }
}
.category__link--small {
  font-size: 32px;
}
.category--purple .category__link {
  background-color: #71619D;
}
.category--purple .category__link::after {
  background: url("../img/fan.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 100%;
}
.category--purple .category__link:hover {
  background-color: #453278;
}

.category__tagline {
  font-size: 20px;
  font-weight: normal;
  margin-top: 0.5rem;
}

.category__button__text {
  font-size: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: bold;
  padding: 1rem;
  text-align: left;
  word-wrap: break-word;
}
@media only screen and (max-width: 1199px) {
  .category__button__text {
    font-size: 20px;
  }
}

.category--purple .category__button-title {
  font-size: 24px;
  font-weight: bold;
}

.info-block {
  margin-bottom: 48px;
}
.info-block--dense {
  margin-bottom: 16px;
}
.info-block--dense .info-block__title {
  margin-bottom: 8px !important;
}
.info-block--speaker {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 899px) {
  .info-block--speaker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.info-block--boxed-text {
  border: 3px solid #353535;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 64px 24px;
}
@media only screen and (max-width: 899px) {
  .info-block--boxed-text {
    border-width: 2px;
    padding: 24px 32px 8px;
  }
}
.info-block .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.info-block__img {
  margin-bottom: 14px;
  width: 100%;
}

.info-block__caption {
  margin: 0 auto;
  max-width: 560px;
  text-align: center;
}

.info-block__quote {
  color: #00A790;
  margin-bottom: 28px;
}
.info-block__quote::before {
  font-size: 16px;
  color: #353535;
  display: block;
  margin-bottom: 16px;
}

.info-block__quotee {
  color: #353535;
}

.info-block__title a {
  color: #353535;
  text-decoration: none;
}

.info-block__inner {
  display: inline-block;
}
.info-block__inner--left {
  padding-left: 116px;
}
@media only screen and (max-width: 1190px) {
  .info-block__inner--left {
    padding-left: 58px;
  }
}
@media only screen and (max-width: 766px) {
  .info-block__inner--left {
    padding-left: 28px;
  }
}
.info-block__inner--right {
  padding-right: 116px;
}
@media only screen and (max-width: 1190px) {
  .info-block__inner--right {
    padding-right: 58px;
  }
}
@media only screen and (max-width: 766px) {
  .info-block__inner--right {
    padding-right: 28px;
  }
}

.info-block__button {
  font-size: 24px;
}
@media only screen and (max-width: 899px) {
  .info-block__button {
    font-size: 20px;
  }
}

.info-block__button--external::after {
  margin-left: 0.5rem;
}

.info-block__speaker-photo {
  border-radius: 50%;
  height: 160px;
  margin-right: 48px;
  width: 160px;
}
@media only screen and (max-width: 899px) {
  .info-block__speaker-photo {
    margin-bottom: 16px;
    margin-right: 0;
  }
}

.info-block__speaker__name {
  font-size: 32px;
  display: inline-block;
  line-height: 1.4375;
  margin-bottom: 8px;
}

.info-block__speaker__description {
  font-size: 24px;
  display: block;
}

.info-block__box-heading {
  font-size: 40px;
  line-height: 1.45;
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .info-block__box-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.info-block__box-text {
  font-size: 24px;
  line-height: 1.4375;
}
@media only screen and (max-width: 899px) {
  .info-block__box-text {
    font-size: 20px;
  }
}

.job-title {
  margin-bottom: 32px;
}

.filter li {
  display: inline-block;
  margin-right: 16px;
}
.filter li.selected a {
  border-bottom-color: #353535;
  color: #353535;
  font-weight: bold;
}
.filter__clear {
  color: #353535;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.filter__clear::after {
  margin-left: 8px;
  vertical-align: -3px;
}
.filter__clear:hover, .filter__clear:focus {
  color: #00A790;
}

.filter__heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1.125rem;
}

.fixed-back-link {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 40px;
}
.fixed-back-link::before {
  color: #353535;
  content: "◄";
  padding-right: 8px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.fixed-back-link:hover::before, .fixed-back-link:focus::before {
  color: #00A790;
}

.flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero {
  margin-bottom: 5rem;
}
.hero img {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 899px) {
  .hero {
    margin-bottom: 2.5rem;
  }
}

.highlight {
  background-color: #EEEEEE;
  padding: 3.5rem 0;
}
.highlight + .highlight {
  border-top: 1px solid #B7B8BF;
}

.highlight__section {
  display: block;
  margin-bottom: 40px;
}

.highlight__top-bar {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category-card {
  background-color: #71619D;
  border-radius: 0.5rem;
  border-radius: 8px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 1.5rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.category-card:hover {
  background-color: #453278;
}
.category-card::after {
  background: url("../img/category-bg.svg");
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  max-height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1049px) {
  .category-card {
    font-size: 32px;
  }
}

.category-card__button-text {
  padding: 1rem;
  text-align: left;
  word-wrap: break-word;
}

.category-card__button-title {
  font-size: 48px;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .category-card__button-title {
    font-size: 20px;
  }
}

.category-card__button-description {
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.category-card__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #453278;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 2.5rem;
}
.category-card__icon::before {
  color: #FFFFFF;
}
.category-card:hover .category-card__icon {
  background-color: #71619D;
}

.links {
  margin-bottom: 5rem;
}

.links__item {
  margin-bottom: 0.5rem;
}
.links__item:not(:last-of-type)::after {
  content: "|";
  color: rgba(0, 0, 0, 0.5);
  padding: 0 0.5rem;
}

.listing-block {
  display: block;
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .listing-block {
    margin-bottom: 40px;
  }
}
.listing-block--bordered {
  background-color: #FFFFFF;
  border: 2px solid #353535;
  padding: 30px;
}
.listing-block--theme {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .listing-block--theme {
    margin-bottom: 16px;
  }
}
.listing-block--theme::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(53, 53, 53, 0.75)), to(rgba(53, 53, 53, 0)));
  background: linear-gradient(0deg, rgba(53, 53, 53, 0.75), rgba(53, 53, 53, 0));
  bottom: 0;
  content: "";
  height: 120px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .listing-block--theme::before {
    height: 100px;
  }
}
.listing-block--theme .listing-block__link {
  font-size: 40px;
  bottom: 2rem;
  color: #FFFFFF;
  display: block;
  left: 2rem;
  padding-right: 1rem;
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .listing-block--theme .listing-block__link {
    font-size: 24px;
    bottom: 1rem;
    left: 1rem;
  }
}
.listing-block--theme .listing-block__link--small {
  font-size: 24px;
  bottom: 1rem;
  left: 1rem;
}

.listing-block__link-wrapper {
  color: inherit;
  display: block;
  text-decoration: none;
}

.listing-block__image-wrap {
  padding-bottom: 75%;
  margin-bottom: 14px;
}
@media only screen and (max-width: 899px) {
  .listing-block__image-wrap {
    height: auto;
    padding-bottom: 0;
  }
}

.listing-block__image {
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .listing-block__image {
    position: static;
  }
}

.listing-block__space {
  margin-bottom: 14px;
}

.listing-block__date {
  margin-bottom: 8px;
  margin-right: 0.5rem;
}

.listing-block__link {
  font-size: 24px;
  text-decoration: none;
}

.listing-block__external-link {
  font-size: 15px;
  margin-top: 0.5rem;
  text-decoration: none;
}
.listing-block__external-link::after {
  padding-left: 0.5rem;
}

.listing-block__description {
  font-size: 20px;
}
@media only screen and (max-width: 899px) {
  .listing-block__description {
    font-size: 16px;
  }
}

.listing-block__section-tag {
  background-color: #EEEEEE;
  color: #353535;
  margin-right: 8px;
  padding: 4px 12px;
  text-transform: uppercase;
}
.highlight .listing-block__section-tag {
  background-color: #FFFFFF;
}

.logo-grid__flex {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-grid__image {
  margin-bottom: 2.5rem;
}

.map {
  padding-bottom: 60%;
  background-image: url("../img/map.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
}

.map__pin {
  background-image: url("../img/pin.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 48px;
  width: 33px;
  position: absolute;
  display: none;
}
.map__pin--active {
  display: block;
}

.overlay {
  background-color: rgba(53, 53, 53, 0.75);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}
.overlay.open {
  display: block;
}

.overlay__inner {
  background-color: #FFFFFF;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  margin: 0 auto;
  max-height: 80vh;
  max-width: 910px;
  overflow-y: scroll;
  padding: 4rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overlay__close {
  margin-bottom: 1rem;
}
.overlay__close::before {
  font-size: 24px;
}

.overlay__heading {
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.overlay__heading::before {
  padding-right: 0.5rem;
}
.overlay__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  position: relative;
}
@media only screen and (max-width: 766px) {
  .navigation {
    height: auto;
  }
}

.nav {
  display: block;
}
.nav--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 100%;
  position: absolute;
  right: 116px;
  width: 100%;
}
@media only screen and (max-width: 1049px) {
  .nav--primary {
    right: 58px;
  }
}
@media only screen and (max-width: 766px) {
  .nav--primary {
    display: none;
    left: 28px;
    right: 28px;
    text-align: left;
  }
  .nav-open .nav--primary {
    display: block;
    padding-top: 112px;
  }
}
.nav--end, .nav--top {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 766px) {
  .nav--end, .nav--top {
    position: static;
  }
}
.nav--top {
  top: 1rem;
}
@media only screen and (max-width: 920px) {
  .nav--top {
    top: 0;
  }
}
.nav--end {
  bottom: 1rem;
}
@media only screen and (max-width: 920px) {
  .nav--end {
    bottom: 0;
  }
}
.nav--secondary {
  bottom: -64px;
  position: absolute;
  z-index: 2;
}
.nav-open .nav--secondary {
  display: none;
}
.nav--secondary li {
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  margin-right: 24px;
}
@media only screen and (max-width: 699px) {
  .nav--secondary li {
    font-size: 12px;
    margin-right: 12px;
  }
}
.nav--footer {
  line-height: 20px;
}
.nav--footer li {
  font-size: 16px;
  display: inline-block;
  margin-right: 24px;
  vertical-align: top;
}
@media only screen and (max-width: 899px) {
  .nav--footer li {
    margin: 0 16px 0 0;
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  .nav--footer li {
    display: block;
    margin: 0 0 16px 0;
  }
}
.nav--footer a {
  color: #FFFFFF;
  text-decoration: none;
}
.nav--social {
  line-height: 20px;
  margin-bottom: 16px;
}
.nav--social:last-of-type {
  margin-bottom: 3.25rem;
}
.nav--social li {
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.nav--social a,
.nav--social button {
  color: #FFFFFF;
  text-decoration: none;
}
.nav--social a::before,
.nav--social button::before {
  position: relative;
  top: -3px;
}
.nav--social .nav--social__text-link {
  font-size: 16px;
  color: #FFFFFF;
}
.nav--social .nav--social__text-link:hover, .nav--social .nav--social__text-link:focus {
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .nav--social .nav--social__text-link {
    display: block;
    margin: 8px 0 0;
  }
}
.nav--social .icon {
  font-size: 24px;
}
.nav--social-inline {
  margin-bottom: 120px;
}
.nav--social-inline a {
  color: #353535;
}
.nav--other-sites {
  margin-bottom: 3.25rem;
}
.nav--other-sites li {
  margin-bottom: 0.25rem;
}
.nav--other-sites a {
  color: #FFFFFF;
  text-decoration: none;
}
.nav--other-sites a::before {
  font-size: 24px;
  margin-right: 0.5rem;
}
.nav--right {
  text-align: right;
}
@media only screen and (max-width: 899px) {
  .nav--right {
    text-align: left;
  }
}

.nav__logo {
  background: url("../img/logo.svg?v=2") no-repeat;
  background-size: contain;
  display: inline-block;
  height: 90px;
  width: 210px;
  z-index: 1;
}
@media only screen and (max-width: 920px) {
  .nav__logo {
    height: 80px;
    width: 160px;
  }
}

.nav__ucl-logo {
  margin-left: 1.5rem;
}
@media only screen and (max-width: 1261px) {
  .nav__ucl-logo {
    margin-left: 1rem;
  }
}

.nav__item {
  font-size: 20px;
  display: inline-block;
  font-weight: 500;
  line-height: 28px;
  margin-left: 24px;
}
@media only screen and (max-width: 1049px) {
  .nav__item {
    font-size: 16px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .nav__item {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 766px) {
  .nav__item {
    font-size: 24px;
    display: block;
    margin: 0 0 20px;
    opacity: 0;
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  }
  .nav__item.visible {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.nav__link,
.dropdown__link,
.dropdown__button {
  border-bottom: 2px solid transparent;
  color: #353535;
  display: inline;
  position: relative;
  text-decoration: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.nav__link:hover, .nav__link:focus, .nav__item--selected .nav__link, .selected .nav__link,
.dropdown__link:hover,
.dropdown__button:hover,
.dropdown__link:focus,
.dropdown__button:focus,
.nav__item--selected .dropdown__link,
.nav__item--selected .dropdown__button,
.selected .dropdown__link,
.selected .dropdown__button {
  border-bottom-color: #353535;
}

.nav__search {
  background-color: #71619D;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 0.25rem 0.5rem 0.375rem;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.nav__search::before {
  font-size: 16px;
  padding-right: 8px;
  vertical-align: 0;
}
@media only screen and (max-width: 1049px) {
  .nav__search::before {
    vertical-align: -1px;
  }
}
.nav__search:hover, .nav__search:focus {
  background-color: rgba(113, 97, 157, 0.75);
}
@media only screen and (max-width: 1049px) {
  .nav__search {
    padding-bottom: 2px;
  }
}

.nav-toggle {
  display: none;
  height: 32px;
  line-height: 56px;
  position: absolute;
  right: 28px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  vertical-align: bottom;
  width: 24px;
  z-index: 1;
}
.nav-toggle:focus {
  outline: 0;
}
@media only screen and (max-width: 766px) {
  .nav-toggle {
    display: block;
  }
}

.nav-toggle__bar {
  background: #353535;
  display: block;
  height: 3.2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  width: 100%;
}
.nav-toggle__bar--top {
  top: 0;
}
.nav-open .nav-toggle__bar--top {
  left: 50%;
  top: 8px;
  width: 0;
}
.nav-toggle__bar--mid-a {
  top: 8px;
}
.nav-open .nav-toggle__bar--mid-a {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-toggle__bar--mid-b {
  top: 8px;
}
.nav-open .nav-toggle__bar--mid-b {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-toggle__bar--bottom {
  top: 16px;
}
.nav-open .nav-toggle__bar--bottom {
  left: 50%;
  top: 8px;
  width: 0;
}

.pagination li {
  display: inline-block;
  margin-right: 8px;
}

.page-section {
  padding: 7.5rem 0;
}
.page-section--border-bottom {
  border-bottom: 1px solid #EEEEEE;
}
@media only screen and (max-width: 899px) {
  .page-section {
    padding: 3.75rem 0;
  }
  .page-section--no-pad-d {
    padding: 0;
  }
}

.project-details {
  margin-bottom: 6.75rem;
}
@media only screen and (max-width: 899px) {
  .project-details {
    margin-bottom: 2.5rem;
  }
}

.project-details__block {
  font-size: 20px;
  margin-bottom: 2rem;
}

.project-details__tag {
  background-color: #E2DDF0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #71619D;
  display: inline-block;
  padding: 0 0.75rem;
  margin: 0 0.25rem 0.25rem 0;
  text-decoration: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.project-details__tag:hover, .project-details__tag:focus {
  border-color: #71619D;
}

.project-details__title {
  color: #686868;
  margin-bottom: 0.25rem;
}

.project-detail__status-concluded {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-detail__status-concluded::before {
  background: url("../img/status-tick.svg") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

.project-content-blocks {
  width: 66.6666666667%;
  margin-bottom: 5rem;
}
.project-content-blocks--quote {
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .project-content-blocks {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.project-content-blocks__image img {
  margin-bottom: 0.5rem;
}

.project-content-block__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  text-decoration: none;
}
.project-content-block__link::before {
  font-size: 24px;
}
.project-filter {
  margin-bottom: 2rem;
  position: relative;
}

.project-filter__toggle {
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  color: inherit;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  padding: 0.125rem 0.75rem 0;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.project-filter__toggle::after {
  font-size: 24px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.project-filter__toggle:hover, .project-filter__toggle.toggled {
  background-color: #71619D;
  color: #FFFFFF;
}
.project-filter__toggle:hover::after, .project-filter__toggle.toggled::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.project-filter__bar {
  padding: 0.5rem 0;
}

.project-filters__group {
  display: none;
  overflow: hidden;
  left: 0;
  padding-bottom: 40px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
}
.project-filters__group.active {
  display: block;
}
@media only screen and (max-width: 899px) {
  .project-filters__group {
    left: -1.75rem;
    right: -1.75rem;
    width: 120%;
  }
}

.project-filters__shadow {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
  padding: 2rem 0;
}

.project-filters__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-filters__item label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #353535;
  border-radius: 0.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-bottom: 0.25rem;
  padding: 0.125rem 0.75rem 0;
  position: relative;
}
.project-filters__item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  height: 1.2rem;
  margin-left: -0.2rem;
  margin-top: 0.05rem;
  width: 0;
}
.project-filters__item input[type=checkbox]:focus + label, .project-filters__item input[type=checkbox]:hover + label, .project-filters__item input[type=checkbox]:checked + label {
  background-color: #71619D;
  border-color: #71619D;
  color: #FFFFFF;
}
.project-filters__item input[type=checkbox]:focus + label {
  outline: 2px solid #00A790;
}

.project-filters__cols--3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
@media only screen and (max-width: 899px) {
  .project-filters__cols--3 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.project__filters-current {
  margin-top: 1rem;
}

@media only screen and (max-width: 899px) {
  .project-filter__text {
    display: none;
  }
}

@media only screen and (max-width: 899px) {
  .project-filter__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

@media only screen and (max-width: 899px) {
  .project-filter__item {
    padding-bottom: 0.5rem;
    position: relative;
  }
}

.project-highlight {
  background-color: #353535;
  border-radius: 0.5rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.75rem;
  overflow: hidden;
}

.project-highlight__content {
  padding: 4.75rem 2.875rem 2.875rem 2.5rem;
}

.project-highlight__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.project-highlight__title a {
  border-bottom: 2px solid #FFFFFF;
  color: inherit;
  text-decoration: none;
}

.project-higlight__image {
  height: 100%;
}
.project-higlight__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-highlight__text {
  font-size: 20px;
  margin-bottom: 1rem;
}
.project-highlight__text a {
  color: inherit;
  text-decoration: underline;
}
.project-highlight__text a:hover {
  text-decoration: none;
}

.project-item {
  color: inherit;
  margin-bottom: 5rem;
  text-decoration: none;
}

.project-item__image {
  margin-bottom: 1.5rem;
}
.project-item__image img {
  border: 1px solid #B7B8BF;
}

.project-item__details {
  margin-bottom: 1rem;
}

.project-item__link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.project-item__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
  text-decoration: underline;
}
.project-item__link:hover .project-item__title {
  text-decoration: none;
}

.project-item__description {
  font-size: 20px;
}

.project-item__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  margin: 0.5rem 0;
}
.project-item__button::after {
  display: block;
  margin-inline: 0.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.project-item__button.toggler--toggled::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.project-item__sub-projects {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  visibility: hidden;
}
.project-item__sub-projects li {
  padding-left: 2rem;
  position: relative;
}
.project-item__sub-projects li::before {
  content: url("../img/nest-line.svg");
  left: 0;
  position: absolute;
}
.project-item__sub-projects li::after {
  content: "";
}
.project-item__sub-projects li:last-of-type::before {
  content: url("../img/nest-line-end.svg");
}
.project-item__sub-projects a {
  color: inherit;
  font-weight: bold;
}
.project-item__sub-projects a:hover, .project-item__sub-projects a:focus {
  text-decoration: none;
}
.project-item__sub-projects.toggled {
  max-height: 1000px;
  visibility: visible;
}

.project-listing {
  margin-bottom: 160px;
}
@media only screen and (max-width: 899px) {
  .project-listing {
    margin-bottom: 48px;
  }
}
.project-listing--pinned {
  background-color: #EEEEEE;
}
.project-listing--pinned.project-listing--invert {
  background-color: #FFFFFF;
}
.project-listing--compact {
  margin-bottom: 2.5rem;
}

.project-listing__title {
  font-size: 24px;
}

.project-listing__img {
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.project-listing--compact .project-listing__img {
  margin-bottom: 2.125rem;
}
@media only screen and (max-width: 899px) {
  .project-listing__img {
    margin-bottom: 20px;
  }
}

.project-listing__tag-container {
  left: 32px;
  position: absolute;
  top: 32px;
}

.project-listing__category-tag {
  background-color: #EEEEEE;
  color: #353535;
}

.project-listing__pinned-tag {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
.project-listing__pinned-tag::before {
  display: inline-block;
  margin-right: 0.6rem;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}
.project-listing--compact .project-listing__pinned-tag {
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0.3125rem 0.6875rem;
}

.project-listing__sub-projects {
  margin-bottom: 0.625rem;
}

.project-listing__inner {
  display: inline-block;
}
.project-listing__inner--left {
  padding-left: 116px;
}
@media only screen and (max-width: 1190px) {
  .project-listing__inner--left {
    padding-left: 58px;
  }
}
@media only screen and (max-width: 899px) {
  .project-listing__inner--left {
    padding-left: 0;
  }
}
.project-listing__inner--right {
  padding-right: 116px;
}
@media only screen and (max-width: 1190px) {
  .project-listing__inner--right {
    padding-right: 58px;
  }
}
@media only screen and (max-width: 899px) {
  .project-listing__inner--right {
    padding-right: 0;
  }
}
.project-listing--pinned .project-listing__inner {
  padding: 0 2rem 2rem;
}

.project-listing__external-link::after {
  padding-left: 0.5rem;
}

.project-listing__category-tag, .project-listing__pinned-tag {
  padding: 4px 12px 5.3333333333px;
  text-transform: uppercase;
}

.pub-filter {
  background-color: #353535;
  padding: 2.5rem 0;
  margin-bottom: 2.5rem;
}

.pub-filter__button {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: bold;
}
.pub-filter__button::after {
  padding-left: 1rem;
}

.pub-filter__group {
  padding-top: 2rem;
}

.pub-filter__title {
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.pub-filter__link {
  border: 1px solid #FFFFFF;
  border-radius: 0.25rem;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.375rem;
  padding: 0.25rem 0.75rem 0 0.75rem;
  text-decoration: none;
}
.pub-filter__link--disabled {
  border-color: #B7B8BF;
  color: #B7B8BF;
  pointer-events: none;
}
.pub-filter__link:hover, .pub-filter__link--selected {
  background-color: #FFFFFF;
  color: #353535;
}

.pub-filter__search {
  margin-top: 1.5rem;
}

.pub-filter__search-input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.pub-filter__search-input input {
  padding: 1rem 2rem 1rem 1rem;
  width: 100%;
}

.pub-filter__submit {
  position: absolute;
  right: 1rem;
}
.publication {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.publication::after {
  background-color: #B7B8BF;
  bottom: 0;
  content: "";
  height: 1px;
  margin: 0 auto;
  left: 0;
  position: absolute;
  right: 0;
  width: 95%;
}

.publication__image {
  border: 1px solid #B7B8BF;
  overflow: hidden;
}
@media only screen and (max-width: 699px) {
  .publication__image {
    margin-bottom: 1rem;
  }
}

.publication__categories {
  margin-bottom: 1rem;
}

.publication__cat-group {
  margin-right: 1rem;
}
@media only screen and (max-width: 699px) {
  .publication__cat-group {
    margin: 0 0 1rem 0;
  }
}

.publication__title {
  font-size: 24px;
  color: inherit;
  font-weight: bold;
  margin-bottom: 1rem;
  text-decoration: underline;
}

.publication__publication {
  margin-bottom: 1rem;
}
.publication__publication--page {
  margin-bottom: 2rem;
}

.publication__button {
  color: inherit;
  display: block;
  font-weight: bold;
  margin-right: 1rem;
  text-decoration: none;
}
.publication__button::before {
  padding-right: 0.5rem;
}
.publication__intro {
  color: #000000;
}

.publication__cat-title {
  font-size: 12px;
  margin-bottom: 0.25rem;
}

.publication__tag {
  background-color: #EEEEEE;
  border-radius: 0.25rem;
  padding: 0.125rem 0.75rem;
  margin-right: 0.25rem;
}
.publication__tag:last-of-type {
  margin-right: 0;
}

.search {
  background-color: #71619D;
}
.search--populated {
  margin-bottom: 56px;
}

.search__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
}
@media only screen and (max-width: 1049px) {
  .search__inner {
    height: 500px;
  }
}
.search--populated .search__inner {
  height: 200px;
}

.search__form {
  border-bottom: 1px solid #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search__form input {
  font-size: 48px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1049px) {
  .search__form input {
    font-size: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .search__form input {
    font-size: 32px;
  }
}
.search__form input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.search__form input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.search__form input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.search__form input::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.search__form input::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.search__form input:focus {
  outline: 0;
}

.section {
  padding: 0;
  z-index: 1;
}
.section--header {
  padding: 40px 0 56px;
  z-index: 2;
}
@media only screen and (max-width: 899px) {
  .section--header {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 766px) {
  .nav-open .section--header {
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    padding-bottom: 2rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
}
.section--main {
  position: relative;
  z-index: 1;
}
.section--subnav {
  margin-top: 32px;
}
@media only screen and (max-width: 899px) {
  .section--subnav {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 699px) {
  .section--subnav {
    margin-top: 48px;
  }
}
.section--partners {
  border-top: 1px solid #B7B8BF;
  padding: 60px 0 36px;
}
.section--banner {
  padding: 60px 0;
}
.section--footer {
  background-color: #353535;
  color: #FFFFFF;
  padding: 60px 0;
  position: relative;
}
.section--no-border {
  border: none;
}

.social-share li {
  display: inline-block;
  margin-right: 12px;
}
.social-share a::after {
  content: none;
}

.related-project {
  color: inherit;
}
@media only screen and (max-width: 899px) {
  .related-project {
    margin-bottom: 2rem;
  }
}

.related-project__image {
  width: 80px;
}

.related-project__container {
  padding: 1rem;
  background-color: #EEEEEE;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .related-project__container {
    margin-bottom: 2rem;
  }
}

.team-listing-link {
  display: block;
  margin-bottom: 96px;
  text-decoration: none;
}
.team-listing-link img {
  margin-bottom: 20px;
}
.team-listing-link--row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
.team-listing-link--row img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 20%;
}

.team-listing-link__name {
  font-size: 20px;
  color: #353535;
  margin-bottom: 4px;
  text-decoration: underline;
}

.team-listing-link__role {
  color: #353535;
}

.team__title {
  margin-bottom: 8px;
}

.team__role {
  color: #353535;
  margin-bottom: 48px;
}

.team__email {
  text-decoration: underline;
}

.team-member {
  color: inherit;
  margin-bottom: 3rem;
  text-decoration: none;
}

a .team-member__name {
  text-decoration: underline;
}

.team-member__image {
  width: 80px;
}

.timeline__item__wrapper::after {
  border: 2px solid #71619D;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.timeline__year {
  font-size: 32px;
  color: #353535;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .timeline__year {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

.timeline__item__wrapper {
  position: relative;
  margin-bottom: 50px;
}
.timeline__item__wrapper::after {
  height: 100%;
}
@media only screen and (max-width: 899px) {
  .timeline__item__wrapper::after {
    display: none;
  }
}

.timeline__item__inner {
  margin-bottom: 56px;
}
@media only screen and (max-width: 899px) {
  .timeline__item__inner {
    margin-bottom: 0;
  }
}

.timeline__subtitle {
  font-size: 24px;
  color: #353535;
  line-height: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1049px) {
  .timeline__subtitle {
    margin-bottom: 12px;
  }
}

.timeline__text__body {
  font-size: 24px;
}
@media only screen and (max-width: 1049px) {
  .timeline__text__body {
    font-size: 12px;
  }
}

.timeline__fig {
  display: block;
  margin-bottom: 50px;
}
.timeline__fig img {
  display: inline-block;
  margin-bottom: 10px;
}

.timeline__video {
  margin-bottom: 50px;
}

.timeline__fig__caption {
  font-size: 12px;
  clear: both;
  color: #353535;
}
.timeline__item__inner--left .timeline__fig__caption {
  text-align: right;
}

.timeline-block {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.toggler__button {
  font-size: 20px;
  background-color: #231F20;
  color: #FFFFFF;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  text-align: left;
  width: 100%;
}

.toggler__group {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.toggler__group.toggled {
  opacity: 1;
  visibility: visible;
  position: static;
}

.ufz-filter__link {
  color: #FFFFFF;
}
.ufz-filter__link--disabled {
  text-decoration: none;
}

.ufz-filter__selection li {
  font-size: 20px;
  display: inline;
}

.ufz-filter__title {
  font-size: 20px;
}

.ufz-filter__group {
  background-color: #71619D;
  color: #FFFFFF;
  padding: 1.5rem;
}

.home-content {
  padding-top: 3.5rem;
}
@media only screen and (max-width: 699px) {
  .home-content {
    padding: 2rem 0;
  }
}

.home-content__image {
  border: 1px solid #B7B8BF;
  display: block;
  overflow: hidden;
}
.home-content__image img {
  width: 100%;
}

.home-content__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 699px) {
  .home-content__title {
    margin-top: 1rem;
  }
}
.home-content__title a {
  border-bottom: 2px solid #353535;
  color: #353535;
  text-decoration: none;
}

.home-content__body {
  font-size: 20px;
  margin-bottom: 1rem;
}
.home-content__body a {
  border-bottom: 2px solid #353535;
  color: #353535;
  display: inline;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.home-content__body a:hover, .home-content__body a:focus {
  border-bottom-color: #4f4f4f;
  color: #4f4f4f;
}

.dropdown {
  position: relative;
}
@media only screen and (min-width: 766px) {
  .dropdown:hover .dropdown__content, .dropdown:focus .dropdown__content {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    visibility: visible;
  }
  .dropdown:hover .dropdown__button, .dropdown:focus .dropdown__button {
    z-index: 3;
  }
}

.dropdown__button {
  border: none;
  font-size: 100%;
  width: auto;
}
.dropdown__button::after {
  margin-left: 0.5rem;
}
.dropdown--open .dropdown__button {
  z-index: 3;
}

.dropdown__content {
  background: #FFFFFF;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  padding: 6.625rem 3rem 3rem;
  opacity: 0;
  left: -3rem;
  top: -2rem;
  position: absolute;
  visibility: hidden;
  z-index: 2;
}
.dropdown__content--min-width {
  min-width: 250px;
}
@media only screen and (max-width: 1499px) {
  .dropdown__content {
    left: -2rem;
    padding: 4.5rem 2rem 1.5rem;
    top: -1.5rem;
  }
}
@media only screen and (max-width: 1049px) {
  .dropdown__content--min-width {
    min-width: 200px;
  }
}
@media only screen and (max-width: 766px) {
  .dropdown__content {
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 0;
    padding: 0;
    position: static;
  }
}
.dropdown__item {
  margin-bottom: 1rem;
  white-space: nowrap;
}

.dropdown--open .dropdown__content {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: visible;
}
@media only screen and (max-width: 766px) {
  .dropdown--open .dropdown__content {
    height: auto;
    padding: 1.5rem 0;
  }
}

.countdown {
  font-size: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 699px) {
  .countdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.countdown--theme-1 {
  font-weight: bold;
}
.countdown--theme-1 .countdown__text-container {
  background-color: #00A790;
  color: #353535;
}
.countdown--theme-1 .countdown__link {
  color: #353535;
}
.countdown--theme-2 {
  font-weight: normal;
}
.countdown--theme-2 .countdown__text-container {
  background-color: #353535;
  color: #FFFFFF;
}
.countdown--theme-2 .countdown__link {
  color: #FFFFFF;
}
.countdown--theme-3 {
  font-weight: normal;
}
.countdown--theme-3 .countdown__text-container {
  background-color: #FFDE17;
  color: #353535;
}
.countdown--theme-3 .countdown__link {
  color: #353535;
}
.countdown--theme-4 {
  font-weight: normal;
}
.countdown--theme-4 .countdown__text-container {
  background-color: #71619D;
  color: #FFFFFF;
}
.countdown--theme-4 .countdown__link {
  color: #FFFFFF;
}

.countdown__text-container {
  border-radius: 8px;
  padding: 4rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1049px) {
  .countdown__text-container {
    padding: 2rem;
  }
}
@media only screen and (max-width: 699px) {
  .countdown__text-container {
    margin: 0 2rem;
  }
}
@media only screen and (max-width: 400px) {
  .countdown__text-container {
    margin: 0 1rem;
  }
}

.coundown__heading {
  font-size: 20px;
  margin-bottom: 1rem;
}

.countdown__meta {
  font-size: 16px;
  margin-bottom: 1rem;
}

.countdown__link {
  display: block;
  margin-bottom: 2.125rem;
}

.countdown__count {
  font-size: 40px;
}

.countdown__main-image {
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -3.75rem;
  overflow: hidden;
  position: relative;
  width: 57%;
  z-index: 1;
}
.countdown__main-image img {
  width: 100%;
}
@media only screen and (max-width: 699px) {
  .countdown__main-image {
    margin-left: 0;
    margin-top: -3.75rem;
    width: auto;
  }
}

.countdown__image-credit {
  font-size: 16px;
  background-color: rgba(53, 53, 53, 0.8);
  border-radius: 8px;
  bottom: 1.6rem;
  color: #FFFFFF;
  left: 4.75rem;
  padding: 0.3rem 0.5rem;
  position: absolute;
  right: 1.6rem;
}
@media only screen and (max-width: 699px) {
  .countdown__image-credit {
    left: 1.6rem;
  }
}

.world-map {
  padding-bottom: 50.7625272331%;
  width: 100%;
  margin-bottom: 4rem;
  position: relative;
}
.world-map svg {
  max-width: 100%;
  width: 100%;
}

.arrow-button {
  font-size: 16px;
  opacity: 0.5;
}
.arrow-button--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 1.375rem;
}
.arrow-button--enabled {
  opacity: 1;
}

.arrow-button-outer {
  display: none;
}
@media only screen and (max-width: 1049px) {
  .arrow-button-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.embla {
  margin: 0 -4px;
  overflow: hidden;
  padding: 4px;
  position: relative;
}
.embla--overflow {
  overflow: visible;
}

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

.embla__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 4px;
  position: relative;
}

.embla__nav {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0.5rem;
  top: 0;
}
.embla__nav--translate-up {
  -webkit-transform: translateY(-6rem);
          transform: translateY(-6rem);
}

.embla__nav-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEEEEE;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
}
.embla__nav-button::after {
  font-size: 12px;
  color: #B7B8BF;
  display: block;
}
.embla__nav-button--enabled {
  background-color: #353535;
}
.embla__nav-button--enabled::after {
  color: #FFFFFF;
}

.embla__nav-button--prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sub-listing {
  padding: 1rem;
}
@media only screen and (max-width: 1049px) {
  .sub-listing {
    margin-bottom: 2rem;
    padding: 0;
  }
}
.sub-listing--highlight {
  background-color: #EEEEEE;
}
@media only screen and (max-width: 1049px) {
  .sub-listing--highlight {
    padding: 1rem;
  }
}

.sub-listing__item {
  margin-bottom: 2rem;
}

.sub-listing__item-link {
  color: #353535;
  text-decoration: none;
}

.sub-listing__item-image {
  margin-bottom: 1rem;
}

.sub-listing__item-title {
  margin-bottom: 0;
}

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

.breadcrumbs__item:not(:last-child)::after {
  content: ">";
  margin: 0 1rem;
}

.listing-slider__header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

.listing-slider__heading {
  margin-bottom: 0;
}

.listing-slider__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}
.listing-slider__navigation--hide {
  display: none;
}

.homepage-highlight__heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.homepage-highlight__image {
  border-radius: 8px;
  margin-bottom: 2rem;
}

.featured-entries {
  position: relative;
}

.featured-entries__colour-block {
  background-color: #71619D;
  height: 60%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .featured-entries__colour-block {
    height: 75%;
  }
}
@media only screen and (max-width: 699px) {
  .featured-entries__colour-block {
    height: 100%;
  }
}

.featured-entries__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4rem;
}

.featured-entry {
  color: #FFFFFF;
}

@media only screen and (max-width: 899px) {
  .featured-entry__header {
    width: calc(100% - 6rem);
  }
}
@media only screen and (max-width: 699px) {
  .featured-entry__header {
    width: 100%;
  }
}

.featured-entry__tag {
  border: 1px solid #EEEEEE;
  color: #EEEEEE;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
  text-transform: uppercase;
}

.featured-entry__heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 899px) {
  .featured-entry__heading {
    font-size: 24px;
  }
}

.featured-entry__text {
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.featured-entry__image {
  border-radius: 8px;
  margin-top: 2rem;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .featured-entry__image {
    margin-bottom: 2rem;
  }
}

.featured-entry__button {
  border: none;
}
.section-link,
.highlight__section-link {
  color: #353535;
  text-decoration: none;
}
.section-link::after,
.highlight__section-link::after {
  font-size: 12px;
  margin-left: 0.5rem;
}

.publication-listing-item__link {
  font-size: 24px;
  background-color: #71619D;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding: 2.25rem;
}

.publication-listing-item__authors {
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.loadomatic__trigger--hidden, .js .loadomatic__pagination, .loadomatic__message--hidden {
  display: none;
}

.loadomatic__trigger {
  display: block;
  line-height: 1.5;
  margin: 0 auto 3rem;
}
.loadomatic__trigger:focus {
  outline: 0;
}
.loadomatic__trigger--disabled {
  pointer-events: none;
}