/* CSS Document */
.sm-mint {
  border-top: 1px solid #096f88;
  border-bottom: 1px solid #096f88;
  background: #FFFFFF; }

.sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  font-size: 13px;
  color: #096f88;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
  text-transform: uppercase; }

.sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
  color: #096f88; }

@media (max-width: 950px) {
  .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
    font-size: 13px; } }
@media (max-width: 850px) {
  .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
    font-size: 13px; } }
@media (max-width: 850px) {
  .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
    font-size: 13px; } }
.sm-mint a.current {
  font-weight: bold; }

.sm-mint a.disabled {
  color: #000; }

.sm-mint 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: #096f88;
  color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.sm-mint a.highlighted span.sub-arrow:before {
  display: block;
  content: '...'; }

.sm-mint li {
  border-top: 1px solid #096f88; }

.sm-mint > li:first-child {
  border-top: 0; }

.sm-mint ul {
  background: #FFFFFF;
  max-width: 40em !important; }

.sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
  font-size: 13px;
  border-left: 20px solid transparent; }

.sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
  color: #096f88; }

.sm-mint ul ul a,
.sm-mint ul ul a:hover,
.sm-mint ul ul a:focus,
.sm-mint ul ul a:active {
  border-left: 16px solid transparent; }

.sm-mint ul ul ul a,
.sm-mint ul ul ul a:hover,
.sm-mint ul ul ul a:focus,
.sm-mint ul ul ul a:active {
  border-left: 24px solid transparent; }

.sm-mint ul ul ul ul a,
.sm-mint ul ul ul ul a:hover,
.sm-mint ul ul ul ul a:focus,
.sm-mint ul ul ul ul a:active {
  border-left: 32px solid transparent; }

.sm-mint ul ul ul ul ul a,
.sm-mint ul ul ul ul ul a:hover,
.sm-mint ul ul ul ul ul a:focus,
.sm-mint ul ul ul ul ul a:active {
  border-left: 40px solid transparent; }

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

  .sm-mint li {
    float: left; }

  .sm-mint.sm-rtl li {
    float: right; }

  .sm-mint ul li, .sm-mint.sm-rtl ul li, .sm-mint.sm-vertical li {
    /*border-top: #fff 1px solid;*/
    float: none; }

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

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

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

  /* ...end */
  .sm-mint {
    border-top: 0;
    border-bottom: 0;
    background: transparent; }

  .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
    padding: 10px 10px;
    color: #096f88;
    /*-webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;*/ }

  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
    /*background: #FFBC00;*/
    color: #096f88; }

  .sm-mint a.highlighted, .sm-mint a.current {
    /*background: #FFBC00;*/
    color: #000;
    font-weight: 600 !important;
    padding-bottom: 9px !important;
    border-bottom: #fff 1px solid !important;
    /*-webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);*/ }

  .sm-mint a.disabled {
    background: transparent;
    color: #cccccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .sm-mint a.has-submenu {
    /*padding-right: 34px;*/ }

  .sm-mint 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: #FFBC00 transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: none; }

  .sm-mint a:hover span.sub-arrow, .sm-mint a:focus span.sub-arrow, .sm-mint a:active span.sub-arrow {
    border-color: white transparent transparent transparent; }

  .sm-mint a.highlighted span.sub-arrow {
    border-color: #FFFFFF transparent transparent transparent; }

  .sm-mint a.disabled span.sub-arrow {
    border-color: #FFFFFF transparent transparent transparent; }

  .sm-mint a.highlighted span.sub-arrow:before {
    display: none; }

  .sm-mint li {
    border-top: 0; }

  .sm-mint ul {
    border: 0;
    padding: 0px 0;
    background: white;
    	/* border:#fff 1px solid;
    	
    	
        /*-webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;*/
    -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25); }

  .sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    border: 0 !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

  .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    background: #096f88;
    color: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .sm-mint ul a.disabled {
    background: transparent;
    color: #b3b3b3; }

  .sm-mint ul a.has-submenu {
    padding-right: 20px; }

  .sm-mint 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 #8db863; }

  .sm-mint ul a:hover span.sub-arrow, .sm-mint ul a:focus span.sub-arrow, .sm-mint ul a:active span.sub-arrow, .sm-mint ul a.highlighted span.sub-arrow {
    border-color: transparent transparent transparent white; }

  .sm-mint ul a.disabled span.sub-arrow {
    border-color: transparent transparent transparent #8db863; }

  .sm-mint span.scroll-up,
  .sm-mint span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #ebebeb;
    height: 20px; }

  .sm-mint span.scroll-up-arrow, .sm-mint 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 #8db863 transparent; }

  .sm-mint span.scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #8db863 transparent transparent transparent; }

  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 34px; }

  .sm-mint.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px; }

  .sm-mint.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 2px solid #8db863; }

  .sm-mint.sm-rtl.sm-vertical a {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }

  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px; }

  .sm-mint.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 #8db863 transparent transparent; }

  .sm-mint.sm-rtl.sm-vertical a:hover span.sub-arrow, .sm-mint.sm-rtl.sm-vertical a:focus span.sub-arrow, .sm-mint.sm-rtl.sm-vertical a:active span.sub-arrow, .sm-mint.sm-rtl.sm-vertical a.highlighted span.sub-arrow {
    border-color: transparent white transparent transparent; }

  .sm-mint.sm-rtl.sm-vertical a.disabled span.sub-arrow {
    border-color: transparent #8db863 transparent transparent; }

  .sm-mint.sm-rtl ul {
    -webkit-border-radius: 4px 0 4px 4px;
    -moz-border-radius: 4px 0 4px 4px;
    -ms-border-radius: 4px 0 4px 4px;
    -o-border-radius: 4px 0 4px 4px;
    border-radius: 4px 0 4px 4px; }

  .sm-mint.sm-rtl ul a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important; }

  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important; }

  .sm-mint.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 #8db863 transparent transparent; }

  .sm-mint.sm-rtl ul a:hover span.sub-arrow, .sm-mint.sm-rtl ul a:focus span.sub-arrow, .sm-mint.sm-rtl ul a:active span.sub-arrow, .sm-mint.sm-rtl ul a.highlighted span.sub-arrow {
    border-color: transparent white transparent transparent; }

  .sm-mint.sm-rtl ul a.disabled span.sub-arrow {
    border-color: transparent #8db863 transparent transparent; }

  .sm-mint.sm-vertical {
    border-bottom: 0;
    border-right: 2px solid #8db863; }

  .sm-mint.sm-vertical a {
    padding: 10px 20px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }

  .sm-mint.sm-vertical a:hover, .sm-mint.sm-vertical a:focus, .sm-mint.sm-vertical a:active, .sm-mint.sm-vertical a.highlighted {
    background: #8db863;
    color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .sm-mint.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc; }

  .sm-mint.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 #8db863; }

  .sm-mint.sm-vertical a:hover span.sub-arrow, .sm-mint.sm-vertical a:focus span.sub-arrow, .sm-mint.sm-vertical a:active span.sub-arrow, .sm-mint.sm-vertical a.highlighted span.sub-arrow {
    border-color: transparent transparent transparent white; }

  .sm-mint.sm-vertical a.disabled span.sub-arrow {
    border-color: transparent transparent transparent #8db863; }

  .sm-mint.sm-vertical ul {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important; }

  .sm-mint.sm-vertical ul a {
    padding: 10px 20px; } }
#menu-button {
  border-radius: 0px;
  background-color: #096f88;
  border: #FFFFFF 1px solid;
  padding: 5px;
  width: 50px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 3px;
  display: block; }

/*#menu-button:before {
  content: 'Menu -';
}
#menu-button.collapsed:before {
  content: 'Menu +';
}*/
#main-menu.collapsed {
  display: none; }

#menu-button .icon-bar {
  background-color: #FFFFFF;
  border-radius: 0px;
  display: block;
  height: 1px;
  width: 30px;
  margin: 5px; }

@media (min-width: 750px) {
  /* hide the button in desktop view */
  #menu-button {
    display: none; }

  /* always show the menu in desktop view */
  #main-menu.collapsed {
    display: block; }

  .sm-mint li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #096f88;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

  .sm-mint li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  .sm-mint li ul li > a:before {
    display: none; }

  .sm-mint li > a.highlighted:before {
    display: none; } }

/*# sourceMappingURL=sm_custom.css.map */
