
/* www.curerays.com header size lock — do not shrink on org */
:root { --header-h: 84px; }
.site-header .nav {
  height: 84px !important;
}
.site-header .nav-links {
  top: 84px;
}
.site-header .brand {
  font-size: 1.34rem !important;
}
.site-header .brand .wordmark {
  font-size: 1.34rem !important;
  line-height: 1;
}
.site-header .brand .logo-mark {
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 auto;
  object-fit: contain;
}
