/* Font Definitions */
@font-face {
  font-family: 'Manuale';
  src: url("../assets/fonts/manuale/manuale_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Manuale';
  src: url("../assets/fonts/manuale/manuale_medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: 'Manuale';
  src: url("../assets/fonts/manuale/manuale_semibold.ttf") format("truetype");
  font-weight: 600; }

@font-face {
  font-family: 'Manuale';
  src: url("../assets/fonts/manuale/manuale_bold.ttf") format("truetype");
  font-weight: 700; }

@font-face {
  font-family: 'Manuale';
  src: url("../assets/fonts/manuale/manuale_italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Manuale';
  src: url("../assets/fonts/manuale/manuale_medium.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Manuale';
  src: url("../assets/fonts/manuale/manuale_semibold_italic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Manuale';
  src: url("../assets/fonts/manuale/manuale_bold_italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Noway';
  src: url("../assets/fonts/noway/noway_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Noway';
  src: url("../assets/fonts/noway/noway_thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Noway';
  src: url("../assets/fonts/noway/noway_light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Noway';
  src: url("../assets/fonts/noway/noway_medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Noway';
  src: url("../assets/fonts/noway/noway_bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Noway';
  src: url("../assets/fonts/noway/noway_regular_italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Noway';
  src: url("../assets/fonts/noway/noway_thin_italic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Noway';
  src: url("../assets/fonts/noway/noway_light_italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Noway';
  src: url("../assets/fonts/noway/noway_medium_italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Noway';
  src: url("../assets/fonts/noway/noway_bold_italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

/* Variables and Placeholders */
.story {
  background: #FFF;
  height: 100vh;
  overflow: auto; }
  .story .spaceforus-story--masthead,
  .story .spaceforus-story--content,
  .story .spaceforus-story--footer {
    display: block; }
  .story .spaceforus-story--masthead {
    position: relative;
    width: 100%;
    height: calc(100px + 90vw);
    background-size: cover; }
    @media (min-width: 739px) {
      .story .spaceforus-story--masthead {
        height: 100vh;
        min-height: 800px; } }
    @media screen {
      .story .spaceforus-story--masthead .print-only {
        display: none; } }
    .story .spaceforus-story--masthead .nasa-logo,
    .story .spaceforus-story--masthead .sfu-logo {
      display: block;
      position: absolute; }
    .story .spaceforus-story--masthead .nasa-logo {
      left: 28px;
      top: 3rem;
      width: 43%;
      height: auto; }
      @media (min-width: 739px) {
        .story .spaceforus-story--masthead .nasa-logo {
          width: 204px; } }
    .story .spaceforus-story--masthead .sfu-logo {
      left: 32px;
      top: 3rem;
      width: 22%;
      height: auto; }
      @media (min-width: 739px) {
        .story .spaceforus-story--masthead .sfu-logo {
          width: 118px; } }
    .story .spaceforus-story--masthead .sfu-masthead-container {
      position: absolute;
      bottom: 40px;
      width: 100%;
      padding: 30px 10%;
      text-align: center; }
      @media (min-width: 739px) {
        .story .spaceforus-story--masthead .sfu-masthead-container {
          text-align: left;
          bottom: 80px;
          max-width: 800px;
          width: auto;
          margin: 0 0 0 45px;
          padding: 0 0 0 45px;
          border-left: solid 2px rgba(255, 255, 255, 0.66); } }
    .story .spaceforus-story--masthead h1.title {
      color: white;
      font-family: "Noway", sans-serif;
      font-size: calc(1rem + 5vw);
      font-weight: 300;
      line-height: 1.2em;
      letter-spacing: 0.013em;
      margin-bottom: 1.6rem; }
      @media (min-width: 739px) {
        .story .spaceforus-story--masthead h1.title {
          font-size: 5.5rem;
          margin-bottom: 60px;
          padding: 0 45px 0 0; } }
      @media (min-width: 1024px) {
        .story .spaceforus-story--masthead h1.title {
          font-size: 6rem; } }
    .story .spaceforus-story--masthead .sfu-statename {
      display: inline-block;
      margin-bottom: 1.6rem;
      padding: 5px 10px;
      font-family: "Noway", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.167em;
      letter-spacing: 0.0625em;
      text-transform: uppercase;
      color: #112339;
      background: white; }
      @media (min-width: 739px) {
        .story .spaceforus-story--masthead .sfu-statename {
          margin-bottom: 30px;
          padding: 10px 18px;
          font-size: 1.2rem;
          font-weight: 400; } }
    .story .spaceforus-story--masthead .sfu-story-tags * {
      color: white;
      font-family: noway;
      font-size: 1rem;
      font-weight: 300;
      line-height: 2.25em;
      text-transform: uppercase;
      text-decoration: none; }
      @media (min-width: 739px) {
        .story .spaceforus-story--masthead .sfu-story-tags * {
          font-size: 1.6rem; } }
    .story .spaceforus-story--masthead .sfu-story-tags a {
      margin: 0 10px;
      padding: 4px 2px;
      border-bottom: solid 3px rgba(11, 61, 145, 0.67); }
      .story .spaceforus-story--masthead .sfu-story-tags a:hover {
        color: rgba(255, 255, 255, 0.67);
        border-bottom-color: #0B3D91; }
    .story .spaceforus-story--masthead .sfu-print {
      display: none;
      position: absolute;
      right: 50px;
      bottom: 80px;
      padding: 12px 32px;
      border: solid 2px white;
      border-radius: 0;
      font-family: "Noway", sans-serif;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.188em;
      letter-spacing: 0.047em;
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      background: transparent; }
      @media (min-width: 1024px) {
        .story .spaceforus-story--masthead .sfu-print {
          display: block; } }
      .story .spaceforus-story--masthead .sfu-print:hover {
        color: #112339;
        background: white; }
    .story .spaceforus-story--masthead .sfu--banner-caption {
      position: absolute;
      z-index: 10;
      bottom: 10px;
      right: 0;
      left: 0;
      width: 100%;
      text-align: center;
      font-size: 12px;
      color: #FFF; }
      .story .spaceforus-story--masthead .sfu--banner-caption a, .story .spaceforus-story--masthead .sfu--banner-caption * {
        color: #FFF; }
      @media (min-width: 760px) {
        .story .spaceforus-story--masthead .sfu--banner-caption {
          width: calc(100% - 100px);
          bottom: 28px;
          right: 50px;
          left: 50px;
          text-align: right;
          font-size: 14px; } }
  .story .spaceforus-story--content {
    margin: 0 auto;
    width: 100%;
    max-width: 760px;
    padding: 4rem;
    color: #323232;
    font-family: "Manuale", serif; }
    @media (min-width: 739px) {
      .story .spaceforus-story--content {
        padding: 8rem 8rem; } }
    @media (min-width: 1024px) {
      .story .spaceforus-story--content {
        padding: 112px 0 180px; } }
    .story .spaceforus-story--content img {
      max-width: 100%;
      height: auto !important; }
    .story .spaceforus-story--content figure {
      max-width: 1200px;
      margin: 36px -3rem; }
      @media (min-width: 739px) {
        .story .spaceforus-story--content figure {
          margin: 36px -7rem; } }
      @media (min-width: 1024px) {
        .story .spaceforus-story--content figure {
          margin: 15px -120px; } }
      .story .spaceforus-story--content figure img {
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .story .spaceforus-story--content figcaption {
      font-size: 1.2rem;
      font-style: italic;
      margin-top: 1.5rem;
      text-align: center;
      max-width: 760px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 739px) {
        .story .spaceforus-story--content figcaption {
          font-size: 1.6rem; } }
    .story .spaceforus-story--content .align-right {
      margin: 2rem 0 2rem 2rem;
      width: 33%;
      float: right; }
    .story .spaceforus-story--content .align-left {
      margin: 2rem 2rem 2rem 0;
      width: 33%;
      float: left; }
    .story .spaceforus-story--content h2 {
      margin-bottom: 18px;
      color: #323232;
      font-size: 2.4rem;
      font-weight: 500;
      font-family: "Noway", sans-serif;
      letter-spacing: 0.031em;
      line-height: 1.5em; }
    .story .spaceforus-story--content p,
    .story .spaceforus-story--content strong,
    .story .spaceforus-story--content em {
      font-size: 1.4rem;
      line-height: 2em;
      color: #383838; }
      @media (min-width: 739px) {
        .story .spaceforus-story--content p,
        .story .spaceforus-story--content strong,
        .story .spaceforus-story--content em {
          font-size: 1.8rem; } }
    .story .spaceforus-story--content em {
      font-style: italic; }
    .story .spaceforus-story--content p {
      max-width: 760px;
      margin-bottom: 36px; }
    .story .spaceforus-story--content > p:first-of-type,
    .story .spaceforus-story--content > div > p:first-of-type {
      position: relative;
      z-index: 2; }
      .story .spaceforus-story--content > p:first-of-type::first-letter,
      .story .spaceforus-story--content > div > p:first-of-type::first-letter {
        display: block;
        float: left;
        padding: 0 1rem 0 0;
        margin-top: -0.6rem;
        font-family: "Noway", sans-serif;
        font-size: 5.2rem;
        line-height: 1.2em;
        color: #112339; }
        @media (min-width: 739px) {
          .story .spaceforus-story--content > p:first-of-type::first-letter,
          .story .spaceforus-story--content > div > p:first-of-type::first-letter {
            margin-top: auto;
            padding: 0 16px 0 0;
            font-size: 12rem;
            line-height: 0.8em; } }
      .story .spaceforus-story--content > p:first-of-type:first-of-type::after,
      .story .spaceforus-story--content > div > p:first-of-type:first-of-type::after {
        display: block;
        position: absolute;
        left: -13px;
        top: -13px;
        height: 80px;
        width: 80px;
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
        pointer-events: none; }
        @media (min-width: 739px) {
          .story .spaceforus-story--content > p:first-of-type:first-of-type::after,
          .story .spaceforus-story--content > div > p:first-of-type:first-of-type::after {
            left: -33px;
            top: -33px;
            height: 200px;
            width: 200px;
            z-index: -1; } }
    .story .spaceforus-story--content blockquote {
      font-size: 2rem;
      font-family: "Noway";
      line-height: 1.6;
      margin: 2rem -2rem 4rem; }
      .story .spaceforus-story--content blockquote * {
        font-size: 2rem;
        font-family: "Noway";
        line-height: 1.6;
        margin: 0;
        max-width: 100%; }
      .story .spaceforus-story--content blockquote + p.text-align-right {
        text-align: right;
        margin-top: -2rem;
        font-size: 1.2rem; }
    @media (min-width: 739px) {
      .story .spaceforus-story--content blockquote {
        font-size: 4.5rem;
        margin: 2rem -6rem 4rem; }
        .story .spaceforus-story--content blockquote * {
          font-size: 4.5rem; }
        .story .spaceforus-story--content blockquote + p.text-align-right {
          margin-top: -4rem;
          font-size: 1.4rem; } }
    @media (min-width: 1024px) {
      .story .spaceforus-story--content blockquote {
        margin: 18px -90px 80px; }
        .story .spaceforus-story--content blockquote + p.text-align-right {
          margin-top: -8rem; } }
    .story .spaceforus-story--content a {
      font-size: inherit;
      color: #0B3D91;
      text-decoration: none;
      border-bottom: solid 1px #0B3D91;
      -webkit-transition: border-bottom 0.1s linear;
      transition: border-bottom 0.1s linear; }
      .story .spaceforus-story--content a:hover {
        color: #112339;
        border-bottom: solid 1px #112339; }
    .story .spaceforus-story--content .spaceforus-story--image {
      max-width: 1200px;
      margin: 36px -3rem; }
      @media (min-width: 739px) {
        .story .spaceforus-story--content .spaceforus-story--image {
          margin: 36px -7rem; } }
      @media (min-width: 1024px) {
        .story .spaceforus-story--content .spaceforus-story--image {
          margin: 70px -120px; } }
      @media (min-width: 1440px) {
        .story .spaceforus-story--content .spaceforus-story--image {
          margin: 70px -220px; } }
      .story .spaceforus-story--content .spaceforus-story--image::after {
        display: block;
        clear: both;
        content: ""; }
      .story .spaceforus-story--content .spaceforus-story--image .photo-caption {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto; }
      .story .spaceforus-story--content .spaceforus-story--image .photo-caption,
      .story .spaceforus-story--content .spaceforus-story--image .photo-credit {
        font-size: 1.2rem;
        font-style: italic;
        margin-top: 1.5rem;
        text-align: center; }
        @media (min-width: 739px) {
          .story .spaceforus-story--content .spaceforus-story--image .photo-caption,
          .story .spaceforus-story--content .spaceforus-story--image .photo-credit {
            font-size: 1.6rem; } }
      .story .spaceforus-story--content .spaceforus-story--image .photo-credit {
        margin-left: 7px;
        font-weight: bold; }
      .story .spaceforus-story--content .spaceforus-story--image img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      @media (min-width: 1024px) {
        .story .spaceforus-story--content .spaceforus-story--image.story-image-double img {
          width: 100%;
          max-height: 475px; } }
      .story .spaceforus-story--content .spaceforus-story--image.story-image-double div:first-child {
        margin-bottom: 10px; }
      @media (min-width: 739px) {
        .story .spaceforus-story--content .spaceforus-story--image.story-image-double {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .story .spaceforus-story--content .spaceforus-story--image.story-image-double div:first-child {
            border-right: solid 8px white; } }
    .story .spaceforus-story--content .spaceforus-story--quote {
      max-width: 1060px;
      margin: 2rem -2rem 4rem;
      color: #112339; }
      @media (min-width: 739px) {
        .story .spaceforus-story--content .spaceforus-story--quote {
          margin: 2rem -6rem 4rem; } }
      @media (min-width: 1024px) {
        .story .spaceforus-story--content .spaceforus-story--quote {
          margin: 18px -90px 80px; } }
      @media (min-width: 1440px) {
        .story .spaceforus-story--content .spaceforus-story--quote {
          margin: 18px -150px 80px; } }
      .story .spaceforus-story--content .spaceforus-story--quote .sfu-quote {
        font-family: "Noway", sans-serif;
        font-size: 2rem;
        line-height: 1.644em; }
        .story .spaceforus-story--content .spaceforus-story--quote .sfu-quote em {
          font-size: 2rem;
          font-style: italic;
          line-height: 1.644em; }
        @media (min-width: 739px) {
          .story .spaceforus-story--content .spaceforus-story--quote .sfu-quote {
            font-size: 4.5rem; }
            .story .spaceforus-story--content .spaceforus-story--quote .sfu-quote em {
              font-size: 4.5rem; } }
      .story .spaceforus-story--content .spaceforus-story--quote .sfu-attr {
        clear: both;
        text-align: right;
        font-style: italic;
        font-size: 1.2rem;
        line-height: 1.429em; }
        @media (min-width: 739px) {
          .story .spaceforus-story--content .spaceforus-story--quote .sfu-attr {
            float: right;
            font-size: 1.4rem; } }
    .story .spaceforus-story--content .sfu-story-tags * {
      color: #383838;
      font-family: noway;
      font-size: 1rem;
      font-weight: 300;
      line-height: 2.25em;
      text-transform: uppercase;
      text-decoration: none; }
      @media (min-width: 739px) {
        .story .spaceforus-story--content .sfu-story-tags * {
          font-size: 1.6rem; } }
    .story .spaceforus-story--content .sfu-story-tags a {
      margin: 0 10px;
      padding: 4px 2px;
      border-bottom: solid 3px rgba(11, 61, 145, 0.67); }
      .story .spaceforus-story--content .sfu-story-tags a:hover {
        color: rgba(56, 56, 56, 0.67);
        border-bottom-color: #0B3D91; }
  .story .spaceforus-story--footer {
    padding: 40px 0 60px;
    border-top: solid 2px #DFDFDF;
    text-align: center; }
    .story .spaceforus-story--footer .footer-nasa-logo {
      width: 215px; }
      .story .spaceforus-story--footer .footer-nasa-logo img {
        width: 100%;
        padding: 25px; }
    @media (max-width: 739px) {
      .story .spaceforus-story--footer {
        padding: 80px 0; }
        .story .spaceforus-story--footer .footer-nasa-logo {
          width: 43%; } }
    .story .spaceforus-story--footer .sfu-return {
      display: inline-block;
      padding: 8px 16px;
      border: solid 2px #112339;
      font-family: "Noway", sans-serif;
      font-size: 1rem;
      line-height: 1.167em;
      color: #112339;
      text-decoration: none;
      text-transform: uppercase; }
      @media (min-width: 739px) {
        .story .spaceforus-story--footer .sfu-return {
          padding: 12px 32px;
          font-size: 1.2rem; } }
      .story .spaceforus-story--footer .sfu-return:hover {
        color: white;
        background: #112339; }
  .story .ak .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ak_lg.svg"); }
  .story .al .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/al_lg.svg"); }
  .story .ar .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ar_lg.svg"); }
  .story .az .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/az_lg.svg"); }
  .story .ca .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ca_lg.svg"); }
  .story .co .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/co_lg.svg"); }
  .story .ct .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ct_lg.svg"); }
  .story .dc .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/dc_lg.svg"); }
  .story .de .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/de_lg.svg"); }
  .story .fl .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/fl_lg.svg"); }
  .story .ga .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ga_lg.svg"); }
  .story .hi .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/hi_lg.svg"); }
  .story .ia .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ia_lg.svg"); }
  .story .id .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/id_lg.svg"); }
  .story .il .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/il_lg.svg"); }
  .story .in .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/in_lg.svg"); }
  .story .ks .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ks_lg.svg"); }
  .story .ky .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ky_lg.svg"); }
  .story .la .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/la_lg.svg"); }
  .story .ma .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ma_lg.svg"); }
  .story .md .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/md_lg.svg"); }
  .story .me .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/me_lg.svg"); }
  .story .mi .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/mi_lg.svg"); }
  .story .mn .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/mn_lg.svg"); }
  .story .mo .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/mo_lg.svg"); }
  .story .ms .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ms_lg.svg"); }
  .story .mt .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/mt_lg.svg"); }
  .story .nc .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/nc_lg.svg"); }
  .story .nd .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/nd_lg.svg"); }
  .story .ne .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ne_lg.svg"); }
  .story .nh .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/nh_lg.svg"); }
  .story .nj .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/nj_lg.svg"); }
  .story .nm .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/nm_lg.svg"); }
  .story .nv .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/nv_lg.svg"); }
  .story .ny .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ny_lg.svg"); }
  .story .oh .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/oh_lg.svg"); }
  .story .ok .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ok_lg.svg"); }
  .story .or .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/or_lg.svg"); }
  .story .pa .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/pa_lg.svg"); }
  .story .pr .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/pr_lg.svg"); }
  .story .ri .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ri_lg.svg"); }
  .story .sc .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/sc_lg.svg"); }
  .story .sd .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/sd_lg.svg"); }
  .story .tn .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/tn_lg.svg"); }
  .story .tx .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/tx_lg.svg"); }
  .story .ut .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/ut_lg.svg"); }
  .story .va .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/va_lg.svg"); }
  .story .vt .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/vt_lg.svg"); }
  .story .wa .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/wa_lg.svg"); }
  .story .wi .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/wi_lg.svg"); }
  .story .wv .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/wv_lg.svg"); }
  .story .wy .spaceforus-story--content p:first-of-type::after {
    background-image: url("../assets/images/states/wy_lg.svg"); }

iframe {
  width: 1280px;
  height: 500px;
  max-width: 100%; }

@media (max-width: 739px) {
  iframe {
    height: 200px; } }

/**
 * @file
 * Print Styles.
 *
 * Provide some print styling.
 *
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  #spaceforus--application-container {
    overflow: visible; }
  .story {
    height: auto;
    min-height: 100vh; }
    .story a:link, .story a:visited {
      text-decoration: underline !important; }
    .story a[href^="javascript:"]:after, .story a[href^="#"]:after {
      content: ""; }
    .story header .sfu-masthead-container a[href]:after,
    .story content a[href]:after {
      font-weight: normal;
      font-size: 10px;
      content: " (" attr(href) ")"; }
    #content .story abbr[title]:after {
      content: " (" attr(title) ")"; }
    .story body {
      background-color: transparent !important;
      background-image: none !important;
      color: black; }
  @page {
    .story {
      margin: 80pt; } }
    .story h2,
    .story h3,
    .story h4 {
      page-break-after: avoid;
      -webkit-column-break-after: avoid;
              break-after: avoid-page; }
    .story p {
      orphans: 2;
      widows: 2; }
    .story .spaceforus-story--masthead {
      background-color: transparent !important;
      background-image: none !important;
      height: auto;
      max-width: 80%;
      margin: 0 auto; }
      .story .spaceforus-story--masthead .sfu-masthead-container {
        position: relative !important; }
      .story .spaceforus-story--masthead .nasa-logo,
      .story .spaceforus-story--masthead .sfu-logo,
      .story .spaceforus-story--masthead .sfu-print {
        display: none;
        visibility: hidden; }
      .story .spaceforus-story--masthead .print-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 -10% 3rem; }
        .story .spaceforus-story--masthead .print-only .nasa-logo,
        .story .spaceforus-story--masthead .print-only .sfu-logo {
          display: block;
          visibility: visible;
          position: static;
          width: 160px; }
        .story .spaceforus-story--masthead .print-only .sfu-logo {
          width: 80px; }
      .story .spaceforus-story--masthead .sfu-statename {
        border: 1px solid #112339;
        margin-bottom: 6rem; }
      .story .spaceforus-story--masthead .sfu-story-tags * {
        color: black;
        font-size: 1.2rem; }
      .story .spaceforus-story--masthead h1.title {
        color: black;
        margin-bottom: 3rem;
        font-size: 4rem; }
    .story .spaceforus-story--content {
      padding: 6rem 10% 0;
      max-width: none; }
      .story .spaceforus-story--content p {
        max-width: none;
        font-size: 1.2rem; }
        .story .spaceforus-story--content p:after {
          background-color: transparent !important;
          background-image: none !important;
          color: black; }
      .story .spaceforus-story--content > p:first-of-type::first-letter,
      .story .spaceforus-story--content > div > p:first-of-type::first-letter {
        padding: 0 1rem 0 0;
        font-size: 7.5rem;
        line-height: 1em;
        color: #112339; }
      .story .spaceforus-story--content .spaceforus-story--image,
      .story .spaceforus-story--content figure {
        margin: 0;
        float: left;
        width: 50%;
        padding: 0 2rem 2rem 0; }
        .story .spaceforus-story--content .spaceforus-story--image.story-image-double,
        .story .spaceforus-story--content figure.story-image-double {
          width: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          float: none;
          padding: 0;
          margin-right: -10%;
          margin-bottom: 2rem; }
          .story .spaceforus-story--content .spaceforus-story--image.story-image-double div:first-child,
          .story .spaceforus-story--content figure.story-image-double div:first-child {
            border-right: 10px solid white; }
      .story .spaceforus-story--content .spaceforus-story--quote {
        margin: 2rem -10% 8rem; }
        .story .spaceforus-story--content .spaceforus-story--quote .sfu-quote {
          font-size: 3rem; }
    .story .spaceforus-story--footer {
      display: none;
      visibility: hidden; } }

/*# sourceMappingURL=article.css.map */
