/* Troop 826 global header — v2 */
.site-header{
  background:#12233d;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.site-header .pack-strip{
  background:#12233d;
  color:#dbe6f1;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.site-header .pack-strip a{color:#fff;}
.site-header .nav-row{
  width:100%;
  max-width:none;
  margin:0;
  padding:0 24px;
  height:72px;
}
.site-header .brand{
  min-width:0;
  margin:0;
  padding:0;
  flex:0 0 auto;
  justify-content:flex-start;
}
.site-header .brand-logo{
  width:225px;
  max-width:225px;
  height:40px;
  object-fit:contain;
  object-position:left center;
}
.site-header .nav-links{margin-left:auto;}
.site-header .nav-links a{
  color:#fff;
}
.site-header .nav-links a:hover,
.site-header .nav-links a[aria-current='page']{
  background:rgba(255,255,255,.11);
  color:#fff;
}
.site-header .nav-links .btn-primary{
  color:#173246;
}
.site-header .menu-btn{
  background:rgba(255,255,255,.12);
  color:#fff;
}
@media(max-width:920px){
  .site-header .nav-row{height:64px;padding:0 16px;}
  .site-header .brand-logo{width:190px;max-width:190px;height:auto;}
  .site-header .nav-links{
    background:#12233d;
    border-bottom:1px solid rgba(255,255,255,.14);
  }
}
@media(max-width:420px){
  .site-header .brand-logo{width:170px;max-width:170px;}
}
