:root {
    --blue: #00477f;
    --blue-light: #7799b3;
    --gold: #a00d62;
    --white: #fff;
    --gold-light: #e0e0e0;
    --gold-light-2: #f0efef;
    --gold-dark: #00477f;
}

.bg-blue { background-color: var(--blue); }
.bg-gold { background-color: var(--gold);}

.btn-blue { color: var(--white); }


.specialties-page .hero, .specialties-page.hero {
    background: var(--gold) url(/northern/img/hero-speciality-blue.jpg) right 0 no-repeat;
    background-size: cover;
    padding: 100px 0 200px;
}

nav ul ul a:hover { color:var(--blue-light); }