.sm-mobile {
  background: #eeeeee;
  border-radius: 5px;
}
.sm-mobile a, .sm-mobile a:hover, .sm-mobile a:focus, .sm-mobile a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-mobile a.current {
  color: #D23600;
}
.sm-mobile a.disabled {
  color: #bbbbbb;
}
.sm-mobile a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: 18px/34px monospace !important; /*GD*/
  text-align: center;
  text-shadow: none;
 /* background: rgba(255, 255, 255, 0.5); GD */
  border-radius: 5px;
}
.sm-mobile a .sub-arrow::before {
  content: '+';
}
.sm-mobile a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-mobile > li:first-child > a, .sm-mobile > li:first-child > :not(ul) a {
  border-radius: 5px 5px 0 0;
}
.sm-mobile > li:last-child > a, .sm-mobile > li:last-child > *:not(ul) a, .sm-mobile > li:last-child > ul, .sm-mobile > li:last-child > ul > li:last-child > a, .sm-mobile > li:last-child > ul > li:last-child > *:not(ul) a, .sm-mobile > li:last-child > ul > li:last-child > ul, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 5px 5px;
}
.sm-mobile > li:last-child > a.highlighted, .sm-mobile > li:last-child > *:not(ul) a.highlighted, .sm-mobile > li:last-child > ul > li:last-child > a.highlighted, .sm-mobile > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-mobile > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}
.sm-mobile li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-mobile > li:first-child {
  border-top: 0;
}
.sm-mobile ul {
  background: rgba(162, 162, 162, 0.1);
}
.sm-mobile ul a, .sm-mobile ul a:hover, .sm-mobile ul a:focus, .sm-mobile ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.sm-mobile ul ul a,
.sm-mobile ul ul a:hover,
.sm-mobile ul ul a:focus,
.sm-mobile ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-mobile ul ul ul a,
.sm-mobile ul ul ul a:hover,
.sm-mobile ul ul ul a:focus,
.sm-mobile ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-mobile ul ul ul ul a,
.sm-mobile ul ul ul ul a:hover,
.sm-mobile ul ul ul ul a:focus,
.sm-mobile ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-mobile ul ul ul ul ul a,
.sm-mobile ul ul ul ul ul a:hover,
.sm-mobile ul ul ul ul ul a:focus,
.sm-mobile ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}


/* Mobile menu toggle button - always mobile version*/

.mobile-menu-btn {
    /* float: right; GD */
    margin: 6px 10px;
    position: relative;
    display: inline-block;
    width: 44px;
    height: 40px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #1a3784;
    color: #1a3784;
    border-radius: 2px;
    float: right;
}

/* x icon */

.main-menu-check:checked ~ .mobile-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

.main-menu-check:checked ~ .mobile-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-menu-check:checked ~ .mobile-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
