* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: sans-serif; */
  font-family: helvetica, sans-serif;
  /* font-size: 20px;*/
  line-height: 1.4em;

}

body {
  --body-padding: 0.8rem;
  padding: 0 var(--body-padding);
}

input[type="checkbox"]:disabled+label::before {
  background: white !important;
}

input[type="checkbox"]:disabled+label:hover::before {
  background: white !important;
  border: 1px solid white !important;
}

strong {
  font-family: helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.enum_body strong {
  font-size: 16px;
}

html.noScroll {
  height: 100vh;
  overflow: hidden;
}

.mobileElem {
  display: none;
}

.mobileMarker {
  display: none;
}

.lightboxOverlay {
  height: 100vh !important;
  z-index: 1000000 !important;
}

.lb-outerContainer {
  height: unset !important;
  max-width: 50vw;
  /* width: unset !important; */
}

.blinki {
  padding: 5px 15px;
  /* background-color: green; */
  border-radius: 20px;
  border: 1px solid black;
  -webkit-animation: blink 1500ms infinite;
  -moz-animation: blink 1500ms infinite;
  animation: blink 1500ms infinite;
  animation-direction: alternate;
  /* transform: translateX(-16px); */
}

.overlayFooter .blinki {
  transform: translate(-16px, 5px);
}

.blinki * {
  /* font-weight: bold; */
  -webkit-animation: blinkText 1500ms infinite;
  -moz-animation: blinkText 1500ms infinite;
  animation: blinkText 1500ms infinite;
  animation-direction: alternate;
}

/* Skip Links for Accessibility */
.skip-links {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  z-index: 10001;
  border: 2px solid #fff;
  white-space: nowrap;
}

.skip-links a,
.skip-links a:visited {
  color: white;
}

.skip-link:focus {
  top: 6px;
  outline: none;
}


#main-content {
  scroll-margin-top: 140pt;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;

}

a:visited {
  color: inherit;
  text-decoration: none;
}


button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

button:hover,
button:focus,
button:active {
  color: inherit;
}


@-webkit-keyframes blink {
  0% {
    background-color: #fff;
  }

  100% {
    background-color: #000;
  }
}

@-moz-keyframes blink {
  0% {
    background-color: #fff;
  }

  100% {
    background-color: #000;
  }
}

@keyframes blink {
  0% {
    background-color: #fff;
  }

  100% {
    background-color: #000;
  }
}

@-webkit-keyframes blinkText {
  0% {
    color: #000;
  }

  100% {
    color: #fff;
  }
}

@-moz-keyframes blinkText {
  0% {
    color: #000;
  }

  100% {
    color: #fff;
  }
}

@keyframes blinkText {
  0% {
    color: #000;
  }

  100% {
    color: #fff;
  }
}

a {
  color: black;
  text-decoration: none;
}

.fullContainer {
  margin: 24px;
}

.navbar {
  position: relative;
  width: 100%;
}

.h1 {
  font-size: 30px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* xxx */
.navbar {
  position: relative;
  /* position: fixed; */
  /* top: 0; left: 0; */
  background-color: white;
  width: calc(100%);
  /* padding: 20px 20px 0 20px ; */
  z-index: 100;
}

.list_item_imgcontainer {
  width: 100%;
}

/* .filterSection.desktopElem { margin-top: 220px; } */
/* .menuHolder { margin-bottom: 0 !important; } */
.menuHome *,
.menuMenu {
  font-size: 16px;
}

.fullContainer {
  margin: 20px;
}

.menuOverlay.active {
  display: block;
  left: 0%;
  transition: all 500ms ease;
  position: fixed !important;
  overflow-x: hidden;
}

/* #content_container { margin-top: 200px; } */
#content_header img {
  position: relative;
  width: 100%;
  vertical-align: middle;
  aspect-ratio: 16/9;
  object-fit: cover;
}

#content_header_credits {
  position: relative;
  width: 100%;
  /* text-align: right; */
  font-size: 11px;
  margin-top: 10px;
  font-weight: normal;
}

@media screen and (max-width: 1000px) {
  .navbar {
    /* position: fixed; top: 0; left: 0; */
    background-color: white;
    width: calc(100%);
    /* padding: 20px 10px 0 10px; */
    z-index: 100;
  }

  .lb-0uterContainer {
    width: 90% !important;
    margin: 0 5% !important;
  }

  /* .filterSection.mobileElem { margin-top: 200px; } */
}

/* xxx end */
.logoSearchHolder {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 120px;
}

.logoHolder {
  height: 100%;
  max-height: 100px;
}

.logoHolder img {
  height: 100%;
}

.searchPlaceHolder {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.search_icon {
  width: 1.1rem;
  height: 1.1rem;
  /* margin-left: 15px; */
  cursor: pointer;
}

.search_icon .cls-2 {
  stroke: #000;
}

.menu_search_input {
  font-size: 1.1rem;
  height: 24px;
  width: 90px;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border: none;
}

.menu_search_input:focus-visible {
  outline: 2px solid blue;
  outline-offset: 2px;
  border-radius: 2px;
}

#menu_search_input:focus {
  width: 250px;
}

#menu_search_input.active {
  width: 250px;
  padding: 2px;
}

/* .searchHolder input { outline: none; border: none; width: 150px; } .searchHolder { display: flex; height: 20px; } .searchIcon { width: 20px; height: 20px; margin-right: 20px; cursor: pointer; } .searchHolder ::-webkit-input-placeholder { text-align:right; } .searchHolder input:-moz-placeholder { text-align:right; } */
.menuHolder {
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
  font-size: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  cursor: pointer;
  position: sticky;
  top: -1px;
  background-color: white;
  margin-bottom: 20px;
  z-index: 1000000;
}

.menuHolder>* {
  flex: 1;
  text-align: center;
  padding: 0;
  margin: 0;
}

.menuOverlay {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 100;
  /* -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; */
  transition: all 500ms ease;
}

.menuOverlay.active {
  display: block;
  left: 0%;
  transition: all 500ms ease;
  position: absolute;
  overflow-x: hidden;
}

.menuContainer {
  display: flex;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.leftMenuPart {
  position: relative;
  width: 66%;
}

.rightMenuPart {
  position: relative;
  padding: 20px;
  width: 34%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.overlayTopSection {
  display: flex;
  justify-content: space-between;
  height: 100px;
}

.overlayLogoHolder {
  height: 100%;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.overlayLogoHolder img {
  margin-left: 20px;
  height: 60px;
}

.closeOverlayHolder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-right: 20px;
  cursor: pointer;
}




.subMenuElem {
  color: black !important;
  text-align: left;
}

.keepItBlack {
  color: black !important;
}

/* .menuSlider { height: 300px; } */
.hlElem {
  width: 320px !important;
  margin-right: 20px;
}

.hlImg {
  width: 100%;
  height: 165px;
  margin-bottom: 10px;
}

.hlImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .menuSlickSlider { height: 360px !important; } .menuSlickSlider .slick-track { height: 360px !important; } */
.overlayFooter {
  display: flex;
}

.overlayFooterLeft {
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footerElem {
  margin-bottom: 5px;
  display: flex;
}

body.default-theme .newsButton {
  display: flex;
  width: 9.5rem;
  font-size: 1rem;
  background-color: black;
  color: white;
  padding: 0.25rem 0 0.25rem 0.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

body.default-theme .newsButton a {
  color: white;
}

.newsButton img {
  width: 1.3rem;
  height: auto;
  vertical-align: -0.35rem;

}

.scrollUpIcon img {
  width: 1.6rem;
  height: auto;
  margin: .8rem;
  transform: rotate(-45deg);
}

/* home */
.activeTagHeader {
  font-size: 36px;
  margin-bottom: 30px;
}

.activeTagHeader:empty {
  display: none;
}

.filterRow {
  display: flex;
  margin-bottom: 10px;
}

.rowName {
  flex-basis: 100px;
  margin-top: 8px;
}

.rowButtons {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 200px;
  flex-grow: 1;
}

.rowButtons *,
.exhibCatButtons * {
  margin-right: 5px;
}

body.academy-theme .exhibCatButton {
  background-color: black;
  color: white;
  border: 1px solid white;
}

.article-metatags {
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 2rem 0;
  gap: 1rem;
}

.artistButtons {
  display: flex;
  flex-wrap: wrap;
}

.artistElem {
  margin: 0 5px 5px 0;
}

.rowButton,
.exhibCatButton,
.artistElem {
  border: 1px solid black;
  border-radius: 30px;
  padding: 0.25rem 1rem;
  margin-bottom: 5px;
  font-size: .8rem;
}

.personList {
  margin-bottom: 50px;
}

.personHeader {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.rowButtons.clickable .rowButton:hover,
.rowButtons.clickable .rowButton.clicked,
.rowButton.clicked_mob {
  background-color: black;
  color: white;
  cursor: pointer;
}

.exhibCatButton.prettySure:hover,
.artistElem:hover {
  background-color: black;
  color: white;
  cursor: pointer;
}

.sliderArrowHolder {
  height: 30px;
  display: flex;
  justify-content: flex-end;
  /* justify-content: space-between; */
}

.leftArrowHolder img {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  image-rendering: -webkit-optimize-contrast;
  cursor: pointer;
}

.rightArrowHolder img {
  width: 16px;
  height: 16px;
  image-rendering: -webkit-optimize-contrast;
  margin-left: 10px;
  cursor: pointer;
}

.exhibSection {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
}

/* [UNUSED]
.exhibCard {
  margin-bottom: 20px;
  cursor: pointer;
}

.exhibImg {
  width: 100%;
  height: calc(((100vw - 60px) / 2) * 9 / 16);
  aspect-ratio: 16/9;
  background-color: lightsalmon;
  margin-bottom: 10px;
}

.exhibDate {
  margin-bottom: 10px;
}
*/

.exhibMoreHolder {
  margin-bottom: 15px;
}

.exhibMore {
  font-size: 16px;
}

.exhibCatButtons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: ;
}

/* detail */
.titleFont {
  font-size: 3rem;
  line-height: 1em;
  margin-bottom: 1rem;
  /* padding-top: 1rem; */
}

body.ocean-theme .titleFont {
  font-size: 2rem;
  line-height: 1em;
  /* padding-top: 1rem; */
}

.newBold {
  font-weight: 700;
  letter-spacing: 1px;
}

body.ocean-theme .newBold {
  font-weight: 400;
  padding-top: 1.2rem;
}

.newDate,
.newArtist {
  font-weight: normal;

}

.newDate {
  /* text-transform: capitalize; */
}

.detailGeneralInfoHolder {
  margin-bottom: 20px;
}

.detailTitle {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
}

.detailDate {
  font-size: 48px;
  font-weight: 300;
}

.detailImg {
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  aspect-ratio: 16/9;
}

.detailImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.imgCredits {
  color: lightgray;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.metaInfoElem {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
}

.metaHeader {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
}

.metaTitle {
  flex-basis: 200px;
  font-weight: 700;
  margin-top: 3px;
  letter-spacing: 1px;
  display: flex;
  /* align-items: center; */
}

.metaText {
  flex-basis: 500px;
  flex-grow: 1;
  font-weight: 400;
}


.relatedElem {
  display: flex;
  margin-bottom: 20px;
}


.oneCardItem {
  font-size: 16px;
}

.oneCardText {
  margin-top: 5px;
  font-size: 14px;
}

/* detail page */
.moduleContainer {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-bottom: 100px;
}

.moduleContainer.artistDetail {
  font-size: 20px;
  margin-left: unset;
  margin-right: unset;
  margin-top: 80px;
}

.moduleContainer.artistDetail span {
  background-color: unset !important;
  color: inherit !important;
}

.gridContainerRelated {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
  margin-bottom: 100px;
}

/* artists page */
.artistsContainer {
  width: 100%;
  column-count: 2;
  column-gap: 40px;
}

.letterTitle {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 8px;
}

.artistTitle {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 8px;
}

/* footer */
.mainFooter {
  padding: 1rem 0;
}

.footerHolder {
  display: flex;
  padding-top: 1rem;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid black;
}

.subMenuElem *,
.footerHolder * {
  font-size: 16px;
}

/* :::::::::::::::menu new::::::::::::::*/

body.default-theme header {
  margin-left: calc(-1 * var(--body-padding, 0.8rem));
  margin-right: calc(-1 * var(--body-padding, 0.8rem));
  width: calc(100% + 1.6rem);
  padding: 0 .8rem;
}

body.academy-theme header {
  margin-left: calc(-1 * var(--body-padding, 0.8rem));
  margin-right: calc(-1 * var(--body-padding, 0.8rem));
  width: calc(100% + 1.6rem);
  padding: 0 .8rem;
  background-color: black;
}

.headerWrapper {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
  align-items: flex-end;
  z-index: 999;
}

body.default-theme header,
body.academy-theme header {
  position: sticky;
}

body.ocean-theme .headerWrapper {
  justify-content: space-between;
  align-items: flex-end;
  height: 5rem;
}

.logoWrapper a {
  display: flex;
  gap: 0.7rem;
  align-items: flex-end;
}

.logoWrapper img {
  height: 4rem;
  width: auto;
  object-fit: contain;
  display: block;
}

body.ocean-theme .logoWrapper img {
  height: 3rem;
}

.languageSelect {
  display: flex;
  gap: 0.5em;
  align-items: flex-start;
  padding: 0;
  padding-top: .1rem;
}

.langButton {
  cursor: pointer;
}

body.ocean-theme .oceanHeaderRight {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 3.2rem;
  width: 450px;
  padding-bottom: .8rem;
  gap: 2rem
}

body.ocean-theme .openingHours p,
body.ocean-theme .languageSelect div,
body.ocean-theme .languageSelect button {
  transform: translateY(6px);
}

body.default-theme .languageSelect div,
body.default-theme .languageSelect button,
body.academy-theme .languageSelect div,
body.academy-theme .languageSelect button {
  transform: translateY(2px);
}

.langButton {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
}

.langButton:focus-visible {
  outline: 2px solid blue;
  outline-offset: 2px;
  border-radius: 2px;
}

.js-toggleOceanMenu {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
}

.js-toggleOceanMenu:focus-visible {
  outline: 2px solid blue;
  outline-offset: 4px;
  border-radius: 2px;
}

body.academy-theme input[type="search"],
body.academy-theme input[type="text"] {
  color: white;
}

body.default-theme .mainNav {
  position: relative;
  transition: padding-bottom 0.25s ease;
}

.menuWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0.8rem 0;
}

body.academy-theme .menuWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 0.8rem 0;
}

.menuWrapper li {
  list-style: none;
}

body.academy-theme .mainMenuItem,
body.academy-theme .subMenuItem,
body.academy-theme .mobileMenuHeaderRow {
  font-size: inherit;
  color: inherit;
}

.mainMenuItem {
  font-size: 1.1rem;
  /* position: relative; */
  cursor: pointer;
  --menu-left: 0;
}

body.default-theme .subMenuWrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background: white;
  border-bottom: 1px solid black;
  z-index: 1000;
}

.subMenuInner {
  position: relative;
  max-width: 100%;
  padding: 0.8rem 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 100%;
  gap: 2rem;
  margin-left: var(--menu-left);
}

.subMenuInner ul {
  display: block;
}

.subMenuInner li {
  list-style: none;
}

.subMenuInner li a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 0;
}

.mainMenuItem.open .subMenuWrapper {
  display: block;
}

body.default-theme .mainMenuItem.open~.submenu-spacer {
  margin-top: -0.8rem;
}

.subMenuItem a {
  display: block;
  color: black;
  text-decoration: none;
}

.openingHours p {
  transform: translateY(-5px);
}

.mainMenuItem>a.js-menuToggle {
  cursor: pointer;
}

.mainMenuItem img {
  width: 1.3rem;
  height: auto;
  vertical-align: -0.35rem;
}


.mobileMenuHeaderRow {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: bold;
  font-size: 1.1rem;
  gap: 0.5rem;
  position: relative;
}

.mobileMenuHeaderRow button {
  background: none;
  border: none;
  cursor: pointer;
}

.mobileBackButton,
.mobileMenuToggleBtn,
.mobileMenuCloseBtn {
  display: none;
}


body.academy-theme .mobileMenuCloseBtn {
  color: white;
}

body.academy-theme .newsButton {
  background-color: white;
  color: black;
  display: flex;
  width: 9.5rem;
  font-size: 1rem;
  padding: 0.25rem 0 0.25rem 0.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

body.academy-theme .newsButton a {
  color: black;
}

.oceanMenuWrapper .footerArrowIcon {
  width: 1.3rem;
  height: auto !important;
}


body.academy-theme .module_text p span {
  color: white !important;
}

body.academy-theme .module_bulletpoint p span {
  color: white !important;
}

.mobileNavContent {
  display: none;
  flex-direction: column;
  padding: 0.5rem 0;
}

.outerWrapper,
.outerWrapperBlack {
  /* padding: .8rem 0; */
  padding-top: .4rem;
  padding-right: 0;
  padding-bottom: .4rem;
  padding-left: 0;
}

.outerWrapper-lined {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 1.6rem;
}

.outerWrapperBlack.outerWrapper-lined,
body.ocean-theme .color_scheme_blue5 .outerWrapper-lined,
body.ocean-theme .color_scheme_blue6 .outerWrapper-lined {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  /* background-color: inherit; */
}

.outerWrapper.outerWrapper-lined,
.outerWrapperBlack.outerWrapper-lined {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

h3.module.module_sectiontitle {
  font-size: 1.5rem;
  /* margin-bottom: .8rem; */
}

h4.module.module_sectiontitle {
  font-size: 1.5rem;
  margin-bottom: .8rem;
}

.module.module_image .imageCredits {
  font-size: .7rem;
  line-height: .9rem;
  margin: .4rem 0 .8rem 0;
}

/* :::::::::::::::Quicklinks new::::::::::::::*/

.pillButton {
  font-size: .8rem;
  border: 1px solid black;
  border-radius: 9999px;
  padding: 0.25rem 1rem;
}

.quicklinksWrapper {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: baseline;
}

.quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
}

.quicklinksTitle {
  font-size: .8rem;
  font-weight: 400;
}


.quicklinksMenuWrapper ul {
  list-style: none;
  padding: .4rem 0;
  font-size: .8rem;
}

.menuQuicklinks {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-bottom: .8rem;
}

.quicklinksMenuWrapper .menuQuicklinks a {
  font-size: .8rem !important;
}

.color_scheme_blue5 .menuQuicklinks,
.color_scheme_blue6 .menuQuicklinks {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.learnMore {
  display: block;
  margin-bottom: .8rem;
  text-decoration: underline;
}

/* :::::::::::::::Featured Article new::::::::::::::*/



.articleWrapper {
  display: grid;
  grid-template: "featured featured featured side";
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

.featArtWrapper {
  grid-area: featured;
  margin-bottom: 1rem;
}

.featArtWrapper h2 {
  font-size: 1.8rem;
  font-weight: 700px;
}

.featArtWrapper h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

.featArtWrapper p {
  font-size: 1.8rem;
  font-weight: 400;
}

.featArtWrapper a {
  font-size: 1rem;
  text-decoration: underline;
  display: inline-block;
  padding: 0.6rem 0;
}

.featArtWrapper img,
.sideArtWrapper img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.sideColumn {
  grid-area: side;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sideArtWrapper {
  padding-bottom: 2rem;
}

.sideArtWrapper h2 {
  font-size: 1.1rem;
  font-weight: 700px;
}

.sideArtWrapper h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

.sideArtWrapper p {
  font-size: 1.1rem;
  font-weight: 400;
}

.sideArtWrapper a {
  font-size: 1rem;
  text-decoration: underline;
  display: inline-block;
  padding: 0.6rem 0;
}

/* :::::::::::::::Article Text Grid 4 new::::::::::::::*/
.artTextGrid4Wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

.artTextGrid4 h2 {
  font-size: 1.1rem;
  font-weight: 700;
}

.artTextGrid4 h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

.artTextGrid4 p {
  font-size: 1.1rem;
  font-weight: 400;
}

.artTextGrid4 a {
  font-size: 1rem;
  text-decoration: underline;
  display: inline-block;
  padding: 0.6rem 0;
}

/* Calendar: hide all date cells until JS initialises them */
.calendarBarDate {
  display: none;
}

/* :::::::::::::::Article Grid 4 new::::::::::::::*/
.artGrid4Wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

.artGrid4Wrapper img {
  width: 100%;
  height: auto;
}

.artGrid4 h2 {
  font-size: 1.1rem;
  font-weight: 700;
}

.artGrid4 h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

.artGrid4 p {
  font-size: 1.1rem;
  font-weight: 400;
}

.artGrid4 a {
  font-size: 1rem;
  text-decoration: underline;
  display: inline-block;
  padding: 0.6rem 0;
}

/* :::::::::::::::Article Grid 2 new::::::::::::::*/
.artGrid2Wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.artGrid2Wrapper img {
  width: 100%;
  height: auto;
}

.artGrid2 h2 {
  font-size: 1.1rem;
  font-weight: 700;
}

.artGrid2 h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

.artGrid2 p {
  font-size: 1.1rem;
  font-weight: 400;
}

.artGrid2 a {
  font-size: 1rem;
  text-decoration: underline;
  display: inline-block;
  padding: 0.6rem 0;
}

.monthDivider {
  font-size: 1.3rem;
  padding: 1rem 0;
    font-weight: 600;
    border-top: 1px solid black;
    margin-top: 1rem;
}

body.academy-theme .monthDivider {
border-top: 1px solid white;
}

/* :::::::::::::::Link Collection new::::::::::::::*/
.linkCollection {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  list-style: none;
  margin: 2rem 0 1rem 0;
}

.linkButton {
  display: flex;
  width: 9.5rem;
  font-size: 1rem;
  background-color: black;
  color: white;
  padding: 0.25rem 0 0.25rem 0.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.linkButtonBlack {
  display: flex;
  width: 9.5rem;
  font-size: 1rem;
  background-color: white;
  color: black;
  padding: 0.25rem 0 0.25rem 0.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.linkButton a {
  color: white;
}

.linkButtonBlack a {
  color: black !important;
}

.linkButton img {
  width: 1.3rem;
  height: auto;
  vertical-align: -0.35rem;
}

.linkButtonBlack img {
  width: 1.3rem;
  height: auto;
  position: absolute;
  top: .3rem
}


/* :::::::::::::::Article Grid 2 new::::::::::::::*/

.artGrid1Wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.artGrid2Wrapper img {
  width: 100%;
  height: auto;
}

.artGrid2 h2 {
  font-size: 1.1rem;
  font-weight: 700;
}

.artGrid2 h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

.artGrid2 p {
  font-size: 1.1rem;
  font-weight: 400;
}


/* :::::::::::::::Image - Text Grid new::::::::::::::*/

.artImageTextGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}


/* :::::::::::::::Gallery new::::::::::::::*/
.galleryWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

.galleryItem {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.galleryItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* :::::::::::::::BLACK::::::::::::::*/
.outerWrapperBlack {
  background-color: black;
  color: white;
  padding: 0.8rem;
  margin-left: calc(-0.8rem);
  margin-right: calc(-0.8rem);
}

.outerWrapperBlack a {
  color: white;
}

.pillButtonBlack {
  font-size: 1rem;
  border: 1px solid white;
  border-radius: 9999px;
  padding: 0.25rem 1rem;
}

/* :::::::::::::::PAGE THEME BLACK::::::::::::::*/
body.academy-theme {
  background-color: black;
  color: white;
}

body.academy-theme a {
  color: white;
}

body.academy-theme .headerWrapper {
  background-color: #000;
}

body.academy-theme .mainNav {
  background-color: black;
  color: white;
}

body.academy-theme .mainNav a {
  color: white;
}

body.academy-theme .menuWrapper {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  text-align: center;
}

body.academy-theme .outerWrapper {
  background-color: black;
  color: white;
}

body.academy-theme .pillButton {
  border: 1px solid white
}

body.academy-theme .footerHolder {
  border-top: 1px solid white;
}

body.academy-theme .footerHolder * {
  color: white;
}

body.academy-theme .pillButton * {
  color: white;
}

body.academy-theme .linkButton {
  background-color: white;
  color: black;
}

body.academy-theme .linkButton a {
  color: black !important;
}

body.academy-theme .oceanMenuItem a {
  color: black !important;
}

body.academy-theme .module_text {
  color: white !important;
}

/* :::::::::::::::PAGE THEME OCEAN::::::::::::::*/


body.ocean-theme {
  background: var(--Ocean-Space-ext-2, #E4F2F4);
  color: black;
}

/* OCEAN SPACE header */

.oceanHeader {
  position: sticky;
  background: var(--Ocen-Space-ext-1, #F3FAFF);
  margin-left: calc(-1 * var(--body-padding, 0.8rem));
  margin-right: calc(-1 * var(--body-padding, 0.8rem));
  padding-left: 0;
  padding-right: 0;
  width: calc(100% + 1.6rem);
  box-sizing: border-box;
  z-index: 900;
}

body.ocean-theme .headerWrapper {
  background: var(--Ocen-Space-ext-1, #F3FAFF);
  margin-left: .8rem !important;
  margin-right: .8rem !important;
  padding-bottom: 0;
}

body.ocean-theme .mainNav * {
  background: var(--Ocen-Space-ext-1, #F3FAFF);
  color: black;
}

body.ocean-theme .menuWrapper {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.menuLogoWrapper:hover {
  cursor: pointer;
}

.headerRight {
  display: flex;
  width: 45%;
  gap: 1rem;
  justify-content: space-between;
  align-items: start;
  height: 3.7rem;
}

body.academy-theme .headerRight,
body.default-theme .headerRight {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.menuLogoWrapper img {
  height: 3.7rem;
}



.searchWrapper {
  display: flex;
  align-items: flex-start;

}

.searchWrapper img {
  display: block;
  transform: translateY(5px);
}

.mobileSearchWrapper {
  display: none;
}

body.academy-theme .searchWrapper {
  background-color: black;
  color: white;
}

body.academy-theme .searchWrapper input {
  background-color: black;
}

#menu_search_input::placeholder {
  font-size: 1rem;
  vertical-align: bottom;
  color: #000;
  padding: 0;
  margin: 0;
  display: block;
}

body.academy-theme #menu_search_input::placeholder {
  color: white;
}

body.ocean-theme .menuLogoWrapper img {
  display: block;
  height: 3.2rem;
}

body.ocean-theme .menuLogoWrapper button {
  display: block;
  padding: 0;
  border: none;
  background: none;
}

/* Academy + Default only */
body.academy-theme .menuToggle,
body.default-theme .menuToggle {
  opacity: 0;
  width: 24px;
  height: 24px;
}

/* Hamburger glyph */
body.academy-theme .menuLogoWrapper .oceanMenuParent::before,
body.default-theme .menuLogoWrapper .oceanMenuParent::before {
  content: "☰";
  position: absolute;
  font-size: 24px;
  line-height: 1;
  color: #000;
  /* white for academy if needed */
  cursor: pointer;
  pointer-events: none;
  /* clicks still hit the img */
}

.menuLogoWrapper .oceanMenuParent {
  position: relative;
}

body.ocean-theme .outerWrapper {
  color: black;
}

body.ocean-theme .section-blue .module_text {
  padding: 0 .8rem;
}

.oceanMenuWrapper {
  position: absolute;
  top: 110%;
  right: 0;
  background: #ffffff;
  color: #141E3C;
  width: 220px;
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
  transition: transform 0.25s ease, visibility 0s 0.25s;
  z-index: 9998;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.oceanMenuWrapper .menuArrow {
  position: absolute;
  top: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  z-index: 9999;
}

.oceanMenuWrapper.open {
  transform: scaleY(1);
  visibility: visible;
  transition: transform 0.25s ease, visibility 0s;
  z-index: 9998;
}

.oceanMenuList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oceanMenuItem {
  margin-bottom: 0.2rem;
}

.oceanMenuItem:last-child {
  margin-bottom: 0;
}

.oceanMenuItem a {
  color: #141E3C;
  text-decoration: none;
  display: flex;
  gap: .5rem;
  text-align: left;
  font-weight: 500;
  line-height: 2rem;
}

.oceanMenuItem a:hover {
  text-decoration: none;
}


body.ocean-theme .oceanMobileToggle {
  display: none;
}

.oceanMenuParent {
  position: relative;
  /* display: inline-block; */
}

.oceanMenuWrapper {
  top: calc(100% + 0.6rem);
  right: 0;
}

.oceanMobileNav {
  display: none;
}

/* Make the little arrows visible in all themes */
.oceanMenuWrapper .footerArrowIcon {
  opacity: 1 !important;
  visibility: visible !important;
}

/* OCEAN SPACE Modules */

.module_background_start.color_scheme_blue1 {
  background: var(--Ocean-Space-ext-2, #E4F2F4);
  margin-left: calc(-1 * var(--body-padding, 0.8rem));
  margin-right: calc(-1 * var(--body-padding, 0.8rem));
  padding-left: 0;
  padding-right: 0;
  width: calc(100% + 1.6rem);
  box-sizing: border-box;
}

.module_background_start.color_scheme_blue2 {
  background: var(--Ocean-Space-ext-3, #C5E7E8);
  margin-left: calc(-1 * var(--body-padding, 0.8rem));
  margin-right: calc(-1 * var(--body-padding, 0.8rem));
  padding-left: 0;
  padding-right: 0;
  width: calc(100% + 1.6rem);
  box-sizing: border-box;
}

.module_background_start.color_scheme_blue3 {
  background-color: var(--Ocean-Space-ext-4, #98CBD3);
  margin-left: calc(-1 * var(--body-padding, 0.8rem));
  margin-right: calc(-1 * var(--body-padding, 0.8rem));
  padding-left: 0;
  padding-right: 0;
  width: calc(100% + 1.6rem);
  box-sizing: border-box;
}

.module_background_start.color_scheme_blue4 {
  background: var(--Ocen-Space-ext-5, #5495B5);
  margin-left: calc(-1 * var(--body-padding, 0.8rem));
  margin-right: calc(-1 * var(--body-padding, 0.8rem));
  padding-left: 0;
  padding-right: 0;
  width: calc(100% + 1.6rem);
  box-sizing: border-box;
}

.module_background_start.color_scheme_blue5 {
  background: var(--Ocean-Space-ext-6, #2A5690);
  color: white;
  margin-left: calc(-1 * var(--body-padding, 0.8rem));
  margin-right: calc(-1 * var(--body-padding, 0.8rem));
  padding-left: 0;
  padding-right: 0;
  width: calc(100% + 1.6rem);
  box-sizing: border-box;
}

.module_background_start.color_scheme_blue6 {
  background-color: var(--Ocean-Space-ext-7, #132F56);
  color: white;
  margin-left: calc(-1 * var(--body-padding, 0.8rem));
  margin-right: calc(-1 * var(--body-padding, 0.8rem));
  padding-left: 0;
  padding-right: 0;
  width: calc(100% + 1.6rem);
  box-sizing: border-box;
}

.module_background_start.color_scheme_blue5 *,
.module_background_start.color_scheme_blue6 * {
  color: white;
}


.color_scheme_blue1 .outerWrapper,
.color_scheme_blue2 .outerWrapper,
.color_scheme_blue3 .outerWrapper,
.color_scheme_blue4 .outerWrapper,
.color_scheme_blue5 .outerWrapper,
.color_scheme_blue6 .outerWrapper {
  margin-left: .8rem !important;
  margin-right: .8rem !important;
}

.color_scheme_blue5 .module_hr,
.color_scheme_blue6 .module_hr {
  border-bottom: 1px solid white !important;
}

.color_scheme_blue5 .pillButton,
.color_scheme_blue6 .pillButton {
  border: 1px solid white !important;
}

.color_scheme_blue5 .linkButton,
.color_scheme_blue6 .linkButton {
  background-color: white;
  color: black;
}

.color_scheme_blue5 .linkButton a,
.color_scheme_blue6 .linkButton a {
  color: black !important;
}

/* OCEAN SPACE Footer */

.oceanFooter {
  background: var(--Ocean-Space-ext-8, #141E3C);
  color: white;
  margin-left: calc(-1 * var(--body-padding, 0.8rem));
  margin-right: calc(-1 * var(--body-padding, 0.8rem));
  margin-top: -2px;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% + 1.6rem);
  box-sizing: border-box;
}

.oceanFooterHolder {
  display: flex;
  /* flex-direction: row; */
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem .8rem 4rem .8rem;
  width: 100%;
  gap: 3rem;
}

.oceanFooterCol {
  display: flex;
  flex-direction: column;
}

.oceanFooterCol:not(.newsletterCol) {
  flex: 1;
}

.oceanFooterCol.newsletterCol {
  flex: 2;
  padding-right: 6rem;
}

.linksCol .oceanFooterElem {
  display: flex;
  gap: 2rem;
}

.footerLinksColumn {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.oceanFooterElem {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;

}

.oceanFooterElem a {
  text-align: left;
}

.oceanFooterElem a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  text-decoration: none;
}

.ocean-input-group {
  background: var(--Ocean-Space-ext-8, #141E3C);
  color: white;
  border: 1px solid white;
  display: flex;
  width: 100%;
  margin-top: .3rem;
}

.oceanFormControl {
  flex: 1;
  padding: .2rem .5rem;
  background: var(--Ocean-Space-ext-8, #141E3C);
  color: white;
  box-shadow: unset;
  border-width: unset;
  border-style: unset;
  border-color: white;
}

.oceanNewsletterButton {
  padding: .5rem 1.5rem;
  background: var(--Ocean-Space-ext-8, #141E3C);
  color: white;
  box-shadow: unset;
  border-width: unset;
  border-style: unset;
  border-color: white;
  border-left: 1px solid white !important;
  cursor: pointer;
}

.footerArrowIcon {
  width: 1.3rem;
  height: auto;
}

body.ocean-theme .detailImg {
  width: 70%;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  /* aspect-ratio: 16/9; */
}


/* OCEAN SPACE Accordion */


.section-headline {
  position: sticky;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  z-index: 100;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  padding: 0.8rem 0.8rem;
}

.section-headline.stick-bottom {
  position: fixed !important;
  width: 100%;
  margin-bottom: -1px;
}

.section-headline a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.section-headline a:hover {
  font-weight: 700;
}

/* ========= Gallery Slider ========= */

.sliderHolder {
  position: relative;
  width: 100%;
  height: auto;
}

.imageHolder {
  text-align: left;
  width: 100%;
}

/* Each slide */
.detailSliderElem {
  text-align: center;
  position: relative;
  z-index: 1;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.detailSliderElem img {
  width: 100%;
  display: block;
}

.sliderCredits {
  margin-top: 5px;
  font-size: 0.9rem;
  color: #333;
}

/* Arrows */


.slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  padding-bottom: 20px;
}

.slick-dots li {
  margin-top: 10px;
  height: 10px;
  width: 10px;
  border: 2px solid black;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
}

.slick-dots .slick-active {
  margin-top: 10px;
  height: 10px;
  width: 10px;
  background-color: black;
  border-radius: 50%;
}

.slick-dots li {
  list-style-type: none !important;
}

/* [UNUSED]
.sliderControls {
  display: flex;
  justify-content: center;
}
*/

.slick-prev:before,
.slick-next:before {
  font-size: 26px;
}

.slick-prev,
.slick-next {
  background-color: #fff;
  color: transparent;
  font-size: 0;
  border: none;
  width: 25px;
  height: 25px;
  top: 40%;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.slick-prev {
  left: 0;
  color: black !important;
}

.slick-next {
  right: 0;
  color: black !important;
}


.slick-prev img {
  height: 1rem;
}

.slick-next img {
  height: 1rem;
}

/* ===== image hover text =====  */


.module-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  /* aspect-ratio: 16 / 9; */
  overflow: hidden;
  padding: 0 .8rem;

}

.module-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.module-image-tooltip {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.7);
  color: black;
  font-size: 12px;
  max-width: 400px;
  padding: 5px 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 30;
}

.module-image-tooltip:empty {
  display: none;
}

.module-image-wrapper:hover .module-image-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.module-image-tooltip span {
  font-weight: normal;
  font-style: normal;
}

.module-image-tooltip .module-image-title {
  font-weight: bold;
  margin-right: 4px;
}

.module-image-tooltip .module-image-credits {
  font-style: italic;
  opacity: 0.85;
}

body.ocean-theme .marginWrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/* ===============================
   OLD ARTICLE – legacy layout
================================ */

/* ===============================
   OLD ARTICLE – legacy layout
================================ */

.old-article,
.margins {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding-bottom: 1.5rem;
}

/* Constrain content to 800px */
.old-article .module,
.old-article .article-metatags,
.old-article #content_related,
.old-article .marginWrapper,
.old-article #modContainer,
.margins .module,
.margins .article-metatags,
.margins #content_related,
.margins .marginWrapper,
.margins #modContainer,
body.ocean-theme .article-metatags {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Detail image */
.old-article .detailImg,
.margins .detailImg {
  all: unset;
  display: block;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

/* Image wrapper + image */
.old-article #content_header,
.margins #content_header {
  display: block;
  width: 100%;
}

.old-article #content_header img,
.margins #content_header img {
  display: block;
  width: 100%;
  height: auto;
}

/* Image credits */
.old-article #content_header_credits,
.old-article .image-credits,
.old-article .article-image-credits,
.margins #content_header_credits,
.margins .image-credits,
.margins .article-image-credits {
  display: block;
  margin-top: 0.75rem;
  line-height: 1.4;
}

/* Typography */
.old-article .module.module_text p,
.margins .module.module_text p {
  padding: 0;
}

.old-article .module.module_sectiontitle,
.margins .module.module_sectiontitle {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.5rem 0;
}

/* Metatags */
.old-article .article-metatags,
.margins .article-metatags,
body.ocean-theme .article-metatags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
}

.old-article .article-metatags .exhibCatButton,
.margins .article-metatags .exhibCatButton {
  padding: 8px 24px;
}

.old-article .article-metatags .metatag,
.margins .article-metatags .metatag {
  max-width: 100%;
  white-space: normal;
}

.old-article .outerWrapper,
.margins .outerWrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

body.ocean-theme .article-metatags {
  width: 70%;
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
}

/* Hide logo graphic ONLY (academy + default) */
body.academy-theme .menuLogoWrapper .oceanMenuParent img,
body.default-theme .menuLogoWrapper .oceanMenuParent img,
body.academy-theme .menuLogoWrapper .oceanMenuParent svg,
body.default-theme .menuLogoWrapper .oceanMenuParent svg {
  opacity: 0;
}

body.academy-theme .menuLogoWrapper .oceanMenuParent,
body.default-theme .menuLogoWrapper .oceanMenuParent {
  position: relative;
  width: 28px;
  height: 28px;
}

/* Hamburger glyph */
body.academy-theme .menuLogoWrapper .oceanMenuParent::before,
body.default-theme .menuLogoWrapper .oceanMenuParent::before {
  content: "☰";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  pointer-events: none;
}

.menuLogoWrapper .oceanMenuParent {
  position: relative;
}

body.academy-theme .menuLogoWrapper .oceanMenuParent::before {
  color: #fff;
}


.mobileOnly {
  display: none;
}