/* -----------------------------------------------------------------------------
  LEGACY FOOTER CSS: Contact Us
  Hides Contact us button in footer only, floats "Topics" list right
  (Warning: only use on topic pages or other special exceptions)
----------------------------------------------------------------------------- */
.footer__contact {
  display: none;
}

.footer__topics {
  float: right !important;
}
