<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* As Designed (Default) */
a.contrast-high {
  display: none;
}
.ada {
  color: #000;
  background: #fff;
}

/*Navbar*/
.navbar{background: #07699a;}

.navbar:before {
    background: linear-gradient(to bottom, #07699a 50%, #0873a9 50%);
}

/*Footer*/
footer .footer-content {
    background: #0873a9;
}

/*Sub Footer*/
.sub-footer {
    background: #184c66;
}</pre></body></html>