.searchNumResults { 
    margin-top: 21px;
    font-weight: 600; 
    text-align: left; 
    color: #2d3a45; 
}

.resultContainer { 
    width: 100%; 
    margin: 21px 0px; 
    text-align: left; 
}

.searchedTerm {
    margin-left: 18px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.searchTitle {
    line-height: 18px;
    font-weight: 600;
    color: #2d3a45;
}

.searchTitle a { 
    text-decoration: underline;
    font-weight: 600;
    color: #2d3a45;
}

.searchTitleSectionName {
    font-weight: 100;
    color: #2d3a45;
    text_decoration: none;
}


.searchTitle a:hover { 
    color: #aaa; 
}

.searchDescription { 

}
