ul {
    list-style: disc outside;
    margin-left: 0;
    padding-left: 1rem;
}
ul li {
    font-family: var(--font-secondary);
    font-weight: var(--w-regular);
    font-size: 1rem;
    line-height: 1.25rem;
    color: var(--text-color-primary);
}
.breadcrumb--wrapper .breadcrumb {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .show>.nav-link {
    text-decoration: none;
    color: var(--secondary);
}
.aspect-landscape {
    width: 100%;
    aspect-ratio: 3 / 2;
}
.site--footer h1, .site--footer h2, .site--footer h3, .site--footer h4, .site--footer h5 {
    color: var(--quinary);
}
.site--footer p, .site--footer a, .site--footer ul li, .site--footer ul li a {
    color: var(--quinary);
    font-size: .9rem;
    text-decoration: none;
    margin-bottom: 1rem;
}


/* SIZING */
.navbar-brand #dnn_ctl01_imgLogo {
    width: 100%;
    max-width: 300px;
    display: block;
}
h3 .prompt-phone {
    font-size: 2.8rem;
    display: block;
    margin-top: 0.5rem;
    line-height:2.8rem;
}


.affiliate-links img {
    max-height: 110px;
    max-width: 200px;
    padding: 10px;
}
