  @charset "utf-8";
/* CSS Document */
:root {
    --bs-green: #677A43;
    --footer-blue: #90C2F3;
    --blue: #0d4cd3;
}

h4.card-subtitle {
    font-weight: 400;
    color: #333
}

main section a {
    text-decoration: underline;
}

main section a:hover {
    text-shadow: rgb(0, 86, 179) 0px 0px 0.65px, rgb(0, 86, 179) 0px 0px 0.65px;
}

main section .accordianDDDAnc {
    text-decoration: none !important;
}

main section .accordianDDDAnc:hover {
    text-decoration: underline !important;
    text-shadow: rgb(0, 86, 179) 0px 0px 0.65px, rgb(0, 86, 179) 0px 0px 0.65px;
}

#Slider .carousel-control-prev:focus, #Slider .carousel-control-next:focus {
    background-color: rgba(103, 122, 67, .5);
    border: 3px solid var(--bs-green);
}

#site-name.department span.department {
    font-size: 2.5rem !important;
    font-weight: 500 !important;
}

footer .footer.site-footer {
    background: linear-gradient(90deg, rgba(0, 84, 168, 1) 0%, rgba(0, 84, 168, 1) 100%);
    background: var(--footer-blue);
    padding: 15px 0;
    color: #000000;
    font-size: 14px;
    margin-top: 30px;
    font-weight: 300;
}

footer .footer.site-footer a,
footer .footer.site-footer h3 {
    color: #000000 !important;
}

.footer.site h3, .footer.site-footer h3 {
    border-bottom: 2px solid #000000 !important;
}

.footer.site-footer .columned>ul>li>h4 {
    border-bottom: 1px solid #000000 !important;
}

.navbar-nav>li>ul>li>ul {
    list-style: none !important;
    padding-left: 1rem;
}

.navbar-brand a {
    color: #000000 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    line-height: 1.5 !important;
}

.footer.site-footer .columned a, .footer.site-footer ul.statewide a {
    padding: 0.35rem 0;
}

.btn-primary {
    background-color: var(--blue);
    border-color: var(--blue);
}

.btn-link {
    color: var(--blue);
}

a.toggle-sticky {
    padding-top:0.25rem;
    padding-bottom:0.25rem;
}

.card-header {
    background-color: #ffffff !important;
}

.dddacc {
    background-color: #677A43 !important;
}

footer .footer.site-footer .columned>ul>li>ul>li>a {
    font-weight: 300 !important;
}

footer .site-footer ul>li>ul>li,
footer .statewide li {
    padding: 0.125rem 0 !important;
}