/* colors
 ------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* darkgrey bckgrd */
/* lightgrey bckgrd */
/* lightgrey bckgrd 2 */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* weeditmode ----------- */
/* weeditmode grey light */
/* weeditmode blue light */
/* weeditmode blue dark */
/* weeditmode yellow */
/* weeditmode blue col-bckgrd */
/* weeditmode yellow */
/* weeditmode orange */
/* weeditmode acidblue */
/* weeditmode neongreen */
/* bootstrap colors ----------- */
/* bootstrap grey */
/* bootstrap grey */
/* xxx */
/* xxx */
/* xxx */
/* website colors ----------- */
/* bd blue light */
/* bd orange active */
/* active */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* margins / paddings
 ------------------------------------------------------------- */
/* mixins
 ------------------------------------------------------------- */
/* borders
 ------------------------------------------------------------- */
/* margins / paddings
 ------------------------------------------------------------- */
/* ------------------------------------------------------------------
 navbar: sidebar and navigation
 ------------------------------------------------------------------ */
.drawer-open .drawer-overlay {
  background-color: rgba(0, 0, 0, 0.4); }

nav {
  margin: 20px 0 20px 0 !important;
  border: none;
  background-color: transparent; }
  nav .navbar-brand {
    margin-right: 30px; }
    nav .navbar-brand svg {
      width: 280px; }
  nav button.drawer-toggle {
    position: static;
    width: 1.7rem;
    outline: none; }
    nav .dropdown-item.active {
      color: inherit; }
  nav .sm-nav a, nav .drawer-nav a {
    font-size: 14px !important;
    text-decoration: none !important; }
    nav .sm-nav a.active, nav .drawer-nav a.active {
      background-color: transparent !important;
      outline: none; }
    nav .sm-nav a.highlighted, nav .drawer-nav a.highlighted {
      background-color: transparent;
      outline: none; }
    nav .sm-nav a:link, nav .drawer-nav a:link, nav .sm-nav a:visited, nav .drawer-nav a:visited, nav .sm-nav a:hover, nav .drawer-nav a:hover, nav .sm-nav a.open, nav .drawer-nav a.open {
      background-color: transparent; }
    nav .sm-nav a:hover, nav .drawer-nav a:hover {
      color: #6eaad0; }
  nav .sm-nav .level0 li, nav .drawer-nav .level0 li {
    margin: 0;
    padding: 0 15px;
    border-right: 1px solid #000; }
    nav .sm-nav .level0 li:last-child, nav .drawer-nav .level0 li:last-child {
      border-right: none; }
      nav .sm-nav .level0 li a.nav-link-lev0, nav .drawer-nav .level0 li a.nav-link-lev0 {
        margin: 0 !important;
        padding: 0 0 8px 0;
        color: #000; }
      nav .sm-nav .level0 li a:hover, nav .drawer-nav .level0 li a:hover {
        color: #6eaad0; }
    nav .sm-nav .level0 li .level1 li, nav .drawer-nav .level0 li .level1 li {
      border: none;
      height: auto; }
  nav .sm-nav .level0 li {
    line-height: 1.6rem;
    height: 1.6rem; }
  nav .drawer-nav {
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.8); }
    nav .drawer-nav .drawer-menu {
      padding-top: 130px; }
  @media (max-width: 991px) {
    nav {
      margin: 0 0 10px 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
      nav .navbar-brand {
        margin-right: 20px; }
        nav .navbar-brand svg {
          width: 200px; }
      nav .sub-arrow {
        margin-right: 0 !important;
        border: none !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
        background-color: #c9c9c9; }
        nav .drawer-nav a.highlighted {
          background-color: #c9c9c9 !important; }
      nav .drawer-nav .level0 li {
        border-right: none;
        line-height: 1.9rem; }
        nav .drawer-nav .level0 li a {
          display: inline-block;
          min-width: 100%;
          padding: 0 0 0 0.2rem !important; }
      nav .drawer-nav .level1, nav .drawer-nav .level2 {
        border: none;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        background-color: inherit; }
        nav .drawer-nav .level1 li, nav .drawer-nav .level2 li {
          padding-top: 0;
          padding-right: 0;
          padding-bottom: 0; }
          nav .drawer-nav .level1 li a:link, nav .drawer-nav .level2 li a:link, nav .drawer-nav .level1 li a:visited, nav .drawer-nav .level2 li a:visited {
            color: #000;
            border-bottom: none;
            padding: 0 0 0 0.2rem !important; }
          nav .drawer-nav .level1 li a:hover, nav .drawer-nav .level2 li a:hover {
            color: #6eaad0; } }
