/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./sass/main.scss ***!
  \*********************************************************************************************************/
@font-face {
  font-family: "Tate New Pro Regular";
  src: url(../../assets/fonts/TateNewPro-Regular.eot);
  src: url(../../assets/fonts/TateNewPro-Regular.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/TateNewPro-Regular.woff2) format("woff2"), url(../../assets/fonts/TateNewPro-Regular.woff) format("woff"), url(../../assets/fonts/TateNewPro-Regular.ttf) format("truetype"), url(../../assets/fonts/TateNewPro-Regular.svg#TateNewPro-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tate New Pro Thin";
  src: url(../../assets/fonts/TateNewPro-Thin.eot);
  src: url(../../assets/fonts/TateNewPro-Thin.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/TateNewPro-Thin.woff2) format("woff2"), url(../../assets/fonts/TateNewPro-Thin.woff) format("woff"), url(../../assets/fonts/TateNewPro-Thin.ttf) format("truetype"), url(../../assets/fonts/TateNewPro-Thin.svg#TateNewPro-Thin) format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tate Icons";
  src: url(../../assets/fonts/tateicons.eot);
  src: url(../../assets/fonts/tateicons.eot#iefix) format("embedded-opentype"), url(../../assets/fonts/tateicons.woff) format('woff"'), url(../../assets/fonts/tateicons.ttf) format("truetype"), url(../../assets/fonts/tateicons.svg#TateIcons) format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2 {
  font-family: "Tate New Pro Regular", Arial, sans-serif;
}
h1.wp-block-heading, h2.wp-block-heading {
  font-family: "Tate New Pro Thin", Arial, sans-serif;
}

h3, h4, h5, h6 {
  font-family: "Tate New Pro Thin", Arial, sans-serif;
}

html, body, strong, em, p, li, td, button {
  font-family: "Tate New Pro Thin", Arial, sans-serif;
}

p, li {
  font-size: 16px;
  line-height: 25px;
}

strong {
  font-family: "Tate New Pro Regular", Arial, sans-serif;
}

.icon {
  font-family: "Tate Icons";
}

ul {
  padding: 0 0 20px 40px;
}

/*
By default, the last z-index on a page will sit above earlier of the same index
This mixin will reverse the order (max 10 elements)
*/
html, body {
  margin: 0;
  padding: 0;
}

#page {
  display: grid;
  position: relative;
  grid-template-rows: 64px min-content min-content 138px;
  grid-template-columns: 1fr 1136px 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 1070px) {
  #page {
    grid-template-columns: 1fr 960px 1fr;
  }
}
@media (max-width: 930px) {
  #page {
    grid-template-columns: 1fr 801px 1fr;
  }
}
@media (max-width: 750px) {
  #page {
    grid-template-columns: 1fr;
    grid-template-rows: 60px min-content min-content min-content 304px;
  }
}

header {
  grid-area: 1/1/2/4;
  display: grid;
  grid-template-columns: 1fr 1136px 1fr;
}
header .inner {
  grid-area: 1/2/2/3;
}
header .mobile-inner {
  grid-area: 1/1/1/4;
}
@media (max-width: 1070px) {
  header {
    grid-template-columns: 1fr 960px 1fr;
  }
}
@media (max-width: 930px) {
  header {
    grid-template-columns: 1fr 801px 1fr;
  }
}
@media (max-width: 750px) {
  header {
    grid-template-columns: 1fr;
    grid-area: 1/1/2/2;
  }
}

#hero {
  grid-area: 2/1/3/4;
}
@media (max-width: 750px) {
  #hero {
    grid-area: 3/1/4/2;
  }
}

main {
  grid-area: 3/2/4/3;
}
@media (max-width: 750px) {
  main {
    grid-area: 4/1/5/2;
  }
}

footer {
  grid-area: 4/1/5/4;
  display: grid;
  grid-template-columns: 1fr 1136px 1fr;
}
footer .inner {
  grid-area: 1/2/2/3;
}
@media (max-width: 1070px) {
  footer {
    grid-template-columns: 1fr 960px 1fr;
  }
}
@media (max-width: 930px) {
  footer {
    grid-template-columns: 1fr 801px 1fr;
  }
}
@media (max-width: 750px) {
  footer {
    grid-area: 5/1/6/2;
    grid-template-columns: 1fr;
  }
}

div[id^=group-accordion] .aagb__accordion_container {
  outline: 0;
  border: 0;
}
div[id^=group-accordion] .aagb__accordion_container .aagb__accordion_title {
  font-family: "Tate New Pro Thin", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 750px) {
  div[id^=group-accordion] .aagb__accordion_container .aagb__accordion_title {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
  }
}
@media (max-width: 750px) {
  div[id^=group-accordion] .aagb__accordion_container .aagb__icon {
    font-size: 16px;
  }
}
div[id^=group-accordion] .aagb__accordion_container.wp-block-aab-accordion-item {
  border-radius: 0;
}
div[id^=group-accordion] .aagb__accordion_container.wp-block-aab-accordion-item .aagb__accordion_head {
  background-color: transparent !important;
  border-top: 1px solid #CFCFCF !important;
  padding-top: 23px;
  padding-bottom: 13px;
  padding-left: 0;
  padding-right: 0;
}
div[id^=group-accordion] .aagb__accordion_container.wp-block-aab-accordion-item .aagb__accordion_body {
  border-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 750px) {
  div[id^=group-accordion] .aagb__accordion_container.wp-block-aab-accordion-item .aagb__accordion_body .aagb__accordion_component p {
    margin: 0;
  }
}
@media (max-width: 750px) {
  div[id^=group-accordion] .aagb__accordion_container.wp-block-aab-accordion-item .aagb__accordion_body .aagb__accordion_component a {
    color: #D64103;
    border-color: #D64103;
  }
}
div[id^=group-accordion] .aagb__accordion_container.aagb__accordion_active {
  border-width: 0 !important;
  padding: 0 !important;
}

@media (max-width: 750px) {
  .btn-row.btn-row--align__center {
    text-align: center !important;
  }
}
.btn {
  background: #FFF;
  display: inline-block;
  height: 50px;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  line-height: 47px;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-decoration: none;
  transition: background-color 0.2s linear, color 0.2s linear;
  cursor: pointer;
}
.btn:hover {
  background-color: #dfdfdf;
  color: #313131;
}
.btn:after {
  font-family: "Tate Icons";
  content: "\e904";
  color: #0072ce;
  position: relative;
  margin-left: 20px;
}
.btn.btn__inverted {
  color: #FFF;
  border-color: #FFF;
}
.btn.btn__inverted:after {
  color: #FFF !important;
}
.btn.btn__secondary {
  background: #000;
  color: #FFF;
}
.btn.btn__secondary:after {
  color: #FFF;
}
.btn.btn__secondary.btn__inverted {
  background: #FFF;
  border-color: #000;
  color: #000;
}
.btn.btn__secondary.btn__inverted:after {
  color: #000;
}
.btn.btn__support {
  background: #d64103;
  height: 34px;
  border: 1px solid #d64103;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0.11em;
  line-height: 32px;
  padding: 0 15px;
  text-transform: uppercase;
  margin-left: 48px;
}
.btn.btn__support:after {
  display: none;
}
.btn.btn__support:hover {
  background: #712202;
  border: 1px solid #712202;
}

.btn-row {
  text-align: left;
  padding-top: 60px;
}
@media (max-width: 750px) {
  .btn-row {
    padding-top: 36px;
  }
}
.btn-row.btn-row--align__center {
  text-align: center;
}
.btn-row.btn-row--align__right {
  text-align: right;
}

.card-group,
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 750px) {
  .card-group,
  .masonry-grid {
    grid-template-columns: 1fr;
  }
}
.card-group .card,
.masonry-grid .card {
  padding-bottom: 40px;
}
@media (max-width: 750px) {
  .card-group .card,
  .masonry-grid .card {
    padding-bottom: 20px;
  }
}
.card-group .card:hover h3,
.masonry-grid .card:hover h3 {
  color: #0072ce;
}
.card-group .card:hover img:after,
.masonry-grid .card:hover img:after {
  opacity: 1;
}
.card-group .card .exhibition-date,
.masonry-grid .card .exhibition-date {
  padding-bottom: 20px;
  color: #1a1a1a;
}
@media (max-width: 750px) {
  .card-group .card .exhibition-date,
  .masonry-grid .card .exhibition-date {
    opacity: 0.6;
  }
}
.card-group img,
.masonry-grid img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: relative;
}
.card-group img:after,
.masonry-grid img:after {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.8s;
}
@media (max-width: 750px) {
  .card-group .acquisition-info,
  .masonry-grid .acquisition-info {
    display: flex;
    align-items: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    padding: 10px 0;
  }
}
.card-group h3,
.masonry-grid h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #1a1a1a;
  padding: 15px 0;
}
@media (max-width: 750px) {
  .card-group h3,
  .masonry-grid h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
.card-group h3.artwork,
.masonry-grid h3.artwork {
  padding-top: 0;
}
@media (max-width: 750px) {
  .card-group h3.artwork,
  .masonry-grid h3.artwork {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    padding: 0;
  }
}
.card-group p,
.masonry-grid p {
  font-size: 1rem;
  color: #767676;
}
.card-group p.artist,
.masonry-grid p.artist {
  color: #1A1A1A;
  padding: 10px 0 5px 0;
  font-size: 20px;
}
@media (max-width: 750px) {
  .card-group p.artist,
  .masonry-grid p.artist {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    padding: 0;
  }
}
.card-group a,
.masonry-grid a {
  text-decoration: none;
}

.committee-cards {
  padding: 0;
  margin-bottom: 40px;
}
.committee-cards .card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 750px) {
  .committee-cards .card-grid {
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
}
.committee-cards .committee-card {
  background-color: #407D22 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  border: 1px solid #DDD;
  border-radius: 10px;
  background: #FFF;
  transition: border-color 0.3s, background-color 0.3s;
  align-items: start;
}
.committee-cards .committee-card h3 {
  max-width: 55%;
  font-size: 25px;
  color: #FFF;
}
@media (max-width: 750px) {
  .committee-cards .committee-card h3 {
    max-width: 100%;
    font-size: 22px;
    width: 100%;
  }
}
.committee-cards .committee-card .tier {
  font-size: 44px;
  padding: 40px 0;
  color: #FFF;
}
@media (max-width: 750px) {
  .committee-cards .committee-card .tier {
    font-size: 28px;
    word-spacing: normal;
  }
}
.committee-cards .committee-card .tier sup {
  font-size: 20px;
}
.committee-cards .committee-card .annotation {
  font-size: 12px;
  display: block;
  padding-top: 10px;
  color: #FFF;
}
@media (max-width: 750px) {
  .committee-cards .committee-card .annotation {
    padding-top: 0;
  }
}
.committee-cards .committee-card .learn-more-btn {
  font-family: "Tate New Pro Thin", Arial, sans-serif;
  font-size: 20px;
  padding: 0.75rem 4rem;
  background: none;
  background: #FFF;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
}
@media (max-width: 750px) {
  .committee-cards .committee-card .learn-more-btn {
    margin-top: 20px;
  }
}
.committee-cards .committee-card.naac {
  background-image: url(../../assets/fonts/bg-naac.svg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.committee-cards .committee-card.laac {
  background-image: url(../../assets/fonts/bg-laac.svg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

.contact-form {
  max-width: 600px;
  padding: 20px 0;
}
.contact-form h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.contact-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #000;
  outline: none;
}
.contact-form select {
  background-color: #fff;
}
.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form .form-confirmation {
  padding: 1rem;
  background: rgba(33, 128, 0, 0.2);
  border: 1px solid #218000;
  border-radius: 10px;
}
.contact-form .form-confirmation p {
  font-size: 16px;
  color: #218000;
}

main {
  padding-bottom: 80px;
}
@media (max-width: 750px) {
  main {
    padding: 20px 1rem 0;
  }
}
main .entry-content > *:first-child {
  padding-top: 40px;
}
@media (max-width: 750px) {
  main .entry-content > *:first-child {
    padding-top: inherit;
  }
}
main .entry-content h3 {
  font-size: 22px;
  padding: 10px 0;
}
@media (max-width: 750px) {
  main .entry-content h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
main .entry-content h2.wp-block-heading {
  padding: 10px 0;
}
@media (max-width: 750px) {
  main .entry-content h2.wp-block-heading {
    font-size: 22px;
  }
}
main .entry-content p {
  color: #1A1A1A;
  max-width: 800px;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  main .entry-content p {
    padding-bottom: 12px;
  }
}
main .entry-content p:last-child {
  padding-bottom: 0;
}
main .entry-content p a {
  color: #1A1A1A;
  text-decoration: none;
  border-bottom: 1px solid #0072ce;
}
@media (max-width: 750px) {
  main .entry-content p a {
    color: #D64103;
    border-color: #D64103;
  }
}
main .entry-content .content__standfirst p {
  font-size: 20px;
  line-height: 32px;
  font-family: "Tate New Pro Regular";
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  main .entry-content .content__standfirst p {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
  }
}
main .entry-footer {
  margin-top: 40px;
  padding-top: 20px;
}
main .entry-footer a {
  color: #1A1A1A;
  text-decoration: none;
  border-bottom: 1px solid #0072ce;
}

footer {
  border-top: 1px solid #e2e1dd;
}
@media (max-width: 750px) {
  footer {
    margin-top: 40px;
    padding-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px -4px 16px 0px rgba(26, 26, 26, 0.0784313725);
  }
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  footer .inner {
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
}
footer .logo {
  height: 35px;
  display: inline-block;
  font-size: 0;
  font-family: "Tate Icons";
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
footer .logo:before {
  content: "\e919";
  color: #000;
  font-size: 90px;
  line-height: 35px;
  display: block;
}

header {
  height: 60px;
  position: relative;
}
@media (max-width: 750px) {
  header {
    position: sticky;
    top: 0;
    z-index: 1002;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(26, 26, 26, 0.1019607843);
  }
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner .text-logo {
  font-family: "Tate New Pro Regular", Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.11em;
  font-size: 24px;
}
@media (max-width: 750px) {
  header .inner {
    display: none;
  }
}
header .mobile-inner {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
@media (max-width: 750px) {
  header .mobile-inner {
    display: flex;
  }
}
header .mobile-inner .logo {
  height: 35px;
  display: inline-block;
  font-size: 0;
  font-family: "Tate Icons";
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
header .mobile-inner .logo:before {
  content: "\e919";
  color: #000;
  font-size: 90px;
  line-height: 35px;
  display: block;
}
header .mobile-inner .burger {
  display: flex;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1002;
}
header .mobile-inner .burger span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 3px 0;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s;
}
header .mobile-inner .burger span:nth-child(2) {
  width: 20px;
}
header .mobile-inner .burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
header .mobile-inner .burger.active span:nth-child(2) {
  opacity: 0;
}
header .mobile-inner .burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: #fff;
  z-index: 99;
  padding: 60px 0 0;
}
@media (max-width: 750px) {
  .mobile-menu-overlay.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.mobile-menu-overlay nav .header-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
}
.mobile-menu-overlay nav .header-menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  margin: 0;
  padding: 0;
}

#hero {
  background: #f8f8f8;
  padding: 0;
  display: grid;
}
#hero .hero-bg {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
#hero .hero-content h1 {
  font-size: 46px;
  line-height: 55px;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 65px 0 32px 0;
}
#hero .hero-content h1.invert {
  color: #FFF;
}
#hero .hero-content h1, #hero .hero-content p {
  max-width: 800px;
  padding-left: 60px;
}
#hero .hero-content .hero-buttons {
  padding: 20px 0 0 60px;
}
@media (max-width: 750px) {
  #hero .hero-content .hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: nowrap;
    padding: 20px 0 20px;
  }
}
#hero .hero-content .hero-buttons .btn {
  margin-right: 20px;
}
@media (max-width: 750px) {
  #hero .hero-content .hero-buttons .btn {
    margin-right: 0;
    width: 50%;
    max-width: 200px;
    padding: 0 5px;
    text-align: center;
  }
}
#hero .hero-content .hero-buttons .btn:after {
  color: #000;
}
#hero .hero-content .hero-buttons .btn.btn__secondary {
  background: #000;
  color: #FFF;
}
#hero .hero-content .hero-buttons .btn.btn__secondary:after {
  color: #FFF;
}
#hero.hero-image h1 {
  text-shadow: rgb(255, 255, 255) 0px 0px 51px;
}

@media (max-width: 750px) {
  .sl-wrapper .sl-navigation button {
    top: 90% !important;
    font-size: 4rem !important;
  }
}
@media (max-width: 750px) {
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 30% !important;
  }
}
@media (max-width: 750px) {
  .sl-wrapper .sl-navigation button.sl-next {
    right: 30% !important;
  }
}
.sl-wrapper .sl-caption a {
  display: block;
  text-decoration: none;
  color: white;
}
.sl-wrapper .sl-caption a span {
  float: right;
  text-decoration: underline;
}

@media (max-width: 750px) {
  .sl-overlay {
    opacity: 0.9 !important;
  }
}

.masonry-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .masonry-grid a h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
@media (max-width: 750px) {
  .masonry-grid a p {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 0;
  }
}

.masonry-item {
  width: calc(25% - 20px);
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .masonry-item {
    margin-bottom: 0;
  }
}
.masonry-item img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .masonry-item {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 768px) {
  .masonry-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .masonry-item {
    width: 100%;
  }
}

.membership-cards {
  padding: 0;
  margin-bottom: 40px;
}
.membership-cards .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}
@media (max-width: 750px) {
  .membership-cards .card-grid {
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
}
.membership-cards .membership-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border: 1px solid #DDD;
  border-radius: 10px;
  background: #FFF;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
}
.membership-cards .membership-card.is-selected .select-btn {
  background: #218000 !important;
  color: #fff;
}
.membership-cards .membership-card h3 {
  font-size: 28px;
  width: 75%;
}
@media (max-width: 750px) {
  .membership-cards .membership-card h3 {
    font-size: 22px;
    width: 100%;
  }
}
.membership-cards .membership-card .tier {
  font-size: 38px;
  padding: 40px 0;
  word-spacing: 100vw;
  line-height: 34px;
}
@media (max-width: 750px) {
  .membership-cards .membership-card .tier {
    font-size: 28px;
    word-spacing: normal;
  }
}
.membership-cards .membership-card .select-btn {
  background: #FFF !important;
  font-family: "Tate New Pro Thin", Arial, sans-serif;
  font-size: 20px;
  padding: 0.75rem 4rem;
  background: none;
  border: 1px solid #D4D8D9;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 750px) {
  .membership-cards .membership-card .select-btn {
    margin-top: 20px;
  }
}
.membership-cards .membership-card .select-btn:hover {
  background: #218000 !important;
  color: #fff !important;
}
.membership-cards .membership-card.supporter {
  background-image: url(../../assets/fonts/bg-supporter.svg);
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
}
.membership-cards .membership-card.patron {
  background-color: #D9E5D3;
  background-image: url(../../assets/fonts/bg-patron.svg);
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  border-color: #407D22;
}
.membership-cards .membership-card.manton {
  background-color: #407D22;
  background-image: url(../../assets/fonts/bg-manton.svg);
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  border-color: #407D22;
}
.membership-cards .membership-card.manton h3,
.membership-cards .membership-card.manton .tier {
  color: white;
}
.membership-cards .membership-card.manton.is-selected .select-btn {
  background: #FFF !important;
  color: #000 !important;
}
.membership-cards .membership-description {
  display: flex;
}
@media (max-width: 750px) {
  .membership-cards .membership-description {
    flex-direction: column;
  }
}
.membership-cards .membership-description h3 {
  font-size: 24px;
  padding: 20px 80px 20px 0;
}
@media (max-width: 750px) {
  .membership-cards .membership-description h3 {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 20px 0 20px 0;
  }
}
.membership-cards .membership-description .description-block {
  padding-top: 20px;
  display: none;
}
@media (max-width: 750px) {
  .membership-cards .membership-description .description-block {
    padding-top: 0;
  }
}
.membership-cards .membership-description .description-block.is-visible {
  display: block;
}
.membership-cards .membership-description p {
  padding: 20px 0 20px 80px;
}

#menu-header-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu-header-menu > li {
  position: relative;
}
#menu-header-menu > li a {
  text-transform: uppercase;
  display: block;
  line-height: 64px;
  text-decoration: none;
  color: #000;
  letter-spacing: 2px;
  font-size: 17px;
  padding-right: 100px;
  white-space: nowrap;
}
#menu-header-menu > li .sub-menu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0;
  list-style: none;
  z-index: 20;
}
#menu-header-menu > li .sub-menu li a {
  line-height: 64px;
  text-transform: none;
  letter-spacing: normal;
  padding: 0 40px;
  color: #333;
}
#menu-header-menu > li .sub-menu li a:hover {
  color: #0073aa;
}
#menu-header-menu > li .sub-menu li:first-child a {
  padding-left: 0;
}
#menu-header-menu > li .sub-menu li:last-child a {
  padding-right: 0;
}
#menu-header-menu > li:last-child a {
  padding-right: 0;
}
#menu-header-menu > li.menu-item-has-children > a:after {
  content: "\e90a";
  display: block;
  font-family: "Tate Icons" !important;
  font-size: 0.75em;
  left: 64px;
  position: absolute;
  top: 3px;
  transform-origin: 45% 50%;
  transition: transform 0.5s;
}
#menu-header-menu > li.open > .sub-menu {
  display: flex;
}
#menu-header-menu > li.menu-item-has-children.open > a:after {
  transform: rotate(180deg);
}

#menu-mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  margin: 0;
  padding: 0;
}
#menu-mobile-menu .menu-item {
  margin: 0;
  display: inline-block;
}
#menu-mobile-menu .menu-item a {
  font-family: "Tate New Pro Regular", Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #DDD;
  color: #313131;
  margin-left: 0;
  transition: color 0.2s;
  text-decoration: none;
}
#menu-mobile-menu .menu-item a:hover {
  color: #888;
}

#menu-footer-menu {
  text-align: right;
}
@media (max-width: 750px) {
  #menu-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    margin: 0.5rem 0 0;
    padding: 0;
  }
}
#menu-footer-menu .menu-item {
  margin: 0;
  display: inline-block;
}
#menu-footer-menu .menu-item a {
  font-family: "Tate New Pro Regular";
  text-decoration: none;
  border-bottom: 1px solid #DDD;
  color: #313131;
  margin-left: 25px;
}
@media (max-width: 750px) {
  #menu-footer-menu .menu-item a {
    margin-left: 0;
  }
}

.menu-bg {
  background: #f8f8f8;
  width: 100vw;
  height: 60px;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 10;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.menu-bg.active {
  opacity: 1;
  pointer-events: auto;
}

.post-thumbnail {
  max-width: 30%;
  float: right;
  margin-top: 40px;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .post-thumbnail {
    float: inherit;
    max-width: inherit;
    margin: 1rem 0;
  }
}
.post-thumbnail img {
  width: 100%;
  height: auto;
}
.post-thumbnail .wp-caption-text {
  font-size: 15px;
  line-height: 21px;
  color: #686767;
  padding: 15px;
  background: #F8F8F8;
}

section {
  padding-top: 80px;
}
@media (max-width: 750px) {
  section {
    padding-top: 20px;
  }
}
section h2 {
  font-size: 46px;
  line-height: 55px;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
  padding: 32px 0;
}
@media (max-width: 750px) {
  section h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
  }
}

#support-ctas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px;
  gap: 20px;
  padding-bottom: 40px;
}
@media (max-width: 750px) {
  #support-ctas {
    grid-template-columns: 1fr;
    grid-auto-rows: 96px;
    padding-bottom: 20px;
  }
}
#support-ctas a {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
}
#support-ctas a span {
  display: block;
  width: calc(100% - 30px);
  position: absolute;
  left: 15px;
  bottom: 15px;
}
@media (max-width: 750px) {
  #support-ctas a span {
    bottom: 37px;
  }
}
#support-ctas a span:after {
  content: "";
  background-image: url(../../assets/fonts/chevron.svg);
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  width: 6px;
  height: 13px;
  position: absolute;
  top: 9px;
  right: 0;
}
#support-ctas a:first-child {
  grid-row: span 2;
}
@media (max-width: 750px) {
  #support-ctas a:first-child {
    grid-row: span 1;
  }
}
#support-ctas a.donate {
  background-image: url(../../6b8bb13946efe62ff6e4.jpg);
}
#support-ctas a.patron {
  background-image: url(../../a5b348ee87e1465f580b.jpg);
}
#support-ctas a.committee {
  background-image: url(../../823db34ce0e5d6040ecf.jpg);
}
#support-ctas a.gift {
  background-image: url(../../e02a09b5865061f2da7d.jpg);
}
#support-ctas a.planned {
  background-image: url(../../1efdfff0e21b27ea32e4.jpg);
}

.supporter-schemes {
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .supporter-schemes {
    margin: 20px 0;
  }
}
.supporter-schemes .scheme-tabs {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 750px) {
  .supporter-schemes .scheme-tabs {
    width: calc(100vw - 2rem);
    overflow-x: auto;
    padding-bottom: 12px;
  }
}
.supporter-schemes .scheme-tabs .scheme-tab {
  background: #FFF;
  flex-grow: 1;
  min-height: 50px;
  color: #9E9E9E;
  border: 0;
  border-bottom: 1px solid #CFCFCF;
  font-family: "Tate New Pro Thin", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 750px) {
  .supporter-schemes .scheme-tabs .scheme-tab {
    min-width: 208px;
  }
}
.supporter-schemes .scheme-tabs .scheme-tab span {
  display: block;
  font-size: 12px;
}
.supporter-schemes .scheme-tabs .scheme-tab.is-active {
  color: #000;
  border-color: #407D22;
}
.supporter-schemes .scheme-contents .scheme-content {
  display: none;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
  align-items: center;
  padding: 50px 0 0 0;
}
.supporter-schemes .scheme-contents .scheme-content h3 {
  font-size: 28px;
  line-height: 28px;
  text-transform: none;
  color: #306B12;
  text-align: center;
  padding: 0 0 40px 0;
}
@media (max-width: 750px) {
  .supporter-schemes .scheme-contents .scheme-content h3 {
    font-size: 25px;
    line-height: 25px;
  }
}
.supporter-schemes .scheme-contents .scheme-content .tier {
  font-size: 64px;
  color: #6AC040;
}
@media (max-width: 750px) {
  .supporter-schemes .scheme-contents .scheme-content .tier {
    font-size: 45px;
  }
}
.supporter-schemes .scheme-contents .scheme-content .line {
  width: 360px;
  height: 2px;
  background: #CFCFCF;
  margin: 20px 0;
}
.supporter-schemes .scheme-contents .scheme-content .annotation {
  font-size: 18px;
  color: #373737;
  display: block;
  padding-bottom: 50px;
}
@media (max-width: 750px) {
  .supporter-schemes .scheme-contents .scheme-content .annotation {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.supporter-schemes .scheme-contents .scheme-content p {
  font-size: 14px;
  max-width: 100%;
}
.supporter-schemes .scheme-contents .scheme-content.is-visible {
  display: flex;
}

.two-tile-cta {
  display: flex;
  gap: 20px;
}
@media (max-width: 750px) {
  .two-tile-cta {
    flex-direction: column;
  }
}
.two-tile-cta a {
  text-decoration: none;
}
.two-tile-cta .tile-background {
  max-width: 560px;
  height: 560px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media (max-width: 750px) {
  .two-tile-cta .tile-background {
    height: 372px;
  }
}
.two-tile-cta .tile-background h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  z-index: 10;
}
.two-tile-cta .tile-background:after {
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  opacity: 0.4;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.two-tile-cta .tile-description p {
  font-size: 15px;
  line-height: 21px;
  color: #686767;
  padding: 15px !important;
  background: #F8F8F8;
}

.mobile-top-section {
  display: none;
  padding: 2rem 0.5rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 750px) {
  .mobile-top-section {
    display: flex;
  }
}
.mobile-top-section .text-logo {
  font-family: "Tate New Pro Regular", Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.11em;
  font-size: 24px;
  text-align: center;
}
.mobile-top-section .btn__support {
  margin-left: 0;
}

body.home #hero {
  height: 445px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 750px) {
  body.home #hero {
    grid-template-columns: 1fr;
    height: unset;
  }
}
body.home #hero .hero-bg {
  height: 445px;
}
@media (max-width: 750px) {
  body.home #hero .hero-bg {
    height: 240px;
  }
}
@media (max-width: 750px) {
  body.home #hero .hero-content {
    padding: 0 1rem;
  }
}
@media (max-width: 750px) {
  body.home #hero .hero-content h1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 1rem 0;
  }
}
body.home #hero .hero-content h1.invert {
  color: #FFF;
}
body.home #hero .hero-content h1, body.home #hero .hero-content p {
  max-width: 480px;
}
@media (max-width: 750px) {
  body.home #hero .hero-content h1, body.home #hero .hero-content p {
    padding-left: 0;
  }
}

body.page:not(.home) #hero {
  height: 570px;
  position: relative;
}
@media (max-width: 750px) {
  body.page:not(.home) #hero {
    grid-template-columns: 1fr;
    height: 240px;
  }
}
body.page:not(.home) #hero .hero-bg {
  width: 100vw;
  height: 570px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 750px) {
  body.page:not(.home) #hero .hero-bg {
    height: 240px;
  }
}
body.page:not(.home) #hero .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
body.page:not(.home) #hero .hero-content h1 {
  text-align: center;
  padding: 40px;
}
@media (max-width: 750px) {
  body.page:not(.home) #hero .hero-content h1 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}
body.page:not(.home) .recent-activities h2 {
  padding-bottom: 32px;
}

body.single-post #hero {
  position: relative;
  height: 380px;
}
@media (max-width: 750px) {
  body.single-post #hero {
    grid-template-columns: 1fr;
    height: min-content;
  }
}
body.single-post #hero.hero-image {
  grid-template-columns: repeat(2, 1fr);
}
body.single-post #hero.hero-image .hero-content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  display: flex;
  align-items: center;
}
body.single-post #hero.hero-image .hero-content h1 {
  max-width: 480px;
}
body.single-post #hero .hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  body.single-post #hero .hero-content {
    width: 100%;
  }
}
body.single-post #hero .hero-content h1 {
  text-align: center;
  padding: 40px;
  max-width: 100%;
}
@media (max-width: 750px) {
  body.single-post #hero .hero-content h1 {
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}
/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/simplelightbox/dist/simple-lightbox.min.css ***!
  \************************************************************************************************************/
/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.3
*/
body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;display:none;z-index:1035}.sl-wrapper{z-index:1040;width:100%;height:100%;left:0;top:0;position:fixed}.sl-wrapper *{box-sizing:border-box}.sl-wrapper button{border:0 none;background:rgba(0,0,0,0);font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:10060;margin-top:-14px;margin-right:-14px;height:44px;width:44px;line-height:44px;font-family:Arial,Baskerville,monospace;color:#000;font-size:3rem}.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:10060;color:#000;font-size:1rem}.sl-wrapper .sl-download{display:none;position:fixed;bottom:5px;width:100%;text-align:center;z-index:10060;color:#fff;font-size:1rem}.sl-wrapper .sl-download a{color:#fff}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;height:44px;width:22px;line-height:44px;text-align:center;display:block;z-index:10060;font-family:Arial,Baskerville,monospace;color:#000}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}@media(min-width: 35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}}@media(min-width: 50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}}.sl-wrapper.sl-dir-rtl .sl-navigation{direction:ltr}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0 none;width:100%;height:auto}@media(min-width: 35.5em){.sl-wrapper .sl-image img{border:0 none}}@media(min-width: 50em){.sl-wrapper .sl-image img{border:0 none}}.sl-wrapper .sl-image iframe{background:#000;border:0 none}@media(min-width: 35.5em){.sl-wrapper .sl-image iframe{border:0 none}}@media(min-width: 50em){.sl-wrapper .sl-image iframe{border:0 none}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,.8);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.sl-transition{transition:-moz-transform ease 200ms;transition:-ms-transform ease 200ms;transition:-o-transform ease 200ms;transition:-webkit-transform ease 200ms;transition:transform ease 200ms}@-webkit-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}
