body {
  font-family: "franklin-gothic-urw", "Avenir Next", "Avenir", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  width: 100%;
}

a {
  text-decoration: none;
  border-bottom: 2px solid #212121;
  color: #212121;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: disc;
  padding-inline-start: 0;
  font-size: 1.2rem;
}

.header-text {
  width: 49%;
  display: inline-block;
  position: relative;
}

.intro-teaser {
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "franklin-gothic-urw", "Avenir Next", "Avenir", Arial, sans-serif;
  font-weight: 400;
}

.intro-desc {
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 20px;
  font-family: "franklin-gothic-urw", "Avenir Next", "Avenir", Arial, sans-serif;
  font-weight: 400;
}

.intro-desc strong {
  font-weight: 700;
}

.large-text {
  font-family: "franklin-gothic-urw", "Avenir Next", "Avenir", Arial, sans-serif;
  font-weight: 700;
}

.subhed {
  font-size: 1.9rem;
  font-weight: 700;
  font-family: "franklin-gothic-urw", "Avenir Next", "Avenir", Arial, sans-serif;
  line-height: 1.3;
  margin-top: 45px !important;
}

.story-container {
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 20px;
  font-family: "franklin-gothic-urw", "Avenir Next", "Avenir", Arial, sans-serif;
  font-weight: 400;
  width: 650px;
}

.story-container p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.story-container img {
  width: 100%;
  margin: 20px 0 5px 0;
}

.cutline {
  color: #898989;
  font-size: 1rem !important;
}

.story-container .img-float {
  width: 50%;
  margin: 10px 10px 0 10px;
}

.story-container .caption-float {
  width: 50%;
  margin: 0 10px 10px 10px;
}

.story-container .left {
  float: left;
  padding: 10px;
}

.story-container .right {
  float: right;
  padding: 10px;
}

.social-cta {
  font-weight: 700;
  font-style: italic;
  padding-top: 25px;
}

.contrib-line {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.3;
}

.section-divider {
  width: 100%;
}

.blockquote {
  margin: 0 35px 35px 35px;
  border-left: 2px solid #212121;
  padding-left: 15px;
}

/* YouTube & video embeds */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Audio players */
.audio-box {
  display: block;
  max-width: 700px;
  min-height: 300px;
  clear: both;
  margin: 0 auto;
  padding-bottom: 30px;
}

.audio-player-container {
  float: left;
  padding-right: 0;
  border-bottom: 1px solid #fff;
}

.audio-img-container {
  width: 95%;
  margin: 25px;
}

.audio-img {
  width: 100%;
  padding-top: 15px;
}

.audio-detail {
  padding: 25px 15px 15px 0px;
  font-size: 1.7rem;
}

.waveform {
  clear: both;
  width: 100%;
}

.waveform-caption, .audio-caption {
  width: 95%;
  min-height: 50px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  word-wrap: break-word;
}

.waveform-caption .fa, .audio-caption .fa {
  text-align: center;
  padding-right: 10px;
}

.sound, .playing, .volume, .pause {
  text-align: center;
  font-size: 25px;
  padding-top: 15px;
}

.sound:hover, .playing:hover, .volume:hover, .pause:hover {
  cursor: pointer;
}

/* shows pause button */
.volume::before {
  content: '\f04c';
  font-family: 'fontawesome';
}

.pause {
  padding: 6px;
  border: 2px solid #212121;
  width: 100px;
  margin: 10px auto;
}

.sound-toggle {
  float: right;
  clear: both;
  padding: 10px;
  border: 2px solid #212121;
  font-family: "franklin-gothic-urw", "Avenir Next", "Avenir", Arial, sans-serif;
  text-transform: uppercase;
}

.sound-toggle:hover {
  background-color: #212121;
  color: #fff;
  cursor: pointer;
}

.off {
  background-color: #fff;
  color: #212121;
}

.off:after {
  content: '\f026';
  padding: 10px;
  font-family: 'fontawesome';
}

.on {
  background-color: #212121;
  color: #fff;
}

.on:after {
  content: '\f028';
  padding: 10px;
  font-family: 'fontawesome';
}

.audio-box-mobile {
  display: none;
  min-width: 320px;
  margin: 50px auto;
}

.audio-box-mobile .speaker-mug {
  width: 100%;
}

.audio-box-mobile .speaker-mug img {
  width: 95%;
}

.audio-box-mobile audio {
  width: 95%;
}

/* Unit Chart */
.unit-block:nth-of-type(even) {
  margin-right: 0px;
}

.unit-block:nth-of-type(odd) {
  clear: left;
}

.unit-block p {
  padding-bottom: 15px;
}

@media (max-width: 1280px) {
  .header-text {
    width: 100%;
    float: none;
  }
}

@media all and (max-width: 800px) {
  .waveform-caption, .audio-caption {
    float: none;
    margin: 0;
    font-size: 1.6rem;
    padding: 0 0 0 15px;
  }
}

@media all and (max-width: 700px) {
  .audio-box-mobile {
    display: block;
  }
}

/* Audio Player Syles For Smaller Screens */
@media (max-width: 700px) {
  .audio-box {
    width: 95%;
  }

  .story-container {
    font-size: 1.2rem;
    width: 95%;
  }
}

@media (max-width: 650px) {
  .story-container p {
    font-size: 1.1rem;
  }
  .subhed {
    font-size: 1.7rem;
  }
  ul {
    font-size: 1.2rem;
  }
}

@media all and (max-width: 600px) {
  .audio-player-container {
    margin: 20px auto !important;
    width: 100%;
  }
}
