@charset "UTF-8";
/* Reset all styles */
*,
*::before,
*::after {
  box-sizing: border-box; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, figure {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

ul,
ol,
li {
  list-style: none; }

.desktop {
  display: none; }
  @media (min-width: 851px) {
    .desktop {
      display: block; } }

.tablet {
  display: none; }
  @media (min-width: 501px) {
    .tablet {
      display: block; } }

@media (min-width: 501px) {
  .mobile {
    display: none !important; } }

.hide {
  display: none; }

html {
  max-width: 100%;
  overflow-x: hidden; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column; }

p {
  margin: 4px 0; }

.main-wrapper > .inner-wrapper {
  padding-top: 28px; }
  @media (min-width: 501px) {
    .main-wrapper > .inner-wrapper {
      min-height: 900px; } }

.inner-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  width: 100%; }

.page-heading {
  font-size: 22.5px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 27px;
  color: #262626;
  margin-bottom: 20px; }
  @media (min-width: 501px) {
    .page-heading {
      font-size: 26px;
      font-variation-settings: "wght" 400;
      font-weight: 400;
      line-height: 30px; } }
  @media (min-width: 501px) {
    .page-heading {
      margin-bottom: 28px; } }

.page-layout {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  @media (min-width: 501px) {
    .page-layout {
      align-items: flex-start;
      flex-direction: row;
      gap: 48px; } }

.sidebar {
  flex: 0 0 auto; }
  @media (min-width: 501px) {
    .sidebar {
      width: 234px; } }

.main-content-area {
  flex: 1 1 auto;
  min-width: 0; }

.l-grid {
  -webkit-transition: 0.6s opacity;
  -moz-transition: 0.6s opacity;
  -o-transition: 0.6s opacity;
  transition: 0.6s opacity;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0; }

.l-grid__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 15px;
  column-gap: 15px;
  margin-top: 50px;
  width: 100%; }
  @media (min-width: 501px) {
    .l-grid__inner {
      grid-template-columns: repeat(4, 1fr);
      row-gap: 24px;
      column-gap: 24px;
      margin-top: 100px; } }
  @media (min-width: 851px) {
    .l-grid__inner {
      grid-template-columns: repeat(6, 1fr); } }
  .l-grid__inner > div {
    aspect-ratio: 1/1;
    border: 0.5px solid #a3f393;
    overflow: hidden;
    position: relative; }
    .l-grid__inner > div .curtain {
      -webkit-transition: opacity 0.75s ease-in-out;
      -moz-transition: opacity 0.75s ease-in-out;
      -o-transition: opacity 0.75s ease-in-out;
      transition: opacity 0.75s ease-in-out;
      background: #fff;
      content: ' ';
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.l-grid__col img {
  display: block;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
  width: 100%; }

.grid-column-size,
.grid-event-size {
  aspect-ratio: 1/.8; }
  .grid-column-size.grid-column-size--artwork,
  .grid-event-size.grid-column-size--artwork {
    aspect-ratio: 1/1; }
  .grid-column-size img,
  .grid-event-size img {
    display: block;
    object-fit: cover;
    width: 100%; }

.l-nav {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 20px;
  width: 50%;
  z-index: 10; }
  @media (min-width: 501px) {
    .l-nav {
      padding: 50px;
      width: 300px; } }
  .l-nav ul {
    margin-top: 30px; }
    @media (min-width: 501px) {
      .l-nav ul {
        margin-top: 38px; } }
    .l-nav ul li a {
      font-size: 18px;
      font-variation-settings: "wght" 500;
      font-weight: 500;
      line-height: 36px;
      color: #828282;
      position: relative;
      text-decoration: none; }
      .l-nav ul li a:hover {
        color: #00dc00; }
      .l-nav ul li a.active {
        color: #141414; }
        .l-nav ul li a.active::before {
          background: #00dc00;
          content: " ";
          height: 6px;
          left: -11px;
          position: absolute;
          top: 53.7%;
          width: 6px; }
  .l-nav.open {
    left: 0; }
    @media (min-width: 1348px) {
      .l-nav.open {
        left: 50%;
        margin-left: -800px; }
        .l-nav.open::before {
          background: #f0f0f0;
          content: ' ';
          height: 100%;
          margin-left: -900px;
          position: absolute;
          top: 0;
          width: 900px; } }

.l-nav__close {
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 7px;
  width: 20px; }
  @media (min-width: 501px) {
    .l-nav__close {
      margin-bottom: 50px;
      margin-top: 0;
      width: 27px; } }
  .l-nav__close span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #828282;
    display: block;
    height: 2px;
    width: 20px; }
    @media (min-width: 501px) {
      .l-nav__close span {
        width: 27px; } }
    .l-nav__close span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: -2px; }
  .l-nav__close:hover span, .l-nav__close:focus span {
    background: #00dc00; }

.l-header {
  background: rgba(255, 255, 255, 0.85);
  height: 60px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9; }
  @media (min-width: 501px) {
    .l-header {
      height: 65px; } }
  .l-header .inner-wrapper {
    height: 60px; }
    @media (min-width: 501px) {
      .l-header .inner-wrapper {
        height: 65px; } }

.l-header__logo {
  height: 27px;
  margin-top: 12px;
  position: relative;
  width: 100%; }
  @media (min-width: 501px) {
    .l-header__logo {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      column-gap: 24px;
      height: 40px;
      margin-top: 27px; } }
  @media (min-width: 851px) {
    .l-header__logo {
      grid-template-columns: 1fr 1fr; } }
  .l-header__logo > div {
    position: relative; }
    @media (min-width: 0) and (max-width: 500px) {
      .l-header__logo > div {
        height: 27px; } }
    @media (min-width: 0) and (max-width: 500px) {
      .l-header__logo > div.l-header__logo__spacer {
        display: none; } }
    @media (min-width: 501px) and (max-width: 850px) {
      .l-header__logo > div.l-header__logo__spacer {
        grid-column: 1 / 1; } }
    .l-header__logo > div.l-header__logo__images {
      overflow: hidden;
      margin-right: -1px;
      position: relative; }
      .l-header__logo > div.l-header__logo__images::after {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
        content: ' ';
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 7.4%;
        z-index: 2; }
      @media (min-width: 501px) and (max-width: 850px) {
        .l-header__logo > div.l-header__logo__images {
          grid-column: 2 / 5;
          margin-right: -2px; } }
      @media (min-width: 851px) {
        .l-header__logo > div.l-header__logo__images {
          margin-right: -3px; } }
      @media (hover: hover) {
        .l-header__logo > div.l-header__logo__images a:hover img {
          -webkit-transition: 0.25s;
          -moz-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s;
          opacity: .6; } }
  .l-header__logo img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2; }
    @media (min-width: 501px) {
      .l-header__logo img {
        position: absolute;
        right: 0; } }
    .l-header__logo img.art {
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      width: 7.4%;
      z-index: 3; }
    .l-header__logo img.pre-art {
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      right: 7.4%;
      width: calc(100% - 7.4%);
      z-index: 1; }
      .l-header.scrolled .l-header__logo img.pre-art {
        opacity: 0;
        right: -600px; }
    .l-header__logo img.nch {
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      display: none;
      right: 7.4%;
      width: 8.95%; }

.site-header {
  background: #fff;
  border-bottom: 1px solid #999999;
  height: 60px;
  position: sticky;
  top: 0;
  z-index: 10; }

.site-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between; }
  @media (min-width: 851px) {
    .site-header__inner {
      column-gap: 48px;
      display: grid;
      grid-template-columns: 234px 1fr;
      justify-content: normal; } }

.site-header__brand {
  font-size: 17px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  line-height: 22px;
  color: #262626;
  position: relative;
  text-decoration: none;
  z-index: 20; }
  @media (min-width: 501px) {
    .site-header__brand {
      font-size: 19px;
      font-variation-settings: "wght" 600;
      font-weight: 600;
      line-height: 24px; } }
  .site-header__brand:hover {
    color: gray; }

.nav-toggle-input {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.nav-toggle-icon {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: -8px;
  padding: 8px;
  position: relative;
  z-index: 20; }
  .nav-toggle-icon span {
    background: #262626;
    display: block;
    height: 2px;
    transition: transform .25s ease, opacity .25s ease;
    width: 22px; }
  @media (min-width: 851px) {
    .nav-toggle-icon {
      display: none; } }

.nav-toggle-input:focus-visible ~ .nav-toggle-icon {
  outline: 2px solid #262626;
  outline-offset: 6px; }

.nav-toggle-input:checked ~ .nav-toggle-icon span:nth-child(1) {
  transform: translateY(7px) rotate(45deg); }
.nav-toggle-input:checked ~ .nav-toggle-icon span:nth-child(2) {
  opacity: 0; }
.nav-toggle-input:checked ~ .nav-toggle-icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg); }

.site-header__nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: fixed;
  pointer-events: none;
  transition: opacity .25s ease;
  visibility: hidden;
  z-index: 15; }
  .site-header__nav ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center; }
  .site-header__nav a {
    font-size: 20px;
    font-variation-settings: "wght" 600;
    font-weight: 600;
    line-height: 26px;
    color: #595959;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase; }
    .site-header__nav a:hover, .site-header__nav a.active {
      color: #262626; }
  @media (min-width: 851px) {
    .site-header__nav {
      background: none;
      inset: auto;
      opacity: 1;
      position: static;
      pointer-events: auto;
      transition: none;
      visibility: visible; }
      .site-header__nav ul {
        flex-direction: row;
        gap: 24px; }
      .site-header__nav a {
        font-size: 13px;
        font-variation-settings: "wght" 500;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: .5px; } }

.nav-toggle-input:checked ~ .site-header__nav {
  opacity: 1;
  pointer-events: auto;
  visibility: visible; }

body:has(.nav-toggle-input:checked) {
  overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .nav-toggle-icon span,
  .site-header__nav {
    transition: none; } }
.l-footer {
  background: #f5fff5;
  border-top: 1px solid #00dc00;
  clear: both;
  margin-top: auto;
  padding: 40px 0 30px;
  position: relative; }
  @media (min-width: 501px) {
    .l-footer {
      padding: 40px 0; } }

.l-footer__logo {
  display: block;
  margin-bottom: 40px;
  max-width: 100%; }
  @media (min-width: 501px) {
    .l-footer__logo {
      margin-bottom: 10px;
      max-width: 400px; } }

.l-footer__nav {
  margin-bottom: 40px; }
  @media (min-width: 501px) {
    .l-footer__nav {
      margin-bottom: 90px; } }
  .l-footer__nav li {
    margin-bottom: -6px; }
    @media (min-width: 501px) {
      .l-footer__nav li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 12px; } }
    .l-footer__nav li:last-child {
      margin-bottom: 0; }
    .l-footer__nav li a {
      font-size: 16.5px;
      font-variation-settings: "wght" 500;
      font-weight: 500;
      line-height: 36px;
      color: #7d7d7d;
      text-decoration: none; }
      @media (min-width: 501px) {
        .l-footer__nav li a {
          font-size: 17.5px;
          font-variation-settings: "wght" 500;
          font-weight: 500;
          line-height: 30px; } }
      .l-footer__nav li a:hover {
        text-decoration: underline; }

.l-footer_copyright {
  margin-bottom: 20px; }
  @media (min-width: 501px) {
    .l-footer_copyright {
      margin-bottom: 10px; } }
  .l-footer_copyright li {
    font-size: 13px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 19px;
    color: #6e6e6e;
    text-decoration: none;
    display: inline-block;
    margin: 0; }
    @media (min-width: 501px) {
      .l-footer_copyright li {
        font-size: 13.6px;
        font-variation-settings: "wght" 400;
        font-weight: 400;
        line-height: 20px; } }
    .l-footer_copyright li::after {
      content: "|";
      padding-left: 5px; }
    .l-footer_copyright li:last-child::after {
      display: none; }
    .l-footer_copyright li a {
      font-size: 13px;
      font-variation-settings: "wght" 400;
      font-weight: 400;
      line-height: 19px;
      color: #6e6e6e;
      text-decoration: none; }
      @media (min-width: 501px) {
        .l-footer_copyright li a {
          font-size: 13.6px;
          font-variation-settings: "wght" 400;
          font-weight: 400;
          line-height: 20px; } }
      .l-footer_copyright li a:hover {
        text-decoration: underline; }
    .l-footer_copyright li.first {
      display: block; }
      .l-footer_copyright li.first::after {
        display: none; }
      @media (min-width: 501px) {
        .l-footer_copyright li.first {
          display: inline-block; }
          .l-footer_copyright li.first::after {
            display: inline; } }

.l-footer__address li {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #6e6e6e;
  text-decoration: none; }
  @media (min-width: 501px) {
    .l-footer__address li {
      font-size: 13.6px;
      font-variation-settings: "wght" 400;
      font-weight: 400;
      line-height: 20px; } }
  @media (min-width: 501px) {
    .l-footer__address li {
      display: inline-block;
      margin-right: 2px; }
      .l-footer__address li::after {
        content: ","; }
      .l-footer__address li:last-child::after {
        display: none; } }
  @media (min-width: 501px) and (max-width: 850px) {
    .l-footer__address li {
      margin-bottom: -8px; } }
  .l-footer__address li.inline-clear {
    display: none; }
    .l-footer__address li.inline-clear::after {
      display: none; }
    @media (min-width: 501px) and (max-width: 850px) {
      .l-footer__address li.inline-clear {
        display: block;
        height: 0px; } }

.site-footer {
  background: #d9d9d9;
  height: 50px; }

.divider {
  background: none;
  border: none;
  border-top: 1px solid #999999;
  height: 0;
  margin: 24px 0; }
  @media (min-width: 501px) {
    .divider {
      margin: 32px 0; } }

.loading-spinner {
  animation: loading-spinner-spin .8s linear infinite;
  border: 8px solid #d9d9d9;
  border-radius: 50%;
  border-top-color: #262626;
  height: 200px;
  left: 50%;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  z-index: 30; }
  @media (min-width: 501px) {
    .loading-spinner {
      left: calc(50% + 141px); } }

@keyframes loading-spinner-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0; }

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1; }

.artwork {
  display: flex;
  margin-bottom: 25px; }
  @media (min-width: 501px) {
    .artwork {
      margin-bottom: 24px; } }

.artwork__image {
  margin-right: 15px; }
  @media (min-width: 501px) {
    .artwork__image {
      margin-right: 24px; } }

.artwork__caption {
  margin-top: -5px; }
  .artwork__caption p:last-child {
    margin-bottom: 0; }

.artwork-grid {
  display: grid;
  column-gap: 36px;
  row-gap: 50px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px; }
  @media (min-width: 501px) and (max-width: 850px) {
    .artwork-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 851px) {
    .artwork-grid {
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 100px; } }
  @media (min-width: 1200px) {
    .artwork-grid {
      grid-template-columns: repeat(4, 1fr); } }

.artwork-grid__item {
  display: flex;
  flex-direction: column; }

.artwork-grid__link {
  color: inherit;
  display: block;
  text-decoration: none; }

.artwork-grid__image {
  aspect-ratio: 1 / 1;
  background: #f0f0f0;
  display: block;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative; }
  .artwork-grid__image img {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%; }
  @media (hover: hover) {
    .artwork-grid__link:hover .artwork-grid__image img {
      opacity: .5; } }

.artwork-grid__caption {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  color: #595959;
  line-height: 1.2; }
  @media (min-width: 501px) {
    .artwork-grid__caption {
      font-size: 14px;
      font-variation-settings: "wght" 400;
      font-weight: 400; } }

.artwork-grid__title {
  font-size: 15px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 20px;
  color: #262626;
  margin-bottom: 2px; }
  @media (min-width: 501px) {
    .artwork-grid__title {
      line-height: 22px; } }
  .artwork-grid__link:hover .artwork-grid__title {
    color: gray; }

.artwork-grid__year,
.artwork-grid__dimensions,
.artwork-grid__media,
.artwork-grid__catalog-sets,
.artwork-grid__price {
  display: block;
  margin: 2px 0; }

.artwork-grid__empty {
  font-size: 16px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 24px;
  color: #262626;
  margin-bottom: 12px;
  color: #595959;
  padding: 80px 0;
  text-align: center; }
  @media (min-width: 501px) {
    .artwork-grid__empty {
      font-size: 17px;
      font-variation-settings: "wght" 400;
      font-weight: 400;
      line-height: 25px; } }
  .artwork-grid__empty a {
    color: #262626;
    text-decoration: underline;
    text-decoration-style: solid; }
    .artwork-grid__empty a:hover {
      color: #00dc00; }
  .artwork-grid__empty i,
  .artwork-grid__empty em {
    font-family: Arial, Helvetica, sans-serif; }
  .artwork-grid__empty b,
  .artwork-grid__empty strong {
    font-variation-settings: "wght" 700; }

.artwork-grid__empty--search {
  margin-top: 30px;
  padding: 0;
  text-align: left; }

.artwork-detail {
  margin-bottom: 28px; }

.artwork-detail__image {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 24px;
  max-width: 100%; }
  @media (min-width: 501px) {
    .artwork-detail__image {
      margin-bottom: 0; } }
  .artwork-detail__image img {
    display: block;
    height: auto;
    max-height: 80vh;
    max-width: 100%;
    width: auto; }

.artwork-detail__caption {
  max-width: 100%;
  text-align: left; }

.artwork-detail__title {
  font-size: 20px;
  margin-top: 0; }

.artwork-detail__link {
  color: inherit;
  text-decoration: underline; }
  .artwork-detail__link:hover {
    color: gray; }

.artwork-detail__year,
.artwork-detail__dimensions,
.artwork-detail__media {
  font-size: 15px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  color: #595959;
  display: block;
  line-height: 1.2; }
  @media (min-width: 501px) {
    .artwork-detail__year,
    .artwork-detail__dimensions,
    .artwork-detail__media {
      font-size: 16px;
      font-variation-settings: "wght" 400;
      font-weight: 400; } }

.artwork-detail__meta-divider {
  margin: 16px 0; }

.artwork-detail__meta-item {
  font-size: 14px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  color: #595959;
  display: block;
  line-height: 1.2;
  margin: 0 0 8px; }
  .artwork-detail__meta-item:last-child {
    margin-bottom: 0; }

.artwork-detail__meta-label {
  color: #262626;
  display: inline-block;
  line-height: 1.4; }

.artwork-detail__list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0; }
  .artwork-detail__list li::before {
    content: '•';
    margin-right: .4em; }

.artwork-detail__note {
  color: #595959; }

.works-sidebar {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #595959; }
  @media (min-width: 501px) {
    .works-sidebar {
      max-height: calc(100vh - 60px);
      overflow-y: auto;
      position: sticky;
      top: 60px;
      scrollbar-color: #595959 #d9d9d9;
      scrollbar-width: auto; }
      .works-sidebar::-webkit-scrollbar {
        width: 10px; }
      .works-sidebar::-webkit-scrollbar-track {
        background: #d9d9d9; }
      .works-sidebar::-webkit-scrollbar-thumb {
        background: #595959;
        border-radius: 5px; } }

.works-sidebar__title {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #262626;
  letter-spacing: .5px;
  text-transform: uppercase; }

.works-sidebar__group {
  margin-bottom: 24px; }
  .works-sidebar__group:last-child {
    margin-bottom: 0; }

.works-sidebar__divider {
  margin: 20px 0; }

.works-sidebar__divider--top {
  margin-top: 30px; }

.works-sidebar__heading-row {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px; }

.works-sidebar__heading {
  font-size: 15px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #262626;
  letter-spacing: .5px;
  margin-bottom: 8px; }

.works-sidebar__reset {
  color: #262626;
  cursor: pointer;
  text-decoration: underline; }
  .works-sidebar__reset:hover {
    color: gray; }

.works-sidebar__reset--disabled {
  color: #999999;
  cursor: default;
  text-decoration: none; }
  .works-sidebar__reset--disabled:hover {
    color: #999999; }

.works-sidebar__list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0; }
  .works-sidebar__list li {
    margin-bottom: 4px; }
  .works-sidebar__list a {
    color: #595959;
    cursor: pointer;
    text-decoration: none; }
    .works-sidebar__list a:hover {
      color: #262626; }
    .works-sidebar__list a.active {
      color: #262626;
      font-weight: 600; }

.works-sidebar__list a.works-sidebar__list-item--struck {
  color: #d9d9d9;
  text-decoration: line-through; }

.works-sidebar__list-item--with-count {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.works-sidebar__count-pill {
  font-size: 10px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 14px;
  background: #d9d9d9;
  border-radius: 999px;
  color: #262626;
  flex: 0 0 auto;
  padding: 1px 7px; }

.works-sidebar__list--years {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px 10px; }
  .works-sidebar__list--years li {
    margin-bottom: 0; }

.works-sidebar__year-undated {
  grid-column: span 2; }

.works-sidebar__year-disabled {
  color: #999999; }

.disclosure-toggle-input {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.disclosure-toggle {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px; }
  .disclosure-toggle::after {
    content: '▸';
    display: inline-block;
    font-size: 18px;
    transition: transform .2s ease; }

.disclosure-toggle-input:focus-visible ~ .disclosure-toggle {
  outline: 2px solid #262626;
  outline-offset: 4px; }

.disclosure-toggle-input:checked ~ .disclosure-toggle::after {
  transform: rotate(90deg); }

.disclosure-content {
  display: none;
  line-height: 1.2; }

.disclosure-content--auto {
  max-height: none;
  overflow: visible;
  resize: none; }

.disclosure-content--resizable {
  height: 300px;
  overflow-y: auto;
  resize: vertical;
  scrollbar-color: #595959 #d9d9d9;
  scrollbar-width: auto; }
  .disclosure-content--resizable::-webkit-scrollbar {
    width: 10px; }
  .disclosure-content--resizable::-webkit-scrollbar-track {
    background: #d9d9d9; }
  .disclosure-content--resizable::-webkit-scrollbar-thumb {
    background: #595959;
    border-radius: 5px; }
  .disclosure-content--resizable::-webkit-resizer {
    background-color: #595959; }

.disclosure-toggle-input:checked ~ .disclosure-content {
  display: block; }

.disclosure-toggle-input:checked ~ .works-sidebar__list--years {
  display: grid; }

.works-main__divider--top {
  margin-bottom: 20px;
  margin-top: 30px; }

.works-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px; }

.works-filter-pill {
  font-size: 10px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 14px;
  align-items: center;
  border: 1px solid #262626;
  border-radius: 999px;
  color: #262626;
  display: inline-flex;
  gap: 6px;
  letter-spacing: .5px;
  padding: 4px 8px 4px 10px;
  text-transform: uppercase; }

.works-filter-pill__close {
  color: #595959;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  text-decoration: none; }
  .works-filter-pill__close:hover {
    color: #262626; }

.works-filter-pills__divider {
  margin-bottom: 16px;
  margin-top: 0; }

.works-entries-count {
  font-size: 18px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 24px;
  align-items: center;
  color: #262626;
  display: flex;
  height: 40px; }

.works-entries-count__divider {
  margin-bottom: 20px;
  margin-top: 20px; }

.works-topbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  margin-bottom: 24px; }

.works-category-bar {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  align-items: center;
  color: #595959;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px; }

.works-category-bar__link {
  color: #595959;
  cursor: pointer;
  text-decoration: none; }
  .works-category-bar__link:hover {
    color: #262626; }
  .works-category-bar__link.active {
    color: #262626;
    font-weight: 600;
    text-decoration: underline; }

.works-sort {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  align-items: center;
  color: #595959;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin-bottom: 0; }

.works-sort__label {
  color: #262626;
  text-transform: uppercase;
  letter-spacing: .5px; }

.works-sort__link {
  color: #595959;
  cursor: pointer;
  text-decoration: none; }
  .works-sort__link:hover {
    color: #262626; }
  .works-sort__link.active {
    color: #262626;
    font-weight: 600;
    text-decoration: underline; }

.works-sort__link--icon {
  color: #d9d9d9;
  font-size: 16px;
  line-height: 1; }
  .works-sort__link--icon.active {
    text-decoration: none; }

.works-sort__divider {
  color: #999999; }

.works-pagination__divider {
  margin-bottom: 10px;
  margin-top: 40px; }

.works-pagination {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  align-items: center;
  color: #595959;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-bottom: 30px;
  justify-content: space-between; }

.works-pagination__nav {
  align-items: center;
  display: flex;
  gap: 14px; }

.works-pagination__link {
  color: #595959;
  cursor: pointer;
  text-decoration: none; }
  .works-pagination__link:hover {
    color: #262626; }

.works-pagination__link--disabled {
  color: #999999;
  cursor: default; }

.works-pagination__status {
  color: #262626; }

.works-pagination__per-page {
  align-items: center;
  display: inline-flex;
  gap: 8px; }

.works-pagination__select {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  background: none;
  border: 1px solid #999999;
  color: #262626;
  cursor: pointer;
  padding: 4px 8px; }

.works-pagination__per-page-form {
  display: inline-flex; }

.works-pagination__apply {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  background: none;
  border: 1px solid #999999;
  color: #262626;
  cursor: pointer;
  margin-left: 8px;
  padding: 4px 10px; }
  .works-pagination__apply:hover {
    border-color: #595959;
    color: gray; }

.search-box-form {
  margin-bottom: 24px; }

.search-box {
  align-items: center;
  border: 1px solid #999999;
  display: flex;
  margin-bottom: 20px;
  max-width: 480px; }

.search-box__input {
  font-size: 15px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 20px;
  background: none;
  border: none;
  color: #262626;
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 12px; }
  .search-box__input:focus {
    outline: none; }
  .search-box__input::placeholder {
    color: #999999; }

.search-box__submit {
  align-items: center;
  background: none;
  border: none;
  color: #595959;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  padding: 10px 14px; }
  .search-box__submit:hover {
    color: #262626; }
  .search-box__submit:focus-visible {
    outline: 2px solid #262626;
    outline-offset: -2px; }

.search-fields {
  font-size: 13px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 19px;
  color: #595959;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px; }

.search-fields__item {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 6px; }
  .search-fields__item input {
    cursor: pointer;
    margin: 0; }

.search-results-heading {
  font-size: 20px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 24px;
  color: #262626; }

.burger {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

.burger__icon {
  display: none;
  left: 20px;
  height: 16px;
  position: absolute;
  top: 20px;
  width: 20px; }
  @media (min-width: 501px) {
    .burger__icon {
      display: block !important;
      left: 50px;
      top: 39px;
      width: 27px; } }
  .burger__icon .burger__icon__inner {
    position: relative; }
  .burger__icon span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    background: #505050;
    display: block;
    height: 2px;
    margin-bottom: 3px;
    opacity: 1;
    position: absolute;
    width: 20px; }
    .burger__icon span:nth-child(1) {
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
      top: 0px; }
    .burger__icon span:nth-child(2) {
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
      top: 5px; }
      @media (min-width: 501px) {
        .burger__icon span:nth-child(2) {
          top: 7px; } }
    .burger__icon span:nth-child(3) {
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
      margin-bottom: 0;
      top: 10px; }
      @media (min-width: 501px) {
        .burger__icon span:nth-child(3) {
          top: 14px; } }
    @media (min-width: 501px) {
      .burger__icon span {
        width: 27px; } }
  .burger__icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
    top: 0px; }
  .burger__icon.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 2px;
    top: 14px; }
    @media (min-width: 501px) {
      .burger__icon.open span:nth-child(2) {
        top: 19px; } }
  .burger__icon.open span:nth-child(3) {
    display: none; }
  @media (hover: hover) {
    .burger__icon {
      cursor: pointer; }
      .burger__icon:hover span, .burger__icon:focus span {
        background: #00dc00; } }

.hero {
  display: none;
  height: 0; }

.hero-carousel {
  height: calc(100vh - 60px);
  overflow: hidden;
  position: relative;
  width: 100%; }

.hero-carousel__slide {
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-carousel-fade;
  animation-timing-function: linear;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }

.hero-carousel__link {
  display: block;
  height: 100%;
  width: 100%; }
  .hero-carousel__link img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.l-content-wrap {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  float: left;
  width: 100%; }
  @media (min-width: 501px) and (max-width: 850px) {
    .l-content-wrap {
      -webkit-transition: 1.5s;
      -moz-transition: 1.5s;
      -o-transition: 1.5s;
      transition: 1.5s; } }
  @media (min-width: 851px) {
    .l-content-wrap {
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      transition: 1s; } }

.l-content {
  margin-top: calc(100px + 24px + 188px);
  padding-bottom: 250px;
  position: relative; }
  @media (min-width: 501px) {
    .l-content {
      column-gap: 24px;
      display: grid;
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 851px) {
    .l-content {
      grid-template-columns: repeat(6, 1fr); } }
  .l-content p,
  .l-content ul,
  .l-content ol {
    font-size: 16px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 24px;
    color: #262626;
    margin-bottom: 12px; }
    @media (min-width: 501px) {
      .l-content p,
      .l-content ul,
      .l-content ol {
        font-size: 17px;
        font-variation-settings: "wght" 400;
        font-weight: 400;
        line-height: 25px; } }
    .l-content p a,
    .l-content ul a,
    .l-content ol a {
      color: #262626;
      text-decoration: underline;
      text-decoration-style: solid; }
      .l-content p a:hover,
      .l-content ul a:hover,
      .l-content ol a:hover {
        color: #00dc00; }
    .l-content p i,
    .l-content p em,
    .l-content ul i,
    .l-content ul em,
    .l-content ol i,
    .l-content ol em {
      font-family: Arial, Helvetica, sans-serif; }
    .l-content p b,
    .l-content p strong,
    .l-content ul b,
    .l-content ul strong,
    .l-content ol b,
    .l-content ol strong {
      font-variation-settings: "wght" 700; }
  .l-content h1 {
    font-size: 22.5px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 27px;
    color: #262626; }
    @media (min-width: 501px) {
      .l-content h1 {
        font-size: 26px;
        font-variation-settings: "wght" 400;
        font-weight: 400;
        line-height: 30px; } }
  .l-content h2 {
    font-size: 19px;
    font-variation-settings: "wght" 600;
    font-weight: 600;
    line-height: 24px;
    color: #262626;
    margin-bottom: 12px;
    margin-top: 75px;
    position: relative;
    padding-top: 11px; }
    .l-content h2::before {
      background: #00dc00;
      content: " ";
      height: 3px;
      position: absolute;
      top: 0;
      width: 24px; }
    @media (min-width: 501px) {
      .l-content h2 {
        font-size: 20px;
        font-variation-settings: "wght" 600;
        font-weight: 600;
        line-height: 26px; } }
  .l-content .content-zone > h2:first-child,
  .l-content .content-block > h2:first-child,
  .l-content .announcements > .event:first-child > h2 {
    margin-top: 0; }
  .l-content h3 {
    font-size: 16px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    line-height: 24px;
    color: #262626;
    margin-bottom: 12px;
    padding-top: 9px;
    position: relative; }
    @media (min-width: 501px) {
      .l-content h3 {
        font-size: 17px;
        font-variation-settings: "wght" 500;
        font-weight: 500;
        line-height: 25px; } }
    .l-content h3 a {
      color: #262626;
      text-decoration: underline;
      text-decoration-style: solid; }
      .l-content h3 a:hover {
        color: #00dc00; }
    .l-content h3 i,
    .l-content h3 em {
      font-family: Arial, Helvetica, sans-serif; }
    .l-content h3 b,
    .l-content h3 strong {
      font-variation-settings: "wght" 700; }
    .l-content h3::before {
      background: #00dc00;
      content: " ";
      height: 3px;
      position: absolute;
      top: 0;
      width: 24px; }
  .l-content .m1 h3 {
    font-size: 16px;
    font-variation-settings: "wght" 600;
    font-weight: 600;
    line-height: 24px;
    color: #262626;
    margin-bottom: 12px;
    margin-top: 24px;
    position: relative;
    margin-bottom: 12px; }
    @media (min-width: 501px) {
      .l-content .m1 h3 {
        font-size: 17px;
        font-variation-settings: "wght" 600;
        font-weight: 600;
        line-height: 25px; } }
    .l-content .m1 h3 a {
      color: #262626;
      text-decoration: underline;
      text-decoration-style: solid; }
      .l-content .m1 h3 a:hover {
        color: #00dc00; }
    .l-content .m1 h3 i,
    .l-content .m1 h3 em {
      font-family: Arial, Helvetica, sans-serif; }
    .l-content .m1 h3 b,
    .l-content .m1 h3 strong {
      font-variation-settings: "wght" 700; }
    .l-content .m1 h3::before {
      background: white;
      opacity: 0;
      content: " ";
      height: 0px;
      top: 0;
      width: 0px; }
  .l-content h4 {
    font-size: 16px;
    font-variation-settings: "wght" 600;
    font-weight: 600;
    line-height: 24px;
    color: #262626;
    margin-bottom: 12px;
    margin-top: 9px;
    position: relative;
    margin-bottom: 0px; }
    @media (min-width: 501px) {
      .l-content h4 {
        font-size: 17px;
        font-variation-settings: "wght" 600;
        font-weight: 600;
        line-height: 25px; } }
    .l-content h4 a {
      color: #262626;
      text-decoration: underline;
      text-decoration-style: solid; }
      .l-content h4 a:hover {
        color: #00dc00; }
    .l-content h4 i,
    .l-content h4 em {
      font-family: Arial, Helvetica, sans-serif; }
    .l-content h4 b,
    .l-content h4 strong {
      font-variation-settings: "wght" 700; }
  @media (min-width: 0) and (max-width: 500px) {
    .l-content .dek {
      margin-bottom: 100px; } }
  .home .l-content .dek {
    max-width: none; }
  .l-content .dek p {
    font-size: 17px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    line-height: 25px;
    color: #828282;
    margin-bottom: 0; }
    @media (min-width: 501px) {
      .l-content .dek p {
        font-size: 19px;
        font-variation-settings: "wght" 500;
        font-weight: 500;
        line-height: 28px; } }
  .l-content .dek h1 + p {
    margin-top: 10px; }
  .l-content .no-dek {
    margin-bottom: 12px; }

@media (min-width: 501px) {
  .l-content__text {
    display: grid;
    grid-column: 1 / 4;
    grid-template-columns: repeat(7, 1fr); } }
@media (min-width: 851px) {
  .l-content__text {
    grid-column: 1 / 4;
    grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 501px) {
  .l-content__text .dek, .l-content__text .no-dek {
    grid-column: 1 / 8; } }
@media (min-width: 851px) {
  .l-content__text .dek, .l-content__text .no-dek {
    grid-column: 1 / 4;
    padding-right: 40px; } }
@media (min-width: 501px) {
  .l-content__text > .announcements,
  .l-content__text > .content-zone {
    grid-column: 1 / 8;
    grid-row-start: 2; } }
@media (min-width: 851px) {
  .l-content__text > .announcements,
  .l-content__text > .content-zone {
    grid-column: 1 / 4;
    padding-right: 40px; } }

.people-cat {
  margin-bottom: 38px !important; }

.person + .people-cat {
  margin-top: 98px; }
  @media (min-width: 501px) {
    .person + .people-cat {
      margin-top: 120px; } }

.people-cat__term {
  color: #595959;
  display: block; }

.person {
  clear: both;
  display: flex;
  margin-bottom: 50px; }
  @media (min-width: 501px) {
    .person {
      margin-bottom: 70px; }
      .person:last-child {
        margin-bottom: 0; } }

.person__headshot {
  margin-right: 15px; }
  @media (min-width: 501px) {
    .person__headshot {
      margin-right: 24px; } }

.person__details {
  margin-top: -7px; }

.person__exec-title {
  font-size: 16px;
  font-variation-settings: "wght" 550;
  font-weight: 550;
  line-height: 24px;
  color: #262626;
  margin-bottom: 12px;
  color: #595959;
  margin-bottom: 0; }
  @media (min-width: 501px) {
    .person__exec-title {
      font-size: 17px;
      font-variation-settings: "wght" 550;
      font-weight: 550;
      line-height: 25px; } }
  .person__exec-title a {
    color: #262626;
    text-decoration: underline;
    text-decoration-style: solid; }
    .person__exec-title a:hover {
      color: #00dc00; }
  .person__exec-title i,
  .person__exec-title em {
    font-family: Arial, Helvetica, sans-serif; }
  .person__exec-title b,
  .person__exec-title strong {
    font-variation-settings: "wght" 700; }

.person__name {
  font-size: 16px;
  font-variation-settings: "wght" 550;
  font-weight: 550;
  line-height: 24px;
  color: #262626;
  margin-bottom: 12px;
  margin-bottom: 4px; }
  @media (min-width: 501px) {
    .person__name {
      font-size: 17px;
      font-variation-settings: "wght" 550;
      font-weight: 550;
      line-height: 25px; } }
  .person__name a {
    color: #262626;
    text-decoration: underline;
    text-decoration-style: solid; }
    .person__name a:hover {
      color: #00dc00; }
  .person__name i,
  .person__name em {
    font-family: Arial, Helvetica, sans-serif; }
  .person__name b,
  .person__name strong {
    font-variation-settings: "wght" 700; }

.person__title-institution {
  font-size: 16px;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  line-height: 24px;
  color: #262626;
  margin-bottom: 12px;
  margin-bottom: 1px; }
  @media (min-width: 501px) {
    .person__title-institution {
      font-size: 17px;
      font-variation-settings: "wght" 400;
      font-weight: 400;
      line-height: 25px; } }
  .person__title-institution a {
    color: #262626;
    text-decoration: underline;
    text-decoration-style: solid; }
    .person__title-institution a:hover {
      color: #00dc00; }
  .person__title-institution i,
  .person__title-institution em {
    font-family: Arial, Helvetica, sans-serif; }
  .person__title-institution b,
  .person__title-institution strong {
    font-variation-settings: "wght" 700; }

.person__contacts {
  display: flex;
  margin-bottom: 0 !important; }
  .person__contacts li {
    margin-right: 12px; }
    .person__contacts li:last-child {
      margin-right: 0; }
    .person__contacts li a {
      font-size: 10.5px;
      font-variation-settings: "wght" 500;
      font-weight: 500;
      line-height: 11.5px;
      color: #595959;
      letter-spacing: 1px;
      text-decoration: underline;
      text-transform: uppercase; }
      @media (min-width: 501px) {
        .person__contacts li a {
          font-size: 11px;
          font-variation-settings: "wght" 500;
          font-weight: 500;
          line-height: 12px; } }

.event__title {
  margin-bottom: 4px; }
  .event__title a {
    text-decoration: none !important; }
  .event__title span {
    color: #595959;
    display: block; }

.event__date-time {
  font-size: 16px;
  font-variation-settings: "wght" 550;
  font-weight: 550;
  line-height: 24px;
  color: #262626;
  margin-bottom: 12px;
  color: #595959;
  margin-bottom: 2px; }
  @media (min-width: 501px) {
    .event__date-time {
      font-size: 17px;
      font-variation-settings: "wght" 550;
      font-weight: 550;
      line-height: 25px; } }
  .event__date-time a {
    color: #262626;
    text-decoration: underline;
    text-decoration-style: solid; }
    .event__date-time a:hover {
      color: #00dc00; }
  .event__date-time i,
  .event__date-time em {
    font-family: Arial, Helvetica, sans-serif; }
  .event__date-time b,
  .event__date-time strong {
    font-variation-settings: "wght" 700; }

ul.event__more {
  margin-bottom: 35px; }
  ul.event__more a, ul.event__more span {
    font-size: 10.5px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    line-height: 11.5px;
    color: #595959;
    letter-spacing: 1px;
    text-decoration: underline;
    text-transform: uppercase; }
    @media (min-width: 501px) {
      ul.event__more a, ul.event__more span {
        font-size: 11px;
        font-variation-settings: "wght" 500;
        font-weight: 500;
        line-height: 12px; } }
  ul.event__more span {
    text-decoration: none !important; }

.event__image {
  margin-bottom: 35px;
  margin-right: 15px; }
  @media (min-width: 501px) {
    .event__image {
      margin-right: 24px; } }

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

body.home ul.event__more {
  margin-bottom: 47px; }
body.home .event__description p:last-child {
  margin-bottom: 4px; }

.event--h {
  margin-bottom: 38px; }
  .event--h:last-child {
    margin-bottom: 0; }
    .event--h:last-child ul.event__more {
      margin-bottom: 0; }

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