ul.home-icons li {
    display: inline-block;
}
@media only screen and (max-width: 500px) {
    img.ezimage {
        float: none !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .abtme-img {
    text-align: center;
    }    
}
/* Columns */
.flex-container {
    display: flex;
    flex-wrap: wrap;
}
.col20 {
    width: calc(19% - 4px);
    padding: 10px;
}

.col25 {
    width: calc(24.6% - 4px);
}

.col30 {
    width: 31%;
    padding: 10px;
}

.col70 {
    width: 69%;
    padding: 10px;
}
.col60 {
    width: 59%;
    padding: 10px;
}
.col50 {
    width: 48%;
    padding: 10px;
}
.col40 {
    width: 38%;
    padding: 10px;
}
.spaced {
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .col50,
    .col30,
    .col70,
    .col60,
    .col40,
    .col20,
    .col25 {
        width: 100%;
    }

    /* .alias-pcontent img {
        display: block;
        margin: auto;
        float: none !important;
    } */
    .hide_mobile {
        display: none !important;
    }

    .align-left,
    .align-right,
    .align-center {
        display: block !important;
        margin: auto !important;
        float: none !important;
    }
    .section--inner.container.section--light.fix-hover {
        padding-top: 0px !important;
    }
    #ple_column-0 {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }
    #ple_column-1 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .section-overlap-container:has(.header-a, .header-b, .header-c, .header-d, .header-e, .header-f, .header-g, .header-h) .section__bg--light-4 .section--inner::before {
        box-shadow: none;
    }
}

h3.locations__title.component__title {
    text-align: center;
}
h4.locations__caption.component__subtitle {
    text-align: center;
}
.section--light .navigation-a .navigation__item:hover {
    background-color: #a0a5bb;
}
.section--light .navigation-a .navigation__list--sub .navigation__item:hover>.navigation__item--link {
    background-color: #898ea5;
}
h4.locations__caption.component__subtitle {
    color: #ffffff;
}
.section.single-locations-1 .section--dark .locations-a .list .location__address:before, 
.section.single-locations-1 .section--dark .locations-a .list .location__phone:before {
    border-color: #ffffff;
    color: #ffffff;
}
.section--light .component__subtitle {
    color: #ffffff;
}