:root {
  --deep-sky-blue: #28a9e0;
  --white: white;
  --getblack: #304351;
  --yellow-green-2: #404040;
  --f29224: #f29224;
  --yellow-green: #8cbe41;
  --unicef-white-smoke: whitesmoke;
  --light-grey: #eef2f5;
  --dark-green: #567528;
  --orangewhenonblue: #ffb055;
  --steel-blue: #104e69;
  --border: #ececec;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  text-transform: uppercase;
  border-left: 10px solid #18739a;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 44px;
  display: inline-block;
}

h2 {
  color: var(--deep-sky-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--deep-sky-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--getblack);
  text-align: left;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5em;
}

a {
  color: var(--yellow-green-2);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.5em;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  text-align: left;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-wrapper {
  height: 100vh;
  background-color: var(--deep-sky-blue);
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.hero-wrapper.home {
  padding-left: 24px;
  padding-right: 24px;
}

.hero-wrapper.home.image {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GET-PIC-2.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 0;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.container.hero-container {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.hero-container.centre {
  justify-content: center;
}

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

.container.full {
  height: 100%;
}

.container.hide {
  display: none;
}

.container.centre {
  text-align: center;
  overflow: visible;
}

.hero-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.hero-info.smaller {
  width: 40%;
}

.hero-info.smaller.centre {
  width: 50%;
  justify-content: center;
  align-items: center;
}

.hero-info.smaller.hp {
  width: 50%;
}

.button {
  background-color: var(--white);
  box-shadow: none;
  color: var(--yellow-green-2);
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 0 8px 8px;
  padding: 14px 24px;
  font-weight: 600;
  transition: all .25s;
}

.button:hover {
  box-shadow: -4px 5px 0 -9px rgba(0, 0, 0, .41);
}

.button.orange {
  border-color: var(--f29224);
  background-color: var(--f29224);
  box-shadow: none;
  color: var(--white);
  display: inline-block;
}

.button.orange:hover {
  color: var(--f29224);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: -3px 5px 0 1px #f29224;
}

.button.orange.padding {
  margin-top: 20px;
}

.button.orange.whiteshadow {
  background-color: var(--f29224);
  box-shadow: none;
}

.button.blue {
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  box-shadow: none;
  color: var(--white);
}

.button.blue:hover {
  box-shadow: -3px 5px 0 1px var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: rgba(0, 0, 0, 0);
}

.button.blue.padding {
  margin-top: 20px;
}

.button.blue.whitetext {
  margin-top: 30px;
}

.button.blue.whitetext:hover {
  color: #fff;
}

.button.blue.whitetext.hide {
  display: none;
}

.button.donate {
  border-color: var(--f29224);
  background-color: var(--f29224);
  box-shadow: none;
  color: var(--white);
  margin-left: 20px;
}

.button.donate:hover {
  box-shadow: -5px 5px 0 0 var(--f29224);
  color: var(--f29224);
  background-color: rgba(0, 0, 0, 0);
}

.button.donate.hide {
  display: none;
}

.button.green-dark {
  background-color: #74a033;
  box-shadow: 4px 4px 0 -1px rgba(0, 0, 0, .41);
}

.button.launch:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: -3px 5px 0 1px #fff;
}

.button.inline {
  border-color: var(--yellow-green);
  background-color: var(--yellow-green);
  box-shadow: none;
  color: var(--white);
  padding-top: 9px;
  padding-bottom: 9px;
}

.button.inline:hover {
  border-color: var(--yellow-green);
  box-shadow: -5px 5px 0 0 var(--yellow-green);
  color: var(--yellow-green);
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  z-index: 2000;
  width: 100%;
  height: auto;
  border-bottom: 1px none var(--unicef-white-smoke);
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 0;
  padding: 10px 24px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.mobile {
  display: none;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: var(--white);
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

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

.nav-link.w--current {
  color: var(--deep-sky-blue);
}

.nav-link.drop {
  padding-right: 40px;
}

.nav-link.disable {
  opacity: .31;
  cursor: default;
}

.nav-link.disable:hover {
  text-decoration: none;
}

.nav-link.hide {
  display: none;
}

.nav-column.left {
  flex: 1;
  margin-top: 0;
}

.nav-column.right {
  justify-content: flex-end;
  display: flex;
}

.logo-image {
  width: 175px;
  display: inline-block;
  position: relative;
}

.logo-image.og {
  display: inline-block;
  position: absolute;
}

.nav-menu {
  width: 100%;
  flex: 1;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.nav-menu.desktop {
  margin-right: 0;
}

.brand {
  display: flex;
}

.section {
  padding: 100px 20px;
  position: relative;
}

.section.blue {
  background-color: var(--deep-sky-blue);
  position: relative;
  overflow: hidden;
}

.section.grey {
  background-color: var(--unicef-white-smoke);
  position: relative;
}

.section.about-image {
  background-image: url('../images/GET-PIC-12.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section.about-image._1 {
  margin-top: 60px;
}

.section.learnmore_about {
  background-image: url('../images/RN7A53029.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section.learnmore_about.hide {
  display: none;
}

.section.green {
  background-color: var(--f29224);
  background-image: none;
  background-position: 0 0;
  position: relative;
  overflow: hidden;
}

.section.green.hide {
  display: none;
}

.section.about-page-image {
  width: 100%;
  min-height: 70vh;
  background-color: #aeaeae;
  background-image: url('../images/GET-PIC-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  padding: 80px;
  display: flex;
  position: relative;
}

.section.about-page-image._1 {
  margin-top: 60px;
}

.section.top-shift {
  width: 100%;
  padding: 0 80px;
  position: relative;
}

.section.about-mandate {
  background-image: linear-gradient(rgba(40, 169, 224, .97), rgba(40, 169, 224, .97)), url('../images/nathan-dush.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.about-mandate._1 {
  margin-top: 60px;
}

.section.light-grey {
  background-color: var(--light-grey);
  position: relative;
}

.section.light-grey.ourstories {
  display: none;
}

.section.news {
  background-color: var(--yellow-green);
  background-image: none;
  display: none;
}

.section.top-margin-high {
  margin-top: 116px;
}

.section.other-grey {
  background-color: #f6f6f6;
  padding-top: 60px;
}

.section.blog-post-body {
  margin-top: 0;
}

.section.get-intro-section {
  height: 100vh;
  background-image: linear-gradient(rgba(16, 78, 105, .86), rgba(16, 78, 105, .86)), url('../images/REX_0214.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.get-intro-section._1 {
  margin-top: 60px;
}

.section.subtle-blue {
  background-color: #ecf2f5;
}

.section.subtle-blue.hide {
  display: none;
}

.section.ger_para1 {
  height: 250px;
  background-image: linear-gradient(rgba(16, 78, 105, .9), rgba(16, 78, 105, .9)), url('../images/REX_0082.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
}

.section.ger_para1.hide {
  display: none;
}

.section.absolute {
  margin-top: -80px;
  padding-top: 0;
}

.section.little-top-padding {
  padding-top: 60px;
}

.section.donate {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Relevance.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.white {
  color: var(--white);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-left-style: none;
  border-left-width: 0;
  padding: 0;
  font-size: 44px;
  line-height: 50px;
  display: block;
}

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

.white.hero {
  font-size: 60px;
  line-height: 66px;
}

.underline {
  text-decoration: underline;
}

.hero-copy {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.hero-copy.centre {
  text-align: center;
}

.hero-copy.hide {
  display: none;
}

.hero-image {
  width: 60%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dark-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(77, 77, 77, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.25fr;
}

.small-text {
  z-index: 999;
  color: var(--yellow-green-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.small-text.white-version {
  color: var(--white);
  font-size: 12px;
}

.text-header {
  margin-top: 0;
  font-family: Droid Serif, serif;
  font-size: 30px;
}

.text-header.left {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.text-header.left.white {
  color: var(--f29224);
  margin-top: 10px;
}

.text-header.left.blue {
  color: var(--f29224);
}

.huge-paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block {
  display: inline;
  position: relative;
}

._100 {
  width: 130%;
  height: 100%;
  opacity: .22;
  background-image: url('../images/Scratch-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
}

.blue-overlay {
  z-index: 2;
  opacity: .04;
  background-image: url('../images/nathan-dush.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.svg-blue-section {
  z-index: 1;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Scratch-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 150%;
  margin-top: -63px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading {
  border-left: 3px solid var(--deep-sky-blue);
  color: var(--f29224);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  font-size: 36px;
  font-weight: 700;
}

.heading.white-colour {
  border-left-color: var(--f29224);
  color: #fff;
}

.heading.white-colour.white-line {
  border-left-color: var(--yellow-green);
}

.paragraph.white-colour {
  color: #fff;
}

.paragraph.white-colour.hide {
  display: none;
}

.paragraph.white-colour.large {
  font-size: 25px;
  font-weight: 200;
}

.paragraph.small {
  color: #929292;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}

.title-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.title-div.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.cards-div {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: none;
}

.card {
  width: 31.5%;
  background-color: var(--white);
  border: 1px #ececec;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: -8px 9px 0 -1px rgba(0, 0, 0, .07);
}

.card.value {
  width: 49%;
  box-shadow: none;
  background-color: #fff;
  margin-bottom: 2%;
  padding: 30px;
}

.card.value.grow {
  flex: 1;
}

.card.other {
  width: 30%;
  box-shadow: none;
  color: var(--deep-sky-blue);
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 14px;
  transition: all .2s;
}

.card.other:hover {
  color: var(--f29224);
}

.card.other.no-click {
  cursor: default;
}

.card.modal-button {
  width: 30%;
  box-shadow: none;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 14px;
}

.card.modal-button.no-click {
  cursor: default;
}

.card-image {
  height: 240px;
  background-color: #e0edf2;
  background-image: url('../images/unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.card-image.sj {
  background-image: url('../images/1717816096.jpg');
}

.card-image.ca {
  background-image: url('../images/photo-1487546331507-fcf8a5d27ab3.jpg');
}

.card-info {
  background-color: var(--white);
  padding: 28px;
}

.lines-circle {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -13%;
}

.lines-circle.stories, .lines-circle.stories-copy {
  opacity: .5;
  right: -20%;
}

.lines-circle.calltoaction {
  opacity: .5;
  right: -6%;
}

.lines-circle.about {
  opacity: .3;
  top: auto;
  bottom: -26%;
  left: auto;
  right: -26%;
}

.lines-circle.about.mission {
  top: 32px;
  bottom: 0%;
  left: auto;
  right: -35%;
}

.lines-circle.top {
  opacity: .4;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lines-circle.top.whiter {
  opacity: .67;
  right: -6%;
}

.lines-circle.event {
  top: auto;
  bottom: 10%;
  left: -6%;
  right: auto;
}

.lines-circle.about_approach {
  opacity: .3;
  top: auto;
  bottom: -25%;
  left: -16%;
  right: auto;
}

.lines-circle.about_approach.mission {
  top: 32px;
  bottom: 0%;
  left: auto;
  right: -35%;
}

.heading-desc {
  color: #868686;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.heading-desc.white-colour {
  color: #fff;
}

.big-cards {
  width: 49.5%;
  background-color: var(--unicef-white-smoke);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 30px;
  display: flex;
}

.big-cards.reverse {
  flex: 0 auto;
}

.big-cards.grow {
  flex-direction: row;
  flex: auto;
  margin-bottom: 0;
}

.big-cards.grow.vert {
  flex-direction: column;
  padding: 0;
}

.big-card-info {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.big-card-info._3 {
  flex-direction: row;
  align-items: flex-start;
  padding: 31px;
  display: flex;
}

.big-card-photo {
  width: 100%;
  height: 300px;
  background-image: url('../images/1717816096.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.p-small {
  color: var(--getblack);
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.p-small.white {
  color: #fff;
}

.p-small.abitsmaller {
  font-size: 14px;
}

.p-small.abitsmaller.white {
  color: #fff;
}

.p-small.abitsmaller.white.attention {
  display: none;
}

.p-small.no-margin {
  margin-bottom: 0;
}

.div-block-3 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-3.hide {
  display: none;
}

.div-block-4 {
  width: 34%;
  background-color: var(--unicef-white-smoke);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #0d3546), url('../images/GET-PIC-12_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.what-we-do-icon {
  display: none;
}

.what-we-do-icon._3 {
  margin-right: 10px;
}

.half-colour {
  width: 100%;
  height: 50%;
  background-image: linear-gradient(rgba(140, 190, 65, .94), rgba(140, 190, 65, .94)), url('../images/nathan-dush.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-2 {
  color: #fff;
}

.heading-2.black {
  color: var(--yellow-green-2);
  text-align: center;
  text-transform: none;
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 600;
}

.paragraph-2 {
  color: #fff;
  font-size: 16px;
}

.heading-3-story-name {
  margin-bottom: 0;
  line-height: 24px;
}

.story-profession {
  color: var(--f29224);
  margin-bottom: 20px;
}

.footer {
  text-align: center;
  background-image: url('../images/BluePNG2.png'), linear-gradient(#28a9e0, #28a9e0);
  background-position: 120%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.footer-div-1 {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-info-div {
  width: 32%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-info-div.mission {
  padding-top: 0;
}

.h4.white-colour {
  color: var(--dark-green);
  margin-top: 0;
}

.h4.news {
  color: #fff;
  letter-spacing: 1px;
  font-family: Droid Serif, serif;
  font-size: 24px;
  font-weight: 700;
}

.h4.white-h4 {
  color: #fff;
  margin-top: 0;
}

.h4.orange {
  color: var(--orangewhenonblue);
  font-weight: 600;
}

.h4.events-other {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.h4.blue {
  color: var(--deep-sky-blue);
  font-weight: 600;
}

.heading-sm {
  color: #354463;
  margin-top: 0;
  font-size: 28px;
  line-height: 36px;
}

.heading-sm.white {
  color: #fff;
}

.slide-content-wrap {
  width: 100%;
  height: auto;
  max-width: 100%;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.block-tag {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #354463;
  margin-top: -16px;
  margin-left: 64px;
  padding: 11px 40px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.imageslider {
  z-index: -1;
  max-width: 55%;
  text-align: left;
  flex: none;
  margin-left: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.m-b-30 {
  margin-top: 0;
  margin-bottom: 30px;
}

.div-block-14 {
  z-index: 10;
  padding-left: 0;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-block {
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 26%;
}

.text-block.slider {
  z-index: 5;
  background-color: #354463;
  padding-top: 11px;
  padding-bottom: 11px;
  display: none;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 37%;
}

.quote-div {
  width: 50%;
  max-width: 50%;
  background-color: var(--deep-sky-blue);
  border-radius: 0 20px 20px;
  flex: none;
  padding: 37px;
  position: relative;
  overflow: hidden;
}

.left-arrow {
  width: 30px;
  height: 30px;
  background-color: var(--yellow-green);
  display: none;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cta-btn {
  color: #354463;
  background-color: #c1f7d5;
  border-radius: 30px;
  padding: 13px 40px;
  font-size: 18px;
  line-height: 22px;
  transition: background-color .2s, color .2s;
}

.cta-btn:hover {
  color: #c1f7d5;
  background-color: #354463;
}

.subheading-sm {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

.subheading-sm.white {
  color: #fff;
}

.right-arrow {
  width: 30px;
  height: 30px;
  background-color: var(--yellow-green);
  font-size: 12px;
  display: none;
  top: 0%;
  bottom: auto;
  left: 3.5%;
  right: auto;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.slide-nav {
  text-align: left;
  margin-top: -60px;
  margin-bottom: 0;
  display: none;
  top: 61px;
  left: 0;
  right: 0;
}

.story-image-div {
  z-index: -1;
  width: 55%;
  height: 500px;
  max-width: 55%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.story-image-div.story1 {
  background-image: url('../images/lady-baby2x.png');
}

.icon {
  font-size: 12px;
}

.footer-link-2 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link-2:hover {
  opacity: .5;
}

.footer-brush-text {
  width: 180px;
  max-width: 180px;
  text-align: right;
  flex: 0 auto;
  font-size: 44px;
  line-height: 46px;
}

.logo-text {
  width: 160px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.div-block-24 {
  height: 1px;
  background-color: #1f93c4;
  margin-bottom: 12px;
}

.text-block-4 {
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.footer-heading-2 {
  color: var(--orangewhenonblue);
  text-align: left;
  letter-spacing: .4px;
  text-transform: uppercase;
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

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

.brand-2.footer {
  width: 33%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-22 {
  max-width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

.footer-row {
  width: 66%;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.footer-col {
  width: 160px;
  max-width: 32%;
  text-align: left;
  flex: 1;
}

.orgdescfooter {
  width: 30%;
}

.list {
  line-height: 26px;
}

.list.level-2 {
  padding-left: 100px;
}

.text-block-5 {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  font-weight: 400;
}

.dropdown-list {
  display: none;
}

.dropdown-list.w--open {
  background-color: var(--unicef-white-smoke);
  padding: 0 20px 0 0;
}

.dropdown-link {
  color: var(--deep-sky-blue);
  letter-spacing: .3px;
  text-transform: none;
  padding: 15px 25px;
  font-weight: 500;
  transition: all .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--f29224);
}

.dropdown-link.disable {
  color: #c6c6c6;
  cursor: default;
}

.dropdown-link.disable.w--current {
  cursor: default;
}

.dropdown-link.hide {
  display: none;
}

.pagetitle-section {
  height: 400px;
  background-color: var(--deep-sky-blue);
  background-image: url('../images/BluePNG2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pagetitle-section.events {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BluePNG2.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pagetitle-section.blog {
  height: 480px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BluePNG2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.pagetitle-section.hide {
  display: none;
}

.page-title-div {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-title {
  z-index: 2;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 38px;
  position: relative;
}

.page-title.blog {
  text-align: center;
}

.image-2 {
  z-index: 0;
  opacity: .24;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -14%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.breadcrumb {
  background-color: var(--white);
  margin-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.breadcrumb-text {
  color: var(--deep-sky-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.breadcrumb-text.slash {
  margin-left: 2px;
  margin-right: 2px;
}

.box-wrapper {
  width: 100%;
  display: flex;
}

.box-wrapper.hide {
  display: none;
}

.info-box {
  width: 40%;
  background-color: var(--white);
  opacity: .87;
  padding: 40px;
  position: relative;
}

.bar {
  height: 6px;
  background-color: var(--deep-sky-blue);
  background-image: url('../images/BluePNG2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-div {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content-div.centre-align {
  align-items: center;
  padding-top: 61px;
  padding-bottom: 61px;
}

.content-div.vert {
  flex-direction: column;
}

.content-div.left-justify {
  justify-content: flex-start;
}

.content-div.team {
  margin-bottom: 80px;
}

.content-div.mandate {
  background-color: var(--yellow-green);
  border-radius: 8px;
  flex-flow: row-reverse;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

.content-div.mandate.reverse {
  flex-direction: row-reverse;
}

.content-div.padding-bottom {
  margin-bottom: 60px;
}

.content-div.padding-bottom.about-intro {
  background-color: var(--light-grey);
  border-radius: 8px;
  margin-bottom: 120px;
  padding: 60px;
}

.content-div.padding-bottom.contentbox {
  background-color: var(--light-grey);
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 60px;
  display: none;
}

.content-div.padding-bottom.centre {
  border-radius: 8px;
  margin-bottom: 60px;
  padding: 0 60px;
}

.content-div.reverse {
  flex-direction: row-reverse;
  margin-bottom: 60px;
}

.content-div.reverse.centre {
  align-items: center;
  margin-bottom: 100px;
}

.content-div.reverse.centre.rev {
  flex-direction: row;
}

.content-div.reverse.centre.first {
  margin-bottom: 20px;
}

.content-div.centrev {
  align-items: center;
}

.content-div.switch {
  flex-direction: row-reverse;
  margin-top: 100px;
}

.content-div.switch.full {
  align-items: stretch;
}

.content-div.program-link {
  background-image: linear-gradient(rgba(48, 67, 81, .93), rgba(48, 67, 81, .93)), url('../images/REX_0610.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-bottom: 20px;
  padding: 53px;
}

.content-div.hide {
  display: none;
}

.content-div.our-approach {
  background-color: var(--f29224);
  border-radius: 8px;
  flex-flow: row;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

.content-div.our-approach.reverse {
  flex-direction: row-reverse;
}

.content-div.whatwedo {
  margin-bottom: 80px;
}

.cdl-60 {
  width: 60%;
}

.cdl-60.boxes {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.cdl-60.white-box {
  z-index: 2;
  background-color: var(--deep-sky-blue);
  border-radius: 0 20px 20px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}

.cdl-60.flex {
  flex-wrap: wrap;
  display: flex;
}

.cdl-40 {
  width: 40%;
}

.cdl-40.stat-div {
  width: 30%;
  background-color: #f3f9fd;
  border: 1px solid #dee5eb;
  border-radius: 8px;
  box-shadow: 0 20px 14px -16px rgba(0, 0, 0, .08);
}

.cdl-40.reduced {
  width: 35%;
}

.cdl-40.reduced.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.cdl-40.photo.partners {
  width: 50%;
  height: 500px;
  background-image: url('../images/GET-PIC-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.stat-box {
  border: 1px #e2e1e1;
  border-bottom: 1px solid #dee5eb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 36px;
  display: flex;
}

.stat-box.last {
  border-bottom-style: none;
}

.stat {
  color: var(--f29224);
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-6 {
  font-weight: 500;
  line-height: 14px;
}

.other-links {
  flex-direction: column;
  padding-left: 10px;
  line-height: 30px;
  list-style-type: none;
  display: flex;
}

.other-links-list {
  color: var(--deep-sky-blue);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.other-links-list:hover {
  color: var(--steel-blue);
}

.page-title-desc {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Droid Serif, serif;
}

.page-title-desc-div {
  width: 70%;
}

.example {
  color: red;
  font-weight: 700;
}

.page-intro-big-text {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.image-over {
  opacity: .14;
  filter: grayscale();
  transform-style: preserve-3d;
  background-image: url('../images/BluePNG2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.partners-div {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.partner {
  width: 20%;
  height: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.partner.unicef {
  background-image: url('../images/UNICEF_Logo.png');
  background-size: contain;
}

.partner.camfed {
  background-image: url('../images/logo.png');
  background-size: contain;
}

.partner.ag {
  background-image: url('../images/age.png');
}

.partner.pt {
  background-image: url('../images/PT.png');
}

.partner.gom {
  height: 120px;
  background-image: url('../images/GoM2.png');
}

.partner.nbs {
  background-image: url('../images/NBS.png');
}

.partner.mybucks {
  background-image: url('../images/mybucks-logo.png');
}

.partner.creccom {
  background-image: url('../images/creccom.jpg');
}

.partner.ethnol {
  background-image: url('../images/ethnol.jpg');
}

.partner.reunion {
  background-image: url('../images/download.jpg');
}

.partner.lawi {
  background-image: url('../images/LAwi.jpg');
}

.partner-cat {
  width: 100%;
  margin-bottom: 40px;
}

.cta {
  background-color: var(--white);
}

.cta-div {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-cta-text {
  color: #fff;
  margin-bottom: 20px;
  font-family: Droid Serif, serif;
  font-size: 34px;
  font-weight: 700;
}

.button-line {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0 9px 9px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .35s;
}

.button-line:hover {
  background-color: var(--white);
  color: var(--yellow-green);
  border-color: #fff;
  box-shadow: -3px 5px rgba(253, 253, 253, .29);
}

.team-photo {
  width: 100%;
  background-image: url('../images/Mphatso_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px 8px 8px 0;
}

.team-photo._1 {
  background-image: url('../images/starnes.jpg');
}

.team-photo.rose {
  background-image: none;
}

.team-photo.jose {
  background-image: url('../images/Joseph_s.jpg');
}

.team-name {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 18px;
}

.team-name.centre {
  text-align: left;
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.cdl-70 {
  width: 60%;
}

.cdl-70.boxes {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.cdl-70.white-box {
  z-index: 2;
  background-color: var(--deep-sky-blue);
  border-radius: 0 20px 20px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}

.cdl-70.flex {
  width: 68%;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.cdl-70.flex.full {
  width: 100%;
  margin-top: 40px;
}

.cdl-70.expand {
  width: auto;
  flex: 1;
}

.cdl-30 {
  width: 28%;
}

.cdl-30.stat-div {
  width: 30%;
  border: 1px solid var(--border);
}

.cdl-30.reduced {
  width: 35%;
}

.cdl-30.reduced.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.cdl-30.photo.partners {
  width: 50%;
  height: 500px;
  background-image: url('../images/1934958314.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cdl-30.float {
  width: 26%;
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
}

.modal-trigger {
  width: 100%;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: box-shadow .3s;
  box-shadow: 3px 3px 8px rgba(34, 41, 61, .2);
}

.modal-trigger:hover {
  box-shadow: 6px 6px 8px rgba(34, 41, 61, .2);
}

.modal-trigger-content {
  width: 100%;
  color: #22293d;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .25rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.modal-trigger-text {
  margin-right: 1rem;
  font-weight: 300;
}

.modal-trigger-icon {
  width: 2rem;
  color: #6cc164;
}

.link-underline {
  width: 100%;
  height: 1px;
  transform-origin: 0%;
  background-color: #6cc164;
}

.modal {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-x {
  font-size: 1.5rem;
}

.modal-close {
  width: 2rem;
  height: 2em;
  color: #fff;
  background-color: #6cc164;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: auto;
  right: 1rem;
  overflow: hidden;
}

.modal-close:hover {
  background-color: rgba(108, 193, 100, .75);
}

.modal-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.modal-content.unscrollable, .modal-content.scrollable {
  grid-auto-columns: 1fr;
  display: none;
}

.modal-content-wrapper {
  max-width: 40rem;
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem;
  position: relative;
  overflow: auto;
  transform: scale(0);
}

.modal-overlay {
  opacity: .25;
  background-color: #22293d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-2 {
  color: #fff;
  background-color: #6cc164;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  transition: background-color .3s;
  display: flex;
}

.button-2:hover {
  background-color: rgba(108, 193, 100, .75);
}

.modal-image {
  height: 100%;
}

.button-3 {
  background-color: #4f65ff;
  border-radius: 3px;
}

.button-3.modal-button {
  background-color: #5069fa;
}

.modal-parent {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.modal-parent.limbi {
  z-index: 3000;
  display: none;
}

.modal-parent.rose, .modal-parent.deborah, .modal-parent.mphatso, .modal-parent.josephat, .modal-parent.aggie {
  display: none;
}

.modal-centering {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 100px 50px 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.modal-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .61);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.modal-2 {
  z-index: 3000;
  width: 100%;
  height: auto;
  max-width: 1100px;
  background-color: var(--unicef-white-smoke);
  text-align: center;
  border-radius: 0;
  justify-content: space-between;
  padding: 50px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 4px 4px 15px rgba(80, 105, 250, .27);
}

.close {
  width: 50px;
  height: 50px;
  background-color: var(--deep-sky-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  font-size: 40px;
  line-height: 1.2em;
  position: absolute;
  top: -25px;
  bottom: auto;
  left: auto;
  right: -25px;
  transform: rotate(45deg);
  box-shadow: 1px 1px 0 -20px rgba(80, 105, 250, .64);
}

.photo-div {
  width: 30%;
  border-right: 1px solid #d2d2d2;
  padding: 0 20px 20px;
}

.team-member-info {
  width: 65%;
}

.img-team {
  width: 100%;
  background-image: url('../images/avatar.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.img-team.rose {
  background-image: url('../images/Rose_img.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-team.mphatso {
  background-image: url('../images/Mphatso_s.jpg');
}

.team-member-name {
  color: var(--f29224);
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
}

.accordion-wrapper {
  border-bottom: 1px solid #b9b8b8;
  margin-top: 30px;
}

.accordion-faq {
  cursor: pointer;
  border-bottom: 1px solid #dee3ff;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.lottie {
  z-index: 9999999;
  width: 100%;
  height: 100%;
  flex: none;
  margin-top: 0;
  margin-right: 15px;
  padding: 0 67px 67px;
  position: relative;
}

.answer-wrap {
  display: block;
}

.question {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.accordion-answer-wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.accordion-answer {
  margin-top: 15px;
  margin-bottom: 0;
}

.flex {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.flex.centre-align {
  align-items: center;
  padding-top: 61px;
  padding-bottom: 61px;
}

.flex.vert {
  flex-direction: column;
}

.flex.left-justify {
  justify-content: flex-start;
}

.flex.team {
  margin-bottom: 80px;
}

.flex.page-intro {
  width: 60%;
  margin-bottom: 60px;
}

.flex.programs {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.page-linking-link {
  color: var(--deep-sky-blue);
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.top-margin {
  position: relative;
}

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

.top-margin._60px {
  margin-top: 60px;
}

.accordion-item-trigger {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 5px;
  padding-right: 5px;
  display: flex;
}

.full-width {
  flex: 1;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.faq-letter-box {
  width: 70px;
  padding-bottom: 0;
}

.question-letter {
  color: var(--f29224);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.expand {
  flex: 1;
}

.open-close-box {
  height: 28px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.vertical {
  width: 2px;
  height: 18px;
  background-color: #7f7f7f;
  position: absolute;
}

.horizontal {
  width: 18px;
  height: 2px;
  background-color: #7f7f7f;
}

.accordion-item-content {
  margin-top: 10px;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.answer-letter {
  color: var(--yellow-green);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.heading-3 {
  display: none;
}

.publiation-wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.flex-box {
  justify-content: space-between;
  display: flex;
}

.flex-box.left-just {
  justify-content: flex-start;
}

.flex-box.left-just.wrap {
  flex-wrap: wrap;
}

.publication-card {
  width: auto;
  margin-right: 20px;
}

.tabs-menu {
  text-align: left;
  position: relative;
}

.tabs-menu.publications {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e7e7e7;
  justify-content: center;
  display: inline-block;
}

.tabs-content {
  background-color: #fff;
  padding: 30px;
}

.tabs-content.non-white {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 30px;
  padding: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tablink {
  color: #fff;
  background-color: #363b47;
  border-top-width: 2px;
  border-top-color: #f6fbf7;
  font-weight: 600;
}

.tablink:hover {
  color: #444a59;
}

.tablink.w--current {
  z-index: 3;
  color: #1c7c1e;
  background-color: #fff;
  border: 1px #dbdbdb;
  border-top: 2px #1c7c1e;
  border-bottom: 1px solid #fff;
  top: 1px;
}

.tablink.pubs {
  color: #444a59;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-right: 1px solid #e7e7e7;
  padding: 28px;
  font-size: 16px;
  font-weight: 500;
}

.tablink.pubs:hover {
  color: var(--deep-sky-blue);
}

.tablink.pubs.w--current {
  border-right-style: solid;
  border-bottom-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #dbebf2;
}

.tabs-wrapper.hide {
  display: none;
}

.h5 {
  color: #1c7c1e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.publication_details_text {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: inline-block;
}

.publication_details_text.spaced {
  margin-right: 4px;
}

.download-card {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 6px 13px -13px rgba(0, 0, 0, .5);
}

.txt_publication {
  color: var(--deep-sky-blue);
  font-weight: 600;
}

.file-icon {
  width: 20%;
  margin-right: 10px;
}

.file-icon.hide {
  display: none;
}

.txt_release {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.txt_release.spaced {
  margin-right: 4px;
}

.download {
  background-image: url('../images/pdf_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -4px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.download-details {
  width: 100%;
  padding: 17px;
}

.download-card-full {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  box-shadow: 0 6px 13px -13px rgba(0, 0, 0, .82);
}

.cover-photo {
  width: 230px;
}

.download-card-2 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 6px 13px -13px rgba(0, 0, 0, .5);
}

.txt_publication-2 {
  color: #444a59;
  font-weight: 600;
}

.download-2 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.download-details-2 {
  width: 80%;
}

.empty {
  background-color: var(--orangewhenonblue);
  justify-content: center;
  align-items: center;
  padding: 28px;
  display: flex;
}

.full-launch {
  z-index: 2147483647;
  width: 100vw;
  height: 100vh;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-4 {
  position: absolute;
}

.launch {
  z-index: 2147483647;
  color: var(--deep-sky-blue);
  text-transform: uppercase;
  background-color: #fff;
  padding: 14px 23px;
  font-size: 24px;
  position: absolute;
}

.confetti {
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover {
  z-index: 1001;
  width: 100%;
  height: 100%;
  background-color: var(--deep-sky-blue);
  background-image: url('../images/BluePNG2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.con_quicklinks {
  width: 45%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contact-form {
  width: 50%;
  border: 1px solid var(--deep-sky-blue);
  border-radius: 0 20px 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.contact-detail {
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.contact-detail.phone {
  background-image: url('../images/call.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-detail.email {
  background-image: url('../images/email.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-detail.locatin {
  background-image: url('../images/location.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}

.div-block-26 {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.image-3 {
  margin-right: 10px;
}

.div-block-27 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.div-block-27.topalign {
  align-items: flex-start;
}

.long-form {
  width: 100%;
  margin-bottom: 0;
  padding: 37px;
}

.text-field-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.text-field-underlined {
  min-height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(154, 171, 184, .18);
  margin-bottom: 0;
  padding: 15px 0;
  transition: border-color .4s;
}

.text-field-underlined:focus {
  border-bottom-color: var(--deep-sky-blue);
}

.text-field-underlined::-ms-input-placeholder {
  color: #9aabb8;
}

.text-field-underlined::placeholder {
  color: #9aabb8;
}

.text-field-underlined.long {
  min-height: 100px;
}

.recap {
  margin-top: 20px;
}

.map {
  border-top: 1px solid var(--unicef-white-smoke);
  margin-top: 40px;
  padding-top: 40px;
}

.team-designation {
  color: var(--yellow-green-2);
}

.team-designation.modal_v {
  color: var(--yellow-green-2);
  letter-spacing: .5px;
  font-weight: 500;
}

.cdl-50 {
  width: 50%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.cdl-50.image {
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cdl-50.image.vision {
  width: 40%;
  height: auto;
  background-image: url('../images/GET-PIC-13-1.jpg');
  background-position: 50%;
}

.cdl-50.image.mission {
  background-image: url('../images/GET-PIC-3.jpg');
}

.cdl-50.image.ourapproach {
  width: 40%;
  height: auto;
  background-image: url('../images/RN7A5296.JPG');
  background-position: 50%;
}

.cdl-50._80 {
  width: 60%;
  padding: 60px;
  overflow: hidden;
}

.cdl-50.img.about2 {
  width: 48%;
  height: 400px;
  background-image: url('../images/GET-PIC-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 0 10px 10px;
}

.cdl-50.img.about3 {
  width: 48%;
  height: 400px;
  background-image: url('../images/GET-PIC-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 10px 10px;
}

.cdl-50.img.mentorship {
  width: 48%;
  height: 300px;
  background-image: url('../images/REX_9897.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cdl-50.img.adopt {
  width: 48%;
  height: 300px;
  background-image: url('../images/RN7A5374.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cdl-50.img.mentoship {
  width: 58%;
  height: 500px;
  background-image: url('../images/mentorship.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.cdl-50.img.sponsorship {
  width: 58%;
  height: 500px;
  background-image: url('../images/sponsorship_left.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.cdl-50.img.aas {
  width: 58%;
  height: 480px;
  background-image: url('../images/AdoptASchool.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.cdl-50.img.ger {
  width: 58%;
  height: 200px;
  background-image: url('../images/mentorship.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.cdl-50.little-less {
  width: 47%;
}

.cdl-50.little-less.designed {
  width: 50%;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  padding: 39px;
}

.cdl-50.little-less.designed.switch {
  border-radius: 0 8px 8px 0;
}

.cdl-50.little-less.lesser {
  width: 40%;
}

.cdl-50.little-less.lesser._60 {
  width: 100%;
  align-items: flex-start;
}

.cdl-50.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.white-p {
  color: #fff;
}

.white-h3 {
  color: #fff;
  text-transform: uppercase;
}

.bg-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title {
  max-width: 800px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.1;
}

.heading-4 {
  color: #fff;
  font-size: 150%;
  line-height: 1.1;
}

.feature-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  align-items: center;
}

.missionvision {
  width: 100%;
  max-width: 1100px;
  background-color: var(--yellow-green);
  border-radius: 8px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mission {
  width: 48%;
  height: 300px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.overlay-black {
  background-color: rgba(64, 64, 64, .61);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mandate-list {
  color: #fff;
  padding-left: 19px;
  font-size: 18px;
  line-height: 24px;
}

.mandate-item {
  margin-bottom: 10px;
  padding-left: 10px;
  list-style-type: decimal;
}

.cdl-100 {
  width: 100%;
}

.cdl-100.boxes {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.cdl-100.white-box {
  z-index: 2;
  background-color: var(--deep-sky-blue);
  border-radius: 0 20px 20px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}

.cdl-100.flex {
  flex-wrap: wrap;
  display: flex;
}

.column-2 {
  column-count: 2;
}

.big-caption-text {
  color: var(--deep-sky-blue);
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.big-caption-text.green {
  color: var(--yellow-green);
}

._2-column {
  z-index: 5;
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 8px;
  grid-template-rows: auto;
  padding: 0;
  position: relative;
}

.cms {
  width: 100%;
  overflow: hidden;
}

.cms.fade-in-1st {
  display: block;
}

.cms.fade-in-1st.hide {
  display: none;
}

.cms-list-100, .cms-item {
  width: 100%;
  height: 100%;
}

.post-thumb-feature {
  height: 340px;
  background-color: var(--deep-sky-blue);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.bg-image-cms {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.category-thumb-info {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, .7));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
}

.category-thumb-info.align-left {
  text-align: left;
  align-items: flex-start;
}

.category-thumb-description {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

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

.post-thumb-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-thumb {
  width: 100%;
  height: 100%;
  min-height: 200px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.align-left {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-button-link {
  text-transform: uppercase;
  font-weight: 500;
  transition: all .2s;
}

.text-button-link:hover {
  letter-spacing: 1px;
}

.text-button-link.orange {
  color: var(--dark-green);
}

.text-button-link.orange:hover {
  color: #fff;
  text-decoration: none;
}

.label {
  background-color: var(--f29224);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom-right-radius: 8px;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.label.blog {
  background-color: var(--deep-sky-blue);
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 9px;
}

.event-post-wrapper {
  padding-left: 81px;
  padding-right: 81px;
}

.event-details {
  height: 200px;
  max-width: 1100px;
  background-color: var(--deep-sky-blue);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: -87px;
  margin-left: auto;
  margin-right: auto;
  padding: 68px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-date {
  width: 48%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: var(--yellow-green-2);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 600;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.text-block-8.time {
  text-transform: capitalize;
}

.text-block-8.text-with-space {
  text-transform: capitalize;
  margin-right: 5px;
}

.text-block-8.big {
  font-size: 18px;
  font-weight: 500;
}

.section-events-overlay {
  background-color: rgba(0, 0, 0, .66);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.combinator {
  display: flex;
}

.event-rtb li {
  font-size: 18px;
}

.event-rtb h4 {
  color: var(--yellow-green);
}

.other-event-list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.other-event {
  width: 49%;
}

.other-event-lb {
  width: 100%;
  height: 100%;
  border: 1px none var(--border);
  color: var(--yellow-green-2);
  background-color: #edf0f1;
  border-radius: 19px;
  justify-content: space-between;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.other-event-lb:hover {
  color: var(--f29224);
}

.other-event-img {
  width: 30%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px 0 0 8px;
}

.other-event-details {
  width: 70%;
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 15px;
  display: flex;
}

.other-event-date {
  color: var(--f29224);
  font-size: 18px;
  font-weight: 300;
}

.other-event-venue {
  color: var(--yellow-green-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.event-info-divider {
  width: 5%;
  height: 2px;
  background-color: #cacaca;
  margin-top: 10px;
  margin-bottom: 5px;
}

.hero-wrapper-copy {
  height: 100vh;
  background-color: var(--deep-sky-blue);
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.hero-wrapper-copy.home {
  padding-left: 24px;
  padding-right: 24px;
}

.hero-wrapper-copy.home.image {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/GET-PIC-2.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 0;
}

.hero-info-copy {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.hero-info-copy.smaller {
  width: 40%;
  display: none;
}

.hero-info-copy.smaller.centre {
  width: 50%;
  justify-content: center;
  align-items: center;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: none;
}

.icon-2 {
  width: 36px;
  height: 36px;
  color: #34ffda;
  margin-right: 16px;
}

.page-title-2 {
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

.js-clock {
  border: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  display: flex;
  position: relative;
}

.box {
  width: 120px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: var(--yellow-green);
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-weight: 700;
}

.div-block-29 {
  text-align: center;
  margin-bottom: 60px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.text-block-9 {
  background-color: var(--white);
  color: var(--steel-blue);
  letter-spacing: 5px;
  padding: 4px 6px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-30 {
  margin-bottom: 60px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-4 {
  width: 50%;
}

.div-block-31 {
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link_text-button {
  border: 1px solid var(--yellow-green);
  background-color: var(--yellow-green);
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 9px;
  display: inline-block;
}

.page {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.ger-cta {
  height: 200px;
  background-image: linear-gradient(rgba(16, 78, 105, .86), rgba(16, 78, 105, .86)), url('../images/GET-PIC-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  text-transform: none;
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 14px;
  font-size: 18px;
  font-weight: 300;
}

.blog-rtb li {
  font-size: 18px;
}

.blog-rtb h4 {
  color: var(--yellow-green);
}

.blog-rtb blockquote {
  border-left-width: 2px;
  border-left-color: var(--deep-sky-blue);
  color: #7ab4cc;
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 500;
}

.blog-rtb h2 {
  margin-bottom: 0;
  font-weight: 500;
}

.blog-rtb.hide {
  display: none;
}

.text-block-11 {
  color: var(--yellow-green);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
}

.heading-5 {
  color: var(--deep-sky-blue);
  font-size: 50px;
  line-height: 50px;
}

.cdl-photo {
  height: 350px;
  background-image: url('../images/Lawyer.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.cdl-photo.switch {
  height: 300px;
  background-image: url('../images/Relevance.jpg');
  border-radius: 8px 0 0 8px;
}

.cdl-photo.tabs {
  height: 300px;
  border-radius: 0;
  margin-bottom: 20px;
}

.cdl-photo.tabs._2 {
  background-image: url('../images/Relevance.jpg');
}

.info-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.info-block.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.text-span {
  color: var(--yellow-green);
}

.button-5 {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #006cff;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
}

.button-5:hover {
  color: #fff;
  background-color: #006cff;
}

.is--tab-heading {
  color: var(--f29224);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.tabs-menu-2 {
  width: 30%;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 91px;
}

.tabs {
  max-width: 1000px;
  display: flex;
}

.tabs.margin-bottom.margin-medium {
  width: 100%;
  max-width: 100%;
  align-items: flex-start;
}

.div-block-32 {
  margin-left: 2em;
  margin-right: 2em;
}

.tabs-content-2 {
  width: 70%;
  background-color: #fff;
  padding: 2em 4em;
}

.tab {
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.tab.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-weight: 400;
}

.box-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 2em;
  display: flex;
}

.icon-3 {
  width: 48px;
  height: 48px;
  display: none;
}

.paragraph-3 {
  margin-bottom: 0;
}

.point-highlight {
  background-color: #ebf7d9;
  border-radius: 8px;
  padding: 9px;
  font-size: 16px;
  line-height: 1.2em;
  display: inline-block;
}

.user-profile-item {
  width: 23%;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
}

.user-link-box {
  border: 1px none var(--deep-sky-blue);
  color: #505050;
  background-color: #e4f5fc;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.user-description-box {
  background-color: #fff;
  padding: 5%;
}

.paragraph-4 {
  color: var(--f29224);
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2em;
}

.paragraph-4.rl {
  text-align: left;
  font-style: normal;
}

.heading-7 {
  color: var(--deep-sky-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.heading-7.rl {
  text-align: left;
}

.user-desc-bio {
  height: 500px;
  background-color: #fff;
  border-radius: 10px;
  padding: 5% 10%;
  position: relative;
  overflow: scroll;
}

.image-5 {
  height: 200px;
}

.link-block {
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.user-box {
  height: 200px;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
}

.user-box.thomasin {
  background-image: url('../images/Thomasin.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.user-box.peggy {
  background-image: url('../images/PeggyNgwira.jpg');
}

.user-box.prof {
  background-image: url('../images/ProfMalata.jpg');
}

.user-box.eng {
  background-image: url('../images/EngPhidelia.jpg');
}

.user-box.thokozani {
  background-image: url('../images/Thokozani.jpg');
}

.user-box.secondlady {
  background-image: url('../images/MaryChilima.jpg');
}

.user-box.minofedu {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.user-box.honkaliati {
  background-image: url('../images/HonKaliati.jpg');
}

.user-box.jb {
  background-image: url('../images/JB.jpg');
}

.user-box.dcp {
  background-image: url('../images/DC.jpg');
}

.user-box.dmoe {
  background-image: url('../images/Monica.jpg');
}

.user-box.madalitso {
  background-image: url('../images/Madalitso.jpg');
}

.user-box.charleswv {
  background-image: url('../images/Charles.jpg');
}

.user-box.zim {
  background-image: url('../images/MinisterOfdu.jpg');
}

.user-box.violet {
  background-image: url('../images/Violet_.jpg');
}

.user-box.missing {
  background-image: url('../images/photo.jpg');
}

.bg-background {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10% 20% 20%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.user-profile {
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.text-block-12 {
  color: var(--yellow-green);
  text-align: center;
  font-size: 60px;
  font-weight: 700;
}

.c-cms-tabs {
  padding-top: 79px;
}

.c-cms-content-wrapper {
  padding-top: 78px;
}

.c-text-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.c-cms-progress {
  width: 100%;
  position: relative;
}

.c-container {
  max-width: 1332px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.c-container.cc-10cols {
  max-width: 1112px;
}

.c-cms-tabs-list {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.c-title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.c-hero-content {
  justify-content: space-between;
  display: flex;
}

.c-title-wrapper {
  margin-bottom: 16px;
}

.c-cms-tabs-item {
  width: 25%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #46464f;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 16px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.c-cms-tabs-item.w--current {
  border-bottom-color: var(--yellow-green);
  color: var(--yellow-green);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
}

.c-hero-heading {
  max-width: 260px;
}

.c-hero-paragraph {
  max-width: 260px;
  flex: 1;
  margin-bottom: 16px;
}

.tab-pane {
  padding-top: 40px;
}

.heading-8 {
  font-size: 60px;
}

.heading-9 {
  font-size: 70px;
}

.text-span-2 {
  font-size: 45px;
}

.div-block-33 {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.div-block-34 {
  width: 30%;
}

.div-block-35 {
  width: 60%;
}

.tabs-menu-3 {
  display: flex;
}

.text-span-3 {
  background-color: var(--unicef-white-smoke);
  letter-spacing: .5px;
  font-size: 14px;
  font-style: italic;
}

.gallery-grid-01 {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gallery-wrapper {
  z-index: 5;
  width: 100%;
  min-height: 200px;
  background-color: rgba(112, 127, 167, .06);
  background-image: url('../images/icon-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3em 3em;
  border-radius: .5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.gallery-grid-flex {
  column-count: 3;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 10px;
  display: block;
}

.gallery-lightbox {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.icon-4 {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  display: none;
  position: relative;
}

.icon-4.in-gallery {
  font-size: 1.5em;
  display: none;
  position: absolute;
}

.gallery-background {
  z-index: 3;
  width: 70em;
  height: 70em;
  background-color: rgba(140, 190, 65, .63);
  border-radius: 50%;
  display: none;
  position: absolute;
}

.partners-wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.partner-logo-card {
  width: 25%;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.partner-logo-card.la {
  justify-content: flex-start;
}

.div-block-36 {
  width: 30%;
  margin-top: 20px;
}

.div-block-37 {
  width: 65%;
}

.div-block-38 {
  justify-content: space-between;
  display: flex;
}

.tabs-2 {
  border: 1px solid var(--unicef-white-smoke);
  background-color: var(--unicef-white-smoke);
  padding: 20px;
}

.heading-10 {
  color: var(--deep-sky-blue);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.button-wrapper {
  height: 45px;
  color: #000;
  background-image: url('../images/Black-Thing.png');
  background-position: 50% 250%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 2px solid #000;
  border-radius: 50px;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-out;
  display: flex;
}

.button-wrapper:hover {
  color: #fff;
  background-position: 50% 0;
}

.button-wrapper-2 {
  min-height: 40px;
  color: #ff003d;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button-background {
  width: 40px;
  height: 40px;
  border: 2px solid var(--deep-sky-blue);
  border-radius: 25px;
  position: absolute;
}

.button-text {
  z-index: 1;
  color: var(--deep-sky-blue);
  margin-left: 20px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

.button-arrow {
  width: 15px;
  margin-right: 20px;
}

.paragraph-5 {
  color: var(--getblack);
}

.highlight {
  background-color: rgba(40, 169, 224, .15);
}

.div-block-39 {
  width: 30%;
  text-align: center;
}

.div-block-40 {
  width: 100%;
  background-color: var(--yellow-green);
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 38px;
  display: flex;
}

.text-block-13 {
  border-left: 3px none var(--deep-sky-blue);
  color: var(--getblack);
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.div-block-41 {
  width: 60%;
}

.div-block-42 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-43 {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .27);
  margin-top: 10px;
  padding-top: 10px;
}

.paragraph-7 {
  color: #fff;
}

.attention {
  width: 100%;
  background-color: var(--light-grey);
  color: var(--getblack);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 42px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.collection-item {
  width: 33%;
}

.collection-list {
  justify-content: space-between;
  display: flex;
}

.paragraph-8 {
  color: var(--deep-sky-blue);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.div-block-44 {
  width: 100%;
  display: flex;
}

.approach-list-copy {
  color: #fff;
  padding-left: 19px;
  font-size: 18px;
  line-height: 24px;
  list-style-type: disc;
}

.list-item {
  display: none;
}

.values-icon {
  width: 55px;
}

.div-block-46 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-span-4 {
  margin-top: 10px;
  font-family: Great Vibes, cursive;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.disable {
  opacity: .28;
  cursor: default;
}

.radio-button-field {
  min-width: 23%;
  border: 1px solid var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex: auto;
  justify-content: center;
  align-items: center;
  margin-left: 1%;
  margin-right: 1%;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .25s;
  display: flex;
}

.radio-button-field:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.toggle {
  display: block;
}

.toggle.w--redirected-checked {
  border-color: var(--f29224);
}

.tabs-content-3 {
  padding-top: 19px;
  padding-bottom: 10px;
}

.amount-buttons {
  justify-content: space-between;
  display: flex;
}

.amountcontextwrapper {
  background-color: #f3f3f3;
  border-radius: 8px;
  margin-top: 10px;
  padding: 18px;
  display: none;
}

.context {
  text-align: center;
  font-weight: 500;
}

.another-options-wrapper {
  margin-top: 20px;
}

.donationtablink {
  border: 1px solid var(--f29224);
  color: var(--f29224);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-right: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
}

.donationtablink.w--current {
  background-color: var(--f29224);
  color: #fff;
}

.customamountbox {
  background-color: #f3f3f3;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 18px;
  display: block;
}

.field-label {
  width: 35%;
  display: inline-block;
}

.text-field {
  width: 50%;
  display: inline-block;
}

.div-block-47 {
  width: 100%;
}

.div-block-48 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.donation-form {
  width: 50%;
  border: 1px none var(--deep-sky-blue);
  background-color: #fff;
  border-radius: 0 20px 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.list-2 {
  padding-left: 20px;
  line-height: 1.5em;
  list-style-type: decimal;
}

.list-2.large {
  font-size: 18px;
}

.inner-bullet {
  padding-left: 40px;
}

.list-2-item {
  margin-bottom: 10px;
}

.disclaimer {
  letter-spacing: 2px;
  font-size: 15px;
}

.div-block-49 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container.hero-container {
    justify-content: center;
  }

  .hero-info.smaller {
    width: 70%;
  }

  .button.donate.mobile {
    border-radius: 0;
    margin-left: 0;
    display: block;
  }

  .navbar.desktop {
    display: none;
  }

  .navbar.mobile {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .logo-image.mobile {
    width: 130px;
  }

  .nav-menu {
    background-color: var(--getblack);
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button.w--open {
    background-color: var(--yellow-green);
  }

  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.blue {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.top-shift {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .card.other {
    width: 32.3%;
    margin-left: .5%;
    margin-right: .5%;
  }

  .div-block-3.contact {
    flex-direction: column;
  }

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

  .heading-sm.white {
    font-size: 22px;
    line-height: 28px;
  }

  .slide-content-wrap {
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 450px;
    padding-bottom: 40px;
  }

  .imageslider {
    width: 576px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .div-block-14 {
    position: static;
  }

  .text-block.slider {
    margin-bottom: 30px;
    position: static;
  }

  .quote-div {
    width: 576px;
    max-width: 100%;
  }

  .cta-btn {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    position: static;
  }

  .footer-brush-text {
    text-align: center;
    align-self: flex-end;
    margin-top: 32px;
  }

  .logo-text {
    text-align: left;
  }

  .brand-2.footer {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 32px;
  }

  .div-block-22 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-row {
    width: 100%;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .footer-col {
    width: 303%;
    max-width: 50%;
    text-align: left;
    flex: 0 auto;
  }

  .footer-col.middle {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .dropdown-link {
    color: #b9b9b9;
    background-color: #2a3c49;
  }

  .content-div.centre-align {
    height: 100%;
    padding-top: 190px;
    padding-bottom: 0;
  }

  .content-div.team {
    flex-direction: column;
  }

  .content-div.mandate {
    flex-direction: column-reverse;
  }

  .content-div.padding-bottom.about-intro {
    flex-direction: column;
  }

  .content-div.padding-bottom.centre {
    margin-bottom: 40px;
  }

  .content-div.reverse.centre, .content-div.centrev {
    align-items: flex-start;
  }

  .content-div.our-approach {
    flex-direction: column;
  }

  .content-div.whatwedo {
    flex-direction: column;
    margin-bottom: 0;
  }

  .content-div.corevalues, .content-div.board, .content-div.funo {
    flex-direction: column;
  }

  .cdl-60.boxes.values {
    width: 100%;
  }

  .cdl-60.white-box {
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
  }

  .cdl-60.about-us, .cdl-60.funo {
    width: 100%;
  }

  .cdl-40.stat-div.about-us {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .cdl-40.reduced.sticky.core {
    width: 100%;
    position: relative;
    top: auto;
  }

  .cdl-40.photo.partners {
    width: 70%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .cdl-40.contact {
    width: 100%;
  }

  .stat-box {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .stat-box.last {
    border-right-style: none;
  }

  .cdl-70.flex._100 {
    opacity: 1;
    background-image: none;
  }

  .cdl-70.flex.whatwedo, .cdl-70.flex.board, .cdl-70.flex.team {
    width: 100%;
  }

  .cdl-30.float.full, .cdl-30.float.board {
    width: 100%;
    position: relative;
    top: 0;
  }

  .cdl-30.float.team {
    width: 100%;
    position: relative;
    top: auto;
  }

  .modal-content.unscrollable {
    grid-auto-columns: 1fr;
  }

  .modal-parent.limbi {
    display: none;
  }

  .modal-2 {
    width: 70%;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .photo-div {
    width: 100%;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .team-member-info {
    width: 100%;
  }

  .img-team {
    width: 30%;
  }

  .flex.page-intro {
    width: 100%;
  }

  .publiation-wrapper {
    justify-content: center;
  }

  .flex-box {
    flex-direction: column;
  }

  .publication-card {
    width: 48%;
  }

  .tabs-content, .tabs-content.non-white {
    max-height: 100%;
  }

  .tablink.pubs {
    padding: 14px;
    font-size: 14px;
  }

  .tabs-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .download-card, .download-card-full, .download-card-2 {
    margin-bottom: 10px;
    padding-right: 10px;
  }

  .contact-form {
    width: 100%;
  }

  .div-block-26 {
    width: 100%;
    flex-flow: wrap;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .div-block-27 {
    width: 33%;
  }

  .div-block-27.topalign {
    width: 100%;
  }

  .cdl-50.image.vision, .cdl-50.image.ourapproach {
    display: none;
  }

  .cdl-50._80.man, .cdl-50._80.approach {
    width: 100%;
  }

  .cdl-50.img.mentoship {
    width: 40%;
    height: 350px;
  }

  .cdl-50.img.sponsorship {
    width: 40%;
    height: 300px;
  }

  .cdl-50.img.aas {
    width: 40%;
    height: 400px;
  }

  .cdl-50.little-less.lesser {
    width: 55%;
  }

  .missionvision {
    flex-direction: column;
  }

  .mission {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mission.vision {
    width: 100%;
    height: auto;
  }

  .text-block-11 {
    line-height: 44px;
  }

  .cdl-photo.tabs._2, .cdl-photo.tabs.law {
    height: 220px;
  }

  .is--tab-heading {
    margin-bottom: 0;
  }

  .tabs-menu-2 {
    width: 40%;
  }

  .div-block-32 {
    margin-left: 0;
    margin-right: .125em;
  }

  .tabs-content-2 {
    padding: 1em 1.6em;
  }

  .box-2 {
    flex-direction: column;
    align-items: flex-start;
    padding: .9em;
  }

  .user-profile-item {
    width: 46%;
  }

  .bg-background {
    padding: 5%;
    display: none;
    position: fixed;
  }

  .c-container, .c-container.cc-10cols {
    max-width: 768px;
  }

  .c-title-3 {
    font-size: 28px;
  }

  .gallery-grid-01 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .gallery-wrapper {
    min-height: 256px;
  }

  .partners-wrapper {
    margin-bottom: 0;
  }

  .div-block-36, .div-block-37 {
    width: 100%;
  }

  .div-block-38 {
    flex-direction: column;
  }

  .div-block-39 {
    width: 100%;
  }

  .div-block-40 {
    flex-direction: column;
  }

  .div-block-41 {
    width: 100%;
  }

  .dropdown-main {
    display: block;
  }

  .div-block-45 {
    width: 70%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .lawigroup {
    width: 75%;
  }

  .donation-form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar, .navbar.mobile {
    position: relative;
  }

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

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card.value {
    padding: 24px;
  }

  .card.modal-button {
    width: 48%;
    margin-left: .5%;
    margin-right: .5%;
  }

  .big-cards {
    width: 100%;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-col.middle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pagetitle-section {
    height: 200px;
  }

  .content-div.centre-align {
    flex-direction: column-reverse;
    padding-top: 0;
  }

  .content-div.team {
    margin-bottom: 0;
  }

  .content-div.mandate {
    flex-direction: column-reverse;
  }

  .content-div.padding-bottom.about-intro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-div.padding-bottom.centre {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-div.reverse.centre {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .content-div.program-link {
    margin-top: 60px;
  }

  .content-div.our-approach {
    flex-direction: column;
  }

  .cdl-60.white-box {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .cdl-40.stat-div.about-us {
    flex-direction: column;
  }

  .cdl-40.photo.partners {
    width: 100%;
    height: 300px;
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0;
    position: relative;
  }

  .stat-box {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .partner-cat {
    margin-bottom: 0;
  }

  .cdl-70.flex.board {
    justify-content: space-between;
  }

  .cdl-70.flex.team {
    margin-bottom: 0;
  }

  .modal-trigger {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .modal-content.unscrollable {
    grid-auto-columns: 1fr;
  }

  .modal-content-wrapper {
    max-width: 90vw;
    padding: 3rem;
  }

  .button-2.popup {
    width: 100%;
  }

  .modal-2 {
    width: 90%;
  }

  .publication-card {
    width: 100%;
  }

  .tabs-menu.publications {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .tablink.pubs {
    width: 50%;
    text-align: center;
    border-left: 1px #e8e8e8;
    border-right-style: none;
  }

  .download-card {
    padding-right: 0;
  }

  .file-icon {
    width: 12%;
  }

  .download-card-full, .download-card-2 {
    padding-right: 0;
  }

  .cdl-50.image.vision {
    width: 100%;
    display: none;
  }

  .cdl-50.image.ourapproach {
    display: none;
  }

  .cdl-50._80.man, .cdl-50._80.approach {
    width: 100%;
  }

  .cdl-50.img.about2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .cdl-50.img.about3 {
    width: 100%;
  }

  .cdl-50.img.mentoship {
    width: 100%;
    height: 300px;
  }

  .cdl-50.img.sponsorship {
    width: 100%;
    margin-bottom: 10px;
  }

  .cdl-50.img.aas {
    width: 100%;
    height: 300px;
    background-position: 50%;
    background-size: cover;
  }

  .cdl-50.little-less, .cdl-50.little-less.lesser {
    width: 100%;
  }

  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .button-5 {
    font-size: 1em;
  }

  .is--tab-heading {
    font-size: 18px;
  }

  .tabs-menu-2 {
    width: 100%;
    flex-direction: row;
    position: relative;
    top: auto;
  }

  .tabs.margin-bottom.margin-medium {
    max-width: 100%;
    display: block;
  }

  .tabs-content-2 {
    width: 100%;
    padding: 1.5em 1.5em 4em;
  }

  .box-2 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    margin-right: 4px;
    padding: .6em 1.2em;
  }

  .icon-3 {
    width: 24px;
    height: 24px;
  }

  .user-profile-item {
    width: 48%;
  }

  .bg-background {
    padding: 10% 5%;
    display: none;
    position: fixed;
  }

  .c-cms-tabs {
    padding-top: 32px;
  }

  .c-cms-content-wrapper {
    padding-top: 48px;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .c-container {
    max-width: 100%;
  }

  .c-container.cc-10cols {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-title-3 {
    font-size: 24px;
    line-height: 38px;
  }

  .c-cms-tabs-item {
    padding-left: 0;
  }

  .c-hero-paragraph.cc-hidden-mobile {
    display: none;
  }

  .div-block-33 {
    flex-direction: column;
  }

  .div-block-34 {
    width: 100%;
  }

  .div-block-35 {
    width: 100%;
    margin-top: 20px;
  }

  .tabs-menu-3 {
    justify-content: space-between;
  }

  .partner-logo-card {
    width: 25%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-wrapper.home.image {
    height: 80vh;
  }

  .hero-info.smaller {
    width: 80%;
  }

  .button.donate.mobile {
    font-size: 16px;
    display: block;
  }

  .navbar {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    text-transform: none;
    border-top: 1px #c4c4c4;
    font-size: 18px;
    font-weight: 400;
  }

  .nav-menu {
    margin-top: 0;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.about-page-image {
    height: 200px;
    min-height: auto;
    background-size: cover;
    background-attachment: scroll;
  }

  .section.absolute {
    margin-top: 40px;
  }

  .white.hero {
    font-size: 32px;
    line-height: 40px;
  }

  .card.value {
    width: 100%;
    margin-bottom: 5%;
    padding: 27px;
  }

  .card.other {
    width: 100%;
  }

  .card.modal-button {
    width: 100%;
    padding: 21px;
  }

  .lines-circle.about {
    bottom: -9%;
  }

  .lines-circle.top {
    top: auto;
    bottom: -19%;
    left: auto;
    right: -24%;
  }

  .lines-circle.about_approach {
    bottom: -11%;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    width: 80%;
    height: 100%;
    max-height: 100%;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-div-1 {
    flex-direction: column;
  }

  .footer-info-div {
    width: 100%;
    height: auto;
  }

  .footer-info-div.mission, .footer-info-div.vision {
    display: none;
  }

  .heading-sm {
    font-size: 18px;
    line-height: 22px;
  }

  .slide-content-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

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

  .imageslider {
    z-index: 0;
    margin-bottom: 30px;
    position: static;
  }

  .div-block-14 {
    margin-top: 24px;
    position: static;
  }

  .quote-div {
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 30px 32px;
    position: relative;
  }

  .slide-nav {
    text-align: center;
    margin-top: 0;
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
  }

  .footer-brush-text {
    align-self: flex-start;
  }

  .brand-2.footer {
    padding-left: 0;
  }

  .div-block-22 {
    align-items: flex-start;
  }

  .footer-row {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .footer-col {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .footer-col.middle {
    width: 48%;
    margin-bottom: 32px;
  }

  .footer-col.first {
    margin-bottom: 20px;
  }

  .footer-col.last {
    width: 48%;
  }

  .list.level-2 {
    padding-left: 60px;
  }

  .dropdown-list.w--open {
    padding-right: 0;
  }

  .dropdown-link {
    font-size: 16px;
    font-weight: 400;
  }

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

  .content-div.padding-bottom.about-intro {
    padding: 40px 25px;
  }

  .content-div.padding-bottom.centre {
    padding-left: 0;
    padding-right: 0;
  }

  .content-div.reverse.centre {
    margin-bottom: 60px;
  }

  .content-div.centrev {
    flex-direction: column;
  }

  .content-div.program-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cdl-60.boxes.values {
    flex-direction: column;
  }

  .cdl-60.white-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cdl-40.stat-div.about-us {
    margin-top: 25px;
  }

  .cdl-40.photo.partners {
    height: 230px;
  }

  .page-intro-big-text.white {
    font-size: 24px;
    line-height: 30px;
  }

  .partners-div {
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .partner.unicef, .partner.camfed, .partner.ag, .partner.pt, .partner.gom, .partner.nbs, .partner.mybucks, .partner.creccom, .partner.ethnol, .partner.reunion {
    width: 43%;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
  }

  .partner.lawi {
    width: 43%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .cdl-30 {
    width: 100%;
    margin-bottom: 40px;
  }

  .modal-text {
    z-index: 1;
  }

  .modal-content {
    grid-template-columns: 1fr;
  }

  .modal-content.unscrollable {
    grid-auto-columns: 1fr;
  }

  .modal-image, .modal-parent.limbi {
    display: none;
  }

  .modal-centering {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-2 {
    width: 100%;
    height: 500px;
    overflow: scroll;
  }

  .close {
    z-index: 100000000;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    top: 16px;
    right: 14px;
  }

  .accordion-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-answer-wrap {
    padding-left: 0;
  }

  .tabs-menu {
    display: flex;
  }

  .tabs-menu.publications {
    width: 100%;
    flex-direction: column;
  }

  .tabs-content {
    max-height: 100%;
    padding: 16px;
  }

  .tablink {
    text-align: center;
    font-size: 18px;
  }

  .tablink.pubs {
    width: 100%;
    font-size: 16px;
  }

  .tabs-wrapper {
    align-items: stretch;
  }

  .download-card {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .txt_release {
    font-size: 11px;
  }

  .download {
    font-size: 13px;
  }

  .download-card-full, .download-card-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .download-2 {
    font-size: 13px;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .div-block-27 {
    width: 100%;
  }

  .long-form {
    padding: 25px;
  }

  .map {
    padding-top: 0;
  }

  .cdl-50._80.man, .cdl-50._80.approach {
    padding: 40px 25px;
  }

  .cdl-50.img.about2, .cdl-50.img.about3 {
    height: 250px;
    border-radius: 10px;
    margin-bottom: 30px;
  }

  .cdl-50.img.sponsorship {
    height: 250px;
  }

  .feature-grid {
    align-items: start;
  }

  .cms-1-column {
    grid-row-gap: 40px;
    grid-template-rows: auto;
  }

  .hero-wrapper-copy.home.image {
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/GET-PIC-2.jpg');
    background-position: 0 0, 50%;
    padding-bottom: 0;
  }

  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-28 {
    max-width: 90%;
    font-size: 14px;
  }

  .page-title-2 {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
  }

  .js-clock {
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .box {
    width: 30%;
    margin-bottom: 10px;
  }

  .clock-number {
    font-size: 4rem;
  }

  .div-block-29 {
    margin-top: 60px;
    margin-bottom: 0;
    top: 0%;
    bottom: auto;
  }

  .is--tab-heading {
    font-size: 1.5em;
  }

  .tabs-menu-2 {
    flex-direction: column;
    margin-bottom: 1px;
  }

  .div-block-32 {
    margin-right: 0;
  }

  .heading-6 {
    font-size: 1.2em;
  }

  .box-2 {
    border-radius: 0;
    margin-right: 0;
  }

  .user-profile-item {
    width: 100%;
    position: static;
  }

  .user-desc-bio {
    flex: 1;
    align-items: flex-start;
    display: block;
    position: relative;
  }

  .link-block {
    top: 1%;
    right: 2%;
  }

  .user-box, .user-box.jb {
    height: 250px;
  }

  .bg-background {
    width: 100vw;
    height: 100vh;
    flex-wrap: wrap;
    align-items: stretch;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .c-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-title-3 {
    font-size: 20px;
    line-height: 34px;
  }

  .c-cms-tabs-item {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 12px;
    padding-left: 10px;
  }

  .tabs-menu-3 {
    flex-direction: column;
  }

  .gallery-grid-01 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid-flex {
    column-count: 1;
  }

  .partners-wrapper {
    justify-content: space-between;
  }

  .partner-logo-card {
    width: 45%;
  }

  .div-block-40 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-13 {
    padding-left: 15px;
  }

  .paragraph-8 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
  }

  .div-block-44 {
    flex-direction: column;
  }

  .dropdown-main.hide {
    display: none;
  }

  .innovisionlink {
    color: var(--yellow-green);
    font-weight: 700;
  }

  .image-6 {
    width: 15%;
  }

  .radio-button-field {
    min-width: 33%;
  }

  .amount-buttons {
    flex-wrap: wrap;
  }

  .donationtablink {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .field-label, .text-field {
    width: 100%;
  }

  .div-block-48 {
    flex-direction: column;
    align-items: stretch;
  }
}

#w-node-_1708d143-2aad-027e-4602-8cc404736370-73c78f70 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_1708d143-2aad-027e-4602-8cc40473637a-73c78f70 {
  grid-area: 2 / 1 / 4 / 2;
}

#name.w-node-_76a70cb6-8ae2-89b5-c27b-739fc00e5620-03c78f71, #Message.w-node-_891df97c-2532-0db0-b636-c4fc3cf0795b-03c78f71 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-d49dc5e2-7dc2-0881-7a8a-69a4b963564a-99c78fed, #w-node-f3dc9015-ce81-a68f-d0cf-a0652e28db4a-99c78fed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #Phone-2.w-node-_76a70cb6-8ae2-89b5-c27b-739fc00e5623-03c78f71, #Email-2.w-node-d89a0b03-a3ba-1fbd-f8fc-09b79d50fd9d-03c78f71 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


