/* PsySims shared brand/header normalization */
.site-header{
  background:#fff !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
.site-header .brand-mark,
.site-footer .footer-brand .brand-mark{
  display:inline-grid;
  place-items:center;
  flex:0 0 auto;
}
.site-header .brand-mark{
  width:56px !important;
  height:56px !important;
}
.site-header .brand-mark img,
.site-footer .footer-brand .brand-mark img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.site-footer .footer-brand .brand-mark{
  width:56px;
  height:56px;
}

@media (max-width:700px){
  .site-header .brand-mark{
    width:36px !important;
    height:36px !important;
  }
}
