.page-template-contact #inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

.page-template-contact #inner-page-wrapper {
    margin-bottom: 0;
    z-index: unset;
}

.page-template-contact .ip-banner canvas {
    min-height: 542px;
}

.page-template-contact .ip-banner {
    z-index: 2;
}

.ip-banner-logos {
    display: block !important;
}

.cu-custom-container {
    padding: 0 15px;
}

p#breadcrumbs {
    max-width: 1490px;
    padding: 0 15px;
    position: relative;
    z-index: 3;
}

/*section1*/
.cu-section1 {
    position: relative;
    margin: 122px 0 0;
    z-index: 1;
}

.cu-section1 .cu-custom-container {
    position: relative;
    z-index: 5;
}

.cu-s1-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 590px;
    background: url(../../images/contact/contact-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
    opacity: .5;
    pointer-events: none;
}

.cu-section1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    pointer-events: none;
}

.cu-s1-bg::after, .cu-s1-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 204px;
}

.cu-s1-bg::after {
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.cu-s1-bg::before {
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.cu-s1-inner {
    max-width: 1490px;
    margin: 0 auto;
    padding: 15px 0;
    background: rgb(255 255 255 / 86%);
    display: flex;
    flex-wrap: wrap;
}

.cu-s1-inner .cu-form-holder .wpcf7 form .wpcf7-not-valid-tip {
    font-size: 12px;
    padding: 0.75em 1em 0.5em;
    top: -1em;
}

.cu-s1-inner .cu-form-holder .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    padding: 0.75em 1em 0.5em;
}

.cu-s1-col1 {
    width: 90%;
    position: relative;
    z-index: 3;
    max-width: 915px;
    margin: 0 auto;
}

.cu-s1-col1::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.cu-s1-col1 > div {
    position: relative;
    z-index: 2;
}

.cu-head {
    margin: 0 0 34px;
}

.cu-head .global-site-title-top {
    max-width: 75%;
    margin: 0 auto;
}

html.safari .cu-head .global-site-title-top {
    margin: 20px auto 35px;
}

.global-site-title-top span::after {
    width: 38%;
    left: -40px;
}

.cu-s1-text p {
    font-size: 18px;
    font-weight: 400;
    color: #454545;
    letter-spacing: .9px;
    line-height: 1.9;
    display: block;
    margin: 0 0 34px;
}

.cu-s1-text p.cu-s1-text-sub {
    margin-bottom: -10px !important;
    font-size: 24px;
    font-weight: 700;
}

.cu-agent-info {
    position: relative;
    text-align: center;
    padding: 0 15px 25px;
}

.cu-name {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    margin: 13px 0 6px;
    color: #454545;
}

.cu-position {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .7px;
    margin: 0 0 18px;
    color: #454545;
}

.cu-info-row {
    display: flex;
    justify-content: center;
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
    flex-wrap: wrap;
}

.cu-info-col {
    width: 32%;

}

.cu-info-col:nth-child(2) {
    padding-left: 40px;
}

.cu-agent-info span {
    display: block;
    margin: 0 0 9px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    color: #454545;
}

.cu-agent-info span a {
    color: #454545;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cu-agent-info span a:hover {
    opacity: .7;
}

.cu-agent-info span em {
    position: absolute;
    left: 0;
}

.cu-address em {
    font-size: 20px;
}


span.cu-email em {
    font-size: 11px;
    top: 4px;
}

span.cu-dre em {
    font-size: 17px;
    top: -1px;
    ;
}

.cu-s1-photo-holder {
    margin-right: -70px;
    margin-left: -48px;
}

.cu-s1-photo {
    position: relative;
    max-width: 731px;
}

.cu-s1-photo img {
    position: relative;
    z-index: 2;
}

.cu-s1-photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 200px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
}

.cu-s1-photo::before {
    content: '';
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 100%;
    max-width: 600px;
    min-height: 556px;
    background: url(../../images/contact/s1-accent.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.cu-s1-monogram {
    position: absolute;
    top: -21%;
    right: 0;
    width: 100%;
    max-width: 493px;
    min-height: 622px;
    background: url(../../images/about/s1-monogram.png) no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}

.cu-form-holder {
    padding-bottom: 80px;
}

.cu-form-holder .wpcf7-response-output {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.cu-form-holder .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    left: auto;
    bottom: auto;
    width: auto;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {
    .cu-s1-photo-holder {
        margin-right: -30px;
    }

    .cu-s1-photo::before {
        max-width: 530px;
        min-height: 470px;
    }

}

@media only screen and (max-width: 1366px) {
    .cu-s1-photo-holder {
        margin-right: -15px;
        margin-left: -20px;
    }

    .cu-s1-photo::after {
        max-width: 150px;
    }

    .cu-s1-photo::before {
        max-width: 435px;
        min-height: 330px;
    }

    .cu-s1-monogram {
        max-width: 325px;
        min-height: 410px;
    }

    .cu-s1-col1 {
        padding-left: 50px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .cu-section1 {
        margin: 90px 0 0;
    }

    .cu-s1-col1 {
        padding-left: 20px;
    }

    .cu-s1-text p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 20px;
    }

    .cu-s1-monogram {
        max-width: 245px;
        min-height: 310px;
    }

    .cu-s1-photo::before {
        max-width: 363px;
        bottom: -35px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .cu-s1-inner > div {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .cu-section1 {
        margin: 50px 0 0;
    }

    .cu-agent-info {
        margin: 0 auto 20px;
    }

    .cu-info-row {
        max-width: 235px;
    }

    .cu-info-col {
        width: 100%;
        padding-left: 0 !important;
    }

    .gt-fields {
        width: 100%;
    }

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {}