@media (max-width:600px){.footer-logo,.footer-quickLinks a{color:#000;text-decoration:underline;font-weight:400;font-family:var(--font_family);font-size:1rem;transition:color .2s}.footer-mapMobile{display:block;margin:16px 0 0}}.footer-divider{width:90%;margin:0 auto;background-color:white;border-bottom:.2px solid black;display:block}.footer{background:#fff;color:#000;font-family:var(--font_family);padding:0;width:100vw;margin-top:40px}.footer-topSection{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:flex-start;padding:32px 5vw 16px;gap:0;width:100%}.footer-logo{display:flex;align-items:center;justify-content:flex-start;height:auto;width:auto;margin-bottom:8px}.footer-logo img{max-width:180px;height:auto;display:block}.footer-quickLinks h4{margin-bottom:8px;color:black;font-size:20px}.footer-quickLinks ul{list-style:none;padding:0;margin:0;color:#333333;font-weight:100}.footer-quickLinks li{margin-bottom:6px}.footer-quickLinks li,.footer_li{color:#333333;font-family:var(--font_family);font-weight:100}.footer_li{margin-bottom:15px}.footer-quickLinks a{color:#333333;text-decoration:none;font-family:var(--font_family);transition:color .2s;font-weight:500;margin-bottom:10px}.footer-quickLinks a:hover{color:var(--dark-green)}.footer-addressNewsletter{display:flex;flex-direction:row;gap:40px;flex:1 1;min-width:260px}.footer-newsletterSocial h4,.footer-reachUs h4{color:black;margin-bottom:8px;font-size:20px}.footer-reachUs ul{list-style:none;padding:0;margin:0}.footer-reachUs li{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:1rem}.footer-reachUs i{color:var(--dark-green);font-size:1.2rem;margin-top:2px}.footer-reachUs a{color:#000;text-decoration:underline}.footer-newsletterSocial{display:flex;flex-direction:column;gap:12px;min-width:220px}.footer-newsletterForm{display:flex;gap:8px;margin-bottom:4px}.footer-newsletterForm input[type=email]{padding:8px 12px;border:1px solid #b5b5b5;border-radius:4px;font-size:1rem;font-family:var(--font_family);outline:none;flex:1 1}.footer-newsletterForm button{background:var(--dark-green);color:#fff;border:none;border-radius:4px;padding:8px 18px;font-size:1rem;font-family:var(--font_family);cursor:pointer;transition:background .2s}.footer-newsletterForm button:disabled{background:#b5b5b5;cursor:not-allowed}.footer-error{color:#c00;font-size:.95rem;margin-bottom:4px}.footer-social{margin-top:8px}.footer-social a{color:#000;text-decoration:none;display:flex;align-items:center;gap:8px;font-weight:500;transition:color .2s}.footer-social a:hover{color:var(--dark-green)}.footer-mapMobile{display:none}.footer-copyright{color:#000;text-align:center;font-size:.98rem;padding:12px 0 8px;margin-top:16px}@media (max-width:900px){.footer-topSection{padding:24px 2vw 12px}.footer-addressNewsletter,.footer-topSection{flex-direction:column;gap:24px}}@media (max-width:600px){.footer-topSection{padding:16px 2vw 8px}.footer-mapMobile{display:block;margin:16px 0 0}}.navOptions .dropdown:nth-child(3) .dropdownContent a:hover{color:#87B828!important;cursor:pointer}.navOptions .dropdown:nth-child(3) .dropdownContent a{color:#898888!important;font-size:13px!important;font-weight:600!important;margin-left:-10px}.header-chevron{font-size:1.15em;font-weight:700;margin-left:2px;display:inline-block;vertical-align:middle;transition:transform .2s}.navOptions .dropdown:nth-child(3) .dropdownContent{display:flex!important;flex-direction:row;left:0!important;right:unset;width:95vw;position:absolute;top:100%;z-index:100;margin-left:-440px;box-sizing:border-box;overflow-x:auto}.navOptions .dropdown:nth-child(3) .dropdownHeading{color:var(--green)!important}.header{position:fixed;top:0;left:0;width:100vw;z-index:1000;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.07);border-bottom:1px solid black;display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:100px;font-family:Inter,Open Sans,sans-serif}.logo img{height:170px;width:auto;display:block;margin-bottom:15px}.navOptions{display:flex;align-items:center}.dropbtn,.dropdownContent a,.navOptions a{display:flex;flex-direction:row;align-items:center;color:#686868;font-family:Inter,Open Sans,sans-serif;font-weight:700;font-size:1.05rem;text-decoration:none;padding:8px 12px;border-radius:4px;transition:background .2s,color .2s}.dropbtn.active,.dropdownContent a.active,.mobileMenu a.active,.navOptions a.active{color:#87B828!important}.dropdown{position:relative}.dropbtn{background:none;border:none;cursor:pointer;outline:none}.dropdownContent{display:none;flex-direction:column;position:absolute;top:100%;left:0;background:#fff;min-width:200px;box-shadow:0 2px 8px rgba(0,0,0,.07);border-radius:0 0 8px 8px;z-index:1001;padding:8px 0}.dropdown.active .dropdownContent,.dropdown:hover .dropdownContent{display:block}.dropdownGroup{padding:8px 16px}.dropdownHeading{font-size:16px;color:#686868;margin-bottom:4px}.hamburger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px;margin-right:16px}.hamburger span{display:block;width:28px;height:3px;background:#686868;border-radius:2px}.mobileMenu{position:fixed;top:72px;left:0;width:100vw;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.07);z-index:1002;display:flex;flex-direction:column;gap:8px;padding:24px 16px 32px}.mobileMenu a{color:#686868;font-family:Inter,Open Sans,sans-serif;font-weight:700;font-size:1.1rem;text-decoration:none;padding:10px 0;border-radius:4px}.mobileMenu a.active{color:#87B828}.mobileDropdown{margin:12px 0}.mobileDropTitle{font-weight:700;color:#686868;margin-bottom:4px}@media (max-width:900px){.navOptions{display:none}.hamburger{display:flex}.logo img{height:40px}}@media (max-width:600px){.header{padding:0 8px;height:60px}.logo img{height:80px}.mobileMenu{top:60px;padding:16px 8px 24px}}