.page-node-type-minimal-page .exhibition--preview__label {
  display: none !important; }

.exhibitions-upcoming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 54.9375em) {
    .exhibitions-upcoming {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.exhibition--preview {
  margin-bottom: 4.25rem;
  position: relative;
  z-index: 1;
  width: 76.92308%;
  margin-left: 10.52632%; }
  @media (min-width: 37.5em) {
    .exhibition--preview {
      width: 61.53846%; } }
  @media (min-width: 55em) {
    .exhibition--preview {
      margin-left: 10.52632%;
      width: 26.31579%; } }
  @media (min-width: 37.5em) {
    .exhibition--preview:nth-of-type(2n + 1) {
      margin-left: 15.38462%; } }
  @media (min-width: 55em) {
    .exhibition--preview:nth-of-type(2n + 1) {
      margin-left: 10.52632%; } }
  @media (min-width: 37.5em) {
    .exhibition--preview:nth-of-type(3n + 2) {
      margin-left: 15.38462%; } }
  @media (min-width: 55em) {
    .exhibition--preview:nth-of-type(3n + 2) {
      margin-left: 10.52632%; } }
  @media (min-width: 37.5em) {
    .exhibition--preview:nth-of-type(3n + 3) {
      clear: left;
      margin-left: 15.38462%; } }
  @media (min-width: 55em) {
    .exhibition--preview:nth-of-type(3n + 3) {
      clear: none;
      margin-left: 10.52632%; } }
  @media (min-width: 62em) {
    .exhibition--preview:nth-of-type(3n + 3) {
      clear: none;
      margin-right: 10.52632%; } }
  @media (min-width: 55em) {
    .exhibition--preview:nth-of-type(3n + 4) {
      clear: left; } }
  .exhibition--preview__image {
    margin-bottom: 24px; }
    .exhibition--preview__image a {
      background: #323232;
      margin-left: 1rem;
      margin-top: 1rem;
      position: relative;
      z-index: 1;
      background: none;
      display: block; }
      .exhibition--preview__image a::after {
        border: 0.25rem solid #323232;
        content: "";
        height: calc(100% - (0.25rem * 2));
        left: -1rem;
        position: absolute;
        top: -1rem;
        width: calc(100% - (0.25rem * 2));
        z-index: -1; }
      .exhibition--preview__image a img {
        position: relative;
        z-index: 1; }
  .exhibition--preview__label {
    font-size: 0.7rem;
    background-color: transparent;
    border: 0;
    display: inline-block;
    font-family: "Avenir LT W01_95 Black1475556";
    padding: 0 0.15rem;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    margin: 0 0 12px; }
    @media (min-width: 55em) {
      .exhibition--preview__label {
        font-size: 0.75rem; } }
    @media (min-width: 62em) {
      .exhibition--preview__label {
        font-size: 0.7rem; } }
    .exhibition--preview__label::before {
      background-color: #f2f2f2;
      bottom: 10%;
      content: "";
      height: 40%;
      left: 0;
      max-height: 15px;
      position: absolute;
      width: 100%;
      z-index: -1; }
    .exhibition--preview__label span:nth-of-type(1) {
      font-family: "Avenir LT W01_95 Black1475556"; }
    .exhibition--preview__label span:nth-of-type(2) {
      font-family: "Avenir LT W01_55 Roman1475520"; }
  .exhibition--preview__title-container {
    line-height: 1.25;
    margin-bottom: 12px; }
  .exhibition--preview__title {
    font-size: 1.1rem;
    display: inline;
    line-height: 1;
    margin: 0; }
    @media (min-width: 37.5em) {
      .exhibition--preview__title {
        font-size: 1.15rem; } }
    @media (min-width: 55em) {
      .exhibition--preview__title {
        font-size: 1.2rem; } }
    @media (min-width: 62em) {
      .exhibition--preview__title {
        font-size: 1.4rem; } }
    .exhibition--preview__title a {
      color: #323232; }
      .exhibition--preview__title a:hover {
        text-decoration: none; }
  .exhibition--preview__subtitle {
    font-size: 1.1rem;
    display: inline;
    line-height: 1;
    font-family: "Avenir LT W01_55 Roman1475520";
    margin: 0;
    text-transform: uppercase; }
    @media (min-width: 37.5em) {
      .exhibition--preview__subtitle {
        font-size: 1.15rem; } }
    @media (min-width: 55em) {
      .exhibition--preview__subtitle {
        font-size: 1.2rem; } }
    @media (min-width: 62em) {
      .exhibition--preview__subtitle {
        font-size: 1.4rem; } }
  .exhibition--preview__link {
    color: #323232; }
