

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

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



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

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

.top-bar-section a {
    color: #005e95 !important;
}

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

  .divider {
    border-color: #d3d2d3 !important;
  }

  .top-bar {
      border-bottom: 1px solid #d3d2d3;
  }

  .top-bar section > ul > li:not(.print) > a {
    line-height: 44px !important;
    border-bottom: 1px solid #d3d2d3;
  }

  .dropdown {
    border: 1px solid #d3d2d3;
    border-top: 0;
  }

  .top-bar-section .has-dropdown > a:after {
    border-top-color: rgba(0,0,0,.5);
  }

.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: #1a78af;
}

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

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

  .button {
      background-color: #f38230;
  }

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

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

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