/* Keep publication links yellow in content blocks without manual font tags */
.page-pubs #main .hero-text-image p a,
.page-pubs #main .hero-text-image p a:visited,
.page-pubs #main .hero-text-image p a:hover {
  color: #ffff00;
}

