/*
 * This file contains color profile information without exception.
 * @profile blue
 */
#head, .overlay {
  background: #1c98be;
  background: linear-gradient(180deg, rgba(17,152,153,1) 0%, rgba(28,152,190,1) 80%);
}

@media (min-width: 980px) {
  #head {
    background: #1c98be url(../../templates/Public/Images/headbg_blue.png) 0 0 repeat-x;
  }
}

#main h1 {
	color: #1c98be;
}
#main a {
	color: #1c98be;
}
#vnav .lvl2 {
	list-style-image: url(../../templates/Public/Images/bullet_blue.png);
}
#vnav .lvl2.sub.act {
	list-style-image: url(../../templates/Public/Images/bullet_blue_down.png);
}

.tx-indexedsearch-browselist-currentPage a {
  background: #1c98be !important;
  color: #fff !important;
  border-color: #1c98be !important;
}
