.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;
  }
}

p {
  color: #666;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.button {
  height: 48px;
  letter-spacing: .2px;
  background-color: #2b4fb9;
  border: 2px rgba(43, 79, 185, 0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 11px 24px 13px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: static;
}

.button:hover {
  background-color: #002182;
}

.button:focus {
  border-style: none;
  border-color: #558edd;
  box-shadow: 0 0 3px #5069c3;
}

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

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

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

.text-field {
  border-radius: 4px;
  margin-bottom: 16px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #fff;
  border-radius: 6px;
  padding-left: 0;
  padding-right: 10px;
}

.button-2:hover {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

.navbar-logo-left {
  z-index: 3;
  background-color: #2b4fb9;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 3;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-stack {
  float: none;
  clear: none;
  background-color: #2b4fb9;
  background-image: url('../images/img-hero-linework-right.svg'), url('../images/img-hero-linework-left.svg');
  background-position: 100% 25%, 0 25%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  font-family: Source Sans Pro, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1128px;
  color: #252525;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: effra, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
  display: flex;
  position: relative;
}

.container.parrallax {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 6px 6px 20px 6px rgba(0, 0, 0, .11);
}

.container.heading-2 {
  justify-content: flex-start;
  margin: auto auto 40px;
}

.container.heading-2.centered {
  justify-content: center;
  align-items: flex-start;
}

.container.heading-2.carousel {
  flex: 1;
  margin-top: 0;
  margin-left: 72px;
  margin-right: 0;
}

.container.card-scroll {
  width: auto;
  max-height: none;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  margin: 185px 0 0;
}

.container.cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  margin-bottom: 24px;
}

.hero-wrapper {
  max-width: 1128px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: #fff;
  margin-bottom: 40px;
  font-family: effra, sans-serif;
  font-size: 94px;
  font-weight: 900;
  line-height: 100%;
}

.main-cta {
  direction: ltr;
  color: #fff;
  margin-right: 6px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.hero-image {
  width: 1800px;
  max-width: none;
  float: none;
  clear: none;
  text-align: left;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.card {
  width: 360px;
  height: 340px;
  background-color: #7a7a7a;
  margin-right: 24px;
}

.card.card-1 {
  object-fit: fill;
  background-color: #f5f7fb;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.card.card-2 {
  width: 360px;
  height: 340px;
  box-shadow: none;
  background-image: url('../images/img-food.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 72px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: visible;
}

.card.card-3 {
  background-color: #f0f0f0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.card.card-4 {
  background-image: url('../images/img-community.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 72px;
  padding-left: 24px;
  padding-right: 24px;
}

.card.card-5 {
  background-color: #e7eaf6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.card.card-6 {
  background-image: url('../images/img-environment.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 72px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 40px;
}

.heading-3.centered {
  text-align: center;
}

.image {
  padding-top: 0;
}

.heading-2 {
  text-align: left;
  margin: 0 0 20px;
  padding-bottom: 0;
  font-family: effra, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
}

.eyebrow {
  height: 30px;
  max-height: 30px;
  color: #ff4c00;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  border: 2px solid #ff4c00;
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin: 0 0 10px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  display: flex;
  position: static;
  overflow: visible;
}

.sticky-element {
  object-fit: fill;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.section-30vh {
  height: 100vh;
  background-color: #f5f7fb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  display: flex;
  position: relative;
}

.page-wrapper {
  width: auto;
  margin: auto;
  position: relative;
}

.page-main {
  background-color: #fff;
}

.sticky-content {
  z-index: 2;
  min-height: 100vh;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 38px;
  padding: 150px 24px 40px;
  position: relative;
  box-shadow: 0 2px 20px 8px rgba(0, 0, 0, .02);
}

.sticky-bg-wrapper {
  z-index: 1;
  min-height: 120vh;
  margin-bottom: -120vh;
  position: relative;
}

.spacer {
  height: 100vh;
  background-color: #f5f7fb;
  padding-left: 0;
}

.sticky-center {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
}

.sticky-text-wrapper {
  color: #363636;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.sticky-text-wrapper.steps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: grid;
}

.sticky-text-wrapper.steps.first {
  grid-template-columns: 6px 300px 355px;
  grid-auto-flow: row;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.sticky-text-wrapper.steps.first.w--current {
  grid-template-columns: 6px 255px 400px;
  margin-top: 8vh;
  margin-bottom: 8vh;
}

.sticky-text-wrapper.steps.third {
  grid-template-columns: 6px 300px 355px;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.sticky-text-wrapper.steps.second {
  grid-column-gap: 36px;
  grid-template-columns: 6px 300px 355px;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.stats-wrapper {
  width: 100%;
  height: 300vh;
  background-color: #f5f7fb;
  position: relative;
}

.paragraph {
  color: #666;
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  position: static;
}

.paragraph.cc-sm-small.mb-0 {
  margin-bottom: 0;
}

.paragraph.cc-sm-small.mb-0.text-dark {
  font-size: 16px;
  display: block;
}

.sticky-container {
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.position-relative {
  position: relative;
}

.sticky-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  display: grid;
}

.sticky-triggers {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-trigger {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sticky-trigger._40 {
  top: 40%;
}

.sticky-trigger._60 {
  top: 60%;
}

.sticky-trigger._20 {
  top: 20%;
}

.sticky-trigger._80 {
  top: 80%;
}

.line-indicator {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  padding-top: 3px;
  display: flex;
}

.line-indicator.steps3, .line-indicator.steps2, .line-indicator.steps1 {
  width: 6px;
  height: 80px;
  background-color: #ff4c00;
  border-radius: 10%;
}

.heading-stats {
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: effra, sans-serif;
  font-size: 90px;
  font-weight: 500;
  overflow: visible;
}

.heading-4 {
  width: 768px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 26px;
  font-weight: 400;
}

.testimonial-bg-image {
  width: 100vw;
  max-width: none;
  display: block;
}

.testimonial-image {
  width: 118px;
  height: 120px;
  margin-top: 32px;
  margin-left: 32px;
  margin-right: 32px;
}

.testimonial-name {
  width: 768px;
  text-align: left;
  -webkit-text-stroke-color: #252525;
  margin-bottom: 32px;
  margin-left: 182px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  width: 2700px;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.padding-vertical.padding-xxlarge {
  padding: 0;
  overflow: visible;
}

.logo-slider-img {
  width: 145px;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.logo-slide-section {
  height: auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-2 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-padding-2 {
  padding: 5em 6%;
}

.page-padding-2.is-main-hero {
  min-height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.main-hero_layout {
  width: 85vh;
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mission-statement-heading {
  width: 85vh;
  max-width: none;
  color: #666;
  letter-spacing: -.03em;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: effra, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 120%;
}

.card-scroll-flex {
  height: 70vh;
  background-color: #f0f0f0;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding: 80px 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.card-scroll-flex.card-1 {
  height: 64vh;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e7eaf6;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0 20px;
  top: 80px;
  box-shadow: 0 2px 20px 8px rgba(0, 0, 0, .05);
}

.card-scroll-flex.card-1._1 {
  height: 70vh;
  box-shadow: none;
  background-color: #f0f0f0;
  border-radius: 0;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

.card-scroll-flex.card-1._1.bg-2, .card-scroll-flex.card-1._1.bg-3 {
  width: 100%;
  height: 75vh;
  background-color: #fff;
  flex: 1;
  justify-content: center;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .08);
}

.card-scroll-flex.card-1._1.bg-1 {
  width: 100%;
  height: 75vh;
  background-color: #fff;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
}

.card-scroll-content {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.card-scroll-content.reverse {
  margin-right: 40px;
}

.card-scroll-content.reverse.bg-2 {
  background-color: #f5f7fb;
}

.card-scroll-content.bg-3 {
  background-color: #e7eaf6;
}

.card-scroll-image-container {
  width: 50%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-scroll-flex-content-container {
  width: 70%;
  height: 60vh;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f0f0f0;
  border-radius: 20px;
  flex-wrap: nowrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.card-scroll-flex-content-container.image {
  width: 456px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/img-seattle-1.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  flex: none;
  margin-right: 40px;
}

.card-scroll-flex-content-container.image.reverse {
  background-image: url('../images/img-change-innovation.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  border-radius: 20px;
  margin-right: 0;
}

.card-scroll-flex-content-container.image._1 {
  background-image: url('../images/img-fairfoods.jpg');
}

.card-scroll-flex-content-container.card-1 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
}

.card-scroll-flex-content-container.card-1.reverse {
  flex-direction: row-reverse;
}

.div-block {
  height: 610px;
  max-width: 1280px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.card-2 {
  width: 264px;
  height: 100%;
  color: #b8b9c2;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-5 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container-5.carousel {
  width: 264px;
  height: auto;
  align-self: auto;
  margin-left: 72px;
}

.impact-carousel {
  background-color: #303136;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  overflow: hidden;
}

.impact-carousel.is_full {
  z-index: auto;
  height: auto;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding-top: 185px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.arrow-right {
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -124px;
  right: 0%;
}

.arrow-right:hover {
  background-image: url('../images/img-arrow-left.svg');
  background-position: 0 0;
  background-size: auto;
}

.carousel-slider {
  width: 264px;
  margin-right: 24px;
  position: static;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._2 {
  position: static;
  right: 24px;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-mask {
  width: 264px;
  padding-right: 160px;
  overflow: visible;
}

.carousel {
  width: 100vw;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  float: none;
  clear: none;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 75px;
  display: block;
  left: auto;
  overflow: visible;
}

.arrow-left {
  width: 32px;
  height: 32px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.btn {
  color: #2b4fb9;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/img-link-arrow.svg');
  background-position: 100% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 5px;
  padding: 0 24px 0 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s ease-out;
}

.btn:hover {
  color: #002182;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/img-link-arrow-hover.svg');
}

.card-body {
  height: 100%;
  padding: 24px 16px;
}

.card-header {
  height: 280px;
  background-image: url('../images/img-access-healthy-food.jpg');
  background-size: cover;
  border-radius: 10px;
}

.card-header._2 {
  background-image: url('../images/img-hunger-relief.jpg');
}

.card-header._3 {
  background-image: url('../images/img-culinary-training.jpg');
  background-position: 0 0;
  background-size: auto;
}

.card-header._4 {
  background-image: url('../images/img-reduce-packaging-waste.jpg');
}

.card-header._5 {
  background-image: url('../images/img-giving-kitchen-logo.jpg');
  background-position: 0 0;
  background-size: cover;
}

.card-header._6 {
  background-image: url('../images/img-wck-logo.jpg');
}

.card-header._7 {
  background-image: url('../images/img-fighting-food-waste.png');
}

.card-header._8 {
  background-image: url('../images/img-rx-community.jpg');
}

.card-header._9 {
  background-image: url('../images/img-toasters-giving-back.jpg');
}

.card-header._10 {
  background-image: url('../images/img-urban-farming.jpg');
}

.card-header._11 {
  background-image: url('../images/img-community-fundraising.jpg');
}

.icon {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  overflow: visible;
}

.icon-2 {
  float: none;
  clear: none;
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.heading-5 {
  color: #333;
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.slide-nav {
  width: 100%;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.footer {
  background-color: #2b4fb9;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 30px;
  padding: 40px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
  font-family: Source Sans Pro, sans-serif;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #d1d1d1;
  text-decoration: underline;
}

.modal {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  position: fixed;
}

.form-container {
  width: 550px;
  height: 680px;
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 40px 60px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 8px 6px rgba(0, 0, 0, .2);
}

.form {
  margin-top: 0;
  display: block;
}

.form-block {
  margin-top: 40px;
}

.submit-button {
  width: 100%;
  background-color: #2b4fb9;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
}

.caption {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.close {
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-2 {
  padding: 12px;
}

.paragraph-3 {
  text-align: center;
  padding-bottom: 0;
}

.textarea {
  height: auto;
  min-height: 118px;
}

.badge {
  margin-top: 20px;
}

.div-block-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footnote {
  width: 100%;
  max-width: 1140px;
  margin-top: 140px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.text-block {
  color: #666;
  font-family: Source Sans Pro, sans-serif;
}

.image-4 {
  padding-top: 2px;
}

@media screen and (min-width: 1920px) {
  p {
    color: #7a7a7a;
    font-family: Source Sans Pro, sans-serif;
  }

  .button {
    letter-spacing: .2px;
    border-radius: 8px;
    padding: 11px 24px 13px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }

  .button:hover {
    background-color: #002182;
  }

  .button:focus {
    background-color: #2b4fb9;
    border: 2px solid #5069c3;
  }

  .hero-image {
    width: 2100px;
  }

  .card.card-4 {
    background-image: url('../images/img-community.jpg');
    background-position: 0 0;
    background-size: auto;
    border-radius: 10px;
  }

  .card.card-5 {
    background-color: #e7eaf6;
    border-radius: 10px;
    padding-top: 72px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-6 {
    background-image: url('../images/img-environment.jpg');
    background-position: 0 0;
    background-size: auto;
    border-radius: 10px;
  }

  .heading-2, .heading-2.centered {
    margin-bottom: 20px;
  }

  .card-scroll-flex.card-1._1 {
    justify-content: space-between;
  }

  .card-scroll-flex-content-container.image {
    background-image: url('../images/img-seattle-1.jpg');
    flex-direction: row;
  }
}

@media screen and (max-width: 991px) {
  .button {
    width: auto;
    justify-content: center;
    align-self: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-2 {
    max-width: 728px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-stack {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container {
    max-width: 728px;
  }

  .container.heading-2.carousel {
    margin-left: 40px;
  }

  .container.card-scroll {
    flex-wrap: nowrap;
  }

  .heading {
    font-size: 82px;
  }

  .card.card-1 {
    width: 292px;
    height: 276px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .card.card-2 {
    width: 292px;
    height: 276px;
    margin-right: 0;
  }

  .card.card-3 {
    width: 292px;
    height: 276px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .card.card-4 {
    width: 292px;
    height: 276px;
    border-radius: 10px;
    margin-right: 0;
  }

  .card.card-5 {
    width: 292px;
    height: 276px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .card.card-6 {
    width: 292px;
    height: 276px;
  }

  .heading-2 {
    font-size: 38px;
    line-height: 42px;
  }

  .eyebrow {
    font-size: 14px;
  }

  .sticky-content {
    padding: 40px;
  }

  .sticky-center {
    z-index: 1;
  }

  .sticky-text-wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .sticky-text-wrapper.steps.first, .sticky-text-wrapper.steps.third, .sticky-text-wrapper.steps.second {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: start;
  }

  .line-indicator {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .line-indicator.steps3 {
    margin-bottom: 0;
  }

  .line-indicator.steps2, .line-indicator.steps1 {
    height: 60px;
    margin-bottom: 0;
  }

  .heading-stats {
    font-size: 72px;
  }

  .heading-4, .testimonial-name {
    width: 500px;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

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

  .logo-slider-img {
    width: 174px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mission-statement-heading {
    width: 700px;
  }

  .card-scroll-flex.card-1._1.bg-1 {
    flex-wrap: nowrap;
  }

  .card-scroll-content.reverse.bg-2, .card-scroll-content.bg-1 {
    width: 330px;
    padding: 30px;
  }

  .card-scroll-content.bg-3 {
    width: 312px;
    padding: 30px;
  }

  .card-scroll-flex-content-container.image {
    width: 380px;
    overflow: hidden;
  }

  .div-block {
    flex-flow: row;
    justify-content: space-between;
    padding-left: 0;
  }

  .container-5.carousel {
    margin-left: 40px;
  }

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

  .container-6 {
    max-width: 728px;
  }

  .modal {
    display: none;
  }

  .badge {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .button {
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .container.parrallax {
    max-width: 93%;
  }

  .container.heading-2 {
    margin-bottom: 20px;
  }

  .container.heading-2.centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.heading-2.carousel {
    margin-left: 20px;
  }

  .container.card-scroll {
    margin-top: 60px;
  }

  .heading {
    letter-spacing: -.5px;
    font-size: 65px;
  }

  .hero-image {
    width: 1000px;
  }

  .card.card-1 {
    width: 100%;
    height: 340px;
    margin-right: 0;
  }

  .card.card-2 {
    width: 100%;
    height: 341px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    overflow: visible;
  }

  .card.card-3 {
    width: 100%;
    height: 340px;
    margin-right: 0;
  }

  .card.card-4 {
    width: 100%;
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .card.card-5 {
    width: 100%;
    height: 340px;
    margin-right: 0;
  }

  .card.card-6 {
    width: 100%;
    height: 340px;
    background-size: cover;
  }

  .heading-3 {
    font-size: 26px;
    font-weight: 500;
  }

  .heading-2 {
    margin-bottom: 8px;
    font-size: 31px;
    line-height: 40px;
  }

  .heading-2.centered {
    text-align: center;
  }

  .eyebrow {
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .sticky-content {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .sticky-text-wrapper.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .sticky-text-wrapper.steps.first {
    grid-template-columns: 6px 200px 270px;
    margin-top: 30vh;
  }

  .sticky-text-wrapper.steps.third {
    grid-template-columns: 6px repeat(auto-fit, 200px) 270px;
    margin-bottom: 30vh;
  }

  .sticky-text-wrapper.steps.second {
    grid-template-columns: 6px 200px 270px;
  }

  .stats-wrapper {
    z-index: auto;
    height: 150vh;
  }

  .paragraph, .paragraph.cc-sm-small {
    font-size: 1rem;
  }

  .sticky-container {
    height: auto;
  }

  .line-indicator.steps3, .line-indicator.steps2 {
    width: 6px;
    height: 60px;
    margin-bottom: 12px;
  }

  .line-indicator.steps1 {
    width: 6px;
    height: 60px;
    margin-bottom: 16px;
  }

  .heading-stats {
    font-size: 58px;
  }

  .heading-4 {
    width: 320px;
    font-size: 22px;
    line-height: 32px;
  }

  .testimonial-bg-image {
    width: 100vw;
    object-fit: fill;
    overflow: visible;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

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

  .logo-slider-img {
    width: 125px;
  }

  .mission-statement-heading {
    width: 500px;
    font-size: 3.5em;
  }

  .card-scroll-flex.card-1._1.bg-2 {
    height: 100vh;
    margin-top: 110px;
    padding-top: 10px;
    padding-left: 0;
    top: 50px;
  }

  .card-scroll-flex.card-1._1.bg-3 {
    height: 100vh;
    margin-top: 110px;
    padding-top: 0;
    padding-left: 0;
    top: 50px;
  }

  .card-scroll-flex.card-1._1.bg-1 {
    height: 100vh;
    padding-top: 0;
    padding-left: 0;
    top: 50px;
  }

  .card-scroll-content.reverse.bg-2, .card-scroll-content.bg-1, .card-scroll-content.bg-3 {
    width: 100%;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px;
  }

  .card-scroll-flex-content-container.image {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: 50% 50%;
    background-image: url('../images/img-seattle-1-sm.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    flex: 0 auto;
    margin-left: 20px;
    margin-right: 20px;
    overflow: visible;
  }

  .card-scroll-flex-content-container.image.reverse {
    height: 100%;
    background-image: url('../images/img-change-innovation-sm.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-right: 20px;
  }

  .card-scroll-flex-content-container.image._1 {
    width: 100%;
    height: 100%;
    background-image: url('../images/fairfoods-sm.jpg');
    background-position: 50% 0;
    background-size: auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
  }

  .card-scroll-flex-content-container.card-1 {
    flex-wrap: wrap;
  }

  .div-block {
    height: 100%;
    padding-left: 0;
  }

  .card-2 {
    width: 220px;
  }

  .container-5.carousel {
    width: 220px;
    margin-left: 20px;
  }

  .impact-carousel.is_full {
    padding-top: 20px;
  }

  .arrow-right {
    left: -100px;
  }

  .carousel-slider._6 {
    width: 220px;
    right: -45%;
  }

  .carousel-slider._5 {
    width: 220px;
    right: -36%;
  }

  .carousel-slider._3 {
    width: 220px;
    right: -18%;
  }

  .carousel-slider._4 {
    width: 220px;
    right: -27%;
  }

  .carousel-slider._7 {
    width: 220px;
    right: -54%;
  }

  .carousel-slider._2 {
    width: 220px;
    right: -9%;
  }

  .carousel-slider._8 {
    width: 220px;
    right: -63%;
  }

  .carousel-slider._1, .carousel-slider._9, .carousel-slider._10, .carousel-slider._11 {
    width: 220px;
  }

  .carousel-mask {
    width: 60%;
    padding-right: 4px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .modal {
    display: none;
  }

  .form-container {
    width: 80%;
  }

  .badge {
    display: none;
  }

  .image-3 {
    max-width: 80%;
  }

  .footnote {
    max-width: 728px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    height: 50px;
    text-align: center;
    border-radius: 5px;
    align-self: stretch;
    font-size: 15px;
  }

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

  .container-2, .container {
    max-width: none;
  }

  .container.parrallax {
    max-width: 85%;
    justify-content: center;
    align-items: flex-start;
  }

  .heading {
    font-size: 58px;
  }

  .hero-image {
    width: 1000px;
  }

  .sticky-content {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sticky-text-wrapper.steps {
    grid-template-columns: 1fr;
  }

  .sticky-text-wrapper.steps.first {
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 6px 150px 147px;
    grid-auto-flow: row;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-bottom: 5vh;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .sticky-text-wrapper.steps.third, .sticky-text-wrapper.steps.second {
    flex-direction: column;
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .paragraph.cc-sm-small.mb-0.text-dark {
    object-fit: fill;
    object-position: 50% 50%;
    position: static;
    overflow: visible;
  }

  .position-relative {
    width: 100vw;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .sticky-grid {
    clear: none;
    position: relative;
  }

  .line-indicator.steps3, .line-indicator.steps2, .line-indicator.steps1 {
    display: none;
  }

  .heading-stats {
    width: 100vw;
    float: none;
    clear: none;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 48px;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .heading-4 {
    width: auto;
    padding: 16px;
  }

  .testimonial-bg-image {
    width: 100vw;
    object-fit: fill;
    overflow: visible;
  }

  .testimonial-image {
    width: 85px;
    height: 86px;
    max-width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .testimonial-name {
    width: auto;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

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

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .mission-statement-heading {
    width: 290px;
    font-size: 36px;
  }

  .card-scroll-flex.card-1._1.bg-2, .card-scroll-flex.card-1._1.bg-3, .card-scroll-flex.card-1._1.bg-1 {
    height: 100vh;
  }

  .card-scroll-content.reverse.bg-2, .card-scroll-content.bg-1, .card-scroll-content.bg-3 {
    width: auto;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-scroll-image-container {
    overflow: visible;
  }

  .card-scroll-flex-content-container.image {
    height: 100%;
    background-size: 100%;
    flex-wrap: nowrap;
    overflow: visible;
  }

  .card-scroll-flex-content-container.image.reverse {
    height: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
  }

  .card-scroll-flex-content-container.image._1 {
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
  }

  .impact-carousel.is_full {
    padding-top: 0;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._6, .carousel-slider._5, .carousel-slider._3, .carousel-slider._4, .carousel-slider._7, .carousel-slider._2, .carousel-slider._8 {
    padding-left: 0;
    padding-right: 0;
    right: 0%;
  }

  .carousel-slider._1, .carousel-slider._9, .carousel-slider._10, .carousel-slider._11 {
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-mask {
    width: 100%;
  }

  .card-body {
    padding: 20px;
  }

  .card-header._1 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .card-header._2, .card-header._4 {
    background-position: 50%;
  }

  .card-header._5 {
    background-position: 50%;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .card-header._6, .card-header._7, .card-header._8, .card-header._9, .card-header._10, .card-header._11 {
    background-position: 50%;
  }

  .container-6 {
    max-width: none;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .modal {
    display: none;
  }

  .form-container {
    width: 90%;
    height: 680px;
    padding: 30px;
  }

  .footnote {
    max-width: none;
  }

  .image-5 {
    display: none;
  }
}


