 .high-contrast {
    background-color: #000 !important; 
    color: #fff !important;         
}
.high-contrast * {
    color: #fff !important;
      background-color: #000 !important;
}
.high-contrast a {
    color: inherit !important;
    text-decoration: none !important;
}
.high-contrast a:hover,
.high-contrast a:focus {
    color: #ffff00 !important;
    text-decoration: none !important;
    cursor: pointer;
}
.high-contrast .cgst-top-header,
.high-contrast .cgst-top-flex {
    background-color: inherit !important;
    color: inherit !important;
}
.high-contrast .cgst-top-header a,
.high-contrast .cgst-top-flex a {
    color: inherit !important;
}
.high-contrast .cgst-top-header a:hover,
.high-contrast .cgst-top-header a:focus,
.high-contrast .cgst-top-flex a:hover,
.high-contrast .cgst-top-flex a:focus {
    color: #ffff00 !important; 
    text-decoration: none !important;
}
.high-contrast footer {
    background-color: #000 !important; 
    color: #fff !important;
    border-top: 1px solid #fff !important;
    padding: 10px 0;
}
.high-contrast footer a {
    color: #fff !important;
    text-decoration: none;
}
.high-contrast footer a:hover,
.high-contrast footer a:focus {
    color: #ffff00 !important;
    text-decoration: none !important;
    cursor: pointer;
}
.high-contrast .card {
    background-color: #000 !important; 
    color: #fff !important;            
    border: 1px solid #fff !important;
    padding: 10px;
    border-radius: 4px;
}
.high-contrast .card a {
    color: inherit !important;
    text-decoration: underline !important;
}
.high-contrast .card button,
.high-contrast .card .button {
    color: #fff !important;
    border: 1px solid #fff !important;
    background-color: #000 !important;
}
.high-contrast button,
.high-contrast .button,
.high-contrast a.button {
    color: #fff !important;
    border: 1px solid #fff !important;
    background-color: transparent !important;
    padding: 5px 12px;
    border-radius: 4px;
    text-decoration: none !important;
    display: inline-block;
}
.high-contrast button:hover,
.high-contrast .button:hover,
.high-contrast a.button:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.high-contrast hr {
    border-color: #fff !important;
}
.high-contrast img {
    filter: none !important;
}
