﻿#divContentArea .allServices {
  width: 100%;
  overflow: auto;
  margin: 0;
  font-size: 1.25em;
}
#divContentArea .allServices .responsiveDetails .title {
  color: #004B8D;
  font-weight: 600;
  text-align: left;
}
#divContentArea .allServices .responsiveDetails .topic {
  font-weight: 600;
}
#divContentArea .allServices .serviceType {
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 60px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
#divContentArea .allServices .components {
  position: relative;
}
#divContentArea .allServices .components ul > li {
  margin-left: 20px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
}
#divContentArea .allServices .components ul > li .tick {
  float: left;
  margin-right: 20px;
  position: absolute;
  left: 0px;
  margin-top: 5px;
}
#divContentArea .allServices .separator {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: solid 2px #707070;
}
#divContentArea .allServices .anchorSection {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}
@media screen and (max-width: 576px) {
  #divWorkingArea {
    width: 100%;
  }
  #divContentArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }
}