#contact-us-body .contact-us-container p,
#contact-us-body .contact-us-container h2,
#contact-us-body .contact-us-container h4,
#contact-us-body .contact-us-container span {
    color: #333;
    margin: 0;
}
#contact-us-body .contact-us-container a {
    color: #216396;
    color: var(--eeg-color);
    text-decoration: none;
    font-size: 16px;
}
#contact-us-body .bg-opacity {
    height: 100%;
    min-height: 400px;
    width: 100%;
    background-color: rgba(255,255,255,0.91);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#contact-us-body .contact-us-container h2 {
    border-bottom: 1.2px solid #A8A8A8;
    padding-bottom: 10px;
}
.contact-us-container h4 {
    padding-top: 10px;
}
#contact-us-body .contact-us-container {
    position: relative;
    z-index: 2;
}
#contact-us-body .dark-translucent-bg:after {
    z-index: 0;
}
.dark-translucent-bg > div {
    z-index: 0;
}
.contact-us-panels {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 10px auto;
}
.contact-us-panels > div {
    border-bottom: 1px solid #F7931E;
    padding: 15px 0;
}
.contact-us-panels > div:last-child {
    border-bottom: none;
}
#contact-us-body .contact-us-container .contact-header {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    color: #333;
}
.contact-us-panels .physical-contact address {
    margin-bottom: 20px;
}
.physical-contact em {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.physical-contact address {
    position: relative;
}
.physical-contact address img {
    position: absolute;
    top: 0;
    left: -35px;
    width: 25px;
    height: 25px;
}
.city-address {
    margin-top: 10px;
}
.city-address:first-of-type {
    position: relative;
}
.city-address:first-of-type img {
    position: absolute;
    top: 0;
    left: -35px;
    width: 20px;
    height: 25px;
}
.email-contact {
    order: -1;
}
.email-contact address {
    position: relative;
}
.email-contact address img {
    position: absolute;
    top: 0;
    left: -35px;
    width: 25px;
    height: 18.75px;
}
.online-contact {
    position: relative;
}
.online-contact img {
    position: absolute;
    top: 15px;
    left: -35px;
    width: 25px;
    height: 22.75px;
}
.online-contact a {
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
}
.contact-us-panels .vertical-rule {
    display: none;
}

@media only screen and (min-width: 350px){
    .contact-us-panels {
        width: 80%;
    }
}

@media only screen and (min-width: 685px){
    #contact-us-body .contact-us-container {
        max-width: 1200px;
    }
    .contact-us-panels {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .contact-us-panels > div {
        width: 25%;
        border-bottom: none;
        padding: 0;
    }
    .contact-us-panels .vertical-rule {
        width: 1px;
        border-left: 1px solid #F7931E;
        display: block;
    }
    .email-contact {
        order: 0;
    }
    #contact-us-body .online-contact {
        padding-top: 10px;
    }
    .online-contact img {
        top: 10px;
    }
}