:root {
  --swatch--beige: #f6f0e7;
  --default--heading: var(--swatch--canopy);
  --default--background: var(--swatch--beige);
  --swatch--white: white;
  --swatch--golden-gate-light-green: #adc24a;
  --thirst\<deleted\|variable-d14b6070\>: #ee4060;
  --swatch--moss: #6a9d34;
  --swatch--canopy: #00663c;
  --white\<deleted\|variable-dee47ebc\>: white;
  --default--btn: var(--swatch--moss);
  --default--btn-label: var(--swatch--white);
  --default--text: var(--swatch--dark-green);
  --default--accent: var(--swatch--moss);
  --default--pullout: var(--swatch--canopy);
  --swatch--dark-green: #1a2c25;
  --swatch--sand: #cac4bc;
  --dark--background: var(--swatch--canopy);
  --dark--text: var(--swatch--white);
  --dark--heading: var(--swatch--white);
  --dark--accent: var(--swatch--moss);
  --dark--btn: var(--swatch--white);
  --dark--btn-label: var(--swatch--canopy);
  --dark--pullout: var(--swatch--white);
  --light--background: var(--swatch--moss);
  --light--text: var(--swatch--white);
  --light--heading: var(--swatch--white);
  --light--accent: var(--swatch--canopy);
  --light--btn: var(--swatch--white);
  --light--btn-label: var(--swatch--canopy);
  --light--pullout: var(--swatch--white);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--swatch--beige);
  color: #333;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 8.87rem;
  font-weight: 800;
  line-height: 90%;
}

h2 {
  color: var(--default--heading);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 4.07rem;
  font-weight: 800;
  line-height: 110%;
}

h3 {
  color: var(--default--heading);
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 2.67rem;
  font-weight: 800;
  line-height: 1.2;
}

h4 {
  color: var(--default--heading);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.87rem;
  font-weight: 800;
  line-height: 1.2;
}

h5 {
  color: var(--default--heading);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.27rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  color: var(--default--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.17rem;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--default--heading);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 800;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0;
  font-family: Cardo, sans-serif;
  font-size: 3.57rem;
  font-weight: 400;
  line-height: 130%;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: .9rem;
}

.header {
  z-index: 2;
  max-width: 560px;
  position: fixed;
  top: 48px;
  left: 60px;
}

.footer {
  background-color: var(--default--background);
  padding-bottom: 40px;
}

.main {
  z-index: 1;
  position: relative;
}

.container {
  max-width: 1454px;
  padding-left: 32px;
  padding-right: 32px;
}

.container.map {
  position: relative;
}

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

.mb-sm {
  margin-bottom: 40px;
}

.mb {
  margin-bottom: 5rem;
}

.p-y {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.hidden {
  display: none;
}

.rich-text h2 {
  color: var(--default--heading);
}

.rich-text li {
  margin-bottom: .25rem;
}

.navbar {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--swatch--white);
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 12px 10px 24px;
  display: flex;
  box-shadow: 1px 1px 8px #0000001f;
}

.logo {
  width: 230px;
}

.navbar-container {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  background-color: #005532;
  border-radius: 34px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-link {
  color: var(--swatch--white);
  margin-left: 0;
  margin-right: 0;
  padding: 14px 32px;
  font-size: 1.27rem;
  font-weight: 600;
  line-height: 130%;
}

.nav-link:hover {
  color: var(--swatch--golden-gate-light-green);
}

.nav-link.w--current {
  color: var(--thirst\<deleted\|variable-d14b6070\>);
}

.nav-link.btn {
  background-color: var(--swatch--moss);
  text-align: center;
  margin: 12px 32px;
  padding: 12px 24px;
  font-size: 1.27rem;
}

.nav-link.btn:hover {
  background-color: var(--swatch--beige);
  color: var(--swatch--canopy);
}

.nav-link.btn.w--current {
  color: var(--white\<deleted\|variable-dee47ebc\>);
}

.nav-link.btn.hidden-desktop {
  display: none;
}

.menu-button {
  margin-right: 20px;
  padding: 0;
}

.menu-button.w--open {
  background-color: #0000;
}

.brand {
  padding-left: 0;
}

.dynamic-year {
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 600px;
  display: flex;
}

.btn {
  background-color: var(--default--btn);
  color: var(--default--btn-label);
  border-radius: 100px;
  padding: .75rem 1.8rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .25s;
}

.btn:hover {
  background-color: var(--default--heading);
}

.btn.btn__sm {
  padding: 16px 20px;
  font-size: .94rem;
  line-height: 100%;
  display: block;
}

.btn.btn__sm.secondary {
  background-color: var(--swatch--canopy);
}

.btn.btn__sm.secondary:hover {
  background-color: var(--swatch--moss);
}

.grid__6-6 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.grid__6-6.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.grid__6-6.collapse-tablet.align-top {
  align-items: start;
}

.grid__6-6.align-middle {
  align-items: center;
}

.fade {
  background-color: var(--default--background);
  color: var(--default--text);
}

.fade.hero {
  height: 95%;
  min-height: 95vh;
  position: relative;
  overflow: hidden;
}

.fade.p-y.overflow-hidden {
  overflow: hidden;
}

.fade.p-y.map {
  position: relative;
  overflow: hidden;
}

.quick-exit {
  grid-column-gap: 2rem;
  background-color: #cecece;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.quick-exit__text {
  margin-bottom: 0;
  display: none;
}

.quick-exit__button {
  flex: none;
}

.hero__image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero__pattern {
  z-index: 3;
  background-image: url('../images/pattern-strip-horiz.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 16px;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
}

.hero__content {
  z-index: 3;
  color: var(--swatch--white);
  position: absolute;
  bottom: 80px;
  left: 60px;
}

.hero__subheading {
  color: var(--swatch--white);
  font-family: Cardo, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 120%;
}

.hero__overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #0003, #0000);
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.section-number {
  float: left;
  background-color: var(--default--accent);
  color: var(--swatch--white);
  border-radius: 3px;
  margin-top: 12px;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 2.47rem;
  font-weight: 800;
  line-height: 130%;
  display: block;
}

.col-10 {
  width: 83.3333%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.py-lg {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pullout {
  color: var(--default--pullout);
  font-family: Cardo, sans-serif;
  font-size: 3.57rem;
  line-height: 130%;
}

.caption {
  color: var(--default--accent);
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.caption.author {
  opacity: .65;
  color: var(--default--text);
  font-size: .8rem;
}

.section-heading {
  display: block;
}

.col-11 {
  width: 91.6667%;
}

.flex-end {
  justify-content: flex-end;
  display: flex;
}

.rte blockquote {
  color: var(--swatch--canopy);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Cardo, sans-serif;
  font-size: 1.37rem;
  font-weight: 400;
  line-height: 140%;
}

.rte figure {
  width: 75%;
  margin: 24px 0;
}

.rte img {
  width: 100%;
}

.rte h4 {
  margin-bottom: 24px;
}

.column.flex-v {
  flex-flow: column;
  display: flex;
}

.column.flex-v.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.column.pr-lg {
  padding-right: 120px;
}

.column.border-left {
  border-left: 1px solid #1a2c25;
  padding-bottom: 32px;
  padding-left: 24px;
}

.author {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.ratio {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ratio.square {
  padding-bottom: 100%;
}

.ratio.square.rounded {
  border-radius: 100%;
}

.ratio.square.h-full {
  height: 100%;
}

.ratio._3-2 {
  padding-bottom: 66.6667%;
}

.ratio-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.author__image {
  width: 55%;
}

.signature {
  height: 56px;
}

.signature.logn {
  height: 48px;
}

.small {
  font-size: .85rem;
  line-height: 130%;
}

.section-header {
  display: flex;
}

.section-header__content {
  align-self: center;
  width: 50%;
  padding: 120px 40px 120px 60px;
}

.section-header__img-wrapper {
  width: 50%;
  padding-right: 64px;
  position: relative;
}

.section-header__img-border {
  width: 64px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.section-header__img-border.light-green {
  background-color: var(--swatch--canopy);
  background-image: url('../images/pattern-stump-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-header__img-border.dark-green {
  background-color: var(--swatch--moss);
  background-image: url('../images/pattern-stump-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid__4-8 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.grid__4-8.gap-x-24 {
  grid-column-gap: 24px;
}

.grid__4-8.retain-cols-tablet.gap-x-24 {
  place-items: stretch start;
}

.image__border-left {
  width: 100%;
  padding-left: 0;
  position: relative;
}

.image-border__border-h {
  z-index: 2;
  background-image: url('../images/border-horiz-yosemite.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
}

.image-border__border-h.golden-gate {
  background-image: url('../images/border-horiz-golden.jpg');
  background-size: cover;
}

.image-border__border-h.prince-william {
  background-image: url('../images/border_horiz-prince.jpg');
  background-size: cover;
}

.image-border__border-h.olympic {
  background-image: url('../images/border-horiz-olympic.jpg');
}

.accordion-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accordion-item-trigger {
  color: var(--swatch--dark-green);
  cursor: pointer;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.25rem;
  display: flex;
  position: relative;
}

.read-more {
  z-index: 2;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.accordion-item-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.larger {
  font-size: 1.25rem;
  line-height: 140%;
}

.larger h4 {
  margin-bottom: 48px;
}

.accordion-title {
  padding-bottom: 56px;
}

.text-canopy {
  color: var(--swatch--canopy);
}

.list__stories {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.chart {
  width: 100%;
}

.chart._w-85 {
  width: 85%;
}

.cta {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.section-content {
  width: 65%;
  padding-top: 64px;
}

.section-content h3 {
  font-size: 2.27rem;
}

.grid__8-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.grid__8-4.align-middle {
  align-items: center;
}

.nav-num {
  color: var(--swatch--golden-gate-light-green);
}

.card-stat {
  background-color: var(--swatch--white);
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  width: 90%;
  max-width: 320px;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
}

.card-stat__wrapper {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.card-stat__wrapper.card-stat__large {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 430px;
}

.card-stat__inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--swatch--sand);
  border-radius: 15px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  display: flex;
}

.card-stat__num {
  color: var(--default--accent);
  margin-bottom: 0;
  font-size: 3.9vw;
  font-weight: 800;
  line-height: 110%;
}

.card-stat__num.large {
  font-size: 6.67rem;
}

.card-stat__desc {
  color: var(--swatch--canopy);
  text-align: center;
  margin-bottom: 0;
  font-family: Cardo, sans-serif;
  font-size: 1.5vw;
  line-height: 140%;
}

.cards-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: center;
  display: flex;
}

.cards-list.stacked {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-x {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.block-text {
  letter-spacing: -.01em;
  padding-left: 32px;
  padding-right: 80px;
  font-family: Cardo, sans-serif;
  font-size: 2.17vw;
  font-weight: 400;
  line-height: 130%;
}

.block {
  background-color: var(--swatch--canopy);
  color: #fff;
  align-items: stretch;
  min-height: 460px;
  margin-bottom: 100px;
  padding: 48px 50px 80px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
  position: sticky;
  box-shadow: 0 -4px 30px #00000040;
}

.block._3 {
  top: 30%;
}

.block._4 {
  margin-bottom: 48px;
  top: 34%;
}

.block._2 {
  margin-bottom: 48px;
  top: 26%;
}

.block._1 {
  top: 22%;
}

.block._5 {
  top: 38%;
}

.block._6 {
  margin-bottom: 48px;
  top: 42%;
}

.block__inner {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.block__stat {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.block__stat-num {
  margin-bottom: 0;
  font-size: 9.67vw;
  font-weight: 800;
}

.block__stat-caption {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.table {
  flex-flow: column;
  display: flex;
}

.row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid var(--swatch--moss);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  display: flex;
}

.row.total {
  border-bottom: 2px solid var(--swatch--moss);
  color: var(--swatch--canopy);
  border-top-width: 2px;
  font-size: 1.27rem;
  font-weight: 800;
}

.cell {
  flex: 1;
}

.cell.cell__total {
  flex: none;
  width: 25%;
}

.cell-data {
  margin-bottom: 0;
}

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

.acc-body {
  padding-top: 20px;
}

.acc-head {
  border-bottom: 1px solid var(--swatch--moss);
  color: var(--swatch--canopy);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.toggle-arrow {
  width: 24px;
  height: 24px;
  font-size: 14px;
  transition: transform .3s;
}

.acc-item, .acc-text {
  margin-bottom: 0;
}

.q-wrapper {
  align-items: center;
  display: flex;
}

.faq-question {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.87rem;
}

.quote__sm {
  color: var(--default--heading);
  font-size: 1.47rem;
}

.tab-link {
  color: var(--default--btn);
  background-color: #0000;
  padding: .75rem 1.8rem;
  font-size: 1.05rem;
  font-weight: 600;
  transition: all .2s;
}

.tab-link:hover {
  color: var(--default--heading);
}

.tab-link.w--current {
  border: 1px solid var(--default--btn);
  color: var(--default--btn);
  background-color: #0000;
  border-radius: 100px;
  transition: background-color .2s;
}

.tab-link.w--current:hover {
  color: var(--default--heading);
}

.tabs-menu {
  margin-bottom: 32px;
}

.footer-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.copy {
  color: var(--swatch--white);
}

.grid__footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mask {
  background-color: var(--swatch--canopy);
  backface-visibility: hidden;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.movement {
  z-index: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.movement-inverse {
  height: 100%;
  position: relative;
}

.overlay {
  z-index: 2;
  background-color: var(--dark--background);
  display: none;
  position: absolute;
  inset: 0%;
}

.swiper.map {
  z-index: 9999;
  width: 300px;
  height: 290px;
  position: absolute;
}

.swiper.swiper__stories {
  position: relative;
}

.swiper-slide._w-swiper-slide {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #00663c;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 2.1rem 3rem;
  display: flex;
}

.swiper-slide.slide-story {
  background-color: var(--swatch--white);
  border-radius: 24px;
  height: auto;
  padding: 48px;
}

.swiper-wrapper {
  padding-bottom: 64px;
}

.swiper-wrapper.map {
  position: absolute;
  inset: 0%;
}

.swiper-pagination._w-swiper-pagination {
  height: 100%;
}

.map-container {
  position: relative;
}

.swiper-outer {
  position: absolute;
  inset: 0%;
}

.swiper-pagination-bullet {
  background-color: #eccf3f;
  width: 12px;
  height: 12px;
}

.slider-title {
  color: var(--swatch--canopy);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.1;
}

.slider-sub-title {
  color: var(--swatch--moss);
  font-size: .95rem;
  font-weight: 800;
}

.slider-desc {
  color: #1a2c25;
  font-size: .8rem;
  line-height: 1.25;
}

.slider-desc.rte {
  color: var(--swatch--dark-green);
}

.x-pos.hidden, .y-pos.hidden {
  display: none;
}

.campus.hidden {
  opacity: 0;
}

.slider-students {
  color: var(--swatch--moss);
  font-size: .95rem;
  font-weight: 800;
}

._404-heading {
  font-family: Cardo, sans-serif;
  font-weight: 400;
  position: static;
}

.map-image {
  width: 100%;
}

.slider-subtitle-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.image__border-bottom {
  width: 100%;
  position: relative;
}

.nav-actions {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.hamburger-lottie {
  color: #fff;
  width: 32px;
  display: flex;
}

.hero__video {
  z-index: 1;
  height: 100vh;
}

.video-wrapper {
  cursor: pointer;
  position: relative;
}

.video-thumbnail {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thumbnail {
  z-index: -1;
  opacity: 1;
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(.4, .01, .165, .99), opacity .7s cubic-bezier(.4, .01, .165, .99);
  position: absolute;
  inset: 0%;
}

.thumbnail:hover {
  opacity: .7;
}

.play-icon {
  color: #fff;
  width: 72px;
  height: 72px;
  position: relative;
}

.video-embed {
  z-index: 0;
  opacity: 0;
  background-image: none;
  position: relative;
}

.autoplay-script {
  display: none;
}

.image-border__border-v {
  z-index: 2;
  background-image: url('../images/border-yosemite.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.accordion-item-trigger-2 {
  color: #1a2c25;
  cursor: pointer;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.25rem;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 4.97rem;
  }

  .fade.hero {
    height: 100%;
    min-height: 100vh;
  }

  .section-number {
    margin-top: 16px;
    font-size: 2.67rem;
    line-height: 140%;
  }

  .rte blockquote {
    font-size: 1.62rem;
  }

  .card-stat__num {
    font-size: 3.9rem;
  }

  .card-stat__desc {
    font-size: 1.27rem;
  }

  .block__stat-num {
    font-size: 8.97vw;
  }

  .quote__sm {
    font-size: 2.17rem;
  }

  .swiper.map {
    z-index: 9999;
    height: 270px;
  }

  .swiper-slide._w-swiper-slide {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: 15px;
    flex-flow: column;
    display: flex;
    box-shadow: 0 4px 5px #00000040;
  }

  .swiper-pagination._w-swiper-pagination {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 5.47rem;
  }

  h3 {
    font-size: 2.94rem;
  }

  .container {
    max-width: 1600px;
  }

  .section-number {
    margin-top: 16px;
    font-size: 2.87rem;
  }

  .section-header__content {
    padding-right: 60px;
  }

  .section-content h3 {
    font-size: 2.87rem;
  }

  .card-stat__wrapper {
    flex: none;
    width: 350px;
  }

  .card-stat__wrapper.card-stat__large {
    width: 350px;
  }

  .card-stat__wrapper._1 {
    flex: none;
  }

  .block-text {
    font-size: 1.47vw;
  }

  .block__stat-num {
    font-size: 7.27vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 7.47rem;
  }

  blockquote {
    font-size: 2.17rem;
  }

  .header {
    max-width: 500px;
    top: 32px;
    left: 32px;
  }

  .logo {
    width: 190px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.17rem;
  }

  .nav-link.btn {
    text-align: center;
    font-size: 1.17rem;
  }

  .menu-button:hover {
    background-color: #0000;
  }

  .utility-page-content {
    width: 90%;
  }

  .btn.btn__sm {
    padding: 12px 16px;
  }

  .grid__6-6.collapse-tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid__6-6.align-middle {
    grid-template-columns: 1fr;
  }

  .fade.hero {
    height: 90%;
    min-height: 90vh;
  }

  .hero__image {
    object-position: 67% 50%;
  }

  .hero__content {
    top: 40%;
    bottom: auto;
    left: 32px;
    transform: translate(0, -40%);
  }

  .hero__subheading {
    font-size: 3.47rem;
  }

  .py-lg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pullout {
    font-size: 2.17rem;
  }

  .rte blockquote {
    font-size: 1.57rem;
  }

  .author__image {
    width: 40%;
  }

  .section-header {
    flex-flow: column;
  }

  .section-header__content {
    width: 100%;
    padding: 80px 32px;
  }

  .section-header__img-wrapper {
    width: 100%;
    padding-right: 32px;
  }

  .section-header__img-border {
    width: 32px;
  }

  .section-header__img-border.light-green {
    background-image: url('../images/pattern-stump-1_1.svg');
  }

  .grid__4-8 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid__4-8.gap-x-24.retain-cols-tablet, .grid__4-8.retain-cols-tablet {
    grid-template-columns: .5fr 1fr;
  }

  .accordion-item-trigger {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .chart {
    padding-left: 0;
  }

  .chart._w-85 {
    width: 50%;
  }

  .cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section-content {
    width: 85%;
    padding-top: 40px;
  }

  .grid__8-4 {
    grid-template-columns: 1fr;
  }

  .card-stat {
    flex: none;
    width: 80%;
  }

  .card-stat._1 {
    flex: none;
  }

  .card-stat__wrapper {
    height: 350px;
  }

  .card-stat__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-stat__num {
    font-size: 6vw;
  }

  .card-stat__num.large {
    font-size: 7.27rem;
  }

  .card-stat__desc {
    font-size: 2.1vw;
  }

  .cards-list.stacked {
    grid-column-gap: 20px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .block-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5vw;
  }

  .block {
    min-height: 300px;
    padding-bottom: 48px;
    top: 28%;
  }

  .block__stat {
    grid-template-columns: 1fr 1fr;
  }

  .block__stat-num {
    font-size: 10.67vw;
  }

  .block__stat-caption {
    font-size: .8rem;
  }

  .quote__sm {
    font-size: 1.67rem;
  }

  .grid__footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .swiper-slide.slide-story {
    padding: 32px;
  }

  .nav-actions {
    flex: 1;
  }

  .hamburger-lottie {
    width: 30px;
    height: 30px;
  }

  .play-icon {
    width: 90px;
  }

  .accordion-item-trigger-2 {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 1.4rem;
    font-size: 20vw;
  }

  h2 {
    font-size: 2.97rem;
  }

  h3 {
    font-size: 2.27rem;
  }

  blockquote {
    font-size: 1.67rem;
  }

  .header {
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
    top: 24px;
    left: 0;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.map {
    padding-right: 0;
    overflow: hidden;
  }

  .mb-sm {
    margin-bottom: 1.5rem;
  }

  .mb {
    margin-bottom: 2.5rem;
  }

  .p-y {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .navbar {
    padding: 8px 10px 8px 20px;
  }

  .logo {
    width: 175px;
  }

  .nav-menu {
    margin-top: 6px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link {
    padding: 8px 24px;
  }

  .nav-link.btn {
    margin: 12px 24px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.14rem;
  }

  .nav-link.btn.hidden-desktop {
    display: block;
  }

  .menu-button {
    margin-right: 10px;
    font-size: 1.05rem;
  }

  .btn.btn__sm {
    font-size: 1rem;
  }

  .btn.btn__sm.hidden-mobile {
    display: none;
  }

  .grid__6-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid__6-6.align-middle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero__image {
    object-position: 72% 50%;
  }

  .hero__content {
    left: 24px;
  }

  .hero__subheading {
    font-size: 11vw;
  }

  .section-number {
    margin-top: 4px;
    margin-right: 16px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 2.17rem;
  }

  .col-10 {
    width: 100%;
  }

  .py-lg {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .pullout {
    font-size: 1.67rem;
  }

  .caption {
    font-size: .9rem;
  }

  .col-11 {
    width: 100%;
  }

  .rte blockquote {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1.2rem;
  }

  .rte h4 {
    margin-bottom: 16px;
    font-size: 1.27rem;
  }

  .column.pr-lg {
    padding-right: 0;
  }

  .column.border-left {
    border-bottom: 1px solid #00663c;
    border-left-style: none;
    padding-bottom: 12px;
    padding-left: 0;
  }

  .author {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .author__image {
    width: 40%;
  }

  .signature {
    height: 48px;
  }

  .section-header__content {
    padding: 48px 24px 32px;
  }

  .section-header__img-wrapper {
    padding-right: 24px;
  }

  .section-header__img-border, .section-header__img-border.light-green {
    width: 24px;
  }

  .grid__4-8.gap-x-24, .grid__4-8.retain-cols-tablet, .grid__4-8.retain-cols-tablet.gap-x-24 {
    grid-template-columns: 1fr;
  }

  .accordion-title {
    padding-bottom: 32px;
  }

  .chart._w-85 {
    width: 65%;
  }

  .section-content {
    width: 100%;
    padding-top: 32px;
  }

  .section-content h3 {
    font-size: 1.97rem;
  }

  .card-stat {
    flex: 0 auto;
    width: 230px;
  }

  .card-stat__wrapper, .card-stat__wrapper.card-stat__large {
    height: 309px;
  }

  .card-stat__inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 32px 16px;
  }

  .card-stat__num {
    font-size: 3.1rem;
  }

  .card-stat__num.large {
    font-size: 4.27rem;
  }

  .card-stat__desc {
    font-size: 1.05rem;
  }

  .cards-list.stacked {
    grid-template-columns: 1fr;
  }

  .block-text {
    padding-left: 0;
    font-size: 4vw;
  }

  .block {
    min-height: 320px;
    margin-bottom: 40px;
  }

  .block__stat {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .block__stat-num {
    font-size: 14vw;
  }

  .block__stat-caption {
    font-size: .77rem;
  }

  .row {
    font-size: .97rem;
  }

  .row.total {
    font-size: 1.07rem;
  }

  .cell.cell__total {
    width: 26%;
  }

  .faq-item-wrap {
    width: 100%;
  }

  .faq-question {
    font-size: 1.47rem;
  }

  .quote__sm {
    font-size: 1.37rem;
  }

  .tab-link {
    color: var(--default--heading);
    padding: .4rem 0;
    font-size: 3.6vw;
  }

  .tab-link.w--current {
    border-top-style: none;
    border-bottom-width: 4px;
    border-right-style: none;
    border-bottom-color: var(--default--accent);
    color: var(--default--heading);
    border-left-style: none;
    border-radius: 0;
  }

  .tab-link.middle {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .grid__footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .swiper.map {
    width: 80%;
  }

  .swiper-slide.slide-story {
    padding: 24px;
  }

  .swiper-outer {
    position: static;
  }

  .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .map-spacer {
    height: 300px;
  }

  .slider-subtitle-wrapper {
    align-items: center;
  }

  .hero__video {
    height: 90vh;
  }

  .play-icon {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    text-align: center;
  }

  .btn {
    font-size: 1.03rem;
  }

  .grid__6-6 {
    grid-template-columns: 1fr;
  }

  .grid__6-6.gap-24.align-top.reset-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .fade.hero {
    height: 80%;
    min-height: 80vh;
  }

  .author__image {
    width: 59%;
  }

  .card-stat__wrapper.card-stat__large {
    height: 300px;
  }

  .block-text {
    font-size: 4.47vw;
  }

  .block {
    min-height: 280px;
    padding: 28px 32px 32px;
    font-size: 24px;
    top: 24%;
  }

  .block._3 {
    top: 28%;
  }

  .block._4 {
    top: 32%;
  }

  .block._2 {
    top: 24%;
  }

  .block._1 {
    top: 20%;
  }

  .block__stat-num {
    font-size: 19.87vw;
  }

  .row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cell.cell__total {
    width: 47%;
  }

  .tabs-menu {
    display: flex;
  }
}

#w-node-_1b491f9a-3c58-24b2-c630-32a423d414cd-ee0c008d {
  align-self: start;
}

#w-node-_1b491f9a-3c58-24b2-c630-32a423d414d5-ee0c008d {
  align-self: stretch;
}

#w-node-_1b491f9a-3c58-24b2-c630-32a423d414db-ee0c008d {
  justify-self: start;
}

#w-node-_9ad9136a-2b55-a9be-1667-769dfdaa81ff-ee0c008d, #w-node-_9ad9136a-2b55-a9be-1667-769dfdaa8211-ee0c008d, #w-node-_9ad9136a-2b55-a9be-1667-769dfdaa8223-ee0c008d, #w-node-_9ad9136a-2b55-a9be-1667-769dfdaa8235-ee0c008d, #w-node-f0bb4106-fb90-be8a-d59c-4a377dccb3ec-ee0c008d, #w-node-_9ad9136a-2b55-a9be-1667-769dfdaa81ed-ee0c008d {
  align-self: start;
}

#w-node-_8a6b9b05-1aa5-c790-f65c-da51fdc6e74b-ee0c008d, #w-node-_8a6b9b05-1aa5-c790-f65c-da51fdc6e74d-ee0c008d, #w-node-_8a6b9b05-1aa5-c790-f65c-da51fdc6e756-ee0c008d, #w-node-_8a6b9b05-1aa5-c790-f65c-da51fdc6e758-ee0c008d, #w-node-_8a6b9b05-1aa5-c790-f65c-da51fdc6e761-ee0c008d, #w-node-_8a6b9b05-1aa5-c790-f65c-da51fdc6e763-ee0c008d, #w-node-_8a6b9b05-1aa5-c790-f65c-da51fdc6e76c-ee0c008d, #w-node-_8a6b9b05-1aa5-c790-f65c-da51fdc6e76e-ee0c008d, #w-node-_8a6b9b05-1aa5-c790-f65c-da51fdc6e777-ee0c008d, #w-node-_8a6b9b05-1aa5-c790-f65c-da51fdc6e779-ee0c008d, #w-node-_8a6b9b05-1aa5-c790-f65c-da51fdc6e782-ee0c008d, #w-node-_8a6b9b05-1aa5-c790-f65c-da51fdc6e786-ee0c008d, #w-node-d9b2ffbe-0647-e5c9-0165-1e324133c073-ee0c008d, #w-node-d9b2ffbe-0647-e5c9-0165-1e324133c077-ee0c008d {
  justify-self: start;
}

#w-node-_7cd2b0e0-f07f-8fd7-b359-6c58c8f7b4f3-ee0c008d {
  place-self: stretch center;
}

#w-node-d2cfd1e8-9ca6-acc8-b72b-477acc99cffa-ee0c008d {
  justify-self: center;
}

#w-node-_67582993-7330-4dd7-eca5-f65f29014578-efc29454 {
  place-self: start end;
}

@media screen and (max-width: 991px) {
  #w-node-_7cd2b0e0-f07f-8fd7-b359-6c58c8f7b4f3-ee0c008d, #w-node-d2cfd1e8-9ca6-acc8-b72b-477acc99cffa-ee0c008d, #w-node-_67582993-7330-4dd7-eca5-f65f29014578-efc29454 {
    justify-self: start;
  }
}


