@charset "UTF-8";
@font-face {
  font-family: 'Helverial';
  src: url("../fonts/Helverial-Regular.woff"); }

@font-face {
  font-family: 'Arielvetica';
  src: url("../fonts/Arielvetica-Regular.woff"); }

@font-face {
  font-family: 'Arielvetica_M';
  src: url("../fonts/Arielvetica-Medium.woff"); }

@font-face {
  font-family: 'Arielvetica';
  src: url("../fonts/Arielvetica-Italic.woff");
  font-style: italic; }

@font-face {
  font-family: 'Stanley';
  src: url("../fonts/StanleyRegular.woff"); }

@font-face {
  font-family: 'Stanley';
  src: url("../fonts/StanleyRegularItalic.woff");
  font-style: italic; }

@font-face {
  font-family: 'Garamond';
  src: url("../fonts/GaramondBE-Regular.woff"); }

@font-face {
  font-family: 'Garamond';
  src: url("../fonts/GaramondBE-Italic.woff");
  font-style: italic; }

@font-face {
  font-family: 'TW';
  src: url("../fonts/schrijfmachine-roman-webfont.woff");
  font-style: italic; }

* {
  margin: 0;
  padding: 0;
  font: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

html {
  font-size: 10px;
  scroll-behavior: smooth; }
  @media (max-width: 480px) {
    html {
      font-size: 9px; } }

blockquote {
  margin: 1em 0 1em 3em;
  line-height: 1.1; }
  blockquote + h2 {
    margin-top: 2em !important; }

strong {
  text-transform: uppercase; }

em {
  font-family: 'Arielvetica';
  font-style: italic;
  line-height: 1; }

small {
  color: #cccccc; }

h1 i, .event-card__title i {
  text-decoration: line-through; }

.event-card__title {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

p img {
  margin: 0 auto; }

h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em; }

s, del {
  text-decoration: none; }

body {
  font-size: 2.6rem;
  line-height: 1.2;
  font-family: "Helverial", sans-serif;
  letter-spacing: 0.65px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  body .mobile {
    overflow: hidden;
    position: fixed; }
  body:not(.ready) {
    pointer-events: none; }
  @media (max-width: 1366px) {
    body {
      font-size: 2.4rem; } }
  .msie body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

::-moz-selection {
  background: #cccccc;
  color: white; }

::selection {
  background: #cccccc;
  color: white; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg); }
  50% {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg); }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg); }
  50% {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg); }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg); } }

.menu-trigger {
  font-size: 7vw; }
  .menu-trigger:hover {
    color: #ccc;
    cursor: pointer; }
  @media (max-width: 640px) {
    .menu-trigger {
      font-size: 3.8rem;
      padding-top: 2px; } }

.menu {
  width: 50vw;
  height: 100vh;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.7rem 1.2rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  @media (max-width: 640px) {
    .menu {
      width: 100vw; } }
  .menu.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: -10px 0px 12px 0px rgba(0, 0, 0, 0.14);
            box-shadow: -10px 0px 12px 0px rgba(0, 0, 0, 0.14); }
  .menu .menu-close {
    position: fixed;
    top: 0.7rem;
    right: 1.2rem; }
    .menu .menu-close:hover {
      color: #ccc;
      cursor: pointer; }
  .menu__extras #fieldEmail {
    border-radius: 1em;
    border: 2px solid black;
    padding-left: 2rem;
    font-size: 7vw;
    width: calc(100%); }
    @media (max-width: 640px) {
      .menu__extras #fieldEmail {
        font-size: 3.8rem; } }
    .menu__extras #fieldEmail:focus {
      color: blue;
      border-color: currentColor; }
  .menu__extras.socials a {
    font-size: 7vw;
    display: inline; }
  .menu nav h1 {
    font-size: 2.4rem;
    margin: 0; }
  .menu nav hr {
    margin-top: 1em; }
  .menu nav a {
    font-size: 7vw;
    line-height: 1;
    display: block; }
    @media (max-width: 640px) {
      .menu nav a {
        font-size: 3.8rem;
        line-height: 1;
        display: block; } }
  .menu nav .socials a {
    display: inline; }
    .menu nav .socials a:not(:last-of-type):after {
      content: ', '; }
    @media (max-width: 640px) {
      .menu nav .socials a {
        font-size: 3.8rem;
        display: inline-block; } }

.back-to-top {
  display: none; }

.page {
  padding: 2em 0 8em; }

.clippy {
  position: fixed; }

.full-takeover {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.coin-wrapper {
  width: 25rem;
  height: 25rem;
  -webkit-perspective: 600px;
          perspective: 600px;
  position: absolute;
  top: 4rem;
  right: 2rem;
  z-index: 20; }

.coin {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  cursor: pointer; }
  .coin:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }
    .coin:hover .coin__front, .coin:hover .coin__back {
      color: blue;
      background: white; }
  .coin__front, .coin__back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    color: blue;
    background: white;
    border: 2px solid blue;
    border-radius: 50%;
    text-align: center; }
    .coin__front span, .coin__back span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 80%; }
  .coin__back {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }

.marquee {
  background: white;
  color: black;
  height: 5.4rem;
  width: 100vw;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 4rem;
  font-family: "TW", Courier, monospace;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  padding-top: 0;
  position: fixed;
  bottom: 0; }
  .marquee p {
    max-width: 100%; }

a.marquee {
  cursor: pointer; }
  a.marquee:hover {
    color: blue; }

a {
  text-decoration: none; }

a.active {
  text-decoration: underline; }

a:hover {
  color: #cccccc; }

ul li {
  border-bottom: 2px solid; }

hr {
  border: none;
  border-bottom: 2px solid black;
  margin-bottom: 1em; }

p {
  margin-bottom: 1em;
  max-width: 96rem; }
  p a {
    text-decoration: underline; }

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

.heading, h1, h2 {
  font-family: "Arielvetica", sans-serif;
  font-size: 5rem;
  line-height: 1.1; }
  @media (max-width: 1366px) {
    .heading, h1, h2 {
      font-size: 3.6rem; } }

h1, h2 {
  margin-bottom: 1.2rem; }

.small {
  font-size: 1.2rem; }

ul {
  list-style: none;
  margin-bottom: 1em; }

img {
  display: block;
  max-width: 100%; }
  img.load {
    -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    img.load:not(.loaded) {
      opacity: 0; }

img:hover {
  -webkit-filter: drop-shadow(0px 0px 10px transparent);
          filter: drop-shadow(0px 0px 10px transparent); }

.caps {
  font-family: "Arielvetica", sans-serif;
  text-transform: uppercase; }

.light {
  color: #aaa; }

figure {
  margin-bottom: 1em; }
  figure figcaption {
    font-size: 1.8rem;
    margin: 0.5em 0 1em; }

.event__text {
  padding-bottom: 10rem; }
  .event__text figure {
    margin: 0 auto 1.2rem auto;
    display: table; }
    .event__text figure figcaption {
      font-size: 1.8rem;
      margin-top: 0.4rem;
      display: table-caption;
      caption-side: bottom; }
  .event__text i {
    font-family: "TW", Courier, monospace;
    font-size: 2rem;
    display: inline-block;
    line-height: 1.1;
    max-width: 95%;
    letter-spacing: 0;
    margin-top: 1em; }
    .event__text i i {
      margin-top: 0; }
  .event__text p i {
    margin-top: 0; }

.logos {
  margin-bottom: 0; }

.hide {
  display: none; }

.site-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: calc(100vh - 10.5rem);
  overflow-y: auto; }

.investigations {
  padding: 0 0.6rem 1.5rem;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.14);
  font-size: 7vw;
  letter-spacing: 0;
  line-height: 1; }
  @media (max-width: 640px) {
    .investigations {
      font-size: 3.8rem;
      padding-bottom: 0;
      line-height: 1.1;
      height: 5rem;
      -webkit-overflow-scrolling: touch;
      padding-top: 0.4rem;
      position: relative;
      z-index: 1;
      padding-bottom: 0; } }
  .investigations span {
    color: #cccccc; }
  .investigations a:after {
    content: '.'; }
  .investigations a:last-of-type:after {
    content: ''; }

.top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 0;
  -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.14);
  background: white;
  z-index: 10;
  overflow-y: hidden;
  height: 10.5rem; }
  @media (max-width: 640px) {
    .top {
      height: 5rem; } }
  .top small {
    font-family: "TW", Courier, monospace; }
  .top h1 {
    font-size: 7vw;
    width: 50vw; }
    @media (max-width: 640px) {
      .top h1 {
        font-size: 3.8rem;
        width: 50vw; } }
  .top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .top__nav {
    border-left: 2px solid;
    font-size: 2.6rem;
    padding-left: 0.75rem;
    padding-top: 1.75rem;
    line-height: 1; }
    @media (max-width: 640px) {
      .top__nav {
        border-left: 0;
        margin-left: 0;
        font-size: 3.8rem;
        width: 50vw; } }
  .top .socials {
    margin-top: -3px; }
    @media (max-width: 640px) {
      .top .socials {
        margin-top: 0px; } }
  .top__search {
    padding-left: 1.2rem;
    padding-top: 1.2rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    margin-left: auto; }
    @media (max-width: 640px) {
      .top__search {
        padding-top: 2.2rem; } }
    .top__search__trigger {
      margin-top: 4px;
      margin-right: 0.6rem;
      font-size: 7vw; }
      @media (max-width: 640px) {
        .top__search__trigger {
          font-size: 3.8rem;
          margin-top: -1.2rem; } }
    .top__search__clear {
      font-size: 7vw;
      margin-top: 4px;
      margin-right: 0.8rem;
      display: none;
      z-index: 500; }
      @media (max-width: 640px) {
        .top__search__clear {
          font-size: 2.6rem;
          margin-top: -0.6rem;
          margin-right: 0.4rem; } }
    .top__search__input {
      font-family: 'Helverial', sans-serif;
      font-size: 7vw;
      overflow-y: hidden;
      border: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      letter-spacing: 0;
      display: none;
      outline: none;
      padding-right: 0.6rem;
      width: 100vw;
      line-height: 1.1;
      margin-top: -2.25rem;
      position: absolute;
      left: 2rem;
      padding-left: 0.5rem; }
      @media (max-width: 640px) {
        .top__search__input {
          font-size: 3.8rem;
          margin-top: -2.1rem;
          height: 4.8rem;
          left: 0.6rem; } }
  .top__heading {
    padding-top: 1rem;
    padding-left: 0.6rem;
    width: calc(100% * 2 / 3 - 3.2rem / 2 + 2px);
    letter-spacing: 1em; }
    @media (max-width: 640px) {
      .top__heading {
        letter-spacing: 1.25rem !important; } }
    .top__heading span {
      display: none; }
    @media (max-width: 640px) {
      .top__heading {
        letter-spacing: 0;
        padding-top: 0.95rem; }
        .top__heading span {
          display: none; } }

.event-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.6rem;
  padding-top: 1rem; }
  @media (max-width: 640px) {
    .event-cards {
      width: calc(100vw - 0.8rem); } }
  .event-cards .event__related {
    margin-top: 0; }
  .event-cards .event-card__wrapper {
    padding: 0.6rem;
    padding-top: 0;
    width: 100%; }
    .event-cards .event-card__wrapper.series-parent .event__related {
      display: none; }
    .event-cards .event-card__wrapper.series-parent > .event-card > .event-card__link .event-card__title {
      text-transform: uppercase; }
    .event-cards .event-card__wrapper .event-card__wrapper {
      width: 100% !important;
      padding: 0 !important; }
  .event-cards[min-width~="640px"] .event-card__wrapper {
    width: calc(100% * 1 / 2); }
  .event-cards[min-width~="960px"] .event-card__wrapper {
    width: calc(100% * 1 / 3); }

[data-page="home"] main .sheet__overflow__page__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  [data-page="home"] main .sheet__overflow__page__flex > div:not(.pagination-waypoint) {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }

[data-page="home"] main .calendar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 20rem;
  margin-right: 1rem;
  display: none; }
  [data-page="home"] main .calendar__next, [data-page="home"] main .calendar__full, [data-page="home"] main .calendar__years {
    border-top: 2px solid;
    padding-bottom: 2rem; }
  [data-page="home"] main .calendar__full {
    text-align: center;
    min-height: 400px; }
  [data-page="home"] main .calendar__years__single {
    display: inline-block;
    height: 4rem;
    border-radius: 2rem;
    background: white;
    -webkit-box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
    padding: 0.5rem 1rem 0;
    margin-bottom: 0.5rem; }
    [data-page="home"] main .calendar__years__single:hover {
      color: blue;
      cursor: pointer; }

[data-page="home"] main .event-cards[min-width~="960px"] .event-card__wrapper {
  width: calc(100% * 1 / 3); }

.spinner {
  position: fixed;
  bottom: 2em;
  left: 2em;
  z-index: 2000000; }
  .spinner img {
    width: auto;
    height: 28.8rem; }
  @media (max-width: 480px) {
    .spinner {
      display: none; } }

.sound-bubble {
  position: fixed;
  right: 12rem;
  top: 8rem;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: yellow;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-shadow: 0px 0px 30px 30px yellow;
          box-shadow: 0px 0px 30px 30px yellow; }
  .sound-bubble:hover span {
    opacity: 1; }
  .sound-bubble:hover img {
    display: none; }
  .sound-bubble:hover a {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    color: black; }
  .sound-bubble a {
    font-size: 2.1rem;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    width: 100%;
    height: 100%; }
    .sound-bubble a span {
      position: absolute;
      top: 50%;
      left: 50%;
      letter-spacing: 0;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      opacity: 0; }
    .sound-bubble a em {
      font-size: 2.3rem;
      font-style: normal;
      letter-spacing: 0.65px;
      text-decoration: underline; }

.pill {
  width: 80rem !important;
  display: inline-block !important;
  height: 4rem;
  border-radius: 20px;
  background: white;
  -webkit-box-shadow: 0px 2px 30px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 30px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  display: none; }

.pill-message {
  background: white;
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 40px;
  padding: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 30px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 30px 10px rgba(0, 0, 0, 0.15);
  font-size: 3.8rem;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0;
  line-height: 1;
  color: blue;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated; }
  @media (max-width: 670px) {
    .pill-message {
      max-width: 85%;
      font-size: 3.2rem;
      border-radius: 20px; } }
  .pill-message p {
    display: inline; }
  .pill-message a {
    text-decoration: underline; }
    .pill-message a:hover {
      color: red; }

.pill-close:hover {
  color: red;
  cursor: pointer; }

.bubble-message {
  position: fixed;
  z-index: 1000; }
  .bubble-message p {
    margin-bottom: 0; }
  .bubble-message p + p {
    margin-top: 1em; }
  .bubble-message h3 {
    margin-bottom: 1em; }
  .bubble-message.green {
    background: #48fb47;
    -webkit-box-shadow: 0px 0px 30px 30px #48fb47;
            box-shadow: 0px 0px 30px 30px #48fb47; }
  .bubble-message.red {
    background: red;
    -webkit-box-shadow: 0px 0px 30px 30px red;
            box-shadow: 0px 0px 30px 30px red; }
  .bubble-message.purple {
    background: blueviolet;
    -webkit-box-shadow: 0px 0px 30px 30px blueviolet;
            box-shadow: 0px 0px 30px 30px blueviolet; }
  .bubble-message.blue {
    background: blue;
    -webkit-box-shadow: 0px 0px 30px 30px blue;
            box-shadow: 0px 0px 30px 30px blue; }
  .bubble-message.aqua {
    background: cyan;
    -webkit-box-shadow: 0px 0px 30px 30px cyan;
            box-shadow: 0px 0px 30px 30px cyan; }
  .bubble-message img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    mix-blend-mode: multiply;
    padding-bottom: 1em; }
  .bubble-message.circle {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .bubble-message.square {
    width: 480px;
    height: auto;
    border-radius: 10px; }
    @media (max-width: 670px) {
      .bubble-message.square {
        width: 100%;
        max-width: calc(100vw - 12rem); } }
  .bubble-message.half {
    width: 50vw;
    height: calc(100vh - 12rem);
    top: 6rem;
    position: fixed !important; }
    @media (max-width: 670px) {
      .bubble-message.half {
        top: auto;
        width: calc(100vw);
        height: auto; }
        .bubble-message.half p {
          font-size: 1.6rem; } }
  .bubble-message.full {
    width: calc(100vw - 12rem);
    height: calc(100vh - 12rem);
    pointer-events: none !important;
    top: 6rem;
    left: 6rem; }
    @media (max-width: 670px) {
      .bubble-message.full {
        right: 6rem;
        bottom: 6rem;
        height: calc(100vh - 12rem); } }
  .bubble-message.top-right {
    top: 6rem;
    right: 6rem; }
    @media (max-width: 670px) {
      .bubble-message.top-right {
        left: 6rem; } }
  .bubble-message.bottom-left {
    bottom: 6rem;
    left: 6rem; }
    @media (max-width: 670px) {
      .bubble-message.bottom-left {
        right: 6rem; } }
  .bubble-message.bottom-right {
    bottom: 6rem;
    right: 6rem; }
    @media (max-width: 670px) {
      .bubble-message.bottom-right {
        left: 6rem; } }

.bubble-message:not(:hover) .bubble-close {
  display: none; }

.circle .bubble-close {
  top: 0;
  right: auto; }

.bubble-close {
  position: absolute;
  right: 0;
  color: white;
  z-index: 100; }
  .bubble-close:hover {
    color: red;
    cursor: pointer; }

.pagination-waypoint {
  opacity: 0;
  width: 100%;
  pointer-events: none;
  position: absolute;
  bottom: 0; }

.event-card {
  font-family: "Helverial", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 640px) {
    .event-card {
      font-size: 1.8rem !important; } }
  .msie .event-card {
    display: block; }
  @media (max-width: 1366px) {
    .event-card {
      font-size: 2.4rem; } }
  .event-card__wrapper {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    @media (max-width: 480px) {
      .event-card__wrapper {
        -webkit-transform: none;
                transform: none; } }
  .event-card__image {
    margin-bottom: 1.2rem;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-bottom: 0; }
    .event-card__image.empty {
      background-color: #cccccc; }
    .event-card__image-wrapper {
      position: relative;
      background-size: cover; }
      .event-card__image-wrapper:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        mix-blend-mode: screen;
        display: none; }
    .event-card__image--crop-top {
      background-position: top center; }
    .event-card__image--crop-bottom {
      background-position: bottom center; }
    .event-card__image img {
      max-width: none;
      width: 100%; }
    .event-card__image__placeholder {
      background: #eee;
      margin-top: 2px; }
  .event-card__sizer {
    width: 100%;
    padding-top: calc(100% * 320 / 480); }
  body:not(.mobile) .event-card:hover .event-card__image {
    -webkit-filter: none;
            filter: none; }
    body:not(.mobile) .event-card:hover .event-card__image-wrapper:after {
      display: block; }
  .event-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .msie .event-card__link {
      display: block; }
  .event-card__details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem; }
  .event-card__type {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .event-card__group {
    padding-left: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

[data-past="true"] .event-card__image-wrapper {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  padding: 0;
  -webkit-transition: 0.25s -webkit-filter linear;
  transition: 0.25s -webkit-filter linear;
  transition: 0.25s filter linear;
  transition: 0.25s filter linear, 0.25s -webkit-filter linear; }
  [data-past="true"] .event-card__image-wrapper:hover {
    -webkit-filter: none;
            filter: none; }

[data-graphic="1"] {
  position: relative; }
  [data-graphic="1"] .event-card__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    color: black;
    font-size: 20rem;
    line-height: 0.9;
    letter-spacing: 0;
    padding: 1rem; }
  [data-graphic="1"] .event-card__title {
    text-transform: none !important;
    line-height: 0.8; }
    [data-graphic="1"] .event-card__title small {
      font-size: 2.4rem;
      display: block;
      color: black;
      padding: 0 4px 4px; }
  [data-graphic="1"] .event-card__image.empty {
    background-color: white; }
  [data-graphic="1"] .event-card__where {
    font-size: 2.4rem;
    line-height: 1.1;
    position: absolute;
    bottom: 0.5em;
    left: 0.5em;
    width: 100%; }

[data-upcoming="true"] figure {
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.event {
  margin-bottom: 4em; }
  .event .event-card__details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .event .event-card__details > * {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .event__heading {
    font-size: 4.8rem;
    margin: 0 auto;
    margin-top: 2em;
    letter-spacing: 0.5px;
    max-width: 60%;
    text-align: center; }
    @media (max-width: 640px) {
      .event__heading {
        max-width: 90%;
        font-size: 3.6rem;
        line-height: 1; } }
  .event__image {
    margin: 0 auto 0.6rem; }
    .event__image li img {
      margin-bottom: 2rem; }
    .event__image img {
      max-width: 100%;
      margin: 0 auto; }
  .event__where {
    font-size: 4.8rem;
    margin: 0 auto;
    letter-spacing: 0.5px;
    max-width: 80%;
    text-align: center;
    position: relative; }
    @media (max-width: 640px) {
      .event__where {
        font-size: 3.6rem;
        line-height: 1; } }
    .event__where sup {
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: white;
      width: 100%; }
    .event__where a:hover sup {
      visibility: visible; }
    .event__where .heading {
      max-width: 60%; }
  .event__summary {
    font-size: 2.6rem;
    margin: 1em 2.5em;
    margin-top: 2em;
    text-align: left;
    line-height: 1.1;
    max-width: 860px; }
    @media (max-width: 1366px) {
      .event__summary {
        font-size: 2.4rem; } }
  .event__summary:first-letter {
    text-transform: capitalize; }
  .event__extra_details {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    font-size: 2rem;
    font-family: "TW", Courier, monospace;
    text-transform: uppercase;
    margin: 0 6rem;
    margin-top: 2em;
    max-width: 60%; }
    @media (max-width: 760px) {
      .event__extra_details {
        font-size: 1.6rem;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%; } }
  .event__artists {
    margin-bottom: 1.2rem; }
  .event__artist {
    display: inline; }
    .event__artist:last-of-type:after {
      content: ""; }
    .event__artist h2 {
      display: inline;
      line-height: 1; }
    .event__artist p + p {
      margin-top: 1em; }
    .event__artist p:last-of-type {
      margin-bottom: 0.35em; }
    .event__artist[data-display='image'] img {
      margin-bottom: 0.6rem; }
    .event__artist figure {
      display: table; }
      .event__artist figure figcaption {
        display: table-caption;
        caption-side: bottom; }
  .event__text {
    font-size: 2.6rem;
    margin-top: 2em; }
    @media (max-width: 1366px) {
      .event__text {
        font-size: 2.4rem; } }
    .event__text h1, .event__text h3 {
      font-size: inherit;
      text-transform: uppercase;
      margin-top: 2em;
      margin-bottom: 1em; }
    .event__text h3 {
      text-align: center;
      margin-bottom: 1em; }
  .event__acknowledgement {
    margin-top: 1.1em; }
    .event__acknowledgement p {
      font-size: 1.8rem !important;
      font-family: "TW", Courier, monospace;
      max-width: 70%;
      display: block;
      margin-right: auto; }
      @media (max-width: 670px) {
        .event__acknowledgement p {
          max-width: 100%;
          font-size: 1.6rem !important; } }
    .event__acknowledgement__images {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .event__acknowledgement__images img {
        height: 6rem;
        margin-right: 1.1em;
        margin-bottom: 1.1em; }
  .event__partners {
    margin-top: 1.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .event__partners img {
      height: 4.8rem;
      margin-right: 1.1em;
      margin-bottom: 1.1em; }
  .event__tickets {
    width: 25%;
    border: 2px solid;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: 2em auto;
    display: block;
    padding: 0.6em 0.6em 0.2em;
    font-family: "Arielvetica", sans-serif; }
    .event__tickets:hover {
      color: blue; }
    @media (max-width: 480px) {
      .event__tickets {
        width: 45%; } }
  .event__related {
    margin-top: 4em; }
    .event__related .event-card {
      border-top: 2px solid; }
      .event__related .event-card__image {
        display: none; }
      .event__related .event-card__details__left {
        width: auto;
        -webkit-box-flex: 0.5;
            -ms-flex: 0.5;
                flex: 0.5; }
      .event__related .event-card__details__main p {
        max-width: 48rem; }
  .event__artists h2 {
    font-size: 2.6rem;
    margin-bottom: 0; }
  .event__artist {
    font-size: 1.8rem; }
    .event__artist figure {
      margin-left: auto;
      margin-right: auto; }
    .event__artist p {
      margin-top: -2px; }

[data-page="support"] .page,
[data-parent="support"] .page,
[data-page="info"] .page {
  max-width: 70%; }
  @media (max-width: 1024px) {
    [data-page="support"] .page,
    [data-parent="support"] .page,
    [data-page="info"] .page {
      max-width: 100%; } }
  [data-page="support"] .page figure img,
  [data-parent="support"] .page figure img,
  [data-page="info"] .page figure img {
    margin: 0 auto; }

[data-template="interactive"] .investigations, [data-template="interactive"] .sound-bubble, [data-template="interactive"] .bubble-message, [data-template="interactive"] .marquee {
  display: none; }

[data-template="interactive"] .menu-trigger {
  font-size: 2vw !important; }

[data-template="interactive"] .video {
  width: 100vw;
  height: 100vh; }
  [data-template="interactive"] .video .fluid-width-video-wrapper {
    height: 100vh; }

[data-template="interactive"] main {
  top: 0 !important;
  height: 100% !important;
  position: fixed; }

[data-template="interactive"] .top {
  height: 3.55rem !important;
  background: transparent;
  color: white;
  text-shadow: 2px 2px #000000; }
  [data-template="interactive"] .top span {
    font-size: 2.4rem;
    padding-top: 0.75rem; }
    @media (max-width: 670px) {
      [data-template="interactive"] .top span {
        display: none; } }
  [data-template="interactive"] .top__heading {
    font-size: 2vw !important; }
    @media (max-width: 670px) {
      [data-template="interactive"] .top__heading {
        font-size: 2.4rem !important; } }
  [data-template="interactive"] .top__search__trigger {
    font-size: 2vw !important; }

[data-template="interactive"] .interactive__wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
  cursor: pointer; }
  [data-template="interactive"] .interactive__wrapper:not(.paused) .play, [data-template="interactive"] .interactive__wrapper .pause {
    opacity: 0; }
  [data-template="interactive"] .interactive__wrapper.playing .pause:hover {
    opacity: 1; }
  [data-template="interactive"] .interactive__wrapper .play, [data-template="interactive"] .interactive__wrapper .pause {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 15rem;
    height: 15rem;
    color: white;
    z-index: 2; }
  [data-template="interactive"] .interactive__wrapper h1, [data-template="interactive"] .interactive__wrapper h2, [data-template="interactive"] .interactive__wrapper p {
    font-size: 4rem;
    line-height: 1.1;
    color: white;
    text-shadow: 2px 2px #000000; }

[data-template="interactive"] .interactive__pane {
  width: 50vw;
  height: calc(100vh - 3.5rem);
  padding-right: 1em;
  position: absolute;
  left: 50vw;
  top: 2em;
  display: none; }
  [data-template="interactive"] .interactive__pane .video-caption {
    max-width: 480px;
    position: fixed;
    bottom: 1rem;
    left: 50vw; }
    [data-template="interactive"] .interactive__pane .video-caption p {
      font-size: 1.6rem; }
  [data-template="interactive"] .interactive__pane:not(:nth-of-type(1)) {
    display: none; }

[data-template="slide-support"] .top {
  background: transparent; }

[data-template="slide-support"] main {
  position: absolute; }

.reading-list {
  background: #f7f7f7;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  font-family: 'Garamond', serif;
  font-size: 1.9rem;
  letter-spacing: 0;
  counter-reset: section; }
  @media (max-width: 670px) {
    .reading-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow-y: auto; } }
  .reading-list a {
    text-decoration: none; }
    .reading-list a:before {
      content: '\25CF';
      padding-right: 0.5rem;
      font-size: 2.4rem; }
  .reading-list div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 1.5rem; }
    .reading-list div:not(:first-of-type) {
      border-left: 1px solid;
      padding-left: 1.5rem; }
      @media (max-width: 670px) {
        .reading-list div:not(:first-of-type) {
          border: none;
          padding-left: 0; } }
    @media (max-width: 670px) {
      .reading-list div {
        border: none;
        height: auto;
        overflow: visible; } }
  .reading-list h1 {
    font-size: 1.9rem;
    text-transform: uppercase;
    font-family: 'Garamond', serif;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em; }
    .reading-list h1:before {
      font-size: 1.4rem;
      counter-increment: section;
      content: counter(section, upper-roman);
      display: block;
      text-align: center; }
    @media (max-width: 670px) {
      .reading-list h1 {
        margin-top: 2em; } }

[data-template="support"] .investigations, [data-template="support"] .sound-bubble, [data-template="support"] .bubble-message, [data-template="support"] .marquee, [data-template="slide-support"] .investigations, [data-template="slide-support"] .sound-bubble, [data-template="slide-support"] .bubble-message, [data-template="slide-support"] .marquee, [data-template="interactive"] .investigations, [data-template="interactive"] .sound-bubble, [data-template="interactive"] .bubble-message, [data-template="interactive"] .marquee, [data-template="reading-list"] .investigations, [data-template="reading-list"] .sound-bubble, [data-template="reading-list"] .bubble-message, [data-template="reading-list"] .marquee {
  display: none; }

[data-template="support"] .menu-trigger, [data-template="slide-support"] .menu-trigger, [data-template="interactive"] .menu-trigger, [data-template="reading-list"] .menu-trigger {
  font-size: 2vw !important; }

[data-template="support"] main, [data-template="slide-support"] main, [data-template="interactive"] main, [data-template="reading-list"] main {
  top: 0 !important;
  height: calc(100vh - 3.55rem); }

[data-template="support"] .top, [data-template="slide-support"] .top, [data-template="interactive"] .top, [data-template="reading-list"] .top {
  height: 3.55rem !important; }
  [data-template="support"] .top span, [data-template="slide-support"] .top span, [data-template="interactive"] .top span, [data-template="reading-list"] .top span {
    font-size: 2.4rem;
    padding-top: 0.75rem; }
    @media (max-width: 670px) {
      [data-template="support"] .top span, [data-template="slide-support"] .top span, [data-template="interactive"] .top span, [data-template="reading-list"] .top span {
        display: none; } }
  [data-template="support"] .top__heading, [data-template="slide-support"] .top__heading, [data-template="interactive"] .top__heading, [data-template="reading-list"] .top__heading {
    font-size: 2.4rem !important;
    padding-top: 0.75rem; }
    @media (max-width: 670px) {
      [data-template="support"] .top__heading, [data-template="slide-support"] .top__heading, [data-template="interactive"] .top__heading, [data-template="reading-list"] .top__heading {
        font-size: 2.4rem !important; } }
  [data-template="support"] .top__search__trigger, [data-template="slide-support"] .top__search__trigger, [data-template="interactive"] .top__search__trigger, [data-template="reading-list"] .top__search__trigger {
    font-size: 2vw !important; }

[data-template="support"] .slide-support, [data-template="slide-support"] .slide-support, [data-template="interactive"] .slide-support, [data-template="reading-list"] .slide-support {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  [data-template="support"] .slide-support .prev, [data-template="support"] .slide-support .next, [data-template="slide-support"] .slide-support .prev, [data-template="slide-support"] .slide-support .next, [data-template="interactive"] .slide-support .prev, [data-template="interactive"] .slide-support .next, [data-template="reading-list"] .slide-support .prev, [data-template="reading-list"] .slide-support .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 3.5vw;
    color: #ff6666;
    opacity: 0;
    z-index: 9;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    [data-template="support"] .slide-support .prev:hover, [data-template="support"] .slide-support .next:hover, [data-template="slide-support"] .slide-support .prev:hover, [data-template="slide-support"] .slide-support .next:hover, [data-template="interactive"] .slide-support .prev:hover, [data-template="interactive"] .slide-support .next:hover, [data-template="reading-list"] .slide-support .prev:hover, [data-template="reading-list"] .slide-support .next:hover {
      cursor: pointer;
      opacity: 1; }
  [data-template="support"] .slide-support__wrapper, [data-template="slide-support"] .slide-support__wrapper, [data-template="interactive"] .slide-support__wrapper, [data-template="reading-list"] .slide-support__wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: white; }
    [data-template="support"] .slide-support__wrapper:not(:first-of-type), [data-template="slide-support"] .slide-support__wrapper:not(:first-of-type), [data-template="interactive"] .slide-support__wrapper:not(:first-of-type), [data-template="reading-list"] .slide-support__wrapper:not(:first-of-type) {
      display: none; }
    [data-template="support"] .slide-support__wrapper__text, [data-template="slide-support"] .slide-support__wrapper__text, [data-template="interactive"] .slide-support__wrapper__text, [data-template="reading-list"] .slide-support__wrapper__text {
      width: 100vw;
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 7vw;
      line-height: 0.9;
      text-align: center; }
      [data-template="support"] .slide-support__wrapper__text.invert, [data-template="slide-support"] .slide-support__wrapper__text.invert, [data-template="interactive"] .slide-support__wrapper__text.invert, [data-template="reading-list"] .slide-support__wrapper__text.invert {
        color: white; }
      [data-template="support"] .slide-support__wrapper__text p, [data-template="slide-support"] .slide-support__wrapper__text p, [data-template="interactive"] .slide-support__wrapper__text p, [data-template="reading-list"] .slide-support__wrapper__text p {
        margin-bottom: 0;
        max-width: 108rem; }

[data-template="support"] .support__wrapper, [data-template="slide-support"] .support__wrapper, [data-template="interactive"] .support__wrapper, [data-template="reading-list"] .support__wrapper {
  margin: 0 auto;
  padding-top: 4em;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  [data-template="support"] .support__wrapper__footer, [data-template="slide-support"] .support__wrapper__footer, [data-template="interactive"] .support__wrapper__footer, [data-template="reading-list"] .support__wrapper__footer {
    font-size: 1.6rem; }
  [data-template="support"] .support__wrapper p i, [data-template="slide-support"] .support__wrapper p i, [data-template="interactive"] .support__wrapper p i, [data-template="reading-list"] .support__wrapper p i {
    display: block;
    text-align: center; }
  [data-template="support"] .support__wrapper .acknowledgements, [data-template="slide-support"] .support__wrapper .acknowledgements, [data-template="interactive"] .support__wrapper .acknowledgements, [data-template="reading-list"] .support__wrapper .acknowledgements {
    margin-bottom: 2em;
    padding: 0 1em; }
    [data-template="support"] .support__wrapper .acknowledgements p, [data-template="slide-support"] .support__wrapper .acknowledgements p, [data-template="interactive"] .support__wrapper .acknowledgements p, [data-template="reading-list"] .support__wrapper .acknowledgements p {
      color: black;
      padding: 2rem;
      border: 1px solid;
      border-radius: 40px;
      -webkit-box-shadow: 10px 10px 13px 0px rgba(0, 0, 0, 0.25);
              box-shadow: 10px 10px 13px 0px rgba(0, 0, 0, 0.25);
      margin-top: 1em; }
      [data-template="support"] .support__wrapper .acknowledgements p:hover, [data-template="slide-support"] .support__wrapper .acknowledgements p:hover, [data-template="interactive"] .support__wrapper .acknowledgements p:hover, [data-template="reading-list"] .support__wrapper .acknowledgements p:hover {
        cursor: pointer;
        color: blue;
        -webkit-box-shadow: 10px 10px 13px 0px rgba(0, 0, 255, 0.25);
                box-shadow: 10px 10px 13px 0px rgba(0, 0, 255, 0.25); }
  @media (max-width: 670px) {
    [data-template="support"] .support__wrapper, [data-template="slide-support"] .support__wrapper, [data-template="interactive"] .support__wrapper, [data-template="reading-list"] .support__wrapper {
      padding: 0.5em;
      max-width: 100%;
      padding-top: 2em; } }
  [data-template="support"] .support__wrapper h1, [data-template="support"] .support__wrapper h2, [data-template="slide-support"] .support__wrapper h1, [data-template="slide-support"] .support__wrapper h2, [data-template="interactive"] .support__wrapper h1, [data-template="interactive"] .support__wrapper h2, [data-template="reading-list"] .support__wrapper h1, [data-template="reading-list"] .support__wrapper h2 {
    font-size: 3.2rem !important;
    text-align: center;
    max-width: 50%;
    margin: 0 auto; }
    @media (max-width: 670px) {
      [data-template="support"] .support__wrapper h1, [data-template="support"] .support__wrapper h2, [data-template="slide-support"] .support__wrapper h1, [data-template="slide-support"] .support__wrapper h2, [data-template="interactive"] .support__wrapper h1, [data-template="interactive"] .support__wrapper h2, [data-template="reading-list"] .support__wrapper h1, [data-template="reading-list"] .support__wrapper h2 {
        font-size: 2.4rem !important;
        max-width: 90%; } }
  [data-template="support"] .support__wrapper h1, [data-template="slide-support"] .support__wrapper h1, [data-template="interactive"] .support__wrapper h1, [data-template="reading-list"] .support__wrapper h1 {
    font-size: 7.2rem !important;
    text-transform: uppercase;
    margin-bottom: 1em; }
    [data-template="support"] .support__wrapper h1 + h3, [data-template="slide-support"] .support__wrapper h1 + h3, [data-template="interactive"] .support__wrapper h1 + h3, [data-template="reading-list"] .support__wrapper h1 + h3 {
      margin-top: 1em; }
  [data-template="support"] .support__wrapper h2, [data-template="slide-support"] .support__wrapper h2, [data-template="interactive"] .support__wrapper h2, [data-template="reading-list"] .support__wrapper h2 {
    margin-bottom: 1em; }
  [data-template="support"] .support__wrapper h3, [data-template="slide-support"] .support__wrapper h3, [data-template="interactive"] .support__wrapper h3, [data-template="reading-list"] .support__wrapper h3 {
    max-width: 40%;
    margin: 2em auto 1em; }
    @media (max-width: 670px) {
      [data-template="support"] .support__wrapper h3, [data-template="slide-support"] .support__wrapper h3, [data-template="interactive"] .support__wrapper h3, [data-template="reading-list"] .support__wrapper h3 {
        font-size: 2.4rem !important;
        max-width: 80%; } }
  [data-template="support"] .support__wrapper p, [data-template="slide-support"] .support__wrapper p, [data-template="interactive"] .support__wrapper p, [data-template="reading-list"] .support__wrapper p {
    margin: 0 auto;
    padding-bottom: 1em; }
    [data-template="support"] .support__wrapper p em, [data-template="slide-support"] .support__wrapper p em, [data-template="interactive"] .support__wrapper p em, [data-template="reading-list"] .support__wrapper p em {
      line-height: 0.9; }
    @media (max-width: 670px) {
      [data-template="support"] .support__wrapper p, [data-template="slide-support"] .support__wrapper p, [data-template="interactive"] .support__wrapper p, [data-template="reading-list"] .support__wrapper p {
        font-size: 2.4rem !important;
        max-width: 100%; } }
  [data-template="support"] .support__wrapper small p, [data-template="slide-support"] .support__wrapper small p, [data-template="interactive"] .support__wrapper small p, [data-template="reading-list"] .support__wrapper small p {
    font-size: 1.8rem;
    color: black;
    margin-top: 2em; }
    @media (max-width: 670px) {
      [data-template="support"] .support__wrapper small p, [data-template="slide-support"] .support__wrapper small p, [data-template="interactive"] .support__wrapper small p, [data-template="reading-list"] .support__wrapper small p {
        font-size: 1.6rem !important; } }
  [data-template="support"] .support__wrapper figure, [data-template="slide-support"] .support__wrapper figure, [data-template="interactive"] .support__wrapper figure, [data-template="reading-list"] .support__wrapper figure {
    max-width: 1080px;
    margin: 1em auto;
    display: table; }
    [data-template="support"] .support__wrapper figure img, [data-template="slide-support"] .support__wrapper figure img, [data-template="interactive"] .support__wrapper figure img, [data-template="reading-list"] .support__wrapper figure img {
      -webkit-box-shadow: 10px 10px 14px -6px rgba(0, 0, 0, 0.25);
              box-shadow: 10px 10px 14px -6px rgba(0, 0, 0, 0.25); }
    [data-template="support"] .support__wrapper figure figcaption, [data-template="slide-support"] .support__wrapper figure figcaption, [data-template="interactive"] .support__wrapper figure figcaption, [data-template="reading-list"] .support__wrapper figure figcaption {
      text-align: center; }
  [data-template="support"] .support__wrapper sup, [data-template="slide-support"] .support__wrapper sup, [data-template="interactive"] .support__wrapper sup, [data-template="reading-list"] .support__wrapper sup {
    font-size: 1.5rem;
    padding-left: 0.5rem; }
    [data-template="support"] .support__wrapper sup a, [data-template="slide-support"] .support__wrapper sup a, [data-template="interactive"] .support__wrapper sup a, [data-template="reading-list"] .support__wrapper sup a {
      text-decoration: none;
      color: blue; }
  [data-template="support"] .support__wrapper .footnotes, [data-template="slide-support"] .support__wrapper .footnotes, [data-template="interactive"] .support__wrapper .footnotes, [data-template="reading-list"] .support__wrapper .footnotes {
    margin-top: 4em; }
    [data-template="support"] .support__wrapper .footnotes hr, [data-template="slide-support"] .support__wrapper .footnotes hr, [data-template="interactive"] .support__wrapper .footnotes hr, [data-template="reading-list"] .support__wrapper .footnotes hr {
      margin-bottom: 0.5em !important; }
    [data-template="support"] .support__wrapper .footnotes ol, [data-template="slide-support"] .support__wrapper .footnotes ol, [data-template="interactive"] .support__wrapper .footnotes ol, [data-template="reading-list"] .support__wrapper .footnotes ol {
      max-width: 96rem;
      margin: 1em auto;
      counter-reset: item;
      list-style: none;
      margin-top: 0; }
      @media (max-width: 670px) {
        [data-template="support"] .support__wrapper .footnotes ol, [data-template="slide-support"] .support__wrapper .footnotes ol, [data-template="interactive"] .support__wrapper .footnotes ol, [data-template="reading-list"] .support__wrapper .footnotes ol {
          max-width: calc(100% - 6rem); } }
      [data-template="support"] .support__wrapper .footnotes ol li, [data-template="slide-support"] .support__wrapper .footnotes ol li, [data-template="interactive"] .support__wrapper .footnotes ol li, [data-template="reading-list"] .support__wrapper .footnotes ol li {
        font-size: 1.6rem;
        position: relative;
        max-width: 60%; }
        @media (max-width: 670px) {
          [data-template="support"] .support__wrapper .footnotes ol li, [data-template="slide-support"] .support__wrapper .footnotes ol li, [data-template="interactive"] .support__wrapper .footnotes ol li, [data-template="reading-list"] .support__wrapper .footnotes ol li {
            max-width: 100%; } }
        [data-template="support"] .support__wrapper .footnotes ol li p, [data-template="slide-support"] .support__wrapper .footnotes ol li p, [data-template="interactive"] .support__wrapper .footnotes ol li p, [data-template="reading-list"] .support__wrapper .footnotes ol li p {
          padding: 0; }
          @media (max-width: 670px) {
            [data-template="support"] .support__wrapper .footnotes ol li p, [data-template="slide-support"] .support__wrapper .footnotes ol li p, [data-template="interactive"] .support__wrapper .footnotes ol li p, [data-template="reading-list"] .support__wrapper .footnotes ol li p {
              font-size: 1.4rem !important; } }
        [data-template="support"] .support__wrapper .footnotes ol li:before, [data-template="slide-support"] .support__wrapper .footnotes ol li:before, [data-template="interactive"] .support__wrapper .footnotes ol li:before, [data-template="reading-list"] .support__wrapper .footnotes ol li:before {
          counter-increment: item;
          content: counter(item) ".";
          position: absolute;
          left: -2em; }
  [data-template="support"] .support__wrapper .slideShow, [data-template="slide-support"] .support__wrapper .slideShow, [data-template="interactive"] .support__wrapper .slideShow, [data-template="reading-list"] .support__wrapper .slideShow {
    max-width: 100%;
    margin: 1em auto;
    display: block;
    padding: 0 1em;
    position: relative; }
    [data-template="support"] .support__wrapper .slideShow__counter, [data-template="slide-support"] .support__wrapper .slideShow__counter, [data-template="interactive"] .support__wrapper .slideShow__counter, [data-template="reading-list"] .support__wrapper .slideShow__counter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1.8rem;
      margin-top: 1em; }
      [data-template="support"] .support__wrapper .slideShow__counter__count, [data-template="slide-support"] .support__wrapper .slideShow__counter__count, [data-template="interactive"] .support__wrapper .slideShow__counter__count, [data-template="reading-list"] .support__wrapper .slideShow__counter__count {
        padding-right: 2px; }
      [data-template="support"] .support__wrapper .slideShow__counter__all, [data-template="slide-support"] .support__wrapper .slideShow__counter__all, [data-template="interactive"] .support__wrapper .slideShow__counter__all, [data-template="reading-list"] .support__wrapper .slideShow__counter__all {
        padding-left: 5px; }
    [data-template="support"] .support__wrapper .slideShow:hover, [data-template="slide-support"] .support__wrapper .slideShow:hover, [data-template="interactive"] .support__wrapper .slideShow:hover, [data-template="reading-list"] .support__wrapper .slideShow:hover {
      cursor: pointer; }
    [data-template="support"] .support__wrapper .slideShow figure, [data-template="slide-support"] .support__wrapper .slideShow figure, [data-template="interactive"] .support__wrapper .slideShow figure, [data-template="reading-list"] .support__wrapper .slideShow figure {
      position: relative;
      top: 0;
      left: 0;
      margin: 0 auto; }
      [data-template="support"] .support__wrapper .slideShow figure:not(:first-of-type), [data-template="slide-support"] .support__wrapper .slideShow figure:not(:first-of-type), [data-template="interactive"] .support__wrapper .slideShow figure:not(:first-of-type), [data-template="reading-list"] .support__wrapper .slideShow figure:not(:first-of-type) {
        display: none; }
      [data-template="support"] .support__wrapper .slideShow figure figcaption, [data-template="slide-support"] .support__wrapper .slideShow figure figcaption, [data-template="interactive"] .support__wrapper .slideShow figure figcaption, [data-template="reading-list"] .support__wrapper .slideShow figure figcaption {
        text-align: center; }
    [data-template="support"] .support__wrapper .slideShow.thumbs, [data-template="slide-support"] .support__wrapper .slideShow.thumbs, [data-template="interactive"] .support__wrapper .slideShow.thumbs, [data-template="reading-list"] .support__wrapper .slideShow.thumbs {
      display: block;
      margin: 4em auto 0;
      margin-left: 1em;
      padding: 0 !important;
      width: 100%;
      white-space: nowrap;
      overflow-y: visible;
      overflow-x: scroll;
      padding-left: 2.4rem;
      height: 45rem; }
      [data-template="support"] .support__wrapper .slideShow.thumbs .slideShow__counter, [data-template="slide-support"] .support__wrapper .slideShow.thumbs .slideShow__counter, [data-template="interactive"] .support__wrapper .slideShow.thumbs .slideShow__counter, [data-template="reading-list"] .support__wrapper .slideShow.thumbs .slideShow__counter {
        display: none; }
      [data-template="support"] .support__wrapper .slideShow.thumbs figure, [data-template="slide-support"] .support__wrapper .slideShow.thumbs figure, [data-template="interactive"] .support__wrapper .slideShow.thumbs figure, [data-template="reading-list"] .support__wrapper .slideShow.thumbs figure {
        position: relative;
        display: inline-block !important;
        width: auto;
        margin: 0;
        margin-right: 2.4rem;
        -webkit-filter: grayscale(1);
                filter: grayscale(1); }
        [data-template="support"] .support__wrapper .slideShow.thumbs figure:hover, [data-template="slide-support"] .support__wrapper .slideShow.thumbs figure:hover, [data-template="interactive"] .support__wrapper .slideShow.thumbs figure:hover, [data-template="reading-list"] .support__wrapper .slideShow.thumbs figure:hover {
          -webkit-filter: grayscale(0);
                  filter: grayscale(0); }
        [data-template="support"] .support__wrapper .slideShow.thumbs figure img, [data-template="slide-support"] .support__wrapper .slideShow.thumbs figure img, [data-template="interactive"] .support__wrapper .slideShow.thumbs figure img, [data-template="reading-list"] .support__wrapper .slideShow.thumbs figure img {
          height: 40rem;
          width: auto; }
        [data-template="support"] .support__wrapper .slideShow.thumbs figure figcaption, [data-template="slide-support"] .support__wrapper .slideShow.thumbs figure figcaption, [data-template="interactive"] .support__wrapper .slideShow.thumbs figure figcaption, [data-template="reading-list"] .support__wrapper .slideShow.thumbs figure figcaption {
          position: absolute;
          bottom: 0;
          left: 0;
          font-size: 1.2rem;
          width: 100%;
          white-space: initial;
          margin: 0;
          padding-top: 1rem;
          -webkit-transform: translateY(100%);
                  transform: translateY(100%); }
        [data-template="support"] .support__wrapper .slideShow.thumbs figure img, [data-template="slide-support"] .support__wrapper .slideShow.thumbs figure img, [data-template="interactive"] .support__wrapper .slideShow.thumbs figure img, [data-template="reading-list"] .support__wrapper .slideShow.thumbs figure img {
          -webkit-box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
                  box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.15); }

[data-page="private/access-equity-plan"] .acknowledgements p, [data-page="private/com-artistic-program-20212024"] .acknowledgements p {
  text-align: center;
  text-transform: uppercase; }
  [data-page="private/access-equity-plan"] .acknowledgements p a, [data-page="private/com-artistic-program-20212024"] .acknowledgements p a {
    text-decoration: none; }
  [data-page="private/access-equity-plan"] .acknowledgements p:hover a, [data-page="private/com-artistic-program-20212024"] .acknowledgements p:hover a {
    color: blue !important; }

[data-page="support"],
[data-parent="support"],
[data-template="support"] {
  font-size: 2.7rem; }
  [data-page="support"] main h1,
  [data-parent="support"] main h1,
  [data-template="support"] main h1 {
    font-size: 2.7rem !important; }
  [data-page="support"] .sheet__heading,
  [data-parent="support"] .sheet__heading,
  [data-template="support"] .sheet__heading {
    display: none; }
  [data-page="support"] .support-projects,
  [data-parent="support"] .support-projects,
  [data-template="support"] .support-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4em 0; }
    @media (max-width: 670px) {
      [data-page="support"] .support-projects,
      [data-parent="support"] .support-projects,
      [data-template="support"] .support-projects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: initial;
            -ms-flex-pack: initial;
                justify-content: initial; } }
    [data-page="support"] .support-projects__single,
    [data-parent="support"] .support-projects__single,
    [data-template="support"] .support-projects__single {
      width: calc(100% * 1 / 2 - 1rem);
      font-size: 1.8rem; }
      @media (max-width: 670px) {
        [data-page="support"] .support-projects__single,
        [data-parent="support"] .support-projects__single,
        [data-template="support"] .support-projects__single {
          width: 100%;
          margin-bottom: 4rem; } }
    [data-page="support"] .support-projects__logos,
    [data-parent="support"] .support-projects__logos,
    [data-template="support"] .support-projects__logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      [data-page="support"] .support-projects__logos figure,
      [data-parent="support"] .support-projects__logos figure,
      [data-template="support"] .support-projects__logos figure {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 150px;
        margin-right: 2rem; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow-x: scroll;
  overflow-y: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 10.5rem;
  height: calc(100vh - 10.5rem); }
  @media (max-width: 640px) {
    main {
      height: calc(100vh - 10rem); } }
  @media (max-width: 480px) {
    main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .msie main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

body:not(.msie).topped .back-to-top {
  visibility: hidden; }

.sheet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-property: width, height, -webkit-box-flex;
  transition-property: width, height, -webkit-box-flex;
  transition-property: flex, width, height;
  transition-property: flex, width, height, -webkit-box-flex, -ms-flex;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  min-width: none; }
  .sheet[data-locked="true"] {
    pointer-events: none; }
  .sheet:not(:last-of-type) {
    border-right: 2px solid; }
    @media (max-width: 480px) {
      .sheet:not(:last-of-type) {
        border-right: none;
        border-bottom: 2px solid; } }
  .sheet:not(.open) {
    width: 3.2rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    cursor: pointer; }
    @media (max-width: 480px) {
      .sheet:not(.open) {
        height: 3.6rem;
        width: 100%;
        display: none; } }
    .sheet:not(.open) .sheet__tab {
      font-family: "Arielvetica", sans-serif;
      font-size: 2.6rem;
      line-height: 1;
      margin: 0.6rem 0;
      top: 1px;
      padding-top: 0.5rem;
      position: absolute;
      -webkit-transform-origin: top left;
              transform-origin: top left;
      -webkit-transform: rotate(90deg) translateY(-100%);
              transform: rotate(90deg) translateY(-100%); }
      @media (max-width: 480px) {
        .sheet:not(.open) .sheet__tab {
          display: none; } }
  .sheet.open {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .sheet.open[data-flex="2"] {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; }
    .sheet.open[data-flex="3"] {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3; }
    .sheet.open .sheet__tab {
      display: none; }
  .sheet__heading {
    font-family: "Arielvetica", sans-serif;
    font-size: 2.6rem;
    position: relative;
    padding: 0.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden; }
    @media (max-width: 480px) {
      .sheet__heading {
        font-size: 2.4rem;
        padding: 0.6rem;
        overflow: visible; } }
    .sheet:not(.open) .sheet__heading {
      opacity: 0;
      pointer-events: none; }
      @media (max-width: 480px) {
        .sheet:not(.open) .sheet__heading {
          opacity: 1;
          pointer-events: initial; } }
  .sheet.expanded .sheet__expand, .sheet.sole .sheet__expand {
    display: none; }
  .sheet__expanded .sheet__close, .sheet.sole .sheet__close {
    display: none; }
  .sheet__tools {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .msie .sheet__tools {
      margin-left: auto; }
    .sheet:not(:hover) .sheet__tools {
      display: none; }
    @media (max-width: 480px) {
      .sheet__tools {
        display: none; } }
    .sheet__tools a {
      margin-left: 0.5rem;
      display: block; }
    .sheet__tools svg {
      height: 0.7em;
      width: auto; }
      .sheet__tools svg polyline, .sheet__tools svg line, .sheet__tools svg path {
        vector-effect: non-scaling-stroke;
        stroke: currentColor; }
    .sheet__tools .sheet__expand:not(:hover) svg:nth-of-type(2),
    .sheet__tools .sheet__expand:hover svg:nth-of-type(1) {
      display: none; }
  .sheet__iframe {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: none; }
    .sheet__iframe h2 {
      color: red !important; }
    .sheet__iframe .page-holes {
      display: none !important; }
  .sheet__overflow {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 1rem;
    padding-bottom: 2.5em;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 480px) {
      .sheet__overflow {
        padding: 0.8rem; } }
    [data-iframe="true"] .sheet__overflow {
      padding: 0; }
    .sheet.loading .sheet__overflow, .sheet:not(.open) .sheet__overflow {
      opacity: 0;
      pointer-events: none; }
    .sheet__overflow__inner {
      width: 100%; }
    .sheet__overflow__page {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

.artists {
  font-family: "Arielvetica", sans-serif;
  font-size: 2.6rem; }
  .artists__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -1.6rem;
    background: white;
    padding: 0.8em 0; }
  .artists__alpha {
    position: relative;
    top: -10rem;
    width: 0;
    height: 0;
    overflow: hidden; }

.footer {
  border-top: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.2rem;
  margin-top: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer__col {
    font-size: 1.2rem;
    max-width: 28rem;
    min-width: 16rem; }
    .footer__col:not(:last-child) {
      margin-right: 1.2rem; }

.archive__video {
  margin-bottom: 1.2rem; }
  .archive__video .archive__thumb {
    width: 100%;
    position: relative;
    padding: 0; }
    .archive__video .archive__thumb:after {
      content: '(play)';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      mix-blend-mode: exclusion;
      color: white; }

.archive__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.3rem;
  margin-bottom: 0.6rem; }

.archive__thumb {
  padding: 0.3rem;
  display: block;
  width: calc(100% * 1 / 3); }
  .archive__images[min-width~="640px"] .archive__thumb {
    width: calc(100% * 1 / 4); }
  .archive__images[min-width~="960px"] .archive__thumb {
    width: calc(100% * 1 / 6); }
  .archive__thumb img {
    width: 100%; }

.tools {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-right: 6.4rem; }
  @media (max-width: 640px) {
    .tools {
      display: none; } }
  .tools__tool {
    padding: 0.2em 0.3em 0.1em;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: inline-block; }
  .tools a {
    background: black;
    color: white; }
    .tools a:hover {
      background: #cccccc;
      color: white; }
  .tools__visibility {
    background: white;
    color: black; }

.investigation .heading {
  position: relative; }

.embed {
  border: none;
  display: block; }

.people-group {
  padding: 1em 0;
  font-size: 2.6rem;
  line-height: 1.1; }
  .people-group h3 {
    font-size: 2.6rem;
    margin-bottom: 1em; }
  .people-group .short-bio {
    display: none;
    font-size: 1.6rem;
    background: #f7f7f7;
    padding: 1.5rem;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 3rem;
    left: 85%;
    width: 420px;
    z-index: 100; }
    @media (max-width: 670px) {
      .people-group .short-bio {
        width: 100%;
        max-width: 90vw;
        position: fixed;
        left: 50%;
        right: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%);
        z-index: 200;
        display: none;
        overflow-y: auto; } }

.people__person {
  display: inline-block;
  position: relative;
  -webkit-transform: none;
          transform: none; }
  .people__person:hover .short-bio {
    display: block; }
  .people__person__title:after {
    content: '.'; }
  .people__person__title.has-bio:hover {
    cursor: crosshair;
    color: #cccccc; }
  .people__person__image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-bottom: 0.6rem; }

.terms-extra {
  position: fixed;
  top: 6rem;
  right: 6rem;
  width: 50vw;
  height: calc(100vh - 12rem);
  border-radius: 10px;
  background: red;
  -webkit-box-shadow: 0px 0px 30px 30px red;
          box-shadow: 0px 0px 30px 30px red;
  z-index: 500;
  overflow-y: auto;
  display: none; }
  .terms-extra.show {
    display: block; }

.privacy-extra, .complaints-extra {
  font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  position: absolute;
  top: 6rem;
  right: 6rem;
  width: 50vw;
  height: calc(100vh - 24rem);
  border-radius: 10px;
  background: red;
  -webkit-box-shadow: 0px 0px 30px 30px red;
          box-shadow: 0px 0px 30px 30px red;
  z-index: 500;
  overflow-y: auto;
  display: none; }
  .privacy-extra.show, .complaints-extra.show {
    display: block; }

.privacy-extra p, .privacy-extra li, .privacy-extra h3, .complaints-extra p, .complaints-extra li, .complaints-extra h3 {
  font-size: 2.1rem !important; }

.privacy-extra ul, .complaints-extra ul {
  list-style: none;
  margin-left: 1em; }
  .privacy-extra ul li, .complaints-extra ul li {
    border-bottom: 0;
    margin-left: 3rem;
    text-indent: -3rem; }
    .privacy-extra ul li:before, .complaints-extra ul li:before {
      content: '– '; }

form.sub {
  position: relative;
  top: -0.5rem;
  margin-bottom: 0; }
  form.sub input {
    font-family: 'Helverial';
    border: none;
    background: none;
    outline: none;
    line-height: normal;
    letter-spacing: 0.75px;
    overflow: none; }
    form.sub input:not(:focus)::-webkit-input-placeholder {
      color: inherit; }
    form.sub input:not(:focus)::-moz-placeholder {
      color: inherit; }
    form.sub input:not(:focus):-ms-input-placeholder {
      color: inherit; }
    form.sub input:not(:focus)::-ms-input-placeholder {
      color: inherit; }
    form.sub input:not(:focus)::placeholder {
      color: inherit; }

[data-slug="info"] .event-cards .event-card__wrapper {
  padding-bottom: 0; }

[data-slug="info"] i {
  font-family: "TW", Courier, monospace;
  font-size: 2.4rem;
  margin-bottom: 4em;
  display: block; }

[data-slug="info"] h2 {
  font-size: 2.6rem;
  line-height: 1.1;
  margin-bottom: 1em;
  letter-spacing: 0;
  -webkit-perspective: 600px;
          perspective: 600px;
  overflow: visible; }

[data-slug="info"] h2 span img {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateY(0deg);
          transform: translate(-50%, -50%) rotateY(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  max-width: 320px;
  z-index: 400;
  -webkit-animation: spin2 4s linear infinite;
          animation: spin2 4s linear infinite; }

[data-slug="info"] h3 {
  font-size: 2.6rem; }

[data-slug="info"] p {
  font-size: 2.6rem; }

[data-slug="info"] h2 span:hover img {
  display: block; }

[data-slug="info"] p + h3 {
  margin-top: 2em; }

[data-slug="info"] .sponsor-text {
  font-family: "TW", Courier, monospace;
  font-size: 1.8rem;
  max-width: 65%;
  margin-bottom: 1em; }
  @media (max-width: 760px) {
    [data-slug="info"] .sponsor-text {
      max-width: 100%; } }

[data-slug="info"] .sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  [data-slug="info"] .sponsors h3 {
    text-align: left; }
  [data-slug="info"] .sponsors img {
    max-height: 60px;
    padding-right: 3rem; }

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

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

@-webkit-keyframes spin2 {
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(360deg);
            transform: translate(-50%, -50%) rotateY(360deg); } }

@keyframes spin2 {
  100% {
    -webkit-transform: translate(-50%, -50%) rotateY(360deg);
            transform: translate(-50%, -50%) rotateY(360deg); } }

.lightbox {
  position: fixed;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 40;
  -webkit-box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.5);
          box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.5);
  display: block;
  background: white; }
  .lightbox__header {
    position: relative;
    padding: 0.4rem;
    padding-bottom: 0.2rem;
    padding-right: 5em;
    font-size: 1.2rem;
    background: white;
    display: block;
    width: 100%; }
  .lightbox__close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.4rem; }
  .lightbox img {
    max-width: 65vw;
    max-height: 75vh; }

.syllabus-pane {
  width: 50vw;
  height: 100vh;
  padding: 1.5em;
  padding-top: 2.5em;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  background: white;
  z-index: 2000;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  font-family: 'Helverial', sans-serif;
  line-height: 1.1; }
  @media (max-width: 670px) {
    .syllabus-pane {
      width: 100vw; } }
  .syllabus-pane a:hover {
    color: red; }
  .syllabus-pane h1, .syllabus-pane h2, .syllabus-pane h3, .syllabus-pane h4 {
    display: block;
    font-size: 2.4rem;
    font-family: 'Helverial', sans-serif;
    text-align: center;
    text-transform: none;
    max-width: 80%;
    margin: 1em auto; }
  .syllabus-pane h2 {
    margin-top: 2em; }
  .syllabus-pane h3, .syllabus-pane h4 {
    text-align: left;
    margin: 1em 0;
    max-width: 100%;
    text-decoration: underline; }
  .syllabus-pane h4 {
    text-decoration: none;
    margin-left: 4rem; }
  .syllabus-pane h2 + h3 {
    margin-bottom: 0; }
  .syllabus-pane .references {
    font-size: 1.6rem;
    margin-top: 4em; }
    .syllabus-pane .references h2 {
      font-size: 1.6rem;
      text-align: left;
      margin-left: 0;
      text-transform: uppercase; }
  .syllabus-pane p {
    margin-bottom: 0; }
  .syllabus-pane p + p {
    text-indent: 3em; }
  .syllabus-pane p + hr {
    margin-top: 1em; }
  .syllabus-pane ul {
    margin-top: 1em;
    margin-left: 4rem;
    max-width: 85%;
    list-style: square; }
    .syllabus-pane ul li {
      border: none; }
  .syllabus-pane ol {
    margin: 1em 1em 1em 7.25rem;
    max-width: 85%; }
  .syllabus-pane__title {
    position: absolute;
    top: 0.25em;
    left: 0.25em;
    z-index: 2001; }
  .syllabus-pane__close {
    position: absolute;
    top: 0.25em;
    right: 0.25em;
    z-index: 2001; }
    .syllabus-pane__close:hover {
      color: #ccc;
      cursor: pointer; }
  .syllabus-pane figure {
    margin: 1em 0;
    background: white; }
  .syllabus-pane.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: -10px 0px 12px 0px rgba(0, 0, 0, 0.14);
            box-shadow: -10px 0px 12px 0px rgba(0, 0, 0, 0.14); }

[data-template="home"] [data-sheet="archive"],
[data-template="home"] [data-sheet="artists"],
[data-template="home"] .sheet__heading {
  display: none; }

[data-template="home"] [data-sheet="events"] {
  border-right: 0; }

body:not([data-page="info"]):not([data-page="support"]):not([data-parent="support"]):not([data-parent="investigations"]) [data-sheet="info"] {
  display: none; }

body[data-page="info"] [data-sheet="info"], body[data-page="support"] [data-sheet="info"], body[data-parent="support"] [data-sheet="info"] {
  border-right: none; }

body[data-page="info"] [data-sheet="events"],
body[data-page="info"] [data-sheet="artists"],
body[data-page="info"] [data-sheet="archive"], body[data-page="support"] [data-sheet="events"],
body[data-page="support"] [data-sheet="artists"],
body[data-page="support"] [data-sheet="archive"], body[data-parent="support"] [data-sheet="events"],
body[data-parent="support"] [data-sheet="artists"],
body[data-parent="support"] [data-sheet="archive"] {
  display: none; }

body:not(.focus-mode) .focus-mode__title {
  display: none; }

body.focus-mode {
  overflow-y: hidden; }
  body.focus-mode .sheet {
    border-right: none; }
  body.focus-mode .focus-mode__title {
    font-size: 2.6rem;
    line-height: 1;
    padding-top: 0.25em; }
  body.focus-mode .investigations,
  body.focus-mode [data-sheet="artists"],
  body.focus-mode [data-sheet="archive"],
  body.focus-mode [data-sheet="info"],
  body.focus-mode [data-sheet="events"] .sheet__title,
  body.focus-mode [data-sheet="events"] .sheet__tools,
  body.focus-mode [data-sheet="events"] .sheet__heading {
    display: none; }
  body.focus-mode .sheet__overflow {
    padding-top: 1rem; }
  body.focus-mode main {
    top: 3.5rem;
    height: calc(100vh - 3.5rem); }
  body.focus-mode .top {
    height: 3.65rem; }
    body.focus-mode .top__search, body.focus-mode .top__nav {
      display: none; }
    body.focus-mode .top__heading {
      letter-spacing: 0.65px; }
    body.focus-mode .top h1 {
      font-size: 2.6rem !important; }
      body.focus-mode .top h1 span {
        display: inline-block; }

.text-alone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: auto;
  background: white;
  z-index: 1000;
  display: none; }

.text-alone .page-hole {
  width: 20px;
  height: 60px;
  position: fixed;
  display: none;
  top: 20rem;
  left: 2rem;
  z-index: 1010;
  background: black;
  border-radius: 25px; }

.text-alone .page-hole:nth-of-type(2) {
  top: 50rem;
  left: 2rem; }

.text-alone h1 {
  font-family: 'Times New Roman', Times, serif;
  margin-top: 0;
  margin-left: 4em;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0; }

.text-alone h2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 2.4rem;
  max-width: 60%;
  margin: 1em 0; }

.text-alone h2, .text-alone h3 {
  margin-left: 6em;
  letter-spacing: 0;
  font-size: 3.8rem;
  line-height: 1; }

.text-alone h3 {
  margin-bottom: 2em;
  margin-left: 4em !important;
  margin-left: 0;
  text-align: left;
  text-transform: none;
  font-size: 3.4rem; }

.text-alone blockquote {
  margin: 1em 3em; }

.text-alone figure {
  margin-bottom: 3em; }

.text-alone figure:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3)); }

.text-alone-title {
  position: fixed;
  top: 0.5em;
  width: 100%;
  text-align: left;
  padding-left: 0.5em;
  color: #ccc; }
  .text-alone-title a {
    text-decoration: underline; }
    .text-alone-title a:hover {
      color: black; }

.text-alone-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 1em;
  padding-top: 0.5em;
  margin-bottom: 4em; }

.text-alone-close {
  position: fixed;
  top: 0.5em;
  right: 0.5em; }
  .text-alone-close:hover {
    cursor: pointer;
    color: #ccc; }

[data-sheet="info"] h1 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 1em;
  text-transform: uppercase; }

[data-sheet="artists"][data-flex="2"] p:last-of-type {
  margin-bottom: 1em !important; }

.draggable {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .draggable img {
    pointer-events: none; }
  .draggable:not(.initialized) {
    display: none; }

.hide {
  display: none; }

body[data-page="investigations/eavesdropping"], body[data-page="investigations/eavesdropping"] .top, body[data-page="investigations/eavesdropping"] input {
  background: #cccccc; }

body[data-page="investigations/eavesdropping"] a:hover {
  color: white; }

body[data-page="investigations/eavesdropping"] .investigations span, body[data-page="investigations/eavesdropping"] .investigations a:hover {
  color: white; }

body[data-page="investigations/eavesdropping"] .sheet__tools {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #cccccc), color-stop(0.2em, rgba(204, 204, 204, 0)));
  background: linear-gradient(90deg, #cccccc 0, rgba(204, 204, 204, 0) 0.2em); }

.timer {
  position: fixed;
  z-index: 123456;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  border-radius: 2rem;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
  width: auto;
  height: auto; }
  body.ready .timer {
    display: none; }

.slideShow__overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2); }
  .slideShow__overlay img {
    width: auto;
    height: 100vh; }
  .slideShow__overlay figcaption {
    display: none; }

.comma-list > *:not(:first-child):before {
  content: ', '; }

.comma-list > *:last-child:not(:first-child):before {
  content: ' and '; }

.comma-list > *:hover:before {
  color: black; }

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: fixed;
  left: 0.5em;
  bottom: 2.75em;
  border: 2px solid;
  background: white;
  z-index: 1000;
  padding: 0.25em 0.5em;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .filter p {
    margin: 0; }
  .filter-close {
    font-size: 80%;
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: none; }
  .filter.expand {
    width: 20vw;
    height: 65vh; }
    .filter.expand .filter-close {
      display: block; }
  .filter:hover {
    cursor: pointer; }

.media {
  padding: 2rem;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  padding-bottom: 8rem; }
  .media-intro {
    margin-bottom: 1em; }
  .media-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    border-top: 2px solid;
    padding-top: 0.5rem; }
    @media (max-width: 800px) {
      .media-single {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .media-single-date, .media-single-title, .media-single-text {
          -webkit-box-flex: 0 !important;
              -ms-flex: none !important;
                  flex: none !important; }
        .media-single-date, .media-single-title {
          width: 50%; }
        .media-single-text {
          width: 100%;
          margin-top: 2rem; } }
    .media-single:not(.open) .media-single-text .media-single-text-inner > *:not(:first-child) {
      display: none; }
    .media-single:not(.open) .media-single-close {
      display: none; }
    .media-single.open .media-single-read-more {
      display: none; }
    .media-single-date, .media-single-title {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .media-single-text {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; }

.document {
  overflow-y: auto;
  position: static;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset; }
  .document .flash {
    width: 100%;
    background: #eee;
    padding: 1.2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2; }
  .document__inner {
    margin: 1.2rem;
    padding-top: 8em;
    max-width: 120rem;
    position: relative; }
    @media (max-width: 960px) {
      .document__inner {
        padding-top: 4.4em; } }
  .document__tools {
    position: absolute;
    top: 0;
    right: 0; }
  .document__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem; }
  .document p {
    max-width: 80rem; }
  .document__address {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none; }
    @media (max-width: 960px) {
      .document__address {
        position: static;
        margin-bottom: 1.1em !important; } }
  .document__recipient {
    position: absolute;
    top: 0;
    right: 24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 960px) {
      .document__recipient {
        position: static; } }
    .document__recipient > div:first-of-type {
      margin-right: 0.8em; }
      @media (max-width: 960px) {
        .document__recipient > div:first-of-type {
          display: none; } }
  .document__section {
    margin-bottom: 4em; }
    .document__section__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 960px) {
        .document__section__text {
          display: block; } }
      .document__section__text__aside {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-right: 1.2rem; }
      .document__section__text__body {
        -webkit-box-flex: 3;
            -ms-flex: 3;
                flex: 3; }
  .document .table {
    border-bottom: 1px solid;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .document .table__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px solid;
      padding-bottom: 0.4rem; }
      @media (max-width: 960px) {
        .document .table__row {
          display: block; } }
    .document .table__heading {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-right: 1.2rem; }
      @media (max-width: 960px) {
        .document .table__heading {
          text-transform: uppercase;
          margin-bottom: 1.1em; } }
    .document .table__text {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3; }
  .document .pad__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .document .pad__container {
    position: relative; }
  .document .pad__buttons {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.8rem; }
  .document .sig img {
    max-width: unset; }

/*# sourceMappingURL=main.css.map */
