.gutter, .section__description-title, .section__description-text, .section__project-hero-container, .section__project-impact-image-container, .section__project-impact-quote, .section__project-impact-badges, .section__project-partners-image-container, .intro__description-1, .intro__description-2, section.letter div.letter__title, section.letter aside.letter__image, .impact__text, .impact__title, .impact__numbers, section.family div.family__content, section.financials .financials__content, .impact-note, .impact-note__desc, .impact-note__text-container, .impact-note__image-container, .conclusion__content, section.support div.support__content, section.support div.support__content ul.support__list {
  padding-left: 60px; }

.shift-1, .section__project-title-image-container, .section__project-description, .section__project-impact, .section__project-secondary-image-container, .section__project-partners-and-funders, section.letter div.letter__body {
  padding-left: 145px; }

.shift-2 {
  padding-left: 180px; }

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url("../fonts/proxima-nova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("../fonts/proxima-nova-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Extra Bold';
  src: url("../fonts/proxima-nova-extrabold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.proxima-nova-regular {
  font-family: 'Proxima Nova Regular';
  font-weight: normal; }

.proxima-nova-bold {
  font-family: 'Proxima Nova Bold'; }

.liif-bold, p strong, h1, h2, h3, h4, h5, h6, .section__project-impact-quote-attribution, .section__project-impact-badge-desc, strong.section__project-partners-title, strong.section__project-funders-title, section.letter div.letter__body button, section.letter div.letter__body a.strong, .impact__metric-text, section.family div.family__content strong, section.financials thead th, section.financials tbody tr:last-of-type, .impact-note__badge p, .conclusion__cta-container a, .conclusion__site-link-container, .conclusion__site-link-container a, .conclusion__subscribe input[type='submit'], section.support div.support__content ul strong {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-weight: 200; }

.subtitle, .main-nav__title a, .main-nav__name, .main-nav__name strong, .main-nav__titles--mobile a, .main-video .main-video__titles p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px; }

.icon {
  background-image: url("../images/sprite@2x.png");
  background-repeat: no-repeat;
  background-size: 84px 416px; }

.icon-sprite_liifLogo {
  background-position: -0px -0px;
  width: 24px;
  height: 24px; }

.icon-sprite_fb {
  background-position: -0px -24px;
  width: 28px;
  height: 28px; }

.icon-sprite_twitter {
  background-position: -0px -52px;
  width: 28px;
  height: 28px; }

.icon-sprite_play_hoverEmpower {
  background-position: -0px -80px;
  width: 86px;
  height: 86px; }

.icon-sprite_play_hoverImagine {
  background-position: -0px -162px;
  width: 86px;
  height: 86px; }

.icon-sprite_play_hoverInvest {
  background-position: -0px -496px;
  width: 168px;
  height: 168px; }

.icon-sprite_play_off {
  background-position: -0px -332px;
  width: 86px;
  height: 86px; }

.subtitle, .main-nav__title a, .main-nav__name, .main-nav__name strong, .main-nav__titles--mobile a, .main-video .main-video__titles p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px; }

.main-nav {
  display: flex;
  justify-content: space-between;
  background-color: black;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11; }

.main-nav__menu-button {
  margin: 20px 0 0 20px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0; }
  .main-nav__menu-button svg {
    height: 25px;
    width: 25px; }
  .main-nav__menu-button:active {
    border: none;
    outline: none; }
  @media only screen and (max-width: 699px) {
    .main-nav__menu-button {
      margin-right: 20px; } }

.main-nav__menu-button.close {
  display: none; }

.main-nav__menu-button.open {
  display: block; }

.menu-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding-left: 90px;
  padding-right: 90px; }
  @media only screen and (max-width: 699px) {
    .menu-container {
      flex-flow: column;
      justify-content: space-around;
      padding-left: 0;
      padding-right: 0; } }

.menu-column {
  width: 160px; }
  @media only screen and (max-width: 699px) {
    .menu-column {
      margin-top: 0;
      margin-bottom: 0;
      width: 100%; } }

.main-nav__title {
  display: flex;
  width: 200px;
  margin-left: 25px;
  align-items: center;
  justify-content: center; }
  .main-nav__title a {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    color: white; }
  @media only screen and (max-width: 699px) {
    .main-nav__title {
      display: none; } }

.main-nav__brand {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 90px; }
  @media only screen and (max-width: 699px) {
    .main-nav__brand {
      margin-right: 0; } }

.main-nav__logo {
  display: inline-block;
  height: 26px;
  width: 26px;
  margin-right: 15px; }
  .main-nav__logo svg {
    display: block;
    width: 100%; }

.main-nav__name {
  display: inline-block;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none; }
  .main-nav__name strong {
    text-decoration: none;
    color: white; }
  @media only screen and (max-width: 699px) {
    .main-nav__name {
      display: none; } }

.main-nav__titles--mobile {
  display: none;
  width: 100%;
  flex-flow: column;
  justify-content: center; }
  .main-nav__titles--mobile a {
    display: inline-block;
    color: white;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    letter-spacing: 1px; }
  @media only screen and (max-width: 699px) {
    .main-nav__titles--mobile {
      display: flex; } }

.main-nav__social {
  display: flex;
  width: 100px;
  align-items: center; }
  @media only screen and (max-width: 699px) {
    .main-nav__social {
      display: none; } }
  .main-nav__social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px; }
    .main-nav__social a svg {
      width: 100%; }

body.menu-open aside.expanded-menu {
  display: block; }

body.menu-open .main-nav__menu-button.close {
  display: block; }

body.menu-open .main-nav__menu-button.open {
  display: none; }

aside.expanded-menu {
  background-color: black;
  color: white;
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  height: 180px;
  width: 100%;
  z-index: 999; }
  @media only screen and (max-width: 699px) {
    aside.expanded-menu {
      height: 100vh;
      width: 320px;
      padding-left: 70px; } }
  aside.expanded-menu .main-nav__social {
    display: none; }
    @media only screen and (max-width: 699px) {
      aside.expanded-menu .main-nav__social {
        margin-top: 10px;
        display: block; } }
  aside.expanded-menu nav ul {
    list-style-type: none;
    padding-left: 0; }
    aside.expanded-menu nav ul li {
      margin-top: 10px; }
      @media only screen and (max-width: 699px) {
        aside.expanded-menu nav ul li {
          margin-top: 5px !important; } }
      aside.expanded-menu nav ul li a {
        font-family: 'Proxima Nova Extra Bold';
        display: inline-block;
        color: #5fc0be;
        text-decoration: none;
        line-height: 1; }
    aside.expanded-menu nav ul li.link__efa-project a, aside.expanded-menu nav ul li.link__healthy-comms-project a, aside.expanded-menu nav ul li.link__new-home-project a {
      font-family: 'Proxima Nova Regular';
      font-size: 14px; }
    aside.expanded-menu nav ul li.link__efa-project a, aside.expanded-menu nav ul li.link__efa-intro a {
      color: #ffbe64; }
    aside.expanded-menu nav ul li.link__healthy-comms-project a, aside.expanded-menu nav ul li.link__healthy-comms-intro a {
      color: #f79156; }
    aside.expanded-menu nav ul li.link__new-home-project a, aside.expanded-menu nav ul li.link__new-home-intro a {
      color: #dc5a78; }

/*
html {
    height: 100%;
}
html.ieedge{
    overflow: hidden;
}
*/
body {
  padding-top: 60px;
  margin: 0;
  color: white;
  font-family: 'Proxima Nova Regular';
  line-height: 1.375; }
  body div.content a {
    color: inherit; }

.section__description {
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  height: 40vw; }
  @media only screen and (max-width: 699px) {
    .section__description {
      height: auto; } }

.section__description-content {
  display: flex;
  flex-flow: row;
  align-items: center;
  height: 100%; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .section__description-content {
      width: 100%; } }
  @media only screen and (max-width: 699px) {
    .section__description-content {
      flex-flow: column;
      padding: 50px 30px 30px; } }

.section__description-title {
  flex: 0 0 41.66667%;
  font-size: 64px;
  color: #ffbe64;
  margin: 0;
  line-height: 1; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .section__description-title {
      flex: 0 0 40%;
      font-size: 45px; } }
  @media only screen and (max-width: 699px) {
    .section__description-title {
      padding-left: 0 !important;
      flex: 1 0 auto;
      font-size: 30px; } }

.section__description-text {
  flex: 0 0 41.66667%; }
  .section__description-text p {
    width: 100%;
    font-size: 18px; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .section__description-text {
      flex: 0 0 40%;
      font-size: 14px; } }
  @media only screen and (max-width: 699px) {
    .section__description-text {
      flex: 1 0 auto;
      padding-left: 0 !important;
      font-size: 30px; }
      .section__description-text p {
        font-size: 14px; } }

.section__project {
  color: black;
  padding-top: 100px;
  padding-right: 60px;
  padding-bottom: 115px;
  position: relative;
  z-index: 8;
  overflow: hidden; }
  @media only screen and (max-width: 699px) {
    .section__project {
      padding-right: 0;
      background-size: cover !important; } }

.section__project-content a {
  color: black; }

@media only screen and (max-width: 699px) {
  .section__project-content {
    padding-left: 30px;
    padding-right: 30px; } }

.section__project-title-image-container {
  flex: 0 0 91.66667%;
  margin-bottom: -30px;
  position: relative;
  z-index: 9; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .section__project-title-image-container {
      width: 100%;
      padding-left: 60px; } }
  @media only screen and (max-width: 699px) {
    .section__project-title-image-container {
      padding-left: 0;
      margin-bottom: -10px; } }

.section__project-title-image {
  display: block; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .section__project-title-image {
      width: 70% !important; } }
  @media only screen and (max-width: 699px) {
    .section__project-title-image {
      width: 100%; } }

.section__project-hero-container {
  display: block;
  flex: 0 0 100%;
  position: relative;
  z-index: 8;
  margin-bottom: 60px; }
  @media only screen and (max-width: 699px) {
    .section__project-hero-container {
      padding-left: 0 !important;
      margin-bottom: 30px; } }

.section__project-hero-image {
  display: block;
  width: 100%; }

.section__project-description {
  margin-bottom: 60px;
  width: 83.33333%; }
  .section__project-description > p {
    display: none;
    font-size: 18px; }
  .section__project-description .section__project-first-paragraph {
    display: block; }
  .section__project-description .section__project-read-less {
    display: none; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .section__project-description {
      padding-left: 60px !important;
      width: 100%; } }
  @media only screen and (max-width: 699px) {
    .section__project-description {
      padding-left: 0;
      margin-bottom: 30px;
      width: 100%; } }

.section__project-description.show-more > p {
  display: block; }

.section__project-description.show-more .section__project-first-paragraph {
  display: none; }

.section__project-description.show-more .section__project-read-less {
  display: block; }

.section__project-description.show-more .section__project-read-more {
  display: none; }

.section__project-read-less, .section__project-read-more {
  background-color: transparent;
  border: none;
  font-weight: bold;
  font-size: 16px;
  padding-left: 0;
  cursor: pointer; }
  .section__project-read-less:active, .section__project-read-more:active {
    outline: none; }

.section__project-read-less {
  display: none; }

.section__project-impact {
  display: flex;
  flex-flow: row;
  width: 83.33333%;
  margin-left: -60px; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .section__project-impact {
      padding-left: 60px !important;
      width: 100%; } }
  @media only screen and (max-width: 699px) {
    .section__project-impact {
      padding-left: 0;
      flex-flow: column;
      margin-left: 0;
      width: 100%; } }

.section__project-impact-image-container {
  flex: 0 0 40%;
  margin-bottom: 30px; }
  @media only screen and (max-width: 699px) {
    .section__project-impact-image-container {
      flex: 0 0 100%;
      padding-left: 0 !important; } }

.section__project-impact-image {
  width: 100%; }

.section__project-impact-quote {
  flex: 0 0 60%;
  font-size: 30px; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .section__project-impact-quote {
      padding-left: 60px !important;
      font-size: 20px; } }
  @media only screen and (max-width: 699px) {
    .section__project-impact-quote {
      padding-left: 0 !important;
      font-size: 20px; } }

.section__project-impact-quote-text {
  margin: 0; }

.section__project-impact-quote-attribution {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 17px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .section__project-impact-quote-attribution {
      font-size: 14px; } }
  @media only screen and (max-width: 699px) {
    .section__project-impact-quote-attribution {
      font-size: 14px; } }

.section__project-impact-content {
  flex: 0 0 60%; }

.section__project-impact-badges {
  display: flex;
  flex-flow: row wrap; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .section__project-impact-badges {
      flex-flow: row; } }
  @media only screen and (max-width: 699px) {
    .section__project-impact-badges {
      flex-flow: column;
      padding-left: 0 !important; } }

.section__project-impact-badge {
  flex: 1 1 0%;
  text-align: center;
  margin-right: 30px; }
  @media only screen and (max-width: 699px) {
    .section__project-impact-badge {
      display: block;
      margin-bottom: 60px; } }

.section__project-impact-badge-image {
  width: 130px; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .section__project-impact-badge-image {
      width: 90px; } }
  @media only screen and (max-width: 699px) {
    .section__project-impact-badge-image {
      display: inline-block;
      width: 103px;
      height: 103px;
      float: left;
      margin-right: 30px; } }

.section__project-impact-badge-desc {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 1px; }
  @media only screen and (max-width: 699px) {
    .section__project-impact-badge-desc {
      display: inline-block;
      float: left;
      width: 50%; } }

.section__project-impact-badge-metric {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .section__project-impact-badge-metric {
      font-size: 30px; } }
  @media only screen and (max-width: 699px) {
    .section__project-impact-badge-metric {
      font-size: 30px;
      display: inline-block;
      float: left;
      width: 50%; } }

.section__project-secondary-image-container {
  flex: 0 0 83.33333%;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .section__project-secondary-image-container {
      padding-left: 60px !important; } }
  @media only screen and (max-width: 699px) {
    .section__project-secondary-image-container {
      padding-left: 0 !important; } }

.section__project-secondary-image {
  width: 100%; }

.section__project-partners-and-funders {
  display: flex;
  flex-flow: row;
  width: 83.33333%; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .section__project-partners-and-funders {
      padding-left: 60px !important; } }
  @media only screen and (max-width: 699px) {
    .section__project-partners-and-funders {
      flex-flow: column;
      padding-left: 0 !important;
      margin-right: 0 !important;
      width: 100%; } }

.section__project-partners-and-funders-lists {
  flex: 0 0 40%; }

.section__project-partners-image-container {
  flex: 0 0 60%; }
  @media only screen and (max-width: 699px) {
    .section__project-partners-image-container {
      padding-left: 0 !important;
      width: 100%; } }

.section__project-partners-image {
  width: 100%; }

.section__project-partners {
  padding-left: 0;
  list-style-type: none; }
  .section__project-partners li {
    font-size: 18px;
    line-height: 26px; }
    @media only screen and (max-width: 699px) {
      .section__project-partners li {
        line-height: 1;
        margin-bottom: 10px; } }

strong.section__project-partners-title, strong.section__project-funders-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

#stronger-economy-for-all {
  background-image: url("../images/bg-stronger-econ.svg");
  margin-top: -30px; }
  #stronger-economy-for-all .section__description-title {
    color: #ffbe64; }

#healthy-communities {
  background-image: url("../images/bg-healthy-comms.svg");
  margin-top: -50px; }
  #healthy-communities .section__description-title {
    color: #f79156; }

#new-home-and-life {
  background-image: url("../images/bg-open-door.svg");
  margin-top: -40px; }
  #new-home-and-life .section__description-title {
    color: #dc5a78; }

#mission-child-care {
  margin-top: -80px;
  background-color: #fff5e9; }
  #mission-child-care .section__project-title-image {
    width: 780px; }
    @media only screen and (max-width: 699px) {
      #mission-child-care .section__project-title-image {
        width: 100%; } }
  #mission-child-care .section__project-read-less,
  #mission-child-care .section__project-read-more,
  #mission-child-care .section__project-partners-title,
  #mission-child-care .section__project-funders-title {
    color: #ffbe64; }

#eoc {
  margin-top: -20px;
  background-image: url("../images/bg-eoc.svg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 699px) {
    #eoc .section__project-title-image-container {
      margin-bottom: -20px; } }
  #eoc .section__project-title-image {
    width: 725px;
    margin-bottom: -10px; }
    @media only screen and (max-width: 699px) {
      #eoc .section__project-title-image {
        width: 100%; } }
  #eoc .section__project-read-less,
  #eoc .section__project-read-more,
  #eoc .section__project-partners-title,
  #eoc .section__project-funders-title {
    color: #ffbe64; }

#crosstown {
  margin-top: -20px;
  background-color: #fff5e9; }
  #crosstown .section__project-title-image {
    width: 920px; }
    @media only screen and (max-width: 699px) {
      #crosstown .section__project-title-image {
        width: 100%; } }
  #crosstown .section__project-read-less,
  #crosstown .section__project-read-more,
  #crosstown .section__project-partners-title,
  #crosstown .section__project-funders-title {
    color: #f79156; }

#sparcc {
  background-image: url("../images/bg-sparcc.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -10px; }
  #sparcc .section__project-title-image {
    width: 875px; }
    @media only screen and (max-width: 699px) {
      #sparcc .section__project-title-image {
        width: 100%; } }
  #sparcc .section__project-read-less,
  #sparcc .section__project-read-more,
  #sparcc .section__project-partners-title,
  #sparcc .section__project-funders-title {
    color: #f79156; }
  @media only screen and (min-width: 1071px) and (max-width: 1200px) {
    #sparcc .section__project-impact-badge .section__project-impact-badge-image {
      width: 110px; }
    #sparcc .section__project-impact-badge .section__project-impact-badge-metric {
      font-size: 40px; } }

#orchard {
  background-color: #fae6eb;
  margin-top: -20px; }
  #orchard .section__project-title-image {
    width: 730px; }
    @media only screen and (max-width: 699px) {
      #orchard .section__project-title-image {
        width: 100%; } }
  #orchard .section__project-read-less,
  #orchard .section__project-read-more,
  #orchard .section__project-partners-title,
  #orchard .section__project-funders-title {
    color: #dc5a78; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    #orchard {
      margin-top: -40px; } }

#new-destiny {
  background-image: url("../images/bg-new-destiny.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20px; }
  #new-destiny .section__project-title-image {
    width: 710px;
    margin-bottom: -50px; }
    @media only screen and (max-width: 699px) {
      #new-destiny .section__project-title-image {
        width: 100%;
        margin-bottom: -30px; } }
  #new-destiny .section__project-read-less,
  #new-destiny .section__project-read-more,
  #new-destiny .section__project-partners-title,
  #new-destiny .section__project-funders-title {
    color: #dc5a78; }

.section__project-play {
  display: inline-block;
  position: absolute;
  margin-top: -100px;
  margin-left: -100px;
  padding-left: 60px;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .section__project-play svg {
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 699px) {
    .section__project-play {
      margin-top: -25px;
      margin-left: -25px;
      width: 50px;
      height: 50px;
      padding: 0; } }

.subtitle, .main-nav__title a, .main-nav__name, .main-nav__name strong, .main-nav__titles--mobile a, .main-video .main-video__titles p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px; }

.main-nav {
  display: flex;
  justify-content: space-between;
  background-color: black;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11; }

.main-nav__menu-button {
  margin: 20px 0 0 20px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0; }
  .main-nav__menu-button svg {
    height: 25px;
    width: 25px; }
  .main-nav__menu-button:active {
    border: none;
    outline: none; }
  @media only screen and (max-width: 699px) {
    .main-nav__menu-button {
      margin-right: 20px; } }

.main-nav__menu-button.close {
  display: none; }

.main-nav__menu-button.open {
  display: block; }

.menu-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding-left: 90px;
  padding-right: 90px; }
  @media only screen and (max-width: 699px) {
    .menu-container {
      flex-flow: column;
      justify-content: space-around;
      padding-left: 0;
      padding-right: 0; } }

.menu-column {
  width: 160px; }
  @media only screen and (max-width: 699px) {
    .menu-column {
      margin-top: 0;
      margin-bottom: 0;
      width: 100%; } }

.main-nav__title {
  display: flex;
  width: 200px;
  margin-left: 25px;
  align-items: center;
  justify-content: center; }
  .main-nav__title a {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    color: white; }
  @media only screen and (max-width: 699px) {
    .main-nav__title {
      display: none; } }

.main-nav__brand {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 90px; }
  @media only screen and (max-width: 699px) {
    .main-nav__brand {
      margin-right: 0; } }

.main-nav__logo {
  display: inline-block;
  height: 26px;
  width: 26px;
  margin-right: 15px; }
  .main-nav__logo svg {
    display: block;
    width: 100%; }

.main-nav__name {
  display: inline-block;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none; }
  .main-nav__name strong {
    text-decoration: none;
    color: white; }
  @media only screen and (max-width: 699px) {
    .main-nav__name {
      display: none; } }

.main-nav__titles--mobile {
  display: none;
  width: 100%;
  flex-flow: column;
  justify-content: center; }
  .main-nav__titles--mobile a {
    display: inline-block;
    color: white;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    letter-spacing: 1px; }
  @media only screen and (max-width: 699px) {
    .main-nav__titles--mobile {
      display: flex; } }

.main-nav__social {
  display: flex;
  width: 100px;
  align-items: center; }
  @media only screen and (max-width: 699px) {
    .main-nav__social {
      display: none; } }
  .main-nav__social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px; }
    .main-nav__social a svg {
      width: 100%; }

body.menu-open aside.expanded-menu {
  display: block; }

body.menu-open .main-nav__menu-button.close {
  display: block; }

body.menu-open .main-nav__menu-button.open {
  display: none; }

aside.expanded-menu {
  background-color: black;
  color: white;
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  height: 180px;
  width: 100%;
  z-index: 999; }
  @media only screen and (max-width: 699px) {
    aside.expanded-menu {
      height: 100vh;
      width: 320px;
      padding-left: 70px; } }
  aside.expanded-menu .main-nav__social {
    display: none; }
    @media only screen and (max-width: 699px) {
      aside.expanded-menu .main-nav__social {
        margin-top: 10px;
        display: block; } }
  aside.expanded-menu nav ul {
    list-style-type: none;
    padding-left: 0; }
    aside.expanded-menu nav ul li {
      margin-top: 10px; }
      @media only screen and (max-width: 699px) {
        aside.expanded-menu nav ul li {
          margin-top: 5px !important; } }
      aside.expanded-menu nav ul li a {
        font-family: 'Proxima Nova Extra Bold';
        display: inline-block;
        color: #5fc0be;
        text-decoration: none;
        line-height: 1; }
    aside.expanded-menu nav ul li.link__efa-project a, aside.expanded-menu nav ul li.link__healthy-comms-project a, aside.expanded-menu nav ul li.link__new-home-project a {
      font-family: 'Proxima Nova Regular';
      font-size: 14px; }
    aside.expanded-menu nav ul li.link__efa-project a, aside.expanded-menu nav ul li.link__efa-intro a {
      color: #ffbe64; }
    aside.expanded-menu nav ul li.link__healthy-comms-project a, aside.expanded-menu nav ul li.link__healthy-comms-intro a {
      color: #f79156; }
    aside.expanded-menu nav ul li.link__new-home-project a, aside.expanded-menu nav ul li.link__new-home-intro a {
      color: #dc5a78; }

.main-video {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden; }
  .main-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .main-video .main-video__titles {
    position: absolute;
    bottom: 80px;
    left: 60px;
    width: 80%; }
    .main-video .main-video__titles img {
      width: 100%;
      margin-left: -20px; }
      @media only screen and (max-width: 699px) {
        .main-video .main-video__titles img {
          margin-left: -10px; } }
    .main-video .main-video__titles p {
      margin-top: -20px;
      font-size: 22px; }
      @media only screen and (max-width: 699px) {
        .main-video .main-video__titles p {
          margin-top: -10px;
          font-size: 10px; } }
    @media only screen and (max-width: 699px) {
      .main-video .main-video__titles {
        margin-left: 0;
        bottom: 20px;
        left: 30px; } }

.gutter, .section__description-title, .section__description-text, .section__project-hero-container, .section__project-impact-image-container, .section__project-impact-quote, .section__project-impact-badges, .section__project-partners-image-container, .intro__description-1, .intro__description-2, section.letter div.letter__title, section.letter aside.letter__image, .impact__text, .impact__title, .impact__numbers, section.family div.family__content, section.financials .financials__content, .impact-note, .impact-note__desc, .impact-note__text-container, .impact-note__image-container, .conclusion__content, section.support div.support__content, section.support div.support__content ul.support__list {
  padding-left: 60px; }

.intro {
  padding: 100px 0;
  display: flex;
  flex-flow: row;
  color: black; }
  .intro p {
    margin: 0; }
  @media only screen and (max-width: 699px) {
    .intro {
      padding: 40px 0;
      flex-flow: column; } }

.intro__description-1 {
  flex: 0 0 41.66667%;
  font-size: 30px; }
  @media only screen and (max-width: 699px) {
    .intro__description-1 {
      display: block;
      flex: 1 0 auto;
      min-width: 0;
      font-size: 20px;
      padding-left: 30px;
      padding-right: 30px; } }

.intro__description-2 {
  flex: 0 0 41.66667%;
  font-size: 18px; }
  @media only screen and (max-width: 699px) {
    .intro__description-2 {
      flex: 1 0 auto;
      font-size: 14px;
      margin-top: 40px;
      padding-left: 30px;
      padding-right: 30px; } }

section.letter {
  overflow: hidden;
  background-image: url("../images/bg-pres-letter.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 699px) {
    section.letter {
      height: auto;
      min-height: none;
      padding-bottom: 20px; } }
  section.letter .read-less, section.letter .read-more {
    display: none; }
  section.letter div.letter__content {
    display: flex;
    flex-flow: row wrap;
    padding: 70px 0 50px; }
    @media only screen and (max-width: 699px) {
      section.letter div.letter__content {
        padding-left: 30px;
        padding-right: 30px; } }
  section.letter div.letter__title {
    flex: 0 0 58.33333%;
    color: white;
    margin-bottom: 40px; }
    @media only screen and (max-width: 699px) {
      section.letter div.letter__title {
        flex: 0 0 100%;
        padding: 0; } }
    section.letter div.letter__title h1 {
      margin: 0;
      font-size: 50px;
      line-height: 1; }
      @media only screen and (max-width: 699px) {
        section.letter div.letter__title h1 {
          flex: 0 0 100%;
          font-size: 30px; } }
  section.letter div.letter__body {
    flex: 0 0 50%;
    position: relative;
    color: black;
    overflow: hidden; }
    @media only screen and (max-width: 1070px) and (min-width: 700px) {
      section.letter div.letter__body {
        padding-left: 60px; } }
    @media only screen and (max-width: 699px) {
      section.letter div.letter__body {
        flex: 0 0 100%;
        height: auto;
        padding: 0; } }
    section.letter div.letter__body p {
      font-size: 18px; }
    section.letter div.letter__body section > div {
      vertical-align: bottom; }
      section.letter div.letter__body section > div p.signature {
        margin-bottom: 0; }
        section.letter div.letter__body section > div p.signature img {
          height: 50px;
          width: auto; }
    section.letter div.letter__body button {
      font-size: 14px;
      padding-left: 0;
      margin-bottom: 40px; }
    section.letter div.letter__body a {
      color: black; }
    section.letter div.letter__body a.strong {
      text-decoration: underline; }
    section.letter div.letter__body section p {
      margin-top: 0; }
  section.letter aside.letter__image {
    flex: 0 0 33.33333%;
    max-width: 360px;
    padding-top: 20px;
    height: 450px; }
    section.letter aside.letter__image img {
      height: 80%; }
    @media only screen and (min-width: 1071px) and (max-width: 1200px) {
      section.letter aside.letter__image {
        flex: 0 0 25%; }
        section.letter aside.letter__image img {
          width: 100%;
          height: auto; } }
    @media only screen and (max-width: 1070px) and (min-width: 700px) {
      section.letter aside.letter__image {
        flex: 0 0 25%; }
        section.letter aside.letter__image img {
          width: 100%;
          height: auto; }
        section.letter aside.letter__image p {
          width: 100%; } }
    @media only screen and (max-width: 699px) {
      section.letter aside.letter__image {
        flex: 0 0 100%;
        margin-top: 30px;
        width: 100%;
        height: auto;
        padding: 0; }
        section.letter aside.letter__image img {
          height: auto;
          width: 100%; } }

div.letter__body-signatures {
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    div.letter__body-signatures {
      flex-flow: column; } }
  @media only screen and (max-width: 699px) {
    div.letter__body-signatures {
      flex-flow: column; } }

.impact {
  background-color: #8ed3d1;
  padding: 50px 0;
  margin-top: -20px; }
  @media only screen and (max-width: 699px) {
    .impact {
      padding: 50px 0 70px; } }

.impact__content {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 100%; }
  @media only screen and (max-width: 699px) {
    .impact__content {
      flex-flow: column;
      padding-left: 30px;
      padding-right: 30px; } }

.impact__text {
  flex: 0 0 50%;
  line-height: 1.44444;
  padding-top: 50px;
  color: black;
  font-size: 18px; }
  .impact__text a {
    color: black; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .impact__text {
      padding-top: 10px;
      font-size: 16px; } }
  @media only screen and (max-width: 699px) {
    .impact__text {
      flex: 0 0 100%;
      padding: 0;
      margin-bottom: 0; } }

.impact__title {
  flex: 0 0 33.33333%;
  font-size: 130px;
  margin: 0; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .impact__title {
      font-size: 100px; } }
  @media only screen and (max-width: 699px) {
    .impact__title {
      flex: 0 0 100%;
      font-size: 50px;
      padding: 0;
      width: 100%; } }

.impact__badge {
  width: 110px; }
  .impact__badge img {
    width: 100%; }

.impact__numbers {
  display: flex;
  flex-flow: row;
  flex: 0 0 91.66667%;
  margin-top: 120px; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .impact__numbers {
      margin-top: 30px;
      flex: 1; } }
  @media only screen and (max-width: 699px) {
    .impact__numbers {
      flex-flow: column wrap;
      width: 100%;
      padding: 0;
      margin-top: 0; } }

.impact__number {
  flex: 0 0 33.33333%;
  display: flex;
  flex-flow: row; }
  @media only screen and (max-width: 699px) {
    .impact__number {
      flex: 0 0 100%;
      margin-top: 60px;
      align-items: center; } }

.impact__metric-container {
  flex: 0 0 50%;
  color: black;
  margin-left: 30px; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .impact__metric-container {
      margin-left: 10px; } }
  @media only screen and (max-width: 699px) {
    .impact__metric-container {
      flex: 0 0 50%; } }

.impact__metric {
  font-size: 50px;
  margin: 0;
  line-height: 1; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .impact__metric {
      font-size: 30px; } }
  @media only screen and (max-width: 699px) {
    .impact__metric {
      font-size: 30px;
      line-height: 1; } }

.impact__metric-text {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .impact__metric-text {
      font-size: 14px; } }
  @media only screen and (max-width: 699px) {
    .impact__metric-text {
      font-size: 14px;
      margin-bottom: 0; } }

section.family {
  background-color: white;
  padding-bottom: 105px;
  display: flex;
  color: black; }
  @media only screen and (max-width: 699px) {
    section.family {
      display: block; } }
  section.family div.family__board, section.family div.family__management, section.family div.family__committees {
    display: none;
    margin-left: 60px; }
    @media only screen and (max-width: 699px) {
      section.family div.family__board, section.family div.family__management, section.family div.family__committees {
        margin-left: 0; } }
    @media only screen and (max-width: 1070px) and (min-width: 700px) {
      section.family div.family__board, section.family div.family__management, section.family div.family__committees {
        margin-left: 0; } }
    section.family div.family__board.show, section.family div.family__management.show, section.family div.family__committees.show {
      display: block; }
  section.family div.family__content {
    flex: 0 0 75%; }
    @media only screen and (max-width: 1070px) and (min-width: 700px) {
      section.family div.family__content {
        flex: 0 0 91.66667%; } }
    @media only screen and (max-width: 699px) {
      section.family div.family__content {
        flex: 0 0 100%;
        padding-left: 30px; } }
    section.family div.family__content ul.family__list {
      margin-top: 30px;
      display: flex;
      flex-flow: row;
      justify-content: space-between; }
      @media only screen and (max-width: 699px) {
        section.family div.family__content ul.family__list {
          padding-left: 0;
          flex-flow: column; } }
      section.family div.family__content ul.family__list li {
        flex: 0 0 33.33333%;
        max-width: 270px;
        margin-bottom: 25px; }
        @media only screen and (min-width: 1071px) and (max-width: 1200px) {
          section.family div.family__content ul.family__list li {
            max-width: 240px;
            height: auto; } }
        @media only screen and (max-width: 1070px) and (min-width: 700px) {
          section.family div.family__content ul.family__list li {
            max-width: 240px;
            height: auto; } }
        @media only screen and (max-width: 699px) {
          section.family div.family__content ul.family__list li {
            flex: 0 0 100%;
            max-width: none;
            margin-bottom: 15px;
            height: auto; } }
        section.family div.family__content ul.family__list li p {
          margin-top: 0; }
    section.family div.family__content ul.family__board li {
      display: flex;
      flex-flow: row;
      flex: 0 0 33.33333%; }
      section.family div.family__content ul.family__board li ul, section.family div.family__content ul.family__board li li {
        flex: 0 0 100%; }
  section.family ul {
    list-style-type: none;
    padding-left: 0; }
  section.family h1 {
    color: #5fc0be;
    font-size: 60px;
    line-height: 1;
    width: 100%;
    display: block; }

.family__links {
  display: block;
  padding-bottom: 20px;
  border-bottom: 2px solid #5fc0be;
  margin-left: 60px; }
  @media only screen and (max-width: 699px) {
    .family__links {
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .family__links {
      margin-left: 0; } }
  .family__links button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-weight: bold;
    font-size: 14px;
    color: #5fc0be;
    padding: 0;
    margin-right: 20px;
    outline: none; }
    @media only screen and (max-width: 699px) {
      .family__links button {
        width: 90%;
        text-align: left;
        font-size: 12px; } }
    .family__links button:active {
      outline: none; }
    .family__links button.active {
      color: black; }

section.financials {
  background-color: white;
  display: flex;
  padding-bottom: 140px;
  color: black; }
  @media only screen and (max-width: 699px) {
    section.financials {
      display: block; } }
  section.financials .financials__content {
    flex: 0 0 75%; }
    @media only screen and (max-width: 1070px) and (min-width: 700px) {
      section.financials .financials__content {
        flex: 0 0 83.33333%; } }
    @media only screen and (max-width: 699px) {
      section.financials .financials__content {
        padding-left: 30px !important;
        padding-right: 30px !important;
        display: block; } }
  section.financials h1 {
    color: #5fc0be;
    font-size: 60px;
    line-height: 1; }
    @media only screen and (max-width: 699px) {
      section.financials h1 {
        font-size: 40px; } }
  section.financials tr {
    height: 45px; }
  section.financials tr.diag-pattern {
    color: white;
    background-size: 100px 100px;
    background: repeating-linear-gradient(-60deg, #def2f2, #def2f2 2px, white 2px, #def2f2 4px);
    height: 60px; }
    section.financials tr.diag-pattern td {
      border: none;
      padding: 30px 0 0; }
  section.financials table.financials__table {
    border-collapse: collapse;
    padding-bottom: 75px;
    margin-left: 60px;
    width: 100%; }
    @media only screen and (max-width: 699px) {
      section.financials table.financials__table {
        margin-left: 0; } }
    @media only screen and (max-width: 1070px) and (min-width: 700px) {
      section.financials table.financials__table {
        margin-left: 0; } }
  section.financials table:nth-of-type(odd) thead tr:first-of-type {
    border-bottom: 1px solid #5fc0be;
    height: 100%;
    color: #5fc0be; }
    section.financials table:nth-of-type(odd) thead tr:first-of-type th {
      border-right: 1px solid #5fc0be; }
      @media only screen and (max-width: 699px) {
        section.financials table:nth-of-type(odd) thead tr:first-of-type th {
          display: none; } }
    @media only screen and (max-width: 699px) {
      section.financials table:nth-of-type(odd) thead tr:first-of-type {
        display: none; } }
  section.financials thead tr:last-of-type th {
    padding: 15px 10px; }
  section.financials thead th {
    width: 24.44444%;
    text-align: right;
    padding: 10px; }
  section.financials thead th:first-of-type {
    width: 26.666666%;
    text-align: left; }
  section.financials tbody {
    border-color: white; }
    section.financials tbody tr:nth-of-type(odd) {
      background-color: #bee6e5; }
    section.financials tbody tr:last-of-type {
      color: white;
      background-color: #5fc0be; }
    section.financials tbody tr {
      background-color: #def2f2;
      border-top: 1px solid white; }
      section.financials tbody tr td:nth-of-type(1) {
        display: table-cell; }
      section.financials tbody tr td:nth-of-type(2) {
        display: table-cell; }
        @media only screen and (max-width: 699px) {
          section.financials tbody tr td:nth-of-type(2) {
            display: none; } }
      section.financials tbody tr td {
        width: 24.44444%;
        border-right: 1px solid white;
        height: 100%;
        text-align: right;
        vertical-align: middle;
        padding: 11.5px; }
        @media only screen and (max-width: 699px) {
          section.financials tbody tr td {
            margin-left: 0;
            display: none; } }
      section.financials tbody tr td:first-of-type {
        width: 26.66666%;
        text-align: left; }
  section.financials .financials__select-year {
    display: none;
    padding-bottom: 20px;
    border-bottom: 2px solid #5fc0be;
    box-sizing: border-box;
    margin-left: 60px; }
    section.financials .financials__select-year.twenty-fifteen button[data-year='2015'] {
      color: black; }
    section.financials .financials__select-year.twenty-sixteen button[data-year='2016'] {
      color: black; }
    section.financials .financials__select-year.twenty-seventeen button[data-year='2017'] {
      color: black; }
    @media only screen and (max-width: 1070px) and (min-width: 700px) {
      section.financials .financials__select-year {
        margin-left: 0; } }
    section.financials .financials__select-year button {
      cursor: pointer;
      border: none;
      background-color: transparent;
      font-weight: bold;
      font-size: 14px;
      color: #5fc0be;
      padding: 0;
      margin-right: 20px;
      outline: none; }
      section.financials .financials__select-year button:active {
        outline: none; }
      section.financials .financials__select-year button.active {
        color: black; }
    @media only screen and (max-width: 699px) {
      section.financials .financials__select-year {
        margin-left: 0;
        display: block; } }
  @media only screen and (max-width: 699px) {
    section.financials .financials__content .financials__table.twenty-fifteen tr td:nth-of-type(4) {
      display: table-cell !important; }
    section.financials .financials__content table.twenty-sixteen tr td:nth-of-type(3) {
      display: table-cell !important; }
    section.financials .financials__content .financials__table.twenty-seventeen tr td:nth-of-type(2) {
      display: table-cell !important; } }

.impact-note {
  display: flex;
  background-image: url("../images/bg-impact-note.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: black;
  padding-top: 80px;
  padding-bottom: 160px;
  position: relative;
  margin-top: -50px;
  z-index: 10; }
  @media only screen and (max-width: 699px) {
    .impact-note {
      padding: 30px 30px 100px; } }

.impact-note__content {
  flex: 0 0 100%;
  display: flex;
  flex-flow: row wrap; }

.impact-note__desc {
  flex: 0 0 75%;
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 30px; }
  .impact-note__desc a {
    color: black; }
  @media only screen and (max-width: 699px) {
    .impact-note__desc {
      flex: 0 1 auto;
      font-size: 20px;
      padding-left: 0;
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .impact-note__desc {
      flex: 0 0 100%;
      padding-left: 0; } }

.impact-note__title {
  flex: 0 0 91.66667%;
  font-size: 90px;
  color: white;
  line-height: 1;
  margin: 0; }
  .impact-note__title span {
    font-style: italic; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .impact-note__title {
      font-size: 50px; } }
  @media only screen and (max-width: 699px) {
    .impact-note__title {
      flex: 0 0 100%;
      font-size: 30px; } }

.impact-note__text-container {
  display: flex;
  flex: 0 0 50%;
  flex-flow: column;
  justify-content: space-between; }
  .impact-note__text-container a {
    color: black; }
  @media only screen and (max-width: 699px) {
    .impact-note__text-container {
      flex: 0 0 100%;
      padding-left: 0; } }

.impact-note__text {
  margin-top: 0;
  font-size: 30px; }
  .impact-note__text a {
    text-decoration: none; }
  @media only screen and (max-width: 699px) {
    .impact-note__text {
      font-size: 20px; } }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .impact-note__text {
      font-size: 20px; } }

.impact-note__image-container {
  flex: 0 0 25%; }
  .impact-note__image-container img {
    width: 100%; }
  @media only screen and (max-width: 699px) {
    .impact-note__image-container {
      flex: 0 0 100%;
      padding-left: 0; }
      .impact-note__image-container img {
        width: 100%; } }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .impact-note__image-container {
      flex: 0 0 40%;
      padding-left: 0; }
      .impact-note__image-container img {
        width: 100%; } }

.impact-note__badges {
  display: flex;
  flex: 0 0 50%;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .impact-note__badges {
      align-items: flex-start;
      flex: 1;
      flex-flow: column; } }
  @media only screen and (max-width: 699px) {
    .impact-note__badges {
      align-items: flex-start;
      flex: 0 0 100%;
      flex-flow: column; } }

.impact-note__badge {
  flex: 0 0 25%;
  text-align: center; }
  .impact-note__badge p {
    margin-bottom: 0;
    letter-spacing: 1.44444px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    height: 57px; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .impact-note__badge {
      display: flex;
      flex: 1;
      flex-flow: row;
      justify-content: center; }
      .impact-note__badge img {
        width: 98px;
        height: 98px;
        margin-right: 30px; }
      .impact-note__badge p {
        font-size: 12px;
        width: 103px;
        height: 68px;
        text-align: left; } }
  @media only screen and (max-width: 699px) {
    .impact-note__badge {
      display: flex;
      flex: 1;
      flex-flow: row;
      justify-content: center; }
      .impact-note__badge img {
        width: 103px;
        height: 103px;
        margin-right: 30px; }
      .impact-note__badge p {
        font-size: 12px;
        width: 103px;
        height: 68px;
        text-align: left; } }

.conclusion {
  width: 100%;
  background-image: url("../images/bg-stay-connected.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.conclusion__content {
  display: flex;
  flex-flow: column; }
  @media only screen and (max-width: 699px) {
    .conclusion__content {
      padding-left: 30px;
      padding-right: 30px; } }

.conclusion__title {
  flex: 0 0 50%;
  font-size: 90px;
  margin-top: 80px; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .conclusion__title {
      font-size: 60px;
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 699px) {
    .conclusion__title {
      font-size: 30px;
      margin-top: 30px;
      margin-bottom: 30px; } }

.conclusion__text {
  flex: 0 0 100%;
  padding-left: 120px;
  padding-right: 230px;
  color: black;
  font-size: 18px; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .conclusion__text {
      padding-left: 0;
      padding-right: 60px; } }
  @media only screen and (max-width: 699px) {
    .conclusion__text {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .conclusion__text {
      margin-top: 100px;
      margin-bottom: 100px; } }

.conclusion__connect {
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 60px; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .conclusion__connect {
      margin-top: 30px;
      margin-bottom: 30px;
      flex-flow: row wrap; } }
  @media only screen and (max-width: 699px) {
    .conclusion__connect {
      margin-top: 30px;
      margin-bottom: 30px;
      padding-right: 0;
      flex-flow: row wrap; } }

.conclusion__cta-container {
  width: 200px;
  margin-right: 16px; }
  .conclusion__cta-container a {
    letter-spacing: 1.3px;
    font-size: 16px;
    border-radius: 40px;
    display: block;
    background-color: black;
    color: #8ed3d1;
    height: 47px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 47px;
    text-align: center; }
  @media only screen and (max-width: 699px) {
    .conclusion__cta-container {
      flex: 0 0 40%; } }

.conclusion__site-link-container {
  width: 200px;
  margin-right: 16px;
  text-align: center; }
  .conclusion__site-link-container a {
    letter-spacing: 1.3px;
    font-size: 16px;
    border-radius: 40px;
    display: block;
    background-color: black;
    color: #8ed3d1;
    height: 47px;
    text-decoration: none;
    line-height: 47px;
    text-align: center; }
  @media only screen and (max-width: 699px) {
    .conclusion__site-link-container {
      margin-left: 0;
      flex: 0 0 40%; } }

.conclusion__connect-social-networks {
  width: 260px; }
  .conclusion__connect-social-networks a {
    margin-right: 10px; }
  .conclusion__connect-social-networks a:last-of-type {
    margin-right: 0; }
  @media only screen and (max-width: 699px) {
    .conclusion__connect-social-networks {
      width: 100%;
      text-align: left;
      margin-bottom: 10px; } }

.conclusion__subscribe {
  display: flex;
  flex: 0 0 35%;
  height: 47px;
  justify-content: space-between; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .conclusion__subscribe {
      margin-top: 30px;
      flex: 0 0 100%; } }
  @media only screen and (max-width: 699px) {
    .conclusion__subscribe {
      margin-top: 30px;
      flex: 0 0 100%; } }
  .conclusion__subscribe input[type='text'] {
    flex: 0 0 58.33333%;
    height: 100%;
    border: none;
    font-style: italic;
    padding-left: 10px; }
  .conclusion__subscribe input[type='submit'] {
    flex: 0 0 33.33333%;
    font-size: 16px;
    height: 47px;
    background-color: black;
    border: none;
    color: white;
    text-transform: uppercase;
    -webkit-appearance: none; }

.social-icon {
  display: inline-block;
  height: 47px;
  width: 47px; }
  .social-icon svg {
    width: 100%; }

aside.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.9); }
  aside.video-modal.show {
    display: block; }
  aside.video-modal > div {
    position: absolute;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    top: 0;
    left: 0;
    right: 0; }
    aside.video-modal > div div.video {
      margin: auto;
      height: 0px;
      max-width: 1120px;
      width: 90%; }
      aside.video-modal > div div.video iframe {
        margin: auto;
        float: right; }
    aside.video-modal > div div.close {
      position: relative;
      max-width: 1120px;
      width: 90%;
      height: 0px;
      margin: auto;
      top: -50px; }
      aside.video-modal > div div.close button {
        cursor: pointer;
        position: absolute;
        left: 100%;
        display: inline-block;
        background-color: transparent;
        border: none;
        outline: none;
        color: white;
        font-size: 40px; }
  @media only screen and (max-width: 699px) {
    aside.video-modal {
      height: 100vh; }
      aside.video-modal > div div.close {
        width: 75%;
        height: 0px;
        margin: auto;
        top: -50px; }
        aside.video-modal > div div.close button {
          left: 100%; }
      aside.video-modal > div div.video {
        width: 75%; } }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    aside.video-modal {
      height: 100vh; }
      aside.video-modal > div div.close {
        width: 75%;
        height: 0px;
        margin: auto;
        top: -50px; }
        aside.video-modal > div div.close button {
          left: 100%; }
      aside.video-modal > div div.video {
        width: 75%; } }

section.support {
  display: flex;
  background-color: white;
  color: black; }
  @media only screen and (max-width: 699px) {
    section.support {
      display: block; } }
  section.support div.support__funders, section.support div.support__investors, section.support div.support__partners {
    display: none; }
    section.support div.support__funders.show, section.support div.support__investors.show, section.support div.support__partners.show {
      display: block; }
  section.support div.support__content {
    flex: 0 0 75%; }
    @media only screen and (max-width: 1070px) and (min-width: 700px) {
      section.support div.support__content {
        flex: 0 0 83.33333%; } }
    @media only screen and (max-width: 699px) {
      section.support div.support__content {
        flex: 0 0 100%;
        padding-left: 30px; } }
    section.support div.support__content ul {
      padding: 0; }
      section.support div.support__content ul p {
        margin: 0; }
    section.support div.support__content ul.support__list {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      padding-top: 30px; }
      @media only screen and (max-width: 1070px) and (min-width: 700px) {
        section.support div.support__content ul.support__list {
          padding-left: 0; } }
      @media only screen and (max-width: 699px) {
        section.support div.support__content ul.support__list {
          padding-left: 0;
          flex-flow: column; } }
      section.support div.support__content ul.support__list li {
        flex: 0 0 33.33333%;
        max-width: 270px;
        height: 35px;
        margin-bottom: 25px; }
        @media only screen and (min-width: 1071px) and (max-width: 1200px) {
          section.support div.support__content ul.support__list li {
            max-width: 240px;
            height: auto; } }
        @media only screen and (max-width: 1070px) and (min-width: 700px) {
          section.support div.support__content ul.support__list li {
            max-width: 240px;
            height: auto; } }
        @media only screen and (max-width: 699px) {
          section.support div.support__content ul.support__list li {
            flex: 0 0 100%;
            max-width: none;
            margin-bottom: 15px;
            height: auto; } }
  section.support ul {
    list-style-type: none; }
  section.support h1 {
    color: #5fc0be;
    font-size: 60px;
    line-height: 1; }
    @media only screen and (max-width: 699px) {
      section.support h1 {
        font-size: 40px; } }

.support__links {
  display: block;
  padding-bottom: 20px;
  border-bottom: 2px solid #5fc0be;
  box-sizing: border-box;
  margin-left: 60px; }
  @media only screen and (max-width: 1070px) and (min-width: 700px) {
    .support__links {
      margin-left: 0; } }
  @media only screen and (max-width: 699px) {
    .support__links {
      margin-left: 0;
      margin-right: 0; } }
  .support__links button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-weight: bold;
    font-size: 14px;
    color: #5fc0be;
    padding: 0;
    margin-right: 20px;
    outline: none; }
    .support__links button:active {
      outline: none; }
    .support__links button.active {
      color: black; }
    @media only screen and (max-width: 699px) {
      .support__links button {
        width: 90%;
        text-align: left; } }
