

h1, .h1 {

}

h2, .h2 {

}

h3, .h3 {

}

header {
  background: #2c2d84;
  color: #fff;
}

.header-inner .logo img {
  border: 2px solid #fff;
}

ul.breadcrumb-list li+li:before, .breadcrumb-list__item + .breadcrumb-list__item::before {
    color: #d0cdc4;
}

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

footer {
    background-color: #212121;
    color: #ffffff;
}

/*.footer-links__link {
    color: #ffffff;
    transition: color 0.25s ease-out;
    text-decoration: none;
}

.footer-links__link:hover {
    color: #999;
    text-decoration: none;
}*/

.help-instructions-block {
    background-color: #2c2d84;
    color: #fff;
    border-color: #2c2d84;
    border-radius: 0;
}

.help-instructions-block a, .help-instructions-block a:hover, .help-instructions-block a:visited {
    color: #fff;
}

a, div.custom-block a {
    color: #3245A8;
    transition: color 0.25s ease-out;
    text-decoration: underline;
}

a:hover, div.custom-block a:hover {
  color: #1F1F71;
}

a:visited {
    color: #51247A;
}

a:active:not(.breadcrumb-list__item__link) {
    background-color: #FCBC00;
}

a.page-link {
    text-decoration: none;
}

.form-control, .form-check-input {
    border: 2px solid #3C3C3B ;
    border-radius: 0;
}

.form-control:focus, .form-check-input:focus {
    border: solid 4px #FCBC00;
}

table.indoc td, table.indoc th {
    border-bottom: 1px solid #999;
}

.btn {
  background-color: var(--btn-bg-color);
  border-color: var(--btn-border-color);
  color: var(--btn-color);
    transition: background .25s ease-out;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 4px solid #80a02e;
    border-radius: 0;
}

.btn:visited {
    color: #3c3c3b;
}

.btn:focus {
    outline: none;
    background-color: #fcbc00;
    border-bottom: 4px solid #3c3c3b;
    border-top: none;
    color: #3c3c3b;
}

.btn:hover,
.btn:active,
.btn:active:focus,
.btn.active,
[type="radio"]:checked + .custom-radio-button,
.checkbox-button:checked + label,
.wizard-form__form [type="radio"]:checked + label {
  background-color: var(--btn-hover-bg-color);
  border-color: var(--btn-hover-border-color);
  color: var(--btn-hover-color);
  border-bottom: 4px solid #80a02e;
    text-decoration: none;
}

.btn:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.btn.active,
[type="radio"]:checked + .custom-radio-button,
.wizard-form__form [type="radio"]:checked + label {
    background-color: #96bb36;
    border-color: #96bb36;
    color: #3c3c3b;
    border-bottom: 0;
    border-top: 4px solid #80a02e;
}

.my-account .btn.active {
    background-color: #FCBC00;
    border-color: #FCBC00;
    color: #3c3c3b;
    border-bottom: 4px solid #3c3c3b;
}

.btn-primary.disabled,
.btn-primary:disabled {
}

.oc-link-v2 .btn.user-view-comment svg path,
.oc-link-v2 .btn.user-map-button svg path,
.oc-link-v2 .btn.maplist-btn svg path {
    fill: #000;
}

[type="radio"]:checked + .custom-radio-button {
}

[type="radio"]:not(:checked) + .custom-radio-button {
}

.breadcrumbs {

}

/*
 * document reader pages
*/
.readdocument__child__link--highlight {

}

.readdocument__icon--comment {

}

.readdocument__icon--view {

}

/*
 * homepage document lists
*/

.opus-document-list__heading {
  background-color: #efefef;
  border-color: #efefef;
  color: #3245A8;
  font-size: 21px;
  font-weight: 700;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

/* fix after accessibility change */

.opus-document-list__heading button {
    color: #3245A8;
    font-size: 21px;
    font-weight: 700;
}

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

}

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

}

/* Consultations */

.consultations.offcanvas-button {
    margin-left: -16em;
    margin-top: -11.5em;
}

div.consultations.offcanvas {
    background: #fff;
    opacity: 0.97;
}

.consultations.offcanvas-body {
    transition: 0.5s ease-in-out;
}

.consultations.offcanvas-header {
    background-color: #2c2d84;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    padding-top: 2em;
}

.consultations .consultation-current {
    color: #000;
}

.consultations.offcanvas-body a {
    transition: all 0.5s ease-in-out;
}

.consultations.offcanvas-body a:hover {
    background-color: #96bb36;
    border-color: #96bb36;
    border-bottom-color: rgb(150, 187, 54);
    color: #202020;
    border-bottom: 4px solid #80a02e;
    text-decoration: none;
}

.consultations.offcanvas-body a:hover span {
    color: #000;
}

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

.wizard__heading {
  color: #888;
}

#back-to-top-static {
  background-color: #fff;
  color: #000;
}

#back-to-top-static a {
  color: #000;
}

#back-to-top-static:hover {
  background-color: #888;
}
