.sm-custom {  border-top: 2px solid #2ba274;  border-bottom: 2px solid #2ba274;  background: #e60000;}.sm-custom a, .sm-custom a:hover, .sm-custom a:visited, .sm-custom a:focus, .sm-custom a:active {  padding: 5px 20px 5px;  /* make room for the toggle button (sub indicator) */  padding-right: 58px;  color: #ffffff;  font-family: Verdana;  font-size: 14;  font-weight: bold;  line-height: 17px;  text-decoration: none;}.sm-custom a.current {  font-weight: bold;}.sm-custom a.disabled {  color: #cccccc;}.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;  /* bg color*/  background: #e60000;  -webkit-border-radius: 4px;  -moz-border-radius: 4px;  -ms-border-radius: 4px;  -o-border-radius: 4px;  border-radius: 4px;}.sm-custom a.highlighted span.sub-arrow:before {  display: block;  content: '-';}.sm-custom.sm-vertical li {  border-top: 1px solid #eaeaea;}.sm-custom.sm-vertical > li:first-child {  border-top: 0;}.sm-custom ul {  /* bg color*/  background: #e60000;}.sm-custom ul a, .sm-custom ul a:hover, .sm-custom ul a:focus, .sm-custom ul a:active {  font-size: 14;  border-left: 8px solid transparent;}.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;}.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;}.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;}.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) */  .sm-custom ul {    position: absolute;  }  .sm-custom li {    float: left;  }  .sm-custom.sm-rtl li {    float: right;  }  .sm-custom ul li, .sm-custom.sm-rtl ul li, .sm-custom.sm-vertical li {    float: none;  }  .sm-custom a {    white-space: nowrap;  }  .sm-custom ul a, .sm-custom.sm-vertical a {    white-space: normal;  }  .sm-custom .sm-nowrap > li > a, .sm-custom .sm-nowrap > li > :not(ul) a {    white-space: nowrap;  }  /* ...end */  .sm-custom {    border-top: 0;    background: #e60000;  }  .sm-custom a, .sm-custom a:hover, .sm-custom a:visited, .sm-custom a:focus, .sm-custom a:active, .sm-custom a.highlighted {      padding: 5px 20px 5px;    color: #ffffff;    -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-custom a:hover, .sm-custom a:focus, .sm-custom a:active {    background: #e60000;    color: #000000;  }  .sm-custom a.highlighted {    /* bg color*/    background: #e60000;    color: #000000;    -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-custom a.highlighted.has-submenu{    color: #ffffff!important;  }  .sm-custom a.disabled {    background: transparent;    color: #cccccc;    -webkit-box-shadow: none;    -moz-box-shadow: none;    box-shadow: none;  }  .sm-custom a.has-submenu {    padding-right: 34px;  }  .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: #2ba274 transparent transparent transparent;    background: transparent;    -webkit-border-radius: 0;    -moz-border-radius: 0;    -ms-border-radius: 0;    -o-border-radius: 0;    border-radius: 0;  }  .sm-custom a:hover span.sub-arrow, .sm-custom a:focus span.sub-arrow, .sm-custom a:active span.sub-arrow {    border-color: white transparent transparent transparent;  }  .sm-custom a.highlighted span.sub-arrow {    border-color: #2ba274 transparent transparent transparent;  }  .sm-custom a.disabled span.sub-arrow {    border-color: #2ba274 transparent transparent transparent;  }  .sm-custom a.highlighted span.sub-arrow:before {    display: none;  }  .sm-custom li {    border-top: |;  }  .sm-custom li:first-child {    border-top: 0;  }  .sm-custom ul {    border: 0;    padding: 8px 0;    background: #e60000;    -webkit-border-radius: 0 4px 4px 4px;    -moz-border-radius: 0 4px 4px 4px;    -ms-border-radius: 0 4px 4px 4px;    -o-border-radius: 0 4px 4px 4px;    border-radius: 0 4px 4px 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-custom ul ul {    -webkit-border-radius: 4px;    -moz-border-radius: 4px;    -ms-border-radius: 4px;    -o-border-radius: 4px;    border-radius: 4px;  }  .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: #ffffff;    -webkit-border-radius: 0;    -moz-border-radius: 0;    -ms-border-radius: 0;    -o-border-radius: 0;    border-radius: 0;  }  .sm-custom ul a:hover, .sm-custom ul a:focus, .sm-custom ul a:active, .sm-custom ul a.highlighted {    background: #e60000;    color: #000000;    -webkit-box-shadow: none;    -moz-box-shadow: none;    box-shadow: none;  }  .sm-custom ul a.disabled {    background: transparent;    color: #b3b3b3;  }  .sm-custom ul a.has-submenu {    padding-right: 20px;  }  .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 #2ba274;  }  .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 white;  }  .sm-custom ul a.disabled span.sub-arrow {    border-color: transparent transparent transparent #2ba274;  }  .sm-custom span.scroll-up,  .sm-custom span.scroll-down {    position: absolute;    display: none;    visibility: hidden;    overflow: hidden;    /* bg color*/    background: #e60000;    height: 20px;  }  .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 #2ba274 transparent;  }  .sm-custom span.scroll-down-arrow {    border-width: 8px 6px 0 6px;    border-style: solid dashed dashed dashed;    border-color: #2ba274 transparent transparent transparent;  }  .sm-custom.sm-rtl a.has-submenu {    padding-right: 20px;    padding-left: 34px;  }  .sm-custom.sm-rtl a span.sub-arrow {    right: auto;    left: 20px;  }  .sm-custom.sm-rtl.sm-vertical {    border-right: 0;    border-left: 2px solid #2ba274;  }  .sm-custom.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-custom.sm-rtl.sm-vertical a.has-submenu {    padding: 10px 20px;  }  .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 #2ba274 transparent transparent;  }  .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 white transparent transparent;  }  .sm-custom.sm-rtl.sm-vertical a.disabled span.sub-arrow {    border-color: transparent #2ba274 transparent transparent;  }  .sm-custom.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-custom.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-custom.sm-rtl ul a.has-submenu {    padding: 10px 20px !important;  }  .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 #2ba274 transparent transparent;  }  .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 white transparent transparent;  }  .sm-custom.sm-rtl ul a.disabled span.sub-arrow {    border-color: transparent #2ba274 transparent transparent;  }  .sm-custom.sm-vertical {    border-bottom: 0;    border-right: 2px solid #2ba274;  }  .sm-custom.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-custom.sm-vertical a:hover, .sm-custom.sm-vertical a:focus, .sm-custom.sm-vertical a:active, .sm-custom.sm-vertical a.highlighted {    background: #e60000;    color: #000000;    -webkit-box-shadow: none;    -moz-box-shadow: none;    box-shadow: none;  }  .sm-custom.sm-vertical a.disabled {    background: transparent;    color: #cccccc;  }  .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 #2ba274;  }  .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 white;  }  .sm-custom.sm-vertical a.disabled span.sub-arrow {    border-color: transparent transparent transparent #2ba274;  }  .sm-custom.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-custom.sm-vertical ul a {    padding: 10px 20px;  }  .sm-custom.sm-vertical.collapsed {    border: none;    width: 100%!important;   }}