{"id":332,"date":"2025-12-08T20:29:04","date_gmt":"2025-12-08T20:29:04","guid":{"rendered":"https:\/\/brave-solomon.64-23-132-27.plesk.page\/?page_id=332"},"modified":"2026-04-03T20:49:33","modified_gmt":"2026-04-03T20:49:33","slug":"programs","status":"publish","type":"page","link":"https:\/\/brave-solomon.64-23-132-27.plesk.page\/index.php\/programs\/","title":{"rendered":"Programs"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"332\" class=\"elementor elementor-332\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-716e1de e-flex e-con-boxed e-con e-parent\" data-id=\"716e1de\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a70b0cb elementor-widget elementor-widget-html\" data-id=\"a70b0cb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800&family=Open+Sans:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n    \n<style>\n    \/* 1. BRAND COLORS & VARIABLES *\/\n    :root {\n        --elp-orange: #F68B36;\n        --elp-orange-glow: rgba(246, 139, 54, 0.4);\n        --elp-teal: #31C0C8;\n        --elp-teal-glow: rgba(49, 192, 200, 0.4);\n        --elp-navy: #1A2B3C;\n        --elp-blue-text: #2C3E50;\n        --elp-bg-light: #EFF3F8;\n        --elp-white: #ffffff;\n    }\n\n    \/* Fix for the white gap: Colors the header's spacer to match the hero background *\/\n    .elp-header-spacer {\n        background-color: var(--elp-bg-light) !important;\n    }\n\n    \/* Reset & Base Styles - Bulletproof Breakout applied *\/\n    .elp-programs-wrapper {\n        font-family: 'Open Sans', sans-serif;\n        color: var(--elp-blue-text);\n        line-height: 1.6;\n        \n        \/* BULLETPROOF FULL-WIDTH BREAKOUT (Fixed for Modals) *\/\n        width: 100vw !important;\n        max-width: 100vw !important;\n        position: relative !important;\n        left: 0 !important;\n        margin-left: calc(50% - 50vw) !important;\n        \n        \/* PULL UP UNDER HEADER TO REMOVE WHITE GAP *\/\n        margin-top: -85px !important;\n        \n        background-color: var(--elp-white) !important;\n        overflow-x: hidden;\n        box-sizing: border-box;\n    }\n\n    .elp-programs-wrapper *, .elp-programs-wrapper *::before, .elp-programs-wrapper *::after {\n        box-sizing: inherit;\n    }\n\n    .elp-programs-wrapper h1, \n    .elp-programs-wrapper h2, \n    .elp-programs-wrapper h3,\n    .elp-programs-wrapper h4 {\n        font-family: 'Montserrat', sans-serif;\n        margin-bottom: 1rem;\n        color: var(--elp-navy);\n        line-height: 1.2;\n    }\n\n    .elp-highlight-text { color: var(--elp-teal); }\n    .elp-accent-text { color: var(--elp-orange); }\n\n    \/* Entrance Animation *\/\n    @keyframes elpFadeUp {\n        from { opacity: 0; transform: translateY(30px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    .elp-animate-up {\n        animation: elpFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n    }\n\n    \/* --- HERO SECTION --- *\/\n    .elp-hero {\n        text-align: center;\n        \/* Padding to clear header *\/\n        padding: 170px 5% 100px;\n        background: linear-gradient(180deg, var(--elp-bg-light) 0%, var(--elp-white) 100%);\n        position: relative;\n        overflow: hidden;\n    }\n\n    \/* Glowing Orbs *\/\n    .elp-prog-orb-1 {\n        position: absolute;\n        width: 40vw; max-width: 500px;\n        height: 40vw; max-height: 500px;\n        background: radial-gradient(circle, var(--elp-teal-glow) 0%, rgba(255,255,255,0) 70%);\n        top: -10%; left: -10%;\n        border-radius: 50%; z-index: 0; pointer-events: none;\n    }\n    .elp-prog-orb-2 {\n        position: absolute;\n        width: 50vw; max-width: 600px;\n        height: 50vw; max-height: 600px;\n        background: radial-gradient(circle, var(--elp-orange-glow) 0%, rgba(255,255,255,0) 70%);\n        bottom: 10%; right: -10%;\n        border-radius: 50%; z-index: 0; pointer-events: none;\n    }\n\n    .elp-hero-content {\n        position: relative;\n        z-index: 2;\n    }\n\n    .elp-hero h1 {\n        font-size: clamp(3rem, 6vw, 4.5rem);\n        font-weight: 800;\n        margin-bottom: 20px;\n        letter-spacing: -1px;\n    }\n\n    .elp-hero p.intro {\n        font-size: 1.25rem;\n        color: #555;\n        max-width: 800px;\n        margin: 0 auto 50px auto;\n        line-height: 1.7;\n    }\n\n    \/* Hero Image Collage *\/\n    .elp-hero-collage {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 30px;\n        max-width: 1000px;\n        margin: 0 auto;\n        align-items: center;\n    }\n\n    .elp-hero-img {\n        width: 100%;\n        height: 380px;\n        object-fit: cover;\n        border-radius: 24px;\n        box-shadow: 0 20px 40px rgba(0,0,0,0.15);\n        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .elp-hero-img:hover {\n        transform: scale(1.03) !important;\n        box-shadow: 0 25px 50px rgba(0,0,0,0.2);\n        z-index: 5;\n        position: relative;\n    }\n\n    \/* --- PROGRAM PROGRESSION CARDS --- *\/\n    .elp-progression {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n        padding: 60px 5% 100px;\n        max-width: 1250px;\n        margin: 0 auto;\n        background: var(--elp-white);\n        border: none !important; \/* FIXED: Removes potential lines *\/\n    }\n\n    .elp-step {\n        border-radius: 24px;\n        padding: 45px 35px;\n        text-align: center;\n        position: relative;\n        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        color: white;\n        box-shadow: 0 15px 35px rgba(0,0,0,0.08);\n        cursor: pointer;\n        overflow: hidden;\n    }\n\n    .elp-step:hover {\n        transform: translateY(-10px);\n        box-shadow: 0 25px 50px rgba(0,0,0,0.15);\n    }\n\n    .elp-step.core { background: var(--elp-teal); border-bottom: 8px solid #239aa6; }\n    .elp-step.internship { background: var(--elp-orange); border-bottom: 8px solid #d96d1f; }\n    .elp-step.fellows { background: var(--elp-navy); border-bottom: 8px solid #111d2b; }\n\n    .elp-step h3 {\n        color: white !important;\n        font-size: 2.2rem;\n        font-weight: 800;\n        margin-bottom: 15px;\n        line-height: 1.1;\n    }\n\n    .elp-step p {\n        font-size: 1.1rem;\n        margin-bottom: 35px;\n        opacity: 0.95;\n        line-height: 1.6;\n    }\n\n    .elp-step-year {\n        background: rgba(255,255,255,0.2);\n        color: white;\n        padding: 6px 18px;\n        border-radius: 30px;\n        font-size: 0.9rem;\n        font-weight: 700;\n        display: inline-block;\n        margin-bottom: 20px;\n        align-self: center;\n        letter-spacing: 1px;\n        text-transform: uppercase;\n    }\n\n    .elp-card-btn {\n        background: white;\n        padding: 14px 30px;\n        border-radius: 50px;\n        font-weight: 700;\n        text-transform: uppercase;\n        font-size: 0.9rem;\n        display: inline-block;\n        transition: all 0.3s ease;\n        border: none;\n        cursor: pointer;\n        letter-spacing: 0.5px;\n    }\n\n    .core .elp-card-btn { color: var(--elp-teal); }\n    .internship .elp-card-btn { color: var(--elp-orange); }\n    .fellows .elp-card-btn { color: var(--elp-navy); }\n\n    \/* --- PROGRAM DETAILS SECTIONS --- *\/\n    .elp-program-section { \n        padding: 100px 5%; \n        border: none !important; \/* FIXED: Explicitly removes lines between white and blue sections *\/\n        box-shadow: none !important;\n        position: relative;\n    }\n\n    .elp-bg-alternate { \n        background-color: var(--elp-bg-light); \n    }\n\n    .elp-section-header {\n        text-align: center;\n        margin-bottom: 50px;\n        max-width: 850px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .elp-section-header h2 { font-size: clamp(2.5rem, 4vw, 3.2rem); color: var(--elp-navy); font-weight: 800; }\n    .elp-section-header p.subtitle { font-size: 1.15rem; font-weight: 700; color: var(--elp-orange); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }\n    .elp-section-header p.desc { font-size: 1.15rem; color: #555; line-height: 1.7; }\n    \n    .elp-cta-button {\n        display: inline-block;\n        background-color: var(--elp-teal);\n        color: white !important;\n        padding: 16px 40px;\n        font-size: 1.05rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        text-decoration: none;\n        border-radius: 50px;\n        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n        box-shadow: 0 8px 20px rgba(49, 192, 200, 0.3);\n        border: none;\n        cursor: pointer;\n        margin-top: 20px;\n    }\n\n    .elp-cta-button:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(49, 192, 200, 0.4); }\n    .btn-internship { background-color: var(--elp-orange); box-shadow: 0 8px 20px rgba(246, 139, 54, 0.3); }\n    .btn-fellows { background-color: var(--elp-navy); box-shadow: 0 8px 20px rgba(26, 43, 60, 0.3); }\n\n    .elp-components-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n        max-width: 1250px;\n        margin: 0 auto;\n    }\n\n    .elp-component-card {\n        background: white;\n        padding: 40px 35px;\n        border-radius: 20px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n        border-top: 5px solid var(--elp-teal); \n        transition: transform 0.3s ease;\n    }\n\n    .elp-component-card:hover { transform: translateY(-5px); }\n    .elp-component-card h3 { color: var(--elp-navy); font-size: 1.5rem; font-weight: 800; margin-bottom: 20px; }\n    .elp-component-card ul { padding-left: 20px; margin-top: 15px; }\n    .elp-component-card li { margin-bottom: 12px; position: relative; list-style: none; color: #555; font-size: 1.05rem; }\n    .elp-component-card li::before { content: \"\u2713\"; color: var(--elp-orange); font-weight: 800; display: inline-block; position: absolute; left: -22px; top: 0; }\n\n    .elp-schools { text-align: center; margin-top: 80px; max-width: 1250px; margin-left: auto; margin-right: auto; }\n    .elp-schools h4 { font-size: 1.8rem; font-weight: 800; margin-bottom: 30px; }\n    .elp-schools-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 20px; justify-content: center; }\n\n    .elp-school-item {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        background: #fff;\n        border: 1px solid rgba(0,0,0,0.05);\n        border-radius: 16px;\n        padding: 25px 15px;\n        text-decoration: none;\n        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n        height: 150px;\n    }\n\n    .elp-school-item:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.08); transform: translateY(-5px); border-color: var(--elp-teal); }\n    .elp-school-logo { max-width: 80px; max-height: 60px; width: auto; height: auto; object-fit: contain; margin-bottom: 15px; filter: grayscale(100%) opacity(0.7); transition: all 0.3s ease; }\n    .elp-school-item:hover .elp-school-logo { filter: grayscale(0%) opacity(1); }\n    .elp-school-name { font-size: 0.85rem; font-weight: 700; color: var(--elp-navy); text-align: center; line-height: 1.2; }\n    \n    \/* --- STATS SECTION (Premium Navy Glow) --- *\/\n    .elp-stats {\n        background-color: var(--elp-navy);\n        color: var(--elp-white);\n        padding: 100px 5%;\n        position: relative;\n        overflow: hidden;\n        border: none !important;\n    }\n\n    .elp-stats::before {\n        content: '';\n        position: absolute;\n        top: 50%; left: 50%;\n        transform: translate(-50%, -50%);\n        width: 800px; height: 800px;\n        background: radial-gradient(circle, rgba(49,192,200,0.15) 0%, rgba(26,43,60,0) 70%);\n        border-radius: 50%;\n        pointer-events: none;\n    }\n\n    .elp-stats-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 40px;\n        max-width: 1250px;\n        margin: 0 auto;\n        position: relative;\n        z-index: 2;\n        text-align: center;\n    }\n\n    .elp-stat-item h3 {\n        font-size: clamp(3.5rem, 6vw, 4.5rem);\n        margin: 0 0 10px 0;\n        font-weight: 800;\n        background: linear-gradient(135deg, var(--elp-teal), var(--elp-orange));\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        line-height: 1.1;\n    }\n\n    .elp-stat-item p {\n        font-size: 1.1rem;\n        font-weight: 600;\n        color: #A9B8C7; \n        margin: 0;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* --- MODAL STYLES (Ultra Premium) --- *\/\n    .elp-modal {\n        display: none; \n        position: fixed; \n        z-index: 99999; \n        left: 0; top: 0;\n        width: 100vw; height: 100vh; \n        overflow: hidden; \n        background-color: rgba(26, 43, 60, 0.7); \n        backdrop-filter: blur(12px);\n        -webkit-backdrop-filter: blur(12px);\n        opacity: 0;\n        transition: opacity 0.3s ease;\n    }\n\n    .elp-modal.show { opacity: 1; }\n\n    .elp-modal-content {\n        background-color: var(--elp-white);\n        margin: 8vh auto; \n        width: 90%;\n        max-width: 850px;\n        max-height: 84vh; \n        border-radius: 24px;\n        position: relative;\n        box-shadow: 0 25px 60px rgba(0,0,0,0.4);\n        transform: scale(0.95) translateY(20px);\n        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n        display: flex;\n        flex-direction: column; \n        overflow: hidden;\n    }\n\n    .elp-modal.show .elp-modal-content { transform: scale(1) translateY(0); }\n\n    .elp-modal-header { padding: 40px 50px; flex-shrink: 0; position: relative; }\n    .modal-core-header { background-color: var(--elp-teal); }\n    .modal-intern-header { background-color: var(--elp-orange); }\n    .modal-fellows-header { background-color: var(--elp-navy); border-bottom: 4px solid var(--elp-orange); }\n\n    .elp-modal-header h3 { font-family: 'Montserrat', sans-serif; color: var(--elp-white) !important; margin: 0; font-size: 2.2rem; font-weight: 800; line-height: 1.2; padding-right: 50px; }\n    .elp-modal-body { padding: 40px 50px; color: #4A5A6A; overflow-y: auto; line-height: 1.8; font-size: 1.05rem; }\n\n    .elp-close { color: rgba(255,255,255,0.7); position: absolute; top: 30px; right: 40px; font-size: 45px; font-weight: 300; cursor: pointer; line-height: 1; transition: color 0.3s ease, transform 0.3s ease; z-index: 100; }\n    .elp-close:hover { color: var(--elp-white); transform: rotate(90deg); }\n\n    .elp-modal-body h4 { color: var(--elp-navy); margin-top: 30px; font-size: 1.4rem; font-weight: 800; border-bottom: 2px solid #eee; padding-bottom: 10px; margin-bottom: 20px; }\n    .elp-modal-body p { margin-top: 0; margin-bottom: 20px; }\n    .elp-modal-body li::before { content: \"\u2713\"; color: var(--elp-orange); font-weight: 800; display: inline-block; position: absolute; left: -22px; top: 0; }\n    .elp-modal-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 40px; }\n    .elp-modal-gallery img { width: 100%; height: 220px; object-fit: cover; border-radius: 16px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }\n\n    \/* --- RESPONSIVE ADJUSTMENTS --- *\/\n    @media (max-width: 768px) {\n        .elp-hero { padding: 140px 5% 60px; }\n        .elp-hero-collage { grid-template-columns: 1fr; gap: 20px; }\n        .elp-hero-img { height: 280px; }\n        .elp-schools-grid { grid-template-columns: repeat(2, 1fr); }\n        .elp-stats-grid { gap: 40px; }\n        .elp-modal-content { margin: 5vh auto; width: 95%; max-height: 90vh; }\n        .elp-modal-header { padding: 30px; }\n        .elp-modal-header h3 { font-size: 1.8rem; }\n        .elp-modal-body { padding: 30px; }\n        .elp-close { top: 20px; right: 25px; font-size: 35px; }\n        .elp-step h3 { font-size: 1.8rem; }\n    }\n<\/style>\n\n<div class=\"elp-programs-wrapper\">\n    \n    <div class=\"elp-hero elp-animate-up\">\n        <div class=\"elp-prog-orb-1\"><\/div>\n        <div class=\"elp-prog-orb-2\"><\/div>\n        \n        <div class=\"elp-hero-content\">\n            <h1 class=\"elp-accent-text\">Our Programs<\/h1>\n            <p class=\"intro\"><strong>A progression of programming: Grade 10 through College.<\/strong><br>\n            We believe in \"earning while learning,\" anchoring our work in schools to leverage trusted relationships and offer comprehensive support.<\/p>\n            \n            <div class=\"elp-hero-collage\">\n                <img decoding=\"async\" src=\"https:\/\/brave-solomon.64-23-132-27.plesk.page\/wp-content\/uploads\/2026\/01\/0CA4C341-E15C-40F8-A3F5-94C54E612B6D_1_102_a-1.jpeg\" alt=\"Students Working\" class=\"elp-hero-img\" style=\"transform: rotate(-2deg);\">\n                <img decoding=\"async\" src=\"https:\/\/brave-solomon.64-23-132-27.plesk.page\/wp-content\/uploads\/2026\/01\/Stock-Exchaneg-2025-1-1.jpg\" alt=\"Stock Exchange Visit\" class=\"elp-hero-img\" style=\"transform: rotate(2deg);\">\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"elp-progression elp-animate-up\" style=\"animation-delay: 0.2s;\">\n        <div class=\"elp-step core\" onclick=\"openModal('modal-core')\">\n            <div>\n                <span class=\"elp-step-year\">Since 2020<\/span>\n                <h3>ELP Core Program<\/h3>\n                <p>Helping students build a foundation of professional skills to start their journey.<\/p>\n            <\/div>\n            <div><button class=\"elp-card-btn\">View Details<\/button><\/div>\n        <\/div>\n\n        <div class=\"elp-step internship\" onclick=\"openModal('modal-internship')\">\n            <div>\n                <span class=\"elp-step-year\">Since 2022<\/span>\n                <h3>ELP Internship<\/h3>\n                <p>Paid work experience for successful Core graduates with top partners.<\/p>\n            <\/div>\n            <div><button class=\"elp-card-btn\">View Details<\/button><\/div>\n        <\/div>\n\n        <div class=\"elp-step fellows\" onclick=\"openModal('modal-fellows')\">\n            <div>\n                <span class=\"elp-step-year\">Since 2023<\/span>\n                <h3>ELP Fellows<\/h3>\n                <p>Long-term mentorship pods and career guidance for alumni.<\/p>\n            <\/div>\n            <div><button class=\"elp-card-btn\">View Details<\/button><\/div>\n        <\/div>\n    <\/div>\n\n    <section class=\"elp-program-section elp-bg-alternate\">\n        <div class=\"elp-section-header\">\n            <h2>ELP Core Program<\/h2>\n            <p class=\"subtitle\">\"The Foundation\"<\/p>\n            <p class=\"desc\">Launched in Fall 2020, this after-school program provides 54 hours of coursework. Scholars present a real-world case study capstone project and earn incentive-based stipends of <strong>$200-$800<\/strong>.<\/p>\n            <button class=\"elp-cta-button\" onclick=\"openModal('modal-core')\">Read Full Details<\/button>\n        <\/div>\n\n        <div class=\"elp-components-grid\">\n            <div class=\"elp-component-card\">\n                <h3>Professional Skills<\/h3>\n                <ul>\n                    <li>Presentation Skills & Public Speaking<\/li>\n                    <li>Networking & Elevator Pitch<\/li>\n                    <li>Time Management<\/li>\n                    <li>LinkedIn & Resume Building<\/li>\n                    <li>Email Etiquette<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"elp-component-card\">\n                <h3>Career Exposure<\/h3>\n                <p style=\"margin-bottom: 10px;\">Direct access to professionals in:<\/p>\n                <ul>\n                    <li>Healthcare & Real Estate<\/li>\n                    <li>Finance & Technology<\/li>\n                    <li>Justice, Law & Government<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"elp-component-card\">\n                <h3>Experiential Learning<\/h3>\n                <ul>\n                    <li>Group projects analyzing real-world situations<\/li>\n                    <li>Capstone presentations to senior executives<\/li>\n                    <li>Off-campus trips to supplement curriculum<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <div class=\"elp-schools\">\n            <h4>Our School Partners<\/h4>\n            <div class=\"elp-schools-grid\">\n                <a href=\"https:\/\/www.compscihigh.org\/\" target=\"_blank\" class=\"elp-school-item\">\n                    <img decoding=\"async\" src=\"https:\/\/logo.clearbit.com\/compscihigh.org\" class=\"elp-school-logo\" onerror=\"this.style.display='none'\">\n                    <span class=\"elp-school-name\">Comp Sci High<\/span>\n                <\/a>\n                <a href=\"https:\/\/www.southbronxprep.net\/\" target=\"_blank\" class=\"elp-school-item\">\n                    <img decoding=\"async\" src=\"https:\/\/logo.clearbit.com\/southbronxprep.net\" class=\"elp-school-logo\" onerror=\"this.style.display='none'\">\n                    <span class=\"elp-school-name\">South Bronx Prep<\/span>\n                <\/a>\n                <a href=\"https:\/\/www.bronxcenter.nyc\/\" target=\"_blank\" class=\"elp-school-item\">\n                    <img decoding=\"async\" src=\"https:\/\/logo.clearbit.com\/bronxcenter.nyc\" class=\"elp-school-logo\" onerror=\"this.style.display='none'\">\n                    <span class=\"elp-school-name\">Bronx Center for Science & Math<\/span>\n                <\/a>\n                <a href=\"https:\/\/www.flhfhs.org\/\" target=\"_blank\" class=\"elp-school-item\">\n                    <img decoding=\"async\" src=\"https:\/\/logo.clearbit.com\/flhfhs.org\" class=\"elp-school-logo\" onerror=\"this.style.display='none'\">\n                    <span class=\"elp-school-name\">Fannie Lou Hamer HS<\/span>\n                <\/a>\n                <a href=\"http:\/\/www.bronxletters.org\/\" target=\"_blank\" class=\"elp-school-item\">\n                    <img decoding=\"async\" src=\"https:\/\/logo.clearbit.com\/bronxletters.org\" class=\"elp-school-logo\" onerror=\"this.style.display='none'\">\n                    <span class=\"elp-school-name\">Bronx Academy of Letters<\/span>\n                <\/a>\n                <a href=\"https:\/\/mshs223.org\/\" target=\"_blank\" class=\"elp-school-item\">\n                    <img decoding=\"async\" src=\"https:\/\/logo.clearbit.com\/mshs223.org\" class=\"elp-school-logo\" onerror=\"this.style.display='none'\">\n                    <span class=\"elp-school-name\">The Laboratory School<\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"elp-program-section\">\n        <div class=\"elp-section-header\">\n            <h2>ELP Internship Program<\/h2>\n            <p class=\"subtitle\">Real World Experience<\/p>\n            <p class=\"desc\">Scholars who successfully complete the Core Program are invited to apply for paid spring internships.<\/p>\n            <button class=\"elp-cta-button btn-internship\" onclick=\"openModal('modal-internship')\">Read Full Details<\/button>\n        <\/div>\n        \n        <div class=\"elp-components-grid\" style=\"max-width: 900px;\">\n            <div class=\"elp-component-card\" style=\"border-top-color: var(--elp-orange);\">\n                <h3>Growth & Placement<\/h3>\n                <p>Launched in Spring 2022. Placements include J.P. Morgan Asset Management, A-CAP, Bronx District Attorney, and NYS Unified Court System.<\/p>\n            <\/div>\n            <div class=\"elp-component-card\" style=\"border-top-color: var(--elp-orange);\">\n                <h3>Earnings & Support<\/h3>\n                <p>Scholars work 10-15 hours weekly and earn up to <strong>$2,500<\/strong>. Includes weekly reflections and check-ins with our team.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"elp-program-section elp-bg-alternate\">\n        <div class=\"elp-section-header\">\n            <h2>ELP Fellows Program<\/h2>\n            <p class=\"subtitle\">Building Social Capital<\/p>\n            <p class=\"desc\">A pilot of innovative mentorship providing scholars with professional relationships across career stages.<\/p>\n            <button class=\"elp-cta-button btn-fellows\" onclick=\"openModal('modal-fellows')\">Read Full Details<\/button>\n        <\/div>\n\n        <div class=\"elp-components-grid\" style=\"max-width: 900px;\">\n            <div class=\"elp-component-card\" style=\"border-top-color: var(--elp-navy);\">\n                <h3>Structure<\/h3>\n                <ul>\n                    <li>\"Pod\" mentorship: Scholars paired with professionals.<\/li>\n                    <li>Range of mentors from C-suite to early career.<\/li>\n                    <li>2-Year commitment from all participants.<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"elp-component-card\" style=\"border-top-color: var(--elp-navy);\">\n                <h3>Impact<\/h3>\n                <ul>\n                    <li>Builds scholar confidence.<\/li>\n                    <li>Opens doors to new opportunities.<\/li>\n                    <li>Offers curriculum on goal setting.<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"elp-stats\">\n        <div class=\"elp-stats-grid\">\n            <div class=\"elp-stat-item\">\n                <h3>600+<\/h3>\n                <p>Scholars Enrolled<\/p>\n            <\/div>\n            <div class=\"elp-stat-item\">\n                <h3>385+<\/h3>\n                <p>Industry Mentors<\/p>\n            <\/div>\n            <div class=\"elp-stat-item\">\n                <h3>100+<\/h3>\n                <p>Panelists Covering 8 Pathways<\/p>\n            <\/div>\n            <div class=\"elp-stat-item\">\n                <h3>812+<\/h3>\n                <p>Programming Hours<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- MODALS -->\n    <div id=\"modal-core\" class=\"elp-modal\">\n        <div class=\"elp-modal-content\">\n            <div class=\"elp-modal-header modal-core-header\">\n                <span class=\"elp-close\" onclick=\"closeModal('modal-core')\">&times;<\/span>\n                <h3>ELP Core Program<\/h3>\n            <\/div>\n            <div class=\"elp-modal-body\">\n                <p>ELP currently partners with six public high schools in the South Bronx. In our Core Program, students meet after school 2 days a week to interact with professionals and build their networks, develop and hone essential professional skills, and work on a team project emulating real world situations.<\/p>\n                <p>Although we gladly work with all grade levels, our core program is geared towards scholars in 10th and 11th grade. This allows scholars to be involved in our internship program in 11th or 12th grade.<\/p>\n                \n                <h4>Schedule:<\/h4>\n                <p>We meet with our scholars 2x per week for 10 weeks over the course of each semester:<\/p>\n                <ul>\n                    <li>Once a week virtually with panels of professionals.<\/li>\n                    <li>Once a week in person for professional skills learning and Capstone Project work.<\/li>\n                <\/ul>\n\n                <div class=\"elp-modal-gallery\">\n                    <img decoding=\"async\" src=\"https:\/\/brave-solomon.64-23-132-27.plesk.page\/wp-content\/uploads\/2025\/12\/elp-peope-12.jpg\" alt=\"ELP Core Activity\">\n                    <img decoding=\"async\" src=\"https:\/\/brave-solomon.64-23-132-27.plesk.page\/wp-content\/uploads\/2025\/12\/elp-peope-13.jpg\" alt=\"ELP Scholars\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"modal-internship\" class=\"elp-modal\">\n        <div class=\"elp-modal-content\">\n            <div class=\"elp-modal-header modal-intern-header\">\n                <span class=\"elp-close\" onclick=\"closeModal('modal-internship')\">&times;<\/span>\n                <h3>ELP Internship Details<\/h3>\n            <\/div>\n            <div class=\"elp-modal-body\">\n                <p>The Internship Program is designed for students who have completed at least one semester of the ELP Core Program. It offers paid professional internships alongside school commitments.<\/p>\n                <p>The program started in Spring 2022 with 12 scholars. In Spring 2024, 28 interns were placed across various industries.<\/p>\n                \n                <h4>Program Highlights:<\/h4>\n                <ul>\n                    <li><strong>Work:<\/strong> Interns work 10-15 hours per week (approx 1pm - 5pm, 2x a week).<\/li>\n                    <li><strong>Learn:<\/strong> Weekly speaker series with executives to ask questions and learn from seasoned professionals.<\/li>\n                    <li><strong>Reflect:<\/strong> Weekly reflection sessions with other interns and the ELP team.<\/li>\n                <\/ul>\n\n                <div class=\"elp-modal-gallery\">\n                    <img decoding=\"async\" src=\"https:\/\/brave-solomon.64-23-132-27.plesk.page\/wp-content\/uploads\/2025\/12\/elp-peope-9.jpg\" alt=\"Internship Program\">\n                    <img decoding=\"async\" src=\"https:\/\/brave-solomon.64-23-132-27.plesk.page\/wp-content\/uploads\/2025\/12\/elp-peope-11.jpg\" alt=\"Professional Experience\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"modal-fellows\" class=\"elp-modal\">\n        <div class=\"elp-modal-content\">\n            <div class=\"elp-modal-header modal-fellows-header\">\n                <span class=\"elp-close\" onclick=\"closeModal('modal-fellows')\">&times;<\/span>\n                <h3>ELP Fellows Details<\/h3>\n            <\/div>\n            <div class=\"elp-modal-body\">\n                <p>The ELP Fellowship Program is a pilot initiative to continue working with scholars in a long-term, mentorship-focused format. Scholars are paired with mentors across career stages.<\/p>\n                \n                <h4>Goals:<\/h4>\n                <ul>\n                    <li>Empower scholars with social capital.<\/li>\n                    <li>Build scholar confidence and hone skills.<\/li>\n                    <li>Provide strong, lasting relationships with mentors.<\/li>\n                <\/ul>\n                <p>The Fellowship Program includes 48 participants in 8 pods (small groups) who meet regularly for both career-focused curriculum and casual connection.<\/p>\n\n                <div class=\"elp-modal-gallery\">\n                    <img decoding=\"async\" src=\"https:\/\/brave-solomon.64-23-132-27.plesk.page\/wp-content\/uploads\/2025\/12\/elp-peope-8.jpg\" alt=\"Fellows Mentorship\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n<\/div>\n\n<script>\n    \/\/ Modal Logic\n    function openModal(modalId) {\n        var modal = document.getElementById(modalId);\n        modal.style.display = \"block\";\n        setTimeout(function() {\n            modal.classList.add('show');\n        }, 10);\n        document.body.style.overflow = \"hidden\"; \n    }\n\n    function closeModal(modalId) {\n        var modal = document.getElementById(modalId);\n        modal.classList.remove('show');\n        setTimeout(function() {\n            modal.style.display = \"none\";\n        }, 300); \n        document.body.style.overflow = \"auto\"; \n    }\n\n    window.onclick = function(event) {\n        if (event.target.classList.contains('elp-modal')) {\n            event.target.classList.remove('show');\n            setTimeout(function() {\n                event.target.style.display = \"none\";\n            }, 300);\n            document.body.style.overflow = \"auto\";\n        }\n    }\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our Programs A progression of programming: Grade 10 through College. We believe in &#8220;earning while learning,&#8221; anchoring our work in schools to leverage trusted relationships and offer comprehensive support. Since 2020 ELP Core Program Helping students build a foundation of professional skills to start their journey. View Details Since 2022 ELP Internship Paid work experience [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-332","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/brave-solomon.64-23-132-27.plesk.page\/index.php\/wp-json\/wp\/v2\/pages\/332","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brave-solomon.64-23-132-27.plesk.page\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/brave-solomon.64-23-132-27.plesk.page\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/brave-solomon.64-23-132-27.plesk.page\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/brave-solomon.64-23-132-27.plesk.page\/index.php\/wp-json\/wp\/v2\/comments?post=332"}],"version-history":[{"count":28,"href":"https:\/\/brave-solomon.64-23-132-27.plesk.page\/index.php\/wp-json\/wp\/v2\/pages\/332\/revisions"}],"predecessor-version":[{"id":693,"href":"https:\/\/brave-solomon.64-23-132-27.plesk.page\/index.php\/wp-json\/wp\/v2\/pages\/332\/revisions\/693"}],"wp:attachment":[{"href":"https:\/\/brave-solomon.64-23-132-27.plesk.page\/index.php\/wp-json\/wp\/v2\/media?parent=332"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}