/*
Theme Name: RPower
Author: rpower
Author URI: rebeccapower.me
Text Domain: Rebecca Power
*/
/* line 32, src/stylesheets/our-impact.scss */
.header-container-absolute * {
  color: #fff !important; }

/* line 37, src/stylesheets/our-impact.scss */
.our-impact .embed-container {
  display: none;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  /* line 39, src/stylesheets/our-impact.scss */
  .our-impact .embed-container.active {
    display: block; }

/* line 49, src/stylesheets/our-impact.scss */
.our-impact .embed-container iframe,
.our-impact .embed-container object,
.our-impact .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 58, src/stylesheets/our-impact.scss */
.our-impact__text-block {
  margin: 100px 0; }
  @media screen and (max-width: 769px) {
    /* line 58, src/stylesheets/our-impact.scss */
    .our-impact__text-block {
      margin: 50px 0; } }
  /* line 63, src/stylesheets/our-impact.scss */
  .our-impact__text-block h3 {
    font-family: 'Volte', sans-serif !important;
    font-weight: 600;
    color: #808080; }
  /* line 68, src/stylesheets/our-impact.scss */
  .our-impact__text-block p {
    display: block; }

/* line 72, src/stylesheets/our-impact.scss */
.our-impact__quote {
  margin: 100px 0; }
  @media screen and (max-width: 769px) {
    /* line 72, src/stylesheets/our-impact.scss */
    .our-impact__quote {
      margin: 50px 0; } }
  /* line 77, src/stylesheets/our-impact.scss */
  .our-impact__quote .quote__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media screen and (max-width: 769px) {
      /* line 77, src/stylesheets/our-impact.scss */
      .our-impact__quote .quote__container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    /* line 85, src/stylesheets/our-impact.scss */
    .our-impact__quote .quote__container.one_headshot .headshot {
      width: 30%; }
      @media screen and (max-width: 480px) {
        /* line 85, src/stylesheets/our-impact.scss */
        .our-impact__quote .quote__container.one_headshot .headshot {
          width: 100%; } }
      /* line 90, src/stylesheets/our-impact.scss */
      .our-impact__quote .quote__container.one_headshot .headshot img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    /* line 96, src/stylesheets/our-impact.scss */
    .our-impact__quote .quote__container.one_headshot .quote {
      width: 68%; }
      @media screen and (max-width: 480px) {
        /* line 96, src/stylesheets/our-impact.scss */
        .our-impact__quote .quote__container.one_headshot .quote {
          width: 100%; } }
    /* line 104, src/stylesheets/our-impact.scss */
    .our-impact__quote .quote__container.two_headshots .headshot {
      width: 35%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media screen and (max-width: 769px) {
        /* line 104, src/stylesheets/our-impact.scss */
        .our-impact__quote .quote__container.two_headshots .headshot {
          width: 100%;
          margin-bottom: 2%; } }
      /* line 112, src/stylesheets/our-impact.scss */
      .our-impact__quote .quote__container.two_headshots .headshot img {
        width: 48%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media screen and (max-width: 769px) {
          /* line 112, src/stylesheets/our-impact.scss */
          .our-impact__quote .quote__container.two_headshots .headshot img {
            width: 49%; } }
    /* line 121, src/stylesheets/our-impact.scss */
    .our-impact__quote .quote__container.two_headshots .quote {
      width: 63%; }
      @media screen and (max-width: 769px) {
        /* line 121, src/stylesheets/our-impact.scss */
        .our-impact__quote .quote__container.two_headshots .quote {
          width: 100%; } }
    /* line 128, src/stylesheets/our-impact.scss */
    .our-impact__quote .quote__container .quote {
      background-color: #55711c; }
      /* line 130, src/stylesheets/our-impact.scss */
      .our-impact__quote .quote__container .quote img.quotation {
        display: block;
        width: 100px;
        margin: 10px auto 0;
        opacity: 0.5; }
      /* line 136, src/stylesheets/our-impact.scss */
      .our-impact__quote .quote__container .quote .content {
        width: 90%;
        display: block;
        margin: 0 auto 25px;
        text-align: center;
        color: white; }
        /* line 142, src/stylesheets/our-impact.scss */
        .our-impact__quote .quote__container .quote .content .quote_content {
          font-size: 18px;
          font-weight: lighter; }
        /* line 146, src/stylesheets/our-impact.scss */
        .our-impact__quote .quote__container .quote .content .citation {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          /* line 149, src/stylesheets/our-impact.scss */
          .our-impact__quote .quote__container .quote .content .citation p {
            margin: 0 50px; }
            @media screen and (max-width: 769px) {
              /* line 149, src/stylesheets/our-impact.scss */
              .our-impact__quote .quote__container .quote .content .citation p {
                margin: 0 25px; } }

/* line 160, src/stylesheets/our-impact.scss */
.our-impact__button {
  margin: 100px 0; }
  @media screen and (max-width: 769px) {
    /* line 160, src/stylesheets/our-impact.scss */
    .our-impact__button {
      margin: 50px 0; } }
  /* line 165, src/stylesheets/our-impact.scss */
  .our-impact__button .button__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    /* line 169, src/stylesheets/our-impact.scss */
    .our-impact__button .button__container a {
      background-color: #FEC709;
      color: #222;
      font-weight: bold;
      font-size: 18px;
      padding: 10px 20px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      border: 1px solid #FEC709;
      border-radius: 3px; }
      /* line 178, src/stylesheets/our-impact.scss */
      .our-impact__button .button__container a:hover {
        background-color: transparent;
        color: #55711c;
        border-color: #55711c; }

/* line 1, src/stylesheets/modules/grid-six.scss */
.our-impact__grid-six {
  margin: 100px 0; }
  @media screen and (max-width: 769px) {
    /* line 1, src/stylesheets/modules/grid-six.scss */
    .our-impact__grid-six {
      margin: 50px 0; } }
  /* line 6, src/stylesheets/modules/grid-six.scss */
  .our-impact__grid-six h3 {
    font-family: 'Volte', sans-serif;
    font-weight: 600;
    color: #808080; }
  /* line 12, src/stylesheets/modules/grid-six.scss */
  .our-impact__grid-six .intro p {
    margin-bottom: 20px;
    color: #808080; }
  /* line 16, src/stylesheets/modules/grid-six.scss */
  .our-impact__grid-six .intro a {
    display: block;
    text-transform: uppercase;
    text-align: right;
    color: #808080;
    text-decoration: underline;
    font-weight: 600;
    margin-bottom: 1rem; }
    /* line 24, src/stylesheets/modules/grid-six.scss */
    .our-impact__grid-six .intro a:hover {
      color: #55711c; }
  /* line 29, src/stylesheets/modules/grid-six.scss */
  .our-impact__grid-six .mosaic-six {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 33, src/stylesheets/modules/grid-six.scss */
    .our-impact__grid-six .mosaic-six .video-play {
      position: absolute;
      top: 30%;
      left: 0;
      right: 0;
      margin: auto;
      width: 80px; }
    /* line 42, src/stylesheets/modules/grid-six.scss */
    .our-impact__grid-six .mosaic-six .column {
      height: 350px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom center;
      position: relative; }
      /* line 48, src/stylesheets/modules/grid-six.scss */
      .our-impact__grid-six .mosaic-six .column .plus {
        width: 30px;
        height: 30px;
        background-color: white;
        border-radius: 50%;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 990;
        -webkit-box-shadow: 2px 2px 10px #4F4F4F;
                box-shadow: 2px 2px 10px #4F4F4F; }
        /* line 58, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six .column .plus div {
          width: 20px;
          height: 1px;
          background-color: #222;
          position: absolute;
          top: 14px;
          left: 0;
          right: 0;
          margin: auto;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          /* line 68, src/stylesheets/modules/grid-six.scss */
          .our-impact__grid-six .mosaic-six .column .plus div:nth-of-type(2) {
            -webkit-transition: 0.3s;
            transition: 0.3s;
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
        /* line 73, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six .column .plus:hover {
          cursor: pointer; }
          /* line 75, src/stylesheets/modules/grid-six.scss */
          .our-impact__grid-six .mosaic-six .column .plus:hover div {
            -webkit-transition: 0.5s;
            transition: 0.5s;
            -webkit-transform: rotate(10deg);
                    transform: rotate(10deg); }
            /* line 78, src/stylesheets/modules/grid-six.scss */
            .our-impact__grid-six .mosaic-six .column .plus:hover div:nth-of-type(2) {
              -webkit-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: rotate(100deg);
                      transform: rotate(100deg); }
        /* line 85, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six .column .plus.active div {
          -webkit-transition: 0.3s;
          transition: 0.3s;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
          /* line 88, src/stylesheets/modules/grid-six.scss */
          .our-impact__grid-six .mosaic-six .column .plus.active div:nth-of-type(2) {
            -webkit-transition: 0.3s;
            transition: 0.3s;
            -webkit-transform: rotate(135deg);
                    transform: rotate(135deg); }
      /* line 95, src/stylesheets/modules/grid-six.scss */
      .our-impact__grid-six .mosaic-six .column .content-container {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(70%, #55711c));
        background: linear-gradient(transparent 10%, #55711c 70%);
        width: 100%;
        height: 50%;
        overflow: scroll;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
        /* line 107, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six .column .content-container .content {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          height: 100%; }
          /* line 113, src/stylesheets/modules/grid-six.scss */
          .our-impact__grid-six .mosaic-six .column .content-container .content div {
            padding: 1rem; }
          /* line 116, src/stylesheets/modules/grid-six.scss */
          .our-impact__grid-six .mosaic-six .column .content-container .content__title {
            color: white;
            font-size: 35px !important;
            line-height: 35px;
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
            font-family: 'Volte', sans-serif; }
          /* line 125, src/stylesheets/modules/grid-six.scss */
          .our-impact__grid-six .mosaic-six .column .content-container .content__paragraph {
            font-size: 14px;
            margin: 0;
            font-weight: bold;
            line-height: 16px; }
      /* line 133, src/stylesheets/modules/grid-six.scss */
      .our-impact__grid-six .mosaic-six .column .content-flipped {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 0;
        visibility: hidden;
        height: 100%;
        position: absolute;
        width: 100%; }
        /* line 141, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six .column .content-flipped .content {
          padding: 3rem 2rem;
          overflow: scroll; }
          /* line 145, src/stylesheets/modules/grid-six.scss */
          .our-impact__grid-six .mosaic-six .column .content-flipped .content__title {
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            width: 80%; }
          /* line 151, src/stylesheets/modules/grid-six.scss */
          .our-impact__grid-six .mosaic-six .column .content-flipped .content__paragraph {
            color: #fff;
            font-size: 16px;
            line-height: 18px;
            margin-bottom: 5px; }
          /* line 157, src/stylesheets/modules/grid-six.scss */
          .our-impact__grid-six .mosaic-six .column .content-flipped .content__link {
            color: #fff;
            position: absolute;
            right: 2rem;
            bottom: 1.5rem; }
            /* line 162, src/stylesheets/modules/grid-six.scss */
            .our-impact__grid-six .mosaic-six .column .content-flipped .content__link img {
              -webkit-transition: 0.3s;
              transition: 0.3s;
              opacity: 1;
              width: 30px;
              height: auto; }
            /* line 170, src/stylesheets/modules/grid-six.scss */
            .our-impact__grid-six .mosaic-six .column .content-flipped .content__link:hover img {
              -webkit-transition: 0.3s;
              transition: 0.3s;
              opacity: 0.6; }
      /* line 179, src/stylesheets/modules/grid-six.scss */
      .our-impact__grid-six .mosaic-six .column.active {
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        /* line 181, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six .column.active .content-flipped {
          background-color: #55711c;
          opacity: 1;
          visibility: visible; }
    /* line 190, src/stylesheets/modules/grid-six.scss */
    .our-impact__grid-six .mosaic-six.columns--2 .column {
      width: 49.5%; }
      @media screen and (max-width: 769px) {
        /* line 190, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six.columns--2 .column {
          width: 100%;
          margin-bottom: 25px; }
          /* line 195, src/stylesheets/modules/grid-six.scss */
          .our-impact__grid-six .mosaic-six.columns--2 .column:last-of-type {
            margin-bottom: 0; } }
    /* line 202, src/stylesheets/modules/grid-six.scss */
    .our-impact__grid-six .mosaic-six.columns--3 .column {
      width: 32.5%; }
      @media screen and (max-width: 769px) {
        /* line 202, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six.columns--3 .column {
          width: 100%;
          margin-bottom: 25px; }
          /* line 207, src/stylesheets/modules/grid-six.scss */
          .our-impact__grid-six .mosaic-six.columns--3 .column:last-of-type {
            margin-bottom: 0; } }
    /* line 214, src/stylesheets/modules/grid-six.scss */
    .our-impact__grid-six .mosaic-six.columns--4 .column {
      width: 24.25%; }
      @media screen and (max-width: 769px) {
        /* line 214, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six.columns--4 .column {
          width: 100%;
          margin-bottom: 25px; }
          /* line 219, src/stylesheets/modules/grid-six.scss */
          .our-impact__grid-six .mosaic-six.columns--4 .column:last-of-type {
            margin-bottom: 0; } }
    /* line 226, src/stylesheets/modules/grid-six.scss */
    .our-impact__grid-six .mosaic-six.columns--5 .column {
      width: 32.5%;
      margin-bottom: 1%; }
      @media screen and (max-width: 769px) {
        /* line 226, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six.columns--5 .column {
          width: 100%;
          margin-bottom: 25px; } }
    /* line 234, src/stylesheets/modules/grid-six.scss */
    .our-impact__grid-six .mosaic-six.columns--5 .column--4 {
      width: 49.5%; }
      @media screen and (max-width: 769px) {
        /* line 234, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six.columns--5 .column--4 {
          width: 100%;
          margin-bottom: 25px; } }
    /* line 241, src/stylesheets/modules/grid-six.scss */
    .our-impact__grid-six .mosaic-six.columns--5 .column--5 {
      width: 49.5%; }
      @media screen and (max-width: 769px) {
        /* line 241, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six.columns--5 .column--5 {
          width: 100%;
          margin-bottom: 0; } }
    /* line 250, src/stylesheets/modules/grid-six.scss */
    .our-impact__grid-six .mosaic-six.columns--6 .column {
      width: 24.25%;
      margin-bottom: 1%; }
      @media screen and (max-width: 769px) {
        /* line 250, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six.columns--6 .column {
          width: 100%;
          margin-bottom: 25px; } }
    /* line 258, src/stylesheets/modules/grid-six.scss */
    .our-impact__grid-six .mosaic-six.columns--6 .column--5 {
      width: 39.5%; }
      @media screen and (max-width: 769px) {
        /* line 258, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six.columns--6 .column--5 {
          width: 100%;
          margin-bottom: 25px; } }
    /* line 265, src/stylesheets/modules/grid-six.scss */
    .our-impact__grid-six .mosaic-six.columns--6 .column--6 {
      width: 59.5%; }
      @media screen and (max-width: 769px) {
        /* line 265, src/stylesheets/modules/grid-six.scss */
        .our-impact__grid-six .mosaic-six.columns--6 .column--6 {
          width: 100%;
          margin-bottom: 0; } }

/* line 1, src/stylesheets/modules/grid-three.scss */
.our-impact__grid-three {
  margin: 100px 0; }
  /* line 3, src/stylesheets/modules/grid-three.scss */
  .our-impact__grid-three.sustainability .intro a:hover {
    color: #55711c; }
  /* line 6, src/stylesheets/modules/grid-three.scss */
  .our-impact__grid-three.sustainability .mosaic-three .column .content-container {
    background-color: #55711c; }
  @media screen and (max-width: 769px) {
    /* line 1, src/stylesheets/modules/grid-three.scss */
    .our-impact__grid-three {
      margin: 50px 0; } }
  /* line 14, src/stylesheets/modules/grid-three.scss */
  .our-impact__grid-three h3 {
    font-family: 'Volte', sans-serif;
    font-weight: 600;
    color: #808080; }
  /* line 20, src/stylesheets/modules/grid-three.scss */
  .our-impact__grid-three .intro p {
    margin-bottom: 20px;
    color: #808080; }
  /* line 24, src/stylesheets/modules/grid-three.scss */
  .our-impact__grid-three .intro a {
    display: block;
    text-transform: uppercase;
    text-align: right;
    color: #808080;
    text-decoration: underline;
    font-weight: 600;
    margin-bottom: 1rem; }
  /* line 34, src/stylesheets/modules/grid-three.scss */
  .our-impact__grid-three .mosaic-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    /* line 40, src/stylesheets/modules/grid-three.scss */
    .our-impact__grid-three .mosaic-three.columns--1 .column {
      width: 100%;
      position: relative; }
      /* line 43, src/stylesheets/modules/grid-three.scss */
      .our-impact__grid-three .mosaic-three.columns--1 .column .content-container {
        width: 25%;
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        left: auto;
        color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        /* line 54, src/stylesheets/modules/grid-three.scss */
        .our-impact__grid-three .mosaic-three.columns--1 .column .content-container .content {
          padding: 2rem; }
          @media screen and (max-width: 769px) {
            /* line 54, src/stylesheets/modules/grid-three.scss */
            .our-impact__grid-three .mosaic-three.columns--1 .column .content-container .content {
              padding: 1rem; } }
        /* line 60, src/stylesheets/modules/grid-three.scss */
        .our-impact__grid-three .mosaic-three.columns--1 .column .content-container .content__title, .our-impact__grid-three .mosaic-three.columns--1 .column .content-container .content__title--link {
          font-size: 22px;
          line-height: 28px;
          margin: 0; }
          @media screen and (max-width: 769px) {
            /* line 60, src/stylesheets/modules/grid-three.scss */
            .our-impact__grid-three .mosaic-three.columns--1 .column .content-container .content__title, .our-impact__grid-three .mosaic-three.columns--1 .column .content-container .content__title--link {
              font-size: 16px;
              line-height: 22px; } }
        /* line 69, src/stylesheets/modules/grid-three.scss */
        .our-impact__grid-three .mosaic-three.columns--1 .column .content-container p {
          font-size: 18px;
          line-height: 22px;
          margin-top: 15px; }
          @media screen and (max-width: 769px) {
            /* line 69, src/stylesheets/modules/grid-three.scss */
            .our-impact__grid-three .mosaic-three.columns--1 .column .content-container p {
              font-size: 14px;
              line-height: 16px;
              margin-top: 5px; } }
        @media screen and (max-width: 992px) {
          /* line 43, src/stylesheets/modules/grid-three.scss */
          .our-impact__grid-three .mosaic-three.columns--1 .column .content-container {
            width: 40%; } }
        @media screen and (max-width: 769px) {
          /* line 43, src/stylesheets/modules/grid-three.scss */
          .our-impact__grid-three .mosaic-three.columns--1 .column .content-container {
            width: 100%;
            bottom: 0;
            top: auto;
            height: auto; } }
    /* line 93, src/stylesheets/modules/grid-three.scss */
    .our-impact__grid-three .mosaic-three.columns--2 .column {
      width: 49.5%; }
      @media screen and (max-width: 769px) {
        /* line 93, src/stylesheets/modules/grid-three.scss */
        .our-impact__grid-three .mosaic-three.columns--2 .column {
          width: 100%;
          margin-bottom: 25px; } }
      /* line 99, src/stylesheets/modules/grid-three.scss */
      .our-impact__grid-three .mosaic-three.columns--2 .column .content-container {
        height: 30%; }
        @media screen and (max-width: 769px) {
          /* line 99, src/stylesheets/modules/grid-three.scss */
          .our-impact__grid-three .mosaic-three.columns--2 .column .content-container {
            width: 100%;
            bottom: 0;
            top: auto;
            height: auto; } }
    /* line 111, src/stylesheets/modules/grid-three.scss */
    .our-impact__grid-three .mosaic-three.columns--3 .column:first-of-type {
      width: 100%;
      margin-bottom: 1%;
      position: relative; }
      @media screen and (max-width: 769px) {
        /* line 111, src/stylesheets/modules/grid-three.scss */
        .our-impact__grid-three .mosaic-three.columns--3 .column:first-of-type {
          width: 100%;
          margin-bottom: 25px; } }
      /* line 119, src/stylesheets/modules/grid-three.scss */
      .our-impact__grid-three .mosaic-three.columns--3 .column:first-of-type .content-container {
        width: 25%;
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        left: auto;
        color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        /* line 130, src/stylesheets/modules/grid-three.scss */
        .our-impact__grid-three .mosaic-three.columns--3 .column:first-of-type .content-container .content {
          padding: 2rem; }
          @media screen and (max-width: 769px) {
            /* line 130, src/stylesheets/modules/grid-three.scss */
            .our-impact__grid-three .mosaic-three.columns--3 .column:first-of-type .content-container .content {
              padding: 1rem; } }
        /* line 136, src/stylesheets/modules/grid-three.scss */
        .our-impact__grid-three .mosaic-three.columns--3 .column:first-of-type .content-container .content__title, .our-impact__grid-three .mosaic-three.columns--3 .column:first-of-type .content-container .content__title--link {
          font-size: 22px;
          line-height: 28px; }
          @media screen and (max-width: 769px) {
            /* line 136, src/stylesheets/modules/grid-three.scss */
            .our-impact__grid-three .mosaic-three.columns--3 .column:first-of-type .content-container .content__title, .our-impact__grid-three .mosaic-three.columns--3 .column:first-of-type .content-container .content__title--link {
              font-size: 16px;
              line-height: 22px; } }
        /* line 144, src/stylesheets/modules/grid-three.scss */
        .our-impact__grid-three .mosaic-three.columns--3 .column:first-of-type .content-container p {
          font-size: 18px;
          line-height: 22px;
          margin-top: 15px; }
          @media screen and (max-width: 769px) {
            /* line 144, src/stylesheets/modules/grid-three.scss */
            .our-impact__grid-three .mosaic-three.columns--3 .column:first-of-type .content-container p {
              font-size: 14px;
              line-height: 16px;
              margin-top: 5px; } }
        @media screen and (max-width: 992px) {
          /* line 119, src/stylesheets/modules/grid-three.scss */
          .our-impact__grid-three .mosaic-three.columns--3 .column:first-of-type .content-container {
            width: 40%; } }
        @media screen and (max-width: 769px) {
          /* line 119, src/stylesheets/modules/grid-three.scss */
          .our-impact__grid-three .mosaic-three.columns--3 .column:first-of-type .content-container {
            width: 100%;
            bottom: 0;
            top: auto;
            height: auto; } }
    /* line 165, src/stylesheets/modules/grid-three.scss */
    .our-impact__grid-three .mosaic-three.columns--3 .column {
      width: 49.5%; }
      @media screen and (max-width: 769px) {
        /* line 165, src/stylesheets/modules/grid-three.scss */
        .our-impact__grid-three .mosaic-three.columns--3 .column {
          width: 100%;
          margin-bottom: 25px; } }
      /* line 171, src/stylesheets/modules/grid-three.scss */
      .our-impact__grid-three .mosaic-three.columns--3 .column .content-container {
        height: 33%; }
        @media screen and (max-width: 769px) {
          /* line 171, src/stylesheets/modules/grid-three.scss */
          .our-impact__grid-three .mosaic-three.columns--3 .column .content-container {
            height: auto; } }
    /* line 179, src/stylesheets/modules/grid-three.scss */
    .our-impact__grid-three .mosaic-three .video-play {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 80px; }
    /* line 188, src/stylesheets/modules/grid-three.scss */
    .our-impact__grid-three .mosaic-three .column {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 350px;
      position: relative; }
      /* line 194, src/stylesheets/modules/grid-three.scss */
      .our-impact__grid-three .mosaic-three .column .content-container {
        width: 100%;
        overflow: scroll;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
        /* line 202, src/stylesheets/modules/grid-three.scss */
        .our-impact__grid-three .mosaic-three .column .content-container .content {
          padding: 1rem; }
          /* line 204, src/stylesheets/modules/grid-three.scss */
          .our-impact__grid-three .mosaic-three .column .content-container .content__title {
            color: white;
            font-size: 16px;
            line-height: 20px;
            font-weight: bold;
            display: block;
            margin-bottom: 5px; }
          /* line 212, src/stylesheets/modules/grid-three.scss */
          .our-impact__grid-three .mosaic-three .column .content-container .content__title--link {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 5px; }
            /* line 216, src/stylesheets/modules/grid-three.scss */
            .our-impact__grid-three .mosaic-three .column .content-container .content__title--link a {
              color: white;
              font-weight: bold;
              display: inline;
              border-bottom: 2px solid transparent; }
              /* line 221, src/stylesheets/modules/grid-three.scss */
              .our-impact__grid-three .mosaic-three .column .content-container .content__title--link a:hover {
                -webkit-transition: 0.3s;
                transition: 0.3s;
                border-bottom-color: #fff; }
          /* line 227, src/stylesheets/modules/grid-three.scss */
          .our-impact__grid-three .mosaic-three .column .content-container .content__paragraph {
            font-size: 14px;
            margin: 0;
            line-height: 16px; }

/* line 1, src/stylesheets/modules/hero.scss */
.our-impact__hero {
  height: 70vh;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  background-blend-mode: screen;
  background-color: rgba(34, 34, 34, 0.1); }
  @media screen and (max-width: 769px) {
    /* line 1, src/stylesheets/modules/hero.scss */
    .our-impact__hero {
      height: 60vh; } }
  /* line 12, src/stylesheets/modules/hero.scss */
  .our-impact__hero::before {
    content: '';
    display: block;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 0, 0, 0)), to(rgba(34, 34, 34, 0.9)));
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0) 30%, rgba(34, 34, 34, 0.9));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
  /* line 22, src/stylesheets/modules/hero.scss */
  .our-impact__hero .hero-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 100%; }
    /* line 28, src/stylesheets/modules/hero.scss */
    .our-impact__hero .hero-container .hero-wrapper {
      display: block;
      margin: 0 auto;
      max-width: 1130px;
      width: 100%;
      z-index: 998; }
      @media screen and (max-width: 1201px) {
        /* line 28, src/stylesheets/modules/hero.scss */
        .our-impact__hero .hero-container .hero-wrapper {
          max-width: 922px; } }
      @media screen and (max-width: 992px) {
        /* line 28, src/stylesheets/modules/hero.scss */
        .our-impact__hero .hero-container .hero-wrapper {
          width: 90%; } }
      @media screen and (max-width: 769px) {
        /* line 28, src/stylesheets/modules/hero.scss */
        .our-impact__hero .hero-container .hero-wrapper {
          width: 95%; } }
      /* line 43, src/stylesheets/modules/hero.scss */
      .our-impact__hero .hero-container .hero-wrapper h1 {
        font-family: 'Volte', sans-serif;
        font-weight: 600;
        color: #fff;
        text-align: right;
        width: 50%;
        margin-left: auto;
        margin-right: 0; }
        @media screen and (max-width: 992px) {
          /* line 43, src/stylesheets/modules/hero.scss */
          .our-impact__hero .hero-container .hero-wrapper h1 {
            width: 70%; } }
        @media screen and (max-width: 480px) {
          /* line 43, src/stylesheets/modules/hero.scss */
          .our-impact__hero .hero-container .hero-wrapper h1 {
            width: 100%; } }
      /* line 58, src/stylesheets/modules/hero.scss */
      .our-impact__hero .hero-container .hero-wrapper .button {
        margin-top: 20px;
        display: inline-block;
        float: right;
        background-color: #FEC709;
        color: #222;
        font-weight: bold;
        font-size: 18px;
        padding: 10px 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: 1px solid #FEC709;
        border-radius: 3px; }
        /* line 70, src/stylesheets/modules/hero.scss */
        .our-impact__hero .hero-container .hero-wrapper .button:hover {
          background-color: transparent;
          color: #FEC709; }

/* line 78, src/stylesheets/modules/hero.scss */
.our-impact__intro {
  padding: 100px 0;
  text-align: center; }
  @media screen and (max-width: 769px) {
    /* line 78, src/stylesheets/modules/hero.scss */
    .our-impact__intro {
      padding: 50px 0; } }
  /* line 84, src/stylesheets/modules/hero.scss */
  .our-impact__intro h2 {
    font-size: 36px !important;
    color: #808080; }

/* line 1, src/stylesheets/modules/nav.scss */
.our-impact__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #fff;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  z-index: 999; }
  /* line 8, src/stylesheets/modules/nav.scss */
  .our-impact__nav.sticky {
    position: fixed;
    top: 0; }
  /* line 12, src/stylesheets/modules/nav.scss */
  .our-impact__nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 0; }
    @media screen and (max-width: 1201px) {
      /* line 12, src/stylesheets/modules/nav.scss */
      .our-impact__nav ul {
        width: 90%; } }
    @media screen and (max-width: 992px) {
      /* line 12, src/stylesheets/modules/nav.scss */
      .our-impact__nav ul {
        width: 95%; } }
    @media screen and (max-width: 769px) {
      /* line 12, src/stylesheets/modules/nav.scss */
      .our-impact__nav ul {
        padding: 15px 0; } }
    /* line 27, src/stylesheets/modules/nav.scss */
    .our-impact__nav ul li {
      cursor: pointer;
      width: 30%;
      color: #1592A6;
      font-family: 'Volte', sans-serif;
      font-size: 30px;
      color: #ccc;
      padding: 1.5rem 0 0 0;
      font-weight: bold;
      border-top: 2px solid #ccc;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (max-width: 769px) {
        /* line 27, src/stylesheets/modules/nav.scss */
        .our-impact__nav ul li {
          font-size: 22px; } }
      @media screen and (max-width: 480px) {
        /* line 27, src/stylesheets/modules/nav.scss */
        .our-impact__nav ul li {
          font-size: 18px; } }
      /* line 44, src/stylesheets/modules/nav.scss */
      .our-impact__nav ul li:hover {
        border-color: #808080;
        color: #808080; }
      /* line 48, src/stylesheets/modules/nav.scss */
      .our-impact__nav ul li.active {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-color: #FEC709;
        color: #4F4F4F; }

/* line 37, src/stylesheets/modules/slider.scss */
.caption-slider {
  padding-top: 100px;
  position: relative; }
  @media (max-width: 769px) {
    /* line 37, src/stylesheets/modules/slider.scss */
    .caption-slider {
      padding-top: 50px; } }
  /* line 43, src/stylesheets/modules/slider.scss */
  .caption-slider .owl-item .uk-hero img {
    width: 100% !important; }
  /* line 46, src/stylesheets/modules/slider.scss */
  .caption-slider .owl-nav {
    bottom: 5% !important; }
    /* line 48, src/stylesheets/modules/slider.scss */
    .caption-slider .owl-nav .owl-prev, .caption-slider .owl-nav .owl-next {
      width: 200px; }
      /* line 50, src/stylesheets/modules/slider.scss */
      .caption-slider .owl-nav .owl-prev i, .caption-slider .owl-nav .owl-next i {
        bottom: 25px !important; }
    /* line 54, src/stylesheets/modules/slider.scss */
    .caption-slider .owl-nav .owl-next {
      left: auto !important;
      right: 0 !important; }
  /* line 60, src/stylesheets/modules/slider.scss */
  .caption-slider .slider__caption {
    background-color: white;
    position: absolute;
    bottom: 0;
    left: -1%;
    width: 102%;
    padding: 10px 0;
    height: auto;
    min-height: 20px; }
    /* line 69, src/stylesheets/modules/slider.scss */
    .caption-slider .slider__caption p {
      margin: 0;
      color: #444444;
      padding-left: 20px; }
      /* line 73, src/stylesheets/modules/slider.scss */
      .caption-slider .slider__caption p a {
        color: #444444;
        opacity: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        /* line 77, src/stylesheets/modules/slider.scss */
        .caption-slider .slider__caption p a:hover {
          -webkit-transition: 0.3s;
          transition: 0.3s;
          opacity: 0.75; }

/*# sourceMappingURL=../../sass */