/*-- -------------------------- -->
<---        CONTACT             -->
<--- -------------------------- -*/


#contact {
    background-color: #F5F5F5;
}

#contact .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-title {
    font-size: 28px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.contact-title-container {
    position: relative
}
.contact-underline:after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    width: 50px;
    background: #FE5D37;
    opacity: 1;
    left: 0px
}
.contact-form-wrapper {
    background-color: #fff;
    box-shadow: 0 0 29px 0 rgb(0 0 0 / 9%);
    border-radius: 5px;
    padding: 25px;
    max-width: 475px;
}

.contact-input {
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
}

textarea {
    height: 100px;
    font: 400 12px/16px "Open Sans",Helvetica,Arial,sans-serif;
    resize: none;
    margin-bottom: 30px;
    max-width: 100%;
}

#contact-form input {
    font: 400 12px/16px "Open Sans",Helvetica,Arial,sans-serif;
}

.form-submit {
    display: flex;
    justify-content: end;
}

#contact button {
    border: none;
    border-radius: 5px;
    font: 400 12px/16px "Open Sans",Helvetica,Arial,sans-serif;
    margin: 10px 0px 24px 0px;
    padding: 15px 30px;
    display: block;
    font-size: 16px;
}

.details {
    margin-top: 40px;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 0 29px 0 rgb(0 0 0 / 9%);
    width: 100%;
    max-width: 475px;
    border-radius: 5px;
}

#contact li {
    list-style: none;
    line-height: 20px;
}

#contact .address {
    margin: 0px;
}

#kids-first {
    font-style: italic;
}
.contact-text {
    color: #4E4B66;
    font-size: 16px;
    margin-bottom: 16px;
}

.details .button-solid {
    margin: 10px 0px 30px 0px;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
}

.details .contact-title {
    font-size: 20px;
}
@media only screen and (min-width: 1024px) {

    #contact .cs-container {
        flex-direction: row;
        justify-content: center;
        align-items: start;
    }

    .details {
        margin-top: 0px;
        margin-left: 40px;
    }

    .details {
        height: 508px;
    }

}


/*-- -------------------------- -->
<---        TOUR               -->
<--- -------------------------- -*/

#tour-question {
    margin-bottom: 14px;
}

#tour-last {
    margin-bottom: 30px;
}

#tour-building {
    display: none;
}


@media only screen and (min-width: 1024px) {
    #tour-building {
        margin-top: 18px;
        display: inline-block;
        width: 80%;
        border-radius: 5px;
        box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
    }

    .schedule-tour .details {
        height: 711px;
    }



}