@charset "UTF-8";
/* -------------------------------------------*\
  Editor content scss file, shared w/Dm Admin
\*------------------------------------------- */
.template--museum main.content, .template--collections_search main.content, .template--user_profile main.content {
  background-color: #f2f2f2;
}

.template--museum .article:not(a.grid-item), .template--user_profile .article:not(a.grid-item) {
  margin: 0 auto;
  min-width: 200px;
  padding: 0 1rem;
}
@media (min-width: 540px) {
  .template--museum .article:not(a.grid-item), .template--user_profile .article:not(a.grid-item) {
    max-width: 524px;
    padding: 0;
  }
}
@media (min-width: 720px) {
  .template--museum .article:not(a.grid-item), .template--user_profile .article:not(a.grid-item) {
    max-width: 704px;
    padding: 0;
  }
}
@media (min-width: 900px) {
  .template--museum .article:not(a.grid-item), .template--user_profile .article:not(a.grid-item) {
    max-width: 884px;
    padding: 0;
  }
}
@media (min-width: 1080px) {
  .template--museum .article:not(a.grid-item), .template--user_profile .article:not(a.grid-item) {
    max-width: 1064px;
    padding: 0;
  }
}
.template--museum .meta__list, .template--user_profile .meta__list {
  border-top: 0;
  margin: 1rem 0;
  padding-top: 0;
}
.template--museum .meta__label, .template--user_profile .meta__label {
  font-size: 0.75rem;
}

.template--search .module--stack {
  color: white;
}

.school_article {
  gap: 15px;
  color: #000;
  font-style: normal;
  background: #f5f8f7;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}
.school_article .more_article_text {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #3a2e2d;
}

.school_article_title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  margin-left: 5%;
  margin-right: 5%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .school_article_title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .school_article_title {
    font-size: 20px;
  }
}

.school_article_section {
  padding-bottom: 4rem;
  margin: 0 auto;
  max-width: 830px;
}

.school_article_content ul {
  list-style: disc;
  margin-top: 1em;
  margin-bottom: 1em;
}

.school_article_content ol {
  list-style: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
}

.school_article_content ul li {
  margin-left: 1.5em;
}

.school_article_content ol li {
  margin-left: 1.5em;
}

.school_article_author_avatar {
  background: rgb(240, 241, 238);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.school_article_author_avatar > img {
  width: 100%;
  height: 100%;
}
.school_article_author_avatar > span {
  font-weight: normal;
}
.school_article_author_avatar--large {
  width: 2.5rem;
  height: 2.5rem;
}
.school_article_author_avatar--large > span {
  font-size: 1rem;
}

.school_article_author_avatar--xlarge {
  border: 1px solid #0C0B0F;
  width: 3.5rem;
  height: 3.5rem;
}
.school_article_author_avatar--xlarge > span {
  font-size: 1rem;
}

.school_article_author_name {
  display: flex;
  flex-direction: column;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.school_article_author_name__header > p {
  font-size: 1.5rem;
}
.school_article_author_name__header--home {
  text-decoration: none;
}
.school_article_author_name__header--home:hover {
  text-decoration: underline;
}

.school_article_author__flex {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  flex-direction: row;
  gap: 1rem;
  padding-top: 10px;
}
.school_article_author__flex--column {
  flex-direction: column;
}
.school_article_author__flex--align-center {
  align-items: center;
}
.school_article_author__flex--space-between {
  justify-content: space-between;
}
.school_article_author__flex a {
  text-decoration: none;
}
.school_article_author__flex a div {
  background: rgb(236, 213, 213);
  display: flex;
  align-items: center;
  justify-content: center;
}

.school_article_tag_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
}
.school_article_tag_container .school_article_tag {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #ffffff;
  padding: 5px;
  margin: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  text-align: center;
  display: inline-block;
  color: black;
}

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

@media (max-width: 480px) {
  .school_article_media {
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  .school_article_media {
    max-height: 400px;
  }
}
@media (min-width: 769px) {
  .school_article_media {
    max-height: 500px;
    width: 100%;
  }
}
.school_article_media img,
.school_article_media video {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .school_article_media img,
  .school_article_media video {
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  .school_article_media img,
  .school_article_media video {
    max-height: 400px;
  }
}
@media (min-width: 769px) {
  .school_article_media img,
  .school_article_media video {
    max-height: 500px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }
}

.media_caption_large_img {
  font-size: 0.875rem;
  line-height: 140%;
}
.media_caption_large_img .credits {
  font-size: 0.75rem;
  color: #727272;
  display: block;
}

.media_caption_small_img {
  font-size: 0.875rem;
  line-height: 140%;
  width: 250px;
}
.media_caption_small_img .credits {
  font-size: 0.75rem;
  color: #727272;
  display: block;
}

.video-container {
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article__document {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.article__document a {
  color: blue;
  text-decoration: none;
}

.school_article_description_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  margin-left: 5%;
  margin-right: 5%;
}

.school_article_description {
  max-width: 830px;
}

.school_article_description_text {
  font-weight: 400;
  line-height: 150%; /* 39px */
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .school_article_description_text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .school_article_description_text {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .school_article_description_text {
    font-size: 26px;
  }
}

.school_article_action {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #4f4f4f;
  border-bottom: 1px solid #4f4f4f;
}

.school_article_description_card_container {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 1.5rem;
  max-width: 830px;
  margin-block: auto;
}
@media (max-width: 640px) {
  .school_article_description_card_container {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .school_article_description_card_container .school_article_description_card_container {
    gap: 2.5rem;
  }
}

.school_article_description_cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  padding-block: 5px;
  align-items: stretch;
  gap: 1rem;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .school_article_description_cards {
    gap: 0.5rem;
    width: 100%;
  }
}
@media (min-width: 641px) {
  .school_article_description_cards {
    max-width: 250px;
  }
}

@media (max-width: 640px) {
  .school_article_description_cards {
    flex-direction: row; /* On larger screens, switch to row */
  }
}
.school_article_description_card {
  max-width: 100%;
  min-width: 250px;
  min-height: 160px;
  background-color: #fff;
  text-align: center;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 1.25rem 1.25rem 1.5rem;
  border-radius: 1rem;
}
@media (max-width: 640px) {
  .school_article_description_card {
    min-width: 167px;
    flex: 1;
  }
}

.school_article_card_title {
  color: var(--card-title-color, #000);
  font-size: 14px;
  font-weight: 700;
  line-height: 150%; /* 21px */
}

.school_article_card_body {
  white-space: pre-line;
  word-break: break-word;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.375;
  flex: 1 0 0;
}
@media (max-width: 1024px) {
  .school_article_card_body {
    font-size: 0.8125rem;
  }
}

.school_article_author_no_flex {
  display: flex;
  justify-content: flex-start;
}

.school_article_content {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .school_article_content {
    max-width: 100%;
  }
}
.school_article_content .button_container {
  display: flex;
  flex-direction: column;
}
.school_article_content .button_container button {
  margin-top: 25px;
  margin-bottom: 30px;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 3px;
  border: 2px solid #0c0b0f;
  background-color: transparent;
  width: 80%;
  font-weight: 700;
}
.school_article_content .button_container button:hover {
  cursor: pointer;
  background-color: #0c0b0f;
  color: white;
}
.school_article_content .button_container button:hover > svg > path {
  fill: white;
}
.school_article_content .button_container .author_name {
  font-size: 24px;
  font-weight: 700;
}

.school_article_competence_goal_title {
  font-size: 25px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .school_article_competence_goal_title {
    margin-left: 0.5rem;
  }
}

.school_article_competence_goal_body {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .school_article_competence_goal_body {
    margin: 0.5rem;
  }
}
.school_article_competence_goal_body p {
  margin-bottom: 1.5rem;
}

.school_article_VM_card_container {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .school_article_VM_card_container {
    margin: 0.5rem;
  }
}

.school_kit_vm_card:not(:last-child) {
  margin-bottom: 70px;
}

.school_article_competence_goal_expandable_element_container {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}
.school_article_competence_goal_expandable_element_container:hover {
  cursor: pointer;
}
.school_article_competence_goal_expandable_element_container .school_article_competence_goal_expandable_element_svg {
  width: 25px;
  height: 25px;
  border-radius: 50%; /* Create a circular background */
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.school_article_competence_goal_expandable_element_container .school_article_competence_goal_expandable_element_text {
  font-size: 1rem;
  font-weight: 400;
}
.school_article_competence_goal_expandable_element_container .school_article_competence_goal_expandable_element_text:hover {
  font-weight: 800;
}
.school_article_competence_goal_expandable_element_container .school_article_competence_goal_expandable_element_text > p {
  border-bottom: 1px dotted #000;
}
@media (max-width: 768px) {
  .school_article_competence_goal_expandable_element_container {
    margin-left: 0.5rem;
  }
}

.school_media_slideshow {
  width: 400px;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .school_media_slideshow {
    width: 300px;
    margin-left: 0;
  }
}

.school_media_slideshow_wrapper {
  overflow-x: hidden;
}

.school_article_competence_goal_expand {
  transition: max-height 0.3s ease;
  overflow: hidden;
  max-height: 0;
  line-height: 160%;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: #D9DFEB;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  color: #000;
}
.school_article_competence_goal_expand .title_1 {
  font-size: 1rem;
  font-weight: 700;
}
.school_article_competence_goal_expand .title_2 {
  font-size: 0.875rem;
  font-weight: 700;
}
.school_article_competence_goal_expand .list {
  font-weight: 400;
  font-size: 0.875rem;
  list-style-type: disc;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .school_article_competence_goal_expand {
    margin: 0.5rem;
  }
}

.school_article_other_description_media {
  margin-bottom: 5px;
}
.school_article_other_description_media img, .school_article_other_description_media video {
  margin-bottom: 0.3125rem;
}
@media (max-width: 480px) {
  .school_article_other_description_media img, .school_article_other_description_media video {
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .school_article_other_description_media img, .school_article_other_description_media video {
    object-fit: cover;
  }
}
@media (min-width: 769px) {
  .school_article_other_description_media img, .school_article_other_description_media video {
    object-fit: cover;
  }
}
.school_article_other_description_media audio {
  margin-bottom: -30px;
}

.school-media-left-layout {
  overflow: hidden;
}

.school-media-left-layout > figure {
  float: left;
  margin-right: 1rem;
  line-height: 1.5;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .school-media-left-layout > figure {
    max-width: 100%;
  }
}

.school-media-left-layout > div {
  margin-top: 0;
}

.school-media-right-layout {
  overflow: hidden;
}

.school-media-right-layout > figure {
  float: right;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .school-media-right-layout > figure {
    object-fit: cover;
  }
}

.school-media-right-layout > div {
  margin-top: 0;
}

.school-media-default-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.submitted {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: visibility 0s 1s, opacity 1s linear !important;
}

.physical_visit_form_container {
  border-radius: 16px;
  background: #F5FAF8;
  box-shadow: 2px 12px 150px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
  width: 100%;
  align-items: center;
}
.physical_visit_form_container .physical_visit_form_second_container {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 540px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .physical_visit_form_container .physical_visit_form_second_container {
    width: 100%;
  }
}
.physical_visit_form_container .physical_visit_form_second_container h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 768px) {
  .physical_visit_form_container .physical_visit_form_second_container h2 {
    font-size: 20px;
  }
}
.physical_visit_form_container .physical_visit_form_second_container label {
  color: var(--DM-black, #3A2E2D);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 768px) {
  .physical_visit_form_container .physical_visit_form_second_container label {
    font-size: 12px;
  }
}
.physical_visit_form_container .physical_visit_form_second_container input, .physical_visit_form_container .physical_visit_form_second_container textarea {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border: 2px solid var(--DM-gray, #4F4F4F);
  background: #FFF;
  margin-bottom: 1rem;
}
.physical_visit_form_container .physical_visit_form_second_container button {
  margin-top: 25px;
  margin-bottom: 30px;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 3px;
  border: 2px solid #0C0B0F;
  background-color: transparent;
  width: 100%;
}
.physical_visit_form_container .physical_visit_form_second_container button:hover {
  cursor: pointer;
  background-color: black;
  color: white;
}
.physical_visit_form_container .physical_visit_form_second_container .school_article_form_input_field_custom_height {
  height: 122px;
  font-size: 14px;
}
.physical_visit_form_container .physical_visit_form_second_container input::placeholder, .physical_visit_form_container .physical_visit_form_second_container textarea::placeholder {
  font-size: 14px;
  overflow-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 768px) {
  .physical_visit_form_container .physical_visit_form_second_container input::placeholder, .physical_visit_form_container .physical_visit_form_second_container textarea::placeholder {
    font-size: 12px;
  }
}

.school {
  gap: 10px;
  color: #3a2e2d;
  font-style: normal;
  line-height: normal;
  background: white;
  justify-content: center;
}

.school-header {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
}

.school-header__branding {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.school-header__branding--dm {
  color: var(--DM-black, #3a2e2d);
}
.school-header__branding--dm:after {
  content: " ";
}
.school-header__branding--school {
  display: flex;
  letter-spacing: -0.02rem;
}

.school-header__welcome-text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 10px;
}

@media (min-width: 1025px) {
  .school-search__options {
    display: inline;
    float: right;
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .school-search__options {
    border-top: 1px solid #1b1b1b;
    width: 100%;
  }
}

.school_filter_card_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.school_filter_card {
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  background: rgba(222, 231, 228, 0.2);
  height: fit-content;
  width: fit-content;
  max-width: 195px;
}

.school_filter_card_text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  width: 142px;
}

@media (max-width: 768px) {
  .school_filter_card {
    display: none; /* Hide cards on mobile screens */
  }
}
.school_cards_article_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.school_cards_article_container .school_card_article {
  position: relative;
  width: 340px;
  flex-direction: column;
  display: flex;
  align-self: stretch;
  border-radius: 16px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}
.school_cards_article_container .school_card_article .school_card_image {
  width: 100%;
  border-radius: 16px;
  align-self: stretch;
}
.school_cards_article_container .school_card_article .school_card_image img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.school_cards_article_container .school_card_article .school_card_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.125rem 1.25rem 1.375rem 1.25rem;
  gap: 0.375rem;
}
.school_cards_article_container .school_card_article .school_card_content .title {
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-wrap: balance;
  overflow: hidden;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  max-width: 100%;
  margin: 0;
  margin-block: 0;
  margin-inline: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .school_cards_article_container .school_card_article .school_card_content .title {
    font-size: 18px;
  }
}
.school_cards_article_container .school_card_article .school_card_content .subtitle {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.375rem;
}
@media (max-width: 768px) {
  .school_cards_article_container .school_card_article .school_card_content .subtitle {
    margin-bottom: 0.25rem;
  }
}
.school_cards_article_container .school_card_article .school_card_content .tags {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  gap: 0.25rem;
}
.school_cards_article_container .school_card_article .school_card_content .tags .tag {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}
.school_cards_article_container .school_card_article .school_card_content .description {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin: 20px;
  font-weight: 400;
  font-size: 12px;
}
.school_cards_article_container .school_card_article:hover {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .school_cards_article_container {
    flex-wrap: wrap;
  }
}

.school_homepage_card_container {
  flex-wrap: wrap;
  max-width: 1064px;
  margin: 0 auto 2rem;
}

.dm_button {
  justify-content: left;
  align-items: center;
  padding: 1rem 0 1rem;
}

.show_more_article_card_button_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 3rem 0;
  font-size: 0.875rem;
}

.tag {
  border-radius: 4px;
  border: 1px solid #F1EBE5;
  background: #FFF;
  font-weight: 400;
  font-size: 13px;
  padding: 4px 5px;
}

.school_frontpage_block {
  display: flex;
  border-radius: 16px;
  background: rgba(222, 231, 228, 0.2);
  padding: 40px 48px 48px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  margin-top: 20px;
  margin-left: 80px;
  margin-right: 80px;
}

.school_frontpage_block_title {
  display: flex;
  justify-content: space-between; /* Place items at both ends of the row */
  align-items: center;
  width: 100%;
  /* Additional styling for the <p> element (if needed) */
}
.school_frontpage_block_title .school_frontpage_block_title_right_content {
  margin-left: auto; /* Push to the rightmost side */
}
.school_frontpage_block_title .school_frontpage_block_title_left_content {
  display: flex; /* Make the child elements flex items */
  align-items: center; /* Center vertically within the container */
}
.school_frontpage_block_title .school_frontpage_block_title_left_content > div {
  flex: 1; /* Allow the first div to grow and take available space */
}
.school_frontpage_block_title .school_frontpage_block_title_left_content > p {
  /* Add your styles for the <p> element here */
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-top {
  0%, 40% {
    transform: translateY(0);
  }
  65% {
    animation-timing-function: ease-in;
    transform: translateY(-2rem);
  }
  75% {
    animation-timing-function: linear;
    transform: translateY(0);
  }
  82% {
    transform: translateY(-0.75rem);
  }
  87% {
    transform: translateY(0);
  }
  93% {
    transform: translateY(-0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes draw-stroke {
  0% {
    stroke-dashoffset: var(--dashLength);
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-divider {
  0% {
    stroke-dashoffset: var(--dashLength);
  }
  12.5% {
    stroke-dashoffset: var(--dashLength);
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fill-text {
  0% {
    fill-opacity: 0;
  }
  50% {
    fill-opacity: 1;
  }
  100% {
    fill-opacity: 1;
  }
}
@-webkit-keyframes draw-stroke {
  0% {
    stroke-dashoffset: var(--dashLength);
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes draw-divider {
  0% {
    stroke-dashoffset: var(--dashLength);
  }
  12.5% {
    stroke-dashoffset: var(--dashLength);
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fill-text {
  0% {
    fill-opacity: 0;
  }
  50% {
    fill-opacity: 1;
  }
  100% {
    fill-opacity: 1;
  }
}
.loading-indicator {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 12px;
}

.dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: black;
  border-radius: 50%;
  animation: bounce 1s ease-in-out infinite;
}

.dot:nth-child(2) {
  left: 16px;
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  left: 32px;
  animation-delay: 0.4s;
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.article--museum h2 {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 1080px) {
  .article--museum h2 {
    font-size: 1.25rem;
  }
}
.article--museum h3 {
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 1080px) {
  .article--museum h3 {
    font-size: 1.125rem;
  }
}

.museum-body {
  margin-bottom: 1.5rem;
}
@media (min-width: 1080px) {
  .museum-body {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 0) {
  .museum-body .article__content, .museum-body .row--grid {
    max-width: 100%;
  }
}
@media (min-width: 540px) {
  .museum-body .article__content, .museum-body .row--grid {
    max-width: 540px;
  }
}
@media (min-width: 720px) {
  .museum-body .article__content, .museum-body .row--grid {
    max-width: 720px;
  }
}
@media (min-width: 1080px) {
  .museum-body .article__content, .museum-body .row--grid {
    max-width: 1064px;
  }
}
@media (min-width: 540px) {
  .museum-body .article__content .module--small, .museum-body .row--grid .module--small {
    max-width: 178px;
    width: 100%;
  }
}

.museum__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.museum__header .show-in-map-link {
  padding: 0.3em 0 0;
  font-size: 0.875rem;
}

.museum__flex {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.museum__flex--column {
  flex-direction: column;
}
.museum__flex--align-center {
  align-items: center;
}
.museum__flex--space-between {
  justify-content: space-between;
}
.museum__flex--div-end div:nth-child(n+2):last-of-type {
  margin-left: auto;
}

.museum-avatar {
  border-radius: 50%;
  border-width: 0;
  overflow: hidden;
  flex-shrink: 0;
}
.museum-avatar > img {
  width: 100%;
  height: 100%;
  background: white;
}
.museum-avatar > span {
  font-weight: bold;
}
.museum-avatar--small {
  width: 1.25rem;
  height: 1.25rem;
}
.museum-avatar--small > span {
  font-size: 0.75rem;
}
.museum-avatar--medium {
  width: 1.5rem;
  height: 1.5rem;
}
.museum-avatar--medium > span {
  font-size: 1rem;
}
.museum-avatar--large {
  width: 2rem;
  height: 2rem;
}
.museum-avatar--large > span {
  font-size: 1.125rem;
}
.museum-avatar--xl {
  width: 3rem;
  height: 3rem;
}
.museum-avatar--xl > span {
  font-size: 1.1875rem;
}
.museum-avatar--absolute {
  position: absolute;
  margin: 0.5rem;
}
.museum-avatar--link-wrapper > a {
  align-items: center;
  display: flex;
  gap: 1rem;
  text-decoration: none;
}
.museum-avatar--name {
  display: flex;
  align-items: center;
  justify-content: center;
}
.museum-avatar--font-xs > span {
  font-size: 0.625rem;
}
.museum-avatar--white {
  background: white;
  color: var(--DM-black--opacity-56);
}
.museum-avatar--black {
  background: var(--DM-black);
  color: white;
  border: 1px solid white;
}
.museum-avatar--grey {
  background: #6F6969;
  color: white;
  border: 1px solid white;
}
.museum-avatar--yellow {
  background: #F5D278;
  color: var(--DM-black);
  border: 1px solid white;
}
.museum-avatar--overlap {
  margin-left: -0.2rem;
}

.museum-calendar-events {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.museum-calendar-event {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0.5rem;
  gap: 0.875rem;
  background-color: #FFF;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  height: 6rem;
  overflow: hidden;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.museum-calendar-event h2 {
  font-size: 1rem;
  margin: 0;
}
.museum-calendar-event-date {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
.museum-calendar-event-date > span {
  font-size: 0.875rem;
}
.museum-calendar-event-date > p {
  font-size: 2rem;
  margin: 0;
}
.museum-calendar-event-thumbnail {
  flex-basis: 5rem;
  height: 100%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.museum-calendar-event-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

/* card wrapper */
.museum-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: left;
  margin-bottom: 1rem;
}
@media (min-width: 720px) {
  .museum-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

/* end card wrapper */
/* base */
.museum-card {
  background-color: #FFFFFF;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
}
.museum-card.collapse {
  display: none;
}
.user-section__folders .museum-card {
  margin-bottom: 0.75rem;
}
.template--museum .museum-card, .template--user_profile .museum-card {
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 1px -1px, rgba(0, 0, 0, 0.14) 0 1px 1px 0px, rgba(0, 0, 0, 0.12) 0 1px 3px 0px;
}
.museum-card h2 {
  font-size: 1rem;
  margin: 0;
}
.museum-card:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08);
  transform: translate(0, -2px);
}

.section--search-secondary .museum-card {
  background-color: #f2f2f2;
}
.section--search-secondary .museum-card__upper {
  background-color: #f2f2f2;
}

/* end base */
/* card sizes */
.museum-card--avatar {
  width: 74px;
  height: 74px;
}

.museum-card--small {
  aspect-ratio: 164/246;
  width: 100%;
}
@media (min-width: 540px) {
  .template--museum .museum-card--small, .template--user_profile .museum-card--small {
    width: 164px;
    height: 246px;
  }
}
.museum-card--small--wide {
  aspect-ratio: 344/246;
  width: 100%;
  height: 100%;
}
@media (min-width: 720px) {
  .template--museum .museum-card--small--wide, .template--user_profile .museum-card--small--wide {
    width: 344px;
    height: 246px;
  }
}

.museum-card--large {
  width: 344px;
  height: 502px;
}
.museum-card--large--wide {
  width: 698px;
  height: 502px;
}

/* end card sizes */
.museum-card--button {
  background-color: #423f3c;
  width: 100%;
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.museum-card--button > button {
  border: 2px solid #000;
  border-radius: 1px;
  padding: 0.5rem 1.5rem;
  color: #000;
}
.museum-card--button > button:hover {
  background-color: #000;
  color: #FFF;
  cursor: pointer;
}

/* upper portion of a card */
.museum-card__upper {
  background-color: #423f3c;
  width: 100%;
  display: flex;
  flex: 0 0 65%;
  justify-content: center;
}

.museum-card__image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: inherit;
}
.museum-card__image.cover {
  background-size: cover;
}

.museum-card__grid {
  background-color: #FFFFF8;
  display: grid;
  gap: 0.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.museum-card__grid > div {
  background-color: #999999;
  background-size: cover;
  grid-column: span 1;
  grid-row: span 1;
}
.museum-card__grid > div:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

/* image wrapper */
.museum-card__flex {
  display: flex;
  gap: 2px;
  width: 100%;
  height: 100%;
}

.museum-card__flex--column {
  flex-direction: column;
}

.museum-card__flex--onethird {
  flex-basis: 34%;
}

.museum-card__flex--twothirds {
  flex-basis: 66%;
  flex-grow: 1;
}

/* start mosaic */
.museum-card__mosaic {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  width: 100%;
  height: 100%;
}

.museum-card__mosaic-top {
  display: flex;
  flex-basis: 70%;
  height: 100%;
  width: 100%;
  gap: 0.1em;
  flex-grow: 1;
}

.museum-card__mosaic-bot {
  display: flex;
  flex-basis: 30%;
  height: 100%;
  width: 100%;
  gap: 0.1em;
}

/* end mosaic */
/* end upper portion */
/* lower portion of a card */
.museum-card__lower {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 0 0 35%;
  padding: 0.5rem;
  justify-content: space-between;
  overflow: hidden;
}

.museum-card__header::before {
  content: " ";
  height: 28px;
  width: 28px;
  float: right;
}

.museum-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.museum-card__title--double {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: break-word;
}

.museum-card__byline {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 400;
  line-clamp: 1;
  line-height: 1.75;
  margin: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.museum-card__byline--hidden {
  display: none;
  visibility: hidden;
}

.museum-card__footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.5rem;
  align-items: center;
  overflow: hidden;
  font-size: 0.75rem;
}

.museum-card__metadata {
  font-family: "Roboto Mono", monospace;
  font-size: 0.65rem;
  font-weight: normal;
  opacity: 0.75;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* end lower portion */
/* start delete overlay */
.museum-card__delete-overlay {
  font-size: 1rem;
  cursor: default;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9294117647);
}
.museum-card__delete-overlay--hidden {
  display: none;
}

.museum-card__button--delete {
  position: absolute;
  bottom: 0;
  right: 0;
}

.museum-card__button {
  padding: 10%;
  width: 90%;
  border: 2px solid;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
}
.museum-card__button--confirm {
  background: #ed5e68;
  border-color: #ed5e68;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 1px -1px, rgba(0, 0, 0, 0.14) 0 1px 1px 0px, rgba(0, 0, 0, 0.12) 0 1px 3px 0px;
}
.museum-card__button--cancel {
  background: white;
  border-color: #000;
}
.museum-card__button--hidden {
  display: none;
}

/* end delete overlay */
.museum-body.museum-collection .feature-images {
  display: flex;
  position: relative;
  width: 100vw;
  left: -50vw;
  margin-left: 50%;
  justify-content: center;
  overflow: hidden;
}
.museum-body.museum-collection .feature-images .module--feature-image {
  flex: 0 0 auto;
}
.museum-body.museum-collection .feature-images .module--feature-image .module__media {
  top: 0;
}
.museum-body.museum-collection .feature-search {
  position: relative;
  top: -30px;
  padding: 1em;
  padding-bottom: 2.5em;
  background: white;
  text-align: center;
  max-width: 1064px;
  margin: 0 auto;
}
.museum-body.museum-collection .feature-search h2 {
  width: 100%;
}
.museum-body.museum-collection .feature-search .nav-search {
  display: block;
  width: 100%;
  max-width: 704px;
  margin: 0 auto;
}
.museum-body.museum-collection .feature-search .nav-search input[type=search]:focus {
  border-color: #4F4F4F;
}
.museum-body.museum-collection .collection-article {
  max-width: 704px;
  margin: 0 auto;
}
.museum-body.museum-collection .collection-article .meta__list {
  display: flex;
}
.museum-body.museum-collection .collection-article .meta__list li {
  margin: 0;
}
.museum-body.museum-collection .collection-article .meta__list li .meta__label {
  width: 100%;
}
.museum-body.museum-collection .museum-info-section h3 {
  margin-bottom: 1em;
}
.museum-body.museum-collection .museum-info-section p + p {
  margin-top: 0;
}
.museum-body.museum-collection .detail-section {
  margin: 2em 0 3em;
}
.museum-body.museum-collection .detail-section h4 {
  font-size: 1rem;
}
.museum-body.museum-collection .collection-article .module--dm .module__grid {
  background-color: #fff;
}
.museum-body.museum-collection .museum-body .frontpage__head {
  margin: 0 -1250px;
  width: unset;
}

.museum-collection-navigation {
  color: #EEE;
  background: #423f3c;
  display: flex;
  position: relative;
  width: 100vw;
  left: -50vw;
  margin-left: 50%;
  align-items: center;
  padding: 0 1rem;
  justify-content: space-between;
}
@media (min-width: 540px) {
  .museum-collection-navigation {
    justify-content: revert;
  }
}
.museum-collection-navigation a {
  text-decoration: none;
}
.museum-collection-navigation a:hover {
  text-decoration: underline;
}
.museum-collection-navigation > div:first-child {
  display: flex;
  align-items: center;
}

.museum-collection-breadcrumb {
  padding: 10px 16px;
  list-style: none;
  display: flex;
  white-space: nowrap;
}
.museum-collection-breadcrumb > li {
  display: flex;
  font-size: 0.9rem;
  font-weight: 600;
  align-items: center;
}
.museum-collection-breadcrumb > li:not(:first-child) {
  display: none;
}
@media (min-width: 540px) {
  .museum-collection-breadcrumb {
    max-width: 85vw;
  }
  .museum-collection-breadcrumb > li:not(:first-child) {
    display: flex;
  }
  .museum-collection-breadcrumb > li:last-child {
    overflow: hidden;
  }
}
.museum-collection-breadcrumb > li + li::before {
  padding: 8px;
  color: #EEE;
  content: "/ ";
}

.museum-collection-dropdown {
  position: relative;
  display: flex;
  gap: 0.5rem;
}

.museum-collection-dropdown__button {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.3rem solid #666361;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 4px;
}
.museum-collection-dropdown__button > svg {
  background: #666361;
}
.museum-collection-dropdown__button:hover > svg, .museum-collection-dropdown__button:active > svg, .museum-collection-dropdown__button.active > svg {
  background: #423f3c;
}

.museum-collection-dropdown__options {
  background: #F3F3F3;
  color: #000;
  position: absolute;
  z-index: 100;
  box-shadow: 2px 4px 32px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 1.125rem;
  right: 0;
  top: 2.5rem;
  inline-size: 25ch;
}
.museum-collection-dropdown__options li, .museum-collection-dropdown__options a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.museum-collection-dropdown__options > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: stretch;
}
.museum-collection-dropdown__options > ul > li {
  font-size: 1rem;
  line-height: 120%;
}
.museum-collection-dropdown__options.hidden {
  display: none;
}
.museum-collection-dropdown__options .selected {
  opacity: 30%;
}

.museum-collection-selected {
  display: flex;
}
@media (min-width: 540px) {
  .museum-collection-selected {
    display: none;
  }
}

.consolidated-media {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  container-type: inline-size;
  container-name: consolidated-media;
}
@media (min-width: 540px) {
  .consolidated-media {
    max-width: 540px;
  }
}
@media (min-width: 720px) {
  .consolidated-media {
    max-width: 720px;
  }
}
@media (min-width: 900px) {
  .consolidated-media {
    max-width: 900px;
  }
}
@media (min-width: 1080px) {
  .consolidated-media {
    max-width: 1080px;
  }
}

.consolidated-media-map {
  background-color: inherit;
  border-radius: 0.25rem;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.consolidated-media-map a > div {
  aspect-ratio: 1/0.8;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.consolidated-media-map:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
}
.consolidated-media-map:hover a > div {
  transform: scale(1.08);
}

@container consolidated-media (min-width: calc((200px * 2) + 1rem)) {
  .consolidated-media-map {
    grid-column: span 2;
  }
}
@container consolidated-media (min-width: calc((200px * 3) + 2rem)) {
  .consolidated-media-map {
    grid-column: span 3;
    grid-row: span 2;
  }
}
.museum-description {
  font-size: 1rem;
  padding-top: 1.25rem;
  text-wrap: pretty;
}
.museum-description strong {
  font-weight: 600;
}
.museum-description :first-child {
  margin-top: 0;
}
@media (min-width: 1080px) {
  .museum-description {
    font-size: 1.125rem;
  }
}

.museum-feed {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}
.museum-feed__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.museum-feed__header--items {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}

.museum-filter__navigation-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  font-size: 0.875rem;
}
@media (min-width: 540px) {
  .museum-filter__navigation-list {
    flex-direction: row;
  }
}
.museum-filter__navigation-list li > a {
  padding: 0.75rem 0;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.museum-filter__navigation-list li > a.active {
  border-color: #000;
}
.museum-filter__navigation-list li > a:hover {
  border-color: #000;
}

.museum-filter__navigation-item {
  width: 100%;
}
@media (min-width: 540px) {
  .museum-filter__navigation-item {
    width: revert;
  }
}

.museum-filter__group {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  gap: 0.5rem;
}

.museum-filter__parents {
  position: absolute;
  top: -110%;
  display: none;
}
.museum-filter__parents.show {
  display: block;
}

.museum-filter__children {
  position: absolute;
  top: 110%;
  display: none;
}
.museum-filter__children.show {
  display: block;
}

.museum-filter__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}

.header-media {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  aspect-ratio: 4/3;
}
.header-media__primary {
  flex: 1 0 66%;
}
.header-media__secondary {
  display: flex;
  flex-direction: row;
  gap: 0.1rem;
  flex: 1 0 33%;
}
.header-media__secondary__group {
  display: flex;
  flex-direction: row;
  gap: 0.1rem;
  overflow: hidden;
  flex: 1 0 50%;
}
.header-media__secondary__group--single {
  flex: 1 0 50%;
  overflow: hidden;
}
.header-media__secondary__group--double {
  display: flex;
  flex-direction: column;
  flex: 1 0 50%;
  overflow: hidden;
  gap: 0.1rem;
}
.header-media__secondary__group > .header-media__media {
  width: 50%;
  flex: 1 0 50%;
}
.header-media__secondary__group > .header-media__media:nth-child(2), .header-media__secondary__group > .header-media__media:nth-child(3) {
  flex: 1;
}
.header-media__secondary__group, .header-media__secondary__group > .header-media__media:nth-child(2), .header-media__secondary__group > .header-media__media:nth-child(3),
.header-media__secondary > .header-media__media {
  width: 50%;
}
.header-media__secondary__map {
  flex: 1 1 50%;
}
.header-media__link {
  height: 100%;
}
.header-media__link:focus-visible {
  outline-offset: -0.2rem;
}
@media (min-width: 1080px) {
  .header-media {
    aspect-ratio: 4/2;
    flex-direction: row;
  }
  .header-media__secondary {
    flex-direction: column;
  }
  .header-media__secondary__group {
    width: 100%;
  }
  .header-media__secondary__group > .header-media__media {
    width: 50%;
  }
  .header-media__secondary__group, .header-media__secondary__group > .header-media__media:nth-child(2), .header-media__secondary__group > .header-media__media:nth-child(3),
  .header-media__secondary > .header-media__media {
    height: 50%;
  }
}
.header-media__media {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-media__media > div {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.header-media__media > div,
.header-media__media > .media__map {
  transition: all 0.25s ease-out 0s;
  transform-origin: center center;
  -moz-transition: all 0.25s ease-out 0s;
  -ms-transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
  -webkit-transform-origin: center center;
}
.header-media__media > div:hover,
.header-media__media > .media__map:hover {
  transform: scale(1.05);
  will-change: transform;
}

.museum-hours table {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.museum-hours thead {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.museum-hours__thead--tr {
  display: flex;
  gap: 4px;
  width: 100%;
}
.museum-hours__thead--th {
  border: 0;
  flex-basis: 0;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  min-width: 0;
  padding: 0 0 0.5rem 0;
  text-align: left;
  text-transform: capitalize;
}
.museum-hours__tbody {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.museum-hours__tbody--tr {
  display: flex;
  gap: 4px;
  width: 100%;
}
.museum-hours__tbody--td, .museum-hours__tbody--td--closed {
  background-color: white;
  border: 0;
  flex-grow: 1;
  flex-basis: 0;
  min-height: 8rem;
  padding: 0.5rem;
}
.museum-hours__tbody--td > span, .museum-hours__tbody--td--closed > span {
  font-family: "Roboto Mono", monospace;
  font-weight: normal;
  font-size: 1.5rem;
}
.museum-hours__tbody--td > div, .museum-hours__tbody--td--closed > div {
  font-size: 1rem;
}
.museum-hours__tbody--td--closed {
  background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12) 1px, transparent 1px, transparent 9px);
}

.museum-info-section {
  display: block;
  width: 100%;
}
@media (min-width: 320px) {
  .museum-info-section {
    display: flex;
    flex-direction: column;
  }
}
.museum-info-section h2:not(.museum-card__title) {
  border-bottom: 1px solid #c6c6c6;
  margin: 2.5rem 0 0;
  padding-bottom: 0.5rem;
}
.museum-info-section .museum-ingress {
  font-size: 1.125rem;
  font-weight: 500;
  /* Headings in ingress will become prohibited */
}
.museum-info-section .museum-ingress p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 1080px) {
  .museum-info-section .museum-ingress {
    font-size: 1.375rem;
    text-wrap: pretty;
  }
}
.museum-info-section .museum-ingress h1 {
  display: none;
}

.museum-info-section--departments {
  max-width: 100%;
}

@media (min-width: 1080px) {
  .museum-info-desktop-columns .museum-info-section--visit {
    background-color: #fefefe;
    padding: 2rem;
  }
  .museum-info-desktop-columns .museum-info-section--visit h2 {
    font-size: 1.125rem;
    margin-top: 0;
    padding-bottom: 0.5rem;
    border: 0;
  }
  .museum-info-desktop-columns .museum-info-section--visit ul.meta__list li {
    display: flex;
    flex-direction: column;
    text-wrap: balance;
  }
  .museum-info-desktop-columns .museum-info-section--visit ul.meta__list li span {
    font-size: 0.9375rem;
  }
  .museum-info-desktop-columns .museum-info-section--visit ul.meta__list li span.meta__label {
    font-size: 0.75rem;
  }
  .museum-info-desktop-columns .museum-info-section--visit a.meta__link {
    font-size: 0.9375rem;
    border: none;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .museum-info-desktop-columns .museum-info-section--visit a.meta__link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1080px) {
  .museum-info-desktop-columns {
    display: grid;
    grid-template-columns: auto 33%;
    gap: 2.5rem;
  }
  .museum-description-desktop-column h2 {
    border: 0;
  }
  .museum-contact-desktop-column {
    padding-top: 0.375rem;
  }
}
.museum-media {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1080px) {
  .museum-media {
    margin-bottom: 2rem;
  }
}

.header-facets.museum ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: min-content 1fr;
  grid-auto-rows: 0;
  overflow: hidden;
}
@media (min-width: 640px) {
  .header-facets.museum ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1080px) {
  .header-facets.museum ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
.header-facets.museum li {
  display: inline-block;
  margin-bottom: 1rem;
  width: min-content;
  white-space: nowrap;
  max-width: 100%;
  border-left: 1px solid var(--DM-black, #3a2e2d);
  padding-left: 8px;
}
@media (max-width: 639px) {
  .header-facets.museum li:nth-of-type(3n+1) {
    border-left: none;
    padding-left: 0;
  }
}
@media (min-width: 640px) and (max-width: 1079px) {
  .header-facets.museum li:nth-of-type(4n+1) {
    border-left: none;
    padding-left: 0;
  }
}
@media (min-width: 1080px) {
  .header-facets.museum li:nth-of-type(6n+1) {
    border-left: none;
    padding-left: 0;
  }
}
.header-facets.museum li:not(:last-child) {
  padding-right: 10px;
}
.header-facets.museum li a {
  display: block;
  text-decoration: none;
}
.header-facets.museum li a:hover {
  text-decoration: underline;
}
.header-facets.museum li span {
  display: block;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-facets.museum li span:nth-child(1) {
  font-size: 1.125rem;
}
.header-facets.museum li span:nth-child(2) {
  font-size: 0.75rem;
}
@media (min-width: 450px) {
  .header-facets.museum li span:nth-child(1) {
    font-size: 1.375rem;
  }
  .header-facets.museum li span:nth-child(2) {
    font-size: 0.875rem;
  }
}

.header-facets.collection ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(10rem, 100%), 1fr));
  grid-template-rows: repeat(2, 1fr);
  grid-auto-rows: 0;
  overflow: hidden;
}
.header-facets.collection li {
  border-left: 1px solid black;
  padding-left: 0.5em;
  margin-bottom: 1rem;
}
.header-facets.collection li a {
  display: block;
  padding-right: 1.5rem;
  text-decoration: none;
}
.header-facets.collection li a:hover {
  text-decoration: underline;
}
.header-facets.collection li span {
  display: block;
  line-height: 1.25;
}
.header-facets.collection li span:nth-child(1) {
  font-size: 1.5rem;
}
.header-facets.collection li span:nth-child(2) {
  font-size: 0.875rem;
}

.museum-navigation__bar {
  display: flex;
  position: relative;
  border-top: 1px solid rgba(58, 46, 45, 0.3);
  box-shadow: inset 0 -1px 0 0 rgba(58, 46, 45, 0.3);
}
.museum-navigation__bar ul {
  display: flex;
  gap: 0.6rem 1.5rem;
  overflow-x: auto;
  padding-bottom: 1px;
}
.museum-navigation__bar ul li {
  display: flex;
  padding: 0;
  white-space: nowrap;
}
.museum-navigation__bar ul li a {
  font-family: "Roboto Mono", monospace;
  font-weight: normal;
  font-size: 0.875rem;
  padding: 1.25rem 0;
  align-items: center;
  text-decoration: none;
  box-shadow: none;
}
.museum-navigation__bar ul li a.active {
  box-shadow: inset 0 -2px 0 0 var(--DM-black, #3a2e2d);
}
.museum-navigation__bar ul li a:hover {
  box-shadow: inset 0 -2px 0 0 var(--DM-black, #3a2e2d);
}

.museum-navigation__header {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  gap: 1rem;
}
.museum-navigation__header__logo {
  max-width: 100px;
}
.museum-navigation__header h1 a {
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -0.0125em;
}
.museum-navigation__header h1 a:hover {
  text-decoration: underline;
}

section.museum-body .grid-container {
  margin-bottom: 3.5rem;
  padding-bottom: 1rem;
}
section.museum-body .museum-see-all-container {
  display: flex;
  justify-content: center;
}
section.museum-body .museum-see-all-container button {
  font-size: 0.875rem;
}

.museum-search__header a {
  text-decoration: none;
}
.museum-search__header a:hover {
  text-decoration: underline;
}

.museum-search__link-group {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}

.museum-search__button {
  border: 1px solid;
  border-radius: 2px;
  padding: 0.5rem 1rem;
}

.museum-search__filter-section[aria-expanded=true] {
  z-index: 2002;
}

.museum-search__show-more {
  background: #00d6b2;
  height: 50px;
  margin-bottom: 20px;
}
.museum-search__show-more:hover {
  background: #00AAEE;
}
.museum-search__show-more:disabled {
  background: #9d9d9d;
}

.museum-search__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.museum-footer {
  background: var(--DM-grey--light);
}
.museum-footer > div {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 1rem 2rem 1rem;
}
.museum-footer > div h2 {
  font-size: 1.5rem;
  white-space: normal;
}
.museum-footer > div div {
  font-size: 1.1875rem;
}
@media (min-width: 540px) {
  .museum-footer > div {
    max-width: 524px;
    padding: 0 0 2rem 0;
  }
  .museum-footer > div h2 {
    white-space: nowrap;
  }
}
@media (min-width: 720px) {
  .museum-footer > div {
    max-width: 704px;
    flex-direction: row;
  }
}
@media (min-width: 1080px) {
  .museum-footer > div {
    max-width: 1064px;
  }
}

.museum-tickets {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  font-size: 1.25rem;
}
.museum-tickets__rows {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (min-width: 540px) {
  .museum-tickets__rows {
    flex-direction: row;
  }
}
.museum-tickets__rows--item {
  flex: 1 1 min-content;
}
.museum-tickets__rows--item:not(:last-child) {
  white-space: nowrap;
}
.museum-tickets__rows--item > p {
  font-size: 1rem;
  margin: 1rem 0;
}
.museum-tickets__button {
  align-items: center;
  border: 2px solid;
  border-radius: 2px;
  cursor: pointer;
  display: inline-flex;
  font-weight: bold;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.75rem 1.25rem;
}

.museum-trending {
  margin-bottom: 1.5rem;
}
.museum-trending__header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 540px) {
  .museum-trending__header {
    align-items: flex-end;
    flex-direction: row;
  }
}
.museum-trending__header > h2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 1.5rem 0 1rem;
  text-align: left;
}
.museum-trending__header a.button--link {
  flex-shrink: 0;
  height: fit-content;
  margin-bottom: 0.7rem;
  font-size: 0.7em;
}
.museum-trending__header a.button--link > svg {
  margin: 0 0.25em -3px 0;
  position: relative;
}

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