header{position:fixed;top:0;height:60px;width:100%;z-index:3;background-color:var(--header-bg)}.desktopNavBar,.mobileNavBar{height:100%;width:100%;padding:5px 1rem;display:flex;justify-content:flex-start;align-items:center;margin:0 auto;z-index:3;gap:20px;border-bottom:1px solid var(--secondary-bg)}.mobileNavBar{background-color:var(--mobile-header-bg)}.mobileNavLogo{height:36px;width:150px}.mobileMenuContainer{position:absolute;top:0;height:0;width:100%;background-color:var(--mobile-menu-bg);z-index:4;overflow:hidden;transition:height .8s ease}.mobileMenuContainer>div:first-child{display:flex;justify-content:flex-start;align-items:center;padding:5px 1rem;height:60px;gap:20px}.menuOpen{height:100vh;transition:height .5s ease}.menuIcon{font-size:2rem;padding:5px}.menuIconOpen{color:var(--mobile-menu-close);font-size:2.5rem;padding:5px}.menuIcon:hover,.menuIconOpen:hover{cursor:pointer}.mobileMenu{height:calc(100% - 80px);overflow-y:scroll;-webkit-overflow-scrolling:touch;padding:3rem 1rem 6rem;background-image:url(/assets/images/alterra-menu-symbol.svg);background-position:right 15px bottom 15px;background-size:150px 275px;background-repeat:no-repeat}.mobileMenuFolder,.mobileMenuItem{color:var(--mobile-menu-color);text-transform:uppercase;width:100%;display:inline-block;font-size:1.3rem;font-weight:400;padding:0 0 1rem;opacity:.8}.mobileSubMenuItem{text-transform:uppercase;flex:0 0 100%;display:inline-block;margin-bottom:.2rem;padding:0 0 0 1rem}.mobileSubMenuItem>a{color:var(--mobile-menu-color);font-size:1.3rem}.mobileMenu li{list-style-type:none}.mobileSubMenu{overflow:hidden;transition:height .5s ease;margin-bottom:1rem;display:flex;flex-flow:row wrap;justify-content:flex-start;align-content:flex-start}.menuFolder:hover,.mobileMenuFolder:hover{cursor:pointer}.mobileMenuLinksWrapper{border-top:1px solid hsla(0,0%,100%,.7);padding-top:1.5rem;display:flex;flex-flow:row wrap}.menuFolderIcon{color:var(--mobile-menu-color);margin-left:1.5rem;transition:transform .25s ease}.desktopNav{display:flex;justify-content:flex-end;align-items:center;gap:1.5rem;font-weight:700;font-size:1.1em;letter-spacing:.02rem}.menuFolder,.menuItem,.menuItemWrapper{color:var(--desktop-menu-color);min-height:80px;display:flex;justify-content:flex-start;align-items:center;padding-left:1rem;padding-right:1rem}.subMenu{overflow:hidden;position:absolute;top:80px;left:0;width:280px;padding-left:1rem}.menuFolder:hover,.subMenu{background-color:var(--sub-menu-header-bg)}.subMenuItem{color:var(--desktop-menu-color);width:98%;display:inline-block;margin-bottom:.5rem;font-size:1.1rem;font-weight:400;padding-bottom:.5rem}.navBtn{font-size:1em}.headerSticky{background-color:var(--sticky-header-bg)}@media screen and (min-width:768px){header{height:80px}.mobileNavLogo{height:45px;width:190px}.mobileMenuContainer>div:first-child{height:80px}.menuIcon,.menuIconOpen{padding:10px}.mobileSubMenuItem{flex:0 0 48%}}@media screen and (min-width:992px){.mobileMenu{padding:3rem}.mobileMenuFolder,.mobileMenuItem,.mobileSubMenuItem>a{font-size:1.5rem}}