/**
 * Fix for contact links not being clickable
 */

/* Ensure contact links are always clickable */
#contact .info ul li a {
  cursor: pointer !important;
}
