* {
  margin: 0;
}

* {
  margin: 0;
}

* {
  margin: 0;
}

* {
  margin: 0;
}

* {
  margin: 0;
}

* {
  margin: 0;
}

* {
  margin: 0;
}

* {
  margin: 0;
}

* {
  margin: 0;
}

* {
  margin: 0;
}

p {
  letter-spacing: .02rem;
  line-height: 1.6;
}

a {
  transition: all .3s ease-in-out;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: forma-djr-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 110%;
  color: rgba(255,255,255,0.95);
  letter-spacing: 0.02rem;
}

.h3, h3 {
  font-size: 1.728rem;
}

.station {
  margin-bottom: 1.5rem;
  align-items: stretch;
  display: flex;
}

@media (min-width: 768px) {
  .station-wrapper {
    background-color: rgba(0,0,0,5.8) !important;
  }
}

.station-wrapper {
  background-color: rgba(255,255,255,0.1);
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  border-radius: .25rem;
  flex-grow: 1;
}

.station-time {
  color: rgba(255,242,128,0.9);
  flex-grow: 1;
  flex-basis: 100%;
  font-size: .85rem;
  letter-spacing: .03rem;
  margin-bottom: 0.75rem;
  text-shadow: none;
  line-height: 145%;
}

.station-name {
  align-self: start;
  display: inherit;
  flex-grow: 1;
}

@media (min-width: 576px) {
  .station-name {
    padding-right: 1rem;
    flex-basis: 60%;
  }
}

.station-name a {
  font-size: 2rem;
  color: rgba(255,255,255,.95);
  line-height: 90%;
  transition: all .2s ease-in-out;
}

.station-name a:hover {
  color: rgba(255,255,255,1);
  text-decoration: none;
  text-shadow: 0px 0px 20px rgb(255,251,210);
}

a.listen-live {
  color: #f50f35;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 3px;
  align-self: start;
  margin-top: .75rem;
  transition: all .4s ease-in-out;
}

@media (min-width: 576px) {
  a.listen-live {
    align-self: end;
    padding-left: 8px;
    padding-right: 5px;
    padding-top: 2px;
    flex-basis: initial;
    margin-bottom: auto;
    margin-top: 0;
  }
}

a.listen-live:hover {
  text-decoration: none;
  color: #ff002a;
}

@media (min-width: 576px) {
  a.listen-live:hover {
    text-decoration: none;
    background-color: #ff002a;
    color: #ffffff;
  }
}

.station-location {
  line-height: 140%;
  flex-basis: 100%;
  margin-top: 0rem;
}

.station-local-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.station-local {
  padding-left: .5rem;
  padding-right: .5rem;
  border-radius: 2px;
  margin-left: -.15rem;
  margin-bottom: 0.5rem;
  text-shadow: none;
  font-weight: 500;
  font-size: .8rem;
  padding-top: .15rem;
  color: #bfbfbf;
  border: 1px solid #858585;
  align-self: flex-end;
}

@media (min-width: 576px) {
  .station-local {
    flex-grow: 0;
    margin-right: .75rem;
  }
}

@media (min-width: 576px) {
  .station-local {
    margin-top: 0;
  }
}

.station-local-wrapper p:first-of-type {
  margin-top: .75rem;
}

.station-wrapper p:last-of-type {
  margin-bottom: 0;
}

