

footer
{
    font-size:1.5rem;
}


.page-footer {
  background-color: #305e84;
  color: white;
}

.page-footer a {
  color: inherit;
  text-decoration: none;
}

.page-footer {
    padding: 30px 0;
}

.homepage-donate {
  display: none;
}

.footer-donate {
  margin-bottom: 23px;
}

.homepage-donate a,
.footer-donate a {
  display: inline-block;
  padding: 10px 23px;
  background-color: #EDD46C;
  color: #343434;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, .38);
  text-align: center;
}

.footer-donate a {
  display: block;
}

.homepage-donate a:hover,
.footer-donate a:hover {
  background-color: #A7EDE8;
}

.footer-branding {
  width: 215px;
  max-width: 50%;
  margin-bottom: 23px;
}

.footer-assistance {
  width: 100%;
  margin: 60px 0 30px 0;
}

@media screen, print {
  .footer-assistance a:after {
    padding-right: 1ex;
    /* UTF-8 right arrow */
    content: "\00a0\2192";
    font-family: 'DRC' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  [dir=rtl] .footer-assistance a:after {
    padding-left: 1ex;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .homepage-donate {
    display: block;
    margin-top: -80px;
    margin-bottom: 90px;
  }

  .footer-donate {
    display: none;
  }
}

@media (min-width: 992px) {
  .page-footer .layout-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .region-footer {
    width: 67%;
  }
}
