.locnaemsss *{
    list-style: none;
}






ul.cstm-bttn-row {
    display: flex;
}

.spc-l {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    padding-left: 0 !important;
    padding-top: 2rem;
}
.spc-l .icon {
    font: normal normal normal 14px/1 font-awesome;
    margin-right: 10px;
}
.spc-l > li {
    list-style: none;
    background: #00000021;
    box-shadow: 0 0 3px #00000030;
    max-width: 32%;
    flex: 0 0 32%;
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
}
.spc-l p {
    margin-top: 0 !important;
    margin-bottom: 15px;
    font-size: 1rem !important;
}
.cstm-bttn-row {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: auto !important;
    vertical-align: baseline;
}
.cstm-bttn-row a, .cstm-bttn-row li span {
    color: #fff !important;
    transition: all, 0.3s ease-in;
}
.cstm-bttn-row a:hover, .cstm-bttn-row li:hover span {
    color: #b7b7b7 !important;
    transition: all, 0.3s ease-in;
}

@media (max-width: 991px) {
    .spc-l > li {
        max-width: 48%;
        flex: 0 0 48%;
    }
}

@media (max-width: 767px) {
    .spc-l > li {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
.spc-l li{
    border-radius: 24px;
}
.overridelocationshome .spc-l li{
    background: #387dc1;
}
.overridelocationshome .spc-l li *,
.overridelocationshome .section--light .spc-l li .editable p{
    color: white !important;
}

.offc-hrs {
    margin: 0 !important;
    padding: 10px 17px !important;
    background-color: #ededed;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0 9px;
    margin-bottom: 5px !important;
}
.offc-hrs .icon {
    width: 1.875rem;
    height: 1.875rem;
    color: #fff !important;
    background: var(--color2);
    border-radius: 50%;
    font-size: 1.3rem !important;
    line-height: 1.875rem !important;
    text-align: center;
}
.offc-hrs .icon-clock-o:before {
    display: block;
    width: 100%;
    line-height: 1.7rem !important;
    text-align: center;
}


*{
    font-weight: normal !important;
}



.component__subtitle{
    font-size: 1.25rem !important;
}

.editable__subtitle{
    color: #387dc2 !important;
}

.fb-scaled .featuredblock__item{
    transform: scale(0.9);
    border-radius: 24px !important;
    overflow: hidden;
}

.navshadowed{
    box-shadow: 0 5px 17px -10px rgba(56, 125, 194, 0.2);
}

.navlogowhite img{
    filter: grayscale(1) brightness(500%);
}

@media (max-width: 767px){
    .section-base-container {
        overflow: hidden;
    }
}