/* MA Schedule List Styling */

.programs-list {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-left: 20px;
}

@media (min-width: 576px) {
  .programs-list {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .programs-list {
    font-size: 18px;
  }
}

.programs-list li {
  margin-bottom: 8px;
}

.programs-list .fa-li {
  position: absolute;
  left: -25px;
  width: 20px;
  top: -1px;
}

/* MA Schedule */

#ma-schedule p {
  font-family: 'Roboto Condensed';
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.lkm {
  line-height: 16px;
}

@media (min-width: 992px) {
  #ma-schedule p {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #ma-schedule p {
    font-size: 15px;
  }
}

#ma-schedule .bg-day {
  background-color: #c7e3ff;
}

#ma-schedule .bg-eve {
  background-color: #b4b4b4;
}

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

#ma-schedule .sticky-days {
  position: sticky;
  top: 167px;
}

@media (min-width: 992px) {
  #ma-schedule .sticky-days {
    position: sticky;
    top: 167px;
  }
}

@media (min-width: 1200px) {
  #ma-schedule .sticky-days {
    top: 173px;
  }
}

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

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

#ma-schedule .desktop-font {
  font-family: 'Roboto Condensed';
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

#ma-schedule .mob-font {
  color: #fff;
}

.no-shadow {
  text-shadow: none;
}

/* MA Schedule Colors */

#ma-schedule .bg-lkm {
  background-color: #dc6045;
}

#ma-schedule .text-lkm {
  color: #dc6045 !important;
}

#ma-schedule .bg-child-beg {
  background-color: #ff0000;
}

#ma-schedule .text-child-beg {
  color: #ff0000;
}

#ma-schedule .bg-child-adv {
  background-color: #820000;
}

#ma-schedule .text-child-adv {
  color: #820000;
}

#ma-schedule .bg-child-open {
  background: linear-gradient(#ff0000 0%, #820000 100%);
}

#ma-schedule .bg-adult {
  background-color: #00405c;
}

#ma-schedule .text-adult {
  color: #00405c;
}

#ma-schedule .bg-sword {
  background-color: #848484;
}

#ma-schedule .text-sword {
  color: #848484;
}

#ma-schedule .bg-judo {
  background-color: #454545;
}

#ma-schedule .text-judo {
  color: #454545;
}

/* MA Schedule Mobile */

#ma-schedule-mob h4 {
  background-color: #303030;
  color: white;
  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: #d7d7d7;
}

