﻿.ccpa-notice {
    display: none;
    position: fixed;
    bottom: 50px;
    z-index: 10000;
    width: fit-content;
    margin: 1%;
    padding: 20px;
    background: hsl(242deg 6% 61%);
    min-height: 84px;
    left:0px;
}

.ccpa-notice p {
        color: #ffffff;
        font-size: 11pt;
        float: left;
        margin: 0;
        display: block;
        margin: 6px 110px 0 0;
}

.ccpa-notice p a {
            color: #ffffff;
}

.ccpa-notice p a:hover {
                color: #026fd4;
}

.ccpa-notice p a {
            color: #ffffff;
            font-size: 11pt;
}

.ccpa-notice button {
        background: #013a6f;
        color: #ffffff;
        border: none;
        width: 110px;
        padding: 10px;
        position: absolute;
        right: 20px;
        top: 60px;
}

p > a:active, p > a:hover, p > a:link, p > a:visited {
    text-decoration: underline;
}

p > a {
    text-decoration: underline;
}

a {
    color: #013a6f;
}

.ccpa-notice p a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.ccpa-notice p a {
    color: #ffffff;
    text-decoration: underline;
}
