/*
    (c)2017 - visuallizard.com

    General styles.
    Template, view, plugin and element specific, etc.

    Colours
    Yellow - rgba(208,155,44,1)
    Dk. Green - rgba(11,102,81,1)
    Green - rgba(59,176,60,1)
    Purple - rgba(125,104,152,1)
    Teal - rgba(0,181,173,1)
*/
img, iframe { max-width: 100%; }
.foundation a { color: rgba(0,71,187,1); }
a.button, .button {
    padding: 0.5em 1em;
    background: rgba(0,71,187,1);
    color: #fff;
}
a.button:hover {
    color: #fff;
}
.center { text-align: center; }
.content-block { clear: both; }
div.image-set {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
    margin: 0 0 1em 0;
}
    div.image-set img {
        display: block;
        position: relative;
        flex-basis: 32%;
        max-width: 49.5%;
        padding: 0;
        margin: 0;
    }



table {
    display: table;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 2rem 0;
}
table thead {
    background: rgba(0,0,0,0.1);
}
table th {
    padding: 5px;
    border-bottom: 1px solid #000;
    text-align: left;
}
table tbody {}
table td {
    padding: 5px;
    border-bottom: 1px solid #000;
    text-align: left;
}

.form-block,
#form-container {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 1.5em 0;
}
.form-block form,
#form-container form.login-form {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 30px;
    margin: 0;
    background: rgba(220,220,220,0.5);
}
.form-block form .fm-select,
.form-block form .fm-text,
.form-block form .fm-email,
.form-block form .fm-textarea {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
}
.form-block form .fm-select label,
.form-block form .fm-text label,
.form-block form .fm-email label,
.form-block form .fm-textarea label {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 5px 0;
}
#form-container form.login-form .input-text,
#form-container form.login-form .input-password {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    padding: 15px;
    margin: 0 0 15px 0;
    background: rgba(255,255,255,0.5);
}
#form-container form.login-form .input-text label,
#form-container form.login-form .input-password label {
    margin: 0 0 5px 0;
}
#form-container form.login-form .input-text input[type="text"],
#form-container form.login-form .input-password input[type="password"] {
    display: block;
    position: relative;
    width: 100%;
}
.form-block form div.g-recaptcha {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
}
.form-block form button[type="submit"],
#form-container form.login-form .controls button[type="submit"] {
    display: block;
    position: relative;
    clear: both;
    float: left;
    padding: 10px 25px;
    margin: 0;
    border: none;
    background: rgba(11,102,81,1);
    color: #fff;
}


/* !pagination links */
ul.pagination-links {
    display: flex;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
    ul.pagination-links li {
        display: block;
        position: relative;
        flex-grow: 1;
        padding: 0;
        margin: 0;
        border-left: 1px solid rgba(11,102,81,1);
    }
    ul.pagination-links li:first-of-type { border: none; }
        ul.pagination-links li a {
            display: block;
            position: relative;
            padding: 10px 0;
            margin: 0;
            text-align: center;
            text-decoration: none;
        }
        ul.pagination-links li.active a {
            font-weight: 700;
            background: rgba(11,102,81,0.2);
        }


/* !Search Form */
form.search-form {
    display: block;
    position: relative;
    clear: none;
    float: right;
    width: 220px;
    margin: 0 0 1em 0;
    border: none;
}
.search-input {
    display: inline-block;
    width: 186px;
    align-items: center;
}
    .search-input label {
        margin: 0 1em 0 0;
        line-height: 1;
    }
form.search-form button[type="submit"] {
    display: block;
    position: relative;
    float: right;
    width: 34px;
    height: 32px;
    border: none;
    background: rgba(105,96,87,1);
    color: #fff;
}


/* !NWC Company properties styles */
ul.properties {
    display: flex;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
    ul.properties li {
        display: block;
        position: relative;
        float: left;
        flex-grow: 1;
        padding: 0 30px;
        margin: 0;
    }
        ul.properties li img {
            display: block;
            position: relative;
            float: left;
            width: 100%;
            opacity: 0.7;
        }
    .property-block ul.properties li a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 0;
        padding: 0;
        margin: 0 0 0 -5px;
        border-bottom: 5px solid transparent;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        transition: all 0.2s ease;
    }
    .property-block ul.properties li:hover a:before {
        border-bottom: 5px solid #000;
    }



/* !navigation area styles */
.main-nav ul.social {
    display: flex;
    position: absolute;
    column-gap: 0.5rem;
    top: 0;
    right: 240px;
    float: left;
    width: 10%;
    padding: 0;
    margin: 0;
    list-style: none;
}
    .main-nav ul.social li {
        display: block;
        position: relative;
        float: left;
        flex-grow: 1;

    }
        .main-nav ul.social li a {
            display: block;
            position: relative;
            width: 34px;
            height: 34px;
            padding: 8px;
            margin: 0;
            border-radius: 34px;
            background: rgba(105,96,87,1);
            color: #fff;
        }



/* ! filmstrip banner styles */
div#filmstrip div.banner { line-height: 0; }
div#filmstrip .slick-list .slick-slide > div { line-height: 0; }
div#filmstrip div.banner img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}


/* ! Banner styles */
div.banner-set {
    display: block;
    position: relative;
    float: left;
    width: 850px;
    padding: 0;
    margin: 0 0 15px 0;
}
    div.banner-set div.banner {
        display: block;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
    }
        div.banner-set div.banner img {
            display: block;
            position: relative;
            width: 100%;
            padding: 0;
            margin: 0;
        }
        div.banner-set div.banner div.banner-text { display: none; }



/* !home page styles */
main .container .introduction p {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    color: rgba(11,102,81,1);
}
main .container .introduction a { font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; text-decoration: none; color: rgba(11,102,81,1); }
main .container .introduction a:hover { text-decoration: underline; }

main .container .promise h2,
main .container .promise p {
    font-family: "Georgia", "Times New Roman", serif;
    color: #fff;
}
main .container .promise p { font-size: 20px; line-height: 26px; }
main .container .promise a { font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; text-decoration: none; color: #fff; }
main .container .promise a:hover { text-decoration: underline; }

main .container .history h2,
main .container .history p {
    font-family: "Georgia", "Times New Roman", serif;
    color: #fff;
}
main .container .history p { font-size: 20px; line-height: 26px; }
main .container .history a { font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; text-decoration: none; color: #fff; }
main .container .history a:hover { text-decoration: underline; }

.media-investors div.link-box {
    display: block;
    position: relative;
    float: right;
    width: 49%;
    min-height: 150px;
    padding: 0;
    margin: 0;
}
.media-investors div.link-box:first-of-type { float: left; }
.media-investors div.link-box img {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.media-investors div.link-box h3 {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    background: #ccc;
    color: #fff;
}
.media-investors div.link-box.media h3 { background: rgba(0,181,173,1); }
.media-investors div.link-box.investors h3 { background: rgba(125,104,152,1); }



/* !Sustainability Layout styles */
main.sustainability {
    display: block;
    position: relative;
}

/* !Sustainability Pillar styles */
main.pillar-2025 ul.sus-nav,
main.summary-governance ul.sus-nav,
main.promise ul.sus-nav {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    column-gap: 1px;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    list-style: none;
    font-size: 0.875rem;
    background: #fff;
}
    ul.sus-nav li {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 1 15%;
        height: 60px;
        padding: 0;
        margin: 0;
        border: none;
        background: none;
        overflow: hidden
    }
        ul.sus-nav li a {
            display: flex;
            position: absolute;
            flex-direction: column;
            justify-content: center;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            padding: 0 1rem;
            border: none;
            border-top-left-radius: 30px;
            font-weight: 700;
            text-align: center;
            text-decoration: none;
            line-height: 1.1;
            color: #000;
            transition: all 0.2s ease;
        }
        ul.sus-nav li:hover a,
        ul.sus-nav li.at a { background: #0B6651; color: #fff; }
        ul.sus-nav li.people:hover a,
        ul.sus-nav li.people.at a { background: #3c4981; color: #fff; }
        ul.sus-nav li.planet:hover a,
        ul.sus-nav li.planet.at a { background: #367167; color: #fff;}
        ul.sus-nav li.partnerships:hover a,
        ul.sus-nav li.partnerships.at a { background: #1a70b3; color: #fff; }
/*
    ul.sus-nav {
        display: flex;
        position: relative;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        column-gap: 1px;
        padding: 0;
        margin: 0 0 15px 0;
        border: none;
        list-style: none;
        font-size: 0.875rem;
        background: #fff;
    }
        ul.sus-nav li {
            display: flex;
            position: relative;
            flex-direction: column;
            justify-content: center;
            flex: 1 1 12%;
            height: 60px;
            padding: 0;
            margin: 0;
            border-bottom: 3px solid transparent;
            line-height: 1.1;
            background: #eee;
            overflow: hidden;
        }
            ul.sus-nav li a {
                display: block;
                position: relative;
                width: 100%;
                padding: 1rem 0;

                text-align: center;
                text-decoration: none;
                color: #666;
                transition: all 0.2s ease;
            }
            ul.sus-nav li:hover,
            ul.sus-nav li.at {
                border-bottom: 3px solid #206a51;
            }
            ul.sus-nav li:hover a,
            ul.sus-nav li.at a {
                color: #000;
            }
*/
    div.sus-section {
        display: block;
        position: relative;
        clear: both;
        float: left;
        width: 100%;

        padding: 0;
        margin: 0;
        background: #ccc;
    }
    main.summary-governance div.sus-section,
    main.summary-governance-new div.sus-section { background: #006751; }
    main.stronger-communities div.sus-section { background: #49619b; }
    main.quality-of-life div.sus-section { background: #f04b5b; }
    main.empowered-employees div.sus-section { background: #257fc3; }
    main.respect-for-the-environment div.sus-section { background: #5fbc5b; }
    main.summary-governance a { text-decoration: none; color: #006751; }
    main.stronger-communities a { text-decoration: none; color: #49619b; }
    main.quality-of-life a { text-decoration: none; color: #f04b5b; }
    main.empowered-employees a { text-decoration: none; color: #257fc3; }
    main.respect-for-the-environment a { text-decoration: none; color: #5fbc5b; }
    main.people a { text-decoration: none; color: #3c4981; }
    main.planet a { text-decoration: none; color: #367167; }
    main.partnerships a { text-decoration: none; color: #1a70b3; }
        div.sus-section h1 {
            display: block;
            position: relative;
            width: 100%;
            padding: 40px 0 40px 180px;
            margin: 0;
            text-transform: uppercase;
            vertical-align: middle;
            color: #fff;
        }
            div.sus-section h1 span {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                vertical-align: middle;
                width: 150px;
                padding: 15px;
                font-size: 10px;
                background: #000;
                box-shadow: -150px 0px 0px #000, -300px 0px 0px #000, -450px 0px 0px #000;
            }
            main.summary-governance div.sus-section h1 span,
            main.summary-governance-new div.sus-section h1 span { padding: 35px 0 10px 0; }
                div.sus-section h1 span img {
                    display: block;
                    position: relative;
                    height: 85px;
                    margin: 0 auto;
                    vertical-align: middle;
                }
                main.summary-governance div.sus-section h1 span img,
                main.summary-governance-new div.sus-section h1 span img { max-width: 100px; height: auto; }
            main.summary-governance .summary-intro .cke > div.c1 ul {
                display: flex;
                position: relative;
                justify-content: flex-start;
                flex-wrap: nowrap;
                column-gap: 2%;
                row-gap: 1.25rem;
                width: 100%;
                padding: 0 1rem;
                margin: 0 0 15px 0;
                list-style: none;
                font-size: 14px;
            }
                main.summary-governance .summary-intro .cke > div.c1 ul li {
                    display: block;
                    position: relative;
                    flex-basis: 32%;
                    max-width: 32%;
                    padding: 0;
                    margin: 0;
                    text-align: center;
                    line-height: 1.1;
                }
                    main.summary-governance .summary-intro .cke > div.c1 ul li a {
                        display: block;
                        position: relative;
                        text-decoration: none;
                        color: #000;
                        transition: all 0.2s ease;
                    }
                    main.summary-governance .summary-intro .cke > div.c1 ul li a:hover {
                        letter-spacing: 0.5px;
                    }
                        main.summary-governance .summary-intro .cke > div.c1 ul li a img {
                            display: block;
                            width: 100%;
                            height: auto;
                            margin: 0 auto 10px auto;
                            box-shadow: 0px 0px 5px #000;
                            transition: all 0.2s ease;
                        }
                        main.summary-governance .summary-intro .cke > div.c1 ul li a:hover img {
                            box-shadow: 0px 0px 10px #000;
                        }
        div.sustainability-intro {
            margin: 0 0 1.5rem 0;
        }
            div.sustainability-intro div.c1 {
                display: flex;
                position: relative;
                justify-content: flex-start;
                align-items: center;
                flex-wrap: wrap;
                column-gap: 4%;
                row-gap: 1rem;
                width: 100%;
                padding: 0;
                margin: 0;
            }
                div.sustainability-intro div.c1 > div.report-cover {
                    display: block;
                    position: relative;
                    flex-basis: 28%;
                    max-width: 28%;
                }
                div.sustainability-intro div.c1 > div.report-intro {
                    display: block;
                    position: relative;
                    flex-basis: 68%;
                    max-width: 68%;
                    padding: 0 3rem 0 0;
                }

        div.report-set {
            display: flex;
            position: relative;
            justify-content: flex-start;
            flex-wrap: wrap;
            column-gap: 2%;
            row-gap: 1rem;
            width: 100%;
            padding: 0;
            margin: 0;
        }
            div.report-set div.report-category {
                display: flex;
                position: relative;
                flex-direction: column;
                flex-wrap: nowrap;
                row-gap: 0.5rem;
                justify-content: flex-start;
                flex-basis: 32%;
                max-width: 32%;
            }
                div.report-set div.report-category h3 {
                    height: 3.5rem;
                }
                div.report-set div.report-category ul {
                    padding: 0;
                    list-style: none;
                    font-size: 0.875rem;
                }
                    div.report-set div.report-category ul li {
                        display: flex;
                        position: relative;
                        justify-content: flex-start;
                        align-items: center;
                        column-gap: 0.625rem;
                        width: 100%;
                        padding: 0;
                        margin: 0 0 0.75rem 0;
                    }
                        div.report-set div.report-category ul li > img {
                            display: block;
                            position: relative;
                            flex-basis: 35px;
                            max-width: 35px;
                        }
                        div.report-set div.report-category ul li > a {
                            display: block;
                            position: relative;
                            flex-basis: 50%;
                            flex-grow: 1;
                            line-height: 1.1;
                            text-decoration: none;
                            color: #000;
                        }


        main.sustainability .stat-block,
        main.sustainability .overview-block,
        main.sustainability .main-region {
            display: block;
            position: relative;
            clear: both;
            float: left;
            width: 1050px;
            padding: 30px 0;
            margin-left: 150px;
        }
        main.sustainability .stat-block {
            padding: 0;
            margin: 5px 0 5px 150px;
            background: #fff;
        }
            main.sustainability .stat-block .stats {
                display: block;
                position: relative;
                float: left;
                width: 50%;
                padding: 15px;
            }
                main.sustainability .stat-block .stats .cke > .c1 {
                    padding: 15px 0;
                    margin: 0;
                    border-top: 1px solid #000;
                }
                main.sustainability .stat-block .stats .cke > .c1:first-child {
                    padding: 0 0 15px 0;
                    border: none;
                }
                main.sustainability .stat-block .stats h2 {
                    margin: 0 0 10px 0;
                    font-size: 24px;
                    text-transform: uppercase;
                }
                main.sustainability .stat-block .stats h3 {
                    margin: 0 0 10px 0;
                    font-size: 2.375rem;
                    line-height: 1;
                    text-transform: uppercase;
                }
                main.sustainability .stat-block .stats p {
                    margin: 0;
                    line-height: 1.1;
                }
            main.sustainability.stronger-communities .stat-block .stats { background: rgba(74,99,156,0.1); }
                main.sustainability.stronger-communities h2,
                main.sustainability.stronger-communities h3 { color: #49619b; }
            main.sustainability.quality-of-life .stat-block .stats { background: rgba(240,75,91,0.1); }
                main.sustainability.quality-of-life h2,
                main.sustainability.quality-of-life h3 { color: #f04b5b; }
            main.sustainability.empowered-employees .stat-block .stats { background: rgba(37,126,194,0.1); }
                main.sustainability.empowered-employees h2,
                main.sustainability.empowered-employees h3 { color: #257fc3; }
            main.sustainability.respect-for-the-environment .stat-block .stats { background: rgba(94,189,91,0.1); }
                main.sustainability.respect-for-the-environment h2,
                main.sustainability.respect-for-the-environment h3 { color: #5fbc5b; }
            main.sustainability .stat-block .stats-image {
                display: block;
                position: absolute;
                float: right;
                width: 50%;
                top: 0;
                right: 0;
                bottom: 0;
                padding: 0;
                margin: 0;
            }
            main.sustainability .overview-block {
                padding: 15px 0;
                margin: 0 0 5px 150px;
            }
                main.sustainability .overview-block .overview-image {
                    display: block;
                    position: relative;
                    float: left;
                    width: 35%;
                    padding: 0;
                    margin: 0;
                }
                main.sustainability .overview-block .overview {
                    display: block;
                    position: relative;
                    float: right;
                    width: 65%;
                    padding: 0 15px;
                }
                    main.sustainability .overview-block .overview h2 {
                        margin: 0 0 5px 0;
                        font-size: 20px;
                        line-height: 1;
                    }
                    main.sustainability .overview-block .overview p {
                        line-height: 1.1;
                    }
            main.sustainability .goals {

            }
                main.sustainability .goals h2 {
                    font-style: italic;
                    color: #000;
                }
                main.sustainability .goals.section h2 {
                    font-style: normal;
                    color: #fff;
                }
                main.sustainability .goals h3.commitment {
                    display: block;
                    position: relative;
                    width: 100%;
                    padding: 15px;
                    margin: 0;
                    line-height: 1.25;
                    background: #000;
                    color: #fff;
                }
                main.sustainability .goals .commitments-table {
                    display: table;
                    clear: both;
                    float: none;
                    width: 100%;
                    padding: 0;
                    margin: 0;
                    font-size: 14px;
                    line-height: 1.1;
                    background: #fff;
                    color: #000;
                }
                    main.sustainability .goals .commitments-table thead tr,
                    main.sustainability .goals .commitments-table tbody tr {
                        display: table-row;
                        position: relative;
                        width: 100%;
                        padding: 0;
                        margin: 0;
                    }
                    main.sustainability.summary-governance .goals thead { background: #c7994b; color: #fff; }
                    main.sustainability.stronger-communities .goals thead { background: #49619b; color: #fff; }
                    main.sustainability.quality-of-life .goals thead { background: #f04b5b; color: #fff; }
                    main.sustainability.empowered-employees .goals thead { background: #257fc3; color: #fff; }
                    main.sustainability.respect-for-the-environment .goals thead { background: #5fbc5b; color: #fff; }

                    main.sustainability.summary-governance .goals tbody > tr:nth-child(odd) { background: rgba(0,103,80,0.2); }
                    main.sustainability.stronger-communities .goals tbody > tr:nth-child(odd) { background: rgba(74,99,156,0.2); }
                    main.sustainability.quality-of-life .goals tbody > tr:nth-child(odd) { background: rgba(240,75,91,0.2); }
                    main.sustainability.empowered-employees .goals tbody > tr:nth-child(odd) { background: rgba(37,126,194,0.2); }
                    main.sustainability.respect-for-the-environment .goals tbody > tr:nth-child(odd) { background: rgba(94,189,91,0.2); }

                    main.sustainability.summary-governance .goals tbody > tr:nth-child(even) { background: rgba(0,103,80,0.4); }
                    main.sustainability.stronger-communities .goals tbody > tr:nth-child(even) { background: rgba(74,99,156,0.4); }
                    main.sustainability.quality-of-life .goals tbody > tr:nth-child(even) { background: rgba(240,75,91,0.4); }
                    main.sustainability.empowered-employees .goals tbody > tr:nth-child(even) { background: rgba(37,126,194,0.4); }
                    main.sustainability.respect-for-the-environment .goals tbody > tr:nth-child(even) { background: rgba(94,189,91,0.4); }

                        main.sustainability .goals .commitments-table thead tr > th { margin: 0; color: #fff; }
                        main.sustainability .goals .commitments-table thead tr > th,
                        main.sustainability .goals .commitments-table tbody tr > td {
                            position: relative;
                            width: 50%;
                            padding: 10px;
                            border: none;
                            border-left: 1px solid #fff;
                            vertical-align: top;
                        }
                        main.sustainability .goals .commitments-table tr > th { font-size: 18px; }
                        main.sustainability .goals .commitments-table tr > th:first-child,
                        main.sustainability .goals .commitments-table tr > td:first-child { width: 50%; border: none; }
                        main.sustainability.summary-governance .goals .commitments-table thead tr > th:first-child,
                        main.sustainability.summary-governance .goals .commitments-table tbody tr > td:first-child { width: 50%; }
                        main.sustainability .goals .commitments-table tr > th:last-child,
                        main.sustainability .goals .commitments-table tr > td:last-child { width: 50%; }
                        main.sustainability.summary-governance .goals .commitments-table thead tr > th:last-child,
                        main.sustainability.summary-governance .goals .commitments-table tbody tr > td:last-child { width: 50%; }
                            main.sustainability .goals .commitments-table tbody tr > td p { margin: 0; }


/*
main.pillar#pillar-1 h2,
main.pillar#pillar-1 h3 { color: #0076BE; }
main.pillar#pillar-2 h2,
main.pillar#pillar-2 h3 { color: #BF2F42; }
main.pillar#pillar-3 h2,
main.pillar#pillar-3 h3 { color: #307E3A; }
main.pillar#pillar-4 h2,
main.pillar#pillar-4 h3 { color: #8A77A2; }
*/

main.pillar-2025.people strong { color: #3c4981; }
main.pillar-2025.planet strong { color: #367167; }
main.pillar-2025.partnerships strong { color: #1a70b3; }

main.pillar div.pillar-banner,
div.pillar-banner-2025 {
    display: block;
    position: relative;
}
main.pillar div.pillar-banner img,
 div.pillar-banner-2025 img {
    display: block;
    position: relative;
}
div.pillar-banner-2025 h2 {
    display: block;
    position: absolute;
    top: 55%;
    left: 2rem;
    margin-left: -5px;
    font-size: 4.5rem;
    text-shadow: 3px 0px 3px #000;
    color: #fff !important;
}
div.pillar-banner-2025 p.sdg {
    display: block;
    position: absolute;
    top: 73%;
    left: 2rem;
    font-size: 1.25rem;
    font-weight: 500;
    text-shadow: 2px 0px 2px #000;
    color: #fff;
}
div.pillar-banner-2025 div.sdg-set {
    display: flex;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 1rem;
    width: 425px;
    padding: 0;
    margin: 0;
}
    div.sdg-set img {
        display: block;
        position: relative;
        flex: 0 0 15%;
        max-width: 15%;
        border: 1px solid #fff;
    }
    div.pillar-banner-2025 p.caption {
        display: block;
        position: absolute;
        bottom: 2rem;
        right: 2rem;
        margin: 0;
        font-size: 1rem;
        font-weight: 300;
        text-align: right;
        line-height: 1;
        text-shadow: 2px 0px 2px #000;
        color: #fff;
    }






main.pillar div.pillar-banner h2 {
    display: block;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    font-size: 4.5rem;
    color: #fff !important;
}
main.pillar div.pillar-banner h2 span { font-size: 1.5rem; font-weight: 400; }
main.pillar section.pillar-copy,
main.pillar-2025 section.pillar-copy {
    display: block;
    position: relative;
    max-width: 800px;
    margin: 3rem auto;
}
    main.pillar .container .commitment,
    main.pillar-2025 .container .commitment {
        background: none;
    }
    main.pillar-2025 section.pillar-copy ul li {
        margin: 0 0 1.25rem 0;
    }

/* !Pillar Commitments table styles */
div.commitments table.commitments-table thead th {
    padding: 1rem;
    border: none;
    font-size: 1.25rem;
}
div.commitments table.commitments-table thead tr th:first-child { border-right: 1px solid #fff; }
div.commitments table.commitments-table tbody td {
    padding: 1rem;
    border: none;
    vertical-align: top;
    color: #707070;
}
div.commitments table.commitments-table tbody td ul { margin: 0; padding: 0 0 0 20px; }
div.commitments table.commitments-table tbody td ul li { margin-bottom: 1rem; }
div.commitments table.commitments-table tbody tr td:first-child { width: 35%; }
main.pillar#pillar-1 div.commitments table.commitments-table { border: 1px solid #0076BE; border-top: none; }
main.pillar#pillar-1 div.commitments table.commitments-table thead { background: #0076BE; color: #fff; }
main.pillar#pillar-1 div.commitments table.commitments-table tbody tr td { border-top: 1px solid #0076BE; }
main.pillar#pillar-1 div.commitments table.commitments-table tbody tr td:first-child { border-right: 1px solid #0076BE; color: #0076BE; }


main.pillar#pillar-2 div.commitments table.commitments-table { border: 1px solid #BF2F42; border-top: none; }
main.pillar#pillar-2 div.commitments table.commitments-table thead {}
main.pillar#pillar-2 div.commitments table.commitments-table thead { background: #BF2F42; color: #fff; }
main.pillar#pillar-2 div.commitments table.commitments-table tbody tr td { border-top: 1px solid #BF2F42; }
main.pillar#pillar-2 div.commitments table.commitments-table tbody tr td:first-child { border-right: 1px solid #BF2F42; color: #BF2F42; }


main.pillar#pillar-3 div.commitments table.commitments-table { border: 1px solid #307E3A; border-top: none; }
main.pillar#pillar-3 div.commitments table.commitments-table thead {}
main.pillar#pillar-3 div.commitments table.commitments-table thead { background: #307E3A; color: #fff; }
main.pillar#pillar-3 div.commitments table.commitments-table tbody tr td { border-top: 1px solid #307E3A; }
main.pillar#pillar-3 div.commitments table.commitments-table tbody tr td:first-child { border-right: 1px solid #307E3A; color: #307E3A; }


main.pillar#pillar-4 div.commitments table.commitments-table { border: 1px solid #8A77A2; border-top: none; }
main.pillar#pillar-4 div.commitments table.commitments-table thead {}
main.pillar#pillar-4 div.commitments table.commitments-table thead { background: #8A77A2; color: #fff; }
main.pillar#pillar-4 div.commitments table.commitments-table tbody tr td { border-top: 1px solid #8A77A2; }
main.pillar#pillar-4 div.commitments table.commitments-table tbody tr td:first-child { border-right: 1px solid #8A77A2; color: #8A77A2; }





/* !Promise layout styles */
div.banner-promise .banner > div.banner-text {
    top: auto;
    bottom: 0;
    transform: translateY(10px);
}
    div.banner-promise .banner > div.banner-text h2 {
        font-size: 4rem;
        letter-spacing: 2px;
        text-shadow: 3px 3px 3px #000;
        text-transform: none;
    }
.promise-intro blockquote {
    padding: 2rem 7rem;
    border: none;
    text-align: center;
}
    .promise-intro blockquote p {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.5;
        color: rgba(11,102,81,0.8);
    }
.commitment > h2 { color: #fff; }
main .container .pillar.wellbeing { padding-top: 60px; }
.wellbeing h2 { color: rgba(208,155,44,1); }
.community h2 { color: rgba(59,176,60,1); }
.inclusion h2 { color: rgba(0,71,187,1); }


/* !General List module styles */
div.success-set,
div.join-set,
div.testimonial-set {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 1.5em 0;
}
    div.success-set div.success,
    div.join-set div.join,
    div.testimonial-set div.testimonial {
        display: flex;
        position: relative;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 1em 0;
        margin: 0;
        border-top: 1px solid rgba(0,71,187,1);
    }
    div.testimonial-set div.testimonial { flex-wrap: wrap; }
    div.success-set div.success:first-child,
    div.join-set div.join:first-child,
    div.testimonial-set div.testimonial:first-child {
        border: none;
    }
        div.success-set div.success > img,
        div.join-set div.join > img,
        div.testimonial-set div.testimonial > img {
            display: block;
            position: relative;
            width: 35%;
            padding: 0;
            margin: 0;
        }
        div.success-set div.success > div.description,
        div.join-set div.join > div.description,
        div.testimonial-set div.testimonial > div.description {
            display: block;
            position: relative;
            width: 65%;
            padding: 0 0 0 2%;
            margin: 0;
        }
            div.success-set div.success > div.description > a,
            div.testimonial-set div.testimonial > div.description > a {
                font-weight: 700;
            }
        div.testimonial-set div.testimonial blockquote {
            position: relative;
            padding: 1em;
            margin: 1em 0 0 0;
            border-left: 5px solid rgba(0,71,187,1);
            font-style: italic;
            color: rgba(0,71,187,1);
        }
        div.testimonial-set div.testimonial blockquote:before {
            content: "";
            display: block;
            position: relative;
            width: 80px;
            height: 50px;
            margin-bottom: 0.5rem;
            background: url("../svg/icon-quote.svg") no-repeat -10px center;
            background-size: 80px 80px;
        }
            div.testimonial-set div.testimonial blockquote span {
                font-weight: 700;
            }
div.section-nav {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 1.25rem;
    width: 100%;
    padding: 0;
    margin: 0;
}
    div.section-nav div.section-nav-item {
        display: block;
        position: relative;
        flex-basis: 49%;
        max-width: 49%;
        padding: 1rem;
        margin: 0;
        border: 1px solid #ccc;
        text-align: center;
    }
        div.section-nav div.section-nav-item h3 {
            font-size: 1.25rem;
            font-weight: 300;
        }
        div.section-nav div.section-nav-item a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 1;
        }



/* !content section styles */
.section {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 1px 0;
}
    .section h2 {
        display: block;
        position: relative;
        clear: both;
        float: left;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-size: 24px;
        background: rgba(11,102,81,1);
        color: #fff;
    }
    .section h2:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        padding: 0;
        margin: -5px 0 0 0;
        border: none;
        border-top: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        transition: all 0.5s ease;
        cursor: pointer;
    }
    .section h2.active:after {
        transform: rotate(-180deg);
    }
    .section .cke {
        display: none;
        position: relative;
        clear: both;
        width: 100%;
        padding: 15px;
        margin: 0;
        background: rgba(255,255,255,0.5);
    }
    .section + h2 { clear: both; padding-top: 15px; }


/* ! Locations module styles */
.operation-locations{
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 15px 60px;
    margin: 0;
}
    .operation-locations div.map {
        margin: 0 0 15px 0;
    }
    .operation-locations > ul {
        display: flex;
        position: relative;
        float: left;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin: 0 0 15px 0;
        list-style: none;
    }
        .operation-locations > ul li {
            display: block;
            position: relative;
            float: left;
            flex-grow: 1;
            justify-content: space-around;
            padding: 0;
            margin: 0 7px 10px 8px;
        }
            .operation-locations > ul li a {
                display: block;
                position: relative;
                width: 100%;
                padding: 10px;
                margin: 0;
                text-align: center;
                text-decoration: none;
                font-weight: 700;
                background: rgba(59,176,60,0.7);
                color: #fff;
            }
            .operation-locations > ul li a.active {
                background: rgba(59,176,60,1);
            }
/*
.locations {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
}
    .locations h3 {
        padding: 10px 15px;
        margin: 0 0 15px 0;
        background: rgba(59,176,60,1);
        color: #fff;
    }
    .locations a.back {
        display: none;
        position: relative;
        clear: both;
        float: left;
        padding: 0;
        margin: 0;
    }
    .locations div.location {
        display: block;
        position: relative;
        float: right;
        width: 49.5%;
        padding: 15px;
        margin: 0 0 15px 0;
        background: rgba(255,255,255,0.5);
    }
    .locations div.location:nth-of-type(2n+1) {
        clear: both;
        float: left;
    }
        .locations div.location div.location-contact {
            display: block;
            position: relative;
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
        }
            .locations div.location div.location-contact h4 {
                margin: 0 0 10px 0;
            }
*/
.operation-services {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 0 60px;
    margin: 0;
}
    .operation-services h2,
    .operation-services h3 {
        clear: both;
    }
    .operation-services h4 {
        clear: both;
        padding: 10px 15px;
        margin: 0 0 15px 0;
        background: rgba(59,176,60,1);
        color: #fff;
    }
    .operation-services p {
        display: block;
        clear: both;
        float: left;
        width: 100%;
        padding: 0 15px;
        margin: 0 0 15px 0;
    }
    .operation-services p img {
        display: block;
        position: relative;
        float: right;
        padding: 0;
        margin: 0 0 0 30px;
    }




/* ! Bulletins module styles */
div.news-set {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
    div.news-set .featured {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }
        div.news-set .featured article {
            display: block;
            position: relative;
            float: right;
            width: 49.5%;
            min-height: 320px;
            padding: 25px 15px 15px 15px;
            margin: 0 0 10px 0;
            color: #fff;
        }
        div.news-set .featured article.feature_1,
        div.news-set .featured article.article_archive { background: rgba(59,176,60,1); }
        div.news-set .featured article.feature_2 { background: rgba(0,181,173,1); }
        div.news-set .featured article.feature_3 { background: rgba(125,104,152,1); }
        div.news-set .featured article.feature_4 { background: rgba(208,155,44,1); }
        div.news-set .featured article.feature_5 { background: rgba(11,102,81,1); }
        div.news-set .featured article:nth-of-type(2n+1) {
            clear: both;
            float: left;
        }
            div.news-set .featured article h3 { margin: 0 0 5px 0; }
                div.news-set .featured article h3 a {
                    text-decoration: none;
                    color: #fff;
                }
            div.news-set .featured article h4 {
                margin: 0 0 10px 0;
                font-size: 18px;
                line-height: 22px;
            }
            div.news-set .featured article div.actions {
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                right: 0;
                padding: 0 15px;
                font-weight: 700;
                text-align: right;
            }
                div.news-set .featured article div.actions a {
                    display: block;
                    padding: 15px 0;
                    text-decoration: none;
                    color: #fff;
                }
                div.news-set .featured article div.actions a:hover {
                    text-decoration: underline;
                }
div.news-archive {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
    div.news-archive article {
        display: block;
        position: relative;
        clear: both;
        float: left;
        width: 100%;
        padding: 15px 15px 0 15px;
        margin: 0 0 15px 0;
    }
    div.news-archive article:nth-of-type(5n+1) { background: rgba(59,176,60,1); }
    div.news-archive article:nth-of-type(5n+2) { background: rgba(0,181,173,1); }
    div.news-archive article:nth-of-type(5n+3) { background: rgba(125,104,152,1); }
    div.news-archive article:nth-of-type(5n+4) { background: rgba(208,155,44,1); }
    div.news-archive article:nth-of-type(5n) { background: rgba(11,102,81,1); }
        div.news-archive article h3 {
            display: block;
            position: relative;
            width: 100%;
            padding: 0;
            margin: 0 0 10px 0;
        }
            div.news-archive article h3 a {
                text-decoration: none;
                color: #fff;
            }
        div.news-archive article p {
            color: #fff;
        }
        div.news-archive article div.actions {
            display: block;
            position: relative;
            width: 100%;
            padding: 0;
            margin: 0;
        }
            div.news-archive article div.actions a {
                display: block;
                position: relative;
                padding: 15px 0;
                font-weight: 700;
                text-align: right;
                text-decoration: none;
                color: #fff;
            }
div.article {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 30px 0;
    margin: 0;
}
    div.article div[itemprop="image"] {
        display: block;
        position: relative;
        clear: both;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }
        div.article div[itemprop="image"] img {
            width: 100%;
        }
    div.article div.actions {
        display: block;
        position: relative;
        clear: both;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }
        div.article div.actions a {
            display: block;
            position: relative;
            text-align: right;
            padding: 10px 0;
            margin: 0;
            text-decoration: none;
        }


/* ! Staff module styles */
div.staff-set {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
    div.staff-set div.staff {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        padding: 30px 0;
        margin: 0;
        border-top: 1px solid rgba(11,102,81,1);
    }
    div.staff-set div.staff:first-of-type { padding: 0 0 15px 0; border: none; }
        div.staff-set div.staff img {
            display: block;
            position: relative;
            float: right;
            width: 25%;
            padding: 0 0 0 2%;
            margin: 0;
        }
        div.staff-set div.staff div.staff-copy {
            display: block;
            position: relative;
            float: left;
            width: 75%;
            padding: 0 0 15px 0;
            margin: 0;
        }
            div.staff-set div.staff div.staff-copy > h4 {
                margin: 0 0 0.5em 0;
                font-weight: 600;
            }


/* !document module styles for Media Releases */
div.document-set,
div.media-releases {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 1.5em 0;
}
    div.document-category {
        display: block;
        position: relative;
        clear: both;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0 0 1px 0;
    }
        div.document-category h3 {
            display: block;
            position: relative;
            clear: both;
            float: left;
            width: 100%;
            padding: 10px;
            margin: 0;
            background: rgba(11,102,81,1);
            color: #fff;
        }
        div.media-releases div.document-category h3 {
            background: rgba(0,181,173,1);
            color: #fff;
        }
        div.document-category h3:after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            right: 10px;
            padding: 0;
            margin: -5px 0 0 0;
            border: none;
            border-top: 10px solid #fff;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            transition: all 0.5s ease;
            cursor: pointer;
        }
        div.document-category h3.active:after {
            transform: rotate(-180deg);
        }
            div.document-category ul {
                display: none;
                position: relative;
                float: left;
                width: 100%;
                padding: 0;
                margin: 0;
                list-style: none;
                transition: all 0.2s ease;
            }
                div.document-category ul li {
                    display: block;
                    position: relative;
                    clear: both;
                    float: left;
                    width: 100%;
                    padding: 0;
                    margin: 0;
                    border-top: 1px solid #000;
                }
                div.document-category ul li:first-of-type { border: none; }
                    div.document-category ul li h4 {
                        display: block;
                        position: relative;
                        float: left;
                        width: 85%;
                        padding: 10px 5px;
                        margin: 0;
                        font-size: 14px;
                        line-height: 20px;
                    }
                    div.document-category ul li a {
                        display: block;
                        position: relative;
                        float: right;
                        width: 15%;
                        padding: 5px;
                        margin: 5px 0;
                        font-size: 14px;
                        font-weight: 700;
                        line-height: 20px;
                        text-align: center;
                        text-decoration: none;
                        background: rgba(11,102,81,1);
                        color: #fff;
                    }
                    div.media-releases div.document-category ul li a {
                        background: rgba(0,181,173,1);
                        color: #fff;
                    }



/* !cats system jobs styles */
div.cats-job-list {
    margin-bottom: 2rem;
}
div.cats-job-list h4 {
    font-size: 24px;
    font-weight: 600;
}
div.cats-multiselect-option input[type="checkbox"] {
    display: inline-block;
    position: relative;
    min-width: 13px;
}



/* ! Footer styles */
footer div.logo {
    display: block;
    position: relative;
    float: left;
    width: 25%;
    height: 100px;
    text-decoration: none;
    color: inherit;
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    text-indent: -9999em;
    transition: all .2s;
    background: url("../png/logo_nwc_white.png") no-repeat center center;
    background-size: contain;
}

footer ul.footer-nav {
    display: flex;
    position: relative;
    float: left;
    width: 60%;
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}
    footer ul.footer-nav li {
        display: block;
        position: relative;
        float: left;
        flex-grow: 1;
        padding: 0;
        margin: 0;
        border-left: 1px solid #fff;
    }
    footer ul.footer-nav li:first-of-type { border: none; }
        footer ul.footer-nav li a {
            display: block;
            position: relative;
            padding: 0 5px;
            margin: 0;
            text-align: center;
            text-decoration: none;
            color: #fff;
        }

footer ul.social {
    display: flex;
    position: relative;
    float: right;
    width: 10%;
    padding: 0;
    margin: 15px 0 0 0;
    list-style: none;
}
    footer ul.social li {
        display: block;
        position: relative;
        float: left;
        flex-grow: 1;

    }
        footer ul.social li a {
            display: block;
            position: relative;
            width: 34px;
            height: 34px;
            padding: 8px;
            margin: 0;
            border-radius: 34px;
            background: rgba(105,96,87,1);
            color: #fff;
        }

footer p {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
}


/* !Name Our Store styles */
main.name-store a { color: rgba(102,131,146,1); }
main.name-store img { display: inline-block; max-width: 100%; }
main.name-store .container .introduction h2,
main.name-store .container .terms h2 {
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
    background: rgba(247,235,39,1);
    color: rgba(102,131,146,1);
}
main.name-store .container .terms h2 { background: none; }
main.name-store .container .introduction h3,
main.name-store .container .terms h3 {
    color: rgba(102,131,146,1);
}
main.name-store .container .introduction .main-region > h2:first-of-type {
    font-size: 80px;
    letter-spacing: 5px;
    background: none;
}
main.name-store .container .introduction p { line-height: 1; }
