﻿footer#site-footer .footer-blocks {
  display: flex;
  flex-direction: column;
  gap: 0;
}
footer#site-footer .footer-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}
footer#site-footer .footer-top {
  width: 100%;
  background: #2F3E46;
  padding-top: 80px;
  padding-bottom: 60px;
  color: #fff;
}
footer#site-footer .footer-top-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  gap: 0;
  color: #fff;
}
@media (max-width: 1360px) {
  footer#site-footer .footer-top-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  footer#site-footer .footer-top-inner {
    flex-wrap: wrap;
  }
}
footer#site-footer .footer-left {
  flex: 0 0 180px;
  margin-right: 60px;
}
@media (max-width: 1300px) {
  footer#site-footer .footer-left {
    margin-right: 50px;
  }
}
@media (max-width: 1240px) {
  footer#site-footer .footer-left {
    margin-right: 40px;
  }
}
@media (max-width: 1090px) {
  footer#site-footer .footer-left {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  footer#site-footer .footer-left {
    margin-right: 0;
    flex: 0 0 100%;
    order: 3;
    margin-bottom: 30px;
  }
}
footer#site-footer .footer-left .text p {
  color: #FFFCF3;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
footer#site-footer .footer-left .text p strong, footer#site-footer .footer-left .text p b {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
footer#site-footer .footer-main-links {
  flex: 0 0 285px;
  margin-right: 60px;
}
@media (max-width: 1300px) {
  footer#site-footer .footer-main-links {
    margin-right: 50px;
  }
}
@media (max-width: 1240px) {
  footer#site-footer .footer-main-links {
    margin-right: 40px;
  }
}
@media (max-width: 1090px) {
  footer#site-footer .footer-main-links {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  footer#site-footer .footer-main-links {
    margin-right: 0;
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 0;
  }
}
footer#site-footer .footer-main-links ul.footer-links li a.footer-link {
  color: #FFFCF3;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
footer#site-footer .footer-other-links {
  flex: 0 0 320px;
  margin-right: 60px;
}
@media (max-width: 1300px) {
  footer#site-footer .footer-other-links {
    margin-right: 50px;
  }
}
@media (max-width: 1240px) {
  footer#site-footer .footer-other-links {
    flex: 0 0 170px;
    margin-right: 40px;
  }
}
@media (max-width: 1090px) {
  footer#site-footer .footer-other-links {
    flex: 0 0 150px;
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  footer#site-footer .footer-other-links {
    margin-right: 0;
    flex: 0 0 100%;
    order: 2;
    margin-bottom: 0;
  }
}
footer#site-footer .footer-other-links .footer-links-other {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 60px;
}
footer#site-footer .footer-other-links .footer-links-other li a.footer-link {
  color: #FFFCF3;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
footer#site-footer .footer-other-links .footer-links-other li {
  flex: 0 0 calc(50% - 30px);
}
@media (max-width: 1300px) {
  footer#site-footer .footer-other-links .footer-links-other {
    gap: 8px 30px;
  }
  footer#site-footer .footer-other-links .footer-links-other li {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 1240px) {
  footer#site-footer .footer-other-links .footer-links-other {
    gap: 8px 0;
  }
  footer#site-footer .footer-other-links .footer-links-other li {
    flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  footer#site-footer .footer-other-links .footer-links-other {
    margin-right: 0;
    gap: 8px 30px;
  }
  footer#site-footer .footer-other-links .footer-links-other li {
    flex: 0 0 calc(50% - 15px);
  }
}
footer#site-footer .footer-social {
  flex-grow: 1;
}
@media (max-width: 991px) {
  footer#site-footer .footer-social {
    order: 4;
    width: 100%;
  }
}
footer#site-footer .footer-social .footer-mailing {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer#site-footer .footer-social .footer-mailing .text p.heading {
  color: #FFF;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
footer#site-footer .footer-social .footer-mailing .text p:not(.heading) {
  color: #FFF;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
footer#site-footer .footer-social .footer-mailing .footer-mailing-consent .custom-checkbox {
  display: inline-block;
  color: #FFFCF3;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-left: 25px !important;
}
footer#site-footer .footer-social .footer-mailing .footer-mailing-consent .custom-checkbox input.form-control {
  width: 0;
  max-width: 0;
  min-width: unset;
  padding: 0 0 0 0;
}
footer#site-footer .footer-social .footer-mailing .footer-mailing-consent .custom-checkbox input[type=checkbox]:checked ~ span {
  background-color: transparent;
}
footer#site-footer .footer-social .footer-mailing .footer-mailing-consent .custom-checkbox span {
  border-color: #fff;
  border-width: 1px;
  background-color: transparent;
  width: 15px;
  height: 15px;
  margin-top: -2px;
}
footer#site-footer .footer-social .footer-mailing .footer-mailing-consent .custom-checkbox span:after {
  top: -2px;
  left: 2px;
  width: 4px;
  height: 11px;
}
footer#site-footer .footer-social .footer-mailing .footer-mailing-input {
  display: flex;
  align-items: stretch;
  border-radius: 8px;
  overflow: hidden;
  max-width: 320px;
}
footer#site-footer .footer-social .footer-mailing .footer-mailing-input input {
  background-color: #fff;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
footer#site-footer .footer-social .footer-mailing .footer-mailing-input input::placeholder {
  color: #5A5858;
}
footer#site-footer .footer-social .footer-mailing .footer-mailing-field {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 11px 16px;
  color: #24279c;
}
footer#site-footer .footer-social .footer-mailing .footer-mailing-field::placeholder {
  color: rgba(36, 39, 156, 0.7);
}
footer#site-footer .footer-social .footer-mailing .footer-mailing-field:focus {
  outline: none;
  box-shadow: none;
}
footer#site-footer .footer-social .footer-mailing .footer-mailing-button {
  width: 48px;
  border: 0;
  background-color: #24279c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
footer#site-footer .footer-social .footer-mailing .footer-mailing-button svg {
  display: block;
}
footer#site-footer .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#site-footer .footer-links li {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  footer#site-footer .footer-links li {
    margin-bottom: 30px;
  }
}
footer#site-footer .footer-social-links {
  margin-bottom: 30px;
}
footer#site-footer .footer-social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
footer#site-footer .footer-social-links ul li {
  margin: 0;
}
footer#site-footer .footer-social-links ul li span a img {
  max-height: 25px;
  width: auto;
}
footer#site-footer .footer-bottom {
  padding-top: 50px;
  padding-bottom: 70px;
  background: #FAF8FF;
}
footer#site-footer .footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1360px) {
  footer#site-footer .footer-bottom-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 930px) {
  footer#site-footer .footer-brand {
    order: 2;
    width: 100%;
    margin-bottom: 30px;
  }
}
footer#site-footer .footer-shielded {
  margin-left: 50px;
  margin-right: auto;
}
@media (max-width: 930px) {
  footer#site-footer .footer-shielded {
    order: 3;
    margin-left: 0;
  }
}
footer#site-footer .footer-shielded a img {
  width: auto;
}
footer#site-footer .footer-sponsors {
  display: flex;
  align-items: center;
}
@media (max-width: 930px) {
  footer#site-footer .footer-sponsors {
    flex-wrap: wrap;
  }
}
@media (max-width: 930px) {
  footer#site-footer .footer-sponsors {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}
footer#site-footer .footer-sponsors p {
  margin: 0 25px 0 0;
  color: #2F3E46;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 1091px) {
  footer#site-footer .footer-sponsors p {
    font-size: 15px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 930px) {
  footer#site-footer .footer-sponsors p {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
footer#site-footer .footer-sponsors ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 40px;
}
@media (max-width: 930px) {
  footer#site-footer .footer-sponsors ul {
    justify-content: flex-start;
    gap: 20px 40px;
  }
}
footer#site-footer .footer-sponsors li {
  margin: 0;
  font-size: 0;
  line-height: 0;
}
footer#site-footer .footer-sponsors a,
footer#site-footer .footer-sponsors span {
  display: inline-flex;
  align-items: center;
}
footer#site-footer .footer-sponsors img {
  height: 40px;
  width: auto;
  display: block;
}
@media (min-width: 931px) and (max-width: 1091px) {
  footer#site-footer .footer-sponsors img {
    height: 25px;
  }
}
footer#site-footer .footer-logo img {
  max-width: 220px;
  height: auto;
  display: block;
}
footer#site-footer .footer-copy {
  margin-top: 10px;
  color: #2F3E46;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Websites/MentalHealthFoundation/MentalHealthFoundation/wwwroot/css/MentalHealth/mhf-custom-footer.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AACI;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXJ;IAYQ;IACA;;;AAGJ;EAhBJ;IAiBQ;;;AAIR;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EARJ;IASQ;;;AAGJ;EAZJ;IAaQ;;;AAGJ;EAhBJ;IAiBQ;IACA;IACA;IACA;;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAMhB;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EARJ;IASQ;;;AAGJ;EAZJ;IAaQ;;;AAGJ;EAhBJ;IAiBQ;IACA;IACA;IACA;;;AAKI;EACI;EACA;EACA;EACA;EACA;EACA;;AAMhB;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EARJ;IASQ;IACA;;;AAGJ;EAbJ;IAcQ;IACA;;;AAGJ;EAlBJ;IAmBQ;IACA;IACA;IACA;;;AAGJ;EACI;EACA;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAGJ;EApBJ;IAqBQ;;EAEA;IACI;;;AAIR;EA5BJ;IA6BQ;;EAEA;IACI;;;AAIR;EApCJ;IAqCQ;IACA;;EAEA;IACI;;;AAMhB;EACI;;AAEA;EAHJ;IAIQ;IACA;;;AAMJ;EACI;EACA;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAKJ;EAQI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAdA;EACI;EACA;EACA;EACA;;AAYJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAMhB;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAOhB;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EAHJ;IAIQ;;;AAOZ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIQ;EACI;EACA;;AASxB;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXJ;IAYQ;IACA;;;AAMJ;EADJ;IAEQ;IACA;IACA;;;AAIR;EACI;EACA;;AAEA;EAJJ;IAKQ;IACA;;;AAIA;EACI;;AAKZ;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EARJ;IASQ;IACA;IACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EATJ;IAUQ;IACA;;;AAGJ;EAdJ;IAeQ;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EATJ;IAUQ;IACA;;;AAIR;EACI;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;;;AAOR;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA%22%7D */