/* Our Partners */

.header {
    position: relative;
    background: #000;
}
.ip-banner {
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
}
div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#op-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 873px;
    background-image: url('../../images/our-partners/ip-op-upper-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.op-inner-wrapper {
    position: relative;
    padding: 53px 0 82px;
}
.op-col {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.op-col.col-left {
    width: 33.75%;
    z-index: 1;
}
.op-col.col-left::before {
    content: "";
    position: absolute;
    top: 4.6%;
    left: 0;
    width: 62.77%;
    height: 81%;
    background-image: url('../../images/our-partners/ip-op-dark-overlay.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    pointer-events: none;
    z-index: -1;
}
.op-agent-photo img {
    margin-left: auto;
    margin-right: -15px;
}
.op-col.col-right {
    width: 66.24%;
}
.op-text {
    position: relative;
    max-width: 887px;
    margin-top: 46px;
    padding-right: 15px;
}
.op-text-heading {
    font-family: "ivarfine";
    font-size: 144px;
    font-weight: 400;
    color: #000;
    margin-bottom: 29px;
    padding: 0 28px;
}
.op-text-excerpt {
    font-family: "proxima_novaregular";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.7;
    padding: 0 28px;
    margin-bottom: 48px;
}
.op-partners-list {
    position: relative;
    margin: 0 -6px;
}
.op-partners-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 6px;
}
.op-partners-item-inner {
    position: relative;
    padding: 10px;
    background: linear-gradient(to left, #000, #000, #000, #19191a, #000, #000);
}
.op-partners-item-photo a canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.op-partners-item-excerpt {
    font-family: "proxima_novaregular";
    font-size: 16px;
    font-weight: 400;
    color: #cbc1c1;
    line-height: 1.7;
    min-height: 292px;
    margin-top: 38px;
    padding: 0 20px;
}
.op-partners-item-link {
    max-width: 200px;
    margin: 0 auto 36px;
}
.op-partners-link {
    max-width: 256px;
    margin: 57px auto 0;
}
.op-partners-item-link.hp-global-link a,
.op-partners-link.hp-global-link a {
    font-size: 14px;
}
.op-partners-item-link.hp-global-link a {
    color: #fff;
}
.op-partners-item-link.hp-global-link a img {
    filter: invert(1);
}
.op-partners-item-link.hp-global-link a::before {
    background-color: #fff;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (min-width: 1601px) {

} 

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1299px) {

} 

@media only screen and (max-width: 1199px) {
    .op-text-heading {
        font-size: 110px;
    }
    .op-partners-item-excerpt {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .global-breadcrumbs.no-padding-bottom {
        padding: 37px 15px 20px;
    }
    .op-inner-wrapper {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
        flex-direction: column-reverse;
        padding: 20px 0 50px;
    }
    .op-col {
        display: block;
        width: 100% !important;
    }
    .op-text {
        max-width: 100%;
        margin-top: 0;
        padding-right: 0;
    }
    .op-text-heading,
    .op-text-excerpt {
        text-align: center;
        padding: 0 15px;
    }
    .op-partners-list {
        margin: 0;
    }
    .op-partners-item {
        display: block;
        width: 100%;
        max-width: 480px;
        margin: 0 auto 20px;
    }
    .op-partners-item-excerpt {
        min-height: auto;
        margin-bottom: 24px;
    }
    .op-agent-photo {
        margin-top: 30px;
    }
    .op-agent-photo img {
        margin-right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .op-text-heading {
        font-size: 84px;
    }
}

@media only screen and (max-width: 480px) {
    .op-text-heading {
        font-size: 56px;
    }
    .op-agent-photo {
        padding: 0 15px;
    }
}