#results .found_results{
    margin: 35px 0;
}
#results .found_results h3{
    font-size: 36px;
    line-height: 43px;
    color: #00255e;
   
    margin: 0 0 35px 0;
}
#results .results_content{
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    display:none;
    border-bottom:1px solid #ddd;
}
#results .results_content strong a{
    font-size: 24px;
    line-height: 30px;
    color: #00255e;

    font-weight: normal;
    font-family: 'Roboto Condensed';
    margin: 0 0 10px 0;
    display: inline-block;
}
#results .results_content strong a:hover{
    color: #0046B2;
}
#results .results_content p{
    color: #4c4c4c;
    font-size: 16px;
    line-height: 25px;
}
#results .found_results .view_more {
    text-align: center;
    margin: 40px 0 0  0;
}
#results .found_results .view_more a{
    font-size: 18px;
    line-height: 24px;
    color: #00255e;
   
    letter-spacing: .2px; 
    text-align: center;
    padding: 7px 0;
    width: 180px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #00255e;
}
#results .found_results .view_more a:hover{
    background: #00255e;
    color: #fff;
}