{"id":4065,"date":"2026-06-09T20:40:33","date_gmt":"2026-06-09T20:40:33","guid":{"rendered":"https:\/\/seeallacademy.com\/?page_id=4065"},"modified":"2026-06-10T17:06:04","modified_gmt":"2026-06-10T17:06:04","slug":"home-new","status":"publish","type":"page","link":"https:\/\/seeallacademy.com\/?page_id=4065","title":{"rendered":"Home NEW"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"4065\" class=\"elementor elementor-4065\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fe168e1 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fe168e1\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-26ce99b\" data-id=\"26ce99b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8ec1ddf elementor-widget elementor-widget-html\" data-id=\"8ec1ddf\" 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>Hero Section<\/title>\n    <style>\n        \/* Base Container *\/\n        .hero-section {\n            position: relative;\n            height: 750px; \/* Increased height to show even more of the photos *\/\n            overflow: hidden;\n            background-color: #001528;\n            border-bottom: 8px solid #F9B000; \/* Yellow Brand Accent *\/\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            \n            \/* Forces the banner to be truly full-width, breaking out of WordPress containers *\/\n            width: 100vw;\n            max-width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n\n        \/* Slideshow Background *\/\n        .slideshow-container {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            z-index: 1;\n        }\n\n        .slide {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-size: cover;\n            background-position: center;\n            opacity: 0;\n            transition: opacity 2s ease-in-out;\n        }\n\n        .slide.active {\n            opacity: 1;\n            animation: zoom 12s linear infinite;\n        }\n\n        @keyframes zoom {\n            0% { transform: scale(1); }\n            100% { transform: scale(1.1); }\n        }\n\n        \/* Brand Overlay Gradient - Blue to Transparent *\/\n        .hero-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            \/* Solid Blue on left for text, transparent on right for photos *\/\n            background: linear-gradient(90deg, #005a9c 0%, rgba(0, 90, 156, 0.85) 45%, rgba(0, 90, 156, 0.1) 100%);\n            z-index: 2;\n        }\n\n        \/* Canvas for Particle Animation *\/\n        #particle-canvas {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            z-index: 3;\n            pointer-events: none;\n        }\n\n        \/* Layout Structure (Bulletproofed with !important to override theme) *\/\n        .hero-content {\n            position: absolute !important;\n            inset: 0 !important;\n            display: flex !important;\n            flex-direction: row !important;\n            align-items: center !important;\n            justify-content: space-between !important;\n            z-index: 10 !important;\n            padding: 0 6% !important;\n            max-width: 1600px !important;\n            margin: 0 auto !important;\n            animation: fadeInUp 1.2s ease-out forwards;\n            box-sizing: border-box !important;\n        }\n\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* Text Area Styling *\/\n        .hero-text-container {\n            flex: 1 !important;\n            text-align: left !important;\n            padding-right: 2rem !important;\n            max-width: 650px !important;\n        }\n\n        .accent-line {\n            width: 60px !important;\n            height: 6px !important;\n            background-color: #F9B000 !important;\n            margin-bottom: 1.5rem !important;\n            border-radius: 3px !important;\n        }\n\n        .hero-title {\n            color: #ffffff !important;\n            font-size: 3.5rem !important;\n            font-weight: 800 !important;\n            margin: 0 0 1rem 0 !important;\n            line-height: 1.1 !important;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;\n            letter-spacing: -0.5px !important;\n        }\n\n        .text-brand-yellow {\n            color: #F9B000 !important;\n        }\n\n        .hero-subtitle {\n            color: #e6f0f7 !important;\n            font-size: 1.25rem !important;\n            font-weight: 500 !important;\n            margin: 0 !important;\n            line-height: 1.6 !important;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4) !important;\n        }\n\n        \/* Badges Container - Frosted Glass Effect *\/\n        .hero-badges-container {\n            display: flex !important;\n            flex-direction: column !important;\n            gap: 15px !important;\n            align-items: center !important;\n            justify-content: center !important;\n            background: rgba(255, 255, 255, 0.15) !important;\n            backdrop-filter: blur(8px) !important;\n            -webkit-backdrop-filter: blur(8px) !important;\n            padding: 20px 25px !important;\n            border-radius: 16px !important;\n            border: 1px solid rgba(255, 255, 255, 0.3) !important;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;\n        }\n\n        .hero-badge-link {\n            display: block !important;\n            transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;\n            border: none !important;\n            outline: none !important;\n        }\n\n        .hero-badge {\n            height: 65px !important;\n            width: auto !important;\n            object-fit: contain !important;\n            filter: drop-shadow(0 4px 6px rgba(0,0,0,0.4)) !important;\n            display: block !important;\n            margin: 0 !important;\n        }\n\n        .hero-badge-link:hover {\n            transform: scale(1.08) translateY(-2px) !important;\n        }\n\n        \/* Accessibility Focus *\/\n        .hero-badge-link:focus-visible {\n            outline: 3px solid #F9B000 !important;\n            outline-offset: 4px !important;\n            border-radius: 4px !important;\n        }\n\n        \/* Mobile Layout *\/\n        @media (max-width: 850px) {\n            .hero-section {\n                height: auto !important;\n                min-height: 750px !important; \/* Increased mobile height to fit photos and stacked text *\/\n            }\n            .hero-overlay {\n                \/* Change gradient direction for mobile so text is legible at the top *\/\n                background: linear-gradient(180deg, #005a9c 0%, rgba(0, 90, 156, 0.9) 55%, rgba(0, 90, 156, 0.3) 100%) !important;\n            }\n            .hero-content {\n                flex-direction: column !important;\n                justify-content: center !important;\n                text-align: center !important;\n                padding: 3rem 1.5rem !important;\n            }\n            .hero-text-container {\n                padding-right: 0 !important;\n                margin-bottom: 2.5rem !important;\n                display: flex !important;\n                flex-direction: column !important;\n                align-items: center !important;\n            }\n            .hero-title {\n                font-size: 2.8rem !important;\n            }\n            .hero-badges-container {\n                flex-direction: row !important;\n                flex-wrap: wrap !important;\n                background: rgba(255, 255, 255, 0.2) !important;\n            }\n            .hero-badge {\n                height: 55px !important;\n            }\n        }\n\n        @media (prefers-reduced-motion: reduce) {\n            .slide.active { animation: none !important; }\n            .hero-content { animation: none !important; opacity: 1 !important; transform: none !important; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <main>\n        <section class=\"hero-section\" aria-label=\"Welcome to The SEE ALL Academy\">\n            \n            <!-- Background Slideshow -->\n            <div class=\"slideshow-container\" id=\"slideshow\" aria-hidden=\"true\">\n                <div class=\"slide active\" style=\"background-image: url('https:\/\/seeallacademy.com\/wp-content\/uploads\/2026\/06\/download-1.jpg');\"><\/div>\n            <\/div>\n\n            <!-- Color Overlay -->\n            <div class=\"hero-overlay\" aria-hidden=\"true\"><\/div>\n\n            <!-- Particle Animation Canvas -->\n            <canvas id=\"particle-canvas\" aria-hidden=\"true\"><\/canvas>\n\n            <!-- Foreground Content -->\n            <div class=\"hero-content\">\n                \n                <div class=\"hero-text-container\">\n                    <div class=\"accent-line\" aria-hidden=\"true\"><\/div>\n                    <h1 class=\"hero-title\">The <span class=\"text-brand-yellow\">SEEALL<\/span> Academy<\/h1>\n                    <p class=\"hero-subtitle\">\n                        Empowering students to achieve their full potential through innovative education and community.\n                    <\/p>\n                <\/div>\n\n                <!-- Accreditation Badges (Inside a Glassmorphism Panel) -->\n                <div class=\"hero-badges-container\">\n                    <!-- Unlinked Badge -->\n                    <img decoding=\"async\" src=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/generic-best-gold_300x255.png\" alt=\"U.S. News Best Schools Gold Badge\" class=\"hero-badge\" \/>\n                    \n                    <!-- Linked Badge 1 -->\n                    <a href=\"https:\/\/www.usnews.com\/education\/k12\/middle-schools\/new-york\/new-york-city-public-schools-100001?name=The+Seeall+Academy\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"View U.S. News Best Middle Schools Ranking\" class=\"hero-badge-link\">\n                        <img decoding=\"async\" src=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/Badge-Middle-Generic.svg\" alt=\"U.S. News Best Middle Schools Badge\" class=\"hero-badge\" \/>\n                    <\/a>\n                    \n                    <!-- Linked Badge 2 -->\n                    <a href=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/09\/Screenshot-2023-09-12-at-12.13.46-PM.png\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"View NYCDOE Reward School Certificate\" class=\"hero-badge-link\">\n                        <img decoding=\"async\" src=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/09\/Screenshot-2023-09-12-at-12.13.46-PM.png\" alt=\"NYCDOE Reward School Badge\" class=\"hero-badge\" \/>\n                    <\/a>\n                <\/div>\n                \n            <\/div>\n            \n        <\/section>\n    <\/main>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ --- Slideshow Logic ---\n            const images = [\n                'https:\/\/seeallacademy.com\/wp-content\/uploads\/2026\/06\/download-1.jpg',\n                'https:\/\/seeallacademy.com\/wp-content\/uploads\/2026\/06\/download.jpg',\n                'https:\/\/seeallacademy.com\/wp-content\/uploads\/2026\/06\/IMG_5965-2.jpeg',\n                'https:\/\/seeallacademy.com\/wp-content\/uploads\/2026\/06\/IMG_8892.jpeg',\n                'https:\/\/seeallacademy.com\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-09-at-4.06.05-PM.png',\n                'https:\/\/seeallacademy.com\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-09-at-4.09.57-PM.png',\n                'https:\/\/seeallacademy.com\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-09-at-4.10.48-PM.png',\n                'https:\/\/seeallacademy.com\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-09-at-4.11.51-PM.png',\n                'https:\/\/seeallacademy.com\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-09-at-4.12.24-PM.png'\n            ];\n            \n            const slideshowContainer = document.getElementById('slideshow');\n            let currentImageIndex = 0;\n\n            \/\/ Preload and append the rest of the images\n            images.forEach((src, index) => {\n                if (index === 0) return; \/\/ First image is already hardcoded\n                const div = document.createElement('div');\n                div.className = 'slide';\n                div.style.backgroundImage = `url('${src}')`;\n                slideshowContainer.appendChild(div);\n            });\n\n            const slides = document.querySelectorAll('.slide');\n\n            function nextSlide() {\n                slides[currentImageIndex].classList.remove('active');\n                currentImageIndex = (currentImageIndex + 1) % slides.length;\n                slides[currentImageIndex].classList.add('active');\n            }\n\n            setInterval(nextSlide, 6000);\n\n            \/\/ --- Particle Animation Logic ---\n            const canvas = document.getElementById('particle-canvas');\n            if (!canvas) return;\n            const ctx = canvas.getContext('2d');\n            let particlesArray = [];\n\n            function resizeCanvas() {\n                canvas.width = canvas.offsetWidth;\n                canvas.height = canvas.offsetHeight;\n            }\n            window.addEventListener('resize', resizeCanvas);\n            resizeCanvas();\n\n            class Particle {\n                constructor() {\n                    this.x = Math.random() * canvas.width;\n                    this.y = Math.random() * canvas.height;\n                    this.size = Math.random() * 2 + 0.5;\n                    this.speedX = Math.random() * 0.8 - 0.4;\n                    this.speedY = Math.random() * 0.8 - 0.4;\n                }\n                update() {\n                    this.x += this.speedX;\n                    this.y += this.speedY;\n                    \n                    if (this.x > canvas.width) this.x = 0;\n                    if (this.x < 0) this.x = canvas.width;\n                    if (this.y > canvas.height) this.y = 0;\n                    if (this.y < 0) this.y = canvas.height;\n                }\n                draw() {\n                    ctx.fillStyle = 'rgba(255, 255, 255, 0.3)';\n                    ctx.beginPath();\n                    ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2);\n                    ctx.fill();\n                }\n            }\n\n            function initParticles() {\n                particlesArray = [];\n                const numberOfParticles = (canvas.width * canvas.height) \/ 12000;\n                for (let i = 0; i < numberOfParticles; i++) {\n                    particlesArray.push(new Particle());\n                }\n            }\n\n            function animateParticles() {\n                ctx.clearRect(0, 0, canvas.width, canvas.height);\n                for (let i = 0; i < particlesArray.length; i++) {\n                    particlesArray[i].update();\n                    particlesArray[i].draw();\n                }\n                requestAnimationFrame(animateParticles);\n            }\n\n            const prefersReducedMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n            if (!prefersReducedMotion) {\n                initParticles();\n                animateParticles();\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bd7e2eb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bd7e2eb\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a23302c\" data-id=\"a23302c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9feb2a5 elementor-section-stretched elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9feb2a5\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-d82e2c3\" data-id=\"d82e2c3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-68e182c elementor-widget elementor-widget-heading\" data-id=\"68e182c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.schools.nyc.gov\/about-us\/messages-for-families\" target=\"_blank\">MESSAGES FOR FAMILIES<\/a><\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5820235\" data-id=\"5820235\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a3695cf elementor-widget elementor-widget-heading\" data-id=\"a3695cf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/seeallacademy.com\/calendar\/\" target=\"_blank\">SCHOOL CALENDAR<\/a><\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5bc7575\" data-id=\"5bc7575\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aac1fb1 elementor-widget elementor-widget-heading\" data-id=\"aac1fb1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/seeallacademy.com\/school-procedures\/\">SCHOOL PROCEDURES<\/a><\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-71058e7\" data-id=\"71058e7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-21f4fdf elementor-widget elementor-widget-heading\" data-id=\"21f4fdf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.schools.nyc.gov\/learning\/student-journey\/nyc-schools-account\" target=\"_blank\">NYC SCHOOL ACCOUNT<\/a><\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-de18918\" data-id=\"de18918\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c4bfc38 elementor-widget elementor-widget-heading\" data-id=\"c4bfc38\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Monday \u2013 Friday<\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-40970ab elementor-widget elementor-widget-heading\" data-id=\"40970ab\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">8:10 AM \u2013 2:30 PM<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0ebb57e elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0ebb57e\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-be0c826\" data-id=\"be0c826\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f6afd9c elementor-widget elementor-widget-spacer\" data-id=\"f6afd9c\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d0c1aa0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d0c1aa0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2918771\" data-id=\"2918771\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b6c539 elementor-widget elementor-widget-heading\" data-id=\"7b6c539\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">VISION STATEMENT<\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-76aeb32 elementor-widget elementor-widget-text-editor\" data-id=\"76aeb32\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tAt The SEEALL Academy, we believe all children come first and can succeed. Teaching and learning are grounded in a standards-based curriculum that combines creative instruction with the social emotional supports necessary to ensure high expectations for all students.\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f96e4f elementor-mobile-align-left arrow-right elementor-widget elementor-widget-button\" data-id=\"5f96e4f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/seeallacademy.com\/about-us\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-caret-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9eea59c\" data-id=\"9eea59c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e538073 elementor-mobile-align-left arrow-right elementor-widget elementor-widget-button\" data-id=\"e538073\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/seeallacademy.com\/open-house\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-caret-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">open house<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa6dce4 elementor-widget elementor-widget-image\" data-id=\"aa6dce4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tinyurl.com\/58y736u9\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"576\" height=\"370\" src=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2025\/03\/seeall-video-thumbnail-576x370.png\" class=\"attachment-large size-large wp-image-3217\" alt=\"seeall video thumbnail\" srcset=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2025\/03\/seeall-video-thumbnail.png 576w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2025\/03\/seeall-video-thumbnail-300x193.png 300w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2025\/03\/seeall-video-thumbnail-150x96.png 150w\" sizes=\"(max-width: 576px) 100vw, 576px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6eaf3e9\" data-id=\"6eaf3e9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e3b45cc elementor-widget elementor-widget-image\" data-id=\"e3b45cc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"188\" src=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/The-SEEALL-Academy-Logo-Horizontal-2-1024x188.png\" class=\"attachment-large size-large wp-image-1379\" alt=\"The SEEALL Academy\" srcset=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/The-SEEALL-Academy-Logo-Horizontal-2-1024x188.png 1024w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/The-SEEALL-Academy-Logo-Horizontal-2-300x55.png 300w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/The-SEEALL-Academy-Logo-Horizontal-2-1536x282.png 1536w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/The-SEEALL-Academy-Logo-Horizontal-2.png 1560w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/The-SEEALL-Academy-Logo-Horizontal-2-150x28.png 150w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73bdaea elementor-widget elementor-widget-text-editor\" data-id=\"73bdaea\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p style=\"text-align: center;\">The SEEALL Academy is committed to becoming the gateway into the top performing High Schools in New York City.<br \/>Join us on this journey of academic and creative expansion.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-997b6cb elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"997b6cb\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/goo.gl\/maps\/2WTeKArumJKn67Ju7\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">5601 16th Ave,  Brooklyn, NY<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-646c914 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"646c914\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:7188518070\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-phone\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">718-851-8070<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-efbf115 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"efbf115\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-ec4ad76\" href=\"https:\/\/www.instagram.com\/theseeallgram\/?hl=en\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-instagram\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-map-marker-alt elementor-repeater-item-bb433cb\" href=\"https:\/\/goo.gl\/maps\/2WTeKArumJKn67Ju7\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Map-marker-alt<\/span>\n\t\t\t\t\t\t<i class=\"fas fa-map-marker-alt\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2105d59 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2105d59\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7bb09a1\" data-id=\"7bb09a1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-20c7caa\" data-id=\"20c7caa\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4b8bb42 elementor-widget elementor-widget-heading\" data-id=\"4b8bb42\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">What's Happening at SEEALL<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9bdbc10\" data-id=\"9bdbc10\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bcaec98 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bcaec98\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f03c1b5\" data-id=\"f03c1b5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3cdeeca elementor-widget elementor-widget-spacer\" data-id=\"3cdeeca\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-659124b elementor-widget elementor-widget-html\" data-id=\"659124b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cedarville+Cursive&family=Inter:wght@400;700&display=swap\" rel=\"stylesheet\">\n\n<style>\n  \/* ======================================\n    CSS STYLES FOR THE WIDGET\n    ======================================\n  *\/\n\n  \/* Main Widget Container *\/\n  .seeall-academy-widget {\n    \/* Use a clean, modern font stack *\/\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.7;\n    background-color: #ffffff;\n    border: 1px solid #e0e0e0;\n    border-radius: 12px;\n    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);\n    max-width: 800px; \/* Max width on desktop *\/\n    margin: 20px auto; \/* Center it *\/\n    padding: 30px;\n    box-sizing: border-box;\n    overflow: hidden; \/* Contains all elements *\/\n    color: #333;\n  }\n\n  \/* --- Body Content --- *\/\n  .seeall-body {\n    font-size: 16px;\n    padding: 0; \/* No extra padding needed *\/\n  }\n\n  .seeall-body p {\n    margin-bottom: 1.5em;\n  }\n\n  .seeall-body ol {\n    padding-left: 20px;\n    margin-bottom: 1.5em;\n  }\n\n  .seeall-body li {\n    margin-bottom: 1.2em;\n    padding-left: 5px;\n  }\n\n  \/* Sub-list (dashes) *\/\n  .seeall-body ul {\n    padding-left: 25px;\n    list-style: none; \/* Remove default bullets *\/\n    margin-top: 1.2em;\n  }\n\n  .seeall-body ul li {\n    position: relative;\n    margin-bottom: 0.8em;\n  }\n\n  \/* Custom dash bullet *\/\n  .seeall-body ul li::before {\n    content: '\u2013'; \/* en-dash *\/\n    position: absolute;\n    left: -20px;\n    top: 0px;\n    font-weight: 700;\n    color: #555;\n  }\n\n  \/* --- Closing --- *\/\n  .seeall-closing {\n    padding-top: 20px;\n  }\n\n  .seeall-closing p {\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  \/* Handwritten signature style *\/\n  .signature {\n    font-family: 'Cedarville Cursive', cursive;\n    font-size: 32px;\n    color: #2c5282; \/* A nice signature blue *\/\n    margin: -10px 0;\n    letter-spacing: 0.5px;\n  }\n\n  \/* --- Footer \/ Vision Statement --- *\/\n  .footer-divider {\n    border: 0;\n    height: 1px;\n    background: #eee;\n    margin: 30px 0;\n  }\n\n  .seeall-vision {\n    text-align: center;\n    font-size: 13px;\n    font-style: italic;\n    color: #666;\n    padding: 10px;\n    background-color: #fcfcfc;\n    border-radius: 8px;\n  }\n\n  .seeall-vision strong {\n    display: block;\n    font-style: normal;\n    font-size: 14px;\n    color: #333;\n    margin-bottom: 8px;\n  }\n\n  \/* ======================================\n    MOBILE RESPONSIVE STYLES\n    ======================================\n  *\/\n  @media (max-width: 600px) {\n    .seeall-academy-widget {\n      padding: 20px;\n    }\n\n    .seeall-body {\n      font-size: 15px; \/* Slightly smaller for mobile *\/\n    }\n  }\n<\/style>\n\n<div class=\"seeall-academy-widget\">\n\n  <main class=\"seeall-body\">\n    <p><strong>To Parents\/Guardians:<\/strong><\/p>\n\n    <p>\n      Your child is attending a school receiving Title I federal funds through the Every\n      Student Succeeds Act (ESSA). The ESSA replaced the No Child Left Behind Act\n      (NCLB) and is the latest reauthorization of the Elementary and Secondary Education\n      Act (ESEA). At the beginning of each school year, local educational agencies receiving\n      Title I funds are required to notify parents whose student(s) attend a Title I school that\n      they may request information regarding the professional qualifications of the student's\n      classroom teachers, including at a minimum:\n    <\/p>\n\n    <ol>\n      <li>\n        Whether the student's teacher:\n        <ul>\n          <li>Has met State qualification and licensing criteria for the grade levels and subject areas\n            in which the teacher provides instruction.<\/li>\n          <li>Is teaching under emergency or other provisional status through which State\n            qualification or licensing criteria have been waived; and<\/li>\n          <li>Is teaching in the field of discipline of the certification of the teacher.<\/li>\n        <\/ul>\n      <\/li>\n      <li>\n        Whether the child is provided with services by paraprofessionals and, if so, their\n        qualifications.\n      <\/li>\n    <\/ol>\n\n    <p>\n      For more information on ESSA, and the role of parents, please visit the United States\n      Department of Education's (USDE) website at http:\/\/www.ed.gov\/essa. By partnering,\n      families and educators can provide your child with the best education possible. We\n      encourage you to participate in your child's education. If you have any questions, please\n      don't hesitate to contact Ms. Ferguson at 718-851-8070 ext. 1102.\n    <\/p>\n  <\/main>\n\n  <footer class=\"seeall-closing\">\n    <p>Sincerely,<\/p>\n    <div class=\"signature\">Angelo Sacco<\/div>\n    <p>Angelo Sacco<\/p>\n    <p>Principal<\/p>\n  <\/footer>\n\n  <hr class=\"footer-divider\">\n  <div class=\"seeall-vision\">\n    <strong>School Vision Statement<\/strong>\n    <p>\n      At The SEEALL Academy, we believe all children count first and can succeed. Teaching and learning are grounded in a standards-based\n      curriculum that combines creative instruction with the social emotional supports necessary to ensure high expectations for all students.\n    <\/p>\n  <\/div>\n\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f82ba20 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"f82ba20\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0201d3f elementor-widget elementor-widget-html\" data-id=\"0201d3f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\n  \/* Container *\/\n  .calendar-container {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.5;\n    color: #333;\n    background-color: #fdfdfd;\n    max-width: 100%;\n    margin: 0 auto;\n    border: 1px solid #ddd;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n    overflow: hidden;\n  }\n\n  \/* Header *\/\n  .calendar-header {\n    background-color: #ffffff;\n    color: #005a9c;\n    padding: 20px;\n    text-align: center;\n    border-bottom: 2px solid #005a9c;\n  }\n  .calendar-header h2 {\n    margin: 0;\n    font-size: 2em;\n  }\n\n  \/* Language Toggle *\/\n  .lang-toggle {\n    display: flex;\n    justify-content: center;\n    padding: 15px;\n    background-color: #f4f4f4;\n    border-bottom: 1px solid #ddd;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n  .lang-toggle button {\n    background-color: #fff;\n    color: #005a9c;\n    border: 1px solid #005a9c;\n    padding: 8px 16px;\n    border-radius: 20px;\n    cursor: pointer;\n    font-size: 1rem; \n    font-weight: 600;\n    transition: background-color 0.3s, color 0.3s;\n  }\n  .lang-toggle button:hover, .lang-toggle button:focus {\n    background-color: #e6f0f7;\n    outline: 2px solid #005a9c;\n    outline-offset: 2px;\n  }\n  .lang-toggle button.active {\n    background-color: #005a9c;\n    color: #fff;\n  }\n    \n  \/* Utility *\/\n  [hidden] {\n    display: none !important;\n  }\n\n  \/* Calendar Table Structure *\/\n  table.calendar-table {\n    width: 100%;\n    border-collapse: collapse;\n    table-layout: fixed;\n    border-top: 1px solid #ddd;\n  }\n  \n  th {\n    background-color: #005a9c;\n    color: #fff;\n    font-weight: 600;\n    font-size: 1rem;\n    padding: 12px 5px;\n    text-align: center;\n    border: 1px solid #eee;\n  }\n\n  td {\n    vertical-align: top;\n    height: 140px; \n    padding: 8px;\n    border: 1px solid #eee;\n    background-color: #fff;\n  }\n\n  .date-num {\n    font-weight: 700;\n    font-size: 1.2em;\n    display: block;\n    margin-bottom: 8px;\n    text-align: right;\n  }\n\n  \/* Events *\/\n  .event {\n    font-size: 0.9em; \n    line-height: 1.4;\n    background-color: #eef5ff;\n    padding: 6px;\n    border-radius: 4px;\n    margin-top: 5px;\n    text-align: left;\n    display: block;\n    color: #003366; \n  }\n  \n  td.no-school {\n    background-color: #fff5f5;\n  }\n  td.no-school .event {\n    background-color: #ffebee; \n    color: #b71c1c;\n    font-weight: 600;\n    border: 1px solid #ffcdd2;\n  }\n\n  \/* Footer *\/\n  .calendar-footer {\n    padding: 20px;\n    background-color: #f4f4f4;\n    border-top: 1px solid #ddd;\n    font-size: 1rem;\n  }\n  .calendar-footer h3 {\n    margin-top: 0;\n    font-size: 1.3em;\n    color: #005a9c;\n  }\n  .staff-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 15px;\n  }\n  .staff-member p { margin: 0; }\n  .staff-member .name { font-weight: 700; }\n  .staff-member .title { font-style: italic; }\n\n  \/* Mobile Responsive *\/\n  @media (max-width: 768px) {\n    .calendar-header h2 { font-size: 1.5em; }\n    td { height: auto; min-height: 100px; }\n    .event { font-size: 0.85em; }\n    th { padding: 5px 2px; font-size: 0.85em; }\n    .date-num { font-size: 1em; }\n  }\n<\/style>\n\n<div class=\"calendar-container\" lang=\"en\">\n  <header class=\"calendar-header\">\n    <div id=\"header-en\"><h2>June&nbsp;2026<\/h2><\/div>\n    <div id=\"header-es\" hidden><h2>Junio&nbsp;2026<\/h2><\/div>\n    <div id=\"header-zh\" hidden><h2>2026\u5e74&nbsp;6\u6708<\/h2><\/div>\n    <div id=\"header-ru\" hidden><h2>\u0418\u044e\u043d\u044c&nbsp;2026<\/h2><\/div>\n  <\/header>\n\n  <div class=\"lang-toggle\" aria-label=\"Language selection\">\n    <button class=\"lang-btn active\" data-lang=\"en\" aria-pressed=\"true\">English<\/button>\n    <button class=\"lang-btn\" data-lang=\"es\" aria-pressed=\"false\">Espa\u00f1ol<\/button>\n    <button class=\"lang-btn\" data-lang=\"zh\" aria-pressed=\"false\">\u4e2d\u6587<\/button>\n    <button class=\"lang-btn\" data-lang=\"ru\" aria-pressed=\"false\">\u0420\u0443\u0441\u0441\u043a\u0438\u0439<\/button>\n  <\/div>\n   \n  <main>\n    <div id=\"cal-en\" class=\"language-cal\">\n      <table class=\"calendar-table\">\n        <caption class=\"screen-reader-only\" style=\"position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;\">June 2026 School Calendar<\/caption>\n        <thead>\n          <tr>\n            <th scope=\"col\">Sun<\/th>\n            <th scope=\"col\">Mon<\/th>\n            <th scope=\"col\">Tue<\/th>\n            <th scope=\"col\">Wed<\/th>\n            <th scope=\"col\">Thu<\/th>\n            <th scope=\"col\">Fri<\/th>\n            <th scope=\"col\">Sat<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td><\/td>\n            <td><span class=\"date-num\">1<\/span><div class=\"event\">PTA Sale<br>Trip-5th Grade Liberty Science Center<\/div><\/td>\n            <td><span class=\"date-num\">2<\/span><div class=\"event\">Trip-Broadway Jr.<\/div><\/td>\n            <td><span class=\"date-num\">3<\/span><div class=\"event\">Trip- Math Olympiads<\/div><\/td>\n            <td class=\"no-school\"><span class=\"date-num\">4<\/span><div class=\"event\">No School<br>Chancellor's Conference Day<\/div><\/td>\n            <td class=\"no-school\"><span class=\"date-num\">5<\/span><div class=\"event\">No School<br>Clerical Day<\/div><\/td>\n            <td><span class=\"date-num\">6<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">7<\/span><\/td>\n            <td><span class=\"date-num\">8<\/span><\/td>\n            <td><span class=\"date-num\">9<\/span><div class=\"event\">PTA Meeting 5:00pm<br>Elementary National Honor Society 5:30pm<br>Spring Dance Performance 6:00pm<\/div><\/td>\n            <td><span class=\"date-num\">10<\/span><div class=\"event\">Trip- Debate Team<br>Trip- 8th Grade Brooklyn College Graduation Practice<\/div><\/td>\n            <td><span class=\"date-num\">11<\/span><div class=\"event\">Matilda Jr. 6:00pm<\/div><\/td>\n            <td><span class=\"date-num\">12<\/span><div class=\"event\">SLT 12:10pm<br>Last Day of FIAO Afterschool<br>Matilda Jr. 6:00pm<\/div><\/td>\n            <td><span class=\"date-num\">13<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">14<\/span><\/td>\n            <td><span class=\"date-num\">15<\/span><div class=\"event\">8th Grade Prom Bay Ridge Manor 5:00pm-9:00pm<\/div><\/td>\n            <td><span class=\"date-num\">16<\/span><div class=\"event\">5th Grade Ice Cream Social<\/div><\/td>\n            <td><span class=\"date-num\">17<\/span><div class=\"event\">Algebra Regent 9:00am<br>8th Grade Awards Night 4:00pm<\/div><\/td>\n            <td><span class=\"date-num\">18<\/span><div class=\"event\">8th Grade Graduation Brooklyn College 10:00am<\/div><\/td>\n            <td class=\"no-school\"><span class=\"date-num\">19<\/span><div class=\"event\">No School<br>Juneteenth<\/div><\/td>\n            <td><span class=\"date-num\">20<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">21<\/span><\/td>\n            <td><span class=\"date-num\">22<\/span><div class=\"event\">Senior Picnic 12:00pm<\/div><\/td>\n            <td><span class=\"date-num\">23<\/span><div class=\"event\">5th Grade Moving Up 9:00am<br>US History Regent 9:00am<\/div><\/td>\n            <td><span class=\"date-num\">24<\/span><\/td>\n            <td><span class=\"date-num\">25<\/span><div class=\"event\">8th Grade Six Flags Trip<br>Kindergarten Graduation 9:00am<\/div><\/td>\n            <td><span class=\"date-num\">26<\/span><div class=\"event\">LAST DAY OF SCHOOL<\/div><\/td>\n            <td><span class=\"date-num\">27<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">28<\/span><\/td>\n            <td><span class=\"date-num\">29<\/span><\/td>\n            <td><span class=\"date-num\">30<\/span><\/td>\n            <td><\/td>\n            <td><\/td>\n            <td><\/td>\n            <td><\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n      \n      <footer class=\"calendar-footer\">\n        <h3>Contact Information<\/h3>\n        <p><strong>The SEE ALL Academy<\/strong><br>\n        5601 16th Avenue Brooklyn, New York 11204<br>\n        Phone Number: 718-851-8070<\/p>\n        <hr>\n        <div class=\"staff-grid\">\n            <div class=\"staff-member\"><p class=\"name\">Angelo Sacco<\/p><p class=\"title\">Principal<\/p><\/div>\n            <div class=\"staff-member\"><p class=\"name\">Angela Panetta<\/p><p class=\"title\">Assistant Principal<\/p><\/div>\n            <div class=\"staff-member\"><p class=\"name\">Nicole Adisano<\/p><p class=\"title\">Assistant Principal<\/p><\/div>\n            <div class=\"staff-member\"><p class=\"name\">Andrew Wells<\/p><p class=\"title\">Assistant Principal<\/p><\/div>\n        <\/div>\n      <\/footer>\n    <\/div>\n    \n    <div id=\"cal-es\" class=\"language-cal\" hidden>\n      <table class=\"calendar-table\">\n        <caption class=\"screen-reader-only\" style=\"position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;\">Calendario Escolar Junio 2026<\/caption>\n        <thead>\n          <tr>\n            <th scope=\"col\">Dom<\/th>\n            <th scope=\"col\">Lun<\/th>\n            <th scope=\"col\">Mar<\/th>\n            <th scope=\"col\">Mi\u00e9<\/th>\n            <th scope=\"col\">Jue<\/th>\n            <th scope=\"col\">Vie<\/th>\n            <th scope=\"col\">S\u00e1b<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td><\/td>\n            <td><span class=\"date-num\">1<\/span><div class=\"event\">Venta PTA<br>Excursi\u00f3n-5to Grado Liberty Science Center<\/div><\/td>\n            <td><span class=\"date-num\">2<\/span><div class=\"event\">Excursi\u00f3n-Broadway Jr.<\/div><\/td>\n            <td><span class=\"date-num\">3<\/span><div class=\"event\">Excursi\u00f3n-Olimpiadas de Matem\u00e1ticas<\/div><\/td>\n            <td class=\"no-school\"><span class=\"date-num\">4<\/span><div class=\"event\">No hay clases<br>D\u00eda de Conferencia del Canciller<\/div><\/td>\n            <td class=\"no-school\"><span class=\"date-num\">5<\/span><div class=\"event\">No hay clases<br>D\u00eda Administrativo<\/div><\/td>\n            <td><span class=\"date-num\">6<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">7<\/span><\/td>\n            <td><span class=\"date-num\">8<\/span><\/td>\n            <td><span class=\"date-num\">9<\/span><div class=\"event\">Reuni\u00f3n de PTA 5:00pm<br>Sociedad Nacional de Honor de Primaria 5:30pm<br>Presentaci\u00f3n de Baile de Primavera 6:00pm<\/div><\/td>\n            <td><span class=\"date-num\">10<\/span><div class=\"event\">Excursi\u00f3n-Equipo de Debate<br>Excursi\u00f3n-8vo Grado Pr\u00e1ctica de Graduaci\u00f3n en Brooklyn College<\/div><\/td>\n            <td><span class=\"date-num\">11<\/span><div class=\"event\">Matilda Jr. 6:00pm<\/div><\/td>\n            <td><span class=\"date-num\">12<\/span><div class=\"event\">SLT 12:10pm<br>\u00daltimo d\u00eda del programa extracurricular FIAO<br>Matilda Jr. 6:00pm<\/div><\/td>\n            <td><span class=\"date-num\">13<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">14<\/span><\/td>\n            <td><span class=\"date-num\">15<\/span><div class=\"event\">Baile de Graduaci\u00f3n de 8vo Grado Bay Ridge Manor 5:00pm-9:00pm<\/div><\/td>\n            <td><span class=\"date-num\">16<\/span><div class=\"event\">Helado para 5to Grado<\/div><\/td>\n            <td><span class=\"date-num\">17<\/span><div class=\"event\">Examen Regents de \u00c1lgebra 9:00am<br>Noche de Premiaci\u00f3n de 8vo Grado 4:00pm<\/div><\/td>\n            <td><span class=\"date-num\">18<\/span><div class=\"event\">Graduaci\u00f3n de 8vo Grado Brooklyn College 10:00am<\/div><\/td>\n            <td class=\"no-school\"><span class=\"date-num\">19<\/span><div class=\"event\">No hay clases<br>Juneteenth<\/div><\/td>\n            <td><span class=\"date-num\">20<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">21<\/span><\/td>\n            <td><span class=\"date-num\">22<\/span><div class=\"event\">Picnic de Estudiantes de \u00daltimo A\u00f1o 12:00pm<\/div><\/td>\n            <td><span class=\"date-num\">23<\/span><div class=\"event\">Ceremonia de Paso a Secundaria 5to Grado 9:00am<br>Examen Regents de Historia de EE.UU. 9:00am<\/div><\/td>\n            <td><span class=\"date-num\">24<\/span><\/td>\n            <td><span class=\"date-num\">25<\/span><div class=\"event\">Excursi\u00f3n de 8vo Grado a Six Flags<br>Graduaci\u00f3n de K\u00ednder 9:00am<\/div><\/td>\n            <td><span class=\"date-num\">26<\/span><div class=\"event\">\u00daLTIMO D\u00cdA DE CLASES<\/div><\/td>\n            <td><span class=\"date-num\">27<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">28<\/span><\/td>\n            <td><span class=\"date-num\">29<\/span><\/td>\n            <td><span class=\"date-num\">30<\/span><\/td>\n            <td><\/td>\n            <td><\/td>\n            <td><\/td>\n            <td><\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n      <footer class=\"calendar-footer\">\n        <h3>Informaci\u00f3n de Contacto<\/h3>\n        <p><strong>Academia SEE ALL<\/strong><br>\n        5601 Avenida 16, Brooklyn, Nueva York 11204<br>\n        Tel\u00e9fono: 718-851-8070<\/p>\n        <hr>\n        <div class=\"staff-grid\">\n            <div class=\"staff-member\"><p class=\"name\">Angelo Sacco<\/p><p class=\"title\">Director<\/p><\/div>\n            <div class=\"staff-member\"><p class=\"name\">Angela Panetta<\/p><p class=\"title\">Subdirectora<\/p><\/div>\n            <div class=\"staff-member\"><p class=\"name\">Nicole Adisano<\/p><p class=\"title\">Subdirectora<\/p><\/div>\n            <div class=\"staff-member\"><p class=\"name\">Andrew Wells<\/p><p class=\"title\">Subdirector<\/p><\/div>\n        <\/div>\n      <\/footer>\n    <\/div>\n    \n    <div id=\"cal-zh\" class=\"language-cal\" hidden>\n       <table class=\"calendar-table\">\n        <caption class=\"screen-reader-only\" style=\"position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;\">2026\u5e746\u6708\u5b66\u6821\u65e5\u5386<\/caption>\n        <thead>\n          <tr>\n            <th scope=\"col\">\u5468\u65e5<\/th>\n            <th scope=\"col\">\u5468\u4e00<\/th>\n            <th scope=\"col\">\u5468\u4e8c<\/th>\n            <th scope=\"col\">\u5468\u4e09<\/th>\n            <th scope=\"col\">\u5468\u56db<\/th>\n            <th scope=\"col\">\u5468\u4e94<\/th>\n            <th scope=\"col\">\u5468\u516d<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td><\/td>\n            <td><span class=\"date-num\">1<\/span><div class=\"event\">PTA\u4e49\u5356<br>\u6821\u5916\u6d3b\u52a8-\u4e94\u5e74\u7ea7 Liberty Science Center<\/div><\/td>\n            <td><span class=\"date-num\">2<\/span><div class=\"event\">\u6821\u5916\u6d3b\u52a8-Broadway Jr.<\/div><\/td>\n            <td><span class=\"date-num\">3<\/span><div class=\"event\">\u6821\u5916\u6d3b\u52a8-\u6570\u5b66\u5965\u6797\u5339\u514b<\/div><\/td>\n            <td class=\"no-school\"><span class=\"date-num\">4<\/span><div class=\"event\">\u653e\u5047<br>\u6559\u80b2\u5c40\u957f\u4f1a\u8bae\u65e5<\/div><\/td>\n            <td class=\"no-school\"><span class=\"date-num\">5<\/span><div class=\"event\">\u653e\u5047<br>\u884c\u653f\u5de5\u4f5c\u65e5<\/div><\/td>\n            <td><span class=\"date-num\">6<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">7<\/span><\/td>\n            <td><span class=\"date-num\">8<\/span><\/td>\n            <td><span class=\"date-num\">9<\/span><div class=\"event\">PTA\u4f1a\u8bae 5:00pm<br>\u5c0f\u5b66\u56fd\u5bb6\u8363\u8a89\u534f\u4f1a 5:30pm<br>\u6625\u5b63\u821e\u8e48\u8868\u6f14 6:00pm<\/div><\/td>\n            <td><span class=\"date-num\">10<\/span><div class=\"event\">\u6821\u5916\u6d3b\u52a8-\u8fa9\u8bba\u961f<br>\u6821\u5916\u6d3b\u52a8-\u516b\u5e74\u7ea7\u5e03\u9c81\u514b\u6797\u5b66\u9662\u6bd5\u4e1a\u5178\u793c\u6392\u7ec3<\/div><\/td>\n            <td><span class=\"date-num\">11<\/span><div class=\"event\">Matilda Jr. 6:00pm<\/div><\/td>\n            <td><span class=\"date-num\">12<\/span><div class=\"event\">SLT\u4f1a\u8bae 12:10pm<br>FIAO\u8bfe\u540e\u73ed\u6700\u540e\u4e00\u5929<br>Matilda Jr. 6:00pm<\/div><\/td>\n            <td><span class=\"date-num\">13<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">14<\/span><\/td>\n            <td><span class=\"date-num\">15<\/span><div class=\"event\">\u516b\u5e74\u7ea7\u821e\u4f1a Bay Ridge Manor 5:00pm-9:00pm<\/div><\/td>\n            <td><span class=\"date-num\">16<\/span><div class=\"event\">\u4e94\u5e74\u7ea7\u51b0\u6dc7\u6dcb\u793e\u4ea4\u6d3b\u52a8<\/div><\/td>\n            <td><span class=\"date-num\">17<\/span><div class=\"event\">\u4ee3\u6570Regents\u8003\u8bd5 9:00am<br>\u516b\u5e74\u7ea7\u9881\u5956\u4e4b\u591c 4:00pm<\/div><\/td>\n            <td><span class=\"date-num\">18<\/span><div class=\"event\">\u516b\u5e74\u7ea7\u6bd5\u4e1a\u5178\u793c \u5e03\u9c81\u514b\u6797\u5b66\u9662 10:00am<\/div><\/td>\n            <td class=\"no-school\"><span class=\"date-num\">19<\/span><div class=\"event\">\u653e\u5047<br>\u516d\u6708\u8282<\/div><\/td>\n            <td><span class=\"date-num\">20<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">21<\/span><\/td>\n            <td><span class=\"date-num\">22<\/span><div class=\"event\">\u6bd5\u4e1a\u73ed\u91ce\u9910 12:00pm<\/div><\/td>\n            <td><span class=\"date-num\">23<\/span><div class=\"event\">\u4e94\u5e74\u7ea7\u5347\u5b66\u5178\u793c 9:00am<br>\u7f8e\u56fd\u5386\u53f2Regents\u8003\u8bd5 9:00am<\/div><\/td>\n            <td><span class=\"date-num\">24<\/span><\/td>\n            <td><span class=\"date-num\">25<\/span><div class=\"event\">\u516b\u5e74\u7ea7 Six Flags \u6821\u5916\u6d3b\u52a8<br>\u5e7c\u513f\u56ed\u6bd5\u4e1a\u5178\u793c 9:00am<\/div><\/td>\n            <td><span class=\"date-num\">26<\/span><div class=\"event\">\u6700\u540e\u4e00\u5929\u4e0a\u8bfe<\/div><\/td>\n            <td><span class=\"date-num\">27<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">28<\/span><\/td>\n            <td><span class=\"date-num\">29<\/span><\/td>\n            <td><span class=\"date-num\">30<\/span><\/td>\n            <td><\/td>\n            <td><\/td>\n            <td><\/td>\n            <td><\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n      <footer class=\"calendar-footer\">\n        <h3>\u8054\u7cfb\u65b9\u5f0f<\/h3>\n        <p><strong>SEE ALL\u5b66\u9662<\/strong><br>\n        \u5e03\u9c81\u514b\u6797\u7b2c16\u5927\u90535601\u53f7,\u7ebd\u7ea611204<br>\n        \u7535\u8bdd: 718-851-8070<\/p>\n        <hr>\n        <div class=\"staff-grid\">\n            <div class=\"staff-member\"><p class=\"name\">Angelo Sacco<\/p><p class=\"title\">\u6821\u957f<\/p><\/div>\n            <div class=\"staff-member\"><p class=\"name\">Angela Panetta<\/p><p class=\"title\">\u526f\u6821\u957f<\/p><\/div>\n            <div class=\"staff-member\"><p class=\"name\">Nicole Adisano<\/p><p class=\"title\">\u526f\u6821\u957f<\/p><\/div>\n            <div class=\"staff-member\"><p class=\"name\">Andrew Wells<\/p><p class=\"title\">\u526f\u6821\u957f<\/p><\/div>\n        <\/div>\n      <\/footer>\n    <\/div>\n    \n    <div id=\"cal-ru\" class=\"language-cal\" hidden>\n      <table class=\"calendar-table\">\n        <caption class=\"screen-reader-only\" style=\"position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;\">\u0428\u043a\u043e\u043b\u044c\u043d\u044b\u0439 \u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c \u0418\u044e\u043d\u044c 2026<\/caption>\n        <thead>\n          <tr>\n            <th scope=\"col\">Bc<\/th>\n            <th scope=\"col\">\u041f\u043d<\/th>\n            <th scope=\"col\">\u0412\u0442<\/th>\n            <th scope=\"col\">CP<\/th>\n            <th scope=\"col\">\u0427\u0442<\/th>\n            <th scope=\"col\">\u041f\u0442<\/th>\n            <th scope=\"col\">c6<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td><\/td>\n            <td><span class=\"date-num\">1<\/span><div class=\"event\">\u041f\u0440\u043e\u0434\u0430\u0436\u0430 PTA<br>\u042d\u043a\u0441\u043a\u0443\u0440\u0441\u0438\u044f-5 \u043a\u043b\u0430\u0441\u0441 Liberty Science Center<\/div><\/td>\n            <td><span class=\"date-num\">2<\/span><div class=\"event\">\u042d\u043a\u0441\u043a\u0443\u0440\u0441\u0438\u044f-Broadway Jr.<\/div><\/td>\n            <td><span class=\"date-num\">3<\/span><div class=\"event\">\u042d\u043a\u0441\u043a\u0443\u0440\u0441\u0438\u044f-\u041e\u043b\u0438\u043c\u043f\u0438\u0430\u0434\u0430 \u043f\u043e \u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a\u0435<\/div><\/td>\n            <td class=\"no-school\"><span class=\"date-num\">4<\/span><div class=\"event\">\u041d\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u0438\u0439<br>\u0414\u0435\u043d\u044c \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 \u043a\u0430\u043d\u0446\u043b\u0435\u0440\u0430<\/div><\/td>\n            <td class=\"no-school\"><span class=\"date-num\">5<\/span><div class=\"event\">\u041d\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u0438\u0439<br>\u041a\u0430\u043d\u0446\u0435\u043b\u044f\u0440\u0441\u043a\u0438\u0439 \u0434\u0435\u043d\u044c<\/div><\/td>\n            <td><span class=\"date-num\">6<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">7<\/span><\/td>\n            <td><span class=\"date-num\">8<\/span><\/td>\n            <td><span class=\"date-num\">9<\/span><div class=\"event\">\u0421\u043e\u0431\u0440\u0430\u043d\u0438\u0435 PTA 17:00<br>\u041d\u0430\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0447\u0435\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0439 \u0448\u043a\u043e\u043b\u044b 17:30<br>\u0412\u0435\u0441\u0435\u043d\u043d\u0435\u0435 \u0442\u0430\u043d\u0446\u0435\u0432\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u044b\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u0435 18:00<\/div><\/td>\n            <td><span class=\"date-num\">10<\/span><div class=\"event\">\u042d\u043a\u0441\u043a\u0443\u0440\u0441\u0438\u044f-\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u043f\u043e \u0434\u0435\u0431\u0430\u0442\u0430\u043c<br>\u042d\u043a\u0441\u043a\u0443\u0440\u0441\u0438\u044f-8 \u043a\u043b\u0430\u0441\u0441 \u0420\u0435\u043f\u0435\u0442\u0438\u0446\u0438\u044f \u0432\u044b\u043f\u0443\u0441\u043a\u043d\u043e\u0433\u043e \u0432 \u0411\u0440\u0443\u043a\u043b\u0438\u043d\u0441\u043a\u043e\u043c \u043a\u043e\u043b\u043b\u0435\u0434\u0436\u0435<\/div><\/td>\n            <td><span class=\"date-num\">11<\/span><div class=\"event\">Matilda Jr. 18:00<\/div><\/td>\n            <td><span class=\"date-num\">12<\/span><div class=\"event\">SLT 12:10<br>\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0434\u0435\u043d\u044c \u043f\u0440\u043e\u0434\u043b\u0435\u043d\u043a\u0438 FIAO<br>Matilda Jr. 18:00<\/div><\/td>\n            <td><span class=\"date-num\">13<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">14<\/span><\/td>\n            <td><span class=\"date-num\">15<\/span><div class=\"event\">\u0412\u044b\u043f\u0443\u0441\u043a\u043d\u043e\u0439 8 \u043a\u043b\u0430\u0441\u0441\u0430 Bay Ridge Manor 17:00-21:00<\/div><\/td>\n            <td><span class=\"date-num\">16<\/span><div class=\"event\">\u0412\u0435\u0447\u0435\u0440\u0438\u043d\u043a\u0430 \u0441 \u043c\u043e\u0440\u043e\u0436\u0435\u043d\u044b\u043c 5 \u043a\u043b\u0430\u0441\u0441<\/div><\/td>\n            <td><span class=\"date-num\">17<\/span><div class=\"event\">\u042d\u043a\u0437\u0430\u043c\u0435\u043d Regents \u043f\u043e \u0430\u043b\u0433\u0435\u0431\u0440\u0435 9:00<br>\u0412\u0435\u0447\u0435\u0440 \u043d\u0430\u0433\u0440\u0430\u0434 8 \u043a\u043b\u0430\u0441\u0441\u0430 16:00<\/div><\/td>\n            <td><span class=\"date-num\">18<\/span><div class=\"event\">\u0412\u044b\u043f\u0443\u0441\u043a\u043d\u043e\u0439 8 \u043a\u043b\u0430\u0441\u0441\u0430 \u0411\u0440\u0443\u043a\u043b\u0438\u043d\u0441\u043a\u0438\u0439 \u043a\u043e\u043b\u043b\u0435\u0434\u0436 10:00<\/div><\/td>\n            <td class=\"no-school\"><span class=\"date-num\">19<\/span><div class=\"event\">\u041d\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u0438\u0439<br>\u0414\u0435\u043d\u044c \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u0440\u0430\u0431\u043e\u0432 (Juneteenth)<\/div><\/td>\n            <td><span class=\"date-num\">20<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">21<\/span><\/td>\n            <td><span class=\"date-num\">22<\/span><div class=\"event\">\u041f\u0438\u043a\u043d\u0438\u043a \u0441\u0442\u0430\u0440\u0448\u0435\u043a\u043b\u0430\u0441\u0441\u043d\u0438\u043a\u043e\u0432 12:00<\/div><\/td>\n            <td><span class=\"date-num\">23<\/span><div class=\"event\">\u041f\u0435\u0440\u0435\u0445\u043e\u0434 \u0432 \u0441\u0440\u0435\u0434\u043d\u044e\u044e \u0448\u043a\u043e\u043b\u0443 5 \u043a\u043b\u0430\u0441\u0441 9:00<br>\u042d\u043a\u0437\u0430\u043c\u0435\u043d Regents \u043f\u043e \u0438\u0441\u0442\u043e\u0440\u0438\u0438 \u0421\u0428\u0410 9:00<\/div><\/td>\n            <td><span class=\"date-num\">24<\/span><\/td>\n            <td><span class=\"date-num\">25<\/span><div class=\"event\">\u042d\u043a\u0441\u043a\u0443\u0440\u0441\u0438\u044f 8 \u043a\u043b\u0430\u0441\u0441\u0430 \u0432 Six Flags<br>\u0412\u044b\u043f\u0443\u0441\u043a\u043d\u043e\u0439 \u0434\u0435\u0442\u0441\u043a\u043e\u0433\u043e \u0441\u0430\u0434\u0430 9:00<\/div><\/td>\n            <td><span class=\"date-num\">26<\/span><div class=\"event\">\u041f\u041e\u0421\u041b\u0415\u0414\u041d\u0418\u0419 \u0423\u0427\u0415\u0411\u041d\u042b\u0419 \u0414\u0415\u041d\u042c<\/div><\/td>\n            <td><span class=\"date-num\">27<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><span class=\"date-num\">28<\/span><\/td>\n            <td><span class=\"date-num\">29<\/span><\/td>\n            <td><span class=\"date-num\">30<\/span><\/td>\n            <td><\/td>\n            <td><\/td>\n            <td><\/td>\n            <td><\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n       <footer class=\"calendar-footer\">\n        <h3>\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f<\/h3>\n        <p><strong>\u0410\u043a\u0430\u0434\u0435\u043c\u0438\u044f SEE ALL<\/strong><br>\n        5601, 16-\u044f \u0410\u0432\u0435\u043d\u044e, \u0411\u0440\u0443\u043a\u043b\u0438\u043d, \u041d\u044c\u044e-\u0419\u043e\u0440\u043a, 11204<br>\n        \u0422\u0435\u043b\u0435\u0444\u043e\u043d: 718-851-8070<\/p>\n        <hr>\n        <div class=\"staff-grid\">\n            <div class=\"staff-member\"><p class=\"name\">\u0410\u043d\u0434\u0436\u0435\u043b\u043e \u0421\u0430\u043a\u043a\u043e<\/p><p class=\"title\">\u0414\u0438\u0440\u0435\u043a\u0442\u043e\u0440<\/p><\/div>\n            <div class=\"staff-member\"><p class=\"name\">\u0410\u043d\u0434\u0436\u0435\u043b\u0430 \u041f\u0430\u043d\u0435\u0442\u0442\u0430<\/p><p class=\"title\">\u0417\u0430\u043c\u0435\u0441\u0442\u0438\u0442\u0435\u043b\u044c \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0430<\/p><\/div>\n            <div class=\"staff-member\"><p class=\"name\">\u041d\u0438\u043a\u043e\u043b\u044c \u0410\u0434\u0438\u0441\u0430\u043d\u043e<\/p><p class=\"title\">\u0417\u0430\u043c\u0435\u0441\u0442\u0438\u0442\u0435\u043b\u044c \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0430<\/p><\/div>\n            <div class=\"staff-member\"><p class=\"name\">\u042d\u043d\u0434\u0440\u044e \u0423\u044d\u043b\u043b\u0441<\/p><p class=\"title\">\u0417\u0430\u043c\u0435\u0441\u0442\u0438\u0442\u0435\u043b\u044c \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0430<\/p><\/div>\n        <\/div>\n      <\/footer>\n    <\/div>\n  <\/main>\n<\/div>\n\n<script>\n  document.addEventListener('DOMContentLoaded', function() {\n    if (window.calendarScriptLoaded) return;\n    window.calendarScriptLoaded = true;\n    \n    const calendarContainer = document.querySelector('.calendar-container');\n    if(!calendarContainer) return;\n    \n    const langButtons = calendarContainer.querySelectorAll('.lang-btn');\n    const calendars = calendarContainer.querySelectorAll('.language-cal');\n    const headers = {\n        en: calendarContainer.querySelector('#header-en'),\n        es: calendarContainer.querySelector('#header-es'),\n        zh: calendarContainer.querySelector('#header-zh'),\n        ru: calendarContainer.querySelector('#header-ru')\n    };\n\n    langButtons.forEach(button => {\n      button.addEventListener('click', function() {\n        const selectedLang = this.getAttribute('data-lang');\n\n        \/\/ Update button states\n        langButtons.forEach(btn => {\n          btn.classList.remove('active');\n          btn.setAttribute('aria-pressed', 'false');\n        });\n        this.classList.add('active');\n        this.setAttribute('aria-pressed', 'true');\n\n        \/\/ Hide all calendars\/headers\n        calendars.forEach(cal => cal.hidden = true);\n        Object.values(headers).forEach(header => {\n            if(header) header.hidden = true;\n        });\n        \n        \/\/ Show selected\n        const calToShow = calendarContainer.querySelector(`#cal-${selectedLang}`);\n        const headerToShow = headers[selectedLang];\n        \n        if(calToShow) calToShow.hidden = false;\n        if(headerToShow) headerToShow.hidden = false;\n        \n        \/\/ Accessibility: Update container lang\n        calendarContainer.setAttribute('lang', selectedLang);\n      });\n    });\n  });\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a5e7aa elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3a5e7aa\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-414b2ee elementor-widget elementor-widget-html\" data-id=\"414b2ee\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\n  \/* ======================================\n     CSS STYLES FOR POLICY WIDGET\n     ======================================\n  *\/\n\n  \/* --- Main Container --- *\/\n  .download-widget {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.5;\n    background-color: #f9fafb; \/* Light gray background *\/\n    border: 1px solid #e5e7eb;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n    max-width: 900px;\n    margin: 20px auto;\n    padding: 24px;\n    box-sizing: border-box;\n    \n    \/* Desktop Layout: Icon | Title | Button *\/\n    display: grid;\n    grid-template-columns: auto 1fr auto; \/* 3-column layout *\/\n    align-items: center;\n    gap: 20px;\n  }\n\n  \/* --- Icon --- *\/\n  .download-icon {\n    font-size: 32px;\n    color: #005a9c; \/* School blue *\/\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  \/* --- Title --- *\/\n  .download-info h3 {\n    font-size: 20px;\n    font-weight: 600;\n    color: #111827; \/* Near black *\/\n    margin: 0;\n  }\n\n  \/* --- Button --- *\/\n  .download-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background-color: #005a9c;\n    color: #ffffff !important;\n    font-size: 15px;\n    font-weight: 600;\n    text-decoration: none;\n    padding: 12px 24px;\n    border-radius: 8px;\n    transition: background-color 0.2s ease, transform 0.2s ease;\n    white-space: nowrap;\n    border: none;\n    cursor: pointer;\n  }\n\n  .download-button:hover, .download-button:focus {\n    background-color: #004a80;\n    transform: translateY(-2px);\n    color: #ffffff;\n  }\n\n  .download-button i {\n    margin-left: 10px;\n  }\n\n  \/* ======================================\n     MOBILE RESPONSIVE STYLES\n     ======================================\n  *\/\n  @media (max-width: 768px) {\n    .download-widget {\n      \/* Mobile Layout: Stacked *\/\n      grid-template-columns: 1fr; \/* 1-column layout *\/\n      justify-items: center;\n      gap: 16px;\n      text-align: center;\n      padding: 20px;\n    }\n\n    .download-info h3 {\n        text-align: center;\n    }\n\n    .download-button {\n      display: flex; \/* Make button full-width *\/\n      width: 100%;\n      box-sizing: border-box;\n    }\n  }\n<\/style>\n\n<div class=\"download-widget\">\n  <div class=\"download-icon\" aria-hidden=\"true\">\n    <i class=\"fa-solid fa-file-shield\"><\/i>\n  <\/div>\n  \n  <div class=\"download-info\">\n    <h3>Cell Phone Policy<\/h3>\n  <\/div>\n  \n  <div class=\"download-action\">\n    <a class=\"download-button\" href=\"https:\/\/seeallacademy.com\/3825-2\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n      View Policy <i class=\"fa-solid fa-arrow-right\" aria-hidden=\"true\"><\/i>\n    <\/a>\n  <\/div>\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e8afbe elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3e8afbe\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1615e20 elementor-widget elementor-widget-html\" data-id=\"1615e20\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.2\/css\/all.min.css\">\n\n<style>\n  \/* ======================================\n    CSS STYLES FOR PRIVACY WIDGET\n    ======================================\n  *\/\n\n  \/* --- Main Container --- *\/\n  .privacy-widget {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    background-color: #ffffff;\n    border: 1px solid #e5e7eb;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n    max-width: 900px;\n    margin: 20px auto;\n    padding: 24px;\n    box-sizing: border-box;\n    color: #374151; \/* Dark gray text *\/\n  }\n\n  \/* --- Titles --- *\/\n  .privacy-widget h2 {\n    font-size: 24px;\n    font-weight: 700;\n    color: #111827; \/* Near black *\/\n    margin: 0 0 5px 0;\n    display: flex;\n    align-items: center;\n  }\n  \n  .privacy-widget h2 .fa-solid {\n    color: #005a9c; \/* School blue *\/\n    margin-right: 12px;\n    font-size: 22px;\n  }\n\n  .privacy-widget .widget-subtitle {\n    font-size: 16px;\n    color: #6b7280; \/* Medium gray *\/\n    margin: 0 0 24px 0;\n    border-bottom: 2px solid #f3f4f6; \/* Light divider *\/\n    padding-bottom: 16px;\n  }\n\n  \/* --- Resource Grid --- *\/\n  .privacy-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr; \/* 2 columns on desktop *\/\n    gap: 20px;\n  }\n  \n  \/* --- Resource Card --- *\/\n  .privacy-card {\n    background-color: #f9fafb; \/* Light gray *\/\n    border: 1px solid #e5e7eb;\n    border-radius: 10px;\n    padding: 24px;\n    display: flex;\n    flex-direction: column;\n  }\n  \n  .privacy-card .card-icon {\n    font-size: 24px;\n    color: #005a9c;\n    margin-bottom: 12px;\n  }\n  \n  .privacy-card h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: #111827;\n    margin: 0 0 8px 0;\n  }\n  \n  .privacy-card p {\n    font-size: 15px;\n    color: #4b5563;\n    margin: 0 0 20px 0;\n    flex-grow: 1; \/* Pushes button to the bottom *\/\n  }\n  \n  \/* --- Link Button --- *\/\n  .privacy-card .privacy-button {\n    display: inline-block;\n    background-color: #005a9c;\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 600;\n    text-decoration: none;\n    padding: 12px 20px;\n    border-radius: 8px;\n    text-align: center;\n    transition: background-color 0.2s ease, transform 0.2s ease;\n  }\n  \n  .privacy-card .privacy-button:hover {\n    background-color: #004a80;\n    transform: translateY(-2px);\n  }\n  \n  .privacy-card .privacy-button .fa-solid {\n    margin-left: 8px;\n  }\n  \n\n  \/* ======================================\n    MOBILE RESPONSIVE STYLES\n    ======================================\n  *\/\n  @media (max-width: 768px) {\n    .privacy-widget {\n      padding: 20px;\n    }\n    \n    .privacy-grid {\n      grid-template-columns: 1fr; \/* Stack to 1 column *\/\n    }\n    \n    .privacy-widget h2 {\n      font-size: 22px;\n    }\n  }\n  \n<\/style>\n\n<div class=\"privacy-widget\">\n\n  <h2><i class=\"fa-solid fa-lock\"><\/i> Data Privacy & Your Rights<\/h2>\n  <p class=\"widget-subtitle\">View official policies and notifications.<\/p>\n\n  <div class=\"privacy-grid\">\n    \n    <div class=\"privacy-card\">\n      <div class=\"card-icon\">\n        <i class=\"fa-solid fa-shield-halved\"><\/i>\n      <\/div>\n      <h3>Parents' Bill of Rights for Data Privacy and Security<\/h3>\n      <p>Understand your rights to inspect, review, and request changes to your child's education records and learn how student data is kept private and secure.<\/p>\n      <a href=\"https:\/\/www.schools.nyc.gov\/school-life\/know-your-rights\/parents-bill-of-rights-for-data-privacy-and-security\" class=\"privacy-button\" target=\"_blank\" rel=\"noopener noreferrer\">\n        Read the Bill of Rights <i class=\"fa-solid fa-arrow-right\"><\/i>\n      <\/a>\n    <\/div>\n    \n    <div class=\"privacy-card\">\n      <div class=\"card-icon\">\n        <i class=\"fa-solid fa-file-lines\"><\/i>\n      <\/div>\n      <h3>Annual FERPA Notification (2024-25)<\/h3>\n      <p>View the official annual notification regarding the Family Educational Rights and Privacy Act (FERPA), a Federal law that protects student education records.<\/p>\n      <a href=\"https:\/\/www.schools.nyc.gov\/about-us\/policies\/data-privacy-and-security-policies\/annual-ferpa-notification4\" class=\"privacy-button\" target=\"_blank\" rel=\"noopener noreferrer\">\n        View FERPA Notice <i class=\"fa-solid fa-arrow-right\"><\/i>\n      <\/a>\n    <\/div>\n    \n  <\/div>\n\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d3d211a elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d3d211a\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff9f4ee elementor-widget elementor-widget-html\" data-id=\"ff9f4ee\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.2\/css\/all.min.css\">\n\n<style>\n  \/* ======================================\n     CSS STYLES FOR DRESS CODE\n     ======================================\n  *\/\n\n  \/* --- Main Container --- *\/\n  .dress-code-widget {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    background-color: #f9fafb;\n    border-radius: 12px;\n    max-width: 900px;\n    margin: 20px auto;\n    padding: 24px;\n    box-sizing: border-box;\n    color: #374151;\n  }\n\n  \/* --- Titles --- *\/\n  .dress-code-widget h2 {\n    font-size: 28px;\n    font-weight: 700;\n    color: #111827;\n    margin: 0 0 5px 0;\n    display: flex;\n    align-items: center;\n  }\n  \n  .dress-code-widget h2 .fa-solid {\n    color: #005a9c;\n    margin-right: 12px;\n    font-size: 24px;\n  }\n\n  .dress-code-widget .subtitle {\n    font-size: 16px;\n    font-weight: 600;\n    \/* Darkened from #6b7280 for better contrast *\/\n    color: #4b5563; \n    margin: 0 0 24px 0;\n    border-bottom: 2px solid #e5e7eb;\n    padding-bottom: 16px;\n  }\n  \n  .dress-code-widget h3 {\n    font-size: 20px;\n    font-weight: 700;\n    color: #111827;\n    margin: 32px 0 16px 0;\n  }\n\n  \/* --- Lists Reset (For Accessibility Semantics) --- *\/\n  ul.uniform-list, ul.special-list, ol.violation-steps {\n    list-style: none;\n    padding-left: 0;\n    margin: 0;\n  }\n\n  \/* --- Daily Uniform Grid --- *\/\n  .uniform-list {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n  }\n  \n  .uniform-item {\n    background-color: #ffffff;\n    border: 1px solid #e5e7eb;\n    border-radius: 10px;\n    padding: 20px;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.03);\n  }\n  \n  .uniform-item h4 {\n    display: flex;\n    align-items: center;\n    font-size: 16px;\n    font-weight: 600;\n    color: #005a9c;\n    margin: 0 0 8px 0;\n  }\n  \n  .uniform-item h4 .fa-solid {\n    margin-right: 10px;\n    width: 20px;\n    text-align: center;\n  }\n  \n  .uniform-item p {\n    font-size: 15px;\n    color: #4b5563;\n    margin: 0;\n  }\n  \n  \/* --- Special Days & Rules List --- *\/\n  .special-list .special-item {\n    background: #fff;\n    border: 1px solid #e5e7eb;\n    border-radius: 10px;\n    padding: 20px;\n    margin-bottom: 16px;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.03);\n  }\n  \n  .special-list h4 {\n    font-size: 16px;\n    font-weight: 600;\n    margin: 0 0 8px 0;\n    display: flex;\n    align-items: center;\n  }\n  \n  .special-list h4 .fa-solid {\n    margin-right: 10px;\n  }\n  \n  .special-list p,\n  .special-list ul {\n    font-size: 15px;\n    color: #4b5563;\n    margin: 0;\n    padding-left: 20px; \/* For the inner nested ul *\/\n  }\n  \n  \/* Prohibited Item Styling *\/\n  .special-item.prohibited {\n    \/* Darkened Red for Contrast Compliance *\/\n    border-left: 4px solid #c02626; \n    background-color: #fef7f7;\n  }\n  \n  .special-item.prohibited h4 {\n    color: #c02626; \/* Darkened from #d9534f *\/\n  }\n\n  \/* --- Friday Alert Box --- *\/\n  .friday-alert {\n    background-color: #e6f7ff;\n    border: 1px solid #b3e0ff;\n    color: #004494; \/* Darkened for contrast *\/\n    padding: 16px;\n    text-align: center;\n    font-size: 16px;\n    font-weight: 700;\n    border-radius: 10px;\n    margin: 32px 0;\n    text-transform: uppercase;\n  }\n\n  \/* --- Violation Policy Steps --- *\/\n  .violation-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n  }\n  \n  .violation-step {\n    background-color: #ffffff;\n    border: 1px solid #e5e7eb;\n    border-radius: 10px;\n    padding: 24px;\n    text-align: center;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.03);\n  }\n  \n  .violation-step .step-number {\n    display: block;\n    font-size: 20px;\n    font-weight: 700;\n    color: #c02626; \/* Darkened Red *\/\n    width: 44px;\n    height: 44px;\n    line-height: 44px;\n    border-radius: 50%;\n    background-color: #fef7f7;\n    border: 1px solid #fde2e2;\n    margin: 0 auto 16px auto;\n  }\n  \n  .violation-step h4 { \/* Changed from h5 to h4 *\/\n    font-size: 16px;\n    font-weight: 600;\n    color: #111827;\n    margin: 0 0 12px 0;\n  }\n  \n  .violation-step ul {\n    text-align: left;\n    font-size: 14px;\n    color: #4b5563;\n    padding-left: 20px;\n    margin: 0;\n  }\n  \n  .violation-step li {\n    margin-bottom: 5px;\n  }\n\n  \/* ======================================\n     MOBILE RESPONSIVE STYLES\n     ======================================\n  *\/\n  @media (max-width: 768px) {\n    .dress-code-widget {\n      padding: 16px;\n    }\n  \n    .uniform-list {\n      grid-template-columns: 1fr;\n    }\n    \n    .violation-steps {\n      grid-template-columns: 1fr;\n    }\n    \n    .dress-code-widget h2 {\n      font-size: 24px;\n    }\n    \n    .dress-code-widget h3 {\n      font-size: 18px;\n    }\n  }\n<\/style>\n\n\n<div class=\"dress-code-widget\">\n\n  <h2><i class=\"fa-solid fa-shirt\" aria-hidden=\"true\"><\/i> Dress Code Policy<\/h2>\n  <p class=\"subtitle\">Kindergarten through Grade Eight<\/p>\n  <p style=\"margin-top: -16px; margin-bottom: 24px; font-size: 15px; color: #4b5563;\">The following guidelines shall apply to attendance at school and all school activities and events.<\/p>\n\n  <h3>Daily Uniform<\/h3>\n  <ul class=\"uniform-list\">\n    \n    <li class=\"uniform-item\">\n      <h4><i class=\"fa-solid fa-shirt\" aria-hidden=\"true\"><\/i> Shirts<\/h4>\n      <p>Plain, solid color polo shirt (long or short sleeve, any color) with NO visible writing or pictures.<\/p>\n    <\/li>\n    \n    <li class=\"uniform-item\">\n      <h4><i class=\"fa-solid fa-user-tie\" aria-hidden=\"true\"><\/i> Sweater<\/h4>\n      <p>Solid color sweater or SEEALL three-quarter zip up. Students in K-5 may wear their SEEALL sweater, provided by the school.<\/p>\n    <\/li>\n    \n    <li class=\"uniform-item\">\n      <h4><i class=\"fa-solid fa-user-secret\" aria-hidden=\"true\"><\/i> Slacks<\/h4>\n      <p>Plain, solid color black, navy or khaki uniform style slacks.<\/p>\n    <\/li>\n    \n    <li class=\"uniform-item\">\n      <h4><i class=\"fa-solid fa-person-walking\" aria-hidden=\"true\"><\/i> Shorts<\/h4>\n      <p>Plain, solid color black, navy, or khaki walking shorts (knee-length) or capris style pants. (Permitted in September, May and June).<\/p>\n    <\/li>\n    \n    <li class=\"uniform-item\" style=\"grid-column: 1 \/ -1;\"> \n      <h4><i class=\"fa-solid fa-person-dress\" aria-hidden=\"true\"><\/i> Skirts<\/h4>\n      <p>Plain, solid color black, navy, or khaki skirts. NO skirt may be higher than an inch above the knee.<\/p>\n    <\/li>\n    \n  <\/ul>\n  \n  <h3>Special Days & Rules<\/h3>\n  <ul class=\"special-list\">\n  \n    <li class=\"special-item\">\n      <h4><i class=\"fa-solid fa-person-running\" style=\"color: #059669;\" aria-hidden=\"true\"><\/i> Physical Education Days<\/h4>\n      <p>On PE days, students may wear SEEALL Academy or plain, solid color sweatshirts, t-shirts and dark, solid athletic pants.<\/p>\n    <\/li>\n    \n    <li class=\"special-item\">\n      <h4><i class=\"fa-solid fa-star\" style=\"color: #d97706;\" aria-hidden=\"true\"><\/i> Dress Down Days<\/h4>\n      <p>Jeans are only permissible on dress down days (may not have writing or be torn). Clothing may not contain discriminatory language, images, or references. Noted on the school calendar.<\/p>\n    <\/li>\n    \n    <li class=\"special-item\">\n      <h4><i class=\"fa-solid fa-wand-sparkles\" style=\"color: #7c3aed;\" aria-hidden=\"true\"><\/i> Spirit Days<\/h4>\n      <p>Pajamas and other type costume clothing are only permissible on Spirit Days. Noted on the school calendar.<\/p>\n    <\/li>\n    \n    <li class=\"special-item prohibited\">\n      <h4><i class=\"fa-solid fa-ban\" aria-hidden=\"true\"><\/i> Prohibitions<\/h4>\n      <ul>\n        <li>Revealing clothing that does not provide full coverage of body parts is prohibited.<\/li>\n        <li>Hoods and caps are prohibited.<\/li>\n        <li>(Headwear for religious observance or disability-related attire is permitted.)<\/li>\n      <\/ul>\n    <\/li>\n    \n  <\/ul>\n\n  <div class=\"friday-alert\">\n    Fridays are dress down days\n  <\/div>\n\n  <h3>Violation Policy<\/h3>\n  <ol class=\"violation-steps\">\n  \n    <li class=\"violation-step\">\n      <span class=\"step-number\" aria-hidden=\"true\">1<\/span>\n      <h4>1st Violation<\/h4>\n      <ul>\n        <li>Parent will be notified<\/li>\n        <li>Student changes clothes (loaner provided)<\/li>\n        <li>Documented in Violation Log<\/li>\n      <\/ul>\n    <\/li>\n    \n    <li class=\"violation-step\">\n      <span class=\"step-number\" aria-hidden=\"true\">2<\/span>\n      <h4>2nd Violation<\/h4>\n      <ul>\n        <li>Parent will be notified<\/li>\n        <li>Student changes clothes (loaner provided)<\/li>\n        <li>Documented in Violation Log<\/li>\n        <li><strong>Parent meeting with dean<\/strong><\/li>\n      <\/ul>\n    <\/li>\n    \n    <li class=\"violation-step\">\n      <span class=\"step-number\" aria-hidden=\"true\">3<\/span>\n      <h4>3rd Violation<\/h4>\n      <ul>\n        <li>Parent will be notified<\/li>\n        <li>Student changes clothes (loaner provided)<\/li>\n        <li>Documented in Violation Log<\/li>\n        <li><strong>Parent meeting with administrator<\/strong><\/li>\n      <\/ul>\n    <\/li>\n    \n  <\/ol>\n\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-132dc13 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"132dc13\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2f10ceb\" data-id=\"2f10ceb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2fa72a2 elementor-widget elementor-widget-heading\" data-id=\"2fa72a2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Find out how The SEEALL Academy stands out with <\/br>our unique approach to educational enrichment.<\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9547fb2 elementor-widget elementor-widget-heading\" data-id=\"9547fb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Educational Cornerstones of The SEEALL Academy\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-345ac11 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"345ac11\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1b144d7 elementor-invisible\" data-id=\"1b144d7\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;headShake&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ce91be6 elementor-widget elementor-widget-image\" data-id=\"ce91be6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"618\" src=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/Enrichment-Programs-1024x618.jpg\" class=\"attachment-large size-large wp-image-1441\" alt=\"Enrichment Programs\" srcset=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/Enrichment-Programs-1024x618.jpg 1024w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/Enrichment-Programs-300x181.jpg 300w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/Enrichment-Programs.jpg 1180w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/Enrichment-Programs-150x91.jpg 150w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f54bd18 elementor-widget elementor-widget-text-editor\" data-id=\"f54bd18\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p><span style=\"color: #003366;\"><strong>Enrichment Programs<\/strong><\/span><\/p><p>The SEEALL Academy offers a wide variety of elective enrichment programs for it\u2019s middle school students. These offerings allow students to take an active part in shaping their educational curriculum around their own individual interests.<\/p><p>Our enrichment programs range from arts and creative, to technology and robotics classes. Students are encouraged to find a program that will suit their interests and continue to challenge them academically.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d685071 elementor-invisible\" data-id=\"d685071\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;headShake&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4873519 elementor-widget elementor-widget-image\" data-id=\"4873519\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"621\" src=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/Screenshot-2023-06-05-at-5.42.07-AM-1024x621.png\" class=\"attachment-large size-large wp-image-1446\" alt=\"Screenshot 2023 06 05 at 5.42.07 AM\" srcset=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/Screenshot-2023-06-05-at-5.42.07-AM-1024x621.png 1024w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/Screenshot-2023-06-05-at-5.42.07-AM-300x182.png 300w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/Screenshot-2023-06-05-at-5.42.07-AM.png 1072w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/Screenshot-2023-06-05-at-5.42.07-AM-150x91.png 150w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d2c1bd5 elementor-widget elementor-widget-text-editor\" data-id=\"d2c1bd5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default elementor-inline-editing pen\" data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\"><strong><span style=\"color: #003366;\">Student &amp; Staff Expectations<\/span><\/strong><\/p><p>We have high expectations for all students and strive to prepare them to meet all academic challenges. Our school aims to develop literate, articulate, socially responsible young citizens. We hold high educational standards with academic success for all students.<\/p><p>Our staff provides a supportive environment, which encourages students to develop into young learning leaders. Our school community works collaboratively so that we may create an academically challenging environment.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7a99040 elementor-invisible\" data-id=\"7a99040\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;headShake&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fde317f elementor-widget elementor-widget-image\" data-id=\"fde317f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"618\" src=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/SEEALL-School-Philosophy-1024x618.jpg\" class=\"attachment-large size-large wp-image-1447\" alt=\"SEEALL School Philosophy\" srcset=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/SEEALL-School-Philosophy-1024x618.jpg 1024w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/SEEALL-School-Philosophy-300x181.jpg 300w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/SEEALL-School-Philosophy.jpg 1180w, https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/SEEALL-School-Philosophy-150x91.jpg 150w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cdcd8e8 elementor-widget elementor-widget-text-editor\" data-id=\"cdcd8e8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default elementor-inline-editing pen\" data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\"><strong><span style=\"color: #003366;\">The SEEALL Philosophy<\/span><\/strong><\/p><p>The philosophy of Students Educationally Enriched As Learning Leaders (SEEALL) is that all students are active learners and participants in the educational process.<\/p><p>Leadership qualities are promoted and shaped through cooperative and collaborative learning, individual and group presentations, public speaking, and ongoing autonomy in all curriculum areas, including the Arts and Technology.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ce2dfa4 elementor-section-stretched elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ce2dfa4\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29de3a7\" data-id=\"29de3a7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-857cb6c elementor-widget elementor-widget-spacer\" data-id=\"857cb6c\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-51ccca5 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"51ccca5\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9d58988\" data-id=\"9d58988\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5896272 elementor-widget elementor-widget-heading\" data-id=\"5896272\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">School Overview<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5da6852 elementor-widget elementor-widget-text-editor\" data-id=\"5da6852\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>We are a Pre-K through 8 school located in the heart of Borough Park in Brooklyn, New York. Our school holds high educational standards with academic success for all students.<\/p><p>Our staff provides a supportive environment which encourages students to develop into young leaders as they progress through their educational careers.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd8ce11 elementor-widget elementor-widget-heading\" data-id=\"dd8ce11\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Get in touch with us to discuss<\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af364b6 elementor-mobile-align-center elementor-align-center arrow-right elementor-widget elementor-widget-button\" data-id=\"af364b6\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:7188518070\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-phone-alt\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">718-851-8070<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b4fa26 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"4b4fa26\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-6739298\" href=\"https:\/\/twitter.com\/seeall180?lang=en\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-twitter\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-ec4ad76\" href=\"https:\/\/www.instagram.com\/theseeallgram\/?hl=en\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-instagram\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-map-marker-alt elementor-repeater-item-bb433cb\" href=\"https:\/\/goo.gl\/maps\/2WTeKArumJKn67Ju7\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Map-marker-alt<\/span>\n\t\t\t\t\t\t<i class=\"fas fa-map-marker-alt\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c984f64\" data-id=\"c984f64\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Hero Section The SEEALL Academy Empowering students to achieve their full potential through innovative education and community. MESSAGES FOR FAMILIES SCHOOL CALENDAR SCHOOL PROCEDURES NYC&nbsp;<a href=\"https:\/\/seeallacademy.com\/?page_id=4065\">&hellip;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-home.php","meta":{"footnotes":""},"class_list":["post-4065","page","type-page","status-publish","hentry","odd"],"_links":{"self":[{"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/pages\/4065","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seeallacademy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4065"}],"version-history":[{"count":0,"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/pages\/4065\/revisions"}],"wp:attachment":[{"href":"https:\/\/seeallacademy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4065"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}