.footer-menu .menu--level-0 > .menu-item > .footer-menu__item {
  font-size: 1rem;
  line-height: 0.8rem;
}

.footer-menu .menu--level-0 > .menu-item > .footer-menu__item:hover {
  font-size: 1rem;
  line-height: 0.8rem;
  text-decoration: underline;
  color: #OCBC95 !important;
}

/* Disable MDC top app bar scroll behavior */
.mdc-top-app-bar {
  position: relative !important;
  top: 0 !important;
  transform: none !important;
}