.header-z-index{
    z-index: 199 !important;
}


.cta_max-width .cta__button{
    max-width: 100% !important;
}

/* a.cta__button.component__button--2{
    color: #fff !important;
} */

.staff-single-column:not(.staff__slider) .staff-member, .staff-multiple-column .staff-member {
	opacity: 1;
	transform: translateX(48px);
	transition-duration: .3s;
}
@media (max-width: 525px){
html,body{
overflow-x: hidden !important;
overflow-y: auto !important;
}
body *{
box-sizing: border-box !important;
min-width: unset !important;
}
.featuredblock__item, .hours__day, .map-a,
.animated {
overflow-x: hidden !important;
overflow-y: hidden !important;
}
#ple_fixed{
display: none !important;
}
}
/* Unsticky header */ 
.stickyyyyyy{
position: fixed;
width: 100%;
top: 0;
z-index: 9999;
}