@charset "UTF-8";
/*
Theme Name: Andy Warhol Museum - The Pop District
Theme URI: http://warhol.org
Author: The Andy Warhol Museum and Spellerberg Associates
Author URI: http://spellerberg.org
Version: 1.0.0
*/
:root {
  --awm-pink: #E782A9;
  --awm-orange: #FFB25B;
  --awm-yellow: #FAE053;
  --awm-green: #A1D884;
  --awm-blue: #68D2DF;
  --awm-teal: #47BFC5;
  --awm-purple: #96ACE9;
  --awm-silver: #bbb;
  --awm-silver--light: #E5E5E5;
  --awm-pink--rgb: 231, 130, 169;
  --awm-orange--rgb: 255, 178, 91;
  --awm-yellow--rgb: 250, 224, 83;
  --awm-green--rgb: 161, 216, 132;
  --awm-blue--rgb: 104, 210, 223;
  --awm-teal--rgb: 71, 191, 197;
  --awm-purple--rgb: 219, 194, 221;
  --awm-silver--rgb: 187, 187, 187;
  --awm-text--purple: #651CD1;
  --awm-text--pink: #B500B5;
  --awm-text--blue-dark: #27638C;
  --awm-text--blue: #0028F5;
  --awm-text--green: #39804A;
  --awm-text--orange: #E8542F;
  --background-color: #fff;
  --text-color: #000;
  --text-color--light: #696969;
  --text-color--page-title: #6b747c;
  --border-color: #000;
}
:root .silver {
  --fullcolor: #6b747c;
  --lightcolor: #E5E5E5;
}

.theme--dark {
  --background-color: #000;
  --text-color: #fff;
  --text-color--light: #999;
  --border-color: #fff;
  --awm-silver: #333;
  --awm-silver--light: #222;
}
.theme--dark .silver {
  --fullcolor: #333;
  --lightcolor: #222;
}

.awm-pink--overlay {
  background-color: rgba(var(--awm-pink--rgb), 0.98) !important;
}

.awm-orange--overlay {
  background-color: rgba(var(--awm-orange--rgb), 0.98) !important;
}

.awm-yellow--overlay {
  background-color: rgba(var(--awm-yellow--rgb), 0.98) !important;
}

.awm-green--overlay {
  background-color: rgba(var(--awm-green--rgb), 0.98) !important;
}

.awm-blue--overlay {
  background-color: rgba(var(--awm-blue--rgb), 0.98) !important;
}

.awm-purple--overlay {
  background-color: rgba(var(--awm-purple--rgb), 0.98) !important;
}

.awm-silver--overlay {
  background-color: rgba(var(--awm-silver--rgb), 0.98) !important;
}

.awm-pink__background {
  background-color: var(--awm-pink, #E782A9) !important;
}
.awm-pink__background *::-ms-backdrop, .awm-pink__background {
  background-color: #E782A9 !important;
}

.awm-orange__background {
  background-color: var(--awm-orange, #FFB25B) !important;
}
.awm-orange__background *::-ms-backdrop, .awm-orange__background {
  background-color: #FFB25B !important;
}

.awm-yellow__background {
  background-color: var(--awm-yellow, #FAE053) !important;
}
.awm-yellow__background *::-ms-backdrop, .awm-yellow__background {
  background-color: #FAE053 !important;
}

.awm-green__background {
  background-color: var(--awm-green, #A1D884) !important;
}
.awm-green__background *::-ms-backdrop, .awm-green__background {
  background-color: #A1D884 !important;
}

.awm-blue__background {
  background-color: var(--awm-blue, #68D2DF) !important;
}
.awm-blue__background *::-ms-backdrop, .awm-blue__background {
  background-color: #68D2DF !important;
}

.awm-purple__background {
  background-color: var(--awm-purple, #96ACE9) !important;
}
.awm-purple__background *::-ms-backdrop, .awm-purple__background {
  background-color: #96ACE9 !important;
}

.awm-silver__background {
  background-color: var(--awm-silver, #bbb) !important;
}
.awm-silver__background *::-ms-backdrop, .awm-silver__background {
  background-color: #bbb !important;
}

.awm-silver-light__background {
  background-color: var(--awm-silver--light, #E5E5E5) !important;
}
.awm-silver-light__background *::-ms-backdrop, .awm-silver-light__background {
  background-color: #E5E5E5 !important;
}

.awm-text--pink {
  color: var(--awm-text--pink, #B500B5) !important;
}

.awm-text--orange {
  color: var(--awm-text--orange, #E8542F) !important;
}

.awm-text--green {
  color: var(--awm-text--green, #39804A) !important;
}

.awm-text--blue {
  color: var(--awm-text--blue, #0028F5) !important;
}

.awm-text--purple {
  color: var(--awm-text--purple, #651CD1) !important;
}

.awm-pink__background--secondary {
  background-color: var(--awm-pink, #E782A9) !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
}
.awm-pink__background--secondary *::-ms-backdrop, .awm-pink__background--secondary {
  background-color: #E782A9 !important;
}

.awm-orange__background--secondary {
  background-color: var(--awm-orange, #FFB25B) !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
}
.awm-orange__background--secondary *::-ms-backdrop, .awm-orange__background--secondary {
  background-color: #FFB25B !important;
}

.awm-yellow__background--secondary {
  background-color: var(--awm-yellow, #FAE053) !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
}
.awm-yellow__background--secondary *::-ms-backdrop, .awm-yellow__background--secondary {
  background-color: #FAE053 !important;
}

.awm-green__background--secondary {
  background-color: var(--awm-green, #A1D884) !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
}
.awm-green__background--secondary *::-ms-backdrop, .awm-green__background--secondary {
  background-color: #A1D884 !important;
}

.awm-blue__background--secondary {
  background-color: var(--awm-blue, #68D2DF) !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
}
.awm-blue__background--secondary *::-ms-backdrop, .awm-blue__background--secondary {
  background-color: #68D2DF !important;
}

.awm-purple__background--secondary {
  background-color: var(--awm-purple, #96ACE9) !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
}
.awm-purple__background--secondary *::-ms-backdrop, .awm-purple__background--secondary {
  background-color: #96ACE9 !important;
}

.awm-silver__background--secondary {
  background-color: var(--awm-silver, #bbb) !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
}
.awm-silver__background--secondary *::-ms-backdrop, .awm-silver__background--secondary {
  background-color: #bbb !important;
}

.awm-silver-light__background--secondary {
  background-color: var(--awm-silver--light, #E5E5E5) !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.015));
}
.awm-silver-light__background--secondary *::-ms-backdrop, .awm-silver-light__background--secondary {
  background-color: #E5E5E5 !important;
}

.awm-pink__background--tertiary {
  background-color: var(--awm-pink, #E782A9) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.awm-pink__background--tertiary *::-ms-backdrop, .awm-pink__background--tertiary {
  background-color: #E782A9 !important;
}

.awm-orange__background--tertiary {
  background-color: var(--awm-orange, #FFB25B) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.awm-orange__background--tertiary *::-ms-backdrop, .awm-orange__background--tertiary {
  background-color: #FFB25B !important;
}

.awm-yellow__background--tertiary {
  background-color: var(--awm-yellow, #FAE053) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
.awm-yellow__background--tertiary *::-ms-backdrop, .awm-yellow__background--tertiary {
  background-color: #FAE053 !important;
}

.awm-green__background--tertiary {
  background-color: var(--awm-green, #A1D884) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.awm-green__background--tertiary *::-ms-backdrop, .awm-green__background--tertiary {
  background-color: #A1D884 !important;
}

.awm-blue__background--tertiary {
  background-color: var(--awm-blue, #68D2DF) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
.awm-blue__background--tertiary *::-ms-backdrop, .awm-blue__background--tertiary {
  background-color: #68D2DF !important;
}

.awm-purple__background--tertiary {
  background-color: var(--awm-purple, #96ACE9) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.awm-purple__background--tertiary *::-ms-backdrop, .awm-purple__background--tertiary {
  background-color: #96ACE9 !important;
}

.awm-silver__background--tertiary {
  background-color: var(--awm-silver, #bbb) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.awm-silver__background--tertiary *::-ms-backdrop, .awm-silver__background--tertiary {
  background-color: #bbb !important;
}

.awm-silver-light__background--tertiary {
  background-color: var(--awm-silver--light, #E5E5E5) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.awm-silver-light__background--tertiary *::-ms-backdrop, .awm-silver-light__background--tertiary {
  background-color: #E5E5E5 !important;
}

.awm-purple__accent a.button--link {
  color: var(--awm-text--purple, #651CD1);
}
.awm-purple__accent a.button--link svg > path {
  fill: var(--awm-text--purple, #651CD1);
}
.awm-purple__accent.block-featured .status {
  color: var(--awm-text--purple, #651CD1);
}

.awm-pink__accent a.button--link {
  color: var(--awm-text--pink, #B500B5);
}
.awm-pink__accent a.button--link svg > path {
  fill: var(--awm-text--pink, #B500B5);
}
.awm-pink__accent.block-featured .status {
  color: var(--awm-text--pink, #B500B5);
}

.awm-blue__accent a.button--link {
  color: var(--awm-text--blue, #0028F5);
}
.awm-blue__accent a.button--link svg > path {
  fill: var(--awm-text--blue, #0028F5);
}
.awm-blue__accent.block-featured .status {
  color: var(--awm-text--blue, #0028F5);
}

.awm-blue-dark__accent a.button--link {
  color: var(--awm-text--blue-dark, #27638C);
}
.awm-blue-dark__accent a.button--link svg > path {
  fill: var(--awm-text--blue-dark, #27638C);
}
.awm-blue-dark__accent.block-featured .status {
  color: var(--awm-text--blue-dark, #27638C);
}

.awm-green__accent a.button--link {
  color: var(--awm-text--green, #39804A);
}
.awm-green__accent a.button--link svg > path {
  fill: var(--awm-text--green, #39804A);
}
.awm-green__accent.block-featured .status {
  color: var(--awm-text--green, #39804A);
}

.awm-orange__accent a.button--link {
  color: var(--awm-text--orange, #E8542F);
}
.awm-orange__accent a.button--link svg > path {
  fill: var(--awm-text--orange, #E8542F);
}
.awm-orange__accent.block-featured .status {
  color: var(--awm-text--orange, #E8542F);
}

body {
  background-color: var(--background-color, #fff);
}

a {
  color: var(--text-color, #000);
}

[data-whatinput=mouse] *:focus {
  -webkit-tap-highlight-color: var(--text-color, #000);
}

.screen-reader-text.focus-visible:focus {
  background: var(--background-color, #fff);
}

.toptabs button {
  color: var(--text-color, #000);
}

.toptabs button.selected {
  border-color: var(--border-color, #000);
}

.home .passwordform,
.passwordform.dark {
  background: #444;
  background: var(--fullcolor);
  color: #fff;
}

/* Lightbox */
.lightbox {
  background-color: var(--background-color, #fff);
}

.lightbox.silver {
  background-color: rgba(229, 229, 229, 0.98);
}

.lightbox.silver header.navheader {
  background-color: rgba(229, 229, 229, 0.98);
  z-index: 100;
}

.subnav a {
  color: var(--text-color, #000);
}

.subnav button {
  color: var(--text-color, #000);
}

.subnav #s {
  color: var(--text-color, #000);
}

.subnav #s2 {
  color: var(--text-color, #000);
}

.menusubnav {
  color: var(--text-color, #000);
}

.menusubnav .accordionitem {
  border-color: var(--border-color, #000);
}

.menusubnav .submenusearch {
  border-color: var(--border-color, #000);
}

#menunav .menusubnav a {
  color: var(--text-color, #000);
}

#menunav .subnavwrap .menusubnav .accordion .listitem > .toggle button.toggle {
  color: var(--text-color, #000);
}

.toptabs__nav-aux a {
  color: var(--text-color, #000);
}

/* Titles */
.title-event span {
  color: var(--text-color, #000);
}

.title-event .eventstatus {
  color: var(--text-color, #000);
}

.title-event.color {
  color: var(--text-color, #000);
}

.title-event.color a {
  color: var(--text-color, #000);
}

.title-calendar span {
  color: var(--text-color, #000);
}

.title-calendar h1 {
  border-color: var(--border-color, #000);
}

.title-subtle h1,
.title-subtle h2 {
  border-color: var(--border-color, #000);
}

/* Homepage Hero */
/* Accordions */
#main .accordion.js > .listitem .toggle button.toggle {
  color: var(--text-color, #000);
  color: var(--text-color, #000);
}

#main .accordion.js > .listitem .toggle button.toggle:hover {
  color: var(--text-color, #000);
}

#main .accordion.js > .listitem .toggle button.toggle:focus {
  color: var(--text-color, #000);
}

#main .accordion.js > .listitem .toggle button.toggle[aria-expanded=true] {
  color: var(--text-color, #000);
}

/* Flickity */
.flickity-page-dots .dot {
  border-color: var(--border-color, #000);
}

.flickity-page-dots .dot.is-selected {
  background: #000;
}

/* Blocks */
.block-accordion {
  background-color: var(--awm-silver, #bbb);
  border-color: #444;
  border-color: var(--fullcolor);
}

.block-accordion h2 {
  color: #fff;
}

.block-accordion.closed h2 {
  background-color: var(--awm-silver, #bbb);
  color: #fff;
}

.block-accordion.closed h2:hover {
  background-color: var(--awm-silver, #bbb);
  color: #fff;
}

.block-accordion .accordioncontent {
  border-color: #444;
  border-color: var(--fullcolor);
}

.block-accordion .buttonrow a {
  background-color: var(--awm-silver, #bbb);
  color: #fff;
}

.block-accordion .tangentrow {
  background-color: var(--awm-silver--light, #E5E5E5);
}

.block-accordion .textrow a {
  color: var(--text-color, #000);
}

.block-biglist {
  color: var(--text-color, #000);
}

.block-biglist li:before {
  background: var(--fullcolor) none repeat scroll 0 0;
}

.block-biglist a {
  border-color: #444;
  border-color: var(--fullcolor);
}

.block-button a {
  background-color: var(--awm-silver, #bbb);
  color: #fff;
}

.block-calltoaction {
  color: var(--text-color, #000);
}

.block-calltoaction a {
  color: var(--text-color, #000);
}

.block-calltoaction.dark.awm-silver--background {
  background-color: #E5E5E5 !important;
  background-color: var(--lightcolor) !important;
}

.block-video.color {
  color: var(--text-color, #000);
}

.block-video.color .button a {
  color: var(--text-color, #000);
}

.block-carousel.color {
  background-color: var(--awm-silver--light, #E5E5E5);
}

.block-carousel .button a {
  color: #fff;
  background-color: var(--awm-silver, #bbb);
}

.block-compactlisting h2 {
  border-color: var(--border-color, #000);
}

.block-compactlisting .imagecolumn a {
  color: var(--text-color, #000);
}

.block-compactlisting .button a {
  color: var(--text-color, #000);
  border-color: var(--border-color, #000);
}

.block-compactlisting .button span {
  color: var(--text-color, #000);
  border-color: var(--border-color, #000);
}

.block-hours h2 {
  border-color: var(--border-color, #000);
}

.block-introtext {
  color: var(--text-color, #000);
}

.block-introtext.color {
  background-color: var(--awm-silver--light, #E5E5E5);
}

.block-introtext a {
  color: var(--text-color, #000);
}

.block-introtext h1 {
  color: var(--text-color, #000);
}

.block-introtext h2 {
  color: var(--text-color, #000);
}

.block-listing .imagecolumn a {
  color: var(--text-color, #000);
}

.block .item .textcolumn > p.canceled {
  color: #be0000;
}

.block-listing .textinner p {
  color: var(--text-color, #000);
}

.block-listing .imagecolumn figcaption .sizelimit {
  color: var(--text-color, #000);
}

.block-listing .button a {
  color: var(--text-color, #000);
  border-color: var(--border-color, #000);
}

.block-listing .button span {
  color: var(--text-color, #000);
  border-color: var(--border-color, #000);
}

.block-pullquote {
  color: var(--text-color, #000);
}

.block-quicklinks h2 {
  border-color: var(--border-color, #000);
}

.block-video.color {
  background: #444;
  background: var(--lightcolor);
}

.block-video h2 {
  color: var(--text-color, #000);
}

.block-video.color h2 {
  color: var(--text-color, #000);
}

[data-whatinput=keyboard] .block-carousel .button a:focus {
  outline-color: #444;
  outline-color: var(--fullcolor);
}

[data-whatinput=keyboard] .posts-navigation a:focus {
  outline-color: #444;
  outline-color: var(--fullcolor);
}

[data-whatinput=keyboard] .block-compactlisting .buttonrow a:focus {
  outline-color: #444;
  outline-color: var(--fullcolor);
}

[data-whatinput=keyboard] .block-content .button a:focus {
  outline-color: #444;
  outline-color: var(--fullcolor);
}

.block-twocolumn h2 {
  border-color: var(--border-color, #000);
}

.block-twocolumn a.button {
  color: #fff;
  background: #444;
  background: var(--fullcolor);
}

/* Lessons & Resources */
.lessonfilters button {
  color: var(--text-color, #000);
  border-color: var(--border-color, #000);
  border-color: var(--fullcolor);
}

.lessonfilters button.active {
  background-color: var(--awm-silver, #bbb);
  color: #fff;
}

.resourcesnav {
  background-color: #E5E5E5;
  background-color: var(--fullcolor);
}

/* Archive / Search Results */
/* Maincolumn */
/* Listcolumn */
.listcolumn .item a {
  color: var(--text-color, #000);
}

.listcolumn .item ul {
  color: #616161;
}

.listcolumn .item .canceled {
  color: #be0000;
}

.listcolumn .item .on-sale-soon {
  color: #be0000;
}

.listcolumn button {
  color: var(--text-color, #000);
  border-color: var(--border-color, #000);
  border-color: var(--fullcolor);
}

.listcolumn button.selected {
  background-color: var(--awm-silver, #bbb);
}

[data-whatinput=keyboard] .listcolumn button.selected {
  outline-color: #444;
  outline-color: var(--fullcolor);
}

/* Sidebar */
.sidebar a {
  color: var(--text-color, #000);
}

.sidebar .location a {
  color: var(--text-color, #000);
  border-color: var(--border-color, #000);
}

.sidebar {
  border-color: var(--border-color, #000);
}

.sidebar .canceled {
  color: #be0000;
}

/* Events Page */
.eventsidebar {
  border-color: var(--border-color, #000);
}

.calendar-month-grid__header {
  background: #444;
  background: var(--fullcolor);
}

.events .calendar-month-grid__header h2 {
  color: #fff;
}

a.calendar-month-grid__nav {
  color: #fff;
}

.calendar-month-grid__title {
  color: #fff;
}

.calendar-month-grid__nav:hover {
  fill: #dd5e63;
}

.calendar-month-grid__date-link.calendar-month-grid__date-link {
  display: inline-block;
  color: var(--text-color, #000);
}

.calendar-month-grid__date--current {
  background-color: #bbb;
}

.calendar-month-grid__date--current a {
  display: inline-block;
  color: var(--text-color, #000);
}

.calendar-month-grid__date--current .calendar-month-grid__date-link {
  color: var(--text-color, #000);
}

.calendar-month-grid__date--past .calendar-month-grid__date-link {
  color: #616161;
}

ul.calendar-month-grid__range-selector,
ul.calendar-month-grid__range-selector a {
  color: var(--text-color, #000);
}

/* Locations */
.location-map {
  border-color: var(--border-color, #000);
}

/* Site Footer */
.sitefooter {
  color: #fff;
  background: #222;
}

.sitefooter a {
  color: #fff;
  border-color: #fff;
}

/* Forms */
.block-form a {
  border-color: var(--border-color, #000);
  color: var(--text-color, #000);
}

.block-form .buttonrow a {
  color: #fff;
}

.block-form .textrow ul li:before {
  background: #000 none repeat scroll 0 0;
}

.gform_wrapper input[type=button] {
  color: #fff;
}

.gform_wrapper input[type=submit] {
  color: #fff;
}

.gform_body input {
  border-color: var(--border-color, #000);
  color: var(--text-color, #000);
}

.gform_body textarea {
  border-color: var(--border-color, #000);
  color: var(--text-color, #000);
}

.gform_wrapper input[type=submit] {
  background-color: var(--awm-silver, #bbb);
}

.gform_wrapper input[type=button] {
  background-color: var(--awm-silver, #bbb);
}

.gform_wrapper .gform_footer input.button {
  outline-color: var(--border-color, #000);
}

.gform_wrapper .gform_page_footer input.button {
  outline-color: var(--border-color, #000);
}

.gform_wrapper .gform_footer input[type=submit] {
  outline-color: var(--border-color, #000);
}

.gform_wrapper .gform_page_footer input[type=submit] {
  outline-color: var(--border-color, #000);
}

.gform_drop_instructions {
  color: var(--text-color, #000);
}

#ui-datepicker-div {
  background-color: var(--awm-silver--light, #E5E5E5);
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  background-color: var(--awm-silver--light, #E5E5E5);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--text-color, #000);
}

::-moz-placeholder { /* Firefox 19+ */
  color: var(--text-color, #000);
}

:-ms-input-placeholder { /* IE 10+ */
  color: var(--text-color, #000);
}

:-moz-placeholder { /* Firefox 18- */
  color: var(--text-color, #000);
}

/* Print */
@media print {
  body * {
    color: #000;
  }
  .logo .screen-reader-text {
    color: #000;
  }
}
:root {
  --grid-gutter: 2.4rem;
}

@media screen and (min-width: 56.25em) {
  :root {
    --grid-gutter: 4rem;
  }
}
/**
  * Include this Sass mixin for aspect-ratio. Includes fallback
  * for browsers that do not support aspect-ratio. This fallback is really not necessary at this point unless
  * a specific browser you need to support.
  * 
  * Usage:
  * @include aspect-ratio(16,9);
  * creates a 16x9 container using aspect-ratio for supported browsers with fallback for browsers that do not. 
  * 
  * Codepen Example: https://codepen.io/knolaust/pen/KKZwXjv
  *
  */
html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
  font-variant-ligatures: none;
}

html.mouseuser * {
  outline: none;
}

body {
  min-width: 250px;
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.65;
  letter-spacing: 0.025px;
  word-spacing: 0.025px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: var(--text-color, #000);
  font-size: 1.6rem;
}
@media screen and (min-width: 75em) {
  body {
    /* 1200px */
    font-size: 1.8rem;
  }
}

body:after {
  display: none;
  content: url("images/closemenu-black.svg") url("images/closemenu-white.svg") url("images/logo-white.svg") url("images/menu-black.svg") url("images/menu-white.svg") url("images/search-white.svg") url("images/tray-close.svg");
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.125;
  font-weight: 700;
  margin: 2.4rem 0 2rem;
}

.block-contentblock h2 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
}
@media screen and (min-width: 56.25em) {
  .block-contentblock h2 {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .block-contentblock h2 {
    /* 1200px */
    font-size: 4rem;
  }
}
.block-contentblock h3 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.25;
  text-transform: none;
}
@media screen and (min-width: 56.25em) {
  .block-contentblock h3 {
    /* 900px */
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 75em) {
  .block-contentblock h3 {
    /* 1200px */
    font-size: 3rem;
  }
}
.block-contentblock h4 {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.125;
  text-transform: none;
}
@media screen and (min-width: 56.25em) {
  .block-contentblock h4 {
    /* 900px */
    font-size: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .block-contentblock h4 {
    /* 1200px */
    font-size: 2.4rem;
  }
}

/* Preload images*/
.scrollingcontent {
  width: 100%;
  position: relative;
}

header {
  overflow: hidden;
}

a {
  text-underline-offset: 2px;
}

a:hover, a:active {
  outline: none;
}

a.image-lightbox__anchor {
  text-decoration: none;
  border: 0;
  display: inline-block;
  color: transparent;
}

button, input[type=button] {
  cursor: pointer;
}

[data-whatinput=keyboard] a:focus, [data-whatinput=keyboard] button:focus, [data-whatinput=keyboard] input:focus, [data-whatinput=keyboard] #s:focus, [data-whatinput=keyboard] #s2:focus, [data-whatinput=keyboard] select:focus {
  outline: 0.5rem solid;
  outline-offset: 0.5rem;
  box-shadow: none;
  border: 0;
}

[data-whatinput=mouse] *:focus {
  outline: 0px;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: initial;
}

.icon.icon--new-window {
  transform: rotate(-45deg);
}

figure {
  margin: 0;
  padding: 0;
}

figure .figurepadding {
  line-height: 0;
  position: relative;
}

figure .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

figure.installation .sizelimit {
  max-width: 99rem;
  max-height: 100rem;
}

figcaption {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}

figcaption p {
  margin: 0;
}

iframe {
  border: 0;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.2em;
  font-size: 0.8em;
}

sup.cmoa-footnotes__index a:before {
  content: "[";
}

sup.cmoa-footnotes__index a:after {
  content: "]";
}

.screen-reader-text, .sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text.focus-visible:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  top: 1rem;
  left: 1rem;
  padding: 1rem;
  border-width: 0.5rem;
  border-style: solid;
  z-index: 10;
  outline: none;
}

.passwordform {
  height: 66vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.headeralerts {
  overflow: hidden;
  background: #bbb;
  z-index: 110;
}
.headeralerts .emergencyalert {
  max-width: 120rem;
  padding: 0 2.4rem;
  margin: auto;
}
.headeralerts .emergencyalert p {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  font-size: 1.5rem;
  line-height: 1.125;
  margin: 0;
}
.headeralerts .emergencyalert span[aria-hidden=true] {
  font-size: 1.75rem;
  vertical-align: middle;
  margin-right: 1rem;
  max-width: 20px;
}
.headeralerts a {
  border-bottom: 0.1rem solid #000;
  transition: border-width 50ms linear;
}
.headeralerts a:hover {
  border-width: 0 0 0.3rem 0;
}
.headeralerts.banner--dangerous {
  background-color: #f87171;
}
.headeralerts.banner--warning {
  background-color: #facc15;
}
.headeralerts.banner--info {
  background-color: #60a5fa;
}
.headeralerts.banner--campaign {
  background-color: #4ade80;
}

ul.plain {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.revert,
ol.revert {
  all: revert !important;
}

/* Main */
main {
  border: 0;
  clear: both;
  outline: medium none;
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .headeralerts .emergencyalert p {
    padding: 2rem 0;
    font-size: 1.75rem;
  }
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.object-fit--cover img {
  object-fit: cover !important;
}

.object-fit--contain img {
  object-fit: contain !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container video,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.margin--0 {
  margin: 0 !important;
}

.margin-top--0 {
  margin-top: 0 !important;
}

.margin-left--0 {
  margin-left: 0 !important;
}

.margin-bottom--0 {
  margin-bottom: 0 !important;
}

.margin-right--0 {
  margin-right: 0 !important;
}

.padding--0 {
  padding: 0 !important;
}

.padding-top--0 {
  padding-top: 0 !important;
}

.padding-left--0 {
  padding-left: 0 !important;
}

.padding-bottom--0 {
  padding-bottom: 0 !important;
}

.padding-right--0 {
  padding-right: 0 !important;
}

.position--sticky {
  position: sticky;
  top: 2.4rem;
}

.flex, .flex__container {
  display: flex;
}

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

.flex-direction--row {
  flex-direction: row !important;
}

.align-items--flex-start {
  align-items: flex-start;
}

.align-items--center {
  align-items: center;
}

.align-items--flex-end {
  align-items: flex-end;
}

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

.justify-content--center {
  justify-content: center;
}

.justify-content--flex-end {
  justify-content: flex-end;
}

.button--pill {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: var(--text-color, #000);
  border-radius: 1000px;
  transition: all 150ms ease-in;
  padding: 1rem 2rem;
  background-color: transparent;
  border: 2px solid #000;
  display: inline-block;
  text-decoration: none;
}
.button--pill .icon {
  vertical-align: middle;
}

.button--link {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-weight: 700;
  color: var(--text-color, #000);
  border-radius: 0;
  transition: all 150ms ease-in;
  background-color: transparent;
  border: none;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.button--link .icon {
  vertical-align: middle;
  transition: transform 100ms ease;
  margin-left: 5px;
}
.button--link > svg > path { /*target the image with css*/
  fill: var(--text-color, #000);
}

.button--square {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: var(--text-color, #000);
  border-radius: 0px;
  transition: all 150ms ease-in;
  padding: 1rem 2rem;
  background-color: transparent;
  border: 2px solid #000;
  display: inline-block;
  text-decoration: none;
}
.button--square .icon {
  vertical-align: middle;
}

.hide--on-desktop {
  display: block;
}
@media screen and (min-width: 50em) {
  .hide--on-desktop {
    display: none;
  }
}

.hide--on-mobile {
  display: none;
}
@media screen and (min-width: 50em) {
  .hide--on-mobile {
    display: block;
  }
}

.white-space--nowrap {
  white-space: nowrap;
}

a.disabled {
  pointer-events: none;
  cursor: pointer;
  color: var(--text-color--light, #696969);
}
a.disabled.button--square {
  border-color: var(--text-color--light, #696969);
}

/* Top Nav */
.headerouter {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--background-color, #fff);
}
.headerouter.sticky--no {
  position: relative;
}

header .toptabs {
  text-align: right;
}

header .headerwrap,
header.navheader {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  max-width: 120rem;
  margin: 0 auto;
  padding: 2rem 2.4rem;
  background-color: var(--background-color, #fff);
  z-index: 1;
}
header .headerwrap *::-ms-backdrop, header .headerwrap,
header.navheader *::-ms-backdrop,
header.navheader {
  display: flex;
}

header .logo {
  max-width: 25rem;
  padding: 1rem 0;
}
header .logo *::-ms-backdrop, header .logo {
  flex: 1;
}

header .logo a {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}

header .logo .ratio {
  display: block;
  padding-top: 11.7857142857%;
}

.toptabs {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.toptabs *::-ms-backdrop, .toptabs {
  flex: 1;
}

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

.toptabs li,
.toptabs .todays-hours,
.toptabs ul.toptabs__nav-aux {
  display: none;
}

.toptabs__aux {
  display: block;
}

.toptabs__aux .todays-hours {
  padding: 3rem 2.4rem;
}

.toptabs button,
.toptabs .button {
  border-style: solid;
  text-decoration: none;
  border-color: transparent;
  border-width: 0 0 0.1rem 0;
  font-size: 2.2rem;
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 500;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.toptabs button svg,
.toptabs .button svg {
  vertical-align: middle;
  padding: 2px 0;
}

.toptabs li.menuitem {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.toptabs li.menuitem *::-ms-backdrop, .toptabs li.menuitem {
  display: flex;
}

.toptabs li.menuitem .menu-icon {
  width: 2.6rem;
  height: 2.6rem;
  top: 0.2rem;
  right: -4px;
  position: relative;
  display: inline-block;
  background-image: url("images/menu-black--md.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.haslightbox .toptabs li.menuitem .menu-icon {
  background-image: url("images/closemenu-black--md.svg");
}

.toptabs li.menuitem button.selected {
  border-bottom: none;
}

.toptabs li.menuitem button.selected .menu-icon {
  background-image: url("images/closemenu-black--md.svg");
}

.titleimage figure {
  line-height: 0;
  position: relative;
}

#menunav {
  height: 100vh;
}

@media screen and (min-height: 43.75em) {
  /* MIN_HEIGHT!!!!!!! */
  /* 700px */
  .topnavheightcue {
    float: right;
  }
}
@media screen and (min-width: 43.75em) {
  /* 700px */
  header .headerwrap,
  header.navheader {
    grid-template-columns: 230px 1fr;
  }
}
@media screen and (min-width: 58.75em) {
  /* 940px */
  .headerouter {
    position: relative;
    z-index: 0;
  }
  header .headerwrap,
  header.navheader {
    position: relative;
    background-color: transparent;
    align-items: end;
    padding: 2rem 2.4rem 2.5rem;
  }
  header .logo {
    padding: 0;
    margin-bottom: 7px;
  }
  #menunav {
    display: none !important;
  }
  header .toptabs {
    text-align: right;
  }
  header .logo .padding {
    padding: 0;
  }
  .toptabs {
    max-width: none;
    display: block;
  }
  .toptabs__aux {
    margin-bottom: 1.6rem;
  }
  .toptabs__aux {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .toptabs .todays-hours {
    display: inline-block;
    padding: 0;
  }
  .toptabs ul.toptabs__nav-aux {
    font-size: 1.8rem;
    font-weight: 700;
    display: inline-block;
  }
  .toptabs ul.toptabs__nav-aux a {
    text-decoration: none;
  }
  .toptabs ul.toptabs__nav-aux .current-menu-item a {
    text-decoration: underline;
    border-bottom: 0;
  }
  .toptabs li {
    padding: 0 0 0 2rem;
    display: inline-block;
  }
  .toptabs button,
  .toptabs .button {
    font-size: 2.2rem;
    border-width: 0 0 0.2rem 0;
  }
  .toptabs li.menuitem {
    display: none;
  }
  .toptabs li.searchitem {
    position: relative;
    padding: 0 0 0 2rem;
  }
  .toptabs li.searchitem button {
    border-width: 0 0 0.2rem 0;
    position: relative;
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
  }
  .navheader .toptabs li.searchitem button.selected {
    border-color: transparent;
  }
  .topnavwidthcue {
    float: right;
  }
}
@media screen and (min-width: 71.875em) {
  /* 1150px */
  .toptabs button,
  .toptabs .button {
    font-size: 2.5rem;
  }
}
.nav-desktop--dropdown .current-menu-item a {
  border-bottom: 0.4rem solid #000;
}

.nav-desktop--dropdown .menu__cta {
  background: white !important;
}

.nav-mobile--dropdown .current-menu-item a span {
  border-bottom: 0.2rem solid #000;
}

.current-menu-parent--visit .toptabs .menu-item--visit, .current-menu-parent--calendar .toptabs .menu-item--calendar, .current-menu-parent--warhol .toptabs .menu-item--warhol, .current-menu-parent--programs .toptabs .menu-item--programs, .current-menu-parent--about .toptabs .menu-item--about {
  border-bottom: 0.2rem solid #000;
}
.current-menu-parent--visit .menusubnav .menu-item--visit .toggle-text_inner, .current-menu-parent--calendar .menusubnav .menu-item--calendar .toggle-text_inner, .current-menu-parent--warhol .menusubnav .menu-item--warhol .toggle-text_inner, .current-menu-parent--programs .menusubnav .menu-item--programs .toggle-text_inner, .current-menu-parent--about .menusubnav .menu-item--about .toggle-text_inner {
  border-bottom: 0.3rem solid #000;
}

.menusubnav .accordionpadding, #menunav .subnavwrap .menusubnav .accordion .listitem > .toggle button.toggle .navigation-item__text {
  display: block;
}

.navigation-item__detail {
  display: block;
  padding-top: 1rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: initial;
  letter-spacing: initial;
}

.current-page-ancestor .navigation-item__detail,
.current-menu-item .navigation-item__detail {
  padding-top: 2rem;
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 101;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}

.lightbox .box {
  height: 100%;
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.lightbox .box::-webkit-scrollbar, .lightbox .box::-webkit-scrollbar {
  display: none;
}

.lightbox .boxmargin {
  margin: auto;
}

.lightbox .subnavwrap {
  position: relative;
}

.lightbox .subnav {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: -0.25px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 0.9em;
  text-align: right;
  clear: both;
  padding: 3rem 2.4rem;
  max-width: 120rem;
  margin: auto;
}
.lightbox .subnav a {
  text-decoration: none;
}

.lightbox .subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lightbox .subnav li {
  margin: 0 0 2rem;
  padding-bottom: 0.22em;
}

.lightbox .searchpadding {
  margin: 0 auto;
  position: relative;
}

.lightbox #s,
.lightbox #s2 {
  font-size: 2.2rem;
  width: 100%;
  text-align: left;
  clear: both;
  background: transparent;
  border: none;
  border-bottom: 4px solid var(--border-color, #000);
  padding: 0.5rem 4rem 0.5rem 0.5rem;
  appearance: none;
  --webkit-appearance: none;
  box-sizing: border-box;
}

.lightbox #s {
  margin-bottom: 2rem;
}

.lightbox #s2 {
  background: var(--background-color, #fff);
  border: 2px solid var(--border-color, #000);
}

.lightbox #submitbutton,
.lightbox #submitbutton2 {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.lightbox #submitbutton .icon,
.lightbox #submitbutton2 .icon {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox #submitbutton .icon {
  background-image: url("images/search-black.svg");
}

.lightbox #submitbutton2 .icon {
  background-image: url("images/search-black.svg");
}

.lightbox #submitbutton .buttonlabel,
.lightbox #submitbutton2 .buttonlabel {
  display: none;
}

.lightbox .close {
  opacity: 1;
  position: relative;
  font-size: 2.3rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0 0 0 2.75rem;
}

.lightbox .close span[aria-hidden=true] {
  font-size: 4rem;
}

.menusubnav {
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.9em;
  text-align: left;
  clear: both;
  padding: 0;
}
.menusubnav a {
  text-decoration: none;
}
.menusubnav .accordion.js {
  padding: 0;
}

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

.menusubnav li {
  margin: 0 0 1rem;
}

.menusubnav li a {
  padding: 1rem 0;
  display: block;
}

.menusubnav__aux li {
  padding: 1.6rem 2.4rem 1.2rem 2.4rem;
  margin: 0;
}

.menu__cta {
  background: var(--awm-pink, #E782A9);
  margin: 0 1.4rem 0 1rem;
  padding: 2px 8px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
.menu__cta span {
  border: none;
}

.menusubnav .nav-mobile__todays-hours {
  padding: 1.6rem 2.4rem;
}
.menusubnav .nav-mobile__todays-hours .todays-hours {
  font-size: 1.8rem;
  font-weight: 700;
}

.menusubnav .accordionitem {
  border-width: 0.2rem 0 0 0;
  border-style: solid;
}

.menusubnav .accordionitem h2 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  padding: 2rem;
  cursor: pointer;
}

.menusubnav .accordionitem h2 span.icon:before {
  content: "–";
  float: left;
  text-indent: -3rem;
}

.menusubnav .accordionitem.closed h2 span.icon:before {
  content: "+";
}

.menusubnav .accordionitem h2 span.title {
  margin-left: 3rem;
  display: inline-block;
}

.menusubnav .accordionpadding:before,
.menusubnav .accordionpadding:after {
  content: "";
  display: table;
  clear: both;
}

.menusubnav .accordion.always.js > .toggle button,
.menusubnav .accordion.js > .listitem button.toggle,
.menusubnav .toptabs__nav-aux li a span {
  font-size: 2.6rem;
  font-weight: 700;
}

.menusubnav .submenusearch {
  padding: 1rem 2.4rem;
  clear: both;
  margin: 1.5rem 0 8rem;
}

.menusubnav .accordionpadding,
#menunav .subnavwrap .menusubnav .accordion .listitem > .toggle button.toggle {
  padding: 1.6rem 7rem 1.2rem 2.4rem;
}
.menusubnav .accordionpadding .toggle-text,
#menunav .subnavwrap .menusubnav .accordion .listitem > .toggle button.toggle .toggle-text {
  padding: 0;
}
.menusubnav .accordionpadding .toggle-text:after,
#menunav .subnavwrap .menusubnav .accordion .listitem > .toggle button.toggle .toggle-text:after {
  top: 18px;
  right: 2.4rem;
}

.menusubnav .accordionpadding {
  padding-top: 0;
  margin: 0;
}

#menunav .subnavwrap .menusubnav .accordion.always.js > .toggle button.toggle::before,
#menunav .subnavwrap .menusubnav .accordion.js > .listitem .toggle button.toggle::before {
  height: 0.2rem;
  left: 2.2rem;
  width: 1.2rem;
}

#menunav .subnavwrap .menusubnav .accordion.always.js > .toggle button.toggle::after,
#menunav .subnavwrap .menusubnav .accordion.js > .listitem .toggle button.toggle::after {
  height: 0.2rem;
  left: 2.2rem;
  width: 1.2rem;
}

@media screen and (min-width: 31.25em) {
  .menusubnav .accordionpadding .toggle-text:after,
  #menunav .subnavwrap .menusubnav .accordion .listitem > .toggle button.toggle .toggle-text:after {
    top: auto;
    right: 0;
  }
}
@media screen and (min-width: 65em) {
  .lightbox .subnav {
    padding: 3rem 2.4rem;
  }
}
@media screen and (min-width: 89.375em) {
  .lightbox .subnav {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 71.875em) {
  /* 1150px */
  .lightbox .subnav {
    text-align: right;
  }
  .lightbox #s,
  .lightbox #s2 {
    font-size: inherit;
    max-width: 45rem;
    font-size: 4.5rem;
    padding: 1rem 6rem 1rem 1rem;
  }
  .lightbox #submitbutton,
  .lightbox #submitbutton2 {
    top: 1rem;
  }
  .lightbox #submitbutton .icon,
  .lightbox #submitbutton2 .icon {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 58.75em) {
  .lightbox {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    z-index: 100;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  }
  .menu__cta {
    margin: 0 0 0 2rem;
    padding: 3px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (min-height: 43.75em) and (min-width: 71.875em) {
  /* 700px, 1150px */
  .lightbox .boxmargin {
    position: relative;
    overflow: hidden;
  }
  .lightbox .subnav {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    box-sizing: border-box;
  }
}
/* Event Titles */
.title-event {
  overflow: hidden;
  text-align: center;
  margin: 1.7rem 0 1.9rem 0;
}

.title-event.color {
  margin: 0;
  padding: 2.4rem 0 calc(var(--grid-gutter, 4rem) + 1rem);
}
.title-event.color .title-event__title {
  margin-bottom: 8rem;
}
.title-event.color.no-breadcrumb {
  padding-top: calc(var(--grid-gutter, 4rem) + 1rem);
}

.title-event__inner {
  max-width: 120rem;
  padding: 0 2.4rem;
  margin: auto;
}

.title-event .titleimage {
  margin: 5rem -2.4rem -5rem -2.4rem;
  width: calc(100% + 2.4rem * 2);
}
.title-event .titleimage .figurepadding .sizelimit {
  aspect-ratio: 4/3;
  max-height: 600px;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}
@supports not (aspect-ratio: 1/1) {
  .title-event .titleimage .figurepadding .sizelimit {
    padding-top: calc(100% * 3 / 4);
    position: relative;
    overflow: hidden;
  }
  .title-event .titleimage .figurepadding .sizelimit img, .title-event .titleimage .figurepadding .sizelimit video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
}
.title-event .titleimage img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.title-event figcaption {
  padding: 1rem 2.4rem 5rem;
}
.title-event figcaption .caption {
  display: none;
}

.title-event .titletextpadding {
  text-align: left;
}

.title-event .category-logo {
  max-width: 300px;
  margin-bottom: 1rem;
}
.title-event .category-logo figcaption {
  display: none;
}

.title-event h1 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.25px;
  margin: 0;
  color: var(--text-color, #000);
}
@media screen and (min-width: 56.25em) {
  .title-event h1 {
    /* 900px */
    font-size: 3.6rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 75em) {
  .title-event h1 {
    /* 1200px */
    font-size: 5rem;
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 112.5em) {
  .title-event h1 {
    /* 1800px */
    font-size: 8.1rem;
  }
}

@media screen and (min-width: 75em) {
  .title-event h1.title--small {
    font-size: 5rem;
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 112.5em) {
  .title-event h1.title--small {
    /* 1800px */
    font-size: 5rem;
  }
}

.title-event .eventstatus {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 0.7rem 0;
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  color: var(--text-color, #000);
  margin-bottom: 1rem !important;
  position: relative;
}
@media screen and (min-width: 43.75em) {
  .title-event .eventstatus {
    /* 700px */
    margin: 0.9rem 0;
  }
}
@media screen and (min-width: 56.25em) {
  .title-event .eventstatus {
    /* 900px */
    margin: 0 0 0.9rem 0;
  }
}
@media screen and (min-width: 75em) {
  .title-event .eventstatus {
    /* 1200px */
    margin: 0 0 1.2rem 0;
  }
}
@media screen and (min-width: 112.5em) {
  .title-event .eventstatus {
    /* 1800px */
    margin: 0 0 1.6rem 0;
  }
}
.title-event .eventstatus a {
  text-decoration: none;
}
.title-event .eventstatus a:hover {
  text-decoration: underline;
}
.title-event .eventstatus.breadcrumb--back a {
  margin-left: 15px;
}
.title-event .eventstatus.breadcrumb--back a::before {
  font-family: "Material Symbols Outlined";
  content: "chevron_left";
  position: absolute;
  left: -6px;
}

.title-event .captionoffset {
  display: none;
}

.title-event .eventseries {
  font-size: 1.8rem;
  margin: 0;
}

.title-event .eventdate {
  font-size: 1.75rem;
  margin: 0.4rem 0;
  font-weight: 600;
  margin: 1rem 0 0 0 !important;
}
@media screen and (min-width: 43.75em) {
  .title-event .eventdate {
    /* 700px */
    margin: 1rem;
  }
}
@media screen and (min-width: 56.25em) {
  .title-event .eventdate {
    /* 900px */
    margin: 1rem 0;
  }
}
@media screen and (min-width: 75em) {
  .title-event .eventdate {
    /* 1200px */
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 112.5em) {
  .title-event .eventdate {
    /* 1800px */
    margin: 2rem 0;
  }
}

.titleimage figcaption {
  margin-top: 1rem;
}

@media screen and (min-width: 56.25em) {
  /* 900px */
  .title-event__inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .title-event__inner .titletext {
    width: 100%;
  }
  .title-event .titleimage {
    padding: 0;
    margin: 0;
    width: 48.95%;
    box-sizing: border-box;
  }
  .title-event .titleimage .figurepadding .sizelimit {
    background: transparent;
  }
  .title-event .titletext.hasimage {
    padding: 0 var(--grid-gutter, 4rem) 0 0;
    box-sizing: border-box;
    flex: 1;
  }
  .title-event figcaption {
    padding: 1rem 0 0 0;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .title-event {
    margin: 6.7rem 2.4rem 3rem 2.4rem;
  }
  .title-event.color {
    margin: 0;
  }
  .title-event figcaption {
    padding: 2rem 0 0 0;
  }
  .title-event .titletext.hasimage {
    width: auto;
  }
  .title-event .titletext {
    padding: 0;
    width: 100%;
  }
  .title-event .captionoffset {
    display: block;
  }
}
@media screen and (min-width: 112.5em) {
  /* 1800px */
  .title-event {
    margin: 14.7rem 0 11rem 0;
  }
  .title-event.color {
    margin: 0;
  }
}
.exhibition-image--full {
  position: relative;
  margin: 0 auto;
}
.exhibition-image--full.object-fit--contain .exhibition-image-full__img {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2.4rem;
}
.exhibition-image--full.object-fit--contain .exhibition-image-full__img figcaption {
  display: block;
  margin-top: 1rem;
}
.exhibition-image--full.object-fit--contain .exhibition-image-full__img .sizelimit {
  text-align: left;
}
.exhibition-image--full.object-fit--contain .exhibition-image-full__img .caption, .exhibition-image--full.object-fit--contain .exhibition-image-full__img .credit {
  display: block;
  margin-top: 1rem;
}
.exhibition-image--full .sizelimit {
  max-width: 200rem;
  margin: auto;
  position: relative;
  text-align: center;
}
.exhibition-image--full .image-lightbox__anchor {
  width: 100%;
}
.exhibition-image--full img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.exhibition-image--full figcaption {
  display: none;
}
.exhibition-image--full .caption {
  display: none;
}

.image__info-button {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: #000;
  border-radius: 50%;
  pointer-events: none;
  height: 24px;
  width: 24px;
  padding: 1px;
  line-height: 1;
}

@media screen and (min-width: 43.75em) {
  .exhibition-image--full.object-fit--cover img {
    aspect-ratio: 21/9;
  }
  @supports not (aspect-ratio: 1/1) {
    .exhibition-image--full.object-fit--cover img {
      padding-top: calc(100% * 9 / 21);
      position: relative;
      overflow: hidden;
    }
    .exhibition-image--full.object-fit--cover img img, .exhibition-image--full.object-fit--cover img video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto;
    }
  }
}
/* Exhibition Titles */
.title-exhibition {
  overflow: hidden;
  text-align: center;
  padding: 3rem 0 4rem 0;
}

.title-exhibition .titleimage {
  padding: 2em 2.4rem 0;
}

.title-exhibition .titleimagepadding {
  max-width: 47.5rem;
  margin: 0 auto;
}

.title-exhibition figcaption {
  padding: 1rem 0 0 0;
}

.title-exhibition .titletext {
  padding: 0 2.4rem;
}

.title-exhibition .titletextpadding {
  overflow: hidden;
  text-align: left;
}

.title-exhibition h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 2rem;
}

.title-exhibition .eventstatus {
  font-size: 2.2rem;
  margin: 0;
  display: block;
  font-weight: normal;
  line-height: 1.333;
}

.title-exhibition .captionoffset {
  display: none;
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .title-exhibition h1 {
    font-size: 4rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .title-exhibition {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .title-exhibition .titleimage {
    padding: 0 1.5rem 0 3rem;
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .title-exhibition figcaption {
    padding: 1rem 0 0 0;
  }
  .title-exhibition .titletext {
    padding: 0 3rem;
  }
  .title-exhibition .titletext.hasimage {
    padding: 0 3rem 0 1.5rem;
    width: 50%;
    float: right;
    box-sizing: border-box;
  }
  .title-exhibition .eventstatus {
    font-size: 3.5rem;
  }
  .title-exhibition .captionoffset {
    display: block;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .title-exhibition h1 {
    font-size: 5rem;
  }
  .title-exhibition .eventstatus {
    font-size: 4rem;
  }
}
@media screen and (min-width: 112.5em) {
  /* 1800px */
  .title-exhibition h1 {
    font-size: 7rem;
    line-height: 1.2;
  }
  .title-exhibition .eventstatus {
    font-size: 5rem;
  }
}
/* Page Titles */
.title-page__breadcrumb {
  position: absolute;
  top: -2.4rem;
}

.title-page {
  position: relative;
  max-width: 120rem;
  padding: 0 2.4rem;
  margin: 2rem auto 6rem auto;
  color: var(--text-color--page-title, #6b747c);
}

.title-page h1 {
  font-family: "Archivo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 28.125em) {
  /* 450px */
  .title-page h1 {
    font-size: 6rem;
    font-size: 10vw;
  }
}
@media screen and (min-width: 43.75em) {
  /* 700px */
  .title-page {
    margin: 5rem auto 6rem auto;
  }
  .title-page h1 {
    font-size: 8vw;
    line-height: 0.9;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .title-page h1 {
    font-size: 8rem;
    line-height: 1;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .title-page {
    margin: 6rem auto;
  }
}
.breadcrumb {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.breadcrumb a {
  color: var(--text-color, #000);
}
.breadcrumb a:hover {
  border-bottom: 0.1rem solid #000;
}
.breadcrumb::after {
  font-family: "Material Symbols Outlined";
  content: "chevron_right";
  vertical-align: bottom;
  position: relative;
  color: inherit;
}
.breadcrumb.breadcrumb--return::after {
  content: "";
}
.breadcrumb.breadcrumb--return::before {
  font-family: "Material Symbols Outlined";
  content: "chevron_left";
  vertical-align: bottom;
  position: relative;
  color: inherit;
}

/* Subtle Titles*/
.title-subtle h1 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  letter-spacing: -0.25px;
  text-align: left;
  margin: 0 0 2.4rem 0;
  padding-bottom: 0.1rem;
  border-width: 0 0 0.2rem 0;
  border-style: solid;
  border-color: var(--border-color, #000);
  color: var(--text-color, #000);
  padding-bottom: 0.5rem;
  /* 700px */
  /* 1200px */
  margin-top: 3.2rem;
}
@media screen and (min-width: 56.25em) {
  .title-subtle h1 {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .title-subtle h1 {
    /* 1200px */
    font-size: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .title-subtle h1 {
    /* 900px */
    border-width: 0 0 0.3rem 0;
  }
}

.title-subtle h2 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  margin: 0 0 3.2rem 0;
  padding: 0.8rem 0 1rem 0;
  border-width: 0 0 0.2rem 0;
  border-style: solid;
}
@media screen and (min-width: 56.25em) {
  .title-subtle h2 {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .title-subtle h2 {
    /* 1200px */
    font-size: 4rem;
  }
}

.block-introtext.color + .title-subtle,
.block-introtext.color + .block__title__container {
  margin-top: 3.2rem;
}

.title-subtle span {
  display: none;
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .title-subtle h2 {
    padding: 0.4rem 0 1rem 0;
    margin-bottom: 5.5rem;
  }
  .block-introtext.color + .title-subtle,
  .block-introtext.color + .block__title__container {
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .title-subtle h2 {
    font-size: 2.2rem;
    padding: 0 0 3.15rem 0;
    border-width: 0 0 0.3rem 0;
    margin-bottom: 3rem;
    width: 100%;
  }
  .block-introtext.color + .title-subtle,
  .block-introtext.color + .block__title__container {
    margin-top: 3rem;
  }
  .title-subtle span {
    display: block;
    font-size: 5rem;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .title-subtle h2 {
    font-size: 3rem;
    padding: 0 0 2.9rem 0;
    margin-bottom: 5.3rem;
  }
  .block-introtext.color + .title-subtle,
  .block-introtext.color + .block__title__container {
    margin-top: 5.3rem;
  }
}
/* Homepage Hero */
.homepagehero {
  background-size: cover;
  background-position: center center;
}

.homepagehero .ratio {
  padding-top: 80%;
}

.homepagehero .dynamic {
  display: none;
}

.homepageherocredit {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 1rem 2rem;
  text-align: right;
}

@media screen and (min-width: 71.875em) {
  /* 900px */
  .homepagehero {
    min-height: 700px;
  }
  .homepagehero .ratio {
    display: none;
  }
  .homepagehero .dynamic {
    display: block;
    height: 70rem;
  }
}
.homepagehero--video {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: silver;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@supports not (aspect-ratio: 1/1) {
  .homepagehero--video {
    padding-top: calc(100% * 9 / 16);
    position: relative;
    overflow: hidden;
  }
  .homepagehero--video img, .homepagehero--video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
}
.homepagehero--video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-video_controls_container {
  position: absolute;
  bottom: 1rem;
  right: 2.4rem;
  z-index: 1;
}

#hero-video_controls {
  appearance: none;
  position: relative;
  border: none;
  height: 34px;
  width: 34px;
  padding: 0;
  background: #000000;
  line-height: 1;
  color: white;
  text-align: center;
  border-radius: 50%;
}
#hero-video_controls .icon--pause,
#hero-video_controls .icon--play {
  margin: 0 auto;
  height: 32px;
  width: 32px;
}
#hero-video_controls .icon--pause {
  display: block;
}
#hero-video_controls .icon--play {
  display: none;
}
#hero-video_controls.paused .icon--pause {
  display: none;
}
#hero-video_controls.paused .icon--play {
  display: block;
}

@media screen and (min-width: 71.875em) {
  /* 900px */
  .homepagehero--video {
    aspect-ratio: 21/9;
  }
  @supports not (aspect-ratio: 1/1) {
    .homepagehero--video {
      padding-top: calc(100% * 9 / 21);
      position: relative;
      overflow: hidden;
    }
    .homepagehero--video img, .homepagehero--video video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto;
    }
  }
  .hero-video_controls_container {
    bottom: 2.4rem;
    right: 2.4rem;
  }
  #hero-video_controls {
    height: 48px;
    width: 48px;
  }
  #hero-video_controls .icon--pause,
  #hero-video_controls .icon--play {
    height: 48px;
    width: 48px;
  }
}
/* Blocks */
.block:before, .block:after {
  content: "";
  display: table;
  clear: both;
}

.block-content {
  margin: auto;
  max-width: 120rem;
  padding: 0 2.4rem;
}
.block-content .block-contentblock {
  padding: 0;
}

.block-contentblock {
  display: flex;
  flex-direction: column;
  margin: 6rem auto;
  max-width: 120rem;
  padding: 0 2.4rem;
}
.block-contentblock::after {
  content: "";
  clear: both;
  display: table;
}
.block-contentblock.single-post {
  flex-direction: column;
}
.block-contentblock.single-post .maincolumn {
  order: 2;
}
.block-contentblock.single-post .sidebar {
  order: 1;
}

.block__title__container {
  max-width: 120rem;
  margin: auto;
  padding: 0 2.4rem;
}
@media screen and (min-width: 103.125em) {
  .block__title__container {
    /* 1650px */
    padding: 0;
  }
}

.block__title {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  letter-spacing: -0.25px;
  text-align: left;
  margin: 0 0 2.4rem 0;
  padding-bottom: 0.1rem;
  border-width: 0 0 0.2rem 0;
  border-style: solid;
  border-color: var(--border-color, #000);
  color: var(--text-color, #000);
  padding-bottom: 0.5rem;
  /* 700px */
  /* 1200px */
}
@media screen and (min-width: 56.25em) {
  .block__title {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .block__title {
    /* 1200px */
    font-size: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .block__title {
    /* 900px */
    border-width: 0 0 0.3rem 0;
  }
}
.block__title h2 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  letter-spacing: -0.25px;
  text-align: left;
  margin: 0 0 2.4rem 0;
  padding-bottom: 0.1rem;
  border-width: 0 0 0.2rem 0;
  border-style: solid;
  border-color: var(--border-color, #000);
  color: var(--text-color, #000);
  padding-bottom: 0.5rem;
  /* 700px */
  /* 1200px */
  border: 0;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 56.25em) {
  .block__title h2 {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .block__title h2 {
    /* 1200px */
    font-size: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .block__title h2 {
    /* 900px */
    border-width: 0 0 0.3rem 0;
  }
}

.block__title--more-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block__title__item a {
  font-size: 3rem;
  text-decoration: none;
}

@media screen and (min-width: 50em) {
  /* 800px */
  .block-contentblock {
    display: flex;
    flex-direction: row;
  }
  .block-contentblock.sidebar-position--right .maincolumn.hassidebar {
    order: 1;
  }
  .block-contentblock.sidebar-position--right .sidebar.contentsidebar {
    order: 2;
    padding: 0 0 0 var(--grid-gutter, 4rem);
  }
  .block-contentblock.sidebar-position--right .sidebar.contentsidebar .sidebarbutton {
    text-align: right;
  }
  .block-contentblock .sidebar.contentsidebar {
    padding: 0 var(--grid-gutter, 4rem) 0 0;
  }
  .block-contentblock.single-post {
    flex-direction: row;
  }
  .block-contentblock.single-post .maincolumn {
    order: 1;
  }
  .block-contentblock.single-post .sidebar {
    order: 2;
  }
}
/* Block: Accordion */
/* Accordions */
.accordion {
  clear: both;
  max-width: 120rem;
  padding: 0 2.4rem;
  margin: auto;
}

.accordion .toggle {
  display: block;
  border: 0px;
  visibility: visible;
  text-align: left;
}

.accordion > .toggle,
.accordion > .listitem .toggle {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: -0.25px;
  padding: 0;
  clear: both;
}

.accordion > .toggle button,
.accordion > .listitem button.toggle {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  background: transparent;
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.125;
  text-transform: none;
  text-transform: none;
  cursor: pointer;
}
@media screen and (min-width: 56.25em) {
  .accordion > .toggle button,
  .accordion > .listitem button.toggle {
    /* 900px */
    font-size: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .accordion > .toggle button,
  .accordion > .listitem button.toggle {
    /* 1200px */
    font-size: 2.4rem;
  }
}

.accordion > .toggle button.toggle > .toggle-text,
.accordion > .listitem .toggle button.toggle > .toggle-text {
  display: block;
  pointer-events: none;
}

.accordion > .toggle button.toggle > .toggle-text::after,
.accordion > .listitem .toggle button.toggle > .toggle-text::after {
  font-family: "Material Symbols Outlined";
  line-height: 1;
  vertical-align: middle;
  content: "expand_more";
  display: inline-block;
  margin-left: 1rem;
  transition: transform 200ms ease-in-out;
  position: absolute;
  top: 1px;
  right: 0;
}

.maincolumn .accordion > .toggle button.toggle > .toggle-text,
.maincolumn .accordion > .listitem .toggle button.toggle > .toggle-text {
  padding: 0 2.4rem 0 0;
}
.maincolumn .accordion > .toggle button.toggle > .toggle-text::after,
.maincolumn .accordion > .listitem .toggle button.toggle > .toggle-text::after {
  right: 0;
}

.accordion > .toggle button.toggle[aria-expanded=true] > .toggle-text::after,
.accordion > .listitem .toggle button.toggle[aria-expanded=true] > .toggle-text::after {
  transform: rotate(-180deg) !important;
}

[data-whatinput=keyboard] .accordion > .toggle button.toggle:focus,
[data-whatinput=keyboard] .accordion > .listitem .toggle button.toggle:focus {
  outline-offset: -0.2rem;
}

.accordion > .content,
.accordion > .listitem > .content {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  float: left;
  border: 0px;
  outline: 0px;
  box-shadow: none;
}

.accordion > .content,
.accordion > .listitem > .content {
  border: 0px;
  outline: 0px;
  box-shadow: 0px;
}

.accordion > .content > * {
  max-width: 100%;
}

.accordionpadding {
  margin-bottom: 3.2rem;
}

.accordion > [aria-hidden=false] > * {
  opacity: 1;
}

@media screen and (min-width: 31.25em) {
  /* 500px */
  .accordion > .toggle button.toggle > .toggle-text::after,
  .accordion > .listitem .toggle button.toggle > .toggle-text::after {
    position: relative;
    top: -1px;
    right: 0;
  }
}
.block-accordion h2 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  padding: 2rem;
  cursor: pointer;
}

.block-accordion h2 span.icon:before {
  content: "–";
  float: left;
  text-indent: -3rem;
}

.block-accordion.closed h2 span.icon:before {
  content: "+";
}

.block-accordion h2 span.title {
  margin-left: 3rem;
  display: inline-block;
}

.block-accordion,
#main .accordion {
  overflow: hidden;
  margin: 2.4rem auto;
}
.block-accordion::after,
#main .accordion::after {
  content: "";
  clear: both;
  display: table;
}

.block-accordion h2,
.block-accordion .accordioncontent,
#main .accordion .listitem .toggle button.toggle {
  clear: both;
}

.block-accordion.stacked h2 {
  border-top: none;
}

.block-accordion .accordionpadding:before,
.block-accordion .accordionpadding:after {
  content: "";
  display: table;
  clear: both;
}

.block-accordion .textrow,
.block-accordion .buttonrow,
#main .textrow,
#main .buttonrow {
  margin: 0 0 2.4rem 0;
}
.block-accordion .imagerow,
#main .imagerow {
  margin: 2.4rem 0;
}

.block-accordion .textrow h3,
#main .accordion .textrow h3 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.25;
  text-transform: none;
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: -0.25px;
  margin: 3.2rem 0 0 0;
}
@media screen and (min-width: 56.25em) {
  .block-accordion .textrow h3,
  #main .accordion .textrow h3 {
    /* 900px */
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 75em) {
  .block-accordion .textrow h3,
  #main .accordion .textrow h3 {
    /* 1200px */
    font-size: 3rem;
  }
}

.block-accordion .textrow h4,
#main .accordion .textrow h4 {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.125;
  text-transform: none;
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: -0.25px;
  margin: 3.2rem 0 0 0;
}
@media screen and (min-width: 56.25em) {
  .block-accordion .textrow h4,
  #main .accordion .textrow h4 {
    /* 900px */
    font-size: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .block-accordion .textrow h4,
  #main .accordion .textrow h4 {
    /* 1200px */
    font-size: 2.4rem;
  }
}

.block-accordion .textrow img,
#main .accordion .textrow img {
  background: transparent;
}

.block-accordion .textrow a img,
#main .accordion .textrow a img {
  display: block;
}

.block-accordion .textrow ul li,
#main .accordion .textrow ul li {
  margin: 0;
  padding: 0 0 0 2.1rem;
  position: relative;
}

.block-accordion .textrow ul li:before,
#main .accordion .textrow ul li:before {
  content: "";
  height: 0.1rem;
  left: 0.3rem;
  position: absolute;
  top: 1.2rem;
  width: 1.2rem;
}

.accordionlistitem li {
  margin: 1rem 0;
}

.block-accordion .embedrow,
#main .accordion .embedrow {
  margin: 2rem 0 6rem 0;
}

.block-accordion .embedrow .embedrow__inner,
#main .accordion .embedrow .embedrow__inner {
  max-width: 99rem;
}

.block-accordion .figurepadding,
#main .accordion .figurepadding {
  margin: 0;
}

.block-accordion figure img,
#main .accordion figure img {
  margin: auto;
}

.block-accordion figcaption,
#main .accordion figcaption {
  padding: 2.4rem 0;
}

.block-accordion .buttonrow,
#main .accordion .buttonrow {
  margin: 2.4rem 0;
}

.block-accordion .buttonrow ul,
#main .accordion .buttonrow ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-accordion .buttonrow li,
#main .accordion .buttonrow li {
  padding: 0;
  display: inline;
}

.block-accordion .tangentrow,
#main .accordion .tangentrow {
  overflow: hidden;
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .block-accordion .textrow,
  .block-accordion .imagerow,
  .block-accordion .buttonrow,
  #main .textrow,
  #main .imagerow,
  #main .buttonrow {
    width: 66%;
  }
  .block-accordion .textrow ul li,
  #main .accordion .textrow ul li {
    padding: 0 0 0 3.1rem;
    margin: 1rem 0;
  }
  .block-accordion .textrow ul li:before,
  #main .accordion .textrow ul li:before {
    left: 0.2rem;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .block-accordion h2,
  .block-accordion .accordioncontent,
  #main .accordion .listitem,
  #main .accordion .listitem .content {
    border-width: 0.3rem 0 0 0;
  }
  .block-accordion h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    padding: 2rem 3rem;
  }
  .block-accordion .textrow ul li,
  #main .accordion .textrow ul li {
    padding: 0 0 0 2.5rem;
  }
  .block-accordion .textrow ul li:before,
  #main .accordion .textrow ul li:before {
    top: 2rem;
  }
  .block-accordion .figurepadding,
  #main .accordion .figurepadding {
    max-width: 50%;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .block-accordion h2 {
    font-size: 5rem;
  }
  .block-accordion h2 span.icon:before {
    text-indent: -6rem;
  }
  .block-accordion h2 span.title {
    margin-left: 6rem;
  }
  .block-accordion .textrow ul li,
  #main .accordion .textrow ul li {
    padding: 0 0 0 3.3rem;
  }
  .block-accordion .textrow ul li:before,
  #main .accordion .textrow ul li:before {
    height: 0.2rem;
    left: 0.1rem;
    top: 1.8rem;
    width: 1.9rem;
  }
  .block-accordion figure,
  #main .accordion figure {
    position: relative;
    display: flex;
    align-items: flex-end;
  }
  .block-accordion figcaption,
  #main .accordion figcaption {
    flex: 0 0 34rem;
    padding: 0 0 0 var(--grid-gutter, 4rem);
    box-sizing: border-box;
  }
}
.content-block__accordion .accordion {
  padding: 0;
}

/* Block: Audio / Video */
.block-video {
  margin: 3rem 0;
  clear: both;
  line-height: 1.65;
  font-size: 1.6rem;
}
@media screen and (min-width: 75em) {
  .block-video {
    /* 1200px */
    font-size: 1.8rem;
  }
}

.block-video.color {
  margin: 0;
  padding: 3rem 0;
}

.block-video__inner {
  margin: 0 auto;
  padding: 0 2.4rem;
  max-width: 120rem;
}

.block-video h2 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  margin: 2.9rem 0 0.4rem 0;
}
@media screen and (min-width: 56.25em) {
  .block-video h2 {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .block-video h2 {
    /* 1200px */
    font-size: 4rem;
  }
}

.block-video video {
  object-fit: cover;
  width: 100%;
  display: block;
  margin: auto;
}

.block-video__grid-item {
  margin: 0 0 2.4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block-video .videomargin {
  margin: 2.4rem 0 0;
}

.block-video .videomargin.captioned {
  position: relative;
}

.block-video .caption {
  padding: 0 2.4rem;
  margin: 1rem auto;
  max-width: 1000px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}

.block-video .videomargin.captioned .videowrap {
  max-width: 1000px;
  margin: auto;
  padding: 0 2.4rem;
}

.block-video .caption {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
  padding: 0 2.4rem;
}

.block-video .caption p {
  margin: 0;
}

.block-video .videodesc {
  max-width: 120rem;
}

.block-video .buttonrow {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.block-video .button {
  margin: 2rem 0;
}

.block-video.color .button {
  margin-bottom: 3.9rem;
}

.block-video .button a {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-weight: 700;
  color: var(--text-color, #000);
  border-radius: 0;
  transition: all 150ms ease-in;
  background-color: transparent;
  border: none;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.block-video .button a .icon {
  vertical-align: middle;
  transition: transform 100ms ease;
  margin-left: 5px;
}
.block-video .button a > svg > path { /*target the image with css*/
  fill: var(--text-color, #000);
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .block-video {
    margin: 6rem 0;
  }
  .block-video.color {
    margin: 0;
    padding: 5.75rem 0;
  }
  .block-video h2 {
    margin: 0 0 0.9rem 0;
  }
  .block-video.color .button {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 43.75em) {
  /* 700px */
  .block-video__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--grid-gutter, 4rem);
  }
  .block-video.media--full-width .block-video__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 56.25em) {
  .block-video.color {
    margin: 0;
    padding: 8.9rem 0;
  }
  .block-video .videomargin.captioned {
    margin-bottom: 2.4rem;
  }
  .block-video .caption {
    padding: 0 3rem;
    margin: 1rem auto 1.2rem auto;
  }
  .block-video .videodesc p {
    margin: 0 0 2.4rem;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .block-video.color {
    margin: 0;
    padding: 8.4rem 0;
  }
  .block-video h2 {
    margin: 0 0 1rem 0;
  }
  .block-video .videomargin.captioned {
    display: grid;
    grid-template-columns: 22.5rem auto 22.5rem;
    align-items: end;
    padding-top: 2rem;
    margin-bottom: 2.5rem;
  }
  .block-video .videomargin.captioned .videowrap {
    order: 2;
    align-self: center;
    padding-bottom: 0.3rem;
  }
  .block-video .caption {
    order: 1;
  }
}
@media screen and (min-width: 112.5em) {
  /* 1800px */
  .block-video.color {
    padding: 13.4rem 0;
    margin: 0;
  }
}
/* Block: Button */
.block-button {
  clear: both;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  text-align: center;
  margin: 3rem 0;
}

.block-button a {
  display: inline-block;
  padding: 2rem 4rem;
  border-bottom: 0;
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .block-button {
    font-size: 2.2rem;
    line-height: 1.5;
    font-size: 2.2rem;
    margin: 5rem 0;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .block-button {
    font-size: 3rem;
    line-height: 1.5;
    margin: 9rem 0 0 3rem;
  }
}
/* Block: Call to Action */
[data-whatinput=keyboard] .block-calltoaction a:focus {
  outline: none;
  position: relative;
}

[data-whatinput=keyboard] .block-calltoaction a:focus::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  border-width: 0.5rem;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  z-index: 1;
  -webkit-box-shadow: inset 0 0 0 0.5rem;
  -moz-box-shadow: inset 0 0 0 0.5rem;
  box-shadow: inset 0 0 0 0.5rem;
}

.block-calltoaction__container {
  padding: 0 2.4rem;
  margin: 6rem 0;
}

.block-calltoaction {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 120rem;
}
.block-calltoaction:before, .block-calltoaction:after {
  content: "";
  display: table;
  clear: both;
}
.block-calltoaction figcaption {
  display: none;
}
.block-calltoaction.no-image {
  max-width: 120rem;
  margin: 6rem auto;
}
.block-calltoaction.no-image .inner {
  grid-template-columns: 1fr !important;
}
.block-calltoaction a {
  display: block;
  text-decoration: none;
}
.block-calltoaction .inner {
  display: grid;
  grid-template-columns: 1fr 40%;
  grid-template-rows: 1fr;
  column-gap: 0;
}
.block-calltoaction .inner *::-ms-backdrop, .block-calltoaction .inner {
  display: flex;
}
.block-calltoaction.left .inner {
  grid-template-columns: 40% 1fr;
}
.block-calltoaction .imagecolumn {
  display: flex;
  overflow: hidden;
}
.block-calltoaction .imagecolumn *::-ms-backdrop, .block-calltoaction .imagecolumn {
  flex: 1;
  max-height: 400px;
  position: relative;
}
.block-calltoaction .imagecolumn figure {
  width: 100%;
}
.block-calltoaction .imagecolumn figure .figurepadding {
  display: flex;
  height: 100%;
  width: 100%;
}
.block-calltoaction .imagecolumn .sizelimit {
  aspect-ratio: 16/9;
  width: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .block-calltoaction .imagecolumn .sizelimit {
    padding-top: calc(100% * 9 / 16);
    position: relative;
    overflow: hidden;
  }
  .block-calltoaction .imagecolumn .sizelimit img, .block-calltoaction .imagecolumn .sizelimit video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
}
.block-calltoaction .imagecolumn .sizelimit *::-ms-backdrop, .block-calltoaction .imagecolumn .sizelimit {
  padding-bottom: 56.25%;
}
.block-calltoaction .imagecolumn .sizelimit img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.block-calltoaction .imagecolumn .sizelimit img *::-ms-backdrop, .block-calltoaction .imagecolumn .sizelimit img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-calltoaction.left .imagecolumn {
  order: 1;
}
.block-calltoaction.image-adjustment--top .imagecolumn .sizelimit img {
  object-position: top;
}
.block-calltoaction.image-adjustment--left .imagecolumn .sizelimit img {
  object-position: left;
}
.block-calltoaction.image-adjustment--bottom .imagecolumn .sizelimit img {
  object-position: bottom;
}
.block-calltoaction.image-adjustment--right .imagecolumn .sizelimit img {
  object-position: right;
}
.block-calltoaction .textcolumn {
  padding: 2rem 2.4rem;
  min-height: 10rem;
}
.block-calltoaction .textcolumn *::-ms-backdrop, .block-calltoaction .textcolumn {
  padding: 2rem 2.4rem;
  flex: 1;
}
.block-calltoaction.left .textcolumn {
  padding: 2rem 2.4rem;
  order: 2;
}
.block-calltoaction.left .textcolumn *::-ms-backdrop, .block-calltoaction.left .textcolumn {
  padding: 2rem 2.4rem;
  flex: 1;
}
.block-calltoaction .textcolumn,
.block-calltoaction .textcolumn .description {
  display: flex;
  flex-direction: column;
}
.block-calltoaction .textcolumn .description {
  flex: 1;
}
.block-calltoaction h2 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.25px;
  font-size: 2.2rem;
  line-height: 1.25;
  margin: 0 0 1rem;
}
.block-calltoaction.event-title--long h2 {
  font-size: 1.8rem;
}
.block-calltoaction p {
  margin: 0;
  font-weight: 600;
}
.block-calltoaction .description {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.block-calltoaction .description-top {
  display: none;
}
.block-calltoaction .button {
  font-weight: 800;
  margin-top: 2.5rem;
  transition: all 100ms ease;
}
.block-calltoaction .button:hover span[aria-hidden=true] {
  transform: translate(10px, 0px);
}
.block-calltoaction .button span[aria-hidden=true],
.block-calltoaction .icon {
  margin-left: 0.5rem;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  transition: margin-left 100ms ease;
}

@media screen and (min-width: 31.25em) {
  /* 500px */
  .block-calltoaction .textcolumn {
    min-height: 15rem;
  }
  .block-calltoaction h2 {
    font-size: 3rem;
  }
  .block-calltoaction.event-title--long h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 43.75em) {
  /* 700px */
  .block-calltoaction h2 {
    font-size: 3.2rem;
  }
  .block-calltoaction.event-title--long h2 {
    font-size: 3.2rem;
  }
  .block-calltoaction .description-top {
    display: block;
  }
  .block-calltoaction .textcolumn .description {
    justify-content: space-between;
  }
  .block-calltoaction .imagecolumn .sizelimit {
    aspect-ratio: 4/3;
  }
  @supports not (aspect-ratio: 1/1) {
    .block-calltoaction .imagecolumn .sizelimit {
      padding-top: calc(100% * 3 / 4);
      position: relative;
      overflow: hidden;
    }
    .block-calltoaction .imagecolumn .sizelimit img, .block-calltoaction .imagecolumn .sizelimit video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto;
    }
  }
  .block-calltoaction.no-image a {
    padding: 2.4rem;
  }
  .block-calltoaction.no-image a .inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .block-calltoaction h2 {
    font-size: 4.2rem;
    line-height: 1.05;
  }
  .block-calltoaction a {
    position: relative;
  }
  .block-calltoaction.no-image a {
    padding: 2.4rem;
  }
  .block-calltoaction.no-image a .inner {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .block-calltoaction {
    font-size: 2rem;
  }
  .block-calltoaction h2 {
    font-size: 5rem;
  }
  .block-calltoaction .textcolumn {
    padding: 4rem 5rem;
  }
  .block-calltoaction .textcolumn *::-ms-backdrop, .block-calltoaction .textcolumn {
    padding: 4rem 5rem;
    flex: 1;
  }
  .block-calltoaction.left .textcolumn {
    padding: 4rem 5rem;
  }
  .block-calltoaction.left .textcolumn *::-ms-backdrop, .block-calltoaction.left .textcolumn {
    padding: 4rem 5rem;
    flex: 1;
  }
}
@media screen and (min-width: 87.5em) {
  /* 1400px */
  .block-calltoaction.with-image.textcolumn {
    padding-right: 0;
  }
  .block-calltoaction.left.with-image .textcolumn {
    padding-left: 0;
  }
  .block-calltoaction .inner {
    column-gap: var(--grid-gutter, 4rem);
  }
}
/* Block: Carousel */
.block-carousel {
  padding: 0 2.4rem;
  margin: 6rem 0;
  clear: both;
  overflow: hidden;
}

.block-carousel.color {
  margin: 6rem 0;
  padding: 3rem 2.4rem;
}

.block-carousel__inner {
  max-width: 120rem;
  margin: 0 auto;
}

.block-carousel h2 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 56.25em) {
  .block-carousel h2 {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .block-carousel h2 {
    /* 1200px */
    font-size: 4rem;
  }
}

.block-carousel h2.screen-reader-text {
  line-height: 0;
  margin: 0;
  padding: 0;
}

.block-carousel h3 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: -0.25px;
  font-size: 2rem;
}

.block-carousel figure {
  position: relative;
}

.block-carousel .figurepadding {
  overflow: hidden;
}

.block-carousel .single .figurepadding {
  max-height: none;
  height: auto;
}
.block-carousel .single h2 {
  text-align: left;
}
.block-carousel .single .sizelimit {
  margin: 0;
}

.block-carousel figure img {
  background: transparent;
}

.block-carousel .sizelimit {
  margin: auto;
}

.block-carousel figcaption {
  margin: 2rem 0;
}

.block-carousel .button {
  margin: 2.4rem auto 2.4rem auto;
}

.block-carousel.color .button {
  margin-bottom: 3.9rem;
}

.block-carousel .button a {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-weight: 700;
  color: var(--text-color, #000);
  border-radius: 0;
  transition: all 150ms ease-in;
  background-color: transparent;
  border: none;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.block-carousel .button a .icon {
  vertical-align: middle;
  transition: transform 100ms ease;
  margin-left: 5px;
}
.block-carousel .button a > svg > path { /*target the image with css*/
  fill: var(--text-color, #000);
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .block-carousel h2 {
    margin: 0 0 0.9rem 0;
  }
  .block-carousel.color .button {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .block-carousel h2.screen-reader-text {
    padding: 0;
  }
  .block-carousel .slides.slides--less-than-three .flickity-prev-next-button,
  .block-carousel .slides.slides--less-than-three .flickity-page-dots {
    display: none;
  }
  .block-carousel .slides.slides--less-than-three .flickity-viewport {
    padding: 0;
  }
  .block-carousel figure {
    margin-bottom: 3.3rem;
  }
  .block-carousel figcaption {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .block-carousel h2 {
    margin: 0 0 1rem 0;
  }
  .block-carousel figure {
    padding-top: 2rem;
    margin-bottom: 2.5rem;
  }
  .block-carousel figcaption {
    order: 3;
  }
  .block-carousel .slidetitle p {
    margin: 2.5rem auto;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 104.375em) {
  /* 1670px */
  .block-carousel figcaption {
    padding: 0;
  }
}
@media screen and (min-width: 112.5em) {
  /* 1800px */
  .block-carousel h2 {
    margin: 0 0 0 0;
  }
}
.swiper.featured--swiper.swiper__overflow--visible,
.swiper.carousel--swiper.swiper__overflow--visible {
  overflow: visible;
}
.swiper.featured--swiper .swiper-controls,
.swiper.carousel--swiper .swiper-controls {
  display: flex;
  justify-content: flex-end;
}
.swiper.featured--swiper .swiper-controls--no-title,
.swiper.carousel--swiper .swiper-controls--no-title {
  margin-bottom: 1rem;
}
.swiper.featured--swiper .swiper-button-next,
.swiper.featured--swiper .swiper-button-prev,
.swiper.carousel--swiper .swiper-button-next,
.swiper.carousel--swiper .swiper-button-prev {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 24px;
  height: 24px;
  margin-top: 0;
}
.swiper.featured--swiper .swiper-button-next:after,
.swiper.featured--swiper .swiper-button-prev:after,
.swiper.carousel--swiper .swiper-button-next:after,
.swiper.carousel--swiper .swiper-button-prev:after {
  display: none !important;
}
.swiper.featured--swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper.featured--swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper.featured--swiper .swiper-pagination-custom, .swiper.featured--swiper .swiper-pagination-fraction,
.swiper.carousel--swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper.carousel--swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper.carousel--swiper .swiper-pagination-custom,
.swiper.carousel--swiper .swiper-pagination-fraction {
  bottom: 0;
}

@media screen and (max-width: 34.375em) {
  /* 550px */
  .swiper.featured--swiper,
  .swiper.carousel--swiper {
    overflow: visible;
  }
  .swiper.featured--swiper .swiper-slide.swiper-slide--single,
  .swiper.carousel--swiper .swiper-slide.swiper-slide--single {
    width: 100% !important;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Flickity */
[data-whatinput=keyboard] .flickity-enabled:focus {
  outline: none;
  position: relative;
}

[data-whatinput=keyboard] .flickity-enabled:focus::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  border-width: 0.5rem;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  z-index: 0;
  -webkit-box-shadow: inset 0 0 0 0.5rem;
  -moz-box-shadow: inset 0 0 0 0.5rem;
  box-shadow: inset 0 0 0 0.5rem;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  padding: 6rem 0 0 0;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  font-size: 3rem;
  padding: 0;
  position: absolute;
  bottom: 1.5rem;
  border: none;
  cursor: pointer;
  background: transparent;
  color: black;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.previous:before {
  font-family: "Material Symbols Outlined";
  line-height: 1;
  vertical-align: middle;
  content: "west";
  color: black;
}

.flickity-prev-next-button.next {
  right: 0;
}

.flickity-prev-next-button.next:before {
  font-family: "Material Symbols Outlined";
  line-height: 1;
  vertical-align: middle;
  content: "east";
  color: black;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  bottom: 2.5rem;
  left: 6rem;
  right: 6rem;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.3rem;
  border-width: 0.2rem;
  border-style: solid;
  border-radius: 100%;
  cursor: pointer;
}

.flickity-slider .slide.is-selected {
  display: inline-block;
}

@media screen and (orientation: portrait) {
  .flickity-viewport {
    padding-top: 6rem;
  }
  .flickity-prev-next-button {
    top: 0;
    bottom: auto;
  }
  .flickity-page-dots {
    top: 1rem;
    bottom: auto;
  }
}
@media screen and (orientation: landscape) {
  .flickity-viewport {
    padding-top: 0;
  }
  .flickity-prev-next-button {
    top: auto;
    bottom: 1.5rem;
  }
  .flickity-page-dots {
    top: auto;
    bottom: 2.5rem;
  }
}
@media screen and (min-width: 43.75em) {
  /* 700px */
  .flickity-viewport {
    padding: 0 0 8rem;
  }
  .flickity-prev-next-button {
    bottom: 1.5rem;
    top: auto;
  }
  .flickity-page-dots {
    bottom: 2.25rem;
    top: auto;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .flickity-prev-next-button {
    font-size: 4.5rem;
    z-index: 1;
    bottom: 1.5rem;
  }
  .flickity-page-dots {
    bottom: 2.75rem;
  }
  .flickity-page-dots .dot {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.65rem;
  }
}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  appearance: none;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

.pswp__dynamic-caption {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: opacity 120ms linear !important; /* override default */
}

.pswp-caption-content {
  display: none;
}

.pswp__dynamic-caption a {
  color: #fff;
}

.pswp__dynamic-caption--faded {
  opacity: 0 !important;
}

.pswp__dynamic-caption--aside {
  width: auto;
  max-width: 300px;
  padding: 20px 15px 20px 20px;
  margin-top: 70px;
}

.pswp__dynamic-caption--below {
  width: auto;
  max-width: 700px;
  padding: 15px 0 0;
}

.pswp__dynamic-caption--on-hor-edge {
  padding-left: 15px;
  padding-right: 15px;
}

.pswp__dynamic-caption--mobile {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  right: 0;
  bottom: 0;
  /* override styles that were set via JS.
    as they interfere with size measurement */
  top: auto !important;
  left: 0 !important;
}

/* Block: Compact Listing */
.block-compactlisting {
  margin: 6rem auto;
  padding: 0 2.4rem;
  max-width: 120rem;
  overflow: hidden;
}
.block-compactlisting.publications .block-compactlisting__grid {
  grid-template-columns: repeat(1, 1fr);
}

.block-compactlisting__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gutter, 4rem);
}

ul.block-compactlisting {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.block-compactlisting .item a,
.block-compactlisting .item .wrap {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.block-compactlisting .item .button a {
  display: inline-block;
}

.block-compactlisting:before,
.block-compactlisting:after {
  content: none;
  display: table;
  clear: both;
}

.block-compactlisting figcaption {
  display: none;
}

.block-compactlisting .imagecolumn .sizelimit {
  aspect-ratio: 3/2;
}
@supports not (aspect-ratio: 1/1) {
  .block-compactlisting .imagecolumn .sizelimit {
    padding-top: calc(100% * 2 / 3);
    position: relative;
    overflow: hidden;
  }
  .block-compactlisting .imagecolumn .sizelimit img, .block-compactlisting .imagecolumn .sizelimit video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
}

.block-compactlisting .imagecolumn img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center 30%;
  overflow: hidden;
}

.block-compactlisting .imagecolumn.imagecolumn__no-crop .sizelimit {
  aspect-ratio: unset;
}
@supports not (aspect-ratio: 1/1) {
  .block-compactlisting .imagecolumn.imagecolumn__no-crop .sizelimit {
    padding-top: 0 !important;
    position: relative;
    overflow: hidden;
  }
  .block-compactlisting .imagecolumn.imagecolumn__no-crop .sizelimit img, .block-compactlisting .imagecolumn.imagecolumn__no-crop .sizelimit video {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    height: auto;
  }
}

.block-compactlisting .imagecolumn {
  margin: 0;
  padding: 0 0 1rem;
  box-sizing: border-box;
  font-size: 2.2rem;
  line-height: 1.5;
  order: 1;
  position: relative;
}

.post__icon--video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  line-height: 1;
  height: 48px;
  width: 48px;
}

.block-compactlisting .textcolumn {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex: 1;
  text-align: left;
  order: 2;
}
.block-compactlisting .textcolumn p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-color--light, #696969);
}
.block-compactlisting .textcolumn .block-compactlisting__description * {
  font-weight: normal;
  color: var(--text-color, #000);
}

.block-compactlisting .item.noimage .textcolumn {
  width: 100%;
  padding-left: 0;
}

.block-compactlisting .textcolumn {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.block-compactlisting .textcolumn time,
.block-compactlisting .textcolumn time .times {
  display: block;
}

.block-compactlisting h2.h3 {
  margin: 2.35rem 0 0.5rem 0;
  padding: 0;
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.25;
  text-transform: none;
  line-height: 1.125;
  border: none;
  text-transform: none;
}
@media screen and (min-width: 56.25em) {
  .block-compactlisting h2.h3 {
    /* 900px */
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 75em) {
  .block-compactlisting h2.h3 {
    /* 1200px */
    font-size: 3rem;
  }
}

.block-compactlisting h2 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  letter-spacing: -0.25px;
  text-align: left;
  margin: 0 0 2.4rem 0;
  padding-bottom: 0.1rem;
  border-width: 0 0 0.2rem 0;
  border-style: solid;
  border-color: var(--border-color, #000);
  color: var(--text-color, #000);
  padding-bottom: 0.5rem;
  /* 700px */
  /* 1200px */
  border: 0;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 56.25em) {
  .block-compactlisting h2 {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .block-compactlisting h2 {
    /* 1200px */
    font-size: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .block-compactlisting h2 {
    /* 900px */
    border-width: 0 0 0.3rem 0;
  }
}

.block-compactlisting .textcolumn h2,
.block-compactlisting .textcolumn h3 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.25;
  text-transform: none;
  margin: 0 0 0.5rem 0;
  line-height: 1.125;
}
@media screen and (min-width: 56.25em) {
  .block-compactlisting .textcolumn h2,
  .block-compactlisting .textcolumn h3 {
    /* 900px */
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 75em) {
  .block-compactlisting .textcolumn h2,
  .block-compactlisting .textcolumn h3 {
    /* 1200px */
    font-size: 3rem;
  }
}

.block-compactlisting .status {
  color: var(--text-color--light, #696969);
  font-size: 1.6rem;
  font-weight: 700;
}

.block-compactlisting.publications .item {
  margin-bottom: 2rem;
}

.block-compactlisting.publications .textcolumn p.pub__auth,
.block-compactlisting.publications .textcolumn p.pub__info,
.block-compactlisting.publications .textcolumn p.pub__pub {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1rem;
  color: var(--text-color--light, #696969);
}

.block-compactlisting.publications .textcolumn p {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1rem 0;
  color: var(--text-color, #000);
}

.block-compactlisting.publications .imagecolumn .sizelimit {
  background: var(--awm-silver--light, #E5E5E5);
  padding: 1rem;
}

.block-compactlisting.publications .imagecolumn .sizelimit img {
  object-fit: contain;
  object-position: center;
}

.block-compactlisting p {
  margin: 0;
}

.block-compactlisting .pub__out-of-print {
  margin-top: 1rem;
  font-weight: 700;
}

.block-compactlisting.publications .textcolumn p.pub__out-of-print,
.block-compactlisting.publications .textcolumn p.pub__price {
  font-size: 1.6rem;
  font-weight: 700;
}

.block-compactlisting.publications .button-row {
  display: inline-block;
}

.block-compactlisting.publications .button-row a.pub__buy {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: var(--text-color, #000);
  border-radius: 0px;
  transition: all 150ms ease-in;
  padding: 1rem 2rem;
  background-color: transparent;
  border: 2px solid #000;
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}
.block-compactlisting.publications .button-row a.pub__buy .icon {
  vertical-align: middle;
}

.block-compactlisting p.button {
  margin: 1em 0 0 0;
}

.block-compactlisting ul.downloads {
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none;
}

.block-compactlisting ul.downloads li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 2rem;
}

.block-compactlisting .downloads a {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-weight: 700;
  color: var(--text-color, #000);
  border-radius: 0;
  transition: all 150ms ease-in;
  background-color: transparent;
  border: none;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.block-compactlisting .downloads a .icon {
  vertical-align: middle;
  transition: transform 100ms ease;
  margin-left: 5px;
}
.block-compactlisting .downloads a > svg > path { /*target the image with css*/
  fill: var(--text-color, #000);
}

.block-compactlisting.publications .button a {
  margin-top: 1rem;
}

.block-compactlisting__footer {
  margin: 0;
}

@media screen and (min-width: 31.25em) {
  /* 500px */
  .block-compactlisting .block-compactlisting__grid {
    margin: 2.4rem auto 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .block-compactlisting h2.h3 {
    text-align: left;
    margin: 0;
  }
  .block-compactlisting .textcolumn h2,
  .block-compactlisting .textcolumn h3 {
    margin: 0;
  }
  .block-title-link__text {
    margin-right: 1rem;
  }
  .block-compactlisting p {
    margin: 0.2rem 0 0.6rem 0;
  }
  .block-compactlisting .buttonrow {
    margin: 0 0 6rem 0;
  }
}
@media screen and (min-width: 43.75em) {
  /* 700px */
  .block-compactlisting .block-compactlisting__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .block-compactlisting.publications .block-compactlisting__grid {
    grid-template-columns: 1fr;
  }
  .block-compactlisting.publications .block-compactlisting__grid .item .wrap {
    flex-direction: row;
  }
  .block-compactlisting.publications .block-compactlisting__grid .item .wrap .imagecolumn {
    width: 34.15%;
    padding: 0 var(--grid-gutter, 4rem) 0 0;
  }
  .block-compactlisting .buttonrow {
    margin: 0 0 9rem 0;
  }
}
@media screen and (max-width: 56.25em) {
  .block-title-link__text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .block-compactlisting.exhibition-archives .block-compactlisting__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .block-compactlisting h2.h3 {
    font-size: 3rem;
  }
  .block-compactlisting .imagecolumn {
    margin: 0 0 1.6rem;
    padding: 0;
    width: 100%;
  }
  .block-compactlisting .imagecolumn .sizelimit {
    aspect-ratio: 4/3;
  }
  @supports not (aspect-ratio: 1/1) {
    .block-compactlisting .imagecolumn .sizelimit {
      padding-top: calc(100% * 3 / 4);
      position: relative;
      overflow: hidden;
    }
    .block-compactlisting .imagecolumn .sizelimit img, .block-compactlisting .imagecolumn .sizelimit video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto;
    }
  }
  .block-compactlisting .textcolumn {
    font-size: 1.8rem;
  }
  .block-compactlisting .item.noimage .textcolumn {
    width: 100%;
    padding-left: 0;
  }
  .block-compactlisting .pub__info {
    font-size: 1.4rem;
  }
  .block-compactlisting .buttonrow {
    font-size: 3rem;
    margin: 0 0 4.7rem 0;
  }
  .block-compactlisting__footer--mobile {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .block-compactlisting .textcolumn h2,
  .block-compactlisting .textcolumn h3 {
    font-size: 2.2rem;
  }
}
.block-featured .item.exhibition .sizelimit, .block-featured .item.publication .sizelimit {
  aspect-ratio: unset;
}
@supports not (aspect-ratio: 1/1) {
  .block-featured .item.exhibition .sizelimit, .block-featured .item.publication .sizelimit {
    padding-top: 0 !important;
    position: relative;
    overflow: hidden;
  }
  .block-featured .item.exhibition .sizelimit img, .block-featured .item.exhibition .sizelimit video, .block-featured .item.publication .sizelimit img, .block-featured .item.publication .sizelimit video {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    height: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
.gform_body {
  /* Remove the stupid outer glow in Webkit */
  /* Box Sizing Reset
  -----------------------------------------------*/
  /* All of our custom controls should be what we expect them to be */
  /* These elements are usually rendered a certain way by the browser */
  /* Text Inputs
  -----------------------------------------------*/
  /* Button Controls
  -----------------------------------------------*/
  /* File Uploads
  -----------------------------------------------*/
  /* Search Input
  -----------------------------------------------*/
  /* Make webkit render the search input like a normal text field */
  /* Turn off the recent search for webkit. It adds about 15px padding on the left */
  /* Buttons
  -----------------------------------------------*/
  /* Textarea
  -----------------------------------------------*/
  /* Selects
  -----------------------------------------------*/
}
.gform_body input,
.gform_body label,
.gform_body select,
.gform_body button,
.gform_body textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 1.8rem;
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
}
.gform_body input:focus {
  outline: 0;
}
.gform_body input,
.gform_body textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.gform_body button,
.gform_body input[type=reset],
.gform_body input[type=button],
.gform_body input[type=submit],
.gform_body input[type=checkbox],
.gform_body input[type=radio],
.gform_body select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gform_body input[type=checkbox],
.gform_body input[type=radio] {
  width: 13px;
  height: 13px;
}
.gform_body input[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.gform_body ::-webkit-search-decoration {
  display: none;
}
.gform_body button,
.gform_body input[type=reset],
.gform_body input[type=button],
.gform_body input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}
.gform_body textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}
.gform_body select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

/* Forms */
.block-form {
  margin: 0 auto 4rem auto;
  padding: 0 2.4rem;
  max-width: 120rem;
}

.block-form a {
  border-width: 0 0 0.1rem 0;
  border-style: solid;
}

.block-form h3 {
  line-height: 1.2;
  font-weight: 400;
  margin: 5rem 0 0 0;
  text-transform: uppercase;
  text-align: center;
}

.block-form p:first-child {
  margin-top: 0;
}

.block-form p:last-child {
  margin-bottom: 0;
}

.block-form img {
  background: transparent;
}

.block-form .buttonrow {
  text-align: center;
  margin-top: 3rem;
}

.block-form .buttonrow ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-form .buttonrow li {
  margin: 0 1.5rem;
  padding: 0;
  display: inline;
}

.block-form .buttonrow a {
  display: inline-block;
  padding: 2rem 4rem;
  border-bottom: 0;
}

.block-form .textrow ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-form .textrow ul li {
  margin: 0;
  padding: 0 0 0 2.1rem;
  position: relative;
}

.block-form .textrow ul li:before {
  content: "";
  height: 0.1rem;
  left: 0.3rem;
  position: absolute;
  top: 1.2rem;
  width: 1.2rem;
}

.block-form .textrow ol {
  margin: 0;
  padding: 0;
}

.block-form .textrow ol li {
  margin: 0 0 0 2.1rem;
  padding: 0;
}

.gform_title {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gform_body, .gform_footer {
  max-width: 805px;
}

.gform_body input,
.gform_body textarea {
  padding: 1rem !important;
}

.gform_wrapper select {
  appearance: none !important;
  -webkit-appearance: none !important;
  padding: 0.7rem 5rem 0.7rem 1rem !important;
  border-width: 0.3rem !important;
  border-style: solid !important;
  background-image: url("images/expand_more.svg") !important;
  background-position: right 1rem center !important;
  background-size: 3.5rem !important;
  background-repeat: no-repeat !important;
}

.gform_wrapper input[type=submit] {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: var(--text-color, #000);
  border-radius: 0px;
  transition: all 150ms ease-in;
  padding: 1rem 2rem;
  background-color: transparent;
  border: 2px solid #000;
  display: inline-block;
  text-decoration: none;
}
.gform_wrapper input[type=submit] .icon {
  vertical-align: middle;
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .block-form {
    margin: 0 auto 5rem auto;
  }
  .block-form a {
    border-width: 0 0 0.2rem 0;
    border-style: solid;
  }
  .block-form .buttonrow {
    margin-top: 5rem;
  }
  .block-form .textrow ul li {
    padding: 0 0 0 3.1rem;
  }
  .block-form .textrow ul li:before {
    left: 0.2rem;
  }
  .block-form .textrow ol li {
    margin: 0 0 0 3.1rem;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .block-form {
    margin: 0 auto 6rem auto;
  }
  .block-form .buttonrow {
    margin-top: 7rem;
  }
  .block-form .textrow ul li {
    padding: 0 0 0 2.5rem;
  }
  .block-form .textrow ol li {
    margin: 0 0 0 2.5rem;
  }
  .gform_body input,
  .gform_body textarea {
    padding: 1.8rem 2.8rem !important;
  }
  .gform_wrapper select {
    padding: 1.45rem 8rem 1.45rem 2.8rem !important;
    background-position: right 2rem center !important;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .block-form {
    margin: 0 auto 7rem auto;
  }
  .block-form .buttonrow {
    margin-top: 9rem;
  }
  .block-form .textrow ul li {
    padding: 0 0 0 3.3rem;
  }
  .block-form .textrow ul li:before {
    height: 0.2rem;
    left: 0.1rem;
    top: 1.8rem;
    width: 1.9rem;
  }
  .block-form .textrow ol li {
    margin: 0 0 0 3.3rem;
  }
}
@media screen and (min-width: 103.125) {
  /* 1650px */
  .block-form {
    padding: 0;
  }
}
.block-imagebanner {
  position: relative;
}
.block-imagebanner .image-banner--container {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-imagebanner .blur {
  background: rgba(0, 0, 0, 0.125);
  backdrop-filter: blur(8px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-imagebanner .sizelimit,
.block-imagebanner .sizelimit a {
  aspect-ratio: 4/3;
  width: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .block-imagebanner .sizelimit,
  .block-imagebanner .sizelimit a {
    padding-top: calc(100% * 3 / 4);
    position: relative;
    overflow: hidden;
  }
  .block-imagebanner .sizelimit img, .block-imagebanner .sizelimit video,
  .block-imagebanner .sizelimit a img,
  .block-imagebanner .sizelimit a video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
}
.block-imagebanner .sizelimit img,
.block-imagebanner .sizelimit a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 43.75em) {
  .block-imagebanner .sizelimit,
  .block-imagebanner .sizelimit a {
    /* 700px */
    aspect-ratio: 16/9;
  }
  @supports not (aspect-ratio: 1/1) {
    .block-imagebanner .sizelimit,
    .block-imagebanner .sizelimit a {
      padding-top: calc(100% * 9 / 16);
      position: relative;
      overflow: hidden;
    }
    .block-imagebanner .sizelimit img, .block-imagebanner .sizelimit video,
    .block-imagebanner .sizelimit a img,
    .block-imagebanner .sizelimit a video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto;
    }
  }
}
@media screen and (min-width: 56.25em) {
  .block-imagebanner .sizelimit,
  .block-imagebanner .sizelimit a {
    /* 900px */
    aspect-ratio: 10/4;
  }
  @supports not (aspect-ratio: 1/1) {
    .block-imagebanner .sizelimit,
    .block-imagebanner .sizelimit a {
      padding-top: calc(100% * 4 / 10);
      position: relative;
      overflow: hidden;
    }
    .block-imagebanner .sizelimit img, .block-imagebanner .sizelimit video,
    .block-imagebanner .sizelimit a img,
    .block-imagebanner .sizelimit a video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto;
    }
  }
}
.block-imagebanner.imagebanner--contain .sizelimit img {
  object-fit: contain;
}
.block-imagebanner figcaption {
  display: none;
}

.block-imagegallery {
  margin: 5rem 0;
}

.image-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: var(--grid-gutter, 4rem);
  row-gap: var(--grid-gutter, 4rem);
}
.image-gallery li {
  display: none;
}
.image-gallery li:first-child {
  display: block;
}
.image-gallery a {
  display: inline-block;
  position: relative;
}
.image-gallery a::after {
  font-family: "Material Symbols Outlined";
  content: "wallpaper_slideshow";
  vertical-align: bottom;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
.image-gallery img {
  vertical-align: middle;
}
@media screen and (min-width: 43.75em) {
  .image-gallery {
    /* 700px */
    grid-template-columns: repeat(3, 1fr);
  }
  .image-gallery li {
    display: block;
  }
  .image-gallery a {
    aspect-ratio: 4/3;
  }
  .image-gallery a:after {
    content: "";
    display: none;
  }
  .image-gallery img {
    object-fit: contain;
    object-position: center;
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 56.25em) {
  .image-gallery {
    /* 900px */
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 75em) {
  .image-gallery {
    /* 1200px */
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 87.5em) {
  .image-gallery {
    /* 1400px */
    grid-template-columns: repeat(6, 1fr);
  }
}

.image-gallery__count {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media screen and (min-width: 43.75em) {
  .image-gallery__count {
    /* 700px */
    display: none;
  }
}

.pswp__dynamic-caption {
  font-size: 1.4rem;
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
}

.gallery.gallery-columns-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin: 2.4rem 0;
}
.gallery.gallery-columns-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin: 2.4rem 0;
}
.gallery.gallery-columns-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin: 2.4rem 0;
}
.gallery.gallery-columns-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin: 2.4rem 0;
}
.gallery.gallery-columns-5 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin: 2.4rem 0;
}
.gallery.gallery-columns-6 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin: 2.4rem 0;
}
.gallery.gallery-columns-7 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin: 2.4rem 0;
}
.gallery.gallery-columns-8 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin: 2.4rem 0;
}
.gallery.gallery-columns-9 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin: 2.4rem 0;
}

@media screen and (min-width: 31.25em) {
  .gallery.gallery-columns-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.gallery-columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.gallery-columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.gallery-columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.gallery-columns-7 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.gallery-columns-8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.gallery-columns-9 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 43.75em) {
  .gallery.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery.gallery-columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery.gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.gallery-columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery.gallery-columns-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery.gallery-columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.gallery-columns-7 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery.gallery-columns-8 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery.gallery-columns-8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.gallery-columns-9 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 75em) {
  .gallery.gallery-columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery.gallery-columns-5 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery.gallery-columns-6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery.gallery-columns-7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery.gallery-columns-8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery.gallery-columns-9 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Block: Image */
.block-image {
  margin: 1rem auto;
  padding: 0 2.4rem;
  max-width: 120rem;
}

.block-image .slide.artslide {
  padding: 3rem 0;
}

.block-image figure {
  position: relative;
}

.block-image .figurepadding {
  text-align: left;
}

.block-image figure img {
  margin: auto;
}

.block-image figcaption {
  padding: 2rem 0 0 0;
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .block-image {
    margin: 2rem auto;
  }
  .block-image figure {
    display: flex;
    align-items: flex-end;
  }
  .block-image figcaption {
    padding: 2.4rem 0 0 var(--grid-gutter, 4rem);
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .block-image {
    margin: 3rem auto;
  }
  .block-image .figurepadding {
    max-width: 50%;
  }
  .block-image .media--full-width figure {
    display: block;
  }
  .block-image .media--full-width .figurepadding {
    max-width: 100%;
  }
  .block-image .media--full-width figcaption {
    padding-left: 0;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .block-image {
    margin: 4rem auto;
  }
}
@media screen and (min-width: 112.5em) {
  /* 1800px */
  .block-image {
    margin: 5rem auto;
  }
}
/* Block: Intro Text */
.block-introtext {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: -0.25px;
  text-align: left;
  padding: 0 2.4rem;
  margin: 2.4rem 0;
}

.block-introtext.color {
  padding: 6rem 2.4rem;
  margin: 0;
}

.block-introtext.calendar--intro {
  margin-bottom: 6rem;
}

.block-introtext h1, .block-introtext h2 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  margin: 0 0 2.4rem 0;
}
@media screen and (min-width: 56.25em) {
  .block-introtext h1, .block-introtext h2 {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .block-introtext h1, .block-introtext h2 {
    /* 1200px */
    font-size: 4rem;
  }
}

.block-introtext .text {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
  max-width: 120rem;
  margin: auto;
}

.block-introtext p {
  margin: 0;
}

.block-introtext p + p {
  margin-top: 1em;
}

.block-introtext a {
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.block-introtext.introtext--in-body {
  padding: 0;
  margin: 0 0 var(--grid-gutter, 4rem);
}
.block-introtext.introtext--in-body p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .block-introtext {
    margin: 6rem 0;
    padding: 6rem 2.4rem;
  }
  .block-introtext.color {
    padding: 6rem 3rem;
  }
  .block-introtext.color {
    padding: 5rem 2.4rem;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .block-introtext .text {
    font-size: 3rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .block-introtext.color {
    padding: 10rem 2.4rem;
  }
  .block-introtext .text {
    font-size: 4rem;
    line-height: 1.5;
  }
  .block-introtext.introtext--in-body .text {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .block-introtext a {
    text-decoration-thickness: 3px;
  }
}
.color + .color {
  margin-top: 0 !important;
}

/* Block: Listing */
.block-listing {
  padding: 0 2.4rem;
  margin: 6rem auto;
  max-width: 120rem;
}
.block-listing .block__title {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  letter-spacing: -0.25px;
  text-align: left;
  margin: 0 0 2.4rem 0;
  padding-bottom: 0.1rem;
  border-width: 0 0 0.2rem 0;
  border-style: solid;
  border-color: var(--border-color, #000);
  color: var(--text-color, #000);
  padding-bottom: 0.5rem;
  /* 700px */
  /* 1200px */
}
@media screen and (min-width: 56.25em) {
  .block-listing .block__title {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .block-listing .block__title {
    /* 1200px */
    font-size: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .block-listing .block__title {
    /* 900px */
    border-width: 0 0 0.3rem 0;
  }
}

.block-listing:before, .block-listing:after {
  content: "";
  display: table;
  clear: both;
}

.block-listing .columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: var(--grid-gutter, 4rem);
  grid-row-gap: 2rem;
  width: 100%;
  text-decoration: none;
}

.block-listing.related-publication .imagecolumn {
  margin: auto;
  max-width: 20rem;
}

.block-listing .imagecolumn {
  order: 1;
}

.block-listing .textcolumn {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block-listing h2 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  margin-top: 0;
}
@media screen and (min-width: 56.25em) {
  .block-listing h2 {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .block-listing h2 {
    /* 1200px */
    font-size: 4rem;
  }
}

.block-listing h3 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.25;
  text-transform: none;
  margin: 0;
}
@media screen and (min-width: 56.25em) {
  .block-listing h3 {
    /* 900px */
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 75em) {
  .block-listing h3 {
    /* 1200px */
    font-size: 3rem;
  }
}

.block-listing .button {
  margin-bottom: 0;
}

.block-listing .button a, .block-listing .button span {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-weight: 700;
  color: var(--text-color, #000);
  border-radius: 0;
  transition: all 150ms ease-in;
  background-color: transparent;
  border: none;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.block-listing .button a .icon, .block-listing .button span .icon {
  vertical-align: middle;
  transition: transform 100ms ease;
  margin-left: 5px;
}
.block-listing .button a > svg > path, .block-listing .button span > svg > path { /*target the image with css*/
  fill: var(--text-color, #000);
}

@media screen and (min-width: 50em) {
  /* 800px */
  .block-listing.hasimage .columns {
    grid-template-columns: 34% 1fr;
  }
  .block-listing.hasimage.right .columns {
    grid-template-columns: 1fr 34%;
  }
  .block-listing.related-publication .columns {
    grid-template-columns: 31.75% 1fr;
  }
  .block-listing.related-publication .textcolumn {
    display: block;
  }
  .block-listing.related-publication .imagecolumn {
    margin: 0;
    max-width: none;
  }
  .block-listing.right .imagecolumn {
    order: 2;
  }
  .block-listing.right .textcolumn {
    order: 1;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .block-listing.hasimage.right .columns {
    grid-template-columns: 1fr 30%;
  }
  .block-listing.hasimage .columns {
    grid-template-columns: 30% 1fr;
  }
  .block-listing .button a {
    border-width: 0 0 0.2rem 0;
    border-style: solid;
  }
  .block-listing.related-publication .columns {
    grid-template-columns: 18.25% 1fr;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .block-listing .textcolumn {
    padding: 0.5rem 0;
  }
}
/* Block: Pull Quote */
.block-pullquote {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 2.2rem;
  line-height: 1.1666666667;
  margin: 6rem auto;
  padding: 0;
  max-width: 116.5rem;
}
.block-pullquote p:before {
  content: "〝";
  margin-left: -10px;
}
.block-pullquote p:after {
  content: "〞";
  margin-right: -10px;
}

.block-pullquote p:first-of-type {
  margin-top: 0;
}

.block-pullquote p:last-of-type {
  margin-bottom: 0;
}

.block-pullquote aside, .block-pullquote blockquote {
  margin: 0 auto;
  padding: 0 2.4rem;
  max-width: 120rem;
}

.block-pullquote footer {
  font-size: 1.4rem;
  line-height: 1.3888888889;
  font-weight: normal;
  margin-top: 0.9rem;
}

.block-pullquote cite {
  font-style: italic;
  font-weight: 500;
}

.block-pullquote footer cite {
  font-style: normal;
  letter-spacing: normal;
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .block-pullquote {
    font-size: 4rem;
    line-height: 1.125;
  }
  .block-pullquote footer {
    font-size: 1.8rem;
    margin-top: 1.7rem;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .block-pullquote aside p, .block-pullquote blockquote p {
    margin: 1.7rem 0;
  }
  .block-pullquote footer {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .block-pullquote {
    font-size: 4.6rem;
    line-height: 1.1428571429;
  }
}
@media screen and (min-width: 112.5em) {
  /* 1800px */
}
/* Block: Quick Links */
.block-quicklinks {
  margin: 6rem auto;
  padding: 0 2.4rem;
  max-width: 120rem;
}

.block-quicklinks h2 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  letter-spacing: -0.25px;
  text-align: left;
  margin: 0 0 2.4rem 0;
  padding-bottom: 0.1rem;
  border-width: 0 0 0.2rem 0;
  border-style: solid;
  border-color: var(--border-color, #000);
  color: var(--text-color, #000);
  padding-bottom: 0.5rem;
  /* 700px */
  /* 1200px */
}
@media screen and (min-width: 56.25em) {
  .block-quicklinks h2 {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .block-quicklinks h2 {
    /* 1200px */
    font-size: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .block-quicklinks h2 {
    /* 900px */
    border-width: 0 0 0.3rem 0;
  }
}

.block-quicklinks ul {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.block-quicklinks li {
  margin: 0 0 2.4rem 0;
  padding: 0;
  max-width: 900px;
}

.block-quicklinks a {
  color: var(--text-color, #000);
  transition: all 100ms ease;
  text-decoration: none;
}
.block-quicklinks a:hover {
  color: var(--text-color, #000);
}
.block-quicklinks a:hover span[aria-hidden=true] {
  transform: translate(10px, 0px);
}

.block-quicklinks a span[aria-hidden=true] {
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  transition: margin-left 100ms ease;
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .block-quicklinks li {
    box-sizing: border-box;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .block-quicklinks ul {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 103.125em) {
  /* 1650px */
  .block-quicklinks {
    padding: 0;
  }
  .block-quicklinks ul {
    padding: 0;
  }
}
.block-sectiondivider {
  margin: auto;
  max-width: 120rem;
  padding: 0 2.4rem;
}
.block-sectiondivider h2 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  letter-spacing: -0.25px;
  text-align: left;
  margin: 0 0 2.4rem 0;
  padding-bottom: 0.1rem;
  border-width: 0 0 0.2rem 0;
  border-style: solid;
  border-color: var(--border-color, #000);
  color: var(--text-color, #000);
  padding-bottom: 0.5rem;
  /* 700px */
  /* 1200px */
}
@media screen and (min-width: 56.25em) {
  .block-sectiondivider h2 {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .block-sectiondivider h2 {
    /* 1200px */
    font-size: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .block-sectiondivider h2 {
    /* 900px */
    border-width: 0 0 0.3rem 0;
  }
}
.block-sectiondivider h2.no-border {
  border-bottom: 0 !important;
}
.block-sectiondivider h2.no-margin {
  margin-bottom: 0;
}
.block-sectiondivider h2.padding-top {
  padding-top: 6rem;
}
.block-sectiondivider hr.hr {
  margin: 0 0 2.4rem 0;
  padding-bottom: 0.1rem;
  border-width: 0 0 0.2rem 0;
  border-style: solid;
  border-color: var(--border-color, #000);
  color: var(--text-color, #000);
}
@media screen and (min-width: 56.25em) {
  .block-sectiondivider hr.hr {
    border-width: 0 0 0.3rem 0;
  }
}

/* Block: Two Column */
.block-twocolumn,
.block-multicolumn {
  padding: 0 2.4rem;
  clear: both;
  margin: 6rem auto;
  max-width: 120rem;
  overflow: hidden;
}
.block-twocolumn__inner,
.block-multicolumn__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: var(--grid-gutter, 4rem);
  grid-row-gap: 6rem;
}
.block-twocolumn a.button,
.block-multicolumn a.button {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: var(--text-color, #000);
  border-radius: 1000px;
  transition: all 150ms ease-in;
  padding: 1rem 2rem;
  background-color: transparent;
  border: 2px solid #000;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 3rem;
  font-size: 1.8rem;
}
.block-twocolumn a.button .icon,
.block-multicolumn a.button .icon {
  vertical-align: middle;
}
.block-twocolumn a.button:hover,
.block-multicolumn a.button:hover {
  border-width: 2px;
}
.block-twocolumn h2.block__title,
.block-multicolumn h2.block__title {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  letter-spacing: -0.25px;
  text-align: left;
  margin: 0 0 2.4rem 0;
  padding-bottom: 0.1rem;
  border-width: 0 0 0.2rem 0;
  border-style: solid;
  border-color: var(--border-color, #000);
  color: var(--text-color, #000);
  padding-bottom: 0.5rem;
  /* 700px */
  /* 1200px */
}
@media screen and (min-width: 56.25em) {
  .block-twocolumn h2.block__title,
  .block-multicolumn h2.block__title {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .block-twocolumn h2.block__title,
  .block-multicolumn h2.block__title {
    /* 1200px */
    font-size: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .block-twocolumn h2.block__title,
  .block-multicolumn h2.block__title {
    /* 900px */
    border-width: 0 0 0.3rem 0;
  }
}
.block-twocolumn .columnone h2,
.block-twocolumn .columnone h3,
.block-twocolumn .columntwo h2,
.block-twocolumn .columntwo h3,
.block-twocolumn .multicolumn h2,
.block-twocolumn .multicolumn h3,
.block-multicolumn .columnone h2,
.block-multicolumn .columnone h3,
.block-multicolumn .columntwo h2,
.block-multicolumn .columntwo h3,
.block-multicolumn .multicolumn h2,
.block-multicolumn .multicolumn h3 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.25;
  text-transform: none;
  text-align: left;
  margin: 0 0 0.2rem;
}
@media screen and (min-width: 56.25em) {
  .block-twocolumn .columnone h2,
  .block-twocolumn .columnone h3,
  .block-twocolumn .columntwo h2,
  .block-twocolumn .columntwo h3,
  .block-twocolumn .multicolumn h2,
  .block-twocolumn .multicolumn h3,
  .block-multicolumn .columnone h2,
  .block-multicolumn .columnone h3,
  .block-multicolumn .columntwo h2,
  .block-multicolumn .columntwo h3,
  .block-multicolumn .multicolumn h2,
  .block-multicolumn .multicolumn h3 {
    /* 900px */
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 75em) {
  .block-twocolumn .columnone h2,
  .block-twocolumn .columnone h3,
  .block-twocolumn .columntwo h2,
  .block-twocolumn .columntwo h3,
  .block-twocolumn .multicolumn h2,
  .block-twocolumn .multicolumn h3,
  .block-multicolumn .columnone h2,
  .block-multicolumn .columnone h3,
  .block-multicolumn .columntwo h2,
  .block-multicolumn .columntwo h3,
  .block-multicolumn .multicolumn h2,
  .block-multicolumn .multicolumn h3 {
    /* 1200px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .block-twocolumn .columnone h2,
  .block-twocolumn .columnone h3,
  .block-twocolumn .columntwo h2,
  .block-twocolumn .columntwo h3,
  .block-twocolumn .multicolumn h2,
  .block-twocolumn .multicolumn h3,
  .block-multicolumn .columnone h2,
  .block-multicolumn .columnone h3,
  .block-multicolumn .columntwo h2,
  .block-multicolumn .columntwo h3,
  .block-multicolumn .multicolumn h2,
  .block-multicolumn .multicolumn h3 {
    /* 1200px */
    font-size: 2.4rem;
  }
}
.block-twocolumn p,
.block-multicolumn p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0;
}
.block-twocolumn figure,
.block-twocolumn .embed-container,
.block-multicolumn figure,
.block-multicolumn .embed-container {
  margin-bottom: 1rem;
}
.block-twocolumn .embed-container,
.block-multicolumn .embed-container {
  background: #E5E5E5;
}
.block-twocolumn .sizelimit,
.block-twocolumn .image-lightbox__anchor,
.block-multicolumn .sizelimit,
.block-multicolumn .image-lightbox__anchor {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 1/1) {
  .block-twocolumn .sizelimit,
  .block-twocolumn .image-lightbox__anchor,
  .block-multicolumn .sizelimit,
  .block-multicolumn .image-lightbox__anchor {
    padding-top: calc(100% * 9 / 16);
    position: relative;
    overflow: hidden;
  }
  .block-twocolumn .sizelimit img, .block-twocolumn .sizelimit video,
  .block-twocolumn .image-lightbox__anchor img,
  .block-twocolumn .image-lightbox__anchor video,
  .block-multicolumn .sizelimit img,
  .block-multicolumn .sizelimit video,
  .block-multicolumn .image-lightbox__anchor img,
  .block-multicolumn .image-lightbox__anchor video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
}
.block-twocolumn .sizelimit img,
.block-twocolumn .image-lightbox__anchor img,
.block-multicolumn .sizelimit img,
.block-multicolumn .image-lightbox__anchor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-twocolumn .multicolumn__image-no-crop .sizelimit,
.block-multicolumn .multicolumn__image-no-crop .sizelimit {
  aspect-ratio: unset;
}
@supports not (aspect-ratio: 1/1) {
  .block-twocolumn .multicolumn__image-no-crop .sizelimit,
  .block-multicolumn .multicolumn__image-no-crop .sizelimit {
    padding-top: 0 !important;
    position: relative;
    overflow: hidden;
  }
  .block-twocolumn .multicolumn__image-no-crop .sizelimit img, .block-twocolumn .multicolumn__image-no-crop .sizelimit video,
  .block-multicolumn .multicolumn__image-no-crop .sizelimit img,
  .block-multicolumn .multicolumn__image-no-crop .sizelimit video {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    height: auto;
  }
}
.block-twocolumn figcaption,
.block-multicolumn figcaption {
  display: none;
}

@media screen and (min-width: 34.375em) {
  /* 550px */
  .block-twocolumn__inner,
  .block-multicolumn__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 56.25em) {
  /* 700px */
  .block-multicolumn__inner.multicolumns--odd {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Archive / Search Results */
.posts-navigation,
.search-navigation {
  max-width: 120rem;
  margin: 3rem auto;
  padding: 0 2.4rem;
  text-align: center;
  font-size: 2.75rem;
}
.posts-navigation .nav-links,
.search-navigation .nav-links {
  display: flex;
}
.posts-navigation ul,
.search-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.posts-navigation li,
.search-navigation li {
  display: inline-block;
}
.posts-navigation a,
.search-navigation a {
  text-decoration: none;
}
.posts-navigation a:hover,
.search-navigation a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.posts-navigation a,
.posts-navigation span,
.search-navigation a,
.search-navigation span {
  margin: 1.5rem;
  text-decoration: none;
}
.posts-navigation a.next, .posts-navigation a.prev,
.posts-navigation span.next,
.posts-navigation span.prev,
.search-navigation a.next,
.search-navigation a.prev,
.search-navigation span.next,
.search-navigation span.prev {
  border-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
}
.posts-navigation a.current,
.posts-navigation span.current,
.search-navigation a.current,
.search-navigation span.current {
  border-bottom: 0;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.posts-navigation a .pag-icons,
.posts-navigation span .pag-icons,
.search-navigation a .pag-icons,
.search-navigation span .pag-icons {
  vertical-align: middle;
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .posts-navigation,
  .search-navigation {
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 6rem auto;
    text-align: left;
  }
  .posts-navigation a.current,
  .posts-navigation span.current,
  .search-navigation a.current,
  .search-navigation span.current {
    text-decoration: underline;
  }
  .posts-navigation a.page-numbers,
  .posts-navigation span.page-numbers,
  .search-navigation a.page-numbers,
  .search-navigation span.page-numbers {
    display: inline-block;
  }
  .posts-navigation a.page-numbers.dots,
  .posts-navigation span.page-numbers.dots,
  .search-navigation a.page-numbers.dots,
  .search-navigation span.page-numbers.dots {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .posts-navigation,
  .search-navigation {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.search-results__collections-blurb {
  border: 0 !important;
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.125;
  text-transform: none;
  margin-bottom: 6rem;
}
@media screen and (min-width: 56.25em) {
  .search-results__collections-blurb {
    /* 900px */
    font-size: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .search-results__collections-blurb {
    /* 1200px */
    font-size: 2.4rem;
  }
}

.search-results__input {
  position: relative;
  margin-bottom: 3rem;
}
.search-results__input input[type=search] {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.25;
  text-transform: none;
  border: 3px solid black;
  padding: 1rem 6rem 1rem 1rem;
  width: 100%;
  background-color: white;
}
@media screen and (min-width: 56.25em) {
  .search-results__input input[type=search] {
    /* 900px */
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 75em) {
  .search-results__input input[type=search] {
    /* 1200px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 56.25em) {
  .search-results__input input[type=search] {
    /* 900px */
    padding: 1rem 7rem 1rem 3rem;
  }
}
.search-results__input .search-button-container {
  position: absolute;
  top: 3px;
  right: 15px;
}
.search-results__input .search-button-container::after {
  font-family: "Material Symbols Outlined";
  content: "search";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 35px;
  line-height: 47px;
  text-align: center;
  pointer-events: none;
  background: var(--background-color, #fff);
}
@media screen and (min-width: 56.25em) {
  .search-results__input .search-button-container::after {
    /* 900px */
    line-height: 50px;
  }
}
@media screen and (min-width: 75em) {
  .search-results__input .search-button-container::after {
    /* 1200px */
    font-size: 35px;
    line-height: 60px;
  }
}
.search-results__input .search-button-container,
.search-results__input .search-button-container input[type=submit],
.search-results__input .search-button-container::after {
  height: 45px;
  width: 47px;
}
@media screen and (min-width: 75em) {
  .search-results__input .search-button-container,
  .search-results__input .search-button-container input[type=submit],
  .search-results__input .search-button-container::after {
    /* 1200px */
    height: 55px;
    width: 47px;
  }
}
.search-results__input input[type=search]::-webkit-search-decoration, .search-results__input input[type=search]::-webkit-search-cancel-button, .search-results__input input[type=search]::-webkit-search-results-button, .search-results__input input[type=search]::-webkit-search-results-decoration {
  margin-left: 1rem;
}

.search-results__empty {
  margin: 6rem 0 25rem;
}
.search-results__empty .search-results__empty-message {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
}
@media screen and (min-width: 56.25em) {
  .search-results__empty .search-results__empty-message {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .search-results__empty .search-results__empty-message {
    /* 1200px */
    font-size: 4rem;
  }
}

.ep-autosuggest-container .ep-autosuggest > ul {
  padding: 0;
}
.ep-autosuggest-container .ep-autosuggest > ul li {
  padding: 1rem;
}

@media screen and (min-width: 50em) {
  .list-container {
    display: flex;
  }
}
select.select--filter {
  appearance: none !important;
  -webkit-appearance: none !important;
  padding: 0.7rem 5rem 0.7rem 1rem !important;
  border-width: 0.3rem !important;
  border-style: solid !important;
  border-color: var(--border-color, #000);
  background-color: var(--background-color, #fff);
  background-image: url("images/expand_more.svg") !important;
  background-position: right 1rem center !important;
  background-size: 3.5rem !important;
  background-repeat: no-repeat !important;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-color, #000);
}

/* Main Column - May be paired with Sidebar */
.maincolumn {
  clear: both;
}

.block-contentblock.column-position--right {
  margin: 0 auto;
}
.block-contentblock.column-position--center .maincolumn {
  margin: 0 auto;
}
.block-contentblock.column-position--full-width .maincolumn {
  width: 100%;
}

.maincolumn .inner {
  padding: 0;
}
.maincolumn .inner *:first-child {
  margin-top: 0;
}

.maincolumn .cmoa-footnotes__index {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
}
.maincolumn .cmoa-footnotes__index a {
  text-decoration: none;
  color: var(--text-color, #000);
}

.maincolumn h2,
.contentsidebar h2 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  text-align: left;
  margin: 2.4rem 0 2rem 0;
}
@media screen and (min-width: 56.25em) {
  .maincolumn h2,
  .contentsidebar h2 {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .maincolumn h2,
  .contentsidebar h2 {
    /* 1200px */
    font-size: 4rem;
  }
}

.maincolumn h2:first-child {
  margin-top: 0;
}

.maincolumn h3 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.25;
  text-transform: none;
}
@media screen and (min-width: 56.25em) {
  .maincolumn h3 {
    /* 900px */
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 75em) {
  .maincolumn h3 {
    /* 1200px */
    font-size: 3rem;
  }
}

.maincolumn h4, .maincolumn .h4,
.maincolumn h5, .maincolumn .h5,
.maincolumn h6, .maincolumn .h6 {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.125;
  text-transform: none;
}
@media screen and (min-width: 56.25em) {
  .maincolumn h4, .maincolumn .h4,
  .maincolumn h5, .maincolumn .h5,
  .maincolumn h6, .maincolumn .h6 {
    /* 900px */
    font-size: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .maincolumn h4, .maincolumn .h4,
  .maincolumn h5, .maincolumn .h5,
  .maincolumn h6, .maincolumn .h6 {
    /* 1200px */
    font-size: 2.4rem;
  }
}

.maincolumn p {
  margin: 0 0 2rem 0;
}

.maincolumn img {
  background: transparent;
}

img.alignright, img.alignleft, img.aligncenter, img.alignnone, figure.alignright, figure.alignleft, figure.aligncenter, figure.alignnone {
  width: auto !important;
  margin: auto;
  display: block;
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}
@media screen and (min-width: 43.75em) {
  img.alignright, figure.alignright {
    float: right;
    margin: 1.2rem 0 1.2rem 1.6rem;
  }
  img.alignleft, figure.alignleft {
    float: left;
    margin: 1.2rem 1.6rem 1.2rem 0;
  }
  img.alignnone, figure.alignnone {
    margin: 1.2rem 0;
    float: none;
  }
}

.maincolumn a img {
  display: block;
}

.maincolumn figcaption {
  margin-top: 1rem;
}

.maincolumn__video {
  margin-bottom: 2.4rem;
}

.maincolumn .contentbutton {
  margin-top: 3rem;
}

.maincolumn .cmoa-footnotes li {
  margin-top: 1em;
}

.maincolumn .cmoa-footnotes li:first-child {
  margin-top: 0;
}

.maincolumn ul.logos {
  list-style: none;
  margin: 5rem 0;
  padding: 0;
  overflow: hidden;
}

.maincolumn ul.logos li {
  display: block;
  height: 6.4rem;
  padding: 1rem 3rem 1rem 0;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.maincolumn ul.logos li:before {
  display: none;
}

.maincolumn ul.logos a {
  border-bottom: none;
}

.maincolumn ul.logos img {
  max-width: 12.4rem;
  max-height: 6.4rem;
  vertical-align: middle;
}

.maincolumn .accordion .content {
  margin-top: 1rem !important;
}

.maincolumn .accordion .textrow {
  width: 100% !important;
}

.maincolumn .accordion button.toggle {
  padding: 0 !important;
}

.maincolumn.footnotes hr {
  display: none;
}

.maincolumn .flex__container {
  flex-direction: column;
}

.flex--halfcolumn {
  margin-bottom: 6rem;
}
.flex--halfcolumn.halfcolumnone {
  order: 2;
}
.flex--halfcolumn.halfcolumntwo {
  order: 1;
}
.flex--halfcolumn:last-child {
  margin-bottom: 0;
}

.single-warhol_events .image--desktop {
  display: none;
}
.single-warhol_events .image--mobile {
  display: block;
  margin-bottom: 2.4rem;
}
.single-warhol_events .flex--halfcolumn {
  flex: 1;
  float: none !important;
}
.single-warhol_events .flex--halfcolumn.halfcolumnone {
  order: 2;
}
.single-warhol_events .flex--halfcolumn.halfcolumntwo {
  order: 1;
}

@media screen and (min-width: 48.75em) {
  /* 780px */
  .maincolumn .flex__container {
    flex-direction: row;
  }
  .maincolumn .contentbutton {
    margin-top: 2.4rem;
  }
  .maincolumn .halfcolumnone {
    width: 50%;
    box-sizing: border-box;
    padding-right: calc(var(--grid-gutter, 4rem) / 2);
    float: left;
  }
  .maincolumn .halfcolumntwo {
    width: 50%;
    box-sizing: border-box;
    padding-left: calc(var(--grid-gutter, 4rem) / 2);
    float: right;
  }
  .flex--halfcolumn {
    flex: 1;
    float: none !important;
    margin: 0;
  }
  .flex--halfcolumn.halfcolumnone {
    order: 1;
    flex: 0 0 50%;
  }
  .flex--halfcolumn.halfcolumntwo {
    order: 2;
    flex: 0 0 50%;
  }
  .single-warhol_events .image--desktop {
    display: block;
  }
  .single-warhol_events .image--mobile {
    display: none;
  }
  .single-warhol_events .flex--halfcolumn.halfcolumnone {
    order: 1;
    flex: 0 0 58.75%;
    margin-bottom: 0;
  }
  .single-warhol_events .flex--halfcolumn.halfcolumntwo {
    order: 2;
    flex: 0 0 41.25%;
  }
}
@media screen and (min-width: 50em) {
  /* 800px */
  .maincolumn {
    width: 66%;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .maincolumn {
    width: 66%;
    box-sizing: border-box;
    float: left;
    clear: none;
  }
  .maincolumn .contentbutton {
    text-align: left;
  }
  .maincolumn:before, .maincolumn:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .maincolumn {
    width: 66%;
  }
  .maincolumn ul.logos li {
    height: 8.5rem;
  }
  .maincolumn ul.logos img {
    max-width: 16.6rem;
    max-height: 8.5rem;
  }
}
@media screen and (min-width: 103.125em) {
  /* 1650px */
  .maincolumn {
    padding: 0;
  }
}
/* List Column - Pairs with Sidebar */
.listcolumn {
  margin: 0 0 5rem 0;
  width: 100%;
}
.listcolumn .listcolumn__inner {
  margin: 2.4rem 0;
}

.page-calendar__main .listcolumn .item .event__date {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  color: var(--text-color--light, #696969);
  margin: 0 0 1.6rem 0;
}
.page-calendar__main .listcolumn .item.event__date--long .event__date {
  font-size: 1.6rem;
}
.page-calendar__main .listcolumn .item .event__location {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 600;
  margin: 1rem 0;
  padding-left: 2rem;
  position: relative;
}
.page-calendar__main .listcolumn .item .event__location .icon {
  font-size: inherit;
  vertical-align: middle;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.page-calendar__main .listcolumn .item .event__status {
  font-weight: 600;
}

.listcolumn h2 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  letter-spacing: -0.25px;
  text-align: left;
  margin: 0 0 2.4rem 0;
  padding-bottom: 0.1rem;
  border-width: 0 0 0.2rem 0;
  border-style: solid;
  border-color: var(--border-color, #000);
  color: var(--text-color, #000);
  padding-bottom: 0.5rem;
  /* 700px */
  /* 1200px */
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 56.25em) {
  .listcolumn h2 {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .listcolumn h2 {
    /* 1200px */
    font-size: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .listcolumn h2 {
    /* 900px */
    border-width: 0 0 0.3rem 0;
  }
}

.listcolumn h3, .listcolumn h4 {
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.25;
  text-transform: none;
  line-height: 1.125;
  margin: 0 0 0.5rem 0;
}
@media screen and (min-width: 56.25em) {
  .listcolumn h3, .listcolumn h4 {
    /* 900px */
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 75em) {
  .listcolumn h3, .listcolumn h4 {
    /* 1200px */
    font-size: 3rem;
  }
}

.listcolumn .item {
  margin: 2.4rem 0;
  display: flex;
  flex-direction: column;
}

.page--search-results .listcolumn .item {
  margin-bottom: 4.8rem;
}

.listcolumn .item a {
  display: flex;
  width: 100%;
  text-decoration: none;
}

.listcolumn .imagecolumn {
  flex: 0 0 30%;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: var(--grid-gutter, 4rem);
  padding-right: 1px;
}
.listcolumn .imagecolumn .sizelimit {
  aspect-ratio: 3/2;
}
@supports not (aspect-ratio: 1/1) {
  .listcolumn .imagecolumn .sizelimit {
    padding-top: calc(100% * 2 / 3);
    position: relative;
    overflow: hidden;
  }
  .listcolumn .imagecolumn .sizelimit img, .listcolumn .imagecolumn .sizelimit video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
}
.listcolumn .imagecolumn img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.page--search-results .listcolumn .imagecolumn {
  flex: 0 0 25%;
  margin-left: 0;
  margin-right: var(--grid-gutter, 4rem);
}

.listcolumn .textcolumn {
  flex: 1;
  box-sizing: border-box;
}
.listcolumn .textcolumn p {
  font-size: 1.5rem;
}

.listcolumn .item p {
  margin: 0;
}

.listcolumn .item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.listcolumn .item ul.event-list-item-category li {
  display: inline-block;
}
.listcolumn .item ul.event-list-item-category li::after {
  position: relative;
  margin: 0 0.5rem 0 0.25rem;
  content: ",";
}
.listcolumn .item ul.event-list-item-category li:last-child::after {
  margin: 0;
  content: "";
}

.listcolumn .item li {
  margin: 0;
  padding: 0;
}

.listcolumn .item time {
  display: block;
}

.listcolumn .item time .times {
  display: block;
}

.listcolumn .item .content-label {
  color: #616161;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.listcolumn .figurepadding {
  margin-bottom: 1rem;
}

.listcolumn figcaption {
  display: none;
}

.listcolumn .note strong {
  font-weight: 400;
}

@media screen and (min-width: 50em) {
  /* 800px */
  .listcolumn h2 {
    background: var(--background-color, #fff);
    position: sticky;
    top: 0;
    z-index: 1;
    margin-bottom: 0;
  }
  .listcolumn {
    flex: 1 0 74%;
    box-sizing: border-box;
  }
  .listcolumn.full-width {
    width: 100%;
  }
  .listcolumn .textcolumn {
    font-size: 1.8rem;
    padding-left: 1px;
  }
  .listcolumn .item:before, .listcolumn .item:after {
    content: "";
    display: table;
    clear: both;
  }
  .listcolumn.full-width .imagecolumn {
    flex: 0 0 31.25%;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .listcolumn .item {
    display: block;
  }
  .listcolumn .item a {
    flex-direction: row;
    min-height: 200px;
  }
  .page--search-results .listcolumn .item a {
    min-height: 100px;
  }
  .listcolumn .item:before, .listcolumn .item:after {
    content: "";
    display: table;
    clear: both;
  }
  .listcolumn .note {
    margin-bottom: 5.2rem;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .listcolumn {
    font-size: 2.2rem;
  }
  .listcolumn .item ul {
    font-size: 1.5rem;
  }
  .listcolumn .note {
    margin-right: 0;
  }
}
@media screen and (min-width: 103.125em) {
  /* 1650px */
  .listcolumn {
    padding: 0;
  }
}
[data-whatinput=keyboard] .listcolumn button {
  outline-offset: 0;
}

[data-whatinput=keyboard] .listcolumn button.selected {
  outline-offset: 0.4rem;
}

/* Sidebar - Pairs with with Maincolumn or Listcolumn */
.sidebar {
  margin-bottom: 2rem;
}

.sidebar > *:first-child {
  margin-top: 0 !important;
}

.listingsidebar {
  margin: 0 0 6rem;
}

h2.titlesidebar {
  margin-top: 0;
}

.sidebar p {
  margin-top: 0;
}

.sidebar__section {
  margin-bottom: 2.4rem;
}

.sidebar figcaption {
  margin-top: 1rem;
}

.sidebar .eventstatus {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 0.7rem 0;
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  color: var(--text-color, #000);
}
@media screen and (min-width: 43.75em) {
  .sidebar .eventstatus {
    /* 700px */
    margin: 0.9rem 0;
  }
}
@media screen and (min-width: 56.25em) {
  .sidebar .eventstatus {
    /* 900px */
    margin: 0 0 0.9rem 0;
  }
}
@media screen and (min-width: 75em) {
  .sidebar .eventstatus {
    /* 1200px */
    margin: 0 0 1.2rem 0;
  }
}
@media screen and (min-width: 112.5em) {
  .sidebar .eventstatus {
    /* 1800px */
    margin: 0 0 1.6rem 0;
  }
}

.sidebar .date {
  font-size: 1.75rem;
  margin: 0.4rem 0;
  font-weight: 600;
  font-weight: 500;
  margin-top: 0 !important;
}
@media screen and (min-width: 43.75em) {
  .sidebar .date {
    /* 700px */
    margin: 1rem;
  }
}
@media screen and (min-width: 56.25em) {
  .sidebar .date {
    /* 900px */
    margin: 1rem 0;
  }
}
@media screen and (min-width: 75em) {
  .sidebar .date {
    /* 1200px */
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 112.5em) {
  .sidebar .date {
    /* 1800px */
    margin: 2rem 0;
  }
}

h2.exhibitions-sidebar__title {
  font-size: 2.2rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 2rem;
}

.sidebar .date time, .sidebar .date.time {
  display: block;
  font-size: 2.2rem;
  line-height: 1.25;
  margin-bottom: 2.2rem;
}

.sidebar .date .times {
  display: block;
}

.sidebar .author {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
}

.sidebar .location {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.25;
  margin: 0 0 2.4rem 0;
}
.sidebar .location a {
  text-decoration: none;
}
.sidebar .location a:hover {
  text-decoration: underline;
}

.sidebar .event-info-section {
  margin-bottom: 2.4rem;
}

.event-sidebar .ticketcolumn,
.event-sidebar .event-info-row__detail.location,
.event-sidebar .linkscolumn {
  margin-bottom: 2.4rem;
}

.sidebar .event-info-row__title,
.sidebar .event-info-row__detail {
  display: grid !important;
  grid-template-columns: 30px 1fr;
}

.sidebar .event-info-row__title {
  align-items: center;
  margin-bottom: 0.5rem;
}

.sidebar .event-info-row__label {
  font-weight: 700;
}

.sidebar .event-info-row__detail > * {
  grid-column-start: 2;
}
.sidebar .event-info-row__detail p {
  margin: 0;
  line-height: 1.25;
}

.sidebar .event-info-row__message {
  margin-bottom: 1rem;
}

.sidebar h3 {
  font-size: 2.2rem;
  margin: 0;
}
.sidebar h3 .icon {
  vertical-align: -2px;
  color: var(--text-color, #000);
  margin-right: 0.25rem;
  font-size: 20px;
}

.sidebar h2.categoryheading, .sidebar h3.categoryheading {
  font-size: 2.2rem;
  text-transform: none;
  margin: 0 0 1.6rem 0;
  font-weight: 700;
}

.sidebar h3.categoryheading--select-filter {
  margin-bottom: 2.25rem;
}

.sidebar ul {
  list-style: none;
  margin: 0 0 2.4rem 0;
  padding: 0;
}

.sidebar li {
  margin: 0;
  padding: 0;
}

.sidebar ul.categories {
  margin: 0 0 6rem 0;
}

.sidebar ul.categories li {
  display: block;
}

.sidebar ul.categories a,
.sidebar ul.categories button {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 1.8rem;
  text-decoration: none;
}
.sidebar ul.categories a:hover,
.sidebar ul.categories button:hover {
  text-decoration: underline;
}

.sidebar ul.categories.filter a,
.sidebar ul.categories.filter button {
  padding: 0 0 0 3rem;
  display: block;
  margin: 0 1rem 0.5rem 0;
  font-size: 1.6rem;
  border: 0;
  text-decoration: none;
  background: transparent;
  color: var(--text-color, #000) !important;
  text-align: left;
  position: relative;
  font-size: 1.4rem;
}
.sidebar ul.categories.filter a:before,
.sidebar ul.categories.filter button:before {
  font-family: "Material Symbols Outlined";
  content: "check_box_outline_blank";
  font-size: 24px;
  position: absolute;
  top: -6px;
  left: 0;
  vertical-align: bottom;
  color: var(--text-color, #000) !important;
}
.sidebar ul.categories.filter a.selected:before,
.sidebar ul.categories.filter button.selected:before {
  content: "check_box";
}

/* Order corrections */
.sidebar .swidget-holder {
  max-width: 400px;
}

.swidget_loading {
  color: var(--text-color--light, #696969);
}

.swidget-holder {
  min-height: 100px;
  position: relative;
}
.swidget-holder::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -10px;
  width: 40px;
  aspect-ratio: 4;
  background: radial-gradient(circle closest-side, var(--awm-silver--light, #E5E5E5) 90%, var(--background-color, #fff)) 0/33.3333333333% 100% space;
  clip-path: inset(0 100% 0 0);
  animation: l1 1s steps(4) infinite;
  z-index: 0;
  box-sizing: border-box;
}

@keyframes l1 {
  to {
    clip-path: inset(0 -34% 0 0);
  }
}
/* Safari */
.swidget-holder input,
.swidget-holder select,
.swidget-holder textarea {
  padding: 4px 6px;
  border-radius: 0px;
}

.swidget-holder select {
  background-image: url("images/arrow-down.svg");
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid var(--border-color, #000);
  color: var(--text-color, #000);
  background-position: right 0.35em center;
  background-repeat: no-repeat;
  background-size: auto 57%;
  padding-right: 2em !important;
  max-height: 36px;
  font-size: 1.8rem;
}

.swidget_item_widget {
  display: flex;
  flex-direction: column;
  background: var(--background-color, #fff);
  position: relative;
  z-index: 1;
}

.swidget_tickets {
  order: 1;
}

.swidget_buttons {
  order: 2;
  text-align: right;
  position: relative;
  z-index: 1;
  background: var(--background-color, #fff);
}

.swidget_item_outofstock {
  color: red;
  padding-bottom: 2.4rem;
}

.swidget_btn_addtocart {
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: var(--text-color, #000);
  border-radius: 0px;
  transition: all 150ms ease-in;
  padding: 1rem 2rem;
  background-color: transparent;
  border: 2px solid #000;
  display: inline-block;
  text-decoration: none;
}
.swidget_btn_addtocart .icon {
  vertical-align: middle;
}

.swidget_messages {
  order: 3;
  display: flex;
  flex-direction: column;
  background: var(--background-color, #fff);
}

.swidget_messages > * {
  order: 2;
  color: var(--text-color, #000);
}

.swidget_misc {
  font-weight: 700;
  background: var(--background-color, #fff);
}

.swidget_items_added {
  display: none;
}

.swidget_items_added:first-child {
  margin-top: 2rem;
  display: block !important;
}

.swidget_noitems {
  order: 1;
  color: red;
  margin: 2rem 0 1rem;
}

.swidget_checkout_url {
  margin-top: 2rem;
}

.swidget_checkout_url a,
.swidget_btn_purchase {
  display: block;
  text-align: center;
  box-sizing: border-box;
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: var(--text-color, #000);
  border-radius: 0px;
  transition: all 150ms ease-in;
  padding: 1rem 2rem;
  background-color: transparent;
  border: 2px solid #000;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2rem;
}
.swidget_checkout_url a .icon,
.swidget_btn_purchase .icon {
  vertical-align: middle;
}

/* Grid */
.swidget_mem_price {
  display: none;
}

.swidget_ticket_type {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.swidget_ticket_type > .swidget_mod_name,
.swidget_ticket_type > .swidget_nm_price,
.swidget_ticket_type > swidget_mem_price {
  order: revert;
}

.swidget_ticket_type > .swidget_mod_name {
  grid-area: span 1/1/span 1/span 2;
  padding: 0;
}

.swidget_ticket_type > .swidget_nm_price {
  grid-column: 4/span 1;
  margin: 0;
  text-align: right;
}

.swidget_ticket_select {
  position: relative;
  width: auto;
  min-width: 40px;
  max-width: 75px;
  border-color: var(--border-color, #000);
  background: var(--background-color, #fff);
  color: var(--text-color, #000);
}

.swidget_timeticketing_sel {
  padding-bottom: 2rem;
}

.swidget_datesel,
.swidget_timesel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
  margin: 1rem 0;
}
.swidget_datesel label,
.swidget_timesel label {
  vertical-align: middle;
}

.swidget_datesel > div:first-child {
  display: none;
}

.swidget_datesel select,
.swidget_timesel select {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (min-width: 50em) {
  /* 800px */
  .contentsidebar {
    flex: 1 0 26%;
    padding: 0 0 0 var(--grid-gutter, 4rem);
  }
  .contentsidebar.sidebar--sticky {
    position: sticky;
    top: 2.4rem;
    align-self: flex-start;
  }
  .listingsidebar {
    padding: 0 0 0 var(--grid-gutter, 4rem);
    margin: 0 0 6rem 0;
    order: 2;
  }
  .listingsidebar.sidebar--sticky {
    position: sticky;
    top: 2.4rem;
    align-self: flex-start;
  }
  .listingsidebar {
    flex: 1 0 26%;
    box-sizing: border-box;
  }
  .listingsidebar.eventsidebar {
    width: 100%;
    padding: 0;
  }
  .sidebar ul.categories {
    clear: both;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .listingsidebar {
    margin: 0 0 5rem 0;
  }
  .contentsidebar {
    padding: 0 var(--grid-gutter, 4rem) 0 0;
    box-sizing: border-box;
  }
  .single-post .sidebar.contentsidebar {
    padding: 0 0 0 var(--grid-gutter, 4rem);
  }
  h2.exhibitions-sidebar__title {
    font-size: 3rem;
    line-height: 1.25;
  }
  .sidebar ul {
    margin: 0 0 2.2rem 0;
  }
  .sidebar ul.categories.filter a,
  .sidebar ul.categories.filter button {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  h2.exhibitions-sidebar__title {
    font-size: 3rem;
    line-height: 1.25;
    margin-bottom: 4.1rem;
  }
  .sidebar .date time, .sidebar .date.time {
    font-size: 2.2rem;
    line-height: 1.25;
  }
  .sidebar h2.categoryheading, .sidebar h3.categoryheading {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 112.5em) {
  /* 1800px */
  .sidebar h2.categoryheading, .sidebar h3.categoryheading {
    font-size: 2.2rem;
  }
}
/* Timespan Selector */
/* A type of sub-navigation used in the Exhibition section */
.timespan-selector {
  font-weight: normal;
  margin: 1.6rem 0 2.2rem 0;
}

.exhibtions-archive-menu .timespan-selector {
  margin: 1.6rem auto 2.2rem auto;
  max-width: 120rem;
  padding: 0 2.4rem;
}

.timespan-selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.timespan-selector ul li.current-menu-item a,
.timespan-selector ul li.selected,
.timespan-selector ul li a {
  padding: 0 0 0 3rem;
  display: block;
  margin: 0 1rem 0.5rem 0;
  font-size: 1.6rem;
  border: 0;
  text-decoration: none;
  background: transparent;
  color: var(--text-color, #000) !important;
  text-align: left;
  position: relative;
}
.timespan-selector ul li.current-menu-item a:before,
.timespan-selector ul li.selected:before,
.timespan-selector ul li a:before {
  font-family: "Material Symbols Outlined";
  content: "check_box_outline_blank";
  font-size: 24px;
  position: absolute;
  top: -6px;
  left: 0;
  vertical-align: bottom;
  color: var(--text-color, #000) !important;
}
.timespan-selector ul li.current-menu-item a.selected:before,
.timespan-selector ul li.selected.selected:before,
.timespan-selector ul li a.selected:before {
  content: "check_box";
}

.timespan-selector ul li a {
  padding: 0 0 0 3rem;
  display: block;
  margin: 0 1rem 0.5rem 0;
  font-size: 1.6rem;
  border: 0;
  text-decoration: none;
  background: transparent;
  color: var(--text-color, #000) !important;
  text-align: left;
  position: relative;
  color: var(--text-color--light, #696969) !important;
}
.timespan-selector ul li a:before {
  font-family: "Material Symbols Outlined";
  content: "check_box_outline_blank";
  font-size: 24px;
  position: absolute;
  top: -6px;
  left: 0;
  vertical-align: bottom;
  color: var(--text-color, #000) !important;
}
.timespan-selector ul li a.selected:before {
  content: "check_box";
}

.timespan-selector ul li.current-menu-item a,
.timespan-selector ul li.selected {
  font-weight: 700;
}
.timespan-selector ul li.current-menu-item a:before,
.timespan-selector ul li.selected:before {
  content: "check_box";
}

.timespan-selector .current-menu-item a {
  border-color: transparent;
  color: var(--text-color, #000);
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .timespan-selector ul li,
  .timespan-selector ul li.selected,
  .timespan-selector ul li.current-menu-item a,
  .timespan-selector ul li a {
    display: inline-block;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .timespan-selector {
    margin-bottom: 5.2rem;
  }
}
/* Events Page */
.calendar-month-grid {
  margin: 0;
  position: relative;
  max-width: 45rem;
}

.calendar-month-grid a {
  border: none;
}

.calendar-month-grid .calendar-month-prev-next {
  position: absolute;
  height: 4rem;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
}

.calendar-month-grid__header {
  margin-bottom: 1rem;
  padding: 1rem 0;
  line-height: 1;
  align-items: center;
  position: relative;
  border-radius: 2px;
}

.events .calendar-month-grid__header h2 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
  text-transform: none;
}

a.calendar-month-grid__nav {
  position: absolute;
  display: block;
  font-size: 4rem;
  top: 50%;
  transform: translateY(-50%);
}

.calendar-month-grid__nav.calendar-month-grid__nav--previous {
  left: 1.5rem;
}

.calendar-month-grid__nav.calendar-month-grid__nav--next {
  right: 1.5rem;
}

table caption .calendar-month-grid__title {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-align: center;
  font-size: 2.2rem;
}

.calendar-month-grid__title.full {
  display: none;
}
.calendar-month-grid__title.abbr {
  display: block;
}

.calendar-month-grid .calendar-month-grid__header .calendar-month-prev-next {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.calendar-month-grid .calendar-month-grid__header .calendar-month-prev-next li {
  margin: 0;
  padding: 0;
}

.calendar-month-grid .calendar-month-grid__header .calendar-month-prev-next li a {
  border: 0px;
}

.calendar-month-grid__grid {
  width: 100%;
  margin: 0 0 1.8rem 0;
}

.calendar-month-grid__grid tbody {
  width: 100%;
  margin: 0;
}

.calendar-month-grid__week {
  width: 100%;
  font-size: 0;
}

.calendar-month-grid__date {
  width: 14.28571429%;
  padding: 0.3rem 0;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 2px;
}

.calendar-month-grid__date--heading {
  font-size: 2rem;
  padding: 0.1rem 0;
}

.calendar-month-grid__date--heading abbr {
  text-decoration: none;
  font-weight: 700;
}

.calendar-month-grid__date--past .calendar-month-grid__date-link {
  padding: 0;
  position: relative;
}

.calendar-month-grid__date--past a::before {
  background: transparent;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(-20deg);
  width: 100%;
}

ul.calendar-month-grid__range-selector {
  display: block;
  text-align: center;
  margin: 0 0 4.2rem;
}

ul.calendar-month-grid__range-selector li {
  margin: 0;
  display: block;
}

ul.calendar-month-grid__range-selector a,
ul.calendar-month-grid__range-selector li[aria-active=true] {
  padding: 0 0 0 3rem;
  display: block;
  margin: 0 1rem 0.5rem 0;
  font-size: 1.6rem;
  border: 0;
  text-decoration: none;
  background: transparent;
  color: var(--text-color, #000) !important;
  text-align: left;
  position: relative;
}
ul.calendar-month-grid__range-selector a:before,
ul.calendar-month-grid__range-selector li[aria-active=true]:before {
  font-family: "Material Symbols Outlined";
  content: "check_box_outline_blank";
  font-size: 24px;
  position: absolute;
  top: -6px;
  left: 0;
  vertical-align: bottom;
  color: var(--text-color, #000) !important;
}
ul.calendar-month-grid__range-selector a.selected:before,
ul.calendar-month-grid__range-selector li[aria-active=true].selected:before {
  content: "check_box";
}

ul.calendar-month-grid__range-selector li[aria-active=true]:before {
  content: "check_box";
}

a.calendar-month-grid__range {
  display: inline-block;
  margin: 0 1rem;
  border-width: 0 0 0.1rem 0;
  border-style: solid;
}

a.calendar-month-grid__range--selected {
  border-bottom: none;
}

button.eventaccordion {
  position: relative;
  margin: 0;
  padding: 1.6rem 0 1.2rem 0;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  text-align: left;
  background-color: transparent;
  color: var(--text-color, #000);
  font-family: "Archivo", "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: none;
  font-size: 2.4rem;
  padding-top: 0;
}
@media screen and (min-width: 56.25em) {
  button.eventaccordion {
    /* 900px */
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  button.eventaccordion {
    /* 1200px */
    font-size: 4rem;
  }
}
button.eventaccordion::after {
  font-family: "Material Symbols Outlined";
  line-height: 1;
  vertical-align: middle;
  content: "expand_more";
  display: inline-block;
  margin-left: 1rem;
  transition: transform 200ms ease-in-out;
}
button.eventaccordion.selected::after {
  transform: rotate(-180deg) !important;
}

#eventaccordion {
  display: none;
}
#eventaccordion .categoryheading.hide-on-mobile {
  display: none;
}

#eventaccordion.visible {
  display: block;
  margin-top: 0;
  background: #E5E5E5;
  padding: 1rem 2rem;
}

.eventsidebar.visible {
  border-width: 0 0 0.3rem 0;
  border-style: solid;
}

@media screen and (min-width: 28.125em) {
  /* 450px */
  ul.calendar-month-grid__range-selector li {
    display: inline-block;
  }
  ul.calendar-month-grid__range-selector a,
  ul.calendar-month-grid__range-selector li[aria-active=true] {
    display: inline-block;
  }
}
@media screen and (min-width: 43.75em) {
  /* 700px */
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  #eventaccordion.visible {
    background: transparent;
  }
  ul.calendar-month-grid__range-selector {
    margin: 0 0 4.7rem;
  }
  button.eventaccordion {
    display: none;
  }
  #eventaccordion {
    display: block;
  }
  #eventaccordion .categoryheading.hide-on-mobile {
    display: block;
  }
  .eventsidebar.visible {
    border-width: 0;
  }
  .calendar-month-grid {
    margin: 0;
  }
  .calendar-month-grid__range {
    border-width: 0 0 0.2rem 0;
    border-style: solid;
  }
  .calendar-month-grid__range--selected {
    border-bottom: none;
  }
  .calendar-month-grid__date--heading {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 75em) {
  /* 1200px */
  .calendar-month-grid {
    max-width: none;
  }
  .calendar-month-grid__title {
    font-size: 3rem;
  }
  .calendar-month-grid__title.full {
    display: block;
  }
  .calendar-month-grid__title.abbr {
    display: none;
  }
  .calendar-month-grid__date {
    padding: 0.15rem 0;
  }
  .calendar-month-grid__date--heading {
    font-size: 2rem;
  }
  .calendar-month-grid__grid {
    margin: 0 0 2.4rem 0;
  }
  ul.calendar-month-grid__range-selector {
    font-size: 2rem;
    margin: 0 0 4.4rem;
  }
}
@media screen and (min-width: 112.5em) {
  /* 1800px */
  ul.calendar-month-grid__range-selector {
    margin: 0 0 4.8rem;
  }
}
.event__halfcolumn__image {
  margin-bottom: 2.4rem;
}

.calendar--archive-footer {
  margin-top: 6rem;
}

.block--news-year {
  margin-bottom: 0;
}
.block--news-year .news-year {
  margin-bottom: 0;
}

.news-list {
  margin: 0;
  padding: 0;
}

.news-thumb {
  aspect-ratio: 16/10;
}
@supports not (aspect-ratio: 1/1) {
  .news-thumb {
    padding-top: calc(100% * 10 / 16);
    position: relative;
    overflow: hidden;
  }
  .news-thumb img, .news-thumb video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
}
.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Site Footer */
.sitefooter {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 6rem;
}
.sitefooter ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.sitefooter ul a {
  text-decoration: none;
}
.sitefooter ul a:hover {
  text-decoration: underline;
}

.sitefooter__container {
  margin: 0 auto;
  max-width: 120rem;
  padding: 6.5rem 2.4rem 10rem;
}

.sitefooter__flex-container {
  display: flex;
  flex-direction: column;
}

.sitefooter__left {
  order: 2;
}

.sitefooter__right {
  order: 1;
}

.sitefooter__left,
.sitefooter__right {
  margin-bottom: 4rem;
}

.sitefooter .logo {
  max-width: 45rem;
  margin-bottom: 2rem;
}

.sitefooter__address {
  margin-bottom: 2rem;
}
.sitefooter__address address {
  font-style: normal;
}
.sitefooter__address abbr {
  text-decoration: none;
}
.sitefooter__address a {
  text-decoration: none;
}
.sitefooter__address a:hover {
  text-decoration: underline;
}

.sitefooter .todays-hours {
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0;
}
.sitefooter .todays-hours .icon {
  width: 1rem;
  height: 1rem;
}

.toptabs .todays-hours {
  margin-right: 1rem;
}

.todays-hours {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
.todays-hours a {
  text-decoration: none;
  border: 0;
}
.todays-hours a:hover {
  text-decoration: underline;
}
.todays-hours .icon {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border: 2px solid;
  margin-right: 0.5rem;
}
.todays-hours .icon.open {
  background-color: #A1D884;
  border-color: #A1D884;
}
.todays-hours .icon.closed {
  background-color: #FF207B;
  border-color: #FF207B;
}

.sitefooter__links {
  display: block;
}

.sitefooter__links--left {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
.sitefooter__links--left a {
  display: inline-block;
  margin-bottom: 2rem;
}

.sitefooter__links--right {
  flex: 1;
  margin-bottom: 2rem;
  line-height: 1.125;
}
.sitefooter__links--right a {
  display: inline-block;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
}

.sitefooter__social {
  margin-bottom: 1rem;
}

.social-icon {
  display: inline-block;
}
.social-icon a {
  margin-right: 1rem;
  font-size: 0;
  border: 0 !important;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-decoration: none;
}
.social-icon.facebook a {
  background-image: url("images/facebook.svg");
}
.social-icon.twitter a {
  background-image: url("images/twitter.svg");
}
.social-icon.twitter-x a {
  background-image: url("images/twitter-x.svg");
}
.social-icon.instagram a {
  background-image: url("images/instagram.svg");
}
.social-icon.youtube a {
  background-image: url("images/youtube.svg");
}
.social-icon.threads a {
  background-image: url("images/threads.svg");
}
.social-icon.tiktok a {
  background-image: url("images/tiktok.svg");
}
.social-icon.linkedin a {
  background-image: url("images/linkedin.svg");
}

.sitefooter__bottom {
  margin-top: 4rem;
}

@media screen and (min-width: 43.75em) {
  /* 700px */
}
@media screen and (min-width: 56.25em) {
  /* 900px */
  .sitefooter__flex-container {
    display: flex;
    flex-direction: row;
  }
  .sitefooter__left {
    flex: 1;
    order: 1;
    margin-right: var(--grid-gutter, 4rem);
    margin-bottom: 0;
  }
  .sitefooter__right {
    flex: 1;
    order: 2;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 81.25em) {
  /* 1300px */
  .sitefooter__links {
    display: flex;
  }
  .sitefooter__links--left {
    flex: 1;
    margin-right: var(--grid-gutter, 4rem);
    margin-bottom: 0;
  }
  .sitefooter__links--right {
    flex: 1;
    margin-bottom: 0;
  }
}
.home .title-subtle {
  margin: 4rem 0 5.3rem;
}

.home .block-calltoaction__container, .page-exhibitions .block-calltoaction__container {
  padding: 0 !important;
  margin: 0 !important;
}
.home .block-calltoaction, .page-exhibitions .block-calltoaction {
  margin: 0;
}
.home .block-calltoaction.no-image, .page-exhibitions .block-calltoaction.no-image {
  max-width: 120rem;
  margin: 6rem auto;
  padding: 0 2.4rem;
}
@media screen and (min-width: 56.25em) {
  .home, .page-exhibitions {
    /* 900px */
  }
  .home .block-calltoaction a, .page-exhibitions .block-calltoaction a {
    position: relative;
  }
  .home .block-calltoaction .inner, .page-exhibitions .block-calltoaction .inner {
    grid-template-columns: 45% 1fr;
  }
  .home .block-calltoaction.left .inner, .page-exhibitions .block-calltoaction.left .inner {
    grid-template-columns: 1fr 45%;
  }
}
@media screen and (min-width: 62.5em) {
  .home .block-calltoaction, .page-exhibitions .block-calltoaction {
    margin: 0;
    max-width: none;
  }
  .home .block-calltoaction .imagecolumn .sizelimit, .page-exhibitions .block-calltoaction .imagecolumn .sizelimit {
    aspect-ratio: 18/9;
  }
  @supports not (aspect-ratio: 1/1) {
    .home .block-calltoaction .imagecolumn .sizelimit, .page-exhibitions .block-calltoaction .imagecolumn .sizelimit {
      padding-top: calc(100% * 9 / 18);
      position: relative;
      overflow: hidden;
    }
    .home .block-calltoaction .imagecolumn .sizelimit img, .home .block-calltoaction .imagecolumn .sizelimit video, .page-exhibitions .block-calltoaction .imagecolumn .sizelimit img, .page-exhibitions .block-calltoaction .imagecolumn .sizelimit video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto;
    }
  }
}
@media screen and (min-width: 75em) {
  .home, .page-exhibitions {
    /* 1200px */
  }
  .home .block-calltoaction .inner, .page-exhibitions .block-calltoaction .inner {
    grid-template-columns: 34% 1fr;
  }
  .home .block-calltoaction.left .inner, .page-exhibitions .block-calltoaction.left .inner {
    grid-template-columns: 1fr 34%;
  }
}
@media screen and (min-width: 87.5em) {
  .home .block-calltoaction a, .page-exhibitions .block-calltoaction a {
    max-width: 200rem;
  }
  .home .block-calltoaction.right.with-image a, .page-exhibitions .block-calltoaction.right.with-image a {
    margin-left: calc((100vw - (100vw - 100%) - 120rem) / 2);
  }
  .home .block-calltoaction.right.with-image .textcolumn, .page-exhibitions .block-calltoaction.right.with-image .textcolumn {
    padding-left: 0;
  }
  .home .block-calltoaction.left.with-image a, .page-exhibitions .block-calltoaction.left.with-image a {
    margin-right: calc((100vw - (100vw - 100%) - 120rem) / 2);
  }
  .home .block-calltoaction.left.with-image .textcolumn, .page-exhibitions .block-calltoaction.left.with-image .textcolumn {
    padding-right: 0;
  }
}

/* Print */
@media print {
  .sitefooterwrap .links, nav, address a, .slides button, .slides ol, .logo .ratio, figure .mask {
    display: none;
  }
  .logo .screen-reader-text {
    clip: auto;
    clip-path: none;
    height: auto;
    width: auto;
    font-weight: bold;
    position: static;
    float: left;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    overflow: visible;
  }
  header {
    text-align: left;
    margin: 0 0 2em;
  }
  header .logo {
    margin: 0;
    max-width: 100%;
    font-size: 200%;
  }
  header .logo .padding {
    padding: 0;
  }
  img {
    max-height: 40rem;
    display: inline-block;
    clear: both;
    margin: 0 auto;
  }
  .imageheader {
    position: static;
  }
  .block {
    page-break-inside: avoid;
  }
  .accordion {
    margin: 0 !important;
  }
  .accordion .content, .accordion .toggle {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: 100000em !important;
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .accordion.js [aria-hidden=true] button, .accordion.js [aria-hidden=true] input, .accordion.js [aria-hidden=true] textarea, .accordion.js [aria-hidden=true] select, .accordion.js [aria-hidden=true] iframe, .accordion.js [aria-hidden=true] a {
    display: inline-block !important;
  }
  .accordion > .content > * {
    opacity: 1 !important;
  }
  .accordion .tablist, .accordion button.toggle, .accordion.js button.toggle, .accordion button.toggle {
    display: none !important;
    visibility: hidden !important;
  }
  .accordion.js .toggle.sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: inherit !important;
    margin: inherit !important;
    clip: unset !important;
    border: inherit !important;
  }
}
header .logo a {
  height: 75px;
}
header .logo a img {
  object-fit: contain;
  object-position: bottom;
  height: 100%;
}

.site-title {
  font-weight: 900;
  font-size: 3.4rem;
  text-decoration: none;
}

.sitefooter .logo--tawm {
  max-width: 33.5rem;
}

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