/* Globals */

div#inner-page-wrapper {
    margin-bottom: 0;
}

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

        #content .entry-title, #content .archive-title {
            display: none;
        }

/* Globals */

/* Contents */

#content .ip-enhanced-community-content p {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.040em;
    margin: 0;
}

#content .ip-enhanced-community-content p:not(:last-child) {
    margin-bottom: 16px;
}

    #content .ip-enhanced-community-content p span.content-heading {
        font-size: 18px;
        line-height: 1.5;
    }

/* Contents */

/* Content List */

.ip-enhanced-community-content-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

    #content .ip-enhanced-community-content-list ul {
        margin: 0;
        list-style-type: none;
        padding-right: 10px;

        width: 50%;
    }

        #content .ip-enhanced-community-content-list ul li::before {
            content: "\2022";
            font-size: 40px;
            line-height: 25px;
            color: var(--primary-color);
        }

        #content .ip-enhanced-community-content-list ul li {
            display: flex;
            gap: 10px;
        }

        #content .ip-enhanced-community-content-list ul li:not(:last-child) {
            margin-bottom: 16px;
        }
/* Content List */

/* Breadcrumbs */

p#breadcrumbs {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

/* Breadcrumbs */

/* Images Canvas */

.image-canvas-overlay {
    position: relative;
}

    .image-canvas-overlay canvas {
        display: block;
        width: 100%;
        height: auto;
    }

        .image-canvas-overlay img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

/* Images Canvas */

/* Titles */

#content .section-title h2 {
    font-weight: 400;
    font-size: 62px;
    line-height: 1.1;
    margin: 0;
}

#content .section-title h2 span {
    font-size: 23px;
    letter-spacing: 0.300em;
}

.ip-enhanced-community-title-wrap {
    padding: 45px 15px calc(45px + 27px);
}

/* Titles */

/* Stats */

.ip-enhanced-community-stats {
    padding: 0 15px;
}

    .ip-enhanced-community-stats-wrap {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
    }

        .ip-enhanced-community-stats-items {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            margin: 0 -30px;
        }

            .ip-enhanced-community-stats-item {
                width: 25%;
                padding: 15px 30px;
            }

                .ip-enhanced-community-stats-item-title {
                    padding-bottom: 25px;
                    text-align: center;
                }

                    #content .ip-enhanced-community-stats-item-title h3 {
                        font-size: 24px;
                        font-weight: 400;
                        text-transform: uppercase;
                        line-height: 1.2;
                        letter-spacing: 0.040em;
                        margin: 0;
                    }

                .ip-enhanced-community-stats-item-numbers {
                    display: flex;
                    align-items: flex-start;
                    justify-content: space-between;
                    width: 100%;
                    border-top: 1px solid var(--primary-color);
                }

                    .ip-enhanced-community-stats-item-numbers > div {
                        text-align: center;
                        padding: 0 5px;
                        font-size: 20px;
                        line-height: 1.1;
                        font-weight: 400;
                        letter-spacing: 0.040em;
                        position: relative;
                        padding-top: 40px;
                    }

                        .ip-enhanced-community-stats-item-numbers > div span {
                            display: block;
                            color: var(--primary-color);
                            font-size: 14px;
                            letter-spacing: 0.200em;
                            text-transform: uppercase;
                            line-height: 1.3;
                        }

                        .ip-enhanced-community-stats-item-numbers > div::before {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 50%;
                            transform: translateX(-50%);
                            width: 1px;
                            height: 30px;
                            background: var(--primary-color);
                        }

                    .ip-enhanced-community-stats-item-numbers > div:nth-child(2) {
                        padding-top: 70px;
                    }

                        .ip-enhanced-community-stats-item-numbers > div:nth-child(2)::before {
                            height: 60px;
                        }

        .ip-enhanced-community-stats-verbiage {
            padding: 60px 0;
            text-align: center;
        }

/* Stats */

/* Table of Contents */

.ip-enhanced-community-toc {
    position: relative;
    padding: 50px 0;
}

    .ip-enhanced-community-toc-wrap {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .ip-enhanced-community-toc-links {
            width: 36.3%;
            position: relative;
        }

            .ip-enhanced-community-toc-links-bg {
                margin-left: calc(((100vw - 1440px) / 2) * -1);
            }
            
                .ip-enhanced-community-toc-links-bg-main {
                    position: relative;
                }
                
                    .ip-enhanced-community-toc-links-bg-main img {
                        object-position: 58% top;
                    }
                    
                    .ip-enhanced-community-toc-links-bg-main canvas {
                        max-height: 600px;
                    }
                    
                    .ip-enhanced-community-toc-links-bg-main::before {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        background: #000;
                        z-index: 1;
                        width: calc(100% - 50px);
                        height: calc(100% - 50px);
                        opacity: 0.85;
                        pointer-events: none;
                    }
                    
                .ip-enhanced-community-toc-links-bg-accent {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }
                
                    .ip-enhanced-community-toc-links-bg-accent .accents-primary::before, 
                    .ip-enhanced-community-toc-links-bg-accent .accents-primary::after {
                        content: '';
                        z-index: 2;
                        position: absolute;
                        background: var(--primary-color);
                        opacity: 0.85;
                    
                        pointer-events: none;
                    }
                    
                    .ip-enhanced-community-toc-links-bg-accent .accents-primary::before{
                        top: 0;
                        left: 0;
                        width: 50px;
                        height: calc(100% - 50px);
                    }
                    
                    .ip-enhanced-community-toc-links-bg-accent .accents-primary::after{
                        top: 0;
                        right: 0;
                        height: 50px;
                        width: calc(100% - 50px);
                    }
                    
                    .ip-enhanced-community-toc-links-bg-accent .accents-white::before, 
                    .ip-enhanced-community-toc-links-bg-accent .accents-white::after {
                        content: '';
                        z-index: 2;
                        position: absolute;
                        background: #fff;
                        opacity: 1;
                        width: 50px;
                        height: 50px;
                    
                        pointer-events: none;
                    }
                    
                    .ip-enhanced-community-toc-links-bg-accent .accents-white::before{
                        bottom: 0;
                        left: 0;
                        z-index: 2;
                    }
                    
                    .ip-enhanced-community-toc-links-bg-accent .accents-white::after{
                        top: 0;
                        right: 0;
                        z-index: 2;
                    }

            .ip-enhanced-community-toc-links-content {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
                padding: 50px 40px 0;
            }
            
                .ip-enhanced-community-toc-links-content-wrap {
                    position: relative;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                }
                
                    #content .ip-enhanced-community-toc-links-content-title h3 {
                        margin: 0;
                        color: #fff;
                        text-transform: uppercase;
                        font-size: 30px;
                        letter-spacing: 0.040em;
                        line-height: 1.2;
                        padding-bottom: 15px;
                        position: relative;
                    }
                    
                        #content .ip-enhanced-community-toc-links-content-title h3::before {
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 30px;
                            height: 2px;
                            background: #1b75bc;
                        }

                .ip-enhanced-community-toc-links-content-list {
                    padding: 35px 0 0;
                }
                        
                    #content .ip-enhanced-community-toc-links-content-list ol {
                        margin: 0;
                        list-style-type: none;
                    }
                    
                        #content .ip-enhanced-community-toc-links-content-list ol li {
                            color: #fff;
                            display: flex;
                            font-size: 16px;
                            letter-spacing: 0.040em;
                            padding: 3px 0;
                            text-transform: uppercase;
                        }

                        #content .ip-enhanced-community-toc-links-content-list ol li button {
                            background: transparent;
                            border: none;
                            padding: 0;
                            text-align: left;
                            transition: var(--default-transition);
                        }

                            #content .ip-enhanced-community-toc-links-content-list ol li button:hover {
                                opacity: 0.7;
                            }
                        
                        #content .ip-enhanced-community-toc-links-content-list ol li::before {
                            counter-increment: list-item;
                            content: counter(list-item, upper-roman) ".\a0";
                            min-width: 40px;
                            color: var(--primary-color);
                            font-size: 18px;
                        }
                        

        .ip-enhanced-community-toc-content {
            width: calc(57.8% + 5px);
            padding-right: 10px;
        }

            .ip-enhanced-community-toc-content-title-wrap {}

                .ip-enhanced-community-toc-content-title-wrap .section-title {}

                    .ip-enhanced-community-toc-content-title-wrap .section-title::after {
                        left: 5px;
                        transform: none;
                    }

                .ip-enhanced-community-toc-content-verbiage {
                    padding-top: 70px;
                    padding-left: 5px;
                }

/* Table of Contents */

/* Section Wrap */

.ip-enhanced-community-sections-wrap {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0 80px;
}

    .ip-enhanced-community-sections-wrap > div:not(:last-child) {
        padding-bottom: 50px;
    }

/* Section Wrap */

/* Section 1 */

.ip-enhanced-community-section-1-photo {
    float: right;
    padding-left: 95px;
    padding-bottom: 50px;
}

    .ip-enhanced-community-section-1-content {
        padding-top: 25px;
    }

        .ip-enhanced-community-section-1-title {
            padding-bottom: 70px;
            margin-left: -5px;
        }

            .ip-enhanced-community-section-1-title .section-title::after {
                transform: none;
                left: 5px;
            }

/* Section 1 */

/* Section 2 */

.ip-enhanced-community-section-2-title {
    padding-bottom: 70px;
    margin-left: -5px;
    padding-top: 43px;
}

    .ip-enhanced-community-section-2-title .section-title::after {
        transform: none;
        left: 5px;
    }

        #content .ip-enhanced-community-section-2-title .section-title h2 span {
            padding-left: 3px;
        }

#content .ip-enhanced-community-section-2-verbiage .ip-enhanced-community-content ol {
    margin-left: 50px;
}

    .ip-enhanced-community-section-2-verbiage .ip-enhanced-community-content li:not(:last-child) {
        margin-bottom: 16px;
    }

/* Section 2 */

/* Section 3 */

.ip-enhanced-community-section-3-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    .ip-enhanced-community-section-3-photo {
        width: 28.3%;
    }

        .ip-enhanced-community-section-3-intro-content {
            width: 65.2%;
        }

            .ip-enhanced-community-section-3-photo .image-canvas-overlay {
                margin-left: calc(((100vw - 1170px) / 2) * -1);
            }

    .ip-enhanced-community-section-3-title {
        padding-bottom: 70px;
        margin-left: -5px;
    }

        .ip-enhanced-community-section-3-title .section-title::after {
            transform: none;
            left: 5px;
        }

    .ip-enhanced-community-section-3-content {
        padding: 50px 0 0;
    }

/* Section 3 */

/* Section 4 */

.ip-enhanced-community-section-4-intro {
    padding: 60px 0;
    position: relative;
    background: var(--primary-color);
}

.ip-enhanced-community-section-4-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    width: 60vw;
    height: 100%;
    background: var(--primary-color);
}

    .ip-enhanced-community-section-4-intro > div {
        position: relative;
    }

        .ip-enhanced-comminity-section-4-title {
            padding-bottom: 70px;
            margin-left: -5px;
        }

            .ip-enhanced-comminity-section-4-title .section-title::after {
                transform: none;
                left: 5px;
                background: #fff;
            }

        #content .ip-enhanced-community-section-4-intro .section-title h2, 
        #content .ip-enhanced-community-section-4-intro .section-title h2 span, 
        #content .ip-enhanced-comminity-section-4-intro-verbiage .ip-enhanced-community-content p {
            color: #fff;
        }

    .ip-enhanced-comminity-section-4-intro-verbiage {
        max-width: 78%;
    }

    .ip-enhanced-comminity-section-4-verbiage {
        padding-top: 50px;
    }

        #content .ip-enhanced-comminity-section-4-verbiage .ip-enhanced-community-content-list ul li::before {
            opacity: 0;
        }

/* Section 4 */

/* Section 5 */

.ip-enhanced-community-section-5-title {
    padding-bottom: 70px;
    margin-left: -5px;
    margin-right: -15px;
    padding-top: 43px;
}

    #content .ip-enhanced-community-section-5-title .section-title h2 span {
        padding-left: 3px;
    }

    .ip-enhanced-community-section-5-title .section-title::after {
        transform: none;
        left: 5px;
    }

    #content .ip-enhanced-community-content ol {
        margin-left: 50px;
    }

        .ip-enhanced-community-content ol li:not(:last-child) {
            margin-bottom: 16px;
        }

/* Section 5 */

/* Section 6 */

.ip-enhanced-community-section-6-title {
    margin-top: 30px;
    padding-bottom: 70px;
    padding-top: 80px;
    position: relative;
}

    .ip-enhanced-community-section-6-title::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        w;
        width: calc(100% + 50vw);
        height: 4px;
        background: var(--primary-color);
    }

.ip-enhanced-community-section-6-verbiage {
    text-align: center;
    padding: 0 5px;
}

/* Section 6 */


@media only screen and (max-width: 1440px) {
    .ip-enhanced-community-toc-links-content {
        padding-left: 85px;
        padding-right: 25px;
    }
    
    .ip-enhanced-community-toc-links-bg {
        margin-left: 0;
    }
    
    .ip-enhanced-community-toc-links-bg-main canvas {
        max-height: unset;
        min-height: 600px;
    }
    
    .ip-enhanced-community-section-3-photo .image-canvas-overlay canvas {
        min-height: 350px;
    }
    
}

@media only screen and (max-width: 1199px) {

    p#breadcrumbs {
        padding-left: 15px;
        padding-right: 15px;
    }

    #content .section-title h2 {
        font-size: 40px;
    }

    #content .section-title h2 span {
        font-size: 18px;
    }

    /* Table of Contents */

    .ip-enhanced-community-toc-links-content {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .ip-enhanced-community-toc-links-bg-main::before {
        width: calc(100% - 15px);
        height: calc(100% - 15px);
    }
    
    .ip-enhanced-community-toc-links-bg-accent .accents-primary::before {
        width: 15px;
        height: calc(100% - 15px);
    }
    
    .ip-enhanced-community-toc-links-bg-accent .accents-primary::after {
        height: 15px;
        width: calc(100% - 15px);
    }
    
    .ip-enhanced-community-toc-links-bg-accent .accents-white::before, 
    .ip-enhanced-community-toc-links-bg-accent .accents-white::after {
        width: 15px;
        height: 15px;
    }
    
    .ip-enhanced-community-toc-links {
        width: 40%;
    }

    .ip-enhanced-community-toc-links-bg .image-canvas-overlay {
        height: 100%;
    }

    /* Table of Contents */
    
    /* Stats */
    
    #content .ip-enhanced-community-stats-item-title h3 {
        font-size: 18px;
    }
    
    .ip-enhanced-community-stats-item-numbers > div {
        font-size: 15px;
    }
    
    .ip-enhanced-community-stats-item-numbers > div span {
        font-size: 12px;
    }
    
    .ip-enhanced-community-stats-item {
        padding: 15px;
    }
    
    .ip-enhanced-community-stats-items {
        margin: 0;
    }

    /* Stats */
    
    .ip-enhanced-community-sections-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .ip-enhanced-community-section-3-photo .image-canvas-overlay {
        margin-left: -15px;
    }
    
    
}

@media only screen and (max-width: 991px) {
    .ip-enhanced-community-stats-items {flex-wrap: wrap;}

    .ip-enhanced-community-stats-item {
        width: 100%;
        max-width: 50%;
    }

    .ip-enhanced-community-toc-links, .ip-enhanced-community-toc-content {
        width: 100%;
        padding: 0;
    }

    .ip-enhanced-community-toc-wrap {
        flex-direction: column;
    }

    .ip-enhanced-community-toc-links {
        max-width: 600px;
        position: relative;
        margin: 0 auto;
    }

    .ip-enhanced-community-toc-links-bg-main::before {
        width: calc(100% - 50px);
        height: calc(100% - 50px);
    }

    .ip-enhanced-community-toc-links-content {
        padding-left: 70px;
        padding-right: 20px;
        position: relative;
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .ip-enhanced-community-toc-links-bg-accent .accents-primary::before {
        width: 50px;
        height: calc(100% - 50px);
    }

    .ip-enhanced-community-toc-links-bg-accent .accents-primary::after {
        height: 50px;
        width: calc(100% - 50px);
    }

    .ip-enhanced-community-toc-links-bg-accent .accents-white::before, .ip-enhanced-community-toc-links-bg-accent .accents-white::after {
        width: 50px;
        height: 50px;
    }

    .ip-enhanced-community-toc-content-title-wrap {
        padding-top: 50px;
    }

    .ip-enhanced-community-toc-content-title-wrap .section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .ip-enhanced-community-toc-content-verbiage {
        padding: 70px 15px 0;
        text-align: center;
    }

    .ip-enhanced-community-toc {
        padding-top: 0;
    }

    .ip-enhanced-community-sections-wrap {
        padding-top: 0;
    }

    .ip-enhanced-community-section-1-photo {
        padding: 0;
        float: none;
        max-width: 400px;
        margin: 0 auto;
    }

    .ip-enhanced-community-section-1-content {
        padding-top: 50px;
    }

    .ip-enhanced-community-section-1-title .section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .ip-enhanced-community-section-1-verbiage {
        text-align: center;
    }

    .ip-enhanced-community-section-2-title .section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .ip-enhanced-community-section-3-photo {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .ip-enhanced-community-section-3-intro-content {
        width: 100%;
        padding-top: 50px;
    }

    .ip-enhanced-community-section-3-intro {
        flex-direction: column;
    }

    .ip-enhanced-community-section-3-title .section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .ip-enhanced-community-content-list {
        flex-wrap: wrap;
        flex-direction: column;
    }

    #content .ip-enhanced-community-content-list ul {
        width: 100%;
    }

    .ip-enhanced-community-section-4-intro > div {
        max-width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    .ip-enhanced-comminity-section-4-title .section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    #content .ip-enhanced-community-section-5-title .section-title h2 br {
        display: none;
    }

    .ip-enhanced-community-section-5-title {
        margin: 0;
    }

    .ip-enhanced-community-section-5-title .section-title::after {
        transform: translateX(-50%);
        left: 50%;
    }

    .ip-enhanced-community-section-3-title {
        margin: 0;
    }

    .ip-enhanced-community-section-2-title {
        margin: 0;
    }

    .ip-enhanced-community-section-1-title {
        margin: 0;
    }

    .ip-enhanced-community-toc-links-bg-main {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .ip-enhanced-community-section-3-photo .image-canvas-overlay{
        margin: 0;
    }
}

@media only screen and (max-width: 600px) {
    .ip-enhanced-community-stats-item {
        max-width: 400px;
    }
    
    .ip-enhanced-community-stats-items {
        flex-direction: column;
        align-items: center;
    }
    
    .ip-enhanced-community-toc-links-content {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .ip-enhanced-community-toc-links-bg-main::before {
        width: calc(100% - 15px);
        height: calc(100% - 15px);
    }
    
    .ip-enhanced-community-toc-links-bg-accent .accents-primary::before {
        width: 15px;
        height: calc(100% - 15px);
    }
    
    .ip-enhanced-community-toc-links-bg-accent .accents-primary::after {
        height: 15px;
        width: calc(100% - 15px);
    }
    
    .ip-enhanced-community-toc-links-bg-accent .accents-white::before, 
    .ip-enhanced-community-toc-links-bg-accent .accents-white::after {
        width: 15px;
        height: 15px;
    }
}