.covid19-close {
	display: none !important;
}

body {
    background: url(https://mysites.therapysites.com/0081884/storage/app/media/shutterstock_1906728094.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrap__page-content ul,
.wrap__page-content ol,
.wrap__editable ul,
.wrap__editable ol,
.wrap__editable-content ul,
.wrap__editable-content ol,
.staff-member ul,
.staff-member ol,
.editable ul,
.editable ol,
.form ul,
.form ol {
    clear: none;
}

.editable ul+*,
.editable ol+*,
.editable__container ul+*,
.editable__container ol+* {
    clear: none;
}
/*--home-image--*/
.round-img .image img {
	border-radius: 50%;
}
/*--logo--*/
.wrap__logo-header--inner .logo__link .logo__summary .logo__title {
    font-size: 2em;
}

/*--slider--*/
.wrap__slider--inner .slider__title {
    font-size: 30px;
}


/*--contact form---*/
.wrap__contact {
    background: linear-gradient(0deg, white 50px, white 50px, #21253a 50px, #474f7a 100%);
    padding: 50px 100px 100px;
}

.form__title {
    padding: 10px 0;
    color: #fff;
}

.form .leadFormInfo {
    color: #fff;
}


/*--map and hours --*/
.wrap__map-hours-section {
    background-color: rgba(255, 255, 255, .5);
}

.section__bg--light-1 .section--light .navigation-a .navigation__list--sub {
    background-color: white;
}

.section__bg--light-3 .section--light .navigation-a .navigation__list--sub {
    background-color: white;
}

@media (min-width: 768px) {
    .navigation-a .navigation__item--link {
        padding: 6px 12px 6px 12px;
    }
}

@media (min-width: 992px) {
    .list-and-gallery .row-2 .column-2 {
        width: 44%;
        padding: 0 15px;
        order: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}