@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Bold-Web.woff2') format("woff2"), url('../fonts/Graphik-Bold-Web.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Compact;
  src: url('../fonts/GraphikCompact-Medium-Web.woff2') format("woff2"), url('../fonts/GraphikCompact-Medium-Web.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Super-Web.woff2') format("woff2"), url('../fonts/Graphik-Super-Web.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Medium-Web.woff2') format("woff2"), url('../fonts/Graphik-Medium-Web.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Compact;
  src: url('../fonts/GraphikCompact-Semibold-Web.woff2') format("woff2"), url('../fonts/GraphikCompact-Semibold-Web.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Regular-Web.woff2') format("woff2"), url('../fonts/Graphik-Regular-Web.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Compact;
  src: url('../fonts/GraphikCompact-Bold-Web.woff2') format("woff2"), url('../fonts/GraphikCompact-Bold-Web.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --sand: #e5e3d9;
  --night: #140b01;
  --noni: #ff3;
  --deep-water: #1b1564;
  --medium-slate-blue: #8168fd;
  --sour-orange: #ff2c41;
  --shallows: #a9f4fd;
  --mid-water: #0023ff;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.ws-placeholder {
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 1em;
}

.ws-nav-clf {
  z-index: 3;
  background-color: var(--white);
  height: 73px;
  position: relative;
}

.ws-clf-logo-container {
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 67px;
  display: flex;
}

.clf-logo {
  height: 38px;
}

.image {
  margin-right: 20px;
}

.container {
  justify-content: space-between;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
}

.clf-container {
  justify-content: space-between;
  align-items: center;
  height: 148px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.clf-nav-link {
  color: var(--white);
  padding-left: 40px;
  padding-right: 40px;
  font-family: Graphik Compact, sans-serif;
  font-weight: 700;
}

.clf-nav-link:hover {
  text-decoration: underline;
}

.body {
  background-color: var(--sand);
  color: var(--night);
  font-family: Graphik, sans-serif;
  font-size: 18px;
  line-height: 1.7em;
}

.clf-nav-donate {
  background-color: var(--noni);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding: 10px 30px;
  font-family: Graphik Compact, sans-serif;
  font-weight: 700;
  display: flex;
}

.clf-nav-donate:hover {
  color: var(--white);
  background-color: #8168fd;
}

.clf-nav-donate.inline-mobile {
  display: none;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ws-section {
  height: 100vh;
  min-height: 768px;
  position: relative;
}

.ws-section.landing {
  background-image: url('../images/ws-bg.png');
  background-position: 50%;
  background-size: cover;
  height: auto;
  min-height: 768px;
  display: flex;
}

.ws-section.quote {
  background-color: var(--sand);
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 700px;
  padding-bottom: 100px;
  display: flex;
}

.ws-section.donate {
  height: auto;
  min-height: 768px;
  padding-bottom: 100px;
}

.ws-section.sand {
  background-color: var(--sand);
  height: auto;
  padding-bottom: 100px;
}

.ws-section.donate {
  background-color: var(--white);
  height: auto;
  padding-bottom: 100px;
}

.ws-section.resilient {
  background-color: var(--sand);
  height: auto;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 50px;
}

.ws-section.share-grid {
  background-color: var(--sand);
  flex-direction: column;
  height: auto;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.navbar {
  background-color: #0000;
  margin-top: 0;
  position: relative;
  inset: 0% 0% auto;
}

.ws-wave {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -1px;
}

.ws-wave.white {
  top: auto;
}

.ws-section-row {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.ws-h1 {
  text-transform: uppercase;
  font-family: Graphik Compact, sans-serif;
  font-size: 80px;
  line-height: .9em;
}

.ws-h1.white {
  color: var(--white);
  margin-bottom: 20px;
}

.ws-content-block {
  flex-direction: column;
  flex: 2 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.ws-paragraph-md {
  font-weight: 500;
  line-height: 1.7em;
}

.ws-paragraph-md.white {
  color: var(--white);
  line-height: 1.7em;
}

.ws-ri-landing {
  flex: none;
  margin-right: auto;
}

.ws-button-text {
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Graphik Compact, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.ws-quote {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  display: flex;
}

.ws-h2 {
  max-width: 500px;
  margin-top: 0;
  font-family: Graphik Compact, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 2em;
}

.ws-quote-icon {
  margin-bottom: 10vh;
}

.ws-flower-1 {
  z-index: 2;
  max-width: 25vw;
  position: absolute;
  top: 300px;
  right: 0;
}

.ws-flower-2 {
  z-index: 3;
  max-width: 35vw;
  position: absolute;
  bottom: -250px;
  left: 0;
}

.ws-footer-padding {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  height: 10vh;
  min-height: 40px;
  display: flex;
  position: relative;
}

.ws-footer-link {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Graphik Compact, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.ws-footer-link:hover {
  text-decoration: underline;
}

.ws-footer-content {
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 100px 0;
  display: flex;
}

.ws-footer-links {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.ws-h1-body {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Graphik Compact, sans-serif;
  font-size: 55px;
  line-height: 1.2em;
}

.ws-h1-body.left {
  text-align: left;
  margin-top: 0;
}

.ws-donate-row {
  max-width: 45vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.ws-donate-container {
  background-color: #f7f7f4;
  height: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.ws-body-centered {
  text-align: center;
}

.ws-body-centered.small {
  font-size: 12px;
  line-height: 1.7em;
}

.ws-h2-body {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Graphik Compact, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.ws-donate-badge {
  position: absolute;
  top: -300px;
  bottom: auto;
  left: -50px;
}

.ws-donate-lhs {
  flex-direction: column;
  max-width: 25vw;
  padding-top: 325px;
  display: flex;
  position: absolute;
  top: 0;
}

.image-4 {
  width: 100vw;
  height: 10%;
}

.ws-left-content {
  max-width: 550px;
  margin-left: 100px;
}

.ws-pledge-container {
  background-image: url('../images/ws-pledge-bg.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-around;
  margin: 80px 20px 40px;
  padding: 72px 52px 72px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ws-bio-placeholder {
  padding-left: 20px;
  padding-right: 20px;
}

.image-5 {
  position: absolute;
  right: 0;
}

.ws-flower-right {
  z-index: 3;
  position: absolute;
  top: -250px;
  right: 0;
}

.ws-h3 {
  text-transform: uppercase;
  font-family: Graphik Compact, sans-serif;
  font-size: 40px;
  line-height: 1.6em;
}

.ws-h3.white {
  color: var(--white);
  margin-top: 0;
}

.ws-paragraph-white {
  color: var(--white);
}

.ws-landing-container {
  align-items: center;
  min-width: 100%;
  min-height: auto;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ws-nav-close {
  display: none;
}

.ws-image-card {
  flex-direction: column;
  display: flex;
}

.ws-donate-slider {
  height: 452px;
  display: none;
}

.slide-nav {
  font-size: 10px;
}

.ws-slider-text {
  margin-top: 30px;
  font-size: 12px;
  line-height: 20px;
}

.ws-slider-text._2 {
  width: 75%;
  margin-left: auto;
}

.left-arrow, .right-arrow {
  display: none;
}

.ws-donate-img._2 {
  width: 75%;
  margin-top: 20px;
  margin-left: auto;
}

.ws-donate-rhs {
  flex-direction: column;
  max-width: 25vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 625px;
  right: 0;
}

.pledge-form-container {
  justify-content: space-around;
  display: flex;
}

.clf-button-yellow {
  background-color: var(--noni);
  color: var(--night);
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px;
  margin-left: 0;
  padding: 0 30px;
  font-family: Graphik Compact, sans-serif;
  font-weight: 700;
  display: flex;
}

.clf-button-yellow:hover {
  background-color: var(--medium-slate-blue);
  color: var(--white);
}

.clf-button-yellow.inline-mobile {
  display: none;
}

.ws-form-field {
  flex: none;
  width: 50%;
  height: 50px;
}

.ws-form-field::placeholder {
  color: #cacaca;
  font-family: Graphik, sans-serif;
  font-size: 15px;
}

.ws-form-field.lhs {
  margin-right: 20px;
}

.ws-pledge-form {
  flex: 1;
}

.ws-h4 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Graphik Compact, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1em;
}

.ws-pledge-rhs {
  background-color: #1b1564cc;
  flex-direction: column;
  flex: 1 0 auto;
  min-width: 400px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.checkbox-label {
  color: var(--white);
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
}

.checkbox-field {
  align-items: center;
  margin-top: 20px;
  padding-left: 10px;
  display: flex;
}

.error-message {
  background-color: var(--sour-orange);
  color: #fff;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.text-block {
  font-size: 14px;
}

.success-message {
  background-color: var(--sand);
  margin-bottom: 40px;
}

.ws-footer {
  z-index: 2;
  background-image: url('../images/ws-wave-footer.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 392px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.ws-quote-card {
  background-color: var(--night);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 40vw;
  max-height: 450px;
  margin-right: 25px;
  padding-bottom: 35px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.ws-quote-card.light {
  background-color: #f7f7f4;
  margin-right: 0;
}

.ws-quote-card.rhs {
  margin-right: 0;
}

.ws-quote-card.img-bg {
  background-image: url('../images/ws-image-article-bg.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-top: 25px;
  margin-right: 0;
}

.ws-quote-card.red {
  background-color: var(--sour-orange);
}

.ws-quote-card.smaller {
  padding-left: 4vw;
  padding-right: 4vw;
}

.ws-quote-icon-share {
  width: 30px;
  margin-top: 30px;
}

.ws-quote-text {
  color: var(--white);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Graphik Compact, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5em;
}

.ws-quote-text.dark {
  color: var(--night);
}

.ws-share-panel {
  align-items: flex-end;
  height: 20px;
  display: flex;
}

.ws-share-panel.article {
  display: none;
}

.ws-share-text {
  color: var(--white);
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.ws-share-text.dark {
  color: var(--night);
}

.ws-share-text.close {
  color: var(--night);
  cursor: pointer;
  margin-bottom: 5px;
}

.ws-share-text.close.white, .image-7 {
  color: var(--white);
}

.ws-share-link {
  justify-content: center;
  align-items: center;
  max-width: 20px;
  max-height: 20px;
  margin-right: 20px;
  padding: 8px;
  display: flex;
}

.ws-share-link:hover {
  border: 1px solid var(--white);
  margin-bottom: -4px;
  padding: 16px;
}

.ws-share-link.dark:hover {
  border-color: var(--night);
}

.ws-social-img {
  object-fit: contain;
  max-width: 22px;
  max-height: 22px;
}

.ws-social-img.li {
  margin-bottom: 2px;
}

.ws-share-row {
  margin-top: 25px;
  display: flex;
}

.ws-share-row.flipped {
  flex-direction: row-reverse;
}

.ws-share-column {
  flex-direction: column;
  display: flex;
}

.ws-share-column.grow {
  flex: 1;
}

.ws-partner-card {
  background-image: url('../images/ws-share-Rosalind.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 30px 40px;
  display: flex;
  position: relative;
}

.ws-partner-card.guzman {
  background-image: url('../images/ws-share-Guzman.png');
  background-position: 50% 0;
}

.ws-partner-card.anderson {
  background-image: url('../images/ws-share-Anderson.png');
  background-position: 100% 0;
}

.ws-image-share {
  background-image: url('../images/ws-image-9.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  width: 40vw;
  height: 40vw;
  max-height: 450px;
  margin-top: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ws-image-share.guzman {
  background-image: url('../images/ws-image-2_1.jpg');
}

.ws-image-share.guzman.b {
  background-image: url('../images/ws-image-4.jpg');
}

.ws-image-share.anderson {
  background-image: url('../images/ws-image-3_1.jpg');
}

.ws-image-share.anderson.b {
  background-image: url('../images/ws-image-10.jpg');
  background-position: 100% 100%;
}

.ws-partner-text {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  max-width: 230px;
  margin-top: auto;
  margin-bottom: 60px;
  font-family: Graphik Compact, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 65px;
}

.ws-see-more {
  cursor: pointer;
  mix-blend-mode: hard-light;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 40px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ws-footer-flower {
  max-width: 40vw;
  position: absolute;
  top: -575px;
}

.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: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.ws-image-share-wide {
  background-image: url('../images/ws-image-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  width: 40vw;
  height: 40vw;
  max-height: 450px;
  margin-top: 0;
  margin-right: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ws-image-share-wide.guzman {
  background-image: url('../images/ws-image-8.jpg');
}

.ws-image-share-wide.anderson {
  background-image: url('../images/ws-image-7.jpg');
}

.ws-image-share-tall {
  background-image: url('../images/ws-image-1_1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: none;
  width: auto;
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-right: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ws-image-share-tall.guzman {
  background-image: url('../images/ws-image-5.jpg');
}

.ws-image-share-tall.anderson {
  background-image: url('../images/ws-image-0.jpg');
}

.ws-asset-share {
  background-color: var(--noni);
  background-image: url('../images/ws-8-countries.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40vw;
  height: 40vw;
  max-height: 450px;
  padding-bottom: 35px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.ws-asset-share.light {
  background-color: #f7f7f4;
  margin-right: 0;
}

.ws-asset-share.rhs {
  margin-right: 0;
}

.ws-asset-share.guzman {
  background-color: var(--shallows);
  background-image: url('../images/ws-10m-stat.png');
}

.ws-asset-share.anderson {
  background-color: var(--sour-orange);
  background-image: url('../images/ws-stat-7-5-million.png');
  display: none;
}

.ws-partner-flipped {
  z-index: 2;
  background-image: url('../images/ws-partner-bg-rosalind.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  padding-top: 35px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ws-partner-flipped.guzman {
  background-image: url('../images/ws-partner-bg-guzman.jpg');
  background-position: 50% 0;
}

.ws-partner-flipped.anderson {
  background-image: url('../images/ws-partner-bg-anderson.jpg');
  width: 100%;
}

.ws-partner-bottom {
  background-image: url('../images/ws-wave-y.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  width: 100%;
  height: 55%;
  margin-top: auto;
  padding: 40px 35px 32px;
  display: flex;
}

.ws-partner-bottom.guzman {
  background-image: url('../images/ws-wave-lb.svg');
}

.ws-partner-bottom.anderson {
  background-image: url('../images/ws-wave-r.svg');
}

.ws-partner-logo {
  width: 50%;
}

.ws-partner-top {
  padding-left: 35px;
  padding-right: 35px;
}

.ws-partner-close {
  z-index: 1;
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 32px;
  padding-right: 35px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ws-close-icon {
  cursor: pointer;
  height: 26px;
}

.ws-partner-flip-bottom {
  z-index: 2;
  justify-content: space-between;
  width: 50%;
  margin-top: auto;
  display: flex;
  position: relative;
}

.ws-partner-header {
  text-transform: uppercase;
  font-family: Graphik Compact, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

.ws-partner-header.white, .ws-partner-bio.white {
  color: var(--white);
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5 {
  font-style: normal;
}

.landing-bg-image {
  z-index: 0;
  background-image: url('../images/ws-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.landing-container {
  width: 100vw;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.pledge-button-container {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.ws-pledge-bg {
  background-image: url('../images/ws-pledge-bg.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: -10% 0%;
}

.inner-image-share {
  background-image: url('../images/ws-image-9.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: -10% 0%;
}

.inner-image-share._2 {
  background-image: url('../images/ws-image-6.jpg');
  background-position: 50%;
}

.inner-image-share._3 {
  background-image: url('../images/ws-image-1_1.jpg');
  background-position: 50%;
}

.inner-image-share._4 {
  background-image: url('../images/ws-image-2_1.jpg');
  background-position: 50%;
}

.inner-image-share._5 {
  background-image: url('../images/ws-image-8.jpg');
  background-position: 50%;
}

.inner-image-share._6 {
  background-image: url('../images/ws-image-5.jpg');
  background-position: 50%;
}

.inner-image-share._7 {
  background-image: url('../images/ws-image-4.jpg');
  background-position: 50%;
}

.inner-image-share._8 {
  background-image: url('../images/ws-image-3_1.jpg');
  background-position: 50%;
}

.inner-image-share._9 {
  background-image: url('../images/ws-image-7.jpg');
  background-position: 50%;
}

.inner-image-share._10 {
  background-image: url('../images/ws-image-0.jpg');
  background-position: 50%;
}

@media screen and (min-width: 1440px) {
  .ws-pledge-container {
    margin-top: 240px;
  }

  .ws-quote-text {
    max-width: 480px;
  }

  .ws-quote-text.red {
    max-width: 500px;
  }

  .ws-image-share {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .ws-image-share.anderson {
    background-position: 50%;
    background-attachment: scroll;
  }

  .ws-share-border {
    width: 100%;
  }

  .ws-partner-flipped {
    display: none;
  }

  .ws-partner-flipped.guzman, .ws-partner-flipped.anderson {
    background-size: cover;
  }

  .ws-partner-bottom {
    height: 45%;
  }
}

@media screen and (max-width: 991px) {
  .ws-clf-logo-container {
    padding-left: 5vw;
  }

  .clf-container {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .clf-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .body {
    font-size: 14px;
  }

  .clf-nav-donate {
    text-align: center;
    width: 93px;
    padding: 4px 0;
    font-size: 14px;
    position: fixed;
    top: 40px;
    right: 90px;
  }

  .clf-nav-donate.inline-mobile {
    text-align: center;
    margin-top: 4px;
    margin-left: auto;
    margin-right: 20px;
    padding: 4px 0;
    display: block;
    position: relative;
    top: 0;
    right: 0;
  }

  .nav-menu {
    background-color: var(--deep-water);
    width: 100vw;
    height: 100vh;
    padding-top: 120px;
    position: fixed;
    top: 0;
  }

  .ws-section {
    min-height: 600px;
  }

  .ws-section.quote {
    min-height: auto;
  }

  .ws-section.resilient {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ws-section.share-grid, .ws-section-row {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .ws-h1.white {
    font-size: 50px;
  }

  .ws-content-block {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .ws-ri-landing {
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .ws-quote {
    z-index: 2;
    margin-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
  }

  .ws-h2 {
    max-width: 470px;
    font-size: 25px;
  }

  .ws-quote-icon {
    margin-bottom: 50px;
  }

  .ws-flower-1 {
    max-width: 40vw;
    top: auto;
    bottom: 260px;
  }

  .ws-flower-2 {
    max-width: 45vw;
    bottom: -50px;
  }

  .ws-footer-padding {
    height: 250px;
  }

  .ws-footer-content {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    position: absolute;
    top: 40px;
  }

  .ws-footer-links {
    align-items: flex-start;
    margin-top: 40px;
  }

  .ws-h1-body {
    font-size: 40px;
  }

  .ws-h1-body.left {
    padding-right: 60px;
  }

  .ws-donate-row {
    max-width: none;
  }

  .ws-donate-container {
    width: 100vw;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .ws-body-centered {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .ws-body-centered.small {
    font-size: 10px;
  }

  .ws-h2-body {
    font-size: 18px;
    line-height: 1em;
  }

  .ws-donate-badge, .ws-donate-lhs {
    display: none;
  }

  .ws-left-content {
    z-index: 2;
    margin-left: 5vw;
    margin-right: 5vw;
    position: relative;
  }

  .ws-pledge-container {
    flex-direction: column;
    margin: 0 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .ws-flower-right {
    max-width: 40vw;
    top: 0;
  }

  .ws-h3.white {
    font-size: 25px;
  }

  .ws-landing-container {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .menu-button.w--open {
    background-color: #1b156400;
    padding: 0;
    position: relative;
  }

  .nav-close-icon {
    width: 24px;
    height: 24px;
    display: block;
  }

  .nav-open-icon {
    width: 24px;
    height: 24px;
  }

  .ws-nav-close {
    display: block;
    position: fixed;
    top: 43px;
    right: 39px;
  }

  .ws-identity {
    max-width: 120px;
  }

  .brand {
    padding-left: 0;
  }

  .ws-quote-name {
    font-size: 18px;
  }

  .ws-donate-slider {
    background-color: var(--white);
    display: flex;
  }

  .slide-nav {
    top: 240px;
  }

  .ws-slider-text {
    margin-top: 50px;
    padding-left: 5vw;
    padding-right: 5vw;
    line-height: 15px;
  }

  .ws-donate-img {
    object-fit: cover;
    width: 100vw;
    height: 320px;
  }

  .html-embed, .ws-donate-rhs {
    display: none;
  }

  .pledge-form-container {
    flex-direction: column;
    align-items: center;
  }

  .clf-button-yellow {
    text-align: center;
    min-width: 190px;
    padding: 4px 0;
    font-size: 14px;
  }

  .clf-button-yellow.inline-mobile {
    text-align: center;
    margin-top: 4px;
    margin-left: auto;
    margin-right: 20px;
    padding: 4px 0;
    display: block;
    position: relative;
    top: 0;
    right: 0;
  }

  .ws-form-field {
    width: 100%;
  }

  .ws-form-field.lhs {
    width: 100%;
    margin-right: 0;
  }

  .ws-pledge-rhs {
    min-width: 80vw;
    margin-top: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .ws-footer {
    background-position: 50% 0;
    background-size: cover;
    height: 100px;
    margin-top: 100px;
  }

  .ws-quote-card {
    width: 90vw;
    height: 90vw;
  }

  .ws-quote-card.red {
    margin-right: 0;
  }

  .ws-quote-icon-share {
    margin-bottom: 50px;
  }

  .ws-quote-text {
    max-width: 70%;
    font-size: 14px;
  }

  .ws-share-text {
    font-size: 10px;
  }

  .ws-share-text.close {
    margin-bottom: 7px;
  }

  .ws-share-link {
    max-width: 14px;
    max-height: 14px;
    margin-bottom: -3px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .ws-share-link:hover {
    border: 1px solid #fff;
    margin-bottom: -11px;
    padding: 16px;
  }

  .ws-share-link.dark:hover {
    border-color: var(--night);
  }

  .ws-social-img {
    max-width: 14px;
    max-height: 14px;
  }

  .ws-share-row {
    flex-direction: column;
  }

  .ws-share-row.flipped {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .ws-share-column.grow {
    margin-top: 25px;
  }

  .ws-partner-card {
    background-position: 50% 0;
    height: 90vh;
    min-height: 800px;
    padding: 15px 15px 20px;
  }

  .ws-image-share {
    width: 90vw;
    height: 90vw;
  }

  .ws-partner-text {
    max-width: 200px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 50px;
  }

  .ws-see-more {
    padding-bottom: 20px;
    padding-right: 15px;
  }

  .ws-footer-flower {
    top: -225px;
  }

  .ws-image-share-wide {
    width: 90vw;
    height: 90vw;
  }

  .ws-image-share-tall {
    width: 90vw;
    height: 90vw;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .ws-asset-share {
    width: 90vw;
    height: 90vw;
  }

  .ws-partner-flipped {
    background-position: 80% 0;
    background-size: cover;
    padding-top: 15px;
  }

  .ws-partner-flipped.guzman, .ws-partner-flipped.anderson {
    display: none;
  }

  .ws-partner-bottom {
    height: 40%;
    padding: 20px 15px 15px;
  }

  .ws-partner-logo {
    max-width: 140px;
  }

  .ws-partner-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ws-partner-close {
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .ws-partner-header {
    font-size: 24px;
  }

  .ws-partner-bio {
    font-size: 12px;
  }

  .landing-container {
    padding-left: 0;
    padding-right: 0;
  }

  .ws-more-arrow {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ws-footer-flower {
    top: -175px;
  }

  .ws-partner-bottom {
    height: 50%;
  }
}

@media screen and (max-width: 479px) {
  .ws-section.resilient {
    padding-top: 100px;
  }

  .ws-footer-flower {
    top: -150px;
  }
}


@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Bold-Web.woff2') format('woff2'), url('../fonts/Graphik-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Compact';
  src: url('../fonts/GraphikCompact-Medium-Web.woff2') format('woff2'), url('../fonts/GraphikCompact-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Super-Web.woff2') format('woff2'), url('../fonts/Graphik-Super-Web.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Medium-Web.woff2') format('woff2'), url('../fonts/Graphik-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Compact';
  src: url('../fonts/GraphikCompact-Semibold-Web.woff2') format('woff2'), url('../fonts/GraphikCompact-Semibold-Web.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular-Web.woff2') format('woff2'), url('../fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Compact';
  src: url('../fonts/GraphikCompact-Bold-Web.woff2') format('woff2'), url('../fonts/GraphikCompact-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}