.contact-us-wrap {
    font-size: 16px;
    padding-top: 40px;
    position: relative;
}

.contact-us-wrap .operator {
    position: absolute;
    left: -230px;
    bottom: 0;
    width: 100%;
    height: 372px;
    background: url('/resources/images/cms/contact-us.jpg') no-repeat 50% bottom;
}

.contact-us-wrap .form {
    background-color: #f7f7f7;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.contact-us-wrap h1 {
    font-size: 48px;
    text-align: left;
    padding: 0;
    margin: 0 0 10px 0;
}

.contact-us-wrap ul.contact-us-bullets {
    display: block;
    padding: 0;
    margin: 10px 0 0 0;
}

.contact-us-wrap ul.contact-us-bullets li {
    list-style: none;
    display: block;
    padding: 0 0 1px 30px;
    line-height: 35px;
    background: url('/resources/images/icons/phone-white.svg') no-repeat left center;
}

.contact-us-wrap ul.contact-us-bullets li a {
    color: inherit;
}

.contact-us-wrap ul.contact-us-bullets li:nth-child(2) {
    background-image: url('/resources/images/icons/email-white.svg');
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-us-wrap ul.contact-us-bullets li:nth-child(3) {
    background-image: url('/resources/images/icons/location-white.svg');
    background-position-y: 5px;
}

.address-span {
    display: block;
    padding: 0 0 6px 0;
    margin-top: -2px;
    line-height: normal;
}

.additional-location {
    background: none !important;
    margin-top: 5px;
}

.contact-us-wrap .captcha-wrap {
    margin: 20px 0 0 0;
}

.contact-us-wrap div.form input[type=text] {
    font-size: 16px;
    line-height: 32px;
    height: 32px;
}

.contact-us-wrap div.form input.valid {
    background-image: none;
    border: 1px solid #d8d8d8;
}

.contact-us-wrap div.form input.error {
    background-image: none;
}

.contact-us-wrap div.form label {
    color: black;
}

.contact-us-wrap div.form .se2-wr {
    margin-top: 0;
    height: 68px;
}

.contact-us-wrap div.form .se2-wr label {
    margin-top: 0;
}

.contact-us-wrap .form .checkbox-wrap {
    margin-top: 13px;
    padding: 4px 0 0 15px;
}

.contact-us-wrap .form .checkbox-wrap label {
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
}

.contact-us-wrap .form .bu1 {
    width: 100%;
    height: 70px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

/* Begin update changes */

.rsp-breadcrumb-wrap {
    display: none;
}

h1 {
    color: white;
    font-weight: 900;
}

#contact-us-form-wrapper {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#contact-us-info {
    width: 430px;
    color: white;
}

#contact-us-form {
    width: 430px;
    padding: 25px 40px 40px 40px;
    background-color: white;
    color: black;
}

#bg-wrapper {
    display: flex;
    flex-direction: column;
}

#blue-bg {
    background-color: #0096FF;
    width: 100%;
    position: absolute;
}

#bg-imgs {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: absolute;
}

.bg-img {
    width: 33.333333333%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

#bg-img1 {
    background-image: url('/resources/images/cms/contact-us/bg1.jpg');
}

#bg-img2 {
    background-image: url('/resources/images/cms/contact-us/bg2.jpg');
}

#bg-img3 {
    background-image: url('/resources/images/cms/contact-us/bg3.jpg');
}

.contact-us-wrap .form .checkbox-wrap .checkbox {
    top: 14px;
}

.contact-us-wrap .form .checkbox-wrap > label {
    left: 10px;
}

.mobile-checkbox {
    display: none;
}

#FormContactUs_subject_div {
    display: none;
}

@media (max-width: 1200px) {
    #contact-us-info,
    #contact-us-form {
        width: 400px;
    }
}

@media (max-width: 991px) {

    .contact-us-wrap .container {
        padding: 0;
    }

    #contact-us-form-wrapper {
        flex-direction: column;
    }

    #contact-us-info {
        margin-right: auto;
        margin-left: 15px;
        width: auto;
    }

    #contact-us-form {
        margin: auto;
        margin-bottom: 40px;
        padding: 0;
        width: auto;
    }

    #contact-us-form > form {
        padding: 15px;
    }

    #bg-imgs {
        display: none;
    }

    #blue-bg {
        height: 100vh;
    }

    .contact-us-wrap {
        padding-top: 20px;
    }

    .contact-us-wrap ul.contact-us-bullets {
        margin-bottom: 30px;
    }

    .need-help > div.content {
        background-color: white;
        padding: 35px 25px 15px 25px !important;
    }

    .checkbox-wrap {
        margin-top: 40px !important;
        margin-bottom: 30px;
    }

    .checkbox-wrap > input:nth-of-type(2) {
        opacity: 0;
        z-index: 4;
        width: 28px;
        height: 28px;
    }

    .checkbox-wrap > label {
        margin-left: 24px;
    }

    .mobile-checkbox {
        display: block;
        width: 28px;
        height: 28px;
        position: absolute;
        top: 2px;
        left: 0;
        background-color: #fff;
        border: 2px solid #c1c1c1;
        border-radius: 2px;
    }

    input:checked + .mobile-checkbox {
        background-image: url('/resources/images/cms/01.gif');
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (max-width: 576px) {
}