/* breakpoints */

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container {
  max-width: 1251px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1224px) {
  [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.calendar-event-icon {
  text-transform: uppercase;
  height: 100%;
  text-align: center;
  color: #004987;
  background-color: #fff;
  font-weight: 500;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-family: Open Sans;
  border-bottom: 3px solid #e4e6e7;
}

.calendar-event-icon__day {
  font-size: 1.2rem;
  line-height: 1.25;
}

.calendar-event-icon__month {
  font-size: 1.2rem;
  line-height: 1.25;
}

.calendar-event-icon__week-day {
  font-size: 3.3rem;
  line-height: 1.25;
}
