footer.main-footer {
  flex: 0 0 100%;
  background: url("../imgs/brick-bg.jpg");
  background-size: cover;
  border-top: solid 5px #900;
  font-size: 0.9rem;
}

footer.main-footer .max-width-wrapper {
  max-width: 87.5rem;
  margin: 0 auto;
}

footer nav li {
  margin: 7px 0;
  line-height: 1.2;
  list-style: none;
}

footer .campus-links {
  position: relative;
  padding: 2rem 0;
}

footer .campus-links a {
  color: #333;
  text-decoration: none;
}

footer .campus-links nav,
footer .campus-links div {
  flex: 0 0 20%;
  margin-right: 20px;
  padding: 0 20px;
}

footer .campus-links div nav {
  margin: 0;
  padding: 0;
}

footer .campus-links nav h1 {
  line-height: 1.5;
  margin: 0;

  color: #992020;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

footer .campus-links nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

footer .campus-links .uasystems-logo {
  position: absolute;
  bottom: 0;
  right: 15%;
  height: 3.125rem;
  width: 12.5rem;
  display: flex;
  align-items: center;

  background: url('https://assetfiles.ua.edu/brand/logos/UA_System.svg') center no-repeat;
  background-size: contain;
}

footer .campus-links .uasystems-logo a {
  z-index: 1;
  height: 100%;
  width: 100%;

  text-indent: -9999px;
}

footer .campus-links .denny-chimes {
  position: absolute;
  bottom: 0;
  right: 5%;
  height: 15.625rem;
}

/* Legal - Crimson Strip */

footer .legal {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;

  background: #900f0f;
}

footer .legal span {
  display: block;
}

footer .legal a {
  color: #fff;
  text-decoration: none;
}

footer .legal img {
  height: 3.125rem;
  width: auto;
  max-width: fit-content;
  height: fit-content;
  margin: 0;
}

footer .legal .copyright-text {
  margin: 0 0 0 10px;

  font-size: 0.9em;
  line-height: 1.25;
}

footer .legal .legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;

  font-size: 0.9rem;
  line-height: 2;
}

footer .legal .legal-links li {
  margin-right: 20px;
}

footer .campus-links a:focus,
footer .campus-links a:hover {
  text-decoration: underline;
}

footer .legal a:focus,
footer .legal a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 26.5625em /*max-width: 425px*/) {
  footer .campus-links div {
    margin-bottom: 20px;
  }

  footer .campus-links .uasystems-logo {
    left: 10px;
    right: initial;
  }

  footer .legal .copyright-text {
    margin: 10px 0;
    font-size: 0.75em;
  }

  footer .legal .legal-links li {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 48em /*min-width: 768px*/) {
  footer .campus-links {
    display: flex;
  }

  footer .campus-links .uasystems-logo {
    right: 7%;
  }

  footer .campus-links .denny-chimes {
    right: 1%;
  }

  footer .legal {
    padding: 20px;
    display: grid;
    grid-template-columns: auto minmax(auto, 85rem) auto;
    align-items: center;
  }

  footer .legal img {
    width: auto;
    grid-column-start: 2;
    grid-row: 1 / -1;
  }

  footer .legal .copyright-text {
    margin: 0 0 0 80px;
    grid-column-start: 2;
    grid-row: 1 / -1;
    width: 20%;
  }

  footer .legal nav {
    width: 70%;
    grid-column-start: 2;
    grid-row: 1 / -1;
    justify-self: end;
  }

  footer .legal .legal-links {
    justify-content: flex-end;
  }

  footer .legal .legal-links li {
    margin: 0 0 0 20px;
  }
}

@media screen and (min-width: 72.5625em /*min-width: 1161px*/) {
  footer .campus-links .uasystems-logo {
    right: 5%;
  }
}
