#sb-site, .sb-site-container, .sb-slidebar, body, html {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body, html {
  width: 100%;
  overflow-x: hidden
}

html {
  height: 100%
}

body {
  min-height: 100%;
  height: auto;
  position: relative
}

html.sb-scroll-lock.sb-active:not(.sb-static), html.sb-scroll-lock.sb-active:not(.sb-static) body {
  overflow: hidden;
  height: 100%
}

#sb-site, .sb-site-container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  background-color: #fff
}

#sb-site:after, #sb-site:before, .sb-site-container:after, .sb-site-container:before {
  content: ' ';
  display: table;
  clear: both
}

.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 0;
  display: none;
  background-color: #fff
}

.sb-slidebar, .sb-slidebar * {
  -webkit-transform: translateZ(0)
}

.sb-left {
  left: 0
}

.sb-right {
  right: 0
}

.sb-slidebar.sb-static, html.sb-static .sb-slidebar {
  position: absolute
}

.sb-slidebar.sb-active {
  display: block
}

.sb-style-overlay {
  z-index: 2
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch
}

.sb-slidebar {
  width: 30%
}

.sb-width-thin {
  width: 15%
}

.sb-width-wide {
  width: 45%
}

@media(max-width:480px) {
  .sb-slidebar {
    width: 70%
  }

  .sb-width-thin {
    width: 55%
  }

  .sb-width-wide {
    width: 85%
  }
}

@media(min-width:481px) {
  .sb-slidebar {
    width: 55%
  }

  .sb-width-thin {
    width: 40%
  }

  .sb-width-wide {
    width: 70%
  }
}

@media(min-width:768px) {
  .sb-slidebar {
    width: 40%
  }

  .sb-width-thin {
    width: 25%
  }

  .sb-width-wide {
    width: 55%
  }
}

@media(min-width:992px) {
  .sb-slidebar {
    width: 30%
  }

  .sb-width-thin {
    width: 15%
  }

  .sb-width-wide {
    width: 45%
  }
}

@media(min-width:1200px) {
  .sb-slidebar {
    width: 20%
  }

  .sb-width-thin {
    width: 5%
  }

  .sb-width-wide {
    width: 35%
  }
}

#sb-site, .sb-site-container, .sb-slide, .sb-slidebar {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transition-property: -webkit-transform, left, right;
  -webkit-backface-visibility: hidden
}

.sb-hide {
  display: none
}

.sb-slidebar, .sb-slidebar ul {
  padding: 0
}

.sb-slidebar li {
  list-style: none;
}

.sb-slidebar.sb-left {
  -webkit-overflow-scrolling: touch
}

.sb-left-inner {
  border: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #ecf3fb
}

.sb-left {
  border-right: #dadada 1px solid;
  background: #ecf3fb
}

.sb-left-inner ul {
  margin: 0 0 50px 0;
}

.sb-left-inner ul>li a {
  font-weight: 700
}

.sb-left-inner ul>li a {
  position: relative;
  display: block;
  padding: 8px 9pt;
  border-bottom: #ccc 1px dotted;
  text-decoration: none;
  font-size: 14px;
  color: #333
}

.sb-left-inner ul>li.sub a {
  font-weight: normal;
  padding-left: 2em;
}

.sb-left-inner ul>li a:hover {
  background: #fff
}

.sb-left-inner ul>li a:after {
  position: absolute;
  right: 9pt;
  top: 50%;
  font-family: Font Awesome\ 5 Free;
  content: "\f105";
  font-weight: 700;
  color: #00479d;
  margin-top: -1em
}
