body {
  background: #FFFFFF;
  color: #38383d;
  font-family: "sofia-pro", helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 16px;
}
@media only screen and (min-width: 736px) {
  body {
    font-size: 1.125em;
  }
}

p {
  margin: 0 0 28px;
}

body {
  color: #111;
  font-size: 18px;
  font-family: "leitura-news", serif;
}

.wrapper--page {
  padding: 0;
  padding-top: 16px;
}

h1 {
  font-weight: 700;
  font-size: 3.58318em;
  line-height: 1em;
}

.site-header--small {
  background: #F3F0F0;
  margin: -16px;
}
.site-header--small .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
}
.site-header--small .site-header__logo {
  flex: 1 0 0;
}
.site-header--small .site-header__social .btn--small {
  padding: 0 13px;
}

.story-header__sponsor, .header__sponsor {
  padding-top: 16px;
}
.story-header__sponsor span, .header__sponsor span {
  font-style: italic;
  font-size: 0.83333em;
  padding-right: 8px;
}
.story-header__sponsor img, .header__sponsor img {
  width: 200px;
}

.header__sponsor {
  text-align: center;
  padding-bottom: 23px;
}
.header__sponsor span {
  display: block;
}

.story-header {
  text-align: center;
  margin-bottom: 16px;
}
.story-header h1 {
  font-family: "jaf-bernino-sans-comp", sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase;
  margin: 0 0 13px;
}
.story-header h2 {
  font-size: 1.2em;
  font-style: italic;
  margin-top: 0;
}

.meta {
  font-family: "jaf-bernino-sans-comp", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.meta .meta__item {
  display: inline-block;
}
.meta .date {
  padding-right: 8px;
  border-right: 1px solid #D3D3D3;
}
.meta .author {
  padding-left: 8px;
}
.meta a.meta__item {
  color: #E90639;
}
.meta .social-action {
  color: #E90639;
  padding-left: 8px;
}

q.pull-quote {
  background: none;
  border: 0;
  font-family: "jaf-bernino-sans-comp", sans-serif;
  font-weight: 600;
  font-size: 2.48832em;
  line-height: 1em;
  margin: 0;
  max-width: 100%;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
q.pull-quote:before {
  background-image: url("https://assets.attn.com/sandbox/pull-quote--hoc.svg");
  background-size: 70px;
  width: auto;
}

.pull-quote + .pull-quote__cite {
  color: #111;
  border-bottom: 1px solid #D3D3D3;
  display: block;
  font-family: "leitura-news", serif;
  font-size: 0.83333em;
  font-style: italic;
  letter-spacing: 0;
  padding: 23px 0 8px;
  margin-bottom: 16px;
  text-transform: none;
}

.story-body p.opening-paragraph:first-letter {
  color: #E90639;
  font-family: "jaf-bernino-sans-comp", sans-serif;
  font-size: 3.58318em;
  font-weight: 700;
  line-height: 1em;
  float: left;
  padding-right: 16px;
}
.story-body img + cite {
  border-bottom: 1px solid #D3D3D3;
  margin: 0;
  margin-bottom: 28px;
}
.story-body .image--cite {
  font-family: "jaf-bernino-sans-comp", sans-serif;
  padding-bottom: 5px;
}

.site-footer {
  background: #111;
  margin: -16px;
}
.site-footer .wrapper {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 736px) {
  h1 {
    font-size: 6.19174em;
  }

  .story-header h2 {
    font-size: 1.728em;
  }

  .story-header__sponsor, .header__sponsor {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 16px;
  }

  .header__sponsor {
    margin-top: 0;
    margin-bottom: 23px;
  }

  .story-header__sponsor a, .header__sponsor a {
    display: flex;
    align-items: center;
  }

  .meta {
    align-content: center;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    display: flex;
    justify-content: flex-start;
  }
  .meta .meta__item {
    border-right: 1px solid #D3D3D3;
  }
  .meta .social-share {
    flex: 1 0 0;
  }
  .meta .social-share .meta__item {
    text-align: center;
    width: 48%;
  }
  .meta .social-share .meta__item:hover {
    color: #000000;
  }
  .meta .meta__item {
    padding: 8px 16px;
  }
  .meta .meta__item:last-child {
    border-right: 0;
  }

  q.pull-quote {
    font-size: 2.98598em;
    border: 0;
  }

  .pull-quote + .pull-quote__cite {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  q.pull-quote {
    font-size: 3.58318em;
    border: 0;
  }
}
@media only screen and (max-width: 736px) {
  .social-share {
    display: none;
  }

  .story-header__sponsor span {
    display: block;
  }
}
@media only screen and (max-width: 359px) {
  .site-header__social {
    display: none;
  }
}
