#footer {padding: 3.125rem 2.125rem 2.75rem; background: #000000; color: #dee2e6; font-size: 12px; text-align: center;}
#footer a {color:white}

#footer .uts-address { font-size: 1rem; margin-bottom: 1.25rem; text-align:center; color: #dee2e6; }
#footer .footer-menu li a { font-size: .75rem; text-align: left; margin-bottom: .75rem; display: block; text-decoration: none; }
#footer .footer-menu .menu-heading {font-size: .875rem; color: #fff; margin-bottom: .75rem; display: block; text-align: left; }
#footer .footer-menu { list-style: none; padding: 0; margin: 0 0 1.25rem; }

.display-flex { display: flex; }
.flex-col { flex-direction: column; }
.w-50 { width: 50%; }
.w-100 { width: 100%; }
.whitespace-no-wrap { white-space: nowrap; }

@media screen and (min-width: 768px) {
    .w-md-50 { width: 50% }
    #footer .footer-menu .menu-heading { font-size: 1rem; }
    #footer .footer-menu li a { font-size: .875rem; }
}

@media screen and (min-width: 1024px) {
    .w-lg-50 { width: 50% }
    .flex-lg-order-first { order: 1; }
    .flex-lg-order-second { order: 2; }
}