#nipt-jumbotron .jumbotron {
  background: url(/images/close-up-portrait-man-s-woman-s-hands.jpg?5068e7fbb7ab32527acc847ba532e219);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 300px;
  margin-bottom: 5rem;
  border-radius: 0;
  display: flex;
  align-items: center;
}
#nipt-jumbotron .jumbotron h1.display-4 {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 7rem;
  line-height: 1;
  margin-bottom: 0;
  margin-left: -0.3125rem;
}
#nipt-jumbotron .jumbotron h3 {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.2;
}
#nipt-jumbotron .jumbotron .container {
  min-height: 250px;
  height: 100%;
}
#nipt-jumbotron .jumbotron .img-container {
  position: absolute;
  bottom: -38%;
  left: 20px;
  right: 0;
}
#nipt-jumbotron .jumbotron .img-container img {
  width: 124px;
  height: 180px;
}
#nipt-jumbotron button.rounded-pill {
  width: 100%;
}
#nipt-jumbotron .element-container .element-grid,
#nipt-jumbotron .element-container .element-supergraphic {
  display: none;
  z-index: -1;
}

#nipt-list .accordion {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#nipt-list .accordion-header h4, #nipt-list .accordion-body h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  #nipt-jumbotron .jumbotron {
    margin-bottom: 2rem;
  }
  #nipt-jumbotron .jumbotron .container {
    min-height: 100%;
  }
  #nipt-jumbotron .jumbotron .img-container {
    left: auto;
    top: 60%;
    right: 0;
    bottom: auto;
  }
  #nipt-jumbotron .jumbotron .img-container img {
    width: 140px;
    height: 200px;
  }
  #nipt-jumbotron button.rounded-pill {
    width: auto;
  }
  #nipt-jumbotron .element-container .element-grid {
    display: block;
    top: -80px;
    right: -80px;
  }
  #nipt-jumbotron .element-container .element-grid img {
    width: 180px;
    height: 140px;
  }
  #nipt-jumbotron .element-container .element-supergraphic {
    display: block;
    top: -56px;
    right: 160px;
  }
  #nipt-jumbotron .element-container .element-supergraphic img {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 768px) {
  #nipt-jumbotron .jumbotron {
    min-height: 400px;
    height: auto;
  }
  #nipt-jumbotron .jumbotron .img-container {
    top: 70%;
  }
  #nipt-jumbotron .jumbotron .img-container img {
    width: 170px;
    height: 260px;
  }
  #nipt-jumbotron .element-container .element-grid {
    top: -80px;
    right: -80px;
  }
  #nipt-jumbotron .element-container .element-grid img {
    width: 200px;
    height: 140px;
  }
  #nipt-jumbotron .element-container .element-supergraphic {
    top: -70px;
    right: 180px;
  }
  #nipt-jumbotron .element-container .element-supergraphic img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  #nipt-jumbotron .jumbotron .img-container {
    right: 80px;
  }
  #nipt-jumbotron .element-container .element-grid {
    top: -140px;
    right: -100px;
  }
  #nipt-jumbotron .element-container .element-grid img {
    width: 300px;
    height: 240px;
  }
  #nipt-jumbotron .element-container .element-supergraphic {
    top: -80px;
    right: 250px;
  }
  #nipt-jumbotron .element-container .element-supergraphic img {
    width: 125px;
    height: 125px;
  }
}
@media (min-width: 1200px) {
  #nipt-jumbotron .element-container .element-grid {
    top: -180px;
    right: -200px;
  }
  #nipt-jumbotron .element-container .element-grid img {
    width: 400px;
    height: 300px;
  }
  #nipt-jumbotron .element-container .element-supergraphic {
    top: -90px;
    right: 250px;
  }
  #nipt-jumbotron .element-container .element-supergraphic img {
    width: 150px;
    height: 150px;
  }
}
