.UIServiceCategory_cotBlue .ServiceCategory {
    margin: 0 0 10px;
}
.UIServiceCategory_cotBlue .ServiceCategory .Content {
    padding:0;
}
.UIServiceCategory_cotBlue .ServiceCategory .Title:before {
    content: "\f0c9";
    color: #fff;
    font-family: 'FontAwesome';
    margin-right: 8px;
    DISPLAY: NONE;
}
.UIServiceCategory_cotBlue .ServiceCategory .Title {
    height: 41px;
    border-bottom: 2px solid  #114d8d;
    margin-top: 1.2rem;
    margin-bottom: 1rem;
    display: none;
}
.UIServiceCategory_cotBlue .ServiceCategory ul {
      list-style: outside none none;
    margin: 0;
}
.UIServiceCategory_cotBlue .ServiceCategory ul li {
   border-bottom: solid 1px #ccc;
   background: #2196f3;
   border-radius: 6px;
   padding: 10px !important;
   margin: 5px 0;
}
.UIServiceCategory_cotBlue .ServiceCategory ul li a {
    color: #ed0e18;
    font-size: 14px;
    font-family: arial;
    font-weight: 500;
    display: flex;
    padding: 0px;
}
.UIServiceCategory_cotBlue .ServiceCategory ul li a span {
    color: #fff !important;
}
.UIServiceCategory_cotBlue .ServiceCategory ul li a:hover{
   background-color: transparent;
   cursor: pointer;
}
.UIServiceCategory_cotBlue .ServiceCategory ul li:hover a span {
   color: #fff;
}
.UIServiceCategory_cotBlue .ServiceCategory ul li a span::before {
   display: none;
}
.UIServiceCategory_cotBlue .ServiceCategory ul li img{
        display: block !important;
}
.UIServiceCategory_cotBlue .ServiceCategory ul li a img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
.UIServiceCategory_cotBlue .ServiceCategory .Title span {
   color: #FFF;
   font-size: 1rem;
   font-weight: 400;
   text-transform: uppercase;
   white-space: nowrap;
   padding: 9px 1rem;
   background: #114d8d;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   display: inline-block;
}
.Content .nav span.article-title {
    padding: 0 8px;
    text-transform: uppercase;
    font-weight: 500;
    color: #004691;
    line-height: 1.8;
        font-size: 11px;
}