.clear-fix:after { display: table; clear: both; }

a.cta-button {
  background: #f15c22;
  border: 1px solid #f15c22;
  border-radius: 7px;
  color: #eeeeee;
  padding: 16px 26px;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;  
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}
a.cta-button:focus,
a.cta-button:hover {
  color: #fff;
  background: #182839;
  border: 1px solid #182839;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}


.services-header .benefit-header-info {
  width: 640px;
  bottom: 20px;
  height: auto;
  background: #182839;
}
.services-header h1 { font-weight: normal; }
.services-header p { margin-bottom: 0px; }



ul.service-ul li { padding-left: 15px; }

ul.service-ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -16px;
  top: 0;
  color: #f15c22;
  font-size: 20px;
}



.service-call-to-action {
  margin-top: 32px;
  padding: 24px;
  background: url('http://olympictreecare.ca/wp-content/uploads/2015/03/repeat-bg.jpg') repeat;
  text-align: center;
  border-radius: 10px;
}
.service-call-to-action h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  font-style: none;
}



.lg-margin-top {
  margin-top: 125px;
}