/*
TEMPORARY FONT IMPORT, please remove after
font-family: "azo-sans-web", sans-serif;;
*/
@import url("https://use.typekit.net/udq2fkx.css");
/*
CHANGE
font-family: Azo Sans, "azo-sans-web", sans-serif;
TO
font-family: Azo Sans;
*/
.header-temp-events-calendar {
  height: 70vh;
  width: 100%;
  position: relative;
  z-index: 2;
  background-image: url("../../img/2024_November_Opening_Day_Celebrating_20_Years_GS-scaled-1.jpg");
}

.events-h3 {
  font-family: "FreightBig Pro Book";
  text-transform: none !important;
  font-weight: 600 !important;
  font-size: 54px !important;
  font-style: italic;
  text-transform: uppercase;
}
span.events-badge {
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #BF8D2C;
}
span.events-badge.highlight {
  background-color: #F2661A;
}
.events-popup .thumbnail, .events-card .thumbnail, .events-popup__mobile .thumbnail {
  width: 100%;
  height: 338px;
  position: relative;
}
.events-popup .thumbnail-img, .events-card .thumbnail-img, .events-popup__mobile .thumbnail-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-popup .thumbnail-overlay, .events-card .thumbnail-overlay, .events-popup__mobile .thumbnail-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 9, 9, 0.4);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.events-popup .thumbnail-overlay__month, .events-card .thumbnail-overlay__month, .events-popup__mobile .thumbnail-overlay__month {
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

.events-popup .thumbnail-overlay__month.light, .events-card .thumbnail-overlay__month.light, .events-popup__mobile .thumbnail-overlay__month.light {
  font-size: 18px;
  font-style: italic;
}
.events-popup .thumbnail-overlay__date, .events-card .thumbnail-overlay__date, .events-popup__mobile .thumbnail-overlay__date {
  font-family: "FreightBig Pro Book";
  font-size: 70px;
  line-height: 120px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  text-align: center;
}

.events-featured .events-card .thumbnail-overlay__date {
  line-height: normal;
  margin: 20px 0;
}
.events-featured .events-card .thumbnail-overlay__date.size-2 {
  font-size: 50px
}
.events-featured .events-card .thumbnail-overlay__date.size-3 {
  font-size: 30px
}

.events-popup .thumbnail-overlay__day, .events-card .thumbnail-overlay__day, .events-popup__mobile .thumbnail-overlay__day {
  font-family: "FreightBig Pro Book";
  font-size: 70px;
  line-height: 82px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  text-align: center;
}
.events-popup .thumbnail span.events-badge, .events-card .thumbnail span.events-badge, .events-popup__mobile .thumbnail span.events-badge {
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 1;
}
.events-popup .thumbnail span.events-badge:last-of-type:not(:first-of-type), .events-card .thumbnail span.events-badge:last-of-type:not(:first-of-type), .events-popup__mobile .thumbnail span.events-badge:last-of-type:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: unset;
  right: 24px;
  z-index: 1;
}
.events-popup .details-title, .events-card .details-title, .events-popup__mobile .details-title {
  margin: 0;
  margin-top: 34px;
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  color: #BF8D2C;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.events-popup .details-time, .events-card .details-time, .events-popup__mobile .details-time {
  margin-top: 8px;
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1.2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.events-popup .details-description, .events-card .details-description, .events-popup__mobile .details-description {
  margin-top: 12px;
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  color: #585F5D;
  font-size: 16px;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.events-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  width: 100%;
}
.events-card .btn {
  display: block;
  font-family: Azo Sans, "azo-sans-web", sans-serif;
}
.events-popup {
  position: absolute;
  display: none;
  top: 30%;
  transform: translateY(-30%);
  width: 425px;
  min-height: 562px;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FAF8F5;
  box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.25);
}
.events-popup .details-title, .events-popup .details-time, .events-popup .details-description {
  padding: 0 24px;
}
.events-popup__mobile {
  position: absolute;
  display: none;
  top: 100%;
  margin-top: 16px;
  width: 100%;
  max-width: 425px;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FAF8F5;
  box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.25);
}
.events-popup__mobile .details-title, .events-popup__mobile .details-time, .events-popup__mobile .details-description {
  padding: 0 24px;
}
div.events-listcard {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EFF0EF;
  cursor: default;
}
div.events-listcard .thumbnail-listcard {
  width: 260px;
  height: 272px;
  position: relative;
}
div.events-listcard .thumbnail-listcard .thumbnail-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div.events-listcard .thumbnail-listcard span.events-badge {
  display: none;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 1;
}
div.events-listcard .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
div.events-listcard .details .top {
  height: 56px;
  width: 100%;
  display: flex;
  gap: 18px;
}
div.events-listcard .details .reverse {
  display: flex;
  flex-direction: column;
}
div.events-listcard .details .bottom {
  display: flex;
  flex-direction: column;
}
div.events-listcard .details-time {
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1.2px;
}
div.events-listcard .details-title {
  margin: 4px 0 10px;
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  color: #BF8D2C;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.events-listcard .details-description {
  margin: 0;
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  color: #585F5D;
  font-size: 16px;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.events-listcard .details .btn {
  margin-top: 8px;
  font-family: Azo Sans, "azo-sans-web", sans-serif;
}

.no-events-disclaimer {
  font-size: 35px;
  color: #202020;
  font-weight: 400;
  letter-spacing: normal;
}
@media (max-width: 820px) {
  .no-events-disclaimer {
    font-size: 22px;
  }
  .events-h3 {
    font-size: 30px;
  }
  span.events-badge {
    padding: 12px;
    font-size: 12px;
  }
  .events-popup .thumbnail, .events-card .thumbnail, .events-popup__mobile .thumbnail {
    height: 274px;
  }
  .events-popup .thumbnail span.events-badge, .events-card .thumbnail span.events-badge, .events-popup__mobile .thumbnail span.events-badge {
    left: 16px;
  }
  .events-popup .details-title, .events-card .details-title, .events-popup__mobile .details-title {
    margin-top: 24px;
    font-size: 16px;
  }
  .events-popup .details-time, .events-card .details-time, .events-popup__mobile .details-time {
    margin-top: 4px;
    font-size: 12px;
  }
  .events-popup .details-description, .events-card .details-description, .events-popup__mobile .details-description {
    margin-top: 12px;
    font-size: 12px;
  }
  .events-popup__mobile .thumbnail-overlay__month {
    font-size: 24px;
    line-height: 24px;
  }
  .events-popup__mobile .thumbnail-overlay__day {
    font-size: 52px;
    line-height: 52px;
  }
  .events-popup__mobile .thumbnail-overlay__date {
    font-size: 70px;
    line-height: 120px;
  }
  div.events-listcard {
    flex-direction: column;
    gap: 8px;
  }
  div.events-listcard .thumbnail-listcard {
    width: 100%;
    height: 275px;
  }
  div.events-listcard .thumbnail-listcard span.events-badge {
    display: block;
  }
  div.events-listcard .details .top {
    display: none;
  }
  div.events-listcard .details .reverse {
    flex-direction: column-reverse;
  }
  div.events-listcard .details-time {
    font-size: 12px;
  }
  div.events-listcard .details-title {
    margin: 0;
    font-size: 16px;
  }
  div.events-listcard .details-description {
    margin-top: 10px;
    font-size: 12px;
    line-height: normal;
    -webkit-line-clamp: 4;
  }
}

.events-search {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  width: 100%;
  padding: 0 60px;
}
.events-search__container {
  background-color: #FAF8F5;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.events-search__container input[type=text] {
  border-radius: 0;
}
.events-search__container .input-container {
  flex: 1;
  position: relative;
  display: flex;
}
.events-search__container .input-container::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  align-self: center;
  background-image: url("../../img/search.svg");
  background-size: cover;
  z-index: 1;
}
.events-search__container .input-field {
  width: 100%;
  padding: 16px 20px 16px 36px;
  border: none;
  border-radius: none !important;
  outline: none;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  background: #fff;
  border: 1px solid #DFDFDF;
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  font-size: 16px;
  color: #202020;
}
.events-search__container .input-field::-moz-placeholder {
  color: #9F9F9F;
}
.events-search__container .input-field::placeholder {
  color: #9F9F9F;
}
.events-search__container .dropdown-container {
  width: 35%;
  display: flex;
  position: relative;
}
.events-search__container .dropdown-button {
  width: 100%;
  padding: 16px 20px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  background: #fff;
  border: 1px solid #DFDFDF;
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  font-size: 16px;
  color: #9F9F9F;
}
.events-search__container .dropdown-button span {
  color: #202020;
}
.events-search__container .dropdown-button::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../../img/chevron-down.svg");
  background-size: cover;
}
.events-search__container .dropdown-items {
  position: absolute;
  padding: 16px 20px;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  border: 1px solid #DFDFDF;
  bottom: 1px;
  transform: translateY(100%);
  display: none;
}
.events-search__container .dropdown-items.show {
  display: block;
}
.events-search__container .dropdown-items ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.events-search__container .dropdown-items li {
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  font-size: 16px;
  color: #202020;
  cursor: default;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.events-search__container .dropdown-items li:hover {
  opacity: 0.7;
}
.events-search__container .dropdown-items .option::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: cover;
  margin-right: 16px;
}
.events-search__container .dropdown-items .family.option::before {
  background-image: url("../../img/family.svg");
}
.events-search__container .dropdown-items .adventure.option::before {
  background-image: url("../../img/adventure.svg");
}
.events-search__container .dropdown-items .entertainment.option::before {
  background-image: url("../../img/entertainment.svg");
}
.events-search__container .dropdown-items .holiday.option::before {
  background-image: url("../../img/holiday.svg");
}
.events-search__container .dropdown-items .wellness.option::before {
  background-image: url("../../img/wellness.svg");
}
.events-search__container .dropdown-items .food.option::before {
  background-image: url("../../img/food.svg");
}
.events-search__container button {
  font-family: Azo Sans, "azo-sans-web", sans-serif;
}
@media (max-width: 1280px) {
  .events-search {
    padding: 0 40px;
  }
}
@media (max-width: 820px) {
  .events-search {
    padding: 0 24px;
  }
  .events-search__container {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .events-search__container .dropdown-container {
    width: 100%;
  }
  .events-search__container button {
    margin-top: 8px;
  }
}

div.events-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: 1px solid #EFF0EF;
  border-bottom: none;
}
.events-calendar__header {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  border-bottom: 1px solid #EFF0EF;
}
.events-calendar__header-mobile {
  display: none;
}
span.events-calendar__day {
  grid-column: span 1;
  padding: 20px 8px;
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1.2px;
}
.events-calendar__day:not(:last-child) {
  border-right: 1px solid #EFF0EF;
}
.events-calendar__body {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
}
.events-calendar div.events-calendar__date {
  grid-column: span 1;
  border-bottom: 1px solid #EFF0EF;
  padding: 0 8px;
}
/*.events-calendar div.events-calendar__date.selected {*/
/*  background-color:#BF8D2C;*/
/*}*/
span.events-calendar__date-number {
  display: flex;
  margin: 0 -8px;
  padding: 16px 8px;
  font-family: "FreightBig Pro Book";
  font-size: 64px;
  font-style: italic;
  font-weight: 500;
  color: #BF8D2C;
  text-align: start;
}
div.events-listcard .middle {
  display: flex;
  align-content: center;
  flex-direction: column;
  margin: 5px 0;
}
div.events-listcard .details .light {
  opacity: 75%;
}
div.events-calendar__date--other-month span.events-calendar__date-number, span.events-calendar__date-number.light {
  color: #EFF0EF;
}
.events-calendar__date:not(:nth-child(7n)) {
  border-right: 1px solid #EFF0EF;
}
ul.events-calendar__events {
  list-style: none;
  margin: 0;
  padding: 0 8px;
  border-top: 1px solid #EFF0EF;
}
li.events-calendar__event {
  height: 45px;
  margin: 24px 0;
  position: relative;
  cursor: pointer;
}
time.events-calendar__event-time {
  height: 17.5px;
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  color: #BF8D2C;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.events-calendar__event-title {
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  color: #202020;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
li.events-calendar__event:hover a.events-calendar__event-title {
  color: #202020;
  text-decoration: underline;
}
li.events-calendar__event:hover .events-popup {
  display: block;
}
li.events-calendar__event.popup-right .events-popup {
  left: 100%;
  margin-left: 8px;
}
li.events-calendar__event.popup-left .events-popup {
  right: 100%;
  margin-right: 8px;
}
.events-calendar__mobile {
  list-style: none;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.events-calendar__mobile-time {
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  color: #BF8D2C;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.events-calendar__mobile-title {
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.events-calendar__mobile:hover .events-calendar__mobile-title {
  color: #202020;
  text-decoration: underline;
}
.events-calendar__mobile:hover .events-popup__mobile {
  display: block;
}
.event-indicator-container {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 10px;
  --indicator-color: #BF8D2C;
}
.light.event-indicator-container:not(.selected .event-indicator-container) {
  opacity: 50%;
}
.selected .event-indicator-container {
  --indicator-color: #ffffff;
}
.event-indicator {
  background-color: var(--indicator-color);
  border: 1px solid var(--indicator-color);
  padding: 2px;
  border-radius: 50%;
}
/*.selected .event-indicator {*/
/*  background-color: #ffffff;*/
/*}*/
@media (min-width: 821px) {
  .events-calendar__mobile {
    display: none;
  }
  .mobile-element {
    display: none;
  }
  div.events-calendar__date--current span.events-calendar__date-number, span.events-calendar__date-number.today {
    background-color: #BF8D2C;
    color: #ffffff;
  }
}
@media (max-width: 820px) {
  .events-calendar__day {
    font-size: 12px;
    text-align: center;
  }
  .events-calendar__date {
    grid-column: span 1;
    border-bottom: 1px solid #EFF0EF;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .events-calendar div.events-calendar__date.selected {
    background-color:#BF8D2C;
  }
  .events-calendar div.events-calendar__date.selected span.events-calendar__date-number {
    color: #EFF0EF;
  }
  span.events-calendar__date-number {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: "FreightBig Pro Book";
    font-size: 20px;
    font-style: none;
    font-weight: 500;
    color: #BF8D2C;
  }
  ul.events-calendar__events {
    display: none;
  }
}
@media (max-width: 425px) {
  .events-calendar__header {
    display: none;
  }
  .events-calendar__header-mobile {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1/-1;
    border-bottom: 1px solid #EFF0EF;
  }
  .events-calendar__date {
    grid-column: span 1;
  }
  span.events-calendar__date-number {
    padding: 8px 0;
    font-size: 16px;
  }
}

div.events-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

div.events-list.margin-add {
  margin: 0 40px;
}

div.events-list.center {
  width: 90%;
  margin: auto;
}
div.events-list__dates {
  overflow: hidden;
  border: 1px solid #EFF0EF;
  position: relative;
}
div.events-list__dates-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.events-list__dates .left {
  left: 0;
  box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.08);
}
.events-list__dates .left::after {
  content: "";
  top: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #BF8D2C;
  -webkit-mask: url("../../img/chevron-left.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../../img/chevron-left.svg") no-repeat center;
          mask: url("../../img/chevron-left.svg") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.events-list__dates .end.left::after, .events-list__dates .end.right::after {
  background-color: #DFDFDF;
}
.events-list__dates .right {
  right: 0;
  box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.08);
}
.events-list__dates .right::after {
  content: "";
  top: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #BF8D2C;
  -webkit-mask: url("../../img/chevron-right.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../../img/chevron-right.svg") no-repeat center;
          mask: url("../../img/chevron-right.svg") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
div.events-list__container {
  display: flex;
  flex-direction: row;
  padding: 0 32px;
  z-index: 0;
}
div.events-list__container.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transform: scale(0.95);
}
div.events-list__date {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 10px;
}
div.events-list__date.selected {
  background-color: #BF8D2C;
}
.events-list__date-day {
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  color: #202020;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
}
.events-list__date-number {
  width: 50px;
  font-family: "FreightBig Pro Book";
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  color: #BF8D2C;
  line-height: 40px;
  text-align: center;
}
.events-list__date-number {
  width: 50px;
  font-family: "FreightBig Pro Book";
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  color: #BF8D2C;
  line-height: 40px;
  text-align: center;
}
.no-events .events-list__date-number {
  color: #bf8d2c8c;
}
.events-list__date-weekday {
  width: 80px;
  font-family: "FreightBig Pro Book";
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  color: #BF8D2C;
  line-height: 40px;
  text-align: center;
}
div.events-list__date:not(:last-child) {
  border-right: 1px solid #EFF0EF;
}
div.events-list__date.selected {
  background-color: #BF8D2C;
}
.events-list__date.selected .events-list__date-day, .events-list__date.selected .events-list__date-number, .events-list__date.selected .events-list__date-weekday {
  color: #ffffff;
}
ul.events-list__items {
  margin-top: 50px;
}
ul.events-list__items li {
  margin-top: 16px;
}
div.events-list__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  padding: 0;
}
@media (max-width: 820px) {
  div.events-list__date {
    gap: 0px;
  }
  .events-list__date-day {
    font-size: 10px;
  }
  .events-list__date-number {
    font-size: 20px;
    line-height: 20px;
  }
  .events-list__date-weekday {
    width: 70px;
  }
}

.drag-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  transition: all 0.2s;
  transform: scale(1);
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.drag-scroll::-webkit-scrollbar {
  display: none;
}

section:first-of-type:not(.header-temp-events-calendar) {
  margin-top: 90px;
}

.events-featured {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  z-index: 1;
}
.events-featured h3 {
  padding: 0 60px;
}
.events-featured .events-slider {
  width: 100%;
  overflow: hidden;
}
.events-featured .events-slider__controls {
  display: none;
  padding: 0 16px;
  justify-content: space-between;
}
.events-featured .events-slider__controls.hide {
  display: none;
}
.events-featured .events-slider__controls-arrow {
  cursor: pointer;
}
.events-featured .events-slider__controls .end.left::after, .events-featured .events-slider__controls .end.right::after {
  background-color: #DFDFDF;
}
.events-featured .events-slider__controls .left {
  left: 0;
}
.events-featured .events-slider__controls .left::after {
  content: "";
  top: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #BF8D2C;
  -webkit-mask: url("../../img/chevron-left.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../../img/chevron-left.svg") no-repeat center;
          mask: url("../../img/chevron-left.svg") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.events-featured .events-slider__controls .right {
  right: 0;
}
.events-featured .events-slider__controls .right::after {
  content: "";
  top: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #BF8D2C;
  -webkit-mask: url("../../img/chevron-right.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../../img/chevron-right.svg") no-repeat center;
          mask: url("../../img/chevron-right.svg") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.events-featured .events-slider__container {
  padding: 0 60px;
  display: grid;
  grid-auto-columns: 425px;
  grid-auto-flow: column;
  grid-template-rows: auto auto auto auto auto;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.events-featured .events-slider__container.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
@media (max-width: 1280px) {
  .events-featured {
    gap: 40px;
  }
  .events-featured h3 {
    padding: 0 40px;
  }
  .events-featured .events-slider__container {
    padding: 0 40px;
  }
}
@media (max-width: 820px) {
  section:first-of-type:not(.header-temp-events-calendar) {
    margin-top: 180px;
  }
  .events-featured {
    margin-top: 180px;
    gap: 32px;
  }
  .events-featured h3 {
    padding: 0 24px;
  }
  .events-featured .events-slider__controls {
    display: flex;
  }
  .events-featured .events-slider__container {
    padding: 0 24px;
  }
}
@media (max-width: 425px) {
  .events-featured .events-slider__container {
    grid-auto-columns: minmax(85vw, min(85vw, 425px));
  }
}

.events-recurring {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 60px;
}
.events-recurring .events-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: 1px solid #EFF0EF;
}
.events-recurring .events-week__item {
  grid-column: span 1;
  padding: 16px 8px;
}
.events-recurring .events-week__item .item-header {
  padding-bottom: 24px;
  border-bottom: 1px solid #EFF0EF;
  display: flex;
}
.events-recurring .events-week__item .item-header span {
  width: 100%;
  text-overflow: ellipsis !important;
  font-family: "FreightBig Pro Book";
  font-size: 32px;
  font-style: italic;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: #BF8D2C;
}
.events-recurring .events-week__item:not(:last-child) {
  border-right: 1px solid #EFF0EF;
}
.events-recurring .events-list {
  display: none;
}
@media (max-width: 1280px) {
  .events-recurring {
    gap: 40px;
    padding: 40px;
  }
  .events-recurring .events-week__item .item-header span {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .events-recurring {
    gap: 24px;
    padding: 24px;
  }
  .events-recurring .events-list {
    display: flex;
  }
  .events-recurring .events-week {
    display: none;
  }
}

.events-month {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /*gap: 80px;*/
  padding: 60px;
  display: flex;
}
.events-month__header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
}
.events-month__label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 32px;
}
.events-month__label h3 {
  margin: 0;
}
.events-month__label-navigation {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.events-month__label-navigation button {
  cursor: pointer;
  background-color: #DFDFDF;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
}
.events-month__label-navigation button:hover {
  background-color: #9f9f9f;
}
.events-month__label-navigation button:disabled {
  background-color: #ececec;
}
.events-month__label-navigation button.left {
  justify-content: start;
  padding-left: 3px;
}
.events-month__label-navigation button.right {
  justify-content: end;
  padding-right: 3px;
}
.events-month__label-navigation button img {
  width: 32px;
  height: 32px;
}
.events-month__view {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 50px;
}
.events-month__view-type {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Azo Sans, "azo-sans-web", sans-serif;
  color: #9F9F9F;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.events-month__view-type::before {
  content: "";
  top: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #9F9F9F;
  margin-bottom: 10px;
}
.events-month__view-type.month::before {
  -webkit-mask: url("../../img/month.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../../img/month.svg") no-repeat center;
          mask: url("../../img/month.svg") no-repeat center;
  mask-size: contain;
}
.events-month__view-type.list::before {
  -webkit-mask: url("../../img/list.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../../img/list.svg") no-repeat center;
          mask: url("../../img/list.svg") no-repeat center;
  mask-size: contain;
}
.events-month__view .selected.events-month__view-type {
  color: #BF8D2C !important;
}
.events-month__view .selected.events-month__view-type::before {
  background-color: #BF8D2C !important;
}
.events-month__wrapper div.events-list__items {
  display: none;
}
.mobile-only {
  display: none;
}
@media (max-width: 1280px) {
  .events-month {
    padding: 40px;
  }
  .events-month__label {
    gap: 16px;
  }
  .events-month__label-navigation {
    gap: 8px;
  }
  .events-month__label-navigation button {
    padding: 0;
    width: 32px;
    height: 32px;
  }
  .events-month__label-navigation button img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 820px) {
  .events-month {
    gap: 32px;
    padding: 40px 24px;
  }
  .events-month__view {
    gap: 8px;
    align-items: center;
  }
  .events-month__view-type {
    font-size: 0px;
  }
  .events-month__view-type::before {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
  }
  .events-month__wrapper div.events-list__items {
    display: flex;
  }
  .mobile-only {
    display: block;
  }
}

.btn-primary {
  background-color: #BF8D2C !important;
  color: #fff !important;
  border: 2px solid #BF8D2C !important;
}

.btn-primary:hover {
  background-color: transparent !important;
  border: solid 2px #BF8D2C !important;
  color: #202020 !important;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;

  position: absolute;
  top: 25%;
  left: 45%;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.text-medium {
  font-size: 25px;
}

.load-fade>*:not(.loader) {
  opacity: .55;
}

.hide,div.hide {
  display: none;
}
/*# sourceMappingURL=events.css.map */
