﻿/* search results */
.search-result-row {
    margin-bottom: 20px;
    clear: both;
}
.search-result-row::after {
    clear: both;
    display: table;
    content: ' ';
}
.search-result-col-type {
    float: left;
    width: 20%;
}
.search-result-col-detail {
    float: left;
    width: 70%;
    margin-bottom: 20px;
    line-height: 24px;
}
.search-result-title {
    font-weight: bold;
}

.search-result-more-link {
    font-weight: bold;
    margin-bottom:15px
}

.search-result-header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.search-result-header >h2 {
    margin: 15px 20px 0 0;
}

.search-result-header--filter {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 15px;
}

.search-result-header--filter h3 {
    margin: 0;
}

.search-result-header--filter select {
    min-width: 200px;
    margin: 0 0 0 20px;
    height: 46px;
}

@media screen and (max-width: 894px) {
    .search-result-col-type {
        float: right;
        word-break: break-all;
        font-size: 0.8em;
    }
}
.attorney-search.search-attorney-listing .results-list {
    margin-top: 0;
    margin-bottom: 20px;
}
.search-result-list hr {
    border-style: solid;
    border-color: #a4a4a4;
    margin-bottom: 40px;
}

/* home search */
.home-search-results h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2em;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
} 
.home-search-results h2:before {
   clear: both;
}
.home-search-results a,
.home-search-results .search-result-more-link a {
    color: #fff;
}