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

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

ul {
  list-style: disc;
  padding-inline-start: 0;
  font-size: 1.3rem;
  line-height: 1.4;
}

li {
  margin: 0 0 25px 25px;
}

p {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 25px;
}

.hearken {
  margin: 25px 0;
}

.clearfix {
  clear: both;
}

.centered {
  text-align: center;
}

.header-img {
  margin-top: 30px;
}

.intro-teaser {
  width: 650px;
  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;
}

@media (max-width: 650px) {
  .intro-teaser {
    font-size: 1.4rem;
  }
}

@media (max-width: 650px) {
  .intro-teaser {
    width: 95%;
  }
}

.intro-desc {
  width: 650px;
  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;
}

@media (max-width: 650px) {
  .intro-desc {
    font-size: 1.3rem;
  }
}

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

@media (max-width: 650px) {
  .intro-desc {
    width: 95%;
  }
}

.large-text {
  font-size: 1.9rem;
  line-height: 1.3;
  font-family: "franklin-gothic-urw", "Avenir Next", "Avenir", Arial, sans-serif;
  font-weight: 700;
}

@media (max-width: 650px) {
  .large-text {
    font-size: 1.4rem;
  }
}

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

@media (max-width: 650px) {
  .subhed {
    font-size: 1.7rem !important;
  }
}

.dateline {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  padding-bottom: 20px;
}

.dropcap {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  initial-letter: 3;
  color: #212121;
  font-family: "franklin-gothic-urw", "Avenir Next", "Avenir", Arial, sans-serif;
  margin-right: 4px;
}

@media all and (max-width: 600px) {
  .dropcap {
    initial-letter: 2;
  }
}

/* photos & cutlines */
.cutline {
  color: #898989;
  padding: 10px;
  font-size: 1rem;
  margin: 0;
}

.photo-cutline {
  margin-bottom: 20px;
  padding-left: 0;
}

.no-border {
  border: 0;
}

.img-border {
  border: 1px solid #eee;
}

.inline-image {
  margin: 15px 0;
}

.inline-image img {
  width: 100%;
}

.wide-image {
  max-width: 1100px;
  margin: 0 auto;
}

.wide-image img {
  width: 100%;
}

.side-block {
  max-width: 400px;
  width: 100%;
}

.side-block img {
  margin: 0 0 0.3rem 0;
  width: 100%;
}

.right-block {
  float: right;
  margin: 0 5.8rem 1.8rem 4.8rem;
}

.left-block {
  margin: 0 4.8rem 4.8rem 0;
}

@media (max-width: 740px) {
  .right-block, .left-block {
    float: none;
    margin: 2rem auto;
    width: 100%;
  }
  .graphic-block {
    max-width: 400px;
  }
}

.wide-block {
  margin: 2rem auto;
}

.full-block {
  margin: 4.8rem auto;
}

.full-block p.cutline {
  padding: 0 2rem;
}

.double-block {
  max-width: 1100px;
  margin: 0 auto;
}

.double-block img {
  float: left;
  margin: 2% 2% 2% 0;
  max-width: 49%;
}

.double-block img:last-of-type {
  margin-right: 0;
}

@media (max-width: 740px) {
  .double-block img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}

.bottom-row img {
  margin-bottom: 0;
}

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

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

.story-container .story-byline {
  text-transform: uppercase;
  line-height: 1.3;
  padding: 10px 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.story-container .story-pubdate {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.3;
  padding-bottom: 10px;
  font-weight: 500;
}

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

.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;
}

h1.title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 25px;
}

h5.subtitle {
  font-size: 1.7rem;
  font-weight: 400;
}

@media (max-width: 650px) {
  h1.title {
    font-size: 1.7rem;
  }
  h5.subtitle {
    font-size: 1.6rem;
  }
  .story-container {
    width: 95%;
  }
  .story-container .img-float, .story-container .caption-float {
    width: 100%;
  }
}

.franchise-title {
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #212121;
  color: #fff;
  padding: 5px 8px;
  display: inline;
}

@media (max-width: 650px) {
  .franchise-title {
    background-color: #fff;
    color: #212121;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 700;
    border-bottom: 1px solid #212121;
  }
}

.franchise-info p, .sp-franchise-info p {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 15px;
}

.toggle-franchise {
  font-weight: 700;
  font-size: 1rem;
  border-bottom: 1px solid #212121;
}

.toggle-franchise:hover {
  cursor: pointer;
}

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

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

.quoted-text {
  margin: 0 35px 35px 35px;
  border-left: 5px solid #212121;
  padding-left: 25px;
}

.typeform-widget {
  margin: 25px 0;
}

/* pull quotes */
blockquote {
  border-left: 3px solid #007397;
  color: #007397;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 2.1em -2em;
  padding: 1em 2em;
  position: relative;
  transition: .2s border ease-in-out;
  z-index: 0;
}

blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 2em;
  width: 5px;
  margin-top: -1em;
}

blockquote:after {
  position: absolute;
  top: 50%;
  left: -1em;
  color: #fff;
  padding: 8px;
  background-color: #007397;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  line-height: 1em;
  text-align: center;
  content: "\f10e";
  text-indent: -2px;
  width: 1.6em;
  margin-top: -0.5em;
  transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

blockquote.format:before, blockquote.format:after {
  display: none;
}

blockquote:active:after {
  transform: rotateY(360deg);
}

blockquote cite {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 1em;
  text-align: right;
  font-weight: 400;
}

blockquote cite .attribution {
  text-transform: uppercase;
}

blockquote cite.job {
  font-size: 0.8rem;
}

@media (max-width: 900px) {
  blockquote {
    font-size: 1.3rem;
    margin: 1.1em -1em;
  }
}

@media (max-width: 767px) {
  blockquote {
    border-top: 2px solid #007397;
    border-bottom: 2px solid #007397;
    border-left: none;
    margin: 1.5em 0;
    padding: 2.2em 1em;
  }
  blockquote:before {
    left: 50%;
    top: 0;
    height: 4px;
    margin-top: -3px;
    margin-left: -1em;
    width: 2em;
  }
  blockquote:after {
    font-size: 1.75rem;
    left: 50%;
    top: 0;
    width: 1.8em;
    margin-top: -0.5em;
    margin-left: -0.5em;
  }
  blockquote cite {
    text-align: left;
  }
}

/* YouTube embed & video */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 30px 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%;
}

.video {
  max-width: 640px;
  width: 100%;
}

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

@media (max-width: 700px) {
  .audio-box {
    width: 95%;
  }
}

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

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

.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;
}

.audio-intro {
  font-style: italic;
  font-size: 1.1rem;
  color: #898989;
  width: 520px;
}

@media (max-width: 520px) {
  .audio-intro {
    width: 95%;
  }
}

.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;
}

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

.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;
}

.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%;
}

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

/* Audio slider */
.slide {
  width: 95%;
  margin: 0 auto;
  display: none;
}

.active-slide {
  display: block;
  position: relative;
}

.slide-wrapper {
  width: 90%;
  margin: 20px 0 0 11%;
}

.line-arrow {
  position: absolute;
  overflow: hidden;
  display: inline-block;
  font-size: 16px;
  /*set the size for arrow */
  width: 2em;
  height: 2em;
  top: 65px;
}

@media (max-width: 520px) {
  .line-arrow {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    font-size: 13px;
    /*set the size for arrow */
    width: 2em;
    height: 2em;
    top: 45px;
  }
}

.line-arrow.left {
  border-top: 6px solid #333;
  border-left: 6px solid #333;
  transform: rotate(-54deg) skew(-20deg);
  left: 1%;
}

@media (max-width: 520px) {
  .line-arrow.left {
    border-top: 6px solid #333;
    border-left: 6px solid #333;
    transform: rotate(-54deg) skew(-20deg);
    left: 0%;
  }
}

.line-arrow.right {
  border-top: 6px solid #333;
  border-right: 6px solid #333;
  transform: rotate(54deg) skew(20deg);
  right: 1%;
}

@media (max-width: 520px) {
  .line-arrow.right {
    border-top: 6px solid #333;
    border-right: 6px solid #333;
    transform: rotate(54deg) skew(20deg);
    right: 0%;
  }
}

.line-arrow:active, .line-arrow.active {
  border-width: 6px;
}

.line-arrow:hover {
  cursor: pointer;
  opacity: 0.5;
}

.slide-title {
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 15px 0;
  text-align: center;
}

@media (max-width: 520px) {
  .slide-title {
    font-size: 1.32rem;
    line-height: 1;
    padding: 0px;
  }
}

/* Methodology */
.methodology-container {
  background-color: #E8E8E8;
  padding: 25px;
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 35px 0 15px 0;
}

.methodology-container h2 {
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  padding-bottom: 15px;
}

.methodology-container h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

.methodology-container p {
  font-size: 1.2rem;
  line-height: 1.3;
}

.methodology-container .subhed {
  text-transform: uppercase;
  font-size: 1.3rem !important;
}

.methodology-refer {
  font-weight: 700;
  margin: 0 0 25px 0;
}

.methodology-refer:hover {
  cursor: pointer;
}

.back-to-top {
  background-color: #212121;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 7px;
  margin: 12px 0;
  font-size: 1rem;
  display: inline;
}

.back-to-top a {
  border: 0 !important;
  color: #fff !important;
}

.back-to-top:hover {
  background-color: #898989;
  transition: background-color, 0.3s;
  cursor: pointer;
}

/* Translation toggle */
#read-spanish-btn {
  background-color: #D15904;
  color: #fff;
  float: right;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 8px;
}

#read-spanish-btn:hover {
  background-color: #898989;
  transition: background-color, 0.3s;
  cursor: pointer;
}

#language-option {
  float: right;
  border: 2px solid #212121;
  text-align: center;
  padding: 8px;
  margin: 5px;
}

/* Radio special */
@media (max-width: 650px) {
  #radio iframe {
    width: 90%;
    margin: 10px;
  }
}

.radio-cta {
  font-style: italic;
  font-size: 1.1rem;
}

@media (max-width: 650px) {
  .radio-cta {
    padding: 10px;
  }
}

#transcript-btn {
  padding: 5px 0 5px 0;
}
