.sm-ewt {
  border-top: 0px solid #8db863;
  border-bottom: 0px solid #8db863;
  background: #fff; }
  .sm-ewt a, .sm-ewt a:hover, .sm-ewt a:focus, .sm-ewt a:active {
    padding: 13px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    color: #333;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none; 
}
  .sm-ewt a.current {
    font-weight: normal;
    color:#01426a;
    background-color:#EDEDED; }
  .sm-ewt a.disabled {
    color: #cccccc; }
  .sm-ewt 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: rgba(238,238,238,1);
    border-radius: 0; }
  .sm-ewt a .sub-arrow::before {
    content: '+'; }
  .sm-ewt a.highlighted .sub-arrow::before {
    content: '-'; }
  .sm-ewt li {
    border-top: 1px solid rgba(255,255,255,1); }
  .sm-ewt > li:first-child {
    border-top: 0; }
  .sm-ewt ul {
    background: rgba(238,238,238,1); }
    .sm-ewt ul a, .sm-ewt ul a:hover, .sm-ewt ul a:focus, .sm-ewt ul a:active {
      font-size: 14px;
      border-left: 8px solid transparent; }
    .sm-ewt ul ul a,
    .sm-ewt ul ul a:hover,
    .sm-ewt ul ul a:focus,
    .sm-ewt ul ul a:active {
      border-left: 16px solid transparent; }
    .sm-ewt ul ul ul a,
    .sm-ewt ul ul ul a:hover,
    .sm-ewt ul ul ul a:focus,
    .sm-ewt ul ul ul a:active {
      border-left: 24px solid transparent; }
    .sm-ewt ul ul ul ul a,
    .sm-ewt ul ul ul ul a:hover,
    .sm-ewt ul ul ul ul a:focus,
    .sm-ewt ul ul ul ul a:active {
      border-left: 32px solid transparent; }
    .sm-ewt ul ul ul ul ul a,
    .sm-ewt ul ul ul ul ul a:hover,
    .sm-ewt ul ul ul ul ul a:focus,
    .sm-ewt ul ul ul ul ul a:active {
      border-left: 40px solid transparent; }

@media (min-width: 991px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-ewt ul {
    position: absolute;
    width: 12em; }

  .sm-ewt li {
    float: left; }

  .sm-ewt.sm-rtl li {
    float: right; }

  .sm-ewt ul li, .sm-ewt.sm-rtl ul li, .sm-ewt.sm-vertical li {
    float: none; }

  .sm-ewt a {
    white-space: nowrap; }

  .sm-ewt ul a, .sm-ewt.sm-vertical a {
    white-space: normal; }

  .sm-ewt .sm-nowrap > li > a, .sm-ewt .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }

  /* ...end */
  .sm-ewt {
    border-top: 0;
    background: transparent; }
    .sm-ewt a, .sm-ewt a:hover, .sm-ewt a:focus, .sm-ewt a:active, .sm-ewt a.highlighted {
      padding: 11px 20px;
      color: #333;
      border-radius: 0; }
    .sm-ewt a:hover, .sm-ewt a:focus, .sm-ewt a:active {
      background: #8db863;
      color: #fff; }
    .sm-ewt a.highlighted {
      background: #F6FFED;
      color: #333;
      box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25); }
    .sm-ewt a.disabled {
      background: transparent;
      color: #cccccc;
      box-shadow: none; }
    .sm-ewt a.has-submenu {
      padding-right: 34px; }
    .sm-ewt 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: transparent transparent transparent transparent;
      background: transparent;
      border-radius: 0; 
	}
    .sm-ewt a:hover .sub-arrow, .sm-ewt a:focus .sub-arrow, .sm-ewt a:active .sub-arrow {
      border-color: #fff0 transparent transparent transparent; }
    .sm-ewt a.highlighted .sub-arrow {
      border-color: #fff0 transparent transparent transparent; }
    .sm-ewt a.disabled .sub-arrow {
      border-color: #fff0 transparent transparent transparent; }
    .sm-ewt a .sub-arrow::before {
      display: none; }
    .sm-ewt li {
      border-top: 0; }
    .sm-ewt ul {

		
		border: 0px solid #efefef;
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
	}
      .sm-ewt ul ul {
        border-radius: 0px; }
      .sm-ewt ul a, .sm-ewt ul a:hover, .sm-ewt ul a:focus, .sm-ewt ul a:active, .sm-ewt ul a.highlighted {
        border: 0 !important;
        padding: 10px 20px;
        color: #333;
        border-radius: 0; }
      .sm-ewt ul a:hover, .sm-ewt ul a:focus, .sm-ewt ul a:active, .sm-ewt ul a.highlighted {
        background: #ededed;
        color: #fff;
        box-shadow: none; }
      .sm-ewt ul a.disabled {
        background: transparent;
        color: #b3b3b3; }
      .sm-ewt ul a.has-submenu {
        padding-right: 20px; }
      .sm-ewt 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 #777; }
      .sm-ewt ul a:hover .sub-arrow, .sm-ewt ul a:focus .sub-arrow, .sm-ewt ul a:active .sub-arrow, .sm-ewt ul a.highlighted .sub-arrow {
        border-color: transparent transparent transparent #000; }
      .sm-ewt ul a.disabled .sub-arrow {
        border-color: transparent transparent transparent #777; }
    .sm-ewt .scroll-up,
    .sm-ewt .scroll-down {
      position: absolute;
      display: none;
      visibility: hidden;
      overflow: hidden;
      background: #F6FFED;
      height: 20px; }
    .sm-ewt .scroll-up-arrow,
    .sm-ewt .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 #8db863 transparent; }
    .sm-ewt .scroll-down-arrow {
      border-width: 8px 6px 0 6px;
      border-style: solid dashed dashed dashed;
      border-color: #8db863 transparent transparent transparent; }
    .sm-ewt.sm-rtl a.has-submenu {
      padding-right: 20px;
      padding-left: 34px; }
    .sm-ewt.sm-rtl a .sub-arrow {
      right: auto;
      left: 20px; }
    .sm-ewt.sm-rtl.sm-vertical {
      border-right: 0;
      border-left: 2px solid #8db863; }
      .sm-ewt.sm-rtl.sm-vertical a {
        border-radius: 0; }
        .sm-ewt.sm-rtl.sm-vertical a.has-submenu {
          padding: 10px 20px; }
        .sm-ewt.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 #8db863 transparent transparent; }
        .sm-ewt.sm-rtl.sm-vertical a:hover .sub-arrow, .sm-ewt.sm-rtl.sm-vertical a:focus .sub-arrow, .sm-ewt.sm-rtl.sm-vertical a:active .sub-arrow, .sm-ewt.sm-rtl.sm-vertical a.highlighted .sub-arrow {
          border-color: transparent #fff transparent transparent; }
        .sm-ewt.sm-rtl.sm-vertical a.disabled .sub-arrow {
          border-color: transparent #8db863 transparent transparent; }
    .sm-ewt.sm-rtl ul {
      border-radius: 0; }
      .sm-ewt.sm-rtl ul a {
        border-radius: 0 !important; }
        .sm-ewt.sm-rtl ul a.has-submenu {
          padding: 10px 20px !important; }
        .sm-ewt.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 #8db863 transparent transparent; }
        .sm-ewt.sm-rtl ul a:hover .sub-arrow, .sm-ewt.sm-rtl ul a:focus .sub-arrow, .sm-ewt.sm-rtl ul a:active .sub-arrow, .sm-ewt.sm-rtl ul a.highlighted .sub-arrow {
          border-color: transparent #fff transparent transparent; }
        .sm-ewt.sm-rtl ul a.disabled .sub-arrow {
          border-color: transparent #8db863 transparent transparent; }
    .sm-ewt.sm-vertical {
      border-bottom: 0;
      border-right: 2px solid #8db863; }
      .sm-ewt.sm-vertical a {
        padding: 10px 20px;
        border-radius: 0; }
        .sm-ewt.sm-vertical a:hover, .sm-ewt.sm-vertical a:focus, .sm-ewt.sm-vertical a:active, .sm-ewt.sm-vertical a.highlighted {
          background: #8db863;
          color: #fff;
          box-shadow: none; }
        .sm-ewt.sm-vertical a.disabled {
          background: transparent;
          color: #cccccc; }
        .sm-ewt.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 #8db863; }
        .sm-ewt.sm-vertical a:hover .sub-arrow, .sm-ewt.sm-vertical a:focus .sub-arrow, .sm-ewt.sm-vertical a:active .sub-arrow, .sm-ewt.sm-vertical a.highlighted .sub-arrow {
          border-color: transparent transparent transparent #fff; }
        .sm-ewt.sm-vertical a.disabled .sub-arrow {
          border-color: transparent transparent transparent #8db863; }
      .sm-ewt.sm-vertical ul {
        border-radius: 0px !important; }
        .sm-ewt.sm-vertical ul a {
          padding: 10px 20px; } }
