.team-header {
  background: #000;
  background: -webkit-linear-gradient(#000, #1a2432);
  background: linear-gradient(#000, #1a2432); }

a, .primary, .content-category, .slash:after {
  color: #1a2432; }

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

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

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

.button, button, .tabs--primary .tab--active {
  background: #1a2432; }
  .button:hover, button:hover, .tabs--primary .tab--active:hover, .button:focus, button:focus, .tabs--primary .tab--active:focus {
    outline: none;
    background: #000; }

.tabs--primary .tab--active {
  background: #1a2432; }
  .tabs--primary .tab--active:focus {
    background: #1a2432; }

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