/* IMAGE SIZING*/
section.content.component.usn_cmp_text img,
section.content.component.usn_cmp_gridlayout img {
  width: auto;
  margin-right: 20px;
}

/* Footer */
footer .container {
  padding-top: 40px !important;
}

footer#site-footer {
  padding-bottom: 20px !important;
}

footer#site-footer .footer-item {
  margin-bottom: 20px !important;
}
footer nav.footer-navigation {
  padding-top: 0 !important;
}

footer .container .row.listing .item.footer-item {
  margin-bottom: 0 !important;
}

.footer-navigation ul {
  line-height: 10px !important;
}

.footer-navigation ul li:last-child {
  margin-right: 0 !important;
}

footer .footer-logo img {
  width: 80% !important;
}

.footer-logos img {
  height: 80px;
  width: auto;
  margin-left: 5px;
  margin-right: 0;
  margin-bottom: 10px;
}

p.site-credit a {
  font-weight: 700;
  color: rgba(var(--footer-highlight), 1) !important;
}

.usn_back-to-top {
  padding-top: 10px !important;
}

@media (min-width: 992px) {
  /* Footer */
  footer#site-footer {
    padding-bottom: 40px !important;
  }

  footer .footer-logo img {
    width: unset !important;
  }

  .footer-navigation {
    float: right !important;
  }

  .footer-navigation ul {
    line-height: unset !important;
  }

  p.site-credit {
    text-align: right;
  }

  .usn_back-to-top {
    padding-top: 45px !important;
  }

  /* Site Search */

  /* Pillars */
}
