.clearfix::after, .calendar ol::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.calendar {
  border-radius: 10px;
  width: 100%;
  margin: auto;
}

@media (min-width: 576px) {
  .calendar {
    border-radius: 10px;
    width: 546px;
    margin: auto;
  }
}

/* Calendar positioning temp

@media (min-width: 1024px) {
  .calendar {
    margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .calendar {
    margin-left: 120px;
  }
}

@media (min-width: 1280px) {
  .calendar {
    margin-left: 130px;
  }
}

@media (min-width: 1366px) {
  .calendar {
    margin-left: 135px;
  }
}

@media (min-width: 1440px) {
  .calendar {
    margin-left: 140px;
  }
}

@media (min-width: 1600px) {
  .calendar {
    margin-left: 140px;
  }
}

@media (min-width: 1920px) {
  .calendar {
    margin-left: 135px;
  }
} */

.month {
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .month {
    font-size: 1.5rem;
  }
}

.calendar ol li {
  float: left;
  width: 14.28571%;
}

.calendar .day-names {
  border-bottom: 1px solid #eee;
  font-size: 12px;
}

@media (min-width: 576px) {
  .calendar .day-names {
    font-size: 14px;
  }
}

.calendar .day-names li {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.calendar .days li {
  border-bottom: 1px solid #eee;
  min-height: 5rem;
}

@media (min-width: 576px) {
  .calendar .days li {
    border-bottom: 1px solid #eee;
    min-height: 5.5rem;
  }
}

@media (min-width: 768px) {
  .calendar .days li {
    border-bottom: 1px solid #eee;
    min-height: 6rem;
  }
}

@media (min-width: 1024px) {
  .calendar .days li {
    min-height: 6.5rem;
  }
}

.calendar .days li .date {
  margin: 0.25rem 0;
}

.calendar .days li .event {
  font-size: 0.75rem;
  padding: 0.4rem;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4rem;
  margin-bottom: 1px;
}

.calendar .days li .event.span-2 {
  width: 200%;
}

.calendar .days li .event.begin {
  border-radius: 1rem 0 0 1rem;
}

.calendar .days li .event.end {
  border-radius: 0 1rem 1rem 0;
}

.calendar .days li:nth-child(n + 29) {
  border-bottom: none;
}

.calendar .days li.outside .date {
  color: #ddd;
}

.calendar .days li:hover {
  background-color: #284b6434;
}

.cal-text-lrg {
  color: #284b64;
  font-size: 25px;
  font-weight: 900;
  line-height: 26px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 2px;
}

@media (min-width: 576px) {
  .cal-text-lrg {
    font-size: 35px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .cal-text-lrg {
    font-size: 40px;
    line-height: 36px;
  }
}

.cal-text-sml {
  color: #284b64;
  font-size: 8px;
  font-weight: 900;
  line-height: 9px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 2px;
}

@media (min-width: 576px) {
  .cal-text-sml {
    font-size: 11px;
    line-height: 11px;
  }
}

@media (min-width: 768px) {
  .cal-text-sml {
    font-size: 16px;
    line-height: 16px;
  }
}

.pt-5, .py-5 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
  padding-right: 4px;
  padding-left: 4px;
}

.p-5 {
  padding: 1.5rem!important;
}

.fa-3x {
  font-size: 1.5em;
  margin-bottom: 8px;
}

