/* Branding */
header#menu-bar {
  background: #2b7cac;
}

ul.dropdown-menu>li:hover, 
ul.dropdown-menu>li.focussed {
  background: #016199;
}

#user-info:hover:before, 
#user-info.focussed:before {
  color: #016199;
}

#user-info:before,
#page-title h2,
#content h3,
a:link,
a:visited {
  color: #2b7cac;
}

.card {
  border-left-color: #2b7cac;
}

@media screen and (max-width: 699px) {
  ul#top-menu,
  input#top-nav-toggle:checked ~ label#top-nav-toggle-label {
      background-color: #016199;
  }
  /*#0F5B93*/
}

button.primary-button, a.primary-button, .primary-button {
  background: #2b7cac;  
  background: linear-gradient(to bottom, rgba(43,124,172,1) 0%,rgba(1,97,153,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7cac', endColorstr='#016199',GradientType=0 );
}