.acm-calendar .description-top {
  max-width: 416px;
  margin: 0 auto 48px;
  text-align: center;
}
.acm-calendar .description-bottom {
  margin-top: 32px;
  text-align: center;
}
.acm-calendar .description-bottom a {
  color: #ffffff;
  border-bottom: 1px solid #dd2222;
}
.acm-calendar .calendar-table {
  border: 1px solid #222222;
  display: flex;
  align-items: center;
  text-align: center;
}
.acm-calendar .calendar-table:before,
.acm-calendar .calendar-table:after {
  display: table;
  content: " ";
}
.acm-calendar .calendar-table:after {
  clear: both;
}
@media (max-width: 767px) {
  .acm-calendar .calendar-table {
    flex-wrap: wrap;
  }
}
.acm-calendar .calendar-table .col {
  float: left;
}
.acm-calendar .calendar-table .col + .col {
  border-left: 1px solid #222222;
}
.acm-calendar .calendar-table .col.has-1 {
  width: 100%;
}
.acm-calendar .calendar-table .col.has-2 {
  width: 49.8%;
}
.acm-calendar .calendar-table .col.has-3 {
  width: 33.2%;
}
@media (max-width: 767px) {
  .acm-calendar .calendar-table .col.has-3 {
    width: 24.9%;
  }
  .acm-calendar .calendar-table .col.has-3:last-child {
    border-right: 1px solid #222222;
  }
  .acm-calendar .calendar-table .col.has-3:nth-child(5) {
    border-left: 0;
  }
}
@media (max-width: 480px) {
  .acm-calendar .calendar-table .col.has-3 {
    width: 49.8%;
  }
  .acm-calendar .calendar-table .col.has-3:nth-child(2n + 1) {
    border-left: 0;
  }
}
.acm-calendar .calendar-table .col.has-4 {
  width: 24.9%;
}
@media (max-width: 767px) {
  .acm-calendar .calendar-table .col.has-4 {
    width: 24.9%;
  }
  .acm-calendar .calendar-table .col.has-4:last-child {
    border-right: 1px solid #222222;
  }
  .acm-calendar .calendar-table .col.has-4:nth-child(5) {
    border-left: 0;
  }
}
@media (max-width: 480px) {
  .acm-calendar .calendar-table .col.has-4 {
    width: 49.8%;
  }
  .acm-calendar .calendar-table .col.has-4:nth-child(2n + 1) {
    border-left: 0;
  }
}
.acm-calendar .calendar-table .col.has-5 {
  width: 20%;
}
@media (max-width: 767px) {
  .acm-calendar .calendar-table .col.has-5 {
    width: 24.9%;
  }
  .acm-calendar .calendar-table .col.has-5:last-child {
    border-right: 1px solid #222222;
  }
  .acm-calendar .calendar-table .col.has-5:nth-child(5) {
    border-left: 0;
  }
}
@media (max-width: 480px) {
  .acm-calendar .calendar-table .col.has-5 {
    width: 49.8%;
  }
  .acm-calendar .calendar-table .col.has-5:nth-child(2n + 1) {
    border-left: 0;
  }
}
.acm-calendar .calendar-table .col.has-6 {
  width: 16.666%;
}
@media (max-width: 767px) {
  .acm-calendar .calendar-table .col.has-6 {
    width: 24.9%;
  }
  .acm-calendar .calendar-table .col.has-6:last-child {
    border-right: 1px solid #222222;
  }
  .acm-calendar .calendar-table .col.has-6:nth-child(5) {
    border-left: 0;
  }
}
@media (max-width: 480px) {
  .acm-calendar .calendar-table .col.has-6 {
    width: 49.8%;
  }
  .acm-calendar .calendar-table .col.has-6:nth-child(2n + 1) {
    border-left: 0;
  }
}
.acm-calendar .calendar-table .col.has-7 {
  width: 14.285%;
}
@media (max-width: 767px) {
  .acm-calendar .calendar-table .col.has-7 {
    width: 24.9%;
  }
  .acm-calendar .calendar-table .col.has-7:last-child {
    border-right: 1px solid #222222;
  }
  .acm-calendar .calendar-table .col.has-7:nth-child(5) {
    border-left: 0;
  }
}
@media (max-width: 480px) {
  .acm-calendar .calendar-table .col.has-7 {
    width: 49.8%;
  }
  .acm-calendar .calendar-table .col.has-7:nth-child(2n + 1) {
    border-left: 0;
  }
}
.acm-calendar .calendar-table .col-header {
  padding: 24px;
}
.acm-calendar .calendar-table .col-header h3 {
  color: #dd2222;
  text-transform: uppercase;
  margin: 0;
}
.acm-calendar .calendar-table .col-body .calendar-info {
  border-top: 1px solid #222222;
  padding: 24px 16px;
  height: 142px;
  position: relative;
}
@media (max-width: 1199px) {
  .acm-calendar .calendar-table .col-body .calendar-info {
    padding: 24px 8px;
  }
}
.acm-calendar .calendar-table .col-body .calendar-info::before {
  background: #dd2222;
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  z-index: 2;
}
.acm-calendar .calendar-table .col-body .calendar-info.empty::before {
  display: none;
}
.acm-calendar .calendar-table .col-body .calendar-info.row0 {
  background: #000000;
}
.acm-calendar .calendar-table .col-body .calendar-info .time-class {
  color: #dd2222;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .acm-calendar .calendar-table .col-body .calendar-info .time-class {
    font-size: 12px;
  }
}
.acm-calendar .calendar-table .col-body .calendar-info .info-class {
  display: block;
  position: relative;
  z-index: 11;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acm-calendar .calendar-table .col-body .calendar-info a,
.acm-calendar .calendar-table .col-body .calendar-info h4 {
  border-bottom: 2px solid transparent;
  color: #ffffff;
  display: inline;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .acm-calendar .calendar-table .col-body .calendar-info a,
  .acm-calendar .calendar-table .col-body .calendar-info h4 {
    font-size: 14px;
  }
}
.acm-calendar .calendar-table .col-body .calendar-info p {
  display: block;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acm-calendar .calendar-table .col-body .calendar-info:hover::before {
  transform: scale(1);
  -webkit-transform: scale(1);
  filter: alpha(opacity=100);
  opacity: 1;
}
.acm-calendar .calendar-table .col-body .calendar-info:hover a,
.acm-calendar .calendar-table .col-body .calendar-info:hover h4 {
  color: #ffffff;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.acm-calendar .calendar-table .col-body .calendar-info:hover .time-class,
.acm-calendar .calendar-table .col-body .calendar-info:hover p {
  color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}