/* start number styling */
* {
  font-variant-numeric: lining-nums;
}
p {
  font-variant-numeric: oldstyle-nums;
}
.stat p {
    font-variant-numeric: lining-nums;
}
/* end number styling */

.section-interior .section__content blockquote.alert > p:last-child { margin-bottom: 0; }
.form--inline { display: inline; }
.section-interior .section__content blockquote p:last-child,.wp-block-quote p:last-child,.alert p:last-child { margin-bottom: 0; }

.section-black .section__content h1.taxonomy--title {
  font-size: 7.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.section-info .section__head h1.artwork--title {
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 1.12;
}
.section-black .section__content .taxonomy--title + .taxonomy--subtitle-location {
  margin-top: -2rem;
}
.section-black .section__content .taxonomy--subtitle-location {
  font-weight: normal;
  font-size: 4rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-black .section__content h1.taxonomy--title {
    font-size: 4.2rem;
  }
  .section-info .section__head h1.artwork--title {
    font-size: 3.2rem;
    line-height: 1.1875;
  }
}

/* Equal height slides for Art of the Day */
.hero__aside .swiper { height: 100%; }
.hero__aside .swiper-slide { height: auto !important; }
.hero__aside .swiper-content { height: 100% !important; }

