.wrap__fullscreenbackground {
    position: relative;
}
.wrap__fullscreenbackground:before {
    background: none;
}
.logo__summary {
    max-width: 385px;
}
#mbYTP_bgndVideo {
    top: -30px !important;
}
.socialmedia__item {
    background: #79beab !important;
}
.wrap__featuredblocks {
    padding-bottom: 30px;
}
.two-comps--alt .wrap__grid_cols--7 {
    width: 100%;
}
.wrap__section:nth-child(4) {
    display: none;
}
.row_clear:after {
    clear: both;
    display: table;
    content: "";
}
.col_days {
    float: left;
    width: 10%;
}
.col_hours {
    float: left;
    width: 50%;
}
/*
.staff__list {
    display: inline-block;
}
.staff .bx-layout-list .staff__item {
    float: left;
    width: 30%;
    margin-right: 1%;
    margin-bottom: 2%;
}
.staff-member__image {
    height: 248px;
    margin: 0 auto;
    float: none;
}
.staff-member__heading {
    text-align: center;
}
.staff-member__position {
    text-align: center;
}
.staff .bx-layout-list .staff__item:not(:first-child) {
    margin-top: 0;
}
*/
@media (max-width: 1024px) {
    .wrap__fullwidth .logo {
        width: 100%;
    }
    .staff .bx-layout-list .staff__item {
        width: 100%;
    }
    #mbYTP_bgndVideo {
        top: -132px !important;
    }
    .socialmedia__title, .socialmedia__caption {
        color: white;
    }
    .wrap__socialmediaFooter .socialmedia__link {
        color: white;
    }
    .col_days {
        width: 15%;
    }
}
@media (max-width: 767px) {
    .wrap__home .logo {
        background-color: rgba(255,255,255,.6);
    }
    .wrap__home .logo__link {
        color: black;
    }
    .slider__text.align-left {
        text-align: center;
    }
    .slider__text.align-left .slider__caption {
        text-align: center;
    }
    .two-comps--alt .wrap__grid_cols div[class*="wrap__grid_cols--"]:last-child {
        padding: 30px 30px 21px;
    }
    .col_days {
        width: 30%;
    }
}