/* Careers section — WCAG helpers */
.career-eeo-trigger {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: #0056b3;
    text-decoration: underline;
    cursor: pointer;
}

.career-eeo-trigger:hover,
.career-eeo-trigger:focus {
    color: #004085;
    text-decoration: underline;
}
