/***** START SPECIAL EVENT STYLES *****/
/*** Tagline ***/
.special-event__tagline {
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 2.25rem;
}

.special-event__subtagline {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.1;
  border-top: 2px solid #06a7e0;
  padding-top: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
}

/*** Date and Location ***/
.special-event__date {
  font-size: 1.3125rem;
}
.special-event__date span {
  text-transform: uppercase;
  color: #b2e0e3;
  letter-spacing: 20px;
  margin-right: -20px;
}
.special-event__date b {
  display: block;
  font-size: 2.25rem;
  color: #a3cf60;
}

/*** Agenda ***/
.special-event__agenda {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.special-event__agenda > li {
  font-size: 1.125rem;
}
.special-event__agenda > li:not(:last-of-type) {
  border-bottom: 2px solid #6dc5e8;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.special-event__location {
  font-size: 1.3125rem;
}
.special-event__location span {
  display: block;
}

@media screen and (min-width: 560px) {
  .special-event__agenda > li {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .special-event__tagline {
    font-size: 3.75rem;
  }

  .special-event__subtagline {
    font-size: 2.25rem;
  }

  .special-event__date,
.special-event__location {
    font-size: 2.25rem;
  }

  .special-event__date b {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 860px) {
  .special-event__tagline {
    font-size: 6rem;
  }

  .special-event__subtagline {
    font-size: 3.75rem;
    border-top: 4px solid #06a7e0;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
/***** END SPECIAL EVENT STYLES *****/