/* ******************************************************************************

        Custom CSS to support the widget: APAN - Group Accessibility
        
        Date of creation: 2024 July 02
        Date of last update: 2024 Sept 13
        By Shawn Parrish (APAN)
        
        
****************************************************************************** */

.Atop-banner-custom {
    display: block;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background-color: black;
    background-color: rgba(0,0,0,0.3);
    color: white;
    height: 12px;
    line-height: 12px;
    text-align: center;
}


    .Atop-banner-custom a {
        color: white;
        vertical-align: middle;
    }


        .Atop-banner-custom a:hover {
            color: #FFDD00;
            transition: 0.5s;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.15rem;
        }


.APAN_GAB_FOUO {
    background-color: #974CF5;
    color: white;
    height: 20px;
    line-height: 20px;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
}


.Abanner-content {
    font-weight: 400;
    font-size: 0.65em;
    letter-spacing: 0.05rem;
    text-transform: capitalize;
    margin: 0px 0px 0px 0px;
}


    .Abanner-content .APAN_GAB_FOUO {
        text-transform: uppercase;
    }


.alerthide {
    font-size: 0.001em;
    color: white;
    opacity: 0.0;
}


/* If the screen size is 670px wide or less, set the font-size of <div> to */
@media screen and (max-width: 520px) {

    .APAN_GAB_FOUO {
        background-color: #974CF5;
        /*************  #974CF5; is a purple color  for fouo cui  ******/

        color: white;
        height: 36px;
        line-height: 18px;
        font-weight: 600;
        font-size: 0.9em;
        text-transform: uppercase;
    }

    .Abanner-content .APAN_GAB_FOUO {
        padding: 5px;
    }
}

@media screen and (max-width: 326px) {

    .APAN_GAB_FOUO {
        background-color: #974CF5;
        color: white;
        height: 32px;
        line-height: 16px;
        font-weight: 600;
        font-size: 0.8em;
        text-transform: uppercase;
    }

    .Abanner-content .APAN_GAB_FOUO {
        padding: 1px;
    }
}


/***************************************************************  END OF FILE  *************************************************/
