footer {
  color: #fff;
  margin-top: 6rem;
}

#footer-logo-row {
  background: var(--datahub-green-lighter);
  padding: 2.8125rem 0 2.7rem 0;
}

#footer-logo-row .datahub-logo {
  display: inline-block;
  margin-bottom: .75rem;
}

#footer-logo-row span.font-light {
  font-size: 0.8125rem;
  font-weight: 300;
}

#footer-logo-row .footer-addgene-logo {
  display: inline-block;
  margin-left: 0.3125rem;
}

#footer-contact-row {
  background: var(--datahub-green);
  padding: 4.375rem 0 2.5rem;
}

#footer-contact-row .container .row {
  display: flex;
}

#footer-contact-row .container .row #social-panel {
  display: flex;
  justify-content: space-evenly;
}

footer .social-icon img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: -webkit-transform .75s ease;
  transition: transform .75s ease;
  transition: transform .75s ease,-webkit-transform .75s ease;
}

#footer-nav-row {
  background: var(--datahub-green);
  padding-bottom: 1.25rem;
  box-shadow: 0 50vh 0 50vh var(--datahub-green);
}

#footer-contact-row .footer-title,
#footer-how-to-contribute .footer-title,
#footer-nav-row .footer-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: .3rem;
}

#footer-nav-row .footer-title {
  margin-bottom: 2rem;
}

#footer-nav-row .footer-subcategory-title {
  font-weight: 700;
  margin-bottom: 0.4375rem;
}

#footer-nav-row .nav-links ul {
  margin-bottom: 0;
}

#footer-nav-row .nav-links li:not(:last-of-type) {
  margin-bottom: 0.3125rem;
}

footer a, footer a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer-nav-row .anchor-links-row {
  margin-top: 4.375rem;
}

#footer-nav-row .anchor-links-row>.col-12 {
  display: flex;
  flex-direction: row;
}

#footer-nav-row .anchor-links-row>.col-12>p {
  margin-left: 1.25rem;
}

#footer-nav-row .anchor-links-row .list-inline {
  flex-shrink: 0;
}

#footer-nav-row .anchor-links-row .list-inline li {
  padding-right: 1.875rem;
  float: left;
}

#footer-nav-row .anchor-links-row .list-inline li:first-of-type {
  padding-left: 0
}

@media (max-width: 1399px) {
  #footer-contact-row {
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 1199px) {
  #footer-nav-row .anchor-links-row>.col-12 {
    display: flex;
    flex-direction: column;
  }

  #footer-nav-row .anchor-links-row>.col-12>p {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  #footer-contact-row .container .row .social-panel-container,#footer-how-to-contribute {
    margin: 1.875rem 0 0 0;
  }

  #footer-contact-row .container .row #social-panel {
    padding-left: 0;
    width: 18.75rem;
    justify-content: space-between;
  }

  #footer-contact-row .container .row {
    display: block;
  }

  #footer-contact-row {
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 767px) {
  footer .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #footer-nav-row .nav-links [class^=col]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
