{"id":523,"date":"2024-06-25T02:07:26","date_gmt":"2024-06-25T02:07:26","guid":{"rendered":"https:\/\/owe-csa.org\/?page_id=523"},"modified":"2026-05-06T11:40:46","modified_gmt":"2026-05-06T11:40:46","slug":"we-rise-scholarship-program","status":"publish","type":"page","link":"https:\/\/owe-csa.org\/?page_id=523","title":{"rendered":"WE RISE Scholarship Program\u00a0"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"523\" class=\"elementor elementor-523\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67f41f0 e-con-full e-flex e-con e-parent\" data-id=\"67f41f0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a1c56bb elementor-widget elementor-widget-html\" data-id=\"a1c56bb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>WE RISE! Scholarship Program 2026<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.2\/css\/all.min.css\">\n    <style>\n        \/* Scoped Styles for Scholarship Page *\/\n        .owe-schol-wrapper {\n            font-family: 'Roboto', sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background-color: #fff;\n            overflow-x: hidden;\n        }\n\n        .owe-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 0 20px;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* --- HERO SECTION (Animated Gradient) --- *\/\n        .owe-schol-hero {\n            position: relative;\n            padding: 100px 20px 80px;\n            text-align: center;\n            color: #fff;\n            background: linear-gradient(-45deg, #362051, #5a3685, #2c1a42, #4b237c);\n            background-size: 400% 400%;\n            animation: gradientBG 15s ease infinite;\n            border-bottom-left-radius: 50% 100px;\n            border-bottom-right-radius: 50% 100px;\n            box-shadow: 0 10px 30px rgba(54, 32, 81, 0.2);\n            margin-bottom: 60px;\n        }\n\n        @keyframes gradientBG {\n            0% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n            100% { background-position: 0% 50%; }\n        }\n\n        \/* Floating particles decoration *\/\n        .owe-hero-particles span {\n            position: absolute;\n            display: block;\n            width: 20px;\n            height: 20px;\n            background: rgba(255, 255, 255, 0.1);\n            animation: moveParticles 25s infinite linear;\n            bottom: -150px;\n            border-radius: 50%;\n        }\n\n        .owe-hero-particles span:nth-child(1) { left: 10%; width: 80px; height: 80px; animation-duration: 20s; }\n        .owe-hero-particles span:nth-child(2) { left: 20%; width: 20px; height: 20px; animation-duration: 30s; animation-delay: 2s; }\n        .owe-hero-particles span:nth-child(3) { left: 70%; width: 50px; height: 50px; animation-duration: 25s; animation-delay: 4s; }\n        .owe-hero-particles span:nth-child(4) { left: 85%; width: 90px; height: 90px; animation-duration: 22s; }\n\n        @keyframes moveParticles {\n            0% { transform: translateY(0) rotate(0deg); opacity: 1; }\n            100% { transform: translateY(-800px) rotate(720deg); opacity: 0; }\n        }\n\n        .owe-schol-title {\n            font-size: 3.5rem;\n            font-weight: 900;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            text-shadow: 0 5px 15px rgba(0,0,0,0.2);\n            animation: slideDown 1s ease-out;\n        }\n\n        .owe-schol-subtitle {\n            font-size: 1.3rem;\n            max-width: 800px;\n            margin: 0 auto 40px;\n            font-weight: 300;\n            animation: fadeIn 1.5s ease-out;\n        }\n\n        @keyframes slideDown {\n            from { opacity: 0; transform: translateY(-30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n\n        \/* --- CALL TO ACTION --- *\/\n        .owe-apply-box {\n            background: #fff;\n            padding: 40px;\n            border-radius: 20px;\n            box-shadow: 0 20px 50px rgba(0,0,0,0.1);\n            text-align: center;\n            max-width: 700px;\n            margin: -100px auto 60px; \/* Pull up into hero *\/\n            position: relative;\n            z-index: 10;\n            border-top: 6px solid #ffd700;\n            animation: zoomIn 0.8s ease-out;\n        }\n\n        @keyframes zoomIn {\n            from { opacity: 0; transform: scale(0.9); }\n            to { opacity: 1; transform: scale(1); }\n        }\n\n        .owe-apply-text {\n            font-size: 1.1rem;\n            color: #555;\n            margin-bottom: 10px; \/* Reduced bottom margin since button is gone *\/\n        }\n\n        \/* --- RECIPIENTS SECTION --- *\/\n        .owe-recipients-section {\n            padding: 60px 0 80px;\n            background: #f9f9fc;\n        }\n\n        \/* Alternating background for second recipients block *\/\n        .owe-recipients-section.owe-recipients-alt {\n            background: #fff;\n        }\n\n        .owe-section-header {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .owe-section-header h2 {\n            font-size: 2.2rem;\n            color: #362051;\n            font-weight: 800;\n            margin-bottom: 10px;\n        }\n\n        .owe-section-header p {\n            color: #666;\n            font-size: 1.1rem;\n        }\n\n        .owe-recipients-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n        }\n\n        .owe-recipient-card {\n            background: #fff;\n            padding: 30px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border-left: 5px solid #362051;\n            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .owe-recipient-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 30px rgba(54, 32, 81, 0.15);\n            border-left-color: #ffd700;\n        }\n\n        .owe-recipient-card::before {\n            content: '\\f19d'; \/* Graduation Cap Icon *\/\n            font-family: 'Font Awesome 6 Free';\n            font-weight: 900;\n            position: absolute;\n            top: -20px;\n            right: -20px;\n            font-size: 5rem;\n            color: rgba(54, 32, 81, 0.05);\n            transition: all 0.3s ease;\n        }\n\n        .owe-recipient-card:hover::before {\n            transform: rotate(20deg);\n            color: rgba(255, 215, 0, 0.1);\n        }\n\n        .owe-recipient-name {\n            font-size: 1.3rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 10px;\n            display: block;\n        }\n\n        .owe-recipient-school {\n            font-size: 0.95rem;\n            color: #555;\n            line-height: 1.4;\n            display: flex;\n            align-items: start;\n        }\n\n        .owe-recipient-school i {\n            color: #ffd700;\n            margin-right: 10px;\n            margin-top: 3px;\n        }\n\n        \/* Animation Delays for Cards *\/\n        .owe-recipient-card { opacity: 0; animation: fadeUp 0.8s forwards; }\n        .owe-recipient-card:nth-child(1) { animation-delay: 0.2s; }\n        .owe-recipient-card:nth-child(2) { animation-delay: 0.3s; }\n        .owe-recipient-card:nth-child(3) { animation-delay: 0.4s; }\n        .owe-recipient-card:nth-child(4) { animation-delay: 0.5s; }\n        .owe-recipient-card:nth-child(5) { animation-delay: 0.6s; }\n\n        @keyframes fadeUp {\n            from { opacity: 0; transform: translateY(30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .owe-schol-title { font-size: 2.2rem; }\n            .owe-apply-box { margin-top: -50px; padding: 30px 20px; }\n            .owe-schol-hero { padding: 80px 20px 100px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"owe-schol-wrapper\">\n\n    <div class=\"owe-schol-hero\">\n        <div class=\"owe-hero-particles\">\n            <span><\/span><span><\/span><span><\/span><span><\/span>\n        <\/div>\n        \n        <div class=\"owe-container\">\n            <h1 class=\"owe-schol-title\">2026 WE RISE!<\/h1>\n            <\/div>\n    <\/div>\n\n    <div class=\"owe-container\">\n        \n        <div class=\"owe-apply-box\">\n            <p class=\"owe-apply-text\">\n                Thank you for your interest in the OWE-CSA WE SOAR Scholarship. The application period is now closed. Thank you to everyone who applied! Our committee is currently reviewing submissions, and winners will be announced shortly. We wish you the best of luck in your studies and your future educational goals.\n            <\/p>\n            \n            <\/div>\n\n    <\/div>\n\n    <!-- 2026 RECIPIENTS -->\n    <div class=\"owe-recipients-section\">\n        <div class=\"owe-container\">\n            \n            <div class=\"owe-section-header\">\n                <h2>Congratulations to our 2026 Recipients<\/h2>\n                <p>Honoring this year's outstanding scholars.<\/p>\n            <\/div>\n\n            <div class=\"owe-recipients-grid\">\n                \n                <div class=\"owe-recipient-card\">\n                    <span class=\"owe-recipient-name\">Waverly Winchester<\/span>\n                    <div class=\"owe-recipient-school\">\n                        <i class=\"fas fa-school\"><\/i> Manhattan Center for Science and Mathematics\n                    <\/div>\n                <\/div>\n\n                <div class=\"owe-recipient-card\">\n                    <span class=\"owe-recipient-name\">Lori Johnson<\/span>\n                    <div class=\"owe-recipient-school\">\n                        <i class=\"fas fa-school\"><\/i> York Early College Academy\n                    <\/div>\n                <\/div>\n\n                <div class=\"owe-recipient-card\">\n                    <span class=\"owe-recipient-name\">Karoll Montenegro<\/span>\n                    <div class=\"owe-recipient-school\">\n                        <i class=\"fas fa-school\"><\/i> Port Richmond High School\n                    <\/div>\n                <\/div>\n\n                <div class=\"owe-recipient-card\">\n                    <span class=\"owe-recipient-name\">Baptiste Naila Pathouska<\/span>\n                    <div class=\"owe-recipient-school\">\n                        <i class=\"fas fa-school\"><\/i> Kurt Hahn Expeditionary Learning School\n                    <\/div>\n                <\/div>\n\n                <div class=\"owe-recipient-card\">\n                    <span class=\"owe-recipient-name\">Ramatou Doulkom<\/span>\n                    <div class=\"owe-recipient-school\">\n                        <i class=\"fas fa-school\"><\/i> The Laboratory School of Finance and Technology\n                    <\/div>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <!-- 2025 RECIPIENTS -->\n    <div class=\"owe-recipients-section owe-recipients-alt\">\n        <div class=\"owe-container\">\n            \n            <div class=\"owe-section-header\">\n                <h2>Congratulations to our 2025 Recipients<\/h2>\n                <p>Celebrating excellence and future leaders.<\/p>\n            <\/div>\n\n            <div class=\"owe-recipients-grid\">\n                \n                <div class=\"owe-recipient-card\">\n                    <span class=\"owe-recipient-name\">Hilary Chery<\/span>\n                    <div class=\"owe-recipient-school\">\n                        <i class=\"fas fa-school\"><\/i> Kurt Hahn Expeditionary Learning School\n                    <\/div>\n                <\/div>\n\n                <div class=\"owe-recipient-card\">\n                    <span class=\"owe-recipient-name\">Mia Claudio<\/span>\n                    <div class=\"owe-recipient-school\">\n                        <i class=\"fas fa-school\"><\/i> The Laboratory School of Finance & Technology\n                    <\/div>\n                <\/div>\n\n                <div class=\"owe-recipient-card\">\n                    <span class=\"owe-recipient-name\">Traceena Z. Lynch<\/span>\n                    <div class=\"owe-recipient-school\">\n                        <i class=\"fas fa-school\"><\/i> Food & Finance High School\n                    <\/div>\n                <\/div>\n\n                <div class=\"owe-recipient-card\">\n                    <span class=\"owe-recipient-name\">Lauren Meertens<\/span>\n                    <div class=\"owe-recipient-school\">\n                        <i class=\"fas fa-school\"><\/i> Queens High School of Teaching, Liberal Arts and the Sciences\n                    <\/div>\n                <\/div>\n\n                <div class=\"owe-recipient-card\">\n                    <span class=\"owe-recipient-name\">Margarida Sergio Tivanes<\/span>\n                    <div class=\"owe-recipient-school\">\n                        <i class=\"fas fa-school\"><\/i> Kurt Hahn Expeditionary Learning School\n                    <\/div>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n<\/div>\n\n<\/body>\n<\/html>\t\t<\/div>\n\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>WE RISE! Scholarship Program 2026 2026 WE RISE! Thank you for your interest in the OWE-CSA WE SOAR Scholarship. The application period is now closed. Thank you to everyone who applied! Our committee is currently reviewing submissions, and winners will be announced shortly. We wish you the best of luck in your studies and your [&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-523","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/owe-csa.org\/index.php?rest_route=\/wp\/v2\/pages\/523","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/owe-csa.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/owe-csa.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/owe-csa.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/owe-csa.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=523"}],"version-history":[{"count":60,"href":"https:\/\/owe-csa.org\/index.php?rest_route=\/wp\/v2\/pages\/523\/revisions"}],"predecessor-version":[{"id":1619,"href":"https:\/\/owe-csa.org\/index.php?rest_route=\/wp\/v2\/pages\/523\/revisions\/1619"}],"wp:attachment":[{"href":"https:\/\/owe-csa.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}