.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
body {
  font-size: 0.71rem;
  line-height: 1.625rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.offcanvas-menu {
  background-color: #fff;
  color: #000;
}
body, .sp-preloader {
  background-color: #fff;
  color: #000;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 10px;
  line-height: 80px;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #0053a1;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #036ccf;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}