/* MA Schedule */

#ma-schedule .my-container {
  --bs-gutter-x: 1.5rem;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

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

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

#ma-schedule p {
  color: #000;
  text-align: center;
  text-shadow: none;
}

#ma-schedule .text-shadow-no {
  text-shadow: none;
}

#ma-schedule .text-shadow {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

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

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

#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: 999;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#ma-schedule .day-of-week p {
  color: #c3c3c3;
}

#ma-schedule .day-of-week .today {
  color: #fff;
  background-color: #434343;
}

#ma-schedule .border-rt {
  border-right: 1px solid rgba(255,255,255,0.25);
}

#ma-schedule .day-font {
  font-family: 'Roboto Condensed';
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

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

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

/* Class wrappers */

.bg-30 {
  min-height: 80px;
}

.bg-45 {
  min-height: 100px;
}

.bg-60 {
  min-height: 130px;
}

/* MA Schedule Mobile */

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

#ma-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #8e8e8e;
  border-bottom: none;
}

#ma-tabs .nav-tabs {
  border-bottom: none;
}

#ma-tabs .nav-tabs .nav-link {
  margin-bottom: -1px;
  padding: 6px 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-bottom: none;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  font-family: 'Roboto Condensed';
  font-size: 17px;
  font-weight: 700;
}

.tab-content {
  background-color: #8e8e8e;
}

@media (max-width: 991.9px) {
  .sunday {
    min-height: 254px;
    font-size: 30px;
  }
}

/* MA Schedule Colors */

#ma-schedule .bg-little-warriors {
  background-color: #ffbf00;
}

#ma-schedule .bg-mighty-warriors {
  background: #f0f0f0;
}

#ma-schedule .bg-elite-youth {
  background-color: #f69649;
}

#ma-schedule .bg-mighty-elite {
  background: linear-gradient(#fff 43%, #f69649 100%);
  letter-spacing: -.4px;
}

#ma-schedule .bg-youth-adult {
  background-color: #6b2a99;
}

#ma-schedule .bg-youth-adult-gb {
  background-color: #908452;
}

#ma-schedule .bg-team-leadership {
  background-color: #c3c3c3;
}

#ma-schedule .bg-competition {
  background: #0fff26;
}

