h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.cs-container {
  width: calc(100vw - 28px);
}

header.header .cs-container .left #logo img {
  margin: 14px 0;
  height: 58px;
}
header.header .cs-container .left nav {
  max-width: calc(100vw - 54px);
}
header.header .cs-container .left nav #navLogo img {
  height: 58px;
}
header.header .cs-container #menuToggle {
  font-size: 28px;
}

section.hero.half h1 {
  font-size: 35px;
}

footer.footer .cs-container.top .left a img {
  height: 83px;
}/*# sourceMappingURL=global.css.map */