a {
  color: #000;
  text-decoration: none;
  transition: all 150ms; }
  a:hover {
    color: #39434b; }

body {
  font-size: 16px;
  line-height: 1.5;
  /* stylelint-disable order/properties-alphabetical-order */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* stylelint-enable order/properties-alphabetical-order */ }
  @media (min-width: 576px) {
    body {
      font-size: 18px; } }
  @media (min-width: 976px) {
    body {
      font-size: 20px; } }

figure {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.125;
  margin: 0; }

img {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle; }

p {
  margin: 0; }

body {
  margin: 0; }

.c-lead__story {
  border: 1px solid black; }

.hidden {
  display: none; }

.c-lead-image {
  margin-bottom: 16px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .c-lead-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.c-lead-caption {
  margin: 0 16px 16px 16px;
  color: #8592a4;
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300; }
  @media (min-width: 575px) {
    .c-lead-caption {
      margin: 0 0 16px 0; } }

.c-lead__navigation {
  border-bottom: 1px dotted #000;
  border-top: 1px dotted #000;
  display: grid;
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: 1fr;
  margin: 0 8px;
  padding: 16px 8px;
  text-transform: uppercase; }
  @media (min-width: 575px) {
    .c-lead__navigation {
      margin: 0; } }

.c-lead__before,
.c-lead__after,
.c-lead_full-list {
  align-items: center;
  cursor: pointer;
  display: flex; }

.c-lead_full-list {
  justify-self: center; }

.c-lead__before {
  justify-self: flex-end; }

.c-lead__left-arrow {
  margin-right: 4px; }

.c-lead__list-icon {
  margin-left: 4px;
  padding-top: 2px; }

.c-lead__right-arrow {
  margin-left: 4px; }

.c-lead__before-val span,
.c-lead__after-val span {
  color: #f0204f; }
