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

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 200;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.3px;
}

.main-section {
  position: relative;
  width: 92vw;
  height: 100vh;
  min-height: 100vh;
  margin-left: 4vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.main-section.home {
  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;
  background-image: -webkit-linear-gradient(0deg, #f7f7f7, #ccc);
  background-image: linear-gradient(90deg, #f7f7f7, #ccc);
}

.main-section.mission {
  background-color: #f0faff;
  background-image: url('../images/cloud.svg');
  background-position: 75% 17%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.main-section.core-values {
  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;
  background-color: #0756b0;
}

.main-section.focus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #00a3e0;
  background-image: url('../images/efferentCARES_element_4.svg');
  background-position: 100% 0px;
  background-size: auto 60%;
  background-repeat: no-repeat;
}

.main-section.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/efferentCARES_element_3.svg'), url('../images/efferentCARES_element_1.svg'), url('../images/efferentCARES_element_2.svg'), -webkit-linear-gradient(356deg, #aad047 15%, #39b54a);
  background-image: url('../images/efferentCARES_element_3.svg'), url('../images/efferentCARES_element_1.svg'), url('../images/efferentCARES_element_2.svg'), linear-gradient(94deg, #aad047 15%, #39b54a);
  background-position: 100% 100%, 0px 93%, 0px 0px, 0px 0px;
  background-size: auto 30%, auto 40%, 75%, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}

.main-section.impact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 13vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00b0b1;
  background-image: url('../images/blue-circle.svg'), url('../images/white-circle.svg'), url('../images/efferentCARES-element-5.svg');
  background-position: 110% -69px, 100% 125%, 0px 0px;
  background-size: 20vw, 270px, auto 94%;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.top-frame {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 100vw;
  height: 4vw;
  background-color: #fff;
}

.top-frame.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
}

.left-frame {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 100;
  width: 4vw;
  height: 100vh;
  background-color: #fff;
}

.left-frame.right {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.logo-block {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: block;
  width: 180px;
  min-height: 6vw;
  min-width: 16vw;
  margin-top: 6.5vw;
  margin-left: 2.5vw;
  background-image: url('../images/efferentCARES_logo.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-block.white {
  background-image: url('../images/efferentCARES_logo_white.svg');
}

.home-inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  -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;
}

.home-circle {
  width: 55vh;
  height: 55vh;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, #f7f7f7 14%, #ccc);
  background-image: linear-gradient(90deg, #f7f7f7 14%, #ccc);
  box-shadow: 21px 21px 50px 6px rgba(0, 0, 0, .1);
}

.home-circle.left {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65vh;
  height: 65vh;
  margin-right: -20vh;
  -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;
}

.home-circle.image {
  background-image: url('../images/efferentCARES-ScreenHER-amuwo-img-2.jpg'), -webkit-linear-gradient(0deg, #f7f7f7 14%, #ccc);
  background-image: url('../images/efferentCARES-ScreenHER-amuwo-img-2.jpg'), linear-gradient(90deg, #f7f7f7 14%, #ccc);
  background-position: 40% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.outer-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65vh;
  height: 65vh;
  -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: 1px solid #00a3e0;
  border-radius: 50%;
}

.slider {
  width: 55vh;
  height: 55vh;
  padding: 50px;
  border-radius: 50%;
  background-color: #fff;
}

.slider.cervical-cancer {
  right: -50px;
  width: 25vw;
  height: 25vw;
  padding: 0px;
}

.slide-nav {
  display: none;
}

.right-arrow {
  position: absolute;
  left: 0vw;
  top: 65vh;
  bottom: 0%;
  width: 50px;
  height: 50px;
  margin-top: -5vw;
  margin-left: -25px;
  background-image: url('../images/next_arrow_blue.svg');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.right-arrow.left {
  margin-left: -75px;
  background-image: url('../images/previous_arrow_blue.svg');
}

.right-arrow.cervical-cancer {
  left: auto;
  top: auto;
  right: -60px;
  bottom: 0%;
  margin-left: 0px;
  background-image: url('../images/next_arrow_white.svg');
}

.right-arrow.cervical-cancer.left {
  right: -10px;
  background-image: url('../images/previous_arrow_white.svg');
}

.green-body-text {
  color: #00b0b1;
}

.blue-h2 {
  color: #0756b0;
}

.inner-slide-block {
  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;
}

.page-title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 101;
  margin-top: 1vw;
  opacity: 0;
  color: #8d8d8d;
  font-size: 22px;
  line-height: 21px;
  text-align: center;
}

.mission-inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
}

.half-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-block.right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7vw;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-block.left-block {
  z-index: 5;
  padding-left: 8vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.green-h3 {
  color: #00b0b1;
}

.globe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -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-image: url('../images/globe.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.globe-bottom-circle {
  position: absolute;
  right: -50px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vh;
  height: 25vh;
  margin-bottom: -25px;
  padding: 20px;
  -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: 50%;
  background-image: -webkit-linear-gradient(180deg, #0756b0, #00a3e0);
  background-image: linear-gradient(270deg, #0756b0, #00a3e0);
  box-shadow: 0 0 0 20px #f0faff;
}

.shadow {
  position: static;
  left: 9%;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  width: 50%;
  height: 35px;
  margin-top: 15px;
  margin-left: 5.5vw;
  background-image: url('../images/shadow.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bottom-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 4vw;
  margin-right: 2.5vw;
  margin-bottom: 2.5vw;
  margin-left: 2.5vw;
}

.bottom-block.screenher-pg {
  position: static;
  margin-top: 5vw;
  margin-right: 0vw;
  margin-left: 0vw;
}

.lower-bottom-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #fff;
}

.lower-bottom-block.mission-block {
  border-top-color: #00a3e0;
}

.lower-bottom-block.impact-sect {
  padding-top: 8px;
  padding-right: 4vw;
}

.lower-bottom-block.screenher-page {
  border-top-color: #00b0b1;
}

.absolutely-human {
  width: 12vw;
  height: 40px;
  background-image: url('../images/efferentCARES_tagline_grey.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.absolutely-human.green {
  background-image: url('../images/efferentCARES_tagline_teal.svg');
}

.absolutely-human.white {
  background-image: url('../images/efferentCARES_tagline_white.svg');
}

.impact-text {
  margin-bottom: 0px;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.impact-text.scale-down {
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 7px;
}

._5-million-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

._5-million-text.scale-down {
  font-size: 19px;
  line-height: 24px;
}

.people-text {
  color: #fff;
  font-size: 47px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.people-text.scale-down {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 20px;
}

.divider {
  width: 60%;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}

.using-text {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  letter-spacing: 8.3px;
  text-transform: uppercase;
}

.health-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}

.innovative-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}

.inner-lower-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -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;
}

.inner-lower-bottom.contact-page {
  width: 12vw;
}

.top-bottom-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.top-bottom-block.contact-section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bottom-block.no-bottom-padding {
  margin-bottom: 0px;
}

.core-values-inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12vw;
  -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;
}

.core-value {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22vw;
  height: 22vw;
  margin-left: -13vw;
  padding: 25px;
  -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: 50%;
  background-color: #fff;
  box-shadow: 18px 18px 25px 2px rgba(0, 0, 0, .2);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #0756b0;
  text-align: center;
  cursor: -webkit-grabbing;
}

.core-value:hover {
  z-index: 7;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.core-value.transparency {
  z-index: 5;
  background-color: #0756b0;
  color: #fff;
}

.core-value.transparency:hover {
  z-index: 7;
}

.core-value.integrity {
  z-index: 4;
  background-image: -webkit-linear-gradient(180deg, #0756b0 19%, #00a3e0);
  background-image: linear-gradient(270deg, #0756b0 19%, #00a3e0);
  color: #fff;
}

.core-value.integrity:hover {
  z-index: 7;
}

.core-value.data {
  z-index: 3;
  background-color: #00a3e0;
  color: #fff;
}

.core-value.data:hover {
  z-index: 7;
}

.core-value.partnership {
  z-index: 2;
  background-image: -webkit-linear-gradient(0deg, #aad047, #39b54a);
  background-image: linear-gradient(90deg, #aad047, #39b54a);
  color: #fff;
}

.core-value.partnership:hover {
  z-index: 7;
}

.core-value.inclusivity {
  z-index: 1;
  background-color: #26d07c;
  color: #fff;
}

.core-value.inclusivity:hover {
  z-index: 7;
}

.waste {
  width: 1px;
  height: 1px;
}

.phone-link {
  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;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3.5px;
  text-decoration: none;
}

.left-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -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;
}

.social-icon {
  width: 25px;
  height: 25px;
  margin-right: 4px;
  margin-left: 4px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.social-icon:hover {
  opacity: 0.5;
}

.social-icon.ig {
  background-image: url('../images/instagram-icon-white.svg');
}

.social-icon.fb {
  background-image: url('../images/facebook-icon-white.svg');
  background-size: auto 80%;
}

.social-icon.tw {
  background-image: url('../images/Twitter-icon-white.svg');
}

.social-icon.in {
  background-image: url('../images/linkedin-icon-white.svg');
  background-size: auto 80%;
}

.text-field {
  min-height: 44px;
  padding-left: 35px;
  border: 2px solid #ccc;
  border-radius: 50px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Dosis, sans-serif;
  color: #0756b0;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-field:focus {
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, .2);
}

.text-field.right-field {
  margin-left: 7px;
  padding-right: 35px;
  padding-left: 12px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.text-field.left-field {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.text-field.message {
  min-height: 180px;
  min-width: 35vw;
  padding-top: 20px;
  border-radius: 38px;
}

.text-field.volunteer:hover {
  border-color: #00b0b1;
}

.text-field.volunteer:focus {
  border-color: #00b0b1;
}

.text-field.volunteer::-webkit-input-placeholder {
  color: #00b0b1;
}

.text-field.volunteer:-ms-input-placeholder {
  color: #00b0b1;
}

.text-field.volunteer::placeholder {
  color: #00b0b1;
}

.text-field.volunteer.comment {
  min-height: 80px;
  border-radius: 25px;
  text-transform: none;
}

.text-field.volunteer.comment::-webkit-input-placeholder {
  text-transform: uppercase;
}

.text-field.volunteer.comment:-ms-input-placeholder {
  text-transform: uppercase;
}

.text-field.volunteer.comment::placeholder {
  text-transform: uppercase;
}

.text-field.volunteer.dropdown {
  text-transform: none;
}

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

.submit-wrapper {
  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;
}

.button {
  min-width: 120px;
  border-radius: 50px;
  background-color: #0756b0;
  box-shadow: 0 0 0 5px rgba(7, 86, 176, .15);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family: Dosis, sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #00a3e0;
}

.button.green {
  background-color: #26d07c;
}

.button.green:hover {
  background-color: #00b0b1;
}

.button.report {
  padding-right: 29px;
  padding-left: 29px;
  background-color: #fff;
  color: #00b0b1;
}

.button.report:hover {
  background-color: #d7e8f0;
  box-shadow: 0 0 0 5px rgba(7, 86, 176, .1);
}

.button.screenher {
  position: absolute;
  top: 7vw;
  right: 5vw;
}

.button.sign-up {
  margin-top: 15px;
  background-color: #00b0b1;
  box-shadow: 0 0 0 5px rgba(0, 176, 177, .15);
}

.button.sign-up:hover {
  background-color: #0756b0;
}

.button.non-default {
  padding: 9px 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button.non-default.lighbox {
  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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.non-default.lighbox.white {
  background-color: #fff;
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, .15);
  color: #00b0b1;
}

.button.white {
  background-color: #fff;
  color: #0756b0;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, .54);
  color: #fff;
}

.check-dc {
  position: absolute;
  left: 50%;
  right: 0px;
  bottom: 0px;
  z-index: 110;
  width: 4vw;
  height: 4vw;
  margin-bottom: 1vw;
  margin-left: -2vw;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/Check_Logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.success-message {
  border-radius: 15px;
  background-color: #f0faff;
  font-family: Dosis, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.error-message {
  border-radius: 20px;
  font-family: Dosis, sans-serif;
  font-weight: 500;
  text-align: center;
}

.focus-inner-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.focus-left-block {
  position: relative;
  z-index: 1;
  width: 43vw;
  height: 33vw;
  margin-bottom: 1.5vw;
  margin-left: -16vw;
  border: 4vw solid #fff;
  border-radius: 50%;
  background-color: #00b0b1;
  background-image: url('../images/ribbon_white.svg');
  background-position: 85% 50%;
  background-size: auto 24%;
  background-repeat: no-repeat;
}

.focus-inner-left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.5vw;
  -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;
}

.slide {
  background-color: #0098ff;
}

.mask {
  border-radius: 50%;
}

.cercival-cancer-h1 {
  margin-bottom: 5vh;
  color: #fff;
}

.focus-inner-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5vw;
  padding-bottom: 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cancer-description-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42vw;
  height: 42vw;
  padding: 40px 70px;
  -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: 50%;
  background-image: -webkit-linear-gradient(315deg, #f7f7f7 43%, #ccc);
  background-image: linear-gradient(135deg, #f7f7f7 43%, #ccc);
}

.cervical-cancer-body {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  -webkit-column-count: 2;
  column-count: 2;
}

.down-arrow {
  position: absolute;
  left: 50%;
  bottom: 6vw;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  border: 2px solid #c3c3c3;
  border-radius: 10px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.down-arrow:hover {
  background-color: rgba(240, 250, 255, .7);
}

.arrow-dot {
  width: 2px;
  height: 5px;
  border-radius: 5px;
  background-color: #686868;
}

.main-body {
  overflow: hidden;
}

.nav-bar {
  position: absolute;
  left: 0vw;
  top: 0px;
  bottom: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 21px;
  padding-left: 2.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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  -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;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.nav-link:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-link.w--current {
  border-radius: 50%;
  background-color: #0756b0;
}

.nav-link.white.w--current {
  background-color: #fff;
}

.inner-nav-block {
  width: 100%;
  height: 3px;
  background-color: #0756b0;
}

.inner-nav-block.white {
  background-color: #fff;
}

.slide-1 {
  background-image: url('../images/efferentCARES_img_2.jpg');
  background-position: -26px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/efferentCARES_img_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/efferentCARES_img_5.jpg');
  background-position: 73% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/efferentCARES_img_4.jpg');
  background-position: 27% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-section {
  display: none;
}

.header {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.impact-numbers-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.so-far-text {
  margin-bottom: 25px;
  color: #26d07c;
  font-size: 60px;
  line-height: 60px;
}

.impact-number {
  color: #fff;
  font-size: 60px;
  line-height: 51px;
  font-weight: 700;
}

.impacted-subtitle {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.impact-block {
  max-width: 225px;
  min-width: 15vw;
  margin-right: 25px;
  padding-right: 5px;
}

.impact-block.last {
  max-width: none;
  min-width: 20vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.impact-subsub-text {
  color: #fff;
  font-weight: 200;
  letter-spacing: 1px;
}

.white-text {
  position: relative;
  z-index: 1;
  color: #fff;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.screenher-body {
  padding-top: 300px;
  padding-right: 6vw;
  padding-left: 6vw;
  border-style: none solid solid;
  border-width: 4vw;
  border-color: #fff;
  background-color: #e6e7e8;
}

.screenher-body.amuwo-odofin {
  padding-top: 63px;
}

.screenher-hero {
  position: relative;
  height: 90vh;
  -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;
  border-style: solid solid none;
  border-width: 4vw;
  border-color: #fff;
  background-image: url('../images/green-stroke-circle.svg'), url('../images/screenher-img-footer.svg'), url('../images/efferentcares-screenher-img.jpg');
  background-position: 112% -87px, 50% 100%, 50% 100%;
  background-size: 20vw, 102%, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.screenher-hero.open-impact-pg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #aaa;
  background-image: none;
}

.screenher-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 50px 50px 70px;
  -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: 50%;
  background-color: #00b0b1;
  color: #fff;
  text-align: center;
}

.screenher-circle.outer {
  display: block;
  padding: 25px;
  background-color: rgba(0, 176, 177, .2);
}

.screenher-outer-circle {
  padding: 25px;
  border-radius: 50%;
  background-color: rgba(0, 176, 177, .25);
}

.screenher-outer-circle.parent {
  position: absolute;
  left: 50%;
  bottom: -250px;
  margin-left: -250px;
}

.efferentcares-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 15vw;
  margin-top: -2px;
  -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;
  background-image: url('../images/efferentCARES-logo-with-semicircle.svg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.screenher-inner-1 {
  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;
}

.screenher-intro-text {
  width: 500px;
  margin-right: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #00b0b1;
  text-align: right;
}

.intro-text-2 {
  width: 250px;
  margin-top: 20px;
}

.screenher-report-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vw;
  margin-bottom: 5vw;
  padding: 3vw 9vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 14px 50px 2px rgba(0, 0, 0, .1);
}

.screenher-report-section.documentary {
  position: relative;
  z-index: 1;
  margin-bottom: -61px;
}

.screenher-report-section.sub {
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding: 0px 20px;
  background-color: #00a3e0;
}

.screenher-report-section.sub.dark-blue {
  -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;
  background-color: #0756b0;
}

.screenher-report-section.block {
  display: block;
  padding-top: 5vw;
  padding-bottom: 4vw;
}

.screenher-report-section.block.teal-bg {
  background-color: #00b0b1;
}

.screenher-report-section.teal-bg {
  background-color: #00b0b1;
}

.blue-text {
  color: #0756b0;
}

.volunteer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vw;
  box-shadow: 10px 10px 50px 2px rgba(0, 0, 0, .1);
}

.volunteer-half-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 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;
  background-color: #fff;
}

.volunteer-half-block.volunteer-img {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/efferentcares-screenher-img-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.volunteer-image-text {
  width: 250px;
  color: #fff;
}

.teal-text {
  color: #00b0b1;
}

.teal-text.impact-intro {
  width: 400px;
  margin-bottom: 30px;
}

.field {
  height: 30px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #808285;
  font-family: Dosis, sans-serif;
  font-size: 17px;
  letter-spacing: 0.7px;
}

.copyright-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.3px;
}

.footer-logo {
  width: 20vw;
  height: 45px;
  margin-bottom: 15px;
  background-image: url('../images/efferentCARES_logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ribbon {
  width: 60px;
  height: 70px;
  background-image: url('../images/ribbon_white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.campaign-info-wrapper {
  margin-right: 10vw;
  margin-left: 10vw;
  padding-bottom: 15px;
}

.left-column {
  margin-bottom: 10px;
  padding-left: 20px;
  background-color: hsla(0, 0%, 73%, .2);
  color: #00a3e0;
  text-align: right;
}

.left-column.dark-blue-text {
  color: #0756b0;
}

.fact-icon {
  width: 55px;
  height: 55px;
  margin-right: 25px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fact-icon.cervical-cancer {
  background-image: url('../images/fact-icon-cervical-cancer.svg');
}

.fact-icon.cervical-deaths {
  background-image: url('../images/fact-icon-cervical-deaths.svg');
}

.fact-icon.cervical-cases {
  background-image: url('../images/fact-icon-cervical-cases.svg');
}

.fact-icon.cervical-stats {
  background-image: url('../images/fact-icon-cervical-stats.svg');
}

.fact-icon.cervical-statges {
  background-image: url('../images/fact-icon-advanced-cervical-cancer.svg');
}

.fact-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.fact-column.steps {
  min-height: 123px;
  padding-top: 20px;
  border-bottom: 1px solid #fff;
  color: hsla(0, 0%, 100%, .7);
}

.fact-text {
  font-size: 14px;
  line-height: 20px;
}

.step-number {
  padding-right: 15px;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 55px;
  font-weight: 200;
}

.text-block {
  margin-right: 10px;
  color: #fff;
  line-height: 55px;
}

.steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 123px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 20px;
  border-bottom: 1px solid #fff;
  color: hsla(0, 0%, 100%, .7);
}

.highlight-image {
  position: relative;
  width: 92vw;
  height: 37vw;
  margin-left: -6vw;
  background-image: url('../images/amuwo-odofin-screenHER-highlights.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.highlight-image.iperu {
  height: 34vw;
  background-image: url('../images/iperu-outcome-1.jpg');
}

.highlight-image.iperu-2 {
  height: 34vw;
  background-image: url('../images/iperu-outcome-2.jpg');
}

.slider-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.hide {
  display: none;
}

.documentary-sliver-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 98px;
  padding-right: 4vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.documentary-sliver-nav.hide {
  display: none;
}

.open-project-slide {
  background-image: -webkit-linear-gradient(270deg, rgba(2, 91, 92, .26), rgba(2, 91, 92, .26)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(2, 91, 92, .26), rgba(2, 91, 92, .26)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.open-project-slide.img-1 {
  background-image: -webkit-linear-gradient(270deg, rgba(2, 91, 92, .23), rgba(2, 91, 92, .23)), url('../images/efferentCARES-ScreenHER-amuwo-img-1.jpg');
  background-image: linear-gradient(180deg, rgba(2, 91, 92, .23), rgba(2, 91, 92, .23)), url('../images/efferentCARES-ScreenHER-amuwo-img-1.jpg');
}

.open-project-slide.img-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(2, 91, 92, .25), rgba(2, 91, 92, .25)), url('../images/efferentCARES-ScreenHER-amuwo-img-2.jpg');
  background-image: linear-gradient(180deg, rgba(2, 91, 92, .25), rgba(2, 91, 92, .25)), url('../images/efferentCARES-ScreenHER-amuwo-img-2.jpg');
}

.open-project-slide.img-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(2, 91, 92, .3), rgba(2, 91, 92, .3)), url('../images/efferentCARES-ScreenHER-amuwo-img-3.jpg');
  background-image: linear-gradient(180deg, rgba(2, 91, 92, .3), rgba(2, 91, 92, .3)), url('../images/efferentCARES-ScreenHER-amuwo-img-3.jpg');
}

.open-project-slide.img-4 {
  background-image: -webkit-linear-gradient(270deg, rgba(2, 91, 92, .31), rgba(2, 91, 92, .31)), url('../images/efferentCARES-ScreenHER-amuwo-img-4.jpg');
  background-image: linear-gradient(180deg, rgba(2, 91, 92, .31), rgba(2, 91, 92, .31)), url('../images/efferentCARES-ScreenHER-amuwo-img-4.jpg');
}

.open-project-slide.img-5 {
  background-image: -webkit-linear-gradient(270deg, rgba(2, 91, 92, .27), rgba(2, 91, 92, .27)), url('../images/efferentCARES-ScreenHER-amuwo-img-5.jpg');
  background-image: linear-gradient(180deg, rgba(2, 91, 92, .27), rgba(2, 91, 92, .27)), url('../images/efferentCARES-ScreenHER-amuwo-img-5.jpg');
}

.open-project-slide.img-6 {
  background-image: -webkit-linear-gradient(270deg, rgba(2, 91, 92, .27), rgba(2, 91, 92, .27)), url('../images/efferentCARES-ScreenHER-amuwo-img-6.jpg');
  background-image: linear-gradient(180deg, rgba(2, 91, 92, .27), rgba(2, 91, 92, .27)), url('../images/efferentCARES-ScreenHER-amuwo-img-6.jpg');
}

.open-project-slide.img-7 {
  background-image: -webkit-linear-gradient(270deg, rgba(2, 91, 92, .27), rgba(2, 91, 92, .27)), url('../images/efferentCARES-ScreenHER-amuwo-img-7.jpg');
  background-image: linear-gradient(180deg, rgba(2, 91, 92, .27), rgba(2, 91, 92, .27)), url('../images/efferentCARES-ScreenHER-amuwo-img-7.jpg');
}

.open-project-slide.iperu-img-1 {
  background-image: -webkit-linear-gradient(270deg, rgba(7, 86, 176, .3), rgba(7, 86, 176, .3)), url('../images/screenher-iperu-img-4.jpg');
  background-image: linear-gradient(180deg, rgba(7, 86, 176, .3), rgba(7, 86, 176, .3)), url('../images/screenher-iperu-img-4.jpg');
}

.open-project-slide.iperu-img-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(2, 91, 92, .26), rgba(2, 91, 92, .26)), url('../images/screenher-iperu-img-2.jpg');
  background-image: linear-gradient(180deg, rgba(2, 91, 92, .26), rgba(2, 91, 92, .26)), url('../images/screenher-iperu-img-2.jpg');
}

.open-project-slide.iperu-img-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/screenher-iperu-img-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/screenher-iperu-img-1.jpg');
}

.open-project-slide.iperu-img-4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/screenher-iperu-img-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/screenher-iperu-img-5.jpg');
}

.open-project-slide.iperu-img-5 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/screenher-iperu-img-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/screenher-iperu-img-3.jpg');
}

.open-project-slide.iperu-img-6 {
  background-image: -webkit-linear-gradient(270deg, rgba(7, 86, 176, .32), rgba(7, 86, 176, .32)), url('../images/screenher-iperu-img-6.jpg');
  background-image: linear-gradient(180deg, rgba(7, 86, 176, .32), rgba(7, 86, 176, .32)), url('../images/screenher-iperu-img-6.jpg');
}

.impact-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.impact-icon.education {
  background-image: url('../images/impact-icon-education.svg');
}

.impact-icon.vaccinate {
  background-image: url('../images/impact-icon-vaccinate.svg');
}

.impact-icon.training {
  background-image: url('../images/impact-icon-training.svg');
}

.impact-icon.facilities {
  background-image: url('../images/impact-icon-facilities.svg');
}

.highlight-image-reference {
  position: absolute;
  left: 5vw;
  bottom: -7px;
  font-family: Dosis, sans-serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.3px;
}

.tab-menu-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: none;
  padding: 1px 5px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, -70px);
  -ms-transform: translate(0px, -70px);
  transform: translate(0px, -70px);
}

.tab-menu-block.edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.dropdown-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 23px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #26d07c;
  color: #fff;
  cursor: pointer;
}

.dropdown-arrow {
  width: 20px;
  height: 13px;
  margin-top: 1px;
  background-image: url('../images/dropdown.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tab-link {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Dosis, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link.w--current {
  background-color: #8a8a8a;
  color: #fff;
}

.change {
  display: none;
}

.tab-content {
  display: none;
  opacity: 0;
}

.tab-content.edit {
  display: block;
  opacity: 1;
}

.form-small-text {
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  color: #a0a0a0;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.4px;
}

.custom-form {
  min-height: 44px;
  margin-bottom: 0px;
  padding-left: 35px;
  border: 2px solid #ccc;
  border-radius: 50px;
  font-family: Dosis, sans-serif;
  color: #0756b0;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.custom-form:hover {
  border-color: #00b0b1;
}

.custom-form:focus {
  border-color: #00b0b1;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, .2);
}

.custom-form::-webkit-input-placeholder {
  color: #00b0b1;
}

.custom-form:-ms-input-placeholder {
  color: #00b0b1;
}

.custom-form::placeholder {
  color: #00b0b1;
}

.thank-you-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vw;
  padding: 5vw 10vw;
  -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;
  background-color: #fff;
  box-shadow: 10px 10px 50px 2px rgba(0, 0, 0, .1);
  text-align: center;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-wrapper.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partner-logo-block {
  min-height: 60px;
  min-width: 100px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: Dosis, sans-serif;
  color: #666;
  font-size: 19px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.partner-logo-block:hover {
  -webkit-filter: none;
  filter: none;
}

.partner-logo-block.text-only {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

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

.partner-logo-block.hybr {
  background-image: url('../images/Hybr_Logo_Color.svg');
}

.partner-logo-block.half {
  min-width: 80px;
}

.partner-logo-block.half.yowican {
  background-image: url('../images/YOWICAN.jpg');
}

.partner-logo-block.half.dokilink {
  background-image: url('../images/DokiLink-logo_1.jpg');
}

.partner-logo-block.half.lasg {
  background-image: url('../images/lagos-logo.jpg');
}

.partner-logo-block.half.nsccp {
  background-image: url('../images/NSCCP.jpg');
}

.partner-logo-block.half.rufina {
  background-image: url('../images/Rufina-Logo-small.png');
}

.partner-logo-block.el-lab {
  background-image: url('../images/El-Lab.png');
}

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

.partner-logo-block.modt {
  background-image: url('../images/MobileODT-Logo.png');
}

.partner-logo-block.utopian {
  background-image: url('../images/Utopian-Consulting-logo.svg');
  background-size: auto 70%;
}

.partner-logo-block.famter {
  background-image: url('../images/Famter-logo.jpg');
}

.partner-logo-block.efferent {
  background-image: url('../images/Efferent-Logo_With-Tagline.png');
}

.grey-text {
  color: #9e9e9e;
}

.thank-you-divider {
  width: 2px;
  height: 60px;
  background-color: #ddd;
}

.thank-you-divider.report {
  height: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.report-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 10vw;
  padding-left: 10vw;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.report-block.amuwo {
  margin-right: 1px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/efferentCARES-ScreenHER-amuwo-img-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/efferentCARES-ScreenHER-amuwo-img-5.jpg');
}

.report-block.iperu {
  margin-left: 1px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .52)), url('../images/screenher-iperu-img-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .52)), url('../images/screenher-iperu-img-2.jpg');
}

.screenher-report-pg-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vw;
  margin-top: 4vw;
  margin-bottom: 5vw;
  -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;
  box-shadow: 0 14px 50px 2px rgba(0, 0, 0, .1);
}

.screenher-report-pg-section.documentary {
  position: relative;
  z-index: 1;
  margin-bottom: -61px;
}

.screenher-report-pg-section.sub {
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding: 0px 20px;
  background-color: #00a3e0;
}

.screenher-report-pg-section.sub.dark-blue {
  -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;
  background-color: #0756b0;
}

.screenher-report-pg-section.block {
  display: block;
  padding-top: 5vw;
  padding-bottom: 4vw;
}

.screenher-report-pg-section.block.teal-bg {
  background-color: #00b0b1;
}

.screenher-report-pg-section.teal-bg {
  background-color: #00b0b1;
}

@media (max-width: 991px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 22px;
  }
  .main-section.home {
    background-image: -webkit-linear-gradient(0deg, #f7f7f7, #ccc);
    background-image: linear-gradient(90deg, #f7f7f7, #ccc);
  }
  .main-section.focus {
    background-position: 138% 0px;
  }
  .main-section.contact {
    background-image: url('../images/efferentCARES_element_3.svg'), url('../images/efferentCARES_element_1.svg'), url('../images/efferentCARES_element_2.svg'), -webkit-linear-gradient(356deg, #aad047 15%, #39b54a);
    background-image: url('../images/efferentCARES_element_3.svg'), url('../images/efferentCARES_element_1.svg'), url('../images/efferentCARES_element_2.svg'), linear-gradient(94deg, #aad047 15%, #39b54a);
    background-position: 100% 100%, 0px 93%, 0px 0px, 0px 0px;
    background-size: auto 30%, auto 40%, 75%, auto;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  }
  .main-section.impact {
    background-position: 114% -9%, 105% 125%, 0px 0px;
    background-size: 25vw, 30vw, auto 94%;
  }
  .home-inner-block {
    height: 80vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .outer-circle {
    margin-top: 15vh;
  }
  .right-arrow {
    margin-left: 30px;
  }
  .right-arrow.left {
    margin-left: -20px;
  }
  .page-title {
    font-size: 20px;
    line-height: 18px;
  }
  .half-block.right-block {
    padding-right: 4vw;
    padding-left: 50px;
  }
  .globe {
    background-position: 50% 50%;
  }
  .globe-bottom-circle {
    margin-bottom: -62px;
  }
  .lower-bottom-block.impact-sect {
    padding-right: 0vw;
  }
  .absolutely-human {
    width: 120px;
  }
  .inner-lower-bottom.contact-page {
    width: 120px;
  }
  .core-values-inner-block {
    height: 100%;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .core-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -22px;
    margin-left: -4vw;
  }
  .button.screenher {
    top: 8vw;
    right: 6vw;
  }
  .check-dc {
    width: 50px;
    height: 50px;
    margin-left: -25px;
  }
  .focus-inner-block {
    margin-left: 11vw;
  }
  .focus-left-block {
    position: absolute;
    bottom: 23vh;
    width: 36vw;
    height: 36vw;
    margin-bottom: 0vw;
    margin-left: -18vw;
    border-width: 2vw;
  }
  .focus-inner-left-block {
    padding-top: 89px;
    padding-bottom: 2.5vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cercival-cancer-h1 {
    font-size: 43px;
    line-height: 56px;
  }
  .cancer-description-block {
    width: 52vw;
    height: 52vw;
  }
  .cervical-cancer-body {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .so-far-text {
    margin-bottom: 15px;
    font-size: 55px;
  }
  .impact-number {
    font-size: 67px;
    line-height: 59px;
  }
  .impacted-subtitle {
    font-size: 15px;
    line-height: 18px;
  }
  .impact-block {
    max-width: 150px;
    min-width: 16vw;
    margin-right: 2vw;
    padding-right: 1vw;
  }
  .impact-subsub-text {
    font-size: 13px;
    line-height: 21px;
  }
  .screenher-body {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .screenher-intro-text {
    width: 350px;
    margin-right: 45px;
  }
  .intro-text-2 {
    width: 210px;
  }
  .screenher-report-section {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .fact-icon {
    margin-right: 15px;
  }
  .steps {
    margin-right: 0px;
    margin-left: 0px;
  }
  .highlight-image {
    margin-left: -4vw;
  }
  .documentary-sliver-nav {
    margin-bottom: 69px;
    padding-right: 6vw;
  }
  .impact-icon {
    width: 50px;
    height: 50px;
  }
  .partner-logo-block {
    min-width: 80px;
  }
  .partner-logo-block.half {
    min-width: 60px;
  }
  .report-block {
    padding-right: 11vw;
    padding-left: 11vw;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 31px;
    line-height: 34px;
  }
  h3 {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.5px;
  }
  p {
    font-size: 15px;
    line-height: 21px;
  }
  .main-section {
    width: 100%;
    height: auto;
    min-height: 0vh;
    margin-left: 0vw;
    padding: 15px;
    border-bottom: 15px solid #fff;
  }
  .main-section.home {
    display: block;
    height: auto;
    min-height: 0vh;
  }
  .main-section.core-values {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-section.focus {
    display: block;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .main-section.contact {
    display: block;
    padding-bottom: 15px;
    background-size: auto 30%, auto 40%, contain, auto;
  }
  .main-section.impact {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    background-position: 114% -9%, 108% 120%, 0px 0px;
    background-size: 25vw, 41vw, auto 94%;
  }
  .top-frame {
    height: 15px;
  }
  .left-frame {
    width: 15px;
  }
  .logo-block {
    position: static;
    display: none;
    width: auto;
    min-height: 45px;
    min-width: 30vw;
    margin-top: 0px;
    margin-left: 0px;
  }
  .logo-block.white {
    display: none;
  }
  .logo-block.mobile {
    display: block;
  }
  .home-inner-block {
    height: auto;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 7.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-circle.left {
    width: 70vw;
    height: 70vw;
    margin-left: 0px;
  }
  .home-circle.image {
    width: 60vw;
    height: 60vw;
  }
  .outer-circle {
    width: 70vw;
    height: 70vw;
    margin-top: -20vw;
    margin-left: 19vw;
  }
  .slider {
    width: 60vw;
    height: 60vw;
    padding: 22px 30px 22px 38px;
  }
  .slider.cervical-cancer {
    right: 0px;
    z-index: 1;
    display: block;
    width: 35vw;
    height: 35vw;
    margin-top: -6vw;
  }
  .right-arrow {
    top: 80vw;
    margin-top: -19vw;
  }
  .right-arrow.cervical-cancer {
    right: -75px;
  }
  .right-arrow.cervical-cancer.left {
    right: -25px;
  }
  .page-title {
    position: relative;
    z-index: 19;
    margin-top: 25px;
    margin-right: 5vw;
    opacity: 1;
    font-size: 18px;
    line-height: 17px;
    text-align: right;
  }
  .page-title.white {
    color: #8d8d8d;
  }
  .mission-inner-block {
    height: auto;
    padding-top: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .half-block {
    width: 100%;
  }
  .half-block.right-block {
    padding-top: 35px;
    padding-right: 20vw;
    padding-left: 10vw;
  }
  .half-block.left-block {
    padding-left: 10vw;
  }
  .globe {
    width: 60vw;
    height: 60vw;
  }
  .globe-bottom-circle {
    right: 27px;
    width: 32vw;
    height: 32vw;
    margin-bottom: -35px;
  }
  .shadow {
    width: 60vw;
    margin-left: 5vw;
  }
  .bottom-block {
    position: static;
    bottom: 30px;
    margin: 20px 5vw 2vw;
  }
  .bottom-block.screenher-pg {
    margin-top: 10vw;
  }
  .core-values-inner-block {
    height: auto;
    margin-top: 5vw;
    padding-top: 10vw;
    padding-bottom: 5vw;
    padding-left: 17vw;
    -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;
  }
  .core-value {
    width: 28vw;
    height: 28vw;
  }
  .contact-inner-block {
    margin-top: 80px;
    margin-bottom: 35px;
  }
  .phone-link {
    letter-spacing: 2.5px;
  }
  .left-align {
    width: 110px;
  }
  .social-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .text-field.right-field {
    margin-left: 0px;
    padding-right: 12px;
    padding-left: 35px;
    border-radius: 50px;
  }
  .text-field.left-field {
    border-radius: 50px;
  }
  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button.screenher {
    position: static;
    margin-top: 15px;
  }
  .check-dc {
    bottom: -14px;
    width: 40px;
    height: 40px;
    margin-bottom: 0vw;
    margin-left: -20px;
    border-width: 0px;
  }
  .focus-inner-block {
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .focus-left-block {
    bottom: 20vw;
    width: 40vw;
    height: 40vw;
    margin-bottom: 24vw;
  }
  .focus-inner-left-block {
    padding-top: 5vw;
    padding-bottom: 0vw;
  }
  .cercival-cancer-h1 {
    margin-bottom: 4vw;
  }
  .focus-inner-right-block {
    display: block;
    padding-bottom: 5vw;
  }
  .cancer-description-block {
    width: 80vw;
    height: 80vw;
    padding-right: 50px;
    padding-left: 50px;
  }
  .down-arrow {
    display: none;
  }
  .nav-bar {
    z-index: 9;
    width: 10vw;
    padding-right: 0px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-section {
    position: relative;
    display: block;
    padding: 15px;
    border-bottom: 15px solid #fff;
  }
  .mobile-section.home {
    background-image: -webkit-linear-gradient(315deg, #f7f7f7 28%, #ccc);
    background-image: linear-gradient(135deg, #f7f7f7 28%, #ccc);
  }
  .mobile-section.mission {
    background-color: #f0faff;
  }
  .mobile-section.core-values {
    position: relative;
    background-color: #0756b0;
  }
  .mobile-section.focus {
    background-color: #00a3e0;
  }
  .mobile-section.contact {
    background-image: url('../images/efferentCARES_element_3.svg'), url('../images/efferentCARES_element_1.svg'), url('../images/home_top_icon.svg'), -webkit-linear-gradient(356deg, #aad047, #39b54a);
    background-image: url('../images/efferentCARES_element_3.svg'), url('../images/efferentCARES_element_1.svg'), url('../images/home_top_icon.svg'), linear-gradient(94deg, #aad047, #39b54a);
    background-position: 100% 100%, 0px 100%, 0px 0px, 0px 0px;
    background-size: auto 30%, auto 40%, contain, auto;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  }
  .form {
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
  }
  .header {
    position: fixed;
    z-index: 10;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    background-color: #fff;
    box-shadow: 1px 1px 21px 11px rgba(0, 0, 0, .09);
  }
  .impact-numbers-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-far-text {
    font-size: 50px;
    line-height: 50px;
  }
  .impact-block {
    width: 40vw;
    max-width: 250px;
    padding-right: 4vw;
    padding-bottom: 3vw;
  }
  .impact-inner-block {
    margin-right: 10vw;
    margin-left: 15vw;
  }
  .impact-inner-block.report-pg {
    margin-right: 0vw;
    margin-left: 0vw;
  }
  .screenher-body {
    padding-top: 278px;
    border-width: 15px;
  }
  .screenher-body.amuwo-odofin {
    padding-top: 75px;
  }
  .screenher-hero {
    height: 550px;
    border-width: 15px;
    background-position: 109% -39px, 50% 100%, 50% 100%;
  }
  .screenher-circle {
    width: 350px;
    height: 350px;
    padding: 35px;
  }
  .screenher-outer-circle {
    padding: 20px;
  }
  .screenher-outer-circle.parent {
    margin-left: -215px;
  }
  .efferentcares-logo {
    width: 40vw;
    height: 20vw;
  }
  .screenher-inner-1 {
    -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;
  }
  .screenher-intro-text {
    width: 400px;
    margin-right: 0px;
    text-align: center;
  }
  .intro-text-2 {
    width: 100%;
    max-width: 500px;
    margin-top: 10px;
    text-align: center;
  }
  .screenher-report-section {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .volunteer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .volunteer-half-block {
    display: block;
    width: 100%;
    padding: 10vw;
  }
  .volunteer-half-block.volunteer-img {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .volunteer-image-text {
    width: 85%;
  }
  .teal-text.impact-intro {
    width: 300px;
  }
  .footer-logo {
    width: 170px;
  }
  .left-column {
    padding-left: 10px;
    text-align: left;
  }
  .fact-icon {
    width: 55px;
    height: 50px;
    margin-right: 25px;
  }
  .fact-column {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 20px;
    text-align: left;
  }
  .fact-text {
    margin-right: 45px;
  }
  .steps {
    min-height: 0px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 35px;
    padding-bottom: 20px;
  }
  .highlight-image {
    width: 96vw;
    height: 40vw;
    margin-bottom: 30px;
  }
  .documentary-sliver-nav {
    margin-bottom: 37px;
  }
  .tab-menu-block {
    position: relative;
  }
  .custom-form {
    width: 100%;
    border-radius: 5px;
  }
  .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partner-logo-block {
    display: inline-block;
    width: 100px;
    height: 60px;
    min-height: 0px;
    min-width: 0px;
  }
  .partner-logo-block.half {
    width: 70px;
    min-width: 0px;
  }
  .thank-you-divider.report {
    height: 20px;
  }
  .report-block {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .screenher-report-pg-section {
    height: 45vw;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 22px;
    line-height: 24px;
  }
  h3 {
    line-height: 23px;
  }
  h4 {
    line-height: 24px;
  }
  .main-section {
    padding: 4vw;
    border-bottom-width: 4vw;
  }
  .main-section.mission {
    background-position: 50% 40px;
    background-size: 80%;
  }
  .main-section.contact {
    padding-bottom: 10vw;
    background-size: auto 20%, auto 40%, 120%, auto;
  }
  .main-section.impact {
    background-image: url('../images/blue-circle.svg'), url('../images/efferentCARES-element-5.svg');
    background-position: 114% -9%, 0px 0px;
    background-size: 25vw, auto 94%;
    background-repeat: no-repeat, no-repeat;
  }
  .top-frame {
    height: 4vw;
  }
  .left-frame {
    width: 4vw;
  }
  .logo-block {
    min-height: 8vh;
    margin-top: 0vw;
    margin-left: 0vw;
    background-position: 50% 50%;
  }
  .home-inner-block {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 10vw;
  }
  .home-circle.left {
    width: 82vw;
    height: 82vw;
    margin-top: -20vw;
    margin-right: 0vh;
  }
  .home-circle.image {
    width: 70vw;
    height: 70vw;
  }
  .outer-circle {
    width: 82vw;
    height: 82vw;
    margin-top: 0vw;
    margin-left: 0vw;
  }
  .slider {
    width: 75vw;
    height: 75vw;
    padding: 23px;
  }
  .slider.cervical-cancer {
    width: 70vw;
    height: 70vw;
    margin-top: 4vw;
    margin-left: 10vw;
    background-color: transparent;
  }
  .right-arrow {
    left: auto;
    top: auto;
    right: 0vw;
    bottom: -15px;
    width: 40px;
    height: 40px;
    margin-top: 0vw;
  }
  .right-arrow.left {
    margin-right: 40px;
  }
  .right-arrow.cervical-cancer {
    right: 0px;
  }
  .right-arrow.cervical-cancer.left {
    right: 0px;
  }
  .green-body-text {
    font-size: 14px;
    line-height: 17px;
  }
  .blue-h2 {
    margin-top: 0px;
  }
  .page-title {
    z-index: 9;
    margin-top: 5vw;
    margin-right: 0vw;
    padding-top: 66px;
    text-align: center;
  }
  .page-title.white {
    color: #fff;
  }
  .half-block.right-block {
    padding-top: 27vw;
    padding-right: 0vw;
  }
  .globe {
    width: 80vw;
    height: 80vw;
  }
  .globe-bottom-circle {
    left: 10vw;
    right: auto;
    bottom: -25vw;
    width: 40vw;
    height: 40vw;
    margin-bottom: 0px;
    box-shadow: 0 0 0 4vw #f0faff;
  }
  .shadow {
    width: 10vw;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .bottom-block.screenher-pg {
    margin-bottom: 5vw;
  }
  .lower-bottom-block.impact-sect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .lower-bottom-block.screenher-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .impact-text {
    font-size: 13px;
    font-weight: 600;
  }
  ._5-million-text {
    font-size: 31px;
    line-height: 32px;
    text-align: left;
  }
  .people-text {
    font-size: 39px;
    line-height: 33px;
  }
  .using-text {
    font-size: 13px;
  }
  .health-text {
    font-size: 23px;
    line-height: 20px;
  }
  .innovative-text {
    font-size: 19px;
    line-height: 20px;
  }
  .top-bottom-block.contact-section {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .core-values-inner-block {
    padding-top: 30vw;
    padding-left: 20vw;
    -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;
  }
  .core-value {
    width: 50vw;
    height: 50vw;
    margin-top: -18vw;
  }
  .contact-inner-block {
    margin-top: 50px;
  }
  .phone-link {
    font-size: 18px;
    font-weight: 500;
  }
  .left-align.waste {
    display: none;
    width: 1px;
  }
  .social-icon {
    width: 29px;
    height: 29px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .text-field {
    padding-left: 20px;
    font-size: 13px;
  }
  .text-field.right-field {
    padding-left: 20px;
  }
  .button {
    width: 100%;
    min-width: 0px;
    text-align: center;
  }
  .button.green {
    width: 145px;
  }
  .button.report {
    padding-right: 16px;
    padding-left: 16px;
  }
  .button.screenher {
    margin-top: 25px;
  }
  .button.screenher:hover {
    background-color: #00b0b1;
  }
  .focus-left-block {
    bottom: 5vw;
    background-position: 76% 50%;
    background-size: auto 35%;
  }
  .cancer-description-block {
    height: auto;
    padding: 16px 5vw;
    border-radius: 0%;
    background-image: none;
  }
  .cervical-cancer-body {
    color: #fff;
  }
  .nav-bar {
    margin-left: 4vw;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link {
    width: 14px;
    height: 14px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mobile-section {
    padding: 4vw;
    border-bottom-width: 4vw;
  }
  .mobile-section.contact {
    background-size: auto 30%, auto 40%, 120%, auto;
  }
  .form {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
  .white-h4 {
    color: #f0faff;
  }
  .header {
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
  }
  .impact-number {
    font-size: 58px;
    line-height: 52px;
  }
  .impacted-subtitle {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 5px;
  }
  .impact-block {
    width: 100%;
    max-width: none;
    min-width: 0vw;
    padding-bottom: 0px;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screenher-body {
    padding-top: 4vw;
    border-width: 4vw;
  }
  .screenher-hero {
    overflow: hidden;
    height: 670px;
    border-width: 4vw;
    background-color: #e6e7e8;
    background-position: 130% -38px, 50% 100%, 50% 42px;
    background-size: 40vw, auto 40vw, 160%;
  }
  .screenher-hero.open-impact-pg {
    overflow: visible;
    height: 70vh;
  }
  .screenher-outer-circle.parent {
    bottom: 0px;
  }
  .efferentcares-logo {
    position: fixed;
    left: 0px;
    top: 2vw;
    display: block;
    width: 100%;
    background-color: #fff;
    background-image: url('../images/efferentCARES_logo.svg');
    background-position: 50% 50%;
    background-size: auto 65%;
    box-shadow: 0 1px 19px 5px rgba(0, 0, 0, .2);
  }
  .screenher-inner-1 {
    padding-right: 11px;
    padding-left: 11px;
  }
  .screenher-intro-text {
    width: auto;
  }
  .intro-text-2 {
    width: auto;
    max-width: none;
  }
  .screenher-report-section {
    margin-top: 5vw;
    margin-bottom: 10vw;
    padding: 6vw 8vw 9vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .screenher-report-section.documentary {
    min-height: 135px;
    padding-top: 5vw;
  }
  .screenher-report-section.block {
    padding-bottom: 5vw;
    text-align: left;
  }
  .volunteer-half-block {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .volunteer-half-block.volunteer-img {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .volunteer-image-text {
    width: 241px;
  }
  .teal-text.impact-intro {
    width: auto;
  }
  .copyright-text {
    margin-top: 25px;
  }
  .footer-logo {
    width: 150px;
    margin-bottom: 0px;
  }
  .campaign-info-wrapper {
    margin-right: 3vw;
    margin-left: 3vw;
  }
  .fact-icon {
    height: 45px;
    margin-right: 15px;
  }
  .fact-column {
    padding-left: 0px;
  }
  .fact-text {
    margin-right: 0px;
  }
  .steps {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
  }
  .highlight-image {
    width: 92vw;
  }
  .impact-icon {
    width: 60px;
    height: 60px;
    margin-top: 15px;
  }
  .dropdown-block {
    padding-right: 15px;
  }
  .tab-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    letter-spacing: 0.8px;
  }
  .partner-logo-block {
    width: 70%;
    height: 50px;
    margin-bottom: 20px;
  }
  .partner-logo-block.utopian {
    background-size: auto 80%;
  }
  .thank-you-divider.report {
    height: 30px;
  }
  .report-block {
    width: 100%;
    min-height: 80vw;
    margin-bottom: 5px;
    padding: 10vw;
  }
  .report-block.amuwo {
    margin-right: 0px;
  }
  .report-block.iperu {
    margin-left: 0px;
  }
  .screenher-report-pg-section {
    height: auto;
    margin-top: 10vw;
    margin-bottom: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .screenher-report-pg-section.block {
    padding-bottom: 5vw;
    text-align: left;
  }
}

