.filter-location-category-buttons {
    border: 1px solid #d7e2e9;
    margin: -20px 0 20px 0;
}

body .filter-location-category-buttons ul, .page-content .content .filter-location-category-buttons ul {
    margin: 0 -1px -1px 0;
}

body .filter-location-category-buttons-5 li, .page-content .content .filter-location-category-buttons-5 ul li {
    width: 20%;
}

body .filter-location-category-buttons li, .page-content .content .filter-location-category-buttons ul li {
    display: block;
    float: left;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: bold;
    border-bottom: 1px solid #d7e2e9;
    border-right: 1px solid #d7e2e9;
}

body .filter-location-category-buttons li a, .page-content .content .filter-location-category-buttons li a {
    display: block;
    padding: 11px 20px;
    line-height: 20px;
    text-decoration: none!important;
    text-align: center;
    color: #CCC;
}

body .filter-location-category-buttons li a span {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
    width: 11px;
    height: 18px;
    background: url(../images/map-marker-cutout.png) no-repeat center center #CCC;
}

.find-locations-map .location-map-holder {
    height: 450px;
}
.location-map-holder {
    margin: 0 0 20px 0;
}

.find-locations-map .gm-style-iw {
    width: 300px !important;
    top: 0 !important;
    left: 0 !important;
    background-color: #fff;
    box-shadow: none;
    border: 4px solid #AF2775;
    border-radius: 0;
}

.map-infowindow {
    width: 100%;
    text-align: left;
}

.location-map-list-holder section .inner h4, .map-infowindow h4 {
    padding: 15px 18px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.location-map-list-holder section .inner span.location-phone, .map-infowindow span.location-phone {
    padding: 10px 18px;
    display: block;
    font-size: 15px;
    background: url(../images/icon-phone.png) no-repeat 15px center;
    padding-left: 47px;
    border-top: 1px solid #d6e2e9;
}

.location-map-list-holder section .inner span.location-address, .map-infowindow span.location-address {
    padding: 10px 18px;
    display: block;
    font-size: 15px;
    background: url(../images/icon-home.png) no-repeat 15px center;
    padding-left: 47px;
    border-top: 1px solid #d6e2e9;
}

.location-map-list-holder section .inner ul.location-services, .map-infowindow ul.location-services {
    padding: 10px 18px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    border-top: 1px solid #d6e2e9;
}

.page-content .content p, .fl-rich-text p {
    line-height: 27px;
    margin: 0 0 30px 0;
}

.page-content .content a, .fl-rich-text a {
    color: #ae2573;
    text-decoration: underline;
    font-weight: normal;
}

.find-locations-map .find-locations-postcode {
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: left;
    max-width: 100%;
    width: 320px;
}

.find-locations-map .find-locations-postcode .find-locations-input {
    display: inline-block;
    width: 250px;
}

.find-locations-map .find-locations-postcode .find-locations-submit-postcode {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 60px;
}

.find-locations-map .location-map-list {
    display: none;
    padding-top: 70px;
}


.find-locations-map .location-map-list .map-location-item {
    float: left;
    padding: 15px;
    width: 50%;
}

.find-locations-map .location-map-list .map-location-item .inner {
    display: block;
    border: 1px solid #d6e2e9;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: left;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    color: #5b6368;
    background: #f9f9f9;
    padding: 20px;
}

.find-locations-map .location-map-list .map-location-item .inner .miles-from {
    display: block;
}
