div#inner-page-wrapper > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
#content-sidebar, #content-full {
    margin-top: 0;
}
#inner-page-wrapper {
    margin-bottom: 0;
}
.ip-banner .container {
    display: none;
}
.ip-banner canvas {
    height: 50vw;
}
.ip-lwu-wrapper {
    font-size: 0;
    position: relative;
    background-image: url('../../images/list-with-us/lwu-accent-bg.jpg');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}
.ip-lwu-inner-wrapper {

}
    .ip-lwu-top-content {
        position: relative;
        max-width: 700px;
        margin-top: -189px;
        padding: 31px 0 0;
        z-index: 1;
    }
    .ip-lwu-top-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 830px;
        height: 100%;
        background-color: #000;
        pointer-events: none;
        z-index: -1;
    }
    .ip-lwu-top-content-breadcrumbs {
        margin-bottom: 63px;
    }
        .ip-lwu-top-content-breadcrumbs p#breadcrumbs {
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            font-weight: 300;
            color: #848484;
            text-transform: uppercase;
            letter-spacing: 0.025em;
        }
            .ip-lwu-top-content-breadcrumbs p#breadcrumbs span.breadcrumb_last {
                color: #fff;
            }
    .ip-lwu-top-content-page-title {
        position: relative;
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.025em;
        padding-left: 37px;
    }
    .ip-lwu-top-content-page-title::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 50px;
        background-color: #fff;
        pointer-events: none;
    }
        .ip-lwu-top-content-page-title div {
            font-family: "Playfair Display", serif;
            font-size: 50px;
            font-weight: 400;
            color: #fff;
            line-height: 1.2;
            letter-spacing: 0.025em;
            margin-top: 5px;
        }
    .ip-lwu-main-content {
        margin-top: 60px;
    }
        .ip-lwu-main-content-photo {
            padding-left: 37px;
        }
            .ip-lwu-main-content-photo img {

            }
        .ip-lwu-main-content-text {

        }
            .ip-lwu-main-content-text p {
                font-family: "Montserrat", sans-serif;
                font-size: 15px;
                font-weight: 300;
                color: #fff;
                line-height: 1.7;
                letter-spacing: 0.025em;
                margin-bottom: 25px;
            }
    .ip-lwu-recent-accolades {
        position: relative;
        margin-top: 74px;
    }
        .ip-lwu-recent-accolades-heading {
            max-width: 345px;
            margin: 0 auto 63px;
        }
        .ip-lwu-recent-accolades-text {
            max-width: 400px;
            margin: auto;
            text-align: center;
        }
            .ip-lwu-recent-accolades-text-list {

            }
                .ip-lwu-recent-accolades-text-list li {
                    font-family: "Playfair Display", serif;
                    font-size: 30px;
                    font-weight: 400;
                    color: #fff;
                    line-height: 1.2;
                    letter-spacing: 0.025em;
                    padding-bottom: 23px;
                    border-bottom: 1px solid rgba(255,255,255,.15);
                    margin-bottom: 15px;
                }
                .ip-lwu-recent-accolades-text-list li:last-child {
                    border-bottom: none;
                }
                    .ip-lwu-recent-accolades-text-list li div {
                        font-family: "Montserrat", sans-serif;
                        font-size: 20px;
                        margin-top: 10px;
                    }
        .ip-lwu-recent-accolades-video {
            position: relative;
            margin-left: -44px;
            z-index: 1;
        }
        .ip-lwu-recent-accolades-video::after {
            content: "";
            position: absolute;
            top: 50%;
            right: -30px;
            transform: translateY(-50%);
            width: 368px;
            height: calc(100% + 60px);
            background-color: #2c2c2c;
            pointer-events: none;
            z-index: -1;
        }
            .ip-lwu-recent-accolades-video iframe {
                display: block;
                width: 100%;
            }
    .ip-lwu-testimonials {
        position: relative;
        margin-top: 90px;
    }
        .ip-lwu-testimonials-heading {
            max-width: 315px;
            margin: 0 auto 53px;
        }
        .ip-lwu-testimonials-slide-wrapper {
            position: relative;
            padding: 0 40px;
        }
            .ip-lwu-testimonials-slide-item {
                color: #fff;
                text-align: center;
            }
                .ip-lwu-testimonials-slide-item-excerpt {
                    font-family: "Montserrat", sans-serif;
                    font-size: 20px;
                    font-weight: 300;
                    font-style: italic;
                    line-height: 2;
                    letter-spacing: 0.025em;
                    margin-bottom: 51px;
                }
                .ip-lwu-testimonials-slide-item-author {
                    font-family: "Playfair Display", serif;
                    font-size: 25px;
                    font-weight: 400;
                    letter-spacing: 0.025em;
                }
        .ip-lwu-testimonials-slide-arrows {
            text-align: center;
            margin-top: 105px;
        }
            .ip-lwu-testimonials-slide-arrows div {
                position: relative;
                display: inline-block;
                vertical-align: top;
                padding: 0 24px;
                font-family: "Montserrat", sans-serif;
                font-size: 15px;
                font-weight: 300;
                color: #fff;
                letter-spacing: 0.025em;
                text-transform: uppercase;
                cursor: pointer;
                -webkit-transition: all .4s ease-in-out;
                -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }
            .ip-lwu-testimonials-slide-arrows div:hover {
                opacity: .7;
            }
            .ip-lwu-testimonials-slide-arrows div:first-child:after {
                content: "";
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                width: 1px;
                height: 17px;
                background-color: #fff;
                opacity: .25;
                pointer-events: none;
            }
                .ip-lwu-testimonials-slide-arrows div.prev span {
                    margin-right: 13px;
                }
                .ip-lwu-testimonials-slide-arrows div.next span {
                    margin-left: 13px;
                }

/* Media Queries */
@media only screen and (max-width: 1440px) {
    
}

@media only screen and (max-width: 1366px) {
   
}

@media only screen and (max-width: 1199px) {
    .ip-lwu-recent-accolades-text-list li div {
        font-size: 17px;
    }
}

@media only screen and (max-width: 991px) {
    .ip-banner canvas {
        height: auto;
    }
    .ip-lwu-wrapper {
        background: #000;
    }
    .ip-lwu-top-content {
        max-width: 100%;
        margin-top: 0;
    }
    .ip-lwu-top-content-breadcrumbs {
        margin-bottom: 15px;
    }
    .ip-lwu-top-content-page-title {
        font-size: 20px;
        padding-left: 15px;
    }
    .ip-lwu-top-content-page-title div {
        font-size: 30px;
    }
    .ip-lwu-main-content {
        margin-top: 30px;
    }
    .ip-lwu-main-content-photo {
        padding-left: 0;
    }
    .ip-lwu-main-content-photo img {
        margin: 0 auto;
    }
    .ip-lwu-main-content-text {
        margin-top: 20px;
    }
    .ip-lwu-recent-accolades {
        margin-top: 30px;
    }
    .ip-lwu-recent-accolades-heading {
        margin: 0 auto 30px;
    }
    .ip-lwu-recent-accolades-video {
        margin-left: 0;
    }
    .ip-lwu-recent-accolades-video::after {
        display: none;
    }
    .ip-lwu-testimonials-slide-item-excerpt {
        font-size: 16px;
    }
    .ip-lwu-testimonials-slide-item-author {
        font-size: 21px;
    }
}

@media only screen and (max-width: 767px) {
    .ip-lwu-testimonials-slide-wrapper {
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {
    .ip-lwu-top-content-page-title div {
        font-size: 23px;
    }
    .ip-lwu-recent-accolades-text-list li {
        font-size: 23px;
    }
    .ip-lwu-recent-accolades-text-list li div {
        font-size: 13px;
    }
    .ip-lwu-recent-accolades-video iframe {
        height: 200px;
    }
}