
@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: e54965f94be2a49f7d5652fefa65f55e_1755183814 (08/14/2025 6:56pm) (tY1BDoAgDAS/4gOUPskAbqRJC4ZWjb+Xox/wNnuYHSpNQRpzFJijf3DZcAW5xwy5KR1nEs5rcRVaue4dG6O6kRcojHZpKQqZP0MfN1yDZbN5or8SLbEgDLQX)      */



/*      Resource ID: e476ea17ba1ce9e3844bcba78a1 (main.scss, compiled by sass, minified by none) (08/14/2025 6:56pm) (A:213, B:213, C:18278, D:18496, F:18496, J:18496, K:18496)      */


@font-face {
  font-family: Newslab;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/live/resource/css/_ingredients/themes/global/fonts/Newslab/Latinotype - NewslabThin.rev.1753373532.otf");
  src: url("/live/resource/css/_ingredients/themes/global/fonts/Newslab/Latinotype - NewslabThin.rev.1753373532.otf") format("opentype");
}
@font-face {
  font-family: NewslabLight;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/live/resource/css/_ingredients/themes/global/fonts/Newslab/Latinotype - NewslabLight.rev.1753373532.otf");
  src: url("/live/resource/css/_ingredients/themes/global/fonts/Newslab/Latinotype - NewslabLight.rev.1753373532.otf") format("opentype");
}
@font-face {
  font-family: DIN Next Regular;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/live/resource/css/_ingredients/themes/global/fonts/DINNextLTPro/Linotype - DINNextLTPro-Regular.rev.1753373533.otf");
  src: url("/_ingredients/themes/global/fonts/DINNextLTPro/Linotype - DINNextLTPro-Regular") format("opentype");
}
@font-face {
  font-family: DIN Next;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/live/resource/css/_ingredients/themes/global/fonts/DINNextLTPro/Linotype - DINNextLTPro-Bold.rev.1753373533.otf");
  src: url("/_ingredients/themes/global/fonts/DINNextLTPro/Linotype - DINNextLTPro-Bold") format("opentype");
}
body {
  font-family: DIN Next Regular, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Newslab, georgia, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
}

/* Header Section */
.header {
  background-color: #01426a;
  padding: 2%;
  margin-top: 0;
  margin-bottom: 48px;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  margin-left: 10px;
  width: 75%;
}

.header-button {
  background-color: #72c5e7;
  font-size: 1rem;
  padding: 1%;
  border-radius: 5px;
  text-decoration: none;
  color: #01426a;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.header-button:hover {
  background-color: #d44420;
  color: #fff;
}

/* Footer Section */
.footer {
  background-color: #181A1B;
  color: #fff;
  padding: 20px;
  font-family: Newslab, georgia, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
  font-size: 14px;
  line-height: 1.75rem;
}

.footer-statement {
  font-style: italic;
}

.footer-statement-link {
  color: #fff;
  cursor: pointer;
  transition: color 0.15s;
}

.footer-statement-link:hover {
  color: #72c5e7;
}

.footer-section {
  display: flex;
  flex-direction: row;
}

.footer-list {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex: 0 0 75%;
  list-style: none;
  text-align: left;
}

.footer-copyright {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: right;
}

.footer-link {
  color: #fff;
  cursor: pointer;
  transition: color 0.15s;
  text-transform: uppercase;
  font-family: DIN Next Regular, sans-serif;
  text-decoration: none;
}

.footer-link:hover {
  color: #72c5e7;
}

/* Calender Header Section */
#lw_cal_header {
  margin-left: -20px;
}

.group-calendar-header {
  padding: 12px;
  background-color: #d44420;
  margin-bottom: 24px;
}
.group-calendar-header a {
  color: #181A1B;
  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 {
  gap: 10px;
}
#day-view #day-left {
  display: none;
}
.lw_cal_view_today #day-view #day-left {
  display: block;
}

#lw_cal_weather span {
  font-size: inherit;
}

#lw_cal_day_date {
  width: 100px;
}

.lw_cal_today_month {
  font-family: Newslab, georgia, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
}

.lw_cal_today_day {
  font-family: DIN Next Regular, sans-serif;
  font-size: 32px;
  line-height: 48px;
}

@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) {
  .header-button {
    display: none;
  }
  .footer-section {
    display: block;
  }
  .footer-list {
    display: block;
    list-style: none;
  }
  .footer-copyright {
    max-width: 100%;
    text-align: left;
  }
  /*
    .lw_cal_view_today #day-view #day-left {
      display: none;
    }

    #lw_cal_search_form {
      margin-bottom: 1rem;
    }

    #lw_cal_view_selector {
      position: sticky;
      top: 0;
      background: $white;
      height: 36px;
      z-index: 5;

      #lw_page & {
        top: 40px;
      }
    }
  */
  #lw_cal_header {
    margin: 0;
  }
  #lw_cal_day_date {
    display: none;
  }
  #day-view {
    flex-direction: column;
    margin-left: 10px;
  }
  #lw_cal_weather {
    display: flex;
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  #lw_cal_weather span {
    font-size: inherit;
  }
}
/*
@media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .calendar-content {
    align-items: flex-start;

    #main-sidebar {
      position: sticky;
      top: 60px;
    }
  }

  #day-left {
    position: sticky;
    top: 60px;

    #lw_page & {
      top: 120px;
    }

    width: 200px;
  }

}
*/
#lw_cal > h1 {
  font-size: 48px;
}
#lw_cal .calendar-group {
  color: #d44420;
  font-weight: bold;
}

.button,
.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: DIN Next, sans-serif;
}
.button:hover,
.btn:hover {
  text-decoration: none;
  background-color: #01426a;
  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;
  font-family: DIN Next, sans-serif;
  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: #01426a !important;
  border: 2px solid #01426a !important;
  font-size: 14px;
}
.button.large:hover,
.btn.large:hover {
  text-decoration: none;
  background-color: #01426a;
  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:hover,
.btn.large:hover {
  text-decoration: none;
  background-color: #01426a !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;
  font-family: DIN Next, sans-serif;
  background-color: #01426a;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 14px;
}
.button.small:hover,
.btn.small:hover {
  text-decoration: none;
  background-color: #01426a;
  color: #fff;
}
@media (max-width: 768px) {
  .button.small,
  .btn.small {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .button.small,
  .btn.small {
    font-size: 14px;
  }
}

#lw_cal_subscribe {
  all: unset;
}
#lw_cal_subscribe > a,
#lw_cal_subscribe + a {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: DIN Next, sans-serif;
  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: #01426a !important;
  border: 2px solid #01426a !important;
  font-size: 14px;
}
#lw_cal_subscribe > a:hover,
#lw_cal_subscribe + a:hover {
  text-decoration: none;
  background-color: #01426a;
  color: #fff;
}
@media (max-width: 768px) {
  #lw_cal_subscribe > a,
  #lw_cal_subscribe + a {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  #lw_cal_subscribe > a,
  #lw_cal_subscribe + a {
    font-size: 14px;
  }
}
#lw_cal_subscribe > a:hover,
#lw_cal_subscribe + a:hover {
  text-decoration: none;
  background-color: #01426a !important;
  color: #fff !important;
}

#lw_cal_view_selector li a {
  font-weight: 400;
  font-size: 16px;
}

#lw_cal_search_form {
  display: flex;
}
#lw_cal_search_form button {
  padding: 0.45rem;
}

#lw_mini_cal {
  font-family: DIN Next, sans-serif;
  margin: 12px 0 24px;
}
#lw_mini_cal h3 {
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {
  #lw_mini_cal h3 {
    font-size: 14px;
  }
}
#lw_mini_cal h3 a:after {
  display: none;
}
#lw_mini_cal td.today {
  background-color: #01426a !important;
}
#lw_mini_cal td.today a {
  color: white !important;
}
#lw_mini_cal td.selected, #lw_mini_cal td.selected.active {
  background-color: #E9EBEB;
}
#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 a {
  text-decoration: none;
}

#lw_cal_header h2 {
  font-family: Newslab, georgia, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
  font-size: 2.5em;
  line-height: 1.25em;
  font-weight: 400;
  color: #01426a;
  padding-left: 12px;
}
#lw_cal_header #lw_cal_scroll_links {
  top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {
  #lw_cal_header h2 {
    font-size: 1.75em;
  }
  #lw_cal_header #lw_cal_date_selector {
    top: 0;
  }
  #lw_cal_header #lw_cal_scroll_links {
    top: 10px;
  }
}
@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: 1.25em;
  }
  #lw_cal_header #lw_cal_scroll_links {
    top: 10px;
  }
  #lw_cal_header #lw_cal_scroll_links .lw-icon-2x {
    font-size: 1.5em;
  }
}

#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 {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: DIN Next, sans-serif;
  background-color: #01426a;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 14px;
  display: block;
}
.filter-label:hover {
  text-decoration: none;
  background-color: #01426a;
  color: #fff;
}
@media (max-width: 768px) {
  .filter-label {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .filter-label {
    font-size: 14px;
  }
}
.filter-label .filter-icon {
  position: absolute;
  right: 12px;
  top: 3px;
  font-size: 1.8em;
  transition: transform 0.2s;
}
.is-active .filter-label .filter-icon {
  transform: rotate(180deg);
  top: -1px;
}

.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;
}
.filter-option label:hover {
  text-decoration: underline;
}
.filter-option input {
  margin-right: 8px;
}

#lw_cal_events {
  padding: 0;
  /*
    .lw_cal_event_list>h4 {
      font-family: $subhead-font;
      font-weight: 400;
      padding: 6px 12px;
      margin-bottom: 24px;
      background-color: $color-2;
      color: $white;
      border: none !important;

      &:after {
        content: '';
      }
    }
  */
}
#lw_cal_events .lw_cal_event_list {
  padding-left: 0;
}

.date-sections {
  background-color: #E3F2FA;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px;
}
@media (max-width: 992px) {
  .date-sections {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .date-sections {
    font-size: 28px;
  }
}
@media (max-width: 550px) {
  .date-sections {
    font-size: 24px;
  }
}

.event-label {
  padding: 5px 9px 4px;
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #353a3d;
  font-family: DIN Next Regular, 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: 20px;
  padding: 1.5rem 0.75rem;
  line-height: 1.4;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
@media (max-width: 550px) {
  .event {
    flex-wrap: wrap;
  }
}

.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: DIN Next, sans-serif;
  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: #01426a;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: DIN Next, sans-serif;
}

.event-left {
  flex: 0 0 200px;
  height: auto;
}
.featured-event .event-left {
  flex: 0 0 300px;
}
@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;
  }
}
@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;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #E9EBEB;
}
.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: DIN Next Regular, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #E9EBEB;
  margin-bottom: 0.5em;
}

.event-title {
  color: #01426a;
  text-transform: capitalize;
}
.event-title a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.event-title a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .event-title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .event-title {
    font-size: 22px;
  }
}
@media (max-width: 550px) {
  .event-title {
    font-size: 20px;
  }
}

.event-summary {
  font-family: DIN Next Regular, sans-serif;
  font-size: 16px;
}

.event-info {
  font-size: 14px;
  font-family: DIN Next Regular, sans-serif;
}
.event-info div {
  padding-left: 24px;
  margin-bottom: 6px;
}
.event-info div span.fa {
  margin-left: -24px;
  width: 24px;
}

.fa {
  color: #01426a;
}

.lw_image_caption {
  font-family: NewslabLight, sans-serif;
  font-style: italic;
  text-align: center;
}

.lw_cal_event_detail_map {
  padding: 0 !important;
}

#lw_cal .event-details {
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  /*
    .lw_widget_saveandshare {
      display: flex;
    }
    #lw_cal_event_leftcol {
    }
    */
}
#lw_cal .event-details .event-more-info h4 {
  color: #01426a;
}
@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_leftcol {
          order: 2;
          width: auto;
          display: flex;
          flex-direction: column;
          .lw_cal_event_detail_map {
            order: 1;
            .lw_responsive_iframe_wrapper {
              height: 250px;
              padding-top: 50%;
            }
          }

          .event-more-info {
            order: 2;
          }

          picture {
            order: 3;
            text-align: center;
          }
        }
    */
  }
  #lw_cal .event-details #lw_cal_event_rightcol {
    order: 1;
  }
  #lw_cal .event-details #lw_cal_event_leftcol {
    order: 2;
  }
}

.lwc_submit_form {
  line-height: 1.5;
}
.lwc_submit_form > fieldset {
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  background: #eee;
  margin: 1rem 0 2rem;
}
.lwc_submit_form .field {
  margin-bottom: 1.5rem;
}
.lwc_submit_form .field + .field {
  padding-top: 1rem;
  border-top: 1px dotted #ccc;
}
.lwc_submit_form h6,
.lwc_submit_form .h6 {
  color: #01426a;
  font-weight: normal;
}
.lwc_submit_form legend {
  float: none;
  background-color: #d44420;
  color: white;
  padding: 2px 8px;
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.8;
}
.lwc_submit_form input[type=text]:not([name*=_time]),
.lwc_submit_form textarea {
  width: 100%;
}
.lwc_submit_form small {
  margin-bottom: 0.25rem;
  display: inline-block;
}
.lwc_submit_form .upload-image .lw_uploader {
  position: relative;
}
.lwc_submit_form .upload-image .lw_uploader ul {
  padding: 0;
  list-style: none;
}
.lwc_submit_form .upload-image .image-caption {
  display: none;
}
.lwc_submit_form .upload-image:has(.lw_uploader_complete) .lw_uploader_browse {
  display: none;
}
.lwc_submit_form .upload-image:has(.lw_uploader_complete) .image-caption {
  display: block;
}
.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 .event-setting {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lwc_submit_form .event-setting ul {
  width: auto;
  float: none;
  display: inline;
  list-style-type: none;
  padding-left: 0;
}
.lwc_submit_form .event-setting ul li {
  padding: 0.5em 1em 0.5em 0;
  display: inline-block;
}
.lwc_submit_form .event-setting input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.lwc_submit_form input.lw_time {
  margin-left: 0;
}
.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;
}
.lwc_submit_form .event-types li {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.lwc_submit_form .event-types li input {
  top: 1px;
}
.lwc_submit_form button[type=submit] {
  background-color: #01426a;
  border-color: #01426a;
  color: white;
  transition: all 0.3s ease;
}
.lwc_submit_form button[type=submit]:hover {
  background-color: #d44420;
  border-color: #d44420;
}

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

/*# sourceMappingURL=e476ea17ba1ce9e3844bcba78a17dba2.d7d169eb.map */

/*      Resource ID: 30d1931feb04b5da26ac163f2f8 (mobile.less, compiled by lessc, minified by none) (08/14/2025 6:56pm) (A:4411, B:4411, C:6387, D:6387, F:6387, J:6387, K:6387)      */

/* -------------------------------------------------------------------------- */
/*                                 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: #01426a;
  }
  #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 #01426a;
    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;
  }
  #main-sidebar #main-sidebar-collapse.is-active .filter-icon {
    top: -4px;
  }
  #main-sidebar .sidebar-content {
    display: none;
    margin-top: 1rem;
    padding: 0 1rem 1rem 1rem;
  }
  #lw_cal_body {
    min-height: min-content;
  }
}