/*******************************************************
 *
 * Find A Home
 *
 *******************************************************/
 header.header.is-dark {
    background-color: #fff;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-banner {
    display: none;
}

.hp-accent-line {
    top: 0;
    height: calc(100% + 120px);
}

#ip-property-owners {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
/*    padding-top: 232px;*/
    margin-bottom: 30px;
    position: relative;
}
    #ip-property-owners:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 3.125%;
        right: 3.125%;
        opacity: 0.2;
        z-index: -1;
        background: url('https://cdn.agentimagehosting.com/AjWxOpBEpz7NZQRXGvHt6/2023/11/bg-inner-page-3-gradient.jpg') no-repeat bottom center/cover;
    }

.custom-container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

/* content */
.ip-property-owners-content {
    font-size: 18px;
    margin-bottom: 100px;
}

.ip-property-owners-content .section-title {
/*    margin-bottom: 30px;*/
    margin: .67em 0;
}

.ip-property-owners-content p, .ip-property-owners-content ul {
    line-height: 1.8;
}

.ip-property-owners-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.ip-property-owners-content h2:not(:last-child), .ip-property-owners-content p:not(:last-child), .ip-property-owners-content ul:not(:last-child) {
    margin-bottom: 20px;
}

ul.list-with-check li {
    position: relative;
    padding-left: 25px;
}

ul.list-with-check li::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 9px;    
    top: 10px;
    left: 0;
    background: url('https://cdn.agentimagehosting.com/AjWxOpBEpz7NZQRXGvHt6/2023/09/icon-check.png') no-repeat;
    background-size: contain;
}

/* Category */

.ip-property-owners-category-list {
    display: block;
    position: relative;
    padding-left: 75px;
    margin: 0 -48px;
}

.ip-property-owners-cat-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    position: relative;
    padding: 0 48px;
    margin-bottom: 65px;
}

.ip-property-owners-cat-item.emergency-maintenance .ip-property-owners-cat-title {
    margin-bottom: 45px;
}

.ip-property-owners-cat-inner,
.ip-property-owners-cat-title,
.ip-property-owners-caption,
.ip-property-owners-img,
.ip-property-owners-btn,
.ip-property-owners-link{
    display: block;
    position: relative;
}

.ip-property-owners-cat-item:hover .ip-property-owners-img a img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.ip-property-owners-img a {
    overflow: hidden;
    display: block;
    position: relative;
}


.ip-property-owners-cat-title span {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #000;
    position: relative;
    display: inline-block;
    padding-bottom: 13px;
    font-weight: 600;
}

.ip-property-owners-cat-title span:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 72px;
    height: 3px;
    background: var(--gradient);
}

.ip-property-owners-cat-title {
    margin-bottom: 35px;
    margin-left: -35px;
}

.ip-property-owners-link span {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.020em;
    color: #3b3b3b;
}

.ip-property-owners-link {
    text-align: center;
    margin-bottom: 22px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ip-property-owners-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    height: 160px;
}

.ip-property-owners-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 1;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.ip-property-owners-caption {
    text-align: center;
    background: var(--gradient);
    padding: 37px 20px;
    min-height: 194px;
}

.ip-property-owners-btn {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 25px;
}

.ip-property-owners-cat-inner {
    padding: 60px 0 0;
    -webkit-box-shadow: 7px 29px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 7px 29px 30px 0px rgba(0, 0, 0, 0.1);
}

.ip-property-owners-logos-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 22px 20px;
    background-color: #f1f1f1;
    min-height: 160px;
}

.ip-property-owners-logo {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 2);
    padding: 5px;
}

.ip-property-owners-logo img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.ip-property-owners-caption p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.020em;
    color: #fff;
}

.ip-property-owners-caption p a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-property-owners-caption p a:hover {
    color: #ddd;
}

.ip-property-owners-cat-item:hover .ip-property-owners-btn a::before {
    width: 100%;
}

/*Form*/
.ip-property-owners-form {
    position: relative;
    padding-top: 40px;
}

.ip-property-owners-inner {
    margin: 0 3.125%;
    position: relative;
    padding: 0 195px 0 120px;
    padding: 0 12.4% 0 7.6%;
}

.bg-section.bg-ip-about-s6 {
    background-position: center bottom;
}

.ip-property-owners-form-wrap {
    width: 47.047%;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    padding-bottom: 72px;
    padding-bottom: 6.1%;
}

.ip-property-owners-form-wrap .section-title {
    text-align: center;
    margin-bottom: 44px;
}

.ip-property-owners-form-wrap p {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.625;
    margin-bottom: 35px;
    text-align: center;
    color: #000;
}

.ip-property-owners-form-wrap p strong.has-gradient:before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -10px;
    height: 23px;
    background: var(--gradient-alt);
    z-index: -1;
    opacity: 0.8;
    min-width: 330px;
    width: 100%;
    max-width: 420px;
}

.ip-property-owners-form-wrap p strong.has-gradient {
    position: relative;
    display: inline-block;
}

.ip-property-owners-form-wrap .wpcf7 {
    margin: 0 -6px;
    font-size: 0;
}

.ip-property-owners-form-wrap .wpcf7 form {
    position: relative;
}

.ip-property-owners-form-field.field-12 {
    width: 100%;
}

.ip-property-owners-form-field.field-6 {
    width: 50%;
    margin-bottom: 8px;
}

.ip-property-owners-form-field {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
}

.ip-property-owners-form-field input, .ip-property-owners-form-field textarea {
    width: 100%;
    height: 53px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    color: #3b3b3b;
}

.ip-property-owners-form-field textarea {
    resize: none;
    padding-top: 13px;
    height: 92px;
}

.ip-property-owners-form-field-btn {
    text-align: center;
    position: relative;
    margin: 29px 0 0;
}

.ip-property-owners-form-field-btn .ajax-loader, .ip-property-owners-form-field-btn .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ip-property-owners-form-field-btn .btn-a {
    position: relative;
}

.ip-property-owners-form-field-btn .btn-a input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ip-property-owners-form-wrap .wpcf7 form .wpcf7-response-output {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 15px 6px 0;
    font-size: 12px;
    text-align: center;
}

.ip-property-owners-inner:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 45px);
    background-color: #f1f1f1;
    z-index: -1;
}

.ip-property-owners-form-wrap p.is-lg {
    font-size: 26px;
    line-height: 1.3462;
    margin: 0 -15px 45px;
}

.ip-property-owners-form-img {
    display: inline-block;
    vertical-align: bottom;
    width: 52.953%;
    padding-right: 60px;
    padding-right: 5%;
}

.ip-property-owners-form-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.bg-section.bg-ip-about-s6 {
            background-position: center bottom;
        }

.ip-about-s6-form-wrap {
        width: 550px;
        width: 36.667%;
        max-width: 100%;
        margin-left: auto;
        margin-right: 214px;
        margin-right: 14.267%;
    }
        .ip-about-s6-form-wrap .section-title {
            text-align: center;
            margin-bottom: 44px;
        }
        .ip-about-s6-form-wrap p {
            font-size: 15px;
            letter-spacing: 0.02em;
            line-height: 1.6;
            margin-bottom: 35px;
            text-align: center;
            padding: 0 15px;
        }
        .ip-about-s6-form-wrap .wpcf7 {
            margin: 0 -6px;
            font-size: 0;
        }
            .ip-about-s6-form-wrap .wpcf7 form {
                position: relative;
            }
                .ip-about-s6-form-field.field-12 {
                    width: 100%;
                }
                .ip-about-s6-form-field.field-6 {
                    width: 50%;
                    margin-bottom: 8px;
                }
                .ip-about-s6-form-field {
                    display: inline-block;
                    vertical-align: top;
                    padding: 0 6px;
                }
                    .ip-about-s6-form-field input,
                    .ip-about-s6-form-field textarea {
                        width: 100%;
                        height: 53px;
                        background: transparent;
                        border: none;
                        border-bottom: 1px solid rgba(0,0,0,0.15);
                        font-size: 15px;
                        letter-spacing: 0.02em;
                        line-height: 1.6;
                        color: #3b3b3b;
                    }
                    .ip-about-s6-form-field textarea {
                        resize: none;
                        padding-top: 13px;
                        height: 92px;
                    }

                .ip-about-s6-form-field-btn {
                    text-align: center;
                    position: relative;
                    margin: 29px 0 0;
                }
                    .ip-about-s6-form-field-btn .ajax-loader,
                    .ip-about-s6-form-field-btn .wpcf7-spinner {
                        position: absolute;
                        bottom: -30px;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                    }
                    .ip-about-s6-form-field-btn .btn-a {
                        position: relative;
                    }
                        .ip-about-s6-form-field-btn .btn-a input {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            opacity: 0;
                        }

    .ip-about-s6-form-wrap .wpcf7 form .wpcf7-response-output {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: 15px 6px 0;
        font-size: 12px;
        text-align: center;
    }

.ip-about-s6-inner {
        margin: 0 3.125%;
        position: relative;
        padding: 84px 0 209px;
    }

.uploads {
    margin-top: 25px;
}
.uploads .label-upload {
    font-size: 15px;
  margin-bottom: 15px;
  display: block;
}

p#breadcrumbs {
    display: none;
}

.ip-property-owners-content a.btn-a  {
    font-size: 18px;
    margin-top: 20px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {
    #ip-property-owners {
/*        padding-top: 14.500vw;*/
        padding: 9.750vw 0 1px;
    }
}

@media only screen and (min-width: 1281px) {    
    .ip-about-s6-form-wrap .section-title {
        font-size: 48px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 1560px) {
    .ip-property-owners-inner {
        padding: 0 7% 0 5%;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-property-owners-form-img {
        padding-right: 4%;
    }

    .ip-property-owners-inner {
        padding: 0 5% 0 4%;
    }

    .custom-container {
        max-width: 1110px;
    }
    
    .ip-property-owners-category-list {
        padding-left: 50px;
        margin: 0 -30px;
    }
    
    .ip-property-owners-cat-item {
        padding: 0 30px;
        margin-bottom: 55px;
    }
}


@media only screen and (max-width: 1280px) {
    .ip-property-owners-inner {
        padding: 0 3%;
    }

    .ip-property-owners-form-wrap p.is-lg {
        font-size: 23px;
    }

    .ip-property-owners-form-wrap p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .hp-accent-line.line-left {
        left: 6.8%;
    }

    .hp-accent-line.line-right {
        right: 6.8%;
    }

    .ip-property-owners-inner:before {
        height: calc(100% - 35px);
    }

    .ip-property-owners-category-list {
    padding-left: 5%;
}

.custom-container {
    max-width: 1024px;
}

.ip-property-owners-cat-title span {
    font-size: 23px;
}

.ip-property-owners-cat-title {
    margin-left: -27px;
    margin-bottom: 30px;
}

.ip-property-owners-cat-item.emergency-maintenance .ip-property-owners-cat-title {
    margin-bottom: 43px;
}

.ip-property-owners-link span {
    font-size: 14px;
}


.ip-property-owners-caption p {
    font-size: 14px;
}
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-property-owners-form-wrap p.is-lg {
        font-size: 18px;
        margin: 0 -15px 20px;
    }

    .ip-property-owners-form-wrap p {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .ip-property-owners-form-img {
        padding-right: 3%;
        width: 55%;
    }

    .ip-property-owners-inner {
        padding: 0 2%;
    }

    .ip-property-owners-form-wrap {
        width: 45%;
    }

    .ip-property-owners-inner:before {
        height: calc(100% - 25px);
    }

    .ip-property-owners-category-list {
    padding-left: 3%;
    margin: 0 -20px;
}

.custom-container {
    max-width: 840px;
}

.ip-property-owners-cat-item {
    padding: 0 20px;
    margin-bottom: 55px;
}

.ip-property-owners-caption {
    min-height: 172px;
    padding: 23px 14px;
}

.ip-property-owners-cat-title span {
    font-size: 20px;
}

.ip-property-owners-cat-item.emergency-maintenance .ip-property-owners-cat-title {
    /* margin-left: -22px; */
}

.ip-property-owners-cat-title {
    margin-left: -20px;
    margin-bottom: 25px;
}

.ip-property-owners-link {
    min-height: 34px;
    margin-bottom: 20px;
}

.ip-property-owners-link span {
    line-height: 1.3;
    font-size: 13px;
}

.ip-property-owners-caption p {
    line-height: 1.5;
}

.ip-property-owners-img canvas {
    height: 155px;
}

.ip-property-owners-logos-img {
    min-height: 155px;
    padding: 20px 20px;
}

    .ip-property-owners-cat-inner {
    padding: 40px 0 0;
}

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

    .ip-property-owners-inner {
        padding: 0 15px;
    }
    #ip-property-owners:before {
        left: 0;
        right: 0;
    }

    .ip-property-owners-form-wrap {
        width: 500px;
        margin: 0 auto;
        padding: 0 0 56px;
        display: block;
        max-width: 100%;
    }

    #ip-listing-results {
        padding-top: 130px;
        margin-bottom: 50px;
    }

    .ip-property-owners-caption {
        width: 100%;
        /* margin-bottom: 30px; */
        min-height: 0;
        padding: 25px 15px;
    }

    .ip-property-owners-form {
        padding-top: 70px;
    }

    .ip-property-owners-form-img {
        display: block;
        width: 100%;
        max-width: 480px;
        margin: 0 auto 30px;
    }

    .ip-property-owners-form-wrap p {
        margin: 0 0 30px!important;
    }

    .ip-property-owners-form-wrap p br {
        display: none;
    }

    .ip-property-owners-form-wrap p.is-lg {
        font-size: 16px;
    }

    .ip-property-owners-form-field input, .ip-property-owners-form-field textarea {
        font-size: 14px;
    }

    .ip-property-owners-inner:before {
        height: calc(100% - 35px);
    }

    .ip-property-owners-cat-item {
        display: block;
        width: 100%;
        padding: 0;
        max-width: 292px;
        margin: 0 auto;
    }

    .ip-property-owners-category-list {
        padding: 0;
        margin: 0;
    }

    .ip-property-owners-cat-item:not(:last-child) {
        margin-bottom: 30px;
    }

    #ip-property-owners {
/*        padding-top: 135px;*/
        margin-bottom: 50px;
        padding-top: 120px;
    }

    .ip-property-owners-cat-inner {
        padding: 35px 0 0;
    }

    .ip-property-owners-link span {
        font-size: 14px;
    }

    .ip-property-owners-cat-title {
        margin-left: 0;
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .ip-property-owners-cat-title span:before {
        right: 0;
        margin: 0 auto;
    }
    
    .ip-property-owners-cat-item.emergency-maintenance .ip-property-owners-cat-title {
        margin-bottom: 25px;
    }

    .ip-property-owners-link {
        margin-bottom: 25px;
    }
    .bg-section.bg-ip-about-s6 {
            background-position: 30% top;
        }
    .ip-about-s6-form-wrap {
            width: 500px;
            margin: 0 auto;
            padding: 0 5%;
        }
    .ip-about-s6-inner {
        padding: 60px 0 200px;
    }

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-about-s6-inner {
        padding: 60px 0 160px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
}