﻿

     /*Contact Style */

    .confirmation_button:active {
        background-color: darkgray;
    }
    .column {
        display: inline-block;
        width: 60%;
        padding: 0 5rem;
    }
    .field-validation-error {
        font-size: 11px !important;
        font-weight: 100 !important;
    }

    .input_field {
        margin-bottom: 0 !important;
    }
    .appsIcon {
        margin-top: 20px;
        width: 100%;
    }
    .contact_container {
        margin-left: 0%;
    }
    .legend_title {
        margin-bottom: 25px;
    }
    .contact_container .input_field {
        width: 100%;
        min-width: 380px !important;
        max-width: 380px !important;
        background-color: #eee;
        margin-bottom: 20px;
        padding: 10px 20px !important;
        border: none;
        border-radius: 10px;
        outline: none;
    }

    .contact_container .textarea_field {
        width: 100%;
        min-width: 380px !important;
        max-width: 380px !important;
        height: 180px !important;
    }

    .contact_container .confirmation_button {
        min-width: 380px !important;
        max-width: 380px !important;
    }
    .contact_captcha_form {
        max-width: 375px !important;
    }
@media only screen and (max-width:769px) {

    .toggle {
        display: none !important;
    }

    .column.column_01.border_right {
        display: none;
    }
    .contact_container {
        margin-left: 0% !important;
    }
    form#form {
        padding-bottom: 45% !important;
    }
    .column {
        display: inline-block;
        width: 100% !important;
        padding: 0px;
    }
    footer {
        position: absolute !important;
        display: flex;
        align-items: center;
        padding: 0px 45px 0px 45px;
        flex-direction: column-reverse;
    }
    .welcome_container {
        display: none;
    }

    .confirmation_button:active {
        background-color: darkgray;
    }

    .validation-summary-errors > ul {
        display: block;
        color: red;
        font-size: 14px;
        margin-top: -26px;
    }
    .contact_container .input_field {
        width: 100%;
        min-width: 320px !important;
        max-width: 320px !important;
        background-color: #eee;
    }

    .contact_container .textarea_field {
        width: 100%;
        min-width: 320px !important;
        max-width: 320px !important;
    }

    .contact_container .confirmation_button {
        min-width: 320px !important;
        max-width: 320px !important;
    }

    .contact_captcha_form {
        max-width: 320px !important;
    }
    .legend_title {
        margin-bottom: 25px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
}

@media only screen and (max-width: 575px) and (min-width: 426px) {
}

@media only screen and (max-width: 425px) and (min-width: 391px) {
}

@media only screen and (max-width: 390px) and (min-width: 376px) {
    form#form {
        padding-bottom: 55% !important;
    }
}

@media only screen and (max-width: 375px) {

    form#form {
        padding-bottom: 55% !important;
    }
}

