@charset "UTF-8";
:root {
  --colorFG: #000000;
  --colorBG: #f7f7f4;
  --colorSubdueLine:#dadada;
  --colorSubdueText:#939598;
  --colorHighlight:#000000;
  --colorAlt:#000000;
  --colorAltInv:#FFFFFF;
  --colorActiveText:#f5333f; }

@media (max-width: 768px) {
  #wpadminbar {
    display: none !important; }
  html.js {
    margin-top: 0 !important; } }

.cnt-default, [data-color="default"] {
  --colorAlt:#f5333f;
  --colorFG:#FFFFFF; }

.cnt-1, [data-color="1"] {
  --colorAlt:#32a8cd;
  --colorFG:#FFFFFF; }

.cnt-2, [data-color="2"] {
  --colorAlt:#9b3928;
  --colorFG:#FFFFFF; }

.cnt-3, [data-color="3"] {
  --colorAlt:#b1b91e;
  --colorFG:#FFFFFF; }

.cnt-4, [data-color="4"] {
  --colorAlt:#236b2b;
  --colorFG:#FFFFFF; }

.cnt-5, [data-color="5"] {
  --colorAlt:#ef657f;
  --colorFG:#FFFFFF; }

.cnt-6, [data-color="6"] {
  --colorAlt:#ff6700;
  --colorFG:#FFFFFF; }

.cnt-7, [data-color="7"] {
  --colorAlt:#be2f96;
  --colorFG:#FFFFFF; }

.cFG {
  color: var(--colorFG); }

.c-highlight {
  color: var(--colorAlt); }

[v-cloak] {
  display: none !important; }

@font-face {
  font-family: 'suisse';
  src: url("../fonts/SuisseWorks-Regular-WebXL.woff2") format("woff2"), url("../fonts/SuisseWorks-RegularItalic-WebXL.woff"); }

@font-face {
  font-family: 'suisse';
  src: url("../fonts/SuisseWorks-RegularItalic-WebXL.woff2") format("woff2"), url("../fonts/SuisseWorks-RegularItalic-WebXL.woff");
  font-style: italic; }

@font-face {
  font-family: "Unica77LLWeb";
  src: url("../fonts/Unica77LLWeb-Regular.woff2") format("woff2"), url("../fonts/Unica77LLWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Unica77LLWeb";
  src: url("../fonts/Unica77LLWeb-Italic.woff2") format("woff2"), url("../fonts/Unica77LLWeb-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Unica77LLWeb";
  src: url("../fonts/Unica77LLWeb-Bold.woff2") format("woff2"), url("../fonts/Unica77LLWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Unica77LLWeb";
  src: url("../fonts/Unica77LLWeb-BoldItalic.woff2") format("woff2"), url("../fonts/Unica77LLWeb-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Unica77LLWeb";
  src: url("../fonts/Unica77LLWeb-Light.woff2") format("woff2"), url("../fonts/Unica77LLWeb-Light.woff") format("woff");
  font-weight: 300; }

/* subset */
.inv .wyg a {
  background-position: 0 1.25em; }

.reg {
  font-family: Unica77LLWeb, sans-serif;
  font-weight: 400;
  font-style: normal; }

.light {
  font-family: Unica77LLWeb, sans-serif;
  font-weight: 300;
  font-style: normal; }

.bold {
  font-family: Unica77LLWeb, sans-serif;
  font-weight: bold;
  font-style: normal; }

.suisse {
  font-family: 'suisse',serif;
  font-weight: 400;
  font-size: 1.33rem;
  line-height: 1.33;
  letter-spacing: -0.01em;
  word-spacing: -0.02em; }
  .suisse.plus, .plus .suisse {
    font-size: 1.555rem; }
  @media (max-width: 767px) {
    .suisse {
      font-size: 0.97rem;
      line-height: 1.257; }
      .suisse.plus, .plus .suisse {
        font-size: 1.16rem; } }
.serif {
  font-family: 'suisse',serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  word-spacing: -0.02em;
  font-variant-numeric: oldstyle-nums;
  font-feature-settings: "onum", "liga";
  font-variant-numeric: oldstyle-nums;
  font-feature-settings: "onum"; }
  @media (max-width: 1100px) {
    .serif {
      font-size: 1rem;
      line-height: 1.33; } }
  @media (min-width: 1350px) {
    .serif {
      font-size: 1.5vw;
      line-height: 1.4; } }
  @media (min-width: 1600px) {
    .serif {
      font-size: 24px; } }
.ot-fraction {
  font-variant-numeric: diagonal-fractions;
  font-feature-settings: "frac"; }

header.head {
  --colorFG:#000;
  --colorAlt:#f5333f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  z-index: 8;
  height: 64px;
  padding-left: 4rem;
  padding-right: 4rem; }
  header.head.open {
    --colorFG:#FFF; }
  .head-over:not(.nav-sticky) header.head, header.head.on-bg, body:not(.nav-sticky) header.head.on-bg-img {
    --colorFG:#FFF; }
  .single-timeline.nav-sticky header.head {
    --colorFG:#FFF; }
  @media (max-width: 800px) {
    header.head {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .nav-sticky header.head, .open header.head, header.head.open {
    position: fixed;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 8;
    background: black;
    --colorFG:white;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: fadeIn 0.15s 0s forwards 1;
            animation: fadeIn 0.15s 0s forwards 1;
    box-shadow: none;
    padding-top: 1rem;
    padding-left: 1.16rem;
    padding-right: 1.16rem;
    height: 64px; }
    @media (max-width: 800px) {
      .nav-sticky header.head, .open header.head, header.head.open {
        height: 50px;
        padding-top: 0.25rem; } }
    .nav-sticky header.head.open, .open header.head.open, header.head.open.open {
      background: transparent; }
      @media (max-width: 800px) {
        .nav-sticky header.head.open, .open header.head.open, header.head.open.open {
          pointer-events: none; }
          .nav-sticky header.head.open a, .nav-sticky header.head.open button, .nav-sticky header.head.open .nav-toggles, .open header.head.open a, .open header.head.open button, .open header.head.open .nav-toggles, header.head.open.open a, header.head.open.open button, header.head.open.open .nav-toggles {
            pointer-events: all; } }
  .single-timeline.nav-sticky header.head {
    background: transparent; }
  @media (min-width: 801px) {
    .nav-sticky.admin-bar header.head {
      top: 32px; }
    .admin-bar header.head.open {
      top: 32px; } }
  @media (max-width: 800px) {
    header.head {
      padding-top: 0.2rem;
      height: 50px;
      padding-bottom: 0.2rem; } }
  .home.nav-sticky header.head, .page-id-7355.nav-sticky header.head {
    display: none !important; }

.calder-logo {
  display: inline-block;
  position: relative;
  width: 213px;
  height: 12px;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  .calder-logo svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .calder-logo path {
    fill: #f5333f; }
    .head-over .calder-logo path, .page-id-7352 .calder-logo path {
      fill: #fff; }
  .calder-logo span {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .nav-sticky .calder-logo, .open .calder-logo {
    display: none; }
  @media (max-width: 767px) {
    .calder-logo {
      width: 196px; }
      .calder-logo path {
        fill: var(--colorFG); }
        .head-over .calder-logo path {
          fill: #fff; } }
  .calder-logo:focus:not(:focus-visible) {
    outline: 0; }
  .calder-logo:focus-visible {
    outline: none; }
    .calder-logo:focus-visible:BEFORE {
      content: "";
      position: absolute;
      top: -0.5rem;
      left: -0.5rem;
      right: -0.5rem;
      bottom: -0.5rem;
      border-radius: 2px;
      box-shadow: 0 0 2px white; }

.calder-logo-sticky {
  position: relative;
  display: none;
  width: 60px;
  height: 40px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: -3px;
  margin-bottom: -5px;
  --colorAlt:white;
  transition-duration: 0.15s; }
  @media (max-width: 800px) {
    .calder-logo-sticky {
      margin-top: -0.25rem; }
      .calder-logo-sticky.mo-menu-scroll {
        opacity: 0;
        transition-duration: 0.15s;
        transition-delay: 0s; } }
  .calder-logo-sticky span {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .nav-sticky .calder-logo-sticky, .open .calder-logo-sticky {
    display: block; }
  .calder-logo-sticky.open-logo {
    width: 110px;
    height: 70px;
    transform: translate(0, 1rem); }
    @media (min-width: 1200px) and (min-height: 700px) {
      .calder-logo-sticky.open-logo {
        width: 150px;
        height: 100px;
        transform: translate(1.25rem, 2.5rem); } }
    @media (min-width: 1500px) and (min-height: 800px) {
      .calder-logo-sticky.open-logo {
        width: 200px;
        height: 120px;
        transform: translate(2rem, 3rem); } }
  .calder-logo-sticky svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      .calder-logo-sticky svg {
        left: -0.5rem; } }
  .calder-logo-sticky path {
    fill: var(--colorAlt); }
    .single-timeline .calder-logo-sticky path {
      fill: var(--colorFG); }
    @media (max-width: 800px) {
      .calder-logo-sticky path {
        fill: #fff; }
        .single-timeline .calder-logo-sticky path {
          fill: #fff; } }
.nav-toggles {
  display: flex;
  position: absolute;
  right: 3.5rem;
  top: 0.4444rem; }
  .nav-sticky .nav-toggles {
    right: 0.85rem; }
  @media (max-width: 800px) {
    .nav-toggles {
      right: 0.5rem;
      top: 0; }
      .nav-sticky .nav-toggles {
        right: 0.5rem; } }
  .nav-toggles button {
    -webkit-appearance: none;
    background: none;
    border: none;
    color: var(--colorFG);
    font-family: 'Unica77LLWeb', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0;
    word-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin-left: 1.5rem;
    padding: 0;
    cursor: pointer;
    position: relative;
    margin-left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 550px) {
      .nav-toggles button {
        font-size: 14px;
        line-height: 1.333; } }
    .wyg .nav-toggles button a, .nav-toggles button .wyg a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.24em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg .nav-toggles button a:HOVER, .nav-toggles button .wyg a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .wyg .nav-toggles button .wyg-sans a, .wyg .nav-toggles button .sans-neg-indent a, .nav-toggles button .wyg .wyg-sans a, .nav-toggles button .wyg .sans-neg-indent a {
      background-position: 0 1.333em; }
    .wyg-sans .nav-toggles button a, .nav-toggles button .wyg-sans a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.333em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg-sans .nav-toggles button a:HOVER, .nav-toggles button .wyg-sans a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .nav-toggles button .inv, .inv .nav-toggles button {
      font-size: 0.97rem;
      line-height: 1.333rem; }
      @media (max-width: 767px) {
        .nav-toggles button .inv, .inv .nav-toggles button {
          font-size: 0.777rem;
          line-height: 1.333; } }
    .nav-toggles button.plus, .plus .nav-toggles button {
      font-size: 1.333rem; }
      @media (max-width: 767px) {
        .nav-toggles button.plus, .plus .nav-toggles button {
          font-size: 1rem; } }
    .nav-toggles button.menu-search-toggle:BEFORE, .nav-toggles button.menu-search-toggle:AFTER {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 25px;
      height: 1px;
      margin-left: -12px;
      background: white;
      transform: rotate(45deg);
      opacity: 0; }
    .nav-toggles button.menu-search-toggle:AFTER {
      transform: rotate(-45deg); }
    .nav-toggles button.search-toggled-open svg {
      opacity: 0; }
    .nav-toggles button.search-toggled-open:BEFORE, .nav-toggles button.search-toggled-open:AFTER {
      opacity: 1; }
    @media (max-width: 800px) {
      .nav-toggles button {
        height: 48px;
        width: 48px; } }
  .nav-toggles svg rect, .nav-toggles svg path {
    fill: var(--colorFG); }
  .nav-toggles svg rect, .nav-toggles svg path, .nav-toggles svg circle {
    stroke: var(--colorFG);
    stroke-width: 1;
    stroke-miterlimit: 10; }
  .nav-toggles .button-text {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden; }

.nav-bgcolor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: calc(100% - 64px);
  background: var(--colorBG, #ffffff);
  z-index: 6;
  transition-duration: 0.15s;
  transition-property: opacity;
  transition-timing-function: ease-out;
  pointer-events: none;
  z-index: -20;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  pointer-events: none; }
  @media (max-width: 800px) {
    .nav-bgcolor {
      bottom: calc(100% - 50px); } }
  @media (min-width: 769px) {
    .admin-bar .nav-bgcolor {
      top: 32px;
      bottom: calc(100% - 96px); } }
  .nav-sticky .nav-bgcolor {
    opacity: 1;
    z-index: 6; }
  .nav-bgcolor.open {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.95;
    z-index: 6;
    transition-property: top,left,right,bottom,opacity;
    background: var(--colorAlt, #f5333f); }
  body:not(.nav-sticky) .nav-bgcolor.open {
    opacity: 0.95;
    z-index: 6; }
  .nav-bgcolor[data-color="1"] {
    --colorBG: #32a8cd; }
  .nav-bgcolor[data-color="2"] {
    --colorBG: #9b3928; }
  .nav-bgcolor[data-color="3"] {
    --colorBG: #b1b91e; }
  .nav-bgcolor[data-color="4"] {
    --colorBG: #236b2b; }
  .nav-bgcolor[data-color="5"] {
    --colorBG: #ef657f; }
  .nav-bgcolor[data-color="6"] {
    --colorBG: #ff6700; }
  .nav-bgcolor[data-color="7"] {
    --colorBG: #be2f96; }
  .home.nav-sticky .nav-bgcolor, .page-id-7355.nav-sticky .nav-bgcolor {
    display: none !important; }

header.on-bg ~ .nav-bgcolor, header.on-bg ~ .nav-filters {
  --colorBG:#1a1a1a;
  --colorSubdueLine:#4d4d4d; }

header.on-bg ~ .nav-filters .on-bg {
  --colorSubdueLine:#4d4d4d; }

.single-timeline.nav-sticky .nav-filters {
  --colorFG:#FFF;
  color: var(--colorFG); }

.nav-filters .nav-filter-content > a {
  display: inline-block;
  margin-right: 1.333rem;
  height: 1.333em; }

.nav-filters .nav-filter-content p {
  margin: 0; }

.head + .h1 {
  margin-top: 3rem; }

#mc-embedded-subscribe, .abs-submit {
  position: absolute;
  top: 1rem;
  right: 0;
  opacity: 0; }

.email-form {
  position: relative;
  width: 100%;
  max-width: 350px;
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 550px) {
    .email-form {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .email-form a, .email-form .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .email-form a:HOVER, .email-form .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .email-form .wyg-sans a, .wyg .email-form .sans-neg-indent a, .email-form .wyg .wyg-sans a, .email-form .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .email-form a, .email-form .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .email-form a:HOVER, .email-form .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .email-form .inv, .inv .email-form {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .email-form .inv, .inv .email-form {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .email-form.plus, .plus .email-form {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .email-form.plus, .plus .email-form {
        font-size: 1rem; } }
  .content-row-text .email-form {
    margin-bottom: 2.5rem; }
  .email-form fieldset {
    border: none;
    width: 100%;
    padding: 0; }
  .email-form legend {
    position: absolute;
    opacity: 0; }
  .email-form input[type="email"], .email-form input[type="text"] {
    position: relative;
    -webkit-appearance: none;
    background: none;
    border: none;
    border-bottom: solid 1px;
    border-color: var(--colorFG);
    width: 100%;
    padding: 0.4rem 0;
    font-family: 'Unica77LLWeb', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0;
    word-spacing: 0;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 550px) {
      .email-form input[type="email"], .email-form input[type="text"] {
        font-size: 14px;
        line-height: 1.333; } }
    .wyg .email-form input[type="email"] a, .email-form input[type="email"] .wyg a, .wyg .email-form input[type="text"] a, .email-form input[type="text"] .wyg a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.24em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg .email-form input[type="email"] a:HOVER, .email-form input[type="email"] .wyg a:HOVER, .wyg .email-form input[type="text"] a:HOVER, .email-form input[type="text"] .wyg a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .wyg .email-form input[type="email"] .wyg-sans a, .wyg .email-form input[type="email"] .sans-neg-indent a, .email-form input[type="email"] .wyg .wyg-sans a, .email-form input[type="email"] .wyg .sans-neg-indent a, .wyg .email-form input[type="text"] .wyg-sans a, .wyg .email-form input[type="text"] .sans-neg-indent a, .email-form input[type="text"] .wyg .wyg-sans a, .email-form input[type="text"] .wyg .sans-neg-indent a {
      background-position: 0 1.333em; }
    .wyg-sans .email-form input[type="email"] a, .email-form input[type="email"] .wyg-sans a, .wyg-sans .email-form input[type="text"] a, .email-form input[type="text"] .wyg-sans a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.333em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg-sans .email-form input[type="email"] a:HOVER, .email-form input[type="email"] .wyg-sans a:HOVER, .wyg-sans .email-form input[type="text"] a:HOVER, .email-form input[type="text"] .wyg-sans a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .email-form input[type="email"] .inv, .inv .email-form input[type="email"], .email-form input[type="text"] .inv, .inv .email-form input[type="text"] {
      font-size: 0.97rem;
      line-height: 1.333rem; }
      @media (max-width: 767px) {
        .email-form input[type="email"] .inv, .inv .email-form input[type="email"], .email-form input[type="text"] .inv, .inv .email-form input[type="text"] {
          font-size: 0.777rem;
          line-height: 1.333; } }
    .email-form input[type="email"].plus, .plus .email-form input[type="email"], .email-form input[type="text"].plus, .plus .email-form input[type="text"] {
      font-size: 1.333rem; }
      @media (max-width: 767px) {
        .email-form input[type="email"].plus, .plus .email-form input[type="email"], .email-form input[type="text"].plus, .plus .email-form input[type="text"] {
          font-size: 1rem; } }
    .email-form input[type="email"]::-webkit-input-placeholder, .email-form input[type="text"]::-webkit-input-placeholder {
      opacity: 0; }
    .email-form input[type="email"]:-moz-placeholder, .email-form input[type="text"]:-moz-placeholder {
      opacity: 0; }
    .email-form input[type="email"]::-moz-placeholder, .email-form input[type="text"]::-moz-placeholder {
      opacity: 0; }
    .email-form input[type="email"]:-ms-input-placeholder, .email-form input[type="text"]:-ms-input-placeholder {
      opacity: 0; }
  .email-form label {
    opacity: 1; }
  .email-form .error-message:not(:empty) + label {
    display: none; }
  .email-form input + label, .email-form .error-message:empty + label {
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 100%;
    pointer-events: none; }
  .email-form .error-message {
    color: var(--colorActiveText);
    margin-top: 0.4rem; }
  .email-form input:not(:-moz-placeholder-shown) + label, .email-form input:not(:-moz-placeholder-shown) + .error-message + label {
    opacity: 0; }
  .email-form input:not(:-ms-input-placeholder) + label, .email-form input:not(:-ms-input-placeholder) + .error-message + label {
    opacity: 0; }
  .email-form input:not(:placeholder-shown) + label, .email-form input:focus + label, .email-form input:not(:placeholder-shown) + .error-message + label, .email-form input:focus + .error-message + label {
    opacity: 0; }

label .arrow {
  margin-left: 0.25rem; }

nav.social-icons a {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  margin-right: 0.375rem; }
  nav.social-icons a span {
    display: none; }

.icon-ig {
  background-image: url(../assets/icon-ig.svg) !important;
  background-size: 15px 15px !important;
  background-repeat: no-repeat !important; }

.icon-fb {
  background-image: url(../assets/icon-fb.svg) !important;
  background-size: 7.734px 15.646px !important;
  background-repeat: no-repeat !important; }

.icon-tw {
  background-image: url(../assets/icon-tw.svg) !important;
  background-size: 16.631px 13.516px !important;
  background-repeat: no-repeat !important; }

.icon-yt {
  background-image: url(../assets/icon-yt.svg) !important;
  background-size: 16.631px 11.642px !important;
  background-repeat: no-repeat !important; }

.social-inline .social-icons-inline {
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 550px) {
    .social-inline .social-icons-inline {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .social-inline .social-icons-inline a, .social-inline .social-icons-inline .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .social-inline .social-icons-inline a:HOVER, .social-inline .social-icons-inline .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .social-inline .social-icons-inline .wyg-sans a, .wyg .social-inline .social-icons-inline .sans-neg-indent a, .social-inline .social-icons-inline .wyg .wyg-sans a, .social-inline .social-icons-inline .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .social-inline .social-icons-inline a, .social-inline .social-icons-inline .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .social-inline .social-icons-inline a:HOVER, .social-inline .social-icons-inline .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .social-inline .social-icons-inline .inv, .inv .social-inline .social-icons-inline {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .social-inline .social-icons-inline .inv, .inv .social-inline .social-icons-inline {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .social-inline .social-icons-inline.plus, .plus .social-inline .social-icons-inline {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .social-inline .social-icons-inline.plus, .plus .social-inline .social-icons-inline {
        font-size: 1rem; } }
  .social-inline .social-icons-inline a {
    display: inline-block;
    padding-left: 1.5rem;
    background-position: 0 4px !important; }
    @media (max-width: 767px) {
      .social-inline .social-icons-inline a {
        background-position: 0 50% !important; } }
    .social-inline .social-icons-inline a.icon-fb {
      background-position: 3px 4px !important; }
      @media (max-width: 767px) {
        .social-inline .social-icons-inline a.icon-fb {
          background-position: 3px 50% !important; } }
    .social-inline .social-icons-inline a.icon-yt {
      background-position: 0px 6px !important; }
      @media (max-width: 767px) {
        .social-inline .social-icons-inline a.icon-yt {
          background-position: 0 50% !important; } }
    .social-inline .social-icons-inline a.icon-tw {
      background-position: 0px 5px !important; }
      @media (max-width: 767px) {
        .social-inline .social-icons-inline a.icon-tw {
          background-position: 0 50% !important; } }
footer {
  background: white;
  margin: 8rem 0 0;
  padding: 8rem 0 0; }
  .inv + footer {
    margin-top: 0; }
  .home footer {
    margin-top: 0; }
  footer a {
    color: inherit;
    text-decoration: none; }
  @media (max-width: 767px) {
    footer {
      padding-top: 2rem;
      margin-top: 4rem; } }
  @media (min-width: 768px) {
    footer .footer-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
    footer .email-form {
      margin-right: auto; } }
  footer .footer-row-secondary {
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap; }
    footer .footer-row-secondary > * {
      padding-bottom: 2.5rem; }
      @media (max-width: 767px) {
        footer .footer-row-secondary > * {
          padding-bottom: 1rem; }
          footer .footer-row-secondary > * + * {
            padding-top: 2.5rem; } }
  footer .footer-col-secondary {
    margin-bottom: .625rem; }
    footer .footer-col-secondary a {
      margin-right: 2rem;
      background: none !important;
      border: none !important; }
      footer .footer-col-secondary a:HOVER {
        color: var(--colorSubdueText); }
    @media (max-width: 767px) {
      footer .footer-col-secondary > * {
        display: block;
        margin-bottom: 0.5rem; } }
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 6; }
  .modal-wrap:not(.open) {
    display: none; }
  @media (min-width: 768px) {
    .admin-bar .modal-wrap {
      top: 32px;
      height: calc(100% - 32px); } }
  .page-modal .modal-wrap {
    z-index: 6; }

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: var(--colorAlt);
  opacity: 0.9;
  display: none; }

.modal-bg-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer; }

.open .modal-bg {
  -webkit-animation: fadeInOpacity 0.15s 0s ease-out forwards;
          animation: fadeInOpacity 0.15s 0s ease-out forwards; }
  @media (max-width: 800px) {
    .open .modal-bg {
      display: none;
      -webkit-animation: none;
              animation: none; } }
.button-close {
  position: relative;
  width: 20px;
  height: 18px; }
  .button-close span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
    .button-close span:BEFORE, .button-close span:AFTER {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 25px;
      height: 1px;
      margin-left: -12px;
      transform: rotate(-45deg);
      background: white; }
      @media (min-width: 800px) {
        .button-close span:BEFORE, .button-close span:AFTER {
          margin-top: -1px; }
          .single-timeline .button-close span:BEFORE, .single-timeline .button-close span:AFTER {
            background: white; } }
    .button-close span:AFTER {
      transform: rotate(45deg); }

.modal-contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 800px) {
    .modal-contents {
      display: block;
      pointer-events: all;
      -ms-scroll-chaining: none;
          overscroll-behavior: none; }
      .nav-sticky .modal-contents {
        -webkit-clip-path: polygon(0 50px, 100% 50px, 100% 100%, 0 100%, 0 50px);
                clip-path: polygon(0 50px, 100% 50px, 100% 100%, 0 100%, 0 50px); } }
.menu-wrap {
  width: 100%;
  max-width: 874px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  background: white;
  pointer-events: all;
  opacity: 0; }
  @media (max-width: 800px) {
    .menu-wrap {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (max-width: 800px) {
    .menu-wrap {
      display: block;
      margin: 115px auto;
      width: auto;
      width: calc(100% - 2rem);
      max-width: 580px;
      opacity: 1;
      padding-top: 0.25rem; } }
  @media (max-width: 550px) {
    .menu-wrap {
      margin-left: 1rem;
      margin-right: 1rem; } }
.menu-group {
  flex-basis: 50%;
  flex-shrink: 0; }
  @media (min-width: 801px) {
    .menu-group:first-child {
      padding-right: 1rem; }
    .menu-group + .menu-group {
      padding-left: 1rem; } }
  .menu-group h3 {
    font-family: 'Unica77LLWeb', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0;
    word-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin: 0;
    color: var(--colorAlt); }
    @media (max-width: 550px) {
      .menu-group h3 {
        font-size: 14px;
        line-height: 1.333; } }
    .wyg .menu-group h3 a, .menu-group h3 .wyg a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.24em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg .menu-group h3 a:HOVER, .menu-group h3 .wyg a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .wyg .menu-group h3 .wyg-sans a, .wyg .menu-group h3 .sans-neg-indent a, .menu-group h3 .wyg .wyg-sans a, .menu-group h3 .wyg .sans-neg-indent a {
      background-position: 0 1.333em; }
    .wyg-sans .menu-group h3 a, .menu-group h3 .wyg-sans a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.333em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg-sans .menu-group h3 a:HOVER, .menu-group h3 .wyg-sans a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .menu-group h3 .inv, .inv .menu-group h3 {
      font-size: 0.97rem;
      line-height: 1.333rem; }
      @media (max-width: 767px) {
        .menu-group h3 .inv, .inv .menu-group h3 {
          font-size: 0.777rem;
          line-height: 1.333; } }
    .menu-group h3.plus, .plus .menu-group h3 {
      font-size: 1.333rem; }
      @media (max-width: 767px) {
        .menu-group h3.plus, .plus .menu-group h3 {
          font-size: 1rem; } }
  .menu-group ul {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    border-top: solid 1px;
    border-color: rgba(179, 179, 179, 0.5); }
    .menu-group ul li {
      border-bottom: solid 1px;
      border-color: rgba(179, 179, 179, 0.5);
      padding: 0.5rem 0 0.6rem; }
      .menu-group ul li.sep-list {
        color: rgba(77, 77, 77, 0.5);
        padding-top: 30px;
        pointer-events: none; }
        @media (max-width: 800px) {
          .menu-group ul li.sep-list {
            font-size: 14px; } }
  .menu-group a {
    transition-duration: 0.125s; }
    .menu-group a:HOVER {
      opacity: 0.35; }
    .menu-group a:focus:not(:focus-visible) {
      outline: 0; }
    .menu-group a:focus-visible {
      position: relative;
      outline: none;
      opacity: 0.5; }
      .menu-group a:focus-visible:BEFORE {
        content: "";
        position: absolute;
        top: 0rem;
        left: -0.375rem;
        right: -0.375rem;
        bottom: -0.15rem;
        border-radius: 2px;
        box-shadow: 0 0 2px black; }
  @media (max-width: 800px) {
    .menu-group {
      padding: 0; }
      .menu-group ul {
        margin-top: 0;
        border-top: none; }
        .menu-group ul li {
          border: none;
          font-size: 27px;
          font-weight: 300;
          padding: 0 0 0.25rem; }
          .menu-group ul li.menu-item-7410 {
            font-weight: 400; }
      .menu-group h3 {
        position: relative;
        padding: 0.75rem 0 0.5rem;
        font-size: 16px; }
      .menu-group .nav2 h3, .menu-group .nav3 h3 {
        margin-top: 1.5rem; }
      .menu-group nav.expand ul {
        display: block;
        border-top: none;
        margin-top: 0.5rem;
        margin-bottom: 3rem; }
      .menu-group nav.expand h3:AFTER {
        transform: rotate(-225deg);
        top: 22px; }
      .menu-group a {
        display: block; }
      .menu-group .ani-wrap {
        -webkit-animation: none;
                animation: none; } }
.modal-contents nav {
  position: relative;
  width: 100%; }

@media (min-width: 801px) {
  .menu-items .ani-wrap {
    opacity: 0; } }

.modal-contents nav + nav {
  margin-top: 2.25rem; }
  @media (max-width: 800px) {
    .modal-contents nav + nav {
      margin-top: 0; } }
.menu-group + form {
  display: none; }
  @media (max-width: 800px) {
    .menu-group + form {
      margin-top: 2.5rem; } }
  @media (max-width: 767px) {
    .menu-group + form {
      margin-top: 1.5rem;
      position: relative; } }
.menu-search-svg {
  fill: none;
  stroke: #231f20;
  stroke-width: 2;
  stroke-miterlimit: 10; }

.search-form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
  .search-form fieldset {
    width: 100%;
    border: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    padding: 0; }
    .search-form fieldset button {
      position: absolute;
      right: 0.75rem;
      top: 54%;
      transform: translate(0, -50%);
      transition-duration: 0.75s;
      opacity: 0.35;
      cursor: pointer;
      transition-delay: 0.35s; }
      .search-form fieldset button:HOVER {
        opacity: 1;
        transition-delay: 0s; }
      .search-form fieldset button span {
        opacity: 0;
        pointer-events: none; }
      .search-form fieldset button svg {
        position: absolute;
        width: 30px;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -45%); }
        .search-form fieldset button svg polyline, .search-form fieldset button svg line {
          fill: none;
          stroke: var(--colorFG);
          stroke-miterlimit: 10; }
          .subdue .search-form fieldset button svg polyline, .subdue .search-form fieldset button svg line {
            stroke: var(--colorSubdueText); }
    .search-form fieldset input[type="text"]:-moz-placeholder-shown + button {
      opacity: 0;
      pointer-events: none;
      transition-delay: 0s; }
    .search-form fieldset input[type="text"]:-ms-input-placeholder + button {
      opacity: 0;
      pointer-events: none;
      transition-delay: 0s; }
    .search-form fieldset input[type="text"]:placeholder-shown + button {
      opacity: 0;
      pointer-events: none;
      transition-delay: 0s; }
  .search-form legend, .search-form label {
    position: absolute;
    opacity: 0;
    pointer-events: none; }

.search-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: relative;
  background: none;
  border-radius: 0;
  padding: 0;
  width: 50px;
  height: 42px;
  margin-top: -5px; }
  .search-submit span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-color: var(--colorSubdueLine);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
  @media (max-width: 767px) {
    .search-submit {
      width: 34px; } }
.search-input {
  display: block;
  width: 100%;
  padding: 0.75rem 0.6rem 1.125rem;
  border: none;
  font-family: Unica77LLWeb, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.666rem;
  letter-spacing: -0.02em;
  line-height: 1;
  line-height: 1.325;
  background: white;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom: solid 2px;
  border-color: black; }
  @media (min-width: 769px) {
    .search-input {
      margin-left: -0.06em; } }
  @media (max-width: 550px) {
    .search-input {
      margin-left: -0.06em; } }
  @media (max-width: 800px) {
    .search-input {
      font-size: 2.5rem;
      padding-right: 3%; } }
  @media (min-width: 1350px) {
    .search-input {
      font-size: 4vw; } }
  @media (min-width: 1600px) {
    .search-input {
      font-size: 64px; } }
  .search-input::-webkit-input-placeholder {
    color: var(--colorSubdueText); }
  .search-input:-moz-placeholder {
    color: var(--colorSubdueText); }
  .search-input::-moz-placeholder {
    color: var(--colorSubdueText); }
  .search-input:-ms-input-placeholder {
    color: var(--colorSubdueText); }
  .search-input:FOCUS {
    outline: none; }
  @media (max-width: 800px) {
    .search-input {
      padding: 0.3rem 0 0.5rem 0.5rem;
      font-size: 27px;
      text-indent: 0; } }
.fadeOn {
  -webkit-animation: fadeIn 0.15s 0s ease-out forwards;
          animation: fadeIn 0.15s 0s ease-out forwards; }

/* Animating the menu items */
@media (min-width: 801px) {
  .menu-items .ani-0 {
    -webkit-animation: fadeIn 0.15s 0.25s ease-out forwards, ani0 0.25s 0.25s ease-out forwards;
            animation: fadeIn 0.15s 0.25s ease-out forwards, ani0 0.25s 0.25s ease-out forwards; }
  .menu-items .ani-1 {
    -webkit-animation: fadeIn 0.15s 0.35s ease-out forwards, ani1 0.25s 0.35s ease-out forwards;
            animation: fadeIn 0.15s 0.35s ease-out forwards, ani1 0.25s 0.35s ease-out forwards; }
  .menu-items .ani-2 {
    -webkit-animation: fadeIn 0.15s 0.05s ease-out forwards, ani2 0.25s 0.05s ease-out forwards;
            animation: fadeIn 0.15s 0.05s ease-out forwards, ani2 0.25s 0.05s ease-out forwards; }
  .menu-items .ani-3 {
    -webkit-animation: fadeIn 0.15s 0.20s ease-out forwards, ani3 0.25s 0.20s ease-out forwards;
            animation: fadeIn 0.15s 0.20s ease-out forwards, ani3 0.25s 0.20s ease-out forwards; }
  .menu-items .ani-4 {
    -webkit-animation: fadeIn 0.15s 0.30s ease-out forwards, ani4 0.25s 0.30s ease-out forwards;
            animation: fadeIn 0.15s 0.30s ease-out forwards, ani4 0.25s 0.30s ease-out forwards; }
  .disable-ani .ani-wrap {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.97; } }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.97; } }

@-webkit-keyframes mobileMenuIn {
  0% {
    opacity: 0;
    transform: translateY(-4px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes mobileMenuIn {
  0% {
    opacity: 0;
    transform: translateY(-4px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/* Animating the actual menu container */
@media (min-width: 801px) {
  .open .menu-wrap {
    -webkit-animation: fadeIn 0.15s 0.1s ease-out forwards;
            animation: fadeIn 0.15s 0.1s ease-out forwards; }
  .open.menu-ani .menu-wrap.contain-ani-0 {
    -webkit-animation: fadeIn 0.15s 0.15s ease-out forwards, containani0 0.25s 0.15s ease-out forwards;
            animation: fadeIn 0.15s 0.15s ease-out forwards, containani0 0.25s 0.15s ease-out forwards; }
  .open.menu-ani .menu-wrap.contain-ani-1 {
    -webkit-animation: fadeIn 0.15s 0.15s ease-out forwards, containani1 0.25s 0.15s ease-out forwards;
            animation: fadeIn 0.15s 0.15s ease-out forwards, containani1 0.25s 0.15s ease-out forwards; }
  .open.menu-ani .menu-wrap.contain-ani-2 {
    -webkit-animation: fadeIn 0.15s 0.15s ease-out forwards, containani2 0.25s 0.15s ease-out forwards;
            animation: fadeIn 0.15s 0.15s ease-out forwards, containani2 0.25s 0.15s ease-out forwards; }
  .open.menu-ani .menu-wrap.contain-ani-3 {
    -webkit-animation: fadeIn 0.15s 0.15s ease-out forwards, containani3 0.25s 0.15s ease-out forwards;
            animation: fadeIn 0.15s 0.15s ease-out forwards, containani3 0.25s 0.15s ease-out forwards; }
  .open.menu-ani .menu-wrap.contain-ani-4 {
    -webkit-animation: fadeIn 0.15s 0.15s ease-out forwards, containani4 0.25s 0.15s ease-out forwards;
            animation: fadeIn 0.15s 0.15s ease-out forwards, containani4 0.25s 0.15s ease-out forwards; }
  .open .menu-wrap {
    -webkit-animation: fadeIn 0.15s 0.25s ease-out forwards;
            animation: fadeIn 0.15s 0.25s ease-out forwards; }
  .open.menu-ani .menu-wrap.contain-ani-0 {
    -webkit-animation: fadeIn 0.15s 0.3s ease-out forwards, containani0 0.25s 0.3s ease-out forwards;
            animation: fadeIn 0.15s 0.3s ease-out forwards, containani0 0.25s 0.3s ease-out forwards; }
  .open.menu-ani .menu-wrap.contain-ani-1 {
    -webkit-animation: fadeIn 0.15s 0.3s ease-out forwards, containani1 0.25s 0.3s ease-out forwards;
            animation: fadeIn 0.15s 0.3s ease-out forwards, containani1 0.25s 0.3s ease-out forwards; }
  .open.menu-ani .menu-wrap.contain-ani-2 {
    -webkit-animation: fadeIn 0.15s 0.3s ease-out forwards, containani2 0.25s 0.3s ease-out forwards;
            animation: fadeIn 0.15s 0.3s ease-out forwards, containani2 0.25s 0.3s ease-out forwards; }
  .open.menu-ani .menu-wrap.contain-ani-3 {
    -webkit-animation: fadeIn 0.15s 0.3s ease-out forwards, containani3 0.25s 0.3s ease-out forwards;
            animation: fadeIn 0.15s 0.3s ease-out forwards, containani3 0.25s 0.3s ease-out forwards; }
  .open.menu-ani .menu-wrap.contain-ani-4 {
    -webkit-animation: fadeIn 0.15s 0.3s ease-out forwards, containani4 0.25s 0.3s ease-out forwards;
            animation: fadeIn 0.15s 0.3s ease-out forwards, containani4 0.25s 0.3s ease-out forwards; } }

@-webkit-keyframes containani0 {
  0% {
    /*transform:rotate3d(0,1,0.2,20deg);*/
    transform: perspective(1600px) rotateY(6deg); }
  100% {
    /*transform:rotate3d(0,0,0,0deg);*/
    transform: perspective(1600px) rotateY(0deg); } }

@keyframes containani0 {
  0% {
    /*transform:rotate3d(0,1,0.2,20deg);*/
    transform: perspective(1600px) rotateY(6deg); }
  100% {
    /*transform:rotate3d(0,0,0,0deg);*/
    transform: perspective(1600px) rotateY(0deg); } }

@-webkit-keyframes containani1 {
  0% {
    transform: perspective(1600px) rotateY(2deg); }
  100% {
    transform: perspective(1600px) rotateY(0deg); } }

@keyframes containani1 {
  0% {
    transform: perspective(1600px) rotateY(2deg); }
  100% {
    transform: perspective(1600px) rotateY(0deg); } }

@-webkit-keyframes containani2 {
  0% {
    transform: perspective(1600px) rotateY(-6deg); }
  100% {
    transform: perspective(1600px) rotateY(0deg); } }

@keyframes containani2 {
  0% {
    transform: perspective(1600px) rotateY(-6deg); }
  100% {
    transform: perspective(1600px) rotateY(0deg); } }

@-webkit-keyframes containani3 {
  0% {
    transform: perspective(1600px) rotateY(-2deg); }
  100% {
    transform: perspective(1600px) rotateY(0deg); } }

@keyframes containani3 {
  0% {
    transform: perspective(1600px) rotateY(-2deg); }
  100% {
    transform: perspective(1600px) rotateY(0deg); } }

@-webkit-keyframes containani4 {
  0% {
    transform: perspective(1600px) rotateY(-4deg); }
  100% {
    transform: perspective(1600px) rotateY(0deg); } }

@keyframes containani4 {
  0% {
    transform: perspective(1600px) rotateY(-4deg); }
  100% {
    transform: perspective(1600px) rotateY(0deg); } }

.doAni, .doFade, .doTextAni {
  opacity: 0;
  transform: translateZ(0); }

.fadeOn {
  -webkit-animation: fadeIn 1s 0s linear forwards;
          animation: fadeIn 1s 0s linear forwards; }

.ani-0 {
  -webkit-animation: fadeIn 1s 0s linear forwards, ani0 0.75s 0s linear forwards;
          animation: fadeIn 1s 0s linear forwards, ani0 0.75s 0s linear forwards; }

.ani-1 {
  -webkit-animation: fadeIn 1s 0s linear forwards, ani1 0.75s 0s linear forwards;
          animation: fadeIn 1s 0s linear forwards, ani1 0.75s 0s linear forwards; }

.ani-2 {
  -webkit-animation: fadeIn 1s 0s linear forwards, ani2 0.75s 0s linear forwards;
          animation: fadeIn 1s 0s linear forwards, ani2 0.75s 0s linear forwards; }

.ani-3 {
  -webkit-animation: fadeIn 1s 0s linear forwards, ani3 0.75s 0s linear forwards;
          animation: fadeIn 1s 0s linear forwards, ani3 0.75s 0s linear forwards; }

.ani-4 {
  -webkit-animation: fadeIn 1s 0s linear forwards, ani4 0.75s 0s linear forwards;
          animation: fadeIn 1s 0s linear forwards, ani4 0.75s 0s linear forwards; }

.textani-0 {
  -webkit-animation: fadeIn 1s 0s linear forwards, textani0 0.75s 0s linear forwards;
          animation: fadeIn 1s 0s linear forwards, textani0 0.75s 0s linear forwards; }

.textani-1 {
  -webkit-animation: fadeIn 1s 0s linear forwards, textani1 0.75s 0s linear forwards;
          animation: fadeIn 1s 0s linear forwards, textani1 0.75s 0s linear forwards; }

.textani-2 {
  -webkit-animation: fadeIn 1s 0s linear forwards, textani2 0.75s 0s linear forwards;
          animation: fadeIn 1s 0s linear forwards, textani2 0.75s 0s linear forwards; }

.textani-3 {
  -webkit-animation: fadeIn 1s 0s linear forwards, textani3 0.75s 0s linear forwards;
          animation: fadeIn 1s 0s linear forwards, textani3 0.75s 0s linear forwards; }

.textani-4 {
  -webkit-animation: fadeIn 1s 0s linear forwards, textani4 0.75s 0s linear forwards;
          animation: fadeIn 1s 0s linear forwards, textani4 0.75s 0s linear forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeUpIn {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeUpIn {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes slideup {
  0% {
    transform: translateY(50px); }
  100% {
    transform: translateY(0); } }

@keyframes slideup {
  0% {
    transform: translateY(50px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes ani0 {
  0% {
    /*transform:rotate3d(0,1,0.2,20deg);*/
    transform: perspective(600px) rotateY(6deg) scaleX(0.9); }
  100% {
    /*transform:rotate3d(0,0,0,0deg);*/
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@keyframes ani0 {
  0% {
    /*transform:rotate3d(0,1,0.2,20deg);*/
    transform: perspective(600px) rotateY(6deg) scaleX(0.9); }
  100% {
    /*transform:rotate3d(0,0,0,0deg);*/
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes ani1 {
  0% {
    transform: perspective(600px) rotateY(2deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@keyframes ani1 {
  0% {
    transform: perspective(600px) rotateY(2deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes ani2 {
  0% {
    transform: perspective(600px) rotateY(-6deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@keyframes ani2 {
  0% {
    transform: perspective(600px) rotateY(-6deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes ani3 {
  0% {
    transform: perspective(600px) rotateY(-2deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@keyframes ani3 {
  0% {
    transform: perspective(600px) rotateY(-2deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes ani4 {
  0% {
    transform: perspective(600px) rotateY(-4deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@keyframes ani4 {
  0% {
    transform: perspective(600px) rotateY(-4deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes textani0 {
  0% {
    /*transform:rotate3d(0,1,0.2,20deg);*/
    transform: perspective(200px) rotateY(6deg) scaleX(0.94); }
  100% {
    /*transform:rotate3d(0,0,0,0deg);*/
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@keyframes textani0 {
  0% {
    /*transform:rotate3d(0,1,0.2,20deg);*/
    transform: perspective(200px) rotateY(6deg) scaleX(0.94); }
  100% {
    /*transform:rotate3d(0,0,0,0deg);*/
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes textani1 {
  0% {
    transform: perspective(200px) rotateY(2deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@keyframes textani1 {
  0% {
    transform: perspective(200px) rotateY(2deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes textani2 {
  0% {
    transform: perspective(200px) rotateY(-6deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@keyframes textani2 {
  0% {
    transform: perspective(200px) rotateY(-6deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes textani3 {
  0% {
    transform: perspective(200px) rotateY(-2deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@keyframes textani3 {
  0% {
    transform: perspective(200px) rotateY(-2deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes textani4 {
  0% {
    transform: perspective(200px) rotateY(-4deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@keyframes textani4 {
  0% {
    transform: perspective(200px) rotateY(-4deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes mo_ani0 {
  0% {
    /*transform:rotate3d(0,1,0.2,20deg);*/
    opacity: 0;
    transform: rotateY(6deg) scaleX(0.9); }
  100% {
    /*transform:rotate3d(0,0,0,0deg);*/
    opacity: 1;
    transform: rotateY(0deg) scaleX(1); } }

@keyframes mo_ani0 {
  0% {
    /*transform:rotate3d(0,1,0.2,20deg);*/
    opacity: 0;
    transform: rotateY(6deg) scaleX(0.9); }
  100% {
    /*transform:rotate3d(0,0,0,0deg);*/
    opacity: 1;
    transform: rotateY(0deg) scaleX(1); } }

@-webkit-keyframes mo_ani1 {
  0% {
    transform: perspective(600px) rotateY(2deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@keyframes mo_ani1 {
  0% {
    transform: perspective(600px) rotateY(2deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes mo_ani2 {
  0% {
    transform: perspective(600px) rotateY(-6deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@keyframes mo_ani2 {
  0% {
    transform: perspective(600px) rotateY(-6deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes mo_ani3 {
  0% {
    transform: perspective(600px) rotateY(-2deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@keyframes mo_ani3 {
  0% {
    transform: perspective(600px) rotateY(-2deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes mo_ani4 {
  0% {
    transform: perspective(600px) rotateY(-4deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@keyframes mo_ani4 {
  0% {
    transform: perspective(600px) rotateY(-4deg) scaleX(0.9); }
  100% {
    transform: perspective(600px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes mo_textani0 {
  0% {
    /*transform:rotate3d(0,1,0.2,20deg);*/
    transform: perspective(200px) rotateY(6deg) scaleX(0.94); }
  100% {
    /*transform:rotate3d(0,0,0,0deg);*/
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@keyframes mo_textani0 {
  0% {
    /*transform:rotate3d(0,1,0.2,20deg);*/
    transform: perspective(200px) rotateY(6deg) scaleX(0.94); }
  100% {
    /*transform:rotate3d(0,0,0,0deg);*/
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes mo_textani1 {
  0% {
    transform: perspective(200px) rotateY(2deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@keyframes mo_textani1 {
  0% {
    transform: perspective(200px) rotateY(2deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes mo_textani2 {
  0% {
    transform: perspective(200px) rotateY(-6deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@keyframes mo_textani2 {
  0% {
    transform: perspective(200px) rotateY(-6deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes mo_textani3 {
  0% {
    transform: perspective(200px) rotateY(-2deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@keyframes mo_textani3 {
  0% {
    transform: perspective(200px) rotateY(-2deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@-webkit-keyframes mo_textani4 {
  0% {
    transform: perspective(200px) rotateY(-4deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

@keyframes mo_textani4 {
  0% {
    transform: perspective(200px) rotateY(-4deg) scaleX(0.94); }
  100% {
    transform: perspective(200px) rotateY(0deg) scaleX(1); } }

#calderNav > .on-bg {
  --colorSubdueLine:#e78185;
  --colorSubdueText:#ec9ea1; }

.nav-filters {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 64px;
  z-index: 8;
  pointer-events: none;
  display: none;
  color: var(--colorFG);
  font-size: 0.78rem;
  line-height: 1.333;
  font-weight: bold;
  letter-spacing: 0;
  left: 6rem;
  transform: none; }
  .nav-filters .subdue {
    font-weight: normal; }
  .nav-filters select, .nav-filters input, .nav-filters span {
    font-family: 'Unica77LLWeb', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0;
    word-spacing: 0;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 550px) {
      .nav-filters select, .nav-filters input, .nav-filters span {
        font-size: 14px;
        line-height: 1.333; } }
    .wyg .nav-filters select a, .nav-filters select .wyg a, .wyg .nav-filters input a, .nav-filters input .wyg a, .wyg .nav-filters span a, .nav-filters span .wyg a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.24em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg .nav-filters select a:HOVER, .nav-filters select .wyg a:HOVER, .wyg .nav-filters input a:HOVER, .nav-filters input .wyg a:HOVER, .wyg .nav-filters span a:HOVER, .nav-filters span .wyg a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .wyg .nav-filters select .wyg-sans a, .wyg .nav-filters select .sans-neg-indent a, .nav-filters select .wyg .wyg-sans a, .nav-filters select .wyg .sans-neg-indent a, .wyg .nav-filters input .wyg-sans a, .wyg .nav-filters input .sans-neg-indent a, .nav-filters input .wyg .wyg-sans a, .nav-filters input .wyg .sans-neg-indent a, .wyg .nav-filters span .wyg-sans a, .wyg .nav-filters span .sans-neg-indent a, .nav-filters span .wyg .wyg-sans a, .nav-filters span .wyg .sans-neg-indent a {
      background-position: 0 1.333em; }
    .wyg-sans .nav-filters select a, .nav-filters select .wyg-sans a, .wyg-sans .nav-filters input a, .nav-filters input .wyg-sans a, .wyg-sans .nav-filters span a, .nav-filters span .wyg-sans a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.333em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg-sans .nav-filters select a:HOVER, .nav-filters select .wyg-sans a:HOVER, .wyg-sans .nav-filters input a:HOVER, .nav-filters input .wyg-sans a:HOVER, .wyg-sans .nav-filters span a:HOVER, .nav-filters span .wyg-sans a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .nav-filters select .inv, .inv .nav-filters select, .nav-filters input .inv, .inv .nav-filters input, .nav-filters span .inv, .inv .nav-filters span {
      font-size: 0.97rem;
      line-height: 1.333rem; }
      @media (max-width: 767px) {
        .nav-filters select .inv, .inv .nav-filters select, .nav-filters input .inv, .inv .nav-filters input, .nav-filters span .inv, .inv .nav-filters span {
          font-size: 0.777rem;
          line-height: 1.333; } }
    .nav-filters select.plus, .plus .nav-filters select, .nav-filters input.plus, .plus .nav-filters input, .nav-filters span.plus, .plus .nav-filters span {
      font-size: 1.333rem; }
      @media (max-width: 767px) {
        .nav-filters select.plus, .plus .nav-filters select, .nav-filters input.plus, .plus .nav-filters input, .nav-filters span.plus, .plus .nav-filters span {
          font-size: 1rem; } }
  .nav-sticky .nav-filters {
    display: block;
    opacity: 0;
    -webkit-animation: fadeIn 0.15s 0s forwards 1;
            animation: fadeIn 0.15s 0s forwards 1;
    --colorFG:white; }
    @media (max-width: 767px) {
      .nav-sticky .nav-filters {
        top: 50px;
        left: 0;
        opacity: 1;
        height: auto;
        width: 100%;
        background: black;
        padding: 1rem 1rem 2rem;
        -webkit-animation: none;
                animation: none; }
        .nav-sticky .nav-filters .nav-filter-content, .nav-sticky .nav-filters .filters-mini {
          display: block; }
        .nav-sticky .nav-filters .sep-vertical {
          display: none; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .nav-sticky .nav-filters .filter-section {
      margin-bottom: 1rem; } }
  @media (min-width: 769px) {
    .admin-bar .nav-filters {
      top: 32px; } }
  @media (max-width: 767px) {
    .nav-filters {
      transition-duration: 0.15s;
      transform: translateY(-100%);
      z-index: 4;
      opacity: 1; }
      .home .nav-filters, .page-id-7355 .nav-filters, .single-exhibitions .nav-filters {
        display: none; }
      .m-filters-on .nav-filters {
        transform: translateY(0); } }
  .nav-filters .nav-filter-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    pointer-events: all; }
  .nav-filters .select-wrap-sticky {
    position: relative;
    height: 1.3333em; }
    .nav-filters .select-wrap-sticky form label, .nav-filters .select-wrap-sticky form legend {
      position: absolute;
      pointer-events: none;
      opacity: 0; }
    .nav-filters .select-wrap-sticky form fieldset {
      padding: 0;
      width: 100%;
      border: none; }
  .nav-filters.open {
    -webkit-animation: fadeOut 0.15s 0s forwards 1 !important;
            animation: fadeOut 0.15s 0s forwards 1 !important; }
  .nav-filters select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    padding: 0 1.25rem 0 0.5rem;
    color: var(--colorAlt, --colorFG);
    opacity: 0;
    cursor: pointer; }
  .nav-filters .select-overlay {
    position: relative;
    display: block;
    color: var(--colorAlt, --colorFG);
    text-align: center;
    padding: 0 1.45rem 0.15rem 0;
    pointer-events: none;
    white-space: nowrap;
    display: inline-block; }
    @media (max-width: 1000px) {
      .nav-filters .select-overlay {
        max-width: 100%;
        overflow: hidden;
        padding-right: 1.75rem; }
        .nav-filters .select-overlay:AFTER {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 2.3rem;
          background-image: linear-gradient(to left, #f7f7f4, #f7f7f4, #f7f7f4, rgba(247, 247, 244, 0)); }
          .nav-sticky .nav-filters .select-overlay:AFTER {
            background-image: linear-gradient(to left, #f5333f, #f5333f, #f5333f, rgba(245, 51, 63, 0)); } }
    .nav-filters .select-overlay:BEFORE {
      content: "";
      position: absolute;
      top: 0.25rem;
      right: 5px;
      width: 12px;
      height: 12px;
      border-right: solid 1px;
      border-bottom: solid 1px;
      border-color: var(--colorSubdueLine);
      transform: rotate(45deg);
      pointer-events: none;
      z-index: 3;
      border-color: var(--colorFG);
      opacity: 0.4; }
    .nav-sticky .nav-filters .select-overlay {
      color: white;
      font-size: 0.78rem;
      line-height: 1.333;
      font-weight: bold;
      letter-spacing: 0; }
      .nav-sticky .nav-filters .select-overlay .subdue {
        font-weight: normal; }
      .nav-sticky .nav-filters .select-overlay:BEFORE {
        width: 10px;
        height: 10px;
        top: 0.15rem; }
  @media (max-width: 1000px) {
    .nav-sticky .nav-filters [data-color="1"] .select-overlay:AFTER, .nav-sticky .nav-filters .cnt-1 .select-overlay:AFTER {
      background-image: linear-gradient(to left, #32a8cd, #32a8cd, #32a8cd, rgba(50, 168, 205, 0)); }
    .nav-sticky .nav-filters [data-color="2"] .select-overlay:AFTER, .nav-sticky .nav-filters .cnt-2 .select-overlay:AFTER {
      background-image: linear-gradient(to left, #9b3928, #9b3928, #9b3928, rgba(155, 57, 40, 0)); }
    .nav-sticky .nav-filters [data-color="3"] .select-overlay:AFTER, .nav-sticky .nav-filters .cnt-3 .select-overlay:AFTER {
      background-image: linear-gradient(to left, #b1b91e, #b1b91e, #b1b91e, rgba(177, 185, 30, 0)); }
    .nav-sticky .nav-filters [data-color="4"] .select-overlay:AFTER, .nav-sticky .nav-filters .cnt-4 .select-overlay:AFTER {
      background-image: linear-gradient(to left, #236b2b, #236b2b, #236b2b, rgba(35, 107, 43, 0)); }
    .nav-sticky .nav-filters [data-color="5"] .select-overlay:AFTER, .nav-sticky .nav-filters .cnt-5 .select-overlay:AFTER {
      background-image: linear-gradient(to left, #ef657f, #ef657f, #ef657f, rgba(239, 101, 127, 0)); }
    .nav-sticky .nav-filters [data-color="6"] .select-overlay:AFTER, .nav-sticky .nav-filters .cnt-6 .select-overlay:AFTER {
      background-image: linear-gradient(to left, #ff6700, #ff6700, #ff6700, rgba(255, 103, 0, 0)); }
    .nav-sticky .nav-filters [data-color="7"] .select-overlay:AFTER, .nav-sticky .nav-filters .cnt-7 .select-overlay:AFTER {
      background-image: linear-gradient(to left, #be2f96, #be2f96, #be2f96, rgba(190, 47, 150, 0)); } }
  @media (min-width: 801px) {
    .nav-filters {
      width: calc(100% - 12rem); }
      .nav-filters .nav-filter-content {
        justify-content: flex-start; }
      .nav-filters .sep-vertical {
        margin-left: 0; } }
.filters-mini {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  @media (min-width: 768px) {
    .filters-mini .filter-cat-header {
      display: none; } }
  .filters-mini .select-wrap-span, .filters-mini .select-wrap-span.lg {
    font-family: 'Unica77LLWeb', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0;
    word-spacing: 0;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 550px) {
      .filters-mini .select-wrap-span, .filters-mini .select-wrap-span.lg {
        font-size: 14px;
        line-height: 1.333; } }
    .wyg .filters-mini .select-wrap-span a, .filters-mini .select-wrap-span .wyg a, .wyg .filters-mini .select-wrap-span.lg a, .filters-mini .select-wrap-span.lg .wyg a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.24em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg .filters-mini .select-wrap-span a:HOVER, .filters-mini .select-wrap-span .wyg a:HOVER, .wyg .filters-mini .select-wrap-span.lg a:HOVER, .filters-mini .select-wrap-span.lg .wyg a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .wyg .filters-mini .select-wrap-span .wyg-sans a, .wyg .filters-mini .select-wrap-span .sans-neg-indent a, .filters-mini .select-wrap-span .wyg .wyg-sans a, .filters-mini .select-wrap-span .wyg .sans-neg-indent a, .wyg .filters-mini .select-wrap-span.lg .wyg-sans a, .wyg .filters-mini .select-wrap-span.lg .sans-neg-indent a, .filters-mini .select-wrap-span.lg .wyg .wyg-sans a, .filters-mini .select-wrap-span.lg .wyg .sans-neg-indent a {
      background-position: 0 1.333em; }
    .wyg-sans .filters-mini .select-wrap-span a, .filters-mini .select-wrap-span .wyg-sans a, .wyg-sans .filters-mini .select-wrap-span.lg a, .filters-mini .select-wrap-span.lg .wyg-sans a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.333em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg-sans .filters-mini .select-wrap-span a:HOVER, .filters-mini .select-wrap-span .wyg-sans a:HOVER, .wyg-sans .filters-mini .select-wrap-span.lg a:HOVER, .filters-mini .select-wrap-span.lg .wyg-sans a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .filters-mini .select-wrap-span .inv, .inv .filters-mini .select-wrap-span, .filters-mini .select-wrap-span.lg .inv, .inv .filters-mini .select-wrap-span.lg {
      font-size: 0.97rem;
      line-height: 1.333rem; }
      @media (max-width: 767px) {
        .filters-mini .select-wrap-span .inv, .inv .filters-mini .select-wrap-span, .filters-mini .select-wrap-span.lg .inv, .inv .filters-mini .select-wrap-span.lg {
          font-size: 0.777rem;
          line-height: 1.333; } }
    .filters-mini .select-wrap-span.plus, .plus .filters-mini .select-wrap-span, .filters-mini .select-wrap-span.lg.plus, .plus .filters-mini .select-wrap-span.lg {
      font-size: 1.333rem; }
      @media (max-width: 767px) {
        .filters-mini .select-wrap-span.plus, .plus .filters-mini .select-wrap-span, .filters-mini .select-wrap-span.lg.plus, .plus .filters-mini .select-wrap-span.lg {
          font-size: 1rem; } }
    .filters-mini .select-wrap-span span.select-label, .filters-mini .select-wrap-span.lg span.select-label {
      font-size: 0.78rem;
      line-height: 1.333;
      font-weight: bold;
      letter-spacing: 0;
      background: none; }
      .filters-mini .select-wrap-span span.select-label .subdue, .filters-mini .select-wrap-span.lg span.select-label .subdue {
        font-weight: normal; }
      @media (min-width: 768px) {
        .filters-mini .select-wrap-span span.select-label:AFTER, .filters-mini .select-wrap-span.lg span.select-label:AFTER {
          background: none;
          width: 10px;
          height: 10px;
          border-right: solid 1px;
          border-bottom: solid 1px;
          border-color: white;
          transform: rotate(45deg);
          opacity: 0.25;
          margin-bottom: 0.4rem; } }
      @media (max-width: 767px) {
        .filters-mini .select-wrap-span span.select-label:AFTER, .filters-mini .select-wrap-span.lg span.select-label:AFTER {
          margin-left: 0 !important; } }
      .filters-mini .select-wrap-span span.select-label small, .filters-mini .select-wrap-span.lg span.select-label small {
        font-weight: 400; }
      @media (max-width: 767px) {
        .filters-mini .select-wrap-span span.select-label, .filters-mini .select-wrap-span.lg span.select-label {
          font-size: 2.5rem;
          line-height: 1;
          font-weight: 300;
          letter-spacing: -0.02em; }
          .filters-mini .select-wrap-span span.select-label strong, .filters-mini .select-wrap-span span.select-label small, .filters-mini .select-wrap-span.lg span.select-label strong, .filters-mini .select-wrap-span.lg span.select-label small {
            font-weight: 300; } }
    .filters-mini .select-wrap-span:HOVER span.select-label:AFTER, .filters-mini .select-wrap-span.lg:HOVER span.select-label:AFTER {
      opacity: 1; }
  .filters-mini .filter-section, .filters-mini hr {
    margin-right: 1.333rem;
    white-space: nowrap; }
    .filters-mini .filter-section:last-child, .filters-mini hr:last-child {
      margin-right: 0; }
    @media (max-width: 767px) {
      .filters-mini .filter-section, .filters-mini hr {
        white-space: unset; } }
.m-toggle-filters {
  display: none; }
  @media (max-width: 767px) {
    .m-toggle-filters {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding: 0 0 0 2rem;
      margin: 0;
      border: 0;
      background: none;
      background-image: url("../assets/filter.svg");
      background-repeat: no-repeat;
      background-position: 0 50%;
      background-size: 22px auto;
      color: white;
      position: absolute;
      top: 0;
      left: 100px;
      padding-top: 1rem;
      height: 100%;
      padding-bottom: 1rem;
      font-size: 0.78rem;
      line-height: 1.333;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 1; }
      .m-filters-on .m-toggle-filters {
        background-image: url("../assets/close.svg");
        background-size: 16px auto; }
      .nav-sticky .m-toggle-filters {
        display: block; }
      .m-toggle-filters .subdue {
        font-weight: normal; } }
.click-outside-close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95vh;
  z-index: -1;
  pointer-events: all; }
  @media (max-width: 767px) {
    .m-filters-on .click-outside-close {
      display: block; } }
html {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth; }

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

html {
  font-size: 18px; }

body {
  position: relative;
  background: var(--colorBG, #FFF);
  color: var(--colorFG, #000);
  padding: 0;
  margin: 0;
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 550px) {
    body {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg body a, body .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg body a:HOVER, body .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg body .wyg-sans a, .wyg body .sans-neg-indent a, body .wyg .wyg-sans a, body .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans body a, body .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans body a:HOVER, body .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  body .inv, .inv body {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      body .inv, .inv body {
        font-size: 0.777rem;
        line-height: 1.333; } }
  body.plus, .plus body {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      body.plus, .plus body {
        font-size: 1rem; } }
  body.hide-over {
    overflow: hidden; }

.inv, .on-bg {
  --colorBG: #1a1a1a;
  --colorFG: #FFFFFF;
  --colorSubdueLine:rgba(77,77,77,0.5);
  --colorSubdueText:#4d4d4d;
  --colorHighlight:#FFFFFF;
  background: var(--colorBG);
  color: var(--colorFG); }

.on-bg {
  background: none; }

.page-std {
  padding-left: 4rem;
  padding-right: 4rem; }
  @media (max-width: 800px) {
    .page-std {
      padding-left: 1rem;
      padding-right: 1rem; } }
.body {
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 550px) {
    .body {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .body a, .body .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .body a:HOVER, .body .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .body .wyg-sans a, .wyg .body .sans-neg-indent a, .body .wyg .wyg-sans a, .body .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .body a, .body .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .body a:HOVER, .body .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .body .inv, .inv .body {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .body .inv, .inv .body {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .body.plus, .plus .body {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .body.plus, .plus .body {
        font-size: 1rem; } }
@media (min-width: 768px) {
  .m-only {
    display: none !important; } }

@media (max-width: 767px) {
  .m-off-title {
    margin-top: 1.5rem; } }

@media (max-width: 767px) {
  .m-padin {
    padding-left: 1rem;
    padding-right: 1rem; } }

.readable-pad {
  padding-right: 8%; }

input {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

button:focus-visible {
  outline: none;
  box-shadow: 0px 0px 2px var(--colorFG);
  border-radius: 0.25rem; }

section {
  position: relative;
  transform: translateZ(0);
  padding-left: 4rem;
  padding-right: 4rem; }
  @media (max-width: 800px) {
    section {
      padding-left: 1rem;
      padding-right: 1rem; } }
  section.page-content-start {
    padding-top: 98px; }
    @media (max-width: 767px) {
      section.page-content-start {
        padding-top: 50px; }
        section.page-content-start + .section-callout_row {
          margin-top: 4rem; } }
  section.inv {
    padding-top: 2rem;
    padding-bottom: 2.5rem; }
    section.inv.page-content-start {
      padding-top: 98px; }
      @media (max-width: 767px) {
        section.inv.page-content-start {
          padding-top: 48px; } }
    @media (max-width: 767px) {
      section.inv {
        padding-top: 1rem;
        padding-bottom: 1rem; } }
  section.section-image_cycle {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden; }
    section.section-image_cycle:not(:first-child) {
      margin-top: 6rem; }
      @media (max-width: 767px) {
        section.section-image_cycle:not(:first-child) {
          margin-top: 4rem;
          margin-bottom: 2rem; } }
    section.section-image_cycle .row-headline {
      padding-left: 4rem;
      padding-right: 4rem; }
      @media (max-width: 800px) {
        section.section-image_cycle .row-headline {
          padding-left: 1rem;
          padding-right: 1rem; } }
      section.section-image_cycle .row-headline h4 {
        padding-bottom: 2rem;
        color: var(--colorSubdueText);
        font-weight: normal; }
    section.section-image_cycle .flickity-viewport {
      overflow: visible; }
    section.section-image_cycle[data-count="1"] + *, section.section-image_cycle[data-count="2"] + * {
      margin-top: 7rem; }
  section.full-w {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0; }
  @media (max-width: 767px) {
    section .page-std {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 768px) {
    section.m-bleed {
      padding-left: 0;
      padding-right: 0; }
      section.m-bleed .txt-wrap, section.m-bleed .img-caption {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (max-width: 768px) and (max-width: 800px) {
      section.m-bleed .txt-wrap, section.m-bleed .img-caption {
        padding-left: 1rem;
        padding-right: 1rem; } }
  @media (max-width: 768px) {
    section .m-neg-bleed {
      margin-left: -1rem;
      width: calc(100% + 2rem); } }
@media (max-width: 767px) {
  section .gallery-orientation {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (max-width: 767px) {
  .page-content-start + section.page-content-start {
    padding-top: 0; } }

@media (max-width: 767px) {
  .section-callout_row + .section-callout_row {
    margin-top: 2rem; }
  .section-callout_row .callout-col + .callout-col {
    margin-top: 2rem; } }

.content-row-image_ref .row-headline {
  border-top: solid 1px;
  border-color: var(--colorSubdueLine); }

h1, h2, h3, h4, h5 {
  margin: 0; }

.h1 {
  font-family: Unica77LLWeb, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1.046;
  letter-spacing: -0.03em;
  word-spacing: -0.03em; }
  .h1.sm {
    font-family: Unica77LLWeb, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.666rem;
    letter-spacing: -0.02em;
    line-height: 1; }
    @media (min-width: 769px) {
      .h1.sm {
        margin-left: -0.06em; } }
    @media (max-width: 550px) {
      .h1.sm {
        margin-left: -0.06em; } }
    @media (max-width: 800px) {
      .h1.sm {
        font-size: 2.5rem;
        padding-right: 3%; } }
    @media (min-width: 1350px) {
      .h1.sm {
        font-size: 4vw; } }
    @media (min-width: 1600px) {
      .h1.sm {
        font-size: 64px; } }
  @media (min-width: 1350px) {
    .h1 {
      font-size: 4.5vw; } }
  @media (max-width: 767px) {
    .h1 {
      font-size: 2.666rem; } }
h5.section-head {
  font-size: 1rem; }
  @media (max-width: 767px) {
    h5.section-head {
      font-size: 0.777rem; } }
small {
  font-size: 1em; }

section + section {
  margin-top: 4rem; }
  @media (max-width: 800px) {
    section + section {
      margin-top: 1.5rem; } }
  @media (max-width: 500px) {
    section + section {
      margin-top: 12px; } }
section.spacing2 + section {
  margin-top: 0; }

@media (max-width: 767px) {
  section.inv + section:not(.inv), section:not(.inv) + section.inv {
    margin-top: 4rem; } }

h4 + .below-head, .h4 + p {
  margin-top: 0.75rem; }

.row-headline + .col-content {
  margin-top: 2rem; }

p:first-child {
  margin-top: 0; }

.page-content-start {
  padding-top: 64px; }

.caption {
  font-size: 0.78rem;
  line-height: 1.333;
  font-weight: bold;
  letter-spacing: 0;
  max-width: 27rem; }
  .caption .subdue {
    font-weight: normal; }
  .map-captions .caption {
    font-weight: normal; }

.fig-text-caption {
  float: left;
  margin-right: 0.8rem; }

.fraction:BEFORE {
  content: " "; }

.page-border-top {
  border-top: solid 1px; }
  @media (min-width: 768px) {
    .page-border-top {
      border-top: solid 3px; } }
  .inv .page-border-top {
    border-color: var(--colorSubdueLine); }

.js .img-feature-row {
  opacity: 0;
  -webkit-animation: fadeIn 1s 0s forwards 1;
          animation: fadeIn 1s 0s forwards 1; }

.js .iv {
  opacity: 0.05;
  transition-duration: 0s;
  transition-property: opacity;
  transition-delay: 0s; }
  .js .iv.iv-on {
    opacity: 1;
    transition-duration: 0.3s;
    transition-delay: 0.2s; }

.rule-above {
  border-top: 1px solid;
  border-color: var(--colorSubdueLine);
  padding-top: 0.75rem; }

.subdue {
  color: var(--colorSubdueText);
  border-color: var(--colorSubdueLine); }
  @media (hover: hover) {
    .subdue > a.inh:HOVER {
      color: var(--colorHighlight); } }
.blok {
  display: block; }

.inh {
  color: inherit; }

a {
  color: inherit;
  text-decoration: none; }
  a.overlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: white;
    z-index: 3; }

.hover-border a:HOVER {
  background-image: linear-gradient(to left, var(--colorFG), var(--colorFG));
  background-position: 0 1.333em;
  background-repeat: repeat-x;
  background-size: 100% 1px; }

.hovered .hover-border a {
  background-image: linear-gradient(to left, var(--colorFG), var(--colorFG));
  background-position: 0 1.333em;
  background-repeat: repeat-x;
  background-size: 100% 1px; }

.pr {
  position: relative; }

.spacing1 {
  margin-bottom: 1rem; }

.spacing2 {
  margin-bottom: 2.25rem; }

.spacing3 {
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    .spacing3 {
      margin-bottom: 1.4rem; } }
.spacing4 {
  margin-bottom: 4rem; }
  @media (max-width: 767px) {
    .spacing4 {
      margin-bottom: 2rem; } }
.spacingVH1 {
  margin-bottom: 12vh; }
  @media (max-width: 767px) {
    .spacingVH1 {
      margin-bottom: 3rem; } }
.spacingVH2 {
  margin-bottom: 20vh; }

.space-std {
  margin-bottom: 4rem; }
  @media (max-width: 767px) {
    .space-std {
      margin-bottom: 2rem; } }
  .space-std:last-child {
    margin-bottom: 0; }

.padTop1 {
  padding-top: 0.6666rem; }
  @media (max-width: 767px) {
    .padTop1 {
      padding-top: 0.333rem; } }
.padTop2 {
  padding-top: 2rem; }

.padTop3 {
  padding-top: 3rem; }

.padEnd1 {
  padding-bottom: 0.75rem; }

.padEnd2 {
  padding-bottom: 2rem; }

.padEnd3 {
  padding-bottom: 3rem; }

.padEnd4 {
  padding-bottom: 4rem; }

.top-border {
  border-top: solid 1px;
  border-color: var(--colorSubdueLine); }
  @media (max-width: 767px) {
    .top-border:not(.stat-detail) {
      border-color: var(--colorFG); } }
.full-height {
  min-height: 100vh; }

.mb-only {
  display: none; }
  @media (max-width: 800px) {
    .mb-only {
      display: block; } }
.dt-only {
  display: block; }
  @media (max-width: 800px) {
    .dt-only {
      display: none; } }
.link-anchor {
  position: absolute;
  top: -120px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0; }

.limit-w-1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.more-link {
  margin-top: 1.5rem; }

.arr-el-right {
  position: relative;
  display: inline-block;
  font-size: 0.7em;
  width: 1em;
  height: 1px;
  vertical-align: middle;
  background-color: var(--colorSubdueText);
  transform: translateY(-100%); }
  .arr-el-right:BEFORE, .arr-el-right:AFTER {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: -1px;
    bottom: 0;
    background-color: var(--colorSubdueText);
    transform-origin: 100% 50%; }
  .arr-el-right:BEFORE {
    transform: rotate(45deg) translateY(0.5px); }
  .arr-el-right:AFTER {
    transform: rotate(-45deg) translateY(-0.5px); }
  @media (hover: hover) {
    .email-form:HOVER .arr-el-right {
      background-color: black; }
      .email-form:HOVER .arr-el-right:BEFORE, .email-form:HOVER .arr-el-right:AFTER {
        background-color: black; } }
.pre-page-title {
  position: relative;
  margin: 0.666rem 0 0;
  font-weight: bold; }
  @media (max-width: 767px) {
    .pre-page-title {
      margin-top: 0.333rem; } }
  .pre-page-title a {
    color: inherit;
    text-decoration: none;
    transition-duration: 0.15s;
    transition-property: color; }
    @media (hover: hover) {
      .pre-page-title a:HOVER {
        color: var(--colorSubdueText); } }
.page-title {
  margin: 0.4rem 0 4rem;
  font-family: Unica77LLWeb, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.666rem;
  letter-spacing: -0.02em;
  line-height: 1; }
  @media (min-width: 769px) {
    .page-title {
      margin-left: -0.06em; } }
  @media (max-width: 550px) {
    .page-title {
      margin-left: -0.06em; } }
  @media (max-width: 800px) {
    .page-title {
      font-size: 2.5rem;
      padding-right: 3%; } }
  @media (min-width: 1350px) {
    .page-title {
      font-size: 4vw; } }
  @media (min-width: 1600px) {
    .page-title {
      font-size: 64px; } }
  .page-template-_tmpl-introduction .page-title {
    font-family: Unica77LLWeb, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 1.046;
    letter-spacing: -0.03em;
    word-spacing: -0.03em; }
    .page-template-_tmpl-introduction .page-title.sm {
      font-family: Unica77LLWeb, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 2.666rem;
      letter-spacing: -0.02em;
      line-height: 1; }
      @media (min-width: 769px) {
        .page-template-_tmpl-introduction .page-title.sm {
          margin-left: -0.06em; } }
      @media (max-width: 550px) {
        .page-template-_tmpl-introduction .page-title.sm {
          margin-left: -0.06em; } }
      @media (max-width: 800px) {
        .page-template-_tmpl-introduction .page-title.sm {
          font-size: 2.5rem;
          padding-right: 3%; } }
      @media (min-width: 1350px) {
        .page-template-_tmpl-introduction .page-title.sm {
          font-size: 4vw; } }
      @media (min-width: 1600px) {
        .page-template-_tmpl-introduction .page-title.sm {
          font-size: 64px; } }
    @media (min-width: 1350px) {
      .page-template-_tmpl-introduction .page-title {
        font-size: 4.5vw; } }
    @media (max-width: 767px) {
      .page-template-_tmpl-introduction .page-title {
        font-size: 2.666rem; } }
  @media (min-width: 900px) {
    .page-title {
      width: 75%; } }
  .single-works .page-title {
    margin-bottom: 2rem; }
    @media (max-width: 800px) {
      .single-works .page-title {
        margin-bottom: 1.8rem; } }
  .single-exhibitions .page-title, .single-film .page-title {
    margin-bottom: 1rem; }
  .page-title p {
    margin: 0; }
  .pre-page-title + .page-title {
    margin-top: 0.25rem; }
    @media (max-width: 767px) {
      .pre-page-title + .page-title {
        margin-top: 0.75rem; } }
  @media (max-width: 767px) {
    .page-title {
      margin-bottom: 2rem; }
      .page-title .blok + .blok {
        margin-top: 0.75rem; } }
.work-title i, .work-title em {
  font-style: normal; }

.hero-mobile {
  position: relative;
  top: 0;
  left: 0;
  display: none; }
  .hero-mobile img {
    display: block;
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .hero-mobile {
      display: block; }
      .hero-mobile + .bg-inset-wrap .img-wrap {
        display: none; } }
.col-content {
  width: 75%;
  max-width: 800px;
  max-width: 44.444rem;
  margin-left: auto;
  margin-right: auto; }
  .col-content.left {
    margin-left: 0; }
  @media (max-width: 960px) {
    .col-content {
      width: 100%; } }
  @media (min-width: 1350px) {
    .col-content {
      max-width: 55vw; } }
.col-content-full {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 960px) {
    .col-content-full {
      width: 100%; } }
.img-caption {
  font-size: 0.78rem;
  line-height: 1.333;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 0.75rem; }
  .img-caption .subdue {
    font-weight: normal; }

.caption-style-alt .grid-text {
  font-size: 0.78rem;
  line-height: 1.333;
  font-weight: bold;
  letter-spacing: 0; }
  .caption-style-alt .grid-text .subdue {
    font-weight: normal; }

.caption-style-alt .blok {
  display: inline;
  margin-left: -0.15em; }
  .caption-style-alt .blok:BEFORE {
    content: ", "; }

.caption-style-alt .subdue {
  color: inherit; }

.jpg-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.2s;
  cursor: pointer; }
  .jpg-cover .vid-film-sym path {
    fill: white; }
  .jpg-cover.interacted {
    z-index: -1;
    opacity: 0; }
  .jpg-cover .vid-film-sym {
    position: absolute;
    bottom: 1.5rem;
    left: 2rem;
    pointer-events: none; }
    .jpg-cover .vid-film-sym:AFTER {
      position: absolute;
      content: "Play";
      top: 50%;
      left: 100%;
      transform: translate(1rem, -60%);
      font-family: 'Unica77LLWeb', Helvetica, sans-serif;
      font-size: 18px;
      line-height: 1.333;
      letter-spacing: 0;
      word-spacing: 0;
      -webkit-font-smoothing: antialiased;
      color: white;
      opacity: 0;
      transition-duration: 0.125s; }
      @media (max-width: 550px) {
        .jpg-cover .vid-film-sym:AFTER {
          font-size: 14px;
          line-height: 1.333; } }
      .wyg .jpg-cover .vid-film-sym:AFTER a, .jpg-cover .vid-film-sym:AFTER .wyg a {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
        background-position: 0 1.24em;
        background-repeat: repeat-x;
        background-size: 100% 1px; }
        .wyg .jpg-cover .vid-film-sym:AFTER a:HOVER, .jpg-cover .vid-film-sym:AFTER .wyg a:HOVER {
          background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
      .wyg .jpg-cover .vid-film-sym:AFTER .wyg-sans a, .wyg .jpg-cover .vid-film-sym:AFTER .sans-neg-indent a, .jpg-cover .vid-film-sym:AFTER .wyg .wyg-sans a, .jpg-cover .vid-film-sym:AFTER .wyg .sans-neg-indent a {
        background-position: 0 1.333em; }
      .wyg-sans .jpg-cover .vid-film-sym:AFTER a, .jpg-cover .vid-film-sym:AFTER .wyg-sans a {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
        background-position: 0 1.333em;
        background-repeat: repeat-x;
        background-size: 100% 1px; }
        .wyg-sans .jpg-cover .vid-film-sym:AFTER a:HOVER, .jpg-cover .vid-film-sym:AFTER .wyg-sans a:HOVER {
          background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
      .jpg-cover .vid-film-sym:AFTER .inv, .inv .jpg-cover .vid-film-sym:AFTER {
        font-size: 0.97rem;
        line-height: 1.333rem; }
        @media (max-width: 767px) {
          .jpg-cover .vid-film-sym:AFTER .inv, .inv .jpg-cover .vid-film-sym:AFTER {
            font-size: 0.777rem;
            line-height: 1.333; } }
      .jpg-cover .vid-film-sym:AFTER.plus, .plus .jpg-cover .vid-film-sym:AFTER {
        font-size: 1.333rem; }
        @media (max-width: 767px) {
          .jpg-cover .vid-film-sym:AFTER.plus, .plus .jpg-cover .vid-film-sym:AFTER {
            font-size: 1rem; } }
  .jpg-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .jpg-cover:HOVER .vid-film-sym:AFTER {
    opacity: 1; }

.content-row-text, .text-container {
  font-family: 'suisse',serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  word-spacing: -0.02em;
  font-variant-numeric: oldstyle-nums;
  font-feature-settings: "onum", "liga"; }
  @media (max-width: 1100px) {
    .content-row-text, .text-container {
      font-size: 1rem;
      line-height: 1.33; } }
  @media (min-width: 1350px) {
    .content-row-text, .text-container {
      font-size: 1.5vw;
      line-height: 1.4; } }
  @media (min-width: 1600px) {
    .content-row-text, .text-container {
      font-size: 24px; } }
  .content-row-text > :first-child, .text-container > :first-child {
    margin-top: 0; }
    .top-border .content-row-text > :first-child, .top-border .text-container > :first-child {
      margin-top: 0.75rem; }
  .content-row-text h4:not(.timeline-header):not(.accordion-toggle), .content-row-text .h4, .text-container h4:not(.timeline-header):not(.accordion-toggle), .text-container .h4 {
    font-family: 'Unica77LLWeb', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0;
    word-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin: 0.75rem 0 0.75rem; }
    @media (max-width: 550px) {
      .content-row-text h4:not(.timeline-header):not(.accordion-toggle), .content-row-text .h4, .text-container h4:not(.timeline-header):not(.accordion-toggle), .text-container .h4 {
        font-size: 14px;
        line-height: 1.333; } }
    .wyg .content-row-text h4:not(.timeline-header):not(.accordion-toggle) a, .content-row-text h4:not(.timeline-header):not(.accordion-toggle) .wyg a, .wyg .content-row-text .h4 a, .content-row-text .h4 .wyg a, .wyg .text-container h4:not(.timeline-header):not(.accordion-toggle) a, .text-container h4:not(.timeline-header):not(.accordion-toggle) .wyg a, .wyg .text-container .h4 a, .text-container .h4 .wyg a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.24em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg .content-row-text h4:not(.timeline-header):not(.accordion-toggle) a:HOVER, .content-row-text h4:not(.timeline-header):not(.accordion-toggle) .wyg a:HOVER, .wyg .content-row-text .h4 a:HOVER, .content-row-text .h4 .wyg a:HOVER, .wyg .text-container h4:not(.timeline-header):not(.accordion-toggle) a:HOVER, .text-container h4:not(.timeline-header):not(.accordion-toggle) .wyg a:HOVER, .wyg .text-container .h4 a:HOVER, .text-container .h4 .wyg a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .wyg .content-row-text h4:not(.timeline-header):not(.accordion-toggle) .wyg-sans a, .wyg .content-row-text h4:not(.timeline-header):not(.accordion-toggle) .sans-neg-indent a, .content-row-text h4:not(.timeline-header):not(.accordion-toggle) .wyg .wyg-sans a, .content-row-text h4:not(.timeline-header):not(.accordion-toggle) .wyg .sans-neg-indent a, .wyg .content-row-text .h4 .wyg-sans a, .wyg .content-row-text .h4 .sans-neg-indent a, .content-row-text .h4 .wyg .wyg-sans a, .content-row-text .h4 .wyg .sans-neg-indent a, .wyg .text-container h4:not(.timeline-header):not(.accordion-toggle) .wyg-sans a, .wyg .text-container h4:not(.timeline-header):not(.accordion-toggle) .sans-neg-indent a, .text-container h4:not(.timeline-header):not(.accordion-toggle) .wyg .wyg-sans a, .text-container h4:not(.timeline-header):not(.accordion-toggle) .wyg .sans-neg-indent a, .wyg .text-container .h4 .wyg-sans a, .wyg .text-container .h4 .sans-neg-indent a, .text-container .h4 .wyg .wyg-sans a, .text-container .h4 .wyg .sans-neg-indent a {
      background-position: 0 1.333em; }
    .wyg-sans .content-row-text h4:not(.timeline-header):not(.accordion-toggle) a, .content-row-text h4:not(.timeline-header):not(.accordion-toggle) .wyg-sans a, .wyg-sans .content-row-text .h4 a, .content-row-text .h4 .wyg-sans a, .wyg-sans .text-container h4:not(.timeline-header):not(.accordion-toggle) a, .text-container h4:not(.timeline-header):not(.accordion-toggle) .wyg-sans a, .wyg-sans .text-container .h4 a, .text-container .h4 .wyg-sans a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.333em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg-sans .content-row-text h4:not(.timeline-header):not(.accordion-toggle) a:HOVER, .content-row-text h4:not(.timeline-header):not(.accordion-toggle) .wyg-sans a:HOVER, .wyg-sans .content-row-text .h4 a:HOVER, .content-row-text .h4 .wyg-sans a:HOVER, .wyg-sans .text-container h4:not(.timeline-header):not(.accordion-toggle) a:HOVER, .text-container h4:not(.timeline-header):not(.accordion-toggle) .wyg-sans a:HOVER, .wyg-sans .text-container .h4 a:HOVER, .text-container .h4 .wyg-sans a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .content-row-text h4:not(.timeline-header):not(.accordion-toggle) .inv, .inv .content-row-text h4:not(.timeline-header):not(.accordion-toggle), .content-row-text .h4 .inv, .inv .content-row-text .h4, .text-container h4:not(.timeline-header):not(.accordion-toggle) .inv, .inv .text-container h4:not(.timeline-header):not(.accordion-toggle), .text-container .h4 .inv, .inv .text-container .h4 {
      font-size: 0.97rem;
      line-height: 1.333rem; }
      @media (max-width: 767px) {
        .content-row-text h4:not(.timeline-header):not(.accordion-toggle) .inv, .inv .content-row-text h4:not(.timeline-header):not(.accordion-toggle), .content-row-text .h4 .inv, .inv .content-row-text .h4, .text-container h4:not(.timeline-header):not(.accordion-toggle) .inv, .inv .text-container h4:not(.timeline-header):not(.accordion-toggle), .text-container .h4 .inv, .inv .text-container .h4 {
          font-size: 0.777rem;
          line-height: 1.333; } }
    .content-row-text h4:not(.timeline-header):not(.accordion-toggle).plus, .plus .content-row-text h4:not(.timeline-header):not(.accordion-toggle), .content-row-text .h4.plus, .plus .content-row-text .h4, .text-container h4:not(.timeline-header):not(.accordion-toggle).plus, .plus .text-container h4:not(.timeline-header):not(.accordion-toggle), .text-container .h4.plus, .plus .text-container .h4 {
      font-size: 1.333rem; }
      @media (max-width: 767px) {
        .content-row-text h4:not(.timeline-header):not(.accordion-toggle).plus, .plus .content-row-text h4:not(.timeline-header):not(.accordion-toggle), .content-row-text .h4.plus, .plus .content-row-text .h4, .text-container h4:not(.timeline-header):not(.accordion-toggle).plus, .plus .text-container h4:not(.timeline-header):not(.accordion-toggle), .text-container .h4.plus, .plus .text-container .h4 {
          font-size: 1rem; } }
    .content-row-text h4:not(.timeline-header):not(.accordion-toggle) > p:first-child, .content-row-text .h4 > p:first-child, .text-container h4:not(.timeline-header):not(.accordion-toggle) > p:first-child, .text-container .h4 > p:first-child {
      margin-top: 0; }
    .content-row-text h4:not(.timeline-header):not(.accordion-toggle) + h4, .content-row-text .h4 + h4, .text-container h4:not(.timeline-header):not(.accordion-toggle) + h4, .text-container .h4 + h4 {
      margin-top: 3rem; }
  .content-row-text .row-headline + div > h4:first-child, .text-container .row-headline + div > h4:first-child {
    margin-top: 3rem; }
  .content-row-text p + h4, .content-row-text ul + h4, .content-row-text p + .text-cols, .text-container p + h4, .text-container ul + h4, .text-container p + .text-cols {
    margin-top: 2rem; }
  .content-row-text hr, .text-container hr {
    height: 1px;
    border: none;
    background: var(--colorSubdueLine); }
  .content-row-text a[href*=\#]:not([href$=\#]), .text-container a[href*=\#]:not([href$=\#]) {
    font-family: Unica77LLWeb, sans-serif;
    font-size: 0.78rem;
    line-height: 1.333;
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: normal;
    border: none;
    background: none;
    color: var(--colorSubdueText);
    transform: translateY(-5px);
    display: inline-block; }
    .content-row-text a[href*=\#]:not([href$=\#]) .subdue, .text-container a[href*=\#]:not([href$=\#]) .subdue {
      font-weight: normal; }

.wyg nav {
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 550px) {
    .wyg nav {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .wyg nav a, .wyg nav .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .wyg nav a:HOVER, .wyg nav .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .wyg nav .wyg-sans a, .wyg .wyg nav .sans-neg-indent a, .wyg nav .wyg .wyg-sans a, .wyg nav .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .wyg nav a, .wyg nav .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .wyg nav a:HOVER, .wyg nav .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg nav .inv, .inv .wyg nav {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .wyg nav .inv, .inv .wyg nav {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .wyg nav.plus, .plus .wyg nav {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .wyg nav.plus, .plus .wyg nav {
        font-size: 1rem; } }
  .wyg nav a {
    display: inline-block;
    margin-right: 30px;
    background: none !important; }
    .wyg nav a small {
      font-size: 1em;
      color: var(--colorSubdueText); }

.wyg h1 {
  font-family: Unica77LLWeb, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1.046;
  letter-spacing: -0.03em;
  word-spacing: -0.03em; }
  .wyg h1.sm {
    font-family: Unica77LLWeb, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.666rem;
    letter-spacing: -0.02em;
    line-height: 1; }
    @media (min-width: 769px) {
      .wyg h1.sm {
        margin-left: -0.06em; } }
    @media (max-width: 550px) {
      .wyg h1.sm {
        margin-left: -0.06em; } }
    @media (max-width: 800px) {
      .wyg h1.sm {
        font-size: 2.5rem;
        padding-right: 3%; } }
    @media (min-width: 1350px) {
      .wyg h1.sm {
        font-size: 4vw; } }
    @media (min-width: 1600px) {
      .wyg h1.sm {
        font-size: 64px; } }
  @media (min-width: 1350px) {
    .wyg h1 {
      font-size: 4.5vw; } }
  @media (max-width: 767px) {
    .wyg h1 {
      font-size: 2.666rem; } }
.wyg * + h1 {
  margin-top: 4rem; }

.wyg h1 + * {
  margin-top: 2.5rem; }

.wyg h2 {
  font-family: Unica77LLWeb, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.666rem;
  letter-spacing: -0.02em;
  line-height: 1; }
  @media (min-width: 769px) {
    .wyg h2 {
      margin-left: -0.06em; } }
  @media (max-width: 550px) {
    .wyg h2 {
      margin-left: -0.06em; } }
  @media (max-width: 800px) {
    .wyg h2 {
      font-size: 2.5rem;
      padding-right: 3%; } }
  @media (min-width: 1350px) {
    .wyg h2 {
      font-size: 4vw; } }
  @media (min-width: 1600px) {
    .wyg h2 {
      font-size: 64px; } }
.wyg * + h2 {
  margin-top: 2rem; }

.wyg h2 + * {
  margin-top: 1.5rem; }

.wyg h3 {
  font-family: 'suisse',serif;
  font-weight: 400;
  font-size: 26.6875px;
  line-height: 1.4;
  margin-top: 3rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 1350px) {
    .wyg h3 {
      font-size: 2.125vw; } }
  @media (min-width: 1600px) {
    .wyg h3 {
      font-size: 34px; } }
  .wyg h3:first-child {
    margin-top: 0; }

.wyg * + h3 {
  margin-top: 2rem; }

.wyg h5 {
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: bold; }
  @media (max-width: 550px) {
    .wyg h5 {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .wyg h5 a, .wyg h5 .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .wyg h5 a:HOVER, .wyg h5 .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .wyg h5 .wyg-sans a, .wyg .wyg h5 .sans-neg-indent a, .wyg h5 .wyg .wyg-sans a, .wyg h5 .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .wyg h5 a, .wyg h5 .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .wyg h5 a:HOVER, .wyg h5 .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg h5 .inv, .inv .wyg h5 {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .wyg h5 .inv, .inv .wyg h5 {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .wyg h5.plus, .plus .wyg h5 {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .wyg h5.plus, .plus .wyg h5 {
        font-size: 1rem; } }
.wyg .row-headline:first-child {
  margin-top: 0; }

.wyg .row-headline h4 {
  margin-top: 0 !important; }

.wyg p:last-child {
  margin-bottom: 0; }

.wyg-sans {
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 550px) {
    .wyg-sans {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .wyg-sans a, .wyg-sans .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .wyg-sans a:HOVER, .wyg-sans .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .wyg-sans .wyg-sans a, .wyg .wyg-sans .sans-neg-indent a, .wyg-sans .wyg .wyg-sans a, .wyg-sans .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .wyg-sans a, .wyg-sans .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .wyg-sans a:HOVER, .wyg-sans .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg-sans .inv, .inv .wyg-sans {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .wyg-sans .inv, .inv .wyg-sans {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .wyg-sans.plus, .plus .wyg-sans {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .wyg-sans.plus, .plus .wyg-sans {
        font-size: 1rem; } }
.no-margins p {
  margin: 0; }

.hang-quote {
  text-indent: -0.4em; }
  .hang-quote > * {
    text-indent: 0; }

p + .wyg-sans {
  margin-top: 2rem; }

.wyg-sans + p {
  margin-top: 2rem; }

.borderless > .text-container > .padTop1:first-child {
  padding-top: 0; }

.append-readmore .readmore-link {
  display: none;
  font-size: 0.78rem;
  line-height: 1.333;
  font-weight: 400;
  letter-spacing: 0;
  background: none; }
  .append-readmore .readmore-link:HOVER {
    color: var(--colorFG);
    background: none; }

.append-readmore p:last-child .readmore-link {
  display: inline; }
  @media (max-width: 767px) {
    .single-timeline .append-readmore p:last-child .readmore-link {
      display: block;
      margin-top: 0.666rem; } }
.bib-aftertext {
  margin-top: 1.75rem; }
  .bib-aftertext p {
    margin: 0 !important; }
  .bib-aftertext a {
    pointer-events: none; }
  .grid-img .bib-aftertext {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
    font-size: 0.78rem;
    line-height: 1.333;
    font-weight: bold;
    letter-spacing: 0; }
    .grid-img .bib-aftertext .subdue {
      font-weight: normal; }
    @media (max-width: 1200px) {
      .grid-img .bib-aftertext {
        max-width: 100%; } }
  .bib-aftertext + .bib-aftertext {
    margin-top: 0; }

.filter-toggle-wrapper h4 {
  padding-left: 4rem;
  padding-right: 4rem; }
  @media (max-width: 800px) {
    .filter-toggle-wrapper h4 {
      padding-left: 1rem;
      padding-right: 1rem; } }
@media (max-width: 767px) {
  .filter-toggle-wrapper nav {
    white-space: nowrap;
    overflow: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 1rem; } }
  @media (max-width: 767px) and (max-width: 800px) {
    .filter-toggle-wrapper nav {
      padding-left: 1rem;
      padding-right: 1rem; } }
.img-wrap {
  position: relative;
  margin: auto; }
  .img-wrap.hor {
    width: 100%; }
    .img-wrap.hor + .img-caption, .img-wrap.hor + .img-caption-hp {
      width: 100%; }
  .img-wrap.vert {
    width: 70%; }
    .img-wrap.vert + .img-caption, .img-wrap.vert + .img-caption-hp {
      width: 70%; }
  .img-wrap.vertX {
    width: 65%; }
    .img-wrap.vertX + .img-caption, .img-wrap.vertX + .img-caption-hp {
      width: 65%; }
  .img-wrap.squareplus {
    width: 80%; }
    .single-timeline .img-wrap.squareplus {
      width: 85%; }
    .img-wrap.squareplus + .img-caption, .img-wrap.squareplus + .img-caption-hp {
      width: 80%; }
  .img-wrap.squareminus {
    width: 90%; }
    .single-timeline .img-wrap.squareminus {
      width: 85%; }
    .img-wrap.squareminus + .img-caption, .img-wrap.squareminus + .img-caption-hp {
      width: 90%; }
  .no-img-rest .img-wrap {
    width: 100%; }
    .no-img-rest .img-wrap + .img-caption, .no-img-rest .img-wrap + .img-caption-hp {
      width: 100%;
      margin-left: 0; }
  .img-wrap + .img-caption {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem; }
  .img-wrap + .img-caption-hp {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem; }
  .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .img-wrap.cover img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .img-wrap.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.readmore-toggle {
  display: block;
  position: relative;
  left: -0.5rem;
  width: 105%;
  height: 5rem;
  margin-top: -5rem;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .readmore-toggle:BEFORE {
    content: "";
    cursor: pointer;
    position: absolute;
    bottom: 0;
    height: 5rem;
    background: linear-gradient(to top, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
    width: 100%;
    transition-duration: 0.2s;
    pointer-events: none; }
    .single-works .grid-chronology .readmore-toggle:BEFORE {
      background: linear-gradient(to top, #f7f7f4 0%, rgba(247, 247, 244, 0) 100%); }
  .readmore-toggle:HOVER:BEFORE {
    transform: translateY(20%); }

.readmore-content {
  display: none; }
  .readmore-content p:not(:first-child) {
    margin-top: 0 !important; }
  .readmore-content.vis {
    display: block;
    opacity: 0;
    -webkit-animation: fadeIn 0.15s 0s forwards 1;
            animation: fadeIn 0.15s 0s forwards 1; }

.video-buttons {
  position: absolute;
  bottom: 40px;
  right: 0;
  --colorFG:white;
  z-index: 3;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-left: 0;
  pointer-events: all; }
  @media (max-width: 800px) {
    .video-buttons {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .video-buttons button {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: none; }
    .video-buttons button svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      display: none;
      pointer-events: none; }
      .video-buttons button svg rect, .video-buttons button svg polygon, .video-buttons button svg path {
        stroke: var(--colorFG); }
    .video-buttons button .off {
      display: block; }
    .video-buttons button.on .on {
      display: block; }
    .video-buttons button.on .off {
      display: none; }
    .video-buttons button.mute-toggle {
      margin-right: 0.5rem; }
    .video-buttons button.mute-toggle.on {
      transform: translateX(3px); }
    .video-buttons button:focus {
      outline: none;
      border: none; }
  @media (max-width: 767px) {
    .video-buttons {
      bottom: 20px; } }
.mute-control {
  fill: none;
  stroke: var(--colorFG);
  stroke-miterlimit: 10; }

.pause-icon {
  fill: var(--colorFG);
  stroke: none;
  stroke-miterlimit: 10; }

.img-container:only-child .img-caption {
  max-width: none; }

.vid-container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .vid-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sans-neg-indent {
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-indent: -40px;
  padding-left: 40px; }
  @media (max-width: 550px) {
    .sans-neg-indent {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .sans-neg-indent a, .sans-neg-indent .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .sans-neg-indent a:HOVER, .sans-neg-indent .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .sans-neg-indent .wyg-sans a, .wyg .sans-neg-indent .sans-neg-indent a, .sans-neg-indent .wyg .wyg-sans a, .sans-neg-indent .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .sans-neg-indent a, .sans-neg-indent .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .sans-neg-indent a:HOVER, .sans-neg-indent .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .sans-neg-indent .inv, .inv .sans-neg-indent {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .sans-neg-indent .inv, .inv .sans-neg-indent {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .sans-neg-indent.plus, .plus .sans-neg-indent {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .sans-neg-indent.plus, .plus .sans-neg-indent {
        font-size: 1rem; } }
  .sans-neg-indent h5 {
    font-size: 1em;
    color: var(--colorSubdueText);
    font-weight: normal; }
  .sans-neg-indent ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0; }
    .sans-neg-indent ul li {
      margin-bottom: 0.112rem; }
      .sans-neg-indent ul li:last-child {
        margin-bottom: 0; }

.text-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .text-cols .text-col {
    padding-bottom: 3rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .text-cols .text-col {
        flex-basis: 50%;
        flex-basis: calc(50% - 1rem); }
        .text-cols .text-col:nth-of-type(odd) {
          margin-right: 2rem; } }
    .text-cols .text-col.border-top {
      padding-top: 0.75rem;
      border-top: solid 1px;
      border-color: var(--colorSubdueLine); }
    .text-cols .text-col h4:first-child, .text-cols .text-col :first-child {
      margin-top: 0; }
  .text-cols.contact-summary .text-col {
    padding-bottom: 0;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .text-cols {
      display: block; }
      .text-cols > .text-col + .text-col {
        margin-top: 1.5rem; } }
.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain; }
  .bg.cover {
    background-size: cover; }

.bg-inset-wrap {
  height: 100%; }

.bg-inset {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .bg-inset .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
    .bg-inset .img-wrap img {
      -o-object-fit: cover;
         object-fit: cover; }
  .bg-inset img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    opacity: 0;
    -webkit-animation: fadeIn 0.5s 0s ease-out forwards;
            animation: fadeIn 0.5s 0s ease-out forwards; }

.timeline-img-m {
  display: none;
  position: relative; }
  .timeline-img-m img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .timeline-img-m {
      display: block; }
      .timeline-img-m + .timeline-img {
        display: none; } }
p + blockquote.text-indented {
  margin-top: -1rem; }

.select-wrap {
  position: relative;
  display: flex; }
  .select-wrap select {
    -webkit-appearance: none;
    background: none;
    border: none;
    color: var(--colorFG, #FFF);
    font-family: 'suisse',serif;
    font-weight: 400;
    font-size: 1.33rem;
    line-height: 1.33;
    letter-spacing: -0.01em;
    word-spacing: -0.02em; }
    .select-wrap select.plus, .plus .select-wrap select {
      font-size: 1.555rem; }
    @media (max-width: 767px) {
      .select-wrap select {
        font-size: 0.97rem;
        line-height: 1.257; }
        .select-wrap select.plus, .plus .select-wrap select {
          font-size: 1.16rem; } }
  .select-wrap.lg:AFTER {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: inline-block;
    align-self: center;
    margin-left: 0.5rem;
    width: 44px;
    height: 44px;
    background-image: url(../assets/temp/select-large.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.18;
    transition-duration: 0.15s;
    pointer-events: none; }
  .select-wrap.lg select {
    font-family: Unica77LLWeb, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.666rem;
    letter-spacing: -0.02em;
    line-height: 1;
    padding-right: 55px; }
    @media (min-width: 769px) {
      .select-wrap.lg select {
        margin-left: -0.06em; } }
    @media (max-width: 550px) {
      .select-wrap.lg select {
        margin-left: -0.06em; } }
    @media (max-width: 800px) {
      .select-wrap.lg select {
        font-size: 2.5rem;
        padding-right: 3%; } }
    @media (min-width: 1350px) {
      .select-wrap.lg select {
        font-size: 4vw; } }
    @media (min-width: 1600px) {
      .select-wrap.lg select {
        font-size: 64px; } }
    .select-wrap.lg select option {
      font-family: 'suisse',serif;
      font-weight: 400;
      font-size: 1.33rem;
      line-height: 1.33;
      letter-spacing: -0.01em;
      word-spacing: -0.02em; }
      .select-wrap.lg select option.plus, .plus .select-wrap.lg select option {
        font-size: 1.555rem; }
      @media (max-width: 767px) {
        .select-wrap.lg select option {
          font-size: 0.97rem;
          line-height: 1.257; }
          .select-wrap.lg select option.plus, .plus .select-wrap.lg select option {
            font-size: 1.16rem; } }
  @media (hover: hover) {
    .select-wrap:HOVER.lg:AFTER {
      opacity: 0.95; } }
.select-wrap-span {
  position: relative;
  display: flex; }
  .select-wrap-span span.select-label {
    font-family: 'suisse',serif;
    font-weight: 400;
    font-size: 1.33rem;
    line-height: 1.33;
    letter-spacing: -0.01em;
    word-spacing: -0.02em;
    position: relative;
    z-index: 2;
    background: var(--colorBG);
    pointer-events: none;
    width: 100%; }
    .select-wrap-span span.select-label.plus, .plus .select-wrap-span span.select-label {
      font-size: 1.555rem; }
    @media (max-width: 767px) {
      .select-wrap-span span.select-label {
        font-size: 0.97rem;
        line-height: 1.257; }
        .select-wrap-span span.select-label.plus, .plus .select-wrap-span span.select-label {
          font-size: 1.16rem; } }
    .select-wrap-span span.select-label strong {
      display: none; }
      .filters-mini .select-wrap-span span.select-label strong {
        display: inline-block; }
    .select-wrap-span span.select-label small {
      font-size: 1em;
      color: var(--colorSubdueText);
      margin-left: 0.3rem;
      font-weight: 300; }
      .single-timeline .nav-sticky .select-wrap-span span.select-label small {
        color: white;
        opacity: 0.5; }
    .filters-mini .select-wrap-span span.select-label {
      margin-left: 0; }
  .select-wrap-span select {
    position: absolute;
    -webkit-appearance: none;
    width: calc(100% - 10px);
    height: 100%;
    background: var(--colorBG, #000);
    border: none;
    color: var(--colorFG, #FFF);
    font-family: Unica77LLWeb, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.666rem;
    letter-spacing: -0.02em;
    line-height: 1;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;
    font-size: 24px !important;
    font-weight: 400;
    border-radius: 4px;
    letter-spacing: 0;
    margin: 0; }
    @media (min-width: 769px) {
      .select-wrap-span select {
        margin-left: -0.06em; } }
    @media (max-width: 550px) {
      .select-wrap-span select {
        margin-left: -0.06em; } }
    @media (max-width: 800px) {
      .select-wrap-span select {
        font-size: 2.5rem;
        padding-right: 3%; } }
    @media (min-width: 1350px) {
      .select-wrap-span select {
        font-size: 4vw; } }
    @media (min-width: 1600px) {
      .select-wrap-span select {
        font-size: 64px; } }
    .select-wrap-span select option[disabled] {
      color: #4d4d4d; }
  .select-wrap-span.lg select:FOCUS, .select-wrap-span.lg select:ACTIVE {
    outline: none; }
  .select-wrap-span.lg select:not(.clickFocus):FOCUS:not(:ACTIVE), .select-wrap-span.lg select:not(:ACTIVE):not(.clickFocus):HOVER {
    outline: none; }
    .select-wrap-span.lg select:not(.clickFocus):FOCUS:not(:ACTIVE) + .select-label:AFTER, .select-wrap-span.lg select:not(:ACTIVE):not(.clickFocus):HOVER + .select-label:AFTER {
      opacity: 0.95; }
  .select-wrap-span.lg span.select-label {
    font-family: Unica77LLWeb, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.666rem;
    letter-spacing: -0.02em;
    line-height: 1;
    font-weight: 300; }
    @media (min-width: 769px) {
      .select-wrap-span.lg span.select-label {
        margin-left: -0.06em; } }
    @media (max-width: 550px) {
      .select-wrap-span.lg span.select-label {
        margin-left: -0.06em; } }
    @media (max-width: 800px) {
      .select-wrap-span.lg span.select-label {
        font-size: 2.5rem;
        padding-right: 3%; } }
    @media (min-width: 1350px) {
      .select-wrap-span.lg span.select-label {
        font-size: 4vw; } }
    @media (min-width: 1600px) {
      .select-wrap-span.lg span.select-label {
        font-size: 64px; } }
    .select-wrap-span.lg span.select-label:AFTER {
      content: "";
      display: inline-block;
      align-self: center;
      margin-left: 0.9rem;
      width: 44px;
      height: 44px;
      background-image: url(../assets/temp/select-large.svg);
      background-repeat: no-repeat;
      background-size: 100% auto;
      opacity: 0.18;
      transition-duration: 0.15s;
      pointer-events: none;
      vertical-align: bottom; }
      @media (min-width: 1350px) {
        .select-wrap-span.lg span.select-label:AFTER {
          margin-bottom: 0.25rem; } }
      @media (max-width: 767px) {
        .select-wrap-span.lg span.select-label:AFTER {
          width: 32px;
          height: 32px;
          margin-bottom: 0; } }
      .filters-mini .select-wrap-span.lg span.select-label:AFTER {
        margin-left: 0.6666rem; }
    @media (max-width: 767px) {
      .select-wrap-span.lg span.select-label {
        margin-left: 0;
        padding-left: 40px; }
        .select-wrap-span.lg span.select-label:AFTER {
          position: absolute;
          top: 0.5rem;
          left: 0;
          margin-left: 0;
          opacity: 0.25; } }
  @media (hover: hover) {
    .select-wrap-span:HOVER.lg:AFTER {
      opacity: 0.95; } }
.filter-sections {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media (min-width: 800px) {
    .filter-sections {
      margin-top: -2rem; } }
  @media (min-width: 801px) {
    .filter-sections .filter-section {
      white-space: nowrap; } }
  @media (min-width: 800px) {
    .filter-sections > * {
      margin-left: 0;
      margin-right: 2.75rem;
      margin-top: 2rem; } }
  @media (min-width: 800px) {
    .filter-sections .sep-vertical {
      margin-top: 1.8rem; } }
  .filter-sections hr:not(.sep-vertical) {
    background: white;
    opacity: 0.18;
    margin: 0.75rem 0; }
    .single-timeline .filter-sections hr:not(.sep-vertical) {
      opacity: 0.4; }
  @media (max-width: 767px) {
    .filter-sections {
      display: block; }
      .filter-sections .sep-vertical {
        display: none; }
      .filter-sections .filter-section:not(:last-child) {
        margin-bottom: 1rem; } }
.filter-cat-header {
  margin-bottom: 0.125rem; }
  @media (max-width: 800px) {
    .filter-cat-header {
      margin-bottom: 0.333rem; } }
.filter-description {
  margin: 3rem 0 6rem;
  color: var(--colorSubdueText); }
  .filter-description a {
    color: var(--colorFG); }
  @media (max-width: 800px) {
    .filter-description {
      margin: 3rem 0 4rem; }
      .filter-description a {
        white-space: nowrap; } }
.link-arrow-subdue a {
  text-decoration: none; }
  .link-arrow-subdue a:AFTER {
    content: "→";
    display: inline-block;
    color: var(--colorSubdueText);
    margin-left: 0.25rem;
    font-weight: 300;
    font-family: 'suisse',serif; }
  .link-arrow-subdue a:FOCUS {
    outline: none; }
    .link-arrow-subdue a:FOCUS:AFTER {
      color: var(--colorFG); }
  @media (hover: hover) {
    .link-arrow-subdue a:HOVER:AFTER {
      color: var(--colorFG); } }
.sep-vertical {
  width: 1px;
  background: var(--colorSubdueLine);
  border: none;
  margin-top: -0.2rem;
  margin-bottom: -0.2rem; }
  .sep-vertical.tilt {
    transform: rotate(30deg) scale(1.1); }
  .nav-filter-content .sep-vertical {
    height: 1.33333rem;
    margin-right: 1.333rem;
    background: var(--colorFG);
    opacity: 0.25; }
  .single-timeline .nav-filter-content .sep-vertical {
    opacity: 0.4; }

section.img-bg {
  position: relative;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    section.img-bg {
      height: 90vh;
      min-height: 600px;
      max-height: 900px; } }
  section.img-bg .img-bg-text {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 3rem;
    padding-top: 3rem;
    z-index: 3;
    padding-left: 4rem;
    padding-right: 4rem;
    color: var(--colorFG);
    font-family: Unica77LLWeb, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 1.046;
    letter-spacing: -0.03em;
    word-spacing: -0.03em; }
    @media (max-width: 800px) {
      section.img-bg .img-bg-text {
        padding-left: 1rem;
        padding-right: 1rem; } }
    section.img-bg .img-bg-text.sm {
      font-family: Unica77LLWeb, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 2.666rem;
      letter-spacing: -0.02em;
      line-height: 1; }
      @media (min-width: 769px) {
        section.img-bg .img-bg-text.sm {
          margin-left: -0.06em; } }
      @media (max-width: 550px) {
        section.img-bg .img-bg-text.sm {
          margin-left: -0.06em; } }
      @media (max-width: 800px) {
        section.img-bg .img-bg-text.sm {
          font-size: 2.5rem;
          padding-right: 3%; } }
      @media (min-width: 1350px) {
        section.img-bg .img-bg-text.sm {
          font-size: 4vw; } }
      @media (min-width: 1600px) {
        section.img-bg .img-bg-text.sm {
          font-size: 64px; } }
    @media (min-width: 1350px) {
      section.img-bg .img-bg-text {
        font-size: 4.5vw; } }
    @media (max-width: 767px) {
      section.img-bg .img-bg-text {
        font-size: 2.666rem; } }
  @media (max-width: 767px) {
    section.img-bg {
      min-height: 400px;
      margin-bottom: 1.25rem; }
      section.img-bg .img-bg-text {
        padding-bottom: 1.25rem; } }
.page-id-7352 #calderNav + section.img-bg:BEFORE {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0.6) 0%, rgba(26, 26, 26, 0) 100%);
  mix-blend-mode: multiply; }

.title-on-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 4rem;
  padding-right: 4rem; }
  @media (max-width: 800px) {
    .title-on-img {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .title-on-img h1.page-title {
    position: relative;
    z-index: 2;
    margin: 0;
    padding-bottom: 2rem;
    color: var(--colorAltInv, #FFFFFF); }
    @media (max-width: 767px) {
      .title-on-img h1.page-title {
        padding-bottom: 1rem; } }
  .title-on-img:BEFORE {
    content: "";
    position: absolute;
    bottom: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%); }

.img-hero-caption {
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 0.78rem;
  line-height: 1.333;
  font-weight: bold;
  letter-spacing: 0;
  text-align: right;
  margin: 0.75rem 0; }
  @media (max-width: 800px) {
    .img-hero-caption {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .img-hero-caption .subdue {
    font-weight: normal; }
  @media (max-width: 767px) {
    .img-hero-caption {
      position: absolute;
      bottom: 0;
      left: 0; } }
.section-break {
  border: none;
  height: 1px;
  background: var(--colorSubdueLine);
  margin: 0.75rem 0; }

.grid-intro, .section-intro {
  display: flex; }
  @media (max-width: 767px) {
    .grid-intro, .section-intro {
      display: block; }
      .grid-intro .archive-filters:last-child, .section-intro .archive-filters:last-child {
        margin-top: 0.5rem;
        margin-bottom: 2.5rem; } }
  .grid-intro h5, .section-intro h5 {
    margin-right: auto; }
    .grid-intro h5 small, .section-intro h5 small {
      font-size: 1em;
      color: var(--colorSubdueText);
      margin-left: 0.4rem;
      font-weight: 400; }
    .grid-intro h5 + h5, .section-intro h5 + h5 {
      font-weight: normal; }
  .grid-intro .sub-filters, .section-intro .sub-filters {
    margin-left: auto; }
  .grid-intro .sep-slash, .section-intro .sep-slash {
    color: var(--colorFG);
    opacity: 0.3;
    margin: 0 0.333rem; }

.grid-intro > :last-child {
  margin-bottom: 2.5rem; }
  @media (max-width: 767px) {
    .grid-intro > :last-child {
      margin-bottom: 0; }
      .grid-intro > :last-child.section-head {
        margin-bottom: 1rem; } }
@media (max-width: 767px) {
  .section-intro + .grid-intro {
    margin-top: -1.5rem; }
    .section-intro + .grid-intro .section-head:last-child {
      margin-bottom: 0; }
      .section-intro + .grid-intro .section-head:last-child.section-head {
        margin-bottom: 1rem; } }

.grid-intro + .grid-bibliography {
  padding-top: 0.6666rem; }

.filter-parent + .grid-intro {
  margin-top: 6rem; }
  @media (max-width: 800px) {
    .filter-parent + .grid-intro {
      margin-top: 4rem; } }
.filter-parent + .grid {
  margin-top: 5rem; }
  @media (max-width: 800px) {
    .filter-parent + .grid {
      margin-top: 3rem; } }
.archive-filter a {
  display: inline-block;
  position: relative;
  padding-left: 24px; }
  .archive-filter a:BEFORE {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px;
    border-color: var(--colorFG); }
    @media (max-width: 767px) {
      .archive-filter a:BEFORE {
        top: 2px; } }
  .archive-filter a:AFTER {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--colorFG);
    opacity: 0; }
    @media (max-width: 767px) {
      .archive-filter a:AFTER {
        top: 5px; } }
  @media (hover: hover) {
    .archive-filter a:HOVER:AFTER {
      opacity: 1; } }
.archive-filter.active a:AFTER {
  opacity: 1;
  background: white; }

.archive-filter.active a:BEFORE {
  border-color: white; }

.grid-text {
  margin: 0.75em 0 0; }
  .grid-text p {
    margin: 0; }
  .grid-text p:not(:first-child) {
    margin-top: 0.75em; }

.grid {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .grid {
      margin-left: -0.5rem;
      margin-right: -0.5rem; }
      .m-overflow .grid {
        margin-left: -1rem;
        padding-left: 0.5rem;
        flex-wrap: nowrap;
        overflow: auto;
        width: calc(100% + 2rem);
        margin-right: 0; }
        .m-overflow .grid .grid-item, .m-overflow .grid .grid-item.grid-item-works {
          flex-basis: 75%;
          flex-shrink: 0; } }
  .grid .grid-item {
    position: relative;
    padding: 1rem;
    padding-top: 0.6666rem;
    width: 100%;
    margin-bottom: 2rem;
    -webkit-animation: gridIn 0.4s 0.15s linear forwards 1;
            animation: gridIn 0.4s 0.15s linear forwards 1;
    opacity: 0; }
    .grid .grid-item.grid-item-inline-vid {
      padding: 0; }
    .grid .grid-item:nth-child(-n+6) {
      opacity: 1;
      -webkit-animation: none;
              animation: none; }
    @media (min-width: 768px) {
      .grid .grid-item:nth-child(-n+9) {
        opacity: 1;
        -webkit-animation: none;
                animation: none; } }
    @media (min-width: 981px) {
      .grid .grid-item:nth-child(-n+12) {
        opacity: 1;
        -webkit-animation: none;
                animation: none; } }
    @media (max-width: 767px) {
      .grid .grid-item {
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
  .grid.restricted > * {
    display: none;
    -webkit-animation: none;
            animation: none; }
  .grid.restricted > *:nth-child(-n+6) {
    display: block;
    opacity: 1; }
  @media (min-width: 981px) {
    .grid.restricted > *:nth-child(-n+8) {
      display: block;
      opacity: 1; } }
  @media (min-width: 1500px) {
    .grid.restricted > *:nth-child(-n+10) {
      display: block;
      opacity: 1; } }
  .grid.transitioning {
    padding-bottom: 50vh;
    transition-duration: 0.5s; }
    .grid.transitioning .restricted-more button {
      opacity: 0;
      transition-duration: 0.2s; }
  .grid a {
    text-decoration: none;
    color: inherit; }
  .grid .grid-img {
    display: block;
    margin: auto;
    text-align: center; }
    .grid .grid-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .grid.grid-works .grid-text {
    margin-top: 1.3333rem;
    padding-top: 0.6666rem;
    border-top: solid 1px;
    border-color: var(--colorSubdueLine); }
    @media (max-width: 767px) {
      .grid.grid-works .grid-text {
        padding-top: 0.3333rem;
        margin-top: 0.6666rem; } }
  .grid.grid-film .grid-text {
    margin-top: 1.3333rem;
    padding-top: 0.6666rem;
    border-top: solid 1px;
    border-color: var(--colorSubdueLine); }
    @media (max-width: 767px) {
      .grid.grid-film .grid-text {
        padding-top: 0.3333rem;
        margin-top: 0.6666rem; } }
  .grid.grid-historical-photos .grid-text {
    margin-top: 1.3333rem;
    padding-top: 0.6666rem;
    border-top: solid 1px;
    border-color: var(--colorSubdueLine); }
    @media (max-width: 767px) {
      .grid.grid-historical-photos .grid-text {
        padding-top: 0.3333rem;
        margin-top: 0.6666rem; } }
  .grid.grid-exhibitions .grid-text p, .grid.grid-bibliography .grid-text p {
    margin: 0.75rem 0 0; }
  .grid.grid-exhibitions .grid-text a, .grid.grid-bibliography .grid-text a {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .inv .grid.grid-exhibitions .grid-text a, .inv .grid.grid-bibliography .grid-text a {
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)); }
    .grid.grid-exhibitions .grid-text a:HOVER, .grid.grid-bibliography .grid-text a:HOVER {
      background-image: linear-gradient(to left, var(--colorFG), var(--colorFG)); }
  .grid.grid-exhibitions .grid-text .subdue a, .grid.grid-bibliography .grid-text .subdue a {
    background: none; }
  .grid.grid-exhibitions .hovered .grid-text a, .grid.grid-bibliography .hovered .grid-text a {
    background-image: linear-gradient(to left, var(--colorFG), var(--colorFG)); }
    .inv .grid.grid-exhibitions .hovered .grid-text a, .inv .grid.grid-bibliography .hovered .grid-text a {
      background-image: linear-gradient(to left, white, white); }
  .grid.grid-exhibitions.non-featured {
    align-items: flex-start; }
  .grid.grid-exhibitions .grid-text {
    padding-top: 0.6666rem;
    border-top: solid 1px;
    border-color: var(--colorSubdueLine);
    margin-top: 0; }
    @media (max-width: 767px) {
      .grid.grid-exhibitions .grid-text {
        padding-top: 0.3333rem; } }
    .grid.grid-exhibitions .grid-text p {
      margin: 0; }
  .grid.grid-exhibitions .grid-img + .grid-text {
    margin-top: 1.3333rem;
    padding-top: 0.6666rem;
    border-top: solid 1px;
    border-color: var(--colorSubdueLine); }
    @media (max-width: 767px) {
      .grid.grid-exhibitions .grid-img + .grid-text {
        padding-top: 0.3333rem;
        margin-top: 0.6666rem; } }
  .grid.grid-chronology {
    align-items: flex-start; }
    .grid.grid-chronology .grid-item {
      margin-top: 1rem;
      padding-top: 0.6666rem; }
      .grid.grid-chronology .grid-item:BEFORE {
        content: "";
        position: absolute;
        top: 0;
        left: 1rem;
        right: 1rem;
        height: 1px;
        background-color: var(--colorSubdueLine); }
        @media (max-width: 767px) {
          .grid.grid-chronology .grid-item:BEFORE {
            left: 0.5rem;
            right: 0.5rem; } }
      @media (min-width: 981px) {
        .grid.grid-chronology .grid-item:not(:nth-of-type(4n)).shared-border:BEFORE {
          right: 0; }
        .grid.grid-chronology .grid-item:not(:nth-of-type(4n)).shared-border + .grid-item:BEFORE {
          left: 0; } }
      @media (max-width: 767px) {
        .grid.grid-chronology .grid-item {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .grid.grid-chronology .grid-item {
          padding-top: 0.3333rem;
          margin-top: 0.6666rem; } }
    .grid.grid-chronology .grid-text {
      margin-top: 0; }
      .grid.grid-chronology .grid-text .blok + p {
        margin-top: 0; }
    .grid.grid-chronology .grid-img + .grid-text {
      margin-top: 1.3333rem;
      padding-top: 0.6666rem;
      border-top: solid 1px;
      border-color: var(--colorSubdueLine); }
      .grid.grid-chronology .grid-img + .grid-text.chrono-image {
        margin-top: 0;
        border-top: none; }
      @media (max-width: 767px) {
        .grid.grid-chronology .grid-img + .grid-text {
          padding-top: 0.3333rem;
          margin-top: 0.6666rem; } }
  .grid.grid-bibliography:not(.restrict-featured) {
    align-items: flex-start; }
  @media (min-width: 1024px) {
    .grid.grid-bibliography[data-count="1"] .grid-img {
      max-width: 500px; } }
  .grid.grid-bibliography .grid-item .grid-text:first-child:BEFORE {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    height: 1px;
    background-color: var(--colorSubdueLine); }
    @media (max-width: 767px) {
      .grid.grid-bibliography .grid-item .grid-text:first-child:BEFORE {
        left: 0.5rem;
        right: 0.5rem; } }
  @media (min-width: 981px) {
    .grid.grid-bibliography .grid-item:not(:nth-of-type(4n)).shared-border .grid-text:first-child:BEFORE {
      right: 0; }
    .grid.grid-bibliography .grid-item:not(:nth-of-type(4n)).shared-border + .grid-item .grid-text:first-child:BEFORE {
      left: 0; } }
  .grid.grid-bibliography .grid-text {
    margin-top: 0; }
    .grid.grid-bibliography .grid-text .blok + p {
      margin-top: 0; }
  .grid.grid-bibliography .grid-img + .grid-text {
    margin-top: 1.3333rem;
    padding-top: 0.6666rem;
    border-top: solid 1px;
    border-color: var(--colorSubdueLine); }
    .grid.grid-bibliography .grid-img + .grid-text.chrono-image {
      margin-top: 0;
      border-top: none; }
    @media (max-width: 767px) {
      .grid.grid-bibliography .grid-img + .grid-text {
        padding-top: 0.3333rem;
        margin-top: 0.6666rem; } }
  .grid.grid-works .grid-item, .grid.grid-historical-photos .grid-item, .grid.grid-exhibitions .grid-item, .grid.grid-chronology .grid-item, .grid.grid-bibliography .grid-item {
    flex-basis: 25%; }
    @media (max-width: 980px) {
      .grid.grid-works .grid-item, .grid.grid-historical-photos .grid-item, .grid.grid-exhibitions .grid-item, .grid.grid-chronology .grid-item, .grid.grid-bibliography .grid-item {
        flex-basis: 33.3333%; } }
    @media (max-width: 767px) {
      .grid.grid-works .grid-item, .grid.grid-historical-photos .grid-item, .grid.grid-exhibitions .grid-item, .grid.grid-chronology .grid-item, .grid.grid-bibliography .grid-item {
        flex-basis: 50%; }
        .grid.grid-works .grid-item:last-child, .grid.grid-historical-photos .grid-item:last-child, .grid.grid-exhibitions .grid-item:last-child, .grid.grid-chronology .grid-item:last-child, .grid.grid-bibliography .grid-item:last-child {
          margin-bottom: 1rem; } }
    @media (min-width: 1500px) {
      .page-id-6551 .grid.grid-works .grid-item, .page-id-6551 .grid.grid-historical-photos .grid-item, .page-id-6551 .grid.grid-exhibitions .grid-item, .page-id-6551 .grid.grid-chronology .grid-item, .page-id-6551 .grid.grid-bibliography .grid-item {
        flex-basis: 20%; } }
    @media (min-width: 1800px) {
      .page-id-6551 .grid.grid-works .grid-item, .page-id-6551 .grid.grid-historical-photos .grid-item, .page-id-6551 .grid.grid-exhibitions .grid-item, .page-id-6551 .grid.grid-chronology .grid-item, .page-id-6551 .grid.grid-bibliography .grid-item {
        flex-basis: 16.666667%; } }
  .grid.grid-works.up3 .grid-item, .grid.grid-historical-photos.up3 .grid-item, .grid.grid-exhibitions.up3 .grid-item, .grid.grid-chronology.up3 .grid-item, .grid.grid-bibliography.up3 .grid-item {
    flex-basis: 33.3333%; }
    @media (max-width: 980px) {
      .grid.grid-works.up3 .grid-item, .grid.grid-historical-photos.up3 .grid-item, .grid.grid-exhibitions.up3 .grid-item, .grid.grid-chronology.up3 .grid-item, .grid.grid-bibliography.up3 .grid-item {
        flex-basis: 50%; } }
  @media (max-width: 767px) {
    .grid.grid-works, .grid.grid-historical-photos, .grid.grid-exhibitions, .grid.grid-chronology, .grid.grid-bibliography {
      margin-bottom: 2.5rem; }
      .inv .grid.grid-works, .inv .grid.grid-historical-photos, .inv .grid.grid-exhibitions, .inv .grid.grid-chronology, .inv .grid.grid-bibliography {
        margin-bottom: 0; } }
  .grid.grid-film .grid-item {
    flex-basis: 50%; }
    @media (max-width: 767px) {
      .grid.grid-film .grid-item {
        flex-basis: 100%; } }
  @media (min-width: 768px) {
    .grid.grid-variable:not(.grid-exhibitions)[data-count="1"] {
      justify-content: center; } }
  .grid.grid-variable:not(.grid-exhibitions)[data-count="1"] .grid-item {
    flex-basis: 50%; }

.grid-item-works .grid-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.grid-item-works .grid-vid-wrap {
  position: relative; }
  .grid-item-works .grid-vid-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.grid-item-works .grid-vid {
  position: relative; }

.grid-item-works.autoplay-vid {
  width: 100%; }
  .grid-item-works.autoplay-vid .grid-vid-wrap {
    margin-left: auto;
    margin-right: auto; }
  .grid-item-works.autoplay-vid .hor {
    max-width: 100%; }
    .grid-item-works.autoplay-vid .hor + .img-caption {
      width: 100%; }
  .grid-item-works.autoplay-vid .vert {
    max-width: 70%; }
    .grid-item-works.autoplay-vid .vert + .img-caption {
      width: 70%; }
  .grid-item-works.autoplay-vid .vertX {
    max-width: 65%; }
    .grid-item-works.autoplay-vid .vertX + .img-caption {
      width: 65%; }
  .grid-item-works.autoplay-vid .squareplus {
    max-width: 80%; }
    .single-timeline .grid-item-works.autoplay-vid .squareplus {
      width: 85%; }
    .grid-item-works.autoplay-vid .squareplus + .img-caption {
      width: 80%; }
  .grid-item-works.autoplay-vid .squareminus {
    max-width: 90%; }
    .single-timeline .grid-item-works.autoplay-vid .squareminus {
      width: 85%; }
    .grid-item-works.autoplay-vid .squareminus + .img-caption {
      width: 90%; }

body:not(.single-timeline) .grid-item-chronology blockquote {
  margin: 0; }

.inv .grid-item-chronology p, .full-over-excerpt p, .remove-more-gap p {
  display: inline; }

.inv .grid-item-chronology .readmore-content.vis, .full-over-excerpt .readmore-content.vis, .remove-more-gap .readmore-content.vis {
  display: inline; }

.vid-grid-sym {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  pointer-events: none; }
  .vid-grid-sym path {
    fill: white; }

.inline-vid-wrap {
  position: relative;
  padding-bottom: 56.25%; }
  .inline-vid-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.vid-caption {
  margin-top: 0.75rem;
  padding-right: 5%; }

.grid-category {
  position: relative;
  font-size: 0.78rem;
  line-height: 1.333;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0.25rem; }
  .single-timeline .grid-category {
    margin-top: 0; }

p + p + .grid-category {
  margin-top: 0.75rem; }

.wyg + .grid-category {
  margin-top: 1.15rem; }

.grid-img, .result-img {
  position: relative; }
  .grid-img a img, .result-img a img {
    transition-duration: 0.15s; }
  .grid-img a:HOVER img, .result-img a:HOVER img {
    opacity: 0.75; }
  .hovered .grid-img a img, .hovered .result-img a img {
    opacity: 0.75; }
  .grid-img button, .grid-img strong.has-enlarge, .result-img button, .result-img strong.has-enlarge {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 26px;
    height: 26px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    cursor: zoom-in;
    transition-duration: 0.125s; }
    .grid-img button span.icon-fullscreen, .grid-img strong.has-enlarge span.icon-fullscreen, .result-img button span.icon-fullscreen, .result-img strong.has-enlarge span.icon-fullscreen {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 10px 10px;
      pointer-events: none; }
      .grid-img button span.icon-fullscreen:BEFORE, .grid-img button span.icon-fullscreen:AFTER, .grid-img strong.has-enlarge span.icon-fullscreen:BEFORE, .grid-img strong.has-enlarge span.icon-fullscreen:AFTER, .result-img button span.icon-fullscreen:BEFORE, .result-img button span.icon-fullscreen:AFTER, .result-img strong.has-enlarge span.icon-fullscreen:BEFORE, .result-img strong.has-enlarge span.icon-fullscreen:AFTER {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 1px;
        background: white;
        transform-origin: 0% 50%;
        transform: translateX(-50%); }
      .grid-img button span.icon-fullscreen:AFTER, .grid-img strong.has-enlarge span.icon-fullscreen:AFTER, .result-img button span.icon-fullscreen:AFTER, .result-img strong.has-enlarge span.icon-fullscreen:AFTER {
        transform: rotate(90deg) translateX(-50%); }
    .grid-img button:HOVER, .grid-img strong.has-enlarge:HOVER, .result-img button:HOVER, .result-img strong.has-enlarge:HOVER {
      background: black; }
    .gallery-mode .grid-img button, .gallery-mode .grid-img strong.has-enlarge, .gallery-mode .result-img button, .gallery-mode .result-img strong.has-enlarge {
      opacity: 0 !important;
      z-index: -10; }

@media (min-width: 800px) {
  .grid-works .grid-img:HOVER button, .grid-historical-photos .grid-img:HOVER button, .single-search-result:HOVER button,
  .grid-works .grid-img:HOVER strong.has-enlarge, .grid-historical-photos .grid-img:HOVER strong.has-enlarge, .single-search-result:HOVER strong.has-enlarge {
    opacity: 1;
    pointer-events: all;
    z-index: 5; } }

small.edit-link {
  font-size: 11px; }

.grid-item .edit-link {
  opacity: 0;
  position: absolute; }

.grid-item:HOVER .edit-link {
  opacity: 1; }

@-webkit-keyframes gridIn {
  0% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes gridIn {
  0% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

.restricted-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--colorBG);
  min-height: 120px;
  align-items: center;
  padding-left: 1rem;
  display: none; }
  @media (max-width: 767px) {
    .restricted-more {
      padding-left: 0.5rem; } }
  .restricted-more button {
    -webkit-appearance: none;
    background: none;
    color: var(--colorFG);
    font-family: 'Unica77LLWeb', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0;
    word-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    border: none;
    padding: 0;
    cursor: pointer; }
    @media (max-width: 550px) {
      .restricted-more button {
        font-size: 14px;
        line-height: 1.333; } }
    .wyg .restricted-more button a, .restricted-more button .wyg a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.24em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg .restricted-more button a:HOVER, .restricted-more button .wyg a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .wyg .restricted-more button .wyg-sans a, .wyg .restricted-more button .sans-neg-indent a, .restricted-more button .wyg .wyg-sans a, .restricted-more button .wyg .sans-neg-indent a {
      background-position: 0 1.333em; }
    .wyg-sans .restricted-more button a, .restricted-more button .wyg-sans a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.333em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg-sans .restricted-more button a:HOVER, .restricted-more button .wyg-sans a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .restricted-more button .inv, .inv .restricted-more button {
      font-size: 0.97rem;
      line-height: 1.333rem; }
      @media (max-width: 767px) {
        .restricted-more button .inv, .inv .restricted-more button {
          font-size: 0.777rem;
          line-height: 1.333; } }
    .restricted-more button.plus, .plus .restricted-more button {
      font-size: 1.333rem; }
      @media (max-width: 767px) {
        .restricted-more button.plus, .plus .restricted-more button {
          font-size: 1rem; } }
    .restricted-more button span {
      display: inline-block; }
      .restricted-more button span:AFTER {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        border-right: solid 1px;
        border-bottom: solid 1px;
        border-color: var(--colorFG);
        transform: rotate(45deg);
        margin: 0.3rem 0 0 0.625rem;
        vertical-align: text-top; }
        @media (max-width: 767px) {
          .restricted-more button span:AFTER {
            width: 8px;
            height: 8px; } }
    .restricted-more button:HOVER span:AFTER {
      border-color: var(--colorHighlight); }
  .restricted .restricted-more {
    display: flex; }
  .restricted-more:BEFORE {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 16rem;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%); }
    .single-exhibitions .restricted-more:BEFORE, .single-works .restricted-more:BEFORE, .single-film .restricted-more:BEFORE, .single-historical-photos .restricted-more:BEFORE {
      background: linear-gradient(to top, #f7f7f4 0%, rgba(247, 247, 244, 0) 100%); }

.grid-works .year-establishment, .grid-historical-photos .year-establishment, .grid-exhibitions .year-establishment {
  align-self: flex-start;
  margin-top: 0; }
  .grid-works .year-establishment .grid-text, .grid-historical-photos .year-establishment .grid-text, .grid-exhibitions .year-establishment .grid-text {
    margin-top: 0; }

.limited-results .year-establishment, .restrict-featured .year-establishment {
  display: none; }

.has-subquery .grid-category {
  display: none; }

.misattributed-works-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }
  .misattributed-works-grid .misattributed-work {
    flex-basis: 16.66667%;
    padding: 20px; }

.ac-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  margin-left: -0.75rem;
  width: calc(100% + 1.5rem); }
  .ac-grid .grid-item-single {
    flex-basis: 20%;
    padding: 0.75rem;
    flex-shrink: 0;
    margin-bottom: 2.5rem; }
    @media (max-width: 1220px) {
      .ac-grid .grid-item-single {
        flex-basis: 25%; } }
    @media (max-width: 900px) {
      .ac-grid .grid-item-single {
        flex-basis: 33.3333%; } }
    @media (max-width: 550px) {
      .ac-grid .grid-item-single {
        flex-basis: 50%; } }
    .ac-grid .grid-item-single img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-bottom: 0.666rem; }
  @media (max-width: 767px) {
    .ac-grid {
      margin-left: -0.5rem;
      width: calc(100% + 1rem); }
      .ac-grid .grid-item-single {
        padding: 0.5rem; } }
.launch-gallery {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  margin-left: 2rem;
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  color: var(--colorSubdueText);
  cursor: pointer;
  transition-duration: 0.15s; }
  @media (max-width: 550px) {
    .launch-gallery {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .launch-gallery a, .launch-gallery .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .launch-gallery a:HOVER, .launch-gallery .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .launch-gallery .wyg-sans a, .wyg .launch-gallery .sans-neg-indent a, .launch-gallery .wyg .wyg-sans a, .launch-gallery .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .launch-gallery a, .launch-gallery .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .launch-gallery a:HOVER, .launch-gallery .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .launch-gallery .inv, .inv .launch-gallery {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .launch-gallery .inv, .inv .launch-gallery {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .launch-gallery.plus, .plus .launch-gallery {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .launch-gallery.plus, .plus .launch-gallery {
        font-size: 1rem; } }
  .launch-gallery span {
    display: inline-block;
    position: relative;
    padding-right: 25px; }
    .launch-gallery span:BEFORE, .launch-gallery span:AFTER {
      content: "";
      border: solid 1px var(--colorSubdueText);
      position: absolute;
      width: 14px;
      height: 12px;
      top: 6px;
      right: 3px;
      background: var(--colorBG);
      box-shadow: 1px 1px 0 var(--colorBG);
      transition-duration: 0.15s; }
    .launch-gallery span:AFTER {
      top: 9px;
      right: 0px;
      z-index: -1; }
  .launch-gallery:HOVER {
    color: var(--colorFG); }
    .launch-gallery:HOVER span:BEFORE, .launch-gallery:HOVER span:AFTER {
      border-color: var(--colorFG); }
  @media (max-width: 767px) {
    .launch-gallery {
      float: right; }
      .launch-gallery span:BEFORE {
        top: 2px; }
      .launch-gallery span:AFTER {
        top: 5px; } }
.archive-load-more {
  display: block;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  flex-basis: 100%;
  width: 100%;
  flex-shrink: 0; }

h4.date-headline {
  position: relative;
  font-family: Unica77LLWeb, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.666rem;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--colorSubdueText);
  line-height: 0;
  margin-top: 1rem; }
  @media (min-width: 769px) {
    h4.date-headline {
      margin-left: -0.06em; } }
  @media (max-width: 550px) {
    h4.date-headline {
      margin-left: -0.06em; } }
  @media (max-width: 800px) {
    h4.date-headline {
      font-size: 2.5rem;
      padding-right: 3%; } }
  @media (min-width: 1350px) {
    h4.date-headline {
      font-size: 4vw; } }
  @media (min-width: 1600px) {
    h4.date-headline {
      font-size: 64px; } }
.sub-filters {
  color: var(--colorSubdueText); }
  .sub-filters button {
    background: none;
    border: none;
    -webkit-appearance: none;
    color: var(--colorSubdueText);
    font-family: 'Unica77LLWeb', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0;
    word-spacing: 0;
    -webkit-font-smoothing: antialiased;
    cursor: pointer; }
    @media (max-width: 550px) {
      .sub-filters button {
        font-size: 14px;
        line-height: 1.333; } }
    .wyg .sub-filters button a, .sub-filters button .wyg a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.24em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg .sub-filters button a:HOVER, .sub-filters button .wyg a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .wyg .sub-filters button .wyg-sans a, .wyg .sub-filters button .sans-neg-indent a, .sub-filters button .wyg .wyg-sans a, .sub-filters button .wyg .sans-neg-indent a {
      background-position: 0 1.333em; }
    .wyg-sans .sub-filters button a, .sub-filters button .wyg-sans a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.333em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg-sans .sub-filters button a:HOVER, .sub-filters button .wyg-sans a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .sub-filters button .inv, .inv .sub-filters button {
      font-size: 0.97rem;
      line-height: 1.333rem; }
      @media (max-width: 767px) {
        .sub-filters button .inv, .inv .sub-filters button {
          font-size: 0.777rem;
          line-height: 1.333; } }
    .sub-filters button.plus, .plus .sub-filters button {
      font-size: 1.333rem; }
      @media (max-width: 767px) {
        .sub-filters button.plus, .plus .sub-filters button {
          font-size: 1rem; } }
    @media (hover: hover) {
      .sub-filters button:HOVER .indicator {
        background-color: var(--colorSubdueLine); } }
  .sub-filters .indicator {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: solid 1px;
    border-color: var(--colorSubdueLine);
    border-radius: 50%;
    margin-right: 0.5rem;
    transform: translateY(1px); }

.accordion-single .accordion-contents {
  display: none; }

.accordion-toggle {
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  position: relative;
  cursor: pointer;
  padding: 1rem 2.25rem 1rem 0;
  border-top: solid 1px;
  border-color: var(--colorSubdueLine);
  text-indent: 0; }
  @media (max-width: 550px) {
    .accordion-toggle {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .accordion-toggle a, .accordion-toggle .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .accordion-toggle a:HOVER, .accordion-toggle .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .accordion-toggle .wyg-sans a, .wyg .accordion-toggle .sans-neg-indent a, .accordion-toggle .wyg .wyg-sans a, .accordion-toggle .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .accordion-toggle a, .accordion-toggle .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .accordion-toggle a:HOVER, .accordion-toggle .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .accordion-toggle .inv, .inv .accordion-toggle {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .accordion-toggle .inv, .inv .accordion-toggle {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .accordion-toggle.plus, .plus .accordion-toggle {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .accordion-toggle.plus, .plus .accordion-toggle {
        font-size: 1rem; } }
  .accordion-toggle button {
    -webkit-appearance: none;
    padding: 0.75rem 0;
    background: none;
    border: none;
    font-family: 'Unica77LLWeb', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0;
    word-spacing: 0;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    text-align: left;
    cursor: pointer; }
    @media (max-width: 550px) {
      .accordion-toggle button {
        font-size: 14px;
        line-height: 1.333; } }
    .wyg .accordion-toggle button a, .accordion-toggle button .wyg a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.24em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg .accordion-toggle button a:HOVER, .accordion-toggle button .wyg a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .wyg .accordion-toggle button .wyg-sans a, .wyg .accordion-toggle button .sans-neg-indent a, .accordion-toggle button .wyg .wyg-sans a, .accordion-toggle button .wyg .sans-neg-indent a {
      background-position: 0 1.333em; }
    .wyg-sans .accordion-toggle button a, .accordion-toggle button .wyg-sans a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.333em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg-sans .accordion-toggle button a:HOVER, .accordion-toggle button .wyg-sans a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .accordion-toggle button .inv, .inv .accordion-toggle button {
      font-size: 0.97rem;
      line-height: 1.333rem; }
      @media (max-width: 767px) {
        .accordion-toggle button .inv, .inv .accordion-toggle button {
          font-size: 0.777rem;
          line-height: 1.333; } }
    .accordion-toggle button.plus, .plus .accordion-toggle button {
      font-size: 1.333rem; }
      @media (max-width: 767px) {
        .accordion-toggle button.plus, .plus .accordion-toggle button {
          font-size: 1rem; } }
  .accordion-toggle:AFTER {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-color: #222222;
    transform: rotate(45deg);
    top: 50%;
    right: 10px;
    margin-top: -0.5rem;
    opacity: 0.35;
    pointer-events: none; }
    @media (max-width: 767px) {
      .accordion-toggle:AFTER {
        right: 16px; } }
  @media (hover: hover) {
    .accordion-toggle:HOVER:AFTER {
      opacity: 1; } }
.accordion-single:not(:last-child) {
  padding-bottom: 1.33rem; }

.accordion-single.expanded {
  padding-bottom: 1.33rem; }
  .accordion-single.expanded .accordion-single.expanded {
    padding-bottom: 0; }

.accordion-contents {
  display: none;
  padding-right: 1.5rem; }
  .sans-neg-indent .accordion-contents, .contents-inset .accordion-contents {
    padding-left: 40px; }
  .accordion-contents > .img-container:first-child {
    margin-top: -0.75rem; }

.map-listing-section {
  margin-bottom: 0.75rem; }
  .map-listing-section .accordion-single {
    margin-left: 40px;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .map-listing-section .accordion-single {
        margin-left: 36px; } }
    .map-listing-section .accordion-single.expanded {
      padding-bottom: 1.33rem; }

.expanded > .accordion-contents {
  display: block;
  opacity: 0;
  -webkit-animation: accordionIn 0.15s forwards 1;
          animation: accordionIn 0.15s forwards 1; }

.expanded > .accordion-toggle:AFTER {
  opacity: 1;
  color: black;
  transform: rotate(-135deg);
  margin-top: -5px; }

@-webkit-keyframes accordionIn {
  0% {
    transform: translateY(-0.15rem);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes accordionIn {
  0% {
    transform: translateY(-0.15rem);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.expanded .hide-expanded {
  opacity: 0; }

.arrow {
  font-family: 'suisse',serif; }
  .arrow.ne {
    transform: rotate(-45deg);
    display: inline-block; }

.list-links-with-arrows {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  border-bottom: solid 1px;
  border-color: var(--colorSubdueLine); }
  .list-links-with-arrows > li {
    border-top: solid 1px;
    border-color: var(--colorSubdueLine); }
    .list-links-with-arrows > li > a {
      display: block;
      background: none;
      padding: 0.75rem 0;
      font-weight: bold; }
      .list-links-with-arrows > li > a:BEFORE {
        content: "→";
        display: inline-block;
        width: 30px;
        color: var(--colorSubdueText); }
      @media (hover: hover) {
        .list-links-with-arrows > li > a:HOVER {
          background: none; } }
.single-works .stat-detail {
  padding: 0.5rem 0 0.6rem;
  display: flex; }
  .single-works .stat-detail > span.text-label {
    flex-basis: 180px;
    flex-shrink: 0; }
  @media (max-width: 450px) {
    .single-works .stat-detail {
      flex-direction: column;
      padding-bottom: 0.6rem; }
      .single-works .stat-detail > span.text-label {
        flex-basis: auto;
        margin-bottom: 0; } }
.single-works .stat-details {
  border-bottom: solid 1px;
  border-color: var(--colorSubdueLine);
  margin-bottom: 3rem; }
  @media (max-width: 450px) {
    .single-works .stat-details {
      margin-bottom: 1.65rem; } }
.single-works .map-of-installed-works {
  margin: 6rem 0 4rem; }
  .single-works .map-of-installed-works img {
    max-width: 100%;
    height: auto;
    display: block; }
  @media (max-width: 450px) {
    .single-works .map-of-installed-works {
      margin-top: 3rem; }
      .single-works .map-of-installed-works .map-inline {
        padding-bottom: 100%;
        margin-left: -1rem;
        width: calc(100% + 2rem); }
        .single-works .map-of-installed-works .map-inline img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
.single-works .map-captions {
  margin-top: 0.78rem;
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; }
  @media (max-width: 550px) {
    .single-works .map-captions {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .single-works .map-captions a, .single-works .map-captions .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .single-works .map-captions a:HOVER, .single-works .map-captions .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .single-works .map-captions .wyg-sans a, .wyg .single-works .map-captions .sans-neg-indent a, .single-works .map-captions .wyg .wyg-sans a, .single-works .map-captions .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .single-works .map-captions a, .single-works .map-captions .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .single-works .map-captions a:HOVER, .single-works .map-captions .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .single-works .map-captions .inv, .inv .single-works .map-captions {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .single-works .map-captions .inv, .inv .single-works .map-captions {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .single-works .map-captions.plus, .plus .single-works .map-captions {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .single-works .map-captions.plus, .plus .single-works .map-captions {
        font-size: 1rem; } }
  @media (min-width: 768px) {
    .single-works .map-captions .col1 a {
      display: inline-block;
      background-position: 0 1.2em;
      background-repeat: repeat-x;
      background-size: 100% 1px;
      background-image: linear-gradient(to left, rgba(147, 149, 152, 0.35), rgba(147, 149, 152, 0.35)); }
      .single-works .map-captions .col1 a:HOVER {
        background-image: linear-gradient(to left, #939598, #939598); } }
  .single-works .map-captions .col2 {
    margin-top: -0.9rem; }
  @media (max-width: 650px) {
    .single-works .map-captions {
      display: block; }
      .single-works .map-captions .col2 {
        margin-top: 0; } }
.alt-img-primary {
  position: relative;
  height: 80vh;
  min-height: 500px;
  max-height: 900px;
  margin-bottom: 2.5rem; }
  .alt-img-primary .img-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.15s;
    width: 100%; }
    .alt-img-primary .img-wrap.imgactive {
      opacity: 1;
      pointer-events: all;
      transition-delay: 0.15s; }
    .alt-img-primary .img-wrap img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.alt-img-secondary {
  display: flex;
  justify-content: center; }
  .alt-img-secondary .img-wrap {
    width: auto;
    margin: 0 0.5rem;
    opacity: 1;
    cursor: pointer;
    border-bottom: solid 1px transparent; }
    .alt-img-secondary .img-wrap:HOVER {
      border-color: black; }
    .alt-img-secondary .img-wrap.imgactive {
      pointer-events: none;
      border-color: black; }
      .alt-img-secondary .img-wrap.imgactive img {
        opacity: 0.3; }
    @media (max-width: 767px) {
      .alt-img-secondary .img-wrap {
        width: 100%; } }
    .alt-img-secondary .img-wrap.video-thumb {
      min-width: 50px; }
      .alt-img-secondary .img-wrap.video-thumb:AFTER {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 28px;
        height: 28px;
        background: white;
        border-radius: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 2;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
      .alt-img-secondary .img-wrap.video-thumb:BEFORE {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -6px;
        margin-left: -3px;
        box-sizing: border-box;
        height: 12px;
        z-index: 3;
        pointer-events: none;
        border-color: transparent transparent transparent #000000;
        transition: 100ms all ease;
        will-change: border-width;
        cursor: pointer;
        border-style: solid;
        border-width: 6px 0 6px 10px; }
  .alt-img-secondary img {
    height: 50px;
    width: auto;
    cursor: pointer; }
    @media (max-width: 767px) {
      .alt-img-secondary img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: 50% 100%;
           object-position: 50% 100%; } }
.img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) {
  white-space: nowrap;
  padding-bottom: 5rem; }
  .img-cycle-gallery:not([data-count="1"]):not([data-count="2"])[data-count="1"], .img-cycle-gallery:not([data-count="1"]):not([data-count="2"])[data-count="2"] {
    display: flex;
    justify-content: center; }
  .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .cycle-item {
    display: inline-block;
    margin-right: 4rem; }
    @media (max-width: 767px) {
      .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .cycle-item {
        margin-right: 1rem; } }
  .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .cycle-img {
    height: 100%; }
  .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .img-wrap {
    width: 32rem; }
    .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .img-wrap.hor {
      width: 48rem; }
    @media (max-width: 1450px) {
      .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .img-wrap {
        width: 24rem; }
        .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .img-wrap.hor {
          width: 36rem; } }
    @media (max-width: 1150px) {
      .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .img-wrap {
        width: 18rem; }
        .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .img-wrap.hor {
          width: 28rem; } }
    @media (max-width: 800px) {
      .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .img-wrap {
        width: 12rem; }
        .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .img-wrap.hor {
          width: 16rem; } }
    .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .img-wrap img {
      height: auto;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .img-caption {
    white-space: normal;
    max-width: 18rem; }
    @media (min-width: 1150px) {
      .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .img-caption {
        max-width: 24rem; } }
  .img-cycle-gallery:not([data-count="1"]):not([data-count="2"]) .hor + .img-caption {
    max-width: 36rem; }

.img-cycle-gallery[data-count="1"] {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap; }
  @media (min-width: 1024px) {
    .img-cycle-gallery[data-count="1"] {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media (min-width: 1220px) {
    .img-cycle-gallery[data-count="1"] {
      max-width: 1220px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 650px) {
    .img-cycle-gallery[data-count="1"] {
      flex-wrap: wrap; } }
  .img-cycle-gallery[data-count="1"] .cycle-item {
    flex-basis: 50%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 650px) {
      .img-cycle-gallery[data-count="1"] .cycle-item {
        flex-basis: 100%;
        margin-bottom: 2.5rem; }
        .img-cycle-gallery[data-count="1"] .cycle-item:last-child {
          margin-bottom: 0; } }
  .img-cycle-gallery[data-count="1"] .img-caption {
    position: relative; }

.img-cycle-gallery[data-count="2"] {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap; }
  @media (max-width: 650px) {
    .img-cycle-gallery[data-count="2"] {
      flex-wrap: wrap; } }
  .img-cycle-gallery[data-count="2"] .cycle-item {
    flex-basis: 50%;
    padding-right: 4rem; }
    @media (max-width: 800px) {
      .img-cycle-gallery[data-count="2"] .cycle-item {
        padding-right: 1rem; } }
    @media (max-width: 650px) {
      .img-cycle-gallery[data-count="2"] .cycle-item {
        flex-basis: 100%;
        margin-bottom: 2.5rem; }
        .img-cycle-gallery[data-count="2"] .cycle-item:last-child {
          margin-bottom: 0; } }
  .img-cycle-gallery[data-count="2"] .img-caption {
    position: relative; }

.img-cycle-gallery .img-caption {
  position: absolute; }

.gallery-before, .gallery-after {
  padding-left: 4rem;
  padding-right: 4rem; }
  @media (max-width: 800px) {
    .gallery-before, .gallery-after {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .gallery-before hr, .gallery-after hr {
    margin: 0;
    padding: 0;
    height: 1px;
    background: var(--colorSubdueLine);
    border: none; }

.gallery-before {
  margin-bottom: 0.666rem; }

.gal-work-link {
  display: none; }
  .pswp__ui .gal-work-link {
    display: inline;
    margin: 0 0 0 0.75rem !important;
    font-size: 0.78rem; }

.search-modal {
  --colorAlt:#cacaca; }

.modal-search-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 950px;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 4; }
  @media (max-width: 1024px) {
    .modal-search-contents {
      width: 90%; } }
  @media (max-width: 800px) {
    .modal-search-contents {
      width: calc(100% - 2rem); } }
  .modal-search-contents form {
    width: 100%; }

.search-page-form {
  margin: 0 0 4rem; }
  .search-page-form input[type="text"] {
    width: 100%;
    padding: 0.3rem 1rem 0.55rem;
    font-family: Unica77LLWeb, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.666rem;
    letter-spacing: -0.02em;
    line-height: 1;
    line-height: 1.325;
    background: white;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-bottom: solid 2px;
    border-color: black; }
    @media (min-width: 769px) {
      .search-page-form input[type="text"] {
        margin-left: -0.06em; } }
    @media (max-width: 550px) {
      .search-page-form input[type="text"] {
        margin-left: -0.06em; } }
    @media (max-width: 800px) {
      .search-page-form input[type="text"] {
        font-size: 2.5rem;
        padding-right: 3%; } }
    @media (min-width: 1350px) {
      .search-page-form input[type="text"] {
        font-size: 4vw; } }
    @media (min-width: 1600px) {
      .search-page-form input[type="text"] {
        font-size: 64px; } }
    @media (max-width: 767px) {
      .search-page-form input[type="text"] {
        font-size: 1.75rem; } }
.search-modal.open form {
  opacity: 0;
  -webkit-animation: fadeIn 0.15s 0.25s ease-out forwards;
          animation: fadeIn 0.15s 0.25s ease-out forwards; }

.page-id-10395 .page-content-start {
  min-height: 45vh; }

.single-search-result {
  display: flex;
  flex-wrap: wrap; }
  .single-search-result > .blok {
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0; }
  .single-search-result .result-img {
    flex-basis: 160px;
    flex-shrink: 0;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .single-search-result .result-img {
        flex-basis: 70px;
        margin-right: 14px; } }
    .single-search-result .result-img img {
      display: block;
      max-width: 100%;
      height: auto; }
  .single-search-result .result-img + .result-text {
    flex-basis: calc(100% - 181px); }
    @media (max-width: 767px) {
      .single-search-result .result-img + .result-text {
        flex-basis: calc(100% - 100px); } }
  .single-search-result .more-link {
    display: none; }

.search-meta .post-type + .cat-link:BEFORE {
  content: " /"; }

.excerpt-summary {
  margin: 0.75rem 0; }

.page-with-sidebar {
  position: relative; }
  @media (min-width: 768px) {
    .page-with-sidebar {
      display: flex;
      flex-direction: row; } }
  .page-with-sidebar .sidebar {
    flex-basis: 25%;
    flex-shrink: 0;
    padding-right: 1.5rem; }
    @media (max-width: 767px) {
      .page-with-sidebar .sidebar {
        padding-right: 0; }
        .page-with-sidebar .sidebar .filter {
          margin: 0.5rem 0 1.5rem; } }
  .page-with-sidebar .main {
    flex-basis: 75%; }
  @media (min-width: 1320px) {
    .page-with-sidebar .sidebar {
      position: absolute;
      top: 0;
      left: -220px;
      width: 220px; }
    .page-with-sidebar .main {
      flex-basis: 100%; } }
  .page-with-sidebar .filter.mb-only {
    position: relative; }
    .page-with-sidebar .filter.mb-only:AFTER {
      content: "";
      position: absolute;
      top: 0.6rem;
      right: 1rem;
      width: 12px;
      height: 12px;
      border-right: solid 1px;
      border-bottom: solid 1px;
      border-color: var(--colorSubdueLine);
      transform: rotate(45deg); }
    .page-with-sidebar .filter.mb-only select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 100%;
      border: none;
      background: none;
      padding: 0.5rem;
      border: solid 1px;
      border-color: var(--colorSubdueLine);
      font-family: 'Unica77LLWeb', Helvetica, sans-serif;
      font-size: 18px;
      line-height: 1.333;
      letter-spacing: 0;
      word-spacing: 0;
      -webkit-font-smoothing: antialiased; }
      @media (max-width: 550px) {
        .page-with-sidebar .filter.mb-only select {
          font-size: 14px;
          line-height: 1.333; } }
      .wyg .page-with-sidebar .filter.mb-only select a, .page-with-sidebar .filter.mb-only select .wyg a {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
        background-position: 0 1.24em;
        background-repeat: repeat-x;
        background-size: 100% 1px; }
        .wyg .page-with-sidebar .filter.mb-only select a:HOVER, .page-with-sidebar .filter.mb-only select .wyg a:HOVER {
          background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
      .wyg .page-with-sidebar .filter.mb-only select .wyg-sans a, .wyg .page-with-sidebar .filter.mb-only select .sans-neg-indent a, .page-with-sidebar .filter.mb-only select .wyg .wyg-sans a, .page-with-sidebar .filter.mb-only select .wyg .sans-neg-indent a {
        background-position: 0 1.333em; }
      .wyg-sans .page-with-sidebar .filter.mb-only select a, .page-with-sidebar .filter.mb-only select .wyg-sans a {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
        background-position: 0 1.333em;
        background-repeat: repeat-x;
        background-size: 100% 1px; }
        .wyg-sans .page-with-sidebar .filter.mb-only select a:HOVER, .page-with-sidebar .filter.mb-only select .wyg-sans a:HOVER {
          background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
      .page-with-sidebar .filter.mb-only select .inv, .inv .page-with-sidebar .filter.mb-only select {
        font-size: 0.97rem;
        line-height: 1.333rem; }
        @media (max-width: 767px) {
          .page-with-sidebar .filter.mb-only select .inv, .inv .page-with-sidebar .filter.mb-only select {
            font-size: 0.777rem;
            line-height: 1.333; } }
      .page-with-sidebar .filter.mb-only select.plus, .plus .page-with-sidebar .filter.mb-only select {
        font-size: 1.333rem; }
        @media (max-width: 767px) {
          .page-with-sidebar .filter.mb-only select.plus, .plus .page-with-sidebar .filter.mb-only select {
            font-size: 1rem; } }
.sidebar-filters {
  list-style: none;
  margin: 1rem 0 2rem;
  padding: 0; }
  .sidebar-filters .active {
    color: var(--colorActiveText); }

.single-search-result {
  border-top: solid 1px;
  border-color: var(--colorSubdueLine);
  padding: 0.75rem 0 3.2rem; }
  .single-search-result .edit-link {
    display: none;
    opacity: 0; }
  .single-search-result:HOVER .edit-link {
    opacity: 1; }

.result-text .wyg-sans *:not(.excerpt-summary):not(blockquote):last-child {
  margin-bottom: 0; }

.selected-text-feature {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1; }
  .selected-text-feature .grid-text {
    margin: 0; }
    .selected-text-feature .grid-text p {
      margin: 0; }

.callout-row {
  display: flex;
  flex-direction: row; }
  .callout-row.wrap {
    flex-wrap: wrap; }
    .callout-row.wrap .flex-col {
      margin-bottom: 2.75rem; }
  @media (min-width: 768px) {
    .callout-row .flex-col {
      flex-basis: 50%; }
      .callout-row .flex-col:nth-of-type(odd) {
        margin-right: 1rem; }
      .callout-row .flex-col:nth-of-type(even) {
        margin-left: 1rem; }
    .callout-row.wrap .flex-col {
      flex-basis: calc(50% - 1rem);
      flex-shrink: 0; } }
  @media (max-width: 767px) {
    .callout-row {
      display: block; } }
.pdf-link-wrap {
  margin-top: 0 !important;
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  background: none; }
  @media (max-width: 550px) {
    .pdf-link-wrap {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .pdf-link-wrap a, .pdf-link-wrap .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .pdf-link-wrap a:HOVER, .pdf-link-wrap .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .pdf-link-wrap .wyg-sans a, .wyg .pdf-link-wrap .sans-neg-indent a, .pdf-link-wrap .wyg .wyg-sans a, .pdf-link-wrap .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .pdf-link-wrap a, .pdf-link-wrap .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .pdf-link-wrap a:HOVER, .pdf-link-wrap .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .pdf-link-wrap .inv, .inv .pdf-link-wrap {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .pdf-link-wrap .inv, .inv .pdf-link-wrap {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .pdf-link-wrap.plus, .plus .pdf-link-wrap {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .pdf-link-wrap.plus, .plus .pdf-link-wrap {
        font-size: 1rem; } }
  .pdf-link-wrap svg {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 0.1666rem; }
    .pdf-link-wrap svg line, .pdf-link-wrap svg polyline {
      fill: none;
      stroke: var(--colorFG);
      stroke-miterlimit: 10; }
      .subdue .pdf-link-wrap svg line, .subdue .pdf-link-wrap svg polyline {
        stroke: var(--colorSubdueText); }
  .pdf-link-wrap.subdue svg line, .pdf-link-wrap.subdue svg polyline {
    stroke: var(--colorSubdueText); }
  .pdf-link-wrap.subdue a:HOVER svg line, .pdf-link-wrap.subdue a:HOVER svg polyline {
    stroke: var(--colorHighlight); }

.pagination-wrap {
  margin: 2.5rem 0 0; }
  .pagination-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    .pagination-wrap ul li {
      display: block;
      margin-right: 1rem; }
      .pagination-wrap ul li.empty {
        display: none; }
      .pagination-wrap ul li a {
        display: block;
        padding: 0.25rem 0; }
      .pagination-wrap ul li.active a {
        background: var(--colorAlt);
        color: var(--colorAltInv);
        padding: 0.25rem 0.5rem; }

#pagemodal .modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  #pagemodal .modal-wrap p:empty {
    display: none; }
  #pagemodal .modal-wrap .modal-contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    pointer-events: all;
    display: block;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    -webkit-overflow-scrolling: touch; }
  #pagemodal .modal-wrap.open {
    display: block;
    opacity: 0;
    -webkit-animation: fullAniIn 0.5s 0.25s forwards 1;
            animation: fullAniIn 0.5s 0.25s forwards 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  #pagemodal .modal-wrap .single-modal-content {
    width: 100%;
    background: white;
    padding: 6rem 1rem 8rem;
    pointer-events: all;
    margin-top: 25vh; }
    #pagemodal .modal-wrap .single-modal-content blockquote {
      margin: 1.5rem 2rem 1.75rem; }
      @media (max-width: 767px) {
        #pagemodal .modal-wrap .single-modal-content blockquote {
          margin: 1rem 1rem 1.25rem; } }
    @media (max-width: 800px) {
      #pagemodal .modal-wrap .single-modal-content {
        margin-top: 0; }
        .nav-sticky #pagemodal .modal-wrap .single-modal-content {
          margin-top: 50px; } }
  #pagemodal .modal-wrap .modal-bg {
    bottom: auto;
    display: block;
    background: none;
    height: 25vh;
    z-index: 2;
    pointer-events: all; }
    @media (max-width: 800px) {
      #pagemodal .modal-wrap .modal-bg {
        height: 0; } }
  #pagemodal .modal-wrap .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    width: 70px;
    height: 70px;
    pointer-events: all;
    position: -webkit-sticky;
    position: sticky;
    width: 100px;
    height: 100px;
    top: 0;
    margin-top: -100px;
    margin-bottom: -48px;
    margin-left: auto;
    order: -1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer; }
    @media (min-width: 768px) {
      .admin-bar #pagemodal .modal-wrap .modal-close {
        top: 32px; } }
    @media (max-width: 800px) {
      #pagemodal .modal-wrap .modal-close {
        background: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        width: 44px;
        height: 44px;
        margin-top: -6rem;
        margin-bottom: 50px;
        top: 4px; }
        .nav-sticky #pagemodal .modal-wrap .modal-close {
          top: 54px; } }
    #pagemodal .modal-wrap .modal-close span {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 32px;
      height: 32px;
      transform: translate(-50%, -50%); }
      #pagemodal .modal-wrap .modal-close span:BEFORE, #pagemodal .modal-wrap .modal-close span:AFTER {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: black; }
      #pagemodal .modal-wrap .modal-close span:BEFORE {
        transform: rotate(45deg); }
      #pagemodal .modal-wrap .modal-close span:AFTER {
        transform: rotate(-45deg); }

#pagemodal .grid {
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 550px) {
    #pagemodal .grid {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg #pagemodal .grid a, #pagemodal .grid .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg #pagemodal .grid a:HOVER, #pagemodal .grid .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg #pagemodal .grid .wyg-sans a, .wyg #pagemodal .grid .sans-neg-indent a, #pagemodal .grid .wyg .wyg-sans a, #pagemodal .grid .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans #pagemodal .grid a, #pagemodal .grid .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans #pagemodal .grid a:HOVER, #pagemodal .grid .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  #pagemodal .grid .inv, .inv #pagemodal .grid {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      #pagemodal .grid .inv, .inv #pagemodal .grid {
        font-size: 0.777rem;
        line-height: 1.333; } }
  #pagemodal .grid.plus, .plus #pagemodal .grid {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      #pagemodal .grid.plus, .plus #pagemodal .grid {
        font-size: 1rem; } }
.single-prize, .single-modal-content {
  opacity: 0;
  -webkit-animation: fadeIn 0.15s 0.15s ease-out forwards, slideup 0.4s 0s ease-out forwards;
          animation: fadeIn 0.15s 0.15s ease-out forwards, slideup 0.4s 0s ease-out forwards; }

.single-prize-recipient, .single-modal-grid {
  flex-basis: 50%;
  flex-shrink: 0;
  cursor: pointer; }
  .single-prize-recipient .grid-img, .single-modal-grid .grid-img {
    position: relative;
    padding-bottom: 70%; }
    .single-prize-recipient .grid-img .img-wrap, .single-prize-recipient .grid-img img, .single-modal-grid .grid-img .img-wrap, .single-modal-grid .grid-img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .single-prize-recipient .grid-img img, .single-modal-grid .grid-img img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .single-prize-recipient:HOVER .grid-img, .single-modal-grid:HOVER .grid-img {
    opacity: 0.85; }

.pswp .caption-sub {
  font-size: 0.78rem;
  line-height: 1.333;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0.25rem; }

.footnote-wrap {
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.3333;
  color: var(--colorSubdueText);
  padding: 0.75rem 0 0 1.333rem;
  margin-top: 4rem;
  border-top: solid 1px;
  border-color: var(--colorSubdueLine); }
  @media (max-width: 550px) {
    .footnote-wrap {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .footnote-wrap a, .footnote-wrap .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .footnote-wrap a:HOVER, .footnote-wrap .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .footnote-wrap .wyg-sans a, .wyg .footnote-wrap .sans-neg-indent a, .footnote-wrap .wyg .wyg-sans a, .footnote-wrap .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .footnote-wrap a, .footnote-wrap .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .footnote-wrap a:HOVER, .footnote-wrap .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .footnote-wrap .inv, .inv .footnote-wrap {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .footnote-wrap .inv, .inv .footnote-wrap {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .footnote-wrap.plus, .plus .footnote-wrap {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .footnote-wrap.plus, .plus .footnote-wrap {
        font-size: 1rem; } }
  .footnote-wrap ::marker {
    font-variant-numeric: normal; }
  .footnote-wrap li {
    position: relative;
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
    word-break: break-word; }
  .footnote-wrap li > a[name] {
    position: absolute;
    opacity: 0;
    top: -100px;
    pointer-events: none; }
  @media (min-width: 800px) {
    .footnote-wrap {
      padding-right: 5%; } }
.footnote-return {
  display: inline-block;
  cursor: pointer; }

h1.pub-title {
  font-family: Unica77LLWeb, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1.046;
  letter-spacing: -0.03em;
  word-spacing: -0.03em; }
  h1.pub-title.sm {
    font-family: Unica77LLWeb, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.666rem;
    letter-spacing: -0.02em;
    line-height: 1; }
    @media (min-width: 769px) {
      h1.pub-title.sm {
        margin-left: -0.06em; } }
    @media (max-width: 550px) {
      h1.pub-title.sm {
        margin-left: -0.06em; } }
    @media (max-width: 800px) {
      h1.pub-title.sm {
        font-size: 2.5rem;
        padding-right: 3%; } }
    @media (min-width: 1350px) {
      h1.pub-title.sm {
        font-size: 4vw; } }
    @media (min-width: 1600px) {
      h1.pub-title.sm {
        font-size: 64px; } }
  @media (min-width: 1350px) {
    h1.pub-title {
      font-size: 4.5vw; } }
  @media (min-width: 1600px) {
    h1.pub-title {
      font-size: 4rem; } }
  @media (max-width: 767px) {
    h1.pub-title {
      font-size: 2.666rem;
      margin-left: -0.025em; } }
/* AS Styles */
@media (hover: hover) {
  h1.sm:HOVER img {
    opacity: .95;
    transition: .15s; } }

.vidcaption {
  position: absolute;
  bottom: 40px;
  left: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  color: white;
  z-index: 3;
  transition-duration: 1s; }
  @media (max-width: 800px) {
    .vidcaption {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (max-width: 550px) {
    .vidcaption {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .vidcaption a, .vidcaption .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .vidcaption a:HOVER, .vidcaption .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .vidcaption .wyg-sans a, .wyg .vidcaption .sans-neg-indent a, .vidcaption .wyg .wyg-sans a, .vidcaption .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .vidcaption a, .vidcaption .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .vidcaption a:HOVER, .vidcaption .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .vidcaption .inv, .inv .vidcaption {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .vidcaption .inv, .inv .vidcaption {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .vidcaption.plus, .plus .vidcaption {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .vidcaption.plus, .plus .vidcaption {
        font-size: 1rem; } }
  .vidcaption p {
    display: inline;
    margin: 0 1.5rem 0 0; }
  .scrolled .vidcaption {
    opacity: 0; }
  .vidcaption span.vid-title {
    margin-right: 1.8rem; }
  .vidcaption span.vid-cat {
    color: rgba(255, 255, 255, 0.5); }
  @media (max-width: 850px) {
    .vidcaption {
      right: 80px; } }
  @media (max-width: 767px) {
    .vidcaption {
      bottom: 20px;
      right: 0; }
      .vidcaption a {
        display: block;
        margin-top: 0.5rem; } }
.add-gradient-bottom:BEFORE {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2;
  transition-duration: 1s; }

.add-gradient-bottom.scrolled:BEFORE {
  opacity: 0; }

.hero-row-wrap {
  position: relative;
  min-height: 500px;
  min-height: 92vh; }
  @media (max-width: 850px) {
    .hero-row-wrap {
      min-height: 0;
      padding-bottom: 100%; } }
  @media (max-width: 767px) {
    .hero-row-wrap {
      min-height: 0;
      padding-bottom: 150%; } }
.hero-row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #222; }
  .hero-row .poster-fallback {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-animation: fadeIn 1s 6s forwards 1;
            animation: fadeIn 1s 6s forwards 1; }
    .hero-row .poster-fallback img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .hero-row .vid-wrap .video-wrap {
    width: 100vw;
    height: 75vw;
    min-height: 100vh;
    min-width: 133.33vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .hero-row .vid-wrap .video-wrap.oriented-wide {
      min-width: 160vh; }

/*

.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; // Given a 16:9 aspect ratio, 9/16*100 = 56.25
   min-height: 100vh;
   min-width: 177.77vh; // Given a 16:9 aspect ratio, 16/9*100 = 177.77
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
*/
.multi-hero .hero-row {
  opacity: 0;
  pointer-events: none; }
  .multi-hero .hero-row.active {
    opacity: 1;
    pointer-events: all; }

.vid-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .vid-wrap video, .vid-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.row-announcement .content-wrap {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin: auto; }
  @media (max-width: 800px) {
    .row-announcement .content-wrap {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .row-announcement .content-wrap p:first-child {
    margin-top: 0; }
  .row-announcement .content-wrap p:last-child {
    margin-bottom: 0; }
  @media (min-width: 1100px) {
    .row-announcement .content-wrap > div {
      max-width: 75%;
      margin: auto; } }
.row-newsitem .content-wrap {
  padding-top: 5rem;
  padding-bottom: 5.5rem;
  max-width: 600px;
  margin: auto; }
  @media (max-width: 800px) {
    .row-newsitem .content-wrap {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media (max-width: 500px) {
    .row-newsitem .content-wrap {
      padding-top: 12px;
      padding-bottom: 12px; } }
  .row-newsitem .content-wrap h4 {
    margin: 0 0 1rem; }
    .row-newsitem .content-wrap h4.h4-headline {
      margin-bottom: 2rem; }
  .row-newsitem .content-wrap p:first-child {
    margin-top: 0; }
  .row-newsitem .content-wrap p:last-child {
    margin-bottom: 0; }

.row-newsitem[data-count="2"] .content-wrap {
  max-width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem; }
  @media (max-width: 800px) {
    .row-newsitem[data-count="2"] .content-wrap {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .row-newsitem[data-count="2"] .content-wrap .news-cols {
    display: flex; }
    @media (min-width: 1100px) {
      .row-newsitem[data-count="2"] .content-wrap .news-cols {
        max-width: 75%;
        margin: auto; } }
    @media (max-width: 767px) {
      .row-newsitem[data-count="2"] .content-wrap .news-cols {
        display: block; } }
  .row-newsitem[data-count="2"] .content-wrap .news-col-single {
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .row-newsitem[data-count="2"] .content-wrap .news-col-single {
        margin-bottom: 0;
        flex-basis: 50%; }
        .row-newsitem[data-count="2"] .content-wrap .news-col-single:first-child {
          padding-right: 20px; }
        .row-newsitem[data-count="2"] .content-wrap .news-col-single:last-child {
          padding-left: 20px; } }
@media (max-width: 850px) {
  .row-newsitem {
    padding-top: 1rem;
    padding-bottom: 2rem; } }

@media (max-width: 767px) {
  .row-newsitem {
    padding: 1rem; }
    .row-newsitem .content-wrap {
      padding-top: 1.25rem;
      padding-bottom: 2rem; } }

.h4-headline {
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .home .h4-headline {
      margin-bottom: 1rem; } }
.text-pop {
  color: var(--colorActiveText); }

.callout-exhibition-feature .content-wrap {
  padding: 2rem 0 5rem;
  padding-left: 4rem;
  padding-right: 4rem; }
  @media (max-width: 800px) {
    .callout-exhibition-feature .content-wrap {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .callout-exhibition-feature .content-wrap .col-wrap {
    margin: auto; }
    @media (min-width: 1100px) {
      .callout-exhibition-feature .content-wrap .col-wrap {
        max-width: 75%; } }
    @media (min-width: 768px) {
      .callout-exhibition-feature .content-wrap .col-wrap {
        display: flex;
        flex-direction: row-reverse;
        align-items: center; } }
  .callout-exhibition-feature .content-wrap p:first-child {
    margin-top: 0; }
  .callout-exhibition-feature .content-wrap p:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .callout-exhibition-feature .content-wrap {
      padding-bottom: 3rem; } }
.callout-exhibition-feature .image-exh {
  flex-basis: 50%;
  flex-shrink: 0; }
  @media (min-width: 801px) {
    .callout-exhibition-feature .image-exh {
      margin-left: 70px; } }
  @media (max-width: 800px) {
    .callout-exhibition-feature .image-exh {
      flex-basis: 40%;
      margin-right: 0;
      margin-left: 40px;
      margin-bottom: 1rem; } }
  @media (max-width: 767px) {
    .callout-exhibition-feature .image-exh {
      flex-basis: 100%;
      margin-left: 0; } }
  .callout-exhibition-feature .image-exh .img-wrap {
    position: relative; }
    .callout-exhibition-feature .image-exh .img-wrap img {
      max-width: 100%;
      height: auto; }

.callout-exhibition-feature .text-exh h4 {
  color: #000000; }
  .callout-exhibition-feature .text-exh h4 span {
    color: #b3b3b3; }

@media (max-width: 800px) {
  .callout-exhibition-feature .content-wrap {
    display: block;
    padding-top: 0; } }

.home-pan-row {
  min-height: 98vh;
  position: relative;
  background: #1a1a1a; }
  .home-pan-row .pan-head {
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem; }
    @media (max-width: 800px) {
      .home-pan-row .pan-head {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media (max-width: 800px) {
      .home-pan-row .pan-head {
        padding-top: 2rem; } }
    @media (min-height: 750px) {
      .home-pan-row .pan-head {
        padding-bottom: 20px; } }
    .home-pan-row .pan-head h4 {
      display: inline-block;
      color: white;
      margin: 0 0 3rem; }
      .home-pan-row .pan-head h4 span {
        font-family: 'suisse',serif;
        font-weight: normal;
        margin-left: 0.25rem;
        color: rgba(255, 255, 255, 0.4);
        transition-duration: 0.15s;
        cursor: pointer; }
    .home-pan-row .pan-head .tab-single h4 {
      margin-top: 0.6666rem;
      margin-bottom: 0; }

.home-pan-row-mobile {
  position: relative;
  background: rgba(26, 26, 26, 0.9);
  height: 0;
  padding-bottom: 100%;
  width: 100%; }
  @media (max-width: 767px) {
    .home-pan-row-mobile {
      padding-bottom: 150%; } }
  .home-pan-row-mobile .pan-head-mobile {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 6; }
    .home-pan-row-mobile .pan-head-mobile h4 {
      color: white; }
  .home-pan-row-mobile .pan-contents-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .home-pan-row-mobile .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .home-pan-row-mobile .center-tease {
    opacity: 1;
    transform: translateY(-100px);
    width: 100%;
    overflow: auto; }
    .home-pan-row-mobile .center-tease .tease-single {
      padding-right: 24px;
      padding-left: 0; }
    .home-pan-row-mobile .center-tease .img-caption {
      color: white; }
  .home-pan-row-mobile .tab-description {
    display: none; }
    .home-pan-row-mobile .tab-description.mo-active {
      display: block; }

.tease-single .img-area {
  opacity: 0; }

.tease-single:nth-of-type(1) .img-area {
  -webkit-animation: fadeIn 0.6s 0.2s ease-out forwards;
          animation: fadeIn 0.6s 0.2s ease-out forwards; }

.tease-single:nth-of-type(2) .img-area {
  -webkit-animation: fadeIn 0.6s 0.3s ease-out forwards;
          animation: fadeIn 0.6s 0.3s ease-out forwards; }

.tease-single:nth-of-type(3) .img-area {
  -webkit-animation: fadeIn 0.6s 0.4s ease-out forwards;
          animation: fadeIn 0.6s 0.4s ease-out forwards; }

.timerprogress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: white; }

.pan-contents .slide {
  opacity: 0;
  transition-duration: 0.6s;
  pointer-events: none;
  color: white; }
  .pan-contents .slide.active {
    opacity: 1;
    pointer-events: all; }

.pan-contents .slide-0:BEFORE {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2; }

.pan-contents .slide-1:BEFORE {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2; }

.tab-wrap {
  display: flex;
  margin: 0; }

.tab-single {
  position: relative;
  flex-basis: 33.333%;
  margin-left: 18px;
  margin-right: 18px; }
  .tab-single:first-child {
    margin-left: 0; }
  .tab-single:last-child {
    margin-right: 0; }
  .tab-single:BEFORE {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: white; }
  .tab-single.active:BEFORE {
    opacity: 0.3; }
  .tab-single h4:HOVER span {
    color: white; }

.tab-bottom {
  position: absolute;
  bottom: 2rem;
  left: 24px;
  right: 24px;
  transition-duration: 0.9s;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .is-selected .tab-bottom.active {
    pointer-events: all;
    opacity: 1; }
  .tab-bottom h4 {
    color: white; }
  .tab-bottom .tab-description {
    opacity: 1; }
  @media (max-width: 767px) {
    .tab-bottom {
      left: 1rem;
      right: 1rem; } }
.tab-description {
  color: white;
  transition-duration: 0.4s;
  opacity: 0;
  transition-delay: 0s; }
  @media (min-width: 768px) {
    .tab-description {
      transform: translateY(-10px); } }
  .active .tab-description {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s; }
  .tab-description a {
    border-bottom: solid 1px;
    border-color: rgba(255, 255, 255, 0.3); }
    .tab-description a:HOVER {
      border-color: white; }
  .tab-description p {
    margin-top: 0; }

.fuse-mobile {
  position: absolute;
  top: -1rem;
  width: 100%;
  height: 1px;
  background: white;
  overflow: hidden; }
  .autoplayhome .fuse-mobile {
    background: rgba(255, 255, 255, 0.3); }
  .autoplayhome .is-selected .fuse-mobile:BEFORE {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    transform: translateX(-100%);
    -webkit-animation: fuseLtoR 6s 0s forwards 1;
            animation: fuseLtoR 6s 0s forwards 1; }

@-webkit-keyframes fuseLtoR {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@keyframes fuseLtoR {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

.works-archive-tease {
  display: none;
  color: white;
  position: relative;
  z-index: 3;
  pointer-events: none; }
  .works-archive-tease a {
    pointer-events: all; }
  .works-archive-tease .sortdateadmin {
    display: none; }
  .works-archive-tease .grid-item {
    display: none; }
  .works-archive-tease .grid-img {
    max-width: 50%;
    margin: auto; }
  .works-archive-tease.active {
    display: block;
    margin-bottom: auto;
    margin-top: 4rem; }
    @media (max-width: 767px) {
      .works-archive-tease.active {
        margin-top: 2.5rem;
        min-height: 370px;
        display: flex;
        align-item: center;
        justify-content: center;
        flex-direction: column; }
        .works-archive-tease.active .grid-text {
          border-top: solid 1px;
          border-color: rgba(255, 255, 255, 0.35);
          padding-top: 0.3333rem;
          margin-top: 0.6666rem;
          max-width: 50%;
          margin-left: auto;
          margin-right: auto; }
        .works-archive-tease.active .grid-item-works {
          padding-left: 0.25rem;
          padding-right: 0.25rem; } }
    .works-archive-tease.active .grid-item.active {
      display: block; }

.m-tl-panel {
  display: none; }
  .m-tl-panel.active {
    display: block; }

.map-row {
  position: relative;
  background: #fcfcfc; }

.map-description {
  position: absolute;
  bottom: 40px;
  left: 0;
  max-width: 485px;
  padding-left: 4rem;
  padding-right: 4rem; }
  @media (max-width: 800px) {
    .map-description {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (max-width: 800px) {
    .map-description {
      padding-left: 24px;
      position: relative;
      bottom: auto;
      margin-top: 1rem; } }
  @media (max-width: 767px) {
    .map-description {
      position: absolute;
      bottom: 20px;
      padding-left: 1rem; }
      .map-description .below-head :last-child {
        margin-bottom: 0; }
      .map-description .more-link {
        margin-top: 0.5rem;
        margin-bottom: 0; } }
  .map-description h4 {
    color: black; }

@media (max-width: 767px) {
  .home .map-wrap:BEFORE {
    padding-bottom: 150%; } }

.map-bg img {
  display: block;
  width: 100%;
  height: auto; }

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.center-tease {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  opacity: 0;
  transition-duration: 0.2s;
  transform: translateY(-10px);
  align-items: baseline; }
  @media (max-width: 800px) {
    .center-tease {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (max-width: 800px) {
    .center-tease {
      padding: 0 24px; } }
  .active .center-tease {
    opacity: 1;
    transition-duration: 1s;
    transform: translateY(0); }
  .center-tease .tease-single {
    flex-basis: 33.3333%;
    flex-shrink: 0;
    padding: 20px 60px; }
  .center-tease .img-area {
    text-align: center; }
    .center-tease .img-area img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: auto; }
  .center-tease .img-caption {
    border-top: solid 1px rgba(255, 255, 255, 0.15);
    margin-top: 2.0rem;
    padding-top: 0.8rem; }

.caption-style-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  z-index: 3;
  color: white;
  font-family: Unica77LLWeb, Helvetica, sans-serif; }
  @media (max-width: 800px) {
    .caption-style-1 {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (max-width: 800px) {
    .caption-style-1 {
      padding: 24px; } }
  @media (max-width: 767px) {
    .caption-style-1 {
      padding: 1rem; } }
  @media (min-width: 801px) {
    .caption-style-1 {
      opacity: 0;
      transition-duration: 0.2s;
      transition-delay: 0s;
      transform: translateY(-10px); } }
  .active .caption-style-1 {
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transform: translateY(0); }
  .caption-style-1 h2 {
    margin: 0.5rem 0 0;
    font-weight: 300;
    font-size: 48px;
    line-height: 0.95;
    letter-spacing: -0.03em; }
  .caption-style-1 span {
    font-weight: bold; }
  @media (max-width: 800px) {
    .caption-style-1 {
      bottom: auto;
      top: 2rem; }
      .caption-style-1 span {
        font-weight: normal; }
      .caption-style-1 h2 {
        font-weight: bold;
        font-size: 1em !important;
        margin-top: 0.25rem; }
        .caption-style-1 h2 br {
          display: none; } }
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.content-row-image_cycle {
  overflow: hidden; }

.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }
  .img-cycle-gallery .flickity-viewport {
    overflow: visible; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.img-cycle-gallery {
  padding-left: 4rem; }
  @media (max-width: 800px) {
    .img-cycle-gallery {
      padding-left: 1rem; } }
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: -68px;
  right: 3.75rem;
  width: 33px;
  height: 33px;
  background: none;
  padding: 0;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 40px; }
  @media (max-width: 767px) {
    .flickity-prev-next-button {
      right: 0.75rem; } }
  .flickity-prev-next-button svg {
    display: none; }
  .flickity-prev-next-button:BEFORE {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    background: none;
    background-image: url("../assets/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 8px 0 0 8px;
    font-family: 'suisse',serif;
    font-size: 1.5rem;
    pointer-events: none;
    color: var(--colorSubdueText);
    font-weight: 300;
    opacity: 0.4; }
  @media (min-width: 1024px) {
    .flickity-prev-next-button:HOVER:BEFORE {
      opacity: 1; } }
.flickity-prev-next-button.previous {
  margin-right: 35px; }
  .flickity-prev-next-button.previous:BEFORE {
    background: url("../assets/arrow-left.svg"); }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: none;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.5);
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  background: white;
  border-color: white; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.has-enlarge {
  cursor: zoom-in; }

.img-caption-pl-hold {
  display: none; }

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  background: var(--colorBG);
  color: var(--colorFG);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 125ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 125ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 60px;
  left: 0; }
  @media (max-width: 767px) {
    .pswp__img {
      top: 0; } }
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/* Default skin */
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  box-shadow: none; }

@media (min-width: 1024px) {
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; } }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.pswp__button, .pswp button {
  transition-duration: 0.125s; }
  @media (min-width: 1024px) {
    .pswp__button, .pswp button {
      opacity: 0.4; }
      .pswp__button.pswp__button--close, .pswp button.pswp__button--close {
        opacity: 0.6; }
      .on-bg .pswp__button, .on-bg .pswp button {
        opacity: 0.25; }
        .on-bg .pswp__button.pswp__button--close, .on-bg .pswp button.pswp__button--close {
          opacity: 0.4; }
          .on-bg .pswp__button.pswp__button--close:HOVER, .on-bg .pswp button.pswp__button--close:HOVER {
            opacity: 1; }
      .pswp__button:HOVER, .pswp button:HOVER {
        opacity: 1; } }
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__button--close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 60px;
  height: 60px; }
  .pswp__button--close:BEFORE {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: white;
    transform: translate(-50%, -50%); }
    .on-bg .pswp__button--close:BEFORE {
      background-color: var(--colorBG, #000000); }
  @media (min-width: 768px) {
    .pswp__button--close:BEFORE {
      background: var(--colorBG); }
    .admin-bar .pswp__button--close {
      top: 48px; } }
  @media (max-width: 767px) {
    .pswp__button--close {
      right: 1rem;
      top: 1rem;
      z-index: 10; }
      .pswp__button--close:BEFORE {
        width: 44px;
        height: 44px; }
      .admin-bar .pswp__button--close {
        top: 1rem; } }
  .pswp__button--close span {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin: -20px 0 0 -18px;
    pointer-events: none; }
    @media (max-width: 767px) {
      .pswp__button--close span {
        margin-left: -20px; } }
    .pswp__button--close span:BEFORE, .pswp__button--close span:AFTER {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 36px;
      height: 1px;
      background: var(--colorFG, #ffffff); }
      @media (max-width: 767px) {
        .pswp__button--close span:BEFORE, .pswp__button--close span:AFTER {
          left: 50%;
          width: 20px;
          margin-left: -10px; } }
    .pswp__button--close span:BEFORE {
      transform: rotate(-45deg); }
    .pswp__button--close span:AFTER {
      transform: rotate(45deg); }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: none;
  width: 44px;
  height: 44px; }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  bottom: 1.5rem;
  width: 33px;
  height: 33px;
  position: absolute;
  z-index: 10; }
  .pswp__button--arrow--left svg,
  .pswp__button--arrow--right svg {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .pswp__button--arrow--left svg polyline, .pswp__button--arrow--left svg line,
    .pswp__button--arrow--right svg polyline,
    .pswp__button--arrow--right svg line {
      fill: none;
      stroke: var(--colorFG, #FFFFFF);
      stroke-miterlimit: 10; }
  @media (max-width: 767px) {
    .pswp__button--arrow--left,
    .pswp__button--arrow--right {
      bottom: auto;
      top: 1rem;
      width: 44px;
      height: 44px;
      background: white;
      border-radius: 50%; }
      .on-bg .pswp__button--arrow--left, .on-bg .pswp__button--arrow--right {
        background-color: var(--colorBG, #000000); }
      .pswp__button--arrow--left svg,
      .pswp__button--arrow--right svg {
        width: 20px;
        height: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .pswp__button--arrow--left:BEFORE,
      .pswp__button--arrow--right:BEFORE {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        background: white;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transform: translate(-50%, -50%); } }
.pswp__button--arrow--left {
  right: 70px; }
  @media (max-width: 767px) {
    .pswp__button--arrow--left {
      right: 7rem; } }
.pswp__button--arrow--right {
  right: 24px; }
  @media (max-width: 767px) {
    .pswp__button--arrow--right {
      right: 4rem; } }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  border: solid 1px;
  border-color: var(--colorSubdueLine);
  color: var(--colorSubdueText);
  border-radius: 50%;
  font-family: 'suisse',serif;
  text-align: center;
  line-height: 1;
  font-size: 36px;
  font-weight: 100; }

.pswp__button--arrow--left:before {
  content: '←'; }

.pswp__button--arrow--right:before {
  content: '→'; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  right: 120px;
  bottom: 1.5rem;
  font-size: 1rem;
  color: var(--colorSubdueText);
  opacity: 1;
  padding: 0 10px;
  z-index: 5; }
  @media (max-width: 767px) {
    .pswp__counter {
      right: 9.75rem;
      bottom: auto;
      top: 1.625rem;
      transform: translate(-50%, 0);
      color: black;
      font-size: 12px;
      padding: 3px 5px; }
      .pswp__counter:BEFORE {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 120%;
        height: 120%;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.6);
        z-index: -1;
        transform: translate(-50%, -50%); } }
  .pswp__ui--hidden .pswp__counter {
    opacity: 0; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption p {
    margin: 0; }
  .pswp__caption p:not(:first-child) {
    margin-top: 0.75em; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  margin: 0 auto;
  padding: 1.375rem 12rem 1.5rem 2rem;
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  background: var(--colorBG);
  color: var(--colorFG); }
  @media (max-width: 550px) {
    .pswp__caption__center {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .pswp__caption__center a, .pswp__caption__center .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .pswp__caption__center a:HOVER, .pswp__caption__center .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .pswp__caption__center .wyg-sans a, .wyg .pswp__caption__center .sans-neg-indent a, .pswp__caption__center .wyg .wyg-sans a, .pswp__caption__center .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .pswp__caption__center a, .pswp__caption__center .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .pswp__caption__center a:HOVER, .pswp__caption__center .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .pswp__caption__center .inv, .inv .pswp__caption__center {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .pswp__caption__center .inv, .inv .pswp__caption__center {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .pswp__caption__center.plus, .plus .pswp__caption__center {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .pswp__caption__center.plus, .plus .pswp__caption__center {
        font-size: 1rem; } }
  @media (max-width: 767px) {
    .pswp__caption__center {
      padding: 1rem 1rem 1rem; } }
.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (max-width: 767px) {
    .pswp__caption--fake {
      display: none; } }
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../assets/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .admin-bar .pswp__top-bar {
      height: 32px; } }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 125ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background: var(--colorBG);
  color: var(--colorFG); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background: var(--colorBG);
  color: var(--colorFG); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.tl-row.year {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 200px;
  color: white;
  z-index: -1;
  background: var(--colorBG, #FFF);
  min-height: 180px;
  font-weight: lighter;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  justify-content: center; }
  .tl-row.year.left {
    justify-content: flex-start; }
  .tl-row.year.right {
    justify-content: flex-end; }
  .tl-row + .tl-row.year {
    margin-top: 6rem; }
  @media (min-width: 768px) {
    .tl-row.year:BEFORE {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      height: 60vh;
      background: linear-gradient(to top, #f7f7f4 0%, rgba(247, 247, 244, 0) 100%); } }
  @media (max-width: 800px) {
    .tl-row.year {
      font-size: 140px;
      text-align: left;
      display: block;
      margin-top: 0 !important;
      margin-bottom: 1rem !important;
      transform: none;
      top: 35%; }
      .tl-row.year:BEFORE {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(to top, #f7f7f4 0%, rgba(247, 247, 244, 0) 100%); } }
  .tl-row.year.tl-end {
    margin: 0; }
    .tl-row.year.tl-end + section {
      margin-top: 0; }

.tl-chron {
  display: flex;
  flex-wrap: nowrap; }
  .v-middle .tl-chron {
    align-items: center; }
  .tl-chron > * {
    flex: 0 0 auto;
    flex-basis: 50%; }
  .layout-feature .tl-chron {
    flex-direction: column-reverse; }
    .layout-feature .tl-chron .col-chron-img {
      flex-basis: 100%;
      width: 100%;
      margin-bottom: 3rem; }
      @media (min-width: 768px) {
        .layout-feature .tl-chron .col-chron-img {
          padding-right: 10%;
          padding-left: 10%; }
          .layout-feature .tl-chron .col-chron-img .grid-item {
            padding-left: 0;
            padding-right: 0; } }
  @media (max-width: 767px) {
    .tl-chron {
      display: block; }
      .tl-chron > * + * {
        margin-top: 3rem; } }
.tl-row {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0); }

.tl-row.image_cycle {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 6rem; }

.tl-row + .tl-row.image_cycle {
  margin-top: 0; }

.tl-row.images .tl-images {
  display: flex;
  justify-content: center;
  align-items: baseline; }
  @media (max-width: 767px) {
    .tl-row.images .tl-images {
      flex-direction: column; }
      .tl-row.images .tl-images .grid-item + .grid-item {
        margin-top: 2.5rem; }
      .tl-row.images .tl-images .grid-item-works .grid-img strong.has-enlarge {
        opacity: 1;
        pointer-events: all;
        width: 100%;
        height: 100%;
        border-radius: 0;
        background: none; }
        .tl-row.images .tl-images .grid-item-works .grid-img strong.has-enlarge span.icon-fullscreen {
          width: 26px;
          height: 26px;
          left: auto;
          top: auto;
          background: rgba(0, 0, 0, 0.4);
          border-radius: 50%; } }
.tl-row.columns {
  display: flex; }
  .tl-row.columns .tl-col {
    flex-basis: 50%;
    display: flex;
    flex-direction: column; }
    .tl-row.columns .tl-col > * + *, .tl-row.columns .tl-col .grid-item + .grid-item {
      margin-top: 3rem; }
  @media (max-width: 767px) {
    .tl-row.columns {
      display: block; }
      .tl-row.columns > * + *, .tl-row.columns .grid-item + .grid-item {
        margin-top: 3rem; } }
@media (max-width: 767px) {
  .m-bleed-img .grid-img {
    margin-left: -1rem;
    width: calc(100% + 2rem); }
  .m-bleed-img-col1 .tl-col:first-child .grid-img {
    margin-left: -1rem;
    width: calc(100% + 2rem); }
  .m-bleed-img-col2 .tl-col:last-child .grid-img {
    margin-left: -1rem;
    width: calc(100% + 2rem); } }

.tl-row.featured_film .tl-featuredfilm-row {
  padding-left: 10%;
  padding-right: 10%; }
  .tl-row.featured_film .tl-featuredfilm-row .grid-item {
    padding-left: 0;
    padding-right: 0; }

.layout-alternate:nth-of-type(odd) .tl-chron {
  flex-direction: row-reverse; }

.tl-row .grid-item {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (max-width: 800px) {
    .tl-row .grid-item {
      padding-left: 12px;
      padding-right: 12px; } }
  @media (min-width: 768px) {
    .tl-row .grid-item.grid-item-chronology {
      padding-right: 10%;
      padding-left: 10%; } }
  .tl-row .grid-item .grid-text {
    font-size: 0.78rem;
    line-height: 1.333;
    font-weight: bold;
    letter-spacing: 0;
    margin-left: auto;
    margin-right: auto; }
    .tl-row .grid-item .grid-text .subdue {
      font-weight: normal; }
    .tl-row .grid-item .grid-text.hor {
      width: 100%; }
    .tl-row .grid-item .grid-text.vert {
      width: 70%; }
    .tl-row .grid-item .grid-text.vertX {
      width: 65%; }
    .tl-row .grid-item .grid-text.squareplus {
      width: 85%; }
    .tl-row .grid-item .grid-text.squareminus {
      width: 85%; }
    .no-img-rest .tl-row .grid-item .grid-text {
      width: 100%; }

@media (max-width: 767px) {
  .tl-row .tl-col .grid-item {
    padding-left: 0;
    padding-right: 0; } }

.tl-row .tl-chrono-row .grid-item {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .tl-row .tl-chrono-row .grid-item {
      margin-left: auto;
      margin-right: auto;
      width: 55vw; } }
.tl-row .grid-limit {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem; }
  @media (max-width: 800px) {
    .tl-row .grid-limit {
      padding-left: 12px;
      padding-right: 12px; } }
.tl-row + .tl-row, .tl-row + .img-cycle-wrap, .img-cycle-wrap + .tl-row {
  margin-top: 6rem; }
  @media (max-width: 767px) {
    .tl-row + .tl-row, .tl-row + .img-cycle-wrap, .img-cycle-wrap + .tl-row {
      margin-top: 3rem; } }
.tl-row.year + .tl-row {
  margin-top: 0; }

.tl-images, .tl-chron {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media (max-width: 800px) {
    .tl-images, .tl-chron {
      margin-left: -12px;
      margin-right: -12px; } }
.tl-row blockquote {
  margin: 1.5rem 2rem 1.75rem; }
  @media (max-width: 767px) {
    .tl-row blockquote {
      margin: 1rem 1rem 1.25rem; } }
.non-wyg p {
  margin: 0; }
  .non-wyg p:not(:first-child) {
    margin-top: 0.75em; }

.timeline-intro {
  display: flex;
  flex-direction: column; }
  .timeline-intro .timeline-intro-nav {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    .timeline-intro .timeline-intro-nav > :first-child {
      margin-top: 0; }
    .timeline-intro .timeline-intro-nav nav {
      font-family: 'Unica77LLWeb', Helvetica, sans-serif;
      font-size: 18px;
      line-height: 1.333;
      letter-spacing: 0;
      word-spacing: 0;
      -webkit-font-smoothing: antialiased;
      position: absolute; }
      @media (max-width: 550px) {
        .timeline-intro .timeline-intro-nav nav {
          font-size: 14px;
          line-height: 1.333; } }
      .wyg .timeline-intro .timeline-intro-nav nav a, .timeline-intro .timeline-intro-nav nav .wyg a {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
        background-position: 0 1.24em;
        background-repeat: repeat-x;
        background-size: 100% 1px; }
        .wyg .timeline-intro .timeline-intro-nav nav a:HOVER, .timeline-intro .timeline-intro-nav nav .wyg a:HOVER {
          background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
      .wyg .timeline-intro .timeline-intro-nav nav .wyg-sans a, .wyg .timeline-intro .timeline-intro-nav nav .sans-neg-indent a, .timeline-intro .timeline-intro-nav nav .wyg .wyg-sans a, .timeline-intro .timeline-intro-nav nav .wyg .sans-neg-indent a {
        background-position: 0 1.333em; }
      .wyg-sans .timeline-intro .timeline-intro-nav nav a, .timeline-intro .timeline-intro-nav nav .wyg-sans a {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
        background-position: 0 1.333em;
        background-repeat: repeat-x;
        background-size: 100% 1px; }
        .wyg-sans .timeline-intro .timeline-intro-nav nav a:HOVER, .timeline-intro .timeline-intro-nav nav .wyg-sans a:HOVER {
          background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
      .timeline-intro .timeline-intro-nav nav .inv, .inv .timeline-intro .timeline-intro-nav nav {
        font-size: 0.97rem;
        line-height: 1.333rem; }
        @media (max-width: 767px) {
          .timeline-intro .timeline-intro-nav nav .inv, .inv .timeline-intro .timeline-intro-nav nav {
            font-size: 0.777rem;
            line-height: 1.333; } }
      .timeline-intro .timeline-intro-nav nav.plus, .plus .timeline-intro .timeline-intro-nav nav {
        font-size: 1.333rem; }
        @media (max-width: 767px) {
          .timeline-intro .timeline-intro-nav nav.plus, .plus .timeline-intro .timeline-intro-nav nav {
            font-size: 1rem; } }
    .timeline-intro .timeline-intro-nav small {
      color: var(--colorSubdueText); }

section .content-row .timeline-intro .timeline-intro-nav h4 {
  margin-top: 0; }

.timeline-intro-nav {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .timeline-intro-nav {
      margin-right: 0; } }
  .timeline-intro-nav h4 {
    cursor: pointer; }
    .timeline-intro-nav h4:AFTER {
      content: "";
      width: 12px;
      height: 12px;
      border-right: solid 1px;
      border-bottom: solid 1px;
      border-color: var(--colorSubdueText);
      transform: rotate(45deg);
      display: inline-block;
      margin-left: 0.75rem;
      margin-top: -0.5rem;
      vertical-align: middle; }
      .expanded .timeline-intro-nav h4:AFTER {
        transform: rotate(-135deg);
        margin-top: 0.2rem; }
  .timeline-intro-nav nav {
    display: none;
    opacity: 0; }
    .expanded .timeline-intro-nav nav {
      display: block;
      opacity: 0;
      -webkit-animation: accordionIn 0.15s forwards 1;
              animation: accordionIn 0.15s forwards 1; }

.timeline-callout-title {
  margin-bottom: 1rem; }

.timeline-callout-date {
  margin-bottom: 0.1875rem; }

.timeline-img .img-wrap:BEFORE, .timeline-img .img-wrap:AFTER {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition-duration: 0.5s;
  transition-property: opacity;
  background-color: var(--colorAlt); }

.timeline-img .img-wrap:BEFORE {
  mix-blend-mode: multiply;
  opacity: 0.4;
  z-index: 2; }

.timeline-img .img-wrap:AFTER {
  mix-blend-mode: screen;
  opacity: 1; }

.timeline-img .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover; }

@media (min-width: 900px) {
  .timeline-img.color-on-hover .img-wrap:BEFORE, .timeline-img.color-on-hover .img-wrap:AFTER {
    opacity: 0; }
  .hovered .timeline-img.color-on-hover .img-wrap:BEFORE {
    opacity: 0.4; }
  .hovered .timeline-img.color-on-hover .img-wrap:AFTER {
    opacity: 1; } }

.timeline-img-m:BEFORE, .timeline-img-m:AFTER {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition-duration: 0.5s;
  transition-property: opacity;
  background-color: var(--colorAlt); }

.timeline-img-m:BEFORE {
  mix-blend-mode: multiply;
  opacity: 0.4;
  z-index: 2; }

.timeline-img-m:AFTER {
  mix-blend-mode: screen;
  opacity: 1; }

.timeline-img-m img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block; }

.content-row-timeline {
  display: flex;
  align-items: center;
  justify-content: center; }
  .content-row-timeline.reverse {
    flex-direction: row-reverse; }
  .content-row-timeline .col {
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
    justify-content: center; }
    .content-row-timeline .col:nth-of-type(1) {
      padding-right: 2rem; }
    .content-row-timeline .col:nth-of-type(2) {
      padding-left: 2rem; }
    .content-row-timeline .col:only-child {
      padding-right: 0;
      padding-left: 0; }
      @media (min-width: 900px) {
        .content-row-timeline .col:only-child {
          flex-basis: 75%; } }
  .content-row-timeline .span_6 {
    flex-basis: 50%; }

.timeline-header {
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin-bottom: 1.25rem; }
  @media (max-width: 550px) {
    .timeline-header {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg .timeline-header a, .timeline-header .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg .timeline-header a:HOVER, .timeline-header .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg .timeline-header .wyg-sans a, .wyg .timeline-header .sans-neg-indent a, .timeline-header .wyg .wyg-sans a, .timeline-header .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans .timeline-header a, .timeline-header .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans .timeline-header a:HOVER, .timeline-header .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .timeline-header .inv, .inv .timeline-header {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      .timeline-header .inv, .inv .timeline-header {
        font-size: 0.777rem;
        line-height: 1.333; } }
  .timeline-header.plus, .plus .timeline-header {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      .timeline-header.plus, .plus .timeline-header {
        font-size: 1rem; } }
  @media (max-width: 767px) {
    .timeline-header {
      margin-bottom: 0.75rem; } }
@media (max-width: 767px) {
  .single-timeline-date {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0; } }

.timeline-callout {
  display: flex;
  padding-top: 4rem;
  padding-top: 0; }
  @media (max-width: 800px) {
    .timeline-callout {
      padding-top: 1.5rem; } }
  @media (max-width: 500px) {
    .timeline-callout {
      padding-top: 12px; } }
  .timeline-callout .timeline-text {
    flex-basis: 50%; }
    @media (max-width: 767px) {
      .timeline-callout .timeline-text {
        margin: 0.75rem 0 3rem; } }
  @media (min-width: 768px) {
    .timeline-landing .timeline-callout:nth-child(even) {
      flex-direction: row-reverse; }
      .timeline-landing .timeline-callout:nth-child(even) .timeline-text {
        padding-left: 0;
        padding-right: 4rem; } }
  @media (max-width: 767px) {
    .timeline-callout {
      display: block; } }
  .timeline-callout .timeline-img {
    flex-basis: 50%;
    padding-right: 1rem; }
    @media (max-width: 767px) {
      .timeline-callout .timeline-img {
        padding-right: 0; } }
    @media (min-width: 1024px) and (min-height: 700px) {
      .timeline-callout .timeline-img .img-wrap {
        height: 50vh;
        max-height: 600px; } }
.timeline-landing-callout {
  display: flex;
  align-items: center;
  padding-top: 4rem;
  padding-top: 3rem;
  position: relative; }
  @media (max-width: 800px) {
    .timeline-landing-callout {
      padding-top: 1.5rem; } }
  @media (max-width: 500px) {
    .timeline-landing-callout {
      padding-top: 12px; } }
  .timeline-landing-callout .timeline-text {
    flex-basis: 40%; }
    @media (max-width: 768px) {
      .timeline-landing-callout .timeline-text {
        margin: 0.75rem 0 3rem; } }
  @media (min-width: 768px) {
    .timeline-landing .timeline-landing-callout:nth-child(even) {
      flex-direction: row-reverse; }
      .timeline-landing .timeline-landing-callout:nth-child(even) .timeline-text {
        padding-left: 0;
        padding-right: 4rem; } }
  @media (min-width: 769px) {
    .timeline-landing .timeline-landing-callout:nth-child(odd) .timeline-text {
      padding-right: 0;
      padding-left: 4rem; } }
  @media (max-width: 768px) {
    .timeline-landing-callout {
      display: block; } }
  .timeline-landing-callout .timeline-img {
    flex-basis: 60%; }
    @media (min-width: 1024px) and (min-height: 700px) {
      .timeline-landing-callout .timeline-img .img-wrap {
        height: 80vh;
        min-height: 500px;
        max-height: 800px; } }
.time-description {
  font-family: 'suisse',serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  word-spacing: -0.02em;
  font-variant-numeric: oldstyle-nums;
  font-feature-settings: "onum", "liga";
  opacity: 0;
  transform: translateY(1rem);
  transition-duration: 0.5s; }
  @media (max-width: 1100px) {
    .time-description {
      font-size: 1rem;
      line-height: 1.33; } }
  @media (min-width: 1350px) {
    .time-description {
      font-size: 1.5vw;
      line-height: 1.4; } }
  @media (min-width: 1600px) {
    .time-description {
      font-size: 24px; } }
  .inview .time-description {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s; }

.tl-row > .tl-featuredtext-row .grid-item {
  display: flex;
  align-items: center;
  padding-right: 0;
  padding-left: 0; }
  .tl-row > .tl-featuredtext-row .grid-item .grid-img {
    flex-basis: 33%;
    flex-shrink: 0;
    margin-top: 0.25rem;
    padding-right: 1rem; }
    .tl-row > .tl-featuredtext-row .grid-item .grid-img .img-wrap {
      max-width: 75%;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1200px) {
        .tl-row > .tl-featuredtext-row .grid-item .grid-img .img-wrap {
          max-width: 100%;
          padding-right: 1rem; } }
  .tl-row > .tl-featuredtext-row .grid-item .grid-text {
    padding-left: 1rem;
    margin-top: 0;
    max-width: 750px;
    margin-left: 0;
    margin-right: auto; }
  .tl-row > .tl-featuredtext-row .grid-item .wyg + p {
    margin-top: 1.15rem; }
  .tl-row > .tl-featuredtext-row .grid-item .edit-link {
    display: none; }
  @media (max-width: 767px) {
    .tl-row > .tl-featuredtext-row .grid-item {
      display: block; }
      .tl-row > .tl-featuredtext-row .grid-item .grid-img a {
        display: block;
        max-width: 60%; }
      .tl-row > .tl-featuredtext-row .grid-item .grid-text {
        padding-left: 0;
        margin-top: 1.5rem; } }
.tl-row > .tl-featuredtext-row.v-top .grid-item {
  align-items: flex-start; }

.tl-row > .tl-featuredtext-row.v-bottom .grid-item {
  align-items: flex-end; }

.tl-row .tl-featuredtext-col .grid-item .img-wrap {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1200px) {
    .tl-row .tl-featuredtext-col .grid-item .img-wrap {
      max-width: 100%;
      padding-right: 1rem; } }
.tl-row.reverse > .tl-featuredtext-row .grid-item {
  flex-direction: row-reverse; }

.tl-row.reverse > .tl-featuredtext-row .grid-img {
  padding-right: 0;
  padding-left: 1rem; }

.tl-row.reverse > .tl-featuredtext-row .grid-text {
  padding-left: 0;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: 0; }
  @media (min-width: 1200px) {
    .tl-row.reverse > .tl-featuredtext-row .grid-text {
      margin-right: auto; } }
@media (min-width: 800px) {
  .tl-images:not(.autosize) > .grid-item > .grid-img .vert, .tl-images:not(.autosize) > .grid-item .work-title.vert {
    width: 55vw; } }

/* Custom Row Classes */
.img-inset .tl-col-images, .img-inset .col-chron-img {
  padding-left: 15%;
  padding-right: 15%; }

.v-center {
  align-items: center; }

.v-top, .v-top .tl-images, .tl-row.v-top .tl-images {
  align-items: flex-start; }

.v-bottom, .v-bottom .tl-images {
  align-items: flex-end; }

.no-img-rest.tl-row .grid-item .grid-text {
  width: 100%; }

.bleed, section.bleed {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden; }
  .bleed .grid-text, section.bleed .grid-text {
    padding-left: 1rem;
    padding-right: 1rem; }

.match-textcol .tl-images {
  padding-left: 10%;
  padding-right: 10%; }

.col1-plus > .tl-col:nth-of-type(1), .col1-plus .tl-chron > *:nth-of-type(1), .col1-plus .tl-images > *:nth-of-type(1) {
  flex-basis: 66%; }

.col1-plus > .tl-col:nth-of-type(2), .col1-plus .tl-chron > *:nth-of-type(2), .col1-plus .tl-images > *:nth-of-type(2) {
  flex-basis: 33%; }

.col1-plus .img-wrap {
  width: auto !important; }

.col2-plus > .tl-col:nth-of-type(2), .col2-plus .tl-chron > *:nth-of-type(2), .col2-plus .tl-images > *:nth-of-type(2) {
  flex-basis: 66%; }

.col2-plus > .tl-col:nth-of-type(1), .col2-plus .tl-chron > *:nth-of-type(1), .col2-plus .tl-images > *:nth-of-type(1) {
  flex-basis: 33%; }

.col2-plus .img-wrap {
  width: auto !important; }

.drop-left, .drop-left .tl-chron {
  align-items: flex-end; }
  .drop-left > *:nth-of-type(2), .drop-left .tl-chron > *:nth-of-type(2) {
    margin-bottom: 15vh; }

.drop-right, .drop-right .tl-chron {
  align-items: flex-end; }
  .drop-right > *:nth-of-type(1), .drop-right .tl-chron > *:nth-of-type(1) {
    margin-bottom: 15vh; }

.hide-caption .grid-img + .grid-text {
  display: none; }

.img-as-grid .tl-col-images {
  display: flex;
  flex-wrap: wrap; }
  .img-as-grid .tl-col-images .grid-item {
    flex-basis: 33.3333%;
    margin-bottom: 2rem; }

.pair-img-to-chron .tl-col-images {
  padding-left: 10%;
  padding-right: 10%; }
  .pair-img-to-chron .tl-col-images .grid-item {
    padding-left: 0;
    padding-right: 0; }

.pair-img-to-chron .tl-col-images + .tl-col-chrono {
  margin-top: 1.15rem; }

.grid-item .grid-text.has-video {
  width: 100% !important; }

.tl-animation .keystone-wrap .grid-img {
  opacity: 0; }

.tl-animation .animation-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px; }

.tl-animation .animation-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }
  .tl-animation .animation-frame.active {
    opacity: 1; }
  .tl-animation .animation-frame img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.content-row-atelier-past-residents .col-content {
  display: flex; }
  .content-row-atelier-past-residents .col-content .list-of-names, .content-row-atelier-past-residents .col-content .list-of-photos {
    flex-basis: 50%;
    flex-shrink: 0; }

.list-of-photos {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
  margin-bottom: auto;
  margin-top: 0;
  height: 50vh; }
  .list-of-photos > div {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: opacity 0.15s 0s; }
    .list-of-photos > div.active {
      opacity: 1;
      transition: opacity 0.15s 0.25s; }

.list-of-names h4 {
  margin-bottom: 1rem; }

.list-of-names li span {
  cursor: pointer;
  position: relative; }

.list-of-names li span.active:AFTER {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: black;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-14px) translateY(-41%); }

.timed-cycle-colors .img-bg-text {
  transition-duration: 0.15s; }

.timed-cycle-colors .bg:AFTER {
  transition-duration: 0.5s; }

.ani-marker {
  width: 10px;
  height: 10px;
  background: #ff6700;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
  .ani-marker.installed_works {
    background: #ff6700; }
  .ani-marker.permanent_exh {
    background: #32a8cd; }
  .ani-marker.curr_upcoming_exh {
    background: #236b2b; }
  .ani-marker.public_collection {
    background: #be2f96; }
  @media (max-width: 767px) {
    .ani-marker {
      width: 8px;
      height: 8px;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.5); } }
.map-wrap {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .map-wrap {
      max-height: 100vh;
      overflow: hidden; } }
  .map-wrap:BEFORE {
    content: "";
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%; }
    @media (max-width: 767px) {
      .map-wrap:BEFORE {
        padding-bottom: 120%; } }
  .map-wrap #map_installed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.map-modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: none; }
  .map-modal-wrap.has-modal-child {
    pointer-events: all; }
  .map-modal-wrap .map-modal-content {
    max-height: 100%;
    overflow: auto; }
  .map-modal-wrap.modal-on {
    display: block; }
  @media (max-width: 767px) {
    .map-modal-wrap {
      position: fixed;
      z-index: 20 !important;
      opacity: 0; }
      .map-modal-wrap.has-modal-child {
        opacity: 1; }
      .map-modal-wrap .map-modal-content {
        height: 100%; } }
.map-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer; }

.map-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: white;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 620px; }
  .map-modal-content hr {
    border: none;
    height: 1px;
    background: var(--colorSubdueLine);
    margin: 1.5rem 0 1rem; }
  .modal-on .map-modal-content {
    opacity: 0;
    -webkit-animation: mapModalOn 1s 0s forwards 1;
            animation: mapModalOn 1s 0s forwards 1; }

.modal-public-collection .content-row {
  padding-left: 1rem;
  padding-right: 1rem; }

.map-modal-inner {
  position: relative;
  display: none; }
  .map-modal-inner.inset-modal {
    margin: auto;
    max-width: 400px;
    padding: 50px 20px; }
    @media (max-width: 767px) {
      .map-modal-inner.inset-modal {
        padding: 75px 1rem; } }
  .map-modal-inner h4 {
    font-weight: normal; }
  .map-modal-inner i, .map-modal-inner em {
    font-style: normal; }
  .map-modal-inner.active {
    display: block; }

.map-modal-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .map-modal-full .scroll-contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    pointer-events: all;
    display: flex;
    flex-direction: column;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    -webkit-overflow-scrolling: touch; }
  .map-modal-full.has-modal-child {
    display: block;
    opacity: 0;
    -webkit-animation: fullAniIn 0.5s 0.25s forwards 1;
            animation: fullAniIn 0.5s 0.25s forwards 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .map-modal-full .grid {
    font-family: 'Unica77LLWeb', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0;
    word-spacing: 0;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 550px) {
      .map-modal-full .grid {
        font-size: 14px;
        line-height: 1.333; } }
    .wyg .map-modal-full .grid a, .map-modal-full .grid .wyg a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.24em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg .map-modal-full .grid a:HOVER, .map-modal-full .grid .wyg a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .wyg .map-modal-full .grid .wyg-sans a, .wyg .map-modal-full .grid .sans-neg-indent a, .map-modal-full .grid .wyg .wyg-sans a, .map-modal-full .grid .wyg .sans-neg-indent a {
      background-position: 0 1.333em; }
    .wyg-sans .map-modal-full .grid a, .map-modal-full .grid .wyg-sans a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.333em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg-sans .map-modal-full .grid a:HOVER, .map-modal-full .grid .wyg-sans a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .map-modal-full .grid .inv, .inv .map-modal-full .grid {
      font-size: 0.97rem;
      line-height: 1.333rem; }
      @media (max-width: 767px) {
        .map-modal-full .grid .inv, .inv .map-modal-full .grid {
          font-size: 0.777rem;
          line-height: 1.333; } }
    .map-modal-full .grid.plus, .plus .map-modal-full .grid {
      font-size: 1.333rem; }
      @media (max-width: 767px) {
        .map-modal-full .grid.plus, .plus .map-modal-full .grid {
          font-size: 1rem; } }
  @media (max-width: 767px) {
    .map-modal-full {
      z-index: 21 !important; } }
.map-directions-link {
  margin-top: -1rem; }
  @media (max-width: 767px) {
    .map-directions-link {
      margin-top: 0; } }
.close-modal-pre {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45vh;
  cursor: pointer;
  width: 100%;
  opacity: 0; }
  @media (max-width: 767px) {
    .close-modal-pre {
      display: none; } }
@-webkit-keyframes fullAniIn {
  0% {
    opacity: 1;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fullAniIn {
  0% {
    opacity: 1;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.map-modal-full-contents {
  width: 100%;
  background: white;
  padding: 6rem 0 8rem;
  pointer-events: all; }

.modal-subsection {
  margin-top: 4rem; }
  .modal-subsection > h4 {
    border-bottom: solid 1px;
    border-color: var(--colorSubdueLine);
    padding-bottom: 0.75rem; }

.close-modal-x {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  width: 70px;
  height: 70px;
  pointer-events: all;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  display: none; }
  .map-modal-full .close-modal-x {
    position: -webkit-sticky;
    position: sticky;
    width: 100px;
    height: 100px;
    top: 30px;
    margin-top: 50vh;
    margin-bottom: -48px;
    margin-left: auto;
    order: -1; }
    @media (min-width: 768px) {
      .admin-bar .map-modal-full .close-modal-x {
        top: 62px; } }
    @media (max-width: 800px) {
      .map-modal-full .close-modal-x {
        margin-top: 0;
        width: 86px; }
        .map-modal-full .close-modal-x:BEFORE {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.6);
          transform: translate(-50%, -50%); }
        .nav-sticky .map-modal-full .close-modal-x {
          margin-top: 50px; } }
  .active ~ .close-modal-x {
    display: block; }
  .close-modal-x span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%); }
    .close-modal-x span:BEFORE, .close-modal-x span:AFTER {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background: black; }
    .close-modal-x span:BEFORE {
      transform: rotate(45deg); }
    .close-modal-x span:AFTER {
      transform: rotate(-45deg); }

.map-listing-text h5 {
  font-size: 1em;
  color: var(--colorSubdueText);
  font-weight: normal; }
  @media (max-width: 767px) {
    .map-listing-text h5 {
      margin-bottom: 0.375rem; } }
.map-listing-text ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0; }
  .map-listing-text ul li {
    margin-bottom: 0.112rem; }
    .map-listing-text ul li:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .map-listing-text ul li {
        margin-bottom: 0.375rem; } }
@media (max-width: 767px) {
  .map-cat {
    position: relative; }
    .col-content > .contents-inset .map-cat, .map-cat.map-cat-longterm {
      padding-left: 36px; } }

.map-cat.map-cat-longterm:BEFORE, .map-cat.map-cat-permanent:BEFORE, .map-cat.map-cat-currentexh:BEFORE, .map-cat.map-cat-publiccoll:BEFORE {
  content: "";
  display: inline-block;
  width: 0.6667rem;
  height: 0.6667rem;
  border-radius: 50%;
  margin-left: 14px;
  margin-right: 14px;
  background: #ff6700; }
  @media (max-width: 767px) {
    .map-cat.map-cat-longterm:BEFORE, .map-cat.map-cat-permanent:BEFORE, .map-cat.map-cat-currentexh:BEFORE, .map-cat.map-cat-publiccoll:BEFORE {
      position: absolute;
      top: 1.15rem;
      left: 0;
      margin-left: 12px;
      margin-right: 12px; } }
.map-cat.map-cat-longterm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: solid 1px;
  border-color: var(--colorSubdueLine); }

.map-cat.map-cat-permanent:BEFORE {
  background: #32a8cd; }

.map-cat.map-cat-currentexh:BEFORE {
  background: #236b2b; }

.map-cat.map-cat-publiccoll:BEFORE {
  background: #be2f96; }

.region-title, .wyg h5.region-title {
  margin: 0;
  font-weight: normal;
  color: var(--colorSubdueText); }
  @media (max-width: 767px) {
    .region-title, .wyg h5.region-title {
      margin-bottom: 0.375rem; } }
.region-listing {
  margin: 0 0 1.333rem;
  list-style: none;
  padding: 0; }
  .region-listing li {
    margin-bottom: 0.112rem; }
    .region-listing li:last-child {
      margin-bottom: 0; }
  .region-listing a {
    background: none !important; }
  .region-listing p {
    display: inline;
    margin: 0; }
    .region-listing p:BEFORE {
      content: ", "; }

@-webkit-keyframes mapModalOn {
  0% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 0; }
  50% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 0; }
  100% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1; } }

@keyframes mapModalOn {
  0% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 0; }
  50% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 0; }
  100% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1; } }

body .map-listing-text .region-listing + .region-title {
  margin-top: 1.333rem; }

.map-inline {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: calc(56.25% - 30px);
  overflow: hidden; }
  .map-inline img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0; }
  .map-inline:AFTER {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff6700;
    transform: translate(-50%, -50%); }

.mapbox-credit {
  font-size: 10px; }

.ext-map .link-sim {
  cursor: pointer;
  background: none;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  background-position: 0 1.333em;
  background-repeat: repeat-x;
  background-size: 100% 1px; }
  .ext-map .link-sim:HOVER {
    background-image: linear-gradient(to left, var(--colorFG), var(--colorFG)); }

.js #map_installed canvas {
  opacity: 0;
  -webkit-animation: fadeIn 1s 1s forwards 1;
          animation: fadeIn 1s 1s forwards 1; }

#map_installed canvas:focus {
  outline: none; }

#map_installed .mapboxgl-popup-content {
  padding: 6px 8px 6px; }

#map_installed .mapboxgl-popup {
  max-width: 400px;
  font-family: 'Unica77LLWeb', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.1; }
  @media (max-width: 550px) {
    #map_installed .mapboxgl-popup {
      font-size: 14px;
      line-height: 1.333; } }
  .wyg #map_installed .mapboxgl-popup a, #map_installed .mapboxgl-popup .wyg a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.24em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg #map_installed .mapboxgl-popup a:HOVER, #map_installed .mapboxgl-popup .wyg a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  .wyg #map_installed .mapboxgl-popup .wyg-sans a, .wyg #map_installed .mapboxgl-popup .sans-neg-indent a, #map_installed .mapboxgl-popup .wyg .wyg-sans a, #map_installed .mapboxgl-popup .wyg .sans-neg-indent a {
    background-position: 0 1.333em; }
  .wyg-sans #map_installed .mapboxgl-popup a, #map_installed .mapboxgl-popup .wyg-sans a {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background-position: 0 1.333em;
    background-repeat: repeat-x;
    background-size: 100% 1px; }
    .wyg-sans #map_installed .mapboxgl-popup a:HOVER, #map_installed .mapboxgl-popup .wyg-sans a:HOVER {
      background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
  #map_installed .mapboxgl-popup .inv, .inv #map_installed .mapboxgl-popup {
    font-size: 0.97rem;
    line-height: 1.333rem; }
    @media (max-width: 767px) {
      #map_installed .mapboxgl-popup .inv, .inv #map_installed .mapboxgl-popup {
        font-size: 0.777rem;
        line-height: 1.333; } }
  #map_installed .mapboxgl-popup.plus, .plus #map_installed .mapboxgl-popup {
    font-size: 1.333rem; }
    @media (max-width: 767px) {
      #map_installed .mapboxgl-popup.plus, .plus #map_installed .mapboxgl-popup {
        font-size: 1rem; } }
#map_controls {
  position: absolute;
  bottom: 1.5rem;
  right: 1rem;
  z-index: 4; }
  #map_controls button {
    position: relative;
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    width: 44px;
    height: 44px;
    border: none;
    background: white;
    margin-top: 0.5rem;
    padding: 0;
    cursor: pointer; }
    #map_controls button:FOCUS-VISIBLE {
      outline: none;
      box-shadow: 0 0 8px #ff6700; }
    #map_controls button span {
      position: absolute;
      opacity: 0;
      pointer-events: none; }
    #map_controls button.in:BEFORE, #map_controls button.in:AFTER {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 1px;
      margin-left: -10px;
      background: black; }
    #map_controls button.in:AFTER {
      transform: rotate(90deg); }
    #map_controls button.out:BEFORE {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 1px;
      margin-left: -10px;
      background: black; }
    #map_controls button.reset span {
      opacity: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-transform: uppercase;
      font-size: 10px;
      font-family: 'Unica77LLWeb', sans-serif; }
    #map_controls button.randomize svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 28px;
      height: 28px;
      margin: -14px 0 0 -14px; }
      #map_controls button.randomize svg.playing {
        -webkit-animation: randomspin 2s forwards 1;
                animation: randomspin 2s forwards 1; }

@-webkit-keyframes randomspin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-720deg); } }

@keyframes randomspin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-720deg); } }

.exhibition-details {
  margin: 0 0 2rem; }
  @media (min-width: 1024px) {
    .exhibition-details {
      width: 50%;
      max-width: 550px; } }
.mapboxgl-ctrl-logo {
  display: none !important; }

.map-attribution {
  margin: 0 1rem 3rem;
  padding-top: 0.5rem;
  font-size: 0.78rem;
  line-height: 1.333;
  font-weight: bold;
  letter-spacing: 0;
  text-align: right;
  font-weight: normal;
  font-size: 12px;
  color: var(--colorSubdueText); }
  .map-attribution .subdue {
    font-weight: normal; }

/* Temp? */
.exhibition-listing-single {
  margin: 2.5rem 0 6rem; }
  @media (min-width: 768px) {
    .exhibition-listing-single {
      display: flex; } }
  .exhibition-listing-single .img-container {
    flex-basis: 50%;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%; }
    @media (max-width: 767px) {
      .exhibition-listing-single .img-container {
        margin-bottom: 0.666rem;
        padding-left: 0;
        padding-right: 0; } }
  .exhibition-listing-single .exhibition-details {
    margin-bottom: 1.333rem; }
  .exhibition-listing-single .exhibition-text-content {
    flex-basis: 50%;
    flex-shrink: 0;
    padding-right: 8%;
    max-width: 650px; }
    .exhibition-listing-single .exhibition-text-content .h4 {
      margin: 0; }
  .exhibition-listing-single hr {
    margin: 2rem 0 0.75rem; }
  .exhibition-listing-single.upcoming {
    font-family: 'Unica77LLWeb', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0;
    word-spacing: 0;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 550px) {
      .exhibition-listing-single.upcoming {
        font-size: 14px;
        line-height: 1.333; } }
    .wyg .exhibition-listing-single.upcoming a, .exhibition-listing-single.upcoming .wyg a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.24em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg .exhibition-listing-single.upcoming a:HOVER, .exhibition-listing-single.upcoming .wyg a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .wyg .exhibition-listing-single.upcoming .wyg-sans a, .wyg .exhibition-listing-single.upcoming .sans-neg-indent a, .exhibition-listing-single.upcoming .wyg .wyg-sans a, .exhibition-listing-single.upcoming .wyg .sans-neg-indent a {
      background-position: 0 1.333em; }
    .wyg-sans .exhibition-listing-single.upcoming a, .exhibition-listing-single.upcoming .wyg-sans a {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
      background-position: 0 1.333em;
      background-repeat: repeat-x;
      background-size: 100% 1px; }
      .wyg-sans .exhibition-listing-single.upcoming a:HOVER, .exhibition-listing-single.upcoming .wyg-sans a:HOVER {
        background-image: linear-gradient(to right, var(--colorFG), var(--colorFG)); }
    .exhibition-listing-single.upcoming .inv, .inv .exhibition-listing-single.upcoming {
      font-size: 0.97rem;
      line-height: 1.333rem; }
      @media (max-width: 767px) {
        .exhibition-listing-single.upcoming .inv, .inv .exhibition-listing-single.upcoming {
          font-size: 0.777rem;
          line-height: 1.333; } }
    .exhibition-listing-single.upcoming.plus, .plus .exhibition-listing-single.upcoming {
      font-size: 1.333rem; }
      @media (max-width: 767px) {
        .exhibition-listing-single.upcoming.plus, .plus .exhibition-listing-single.upcoming {
          font-size: 1rem; } }
/*# sourceMappingURL=styles.css.map */