/* MA Schedule */

#ma-schedule .sticky-top {
  top: calc(174px + 1.2vw);
}

@media (min-width: 1400px) {
  #ma-schedule .sticky-top {
    top: 193px;
  }
}

#ma-schedule p {
  text-align: center;
}

#ma-schedule .bg-day {
  background-color: rgb(161,189,221);
}

#ma-schedule .bg-eve {
  background-color: rgb(142,142,142);
}

#ma-schedule .day-of-week {
  background-color: #303030;
  font-family: 'Roboto Condensed';
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  z-index: 9999;
}

#ma-schedule .border-rt {
  border-right: 1px solid #4f4f4f;
}

#ma-schedule .day-font {
  font-family: 'Roboto Condensed';
  color: #fff;
  font-size: 14px;
}

@media (min-width: 1200px) {
  #ma-schedule .day-font {
    font-size: 16px;
  }
}

#ma-schedule .mob-font {
  font-family: 'Roboto Condensed';
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/* MA Schedule Colors */

#ma-schedule .bg-private-1 {
  background: #b4b4b4;
}

#ma-schedule .bg-private-2 {
  background: #c3e8f8;
}

#ma-schedule .bg-preschool {
  background-color: #67bde9;
}

#ma-schedule .bg-adv-purp-br {
  background-color: #f7ef6d;
}

#ma-schedule .bg-adult-group {
  background-color: #f7b91f;
}

#ma-schedule .bg-child-group {
  background-color: #70be47;
}

#ma-schedule .bg-teen-group {
  background-color: #fbc6af;
}

#ma-schedule .bg-jr-bb-club {
  background-color: #f5948d;
}

#ma-schedule .bg-comb-child {
  background-color: #f9c8dc;
}

#ma-schedule .bg-workshops {
  background: #f16351;
}

#ma-schedule .bg-int-adult {
  background-color: #0000ff;
}

#ma-schedule .bg-adv-adult {
  background-color: #930000;
}

#ma-schedule .bg-bb-adult {
  background: #000;
}

/* MA Schedule Mobile */

#ma-schedule-mob h4 {
  background-color: #303030;
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
}

@media (min-width: 576px) {
  #ma-schedule-mob .border-col-rt {
    border-right: 3px solid #fff;
  }
}

#ma-schedule-mob .cal-bg {
  background-color: #fff;
}

