@import 'pure.css';
@import 'grids-responsive.css';
html {
  box-sizing: border-box;
}

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

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 300;
}

html, button, input, select, textarea,
.pure-g [class*=pure-u] {
  font-family: "Roboto", sans-serif;
}

.announcement-banner {
  padding: 1rem;
  font-size: 0.875rem;
  background-color: #000A27;
  color: #fff;
  text-align: center;
}
.announcement-banner a {
  color: #fff;
  text-decoration: underline;
}

.pure-menu-link:hover {
  background-color: transparent;
}

p {
  line-height: 1.4;
}

a {
  color: #017BC7;
  text-decoration: none;
}

a:hover {
  color: #019afa;
}

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

.header-logo img, .footer-images img {
  width: 4rem;
}
.header-logo a:hover, .header-logo a:active, .footer-images a:hover, .footer-images a:active {
  background-color: transparent;
}

.footer-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.default-header .pure-menu-link {
  color: #181E53;
}
.default-header .pure-menu-link:hover {
  color: #017BC7;
}

.default-footer {
  padding: 5rem;
  background-color: #000A27;
  text-align: center;
}
.default-footer nav {
  margin-bottom: 2rem;
}
.default-footer .pure-menu-link {
  color: #fff;
}
.default-footer .terms-links {
  font-size: 0.8rem;
}

.header-nav-desktop {
  display: none;
}
.header-nav-desktop .pure-menu-list {
  float: right;
  margin: 2em 4em 0 0;
}

.header-nav-mobile {
  display: block;
}
.header-nav-mobile .header-nav-collapsed .pure-menu-list {
  float: right;
}
.header-nav-mobile .header-nav-collapsed .pure-menu-item {
  padding: 1em 2em;
}
.header-nav-mobile .header-nav-collapsed .fa-bars {
  font-size: 1.5rem;
  color: #181E53;
}
.header-nav-mobile .header-nav-expanded {
  display: none;
}
.header-nav-mobile .header-nav-expanded.shown {
  display: block;
}
.header-nav-mobile .header-nav-expanded .pure-menu-item {
  text-align: center;
}

.footer-nav-desktop {
  display: none;
}

.footer-nav-mobile {
  display: block;
}

@media (min-width: 915px) {
  .header-nav-desktop, .footer-nav-desktop {
    display: block;
  }
  .header-nav-mobile, .footer-nav-mobile {
    display: none;
  }
  .header-logo img, .footer-images img {
    width: 7rem;
  }
  .footer-images {
    flex-direction: row;
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .header-logo img, .footer-images img {
    width: 10rem;
  }
}
.text-content {
  align-content: center;
  justify-content: center;
  margin: 2rem 0;
}
.text-content h1 {
  margin: 0 0 2rem 0;
  text-align: center;
  font-weight: 300;
  font-size: 3rem;
  color: #181E53;
}
.text-content .intro {
  font-size: 1.2rem;
  margin: 0 auto 2rem;
}

@media (min-width: 915px) {
  .text-content {
    margin: 5rem 0;
  }
  .text-content .intro {
    margin: 0 auto 4rem;
  }
}
.page-home {
  background-color: #000A27;
}
.page-home .home-wrapper-desktop {
  max-width: 1920px;
  margin: 0 auto;
  display: none;
}
.page-home .home-wrapper-top {
  position: relative;
}
.page-home .home-wrapper-top .default-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.page-home .home-wrapper-top .top-background-wrapper img {
  width: 100%;
}
.page-home .home-wrapper-top .headline {
  position: absolute;
  top: 10%;
  left: 35%;
  padding-right: 2rem;
  color: #181E53;
}
.page-home .home-wrapper-top .headline h1 {
  font-size: clamp(1.5rem, 4vw, 4rem);
  margin: 0;
}
.page-home .home-wrapper-top .headline h2 {
  font-weight: 500;
  font-size: clamp(0.8rem, 1vw, 2rem);
}
.page-home .home-wrapper-top .headline p {
  font-weight: 400;
  font-size: clamp(0.8rem, 0.8vw, 1rem);
}
.page-home .home-wrapper-top .headline .contact-wrapper {
  text-align: center;
}
.page-home .home-wrapper-top .headline .contact-wrapper .contact-inner-wrapper {
  padding: 1rem 4rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  display: inline-block;
}
.page-home .home-wrapper-top .headline .contact-wrapper .contact-inner-wrapper .contact-intro {
  margin-top: 0;
}
.page-home .home-wrapper-top .info-1, .page-home .home-wrapper-top .info-2, .page-home .home-wrapper-top .info-3 {
  position: absolute;
  color: #fff;
}
.page-home .home-wrapper-top .info-1 h1, .page-home .home-wrapper-top .info-2 h1, .page-home .home-wrapper-top .info-3 h1 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin: 0;
}
.page-home .home-wrapper-top .info-1 p, .page-home .home-wrapper-top .info-2 p, .page-home .home-wrapper-top .info-3 p {
  font-weight: 400;
  font-size: clamp(0.8rem, 0.8vw, 1rem);
}
.page-home .home-wrapper-top .info-1 {
  left: 0;
  top: 42%;
  width: 46%;
  padding-left: 4rem;
}
.page-home .home-wrapper-top .info-2 {
  left: 50%;
  top: 70%;
  width: 45%;
  padding-right: 3rem;
}
.page-home .home-wrapper-top .info-3 {
  left: 0;
  top: 87%;
  width: 55%;
  padding-left: 4rem;
}
.page-home .home-wrapper-bottom {
  position: relative;
  margin: 0;
  background-color: #000A27;
}
.page-home .home-wrapper-bottom .bottom-background-wrapper img {
  width: 100%;
}
.page-home .home-wrapper-bottom .call-to-action {
  position: absolute;
  top: 5%;
  width: 100%;
  color: #fff;
  text-align: center;
}
.page-home .home-wrapper-bottom .call-to-action .cta-content {
  width: 50%;
  margin: 0 auto;
}
.page-home .home-wrapper-bottom .call-to-action .cta-content h1 {
  font-size: 2rem;
}
.page-home .home-wrapper-bottom .call-to-action .cta-content p {
  font-size: 1rem;
}
.page-home .home-wrapper-bottom .home-footer {
  position: absolute;
  bottom: 0;
  padding: 3rem;
}
.page-home .home-wrapper-mobile .home-mobile-top {
  background-color: #e6edf9;
}
.page-home .home-wrapper-mobile .home-mobile-bottom {
  background-color: #000A27;
  color: #fff;
}
.page-home .home-wrapper-mobile .infographic-segment {
  width: 100%;
}
.page-home .home-wrapper-mobile .headline, .page-home .home-wrapper-mobile .info-1, .page-home .home-wrapper-mobile .info-2, .page-home .home-wrapper-mobile .info-3, .page-home .home-wrapper-mobile .call-to-action {
  padding: 2rem;
  margin: 0 auto;
  max-width: 42rem;
}
.page-home .home-wrapper-mobile .headline {
  color: #181E53;
  text-align: center;
}
.page-home .home-wrapper-mobile .headline h1 {
  font-size: 2.5rem;
  margin: 0 0 1rem;
}
.page-home .home-wrapper-mobile .headline h2 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.page-home .home-wrapper-mobile .headline p {
  font-size: 1rem;
  margin: 0 0 1rem;
}
.page-home .home-wrapper-mobile .info-1 {
  color: #181E53;
  background-color: #e6edf9;
}
.page-home .home-wrapper-mobile .info-1 h1, .page-home .home-wrapper-mobile .info-2 h1, .page-home .home-wrapper-mobile .info-3 h1, .page-home .home-wrapper-mobile .call-to-action h1 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}
.page-home .home-wrapper-mobile .info-3 {
  padding-top: 0;
}
.page-home .home-wrapper-mobile .call-to-action {
  text-align: center;
}
.page-home .contact-wrapper input[type=text] {
  padding: 0.3rem 0.4rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ccc;
}
.page-home .contact-wrapper button {
  padding: 0.4rem 0.5rem;
  background-color: #181E53;
  border-radius: 0.4rem;
  color: #fff;
  border: none;
}
.page-home .contact-wrapper button[disabled] {
  opacity: 0.4;
}
.page-home .call-to-action .order-panels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}
.page-home .call-to-action .order-panels .panel {
  flex: 1;
  padding: 1rem;
  background-color: #fff;
  color: #000;
  text-align: center;
  min-width: 14rem;
  max-width: 16rem;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
.page-home .call-to-action .order-panels .panel .impact {
  color: #999;
  font-size: 0.75rem;
}
.page-home .call-to-action .order-panels .tier-badge {
  display: inline-block;
  margin-bottom: 1rem;
  border-radius: 0.2rem;
  padding: 0.3rem 0;
  width: 5rem;
  font-size: 0.875rem;
  line-height: 1;
  align-self: center;
}
.page-home .call-to-action .order-panels .tier-badge.silver {
  background-color: #e2e2e2;
}
.page-home .call-to-action .order-panels .tier-badge.gold {
  background-color: #fee27d;
}
.page-home .call-to-action .order-panels .tier-badge.diamond {
  background-color: #b4e4ff;
}
.page-home .call-to-action .order-panels .kg-amount {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.page-home .call-to-action .order-panels .price {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-bottom: 1rem;
}
.page-home .call-to-action .order-panels .impact {
  color: #999;
  font-size: 0.75rem;
  flex-grow: 1;
  margin-bottom: 2rem;
}
.page-home .call-to-action .order-panels .contribute-button {
  width: 100%;
  background: rgb(0, 132, 206);
  background: linear-gradient(270deg, rgb(0, 132, 206) 0%, rgb(0, 72, 156) 86%);
  border-radius: 1.5rem;
  box-shadow: 0 2px 8px 2px #ccc;
  border: 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 0.7rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .page-home .home-wrapper-desktop {
    display: block;
  }
  .page-home .home-wrapper-mobile {
    display: none;
  }
}

.page-about-us .member-pic {
  margin: 0 0 1rem 0;
  padding: 0 1.5rem 0 0;
  text-align: center;
}
.page-about-us .member-pic img {
  width: 10rem;
  filter: drop-shadow(0 0 0.2rem #e0e0e0);
}
.page-about-us .team-member {
  padding-bottom: 2.8rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
.page-about-us .team-member:last-child {
  border-bottom: 0;
}
.page-about-us .team-member h2 {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  font-weight: 300;
}
.page-about-us .team-member h3 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 100;
  font-style: italic;
}
.page-about-us .team-member p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.page-about-us.advisory-board .member-bio p {
  margin-bottom: 1rem;
}

.page-education .education-categories h2 {
  font-weight: 100;
  font-size: 2rem;
  text-align: center;
  color: #181E53;
}
.page-education .education-post {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
.page-education .education-post:last-child {
  border-bottom: 0;
}
.page-education .education-post h3 {
  font-weight: 300;
  font-size: 1.4rem;
  margin: 0;
}
.page-education .education-post .author {
  font-size: 0.8rem;
  font-weight: 500;
}

.page-education-post h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 1.2rem 0;
  color: #181E53;
}
.page-education-post h2 {
  text-align: center;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  font-weight: 300;
}
.page-education-post h2 a {
  color: #181E53;
}
.page-education-post .intro {
  margin: 0 0 2rem 0;
}
.page-education-post .author {
  text-align: center;
  font-size: 0.9rem;
}
.page-education-post .excerpt {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}
.page-education-post .post-content p, .page-education-post .post-content ul, .page-education-post .post-content ol {
  line-height: 1.4;
}
.page-education-post .post-content img {
  max-width: 100%;
}
.page-education-post .post-content .caption {
  margin-top: -0.75rem;
  font-size: 0.75rem;
  color: #707070;
}
.page-education-post .footnotes {
  border-top: 1px solid #e0e0e0;
  padding-top: 1rem;
  margin-top: 1.2rem;
  font-size: 0.8rem;
}
.page-education-post .footnotes ol {
  margin: 0;
  padding-left: 1rem;
  text-indent: 0;
}
.page-education-post .footnotes ol p {
  line-height: 1.2;
}
.page-education-post a.footnote:before {
  content: "[";
}
.page-education-post a.footnote:after {
  content: "]";
}

.page-careers .intro {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.page-careers .intro p:last-child {
  margin-bottom: 0;
}
.page-careers .job h2 {
  font-size: 1.2rem;
  font-weight: 300;
}

.page-job-description .intro {
  margin-bottom: 1rem;
}
.page-job-description .intro h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 1.2rem 0;
  color: #181E53;
}
.page-job-description .intro h2 {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.page-job-description .intro h2 a {
  color: #181E53;
}
.page-job-description .intro .location {
  text-align: center;
  font-size: 1rem;
  margin: 0;
}
.page-job-description ul {
  line-height: 1.4;
}

.page-get-involved h2 {
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.page-get-involved .involvement-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.page-get-involved .featured {
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 2px 8px 2px #ccc;
  color: #fff;
  background-image: url("/assets/images/ray-and-whale.png");
  background-size: cover;
  background-position: left;
  margin-bottom: 2rem;
  min-height: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-get-involved .featured h2 {
  font-size: 3rem;
}
.page-get-involved .featured p {
  margin: 0;
  max-width: 40rem;
}
.page-get-involved .featured p a {
  color: #96d6fe;
}
.page-get-involved .method-box {
  flex: 1;
  min-width: 20rem;
  text-align: center;
  background-color: #f2f8fa;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #017BC7;
}
.page-get-involved .contact-inputs {
  text-align: center;
}
.page-get-involved .contact-inputs input[type=text] {
  padding: 0.3rem 0.4rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ccc;
}
.page-get-involved .contact-inputs button {
  padding: 0.4rem 0.5rem;
  background-color: #181E53;
  border-radius: 0.4rem;
  color: #fff;
  border: none;
}
.page-get-involved .contact-inputs button[disabled] {
  opacity: 0.4;
}

.news-and-updates .newsletter .intro {
  margin-bottom: 2rem;
}
.news-and-updates .newsletter .newsletter-issue {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
.news-and-updates .newsletter .newsletter-issue:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.news-and-updates .newsletter .newsletter-issue h2 {
  font-weight: 300;
  font-size: 1.4rem;
  margin: 0;
}
.news-and-updates .press-item-container {
  padding: 1rem;
}
.news-and-updates .press-item {
  height: 100%;
  padding: 2rem;
  background-color: #f2f8fa;
  border-radius: 1rem;
  text-align: center;
}
.news-and-updates .press-item h2 {
  font-weight: normal;
}
.news-and-updates .press-item h3 {
  font-size: 0.8rem;
  color: #00397C;
}
.news-and-updates .press-item .published {
  font-size: 0.9rem;
  color: #181E53;
}

.page-newsletter-issue .intro {
  margin-bottom: 2rem;
}
.page-newsletter-issue .issue-content p, .page-newsletter-issue .issue-content ul, .page-newsletter-issue .issue-content ol {
  line-height: 1.4;
}
.page-newsletter-issue .issue-content img {
  max-width: 100%;
}
.page-newsletter-issue .issue-content .caption {
  margin-top: -0.75rem;
  font-size: 0.75rem;
  color: #707070;
}

/*# sourceMappingURL=styles.css.map */