#mainNav {
    margin: 0 auto;
}
#mainNav.fixedNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#mainNav ul {
    padding: 100px 30px 0px 0px;
    margin: 0 auto;
    text-align: right;
    overflow: scroll;
}
#mainNav .mobiOnly {
    font-size: 12px;
    text-transform: capitalize;
    margin-top: 5px;
}
#mainNav a {
    text-decoration: none;
}
#mainNav a:hover {
    background-color: inherit;
}
#main-menu li {
    margin-top: 3px;
}
#main-menu > li > a {
    text-transform: uppercase;
}
#main-menu > li > a:hover {
  color: #000;
}
#main-menu > li > a .pipe {
    border-right: 1px solid #fff;
    padding-right: 16px;
}
#main-menu li i {
   font-size: 1.4em;
}
#main-menu > li:last-child > a .pipe{
    border-right: none;
}
.navLogo {
  position: absolute;
  bottom: 50px;
  width: 300px;
  left: 45px;
}



/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;}
ul.sm ul{position:absolute;top:-999999px;width:100px;}
ul.sm li{position:relative;float:left;}
ul.sm a{position:relative;display:block;white-space:nowrap;}
ul.sm a.disabled{cursor:default;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
ul.sm,ul.sm *,ul.sm *:before,ul.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}

#main-menu {
    position:fixed;
    background: #f5f5f5;
    opacity: 0.9;
    right: -400px;
    width: 400px;
    height: 100%;
    z-index:5;
}
#main-menu ul {
    width:12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
}
/*
---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-simple > li > a { ... } instead of .sm-simple a { ... }
---------------------------------------------------------------*/

#main-menu-button {
  /* style it as you like... */
  float: right;
  margin-right: 10px;
  padding-top: 50px;
  z-index: 10;
}
#main-menu-button img {
  width: 50px;
}
#main-menu-button img:hover {
  cursor: pointer;
}
#main-menu-button svg {
  display: none;
}




/* Menu box
===================*/

.sm-simple,
.sm-simple ul {
}

.sm-simple ul {
    background: rgba(255,255,255,0.8);
    // -moz-box-shadow: 5px 5px 8px rgba(204, 204, 204, .8); 
    // -webkit-box-shadow: 5px 5px 8px rgba(204, 204, 204, .8); 
    // box-shadow: 5px 5px 8px rgba(204, 204, 204, .8);
}
/* Menu items
===================*/
.sm-simple a {
    padding: 5px 0 5px 16px;
}
.sm-simple ul a {
    padding-left: 5px;
}
.sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active,
.sm-simple a.highlighted {
    background-color: #fff;
    color: #000;
}
/* current items - add the class manually to some item or check the "markCurrentItem" script option */
.sm-simple a.current, .sm-simple a.current:hover, .sm-simple a.current:focus, .sm-simple a.current:active {
    background:#fff;
}
.sm-simple a.has-submenu {
   
}
.sm-simple ul a.has-submenu,
.sm-simple-vertical a.has-submenu {
    padding-right:40px;
}


/* Sub menu indicators
===================*/

.sm-simple a span.sub-arrow {
    position:absolute;
    right:12px;
    top:50%;
    margin-top:-8px;
    width:16px;
    height:16px;
    line-height:16px;
}
.sm-simple li > a span.sub-arrow {
    display: none;
}
.sm-simple ul a span.sub-arrow,
.sm-simple-vertical a span.sub-arrow {
    // right:auto;
    // margin-left:-14px;
    display: block;
}


/* Items separators
===================*/

.sm-simple li {
    
}
.sm-simple li:first-child {
    
}
.sm-simple ul li,
.sm-simple-vertical li {
    margin-top: 8px;
}
.sm-simple ul li:first-child,
.sm-simple-vertical li:first-child {
    
}


/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/

.sm-simple span.scroll-up, .sm-simple span.scroll-down {
    position:absolute;
    display:none;
    visibility:hidden;
    overflow:hidden;
    border:solid #bbb;
    border-width:1px 0;
    background:#fff;
    height:22px;
    /* width and position will be automatically set by the script */
}
.sm-simple span.scroll-up-arrow, .sm-simple span.scroll-down-arrow {
    position:absolute;
    top:-2px;
    left:50%;
    margin-left:-8px;
    /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
    width:0;
    height:0;
    overflow:hidden;
    border-width:8px; /* tweak size of the arrow */
    border-style:dashed dashed solid dashed;
    border-color:transparent transparent #555 transparent;
}
.sm-simple span.scroll-down-arrow {
    top:6px;
    border-style:solid dashed dashed dashed;
    border-color:#555 transparent transparent transparent;
}


/* ==========================================================================
   All Tablets
   ========================================================================== */
@media (max-width: 1024px) {
    .sm-simple a.has-submenu {
        padding-right: 32px !important;
    }
    .sm-simple a {
        padding: 11px 12px; 
    }
    
}
/*
---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/


@media screen and (max-width: 1024px) {

  // bring arrow back for mobi

  .sm-simple li > a span.sub-arrow {
    display: block;
  }
  /* hide the menu when it has the "collapsed" class set by the script */
  /* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
  ul.sm-simple{width:100% !important;}
  ul.sm-simple ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
  ul.sm-simple>li{float:none;}
  ul.sm-simple>li>a,ul.sm-simple ul.sm-nowrap>li>a{white-space:normal;}
  ul.sm-simple iframe{display:none;}

  /* Uncomment this rule to disable completely the sub menus for small screen devices */
  /*.sm-simple ul, .sm-simple span.sub-arrow, .sm-simple iframe {
      display:none !important;
  }*/


/* Menu box
===================*/

    #main-menu, .sm-simple ul {
        background-color: #fff;
    }
    

/* Menu items
===================*/

    .sm-simple a {
        padding-top:13px;
        padding-bottom:13px;
        background:transparent !important;
        color:#fff !important;
    }
    .sm-simple a.active {
        background: #152f7d !important;
        color:#fff !important;
    }
    .sm-simple a.has-submenu {
        padding-right:23px;
    }
    /* add some text indentation for the 2+ level sub menu items */
    .sm-simple ul a {
        border-left:8px solid transparent;
    }
    .sm-simple ul ul a {
        border-left:16px solid transparent;
    }
    .sm-simple ul ul ul a {
        border-left:24px solid transparent;
    }
    .sm-simple ul ul ul ul a {
        border-left:32px solid transparent;
    }
    .sm-simple ul ul ul ul ul a {
        border-left:40px solid transparent;
    }

    .sm-simple li {
        // this was the double line
        // border-bottom: 1px solid #ccc;
    }
    .sm-simple li:last-child {
        border: none;
    }
/* Sub menu indicators
===================*/

    .sm-simple a span.sub-arrow {
        right: 12px;
        margin-left:-14px;
    }
    /* Hide sub indicator when item is expanded - we enable the item link when it's expanded */
    .sm-simple a.highlighted span.sub-arrow {
        display:none !important;
    }


/* Items separators
===================*/

    .sm-simple li {
        border-left:0;
        border-top:1px solid rgba(0,0,0,0.05) !important;
    }
    .sm-simple li:first-child {
        border-top:0 !important;
    }

}

@media screen and (max-width: 600px) {
  #main-menu-button.menuOpen {
    position: fixed;
    right: 20px;
    padding-top: 0px;
    margin-top: 30px;
  }
  #main-menu-button.menuOpen svg {
    display: block;
    width: 40px;
  }
  #main-menu-button.menuOpen img {
    display: none;
  }
  #main-menu.menuOpen {
    width: 100%;
    opacity: 1;
  }
  .navLogo {
    left: 20px;
  }
  
}


