hr {
  border-top: 5px solid white;
}

#next {
  position: absolute;
  bottom: 0px;
  right: 10px;
  z-index: 99999;
}

header.masthead .intro-text .intro-lead-in {
  align-items: center;
}

#back-nav {
  position: relative;
}

#infoModal {
  z-index: 999999;
}

#successModal {
  z-index: 999999;
}

#btn_action {
  position: absolute;
  bottom: 5rem;
  left: 1rem;
}

@media (min-width: 768px) {
  #next {
    margin-top: 50px;
  }
}

