/* Secondary utilities remain subdued, but comfortably readable. */
#hub-quicklinks .hlink {
  color: #bdc6d7 !important;
  text-shadow: 0 1px 10px rgba(255,255,255,.025);
}

#hub-quicklinks .hlink .tsub {
  color: #7f8aa1 !important;
  opacity: 1 !important;
}

#hub-quicklinks .hlink:hover {
  color: #ffffff !important;
}

#hub-quicklinks .hlink:hover .tsub {
  color: #b0bbcf !important;
}

@media (max-width: 720px) {
  #hub-quicklinks .hlink {
    color: #cbd3e1 !important;
  }
}
