

body {
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}

.list.nohovercolor li:hover {
  /*color: unset !important;*/
  /*color: black !important;*/
  /*color: initial;  */
  color: #292929;
}

.btn.service_cntct_btn {
  background: #ff4b3c;
  border-color: #ff4b3c;
  border-top-color: rgb(255, 75, 60);
  border-top: #d94033 1px solid;
  color: #f6f2f2;
  font-size: 16px;
}

.btn.service_cntct_btn:hover {
  background: #f7f7f7;
  border: #000 1px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* ---- Service navigation list - distinct arrow style to signal clickable links ---- */
.list-services {
	margin:0;
	list-style:none
}
.list-services li {
	margin:12px 0 0 0;
	padding:0 0 0 18px;
	font-size:15px;
	line-height:20px;
	font-weight:normal;
	position:relative;
	display:block;
	color:#292929
}
.list-services li:first-child {
	margin-top:0
}
.list-services li::before {
	content:'\203A';
	position:absolute;
	left:0;
	top:0;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#ff4b3c
}
.list-services li a {
	color:#292929;
	text-decoration:none
}
.list-services li a:hover {
	color:#ff4b3c;
	text-decoration:none
}
.list-services li.active a {
	color:#ff4b3c;
	font-weight:bold
}
.list-services li.active::before {
	content:'\25B8';
	color:#ff4b3c
}
