.otherNews{
    margin-bottom: 10px;
    cursor: pointer;
}
.otherNews:hover{
    background-color: #ccc;
}

#otherNewsContainer{
    overflow-x: hidden;
}

hr{
    border: 1px solid #428bca;
}
.social{
    text-transform: capitalize;
}
.newsDate{
    color: #428bca;
}

.sectionContainer{
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.inspectionEntityLinks{
    border: none;
    background: none;
    margin-top: 0px;
    padding-top: 0px;
}
.inspectionEntityLinks .row div{
    margin-bottom: 10px;
    padding: 0px;
}
.newsDetail-archieveTitle{
    margin-top: 0px;
}

.subTitle{
    background-size: auto;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}
.hr-content{
    margin-bottom: 20px;
    text-align: center;
}