
.ServiceCategory {
    margin: 0 0 10px;
}
.ServiceCategory .Title {
    background: #ff0b00;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    line-height: 31px;
}
.ServiceCategory ul {
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    list-style: outside none none;
    margin: 0;
    padding: 5px 0;
}
.ServiceCategory ul li {
    padding: 4px 0px;
}
.ServiceCategory ul li a {
    color: #444444;
    font-size: 14px;
}
.ServiceCategory ul li a:hover {
    color: #0580bd;
}
.ServiceCategory ul li a span:before {
    font-family: 'FontAwesome';
    color: #1b6eb5;
    font-size:24px;
    display: inline-block;
    width: 28px;
    text-align: center;
    margin-right: 6px;
}
.ServiceCategory ul li:nth-child(1) a span.article-title:before {
    content: "\f080";
}
.ServiceCategory ul li:nth-child(2) a span.article-title:before {
    content: "\f201";
}
.ServiceCategory ul li:nth-child(3) a span.article-title:before {
    content: "\f279";
}
.ServiceCategory ul li:nth-child(4) a span.article-title:before {
    content: "\f0e3";
}
.ServiceCategory ul li:nth-child(5) a span.article-title:before {
    content: "\f155";
}
.ServiceCategory ul li:nth-child(6) a span.article-title:before {
    content: "\f21d";
}
.ServiceCategory ul li:nth-child(7) a span.article-title:before {
    content: "\f275";
}
.ServiceCategory ul li:nth-child(8) a span.article-title:before {
    content: "\f080";
}
.ServiceCategory ul li:nth-child(9) a span.article-title:before {
    content: "\f201";
}
.ServiceCategory ul li:nth-child(10) a span.article-title:before {
    content: "\f279";
}
.ServiceCategory ul li:nth-child(11) a span.article-title:before {