﻿/*
    Copyright (c) 2001 Envision Technology Partners, Inc. All rights reserved.
*/
:root {
    --iz-primary-text-color: #ffffff;
    --iz-primary-color: #293581;
    --iz-primary-color-dark: #232d6e;
    --iz-primary-color-darker: #1d255a;
    --menu-color-1: #C6D4FB; /* menu background */
    --menu-color-2: #003D9C; /* item background */
    --menu-color-3: #003D9C; /* item background on hover */
    --iz-top-nav-color: #003D9C;
}

/*
    CT has a dark primary button so the black focus ring is hard to detect.
    Using a white line inside the button to indicate focus.
*/
.btn.btn-primary:focus-visible {
    outline: solid 1px var(--iz-primary-text-color) !important;
    outline-offset: -3px;
}

/* Override to match the style CT requested for non-BS5 pages */
#nav_accordion a.nav-link[role='button'][aria-expanded='false']:not(.no-icon)::after {
    color: #F8F8F8 !important;
    opacity: 1 !important;
}

#nav_accordion a.nav-link[role='button'][aria-expanded='true']:not(.no-icon)::after {
    color: #F8F8F8 !important;
    opacity: 1 !important;
}