body {
  background: #f5f7fb;
  color: #26364a;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

#header {
  background: #fff;
  border-bottom: 1px solid #d8e0ea;
  box-shadow: 0 1px 3px rgba(20, 35, 55, 0.08);
}

#header .container {
  width: min(1120px, calc(100% - 32px));
}

#header .navbar,
#header .navbar-inner {
  margin: 0;
}

#header .navbar-inner {
  min-height: 82px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#header .brand {
  display: inline-flex;
  align-items: center;
  min-height: 82px;
  padding: 0;
}

#header .logo {
  display: block;
  width: 238px;
  max-width: 100%;
  height: auto;
}

#header #cart img {
  width: 46px;
  height: 75px;
}

#header #cart {
  float: right;
  width: 46px;
  margin-left: 8px;
}

.afterheader {
  display: block;
  height: 40px;
  margin-top: 0;
  background-color: #003a68;
  box-sizing: border-box;
}

#header .nav {
  margin-top: 22px;
}

#header .nav > li > a {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-shadow: none;
}

#header .nav > li > a:hover,
#header .nav > li > a:focus {
  color: #0a668f;
  background: transparent;
}

#content > .container.main-content-container {
  width: min(1120px, calc(100% - 32px));
}

#content > .container.main-content-container > h3:first-child {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 14px;
  color: #64a2bb !important;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: none !important;
}

main.altuslms-catalog,
.altuslms-block {
  margin-top: 28px;
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }

  #header .container,
  #content > .container.main-content-container {
    width: calc(100% - 24px);
  }

  #header .brand {
    min-height: 72px;
  }

  #header .logo {
    width: 210px;
  }

  #header .nav {
    margin-top: 0;
  }
}
