/* .sm-blue {
  
} */
.sm-blue a,
.sm-blue a:hover,
.sm-blue a:focus,
.sm-blue a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #01b0f1;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-blue a.current {
  font-weight: bold;
}
.sm-blue a.disabled {
  color: #cccccc;
}
.sm-blue a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgb(1, 176, 241, 0.1);
  border-radius: 4px;
}
.sm-blue a .sub-arrow::before {
  content: "+";
}
.sm-blue a.highlighted .sub-arrow::before {
  content: "-";
}
.sm-blue li {
  border-top: 1px solid rgb(1, 176, 241, 0.1);
}
.sm-blue > li:first-child {
  border-top: 0;
}
.sm-blue ul {
  background: rgb(1, 176, 241, 0.1);
}
.sm-blue ul a,
.sm-blue ul a:hover,
.sm-blue ul a:focus,
.sm-blue ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}
.sm-blue ul ul a,
.sm-blue ul ul a:hover,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-blue ul ul ul a,
.sm-blue ul ul ul a:hover,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:hover,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:hover,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-blue ul {
    position: absolute;
    width: 12em;
  }

  .sm-blue li {
    float: left;
  }

  .sm-blue.sm-rtl li {
    float: right;
  }

  .sm-blue ul li,
  .sm-blue.sm-rtl ul li,
  .sm-blue.sm-vertical li {
    float: none;
  }

  .sm-blue a {
    white-space: nowrap;
  }

  .sm-blue ul a,
  .sm-blue.sm-vertical a {
    white-space: normal;
  }

  .sm-blue .sm-nowrap > li > a,
  .sm-blue .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-blue {
    border-top: 0;
    background: transparent;
  }
  .sm-blue a,
  .sm-blue a:hover,
  .sm-blue a:focus,
  .sm-blue a:active,
  .sm-blue a.highlighted {
    padding: 11px 20px;
    color: #01b0f1;
    border-radius: 0 0 0 0;
  }
  .sm-blue a:hover,
  .sm-blue a:focus,
  .sm-blue a:active {
    background: #01b0f1;
    color: #ffffff;
  }
  .sm-blue a.highlighted {
    background: #01b0f1;
    color: #ffffff;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  .sm-blue a.disabled {
    background: transparent;
    color: #ffffff;
    box-shadow: none;
  }
  .sm-blue a.has-submenu {
    padding-right: 34px;
  }
  .sm-blue a .sub-arrow {
    top: 50%;
    margin-top: -3px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 6px 4.02px 0 4.02px;
    border-style: solid dashed dashed dashed;
    border-color: #01b0f1 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-blue a:hover .sub-arrow,
  .sm-blue a:focus .sub-arrow,
  .sm-blue a:active .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-blue a.highlighted .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-blue a.disabled .sub-arrow {
    border-color: #01b0f1 transparent transparent transparent;
  }
  .sm-blue a .sub-arrow::before {
    display: none;
  }
  .sm-blue li {
    border-top: 0;
  }
  .sm-blue ul {
    border: 0;
    padding: 8px 0;
    background: #01b0f1;
    border-radius: 0 0 0 0;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  .sm-blue ul ul {
    border-radius: 0px;
  }
  .sm-blue ul a,
  .sm-blue ul a:hover,
  .sm-blue ul a:focus,
  .sm-blue ul a:active,
  .sm-blue ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 0;
  }
  .sm-blue ul a:hover,
  .sm-blue ul a:focus,
  .sm-blue ul a:active,
  .sm-blue ul a.highlighted {
    background: #31c3f8;
    color: #ffffff;
    box-shadow: none;
  }
  .sm-blue ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }
  .sm-blue ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-blue ul a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #01b0f1;
  }
  .sm-blue ul a:hover .sub-arrow,
  .sm-blue ul a:focus .sub-arrow,
  .sm-blue ul a:active .sub-arrow,
  .sm-blue ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }
  .sm-blue ul a.disabled .sub-arrow {
    border-color: transparent transparent transparent #01b0f1;
  }
  .sm-blue .scroll-up,
  .sm-blue .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #f6ffed;
    height: 20px;
  }
  .sm-blue .scroll-up-arrow,
  .sm-blue .scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #01b0f1 transparent;
  }
  .sm-blue .scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #01b0f1 transparent transparent transparent;
  }
  .sm-blue.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 34px;
  }
  .sm-blue.sm-rtl a .sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-blue.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 2px solid #01b0f1;
  }
  .sm-blue.sm-rtl.sm-vertical a {
    border-radius: 0 0 0 0;
  }
  .sm-blue.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-blue.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #01b0f1 transparent transparent;
  }
  .sm-blue.sm-rtl.sm-vertical a:hover .sub-arrow,
  .sm-blue.sm-rtl.sm-vertical a:focus .sub-arrow,
  .sm-blue.sm-rtl.sm-vertical a:active .sub-arrow,
  .sm-blue.sm-rtl.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }
  .sm-blue.sm-rtl.sm-vertical a.disabled .sub-arrow {
    border-color: transparent #01b0f1 transparent transparent;
  }
  .sm-blue.sm-rtl ul {
    border-radius: 0 0 0 0;
  }
  .sm-blue.sm-rtl ul a {
    border-radius: 0 !important;
  }
  .sm-blue.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-blue.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #01b0f1 transparent transparent;
  }
  .sm-blue.sm-rtl ul a:hover .sub-arrow,
  .sm-blue.sm-rtl ul a:focus .sub-arrow,
  .sm-blue.sm-rtl ul a:active .sub-arrow,
  .sm-blue.sm-rtl ul a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }
  .sm-blue.sm-rtl ul a.disabled .sub-arrow {
    border-color: transparent #01b0f1 transparent transparent;
  }
  .sm-blue.sm-vertical {
    border-bottom: 0;
    border-right: 2px solid #01b0f1;
  }
  .sm-blue.sm-vertical a {
    padding: 10px 20px;
    border-radius: 0 0 0 0;
  }
  .sm-blue.sm-vertical a:hover,
  .sm-blue.sm-vertical a:focus,
  .sm-blue.sm-vertical a:active,
  .sm-blue.sm-vertical a.highlighted {
    background: #01b0f1;
    color: #fff;
    box-shadow: none;
  }
  .sm-blue.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }
  .sm-blue.sm-vertical a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #01b0f1;
  }
  .sm-blue.sm-vertical a:hover .sub-arrow,
  .sm-blue.sm-vertical a:focus .sub-arrow,
  .sm-blue.sm-vertical a:active .sub-arrow,
  .sm-blue.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }
  .sm-blue.sm-vertical a.disabled .sub-arrow {
    border-color: transparent transparent transparent #01b0f1;
  }
  .sm-blue.sm-vertical ul {
    border-radius: 4px !important;
  }
  .sm-blue.sm-vertical ul a {
    padding: 10px 20px;
  }
}

.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #01b0f1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
