@media (max-width:991px) {
    .header1 {
        display: none !important;
    }
}

.homecta a.cta__button.component__button--1 {
    margin-top: 0px;
}

.homecta .cta__title-subtitle__wrapper.title-subtitle__wrapper {
    margin-bottom: 0;
}

.wrap__header{
    position: sticky;
    top: 0;
    transition: transform 0.5s ease-out;
}

.wrap__header.hiddenssss{
    transform: translateY(-100%);
}

@media (max-width: 800px){
    .ple-column-padding{
        overflow-x: hidden !important;
    }

    .alias-fb_harrisburg, .featuredblocks-grid-a .featuredblocks{
        padding: 20px 0px;
    }

    #id_fd9bbc11-494e-56e7-88fc-04c51772da4e .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

body {
    overflow-x: hidden !important;
}
