
a, a:visited {
  outline: none;
	text-decoration: none;
	color: var(--stone-600);
}

a:hover {
	text-decoration: none;
	color: var(--stone-600);
}

.firm-header a {
  background: none !important;
  color: inherit;
  border: none;
  text-decoration: none;
}
