﻿/*
    Copyright (c) 2001 Envision Technology Partners, Inc. All rights reserved.
*/
:root {
    --iz-primary-text-color: #ffffff;
    --iz-primary-color: #293581;
    --iz-primary-color-dark: #1D255A;
    --iz-primary-color-darker: #141A3F;
    --menu-color-1: #467a8c; /* menu background */
    --menu-color-2: #3a6574; /* item background */
    --menu-color-3: #355c6a; /* item background on hover */
    --iz-top-nav-color: #355c6a; 
}

/*
    CO has a dark blue 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;
}
