:root {
  --midnight-blue: #332449;
  --chocolate: #db7632;
  --black: #333;
}

.div-block {
  background-image: linear-gradient(#00000073, #00000073), url('../images/ABCD-Teens-Arm-in-Arm-1500_photo-by-iStock_jacoblund.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 70vh;
}

.div-block-2 {
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 5vh;
  display: flex;
}

.div-block-3 {
  text-align: center;
  flex: 1;
}

.image {
  width: 40%;
}

.navbar {
  background-color: #0000;
}

.div-block-4 {
  background-color: #fff;
  justify-content: space-between;
  padding-left: 1.5%;
  display: block;
}

.nav-link {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 11vh;
  padding: .5vh 18px 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
}

.nav-link:hover {
  color: var(--chocolate);
}

.nav-link.donate {
  background-color: var(--midnight-blue);
  color: var(--chocolate);
  letter-spacing: 0;
  margin-left: 0;
  padding-top: .5vh;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
  line-height: 1.95rem;
}

.nav-link.donate:hover {
  color: #fff;
}

.image-2 {
  height: 10.5vh;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  height: 11vh;
  display: flex;
}

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

.div-block-6 {
  justify-content: space-around;
  align-items: center;
  display: block;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  height: 11vh;
  display: flex;
}

.div-block-7 {
  float: right;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.div-block-7.dt {
  margin-left: 20px;
}

.brand {
  cursor: pointer;
}

.div-block-8 {
  background-color: var(--chocolate);
  text-align: center;
}

.image-3 {
  height: 6vh;
}

.link-block {
  justify-content: center;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: flex;
}

.div-block-9 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block {
  color: var(--midnight-blue);
  letter-spacing: .5px;
  font-family: Mulish, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-decoration: none;
}

.text-block.white {
  color: #fff;
  letter-spacing: .25px;
  font-family: Poppins, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 2.35rem;
}

.div-block-10 {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.link-block-2 {
  cursor: pointer;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gelasio, sans-serif;
  font-size: 5.75rem;
  font-weight: 500;
  line-height: 6.25rem;
}

.dropdown-link {
  border-bottom: 1px solid var(--chocolate);
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.95rem;
}

.dropdown-link:hover {
  background-color: var(--chocolate);
  color: var(--midnight-blue);
}

.dropdown-link.last {
  border-bottom-style: none;
}

.dropdown-list {
  background-color: var(--chocolate);
}

.dropdown-list.w--open {
  background-color: var(--midnight-blue);
  left: 18px;
}

.div-block-11 {
  margin-bottom: 5px;
}

.div-block-12 {
  padding: 80px 12.5%;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple {
  background-color: #fff;
  position: absolute;
  top: 38%;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.simple {
  background-color: #00888c;
  top: 52%;
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.simple {
  background-color: #fff;
  top: 66%;
}

.section {
  opacity: 0;
  display: none;
}

.div-block-14 {
  padding: 100px 25%;
}

.div-block-14.bk {
  padding-left: 12.5%;
  padding-right: 12.5%;
}

.div-block-14.bk.book {
  padding-left: 15%;
  padding-right: 15%;
}

.heading-2 {
  margin-top: 0;
  font-family: Gelasio, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.heading-2.ctr {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
}

.heading-2.ctr.wht {
  color: #fff;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
}

.div-block-15 {
  border: 1px solid var(--chocolate);
  background-color: var(--chocolate);
  color: var(--chocolate);
  text-align: center;
  border-radius: 180px;
  width: 125px;
  height: 2px;
  display: inline-block;
}

.div-block-16 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-16.vd {
  margin-bottom: 25px;
}

.image-4 {
  height: 70px;
}

.div-block-17 {
  text-align: center;
  margin-bottom: 15px;
}

.paragraph {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.paragraph.cent {
  text-align: center;
  font-weight: 300;
  line-height: 2rem;
}

.paragraph.cent.wht {
  color: #fff;
}

.paragraph.lsits {
  padding-left: 25px;
  line-height: 1.6rem;
}

.paragraph.bookcent.boos {
  line-height: 2rem;
}

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

.div-block-19 {
  background-color: var(--midnight-blue);
  padding-top: 75px;
  padding-bottom: 75px;
}

.div-block-19.gi {
  padding-left: 20%;
  padding-right: 20%;
}

.div-block-19.footer {
  padding-top: 50px;
  padding-bottom: 10px;
}

.div-block-20 {
  background-image: url('../images/ccc-3d.webp');
  background-position: 120% 0;
  background-repeat: no-repeat;
  background-size: 475px;
}

.div-block-21 {
  background-image: url('../images/ccc-3d.webp');
  background-position: -10%;
  background-repeat: no-repeat;
  background-size: 400px;
}

.html-embed {
  text-align: center;
  margin-bottom: 0;
}

.div-block-22 {
  text-align: center;
  padding-left: 32.5%;
  padding-right: 32.5%;
}

.div-block-23 {
  text-align: center;
  margin-bottom: 10px;
}

.div-block-24 {
  margin-bottom: 20px;
}

.list-item {
  margin-bottom: 12px;
}

.div-block-25 {
  width: 45%;
}

.div-block-26 {
  text-align: center;
  width: 50%;
}

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

.div-block-28 {
  width: 700px;
  margin-bottom: 35px;
  display: inline-block;
}

.div-block-29 {
  text-align: center;
  margin-bottom: 50px;
  padding-left: 17.5%;
  padding-right: 17.5%;
}

.div-block-30 {
  margin-bottom: 25px;
}

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

.div-block-32 {
  margin-bottom: 35px;
  padding-right: 0%;
}

.div-block-33 {
  margin-bottom: 35px;
}

.div-block-35 {
  padding: 100px 10%;
}

.image-5 {
  width: 250px;
  max-width: 250px;
}

.div-block-36 {
  text-align: center;
  margin-bottom: 20px;
}

.image-18 {
  width: 250px;
  max-width: 250px;
}

.div-block-37 {
  text-align: center;
}

.image-17 {
  color: #feffff;
  cursor: pointer;
  background-color: #0000;
  width: 1.5rem;
  height: 1.5rem;
}

.link-block-14 {
  text-align: center;
  cursor: pointer;
  border: 1px #000;
  margin-left: 7px;
  margin-right: 7px;
  padding: 3px;
}

.ftlink-2 {
  color: #fff;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.9rem;
}

.ftlink-2:hover {
  color: #cecece;
}

.nav-link-5 {
  color: #fff;
  text-transform: none;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .95rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
}

.nav-link-5:hover, .nav-link-5.w--current {
  color: #a1a1a1;
}

.nav-link-5.bottm {
  letter-spacing: .5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.9rem;
}

.nav-link-5.bottm:hover {
  color: #fff;
}

.nav-link-5.bottm.sml {
  text-align: center;
  font-size: .8rem;
  line-height: 1.8rem;
}

.div-block-38 {
  text-align: center;
  margin-bottom: 15px;
}

.div-block-160 {
  margin-bottom: 20px;
}

.div-block-158 {
  margin-bottom: 25px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 25.5px;
}

.paragraph-4.foots {
  cursor: pointer;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .65rem;
  line-height: 1.1rem;
}

.text-span {
  font-family: Great Vibes, cursive;
  font-size: 3rem;
  line-height: 3.5rem;
}

.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;
}

@media screen and (max-width: 991px) {
  .div-block, .div-block-2 {
    height: 48vh;
  }

  .div-block-4 {
    padding-left: 0%;
  }

  .nav-link {
    height: auto;
    padding: 22px 0;
    display: block;
  }

  .nav-link.donate {
    padding-top: 22px;
  }

  .image-2 {
    height: 9.5vh;
  }

  .div-block-5 {
    height: 10vh;
    padding-left: 5px;
  }

  .nav-menu {
    border-top: 1px solid var(--midnight-blue);
    background-color: #fff;
    height: auto;
    display: block;
  }

  .div-block-7 {
    float: none;
  }

  .div-block-7.dt {
    margin-left: 0;
  }

  .image-3 {
    height: 5vh;
  }

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

  .text-block {
    font-size: 1.35rem;
    line-height: 2.35rem;
  }

  .text-block.white {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .heading {
    font-size: 3rem;
    line-height: 3.25rem;
  }

  .white {
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-12 {
    padding: 65px 7.5%;
  }

  .menu-button-2 {
    float: right;
    justify-content: center;
    align-items: flex-start;
    width: 10vh;
    height: 10vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

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

  .line-1 {
    background-color: var(--midnight-blue);
    top: 35px;
  }

  .line-1.simple {
    z-index: 3;
    background-color: var(--midnight-blue);
    color: #283166;
    width: 35px;
    height: 2px;
    top: 32px;
  }

  .line-2 {
    background-color: var(--chocolate);
    top: 47px;
  }

  .line-2.simple {
    background-color: var(--chocolate);
    color: #283166;
    width: 35px;
    height: 2px;
    top: 45px;
  }

  .line-3 {
    background-color: var(--midnight-blue);
    top: 59px;
  }

  .line-3.simple {
    background-color: var(--midnight-blue);
    width: 35px;
    height: 2px;
    top: 58px;
  }

  .menu-button-3 {
    width: 9vh;
    height: 10vh;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .div-block-14 {
    padding: 75px 5%;
  }

  .div-block-14.bk {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .div-block-14.bk.book {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading-2.ctr.wht {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-block-19 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .div-block-19.footer {
    padding-top: 35px;
  }

  .div-block-20, .div-block-21 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-22 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .div-block-25 {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-26 {
    opacity: 1;
    width: 100%;
    display: block;
  }

  .div-block-27 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .div-block-28 {
    width: 600px;
  }

  .div-block-29 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .div-block-32 {
    padding-right: 0%;
  }

  .div-block-34 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .div-block-35 {
    padding: 75px 5%;
  }

  .image-18 {
    width: 250px;
  }

  .image-17 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .nav-link-5 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.25rem;
  }

  .nav-link-5.bottm {
    text-transform: none;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 0;
    font-size: .9rem;
    line-height: 1.9rem;
  }

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

  .paragraph-4.foots {
    color: #fff;
    font-size: 10px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    background-image: linear-gradient(to bottom, null, null), url('../images/ABCD-Teens-Arm-in-Arm-1500_photo-by-iStock_jacoblund.jpg');
    background-position: 0 0, 42% 0;
    height: 45vh;
  }

  .div-block-2 {
    height: 45vh;
    padding-top: 7vh;
  }

  .div-block-5 {
    padding-left: 5px;
  }

  .brand {
    padding-left: 0;
  }

  .text-block.white {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .text-block.white.rw {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
  }

  .heading {
    font-size: 2.75rem;
    line-height: 3rem;
  }

  .white {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    padding: 60px 5%;
  }

  .menu-button-2 {
    padding-left: 0;
  }

  .line-1.simple {
    height: 2px;
    top: 32px;
  }

  .line-2.simple {
    top: 45px;
  }

  .line-3.simple {
    height: 2px;
    top: 58px;
  }

  .div-block-14 {
    padding: 65px 5%;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .paragraph.bookcent {
    text-align: center;
  }

  .div-block-19 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-22 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .div-block-26 {
    opacity: 1;
    display: block;
  }

  .div-block-29 {
    margin-bottom: 35px;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

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

  .div-block-34 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-35 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .image-17 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .paragraph-4.foots {
    font-size: .6rem;
    line-height: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    background-image: linear-gradient(#00000073, #00000073), url('../images/ABCD-Teens-Arm-in-Arm-1500_photo-by-iStock_jacoblund.jpg');
    background-position: 0 0, 45% 0;
    background-size: auto, cover;
    height: 38vh;
  }

  .div-block-2 {
    align-items: center;
    height: 38vh;
    padding-top: 3vh;
    padding-bottom: 0;
  }

  .nav-link {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .image-2 {
    height: 8.75vh;
  }

  .div-block-5 {
    height: 9vh;
    padding-left: 1px;
  }

  .text-block {
    font-size: 1.15rem;
    line-height: 2.15rem;
  }

  .text-block.white {
    opacity: 1;
    text-align: center;
    font-size: 1.35rem;
    line-height: 1.95rem;
    display: block;
  }

  .text-block.white.rw {
    padding-right: 0;
    font-size: 1.35rem;
  }

  .div-block-10 {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }

  .heading {
    font-size: 2.75rem;
    line-height: 3rem;
  }

  .white {
    opacity: 0;
    display: none;
  }

  .div-block-12 {
    background-color: var(--midnight-blue);
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    margin-top: -50px;
    padding: 35px 2.5%;
  }

  .menu-button-2 {
    width: 9.5vh;
    height: 11vh;
  }

  .line-1 {
    background-color: var(--midnight-blue);
    top: 29px;
  }

  .line-1.simple {
    z-index: 3;
    color: var(--midnight-blue);
    background-color: #948457;
    height: 2px;
    top: 35px;
  }

  .line-2 {
    background-color: var(--chocolate);
    top: 41px;
  }

  .line-2.simple {
    color: var(--chocolate);
    background-color: #d1c298;
    height: 2px;
    top: 48px;
  }

  .line-3 {
    background-color: var(--midnight-blue);
    top: 53px;
  }

  .line-3.simple {
    background-color: var(--midnight-blue);
    height: 2px;
    top: 61px;
  }

  .menu-button-3 {
    width: 8.5vh;
    height: 9vh;
    padding: 0;
  }

  .section {
    opacity: 1;
    display: block;
  }

  .div-block-13 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .heading-2.ctr {
    font-size: 2.5rem;
  }

  .heading-2.ctr.wht {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .div-block-19.gi, .div-block-19.footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-28 {
    width: auto;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-29 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-34 {
    padding-left: 2.5%;
    padding-right: 2.5%;
    display: block;
  }

  .image-17 {
    width: 1.65rem;
    height: 1.65rem;
  }

  .link-block-14 {
    text-align: center;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .ftlink-2 {
    font-weight: 300;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .nav-link-5.bottm {
    padding-left: 0;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .paragraph-4 {
    color: #797979;
    text-align: justify;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-4.foots {
    color: #fff;
    text-align: center;
    font-size: .65rem;
    line-height: 1.1rem;
  }
}


