
/*.site-header__inner:before */
.full-width-header-bg-elem
{
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
  left:0;
  right: 0;
  background-image: url(../../images/bg-head.png);
  background-repeat: repeat-x;
}

.site-header__fixable,
.site-header__initial
{
  display: none;
}

.site-header__inner
{
  background: transparent;
}

.site-branding
{
  background-image: none;
  padding-inline-start: unset;
  padding-inline-end: unset;
  align-items: center;

}

.site-branding__logo img
{
  max-height: none;
}

@media (min-width: 75rem)
{

  body:not(.is-always-mobile-nav) .header-nav
  {
    background: transparent;
    height: calc(var(--header-height-wide-when-fixed) - var(--sp2)); /* 40px */

  }

}
