.homepage {
  margin: 0;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.homepage img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.homepage html.w-mod-touch * {
  background-attachment: scroll !important;
}

.homepage .w-button {
  display: inline-block;
  color: white !important;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.homepage input.w-button {
  -webkit-appearance: button;
}

.homepage h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Agenda, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
}

.homepage h2 {
  margin-top: 20px;
  margin-bottom: 0.5em;
  font-family: Agenda, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 36px;
  font-weight: 600;
}

.homepage p {
  margin-bottom: 2em;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5em;
}

.homepage a {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}

.homepage a:hover {
  color: #ca1905;
  text-decoration: underline;
}

.homepage {
  background-color: #f8f4e7;
}

.homepage .hero-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}

.homepage .hero-home---content {
    width: 50%;
    max-width: 700px;
    margin-top: 125px;
    padding-right: 60px;
    padding-left: 60px;
}

.homepage .hero-home---image {
  position: relative;
  top: 0px;
  width: 50%;
  height: 460px;
  border-bottom-left-radius: 150px;
  background-position: 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage .hero-home---image.no-crop {
  background-image: none;
}

.homepage .hero-home---header {
  margin-bottom: 20px;
  font-family: Agenda, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.homepage .hero-home---paragraph {
  margin-bottom: 2em;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.homepage .primary-button {
  padding: 1em 1.5em;
  border-radius: 8px;
  background-color: #ca1905;
  font-family: Agenda, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.homepage .primary-button:hover {
  background-color: #000;
  color: #f8f4e7;
  text-decoration: none;
}

.homepage .home-highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.homepage .home-highlights---highlight {
  width: 50%;
  max-width: 500px;
  margin-right: 15px;
  margin-left: 10px;
}

.homepage .home-highlights---box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 60%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 3px solid #000;
  border-radius: 20px;
}

.homepage .home-highlights---highlight-image {
  position: relative;
  overflow: hidden;
  width: 158px;
  height: 221px;
  margin-top: -35%;
  margin-left: 252px;
  float: right;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0px;
}

.homepage .heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0.5em;
  font-family: Agenda, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.homepage .paragraph-2 {
  width: 78%;
  font-size: 20px;
}

.homepage .half-image-highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage .half-image-highlight.half-image-highlight-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


.homepage .half-image-highlight---image {
  width: 50%;
  height: 663px;
  max-height: 80vh;
  margin-right: 0px;
  margin-left: 0vw;
  border-radius: 100px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: url('../images/changemaker33.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.homepage .half-image-highlight---image._970.reverse {
  margin-right: 0vw;
  margin-left: 60px;
  border-radius: 100px 0px 0px 100px;
}

.homepage .half-image-highlight---body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 700px;
  padding-right: 30px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.homepage .half-image-highlight---item {
  width: 33%;
  margin-bottom: 2.3em;
  text-align: left;
}

.homepage .half-image-highlight---icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homepage .half-image-higlight---item---icon {
  width:68px;
  max-height: 68px;
}

.homepage .feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage .feed---row---image {
  overflow: hidden;
  width: 193px;
  height: 130px;
  border-radius: 20px;
}

.homepage .feed-h2 {
  text-align: center;
  max-width: 600px;
  margin: auto;
  padding-bottom: 2em;
}

.homepage .feed---row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage .feed---row---title {
  margin-top: 0px;
  font-size: 20px;
}

.homepage .feed---row-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 500px;
  padding-right: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.homepage .feed---row-right {
  width: 50%;
  max-width: 500px;
  padding-right: 5vw;
}

.homepage .feed-row---body {
  margin-bottom: 1em;
}

.homepage .center-cta {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 15% 30px;
  text-align: center;
}

.homepage .link-2 {
  font-size: 16px;
}

.homepage .image-4 {
  border-radius: 20px;
}

.homepage .half-image---highlight-body {
  max-width: 500px;
  margin-bottom: 1em;
}

.homepage .half-image-highlight---header {
  max-width: 500px;
}

.homepage .hero-about---image-inside {
  margin-right: 5vw;
}

.homepage .grey-call-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 2em;
  padding: 60px 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ebe8db;
  text-align: center;
}

.homepage .grey-call-out---body {
  margin-bottom: 0em;
  clear: none;
  font-family: Agenda, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .homepage h2 {
    margin-bottom: 0.5em;
  }

  .homepage p {
    margin-bottom: 2em;
  }

  .homepage .hero-home {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .homepage .hero-home---content {
    margin-top: 10vw;
    padding-right: 8vw;
  }

  .homepage .hero-home---image {
    max-height: 450px;
    min-height: 405px;
  }

  .homepage .hero-home---paragraph {
    margin-bottom: 2em;
  }

  .homepage .primary-button {
    padding: 1em;
  }

  .homepage .home-highlights {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-left: 0vw;
  }

  .homepage .home-highlights---highlight {
    margin-right: 0px;
    margin-left: 0px;
  }

  .homepage .home-highlights---box {
    margin-left: 5vw;
    min-height: 80%;
  }

  .homepage .home-highlights---highlight-image {
    width: 13vw;
    height: 20vw;
    margin-top: -38%;
    border-radius: 20px;
  }

  .homepage .heading {
    font-size: 28px;
  }

  .homepage .paragraph-2 {
    margin-bottom: 0.5em;
    font-size: 16px;
  }
  
  .half-image-highlight.half-image-highlight-reverse {
    margin-left: 30px;
  }

  .homepage .half-image-highlight---image {
    width: 50vw;
    height: 633px;
    margin-right: 5vw;
    margin-left: 0vw;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .homepage .half-image-highlight---image._970 {
    width: 80vw;
    height: 60vw;
  }

  .homepage .half-image-highlight---body {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .homepage .half-image-highlight---item {
    width: 33%;
    margin-right: 0px;
    text-align: left;
  }

  .homepage .half-image-higlight---item---icon {
    width: 62px;
    max-height: 62px;
  }

  .homepage .feed---row-left {
    padding-right: 5vw;
  }

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

  .homepage .link-2 {
    font-size: 16px;
  }

  .homepage .image-4 {
    width: 15vw;
    height: 20vw;
  }
  
  .homepage .hero-about---image-inside {
    width: 350px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .homepage .hero-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .homepage .hero-home---content {
    width: 100%;
    margin-top: 3vw;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .homepage .hero-home---image {
    width: 100%;
    height: 35vh;
    max-height: none;
    min-height: 0px;
    margin-left: 5vw;
  }
  
  .homepage .hero-home---image.no-crop {
    margin: auto;
    height: 300px;
    padding-top: 40px;
  }

 .homepage  .hero-home---header {
    font-size: 35px;
    color: #000;
  }

  .homepage .hero-home---paragraph {
    font-size: 16px;
  }

  .homepage .home-highlights {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .homepage .home-highlights---highlight {
    width: 100%;
  }

  .homepage .home-highlights---box {
    min-height: 200px;
  }

  .homepage .half-image-highlight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homepage .half-image-highlight.half-image-highlight-reverse {
    margin-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .homepage .half-image-highlight---image {
    width: 80vw;
    height: 60vw;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    background-position: 50% 20%;
  }
  
  .homepage .half-image-highlight---image._970 {
    width: 80vw;
    height: 60vw;
  }

  .homepage .half-image-highlight---image._970.reverse {
    margin-left: 0px;
    border-radius: 0px 100px 100px 0px;
  }

  .homepage .half-image-highlight---body {
    width: 100%;
    padding-top: 5vw;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .homepage .half-image-highlight---item {
    text-align: center;
  }

  .homepage .half-image-highlight---icons {
    width: 100%;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .homepage .feed-h2 {
    text-align: left;
  }
  .homepage .feed---row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .homepage .feed---row-left {
    width: 50%;
  }

  .homepage .feed---row-left.feed---row-header {
    width: 100%;
    text-align: center;
  }

  .homepage .feed---row-right {
    width: 70%;
  }

  .homepage .feed---row-right.feed---row-header {
    display: none;
  }

  .homepage .image-4 {
    width: 25vw;
    height: 30vw;
    margin-top: -30%;
  }

  .homepage .heading-2 {
    font-size: 32px;
  }

  .homepage .hero-about---image-inside {
    width: 280px;
    padding-top: 0px;
    margin: 0px;
  }
  
}

@media screen and (max-width: 479px) {
  .homepage .hero-home---content {
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .homepage .hero-home---image {
    height: 30vh;
  }

  .homepage .home-highlights---box {
    min-height: 250px;
  }

  .homepage .half-image-highlight---image {
    width: 95vw;
    height: 75vw;
  }

  .homepage .half-image-highlight---image._970 {
    width: 95vw;
    height: 75vw;
  }

  .homepage .half-image-highlight---image._970.reverse {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  
  
  .homepage .feed---row {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homepage .feed---row-left {
    width: 100%;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .homepage .feed---row-left.feed---row-header {
    padding-bottom: 0px;
    text-align: left;
  }

  .homepage .feed---row-right {
    width: 100%;
  }

  .homepage .image-4 {
    width: 30vw;
    height: 40vw;
    margin-top: -45%;
  }

  .homepage .image-6 {
    display: block;
    width: 100%;
  }
  
  .hero-about---image-inside {
    width: 250px;
  }
  
}

@font-face {
  font-family: 'Agenda';
  src: url('../fonts/Agenda-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agenda';
  src: url('../fonts/agenda-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agenda';
  src: url('../fonts/Agenda-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}