/* Hide Doctors links until the section is ready to publish */
header a[href="/doctors/"],
header a[href="/doctors"],
nav a[href="/doctors/"],
nav a[href="/doctors"],
footer a[href="/doctors/"],
footer a[href="/doctors"] {
  display: none !important;
}
