/* ========================================================================
   GOLDEN GUIDANCE SECTIONS
   ======================================================================== */

/* Golden Guidance category links */
.golden-guidance-links a {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.golden-guidance-links a:hover,
.golden-guidance-links a:focus {
    color: #00bcd4 !important;
    text-decoration: underline;
}