/*---------------Pop up css------------*/ 
#css-only-modals { position:fixed; pointer-events:none; left:0; top:0; right:0; bottom:0; z-index:10000000; text-align:center; white-space:nowrap; height:100%; } #css-only-modals:before { content:''; display:inline-block; height:100%; vertical-align:middle; margin-right:-.25em; } .css-only-modal-check { pointer-events:auto; display:none; } .css-only-modal-check:checked ~ .css-only-modal { opacity:1; pointer-events:auto; } .css-only-modal { width: 700px; background:#fff; z-index:1; display:inline-block; position:relative; pointer-events:auto; padding:25px; text-align:right; border-radius:4px; white-space:normal; display:inline-block; vertical-align:middle; opacity:0; pointer-events:none; max-width: 90%; } .css-only-modal h2 { text-align:center; } .css-only-modal p { text-align:left; } .btn-primary:hover { color:#fff; background-color:rgb(238, 87, 155); border-color:rgb(238, 87, 155); cursor: pointer; } .btn-primary { color:#fff; background-color:rgb(211,45,120); border-color:rgb(211,45,120); border-radius: 4px; padding: 6px 12px;position: absolute; top: -14px; border-radius: 50%; } .css-only-modal-check:checked ~ #screen-shade { opacity:.5; pointer-events:none; } #modal1 { display: none; } #screen-shade { opacity:0; background:#000; position:absolute; left:0; right:0; top:0; bottom:0; pointer-events:none; transition:opacity .8s; } .css-only-modal-content {max-height:80vh; overflow-y:auto; }.css-only-modal.shop-popup {max-width: 640px;width: 100%;max-height: 90vh;overflow-x: hidden;overflow-y: scroll;}.css-only-modal img {width: 100%;}.css-only-modal {max-width: 558px;}div#css-only-modals p {margin: 0;}
/*------------End pop up css------*/ 
a[href^="tel"], a[href^="fax"] {
    pointer-events: auto;
    cursor: pointer;
}

.page__content {
    background-color: #64cdf8;
}

.page__content--inner:before{
    background-image: url(/storage/app/media/main-bg.png);
    content: "";
    background-size: 100% 100%;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.page__title {
    color: #64cdf8;
}

ul.staff__list {
    display: flex;
    justify-content: center;
}

.staff-member__image-wrapper {
    float: unset;
}

.staff-member__text {
    text-align: center;
}

.staff-member__text div {
    font-size: 16pt;
}

.wrap__header--bar--bottom {
    background: #209fc5;
}

.wrap__header--bar--top--inner {
    background-color: #2d3384;
}

.navigation:not(.mm-menu) .navigation__list > .navigation__item.active > a {
    border-color: unset;
    background: #00000080;
}

.navigation:not(.mm-menu) .navigation__list > .navigation__item > a {
    color: #fff;
}

.socialmedia__link {
    background-color: #e8c715;
}

.socialmedia {
    justify-content: flex-end;
}

.wrap__image.alt:after {
    background: #ffffff7a;
}

.testimonials__title, .testimonials__caption {
    color: #b7970f;
}

p.hours__name {
    display: none;
}

.form__title {
    color: #fff;
}

h2.hours__title {
    color: #fff;
}

.wrap__footer {
    background: #2d3384;
}

.wrap__footer {
    background: #2d3384;
    background-image: url(/storage/app/media/footer-bg.png);
    background-size: cover;
}

.wrap__contact-info {
    background-image: url(/storage/app/media/contact-bg.png);
    background-size: cover;
    background-color: #2d3384;
}

.wrap__staff {
    background: #f7f7f7;
    background-image: url(/storage/app/media/links-bg.png);
    background-size: cover;
}

.page__content--inner {
    background: url(/storage/app/media/main-bg.png);
    background-size: cover;
}

.wrap__contact .wrap__contact-info {
    background: unset;
}

.wrap__contact h2.hours__title {
    color: #daab34;
}

.component__title-caption-wrap.same-height-left.same-height-right {
    min-height: auto !important;
}

/*CUSTOM CSS*/
.staff-btn {
    color: #fff;
    background-color: #00a2ff;
    padding: 10px 40px;
}

.float-right {
    float: right;
    clear: right;
}

.float-left {
    float: left;
    clear: left;
}

.imgfloat_right {
    float: right;
    clear: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.imgfloat_left {
    float: left;
    clear: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.img_center {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.border {
    border: 1px solid #ccc;
    padding: 5px;
}

.officeHours {
    width: 50%;
}

.officeHours tr td {
    border: none;
}

.service-list {
    display: flex;
    justify-content: space-around;
}

.staff-btn {
    background-color: #2d3384;
    padding: 8px;
    border-radius: 8px;
}

.image-links {
    display: flex;
    justify-content: space-around;
}

.aap-btn {
    background-color: #fff;
}

.main-content {
    color: #fff;
    width: 60%;
}

.main-content h1 {
    color: #fff;
}

.homepage-custom-images {
    width: 36%;
    float: right;
    position: relative;
}

.image-flex-fw {
    display: flex;
    text-align: center;
    justify-content: space-around;
}

.image-flex-fw img {
    padding: 15px;
}

#slot-homepage-custom-img1 {
    transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    left: 30px;
    top: 200px;
}

#slot-homepage-custom-img2 {
    transform: rotate(12deg);
    right: 0px;
    top: 245px;
}

#slot-homepage-custom-img1, #slot-homepage-custom-img2 {
    width: 62%;
    position: absolute;
}

#slot-homepage-custom-img1 p, #slot-homepage-custom-img2 p {
    margin: 0;
    position: relative;
    float: left;
    border-top: 15px solid #fff;
    border-right: 15px solid #fff;
    border-bottom: 55px solid #fff;
    border-left: 15px solid #fff;
    box-shadow: -3px 3px 3px rgb(0 0 0 / 20%);
}

#slot-homepage-custom-img1 p:before, #slot-homepage-custom-img2 p:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset -2px 2px 4px rgb(0 0 0 / 20%);
    -moz-box-shadow: inset -2px 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset -2px 2px 4x rgba(0,0,0,0.2);
}

.wrap__page-content img {
    vertical-align: middle;
}

.kids-in-grass {
    background-image: url(/storage/app/media/kids-in-grass.png);
    background-repeat: no-repeat;
    right: 0px;
    bottom: -7px;
    background-size: contain;
    position: relative;
    float: right;
}
.staff_home__container--inner.staff__container--inner .staff-member__image {
  height: 400px !important;
}
.staff_home__container--inner.staff__container--inner ul.staff__list {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
    .kids-in-grass {
        width: 550px;
        height: 340px;
        bottom: -13px;
    }
}

@media (min-width: 992px) {
    .kids-in-grass {
        right: -60px;
        margin-top: -300px;
    }
}
/*General and Custom Responsive CSS*/
@media screen and (max-width: 1024px) {
    .wrap__header--bar--top .wrap__header--bar--content {
        padding: 15px 19px;
    }
     .wrap__locationsHeader {
       display: flex;
       flex-direction: row-reverse;
       align-items: baseline;
       gap: 10px;
   }
}

@media screen and (max-width: 768px) {
    .homepage-custom-images {
        display: none;
    }
    
    .main-content {
        width: auto;
    }
    
    ul.staff__list {
        flex-direction: column;
        align-items: center;
    }
    
    .image-links {
        flex-direction: column;
        align-items: center;
    }
    
    .wrap__header--bar--bottom .wrap__header--bar--content {
        justify-content: center;
    }

}

@media screen and (max-width: 425px) {
    .imgfloat_right {
        float: unset;
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
    
    .imgfloat_left {
        float: unset;
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
    
    .officeHours {
        width: 100%;
    }
    
    .service-list {
        flex-direction: column;
    }
}