:root{--primary-color:#022b39;--secondary-color:#d88535;--text-color:#010101;--accent-color:#088cbc;--white:#fff;--black:#010101;--navy:#022b39;--font-primary:"Poppins",sans-serif;--font-secondary:"Poppins",sans-serif;--font-gotham:"Poppins",sans-serif;--font-kiddos:"Fredoka One",cursive}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-primary);color:var(--text-color);background-color:var(--white)}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-color)}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:700;margin-bottom:1rem}p{margin-bottom:1rem;line-height:1.6}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.site-header{background-color:var(--navy);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.site-logo{max-width:60px;height:auto}.main-navigation{display:flex;align-items:center}.main-navigation .mobile-menu-close{display:none}.main-navigation ul{display:flex;list-style:none}.main-navigation ul li{margin-left:1.5rem}.main-navigation ul li a{font-weight:600;color:var(--white);text-transform:uppercase;font-size:.875rem;font-family:var(--font-primary)}.main-navigation ul li a:hover{color:var(--accent-color)}.social-links-header{display:flex;margin-left:2rem}.social-links-header .social-link{color:var(--white);margin-left:1rem;font-size:1.125rem}.social-links-header .social-link:hover{color:var(--accent-color)}.donate-button{background-color:var(--primary-color);color:var(--white);padding:.5rem 1.5rem;border-radius:4px;font-weight:600;margin-left:1.5rem;font-family:var(--font-kiddos)}.donate-button:hover{background-color:var(--secondary-color);color:var(--white)}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;width:30px;height:24px;position:relative;z-index:1001}.mobile-menu-toggle span{display:block;width:100%;height:2px;background-color:var(--white);position:absolute;left:0;transition:all .3s ease}.mobile-menu-toggle span:first-child{top:0}.mobile-menu-toggle span:nth-child(2){top:50%;transform:translateY(-50%)}.mobile-menu-toggle span:nth-child(3){bottom:0}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg);top:11px}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg);bottom:11px}.hero-section{position:relative;color:var(--white);text-align:left;padding:10rem 0;background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(2,43,57,.7) 0,rgba(2,43,57,.4) 50%,rgba(2,43,57,.2))}.hero-section .hero-content{position:relative;z-index:1;max-width:800px;margin-left:5%;text-align:left}.hero-section .hero-title{font-size:3.5rem;margin-bottom:1rem;font-family:var(--font-primary);font-weight:800;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-section .hero-subtitle{font-size:1.8rem;margin-bottom:1rem;font-family:var(--font-kiddos);text-shadow:1px 1px 3px rgba(0,0,0,.5)}.hero-section p{font-size:1.2rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-section .cta-button{display:inline-block;background-color:var(--secondary-color);color:var(--white);padding:.75rem 2rem;border-radius:4px;font-weight:600;margin-top:1.5rem;text-transform:uppercase;letter-spacing:1px;font-family:var(--font-kiddos);text-align:center}.hero-section .cta-button:hover{background-color:var(--accent-color);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.hero-section .cta-button:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.1)}.page-hero{position:relative;color:var(--white);text-align:center;padding:20rem 0;background-size:cover;background-position:100%;background-repeat:no-repeat;margin-bottom:3rem}.page-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(2,43,57,.5) 0,rgba(2,43,57,.2) 50%,rgba(2,43,57,.1))}.page-hero .container{position:relative;z-index:1}.page-hero .page-title{font-size:3.5rem;font-weight:800;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-family:var(--font-primary);position:absolute;top:2rem;left:0;width:100%;text-align:left;padding-left:5%}.content-section{padding:5rem 0}.content-section:nth-child(2n){background-color:var(--white)}.content-section:nth-child(odd){background-color:rgba(8,140,188,.05)}.content-section .content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.content-section .image-container{overflow:hidden;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.content-section .image-container .section-image{width:100%;height:auto;display:block;transition:transform .5s ease}.content-section .image-container .section-image:hover{transform:scale(1.03)}.content-section .text-container .section-title{color:var(--primary-color);font-size:2.25rem;margin-bottom:1.5rem;font-weight:700;position:relative;padding-bottom:1rem}.content-section .text-container .section-title:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:3px;background-color:var(--secondary-color)}.content-section .text-container .section-title.centered{text-align:center}.content-section .text-container .section-title.centered:after{left:50%;transform:translateX(-50%)}.content-section .text-container .section-content p{margin-bottom:1.25rem;line-height:1.8;font-size:1.05rem}.content-section .text-container .section-content p:last-child{margin-bottom:0}.content-section.image-left .content-grid,.content-section.image-right .content-grid{grid-template-columns:1fr 1fr}.content-section.image-right .content-grid .text-container{order:1}.content-section.image-right .content-grid .image-container{order:2}.content-section.image-center{text-align:center}.content-section.image-center .center-image-container{max-width:800px;margin:2rem auto 3rem;overflow:hidden;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.content-section.image-center .center-image-container .center-image{width:100%;height:auto;display:block}.content-section.image-center .center-text-container{max-width:800px;margin:0 auto}.content-section.image-center .center-text-container .vision-statement{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:1.5rem;line-height:1.6;font-family:var(--font-kiddos)}.content-section.image-center .center-text-container p{margin-bottom:1.25rem;line-height:1.8;font-size:1.05rem}@media(max-width:768px){.content-section .content-grid{grid-template-columns:1fr!important;gap:2rem}.content-section.image-right .content-grid .image-container,.content-section.image-right .content-grid .text-container{order:unset}.content-section .text-container .section-title{font-size:1.75rem}}.about-section{padding:3rem 0 5rem}.about-section .section-title{text-align:center;margin-bottom:2.5rem;font-size:2.25rem;color:var(--primary-color);font-family:var(--font-kiddos)}.about-section .about-content{max-width:800px;margin:0 auto;line-height:1.8}.video-section{padding:2rem 0 5rem}.video-section .video-container{position:relative;overflow:hidden;padding-top:56.25%;max-width:800px;margin:0 auto;border-radius:8px}.video-section .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.initiatives-section{padding:5rem 0}.initiatives-section .initiative-card{background-color:var(--white);border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.initiatives-section .initiative-card h3{color:var(--primary-color);margin-bottom:1rem}.initiatives-section .initiative-card .initiative-description{margin-bottom:1.5rem;line-height:1.6}.initiatives-section .initiative-card .initiative-actions .initiative-link{display:inline-block;color:var(--primary-color);font-weight:600}.initiatives-section .initiative-card .initiative-actions .initiative-link:hover{color:var(--accent-color)}.merchandise-section{padding:5rem 0}.merchandise-section .product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.merchandise-section .product-card{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease}.merchandise-section .product-card:hover{transform:translateY(-4px)}.merchandise-section .product-card .product-image{width:100%;height:200px;object-fit:cover}.merchandise-section .product-card .product-info{padding:1.5rem}.merchandise-section .product-card .product-info h3{margin-bottom:.5rem;color:var(--primary-color)}.merchandise-section .product-card .product-info .product-price{font-weight:600;color:var(--accent-color);font-size:1.125rem;margin-bottom:1rem}.merchandise-section .product-card .product-info .product-link{display:block;text-align:center;background-color:var(--primary-color);color:var(--white);padding:.625rem;border-radius:4px;font-weight:600;font-family:var(--font-kiddos)}.merchandise-section .product-card .product-info .product-link:hover{background-color:var(--accent-color);color:var(--black)}.travel-section{padding:5rem 0}.travel-section .travel-content{max-width:800px;margin:0 auto}.travel-section .travel-content h3{color:var(--primary-color);margin-top:2rem;font-family:var(--font-kiddos)}.travel-section .travel-content ul{margin-left:1.25rem;margin-bottom:1.5rem}.travel-section .travel-content ul li{margin-bottom:.5rem}.embassy-section{margin:5rem 0;width:100%}.embassy-section .embassy-background{position:relative;width:100%;min-height:400px;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;justify-content:flex-end;align-items:center}.embassy-section .embassy-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(2,43,57,.9) 0,rgba(2,43,57,.7) 50%,rgba(2,43,57,.5))}.embassy-section .embassy-content{position:relative;z-index:1;max-width:500px;padding:3rem;margin-right:5%;color:var(--white);text-align:right}.embassy-section .embassy-content h2{font-size:2.5rem;margin-bottom:1.5rem;font-family:var(--font-kiddos);color:var(--white)}.embassy-section .embassy-content p{margin-bottom:1.5rem;line-height:1.8}.embassy-section .embassy-content .embassy-details{background-color:rgba(0,0,0,.3);padding:1.5rem;border-radius:8px}.embassy-section .embassy-content .embassy-details a{color:var(--white);text-decoration:underline}.embassy-section .embassy-content .embassy-details a:hover{color:var(--secondary-color)}@media(max-width:768px){.embassy-section .embassy-background{min-height:500px;justify-content:center}.embassy-section .embassy-content{margin-right:0;text-align:center;padding:2rem;max-width:90%}}.contact-container{max-width:800px;margin:0 auto;text-align:center;padding:3rem 0}.contact-container .section-title{margin-bottom:1.5rem}.contact-container .contact-text{margin-bottom:1.5rem;font-size:1.1rem}.contact-container .contact-email{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.contact-container .contact-email a{color:var(--primary-color)}.contact-container .contact-email a:hover{color:var(--accent-color)}.contact-container .contact-thanks{font-style:italic}.get-involved-section{padding:5rem 0}.get-involved-section .get-involved-content{max-width:800px;margin:0 auto}.get-involved-section .volunteer-section{margin-top:3rem}.get-involved-section .volunteer-section h3{font-size:1.75rem;margin-bottom:2rem;text-align:center;color:var(--primary-color);font-family:var(--font-kiddos)}.get-involved-section .volunteer-section .volunteer-form{background-color:var(--primary-color);padding:3rem 2rem;border-radius:0;color:var(--white);max-width:800px;margin:0 auto}.get-involved-section .volunteer-section .volunteer-form .form-group{margin-bottom:1.5rem}.get-involved-section .volunteer-section .volunteer-form .form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:400}.get-involved-section .volunteer-section .volunteer-form .form-group label .required{font-size:.8rem;opacity:.8}.get-involved-section .volunteer-section .volunteer-form .form-group input,.get-involved-section .volunteer-section .volunteer-form .form-group select,.get-involved-section .volunteer-section .volunteer-form .form-group textarea{width:100%;padding:.75rem;border:none;border-radius:4px;background-color:var(--white);font-family:var(--font-primary);color:var(--text-color)}.get-involved-section .volunteer-section .volunteer-form .form-group input:focus,.get-involved-section .volunteer-section .volunteer-form .form-group select:focus,.get-involved-section .volunteer-section .volunteer-form .form-group textarea:focus{outline:2px solid var(--secondary-color)}.get-involved-section .volunteer-section .volunteer-form .form-group textarea{resize:vertical;min-height:120px}.get-involved-section .volunteer-section .volunteer-form .form-row{display:flex;gap:1rem;margin-bottom:1.5rem}.get-involved-section .volunteer-section .volunteer-form .form-row .form-group{flex:1 1;margin-bottom:0}.get-involved-section .volunteer-section .volunteer-form .submit-button{background-color:var(--white);color:var(--primary-color);border:none;border-radius:4px;padding:.75rem 2rem;font-weight:600;cursor:pointer;display:block;margin:1.5rem auto 0;font-family:var(--font-primary);min-width:120px}.get-involved-section .volunteer-section .volunteer-form .submit-button:hover{background-color:var(--secondary-color);color:var(--white)}.get-involved-section .volunteer-section .volunteer-form .success-message{text-align:center;padding:2rem}.get-involved-section .volunteer-section .volunteer-form .success-message p{font-size:1.25rem;margin-bottom:1rem}.newsletter-section{padding:3.75rem 0;text-align:center}.newsletter-section .newsletter-title{font-size:1.5rem;margin-bottom:1.25rem;font-family:var(--font-kiddos)}.newsletter-section .newsletter-form{max-width:500px;margin:1.5rem auto 0;display:flex}.newsletter-section .newsletter-form .newsletter-input{flex:1 1;padding:.75rem;border:1px solid #ddd;border-radius:4px 0 0 4px;font-family:var(--font-secondary)}.newsletter-section .newsletter-form .newsletter-button{background-color:var(--accent-color);color:var(--white);padding:.75rem 1.25rem;border:none;border-radius:0 4px 4px 0;font-weight:600;cursor:pointer;font-family:var(--font-kiddos)}.newsletter-section .newsletter-form .newsletter-button:hover{background-color:var(--secondary-color);color:var(--white)}.site-footer{background-color:var(--primary-color);color:var(--white);padding:3rem 0 1.5rem;text-align:center}.site-footer .footer-logo{display:flex;justify-content:center;margin:0 auto 2rem}.site-footer .footer-logo .footer-logo-image{max-width:200px;height:auto}.site-footer .footer-nav{margin-bottom:1.25rem}.site-footer .footer-nav ul{display:flex;justify-content:center;list-style:none;flex-wrap:wrap}.site-footer .footer-nav ul li{margin:0 .625rem .5rem}.site-footer .footer-nav ul li a{color:var(--white)}.site-footer .footer-nav ul li a:hover{color:var(--accent-color)}.site-footer .footer-info{font-size:.875rem;margin-bottom:1.25rem;color:var(--white)}.site-footer .footer-info p{color:var(--white)}.site-footer .footer-info .ein-number{color:var(--white);font-family:var(--font-primary);font-style:normal;text-decoration:none;pointer-events:none;-webkit-text-fill-color:var(--white)}.site-footer .social-links{display:flex;justify-content:center;margin-bottom:1.25rem}.site-footer .social-links .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:var(--white);color:var(--text-color);border-radius:50%;margin:0 .3125rem}.site-footer .social-links .social-link:hover{background-color:var(--accent-color)}.site-footer .copyright{font-size:.75rem}@media(max-width:768px){.footer-info,.footer-info p,.footer-info span{color:var(--white)!important}.mobile-menu-toggle{display:block}.main-navigation .mobile-menu-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:var(--primary-color);cursor:pointer;z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.main-navigation .mobile-menu-close:hover{background-color:rgba(0,0,0,.05)}.main-navigation{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:var(--white);padding:1.5rem;transition:right .3s ease;box-shadow:-2px 0 5px rgba(0,0,0,.1);flex-direction:column}.main-navigation ul{flex-direction:column;margin-bottom:1.5rem}.main-navigation ul li{margin:0 0 1rem}.main-navigation ul li a{display:block;padding:.5rem 0;color:var(--primary-color);font-weight:600}.main-navigation .social-links-header{display:flex;justify-content:center;margin:auto 0 0;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}.main-navigation .social-links-header .social-link{color:var(--primary-color);margin:0 .75rem;font-size:1.25rem}.main-navigation .donate-button{background-color:var(--primary-color);color:var(--white);margin:1rem 0;text-align:center;display:block}.main-navigation.active{right:0}.hero-section{padding:5rem 0}.hero-section .hero-content{margin-left:5%;max-width:90%}.hero-section .hero-title{font-size:2.25rem}.hero-section .hero-subtitle{font-size:1.125rem}.section-title{font-size:1.875rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.newsletter-form{flex-direction:column}.newsletter-form .newsletter-input{border-radius:4px;margin-bottom:.625rem}.newsletter-form .newsletter-button{border-radius:4px}}