.footer {
  background: rgba(0, 147, 221, 1);
  color: white;
  padding: 5px 5% 5px 5%;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0vh;
}
.footer p,
.footer a {
  font-size: 13px;

  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: white;
}
.footer a:hover {
  color: black;
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

li {
  font-family: Roboto, sans-serif;
}

.container {
  width: 100%;
}
.publications-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.publication-slider-mask {
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.publication-slide {
  width: 25%;
}
.video-slide {
  padding: 0 1% 0 1%;
  width: 20%;
}
.video-slider {
  margin-top: 30px;
  margin-bottom: 30px;
}

.publication-slide-nav {
  display: none;
}

.publication-left-arrow-box {
  margin-left: 4%;
}

.publication-right-arrow-box {
  margin-right: 4%;
}

.publication-slider-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2vh;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.about-tab-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#report-container,
#audit {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mh-img {
  padding: 10px 0 10px 0;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.MH {
  width: 80%;
  object-fit: cover;
}
.publication-slider-grid-div {
  display: inline-block;
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
}

.publication-div-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar {
  display: none;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.nav-link {
  padding: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 1.1vw;
  line-height: 100%;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.nav-link.w--current {
  border: 1px none #000;
  color: #0093dd;
  font-weight: 500;
}

.nav-link.donate {
  padding: 0.8vw 2.2vw;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 35px;
  background-color: #6dceff;
  color: #000;
}

.nav-link.donate:hover {
  border-style: none;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.24);
}

.nav-link.dropdown-nav-link {
  width: 100%;
  padding: 0.5vw 1vw 0.5vw 0vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4vw;
}

.nav-link.dropdown-nav-link:hover {
  color: rgba(0, 0, 0, 0.8);
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  padding-top: 1vw;
  padding-bottom: 0.2vw;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.1);
}
.h3 {
  margin-top: 2vw;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 147, 221, 0.8);
  font-size: 25px;
  line-height: 29px;
  font-weight: 700;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  width: 70%;
}
.logo {
  width: 10vw;
  height: auto;
  margin-top: 0vh;
  cursor: pointer;
}

.nav-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.97221%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3vw;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0.6vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-icon {
  width: 1.8vw;
  cursor: pointer;
}

.social-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.nav-link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 2.5vw 1vw 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.nav-link-div.donate {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.nav-link-div.dorpdown {
  padding-right: 3vw;
}

.home-slider-section {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  height: 30vw;
}

.home-slider {
  height: 100%;
  background-color: #fff;
}

.nav-underline {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6dceff;
  color: #0093dd;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5vw;
  border-color: #0093dd;
  border-radius: 100%;
  background-color: #0093dd;
  font-size: 1.4vw;
  line-height: 100%;
  cursor: pointer;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  width: auto;
  height: auto;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5vw;
  border-color: #0093dd;
  border-radius: 100%;
  font-size: 1.4vw;
  line-height: 100%;
  cursor: pointer;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2vw;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  background-image: url("../images/ron-hansen-MmfIwBHX1bY-unsplash3x.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide.two {
  background-image: url("../images/Slider-2-COVID.jpg");
  background-position: 50% 50%;
  background-attachment: scroll;
}

.slide.three {
  background-image: url("../images/Slider3-Survivors-of-Sexual-Violence.jpg");
}

.slide.four {
  background-image: url("../images/Slider4-Barefoot-counsellors.jpg");
}

.slide.five {
  background-image: url("../images/Slider-5-ECCE.jpg");
  background-size: 1250px;
}

.slide.six {
  background-image: url("../images/Slider-6-CSEC.jpg");
}

.slide.seven {
  background-image: url("../images/Slider7-Women-liberated-from-manual-scavenging.jpg");
  background-position: 50% 25%;
}

.slide.one {
  background-image: url("../images/Slider-1-MRC.jpg");
  background-position: 50% 20%;
}

.slider-opacity-container {
  display: none;
  width: 100%;
  height: 100%;
  margin-right: 0vw;
  margin-left: 0vw;
  background-image: url("../images/ron-hansen-MmfIwBHX1bY-unsplash3x.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.slider-text-block {
  position: static;
  width: 70%;
  height: 100%;
  background-color: transparent;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.banner-bg {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.opacity-div-banner {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: linear-gradient(
    111deg,
    #004669,
    rgba(109, 206, 255, 0) 98%,
    rgba(109, 206, 255, 0) 100%,
    rgba(77, 166, 211, 0.3) 0,
    #fff
  );
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 4.8vw;
  line-height: 3.3vw;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.slide-nav {
  display: none;
}

.banner-text-block {
  width: 50%;
  margin-left: 14%;
  padding-bottom: 0px;
}

.home-banner-heading {
  margin-top: 2vh;
  margin-bottom: 1vh;
  margin-left: 0px;
  font-family: "Segoe ui", sans-serif;
  color: #fff;
  font-size: 2.5vw;
  line-height: 3.2vw;
  font-weight: 400;
}

.description-section {
  padding-top: 2%;
  position: relative;
  height: auto;
  display: flex;
}

.description-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 30vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.description-div.about-us {
  width: 80%;
}

.description-div.home {
  overflow: hidden;
  height: auto;
  margin-top: 3%;
  margin-bottom: 3%;
  width: 100%;
  padding: 3% 2% 0% 8%;
}

.description-div.history {
  width: 70%;
  height: auto;
  background-color: transparent;
}

.description {
  display: block;
  margin-bottom: 1vh;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.3vw;
  line-height: 1.8vw;
  font-weight: 400;
  text-align: left;
}

.description.history {
  background-color: transparent;
}

.key-themes-heading {
  margin-top: 2vw;
  margin-bottom: 3vw;
  font-family: Roboto, sans-serif;
  color: rgba(0, 147, 221, 0.8);
  font-size: 2.3vw;
  line-height: 3vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.7vw;
  text-transform: uppercase;
}

.key-themes-heading.mb-5 {
  margin-top: 2vh;
  margin-bottom: 5vh;
}

.key-themes-heading.left {
  height: auto;
  text-align: left;
}

.key-themes-heading.themes {
  width: 70%;
}

.key-themes-heading.contact-us {
  margin-top: 0vw;
  margin-bottom: 0vw;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.7vw;
  line-height: 2.5vw;
  letter-spacing: 0.2vw;
  text-transform: none;
}

.key-themes-heading.partner {
  margin-bottom: 3vw;
}

.key-themes-heading.get-involved {
  margin-bottom: 2vw;
}

.key-themes-heading.annual-report {
  margin-top: 0vw;
  margin-bottom: 3% !important;
}

.theme-grid-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.theme-grid-div-top-left {
  height: 50vh;
  background-image: url("../images/dignity-march-lead-1200x600.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.theme-grid-div-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0%;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(109, 206, 255, 0.1);
}

.theme-grid-heading {
  margin-top: 0px;
  margin-bottom: 1vh;
  font-family: Roboto, sans-serif;
  color: #0093dd;
  font-size: 1.8vw;
  line-height: 2.5vw;
  font-weight: 300;
}

.theme-grid-heading._w-90 {
  width: 90%;
}

.theme-content {
  width: 90%;
  margin-bottom: 2vh;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.1vw;
  line-height: 1.6vw;
}

.theme-grid-div-btn {
  padding: 0.5vw 1vw;
  border-radius: 363px;
  background-color: #6dceff;
  font-family: Roboto, sans-serif;
  color: #004d74;
  font-size: 1.1vw;
  line-height: 1.4vw;
  font-weight: 700;
  cursor: pointer;
}

.theme-grid-div-btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.theme-grid-div-btn.white-text {
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  background-color: #6dceff;
  color: #004d74;
  font-size: 1.1vw;
  line-height: 1.4vw;
  cursor: pointer;
}

.theme-grid-div-btn.white-text:hover {
  background-color: rgba(109, 206, 255, 0.8);
}

.theme-grid-div-btn.align-right {
  margin-top: auto;
  margin-right: 0vw;
  margin-left: auto;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}

.theme-grid-div-btn.align-right.donate-btn {
  margin-top: 0px;
  margin-bottom: 0px;
}

.theme-grid-div-btn.donation {
  margin-left: 0px;
  background-color: #0093dd;
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.theme-grid-div-btn.no-bg {
  padding: 0vw;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.theme-grid-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.theme-grid-div-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 0%;
  padding-right: 0vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(109, 206, 255, 0.1);
}

.theme-grid-div-bottom-right {
  height: 50vh;
  background-image: url("../images/Jan-Sahas-field-photo-01.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.supporting-themes-section {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.supporting-theme-description-div {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.supporting-themes-grid {
  width: 80%;
  margin-top: 5vh;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.supporting-theme-grid-div-1 {
  height: 480px;
  background-image: url("../images/Lactation-Workshop3x.jpg");
  background-position: 0px 0px;
  background-size: cover;
}
.supportting-grid-div {
  height: 42vh;
}
.supportting-grid-div.one {
  border-radius: 10px;
  background-image: url("../images/Lactation-Workshop3x.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.supportting-grid-div.two {
  border-radius: 10px;
  background-image: url("../images/Land%20and%20Property%20Rights.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.key-2 {
  background-image: url("../images/Jan-Sahas-field-photo-01.jpg");
  height: 45vh;
  border-radius: 10px;
}

.supportting-grid-div.three {
  border-radius: 10px;
  background-image: url("../images/Livelihood-Sewing-Training3x.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.supportting-grid-div.four {
  border-radius: 10px;
  background-image: url("../images/33-AnjaliBendaniya-village3x.jpg");
  background-position: 0% 50%;
  background-size: cover;
}

.supportting-grid-div.five {
  border-radius: 10px;
  background-image: url("../images/Copy-of-023x.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.supportting-grid-div.six {
  border-radius: 10px;
  background-image: url("../images/Legal-Aid-cross-cutting-theme.jpg");
  background-position: 50% 50%;
  background-size: cover;
}
.supportting-grid-div.key-1 {
  background-image: url("../images/dignity-march-lead-1200x600.jpg");
  background-position: 0px 0px;
  height: 45vh;
  background-size: cover;
}
.supportting-grid-div.key-2 {
  height: 45vh;
  background-image: url("../images/Jan-Sahas-field-photo-01.jpg");
  background-position: 0px 0px;
  background-size: cover;
}
.key-1 {
  background-image: url("../images/dignity-march-lead-1200x600.jpg");
  background-position: 0px 0px;
  background-size: cover;
  height: 45vh;
  border-radius: 10px;
}

.supporting-theme-opacity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(55%, rgba(0, 147, 221, 0)),
    color-stop(79%, rgba(0, 74, 111, 0.7))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 147, 221, 0) 55%,
    rgba(0, 74, 111, 0.7) 79%
  );
  font-family: Roboto, sans-serif;
}

.supporting-grid-div-heading {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 1vh;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.55vw;
  line-height: 2vw;
}

.supporting-grid-div-heading.key-theme {
  width: 90%;
}

.publications-section {
  padding-top: 2vw;
  padding-bottom: 2vw;
  background-color: rgba(109, 206, 255, 0.1);
}

.publications-section.white {
  background-color: #fff;
}

.publications-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 3vh;
  margin-bottom: 0vh;
  padding-bottom: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(109, 206, 255, 0.1);
}

.publications-grid-container.no-margin {
  margin-top: 0vh;
  padding-top: 2vw;
  padding-bottom: 3vw;
  background-color: transparent;
}

.publications-grid-container.no-margin.width-85 {
  width: 8px;
}

.publications-grid {
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0vh;
  padding-bottom: 2vh;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.publications-grid.width-85 {
  width: 85%;
}

.publications-grid-div {
  height: auto;
  border: 1px none #0093dd;
  border-radius: 10px;
  width: 25%;
  padding-left: 0.75%;
  padding-right: 0.75%;
}
.publications-row {
  width: 80%;
  display: inline-flex;
  margin: auto;
}

.publication-image {
  height: 140px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-position: top;
  background-size: cover;
}

.publication-image.one {
  height: 23vh;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url("../images/JAN-SAHAS_COVID19-Relief-Response_-Stories-of-Resilience--Hope_July2020-7.jpg");
  background-position: 50% 36%;
  background-size: cover;
}

.publication-image.two {
  height: 23vh;
  background-image: url("../images/Voices-of-the-invisible-citizens_April_2020_JS-1.jpg");
  background-position: 50% 32%;
  background-size: cover;
}

.publication-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  margin-top: 0px;
  padding: 1vw 1.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 147, 221, 0.8);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.publication-content-block.blue-border {
  border-style: solid;
}

.publication-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 1vh;
  font-family: Roboto, sans-serif;
  color: #004d74;
  font-size: 1.35vw;
  line-height: 1.7vw;
}

.publication-heading.media-title {
  width: 90%;
  height: auto;
  margin-bottom: 1vh;
  text-align: left;
}

.publication-paragraph {
  width: 100%;
  height: 10vw;
  margin-top: 2.5vh;
  margin-bottom: 2vh;
  padding-right: 0%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 1.25vw;
  line-height: 1.45vw;
  text-align: left;
}

.publication-paragraph.media-date {
  height: auto;
  margin-top: 0vh;
  margin-bottom: 0vh;
  color: rgba(0, 147, 221, 0.8);
  text-align: left;
}

.view-all {
  display: none;
  margin-right: 10vw;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #0093dd;
  font-size: 1.3vw;
  line-height: 1.5vw;
  font-weight: 700;
  text-decoration: none;
}

.view-all:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.view-all.partners {
  display: block;
  margin-right: 0vw;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}

.view-all.partners:hover {
  margin-right: 0vw;
}

.awards-section {
  display: block;
  overflow: hidden;
  height: auto;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.awards-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 50vh;
  margin-top: 2vh;
  margin-bottom: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.award-slide {
  overflow: hidden;
  width: 100%;
  height: 50vh;
  margin: 0px 140px 0px 0px;
  padding-top: 0px;
}

.slide-3 {
  overflow: hidden;
  width: 100%;
  margin-right: 140px;
  margin-left: 0px;
  background-image: url("../images/Image-23x.jpg");
  background-position: 50% 0%;
  background-size: contain;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.slide-4 {
  width: 100%;
  margin-right: 140px;
  margin-left: 0px;
  background-image: url("../images/award-slider-1.jpg");
  background-position: 0px 0px;
  background-size: contain;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.mask {
  overflow: visible;
  width: 60%;
  height: 50vh;
  margin-top: 0vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.left-arrow-2 {
  width: 30%;
}

.right-arrow-2 {
  width: 30%;
}

.slide-nav-2 {
  display: none;
}

.slide-cont {
  overflow: hidden;
  border-radius: 3px;
  box-shadow:
    inset 0 1px 0 0 hsla(0, 0%, 100%, 0.5),
    0 0 7px -5px #000;
  opacity: 1;
}

.slide-cont.slide-cont-previosu {
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 0 hsla(0, 0%, 100%, 0.5),
    0 0 23px 6px rgba(0, 0, 0, 0.21);
  opacity: 0.51;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.slide-cont.slide-cont-previosu.slide-next {
  height: 230px;
  box-shadow: none;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slide-cont.slide-cont-previosu.slide-previous {
  box-shadow: none;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slider {
  top: 0px;
  display: block;
  overflow: hidden;
  width: 440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  border-radius: 4px;
  background-color: #2e2e2e;
  background-image:
    -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.4)),
      to(rgba(0, 0, 0, 0.4))
    ),
    url("../images/jane2bg.jpg");
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../images/jane2bg.jpg");
  background-position:
    0% 0%,
    50% -163px;
  background-size: auto, cover;
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.22);
}

.slider.fancy {
  margin-top: 70px;
}

.arrowzz {
  opacity: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.arrowzz:hover {
  opacity: 1;
}

.main-img {
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.5);
}

.slide-5 {
  overflow: hidden;
  width: 180px;
  height: 229px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 3px;
}

.slide-5.current {
  margin-right: -10px;
  margin-left: -10px;
}

.slide-5.previous-slide {
  display: inline-block;
  overflow: hidden;
  opacity: 1;
}

.botomz {
  -webkit-transform: scale(0.43);
  -ms-transform: scale(0.43);
  transform: scale(0.43);
}

.deuze {
  margin-bottom: 26px;
}

.slide-mask {
  display: block;
  overflow: visible;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.fancy-slider-sec {
  margin-top: 70px;
  margin-bottom: 60px;
}

.award {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url("../images/CID-1-n4q2sjc5wmnr93aghp4imzmfd89t37q5bovzh1g2wc3x.jpg");
  background-position: 50% 5%;
  background-size: cover;
}
@media screen and (min-width: 1920px) {
  .award {
    width: 100% !important;
  }
}

.award.one {
  width: 100%;
  background-image: url("../images/MA-Thomas-Awards.jpg");
  background-position: 50% 50%;
}

.award.two {
  width: 100%;
  background-image: url("../images/Bill-Clinton.jpg");
}

.award.three {
  background-image: url("../images/Secretary-of-Jan-Sahas-received-Social-Breviary-Award-2013-by-SONY-TV.jpg");
}

.award.four {
  background-image: url("https://uploads-ssl.webflow.com/5e77ba6ed25345d3919a6cc7/5f2c5aae01d40404b39195df_Jan-Sahas-Director-and-other-Ashoka-Fellows-with-the-hon'ble-president-of-India-Pranab-Mukherjee.jpg");
  background-position: 50% 20%;
}

.image {
  display: none;
  height: 100%;
}

.award-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.award-text-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.award-text {
  margin-bottom: 0px;
  padding-top: 2vh;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 2vh;
  background-color: rgba(0, 147, 221, 0.8);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.25vw;
  line-height: 1.7vw;
  font-weight: 500;
  text-align: center;
}

.support-section {
  display: block;
  margin-top: 2vh;
  padding-top: 2vw;
  padding-bottom: 6vw;
  background-color: rgba(109, 206, 255, 0.1);
}

.donate-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-bottom: 0vh;
  background-color: transparent;
}

.support-image-div {
  width: 60%;
  margin: 0px;
  padding: 0vw 3.5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.support-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 3.5vw;
  margin-right: 3.5vw;
  margin-bottom: 3.5vw;
  padding-top: 0vw;
  padding-bottom: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.support-text-heading {
  width: 90%;
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 147, 221, 0.8);
  font-size: 1.7vw;
  line-height: 2.2vw;
  font-weight: 400;
}
.support-text-sub-heading {
  width: 90%;
  /*  margin-top: auto;*/
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  /*  color: rgba(0, 147, 221, 0.8);*/
  color: #222;
  font-size: 1.3vw;
  line-height: 1.5vw;
  font-weight: 400;
}

.support-text-description {
  width: 90%;
  margin-top: 0px;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25vw;
  line-height: 1.6vw;
}

.donate-btn-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 10%;
  margin-top: 20px;
  margin-bottom: auto;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.videos-section {
  display: none;
  height: auto;
  margin-top: 0vh;
  margin-bottom: 5vh;
  padding-top: 4vh;
  padding-bottom: 7vh;
  background-color: #fff;
}

.videos-grid {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  width: 100%;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox-opacity-image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 10vw;
  border-radius: 10px;
  background-color: #000;
  background-image: url("../images/Lactation-Workshop.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-opacity-image.two {
  background-image: url("../images/Livelihood-Sewing-Training3x.jpg");
  background-position: 50% 30%;
  background-size: cover;
}

.lightbox-opacity-image.three {
  background-image: url("../images/v-4.jpg");
}

.lightbox-opacity-image.video2 {
  background-image: url("../images/Livelihood-Sewing-Training3x.jpg");
}

.lightbox-opacity-image.video3 {
  background-image: url("../images/_DSF2504_DignityMarch_Dewas3x.jpg");
}

.lightbox-opacity-image.four {
  background-image: url("../images/33-AnjaliBendaniya-village3x_1.jpg");
}

.lightbox-opacity-image.six {
  background-image: url("../images/cnn.PNG");
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.lightbox-opacity-image.seven {
  background-image: url("../images/Secretary-of-Jan-Sahas-received-Social-Breviary-Award-2013-by-SONY-TV.jpg");
}

.lightbox-opacity-image.eight {
  background-image: url("../images/Satyamev_Jayate_Show_Logo.jpg");
}

.lightbox-link {
  position: static;
  width: auto;
  height: 30vh;
  border-radius: 10px;
  opacity: 1;
  text-decoration: none;
}

.lightbox-link:hover {
}

.lightbox-link.resources {
  height: auto;
}

.lightbox-opacity {
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.play-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.play-icon {
  width: 2.5vw;
  max-width: none;
}

.video-title-div {
  background-color: #fff;
  text-decoration: none;
}

.video-title {
  margin-top: 2vh;
  margin-bottom: 1vh;
  font-family: Roboto, sans-serif;
  color: #0093dd;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.video-title.display-none {
  display: block;
}

.helpline-block {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 3%;
  z-index: 9999;
  display: flex;
  width: 75%;
  height: 25vh;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background-color: #fafafa;
  transform: translateX(78%);
  -webkit-transform: translate3d(85%, 0%, 0) scale3d(1, 1, 1) rotateX(0)
    rotateY(0) rotateZ(0) skew(0, 0);
  -moz-transform: translate3d(85%, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0, 0);
  -ms-transform: translate3d(85%, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0, 0);
  transform: translate3d(85%, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0, 0);
  transition: all 0.3s ease;
}

.helpline-block.active {
  -webkit-transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0)
    rotateY(0) rotateZ(0) skew(0, 0);
  -moz-transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0, 0);
  -ms-transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0, 0);
  transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0, 0);
}
.helpline-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 85%;
  margin-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none #707070;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  text-decoration: none;
  cursor: pointer;
}

.jan-sahas-helpline-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 85%;
  padding-right: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none solid none none;
  border-width: 0px 1px 0px 0px;
  border-color: #000;
}

.jan-sahas-div {
  width: 40%;
  height: 90%;
}

.jan-sahas-div.left-align {
  height: 85%;
  margin-left: 1vw;
  text-align: left;
}

.phone-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.helpline {
  margin-top: 0vh;
  margin-bottom: 0px;
  padding-left: 0.5vw;
  font-family: Roboto, sans-serif;
  color: #f77;
  font-size: 1.8vw;
  line-height: 2.8vw;
}

.image-3 {
  width: 3.2vw;
  height: 3.2vw;
  max-width: none;
}

.helpline-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.jan-sahas-helpline-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 147, 221, 0.6);
  font-size: 1.8vw;
  line-height: 2.6vw;
  text-align: right;
  text-transform: uppercase;
}

.jan-sahas-helpline-heading.left-align {
  line-height: 2.6vw;
  text-align: left;
}

.violence-msg {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #29166f;
  font-size: 1.3vw;
  line-height: 2.9vw;
  font-weight: 300;
  text-align: right;
}

.violence-msg.left-align {
  text-align: left;
}

.toll-number {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #f77;
  font-size: 1.8vw;
  line-height: 2.8vw;
  text-align: right;
}

.toll-number.left-align {
  text-align: left;
}

.jan-sahas-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.banner-section {
  height: 65vh;
  background-image: url("../images/about-banner-js.jpg");
  background-position: 0px 75%;
  background-size: cover;
  background-attachment: scroll;
}

.banner-section.donation {
  background-image: url("../images/Resources.jpg");
  background-position: 50% 30%;
  background-repeat: repeat;
  background-attachment: scroll;
}
.banner-section.resources {
  background-image: url("../images/resources-new-banner.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.banner-section.our-work {
  background-image: url("../images/dignity-march-lead-1200x6003x_1.jpg");
  background-position: 50% 50%;
}

.banner-section.mental-health {
  background-image: url("../images/mental-health-new-banner.jpg");
  background-position: 70% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.banner-section.land {
  background-image: url("../images/Slider3-Survivors-of-Sexual-Violence.jpg");
  background-position: 50% 91%;
  background-attachment: fixed;
}

.banner-section.legal {
  background-image: url("../images/Legal-Aid-cross-cutting-theme.jpg");
  background-position: 50% 42%;
  background-size: cover;
  background-attachment: fixed;
}

.banner-section.livelihood {
  background-image: url("../images/Livelihood-Sewing-Training3x.jpg");
  background-position: 50% 123%;
  background-attachment: fixed;
}

.banner-section.prevention {
  background-image: url("../images/prevention banner.webp");
  background-position: 50% 50%;
  background-attachment: fixed;
}

.banner-section.migration {
  background-image: url("../images/safe-banner.jpg");
  background-position: 50% 100%;
  background-attachment: fixed;
}

.banner-section.covid {
  height: 60vh;
  background-image: url("../images/For-COVID-Cover-Page---Ration-and-food-supply.jpg");
  background-position: 50% 35%;
  background-attachment: fixed;
}

.banner-section.contact {
  background-image: url("../images/Contact%20Us.jpg");
  background-position: 50% 67%;
  background-size: cover;
  background-attachment: fixed;
}

.banner-section.get-involved {
  background-image: url("../images/Copy-of-023x.jpg");
  background-position: 50% 10%;
  background-attachment: fixed;
}

.banner-section.mrc {
  background-image: url("../images/MRC_new.jpg");
  background-position: 50% 50%;
  background-attachment: cover;
  /*
    width: 100%;
    height:100%;
*/
}

.banner-section.newsletter {
  background-image: url("../images/Slider6-Girls-CSEC.jpeg");
  background-position: 50% 20%;
  background-attachment: fixed;
}

.banner-section.childhood {
  border-radius: 0px;
  background-image: url("../images/Early%20childhood%20care.jpg");
  background-position: 50% 44%;
  background-attachment: fixed;
}

.banner-section.incubation {
  background-image: url("../images/Fellowship%20and%20incubation.jpeg");
  background-position: 50% 62%;
  background-size: cover;
  background-attachment: fixed;
}

.banner-opacity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0.8vw;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(7, 79, 116, 0.95)),
    color-stop(39%, hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(
    360deg,
    rgba(7, 79, 116, 0.95),
    hsla(0, 0%, 100%, 0) 39%
  );
}

.banner-opacity.mission-opacity {
  border-radius: 0.6vw;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(7, 79, 116, 0.95)),
    color-stop(68%, hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(
    360deg,
    rgba(7, 79, 116, 0.95),
    hsla(0, 0%, 100%, 0) 98%
  );
}

.banner-opacity.donation {
  border-radius: 0vw;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none;
}

.banner-opacity.no-radius {
  border-radius: 0px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(7, 79, 116, 0.95)),
    color-stop(39%, hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(
    360deg,
    rgba(7, 79, 116, 0.95),
    hsla(0, 0%, 100%, 0) 39%
  );
}

.banner-opacity.no-raidus {
  border-radius: 0vw;
}

.banner-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 2vh;
  margin-left: auto;
  font-family: "Segoe ui", sans-serif;
  color: #fff;
  font-size: 1.7vw;
  line-height: 2.4vw;
  font-weight: 400;
  text-align: center;
}

.tab-section {
  width: 100%;
  height: auto;
  margin-bottom: 0vh;
  padding-top: 0vh;
  padding-bottom: 4vh;
}

.tab-link {
  margin-right: 1vw;
  margin-left: 1vw;
  padding: 0px 0vw;
  border: 1px none #000;
  background-color: #fff;
  font-family: "Segoe ui", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 30px;
  text-decoration: none;
}

.tab-link.w--current {
  display: inline-block;
  margin-right: 1vw;
  margin-left: 1vw;
  padding-right: 0vw;
  padding-left: 0vw;
  background-color: #6dceff;
  font-family: "Segoe ui", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 30px;
}
#mission-section {
  padding-top: 60px;
}
.tabs-menu {
  display: block;
  background-color: #fff;
  text-align: center;
}

.tab-text {
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
  border-bottom: 2.5px solid #6dceff;
  font-size: 1.4vw;
  line-height: 100%;
}

.tab-text.our-work {
  font-size: 1.7vw;
}

.about-us-tab {
  padding-top: 1vw;
  padding-bottom: 3vw;
}

.about-tab-heading {
  display: block;
  margin-top: 1vh;
  margin-bottom: 1vh;
  font-family: Roboto, sans-serif;
  color: rgba(0, 147, 221, 0.7);
  font-size: 2.3vw;
  line-height: 3vw;
  font-style: normal;
  text-align: center;
  letter-spacing: 1vw;
  text-transform: uppercase;
}

.div-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.collab-grid {
  display: grid;
  width: 70%;
  margin: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.collab-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 10px 19px -6px rgb(0 0 0 / 20%);
}
.collab-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.collab-para {
  font-size: 15px;
  line-height: 1.25;
  text-align: justify !important;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}

.div-100.margin-top-4vh {
  margin-top: 4vh;
}

.div-100.who-grid {
  margin-top: 0vh;
  margin-bottom: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-100.values-container {
  height: 100%;
  margin-top: 7vh;
}

.div-100.pb-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vw;
  margin-bottom: 2vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-100.pb-2.pt-2 {
  margin-top: 2vw;
  margin-bottom: 0vw;
}

.div-100.grid {
  display: -ms-grid;
  display: grid;
  height: 100%;
  justify-items: stretch;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-100.key-themes-stats {
  margin-top: 5%;
  margin-bottom: 1%;
}

.div-100.contact-us {
  height: 14vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-50 {
  width: 50%;
  height: 55vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(109, 206, 255, 0.1);
}

.div-50.white-bg {
  background-color: #fff;
}

.div-50.white-bg.about-img {
  height: 55vh;
  background-image: url("../images/1_Manual-Scavenging-Manual-Scavenging-in-Rajasthan113x.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.div-50.white-bg.values {
  display: block;
  height: 50vw;
  background-image: url("https://www.migrantresilience.org/images/approach-banner.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.div-50.values-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vw;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.div-50.image-container {
  border-style: none;
  border-width: 0px;
  border-color: #707070;
  border-radius: 1px;
}

.div-50.auto-height {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32vw;
  padding: 1vw 3vw 3vw 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-50.auto-height.darker-blue {
  height: 32vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 5vw;
  background-color: rgba(0, 147, 221, 0.1);
}

.div-50.auto-height.darker-blue.about {
  height: 40vw;
}

.div-50.auto-height.darker-blue.impact {
  height: 40vw;
}

.div-50.auto-height.horizontal {
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-50.auto-height.equal-padding {
  height: 32vw;
  padding-bottom: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-50.auto-height.equal-padding.about {
  height: 40vw;
}

.div-50.auto-height.equal-padding.impact {
  height: 40vw;
}

.div-50.transparent {
  height: auto;
  background-color: transparent;
}

.div-block-2 {
  width: 50%;
}

.who-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.who-we-are {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2vw;
  line-height: 1.8vw;
  font-weight: 500;
}

.who-we-are.our-reach-text {
  width: 60%;
  margin-top: 3vw;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.25vw;
  text-align: center;
}

.map-block {
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.about-grid-4 {
  width: 80%;
  margin: 0vh auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.about-stats-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vh;
  padding-bottom: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-stats-number {
  margin-top: 0px;
  margin-bottom: 0vh;
  font-family: Roboto, sans-serif;
  color: rgba(0, 147, 221, 0.8);
  font-size: 2.7vw;
  line-height: 100%;
  text-align: center;
}

.about-stats-number.width-50 {
  width: 50%;
  margin-right: auto;
  margin-bottom: 1vh;
  margin-left: auto;
}

.about-stats-text {
  width: 90%;
  height: 15vh;
  margin-top: 0px;
  margin-bottom: 2vh;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.3vw;
  line-height: 1.8vw;
  font-weight: 500;
  text-align: center;
}

.about-stats-text.no-margin {
  width: 90%;
  height: 5vw;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2vw;
  line-height: 1.4vw;
}

.about-stats-text.no-margin.width-50 {
  width: 50%;
}

.about-stats-text.no-margin.height-10 {
  height: 8vw;
  font-size: 1.2vw;
}

.about-grid-block {
  display: none;
  margin-top: 7vh;
  margin-bottom: 6vh;
  background-color: rgba(109, 206, 255, 0.1);
}

.about-grid-3 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mission-tab {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.mission-grid {
  width: 50%;
  margin: 5vh auto 7vh;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mission-grid-left {
  height: 40vh;
  border-radius: 0.6vw;
  background-image: url("../images/Our%20Vision.jpeg");
  background-position: 50% 50%;
  background-size: cover;
}

.mission-grid-text-div {
  margin-bottom: 2vw;
}

.mission-grid-heading {
  margin-top: 0px;
  margin-bottom: 1vw;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 2.45vw;
  line-height: 2.8vw;
  font-style: normal;
  text-align: center;
}

.mission-grid-text {
  width: 90%;
  margin-right: auto;
  margin-bottom: 0.8vw;
  margin-left: auto;
  font-family: "Segoe ui", sans-serif;
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.8vw;
  text-align: center;
}

.mission-grid-right {
  height: 40vh;
  border-radius: 0.6vw;
  background-image: url("../images/Our%20Mission.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.values-grid-text-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 147, 221, 0.5);
  font-size: 1.7vw;
  line-height: 1.65vw;
  font-style: normal;
  font-weight: 700;
}

.values-grid-text-heading.approach-grid-heading {
  margin-bottom: 5vh;
  font-size: 2vw;
  line-height: 2.4vw;
  letter-spacing: 0.6vw;
  text-transform: uppercase;
}

.values-grid-text-content {
  margin-top: 0.5vh;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.2vw;
  line-height: 1.5vw;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}

.values-grid-text-div {
  width: 80%;
  margin: 1vh 10% 1vh auto;
}

.approach-tab {
  padding-top: 3vh;
}

.partners-tab {
  z-index: auto;
  padding: 1vw 0vw 3vw;
}

.approach-grid-left {
  height: 50vh;
  margin-top: 5vh;
  margin-bottom: 1.5vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.approach-grid-left.last {
  margin-top: 0vh;
}

.approach-grid-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(109, 206, 255, 0.1);
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 1.65px;
  line-height: 100%;
}

.approach-grid-image-block.one {
  background-image: url("../images/95Manual-Scavenging-in-Maharashtra3x.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.image-4 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.approach-grid-right {
  height: 50vh;
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.partner-category {
  margin-top: 0px;
  margin-bottom: 2vw;
  font-family: Roboto, sans-serif;
  color: rgba(0, 147, 221, 0.8);
  font-size: 2.2vw;
  line-height: 2.4vw;
  font-style: normal;
  text-transform: uppercase;
}

.members-block {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: auto;
  height: auto;
}

.member-container {
  position: relative;
  z-index: auto;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-right: 1vw;
  margin-bottom: 1vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.member-image {
  width: 16vw;
  height: 16.5vw;
  max-width: none;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.member-description-div {
  position: relative;
  z-index: -90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  margin-left: 2vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.member-description-div.modal {
  width: 70%;
  margin-left: 0vw;
  padding: 2%;
}

.member-name {
  position: static;
  width: auto;
  margin-top: 0px;
  margin-bottom: 1vh;
  font-family: Roboto, sans-serif;
  color: rgba(0, 147, 221, 0.8);
  font-size: 1.4vw;
  line-height: 2.3vw;
  font-style: normal;
}

.person-paragraph {
  width: auto;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.3vw;
  line-height: 1.4vw;
  font-style: normal;
  font-weight: 500;
}

.member-image-div {
  position: relative;
  display: inline-block;
  width: 17vw;
  height: auto;
  margin-right: 0%;
  margin-bottom: 3%;
  padding-right: 0px;
  border-radius: 10px;
  cursor: pointer;
}

.member-image-div.modal {
  width: 30%;
  height: 17vw;
  margin-top: 2%;
  -o-object-fit: cover;
  object-fit: cover;
}

.member-opacity {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16vw;
  height: 16.5vw;
  padding-bottom: 0.5vw;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: rgba(27, 52, 65, 0.15);
}

.member-name-on-image {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #0093dd;
  font-size: 1.5vw;
  line-height: 1.8vw;
  font-style: normal;
}

.member-designation {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.2vw;
  line-height: 1.4vw;
  font-style: normal;
  font-weight: 500;
}

.person-block {
  display: inline-block;
  overflow: visible;
  width: 100%;
}

.person-block.modal {
  position: relative;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.24);
}

.person-block.usa {
  position: static;
  display: block;
}

.member-details-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16vw;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.faq-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-radius: 4px;
  background-color: transparent;
}

.faq {
  display: inline-block;
  width: 15vw;
  height: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-body {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.faq-body-cont {
  padding: 30px;
  border-top: 1px none #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.faq-answer {
  margin-bottom: 24px;
}

.map-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 3vw;
  margin-bottom: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none transparent;
  text-align: center;
}

.image-5 {
  margin-top: -23px;
  margin-right: -32px;
}

.image-5:hover {
  background-color: transparent;
}

.map-test:hover {
  background-color: transparent;
}

.html-embed {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  border-style: none;
  border-width: 1px;
  border-color: #b31818;
  color: rgba(109, 206, 255, 0.5);
}

.html-embed:hover {
  color: #6dceff;
}

.image-6 {
  margin-top: -26px;
  margin-right: -28px;
}

.html-embed-2 {
  margin-top: -28px;
  margin-right: -35px;
  color: transparent;
}

.map-content-block {
  display: none;
  position: absolute;
  left: auto;
  top: 0%;
  right: 5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*  display: flex;*/
  width: auto;
  margin-right: 0px;
  margin-left: 0vw;
  padding: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.8vw;
  background-color: rgba(109, 206, 255, 0.5);
}
.map-content-block-districts {
  display: none;
  position: absolute;
  left: auto;
  top: 0%;
  right: 5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.html-embed-3 {
  margin-top: -59px;
  margin-left: -45px;
  color: transparent;
}

.map {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 0vw;
  margin-left: 35vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.district-map {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 0vw;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  position: absolute;
  margin-top: 0px;
}

.div-block-6 {
  width: 20vw;
  height: 2px;
  background-color: #000;
}

.heading-5 {
  margin-top: 0vh;
  margin-bottom: 2%;
  font-family: Roboto, sans-serif;
  font-size: 1.6vw;
  line-height: 2vw;
}

.list {
  width: 10vw;
  margin-bottom: 1vh;
  padding-left: 0px;
}

.donation-content-wrapper {
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.donation-align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.donation-grid-image {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
}

.donation-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 2.5vw 2.5vw 2.5vw 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.donation-content-heading {
  width: 93%;
  margin-top: 2vh;
  margin-bottom: 2vh;
  color: rgba(0, 147, 221, 0.5);
  font-size: 1.7vw;
  line-height: 2.2vw;
  letter-spacing: 0.7vw;
  text-transform: uppercase;
}

.donation-description {
  width: 85%;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.15vw;
  line-height: 1.4vw;
  font-weight: 400;
}

.donation-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: auto;
  margin-bottom: 2vh;
}

.donation-specifics-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.5vw;
  line-height: 1.8vw;
}

.donation-price-sontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.donation-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.donation-page-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8vw;
  margin-top: 0px;
  margin-bottom: 0vh;
  padding-left: 1vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: rgba(0, 147, 221, 0.7);
  font-size: 2.3vw;
  line-height: 3vw;
  text-align: left;
  letter-spacing: 0.75vw;
  text-transform: uppercase;
}

.donation-page-heading.no-margin {
  height: auto;
  padding-left: 0vw;
  font-size: 200%;
  text-align: left;
}

.donation-page-heading.no-margin.align-center {
  margin-top: 2vw;
  margin-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8vw;
  text-align: center;
}

.donation-page-heading.no-margin.approach-one {
  width: 80%;
  font-size: 1.8vw;
}

.donation-page-heading.no-margin.approach-two {
  width: 80%;
  font-size: 1.8vw;
}

.donation-page-heading.no-margin.approach-three {
  font-size: 1.8vw;
}

.donation-page-heading.margin-2vw {
  height: 4vw;
  font-size: 2vw;
}

.donation-page-heading.width-85 {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2vw;
  text-align: center;
}
.resiliance-logo {
  width: 19%;
}
.donation-page-heading.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.3vw;
  line-height: 3vw;
}

.donation-page-heading.width-90 {
  width: 90%;
}

.donation-page-heading.theme-heading {
  width: 70%;
  margin-top: 2vw;
  text-align: center;
}

.donation-align-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.banner-heading {
  width: 85%;
  margin: 0px auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 4.3vw;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
}

.banner-heading.mrc {
  width: 80%;
}

.work-content-block {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vh;
  /*  padding-bottom: 5vh;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-content-block.covid {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.work-content-block.get-involved {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.work-paragraph {
  position: static;
  z-index: auto;
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-bottom: 3vh;
  margin-left: auto;
  padding-top: 1vw;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.work-paragraph.two {
  display: none;
  height: auto;
}

.work-paragraph.no-margin {
  margin-bottom: 0vh;
  padding-top: 0vw;
}

.work-paragraph.bt-1 {
  margin-bottom: 0vh;
}

.work-paragraph.bt-1.themes {
  padding-top: 0vw;
}

.work-paragraph.bullets {
  width: 100%;
  margin-bottom: 0vh;
  padding-top: 0.5vw;
}

.work-paragraph.center {
  width: 70%;
  text-align: center;
}

.work-paragraph._w-75 {
  width: 75%;
  margin-bottom: 3vw;
  text-align: center;
}

.work-paragraph._w-75.pr3-des {
  margin-bottom: 7%;
}

.work-paragraph.contact-us {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0vh;
  margin-left: 0px;
  padding-top: 0vw;
  font-size: 1.3vw;
}

.work-paragraph.get-involved {
  margin-bottom: 0vh;
  padding-top: 0vw;
}

.work-paragraph.get-involved.center {
  width: 50%;
}

.work-paragraph.left-100 {
  width: 100%;
  font-size: 1.2vw;
  line-height: 1.5vw;
}

.read-more {
  display: none;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #004d74;
  font-size: 1.2vw;
  line-height: 100%;
  font-weight: 700;
  cursor: pointer;
}

.work-para-block {
  overflow: hidden;
  height: auto;
  margin-bottom: 2vh;
}

.work-icon {
  position: absolute;
  left: auto;
  top: 5%;
  right: 2%;
  bottom: auto;
  width: 6vw;
  max-width: none;
}

.list-item-our-work {
  width: 90%;
  margin-bottom: 0.5vw;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.work-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vw;
  max-height: none;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work-list.full-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vw;
  margin-bottom: 0px;
  padding-top: 2vw;
  padding-left: 3vw;
}

.impact-grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-slider-block {
  display: block;
  width: 100%;
}

.partners-slider-block.width-85 {
  width: 85%;
}

.partners-slider {
  overflow: hidden;
  width: 100vw;
  height: 15vw;
  background-color: #f9f9f9;
}

.partners-slider-mask {
  overflow: visible;
  width: 25vw;
}

.partners-slide {
  overflow: visible;
  width: 25vw;
}

.slide-7 {
  width: 25vw;
}

.partner-icon {
  width: 13vw;
  height: 8vw;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 5%;
  margin-left: 0px;
}

.partner-icon.scroll {
  width: 100%;
  height: auto;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.partner-icon.scroll._w-10 {
  width: 10vw;
  height: auto;
  margin-bottom: 0%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.partner-icon.scroll._w-70 {
  width: auto;
  height: 70%;
}

.slider-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-left-arrow-box {
  margin-left: 1vw;
}

.partners-right-arrow-box {
  margin-right: 1vw;
}

.resources-content-block {
  margin-bottom: 0vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.div-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.div-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.report-buttons-block {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#finance1 .report-btn {
  width: 80%;
}
.report-btn {
  width: 44%;
  margin: 1% 2.5%;
  padding: 0.6vw 1vw;
  border-radius: 100vw;
  background-color: #6dceff;
  font-family: Roboto, sans-serif;
  color: #004d74;
  font-size: 1.25vw;
  line-height: 1.8vw;
  font-weight: 700;
  text-align: center;
}

.report-btn:hover {
  box-shadow: 1px 1px 16px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.videos-resources-grid {
  overflow: visible;
  width: 85%;
  margin: 2vw auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.video-thumbnail-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.video-thumbnail-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.video-thumbnail-block.w--current {
  height: 10vw;
}

.video-thumbnail-heaqding {
  display: none;
  margin-top: 0.7vw;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #0093dd;
  font-size: 1.3vw;
  line-height: 1.6vw;
  font-weight: 400;
  text-align: center;
}

.main-resource-video {
  height: 100%;
}

.pdf-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
  z-index: 200;
  display: none;
  width: 2.2vw;
  height: 2.2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20vw;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.19);
}

.pdf-thumbnail-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 2vh;
  margin-bottom: 2vh;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  cursor: pointer;
}

.pdf-icon-image {
  width: 80%;
  max-width: 80%;
}

.div-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.approach-wrapper {
  width: 100%;
  height: 40vh;
}

.approach-wrapper.one {
  position: relative;
  display: block;
  width: 33.33%;
  height: 27vw;
  padding: 2% 1% 1% 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 147, 221, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.approach-wrapper.one:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.approach-wrapper.two {
  position: relative;
  display: block;
  width: 33.33%;
  height: 27vw;
  padding: 2% 1% 1% 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(109, 206, 255, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.approach-wrapper.two:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.approach-wrapper.three {
  position: relative;
  width: 33.33%;
  height: 27vw;
  padding: 2% 1% 1% 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 147, 221, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.approach-wrapper.three:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-6 {
  color: #fff;
}

.approach-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
  width: 7vw;
  max-width: 7vw;
}

.approach-paragraph {
  display: none;
  width: 70%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.2vw;
  line-height: 1.8vw;
  font-weight: 400;
}

.maximize-icon {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 5%;
  width: 1.8vw;
  max-width: none;
  cursor: pointer;
}

.minimize-icon {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 5%;
  display: none;
  width: 1.8vw;
  max-width: none;
  opacity: 0;
  cursor: pointer;
}

.html-embed-4 {
  margin-top: -52px;
  margin-right: -124px;
  padding-top: 0px;
  background-color: transparent;
  color: transparent;
}

.html-embed-5 {
  margin-top: -56px;
  margin-left: -18px;
  color: transparent;
}

.html-embed-6 {
  margin-top: -66px;
  margin-left: -109px;
  color: transparent;
}

.html-embed-7 {
  margin-top: -183px;
  margin-right: -193px;
  color: transparent;
}

.html-embed-8 {
  margin-top: -129px;
  margin-right: -28px;
  color: transparent;
}

.html-embed-9 {
  margin-top: 32px;
  margin-left: 85px;
  color: transparent;
}

.html-embed-10 {
  margin-top: -158px;
  margin-right: -402px;
  margin-left: 0px;
  color: transparent;
}

.html-embed-11 {
  margin-top: -30px;
  margin-left: 394px;
  color: transparent;
}

.html-embed-12 {
  margin-top: -54px;
  margin-left: 255px;
  color: transparent;
}

.html-embed-13 {
  margin-top: -116px;
  margin-bottom: 0px;
  margin-left: 344px;
  color: transparent;
}

.html-embed-14 {
  margin-top: -225px;
  margin-left: 493px;
  color: transparent;
}

.html-embed-15 {
  margin-top: -160px;
  margin-left: 516px;
  color: transparent;
}

.image-7 {
  display: block;
  width: 50%;
  height: auto;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.modal-wrapper-form {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.blur-div {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.modal-close {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  font-family: Roboto, sans-serif;
  color: rgba(0, 147, 221, 0.6);
  font-size: 2vw;
  line-height: 1.8vw;
  font-weight: 500;
  cursor: pointer;
}

.modal-close:hover {
  color: #0093dd;
}

.bg-person {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 3% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bg-person.blue {
  display: block;
  padding-top: 3%;
  padding-bottom: 3%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(109, 206, 255, 0.1);
}

.state-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5%;
  padding-right: 2%;
  padding-left: 2%;
}

.state-list {
  margin-bottom: 0px;
  padding-left: 2vw;
}

.state-name {
  font-size: 1.22vw;
  line-height: 1.8vw;
}

.brand-2 {
  display: none;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.slide-nav-3 {
  display: none;
}

.slide-nav-4 {
  display: none;
}

.banner-button {
  margin-top: 1%;
  margin-bottom: 0px;
  padding: 0.5vw 1vw;
  border: 1px solid #fff;
  border-radius: 363px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Roboto, sans-serif;
  color: #004d74;
  font-size: 1.2vw;
  line-height: 20px;
}

.banner-button:hover {
  border: 1px solid #fff;
  background-color: #004d74;
  color: #fff;
}

.banner-button.covid {
  margin-top: 2%;
  padding-top: 0.7vw;
  padding-bottom: 0.7vw;
  background-color: #004d74;
  color: #fff;
  cursor: pointer;
}

.banner-button.covid:hover {
  border-color: #004d74;
  background-color: #fff;
  color: #004d74;
}

.banner-button.newsltter {
  padding: 1vw 2vw;
  border-width: 1px;
  border-color: #004d74;
  border-radius: 14px;
  background-color: #004d74;
  color: #fff;
}

.banner-button.newsltter:hover {
  border-width: 1px;
  border-color: #004d74;
  background-color: #fff;
  color: #004d74;
}

.ted-x {
  display: none;
  padding-top: 4vw;
  padding-bottom: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.youtube-video {
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.video-2 {
  width: 70%;
  height: 500px;
}

.ted-video {
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.history {
  width: 100%;
  margin-top: 0%;
  padding-top: 2%;
  background-color: #fff;
}

.dropdown-toggle {
  padding: 1vw 4vw 1vw 1vw;
}

.dropdown-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.dropdown-toggle-2 {
  display: block;
}

.dropdown-toggle-2.w--open {
  display: inline-block;
}

.dropdown-list-2 {
  display: inline-block;
}

.dropdown-list-2.w--open {
  position: relative;
  display: block;
}

.dropdown-wrapper {
  position: relative;
  width: auto;
}

.dropdown-content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  background-color: transparent;
}

.dropddown-link {
  width: 100px;
  height: 30px;
  margin-right: 0px;
  padding: 10px;
  background-color: #fff;
}

.dropddown-link.second-level {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.div-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: auto;
}

.div-block-8 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 200px;
  height: auto;
  margin-left: 0px;
  background-color: #ef9494;
}

.dropdown-2 {
  display: block;
}

.dropdown-3 {
  display: block;
}

.dropdown-menu {
  display: block;
}

.dropdown-list-3 {
  height: auto;
}

.dropdown-list-3.w--open {
  position: absolute;
  width: 20vw;
  background-color: #caedff;
}

.dropdown-nav-wrap {
  position: relative;
  display: none;
}

.dropdown-list-4 {
  position: relative;
}

.drop-toggle {
  width: 100%;
  padding: 1vw 2vw;
}

.dropdown-nav-link {
  overflow: visible;
  padding: 1vw 2vw;
  text-decoration: none;
  white-space: normal;
}

.our-work-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  background-color: transparent;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.themes-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2% 2% 2% 1.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-nav-heading {
  text-decoration: underline;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0vw;
  padding-bottom: 0.5vw;
  font-family: Roboto, sans-serif;
  color: rgba(0, 147, 221, 0.7);
  font-size: 1.1vw;
  line-height: 1.45vw;
  font-weight: 500;
}
.collab-link {
  color: #0093dd !important;
}
.collab-link:hover {
  font-weight: 500;
}

.supporting-theme-list {
  width: 70%;
  margin-bottom: 0px;
  padding-top: 0.5vw;
  padding-left: 3.5vw;
  list-style-type: square;
}

.media-section {
  overflow: hidden;
  padding-top: 2vh;
}

.div-70 {
  width: 70%;
}

.member-description {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -90;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.map-container {
  display: block;
  width: 100%;
  background-color: transparent;
}

.history-container {
  display: none;
  margin-bottom: 0%;
  padding-top: 2%;
  padding-bottom: 0%;
  background-color: #fff;
}

.intervention-container {
  width: 100%;
  height: auto;
  padding-top: 1%;
  padding-bottom: 3%;
}

.intervention-image {
  display: block;
  width: 40%;
  margin-top: 3%;
  margin-right: auto;
  margin-left: auto;
}

.intervention-image.pr3 {
  width: 55%;
  margin-top: 0%;
}

.key-themes-container {
  width: 100%;
}

.pr3-container {
  margin-top: 0%;
  padding-top: 2%;
  padding-bottom: 0%;
}

.impact-container {
  padding-top: 0%;
  padding-bottom: 0%;
}

.partners-container {
  overflow: hidden;
  width: 100%;
  padding-bottom: 0%;
  font-family: Roboto, sans-serif;
  font-size: 1.3vw;
  line-height: 1.5vw;
  font-weight: 700;
  text-align: center;
}

.history-year {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 147, 221, 0.8);
  font-size: 2.6vw;
  line-height: 3vw;
}

.history-content {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.5vw;
  line-height: 1.8vw;
  font-weight: 400;
}

.left-milestone-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25.9263%;
  margin-right: 0px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #009fff;
  font-family: "Segoe ui", sans-serif;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
}

.left-arrow-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.milestone-text-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 190px;
  max-width: none;
  margin-left: 2px;
  padding: 10px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #009fff;
  font-family: "Segoe ui", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.left-milestone {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  float: left;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history-tab-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.history-year-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  height: 100%;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.milestone-text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 190px;
  margin-right: 2px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #009fff;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.right-milestone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  float: right;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 17px -10px rgba(0, 0, 0, 0.51);
}

.history-wrap:hover {
  background-color: rgba(109, 206, 255, 0.1);
}

.train-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-arrow-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.engine {
  display: block;
  width: 146px;
  margin-top: auto;
  margin-right: 0px;
  margin-left: 0px;
  float: right;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.slide-8 {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}

.history-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  height: 100%;
  padding-right: 40px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-2 {
  margin-bottom: 20px;
}

.right-milestone-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25.9263%;
  margin-top: 0px;
  padding: 15px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #009fff;
  font-family: "Segoe ui", sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}

.history-silder {
  display: none;
  overflow: visible;
  width: 90vw;
  height: auto;
  margin-right: 30px;
  margin-left: 30px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #009fff #009fff;
  background-color: #fff;
}

.train-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 146px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transform: translate(0vw, 0px);
  -ms-transform: translate(0vw, 0px);
  transform: translate(0vw, 0px);
}

.track {
  width: 100%;
  margin-bottom: auto;
}

.address-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0%;
  padding-top: 4%;
  padding-bottom: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.address-container-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  padding: 2vw 1vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 9px 0 57px 0 rgba(0, 0, 0, 0.13);
}
.div-33.contact {
  width: 40%;
}
.div-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  height: 100%;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-page-icon {
  width: 6vw;
}

.contact-page-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0vw 0vw 0vw 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.google-map-block {
  width: 100%;
  height: auto;
  margin-bottom: 5%;
  padding-bottom: 0%;
}

.map-2 {
  height: 500px;
}

.partners-section {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.partners-section.get-involved {
  padding-top: 0vw;
  padding-bottom: 0vw;
}

.partners-grid {
  padding-right: 5%;
  padding-left: 5%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
}

.partners-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  height: auto;
  margin: 1%;
  padding: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0093dd;
  border-radius: 10px;
  cursor: pointer;
}

.partners-wrap:hover {
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.partners-wrap._w-100 {
  width: 35%;
  height: 15vw;
  padding-top: 2%;
}

.impact-grid-icon {
  width: 5vw;
  height: 4.5vw;
  margin-bottom: 5%;
}

.media-container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0% 10% 2%;
}

.partner-icon-container {
  display: block;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-div {
  display: inline-block;
  width: 22%;
  height: auto;
  margin-right: 2%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.career-email {
  color: #0093dd;
}

.current-opening-wrap {
  display: block;
  width: 80%;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
.who-we-are.left {
  text-align: left;
}
.job-openings-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-bottom: 40px;
}
.job-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.job-apply-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 147, 221, 0.5);
  padding-top: 20px;
  margin-top: auto;
}

.theme-grid-div-btn.job,
.theme-grid-div-btn.apply {
  border: 1px solid #6dceff;
}

.theme-grid-div-btn.job:hover {
  background-color: #6dceff !important;
}
.job-opening {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto !important;
  padding: 20px;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #0093dd;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  background: white;
}

.jd-icon {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.jd-title {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 2vw;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.35vw;
  line-height: 1.7vw;
  font-weight: 500;
  text-align: center;
  white-space: normal;
}

.body {
  overflow: visible;
}

.click-updates {
  width: 100%;
}

.click-updates.blue {
  margin-bottom: 0%;
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: rgba(109, 206, 255, 0.1);
}

.mrc-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  display: inline-block;
  width: 45%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #0093dd;
  color: #0093dd;
  font-size: 1.3vw;
  line-height: 1.7vw;
}

.name-label {
  display: inline-block;
}

.email {
  width: 45%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  border-style: none none solid;
  border-width: 2px;
  border-color: #0093dd;
  font-size: 1vw;
}

.newsletter-form-block {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.partner-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0vw;
  padding-bottom: 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.primary-partner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.secondary-partner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.key-theme-grid {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.our-reach-tab {
  padding-top: 0%;
  padding-bottom: 0%;
}

.pr3-tab {
  padding-top: 0%;
  padding-bottom: 0px;
}

.mrc-map {
  width: 70%;
  margin-bottom: 6vh;
}

.donate-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17vw;
  margin: 2vh auto 0vh;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #004d74;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  cursor: pointer;
}

.donate-button:hover {
  box-shadow: 6px 6px 54px 0 rgba(0, 0, 0, 0.13);
  -webkit-transform: translate(0px, -0.3vh);
  -ms-transform: translate(0px, -0.3vh);
  transform: translate(0px, -0.3vh);
}

.donate-button-icon {
  width: 3.5vw;
}

.donate-btn-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 5%;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 100%;
  font-weight: 500;
}

.hide-partners {
  display: block;
  color: #0093dd;
  width: 100%;
}

.hide-partners:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.video-media-container {
  width: 85%;
  margin-left: auto;
}
#donate-button {
  display: none;
}
#left-state-list,
#right-state-list {
  font-size: 1.15vw;
  line-height: 115%;
}
#map-content-district {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: sticky;
  max-width: 100%;
  width: 100%;
  padding: 5%;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  top: 25%;
  -webkit-box-shadow: 5px 10px 20px 0px rgba(209, 209, 209, 0.7);
  -moz-box-shadow: 5px 10px 20px 0px rgba(209, 209, 209, 0.7);
  box-shadow: 5px 10px 20px 0px rgba(209, 209, 209, 0.7);
}
.div-65 {
  width: 65%;
}
.div-35 {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-top: 2%;
}
.guide-star {
  max-width: 40%;
}

@media screen and (max-width: 991px) {
  .key-theme-grid {
    width: 90%;
  }
  .collab-grid {
    width: 80%;
    grid-template-columns: 1fr 1fr;
  }
  .collab-box {
    padding: 15px;
  }
  #email-form {
    width: 65%;
  }
  .key-2,
  .key-1 {
    height: 260px;
  }
  .video-slide {
    padding: 0 1% 0 1%;
    width: 25%;
  }
  .MH {
    width: 90%;
  }
  .video-slider {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .publication-slide {
    width: 33.33%;
  }

  .publication-left-arrow-box {
    margin-left: 0%;
  }

  .publication-right-arrow-box {
    margin-right: 0%;
  }
  #left-state-list,
  #right-state-list {
    font-size: 13px;
  }
  #donate-button {
    display: block;
    margin-top: 1%;
  }

  .publications-grid-div {
    height: auto;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 5%;
  }
  .publications-row {
    width: 85%;
    display: inline-flex;
    margin: auto;
  }
  .nav-link {
    font-size: 14px;
  }
  .nav-link.w--current {
    font-size: 14px;
    font-weight: 700;
  }
  .nav-link.donate {
    margin-right: 0px;
    margin-left: -5px;
    padding: 10px 20px;
  }
  .nav-link.dropdown-nav-link {
    padding-top: 1vw;
    padding-bottom: 1vw;
    line-height: 20px;
    text-align: center;
  }
  .nav-menu {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .header {
    padding-bottom: 0vw;
  }
  .logo {
    width: 13vw;
    margin-top: 0vw;
  }
  .nav-div {
    margin-top: 0vw;
  }
  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-icons-container {
    width: 25%;
  }
  .header-icon {
    width: 3.4vw;
  }
  .social-link {
    margin-right: 1vw;
    padding-right: 0vw;
  }
  .nav-link-div {
    padding-top: 2vw;
    padding-bottom: 2vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .nav-link-div.donate {
    margin-bottom: 0px;
    padding-top: 0vw;
    padding-bottom: 10px;
    padding-left: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .home-slider-section {
    height: 35vw;
  }
  .nav-underline {
    display: none;
  }
  .icon {
    border-width: 1.8vw;
    font-size: 15px;
  }
  .right-arrow {
    margin-right: 0vw;
  }
  .icon-2 {
    border-width: 1.8vw;
    background-color: #0093dd;
    font-size: 15px;
  }
  .left-arrow {
    margin-left: 0vw;
  }
  .heading {
    font-size: 8vw;
    line-height: 5.7vw;
  }
  .banner-text-block {
    width: 60%;
    margin-left: 15%;
  }
  .home-banner-heading {
    font-size: 2.8vw;
    line-height: 3.5vw;
  }
  .description-div.about-us {
    height: 20vh;
  }
  .description {
    font-size: 15px;
    line-height: 18px;
  }
  .key-themes-heading {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 24px;
    line-height: 28px;
  }
  .key-themes-heading.left {
    height: auto;
  }
  .key-themes-heading.contact-us {
    margin-bottom: 0.5vw;
    font-size: 22px;
    line-height: 25px;
  }
  .theme-grid-heading {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
  }
  .theme-content {
    font-size: 13px;
    line-height: 15px;
    text-align: left;
  }
  .theme-grid-div-btn {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 15px;
  }
  .theme-grid-div-btn.white-text {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 15px;
  }
  .theme-grid-div-btn.align-right {
    margin-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .theme-grid-div-btn.align-right.donate-btn {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .theme-grid-div-btn.donation {
    font-size: 12px;
    line-height: 19px;
  }
  .theme-grid-bottom {
    direction: rtl;
  }
  .theme-grid-div-bottom-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .supporting-themes-grid {
    width: 85%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .supportting-grid-div {
    height: 240px;
  }
  .supportting-grid-div.one {
    height: 240px;
  }
  .supportting-grid-div.two {
    height: 240px;
  }
  .supportting-grid-div.four {
    height: 240px;
  }
  .supporting-theme-opacity {
    padding: 20px;
  }
  .supporting-grid-div-heading {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
  .publications-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .publication-image {
    height: 138px;
  }
  .publication-image.one {
    height: 138px;
  }
  .publication-image.two {
    height: 138px;
  }
  .publication-content-block {
    height: 145px;
    padding: 10px 15px;
  }
  .publication-heading {
    font-size: 18px;
    line-height: 20px;
  }
  .publication-paragraph {
    height: 12vw;
    font-size: 13px;
    line-height: 17px;
  }
  .view-all {
    font-size: 15px;
    line-height: 15px;
  }
  .awards-slider {
    height: 100%;
  }
  .award-slide {
    height: 100%;
  }
  .mask {
    width: 70%;
    height: 100%;
  }
  .left-arrow-2 {
    width: 20%;
  }
  .right-arrow-2 {
    width: 20%;
  }
  .award.two {
    height: 300px;
  }
  .award-block {
    height: 350px;
  }
  .award-text {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
  }
  .support-section {
    padding-bottom: 4vw;
  }
  .donate-block {
    height: auto;
  }
  .support-image-div {
    padding-top: 0vw;
  }
  .support-text-div {
    margin-top: 0vw;
    margin-bottom: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .support-text-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .support-text-sub-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .support-text-description {
    font-size: 13px;
    line-height: 16px;
  }
  .lightbox-link {
    height: 150px;
  }
  .lightbox-link.resources {
    height: 15vw;
  }
  .video-title {
    font-size: 15px;
    line-height: 20px;
  }
  .helpline-block {
    width: 85%;
    height: 130px;
    transform: translateX(78%);
    -webkit-transform: translate3d(80%, 0%, 0) scale3d(1, 1, 1) rotateX(0)
      rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(80%, 0%, 0) scale3d(1, 1, 1) rotateX(0)
      rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(80%, 0%, 0) scale3d(1, 1, 1) rotateX(0)
      rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(80%, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
      rotateZ(0) skew(0, 0);
  }

  .helpline-icon-div {
    width: 20%;
    height: 100%;
  }
  .jan-sahas-helpline-div {
    width: 45%;
    height: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .jan-sahas-div.left-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .helpline {
    font-size: 18px;
    line-height: 25px;
  }
  .image-3 {
    width: 3.6vw;
    height: 3.6vw;
  }
  .jan-sahas-helpline-heading {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 22px;
  }
  .jan-sahas-helpline-heading.left-align {
    line-height: 22px;
  }
  .violence-msg {
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 18px;
  }
  .toll-number {
    font-size: 18px;
    line-height: 25px;
  }
  .jan-sahas-container {
    width: 80%;
  }
  .banner-section {
    height: 45vh;
  }
  .tab-text {
    font-size: 16px;
    line-height: 17px;
  }
  .about-tab-heading {
    font-size: 2.6vw;
    line-height: 4vw;
  }
  .div-100.values-container {
    height: auto;
  }
  .div-100.grid {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .div-100.contact-us {
    height: auto;
  }
  .div-50.white-bg.values {
    height: 650px;
    background-position: 100% 50%;
  }
  .div-50.values-text-block {
    height: 650px;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .div-50.auto-height {
    height: 45vw;
  }
  .div-50.auto-height.darker-blue {
    height: 45vw;
  }
  .div-50.auto-height.darker-blue.about {
    height: auto;
    padding-left: 3vw;
  }
  .div-50.auto-height.darker-blue.impact {
    height: 50vw;
  }
  .div-50.auto-height.darker-blue.get-involved {
    height: 65vw;
  }
  .div-50.auto-height.darker-blue.get-involved.h-55 {
    height: 55vw;
  }
  .div-50.auto-height.equal-padding {
    height: 35vw;
  }
  .div-50.auto-height.equal-padding.about {
    height: auto;
    padding-left: 3vw;
  }
  .div-50.auto-height.equal-padding.responsive {
    height: 35vw;
  }
  .div-50.auto-height.equal-padding.height-50 {
    height: 45vw;
  }
  .div-50.auto-height.equal-padding.impact {
    height: 50vw;
  }
  .div-50.auto-height.get-involved {
    height: 65vw;
  }
  .div-50.auto-height.get-involved.h-55 {
    height: 55vw;
  }
  .who-we-are {
    font-size: 13px;
    line-height: 16px;
  }
  .who-we-are.our-reach-text {
    font-size: 13px;
  }
  .about-stats-number {
    height: auto;
    font-size: 2.9vw;
  }
  .about-stats-text.no-margin {
    height: 6vw;
    font-size: 13px;
    line-height: 15px;
  }
  .about-stats-text.no-margin.height-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 12vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
    line-height: 16px;
  }
  .mission-grid {
    width: 80%;
  }
  .mission-grid-left {
    height: 250px;
  }
  .mission-grid-text {
    font-size: 13px;
    line-height: 18px;
  }
  .mission-grid-right {
    height: 250px;
  }
  .values-grid-text-heading {
    font-size: 2vw;
    line-height: 2vw;
  }
  .values-grid-text-content {
    font-size: 12px;
    line-height: 15px;
  }
  .partner-category {
    font-size: 23px;
    line-height: 23px;
  }
  .member-image {
    width: 21vw;
    height: 19vw;
  }
  .member-image.modal {
    width: 100%;
    height: auto;
  }
  .member-description-div.modal {
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .member-name {
    font-size: 17px;
    line-height: 19px;
  }
  .person-paragraph {
    font-size: 16px;
    line-height: 17px;
  }
  .member-image-div {
    width: 21.5vw;
    margin-right: 0px;
  }
  .member-image-div.modal {
    height: auto;
    margin-top: 0%;
  }
  .member-opacity {
    width: 21vw;
    height: 19vw;
  }
  .member-name-on-image {
    font-size: 17px;
    line-height: 19px;
  }
  .member-designation {
    font-size: 16px;
    line-height: 17px;
  }
  .person-block.modal {
    width: 80%;
  }
  .member-details-div {
    width: 20vw;
    margin-top: 5px;
  }
  .map {
    width: 75%;
    height: 70vh;
    margin-left: 5vw;
  }
  .district-map {
    width: 75%;
    height: 70vh;
    margin-left: 5vw;
  }
  .heading-5 {
    font-size: 2vw;
    line-height: 3vw;
  }
  .donation-content-heading {
    width: 96%;
    font-size: 2.3vw;
    line-height: 3vw;
  }
  .donation-description {
    font-size: 12px;
    line-height: 15px;
  }
  .donation-specifics-heading {
    font-size: 15px;
    line-height: 17px;
  }
  .donation-page-heading {
    height: 10vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }
  .donation-page-heading.no-margin.align-center {
    height: 10vw;
    margin-bottom: 0vh;
    font-size: 2.3vw;
    text-align: center;
  }
  .donation-page-heading.no-margin.approach-one {
    font-size: 2.2vw;
    line-height: 3.5vw;
  }
  .donation-page-heading.no-margin.approach-two {
    font-size: 2.2vw;
    line-height: 3.5vw;
  }
  .donation-page-heading.no-margin.approach-three {
    font-size: 2.2vw;
    line-height: 3.5vw;
  }
  .donation-page-heading.width-85 {
    font-size: 2.6vw;
  }
  .donation-page-heading.center {
    font-size: 2.6vw;
    line-height: 4vw;
  }
  .banner-heading {
    font-size: 5.5vw;
  }
  .work-content-block.get-involved {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .work-paragraph {
    font-size: 13px;
    line-height: 15px;
  }
  .work-paragraph.center {
    font-size: 14px;
    line-height: 17px;
  }
  .work-paragraph.contact-us {
    font-size: 15px;
    line-height: 18px;
  }
  .work-paragraph.left-100 {
    width: 85%;
    margin-left: 0px;
    font-size: 14px;
    line-height: 17px;
  }
  .read-more {
    font-size: 13px;
  }
  .work-icon {
    width: 8vw;
  }
  .list-item-our-work {
    font-size: 13px;
    line-height: 16px;
  }
  .partners-slider {
    height: 200px;
  }
  .partners-slider-mask {
    width: 33.33vw;
  }
  .partners-slide {
    width: 33.33vw;
  }
  .partner-icon {
    width: 18vw;
    height: auto;
  }
  .partner-icon.scroll {
    width: 100%;
  }
  .partners-left-arrow-box {
    margin-left: 0vw;
  }
  .partners-right-arrow-box {
    margin-right: 0vw;
  }
  .report-btn {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 14px;
    line-height: 100%;
  }
  .videos-resources-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .video-thumbnail-block {
    height: 20vw;
  }
  .video-thumbnail-block.w--current {
    height: 20vw;
  }
  .video-thumbnail-heaqding {
    font-size: 2vw;
  }
  .pdf-icon {
    width: 3vw;
    height: 2vw;
    background-color: transparent;
  }
  .approach-icon {
    width: 9vw;
    max-width: none;
  }
  .approach-paragraph {
    margin-top: 2vw;
    font-size: 13px;
    line-height: 16px;
  }
  .html-embed-6 {
    margin-top: -66px;
  }
  .modal-wrapper {
    display: none;
  }
  .modal-wrapper-form {
    display: none;
  }
  .modal-close {
    font-size: 20px;
    line-height: 25px;
  }
  .state-name {
    margin-bottom: 0.4vw;
    font-size: 13px;
    line-height: 15px;
  }
  .menu-button {
    width: auto;
    background-color: #c42222;
  }
  .menu-button.w--open {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .icon-3 {
    color: #000;
  }
  .nav-menu-2 {
    z-index: auto;
    width: 60%;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #f4f4f4;
  }
  .navbar-2 {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .icon-4 {
    color: rgba(51, 51, 51, 0.78);
    font-size: 29px;
  }
  .menu-button-2 {
    padding-right: 2px;
    background-color: transparent;
  }
  .menu-button-2.w--open {
    background-color: #fff;
  }
  .slide-nav-4 {
    display: none;
  }
  .banner-button {
    padding: 5px 10px;
    font-size: 12px;
  }
  .banner-button.covid {
    margin-top: 4%;
  }
  .banner-button.newsltter {
    margin-top: 2%;
    padding: 1.2vw 4vw;
    font-size: 15px;
    line-height: 19px;
  }
  .dropdown-list-3.w--open {
    position: relative;
    width: 100%;
  }
  .our-work-nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .themes-nav-wrap {
    width: 100%;
  }
  .dropdown-nav-heading {
    padding-top: 1vw;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .intervention-image {
    width: 50%;
  }
  .key-themes-container {
    padding-top: 2%;
    padding-bottom: 0%;
  }
  .history-year {
    font-size: 30px;
    line-height: 30px;
  }
  .history-content {
    font-size: 15px;
    line-height: 18px;
  }
  .left-milestone-date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 30px;
  }
  .milestone-text-left {
    font-size: 18px;
  }
  .left-milestone {
    width: 45%;
  }
  .history-tab-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .history-year-wrap {
    padding-left: 20px;
  }
  .milestone-text-right {
    font-size: 18px;
  }
  .right-milestone {
    width: 45%;
  }
  .engine {
    width: 120px;
  }
  .right-milestone-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
  }
  .history-silder {
    width: 90vw;
    height: 100.067935%;
  }
  .train-icon {
    width: 120px;
  }
  .address-block {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .address-container-wrap {
    padding: 3% 2%;
    justify-content: space-around;
  }
  .contact-page-icon {
    width: 5vw;
  }
  .map-2 {
    height: 400px;
  }
  .partners-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto
      auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .partners-wrap {
    width: 18%;
    padding: 2%;
  }
  .partners-wrap._w-100 {
    height: 17vw;
  }
  .impact-grid-icon {
    width: 7.2vw;
    height: 6.6vw;
  }
  .partner-icon-container {
    height: auto;
  }
  .current-opening-wrap {
    width: 100%;
  }
  .job-openings-block {
    width: 90vw;
    grid-template-columns: 1fr 1fr;
    margin: auto;
  }
  .job-opening {
  }
  .jd-title {
    font-size: 15px;
    line-height: 17px;
  }
  .text-field {
    width: 60%;
    font-size: 15px;
    line-height: 19px;
  }
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .key-theme-grid {
    margin-top: 20px;
  }
  .donate-button {
    width: 23vw;
    margin-top: 2vh;
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .donate-button-icon {
    width: 4.5vw;
  }
  .donate-btn-text {
    font-size: 16px;
  }
  .hide-partners {
    font-size: 15px;
    line-height: 15px;
  }
  .resiliance-logo {
    width: 30%;
  }
  #map-content-district {
  }
  .map-content-block-districts {
    max-width: 30%;
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  #email-form {
    width: 80%;
  }
  .key-2,
  .key-1 {
    height: 50vh;
  }
  .publication-right-arrow-box,
  .publication-left-arrow-box {
    width: 10%;
  }
  .video-slide {
    padding: 0 2% 0 2%;
    width: 33.33%;
  }
  .publication-slide {
    width: 50%;
  }
  #left-state-list,
  #right-state-list {
    font-size: 13px;
  }
  #map-content-district {
    margin-top: 2%;
    top: 5%;
  }
  .publications-grid-div {
    height: auto;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 5%;
  }
  .publications-row {
    width: 80%;
    display: inline-flex;
    margin: auto;
  }
  .nav-link {
    font-size: 12px;
  }
  .resiliance-logo {
    width: 40%;
  }
  #donate-button {
    margin-top: 1.5%;
  }
  .nav-link.w--current {
    font-size: 12px;
  }
  .nav-link.donate {
    padding: 1vw 3vw;
  }
  .logo {
    width: 17vw;
  }
  .header-icons-container {
    width: auto;
  }
  .header-icon {
    width: 20px;
    margin-right: 4px;
  }
  .nav-link-div.donate {
    padding-left: 0vw;
  }
  .home-slider-section {
    height: 45vw;
  }
  .icon {
    border-width: 2.5vw;
    font-size: 16px;
  }
  .right-arrow {
    margin-right: 0vw;
  }
  .icon-2 {
    border-width: 2.5vw;
    font-size: 16px;
  }
  .left-arrow {
    margin-left: 0vw;
  }
  .banner-bg {
    height: 100%;
  }
  .opacity-div-banner {
    width: 80%;
  }
  .heading {
    font-size: 9vw;
    line-height: 6.4vw;
  }
  .banner-text-block {
    width: 70%;
    margin-left: 20%;
  }
  .home-banner-heading {
    font-size: 22px;
    line-height: 28px;
  }
  .description-div.home {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .key-themes-heading {
    font-size: 4vw;
    line-height: 6vw;
  }
  .key-themes-heading.left {
    width: 80%;
  }
  .key-themes-heading.themes {
    width: 80%;
  }
  .key-themes-heading.contact-us {
    line-height: 25px;
  }
  .theme-grid-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .theme-grid-div-top-left {
    height: 35vh;
  }
  .theme-grid-div-top-right {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
  }
  .theme-grid-heading {
    font-size: 3.8vw;
    line-height: 5vw;
  }
  .theme-grid-div-btn {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
  .theme-grid-div-btn.white-text {
    padding: 1vw 2vw;
  }
  .theme-grid-div-btn.align-right {
    padding: 1vw 2vw;
  }
  .theme-grid-div-btn.align-right.donate-btn {
    padding: 7px 10px;
  }
  .theme-grid-div-btn.donation {
    padding-right: 2vw;
    padding-left: 2vw;
    line-height: 25px;
  }
  .theme-grid-bottom {
    position: static;
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    direction: ltr;
    white-space: normal;
  }
  .theme-grid-div-bottom-left {
    padding-top: 5vw;
    padding-bottom: 5vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .theme-grid-div-bottom-right {
    height: 35vh;
    margin-top: 60px;
  }
  .supporting-themes-section {
    padding-top: 0vw;
    padding-bottom: 5vw;
  }
  .supporting-themes-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .supportting-grid-div.one {
    height: 35vw;
    border-radius: 10px;
  }
  .supportting-grid-div.one.key-1 {
    border-radius: 10px;
  }
  .supportting-grid-div.two {
    height: 35vw;
  }
  .supportting-grid-div.three {
    height: 35vw;
  }
  .supportting-grid-div.four {
    height: 35vw;
  }
  .supportting-grid-div.five {
    height: 35vw;
  }
  .supportting-grid-div.six {
    height: 35vw;
  }
  .supporting-theme-opacity {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 2vw;
  }
  .supporting-grid-div-heading {
    width: 90%;
    font-size: 17px;
    line-height: 20px;
  }
  .publications-grid {
    width: 90%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .publication-image {
  }
  .publication-image.one {
    height: 25vw;
  }
  .publication-image.two {
    height: 25vw;
  }
  .publication-content-block {
    height: auto;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .publication-heading {
    height: auto;
    font-size: 17px;
  }
  .publication-paragraph {
    height: 16vw;
    font-size: 13px;
    line-height: 15px;
  }
  .publication-paragraph.media-date {
    font-size: 15px;
  }
  .award-block {
    height: 50vh;
  }
  .donate-block {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .support-image-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 7vw;
    padding-left: 7vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .support-text-div {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .support-text-heading {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0vw;
    text-align: center;
  }
  .support-text-sub-heading {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0vw;
    text-align: center;
  }
  .support-text-description {
    width: 100%;
  }
  .donate-btn-div {
    width: 100%;
    margin-top: 10px;
  }
  .videos-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .lightbox-opacity-image {
    height: 25vw;
  }
  .lightbox-link {
    height: auto;
  }
  .lightbox-link.resources {
    height: auto;
  }
  .video-title {
    padding-top: 0px;
  }
  .helpline-block {
    transform: translateX(78%);
    -webkit-transform: translate3d(80%, 0%, 0) scale3d(1, 1, 1) rotateX(0)
      rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(80%, 0%, 0) scale3d(1, 1, 1) rotateX(0)
      rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(80%, 0%, 0) scale3d(1, 1, 1) rotateX(0)
      rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(80%, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
      rotateZ(0) skew(0, 0);
    width: 85%;
  }
  .helpline-icon-div {
    width: 15%;
    margin-left: 1vw;
  }
  .jan-sahas-helpline-div {
    height: 80%;
  }
  .jan-sahas-div.left-align {
    height: 80%;
  }
  .jan-sahas-helpline-heading {
    font-size: 13px;
    line-height: 20px;
  }
  .jan-sahas-helpline-heading.left-align {
    line-height: 20px;
  }
  .jan-sahas-container {
    width: 85%;
  }
  .banner-section {
    height: 40vh;
  }
  .tab-text {
    font-size: 14px;
  }
  .about-tab-heading {
    font-size: 4vw;
    line-height: 6vw;
  }
  .div-100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-100.who-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-100.pb-2.pt-2 {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
  .div-100.contact-us {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-100.get-involved {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-50 {
    width: 100%;
    height: auto;
    padding: 1vw 2vw;
  }
  .div-50.white-bg.about-img {
    width: 100%;
    height: 45vh;
  }
  .div-50.white-bg.values {
    height: 300px;
  }
  .div-50.values-text-block {
    height: auto;
    padding: 4vw;
  }
  .div-50.image-container {
    padding: 0vw;
  }
  .div-50.auto-height {
    height: 50vw;
    padding-left: 10vw;
  }
  .div-50.auto-height.darker-blue {
    height: 50vw;
    padding-left: 10vw;
  }
  .div-50.auto-height.darker-blue.about {
    padding-left: 3vw;
  }
  .div-50.auto-height.equal-padding.about {
    padding-left: 3vw;
  }
  .div-50.auto-height.equal-padding.height-50 {
    height: 50vw;
  }
  .who-text-div {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .who-we-are {
    font-size: 13px;
    line-height: 17px;
  }
  .about-stats-number {
    height: auto;
    font-size: 4vw;
  }
  .about-stats-text.no-margin {
    height: auto;
  }
  .mission-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .mission-grid-left {
    height: 200px;
  }
  .mission-grid-heading {
    font-size: 4vw;
    line-height: 6vw;
  }
  .mission-grid-right {
    height: 200px;
  }
  .values-grid-text-heading {
    font-size: 3vw;
    line-height: 4vw;
  }
  .partner-category {
    font-size: 4vw;
    line-height: 6vw;
  }
  .member-image {
    width: 26vw;
    height: 26.5vw;
  }
  .member-name {
    font-size: 17px;
    line-height: 18px;
  }
  .person-paragraph {
    font-size: 12px;
  }
  .member-image-div {
    width: 28vw;
  }
  .member-image-div.modal {
    height: auto;
  }
  .member-opacity {
    bottom: 0%;
    width: 26vw;
    height: 26.5vw;
    padding-bottom: 1vw;
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#1b3441),
      color-stop(35%, rgba(109, 206, 255, 0))
    );
    background-image: linear-gradient(
      0deg,
      #1b3441,
      rgba(109, 206, 255, 0) 35%
    );
  }
  .member-name-on-image {
    font-size: 16px;
    line-height: 18px;
  }
  .member-designation {
    font-size: 14px;
    line-height: 17px;
  }
  .person-block.modal {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .member-details-div {
    width: 26vw;
    margin-top: 3px;
  }
  .map-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .map-content-block {
    position: absolute;
    right: 0%;
    padding-right: 0vw;
    padding-left: 3vw;
  }
  .map-content-block-districts {
    position: absolute;
    padding-right: 0vw;
    padding-left: 3vw;
    right: 0%;
    max-width: 30%;
    width: 30%;
  }
  .map {
    width: 100vw;
    height: 70vh;
    margin-left: 0vw;
  }
  .district-map {
    width: 60vw;
    height: auto;
    margin-left: 0vw;
  }
  .heading-5 {
    font-size: 15px;
    line-height: 19px;
  }
  .donation-align-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .donation-grid-image {
    width: 100%;
    height: 50vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .donation-content-container {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
  }
  .donation-content-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .donation-description {
    margin-bottom: 10px;
  }
  .donation-specifics-heading {
    font-size: 16px;
    line-height: 19px;
  }
  .donation-page-heading {
    height: 15vw;
    font-size: 4vw;
    line-height: 6vw;
  }
  .donation-page-heading.no-margin.align-center {
    margin-bottom: 2vw;
    padding-right: 3vw;
    padding-left: 3vw;
    font-size: 4vw;
    line-height: 5vw;
  }
  .donation-page-heading.no-margin.approach-one {
    font-size: 3.5vw;
    line-height: 5vw;
  }
  .donation-page-heading.no-margin.approach-two {
    font-size: 3.5vw;
    line-height: 5vw;
  }
  .donation-page-heading.no-margin.approach-three {
    font-size: 3.5vw;
    line-height: 5vw;
  }
  .donation-page-heading.margin-2vw {
    height: auto;
    font-size: 4vw;
  }
  .donation-page-heading.width-85 {
    font-size: 4vw;
  }
  .donation-page-heading.center {
    height: 12vw;
    font-size: 4vw;
    line-height: 5vw;
  }
  .donation-page-heading.width-90 {
    width: 90%;
    text-align: center;
  }
  .donation-align-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .banner-heading {
    font-size: 6vw;
  }
  .work-content-block.get-involved {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .work-paragraph.contact-us {
    line-height: 19px;
  }
  .work-paragraph.get-involved.center {
    width: 70%;
  }
  .work-para-block {
    height: auto;
  }
  .work-icon {
    right: 2%;
    width: 13vw;
  }
  .partners-slider {
    display: block;
    height: 25vw;
  }
  .partners-slider-mask {
    width: 33.33vw;
  }
  .partners-slide {
    width: 33.33vw;
  }
  .partner-icon {
    width: 20vw;
    margin-bottom: 0%;
  }
  .partner-icon.scroll {
    width: 100%;
  }
  .partner-icon.scroll._w-70 {
    width: auto;
    height: 90%;
  }
  .slider-div {
    display: block;
    width: 500px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .partners-left-arrow-box {
    width: 10%;
  }
  .partners-right-arrow-box {
    width: 10%;
  }
  .div-85 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-55 {
    width: 100%;
  }
  .div-45 {
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .report-buttons-block {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  .report-btn {
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 15px;
  }
  .videos-resources-grid {
    /*
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
*/
  }
  .video-thumbnail-block {
    height: auto;
  }
  .video-thumbnail-heaqding {
    font-size: 15px;
    line-height: 26px;
  }
  .pdf-icon {
    width: 4vw;
    height: 0vw;
    background-color: transparent;
  }
  .pdf-thumbnail-block {
    width: 100%;
    height: auto;
  }
  .div-80 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .approach-wrapper.one {
    width: 100%;
    height: 42vw;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .approach-wrapper.two {
    width: 100%;
    height: 42vw;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .approach-wrapper.three {
    width: 100%;
    height: 42vw;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .approach-icon {
    width: 12vw;
  }
  .approach-paragraph {
    display: block;
  }
  .maximize-icon {
    display: none;
  }
  .modal-close {
    font-size: 20px;
    line-height: 20px;
  }
  .state-name {
    font-size: 13px;
    line-height: 16px;
  }
  .nav-menu-2 {
    width: 100%;
  }
  .slide-nav-3 {
    display: none;
  }
  .slide-nav-4 {
    display: none;
  }
  .banner-button {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 100%;
  }
  .banner-button.covid {
    margin-top: 5%;
  }
  .banner-button.newsltter {
    padding: 1.5vw 4vw;
  }
  .dropdown-nav-heading {
    font-size: 12px;
  }
  .key-themes-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .history-year {
    font-size: 30px;
  }
  .history-content {
    font-size: 1em;
  }
  .left-milestone-date {
    font-size: 25px;
  }
  .milestone-text-left {
    height: 190px;
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
  }
  .left-milestone {
    width: 45%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .history-tab-div {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
  .history-year-wrap {
    width: auto;
    padding-left: 10px;
  }
  .milestone-text-right {
    font-size: 13px;
  }
  .right-milestone {
    width: 45%;
  }
  .history-wrap {
    width: 90%;
  }
  .engine {
    width: 80px;
  }
  .history-content-wrap {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .right-milestone-date {
    font-size: 25px;
  }
  .history-silder {
    display: none;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .train-icon {
    width: 80px;
  }
  .address-block {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .address-container-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-33 {
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-33.contact {
    width: 70%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contact-page-icon {
    width: 40px;
    margin-top: 0px;
  }
  .contact-page-content-wrap {
    padding-bottom: 4vw;
    padding-left: 4vw;
  }
  .partners-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto
      auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .partners-wrap {
    width: 31.33%;
  }
  .partners-wrap._w-100 {
    height: 20vw;
  }
  .media-container {
    display: -ms-grid;
    display: grid;
    width: 90%;
    padding-bottom: 5%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .partner-icon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 15vw;
  }
  .media-div {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .job-opening {
  }
  .jd-title {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .mrc-partners {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-field {
    width: 70%;
  }
  .secondary-partner-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .donate-button {
    width: 30vw;
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .donate-button-icon {
    width: 6vw;
  }
  .map-section {
    overflow: hidden;
  }
}
#approach-mobile {
  display: none;
}
@media screen and (max-width: 479px) {
  .collab-grid {
    width: 80%;
    grid-template-columns: 1fr;
  }
  .collab-box {
    padding: 15px;
  }
  #approach-desktop {
    display: none;
  }
  #approach-mobile {
    display: block;
  }
  .job-openings-block {
    grid-template-columns: 1fr;
    margin-bottom: 0px;
  }
  #email-form {
    width: 90%;
  }
  .key-2,
  .key-1 {
    height: 250px;
  }
  .newsletter-form-block {
    padding: 30px 0 30px 0;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .h3 {
    width: 80%;
    font-size: 20px;
    line-height: 24px;
  }
  #report-container,
  #audit {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .description-div.home {
    padding: 0 8% 0 8%;
  }
  .description-section {
    flex-direction: column;
  }
  .div-65 {
    width: 100%;
  }
  .div-35 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-top: 2%;
  }
  .guide-star {
    max-width: 46%;
  }
  .video-slide {
    padding: 0 2% 0 2%;
    width: 100%;
  }
  .video-slider {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .publication-slide {
    width: 100%;
  }
  .nav-link {
    font-size: 14px;
  }
  .banner-section.mrc {
    height: 28vh;
  }
  .district-map {
    width: 100%;
    height: auto;
    margin-left: 0vw;
  }
  #map-content-district {
    top: 15%;
  }
  .publications-grid-div {
    height: auto;
    width: 95%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
  }
  .publications-row {
    width: 90%;
    display: block;
    margin: auto;
  }
  .resiliance-logo {
    width: 50%;
  }
  .nav-link.w--current {
    font-size: 14px;
  }
  .nav-link.donate {
    margin-left: 0px;
    padding: 7px 20px;
  }
  .nav-link.dropdown-nav-link {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .logo {
    width: 33vw;
  }
  .brand {
    margin-top: -9vw;
  }
  .header-icon-div {
    margin-top: 5px;
  }
  .header-icon {
    width: 20px;
    margin-right: 6px;
  }
  .nav-link-div {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .home-slider-section {
    height: 70vw;
  }
  .icon {
    border-width: 4vw;
    font-size: 15px;
  }
  .right-arrow {
    width: 15%;
  }
  .icon-2 {
    border-width: 4vw;
    font-size: 15px;
  }
  .left-arrow {
    width: 15%;
  }
  .opacity-div-banner {
    width: 100%;
    background-image: linear-gradient(
      111deg,
      #004669,
      rgba(109, 206, 255, 0) 98%,
      rgba(109, 206, 255, 0) 100%,
      #fff 0,
      rgba(77, 166, 211, 0.3)
    );
  }
  .heading {
    font-size: 12vw;
    line-height: 9vw;
  }
  .banner-text-block {
    width: 73%;
    margin-right: 0px;
    margin-left: 14%;
  }
  .home-banner-heading {
    font-size: 17px;
    line-height: 22px;
  }
  .description-div.about-us {
    height: 25vh;
  }
  .description-div.home {
    margin-top: 10%;
    margin-bottom: 0%;
  }
  .description-div.history {
    width: 75%;
  }
  .description {
    font-size: 15px;
    line-height: 19px;
  }
  .key-themes-heading {
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 7vw;
    line-height: 9vw;
  }
  .key-themes-heading.mb-5 {
    margin-bottom: 2vh;
  }
  .key-themes-heading.themes {
    width: 90%;
  }
  .key-themes-heading.contact-us {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 19px;
  }
  .theme-grid-div-top-left {
    height: 35vh;
  }
  .theme-grid-heading {
    width: 90%;
    margin-bottom: 2vh;
    font-size: 6vw;
    line-height: 7.5vw;
  }
  .theme-grid-div-btn {
    padding: 7px 10px;
  }
  .theme-grid-div-btn.white-text {
    padding: 7px 10px;
  }
  .theme-grid-div-btn.align-right {
    padding: 7px 10px;
  }
  .theme-grid-div-btn.align-right.donate-btn {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .theme-grid-div-bottom-right {
    height: 35vh;
  }
  .supporting-themes-section {
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .supporting-themes-grid {
    width: 90%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .supportting-grid-div {
    height: 200px;
  }
  .supportting-grid-div.one {
    height: 200px;
  }
  .supportting-grid-div.two {
    height: 200px;
  }
  .supportting-grid-div.three {
    height: 200px;
  }
  .supportting-grid-div.four {
    height: 200px;
  }
  .supportting-grid-div.five {
    height: 200px;
  }
  .supportting-grid-div.six {
    height: 200px;
  }
  .supporting-theme-opacity {
    padding: 20px;
  }
  .supporting-grid-div-heading {
    width: 100%;
    font-size: 18px;
  }
  .publications-section {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .publications-grid-container.no-margin {
    margin-top: 0vh;
    padding-top: 3vw;
    padding-bottom: 8vw;
  }
  .publications-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .publication-image {
  }
  .publication-image.one {
    height: 45vw;
  }
  .publication-image.two {
    height: 45vw;
  }
  .publication-heading.media-title {
    width: 100%;
  }
  .publication-paragraph {
    height: auto;
  }
  .publication-paragraph.media-date {
    text-align: left;
  }
  .awards-section {
    padding: 3vw 0vw 5vw;
  }
  .mask {
    width: 80%;
  }
  .left-arrow-2 {
    width: 10%;
  }
  .right-arrow-2 {
    width: 10%;
  }
  .award {
    height: 45vh;
  }
  .award.one {
    height: 100%;
  }
  .award-block {
    height: 50vh;
  }
  .award-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .support-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .donate-btn-div {
    margin-top: 10px;
  }
  .videos-section {
    margin-bottom: 0vh;
    padding-top: 3vw;
    padding-bottom: 5vw;
  }
  .lightbox-opacity-image {
    height: 50vw;
  }
  .play-icon {
    width: 30px;
  }
  .helpline-block {
    width: 95%;
    -webkit-transform: translate3d(76.5%, 0%, 0) scale3d(1, 1, 1) rotateX(0)
      rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(76.5%, 0%, 0) scale3d(1, 1, 1) rotateX(0)
      rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(76.5%, 0%, 0) scale3d(1, 1, 1) rotateX(0)
      rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(76.5%, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
      rotateZ(0) skew(0, 0);
  }
  .jan-sahas-container {
    width: 80%;
  }

  .helpline-icon-div {
    margin-left: 3vw;
    width: 20%;
  }
  .jan-sahas-helpline-div {
    width: 50%;
  }
  .jan-sahas-div.left-align {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-3 {
    width: 7vw;
    height: 7vw;
  }
  .jan-sahas-helpline-heading {
    height: 40px;
    font-size: 11px;
    line-height: 13px;
  }
  .jan-sahas-helpline-heading.left-align {
    line-height: 13px;
  }
  .violence-msg {
    height: 40px;
    font-size: 11px;
    line-height: 13px;
  }
  .toll-number {
    height: 20px;
    font-size: 14px;
    line-height: 14px;
  }
  .banner-section {
    height: 35vh;
  }
  .banner-opacity.no-radius {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(10%, rgba(7, 79, 116, 0.95)),
      color-stop(69%, hsla(0, 0%, 100%, 0))
    );
    background-image: linear-gradient(
      360deg,
      rgba(7, 79, 116, 0.95) 10%,
      hsla(0, 0%, 100%, 0) 69%
    );
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tab-text {
    font-size: 15px;
    text-align: center;
  }
  .about-us-tab {
    width: auto;
  }
  .about-tab-heading {
    font-size: 7vw;
    line-height: 9vw;
  }
  .div-100.pb-2 {
    margin-bottom: 7vw;
  }
  .div-100.grid {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .div-50.white-bg.about-img {
    height: 35vh;
  }
  .div-50.values-text-block {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .div-50.auto-height {
    height: 60vh;
  }
  .div-50.auto-height.darker-blue {
    height: 50vh;
  }
  .div-50.auto-height.darker-blue.about {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 3vw;
  }
  .div-50.auto-height.darker-blue.impact {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3vw;
  }
  .div-50.auto-height.darker-blue.get-involved {
    height: auto;
  }
  .div-50.auto-height.darker-blue.get-involved.h-55 {
    height: auto;
  }
  .div-50.auto-height.equal-padding.about {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 3vw;
  }
  .div-50.auto-height.equal-padding.height-50 {
    height: 50vh;
  }
  .div-50.auto-height.equal-padding.impact {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3vw;
  }
  .div-50.auto-height.get-involved {
    height: auto;
  }
  .div-50.auto-height.get-involved.h-55 {
    height: auto;
  }
  .who-text-div {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .who-we-are {
    font-size: 12px;
  }
  .who-we-are.our-reach-text {
    width: 90%;
  }
  .about-stats-number {
    height: auto;
    font-size: 6vw;
    line-height: 9vw;
  }
  .about-stats-text.no-margin {
    width: 60%;
    height: auto;
  }
  .about-stats-text.no-margin.height-10 {
    height: auto;
  }
  .mission-grid {
    width: 80%;
  }
  .mission-grid-heading {
    font-size: 7vw;
    line-height: 9vw;
  }
  .values-grid-text-heading {
    font-size: 6vw;
    line-height: 7vw;
  }
  .partner-category {
    margin-bottom: 5vw;
    margin-left: 2%;
    font-size: 7vw;
    line-height: 9vw;
  }
  .member-image {
    width: 100%;
    height: 145px;
  }
  .member-description-div.modal {
    width: 100%;
  }
  .member-name {
    text-align: left;
  }
  .person-paragraph {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
  .member-image-div {
    width: 45%;
    margin-right: 2%;
    margin-bottom: 3%;
    margin-left: 2%;
    padding-right: 0%;
  }
  .member-image-div.modal {
    width: 50%;
  }
  .member-opacity {
    width: 100%;
    height: 145px;
    border-radius: 5px;
  }
  .member-name-on-image {
    font-size: 17px;
    line-height: 19px;
  }
  .member-designation {
    font-size: 15px;
    line-height: 17px;
  }
  .person-block {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .person-block.modal {
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .member-details-div {
    width: 40vw;
  }
  .html-embed {
    width: 20%;
  }
  .map-content-block {
    width: 90%;
  }
  .map-content-block-districts {
    max-width: 45%;
    width: 45%;
  }
  .heading-5 {
    font-size: 15px;
    line-height: 19px;
  }
  .donation-grid-image {
    height: 70vw;
  }
  .donation-content-heading {
    font-size: 20px;
    line-height: 25px;
  }
  .donation-page-heading {
    height: 20vw;
    font-size: 6vw;
    line-height: 9vw;
  }
  .donation-page-heading.no-margin.align-center {
    height: auto;
    font-size: 6vw;
    line-height: 8vw;
  }
  .donation-page-heading.no-margin.approach-one {
    font-size: 6vw;
    line-height: 8vw;
  }
  .donation-page-heading.no-margin.approach-two {
    font-size: 6vw;
    line-height: 8vw;
  }
  .donation-page-heading.no-margin.approach-three {
    font-size: 6vw;
    line-height: 8vw;
  }
  .donation-page-heading.margin-2vw {
    height: auto;
    margin-bottom: 3vh;
    font-size: 7vw;
  }
  .donation-page-heading.width-85 {
    width: 90%;
    height: auto;
    margin-top: 6vw;
    margin-bottom: 6vw;
    font-size: 7vw;
  }
  .donation-page-heading.center {
    height: 25vw;
    font-size: 7vw;
    line-height: 9vw;
  }
  .donation-page-heading.width-90 {
    height: auto;
  }
  .banner-heading {
    font-size: 9.8vw;
    font-weight: 500;
  }
  .work-content-block.get-involved {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .work-paragraph.bt-1.themes {
    width: 80%;
  }
  .work-paragraph.center {
    width: 90%;
  }
  .work-paragraph._w-75.pr3-des {
    margin-bottom: 15%;
  }
  .work-paragraph.get-involved.center {
    width: 90%;
  }
  .work-para-block {
    height: auto;
  }
  .work-icon {
    width: 17vw;
  }
  .work-list {
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .partners-slider {
    height: 50vw;
  }
  .partners-slider-mask {
    width: 50vw;
  }
  .partners-slide {
    width: 50vw;
  }
  .partner-icon {
    width: 40vw;
  }
  .partner-icon.scroll {
    width: 100%;
  }
  .partner-icon.scroll._w-70 {
    width: 70%;
  }
  .resources-content-block {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .div-85 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-55 {
    width: 100%;
  }
  .div-45 {
    width: 100%;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .report-btn {
    width: 100%;
    margin-top: 2vw;
    margin-bottom: 2vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .videos-resources-grid {
    margin-top: 5vw;
    margin-bottom: 7vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
  .video-thumbnail-block {
    height: auto;
  }
  .video-thumbnail-heaqding {
    font-size: 15px;
    line-height: 20px;
  }
  .pdf-icon {
    width: 10vw;
    height: 0vw;
  }
  .pdf-thumbnail-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pdf-icon-image {
    width: 80%;
  }
  .approach-wrapper.one {
    height: 55vh;
    padding-left: 5%;
  }
  .approach-wrapper.two {
    height: 55vh;
  }
  .approach-wrapper.three {
    height: 55vh;
  }
  .approach-icon {
    width: 18vw;
  }
  .approach-paragraph {
    margin-left: 0px;
    padding-left: 5%;
  }
  .html-embed-12 {
    width: auto;
  }
  .modal-close {
    margin-right: 10px;
  }
  .bg-person {
    padding: 7% 6%;
  }
  .bg-person.blue {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .state-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .state-list {
    width: auto;
    margin-bottom: 3vw;
    padding-left: 0vw;
  }
  .state-name {
    font-size: 13px;
    line-height: 18px;
  }
  .nav-menu-2 {
    width: 100%;
    margin-bottom: 0%;
    padding-bottom: 3%;
  }
  .menu-button-2 {
    padding-right: 4px;
  }
  .list-3 {
    margin-bottom: 3vw;
    padding-left: 0px;
  }
  .list-4 {
    padding-left: 0px;
  }
  .slide-nav-4 {
    display: none;
  }
  .banner-button {
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 12px;
  }
  .banner-button.covid {
    margin-top: 5%;
  }
  .banner-button.newsltter {
    padding: 2vw 5vw;
  }
  .themes-nav-wrap {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .dropdown-nav-heading {
    padding-bottom: 1vw;
    font-size: 14px;
  }
  .intervention-image {
    width: 75%;
  }
  .pr3-container {
    padding-top: 10%;
  }
  .impact-container {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .history-year {
    font-size: 30px;
  }
  .history-content {
    font-size: 15px;
    line-height: 19px;
  }
  .left-milestone-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    text-align: left;
  }
  .milestone-text-left {
    width: 75%;
    margin-right: 2px;
    margin-left: 0px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 20px;
  }
  .left-milestone {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .history-year-wrap {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .milestone-text-right {
    margin-right: 0px;
    margin-left: 0px;
  }
  .right-milestone {
    width: 50%;
  }
  .history-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .train-div {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .engine {
    width: 65px;
    height: auto;
    max-width: none;
    min-width: 79px;
    margin-left: auto;
    padding-left: 0px;
    clear: left;
    text-align: left;
  }
  .history-content-wrap {
    width: 100%;
    padding-right: 10px;
    padding-left: 20px;
  }
  .right-milestone-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }
  .history-silder {
    width: 100vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .address-block {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .address-container-wrap {
    padding-top: 10%;
    padding-bottom: 10%;
    gap: 40px;
  }
  .contact-page-icon {
    margin-top: 5px;
  }
  .contact-page-content-wrap {
    padding-bottom: 8vw;
  }
  .contact-page-content-wrap:last-child {
    padding-bottom: 0vw;
  }
  .partners-wrap {
    width: 46%;
    margin: 2%;
    padding: 3%;
  }
  .partners-wrap._w-100 {
    width: 40%;
    height: 30vw;
  }
  .impact-grid-icon {
    width: 15vw;
    height: 14vw;
    margin-bottom: 2%;
  }
  .media-container {
    padding-bottom: 8%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .partner-icon-container {
    height: 25vw;
    margin-left: 0px;
  }
  .media-div {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .job-opening {
    width: 100%;
  }
  .jd-icon {
    margin-top: 10px;
  }
  .jd-title {
    font-size: 16px;
    line-height: 19px;
  }
  .click-updates.blue {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .text-field {
    width: 80%;
    margin-bottom: 20px;
  }
  .key-theme-grid {
    width: 90%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .mrc-map {
    width: 90%;
  }
  .donate-button {
    width: 45vw;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .donate-button-icon {
    width: 10vw;
  }
}

#w-node-2668b8fd22b8-529a6cc8 {
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-02b2af8c372a-d66e5505 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-2668b8fd22b8-529a6cc8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  #w-node-dc7ed16e930d-529a6cc8 {
    -ms-grid-column-span: 0;
    grid-column-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-2668b8fd22b8-529a6cc8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-dc7ed16e930d-529a6cc8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@font-face {
  font-family: "Segoe ui";
  src: url("../fonts/segoe-ui.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Seguisb";
  src: url("../fonts/seguisb.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Segoe ui";
  src: url("../fonts/Segoe-UI-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
#email-form {
  margin: auto;
  min-width: 45%;
}
#reports-block {
  display: none;
}
#reports-block.show {
  display: block;
}
.care {
  width: 40px;
  padding-right: 5px;
}
.helpline-block {
  display: none !important;
}

/* footer styling */
.footer-wrapper {
  margin-top: 40px;
  padding: 40px 2vw;
  width: 100%;
  /* border-top: 1px solid #0093dd; */
  background-color: rgba(109, 206, 255, 0.1);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  width: 90%;
  margin: auto;
}
.footer-container {
  display: flex;
  width: 100%;
  gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-container a:hover {
  color: #0093dd;
}
.footer-container.others {
  padding-left: 80px;
}
.footer-logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .footer-container.others {
    padding-left: 20px;
  }
  .footer-wrapper {
    padding: 40px 0vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 90%;
    margin: auto;
    column-gap: 40px;
  }
}
@media screen and (max-width: 479px) {
  .footer-wrapper {
    padding: 40px 0%;
  }
  .footer-grid {
    width: 85%;
  }
}
.modal-wrapper.finance1.show,
.modal-wrapper.finance2.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-wrapper.finance1,
.modal-wrapper.finance2 {
  display: none;
}
.modal-wrapper.finance1 #report-container,
.modal-wrapper.finance2 #report-container {
  margin: auto;
}
