/* Allow contact footer to take up more space in the footer */

@media print, screen and (min-width: 40em) {
  .page-footer div.footer-contact {
    -ms-flex: 0 0 min(50%, 39rem);
    flex: 0 0 max-content;
    max-width: 100%;
  }
}