.location-container{grid-template-columns:15.625rem 1fr;gap:2rem;max-width:87.5rem;margin:0 auto;padding:2rem 1rem;display:grid}@media (max-width:64rem){.location-container{grid-template-columns:1fr}}@media (max-width:48rem){.location-container{padding:1rem}}.location-sidebar{background:var(--color-white);border-radius:.75rem;height:fit-content;padding:1.5rem;position:sticky;top:6rem;box-shadow:0 .25rem .75rem #0000000f}@media (max-width:64rem){.location-sidebar{display:none}}.location-sidebar .location-nav-header h3{color:var(--color-dark-teal);border-bottom:.125rem solid var(--color-light-teal);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.4rem}.location-sidebar .location-nav-links{gap:.5rem;display:grid}.location-sidebar .location-nav-links .location-nav-link{color:var(--color-muted-teal);transition:var(--transition);border-radius:.5rem;align-items:center;gap:1rem;padding:1rem;text-decoration:none;display:flex}.location-sidebar .location-nav-links .location-nav-link:hover{background:var(--gg-color);transform:translate(.3125rem)}.location-sidebar .location-nav-links .location-nav-link[data-active=true]{background:var(--color-dark-teal);color:var(--color-white)}.location-sidebar .location-nav-links .location-nav-link .location-nav-icon{font-size:1.2rem}.location-sidebar .location-nav-links .location-nav-link .location-link-text{font-weight:500}.location-content .location-header{text-align:center;margin-bottom:3rem}.location-content .location-header h1{color:var(--color-dark-teal);margin-bottom:1rem;font-size:2.8rem}.location-content .location-header h1 .subtitle{color:var(--color-steel-blue);margin-bottom:.5rem;font-size:1.2rem;display:block}@media (max-width:48rem){.location-content .location-header h1{font-size:2rem}.location-content .location-header h1 .subtitle{font-size:1rem}}@media (max-width:30rem){.location-content .location-header h1{font-size:1.75rem}}.location-content .location-header .address-box{background:var(--gg-color);border-radius:.5rem;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1.1rem;display:inline-flex}.location-content .location-header .address-box .pin-icon{color:var(--color-error)}@media (max-width:48rem){.location-content .location-header .address-box{padding:.8rem 1.5rem;font-size:1rem}}@media (max-width:30rem){.location-content .location-header .address-box{padding:.5rem 1rem;font-size:.9rem}}.location-content .section{background:var(--color-white);border-radius:.75rem;margin:3rem 0;padding:2rem;box-shadow:0 .25rem .75rem #0000000f}.location-content .section h2{color:var(--color-dark-teal);border-left:.25rem solid var(--color-muted-teal);margin-bottom:1.5rem;padding-left:1rem;font-size:2rem}.location-content .section p{color:var(--color-steel-blue);margin-bottom:1.5rem;line-height:1.7}.location-content .section a{color:var(--color-dark-teal);font-weight:500;text-decoration:underline}.location-content .section a:hover{color:var(--color-muted-teal)}.location-content .section .map{border-radius:.75rem;height:0;margin-top:2rem;padding-bottom:56.25%;position:relative;overflow:hidden}.location-content .section .map iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:48rem){.location-content .section{margin:2rem 0;padding:1rem}.location-content .section h2{padding-left:.5rem;font-size:1.5rem}.location-content .section p{font-size:.95rem}}@media (max-width:30rem){.location-content .section{border-radius:.5rem}.location-content .section .map{margin-top:1rem}}.location-mobile-nav{background:var(--color-white);z-index:1000;padding:1rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -.125rem .625rem #0000001a}@media (max-width:64rem){.location-mobile-nav{justify-content:space-around;display:flex}}.location-mobile-nav .location-mobile-nav-item{color:var(--color-muted-teal);justify-content:center;padding:.8rem;text-decoration:none;display:flex}.location-mobile-nav .location-mobile-nav-item.active{color:var(--color-dark-teal)}@media (max-width:30rem){.location-mobile-nav .location-mobile-nav-item{padding:.5rem;font-size:.9rem}}html{scroll-behavior:smooth}
