.donor-recognition {
  background: #f9f9f9;
  border-top: 1px dashed #999;
  padding: 20px 10px;
}

.donor-recognition p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  margin: 0;
}

.donor-recognition .section-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

footer {
  border-top: 5px solid #f1c53f;
}

footer .content-container {
  display: flex;
  flex-direction: column;
}

footer .headline {
  max-width: 252px;
}

footer h1 {
  display: block;
  margin: 0 auto 20px;
}

footer h1 .title-background {
  background: #f1c53f;
  display: block;
  line-height: 0.2;
  width: 100%;
}

footer h1 .title {
  background: #152235;
  color: #fff;
  margin: 0 0 6px 10px;
  padding: 0 5px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 0.7em;
  text-shadow: none;
  display: inline;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

footer .sub-title {
  margin: 5px 0 0;
  color: #fff;
  display: block;
  font-family: "Knockout 50 A", "Knockout 50 B", "Source Sans Pro", Helvetica,
    sans-serif;
}

footer .sub-title a {
  color: #fff;
  font-family: "Knockout 50 A", "Knockout 50 B", "Source Sans Pro", Helvetica,
    sans-serif;
  font-size: 1em;
}

footer ul {
  list-style: none;
  padding: 0;
}

.site-list-links {
  border-bottom: 1px dotted #28a4c9;
  padding-bottom: 20px;
}

.site-list-links li a {
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0;
}

.list-heading {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.museum-list-links li a {
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding: 6px 0;
}

footer .ushmm-info {
  margin-top: 60px;
}

footer .ushmm-info .ushmm_logo {
  float: right;
  margin: 0;
  width: inherit;
}

footer .ushmm-info .ushmm_logo img {
  margin: 0 auto 20px;
  max-width: 240px;
  width: auto;
}

footer .ushmm-info p {
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-align: right;
}

@media (min-width: 425px) {
  footer .headline {
    max-width: 304px;
  }
  footer .sub-title {
    font-size: 29.4px;
  }
}

@media (min-width: 768px) {
  footer .content-container {
    flex-direction: row;
    justify-content: space-between;
  }

  footer h1 .title-background {
    display: block;
    height: 10px;
    line-height: 0.2;
  }

  footer h1 .title {
    display: inline-block;
    line-height: 1em;
    margin: 0 0 0 10px;
    position: relative;
    top: -6px;
  }

  footer .ushmm-info {
    margin-top: 0;
  }
}

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

  footer .headline {
    flex-basis: 100%;
    max-width: inherit;
  }

  .site-list-links {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .list-heading {
    font-size: 14px;
    margin-top: 0;
  }

  .site-list-links li a,
  .museum-list-links li a {
    font-size: 14px;
  }

  .site-list-links li:first-child a {
    padding-top: 0;
  }
}
