:root{
--theme-dk-red: #7b262d;
--theme-md-gray: #666666; --si-body-color: var(--theme-md-gray) !important; --si-primary: var(--theme-dk-red) !important; --si-link-color: var(--theme-dk-red) !important;
--si-link-hover-color: var(--theme-dk-red) !important;
--si-link-color-rgb: rgb(123,38,45) !important;
} .navbar-nav{
--si-nav-link-color: var(--theme-md-gray) !important;
--si-navbar-hover-color: var(--theme-dk-red) !important;
}
.dropdown-menu {
--si-dropdown-link-color: var(--theme-md-gray) !important;
--si-dropdown-link-hover-color: var(--theme-dk-red) !important;
} .btn-primary {
--si-btn-bg: var(--theme-dk-red) !important;
--si-btn-border-color: var(--theme-dk-red) !important;
--si-btn-hover-bg: var(--theme-dk-red) !important;
--si-btn-active-bg: var(--theme-dk-red) !important;
--si-btn-hover-border-color: var(--theme-dk-red) !important;
--si-btn-active-border-color: var(--theme-dk-red) !important;
} main a:hover:not(.btn, header a, footer a) {
color: var(--theme-dk-red) !important;
}
.breadcrumb {
--si-breadcrumb-color: var(--theme-md-gray) !important;
--si-breadcrumb-hover-color: var(--theme-dk-red) !important;
} .accordion-button::after {
background-color: #ccc !important;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%23ffffff'%3e%3cpath d='M225.813 48.907L128 146.72 30.187 48.907 0 79.093l128 128 128-128z'/%3e%3c/svg%3e")
}
.accordion-button:not(.collapsed)::after {
background-color: var(--theme-dk-red) !important;
box-shadow: 0 -0.5rem 1.125rem -0.5rem rgba(102, 102, 102, .75);
} .grecaptcha-badge{display:none;} @media print {} .shadow-primary {
box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(102, 102, 102, .75) !important;
}