.location-list h3 {
  border-bottom: 1px solid #707070;
  font-family: 'Roboto', sans-serif;
  color: #004494;
  padding-bottom: 15px;
  margin-bottom: 19px; }
  @media only screen and (min-width: 992px) {
    .location-list h3 {
      border-bottom: 1px solid #004494; } }

.location-list li {
  width: 50%;
  float: left;
  margin-bottom: 19px; }
  .location-list li:before {
    content: '\f3c5';
    font-family: "FontAwesome";
    float: left;
    margin-right: 10px;
    color: #004494; }
