
@import url("https://use.typekit.net/ksl5erb.css");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&amp;family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&amp;family=Raleway:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900");
/*      Request ID: df9d4d4f2520de6d1c490be4f098f413_1763588002 (11/19/2025 4:37pm) (tY3BDYQwDMBWuQHumpFQ2kY0UtKcmlQCpgeJFeBnf2xopgTKx2ETCgr1iiMpu9scnKhO+M8sXJYWKrBwXwdVph4O0UjJYRXLKOCxy2W0xcDfLcmL+/cDTz8Uub/WtsxC6UI/AQ==)      */



/*      Resource ID: b5f4e1b85618a7753ffd3d7d42f (extra-styles.scss, compiled by sass, minified by none) (11/19/2025 4:37pm) (A:1365, B:1365, C:1297, D:1297, F:1297, J:1297, K:1297)      */

/* -------------------------------------------------------------------------- */
/*                              extra-styles.scss                             */
/* -------------------------------------------------------------------------- */
header h1.miz-page-header__title {
  padding: 2rem 2rem 1rem 2rem;
  width: fit-content;
  color: rgb(253, 184, 25);
  background-color: rgb(0, 0, 0);
  line-height: 0.9;
  font-family: var(--page-header-title-font-family);
  font-size: var(--page-header-title-font-size);
  font-weight: var(--page-header-title-font-weight);
  font-stretch: var(--page-header-title-font-stretch);
  margin: 0;
}

main header {
  margin-bottom: 0;
}

.miz-card__body * {
  margin-bottom: 0;
}

footer ol,
footer ul,
footer dl,
header ol,
header ul,
header dl {
  padding-left: 0;
}
footer .miz-card__body > * + *,
header .miz-card__body > * + * {
  margin: var(--card-body-stack);
}
footer a,
header a {
  color: unset;
  text-decoration: none;
}
footer .miz-card__body.miz-link-container a,
header .miz-card__body.miz-link-container a {
  font-weight: 600;
}
footer .miz-card__body.miz-link-container a:hover,
header .miz-card__body.miz-link-container a:hover {
  color: #000;
}

#main-sidebar ul.miz-link-list {
  padding: 0;
  width: 100%;
}
#main-sidebar ul.miz-link-list li {
  width: 100%;
}
#main-sidebar ul.miz-link-list li a {
  color: black;
  text-decoration: none;
  width: 100%;
  text-align: center;
  --link-background-color: rgb(253, 184, 25);
  --link-background-color-hover: rgb(255, 209, 125);
}

/*# sourceMappingURL=b5f4e1b85618a7753ffd3d7d42ff9110.9d7367c7.map */

/*      Resource ID: f3bdcf312fcf51114cdd88427b0 (main.scss, compiled by sass, minified by none) (11/18/2025 7:30pm) (A:243, B:243, C:19676, D:19696, F:19696, J:19696, K:19696)      */



body {
  font-family: "Open Sans", Segoe UI, tahoma, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Manuka";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

#lw_cal .row {
  align-items: flex-start;
}

#lw_cal_header {
  padding: 24px 0;
}

.group-calendar-header {
  padding: 12px;
  background-color: #f5f5f5;
  margin-bottom: 24px;
}
.group-calendar-header a {
  color: #353a3d;
  float: right;
}

.featured-event {
  display: none;
}
body[class*=lw_cal_view] .featured-event {
  display: flex;
}
body.lw_cal_event_detail .featured-event {
  display: none;
}

#day-view {
  display: flex;
  align-items: self-start;
  margin-bottom: 60px;
}
#day-view #day-left {
  display: none;
}
.lw_cal_view_today #day-view #day-left {
  display: block;
}
#day-view #day-right {
  padding-left: 12px;
  width: 100%;
}

@media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lw_cal_view_today #day-view #day-left {
    display: none;
  }
  .lw_cal_view_today #day-view #day-right {
    padding-left: 0;
  }
  #lw_cal_search_form {
    margin-bottom: 1rem;
  }
  #lw_cal_view_selector {
    position: sticky;
    top: 0;
    background: #fff;
    height: 36px;
    z-index: 5;
  }
  #lw_page #lw_cal_view_selector {
    top: 40px;
  }
  #lw_cal_header {
    position: sticky;
    top: 36px;
    background: #fff;
    z-index: 5;
  }
  #lw_page #lw_cal_header {
    top: 76px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .calendar-content {
    align-items: flex-start;
  }
  .calendar-content #main-sidebar {
    position: sticky;
    top: 60px;
  }
  #day-left {
    position: sticky;
    top: 60px;
  }
  #lw_page #day-left {
    top: 120px;
  }
  #day-left {
    width: 200px;
  }
}
#lw_cal > h1 {
  font-size: 48px;
}
#lw_cal .calendar-group {
  color: rgb(253, 184, 25);
  font-weight: bold;
}

.button,
.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button:hover,
.btn:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .button,
  .btn {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .button,
  .btn {
    font-size: 14px;
  }
}
.button.large,
.btn.large {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button.large:hover,
.btn.large:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .button.large,
  .btn.large {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .button.large,
  .btn.large {
    font-size: 14px;
  }
}
.button.large,
.btn.large {
  display: block;
  margin: 15px 0;
  padding: 10px 24px;
  border-radius: 24px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  text-decoration: none;
  background-color: white !important;
  color: #000 !important;
  border: 2px solid #000 !important;
  font-size: 14px;
}
.button.large:hover,
.btn.large:hover {
  text-decoration: none;
  background-color: #000 !important;
  color: #fff !important;
}
.button.small,
.btn.small {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button.small:hover,
.btn.small:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .button.small,
  .btn.small {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .button.small,
  .btn.small {
    font-size: 14px;
  }
}
.button.small,
.btn.small {
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 14px;
}

#lw_cal_subscribe {
  all: unset;
}
#lw_cal_subscribe > a,
#lw_cal_subscribe + a {
  font-stretch: condensed;
  font-size: 1.1em;
  --link-font-color: rgb(0, 0, 0);
  --link-background-color: rgb(253, 184, 25);
  --link-background-color-hover: rgb(255, 209, 125);
  --link-border-color: rgb(0, 0, 0);
  display: inline-block;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-bottom: 2px solid var(--link-border-color);
  color: var(--link-font-color) !important;
  text-decoration: none;
  font-weight: bold;
  z-index: 1;
  background-color: var(--link-background-color);
  background-image: linear-gradient(to left, var(--link-background-color-hover) 0%, var(--link-background-color-hover) 100%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position: left 0;
  transition: background-size 0.1s ease-in-out 0s;
  box-shadow: 0 4px 16px -3px rgba(0, 0, 0, 0.2);
}
#lw_cal_subscribe > a:hover, #lw_cal_subscribe > a:focus-visible,
#lw_cal_subscribe + a:hover,
#lw_cal_subscribe + a:focus-visible {
  background-size: 100% 100%;
}

#lw_cal_view_selector {
  margin-top: 0 !important;
}
#lw_cal_view_selector li a {
  font-weight: 400;
  font-size: 16px;
}
#lw_cal_view_selector li a:hover {
  color: #000;
}
#lw_cal_view_selector li.active a {
  color: rgb(253, 184, 25);
}

#lw_cal_search_form {
  display: flex;
}

#lw_mini_cal {
  margin: 12px 0 24px;
}
#lw_mini_cal h3 {
  font-size: 18px;
  color: #000;
  padding-left: 4px;
  padding-right: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {
  #lw_mini_cal h3 {
    font-size: 14px;
  }
}
#lw_mini_cal h3 a {
  color: #000;
  padding-top: 2px;
}
#lw_mini_cal h3 a:hover {
  color: #000;
}
#lw_mini_cal h3 #mini_cal_header {
  font-size: 1.25em;
  letter-spacing: 0.25px;
}
#lw_mini_cal td.today {
  background-color: #000 !important;
}
#lw_mini_cal td.today a {
  color: white !important;
}
#lw_mini_cal td.selected, #lw_mini_cal td.selected.active {
  background-color: #f5f5f5;
}
#lw_mini_cal td.selected a, #lw_mini_cal td.selected.active a {
  color: black;
}
#lw_mini_cal td.selected a, #lw_mini_cal td.has_items a {
  font-weight: bold;
}
#lw_mini_cal th,
#lw_mini_cal td {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}
#lw_mini_cal a {
  text-decoration: none;
}

#lw_cal_header h2 {
  font-family: "Manuka";
  font-size: 2.75em;
  line-height: 2em;
  font-weight: 400;
  color: #000;
}
#lw_cal_header #lw_cal_scroll_links {
  top: 20px;
}
#lw_cal_header #lw_cal_scroll_links a:hover {
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {
  #lw_cal_header h2 {
    font-size: 2.5em;
  }
  #lw_cal_header #lw_cal_date_selector {
    top: 21px;
  }
  #lw_cal_header #lw_cal_scroll_links {
    top: 15px;
  }
}
@media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #lw_cal_header h2 {
    font-size: 2em;
    padding-left: 12px;
  }
  #lw_cal_header #lw_cal_scroll_links {
    top: 20px;
  }
  #lw_cal_header #lw_cal_scroll_links .lw-icon-2x {
    font-size: 1.5em;
  }
  #lw_cal_header #lw_cal_showing {
    padding-left: 12px;
  }
}

#lw_cal_date_selector form select {
  max-width: 180px;
}

#lw_cal_scroll_links {
  top: 20px;
}

form.filter {
  position: relative;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  background: #FFFFFF;
  box-sizing: border-box;
}
form.filter fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.filter-label {
  font-stretch: condensed;
  font-size: 1.1em;
  --link-font-color: rgb(0, 0, 0);
  --link-background-color: rgb(253, 184, 25);
  --link-background-color-hover: rgb(255, 209, 125);
  --link-border-color: rgb(0, 0, 0);
  display: inline-block;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-bottom: 2px solid var(--link-border-color);
  color: var(--link-font-color) !important;
  text-decoration: none;
  font-weight: bold;
  z-index: 1;
  background-color: var(--link-background-color);
  background-image: linear-gradient(to left, var(--link-background-color-hover) 0%, var(--link-background-color-hover) 100%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position: left 0;
  transition: background-size 0.1s ease-in-out 0s;
  box-shadow: 0 4px 16px -3px rgba(0, 0, 0, 0.2);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.filter-label:hover {
  background-size: 100% 100%;
}
.filter-label .filter-icon {
  position: absolute;
  right: 12px;
  top: 4px;
  font-size: 1.8em;
  transition: transform 0.2s;
  color: #000;
}
.is-active .filter-label .filter-icon {
  transform: rotate(180deg);
  top: 3px;
}

.filter-dropdown {
  background-color: #fff;
  display: none;
  border: 1px solid #ced4da;
  border-radius: 0 0 3px 3px;
  padding: 16px;
  z-index: 15;
  box-sizing: border-box;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
.filter-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-option {
  margin-bottom: 0px;
}
.filter-option label {
  cursor: pointer;
  display: flex;
  align-items: baseline;
}
.filter-option label:hover {
  text-decoration: underline;
}
.filter-option input {
  margin-right: 8px;
}

.lwc-event-widget .lwc-featured-event .lwc-event-title a {
  color: #000;
}
.lwc-event-widget .lwc-featured-event .lwc-event-title a:hover {
  color: rgb(253, 184, 25);
}

#lw_cal_events {
  padding: 0;
}
#lw_cal_events h3,
#lw_cal_events .lw_cal_event_list > h4 {
  font-family: "Manuka";
  font-weight: 400;
  padding: 6px 12px;
  margin-bottom: 24px;
  background-color: #000;
  color: rgb(253, 184, 25);
  border: none !important;
  font-size: 1.95em;
  letter-spacing: 0.25px;
}
#lw_cal_events h3:after,
#lw_cal_events .lw_cal_event_list > h4:after {
  content: "";
}
#lw_cal_events .lw_cal_event_list {
  padding-left: 0;
}
#lw_cal_events #lw_cal_month_table .lw_events_title a {
  text-decoration: underline;
}
#lw_cal_events #lw_cal_month_table .lw_events_title a:hover, #lw_cal_events #lw_cal_month_table .lw_events_title a:focus-visible {
  text-decoration: none;
}

.event-label {
  padding: 5px 9px 4px;
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #353a3d;
  font-family: "Open Sans", Segoe UI, tahoma, sans-serif;
  font-size: 14px;
  line-height: 1;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.event-label::before {
  background-image: url("/live/resource/image/_ingredients/themes/global/images/icons/globe.png");
  background-size: contain;
  height: 17px;
  width: 16px;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.event {
  margin-bottom: 36px;
  padding: 1.5rem 0.75rem;
  line-height: 1.4;
  background-color: #f5f5f5;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 550px) {
  .event {
    flex-wrap: wrap;
  }
}
.event:first-child {
  margin-top: 0;
}
.event p {
  margin: 0 0 16px;
}

.cal_date {
  min-width: 50px;
  border: 1px solid black;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cal_date [class*=day] {
  font-weight: 400;
  font-size: 36px;
  background-color: #fff;
  color: #000;
  font-family: "Manuka";
  line-height: 1.2;
  font-size: 24px;
  padding: 2px 8px;
}
.cal_date [class*=month] {
  font-weight: 700;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  background: #000;
  color: white;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "Open Sans", Segoe UI, tahoma, sans-serif;
}

.event-left {
  flex: 0 0 200px;
}
.featured-event .event-left {
  flex: 0 0 300px;
}
.event-left {
  margin: 0 0.75rem;
  position: relative;
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .event-left {
    flex: 0 0 150px;
    height: auto;
  }
}
@media only screen and (max-width: 579px) {
  .event-left {
    display: none;
  }
}
.event-left .event-label {
  z-index: 1;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.event-left img {
  display: block;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
  background-color: #d2d5d7;
}
.event-left .thumbnail {
  display: block;
}
.event-left .thumbnail a {
  display: block;
}
.event-left .thumbnail:hover img {
  -webkit-filter: brightness(0.85);
  filter: brightness(0.85);
}

.event-right {
  display: flex;
  margin: 0 0.75rem;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}

.event-header {
  font-size: 13px;
  font-weight: normal;
  font-family: "Open Sans", Segoe UI, tahoma, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666;
  margin-bottom: 0.5em;
}

.event-title {
  margin: 0 0 24px;
  color: #000;
  font-family: "Manuka";
  font-weight: 400;
  font-size: 2.5em;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
.event-title a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none !important;
  transition: background-size 0.1s ease-in-out, color 0.1s;
}
.event-title a:hover {
  text-decoration: none;
  color: #000 !important;
}
@media (max-width: 992px) {
  .event-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .event-title {
    font-size: 28px;
  }
}
@media (max-width: 550px) {
  .event-title {
    font-size: 26px;
  }
}

.event-summary {
  margin-bottom: 8px;
}
.event-summary br {
  display: none;
}
.event-summary h1,
.event-summary h2,
.event-summary h3,
.event-summary h4,
.event-summary h5 {
  font-size: 1.4rem;
}

.event-info {
  font-size: 14px;
}
.event-info div {
  padding-left: 24px;
  margin-bottom: 6px;
}
.event-info div svg,
.event-info div [class^=fa] {
  margin-left: -24px;
  width: 16px;
  margin-right: 8px;
}

.lw_cal_event_view #lw_cal_events {
  padding: 12px;
}

#lw_cal .event-details {
  display: flex;
}
#lw_cal .event-details #lw_cal_event_leftcol {
  min-width: 270px;
}
#lw_cal .event-details #lw_cal_event_leftcol > * {
  margin-bottom: 2em;
}
@media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
  #lw_cal .event-details {
    flex-direction: column;
  }
  #lw_cal .event-details #lw_cal_event_leftcol {
    order: 2;
    width: auto;
    display: flex;
    flex-direction: column;
    min-width: 270px;
  }
  #lw_cal .event-details #lw_cal_event_leftcol .lw_cal_event_detail_map {
    order: 1;
  }
  #lw_cal .event-details #lw_cal_event_leftcol .lw_cal_event_detail_map .lw_responsive_iframe_wrapper {
    height: 250px;
    padding-top: 50%;
  }
  #lw_cal .event-details #lw_cal_event_leftcol .event-more-info {
    order: 2;
  }
  #lw_cal .event-details #lw_cal_event_leftcol picture {
    order: 3;
    text-align: center;
  }
  #lw_cal .event-details #lw_cal_event_rightcol {
    order: 1;
  }
}
#lw_cal .event-details .lw_widget_saveandshare {
  display: flex;
}
#lw_cal .event-details .lw_widget_saveandshare li a:hover, #lw_cal .event-details .lw_widget_saveandshare li a:focus-visible {
  color: #000;
}
#lw_cal .event-details .lw_widget_saveandshare li a:hover span, #lw_cal .event-details .lw_widget_saveandshare li a:focus-visible span {
  opacity: 1;
}
#lw_cal .event-details .lw_cal_event_edit > a,
#lw_cal .event-details #lw_cal_add_to_calendar > a {
  --link-font-color: $color-1;
  --link-background-color: transparent;
  --link-border-color: transparent;
  --effect-background-image: linear-gradient(0deg, rgb(253, 184, 25) 0%, rgb(253, 184, 25) 100%);
  display: inline-block;
  margin: 0 -1px -0.25rem -1px;
  padding: 0.125rem 0.125rem 0.125rem 0.125rem;
  text-decoration: none;
  z-index: 1;
  background-image: var(--effect-background-image);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 100%;
  color: #000 !important;
  font-weight: 600;
  transition: background-size 0.1s ease-in-out, color 0.1s;
  color: var(--link-font-color);
  background-color: var(--link-background-color);
  font-weight: 600;
  border-radius: 0;
}
#lw_cal .event-details .lw_cal_event_edit > a:hover, #lw_cal .event-details .lw_cal_event_edit > a:focus-visible,
#lw_cal .event-details #lw_cal_add_to_calendar > a:hover,
#lw_cal .event-details #lw_cal_add_to_calendar > a:focus-visible {
  background-color: unset;
  background-size: 100% 100%;
  color: rgb(0, 0, 0);
}
#lw_cal .event-details #event_options {
  gap: 1rem;
}

.lwc_submit_form .lw_uploader {
  position: relative;
}
.lwc_submit_form .lw_uploader ul {
  padding: 0;
  list-style: none;
}
.lwc_submit_form input[type=text],
.lwc_submit_form textarea {
  width: 100%;
}
.lwc_submit_form .categories ul {
  width: 48%;
  float: left;
  list-style-type: none;
  padding-left: 0;
}
.lwc_submit_form .categories ul li {
  padding: 0 0 0.5em 0.5em;
}
.lwc_submit_form .categories input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.lwc_submit_form .lw_online_fields {
  display: none;
  border: 0 solid #ccc;
  border-width: 0 1px 1px 1px;
  padding: 10px 14px 0;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.lwc_submit_form .lw_online > label {
  display: block;
  padding: 5px 8px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0;
}

#ui-datepicker-div {
  width: 250px;
}

body.body_submit button.lw_submit {
  font-stretch: condensed;
  font-size: 1.1em;
  --link-font-color: rgb(0, 0, 0);
  --link-background-color: rgb(253, 184, 25);
  --link-background-color-hover: rgb(255, 209, 125);
  --link-border-color: rgb(0, 0, 0);
  display: inline-block;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-bottom: 2px solid var(--link-border-color);
  color: var(--link-font-color) !important;
  text-decoration: none;
  font-weight: bold;
  z-index: 1;
  background-color: var(--link-background-color);
  background-image: linear-gradient(to left, var(--link-background-color-hover) 0%, var(--link-background-color-hover) 100%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position: left 0;
  transition: background-size 0.1s ease-in-out 0s;
  box-shadow: 0 4px 16px -3px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
body.body_submit button.lw_submit:hover {
  background-size: 100% 100%;
}
body.body_submit #main-sidebar .miz-link {
  text-decoration: none;
}
body.body_submit #main-sidebar .miz-link:hover {
  color: #000;
}

/* -------------------------------------------------------------------------- */
/*                             _accessibility.scss                            */
/* -------------------------------------------------------------------------- */
#main-sidebar #lw_mini_cal td.active:focus-visible,
#main-sidebar .filter-label:focus-visible,
#main-sidebar #lw_cal_subscribe a:focus-visible,
#main-sidebar a:focus-visible {
  outline-offset: 4px;
}
#main-sidebar #lw_mini_cal td.active:focus-visible a {
  color: #000 !important;
}

#lw_cal_view_selector a:focus-visible {
  outline-offset: 4px;
}

.event .thumbnail a {
  outline-offset: 3px;
}

#lw_cal_event_leftcol a.lw_join_online {
  outline-offset: 3px;
}

#lw_cal_event_rightcol {
  overflow: visible;
}
#lw_cal_event_rightcol #event_options a:focus-visible {
  outline-offset: 4px;
}

a:focus-visible,
div.filter-label:focus-visible,
td:focus-visible,
li:focus-visible {
  outline: 2px dashed rgb(253, 184, 25);
  outline-offset: 1px;
  background-image: linear-gradient(0deg, rgb(255, 223, 165) 0%, rgb(255, 223, 165) 100%);
  background-size: 100% 100%;
  color: rgb(0, 0, 0);
}

/*# sourceMappingURL=f3bdcf312fcf51114cdd88427b0c00c1.746668bd.map */

/*      Resource ID: b0c6b27b9cb5d70d439c0795889 (mobile.less, compiled by lessc, minified by none) (11/18/2025 7:30pm) (A:4407, B:4407, C:6345, D:6345, F:6345, J:6345, K:6345)      */

/* -------------------------------------------------------------------------- */
/*                                 mobile.less                                */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  #lw_cal_date_selector {
    display: none;
  }
  #lw_cal_subscribe {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  #lw_cal_view_selector .all a .m {
    display: none;
  }
  #lw_cal_header h5 {
    font-size: 2.15em;
    margin: 5px 10px 0px 10px;
  }
}
@media screen and (max-width: 991px) {
  #lw_cal_view_selector {
    background-color: #eee;
    padding: 0 5px;
  }
  #lw_cal_view_selector .day {
    display: none;
  }
  #lw_cal_view_selector li a {
    padding: 5px 10px;
  }
  #lw_cal_view_selector li.all {
    float: left;
    white-space: nowrap;
  }
  #lw_cal_view_selector li.all a span {
    display: none;
  }
  #lw_cal_view_selector li.all a span.m {
    display: inline;
  }
  #lw_cal_view_selector li.today a:before {
    content: "";
  }
  form.lw_payments_charge table td {
    display: block;
    width: 100%;
    text-align: left;
    padding-right: 8px;
    border-bottom: none;
  }
  form.lw_payments_charge table td:nth-child(1) {
    padding-bottom: 0;
  }
  form.lw_payments_charge table td:nth-child(2) {
    padding-top: 0;
  }
  form.lw_payments_charge label {
    margin-bottom: 0;
  }
  form.lw_payments_charge input[type="text"],
  form.lw_payments_charge textarea,
  form.lw_payments_charge .lw_forms_form input[type="text"],
  form.lw_payments_charge .lw_forms_form textarea {
    width: 100%;
  }
  .lw_cal_month_view {
    position: relative;
  }
  .lw_cal_month_view th span {
    display: none;
  }
  .lw_cal_month_view #lw_cal_events td {
    height: auto;
    min-height: 60px;
    padding: 26px 4px 4px;
    position: relative;
  }
  .lw_cal_month_view #lw_cal_events td:hover {
    background: #eef;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event {
    position: static;
    width: 13px;
    height: 13px;
    border: 3px solid transparent;
    padding: 3px;
    float: left;
    margin: 0 2px 2px 0;
    background-color: #999;
    overflow: hidden;
    border-radius: 50%;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event * {
    color: #999;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event a {
    display: none !important;
    /* dots aren't clickable/tabbable */
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event.active {
    background-color: #000 !important;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event.active .lw_cal_date {
    color: #000 !important;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event.active .lw_cal_event_info {
    position: fixed;
    background-color: #000;
    border-radius: 0;
    bottom: 10%;
    left: 20%;
    right: 20%;
    height: auto;
    padding: 10px 10px 0;
    z-index: 9999999;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event.active .lw_cal_event_info * {
    color: #fff !important;
  }
  .lw_cal_month_view .lw_cal_date {
    text-align: left;
    font-size: 1.8em;
    line-height: 1;
    white-space: nowrap;
  }
  .lw_cal_month_view .lw_cal_date a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3px;
  }
  .lw_cal_month_view .lw_cal_date a:focus {
    border: 2px solid #000;
    padding: 1px;
  }
  #lw_cal_month_table .lw_cal_event {
    display: block !important;
  }
  #lw_cal_month_table td > a {
    display: none;
  }
  #lw_cal_events {
    padding: 0;
  }
  #lw_cal_header {
    padding-left: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  #lw_cal_header h5 {
    font-size: 1.5em;
  }
  .lw_cal_search_wrapper {
    padding: 12px;
    margin-top: 10px;
    background-color: #eee;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
  }
  #lw_cal_search_form {
    margin: 0;
    display: flex;
  }
  li#lw_calendar_manage_images {
    display: none;
  }
  #lw_toolbar.lw_element .lw_block > a {
    padding: 5px !important;
  }
  #lw_toolbar.lw_element .lw_block > a #lw_toolbar.lw_element .lw_block > a span {
    margin: 0 !important;
  }
  .text-right {
    float: left;
  }
  #lw_cal_scroll_links {
    top: 18px;
  }
  .lw_cal_tz_abbrv,
  .lw_user_time {
    display: none;
  }
  #lw_cal_location_map {
    width: 200px;
    z-index: 200;
  }
  #lw_page {
    margin-top: 60px;
  }
  #lw_cal_day_leftcol {
    display: none;
  }
  #lw_cal_day_rightcol,
  #lw_cal_event_leftcol {
    padding: 0;
    border: none;
    min-height: 0;
  }
  #lw_cal_event_rightcol {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .lw_cal_month_view #lw_cal_events td {
    height: 60px;
  }
  #lw_cal_events .lw_cal_show_day {
    font-size: 10px;
    display: block;
    width: 100%;
    clear: both;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event {
    width: 3px;
    height: 3px;
    padding: 1px;
    margin: 6px 6px 2px 0;
    background-color: #000;
  }
  .lw_cal_month_view #lw_cal_events a.lw_cal_show_day {
    color: #000;
  }
  #lw_mini_cal th,
  #lw_mini_cal td > a {
    font-size: 0.75rem;
  }
  #lw_mini_cal td {
    padding: 0.25rem;
  }
  form.lw_payments_charge td {
    width: 100% !important;
  }
  form.lw_payments_charge td label {
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
  body.calendar .m,
  body.calendar span.fa-search,
  body.calendar header.title {
    display: none;
  }
  #lw_cal_search_form {
    display: block;
  }
  #lw_cal_search_form input {
    width: 100%;
  }
  #lw_cal_view_selector li a {
    font-size: 0.75em;
  }
  #lw_cal_header {
    padding: 0;
    padding-bottom: 20px;
  }
  #lw_cal_scroll_links {
    top: 5px;
  }
  #lw_cal_this_day {
    clear: left;
    width: 100%;
    padding-top: 10px;
  }
}
@media screen and (min-width: 991px) {
  #lw_cal_view_selector {
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
  }
  #main-content > .group-calendar-header {
    margin-top: 1em;
  }
  #main-content > #lw_cal_view_selector {
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 991px) {
  #main-sidebar #main-sidebar-collapse button {
    width: 100%;
    border: none;
    position: relative;
    color: #fdb819;
  }
  #main-sidebar .sidebar-content {
    display: none;
    margin-top: 1rem;
    padding: 0 1rem 1rem 1rem;
  }
}