
h1:not(.readdocument h1) {
  background-color: #6a6a6a;
  color: #fff;
}

h2, .h2 {

}

h3, .h3 {

}

header {
  background-color: #3D5C23;
  color: #fff;
}

body {
  background-color: #fff;
  color: #000;
}

footer {

}

a,
a:hover {
  color: #005A9E;
}


.help-instructions-block a {
  color: #2774AA; /* accessibility fix */
}

footer a,
footer a:link,
footer a:hover,
footer a:visited {
  color: #000;
}

.btn-jdi {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
  text-decoration: none;
}

.btn-jdi.active,
.btn-jdi:hover,
.btn-jdi:focus,
.btn-jdi:active,
.btn-jdi:active:focus,
.checkbox-button:checked + label,
.wizard-form__form [type="radio"]:checked + label {
  color: #fff;
  background-color: #5A7C36;
  border-color: #5A7C36;
}

.btn-jdi.active,
.btn-jdi:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .5);
}

.breadcrumbs {

}

.breadcrumb-list__item__link, .breadcrumb-list__item__home {
  color: #662c92;
}

[type="radio"]:checked + .custom-radio__site:before {
  border-color: #73af43 !important;
}

[type="radio"]:checked + .custom-radio__site:after,
[type="radio"]:not(:checked) + .custom-radio__site:after {
  background: #73af43 !important;
  border-color: #73af43 !important;
}

/*.header-bottom {
  background-color: #69a021;
}*/

.footer--site-links {
  background-color: #89909A;
}

.footer--social-media {
  background-color: #6E7781;
}

.footer-inner__site-links__item__link {
  color: #000;
}

.footer-inner__site-links__item__link:hover {
  color: #000;
}

.footer-inner__content--right {
  color: #ffffff;
}

/*
 * homepage document lists
*/
.opus-document-list__heading {
  background-color: #5A7C36;
  color: #fff;
}

/* fix after accessibility change */

.opus-document-list__heading button {
    background-color: #5A7C36;
    color: #fff;
}

.opus-primary-document-list .opus-document-list__heading {

}

.opus-primary-document-list .opus-document-list__all-documents {

}

/*
 * representation wizard
*/
.wizard {
  border-color: #6BA33E;
  background: #fff;
}

.wizard__heading {
  color: #fff;
}

.chapter-block-item a {
    text-decoration: none;
    border-bottom: none;
}

.chapter-block {
    background-color: #3d5c23;
    color: #fff;
    font-weight: bold;
    transition: 0.5s ease-in-out;
    border: 2px solid #3d5c23;
}

.chapter-block:hover {
    background-color: #3d5c23;
    color: #fff;
    border: 2px solid #3d5c23;
}
