/*=- /Content/Layouts/Smooth/stylesheets/section-services.less -=*/

.services ul {
  padding: 0;
  background-color: #f2f2f2;
}
.services ul li {
  display: block;
  position: relative;
  border: 1px solid white;
  border-width: 0 0 1px;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.services ul li i {
  position: absolute;
  top: 55%;
  left: 0.875em;
  width: 1.5em;
  font-size: 1.25em;
}
.services ul li i::before {
  margin: 0;
  bottom: unset;
}
.services ul li a {
  display: block;
  margin: 0;
  padding: 0.875em 0 0.875em 3.25em;
  font-size: 0.875em;
}
@media only screen and (min-width: 56.25em) {
  .services ul li:hover {
    background-color: rgba(62, 139, 148, 0.1);
  }
}
.services ul .active a {
  color: #96004d;
}
.services ul {
  background-color: rgba(62, 139, 148, 0.07);
}
.services ul li a {
  padding: 1em 2em 1em 4.25em;
  position: relative;
}
.services ul li a i {
  color: #005a65;
}
@media print, screen and (max-width: 37.4375em) {
  
}
@media print, screen and (min-width: 37.5em) and (max-width: 56.1875em) {
  .services ul::after {
    display: block;
    content: "";
    clear: both;
  }
  .services ul li {
    width: 50%;
    float: left;
  }
  .services ul li:nth-child(odd) {
    clear: both;
    border-width: 0 1px 1px 0;
  }
  .services ul li:nth-child(odd):last-child {
    border-bottom-width: 0;
  }
}
@media print, screen and (min-width: 37.5em) {
  
}
@media print, screen and (min-width: 56.25em) {
  .services ul li a {
    padding-top: 17px;
    padding-bottom: 17.35px;
  }
}
@media print, screen and (min-width: 64em) {
  
}
