.faqnav {
  background: #212121;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  left: 0;
  position: fixed;
  overflow: auto;
  transform: translate(-262px, 0);
  transition: transform .3s;
  top: 0;
  width: 256px;
  z-index: 100; }
  .faqnav.show {
    transform: translate(0, 0); }

.faqnav-brand {
  background: #FF5722;
  border-bottom: 1px solid #FF7043;
  color: #FAFAFA;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  padding: 20px 24px 19px; }


.faqnav-brand a {
  color: #FAFAFA;}

.faqnav-brand a::hover {
  text-decoration: none;}

.faqnav-brand .close-btn {
    position: absolute;
    right: 10px;
    top: 23px;
}

.faqnav-header {
  background: transparent;
  border-bottom: 1px solid #424242;
  color: #757575;
  font-size: 19.2px;
  line-height: 32px;
  margin: 0;
  padding: 16px 24px 15px; }
  .faqnav-header small {
    display: block;
    font-size: 14.4px;
    line-height: 16px; }

.faqnav-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .faqnav-menu li {
    display: block;
    position: relative; }
  .faqnav-menu a {
    background: transparent;
    color: #BDBDBD;
    display: block;
    line-height: 24px;
    padding: 16px 32px;
    text-decoration: none; }
    .faqnav-menu a:hover {
      background: #616161;
      color: #BDBDBD; }
    .faqnav-menu a.active {
      color: #FAFAFA; }
      .faqnav-menu a.active .faqnav-link-icon,
      .faqnav-menu a.active .faqnav-dropdown-icon {
        color: #FAFAFA; }

.faqnav-link-icon {
  color: #757575;
  display: block;
  height: 24px;
  left: 24px;
  position: absolute;
  text-align: center;
  top: 16px;
  width: 24px; }

.faqnav-link-title {
  display: block;
  padding: 0 16px 0 15px; } /* 0 16px 0 40px;  */

.faqnav-dropdown {
  /* border-bottom: 1px solid #424242; */
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }
  .faqnav-dropdown a {
    background: #191919;
    color: #BDBDBD;
    padding-left: 72px; }
    .faqnav-dropdown a:hover {
      background: #616161;
      color: #BDBDBD; }
  .faqnav-dropdown li:first-child a {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.faqnav-dropdown-icon {
  color: #757575;
  display: none;
  height: 16px;
  right: 16px;
  position: absolute;
  text-align: center;
  top: 16px;
  width: 16px; }
  .faqnav-dropdown-icon.show {
    display: block; }

.faqnav-overlay {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

.faqnav-no-scroll {
  overflow: hidden !important; }
