


/* TQH Table of contents */
.bd-aside p{
    color: var(--bs-white);
    text-decoration: none;
}


.bd-aside .headline1 a {
    color: var(--bs-teal);
    text-decoration: none;
}

.bd-aside .headline1 a:hover,
.bd-aside .headline1 a:focus {
    color: var(--bs-white);
}



.bd-aside .headline2 a {
    color: var(--bs-cyan);
    text-decoration: none;
    margin-left: 1rem;
}

.bd-aside .headline2 a:hover,
.bd-aside .headline2 a:focus {
    color: var(--bs-white);
}


.bd-aside .headline3 a {
    color: var(--bs-gray);
    text-decoration: none;
    margin-left: 1.5rem;
}

.bd-aside .headline3 a:hover,
.bd-aside .headline3 a:focus {
    color: var(--bs-white);
}



/* Featurettes
------------------------- */
.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }