﻿.banner {

}

p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.green-gradient-bg {
    background: linear-gradient(298deg, #D1E7DD 60%, #FFFFFF 100%);
    box-shadow: 0px 3px 6px #00000029;
}

.green-gradient-bottom-curve-bg {
    background: linear-gradient(311deg, #D1E7DD 35%, #FFFFFF 95%);
    position: relative;
    padding-bottom: 216px;
}

.concave-down-curve {
    position: absolute;
    height: 140px;
    width: 100%;
    border-top-left-radius: 200% 25vw;
    border-top-right-radius: 200% 25vw;
    bottom: -2px;
    background-color: #FFFFFF;
}

#total-rewards-statement-section {
    text-align: center;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 80px;
}

    #total-rewards-statement-section h2 {
        line-height: 1.4;
    }

    #total-rewards-statement-section p {
        margin: 24px 0 32px;
    }

#benefits-section {
    width: 85%;
    margin: 0 auto;
    padding: 116px 0;
}

#plan-and-communicate-compensation-section {
    padding-top: 128px;
}

    #plan-and-communicate-compensation-section h2 {
        margin-bottom: 16px;
    }

    #plan-and-communicate-compensation-section p > a {
        text-decoration: underline;
        color: #006940;
    }

    #plan-and-communicate-compensation-section .d-flex {
        gap: 160px;
    }

    #plan-and-communicate-compensation-section ul {
        margin: 44px 0 52px;
    }

    #plan-and-communicate-compensation-section li {
        font-weight: bold;
        font-size: 18px;
        line-height: 1.5;
    }

        #plan-and-communicate-compensation-section li::marker {
            color: #006940;
        }

        #plan-and-communicate-compensation-section ul > li:not(:last-of-type) {
            margin-bottom: 28px;
        }

    #plan-and-communicate-compensation-section img {
        max-width: 848px;
        margin-bottom: 60px;
        width: 100%;
    }

    #plan-and-communicate-compensation-section a.btn {
        margin-bottom: 76px;
    }


#employee-total-rewards-section {
    margin-bottom: 168px;
} 

    #employee-total-rewards-section .accordion-header {
        margin-top: 60px;
    }

        #employee-total-rewards-section .accordion-header .header-section {
            width: 100%;
        }

    #employee-total-rewards-section h3 {
        font-size: 24px;
        line-height: 1.2;
        font-weight: bold;
        letter-spacing: 0.26px;
        color: #123925;
        margin-bottom: 4px;
    }

    #employee-total-rewards-section > h2 {
        margin-bottom: 20px;
    }

.card-accordion-container .accordion-panel:nth-of-type(1) .middle-section .d-flex {
    gap: 72px;
}

    .card-accordion-container .accordion-panel:nth-of-type(1) .middle-section .d-flex .icon-info-card:not(:last-of-type) {
        margin-bottom: 32px;
    }

    .card-accordion-container .middle-section .icon-info-card .icon-container {
        text-align: center;
    }

    .card-accordion-container .accordion-panel:nth-of-type(2) .d-flex > div:first-of-type {
        flex: 4;
    }

    .card-accordion-container .accordion-panel:nth-of-type(2) .d-flex > div:last-of-type {
        flex: 3;
    }

    .card-accordion-container .accordion-panel:nth-of-type(3) .d-flex > div:first-of-type {
        flex: 3;
    }

    .card-accordion-container .accordion-panel:nth-of-type(3) .d-flex > div:last-of-type {
        flex: 4;
    }

    .card-accordion-container .accordion-panel:nth-of-type(2) .d-flex,
    .card-accordion-container .accordion-panel:nth-of-type(3) .d-flex {
        gap: 48px;
    }

.card-accordion-container#employee-total-rewards-section .accordion-panel .panel-title {
    margin-bottom: 16px;
    text-transform: none;
}

.card-accordion-container#employee-total-rewards-section .accordion-panel .panel-description {
    margin-bottom: 32px;
}

    .card-accordion-container#employee-total-rewards-section .accordion-panel .panel-description a {
        font-size: 18px;
    }

#competitive-advantage-section {
    display: flex;
    box-shadow: 0px 3px 8px #00000029;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    gap: 56px;
    padding: 48px 64px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 176px;
}

    #competitive-advantage-section .icon-container {
        flex: 2;
    }

    #competitive-advantage-section .info-container {
        flex: 3;
        align-content: center;
    }

    #competitive-advantage-section .info-title {
        font: normal normal bold 24px/32px Roboto;
        color: #123925;
        margin-bottom: 16px;
    }

    #competitive-advantage-section .info-content {
        font: normal normal normal 16px/22px Roboto;
        color: #424242;
    }

    #competitive-advantage-section .btn {
        margin-top: 32px;
    }

#insights-section {
    width: 85%;
    margin: 176px auto 56px;
}

    #insights-section .d-flex {
        gap: 28px;
    }

        #insights-section .d-flex > div {
            flex: 1;
        }

    #insights-section .subheadline {
        font: normal normal bold 24px/28px Roboto;
        letter-spacing: 0.26px;
        color: #006940;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    #insights-section h2 {
        font: normal normal bold 30px/35px Roboto;
        letter-spacing: 0.32px;
        color: #333333;
        margin-bottom: 28px;
    }

    #insights-section .post-container {
        margin: 0;
    }

    #insights-section .cta-container {
        margin-top: 28px;
    }

@media (max-width: 1024px) {

    #employee-total-rewards-section .tablet-card h3 {
        margin-bottom: 16px;
    }

    #employee-total-rewards-section .tablet-card .panel-description {
        margin-bottom: 32px;
    }

}

@media (max-width: 480px) {
    a.btn.btn-blue {
        padding: 20px 12px;
        width: 100%;
        height: auto !important;
        font-size: 18px !important;
        text-wrap: wrap;
    }

    #hero-section {
        padding: 52px 0 56px;
    }

        #hero-section h1 {
            padding-bottom: 16px;
        }

        #hero-section .page_subtitle {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 48px;
        }

    #total-rewards-statement-section {
        width: 100%;
        margin-top: 60px;
        padding-bottom: 60px;
    }

        #total-rewards-statement-section p {
            font-size: 16px;
            margin-bottom: 40px;
        }

    #benefits-section {
        width: 100%;
        padding: 60px 0 76px;
    }

    #plan-and-communicate-compensation-section {
        padding: 56px 0 0;
    }

        #plan-and-communicate-compensation-section h2 {
            margin-bottom: 12px;
        }

        #plan-and-communicate-compensation-section p {
            font-size: 16px;
        }

        #plan-and-communicate-compensation-section .d-flex {
            flex-direction: column;
            gap: 0px;
        }

        #plan-and-communicate-compensation-section ul {
            margin: 0;
        }

            #plan-and-communicate-compensation-section ul:first-of-type {
                margin-top: 32px;
            }

        #plan-and-communicate-compensation-section img {
            margin: 64px 0;
        }

        #plan-and-communicate-compensation-section a.btn {
            margin-bottom: 112px;
        }

    .concave-down-curve {
        height: 12px;
    }

    .green-gradient-bottom-curve-bg {
        padding-bottom: 0px;
    }

    #competitive-advantage-section {
        flex-direction: column;
        width: 100%;
        gap: 48px;
        margin-bottom: 88px;
        padding: 32px 24px 52px;
    }

        #competitive-advantage-section .btn {
            margin-top: 24px;
        }

    #employee-total-rewards-section {
        margin: 60px 0 80px;
    }

        #employee-total-rewards-section > h2 {
            margin-bottom: 12px;
        }

        #employee-total-rewards-section h3 {
            margin-bottom: 16px;
        }

        #employee-total-rewards-section .accordion-header {
            margin-top: 32px;
        }

        #employee-total-rewards-section .tablet-card .icon-info-card:not(:last-of-type) {
            margin-bottom: 40px;
        }

        #employee-total-rewards-section .tablet-card > img:not(:last-of-type) {
            margin-bottom: 24px;
        }

    #insights-section {
        width: 100%;
        margin: 88px 0 60px;
    }

        #insights-section .d-flex > :not(:first-of-type) {
            display: none;
        }

        #insights-section h2 {
            font-size: 32px;
        }

        #insights-section .subheadline {
            margin-bottom: 16px;
        }

        #insights-section .headline {
            margin-bottom: 36px;
        }

        #insights-section .cta-container {
            margin-top: 20px;
        }
}