:root {
    --strata-blue: #003F5A;
    --shark-blue: #2B678D;
    --sky-blue-mist: #81B4C8;
    --strata-black: #09232A;
    --midnight-wave: #003F5A;
    --morning-sky: #FAFCFE;
    --alert-red: #D32F2F;
    --alert-red-hover: #C62828;
    --confirm-green: #388E3C;
    --confirm-green-hover: #2E7D32;
    --white: #FFFFFF;
    --gray-0: #f7f7f7;
    --gray-1: #e8e8e8;
    --gray-2: #d8d8d8;
    --gray-3: #6B7B80;
    --gray-4: #4B4B4B;
    --primary-font: 'Roboto', Khula, sans-serif;
    --condensed-font: 'Roboto Condensed', Khula, sans-serif;
}

/* Site Layout */
html {
    overflow: auto;
    padding: 0px;
}
/* Suppress unnecessary IE7 Scrollbars */
body {
    font: 16px Khula, Verdana, sans-serif;
    color: var(--strata-black);
    -webkit-font-smoothing: antialiased;
    padding: 0px 0px 5rem 0px;
    margin: 0px;
}

#LogonHeader {
    background: url(NavigationBackground-103-1.png) repeat-x;
    height: 103px;
    margin: 0px;
    padding: 15px;
    min-width: 600px;
}

.Portal #LogonHeaderLogo {
    background: url(HeaderLogoPortal.png) top center no-repeat;
    height: 70px;
}

#LogonHeaderLogo {
    background: url(HeaderLogo.png) top center no-repeat;
    height: 70px;
}

#LogonWrapper {
    text-align: center;
}

.LogonTable td {
    vertical-align: middle;
    text-align: left;
}

.LogonDiv {
    display: inline-block;
    border: solid 1px #CBE2E9;
    border-radius: 20px;
    padding: 10px;
    width: 95%;
    max-width: max-content;
    margin: 30px auto 0px auto;
}

    .LogonDiv input, .LogonDiv select {
        border: solid 1px var(--gray-2);
        border-radius: 6px;
        padding: 6px;
        color: var(--strata-black);
        font-size: 24px;
    }

        .LogonDiv input[type=submit] {
            border-radius: 0.25rem;
            background: var(--strata-blue);
            padding: 4px 30px 4px 30px;
            color: #ffffff;
            font-weight: bold;
            font-size: 20px;
        }

.RemoteAssistance {
    display: block;
}

.OrganizationPrompt {
    height: 38px;
    line-height: 38px;
    background: url(OrganizationIcon.png) left center no-repeat;
    padding-left: 50px;
    margin: 0px 0px 0px 10px;
    display: inline-block;
}

.EmailPrompt {
    height: 38px;
    line-height: 38px;
    background: url(EmailIcon.png) left center no-repeat;
    padding-left: 50px;
    margin: 0px 0px 0px 10px;
    display: inline-block;
}

.PasswordPrompt {
    height: 38px;
    line-height: 38px;
    background: url(PasswordIcon.png) left center no-repeat;
    padding-left: 50px;
    margin: 0px 0px 0px 10px;
    display: inline-block;
}

.LogonLeft, .LogonRight {
    width: 350px;
    padding: 0px 20px;
}

.LogonRight {
    position: relative;
    background: linear-gradient(to bottom, #003F5A, #1C536A);
    color: white;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    padding:40px
}

.KlasBadge2025 {
    background-image: url(KlasBadge2025.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100px;
    z-index: 3
}

.WavesBackground {
    background-image: url(BackgroundWaves.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.AnnouncementBody {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    z-index: 2
}

.AnnouncementButton {
    background-color: #e57c03;
    color: white !important;
    border-radius: 0.25rem;
    padding: 0.5rem 2rem;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    z-index: 3;
    position: relative;
    line-height: 1.2rem;
    height: 2rem;
    box-sizing: border-box;
}

    .AnnouncementButton:hover {
        background-color: #d06c02;
        text-decoration: none;
        color: white;
        z-index: 3
    }


.Portal .LogonLeft {
    width: 167px;
}

.VerticalSwipe {
    background: url(VerticalSwipe.png) top center no-repeat;
    background-size: contain;
    width: 30px;
}

.LogonLogo {
    background: url(LogonLogo.png);
    width: 250px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    align-self: center;
}

.Portal .LogonLogo {
    background: url(LogonLogoPortal.png);
    width: 324px;
    height: 25px;
}

.LogonMessage {
    margin-top: 50px;
}

a, a:visited {
    color: var(--gray-4);
}

h1 {
    text-transform: uppercase;
    font-weight: 900;
}

.strata-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--strata-blue);
    color: var(--white);
    border-radius: 0.25rem;
    padding: 0.4rem 1.3rem;
    font-size: 1rem;
    font-weight: 700;
    height: 2.875rem;
    border: solid var(--strata-blue) 2px;
    max-width: max-content;
    cursor: pointer;
    transition: 0s;
    font-family: var(--primary-font);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

    .strata-btn:hover {
        background-color: var(--shark-blue);
        border: solid var(--shark-blue) 2px;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

.strata-btn-sm {
    padding: 0.4rem 1rem;
    height: 36px;
}

.strata-btn-white {
    background-color: var(--white);
    border: solid var(--white) 2px;
    color: var(--strata-blue);
}

    .strata-btn-white:hover {
        background-color: var(--gray-0);
        border: solid var(--gray-0) 2px !important;
        box-shadow: none !important;
        color: var(--strata-blue);
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

.strata-btn-delete {
    background-color: var(--alert-red);
    border: solid var(--alert-red) 2px;
}

    .strata-btn-delete:hover {
        background-color: var(--alert-red-hover);
        border: solid var(--alert-red-hover) 2px !important;
        box-shadow: none !important;
        color: var(--white);
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

#TroubleLoggingInButton {
    text-decoration: underline;
    cursor: pointer;
}

#TroubleLoggingInDetails {
    display: none;
    margin: auto;
    text-align: left;
    color: var(--strata-blue);
    background-color: var(--gray-0);
    border-radius: 0.25rem;
    max-width: 40rem;
    padding: 0.75rem 1rem;
    margin-top: 1rem;
    border: solid var(--gray-0) 1px;
    scroll-padding-bottom: 3rem;
}

    #TroubleLoggingInDetails:focus {
        outline: none;
        border: solid var(--gray-1) 1px;
    }

#TroubleLoggingInDetailsClose {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 19px;
    max-height: 19px;
    margin-left: auto;
    margin-bottom: 0.5rem;
    cursor: pointer;
    margin-right: 0;
}

#TroubleLoggingInDetailsClose img {
max-width: 19px;
max-height: 19px;
}

    #TroubleLoggingInDetailsClose:hover {
        outline: solid var(--shark-blue) 2px;
    }

    #AssistanceLinksWrapper {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        margin-top: 1rem;
    }

    #AssistanceLinksWrapper a, #TroubleLoggingInDetails a {
        font-weight: bold;
        color: var(--gray-4);
        text-decoration: underline;
        cursor: pointer;
        text-decoration-style: solid;
        text-underline-offset: 2px;
    }

        #AssistanceLinksWrapper a:hover, #TroubleLoggingInDetails a:hover, #AssistanceLinksWrapper a:focus, #TroubleLoggingInDetails a:focus {
            color: var(--strata-blue);
            text-decoration-style: dashed;
            text-underline-offset: 2px;
        }
