@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epunda+Slab:ital,wght@0,300..900;1,300..900&display=swap");
* {
  box-sizing: border-box;
}

button {
  border: none;
  outline: none;
}

:root {
  --black: #000000;
  --dark-gray: #1d2025;
  --white: #ffffff;
  --navy: #0f294a;
  --gray: var(--dark-gray);
}

.d-flex {
  display: flex;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.m-1 {
  margin: 0.1rem;
}
.m-2 {
  margin: 0.25rem;
}
.m-3 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}

.mt-1 {
  margin-top: 0.1rem;
}
.mt-2 {
  margin-top: 0.25rem;
}
.mt-3 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}

.mb-1 {
  margin-bottom: 0.1rem;
}
.mb-2 {
  margin-bottom: 0.25rem;
}
.mb-3 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}

.mr-1 {
  margin-right: 0.1rem;
}
.mr-2 {
  margin-right: 0.25rem;
}
.mr-3 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}

.ml-1 {
  margin-left: 0.1rem;
}
.ml-2 {
  margin-left: 0.25rem;
}
.ml-3 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}

.pt-1 {
  padding-top: 0.1rem;
}
.pt-2 {
  padding-top: 0.25rem;
}
.pt-3 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}

.pb-1 {
  padding-bottom: 0.1rem;
}
.pb-2 {
  padding-bottom: 0.25rem;
}
.pb-3 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}

.pr-1 {
  padding-right: 0.1rem;
}
.pr-2 {
  padding-right: 0.25rem;
}
.pr-3 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}

.pl-1 {
  padding-left: 0.1rem;
}
.pl-2 {
  padding-left: 0.25rem;
}
.pl-3 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}

.w-25 {
  width: 25%;
}

.w-40 {
  width: 40%;
}

.d-none {
  display: none;
}

:root {
  --radius-sm: 5px;
  --radius-md: 8px;
  --radius-lg: 10px;
}

:root {
  --primary-color: var(--navy);
  --secondary-color: var(--gray);
  --link: #0866ff;
}

html,
body {
  font-family: "Epunda Slab", serif;
  font-size: 18px;
  font-weight: 400;
}

:root {
  --font-family: "Roboto", sans-serif;
}

:root {
  --fs-xs: clamp(0.7rem, 0.17vi + 0.76rem, 0.8rem);
  --fs-sm: clamp(0.8rem, 0.17vi + 0.76rem, 0.89rem);
  --fs-base: clamp(0.9rem, 0.34vi + 0.91rem, 1rem);
  --fs-md: clamp(1rem, 0.34vi + 0.91rem, 1.24rem);
  --fs-lg: clamp(1.25rem, 0.61vi + 1.1rem, 1.58rem);
  --fs-xl: clamp(1.56rem, 1vi + 1.31rem, 2rem);
}

h1 {
  font-size: var(--fs-xl);
  font-weight: 500;
  margin: 1rem 0;
}

h2 {
  font-size: var(--fs-lg);
  font-weight: 700;
}

h3 {
  font-size: var(--fs-md);
  font-weight: 700;
  margin: 0.5rem 0 1rem 0;
}

h4 {
  font-size: var(--fs-base);
  font-weight: 700;
  margin: 0.5rem 0 1 rem 0;
}

p {
  font-size: var(--fs-base);
  font-weight: 400;
}
p .lg {
  font-size: var(--fs-md);
}

.title {
  font-size: clamp(2.56rem, 1vi + 1.31rem, 3rem);
  margin: 0;
}

.subtitle {
  font-size: var(--fs-lg);
  margin: 0;
}

a.button,
button {
  font-family: "Epunda Slab", serif;
  font-size: var(--fs-md);
}

.teammate-block {
  padding: 2rem;
}
@media screen and (max-width: 1068px) {
  .teammate-block {
    padding: 1rem;
    width: 100%;
  }
}
.teammate-block .teammate-headshot {
  display: block;
  margin: 0 auto;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teammate-block .teammate-headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.teammate-block h3 {
  margin: 0.5rem 0;
}
.teammate-block h4 {
  margin: 0 0 0.5rem 0;
}

#our-team .wp-block-group {
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
}

.tile {
  width: 25rem;
  min-height: 30rem;
  border-radius: var(--radius-md);
  border: 1px solid black;
}
.tile__thumbnail {
  width: 100%;
  height: 15rem;
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: var(--radius-md);
  background-size: cover;
  background-position: center;
}
.tile__content {
  padding: 1rem;
}
.tile__title {
  margin-top: 0;
}
.tile__subtitle {
  margin-top: -1.25rem;
  color: #4b4b4b;
  font-weight: 600;
  font-size: var(--fs-sm);
}
.tile__link {
  display: block;
  background-color: var(--primary-color);
  color: white;
  width: 100%;
  padding: 1rem;
  text-decoration: underline;
  margin-top: -1rem;
  border-color: var(--primary-color);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  line-height: 1;
  text-align: right;
  text-decoration: none;
}

a.button,
button {
  padding: 0.5rem 2rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
}
a.button.primary,
button.primary {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--white);
}
a.button.secondary,
button.secondary {
  background-color: var(--white);
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
a.button.link,
button.link {
  padding: 0;
  background-color: transparent;
  color: var(--link);
  font-size: var(--fs-base);
  text-decoration: underline;
  border-radius: 0;
}
a.button.sm,
button.sm {
  padding: 0.25rem 1rem;
}

a.button {
  text-decoration: none;
}

.wp-block-button .wp-block-button__link {
  padding: 0.5rem 2rem;
  border-radius: var(--radius-sm);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--white);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: var(--white);
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.hero {
  background: black;
}

#our-team > * {
  text-align: center;
}
#our-team .wp-block-group {
  justify-content: center;
  align-items: flex-start;
}
#our-team .wp-block-group.is-nowrap {
  flex-wrap: wrap;
}

.site-footer {
  background-color: var(--secondary-color);
  height: 12rem;
  padding: 1rem 5vw;
  margin-top: 5vh;
  color: white;
  text-align: center;
}
.site-footer a {
  color: var(--link);
}
.site-footer .footer-social-links {
  justify-content: center;
}

.site-header {
  width: 100vw;
  height: 5rem;
  padding: 1rem calc(5vw + 7rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: var(--white);
}
.site-header .mobile-menu-btn {
  display: none;
  padding: 0.5rem 1rem;
}
.site-header .wp-block-site-logo {
  margin-top: 1rem;
  position: fixed;
  left: 5vw;
}
.site-header .wp-block-site-logo .custom-logo-link {
  padding: 0.5rem;
  border-radius: 10px;
  background: white;
  height: calc(120px + 1rem);
  width: calc(120px + 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .wp-block-site-logo img {
  width: 120px;
  border-bottom-left-radius: var(--radius-lg);
  border-bottom-right-radius: var(--radius-lg);
}
.site-header .primary-nav {
  width: calc(75vw - 4rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.site-header .primary-nav .item {
  display: block;
  width: 10rem;
  text-align: center;
}
.site-header .primary-nav .item a:not(.button) {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.site-header .primary-nav .item a:not(.button):hover {
  border-bottom: 2px solid var(--primary-color);
}
.site-header .primary-nav .item .sub-nav {
  display: none;
}
.site-header .primary-nav .item:hover > .sub-nav {
  display: block;
}
.site-header .sub-nav {
  position: absolute;
  left: calc(5vw + 120px + 2rem);
  top: 3.25rem;
  background: var(--white);
  z-index: 999;
  width: calc(90vw - 120px - 8rem);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
}
.site-header .sub-nav .col {
  width: 50%;
}
.site-header .sub-nav .col:first-child {
  border-right: 1px solid var(--primary-color);
  text-align: left;
  padding: 1rem;
}
.site-header .sub-nav .col:last-child {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.site-header .sub-nav .nav-item {
  font-size: var(--fs-md);
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 1rem;
}
.site-header .sub-nav .button {
  display: inline-block;
}
.site-header .donate-cta {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 0 1rem;
  position: absolute;
  z-index: 10000;
  right: 5vw;
  height: 6rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  box-shadow: 0 0 8px rgb(134, 134, 134);
  border-radius: var(--radius-sm);
  text-decoration: none;
  border-bottom: 3px solid var(--primary-color);
}
.site-header .donate-cta:hover {
  text-decoration: none;
  border-bottom: 3px solid var(--white);
}

@media screen and (max-width: 996px) {
  .site-header {
    padding: 1rem 5vw;
    padding-right: calc(5vw + 7rem);
  }
  .site-header .mobile-menu-btn {
    display: block;
  }
  .site-header .wp-block-site-logo {
    position: absolute;
    left: calc(50% - (120px + 2rem) / 2);
    z-index: 10000;
  }
  .site-header .wp-block-site-logo .custom-logo-link {
    padding: 1rem;
    border-radius: 50%;
    height: calc(120px + 2rem);
    width: calc(120px + 2rem);
  }
  .site-header .hide {
    display: none;
  }
  .site-header .primary-nav {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    z-index: 9999;
    padding: 2rem;
  }
  .site-header .primary-nav .item {
    width: 100%;
    text-align: left;
    margin-bottom: 0.75rem;
  }
  .site-header .primary-nav .item > .sub-nav {
    box-shadow: none;
    display: block;
    padding: 1rem;
    position: relative;
    top: 0;
    left: 0;
    width: 75vw;
  }
  .site-header .primary-nav .item > .sub-nav .d-flex {
    flex-direction: column;
  }
  .site-header .primary-nav .item > .sub-nav .col {
    width: 100%;
  }
  .site-header .primary-nav .item > .sub-nav .col:first-child {
    display: none;
  }
  .site-header .primary-nav .item > .sub-nav .nav-item {
    margin-bottom: 0.75rem;
  }
}
body {
  width: 100vw;
  height: 100vh;
  overflow-x: clip;
}

.site-content {
  width: 100vw;
  min-height: calc(100vh - 20rem);
}

main {
  margin-top: -5rem;
}

.hero {
  min-height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.hero .split-content {
  position: absolute;
  top: 25%;
  right: 5vw;
}
.hero .split-content .hero__content {
  background-color: rgba(255, 255, 255, 0.75);
  padding-right: 1rem;
}
.hero button.primary {
  margin-left: 0 !important;
}
.hero .hero-ad {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(224, 224, 224);
  width: 100vw;
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero .hero-ad p {
  margin: 0;
  font-weight: 800;
  font-size: var(--fs-md);
}

section {
  padding: 3rem 5vw;
}
@media screen and (max-width: 900px) {
  section {
    padding: 1rem;
  }
}

.stripe {
  background-color: var(--primary-color);
  color: var(--white);
}

.section-title {
  font-size: clamp(2.56rem, 1vi + 1.31rem, 3rem);
  margin: 0 0 0.5rem 0;
  line-height: 1;
}

.section-subtitle {
  font-size: var(--fs-lg);
  margin: 0;
}

.split-content {
  display: flex;
}
@media screen and (max-width: 900px) {
  .split-content {
    flex-wrap: wrap;
  }
  .split-content.reverse {
    flex-wrap: wrap-reverse;
  }
}
.split-content > div {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .split-content > div {
    width: 100%;
  }
}
.split-content .left {
  padding-right: 2rem;
}
.split-content .left .button {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .split-content .left {
    padding: 0;
  }
}
.split-content .right {
  padding-left: 2rem;
}
@media screen and (max-width: 900px) {
  .split-content .right {
    padding: 0;
  }
}
.split-content .right .section-title,
.split-content .right .section-subtitle,
.split-content .right p {
  text-align: right;
}
.split-content .right .button {
  display: table;
  margin-left: auto;
  margin-bottom: 2rem;
}
.split-content .block-img img {
  min-height: 10rem;
  width: 100%;
}

.content-page {
  margin-top: 0rem;
  padding: 2rem 5vw;
  min-height: calc(100vh - 5rem - (12rem - 12vh));
}

.centered > * {
  text-align: center;
}

@media screen and (max-width: 900px) {
  .hero .split-content {
    top: 7.5rem;
    right: 0;
  }
  .hero .hero__content {
    padding: 0rem 1rem;
  }
}
.logo-grid figure {
  display: flex;
  justify-content: center;
  align-items: center;
}