body.nm-non-responsive #header {
  margin-top: 44px;
}
body.nm-non-responsive .header {
  height: auto;
}
body.nm-non-responsive .header .logo img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  left: auto;
  top: auto;
  max-width: 500px;
}
body.nm-non-responsive .header .row.logos {
  height: 150px;
  align-items: center;
}
body.nm-non-responsive .nm-logo-wrapper {
  padding-top: 16px;
}
body.nm-non-responsive .theme-logo {
  display: block;
  padding-left: 5px;
  padding-bottom: 10px;
  margin-top: 6px;
}
body.nm-non-responsive .theme-logo img {
  max-width: 150px;
  margin-left: 20px;
}
body.nm-non-responsive .nav-logo-wrapper {
  height: 100%;
}
body.nm-non-responsive .theme-logo-wrapper {
  align-self: end;
}
body.nm-non-responsive .nav-logo-wrapper > .row {
  height: 100%;
  align-items: center;
}
body.nm-non-responsive .nm-social-wrapper,
body.nm-non-responsive .navbar-header {
  align-self: end;
}
body.nm-non-responsive #navigation ul.menu {
  padding: 5px 22px 0;
}

body.nm-non-responsive .col-sm-2 {
  width: 16.66666667%;
  flex: 0 0 auto;
}
body.nm-non-responsive .col-md-3,
body.nm-non-responsive .col-sm-3 {
  width: 26.66667%;
}
body.nm-non-responsive .col-md-9,
body.nm-non-responsive .col-sm-9 {
  width: 73.33333%;
}
body.nm-non-responsive .col-sm-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
body.nm-non-responsive .right_panel {
  display: block;
  width: 100%;
  padding-top: 0;
  margin-top: 6px;
  padding-bottom: 12px;
  margin-right: 20px;
}
