/* ========================================================================= \\
    $Contact-Us
\\ ========================================================================= */

.contact-us-container {
    height: 60em;
    padding-top: 5em;
    background: url("../../../assets/map-greater-milwaukee.png") 54% -31.5em no-repeat;
    position: relative;
    margin-left: -2em;
}
@media (max-width: 72em) {
    /** 1152px **/
    .contact-us-container {
        height: 68em;
        padding-bottom: 6em;
    }
}

@media (max-width: 60.65em) {
    /** 800px **/
    .contact-us-container {
        margin-left: 0;
    }
}

@media (max-width: 50em) {
    /** 800px **/
    .contact-us-container {
        padding-top: 0;
        padding-bottom: 0;
        background: none;
        margin-left: 0px;
    }
}

/* --------------------------------------------- \\
        $Contact-Form
    \\ --------------------------------------------- */

.contact-us-container .cm-content {
    width: 30em;
    margin-left: -27.1em;
    border: 1px solid #d0d0d0;
    padding: 2.5em;
    background-color: #fff;
    position: absolute;
    left: 54%;
}
@media (max-width: 72em) {
    /** 1152px **/
    .contact-us-container .cm-content {
        margin-right: auto;
        margin-left: auto;
        position: static;
    }
}
@media (max-width: 50em) {
    /** 800px **/
    .contact-us-container .cm-content {
        width: 100%;
        border: 0;
        padding: 2.5em 1.9em;
    }
    .contact-us-container {
        height: auto;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - \\
            $Contact-Form-Content
        \\ - - - - - - - - - - - - - - - - - - - - - - - */

.contact-us-container .cm-content .lg-modal__title-2 {
    margin-bottom: 1em;
    color: #6c6f70;
}

.contact-us-container .cm-content .lg-modal__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* --------------------------------------------- \\
        $Address
    \\ --------------------------------------------- */

.contact-us-container .cm-address {
    width: 15.5em;
    margin-left: 6.1em;
    border-radius: 0.5em;
    padding: 1em 1.5em;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
    color: #6c6f70;
    position: absolute;
    top: 13.6875em;
    left: 54%;
}
@media (max-width: 72em) {
    /** 1152px **/
    .contact-us-container .cm-address {
        width: 30em;
        margin-top: 1em;
        margin-right: auto;
        margin-left: auto;
        padding: 2.5em;
        border: 1px solid #d0d0d0;
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        position: static;
    }
}
@media (max-width: 50em) {
    /** 800px **/
    .contact-us-container .cm-address {
        width: 100%;
        border: 0;
        margin-top: 0;
        padding: 0 2em 1.9em;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - \\
            $Balloon-Tip-&-Pin
        \\ - - - - - - - - - - - - - - - - - - - - - - - */

.contact-us-container .cm-address::before {
    content: "";
    width: 0.8125em;
    height: 0.8125em;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #4285f4;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: contact-us-pin-sonar 3s ease infinite;
            animation: contact-us-pin-sonar 3s ease infinite;
}

@-webkit-keyframes contact-us-pin-sonar {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(66, 133, 244, 0.8);
                box-shadow: 0 0 0 0 rgba(66, 133, 244, 0.8);
    }

    33%,
    100% {
        -webkit-box-shadow: 0 0 0 8px rgba(66, 133, 244, 0);
                box-shadow: 0 0 0 8px rgba(66, 133, 244, 0);
    }
}

@keyframes contact-us-pin-sonar {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(66, 133, 244, 0.8);
                box-shadow: 0 0 0 0 rgba(66, 133, 244, 0.8);
    }

    33%,
    100% {
        -webkit-box-shadow: 0 0 0 8px rgba(66, 133, 244, 0);
                box-shadow: 0 0 0 8px rgba(66, 133, 244, 0);
    }
}

.contact-us-container .cm-address::after {
    content: "";
    border: 0.875em solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.2));
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

@media (max-width: 72em) {
    /** 1152px **/
    .contact-us-container .cm-address::before,
    .contact-us-container .cm-address::after {
        display: none;
    }
}

.contact-us-container .cm-address .lg-modal__title-2 {
    margin-bottom: 0.8em;
}
@media (max-width: 72em) {
    /** 1152px **/
    .contact-us-container .cm-address .lg-modal__title-2 {
        margin-bottom: 1em;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - \\
            $Address-Content
        \\ - - - - - - - - - - - - - - - - - - - - - - - */

.contact-us-container .cm-address p {
    font-size: 0.8em;
    line-height: 1.4;
    margin-top: 0px;
}
.contact-us-container .cm-address p:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 72em) {
    /** 1152px **/
    .contact-us-container .cm-address p {
        font-size: 0.875em;
    }
}

.cmc-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #6c6f70;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact-us-container .cmc-top-wrapper a {
    color: #6c6f70;
    margin-bottom: 2em;
}

@media (max-width: 50em) {
    /** 800px **/
    /*    .contact-us-container .cmc-top-wrapper h3{
        display: none;
    }*/
}

#contact-us-container .lg-modal__field:not(:last-child) {
    margin-bottom: 0.5em;
}

#contact-us-container .lg-modal__field label {
    color: #6c6f70;
}
#contact-us-container .lg-modal__field input,
#contact-us-container .lg-modal__field textarea {
    margin-top: 0.6em;
}
#contact-us-container a {
    color: inherit;
    text-decoration: inherit;
}

#contact-us-container .lg-modal__field textarea {
    margin-bottom: 0px;
}

#contact-us-container .pm-action-bar-header-name {
    position: fixed;
}

#contact-us-container .lg-modal__field.contactError {
}

.lgfe-input-text.contactError:focus,
.lgfe-input-textarea.contactError:focus {
    border-color: rgb(247, 48, 54);
}

#contact-us-container .lg-modal__field.contactError:before {
    content: "\f05a";
    width: 1em;
    height: 1em;
    margin-top: auto;
    margin-bottom: auto;
    font-family: "FontAwesome";
    font-size: 0.9em;
    position: absolute;
    top: 23px;
    bottom: 0;
    left: -1.5em;
    color: rgb(247, 48, 54);
}

#contact-us-container .contactErrorInput {
    border-color: rgb(247, 48, 54);
    -webkit-box-shadow: 0px 0px 10px rgb(247, 48, 54);
            box-shadow: 0px 0px 10px rgb(247, 48, 54);
    border-radius: 0.2143em;
}
