

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

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



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

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

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

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


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


a,
.breadcrumbs > * a {
    color: #04529e;
}

.options a:hover,
.options li.active a {
    color: #3785d1;
}

a:hover,
a:focus {
    color: #03427e;
}

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


.accordion dd > a.active {
    background-color: #2faf83;
}

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

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

  .button {
      background-color: #e4087e;
  }

  .button:hover {
      background-color: #cd0771;
  }

  .bright {
    background-color: #e4087e !important;
  }

.tabs.vertical a svg path{
    fill: #04529e;
}
