.footer {
  font-weight: normal;
  font-size: 14px;
  color: #060605;
}
.footer .row.top-row, .footer .row.bottom-row {
  height: 50px;
}
.footer.is-vertical .vertical-row {
  line-height: 50px;
  height: 50px;
}
.footer .controller[data-name="social-media"], .footer .bottom-row .text-right .menu-contents a, .footer .is-sitemap a {
  line-height: 50px;
  height: 50px;
}
.footer .breadcrumbs .breadcrumb:last-child {
  color: #D83000;
}
@media (max-width: 752px) {
  .footer .row.table-row > * {
    height: 50px;
    line-height: 50px;
  }
}
html.darkmode .footer {
  color: #f9f9fa;
}
