.logo {
  z-index: 2;
  width: 250px;
  height: 65px;
  padding-bottom: 0px;
  background-image: url('../images/CASDA-Logo.png');
  background-position: 50% 50%;
  background-size: 199px 65px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.navbar {
  height: 100px;
  background-color: #286b35;
}

.nav-link {
  padding: 14px 15px 13px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.nav-link:hover {
  background-color: #fff;
  color: #214f57;
}

.nav-link.w--current {
  color: rgba(187, 156, 33, .6);
}

.nav {
  width: auto;
  margin-top: 17px;
}

.hero {
  display: block;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(33, 79, 87, .75), rgba(33, 79, 87, .75)), url('../images/NOS-FrontImage.jpg');
  background-image: linear-gradient(180deg, rgba(33, 79, 87, .75), rgba(33, 79, 87, .75)), url('../images/NOS-FrontImage.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cta_heading {
  display: block;
  margin: 150px auto 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  text-align: center;
}

.cta_block {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.feature-bio-text {
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
}

.cta_text {
  display: block;
  width: 
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.cta-lean-more {
  display: block;
  width: 50%;
  padding: 15px;
  background-color: #286b35;
  font-size: 20px;
  text-align: center;
}

.cta-lean-more.reverse {
  border: 2px solid #286b35;
  background-color: #fff;
  font-family: Raleway, sans-serif;
  color: #286b35;
  font-weight: 600;
  text-align: center;
}

.cta-lean-more.reverse.left {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cta-lean-more.reverse.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.overview {
  padding-right: 0px;
  padding-bottom: 53px;
}

.overview_wrapper {
  height: 100%;
}

.overview-heading {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #286b35;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.overview-heading.white {
  display: block;
  color: #fff;
}

.overview_text {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-bottom: 41px;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #214f57;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}

.overview_text.paragraph {
  width: 100%;
  margin-bottom: 30px;
  color: #214f57;
  text-align: left;
}

.overview_text.white {
  margin-top: 44px;
  margin-bottom: 44px;
  color: #fff;
}

.overview_text.white.front_page {
  width: 90%;
}

.overview_details {
  width: 100%;
  height: 150px;
}

.overview_img_wrapper {
  height: 250px;
  background-image: url('../images/dag3_22.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  margin-top: 20px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  color: #286b35;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.column-heading {
  margin-top: 30px;
}

.column-text {
  margin-top: 50px;
  padding-top: 0px;
}

.cta-lean-more-centet {
  display: block;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border: 2px solid #fff;
  background-color: #286b35;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.cta-lean-more-centet:hover {
  background-color: #fff;
  box-shadow: 0 0 6px 0 #286b35;
  color: #286b35;
}

.cta-lean-more-centet.reverse {
  border-color: #286b35;
  background-color: #fff;
  color: #286b35;
  font-weight: 700;
}

.cta-lean-more-centet.reverse:hover {
  background-color: #286b35;
  box-shadow: 0 0 6px 0 #286b35;
  color: #fff;
}

.project-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .77), rgba(0, 0, 0, .77)), url('../images/what-the-hex-dark.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .77), rgba(0, 0, 0, .77)), url('../images/what-the-hex-dark.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 200px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.project_sect_parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.featured-content {
  height: 200px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(90deg, rgba(187, 156, 33, .8), hsla(0, 0%, 100%, 0)), url('../images/Iras-Photo.png');
  background-image: linear-gradient(0deg, rgba(187, 156, 33, .8), hsla(0, 0%, 100%, 0)), url('../images/Iras-Photo.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .41), 0 0 6px 0 #fff;
}

.featured-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), -webkit-linear-gradient(90deg, #4a85ee, hsla(0, 0%, 100%, 0)), url('../images/children-1822701.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(0deg, #4a85ee, hsla(0, 0%, 100%, 0)), url('../images/children-1822701.jpg');
  background-position: 0px 0px, 0px 0px, 50% 54%;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  box-shadow: 0 0 6px 0 #000, 0 0 6px 0 #fff;
}

.featured-content-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  margin-right: 14px;
  margin-left: 14px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), -webkit-linear-gradient(90deg, crimson, hsla(0, 0%, 100%, 0)), url('../images/dag2_67.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(0deg, crimson, hsla(0, 0%, 100%, 0)), url('../images/dag2_67.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  box-shadow: 0 0 6px 0 #000, 0 0 6px 0 #fff;
}

.project-container {
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.full-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  margin: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, 0) 51%), url('../images/dag1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(0deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, 0) 51%), url('../images/dag1_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 61%;
  background-size: auto, auto, 950px;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  box-shadow: 0 0 6px 0 #000, 0 0 6px 0 #fff;
}

.subscribe-to-news-letter {
  display: block;
  margin: 30px auto;
  text-align: center;
}

.text-field {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.text-field-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 25px;
  text-align: center;
}

.text-field-2:hover {
  background-color: rgba(40, 107, 53, .27);
  box-shadow: 0 0 6px 0 #286b35;
  color: #214f57;
}

.nav-menu {
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer {
  background-color: #000;
}

.footer_credits {
  font-family: Raleway, sans-serif;
  text-align: center;
  text-decoration: none;
}

.link {
  color: #fff;
}

.footer_about {
  font-family: Raleway, sans-serif;
  color: #fff;
}

.row {
  margin-top: 45px;
  margin-bottom: 45px;
}

.footer_menu_lit {
  margin-bottom: 0px;
  padding: 18px 51px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.footer_menu_list {
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.section-page-title {
  height: 250px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), -webkit-linear-gradient(270deg, rgba(255, 204, 0, .6), rgba(255, 204, 0, .6)), url('../images/cf85212f525a0f755246cf9ef9a58c24.new-projects-with-partners-in-kenya.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(180deg, rgba(255, 204, 0, .6), rgba(255, 204, 0, .6)), url('../images/cf85212f525a0f755246cf9ef9a58c24.new-projects-with-partners-in-kenya.jpg');
  background-position: 0px 0px, 0px 0px, 50% 22%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section-page-title.ira {
  background-image: -webkit-linear-gradient(270deg, rgba(40, 107, 53, .78), rgba(40, 107, 53, .78)), url('../images/Iras-Photo.png');
  background-image: linear-gradient(180deg, rgba(40, 107, 53, .78), rgba(40, 107, 53, .78)), url('../images/Iras-Photo.png');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-page-title.yvonne {
  background-image: -webkit-linear-gradient(270deg, rgba(40, 107, 53, .63), rgba(40, 107, 53, .63)), url('../images/new-8.jpg');
  background-image: linear-gradient(180deg, rgba(40, 107, 53, .63), rgba(40, 107, 53, .63)), url('../images/new-8.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-page-title.city-of-umea {
  background-image: -webkit-linear-gradient(270deg, rgba(40, 107, 53, .49), rgba(40, 107, 53, .49)), url('../images/children-1822701.jpg');
  background-image: linear-gradient(180deg, rgba(40, 107, 53, .49), rgba(40, 107, 53, .49)), url('../images/children-1822701.jpg');
  background-position: 0px 0px, 50% 23%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-page-title.projects {
  background-image: -webkit-linear-gradient(270deg, rgba(40, 107, 53, .5), rgba(40, 107, 53, .5)), -webkit-linear-gradient(270deg, rgba(187, 156, 33, .6), rgba(187, 156, 33, .6)), url('../images/dag1_1.jpg');
  background-image: linear-gradient(180deg, rgba(40, 107, 53, .5), rgba(40, 107, 53, .5)), linear-gradient(180deg, rgba(187, 156, 33, .6), rgba(187, 156, 33, .6)), url('../images/dag1_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section-page-title.homabay {
  background-image: -webkit-linear-gradient(270deg, rgba(40, 107, 53, .5), rgba(40, 107, 53, .5)), -webkit-linear-gradient(270deg, rgba(187, 156, 33, .6), rgba(187, 156, 33, .6)), url('../images/promoting.jpg');
  background-image: linear-gradient(180deg, rgba(40, 107, 53, .5), rgba(40, 107, 53, .5)), linear-gradient(180deg, rgba(187, 156, 33, .6), rgba(187, 156, 33, .6)), url('../images/promoting.jpg');
  background-position: 0px 0px, 0px 0px, 50% 42%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section-page-title.men-engage {
  background-image: -webkit-linear-gradient(270deg, rgba(40, 107, 53, .5), rgba(40, 107, 53, .5)), -webkit-linear-gradient(270deg, rgba(187, 156, 33, .6), rgba(187, 156, 33, .6)), url('../images/men-engage.png');
  background-image: linear-gradient(180deg, rgba(40, 107, 53, .5), rgba(40, 107, 53, .5)), linear-gradient(180deg, rgba(187, 156, 33, .6), rgba(187, 156, 33, .6)), url('../images/men-engage.png');
  background-position: 0px 0px, 0px 0px, 50% 42%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section-page-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-page-title-heading {
  display: block;
  width: 855px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 26px;
  border-style: none;
  border-bottom-width: 5px;
  border-bottom-color: #000;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 45px;
  text-align: center;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pre-feature.title-intro {
  margin-top: 53px;
  margin-bottom: 53px;
  padding-right: 64px;
  padding-left: 64px;
  font-family: Raleway, sans-serif;
  color: #214f57;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.heading-2 {
  width: 100%;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.collection-item {
  position: relative;
  display: block;
  margin: 14px 15px;
  padding: 19px 20px 35px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, .27);
}

.collection-list-wrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-list {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bio-data {
  padding-top: 45px;
  padding-bottom: 45px;
}

.bio-data-text {
  margin-bottom: 20px;
  padding: 20px 44px;
  background-color: #fff;
  box-shadow: 1px 1px 5px -2px #000, 0 0 6px 0 #bb9c21;
  font-family: Raleway, sans-serif;
  color: #214f57;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.bio-data-text.left {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.bio-data-text.left.tab {
  padding-right: 41px;
  padding-left: 41px;
  border-style: none;
  box-shadow: none;
  color: #214f57;
}

.bio-data-text.left.tab.bg-green {
  padding-left: 15px;
  background-color: #286b35;
  color: #fff;
  text-align: center;
}

.bio-data-text.left.tab.bg-green.justified {
  text-align: justify;
}

.bio-data-text.left.tab.bold {
  padding-right: 40px;
  padding-left: 40px;
  border-width: 2px;
  border-color: rgba(187, 156, 33, .6);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.image-2 {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.heading-3 {
  font-family: Raleway, sans-serif;
  text-align: center;
}

.founder_title {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.div-block {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container {
  display: block;
}

.link-2 {
  padding: 14px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.tab-link-tab-1 {
  padding-top: 5px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/5ef8d0d0e85d158b6ca549255aa0ffd1.new-projects-with-partners-in-kenya.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/5ef8d0d0e85d158b6ca549255aa0ffd1.new-projects-with-partners-in-kenya.jpg');
  background-position: 0px 0px, 50% -1%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tab-link-tab-1.w--current {
  height: 100px;
  padding-right: 5px;
  padding-left: 5px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/5ef8d0d0e85d158b6ca549255aa0ffd1.new-projects-with-partners-in-kenya.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/5ef8d0d0e85d158b6ca549255aa0ffd1.new-projects-with-partners-in-kenya.jpg');
  background-position: 0px 0px, 50% 8%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block {
  padding-top: 32px;
  padding-right: 12px;
  padding-left: 12px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.tab_link {
  display: block;
  height: 100px;
  margin-right: 7px;
  margin-left: 7px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/group1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/group1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tab_link-2 {
  display: block;
  height: 100px;
  margin-right: 7px;
  margin-left: 7px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/children-1822701.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/children-1822701.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tab_link-3 {
  height: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/new-projects.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/new-projects.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tab_link-3.w--current {
  margin-right: 7px;
  margin-left: 7px;
}

.tabs-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab_link-4 {
  height: 100px;
  margin-right: 7px;
  margin-left: 7px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/9dd110f52657405e3eab80bf75e74153.promoting-equity-in-access-to-quality-healthcare-in-homa-bay-county-kenya.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/9dd110f52657405e3eab80bf75e74153.promoting-equity-in-access-to-quality-healthcare-in-homa-bay-county-kenya.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 408px;
  background-repeat: repeat, no-repeat;
}

.tab_link-4.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .49), rgba(0, 0, 0, .49)), url('../images/9dd110f52657405e3eab80bf75e74153.promoting-equity-in-access-to-quality-healthcare-in-homa-bay-county-kenya.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .49), rgba(0, 0, 0, .49)), url('../images/9dd110f52657405e3eab80bf75e74153.promoting-equity-in-access-to-quality-healthcare-in-homa-bay-county-kenya.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-5 {
  display: inline-block;
  margin-bottom: 14px;
  border-bottom: 4px solid #000;
  text-decoration: none;
}

.title {
  display: inline-block;
  margin-bottom: 14px;
  margin-left: 15px;
  border-bottom: 4px none #000;
  font-family: Montserrat, sans-serif;
  color: #286b35;
  font-size: 45px;
  text-decoration: none;
}

.title.center {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  color: #286b35;
  text-align: center;
}

.title.small {
  margin-left: 0px;
  font-size: 22px;
  line-height: 30px;
}

.column {
  text-align: center;
}

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

.bio-cta {
  display: block;
  width: 45%;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 20px;
  border: 2px solid #fff;
  background-color: #286b35;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.bio-cta.left {
  width: 45%;
}

.bold-text {
  color: #286b35;
  text-transform: capitalize;
}

.partners_li {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Raleway, sans-serif;
  color: #214f57;
  font-size: 16px;
  font-weight: 400;
}

.partners-wrappers {
  margin-top: 34px;
  margin-bottom: 95px;
}

.section-2 {
  background-image: -webkit-linear-gradient(270deg, #000, #000), url('../images/what-the-hex-dark.png');
  background-image: linear-gradient(180deg, #000, #000), url('../images/what-the-hex-dark.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 200px;
}

.form {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
}

.field-name {
  margin-top: 17px;
  margin-bottom: 17px;
  font-size: 18px;
}

.form-wrapper {
  margin-top: 31px;
  margin-bottom: 31px;
}

.submit {
  width: 55%;
  margin-top: 26px;
  margin-bottom: 26px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-style: none;
  border-color: #286b35;
  background-color: #286b35;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.form-2 {
  text-align: left;
}

.text-field-3 {
  border: 2px solid #286b35;
  text-align: left;
}

.text-field-4 {
  text-align: left;
}

.paragraph-2 {
  padding-right: 19px;
  padding-left: 19px;
}

.contact_p {
  padding-right: 18px;
  padding-left: 18px;
  font-family: Raleway, sans-serif;
  color: #214f57;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.tfield {
  padding-top: 30px;
  padding-bottom: 30px;
  border: 2px solid #286b35;
}

.tfield:hover {
  background-color: rgba(40, 107, 53, .5);
  color: #214f57;
}

.intro {
  position: static;
  left: 0px;
  bottom: 0px;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 53px;
  padding-bottom: 53px;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.bold-text-2 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 600;
}

.container-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.founders {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.round_img {
  width: 50%;
  border-radius: 50%;
}

.founder_wrapper {
  padding-bottom: 92px;
}

.founders-details {
  padding: 49px 92px;
  font-size: 25px;
  line-height: 35px;
}

.founders_p {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  line-height: 33px;
  text-align: left;
}

.homepage_link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-decoration: none;
}

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

.link-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.projects-activities {
  padding-top: 34px;
  padding-bottom: 99px;
}

@media (max-width: 991px) {
  .cta-lean-more.reverse.left {
    width: 65%;
  }

  .overview {
    padding-bottom: 44px;
  }

  .overview-heading {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .heading {
    font-size: 40px;
  }

  .project-container {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .overview-info-container-row {
    margin-bottom: 0px;
  }

  .subscribe-to-news-letter {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .section-page-title-heading {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .bio-data-text {
    padding-right: 55px;
    padding-left: 55px;
    line-height: 22px;
    text-align: center;
  }

  .bio-data-text.left.tab.bg-green {
    background-color: #286b35;
    color: #fff;
  }

  .founder_title {
    padding-left: 0px;
  }

  .tab-link-tab-1 {
    padding-top: 9px;
  }

  .text-block._1 {
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .title {
    font-family: Montserrat, sans-serif;
  }

  .title.center {
    width: 65%;
    text-align: center;
  }

  .bio-cta {
    width: 65%;
  }

  .bold-text {
    text-transform: capitalize;
  }

  .div-block-2 {
    font-family: Raleway, sans-serif;
    color: #286b35;
  }

  .container-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 350px;
  }

  .cta_heading {
    margin-top: 60px;
  }

  .cta-lean-more {
    display: block;
    margin-right: auto;
    margin-bottom: 47px;
    margin-left: auto;
  }

  .cta-lean-more.reverse.left {
    display: block;
    width: 55%;
    margin-right: auto;
    margin-left: auto;
  }

  .overview-heading.white {
    font-size: 35px;
  }

  .overview_text {
    padding-right: 43px;
    padding-left: 43px;
  }

  .overview_text.white {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .heading {
    margin-bottom: 0px;
    text-align: center;
  }

  .project_sect_parent {
    display: inline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .featured-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-content-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .full-feature {
    margin-top: 0px;
  }

  .footer_about {
    padding-right: 32px;
    padding-left: 32px;
    text-align: center;
  }

  .footer_menu_lit {
    text-align: center;
  }

  .section-page-title-heading {
    padding-left: 25px;
  }

  .image {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
  }

  .pre-feature.title-intro {
    text-align: justify;
  }

  .bio-data-text {
    margin-right: 36px;
    margin-left: 36px;
    padding: 31px 17px;
  }

  .bio-data-text.left.tab {
    padding-right: 1px;
    padding-left: 1px;
    text-align: justify;
  }

  .founder_title {
    padding-left: 0px;
  }

  .text-block {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tab_link-4 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/9dd110f52657405e3eab80bf75e74153.promoting-equity-in-access-to-quality-healthcare-in-homa-bay-county-kenya.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/9dd110f52657405e3eab80bf75e74153.promoting-equity-in-access-to-quality-healthcare-in-homa-bay-county-kenya.jpg');
    background-position: 0px 0px, 50% 25%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }

  .title {
    font-size: 35px;
    text-align: center;
  }

  .title.center {
    width: 85%;
    font-size: 35px;
  }

  .column {
    text-align: center;
  }

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

  .bold-text {
    font-size: 35px;
  }

  .column-3 {
    text-align: left;
  }

  .collection-item-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .tfield {
    text-align: center;
  }

  .founders-details {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 21px;
  }

  .founders_p {
    font-size: 19px;
  }

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

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

  .div-block-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .cta_heading {
    margin-top: 34px;
    font-size: 30px;
    line-height: 40px;
  }

  .feature-bio-text {
    font-size: 14px;
  }

  .cta_text {
    margin-top: 28px;
  }

  .cta-lean-more {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .cta-lean-more.reverse.left {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .overview {
    margin-bottom: 0px;
  }

  .overview-heading {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    text-align: center;
    text-transform: capitalize;
  }

  .overview-heading.white {
    text-align: center;
  }

  .overview_text {
    margin-bottom: 40px;
    padding: 0px 32px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
  }

  .overview_text.paragraph {
    margin-bottom: 26px;
    padding-right: 32px;
    padding-left: 32px;
    text-align: center;
  }

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

  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 12px;
    font-size: 35px;
    line-height: 44px;
  }

  .column-text {
    margin-top: 28px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-lean-more-centet {
    width: 50%;
    margin-top: 27px;
    padding: 6px;
    font-size: 15px;
  }

  .project_sect_parent {
    display: inline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .full-feature {
    margin-top: 0px;
  }

  .text-field-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer_credits {
    display: inline;
  }

  .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer_about {
    padding-right: 32px;
    padding-left: 32px;
    text-align: left;
  }

  .footer_menu_lit {
    padding-right: 32px;
    padding-left: 33px;
    text-align: center;
  }

  .footer_menu_list {
    text-align: left;
  }

  .section-page-title {
    height: 175px;
  }

  .section-page-title-wrapper {
    color: #fff;
  }

  .section-page-title-heading {
    text-transform: capitalize;
  }

  .pre-feature.title-intro {
    padding-right: 27px;
    padding-left: 27px;
    font-size: 17px;
    line-height: 25px;
  }

  .bio-data-text {
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .bio-data-text.left.tab {
    padding-right: 14px;
    padding-left: 14px;
  }

  .bio-data-text.left.tab.bold {
    padding-right: 11px;
    padding-left: 11px;
  }

  .founder_title {
    padding-left: 0px;
  }

  .title {
    text-transform: capitalize;
  }

  .title.center {
    display: block;
    width: 85%;
    font-size: 30px;
    text-transform: capitalize;
  }

  .bio-cta {
    width: 65%;
  }

  .bold-text {
    font-size: 35px;
  }

  .icon {
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .submit {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .contact_p {
    line-height: 22px;
  }

  .tfield {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .founders-details {
    padding-right: 6px;
    padding-left: 6px;
    text-align: left;
  }

  .founders_p {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }
}