%nw-header-topbarrow {
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 45px;
}

%nw-header-topbarcol {
  max-width: $body-maxwidth;
}

%nw-header-topbarcols {
  flex-wrap: nowrap;
}

%nw-header-topbarpromo {
  justify-content: center;
  flex-grow: 2;
  display: flex;
}

%nw-header-topbarleftlinks {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

%nw-header-topbarrightlinks {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

%nw-header-mainbarrow {
  position: relative;
  z-index: 3;
  justify-content: center;
}

%nw-header-mainbarcol {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: $body-maxwidth;
  width: 100%;
  height: 100%;
}

%nw-header-navigationrow {
  justify-content: center;
  margin-top: -5px;
}

%nw-header-navigationcol {
  max-width: $body-maxwidth;
}

%nw-header-searchbarcol {
  align-items: center;
  display: flex;
  min-width: 280px;
  max-width: 280px;
}

%nw-header-logocol {
  justify-content: center;
  align-items: center;
  flex-grow: 12;
  display: flex;
  height: 100px;
}

%nw-header-logo {
  position: relative;
  z-index: 1;
  height: 100%;

  .nw-logo-img {
    max-height: 100%;
  }
}

%nw-header-maibarrowcols {
  flex-wrap: nowrap;
  height: 100%;
}

%nw-header-buttonscol {
  align-items: center;
  display: flex;
}
