.team-header {
  background: #202f4c;
  background: -webkit-linear-gradient(#202f4c, #3b578d);
  background: linear-gradient(#202f4c, #3b578d); }

a, .primary, .content-category, .slash:after {
  color: #3b578d; }

.topbar-news .slash:after {
  color: #ff0015; }

a:hover, a:focus {
  outline: none;
  color: #1d2b45; }

.team-nav a:hover, .team-nav a:focus {
  outline: none;
  color: #959595; }

.button, button, .tabs--primary .tab--active {
  background: #3b578d; }
  .button:hover, button:hover, .tabs--primary .tab--active:hover, .button:focus, button:focus, .tabs--primary .tab--active:focus {
    outline: none;
    background: #1d2b45; }

.tabs--primary .tab--active {
  background: #3b578d; }
  .tabs--primary .tab--active:focus {
    background: #3b578d; }

.galleria-theme-hendrick .galleria-thumbnails .galleria-image.active:after, .tab--gallery .tabs .tab--active {
  border-color: #3b578d; }
