.fc {
  margin: 20px 0;
}
.fc .fc-button-primary {
  background: #004591;
  font-weight: 500;
  border-color: #004591;
}
.fc .fc-button-primary:not(:disabled):active, .fc .fc-button-primary:not(:disabled).fc-button-active {
  background: white;
  color: black;
  border-color: #505050;
}
.fc .fc-button {
  padding: 8px 12px;
  border-width: 2px;
  border-radius: 26px;
}
.fc .fc-today-button {
  background: white;
  color: #004591;
  border-color: #004591;
}
.fc .fc-today-button:hover {
  background: #004591;
  color: white;
  border-color: #004591;
}
.fc .fc-button-group .fc-button:first-child {
  padding-left: 24px;
}
.fc .fc-button-group .fc-button:last-child {
  padding-right: 24px;
}
@media(max-width:767px) {
  .fc .fc-button {
    padding: 8px;
  }
  .fc .fc-button-group .fc-button:first-child {
    padding-left: 12px;
  }
  .fc .fc-button-group .fc-button:last-child {
    padding-right: 12px;
  }
  .fc .fc-toolbar.fc-header-toolbar {
    flex-wrap: wrap;
  }
  .fc .fc-toolbar-chunk:nth-child(1) {
    order: 2;
  }
  .fc .fc-toolbar-chunk:nth-child(2) {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 13px;
  }
  .fc .fc-toolbar-chunk:nth-child(3) {
    order: 3;
  }
}
.fc .fc-toolbar-title {
  color: #004591;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.fc .fc-col-header-cell-cushion {
  color: #004591;
  font-weight: normal;
  text-decoration: none;
}
.fc .fc-daygrid-day-number {
  color: #004591;
  text-decoration: none;
}
.fc .fc-scrollgrid {
  border: 1px solid #004591;
}
.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
  padding: 1px 8px;
}
.views-exposed-form .form-item {
  display: inline-block;
}
.views-exposed-form .form-item .color {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background: #F53F50;
}
