/* ========================================
   RALEIGH'S PLACE — WEBSITE REDESIGN
   Brand foundation
   ======================================== */

:root {
    --rp-purple: #340050;
    --rp-pink: #E60079;
    --rp-light-purple: #7C4CA3;
    --rp-light-pink: #F085B6;
    --rp-gray: #666666;
}


/* ----------------------------------------
   JUMBOTRON / HERO
   ---------------------------------------- */

#header .bottom-header h1 {
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

#header .bottom-header .section-description {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}


/* Primary CTA */
#header .bottom-header .header-button-one {
    background-color: #E60079;
    border-color: #E60079;
    color: #ffffff;
    border-radius: 6px;
    font-weight: 600;
}

#header .bottom-header .header-button-one:hover {
    background-color: #340050;
    border-color: #340050;
}


/* Secondary CTA */
#header .bottom-header .header-button-two {
    background-color: #340050;
    border-color: #ffffff;
    color: #ffffff;
    border-radius: 6px;
    font-weight: 600;
}

#header .bottom-header .header-button-two:hover {
    background-color: #7C4CA3;
    border-color: #7C4CA3;
}


/* ----------------------------------------
   MOBILE HERO
   ---------------------------------------- */

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

    #header .bottom-header {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    #header .bottom-header h1 {
        font-size: 30px !important;
        line-height: 1.12 !important;
        letter-spacing: -0.3px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-bottom: 20px !important;
    }

    #header .bottom-header .section-description {
        font-size: 15px !important;
        line-height: 1.55 !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        margin-bottom: 28px !important;
    }

    #header .bottom-header .header-button-one,
    #header .bottom-header .header-button-two {
        font-size: 13px !important;
        padding: 12px 16px !important;
        margin: 5px !important;
    }

}
/* Raleigh's Place mobile header */
@media only screen and (max-width: 767px) {

    #header .top-header {
        background-color: #340050 !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    #header .top-header .header-logo img {
        max-height: 65px !important;
        width: auto !important;
    }

}
@media only screen and (min-width: 768px) {

    #header .bottom-header .section-description {
        font-size: 18px !important;
        line-height: 1.6 !important;
        max-width: 760px !important;
        margin: 25px auto 35px auto !important;
    }

}
#header .bottom-header .header-button-one {
    background: #E60079 !important;
    background-color: #E60079 !important;
    border: 2px solid #E60079 !important;
    color: #ffffff !important;
}

#header .bottom-header .header-button-one:hover {
    background: #340050 !important;
    background-color: #340050 !important;
    border-color: #340050 !important;
}
@media only screen and (max-width: 767px) {

    #header .top-header {
        background-color: #340050 !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    #header .top-header .header-logo img {
        max-height: 52px !important;
        width: auto !important;
    }

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

    #header .bottom-header {
        padding-top: 38px !important;
        padding-bottom: 42px !important;
    }

    #header .bottom-header h1 {
        margin-bottom: 16px !important;
    }

    #header .bottom-header .section-description {
        margin-bottom: 20px !important;
    }

}
@media only screen and (max-width: 767px) {
    #header .bottom-header .section-description {
        max-width: 92% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media only screen and (max-width: 767px) {
    #header .bottom-header .section-description {
        margin-bottom: 14px !important;
    }
}
/* ========================================
   RALEIGH'S PLACE — NEED / ABOUT SECTION
   ======================================== */

#about {
    background: #ffffff !important;
}

#about .section-header {
    margin-bottom: 35px;
}

#about .section-header h3 {
    color: #340050 !important;
    font-weight: 700;
    line-height: 1.2;
}

#about .section-header .section-description {
    color: #666666 !important;
}


/* Introductory paragraph */
.rp-need-intro {
    max-width: 850px;
    margin: 0 auto 45px auto;
    text-align: center;
}

.rp-need-intro p {
    color: #666666;
    font-size: 18px;
    line-height: 1.7;
}


/* Three-audience layout */
.rp-need-grid {
    display: flex;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto 45px auto;
}

.rp-need-item {
    flex: 1;
    text-align: left;
    padding: 28px;
    background: #f8f6fa;
    border-top: 4px solid #E60079;
    border-radius: 6px;
}

.rp-need-item h4 {
    color: #340050;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 14px;
}

.rp-need-item p {
    color: #666666;
    font-size: 16px;
    line-height: 1.65;
}


/* Closing statement */
.rp-need-close {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.rp-need-close p:first-child {
    color: #340050;
    font-size: 24px;
    margin-bottom: 10px;
}

.rp-need-close p:last-child {
    color: #666666;
    font-size: 17px;
    line-height: 1.65;
}


/* Mobile */
@media only screen and (max-width: 767px) {

    #about {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    #about .section-header h3 {
        font-size: 30px !important;
        line-height: 1.15 !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .rp-need-intro {
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .rp-need-intro p {
        font-size: 16px;
        line-height: 1.6;
    }

    .rp-need-grid {
        display: block;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 30px;
    }

    .rp-need-item {
        margin-bottom: 18px;
        padding: 22px;
    }

    .rp-need-item h4 {
        font-size: 20px;
    }

    .rp-need-item p {
        font-size: 15px;
    }

    .rp-need-close {
        padding-left: 22px;
        padding-right: 22px;
    }

    .rp-need-close p:first-child {
        font-size: 21px;
    }

    .rp-need-close p:last-child {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {

    .rp-need-grid {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }

    .rp-need-item {
        width: 100% !important;
        margin-bottom: 14px !important;
        padding: 20px !important;
        box-sizing: border-box;
    }

}
/* ========================================
   RALEIGH'S PLACE — SERVICES / PROGRAMS
   ======================================== */

#services {
    background: #ffffff !important;
}

#services .section-header h3 {
    color: #340050 !important;
    font-weight: 700;
    line-height: 1.2;
}

#services .section-header .section-description {
    color: #666666 !important;
    font-size: 17px;
    line-height: 1.6;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* Force services into a clean two-column grid */

/* Framework label */
#services .service h5,
#services .service .service-title {
    color: #340050;
}

/* Main program title */
#services .service h3,
#services .service h4 {
    color: #E60079 !important;
}

/* Body text */
#services .service p {
    color: #666666;
    line-height: 1.65;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

/* Program CTA links/buttons */
#services .service a {
    display: inline-block;
    margin-top: 14px;
    background: #7C4CA3;
    color: #ffffff !important;
    padding: 11px 22px;
    border-radius: 24px;
    font-weight: 600;
    text-decoration: none;
}

#services .service a:hover {
    background: #E60079;
}

/* Mobile */
@media only screen and (max-width: 767px) {

    #services {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    #services .section-header h3 {
        font-size: 28px !important;
        line-height: 1.15 !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    #services .section-header .section-description {
        font-size: 16px !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    #services .service {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 22px 24px 30px;
    }

    #services .service p {
        font-size: 15px;
        line-height: 1.6;
    }
}
/* ========================================
   FIX: ABOUT SKILL BARS
   ======================================== */

/* Hide Illdy's default skill/progress bars in About */
#about .skill,
#about .skill-bar,
#about .skill-bars,
#about .skill-wrapper,
#about .skills {
    display: none !important;
}


/* ========================================
   RALEIGH'S PLACE — PROGRAM GRID
   ======================================== */

.rp-program-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 40px auto 0 auto;
}

.rp-program-card {
    background: #f8f6fa;
    border-top: 4px solid #E60079;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    box-sizing: border-box;
}

.rp-program-label {
    color: #340050;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
}

.rp-program-card h3 {
    color: #E60079 !important;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.rp-program-card p {
    color: #666666;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 22px;
}

.rp-program-card a {
    display: inline-block;
    background: #7C4CA3;
    color: #ffffff !important;
    padding: 11px 22px;
    border-radius: 24px;
    font-weight: 600;
    text-decoration: none;
}

.rp-program-card a:hover {
    background: #E60079;
    color: #ffffff !important;
}

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

    .rp-program-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin: 30px 14px 0 14px;
    }

    .rp-program-card {
        padding: 24px 20px;
    }

    .rp-program-label {
        font-size: 17px;
    }

    .rp-program-card h3 {
        font-size: 25px;
    }

    .rp-program-card p {
        font-size: 15px;
    }
}
/* Final spacing polish for program grid */

.rp-program-grid {
    max-width: 1180px;
    gap: 24px;
}

.rp-program-card {
    padding: 30px 28px;
}

@media only screen and (min-width: 768px) {
    .rp-program-card p {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
}
/* Let the custom Raleigh's Place program grid use the full section width */

#services .widget,
#services .widget_block,
#services .widget_custom_html {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    flex: 0 0 100% !important;
}

#services .rp-program-grid {
    width: calc(100% - 40px);
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
/* ========================================
   RALEIGH'S PLACE — IMPACT SECTION
   Using Illdy Projects Section
   ======================================== */

#projects {
    background: #340050 !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

#projects .section-header h3 {
    color: #ffffff !important;
    font-weight: 700;
    line-height: 1.2;
}

#projects .section-header .section-description {
    color: #ffffff !important;
}

.rp-impact-intro {
    max-width: 760px;
    margin: 0 auto 42px auto;
    text-align: center;
}

.rp-impact-intro p {
    color: rgba(255,255,255,0.88);
    font-size: 18px;
    line-height: 1.65;
}

.rp-impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.rp-impact-item {
    text-align: center;
    padding: 20px 18px;
}

.rp-impact-number {
    color: #E60079;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}

.rp-impact-label {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    max-width: 210px;
    margin: 0 auto;
}

/* Hide Illdy's native project gallery if anything exists there */
#projects .project,
#projects .project-container,
#projects .project-list {
    display: none !important;
}

/* Mobile */
@media only screen and (max-width: 767px) {

    #projects {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    #projects .section-header h3 {
        font-size: 28px !important;
        line-height: 1.15 !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .rp-impact-intro {
        padding-left: 22px;
        padding-right: 22px;
        margin-bottom: 28px;
    }

    .rp-impact-intro p {
        font-size: 16px;
    }

    .rp-impact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .rp-impact-number {
        font-size: 44px;
    }

    .rp-impact-label {
        font-size: 14px;
    }
}
/* ========================================
   FIX ILLDY PROJECTS SECTION FOR IMPACT
   ======================================== */

#projects {
    background-color: #340050 !important;
    padding: 65px 0 !important;
}

/* Force the Illdy project header back to normal full width */
#projects .section-header {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    display: block !important;
    text-align: center !important;
    margin: 0 auto 35px auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

/* Main section title */
#projects .section-header h3 {
    color: #ffffff !important;
    font-size: 40px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    width: auto !important;
    max-width: 850px !important;
    margin: 0 auto 15px auto !important;
    padding: 0 !important;
    word-break: normal !important;
}

/* Hide Illdy's default description if our custom intro is being used */
#projects .section-header .section-description {
    display: none !important;
}

/* Allow our custom impact content to use the whole section */
#projects .container,
#projects .container-fluid {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Remove Illdy row/column behavior around the custom HTML */
#projects .row {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Hide the old native Projects gallery/items */
#projects .project {
    display: none !important;
}


/* IMPACT INTRO */

.rp-impact-intro {
    display: block !important;
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto 40px auto !important;
    padding: 0 20px !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.rp-impact-intro p {
    color: rgba(255,255,255,0.9) !important;
    font-size: 18px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}


/* IMPACT NUMBERS */

.rp-impact-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

.rp-impact-item {
    width: auto !important;
    float: none !important;
    text-align: center !important;
    padding: 18px 25px !important;
    border-right: 1px solid rgba(255,255,255,0.45);
    box-sizing: border-box !important;
}

.rp-impact-item:last-child {
    border-right: 0;
}

.rp-impact-number {
    color: #E60079 !important;
    font-size: 56px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}

.rp-impact-label {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}


/* MOBILE IMPACT */

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

    #projects {
        padding: 48px 0 !important;
    }

    #projects .section-header {
        margin-bottom: 22px !important;
    }

    #projects .section-header h3 {
        font-size: 30px !important;
        line-height: 1.15 !important;
        padding: 0 15px !important;
    }

    .rp-impact-intro {
        margin-bottom: 30px !important;
        padding: 0 22px !important;
    }

    .rp-impact-intro p {
        font-size: 16px !important;
    }

    .rp-impact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0 !important;
        padding: 0 12px !important;
    }

    .rp-impact-item {
        padding: 22px 10px !important;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

    .rp-impact-item:nth-child(odd) {
        border-right: 1px solid rgba(255,255,255,0.3);
    }

    .rp-impact-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .rp-impact-number {
        font-size: 42px !important;
    }

    .rp-impact-label {
        font-size: 13px !important;
    }
}
/* ========================================
   RALEIGH'S PLACE — IMPACT
   ======================================== */

#projects {
    background: #340050 !important;
    padding: 65px 0 !important;
}

/* Hide Illdy's normal Projects heading */
#projects .section-header {
    display: none !important;
}

/* Hide native project tiles/widgets */
#projects .project,
#projects .projects,
#projects .project-item,
#projects .project-container {
    display: none !important;
}

.rp-impact-wrap {
    width: calc(100% - 40px);
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.rp-impact-wrap h2 {
    color: #ffffff !important;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.rp-impact-intro-text {
    color: rgba(255,255,255,0.88) !important;
    font-size: 18px;
    line-height: 1.65;
    max-width: 760px;
    margin: 0 auto 40px auto;
}

.rp-impact-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.rp-impact-item {
    padding: 20px 24px !important;
    text-align: center !important;
    border-right: 1px solid rgba(255,255,255,0.35);
}

.rp-impact-item:last-child {
    border-right: none;
}

.rp-impact-number {
    color: #E60079 !important;
    font-size: 56px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    margin-bottom: 12px !important;
}

.rp-impact-label {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

/* Mobile */

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

    #projects {
        padding: 48px 0 !important;
    }

    .rp-impact-wrap {
        width: calc(100% - 28px);
    }

    .rp-impact-wrap h2 {
        font-size: 30px !important;
    }

    .rp-impact-intro-text {
        font-size: 16px !important;
        margin-bottom: 28px;
    }

    .rp-impact-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .rp-impact-item {
        padding: 22px 10px !important;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

    .rp-impact-item:nth-child(odd) {
        border-right: 1px solid rgba(255,255,255,0.3);
    }

    .rp-impact-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .rp-impact-number {
        font-size: 42px !important;
    }

    .rp-impact-label {
        font-size: 13px !important;
    }
}
/* ========================================
   RALEIGH'S PLACE — IMPACT BAND
   ======================================== */

.rp-impact-band {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 55px;
    margin-bottom: -35px;
    padding: 65px 20px;
    background: #340050;
    box-sizing: border-box;
}

.rp-impact-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.rp-impact-inner h2 {
    color: #ffffff !important;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.rp-impact-intro-text {
    color: rgba(255,255,255,0.88) !important;
    font-size: 18px;
    line-height: 1.65;
    max-width: 760px;
    margin: 0 auto 42px auto;
}

.rp-impact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    max-width: 1100px;
    margin: 0 auto;
}

.rp-impact-item {
    text-align: center;
    padding: 18px 25px;
    border-right: 1px solid rgba(255,255,255,0.35);
}

.rp-impact-item:last-child {
    border-right: none;
}

.rp-impact-number {
    color: #E60079 !important;
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 12px;
}

.rp-impact-label {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}


/* MOBILE */

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

    .rp-impact-band {
        margin-top: 35px;
        padding: 48px 14px;
    }

    .rp-impact-inner h2 {
        font-size: 30px;
    }

    .rp-impact-intro-text {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .rp-impact-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .rp-impact-item {
        padding: 22px 10px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

    .rp-impact-item:nth-child(odd) {
        border-right: 1px solid rgba(255,255,255,0.3);
    }

    .rp-impact-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .rp-impact-number {
        font-size: 42px;
    }

    .rp-impact-label {
        font-size: 13px;
    }
}
/* ========================================
   RALEIGH'S PLACE — STORIES OF HOPE
   ======================================== */

#testimonials {
    background: #f8f6fa !important;
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

#testimonials .section-header h3 {
    color: #340050 !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 1.15 !important;
}

/* Testimonial box */
#testimonials .testimonial-content {
    background: #340050 !important;
    color: #ffffff !important;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding: 34px 40px !important;
    border-radius: 8px;
    line-height: 1.7;
}

/* Little speech-bubble point */
#testimonials .testimonial-content:after {
    border-top-color: #340050 !important;
}

/* Author name */
#testimonials .testimonial-meta h6,
#testimonials .testimonial-author {
    color: #340050 !important;
    font-weight: 700 !important;
}

/* Read more button/link */
#testimonials a {
    background: #E60079 !important;
    color: #ffffff !important;
    border-radius: 24px;
    padding: 11px 22px;
    text-decoration: none;
    font-weight: 600;
}

#testimonials a:hover {
    background: #340050 !important;
}

/* Testimonial dots */
#testimonials .owl-dot.active span,
#testimonials .owl-dot:hover span {
    background: #E60079 !important;
}

/* Mobile */
@media only screen and (max-width: 767px) {

    #testimonials {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    #testimonials .section-header h3 {
        font-size: 30px !important;
    }

    #testimonials .testimonial-content {
        padding: 26px 22px !important;
        margin-left: 14px;
        margin-right: 14px;
        font-size: 15px !important;
    }
}
/* ========================================
   RALEIGH'S PLACE — STORIES OF HOPE
   ======================================== */

.rp-story-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 70px 20px;
    background: #f8f6fa;
    box-sizing: border-box;
}

.rp-story-inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.rp-story-inner h2 {
    color: #340050 !important;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 12px;
}

.rp-story-kicker {
    color: #666666;
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 34px;
}

.rp-story-card {
    max-width: 850px;
    margin: 0 auto;
}

.rp-story-card blockquote {
    background: #340050;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.75;
    margin: 0 0 20px;
    padding: 38px 44px;
    border: 0;
    border-radius: 8px;
    position: relative;
}

.rp-story-card blockquote:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #340050;
}

.rp-story-author {
    color: #340050;
    font-size: 20px;
    font-weight: 700;
    margin: 28px 0 16px;
}

.rp-story-button {
    display: inline-block;
    background: #E60079;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 600;
}

.rp-story-button:hover {
    background: #340050;
    color: #ffffff !important;
}


/* MOBILE */

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

    .rp-story-section {
        padding: 50px 14px;
    }

    .rp-story-inner h2 {
        font-size: 30px;
    }

    .rp-story-kicker {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .rp-story-card blockquote {
        font-size: 15px;
        line-height: 1.65;
        padding: 28px 22px;
    }

    .rp-story-author {
        font-size: 18px;
    }
}
/* ========================================
   RALEIGH'S PLACE — LATEST NEWS
   ======================================== */

#latest-news {
    background: #f8f6fa !important;
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

#latest-news .section-header h3 {
    color: #340050 !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 1.15 !important;
}

#latest-news .section-header .section-description {
    color: #666666 !important;
    font-size: 17px;
    line-height: 1.6;
}

#latest-news .post {
    background: #ffffff !important;
}

#latest-news .post .post-title,
#latest-news .post .post-title a {
    color: #340050 !important;
}

#latest-news .post .post-title a:hover {
    color: #E60079 !important;
}

#latest-news .post .post-entry {
    color: #666666 !important;
}

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

    #latest-news {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    #latest-news .section-header h3 {
        font-size: 30px !important;
    }
}
#latest-news .section-header {
    margin-bottom: 30px !important;
}

#latest-news .latest-news-button {
    margin-bottom: 30px !important;
}
#latest-news .section-description,
#latest-news p.section-description {
    color: #666666 !important;
}
#latest-news .section-header p,
#latest-news .section-header .section-description,
#latest-news .section-header .section-description p {
    color: #666666 !important;
}
/* ========================================
   RALEIGH'S PLACE — GET INVOLVED
   ======================================== */

.rp-get-involved-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 70px 20px;
    background: #ffffff;
    box-sizing: border-box;
}

.rp-get-involved-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.rp-get-involved-inner h2 {
    color: #340050 !important;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 14px;
}

.rp-get-involved-intro {
    color: #666666 !important;
    font-size: 18px;
    line-height: 1.65;
    max-width: 760px;
    margin: 0 auto 42px;
}

.rp-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 28px;
    margin-bottom: 40px;
}

.rp-step {
    background: #f8f6fa;
    border-radius: 8px;
    padding: 30px 28px;
    text-align: left;
    border-top: 4px solid #E60079;
}

.rp-step-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #340050;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.rp-step h3 {
    color: #340050 !important;
    font-size: 22px;
    line-height: 1.25;
    margin: 0 0 12px;
}

.rp-step p {
    color: #666666 !important;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

.rp-get-involved-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.rp-primary-button,
.rp-secondary-button {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 24px;
    font-weight: 600;
    text-decoration: none;
}

.rp-primary-button {
    background: #E60079;
    color: #ffffff !important;
}

.rp-primary-button:hover {
    background: #340050;
    color: #ffffff !important;
}

.rp-secondary-button {
    background: #340050;
    color: #ffffff !important;
}

.rp-secondary-button:hover {
    background: #7C4CA3;
    color: #ffffff !important;
}


/* MOBILE */

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

    .rp-get-involved-section {
        padding: 50px 14px;
    }

    .rp-get-involved-inner h2 {
        font-size: 30px;
    }

    .rp-get-involved-intro {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .rp-step-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 30px;
    }

    .rp-step {
        padding: 24px 20px;
    }

    .rp-step h3 {
        font-size: 20px;
    }

    .rp-step p {
        font-size: 15px;
    }

    .rp-get-involved-actions {
        flex-direction: column;
        align-items: stretch;
        max-width: 280px;
        margin: 0 auto;
    }

    .rp-primary-button,
    .rp-secondary-button {
        width: 100%;
        box-sizing: border-box;
    }
}
/* ========================================
   RALEIGH'S PLACE — OUR STORY / WHY WE SERVE
   ======================================== */

.rp-story-origin-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 70px 20px;
    background: #f8f6fa;
    box-sizing: border-box;
}

.rp-story-origin-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 44px;
    align-items: stretch;
}

.rp-story-origin-copy,
.rp-story-origin-faith {
    box-sizing: border-box;
}

.rp-story-origin-copy {
    background: #ffffff;
    padding: 38px;
    border-radius: 8px;
    border-top: 4px solid #E60079;
}

.rp-story-origin-faith {
    background: #340050;
    color: #ffffff;
    padding: 38px;
    border-radius: 8px;
}

.rp-story-origin-kicker {
    color: #E60079;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.rp-story-origin-copy h2 {
    color: #340050 !important;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 18px;
}

.rp-story-origin-copy p {
    color: #666666 !important;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.rp-story-origin-faith blockquote {
    color: #ffffff !important;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    margin: 10px 0 12px;
    padding: 0;
    border: 0;
}

.rp-scripture-ref {
    color: #F085B6;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
}

.rp-story-origin-faith p {
    color: rgba(255,255,255,0.88) !important;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.rp-story-origin-button {
    display: inline-block;
    background: #E60079;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 600;
}

.rp-story-origin-button:hover {
    background: #340050;
    color: #ffffff !important;
}

.rp-story-origin-link {
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.rp-story-origin-link:hover {
    color: #F085B6 !important;
}

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

    .rp-story-origin-section {
        padding: 50px 14px;
    }

    .rp-story-origin-inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .rp-story-origin-copy,
    .rp-story-origin-faith {
        padding: 26px 22px;
    }

    .rp-story-origin-copy h2 {
        font-size: 28px;
    }

    .rp-story-origin-copy p,
    .rp-story-origin-faith p {
        font-size: 15px;
    }

    .rp-story-origin-faith blockquote {
        font-size: 21px;
    }
}
/* ========================================
   RALEIGH'S PLACE — HEADER / NAVIGATION
   ======================================== */

#header .top-header {
    background: #340050 !important;
}

/* Main navigation links */
#header .top-header .header-navigation > ul > li > a {
    color: #ffffff !important;
    font-weight: 600;
}

/* Navigation hover */
#header .top-header .header-navigation > ul > li > a:hover {
    color: #F085B6 !important;
}

/* Dropdown menu */
#header .top-header .header-navigation .sub-menu {
    background: #ffffff !important;
    border-radius: 6px;
}

/* Dropdown links */
#header .top-header .header-navigation .sub-menu li a {
    color: #340050 !important;
}

/* Dropdown hover */
#header .top-header .header-navigation .sub-menu li a:hover {
    color: #E60079 !important;
}

/* Mobile navigation header */
@media only screen and (max-width: 767px) {

    #header .top-header {
        background: #340050 !important;
    }

}
/* Highlight final navigation item as primary CTA */
#header .top-header .header-navigation > ul > li:last-child > a {
    background: #E60079 !important;
    color: #ffffff !important;
    padding: 10px 18px !important;
    border-radius: 22px;
}

#header .top-header .header-navigation > ul > li:last-child > a:hover {
    background: #7C4CA3 !important;
    color: #ffffff !important;
}
/* Tighten desktop navigation so GIVE stays on one line */
@media only screen and (min-width: 992px) {

    #header .top-header .header-navigation > ul {
        display: flex !important;
        align-items: center !important;
        gap: 18px !important;
        flex-wrap: nowrap !important;
    }

    #header .top-header .header-navigation > ul > li {
        margin: 0 !important;
    }

    #header .top-header .header-navigation > ul > li > a {
        padding-left: 8px !important;
        padding-right: 8px !important;
        white-space: nowrap !important;
    }

    #header .top-header .header-navigation > ul > li:last-child > a {
        padding: 9px 16px !important;
    }
}
@media only screen and (min-width: 992px) {
    #header .top-header .header-logo img {
        max-height: 82px !important;
        width: auto !important;
    }
}
/* ========================================
   RALEIGH'S PLACE — FOOTER
   ======================================== */

#footer {
    background: #340050 !important;
    color: #ffffff !important;
    padding-top: 55px !important;
}

#footer .widget {
    color: #ffffff !important;
}

#footer h3,
#footer .widget-title {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.rp-footer-about p {
    color: rgba(255,255,255,0.82) !important;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 14px;
}

.rp-footer-tagline {
    color: #F085B6 !important;
    font-weight: 600;
}

.rp-footer-about a,
.rp-footer-links a {
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none;
}

.rp-footer-about a:hover,
.rp-footer-links a:hover {
    color: #F085B6 !important;
}

.rp-footer-links a {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

/* Bottom copyright area */
#footer .bottom-footer {
    background: #26003b !important;
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: 35px;
}

#footer .bottom-footer,
#footer .bottom-footer a {
    color: rgba(255,255,255,0.7) !important;
}

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

    #footer {
        padding-top: 45px !important;
    }

    #footer .widget {
        margin-bottom: 30px;
    }

    #footer h3,
    #footer .widget-title {
        font-size: 19px;
    }
}
/* Tighten transition from About/Need to Programs */

#about {
    padding-bottom: 45px !important;
}

#services {
    padding-top: 45px !important;
}
/* ========================================
   MOBILE HERO — BUTTON SPACING POLISH
   ======================================== */

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

    #header .bottom-header .header-button-one,
    #header .bottom-header .header-button-two {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }

    #header .bottom-header .header-button-one {
        margin-top: 18px !important;
    }

    #header .bottom-header .header-button-two {
        margin-top: 10px !important;
    }

    #header .bottom-header .header-button-one,
    #header .bottom-header .header-button-two {
        width: calc(100% - 40px) !important;
        max-width: 320px !important;
    }
}
@media only screen and (max-width: 767px) {

    #header .bottom-header .header-button-one,
    #header .bottom-header .header-button-two,
    #header .bottom-header .header-button-one a,
    #header .bottom-header .header-button-two a {
        transform: translateY(-18px);
    }
}
/* ========================================
   DESKTOP NAV — DROPDOWN ARROW SPACING
   ======================================== */

@media only screen and (min-width: 992px) {

    #header .top-header .header-navigation > ul > li.menu-item-has-children > a {
        padding-right: 19px !important;
        position: relative;
    }

    #header .top-header .header-navigation > ul > li.menu-item-has-children > a:after {
        margin-left: 7px !important;
    }
}
/* 
/* ========================================
   MOBILE HERO — TIGHTEN BUTTON HEIGHT
   ======================================== */

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

    #header .bottom-header .header-button-one,
    #header .bottom-header .header-button-two {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        min-height: 0 !important;
        height: auto !important;
    }

    #header .bottom-header .header-button-one a,
    #header .bottom-header .header-button-two a {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
        line-height: 1.15 !important;
        height: auto !important;
        min-height: 0 !important;
        display: block !important;
    }
}
/* ========================================
   RALEIGH'S PLACE — AFFILIATIONS
   ======================================== */

.rp-affiliations {
    background: #2a003f;
    padding: 28px 20px 26px;
    border-top: 1px solid rgba(255,255,255,0.10);
    box-sizing: border-box;
}

.rp-affiliations-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.rp-affiliations-title {
    color: rgba(255,255,255,0.65);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
}

.rp-affiliations-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
    flex-wrap: wrap;
}

.rp-affiliations-logos a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rp-affiliations-logos img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.rp-affiliations-logos a:hover img {
    transform: translateY(-2px);
    opacity: 1;
}

/* Individually balance the very different logo shapes */

.rp-affiliation-aann {
    max-height: 72px;
    max-width: 180px;
}

.rp-affiliation-cafo {
    max-height: 82px;
    max-width: 105px;
}

.rp-affiliation-uwca {
    max-height: 72px;
    max-width: 180px;
}

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

    .rp-affiliations {
        padding: 24px 14px;
    }

    .rp-affiliations-logos {
        gap: 26px;
    }

    .rp-affiliation-aann {
        max-height: 55px;
        max-width: 145px;
    }

    .rp-affiliation-cafo {
        max-height: 65px;
        max-width: 82px;
    }

    .rp-affiliation-uwca {
        max-height: 55px;
        max-width: 145px;
    }
}
/* ========================================
   RALEIGH'S PLACE — GLOBAL MOBILE TYPOGRAPHY
   ======================================== */

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

    /* HERO H1 */
    .rp-wi-hero h1,
    .rp-ph-hero h1,
    .rp-camp-hero h1,
    .rp-kk-hero h1,
    .rp-story-hero h1,
    .rp-believe-hero h1,
    .rp-gi-hero h1 {
        font-size: 34px !important;
        line-height: 1.12 !important;
        margin-bottom: 18px !important;
    }


    /* STANDARD SECTION H2 */
    .rp-page-section h2,
    .rp-page-section-heading h2,
    .rp-wi-story h2,
    .rp-wi-path h2,
    .rp-ph-community h2,
    .rp-ph-faith h2,
    .rp-ph-apply h2,
    .rp-ph-help h2,
    .rp-camp-mission h2,
    .rp-camp-safety h2,
    .rp-camp-story h2,
    .rp-camp-2027 h2,
    .rp-camp-serve h2,
    .rp-camp-support h2,
    .rp-kk-shop h2,
    .rp-kk-families h2,
    .rp-kk-impact h2,
    .rp-kk-volunteer h2,
    .rp-kk-give h2,
    .rp-kk-guidelines h2,
    .rp-story-copy h2,
    .rp-story-single h2,
    .rp-story-faith h2,
    .rp-story-now h2,
    .rp-believe-section h2,
    .rp-believe-mercy h2,
    .rp-believe-service h2,
    .rp-believe-identity h2,
    .rp-gi-section h2,
    .rp-gi-section-alt h2 {
        font-size: 30px !important;
        line-height: 1.18 !important;
        margin-bottom: 16px !important;
    }


    /* CARD / SUBSECTION H3 */
    .rp-wi-card h3,
    .rp-ph-card h3,
    .rp-ph-family-type h3,
    .rp-ph-help-card h3,
    .rp-camp-card h3,
    .rp-camp-who-card h3,
    .rp-camp-serve-card h3,
    .rp-camp-support-card h3,
    .rp-kk-donate-card h3,
    .rp-kk-impact-card h3,
    .rp-kk-guideline-card h3,
    .rp-story-program-card h3,
    .rp-believe-card h3,
    .rp-believe-service-card h3 {
        font-size: 21px !important;
        line-height: 1.25 !important;
    }


    /* FINAL CTA H2 */
    .rp-page-final-cta h2,
    section.rp-page-final-cta h2 {
        font-size: 30px !important;
        line-height: 1.18 !important;
    }


    /* BODY COPY */
    .rp-page-lead,
    .rp-wi-hero p,
    .rp-ph-hero p,
    .rp-camp-hero p,
    .rp-kk-hero p,
    .rp-story-hero p,
    .rp-believe-hero p,
    .rp-gi-hero p {
        font-size: 17px !important;
        line-height: 1.6 !important;
    }


    /* KICKERS */
    .rp-page-kicker {
        font-size: 13px !important;
        line-height: 1.3 !important;
        letter-spacing: 0.8px !important;
        margin-bottom: 9px !important;
    }
}
/* ========================================
   GLOBAL FINAL CTA HARD FIX
   Use on all redesigned interior pages
   ======================================== */

section.rp-page-final-cta {
    position: relative !important;
    display: block !important;

    width: 100vw !important;
    max-width: none !important;

    left: 50% !important;
    right: auto !important;

    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    padding: 72px 20px !important;

    background: #340050 !important;
    background-color: #340050 !important;

    text-align: center !important;
    box-sizing: border-box !important;
}


/* Inner content */
section.rp-page-final-cta .rp-page-inner {
    width: 100% !important;
    max-width: 850px !important;

    margin: 0 auto !important;
    padding: 0 20px !important;

    background: transparent !important;
    box-sizing: border-box !important;
}


/* Heading */
section.rp-page-final-cta h2 {
    display: block !important;

    color: #ffffff !important;

    font-size: 42px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;

    margin: 0 0 18px !important;
}


/* Paragraph */
section.rp-page-final-cta p {
    display: block !important;

    color: rgba(255,255,255,0.88) !important;

    font-size: 18px !important;
    line-height: 1.65 !important;

    max-width: 760px !important;
    margin: 0 auto 28px !important;
}


/* Button row */
section.rp-page-final-cta .rp-page-actions {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    gap: 14px !important;
    flex-wrap: wrap !important;

    margin: 28px 0 0 !important;
}


/* Pink primary button */
section.rp-page-final-cta a.rp-btn-primary {
    display: inline-block !important;

    background: #E60079 !important;
    color: #ffffff !important;

    padding: 12px 24px !important;
    border-radius: 24px !important;

    text-decoration: none !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;

    border: none !important;
}


/* White secondary button */
section.rp-page-final-cta a.rp-btn-secondary-light {
    display: inline-block !important;

    background: #ffffff !important;
    color: #340050 !important;

    padding: 12px 24px !important;
    border-radius: 24px !important;

    text-decoration: none !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;

    border: none !important;
}


/* Hover states */
section.rp-page-final-cta a.rp-btn-primary:hover,
section.rp-page-final-cta a.rp-btn-secondary-light:hover {
    background: #F085B6 !important;
    color: #340050 !important;
}


/* Mobile */
@media only screen and (max-width: 767px) {

    section.rp-page-final-cta {
        padding: 50px 14px !important;
    }

    section.rp-page-final-cta h2 {
        font-size: 30px !important;
        line-height: 1.18 !important;
    }

    section.rp-page-final-cta p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    section.rp-page-final-cta .rp-page-actions {
        flex-direction: column !important;
        max-width: 300px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    section.rp-page-final-cta .rp-page-actions a {
        width: 100% !important;
        box-sizing: border-box !important;
    }
}
/* ==========================================
   Raleigh's Place - Camp Coordinator Page
   ========================================== */

.rp-job-page {
  font-family: inherit;
  color: #444;
  line-height: 1.7;
}

.rp-job-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.rp-job-narrow {
  max-width: 820px;
}

.rp-job-section {
  padding: 70px 0;
}

.rp-job-alt {
  background: #f8f6fa;
}


/* ---------- HERO ---------- */

.rp-job-hero {
  background:
    linear-gradient(
      135deg,
      rgba(52, 0, 80, 0.96),
      rgba(124, 76, 163, 0.88)
    );
  padding: 90px 0;
  color: #fff;
}

.rp-job-hero-content {
  max-width: 820px;
}

.rp-job-eyebrow,
.rp-job-section-label,
.rp-job-cta-label {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #E60079;
  margin-bottom: 12px;
}

.rp-job-hero h1 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.08;
  color: #fff;
  margin: 0 0 20px;
}

.rp-job-hero-text {
  font-size: 19px;
  line-height: 1.65;
  max-width: 760px;
  margin-bottom: 30px;
  color: rgba(255,255,255,0.92);
}


/* ---------- BUTTONS ---------- */

.rp-job-hero-buttons,
.rp-job-final-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rp-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all .2s ease;
}

.rp-btn-primary {
  background: #E60079;
  border: 2px solid #E60079;
  color: #fff !important;
}

.rp-btn-primary:hover {
  background: #F085B6;
  border-color: #F085B6;
  color: #340050 !important;
}

.rp-btn-secondary-light {
  background: transparent;
  border: 2px solid #fff;
  color: #fff !important;
}

.rp-btn-secondary-light:hover {
  background: #fff;
  color: #340050 !important;
}


/* ---------- SNAPSHOT ---------- */

.rp-job-snapshot-section {
  padding: 0;
  background: #fff;
}

.rp-job-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(52, 0, 80, 0.08);
  overflow: hidden;
  transform: translateY(-26px);
  background: #fff;
}

.rp-job-snapshot-item {
  padding: 25px 22px;
  text-align: center;
  border-right: 1px solid #eee;
}

.rp-job-snapshot-item:last-child {
  border-right: none;
}

.rp-job-snapshot-label {
  display: block;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 4px;
}

.rp-job-snapshot-item strong {
  color: #340050;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}


/* ---------- HEADINGS ---------- */

.rp-job-page h2 {
  font-family: "Poppins", sans-serif;
  color: #340050;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
  margin: 0 0 20px;
}

.rp-job-page h3 {
  font-family: "Poppins", sans-serif;
  color: #340050;
  font-size: 20px;
  margin: 0 0 12px;
}

.rp-job-section-heading {
  max-width: 820px;
  margin-bottom: 35px;
}


/* ---------- CARDS ---------- */

.rp-job-two-column,
.rp-job-card-grid {
  display: grid;
  gap: 24px;
}

.rp-job-two-column {
  grid-template-columns: repeat(2, 1fr);
}

.rp-job-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.rp-job-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 5px 22px rgba(52, 0, 80, 0.06);
  border-top: 4px solid #E60079;
}

.rp-job-card p {
  margin-bottom: 0;
}


/* ---------- CALLOUT ---------- */

.rp-job-callout {
  background: #f3edf7;
  border-left: 5px solid #E60079;
  padding: 24px 28px;
  margin-top: 30px;
}

.rp-job-callout p {
  margin: 0;
  font-size: 18px;
  color: #340050;
}


/* ---------- CTA ---------- */

.rp-job-cta {
  background: #340050;
  color: #fff;
  padding: 50px 40px;
  border-radius: 10px;
  text-align: center;
}

.rp-job-cta h2 {
  color: #fff;
}

.rp-job-cta p {
  max-width: 680px;
  margin: 0 auto 25px;
  font-size: 18px;
  color: rgba(255,255,255,.9);
}


/* ---------- TRAITS ---------- */

.rp-job-traits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 35px;
}

.rp-job-trait {
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}

.rp-job-trait h3 {
  color: #E60079;
  margin-bottom: 5px;
}

.rp-job-trait p {
  margin: 0;
}


/* ---------- LIST ---------- */

.rp-job-list {
  columns: 2;
  column-gap: 40px;
  margin: 25px 0;
  padding-left: 22px;
}

.rp-job-list li {
  margin-bottom: 8px;
}

.rp-job-emphasis {
  font-weight: 600;
  color: #340050;
  font-size: 17px;
}


/* ---------- DETAILS ---------- */

.rp-job-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 22px rgba(52, 0, 80, 0.06);
  margin-top: 25px;
}

.rp-job-details > div {
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
}

.rp-job-details > div:nth-child(odd) {
  border-right: 1px solid #eee;
}

.rp-job-details span {
  display: block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.rp-job-details strong {
  display: block;
  font-family: "Poppins", sans-serif;
  color: #340050;
  margin-top: 3px;
}

.rp-job-small {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}


/* ---------- FINAL ---------- */

.rp-job-final {
  background: #340050;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.rp-job-final h2 {
  color: #fff;
}

.rp-job-final p {
  color: rgba(255,255,255,.92);
  font-size: 18px;
}

.rp-job-label-light {
  color: #F085B6;
}

.rp-job-final-buttons {
  justify-content: center;
  margin-top: 30px;
}

.rp-job-mission {
  margin-top: 45px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.2);
}

.rp-job-mission p {
  font-size: 15px;
  max-width: 720px;
  margin: 0 auto 8px;
}

.rp-job-mission strong {
  color: #F085B6;
  font-family: "Poppins", sans-serif;
}


/* ---------- MOBILE ---------- */

@media (max-width: 900px) {

  .rp-job-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rp-job-snapshot-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rp-job-snapshot-item:nth-child(2) {
    border-right: none;
  }

}

@media (max-width: 650px) {

  .rp-job-section {
    padding: 50px 0;
  }

  .rp-job-hero {
    padding: 65px 0 75px;
  }

  .rp-job-container {
    width: min(100% - 28px, 1120px);
  }

  .rp-job-two-column,
  .rp-job-card-grid,
  .rp-job-traits,
  .rp-job-details,
  .rp-job-snapshot-grid {
    grid-template-columns: 1fr;
  }

  .rp-job-snapshot-grid {
    transform: translateY(-18px);
  }

  .rp-job-snapshot-item {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .rp-job-details > div:nth-child(odd) {
    border-right: none;
  }

  .rp-job-list {
    columns: 1;
  }

  .rp-job-hero-buttons,
  .rp-job-final-buttons {
    display: block;
  }

  .rp-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    box-sizing: border-box;
  }

  .rp-job-cta {
    padding: 38px 22px;
  }

}
/* ========================================
   CAMP COUNSELORS
   ======================================== */

.rp-counselor-hero,
.rp-counselor-role,
.rp-counselor-gain,
.rp-counselor-fit,
.rp-counselor-life,
.rp-counselor-season,
.rp-counselor-faq,
.rp-counselor-apply {
    position: relative !important;
    width: 100vw !important;
    max-width: none !important;
    left: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-sizing: border-box !important;
}

.rp-counselor-hero {
    background: #340050 !important;
    padding: 90px 20px !important;
    text-align: center !important;
}

.rp-counselor-hero h1 {
    color: #ffffff !important;
    font-size: 54px !important;
    line-height: 1.08 !important;
}

.rp-counselor-hero p {
    color: rgba(255,255,255,.9) !important;
    font-size: 20px !important;
    line-height: 1.65 !important;
}

.rp-counselor-role,
.rp-counselor-fit,
.rp-counselor-faq {
    background: #f8f6fa !important;
    padding: 75px 20px !important;
}

.rp-counselor-gain,
.rp-counselor-life,
.rp-counselor-apply {
    background: #ffffff !important;
    padding: 75px 20px !important;
}

.rp-counselor-season {
    background: #340050 !important;
    padding: 65px 20px !important;
    text-align: center !important;
}

.rp-counselor-season h2 {
    color: #ffffff !important;
}

.rp-counselor-season p {
    color: rgba(255,255,255,.86) !important;
}

.rp-counselor-season .rp-page-kicker {
    color: #F085B6 !important;
}

.rp-counselor-hero .rp-page-inner,
.rp-counselor-role .rp-page-inner,
.rp-counselor-gain .rp-page-inner,
.rp-counselor-fit .rp-page-inner,
.rp-counselor-life .rp-page-inner,
.rp-counselor-season .rp-page-inner,
.rp-counselor-faq .rp-page-inner,
.rp-counselor-apply .rp-page-inner {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    box-sizing: border-box !important;
}

.rp-counselor-grid {
    display: grid !important;
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    gap: 22px !important;
}

.rp-counselor-card,
.rp-counselor-fit-card,
.rp-counselor-faq-item {
    background: #ffffff !important;
    border-top: 4px solid #E60079 !important;
    border-radius: 8px !important;
    padding: 28px 24px !important;
}

.rp-counselor-card h3,
.rp-counselor-fit-card h3,
.rp-counselor-faq-item h3 {
    color: #340050 !important;
}

.rp-counselor-card p,
.rp-counselor-fit-card p,
.rp-counselor-faq-item p {
    color: #666666 !important;
    line-height: 1.7 !important;
}

.rp-counselor-fit-grid {
    display: grid !important;
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    gap: 22px !important;
}

.rp-counselor-faq-grid {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 22px !important;
}

.rp-counselor-gain .rp-page-two-col,
.rp-counselor-life .rp-page-two-col,
.rp-counselor-apply .rp-page-two-col {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 48px !important;
    align-items: center !important;
}

.rp-counselor-gain-box,
.rp-counselor-life-box,
.rp-counselor-junior {
    background: #340050 !important;
    border-radius: 8px !important;
    padding: 34px !important;
}

.rp-counselor-gain-box h3,
.rp-counselor-life-box h3,
.rp-counselor-junior h3 {
    color: #ffffff !important;
}

.rp-counselor-gain-box li,
.rp-counselor-life-box li,
.rp-counselor-junior p {
    color: rgba(255,255,255,.86) !important;
    line-height: 1.7 !important;
}

.rp-counselor-role h2,
.rp-counselor-gain h2,
.rp-counselor-fit h2,
.rp-counselor-life h2,
.rp-counselor-faq h2,
.rp-counselor-apply h2 {
    color: #340050 !important;
}

.rp-counselor-gain p,
.rp-counselor-life p,
.rp-counselor-apply p {
    color: #666666 !important;
    line-height: 1.75 !important;
}


/* BUTTONS */

.rp-counselor-hero a.rp-btn-primary,
.rp-counselor-apply a.rp-btn-primary {
    display: inline-block !important;
    background: #E60079 !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    border-radius: 24px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.rp-counselor-hero a.rp-btn-secondary-light,
.rp-counselor-junior a.rp-btn-secondary-light {
    display: inline-block !important;
    background: #ffffff !important;
    color: #340050 !important;
    padding: 12px 24px !important;
    border-radius: 24px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}


/* MOBILE */

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

    .rp-counselor-hero {
        padding: 58px 14px !important;
    }

    .rp-counselor-hero h1 {
        font-size: 34px !important;
    }

    .rp-counselor-role,
    .rp-counselor-gain,
    .rp-counselor-fit,
    .rp-counselor-life,
    .rp-counselor-season,
    .rp-counselor-faq,
    .rp-counselor-apply {
        padding: 50px 14px !important;
    }

    .rp-counselor-grid,
    .rp-counselor-fit-grid,
    .rp-counselor-faq-grid,
    .rp-counselor-gain .rp-page-two-col,
    .rp-counselor-life .rp-page-two-col,
    .rp-counselor-apply .rp-page-two-col {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .rp-counselor-role h2,
    .rp-counselor-gain h2,
    .rp-counselor-fit h2,
    .rp-counselor-life h2,
    .rp-counselor-faq h2,
    .rp-counselor-apply h2,
    .rp-counselor-season h2 {
        font-size: 30px !important;
    }
}