: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;*/

    --temple-body-font-family: Arial, sans-serif;

    --temple-black: #333333;
    --temple-dark-grey: #403c3c;
    --temple-medium-blue: #3c7b9a;
    --temple-primary-red: #a32638;

    --temple-teal: #26a391;
    --temple-purple: #5226a3;
    --temple-pea-green: #76a326;

    --temple-white: #eeeeee;
    --temple-light-blue: #D9E7F9;
}

/* 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
{
    margin: 0;
    padding: 0;
    color: var(--temple-black);
    font-family: var(--temple-body-font-family);
    font-size: 1rem;
    background-color: var(--temple-white);
}


#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;
    text-align: left;
}

.program_title a {
    text-decoration: none;
    font-weight: bold;
}
.supplement_subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.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) */
a.slide_link, a.print_link { /* use with .buttonify */
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    background: var(--temple-dark-grey);
    margin: 3px;
}
span.slide_link {
    display: block;
    margin: 3px;
}
a.resource_link { /* use BEFORE .buttonify */
    color: #FFFFFF;
    text-decoration: none;
    margin: 3px;
    display: block;
    background-color: var(--temple-dark-grey);
    background-position: center bottom;
    background-repeat: repeat-x;
}
.greyed_out {
    background-color: #ACACAC;
    background-repeat: repeat-x;
    background-position: center bottom;
}
.slide_link, .print_link {
  background-color: var(--temple-dark-grey);
}
.slide_link.greyed_out {
  background-color: #ACACAC;
  color: black;
}
.bgFeatured {
    background: var(--temple-light-blue); /* tertiary */
}
.hFeaturedBlock {
    background-color: var(--temple-light-blue);
    color: var(--temple-black);
}
.hd h3 {
    letter-spacing: normal;
}

/* highlight the current speaker in the menu */
.activatable .resource_link.active {
    border: 3px solid var(--temple-primary-red);
    background: var(--temple-primary-red);
    padding: 4px;
}
.activatable .slide_link.active {
    border: 3px solid var(--temple-primary-red);
    background: var(--temple-primary-red);
    padding: 4px;
}

/*** branding for above transcript text / immediately below the audio player ***/
#transcript_branding_bar {
  background-color: var(--temple-primary-red); /* "primary" same as header background */
}
/********** title area *************/
#title_area_positioner {
    width: 623px;
    margin-top: 15px;
    padding-left: 30px;
    /*margin-left: 325px;*/
}
