@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@font-face {
  font-family: FontAwesome;
  src: url(/fonts/FontAwesome.otf); }
* {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  list-style: none;
  border-collapse: collapse;
  border-spacing: 0;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  cursor: default;
  -ms-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important; }

a, a *, button, input[type='range'], input[type='button'],
input[type='submit'], input[type='reset'], input[type='radio'],
input[type='checkbox'] {
  cursor: pointer; }

article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, iframe, a, img, form, label,
ul, ol {
  display: block; }

.mobile {
  display: none; }

.fa, .fa * {
  font-family: "FontAwesome", sans-serif;
  text-decoration: none !important; }

.overlay {
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7); }

.wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1320px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: auto;
  justify-content: space-between; }

.small {
  font-size: 14px; }

.aBold {
  color: #243A83 !important;
  font-weight: 700;
  text-decoration: underline; }

.subheader {
  font-size: 24px;
  line-height: 1.4;
  color: #243A83; }

.bp a, .bp a *, .bp * a, .bp * a * {
  display: inline !important;
  color: #333132; }
.bp strong, .bp strong *, .bp * strong, .bp * strong * {
  font-weight: 700 !important; }
.bp i, .bp i *, .bp em, .bp em *, .bp * i, .bp * i *, .bp * em, .bp * em * {
  font-style: italic !important; }
.bp u, .bp u *, .bp * u, .bp * u * {
  text-decoration-line: underline !important; }
.bp s, .bp s *, .bp del, .bp del *, .bp * s, .bp * s *, .bp * del, .bp * del * {
  text-decoration: line-through !important; }
.bp ul, .bp ol, .bp * ul, .bp * ol {
  width: 100%;
  margin: 10px 0; }
.bp ul li, .bp * ul li {
  list-style: none;
  max-width: 470px;
  margin: 20px 0 20px 24px; }
  .bp ul li::before, .bp * ul li::before {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #9F1033; }
.bp ol li, .bp * ol li {
  list-style: inside decimal; }
.bp blockquote, .bp * blockquote {
  width: 100%;
  padding-left: 10px;
  border-left: 2px solid #333132;
  margin: 10px 0 10px 10px; }

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333132; }

p {
  width: 100%;
  margin: 10px 0; }

a {
  width: fit-content;
  width: -moz-fit-content; }
  a:hover:not(.pd) {
    text-decoration: underline; }

img {
  width: 100%;
  height: auto; }

main {
  min-height: calc(100vh - 200px); }

h1 {
  width: 100%;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700; }

h2 {
  width: 100%;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center; }

h3 {
  width: 100%;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #243A83; }

h4 {
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase; }

h5 {
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #243A83; }

h6 {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #243A83;
  border-bottom: 1px solid #000; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff; }
  header .wrapper {
    justify-content: flex-end;
    align-items: center;
    height: 80px; }
  header nav {
    display: flex;
    margin-right: 20px; }
    header nav a {
      padding: 6px 0;
      margin: 0 25px;
      border-bottom: 4px solid transparent;
      white-space: nowrap;
      font-size: 14px;
      font-weight: 700; }
      header nav a:hover, header nav a.act {
        border-color: #243A83;
        text-decoration: none !important; }
    header nav .donate {
      padding: 6px 13px;
      background-color: #243A83;
      color: #fff;
      border: none !important;
      font: 16px/1.5 "Montserrat", sans-serif; }
  header .a2a_dd {
    display: none; }
  header .a2a_kit {
    display: flex; }
    header .a2a_kit a {
      width: 37px;
      height: 37px;
      border-radius: 3px; }
      header .a2a_kit a:first-of-type {
        background-color: #55acee; }
      header .a2a_kit a:last-of-type {
        background-color: #1877f2;
        margin-left: 5px; }

footer {
  width: 100%;
  padding: 20px 0;
  background-color: #333132;
  color: #F3F3F3; }
  footer .wrapper {
    align-items: center; }
    footer .wrapper li {
      margin: 6px 0; }

main {
  margin-top: 80px; }
  main .donate {
    display: block;
    padding: 12px 20px;
    margin-top: 30px;
    background-color: #243A83;
    color: #fff !important;
    border: none !important;
    font: 16px/1.5 "Montserrat", sans-serif; }

.s_1 .wrapper {
  align-items: center;
  padding: 50px 0 30px;
  border-bottom: 4px solid #243A83; }
  .s_1 .wrapper div {
    flex: 0 0 46%;
    max-width: 580px; }
  .s_1 .wrapper .image {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-self: normal;
    max-width: 480px; }
    .s_1 .wrapper .image > img {
      padding-left: 20px; }
    .s_1 .wrapper .image p > span {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between;
      margin-top: 10px; }
      .s_1 .wrapper .image p > span a {
        white-space: nowrap;
        margin-right: 10px;
        text-decoration: none; }
        .s_1 .wrapper .image p > span a .fa {
          color: #243A83;
          font-size: 22px;
          top: 2px; }
  .s_1 .wrapper .aBold {
    margin: 0 auto; }
  .s_1 .wrapper .donate {
    margin: 40px auto 0; }

.s_2 {
  background-color: #F3F3F3;
  text-align: center; }
  .s_2 h3 {
    background-color: #243A83;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    margin-top: 25px; }
  .s_2 .subheader.black {
    color: black; }
  .s_2 .subheader span {
    max-width: 800px;
    margin: 15px auto 0;
    display: block;
    text-align: center; }
  .s_2 .subheader a {
    margin: auto;
    text-decoration: underline;
    color: #243A83; }
  .s_2 .wrapper {
    padding: 80px 0;
    justify-content: space-between;
    flex-direction: row !important; }
    .s_2 .wrapper .arrow {
      margin: 20px auto 0;
      font-size: 20px;
      font-weight: 700;
      color: #243A83;
      text-decoration: none !important; }
    .s_2 .wrapper .hide {
      overflow: hidden;
      height: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .s_2 .wrapper .hide > a {
        flex: 0 0 24%;
        margin-top: 80px;
        max-width: 260px;
        text-align: center;
        padding: 10px; }

.s_3 {
  background: url("/images/back_01.jpg") no-repeat left center;
  background-size: cover; }
  .s_3 .wrapper {
    align-items: center;
    padding: 80px 0 40px;
    justify-content: center; }
    .s_3 .wrapper .image {
      flex: 0 0 35%; }
    .s_3 .wrapper .text {
      flex: 0 0 52%;
      padding: 8% 7% 8% 4%;
      background-color: #F3F3F3; }
      .s_3 .wrapper .text p span {
        display: block;
        margin-top: 20px;
        color: #243A83;
        font-size: 14px;
        font-weight: 700; }

.s_4 .wrapper {
  border-bottom: 4px solid #243A83;
  justify-content: flex-end;
  padding-bottom: 40px; }
  .s_4 .wrapper div {
    flex: 0 0 100%;
    max-width: 1060px; }
  .s_4 .wrapper h3 {
    display: block;
    position: absolute;
    bottom: 160px;
    left: 12%;
    max-width: 540px;
    padding-left: 20px;
    border-left: 9px solid #243A83;
    color: #000; }
    .s_4 .wrapper h3 + p {
      text-align: center; }

.s_5 .wrapper {
  padding: 40px 0; }
  .s_5 .wrapper div {
    flex: 0 0 48%; }
    .s_5 .wrapper div.image {
      max-width: 480px; }
    .s_5 .wrapper div.text {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .s_5 .wrapper div.text p {
        max-width: 350px;
        padding-left: 20px;
        border-left: 9px solid transparent; }
        .s_5 .wrapper div.text p:first-of-type {
          border-left-color: #0C3786; }
        .s_5 .wrapper div.text p:nth-of-type(2) {
          border-left-color: #FF3000; }
        .s_5 .wrapper div.text p:last-of-type {
          border-left-color: #FFA800; }

.s_6 {
  background-color: #F3F3F3; }
  .s_6 .wrapper {
    padding: 50px;
    text-align: center;
    max-width: 800px;
    justify-content: center; }
    .s_6 .wrapper h3 {
      max-width: 780px;
      text-align: center; }

.s_7 {
  padding-top: 60px; }
  .s_7 h3 {
    background-color: #243A83;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    margin-top: 25px; }
  .s_7 .wrapper {
    padding-bottom: 60px;
    border-bottom: 4px solid #243A83; }
    .s_7 .wrapper div {
      flex: 0 0 48%;
      max-width: 580px;
      padding: 60px 0 0 0; }
    .s_7 .wrapper .small {
      margin-top: 40px;
      font-style: italic; }
    .s_7 .wrapper a {
      display: block;
      margin-top: 40px;
      color: #243A83;
      border-bottom: 2px solid #243A83;
      line-height: 1;
      text-decoration: none !important; }
  .s_7 .wr_1.bp {
    align-items: center;
    padding: 60px;
    justify-content: center; }
    .s_7 .wr_1.bp .image {
      flex: 0 0 35%;
      padding: 0; }
    .s_7 .wr_1.bp .text {
      flex: 0 0 52%;
      padding: 8% 7% 8% 4%;
      background-color: #F3F3F3; }

.s_8 .wrapper {
  max-width: 760px;
  padding: 80px 0; }
  .s_8 .wrapper h4 {
    font-family: "Montserrat", sans-serif;
    text-transform: initial;
    margin: 15px 0 15px 30px;
    cursor: pointer; }
    .s_8 .wrapper h4::before {
      position: absolute;
      height: 24px;
      width: 24px;
      content: "";
      font: 24px/0.8 FontAwesome;
      display: block;
      top: 2px;
      left: -30px;
      text-align: center;
      transform: rotate(90deg);
      transition: transform 0.3s; }
    .s_8 .wrapper h4.exp::before {
      transform: none; }
    .s_8 .wrapper h4:first-of-type {
      margin-top: 70px; }
  .s_8 .wrapper div {
    margin-left: 60px;
    display: none; }
    .s_8 .wrapper div a {
      text-decoration: underline; }
    .s_8 .wrapper div .fa {
      font-size: 7px;
      top: -2px; }

.s_9 {
  background-color: #F3F3F3; }
  .s_9 h3 {
    background-color: #243A83;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    margin-top: 25px; }
    .s_9 h3 span {
      display: block;
      max-width: 1280px;
      margin: auto;
      font-size: 26px; }
  .s_9 .subheader span {
    max-width: 800px;
    margin: 20px auto 0;
    display: block;
    text-align: center; }
  .s_9 .wrapper {
    padding: 80px 0;
    justify-content: space-between;
    flex-direction: row !important; }
    .s_9 .wrapper h5 {
      flex: 0 0 24%;
      margin-top: 80px;
      max-width: 260px;
      text-align: center;
      padding: 0 6px; }
      .s_9 .wrapper h5 a {
        font-weight: 700;
        font-size: 20px; }
      .s_9 .wrapper h5 .small {
        display: block; }
  .s_9.s_9_f400 {
    background-color: #fff; }
    .s_9.s_9_f400 .wrapper {
      border-bottom: 4px solid #243A83; }
      .s_9.s_9_f400 .wrapper h5 {
        font-weight: 400; }
      .s_9.s_9_f400 .wrapper .subheader {
        margin: 80px auto -60px;
        text-align: center; }

.s_10 .wrapper {
  padding: 70px 0 100px;
  max-width: 1000px;
  align-items: center; }
  .s_10 .wrapper div {
    flex: 0 0 48%;
    max-width: 460px;
    margin-top: 100px; }

.grantees .gs_01 .wrapper {
  justify-content: center;
  padding-top: 80px;
  border-bottom: 4px solid #243A83; }
  .grantees .gs_01 .wrapper .bp {
    max-width: 760px;
    margin: auto; }
  .grantees .gs_01 .wrapper strong {
    top: 20px; }
  .grantees .gs_01 .wrapper ul {
    margin: 40px 0 40px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 25px); }
    .grantees .gs_01 .wrapper ul li {
      flex: 0 0 auto;
      margin: 0 0 25px 0; }
      .grantees .gs_01 .wrapper ul li:nth-of-type(even) {
        flex: 0 0 30%; }
  .grantees .gs_01 .wrapper > a {
    position: absolute;
    width: 240px;
    top: -70px;
    left: 0;
    z-index: 10; }
.grantees .gs_02 .wrapper > div:first-of-type {
  flex: 0 0 100%; }
  .grantees .gs_02 .wrapper > div:first-of-type p {
    width: 100%;
    margin-top: 20px !important; }
.grantees .gs_02 .wrapper span {
  font-weight: 700;
  text-transform: uppercase; }
  .grantees .gs_02 .wrapper span.e {
    color: #F18F3F; }
  .grantees .gs_02 .wrapper span.f {
    color: #3D9A39; }
  .grantees .gs_02 .wrapper span.d {
    color: #333132; }
  .grantees .gs_02 .wrapper span.h {
    color: #243A83; }
  .grantees .gs_02 .wrapper span.a {
    color: #9F1033; }
.grantees .gs_02 .wrapper > div:last-of-type {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 60px; }
  .grantees .gs_02 .wrapper > div:last-of-type div {
    flex: 0 0 32%;
    max-width: 340px;
    margin: 40px 0; }
    .grantees .gs_02 .wrapper > div:last-of-type div h6 {
      height: 64px; }
      .grantees .gs_02 .wrapper > div:last-of-type div h6 strong {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 2px 0; }
    .grantees .gs_02 .wrapper > div:last-of-type div a {
      color: #243A83;
      text-decoration: underline !important; }
.grantees .gs_03 .subheader {
  max-width: 760px;
  text-align: center;
  margin: 0 auto 40px; }
  .grantees .gs_03 .subheader a {
    margin: auto;
    text-decoration: underline;
    color: #243A83 !important; }

.impact a {
  color: #243A83;
  font-weight: 700; }
.impact .is_1 .wrapper {
  border-bottom: 4px solid #243A83;
  padding: 100px 0 40px; }
  .impact .is_1 .wrapper div {
    flex: 0 0 48%;
    max-width: 640px; }
    .impact .is_1 .wrapper div .subheader {
      max-width: 500px; }
    .impact .is_1 .wrapper div img {
      max-width: 500px; }
    .impact .is_1 .wrapper div:last-of-type {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center; }
      .impact .is_1 .wrapper div:last-of-type p {
        max-width: 500px;
        padding-right: 6%; }
      .impact .is_1 .wrapper div:last-of-type a {
        text-decoration: underline; }
.impact .is_2 .wrapper {
  padding: 40px 0 100px; }
  .impact .is_2 .wrapper div {
    flex: 0 0 48%;
    max-width: 560px; }
    .impact .is_2 .wrapper div h5 {
      font-size: 22px;
      margin: 10px 0 15px; }
    .impact .is_2 .wrapper div img {
      max-width: 250px; }
    .impact .is_2 .wrapper div .question {
      margin: 20px 0 0 0; }
    .impact .is_2 .wrapper div a:hover {
      text-decoration: underline; }

@media only all and (max-width: 1100px) {
  .s_4 .wrapper h3 {
    position: relative;
    flex: 0 0 100%;
    left: 0;
    bottom: 0;
    max-width: 100%;
    margin-top: 20px; } }
@media only all and (max-width: 880px) {
  header .wrapper nav a {
    margin: 0 15px; } }
@media only all and (max-width: 767px) {
  main {
    margin-top: 60px; }

  .menu {
    display: block;
    font-size: 40px; }

  header .wrapper {
    height: 60px;
    justify-content: space-between; }
    header .wrapper nav {
      display: none;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      z-index: 10;
      flex-direction: column;
      background-color: #fff;
      padding: 20px; }
      header .wrapper nav a {
        margin: 6px auto; }

  footer .wrapper {
    flex-direction: column; }
    footer .wrapper ul {
      order: -1;
      margin-bottom: 20px; }

  section .wrapper, .hide {
    max-width: 520px !important;
    padding: 40px 20px !important; }
    section .wrapper div, .hide div {
      flex: 0 0 100% !important; }

  .s_1 .wrapper .image {
    order: -1; }
    .s_1 .wrapper .image > img {
      margin: 0 auto 30px; }
    .s_1 .wrapper .image p > span {
      margin-bottom: 30px; }
    .s_1 .wrapper .image .donate {
      margin: auto; }

  .s_2 .wrapper .hide a {
    flex: 0 0 48% !important; }

  .s_9 .wrapper h5 {
    flex: 0 0 30%; }

  .grantees .gs_01 .wrapper ul {
    flex-direction: column; }
    .grantees .gs_01 .wrapper ul li:nth-of-type(odd) {
      order: -1; }
  .grantees .gs_01 .wrapper > a {
    position: relative;
    top: 0;
    margin-bottom: 40px; }
  .grantees .gs_02 .wrapper > div:last-of-type {
    padding: 0; }
    .grantees .gs_02 .wrapper > div:last-of-type div {
      max-width: 520px;
      margin: 20px auto; }

  .impact .is_2 .wrapper div {
    padding-bottom: 20px;
    max-width: 100%; } }
@media only all and (max-width: 500px) {
  .s_2 .wrapper .hide {
    justify-content: center !important; }
    .s_2 .wrapper .hide a {
      flex: 0 0 100% !important; }

  .s_9 .wrapper h5 {
    flex: 0 0 46%; } }
@media only all and (max-width: 400px) {
  h1, h2 {
    font-size: 34px !important; }

  h4, h5 {
    font-size: 20px !important; } }

/*# sourceMappingURL=style.css.map */
