@media screen and (max-width: 782px) {
  html #wpadminbar {
    top: 0 !important;
    position: fixed;
  }
}
html ::-webkit-scrollbar {
  width: 0.625rem;
  padding: 0.0625rem;
  margin-left: 0.0625rem;
  border-radius: 100%;
  max-height: 0.625rem;
}
@media only screen and (max-width: 991px) {
  html ::-webkit-scrollbar {
    width: 0.5rem;
  }
}
html ::-webkit-scrollbar-thumb {
  background: #910002;
}
html ::-webkit-scrollbar-thumb:hover {
  background: #910002;
}
html #main {
  padding-top: 150px;
  transition: 0.3s ease-in-out all;
}
@media only screen and (max-width: 991px) {
  html #main {
    padding-top: 80px;
  }
}
html .site-component-container {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container {
    padding-bottom: 30px;
  }
}
html .site-component-container a {
  font-weight: 550;
  text-decoration: none;
  color: #910002;
  transition: 0.3s ease-in-out all;
  opacity: 1;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
html .site-component-container a:hover {
  opacity: 0.5;
  transition: 0.3s ease-in-out all;
}
html .site-component-container a:not(.standard-button)[target="_blank"]:not([href$=".pdf"])::after,
html .site-component-container a:not(.standard-button)[target="_blank"][href$=".pdf"]::after,
html .site-component-container a:not(.standard-button)[href$=".pdf"]::after {
  display: inline-block;
  height: auto;
  line-height: 0.75;
  vertical-align: middle;
  position: relative;
  filter: invert(19%) sepia(23%) saturate(7412%) hue-rotate(340deg) brightness(78%) contrast(128%);
  margin-left: 7px;
}
html .site-component-container a:not(.standard-button)[target="_blank"]:not([href$=".pdf"])::after {
  content: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z'/></svg>");
  width: 17px;
}
@media only screen and (max-width: 991px) {
  html .site-component-container a:not(.standard-button)[target="_blank"]:not([href$=".pdf"])::after {
    width: 15px;
  }
}
html .site-component-container a:not(.standard-button)[target="_blank"][href$=".pdf"]:after,
html .site-component-container a:not(.standard-button)[href$=".pdf"]:after {
  content: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M64 464l48 0 0 48-48 0c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 304l-48 0 0-144-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z'/></svg>");
  width: 19px;
  margin-left: 0.25em;
}
@media only screen and (max-width: 991px) {
  html .site-component-container a:not(.standard-button)[target="_blank"][href$=".pdf"]:after,
  html .site-component-container a:not(.standard-button)[href$=".pdf"]:after {
    width: 16px;
  }
}
html .site-component-container .site-component-row {
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
  width: 100%;
}
html .site-component-container .site-component-row.wide {
  max-width: 87.5rem;
}
html .site-component-container .site-component-row.standard {
  max-width: 73.125rem;
}
html .site-component-container .site-component-row h2.title,
html .site-component-container .site-component-row .text-content h2 {
  margin-bottom: 50px;
  position: relative;
  font-weight: bold;
}
html .site-component-container .site-component-row h2.title:after,
html .site-component-container .site-component-row .text-content h2:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 8px;
  right: 0;
  background-color: #910002;
  width: 100%;
  max-width: 120px;
}
html .site-component-container .site-component-row ul:not(.splide__pagination),
html .site-component-container .site-component-row ol {
  padding-left: 60px;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container .site-component-row ul:not(.splide__pagination),
  html .site-component-container .site-component-row ol {
    font-size: 1.3125rem;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container .site-component-row ul:not(.splide__pagination),
  html .site-component-container .site-component-row ol {
    font-size: 1.25rem;
    padding-left: 40px;
  }
}
html .site-component-container .site-component-row ul:not(.splide__pagination) li::marker,
html .site-component-container .site-component-row ol li::marker {
  color: #910002;
}
html .back-to-top {
  position: sticky;
  bottom: 0;
  background-color: #910002;
  width: fit-content;
  right: 0;
  border-top-left-radius: 25px;
  margin-left: auto;
  color: white;
  font-weight: bold;
  text-align: center;
  z-index: 99;
  margin-top: -60px;
  display: none;
}
@media only screen and (max-width: 991px) {
  html .back-to-top {
    opacity: 0.7;
  }
}
html .back-to-top a {
  padding: 20px 20px 15px 25px;
  display: inline-flex;
}
html .back-to-top .arrow-wrapper {
  filter:  invert(100%) sepia(0%) saturate(7500%) hue-rotate(262deg) brightness(98%) contrast(105%);
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
html .back-to-top .arrow-wrapper svg {
  height: 25px;
}
html .back-to-top.show {
  display: block;
}
.events-loop {
  margin: 6rem auto;
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) {
  position: fixed;
  width: 100% !important;
  background-color: #fff;
  z-index: 45;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: 0.3s ease-in-out all;
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container {
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper.desktop {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) {
    height: 150px;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header):before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #E0E0E0;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .navbar {
    padding: 0;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container {
    height: 150px;
    transition: 0.3s ease-in-out all;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row {
    height: 150px;
    transition: 0.3s ease-in-out all;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .logo-wrapper {
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 15px;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .logo-wrapper .desktop-logo {
    width: 90px;
    margin: 15px auto 17px;
    transition: 0.3s ease-in-out all;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .navbar-toggler {
    position: absolute;
    right: 0;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper {
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: left;
    justify-content: center;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper * {
    font-family: "Noto Sans", sans-serif;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper .menu {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    height: 90px;
    align-items: center;
    transition: 0.3s ease-in-out all;
    font-size: initial;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper .menu .menu-item {
    margin-left: 52.5px;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 10px transparent solid;
    transition: 0.3s 0.2s ease-in-out all;
    margin-bottom: -20px;
    z-index: 1;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper .menu .menu-item >a:not(:last-child) {
    padding: 15px 0;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper .menu .menu-item:hover {
    border-bottom: 10px #910002 solid;
    transition: 0.3s 0.2s ease-in-out all;
    opacity: 1;
    z-index: 3;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper .menu .menu-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    background-color: white;
    transition: 0.3s 0.2s ease-in-out opacity, 0.3s 0.2s ease-in-out visibility, 0.3s ease-in-out top;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper .menu .menu-item a {
    color: #333333;
    transition: 0.3s ease-in-out all;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper .menu .menu-item a:hover {
    color: #910002;
    transition: 0.3s ease-in-out all;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper .menu .menu-item .sub-menu {
    padding: 25px 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s 0.2s ease-in-out opacity, 0.3s 0.2s ease-in-out visibility, 0.3s ease-in-out top;
    position: absolute;
    top: 160px;
    width: calc(100vw - 90px);
    max-width: 1145px;
    background-color: white;
    left: 0;
    margin: auto;
    right: 0;
    border-bottom: 10px solid #910002;
    padding-left: 300px;
    padding-right: 50px;
    column-count: 2;
    display: block;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper .menu .menu-item .sub-menu .menu-item {
    margin-bottom: unset;
    border-bottom: unset;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper .menu .menu-item .sub-menu .menu-item a {
    font-size: 1.25rem;
    padding: 10px 0;
    text-transform: none;
    font-weight: 400;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .sub-nav-wrapper {
    height: 60px;
    overflow: hidden;
    width: fit-content;
    margin-left: auto;
    transition: 0.3s ease-in-out all;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 0 0 25px;
  }
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .navbar-collapse {
    justify-content: end;
  }
}
@media only screen and (min-width: 992px) and only screen and (max-width: 1199px) {
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper .menu .menu-item {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) and only screen and (max-width: 1400px) {
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper .menu .menu-item .sub-menu {
    padding-left: 250px;
  }
}
@media only screen and (min-width: 992px) and only screen and (max-width: 1199px) {
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper .menu .menu-item .sub-menu {
    padding-left: 200px;
  }
}
@media only screen and (min-width: 992px) and only screen and (max-width: 1199px) {
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .menu-wrapper .menu .menu-item .sub-menu .menu-item a {
    font-size: 1.0625rem;
  }
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .weather-link {
  display: contents;
  opacity: 1;
  transition: 0.3s ease-in-out all;
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .weather-link:hover {
  opacity: 0.5;
  transition: 0.3s ease-in-out all;
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .weather-link:after {
  content: unset !important;
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .splw-main-wrapper {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  margin: auto !important;
  height: 100%;
  max-width: unset !important;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .splw-main-wrapper {
    border-radius: 10px;
    margin: auto !important;
    height: 40px;
    padding: 0 10px;
  }
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .splw-main-wrapper .splw-lite-wrapper {
  height: 100%;
  font-family: "Noto Sans", sans-serif;
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .splw-main-wrapper .splw-lite-templates-body {
  display: flex;
  flex-direction: row;
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .splw-main-wrapper .splw-lite-current-temp {
  display: flex;
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .splw-main-wrapper .splw-lite-current-temp .splw-cur-temp {
  margin-top: 2px !important;
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .splw-main-wrapper .splw-lite-current-temp .splw-cur-temp .cur-temp {
  display: flex;
  align-items: center;
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .splw-main-wrapper .splw-lite-current-temp .splw-cur-temp .current-temperature {
  font-size: 1rem;
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .splw-main-wrapper .splw-lite-current-temp .splw-cur-temp .temperature-scale {
  margin: 0;
  font-size: 1rem;
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .splw-main-wrapper .splw-lite-desc {
  margin: auto 0 auto 15px !important;
  font-size: 1rem;
}
@media only screen and (max-width: 991px) {
  html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .splw-main-wrapper .splw-lite-desc {
    display: none;
  }
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .splw-main-wrapper .splw-lite-daily-weather-details,
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .splw-main-wrapper .lw-footer {
  display: none;
}
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .navbar-collapse .menu-wrapper .menu .menu-item.current-menu-item >a,
html header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .header-container .header-row .header-column .navbar-collapse .menu-wrapper .menu .menu-item.current-page-parent >a {
  color: #910002;
}
html header.tribe-events-calendar-month__header,
html header.tribe-events-calendar-day__event-header {
  height: unset !important;
  position: relative !important;
  border: 0;
  box-shadow: none !important;
  z-index: 4 !important;
}
html header.tribe-events-calendar-month__header::before,
html header.tribe-events-calendar-day__event-header::before {
  content: unset !important;
}
@media only screen and (min-width: 992px) {
  html body.scroll-down #main {
    padding-top: 80px;
    transition: 0.3s ease-in-out all;
  }
  html body.scroll-down header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) {
    height: 80px;
    transition: 0.3s ease-in-out all;
  }
  html body.scroll-down header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .navbar .header-container {
    height: 80px;
    transition: 0.3s ease-in-out all;
  }
  html body.scroll-down header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .navbar .header-container .header-row {
    height: 80px;
    transition: 0.3s ease-in-out all;
  }
  html body.scroll-down header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .navbar .header-container .header-row .header-column .logo-wrapper .desktop-logo {
    width: 60px;
    transition: 0.3s ease-in-out all;
  }
  html body.scroll-down header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .navbar .header-container .header-row .header-column .sub-nav-wrapper {
    transition: 0.3s ease-in-out all;
    height: 0;
  }
  html body.scroll-down header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .navbar .header-container .header-row .header-column .menu-wrapper .menu {
    height: 80px;
    transition: 0.3s ease-in-out all;
  }
  html body.scroll-down header:not(.tribe-events-header):not(.tribe-events-calendar-list__event-header) .navbar .header-container .header-row .header-column .menu-wrapper .menu .sub-menu {
    top: 90px;
    transition: 0.3s ease-in-out 0.2s opacity, 0.3s ease-in-out top, 0.3s ease-in-out visibility;
  }
}
@media only screen and (min-width: 992px) {
  html header .header-container.site-component-container .header-row .header-column .menu-wrapper.mobile {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  html header {
    min-height: 80px;
  }
  html header .header-container {
    padding: 0;
  }
  html header .header-container .header-row .header-column {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    align-items: center;
  }
  html header .header-container .header-row .header-column .logo-wrapper {
    width: 70px;
    padding-left: 15px;
  }
  html header .header-container .header-row .header-column .logo-wrapper .desktop-logo {
    width: 60px;
  }
  html header .header-container .header-row .header-column .sub-nav-wrapper {
    width: calc(100% - 140px);
    width: fit-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    margin-left: auto;
    display: flex;
    padding: 0 15px;
    margin-right: 60px;
  }
  html header .header-container .header-row .header-column .sub-nav-wrapper .weather-atlas-wrapper {
    background-color: white !important;
    color: #2B2B2B !important;
    display: none;
  }
  html header .header-container .header-row .header-column .sub-nav-wrapper svg {
    filter: ;
    width: 20px;
    height: 20px;
    margin-left: 20px;
  }
  html header .header-container .header-row .header-column .navbar-toggler-wrapper {
    width: 70px;
    display: flex;
    position: absolute;
    right: 0;
    top: 10px;
  }
  html header .header-container .header-row .header-column .navbar-toggler-wrapper .navbar-toggler {
    width: 50px;
    height: 50px;
    margin: auto 0 auto auto;
    padding: 0;
    border: 0;
  }
  html header .header-container .header-row .header-column .navbar-toggler-wrapper .navbar-toggler:focus {
    box-shadow: none;
  }
  html header .header-container .header-row .header-column .navbar-toggler-wrapper .navbar-toggler .hamburger-line {
    display: block;
    height: 3px;
    width: 40px;
    margin: 10px 0;
    background-color: #910002;
    opacity: 1;
    transition: 0.3s ease-in-out all;
  }
  html header .header-container .header-row .header-column .navbar-toggler-wrapper .navbar-toggler:not(.collapsed) .hamburger-line.line-1 {
    transform: rotate(45deg) translate(9px,10px);
  }
  html header .header-container .header-row .header-column .navbar-toggler-wrapper .navbar-toggler:not(.collapsed) .hamburger-line.line-2 {
    opacity: 0;
  }
  html header .header-container .header-row .header-column .navbar-toggler-wrapper .navbar-toggler:not(.collapsed) .hamburger-line.line-3 {
    transform: rotate(-45deg) translate(8px,-10px);
  }
  html header .header-container .header-row .header-column .navbar-toggler-wrapper .navbar-toggler.collapsed .hamburger-line {
    transition: 0.3s ease-in-out all;
  }
  html header .header-container .header-row .header-column .navbar-toggler-wrapper .navbar-toggler.collapsed .hamburger-line.line-1 {
    transform: rotate(0deg);
  }
  html header .header-container .header-row .header-column .navbar-toggler-wrapper .navbar-toggler.collapsed .hamburger-line.line-2 {
    opacity: 1;
  }
  html header .header-container .header-row .header-column .navbar-toggler-wrapper .navbar-toggler.collapsed .hamburger-line.line-3 {
    transform: rotate(0deg);
  }
  html header .header-container .header-row .header-column .navbar-collapse {
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - 120px);
  }
  html header .header-container .header-row .header-column .navbar-collapse .menu-wrapper {
    margin: 15px 0;
  }
  html header .header-container .header-row .header-column .navbar-collapse .menu-wrapper .menu {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 0;
  }
  html header .header-container .header-row .header-column .navbar-collapse .menu-wrapper .menu >.menu-item {
    min-height: 60px;
    position: relative;
  }
  html header .header-container .header-row .header-column .navbar-collapse .menu-wrapper .menu >.menu-item a {
    display: flex;
    height: 40px;
    align-items: center;
    color: #333333;
    font-family: "Noto Sans", sans-serif;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
  }
  html header .header-container .header-row .header-column .navbar-collapse .menu-wrapper .menu >.menu-item a:hover {
    color: #910002;
  }
  html header .header-container .header-row .header-column .navbar-collapse .menu-wrapper .menu >.menu-item >a:not([aria-expanded="false"]) {
    display: none;
  }
  html header .header-container .header-row .header-column .navbar-collapse .menu-wrapper .menu >.menu-item .accordion-button {
    height: 40px;
    width: 40px;
    margin: 0 0 -40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: calc(100vw - 75px);
  }
  html header .header-container .header-row .header-column .navbar-collapse .menu-wrapper .menu >.menu-item .accordion-button:after {
    filter: invert(19%) sepia(23%) saturate(7412%) hue-rotate(340deg) brightness(78%) contrast(128%);
    height: 100%;
    max-height: 20px;
    max-width: 20px;
    width: 100%;
    margin: 0;
    transition: 0.25s ease-in-out all;
  }
  html header .header-container .header-row .header-column .navbar-collapse .menu-wrapper .menu >.menu-item .accordion-button.collapsed:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
    transform: rotate(90deg);
    transition: 0.25s ease-in-out all;
  }
  html header .header-container .header-row .header-column .navbar-collapse .menu-wrapper .menu >.menu-item .accordion-button:not(.collapsed):after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
    transform: rotate(180deg);
    transition: 0.25s ease-in-out all;
  }
  html header .header-container .header-row .header-column .navbar-collapse .menu-wrapper .menu >.menu-item .sub-menu {
    margin-left: 15px;
  }
  html header .header-container .header-row .header-column .navbar-collapse .menu-wrapper .menu >.menu-item .sub-menu .accordion-collapse {
    margin-bottom: 10px;
  }
}
.home-background-container {
  height: 850px;
  background-size: cover;
  background-position: top;
  margin-top: -450px;
  filter: brightness(1) grayscale(0.5);
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .home-background-container {
    margin-top: -500px;
  }
}
@media only screen and (max-width: 991px) {
  .home-background-container {
    margin-top: -550px;
  }
}
.home-background-container:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: linear-gradient(to top,rgba(255,255,255,0.5),rgba(255,255,255,0.5),#ffffff);
}
.search-form-container {
  min-height: 31.25rem;
  margin-top: 60px;
}
.search-form-container .back-button {
  margin-bottom: 50px;
}
.search-form-container .back-button svg {
  width: 20px;
  height: 20px;
  filter: invert(19%) sepia(23%) saturate(7412%) hue-rotate(340deg) brightness(78%) contrast(128%);
}
.search-form-container .search-form-row .form .form-group {
  display: flex;
  border-bottom: 0.0625rem solid black;
}
.search-form-container .search-form-row .form .form-group .submit-button {
  background-color: white;
  padding: 0 5px 5px;
  border: 0;
  opacity: 1;
  transition: 0.3s ease-in-out all;
}
.search-form-container .search-form-row .form .form-group .submit-button:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out all;
}
.search-form-container .search-form-row .form .form-group .submit-button svg {
  filter: invert(19%) sepia(23%) saturate(7412%) hue-rotate(340deg) brightness(78%) contrast(128%);
  width: 20px;
  height: 20px;
}
.search-form-container .search-form-row .form .form-group .submit-button:active {
  border: none;
}
.search-form-container .search-form-row .form .form-group .search-field {
  width: calc(100% - 3.125rem);
  border: 0;
}
.search-form-container .search-form-row .form .form-group .search-field:focus-visible {
  outline: 0;
}
.search-form-container .search-results-row {
  padding-top: 2.5rem;
}
.search-form-container .search-results-row .search-post-container {
  display: flex;
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 991px) {
  .search-form-container .search-results-row .search-post-container {
    display: unset;
  }
}
.search-form-container .search-results-row .search-post-container .search-post-row {
  width: 100%;
}
.search-form-container .search-results-row .search-post-container a {
  color: ;
  text-decoration: underline;
  display: inline-block;
  min-width: 18.75rem;
  max-width: 18.75rem;
  font-size: 1rem;
}
@media only screen and (max-width: 991px) {
  .search-form-container .search-results-row .search-post-container a {
    min-width: unset;
    max-width: unset;
  }
}
.search-form-container .search-results-row .search-post-container a:hover {
  color: ;
}
.search-form-container .search-results-row .search-post-container a.attachment {
  max-width: unset;
}
.search-form-container .search-results-row .search-post-container .search-content {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 0.9375rem;
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
  height: 50px;
}
@media only screen and (max-width: 991px) {
  .search-form-container .search-results-row .search-post-container .search-content {
    padding-left: 0;
  }
}
.search-form-container .search-results-row .search-post-container .search-content * {
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
}
.single-tribe_events * {
  font-family: "Noto Sans", sans-serif;
  color: #333333;
}
.single-tribe_events .tribe-events-single-event-title {
  color: #333333;
  color: #910002;
}
.single-tribe_events .tribe_events .tribe-events-event-image .wp-post-image {
  max-height: 500px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.single-tribe_events .tribe_events .tribe-events-single-section-title {
  color: #910002;
  font-size: 1.75rem;
  line-height: 1.1;
}
@media only screen and (max-width: 1199px) {
  .single-tribe_events .tribe_events .tribe-events-single-section-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .single-tribe_events .tribe_events .tribe-events-single-section-title {
    font-size: 1.3125rem;
  }
}
.single-tribe_events .tribe_events dt,
.single-tribe_events .tribe_events dd {
  font-size: 1rem;
}
.tribe-events-page-template .tribe-common *,
.tribe-events-page-template .tribe-common .tribe-events-c-view-selector__list-item-text,
.tribe-events-page-template .tribe-common .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events-page-template .tribe-common .tribe-common-h5 {
  color: #333333;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-common-form-control-text__input:focus {
  outline: 0;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-c-events-bar__views .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item-link:after {
  background-color: #910002;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .tribe-common-c-btn__clear:focus {
  outline: 0;
}
.tribe-events-page-template .tribe-common .tribe-events-header .tribe-events-c-top-bar .datepicker .day.active {
  background: #910002;
}
.tribe-events-page-template .tribe-common .tribe-events-c-search__button {
  background-color: #910002;
}
.tribe-events-page-template .tribe-common .tribe-events-c-search__button:hover {
  background-color: #910002;
  opacity: 0.7;
}
.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border {
  border: 1px solid #910002;
  color: #910002;
  outline: 0;
}
.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border svg path {
  color: #910002;
  transition: 0.3s ease-in-out all;
}
.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border:hover,
.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border:focus,
.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border:focus-within {
  background-color: #910002;
}
.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border:hover svg path,
.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border:focus svg path,
.tribe-events-page-template .tribe-common .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border:focus-within svg path {
  color: white;
  transition: 0.3s ease-in-out all;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__month-separator .tribe-common-h7 {
  color: #910002;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__month-separator:after {
  display: none;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 1rem;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum {
  font-size: 1.75rem;
}
@media only screen and (max-width: 1199px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .tribe-events-page-template .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum {
    font-size: 1.3125rem;
  }
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-datetime-wrapper,
.tribe-events-page-template .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description {
  font-size: 16px;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title a.tribe-common-anchor-thin {
  color: #910002;
  border-bottom: unset;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title a.tribe-common-anchor-thin:focus {
  outline: 0;
}
.tribe-events-page-template .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-featured-image-wrapper img {
  height: 225px;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.tribe-events-page-template .tribe-common .datepicker .month.active.focused {
  background-color: #910002;
}
.tribe-events-page-template .tribe-common .datepicker table {
  width: -webkit-fill-available;
}
.tribe-events .tribe-events-calendar-month__header {
  height: unset;
  position: relative;
}
#gform_wrapper_2 {
  background-color: #F2F2F2;
  padding: 80px 90px;
}
@media only screen and (max-width: 1199px) {
  #gform_wrapper_2 {
    padding: 60px 70px;
  }
}
@media only screen and (max-width: 991px) {
  #gform_wrapper_2 {
    padding: 50px 60px;
  }
}
@media only screen and (max-width: 767px) {
  #gform_wrapper_2 {
    padding: 30px;
  }
}
#gform_wrapper_2 .gform_heading {
  display: none;
}
#gform_wrapper_2 .gform_body .gfield .gfield_label {
  color: #910002;
}
#gform_wrapper_2 .gform_body .gfield .ginput_container textarea {
  height: 240px;
}
#gform_wrapper_2 .gform_footer {
  justify-content: flex-end;
}
footer {
  color: white;
}
footer .main-container {
  background-color: #444444;
}
footer .main-container a {
  font-family: "Noto Sans", sans-serif;
  color: white;
}
footer .main-container a:not(.standard-button)[href$=".pdf"]:after,
footer .main-container a:not(.standard-button)[target="_blank"]:not([href$=".pdf"]):after {
  display: none;
}
footer .main-container .main-row {
  padding: 60px 0;
}
@media only screen and (max-width: 991px) {
  footer .main-container .main-row {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .main-container .main-row {
    padding: 30px 0 0;
  }
}
footer .main-container .main-row .social-media-wrapper .icon {
  height: 40px;
  filter:  invert(100%) sepia(0%) saturate(7500%) hue-rotate(262deg) brightness(98%) contrast(105%);
  margin-right: 15px;
}
footer .main-container .main-row .logo-column {
  padding-bottom: 30px;
}
footer .main-container .main-row .logo-column .logo-wrapper {
  padding-top: 7px;
}
footer .main-container .main-row .logo-column .logo-wrapper .header-logo-link {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  footer .main-container .main-row .logo-column .logo-wrapper .header-logo-link {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  footer .main-container .main-row .logo-column .logo-wrapper .header-logo-link {
    margin-bottom: 15px;
  }
}
footer .main-container .main-row .logo-column .logo-wrapper .header-logo-link .desktop-logo {
  width: 90px;
}
footer .main-container .main-row .footer-title {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  footer .main-container .main-row .footer-title {
    margin-bottom: 12px;
  }
}
footer .main-container .main-row .menu-column {
  padding-bottom: 15px;
}
footer .main-container .main-row .menu-column .menu {
  padding: 0;
  list-style: none;
}
footer .main-container .main-row .menu-column .menu .menu-item a {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 400;
  margin-bottom: 12px;
  color: white;
}
@media only screen and (max-width: 991px) {
  footer .main-container .main-row .menu-column .menu .menu-item a {
    margin-bottom: 10px;
  }
}
footer .main-container .main-row .address-column {
  padding-bottom: 30px;
}
footer .main-container .main-row .address-column p {
  font-size: 16px;
  margin-bottom: 0;
}
footer .main-container .main-row .address-column .address-wrapper {
  padding-top: 8px;
}
footer .main-container .main-row .address-column .contact-wrapper {
  margin-top: 15px;
}
footer .main-container .main-row .visitor-column {
  padding-bottom: 30px;
}
footer .main-container .main-row .visitor-column .visitor-guide-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 11px;
}
footer .main-container .main-row .visitor-column .visitor-guide-wrapper .visitor-guide-image {
  width: 100%;
  max-width: 170px;
  margin-bottom: 15px;
}
footer .main-container .main-row .visitor-column .visitor-guide-wrapper a {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 400;
}
footer .bottom-container {
  background-color: #333333;
  padding: 0;
}
footer .bottom-container .bottom-row {
  padding: 15px 0;
}
footer .bottom-container .bottom-row .bottom-column {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  footer .bottom-container .bottom-row .bottom-column {
    flex-direction: column;
    justify-content: unset;
  }
}
footer .bottom-container .bottom-row a {
  color: white;
  font-weight: 400;
  text-decoration: underline;
}
footer .bottom-container .bottom-row a:not(.standard-button)[href$=".pdf"]:after,
footer .bottom-container .bottom-row a:not(.standard-button)[target="_blank"]:not([href$=".pdf"]):after {
  display: none;
}
footer .bottom-container .bottom-row p {
  margin: 0;
}
html .site-component-container .site-component-row h1 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 3rem;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container .site-component-row h1 {
    font-size: 2.5625rem;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container .site-component-row h1 {
    font-size: 2.0625rem;
  }
}
html .site-component-container .site-component-row h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 2.1875rem;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container .site-component-row h2 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container .site-component-row h2 {
    font-size: 1.625rem;
  }
}
html .site-component-container .site-component-row h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  color: #910002;
  font-size: 1.75rem;
  line-height: 1.1;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container .site-component-row h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container .site-component-row h3 {
    font-size: 1.3125rem;
  }
}
html .site-component-container .site-component-row p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container .site-component-row p {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container .site-component-row p {
    font-size: 1.25rem;
  }
}
html .site-component-container .site-component-row a {
  font-family: "Noto Sans", sans-serif;
}
html .site-component-container .site-component-row ._normal {
  font-weight: normal;
}
html .site-component-container .site-component-row ._bold {
  font-weight: bold;
}
html .site-component-container .site-component-row ._semibold {
  font-weight: 600;
}
html .site-component-container .site-component-row ._white {
  color: white;
}
html .site-component-container .site-component-row ._red {
  color: #910002;
}
html .site-component-container .site-component-row ._tinted-black {
  color: #333333;
}
html .site-component-container .site-component-row ._dark-grey-1 {
  color: #5D5D5D;
}
html .site-component-container .site-component-row ._fairplay {
  font-family: "Playfair Display", serif;
}
html .site-component-container .site-component-row ._noto {
  font-family: "Noto Sans", sans-serif;
}
html .site-component-container .site-component-row ._source-sans {
  font-family: "Source Sans 3", sans-serif;
}
html .site-component-container .site-component-row ._regular {
  font-weight: 400;
}
html .site-component-container .site-component-row ._uppercase {
  text-transform: uppercase;
}
html .site-component-container .site-component-row ._14 {
  font-size: 0.875rem;
}
html .site-component-container .site-component-row ._16 {
  font-size: 1rem;
}
html .site-component-container .site-component-row ._20,
html .site-component-container .site-component-row ._20 p {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container .site-component-row ._20,
  html .site-component-container .site-component-row ._20 p {
    font-size: 1.0625rem;
  }
}
html .site-component-container .site-component-row ._22,
html .site-component-container .site-component-row ._22 p {
  font-size: 1.375rem;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container .site-component-row ._22,
  html .site-component-container .site-component-row ._22 p {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container .site-component-row ._22,
  html .site-component-container .site-component-row ._22 p {
    font-size: 1.25rem;
  }
}
html .site-component-container .site-component-row ._24,
html .site-component-container .site-component-row ._24 p {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container .site-component-row ._24,
  html .site-component-container .site-component-row ._24 p {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container .site-component-row ._24,
  html .site-component-container .site-component-row ._24 p {
    font-size: 1.25rem;
  }
}
html .site-component-container .site-component-row ._28 {
  font-size: 1.75rem;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container .site-component-row ._28 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container .site-component-row ._28 {
    font-size: 1.3125rem;
  }
}
html .site-component-container .site-component-row ._30 {
  font-size: 1.875rem;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container .site-component-row ._30 {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container .site-component-row ._30 {
    font-size: 1.375rem;
  }
}
html .site-component-container .site-component-row ._32 {
  font-size: 2rem;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container .site-component-row ._32 {
    font-size: 1.6875rem;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container .site-component-row ._32 {
    font-size: 1.4375rem;
  }
}
html .site-component-container .site-component-row ._35 {
  font-size: 2.1875rem;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container .site-component-row ._35 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container .site-component-row ._35 {
    font-size: 1.625rem;
  }
}
html .site-component-container .site-component-row ._48 {
  font-size: 3rem;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container .site-component-row ._48 {
    font-size: 2.5625rem;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container .site-component-row ._48 {
    font-size: 2.0625rem;
  }
}
html .site-component-container .site-component-row ._138 {
  font-size: 8.625rem;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container .site-component-row ._138 {
    font-size: 7.3125rem;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container .site-component-row ._138 {
    font-size: 6.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  html .site-component-container .site-component-row ._138 {
    font-size: 5.25rem;
  }
}
@media only screen and (max-width: 576px) {
  html .site-component-container .site-component-row ._138 {
    font-size: 3.125rem;
  }
}
.error404 .error-section {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center;
}
.error404 .error-section h2,
.error404 .error-section a,
.error404 .error-section p {
  color: #fff;
  font-weight: bold;
}
.error404 .error-section p {
  font-weight: 500;
  font-size: 20px;
}
.error404 .read-more {
  text-decoration: none;
  font-size: 20px;
}
.error404 .read-more:hover {
  text-decoration: underline;
}
.carousel {
  margin-bottom: 30px;
  height: 50vw;
  max-height: calc(100vh - 200px);
  min-height: 550px;
  width: 100%;
  position: relative;
}
@media  {
  .carousel {
    margin-bottom: 15px;
  }
}
.carousel .active.carousel-item-right,
.carousel .carousel-item-next,
.carousel .active.carousel-item-left,
.carousel .carousel-item-prev {
  -webkit-transform: unset;
  transform: unset;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-item {
  height: 100%;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
.carousel .carousel-item .banner-image {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .carousel .carousel-item .banner-image {
    min-height: 450px;
  }
}
@media only screen and (max-width: 576px) {
  .carousel .carousel-item .banner-image {
    min-height: 350px;
  }
}
.carousel .carousel-item .text-wrapper {
  z-index: 3;
  height: fit-content;
}
.carousel .carousel-item .text-wrapper .subtitle,
.carousel .carousel-item .text-wrapper .large-title,
.carousel .carousel-item .text-wrapper .small-title,
.carousel .carousel-item .text-wrapper .standard-button {
  opacity: 0;
  transform: translatey(-70px);
}
.carousel .carousel-item .text-wrapper .subtitle {
  margin-bottom: 75px;
  color: white;
  font-weight: 400;
  animation-delay: 0.25s;
}
.carousel .carousel-item .text-wrapper .large-title {
  animation-delay: 0.75s;
}
.carousel .carousel-item .text-wrapper .small-title {
  margin: 15px auto 30px;
  font-weight: 400;
  animation-delay: 1.25s;
}
.carousel .carousel-item .text-wrapper .standard-button {
  margin-top: 15px;
  animation-delay: 1.25s;
}
.carousel .carousel-indicators {
  position: relative;
}
.carousel .carousel-indicators .carousel-indicator {
  background-color: #A3A3A3;
  width: 100%;
  height: 10px;
  border: 0;
  margin: 0;
  margin: 0 5px;
}
.carousel .carousel-indicators .carousel-indicator.first {
  margin: 0 5px 0 0;
}
.carousel .carousel-indicators .carousel-indicator.last {
  margin: 0 0 0 5px;
}
.carousel .carousel-indicators .carousel-indicator.active {
  background-color: #910002;
}
html .site-component-container.featured-events-container {
  background-color: #F2F2F2;
}
html .site-component-container.featured-events-container .title-row {
  padding: 0 0 40px;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.featured-events-container .title-row {
    padding: 0 0 30px;
  }
}
html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track:before,
html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track:after {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(20% + 15px);
  top: 0;
  z-index: 3;
  background-color: rgba(242,242,242,0.5);
}
@media only screen and (max-width: 1400px) {
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track:before,
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track:after {
    width: calc(20% + 55px);
  }
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track:before,
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track:after {
    width: calc(20% + 145px);
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track:before,
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track:after {
    display: none;
  }
}
html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track:before {
  left: 0;
}
html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track:after {
  right: 0;
}
html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track .splide__list .splide__slide {
  margin-bottom: 30px;
}
html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track .splide__list .splide__slide .content-wrapper {
  box-shadow: rgba(0,0,0,0.15) 0px 5px 15px 0px;
  border-radius: 15px;
  overflow: hidden;
}
html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track .splide__list .splide__slide .content-wrapper img {
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  margin: 0;
}
html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track .splide__list .splide__slide .content-wrapper .post-title-content {
  background-color: white;
  padding: 30px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track .splide__list .splide__slide .content-wrapper .post-title-content {
    padding: 25px 20px;
  }
}
html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track .splide__list .splide__slide .content-wrapper .post-title-content .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-right: auto;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track .splide__list .splide__slide .content-wrapper .post-title-content .title {
    min-height: unset;
  }
}
html .site-component-container.featured-events-container .splide.featured-events-slider .splide__track .splide__list .splide__slide .content-wrapper .post-title-content .post-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  font-family: "Noto Sans", sans-serif;
  color: #5D5D5D;
  font-weight: 400;
}
html .site-component-container.featured-events-container .splide.featured-events-slider .splide__arrows .splide__arrow {
  background-color: #910002;
  border-radius: 0;
  height: 100px;
  width: 50px;
  opacity: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__arrows .splide__arrow {
    border-radius: 10px;
    height: 50px;
  }
}
html .site-component-container.featured-events-container .splide.featured-events-slider .splide__arrows .splide__arrow--next {
  right: calc(20% - 35px);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media only screen and (max-width: 1400px) {
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__arrows .splide__arrow--next {
    right: calc(25% - 35px);
  }
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__arrows .splide__arrow--next {
    right: calc(33% - 31px);
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__arrows .splide__arrow--next {
    right: 15px;
  }
}
html .site-component-container.featured-events-container .splide.featured-events-slider .splide__arrows .splide__arrow--prev {
  left: calc(20% - 35px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media only screen and (max-width: 1400px) {
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__arrows .splide__arrow--prev {
    left: calc(25% - 35px);
  }
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__arrows .splide__arrow--prev {
    left: calc(33% - 31px);
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container.featured-events-container .splide.featured-events-slider .splide__arrows .splide__arrow--prev {
    left: 15px;
  }
}
html .site-component-container.featured-events-container .splide.featured-events-slider .splide__pagination {
  background-color: #F2F2F2;
}
html .splide.home-activities-slider {
  padding: 50px 0 0;
}
@media only screen and (max-width: 1199px) {
  html .splide.home-activities-slider {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  html .splide.home-activities-slider {
    padding: 30px 0 0;
  }
}
html .splide.home-activities-slider .splide__track {
  padding-bottom: 30px;
}
html .splide.home-activities-slider .splide__track:before {
  background-color: rgba(255,255,255,0.5);
}
html .splide.home-activities-slider .splide__track:after {
  background-color: rgba(255,255,255,0.5);
}
html .splide.home-activities-slider .splide__track:before,
html .splide.home-activities-slider .splide__track:after {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(20% + 15px);
  top: 0;
  z-index: 3;
}
@media only screen and (max-width: 1400px) {
  html .splide.home-activities-slider .splide__track:before,
  html .splide.home-activities-slider .splide__track:after {
    width: calc(20% + 55px);
  }
}
@media only screen and (max-width: 1199px) {
  html .splide.home-activities-slider .splide__track:before,
  html .splide.home-activities-slider .splide__track:after {
    width: calc(20% + 145px);
  }
}
@media only screen and (max-width: 991px) {
  html .splide.home-activities-slider .splide__track:before,
  html .splide.home-activities-slider .splide__track:after {
    display: none;
  }
}
html .splide.home-activities-slider .splide__track:before {
  left: 0;
}
html .splide.home-activities-slider .splide__track:after {
  right: 0;
}
html .splide.home-activities-slider .splide__track .splide__list .content-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
  max-height: 30vw;
}
@media only screen and (max-width: 1400px) {
  html .splide.home-activities-slider .splide__track .splide__list .content-wrapper img {
    height: 400px;
    max-height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  html .splide.home-activities-slider .splide__track .splide__list .content-wrapper img {
    height: 375px;
    max-height: 375px;
  }
}
@media only screen and (max-width: 576px) {
  html .splide.home-activities-slider .splide__track .splide__list .content-wrapper img {
    height: 350px;
    max-height: 350px;
  }
}
html .splide.home-activities-slider .splide__track .splide__list .title {
  text-align: center;
  margin: auto;
}
html .splide.home-activities-slider .splide__arrows .splide__arrow {
  background-color: #910002;
  border-radius: 0;
  height: 100px;
  width: 50px;
  opacity: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  html .splide.home-activities-slider .splide__arrows .splide__arrow {
    border-radius: 10px;
    height: 50px;
  }
}
html .splide.home-activities-slider .splide__arrows .splide__arrow--next {
  right: calc(20% - 35px);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media only screen and (max-width: 1400px) {
  html .splide.home-activities-slider .splide__arrows .splide__arrow--next {
    right: calc(25% - 35px);
  }
}
@media only screen and (max-width: 1199px) {
  html .splide.home-activities-slider .splide__arrows .splide__arrow--next {
    right: calc(33% - 31px);
  }
}
@media only screen and (max-width: 991px) {
  html .splide.home-activities-slider .splide__arrows .splide__arrow--next {
    right: 15px;
  }
}
html .splide.home-activities-slider .splide__arrows .splide__arrow--prev {
  left: calc(20% - 35px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media only screen and (max-width: 1400px) {
  html .splide.home-activities-slider .splide__arrows .splide__arrow--prev {
    left: calc(25% - 35px);
  }
}
@media only screen and (max-width: 1199px) {
  html .splide.home-activities-slider .splide__arrows .splide__arrow--prev {
    left: calc(33% - 31px);
  }
}
@media only screen and (max-width: 991px) {
  html .splide.home-activities-slider .splide__arrows .splide__arrow--prev {
    left: 15px;
  }
}
html .site-component-container.alternating-cta-container {
  background-color: #F2F2F2;
  padding: 60px 0 30px;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.alternating-cta-container {
    padding: 50px 0 25px;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container.alternating-cta-container {
    padding: 40px 0 20px;
  }
}
html .site-component-container.alternating-cta-container .alternating-cta-row {
  box-shadow: rgba(0,0,0,0.15) 0px 5px 15px 0px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  max-width: 1140px;
  width: calc(100% - 30px);
}
html .site-component-container.alternating-cta-container .alternating-cta-row:nth-child(even) {
  flex-direction: row-reverse;
}
html .site-component-container.alternating-cta-container .alternating-cta-row .image-column {
  padding: 0;
  overflow: hidden;
}
html .site-component-container.alternating-cta-container .alternating-cta-row .image-column .cta-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  html .site-component-container.alternating-cta-container .alternating-cta-row .image-column .cta-image {
    height: 250px;
  }
}
html .site-component-container.alternating-cta-container .alternating-cta-row .text-content-column {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  html .site-component-container.alternating-cta-container .alternating-cta-row .text-content-column {
    min-height: unset;
  }
}
html .site-component-container.alternating-cta-container .alternating-cta-row .text-content-column .wrapper {
  padding: 45px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  html .site-component-container.alternating-cta-container .alternating-cta-row .text-content-column .wrapper {
    padding: 15px;
  }
}
html .site-component-container.alternating-cta-container .alternating-cta-row .text-content-column .title,
html .site-component-container.alternating-cta-container .alternating-cta-row .text-content-column .snippet {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  html .site-component-container.alternating-cta-container .alternating-cta-row .text-content-column .title,
  html .site-component-container.alternating-cta-container .alternating-cta-row .text-content-column .snippet {
    margin-bottom: 15px;
  }
}
html .site-component-container.alternating-cta-container .alternating-cta-row .text-content-column .standard-button {
  width: fit-content;
  width: -moz-max-content;
  width: -webkit-max-content;
}
html .site-component-container.alternating-cta-container .alternating-cta-row .text-content-column .snippet * {
  font-family: "Noto Sans", sans-serif;
}
html .site-component-container.view-map-container {
  background-size: cover;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
html .site-component-container.view-map-container:before {
  content: '';
  background-color: rgba(255,255,255,0.5);
  z-index: 2;
}
html .site-component-container.view-map-container .background,
html .site-component-container.view-map-container:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
html .site-component-container.view-map-container .background {
  filter: grayscale(0.7);
  object-fit: cover;
}
html .site-component-container.view-map-container .view-map-title-row {
  position: relative;
  z-index: 3;
}
html .site-component-container.view-map-container .view-map-row {
  padding-top: 30px;
  z-index: 3;
  position: relative;
}
html .site-component-container.view-map-container .view-map-row .view-map-column {
  position: relative;
  display: flex;
  flex-direction: column;
}
html .site-component-container.view-map-container .view-map-row .view-map-column .map {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}
html .site-component-container.view-map-container .view-map-row .view-map-column .standard-button {
  position: absolute;
  bottom: 15px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  html .site-component-container.view-map-container .view-map-row .view-map-column .standard-button {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
html .site-component-container.view-map-container .view-map-row .view-map-column .map-arrow {
  width: 45%;
  position: absolute;
  z-index: 3;
  top: 70px;
  right: -90px;
  bottom: 0;
  margin: auto;
  filter: invert(34%) sepia(95%) saturate(0%) hue-rotate(269deg) brightness(83%) contrast(83%);
}
@media only screen and (max-width: 767px) {
  html .site-component-container.view-map-container .view-map-row .view-map-column .map-arrow {
    width: 45%;
    top: unset;
    right: 26%;
    transform: rotate(135deg);
    filter:  invert(100%) sepia(0%) saturate(7500%) hue-rotate(262deg) brightness(98%) contrast(105%);
  }
}
html .site-component-container.instagram-feed-container {
  padding: 45px 0 80px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.instagram-feed-container {
    padding: 30px 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container.instagram-feed-container {
    paddnig: 15px 0 20px;
  }
}
html .site-component-container.instagram-feed-container .title-row {
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  html .site-component-container.instagram-feed-container .title-row {
    padding-bottom: 15px;
  }
}
html .site-component-container.instagram-feed-container .icons-wrapper {
  padding: 15px;
}
html .site-component-container.instagram-feed-container .icons-wrapper .link:not(.standard-button)[target="_blank"]:not([href$=".pdf"]):after {
  content: unset;
  display: none;
}
html .site-component-container.instagram-feed-container .icons-wrapper .icon {
  height: 40px;
  margin: 0 10px;
  width: auto;
}
@media only screen and (max-width: 991px) {
  html .site-component-container.instagram-feed-container .icons-wrapper .icon {
    margin: 0 5px;
  }
}
html .site-component-container.instagram-feed-container .instagram-feed-column {
  padding: 0;
}
html .site-component-container.instagram-feed-container .instagram-feed-column .FeedLayout__col-footer {
  display: none;
}
html .site-component-container.home-contact-container {
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
html .site-component-container.home-contact-container .home-contact-row {
  box-shadow: rgba(0,0,0,0.15) 0px 5px 15px 0px;
  border-radius: 15px;
  overflow: hidden;
  background-color: white;
  z-index: 2;
  max-width: calc(73.125rem - 30px);
}
html .site-component-container.home-contact-container .home-contact-row .image-column {
  padding: 0;
  overflow: hidden;
}
html .site-component-container.home-contact-container .home-contact-row .image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html .site-component-container.home-contact-container .home-contact-row .form-column .form-wrapper {
  padding: 30px 40px;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.home-contact-container .home-contact-row .form-column .form-wrapper {
    padding: 25px;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container.home-contact-container .home-contact-row .form-column .form-wrapper {
    padding: 20px 15px;
  }
}
html .site-component-container.home-contact-container .home-contact-row .form-column .form-wrapper .gform_heading .gform_title {
  font-family: "Playfair Display", serif;
}
html .site-component-container.home-contact-container .home-contact-row .form-column .form-wrapper .gform_heading .gform_description {
  color: #5D5D5D;
}
html .site-component-container.home-contact-container .home-contact-row .form-column .form-wrapper input[type='text'],
html .site-component-container.home-contact-container .home-contact-row .form-column .form-wrapper input[type='email'] {
  background-color: #F2F2F2;
}
html .site-component-container.home-contact-container .home-contact-row .form-column .form-wrapper .gform_footer {
  margin-top: 40px;
}
html .site-component-container.home-contact-container .home-contact-row .form-column .form-wrapper .gform_footer .gform_button {
  text-transform: uppercase !important;
}
html a.standard-button,
html .gform_wrapper.gform-theme .gform_footer input:is([type="submit"]).gform_button {
  font-weight: 500 !important;
  color: white;
  background-color: #910002 !important;
  padding: 8px 30px !important;
  min-height: 56px !important;
  height: fit-content;
  height: -moz-max-content;
  height: -webkit-max-content;
  border-radius: 15px !important;
  transition: 0.3s ease-in-out all;
  border: 2px solid #910002 !important;
  display: inline-flex;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 1.5rem !important;
}
html a.standard-button:focus,
html .gform_wrapper.gform-theme .gform_footer input:is([type="submit"]).gform_button:focus {
  box-shadow: none;
}
@media only screen and (max-width: 1199px) {
  html a.standard-button,
  html .gform_wrapper.gform-theme .gform_footer input:is([type="submit"]).gform_button {
    font-size: 1.375rem;
  }
}
html a.standard-button:after,
html .gform_wrapper.gform-theme .gform_footer input:is([type="submit"]).gform_button:after {
  display: none;
}
@media only screen and (max-width: 991px) {
  html a.standard-button,
  html .gform_wrapper.gform-theme .gform_footer input:is([type="submit"]).gform_button {
    padding: 8px 30px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  html a.standard-button,
  html .gform_wrapper.gform-theme .gform_footer input:is([type="submit"]).gform_button {
    border-radius: 10px;
    padding: 8px 15px;
    width: 100%;
    line-height: 1;
  }
}
html a.standard-button:hover,
html .gform_wrapper.gform-theme .gform_footer input:is([type="submit"]).gform_button:hover {
  color: #910002 !important;
  background-color: white !important;
  transition: 0.3s ease-in-out all;
}
html a.standard-button.invert,
html .gform_wrapper.gform-theme .gform_footer input:is([type="submit"]).gform_button.invert {
  color: ;
  background-color: white;
  transition: 0.3s ease-in-out all;
}
html a.standard-button.invert:hover,
html .gform_wrapper.gform-theme .gform_footer input:is([type="submit"]).gform_button.invert:hover {
  color: white;
  background-color: ;
  transition: 0.3s ease-in-out all;
}
.gform_wrapper .gform_heading .gform_title {
  font-weight: bold;
  font-size: 3rem;
}
@media only screen and (max-width: 1199px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 2.5625rem;
  }
}
@media only screen and (max-width: 991px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 2.0625rem;
  }
}
.gform_wrapper .gform_heading .gform_description {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1199px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 991px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 1.25rem;
  }
}
.gform_wrapper .gform_body .gform_fields {
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .gform_wrapper .gform_body .gform_fields {
    grid-row-gap: 25px;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield_label,
.gform_wrapper .gform_body .gform_fields input,
.gform_wrapper .gform_body .gform_fields textarea,
.gform_wrapper .gform_body .gform_fields .gfield_required {
  font-size: 1.375rem;
}
@media only screen and (max-width: 1199px) {
  .gform_wrapper .gform_body .gform_fields .gfield_label,
  .gform_wrapper .gform_body .gform_fields input,
  .gform_wrapper .gform_body .gform_fields textarea,
  .gform_wrapper .gform_body .gform_fields .gfield_required {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 991px) {
  .gform_wrapper .gform_body .gform_fields .gfield_label,
  .gform_wrapper .gform_body .gform_fields input,
  .gform_wrapper .gform_body .gform_fields textarea,
  .gform_wrapper .gform_body .gform_fields .gfield_required {
    font-size: 1.25rem;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield_description {
  color: #910002;
  font-weight: bold;
  font-size: 1rem;
}
.gform_wrapper .gform_body input:focus,
.gform_wrapper .gform_body textarea:focus {
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px #910002;
}
.gform_wrapper .gform_body input[type="text"],
.gform_wrapper .gform_body input[type="email"],
.gform_wrapper .gform_body input[type="tel"],
.gform_wrapper .gform_body textarea {
  height: 60px;
  border-radius: 10px;
  border: 1px solid #A3A3A3;
}
.gform_wrapper .gform_body input[type="text"]::placeholder,
.gform_wrapper .gform_body input[type="email"]::placeholder,
.gform_wrapper .gform_body input[type="tel"]::placeholder,
.gform_wrapper .gform_body textarea::placeholder {
  font-family: "Noto Sans", sans-serif;
  transform: translatey(3px);
  color: #A3A3A3;
  z-index: 3;
  opacity: 1;
  transition: 0.3s ease-in-out all;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1199px) {
  .gform_wrapper .gform_body input[type="text"]::placeholder,
  .gform_wrapper .gform_body input[type="email"]::placeholder,
  .gform_wrapper .gform_body input[type="tel"]::placeholder,
  .gform_wrapper .gform_body textarea::placeholder {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 991px) {
  .gform_wrapper .gform_body input[type="text"]::placeholder,
  .gform_wrapper .gform_body input[type="email"]::placeholder,
  .gform_wrapper .gform_body input[type="tel"]::placeholder,
  .gform_wrapper .gform_body textarea::placeholder {
    font-size: 1.25rem;
  }
}
.gform_wrapper .gform_body input:focus::placeholder,
.gform_wrapper .gform_body input:not(:placeholder-shown)::placeholder {
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
.post-item {
  padding-bottom: 40px;
  padding-right: 25px;
  padding-left: 25px;
}
@media only screen and (max-width: 1199px) {
  .post-item {
    padding-right: 13px;
    padding-left: 13px;
  }
}
.post-item .post-item-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  box-shadow: rgba(0,0,0,0.15) 0rem 0.3125rem 0.9375rem 0rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .post-item .post-item-wrapper {
    max-width: unset;
  }
}
.post-item .post-item-wrapper .featured-image-wrapper {
  min-height: 290px;
  max-height: 290px;
  height: 100%;
  width: 100%;
  position: relative;
}
.post-item .post-item-wrapper .featured-image-wrapper .icon-wrapper {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 22px;
}
.post-item .post-item-wrapper .featured-image-wrapper .icon-wrapper .heart.solid {
  display: none;
}
.post-item .post-item-wrapper .featured-image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-item .post-item-wrapper .title a {
  padding-bottom: 5px;
  min-height: 65px;
  max-height: 65px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .post-item .post-item-wrapper .title a {
    min-height: 55px;
    max-height: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .post-item .post-item-wrapper .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 991px) {
  .post-item .post-item-wrapper .title a {
    min-height: unset;
    max-height: unset;
  }
}
.post-item .post-item-wrapper .text-content-wrapper {
  padding: 25px 15px 35px 15px;
}
.post-item .post-item-wrapper .text-content-wrapper .card-content {
  max-height: 140px;
  min-height: 140px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1199px) {
  .post-item .post-item-wrapper .text-content-wrapper .card-content {
    max-height: 130px;
    min-height: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .post-item .post-item-wrapper .text-content-wrapper .card-content {
    max-height: 130px;
    min-height: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .post-item .post-item-wrapper .text-content-wrapper .card-content {
    max-height: 120px;
    min-height: 120px;
  }
}
.post-item .post-item-wrapper .text-content-wrapper .card-content * {
  font-weight: normal;
  margin: 0;
}
.post-item .post-item-wrapper .text-content-wrapper .card-content ul,
.post-item .post-item-wrapper .text-content-wrapper .card-content ol {
  padding-left: 25px;
}
.post-item .post-item-wrapper .text-content-wrapper .card-content p {
  color: #2B2B2B;
}
.site-component-container.breadcrumb-container {
  padding-bottom: 0;
}
.site-component-container.breadcrumb-container .breadcrumb-row {
  padding: 40px 0 40px;
}
.site-component-container.breadcrumb-container .breadcrumb-row a,
.site-component-container.breadcrumb-container .breadcrumb-row p,
.site-component-container.breadcrumb-container .breadcrumb-row span {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.site-component-container.breadcrumb-container .breadcrumb-row svg {
  width: 9px;
  margin: 0 10px 1px;
}
.site-component-container.breadcrumb-container .breadcrumb-row a {
  color: #910002;
}
.site-component-container.filter-container {
  padding: 0 0 10px;
}
.category-title-row {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .category-title-row {
    padding-bottom: 30px;
  }
}
.category-title-row #selected-category {
  position: relative;
}
.category-title-row #selected-category:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 8px;
  right: 0;
  background-color: #910002;
  width: 100%;
  max-width: 120px;
}
.facetwp-facet {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .facetwp-facet {
    margin-bottom: 25px;
  }
}
.facetwp-facet .facetwp-radio {
  padding: 13px 20px;
  border: 1px solid #707070;
  background: unset;
  border-radius: 50px;
  white-space: nowrap;
  margin-bottom: 15px;
  font-size: 1.25rem;
}
.facetwp-facet .facetwp-radio:not(:last-child) {
  margin-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .facetwp-facet .facetwp-radio {
    font-size: 1.0625rem;
    padding: 10px 15px;
  }
}
.facetwp-facet .facetwp-radio.checked {
  background-color: #707070;
  background-image: unset;
  color: white;
}
.facetwp-facet .facetwp-radio .facetwp-display-value {
  white-space: nowrap;
}
.pagination-row .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination-row .pagination-wrapper .page-numbers {
  margin: 0 10px;
  font-weight: normal;
}
.pagination-row .pagination-wrapper .page-numbers.current {
  font-weight: bold;
}
.pagination-row .pagination-wrapper .page-numbers.prev,
.pagination-row .pagination-wrapper .page-numbers.next {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  background-color: #910002;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-row .pagination-wrapper .page-numbers.prev svg,
.pagination-row .pagination-wrapper .page-numbers.next svg {
  width: 1.2em;
  height: 1.2em;
}
.pagination-row .pagination-wrapper .page-numbers.prev svg path,
.pagination-row .pagination-wrapper .page-numbers.next svg path {
  fill: white;
}
.form-group.search-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: 0 15px;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .form-group.search-wrapper.desktop {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .form-group.search-wrapper.mobile {
    display: none;
  }
}
.form-group.search-wrapper.search-wrapper.open-search-bar .form-control {
  padding: 5px 35px 5px 15px;
  width: 100%;
  transition: 0.3s ease-in-out all;
}
.form-group.search-wrapper.open-search-bar .form-control {
  border: 2px solid #910002;
  transition: 0.3s ease-in-out all;
}
.form-group.search-wrapper .form-control {
  padding: 5px 15px;
  margin-right: -40px;
  border: 2px solid transparent;
  border-radius: 100px;
  width: 0;
  transition: 0.3s ease-in-out all;
  height: 40px;
}
@media only screen and (max-width: 991px) {
  .form-group.search-wrapper .form-control {
    width: 100%;
    border: 2px solid #910002;
  }
}
.form-group.search-wrapper .form-control:focus {
  box-shadow: none;
}
.form-group.search-wrapper .search-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #910002;
  transition: 0.3s ease-in-out all;
  border: 2px solid #910002;
}
@media only screen and (max-width: 991px) {
  .form-group.search-wrapper .search-icon-wrapper {
    display: none;
  }
  .form-group.search-wrapper .search-icon-wrapper.submit {
    display: flex;
    padding: 0;
  }
}
.form-group.search-wrapper .search-icon-wrapper svg {
  margin: 0;
  width: 20px;
}
.form-group.search-wrapper .search-icon-wrapper svg path {
  fill: white;
  transition: 0.3s ease-in-out all;
}
.form-group.search-wrapper .search-icon-wrapper.submit {
  display: none;
}
@media only screen and (max-width: 991px) {
  .form-group.search-wrapper .search-icon-wrapper.submit {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .form-group.search-wrapper .search-icon-wrapper.hide {
    display: none;
  }
  .form-group.search-wrapper .search-icon-wrapper.show {
    display: flex;
  }
}
.shortcode-container .splw-main-wrapper {
  max-width: 100% !important;
  margin: 0 !important;
}
.shortcode-container .splw-main-wrapper .splw-lite-templates-body {
  padding: 50px !important;
}
@media only screen and (max-width: 1199px) {
  .shortcode-container .splw-main-wrapper .splw-lite-templates-body {
    padding: 40px 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .shortcode-container .splw-main-wrapper .splw-lite-templates-body {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .shortcode-container .splw-main-wrapper .splw-lite-templates-body {
    padding: 30px !important;
  }
}
.shortcode-container .splw-main-wrapper .splw-lite-templates-body .lw-current-data-area {
  flex: 0 0 40% !important;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .shortcode-container .splw-main-wrapper .splw-lite-templates-body .lw-current-data-area {
    padding-left: calc(100% / 20) !important;
  }
  .shortcode-container .splw-main-wrapper .splw-lite-templates-body .lw-current-data-area:before {
    content: '';
    width: 2px;
    background-color: #910002;
    height: 100%;
    position: absolute;
    right: calc(100% / 6);
    margin: auto;
  }
}
.shortcode-container .splw-main-wrapper .splw-lite-templates-body .lw-current-data-area .splw-lite-header .splw-lite-header-title-wrapper {
  display: flex;
  flex-direction: column;
}
.shortcode-container .splw-main-wrapper .splw-lite-templates-body .lw-current-data-area .splw-lite-header .splw-lite-header-title-wrapper .splw-lite-header-title {
  padding-bottom: 15px;
  font-size: 1.75rem;
}
@media only screen and (max-width: 1199px) {
  .shortcode-container .splw-main-wrapper .splw-lite-templates-body .lw-current-data-area .splw-lite-header .splw-lite-header-title-wrapper .splw-lite-header-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .shortcode-container .splw-main-wrapper .splw-lite-templates-body .lw-current-data-area .splw-lite-header .splw-lite-header-title-wrapper .splw-lite-header-title {
    font-size: 1.3125rem;
  }
}
.shortcode-container .splw-main-wrapper .splw-lite-templates-body .lw-current-data-area .splw-lite-header .splw-lite-header-title-wrapper .splw-lite-header-title,
.shortcode-container .splw-main-wrapper .splw-lite-templates-body .lw-current-data-area .splw-lite-header .splw-lite-header-title-wrapper .splw-lite-current-time {
  margin-right: auto;
}
.shortcode-container .splw-main-wrapper .splw-lite-templates-body .splw-lite-daily-weather-details {
  display: flex;
  align-items: center;
  position: relative;
  flex: 0 0 60% !important;
  width: 100%;
}
.shortcode-container .splw-main-wrapper .splw-lite-templates-body .splw-lite-daily-weather-details .splw-weather-details {
  width: 100%;
  flex: unset;
  font-size: 1.375rem;
}
@media only screen and (max-width: 1199px) {
  .shortcode-container .splw-main-wrapper .splw-lite-templates-body .splw-lite-daily-weather-details .splw-weather-details {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 991px) {
  .shortcode-container .splw-main-wrapper .splw-lite-templates-body .splw-lite-daily-weather-details .splw-weather-details {
    font-size: 1.25rem;
  }
}
.shortcode-container .splw-main-wrapper .splw-lite-templates-body .splw-lite-daily-weather-details .splw-weather-details div {
  width: 50% !important;
  flex: unset !important;
  padding: 7px 0 !important;
  text-align: left !important;
}
@media only screen and (max-width: 991px) {
  .shortcode-container .splw-main-wrapper .splw-lite-templates-body .splw-lite-daily-weather-details .splw-weather-details div {
    width: 100% !important;
  }
}
.shortcode-container .splw-main-wrapper .splw-lite-templates-body .splw-lite-daily-weather-details .splw-weather-details div .details-icon svg {
  width: 18px;
}
@media only screen and (max-width: 991px) {
  .shortcode-container .splw-main-wrapper .splw-lite-templates-body .splw-lite-daily-weather-details .splw-weather-details div .details-icon svg {
    width: 16px;
  }
}
.shortcode-container .splw-main-wrapper .lw-footer {
  display: none;
}
.splide .splide__track {
  position: relative;
}
.splide .splide__track .splide__list .splide__slide .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: calc(100% - 30px);
  margin: auto;
  height: 100%;
}
.splide .splide__track .splide__list .splide__slide .content-wrapper img {
  width: 100%;
  margin: 0 auto 15px;
  max-height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1400px) {
  .splide .splide__track .splide__list .splide__slide .content-wrapper img {
    height: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .splide .splide__track .splide__list .splide__slide .content-wrapper img {
    height: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .splide .splide__track .splide__list .splide__slide .content-wrapper img {
    height: 350px;
  }
}
.splide .splide__arrow {
  opacity: 1;
  transition: 0.3s ease-in-out all;
}
.splide .splide__arrow[disabled] {
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
.splide .splide__pagination {
  height: 70px;
  position: relative;
  padding: 25px 0 30px;
}
@media only screen and (max-width: 991px) {
  .splide .splide__pagination {
    height: 10px;
    padding: 0;
    transform: translateY(-15px);
    z-index: 3;
  }
}
.splide .splide__pagination .splide__pagination__page {
  width: 40px;
  height: 10px;
  border-radius: 5px;
  margin: 0 10px;
  transition: 0.3s ease-in-out all;
  opacity: 1;
  background-color: white;
  border: 1px solid #910002;
}
@media only screen and (max-width: 991px) {
  .splide .splide__pagination .splide__pagination__page {
    width: 10px;
    margin-bottom: 5px;
  }
}
.splide .splide__pagination .splide__pagination__page.is-active {
  background-color: #910002;
  transform: scale(1);
  transition: 0.3s ease-in-out all;
}
html .site-component-container.accordion-container .accordion.accordion-flush >.accordion-item {
  padding: 25px 0;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.accordion-container .accordion.accordion-flush >.accordion-item {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container.accordion-container .accordion.accordion-flush >.accordion-item {
    padding: 5px 0;
  }
}
html .site-component-container.accordion-container .accordion.accordion-flush >.accordion-item:last-child {
  border-bottom: 0;
}
html .site-component-container.accordion-container .accordion.accordion-flush >.accordion-item .accordion-header {
  outline: 0;
}
@media only screen and (max-width: 991px) {
  html .site-component-container.accordion-container .accordion.accordion-flush >.accordion-item .accordion-button {
    padding: 15px 0;
  }
}
html .site-component-container.accordion-container .accordion.accordion-flush >.accordion-item .accordion-button:after {
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20448%20512'%3E%3C!--%21Font%20Awesome%20Free%206.6.0%20by%20%40fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202024%20Fonticons,%20Inc.--%3E%3Cpath%20d='M256%2080c0-17.7-14.3-32-32-32s-32%2014.3-32%2032l0%20144L48%20224c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032l144%200%200%20144c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32l0-144%20144%200c17.7%200%2032-14.3%2032-32s-14.3-32-32-32l-144%200%200-144z'%2F%3E%3C/svg%3E");
}
html .site-component-container.accordion-container .accordion.accordion-flush >.accordion-item .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
}
html .site-component-container.accordion-container .accordion.accordion-flush >.accordion-item .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20%200%20448%20512%22%3E%3Cpath%20d%3D%22M432%20256c0%2017.7%2D14.3%2032%2D32%2032L48%20288c%2D17.7%200%2D32%2D14.3%2D32%2D32s14.3%2D32%2032%2D32l352%200c17.7%200%2032%2014.3%2032%2032z%22%2F%3E%3C%2Fsvg%3E");
}
html .site-component-container.accordion-container .accordion.accordion-flush >.accordion-item .accordion-button:focus {
  box-shadow: none;
}
html .site-component-container.accordion-container .accordion.accordion-flush >.accordion-item .accordion-button:focus-visible {
  outline: 0;
}
html .site-component-container.accordion-container .accordion.accordion-flush >.accordion-item .accordion-button .accordion-title {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  html .site-component-container.accordion-container .accordion.accordion-flush >.accordion-item .accordion-body {
    padding: 15px 0;
  }
}
.page-template-default .site-component-container.large-banner-container {
  margin-bottom: 0;
}
.site-component-container.large-banner-container {
  padding: 0;
  margin-bottom: 0;
  height: 50vw;
  max-height: calc(100vh - 150px);
  min-height: 550px;
  width: 100%;
  position: relative;
}
.site-component-container.large-banner-container .splide {
  justify-content: center;
  align-items: end;
  height: 100%;
}
.site-component-container.large-banner-container .splide .splide__track {
  height: 100%;
}
.site-component-container.large-banner-container .splide .splide__track .splide__list:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(to top,#000000,rgba(0,0,0,0.5),rgba(0,0,0,0),rgba(0,0,0,0));
}
.site-component-container.large-banner-container .splide .splide__track .splide__list .splide__slide {
  height: calc(100vh - 150px);
}
.site-component-container.large-banner-container .splide .splide__track .splide__list .splide__slide .slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-component-container.large-banner-container .splide .content-wrapper {
  position: absolute;
  bottom: 130px;
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1199px) {
  .site-component-container.large-banner-container .splide .content-wrapper {
    bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .site-component-container.large-banner-container .splide .content-wrapper {
    bottom: 60px;
  }
}
.site-component-container.large-banner-container .splide .content-wrapper .title,
.site-component-container.large-banner-container .splide .content-wrapper .snippet {
  padding: 0;
}
.site-component-container.large-banner-container .splide .content-wrapper .title {
  margin-bottom: 30px;
}
.site-component-container.large-banner-container .splide .content-wrapper .snippet {
  max-width: 1000px;
}
.site-component-container.large-banner-container .splide .content-wrapper .snippet * {
  font-family: "Noto Sans", sans-serif;
}
.site-component-container.large-banner-container .splide__arrows {
  display: none;
}
.site-component-container.large-banner-container .splide__pagination {
  transform: translateY(-60px);
}
.site-component-container.small-banner-container {
  padding-bottom: 15px;
}
.site-component-container.small-banner-container .small-banner-slider {
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  position: relative;
}
.site-component-container.small-banner-container .small-banner-slider .splide__arrows {
  display: none;
}
.site-component-container.small-banner-container .small-banner-slider .splide__track {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
}
.site-component-container.small-banner-container .small-banner-slider .splide__track:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,#000000,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0));
}
.site-component-container.small-banner-container .small-banner-slider .splide__track .splide__slide .slide-image,
.site-component-container.small-banner-container .small-banner-slider .splide__track .splide__slide .attachment-slide-image {
  width: 100%;
  max-height: 400px;
  height: 100%;
  object-fit: cover;
}
.site-component-container.small-banner-container .small-banner-slider .title {
  position: absolute;
  left: 40px;
  bottom: 25px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .site-component-container.small-banner-container .small-banner-slider .title {
    left: 30px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .site-component-container.small-banner-container .small-banner-slider .title {
    left: 20px;
    bottom: 15px;
  }
}
html .site-component-container.bordered-text-box-container {
  background-color: #F2F2F2;
  padding: 50px 0;
}
html .site-component-container.bordered-text-box-container .bordered-text-box-row {
  padding: 15px;
  border-radius: 15px;
  min-height: 400px;
  background-color: white;
  box-shadow: rgba(0,0,0,0.15) 0px 5px 15px 0px;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.bordered-text-box-container .bordered-text-box-row {
    max-width: calc(100% - 30px);
  }
}
html .site-component-container.bordered-text-box-container .bordered-text-box-row .bordered-text-box-column {
  border: 2px solid #910002;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  position: relative;
}
html .site-component-container.bordered-text-box-container .bordered-text-box-row .bordered-text-box-column:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 8px;
  width: 100%;
  background-color: #910002;
  left: 0;
  right: 0;
}
html .site-component-container.bordered-text-box-container .bordered-text-box-row .bordered-text-box-column .title {
  margin-bottom: 30px;
}
html .site-component-container.bordered-text-box-container .bordered-text-box-row .bordered-text-box-column .text-content * {
  font-family: "Noto Sans", sans-serif;
}
html .site-component-container.parent-links-container {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.parent-links-container {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container.parent-links-container {
    padding-bottom: 50px;
  }
}
html .site-component-container.parent-links-container .parent-links-row {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
html .site-component-container.parent-links-container .parent-links-row .parent-link-column {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
  background-color: #F2F2F2;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.parent-links-container .parent-links-row .parent-link-column {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  html .site-component-container.parent-links-container .parent-links-row .parent-link-column {
    padding-top: 25px;
  }
}
html .site-component-container.parent-links-container .parent-links-row .parent-link-column .link-wrapper {
  width: 25%;
  padding-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.parent-links-container .parent-links-row .parent-link-column .link-wrapper {
    width: 50%;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  html .site-component-container.parent-links-container .parent-links-row .parent-link-column .link-wrapper {
    width: 100%;
    padding-bottom: 25px;
  }
}
html .site-component-container.parent-links-container .parent-links-row .parent-link-column .link-wrapper a {
  display: flex;
  flex-direction: column;
}
html .site-component-container.parent-links-container .parent-links-row .parent-link-column .link-wrapper .icon-wrapper svg {
  height: 55px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.parent-links-container .parent-links-row .parent-link-column .link-wrapper .icon-wrapper svg {
    height: 45px;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container.parent-links-container .parent-links-row .parent-link-column .link-wrapper .icon-wrapper svg {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  html .site-component-container.parent-links-container .parent-links-row .parent-link-column .link-wrapper .icon-wrapper svg {
    height: 35px;
  }
}
html .site-component-container.parent-links-container .parent-links-row .parent-link-column .link-wrapper .title {
  margin: 0;
}
html .site-component-container.title-text-container {
  scroll-margin-top: 200px;
  padding: 0;
}
html .site-component-container.title-text-container.light-grey-background {
  background-color: #F2F2F2;
}
html .site-component-container.title-text-container .title-text-row {
  width: calc(100% - 30px);
}
html .site-component-container.title-text-container .title-text-row .title-text-column {
  max-width: 1000px;
}
html .site-component-container.title-text-container .title-text-row .title {
  margin-bottom: 50px;
  position: relative;
  font-weight: bold;
  width: fit-content;
  width: -moz-fit-content;
}
width: -webkit-fit-content
			
			html .site-component-container.title-text-container .title-text-row .title:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 8px;
  right: 0;
  background-color: #910002;
  width: 100%;
  max-width: 120px;
}
html .site-component-container.title-text-container .title-text-row .content {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.title-text-container .title-text-row .content {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container.title-text-container .title-text-row .content {
    padding-bottom: 30px;
  }
}
html .site-component-container.title-text-container .title-text-row .content * {
  font-family: "Noto Sans", sans-serif;
}
@media only screen and (max-width: 991px) {
  .download-container .download-row {
    flex-direction: column-reverse;
  }
}
.download-container .download-row .download-column {
  background-color: #F2F2F2;
  padding: 35px 30px 40px 55px;
  border-top-left-radius: 20px;
  margin-right: -12px;
  margin-left: 12px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  height: fit-content;
}
@media only screen and (max-width: 1199px) {
  .download-container .download-row .download-column {
    padding: 35px 30px 40px 55px;
  }
}
@media only screen and (max-width: 991px) {
  .download-container .download-row .download-column {
    align-items: start;
    max-width: calc(100% - 24px);
    border-top-left-radius: 0px;
    border-bottom-right-radius: 20px;
    padding: 25px 30px;
  }
}
.download-container .download-row .download-column .content-wrapper {
  height: fit-content;
}
.download-container .download-row .download-column .content-wrapper svg {
  width: 26px;
  margin-top: -7px;
}
.download-container .download-row .download-column .content-wrapper .file-name {
  color: #2B2B2B;
  line-height: 1.2;
}
.download-container .download-row .download-column .content-wrapper .standard-button {
  width: fit-content;
  width: -moz-max-content;
  width: -webkit-max-content;
}
.download-container .download-row .image-column .image-wrapper {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .download-container .download-row .image-column .image-wrapper {
    height: 250px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
  }
}
.resources-container .resources-row {
  background-color: #F2F2F2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 45px 42px 40px;
}
@media only screen and (max-width: 991px) {
  .resources-container .resources-row {
    padding: 30px 20px 20px;
  }
}
.resources-container .resources-row .title {
  margin-bottom: 50px;
}
.resources-container .resources-row .resource-column .name-wrapper {
  display: flex;
  color: #2B2B2B;
  transition: 0.3s ease-in-out all;
  margin-bottom: 15px;
}
.resources-container .resources-row .resource-column .name-wrapper:not(.standard-button)[target="_blank"]:not([href$=".pdf"])::after,
.resources-container .resources-row .resource-column .name-wrapper:not(.standard-button)[target="_blank"]::after {
  content: unset;
}
.resources-container .resources-row .resource-column .name-wrapper:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out all;
}
.resources-container .resources-row .resource-column .name-wrapper p {
  margin: 0;
}
.resources-container .resources-row .resource-column .icon-wrapper {
  display: inline-flex;
  height: 17px;
  margin: 0 15px 0 0;
  filter: invert(19%) sepia(23%) saturate(7412%) hue-rotate(340deg) brightness(78%) contrast(128%);
}
.committee-and-staff-container .committee-and-staff-row .committee-and-staff-column {
  padding-bottom: 30px;
}
.committee-and-staff-container .committee-and-staff-row .committee-and-staff-column .image-wrapper {
  margin-bottom: 25px;
}
.committee-and-staff-container .committee-and-staff-row .committee-and-staff-column .image-wrapper img {
  width: 100%;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  max-height: 250px;
  height: 100%;
}
.testimonials-container .testimonials-row {
  align-items: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .testimonials-container .testimonials-row {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-container .testimonials-row {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-container .testimonials-row {
    flex-direction: column-reverse;
  }
}
.testimonials-container .testimonials-row .testimonial-image-column {
  z-index: 2;
}
.testimonials-container .testimonials-row .testimonial-image-column img {
  width: 100%;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonials-container .testimonials-row .testimonial-image-column img {
    border-bottom-right-radius: 0px;
  }
}
.testimonials-container .testimonials-row .testimonial-content-column {
  background-color: #F2F2F2;
  padding: 40px 140px 40px 120px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-right: -120px;
}
@media only screen and (max-width: 1199px) {
  .testimonials-container .testimonials-row .testimonial-content-column {
    padding: 30px 120px 30px 100px;
    margin-right: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-container .testimonials-row .testimonial-content-column {
    padding: 30px 90px 30px 70px;
    margin-right: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-container .testimonials-row .testimonial-content-column {
    padding: 30px 30px 20px;
    margin-right: 0;
    border-top-left-radius: 0;
  }
}
.testimonials-container .testimonials-row:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .testimonials-container .testimonials-row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.testimonials-container .testimonials-row:nth-child(even) .testimonial-content-column {
  padding: 40px 100px 40px 160px;
  margin-left: -120px;
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .testimonials-container .testimonials-row:nth-child(even) .testimonial-content-column {
    padding: 30px 60px 30px 150px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-container .testimonials-row:nth-child(even) .testimonial-content-column {
    padding: 30px 30px 30px 140px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-container .testimonials-row:nth-child(even) .testimonial-content-column {
    padding: 30px 30px 20px;
    margin-left: 0;
  }
}
.testimonials-container .testimonials-row.no-image .testimonial-content-column {
  padding: 40px 100px;
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 1199px) {
  .testimonials-container .testimonials-row.no-image .testimonial-content-column {
    padding: 30px 60px;
    margin-margin: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-container .testimonials-row.no-image .testimonial-content-column {
    padding: 30px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-container .testimonials-row.no-image .testimonial-content-column {
    padding: 30px 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
.link-list-container .link-list-row .link-list-column {
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .link-list-container .link-list-row .link-list-column {
    padding-bottom: 20px;
  }
}
.link-list-container .link-list-row .link-list-column .link-wrapper {
  background-color: #F2F2F2;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 6px solid #910002;
  box-shadow: rgba(0,0,0,0.15) 0px 5px 15px 0px;
  position: relative;
  transform: scale(1);
  transition: 0.3s ease-in-out all;
  text-align: center;
}
.link-list-container .link-list-row .link-list-column .link-wrapper:hover {
  transform: scale(1.03);
  transition: 0.3s ease-in-out all;
}
.link-list-container .link-list-row .link-list-column .link-wrapper .link {
  height: 100%;
  width: 100%;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
}
.link-list-container .link-list-row .link-list-column .link-wrapper .link:after {
  content: unset;
}
.link-list-container .link-list-row .link-list-column .link-wrapper svg {
  position: absolute;
  right: 5px;
  top: 5px;
  margin: auto;
  width: 20px;
  height: 20px;
}
.link-list-container .link-list-row .link-list-column .link-wrapper p {
  color: #2B2B2B;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 65px;
}
.spacer {
  padding-top: 70px;
}
@media only screen and (max-width: 1199px) {
  .spacer {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .spacer {
    padding-top: 45px;
  }
}
.spacer.small {
  padding-top: 45px;
}
@media only screen and (max-width: 1199px) {
  .spacer.small {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .spacer.small {
    padding-top: 25px;
  }
}
.spacer.light-grey-background {
  background-color: #F2F2F2;
}
html .site-component-container.topic-list-container {
  padding-bottom: 30px;
}
html .site-component-container.topic-list-container .topic-list-row .topic-column .topic-wrapper {
  height: 50vw;
  position: relative;
  margin-bottom: 45px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  max-height: 325px;
  min-height: 275px;
}
@media only screen and (max-width: 991px) {
  html .site-component-container.topic-list-container .topic-list-row .topic-column .topic-wrapper {
    margin-bottom: 30px;
  }
}
html .site-component-container.topic-list-container .topic-list-row .topic-column .topic-wrapper:hover a img {
  transform: scale(1.2);
  transition: 0.3s ease-in-out all;
}
html .site-component-container.topic-list-container .topic-list-row .topic-column .topic-wrapper a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
}
html .site-component-container.topic-list-container .topic-list-row .topic-column .topic-wrapper a:before {
  content: '';
  position: absolute;
  background-color: #910002BB;
  width: 100%;
  height: 100%;
  z-index: 2;
}
html .site-component-container.topic-list-container .topic-list-row .topic-column .topic-wrapper a .title {
  z-index: 2;
  position: relative;
}
html .site-component-container.topic-list-container .topic-list-row .topic-column .topic-wrapper a img {
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1);
  transition: 0.3s ease-in-out all;
}
html .site-component-container.topic-list-container .topic-list-row .topic-column:nth-child(even) .topic-wrapper a:before {
  background-color: #2B2B2BBB;
}
html .site-component-container.anchors-container .anchors-row {
  padding-left: calc(var(--bs-gutter-x)* .5);
  padding-right: calc(var(--bs-gutter-x)* .5);
}
html .site-component-container.anchors-container .anchors-row .anchors-column {
  padding: 40px 55px;
  background-color: #F2F2F2;
  font-weight: bold;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  max-width: 1146px;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  html .site-component-container.anchors-container .anchors-row .anchors-column.mobile {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container.anchors-container .anchors-row .anchors-column.desktop {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.anchors-container .anchors-row .anchors-column {
    padding: 30px 55px;
  }
}
@media only screen and (max-width: 991px) {
  html .site-component-container.anchors-container .anchors-row .anchors-column {
    padding: 25px 40px;
  }
}
html .site-component-container.anchors-container .anchors-row .anchors-column .anchor-link-wrapper {
  display: inline-flex;
  align-items: center;
}
html .site-component-container.anchors-container .anchors-row .anchors-column .anchor-link-wrapper .seperator {
  position: relative;
  width: 55px;
  display: inline-flex;
  text-align: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  html .site-component-container.anchors-container .anchors-row .anchors-column .anchor-link-wrapper .seperator {
    width: 50px;
  }
}
html .site-component-container.anchors-container .anchors-row .anchors-column .anchor-link-wrapper .seperator:after {
  position: absolute;
  margin: auto;
  top: -20px;
  left: 0;
  right: 0;
  content: '';
  height: 26px;
  width: 2px;
  background-color: #707070;
}
html .site-component-container.anchors-container .anchors-row .anchors-column .anchor-link-wrapper a {
  color: #910002;
  margin-bottom: 15px;
}
html .site-component-container.anchors-container .anchors-row .anchors-column.mobile {
  background-color: white;
  padding: 30px 0;
}
html .site-component-container.anchors-container .anchors-row .anchors-column.mobile .dropdown-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0;
}
html .site-component-container.anchors-container .anchors-row .anchors-column.mobile .dropdown-toggle:before {
  content: '';
  border-top: 0;
  height: 2px;
  background-color: #910002;
  width: 100%;
  bottom: 0;
  top: 25px;
  left: 0;
  position: absolute;
  margin: 0;
}
html .site-component-container.anchors-container .anchors-row .anchors-column.mobile .dropdown-menu {
  width: calc(100% - 45px);
  margin: auto;
  --bs-dropdown-border-radius: 0;
}
.site-component-container.list-image-container.light-grey-background,
.site-component-container.text-content-image-container.light-grey-background {
  background-color: #F2F2F2;
}
@media only screen and (max-width: 991px) {
  .site-component-container.list-image-container .list-image-row,
  .site-component-container.text-content-image-container .list-image-row {
    flex-direction: column-reverse;
  }
}
.site-component-container.list-image-container .list-image-row.alternate-columns,
.site-component-container.text-content-image-container .list-image-row.alternate-columns {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .site-component-container.list-image-container .list-image-row.alternate-columns,
  .site-component-container.text-content-image-container .list-image-row.alternate-columns {
    flex-direction: column-reverse;
  }
}
.site-component-container.list-image-container .list-image-row.alternate-columns .image-column,
.site-component-container.text-content-image-container .list-image-row.alternate-columns .image-column {
  display: flex;
  justify-content: start;
}
@media only screen and (max-width: 991px) {
  .site-component-container.list-image-container .list-image-row.alternate-columns .image-column,
  .site-component-container.text-content-image-container .list-image-row.alternate-columns .image-column {
    justify-content: center;
  }
}
.site-component-container.list-image-container .list-image-row .list-column .list,
.site-component-container.text-content-image-container .list-image-row .list-column .list {
  padding-left: 35px;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .site-component-container.list-image-container .list-image-row .list-column .list,
  .site-component-container.text-content-image-container .list-image-row .list-column .list {
    padding-left: 25px;
  }
}
.site-component-container.list-image-container .list-image-row .list-column .list .list-item,
.site-component-container.text-content-image-container .list-image-row .list-column .list .list-item {
  position: relative;
}
.site-component-container.list-image-container .list-image-row .list-column .list .list-item:not(:last-child),
.site-component-container.text-content-image-container .list-image-row .list-column .list .list-item:not(:last-child) {
  padding-bottom: 15px;
}
.site-component-container.list-image-container .list-image-row .list-column .list .list-item::before,
.site-component-container.text-content-image-container .list-image-row .list-column .list .list-item::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E");
  content: "";
  width: 17px;
  position: absolute;
  height: 21px;
  background-repeat: no-repeat;
  left: -22px;
  top: 5px;
  filter: invert(19%) sepia(23%) saturate(7412%) hue-rotate(340deg) brightness(78%) contrast(128%);
}
.site-component-container.list-image-container .list-image-row .list-column .list .list-item .list-title,
.site-component-container.text-content-image-container .list-image-row .list-column .list .list-item .list-title {
  margin-bottom: 7px;
  font-weight: bold;
}
.site-component-container.list-image-container .list-image-row .image-column,
.site-component-container.text-content-image-container .list-image-row .image-column {
  display: flex;
  justify-content: start;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .site-component-container.list-image-container .list-image-row .image-column,
  .site-component-container.text-content-image-container .list-image-row .image-column {
    justify-content: center;
    padding-bottom: 30px;
  }
}
.site-component-container.list-image-container .list-image-row .image-column img,
.site-component-container.text-content-image-container .list-image-row .image-column img {
  width: 100%;
  height: 500px;
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
  max-width: 400px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.site-component-container.list-image-container .list-image-row .image-column .caption,
.site-component-container.text-content-image-container .list-image-row .image-column .caption {
  margin-top: 15px;
  max-width: 400px;
}
.related-posts-container .title-row .title-column {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .related-posts-container .title-row .title-column {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .related-posts-container .title-row .title-column {
    padding-bottom: 15px;
  }
}
.activities-list-container .activities-list-row {
  margin-left: 30px;
  margin-right: 30px;
  max-width: 1195px;
  position: relative;
  max-height: 700px;
}
@media only screen and (max-width: 991px) {
  .activities-list-container .activities-list-row {
    max-height: 550px;
  }
}
.activities-list-container .activities-list-row .splide__arrow {
  width: 44px;
  height: 44px;
  background-color: #910002;
  top: 0;
  bottom: 60px;
  margin: auto;
}
.activities-list-container .activities-list-row .splide__arrow svg {
  fill: #FFFFFF;
}
.activities-list-container .activities-list-row .splide__arrow.splide__arrow--next {
  right: 0;
}
.activities-list-container .activities-list-row .splide__arrow.splide__arrow--prev {
  left: 0;
}
.accommodations-container {
  padding: 0;
}
.accommodations-container .accommodations-row .accommodation-column {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .accommodations-container .accommodations-row .accommodation-column {
    margin-bottom: 30px;
  }
}
.accommodations-container .accommodations-row .accommodation-column .card-wrapper {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .accommodations-container .accommodations-row .accommodation-column .card-wrapper {
    height: auto;
    overflow: auto;
  }
}
.accommodations-container .accommodations-row .accommodation-column .card-wrapper .featured-image,
.accommodations-container .accommodations-row .accommodation-column .card-wrapper .attachment-featured-image {
  width: 100%;
  max-height: 240px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.accommodations-container .accommodations-row .accommodation-column .card-wrapper .info-wrapper {
  background-color: #F2F2F2;
  padding: 25px 35px 20px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .accommodations-container .accommodations-row .accommodation-column .card-wrapper .info-wrapper {
    height: auto;
  }
}
.accommodations-container .accommodations-row .accommodation-column .card-wrapper .info-wrapper .title {
  margin-bottom: 20px;
}
.accommodations-container .accommodations-row .accommodation-column .card-wrapper .info-wrapper .info {
  padding-bottom: 10px;
}
.accommodations-container .accommodations-row .accommodation-column .card-wrapper .info-wrapper p {
  margin-bottom: 0;
  font-size: 1.25rem;
}
@media only screen and (max-width: 1199px) {
  .accommodations-container .accommodations-row .accommodation-column .card-wrapper .info-wrapper p {
    font-size: 1.0625rem;
  }
}
.shops-container .shop-column {
  padding: 0 0 30px;
}
.shops-container .shop-column .card-wrapper {
  background-color: #F2F2F2;
  padding: 25px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.shops-container .shop-column .card-wrapper .title {
  margin-bottom: 25px;
}
.shops-container .shop-column .card-wrapper .info {
  display: flex;
  flex-direction: column;
}
.shops-container .shop-column .card-wrapper .info p {
  margin-bottom: 10px;
}
.shops-container .shop-column .card-wrapper .info .info-wrapper {
  display: flex;
}
.shops-container .shop-column .card-wrapper .info .info-wrapper.hours-wrapper {
  flex-direction: column;
}
.shops-container .shop-column .card-wrapper .info .info-wrapper.hours-wrapper p {
  margin-bottom: 5px;
}
.shops-container .shop-column .card-wrapper .info .info-wrapper .hours-label {
  min-width: 205px;
}
