body.bg-light {
    background: white !important;
}

.trial-page #sidebar .btn, .trial-page #contact-button-sidebar, .trial-page #print-button-sidebar, .trial-page #contact-button-bottom { display: none !important }

#uchealth-wordmark-container {
    background: url(../img/uchealth-wordmark-background.png);
    background-position: center center;
    background-size: cover;
}
#uchealth-wordmark {
    width: 6rem;
    width: min(100%, 16rem);
    padding: 1rem;
}
#uchealth-top-header-links a {
    color: black;
    margin: 0 0.5rem;
    font-size: 80%;
}

nav {
    background: #EBF4F8;
}
header > nav.navbar-expand-md {
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.2);
    padding-top: 1rem;
}
header nav.navbar a, header nav.navbar ol {
    font-family: Georgia, serif
}
.navbar-nav {
    font-weight: bold;
}
header a.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}

header a.navbar-brand:hover, header a.navbar-brand:active {
    color: rgb(0, 113, 173);
    text-decoration: underline;
}

/* change default #c14d00 orange to UC orange, as specified at https://brand.universityofcalifornia.edu/guidelines/color.html#!primary-colors */
h1, h1.h2, h1.h3 { color: #00324E }
.breadcrumb-and-search-bar form input.form-control[type="text"] { border-color: #FF6E1B }
.trial-page #summary--tagline { color: #FF6E1B }
.trial-page #key-points-bullets dt i { color: #FF6E1B }
.trial-page h2, .trial-page #sidebar h3 { color: #FF6E1B }
.home-page #search #search-input-label { color: #00324E } /* UC deep blue */

footer { font-size: 80%; background: #00324E }
footer, footer a, footer a:hover, footer a:visited, footer a:active { color: white }
footer a { padding: 0.25rem }
