.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;
}

/*--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;
}

/************************* POPUP MODAL ******************************/

#parent_popup{

background-color: rgba(0, 0, 0, 0.8);
display: none;
position: fixed;
z-index: 99999;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

#popup {
    background: #ffffff;
    width: 520px;
    margin: 10% auto;
    padding: 20px 20px 13px 20px;
    border: 10px solid #87a690;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.content .slider__button a {
    line-height: 25px;
    padding: 5px 32px;
    background: #87a690;
    color: #fff;
    border: 1px solid #87a690;
    box-shadow: inset 0 1px 0 #87a690;
}
.content .slider__button a:hover {
    background: #87a690;
    color: #fff;
}
.content .slider__button {
    max-width: 100%;

}
.close {
    background-color: rgb(255 255 255);
    border: 2px solid #ffffff;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgb(233 68 148);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover{
background-color: #87a690;
}
.close:hover {
    background-color: #87a690;
    color: #fff;
}


.section--light .form-a .form__input input:not([type=radio]):not([type=checkbox]), .section--light .form-a .form__input textarea, .section--light .form-a .form__input select {
    background: rgb(135 166 144);
}

.newsletter_popup__container--inner input {
    background: #87a690;
    color: #fff;
}

.newsletter_popup__container--inner input::placeholder {
    color: #fff !important;!i;!;
}

/*--map and hours --*/
.wrap__map-hours-section {
    background-color: rgba(255, 255, 255, .5);
}

@media screen and (min-width: 992px) {
    #id_d6bce3c6-5123-54f3-80a6-f21ba00f4712 .section__column-1.ple-column-padding {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px !important;
    }
}

@media (min-width: 768px) {
    .logo.text-alignment--left .logo__title, .logo.text-alignment--left .logo__caption {
        text-align: left;
        min-width: 244px;
    }

   
}

@media only screen and (max-width: 767px) {
     #popup {
    width: 90%;
    }
}