@charset "UTF-8";
#donate-landing-form {
  position: relative;
  overflow: hidden;
}
#donate-landing-form #background {
  position: absolute;
  top: 0;
  left: 10%;
  width: 100%;
  height: 100%;
  background-image: url("/images/donations/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#donate-landing-form h1 {
  width: 400px;
  font-size: 2rem;
  text-shadow: 2px 1px 1px #000;
}
#donate-landing-form #donation-box {
  width: 400px;
  margin-bottom: 2rem;
  background: #FFF;
  border-radius: 10px;
  color: #182533;
  box-shadow: 2px 2px 2px #000;
  overflow: hidden;
}
#donate-landing-form #donation-box .padding {
  padding: 1.6rem;
}
#donate-landing-form #donation-box p {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
#donate-landing-form #donation-box #amount_other-cntr > i {
  position: absolute;
  top: 13px;
  left: 1.4rem;
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
#donate-landing-form #donation-box #amount_other-cntr > i.active {
  color: #DF0073;
}
#donate-landing-form #donation-box #amount_other {
  position: relative;
  width: 100%;
  height: 2.6rem;
  margin-left: 0;
  margin-bottom: 1.5rem;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding-top: 0.4rem;
  padding-left: 2.4rem;
  font-family: "Spartan", sans-serif;
  font-weight: 600;
}
#donate-landing-form #donation-box #donate_btn {
  height: 3rem;
  margin-bottom: 2rem;
  background: #DF0073;
  font-family: "Spartan", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: none;
  transition: all 0.4s ease;
}
#donate-landing-form #donation-box #donate_btn::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  padding-left: 0.4rem;
  background: #B2005C;
  font-size: 2.4rem;
  text-align: center;
  line-height: 3rem;
  content: "🢖";
  transition: all 0.4s ease;
}
#donate-landing-form #donation-box #donate_btn:hover {
  background: #FF0084;
}
#donate-landing-form #donation-box #donate_btn:hover::after {
  background: #DF0073;
}
#donate-landing-form #donation-box #methods-cntr {
  display: flex;
  gap: 0.5rem;
}
#donate-landing-form #donation-box #methods-cntr > div {
  position: relative;
  width: 100%;
  height: 2.6rem;
  border: 1px solid #EEE;
}
#donate-landing-form #donation-box #methods-cntr > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
#donate-landing-form #donation-box #other-ways-cntr {
  margin-top: 1rem;
  border-top: 1px dotted #DDD;
  padding: 1.4rem 0;
  text-align: center;
  background: #F3F3F3;
}
#donate-landing-form #donation-box #other-ways-cntr > a {
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 1px dotted #BBB;
  transition: all 0.2s ease;
}
#donate-landing-form #donation-box #other-ways-cntr > a:hover {
  color: #DF0073;
  border-color: #DF0073;
}
@media only screen and (max-width: 1200px) {
  #donate-landing-form #background {
    left: 20%;
  }
}
@media only screen and (max-width: 1000px) {
  #donate-landing-form {
    padding-top: 0 !important;
  }
  #donate-landing-form h1, #donate-landing-form #share-buttons {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  #donate-landing-form #share-buttons {
    margin-top: 2rem;
    background: #FFF;
  }
  #donate-landing-form #background {
    position: relative;
    left: 0;
    padding-top: 70%;
    transform: scale(1.2);
  }
  #donate-landing-form #donation-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

#donate-costs-slideshow {
  position: relative;
  width: 100%;
  height: 4.2rem;
  background: #182534;
  border-top: 1px solid #414D5B;
  padding: 0;
  text-align: center;
  z-index: 1;
}
#donate-costs-slideshow div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 4rem;
  opacity: 0;
  transition: opacity 1s ease;
}
#donate-costs-slideshow div.active {
  opacity: 1;
}
#donate-costs-slideshow div > strong {
  font-size: 2.4rem;
  color: #FF0084;
}
@media only screen and (max-width: 800px) {
  #donate-costs-slideshow div {
    font-size: 1.4rem;
  }
  #donate-costs-slideshow div > strong {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 600px) {
  #donate-costs-slideshow div {
    font-size: 1.2rem;
  }
  #donate-costs-slideshow div > strong {
    font-size: 1.4rem;
    margin-right: 0.2rem;
  }
}

#other-ways .other-card {
  display: block;
  border: 1px solid #EEE;
  border-radius: 5px;
  background: #FFF;
  transition: all 0.4s ease;
  margin-bottom: 2rem;
  overflow: hidden;
}
#other-ways .other-card .img-cntr {
  overflow: hidden;
}
#other-ways .other-card .img-cntr > .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 57.14%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.4s ease;
}
#other-ways .other-card .text-cntr {
  height: 10rem;
  padding: 1rem;
}
#other-ways .other-card .text-cntr > p {
  font-size: 0.8rem;
}
#other-ways .other-card .cta {
  height: 1.4rem;
  line-height: 1.4rem;
  background: #FAFAFA;
  border-top: 1px dotted #DDD;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 800px) {
  #other-ways .other-card .text-cntr {
    height: 13rem;
  }
}
#other-ways .other-card:hover {
  transform: scale(1.1);
}
#other-ways .other-card:hover .img-cntr > .img {
  transform: scale(1.1);
}
#other-ways .other-card:hover .cta {
  background: #FF007F;
  border-color: #FF007F;
  color: #FFF;
}

#donation-certificates img {
  max-width: 100%;
}

#why-danaher p {
  padding-right: 1rem;
}
#why-danaher img {
  max-width: 100%;
  max-height: 100%;
  border: 1px dotted #EEE;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  #why-danaher p {
    padding-right: 0;
  }
}

#declaration-cash #donation-reasons #reason-cntr {
  margin-top: 1rem;
}
#declaration-cash #donation-reasons #reason-cntr .group-label {
  color: #182533;
}
#declaration-cash #donation-reasons #reason-cntr label {
  font-weight: 600;
  color: #182533;
}
#declaration-cash #gift-aid #gift-aid-logo {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 200px;
  max-height: 100px;
}
@media only screen and (max-width: 800px) {
  #declaration-cash #gift-aid #gift-aid-logo {
    position: static;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
#declaration-cash #gift-aid #gift-aid-example {
  margin: 2rem 0;
  max-width: 100%;
}
#declaration-cash #gift-aid-declaration [type=checkbox]:not(:checked) + span:not(.lever):before {
  border: 2px solid #FFF;
}
#declaration-cash #gift-aid-declaration #gift_aid_declaration-cntr {
  margin-top: 1rem;
}
#declaration-cash #gift-aid-declaration #gift_aid_declaration-cntr label {
  font-weight: 600;
  color: #FFF;
}
#declaration-cash #personal-details input[type=checkbox] + span {
  color: #182533;
}
#declaration-cash #personal-details #g-recaptcha-response-cntr {
  margin-top: 2rem;
}/*# sourceMappingURL=donate.css.map */