@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
.sm-gray {
  background: transparent;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sm-gray a, .sm-gray a:hover, .sm-gray a:focus, .sm-gray a:active {
	padding: 10px 20px;
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	background: #737373;
	background-image: linear-gradient(to bottom, #808080, #666666);
	color: #fff;
	/* [disabled]font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif; */
	font: 18px/1 'Josefin Slab',Arial,sans-serif;
	font-size: 18px;
	/* [disabled]font-weight: bold; */
	line-height: 20px;
	text-decoration: none;
	/* [disabled]text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); */
}
.sm-gray a.current {
  background: #4d4d4d;
  background-image: linear-gradient(to bottom, #404040, #595959);
  color: #fff;
}
.sm-gray a.disabled {
  color: #cccccc;
}
.sm-gray a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.sm-gray a .sub-arrow::before {
  content: '+';
}
.sm-gray a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-gray > li:first-child > a, .sm-gray > li:first-child > :not(ul) a {
  border-radius: 8px 8px 0 0;
}
.sm-gray > li:last-child > a, .sm-gray > li:last-child > *:not(ul) a, .sm-gray > li:last-child > ul, .sm-gray > li:last-child > ul > li:last-child > a, .sm-gray > li:last-child > ul > li:last-child > *:not(ul) a, .sm-gray > li:last-child > ul > li:last-child > ul, .sm-gray > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-gray > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-gray > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-gray > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-gray > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-gray > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-gray > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-gray > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-gray > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 8px 8px;
}
.sm-gray > li:last-child > a.highlighted, .sm-gray > li:last-child > *:not(ul) a.highlighted, .sm-gray > li:last-child > ul > li:last-child > a.highlighted, .sm-gray > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-gray > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-gray > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-gray > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-gray > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-gray > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-gray > 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-gray ul {
  background: #fff;
}
.sm-gray ul ul {
  background: rgba(102, 102, 102, 0.1);
}
.sm-gray ul a, .sm-gray ul a:hover, .sm-gray ul a:focus, .sm-gray ul a:active {
  background: transparent;
  color: #666666;
  font-size: 16px;
  text-shadow: none;
  border-left: 8px solid transparent;
}
.sm-gray ul a.current {
  background: #4d4d4d;
  background-image: linear-gradient(to bottom, #404040, #595959);
  color: #fff;
}
.sm-gray ul a.disabled {
  color: #b3b3b3;
}
.sm-gray ul ul a,
.sm-gray ul ul a:hover,
.sm-gray ul ul a:focus,
.sm-gray ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-gray ul ul ul a,
.sm-gray ul ul ul a:hover,
.sm-gray ul ul ul a:focus,
.sm-gray ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-gray ul ul ul ul a,
.sm-gray ul ul ul ul a:hover,
.sm-gray ul ul ul ul a:focus,
.sm-gray ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-gray ul ul ul ul ul a,
.sm-gray ul ul ul ul ul a:hover,
.sm-gray ul ul ul ul ul a:focus,
.sm-gray ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.sm-gray ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-gray ul li:first-child {
  border-top: 0;
}

@media (min-width: 975px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-gray ul {
    position: absolute;
    width: 12em;
  }

  .sm-gray li {
    float: left;
  }

  .sm-gray.sm-rtl li {
    float: center;
  }

  .sm-gray ul li, .sm-gray.sm-rtl ul li, .sm-gray.sm-vertical li {
    float: none;
  }

  .sm-gray a {
    white-space: nowrap;
  }

  .sm-gray ul a, .sm-gray.sm-vertical a {
    white-space: normal;
  }

  .sm-gray .sm-nowrap > li > a, .sm-gray .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-gray {
    background: #737373;
    background-image: linear-gradient(to bottom, #808080, #666666);
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .sm-gray a, .sm-gray a:hover, .sm-gray a:focus, .sm-gray a:active, .sm-gray a.highlighted {
    padding: 13px 24px;
    background: #737373;
    background-image: linear-gradient(to bottom, #808080, #666666);
    color: #fff;
  }
  .sm-gray a:hover, .sm-gray a:focus, .sm-gray a:active, .sm-gray a.highlighted {
    background: #666666;
    background-image: linear-gradient(to bottom, #404040, #666666);
  }
  .sm-gray a.current {
    background: #4d4d4d;
    background-image: linear-gradient(to bottom, #404040, #595959);
    color: #fff;
  }
  .sm-gray a.disabled {
    background: #737373;
    background-image: linear-gradient(to bottom, #808080, #666666);
    color: #cccccc;
  }
  .sm-gray a .sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #cccccc transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-gray a .sub-arrow::before {
    display: none;
  }
  .sm-gray > li:first-child > a, .sm-gray > li:first-child > :not(ul) a {
    border-radius: 8px 0 0 8px;
  }
  .sm-gray > li:last-child > a, .sm-gray > li:last-child > :not(ul) a {
    border-radius: 0 8px 8px 0 !important;
  }
  .sm-gray > li {
    border-left: 1px solid #666666;
  }
  .sm-gray > li:first-child {
    border-left: 0;
  }
  .sm-gray ul {
    border: 1px solid #a8a8a8;
    padding: 7px 0;
    background: #fff;
    border-radius: 0 0 4px 4px !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  }
  .sm-gray ul ul {
    border-radius: 4px !important;
    background: #fff;
  }
  .sm-gray ul a, .sm-gray ul a:hover, .sm-gray ul a:focus, .sm-gray ul a:active, .sm-gray ul a.highlighted {
    border: 0 !important;
    padding: 9px 23px;
    background: transparent;
    color: #666666;
    border-radius: 0 !important;
  }
  .sm-gray ul a:hover, .sm-gray ul a:focus, .sm-gray ul a:active, .sm-gray ul a.highlighted {
    background: #737373;
    background-image: linear-gradient(to bottom, #808080, #666666);
    color: #fff;
  }
  .sm-gray ul a.current {
    background: #4d4d4d;
    background-image: linear-gradient(to bottom, #404040, #595959);
    color: #fff;
  }
  .sm-gray ul a.disabled {
    background: #fff;
    color: #b3b3b3;
  }
  .sm-gray ul a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #cccccc;
  }
  .sm-gray ul li {
    border: 0;
  }
  .sm-gray .scroll-up,
  .sm-gray .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-gray .scroll-up-arrow,
  .sm-gray .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #666666 transparent;
  }
  .sm-gray .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #666666 transparent transparent transparent;
  }
  .sm-gray.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #cccccc transparent transparent;
  }
  .sm-gray.sm-rtl > li:first-child > a, .sm-gray.sm-rtl > li:first-child > :not(ul) a {
    border-radius: 0 8px 8px 0;
  }
  .sm-gray.sm-rtl > li:last-child > a, .sm-gray.sm-rtl > li:last-child > :not(ul) a {
    border-radius: 8px 0 0 8px !important;
  }
  .sm-gray.sm-rtl > li:first-child {
    border-left: 1px solid #666666;
  }
  .sm-gray.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-gray.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #cccccc transparent transparent;
  }
  .sm-gray.sm-vertical {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .sm-gray.sm-vertical a {
    padding: 9px 23px;
  }
  .sm-gray.sm-vertical a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #cccccc;
  }
  .sm-gray.sm-vertical > li:first-child > a, .sm-gray.sm-vertical > li:first-child > :not(ul) a {
    border-radius: 8px 8px 0 0;
  }
  .sm-gray.sm-vertical > li:last-child > a, .sm-gray.sm-vertical > li:last-child > :not(ul) a {
    border-radius: 0 0 8px 8px !important;
  }
  .sm-gray.sm-vertical > li {
    border-left: 0 !important;
  }
  .sm-gray.sm-vertical ul {
    border-radius: 4px !important;
  }
  .sm-gray.sm-vertical ul a {
    padding: 9px 23px;
  }
}

/*# sourceMappingURL=sm-gray.css.map */
