.fc-scroller {
  display: contents;
}

.fullcalendar__tabs {
  position: relative;
}
.fullcalendar__heading {
  position: relative;
}
.fullcalendar__heading .atabs__list {
  display: -webkit-box;
  display: flex;
  position: absolute;
  right: 0;
  top: -39px;
}
.fullcalendar__panel {
  border-top: 1px solid #ccc;
  clear: both;
  top: 55px;
}
.fullcalendar__panel .list--ruled > li:first-child {
  border-top: 0;
}
.fullcalendar__tab-link {
  font-size: 0.6666666667rem;
  background-color: #F2F2F2;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: #333;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1333333333em;
  padding: 0.5555555556rem 0.7777777778rem 0.5555555556rem 1.6666666667rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 37.5em) {
  .fullcalendar__tab-link {
    font-size: 0.6666666667rem;
  }
}
.fullcalendar__tab-link:hover {
  background-color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.fullcalendar__tab-link.is-active {
  background-color: #fff;
}
@media (max-width: 24.9375em) {
  .fullcalendar__tab-link {
    padding: 0.5555555556rem 0.4444444444rem;
  }
}
@media (min-width: 25em) and (max-width: 37.4375em) {
  .fullcalendar__tab-link {
    padding: 0.6111111111rem 0.6111111111rem;
  }
}
.atabs__list__tab:first-child .fullcalendar__tab-link {
  border-right: 0px;
}
.atabs__list__tab[aria-selected=true] .fullcalendar__tab-link {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-color: transparent;
}
.atabs__list__tab:hover .fullcalendar__tab-link {
  background-color: #fff;
}
.fullcalendar__tab-link--icon {
  background-position: 0.7777777778rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 2.4444444444rem;
}
@media (max-width: 37.4375em) {
  .fullcalendar__tab-link--icon {
    padding-left: 2rem;
    background-size: 0.6666666667rem;
    background-position: 0.8333333333rem center;
  }
}
.fullcalendar__tab-link--icon-list-view {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14'%3E%3Cpath fill='%23417925' d='M5 2a1 1 0 1 1 0-2h12a1 1 0 0 1 0 2zm0 4a1 1 0 1 1 0-2h12a1 1 0 0 1 0 2zm0 4a1 1 0 0 1 0-2h12a1 1 0 0 1 0 2zM1 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2m0 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2m0 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2m4 6a1 1 0 0 1 0-2h12a1 1 0 0 1 0 2zm-4-2a1 1 0 1 1 0 2 1 1 0 0 1 0-2'/%3E%3C/svg%3E");
}
.fullcalendar__tab-link--icon-calendar-view {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='%23417925' d='M12 10h-2v2h2zm2 0v2h2v-2zm-2 6v-2h-2v2zm2 0h1a1 1 0 0 0 1-1v-1h-2zM12 6h-2v2h2zm2 0v2h2V6zm-6 4H6v2h2zm0 6v-2H6v2zM8 6H6v2h2zm-4 4H2v2h2zm0 6v-2H2v1a1 1 0 0 0 1 1zM4 6H2v2h2zM2 4h14a1 1 0 0 0-1-1h-1a1 1 0 0 1 0-2h1a3 3 0 0 1 3 3v11a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h1a1 1 0 1 1 0 2H3a1 1 0 0 0-1 1m8-3a1 1 0 0 1 2 0v1a1 1 0 0 1-2 0zM6 1a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0z'/%3E%3C/svg%3E");
}
.fullcalendar .views-exposed-form {
  margin-top: 1.66667rem;
}
.fullcalendar .filters__inner .form-actions {
  display: none;
}
.fullcalendar .form-item-topic-event-type {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  gap: 1em 2em;
  flex-wrap: wrap;
}
.fullcalendar .form-item-topic-event-type > * {
  margin: 0;
}
.fullcalendar .form-item-topic-event-type label {
  white-space: nowrap;
}
.fullcalendar .form-item-topic-event-type select {
  width: auto;
  -webkit-box-flex: 1;
          flex: 1;
}
.fullcalendar .o-layout-subsection:not(:last-child) {
  margin-bottom: 1.66667rem;
}
.fullcalendar .fc {
  padding-top: 1.6666666667rem;
}
.fullcalendar .fc .fc-button {
  font-size: 0.7777777778rem;
  border: 2px solid #fff;
  border-radius: 10px;
  background-position: calc(100% - 12px) 50%;
  font-family: "Typold W05", sans-serif;
  font-weight: 300;
  margin: 1px -3px 1px 0;
  margin: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 37.5em) {
  .fullcalendar .fc .fc-button {
    font-size: 0.7777777778rem;
  }
}
.fullcalendar .fc .fc-row table {
  margin: 0;
}
.fullcalendar .fc .fc-row td {
  border-color: #ccc;
}
.fullcalendar .fc .fc-day-header a, .fullcalendar .fc .fc-day-header span {
  display: block;
  padding: 0.8888888889rem;
  font-family: "Merriweather", serif;
  color: #fff;
  font-size: 1.1111111111rem;
  font-weight: 700;
  text-align: left;
}
.fullcalendar .fc .fc-axis {
  font-family: "Typold W05", sans-serif;
}
.fullcalendar .fc.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #fff;
}
.fullcalendar .fc .fc-title a {
  color: #fff;
  padding-top: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.fullcalendar .fc .fc-more {
  font-family: "Typold W05", sans-serif;
  text-transform: uppercase;
}
.fullcalendar .fc .fc-state-default {
  font-size: 0.6666666667rem;
  background-image: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
@media (min-width: 37.5em) {
  .fullcalendar .fc .fc-state-default {
    font-size: 0.6666666667rem;
  }
}
.fullcalendar .fc .fc-today-button,
.fullcalendar .fc .fc-month-button,
.fullcalendar .fc .fc-agendaWeek-button,
.fullcalendar .fc .fc-agendaDay-button {
  background-color: #E0EFF4;
  color: #01426A;
  height: auto;
  padding: 0.3333333333rem 0.6666666667rem;
}
.fullcalendar .fc .fc-month-button,
.fullcalendar .fc .fc-agendaWeek-button,
.fullcalendar .fc .fc-agendaDay-button {
  float: right;
}
.fullcalendar .fc .fc-state-active {
  background-color: #01426A;
  color: #fff;
}
.fullcalendar .fc .fc-other-month {
  background-color: #F2F2F2;
}
.fullcalendar .fc .fc-unthemed td.fc-today {
  background-color: transparent;
  border: 2px solid #046A38;
}
.fullcalendar .fc .fc-more-popover {
  width: 16.6666666667rem;
}
.fullcalendar .fc .fc-popover .fc-header {
  font-size: 0.8333333333rem;
  background: #046A38;
  color: #fff;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  letter-spacing: 0.0666666667em;
  vertical-align: bottom;
  padding: 0.8888888889rem;
}
@media (min-width: 37.5em) {
  .fullcalendar .fc .fc-popover .fc-header {
    font-size: 0.8333333333rem;
  }
}
.fullcalendar .fc .fc-popover .fc-event-container {
  padding: 0.8888888889rem;
}
.fullcalendar .fc .fc-popover .fc-event-container a {
  padding-bottom: 0.5555555556rem;
}
.fullcalendar .fc .fc-event-container {
  padding: 0 0.8888888889rem 0.5555555556rem;
}
.fullcalendar .fc .fc-event-container a {
  background-color: transparent !important;
  margin: 0;
}
.fullcalendar .fc .fc-content {
  color: #046A38;
  font-size: 0.7777777778rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}
@media (min-width: 37.5em) {
  .fullcalendar .fc .fc-content {
    font-size: 0.7777777778rem;
  }
}
.fullcalendar .fc .fc-content:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.fullcalendar .fc .fc-content .fc-time,
.fullcalendar .fc .fc-content .fc-title a {
  font-size: 0.7777777778rem;
  font-family: "Typold W05", sans-serif;
  padding: 0.1666666667rem 0.2777777778rem;
}
@media (min-width: 37.5em) {
  .fullcalendar .fc .fc-content .fc-time,
  .fullcalendar .fc .fc-content .fc-title a {
    font-size: 0.7777777778rem;
  }
}
.fullcalendar .fc .fc-content .fc-time {
  padding-right: 0;
  font-family: "Typold W05", sans-serif;
  font-weight: 400;
  padding: 0;
}
.fullcalendar .fc .fc-content .fc-title {
  font-weight: 700;
  font-family: "Typold W05", sans-serif;
}
.fullcalendar .fc .fc-more-cell {
  padding: 0.8888888889rem;
}
.fullcalendar .fc .fc-day-number {
  color: #417925;
}
.fullcalendar .fc .fc-event {
  border: 0;
  color: white;
}
.fullcalendar .fc .fc-time-grid-event .fc-title a {
  display: block;
}
.fullcalendar .fc .fc-prev-button,
.fullcalendar .fc .fc-next-button {
  background-color: transparent;
  color: #01426A;
}
.fullcalendar .fc .fc-toolbar h2 {
  font-size: 1.3333333333rem;
  line-height: 1;
  color: #000;
}
@media (min-width: 37.5em) {
  .fullcalendar .fc .fc-toolbar h2 {
    font-size: 1.6666666667rem;
  }
}
.fullcalendar .fc-list-table .fc-widget-content {
  border: 0;
}
.fullcalendar tr:nth-of-type(odd),
.fullcalendar tr:nth-of-type(even) {
  background-color: transparent;
}
.fullcalendar .views-exposed-form .filters__inner .form-actions {
  display: block;
}

.fc-unthemed thead th.fc-day-header:not(:last-child),
.fc-unthemed thead td.fc-day-header:not(:last-child) {
  border: 1px solid transparent;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
  font-size: 1.1111111111rem;
  font-weight: 700;
  font-family: "Merriweather", serif;
  color: #000;
  padding: 0.8888888889rem;
}

.qtip.qtip-bootstrap {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.qtip.qtip-bootstrap .qtip-content,
.qtip.qtip-bootstrap .qtip-content * {
  font-size: 0.6666666667rem;
  line-height: 1.7142857143;
}
@media (min-width: 37.5em) {
  .qtip.qtip-bootstrap .qtip-content,
  .qtip.qtip-bootstrap .qtip-content * {
    font-size: 0.6666666667rem;
  }
}
.qtip.qtip-bootstrap .qtip-titlebar,
.qtip.qtip-bootstrap .qtip-titlebar a {
  font-size: 0.6666666667rem;
  background: #72A300;
  border-radius: 0;
  color: #fff;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  vertical-align: bottom;
}
@media (min-width: 37.5em) {
  .qtip.qtip-bootstrap .qtip-titlebar,
  .qtip.qtip-bootstrap .qtip-titlebar a {
    font-size: 0.6666666667rem;
  }
}