*, *::before, *::after {
  box-sizing: border-box; }

body {
  margin: 0; }

.skateistan-map-marker {
  width: 31px !important;
  height: 20px !important;
  margin-left: -15px !important;
  margin-top: -10px !important;
  background-image: url(/modules/skateistan_subsite/images/logos/skateistan-triangle.svg); }

.cover {
  height: 100vh;
  width: 100%;
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .cover .cover-wrapper {
    height: 100%; }
    .cover .cover-wrapper .menu-overlay {
      height: 100vh;
      width: 100%;
      background-color: #339900;
      z-index: 10;
      position: fixed;
      left: 0;
      top: 0;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      transition: opacity ease-in-out 0.2s; }
      .cover .cover-wrapper .menu-overlay.open {
        visibility: visible;
        opacity: 1; }
      .cover .cover-wrapper .menu-overlay .sections {
        position: absolute;
        left: 10px;
        top: 120px;
        width: 98%;
        font-family: "Good Sans"; }
        .cover .cover-wrapper .menu-overlay .sections a {
          color: #121212;
          text-decoration: none; }
          .cover .cover-wrapper .menu-overlay .sections a:hover {
            border-bottom: 1px solid inherit; }
        .cover .cover-wrapper .menu-overlay .sections h1 {
          font-size: 24px;
          line-height: 26px;
          border-top: 1px solid #121212;
          margin-bottom: 6px;
          width: 100%; }
    .cover .cover-wrapper .hamburger {
      cursor: pointer;
      position: fixed;
      top: 10px;
      left: 10px;
      height: 75px;
      width: 75px;
      z-index: 20; }
      .cover .cover-wrapper .hamburger .hamburger-one, .cover .cover-wrapper .hamburger .hamburger-two, .cover .cover-wrapper .hamburger .hamburger-three {
        height: 2px;
        background-color: #121212;
        width: 50px;
        position: relative;
        left: 10px; }
      .cover .cover-wrapper .hamburger .hamburger-one {
        top: 19px; }
      .cover .cover-wrapper .hamburger .hamburger-two {
        top: 29px; }
      .cover .cover-wrapper .hamburger .hamburger-three {
        top: 39px; }
      .cover .cover-wrapper .hamburger.open .hamburger-one {
        top: 29px;
        transform: rotate(45deg); }
      .cover .cover-wrapper .hamburger.open .hamburger-two {
        opacity: 0; }
      .cover .cover-wrapper .hamburger.open .hamburger-three {
        top: 25px;
        transform: rotate(-45deg); }
    .cover .cover-wrapper .cover-slide {
      display: flex;
      width: 100%;
      height: 100vh;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-direction: column; }
      .cover .cover-wrapper .cover-slide .cover-logo {
        max-height: 20%;
        max-width: 600px;
        padding: 1rem;
        background: none; }
        .cover .cover-wrapper .cover-slide .cover-logo .field--name-field-cover-logo {
          height: 100%; }
          .cover .cover-wrapper .cover-slide .cover-logo .field--name-field-cover-logo img {
            height: 100%;
            width: auto; }
      .cover .cover-wrapper .cover-slide .cover-image {
        max-height: 60%;
        width: 100%;
        padding: 2rem; }
        .cover .cover-wrapper .cover-slide .cover-image img {
          border: 2px solid #000;
          height: auto;
          width: auto;
          max-height: 100%;
          max-width: 100%; }
      .cover .cover-wrapper .cover-slide .cover-text {
        max-height: 20%;
        padding: 2rem 1rem;
        max-width: 600px;
        font-family: "Good Sans";
        font-size: 2.0rem;
        font-weight: bold;
        color: #000; }
      .cover .cover-wrapper .cover-slide img {
        width: 100%;
        height: auto; }
    .cover .cover-wrapper .logo {
      height: 130px;
      width: 260px;
      background: url("/modules/skateistan_subsite/images/logos/skateistan-green-triangle.svg") no-repeat center center;
      margin-bottom: 4rem; }
    .cover .cover-wrapper .title {
      margin-top: 1rem;
      font-family: "Good Sans";
      font-size: 2.0rem;
      color: #339900;
      width: auto; }
      .cover .cover-wrapper .title div {
        width: 100%; }
        .cover .cover-wrapper .title div:last-child {
          letter-spacing: 0.6rem; }

section:first-of-type .slide:first-child .slide-content {
  visibility: visible !important; }

section .slide.on .slide-content {
  opacity: 1;
  visibility: visible; }

section .slide {
  overflow: hidden;
  height: auto;
  font-family: "Good Sans"; }
  section .slide .slide-text {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 3rem 1rem 2rem; }
    section .slide .slide-text .slide-text-heading {
      color: #339900;
      font-weight: bold;
      font-size: 2.333rem;
      border-bottom: 2px solid #339900;
      margin-bottom: 1rem; }
    section .slide .slide-text .slide-text-body {
      font-size: 1.2rem; }
  section .slide .slide-content {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    visibility: visible;
    position: relative;
    opacity: 1;
    transition: opacity 400ms linear;
    display: flex;
    flex-direction: column;
    padding: 4.5rem; }
  section .slide .slide-content:before {
    content: attr(data-section-number);
    position: fixed;
    bottom: 50px;
    left: 24px;
    font-size: 16px;
    letter-spacing: -2px;
    background-color: #fff;
    display: inline-block;
    min-width: 200px;
    z-index: -1;
    color: #999;
    display: none; }
  section .slide .slide-content:after {
    content: attr(data-section-title);
    position: fixed;
    bottom: 24px;
    left: 24px;
    font-size: 16px;
    background-color: #fff;
    display: inline-block;
    min-width: 200px;
    z-index: -1;
    color: #999;
    display: none; }
  section .slide .slide-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  section .slide:first-child .image:after {
    color: #333; }
  section .slide.intro {
    height: 100vh; }
  section .slide:first-child .paragraph .title {
    display: block !important; }

section .slide.call-to-action .slide-text {
  width: 0% !important;
  padding: 0;
  border-right: 0 !important; }

section .slide.call-to-action .slide-content:after, section .slide.call-to-action .slide-content:before {
  display: none !important; }

section .paragraphs .slide-content {
  display: flex;
  flex-direction: row; }
  section .paragraphs .slide-content .slide-column {
    flex-basis: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  section .paragraphs .slide-content .slide-content-image {
    text-align: center;
    position: absolute;
    height: 100%; }
    section .paragraphs .slide-content .slide-content-image img {
      border: 2px solid #000;
      height: auto;
      max-height: 100%; }
  section .paragraphs .slide-content .slide-paragraphs {
    padding: 0 2rem;
    text-align: center; }
    section .paragraphs .slide-content .slide-paragraphs .paragraph a {
      color: #339900; }

section .carousel .slide-content {
  padding: 0 !important;
  justify-content: center; }
  section .carousel .slide-content .slide-content-image {
    padding: 4.5rem; }
  section .carousel .slide-content .slide-content-carousel {
    width: 100%;
    padding: 4.5rem; }
    section .carousel .slide-content .slide-content-carousel .glide__arrows .glide__arrow {
      color: #339900;
      border: none;
      box-shadow: none;
      font-size: 4rem; }
    section .carousel .slide-content .slide-content-carousel .glide__arrows .glide__arrow--left {
      left: -3.5rem; }
    section .carousel .slide-content .slide-content-carousel .glide__arrows .glide__arrow--right {
      right: -3.5rem; }
    section .carousel .slide-content .slide-content-carousel .glide__bullets {
      color: #339900;
      bottom: 0; }
      section .carousel .slide-content .slide-content-carousel .glide__bullets .glide__bullet {
        background-color: rgba(31, 153, 0, 0.5); }
        section .carousel .slide-content .slide-content-carousel .glide__bullets .glide__bullet:hover {
          border: 2px solid #339900; }
        section .carousel .slide-content .slide-content-carousel .glide__bullets .glide__bullet:focus {
          border: none; }
      section .carousel .slide-content .slide-content-carousel .glide__bullets .glide__bullet--active {
        background-color: #339900; }
    section .carousel .slide-content .slide-content-carousel .glide__slide .carousel-image img {
      width: 100%;
      height: auto; }
    section .carousel .slide-content .slide-content-carousel .glide__slide .carousel-image-text {
      position: relative;
      top: -8px;
      font-size: 0.9rem; }

section .video .slide-content {
  justify-content: center;
  align-items: center; }
  section .video .slide-content .slide-content-video {
    width: 100%;
    height: auto; }

section .site-cover .slide-content .slide-content-heading {
  font-size: 4.5rem;
  font-weight: bold; }

section .supporters .slide-content {
  flex-direction: column;
  justify-content: space-evenly; }
  section .supporters .slide-content .slide-row {
    justify-content: space-evenly;
    flex-wrap: wrap;
    min-height: 200px; }
    section .supporters .slide-content .slide-row .supporter {
      flex: 1;
      max-width: 300px;
      min-width: 150px;
      position: relative;
      top: 0;
      transition: all 300ms; }
      section .supporters .slide-content .slide-row .supporter:hover {
        top: -10px; }
      section .supporters .slide-content .slide-row .supporter img {
        width: 100%;
        height: auto; }

section .story .slide-content {
  padding: 0 !important; }
  section .story .slide-content.background-layout-left {
    background: url(/modules/skateistan_subsite/images/ripped-vertical-left.svg);
    background-size: cover;
    padding: 0; }
  section .story .slide-content.background-layout-right {
    background: url(/modules/skateistan_subsite/images/ripped-vertical-right.svg);
    background-size: cover;
    padding: 0; }
  section .story .slide-content.background-layout-bottom {
    background: url(/modules/skateistan_subsite/images/ripped-horizontal-bottom.svg);
    background-size: cover;
    padding: 0; }
  section .story .slide-content .slide-content-container {
    overflow: hidden;
    padding: 4.5rem;
    height: 100%;
    display: flex;
    flex-direction: row; }
    section .story .slide-content .slide-content-container .slide-column {
      flex: 1;
      min-width: 250px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 1rem; }
      section .story .slide-content .slide-content-container .slide-column .slide-content-text {
        flex: 0 1; }
      section .story .slide-content .slide-content-container .slide-column .slide-content-link {
        text-align: center;
        flex: 0 1; }
    section .story .slide-content .slide-content-container.slide-layout-bottom {
      flex-direction: column;
      justify-content: center;
      height: 100%; }
      section .story .slide-content .slide-content-container.slide-layout-bottom .slide-content-story {
        margin: 0.5rem auto;
        text-align: center;
        flex: 1 1; }
      section .story .slide-content .slide-content-container.slide-layout-bottom .slide-content-image {
        flex: 1 2 50%;
        text-align: center;
        margin: 0.5rem;
        max-height: 50%; }
        section .story .slide-content .slide-content-container.slide-layout-bottom .slide-content-image img {
          width: auto;
          height: 100%;
          max-height: 100%;
          max-width: 100%; }
    section .story .slide-content .slide-content-container .slide-content-image {
      flex: 0 1; }
      section .story .slide-content .slide-content-container .slide-content-image img {
        width: 100%;
        height: auto;
        border: 3px solid #000; }
    section .story .slide-content .slide-content-container .slide-content-text {
      padding: 0 0.5rem;
      flex: 1;
      color: #000 !important;
      font-size: 1.8rem;
      font-weight: bold; }
    section .story .slide-content .slide-content-container .slide-content-link {
      padding: 0 0.5rem;
      flex: 1; }
      section .story .slide-content .slide-content-container .slide-content-link a {
        color: #339900;
        font-size: 1.8rem;
        text-decoration: underline; }

section .picture-and-text .slide-content {
  border: none; }
  section .picture-and-text .slide-content .slide-content-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%;
    margin: 4.5rem; }
    section .picture-and-text .slide-content .slide-content-image img {
      width: 100%;
      height: auto; }
  section .picture-and-text .slide-content .slide-content-text {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    margin: 4.5rem;
    width: 50%;
    font-size: 2.45rem;
    font-weight: bold; }
  section .picture-and-text .slide-content .slide-content-link {
    position: absolute;
    bottom: 4.5rem;
    right: 4.5rem; }

section .picture-and-link .slide-content {
  border: none; }
  section .picture-and-link .slide-content .slide-content-image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 85% !important;
    margin: 4.5rem; }
    section .picture-and-link .slide-content .slide-content-image img {
      width: 100%;
      height: auto; }
  section .picture-and-link .slide-content .slide-content-link {
    position: absolute;
    bottom: 4.5rem;
    right: 4.5rem; }

section .stats .slide-content {
  justify-content: space-around; }
  section .stats .slide-content .slide-content-heading {
    width: 100%;
    font-size: 4vw;
    font-weight: bold; }
  section .stats .slide-content .slide-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    section .stats .slide-content .slide-row .slide-content-image {
      min-width: 250px;
      padding: 1rem 1rem 1rem 0; }
      section .stats .slide-content .slide-row .slide-content-image img {
        width: 100%;
        height: auto; }
    section .stats .slide-content .slide-row .slide-stat {
      width: 250px;
      text-align: left;
      border-left: 10px solid #000; }
      section .stats .slide-content .slide-row .slide-stat .stat-data, section .stats .slide-content .slide-row .slide-stat .stat-symbol {
        padding-left: 0.5rem;
        display: inline-block;
        font-size: 4rem;
        font-weight: bold;
        line-height: 96px; }
      section .stats .slide-content .slide-row .slide-stat .stat-label {
        padding-left: 0.5rem;
        font-size: 1.5rem;
        line-height: 32px; }
    section .stats .slide-content .slide-row .slide-column {
      min-width: 250px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      height: 100%; }
      section .stats .slide-content .slide-row .slide-column.column-stats {
        padding: 1rem 0 1rem;
        text-align: right; }

section .single-chart .slide-content {
  justify-content: space-around; }
  section .single-chart .slide-content .slide-row {
    width: 100%;
    display: flex; }
    section .single-chart .slide-content .slide-row .slide-column {
      min-width: 250px;
      width: 100%;
      height: 100%;
      flex: 1;
      margin: 1.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      section .single-chart .slide-content .slide-row .slide-column .slide-content-heading {
        font-size: 3.5rem;
        font-weight: bold; }
      section .single-chart .slide-content .slide-row .slide-column .slide-chart-heading {
        padding: 0.5rem 0;
        font-size: 2.333rem;
        font-weight: bold; }
      section .single-chart .slide-content .slide-row .slide-column .slide-chart-text {
        padding: 0.5rem 0;
        font-size: 1.333rem; }
      section .single-chart .slide-content .slide-row .slide-column .slide-chart-table {
        padding: 0.5rem 0; }
        section .single-chart .slide-content .slide-row .slide-column .slide-chart-table img {
          width: 100%; }
      section .single-chart .slide-content .slide-row .slide-column .slide-chart-graph {
        min-height: 500px;
        height: 100%; }
        section .single-chart .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-1-graph, section .single-chart .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-2-graph {
          height: 100%; }
          section .single-chart .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-1-graph .block-charts-block, section .single-chart .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-2-graph .block-charts-block {
            height: 100%; }
            section .single-chart .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-1-graph .block-charts-block .content, section .single-chart .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-2-graph .block-charts-block .content {
              height: 100%; }
              section .single-chart .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-1-graph .block-charts-block .content .charts-google, section .single-chart .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-2-graph .block-charts-block .content .charts-google {
                min-height: 300px;
                height: 100%; }

section .charts .slide-content .slide-row {
  width: 100%;
  flex: 1 1 50%;
  display: flex; }
  section .charts .slide-content .slide-row .slide-column {
    min-width: 250px;
    width: 100%;
    height: 100%;
    flex: 1;
    margin: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    section .charts .slide-content .slide-row .slide-column .slide-content-heading {
      font-size: 3.5rem;
      font-weight: bold; }
    section .charts .slide-content .slide-row .slide-column .slide-chart-heading {
      padding: 0.5rem 0;
      font-size: 2.333rem;
      font-weight: bold; }
    section .charts .slide-content .slide-row .slide-column .slide-chart-text {
      padding: 0.5rem 0;
      font-size: 1.333rem; }
    section .charts .slide-content .slide-row .slide-column .slide-chart-table {
      padding: 0.5rem 0; }
      section .charts .slide-content .slide-row .slide-column .slide-chart-table img {
        width: 100%; }
    section .charts .slide-content .slide-row .slide-column .slide-chart-graph {
      min-height: 300px;
      height: 100%; }
      section .charts .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-1-graph, section .charts .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-2-graph {
        height: 100%; }
        section .charts .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-1-graph .block-charts-block, section .charts .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-2-graph .block-charts-block {
          height: 100%; }
          section .charts .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-1-graph .block-charts-block .content, section .charts .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-2-graph .block-charts-block .content {
            height: 100%; }
            section .charts .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-1-graph .block-charts-block .content .charts-google, section .charts .slide-content .slide-row .slide-column .slide-chart-graph .field--name-field-chart-2-graph .block-charts-block .content .charts-google {
              min-height: 300px;
              height: 100%; }

section .goodpush-summary .slide-content {
  flex-direction: row;
  flex-wrap: wrap; }
  section .goodpush-summary .slide-content .slide-column {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 250px;
    max-height: 100%; }
    section .goodpush-summary .slide-content .slide-column:first-child {
      flex-basis: 60%;
      flex: 2 1;
      justify-content: center;
      align-items: center; }
      section .goodpush-summary .slide-content .slide-column:first-child img {
        width: 100%;
        height: auto;
        border: 3px solid #000; }
    section .goodpush-summary .slide-content .slide-column:last-child {
      flex: 1 1;
      text-align: center;
      font-size: 2rem;
      color: #fff; }
      section .goodpush-summary .slide-content .slide-column:last-child .slide-content-heading {
        margin-bottom: 1rem; }
      section .goodpush-summary .slide-content .slide-column:last-child a {
        text-decoration: none;
        color: #fff; }
        section .goodpush-summary .slide-content .slide-column:last-child a .image {
          margin-bottom: 0.5rem; }
          section .goodpush-summary .slide-content .slide-column:last-child a .image img {
            max-width: 300px;
            width: 100%;
            height: auto;
            border: 3px solid #000;
            filter: grayscale(100%); }
            section .goodpush-summary .slide-content .slide-column:last-child a .image img:hover {
              filter: none; }
          section .goodpush-summary .slide-content .slide-column:last-child a .image div {
            font-size: 1.4rem; }

section .picture-and-stats .slide-content {
  justify-content: space-between; }
  section .picture-and-stats .slide-content .slide-content-image {
    flex: 1 2 30%;
    margin: 0;
    text-align: center; }
    section .picture-and-stats .slide-content .slide-content-image img {
      max-width: 100%;
      max-height: 100%; }
  section .picture-and-stats .slide-content .slide-row {
    flex: 1 1 35%;
    width: 100%;
    align-content: center;
    align-items: stretch;
    justify-content: space-around;
    flex-wrap: wrap; }
    section .picture-and-stats .slide-content .slide-row.stats {
      margin: 1rem 0; }
      section .picture-and-stats .slide-content .slide-row.stats .slide-stat {
        display: block;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        width: 250px;
        min-height: 120px;
        border-bottom: 6px solid #000; }
        section .picture-and-stats .slide-content .slide-row.stats .slide-stat .stat-data, section .picture-and-stats .slide-content .slide-row.stats .slide-stat .stat-symbol {
          text-align: center;
          font-size: 2.5rem;
          display: block; }
        section .picture-and-stats .slide-content .slide-row.stats .slide-stat .stat-data-label {
          font-size: 1.3rem;
          flex-basis: 100%;
          text-align: center;
          display: none; }
        section .picture-and-stats .slide-content .slide-row.stats .slide-stat .stat-label {
          font-size: 1.3rem;
          text-align: center; }
    section .picture-and-stats .slide-content .slide-row .slide-stat {
      max-width: 250px; }

section .site-details .slide-content {
  justify-content: space-between; }
  section .site-details .slide-content .stats {
    padding: 3rem 3rem 1rem 3rem;
    font-weight: bold;
    color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    section .site-details .slide-content .stats .stat {
      max-width: 25%;
      display: inline-block;
      text-align: center; }
      section .site-details .slide-content .stats .stat .stat-label {
        font-size: 1.6rem; }
      section .site-details .slide-content .stats .stat .stat-data, section .site-details .slide-content .stats .stat .stat-symbol {
        font-size: 2rem;
        display: inline-block; }
  section .site-details .slide-content .map {
    border: 3px solid #000;
    width: 100%;
    background-color: #97c680;
    height: 40%;
    min-height: 250px; }
    section .site-details .slide-content .map .views-element-container {
      height: 100%;
      padding: 0; }
      section .site-details .slide-content .map .views-element-container .view {
        height: 100%; }
        section .site-details .slide-content .map .views-element-container .view .view-content {
          height: 100%; }
          section .site-details .slide-content .map .views-element-container .view .view-content .leaflet-container {
            height: 100% !important; }
            section .site-details .slide-content .map .views-element-container .view .view-content .leaflet-container .leaflet-control-fullscreen {
              display: none; }
  section .site-details .slide-content .programs {
    height: 30%; }
    section .site-details .slide-content .programs .heading {
      text-align: center;
      font-size: 1.8rem;
      font-weight: bold;
      color: #000;
      padding: 0.5rem 0; }
    section .site-details .slide-content .programs .program-icons {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      section .site-details .slide-content .programs .program-icons .program {
        max-width: 20%;
        text-align: center; }
        section .site-details .slide-content .programs .program-icons .program .icon {
          max-height: 120px;
          max-width: 120px;
          margin: 0 auto; }
          section .site-details .slide-content .programs .program-icons .program .icon .hover {
            display: none; }
          section .site-details .slide-content .programs .program-icons .program .icon .nohover {
            display: block; }
          section .site-details .slide-content .programs .program-icons .program .icon:hover .hover {
            display: block; }
          section .site-details .slide-content .programs .program-icons .program .icon:hover .nohover {
            display: none; }
        section .site-details .slide-content .programs .program-icons .program .heading {
          font-weight: normal;
          font-size: 1.0rem; }

@media all and (min-width: 61.25em) {
  .cover .cover-wrapper .hamburger .hamburger-one, .cover .cover-wrapper .hamburger .hamburger-two, .cover .cover-wrapper .hamburger .hamburger-three {
    background-color: #121212; }
  section .slide {
    height: 100vh; }
    section .slide .slide-text {
      padding-top: 25vh;
      width: 30%;
      height: 100%;
      background-color: #FFF !important;
      border-right: 4px solid #339900; }
      section .slide .slide-text.border-black {
        border-right: 4px solid #000; }
    section .slide .slide-content {
      position: fixed;
      width: 70%;
      height: 100vh;
      visibility: hidden;
      opacity: 0; }
      section .slide .slide-content:before {
        display: block; }
      section .slide .slide-content:after {
        display: block; }
  section .slide.wide .slide-content {
    width: 100%; }
  section .site-details .slide-content .stats {
    padding: 1rem; }
    section .site-details .slide-content .stats .stat .stat-data, section .site-details .slide-content .stats .stat .stat-symbol {
      font-size: 3.5rem; }
  section .picture-and-stats .slide-content .slide-row.stats .slide-stat {
    display: flex !important;
    height: auto; }
    section .picture-and-stats .slide-content .slide-row.stats .slide-stat .stat-data, section .picture-and-stats .slide-content .slide-row.stats .slide-stat .stat-symbol {
      font-size: 4rem; }
    section .picture-and-stats .slide-content .slide-row.stats .slide-stat .stat-data-label {
      clear: both;
      display: block; }
    section .picture-and-stats .slide-content .slide-row.stats .slide-stat .stat-label {
      display: none; }
    section .picture-and-stats .slide-content .slide-row.stats .slide-stat:hover .stat-data, section .picture-and-stats .slide-content .slide-row.stats .slide-stat:hover .stat-data-label, section .picture-and-stats .slide-content .slide-row.stats .slide-stat:hover .stat-symbol {
      display: none; }
    section .picture-and-stats .slide-content .slide-row.stats .slide-stat:hover .stat-label {
      display: inline-block; }
  section .stats .slide-content .slide-stat, section .stats .slide-row.stats .slide-stat {
    height: 150px; }
    section .stats .slide-content .slide-stat .stat-label, section .stats .slide-row.stats .slide-stat .stat-label {
      display: none; }
    section .stats .slide-content .slide-stat:hover .stat-data, section .stats .slide-content .slide-stat:hover .stat-symbol, section .stats .slide-row.stats .slide-stat:hover .stat-data, section .stats .slide-row.stats .slide-stat:hover .stat-symbol {
      display: none; }
    section .stats .slide-content .slide-stat:hover .stat-label, section .stats .slide-row.stats .slide-stat:hover .stat-label {
      display: inline-block; }
  section .story .slide-content .slide-content-container .slide-content-text {
    font-size: 1.8vw; }
  section .story .slide-content .slide-content-container .slide-content-link a {
    font-size: 1.8vw; } }

@media all and (max-width: 1299px) {
  section .slide .slide-content {
    padding: 3.0rem; }
  section .picture-and-stats .slide-content .slide-row.stats .slide-stat .stat-data, section .picture-and-stats .slide-content .slide-row.stats .slide-stat .stat-symbol {
    font-size: 3rem; }
  section .picture-and-stats .slide-content .slide-row.stats .slide-stat:last-child {
    display: none; }
  section .site-details .slide-content {
    padding: 2rem; }
    section .site-details .slide-content .stats .stat .stat-data, section .site-details .slide-content .stats .stat .stat-symbol {
      font-size: 2.6rem; }
    section .site-details .slide-content .stats .stat .stat-label {
      font-size: 1.1rem; }
    section .site-details .slide-content .programs .heading {
      font-size: 1.6rem; } }

@media all and (max-width: 61.25em) {
  .cover .cover-wrapper .cover-slide .cover-image .field--name-field-cover-image {
    margin: 1rem; }
    .cover .cover-wrapper .cover-slide .cover-image .field--name-field-cover-image img {
      width: 100%;
      height: auto; }
  section .slide .slide-content-heading {
    display: none; }
  section .slide .slide-text {
    padding: 2rem 2rem 1rem; }
    section .slide .slide-text .slide-text-heading {
      color: #000 !important;
      border-bottom: 1px solid #000 !important; }
  section .slide .slide-content {
    padding: 1rem 2rem; }
  section .paragraphs .slide-content {
    flex-direction: column; }
    section .paragraphs .slide-content .slide-column {
      max-width: 100%; }
      section .paragraphs .slide-content .slide-column .slide-content-image {
        position: relative; }
        section .paragraphs .slide-content .slide-column .slide-content-image img {
          width: 100%;
          height: auto; }
  section .carousel .slide-content {
    padding: 1rem 2rem; }
    section .carousel .slide-content .slide-content-image {
      margin: 0;
      padding: 2rem; }
      section .carousel .slide-content .slide-content-image img {
        width: 100%;
        height: auto; }
    section .carousel .slide-content .slide-content-carousel {
      margin: 0;
      padding: 2rem; }
      section .carousel .slide-content .slide-content-carousel .glide__arrows .glide__arrow {
        font-size: 2rem; }
      section .carousel .slide-content .slide-content-carousel .glide__arrows .glide__arrow--left {
        left: -2.0rem; }
      section .carousel .slide-content .slide-content-carousel .glide__arrows .glide__arrow--right {
        right: -2.0rem; }
      section .carousel .slide-content .slide-content-carousel img {
        width: 100%;
        height: auto; }
  section .story .slide-content.background-layout-bottom, section .story .slide-content.background-layout-left, section .story .slide-content.background-layout-right {
    background: none; }
  section .story .slide-content .slide-content-container, section .story .slide-content .slide-content-container.slide-layout-bottom {
    padding: 2.0rem;
    flex-wrap: wrap;
    flex-direction: column; }
    section .story .slide-content .slide-content-container .slide-column, section .story .slide-content .slide-content-container.slide-layout-bottom .slide-column {
      width: 100%;
      padding: 0 !important; }
    section .story .slide-content .slide-content-container .slide-content-image, section .story .slide-content .slide-content-container.slide-layout-bottom .slide-content-image {
      width: 100%; }
      section .story .slide-content .slide-content-container .slide-content-image img, section .story .slide-content .slide-content-container.slide-layout-bottom .slide-content-image img {
        width: 100%;
        height: auto; }
  section .single-chart .slide-content .slide-row {
    flex-wrap: wrap; }
    section .single-chart .slide-content .slide-row .slide-column {
      margin: 0 !important; }
    section .single-chart .slide-content .slide-row .slide-column-1 {
      order: 2; }
    section .single-chart .slide-content .slide-row .slide-column-2 {
      order: 1; }
  section .charts .slide-content .slide-row {
    flex-wrap: wrap; }
    section .charts .slide-content .slide-row .slide-column {
      margin: 0 !important; }
    section .charts .slide-content .slide-row:last-child .slide-column-1 {
      order: 2; }
    section .charts .slide-content .slide-row:last-child .slide-column-2 {
      order: 1; }
  section .picture-and-text .slide-text, section .picture-and-link .slide-text {
    padding-bottom: 0; }
    section .picture-and-text .slide-text .slide-text-body, section .picture-and-link .slide-text .slide-text-body {
      display: none; }
  section .picture-and-text .slide-content, section .picture-and-link .slide-content {
    padding: 0 2rem 2rem; }
    section .picture-and-text .slide-content .slide-content-image, section .picture-and-link .slide-content .slide-content-image {
      padding: 1rem 0;
      margin: 0;
      position: static;
      width: 100%; }
    section .picture-and-text .slide-content .slide-content-text, section .picture-and-link .slide-content .slide-content-text {
      margin: 0;
      position: static;
      width: 100%;
      font-size: 1.2rem;
      font-weight: normal; }
    section .picture-and-text .slide-content .slide-content-link, section .picture-and-link .slide-content .slide-content-link {
      padding: 1rem 0;
      margin: 0;
      position: static;
      display: inline-block;
      width: auto; }
  section .site-cover .slide-content {
    padding: 2rem; }
    section .site-cover .slide-content .slide-content-image img {
      width: 100%; }
  section .site-details .slide-content .stats {
    padding: 0;
    height: 100%;
    width: 100%; }
    section .site-details .slide-content .stats .stat {
      margin: 1rem;
      max-width: none;
      width: 100%; }
  section .site-details .slide-content .map {
    margin: 1rem 0; }
  section .site-details .slide-content .programs {
    padding: 0;
    height: 100%; }
    section .site-details .slide-content .programs .program-icons {
      justify-content: space-around; }
      section .site-details .slide-content .programs .program-icons .program {
        min-width: 150px;
        max-width: none; }
  section .picture-and-stats .slide-content .slide-row .slide-stat {
    padding: 1rem 0; }
  section .supporters .slide-content .slide-row .supporter {
    min-width: 250px; }
  section .stats .slide-content {
    padding: 2rem; }
    section .stats .slide-content .slide-row {
      flex-wrap: wrap;
      align-items: center !important;
      flex-direction: column; }
      section .stats .slide-content .slide-row .slide-content-image {
        padding: 0; }
      section .stats .slide-content .slide-row .slide-column {
        width: 100%;
        text-align: center !important;
        justify-content: center;
        align-items: center !important; }
      section .stats .slide-content .slide-row .slide-stat {
        border: 0;
        text-align: center;
        padding: 1rem;
        margin: 1rem 0 1rem; }
        section .stats .slide-content .slide-row .slide-stat .stat-label {
          display: block; } }
