.body--story {
  background-color: #fff;
  position: relative; }
  @media (max-width: 400px) {
    .body--story {
      hyphens: manual; } }
  .body--story::after {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .4s ease-out; }
  .open-panel .body--story::after {
    display: block; }
  .open-panel-transition .body--story::after {
    opacity: .7; }
  .body--story.dark {
    background-color: #000;
    color: #fff; }
    .body--story.dark::after {
      background-color: #000; }
    .body--story.dark a {
      border-color: #f9b625;
      color: #f9b625; }
      .body--story.dark a:hover {
        border-color: #d8d8d8;
        color: #d8d8d8; }
    .body--story.dark .title,
    .body--story.dark .byline-container,
    .body--story.dark .caption,
    .body--story.dark .bio,
    .body--story.dark .footnote,
    .body--story.dark .date::before {
      color: #fff; }
    .body--story.dark .byline-a {
      color: #d8d8d8; }
    .body--story.dark .share svg:hover path {
      fill: #000; }
    .body--story.dark img {
      background-color: #3a3a3a; }
    .body--story.dark .home img {
      background-color: initial; }
    .body--story.dark .gallery .caption-container .count {
      color: #f9b625; }
    .body--story.dark .gallery .photo-container::before {
      background-color: #3a3a3a; }
    .body--story.dark .sidenote-link p {
      color: #fff; }
    .body--story.dark .sidenote-link a {
      border-color: rgba(249, 182, 37, 0.3); }
      .body--story.dark .sidenote-link a:hover {
        border-color: rgba(216, 216, 216, 0.3); }
    @media (max-width: 1000px) {
      .body--story.dark .sidenote-link::before, .body--story.dark .sidenote-link::after {
        background-color: #555; } }
    .body--story.dark .form-link p {
      color: #fff; }
    .body--story.dark .form-link a {
      border-color: rgba(249, 182, 37, 0.3); }
      .body--story.dark .form-link a:hover {
        border-color: rgba(216, 216, 216, 0.3); }
    @media (max-width: 1000px) {
      .body--story.dark .form-link::before, .body--story.dark .form-link::after {
        background-color: #555; } }
    .body--story.dark .footnote::before {
      background-color: #555; }
    .body--story.dark .body::after {
      background-color: #555; }
    .body--story.dark .contributor .contribution {
      color: #fff; }
    .body--story.dark .contributor a {
      border-color: transparent; }
    .body--story.dark .next-story .pre-next {
      color: #ddd; }
    .body--story.dark .next-story .story {
      background-color: #3a3a3a; }
      .body--story.dark .next-story .story .title,
      .body--story.dark .next-story .story .description {
        color: #fff; }
      .body--story.dark .next-story .story .category,
      .body--story.dark .next-story .story .date {
        color: #3a3a3a; }
    .body--story.dark .response {
      background-color: #3a3a3a; }
      .body--story.dark .response h2 {
        color: #ccc; }
      .body--story.dark .response .button:hover {
        color: #fff; }
    .body--story.dark .cta a {
      border-color: #fff;
      color: #fff; }
      .body--story.dark .cta a:hover {
        color: #f9b625; }
  .body--story .hero {
    background-position: center;
    background-size: cover;
    height: 770px;
    left: 0;
    margin-bottom: 85px;
    max-height: 75vh;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%; }
    @media (min-width: 1800px) {
      .body--story .hero {
        height: 1200px;
        min-height: 65vh; } }
    @media (max-width: 1100px) {
      .body--story .hero {
        height: 600px;
        margin-bottom: 70px; } }
    @media (max-width: 700px) {
      .body--story .hero {
        height: 460px; } }
    @media (max-width: 540px) {
      .body--story .hero {
        margin-bottom: 50px; } }
    @media (max-width: 440px) {
      .body--story .hero {
        height: 200px;
        margin-bottom: 10px; } }
    .body--story .hero.hero-video {
      left: 0;
      position: absolute;
      top: 50px; }
      @media (min-width: 700px) {
        .body--story .hero.hero-video {
          top: 66px; } }
      .body--story .hero.hero-video video {
        object-fit: cover; }
  .body--story .body .caption,
  .body--story .caption {
    color: #555;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    margin-bottom: 66px;
    margin-top: -60px; }
    @media (max-width: 800px) {
      .body--story .body .caption,
      .body--story .caption {
        line-height: 1.5;
        margin-bottom: 50px; } }
    @media (max-width: 660px) {
      .body--story .body .caption,
      .body--story .caption {
        font-size: 14px;
        margin-top: -10px; } }
    @media (max-width: 540px) {
      .body--story .body .caption,
      .body--story .caption {
        margin-top: 4px; } }
    @media (max-width: 440px) {
      .body--story .body .caption,
      .body--story .caption {
        margin-bottom: 10px; } }
    .body--story .body .caption::before,
    .body--story .caption::before {
      color: #d8d8d8;
      content: 'Photo';
      font-family: "Source Sans Pro", sans-serif;
      font-size: 11px;
      font-style: normal;
      font-weight: 700;
      margin-right: 9px;
      text-transform: uppercase; }
    .illustration + .body--story .body .caption::before, .illustration +
    .body--story .caption::before {
      content: 'Illustration'; }
    .gallery + .body--story .body .caption::before, .gallery +
    .body--story .caption::before {
      content: 'Gallery'; }
    .body--story .body .caption + .credit,
    .body--story .caption + .credit {
      display: block;
      margin-bottom: 66px;
      margin-left: -7.69231%;
      margin-top: -40px; }
      @media (max-width: 660px) {
        .body--story .body .caption + .credit,
        .body--story .caption + .credit {
          margin-left: 10%;
          margin-right: 10%;
          margin-top: -40px; } }
      @media (min-width: 800px) {
        .body--story .body .caption + .credit,
        .body--story .caption + .credit {
          margin-top: -60px; } }
  .body--story .video + .caption::before {
    color: #d8d8d8;
    content: 'Video';
    font-family: "Source Sans Pro", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    margin-right: 9px;
    text-transform: uppercase; }
  .body--story .sound + .caption::before {
    color: #d8d8d8;
    content: 'Audio';
    font-family: "Source Sans Pro", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    margin-right: 9px;
    text-transform: uppercase; }
  .body--story .credit {
    color: #d8d8d8;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    margin-right: 9px;
    text-transform: uppercase; }
  @media (min-width: 1101px) {
    .body--story .hero-caption {
      margin-top: -70px; } }
  .body--story .title-container {
    color: #000;
    display: block;
    position: relative; }
    .body--story .title-container .title {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 64px;
      font-weight: 700;
      line-height: 1.15;
      margin-left: auto;
      margin-right: auto;
      max-width: 1000px;
      text-align: center; }
      @media (min-width: 1264px) {
        .body--story .title-container .title {
          font-size: 72px; } }
      @media (max-width: 1100px) {
        .body--story .title-container .title {
          font-size: 60px; } }
      @media (max-width: 800px) {
        .body--story .title-container .title {
          font-size: 54px;
          letter-spacing: -0.01038em;
          line-height: 1;
          margin: 0 30px; } }
      @media (max-width: 600px) {
        .body--story .title-container .title {
          font-size: 48px; } }
      @media (max-width: 440px) {
        .body--story .title-container .title {
          margin: 0 -10px; } }
    .body--story .title-container .subtitle {
      color: #777;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 22px;
      font-style: italic;
      font-weight: 400;
      letter-spacing: -0.01136em;
      margin: 12px auto 0;
      max-width: 1000px;
      text-align: center; }
      @media (max-width: 600px) {
        .body--story .title-container .subtitle {
          font-size: 19px; } }
    .body--story .title-container::after {
      background-color: #d8d8d8;
      content: '';
      display: block;
      height: 1px;
      margin-top: 63px;
      width: 100%; }
      @media (max-width: 440px) {
        .body--story .title-container::after {
          margin-top: 30px; } }
  .body--story .byline-container {
    color: #3a3a3a;
    margin-top: 45px;
    position: absolute;
    width: 150px; }
    @media (max-width: 1000px) {
      .body--story .byline-container {
        display: inline-block;
        max-width: 800px;
        position: relative;
        text-align: center;
        width: 100%; }
        .body--story .byline-container .byline {
          display: inline-block;
          margin: 0 12px; }
          .body--story .byline-container .byline .byline-a,
          .body--story .byline-container .byline .byline-b {
            display: inline-block; } }
    @media (max-width: 660px) {
      .body--story .byline-container {
        margin-top: 35px; } }
    @media (max-width: 440px) {
      .body--story .byline-container {
        margin-top: 20px; } }
    .body--story .byline-container .byline-a {
      color: #777;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 15px;
      font-style: italic;
      text-transform: lowercase; }
    .body--story .byline-container .byline-b {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.14286em;
      margin-top: 9px;
      text-transform: uppercase; }
      @media (max-width: 1000px) {
        .body--story .byline-container .byline-b {
          margin-left: 8px; } }
    @media (min-width: 1001px) {
      .body--story .byline-container .byline:not(:first-child) {
        margin-top: 22px; } }
    .body--story .byline-container::after {
      background-color: #f9b625;
      content: '';
      display: block;
      height: 2px;
      margin-top: 59px;
      width: 50px; }
      @media (max-width: 1000px) {
        .body--story .byline-container::after {
          display: none; } }
  .body--story .share {
    color: #bbb;
    margin-top: 45px;
    position: absolute;
    right: 120px;
    width: 43px; }
    .body--story .share.share-bottom {
      display: none;
      margin: 40px auto 0;
      position: relative;
      right: 0;
      width: 190px; }
      .body--story .share.share-bottom p,
      .body--story .share.share-bottom svg {
        display: inline-block; }
      .body--story .share.share-bottom p {
        margin-right: 8px; }
      .body--story .share.share-bottom svg {
        margin: 0 0 -15px 5px; }
    @media (max-width: 1080px) {
      .body--story .share {
        right: 80px; } }
    @media (max-width: 1000px) {
      .body--story .share.share-top {
        display: none; }
      .body--story .share.share-bottom {
        display: block; } }
    .body--story .share p {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.2em;
      margin: 0;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .body--story .share svg {
      display: block;
      margin-left: 3px;
      margin-top: 5px; }
      .body--story .share svg circle {
        stroke: #bbb; }
      .body--story .share svg path {
        fill: #bbb; }
      .body--story .share svg:hover circle {
        fill: #bbb; }
      .body--story .share svg:hover path {
        fill: #fff; }
  .body--story .copy {
    margin-left: 20.83333%;
    margin-right: 16.66667%;
    padding-right: 4.16667%; }
    @media (max-width: 1000px) {
      .body--story .copy {
        margin-left: 100px;
        margin-right: 100px;
        padding-right: 0; } }
    @media (max-width: 660px) {
      .body--story .copy {
        margin-left: 50px;
        margin-right: 50px;
        padding-right: 0; } }
    @media (max-width: 540px) {
      .body--story .copy {
        margin-left: 10px;
        margin-right: 10px; } }
    @media (max-width: 400px) {
      .body--story .copy {
        margin-left: 0;
        margin-right: 0; } }
  .body--story .body {
    margin: 0;
    max-width: 640px;
    padding-bottom: 45px; }
    @media (min-width: 1335px) {
      .body--story .body {
        margin: auto; } }
    .body--story .body .lede {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 32px;
      font-weight: 700;
      letter-spacing: -0.00781em;
      line-height: 1.4375; }
      @media (max-width: 820px) {
        .body--story .body .lede {
          font-size: 30px; } }
      @media (max-width: 440px) {
        .body--story .body .lede {
          font-size: 26px; } }
      @media (max-width: 340px) {
        .body--story .body .lede {
          font-size: 24px; } }
      .body--story .body .lede + .video {
        margin: 0 0 40px;
        width: 100%; }
    .body--story .body a {
      border-bottom: 1px solid #007392; }
      .body--story .body a:hover {
        border-bottom: 1px solid #3a3a3a; }
    .body--story .body .video {
      height: 0;
      margin: 30px -5.66667%;
      padding-bottom: 75%;
      position: relative;
      width: 113%; }
      @media (max-width: 660px) {
        .body--story .body .video {
          margin: 40px -30px auto;
          padding-bottom: 56.25%;
          width: calc(100% + 60px); } }
      @media (max-width: 400px) {
        .body--story .body .video {
          margin: 40px -20px auto;
          width: calc(100% + 40px); } }
      .body--story .body .video iframe,
      .body--story .body .video video {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .body--story .body .video + .caption {
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px; }
    .body--story .body .gallery {
      position: relative; }
      .body--story .body .gallery::before {
        background-color: #eee;
        bottom: 70px;
        content: '';
        height: 0;
        left: -23.07692%;
        padding-bottom: 96.826%;
        position: absolute;
        right: -23.07692%;
        top: 70px; }
        @media (max-width: 540px) {
          .body--story .body .gallery::before {
            bottom: 0;
            padding-bottom: 75%;
            top: 0; } }
        @media (max-width: 440px) {
          .body--story .body .gallery::before {
            padding-bottom: 95%; } }
      .body--story .body .gallery .slide {
        display: block;
        margin: 0;
        opacity: 1;
        transition: opacity .1s ease-out; }
        .body--story .body .gallery .slide.hidden {
          display: none; }
        .body--story .body .gallery .slide.hidden-transition {
          opacity: 0; }
      .body--story .body .gallery .photo-container {
        overflow: visible;
        padding: 70px 0;
        position: relative; }
        @media (max-width: 540px) {
          .body--story .body .gallery .photo-container {
            padding: 0; } }
      .body--story .body .gallery .photo {
        display: flex;
        height: 0;
        margin: 0 -23.07692%;
        padding-bottom: 96.826%;
        position: relative;
        width: 146.15385%; }
        @media (max-width: 540px) {
          .body--story .body .gallery .photo {
            margin: 50px -8%;
            padding-bottom: 75%; } }
        @media (max-width: 440px) {
          .body--story .body .gallery .photo {
            margin-bottom: 16px;
            margin-left: -30px;
            margin-top: 30px;
            padding-bottom: 95%; } }
        .body--story .body .gallery .photo img {
          height: 100%;
          margin: 0;
          position: absolute;
          top: 0;
          width: 100%; }
      .body--story .body .gallery .vertical .photo {
        margin-left: auto;
        margin-right: auto;
        width: 66.25%; }
      .body--story .body .gallery .caption-container {
        display: flex;
        margin: -60px -23.07692% 66px; }
        @media (max-width: 1000px) {
          .body--story .body .gallery .caption-container {
            margin-left: -15.38462%;
            margin-right: -15.38462%; } }
        @media (max-width: 800px) {
          .body--story .body .gallery .caption-container {
            margin-bottom: 50px; } }
        @media (max-width: 660px) {
          .body--story .body .gallery .caption-container {
            margin-left: 0;
            margin-right: 0; } }
        @media (max-width: 540px) {
          .body--story .body .gallery .caption-container {
            margin-top: -43px; } }
        @media (max-width: 440px) {
          .body--story .body .gallery .caption-container {
            margin-bottom: 10px;
            margin-top: 0; } }
        .body--story .body .gallery .caption-container .caption {
          margin-bottom: 0;
          margin-top: 0;
          width: 100%; }
        .body--story .body .gallery .caption-container .count {
          color: #007392;
          font-family: "Source Sans Pro", sans-serif;
          font-size: 16px;
          font-weight: 700;
          letter-spacing: 0.1875em;
          margin-left: 20px;
          width: 50px; }
          .body--story .body .gallery .caption-container .count::before {
            display: none; }
      .body--story .body .gallery .controls {
        bottom: 0;
        height: 0;
        left: -23.07692%;
        padding-bottom: 96.826%;
        position: absolute;
        right: -23.07692%;
        top: 70px; }
        @media (max-width: 850px) {
          .body--story .body .gallery .controls {
            left: -20%;
            right: -20%; } }
        @media (max-width: 660px) {
          .body--story .body .gallery .controls {
            left: -13%;
            right: -13%; } }
        @media (max-width: 540px) {
          .body--story .body .gallery .controls {
            left: -8%;
            padding-bottom: 75%;
            right: -8%;
            top: 0; } }
        @media (max-width: 440px) {
          .body--story .body .gallery .controls {
            padding-bottom: 95%; } }
      .body--story .body .gallery .previous,
      .body--story .body .gallery .next {
        box-sizing: border-box;
        height: 100%;
        position: absolute;
        user-select: none;
        z-index: 1; }
        .body--story .body .gallery .previous svg,
        .body--story .body .gallery .next svg {
          height: 25px;
          position: absolute;
          top: calc(50% - 12.5px);
          width: 25px; }
          @media (max-width: 1000px) {
            .body--story .body .gallery .previous svg,
            .body--story .body .gallery .next svg {
              fill: #fff;
              height: 20px;
              opacity: .8;
              top: calc(50% - 10px);
              width: 20px; } }
        @media (max-width: 1000px) {
          .body--story .body .gallery .previous::before,
          .body--story .body .gallery .next::before {
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            content: '';
            display: block;
            height: 40px;
            position: absolute;
            top: calc(50% - 20px);
            width: 40px; } }
        .body--story .body .gallery .previous:hover,
        .body--story .body .gallery .next:hover {
          cursor: pointer; }
          .body--story .body .gallery .previous:hover svg,
          .body--story .body .gallery .next:hover svg {
            fill: #3a3a3a; }
            @media (max-width: 1000px) {
              .body--story .body .gallery .previous:hover svg,
              .body--story .body .gallery .next:hover svg {
                fill: #d8d8d8; } }
      .body--story .body .gallery .previous {
        left: -70px;
        width: 70px; }
        @media (max-width: 1000px) {
          .body--story .body .gallery .previous {
            left: 0;
            width: 50%; } }
        .body--story .body .gallery .previous svg {
          left: 20px; }
        .body--story .body .gallery .previous::before {
          left: 10px; }
      .body--story .body .gallery .next {
        right: -70px;
        width: calc(100% + 70px); }
        @media (max-width: 1000px) {
          .body--story .body .gallery .next {
            right: 0;
            width: 50%; } }
        .body--story .body .gallery .next svg {
          right: 20px; }
        .body--story .body .gallery .next::before {
          right: 10px; }
    .body--story .body h2 {
      font-size: 30px;
      font-weight: 600;
      letter-spacing: -0.01667em;
      line-height: 1.2;
      margin-top: 80px; }
      @media (max-width: 660px) {
        .body--story .body h2 {
          margin-top: 35px; } }
      @media (max-width: 400px) {
        .body--story .body h2 {
          font-size: 26px; } }
    .body--story .body h3 {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 24px;
      font-weight: 600;
      letter-spacing: -0.01042em;
      line-height: 1.33333;
      margin-top: 40px; }
      @media (max-width: 660px) {
        .body--story .body h3 {
          margin-top: 25px; } }
    .body--story .body img {
      background-color: #d8d8d8;
      display: block;
      margin-bottom: 70px;
      margin-top: 70px;
      object-fit: cover;
      object-position: center;
      width: 100%; }
      @media (max-width: 660px) {
        .body--story .body img {
          margin-bottom: 30px;
          margin-top: 30px; } }
      .body--story .body img.unloaded {
        padding-bottom: 85%; }
      .body--story .body img.width-full {
        margin-left: -23.07692%;
        width: 146.15385%;
        max-width: 146.15385%; }
        @supports (width: calc(100% + 800px)) {
          .body--story .body img.width-full {
            margin-left: -400px;
            width: calc(100% + 800px);
            max-width: calc(100% + 800px); }
            @media (max-width: 1335px) {
              .body--story .body img.width-full {
                margin-left: calc(-33.33333% - 135px);
                width: calc(166.6666666% + 270px);
                max-width: calc(166.6666666% + 270px); } }
            @media (max-width: 1080px) {
              .body--story .body img.width-full {
                margin-left: calc(-33.33333% - 93px);
                width: calc(166.6666666% + 186px);
                max-width: calc(166.6666666% + 186px); } }
            @media (max-width: 950px) {
              .body--story .body img.width-full {
                margin-left: calc(-33.33333% - 80px);
                width: calc(166.6666666% + 160px);
                max-width: calc(166.6666666% + 160px); } }
            @media (max-width: 850px) {
              .body--story .body img.width-full {
                margin-left: calc(-33.33333% - 32px);
                width: calc(166.6666666% + 64px);
                max-width: calc(166.6666666% + 64px); } }
            @media (max-width: 660px) {
              .body--story .body img.width-full {
                margin-left: -70px;
                width: calc(100% + 140px);
                max-width: calc(100% + 140px); } }
            @media (max-width: 540px) {
              .body--story .body img.width-full {
                margin-left: -30px;
                width: calc(100% + 60px);
                max-width: calc(100% + 60px); } } }
      @media (min-width: 400px) {
        .body--story .body img.inline-small {
          width: 50%;
          display: inline;
          margin: 0 1em 0 0;
          float: left; } }
      .body--story .body img.width-container {
        margin-left: -23.07692%;
        width: 146.15385%;
        max-width: 146.15385%; }
        @media (max-width: 1000px) {
          .body--story .body img.width-container {
            margin-left: -15.38462%;
            width: 130.76923%;
            max-width: 130.76923%; } }
        @media (max-width: 660px) {
          .body--story .body img.width-container {
            margin-left: -20px;
            width: calc(100% + 40px);
            max-width: calc(100% + 40px); } }
        @media (max-width: 540px) {
          .body--story .body img.width-container {
            margin-left: -30px;
            width: calc(100% + 60px);
            max-width: calc(100% + 60px); } }
      .body--story .body img.width-content {
        margin-left: -7.69231%;
        width: 115.38462%;
        max-width: 115.38462%; }
        @media (max-width: 660px) {
          .body--story .body img.width-content {
            margin-left: 10%;
            width: 80%;
            max-width: 80%; } }
        .body--story .body img.width-content + .caption {
          margin-left: -7.69231%; }
          @media (max-width: 660px) {
            .body--story .body img.width-content + .caption {
              margin-left: 10%;
              margin-right: 10%;
              margin-top: -20px; } }
      .body--story .body img.height-short {
        height: 600px; }
        @media (max-width: 1200px) {
          .body--story .body img.height-short {
            height: 500px; } }
        @media (max-width: 1000px) {
          .body--story .body img.height-short {
            height: 400px; } }
        @media (max-width: 700px) {
          .body--story .body img.height-short {
            height: 300px; } }
        @media (max-width: 500px) {
          .body--story .body img.height-short {
            height: 200px; } }
      .body--story .body img.width-full + .caption, .body--story .body img.width-container + .caption {
        margin-left: -23.07692%;
        margin-right: -23.07692%; }
        @media (max-width: 1000px) {
          .body--story .body img.width-full + .caption, .body--story .body img.width-container + .caption {
            margin-left: -15.38462%;
            margin-right: -15.38462%; } }
        @media (max-width: 660px) {
          .body--story .body img.width-full + .caption, .body--story .body img.width-container + .caption {
            margin-left: 0;
            margin-right: 0;
            margin-top: -20px; } }
        .body--story .body img.width-full + .caption + .credit, .body--story .body img.width-container + .caption + .credit {
          margin-left: -23.07692%;
          margin-right: -23.07692%; }
          @media (max-width: 1000px) {
            .body--story .body img.width-full + .caption + .credit, .body--story .body img.width-container + .caption + .credit {
              margin-left: -15.38462%;
              margin-right: -15.38462%; } }
          @media (max-width: 660px) {
            .body--story .body img.width-full + .caption + .credit, .body--story .body img.width-container + .caption + .credit {
              margin-left: 0;
              margin-right: 0;
              margin-top: -20px; } }
    .body--story .body div.unloaded {
      padding-bottom: 85%; }
    .body--story .body div.width-full {
      margin-left: -23.07692%;
      width: 146.15385%; }
      @supports (width: calc(100% + 800px)) {
        .body--story .body div.width-full {
          margin-left: -400px;
          width: calc(100% + 800px); }
          @media (max-width: 1335px) {
            .body--story .body div.width-full {
              margin-left: calc(-33.33333% - 135px);
              width: calc(166.6666666% + 270px); } }
          @media (max-width: 1080px) {
            .body--story .body div.width-full {
              margin-left: calc(-33.33333% - 93px);
              width: calc(166.6666666% + 186px); } }
          @media (max-width: 950px) {
            .body--story .body div.width-full {
              margin-left: calc(-33.33333% - 80px);
              width: calc(166.6666666% + 160px); } }
          @media (max-width: 850px) {
            .body--story .body div.width-full {
              margin-left: calc(-33.33333% - 32px);
              width: calc(166.6666666% + 64px); } }
          @media (max-width: 660px) {
            .body--story .body div.width-full {
              margin-left: -70px;
              width: calc(100% + 140px); } }
          @media (max-width: 540px) {
            .body--story .body div.width-full {
              margin-left: -30px;
              width: calc(100% + 60px); } } }
    .body--story .body div.width-container {
      margin-left: -23.07692%;
      width: 146.15385%; }
      @media (max-width: 1000px) {
        .body--story .body div.width-container {
          margin-left: -15.38462%;
          width: 130.76923%; } }
      @media (max-width: 660px) {
        .body--story .body div.width-container {
          margin-left: -20px;
          width: calc(100% + 40px); } }
      @media (max-width: 540px) {
        .body--story .body div.width-container {
          margin-left: -30px;
          width: calc(100% + 60px); } }
    .body--story .body div.width-content {
      margin-left: -7.69231%;
      width: 115.38462%; }
      @media (max-width: 660px) {
        .body--story .body div.width-content {
          margin-left: 10%;
          width: 80%; } }
      .body--story .body div.width-content + .caption {
        margin-left: -7.69231%; }
        @media (max-width: 660px) {
          .body--story .body div.width-content + .caption {
            margin-left: 10%;
            margin-right: 10%;
            margin-top: -20px; } }
    .body--story .body div.height-short {
      height: 600px; }
      @media (max-width: 1200px) {
        .body--story .body div.height-short {
          height: 500px; } }
      @media (max-width: 1000px) {
        .body--story .body div.height-short {
          height: 400px; } }
      @media (max-width: 700px) {
        .body--story .body div.height-short {
          height: 300px; } }
      @media (max-width: 500px) {
        .body--story .body div.height-short {
          height: 200px; } }
    .body--story .body div.width-full + .caption, .body--story .body div.width-container + .caption {
      margin-left: -23.07692%;
      margin-right: -23.07692%; }
      @media (max-width: 1000px) {
        .body--story .body div.width-full + .caption, .body--story .body div.width-container + .caption {
          margin-left: -15.38462%;
          margin-right: -15.38462%; } }
      @media (max-width: 660px) {
        .body--story .body div.width-full + .caption, .body--story .body div.width-container + .caption {
          margin-left: 0;
          margin-right: 0;
          margin-top: -20px; } }
    .body--story .body p {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 21px;
      letter-spacing: -0.0119em;
      line-height: 1.71429;
      margin: 0;
      margin-top: 35px; }
      @media (max-width: 720px) {
        .body--story .body p {
          font-size: 18px; } }
      @media (max-width: 660px) {
        .body--story .body p {
          margin-top: 30px; } }
    .body--story .body .lede + p:not(.no-drop-cap)::first-letter {
      color: #f9b625;
      display: block;
      float: left;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 77px;
      font-weight: 600;
      line-height: 1;
      margin-right: 10px;
      margin-top: -8px; }
      @media (max-width: 720px) {
        .body--story .body .lede + p:not(.no-drop-cap)::first-letter {
          font-size: 68px; } }
    .body--story .body .pullquote {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 42px;
      font-weight: 700;
      line-height: 1.14286;
      margin-bottom: 70px;
      text-align: center; }
      @media (max-width: 800px) {
        .body--story .body .pullquote {
          font-size: 36px; } }
      @media (max-width: 660px) {
        .body--story .body .pullquote {
          margin-bottom: 55px; } }
      @media (max-width: 460px) {
        .body--story .body .pullquote {
          font-size: 30px;
          margin-bottom: 45px; } }
      @media (max-width: 400px) {
        .body--story .body .pullquote {
          font-size: 28px; } }
      .body--story .body .pullquote + .pq-attribution {
        color: #777;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.16667em;
        margin-bottom: 60px;
        margin-top: 0;
        text-align: center;
        text-transform: uppercase; }
        @media (max-width: 660px) {
          .body--story .body .pullquote + .pq-attribution {
            margin-bottom: 45px; } }
        .body--story .body .pullquote + .pq-attribution::before {
          background-color: #f9b625;
          content: '';
          display: block;
          height: 3px;
          margin: auto;
          margin-bottom: 22px;
          margin-top: -40px;
          width: 100px; }
          @media (max-width: 660px) {
            .body--story .body .pullquote + .pq-attribution::before {
              margin-top: -25px; } }
          @media (max-width: 460px) {
            .body--story .body .pullquote + .pq-attribution::before {
              margin-top: -15px; } }
    .body--story .body .sidenote-link {
      opacity: 1;
      position: absolute;
      right: 2%;
      transition: transform .6s ease-out, opacity .6s ease-out; }
      @media (max-width: 1000px) {
        .body--story .body .sidenote-link {
          margin: 50px 0 70px 30px;
          position: relative;
          right: initial;
          transition: transform .5s ease-out, opacity .5s ease-out; } }
      @media (max-width: 460px) {
        .body--story .body .sidenote-link {
          margin-left: 0; } }
      .body--story .body .sidenote-link.pre-anim {
        opacity: 1;
        transform: translateX(60px);
        transition-duration: 0s; }
        @media (max-width: 1000px) {
          .body--story .body .sidenote-link.pre-anim {
            transform: translateX(40px); } }
      .body--story .body .sidenote-link .sidenote-link-container {
        max-width: 190px; }
        @media (max-width: 1000px) {
          .body--story .body .sidenote-link .sidenote-link-container {
            max-width: calc(100% - 60px); } }
      .body--story .body .sidenote-link a {
        border-color: rgba(0, 115, 146, 0.3);
        font-family: "Source Sans Pro", sans-serif;
        font-size: 19px;
        font-weight: 600;
        letter-spacing: -0.02632em;
        margin-top: 9px;
        z-index: -1; }
        .body--story .body .sidenote-link a:hover {
          border-color: rgba(58, 58, 58, 0.3);
          cursor: pointer; }
        .body--story .body .sidenote-link a::before {
          color: #777;
          content: 'Sidenote';
          display: block;
          font-family: "Source Sans Pro", sans-serif;
          font-size: 11px;
          font-weight: 600;
          letter-spacing: 0.09091em;
          margin-top: 20px;
          text-transform: uppercase; }
      .body--story .body .sidenote-link p {
        color: #3a3a3a;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 14px;
        line-height: 1.21429;
        margin-top: 5px; }
      @media (max-width: 1000px) {
        .body--story .body .sidenote-link::before {
          background-color: #ddd;
          content: '';
          display: block;
          height: 1px;
          width: calc(100% - 30px); } }
      @media (max-width: 460px) {
        .body--story .body .sidenote-link::before {
          width: 100%; } }
      .body--story .body .sidenote-link::after {
        background-color: #f9b625;
        content: '';
        height: 2px;
        margin-top: 24px;
        position: absolute;
        width: 50px;
        z-index: -1; }
        @media (max-width: 1000px) {
          .body--story .body .sidenote-link::after {
            background-color: #ddd;
            content: '';
            display: block;
            height: 1px;
            width: calc(100% - 30px); } }
        @media (max-width: 460px) {
          .body--story .body .sidenote-link::after {
            width: 100%; } }
    .body--story .body .sidenote {
      background-color: #eee;
      bottom: 0;
      box-sizing: border-box;
      color: #000;
      max-width: 480px;
      overflow-y: scroll;
      padding: 88px 130px 180px 50px;
      position: fixed;
      right: -480px;
      top: 0;
      transition: right .4s ease-out;
      z-index: 10; }
      @media (max-width: 540px) {
        .body--story .body .sidenote {
          max-width: 89%;
          padding: 70px 40px 160px; } }
      .open-panel-transition .body--story .body .sidenote.is-open {
        right: 0; }
      .body--story .body .sidenote .close {
        border: 1px solid #777;
        border-radius: 50%;
        position: absolute;
        right: 25px;
        top: 25px; }
        @media (max-width: 540px) {
          .body--story .body .sidenote .close {
            height: 37px;
            width: 37px; } }
        .body--story .body .sidenote .close:hover {
          border-color: #3a3a3a;
          cursor: pointer; }
          .body--story .body .sidenote .close:hover path {
            fill: #3a3a3a; }
      .body--story .body .sidenote h2 {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 26px;
        font-weight: 600;
        letter-spacing: -0.01923em;
        line-height: 1;
        margin-top: 14px; }
        .body--story .body .sidenote h2::after {
          background-color: #d8d8d8;
          content: '';
          display: block;
          height: 1px;
          margin-top: 22px;
          width: 100%; }
      .body--story .body .sidenote p,
      .body--story .body .sidenote ul,
      .body--story .body .sidenote ol {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 17px;
        letter-spacing: -0.01471em;
        line-height: 1.47059;
        margin-top: 26px; }
        @media (max-width: 540px) {
          .body--story .body .sidenote p,
          .body--story .body .sidenote ul,
          .body--story .body .sidenote ol {
            font-size: 16px; } }
        .body--story .body .sidenote p strong,
        .body--story .body .sidenote ul strong,
        .body--story .body .sidenote ol strong {
          font-weight: 600; }
      .body--story .body .sidenote::before {
        color: #777;
        content: 'Sidenote';
        display: block;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.09091em;
        text-transform: uppercase; }
      .body--story .body .sidenote::after {
        background-color: #f9b625;
        content: '';
        height: 2px;
        margin-top: 50px;
        position: absolute;
        width: 50px; }
    .body--story .body .sound {
      margin-bottom: 40px;
      margin-top: 40px;
      overflow: hidden; }
      @media (max-width: 430px) {
        .body--story .body .sound {
          margin-bottom: 20px;
          margin-left: calc(50% - 153px);
          margin-top: 20px;
          width: 306px; }
          .body--story .body .sound .audioPlayerComponent:nth-of-type(4) {
            display: none !important; }
          .body--story .body .sound .audioPlayerComponent:nth-of-type(8) {
            width: 138px; }
            .body--story .body .sound .audioPlayerComponent:nth-of-type(8) img {
              width: 138px !important; }
            .body--story .body .sound .audioPlayerComponent:nth-of-type(8) div div {
              width: 138px !important; } }
      .body--story .body .sound .audioPlayerComponent:nth-of-type(9) img:nth-child(2) {
        display: none !important; }
      .body--story .body .sound .audioPlayerComponent:nth-of-type(10) {
        display: none !important; }
      .body--story .body .sound .glowImg {
        left: 9px !important; }
      .body--story .body .sound img {
        object-fit: inherit;
        width: auto; }
      .body--story .body .sound div:first-child {
        margin-left: calc(50% - 177px); }
        @media (max-width: 430px) {
          .body--story .body .sound div:first-child {
            margin-left: calc(50% - 153px);
            width: 306px !important; } }
      @media (min-width: 431px) {
        .body--story .body .sound + .caption {
          margin-top: -33px; } }
    .body--story .body ul,
    .body--story .body ol {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 21px;
      letter-spacing: -0.0119em;
      line-height: 1.71429;
      margin-top: 40px; }
      @media (max-width: 720px) {
        .body--story .body ul,
        .body--story .body ol {
          font-size: 18px; } }
      .body--story .body ul a,
      .body--story .body ol a {
        font-style: none; }
  .body--story hr {
    border-width: 0; }
    .body--story hr::before {
      background-color: #f9b625;
      content: '';
      display: block;
      height: 2px;
      margin: 50px auto 15px;
      width: 50px; }
  .body--story .form-link {
    background: #d7f0f5;
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    transition: transform .6s ease-out, opacity .6s ease-out;
    width: 100%;
    z-index: 9; }
    .body--story .form-link.pre-anim {
      opacity: 0;
      transform: translateX(60px);
      transition-duration: 0s; }
      @media (max-width: 1000px) {
        .body--story .form-link.pre-anim {
          transform: translateX(40px); } }
    .body--story .form-link .form-link-container {
      align-items: center;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      padding: .75em 3em;
      position: relative;
      width: 100%; }
      .body--story .form-link .form-link-container .form-link-teaser {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -.01471em;
        line-height: 1; }
      .body--story .form-link .form-link-container .button {
        background-color: #007392;
        border-radius: 5px;
        box-sizing: border-box;
        color: #fff;
        display: inline-block;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .14286em;
        margin: 0 0 0 1em;
        padding: 16px;
        text-align: center; }
        @media (min-width: 1000px) {
          .body--story .form-link .form-link-container .button {
            margin: 0;
            padding: 16px 32px;
            text-align: left; } }
        .body--story .form-link .form-link-container .button:hover {
          background-color: #f9b625; }
    .body--story .form-link p {
      color: #3a3a3a;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 14px;
      line-height: 1.21429;
      margin-top: 5px; }
    @media (max-width: 1000px) {
      .body--story .form-link::before {
        background-color: #ddd;
        content: '';
        display: block;
        height: 1px;
        width: calc(100% - 30px); } }
    @media (max-width: 460px) {
      .body--story .form-link::before {
        width: 100%; } }
    .body--story .form-link::after {
      background-color: #f9b625;
      content: '';
      height: 2px;
      margin-top: 24px;
      position: absolute;
      width: 50px;
      z-index: -1; }
      @media (max-width: 1000px) {
        .body--story .form-link::after {
          background-color: #ddd;
          content: '';
          display: block;
          height: 1px;
          width: calc(100% - 30px); } }
      @media (max-width: 460px) {
        .body--story .form-link::after {
          width: 100%; } }
  .body--story button.button {
    background-color: #007392;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14286em;
    margin: 0;
    padding: 16px 32px;
    width: 200px; }
    .body--story button.button:hover {
      background-color: #f9b625; }
  .body--story .form {
    background-color: #d7f0f5;
    bottom: 0;
    box-sizing: border-box;
    color: #000;
    height: 100%;
    margin: 173px 0 0;
    padding: 88px 44px;
    position: relative;
    top: 100%;
    transition: right .4s ease-out;
    width: 100%;
    z-index: 10; }
    .body--story .form::before {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      content: '';
      display: block;
      height: 90px;
      left: 0;
      position: absolute;
      top: -90px;
      width: 100%; }
    @media (min-width: 1100px) {
      .body--story .form {
        display: flex;
        justify-content: center;
        padding: 88px 130px; } }
    @media (min-width: 1100px) {
      .body--story .form .form--description {
        max-width: 440px; } }
    .body--story .form .form--description span {
      color: #333;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 15px;
      font-style: italic; }
    .body--story .form .form--description h1 {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 36px;
      font-weight: 700;
      letter-spacing: -.01471em;
      line-height: 1.03704;
      margin-top: .25em; }
      @media (min-width: 1100px) {
        .body--story .form .form--description h1 {
          font-size: 54px;
          max-width: 440px; } }
    .body--story .form .form--description p {
      font-size: 17px;
      line-height: 1.41176; }
    .body--story .form .form--questions {
      max-width: 720px; }
      @media (min-width: 1100px) {
        .body--story .form .form--questions {
          flex: 1;
          margin-left: 130px; } }
      .body--story .form .form--questions form label,
      .body--story .form .form--questions form input,
      .body--story .form .form--questions form textarea {
        box-sizing: border-box;
        max-width: 100%;
        position: relative; }
      .body--story .form .form--questions form label {
        font-size: 20px;
        font-weight: normal;
        line-height: 1.5; }
      .body--story .form .form--questions form input,
      .body--story .form .form--questions form textarea {
        background: #efffff;
        border: 1px solid #c3dee5;
        border-radius: 5px;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5;
        margin-top: .75em;
        outline: none;
        padding: 1em;
        resize: vertical;
        width: 100%; }
    .body--story .form h2 {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 26px;
      font-weight: 600;
      letter-spacing: -0.01923em;
      line-height: 1;
      margin-top: 14px; }
      .body--story .form h2::after {
        background-color: #d8d8d8;
        content: '';
        display: block;
        height: 1px;
        margin-top: 22px;
        width: 100%; }
    .body--story .form p,
    .body--story .form ul,
    .body--story .form ol {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 17px;
      letter-spacing: -0.01471em;
      line-height: 1.47059;
      margin-top: 26px; }
      @media (max-width: 540px) {
        .body--story .form p,
        .body--story .form ul,
        .body--story .form ol {
          font-size: 16px; } }
      .body--story .form p strong,
      .body--story .form ul strong,
      .body--story .form ol strong {
        font-weight: 600; }
    .body--story .form + .cta {
      margin-top: 0; }
    .body--story .form .row {
      display: block;
      margin: 1em 0;
      position: relative; }
      .body--story .form .row > * {
        display: block; }
      .body--story .form .row + .row {
        margin-top: 2em; }
        .body--story .form .row + .row:last-of-type {
          margin-bottom: 2em; }
  .body--story .form--thanks {
    align-items: center;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top: 2em;
    min-height: 50vmin;
    padding: 3em 2em; }
    .body--story .form--thanks div {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 280px;
      text-align: center; }
      .body--story .form--thanks div h1 {
        font-size: 1.5em;
        line-height: 1;
        margin-top: .75em;
        width: 100%; }
    .body--story .form--thanks img {
      height: 50px;
      width: 50px; }
  .body--story .spotify-embed {
    margin-bottom: 4em;
    margin-top: 4em; }
  .body--story .footnote {
    color: #777;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-style: italic;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin-top: 72px;
    text-align: center; }
    .body--story .footnote::before {
      background-color: #ddd;
      content: '';
      display: block;
      height: 1px;
      margin: auto -12.5%;
      margin-bottom: 72px;
      margin-top: 140px;
      width: auto; }
      @media (max-width: 660px) {
        .body--story .footnote::before {
          margin: 50px 10px; } }
  .body--story .contrib-container {
    margin: auto -38.46154%;
    margin-top: 80px;
    text-align: center; }
    @media (max-width: 950px) {
      .body--story .contrib-container {
        margin-top: 20px; } }
    @media (max-width: 850px) {
      .body--story .contrib-container {
        margin: 20px -100px auto; } }
    @media (max-width: 500px) {
      .body--story .contrib-container {
        margin: 20px 0 auto; } }
    .body--story .contrib-container .contributor {
      margin-bottom: 30px;
      padding: 0 40px; }
      @media (min-width: 730px) {
        .body--story .contrib-container .contributor {
          margin-bottom: 40px;
          width: 50%; } }
      @media (min-width: 950px) {
        .body--story .contrib-container .contributor {
          width: 33.33333%; } }
      .body--story .contrib-container .contributor .bio a {
        font-size: 16px; }
    .body--story .contrib-container h5 {
      margin: 1em 0 0; }
    .body--story .contrib-container h4 {
      margin: 18px 0 0; }
    .body--story .contrib-container p {
      margin: 18px auto; }
    .body--story .contrib-container a {
      border-color: transparent;
      color: #007392;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: -0.01389em;
      text-decoration: none;
      transition: .1s color, .1s border-color; }
  .body--story .next-story {
    margin: 60px auto 0;
    max-width: 1020px;
    padding: 0 20px; }
    @media (min-width: 430px) {
      .body--story .next-story {
        padding: 0 50px; } }
    @media (min-width: 600px) {
      .body--story .next-story {
        padding: 0 90px; } }
    @media (min-width: 780px) {
      .body--story .next-story {
        padding: 0 140px; } }
    @media (min-width: 1000px) {
      .body--story .next-story {
        padding: 0 200px; } }
    @media (min-width: 1400px) {
      .body--story .next-story {
        padding: 0 290px; } }
    .body--story .next-story .pre-next {
      color: #777;
      display: block;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 17px;
      font-style: italic;
      font-weight: 400;
      margin-bottom: 14px;
      text-align: center; }
    .body--story .next-story .story .text {
      padding-right: 20px; }
      @media (min-width: 381px) {
        .body--story .next-story .story .text {
          padding-right: 30px; } }
  .body--story .response {
    background-color: #eee;
    margin: 100px 190px;
    padding: 78px 100px;
    text-align: center; }
    @media (min-width: 1801px) {
      .body--story .response {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%; } }
    @media (max-width: 1400px) {
      .body--story .response {
        margin-left: 140px;
        margin-right: 140px;
        padding: 78px 80px; } }
    @media (max-width: 1000px) {
      .body--story .response {
        margin: 100px 50px 50px; } }
    @media (max-width: 600px) {
      .body--story .response {
        margin: 0 20px 80px;
        padding: 70px 20px; } }
    .body--story .response h2 {
      color: #777;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.33333em;
      margin: 0;
      text-transform: uppercase; }
    .body--story .response a.button {
      border-bottom: 0; }
    .body--story .response .question {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 34px;
      font-weight: 600;
      letter-spacing: -0.02941em;
      line-height: 1.29412;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      margin-top: 17px;
      max-width: 720px; }
      @media (max-width: 600px) {
        .body--story .response .question {
          font-size: 28px; } }
    .body--story .response .button {
      background-color: #007392;
      color: #fff;
      display: inline-block;
      font-size: 13px;
      margin-top: 24px;
      padding: 16px 55px; }
      @media (max-width: 600px) {
        .body--story .response .button {
          padding: 14px 20px; } }
      .body--story .response .button:hover {
        background-color: #f9b625; }
    .body--story .response ul {
      list-style-type: none;
      padding: 0; }
      .body--story .response ul li {
        font-family: "Source Sans Pro", sans-serif; }
    .body--story .response + .response {
      margin: -120px 220px 70px;
      padding: 78px 100px;
      text-align: center; }
      @media (min-width: 1801px) {
        .body--story .response + .response {
          margin-left: auto;
          margin-right: auto;
          max-width: 100%; } }
      @media (max-width: 1400px) {
        .body--story .response + .response {
          margin-left: 140px;
          margin-right: 140px;
          padding: 78px 80px; } }
      @media (max-width: 1000px) {
        .body--story .response + .response {
          margin: 0 50px 50px; } }
      @media (max-width: 600px) {
        .body--story .response + .response {
          margin: -40px 20px 80px;
          padding: 70px 20px; } }
  .body--story .full-width .response + .full-width .response
.embed {
    border: 0;
    height: 510px;
    margin: 4em 0 2em;
    padding: 0;
    width: 100%; }

blockquote {
  background-color: #eee;
  font-size: 18px;
  line-height: 1.71429;
  margin: 1em 0;
  padding: 40px;
  letter-spacing: -0.25; }

.bottom-banner {
  background-color: #00557D;
  padding: 20px 30px; }
  @media (min-width: 950px) {
    .bottom-banner {
      padding: 20px 0; } }
  .bottom-banner .body-container {
    color: #fff;
    text-align: center; }
    @media (min-width: 950px) {
      .bottom-banner .body-container {
        display: flex;
        justify-content: space-between;
        text-align: left; } }
  .bottom-banner p {
    font-size: 21px;
    margin: auto 0; }
  .bottom-banner .button {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 20px auto 0;
    padding: 16px 55px;
    width: max-content; }
    @media (min-width: 950px) {
      .bottom-banner .button {
        margin: 0; } }
  .bottom-banner .close {
    background-color: #1a668a;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 8px;
    z-index: 1; }
    @media (min-width: 950px) {
      .bottom-banner .close {
        right: 10px;
        top: 15px; } }
    .bottom-banner .close path {
      fill: #fff; }
