body {
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

p {
  line-height: 1.4;
  font-size: 1.3rem;
  padding-bottom: 10px;
}

p > a {
  text-decoration: none;
  color: #b56969;
  border-bottom: 1px solid #b56969 !important;
}

p > a:hover {
  color: #b56969;
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

/* story pages */
.story-header {
  margin: 15px 0;
  width: 650px;
  margin: 0 auto;
}

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

.title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.3;
}

@media (max-width: 650px) {
  .title {
    font-size: 2rem;
  }
}

.subtitle {
  font-size: 1.9rem;
  line-height: 1.3;
}

@media (max-width: 650px) {
  .subtitle {
    font-size: 1.5rem;
  }
}

.dateline {
  font-size: 1rem;
  text-transform: uppercase;
}

.byline {
  font-size: 1.1rem;
  padding-top: 15px;
}

.byline > a {
  color: #212121;
  border-bottom: 1px solid #212121;
  text-decoration: none;
}

.tweet-author {
  font-size: 1rem;
  padding-bottom: 25px;
}

.tweet-author .fa {
  font-size: 1.3rem;
}

.tweet-author > a {
  color: #212121;
  border-bottom: 1px solid #212121;
  text-decoration: none;
}

.note {
  font-style: italic;
  font-size: 1.1rem;
  border-top: 1px solid #898989;
  padding-top: 15px;
}

.story-content {
  width: 650px;
  margin: 0 auto;
}

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

.clearfix {
  clear: both;
}

/* video */
video {
  width: 100%;
}

/* photos */
.cutline {
  color: #898989;
  font-size: 1rem;
  padding: 10px 5px;
  line-height: 1.3;
}

img {
  border: 1px solid #eee;
}

.no-border {
  border: 0;
}

.cover-img {
  width: 100%;
  padding-top: 45px;
}

.cover-img img {
  width: 100%;
}

.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%;
    max-width: 650px;
  }
  .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;
}

/* pull quotes */
blockquote {
  border-left: 3px solid #b56969;
  color: #b56969;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.8em;
  margin: 1.1em -4em;
  padding: 1em 2em;
  position: relative;
  transition: .2s border ease-in-out;
  z-index: 0;
}

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

blockquote:after {
  content: "\f10e";
  position: absolute;
  top: 50%;
  left: -1em;
  color: #fff;
  padding: 8px;
  background-color: #b56969;
  font-family: 'fontawesome';
  font-style: normal;
  line-height: 1em;
  text-align: center;
  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: 1em;
  line-height: 1.8em;
  margin-top: 1em;
}

blockquote cite span {
  font-weight: 800;
}

@media (max-width: 980px) {
  blockquote {
    font-size: 1.1em;
    margin: 1.1em -2em;
  }
}

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

/* radio */
.radio {
  background-color: #E8E8E8;
  padding: 12px;
  margin: 25px 0;
  width: 100%;
}

.audio-cta {
  float: left;
  padding: 10px 0;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.3;
}

.transcript {
  font-size: 1.1rem;
  padding-top: 8px;
  text-align: center;
}

.transcript > a {
  color: #212121;
  text-decoration: none;
  border-bottom: 1px solid #212121;
}

/* graphics */
.graphic-container {
  border-top: 1px dotted #212121;
  border-bottom: 1px dotted #212121;
  padding: 10px 0;
  margin: 15px 0;
}

.graphic {
  margin: 20px 0;
}

.graphic-title {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.3;
}

.graphic-desc {
  font-size: 1.1rem;
  line-height: 1.4;
}

.section-title {
  font-size: 1.2rem;
  font-weight: 900;
  padding-top: 45px;
}

.section-title:first-of-type {
  padding-top: 10px;
}

.data-point {
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}

.data-point span {
  font-weight: 900;
}

.source {
  font-size: 1rem;
  padding: 5px 0;
  color: #898989;
}

.data-note {
  font-size: 1rem;
  font-style: italic;
  color: #898989;
}

.graphic-cta {
  font-size: 1.2rem;
  font-weight: 800;
  padding-top: 15px 0;
}
