/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Footer regions.
 */

.site-footer {
  position: relative; /* stack above left social bar */
  background: #edeff3;
  border-top: 1px solid #cdcfd2;
  color: black;
  font-size: 0.875rem;
  font-weight: 400;
}

.site-footer .menu {
  margin-inline-start: 0;
  list-style: none;
}

.site-footer .menu ul {
  margin-inline-start: var(--sp);
}

.site-footer .menu li {
  margin-block-end: var(--sp0-5);
}

.site-footer a {
  color: var(--color--blue);
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 600;
}

.site-footer a:hover {
  background-color: transparent;
}

.site-footer p {
  font-size: 14px;
}

@media (min-width: 75rem) {
  body:not(.is-always-mobile-nav) .site-footer {
    background: #edeff3;
    border-inline-start: none;
  }
}

.site-footer .layout--pass--content-medium .block-block-content {
  margin-block: 6px;
}

.site-footer .layout--pass--content-medium .block-block-content a.site-branding__logo img {
  display: inline-block;
  vertical-align: middle;
}
