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

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

@media print, screen and (max-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 (min-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 (max-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: bold;
}
.footer--main li + li {
  margin-top: var(--spacing--small);
}
.footer--main a {
  font-size: 1.25rem;
  position: relative;
  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 {
  color: var(--brand--bright-blue);
  position: relative;
  right: unset;
  opacity: 1;
  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 (max-width: 74.9375em) {
  .footer__columns .cell + .cell {
    margin-top: 2em;
  }
}

.footer__policy {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media print, screen and (max-width: 39.9375em) {
  .footer__policy {
    margin-top: -20vw;
  }
}
@media print, screen and (min-width: 75em) {
  .footer__policy {
    margin-top: -30vw;
  }
}
.footer__policy img {
  width: 100%;
  vertical-align: middle;
}
@media print, screen and (min-width: 75em) {
  .footer__policy img {
    width: 120vw;
    max-width: none;
  }
}

.footer__policy--nondescrimination {
  z-index: 2;
  padding: 2rem 1.25rem;
  background-color: var(--white);
  position: static;
  width: 100%;
  max-width: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); /* fallback for shadow-default */
}
@media print, screen and (max-width: 39.9375em) {
  .site-footer__social-media .social-media a i::before {
    color: var(--brand--dark-blue);
  }
}
@media print, screen and (min-width: 48em) {
  .footer__policy--nondescrimination {
    width: 50%;
    max-width: 500px;
    padding: 1.75rem 2.5rem;
    background-color: var(--white);
    position: absolute;
    right: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 48em) and (max-width: 74.9375em) {
  .footer__policy--nondescrimination {
    top: 40px;
  }
}
@media (min-width: 75em) {
  .footer__policy--nondescrimination {
    bottom: 25vw;
  }
}
@media (min-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 (min-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 (min-width: 64.0625em) {
  .site-footer {
    padding-top: 7.5rem;
  }
}
.footer--main a::after {
  color: #00a9e0;
  font-family: var(--font-awesome);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
  padding-left: 0.3em;
  content: "\f178";
  position: absolute;
}
