/*
 * This file contains color profile information without exception.
 * @profile green
 */
#head, .overlay {
  background: #1aa07e;
  background: linear-gradient(180deg, rgba(50,164,111,1) 0%, rgba(25,159,127,1) 80%);
}

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

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

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