{"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-06-17T19:26:07","modified_gmt":"2026-06-17T19:26:07","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-con-full e-flex e-con e-parent\" data-id=\"716e1de\" data-element_type=\"container\">\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=Arimo:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&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: #0b1a69; \/* Exact brand Navy *\/\n        --elp-bg-light: #EFF3F8;\n        --elp-white: #ffffff;\n        \n        \/* Font Variables *\/\n        --font-primary: 'Montserrat', sans-serif;\n        --font-secondary: 'Arimo', sans-serif;\n        --font-display: 'Lovelo', 'Montserrat', sans-serif;\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: var(--font-secondary);\n        color: var(--elp-navy);\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: var(--font-primary);\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-family: var(--font-display);\n        font-size: clamp(3rem, 6vw, 4.5rem);\n        font-weight: 800;\n        margin-bottom: 20px;\n        letter-spacing: -1px;\n        text-transform: uppercase;\n    }\n\n    .elp-hero p.intro {\n        font-size: 1.25rem;\n        color: var(--elp-navy);\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(11, 26, 105, 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(11, 26, 105, 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; \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(11, 26, 105, 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(11, 26, 105, 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 #050c33; }\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        color: white;\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: transparent !important;\n        color: white !important;\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: 2px solid white !important;\n        cursor: pointer;\n        letter-spacing: 0.5px;\n        font-family: var(--font-primary);\n    }\n\n    .elp-card-btn:hover {\n        background: white !important;\n    }\n    \n    .core .elp-card-btn:hover { color: var(--elp-teal) !important; }\n    .internship .elp-card-btn:hover { color: var(--elp-orange) !important; }\n    .fellows .elp-card-btn:hover { color: var(--elp-navy) !important; }\n\n    \/* --- PROGRAM DETAILS SECTIONS --- *\/\n    .elp-program-section { \n        padding: 100px 5%; \n        border: none !important; \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: var(--elp-navy); 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-family: var(--font-primary);\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(11, 26, 105, 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(11, 26, 105, 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: var(--elp-navy); 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    \/* --- 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(11, 26, 105, 0.7); \/* Adjusted to Navy *\/\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: var(--font-primary); 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: var(--elp-navy); 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; font-family: var(--font-primary); }\n    .elp-modal-body p { margin-top: 0; margin-bottom: 20px; }\n    .elp-modal-body li { position: relative; list-style: none; margin-bottom: 10px; }\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    \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(11, 26, 105, 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-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 \u201cearning while learning,\u201d providing stipends for participation and ensuring all internship opportunities are paid. By anchoring our work in schools and building through trusted relationships, we provide comprehensive, long-term support for every scholar we serve.<\/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 Bx Core<\/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 Bx 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 Bx 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 Bx 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-$700<\/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    <\/section>\n\n    <section class=\"elp-program-section\">\n        <div class=\"elp-section-header\">\n            <h2>ELP Bx 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 Bronx County Courthouse.<\/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 competitive hourly pay. 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\">An innovative mentorship model providing scholars with one-on-one and group mentorship support from professionals 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    <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 Bx Core<\/h3>\n            <\/div>\n            <div class=\"elp-modal-body\">\n                <p>ELP Bx 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 style=\"padding-left: 20px;\">\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 Bx Internship<\/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 Bx 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. In Spring 2026, 30 interns were placed across various industries.<\/p>\n                \n                <h4>Program Highlights:<\/h4>\n                <ul style=\"padding-left: 20px;\">\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<\/h3>\n            <\/div>\n            <div class=\"elp-modal-body\">\n                <p>An innovative mentorship model providing scholars with one-on-one and group mentorship support from professionals across career stages.<\/p>\n                \n                <h4>Goals:<\/h4>\n                <ul style=\"padding-left: 20px;\">\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 Fellows 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\/2026\/06\/banner-Large.jpeg\" alt=\"Fellows Mentorship\">\n                    \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<\/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 \u201cearning while learning,\u201d providing stipends for participation and ensuring all internship opportunities are paid. By anchoring our work in schools and building through trusted relationships, we provide comprehensive, long-term support for every scholar we serve. Since 2020 ELP Bx Core Helping students [&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":73,"href":"https:\/\/brave-solomon.64-23-132-27.plesk.page\/index.php\/wp-json\/wp\/v2\/pages\/332\/revisions"}],"predecessor-version":[{"id":917,"href":"https:\/\/brave-solomon.64-23-132-27.plesk.page\/index.php\/wp-json\/wp\/v2\/pages\/332\/revisions\/917"}],"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}]}}