@import 'variables.css';
#is-mobile {
  display: none;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}
body {
  background-color: var(--white);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .gap-5 {
  height: 5px;
  width: 100%;
}
body .spacer-5 {
  display: inline-block;
  height: 1px;
  width: 5px;
}
body .gap-10 {
  height: 10px;
  width: 100%;
}
body .spacer-10 {
  display: inline-block;
  height: 1px;
  width: 10px;
}
body .gap-15 {
  height: 15px;
  width: 100%;
}
body .spacer-15 {
  display: inline-block;
  height: 1px;
  width: 15px;
}
body .gap-20 {
  height: 20px;
  width: 100%;
}
body .spacer-20 {
  display: inline-block;
  height: 1px;
  width: 20px;
}
body .gap-25 {
  height: 25px;
  width: 100%;
}
body .spacer-25 {
  display: inline-block;
  height: 1px;
  width: 25px;
}
body .gap-30 {
  height: 30px;
  width: 100%;
}
body .spacer-30 {
  display: inline-block;
  height: 1px;
  width: 30px;
}
body .gap-35 {
  height: 35px;
  width: 100%;
}
body .spacer-35 {
  display: inline-block;
  height: 1px;
  width: 35px;
}
body .gap-40 {
  height: 40px;
  width: 100%;
}
body .spacer-40 {
  display: inline-block;
  height: 1px;
  width: 40px;
}
body .gap-45 {
  height: 45px;
  width: 100%;
}
body .spacer-45 {
  display: inline-block;
  height: 1px;
  width: 45px;
}
body .gap-50 {
  height: 50px;
  width: 100%;
}
body .spacer-50 {
  display: inline-block;
  height: 1px;
  width: 50px;
}
body .gap-55 {
  height: 55px;
  width: 100%;
}
body .spacer-55 {
  display: inline-block;
  height: 1px;
  width: 55px;
}
body .gap-60 {
  height: 60px;
  width: 100%;
}
body .spacer-60 {
  display: inline-block;
  height: 1px;
  width: 60px;
}
body .gap-65 {
  height: 65px;
  width: 100%;
}
body .spacer-65 {
  display: inline-block;
  height: 1px;
  width: 65px;
}
body .gap-70 {
  height: 70px;
  width: 100%;
}
body .spacer-70 {
  display: inline-block;
  height: 1px;
  width: 70px;
}
body .gap-75 {
  height: 75px;
  width: 100%;
}
body .spacer-75 {
  display: inline-block;
  height: 1px;
  width: 75px;
}
body .gap-80 {
  height: 80px;
  width: 100%;
}
body .spacer-80 {
  display: inline-block;
  height: 1px;
  width: 80px;
}
body .gap-85 {
  height: 85px;
  width: 100%;
}
body .spacer-85 {
  display: inline-block;
  height: 1px;
  width: 85px;
}
body .gap-90 {
  height: 90px;
  width: 100%;
}
body .spacer-90 {
  display: inline-block;
  height: 1px;
  width: 90px;
}
body .gap-95 {
  height: 95px;
  width: 100%;
}
body .spacer-95 {
  display: inline-block;
  height: 1px;
  width: 95px;
}
.mobile-only {
  display: none;
}
.not-mobile {
  display: block;
}
h1,
h2,
h3,
h4 {
  color: var(--black);
  font-family: var(--font-family-heading);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.25em;
  text-wrap: pretty;
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 3em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
* + h2,
* + h3,
* + h4 {
  margin-top: 40px;
}
p,
ul,
ol {
  font-weight: 400;
  line-height: 1.5;
}
p a,
ul a,
ol a {
  color: var(--primary);
  text-decoration: underline;
  transition: color var(--transition-duration) ease-in-out;
}
p a:hover,
ul a:hover,
ol a:hover {
  color: var(--charcoal);
}
p + p,
ul + p,
ol + p,
p + ul,
p + ol {
  margin-top: 0.125em;
}
ul,
ol {
  padding-left: 20px;
}
li {
  padding: 5px 0;
}
.theme-button {
  background-color: var(--secondary);
  border: none;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color var(--transition-duration) ease-in-out;
}
.theme-button:hover {
  background-color: var(--charcoal);
}
.theme-button--white {
  background-color: var(--white);
  color: var(--charcoal);
}
.theme-button--white:hover {
  background-color: var(--light-grey);
}
.more-button {
  align-items: center;
  color: var(--primary);
  display: inline-flex;
  font-family: var(--font-family);
  font-size: 1.125em;
  font-weight: 600;
  gap: 10px;
  text-decoration: none;
  transition: color var(--transition-duration) ease-in-out;
}
.more-button:after {
  content: '\2192';
  font-size: 1.2em;
}
.more-button:hover {
  color: var(--charcoal);
}
.grey-bkgd {
  --bg-color: var(--light-grey);
}
.primary-bkgd {
  --bg-color: var(--primary);
  --text-color: var(--white);
}
.secondary-bkgd {
  --bg-color: var(--secondary);
  --text-color: var(--white);
}
.charcoal-bkgd {
  --bg-color: var(--charcoal);
  --text-color: var(--white);
}
.teal-bkgd {
  --bg-color: var(--teal);
  --text-color: var(--white);
}
.light-blue-bkgd {
  --bg-color: var(--light-blue);
  --text-color: var(--primary);
}
.overlay--light-text {
  --text-color: var(--white);
}
.overlay--dark-text {
  --text-color: var(--black);
}
.message {
  background-color: var(--light-grey);
  border-left: 5px solid var(--grey);
  border-radius: 8px;
  padding: 20px;
}
.message--error {
  background-color: #fce4e4;
  border-left-color: var(--secondary);
}
.message--notice {
  color: var(--black);
}
.message--success {
  background-color: #e8f5e9;
  border-left-color: var(--primary);
}
.inset {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: var(--max-width);
  padding: 20px;
  position: relative;
  width: 100%;
}
.banner-heading {
  font-size: clamp(3em, 11cqi, 20em);
  font-weight: 500;
  line-height: 1;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: -20px;
  overflow: hidden;
  padding: 20px 20px 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  z-index: 1;
}
.banner-heading span {
  color: var(--white);
  display: inline-block;
  transform: translateY(0.15em);
}
#container {
  position: relative;
  z-index: 100;
}
section {
  --bg-color: transparent;
  --text-color: var(--black);
  background-color: var(--bg-color);
  position: relative;
}
section .inset {
  padding: 60px 20px;
  position: relative;
  z-index: 3;
}
section .inset h1,
section .inset h2,
section .inset h3 {
  color: var(--text-color);
}
section .inset p,
section .inset ul,
section .inset ol {
  color: var(--text-color);
}
section .inset p.subheading {
  font-size: 1.25em;
  margin-bottom: 20px;
  text-wrap: balance;
}
section.grey-bkgd {
  background-color: var(--light-grey);
}
section.charcoal-bkgd {
  background-color: var(--charcoal);
}
section.primary-bkgd {
  background-color: var(--primary);
}
section.secondary-bkgd {
  background-color: var(--secondary);
}
section.teal-bkgd {
  background-color: var(--teal);
}
section.light-blue-bkgd {
  background-color: var(--light-blue);
}
.columns {
  display: flex;
  gap: 40px;
  width: 100%;
}
.columns__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
header#header {
  background-color: var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  color: var(--primary);
  height: var(--header-height);
  left: 0;
  position: sticky;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 1000;
}
header#header .inset {
  align-items: center;
  display: flex;
  gap: 20px;
  height: 100%;
  justify-content: space-between;
  padding: 0 20px;
}
header#header .branding {
  align-items: center;
  display: flex;
  gap: 15px;
  z-index: 20;
}
header#header .branding a {
  display: block;
  text-decoration: none;
}
header#header .branding a img {
  display: block;
  height: var(--logo-height);
  width: auto;
}
header#header nav {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  z-index: 10;
}
header#header nav > div {
  height: 100%;
}
header#header nav ul {
  align-items: center;
  display: flex;
  font-size: 1.25em;
  font-weight: 500;
  gap: 20px;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
header#header nav ul li {
  display: block;
  height: 100%;
  padding: 0;
}
header#header nav ul li a {
  align-items: center;
  border-bottom: 4px solid transparent;
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: 100%;
  justify-content: flex-end;
  line-height: 1.1;
  padding: 10px 15px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
header#header nav ul li a::after {
  background-color: var(--secondary);
  bottom: -4px;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform var(--transition-duration) ease-in-out;
  width: 100%;
}
header#header nav ul li a:hover::after {
  transform: scaleY(1);
}
header#header nav ul li a span:first-child {
  color: var(--primary);
  font-size: 1.125em;
  font-weight: 600;
}
header#header nav ul li a span:last-child {
  color: var(--secondary);
  font-size: 1.25em;
  font-weight: 800;
  text-transform: uppercase;
}
header#header nav ul li.menu-item-has-children {
  position: relative;
}
header#header nav ul li.menu-item-has-children:hover ul {
  display: flex;
  animation: nav-fade-in 150ms forwards ease-in-out;
}
header#header nav ul li ul {
  background-color: var(--primary);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  font-size: 0.95rem;
  gap: 0;
  height: auto;
  left: 0;
  min-width: 200px;
  padding: 10px;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
header#header nav ul li ul li {
  height: auto;
}
header#header nav ul li ul li a {
  display: block;
  height: auto;
  padding: 8px 20px;
  white-space: nowrap;
}
@keyframes nav-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
header#header .mobile-menu-button {
  display: none;
}
body.scrolling header#header {
  --header-height: 60px;
}
body.admin-bar {
  --admin-bar-height: 32px;
}
body.admin-bar header#header {
  top: var(--admin-bar-height);
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    --admin-bar-height: 46px;
  }
}
.page-header {
  background-color: var(--charcoal);
  background-image: var(--bg-image-url);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-header .inset {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
  padding: 0 20px 30px;
  z-index: 10;
}
.page-header .inset .copy {
  background-color: rgba(0, 0, 0, 0.75);
  color: var(--white);
  padding: 20px 30px;
}
.page-header .inset .copy h1 {
  color: var(--white);
  font-size: 3em;
  line-height: 1.2;
  margin-bottom: 0;
  text-wrap: balance;
}
.page-header--overlay:before {
  content: '';
  background-color: var(--bg-overlay-color);
  display: block;
  height: 100%;
  left: 0;
  opacity: var(--bg-overlay-opacity);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
section.hero {
  background-color: var(--charcoal);
  color: var(--white);
  min-height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
section.hero .hero__slide {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 600ms ease-out;
  width: 100%;
  z-index: 1;
}
section.hero .hero__slide--active {
  opacity: 1;
  z-index: 2;
}
section.hero .hero__background {
  background-image: var(--bg-url);
  background-position: var(--bg-position-x, 50%) var(--bg-position-y, 50%);
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
}
section.hero .hero__overlay {
  background-color: var(--bg-color, var(--black));
  opacity: var(--bg-opacity, 0.4);
  position: absolute;
  inset: 0;
  z-index: 2;
}
section.hero .hero__slide > .inset {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  padding: 120px 30px 160px;
  z-index: 10;
}
section.hero .hero__copy {
  color: var(--white);
  max-width: 800px;
}
section.hero .hero__copy h1,
section.hero .hero__copy h2,
section.hero .hero__copy h3,
section.hero .hero__copy h4,
section.hero .hero__copy p,
section.hero .hero__copy span,
section.hero .hero__copy a {
  color: var(--white);
}
section.hero .hero__copy h1 {
  font-size: 4em;
  line-height: 1;
  margin-bottom: 20px;
  text-wrap: balance;
}
section.hero .hero__subheading {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
}
section.hero .hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}
section.hero .hero__tiles {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}
section.hero .hero__tiles .inset {
  display: flex;
  gap: 0;
  min-height: auto;
  padding: 0 30px;
}
section.hero .hero__tile {
  appearance: none;
  background: var(--charcoal);
  border: none;
  color: var(--white);
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  padding: 20px 24px;
  position: relative;
  text-align: left;
  transition: background 300ms ease;
}
section.hero .hero__tile:hover {
  background: var(--grey);
}
section.hero .hero__tile--active {
  background: var(--grey);
}
section.hero .hero__tile--active .hero__tile__progress {
  animation: tile-progress var(--hero-speed, 6s) linear forwards;
}
section.hero .hero__tile__progress {
  background: var(--secondary);
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
}
section.hero--paused .hero__tile--active .hero__tile__progress {
  animation: none;
  transform: scaleX(1);
}
section.hero .hero__tile__title {
  font-family: var(--font-family-heading);
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
section.hero .hero__tile__caption {
  font-size: 1em;
  margin-top: 4px;
  opacity: 0.8;
}
@keyframes tile-progress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 768px) {
  section.hero {
    min-height: 450px;
  }
  section.hero .hero__slide > .inset {
    min-height: 450px;
    padding: 80px 20px 120px;
  }
  section.hero .hero__copy h1 {
    font-size: 2.5em;
  }
  section.hero .hero__tiles .inset {
    flex-direction: column;
    padding: 0;
  }
  section.hero .hero__tile {
    padding: 12px 16px;
  }
  section.hero .hero__tile__title {
    font-size: 1.125em;
  }
  section.hero .hero__tile__caption {
    display: none;
  }
}
section.basic .inset {
  text-align: center;
}
section.basic .inset .buttons {
  margin-top: 20px;
}
section.basic .inset .image {
  margin-top: 20px;
}
section.basic--align-left .inset {
  text-align: left;
}
section.basic--align-right .inset {
  text-align: right;
}
section.split-content {
  display: flex;
}
section.split-content .split-content__side {
  flex: var(--side-flex, 1);
  min-height: 400px;
  overflow: hidden;
  position: relative;
}
section.split-content .split-content__side--wysiwyg {
  display: flex;
  align-items: center;
  padding: 60px;
}
section.split-content .split-content__wysiwyg {
  max-width: 600px;
}
section.split-content .split-content__content {
  margin: 20px 0;
}
section.split-content .split-content__content p {
  font-size: 1.125em;
  line-height: 1.6;
}
section.split-content .split-content__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
section.split-content .split-content__image {
  height: 100%;
  width: 100%;
}
section.split-content .split-content__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.split-content .split-content__gallery {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.split-content .split-content__gallery__main {
  flex: 1;
  overflow: hidden;
}
section.split-content .split-content__gallery__main img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.split-content .split-content__gallery__thumbs {
  display: flex;
  gap: 4px;
  padding: 4px;
}
section.split-content .split-content__gallery__thumb {
  appearance: none;
  background: none;
  border: 2px solid transparent;
  cursor: pointer;
  flex: 0 0 80px;
  height: 60px;
  overflow: hidden;
  padding: 0;
}
section.split-content .split-content__gallery__thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.split-content .split-content__gallery__thumb.active {
  border-color: var(--primary);
}
section.split-content .split-content__video {
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  position: relative;
}
section.split-content .split-content__video img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.split-content .split-content__video iframe,
section.split-content .split-content__video .split-content__video__player {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
section.split-content .split-content__video__play {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
section.split-content .split-content__video__play__icon {
  background-color: var(--white);
  display: block;
  height: 80px;
  opacity: 0.85;
  width: 80px;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="white"/><path d="M38 25 L38 75 L75 50 Z" fill="black"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="white"/><path d="M38 25 L38 75 L75 50 Z" fill="black"/></svg>');
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: opacity var(--transition-duration) ease-in-out;
}
section.split-content .split-content__video__play:hover .split-content__video__play__icon {
  opacity: 1;
}
section.split-content .split-content__side--accordion .toggles {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding: 40px;
}
section.split-content .toggles-images__img {
  object-position: var(--obj-position, 50% 50%);
}
@media screen and (max-width: 768px) {
  section.split-content {
    flex-direction: column;
  }
  section.split-content .split-content__side {
    flex: 1 1 100% !important;
    min-height: auto;
  }
  section.split-content .split-content__side--wysiwyg {
    padding: 40px 20px;
  }
  section.split-content .split-content__gallery__thumb {
    flex: 0 0 60px;
    height: 45px;
  }
}
section.testimonials .testimonials-box {
  position: relative;
  min-height: 200px;
}
section.testimonials .testimonial-slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 600ms ease-in-out;
}
section.testimonials .testimonial-slide.is-active {
  opacity: 1;
  position: relative;
}
section.testimonials blockquote {
  margin: 0;
}
section.testimonials .testimonial-content {
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 20px;
}
section.testimonials .testimonial-author {
  align-items: center;
  display: flex;
  gap: 15px;
}
section.testimonials .testimonial-photo img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  object-fit: cover;
}
section.testimonials .testimonial-name {
  display: block;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 700;
}
section.testimonials .testimonial-role {
  color: var(--grey);
  display: block;
  font-size: 0.95em;
  font-style: normal;
}
section.boxes .inset {
  text-align: center;
}
section.boxes .inset .subheading {
  margin: 0 auto 20px;
  max-width: 80%;
}
section.boxes .grid-slider .holder {
  overflow: hidden;
}
section.boxes .grid-slider .holder .strip {
  display: grid;
  grid-template-columns: repeat(var(--per, 4), 1fr);
  gap: 30px;
  margin-top: 30px;
}
section.boxes .grid-slider.no-slider .holder {
  overflow: visible;
}
section.boxes .grid-slider .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
section.boxes .grid-slider .arrow--left {
  left: -20px;
}
section.boxes .grid-slider .arrow--right {
  right: -20px;
}
section.boxes .grid-slider .dots {
  display: none;
}
section.boxes .boxes__item {
  color: var(--charcoal);
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  text-decoration: none;
  transition: transform var(--transition-duration) ease-in-out;
}
section.boxes .boxes__item:hover {
  transform: translateY(-4px);
}
section.boxes .boxes__item__icon {
  color: var(--primary);
  font-size: 2.5em;
}
section.boxes .boxes__item__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.boxes .boxes__item__content h4 {
  font-size: 1.25em;
}
section.boxes .boxes__item__button {
  color: var(--primary);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  section.boxes .inset .subheading {
    max-width: 100%;
  }
  section.boxes .grid-slider.no-slider .holder .strip {
    grid-template-columns: 1fr;
  }
}
div.image-banner {
  display: flex;
  align-items: center;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}
div.image-banner .inset {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 60px 20px;
  z-index: 2;
}
div.image-banner__image {
  background-image: var(--bg-url);
  background-position: var(--bg-position-x, 50%) var(--bg-position-y, 50%);
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
}
div.image-banner__copy {
  color: var(--white);
  max-width: 600px;
  position: relative;
  z-index: 2;
}
div.image-banner__copy .label {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
div.image-banner__copy h2 {
  color: var(--white);
  margin-bottom: 0.5em;
}
div.image-banner__copy .content {
  margin-bottom: 20px;
}
div.image-banner__copy .content p {
  font-size: 1.125em;
  line-height: 1.6;
}
div.image-banner--right .inset {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  div.image-banner {
    min-height: 300px;
  }
}
div.image-header {
  background-image: var(--bg-url);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  min-height: 300px;
  position: relative;
}
div.image-header__overlay {
  background-color: var(--bg-color, rgba(0, 0, 0, 0.4));
  opacity: var(--bg-opacity, 1);
  position: absolute;
  inset: 0;
}
div.image-header__heading {
  color: var(--white);
  margin: 0;
  padding: 30px;
  position: relative;
  z-index: 2;
}
div.image-header__heading img {
  display: block;
  max-height: 80px;
  width: auto;
}
div.image-header__subheading {
  display: block;
  font-size: 0.5em;
  font-weight: 400;
  margin-top: 5px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  div.image-header {
    min-height: 180px;
  }
  div.image-header__heading {
    font-size: 2em;
  }
}
section.video-content .video-content__header {
  margin-bottom: 30px;
}
section.video-content .video-content__header .subheading {
  font-size: 1.25em;
  margin-top: 10px;
}
section.video-content .video-content__player {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
section.video-content .video-content__player img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.video-content .video-content__play {
  align-items: center;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  padding: 40px 0;
}
section.video-content .video-content__play__icon {
  background-color: var(--white);
  height: 80px;
  width: 80px;
  opacity: 0.85;
  transition: opacity var(--transition-duration) ease-in-out;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="white"/><path d="M38 25 L38 75 L75 50 Z" fill="black"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="white"/><path d="M38 25 L38 75 L75 50 Z" fill="black"/></svg>');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
section.video-content .video-content__play:hover .video-content__play__icon {
  opacity: 1;
}
section.video-content .video-content__caption {
  color: var(--text-color);
  font-size: 1.125em;
  font-weight: 500;
  text-align: center;
}
section.latest-news {
  container-type: inline-size;
}
section.latest-news .latest-news__heading {
  background: var(--primary);
  color: var(--white);
}
section.latest-news .inset {
  padding-top: 0;
  text-align: center;
}
section.latest-news .inset .subheading {
  font-size: 1.25em;
  margin-bottom: 30px;
}
section.latest-news .latest-news__grid {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section.latest-news .latest-news__grid {
    grid-template-columns: 1fr;
  }
}
section.map-callouts {
  container-type: inline-size;
  position: relative;
}
section.map-callouts .inset {
  padding: 0 20px 20px;
  z-index: 2;
}
section.map-callouts .map-callouts__heading {
  background: var(--charcoal);
  color: var(--white);
}
section.map-callouts .map-callouts__map {
  padding: 20px;
  position: relative;
  z-index: 1;
}
section.map-callouts .map-callouts__map svg {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
section.map-callouts .map-callouts__boxes .map-callouts__box {
  line-height: 1.1;
  position: absolute;
  text-align: center;
  text-wrap: balance;
  max-width: 280px;
}
section.map-callouts .map-callouts__boxes .map-callouts__box--0 {
  left: 5%;
  top: 10%;
}
section.map-callouts .map-callouts__boxes .map-callouts__box--1 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.map-callouts .map-callouts__boxes .map-callouts__box--2 {
  right: 5%;
  top: 20%;
}
section.map-callouts .map-callouts__box {
  background: var(--secondary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: var(--white);
  padding: 16px 24px;
}
section.map-callouts .map-callouts__box__label {
  font-family: var(--font-family-heading);
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
section.map-callouts .map-callouts__cta {
  background: var(--charcoal);
  bottom: 0;
  color: var(--white);
  max-width: 360px;
  padding: 30px;
  position: absolute;
  right: 0;
}
section.map-callouts .map-callouts__cta h3 {
  color: var(--white);
  font-size: 2em;
  margin-bottom: 10px;
}
section.map-callouts .map-callouts__cta__content {
  margin-bottom: 20px;
}
section.map-callouts .map-callouts__cta__content p {
  color: var(--white);
}
@media screen and (max-width: 768px) {
  section.map-callouts .map-callouts__cta {
    max-width: 100%;
    position: relative;
    right: auto;
  }
}
section.contact-boxes-content .inset .boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}
section.contact-boxes-content .inset .boxes .boxes__box {
  background: var(--white);
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 30px 20px;
  text-align: center;
}
section.contact-boxes-content .inset .boxes .boxes__box__icon {
  color: var(--primary);
  font-size: 2em;
}
section.contact-boxes-content .inset .boxes .boxes__box__label {
  color: var(--charcoal);
  font-weight: 600;
}
section.contact-boxes-content .inset .boxes .boxes__box__button a {
  color: var(--charcoal);
  text-decoration: underline;
  transition: color var(--transition-duration) ease-in-out;
}
section.contact-boxes-content .inset .boxes .boxes__box__button a:hover {
  color: var(--black);
}
section.page .inset {
  padding: 60px 20px;
}
.entry-card {
  background: var(--white);
  filter: var(--drop-shadow-filter);
  overflow: hidden;
  transition: transform var(--transition-duration) ease-in-out;
}
.entry-card:hover {
  transform: translateY(-4px);
}
.entry-card__image {
  display: block;
  overflow: hidden;
}
.entry-card__image img {
  aspect-ratio: 4 / 2;
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.entry-card__date {
  background-color: var(--primary);
  color: var(--white);
  display: block;
  padding: 5px 20px;
}
.entry-card__text {
  padding: 20px 25px 25px;
}
.entry-card__text h3 {
  font-size: 1.5em;
  margin-bottom: 0.4em;
  margin-top: 0;
}
.entry-card__text h3 a {
  color: var(--primary);
  text-decoration: none;
}
.entry-card__text h3 a:hover {
  color: var(--charcoal);
}
.entry-card__text p {
  color: var(--charcoal);
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 15px;
}
.blog-content .inset {
  display: flex;
  gap: 40px;
}
.blog-content__posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  flex: 1;
}
.blog-content__sidebar {
  width: 300px;
  flex-shrink: 0;
}
.blog-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 40px 0;
}
.blog-pagination a,
.blog-pagination span {
  border: 1px solid var(--grey);
  color: var(--charcoal);
  display: inline-block;
  min-width: 40px;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
}
.blog-pagination .current {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
footer#footer {
  background-color: var(--white);
  color: var(--primary);
  position: relative;
  text-align: center;
  z-index: 101;
}
footer#footer .inset {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 60px 20px;
}
footer#footer .footer__cta {
  color: var(--primary);
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  max-width: 700px;
  text-wrap: balance;
}
footer#footer .footer__cta .accent {
  color: var(--secondary);
}
footer#footer .footer__foundations {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: space-between;
  padding: 0 40px;
  width: 100%;
}
footer#footer .footer__foundations a {
  display: block;
  min-width: 0;
  transition: transform var(--transition-duration) ease-in-out;
}
footer#footer .footer__foundations a:hover {
  opacity: 1;
  transform: scale(1.08);
}
footer#footer .footer__foundations img {
  display: block;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  footer#footer .footer__foundations {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
footer#footer .footer__social .social-links ul {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer .footer__social .social-links ul a {
  align-items: center;
  background-color: var(--white);
  border-radius: 8px;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}
footer#footer .footer__social .social-links ul a svg {
  fill: var(--light-blue);
  height: 22px;
  width: 22px;
}
footer#footer a {
  color: var(--primary);
  text-decoration: none;
  transition: opacity var(--transition-duration) ease;
}
footer#footer a:hover {
  opacity: 0.7;
}
footer#footer .copyright {
  background-color: var(--primary);
  color: var(--white);
  font-size: 0.85em;
  padding: 15px 20px 30px;
  text-align: center;
}
footer#footer .copyright .inset {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 1.375em;
  gap: 20px;
  justify-content: space-between;
  padding: 0 20px;
}
.gfw-hero {
  background-color: var(--off-white);
  padding-bottom: 6em;
  text-align: center;
}
.gfw-hero .inset {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 80px;
}
.gfw-hero__heading {
  font-size: clamp(2.5em, 6vw, 4.5em);
  margin-bottom: 0;
  max-width: 900px;
}
.gfw-hero__heading span {
  display: block;
}
.gfw-hero__heading-line1 {
  color: var(--primary);
}
.gfw-hero__heading-line2 {
  color: var(--secondary);
}
.gfw-hero__map {
  max-width: 420px;
  width: 60%;
}
.gfw-hero__map img {
  display: block;
  height: auto;
  width: 100%;
}
.gfw-hero__body {
  font-size: 1.25em;
  margin-bottom: 1em;
  max-width: 700px;
}
.gfw-hero__cta {
  --text-color: var(--primary);
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.2;
  max-width: 700px;
  text-wrap: balance;
}
.gfw-impact-stat {
  margin-top: 0;
}
.gfw-impact-stat .inset {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: 1.2fr 1fr;
  padding-bottom: 260px;
}
.gfw-impact-stat__copy {
  padding: 0 40px;
}
.gfw-impact-stat__heart-frame {
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.gfw-impact-stat__heart {
  bottom: -240px;
  height: 440px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
}
.gfw-impact-stat__heading {
  font-size: 3em;
}
.gfw-impact-stat__heading-line1 {
  display: block;
}
.gfw-impact-stat__heading-line2 {
  color: var(--accent);
  display: block;
}
.gfw-impact-stat__heading-part1 {
  color: var(--light-blue);
}
.gfw-impact-stat__heading-part2 {
  color: var(--white);
}
.gfw-impact-stat__body {
  font-size: 1.25em;
  margin-bottom: 30px;
}
.gfw-impact-stat__body strong {
  color: var(--white);
  font-weight: 800;
}
.gfw-impact-stat__quote {
  border-radius: 16px;
  color: var(--accent);
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 0 -45px;
  padding: 40px 45px 30px 45px;
  position: relative;
  width: calc(100% + 90px);
}
.gfw-impact-stat__quote::before {
  border: 1px solid var(--accent);
  border-radius: 16px;
  content: '';
  height: 100%;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 100%;
}
.gfw-impact-stat__quote::after {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: soft-light;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.gfw-impact-stat__quote--alt {
  color: var(--teal);
  margin-top: 20px;
}
.gfw-impact-stat__quote--alt::before {
  left: -20px;
  top: -20px;
}
.gfw-impact-stat__quote--alt::after {
  background-color: var(--light-blue);
  mix-blend-mode: normal;
}
.gfw-impact-stat__photo {
  margin-right: -120px;
  margin-top: -180px;
}
.gfw-impact-stat__photo img {
  border-radius: 32px;
  display: block;
  filter: var(--drop-shadow-filter);
  height: auto;
  object-fit: cover;
  width: 100%;
}
.gfw-impact-detail .inset {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1.2fr;
}
.gfw-impact-detail__copy {
  padding: 0 20px;
}
.gfw-impact-detail__photo {
  margin-left: -120px;
  margin-top: -260px;
}
.gfw-impact-detail__photo img {
  border-radius: 32px;
  display: block;
  filter: var(--drop-shadow-filter);
  height: auto;
  object-fit: cover;
  width: 100%;
}
.gfw-impact-detail__body {
  font-size: 1.25em;
  margin-bottom: 20px;
}
.gfw-impact-detail__body strong {
  color: var(--secondary);
}
.gfw-impact-detail__bullets {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.gfw-impact-detail__bullets li {
  align-items: flex-start;
  color: var(--black);
  display: flex;
  font-size: 1.25em;
  font-weight: 700;
  gap: 12px;
  line-height: 1.4;
}
.gfw-impact-detail__bullets li::before {
  background-color: var(--light-blue);
  border-radius: 50%;
  content: '';
  flex: 0 0 10px;
  height: 10px;
  margin-top: 0.5em;
  width: 10px;
}
.gfw-story .inset {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}
.gfw-story__copy {
  padding: 0 40px;
}
.gfw-story__heading {
  font-size: 2.5em;
}
.gfw-story__heading-part1 {
  color: var(--primary);
}
.gfw-story__heading-part2 {
  color: var(--light-blue);
}
.gfw-story__body {
  font-size: 1.25em;
}
.gfw-story__photo {
  align-self: start;
  height: 420px;
  margin-right: -120px;
}
.gfw-story__photo img {
  border-radius: 32px;
  display: block;
  filter: var(--drop-shadow-filter);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.gfw-story__regions {
  background-color: var(--teal);
  border-radius: 16px;
  color: var(--white);
  margin-left: -40px;
  margin-top: 30px;
  padding: 35px 40px;
  width: calc(100% + 80px);
}
.gfw-story__regions-heading {
  font-size: 2.25em;
  margin-bottom: 20px;
}
.gfw-story__regions-heading-part1 {
  color: var(--light-blue);
}
.gfw-story__regions-heading-part2 {
  color: var(--white);
}
.gfw-story__regions-heading-part3 {
  color: var(--accent);
}
.gfw-story__regions ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gfw-story__regions li {
  align-items: center;
  display: flex;
  font-size: 1.25em;
  gap: 12px;
}
.gfw-story__regions li::before {
  background-color: var(--light-blue);
  border-radius: 50%;
  content: '';
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
}
.gfw-story__regions a {
  color: var(--white);
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: none;
}
.gfw-story__regions a:hover,
.gfw-story__regions a:focus-visible {
  color: var(--accent);
}
.gfw-ways-to-give__top {
  position: relative;
}
.gfw-ways-to-give__heading-row {
  align-items: end;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1.3fr;
  margin-bottom: 50px;
}
.gfw-ways-to-give__heading {
  font-size: 6em;
  line-height: 1.05;
  margin: 0;
}
.gfw-ways-to-give__heading-part1 {
  color: var(--primary);
  display: block;
}
.gfw-ways-to-give__heading-part2 {
  color: var(--secondary);
  display: block;
}
.gfw-ways-to-give__subheading {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.gfw-ways-to-give__subheading-part1 {
  color: var(--white);
}
.gfw-ways-to-give__subheading-part2 {
  color: var(--primary);
}
.gfw-ways-to-give__photo {
  margin-bottom: -10%;
  margin-left: auto;
  max-width: calc(50% + 80px);
  position: relative;
}
.gfw-ways-to-give__photo-frame {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gfw-ways-to-give__photo-frame img {
  display: block;
  height: auto;
  width: calc(100% + 70px);
}
.gfw-ways-to-give__heart-frame {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.gfw-ways-to-give__heart {
  bottom: -100px;
  height: auto;
  left: 0;
  position: absolute;
  width: calc(min(100vw, var(--max-width)) * 0.45);
}
.gfw-ways-to-give__intro-wrap {
  background-color: var(--white);
  margin: 0 calc(-50vw + 50%) -60px;
  padding: 60px 20px 80px;
}
.gfw-ways-to-give__intro {
  margin: calc(min(100vw, var(--max-width)) * 0.2) auto 20px;
  max-width: 780px;
  text-align: center;
}
.gfw-ways-to-give__intro-heading {
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 5px;
}
.gfw-ways-to-give__intro-part1 {
  color: var(--primary);
}
.gfw-ways-to-give__intro-part2 {
  color: var(--light-blue);
}
.gfw-ways-to-give__intro-part3 {
  color: var(--black);
}
.gfw-ways-to-give__intro-body {
  color: var(--primary);
  font-size: 1.75em;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 30px;
  text-wrap: balance;
}
.gfw-ways-to-give__intro-cta {
  --text-color: var(--secondary);
  border-bottom: 2px solid var(--primary-light);
  display: inline-block;
  font-size: 2em;
  font-weight: 800;
  padding-bottom: 10px;
  width: 100%;
}
.gfw-ways-to-give__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1000px;
}
.gfw-ways-to-give__item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.gfw-ways-to-give__icon {
  aspect-ratio: 1;
  margin: 0 auto;
  width: 180px;
}
.gfw-ways-to-give__icon img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.gfw-ways-to-give__icon svg {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.gfw-ways-to-give__icon svg path,
.gfw-ways-to-give__icon svg g,
.gfw-ways-to-give__icon svg circle,
.gfw-ways-to-give__icon svg line,
.gfw-ways-to-give__icon svg rect,
.gfw-ways-to-give__icon svg ellipse,
.gfw-ways-to-give__icon svg polygon,
.gfw-ways-to-give__icon svg polyline {
  vector-effect: non-scaling-stroke;
}
.gfw-ways-to-give__icon #rays,
.gfw-ways-to-give__icon #heart,
.gfw-ways-to-give__icon #palm,
.gfw-ways-to-give__icon #second-person,
.gfw-ways-to-give__icon #third-person,
.gfw-ways-to-give__icon #left-strap,
.gfw-ways-to-give__icon #right-strap {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform var(--transition-duration) ease-in-out;
}
.gfw-ways-to-give__icon--sun:hover #rays {
  transform: scale(1.4);
}
.gfw-ways-to-give__icon--hand:hover #heart {
  transform: scale(1.25);
}
.gfw-ways-to-give__icon--hand:hover #palm {
  transform: scale(1.08);
}
.gfw-ways-to-give__icon--person:hover #second-person {
  transform: translate(-48px, 5px) rotate(-10deg);
}
.gfw-ways-to-give__icon--person:hover #third-person {
  transform: translate(48px, 5px) rotate(10deg);
  transition-delay: 0.06s;
}
.gfw-ways-to-give__icon svg [id*="mask"],
.gfw-ways-to-give__icon svg [id*="mask"] path {
  stroke: none;
}
.gfw-ways-to-give__icon #coin {
  transition: transform 0.15s ease-in;
}
.gfw-ways-to-give__icon--bank:hover #coin {
  transform: translateY(42px);
}
.gfw-ways-to-give__icon--bank:hover #bank {
  animation: gfw-bank-rattle 0.4s ease-out 0.15s;
  transform-origin: center bottom;
}
@keyframes gfw-bank-bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(3px);
  }
  80% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes gfw-bank-rattle {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  20% {
    transform: translateX(-1px) rotate(-0.75deg);
  }
  40% {
    transform: translateX(1px) rotate(0.75deg);
  }
  60% {
    transform: translateX(-0.6px) rotate(-0.4deg);
  }
  80% {
    transform: translateX(0.3px) rotate(0.2deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
.gfw-ways-to-give__icon--case:hover #left-strap,
.gfw-ways-to-give__icon--case:hover #right-strap {
  transform: translateY(-10px);
}
.gfw-ways-to-give__icon--case:hover #case {
  animation: gfw-bank-bounce 0.6s ease-out;
}
.gfw-ways-to-give__icon--case:hover #closed {
  transition: opacity 0s linear 0.12s;
  opacity: 0;
}
.gfw-ways-to-give__icon--case:hover #open {
  transition: opacity 0s linear 0.12s;
  opacity: 1;
}
.gfw-ways-to-give__icon #open {
  opacity: 0;
}
.gfw-ways-to-give__icon #top {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.12s ease-out;
}
.gfw-ways-to-give__icon--gift:hover #gift {
  animation: gfw-gift-rise 0.5s ease-out;
}
.gfw-ways-to-give__icon--gift:hover #top {
  transform: translate(-10px, -16px) rotate(-15deg);
}
@keyframes gfw-gift-rise {
  0% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-14px);
  }
  60% {
    transform: translateY(3px);
  }
  80% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(0);
  }
}
.gfw-ways-to-give__verb {
  color: var(--secondary);
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}
.gfw-ways-to-give__description {
  color: var(--black);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2;
  text-wrap: balance;
}
.gfw-advisor {
  margin-top: 80px;
}
.gfw-advisor .inset {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1.2fr;
  padding-bottom: 260px;
}
.gfw-advisor__copy {
  padding: 0 40px;
}
.gfw-advisor__heart-frame {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.gfw-advisor__heart {
  bottom: -240px;
  height: 440px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
}
.gfw-advisor__photo {
  margin-left: -120px;
  margin-top: -180px;
}
.gfw-advisor__photo img {
  border-radius: 32px;
  display: block;
  filter: var(--drop-shadow-filter);
  height: auto;
  object-fit: cover;
  width: 100%;
}
.gfw-advisor__heading {
  font-size: 2.5em;
}
.gfw-advisor__heading-part1 {
  color: var(--light-blue);
}
.gfw-advisor__heading-part2 {
  color: var(--accent);
}
.gfw-advisor__body {
  font-size: 1.25em;
  margin-bottom: 30px;
}
.gfw-advisor__quote {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: var(--accent);
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 0 -45px;
  mix-blend-mode: soft-light;
  padding: 40px 45px 30px 45px;
  position: relative;
  width: calc(100% + 90px);
}
.gfw-advisor__quote::before {
  border: 1px solid var(--accent);
  border-radius: 16px;
  content: '';
  height: 100%;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 100%;
}
.gfw-advisor__quote--alt {
  background-color: var(--light-blue);
  color: var(--teal);
  margin: 60px 0 0 -35px;
  mix-blend-mode: normal;
  padding: 30px 45px 45px 35px;
  width: calc(100% + 70px);
}
.gfw-advisor__quote--alt::before {
  left: -20px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
  .not-mobile {
    display: none;
  }
  #is-mobile {
    display: block;
  }
  body h1 {
    font-size: 2.5em;
  }
  body h2 {
    font-size: 2em;
  }
  body h3 {
    font-size: 1.5em;
  }
  header#header {
    --header-height: 60px;
  }
  header#header .branding a img {
    width: 100px;
  }
  header#header nav {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    height: calc(100vh - var(--header-height));
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 30px 20px;
    pointer-events: none;
    position: fixed;
    top: var(--header-height);
    width: 100vw;
    z-index: 1000;
  }
  header#header nav > div {
    height: auto;
  }
  header#header nav ul {
    flex-direction: column;
    height: auto;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    width: 100%;
  }
  header#header nav ul li {
    height: auto;
    text-align: center;
    width: 100%;
  }
  header#header nav ul li a {
    color: var(--black);
    font-size: 1.25rem;
    height: auto;
    padding: 10px;
  }
  header#header nav ul li.menu-item-has-children:hover ul {
    animation: none;
  }
  header#header nav ul li ul {
    background-color: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    height: auto;
    left: 0;
    min-width: 0;
    padding: 0;
    position: relative;
    top: 0;
  }
  header#header nav ul li ul li a {
    font-size: 1.1rem;
    opacity: 0.7;
  }
  header#header .mobile-menu-button {
    --line-inset: 12px;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 50px;
    z-index: 1001;
  }
  header#header .mobile-menu-button__line {
    background-color: var(--primary);
    border-radius: 2px;
    height: 4px;
    left: var(--line-inset);
    position: absolute;
    top: calc(var(--line-inset) + 4px);
    transition: all 0.2s ease-in-out;
    width: calc(100% - (var(--line-inset) * 2));
  }
  header#header .mobile-menu-button__line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  header#header .mobile-menu-button__line:nth-child(3) {
    top: auto;
    bottom: calc(var(--line-inset) + 4px);
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(1) {
    top: 23px;
    transform: rotate(45deg);
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(2) {
    opacity: 0;
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(3) {
    bottom: 23px;
    transform: rotate(-45deg);
  }
  body.menus--active {
    overflow: hidden;
  }
  body.menus--active header#header {
    position: fixed;
  }
  body.menus--active header#header nav {
    opacity: 1;
    pointer-events: all;
  }
  body.menus--active header#header nav ul {
    opacity: 1;
    pointer-events: all;
  }
  body.admin-bar nav {
    top: calc(var(--header-height) + var(--admin-bar-height)) !important;
    height: calc(100vh - var(--header-height) - var(--admin-bar-height)) !important;
  }
  body.admin-bar.menus--active header#header {
    top: var(--admin-bar-height);
  }
  section .inset {
    padding: 40px 20px;
  }
  .page-header .inset .copy {
    min-width: calc(100% - 20px);
  }
  .page-header .inset .copy h1 {
    font-size: 2.5em;
  }
  .columns {
    flex-direction: column;
    gap: 30px;
  }
  .columns__column {
    width: 100%;
  }
  .blog-content .inset {
    flex-direction: column;
  }
  .blog-content__posts {
    grid-template-columns: 1fr;
  }
  .blog-content__sidebar {
    width: 100%;
  }
  footer#footer .inset {
    gap: 30px;
    padding: 40px 20px;
  }
  footer#footer .footer__cta {
    font-size: 1.25em;
  }
  footer#footer .footer__foundations {
    gap: 25px;
  }
  footer#footer .footer__foundations img {
    height: 44px;
  }
  footer#footer .social-links ul {
    justify-content: center;
  }
  header#header .branding a img {
    height: 90px;
  }
  .gfw-hero .inset {
    padding-top: 40px;
  }
  .gfw-hero__map {
    width: 80%;
  }
  .gfw-impact-stat .inset,
  .gfw-impact-detail .inset,
  .gfw-story .inset,
  .gfw-advisor .inset {
    grid-template-columns: 1fr;
  }
  .gfw-impact-stat__photo {
    margin-right: 0;
    margin-top: 0;
  }
  .gfw-impact-stat__heart,
  .gfw-advisor__heart {
    display: none;
  }
  .gfw-advisor__photo {
    margin-left: 0;
    margin-top: 0;
  }
  .gfw-impact-stat__quote,
  .gfw-advisor__quote {
    margin-left: 0;
    width: 100%;
  }
  .gfw-impact-detail__photo {
    margin-left: 0;
    margin-top: 0;
  }
  .gfw-story__photo {
    align-self: auto;
    height: auto;
    margin-right: 0;
    margin-top: 0 !important;
  }
  .gfw-story__regions {
    margin-left: 0;
    width: 100%;
  }
  .gfw-ways-to-give__heading-row {
    grid-template-columns: 1fr;
  }
  .gfw-ways-to-give__photo {
    margin: 0 auto;
    max-width: 100%;
  }
  .gfw-ways-to-give__grid {
    grid-template-columns: 1fr;
  }
}
