#calendar {
  width: 100%;
  position: relative;
  z-index: 8;
  background-color: #ffffff;
  border: 1px solid #b3b9b5;
}

.calendar__inner {
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.calendar__tooltip {
  position: absolute;
  font-size: 14px;
  z-index: 9999;
  padding: 1rem;
  top: -1px;
  left: 0px;
  transform: translateX(-100%);
  width: 20rem;
  font-weight: 600;
  background: #ffffff;
  border: 1px solid #b3b9b5;
}
.calendar__tooltip--right {
  left: unset;
  right: 0;
  transform: translateX(100%);
}
.calendar__tooltip-header {
  display: none;
}
.calendar__tooltip-item {
  margin-bottom: 1rem;
}
.calendar__tooltip-item:last-of-type {
  margin-bottom: 0;
}
.calendar__bcg {
  display: none;
}

.section.calendar .section__content.container-big {
  max-width: 1600px !important;
}

.calendar-filters {
  position: relative;
  z-index: 99;
  margin-left: -15px;
  margin-right: -15px;
}

#calendar {
  width: 100%;
  position: relative;
  z-index: 8;
  background-color: #ffffff;
  border: 1px solid #b3b9b5;
}

.choices {
  margin-bottom: 2.9rem !important;
  z-index: 9;
  position: relative;
  background-color: #ffffff !important;
  color: #000000;
}
.choices__inner {
  background: none;
  line-height: 1;
  font-size: 1.6rem;
  font-family: "Commissioner", sans-serif;
  font-style: italic;
  padding: 0 !important;
  border-radius: 0 !important;
  height: 5.1rem;
  border: 1px solid #b3b9b5;
}
.choices__list {
  padding: 0;
}
.choices__item {
  line-height: 1.3;
  display: flex;
  align-items: center;
  height: 5.1rem;
  padding-left: 2.5rem !important;
  transition: background-color 0.2s ease-out;
  will-change: background-color;
}
.choices__item svg {
  margin-right: 2.5rem;
}
.choices__item .stroke {
  stroke: #ffffff;
  transition: stroke 0.2s ease-out;
  will-change: stroke;
}
.choices__item .fill {
  fill: #ffffff;
  transition: fill 0.2s ease-out;
  will-change: fill;
}
.choices__item.culture, .choices__item.sport, .choices__item.deadline, .choices__item.other {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.choices__item.culture {
  background-color: #2b78be !important;
}
.choices__item.culture:hover {
  background-color: #ffffff !important;
  color: #2b78be;
}
.choices__item.culture:hover .fill {
  fill: #2b78be;
}
.choices__item.culture:hover .stroke {
  stroke: #2b78be;
}
.choices__item.sport {
  background-color: green;
}
.choices__item.sport:hover {
  background-color: #ffffff !important;
  color: green;
}
.choices__item.sport:hover .fill {
  fill: green;
}
.choices__item.sport:hover .stroke {
  stroke: green;
}
.choices__item.deadline {
  background-color: pink;
}
.choices__item.deadline:hover {
  background-color: #ffffff !important;
  color: pink;
}
.choices__item.deadline:hover .fill {
  fill: pink;
}
.choices__item.deadline:hover .stroke {
  stroke: pink;
}
.choices__item.other {
  background-color: darkgrey;
  border-bottom: none;
}
.choices__item.other:hover {
  background-color: #ffffff !important;
  color: darkgrey;
}
.choices__item.other:hover .fill {
  fill: darkgrey;
}
.choices__item.other:hover .stroke {
  stroke: darkgrey;
}

.choices__list--single .choices__item.culture:hover {
  background-color: #2b78be !important;
  color: #ffffff;
}
.choices__list--single .choices__item.culture:hover .fill {
  fill: #ffffff;
}
.choices__list--single .choices__item.culture:hover .stroke {
  stroke: #ffffff;
}
.choices__list--single .choices__item.sport:hover {
  background-color: green !important;
  color: #ffffff;
}
.choices__list--single .choices__item.sport:hover .fill {
  fill: #ffffff;
}
.choices__list--single .choices__item.sport:hover .stroke {
  stroke: #ffffff;
}
.choices__list--single .choices__item.deadline:hover {
  background-color: pink !important;
  color: #ffffff;
}
.choices__list--single .choices__item.deadline:hover .fill {
  fill: #ffffff;
}
.choices__list--single .choices__item.deadline:hover .stroke {
  stroke: #ffffff;
}
.choices__list--single .choices__item.other:hover {
  background-color: darkgrey !important;
  color: #ffffff;
}
.choices__list--single .choices__item.other:hover .fill {
  fill: #ffffff;
}
.choices__list--single .choices__item.other:hover .stroke {
  stroke: #ffffff;
}

.choices[data-type*=select-one]:after {
  border: none;
  content: "V";
  width: 4.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: none;
  margin: 0;
  color: #b3b9b5;
  border-left: 1px solid #b3b9b5;
}

.choices[data-type*=select-one].is-open:after {
  margin: 0;
}

.fc .fc-day--hovered {
  border: 1px solid #b3b9b5 !important;
  border-top: 1px solid #b3b9b5 !important;
  border-left: 1px solid #b3b9b5 !important;
}
.fc .fc-scrollgrid table {
  border-collapse: initial;
}
.fc td.fc-daygrid-day.fc-day {
  border-color: #eee;
}
.fc .fc-scroller-liquid-absolute,
.fc .fc-scroller-harness {
  overflow: visible !important;
}
.fc .fc-scroller {
  overflow: hidden;
}
.fc .fc-toolbar-title {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Commissioner, sans-serif;
}
.fc .fc-header-toolbar {
  padding: 1rem;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #b3b9b5;
}
.fc .fc-prev-button,
.fc .fc-next-button {
  background: none;
  border: none;
  padding: 0;
  color: #000000;
}
.fc .fc-daygrid {
  padding: 0.5rem;
}
.fc .fc-col-header,
.fc .fc-daygrid-body,
.fc .fc-scrollgrid-sync-table {
  width: 100% !important;
}
.fc .fc-col-header-cell-cushion {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  line-height: 1;
  font-size: 1.4rem;
  text-decoration: none !important;
}
.fc .fc-col-header-cell .fc-scrollgrid-sync-inner {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  vertical-align: middle;
  border: 2px solid #ffffff;
  background-color: #b3b9b5;
  color: #ffffff;
}
.fc .fc-col-header-cell.fc-day-sat .fc-scrollgrid-sync-inner {
  background-color: #6fd3f7;
}
.fc .fc-col-header-cell.fc-day-sun .fc-scrollgrid-sync-inner {
  background-color: #ff999a;
}
.fc .fc-daygrid-day-frame {
  height: 4.5rem;
  display: flex;
  flex-direction: column;
}
.fc .fc-daygrid-day-top {
  line-height: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.4rem;
  text-align: left;
  flex-direction: row;
}
.fc .fc-daygrid-day-top .fc-daygrid-day-number {
  padding: 2px 4px 0;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  height: 100%;
  min-height: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2px;
  padding-right: 2px;
  height: 4.2rem;
  margin-top: auto;
}
.fc .fc-event-title,
.fc .fc-event-time {
  display: none;
}
.fc .fc-daygrid-event-harness {
  width: 40%;
  margin: 2px 0 0 2px;
  height: 1.8rem;
}
.fc .fc-daygrid-event {
  height: 100%;
  border-radius: 0;
  margin: 0 !important;
}
.fc .fc-daygrid-day.fc-day-today {
  background: unset;
}

@media (max-width: 991px) {
  .calendar .section__content .row {
    margin: 0;
  }
  .calendar__tooltip {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90vw;
    transform: translate(-50%, -50%);
    padding-top: 4.5rem;
    z-index: 99;
  }
  .calendar__tooltip-close {
    display: block;
    background: none;
    border: none;
    padding: 1rem 0.5rem;
  }
  .calendar__tooltip-date {
    padding: 1rem;
  }
  .calendar__tooltip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: row-reverse;
  }
  .calendar__bcg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 9;
  }
}
@media (max-width: 767px) {
  .fc .fc-daygrid-event-harness {
    height: 1.2rem;
  }
  .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    height: 3rem;
  }
  .fc .fc-daygrid-day-top {
    font-size: 1.2rem;
  }
  .fc .fc-col-header-cell-cushion {
    font-size: 1rem;
  }
  .calendar-filters .col-sm-6 {
    margin-bottom: 5px;
  }
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 50px;
  }
}
.events {
  list-style: none;
  padding: 0;
  margin: 3rem 0 0;
}
.events__item {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.events__item-icon {
  margin-right: 1rem;
  width: 3.5rem;
}
.events__item-content {
  width: 100%;
}
.events__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.events__date {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .events {
    margin-top: 2rem;
  }
}
.section-calendar a {
  color: #194b6c;
  text-decoration: none;
}
.section-calendar a.btn-blue {
  color: #ffffff;
  text-decoration: none;
}
.section-calendar__header {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding: 50px 0 50px 0;
}
.section-calendar__content {
  padding: 0 15px 35px 15px;
}

@media (min-width: 500px) {
  .section-calendar__header {
    font-size: 36px;
  }
  .section-calendar__content {
    padding: 0 0 35px 0;
  }
}
@media (min-width: 768px) {
  .section-calendar__header {
    font-size: 36px;
  }
}