#cookie-consent-overlay {    
    z-index: 999 !important;
}

#cookie-consent-overlay h1, 
#cookie-consent-overlay .h1 {
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: 0.01em;
}

@media (min-width: 768px) {
    #cookie-consent-overlay h1,
    #cookie-consent-overlay .h1 {
        font-size: 3.5rem;
    }
}

#cookie-consent-overlay a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

#cookie-consent-overlay #cookie-consent-text {
    background-color: #004489;
}

    #cookie-consent-overlay #cookie-consent-text button {
        border-radius: 0px !important;
        margin-bottom: 10px !important;
        padding: 15px;
    }

@media (min-width: 768px) {
    #cookie-consent-overlay #cookie-consent-text button.btn-primary {
        padding: 20px;
        margin-bottom: 0;
    }
}

#cookie-consent-overlay .btn-primary {
    background-color: transparent;
    border: 2px solid #8AC2E6;
}

#cookie-consent-overlay .btn-primary:hover {
    color: #004489;
    background-color: #8AC2E6;
}