.u-marginTop {
  margin-top: 50px;
}
.u-marginTop25 {
  margin-top: 25px;
}
.u-marginBottom25 {
  margin-bottom: 25px;
}
.section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.section.home-section {
  padding-top: 15px;
  padding-bottom: 25px;
}
.down {
  padding: 35px 15px 0;
  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);
  }
}

.headerInfo {
  border-left: 1px solid #F3A0BF;
  padding-left: 10px;
  line-height: 1.35;
  font-size: 13px;
  float: right;
}

.nav-links-mob {
  border-top: 1px solid #DCE0E8;
  margin-top: 10px;
  padding-top: 5px;
  display: block;
  width: 100%;
  clear: both;
  flex-basis: 100%; 
  flex-grow: 1; 
}


.strapline {
  background: #F5F4F2;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  color: #00176E;
}
.strapline p {
  margin: 0 auto;
  max-width: 700px;
}

@media (min-width: 992px) {
  .headerInfo {
    border-left: 2px solid #F3A0BF;
    padding-left: 15px;
    line-height: 1.45;
    font-size: 17px;
    float: none;
  }
  .strapline {
    padding: 20px 0;
    font-size: 14px;
  }
}


.landing-contact {
  background: #FFF;
  border-radius: 13px;
  font-size: 16px;
  padding: 25px;
  margin: 20px 0;
}

.aboutBlock {
  background: #E2ECFC;
  padding: 15px;
  border-radius: 13px;
  position: relative;
  margin: 0px auto 15px;
}
.aboutBlock h1 {
  font-size: 22px;
  margin-bottom: 15px;
}
.aboutBlock p,
.aboutBlock.landingBlock h1 {
  padding-right: 115px;
}
.aboutBlock.landingBlock .landing-contact p,
.aboutBlock.landingBlock p.final {
  padding-right: 0;
}
.readMore {
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.readMore.show {
  opacity: 1;
}
.readToggle {
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}
.aboutBlock img {
  position: absolute;
  right: -20px;
  bottom: 15px;
}
.aboutBlock.landingBlock img {
  bottom: unset;
  top: 10px;
}

@media (min-width: 992px) {
  .aboutBlock {
    padding: 45px 280px 30px 45px;
    margin: 0px auto 55px;
  }
  .aboutBlock.landingBlock {
    padding: 45px 325px 30px 45px;
  }
  .aboutBlock.landingBlock img {
    top: 25px;
  }
  .aboutBlock img {
    right: 15px;
    top: -35px;
    bottom: unset;
  }
  .aboutBlock p {
    padding-right: 0;
  }
}

.contentBlock {
  border-radius: 13px;
  padding: 15px 15px 25px;
  margin-bottom: 15px;
}
.contentBlock h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.contentBlock .btn {
  margin-top: 5px;
  margin-bottom: 0;
}
.aboutBlock.pink,
.contentBlock.pink {
  background: #F7E7EC;
}
.aboutBlock.green,
.contentBlock.green {
  background: #DFEEEE;
}
.contentBlock.blue,
.aboutBlock.blue {
  background: #E2ECFC;
}

.contactBlock img {
  margin-bottom: 25px;
}
.contactBlock {
  padding: 0 0 50px;
  font-size: 18px;
  line-height: 1.65;
}
.contactBlock h3 {
  font-size: 22px;
}

@media (min-width: 992px) {
  .aboutBlock h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .contentBlock {
    padding: 45px;
    margin-bottom: 0;
  }
  .contentBlock h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .contentBlock .btn {
    margin-top: 15px;
  }
  .contactBlock h3 {
    font-size: 28px;
  }
  .contactBlock {
    padding: 25px 0 50px;
    font-size: 22px;
  }
}


.header {
  position: relative;
  padding: 35px 0;
}
.home-header.header {
  background: #FFF;
  margin-bottom: -35px;
}
.patients-header.header {
  background: #FCF2F5;
  color: #00176E;
}
.healthcare-header.header {
  background: #DFEEEE;
}
.header-intro {
  font-size: 15px;
}
.header-intro h1 {
  margin-bottom: 15px;
}
.home-header.header .img-wrap img {
  margin-bottom: -60px;
}
.size22 {
  font-size: 18px;
}
@media (min-width: 768px) {
 .header {
   display:flex;
   align-items:center;
   padding: 50px 0;
 }
 .home-header.header {
   margin-bottom: 0px;
 }
 .home-header.header .img-wrap {
    max-width: 400px;
    position: absolute;
    bottom: -50px;
    right: 0;
  }
  .home-header.header .img-wrap img {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .home-header.header .img-wrap {
    max-width: 455px;
    bottom: -50px;
  }
  .patients-header.header {
    background: #FCF2F5 url(/../img/patients.svg) no-repeat 100% center / 425px;
    color: #00176E;
    padding-bottom: 140px;
  }
  .healthcare-header.header {
    background: #DFEEEE url(/../img/healthcare.svg) no-repeat 95% 50%;
    background-size: 375px;
  }
  .header-intro h1 {
    margin-bottom: 25px;
  }
  .header-intro {
    font-size: 18px;
  }
  .down {
    padding: 50px 15px 0px;
  }
  .down img {
    width: 55px
  }
  .size22 {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .home-header.header .img-wrap {
    max-width: 500px;
    bottom: -55px;
  }
  .home-header.header {
    background-size: 600px;
  }
}
.about-intro {
  padding-top: 25px
}
.grey {
  background: #EFF0F2;
}
.dark {
  background: #001869;
  color: #FFF;
}
.dark-bg {
  background: #001869;
  color: #FFF;
}
.dark-bg h2 {
  color: #FFF;
}
.dark-bg a {
  color: #FFF;
}
.btn-block {
  margin: 25px 0 0 0;
}
.btn-block .btn {
  margin: 0 15px 15px;
}
.contact-block {
  margin: 10px auto 0px;
  text-align: center;
  font-size: 16px;
  max-width: 560px;
}
.contact-block img {
  margin-bottom: 15px;
  max-width: 75px;
}
.contact-block a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .section, .section.home-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-intro {
    padding-top: 0
  }
  .btn-block {
    margin: 50px 0 0 0;
  }
  .btn-block .btn {
    margin: 0 35px;
  }
  .contact-block {
    margin: 35px auto 0;
    font-size: 18px;
  }
}
.studyNote {
  background: #FFF;
  border-radius: 13px;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #B50061;
  max-width: 700px;
}
.studyNote p {
  margin-bottom: 0;
}

img.patients-img-sm {
  right: -26px;
  bottom: 15px;
  max-width: 160px;
}

@media (min-width: 992px) {
  .studyNote {
    font-size: 18px;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .img-wrap img {
    max-width: 250px;
  }
}
.faqs {
  padding: 5px 0;
}
.faq {
  margin: 25px -15px;
  color: #001869;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .faq {
    margin: 25px 0;
    padding: 0;
  }
}
.faq:last-child {
  border-bottom: none;
}
.faqs h3 {
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  padding-right: 50px;
}
.faq h3::after {
  content: "";
  width: 30px;
  height: 30px;
  transition: .3s all;
  background: transparent url(/../img/toggle.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/toggle.svg) no-repeat center / contain;
  }
}

.confirm-modal .modal-body {
  color: #001869;
  font-size: 20px;
  text-align: center;
}

#eligible-intro {
  color: #001869;
  padding: 35px 0; 
}
.eligible-intro .down {
  padding: 20px 0 0 0;
}
#contact-request-form {
  color: #001869
}
#contact-request-form h2 {
  margin-bottom: 10px;
}
#contact-request-form .contact {
  margin-bottom: 10px;
}
#contact-request-form form {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .eligible-intro {
    padding: 50px 0; 
  }
  .eligible-intro .down {
    padding: 35px 0 0 0;
  }
}
footer {
  padding: 50px 0 35px;
  font-size: 14px;
  background: #EFF0F2;
  color: #001869;
}
footer img {
  max-width: 100px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  footer {
    padding: 50px 0;
    font-size: 16px;
  }
  footer img {
    max-width: 125px;
    margin-top: 5px;
  }
  footer .footerLogo {
    justify-content: end;
    align-self: center;
  }
}
footer .footerLinks a {
  color: #001869;
  font-weight: 700;
  text-decoration: underline;
  margin: 0 10px;
  display: inline-block;
}
@media (min-width: 768px) {
  footer .footerLinks a {
    margin: 0 15px;
  }
}

.version {
  font-size: 13px;
  text-align: center;
}
.version {
  font-size: 13px;
  text-align: center;
  margin-top: 25px;
}

@media (min-width: 767px) {
  .version {
    margin-top: 0;
  }
}

.copyright {
  margin: 25px 0 0;
}
.cookies {
  position: fixed;
  z-index: 999;
  background: #f0f0f0;
  bottom: 25px;
  max-width: 535px;
  right: 25px;
  color: #333;
  padding: 15px 25px;
  border-radius: 15px;
  font-size: 15px;
}
.cookies a {
  color: #333;
  text-decoration: underline;
}
.cookies .close {
  color: #333;
  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: 12px;
  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;
}

.cat label input {
  margin-right: 100px;
}
.cat{
  margin: 0px 15px 0px 0;
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid #001869;
  color: #FFF;
  overflow: hidden;
/*  float: left;*/
  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: #001869;
}
.eligibilityForm {
  margin-top: 30px;
}
.eligibilityForm .form-group {
  margin-bottom: 15px;
}
.eligibilityForm p {
  font-size: 20px;
  font-weight: 700;
/*  margin-bottom: 0;*/
}
#question2 .cat {
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
}
#question2 .cat label {
  width: 350px;
  height: 45px;
}
#question2 .cat label span {
  padding: 8px 0;
}
#question2 .cat label.double {
  height: 67px;
  line-height: 1.4;
}
#question2 .cat label.double span {
  padding: 11px 0;
}

#eligibilityConfirmed {
  background: #011869;
  color: #FFF;
  padding: 25px 0;
}
#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: #0D024F;
  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;
}

.cookies {
  position: fixed;
  z-index: 999;
  background: #f0f0f0;
  bottom: 25px;
  max-width: 535px;
  right: 25px;
  color: #001869;
  padding: 15px 25px;
  border-radius: 15px;
  font-size: 15px;
  border: 1px solid #001869;
}
.cookies a {
  color: #001869;
  text-decoration: underline;
}
.cookies .close {
  color: #001869;
  position: absolute;
  right: 7px;
  opacity: 1 !important;
  text-shadow: none;
  background: none;
  border: none;
  font-size: 25px;
  top: 0px;
}
@media (max-width: 767px) {
  .cookies {
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 15px;
  }
}

.register {
  background: #FCA3C0;
  color: #3F4444;
  border-radius: 50%;
  padding: 40px 15px;
  width: 105px;
  height: 105px;
  position: fixed;
  text-align: center;
  bottom: 25px;
  right: 15px;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.2s ease;
  font-weight: 700;
}
.register > a {
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
}

.postcodeLookup {
  position: relative;
}
.postcodeLookup .btn {
  position: absolute;
  right: 0;
  top: 0px;
  height: 45px;
  padding: 5px;
  min-width: 180px;
  border-top-right-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
}

.consentModal .close {
  float: none;
  font-size: 1.5rem;
}
.consentModal .close span {
  position: relative;
}
/*.consentModal .close span:after {
  content: "BACK";
  font-size: 1.125rem;
  transition: .3s all;
  position: absolute;
  right: 18px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}*/
.consentModal .close span.back {
  font-size: 1.125rem;
  float: right;
}
.consentModal .close span.back-cross {
  float: left;
  margin: -3px 8px;
}
.consentModal .modal-body {
  text-align: center;
  padding: 3rem;
  color: #00176E;
  font-size: 18px;
}

.consentModal .consentClose {
  display: block;
  margin-bottom: 1rem;
}

.consentModal .btn.btn-primary {
  margin-top: 1rem;
}

/* Full-page overlay to block clicks and blur content */
#patients-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5); /* semi-transparent */
  backdrop-filter: blur(8px);          /* blur everything behind */
  z-index: 1040;                        /* behind Bootstrap modal */
}

/* Prevent scrolling while overlay is active */
body.modal-blur {
  overflow: hidden;
}
