.header-location .row {
    justify-content: center !important;
    align-items: center !important;
}
.header-location .col-sm-12.col-lg-2 {
    text-align: center;
}
.header-location  p.location_title{
    margin-bottom: unset;
}
.header-location  a.piwik_ignore {
  font: bold 17px "Oswald", sans-serif !important;
}

.header-z-index{
    z-index: 199 !important;
}

.banner-a .banner__title {
    font-size: 7rem;
    line-height: 8rem;
}


/* -----------------------------------------------------------------------------LOCATION INFORMATION----------------------------------------------------------------------------- */
.offc-hrs {
    margin: 0px 0px 0px 15px !important;
    padding: 10px 17px !important;
    background-color: #ededed;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0 9px;
}
.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;
}
.location-info-section .hours__sep.col {
    display: none !important;
}
.location-info-section .hours-a__schedule--responsive .row {
    justify-content: space-between;
}
.section--light .location__address, .section--light .location__setting-title {
    color: #000;
}
.piwik_ignore {
    text-decoration: none !important;
}
.contact-us-im .form {
    padding: 0rem 0 !important;
}
.leadFormInfo {
    color: #a9a6a6 !important;
}

.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;
}

.cta-loc a.cta__button.component__button--2 {
    max-width: 100%;
}
@media (max-width: 992px) {
ul.spc-l li {
    flex: 0 0 100%;
    max-width: 100%;
}
}
/* -----------------------------------------------------------------------------END----------------------------------------------------------------------------- */

.editable__container iframe {
    max-width: 100%;
}

@media (max-width: 800px){
    .ple-column-padding{
        overflow-x: hidden !important;
    }

    .alias-fb_harrisburg, .featuredblocks-grid-a .featuredblocks{
        padding: 20px 0px;
    }

    #id_8840b234-31b7-5d4d-8ec4-3276957568d6 .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

body {
    overflow-x: hidden !important;
}