#ndbrandlogo {
  display: block;
  width: 300px;
  height: 50px;
  background-image: url(https://static.nd.edu/images/brandbar/dept-nd-white@2x.png);
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: contain;
  background-color: #0c2340;
}
#brandbar {
  background-color: #0c2340;
}
#footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #0c2340;
  font-size: 1rem;
}
footer {
  position: relative;
}
.footer-breadcrumbs li {
  display: inline-block;
  letter-spacing: 0.1em;
}
.contact-info {
  margin-bottom: 6.5rem;
  color: #fff;
}
.contact-info a {
  color: #fff;
}
.office {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.footer-left-col {
  padding: 1em 5vw 0;
}
.copyright a {
  color: #fff;
  display: inline-block;
}
.footer-right-col {
  padding-top: 2rem;
  padding-left: 5rem;
  background-color: #143865;
  padding-right: 5rem;
}
.footer-parent-links {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.footer-links {
  list-style: none;
  padding-left: 0;
}
.footer-links li a {
  color: #fff;
}
.social-links {
  list-style: none;
}
.social {
  color: #fff;
  display: flex;
  align-items: center;
}
#footer a:hover {
  color: #fff;
  text-decoration: underline;
}
