@charset "UTF-8";
:root {
  --main-bg: blue;
}

header {
  padding: 0.5rem 1rem;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2001;
  background: var(--main-bg);
}
header[data-href] {
  cursor: pointer;
}
header button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 1000px) {
  header {
    padding: 0.5rem;
  }
}
header * {
  color: white;
}
header .menu-toggle {
  position: fixed;
  width: 8ch;
  text-align: center;
  left: calc(50vw - 4ch);
  cursor: pointer;
  font-size: 1.2rem;
  transition: top 0.3s;
}
@media screen and (max-width: 1000px) {
  header .menu-toggle {
    font-size: 0.8rem;
    left: 7rem;
    right: 7rem;
    width: unset;
  }
}
header .menu-toggle.open-nav {
  top: calc(-1.9rem + (var(--scroll-animation, 0)) * 2.6rem);
}
@media screen and (max-width: 1000px) {
  header .menu-toggle.open-nav {
    top: calc(-1.9rem + (var(--scroll-animation, 0)) * 2.33rem);
  }
}
body:not(.template-home) header .menu-toggle.open-nav {
  top: 0.7rem;
}
@media screen and (max-width: 1000px) {
  body:not(.template-home) header .menu-toggle.open-nav {
    top: 0.43rem;
  }
}
body.nav-open header .menu-toggle.open-nav {
  top: -1.9rem;
}
header .menu-toggle.close-nav {
  top: 0.35rem;
}
@media screen and (max-width: 1000px) {
  header .menu-toggle.close-nav {
    top: 0.25rem;
  }
}
body:not(.nav-open) header .menu-toggle.close-nav {
  top: -1.8rem;
}
header .menu-toggle.close-nav img {
  width: 2rem;
}
body.a11y-inverted header .menu-toggle.close-nav img {
  filter: invert(1);
}
@media screen and (max-width: 1000px) {
  header .menu-toggle.close-nav img {
    width: 1rem;
  }
}

nav#main-nav {
  display: flex;
  position: fixed;
  width: 100vw;
  z-index: 2000;
  padding-bottom: 5rem;
  background: rgba(0, 0, 255, 0.9);
  top: calc(2.2rem - 100vh);
  transition: top 0.3s;
}
body.a11y-bw nav#main-nav {
  background: black;
}
body.a11y-inverted nav#main-nav {
  background: white;
}
body.nav-open nav#main-nav {
  top: 2.2rem;
}
@media screen and (max-width: 1000px) {
  body.nav-open nav#main-nav {
    top: 1rem;
  }
}
nav#main-nav .cols {
  width: 100%;
}
nav#main-nav .cols > div {
  flex: 1;
}
nav#main-nav .cols > div:last-child {
  text-align: right;
}
nav#main-nav * {
  font-size: 1.333rem;
  color: white;
}
@media screen and (max-width: 1000px) {
  nav#main-nav * {
    font-size: 1rem;
  }
}
nav#main-nav .close-nav img {
  margin-top: -2rem;
  width: 2rem;
  transition: margin-top 0.66s;
}
body.nav-open nav#main-nav .close-nav img {
  margin-top: 0.5rem;
}
nav#main-nav .social-media-nav {
  position: absolute;
  bottom: -0.5rem;
}

main {
  min-height: calc(100dvh - 3rem);
  margin-top: 13.5rem;
  background: white;
}
@media screen and (max-width: 1000px) {
  main {
    margin-top: 5.4rem;
  }
}
body:not(.template-home) main {
  padding-top: 1rem;
}
body.nav-open main, body:not(.template-home) main {
  margin-top: 2.7rem;
}

.site-footer {
  position: fixed;
  width: 100vw;
  z-index: 1000;
  pointer-events: none;
  text-align: center;
  bottom: -3.5rem;
  transition: bottom 0.5s;
  transition-delay: 0.4s;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
}
.site-footer button {
  border: none;
  background: none;
}
@media screen and (max-width: 1000px) {
  .site-footer {
    flex-direction: column;
    gap: 2px;
    bottom: -5.5rem;
  }
  .site-footer .button {
    width: 100%;
    margin-right: 0;
  }
}
body.loaded .site-footer {
  bottom: 0;
}
.site-footer * {
  pointer-events: all;
}

footer {
  position: relative;
  z-index: 1001;
  padding-bottom: 0 !important;
  background: var(--main-bg);
}
footer a {
  letter-spacing: -0.015em;
}
@media screen and (max-width: 1000px) {
  footer .cols {
    flex-direction: column;
  }
}
footer .cols > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .cols > div .padding-block {
  margin: 0;
}
footer * {
  color: white;
}
footer .text *:not(.h4):not(.page-list.highlighted),
footer .page-list.inline * {
  font-size: 1.333rem;
}
@media screen and (max-width: 1000px) {
  footer .text *:not(.h4):not(.page-list.highlighted),
  footer .page-list.inline * {
    font-size: 1rem;
  }
}
footer .h4, footer .page-list.highlighted, footer .h4 *, footer .page-list.highlighted * {
  font-family: "ABC ROM", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  footer .h4, footer .page-list.highlighted, footer .h4 *, footer .page-list.highlighted * {
    font-size: 1rem;
  }
}
footer .page-up {
  position: absolute;
  right: 1rem;
  margin-top: -0.15rem;
  cursor: pointer;
  font-size: 2rem;
}

@font-face {
  font-family: "ABC ROM";
  src: url("../../../assets/fonts/ABCROM-Book.woff2") format("woff2");
}
@font-face {
  font-family: "ABC ROM";
  src: url("../../../assets/fonts/ABCROM-BookItalic.woff2") format("woff2");
  font-style: italic;
}
@font-face {
  font-family: "ABC ROM Compressed Medium";
  src: url("../../../assets/fonts/ABCROMCompressed-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "ABC ROM Compressed Medium";
  src: url("../../../assets/fonts/ABCROMCompressed-MediumItalic.woff2") format("woff2");
  font-style: italic;
}
@font-face {
  font-family: "ABC ROM Extended Book";
  src: url("../../../assets/fonts/ABCROMExtended-Book.woff2") format("woff2");
}
* {
  font-family: "ABC ROM", sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
  text-underline-offset: 0.1em;
}
strong {
  font-weight: normal;
}

html {
  font-size: calc(29px * var(--a11y-zoom, 1));
}
@media screen and (max-width: 1000px) {
  html {
    font-size: calc(20px * var(--a11y-zoom, 1));
  }
}

.fit-font {
  hyphens: none !important;
  transition: opacity 0.2s;
}
.fit-font:not(.font-settled) {
  opacity: 0;
}

.center {
  text-align: center;
}

p a {
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  p a {
    hyphens: auto;
  }
}

.size-2x, .size-2x * {
  font-size: 2rem;
  line-height: 1em;
}
@media screen and (max-width: 1000px) {
  .size-2x, .size-2x * {
    font-size: 1.5rem;
  }
}

.h1 {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  height: calc(2rem + (1 - var(--scroll-animation, 0)) * 9rem);
  font-size: 2rem;
}
.h1, .h1 * {
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .h1 {
    height: calc(0.6rem + (1 - var(--scroll-animation, 0)) * 3.4rem);
  }
}
.h1.is-header {
  margin-top: calc((1 - var(--scroll-animation, 0)) * 1.5rem);
}
@media screen and (max-width: 1000px) {
  .h1.is-header {
    margin-top: calc((1 - var(--scroll-animation, 0)) * 0.5rem);
  }
}
.h1 > button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.h1 span {
  position: absolute;
  font-size: calc(2rem + (1 - var(--scroll-animation, 0)) * 4rem);
  line-height: 0.85em;
  width: fit-content !important;
}
.tile.page-count-2 .h1 span {
  font-size: 3.5rem;
}
@media screen and (max-width: 1400px) {
  .tile.page-count-2 .h1 span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .h1 span {
    font-size: calc(1rem + (1 - var(--scroll-animation, 0)) * 1rem);
  }
}
.h1 span:first-child {
  top: 0;
  left: calc((1 - var(--scroll-animation, 0)) * (50vw - 18.5rem));
}
.tile.page-count-2 .h1 span:first-child {
  left: calc((1 - var(--scroll-animation, 0)) * (25vw - 11.5rem));
}
@media screen and (max-width: 1400px) {
  .tile.page-count-2 .h1 span:first-child {
    left: calc((1 - var(--scroll-animation, 0)) * (50vw - 7.8rem));
  }
}
@media screen and (max-width: 1000px) {
  .h1 span:first-child {
    left: calc((1 - var(--scroll-animation, 0)) * (50vw - 6.5rem));
  }
}
.h1 span:nth-child(2) {
  font-family: "ABC ROM Extended Book";
  right: calc((1 - var(--scroll-animation, 0)) * (50vw - 16.7rem));
  top: calc((1 - var(--scroll-animation, 0)) * 5rem);
}
.tile.page-count-2 .h1 span:nth-child(2) {
  right: calc((1 - var(--scroll-animation, 0)) * (25vw - 10rem));
  top: calc((1 - var(--scroll-animation, 0)) * 3rem);
}
@media screen and (max-width: 1400px) {
  .tile.page-count-2 .h1 span:nth-child(2) {
    right: calc((1 - var(--scroll-animation, 0)) * (50vw - 7.1rem));
    top: calc((1 - var(--scroll-animation, 0)) * 2.4rem);
  }
}
@media screen and (max-width: 1000px) {
  .h1 span:nth-child(2) {
    right: calc((1 - var(--scroll-animation, 0)) * (50vw - 5.6rem));
    top: calc((1 - var(--scroll-animation, 0)) * 2rem);
  }
}
body:not(.template-home) .h1.is-header, body.nav-open .h1.is-header {
  height: 2rem;
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  body:not(.template-home) .h1.is-header, body.nav-open .h1.is-header {
    height: 0.6rem;
  }
}
body:not(.template-home) .h1.is-header span:first-child,
body:not(.template-home) .h1.is-header span:nth-child(2), body.nav-open .h1.is-header span:first-child,
body.nav-open .h1.is-header span:nth-child(2) {
  font-size: 2rem;
  top: 0;
}
@media screen and (max-width: 1000px) {
  body:not(.template-home) .h1.is-header span:first-child,
  body:not(.template-home) .h1.is-header span:nth-child(2), body.nav-open .h1.is-header span:first-child,
  body.nav-open .h1.is-header span:nth-child(2) {
    font-size: 1rem;
  }
}
body:not(.template-home) .h1.is-header span:first-child, body.nav-open .h1.is-header span:first-child {
  left: 0;
}
body:not(.template-home) .h1.is-header span:nth-child(2), body.nav-open .h1.is-header span:nth-child(2) {
  right: 0 !important;
}

.h2, .h2 *, .h3, .h3 *, .h4, .page-list.highlighted, .h4 *, .page-list.highlighted *, .h5, .team-container .team-member-name, .h5 *, .team-container .team-member-name * {
  font-family: "ABC ROM Compressed Medium";
  font-weight: normal;
}

.h2 {
  letter-spacing: -0.007em;
  font-size: 6rem;
  line-height: 0.9em;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .h2 {
    font-size: 3rem;
    line-height: 0.9em;
  }
}

.h3 {
  margin-bottom: 0;
}
.h3, .h3 * {
  font-size: 3rem;
  line-height: 1em;
}
@media screen and (max-width: 1000px) {
  .h3, .h3 * {
    font-size: 1.5rem;
  }
}

.h4, .page-list.highlighted {
  margin-bottom: 1rem;
}
.h4, .page-list.highlighted, .h4 *, .page-list.highlighted * {
  font-size: 3rem;
  line-height: 1em;
}
@media screen and (max-width: 1000px) {
  .h4, .page-list.highlighted, .h4 *, .page-list.highlighted * {
    font-size: 1.5rem;
  }
}
.h4-uppercase .h4, .h4-uppercase .page-list.highlighted, .h4-uppercase .h4 *, .h4-uppercase .page-list.highlighted * {
  text-transform: uppercase;
}

.h5, .team-container .team-member-name, .h5 *, .team-container .team-member-name * {
  font-size: 1.5rem;
  line-height: 1em;
}

.list-block ul {
  list-style: inside;
}
.list-block ol {
  list-style: decimal inside;
}

:root {
  --wrap-width: 100vw;
}

main :is(a, button):hover, main :is(a, button):hover *,
nav :is(a):hover,
nav :is(a):hover *,
footer :is(a):hover,
footer :is(a):hover *,
header :is(button):hover,
header :is(button):hover * {
  color: blue !important;
  font-style: italic;
}

.page:hover h2,
main .page :is(a):hover {
  color: blue !important;
}
.page:hover h2, .page:hover h2 *,
main .page :is(a):hover,
main .page :is(a):hover * {
  font-style: unset !important;
}

header :is(button):hover, header :is(button):hover *,
footer :is(a):hover,
footer :is(a):hover *,
:is(.event-free, .event-structured) :is(a):hover,
:is(.event-free, .event-structured) :is(a):hover *,
nav :is(a):hover,
nav :is(a):hover * {
  color: black !important;
}

.uniform__potty {
  position: absolute;
  left: -9999px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
  padding: 0.5rem 1rem;
  background: white;
  color: blue;
  font-size: 1rem;
  text-decoration: underline;
}
.skip-link:focus {
  top: 0;
}

:focus-visible {
  outline: 3px solid white;
  outline-offset: 3px;
}

main :focus-visible {
  outline-color: var(--main-bg);
}

.open-nav {
  cursor: pointer;
}

.button,
form button,
input[type=submit] {
  font-family: "ABC ROM";
  display: inline-block;
  padding: 0.125rem 1rem;
  text-decoration: none;
  border: solid 2px black;
  color: black;
  background: white;
  cursor: pointer;
  text-align: center;
  min-width: 15ch;
}
@media screen and (max-width: 1000px) {
  .button,
  form button,
  input[type=submit] {
    font-size: 0.66rem;
    border: solid 1px black;
    min-width: 12ch;
  }
}
.button.highlighted,
form button.highlighted,
input[type=submit].highlighted {
  border: none;
  background: var(--main-bg);
  color: white;
  font-size: 1.5rem;
  border: solid 2px white;
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .button.highlighted,
  form button.highlighted,
  input[type=submit].highlighted {
    border: solid 1px white;
  }
}
@media screen and (max-width: 1000px) {
  .button.highlighted,
  form button.highlighted,
  input[type=submit].highlighted {
    font-size: 1.2rem;
  }
}

.buttons {
  display: flex;
  max-width: calc(100vw - 1rem);
  overflow: hidden;
  border: solid 2px black;
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .buttons {
    border: solid 1px black;
  }
}
.buttons .button {
  border-left: none;
  border-top: none;
  border-bottom: none;
}
.buttons .button:last-child {
  border-right: none;
}

a, .link {
  cursor: pointer;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}
ul.inline li {
  display: inline-block;
}

.padding {
  padding: 1rem;
}
@media screen and (max-width: 1000px) {
  .padding {
    padding: 1rem 0.5rem;
  }
}

.padding-block {
  margin: 1rem;
}
@media screen and (max-width: 1000px) {
  .padding-block {
    margin: 1rem 0.5rem;
  }
}

.padding-l {
  padding: 2rem 1rem;
}
@media screen and (max-width: 1000px) {
  .padding-l {
    padding: 1.5rem 0.5rem;
  }
}

.cols {
  justify-content: space-between;
}

.page-home-link {
  position: sticky;
  z-index: 100;
  top: 4.5rem;
  margin-left: calc(100vw - 3rem);
}
@media screen and (max-width: 1000px) {
  .page-home-link {
    top: 2.66rem;
    margin-left: calc(100vw - 2rem);
  }
}
.page-home-link img {
  margin-top: -0.4rem;
  width: 2.2rem;
}
@media screen and (max-width: 1000px) {
  .page-home-link img {
    width: 1.66rem;
  }
}

.page-title {
  margin-top: -2rem;
}

.page-list {
  list-style: none;
  padding: 0;
}
.page-list.highlighted {
  text-transform: uppercase;
}
.page-list.inline {
  display: flex;
  gap: 1em;
}

.page-previews,
.tile {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .page-previews.page-count-2,
  .tile.page-count-2 {
    flex-direction: column;
  }
}
.page-previews.page-count-2 .page,
.tile.page-count-2 .page {
  width: 50vw;
}
@media screen and (max-width: 1000px) {
  .page-previews.page-count-2 .page,
  .tile.page-count-2 .page {
    width: 100vw;
  }
}
.page-previews .page,
.tile .page {
  width: 100vw;
  height: calc(100dvh - 2.5rem);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--page-bg-color, blue);
}
@media screen and (max-width: 1000px) {
  .page-previews .page,
  .tile .page {
    height: 50dvh;
  }
}
.page-previews .page[data-href],
.tile .page[data-href] {
  cursor: pointer;
}
.page-previews .page .h2, .page-previews .page .h2 *,
.tile .page .h2,
.tile .page .h2 * {
  color: var(--page-text-color, white);
}
.page-previews .page.has-image,
.tile .page.has-image {
  background: black;
}
.page-previews .page.has-image .content .footer *,
.tile .page.has-image .content .footer * {
  color: white;
}
body.a11y-hide-images .page-previews .page.has-image .content .footer *,
body.a11y-hide-images .tile .page.has-image .content .footer * {
  color: black;
}
.page-previews .page h1,
.tile .page h1 {
  font-size: 8rem;
}
.page-previews .page:not(.page-template-event),
.tile .page:not(.page-template-event) {
  text-align: center;
}
.page-previews .page:not(.page-template-event) .content,
.tile .page:not(.page-template-event) .content {
  height: 100%;
}
.page-previews .page.uppercase h2,
.tile .page.uppercase h2 {
  text-transform: uppercase;
}
.page-previews .page .image-container,
.tile .page .image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: opacity 0.5s;
}
.page-previews .page .image-container img,
.tile .page .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.2s;
}
.page-previews .page:hover .image-container img,
.tile .page:hover .image-container img {
  scale: 1.1;
}
.page-previews .page .content, .page-previews .page .footer,
.tile .page .content,
.tile .page .footer {
  width: 100%;
  z-index: 10;
}
.page-previews .page .content,
.tile .page .content {
  width: calc(100% - 2rem);
  margin: 2rem 1rem;
}
.page-previews .page .content h2,
.tile .page .content h2 {
  margin-bottom: 0;
}
.page-previews .page:not(.has-image).logo-tile .content,
.tile .page:not(.has-image).logo-tile .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.page-previews .page:not(.has-image).logo-tile .content h2,
.tile .page:not(.has-image).logo-tile .content h2 {
  font-size: 10rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 0.7em;
}
@media screen and (max-width: 1000px) {
  .page-previews .page:not(.has-image).logo-tile .content h2,
  .tile .page:not(.has-image).logo-tile .content h2 {
    font-size: 4rem;
  }
}
.page-previews .page:not(.page-template-event):not(.logo-tile) .content,
.tile .page:not(.page-template-event):not(.logo-tile) .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-previews .page .footer,
.tile .page .footer {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-previews .page .footer .footer-content,
.tile .page .footer .footer-content {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  padding-left: 3rem;
}
@media screen and (max-width: 1000px) {
  .page-previews .page .footer .footer-content,
  .tile .page .footer .footer-content {
    padding-left: 0.5rem;
  }
}
.page-previews.page-count-2 .page:not(.has-image).logo-tile .content h2,
.tile.page-count-2 .page:not(.has-image).logo-tile .content h2 {
  font-size: 5rem;
  line-height: 0.8em;
}
@media screen and (max-width: 1400px) {
  .page-previews.page-count-2 .page:not(.has-image).logo-tile .content h2,
  .tile.page-count-2 .page:not(.has-image).logo-tile .content h2 {
    font-size: 4rem;
  }
}
.page-previews h2,
.tile h2 {
  hyphens: auto;
}

.text {
  max-width: 1200px;
}

.text-expandable {
  height: 11.5rem;
  overflow: hidden;
  position: relative;
}
.text-expandable.expanded {
  height: fit-content;
  padding-bottom: 2rem;
}
.text-expandable:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5rem;
  background: linear-gradient(rgba(255, 255, 255, 0), white, white);
  bottom: 0;
}
body.a11y-inverted .text-expandable:after {
  background: linear-gradient(rgba(0, 0, 0, 0), black, black);
}
.text-expandable.expanded:after {
  display: none;
}
.text-expandable .text-expand {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
.text-expandable .text-expand span {
  color: blue;
  font-size: 2rem;
}
.text-expandable.expanded .text-expand span {
  display: inline-block;
  transform: rotate(180deg);
}

.text-medium, .text-medium * {
  font-family: "ABC ROM Medium";
}

.images {
  padding-bottom: 1rem;
}
.images img {
  max-width: min(800px, 100vw - 1rem);
}

form {
  padding-bottom: 1rem;
}
form .form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 1400px) {
  form .form-row {
    flex-direction: column;
    gap: 0.125rem;
  }
}
form .form-row > * {
  flex: var(--span, 12);
}
@media screen and (max-width: 1000px) {
  form .form-row > * {
    flex: 1;
  }
}
form .form-field {
  display: flex;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 600px) {
  form .form-field {
    flex-direction: column;
    gap: 0.125rem;
  }
}
form .form-field label {
  display: inline-block;
  min-width: 14ch;
}
form .form-field label span {
  margin-left: -0.2rem;
  opacity: 0.25;
}
form .form-field input,
form .form-field select {
  border: none;
  border-bottom: solid 2px black;
  color: blue;
  flex: 1;
}

.team-container {
  display: flex;
  gap: 1rem;
  margin-top: -7rem;
  padding-top: 7rem;
}
.team-container .team-detail-container {
  flex: 2;
}
@media screen and (max-width: 1000px) {
  .team-container .team-detail-container {
    display: none;
  }
}
.team-container .team-detail {
  position: fixed;
  top: 3rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  padding-right: 1rem;
  bottom: 0;
  overflow: auto;
}
.team-container .team-detail .team-member-portrait-grid {
  display: none;
}
.team-container .team-detail .team-member-portrait-detail {
  display: block;
}
.team-container .team-detail .team-member-portrait-detail img {
  max-width: 300px;
}
.team-container .team-grid {
  flex: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .team-container .team-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-container .team-grid .team-member:hover * {
  color: blue;
  font-style: italic;
}
@media screen and (min-width: 1001px) {
  .team-container .team-grid .team-member {
    cursor: pointer;
  }
}
.team-container .team-grid .team-member-long-description {
  display: none;
}
@media screen and (max-width: 1000px) {
  .team-container .team-grid .team-member.active .team-member-long-description {
    display: block;
  }
  .team-container .team-grid .team-member.active .team-member-portrait-grid {
    display: none;
  }
  .team-container .team-grid .team-member.active .team-member-portrait-detail {
    display: block;
  }
}
.team-container .team-grid .team-member-portrait-grid {
  width: 100%;
}
.team-container .team-grid .team-member-portrait-grid img:hover {
  opacity: 0.8;
}
.team-container .team-grid .team-member-portrait-detail {
  display: none;
}
.team-container .team-member-portrait-grid,
.team-container .team-member-portrait-detail {
  background: black;
  width: fit-content;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.team-container .team-member-portrait-grid img,
.team-container .team-member-portrait-detail img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  transition: opacity 0.5s;
}
.team-container .team-member-name {
  margin: 0;
  margin-bottom: 0.25rem;
}
.team-container .team-member-description {
  margin: 0;
  font-size: 0.75em;
  margin-bottom: 0.5rem;
}

.event-filters,
.child-pages {
  margin-top: -1rem;
}

.event-filters ul,
.child-pages ul,
.artbutler-tabs ul {
  display: flex;
  gap: 0 1ch;
  flex-wrap: wrap;
}
.event-filters ul li,
.child-pages ul li,
.artbutler-tabs ul li {
  white-space: nowrap;
}
.event-filters ul span,
.child-pages ul span,
.artbutler-tabs ul span {
  cursor: pointer;
}
.event-filters ul span.active,
.event-filters ul span[aria-selected=true],
.event-filters ul a.active,
.child-pages ul span.active,
.child-pages ul span[aria-selected=true],
.child-pages ul a.active,
.artbutler-tabs ul span.active,
.artbutler-tabs ul span[aria-selected=true],
.artbutler-tabs ul a.active {
  font-weight: normal;
  color: blue;
}

.artbutler-tabs {
  margin-bottom: 2rem;
}

.event-dates > h3 {
  background: var(--main-bg);
  color: white;
  margin-top: 1.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.5rem 1rem;
}
.event-dates a {
  white-space: nowrap;
}
.event-dates ul {
  margin-bottom: 0;
}
.event-dates ul li {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.5rem 1rem;
}
body.template-events .event-dates ul li.event-free {
  background: var(--main-bg);
}
body.template-events .event-dates ul li.event-free * {
  color: white;
}
.event-dates ul li:after {
  content: "";
  position: absolute;
  margin-top: calc(0.5rem - 3px);
  height: 3px;
  width: calc(100% - 2rem);
  background: var(--main-bg);
}
@media screen and (max-width: 1000px) {
  .event-dates ul li:after {
    width: calc(100% - 1rem);
  }
}
.event-dates ul li * {
  white-space: wrap;
  color: var(--main-bg);
}
.event-dates ul li .cols {
  gap: 2rem;
}
@media screen and (max-width: 1000px) {
  .event-dates ul li .cols {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.event-dates ul li .cols > div:nth-child(1) {
  width: 10ch;
}
@media screen and (max-width: 1000px) {
  .event-dates ul li .cols > div:nth-child(1) {
    width: 7ch;
  }
}
.event-dates ul li .cols > div:nth-child(2) {
  flex: 1;
}
.event-dates ul li .cols div p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .event-dates ul li .cols .entry {
    width: 100%;
  }
}
.event-dates ul li h4 {
  margin-bottom: 0;
}
.event-dates.hide-title ul:last-child li:last-child:after, .event-dates.show-title ul li:last-child:after {
  display: none;
}

.dates {
  margin-top: -100px;
  padding-top: 100px;
}

.dates-info {
  display: flex;
  background: var(--main-bg);
  margin-bottom: 1rem;
}
.dates-info:last-child {
  margin-bottom: 2px;
}
.dates-info .cols {
  justify-content: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .dates-info .cols {
    flex-direction: column;
  }
}
.dates-info .cols > div {
  flex: 1;
}
.dates-info > div p:last-child {
  margin-bottom: 0;
}
.dates-info * {
  color: white;
}

.a11y-option {
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.5rem;
}
.a11y-option img {
  height: 2ch;
  width: 2ch;
  vertical-align: bottom;
  margin-left: -0.25rem;
}

.modal-accessibility {
  z-index: 5000;
  transform: translate(0, 130%);
  display: flex;
  align-items: flex-end;
}
.modal-accessibility header {
  display: none;
}
.modal-accessibility .content {
  background: var(--main-bg);
  height: auto;
}

.a11y-controls {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .a11y-controls {
    flex-direction: column;
  }
  .a11y-controls .a11y-color-controls {
    text-align: right;
  }
}

.a11y-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.a11y-label {
  font-size: 1rem;
  color: white;
  flex: 1;
}

.ios-toggle {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  flex-shrink: 0;
}
.ios-toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.ios-toggle input:focus-visible ~ .ios-toggle-track {
  outline: 3px solid white;
  outline-offset: 2px;
}
.ios-toggle input:checked ~ .ios-toggle-track .ios-toggle-thumb {
  transform: translateX(1.75rem);
}

.ios-toggle-track {
  display: block;
  width: 3rem;
  height: 1.25rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  transition: background 0.25s;
  position: relative;
}

.ios-toggle-thumb {
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  width: 0.95rem;
  height: 0.95rem;
  background: white;
  border-radius: 50%;
  transition: transform 0.25s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.a11y-font-size-controls {
  display: flex;
  gap: 0.4rem;
}

.a11y-font-btn,
.a11y-color-btn {
  appearance: none;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 0.4rem;
  transition: background 0.15s;
  line-height: 1;
  margin-right: 0.25rem;
}
.a11y-font-btn.active,
.a11y-color-btn.active {
  font-weight: bold;
}
.image-single {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.image-single figure {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.image-single figure img {
  max-height: 100dvh;
}
.image-single figure figcaption {
  margin-top: 0.5rem;
}

.image-slider {
  position: relative;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  width: 100vw;
}
.image-slider:not(.has-captions):last-child {
  margin-bottom: -1.5rem;
}
body.a11y-hide-images .image-slider {
  display: none;
}
.image-slider .image-slider-track {
  display: flex;
  transition: transform 0.4s ease;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.image-slider .image-slider-track::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}
.image-slider .image-slider-slide {
  margin-bottom: 0;
}
.image-slider .image-slider-slide img, .image-slider .image-slider-slide video {
  height: 100dvh;
  display: block;
  max-height: 80vh;
}
@media screen and (max-width: 1000px) {
  .image-slider .image-slider-slide img, .image-slider .image-slider-slide video {
    max-height: 50vh;
  }
}
.image-slider .image-slider-prev,
.image-slider .image-slider-next {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  padding: 0 0.25rem;
  color: blue;
  position: absolute;
  z-index: 100;
  top: calc(50% - 1.5rem);
  -webkit-text-stroke-color: white;
  text-stroke-color: white;
  -webkit-text-stroke-width: 3px;
  text-stroke-width: 3px;
  paint-order: stroke fill;
}
.image-slider .image-slider-prev:focus-visible,
.image-slider .image-slider-next:focus-visible {
  outline: 3px solid white;
  outline-offset: 2px;
}
.image-slider .image-slider-prev {
  left: 0.5rem;
}
.image-slider .image-slider-next {
  right: 0.5rem;
}
.image-slider figcaption {
  margin-top: 0.5rem;
  margin-left: 1rem;
}

figure.has-video-href {
  position: relative;
}
figure.has-video-href:after {
  content: "▶";
  position: absolute;
  font-size: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  pointer-events: none;
  color: blue;
  -webkit-text-stroke-color: white;
  text-stroke-color: white;
  -webkit-text-stroke-width: 3px;
  text-stroke-width: 3px;
  paint-order: stroke fill;
}
figure.has-video-href:hover:after {
  font-style: italic;
}

.dates-info + .image-slider {
  margin-top: -1rem;
}

body.a11y-hide-images main > div img,
body.a11y-hide-images main > div .image-container {
  display: none !important;
}

body.a11y-bw {
  background: white !important;
  --main-bg: white;
}
body.a11y-bw * {
  color: black !important;
}
body.a11y-bw img {
  filter: grayscale(100%) contrast(120%);
}
body.a11y-bw header,
body.a11y-bw footer,
body.a11y-bw .ios-toggle-track,
body.a11y-bw .three-toggle-track,
body.a11y-bw .tile,
body.a11y-bw .page {
  background: black;
}
body.a11y-bw header *,
body.a11y-bw footer *,
body.a11y-bw .ios-toggle-track *,
body.a11y-bw .three-toggle-track *,
body.a11y-bw .tile *,
body.a11y-bw .page * {
  color: white !important;
}
body.a11y-bw header .button,
body.a11y-bw footer .button,
body.a11y-bw .ios-toggle-track .button,
body.a11y-bw .three-toggle-track .button,
body.a11y-bw .tile .button,
body.a11y-bw .page .button {
  color: black !important;
}

body.a11y-inverted {
  --main-bg: black;
}
body.a11y-inverted, body.a11y-inverted main {
  background: black !important;
}
body.a11y-inverted * {
  color: white !important;
}
body.a11y-inverted img {
  filter: grayscale(100%) contrast(120%);
}
body.a11y-inverted header,
body.a11y-inverted footer,
body.a11y-inverted .ios-toggle-track,
body.a11y-inverted .three-toggle-track,
body.a11y-inverted .tile,
body.a11y-inverted .page {
  background: white;
}
body.a11y-inverted header *,
body.a11y-inverted footer *,
body.a11y-inverted .ios-toggle-track *,
body.a11y-inverted .three-toggle-track *,
body.a11y-inverted .tile *,
body.a11y-inverted .page * {
  color: black !important;
}
body.a11y-inverted header .button,
body.a11y-inverted footer .button,
body.a11y-inverted .ios-toggle-track .button,
body.a11y-inverted .three-toggle-track .button,
body.a11y-inverted .tile .button,
body.a11y-inverted .page .button {
  color: black !important;
}

.artbutler-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.artbutler-grid[hidden] {
  display: none;
}
@media screen and (max-width: 1000px) {
  .artbutler-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.artbutler-grid .entry img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
}
.artbutler-grid .entry .h5, .artbutler-grid .entry .team-container .team-member-name, .team-container .artbutler-grid .entry .team-member-name {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.logo-container .logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.logo-container .logo-grid img {
  width: 20%;
  object-fit: contain;
}
@media screen and (max-width: 1000px) {
  .logo-container .logo-grid img {
    width: calc(50% - 0.5rem);
  }
}
.logo-container .logo-grid a {
  width: 20%;
}
.logo-container .logo-grid a img {
  width: 100%;
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .page-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-grid > div img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

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