@charset "UTF-8";
/* This stylesheet generated by Transfonter (https://transfonter.org) on February 27, 2018 12:37 PM */
@font-face {
  font-family: 'Oxygen';
  src: url("./assets/fonts/Oxygen-Light.eot");
  src: url("./assets/fonts/Oxygen-Light.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Oxygen-Light.woff2") format("woff2"), url("./assets/fonts/Oxygen-Light.woff") format("woff"), url("./assets/fonts/Oxygen-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Oxygen';
  src: url("./assets/fonts/Oxygen-Bold.eot");
  src: url("./assets/fonts/Oxygen-Bold.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Oxygen-Bold.woff2") format("woff2"), url("./assets/fonts/Oxygen-Bold.woff") format("woff"), url("./assets/fonts/Oxygen-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MarianinaWdFYW01';
  src: url("./assets/fonts/MarianinaWdFYW01-Black.eot");
  src: url("./assets/fonts/MarianinaWdFYW01-Black.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/MarianinaWdFYW01-Black.woff2") format("woff2"), url("./assets/fonts/MarianinaWdFYW01-Black.woff") format("woff"), url("./assets/fonts/MarianinaWdFYW01-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

.quote, .hero-image-caption {
  font-family: "MarianinaWdFYW01", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2; }

.cover-credit, .image-credit, .hero-image-credit {
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.2; }

.cover-credit {
  padding: 0 1rem;
  margin: 0.5rem 0;
  opacity: 0.7;
  max-width: 40rem;
  margin-left: auto;
  text-align: right; }

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  color: #231f20;
  counter-reset: title; }

body {
  overflow-x: hidden; }

img {
  display: block;
  width: 100%;
  height: auto; }

h1,
h2 {
  font-family: "MarianinaWdFYW01", sans-serif; }

h2 {
  margin: 0 0 2rem;
  font-size: 4rem;
  line-height: 0.9;
  color: #18e3ac; }

h3 {
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 1rem;
  font-size: 1.2rem; }
  @media (min-width: 350px) {
    h3 {
      font-size: 1.5rem; } }
  h3.standout {
    color: #18e3ac; }
  h3:last-child {
    margin-bottom: 0; }

h4 {
  font-size: 1.2rem;
  margin: 0 0 1rem; }
  h4 > span {
    border-bottom: 2px solid #18e3ac; }
    .background.background--green h4 > span {
      border-color: white; }

p {
  margin: 1rem 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

.main {
  overflow: hidden; }

a {
  color: inherit; }

.btn {
  display: inline-block;
  vertical-align: top;
  background-color: #18e3ac;
  border-radius: 3px;
  width: 215px;
  font-family: "MarianinaWdFYW01", sans-serif;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  color: #231f20; }
  .btn:hover {
    transition: background-color 0.2s ease-out;
    background-color: #16cc9b; }

.hidden {
  display: none !important; }

.background {
  padding: 1px 0; }
  .background.background--income {
    background: #384599;
    color: white; }
  .background.background--blue {
    background: #dce3f2; }
  .background.background--dark-blue {
    background: #0f49bd; }
  .background.background--green {
    background: #18e3ac; }
  .background.background--grey {
    background: #e9e9e9; }
    .background.background--grey .content {
      margin-top: 3rem;
      margin-bottom: 3rem; }
  .background.background--blue h2, .background.background--grey h2, .background.background--green h2 {
    color: inherit; }

.icon {
  display: inline-block; }
  .icon path {
    vector-effect: non-scaling-stroke;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    stroke-linejoin: round; }
  body.has-js .icon.js-animate path {
    opacity: 0;
    vector-effect: none;
    fill-opacity: 0; }
  body.has-js .icon.js-animate.is-visible path {
    opacity: 1;
    transition: stroke-dashoffset 1s ease-out, fill-opacity 1s ease-out;
    stroke-dashoffset: 0 !important;
    fill-opacity: 1; }

.icon__inner {
  display: block;
  position: relative; }
  .icon__inner svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible; }

.icon__outline path {
  stroke: white;
  stroke-width: 30; }

.nav-wrapper {
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 25px; }

.nav-toggle {
  display: none; }

.nav-burger-wrapper {
  overflow: hidden; }

.nav-burger {
  position: relative;
  z-index: 10;
  display: block;
  padding: 15px;
  transition: transform 0.2s ease-out;
  width: 40px;
  margin-left: auto;
  cursor: pointer; }

.nav-burger__line {
  background-color: #18e3ac;
  height: 4px;
  margin-bottom: 9px;
  transition: all 0.2s ease-out; }

.nav {
  position: fixed;
  background-color: white;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  list-style: none;
  margin: 0;
  padding: 110px 40px 40px;
  overflow: auto;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.2s ease-out;
  color: #18e3ac;
  font-family: "MarianinaWdFYW01", sans-serif;
  font-size: 2rem;
  line-height: 1.1; }

.nav__item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #18e3ac; }
  .nav__item:last-child {
    border-bottom: 0; }
  .nav__item a {
    color: inherit;
    text-decoration: none; }

.nav-toggle:checked ~ .nav {
  transform: translate3d(0, 0, 0); }

.nav-toggle:checked ~ .nav-burger-wrapper > .nav-burger {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .nav-toggle:checked ~ .nav-burger-wrapper > .nav-burger > .nav-burger__line {
    background-color: #18e3ac; }
    .nav-toggle:checked ~ .nav-burger-wrapper > .nav-burger > .nav-burger__line:first-child {
      -ms-transform: translate(0, 13px);
          transform: translate(0, 13px); }
    .nav-toggle:checked ~ .nav-burger-wrapper > .nav-burger > .nav-burger__line:nth-child(2) {
      opacity: 0; }
    .nav-toggle:checked ~ .nav-burger-wrapper > .nav-burger > .nav-burger__line:last-child {
      -ms-transform: translate(0, -13px) rotate(-90deg);
          transform: translate(0, -13px) rotate(-90deg); }

h1 {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  line-height: 1;
  color: white;
  background-color: #231f20; }
  @media (min-width: 350px) {
    h1 {
      background-color: transparent;
      font-size: 3rem; }
      h1 > span {
        display: block;
        font-size: 1.5em; } }
  @media (min-width: 600px) {
    h1 {
      font-size: 4.5rem; } }

.header {
  position: relative; }

.header__bg {
  min-height: 100vh;
  max-height: 115vh;
  object-fit: cover;
  object-position: center; }

.header__content {
  position: absolute;
  bottom: 1rem;
  left: 0;
  box-sizing: border-box;
  padding: 3rem 1rem;
  width: 100%;
  text-align: center; }
  @media (min-width: 350px) {
    .header__content {
      padding: 2rem;
      text-align: right; } }

.header__logo {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 80px;
  height: 94px;
  color: #18e3ac;
  background-color: #231f20; }
  @media (min-width: 450px) {
    .header__logo {
      width: 105px;
      height: 124px; } }

.title {
  position: relative;
  height: 60vh;
  overflow: hidden;
  margin-top: 6rem; }
  .background:not(.background--grey) + .background > .title:first-child {
    margin-top: 0; }
  .title#raedfares {
    min-height: 80vh; }
  .title .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 970px) {
      .title .content {
        bottom: 4rem; } }
    .title .content h2 {
      color: white;
      margin-bottom: 0; }

.title__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  @supports (-webkit-touch-callout: none) {
    .title__bg {
      background-attachment: scroll; } }

.title-text span {
  color: white; }

body.has-js .title__bg {
  -webkit-clip-path: circle(10% at 20% 10%);
          clip-path: circle(10% at 20% 10%);
  transition: -webkit-clip-path 0.5s cubic-bezier(1, 0, 1, 1);
  transition: clip-path 0.5s cubic-bezier(1, 0, 1, 1);
  transition: clip-path 0.5s cubic-bezier(1, 0, 1, 1), -webkit-clip-path 0.5s cubic-bezier(1, 0, 1, 1); }
  body.has-js .title__bg.is-visible {
    -webkit-clip-path: circle(150% at 20% 10%);
            clip-path: circle(150% at 20% 10%); }

body.has-js .title-text .content__col {
  -ms-transform: translateX(-6rem);
      transform: translateX(-6rem);
  opacity: 0;
  transition: transform 0.5s linear, opacity 0.6s cubic-bezier(1, 0, 1, 1); }

body.has-js .title-text.is-visible .content__col {
  -ms-transform: translateX(0);
      transform: translateX(0);
  opacity: 1; }

.content {
  position: relative;
  margin: 2rem auto; }
  .content {
    max-width: 970px; }
    @media (min-width: 970px) {
      .content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 0 1rem; } }
  .content__col {
    -ms-flex: 1;
        flex: 1;
    max-width: 650px;
    margin: 3rem auto;
    padding: 0 1rem;
    box-sizing: border-box; }
    @media (min-width: 970px) {
      .content__col {
        margin: 0 1rem;
        padding: 0; } }
  @media (min-width: 970px) {
    .content {
      margin: 3rem auto; } }
  .content:first-child {
    margin-top: 6rem; }
  .content:last-child {
    margin-bottom: 6rem; }
  .content.content--swap {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .content.content--header {
    margin-top: 6rem;
    margin-bottom: 0; }
  .content.content--header + .content {
    margin-top: 0; }
  .title + .content {
    margin-top: 6rem; }

.content__col {
  -ms-flex: 1 1 0px;
      flex: 1 1 0; }
  .content__col.content__col--large {
    -ms-flex-positive: 2;
        flex-grow: 2; }
    @media (min-width: 970px) {
      .content__col.content__col--large {
        max-width: none; } }
  .content__col.content__col--middle {
    -ms-flex-item-align: center;
        align-self: center; }
  .content__col.content__col--bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .content__col.content__col--portrait {
    max-width: 320px; }
  .content__col.content__col--large-image {
    -ms-flex-positive: 1.5;
        flex-grow: 1.5;
    max-width: none;
    padding: 0; }
    .content__col.content__col--large-image:first-child {
      margin-top: -2rem; }
    .content__col.content__col--large-image:last-child {
      margin-bottom: -2rem; }
    @media (min-width: 970px) {
      .content__col.content__col--large-image:first-child, .content__col.content__col--large-image:last-child {
        margin-top: -3rem;
        margin-bottom: -3rem; } }
  @media (min-width: 970px) {
    .content__col.content__col--big-quote .quote {
      font-size: 2rem; } }
  .content__col.content__col--idd {
    -ms-flex-item-align: center;
        align-self: center;
    max-width: 320px; }
    @media (min-width: 970px) {
      .content__col.content__col--idd {
        height: 0; }
        .content__col.content__col--idd .image {
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .content__col.content__col--footer {
    max-width: none; }

.stat-no,
.stat-description {
  text-align: center;
  text-transform: none; }

.stat-no {
  font-size: 4.3rem;
  height: 4.3rem;
  margin-bottom: 0.5rem; }
  .stat-no.stat-no--dollars.is-counting::before {
    content: "$"; }

.stat-description {
  font-size: 2.5rem; }

.quote {
  position: relative;
  z-index: 0;
  margin: 0 0 0.5rem; }
  .quote .icon {
    position: absolute;
    z-index: -1;
    width: 96px;
    height: 69px;
    color: #18e3ac; }
    .quote .icon:first-child {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
      top: 0;
      left: -1rem; }
    .quote .icon:last-child {
      bottom: 0;
      right: -1rem; }

.quote-person {
  font-family: "MarianinaWdFYW01", sans-serif;
  font-style: normal; }
  .quote-person::before {
    content: "— "; }
  .quote-person.quote-person--inline {
    margin-bottom: 2rem; }

.image {
  position: relative;
  margin: 0 auto;
  background-color: #dcdcdc; }
  .image.image--circle {
    border-radius: 100%;
    overflow: hidden; }

.image-caption {
  padding: 0.3rem 0.5rem;
  background-color: #231f20;
  font-family: "MarianinaWdFYW01", sans-serif;
  color: white;
  line-height: 1.3; }
  @media (min-width: 970px) {
    .image-caption {
      position: absolute;
      left: 0;
      bottom: 0;
      max-width: 80%; } }

.image-credit {
  text-align: right;
  font-style: normal;
  margin-top: 0.5rem; }

.video {
  position: relative;
  padding-bottom: 56.25%; }
  .video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (min-width: 970px) {
  .impact-content {
    padding: 0 5rem;
    max-width: 1200px; } }

.title-text#impact h2 {
  font-size: 5rem; }

.impact-item {
  position: relative;
  margin-top: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: "MarianinaWdFYW01", sans-serif;
  max-width: 17rem;
  font-size: 1.2rem;
  color: white; }
  .impact-item .image {
    margin: 2rem 0;
    width: 200px; }
    .impact-item .image::before, .impact-item .image::after {
      content: "";
      position: absolute;
      border: 1px solid currentColor; }
    .impact-item .image::before {
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px; }
    .impact-item .image::after {
      top: 1px;
      right: 1px;
      bottom: 1px;
      left: 1px; }
  .impact-item.impact-item--raised .impact-stat::before {
    content: "$"; }
  .impact-item.impact-item--social .image::before, .impact-item.impact-item--social .image::after {
    display: none; }
  @media (min-width: 970px) {
    .impact-item.impact-item--raised {
      margin-top: 2rem;
      right: 2rem; }
    .impact-item.impact-item--meetings {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
    .impact-item.impact-item--actions {
      left: 2rem; }
    .impact-item.impact-item--photos {
      margin-top: -6rem;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
      .impact-item.impact-item--photos .image {
        margin: 0 -5rem -2rem auto; }
    .impact-item.impact-item--media {
      margin-top: 7rem;
      left: 4rem;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  @media (min-width: 1200px) {
    .impact-item.impact-item--social {
      margin-left: -7rem;
      margin-top: 5rem;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: start;
          align-items: flex-start;
      max-width: none;
      width: 28rem; }
      .impact-item.impact-item--social .image {
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
        -ms-flex-order: -1;
            order: -1;
        margin: 0; } }

.impact-stat {
  height: 3.6rem;
  margin-bottom: -0.5rem; }
  .impact-stat.js-animate {
    opacity: 0; }
    .impact-stat.js-animate.is-counting {
      opacity: 1; }

.income-col {
  text-align: center; }

.income-title {
  color: white;
  margin-bottom: 2rem; }

.income-btn {
  margin: 0 0.5rem 1rem;
  outline: 0;
  border: 2px solid transparent; }
  .income-btn:not(.is-selected) {
    background-color: transparent;
    border-color: #18e3ac;
    color: white; }

@keyframes pie {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.income-pie {
  margin-bottom: 2rem; }

.income-pie__pie {
  opacity: 0;
  transition: opacity 0.4s ease-out, transform 0.4s linear; }
  .income-pie__pie circle {
    fill: #384599; }
  .is-visible > .income-pie__pie {
    opacity: 1;
    -ms-transform: rotate(360deg);
        transform: rotate(360deg); }

.income-pie__label {
  font-family: "MarianinaWdFYW01", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: white; }
  .income-pie__label.income-pie__label--total {
    padding: 0.5rem 0;
    border-top: 2px solid white;
    border-bottom: 2px solid white; }

.income-btns,
.income-pie__pie {
  display: none; }

@media (min-width: 970px) {
  .income-btns {
    display: block; }
  .income-pie-ratio {
    position: relative;
    padding-bottom: 100%;
    margin-top: 1rem; }
  .income-pie,
  .income-pie__pie {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0; }
  .income-pie__label {
    position: absolute;
    margin: 0;
    white-space: nowrap;
    opacity: 0; }
    .is-visible > .income-pie__label {
      transition: 0.4s opacity 0.2s ease-out;
      opacity: 1; }
    .income-pie__label.income-pie__label--total {
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      border: 0;
      text-align: center; }
    .income-pie__label.income-pie__label--tiny {
      font-size: 1rem; } }

@media (min-width: 970px) {
  .income-note {
    margin-top: 2rem;
    text-align: center;
    display: none; }
    .income-note.is-visible {
      display: block; } }

.hero-image {
  position: relative;
  color: white;
  background-color: #231f20;
  overflow: hidden;
  margin: 6rem 0; }
  @media (min-width: 970px) {
    .hero-image > .content {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; } }
  .hero-image > .content > .content__col:first-child {
    background-color: rgba(35, 31, 32, 0.5);
    outline: 1rem solid rgba(35, 31, 32, 0.5); }
  .hero-image > img {
    max-height: 100vh;
    object-fit: cover;
    object-position: center; }

.hero-image-caption {
  margin-bottom: 0.5rem; }

.thankyou {
  text-align: center;
  margin-top: -1rem; }
  .thankyou img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    margin: 0.8rem 0; }
    @media (min-width: 450px) {
      .thankyou img {
        margin: 0.8rem; } }
