.contrast,
.contrast nav,
.contrast div,
.contrast li,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article,
.contrast ul.primary li a,
.contrast .site-name {
    background: black !important;
    color: white !important;
}

.contrast .list-group-item,
.contrast .hub-item.btn-primary-200  {
  border-color: #fff !important;
  background: black !important;
}

.contrast .btn,
.contrast .btn:hover,
.contrast .btn:focus,
.contrast .btn:active,
.contrast a:hover {
  background: black !important;
  border-color: transparent;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast q,
.contrast i,
.contrast b,
.contrast u,
.contrast span {
  color: white !important;
}

.contrast a { text-decoration: underline !important }

.contrast a,
.contrast a:hover,
.contrast a:focus,
.contrast footer small,
.contrast ul.primary li a,
.contrast .hub-item i,
.contrast .hub-item span {
  color: yellow !important;
}

.contrast .card .btn,
.contrast button,
.contrast input[type=button],
.contrast input[type=reset],
.contrast input[type=submit] {
  background: black !important;
  color: yellow !important;
  border: 1px solid yellow !important;
}

.contrast .card .btn { border: 0 !important }

.contrast img.on-contrast-force-gray {
  filter: grayscale(100%) contrast(120%);
}

.contrast img.on-contrast-force-white {
  filter: brightness(0) invert(1);
}

.contrast input[type=text],
.contrast input[type=password],
.contrast input[type=url],
.contrast input[type=search],
.contrast input[type=email],
.contrast input[type=tel],
.contrast input[type=date],
.contrast input[type=month],
.contrast input[type=week],
.contrast input[type=datetime],
.contrast input[type=datetime-local],
.contrast textarea,
.contrast input[type=number] {
    background: black !important;
    border: 1px solid white !important;
    color: white !important;
}

.contrast .card { border: 1px solid white !important; }

.contrast .site-header {
  border-top: 1px solid white !important;
  border-bottom: 1px solid white !important;
}

.contrast .document-card img { background: black !important; }
.contrast .site-logo { filter: invert() }