/*Legal Results*/
#legal-items {
    margin: 14em 0;
}
.legal-item a:hover {
    padding-top: 10px;
    padding-bottom: 10px;
}
.article-section {
    border-left: 2px solid #2aace2;
    padding-left: 2em;
}
/*Legal Publish*/
.term-text img {
    vertical-align: middle;
}
/*Responsive*/
@media only screen and (max-width:769px) {
/*Legal Results*/
#legal-items {
    margin: 2em 0;
}
.legal-item {
    margin-bottom: 2em;
}
.legal-item:last-child {
    margin-bottom: 0;
}
/*Legal Publish*/
.term-publish .page-title {
    margin-bottom: 0;
}
}