/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

.sidebar .menu-base-theme a {
    padding: 0px 14px 0px 14px !important;
}
.menu-base-theme a, .menu-base-theme a:hover, .menu-base-theme a:focus, .menu-base-theme a:active {
  padding: 10px 20px;
  padding-right: 58px;
  line-height: 23px;
  text-decoration: none;
}
.menu-base-theme a.current {
}
.menu-base-theme a.disabled {
  color: #a1d1e8;
}
.menu-base-theme a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    text-align: center;
	color: #004684;
    font-size: 24px;
    padding: 5px;
	font-weight: 700;
}
.menu-base-theme a.highlighted span.sub-arrow:before {
  display: block;
  content: '+';
}
.menu-base-theme ul {
  background: #fff;
}
.menu-base-theme ul ul {
  background: rgba(255, 255, 255, 0.0);
}
.menu-base-theme ul a, .menu-base-theme ul a:hover, .menu-base-theme ul a:focus, .menu-base-theme ul a:active {
  background: transparent;
  color: #2b82ac;
  border-left: 8px solid transparent;
}
.menu-base-theme ul a.current {
}
.menu-base-theme ul a.disabled {
  color: #b3b3b3;
}
.menu-base-theme ul ul a,
.menu-base-theme ul ul a:hover,
.menu-base-theme ul ul a:focus,
.menu-base-theme ul ul a:active {
  border-left: 16px solid transparent;
}
.menu-base-theme ul ul ul a,
.menu-base-theme ul ul ul a:hover,
.menu-base-theme ul ul ul a:focus,
.menu-base-theme ul ul ul a:active {
  border-left: 24px solid transparent;
}
.menu-base-theme ul ul ul ul a,
.menu-base-theme ul ul ul ul a:hover,
.menu-base-theme ul ul ul ul a:focus,
.menu-base-theme ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.menu-base-theme ul ul ul ul ul a,
.menu-base-theme ul ul ul ul ul a:hover,
.menu-base-theme ul ul ul ul ul a:focus,
.menu-base-theme ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.menu-base-theme ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.0);
}
.menu-base-theme ul li:first-child {
  border-top: 0;
}
