#block-cas-bureau-search-cas-bureau-search-list h1 {
    margin-bottom: 10px;
}
#block-cas-bureau-search-cas-bureau-search-list h4 {
    font-size: 18px;
    color: #444444;
    font-weight: bold;
}
#block-cas-bureau-search-cas-bureau-search-list label {
    font-size: 0px;
}
#block-cas-bureau-search-cas-bureau-search-list #postcode {
    border: solid #005AB6 1px;
    box-sizing: border-box;
    color: #005AB6;
    height: 37px;
    font-size: 18px;
    padding: 0 10px;
    width: 300px;
    max-width: 85%;
}

#block-cas-bureau-search-cas-bureau-search-list #postcode + input {
    background: #005AB6;
    border: none;
    height: 37px;
    width: 37px;
    margin: 0;
    padding: 0;
    position: relative;
    left: -4px;
    top: -1px;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-size: 13px;
    color: transparent;
    background-position: 12px;
    margin-bottom: 20px;
}
.search-results-cab-details {
    display: flex;
    flex-flow: wrap;
}

.search-results-cab-details-col {
    flex: 0 0 45%;
}

.search-results-cab-details-left {
    margin-right: 25px;
}

.search-results-list-row {
    display: flex;
    flex-flow: wrap;
}

.search-results-list-item {
    flex: 0 0 45%;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #707070;
    margin-top: 10px;
    margin-bottom: 60px;
}

.search-results-list-row .list-unstyled {
    list-style: none !important;
    padding: 0px !important;
    margin: 0 !important;
}

.search-results-list-row .list-unstyled li {
    list-style: none !important;
    padding: 0px;
    margin: 5px 0;
    line-height: 1.5;
}

.search-results-list-item.even {
    margin-right: 0;
    padding-right: 0px;
    border-right: 0;
}


.search-results-name a {
    color: #444
}
.search-results-distance {
    font-size: 20px;
    color: #444;
    margin-bottom: 0px;
}

.search-results-cab-details-heading-with-underline {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 14px;
}


.page-node-26273 #page-title {
    display: none;
}


#more-results {
    padding: 5px 8px;
    margin: 20px 0;
    font-weight: bold;
    background: #1b60ab;
    color: #fff;
    display: inline-block;
}

.find-local-cab {
    margin-top: 20px;
    margin-bottom: 10px;
}
.more-results-cont h1 + p {
    font-weight: bold;
}
.more-results-cont-heading {
    margin-top: 30px;
    margin-bottom: 10px;
}


.signposting-3col {
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
}

.signposting-col {
    flex: 0 0 30%;
    position: relative;
}

.signposting-col:after {
    border-left: 1px solid #707070;
    content: '';
    display: block;
    height: 60px;
    position: absolute;
    top: 0;
    left: -15px;
}

.signposting-col:first-child:after {
    border: none;
}



@media only screen and (max-width: 700px) {
    .search-results-list-item {
        flex: 0 0 90%;
        border-bottom: 1px solid #707070;
        border-right: none;
    }
}