/* Research Hero - Breadcrumbs (Cyan with | separator) */
.research-hero .breadcrumbs {
    font-weight: 800;
    font-size: 1.4rem;
    color: #00f5ff;
}

.research-hero .breadcrumbs a {
    font-weight: 800;
    color: #00f5ff;
    text-decoration: none;
    margin-right: 5px;
}

.research-hero .breadcrumbs span {
    margin: 0 10px;
    color: #00f5ff;
}