

.top-bar,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
    background: ;
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    background: ;
}



.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  background: ;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover {
  background: ;
  filter: brightness(85%);
  -webkit-filter: brightness(85%);
}

.top-bar-section a {
    color: white !important;
}

.top-bar-section a {
    font-size: 13px;
}


.contrast-panel {
    background-color: #3d3d3d !important;
}


a,
.breadcrumbs > * a {
    color: #008cba;
}

.options a:hover,
.options li.active a {
    color: #33bfed;
}

a:hover,
a:focus {
    color: #007095;
}

.text-blue,
.actions a:hover small,
.tabs.vertical dd.active a {
    color: #008cba !important;
}


.accordion dd > a.active {
    background-color: #1aa6d4;
}

.accordion dd > a {
    background-color: #008cba;
}

.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
    background-color: #007ea7;
}



.tabs.vertical a svg path{
    fill: #008cba;
}
