.landing {
    background: url('/images/contact/bg-contact.png');
    background-size: cover !important;
}

#contact-mailing-list p {
    font-size: 1.2rem;
}

#contact-mailing-list .col-12 {
    padding: 24px 24px;
}

#contact-mailing-list label {
    color: black;
    text-shadow: none;
}

#contact-mailing-list .button {
    max-width: 80%;
    margin-top: 24px;
}

.red {
    color: red;
}

#phone-and-email, #thank-you {
    padding: 96px 16px;
    
}

#phone-and-email a {
    font-size: 1.4rem !important;
}

#phone-and-email .inner-container {

    padding-bottom: 48px;
    padding: 48px 16px;
}

#phone-and-email h2, #thank-you h2 {
    background-color: #009EF5 !important;
    padding: 24px 16px;
}

#phone-and-email img {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 24px;
}

#thank-you img {
    max-width: 100px;
}

#thank-you .container-60 {
    padding: 24px 16px;
}

/* Contact Form */

#contact-form {
    background-image: url('/images/contact/bg-email.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

input, select, textarea {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
}

textarea {
    min-height: 200px;
}



@media (min-width: 768px) {

    #phone-and-email .inner-container {
        border: 8px solid #009EF5;
    
        padding-bottom: 48px;
    }

    #phone-and-email .inner-container {
        background: linear-gradient(180deg, #009EF5 60%, white 50%);

        padding: 48px;
    }

    #phone-and-email h2 {
        padding: 24px 0px;
        width: 100%;
    }

    #phone-and-email img {
        width: 35%;
    }

    #contact-mailing-list .button {
        max-width: 50%;
        margin-top: 24px;
    }

    #contact-mailing-list h2 {
        padding-top: 24px;
    }

    #contact-mailing-list .md-outer {
        padding: 24px;
    }

}