.navbar{background-color:#000;display:flex;justify-content:space-between;align-items:center;height:auto;padding:1px 7px;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 5px #0000004d}.navbar-logo{font-size:1.25em;font-weight:700}.navbar-logo .logo-link{color:#fff;text-decoration:none}.navbar-logo .logo-link h5{margin:0;color:#fff}.navbar-links{list-style:none;display:flex;gap:15px;margin:0;padding:0}.navbar-links li .nav-link,.navbar-links li a{color:#fff;text-decoration:none;font-weight:400;text-shadow:1px 1px 4px rgba(253,189,61,.7);transition:all .3s ease}.navbar-links li .nav-link:hover,.navbar-links li a:hover{text-decoration:underline;text-decoration-color:#fdbd3d;text-decoration-thickness:3px;text-emphasis:bold}.navbar-links .nav-link.active{font-weight:700;text-decoration:underline;color:#fdbd3d}.hamburger-menu{display:none;background:transparent;border:none;cursor:pointer;padding:10px;position:relative;z-index:1001}.hamburger-menu span{display:block;width:25px;height:3px;background-color:#fff;margin:5px 0;transition:all .3s ease}.hamburger-menu.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-menu.open span:nth-child(2){opacity:0}.hamburger-menu.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{position:fixed;top:0;right:-250px;width:250px;height:100vh;background-color:#1b5e44;z-index:999;transition:right .3s ease;box-shadow:-2px 0 5px #0003;overflow-y:auto;padding-top:60px}.mobile-menu.open{right:0}.mobile-navbar-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.mobile-navbar-links li{padding:15px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-navbar-links li .nav-link,.mobile-navbar-links li a{color:#fff;text-decoration:none;font-size:1.1rem;display:block;transition:all .3s ease}.mobile-navbar-links .nav-link.active{font-weight:700;color:#fdbd3d}@media (max-width: 768px){.hamburger-menu{display:block}.navbar-links{display:none}}.layout-wrapper{display:flex;flex-direction:column;min-height:100vh;width:100vw;position:relative;z-index:1;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:manipulation}@media (max-width: 768px){.navbar{padding:0 7px;min-height:50px}.layout-wrapper{min-height:100vh;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;transform:translateZ(0);will-change:transform}.main-content{margin-top:0;padding-top:0;touch-action:pan-y;-webkit-overflow-scrolling:touch}}@media (max-width: 480px){.navbar{padding:0 5px;min-height:45px}.navbar-logo{font-size:1.1em}}.main-content{flex:1;position:relative;z-index:2;margin-top:0;padding-top:0}.donate-via-actblue-float{position:fixed;left:20px;margin-top:100px;z-index:998;transition:transform .2s ease}.donate-via-actblue-float:hover{transform:scale(1.05)}@media (max-width: 768px){.donate-via-actblue-float{left:10px;bottom:20px;margin-top:0}.donate-via-actblue-float img{width:100px!important}.footer{padding:8px 10px!important;margin-bottom:5px!important;margin-top:10px}.citizensToElectJamesRandolph{font-size:8px!important;line-height:1.2}}header{position:relative;z-index:10}footer{position:relative;z-index:10}@media (max-width: 480px){.footer{padding:5px 8px!important;margin-bottom:2px!important}.citizensToElectJamesRandolph{font-size:7px!important}}.carousel-container{position:relative;width:100%;height:100%;overflow:hidden;border-radius:8px;box-shadow:0 4px 15px #0003}.carousel-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.carousel-slides{display:flex;width:100%;height:100%;transition:transform .5s ease-in-out}.carousel-slide{flex:0 0 100%;width:100%;height:100%;position:relative;overflow:hidden;background-color:#1b5e441a}.carousel-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block;transition:transform .3s ease}.carousel-image-cover{object-fit:cover}.carousel-image-contain{object-fit:contain}.carousel-image-fill{object-fit:fill}.carousel-image-scale-down{object-fit:scale-down}.carousel-image-top{object-position:top}.carousel-image-bottom{object-position:bottom}.carousel-image-left{object-position:left}.carousel-image-right{object-position:right}.carousel-slide:hover .carousel-image{transform:scale(1.02)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#1b5e44cc;color:#fff;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;opacity:.7;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.carousel-arrow:hover{background:#1b5e44f2;opacity:1;transform:translateY(-50%) scale(1.1)}.carousel-arrow:focus{outline:2px solid #fdbd3d;outline-offset:2px}.carousel-arrow:disabled{opacity:.3;cursor:not-allowed}.carousel-arrow-prev{left:20px}.carousel-arrow-next{right:20px}.carousel-arrow svg{width:24px;height:24px}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.8);background:#ffffff4d;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.carousel-dot:hover{background:#fff9;transform:scale(1.2)}.carousel-dot:focus{outline:2px solid #fdbd3d;outline-offset:2px}.carousel-dot.active{background:#fdbd3d;border-color:#fdbd3d;transform:scale(1.3)}.carousel-dot:disabled{opacity:.3;cursor:not-allowed}.carousel-slide:before{content:"";position:absolute;top:0;left:0;height:100%;width:65%;background:linear-gradient(to right,#000000b3,#00000080,#0000);z-index:1;pointer-events:none;transition:all .3s ease}@media screen and (max-width: 768px){.carousel-arrow{width:40px;height:40px;opacity:.9}.carousel-arrow-prev{left:10px}.carousel-arrow-next{right:10px}.carousel-arrow svg{width:20px;height:20px}.carousel-dots{bottom:15px;gap:8px}.carousel-dot{width:10px;height:10px}.carousel-slide:before{width:100%;background:linear-gradient(to bottom,#000c,#0009,#1b5e44e6)}}@media screen and (max-width: 480px){.carousel-arrow{width:35px;height:35px}.carousel-arrow svg{width:18px;height:18px}.carousel-dots{bottom:10px;gap:6px}.carousel-dot{width:8px;height:8px}}.carousel-image{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.carousel-slides,.carousel-image,.carousel-arrow,.carousel-dot{transition:none}}@media (prefers-contrast: high){.carousel-arrow{background:#000000e6;border:2px solid white}.carousel-dot{border-color:#fff}.carousel-dot.active{background:#fff;border-color:#fff}}.hero-section{min-height:100vh;position:relative}.seated-parallax,.background-image{width:100%;height:100%}.text-container{pointer-events:none}.parallax-content{text-shadow:2px 2px 8px rgba(0,0,0,.8);pointer-events:auto}.parallax-elect{font-size:clamp(2rem,5vw,3.5rem);font-weight:600;color:#fff;margin:0;line-height:1.2}.parallax-title{font-size:clamp(2rem,6vw,5rem);font-weight:700;color:#fff;margin:.5rem 0;line-height:1.1}.parallax-subtitle{font-size:clamp(1.3rem,3vw,2rem);font-weight:500;color:#fff;margin:.5rem 0}.parallax-position{font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:500;color:#fff;margin:.3rem 0}.content-layer{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:3rem}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff;font-size:.9rem;opacity:.8;animation:bounce 2s infinite}.arrow-down{width:2px;height:30px;background:#fff;position:relative}.arrow-down:after{content:"";position:absolute;bottom:0;left:-6px;width:14px;height:14px;border-bottom:2px solid #ffffff;border-right:2px solid #ffffff;transform:rotate(45deg)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.abreviated-thoughts{font-size:1.2rem;margin-left:30vw}.abreviated-thoughts-text{position:relative;z-index:10;color:#d5e1dc}.abreviated-thoughts-text h2{color:#fff}.abreviated-thoughts-text p{color:#d5e1dc;line-height:1.8;margin-bottom:1rem}.abreviated-thoughts-text b,.abreviated-thoughts-text strong{color:#fdbd3d;font-weight:700}@media (max-width: 768px){.parallax-content{text-align:center}.scroll-indicator{font-size:.8rem}.abreviated-thoughts{margin-left:0;padding:0 5vw;font-size:1.1rem}}@media (max-width: 480px){.abreviated-thoughts{margin-left:0;padding:0;font-size:1rem}}.organization-endorsements-container{margin:2rem 0;padding:2rem 0;background-color:transparent;border-radius:10px;box-shadow:0 4px 8px #0000000d}.organization-endorsements-heading{text-align:center;margin-bottom:2rem;color:fdbd3d;font-size:1.8rem}.organization-logos-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;padding:0 2rem;max-width:1200px;margin:0 auto}.organization-logo-wrapper{display:flex;justify-content:center;align-items:center;padding:.5rem;background-color:transparent;border-radius:10px;//box-shadow: 0 2px 6px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.organization-logo-wrapper:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.organization-logo{max-width:100%;height:auto;object-fit:contain}.org-logo-small{width:100px;height:100px}.org-logo-medium{width:150px;height:150px}.org-logo-large{width:200px;height:200px}@media screen and (max-width: 768px){.organization-logos-grid{gap:1rem;padding:0 1rem}.org-logo-small{width:80px;height:80px}.org-logo-medium{width:120px;height:120px}.org-logo-large{width:160px;height:160px}}@media screen and (max-width: 480px){.organization-endorsements-container{margin:1rem 0;padding:1.5rem 0}.organization-endorsements-heading{font-size:1.5rem}.org-logo-small{width:70px;height:70px}.org-logo-medium{width:100px;height:100px}.org-logo-large{width:140px;height:140px}}.endorsements-section{background-color:#1b5e44;color:#fff;padding:6rem 2rem;min-height:100vh;display:flex;align-items:center}.endorsements-section .container{max-width:1200px;margin:0 auto;width:100%}.endorsements-section .section-header{text-align:center;margin-bottom:2rem}.endorsements-section .section-header h2{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#fff;margin-bottom:1rem}.endorsements-description{text-align:center;margin-bottom:3rem;font-size:1.1rem;max-width:800px;margin-left:auto;margin-right:auto;color:#d5e1dc;line-height:1.6}.endorsements-description p{margin-bottom:1rem}.all-officials-section{margin-top:3rem}.officials-endorsements-heading{text-align:center;margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2rem);color:#fdbd3d;font-weight:600}.all-officials-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem;padding:0 1rem}.endorsement-card{padding:1rem;background-color:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 8px #00000026;display:flex;align-items:center;gap:15px;transition:all .3s ease}.endorsement-card:hover{background-color:#ffffff14;border-color:#fdbd3d4d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.endorser-photo{width:80px;height:80px;min-width:80px;border-radius:50%;overflow:hidden;background-color:transparent;display:flex;align-items:center;justify-content:center;opacity:.95}.endorser-photo img{width:100%;height:100%;object-fit:cover;object-position:center 25%;opacity:1}.endorser-info{flex-grow:1}.endorser-details{display:flex;flex-wrap:wrap;align-items:baseline;line-height:1.4}.endorser-name{font-weight:700;color:#d5e1dc;margin-bottom:0}.endorser-title{color:#fdbd3d;font-size:.9rem;font-style:italic;margin-bottom:0}@media (max-width: 768px){.endorsements-section{padding:4rem 1.5rem}.all-officials-grid{grid-template-columns:1fr;gap:1rem;padding:0 .5rem}.endorsement-card{padding:.75rem;gap:12px}.endorser-photo{width:60px;height:60px;min-width:60px}.officials-endorsements-heading{font-size:1.5rem;margin-top:2rem}}@media (max-width: 600px){.endorsements-section{padding:3rem 1rem}.all-officials-grid{grid-template-columns:1fr;gap:.75rem;padding:0}.officials-endorsements-heading{font-size:1.3rem;margin-top:1.5rem}.endorsement-card{flex-direction:row;align-items:center;padding:.5rem;gap:10px}.endorser-details{line-height:1.3}.endorser-name{font-size:.95rem}.endorser-title{font-size:.85rem}.endorser-photo{width:50px;height:50px;min-width:50px}}.support-section{background-color:#1b5e44;color:#d5e1dc;padding:6rem 2rem;min-height:100vh;display:flex;align-items:center}.support-section .container{max-width:1200px;margin:0 auto;width:100%}.support-section .section-header{text-align:center;margin-bottom:3rem}.support-section .section-header h2{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#fdbd3d;margin-bottom:1rem}.support-grid{display:flex;flex-direction:column;gap:2rem;align-items:center}.call-to-action{text-align:center;padding:0 10vw;font-size:clamp(1rem,2vw,1.1rem);line-height:1.6;color:#d5e1dc}.call-to-action p{margin:0}.donate-via-actblue-container{display:flex;justify-content:center;align-items:center;margin:1rem 0}.donate-via-actblue-img img{display:block;height:auto;width:50%;max-width:400px;transition:transform .3s ease}.donate-via-actblue-img img:hover{transform:scale(1.05)}.sign-up-to-volunteer{text-align:center;padding:0 10vw;margin-top:2rem;font-size:clamp(1rem,2vw,1.1rem);line-height:1.6;color:#d5e1dc}.sign-up-to-volunteer p{margin:0}.support-form-container{display:flex;justify-content:center;align-items:center;width:100%;padding:2rem 0}.google-form-iframe{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;width:100%;max-width:50%;min-height:800px;border:none}@media (max-width: 768px){.support-section{padding:4rem 1.5rem}.call-to-action,.sign-up-to-volunteer{padding:0 5vw}.donate-via-actblue-img img{width:75%}.google-form-iframe{max-width:80%}}@media (max-width: 480px){.support-section{padding:3rem 1rem}.call-to-action,.sign-up-to-volunteer{padding:0 2vw}.donate-via-actblue-img img{width:90%}.google-form-iframe{max-width:100%;min-height:1000px}.sign-up-to-volunteer{margin-top:1rem}}html{scroll-behavior:smooth}.single-page-wrapper{width:100%;overflow-x:hidden}.content-section{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.content-section.visible{opacity:1;transform:translateY(0)}section{scroll-margin-top:70px}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.content-section{opacity:1;transform:none;transition:none}}:root{--main-bg: #1c5b42;--accent-color: #fdbd3d;--text-light: #d5e1dc}*{box-sizing:border-box}html{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:manipulation;height:100%}body{font-family:EB Garamond,Cardo,Georgia,Times New Roman,serif;background-color:#1c5b42;color:var(--text-light);line-height:1.6;margin:0;padding:0;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:manipulation;min-height:100%}@media (max-width: 768px){html,body{-webkit-text-size-adjust:100%;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}input,textarea,select{font-size:16px}}.header-with-underline{position:relative;display:inline-block;margin-bottom:2rem}.header-with-underline:after{content:"";position:absolute;bottom:-8px;left:0;width:35px;height:3px;background-color:var(--accent-color);border-radius:2px}.header-with-full-underline{position:relative;display:block;margin-bottom:2rem;padding-bottom:12px}.header-with-full-underline:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--accent-color) 0%,var(--accent-color) 50%,transparent 50%);border-radius:2px}h1,h2,h3,h4,h5,h6{font-family:EB Garamond,Cardo,Georgia,serif;font-weight:600;margin-bottom:1rem;color:var(--text-light)}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}p{margin-bottom:1rem;color:var(--text-light)}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.5rem}.header-with-underline:after{width:25px;height:2px}}
