body .locationsPage #locationsListSection {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
body .locationsPage #locationsListSection h3 {
    color: #9C833A;
}
body .locationsPage .locationsList .locationsListItem .locationsListDetails{
    background: #F8F8F8;
    border: 1px solid rgba(55, 55, 55, 0.25);
    box-shadow: none;
}
body .locationsPage #locationsListSection .col-md-4.locationsDetails a,
body .locationsPage #locationsListSection .col-md-4.locationsDetails p,
body .locationsPage #locationsListSection .col-md-4.locationsDetails ul li,
body .locationsPage .locationsListItem .locationsListDetails .locationsDetails h4{
    color: #000;
}
body .locationsPage #locationsListSection .col-md-4.locationsDetails address {
    color: #000;
}
body .locationsPage #locationsListSection .col-md-4.locationsDetails a:Hover {
    color: #9C833A;
}
body .locationsPage .locationsListItem .locationsListDetails ul li {
    color: #000;
}
body .locationsPage .locationsList .locationsListItem {
    margin-bottom: 120px;
}
body .locationsPage .buttonLocations {
    color: #9C833A;
}
body .locationsPage .buttonLocations:Hover {
    color: #fff;
}
body .locationsPage .locationsList .locationsListItem .showAllLocations {
    color: #9C833A;
}
body .locationsPage .locationsList .locationsListItem.nearestLocationItem .locationsListDetails,
body .free-pickup-location h2 {
    background: #F8F8F8;
    border: 1px solid rgba(55, 55, 55, 0.25);
    box-shadow: none;
}
body .free-pickup-location h2 {
    color: black;
}

body .locationsPage .static-location-section {
    background: #000;
    padding: 80px 0 120px;
    color: #fff;
}
body .locationsPage .static-location-section .heading-area {
    margin-bottom: 100px;
}
body .locationsPage .static-location-section .bottom-area {
    margin-top: 60px;
}
body .locationsPage .static-location-section h2 {
    font-size: 44px;
    line-height: 54px;
    color: #fff;
    font-family: 'Playfair Display', serif;
}
body .locationsPage .static-location-section h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 0;
}
body .locationsPage .static-location-section .location-box {
    padding: 30px;
    border: 1px solid #373737;
    box-shadow: inset 0px 5px 20px #373737;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
}
body .locationsPage .static-location-section .location-box .address {
    margin-bottom: 17px;
    background: url("../images/location-icon@3x.png") no-repeat 0 3px;
    background-size: auto 26px;
    padding-left: 30px;
}
body .locationsPage .static-location-section .location-box .phone {
    margin-bottom: 34px;
    background: url("../images/phone-icon@3x.png") no-repeat 0 0;
    background-size: auto 26px;
    padding-left: 30px;
}
body .locationsPage .static-location-section .location-box .phone a {
    color: #fff;
}
body .locationsPage .static-location-section .location-box .phone a:hover {
    color: #d1bf89;
}
body .locationsPage .static-location-section .location-box .direction {
    text-align: center;
}
body .locationsPage .static-location-section .location-box .direction a {
    color: #d1bf89;
    font-weight: bold;
}

.storeFeatures ul li{ text-align: left;}

@media screen and (min-width: 768px){
    .storeFeatures ul{ column-count: 2;}
    body .locationsPage .static-location-section h3 {
        font-size: 36px;
        line-height: 78px;
    }
    body .locationsPage .static-location-section h2 {
        font-size: 64px;
        line-height: 78px;
    }
}

