/*******************************************************
 *
 * Philanthropy
 *
 *******************************************************/
 #inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.inner-page-banner .inner-page-banner-photo {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.inner-page-breadcrumbs {
    background: rgba(160, 160, 160, 0.66);
    margin-top: -32px;
}

.inner-page-banner .inner-page-banner-photo {
    background-image: url(../images/oppenheim-group-banner.jpg)!important;
}

#ip-philanthropy {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.custom-container {
    padding: 0 15px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.ip-pl-section, .ip-pl-container {
    display: block;
    position: relative;
}

.ip-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 90px;
}

#content .ip-title h2 {
    display: inline-block;
    position: relative;
    font-size: 75px;
    line-height: 1;
    letter-spacing: -0.020em;
    color: #1b1b1b;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding-top: 6px;
    margin: 0;
}

#content .ip-title h2 span {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #fd1839;
    display: block;
    margin-left: -15px;
    margin-top: 0;
    font-weight: 400;
}

#content .ip-title h2:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 32px;
    height: 5px;
    background-color: #fd1839;
    pointer-events: none;
}

#content .ip-title h2:before {
    position: absolute;
    content: '';
    top: 38%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 20px);
    height: 3px;
    background-color: #d9d9d9;
    z-index: 2;
    width: 100vw;
    pointer-events: none;
}

#content .ip-title.is-white h2 {
    color: #fff;
}

#content .ip-title.is-right h2:before {
    right: auto;
    left: calc(100% + 20px);
}

/* Section 1 */
.ip-pl-content-container, .ip-pl-content-title, .ip-pl-content {
    display: block;
    position: relative;
}

.ip-pl-content-container {
    padding: 120px 0 105px;
}

#content .ip-pl-content p {
    /*font-size: 13px;*/
    font-size: 15px;
   /* line-height: 22px;*/
    color: #666666;
    font-family: 'Roboto', sans-serif;
    margin: 0;
	font-weight: 300;
  line-height: 26px;
}

#content .ip-pl-content-title h2 {
    font-size: 100px;
    line-height: 1;
    letter-spacing: -0.020em;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin: 0;
}

#content .ip-pl-content-title h2 span {
    position: relative;
    display: inline-block;
}

#content .ip-pl-content-title h2 span:before {
    position: absolute;
    content: '';
    top: 50%;
    right: calc(100% + 20px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100vw;
    height: 3px;
    background: #d6d6d6;
    pointer-events: none;
}

.ip-pl-content-title {
    margin-bottom: 20px;
}

/* Section 2 */
.ip-pl-gallery-main, .ip-pl-gallery-item, .ip-pl-gallery-item canvas, .ip-pl-gallery-container {
    display: block;
    position: relative;
}

.ip-pl-gallery-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #1b1b1b;
}

.ip-pl-gallery-bg canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .10;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.ip-pl-gallery-container {
    padding: 115px 0 120px;
    overflow: hidden;
}

/* .ip-pl-gallery-col:first-child, .ip-pl-gallery-col:nth-child(2) {
    width: 30.132%;
} */
.ip-pl-gallery-col {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    position: relative;
    padding: 0 5px;
}

.ip-pl-gallery-row:not(.slick-initialized) .ip-pl-gallery-col:nth-child(n+3) ~ div {
    display: none;
}

.ip-pl-gallery-item canvas {
    width: 100%;
    height: 100%;
}

.ip-pl-gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: 1;
}

.ip-pl-gallery-row {
    margin: 0 -5px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
}

.ip-pl-gallery-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
}

.ip-pl-gallery-btn button {
    border: none;
    background-color: transparent;
    font-size: 15px;
    z-index: 5;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    text-shadow: 0 2px 3px rgba(0,0,0,.50);
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-pl-gallery-btn button:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,.50);
}

.ip-pl-gallery-btn button:hover {
    color: #fd1839;
}

.ip-pl-gallery-btn button.arrow-prev em {
    margin-right: 10px;
}

.ip-pl-gallery-btn button.arrow-next em {
    margin-left: 10px;
}

.ip-pl-gallery-btn button em {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    color: #fd1839;
    margin-top: -3px;
}

.ip-pl-gallery-item {
    height: 100%;
    width: 100%;
    background-color: #000;
    overflow: hidden;
}

/* Section 3 */
.ip-pl-fe-container, .ip-pl-fe-main, .ip-pl-fe-img {
    display: block;
    position: relative;
}

.ip-pl-fe-container {
    background-color: #1b1b1b;
    overflow: hidden;
}

.ip-pl-fe-accent-logo {
    position: absolute;
    bottom: -5%;
    left: -11%;
    width: 56.033%;
    height: auto;
    pointer-events: none;
    z-index: 4;
}

.ip-pl-fe-accent-logo canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.02;
}

.ip-pl-fe-img img {
    height: auto;
    max-width: 100%;
}

.ip-pl-fe-img a {
    display: block;
    position: relative;
}

.ip-pl-fe-main .ip-title {
    margin-bottom: 0;
    text-align: left;
    padding-left: 21%;
}

.ip-pl-fe-img {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ip-pl-gallery-bg:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16%;
    pointer-events: none;
    z-index: 1;
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(27,27,27,1) 99%,rgba(27,27,27,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),color-stop(99%, rgba(27,27,27,1)),to(rgba(27,27,27,1)));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(27,27,27,1) 99%,rgba(27,27,27,1) 100%);
}

/* Section 4 */
.ip-pl-sp-main-title, .ip-pl-sp-container, .ip-pl-sp-main, .ip-pl-sp-img {
    display: block;
    position: relative;
}

.ip-pl-sp-main-title .ip-title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0;
    margin-right: 60px;
    border-right: 1px solid #a4a4a4;
    margin-left: 0;
    padding: 10px 85px 10px 0;
}

#content .ip-pl-sp-main-title .ip-title h2:before {
    display: none;
}

#content .ip-pl-sp-main-title .ip-title h2 span {
    text-align: right;
    margin-left: 0;
    margin-right: -30px;
}

.ip-pl-sp-container {
    padding: 83px 0;
}

.ip-pl-sp-main-title {
    text-align: left;
    margin-bottom: 27px;
}

.ip-pl-sp-caption {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-pl-sp-caption span {
    font-size: 22px;
    line-height: 1;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.ip-pl-sp-img img {
    max-width: 100%;
    height: auto;
}

.ip-btn a {
    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;
    width: 100%;
    height: 40px;
    border: 1px solid #8d8d8d;
    font-size: 12px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 1;
    letter-spacing: 0.200em;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

.ip-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: calc(50% - 30px);
}

.ip-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 420px;
    margin: 65px 0 0 auto;
}

.ip-btn a:before {
    position: absolute;
    content: '';
    /*bottom: 10px;*/
	top: 50%;
	transform: translateY(-50%);
    left: -29px;
    width: 50px;
    height: 1px;
    background-color: #8d8d8d;
}

.ip-btn a:hover, .ip-btn a:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

/*******************************************************
  *
  * Mobile styles and other media queries
  *
  *******************************************************/
@media only screen and (min-width: 992px) {
    .ip-pl-fe-img {
        margin-left: 10vw;
    }

    .ip-pl-fe-img a {
        display: inline-block;
        vertical-align: bottom;
    }

    .ip-pl-fe-img a:first-child img {
        width: 47.813vw;
        height: 38.750vw;
    }

    .ip-pl-fe-img a:nth-child(2) img {
        width: 16.250vw;
        height: 32.313vw;
    }

    .ip-pl-fe-img a:last-child img {
        width: 38.063vw;
        height: 50.375vw;
    }

    .ip-pl-fe-img a:first-child {
        margin-top: 3.625vw;
    }

    .ip-pl-fe-img a:nth-child(2) {
        margin-top: 13.125vw;
        margin-left: -6.875vw;
        z-index: 2;
    }

    .ip-pl-fe-img a:last-child {
        margin-left: -6.250vw;
        z-index: 3;
    }
}

@media only screen and (max-width: 1366px) {
    #content .ip-pl-content-title h2 {
        font-size: 90px;
    }

    #content .ip-title h2 {
        font-size: 70px;
    }

    #content .ip-title h2 span {
        font-size: 28px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .custom-container {
        max-width: 909px;
    }

    #content .ip-pl-content-title h2 span:before {
        right: calc(100% + 10px);
    }

    #content .ip-pl-content-title h2 {
        font-size: 80px;
    }

    .ip-pl-content-container {
        padding: 70px 0 60px;
    }

    .ip-pl-gallery-container {
        padding: 70px 0 80px;
    }

    .ip-title {
        margin-bottom: 60px;
    }

    #content .ip-title h2 {
        font-size: 60px;
    }

    #content .ip-title h2 span {
        font-size: 25px;
    }

    .ip-pl-fe-main .ip-title {
        padding-left: 15%;
    }

    .ip-pl-sp-main-title .ip-title {
        margin-right: 45px;
        padding: 10px 75px 10px 0;
    }

    .ip-pl-sp-caption span {
        font-size: 20px;
    }

    .ip-pl-sp-container {
        padding: 70px 0;
    }

    .ip-btns {
        margin: 50px 0 0 auto;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-pl-content-container {
        padding: 50px 0 50px;
    }

    #content .ip-pl-content-title h2 span:before {
        display: none;
    }

    .ip-pl-content-title {
        text-align: center;
    }

    #content .ip-pl-content-title h2 {
        font-size: 55px;
    }

    .ip-pl-content {
        text-align: center;
    }

    #content .ip-title h2 span {
        margin: 0 auto;
        text-align: center;
    }

    #content .ip-title h2:after {
        right: 0;
        margin: 0 auto;
    }

    #content .ip-title h2:before {
        display: none;
    }

    #content .ip-title h2 {
        font-size: 45px;
        text-align: center;
    }

    .ip-title {
        margin-bottom: 40px;
    }

    .ip-pl-gallery-container {
        padding: 50px 15px 60px;
    }

    .ip-pl-gallery-col {
        width: 100%;
        padding: 0;
    }

    .ip-pl-gallery-row {
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }

    .ip-pl-fe-main .ip-title {
        margin: 0 auto 50px;
        padding: 0;
        text-align: center;
    }

    .ip-pl-fe-img img {
        width: 100%;
    }

    .ip-pl-fe-img a {
        width: 100%;
        margin: 0 auto;
        max-width: 480px;
    }

    .ip-pl-fe-img {
        display: block;
        text-align: center;
        padding: 0 15px;
    }

    .ip-pl-fe-img a:nth-child(2) img {
        max-width: 190px;
    }

    .ip-pl-fe-img a:nth-child(3) img {
        margin-bottom: -15px;
        max-width: 420px;
    }

    .ip-pl-fe-img a:not(:last-child) {
        margin-bottom: 30px;
    }

    .ip-pl-fe-accent-logo {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 567px;
        margin: 0 auto;
    }

    .ip-pl-fe-container {
        padding-top: 30px;
    }

    .ip-pl-sp-main-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .ip-pl-sp-main-title .ip-title {
        margin: 0 auto 20px;
        border: none;
        padding: 0 0 20px 0;
    }

    .ip-pl-sp-caption {
        display: block;
    }

    .ip-pl-sp-main-title #content .ip-title h2 span {
        text-align: center;
        margin: 0 auto;
    }

    .ip-pl-sp-main-title .ip-title:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100px;
        height: 1px;
        background-color: #a4a4a4;
    }

    .ip-btns {
        display: block;
        text-align: center;
        margin: 40px auto 0;
        max-width: 170px;
    }

    .ip-btn {
        width: 100%;
        display: block;
    }

    .ip-btn:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-pl-sp-container {
        padding: 60px 0;
    }

    .ip-pl-sp-img {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .ip-pl-sp-caption span {
        font-size: 16px;
        line-height: 1.2;
    }

    .inner-page-breadcrumbs {
        margin-top: -28px;
        padding-top: 10px;
        height: 28px;
    }

    .ip-pl-gallery-row:not(.slick-initialized) .ip-pl-gallery-col:nth-child(n+2) {
        display: none;
    }

    .ip-pl-gallery-btn button.arrow-prev {
        left: 15px;
    }

    .ip-pl-gallery-btn button.arrow-next {
        right: 15px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    #content .ip-title h2 {
        font-size: 35px;
    }

    #content .ip-title h2 span {
        font-size: 20px;
    }

    #content .ip-pl-content-title h2 {
        font-size: 40px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
}
