.csr-intro {
    padding-bottom: 48px;
    background: linear-gradient(180deg, rgba(var(--theme-accent-rgb), .04), transparent 75%);
}

.csr-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--theme-accent);
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.csr-intro .section-title { margin-bottom: 18px; }
.csr-lead { max-width: 820px; margin: 0; color: rgba(var(--theme-navy-rgb), .74); font-size: 20px; line-height: 1.75; }
.csr-principles { padding: 0 0 30px; }

.csr-principle {
    position: relative;
    min-height: 230px;
    margin-bottom: 30px;
    padding: 34px 30px;
    overflow: hidden;
    background: rgba(var(--theme-accent-rgb), .055);
    border-top: 3px solid var(--theme-accent);
}

.csr-principle span {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(var(--theme-accent-rgb), .14);
    font-family: "Oswald", sans-serif;
    font-size: 54px;
    font-weight: 600;
}

.csr-principle h3 { position: relative; margin: 50px 0 12px; color: var(--theme-navy); font-size: 25px; }
.csr-principle p { position: relative; margin: 0; color: rgba(var(--theme-navy-rgb), .68); line-height: 1.7; }
.csr-content { background: rgba(var(--theme-accent-rgb), .025); }
.csr-copy { color: rgba(var(--theme-navy-rgb), .74); font-size: 17px; line-height: 1.85; }
.csr-copy h2, .csr-copy h3 { margin: 0 0 18px; color: var(--theme-navy); }
.csr-copy a { color: var(--theme-accent); }
.csr-copy h2:not(:first-child), .csr-copy h3:not(:first-child) { margin-top: 34px; }
.csr-copy p { margin-bottom: 18px; }
.csr-copy ul, .csr-copy ol { margin-bottom: 22px; padding-left: 22px; }
.csr-copy li { margin-bottom: 8px; }

/* Highlight the editable "Our areas of focus" content as feature cards. */
.csr-copy > h3:first-of-type {
    position: relative;
    margin: 42px 0 26px;
    padding: 0 0 14px 18px;
    border-left: 4px solid var(--theme-accent);
    border-bottom: 1px solid rgba(var(--theme-accent-rgb), .16);
    counter-reset: csr-focus;
}

.csr-copy > h3:first-of-type ~ p {
    position: relative;
    display: inline-block;
    width: calc(50% - 12px);
    min-height: 175px;
    margin: 0 18px 18px 0;
    padding: 28px 62px 26px 26px;
    overflow: hidden;
    vertical-align: top;
    background: #fff;
    border: 1px solid rgba(var(--theme-accent-rgb), .13);
    border-top: 4px solid var(--theme-accent);
    box-shadow: 0 12px 30px rgba(var(--theme-navy-rgb), .07);
    counter-increment: csr-focus;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.csr-copy > h3:first-of-type ~ p:nth-of-type(odd) { margin-right: 0; }
.csr-copy > h3:first-of-type ~ p:hover {
    border-color: rgba(var(--theme-accent-rgb), .32);
    box-shadow: 0 18px 38px rgba(var(--theme-navy-rgb), .13);
    transform: translateY(-4px);
}

.csr-copy > h3:first-of-type ~ p::after {
    content: "0" counter(csr-focus);
    position: absolute;
    top: 17px;
    right: 18px;
    color: rgba(var(--theme-accent-rgb), .15);
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

.csr-copy > h3:first-of-type ~ p strong {
    display: block;
    margin-bottom: 9px;
    color: var(--theme-navy);
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

/* Alternate editorial layout for the focus list. */
.csr-copy > h3:first-of-type {
    margin: 42px 0 0;
    padding: 29px 100px 29px 32px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(120deg, var(--theme-navy), rgba(var(--theme-accent-rgb), .86));
    border: 0;
}

.csr-copy > h3:first-of-type::after {
    content: "CSR";
    position: absolute;
    top: 50%;
    right: 22px;
    color: rgba(255, 255, 255, .09);
    font-family: "Oswald", sans-serif;
    font-size: 62px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1;
    transform: translateY(-50%);
}

.csr-copy > h3:first-of-type ~ p,
.csr-copy > h3:first-of-type ~ p:nth-of-type(odd) {
    display: block;
    width: 100%;
    min-height: 108px;
    margin: 0;
    padding: 24px 28px 24px 100px;
    overflow: visible;
    background: #fff;
    border: 0;
    border-right: 1px solid rgba(var(--theme-accent-rgb), .15);
    border-bottom: 1px solid rgba(var(--theme-accent-rgb), .15);
    border-left: 1px solid rgba(var(--theme-accent-rgb), .15);
    box-shadow: none;
    transition: padding-left .25s ease, background .25s ease, box-shadow .25s ease;
}

.csr-copy > h3:first-of-type ~ p::before {
    content: "0" counter(csr-focus);
    position: absolute;
    top: 25px;
    left: 25px;
    width: 48px;
    height: 48px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    background: var(--theme-accent);
    border-radius: 50%;
    box-shadow: 0 7px 18px rgba(var(--theme-navy-rgb), .18);
}

.csr-copy > h3:first-of-type ~ p::after {
    content: "";
    top: auto;
    right: auto;
    bottom: -27px;
    left: 48px;
    z-index: 1;
    width: 2px;
    height: 28px;
    background: rgba(var(--theme-accent-rgb), .22);
}

.csr-copy > h3:first-of-type ~ p:last-child::after { display: none; }
.csr-copy > h3:first-of-type ~ p:hover {
    padding-left: 106px;
    background: rgba(var(--theme-accent-rgb), .045);
    border-color: rgba(var(--theme-accent-rgb), .15);
    box-shadow: inset 4px 0 0 var(--theme-accent);
    transform: none;
}

.csr-copy > h3:first-of-type ~ p strong {
    display: block;
    margin-bottom: 5px;
    color: var(--theme-navy);
    font-family: "Oswald", sans-serif;
    font-size: 19px;
    font-weight: 500;
}
.csr-image {
    position: sticky;
    top: 110px;
    margin: 0 0 0 30px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(var(--theme-navy-rgb), .12);
}

.csr-image img { width: 100%; min-height: 430px; object-fit: cover; }

@media (max-width: 991px) {
    .csr-image { position: static; margin: 35px 0 0; }
    .csr-image img { min-height: 320px; }
}

@media (max-width: 575px) {
    .csr-lead { font-size: 17px; }
    .csr-principle { min-height: auto; padding: 28px 24px; }
    .csr-principle h3 { margin-top: 34px; }
    .csr-image img { min-height: 240px; }
    .csr-copy > h3:first-of-type {
        margin-top: 34px;
        padding: 24px 72px 24px 22px;
        font-size: 24px;
    }
    .csr-copy > h3:first-of-type ~ p,
    .csr-copy > h3:first-of-type ~ p:nth-of-type(odd) {
        width: 100%;
        min-height: auto;
        margin-right: 0;
        padding: 22px 18px 22px 78px;
    }
    .csr-copy > h3:first-of-type ~ p::before {
        top: 22px;
        left: 18px;
        width: 42px;
        height: 42px;
        line-height: 42px;
    }
    .csr-copy > h3:first-of-type ~ p::after { left: 38px; }

}
