#page-wrapper .copyright-first {
  font-weight: bold;
  margin: 0 auto;
}

#footer-menu-inner .footer-menu-second {
  display: flex;
  gap: 1rem;
}

#footer-menu-inner nav {
  display: flex;
  width: auto;
  margin: 0;
}

#footer-menu-inner .menu--footer-menu-right {
  margin-left: auto;
}

#footer-menu-inner .menu--footer-menu-left ul {
  justify-content: start;
}

#footer-menu-inner .menu--footer-menu-right ul {
  justify-content: end;
}

#footer-content {
  position: relative;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  order: -1;
  flex: 0 0 0;
  align-self: flex-start;
}

#footer-menu-inner .menu--footer-menu-right ul li a {
  padding: 2px;
  margin: 0;
  font-weight: 400;
}

#footer-menu-inner .menu--footer-menu-right ul li a:hover {
  text-decoration: underline;
}

#footer-menu-inner .menu--footer-menu-right ul.solo-footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem; /* optional */
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer-menu-inner .menu--footer-menu-right ul.solo-footer-menu > li {
  display: flex;
  align-items: center;
}

#footer-menu-inner .menu--footer-menu-right ul.solo-footer-menu > li:not(:first-child)::before {
  content: "|";
  margin: 0 3px 0 0;
  color: #666;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}

#footer-menu-inner .menu--footer-menu-left li a.icon-label {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  margin-right: 12px;
}

#footer-menu-inner .icon-label.usa-gov {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-image: url(../images/usagov-logo.svg);
}

#footer-menu-inner .icon-label.hhs {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-image: url(../images/hhs-logo.svg);
}

#footer-menu-inner .icon-label.nih {
  width: 277px;
  height: 50px;
  background-size: 277px 50px;
  background-image: url(../images/nih-logo.svg);
}

@media screen and (max-width: 768px) {
    .footer-menu-second {
        flex-direction: column;
    }

    #footer-menu-inner .menu--footer-menu-right ul {
      justify-content: center;
    }

    #footer-menu-inner .menu--footer-menu-left ul {
      justify-content: start;
      flex-direction: column;
      gap: 20px;
    }
}