/* Font Definitions */
@import url("https://fonts.googleapis.com/css?family=Barlow:400,700&display=swap");
/*
@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 */
.element-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* CSS Reset */
html {
  font-size: 10px; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  width: 100%;
  height: 100vh;
  margin: 0;
  color: white;
  background: #191919;
  background-image: url("../assets/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 72px 72px;
  font-family: "Barlow", serif; }

#spaceforus--application-container,
.spaceforus--application {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  body.introduction-viewed #spaceforus--application-container, body.introduction-viewed
  .spaceforus--application {
    overflow-y: visible; }

.spaceforus--application {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }
  .spaceforus--application.loading {
    opacity: 0; }
  @media (max-width: 640px) {
    .spaceforus--application {
      min-width: 320px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }

.sfu--about-link {
  display: block;
  position: absolute;
  right: 32px;
  top: 28px;
  color: white;
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  line-height: 1.286em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 2px white;
  z-index: 1001;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .introduction-viewed .sfu--about-link {
    right: auto;
    top: auto;
    left: 32px;
    bottom: 28px;
    right: unset;
    top: unset; }
  .sfu--about-link:hover {
    opacity: 0.67; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Barlow", sans-serif; }

button, .spaceforus--abstracts-container .abstract .abstract--readmore,
select {
  padding: 9px 26px 10px 27px;
  border: solid 2px;
  border-radius: 0;
  background: transparent;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 1.28em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
  border-color: white; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../assets/images/select_down.svg");
  background-position: 95% center;
  background-repeat: no-repeat; }
  select::-ms-expand {
    display: none; }
  select * {
    color: black; }

button:hover, .spaceforus--abstracts-container .abstract .abstract--readmore:hover {
  cursor: pointer;
  background: white;
  color: #112339; }

.spaceforus--application {
  background: #191919; }
  [data-category="intro"] .spaceforus--application {
    background: #191919 url(../assets/images/category/home.jpg) bottom center no-repeat;
    background-size: 100% auto; }
  [data-category="Health"] .spaceforus--application {
    background: #606032 url(../assets/images/category/bass.jpg) top center no-repeat;
    background-size: 100% auto; }
  [data-category="Disasters"] .spaceforus--application {
    background: #935126 url(../assets/images/category/drums.jpg) top center no-repeat;
    background-size: 100% auto; }
  [data-category="Weather"] .spaceforus--application {
    background: #88382b url(../assets/images/category/piano.jpg) top center no-repeat;
    background-size: 100% auto; }
  [data-category="Blue_Planet"] .spaceforus--application {
    background: #263038 url(../assets/images/category/sax.jpg) top center no-repeat;
    background-size: 100% auto; }
  [data-category="Human_Planet"] .spaceforus--application {
    background: #436c5f url(../assets/images/category/trombone.jpg) top center no-repeat;
    background-size: 100% auto; }
  [data-category="AmeriGEO"] .spaceforus--application {
    background: #c1645b url(../assets/images/category/vibes.jpg) top center no-repeat;
    background-size: 100% auto; }
  [data-category="Food/Water/Energy"] .spaceforus--application {
    background: #927446 url(../assets/images/category/guitar.jpg) top center no-repeat;
    background-size: 100% auto; }
  [data-category="Ecosystem/Ecosystem_Services"] .spaceforus--application {
    background: #64282e url(../assets/images/category/mic.jpg) top center no-repeat;
    background-size: 100% auto; }

.spaceforus--application-map .spaceforus--stateselect {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 200; }

.spaceforus--application-map.abstracts-open .spaceforus--stateselect {
  z-index: 0; }

.spaceforus--application-mobile .spaceforus--stateselect {
  margin: 40px 0 60px;
  padding: 0 50px;
  width: 100%; }
  .spaceforus--application-mobile .spaceforus--stateselect label,
  .spaceforus--application-mobile .spaceforus--stateselect select {
    display: block;
    width: 100%;
    font-family: "Barlow", sans-serif; }
  .spaceforus--application-mobile .spaceforus--stateselect label {
    padding-bottom: 16px;
    font-size: 1.2rem;
    letter-spacing: 0.036em;
    line-height: 1.167em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center; }
  .spaceforus--application-mobile .spaceforus--stateselect select {
    padding: 14px 10px 12px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none; }

/**
 * Branding masthead
 */
.spaceforus--nasa-branding {
  position: absolute;
  left: 28px;
  top: 3rem;
  z-index: 200;
  width: 225px; }
  .spaceforus--nasa-branding img {
    width: 100%; }
  .application-open .spaceforus--nasa-branding {
    z-index: 100; }
  @media (max-width: 640px) {
    .spaceforus--nasa-branding {
      width: 43%; } }

.spaceforus--masthead {
  width: 100%;
  margin: 0 auto; }
  .spaceforus--masthead img {
    width: 100%; }

h1.impact-statement {
  text-transform: uppercase; }

/**
 * Application introduction.
 */
.spaceforus--introduction {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center; }
  .spaceforus--introduction .intro-slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    .spaceforus--introduction .intro-slide .slide-content {
      margin: 0 auto;
      width: 100%;
      max-width: 640px; }
      @media (min-width: 1024px) {
        .spaceforus--introduction .intro-slide .slide-content {
          max-width: 760px; } }
    .spaceforus--introduction .intro-slide.active {
      opacity: 1;
      z-index: 10; }
    .spaceforus--introduction .intro-slide.intro-slide--1 {
      top: 23%; }
      .spaceforus--introduction .intro-slide.intro-slide--1.animating .spaceforus--masthead,
      .spaceforus--introduction .intro-slide.intro-slide--1.animating p,
      .spaceforus--introduction .intro-slide.intro-slide--1.animating button,
      .spaceforus--introduction .intro-slide.intro-slide--1.animating .spaceforus--abstracts-container .abstract .abstract--readmore,
      .spaceforus--abstracts-container .abstract .spaceforus--introduction .intro-slide.intro-slide--1.animating .abstract--readmore {
        position: relative;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease, top 0.5s ease-out;
        transition: opacity 0.5s ease, top 0.5s ease-out; }
        .spaceforus--introduction .intro-slide.intro-slide--1.animating .spaceforus--masthead.animated,
        .spaceforus--introduction .intro-slide.intro-slide--1.animating p.animated,
        .spaceforus--introduction .intro-slide.intro-slide--1.animating button.animated,
        .spaceforus--introduction .intro-slide.intro-slide--1.animating .spaceforus--abstracts-container .abstract .animated.abstract--readmore,
        .spaceforus--abstracts-container .abstract .spaceforus--introduction .intro-slide.intro-slide--1.animating .animated.abstract--readmore {
          top: 0px;
          opacity: 1; }
      .spaceforus--introduction .intro-slide.intro-slide--1.animating .spaceforus--masthead {
        top: -50px;
        -webkit-transition: opacity 0.3s ease, top 0.8s ease-out;
        transition: opacity 0.3s ease, top 0.8s ease-out; }
    .spaceforus--introduction .intro-slide.intro-slide--2 {
      top: 20.6%; }
      .spaceforus--introduction .intro-slide.intro-slide--2 .slide-content {
        max-width: 640px; }
  @media (max-width: 640px) {
    .spaceforus--introduction {
      height: initial; }
      .spaceforus--introduction .intro-slide.intro-slide--1,
      .spaceforus--introduction .intro-slide.intro-slide--2 {
        top: 0;
        padding-top: 100px; } }
  .spaceforus--introduction .spaceforus--masthead {
    max-width: 450px;
    margin-bottom: 18px; }
  .spaceforus--introduction h1.impact-statement {
    font-size: 4rem;
    letter-spacing: 0.064em; }
  .spaceforus--introduction p {
    font-size: 1.8rem;
    line-height: 1.67em;
    margin-bottom: 36px;
    text-shadow: 0 0 30px black; }
  .spaceforus--introduction .intro-slide--1 button, .spaceforus--introduction .intro-slide--1 .spaceforus--abstracts-container .abstract .abstract--readmore, .spaceforus--abstracts-container .abstract .spaceforus--introduction .intro-slide--1 .abstract--readmore {
    padding: 18px 38px 19px;
    font-size: 1.8rem;
    line-height: 1.278em;
    letter-spacing: 0.05em; }
  .spaceforus--introduction .intro-slide--2 img {
    display: block;
    max-width: 100%;
    margin-bottom: 4rem; }
  .spaceforus--introduction .intro-slide--2 select {
    width: 220px;
    padding: 16px 15px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.167em;
    text-transform: none;
    letter-spacing: 0em; }
    @media (min-width: 760px) {
      .spaceforus--introduction .intro-slide--2 select {
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 0.0625em;
        text-transform: uppercase; } }
  .spaceforus--introduction .spaceforus--categories,
  .spaceforus--introduction .spaceforus--stateselect {
    display: inline-block; }
  .spaceforus--introduction span {
    padding: 0 18px;
    font-family: "Barlow", sans-serif;
    font-size: 1.2rem;
    line-height: 1.167em;
    letter-spacing: 0.0625em;
    text-transform: uppercase; }
  @media (max-width: 640px) {
    .spaceforus--introduction .intro-slide {
      max-width: 100%;
      margin: auto;
      left: 0;
      right: 0; }
      .spaceforus--introduction .intro-slide .slide-content > p,
      .spaceforus--introduction .intro-slide .slide-content > .spaceforus--categories {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
        padding-left: 20px;
        padding-right: 20px; }
      .spaceforus--introduction .intro-slide p,
      .spaceforus--introduction .intro-slide button,
      .spaceforus--introduction .intro-slide .spaceforus--abstracts-container .abstract .abstract--readmore,
      .spaceforus--abstracts-container .abstract .spaceforus--introduction .intro-slide .abstract--readmore {
        font-size: 1.6rem;
        line-height: 1.429em; }
      
      .spaceforus--introduction .intro-slide button,
      .spaceforus--introduction .intro-slide .spaceforus--abstracts-container .abstract .abstract--readmore,
      .spaceforus--abstracts-container .abstract .spaceforus--introduction .intro-slide .abstract--readmore {
        padding: 17px 30px; }
    .spaceforus--introduction h1.impact-statement {
      font-size: 3.4rem;
      line-height: 1.059em;
      letter-spacing: 0.058em;
      margin-bottom: 24px; }
    .spaceforus--introduction span {
      display: inline-block;
      font-size: 1.6rem;
      line-height: 1.188em;
      letter-spacing: 0.063em;
      padding: 18px 0; }
    .spaceforus--introduction .spaceforus--categories,
    .spaceforus--introduction .spaceforus--stateselect {
      display: block;
      width: 100%;
      clear: both; }
      .spaceforus--introduction .spaceforus--categories select,
      .spaceforus--introduction .spaceforus--stateselect select {
        width: 100%; } }

/**
 * Cloud layer.
 */
.sfu--cloudlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 99; }
  .sfu--cloudlayer.hidden {
    opacity: 0;
    z-index: 0; }
  .sfu--cloudlayer .sfu--cloudlayer-top,
  .sfu--cloudlayer .sfu--cloudlayer-bottom {
    position: absolute;
    left: 0;
    width: 110%;
    height: 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-transition: left 24.0s linear;
    transition: left 24.0s linear; }
  .sfu--cloudlayer.animating .sfu--cloudlayer-top,
  .sfu--cloudlayer.animating .sfu--cloudlayer-bottom {
    left: -10%; }
    .sfu--cloudlayer.animating .sfu--cloudlayer-top.animated,
    .sfu--cloudlayer.animating .sfu--cloudlayer-bottom.animated {
      left: 0; }
  .sfu--cloudlayer .sfu--cloudlayer-top {
    top: 0;
    height: 100%; }
  .sfu--cloudlayer .sfu--cloudlayer-bottom {
    bottom: 0; }
    @media (max-width: 1023px) {
      .sfu--cloudlayer .sfu--cloudlayer-bottom {
        background-position: center 180%; } }

.application-mobile .base-cloud-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed; }
  .application-mobile .base-cloud-layer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../assets/images/clouds/clouds-top.png) no-repeat 100% -20%;
    background-size: 200% auto; }
  .application-mobile .base-cloud-layer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../assets/images/clouds/clouds-bottom.png) no-repeat 0 130%;
    background-size: 180% auto;
    opacity: 0.7; }

.application-mobile-listing .base-cloud-layer:after {
  background: url(../assets/images/clouds/clouds-bottom.png) no-repeat 0 65%;
  background-size: 120% auto;
  opacity: 0.5; }

/**
 * Menu.
 */
.spaceforus--application-menu {
  position: relative;
  left: 0;
  top: -96px;
  width: 100%;
  z-index: 100;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease; }
  .spaceforus--application-menu.open {
    top: 0;
    z-index: 101; }
  .abstracts-open .spaceforus--application-menu {
    z-index: 0; }
  .spaceforus--application-menu h1.impact-statement {
    font-size: 2.8rem;
    line-height: 1.286em;
    letter-spacing: 0.036em;
    padding-bottom: 36px; }
  .spaceforus--application-menu label,
  .spaceforus--application-menu select {
    display: block; }
  .spaceforus--application-menu label {
    margin-right: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.042em;
    line-height: 2.8em;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  .spaceforus--application-menu select {
    width: 220px;
    padding: 4px 10px;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    font-size: 1.2rem;
    color: #222;
    text-align: center;
    text-indent: unset;
    text-align-last: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    cursor: pointer; }
  .spaceforus--application-menu .menu-content {
    margin: 5rem 0 3rem; }
  .spaceforus--application-menu .spaceforus--categories {
    max-width: 525px;
    margin: 0 auto 18px; }
    .spaceforus--application-menu .spaceforus--categories::after {
      display: block;
      clear: both;
      content: ""; }
  .spaceforus--application-menu .topic-description {
    display: block;
    height: 270px;
    font-size: 1.4rem;
    line-height: 1.429em; }
  @media (max-width: 960px) {
    .spaceforus--application-menu .menu-content {
      margin-top: 5rem; }
      .spaceforus--application-menu .menu-content label,
      .spaceforus--application-menu .menu-content select {
        float: none; }
    .spaceforus--application-menu .menu-content label {
      margin-right: 0;
      margin-bottom: 16px;
      font-size: 1.2rem;
      letter-spacing: 0.036em;
      line-height: 1.167em; } }
  @media (max-width: 640px) {
    .spaceforus--application-menu {
      position: relative;
      max-width: 280px;
      margin: 5rem auto 3rem;
      left: initial;
      top: -100%;
      width: 100%;
      height: initial;
      overflow: initial;
      z-index: initial;
      background: none;
      text-align: center; }
      .spaceforus--application-menu .menu-content {
        margin: 0;
        width: initial;
        padding: 0; }
      .spaceforus--application-menu .topic-description {
        height: initial; }
      .spaceforus--application-menu.open {
        width: 100%;
        top: 0; } }

/**
 * Application pager.
 */
.spaceforus--abstracts-pager {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .spaceforus--application.introduction-viewed .spaceforus--abstracts-pager {
    display: none; }
  .spaceforus--abstracts-pager.active {
    opacity: 1;
    z-index: 200; }
  .spaceforus--abstracts-pager .pager-wrapper {
    position: absolute;
    top: 46%;
    width: 100%; }
  .spaceforus--abstracts-pager .pager-button {
    position: relative;
    top: 0;
    bottom: 0;
    border: 0;
    overflow: hidden;
    color: transparent;
    background-repeat: no-repeat;
    background-size: 32.25px 65px;
    padding: 0;
    height: 70px;
    width: 60px;
    z-index: 100; }
    .spaceforus--abstracts-pager .pager-button.pager-prev {
      float: left;
      background-position: center center;
      background-image: url("../assets/images/pager_prev.svg"); }
    .spaceforus--abstracts-pager .pager-button.pager-next {
      float: right;
      background-position: center center;
      background-image: url("../assets/images/pager_next.svg"); }
    .spaceforus--abstracts-pager .pager-button:hover {
      background-color: transparent; }

.spaceforus--abstracts-container {
  width: 100% !important;
  height: 100%;
  background: rgba(17, 35, 57, 0.66);
  -webkit-transition: left 0.33s ease, opacity 0.5s ease;
  transition: left 0.33s ease, opacity 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .spaceforus--abstracts-container.open {
    opacity: 1; }
  .spaceforus--abstracts-container .abstract {
    display: inline-block;
    position: relative;
    width: 45% !important;
    max-width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
    position: relative; }
    .spaceforus--abstracts-container .abstract .abstract--content {
      margin: 0;
      padding: 0;
      width: 100%;
      max-width: 1056px;
      min-height: 640px;
      color: #323232;
      background: white;
      text-align: left;
      -webkit-transition: left 0.33s ease;
      transition: left 0.33s ease;
      /*&::after {
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 100;
        content: "";
        opacity: 1;
        background: linear-gradient(to left, transparent 0%, white 6%);
        transition: opacity 0.5s ease;
      }*/ }
      .spaceforus--abstracts-container .abstract .abstract--content h2,
      .spaceforus--abstracts-container .abstract .abstract--content h3 {
        color: #112339; }
      .spaceforus--abstracts-container .abstract .abstract--content h2.abstract--title {
        margin-top: 12px;
        padding: 18px 0 36px;
        font-size: 4rem;
        font-weight: 400;
        line-height: 1.2em;
        letter-spacing: -0.00875px;
        border: solid #d8d8d8;
        border-width: 1px 0; }
      .spaceforus--abstracts-container .abstract .abstract--content p,
      .spaceforus--abstracts-container .abstract .abstract--content ul li {
        font-size: 1.4rem;
        line-height: 1.643em; }
      .spaceforus--abstracts-container .abstract .abstract--content p {
        padding: 12px 0; }
      .spaceforus--abstracts-container .abstract .abstract--content .abstract--state-name,
      .spaceforus--abstracts-container .abstract .abstract--content .abstract--index {
        font-family: "Barlow", sans-serif;
        font-size: 1.2rem;
        line-height: 50px;
        color: #323232;
        text-transform: uppercase; }
      .spaceforus--abstracts-container .abstract .abstract--content .abstract--state-name {
        display: inline-block;
        padding-right: 28px;
        font-weight: 500;
        letter-spacing: 0.056em;
        height: 50px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
      .spaceforus--abstracts-container .abstract .abstract--content .abstract--state-index {
        letter-spacing: 0.042em; }
      .spaceforus--abstracts-container .abstract .abstract--content .abstract--close {
        position: absolute;
        top: -28px;
        right: -28px;
        width: 55px;
        height: 55px;
        padding: 0;
        color: #112339;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 55px;
        letter-spacing: 0.056em;
        background: white;
        border-radius: 100%;
        border: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        .spaceforus--abstracts-container .abstract .abstract--content .abstract--close:hover {
          background: #EFEFEF; }
        .spaceforus--abstracts-container .abstract .abstract--content .abstract--close:active {
          background: #CECECE; }
    .spaceforus--abstracts-container .abstract > .abstract--content {
      z-index: 500; }
    .spaceforus--abstracts-container .abstract + .abstract > .abstract--content::after {
      background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, white));
      background: linear-gradient(to right, transparent 0%, white 6%); }
    .spaceforus--abstracts-container .abstract .abstract--close {
      opacity: 1; }
    .spaceforus--abstracts-container .abstract .abstract--column.column-first {
      padding: 21px 40px 24px 36px; }
    .spaceforus--abstracts-container .abstract .abstract--column.column-second {
      padding: 24px 76px 24px 40px;
      background: #EFEFEF; }
    .spaceforus--abstracts-container .abstract .abstract--readmore {
      display: block;
      float: left;
      clear: both;
      margin-top: 8px;
      font-size: 1.2rem;
      line-height: 1.167em;
      text-decoration: none;
      color: #112339;
      border-color: #112339; }
      .spaceforus--abstracts-container .abstract .abstract--readmore:hover {
        background: #112339;
        color: white; }
    .spaceforus--abstracts-container .abstract .abstract--thumbnail {
      overflow: hidden;
      margin: -24px -76px 32px -40px; }
    .spaceforus--abstracts-container .abstract .abstract--quickfacts h3 {
      margin-bottom: 24px;
      font-size: 1.4rem;
      line-height: 1.286em;
      letter-spacing: 0.054em;
      font-weight: 700;
      text-transform: uppercase; }
    .spaceforus--abstracts-container .abstract .abstract--quickfacts ul {
      font-size: 1.4rem;
      line-height: 1.57em;
      padding-left: 20px;
      list-style: none inside none; }
    .spaceforus--abstracts-container .abstract .abstract--quickfacts ul li {
      position: relative;
      padding-bottom: 24px; }
    .spaceforus--abstracts-container .abstract .abstract--quickfacts ul li::before {
      display: block;
      position: absolute;
      content: "";
      width: 5px;
      height: 5px;
      left: -20px;
      top: 9px;
      background: #112339;
      border-radius: 100%; }

/**
 * Content listings.
 */
.spaceforus--desktop-sidebar {
  height: 100vh;
  background: rgba(11, 61, 145, 0.33); }
  .spaceforus--desktop-sidebar h2 {
    margin-bottom: 16px;
    font-family: "Barlow", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.278em;
    letter-spacing: 0.042em;
    text-transform: uppercase; }
  .spaceforus--desktop-sidebar p.topic-description {
    margin-bottom: 72px;
    font-size: 1.4rem;
    line-height: 1.429em; }
  .spaceforus--application-map > .spaceforus--desktop-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease; }
    .spaceforus--application-map > .spaceforus--desktop-sidebar .sfu--desktop-listing-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 275px;
      height: 100%;
      padding: 160px 24px 0; }
    .spaceforus--application-map > .spaceforus--desktop-sidebar .spaceforus--listing {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: -4px;
      width: inherit;
      overflow: hidden; }
      .spaceforus--application-map > .spaceforus--desktop-sidebar .spaceforus--listing .listing--items {
        overflow-y: scroll; }
    .spaceforus--application-map > .spaceforus--desktop-sidebar.open {
      position: relative;
      height: auto;
      width: 100% !important; }
  .spaceforus--application-map.abstracts-open > .spaceforus--desktop-sidebar {
    z-index: 0; }
  .spaceforus--desktop-sidebar .listing--count {
    margin: 0 0 12px 6px;
    font-family: "Barlow", sans-serif;
    font-size: 1.4rem;
    line-height: 1.286rem;
    font-weight: 300; }
  .spaceforus--desktop-sidebar .spaceforus--listing-item {
    display: none;
    width: 235px;
    margin: 0 0 8px -4px;
    padding: 10px 12px;
    background-color: rgba(255, 255, 255, 0.1);
    font-family: "Barlow", sans-serif;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .spaceforus--desktop-sidebar .spaceforus--listing-item.item-clickable {
      cursor: pointer; }
      .spaceforus--desktop-sidebar .spaceforus--listing-item.item-clickable .listing--statename,
      .spaceforus--desktop-sidebar .spaceforus--listing-item.item-clickable .listing--title {
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      .spaceforus--desktop-sidebar .spaceforus--listing-item.item-clickable .listing--statename {
        margin-bottom: 10px;
        font-size: 1.2rem;
        line-height: 1.167em;
        letter-spacing: 0.056em;
        font-weight: 500;
        text-transform: uppercase; }
      .spaceforus--desktop-sidebar .spaceforus--listing-item.item-clickable .listing--title {
        font-weight: 300;
        font-size: 1.6rem;
        line-height: 1.188em; }
      .spaceforus--desktop-sidebar .spaceforus--listing-item.item-clickable:hover, .spaceforus--desktop-sidebar .spaceforus--listing-item.item-clickable.pseudo-hover {
        background-color: white; }
        .spaceforus--desktop-sidebar .spaceforus--listing-item.item-clickable:hover .listing--statename, .spaceforus--desktop-sidebar .spaceforus--listing-item.item-clickable.pseudo-hover .listing--statename {
          color: #323232; }
        .spaceforus--desktop-sidebar .spaceforus--listing-item.item-clickable:hover .listing--title, .spaceforus--desktop-sidebar .spaceforus--listing-item.item-clickable.pseudo-hover .listing--title {
          color: #112339; }

.spaceforus--listing-mobile {
  margin: 3rem 2rem 8rem; }
  .spaceforus--listing-mobile .topic-description {
    text-align: center;
    max-width: 660px;
    margin: 0 auto 6rem;
    font-size: 2rem;
    line-height: 1.5; }
  .spaceforus--listing-mobile .listing--count {
    margin-top: 30px;
    padding: 30px 0;
    font-family: "Barlow", sans-serif;
    font-size: 1.5rem;
    line-height: 1.2em;
    letter-spacing: 0.033em;
    text-transform: uppercase;
    text-align: center; }
  @media (min-width: 640px) {
    .spaceforus--listing-mobile .listing--items {
      -webkit-column-count: 2;
              column-count: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 auto;
      max-width: 960px; }
      .spaceforus--listing-mobile .listing--items .spaceforus--listing-item {
        width: calc(50% - 10px); } }
  @media (min-width: 1024px) {
    .spaceforus--listing-mobile .listing--items .spaceforus--listing-item {
      width: calc(50% - 20px); } }
  .spaceforus--listing-mobile .spaceforus--listing-item {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    margin-bottom: 20px;
    padding: 0 30px 28px;
    background: white;
    color: #112339;
    text-align: center; }
    @media (min-width: 1024px) {
      .spaceforus--listing-mobile .spaceforus--listing-item {
        margin-bottom: 40px; } }
  .spaceforus--listing-mobile .listing--statename {
    width: 100%;
    padding: 28px 0;
    font-family: "Barlow", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.167em;
    letter-spacing: 0.056em;
    color: #323232;
    text-transform: uppercase;
    text-align: center;
    position: relative; }
    .spaceforus--listing-mobile .listing--statename .state-icon {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 80px;
      height: 40px; }
      .spaceforus--listing-mobile .listing--statename .state-icon + span {
        position: relative; }
  .spaceforus--listing-mobile .listing--thumbnail {
    margin: 0 -30px; }
    .spaceforus--listing-mobile .listing--thumbnail img {
      display: block;
      width: 100%;
      height: auto; }
  .spaceforus--listing-mobile .listing--title {
    margin: 2rem 0 24px;
    font-family: "Barlow", sans-serif;
    font-size: 2.4rem;
    line-height: 1.2em;
    color: #112339;
    text-align: center;
    font-weight: bold; }
    [data-category="Health"] .spaceforus--listing-mobile .listing--title {
      color: #2E2F18; }
    [data-category="Disasters"] .spaceforus--listing-mobile .listing--title {
      color: #4A2813; }
    [data-category="Weather"] .spaceforus--listing-mobile .listing--title {
      color: #431C15; }
    [data-category="Blue_Planet"] .spaceforus--listing-mobile .listing--title {
      color: #13181B; }
    [data-category="Human_Planet"] .spaceforus--listing-mobile .listing--title {
      color: #20352E; }
    [data-category="AmeriGEO"] .spaceforus--listing-mobile .listing--title {
      color: #60312D; }
    [data-category="Food/Water/Energy"] .spaceforus--listing-mobile .listing--title {
      color: #473823; }
    [data-category="Ecosystem/Ecosystem_Services"] .spaceforus--listing-mobile .listing--title {
      color: #311216; }
  .spaceforus--listing-mobile .listing--body {
    position: relative;
    margin-bottom: 12px;
    max-height: 100px;
    overflow: hidden; }
    .spaceforus--listing-mobile .listing--body p {
      font-size: 1.2rem;
      line-height: 1.667em; }
    .spaceforus--listing-mobile .listing--body::after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(255, 255, 255, 0.75)), color-stop(85%, rgba(255, 255, 255, 0)));
      background: linear-gradient(to top, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 85%);
      z-index: 100; }
  .spaceforus--listing-mobile .listing--readmore {
    display: inline-block;
    padding: 10px;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.167em;
    text-transform: uppercase;
    text-decoration: none;
    color: #112339;
    border: solid 2px #112339; }
    [data-category="Health"] .spaceforus--listing-mobile .listing--readmore {
      color: #2E2F18;
      border-color: #2E2F18; }
    [data-category="Disasters"] .spaceforus--listing-mobile .listing--readmore {
      color: #4A2813;
      border-color: #4A2813; }
    [data-category="Weather"] .spaceforus--listing-mobile .listing--readmore {
      color: #431C15;
      border-color: #431C15; }
    [data-category="Blue_Planet"] .spaceforus--listing-mobile .listing--readmore {
      color: #13181B;
      border-color: #13181B; }
    [data-category="Human_Planet"] .spaceforus--listing-mobile .listing--readmore {
      color: #20352E;
      border-color: #20352E; }
    [data-category="AmeriGEO"] .spaceforus--listing-mobile .listing--readmore {
      color: #60312D;
      border-color: #60312D; }
    [data-category="Food/Water/Energy"] .spaceforus--listing-mobile .listing--readmore {
      color: #473823;
      border-color: #473823; }
    [data-category="Ecosystem/Ecosystem_Services"] .spaceforus--listing-mobile .listing--readmore {
      color: #311216;
      border-color: #311216; }
    .spaceforus--listing-mobile .listing--readmore:hover {
      background: #112339;
      color: white; }
      [data-category="Health"] .spaceforus--listing-mobile .listing--readmore:hover {
        background: #2E2F18; }
      [data-category="Disasters"] .spaceforus--listing-mobile .listing--readmore:hover {
        background: #4A2813; }
      [data-category="Weather"] .spaceforus--listing-mobile .listing--readmore:hover {
        background: #431C15; }
      [data-category="Blue_Planet"] .spaceforus--listing-mobile .listing--readmore:hover {
        background: #13181B; }
      [data-category="Human_Planet"] .spaceforus--listing-mobile .listing--readmore:hover {
        background: #20352E; }
      [data-category="AmeriGEO"] .spaceforus--listing-mobile .listing--readmore:hover {
        background: #60312D; }
      [data-category="Food/Water/Energy"] .spaceforus--listing-mobile .listing--readmore:hover {
        background: #473823; }
      [data-category="Ecosystem/Ecosystem_Services"] .spaceforus--listing-mobile .listing--readmore:hover {
        background: #311216; }

.spaceforus--application-mobile {
  position: relative; }

/**
 * Map
 */
.spaceforus--application-map {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 99; }
  .spaceforus--application-map.abstracts-open {
    z-index: 101; }
  .spaceforus--application-map.menu-open .map-container .spaceforus--map-detail {
    opacity: 1; }
  .spaceforus--application-map.menu-open.abstracts-open .map-container {
    z-index: -1; }
    .spaceforus--application-map.menu-open.abstracts-open .map-container .spaceforus--map-detail {
      z-index: -1; }

.sfu--logo-small {
  display: block;
  position: absolute;
  right: 28px;
  top: 3rem;
  z-index: 105;
  opacity: 1; }
  .menu-open.abstracts-open .sfu--logo-small {
    z-index: 0; }

.map-container {
  position: relative;
  left: 0;
  width: inherit;
  height: 100%;
  background-image: url("../assets/images/maps/land.jpg");
  background-size: 100%;
  background-position: center 20px;
  background-repeat: no-repeat;
  -webkit-transition: left 0.5s ease, width 0.5s ease;
  transition: left 0.5s ease, width 0.5s ease; }
  .spaceforus--application-map.menu-open .map-container {
    display: none; }
  .map-container .spaceforus--map-detail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #112339;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in; }

/**
 * Map Points
 */
.spaceforus--map-points {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%; }
  .abstracts-open .spaceforus--map-points {
    z-index: 0; }
  .spaceforus--map-points .map-point {
    position: absolute;
    font-family: "Barlow", sans-serif;
    text-align: center; }
    .spaceforus--map-points .map-point .map-point--pip {
      position: relative;
      top: 0;
      margin-left: -16px;
      margin-top: -16px;
      -webkit-transition: top 0.2s ease;
      transition: top 0.2s ease; }
    .spaceforus--map-points .map-point .map-point--text-content {
      opacity: 0;
      -webkit-transition: opacity 300ms;
      transition: opacity 300ms;
      position: absolute;
      left: 50%;
      bottom: 42px;
      margin-left: -128px;
      width: 240px;
      z-index: 200;
      pointer-events: none; }
    .spaceforus--map-points .map-point:hover, .spaceforus--map-points .map-point.pseudo-hover {
      cursor: pointer; }
      .spaceforus--map-points .map-point:hover .map-point--pip, .spaceforus--map-points .map-point.pseudo-hover .map-point--pip {
        top: -3px; }
      .spaceforus--map-points .map-point:hover .map-point--text-content, .spaceforus--map-points .map-point.pseudo-hover .map-point--text-content {
        opacity: 1; }
    .spaceforus--map-points .map-point .map-point--statename {
      font-size: 1.2rem;
      line-height: 1.167em;
      letter-spacing: 0.083em;
      font-weight: 600;
      text-transform: uppercase; }
    .spaceforus--map-points .map-point .map-point--title {
      font-size: 1.9rem;
      line-height: 1.263em;
      letter-spacing: -0.013em;
      font-weight: 400;
      text-shadow: 0 0 15px black; }
    .spaceforus--map-points .map-point.map-point--ak {
      left: 18%;
      top: 75%; }
    .spaceforus--map-points .map-point.map-point--al {
      left: 65%;
      top: 60%; }
    .spaceforus--map-points .map-point.map-point--ar {
      left: 56%;
      top: 55%; }
    .spaceforus--map-points .map-point.map-point--atlantic {
      left: 88%;
      top: 53%; }
    .spaceforus--map-points .map-point.map-point--az {
      left: 26%;
      top: 54%; }
    .spaceforus--map-points .map-point.map-point--ca {
      left: 15%;
      top: 45%; }
    .spaceforus--map-points .map-point.map-point--co {
      left: 36%;
      top: 43%; }
    .spaceforus--map-points .map-point.map-point--ct {
      left: 83%;
      top: 30.5%; }
    .spaceforus--map-points .map-point.map-point--dc {
      left: 78%;
      top: 39.5%; }
    .spaceforus--map-points .map-point.map-point--de {
      left: 80.25%;
      top: 39.25%; }
    .spaceforus--map-points .map-point.map-point--fl {
      left: 75%;
      top: 70%; }
    .spaceforus--map-points .map-point.map-point--ga {
      left: 70%;
      top: 59%; }
    .spaceforus--map-points .map-point.map-point--greatlakes {
      left: 65%;
      top: 23%; }
    .spaceforus--map-points .map-point.map-point--gulf {
      left: 63%;
      top: 76%; }
    .spaceforus--map-points .map-point.map-point--hi {
      left: 34%;
      top: 82%; }
    .spaceforus--map-points .map-point.map-point--ia {
      left: 54%;
      top: 36%; }
    .spaceforus--map-points .map-point.map-point--in {
      left: 64.5%;
      top: 40%; }
    .spaceforus--map-points .map-point.map-point--id {
      left: 25%;
      top: 28%; }
    .spaceforus--map-points .map-point.map-point--il {
      left: 60%;
      top: 40%; }
    .spaceforus--map-points .map-point.map-point--ks {
      left: 46%;
      top: 46%; }
    .spaceforus--map-points .map-point.map-point--ky {
      left: 67%;
      top: 46%; }
    .spaceforus--map-points .map-point.map-point--la {
      left: 56%;
      top: 64%; }
    .spaceforus--map-points .map-point.map-point--ma {
      left: 83%;
      top: 28.5%; }
    .spaceforus--map-points .map-point.map-point--md {
      left: 78%;
      top: 38.5%; }
    .spaceforus--map-points .map-point.map-point--me {
      left: 85%;
      top: 20%; }
    .spaceforus--map-points .map-point.map-point--mi {
      left: 66%;
      top: 31%; }
    .spaceforus--map-points .map-point.map-point--mn {
      left: 52%;
      top: 24%; }
    .spaceforus--map-points .map-point.map-point--mo {
      left: 55%;
      top: 46%; }
    .spaceforus--map-points .map-point.map-point--ms {
      left: 60.5%;
      top: 59.5%; }
    .spaceforus--map-points .map-point.map-point--mt {
      left: 33%;
      top: 21%; }
    .spaceforus--map-points .map-point.map-point--ne {
      left: 45%;
      top: 38%; }
    .spaceforus--map-points .map-point.map-point--nh {
      left: 83%;
      top: 25%; }
    .spaceforus--map-points .map-point.map-point--nc {
      left: 77%;
      top: 50%; }
    .spaceforus--map-points .map-point.map-point--nd {
      left: 44%;
      top: 22%; }
    .spaceforus--map-points .map-point.map-point--nj {
      left: 81%;
      top: 35%; }
    .spaceforus--map-points .map-point.map-point--nm {
      left: 35%;
      top: 56%; }
    .spaceforus--map-points .map-point.map-point--nv {
      left: 20%;
      top: 39%; }
    .spaceforus--map-points .map-point.map-point--ny {
      left: 79%;
      top: 28%; }
    .spaceforus--map-points .map-point.map-point--oh {
      left: 69%;
      top: 39%; }
    .spaceforus--map-points .map-point.map-point--pa {
      left: 76%;
      top: 35%; }
    .spaceforus--map-points .map-point.map-point--ok {
      left: 48%;
      top: 54%; }
    .spaceforus--map-points .map-point.map-point--or {
      left: 17%;
      top: 25%; }
    .spaceforus--map-points .map-point.map-point--pacific {
      left: 8%;
      top: 56%; }
    .spaceforus--map-points .map-point.map-point--pr {
      left: 91%;
      top: 73.5%; }
    .spaceforus--map-points .map-point.map-point--ri {
      left: 84.25%;
      top: 30%; }
    .spaceforus--map-points .map-point.map-point--sc {
      left: 74%;
      top: 56%; }
    .spaceforus--map-points .map-point.map-point--sd {
      left: 45%;
      top: 30%; }
    .spaceforus--map-points .map-point.map-point--tn {
      left: 65%;
      top: 52%; }
    .spaceforus--map-points .map-point.map-point--tx {
      left: 45%;
      top: 64%; }
    .spaceforus--map-points .map-point.map-point--ut {
      left: 27.5%;
      top: 42%; }
    .spaceforus--map-points .map-point.map-point--va {
      left: 77%;
      top: 44%; }
    .spaceforus--map-points .map-point.map-point--vt {
      left: 81.5%;
      top: 24%; }
    .spaceforus--map-points .map-point.map-point--wa {
      left: 19%;
      top: 18%; }
    .spaceforus--map-points .map-point.map-point--wi {
      left: 58%;
      top: 29%; }
    .spaceforus--map-points .map-point.map-point--wv {
      left: 72.5%;
      top: 42%; }
    .spaceforus--map-points .map-point.map-point--wy {
      left: 34%;
      top: 33%; }

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