.wp-block-unodablocks-sections-button,
.wp-block-unodablocks-fl_menu-button {
  display: none;
}

.wp-block-unodablocks-topcontrols {
  z-index: 1;
  width: 178px;
}
.wp-block-unodablocks-topcontrols .wp-block-unodablocks-sections-label {
  color: #ffffff;
}

.wp-block-unodablocks-sidecontrols {
  height: 30px;
}
.wp-block-unodablocks-sidecontrols .wp-block-unodablocks-sidecontrols-menu-container {
  height: 30px;
}
.wp-block-unodablocks-sidecontrols .wp-block-unodablocks-sidecontrols-menu-container svg:hover {
  cursor: pointer;
}

.wp-block-unodablocks-sections-label {
  padding-top: 15px;
  padding-left: 15px;
  font-size: 15px;
}

.wp-block-unodablocks-fl_menu-label > svg {
  margin-bottom: 5px;
  filter: invert(100%);
}

.wp-block-unodablocks-topcontrols-menu-container {
  top: 135px;
  display: flex;
  flex-direction: column;
  vertical-align: bottom;
  padding: 0;
  background: transparent;
  width: -moz-available;
  width: available;
  width: -webkit-fill-available;
}
.wp-block-unodablocks-topcontrols-menu-container:hover {
  cursor: pointer;
}

.wp-block-unodablocks-topcontrols-labels-container {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.wp-block-unodablocks-sections-label:hover,
.wp-block-unodablocks-section-label:hover {
  cursor: pointer;
}

.wp-block-unodablocks-section {
  margin-top: 35px;
}

.wp-block-unodablocks-subsection {
  margin-top: 15px;
}

#wp-block-unodablocks-section-overview {
  margin-top: 0;
}

.fl-menu {
  width: 200px;
  height: auto;
  position: absolute;
  margin-top: 48px;
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #F7F7F7;
}
.fl-menu ul {
  list-style: none;
  padding: 0;
}
.fl-menu ul li {
  height: 32px;
  line-height: 32px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.fl-menu ul li:hover {
  cursor: pointer;
  background-color: #0eb5d6;
  color: white;
}
.fl-menu ul .is-subsection {
  padding-left: 20px;
}

.wp-block-unodablocks-section {
  overflow-y: hidden;
  transition: all 250ms 250ms ease-in-out;
}
.wp-block-unodablocks-section .section-title {
  border-bottom: solid 1px #ccc;
}

.wp-block-unodablocks-section-button {
  display: none;
}

.wp-block-unodablocks-section-label {
  float: right;
}

.wp-block-separator,
.wp-block {
  margin-top: 0;
  margin-bottom: 10px;
}

.wp-block-coblocks-events .wp-coblocks-events-nav-button__prev,
.wp-block-coblocks-events .wp-coblocks-events-nav-button__next {
  display: none;
}

.wp-block-coblocks-event-item {
  font-family: "Lato", sans-serif;
  align-items: start !important;
}
.wp-block-coblocks-event-item .wp-block-coblocks-events__day {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600 !important;
  letter-spacing: normal;
  font-kerning: none;
  line-height: 1.2;
  color: #4D4D4D;
  margin: 0 auto 5px auto;
}
.wp-block-coblocks-event-item .wp-block-coblocks-events__month,
.wp-block-coblocks-event-item .wp-block-coblocks-events__year {
  font-size: 10px;
}
.wp-block-coblocks-event-item .wp-block-coblocks-events__title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600 !important;
  letter-spacing: normal;
  font-kerning: none;
  line-height: 1.4;
  color: #4D4D4D;
  margin: 0 auto 5px auto;
}
.wp-block-coblocks-event-item .wp-block-coblocks-events__description {
  font-size: 10px;
}
.wp-block-coblocks-event-item .wp-block-coblocks-events__location {
  font-size: 10px;
}

#menu_list li {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  border-top: 1px solid rgb(235, 235, 235);
}
#menu_list li:first-child {
  border-top: none !important;
}
#menu_list li:hover {
  cursor: pointer;
  color: #009edb;
}
#menu_list .is-subsection {
  border-top: none !important;
  padding-top: 0 !important;
  padding-left: 15px;
}
#menu_list .is-subsection:nth-child(1) {
  padding-top: 10px !important;
}

.has-lines-1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.has-lines-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.has-lines-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.has-lines-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.has-lines-5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.has-lines-6 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.has-lines-7 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.has-lines-8 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.has-lines-9 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.has-lines-10 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

/*# sourceMappingURL=index.css.map */