/* line 148, sass/_sm-custom.scss */
.sm-custom {
  border-top: 2px solid #23baac;
  border-bottom: 2px solid #23baac;
  background: #fff;
}
/* line 155, sass/_sm-custom.scss */
.sm-custom a, .sm-custom a:hover, .sm-custom a:focus, .sm-custom a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
/* line 170, sass/_sm-custom.scss */
.sm-custom a.current {
  font-weight: bold;
}
/* line 174, sass/_sm-custom.scss */
.sm-custom a.disabled {
  color: #cccccc;
}
/* line 179, sass/_sm-custom.scss */
.sm-custom a span.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(35, 186, 172, 0.2);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 195, sass/_sm-custom.scss */
.sm-custom a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
/* line 202, sass/_sm-custom.scss */
.sm-custom li {
  border-top: 1px solid rgba(35, 186, 172, 0.2);
}
/* line 205, sass/_sm-custom.scss */
.sm-custom > li:first-child {
  border-top: 0;
}
/* line 210, sass/_sm-custom.scss */
.sm-custom ul {
  background: rgba(35, 186, 172, 0.2);
}
/* line 215, sass/_sm-custom.scss */
.sm-custom ul a, .sm-custom ul a:hover, .sm-custom ul a:focus, .sm-custom ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}
/* line 8, sass/mixins/_sub-items-indentation.scss */
.sm-custom ul ul a,
.sm-custom ul ul a:hover,
.sm-custom ul ul a:focus,
.sm-custom ul ul a:active {
  border-left: 16px solid transparent;
}
/* line 8, sass/mixins/_sub-items-indentation.scss */
.sm-custom ul ul ul a,
.sm-custom ul ul ul a:hover,
.sm-custom ul ul ul a:focus,
.sm-custom ul ul ul a:active {
  border-left: 24px solid transparent;
}
/* line 8, sass/mixins/_sub-items-indentation.scss */
.sm-custom ul ul ul ul a,
.sm-custom ul ul ul ul a:hover,
.sm-custom ul ul ul ul a:focus,
.sm-custom ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
/* line 8, sass/mixins/_sub-items-indentation.scss */
.sm-custom ul ul ul ul ul a,
.sm-custom ul ul ul ul ul a:hover,
.sm-custom ul ul ul ul ul a:focus,
.sm-custom ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

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

  /* line 244, sass/_sm-custom.scss */
  .sm-custom li {
    float: left;
  }

  /* line 245, sass/_sm-custom.scss */
  .sm-custom.sm-rtl li {
    float: right;
  }

  /* line 246, sass/_sm-custom.scss */
  .sm-custom ul li, .sm-custom.sm-rtl ul li, .sm-custom.sm-vertical li {
    float: none;
  }

  /* line 247, sass/_sm-custom.scss */
  .sm-custom a {
    white-space: nowrap;
  }

  /* line 248, sass/_sm-custom.scss */
  .sm-custom ul a, .sm-custom.sm-vertical a {
    white-space: normal;
  }

  /* line 249, sass/_sm-custom.scss */
  .sm-custom .sm-nowrap > li > a, .sm-custom .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  /* line 253, sass/_sm-custom.scss */
  .sm-custom {
    border-top: 0;
    background: transparent;
  }
  /* line 259, sass/_sm-custom.scss */
  .sm-custom a, .sm-custom a:hover, .sm-custom a:focus, .sm-custom a:active, .sm-custom a.highlighted {
    padding: 11px 20px;
    color: #333;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 0 0;
  }
  /* line 269, sass/_sm-custom.scss */
  .sm-custom a:hover, .sm-custom a:focus, .sm-custom a:active {
    background: #fff;
    color: #0460a1;
  }
  /* line 276, sass/_sm-custom.scss */
  .sm-custom a.highlighted {
    background: #fff;
    color: #0460a1;
    -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  /* line 282, sass/_sm-custom.scss */
  .sm-custom a.disabled {
    background: transparent;
    color: #cccccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 289, sass/_sm-custom.scss */
  .sm-custom a.has-submenu {
    padding-right: 34px;
  }
  /* line 294, sass/_sm-custom.scss */
  .sm-custom a span.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: #23baac transparent transparent transparent;
    background: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  /* line 306, sass/_sm-custom.scss */
  .sm-custom a:hover span.sub-arrow, .sm-custom a:focus span.sub-arrow, .sm-custom a:active span.sub-arrow {
    border-color: #23baac transparent transparent transparent;
  }
  /* line 311, sass/_sm-custom.scss */
  .sm-custom a.highlighted span.sub-arrow {
    border-color: #23baac transparent transparent transparent;
  }
  /* line 314, sass/_sm-custom.scss */
  .sm-custom a.disabled span.sub-arrow {
    border-color: #23baac transparent transparent transparent;
  }
  /* line 318, sass/_sm-custom.scss */
  .sm-custom a.highlighted span.sub-arrow:before {
    display: none;
  }
  /* line 324, sass/_sm-custom.scss */
  .sm-custom li {
    border-top: 0;
  }
  /* line 329, sass/_sm-custom.scss */
  .sm-custom ul {
    border: 0;
    padding: 8px 0;
    background: #fff;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 4px;
    -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  /* line 337, sass/_sm-custom.scss */
  .sm-custom ul ul {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 343, sass/_sm-custom.scss */
  .sm-custom ul a, .sm-custom ul a:hover, .sm-custom ul a:focus, .sm-custom ul a:active, .sm-custom ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #333;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  /* line 354, sass/_sm-custom.scss */
  .sm-custom ul a:hover, .sm-custom ul a:focus, .sm-custom ul a:active, .sm-custom ul a.highlighted {
    background: #0460a1;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 363, sass/_sm-custom.scss */
  .sm-custom ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }
  /* line 369, sass/_sm-custom.scss */
  .sm-custom ul a.has-submenu {
    padding-right: 20px;
  }
  /* line 374, sass/_sm-custom.scss */
  .sm-custom ul a span.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 #23baac;
  }
  /* line 381, sass/_sm-custom.scss */
  .sm-custom ul a:hover span.sub-arrow, .sm-custom ul a:focus span.sub-arrow, .sm-custom ul a:active span.sub-arrow, .sm-custom ul a.highlighted span.sub-arrow {
    border-color: transparent transparent transparent #23baac;
  }
  /* line 387, sass/_sm-custom.scss */
  .sm-custom ul a.disabled span.sub-arrow {
    border-color: transparent transparent transparent #23baac;
  }
  /* line 394, sass/_sm-custom.scss */
  .sm-custom span.scroll-up,
  .sm-custom span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  /* line 404, sass/_sm-custom.scss */
  .sm-custom span.scroll-up-arrow, .sm-custom span.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 #23baac transparent;
  }
  /* line 417, sass/_sm-custom.scss */
  .sm-custom span.scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #23baac transparent transparent transparent;
  }
  /* line 434, sass/_sm-custom.scss */
  .sm-custom.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 34px;
  }
  /* line 440, sass/_sm-custom.scss */
  .sm-custom.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px;
  }
  /* line 447, sass/_sm-custom.scss */
  .sm-custom.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 2px solid #23baac;
  }
  /* line 452, sass/_sm-custom.scss */
  .sm-custom.sm-rtl.sm-vertical a {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
  }
  /* line 456, sass/_sm-custom.scss */
  .sm-custom.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  /* line 461, sass/_sm-custom.scss */
  .sm-custom.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #23baac transparent transparent;
  }
  /* line 468, sass/_sm-custom.scss */
  .sm-custom.sm-rtl.sm-vertical a:hover span.sub-arrow, .sm-custom.sm-rtl.sm-vertical a:focus span.sub-arrow, .sm-custom.sm-rtl.sm-vertical a:active span.sub-arrow, .sm-custom.sm-rtl.sm-vertical a.highlighted span.sub-arrow {
    border-color: transparent #23baac transparent transparent;
  }
  /* line 474, sass/_sm-custom.scss */
  .sm-custom.sm-rtl.sm-vertical a.disabled span.sub-arrow {
    border-color: transparent #23baac transparent transparent;
  }
  /* line 481, sass/_sm-custom.scss */
  .sm-custom.sm-rtl ul {
    -moz-border-radius: 4px 0 4px 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 4px 4px;
  }
  /* line 484, sass/_sm-custom.scss */
  .sm-custom.sm-rtl ul a {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
  }
  /* line 488, sass/_sm-custom.scss */
  .sm-custom.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  /* line 493, sass/_sm-custom.scss */
  .sm-custom.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #23baac transparent transparent;
  }
  /* line 500, sass/_sm-custom.scss */
  .sm-custom.sm-rtl ul a:hover span.sub-arrow, .sm-custom.sm-rtl ul a:focus span.sub-arrow, .sm-custom.sm-rtl ul a:active span.sub-arrow, .sm-custom.sm-rtl ul a.highlighted span.sub-arrow {
    border-color: transparent #23baac transparent transparent;
  }
  /* line 506, sass/_sm-custom.scss */
  .sm-custom.sm-rtl ul a.disabled span.sub-arrow {
    border-color: transparent #23baac transparent transparent;
  }
  /* line 517, sass/_sm-custom.scss */
  .sm-custom.sm-vertical {
    border-bottom: 0;
    border-right: 2px solid #23baac;
  }
  /* line 522, sass/_sm-custom.scss */
  .sm-custom.sm-vertical a {
    padding: 10px 20px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
  }
  /* line 526, sass/_sm-custom.scss */
  .sm-custom.sm-vertical a:hover, .sm-custom.sm-vertical a:focus, .sm-custom.sm-vertical a:active, .sm-custom.sm-vertical a.highlighted {
    background: #fff;
    color: #0460a1;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 535, sass/_sm-custom.scss */
  .sm-custom.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }
  /* line 541, sass/_sm-custom.scss */
  .sm-custom.sm-vertical a span.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 #23baac;
  }
  /* line 548, sass/_sm-custom.scss */
  .sm-custom.sm-vertical a:hover span.sub-arrow, .sm-custom.sm-vertical a:focus span.sub-arrow, .sm-custom.sm-vertical a:active span.sub-arrow, .sm-custom.sm-vertical a.highlighted span.sub-arrow {
    border-color: transparent transparent transparent #23baac;
  }
  /* line 554, sass/_sm-custom.scss */
  .sm-custom.sm-vertical a.disabled span.sub-arrow {
    border-color: transparent transparent transparent #23baac;
  }
  /* line 560, sass/_sm-custom.scss */
  .sm-custom.sm-vertical ul {
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px;
    border-radius: 4px !important;
  }
  /* line 564, sass/_sm-custom.scss */
  .sm-custom.sm-vertical ul a {
    padding: 10px 20px;
  }
}
