.yellow-site .content a.link {
  color: #f6b913;
}
.yellow-site .content.schedule h3, .yellow-site .content.schedule ul h5 {
  color: #f6b913;
}

.blue-site .content a.link {
  color: #47adf0;
}
.blue-site .content.schedule h3, .blue-site .content.schedule ul h5 {
  color: #47adf0;
}

.green-site .content a.link {
  color: #8cc740;
}
.green-site .content.schedule h3, .green-site .content.schedule ul h5 {
  color: #8cc740;
}

.pink-site .content a.link {
  color: #ed008c;
}
.pink-site .content.schedule h3, .pink-site .content.schedule ul h5 {
  color: #ed008c;
}

.orange-site .content a.link {
  color: #F26121;
}
.orange-site .content.schedule h3, .orange-site .content.schedule ul h5 {
  color: #F26121;
}

.other-site .content a.link {
  color: #8248df;
}
.other-site .content.schedule h3, .other-site .content.schedule ul h5 {
  color: #8248df;
}

.content {
  padding: 0 2.25rem 2.5rem 2.25rem;
  background-color: #faf9f6;
  font-family: Epilogue;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #2e2e2e;
}
.content a {
  text-transform: none;
}
.content a.back {
  color: #cecbc1;
  font-size: 0.875rem;
  margin-bottom: 2.5rem;
}
.content a.back i {
  margin-left: -1rem;
}
.content a.back i.mdi {
  margin-right: 0;
}
.content a.link {
  text-decoration: underline;
  color: #f6b913;
}
.content h3 {
  font-size: 1rem;
  font-weight: 900;
}
.content h1 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 3rem;
}
.content h2 {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
}
.content .row {
  max-width: 43.5rem;
  margin: 0 auto;
  padding: 2.5rem 0 0 0;
}
.content.schedule h1.hero {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.19;
  margin: 2rem 0 1.5rem 0;
}
.content.schedule h1 {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.19;
}
.content.schedule h1.mt-0 {
  margin-top: 0;
}
.content.schedule p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 2rem;
}
.content.schedule h2 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: inherit;
  display: block;
  margin: 0 0 1rem 0;
}
.content.schedule h3 {
  font-size: 1rem;
  font-weight: 900;
  color: #f6b913;
  margin-bottom: 0.5rem;
}
.content.schedule h3.m-0 {
  margin: 0;
}
.content.schedule .btn {
  margin: 0;
  white-space: nowrap;
  text-align: center;
}
.content.schedule a.link {
  font-size: 1rem;
  font-weight: bold;
  color: #2e2e2e;
}
.content.schedule img {
  margin-top: 1rem;
}
.content.schedule ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content.schedule ul p, .content.schedule ul b {
  font-size: 0.875rem;
  line-height: 1;
  color: #2e2e2e;
  margin: 0;
}
.content.schedule ul li {
  border-bottom: solid #2e2e2e 1px;
  padding: 1rem 0;
}
.content.schedule ul li:last-child {
  border-bottom: none;
}
.content.schedule ul h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
  color: #2e2e2e;
}
.content.schedule ul h5, .content.schedule ul p {
  font-size: 1rem;
  line-height: 1.25;
  color: #2e2e2e;
}
.content.schedule ul h5 {
  font-weight: bold;
  color: #f6b913;
  margin: 1rem 0 0.5rem 0;
}
.content.schedule iframe {
  margin: 1rem 0;
}

@media (min-width: 992px) {
  .content {
    padding: 0rem 0 6rem 0;
  }
  .content a.back i {
    margin-left: -2rem;
  }
  .content a.back i.mdi {
    margin-right: 1rem;
  }
  .content.schedule h1.hero {
    font-size: 4rem;
    margin: 2rem 0 1.5rem 0;
  }
  .content.schedule h1 {
    font-size: 4rem;
  }
  .content.schedule p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
  .content.schedule p.simple {
    font-size: 1rem;
  }
  .content.schedule h2 {
    font-size: 2.5rem;
    margin: 0 0 1rem 0;
  }
  .content.schedule h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .content.schedule .row > div:last-child {
    display: block;
  }
  .content.schedule img {
    margin-top: 2rem;
  }
  .content.schedule ul p, .content.schedule ul b {
    font-size: 1rem;
    line-height: 1.25;
  }
}
