/* Remove underline from footer contact links */
.footer-contact-link {
    text-decoration: none !important;
}

.footer-contact-link:hover {
    text-decoration: none !important;
}
