.site-footer {
  background-color: #0057b8;
  --container-padding: 0;
}
.site-footer .columns-2 {
  column-count: 2;
}
.site-footer .editorial a:not([class]) {
  color: white;
}

.footer-callout {
  background-color: #004C97;
}
.footer-callout .editorial p:last-child {
  margin-bottom: 0;
}
.footer-callout .editorial p::before {
  content: "“";
}
.footer-callout .editorial p::after {
  content: "”";
}
.footer-callout cite::before {
  content: "— ";
}

.site-footer ul.piped li:not(:first-child)::before {
  content: '|';
  margin-left: 0.5rem;
  padding-right: 0.5rem;
}

.site-footer .social-links a {
  background-color: white;
  color: #0057b8;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.site-footer .social-links a::before {
  content: '';
  position: absolute;
  height: 28px;
  width: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 50%;
}
.site-footer .social-links a:hover::before {
  border: 3px solid white;
}
.site-footer .social-links a i {
  font-size: 1rem;
}

.site-footer .contextual-links a {
  color: black !important;
}

.site-footer .editorial a:not([class]) {
  border-color: white;
}
.site-footer .editorial a:not([class]):hover {
  border-color: #fecb34;
}