.backdrop:first-child {
    height: 400px;
}

.backdrop-mask {
    height: 410px;
}

.contact-wrap {
    display: flex;
    flex-direction: column;
    margin: 42px auto 75px auto;
}

.contact-sidebar {
    flex: 1;
}

.contact-sidebar div:first-of-type {
    color: #24272E;
    font-size: 32px; line-height: 54px;
    font-weight: 800;
}

.contact-sidebar ul {
    display: block;
    padding: 0;
    margin: 10px 0 0 0;
}

.contact-sidebar ul li {
    list-style: none;
    display: block;
    padding: 0 0 20px 35px;
    line-height: 35px;
    background: url('/resources/images/icons/phone.svg') no-repeat left 5px;
}

.contact-sidebar ul li:nth-child(2) {
    background-image: url('/resources/images/icons/email.svg');
}

.contact-sidebar ul li:nth-child(3) {
    background-image: url('/resources/images/icons/location-dark.svg');
    background-size: 25px;
    background-position-y: 5px;
}

.contact-sidebar ul li a {
    color: #24272E;
}

.contact-confirmation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

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

.contact-wrap .form-header {
    color: #24272E;
    font-size: 24px; line-height: 54px;
    font-weight: 800;
}

.contact-wrap .form-wrap {
    flex: 2;
    margin: auto;
    margin-left: auto;
}

.contact-form {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form .se2-wr input.error,
.contact-form .se2-wr select.error {
    border: 1px solid red;
}

.contact-form #FormCorpContact_subject_div {
    display: none;
}

.contact-form .in1,
.contact-form .include.a.message {
    width: 100%;
    max-height: 140px;
}

.contact-form .corp-submit {
    width: 100%;
    color: #fff;
    background: #123156;
    border: none;
    border-radius: 0;
    text-transform: capitalize;
    margin-top: 24px;
}

.contact-form .corp-submit.loading {
    background-color: #123156;
    background-image: url("/resources/images/loading-icon.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.contact-form .se2-wr {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.contact-form .se2-wr label {
    margin-bottom: 2px;
}

.contact-form .se2-wr input,
.contact-form .se2-wr select {
    height: 40px;
    padding: 2px 8px;
    background-color: #F7F9FC;
    border: 1px solid #D0D4D9;
    width: 100%;
}

/* Chosen modifications */

.contact-form .chosen-container-single.se2 .chosen-single,
.contact-form .chosen-container-single.se2 .chosen-single,
.contact-form .chosen-container {
    height: 40px !important;
    line-height: 40px !important;
}

.contact-form .chosen-container-active.chosen-with-drop.se2 .chosen-single div b {
    background-position: -34px 5px !important;
}

.contact-form .chosen-container-single.se2 .chosen-single div b {
    background-position-y: 5px !important;
}

.chosen-container .chosen-drop li {
    border-top: .5px solid #d8d8d8;
    border-bottom: .5px solid #d8d8d8;
}

.contact-form .chosen-container .chosen-single:hover,
.contact-form .chosen-container.chosen-with-drop .chosen-single {
    border: 2px solid #777C89;
    margin: -1px -1px 0 -1px;
}

.chosen-container .chosen-drop {
    margin: 0 -1px;
}

.contact-form .chosen-container .chosen-results li:hover,
.contact-form .chosen-container .chosen-results .result-selected,
.contact-form .chosen-container .chosen-results li.highlighted {
    border-top: 1px solid #0096ff;
    border-bottom: 1px solid #0096ff;
    background-color: #DBF1FF !important;
}


.chosen-container .chosen-drop li:first-of-type {
    border-top: none;
}

.chosen-container.chosen-with-drop .chosen-single,
.chosen-container .chosen-drop {
    border: 2px solid #4396F7 !important;
}

.chosen-container.chosen-with-drop .chosen-single {
    border-bottom: none !important;
}

.contact-wrap .se2-wr,
.contact-wrap select {
    width: 100%;
}    

@media (min-width: 577px) {
    .contact-wrap {
        flex-direction: row;
    }

    .contact-wrap .form-wrap {
        margin-left: 40px;
    }

    .chosen-container .chosen-drop {
        margin-right: -1px;
        width: calc(100% + 2px) !important;
    }
}

@media (min-width: 992px) {
    .contact-wrap .se2-wr,
    .contact-wrap select {
        width: calc(50% - 8px);
    }    
}