:root {
  --white: white;
  --midnight-blue: #1f1b56;
  --medium-purple: #746fba;
  --light-grey: #ddd;
  --white-smoke: #faf8f8;
  --light-blue: #dfe1e4;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--error-darker: #5b0b11;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  direction: ltr;
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

li {
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  font-weight: 400;
}

.adinkra {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#1f1b56e3, #1f1b56e3), url('../images/symbols.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 150px;
  background-attachment: scroll, scroll;
  background-clip: padding-box;
  border: 1px #000;
  border-bottom-style: solid;
  flex-direction: column;
  align-items: center;
  height: 5vw;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: flex;
}

.adinkra.bottom {
  background-image: linear-gradient(#d1eaff80, #d1eaff80);
  background-position: 0 0;
  height: auto;
  margin-top: 30px;
}

.body {
  background-color: #fff0;
  border: 1px #000;
  flex-flow: column;
  align-content: center;
  align-items: stretch;
  margin-top: 10px;
  padding: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  display: block;
}

.slide {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-image: url('../images/pic1.jpg');
  background-size: cover;
  background-clip: padding-box;
}

.slide-nav {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: block;
  position: absolute;
}

.container-8 {
  box-sizing: border-box;
  object-fit: none;
  flex-flow: row;
  flex: 1;
  place-content: space-between;
  align-items: stretch;
  max-width: 940vw;
  display: block;
  position: static;
}

.slider {
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  height: 700px;
  margin-top: 6px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.section-3 {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  background-color: #2529317d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center stretch;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  align-self: center;
  max-width: 1000px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: block;
}

.paragraph-2.white-text {
  color: #fff;
  align-self: auto;
  max-width: 1350px;
  font-size: 18px;
  line-height: 24px;
}

.heading-2 {
  color: #000;
  flex: 0 auto;
  order: -1;
  align-self: center;
  max-width: 300px;
  margin-top: 0;
  font-size: 30px;
  display: flex;
}

.heading-2.white-text {
  color: #000;
  text-transform: uppercase;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  max-width: 800px;
  margin-bottom: 10px;
  font-size: 30px;
  display: block;
}

.heading-2.white-text.events {
  color: var(--midnight-blue);
  flex: none;
  order: -1;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.heading-2.black-text {
  color: #000;
  text-transform: uppercase;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 700px;
  margin: 23px 0 10px;
  font-size: 40px;
  display: block;
}

.heading-2.black-text.events {
  color: var(--midnight-blue);
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: -41px;
  margin-left: 10px;
}

.container {
  margin-top: -15px;
  display: block;
}

.mission {
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  margin-top: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: block;
}

.navbar-logo-left {
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 100vw;
  padding-bottom: 5px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 12px 16px -4px #0003;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  opacity: 1;
  text-align: left;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 20px;
  display: block;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: -5px;
  display: flex;
}

.navbar-brand {
  flex: 1;
  margin-left: 0;
}

.nav-menu-wrapper {
  flex: 0 auto;
  margin-bottom: 0;
}

.menu-bar {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menu-bar.home {
  margin-bottom: -15px;
}

.menuclass {
  color: var(--midnight-blue);
  letter-spacing: .25px;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.menuclass:hover, .menuclass:focus {
  color: var(--medium-purple);
}

.menuclass:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.menuclass[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.menuclass.w--current {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.menuclass.dim {
  font-weight: 400;
}

.menuclass.sub {
  border-bottom: 1px solid #5faef0;
  border-radius: 2px;
  font-weight: 400;
  line-height: 30px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  border: 1px solid #000;
  width: 1px;
  height: 15px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.mobile-margin-top-10 {
  align-self: auto;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1f1b56;
  margin-bottom: 6px;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 10px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.alc_logo {
  cursor: pointer;
}

.footer-light {
  background-color: #1f1b56;
  border-bottom: 0 #e4ebf3;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 5000px;
  padding: 0 8.5% 40px;
  display: flex;
  position: static;
}

.container-12 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 22px;
}

.footer-wrapper-two {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.footer-link-two {
  color: var(--light-grey);
  background-color: #0000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: flex-start;
  margin-bottom: 13px;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  line-height: 20px;
  display: flex;
}

.footer-copyright {
  color: #a0a0a0;
  font-size: 14px;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-top: 4px;
  margin-left: 12px;
}

.heading-3 {
  flex: 0 auto;
  align-self: flex-start;
  margin-bottom: -4px;
  padding-bottom: 0;
}

.heading-3.footer {
  color: var(--white);
  margin-top: 0;
  margin-bottom: auto;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.container-13 {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  margin-top: 45px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.container-14 {
  flex-wrap: nowrap;
  place-content: stretch flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
}

.form-success {
  background-color: #0000;
  padding-top: 0;
}

.form-success__check-wrap {
  width: 100px;
  padding-bottom: 40px;
  display: inline-block;
}

.text-14 {
  color: #111;
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .6;
}

.form-2 {
  justify-content: center;
  width: 950px;
  display: flex;
}

.form-control {
  color: #111;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  width: 96%;
  max-width: 450px;
  height: 35px;
  margin-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Lato, sans-serif;
  line-height: 20px;
  transition: border-color .2s;
}

.form-control:hover {
  border-color: #e5e5e5;
}

.form-control:focus {
  color: #111;
  border-color: #7d8082;
}

.form-control::placeholder {
  color: #d1d1d1;
  font-weight: 300;
}

.form-error {
  background-color: #0000;
  border-radius: 4px;
  padding: 0;
}

.form-error__text {
  color: #fa3402;
  font-weight: 300;
  display: inline-block;
}

.form-column__two {
  padding-left: 15px;
  padding-right: 0;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #202022;
  border: 1px solid #202022;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s, border-color .2s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #252929;
  border-style: solid;
  border-color: #252929;
  transform: none;
}

.btn:active {
  transform: none;
}

.btn.btn-default {
  background-color: #111212;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 18px;
}

.form-success__text {
  color: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.form-column__one {
  padding-right: 15px;
}

.field-label {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-4 {
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  display: inline-block;
}

.form-3 {
  width: 100%;
  margin: auto;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  display: block;
}

.div-block-6 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-7 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  background-color: #0000;
  flex: 0 auto;
  align-self: auto;
  margin-top: 4px;
  margin-left: -7px;
  padding-left: 0;
}

.programs {
  margin-top: 42px;
}

.div-block-9 {
  background-color: #606060;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 14px;
  padding-left: 32px;
  display: flex;
}

.column {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 10px;
  display: block;
  position: static;
}

.heading-4 {
  color: var(--white);
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}

.contact-us {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  margin-top: 0;
  display: block;
}

.div-block-10 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.columns {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 31px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.image-7 {
  background-image: linear-gradient(#fff, #fff);
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 1;
  grid-template-rows: 200fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: start stretch;
  display: grid;
}

.griddivs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  opacity: 1;
  text-transform: none;
  object-fit: fill;
  background-image: url('../images/Drugs-A.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 11px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 60%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  box-shadow: 2px 2px 4px 2px #0003;
}

.griddivs.er {
  display: block;
}

.griddivs.proj-2 {
  background-image: url('../images/test-frame-video.jpg');
}

.grid-image-scale {
  cursor: pointer;
  object-fit: fill;
  background-color: #0000;
  padding: 10px;
}

.container-15 {
  flex-wrap: nowrap;
  place-content: space-around center;
  align-items: center;
  max-width: 1440px;
  margin-bottom: 61px;
  display: flex;
}

.heading-5 {
  color: #fff;
}

.heading-5.white {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  color: var(--midnight-blue);
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-left: 10px;
  display: flex;
}

.slider-2, .slider-3, .slider-4, .slider-5 {
  padding: 0;
}

.slider-6 {
  padding: 50px;
}

.slider-7 {
  padding: 55px;
}

.slider-8 {
  padding: 90px;
}

.slider-9 {
  padding: 97px;
}

.slider-10 {
  padding: 103px;
}

.slider-11 {
  padding: 105px;
}

.slider-12 {
  padding: 104px;
}

.slider-13 {
  padding: 87px;
}

.slider-14 {
  padding: 85px;
}

.slider-15 {
  padding: 61px;
}

.slider-16 {
  padding: 56px;
}

.slider-17 {
  padding: 54px;
}

.slider-18 {
  padding: 47px;
}

.slider-19 {
  padding: 37px;
}

.slider-20 {
  padding: 36px;
}

.slider-21 {
  padding: 31px;
}

.slider-22 {
  padding: 30px;
}

.slider-23 {
  padding: 24px;
}

.slider-24 {
  padding: 17px;
}

.slider-25 {
  padding: 16px;
}

.slider-26 {
  padding: 14px;
}

.slider-27 {
  padding: 9px;
}

.slider-28, .slider-29, .slider-30, .slider-31, .slider-32, .slider-33, .slider-34, .slider-35, .slider-36 {
  padding: 0;
}

.slider-37 {
  padding: 10px;
}

.slider-38 {
  padding: 15px;
}

.slider-39 {
  padding: 23px;
}

.slider-40 {
  padding: 25px;
}

.slider-41 {
  padding: 38px;
}

.slider-42 {
  padding: 42px;
}

.slider-43 {
  padding: 45px;
}

.slider-44 {
  padding: 42px;
}

.slider-45 {
  padding: 37px;
}

.slider-46 {
  padding: 36px;
}

.slider-47 {
  padding: 34px;
}

.slider-48 {
  padding: 32px;
}

.slider-49 {
  padding: 31px;
}

.slider-50 {
  padding: 30px;
}

.slider-51 {
  padding: 29px;
}

.slider-52 {
  padding: 27px;
}

.slider-53 {
  padding: 25px;
}

.slider-54 {
  padding: 24px;
}

.slider-55 {
  padding: 19px;
}

.slider-56 {
  padding: 17px;
}

.slider-57 {
  padding: 18px;
}

.slider-58, .slider-59 {
  padding: 25px;
}

.slider-60 {
  padding: 30px;
}

.slider-61 {
  padding: 32px;
}

.slider-62, .slider-63 {
  padding: 35px;
}

.slider-64 {
  padding: 38px;
}

.slider-65 {
  padding: 37px;
}

.slider-66 {
  padding: 36px;
}

.slider-67 {
  padding: 27px;
}

.slider-68 {
  padding: 25px;
}

.slider-69 {
  padding: 21px;
}

.slider-70 {
  padding: 16px;
}

.slider-71 {
  padding: 9px;
}

.slider-72 {
  padding: 7px;
}

.slider-73 {
  padding: 6px;
}

.slider-74, .slider-75, .slider-76, .slider-77, .slider-78, .slider-79, .slider-80, .slider-81, .slider-82, .slider-83, .slider-84, .slider-85, .slider-86, .slider-87, .slider-88 {
  padding: 0;
}

.slider-89 {
  padding: 2px;
}

.slider-90 {
  padding: 7px;
}

.slider-91, .slider-92 {
  padding: 10px;
}

.slider-93 {
  padding: 12px;
}

.slider-94 {
  padding: 13px;
}

.slider-95, .slider-96, .slider-97 {
  padding: 30px;
}

.slider-98 {
  padding: 29px;
}

.slider-99 {
  padding: 27px;
}

.slider-100 {
  padding: 26px;
}

.slider-101 {
  padding: 27px;
}

.slider-102, .slider-103 {
  padding: 30px;
}

.slider-104 {
  padding: 35px;
}

.slider-105 {
  padding: 37px;
}

.slider-106 {
  padding: 55px;
}

.slider-107 {
  padding: 54px;
}

.slider-108 {
  padding: 51px;
}

.slider-109 {
  padding: 50px;
}

.slider-110 {
  padding: 47px;
}

.slider-111 {
  padding: 44px;
}

.slider-112 {
  padding: 42px;
}

.slider-113 {
  padding: 41px;
}

.slider-114 {
  padding: 36px;
}

.slider-115 {
  padding: 34px;
}

.slider-116 {
  padding: 32px;
}

.slider-117 {
  padding: 33px;
}

.slider-118 {
  padding: 35px;
}

.slider-119 {
  width: auto;
  max-width: none;
  height: 1050px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  left: auto;
}

.slide-2 {
  background-image: url('../images/pic2.jpg');
  background-position: 50%;
  background-size: 1450px 850px;
}

.team-div {
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
}

.team-pics {
  display: block;
}

.div-block-17 {
  flex-flow: wrap;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f1f1f1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: stretch stretch;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.heading-6 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-3 {
  color: var(--white);
}

.paragraph-3.team {
  color: var(--midnight-blue);
  text-align: justify;
  font-size: 20px;
  line-height: 26px;
}

.container-16 {
  background-color: var(--white-smoke);
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-7 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
}

.heading-7.team {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  display: block;
}

.team-pic-frame {
  box-sizing: content-box;
  background-color: var(--light-blue);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 10px;
}

.button {
  background-color: var(--midnight-blue);
}

.slide-3 {
  box-sizing: border-box;
  object-fit: scale-down;
  background-image: url('../images/pic28.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/pic30.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/pic18.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/pic3.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/pic6.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/IMG-7732-Original.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/pic27.JPG');
  background-position: 0 0;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/pic19.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/pic14.JPG');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/pic13.JPG');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/pic12.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('../images/pic10.jpg');
  background-position: 0 0;
  background-size: cover;
}

.container-17 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  min-height: 100vh;
  margin-top: 90px;
  margin-bottom: -10px;
  line-height: 40px;
  display: flex;
}

.image-15 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-color: #fff;
  background-clip: border-box;
  max-width: 83vw;
  margin-bottom: 27px;
}

.div-block-20 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.div-block-21 {
  background-color: var(--medium-purple);
  cursor: pointer;
  justify-content: center;
  display: flex;
}

.heading-8 {
  font-family: Droid Sans, sans-serif;
}

.paragraph-4 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.container-18 {
  padding-left: 10px;
}

.youtube-2 {
  cursor: pointer;
  margin: 5px;
}

.pop {
  z-index: 6;
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #1e1e1ee3;
  background-clip: border-box;
  flex-wrap: wrap;
  width: 100vw;
  height: 100vh;
  line-height: 24px;
  display: block;
  position: fixed;
}

.pop.health {
  object-fit: cover;
  font-family: Droid Sans, sans-serif;
  display: block;
  position: fixed;
}

.pop.er, .pop.ef, .pop.housing, .pop.job, .pop.migration, .pop.immigrat, .pop.advocacy, .pop.yothm, .pop.healthn {
  display: none;
}

.section-6 {
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 31px;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.paragraph-6 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 19px 30px auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.health {
  object-fit: fill;
  background-color: #b6e5f8f0;
  width: 800px;
  height: 400px;
  margin: auto;
  padding: 0;
  font-family: Varela, sans-serif;
  position: absolute;
  inset: 0%;
}

.health.youth {
  height: 700px;
}

.close {
  cursor: pointer;
  font-size: 14px;
  display: block;
}

.image-16 {
  width: 32px;
  max-width: 35%;
  margin: 7px 20px 10px;
  padding: 6px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-9 {
  color: var(--light-blue);
  background-color: #0000;
  margin-left: 30px;
  font-size: 28px;
  font-weight: 400;
  display: block;
}

.div-block-23 {
  background-color: var(--midnight-blue);
  background-image: url('../images/symbols.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 200px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 28px;
  padding-bottom: 12px;
  display: flex;
}

.image-17 {
  background-color: #000;
  background-image: linear-gradient(#fff, #fff);
}

.image-18 {
  background-image: linear-gradient(#fff, #fff);
}

.columns-2 {
  flex-wrap: nowrap;
  margin-bottom: 18px;
  padding-right: 10px;
  display: block;
}

.container-19 {
  color: var(--midnight-blue);
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  display: block;
}

.section-7 {
  background-color: var(--midnight-blue);
  flex-flow: wrap;
  place-content: center;
  align-items: stretch;
  margin: 20px auto;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.menu-divider, .home {
  align-self: flex-end;
}

.list-item {
  margin-right: 10px;
  font-size: 18px;
}

.paragraph-7 {
  color: #000;
  text-align: left;
  background-image: linear-gradient(#f1f1f180, #f1f1f180);
  width: auto;
  margin-bottom: 0;
  padding: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.container-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-21 {
  margin-left: 0;
  margin-right: 0;
}

.heading-10 {
  float: none;
  clear: both;
  aspect-ratio: auto;
  opacity: 1;
  text-align: left;
  object-fit: none;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding-left: 0;
  font-size: 24px;
  line-height: 32px;
  display: block;
  position: static;
}

.div-block-24 {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  margin-left: auto;
  padding-left: 0;
  line-height: 20px;
}

.image-19 {
  background-image: radial-gradient(circle at 100% 100%, #0344a0, #fff);
  margin-top: 60px;
  margin-bottom: 60px;
  position: static;
}

.heading-11 {
  color: var(--white);
  padding-left: 20px;
}

.columns-3 {
  padding-left: 176px;
  display: flex;
}

.column-2 {
  flex-direction: column;
  padding-left: 142px;
  display: block;
}

.div-block-25 {
  aspect-ratio: auto;
  object-fit: none;
  order: 0;
  align-self: auto;
  width: 470px;
  min-width: 0;
  display: block;
  position: relative;
}

.body-2 {
  background-color: #eaeaea;
  line-height: 80px;
}

.grid-3-copy {
  grid-column-gap: 16px;
  grid-row-gap: 13px;
  color: #f1f1f1;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: flex-start center;
  margin-bottom: 0;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 16px;
  display: flex;
}

.image-20 {
  align-self: flex-start;
  max-width: 100%;
  margin-top: 6px;
  display: block;
}

.heading-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 42%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.heading-about-us {
  padding-left: 20px;
}

.paragraph-7-aboutus {
  color: #000;
  text-align: left;
  background-image: linear-gradient(#f1f1f180, #f1f1f180);
  width: auto;
  margin-bottom: 0;
  padding: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.container-22 {
  justify-content: center;
  align-items: center;
  width: 0;
  display: flex;
}

.div-block-26 {
  width: 500px;
  height: 200px;
}

.html-embed {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.div-block-17-copy {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  place-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 650px;
  max-height: 1000px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  overflow: auto;
}

.paragraph-7-copy {
  color: #000;
  text-align: left;
  background-image: linear-gradient(#f1f1f180, #f1f1f180);
  width: auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.paragraph-8 {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.link {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.columns-4 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1400px;
  margin: 50px auto 20px;
  display: flex;
}

.column-3 {
  justify-content: center;
  align-items: flex-start;
  padding-right: 10px;
  display: flex;
}

.column-4 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #ededed;
  flex-wrap: wrap;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 68vw;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.div-block-27 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: 14vw;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center start;
  display: inline-grid;
}

.container-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  max-width: 1400px;
  margin-top: 20px;
  display: block;
}

.title-and-image {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin: 2% 0%;
  display: flex;
  position: relative;
}

.title-and-image.vaccinne {
  margin-left: 10%;
  margin-right: 10%;
}

.heading-13 {
  align-self: flex-start;
  margin-top: 50px;
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 40px;
  position: static;
  top: 336.646px;
}

.heading-13.bottom {
  flex: 0 auto;
  margin: 0 2%;
  position: static;
}

.heading-13.care {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ffe100;
  background-color: #0000;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 35%;
  margin-bottom: 0;
  font-size: 55px;
  position: absolute;
  top: auto;
}

.heading-13.care.a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-right: 0;
  position: static;
}

.heading-13.youth {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5%;
  line-height: 30px;
}

.heading-13.youth.drug {
  margin-left: 0%;
}

.heading-13.stories {
  color: #646363;
  text-align: left;
  text-transform: none;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 40px;
}

.dropdown-toggle {
  border: 5px #999;
  margin-right: -21px;
  padding-right: 46px;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  object-fit: fill;
  background-color: #f8f8f8;
  flex-direction: column;
  width: 200px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 16px;
  display: flex;
  position: absolute;
  inset: 87% 0% auto;
  overflow: visible;
}

.dropdown-link {
  margin-left: 0;
}

.body-3.stories {
  margin-left: 0;
  margin-right: 0;
}

.body-3.about-us {
  margin-left: 0%;
}

.div-block-28 {
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 50px;
  display: flex;
}

.button-2 {
  background-color: #0000;
}

.text-block {
  color: #fff;
  padding-right: 68px;
  font-size: 18px;
}

.background-video {
  z-index: 1080;
  aspect-ratio: auto;
  object-fit: contain;
  flex-flow: row;
  flex: 1;
  position: relative;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.image-21 {
  aspect-ratio: auto;
  object-fit: fill;
}

.background-video-2 {
  background-color: #33180870;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 75vh;
  display: flex;
}

.section-10 {
  margin-top: 609px;
}

.section-11 {
  margin-top: 50px;
}

.heading-14 {
  text-transform: capitalize;
  background-color: #0000;
  margin-top: 264px;
  margin-left: 92px;
}

.heading-15 {
  margin-top: 221px;
}

.div-block-29 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.learn-more-button {
  box-sizing: border-box;
  text-transform: uppercase;
  vertical-align: baseline;
  object-fit: fill;
  background-color: #e30000;
  flex: 1;
  order: 0;
  align-self: auto;
  margin-top: 23px;
  padding-left: 31px;
  padding-right: 31px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.learn-more-button:hover {
  background-color: #550202;
}

.learn-more-button.small {
  background-color: #e30000bf;
  flex: 0 auto;
  align-self: auto;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 22px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 20px;
}

.learn-more-button.small:hover {
  background-color: #002f5cbf;
}

.learn-more-button.small.project-1 {
  box-shadow: none;
  background-color: #e3000000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.div-block-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 218px;
  display: flex;
  position: relative;
}

.bold-text {
  color: var(--white);
}

.bold-text.link {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-size: 15px;
}

.bold-text.link.project-1-lnk {
  color: #193e74;
  background-color: #ff00d500;
}

.div-block-31 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-block {
  background-image: url('../images/Drugs-A.jpg');
  background-position: 100% 100%;
  background-repeat: repeat;
  background-size: cover;
  display: block;
}

.div-block-33 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 39px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 39px;
  grid-row-gap: 22px;
  grid-template-rows: .25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: stretch;
  margin-left: 20px;
  margin-right: 20px;
}

.project-1 {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
  overflow: clip;
}

.paragraph-border9 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 25px;
}

.tag-images {
  transition: transform .525s cubic-bezier(.215, .61, .355, 1);
}

.tag-images:hover {
  transform: scale(1.1);
}

.heading-16 {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.bold-text-2 {
  line-height: 20px;
}

.heading-17 {
  text-transform: capitalize;
  margin-top: 9px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.heading-17.tamale {
  text-transform: capitalize;
}

.div-block-34 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.paragraph-9 {
  font-size: 16px;
}

.cell {
  flex-flow: column;
}

.cell-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.body-message {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  vertical-align: top;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.body-message.care {
  display: block;
}

.body-message.youh {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.event-images {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.event-text {
  text-align: left;
  overflow-wrap: normal;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.image-23 {
  object-fit: none;
  flex: 1;
  align-self: flex-start;
  max-width: 100%;
  max-height: 400px;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-23.youth {
  aspect-ratio: auto;
  flex: 1;
  align-self: auto;
  position: static;
}

.lightbox-link {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  margin-left: 2%;
  margin-right: 2%;
  position: relative;
  overflow: auto;
}

.div-block-36 {
  background-color: var(--midnight-blue);
  border-radius: 0;
  flex: auto;
  margin-bottom: 40px;
}

.paragraph-10 {
  color: #fff;
  background-color: #fff0;
  margin-bottom: 0;
  padding: 12px 15px;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
  position: relative;
}

.div-block-37 {
  margin-top: 20px;
}

.div-block-38 {
  flex-flow: column;
  align-self: flex-start;
  align-items: center;
  margin-top: 46px;
  display: flex;
}

.div-block-38.youth {
  margin-left: 0%;
  margin-right: 10%;
}

.div-block-39 {
  box-sizing: content-box;
  background-color: #1f1b56;
  flex-flow: column;
  margin-left: 8.5%;
  margin-right: 8.5%;
  display: flex;
  overflow: clip;
}

.section-12 {
  background-color: #1f1b56;
  margin-top: 18px;
}

.gallery-section {
  background-color: var(--light-blue);
  align-self: flex-start;
  margin-top: 3%;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.gallery-section.alt-1 {
  background-color: var(--flowui-component-library--error-lighter);
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-40 {
  margin-left: 13.5%;
  margin-right: 13.6%;
}

.footer-section {
  background-color: #1f1b56;
}

.div-block-41 {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  vertical-align: text-top;
  object-fit: fill;
  background-image: url('../images/Tamale-Mosque-copy.jpg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: fixed;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 1%;
  display: inline-block;
}

.div-block-41.care {
  background-position: 0 0;
  background-size: contain;
}

.div-block-41.care.image {
  aspect-ratio: 16 / 9;
  object-fit: scale-down;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  width: 80svw;
  display: block;
  position: static;
}

.div-block-42 {
  margin-top: 25px;
}

.rich-text-block {
  margin-top: 0%;
  font-size: 16px;
  line-height: 30px;
}

.rich-text-block.c1 {
  text-align: left;
  height: 70vh;
  overflow: auto;
}

.para11 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}

.bold-text-4._1 {
  font-size: 24px;
}

.div-block-43 {
  flex: 0 auto;
  align-self: auto;
}

.div-block-45 {
  aspect-ratio: 16 / 9;
  object-fit: none;
  background-image: url('../images/Vaccine.jpg');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  max-width: 100%;
  margin-top: 15px;
}

.div-block-45.youth {
  background-image: url('../images/IMG-20240901-WA0058.jpg');
}

.div-block-45.tmwp {
  background-image: url('../images/Tamale-MArket.jpg');
}

.div-block-45.tmwp.nlrp {
  background-image: url('../images/IMG-20240921-WA0018.jpg');
}

.div-block-45.eradicate {
  background-image: url('../images/Stop-drug-abuse.jpg');
}

.section-13 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.div-block-46 {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.columns-5 {
  flex: 0 auto;
}

.section-14 {
  margin-left: 10%;
  margin-right: 10%;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 10px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-9 {
  background-color: #e0e1e4;
  grid-template-rows: auto;
  margin-top: 0;
}

.section-15 {
  background-color: #1f1c55;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-47 {
  margin-left: 10%;
  margin-right: 10%;
}

.div-block-48 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e0e1e4;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-self: auto;
  place-items: flex-start start;
  display: flex;
}

.div-block-49 {
  margin-left: 10%;
  margin-right: 10%;
}

.section-16 {
  background-color: #1f1c55;
}

.section-17 {
  flex-flow: row;
  flex: 1;
  align-self: stretch;
  margin-top: 49px;
}

.youtube-3 {
  width: 50%;
  position: relative;
}

.team-member-name {
  color: #000917;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
}

.image-25 {
  display: block;
}

.image-26 {
  width: auto;
  max-width: 100%;
  overflow: clip;
}

.div-block-50 {
  margin-left: 15%;
  margin-right: 15%;
}

.section-18 {
  background-color: var(--midnight-blue);
}

.au--sections {
  background-color: #ccd4e3;
  border-radius: 11px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
}

.heading-18 {
  flex-flow: column;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-51 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.link-2 {
  font-size: 20px;
}

.mission-links {
  color: #575757;
  text-align: left;
  font-size: 18px;
  text-decoration: none;
}

.mission-links:hover {
  color: #0078f8;
  text-decoration: underline;
}

.selection {
  font-family: Varela, sans-serif;
}

.selection:hover {
  border-width: 1px;
  border-color: #000;
  text-decoration: underline;
}

.f-breadcrumb-link {
  color: var(--flowui-component-library--grey-600);
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-breadcrumb-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-breadcrumb-link.w--current {
  color: var(--flowui-component-library--gray-900);
}

.f-breadcrumb-seperator {
  box-sizing: border-box;
  color: var(--flowui-component-library--grey-300);
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.f-breadcrumb-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-27 {
  background-color: #fff0;
  flex: 0 auto;
  align-self: stretch;
  max-width: 80%;
}

.link-block {
  clear: right;
  position: fixed;
  inset: auto 3% 35% auto;
}

.list-item-2, .list-item-3 {
  font-size: 18px;
}

.button-3 {
  color: #e00;
  background-color: #3898ec00;
}

.projects-links {
  color: #333;
  font-style: normal;
  text-decoration: none;
}

.div-block-52 {
  margin-left: 15%;
  margin-right: 15%;
}

.heading-19 {
  font-size: 40px;
  line-height: 40px;
}

.center {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 15%;
  margin-right: 15%;
  text-decoration: none;
  display: flex;
}

.div-block-53 {
  flex-flow: column;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.hero-image {
  z-index: 0;
  max-height: 80vh;
  position: relative;
}

.heading-20 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-21 {
  margin-top: 40px;
}

.section-21.vaccinne {
  margin-left: 5%;
  margin-right: 5%;
}

.slit-line {
  margin-bottom: 10px;
}

.image-30 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.team-heading {
  color: #fff;
  text-align: left;
  flex: 0 auto;
}

.active-bar {
  background-color: #0ba100;
  border-radius: 20px;
  align-self: flex-start;
  width: 50%;
  height: 100%;
}

.track-name {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.audio-player-single-track-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  position: static;
}

.stop-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.stop {
  cursor: pointer;
}

.shuffle {
  cursor: pointer;
  margin-right: 10px;
  line-height: 1;
}

.repeat {
  cursor: pointer;
  margin-right: 10px;
}

.volume-bar-wrapper {
  position: relative;
}

.audio-active {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
}

.pause {
  cursor: pointer;
}

.control-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.volume-up {
  cursor: pointer;
  width: 15px;
  margin-left: 5px;
}

.volume-mute-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.duration {
  color: #fff;
  align-items: flex-end;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.volume-down {
  cursor: pointer;
  width: 15px;
  height: 40px;
  margin-right: 5px;
}

.options-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.track-info-wrapper {
  background-color: #0000;
  border: 1px #0e0d0d;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.cover {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.volume-bar-active {
  background-color: #fff;
  border-radius: 20px;
  align-self: flex-start;
  width: 50%;
  height: 100%;
}

.audio-player-bar {
  opacity: 1;
  cursor: pointer;
  background-color: #575757;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
}

.mute {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
}

.current-seconds {
  color: #fff;
  align-items: flex-end;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.play {
  cursor: pointer;
}

.volume-bar {
  opacity: 1;
  cursor: pointer;
  background-color: #575757;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.audio-player-bar-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70%;
  display: flex;
}

.audio-player-bar-wrapper.bar-wrapper {
  width: 300px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.play-wrapper {
  cursor: pointer;
  width: auto;
  margin-right: 5px;
  display: flex;
}

.audio-player-volume-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70%;
  display: flex;
}

.audio-player-volume-wrapper.bar-wrapper-volume {
  background-color: #0a0a0a;
  flex-direction: row;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.shuffle-active {
  cursor: pointer;
  margin-right: 10px;
}

.div-block-54 {
  background-color: var(--midnight-blue);
}

.image-31 {
  display: block;
}

.sp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.true-media-player-single-track {
  display: none;
}

.sp-artist-name {
  color: #fff;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.sp-example-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.sp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.sp-details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.sp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 25px 30px;
}

.sp-pause {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.sp-track {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sp-elapsed {
  flex-direction: row;
  display: flex;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-play {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.sp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.sp-progress-bar-background {
  background-color: #f0f0f00f;
}

.sp-title {
  color: #ffffffd9;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.sp-thumbnail {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.cell-3 {
  background-color: var(--flowui-component-library--gray-700);
}

.jingle-description {
  font-size: 16px;
}

.div-block-55 {
  background-color: var(--flowui-component-library--gray-400);
  width: 100%;
  height: 50px;
  margin-bottom: 24px;
}

.quick-stack {
  background-color: #fff4f4;
}

.gallery-info {
  align-self: flex-start;
  margin-left: 2%;
  font-size: 16px;
}

.image-32 {
  background-color: #000;
}

.image-33 {
  background-color: red;
  align-self: stretch;
  margin-bottom: 2px;
}

.line {
  border-bottom: 1px solid #7c7c7c;
  align-self: flex-start;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.heading-21 {
  flex: 0 auto;
  align-self: auto;
  font-size: 30px;
  line-height: 30px;
}

.image-34 {
  position: relative;
  inset: 38px 0% 0% -1%;
  overflow: hidden;
  transform: scale(1.5);
}

.image-34.reduced {
  max-width: 80%;
  left: -1%;
}

.image-34.cropped {
  top: -249px;
  left: -4%;
  transform: scale(1.1);
}

.about-us-hero-image {
  border-radius: 7px;
  max-width: 900px;
  margin: 10px;
  position: relative;
  overflow: hidden;
}

.about-us-hero-image.trim {
  max-height: 800px;
}

.flex-block-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-span {
  font-size: 40px;
}

.div-block-56 {
  z-index: 2;
  background-color: var(--midnight-blue);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  position: absolute;
  inset: auto auto 0;
}

.text-block-2 {
  font-size: 24px;
  line-height: 30px;
}

.paragraph-11 {
  font-size: 18px;
  line-height: 25px;
}

.italic-text {
  line-height: 30px;
}

.text-block-3 {
  font-size: 24px;
  line-height: 30px;
}

.text-block-4 {
  font-size: 18px;
}

.text-block-5 {
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
}

.text-block-5.a {
  margin-top: 32px;
  line-height: 25px;
}

.bold-text-11 {
  text-decoration: none;
}

.link-block-2 {
  color: #e00000;
  text-decoration: none;
}

.bold-text-12 {
  line-height: 30px;
}

.heading-22 {
  font-size: 30px;
}

.paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
  text-align: center;
}

.paragraph-19 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24 {
  text-align: center;
}

.italic-text-2 {
  font-size: 16px;
  line-height: 20px;
}

.bold-text-13 {
  font-size: 24px;
  line-height: 20px;
}

.image-35 {
  aspect-ratio: auto;
}

.div-block-58 {
  overflow: clip;
}

.image-36 {
  overflow: visible;
}

.div-block-59, .div-block-60 {
  overflow: clip;
}

.mainselect {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.mainselect:visited {
  box-sizing: border-box;
}

.div-block-61 {
  background-color: #d5e2e7;
  width: 100%;
  margin-top: 10px;
  margin-right: 49px;
  padding-left: 20px;
  padding-right: 40px;
}

.div-block-61:hover {
  background-color: #83dcff;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell-5 {
  flex-flow: row;
  display: block;
}

.div-block-62 {
  background-color: #bfdbef;
  width: 100%;
  margin-top: 10px;
}

@media screen and (min-width: 1280px) {
  .div-block-29 {
    margin-left: 0;
  }
}

@media screen and (min-width: 1440px) {
  .image-15 {
    max-width: 73vw;
  }

  .heading-13.stories {
    line-height: 20px;
  }

  .div-block-29 {
    margin-left: 0;
  }

  .project-1 {
    background-color: var(--white);
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-39 {
    margin-left: 13.5%;
    margin-right: 13.5%;
  }
}

@media screen and (min-width: 1920px) {
  .footer-light {
    border-bottom-style: none;
    line-height: 20px;
  }

  .contact-us {
    line-height: 20px;
  }

  .div-block-10 {
    width: 100%;
    line-height: 40px;
  }

  .image-15 {
    background-color: #fff0;
    flex: 0 auto;
    width: 1060px;
    max-width: 0;
  }

  .section-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 29px;
  }

  .body-2 {
    background-color: #f1f1f1;
  }

  .heading-13.bottom {
    margin-right: 27px;
  }

  .heading-13.care {
    margin-bottom: 18px;
    padding-top: 0;
    font-size: 60px;
  }

  .heading-13.stories {
    font-size: 28px;
    line-height: 30px;
  }

  .learn-more-button.small.project-1 {
    box-shadow: none;
    margin: 10px;
  }

  .div-block-33 {
    background-color: #f1f1f1;
  }

  .project-1 {
    background-color: #fff;
    box-shadow: 0 3px 5px 3px #0003;
  }

  .paragraph-border9, .heading-16 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-34 {
    margin-bottom: 40px;
  }

  .body-message {
    margin-left: 25%;
    margin-right: 25%;
  }

  .body-message.care {
    margin-left: 10%;
    margin-right: 10%;
  }

  .body-message.youh {
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-40 {
    margin-left: 24%;
    margin-right: 24%;
  }

  .div-block-41 {
    background-position: 0 0;
    background-repeat: repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .div-block-45 {
    background-position: 0%;
  }

  .section-13, .section-14 {
    margin-left: 19.2%;
    margin-right: 19.2%;
  }

  .grid-9 {
    place-items: center start;
  }

  .au--sections {
    margin-left: 10%;
    margin-right: 10%;
  }

  .div-block-51 {
    justify-content: space-around;
    align-items: center;
    margin-left: 15%;
    margin-right: 15%;
  }

  .center {
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media screen and (max-width: 991px) {
  .adinkra {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav {
    font-size: 10px;
    display: block;
  }

  .slider {
    flex: 0 auto;
    height: 500px;
  }

  .container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
  }

  .navbar-logo-left-container.shadow-three {
    margin-left: 5%;
    margin-right: 5%;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-brand {
    flex: 0 auto;
  }

  .nav-menu-wrapper {
    max-width: 35%;
    margin-left: 398px;
  }

  .menu-bar {
    background-color: #fff;
    border-radius: 0;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menu-bar.home {
    vertical-align: baseline;
    border-radius: 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    list-style-type: none;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menuclass {
    margin-bottom: -5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-divider {
    border-radius: 0;
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-12 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .form-success {
    padding-bottom: 30px;
  }

  .form-control {
    font-family: Droid Sans, sans-serif;
    font-size: 16px;
  }

  .grid {
    grid-column-gap: 27px;
    grid-template-columns: 1fr 1fr;
    place-content: start center;
    padding: 9px;
  }

  .heading-5.white {
    font-size: 22px;
  }

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

  .team-pics {
    font-family: Droid Sans, sans-serif;
  }

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

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .paragraph-3.team {
    font-size: 16px;
    line-height: 22.5px;
  }

  .container-16 {
    justify-content: flex-start;
    max-width: none;
  }

  .team-pic-frame {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
  }

  .image-15 {
    max-width: 95vw;
  }

  .icon-2 {
    color: var(--midnight-blue);
    font-family: Droid Sans, sans-serif;
    font-size: 40px;
    line-height: 25px;
  }

  .health {
    width: auto;
    padding: 0;
  }

  .image-19 {
    border: 100px #000;
  }

  .div-block-25 {
    width: 8vw;
  }

  .grid-3-copy {
    grid-column-gap: 16px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-12 {
    width: 30%;
    padding-left: 21px;
  }

  .grid-4 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: flex;
    position: static;
  }

  .div-block-27 {
    flex: 1;
  }

  .title-and-image {
    margin-top: 20px;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 35px;
  }

  .heading-13.care {
    margin-top: 24%;
    font-size: 30px;
    display: block;
  }

  .heading-13.care.a {
    margin-top: 0%;
  }

  .dropdown-toggle {
    border-width: 0;
    padding: 20px 40px 20px 14px;
  }

  .dropdown-list {
    flex: none;
  }

  .dropdown-list.w--open {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-15 {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-29 {
    margin-left: 19px;
  }

  .grid-5 {
    grid-column-gap: 28px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .body-message {
    margin-left: 10%;
    margin-right: 10%;
  }

  .body-message.care, .body-message.youh {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-40 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-41.care {
    box-sizing: border-box;
    background-size: 960px;
  }

  .div-block-41.care.image {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block {
    font-size: 16px;
    line-height: 25px;
  }

  .grid-7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .au--sections {
    width: 100%;
  }

  .div-block-51 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .center {
    flex-flow: wrap;
    margin-left: 5%;
    margin-right: 5%;
  }

  .list-item-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .list-item-6 {
    position: static;
  }

  .sp-elapsed, .sp-duration {
    display: flex;
  }

  .image-34 {
    top: 68px;
  }

  .image-34.cropped {
    top: -125px;
  }

  .div-block-57 {
    z-index: 3;
    background-color: var(--midnight-blue);
    width: 500px;
    position: absolute;
    inset: auto 0% 0% auto;
  }
}

@media screen and (max-width: 767px) {
  .adinkra {
    margin-left: -20px;
    margin-right: -20px;
  }

  .slide-nav {
    display: block;
  }

  .slider {
    flex: 0 auto;
    height: 300px;
  }

  .div-block-2 {
    padding-left: 10px;
  }

  .paragraph-2 {
    max-width: 700px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    margin-bottom: 10px;
    padding-left: 9px;
    display: block;
  }

  .heading-2.black-text {
    font-size: 30px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    flex-flow: row;
    margin-left: 268px;
  }

  .menu-bar {
    border-radius: 9px;
    padding-bottom: 30px;
  }

  .menuclass {
    padding-top: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .form-success {
    padding-bottom: 30px;
  }

  .form-column__two {
    padding-left: 0;
  }

  .btn.btn-default {
    width: 100%;
  }

  .form-column__one {
    padding-right: 0;
  }

  .div-block-9 {
    padding-left: 0;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .grid {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .left-arrow, .right-arrow {
    font-size: 14px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-3.team {
    text-align: justify;
  }

  .pop {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pop.er {
    object-fit: cover;
    width: auto;
    height: auto;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .pop.ef, .pop.housing, .pop.job, .pop.migration, .pop.immigrat {
    display: none;
    inset: 0%;
  }

  .pop.advocacy, .pop.yothm {
    inset: 0%;
  }

  .pop.healthn {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .section-6 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .paragraph-6 {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
  }

  .health {
    clear: both;
    object-fit: contain;
    flex-flow: column;
    place-content: center flex-start;
    align-items: center;
    height: 800px;
    margin: 0;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .close {
    position: static;
  }

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

  .div-block-23 {
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    display: block;
  }

  .container-21 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-25 {
    width: .5vw;
  }

  .heading-12 {
    width: 40%;
  }

  .grid-4 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: row;
    overflow: hidden;
  }

  .div-block-27 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .title-and-image {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-13 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-13.care {
    margin-top: 29%;
    font-size: 23px;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-28 {
    flex-flow: row;
    align-content: stretch;
  }

  .background-video-2 {
    justify-content: flex-start;
    align-items: stretch;
    height: 85vh;
    display: block;
  }

  .heading-15 {
    font-size: 40px;
  }

  .div-block-29 {
    flex: 0 auto;
    margin-top: -161px;
    line-height: 40px;
  }

  .learn-more-button {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
  }

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

  .grid-5 {
    grid-column-gap: 24px;
    grid-template-rows: .25fr;
    grid-template-columns: 1fr;
  }

  .tag-images {
    overflow: auto;
  }

  .body-message {
    justify-content: center;
    align-items: flex-start;
    margin-left: 5%;
    margin-right: 5%;
  }

  .body-message.care {
    margin-left: 5%;
    margin-right: 5%;
  }

  .event-images {
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-36 {
    flex: 1;
    align-self: flex-start;
  }

  .paragraph-10 {
    margin-bottom: 5px;
    padding-bottom: 0;
    line-height: 25px;
  }

  .div-block-41.care.image {
    background-size: 960px;
  }

  .div-block-45 {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    height: 100vw;
    position: static;
    overflow: hidden;
  }

  .section-13 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .grid-7, .grid-8 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .div-block-48 {
    flex-flow: column;
  }

  .au--sections {
    align-self: flex-start;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-18 {
    align-items: flex-start;
    display: block;
  }

  .div-block-51 {
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 0;
    padding-right: 0;
  }

  .center {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .track-name {
    text-align: center;
    margin-top: 5px;
    margin-right: 0;
  }

  .audio-player-single-track-wrapper {
    flex-direction: column;
  }

  .options-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .track-info-wrapper {
    flex-direction: column;
    margin-right: 0;
  }

  .cover {
    margin-right: 0;
  }

  .audio-player-volume-wrapper.bar-wrapper-volume {
    margin-left: 10px;
  }

  .sp-track-wrapper {
    padding: 20px;
  }

  .image-34 {
    top: 7px;
    transform: scale(1.6);
  }

  .image-34.cropped {
    top: -7px;
    left: -3%;
    transform: scale(1.1);
  }

  .flex-block-2 {
    flex-flow: row;
  }

  .text-block-5 {
    line-height: 25px;
  }

  .text-block-5.a {
    font-size: 15px;
    line-height: 20px;
  }

  .bold-text-14 {
    font-size: 16px;
    line-height: 10px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    align-items: stretch;
  }

  .slide-nav {
    display: flex;
  }

  .slider {
    flex: 0 auto;
    height: 200px;
  }

  .paragraph-2 {
    max-width: 280px;
  }

  .heading-2.black-text {
    font-size: 20px;
  }

  .container {
    max-width: none;
    margin-left: -13%;
    margin-right: -13%;
  }

  .mission {
    margin-top: 0;
    padding-top: 0;
  }

  .navbar-logo-left {
    flex-flow: row;
    display: block;
  }

  .navbar-logo-left-container.shadow-three {
    flex-flow: row;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .navbar-brand {
    flex: 1;
  }

  .nav-menu-wrapper {
    margin-left: 53px;
  }

  .menu-bar {
    flex-direction: column;
  }

  .menu-bar.home {
    border-radius: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    left: 0;
  }

  .menuclass {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menuclass.w--current {
    flex-flow: column;
  }

  .alc_logo {
    max-width: 70%;
  }

  .container-12 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .email {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .container-13 {
    flex: 1;
    align-self: center;
    margin-top: 7px;
    margin-bottom: 30px;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .btn.btn-default {
    letter-spacing: 1px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .paragraph-3.team {
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-7.team {
    overflow: hidden;
  }

  .image-15 {
    margin-bottom: 9px;
  }

  .icon-2 {
    font-size: 30px;
  }

  .pop {
    flex-flow: wrap;
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .pop.er {
    display: none;
  }

  .pop.ef {
    object-fit: fill;
    display: none;
  }

  .pop.housing, .pop.job, .pop.migration, .pop.immigrat, .pop.advocacy {
    display: none;
  }

  .pop.yothm {
    height: 100vh;
    display: none;
  }

  .pop.healthn {
    width: auto;
    height: auto;
    display: none;
    inset: 0%;
  }

  .section-6 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .paragraph-6 {
    text-align: left;
    object-fit: none;
    height: 696vw;
    margin-left: 12px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 24px;
    display: block;
    position: static;
  }

  .health {
    object-fit: fill;
    width: 90%;
    height: 60%;
    position: absolute;
    inset: 11% 0% 0% 5%;
  }

  .health.youth {
    height: 680px;
    top: 7%;
  }

  .close {
    position: static;
  }

  .image-16 {
    margin-left: 10px;
    margin-right: 5px;
    padding: 10px 10px 10px 5px;
  }

  .heading-9 {
    margin-left: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
    display: block;
  }

  .div-block-23 {
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
  }

  .section-7 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .container-21 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-19 {
    margin-top: 20px;
    padding-left: 0%;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .heading-12 {
    width: 60%;
    font-size: 20px;
  }

  .heading-about-us {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .paragraph-7-copy {
    padding: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .columns-4 {
    flex-wrap: wrap;
  }

  .grid-4 {
    flex-flow: column;
  }

  .div-block-27 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: 14vw;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .title-and-image {
    margin-top: 19px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-13.care {
    margin-top: 44%;
    font-size: 15px;
  }

  .heading-13.care.a {
    font-size: 18px;
    line-height: 18px;
  }

  .heading-13.stories {
    font-size: 16px;
    line-height: 20px;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .background-video-2 {
    height: 60vh;
  }

  .heading-15 {
    font-size: 24px;
    line-height: 30px;
  }

  .learn-more-button {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 10px;
    line-height: 20px;
  }

  .learn-more-button.small {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-31 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .project-1 {
    box-shadow: 0 3px 5px 2px #0003;
  }

  .body-message, .body-message.care {
    margin-left: 0%;
    margin-right: 0%;
  }

  .event-text {
    font-size: 16px;
    line-height: 25px;
  }

  .grid-6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-41 {
    background-position: 50% 0;
    background-size: 960px;
    background-attachment: fixed;
    position: static;
  }

  .div-block-41.care {
    aspect-ratio: 16 / 9;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 960px;
    background-attachment: fixed;
  }

  .div-block-41.care.image {
    background-position: 0 0;
  }

  .div-block-42 {
    margin-top: 0;
  }

  .rich-text-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-3 {
    font-size: 22px;
  }

  .para11 {
    font-size: 16px;
    line-height: 25px;
  }

  .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 20px;
  }

  .bold-text-7 {
    font-size: 20px;
    line-height: 15px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
  }

  .div-block-49, .section-17 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .team {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-50 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .au--sections {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0%;
    padding: 20px 0;
    overflow: visible;
  }

  .heading-18 {
    text-align: left;
    margin-top: 0;
    margin-bottom: -10px;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    display: block;
  }

  .div-block-51 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .mission-links {
    font-size: 16px;
    line-height: 20px;
  }

  .selection, .bold-text-10 {
    line-height: 18px;
  }

  .team-heading {
    padding-left: 10%;
    padding-right: 10%;
  }

  .audio-player-single-track-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .options-wrapper {
    margin-right: 0;
  }

  .audio-player-bar-wrapper.bar-wrapper {
    width: 200px;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-5.a {
    margin-top: 0;
    font-size: 14px;
  }
}

#w-node-ef81297e-8915-2d1b-a40c-e5dd6e028503-d341c2de, #w-node-_4afee01e-6c0c-8059-76d6-d38f1f4e4d8a-d341c2de, #w-node-cd0f4b1f-3302-b0dc-949d-4b87848b718e-d341c2de, #w-node-c8aa8cf4-96bd-258a-cf5e-4746c577dfdd-d341c2de, #w-node-f96cd61a-5479-0c7d-c61b-1aa89d2ddfaa-d341c2de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-baefe46d-4146-e49c-0f43-56dbdf974351-d341c2e3, #w-node-_1849b8d5-e215-76dd-5f2f-823c9aa19166-d341c2e3 {
  place-self: start;
}

#w-node-_56be4024-a289-73b5-cef8-75f1b9d435d7-d341c2e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_044284e2-ca37-c445-1864-38c187c1b3b4-d341c2e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-ca4063e4-fdf4-3966-0d6c-caba218a802d-d341c2e6, #w-node-_2df39b50-de10-3d03-fa56-f1799e1d38e9-d341c2e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dc21d6f-852c-b78c-19aa-7bca42e77b52-d341c2e8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_4501adde-5a81-dc8c-dfb6-600e5280b47f-c6fbe1c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_2df39b50-de10-3d03-fa56-f1799e1d38e9-d341c2e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6dc21d6f-852c-b78c-19aa-7bca42e77b52-d341c2e8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


