@charset "UTF-8";
.c-page-title:not(.visually-hidden) {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-block-end: 1.25rem;
}
.node--contstrain-title .c-page-title:not(.visually-hidden) {
  max-inline-size: calc(var(--si-width-medium) + 40px);
  padding-inline: var(--si-space-40);
}
@media (min-width: 768px) {
  .node--contstrain-title .c-page-title:not(.visually-hidden) {
    max-inline-size: calc(var(--si-width-medium) + 80px);
  }
}
.node--hide-title .c-page-title:not(.visually-hidden) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}
.c-page-title:not(.visually-hidden) .c-page-title__content-inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}
.c-page-title:not(.visually-hidden) .c-page-title__eyebrow {
  font-size: var(--si-fs-body-16);
  line-height: var(--si-lh-body-16);
  font-weight: var(--si-fw-semibold);
  display: block;
  margin-block-end: 8px;
}
@media (min-width: 768px) {
  .c-page-title:not(.visually-hidden) .c-page-title__eyebrow {
    margin-block-end: 12px;
  }
}
@media (min-width: 1024px) {
  .c-page-title:not(.visually-hidden) {
    margin-block-end: 1.75rem;
  }
  .c-page-title:not(.visually-hidden).has-actions {
    flex-direction: row;
  }
}
.c-page-title:not(.visually-hidden).alt .c-page-title__text {
  font-size: var(--si-fs-heading-h1-alt);
  line-height: var(--si-lh-heading-h1-alt);
}
.c-page-title:not(.visually-hidden).alt .c-page-title__tag {
  font-size: var(--si-fs-heading-h5);
  line-height: var(--si-lh-heading-h5);
}
.c-page-title:not(.visually-hidden) .links {
  margin: 0;
  padding: 0;
}
.c-page-title:not(.visually-hidden) .links .is-active {
  display: none;
}

.c-page-title__extra-content-inner-wrap {
  order: 3;
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-page-title__extra-content-inner-wrap {
    gap: 1.75rem;
  }
}
@media (min-width: 1440px) {
  .c-page-title__extra-content-inner-wrap {
    flex: 1;
  }
}
.c-page-title__extra-content-inner-wrap .meta-link {
  color: var(--si-color-black);
  background-image: linear-gradient(180deg, transparent 0, transparent calc(100% - 1px), currentColor calc(100% - 1px), currentColor 100%);
  background-position: 0 calc(100% - 0px);
  background-repeat: no-repeat;
  background-size: 0;
  display: inline;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
  transition: background-size 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  background-size: 100%;
  font-size: var(--si-fs-body-18);
  line-height: var(--si-lh-body-18);
  font-weight: var(--si-fw-regular);
}
.c-page-title__extra-content-inner-wrap .meta-link:hover, .c-page-title__extra-content-inner-wrap .meta-link:focus {
  background-size: 100%;
  text-decoration: none;
}
.c-page-title__extra-content-inner-wrap .meta-link:hover, .c-page-title__extra-content-inner-wrap .meta-link:focus {
  background-size: 0;
}
.c-page-title__extra-content-inner-wrap .meta-link:hover, .c-page-title__extra-content-inner-wrap .meta-link:focus {
  color: var(--si-color-black);
}

.c-page-title__cta-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.c-page-title__cta-wrap > p,
.c-page-title__cta-wrap > div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-page-title__cta-wrap {
    flex-direction: row;
    align-items: center;
    gap: 1.75rem;
  }
}

.c-page-title__back-link {
  font-size: var(--si-fs-body-16);
  line-height: var(--si-lh-body-16);
  color: var(--si-color-dark-blue);
  font-weight: var(--si-fw-regular);
  background-image: linear-gradient(180deg, transparent 0, transparent calc(100% - 1px), currentColor calc(100% - 1px), currentColor 100%);
  background-position: 0 calc(100% - 0px);
  background-repeat: no-repeat;
  background-size: 0;
  display: inline;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
  transition: background-size 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  background-size: 100%;
}
.c-page-title__back-link:hover, .c-page-title__back-link:focus {
  background-size: 100%;
  text-decoration: none;
}
.c-page-title__back-link:hover, .c-page-title__back-link:focus {
  background-size: 0;
}

.c-page-title__text {
  font-size: var(--si-fs-heading-h1);
  line-height: var(--si-lh-heading-h1);
  font-weight: var(--si-fw-semibold);
}

.c-page-title__tag {
  font-size: var(--si-fs-heading-h4);
  line-height: var(--si-lh-heading-h4);
  font-weight: var(--si-fw-regular);
  margin: 0;
}

.c-page-title--unit_news:not(.visually-hidden) {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .c-page-title--unit_news:not(.visually-hidden) {
    gap: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .c-page-title--unit_news:not(.visually-hidden) {
    flex-direction: row;
    align-items: center;
  }
}
.c-page-title--unit_news:not(.visually-hidden) .c-page-title__media {
  width: 100%;
  position: relative;
  height: 11.25rem;
}
@media (min-width: 768px) {
  .c-page-title--unit_news:not(.visually-hidden) .c-page-title__media {
    height: 18.75rem;
    max-width: 48rem;
  }
}
@media (min-width: 1440px) {
  .c-page-title--unit_news:not(.visually-hidden) .c-page-title__media {
    order: 2;
    flex: none;
    width: 37.5rem;
    height: 25rem;
  }
}
.c-page-title--unit_news:not(.visually-hidden) .c-page-title__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-page-title--unit_news:not(.visually-hidden) .c-page-title__website {
  margin: 1rem 0 0 0;
}
@media (min-width: 768px) {
  .c-page-title--unit_news:not(.visually-hidden) .c-page-title__website {
    margin: 1.75rem 0 0 0;
  }
}

.c-page-title--person:not(.visually-hidden) {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .c-page-title--person:not(.visually-hidden) {
    flex-direction: row;
    align-items: center;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .c-page-title--person:not(.visually-hidden) {
    gap: 2.5rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1440px) {
  .c-page-title--person:not(.visually-hidden) {
    gap: 3.75rem;
  }
}
.c-page-title--person:not(.visually-hidden) .c-page-title__media {
  flex: none;
  width: 100%;
}
@media (min-width: 768px) {
  .c-page-title--person:not(.visually-hidden) .c-page-title__media {
    width: 13.5rem;
  }
}
@media (min-width: 1024px) {
  .c-page-title--person:not(.visually-hidden) .c-page-title__media {
    width: 15.625rem;
  }
}
.c-page-title--person:not(.visually-hidden) .c-page-title__media img {
  width: 100%;
}

.c-page-title--search:not(.visually-hidden) form {
  gap: 12px;
}
@media (min-width: 1024px) {
  .c-page-title--search:not(.visually-hidden) form {
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .c-page-title--search:not(.visually-hidden) form {
    gap: 28px;
  }
}
.c-page-title--search:not(.visually-hidden) .c-page-title__eyebrow {
  font-size: var(--si-fs-body-32);
  line-height: var(--si-lh-body-32);
  display: block;
  font-weight: var(--si-fw-semibold);
  margin-block-end: 8px;
}
@media (min-width: 768px) {
  .c-page-title--search:not(.visually-hidden) .c-page-title__eyebrow {
    margin-block-end: 12px;
  }
}
.c-page-title--search:not(.visually-hidden) .page-title__search,
.c-page-title--search:not(.visually-hidden) .views-exposed-form {
  margin-block-start: var(--si-space-20);
}
.c-page-title--search:not(.visually-hidden) .page-title__search-results-summary {
  margin-block-start: var(--si-space-20);
}

.c-page-title--news:not(.visually-hidden) .c-page-title__content-inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .c-page-title--news:not(.visually-hidden) .c-page-title__content-inner-wrap {
    gap: 0.75rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .c-page-title--news:not(.visually-hidden) .c-page-title__content-inner-wrap {
    gap: 1.5rem;
    padding-bottom: 1.75rem;
  }
}

.c-page-title:not(.c-page-title--unit_news) .c-page-title__new-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.5rem;
}
.c-page-title:not(.c-page-title--unit_news) .c-page-title__new-meta a {
  font-weight: var(--si-fw-regular);
}
.c-page-title:not(.c-page-title--unit_news) .c-page-title__new-meta *,
.c-page-title:not(.c-page-title--unit_news) .c-page-title__new-meta a {
  font-size: var(--si-fs-body-16);
  line-height: var(--si-lh-body-16);
}
.c-page-title:not(.c-page-title--unit_news) .c-page-title__new-meta > * {
  color: var(--si-color-dark-gray);
  position: relative;
  display: inline-flex;
}
.c-page-title:not(.c-page-title--unit_news) .c-page-title__new-meta > *:not(:last-child)::after {
  content: "•";
  margin-right: 0.6875rem;
  margin-left: 0.9375rem;
}
@media (min-width: 768px) {
  .c-page-title:not(.c-page-title--unit_news) .c-page-title__new-meta {
    margin-top: 0;
  }
}

.c-page-title.c-page-title--unit_news .c-page-title__new-meta {
  display: grid;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin-top: 0.75rem;
  font-size: var(--si-fs-body-20);
  line-height: var(--si-lh-body-20);
}
.c-page-title.c-page-title--unit_news .c-page-title__new-meta a:not(.button) {
  color: var(--si-color-black);
  background-image: linear-gradient(180deg, transparent 0, transparent calc(100% - 1px), currentColor calc(100% - 1px), currentColor 100%);
  background-position: 0 calc(100% - 0px);
  background-repeat: no-repeat;
  background-size: 0;
  display: inline;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
  transition: background-size 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
.c-page-title.c-page-title--unit_news .c-page-title__new-meta a:not(.button):hover, .c-page-title.c-page-title--unit_news .c-page-title__new-meta a:not(.button):focus {
  background-size: 100%;
  text-decoration: none;
}
.c-page-title.c-page-title--unit_news .c-page-title__new-meta a:not(.button):hover, .c-page-title.c-page-title--unit_news .c-page-title__new-meta a:not(.button):focus {
  color: var(--si-color-black);
  text-decoration: none;
}

.c-page-title__new-meta a {
  background-image: linear-gradient(180deg, transparent 0, transparent calc(100% - 1px), currentColor calc(100% - 1px), currentColor 100%);
  background-position: 0 calc(100% - 0px);
  background-repeat: no-repeat;
  background-size: 0;
  display: inline;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
  transition: background-size 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  background-size: 100%;
}
.c-page-title__new-meta a:hover, .c-page-title__new-meta a:focus {
  background-size: 100%;
  text-decoration: none;
}
.c-page-title__new-meta a:hover, .c-page-title__new-meta a:focus {
  background-size: 0;
}

.c-page-title__author {
  flex: none;
  width: 100%;
}
@media (min-width: 768px) {
  .c-page-title__author {
    width: auto;
    flex: auto;
  }
}

.c-page-title--news .c-page-title__text {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  .c-page-title--news .c-page-title__text {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .c-page-title--news .c-page-title__text {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 1440px) {
  .c-page-title--news .c-page-title__text {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

.c-page-title--news .c-page-title__tag {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media (min-width: 768px) {
  .c-page-title--news .c-page-title__tag {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .c-page-title--news .c-page-title__tag {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 1440px) {
  .c-page-title--news .c-page-title__tag {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

.c-page-title--location:not(.visually-hidden) {
  gap: 1.25rem;
}
.c-page-title--location:not(.visually-hidden) .c-page-title__content-inner-wrap {
  order: 1;
}
.c-page-title--location:not(.visually-hidden) .c-page-title__media {
  order: 2;
  max-width: 34.5rem;
}
@media (min-width: 1440px) {
  .c-page-title--location:not(.visually-hidden) .c-page-title__media {
    flex: none;
  }
}
@media (min-width: 768px) {
  .c-page-title--location:not(.visually-hidden) {
    gap: 1.75rem;
  }
}
@media (min-width: 1440px) {
  .c-page-title--location:not(.visually-hidden) {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2.5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .c-page-title--location:not(.visually-hidden) .c-page-title__content-inner-wrap {
    flex: none;
    width: 100%;
  }
}

.c-page-title--location .c-alert {
  align-self: flex-start;
  padding: 0;
}
.c-page-title--location .c-alert .c-alert-wrap {
  padding: 0;
}

.c-page-title--location .c-page-title__location-meta-inner-wrap {
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .c-page-title--location .c-page-title__location-meta-inner-wrap {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 5.0625rem;
         column-gap: 5.0625rem;
  }
}

.c-page-title--location .c-page-title__location-meta-inner-wrap-first {
  display: flex;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .c-page-title--location .c-page-title__location-meta-inner-wrap-first {
    width: 50%;
    padding: 0.75rem 0;
    gap: 0.5rem;
  }
}

.c-page-title--location .c-page-title__location-meta-inner-wrap-second {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .c-page-title--location .c-page-title__location-meta-inner-wrap-second {
    width: 50%;
    padding: 0.75rem 0;
    position: relative;
  }
  .c-page-title--location .c-page-title__location-meta-inner-wrap-second::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.5625rem;
    width: 1px;
    height: 100%;
    background-color: var(--si-color-light-gray);
  }
}

.c-page-title--location .c-page-title__address-wrap {
  display: flex;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .c-page-title--location .c-page-title__address-wrap {
    gap: 0.5rem;
  }
}
.c-page-title--location .c-page-title__address-wrap p {
  margin: 0;
}

.c-page-title--location .c-page-title__address-icon {
  flex: none;
  width: 1.375rem;
  height: 1.375rem;
}
@media (min-width: 768px) {
  .c-page-title--location .c-page-title__address-icon {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.c-page-title--location .c-page-title__address-icon .icon {
  block-size: 1.375rem;
  inline-size: 1.375rem;
}
@media (min-width: 768px) {
  .c-page-title--location .c-page-title__address-icon .icon {
    block-size: 1.625rem;
    inline-size: 1.625rem;
  }
}

.c-page-title--location .address-link {
  color: var(--si-color-black);
  background-image: linear-gradient(180deg, transparent 0, transparent calc(100% - 1px), currentColor calc(100% - 1px), currentColor 100%);
  background-position: 0 calc(100% - 0px);
  background-repeat: no-repeat;
  background-size: 0;
  display: inline;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
  transition: background-size 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  background-size: 100%;
  font-weight: var(--si-fw-regular);
}
.c-page-title--location .address-link:hover, .c-page-title--location .address-link:focus {
  background-size: 100%;
  text-decoration: none;
}
.c-page-title--location .address-link:hover, .c-page-title--location .address-link:focus {
  background-size: 0;
}
.c-page-title--location .address-link:hover, .c-page-title--location .address-link:focus {
  color: var(--si-color-black);
}

.c-page-title--location .c-page-title__map-link .c-link,
.c-page-title--location .c-page-title__floor-map-link .c-link {
  padding-inline-start: 1.875rem;
}
.c-page-title--location .c-page-title__map-link .c-link:hover, .c-page-title--location .c-page-title__map-link .c-link:focus,
.c-page-title--location .c-page-title__floor-map-link .c-link:hover,
.c-page-title--location .c-page-title__floor-map-link .c-link:focus {
  color: var(--si-color-black);
}
.c-page-title--location .c-page-title__map-link .c-link:hover .icon, .c-page-title--location .c-page-title__map-link .c-link:focus .icon,
.c-page-title--location .c-page-title__floor-map-link .c-link:hover .icon,
.c-page-title--location .c-page-title__floor-map-link .c-link:focus .icon {
  background-color: var(--si-color-black);
}
@media (min-width: 768px) {
  .c-page-title--location .c-page-title__map-link .c-link,
  .c-page-title--location .c-page-title__floor-map-link .c-link {
    padding-inline-start: 2.125rem;
  }
}
.c-page-title--location .c-page-title__map-link .c-link .icon,
.c-page-title--location .c-page-title__floor-map-link .c-link .icon {
  block-size: 1.375rem;
  inline-size: 1.375rem;
}
@media (min-width: 768px) {
  .c-page-title--location .c-page-title__map-link .c-link .icon,
  .c-page-title--location .c-page-title__floor-map-link .c-link .icon {
    block-size: 1.625rem;
    inline-size: 1.625rem;
  }
}

.c-page-title--location .c-page-title__hours-icon {
  flex: none;
  width: 1.375rem;
  height: 1.375rem;
}
@media (min-width: 768px) {
  .c-page-title--location .c-page-title__hours-icon {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.c-page-title--location .c-page-title__hours-icon .icon {
  block-size: 1.375rem;
  inline-size: 1.375rem;
}
@media (min-width: 768px) {
  .c-page-title--location .c-page-title__hours-icon .icon {
    block-size: 1.625rem;
    inline-size: 1.625rem;
  }
}

.c-page-title--location .c-my-visit__trigger {
  width: -moz-fit-content;
  width: fit-content;
}

.c-page-title--collection:not(.visually-hidden) .c-page-title__content-inner-wrap {
  gap: 0.5rem;
}

.c-page-title--collection.c-page-title .c-page-title__category a,
.c-page-title--collection.c-page-title .c-page-title__collection-link {
  color: var(--si-color-dark-blue);
  font-size: 1.25rem;
  font-weight: var(--si-fw-regular);
  line-height: 1.75rem;
  margin: 0;
}
@media (min-width: 768px) {
  .c-page-title--collection.c-page-title .c-page-title__category a,
  .c-page-title--collection.c-page-title .c-page-title__collection-link {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .c-page-title--collection.c-page-title .c-page-title__category a,
  .c-page-title--collection.c-page-title .c-page-title__collection-link {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

.c-page-title--events:not(.visually-hidden) {
  gap: 1.75rem;
}
.c-page-title--events:not(.visually-hidden) .c-page-title__content-inner-wrap {
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .c-page-title--events:not(.visually-hidden) .c-page-title__content-inner-wrap {
    gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .c-page-title--events:not(.visually-hidden) .c-page-title__content-inner-wrap {
    gap: 0.75rem;
  }
}

.c-page-title--events .c-page-title__text {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  .c-page-title--events .c-page-title__text {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .c-page-title--events .c-page-title__text {
    font-size: 3.75rem;
    line-height: 4.5rem;
  }
}

.c-page-title--events .c-page-title__actions {
  background-color: var(--si-color-yellow);
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.75rem;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .c-page-title--events .c-page-title__actions {
    width: auto;
  }
}

.c-page-title--events .c-page-title__action-link {
  font-size: var(--si-fs-body-18);
  line-height: var(--si-lh-body-18);
}

.c-page-title--events .c-page-title__actions .c-link {
  padding-inline-start: 1.625rem;
}
.c-page-title--events .c-page-title__actions .c-link:hover, .c-page-title--events .c-page-title__actions .c-link:focus {
  color: var(--si-color-black);
}
.c-page-title--events .c-page-title__actions .c-link:hover .icon, .c-page-title--events .c-page-title__actions .c-link:focus .icon {
  background-color: var(--si-color-black);
}
@media (min-width: 768px) {
  .c-page-title--events .c-page-title__actions .c-link {
    padding-inline-start: 1.875rem;
  }
}

.c-page-title--events .c-page-title__actions .c-link .icon {
  block-size: 1.375rem;
  inline-size: 1.375rem;
}
@media (min-width: 768px) {
  .c-page-title--events .c-page-title__actions .c-link .icon {
    block-size: 1.625rem;
    inline-size: 1.625rem;
  }
}

.c-page-title--exhibitions {
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .c-page-title--exhibitions {
    gap: 1.75rem;
  }
}
.c-page-title--exhibitions .c-page-title__text {
  margin-block: 12px;
}
.c-page-title--exhibitions .c-page-title__date {
  font-size: var(--si-fs-heading-h4);
  line-height: var(--si-lh-heading-h4);
  color: var(--si-color-black);
  font-weight: 500;
}