@font-face {
  font-family: "Euclid Circular B";
  src:
    url("/fonts/EuclidCircularB-MediumItalic.woff2") format("woff2"),
    url("/fonts/EuclidCircularB-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src:
    url("/fonts/EuclidCircularB-Medium.woff2") format("woff2"),
    url("/fonts/EuclidCircularB-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src:
    url("/fonts/EuclidCircularB-Regular.woff2") format("woff2"),
    url("/fonts/EuclidCircularB-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src:
    url("/fonts/EuclidCircularB-Italic.woff2") format("woff2"),
    url("/fonts/EuclidCircularB-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src:
    url("/fonts/EuclidCircularB-SemiBold.woff2") format("woff2"),
    url("/fonts/EuclidCircularB-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src:
    url("/fonts/EuclidCircularB-Bold.woff2") format("woff2"),
    url("/fonts/EuclidCircularB-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src:
    url("EuclidCircularB-SemiBoldItalic.woff2") format("woff2"),
    url("EuclidCircularB-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src:
    url("EuclidCircularB-BoldItalic.woff2") format("woff2"),
    url("EuclidCircularB-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

:root {
  --primary-color: #284614;
  --default-font-family:
    "Euclid Circular B", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --default-font-size: 16px;
  --default-font-weight: 400;
  --heading-font-weight: 500;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

body {
  -webkit-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  font-feature-settings: "kern";
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  text-rendering: optimizeLegibility;
  transition: opacity 0.2s ease;
  opacity: 0;
  transition-delay: 0.25s;
}

#__next {
  display: flex;
  flex-direction: column;
  flex: 1;
}

body,
input,
select,
.choices__inner,
textarea,
.field-wrap label {
  color: var(--primary-color);
  font-family: var(--default-font-family);
  font-size: var(--default-font-size);
  font-weight: var(--default-font-weight);
  letter-spacing: -0.16px;
}

body.loaded {
  opacity: 1;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--default-font-family);
  font-weight: var(--heading-font-weight);
  line-height: 100%;
  margin: 0 0 15px 0;
  padding: 0;
}

h1,
h2 {
  font-size: 61px;
  letter-spacing: -0.61px;
  line-height: 114.754%;
}

h1.line-heading,
h2.line-heading {
  padding-top: 10px;
  position: relative;
}

h1.line-heading:before,
h2.line-heading:before {
  background: var(--primary-color);
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 59px;
}

h3 {
  font-size: 23px;
  line-height: 113.333%;
}

h4 {
}

h5 {
}

h6 {
}

.multi-line-heading {
  white-space: pre-wrap;
}

p {
  line-height: 156.25%;
  margin: 0 0 20px;
  padding: 0;
}

.hr {
  background: var(--primary-color);
  height: 1px;
  margin: 0;
}

.hr hr {
  display: none;
}

@media (max-width: 1024px) {
  h1,
  h2 {
    font-size: 60px;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 768px) {
  body,
  input,
  select,
  .choices__inner,
  textarea,
  .field-wrap label {
    font-size: 16px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 20px 0;
  }

  h1,
  h2 {
    font-size: 37.156px;
    letter-spacing: -0.372px;
  }

  h1.line-heading,
  h2.line-heading {
    padding-top: 5px;
  }

  h1.line-heading:before,
  h2.line-heading:before {
    height: 4px;
    width: 30px;
  }

  h3 {
    font-size: 25px;
    letter-spacing: -0.16px;
    line-height: 137.5%;
  }
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
.content-block > ol:last-child,
.content-block > ul:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Global Sections / Layouts --------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap {
  margin-bottom: 64px;
}

.content-block {
  display: block;
  margin-bottom: 40px;
  margin-left: 32px;
  margin-right: 32px;
  text-align: left;
  width: calc(100% - 64px);
}

.content-block p:last-child,
.content-block h2:last-child,
.content-block h3:last-child,
.content-block h4:last-child,
.content-block h5:last-child {
  margin-bottom: 0;
}

.content-block img {
  height: auto !important;
  max-width: 100%;
}

.section-wrap-inner {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768.5px) {
  p small {
    font-size: 75%;
  }

  .section-wrap-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: calc(100% - 64px);
  }

  .section-wrap.align-center .section-wrap-inner {
    justify-content: center;
  }

  .content-block {
    display: block;
    margin-bottom: 55px;
    width: calc(100% - 64px);
  }

  .content-block.small-margin-bottom {
    margin-bottom: 20px;
  }

  .content-block.no-margin-bottom {
    margin-bottom: 0;
  }

  .content-block.col-1,
  .content-block.col-2 {
    display: block;
  }

  .content-block.mobile-only {
    display: none;
  }

  .content-block.col-3 {
    width: calc((100% / 3) - 64px);
  }

  .content-block.col-2-3 {
    width: calc(((100% / 3) * 2) - 64px);
  }

  .content-block.col-4,
  .content-block.col-3-4,
  .content-block.col-5,
  .content-block.col-2-5,
  .content-block.col-4-5 {
    width: calc(50% - 64px);
  }

  .content-block.col-2,
  .content-block.col-4 {
    width: calc(50% - 64px);
  }

  .content-block.col-4 {
    width: calc(25% - 64px);
  }

  .content-block.col-3-4 {
    width: calc(75% - 64px);
  }

  .content-block.col-5 {
    width: calc(20% - 64px);
  }

  .content-block.col-2-5 {
    width: calc(40% - 64px);
  }

  .content-block.col-3-5 {
    width: calc(60% - 64px);
  }

  .content-block.col-4-5 {
    width: calc(80% - 64px);
  }

  .content-block:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768.5px) and (max-width: 1500px) {
  .section-wrap-inner {
    width: calc(100% - 20px);
  }

  .section-wrap:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768.5px) and (max-width: 1024px) {
  /*
    .section-wrap {
        margin-bottom: 50px;
    }
    
    .section-wrap:last-child {
        margin-bottom: 0;
    }
    */
}

.mobile-only {
  display: none;
}

#mobile-check-element,
#tablet-check-element {
  display: none;
}

@media (max-width: 1024px) {
  #tablet-check-element {
    display: block;
  }
}

@media (max-width: 768px) {
  #mobile-check-element {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    visibility: hidden;
    z-index: -999;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .main-content .wrapper {
    display: flex;
    flex-direction: column;
  }

  .section-wrap {
    margin-bottom: 25px;
    order: 2;
  }

  .section-wrap.mobile-first {
    order: 1;
  }

  .content-block {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    width: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.arrow-button,
.gallery-overview-block a {
  align-items: center;
  background: url(/images/right-arrow-circle.svg) 100% 50% no-repeat;
  background-size: auto 100%;
  color: var(--primary-color);
  display: inline-flex;
  font-weight: 400;
  height: 24px;
  padding-right: 60px;
  transition: opacity 0.2s linear;
}

.custom-arrow-button {
  align-items: center;
  background: url(/images/right-arrow-circle.svg) 100% 50% no-repeat;
  background-size: auto 100%;
  color: var(--primary-color);
  display: inline-flex;
  font-weight: 400;
  height: 24px;
  padding-right: 60px;
  transition: opacity 0.2s linear;
  text-decoration: none !important;
}
.custom-arrow-button:hover {
  color: var(--primary-color);
  opacity: 0.7;
}
.arrow-button:hover,
.gallery-overview-block a:hover {
  color: var(--primary-color);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .arrow-button,
  .gallery-overview-block a {
    font-size: 14px;
    height: 27px;
    letter-spacing: -0.1px;
    padding-right: 51px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Site Alert ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.site-alert {
  background: #284614;
  color: #fff;
  font-family: "Euclid Circular B";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.96px;
  line-height: 25px;
  padding: 15px 70px 15px 30px;
  text-align: center;
  text-transform: uppercase;
}

.site-alert a:not(.close-alert) {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.96px;
  line-height: 25px;
  text-decoration: none;
}

.close-alert {
  background: url(/images/alert-close.svg) 50% 50% no-repeat;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 13px;
  width: 30px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.header {
  align-items: center;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 138px;
  left: 0;
  padding: 0 70px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 100;
}

.header .logo {
  width: 230px;
}

.header .logo img {
  display: block;
  width: 100%;
}

@media (max-width: 1024px) {
  .header {
    padding: 0 25px;
  }
}

@media (max-width: 768px) {
  .header {
    height: 112px;
  }

  .header .logo {
    width: 170px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Nav Toggle ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
#mobile-check-element,
.nav-toggle {
  display: none;
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}

@media (min-width: 768.5px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  #mobile-check-element {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    visibility: hidden;
    z-index: -9999;
  }

  .nav-toggle {
    cursor: pointer;
    display: block;
    font-weight: 500;
    letter-spacing: 1.12px;
    margin-left: auto;
    text-transform: uppercase;
  }

  body.show-nav .nav-toggle:after {
    background: url(/images/icons/close-x-circle-white.svg) 50% 50% no-repeat;
    background-size: 31px auto;
    color: transparent;
    content: "";
    font-size: 0;
    height: 31px;
    position: fixed;
    right: 28px;
    text-indent: -9999px;
    top: 40px;
    width: 31px;
    z-index: 99;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.primary-navigation-wrap {
}

.primary-navigation-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-navigation-wrap a {
  color: var(--primary-color);
  display: block;
}

.primary-navigation-wrap > ul > li.join-us-link > a {
  align-items: center;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  display: flex;
  height: 45px;
  justify-content: center;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  width: 145px;
}

@media (min-width: 1024.5px) {
  .primary-navigation-wrap {
    margin-left: auto;
  }

  .primary-navigation-wrap > ul {
    display: flex;
    align-items: center;
    gap: 75px;
  }

  .primary-navigation-wrap > ul > li {
    position: relative;
  }

  .primary-navigation-wrap > ul > li:not(.join-us-link) > a:hover {
    color: #000;
  }

  .primary-navigation-wrap > ul > li.join-us-link > a:hover {
    background: var(--primary-color);
    color: #fff;
  }

  .primary-navigation-wrap > ul > li:not(.join-us-link).selected > a {
    border-bottom: 1px solid var(--primary-color);
  }

  .primary-navigation-wrap > ul > li:not(.join-us-link).selected > a:hover {
    border-bottom: 1px solid #000;
  }

  /* no dropdowns */
  .primary-navigation-wrap > ul > li ul {
    display: none;
  }

  .primary-navigation-wrap .social-media {
    display: none;
  }
}

@media (min-width: 1200.5px) and (max-width: 1450px) {
  .primary-navigation-wrap > ul {
    gap: 40px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .primary-navigation-wrap > ul {
    gap: 30px;
  }

  .primary-navigation-wrap > ul > li.join-us-link > a {
    width: 110px;
  }
}

@media (max-width: 1024px) {
  .primary-navigation-wrap {
    /*
        background: var(--primary-color) url(/images/allstonway-crest-white.svg) 25px 25px no-repeat;
        background-size: 66px;
        */
    background: var(--primary-color);
    color: #fff;
    left: 0;
    max-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 180px 25px 70px 25px;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.2s linear;
  }

  body:not(.show-nav) .primary-navigation-wrap {
    opacity: 0;
    pointer-events: none;
  }

  .primary-navigation-wrap > ul {
    border-top: 1px solid #fff;
  }

  .primary-navigation-wrap > ul li:not(.join-us-link) {
    border-bottom: 1px solid #fff;
  }

  .primary-navigation-wrap > ul > li.join-us-link {
    margin-top: 30px;
  }

  .primary-navigation-wrap > ul li:not(.join-us-link) a {
    color: #fff;
    display: block;
    padding: 15px 0;
    line-height: 100%;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -0.361px;
  }

  .primary-navigation-wrap > ul > li.join-us-link > a {
    background: #fff;
    border: 1px solid #fff;
    color: var(--primary-color);
    height: 43px;
    width: 113px;
  }

  .primary-navigation-wrap .social-media {
    padding-top: 50px;
    margin-top: auto;
  }
}

@media (max-width: 500px) {
  .primary-navigation-wrap {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.footer {
  /* margin-top: 75px; */
  background: #284614;
  color: #fff;
  margin-top: -2px;
  order: 5;
  padding: 3px 82px 44px;
}

body.viewing-page-homepage .footer,
body.viewing-page-visit .footer,
body.viewing-page-article-detail .footer,
body.viewing-page-explore .footer {
  padding-top: 65px;
  margin-top: 50px;
}

.footer a {
  color: #fff;
}

.footer .upper-footer {
  border-top: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 65px;
  width: 100%;
}

.footer .left-col {
}

.footer .left-col > img {
  display: block;
  margin-bottom: 61px;
  width: 593px;
}

.footer .right-col {
  display: flex;
  font-size: 21px;
  font-weight: 400;
  gap: 75px;
  line-height: normal;
}

.footer .right-col .footer-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .right-col .footer-navigation li:not(:last-child) {
  margin-bottom: 5%;
}

.footer .right-col .footer-navigation li a,
.footer-address a {
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition: border 0.2s ease;
}

.footer .right-col .footer-navigation li a:hover,
.footer-address a:hover {
  border-bottom: 1px solid #fff;
}

.footer .right-col .social-media {
}

.social-media-list {
  align-items: center;
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}

.social-media-list img {
  display: block;
  height: 20px;
  width: 20px;
}

.social-media-list a {
  display: block;
  transition: opacity 0.2s linear;
}

.social-media-list a:hover {
  opacity: 0.7;
}

.lower-footer {
  border-top: 1px solid #fff;
  margin-top: 46px;
  padding-top: 46px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.lower-footer .mobile-hide {
  display: none;
}

#site-newsletter-form-wrap h3 {
  margin-bottom: 20px;
}

.site-newsletter-form {
  align-items: center;
  border-radius: 3px;
  border: 2px solid #fff;
  display: flex;
}

.site-newsletter-form .field-wrap {
  margin: 0 !important;
  width: calc(100% - 50px);
}

.site-newsletter-form .field-wrap input[type="email"] {
  border: 0;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: none;
  width: 100%;
}

.site-newsletter-form .submit-wrap {
  border-left: 2px solid #fff;
  margin: 0 0 0 auto;
  width: 50px;
}

.site-newsletter-form .submitting-wrap .button,
.site-newsletter-form .submit-button-wrap .button {
  background: url(/images/right-arrow-circle-small-white.svg) 50% 50% no-repeat;
  background-size: 27px auto;
  color: transparent;
  font-size: 0;
  height: 40px;
  text-indent: -9999px;
  width: 50px;
}

.newsletter-thank-you-wrap {
  display: none;
}

.lower-footer ul {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lower-footer ul li:first-child {
  margin-right: 13px;
}

.lower-footer ul li img {
  display: block;
}

.lower-footer ul li {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.lower-footer ul li a {
  text-decoration-line: underline;
  transition: opacity 0.2s linear;
}

.lower-footer ul li a:hover {
  opacity: 0.8;
}

.lower-footer ul li a.watson-link {
  text-decoration-line: none;
  transition: none;
}

.lower-footer ul li a.watson-link:hover {
  opacity: 1;
  text-decoration-line: underline;
}
@media (max-width: 1200px) {
  .footer {
    padding: 60px 40px 44px;
  }

  .footer .left-col > img {
    width: 40vw;
  }
}

@media (max-width: 768px) {
  .footer {
    background-image: url(/images/allstonway-logo-white.svg);
    background-size: calc(100% - 40px) auto;
    background-repeat: no-repeat;
    background-position: 20px 35px;
    padding: calc(25% + 30px) 20px 65px;
    flex-direction: column;
  }

  body.viewing-page-homepage .footer,
  body.viewing-page-visit .footer,
  body.viewing-page-article-detail .footer,
  body.viewing-page-explore .footer {
    padding-top: 125px;
  }

  .footer:after {
    margin-top: 26px;
  }

  .footer .left-col > img {
    display: none;
  }

  .footer .left-col ul {
    gap: 20px;
  }

  .footer .left-col ul li img {
    gap: 20px;
  }

  .footer .left-col ul li img {
    max-width: 90px;
  }

  .footer .left-col ul li a {
    font-size: 10px;
  }

  .footer .right-col {
    /*border-top: 1px solid #fff;*/
    flex-wrap: wrap;
    font-size: 16px;
    letter-spacing: -0.16px;
    margin-bottom: 0;
    order: -1;
    padding-top: 0;
    width: 100%;
  }

  .lower-footer {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 30px;
  }

  #site-newsletter-form-wrap {
    margin-bottom: 40px;
  }

  .lower-footer .mobile-hide {
    display: block;
  }

  .lower-footer ul {
    gap: 20px;
  }

  .lower-footer ul li:first-child {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Embedded Slideshows --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.homepage-gallery-section {
  margin-bottom: 0;
}

.slick-slide img {
  width: 100% !important;
}

.stage:not(.slick-initialized) .slide:not(:first-child) {
  display: none;
}

@media (min-width: 768.5px) {
  .content-block:not(.gallery-style-b)
    .embedded-gallery:not(.cloned-gallery)
    .stage {
    aspect-ratio: calc(1298 / 760);
  }
}

.content-block:not(.gallery-style-b)
  .embedded-gallery:not(.cloned-gallery)
  .stage {
  margin: 0 auto;
  max-width: calc(100vw - 50px);
  width: 1298px;
}

.embedded-gallery .stage .slide {
  width: 100%;
}

.embedded-gallery .slide img {
  display: block;
  object-fit: cover;
  width: 100%;
}

.content-block:not(.gallery-style-b) .embedded-gallery .slide .image,
.content-block:not(.gallery-style-b) .embedded-gallery .slide img {
  aspect-ratio: calc(1298 / 760);
  max-width: 100vw;
}

.slick-slider div {
  transition: none;
}
.slick-arrow {
  background: url(/images/left-arrow-circle-small.svg) 50% 50% no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer;
  height: 36px;
  left: -100px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.15s linear;
  width: 55px;
  z-index: 5;
}

@media (min-width: 1024.5px) {
  .slick-arrow:hover {
    opacity: 0.7;
  }
}

.slick-arrow.slick-next {
  background-image: url(/images/right-arrow-circle-small.svg);
  left: auto;
  right: -100px;
}

.content-block.gallery-style-b .slick-arrow {
  display: none !important;
}

.slick-dots {
  align-items: center;
  bottom: -10px;
  display: flex;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -5px;
  z-index: 4;
}

.content-block.gallery-style-b .slick-dots {
  justify-content: flex-end;
  position: static;
}

.no-captions .slick-dots {
  bottom: -30px;
}

.slick-dots button {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  background: none;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 30px;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 30px;
}

.slick-dots button:after {
  border-radius: 5px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.15s ease;
  width: 20px;
}

.slick-dots .slick-active button:after,
.slick-dots button:hover:after {
  height: 4px;
}

.slick-slide .caption-inner-wrap {
  min-height: 21px;
}

.slick-slide .caption .em {
  font-style: italic;
}

@media (max-width: 1600px) {
  .embedded-gallery:not(.cloned-gallery) .stage {
    margin: 0 40px;
    width: auto;
  }

  .slick-arrow.slick-prev {
    left: -80px;
  }

  .slick-arrow.slick-next {
    right: -80px;
  }
}

@media (max-width: 1200px) {
  .embedded-gallery:not(.cloned-gallery) .stage {
    margin: 0 80px;
  }
}

@media (max-width: 768px) {
  .embedded-gallery:not(.cloned-gallery) .stage {
    margin: 0;
  }

  .content-block:not(.gallery-style-b) .embedded-gallery .slide .image {
    aspect-ratio: calc(380 / 222);
  }

  .content-block:not(.gallery-style-b) .embedded-gallery .slide img {
    aspect-ratio: calc(380 / 222);
    max-width: 100%;
  }

  .slick-arrow.slick-prev {
    display: none !important;
  }

  .slick-arrow.slick-next {
    bottom: 0;
    right: 1px;
    top: auto;
    transform: none;
  }

  .has-captions .slick-arrow.slick-next {
    bottom: 23px;
  }

  .detail-page-gallery .has-captions .slick-arrow.slick-next {
    bottom: -5px;
  }

  .featured-artists-gallery .has-captions .slick-arrow.slick-next {
    bottom: 0;
  }

  .featured-artists-gallery .slick-dots {
    position: static !important;
  }

  .slick-dots {
    justify-content: center;
    position: static;
    text-align: center;
  }

  .slick-slide .caption {
    max-width: 80%;
    margin-bottom: 5px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Image with Captions --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
figure {
  margin: 0;
  padding: 0;
}

figure img {
  display: block;
  width: 100%;
}

figure figcaption,
.section-wrap.summaryTextSection.second-block-is-image .content2 p,
.slick-slide .caption {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 91.667%;
  margin-top: 10px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  figure figcaption,
  .section-wrap.summaryTextSection.second-block-is-image .content2 p,
  .slick-slide .caption {
    font-size: 8px;
    letter-spacing: 0.4px;
    line-height: 125%;
  }

  .detail-page-gallery .slick-slide .caption {
    min-height: 22px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Splash ---------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.splash {
  background: #fff url(/images/allstonway-logo.svg) 50% 50% no-repeat;
  background-size: 70vw auto;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Hero ------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.hero {
  height: calc(100svh - 112px);
  margin-bottom: 98px;
  overflow: hidden;
  position: relative;
}

.section-wrap.hero img {
  display: block;
  height: calc(100svh - 112px) !important;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.section-wrap.hero .section-wrap-inner {
  width: 100%;
}

.section-wrap.hero .content-block {
  margin: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .section-wrap.hero {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Intro Section --------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.introHeadingSection {
  margin-bottom: 55px;
}

@media (min-width: 768.5px) {
  .section-wrap.summaryTextSection:not(.no-padding-top) {
    padding-top: 100px;
  }

  body.viewing-page-homepage .section-wrap.summaryTextSection:nth-child(3) {
    padding-top: 0;
  }
}

.section-wrap.introHeadingSection .section-wrap-inner,
.section-wrap.summaryTextSection .section-wrap-inner {
  display: flex;
  justify-content: space-between;
}

.section-wrap.introHeadingSection .section-wrap-inner .content-block.text-block,
.section-wrap.summaryTextSection .section-wrap-inner .content-block.text-block {
  display: flex;
  flex-direction: column;
  padding: 0 80px 30px;
  width: 43.4%;
}

.section-wrap.introHeadingSection
  .section-wrap-inner
  .content-block.text-block
  h3 {
  margin-top: auto;
  max-width: 402px;
}

.section-wrap.introHeadingSection
  .section-wrap-inner
  .content-block.text-block
  p {
  max-width: 497px;
}

.section-wrap.introHeadingSection
  explore-the-area-section
  .section-wrap-inner
  .content-block.text-block
  p {
  max-width: 420px;
}

.section-wrap.introHeadingSection
  .section-wrap-inner
  .content-block.image-block,
.section-wrap.summaryTextSection
  .section-wrap-inner
  .content-block.image-block {
  min-width: 56.6%;
  width: 56.6%;
}

.section-wrap.introHeadingSection
  .section-wrap-inner
  .content-block.image-block
  figure,
.section-wrap.summaryTextSection
  .section-wrap-inner
  .content-block.image-block
  figure {
  width: 100%;
}

.section-wrap.summaryTextSection.second-block-is-image .content2 p {
  margin: 0;
}

@media (min-width: 768.5px) {
  .section-wrap.summaryTextSection.second-block-is-image {
    margin-bottom: 100px;
  }

  .section-wrap.summaryTextSection.second-block-is-image .inline-image-wrap,
  .section-wrap.summaryTextSection.second-block-is-image
    .inline-image-wrap
    img {
    display: block;
    width: 100%;
  }

  .section-wrap.summaryTextSection.second-block-is-image .line-heading {
    margin-bottom: 55px;
  }

  .section-wrap.summaryTextSection.second-block-is-image .content2 {
    width: calc(50% - 64px);
  }

  .section-wrap.summaryTextSection.second-block-is-image
    .content2
    .inline-image-wrap {
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .section-wrap.introHeadingSection
    .section-wrap-inner
    .content-block.text-block,
  .section-wrap.summaryTextSection
    .section-wrap-inner
    .content-block.text-block {
    padding: 0 40px 30px;
  }
}

@media (max-width: 768px) {
  .section-wrap.introHeadingSection {
    margin-bottom: 0;
    padding-top: 45px;
  }

  .section-wrap.introHeadingSection
    .section-wrap-inner
    .content-block.text-block {
    width: 100%;
    padding: 0 20px 20px;
  }

  .section-wrap.introHeadingSection
    .section-wrap-inner
    .content-block.text-block
    figure {
    margin: 32px -20px 17px 80px;
  }

  .section-wrap.introHeadingSection
    .section-wrap-inner
    .content-block.text-block
    figure
    figcaption {
    line-height: 125%;
    max-width: 210px;
  }

  .section-wrap.summaryTextSection.second-block-is-image .content2 p {
    font-size: 8px;
    letter-spacing: 0.4px;
    line-height: 125%;
    margin-top: 3px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Full Bleed Image Section ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.fullBleedImage .section-wrap-inner,
.section-wrap.fullBleedImage .content-block.col-1 {
  width: 100%;
}

.section-wrap.fullBleedImage .content-block.col-1 {
  margin: 0;
}

.section-wrap.fullBleedImage .content-block.col-1 img {
  display: block;
}

.section-wrap.fullBleedImage .content-block.col-1 figcaption {
  padding-left: 64px;
}

@media (max-width: 768px) {
  .section-wrap.fullBleedImage .content-block.col-1 figcaption {
    padding-left: 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Press Section / Items ------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.press-item {
}

.press-item .image {
  margin-bottom: 30px;
}

.press-item .image img {
  aspect-ratio: 411 / 323;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.press-item .date {
  color: rgba(40, 70, 20, 0.5);
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 10px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.press-item .title {
  margin-bottom: 15px;
}

.press-item .title h3 {
  margin-bottom: 0;
}

.press-item .short-desc {
  margin-bottom: 20px;
  padding-right: 40px;
}

.press-item .link {
}

.read-more-wrap {
  margin-top: 30px;
  text-align: center;
}

.read-more-wrap a {
  color: #284614;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.23px;
  line-height: 26.8%;
  text-decoration-line: underline;
}

@media (max-width: 768px) {
  .read-more-wrap {
    margin-bottom: 30px;
  }

  .read-more-wrap a {
    font-size: 19.5px;
    letter-spacing: -0.195px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Centered Image Section ------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.centered-image {
  margin-bottom: 65px;
}

.section-wrap.centered-image .section-wrap-inner {
  display: flex;
  justify-content: center;
}

.section-wrap.centered-image .col-4-5 {
  margin-left: auto;
  margin-right: auto;
  width: 75.12%;
}

.section-wrap.centered-image img {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .section-wrap.centered-image .col-4-5 {
    width: calc(100% - 160px);
  }
}

@media (max-width: 768px) {
  .section-wrap.centered-image .col-4-5 {
    width: calc(100% - 40px);
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Separator Section ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.separatorSection {
  margin-bottom: 0;
  padding: 25px 0;
}

@media (max-width: 768px) {
  .section-wrap.separatorSection.mobile-hide {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Secondary Section ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.summaryTextSection {
  margin-bottom: 65px;
}

.section-wrap.summaryTextSection
  .section-wrap-inner
  .content-block.image-block
  figure
  figcaption {
  text-align: right;
}

.section-wrap.summaryTextSection .section-wrap-inner .content-block.text-block {
  display: flex;
  flex-direction: column;
  padding: 0 80px 0 42px;
}

.section-wrap.summaryTextSection
  .section-wrap-inner
  .content-block.text-block
  h3 {
  max-width: 450px;
}

.section-wrap.summaryTextSection
  .section-wrap-inner
  .content-block.text-block
  p {
  max-width: 560px;
}

.section-wrap.summaryTextSection
  .section-wrap-inner
  .content-block.text-block
  figure {
  margin-left: auto;
  margin-top: auto;
  padding-top: 42px;
  width: 78.8%;
}

@media (max-width: 1200px) {
  .section-wrap.summaryTextSection
    .section-wrap-inner
    .content-block.text-block {
    padding: 0 40px;
  }
}

@media (max-width: 1024px) {
  .section-wrap.summaryTextSection .section-wrap-inner {
    flex-wrap: wrap;
  }

  .section-wrap.summaryTextSection
    .section-wrap-inner
    .content-block.text-block {
    display: flex;
    flex-direction: row;
    gap: 60px;
    flex-wrap: wrap;
    min-width: 100%;
    order: -1;
    width: 100%;
    align-items: flex-start;
  }

  .section-wrap.summaryTextSection
    .section-wrap-inner
    .content-block.text-block
    .text-content {
    flex: 1;
    margin-bottom: 60px;
  }

  .section-wrap.summaryTextSection
    .section-wrap-inner
    .content-block.text-block
    figure {
    flex: 1;
    margin-top: 0;
    order: -1;
  }

  .section-wrap.summaryTextSection
    .section-wrap-inner
    .content-block.image-block {
    min-width: calc(100% - 160px);
    width: calc(100% - 160px);
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .section-wrap.summaryTextSection {
    margin-bottom: 25px;
  }

  .section-wrap.summaryTextSection
    .section-wrap-inner
    .content-block.text-block {
    display: block;
  }

  .section-wrap.summaryTextSection
    .section-wrap-inner
    .content-block.image-block {
    min-width: 100%;
    width: 100%;
  }

  .section-wrap.summaryTextSection
    .section-wrap-inner
    .content-block.image-block
    figure:first-child {
    margin: 0 80px 25px 0;
    width: auto;
  }

  .section-wrap.summaryTextSection
    .section-wrap-inner
    .content-block.image-block
    figure:first-child
    figcaption {
    max-width: 174px;
    margin-left: auto;
    text-align: right;
  }

  .section-wrap.summaryTextSection
    .section-wrap-inner
    .content-block.image-block
    figure:last-child {
    margin: 0 0 25px 80px;
    width: auto;
  }

  .section-wrap.summaryTextSection
    .section-wrap-inner
    .content-block.image-block
    figure:last-child
    figcaption {
    max-width: 141px;
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Interactive Illustrated Map Section ----------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.interactive-illustrated-map-section .section-wrap-inner {
  width: 100%;
}

.interactive-illustrated-map {
  position: relative;
}

.interactive-illustrated-map-overlay {
  font-size: 1.5vw;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 116.667%;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transition: all 0.2s linear;
  z-index: 2;
}

.interactive-illustrated-map-overlay:not(.selected) {
  opacity: 0;
  visibility: hidden;
}

.interactive-illustrated-map-overlay .image {
  position: relative;
}

@media (min-width: 768.5px) {
  .interactive-illustrated-map-overlay .image:before {
    background: var(--primary-color);
    content: "";
    height: 2px;
    position: absolute;
    right: 100%;
    top: 49.5%;
    transform: translateY(-50%);
    width: 16.3vw;
  }

  .interactive-illustrated-map-overlay img {
    aspect-ratio: 1;
    display: block;
    margin-bottom: 8px;
    width: 17.36vw;
  }

  .interactive-illustrated-map-overlay.bio-classroom {
    right: -10%;
    top: 38.2%;
  }

  .interactive-illustrated-map-overlay.laneway {
    left: -10%;
    top: 15.83%;
  }

  .interactive-illustrated-map-overlay.laneway .image:before {
    border-bottom: 1px solid #fff;
    left: 100%;
    right: auto;
    width: calc(27vw - 2%);
  }

  .interactive-illustrated-map-overlay.water-plaza {
    right: -10%;
    top: 62.2%;
  }

  .interactive-illustrated-map-overlay.water-plaza .image:before {
    right: 50%;
    top: -20.45%;
    transform: none;
    width: 35vw;
  }

  .interactive-illustrated-map-overlay.water-plaza .image:after {
    background: var(--primary-color);
    bottom: 100%;
    content: "";
    height: 3.55vw;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 2px;
  }

  .interactive-illustrated-map-overlay.canopy {
    left: -10%;
    top: 42.3%;
  }

  .interactive-illustrated-map-overlay.canopy .image:before {
    left: 100%;
    right: auto;
    width: 19.1vw;
  }
  .interactive-illustrated-map-overlay.squiggle {
    left: -4%;
    top: 30.3%;
  }
  .interactive-illustrated-map-overlay.squiggle .image {
    && img {
      margin-bottom: 0px;
      border-radius: 100%;
      border: 2px solid var(--primary-color);
    }
  }
  .interactive-illustrated-map-overlay.squiggle .image:before {
    left: 100%;
    right: auto;
    width: 29.5vw;
  }
}

/* hot spots */
.interactive-illustrated-map-hotspot {
  aspect-ratio: 1;
  background: #fff;
  border-radius: 100%;
  border: 1px solid var(--primary-color);
  position: absolute;
  width: 1.8%;
  z-index: 1;
}

.interactive-illustrated-map-hotspot:before {
  background: var(--primary-color);
  border-radius: 100%;
  content: "";
  height: 61%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s linear;
  width: 61%;
}

.interactive-illustrated-map-hotspot:hover:before,
.interactive-illustrated-map-hotspot.selected:before {
  opacity: 1;
}

.interactive-illustrated-map-hotspot.bio-classroom {
  left: 64.4%;
  top: 52%;
}

.interactive-illustrated-map-hotspot.laneway {
  left: 48.57%;
  top: 30%;
}

.interactive-illustrated-map-hotspot.water-plaza {
  left: 50.47%;
  top: 54.64%;
}

.interactive-illustrated-map-hotspot.canopy {
  left: 38%;
  top: 56.4%;
}
.interactive-illustrated-map-hotspot.squiggle {
  left: 58.1%;
  top: 44.25%;
}

@media (max-width: 1200px) {
  .section-wrap.centered-image.interactive-illustrated-map-section .col-4-5 {
    width: 75.5%;
  }
}

@media (max-width: 768px) {
  .interactive-illustrated-map {
    overflow: hidden;
  }

  .section-wrap.interactive-illustrated-map-section {
    position: relative;
    z-index: 2;
  }

  .section-wrap.interactive-illustrated-map-section.centered-image
    img.base-image,
  .summaryTextSection .image-block img.base-image {
    margin-left: -25%;
    max-width: 150%;
    width: 150%;
  }

  .interactive-illustrated-map-hotspot.canopy {
    left: 32.4%;
    top: 56.6%;
  }
  .interactive-illustrated-map-hotspot.squiggle {
    left: 62.7%;
  }
  .interactive-illustrated-map-hotspot.water-plaza {
    left: 51%;
    top: 54.7%;
  }
  .interactive-illustrated-map-hotspot.bio-classroom {
    left: 71.9%;
    top: 52.1%;
  }
  .interactive-illustrated-map-hotspot.laneway {
    left: 48.5%;
    top: 30.2%;
  }
  .interactive-illustrated-map-hotspot.bio-classroom {
    left: 71.5%;
  }

  .section-wrap.centered-image.interactive-illustrated-map-section .col-4-5 {
    width: 100%;
  }

  .interactive-illustrated-map-overlay {
    bottom: 0;
  }

  .interactive-illustrated-map-overlay .image:before,
  .interactive-illustrated-map-overlay .image:after {
    display: none;
  }

  .interactive-illustrated-map-overlay .label {
    align-items: center;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 43px;
    justify-content: center;
    left: 0;
    letter-spacing: -0.16px;
    position: absolute;
    right: 0;
    text-align: center;
    text-align: center;
    top: 0;
  }

  .interactive-illustrated-map .label .close-x {
    background: url(/images/white-close-x.svg) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 13.5px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 13.5px;
  }
}

@media (max-width: 768px) {
  .interactive-illustrated-map-hotspot {
    transform: translate(-0.5vw, -0.5vw);
    width: 3%;
  }
}

.summaryTextSection {
  @media (min-width: 768.5px) {
    .interactive-illustrated-map-overlay.laneway {
      left: -21% !important;
      top: 14.5% !important;
    }
  }
  @media (min-width: 768.5px) {
    .interactive-illustrated-map-overlay.laneway .image:before {
      width: calc(20vw - 2%) !important;
    }
  }
  @media (min-width: 768.5px) {
    .interactive-illustrated-map-overlay img {
      width: 11.36vw !important;
    }
  }
  @media (min-width: 768.5px) {
    .interactive-illustrated-map-overlay.canopy {
      left: 3.3% !important;
      top: 41% !important;
    }
    .interactive-illustrated-map-overlay.squiggle {
      left: -2% !important;
      top: 28.5% !important;
    }
    .interactive-illustrated-map-overlay.squiggle .image:before {
      width: 15.5vw !important;
    }
  }
  @media (min-width: 768.5px) {
    .interactive-illustrated-map-overlay .image:before {
      width: 4.3vw !important;
    }
  }
  @media (min-width: 768.5px) {
    .interactive-illustrated-map-overlay.bio-classroom {
      right: -1% !important;
      top: 36.8% !important;
    }
  }
  @media (min-width: 768.5px) {
    .interactive-illustrated-map-overlay.water-plaza {
      right: 26% !important;
      top: 62.6% !important;
    }
  }
  @media (min-width: 768.5px) {
    .interactive-illustrated-map-overlay.water-plaza .image:after {
      height: 2.3vw !important;
    }
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Content Block -> Image Link Box -------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.content-block.image-link-box {
  border: 1px solid var(--primary-color);
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0;
}

.content-block.image-link-box p {
  margin: 0;
}

.content-block.image-link-box a {
  background: url(/images/right-arrow-circle.svg) calc(100% - 30px) 50%
    no-repeat;
  background-size: 38px auto;
  color: var(--primary-color);
  display: block;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 1.61px;
  line-height: 100%;
  padding: 30px;
  text-transform: uppercase;
}

@media (min-width: 768.5px) {
  .content-block.image-link-box a {
    transition: opacity 0.2s linear;
  }

  .content-block.image-link-box a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .content-block.image-link-box {
    margin-bottom: 25px;
  }

  .content-block.image-link-box img {
    aspect-ratio: 352 / 147;
    object-fit: cover;
  }

  .content-block.image-link-box a {
    background-position: calc(100% - 25px) 50%;
    font-size: 19.5px;
    padding: 15px 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Articles Section ------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.articles-list {
  border-top: 1px solid var(--primary-color);
}

.articles-list .article-card {
  border-bottom: 1px solid var(--primary-color);
  padding: 29px 0;
}

.articles-list .article-card {
  display: flex;
  position: relative;
}

.articles-list .article-card .image {
  background: #efefef;
  border-radius: 3px;
  flex: 1;
  min-width: 55%;
  overflow: hidden;
  position: relative;
}

.articles-list .article-card .image img {
  border-radius: 3px;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
  width: 100%;
}

.articles-list .article-card .image a:hover img {
  transform: scale(1.02);
}

.articles-list .article-card .details {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0 40px 40px;
}

.articles-list .article-card .details .date {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.12px;
  margin-bottom: 10px;
  opacity: 0.5;
  text-transform: uppercase;
}

.articles-list .article-card .details .title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 116.667%;
  margin-bottom: 25px;
}

.articles-list .article-card .details .short-desc {
  width: 100%;
  max-width: 350px;
  margin-bottom: 40px;
}

.articles-list .article-card .details .short-desc p {
  line-height: 116.667%;
}

.articles-list .article-card .details .arrow-button {
}

@media (max-width: 768px) {
  .articles-list .article-card {
    flex-direction: column;
    padding: 25px 0;
  }

  .articles-list .article-card .image {
    width: 100%;
  }

  .articles-list .article-card .image img {
    aspect-ratio: 352 / 192;
  }

  .articles-list .article-card .details {
    padding: 25px 0 0 0;
  }

  .articles-list .article-card .details .date {
    font-size: 14px;
    letter-spacing: 0.98px;
    margin-bottom: 3px;
  }

  .articles-list .article-card .details .title {
    font-size: 19.5px;
    letter-spacing: 0;
  }

  .articles-list .article-card .details .short-desc {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Detail Page Sections -------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.detail-page-banner img {
  display: block;
  width: 100%;
}

.detail-page-content {
  padding: 80px;
}

.detail-page-content .date {
  font-weight: 500;
  letter-spacing: 1.12px;
  margin: 10px 0 30px 0;
  text-transform: uppercase;
}

.detail-page-content .article-content {
  columns: 2;
  column-gap: 45px;
  max-width: 1020px;
}

.detail-page-gallery .section-wrap-inner {
  display: block;
}

.detail-page-gallery .slide img {
  aspect-ratio: calc(1298 / 760);
  display: block;
  object-fit: cover;
  width: 100%;
}

.detail-page-gallery .embedded-gallery-wrap {
  margin: 0 auto;
  width: 1298px;
  max-width: 100%;
}

@media (min-width: 768.5px) {
  .detail-page-gallery .embedded-gallery-wrap {
    aspect-ratio: calc(1298 / 760);
  }
}

.detail-page-gallery .cloned-gallery {
  margin: 73px 80px 0;
}

.detail-page-gallery .cloned-gallery .slick-list {
  padding: 0 !important;
}

.detail-page-gallery .cloned-gallery .slide {
  margin: 0 20px;
}

@media (max-width: 1200px) {
  .detail-page-content {
    padding: 60px 40px;
  }

  .detail-page-gallery {
    padding: 0 20px;
  }

  .detail-page-gallery .cloned-gallery {
    margin: 60px 40px 0;
  }
}

@media (max-width: 768px) {
  .detail-page-content {
    padding: 40px 20px;
  }

  .detail-page-content .article-content {
    columns: 1;
  }

  .detail-page-gallery .cloned-gallery {
    margin: 20px 0 0;
  }

  .detail-page-gallery .cloned-gallery .slide {
    margin: 0 5px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Events Section -------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.calendar-and-events-list-wrap {
  display: flex;
  margin-top: 50px;
}

.calendar-and-events-list-wrap.calendar-mode {
  gap: 50px;
}

.calendar-modes-toggle,
.map-modes-toggle {
  border-radius: 28px;
  border: 1px solid #284614;
  display: flex;
  float: right;
  height: 42px;
  margin-top: -60px;
  position: relative;
  width: 106px;
  z-index: 1;
}

.calendar-modes-toggle .toggle-button,
.map-modes-toggle .toggle-button {
  background: url(/images/icons/list-icon.svg) 50% 50% no-repeat;
  border-radius: 28px;
  cursor: pointer;
  flex: 1;
  text-indent: -9999px;
}

.calendar-modes-toggle .toggle-button.active,
.map-modes-toggle .toggle-button.active {
  background-color: #284614;
  background-image: url(/images/icons/list-icon-white.svg);
}

.calendar-modes-toggle .toggle-button.calendar {
  background-image: url(/images/icons/calendar-icon.svg);
}

.calendar-modes-toggle .toggle-button.calendar.active {
  background-image: url(/images/icons/calendar-icon-white.svg);
}

.map-modes-toggle .toggle-button.map {
  background-image: url(/images/icons/map-marker.svg);
}

.map-modes-toggle .toggle-button.map.active {
  background-image: url(/images/icons/map-marker-white.svg);
}

.events-list {
  width: 100%;
}

.calendar-mode .events-list {
  margin-top: 59px;
  max-height: 594px;
  overflow: auto;
}

.event-card {
  border-top: 1px solid var(--primary-color);
  cursor: pointer;
  display: flex;
  padding: 25px 100px 25px 0;
  position: relative;
}

.event-card:last-child {
  border-bottom: 1px solid var(--primary-color);
}

.event-card .image {
  margin-right: 80px;
  min-width: 184px;
  width: 184px;
}

.event-card .image img {
  display: block;
  width: 100%;
}

.event-card > .date {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.23px;
  line-height: 126.8%;
  max-width: 100px;
  min-width: 100px;
  text-align: right;
  width: 100px;
}

.event-card .event-info {
  border-left: 1px solid var(--primary-color);
  margin-left: 25px;
  padding-left: 25px;
}

.event-card .event-info .date {
  display: none;
}

.event-card .event-type {
  font-weight: 500;
  letter-spacing: 1.12px;
  margin-bottom: 14px;
  opacity: 0.5;
  text-transform: uppercase;
}

.event-card .title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 116.667%;
  margin-bottom: 15px;
}

.event-card .short-desc {
  display: flex;
  gap: 25px;
  line-height: 156.25%;
}

.event-card .arrow-button {
  top: 25px;
  position: absolute;
  right: 0;
}

.event-card.expanded .arrow-button {
  background-size: contain;
  background: url(/images/icons/close-x-circle.svg) 50% 50% no-repeat;
  height: 25px;
  padding: 0;
  text-indent: -9999px;
  width: 25px;
}

.event-card .additional-info {
  display: none;
  padding: 25px 0 0 0;
}

.event-card .additional-info a:not(.add-to-calendar-button) {
  text-decoration: underline;
}

.add-to-calendar-button {
  border-radius: 3px;
  border: 2px solid #284614;
  color: #284614;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  height: 45px;
  justify-content: center;
  letter-spacing: -0.19px;
  line-height: normal;
  text-align: center;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  width: 200px;
}

.add-to-calendar-button:hover {
  background: #284614;
  color: #fff;
}

.calendar-mode .event-card .image {
  margin-right: 40px;
}

.calendar-mode .event-card > .date {
  display: none;
}

.calendar-mode .event-card .event-info .date {
  display: block;
}

.calendar-mode .event-card .event-info {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.calendar-mode .event-card .arrow-button {
  height: 35px;
  text-indent: -9999px;
  width: 38px;
}

@media (max-width: 768px) {
  .section-wrap.events-section {
    padding-top: 50px;
  }

  .event-card {
    flex-direction: column;
    padding: 25px 0;
  }

  .event-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .event-card > .date {
    display: none;
  }

  .event-card .event-info {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }

  .event-card .image {
    display: none;
  }

  .event-card .arrow-button {
    position: static;
  }

  .event-card .event-type {
    font-size: 14px;
    letter-spacing: 0.98px;
  }

  .event-card .title {
    font-size: 19.5px;
  }

  .event-card .event-info .date {
    display: block;
    font-size: 14px;
    margin: 0 0 15px 0;
  }

  .event-card .short-desc {
    font-size: 14px;
    margin: 0 0 15px;
  }

  .event-card .additional-info {
    font-size: 14px;
    padding: 0 0 15px 0;
  }

  .calendar-and-events-list-wrap.calendar-mode {
    gap: 0;
    flex-direction: column;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Calendar/Datepicker Styling ------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.calendar-and-events-list-wrap:not(.calendar-mode) .calendar-picker-wrap {
  display: none;
}

.calendar-picker-wrap {
  min-width: 60%;
  width: 60%;
}

.calendar-picker {
  width: 100%;
}

.jsCalendar table {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.jsCalendar thead,
.jsCalendar tbody {
  margin: 0;
}

.jsCalendar-title-row {
  display: flex;
  width: 100%;
}

.jsCalendar thead .jsCalendar-title {
  display: flex;
  align-items: center;
  height: auto;
  width: 100%;
  padding-bottom: 25px;
  line-height: 100%;
}

.jsCalendar thead .jsCalendar-nav-left,
.jsCalendar thead .jsCalendar-title-left,
.jsCalendar thead .jsCalendar-nav-right,
.jsCalendar thead .jsCalendar-title-right {
  float: none;
}

.jsCalendar thead .jsCalendar-nav-left,
.jsCalendar thead .jsCalendar-nav-right {
  background: url(/images/left-arrow-circle-small.svg) 50% 50% no-repeat;
  background-size: contain;
  height: 32px;
  margin: -2px 25px 0 0;
  transition: opacity 0.2s linear;
  width: 48px;
}

.jsCalendar thead .jsCalendar-nav-right {
  background-image: url(/images/right-arrow-circle-small.svg);
  margin: 0;
}

.jsCalendar thead .jsCalendar-nav-left:after,
.jsCalendar thead .jsCalendar-nav-right:after {
  display: none;
}

.jsCalendar thead .jsCalendar-nav-left:hover,
.jsCalendar thead .jsCalendar-nav-right:hover {
  background-color: transparent;
  opacity: 0.7;
}

.jsCalendar thead .jsCalendar-nav-left,
.jsCalendar thead .jsCalendar-title-left {
  margin-left: auto;
}

.jsCalendar thead .jsCalendar-title-name {
  color: var(--primary-color);
  float: none;
  font-family: var(--default-font-family);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 116.667%;
  order: -1;
  padding: 0 0 15px 0;
}

.jsCalendar thead .jsCalendar-week-days {
  border: 1px solid var(--primary-color);
  border-bottom: 0;
  display: flex;
  text-transform: uppercase;
}

.jsCalendar table tbody {
  border: 1px solid var(--primary-color);
}

.jsCalendar tbody tr {
  display: flex;
}

.jsCalendar tbody td,
.jsCalendar thead .jsCalendar-week-days th {
  color: var(--primary-color);
  flex: 1;
  width: auto;
}

.jsCalendar thead .jsCalendar-week-days th {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  letter-spacing: -0.16px;
  line-height: 100%;
  vertical-align: center;
}

.jsCalendar tbody td,
.jsCalendar tbody td.jsCalendar-selected {
  align-items: center;
  aspect-ratio: 107 / 97;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  font-size: 35px;
  font-weight: 500;
  height: 90px;
  justify-content: center;
  letter-spacing: -0.35px;
}

.jsCalendar tbody td.jsCalendar-current {
  background: #ebf064;
  border-radius: 0;
  color: var(--primary-color);
}

.event-overlay {
  background: var(--primary-color);
  color: #fff;
  left: 50%;
  max-height: 80vh;
  max-width: 100%;
  overflow: auto;
  padding: 40px;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 1127px;
  z-index: 10001;
}

.event-overlay .close-x {
  background: url(/images/icons/white-close-x.svg) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 40px;
  text-indent: -9999px;
  top: 40px;
  width: 32px;
  z-index: 2;
}

.event-underlay {
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}

.event-overlay .event-card {
  padding: 0 75px 0 0;
}

.event-overlay .event-card > .date {
  display: none;
}

.event-overlay .event-card .image {
  margin-right: 40px;
  min-width: 370px;
  width: 370px;
}

.event-overlay .event-card .event-info {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.event-overlay .event-card .event-info .date {
  display: block;
}

.event-overlay .event-card .additional-info {
  display: block !important;
}

@media (max-width: 768px) {
  .calendar-picker-wrap {
    width: 100%;
    min-width: 100%;
  }

  .jsCalendar thead .jsCalendar-title-name {
    font-size: 23px;
    letter-spacing: 0;
    padding: 0;
  }

  .jsCalendar tbody td,
  .jsCalendar tbody td.jsCalendar-selected {
    font-size: 15px;
    height: auto;
  }

  .event-overlay {
    height: 100vh;
    left: 0;
    max-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 70px 25px 125px 25px;
    top: 0;
    transform: none;
    width: 100%;
  }

  .event-overlay .close-x {
    right: 25px;
    top: 20px;
  }

  .event-overlay .event-card {
    padding: 0;
  }

  .event-overlay .event-card .image {
    display: block;
    margin: 0 0 30px 0;
    min-width: 100%;
    width: 100%;
  }

  .event-overlay .event-card .image img {
    aspect-ratio: 1.5;
    object-fit: cover;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> In the Community -> Map Styles ---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.viewing-page-explore .introHeadingSection {
}

.section-wrap.neighborhood-map-section {
  margin-bottom: 100px;
}

.section-wrap.neighborhood-map-section .section-wrap-inner {
  margin: 0;
  width: 100%;
}

.section-wrap.neighborhood-map-section .content-block {
  margin-bottom: 0;
  padding: 0 32px;
}

.section-wrap.neighborhood-map-section .map-and-list-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.section-wrap.neighborhood-map-section .map-content-box {
  transition: width 0.3s ease;
  width: calc(100% - 627px);
}

.section-wrap.neighborhood-map-section.map-mode .map-content-box {
  width: 100%;
}

.section-wrap.neighborhood-map-section .map-list-box {
  background: #fff;
  bottom: 0;
  margin: 0;
  max-width: 100vw;
  overflow: auto;
  padding: 0 64px 0 40px;
  position: absolute;
  right: 0;
  transition: right 0.3s ease;
  top: 0;
  width: 627px;
}

.section-wrap.neighborhood-map-section.map-mode .map-list-box {
  right: -627px;
}

.map-container-wrap {
  position: relative;
}

.map-container {
  background: #000;
  height: 70vh;
  min-height: 500px;
  width: 100%;
}

.gm-style iframe + div {
  border: none !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  padding: 0 12px 12px 0 !important;
}

@media (max-width: 768px) {
  .gm-style .gm-style-iw-d {
    padding: 0 0 4px !important;
  }
}

.main-map-marker {
  background: url(/images/icons/1m-map-pin.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 83px;
  height: 83px;
}

.custom-map-marker:not(.allstonway-outline, .allstonway-walking-path) {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #284614;
  color: #284614;
  font-family: "Euclid Circular B";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.84px;
  line-height: 116.667%;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
}

.custom-map-marker.downtown-boston {
  background: #fff url(/images/right-arrow-circle.svg) calc(100% - 9px) 50%
    no-repeat;
  background-size: 24px auto;
  padding-right: 40px;
}

.custom-map-marker.allstonway {
  background: #284614;
  border: 0;
  border-radius: 4px;
  display: inline-block;
  line-height: 0;
  padding: 8px 14px;
  position: relative;
  margin-top: 67px;
  margin-left: 8px;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transform-origin: 50% 0%;
  will-change: transform;
}
.viewing-page-visit .custom-map-marker.allstonway {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.custom-map-marker.allstonway svg {
  display: block;
  width: 110px;
  height: auto;
}

.custom-map-marker.allstonway::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #284614;
}

.custom-map-marker.allstonway.bounded {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-left: 0;
  margin-top: 0;
  padding: 8% 10%;
  width: 100%;
}

.custom-map-marker.allstonway.bounded svg {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.custom-map-marker.allstonway.bounded::before {
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  top: -10px;
}

.custom-map-marker.allstonway-outline {
  background: url(/images/neighborhood-map/allstonway-map-pin-outline.svg) 50%
    50% no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  height: 30px;
  text-indent: -9999px;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transform-origin: 50% 50%;
  will-change: transform;
  width: 49px;
}

.custom-map-marker.allstonway-outline.bounded {
  height: 100%;
  width: 100%;
}

.custom-map-marker.allstonway-walking-path {
  background: url(/images/neighborhood-map/allstonway-walking-path.svg) 50% 50%
    no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  height: 57px;
  pointer-events: none;
  text-indent: -9999px;
  width: 106px;
}

.custom-marker {
  cursor: pointer;
}

.custom-map-marker-inner {
  background: url(/images/neighborhood-map/pins/arts-and-culture.svg) 50% 50%
    no-repeat;
  background-size: contain;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 45px;
  text-indent: -9999px;
  width: 29px;
}

.custom-map-marker-inner[data-category="Restaurants & Bars"] {
  background-image: url(/images/neighborhood-map/pins/restaurants-and-bars.svg);
}
.custom-map-marker-inner.selected[data-category="Restaurants & Bars"] {
  background-image: url(/images/neighborhood-map/pins/restaurants-and-bars-selected.svg);
}

.custom-map-marker-inner[data-category="Cafes"] {
  background-image: url(/images/neighborhood-map/pins/cafes.svg);
}
.custom-map-marker-inner.selected[data-category="Cafes"] {
  background-image: url(/images/neighborhood-map/pins/cafes-selected.svg);
}

.custom-map-marker-inner[data-category="Shopping & Grocery"] {
  background-image: url(/images/neighborhood-map/pins/shopping-and-grocery.svg);
}
.custom-map-marker-inner.selected[data-category="Shopping & Grocery"] {
  background-image: url(/images/neighborhood-map/pins/shopping-and-grocery-selected.svg);
}

.custom-map-marker-inner[data-category="Arts & Culture"] {
  background-image: url(/images/neighborhood-map/pins/arts-and-culture.svg);
}
.custom-map-marker-inner.selected[data-category="Arts & Culture"] {
  background-image: url(/images/neighborhood-map/pins/arts-and-culture-selected.svg);
}

.custom-map-marker-inner[data-category="Stay"] {
  background-image: url(/images/neighborhood-map/pins/stay.svg);
}
.custom-map-marker-inner.selected[data-category="Stay"] {
  background-image: url(/images/neighborhood-map/pins/stay-selected.svg);
}

.custom-map-marker-inner[data-category="Parks & Greenspace"] {
  background-image: url(/images/neighborhood-map/pins/parks-and-greenspace.svg);
}
.custom-map-marker-inner.selected[data-category="Parks & Greenspace"] {
  background-image: url(/images/neighborhood-map/pins/parks-and-greenspace-selected.svg);
}

.custom-map-marker-inner[data-category="At Allstonway"] {
  background-image: url(/images/neighborhood-map/pins/at-allstonway.svg);
}
.custom-map-marker-inner.selected[data-category="At Allstonway"] {
  background-image: url(/images/neighborhood-map/pins/at-allstonway-selected.svg);
}

.custom-map-marker-inner.selected {
  z-index: 9999 !important;
}

.gm-style .gm-style-iw-a {
  margin-top: -40px;
}

.marker-popup {
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.marker-popup.coming-soon {
  text-align: center;
  text-transform: none;
}

.gm-style-iw button {
  display: none !important;
}

.leaflet-popup-close-button {
  display: none !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  border: 1px solid #000;
  box-shadow: none;
  background: #fff;
}

.leaflet-popup-content-wrapper {
  border-radius: 3px;
  font-family: var(--default-font-family);
  font-size: 21px;
}

.leaflet-popup-tip-container {
  margin-top: -1px;
}

.walking-path-key {
  background: url(/images/neighborhood-map/walking-path-indicator.svg) 50% 0
    no-repeat;
  bottom: 0;
  font-size: 11.4px;
  font-weight: 500;
  letter-spacing: 0.6px;
  padding-top: 12px;
  position: absolute;
  left: calc(100% + 26px);
  text-transform: uppercase;
  white-space: nowrap;
}

.gm-style .gm-style-iw-c.custom-infowindow {
  background: var(--primary-color);
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
}

.gm-style .gm-style-iw-tc.custom-infowindow-caret::after {
  background: var(--primary-color);
}

.gm-style .gm-style-iw-c.custom-infowindow .location-card {
  align-items: center;
  border-bottom: 0;
  gap: 27px;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 400px;
}

.gm-style .gm-style-iw-c.custom-infowindow .location-card .short-desc {
  display: none;
}

.gm-style .gm-style-iw-c.custom-infowindow .location-card .address {
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 137.5%;
}

.gm-style .gm-style-iw-c.custom-infowindow .location-card .address a {
  color: #fff;
}

.gm-style .gm-style-iw-c.custom-infowindow .location-card .links-wrap a {
  color: #fff;
}

.gm-style .custom-infowindow .gm-style-iw-tc {
}

.close-infowindow-ext {
  background: url(/images/icons/close-x-circle-white.svg) 50% 50% no-repeat;
  background-size: contain;
  color: transparent;
  content: "";
  font-size: 0;
  height: 25px;
  position: absolute;
  right: 13px;
  text-indent: -9999px;
  top: 13px;
  width: 25px;
  z-index: 99;
}

@media (max-width: 400px) {
  body.viewing-page-explore .summaryTextSection h3 {
    max-width: 270px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> In the Community -> Categories and List Styles ------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.map-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  list-style: none;
  margin: 60px 0 50px;
  padding: 0 60px;
}

.map-categories-list li a {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1.12px;
  line-height: 112.5%;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}

.map-categories-list li a:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 36px;
  margin: 0 auto 8px;
  width: 36px;
}

.map-categories-list li a[data-cat="Restaurants & Bars"]:before {
  background-image: url(/images/neighborhood-map/restaurants-and-bars.svg);
}

.map-categories-list li a[data-cat="Cafes"]:before {
  background-image: url(/images/neighborhood-map/cafes.svg);
}

.map-categories-list li a[data-cat="Shopping & Grocery"]:before {
  background-image: url(/images/neighborhood-map/shopping-and-grocery.svg);
}

.map-categories-list li a[data-cat="Arts & Culture"]:before {
  background-image: url(/images/neighborhood-map/arts-and-culture.svg);
}

.map-categories-list li a[data-cat="Stay"]:before {
  background-image: url(/images/neighborhood-map/stay.svg);
}

.map-categories-list li a[data-cat="Parks & Greenspace"]:before {
  background-image: url(/images/neighborhood-map/parks-and-greenspace.svg);
}

.map-categories-list li a[data-cat="At Allstonway"]:before {
  background-image: url(/images/neighborhood-map/at-allstonway.svg);
}

.map-categories-list li a.selected,
.map-categories-list li a:hover {
  text-decoration: underline;
}

.map-locations-listing:after {
  background: #fff;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 140px;
  content: "";
  position: absolute;
  pointer-events: none;
}

.map-locations-listing .slick-arrow.slick-prev,
.map-locations-listing .slick-arrow.slick-next {
  bottom: 0;
  left: 20px;
  top: auto;
  transform: none;
  z-index: 6;
}

.map-locations-listing .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}

.location-card {
  align-items: flex-start;
  border-bottom: 1px solid var(--primary-color);
  cursor: pointer;
  display: flex;
  gap: 40px;
  margin: 0 0 25px 0;
  padding-bottom: 25px;
  position: relative;
  transition: opacity 0.2s linear;
}

.location-card.selected:before {
  background: rgba(40, 70, 20, 0.1);
  bottom: 0;
  content: "";
  left: -40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.location-card.hidden {
  display: none !important;
}

.location-card:hover {
  opacity: 0.9;
}

.location-card .image {
  aspect-ratio: calc(186 / 173);
  background: #efefef;
  border-radius: 3px;
  max-width: 185px;
  min-width: 185px;
  overflow: hidden;
  position: relative;
  width: 185px;
}

.location-card .image img {
  aspect-ratio: calc(186 / 173);
  display: block;
  object-fit: cover;
  width: 100%;
}

.location-card .title {
  font-weight: 500;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.location-card .at-allstonway {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  gap: 7px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.location-card .at-allstonway:before {
  background: var(--primary-color);
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 6px;
  left: 0;
  width: 6px;
}

.location-card .short-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: -0.14px;
  margin: 15px 0 10px;
  padding-right: 40px;
}

.location-card .address {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 141.667%;
  margin: 15px 0 10px;
}

.location-card .address a {
}

.links-wrap,
.links-wrap a {
  font-size: 11.98px;
  font-weight: 400;
  letter-spacing: 0.719px;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.links-wrap {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

@media (max-width: 768px) {
  .section-wrap.neighborhood-map-section {
    margin-bottom: 30px;
  }

  .section-wrap.neighborhood-map-section .map-content-box {
    margin-bottom: 25px;
    width: 100%;
  }

  .map-container {
    height: 100vw;
    min-height: 300px;
  }

  .section-wrap.neighborhood-map-section .map-list-box {
    max-height: 60vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 25px;
    position: relative;
    width: 100%;
  }

  .section-wrap.neighborhood-map-section.map-mode .map-list-box {
    display: none;
  }

  .location-card .image {
    display: none;
  }

  .map-categories {
    display: none;
  }

  .section-wrap.neighborhood-map-section .content-block.map-filters-box {
    display: flex;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding: 0 25px 25px;
    width: 100%;
  }

  .map-modes-toggle {
    margin-top: 0;
    float: none;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Events Section -------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.public-art-section {
  padding: 0 80px;
}

.public-art-section .content-block.col-2-5 {
  max-width: 100%;
  width: 528px;
}

.public-art-section .content-block.col-2-5 h2 {
  margin-bottom: 60px;
}

.public-art-section .content-block.col-2-5 h3 {
  max-width: 290px;
}

.public-art-section .content-block.col-1 h4 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.12px;
  line-height: 112.5%;
  margin-top: 82px;
  text-transform: uppercase;
}

.artist-about-content {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0 auto;
  width: 1298px;
}

.artist-about-content .col:first-child p {
  max-width: 507px;
}

.artist-about-content .col.quote {
  background: url(/images/quote.svg) 0 0 no-repeat;
  max-width: 693px;
  padding-left: 112px;
}

.artist-about-content .col.quote p:first-child {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 116.667%;
  margin-bottom: 30px;
}

.artist-about-content .col.quote p.author {
  font-weight: 500;
  letter-spacing: 1.12px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .artist-about-content {
    width: calc(100% - 80px);
  }

  .artist-about-content .col.quote {
    max-width: 52%;
    padding-left: 92px;
  }

  .artist-about-content .col:first-child p {
    max-width: calc(100% - 60px);
  }
}

@media (max-width: 1200px) {
  .public-art-section {
    padding: 0 40px;
  }

  .artist-about-content {
    width: calc(100% - 160px);
  }
}

@media (max-width: 768px) {
  .public-art-section {
    margin-bottom: 50px;
    padding: 0 20px;
  }

  .public-art-section .content-block.col-2-5 h2 {
    margin-bottom: 30px;
  }

  .public-art-section .content-block.col-1 h4 {
    font-size: 10px;
    letter-spacing: 0.7px;
    margin: 30px 0;
  }

  .artist-about-content {
    display: block;
    margin-top: 20px;
    width: 100%;
  }

  .artist-about-content .col:not(.quote) {
    margin-bottom: 30px;
  }

  .artist-about-content .col:not(.quote) p {
    margin-right: 60px;
    max-width: 450px;
  }

  .artist-about-content .col.quote {
    background-size: 50px auto;
    max-width: 520px;
  }

  .artist-about-content .col.quote p:first-child {
    font-size: 26px;
    line-height: 131.25%;
    letter-spacing: -0.16px;
  }

  .artist-about-content .col.quote p.author {
    font-size: 12px;
  }

  .artist-about-content .col.quote p.signature img {
    max-width: 30vw;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Gallery Section ------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.gallery-section {
  margin-bottom: 80px;
  padding: 0 80px;
}

.gallery-section h2 {
  margin-bottom: 57px;
}

@media (max-width: 1200px) {
  .gallery-section {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .gallery-section {
    padding: 0 20px;
  }

  .gallery-section h2 {
    margin-bottom: 25px;
  }
}

.gallery-overview-block a {
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Join Us Section / Form ------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.join-us-section {
  background: var(--primary-color);
  color: #fff;
  margin-bottom: 0;
  padding: 75px 80px;
  position: relative;
}

body.viewing-page-homepage .join-us-section,
body.viewing-page-visit .join-us-section,
body.viewing-page-article-detail .join-us-section,
body.viewing-page-explore .join-us-section {
  display: none;
}

.join-us-section h2 {
  margin-bottom: 58px;
}

.join-us-section h2.line-heading:before {
  background: #fff;
}

.join-us-section h3 {
  max-width: 471px;
  margin-bottom: 30px;
}

.site-contact-form {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.site-contact-form.submitting:before {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

.site-contact-form .col {
  width: calc(50% - 12.5px);
}

.field-wrap:not(:last-child) {
  margin-bottom: 25px;
}

.field-wrap label {
  display: none;
}

::placeholder {
  color: #fff;
}

.error::placeholder {
  color: #ffade8;
}

.field-wrap input[type="text"],
.field-wrap input[type="email"],
.field-wrap input[type="zip"],
.select-wrap select,
.choices__inner,
.field-wrap textarea {
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 3px;
  border: 2px solid #fff;
  box-shadow: none;
  color: #fff;
  display: block;
  font-style: normal;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.55px;
  line-height: 120%;
  padding: 8px 10px;
  text-transform: uppercase;
  width: 100%;
}

.choices__placeholder {
  opacity: 1;
}

.choices__list--single {
  padding: 7px 0;
}

.choices[data-type*="select-one"]:after {
  display: none;
}

.field-wrap input[type="text"].error,
.field-wrap input[type="email"].error,
.field-wrap input[type="zip"].error,
.select-wrap select.error,
.field-wrap textarea.error {
  border-color: #ffade8;
  color: #ffade8;
}

.radioWrap,
.select-wrap {
  font-weight: 500;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.select-wrap label,
.radioWrap label:not(.radio) {
  margin-bottom: 15px;
  display: block;
}

.radioWrap label.radio {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  margin-right: 25px;
}

.radioWrap label.radio input {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  cursor: pointer;
  height: 26px;
  margin: 0;
  position: relative;
  width: 26px;
}

.radioWrap label.radio input::before {
  background: #fff;
  content: "";
  height: 20px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
  width: 20px;
}

.radioWrap label.radio input:checked::before {
  opacity: 1;
}

.choices__inner,
.select-wrap .select {
  background: transparent url(/images/white-arrow-down.svg) calc(100% - 10px)
    50% no-repeat;
  padding-right: 20px;
}

.choices__inner {
  padding-right: 47px;
  width: 245px;
}

.choices__list--dropdown .choices__item--selectable {
  color: #284614;
  padding-right: 0;
}

.submit-wrap {
  margin-top: 40px;
  width: 100%;
}

.thank-you-wrap,
.submitting-wrap {
  display: none;
  font-weight: 500;
  position: relative;
  z-index: 5;
}

.submitting-wrap .button,
.submit-button-wrap .button {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  border: 0;
  color: var(--primary-color);
  cursor: pointer;
  display: inline-flex;
  font-size: 19px;
  font-weight: 500;
  height: 43px;
  justify-content: center;
  letter-spacing: -0.19px;
  line-height: normal;
  width: 181px;
}

.thank-you-wrap {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 116.667%;
  margin-top: 25px;
  max-width: 735px;
}

.grecaptcha-badge {
  display: none !important;
  opacity: 0;
  pointer-events: none;
  right: 0 !important;
  visibility: hidden;
}

.event-date-field {
  align-items: center;
  display: flex;
  gap: 20px;
}

.event-date-field label {
  display: block;
  color: #fff;
}

.datefield {
  align-items: center;
  gap: 10px;
  display: flex;
}

#mc-embedded-subscribe-form .submit-wrap {
  margin: 0;
}

@media (max-width: 1200px) {
  .join-us-section {
    padding: 60px 40px;
  }
}

@media (max-width: 768px) {
  .join-us-section {
    padding: 40px 20px;
  }

  .join-us-section h2 {
    margin-bottom: 25px;
  }

  .field-wrap input[type="text"],
  .field-wrap input[type="email"],
  .field-wrap input[type="zip"],
  .select-wrap select,
  .choices__inner,
  .field-wrap textarea {
    font-size: 10px;
    letter-spacing: 0.4px;
    height: 38px;
  }

  .select-wrap .select,
  .choices__inner {
    background-size: 11px auto;
  }

  .submitting-wrap .button,
  .submit-button-wrap .button {
    font-size: 16px;
    height: 43px;
    width: 113px;
  }

  .select-wrap label,
  .radioWrap {
    font-size: 10px;
    letter-spacing: 0.4px;
  }

  .select-wrap label,
  .radioWrap label:not(.radio) {
    margin-bottom: 12px;
  }

  .radioWrap label.radio {
    gap: 6px;
    margin-right: 17px;
  }

  .radioWrap label.radio input {
    height: 16px;
    width: 16px;
  }

  .radioWrap label.radio input::before {
    height: 10px;
    width: 10px;
  }

  .submit-wrap {
    margin-top: 10px;
  }
}

@media (max-width: 550px) {
  .site-contact-form {
    display: block;
  }

  .site-contact-form .col {
    margin-bottom: 20px;
    width: 100%;
  }

  .site-contact-form .col:last-child {
    margin-bottom: 0;
  }

  .field-wrap:not(:last-child) {
    margin-bottom: 20px;
  }

  .submit-wrap {
    margin-top: 40px;
  }

  .thank-you-wrap {
    font-size: 20px;
    margin-top: 55px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Instagram Feed Section ------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.instagram-feed-section {
  padding: 75px 0 60px;
}

.instagram-feed-section h3 {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 20px;
  letter-spacing: 1.12px;
  margin-bottom: 40px;
  margin-left: 80px;
  margin-right: 80px;
  text-transform: uppercase;
}

.social-feed-container {
  height: 300px;
  overflow: hidden;
  position: relative;
  transition: opacity 0.2s ease;
}

.social-feed-container:not(.show) {
  opacity: 0;
}

.social-feed-container .flickity-viewport {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
}

.social-feed-item {
  aspect-ratio: 1;
  min-width: 340px;
  width: 340px;
  padding: 0 20px;
}

.social-feed-item img {
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1200px) {
  .instagram-feed-section {
    padding: 60px 0 40px;
  }

  .instagram-feed-section h3 {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 550px) {
  .instagram-feed-section {
    padding: 60px 0 40px;
  }

  .instagram-feed-section h3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .social-feed-item {
    aspect-ratio: 1;
    min-width: 320px;
    width: 320px;
    padding: 0 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* TEMP HIDING OF CERTAIN SECTIONS --------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.hide {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Visit Page ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.viewing-page-visit .content-block h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 1.61px;
  text-transform: uppercase;
}

body.viewing-page-visit .content-block p {
  font-size: 35px;
  font-weight: 500;
  line-height: 137.143%;
  margin-bottom: 40px;
}

.section-wrap.visit-lower-section {
  padding-top: 50px;
}

.section-wrap.visit-lower-section p {
  padding-right: 80px;
}

@media (max-width: 768px) {
  .visit-intro-section {
    padding-top: 50px;
  }

  body.viewing-page-visit .content-block h3 {
    font-size: 14px;
    margin-bottom: 3px;
  }

  body.viewing-page-visit .content-block p {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Weather Information Bar ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#weather-information-bar {
  background: var(--primary-color);
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -0.35px;
  margin: 0;
  padding: 40px 0;
}

#weather-information-bar .content-block {
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: center;
}

.material-symbols-outlined.weather-icon {
  font-size: 44px;
}

.outer-ticker {
  align-items: center;
  animation: ticker-scroll 40s linear infinite;
  display: flex;
  gap: 100px;
  white-space: nowrap;
}

.ticker-item {
  display: flex;
  align-items: center;
  gap: 40px;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  } /* because we duplicated the items */
}

@media (max-width: 768px) {
  #weather-information-bar {
    font-size: 19.5px;
    letter-spacing: 0;
  }

  .material-symbols-outlined.weather-icon {
    font-size: 25px;
  }

  #weather-information-bar .content-block {
    margin-bottom: 0;
  }
}

.custom-getting-here-map {
  height: 60vh;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Discover Allstonway Row ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.discover-allstonway-row {
  margin-bottom: 27px;
}

.section-wrap.discover-allstonway-row.last-row {
  margin-bottom: 0;
}

.section-wrap.discover-allstonway-row .section-wrap-inner {
  position: relative;
}

.section-wrap.discover-allstonway-row:not(.last-row) .section-wrap-inner:after {
  border-bottom: 1px solid var(--primary-color);
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto;
  width: calc(100% - 64px);
}

.section-wrap.discover-allstonway-row .content-block {
  margin-bottom: 27px;
}

.section-wrap.discover-allstonway-row .col-3-5 img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.section-wrap.discover-allstonway-row .col-2-5 {
  padding-top: 17px;
}

.section-wrap.discover-allstonway-row .col-2-5 h4 {
  color: rgba(40, 70, 20, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.12px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.section-wrap.discover-allstonway-row .col-2-5 h3 {
  margin-bottom: 35px;
}

.section-wrap.discover-allstonway-row .col-2-5 p:last-child {
  margin-top: 40px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Art That Endures ------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.art-that-endures-section {
  background: var(--primary-color);
  color: #fff;
  padding: 78px 0 60px;
}

.section-wrap.art-that-endures-section h2 {
  margin: 17px 0 40px;
}

.section-wrap.art-that-endures-section h3 {
  margin-bottom: 25px;
}

.section-wrap.art-that-endures-section a {
  border-bottom: 1px solid transparent;
  color: inherit;
}

.section-wrap.art-that-endures-section a:hover {
  border-bottom: 1px solid #fff;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Featured Artists Selector --------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.featured-artists-selector-section {
  padding-top: 0;
}

.section-wrap.featured-artists-selector-section h4 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.12px;
  margin-bottom: 45px;
  text-transform: uppercase;
}

.section-wrap.featured-artists-selector-section p {
  display: inline-block;
  margin: 0 70px 0 0;
  vertical-align: middle;
}

.section-wrap.featured-artists-selector-section p:last-child {
  margin-right: 0;
}

.section-wrap.featured-artists-selector-section a {
  border-bottom: 2px solid transparent;
  color: var(--primary-color);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.23px;
  opacity: 0.5;
  transition:
    border 0.2s ease,
    opacity 0.2s ease;
}

.section-wrap.featured-artists-selector-section a:hover,
.section-wrap.featured-artists-selector-section a.selected {
  border-bottom: 2px solid var(--primary-color);
  opacity: 1;
}

.section-wrap.featured-artists-lower-section .quote-col {
  padding-left: 80px;
  position: relative;
}

.section-wrap.featured-artists-lower-section .quote-col p.blockquote {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.23px;
  line-height: 126.8%;
  margin-bottom: 30px;
}

.section-wrap.featured-artists-lower-section .quote-col p.blockquote:before {
  content: "“";
  font-size: 123px;
  font-weight: 500;
  left: 0;
  letter-spacing: -1.23px;
  line-height: 100%;
  position: absolute;
  top: -15px;
}

.section-wrap.featured-artists-lower-section .section-wrap-inner {
  margin: 0 auto;
  max-width: calc(100vw - 50px);
  width: 1368px;
}

.section-wrap.featured-artists-lower-section .quote-col img {
  width: 170px;
  display: block;
}

.section-wrap.featured-artists-lower-section .quote-col .em {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.84px;
  margin-top: 15px;
  text-transform: uppercase;
}

.section-wrap.featured-artists-gallery.jeff-fossett,
.section-wrap.featured-artists-lower-section.jeff-fossett-content {
  display: none;
}

@media (max-width: 768px) {
  .section-wrap.featured-artists-selector-section .content-block:first-child {
    border-top: 2px solid var(--primary-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 25px;
    width: 100%;
  }

  .section-wrap.featured-artists-selector-section h4 {
    width: 100%;
  }

  .section-wrap.featured-artists-selector-section p {
    margin: 0;
  }
}

.three-column-link-blocks .content-block figure {
  flex: 1 1 auto;
  aspect-ratio: 398/530;
  && img {
    height: 100% !important;
    object-fit: cover !important;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> Map Content Styles ---------------------------------------------------------------------------------- */
#map-contents .content-block p {
  color: var(--primary-color);
  font-family: var(--default-font-family);
  font-size: 21px;
  font-weight: var(--default-font-weight);
  letter-spacing: -0.16px;
  line-height: 1.6;
  margin: 0 0 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  hyphens: auto;
}

#map-contents .content-block ul {
  margin: 0 0 16px;
  padding: 0 0 0 1.25rem; /* give left padding so the bullet is visible */
  list-style-type: disc;
  list-style-position: outside;
}

#map-contents .content-block ul li {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-family: var(--default-font-family);
  font-size: 21px;
  font-weight: var(--default-font-weight);
  line-height: 1.6;
  letter-spacing: -0.16px;
  display: list-item; /* ensure browser renders the marker */
}

/* Marker color for modern browsers */
#map-contents .content-block ul li::marker {
  color: var(--primary-color);
}

/* Responsive sizing */
@media (max-width: 768px) {
  #map-contents .content-block p,
  #map-contents .content-block ul li {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    max-width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Section -> The Coop Placeholder Image -------------------------------------------------------------------------- */
#the-coop .image-with-caption {
  position: relative;
  overflow: hidden;
}

/* blur the underlying img and slightly scale to hide edges from blur */
#the-coop .image-with-caption img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(6px);
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transition: none;
}

/* dark overlay (under the text) */
#the-coop .image-with-caption::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}

/* centered "Coming soon" label */
#the-coop .image-with-caption::after {
  content: "Coming soon";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(
    --default-font-family,
    "Euclid Circular B",
    Arial,
    sans-serif
  );
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 1px;
  z-index: 2;
  pointer-events: none;
}

/* Responsive sizing */
@media (max-width: 768px) {
  #the-coop .image-with-caption::after {
    font-size: 20px;
  }
}

.summaryTextSection .content-block ul {
  display: flex;
  gap: 70px;
  padding-left: 0px !important;
  && li {
    list-style: none !important;
  }
}

.no-press-message {
  text-align: center;
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
}

.image-bottom img {
  object-position: bottom;
}

.bottom-logo {
  object-fit: contain;
  height: 25px;
  width: auto;
}
.lower-footer .right-content-wrap {
  display: flex;
  column-gap: 40px;
  flex-wrap: wrap;
  justify-content: end;
  width: 100%;
  @media screen and (max-width: 768px) {
    justify-content: start;
    flex-direction: column-reverse;
    .logos {
      border-top: 1px solid #fff;
      margin-top: 30px;
      padding-top: 30px;
      width: 100%;
      li {
        display: block;
      }
    }
  }
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Accessibility: Focus Indicators --------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* Provide a clear focus indicator for keyboard users across all focusable elements */
:focus-visible {
  outline: 3px solid var(--primary-color, #284614) !important;
  outline-offset: 3px !important;
}

/* Specific focus indicator for footer elements (white on dark background) */
.footer :focus-visible,
.footer a:focus-visible,
.footer button:focus-visible,
.footer input:focus-visible,
.footer select:focus-visible,
.footer textarea:focus-visible {
  outline: 3px solid #fff !important;
}

/* Ensure buttons and inputs that had outline: none explicitly removed still get the indicator */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.choices__inner:focus-within {
  outline: 3px solid var(--primary-color, #284614) !important;
  outline-offset: 3px !important;
}

.viewing-page-events .upper-footer {
  border-color: transparent !important;
}

.event-overlay a {
  color: white !important;
  &:hover {
    opacity: 0.9;
  }
}
.event-overlay .arrow-button {
  display: none;
}
