  .site-footer {
  overflow: hidden;
  background-color: var(--white);
  padding-top: var(--spacing--4xlarge);
}

@media print, screen and (width >= 75em) {
  .site-footer .secret-margin {
    padding-left: 40px;
  }
}

@media print, screen and (width <= 74.9375em) {
  .site-footer__logo {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
}

.site-footer p {
  margin-bottom: 0;
  font-family: var(--sans-serif);
}

.site-footer__address {
  text-align: center;
  margin-top: 1rem;
}

.site-footer__address p + p {
  margin-top: 0;
}

.site-footer__address .site-footer__address--contact {
  margin-top: 1em;
}

.site-footer__address
  .site-footer__address--contact
  + .site-footer__address--contact {
  margin-top: 0;
}

.site-footer__address a {
  text-decoration: underline;
}

.site-footer__address a:hover,
.site-footer__address a:focus {
  color: var(--brand--bright-blue);
  text-decoration: none;
}

@media print, screen and (width >= 75em) {
  .site-footer__social-media {
    border-left: 1px solid var(--gray--line);
  }
}

.site-footer__social-media p {
  margin-top: 0;
}

.site-footer__social-media .social-media {
  margin-top: var(--spacing--xsmall);
}

.site-footer__social-media .social-media a i::before {
  color: var(--brand--bright-blue);
}

.site-footer__social-media .social-media a:hover i::before,
.site-footer__social-media .social-media a:focus i::before {
  color: var(--brand--dark-blue);
}

@media print, screen and (width <= 39.9375em) {
  .footer--main {
    padding-top: 1.625rem;
    margin-top: 0.8125rem;
    border-top: 10px solid var(--gray--bg);
  }
}

.footer--main ul {
  list-style: none;
  font-weight: 700;
}

.footer--main li + li {
  margin-top: var(--spacing--small);
}

.footer--main a {
  position: relative;
  font-size: 1.25rem;
  text-decoration: none;
}

.footer--main a::after {
  /* Link arrow styles (if any) */
  color: var(--brand--bright-blue);
}

.footer--main a:hover,
.footer--main a:focus {
  color: var(--brand--bright-blue);
}

.footer--utility ul {
  list-style: none;
}

.footer--utility li + li {
  margin-top: var(--spacing--xsmall);
}

.footer--utility a {
  text-decoration: underline;
  position: relative;
}

.footer--utility a::after {
  position: relative;
  right: unset;
  opacity: 1;
  color: var(--brand--bright-blue);
  transform: none;
}

.footer--utility a:hover,
.footer--utility a:focus {
  color: var(--brand--bright-blue);
}

.footer__columns {
  position: relative;
  z-index: 2;
}

@media print, screen and (width <= 74.9375em) {
  .footer__columns .cell + .cell {
    margin-top: 2em;
  }
}

.footer__policy {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media print, screen and (width <= 39.9375em) {
  .footer__policy {
    margin-top: -20vw;
  }
}

@media print, screen and (width >= 75em) {
  .footer__policy {
    margin-top: -30vw;
  }
}

.footer__policy img {
  width: 100%;
  vertical-align: middle;
}

@media print, screen and (width >= 75em) {
  .footer__policy img {
    width: 100%;
    max-width: none;
  }
}

.footer__policy--nondescrimination {
  position: static;
  z-index: 2;
  background-color: var(--white);
  box-shadow: 0 2px 8px rgb(0 0 0 / 6%); /* fallback for shadow-default */
  padding: 2rem 1.25rem;
  width: 100%;
  max-width: none;
}

@media print, screen and (width <= 39.9375em) {
  .site-footer__social-media .social-media a i::before {
    color: var(--brand--dark-blue);
  }
}

@media print, screen and (width >= 48em) {
  .footer__policy--nondescrimination {
    position: absolute;
    right: 20px;
    background-color: var(--white);
    box-shadow: 0 2px 8px rgb(0 0 0 / 6%);
    width: 50%;
    max-width: 500px;
    padding: 1.75rem 2.5rem;
  }
}

@media print, screen and (width >= 48em) and (width <= 74.9375em) {
  .footer__policy--nondescrimination {
    top: 40px;
  }
}

@media print, screen and (width >= 75em) {
  .footer__policy--nondescrimination {
    bottom: 8vw;
  }
}

@media print, screen and (width >= 81.25em) {
  .footer__policy--nondescrimination {
    right: calc(50vw - 650px);
  }
}

.footer__policy--nondescrimination h2.eyebrow {
  font-family: var(--sans-serif);
}

.footer__footer {
  background-color: var(--extra-heavy-blue);
  padding-top: var(--spacing--large);
  padding-bottom: var(--spacing--large);
}

.footer__footer ul {
  list-style: none;
  color: var(--white);
  margin-top: -1em;
}

.footer__footer ul li {
  margin-top: 1em;
}

@media (width >= 48em) {
  .footer__footer ul li {
    display: inline-block;
    margin-right: 2em;
  }
}

.footer__footer ul a {
  color: var(--white);
  text-decoration: underline;
}

.footer__footer ul a:hover,
.footer__footer ul a:focus {
  color: var(--brand--bright-blue);
  text-decoration: none;
}

@media print, screen and (width >= 64.0625em) {
  .site-footer {
    padding-top: 7.5rem;
  }
}

.footer--main a::after {
  position: absolute;
  color: #00a9e0;
  font-family: var(--font-awesome);
  font-weight: 400;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 0.3em;
  content: '\f178';
}
