BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//ChamberMaster//Event Calendar 2.0//EN
METHOD:PUBLISH
X-PUBLISHED-TTL:P3D
REFRESH-INTERVAL:P3D
CALSCALE:GREGORIAN
BEGIN:VEVENT
DTSTART:20251107T163000Z
DTEND:20251107T190000Z
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
SUMMARY:2025 ATHENA LEADERSHIP AWARDS LUNCHEON
DESCRIPTION:/* CSS Variables for better maintainability and performance */\n        :root {\n            --primary-purple: #8e44ad\;\n            --secondary-purple: #9b59b6\;\n            --dark-purple: #663399\;\n            --accent-pink: #e91e63\;\n            --text-dark: #333\;\n            --text-medium: #555\;\n            --text-light: #444\;\n            --background-light: #f8f4ff\;\n            --background-gradient: #ede7f6\;\n            --white: #ffffff\;\n            --shadow-light: rgba(0\,0\,0\,0.05)\;\n            --shadow-medium: rgba(0\,0\,0\,0.1)\;\n            --shadow-purple: rgba(142\, 68\, 173\, 0.3)\;\n            --border-radius-small: 8px\;\n            --border-radius-medium: 12px\;\n            --border-radius-large: 15px\;\n            --border-radius-xl: 20px\;\n            --transition-fast: 0.2s ease\;\n            --transition-medium: 0.3s ease\;\n        }\n\n        /* Performance-optimized font loading */\n        body {\n            font-family: 'Segoe UI'\, Tahoma\, Geneva\, Verdana\, -apple-system\, BlinkMacSystemFont\, sans-serif\;\n            margin: 0\;\n            padding: 0\;\n            line-height: 1.6\;\n            color: var(--text-dark)\;\n            font-display: swap\; /* Faster font rendering */\n        }\n\n        .athena-section {\n            background: linear-gradient(135deg\, var(--primary-purple) 0%\, var(--secondary-purple) 50%\, var(--dark-purple) 100%)\;\n            padding: 40px\;\n            border-radius: var(--border-radius-large)\;\n            margin: 20px 0\;\n            box-shadow: 0 10px 30px var(--shadow-purple)\;\n        }\n\n        .athena-container {\n            max-width: 1000px\;\n            margin: 0 auto\;\n            background: var(--white)\;\n            border-radius: var(--border-radius-xl)\;\n            overflow: hidden\;\n            box-shadow: 0 15px 35px var(--shadow-medium)\;\n        }\n\n        .athena-header {\n            background: linear-gradient(135deg\, var(--primary-purple)\, var(--secondary-purple))\;\n            color: var(--white)\;\n            padding: 30px\;\n            text-align: center\;\n        }\n\n        .sponsorship-link {\n            display: inline-block\;\n            background: rgba(255\,255\,255\,0.2)\;\n            color: var(--white) !important\;\n            padding: 12px 25px\;\n            border-radius: 50px\;\n            text-decoration: none\;\n            font-weight: bold\;\n            font-size: 14px\;\n            margin-bottom: 20px\;\n            box-shadow: 0 4px 12px rgba(0\,0\,0\,0.2)\;\n            transition: all var(--transition-medium)\;\n            border: 2px solid rgba(255\,255\,255\,0.3)\;\n        }\n\n        .sponsorship-link:hover {\n            transform: translateY(-2px)\;\n            box-shadow: 0 6px 16px rgba(0\,0\,0\,0.3)\;\n            color: var(--white) !important\;\n            background: rgba(255\,255\,255\,0.3)\;\n        }\n\n        .main-title {\n            font-size: 2rem\;\n            margin-bottom: 15px\;\n            text-shadow: 2px 2px 4px rgba(0\,0\,0\,0.3)\;\n            color: var(--white) !important\;\n        }\n\n        .content-area {\n            padding: 40px\;\n        }\n\n        /* Image container with loading optimization */\n        .image-container {\n            text-align: center\;\n            margin-bottom: 20px\;\n            position: relative\;\n        }\n\n        .athena-image {\n            max-width: 350px\;\n            width: 100%\;\n            height: auto\;\n            border-radius: var(--border-radius-medium)\;\n            box-shadow: 0 8px 20px var(--shadow-medium)\;\n            transition: opacity var(--transition-medium)\;\n        }\n\n        .image-placeholder {\n            width: 350px\;\n            height: 350px\;\n            background: linear-gradient(135deg\, var(--background-light)\, var(--background-gradient))\;\n            border-radius: var(--border-radius-medium)\;\n            display: flex\;\n            align-items: center\;\n            justify-content: center\;\n            color: var(--primary-purple)\;\n            font-size: 1.2rem\;\n            font-weight: bold\;\n            margin: 0 auto\;\n            border: 2px dashed var(--primary-purple)\;\n        }\n\n        .loading-spinner {\n            width: 40px\;\n            height: 40px\;\n            border: 3px solid var(--background-gradient)\;\n            border-top: 3px solid var(--primary-purple)\;\n            border-radius: 50%\;\n            animation: spin 1s linear infinite\;\n            margin: 0 auto\;\n        }\n\n        @keyframes spin {\n            0% { transform: rotate(0deg)\; }\n            100% { transform: rotate(360deg)\; }\n        }\n\n        .hero-text {\n            font-size: 1.2rem\;\n            text-align: center\;\n            margin-bottom: 35px\;\n            color: #2c3e50\;\n            font-weight: 400\;\n            padding: 35px\;\n            background: linear-gradient(135deg\, var(--background-light)\, var(--background-gradient))\;\n            border-radius: var(--border-radius-medium)\;\n            border-left: 5px solid var(--primary-purple)\;\n            line-height: 1.8\;\n            letter-spacing: 0.3px\;\n        }\n\n        .award-description {\n            text-align: center\;\n            font-size: 1.1rem\;\n            margin-bottom: 35px\;\n            color: var(--text-light)\;\n            line-height: 1.7\;\n            padding: 0 20px\;\n            font-weight: 400\;\n        }\n\n        .divider {\n            text-align: center\;\n            margin: 35px 0\;\n            font-size: 1.5rem\;\n            color: var(--primary-purple)\;\n            font-weight: bold\;\n            letter-spacing: 3px\;\n        }\n\n        .participation-text {\n            background: linear-gradient(135deg\, var(--primary-purple)\, var(--secondary-purple))\;\n            color: var(--white)\;\n            padding: 30px\;\n            border-radius: var(--border-radius-medium)\;\n            margin: 35px 0\;\n            font-style: italic\;\n            font-size: 1.05rem\;\n            text-align: center\;\n            line-height: 1.7\;\n            letter-spacing: 0.3px\;\n        }\n\n        .section-title {\n            font-size: 1.5rem\;\n            color: var(--primary-purple)\;\n            margin-bottom: 20px\;\n            text-align: center\;\n            font-weight: bold\;\n            position: relative\;\n        }\n\n        .section-title::after {\n            content: ''\;\n            display: block\;\n            width: 60px\;\n            height: 3px\;\n            background: var(--primary-purple)\;\n            margin: 8px auto\;\n            border-radius: 2px\;\n        }\n\n        .criteria-grid {\n            display: grid\;\n            grid-template-columns: repeat(auto-fit\, minmax(280px\, 1fr))\;\n            gap: 15px\;\n            margin: 20px 0\;\n        }\n\n        .criteria-card {\n            background: linear-gradient(135deg\, var(--background-light)\, var(--background-gradient))\;\n            padding: 20px\;\n            border-radius: var(--border-radius-medium)\;\n            border-left: 4px solid var(--primary-purple)\;\n            transition: all var(--transition-medium)\;\n            will-change: transform\; /* Optimize for animations */\n        }\n\n        .criteria-card:hover {\n            transform: translateY(-3px)\;\n            box-shadow: 0 8px 20px var(--shadow-purple)\;\n        }\n\n        .criteria-card h3 {\n            color: var(--primary-purple)\;\n            margin-bottom: 8px\;\n            font-size: 1.1rem\;\n        }\n\n        .criteria-card p {\n            color: var(--text-medium)\;\n            font-size: 0.95rem\;\n        }\n\n        .qualifications-list {\n            list-style: none\;\n            margin: 15px 0\;\n            padding: 0\;\n        }\n\n        .qualifications-list li {\n            background: var(--white)\;\n            padding: 15px\;\n            margin: 10px 0\;\n            border-radius: var(--border-radius-small)\;\n            border-left: 4px solid var(--secondary-purple)\;\n            box-shadow: 0 2px 8px var(--shadow-light)\;\n            font-size: 0.95rem\;\n        }\n\n        .event-info {\n            background: linear-gradient(135deg\, var(--primary-purple)\, var(--secondary-purple))\;\n            color: var(--white)\;\n            padding: 25px\;\n            border-radius: var(--border-radius-medium)\;\n            text-align: center\;\n            margin: 25px 0\;\n        }\n\n        .event-date {\n            font-size: 1.3rem\;\n            font-weight: bold\;\n            margin-bottom: 15px\;\n        }\n\n        /* Optimized pulse animation - only runs when visible */\n        .status-banner {\n            background: linear-gradient(45deg\, var(--primary-purple)\, var(--accent-pink))\;\n            color: var(--white)\;\n            padding: 20px\;\n            text-align: center\;\n            font-size: 1.1rem\;\n            font-weight: bold\;\n            border-radius: var(--border-radius-medium)\;\n            margin: 20px 0\;\n            animation: pulse 3s ease-in-out infinite\;\n            will-change: box-shadow\;\n        }\n\n        @keyframes pulse {\n            0%\, 100% { \n                box-shadow: 0 0 0 0 var(--shadow-purple)\;\n                transform: scale(1)\;\n            }\n            50% { \n                box-shadow: 0 0 0 8px rgba(142\, 68\, 173\, 0)\;\n                transform: scale(1.02)\;\n            }\n        }\n\n        .chairs-info {\n            background: linear-gradient(135deg\, var(--background-light)\, var(--background-gradient))\;\n            padding: 20px\;\n            border-radius: var(--border-radius-medium)\;\n            text-align: center\;\n            color: var(--primary-purple)\;\n            font-size: 1rem\;\n            margin: 20px 0\;\n            font-weight: 500\;\n        }\n\n        .registration-link {\n            display: block\;\n            background: linear-gradient(45deg\, var(--primary-purple)\, var(--secondary-purple))\;\n            color: var(--white)\;\n            padding: 15px\;\n            text-align: center\;\n            text-decoration: none\;\n            border-radius: var(--border-radius-medium)\;\n            font-weight: bold\;\n            font-size: 1.1rem\;\n            margin: 20px 0\;\n            transition: all var(--transition-medium)\;\n            will-change: transform\;\n        }\n\n        .registration-link:hover {\n            transform: scale(1.02)\;\n            color: var(--white)\;\n            box-shadow: 0 5px 15px var(--shadow-purple)\;\n        }\n\n        /* Mobile-first responsive design */\n        @media (max-width: 480px) {\n            .athena-section {\n                padding: 15px\;\n                margin: 5px\;\n                border-radius: var(--border-radius-medium)\;\n            }\n            \n            .athena-header {\n                padding: 20px 15px\;\n            }\n            \n            .content-area {\n                padding: 15px\;\n            }\n            \n            .main-title {\n                font-size: 1.4rem\;\n                line-height: 1.3\;\n                margin-bottom: 10px\;\n            }\n            \n            .sponsorship-link {\n                font-size: 12px\;\n                padding: 10px 20px\;\n                margin-bottom: 15px\;\n            }\n            \n            .hero-text {\n                padding: 15px\;\n                font-size: 1rem\;\n                line-height: 1.6\;\n                margin-bottom: 25px\;\n            }\n            \n            .award-description {\n                font-size: 1rem\;\n                padding: 0 10px\;\n                margin-bottom: 25px\;\n            }\n            \n            .participation-text {\n                padding: 20px 15px\;\n                font-size: 1rem\;\n                margin: 25px 0\;\n            }\n            \n            .criteria-grid {\n                grid-template-columns: 1fr\;\n                gap: 10px\;\n                margin: 15px 0\;\n            }\n            \n            .criteria-card {\n                padding: 15px\;\n            }\n            \n            .criteria-card h3 {\n                font-size: 1rem\;\n            }\n            \n            .criteria-card p {\n                font-size: 0.9rem\;\n            }\n\n            .athena-image\,\n            .image-placeholder {\n                max-width: 100%\;\n                width: 250px\;\n                height: 250px\;\n            }\n\n            .qualifications-list li {\n                padding: 12px\;\n                font-size: 0.9rem\;\n            }\n            \n            .event-info {\n                padding: 20px 15px\;\n                margin: 20px 0\;\n            }\n            \n            .event-date {\n                font-size: 1.1rem\;\n            }\n            \n            .status-banner {\n                padding: 15px\;\n                font-size: 1rem\;\n                animation: pulse 5s ease-in-out infinite\;\n            }\n            \n            .section-title {\n                font-size: 1.3rem\;\n                margin-bottom: 15px\;\n            }\n            \n            .registration-link {\n                padding: 12px\;\n                font-size: 1rem\;\n                margin: 15px 0\;\n            }\n            \n            .chairs-info {\n                padding: 15px\;\n                font-size: 0.95rem\;\n            }\n            \n            .divider {\n                font-size: 1.2rem\;\n                margin: 25px 0\;\n                letter-spacing: 2px\;\n            }\n\n            /* Disable all hover effects on small screens */\n            .criteria-card:hover\,\n            .sponsorship-link:hover\,\n            .registration-link:hover {\n                transform: none\;\n                box-shadow: inherit\;\n            }\n            \n            /* Optimize touch targets */\n            .sponsorship-link\,\n            .registration-link {\n                min-height: 44px\;\n                display: flex\;\n                align-items: center\;\n                justify-content: center\;\n            }\n        }\n\n        @media (min-width: 481px) and (max-width: 768px) {\n            .athena-section {\n                padding: 25px\;\n                margin: 10px\;\n            }\n            \n            .content-area {\n                padding: 25px\;\n            }\n            \n            .main-title {\n                font-size: 1.7rem\;\n            }\n            \n            .criteria-grid {\n                grid-template-columns: repeat(auto-fit\, minmax(250px\, 1fr))\;\n                gap: 12px\;\n            }\n\n            .athena-image\,\n            .image-placeholder {\n                max-width: 100%\;\n                width: 300px\;\n                height: 300px\;\n            }\n\n            .hero-text {\n                padding: 25px\;\n                font-size: 1.1rem\;\n            }\n\n            .status-banner {\n                animation: pulse 4s ease-in-out infinite\;\n            }\n\n            .criteria-card:hover {\n                transform: translateY(-2px)\;\n            }\n        }\n\n        @media (max-width: 768px) {\n            /* Universal mobile optimizations */\n            * {\n                -webkit-tap-highlight-color: transparent\;\n            }\n            \n            /* Optimize scrolling performance */\n            body {\n                -webkit-overflow-scrolling: touch\;\n                overflow-scrolling: touch\;\n            }\n            \n            /* Reduce repaints */\n            .criteria-card\,\n            .status-banner {\n                backface-visibility: hidden\;\n                transform: translateZ(0)\;\n            }\n        }\n\n        @media (prefers-reduced-motion: reduce) {\n            * {\n                animation-duration: 0.01ms !important\;\n                animation-iteration-count: 1 !important\;\n                transition-duration: 0.01ms !important\;\n            }\n        }\n\n        /* Loading states */\n        .loading {\n            opacity: 0.7\;\n        }\n\n        .loaded {\n            opacity: 1\;\n        }\n\n\n\n  ATHENA SPONSORSHIP OPPORTUNITIES   \nEvent Registrations and Sponsorships\n\ncan be paid online by credit card\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe International ATHENA  Award Program recognizes an individual for business and professional accomplishments\, for community service and especially for mentoring others and acting as a role model to encourage women to achieve their leadership potential.\n\nPresented to leaders across professional sectors\, the ATHENA Leadership Award's rich history\, international scope and focus on mentorship distinguish it as one of the most prestigious leadership awards one can receive.\n\n* * * * * * * * * * *\n\nYour participation in this award program sends a clear message that your organization invests in your community and its growth by identifying and honoring its leaders. The caliber of ATHENA Leadership Award nominees and recipients often draws media coverage. Your participation associates you with exemplary leaders and is a vehicle to cultivating important relationships both personally and professionally. Honor your community's leaders.\n\n\nTHE CRITERIA\n\nATHENA Leadership Award Nominees must meet each of the following three criteria:\n\n\n\n  Excellence & Innovation\n\nDemonstrate excellence\, creativity and initiative in their business or profession\n\n\n\n  Community Impact\n\nProvide valuable service to improve the quality of life for others in their community\n\n\n\n  Leadership Development\n\nActively assist women in achieving their full leadership potential\n\n\n\n\n\nQUALIFICATIONS\n\n\n	ATHENA Leadership Award Nominees may represent either the profit or not-for-profit sector.\n	Previous ATHENA Leadership Award Recipients are not eligible for nomination\, however past nominees may be nominated again.\n	There is no minimum or maximum age qualification that must be met by ATHENA Leadership Award Nominees.\n	ATHENA Young Professional Leadership Award nominees must be ages 24-40\n\n\n\n\n  November 7\, 2025\n\nThe ATHENA recipients will be announced at the\n\nMRCC ATHENA Awards Luncheon\n\n\n  2025 ATHENA LEADERSHIP AND YOUNG PROFESSIONAL AWARD NOMINATIONS ARE NOW OPEN!  \n\n2025 Co-Chairs:\n\nIvy Jacot & Sylvia Allen\nClick Here for ATHENA Nomination Forms \n\n\n\n\n        // Simplified and more reliable image loading\n        document.addEventListener('DOMContentLoaded'\, function() {\n            const image = document.getElementById('athenaImage')\;\n            const placeholder = document.getElementById('imagePlaceholder')\;\n            \n            // Fallback: If image doesn't load within 5 seconds\, show placeholder content\n            const fallbackTimer = setTimeout(function() {\n                if (image.style.display === 'none') {\n                    placeholder.innerHTML = `\n                        \n                             \n                            ATHENA 2025\n                            Leadership Awards\n                        \n                    `\;\n                }\n            }\, 5000)\;\n            \n            // Clear timer if image loads successfully\n            image.addEventListener('load'\, function() {\n                clearTimeout(fallbackTimer)\;\n            })\;\n            \n            // Optimize animations based on user preferences\n            if (window.matchMedia('(prefers-reduced-motion: reduce)').matches) {\n                document.documentElement.style.setProperty('--transition-fast'\, '0s')\;\n                document.documentElement.style.setProperty('--transition-medium'\, '0s')\;\n            }\n            \n            // Intersection Observer for performance (pause animations when not visible)\n            if ('IntersectionObserver' in window) {\n                const banner = document.querySelector('.status-banner')\;\n                const observer = new IntersectionObserver((entries) => {\n                    entries.forEach(entry => {\n                        if (entry.isIntersecting) {\n                            entry.target.style.animationPlayState = 'running'\;\n                        } else {\n                            entry.target.style.animationPlayState = 'paused'\;\n                        }\n                    })\;\n                })\;\n                \n                if (banner) {\n                    observer.observe(banner)\;\n                }\n            }\n        })\;
X-ALT-DESC;FMTTYPE=text/html:<title></title>\n<style type="text/css">/* CSS Variables for better maintainability and performance */\n        :root {\n            --primary-purple: #8e44ad\;\n            --secondary-purple: #9b59b6\;\n            --dark-purple: #663399\;\n            --accent-pink: #e91e63\;\n            --text-dark: #333\;\n            --text-medium: #555\;\n            --text-light: #444\;\n            --background-light: #f8f4ff\;\n            --background-gradient: #ede7f6\;\n            --white: #ffffff\;\n            --shadow-light: rgba(0\,0\,0\,0.05)\;\n            --shadow-medium: rgba(0\,0\,0\,0.1)\;\n            --shadow-purple: rgba(142\, 68\, 173\, 0.3)\;\n            --border-radius-small: 8px\;\n            --border-radius-medium: 12px\;\n            --border-radius-large: 15px\;\n            --border-radius-xl: 20px\;\n            --transition-fast: 0.2s ease\;\n            --transition-medium: 0.3s ease\;\n        }\n\n        /* Performance-optimized font loading */\n        body {\n            font-family: 'Segoe UI'\, Tahoma\, Geneva\, Verdana\, -apple-system\, BlinkMacSystemFont\, sans-serif\;\n            margin: 0\;\n            padding: 0\;\n            line-height: 1.6\;\n            color: var(--text-dark)\;\n            font-display: swap\; /* Faster font rendering */\n        }\n\n        .athena-section {\n            background: linear-gradient(135deg\, var(--primary-purple) 0%\, var(--secondary-purple) 50%\, var(--dark-purple) 100%)\;\n            padding: 40px\;\n            border-radius: var(--border-radius-large)\;\n            margin: 20px 0\;\n            box-shadow: 0 10px 30px var(--shadow-purple)\;\n        }\n\n        .athena-container {\n            max-width: 1000px\;\n            margin: 0 auto\;\n            background: var(--white)\;\n            border-radius: var(--border-radius-xl)\;\n            overflow: hidden\;\n            box-shadow: 0 15px 35px var(--shadow-medium)\;\n        }\n\n        .athena-header {\n            background: linear-gradient(135deg\, var(--primary-purple)\, var(--secondary-purple))\;\n            color: var(--white)\;\n            padding: 30px\;\n            text-align: center\;\n        }\n\n        .sponsorship-link {\n            display: inline-block\;\n            background: rgba(255\,255\,255\,0.2)\;\n            color: var(--white) !important\;\n            padding: 12px 25px\;\n            border-radius: 50px\;\n            text-decoration: none\;\n            font-weight: bold\;\n            font-size: 14px\;\n            margin-bottom: 20px\;\n            box-shadow: 0 4px 12px rgba(0\,0\,0\,0.2)\;\n            transition: all var(--transition-medium)\;\n            border: 2px solid rgba(255\,255\,255\,0.3)\;\n        }\n\n        .sponsorship-link:hover {\n            transform: translateY(-2px)\;\n            box-shadow: 0 6px 16px rgba(0\,0\,0\,0.3)\;\n            color: var(--white) !important\;\n            background: rgba(255\,255\,255\,0.3)\;\n        }\n\n        .main-title {\n            font-size: 2rem\;\n            margin-bottom: 15px\;\n            text-shadow: 2px 2px 4px rgba(0\,0\,0\,0.3)\;\n            color: var(--white) !important\;\n        }\n\n        .content-area {\n            padding: 40px\;\n        }\n\n        /* Image container with loading optimization */\n        .image-container {\n            text-align: center\;\n            margin-bottom: 20px\;\n            position: relative\;\n        }\n\n        .athena-image {\n            max-width: 350px\;\n            width: 100%\;\n            height: auto\;\n            border-radius: var(--border-radius-medium)\;\n            box-shadow: 0 8px 20px var(--shadow-medium)\;\n            transition: opacity var(--transition-medium)\;\n        }\n\n        .image-placeholder {\n            width: 350px\;\n            height: 350px\;\n            background: linear-gradient(135deg\, var(--background-light)\, var(--background-gradient))\;\n            border-radius: var(--border-radius-medium)\;\n            display: flex\;\n            align-items: center\;\n            justify-content: center\;\n            color: var(--primary-purple)\;\n            font-size: 1.2rem\;\n            font-weight: bold\;\n            margin: 0 auto\;\n            border: 2px dashed var(--primary-purple)\;\n        }\n\n        .loading-spinner {\n            width: 40px\;\n            height: 40px\;\n            border: 3px solid var(--background-gradient)\;\n            border-top: 3px solid var(--primary-purple)\;\n            border-radius: 50%\;\n            animation: spin 1s linear infinite\;\n            margin: 0 auto\;\n        }\n\n        @keyframes spin {\n            0% { transform: rotate(0deg)\; }\n            100% { transform: rotate(360deg)\; }\n        }\n\n        .hero-text {\n            font-size: 1.2rem\;\n            text-align: center\;\n            margin-bottom: 35px\;\n            color: #2c3e50\;\n            font-weight: 400\;\n            padding: 35px\;\n            background: linear-gradient(135deg\, var(--background-light)\, var(--background-gradient))\;\n            border-radius: var(--border-radius-medium)\;\n            border-left: 5px solid var(--primary-purple)\;\n            line-height: 1.8\;\n            letter-spacing: 0.3px\;\n        }\n\n        .award-description {\n            text-align: center\;\n            font-size: 1.1rem\;\n            margin-bottom: 35px\;\n            color: var(--text-light)\;\n            line-height: 1.7\;\n            padding: 0 20px\;\n            font-weight: 400\;\n        }\n\n        .divider {\n            text-align: center\;\n            margin: 35px 0\;\n            font-size: 1.5rem\;\n            color: var(--primary-purple)\;\n            font-weight: bold\;\n            letter-spacing: 3px\;\n        }\n\n        .participation-text {\n            background: linear-gradient(135deg\, var(--primary-purple)\, var(--secondary-purple))\;\n            color: var(--white)\;\n            padding: 30px\;\n            border-radius: var(--border-radius-medium)\;\n            margin: 35px 0\;\n            font-style: italic\;\n            font-size: 1.05rem\;\n            text-align: center\;\n            line-height: 1.7\;\n            letter-spacing: 0.3px\;\n        }\n\n        .section-title {\n            font-size: 1.5rem\;\n            color: var(--primary-purple)\;\n            margin-bottom: 20px\;\n            text-align: center\;\n            font-weight: bold\;\n            position: relative\;\n        }\n\n        .section-title::after {\n            content: ''\;\n            display: block\;\n            width: 60px\;\n            height: 3px\;\n            background: var(--primary-purple)\;\n            margin: 8px auto\;\n            border-radius: 2px\;\n        }\n\n        .criteria-grid {\n            display: grid\;\n            grid-template-columns: repeat(auto-fit\, minmax(280px\, 1fr))\;\n            gap: 15px\;\n            margin: 20px 0\;\n        }\n\n        .criteria-card {\n            background: linear-gradient(135deg\, var(--background-light)\, var(--background-gradient))\;\n            padding: 20px\;\n            border-radius: var(--border-radius-medium)\;\n            border-left: 4px solid var(--primary-purple)\;\n            transition: all var(--transition-medium)\;\n            will-change: transform\; /* Optimize for animations */\n        }\n\n        .criteria-card:hover {\n            transform: translateY(-3px)\;\n            box-shadow: 0 8px 20px var(--shadow-purple)\;\n        }\n\n        .criteria-card h3 {\n            color: var(--primary-purple)\;\n            margin-bottom: 8px\;\n            font-size: 1.1rem\;\n        }\n\n        .criteria-card p {\n            color: var(--text-medium)\;\n            font-size: 0.95rem\;\n        }\n\n        .qualifications-list {\n            list-style: none\;\n            margin: 15px 0\;\n            padding: 0\;\n        }\n\n        .qualifications-list li {\n            background: var(--white)\;\n            padding: 15px\;\n            margin: 10px 0\;\n            border-radius: var(--border-radius-small)\;\n            border-left: 4px solid var(--secondary-purple)\;\n            box-shadow: 0 2px 8px var(--shadow-light)\;\n            font-size: 0.95rem\;\n        }\n\n        .event-info {\n            background: linear-gradient(135deg\, var(--primary-purple)\, var(--secondary-purple))\;\n            color: var(--white)\;\n            padding: 25px\;\n            border-radius: var(--border-radius-medium)\;\n            text-align: center\;\n            margin: 25px 0\;\n        }\n\n        .event-date {\n            font-size: 1.3rem\;\n            font-weight: bold\;\n            margin-bottom: 15px\;\n        }\n\n        /* Optimized pulse animation - only runs when visible */\n        .status-banner {\n            background: linear-gradient(45deg\, var(--primary-purple)\, var(--accent-pink))\;\n            color: var(--white)\;\n            padding: 20px\;\n            text-align: center\;\n            font-size: 1.1rem\;\n            font-weight: bold\;\n            border-radius: var(--border-radius-medium)\;\n            margin: 20px 0\;\n            animation: pulse 3s ease-in-out infinite\;\n            will-change: box-shadow\;\n        }\n\n        @keyframes pulse {\n            0%\, 100% { \n                box-shadow: 0 0 0 0 var(--shadow-purple)\;\n                transform: scale(1)\;\n            }\n            50% { \n                box-shadow: 0 0 0 8px rgba(142\, 68\, 173\, 0)\;\n                transform: scale(1.02)\;\n            }\n        }\n\n        .chairs-info {\n            background: linear-gradient(135deg\, var(--background-light)\, var(--background-gradient))\;\n            padding: 20px\;\n            border-radius: var(--border-radius-medium)\;\n            text-align: center\;\n            color: var(--primary-purple)\;\n            font-size: 1rem\;\n            margin: 20px 0\;\n            font-weight: 500\;\n        }\n\n        .registration-link {\n            display: block\;\n            background: linear-gradient(45deg\, var(--primary-purple)\, var(--secondary-purple))\;\n            color: var(--white)\;\n            padding: 15px\;\n            text-align: center\;\n            text-decoration: none\;\n            border-radius: var(--border-radius-medium)\;\n            font-weight: bold\;\n            font-size: 1.1rem\;\n            margin: 20px 0\;\n            transition: all var(--transition-medium)\;\n            will-change: transform\;\n        }\n\n        .registration-link:hover {\n            transform: scale(1.02)\;\n            color: var(--white)\;\n            box-shadow: 0 5px 15px var(--shadow-purple)\;\n        }\n\n        /* Mobile-first responsive design */\n        @media (max-width: 480px) {\n            .athena-section {\n                padding: 15px\;\n                margin: 5px\;\n                border-radius: var(--border-radius-medium)\;\n            }\n            \n            .athena-header {\n                padding: 20px 15px\;\n            }\n            \n            .content-area {\n                padding: 15px\;\n            }\n            \n            .main-title {\n                font-size: 1.4rem\;\n                line-height: 1.3\;\n                margin-bottom: 10px\;\n            }\n            \n            .sponsorship-link {\n                font-size: 12px\;\n                padding: 10px 20px\;\n                margin-bottom: 15px\;\n            }\n            \n            .hero-text {\n                padding: 15px\;\n                font-size: 1rem\;\n                line-height: 1.6\;\n                margin-bottom: 25px\;\n            }\n            \n            .award-description {\n                font-size: 1rem\;\n                padding: 0 10px\;\n                margin-bottom: 25px\;\n            }\n            \n            .participation-text {\n                padding: 20px 15px\;\n                font-size: 1rem\;\n                margin: 25px 0\;\n            }\n            \n            .criteria-grid {\n                grid-template-columns: 1fr\;\n                gap: 10px\;\n                margin: 15px 0\;\n            }\n            \n            .criteria-card {\n                padding: 15px\;\n            }\n            \n            .criteria-card h3 {\n                font-size: 1rem\;\n            }\n            \n            .criteria-card p {\n                font-size: 0.9rem\;\n            }\n\n            .athena-image\,\n            .image-placeholder {\n                max-width: 100%\;\n                width: 250px\;\n                height: 250px\;\n            }\n\n            .qualifications-list li {\n                padding: 12px\;\n                font-size: 0.9rem\;\n            }\n            \n            .event-info {\n                padding: 20px 15px\;\n                margin: 20px 0\;\n            }\n            \n            .event-date {\n                font-size: 1.1rem\;\n            }\n            \n            .status-banner {\n                padding: 15px\;\n                font-size: 1rem\;\n                animation: pulse 5s ease-in-out infinite\;\n            }\n            \n            .section-title {\n                font-size: 1.3rem\;\n                margin-bottom: 15px\;\n            }\n            \n            .registration-link {\n                padding: 12px\;\n                font-size: 1rem\;\n                margin: 15px 0\;\n            }\n            \n            .chairs-info {\n                padding: 15px\;\n                font-size: 0.95rem\;\n            }\n            \n            .divider {\n                font-size: 1.2rem\;\n                margin: 25px 0\;\n                letter-spacing: 2px\;\n            }\n\n            /* Disable all hover effects on small screens */\n            .criteria-card:hover\,\n            .sponsorship-link:hover\,\n            .registration-link:hover {\n                transform: none\;\n                box-shadow: inherit\;\n            }\n            \n            /* Optimize touch targets */\n            .sponsorship-link\,\n            .registration-link {\n                min-height: 44px\;\n                display: flex\;\n                align-items: center\;\n                justify-content: center\;\n            }\n        }\n\n        @media (min-width: 481px) and (max-width: 768px) {\n            .athena-section {\n                padding: 25px\;\n                margin: 10px\;\n            }\n            \n            .content-area {\n                padding: 25px\;\n            }\n            \n            .main-title {\n                font-size: 1.7rem\;\n            }\n            \n            .criteria-grid {\n                grid-template-columns: repeat(auto-fit\, minmax(250px\, 1fr))\;\n                gap: 12px\;\n            }\n\n            .athena-image\,\n            .image-placeholder {\n                max-width: 100%\;\n                width: 300px\;\n                height: 300px\;\n            }\n\n            .hero-text {\n                padding: 25px\;\n                font-size: 1.1rem\;\n            }\n\n            .status-banner {\n                animation: pulse 4s ease-in-out infinite\;\n            }\n\n            .criteria-card:hover {\n                transform: translateY(-2px)\;\n            }\n        }\n\n        @media (max-width: 768px) {\n            /* Universal mobile optimizations */\n            * {\n                -webkit-tap-highlight-color: transparent\;\n            }\n            \n            /* Optimize scrolling performance */\n            body {\n                -webkit-overflow-scrolling: touch\;\n                overflow-scrolling: touch\;\n            }\n            \n            /* Reduce repaints */\n            .criteria-card\,\n            .status-banner {\n                backface-visibility: hidden\;\n                transform: translateZ(0)\;\n            }\n        }\n\n        @media (prefers-reduced-motion: reduce) {\n            * {\n                animation-duration: 0.01ms !important\;\n                animation-iteration-count: 1 !important\;\n                transition-duration: 0.01ms !important\;\n            }\n        }\n\n        /* Loading states */\n        .loading {\n            opacity: 0.7\;\n        }\n\n        .loaded {\n            opacity: 1\;\n        }\n</style>\n<section class="athena-section">\n<div class="athena-container">\n<div class="athena-header"><a class="sponsorship-link" href="https://www.dropbox.com/scl/fi/y213p2198ri4sspgcpx7o/2025-ATHENA-Sponsorships-Tickets-Ad-Journal-as-of-02.28.pdf?rlkey=q8u6pbbzilzriu8fj7073sq55&amp\;st=qh3ylyf9&amp\;dl=0" rel="noopener noreferrer" target="_blank">&#11088\; ATHENA SPONSORSHIP OPPORTUNITIES &#11088\; </a>\n<h1 class="main-title">Event Registrations and Sponsorships</h1>\n\n<p style="font-size: 1rem\; opacity: 0.9\; color: white\;">can be paid online by credit card</p>\n</div>\n\n<div class="content-area">\n<div class="hero-text">\n<div class="image-container">\n<div class="image-placeholder" id="imagePlaceholder" style="display: none\;">\n<div class="loading-spinner">&nbsp\;</div>\n</div>\n<img alt="ATHENA 2025 Leadership Awards Graphic" athena="" class="athena-image" div="" height="350" id="athenaImage" leadership="" onerror="document.getElementById('imagePlaceholder').innerHTML='&lt\;div style=" onload="this.style.display='block'\; document.getElementById('imagePlaceholder').style.display='none'\;" padding:="" src="https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/1458/Image/2025ATHENAGraphic.png" style="display: block\;" text-align:="" width="350" /><br />\n<img alt="" height="700" src="https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/1458/Image/2025ATHENA.png" style="width: 500px\; height: 700px\;" width="500" /><br />\n<br />\n<img alt="" height="700" src="https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/1458/Image/2025YoungATHENA1.png" style="width: 500px\; height: 700px\;" width="500" /><br />\n<br />\n<img alt="" height="281" src="https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/1458/Image/ATHENA.png" style="width: 500px\; height: 281px\;" width="500" /><br />\n<br />\nThe International ATHENA&reg\; Award Program recognizes an individual for business and professional accomplishments\, for community service and especially for mentoring others and acting as a role model to encourage women to achieve their leadership potential.</div>\n\n<p class="award-description">Presented to leaders across professional sectors\, the ATHENA Leadership Award&#39\;s rich history\, international scope and focus on mentorship distinguish it as one of the most prestigious leadership awards one can receive.</p>\n\n<div class="divider">* * * * * * * * * * *</div>\n\n<div class="participation-text">Your participation in this award program sends a clear message that your organization invests in your community and its growth by identifying and honoring its leaders. The caliber of ATHENA Leadership Award nominees and recipients often draws media coverage. Your participation associates you with exemplary leaders and is a vehicle to cultivating important relationships both personally and professionally. Honor your community&#39\;s leaders.</div>\n\n<div>\n<h2 class="section-title">THE CRITERIA</h2>\n\n<p style="text-align: center\; font-weight: bold\; color: var(--primary-purple)\; margin-bottom: 20px\;">ATHENA Leadership Award Nominees must meet each of the following three criteria:</p>\n\n<div class="criteria-grid">\n<div class="criteria-card">\n<h3>&#127942\; Excellence &amp\; Innovation</h3>\n\n<p>Demonstrate excellence\, creativity and initiative in their business or profession</p>\n</div>\n\n<div class="criteria-card">\n<h3>&#129309\; Community Impact</h3>\n\n<p>Provide valuable service to improve the quality of life for others in their community</p>\n</div>\n\n<div class="criteria-card">\n<h3>&#128101\; Leadership Development</h3>\n\n<p>Actively assist women in achieving their full leadership potential</p>\n</div>\n</div>\n</div>\n\n<div>\n<h2 class="section-title">QUALIFICATIONS</h2>\n\n<ul class="qualifications-list">\n	<li>ATHENA Leadership Award Nominees may represent either the profit or not-for-profit sector.</li>\n	<li>Previous ATHENA Leadership Award Recipients are not eligible for nomination\, however past nominees may be nominated again.</li>\n	<li>There is no minimum or maximum age qualification that must be met by ATHENA Leadership Award Nominees.</li>\n	<li>ATHENA Young Professional Leadership Award nominees must be ages 24-40</li>\n</ul>\n</div>\n\n<div class="event-info">\n<div class="event-date">&#128197\; November 7\, 2025</div>\n\n<p>The ATHENA recipients will be announced at the<br />\n<strong>MRCC ATHENA Awards Luncheon</strong></p>\n</div>\n\n<div class="status-banner" style="animation-play-state: paused\;">&#127881\; 2025 ATHENA LEADERSHIP AND YOUNG PROFESSIONAL AWARD NOMINATIONS ARE NOW OPEN! &#127881\;</div>\n\n<div class="chairs-info"><strong>2025 Co-Chairs:</strong><br />\nIvy Jacot &amp\; Sylvia Allen</div>\n<a class="registration-link" href="https://www.monmouthregionalchamber.com/athena/" rel="noopener noreferrer" target="_blank"><span style="color: var(--white)\;">Click Here for ATHENA Nomination Forms</span> </a></div>\n</div>\n</div>\n</section>\n<script>\n        // Simplified and more reliable image loading\n        document.addEventListener('DOMContentLoaded'\, function() {\n            const image = document.getElementById('athenaImage')\;\n            const placeholder = document.getElementById('imagePlaceholder')\;\n            \n            // Fallback: If image doesn't load within 5 seconds\, show placeholder content\n            const fallbackTimer = setTimeout(function() {\n                if (image.style.display === 'none') {\n                    placeholder.innerHTML = `\n                        <div style="padding: 20px\; text-align: center\;">\n                            <div style="font-size: 3rem\; margin-bottom: 10px\;">&#127942\;</div>\n                            <div>ATHENA 2025</div>\n                            <div style="font-size: 0.9rem\; opacity: 0.8\;">Leadership Awards</div>\n                        </div>\n                    `\;\n                }\n            }\, 5000)\;\n            \n            // Clear timer if image loads successfully\n            image.addEventListener('load'\, function() {\n                clearTimeout(fallbackTimer)\;\n            })\;\n            \n            // Optimize animations based on user preferences\n            if (window.matchMedia('(prefers-reduced-motion: reduce)').matches) {\n                document.documentElement.style.setProperty('--transition-fast'\, '0s')\;\n                document.documentElement.style.setProperty('--transition-medium'\, '0s')\;\n            }\n            \n            // Intersection Observer for performance (pause animations when not visible)\n            if ('IntersectionObserver' in window) {\n                const banner = document.querySelector('.status-banner')\;\n                const observer = new IntersectionObserver((entries) => {\n                    entries.forEach(entry => {\n                        if (entry.isIntersecting) {\n                            entry.target.style.animationPlayState = 'running'\;\n                        } else {\n                            entry.target.style.animationPlayState = 'paused'\;\n                        }\n                    })\;\n                })\;\n                \n                if (banner) {\n                    observer.observe(banner)\;\n                }\n            }\n        })\;\n    </script>
LOCATION:Jumping Brook Country Club 210 Jumping Brook Road Neptune\, NJ 07753
UID:e.1458.9608
SEQUENCE:3
DTSTAMP:20260516T084905Z
URL:http://business.monmouthregionalchamber.com/events/details/2025-athena-leadership-awards-luncheon-9608
END:VEVENT

END:VCALENDAR
