@media (max-width: 767px) {
  .navbar {
    transition: all 0.3s ease;
    padding: 0px 0 0; 
    height: 119px;
  }
  .logo-wrapper {
    position: relative;
    transition: opacity 0.3s ease, height 0.3s ease;
    height: 88px;
    text-align: center;
  }
  .navbar.scrolled {
    padding: 13px 0 0;
    z-index: 9999;
    pointer-events: all;
    height: 44px;
  }
  .navbar.scrolled .logo-wrapper {
    opacity: 0;
    height: 0;
    pointer-events: none !important;
  }
  .navbar-brand-sm {
    width: 130px;
  }
  .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.u-marginTop {
  margin-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.s20 {
  font-size: 20px;
  font-weight: 700;
}
.section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.email {
  word-break: break-word;
/*  font-size: 16px;*/
}
.down {
  padding: 0px 15px 35px;
  text-align: center;
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
.down img {
  width: 45px
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
.header {
  display:flex;
  align-items:center;
  color: #FFF;
  padding-bottom: 25px;
}
.nav-link.active {
  padding-bottom: 4px;
  border-bottom: 5px solid #FBB040;
}

.home-header.header {
  background: #FFF;
  color: #262254
}
.home-header.header .header-intro h1 {
  color: #262254
}
.patients-header.header {
  background: #1B75BC;
}
.healthcare-header.header {
  background: #15598F;
}
.patients-header.header .header-intro h1,
.healthcare-header.header .header-intro h1 {
  color: #FFF
}

.header-intro {
  padding: 35px 0 15px;
  font-size: 16px;
}
.header-intro h1 {
  margin-bottom: 15px;
  color: #FFF;
}
@media (min-width: 992px) {
  .header-intro h1 {
    margin-bottom: 25px;
  }
  .header-intro {
    padding: 50px 0 50px;
    font-size: 18px;
  }
  .down {
    padding: 0px 15px 50px;
  }
  .down img {
    width: 65px
  }
}
@media (min-width: 1300px) {
  .home-header.header {
    background-size: 600px;
  }
  .patients-header.header {
    background-size: 600px;
  }
  .healthcare-header.header {
    background-size: 600px;
  }
}

.about-intro {
  padding-top: 25px
}
.light {
  background: #f0f0f0;
}
.light h2 {
  color: #1B75BC;
}
.btn-block {
  margin: 25px 0 0 0;
}
.btn-block .btn {
  margin: 0 15px 15px;
  min-width: 250px;
}
.contact-block {
  margin: 10px auto 0px;
  text-align: center;
  color: #262254;
  font-size: 16px;
  word-wrap: break-word;
}
.cta {
  padding-top: 15px;
}

@media (min-width: 992px) {
  .btn-block .btn {
    margin: 0 15px 15px;
    min-width: 300px;
  }
  .contact-block {
    max-width: 320px;
  }
}
@media (min-width: 1200px) {
  .contact-block {
    word-wrap: normal;
    max-width: unset;
  }
}

.contact-block img {
  margin-bottom: 20px;
}
.contact-block a {
  color: #262254;
  text-decoration: none;
}
.link-block img {
  margin: 25px auto 15px;
}
.link-block a {
  text-decoration: none;
  color: #262254;
  font-weight: bold;
  font-size: 18px;
}

@media (min-width: 992px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-intro {
    padding-top: 35px
  }
  .btn-block {
    margin: 50px 0 0 0;
  }
  .btn-block .btn {
    margin: 0 35px;
  }
  .contact-block {
    margin: 50px auto 0;
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .img-wrap img {
    max-width: 250px;
  }
}


.contactInformation {
  background: #FFF;
  padding: 15px;
  margin-top: 10px;
  border-radius: 10px;
  max-width: 450px;
}
.contactInformation.contactInformation-lg {
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
}
.contactInformation .media-body {
  padding-left: 20px;
}
.page-head .border-left {
  margin-left: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .contactInformation .border-right img {
    padding-right: 25px;
  }
  .contactInformation {
    margin-top: 50px;
    padding: 25px;
  }
  .contactInformation .media-body {
    padding-left: 25px;
  }
  .contactInformation.contactInformation-lg {
    margin-top: 25px;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .contactInformation-lg.media {
    display: block
  }
  .contactInformation-lg.media img {
    margin: 0 20px 15px 0;
  }
  .contactInformation-lg.media .media-body {
    padding-left: 0;
  }
}
.contactInformation .media-body,
.page-head .media-body {
  justify-content: center;
  align-self: center;
}

.page-head {
  margin-bottom: 50px;
}
.page-head img {
  max-width: 115px;
}
.page-head h1 {
  margin-bottom: 0;
  line-height: .7;
}
.page-head h1 span {
  color: #005eb8;
  font-family: asap, sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1
}

.registryImg {
  margin: 0 auto 0;
  width: 90%;
  max-width: 325px;
}
.registryImg2 {
  width: 95%;
  max-width: 325px;
}
@media (min-width: 768px) {
  .registryImg {
    margin-top: 35px;
    width: 95%;
    max-width: unset;
  }
  .registryImg2 {
    margin-top: 35px;
    width: 100%;
    max-width: 500px;
  }
}

.faqs {
  background: #F0F2F6;
}
.faq {
  margin: 25px 0;
  color: #0D024F;
  font-size: 16px;
}
.faqs h3 {
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  padding-right: 50px;
  color: #1B75BC;
}

.faq h3::after {
  content: "";
  width: 30px;
  height: 30px;
  transition: .3s all;
  background: transparent url(/../img/down.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq h3.collapsed::after {
  transition: .3s all;
  transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 992px) {
  .faq {
    margin: 35px 0;
    font-size: 18px;
  }
  .faq h3::after {
    content: "";
    width: 40px;
    height: 40px;
    background: transparent url(/../img/down.svg) no-repeat center / contain;
  }
}

.isi b {
  color: #1B75BC;
}
.isi h3, .isi .h3 {
  color: #1B75BC;
  margin-bottom: 25px;
}
#isi-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FBB040;
  z-index: 99999;
  padding: 10px 15px;
  transition: opacity 0.5s ease; 
}

#isi-banner-content {
  height: 185px;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}
@media (min-width: 768px) {
  #isi-banner-content {
    height: 180px;
  }
}
#isi-banner .heading {
  color: #262252;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
}
#isi-banner .intro {
  max-width: 900px;
  margin: 15px auto 0;
  text-align: left;
  font-size: 15px;
}
#isi-banner > a {
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
}
.eligible-intro {
  color: #262254;
  padding: 35px 0; 
}
.eligible-intro .down {
  padding: 20px 0 0 0;
}
#contact-request-form {
  color: #262254
}
#contact-request-form h2 {
  margin-bottom: 10px;
}
#contact-request-form .contact {
  margin-bottom: 35px;
}
#contact-request-form form {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .eligible-intro {
    padding: 50px 0; 
  }
  .eligible-intro .down {
    padding: 35px 0 0 0;
  }
}
.register {
  background: #FBB040;
  color: #262254;
  border-radius: 50%;
  padding: 40px 15px;
  width: 105px;
  height: 105px;
  position: fixed;
  text-align: center;
  bottom: 60px;
  right: 15px;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.2s ease;
  font-weight: bold;
  box-shadow: 0 3px 6px rgb(0 0 0 / 24%);;
}
.register > a {
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
}
footer {
  padding: 35px 0 35px;
  font-size: 14px;
  background: #363636;
  color: #FFF;
}
@media (min-width: 768px) {
  footer {
    padding: 50px 0;
    font-size: 16px;
  }
}
.footerText {
  margin-top: 65px;
}
.footerText p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer {
    padding: 75px 0;
    font-size: 16px;
  }
  footer .footerLogo {
    justify-content: end;
    align-self: center;
  }
}
footer .footerLinks {
  position: relative;
}
footer .footerLinks a:first-child {
  margin-bottom: 20px;
}
footer .footerLinks a {
  color: #FFF;
  text-decoration: none;
  margin: 0 25px 5px;
  display: block;
}
footer .copyright {
  margin: 25px 0 0;
}
@media (min-width: 992px) {
  footer .footerLinks a {
    margin: 0 25px 0px;
    display: inline-block;
  }
  footer .footerLinks img {
    position: absolute;
    left: 25px;
  }
}

.cookies {
  position: fixed;
  z-index: 999;
  background: #FFF;
  bottom: 25px;
  max-width: 535px;
  right: 25px;
/*  color: #FFF;*/
  padding: 15px 25px;
  border-radius: 15px;
  z-index: 9999999;
  font-size: 15px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 24%);
}
.cookies a {
  color: #262254;
  text-decoration: underline;
}
.cookies .close {
  color: #262254;
  position: absolute;
  right: 7px;
  opacity: 1 !important;
  text-shadow: none;
  background: none;
  border: none;
  font-size: 25px;
  top: -3px;
}
@media (max-width: 767px) {
  .cookies {
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 15px;
  }
}
.has-float-label input,
.has-float-label textarea {
  padding-left: 15px;
  font-size: 16px;
}
.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 10px;
  top: -10px;
  cursor: text;
  font-size: 13px;
  opacity: 1;
  transition: all .2s;
  pointer-events: none;
  font-weight: 400;
  background: #FFF;
  padding: 0 5px;
}
.has-error .has-float-label label, .has-error .has-float-label > span {
  color: red;
}
.has-float-label label.when-label {
  left: 45px;
}
.has-float-label textarea::placeholder,
.has-float-label input::placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label textarea:placeholder-shown:not(:focus)::placeholder,
.has-float-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label textarea:placeholder-shown:not(:focus) + *,
.has-float-label input:placeholder-shown:not(:focus) + * {
  font-size: 14px;
  opacity: .8;
  top: 7px;
  left: 10px;
  font-weight: 400;
}
.has-float-label input,
.has-float-label input:focus {
  outline: none!important;
}

@media (min-width: 768px) {
  .has-float-label textarea:placeholder-shown:not(:focus) + *,
  .has-float-label input:placeholder-shown:not(:focus) + * {
    font-size: 15px;

  }
  .has-float-label input,
  .has-float-label textarea {
    padding-left: 13px;
    font-size: 15px;
  }
}

.form-group.days,
.form-group.times {
  margin-bottom: 15px;
}
.hidden {
  display: none;
}
#conditionalForm .form-group p {
  color: #1B75BC;
}
.cat label input {
  margin-right: 100px;
}
.cat{
  margin: 0px 15px 0px 0;
  background-color: transparent;
  border-radius: 0px;
  border: 2px solid #001869;
  color: #FFF;
  overflow: hidden;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.cat label {
  float: left; 
  line-height: 2.0em;
  width: 60px; 
  height: 35px;
  margin-bottom: 0;
  cursor: pointer;
}
.days .cat label {
  width: 150px;
}
.cat label span {
  text-align: center;
  padding: 3px 0;
  display: block;
}
.cat label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
.cat label input + span{
  color: #001869;
}
.cat input:checked + span {
  color: #ffffff;
  background: #1B75BC;
  border-color: 2px solid #1B75BC;
}
.eligibilityForm {
  margin-top: 30px;
}
.eligibilityForm .form-group {
  margin-bottom: 15px;
}
.eligibilityForm p {
  font-size: 18px;
  font-weight: 700;
}

#eligibilityConfirmed {
  background: #011869;
  color: #FFF;
  padding: 25px 0;
}
#eligibilityConfirmed h2 {
  color: #FFF;
}
#eligibilityConfirmed svg {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .eligibilityForm .form-group {
    margin-bottom: 25px;
  }
  .eligibilityForm p {
    font-size: 22px;
  }
  .days .cat label {
    width: 115px;
  }
  .cat label {
    height: 38px;
  }
  #eligibilityConfirmed {
    padding: 50px 0;
  }
}

.us-autocomplete-pro-example .us-autocomplete-pro-menu {
  overflow-y: scroll;
  max-height: 13em;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.12);
  color: #262254;
  background-color: #FFF;
  position: absolute;
  text-align: left;
  width: inherit;
  z-index: 10;
  list-style: none;
  padding-left: 0;
}
.us-autocomplete-pro-example .us-autocomplete-pro-menu ul {
  list-style: none;
}
.us-autocomplete-pro-example .us-autocomplete-pro-menu li div {
  padding: .75em;
  cursor: pointer;
}
.us-autocomplete-pro-example .us-autocomplete-pro-menu li div:hover {
  background-color: #fafafa;
}

.us-autocomplete-pro-example .us-autocomplete-pro-menu b {
  color: #000;
}

.ui-state-active b,
.ui-widget-content .ui-state-active b,
.ui-widget-header .ui-state-active b,
a.ui-button:active b,
.ui-button:active b,
.ui-button.ui-state-active:hover b {
  color: #FFF;
}

.us-autocomplete-pro-example .us-autocomplete-pro-menu .ui-menu-item-wrapper {
  padding-left: 1em;
}