a:hover,
a:focus {
  text-decoration: none;
}
.custom-title {
  text-align: center;
  padding: 0;
  margin: 20px 0;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
}
.custom-title span {
  display: block;
}
.custom-title:after {
  content: ' ';
  display: inline-block;
  width: 70px;
  height: 8px;
  background: #08854d;
}
@media (max-width: 767px) {
  .custom-title {
    font-size: 24px;
  }
}
#mainskip {
  display: none;
}
#mainskip:focus {
  display: block;
}
#page-title {
  padding: 0;
  margin: 0 0 20px;
  color: #3d3d3d;
}
@media (max-width: 768px) {
  #page-title {
    font-size: 26px;
  }
}
#tmpl-back {
  position: relative;
  background: #fff;
}
#tmpl-head {
  border-bottom: 1px solid #BCB8B7;
}
#tmpl-head img {
  max-width: 100%;
}
#tmpl-head .top {
  font-size: 16px;
  padding: 3px 0;
  background: #3d3d3d;
  color: #ffffff;
  text-align: right;
}
#tmpl-head .top .diconbox {
  display: inline-block;
}
#tmpl-head .top .fa {
  color: #08854d;
}
#tmpl-head .bottom .row > div {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #tmpl-nav {
    padding: 15px 0;
  }
}
#tmpl-content {
  padding: 0 0 30px;
}
#services {
  background: #F4F6F5;
  padding: 30px 0;
}
#hpbottom {
  padding-bottom: 20px;
}
#tmpl-foot {
  width: 100%;
}
#tmpl-foot img {
  max-width: 100%;
}
#tmpl-foot .top {
  font-size: 16px;
  background: #3d3d3d;
  color: #ffffff;
}
#tmpl-foot .top a {
  color: #ffffff;
}
#tmpl-foot .top .container > .row > div {
  margin-top: 15px;
  margin-bottom: 15px;
}
#tmpl-foot .top .business {
  text-transform: uppercase;
  font-weight: bold;
}
#tmpl-foot .top .diconbox {
  margin: 7px 0;
}
#tmpl-foot .top .diconbox .fa {
  color: #08854d;
}
#tmpl-foot .bottom {
  text-align: center;
  padding: 7px 0;
  background: #2F2F2F;
  color: #fff;
}
#tmpl-foot .copyright {
  display: block;
  padding: 10px 0 4px;
  font-size: 9pt;
}
#tmpl-foot .mediajaw {
  display: block;
}
