:root {
    --dg-text-muted: var(--bs-gray-500);
    --dg-body-font-family: Inter, sans-serif;
    /*color: #1a67af;*/

    --dg-primary: #1A67AF;
    --dg-secondary: #0B2445;
    --dg-highlight: #ffbc39; /* todo match hover from website */
}

/* sets colors and thing specific to chestnet.org and differing from the elsevier general skin.
 * may override a few things (likst the background for chest is different).
 */
body
{
    font-family: var(--dg-body-font-family);
    background-color: #A8BACC; /* secondary */
}
#container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
#content {
    flex-grow: 1;
}
#header
{
 background: white;
 color: var(--dg-primary);
}

.program_title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}

.program_title a {
    text-decoration: none;
    font-weight: bold;
}
.supplement_subtitle {
    font-size: 16px;
    font-weight: bold;
}
.article_title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
    text-align: left;
}
.figure_title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
    text-align: left;
}
.author_title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 6px;
    text-align: left;
}

.footer {
    text-align: center;
    padding: 15px;
}
.footer .logo {
}
.footer .copyright {
}

/* FRAGMENTS (Background styles) */
.slide_link, .print_link {
  background-color: #055CA6;
}
.slide_link.greyed_out {
  background-color: #ACACAC;
  color: black;
}
.bgFeatured { background: #D9E7F9; /* tertiary */ }

.hFeaturedBlock {
  background-color: #055CA6;
}
.activatable .resource_link.active {
    border-color: #055CA6;
}
.activatable .slide_link.active {
    border-color: #112233;
}
/*** branding for above transcript text / immediately below the audio player ***/
#transcript_branding_bar {
  background-color: #055CA6; /* "primary" same as header background */
}
/********** title area *************/
.title_area_positioner {
  width: 623px;
  margin-top: 15px;
  margin-left: 325px;
}
