/* Responsive public header: shared by homepage, directory and company pages. */
.pvmap-site-header{--pvmap-header-height:82px}
.pvmap-site-header,.pvmap-site-header *{box-sizing:border-box}
.pvmap-site-header .pvmap-header-inner{min-width:0}
.pvmap-site-header .pvmap-mobile-menu{flex:0 0 auto}
.pvmap-site-header .pvmap-mobile-menu>summary{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;width:auto;min-width:98px;min-height:46px;height:46px;padding:10px 12px;color:#fff}
.pvmap-mobile-toggle-label{font-size:15px;line-height:1.2;font-weight:700}
.pvmap-site-header .pvmap-mobile-menu>summary>.pvmap-mobile-toggle-icon{display:block;position:relative;width:20px;height:16px;background:none;border-radius:0;flex:0 0 20px}
.pvmap-mobile-toggle-icon i{position:absolute;left:0;width:20px;height:2px;background:#fff;border-radius:2px;transition:transform .15s ease,opacity .15s ease}
.pvmap-mobile-toggle-icon i:nth-child(1){top:0}.pvmap-mobile-toggle-icon i:nth-child(2){top:7px}.pvmap-mobile-toggle-icon i:nth-child(3){top:14px}
.pvmap-mobile-menu[open] .pvmap-mobile-toggle-icon i:nth-child(1){transform:translateY(7px) rotate(45deg)}
.pvmap-mobile-menu[open] .pvmap-mobile-toggle-icon i:nth-child(2){opacity:0}
.pvmap-mobile-menu[open] .pvmap-mobile-toggle-icon i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.pvmap-site-header .pvmap-mobile-menu>nav{max-height:var(--pvmap-menu-space,calc(100vh - var(--pvmap-header-height) - 8px));max-height:var(--pvmap-menu-space,calc(100dvh - var(--pvmap-header-height) - 8px));overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:12px max(16px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));border-top:1px solid #315269;scrollbar-gutter:stable;font-size:16px;line-height:1.45}
.pvmap-site-header .pvmap-mobile-group>summary,.pvmap-site-header .pvmap-mobile-link{min-height:50px;font-size:16px;padding:13px 10px;white-space:normal;overflow-wrap:anywhere}
.pvmap-site-header .pvmap-mobile-submenu{padding:8px 0 12px;gap:5px}
.pvmap-site-header .pvmap-mobile-child{min-height:64px;border-left:0;border-radius:10px;padding:12px;gap:12px;background:rgba(255,255,255,.045)}
.pvmap-site-header .pvmap-mobile-child .pvmap-nav-label{font-size:15px;line-height:1.4;overflow-wrap:anywhere}
.pvmap-site-header .pvmap-mobile-child .pvmap-nav-description{font-size:13px;line-height:1.45;color:#bed4e2;overflow-wrap:anywhere}
.pvmap-site-header .pvmap-mobile-overview{font-size:14px;padding:8px 10px}
.pvmap-site-header .pvmap-mobile-overview a{font-size:14px;min-height:44px}
.pvmap-site-header .pvmap-mobile-guide{border-top:1px solid #315269}
.pvmap-site-header .pvmap-mobile-child:hover,.pvmap-site-header .pvmap-mobile-child:focus-visible{background:#19445f}
.pvmap-site-header .pvmap-mobile-account-link{min-height:48px;font-size:16px}
.pvmap-site-header .pvmap-mobile-menu a.pvmap-menu-button{display:flex;align-items:center;justify-content:center;min-height:48px;white-space:normal;text-align:center}
.pvmap-site-header .pvmap-mobile-menu a:focus-visible,.pvmap-site-header .pvmap-mobile-menu summary:focus-visible{outline:2px solid #ffc34d;outline-offset:2px}
.pvmap-global-search .pvmap-search-label-compact{display:none}
.pvmap-global-search .pvmap-global-search__form input[type=search]{font-size:16px}
.pvmap-global-search .pvmap-global-search__regions{min-height:44px}
.pvmap-global-search .pvmap-global-search__choices a{min-height:44px;font-size:14px;white-space:normal}
.pvmap-global-search .pvmap-global-search__feedback-inner{font-size:14px}
@media(max-width:1000px){
 .pvmap-global-search .pvmap-global-search__inner{grid-template-columns:minmax(0,1fr) auto;gap:6px 12px;padding-top:8px;padding-bottom:12px}
 .pvmap-global-search .pvmap-global-search__lead{grid-column:1;grid-row:1;white-space:normal;font-size:14px}
 .pvmap-global-search .pvmap-global-search__regions{grid-column:2;grid-row:1;justify-self:end;padding:8px 10px;font-size:13px}
 .pvmap-global-search .pvmap-global-search__form{grid-column:1/-1;grid-row:2;grid-template-columns:minmax(0,1fr) auto;gap:8px}
 .pvmap-global-search .pvmap-global-search__form input[type=search],.pvmap-global-search .pvmap-global-search__form button{min-height:48px}
 .pvmap-global-search .pvmap-global-search__form button{width:auto;font-size:15px;padding:10px 15px}
}
@media(max-width:720px){
 .pvmap-site-header{--pvmap-header-height:64px}
 .pvmap-site-header .pvmap-header-inner{min-height:64px;padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));gap:12px}
 .pvmap-site-header .pvmap-brand-text{font-size:26px}
 .pvmap-site-header .pvmap-brand img{width:150px;max-width:42vw;max-height:40px}
 .pvmap-global-search .pvmap-global-search__inner{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}
 .pvmap-global-search .pvmap-search-label-wide{display:none}
 .pvmap-global-search .pvmap-search-label-compact{display:inline}
 .pvmap-global-search .pvmap-global-search__lead{gap:5px;font-size:13px}
 .pvmap-global-search .pvmap-global-search__icon{width:22px;height:22px;flex-basis:22px}
 .pvmap-global-search .pvmap-global-search__icon svg{width:21px;height:21px}
 .pvmap-global-search .pvmap-global-search__regions{font-size:12px;padding:8px;border:0;background:none}
 .pvmap-global-search .pvmap-global-search__form input[type=search]{padding:11px 12px}
 .pvmap-global-search .pvmap-global-search__form button{padding:10px 13px}
}
@media(max-width:360px){.pvmap-global-search .pvmap-global-search__inner{column-gap:6px}.pvmap-global-search .pvmap-global-search__lead{font-size:12px}.pvmap-global-search .pvmap-global-search__regions{gap:4px;padding-left:4px;padding-right:4px}.pvmap-global-search .pvmap-global-search__form button{gap:5px;padding-left:11px;padding-right:11px}}
@media(hover:none),(pointer:coarse){
 .pvmap-site-header .pvmap-desktop-nav,.pvmap-site-header .pvmap-account-nav,.pvmap-site-header .pvmap-header-actions{display:none}
 .pvmap-site-header .pvmap-mobile-menu{display:block}
}

/* 1.0.242: the measured desktop header needs 1225px including padding.
   Allow room for the scrollbar before showing the existing mobile menu. */
@media(max-width:1280px){
 .pvmap-site-header .pvmap-desktop-nav,
 .pvmap-site-header .pvmap-account-nav,
 .pvmap-site-header .pvmap-header-actions{display:none}
 .pvmap-site-header .pvmap-mobile-menu{display:block}
}
@media(max-width:1000px){
 .pvmap-global-search .pvmap-global-search__feedback-inner{min-width:0;overflow-wrap:anywhere}
 .pvmap-global-search .pvmap-global-search__choices{min-width:0}
 .pvmap-global-search .pvmap-global-search__choices a{max-width:100%;overflow-wrap:anywhere}
}
@media(max-width:720px){
 .pvmap-site-footer nav a{display:inline-flex;align-items:center;min-height:44px;line-height:1.5}
}
@media(prefers-reduced-motion:reduce){
 .pvmap-mobile-toggle-icon i{transition:none}
}
