/* Insert your hb footer custom SASS styling. */
.footer-wrapper {
  padding: 0;
  color: #fff;
}
.footer-wrapper .footer-left-wrapper #block-hblogo {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .footer-wrapper .footer-left-wrapper #block-hblogo {
    margin-bottom: 0;
  }
}
.footer-wrapper .footer-right-wrapper .region-footer-right-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .footer-wrapper .footer-right-wrapper .region-footer-right-top {
    flex-direction: row;
    margin-bottom: 1.5rem;
  }
}
.footer-wrapper .footer-right-wrapper .region-footer-right-top #block-stayinformed {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .footer-wrapper .footer-right-wrapper .region-footer-right-top #block-stayinformed {
    max-width: 16rem;
    margin-bottom: 0;
  }
}
.footer-wrapper .footer-right-wrapper .region-footer-right-top #block-stayinformed .footer-title {
  margin-bottom: 0.8125rem;
}
.footer-wrapper .footer-right-wrapper .region-footer-right-top #block-subscribebutton .btn {
  white-space: nowrap;
}
.footer-wrapper .footer-right-wrapper .region-footer-right-bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .footer-wrapper .footer-right-wrapper .region-footer-right-bottom {
    flex-direction: row;
  }
}
.footer-wrapper .footer-right-wrapper .region-footer-right-bottom .menu--footer ul.nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .footer-wrapper .footer-right-wrapper .region-footer-right-bottom .menu--footer ul.nav {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.footer-wrapper .footer-right-wrapper .region-footer-right-bottom .menu--footer ul.nav li {
  margin-right: 1.875rem;
}
.footer-wrapper .footer-right-wrapper .region-footer-right-bottom .menu--footer ul.nav li a {
  padding: 0 0 0.3125rem;
  transition: color 0.15s;
  color: #fff;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .footer-wrapper .footer-right-wrapper .region-footer-right-bottom .menu--footer ul.nav li a {
    font-size: 0.875rem;
  }
}
.footer-wrapper .footer-right-wrapper .region-footer-right-bottom .menu--footer ul.nav li a:hover {
  color: #a7afb5;
}
.footer-wrapper .footer-right-wrapper .region-footer-right-bottom .menu--footer ul.nav li:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .footer-wrapper .footer-right-wrapper .region-footer-right-bottom #block-copyright {
    margin-left: auto;
  }
}
.footer-wrapper .footer-right-wrapper .region-footer-right-bottom #block-copyright .copy-right {
  white-space: nowrap;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .footer-wrapper .footer-right-wrapper .region-footer-right-bottom #block-copyright .copy-right {
    color: #fff;
  }
}

.footer-top-wrapper {
  min-height: 0 !important;
  padding: 0 !important;
}
.footer-top-wrapper .menu--useful-links ul.nav {
  display: flex;
  flex-direction: column;
}
.footer-top-wrapper .menu--useful-links ul.nav li {
  margin-bottom: 10px;
}
.footer-top-wrapper .menu--useful-links ul.nav li a {
  padding: 0;
  transition: color 0.15s;
  text-decoration: underline;
  color: #fff;
  line-height: 22px;
}
.footer-top-wrapper .menu--useful-links ul.nav li a:hover {
  color: #a7afb5;
  background: transparent;
}
.footer-top-wrapper .menu--useful-links ul.nav li:last-child {
  margin-bottom: 0;
}

.bottom-wrapper .support {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .bottom-wrapper .support {
    justify-content: flex-start;
  }
}
.bottom-wrapper .support span {
  display: block;
  text-align: end;
}
@media (max-width: 991.98px) {
  .bottom-wrapper .support span {
    text-align: start;
  }
}
.bottom-wrapper .support .jp {
  width: 40px;
  height: 34px;
  margin-left: 13px;
  background-image: url("../../images/icons/Japan-logo.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-wrapper .footer .footer-logo img {
  width: 217px;
  height: 52px;
}
