.ContentCustomerFeatureCell > table > tbody > tr:nth-child(1) {
    display: none;
}

.P21SystemBody,
.Content {
    max-width: none;
}

.LocationPageWrapper {
    max-width: 1800px;
    margin: 0 auto;
}
/****************************
       PAGE TITLE
*****************************/
.DealerHeader {
    background-image: url('/customer/boloin/images/Groupings/DealerTitle.jpg');
    background-repeat: no-repeat;
    height: 350px;
    position: relative;
    background-position: right;
    border-bottom: 10px solid #0165a0;
}

.DealerTitle {
    width: 70%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 120px;
    text-align: center;
    border-top: 7px solid #fff;
    padding: 10px 0px;
    border-bottom: 7px solid #fff;
}

#Description {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.LocationPageWrapper {
    box-sizing: border-box;
    padding: 0px 10px;
    font-size: 0px;
    clear: left;
}

.MexicoWrapper .LocationAddress {
    width: 39%;
    min-height: 80px;
}

.MexicoWrapper .LocationContact {
    width: 45%;
}

.LocationHeader {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 25px;
    border-bottom: 2px solid #0165a0;
}

.LocationWrapper {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    font-size: 14px;
    padding-bottom: 10px;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 1px 0 0 0 #c5c5c5, 0 1px 0 0 #c5c5c5, 1px 1px 0 0 #c5c5c5, 1px 0 0 0 #c5c5c5 inset, 0 1px 0 0 #c5c5c5 inset;
}

.LocationImg {
    float: left;
    margin-right: 10px;
    padding-top: 25px;
    width: 50px;
    margin-left: 2px;
}

.LocationTitle {
    font-weight: bold;
    line-height: normal;
    margin-top: 35px;
    margin-bottom: 35px;
}

.LocationAddress {
    display: inline-block;
    padding-left: 10px;
}

.LocationContact {
    display: inline-block;
    float: right;
    padding-right: 10px;
}


@media screen and (max-width: 1440px) {

    .LocationWrapper {
        width: 50%;
    }

    .LocationAddress {
        width: 42%;
        min-height: 60px;
    }

    .MexicoWrapper .LocationAddress {
        min-height: 120px;
    }

    .LocationContact {
        width: 50%;
    }

    .LocationAddress br {
        display: none;
    }
}

@media screen and (max-width: 1024px) {

    .MexicoWrapper .LocationTitle {
        min-height: 32px;
    }
}

@media screen and (max-width: 767px) {

    .DealerHeader {
        height: 200px;
    }

    .LocationWrapper {
        width: 100%;
    }

    .MexicoWrapper .LocationTitle {
        min-height: auto;
    }

    .LocationAddress {
        min-height: auto;
    }

    .MexicoWrapper .LocationAddress {
        min-height: auto;
    }

    .LocationContact {
        width: auto;
    }
}

@media screen and (max-width: 424px) {

    .LocationAddress {
        display: block;
        width: 100% !important;
        text-align: center;
        margin: 0px 0px 10px 0px;
        padding: 0px;
    }

    .LocationContact {
        display: block;
        width: 100% !important;
        text-align: center;
        padding: 0px;
    }
}
