@charset "utf-8";
#nav {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
body.no-menu #nav {
  float: right;
}
#helpmore {
  background: white;
  display: none;
  position: absolute;
  top: 32px;
  right: -12px;
  width: 318px;
  border: 1px solid #e1e1e1;
  border-top: 0 none;
  z-index: 501;
}
#helpmore li {
  position: relative;
}

#helpmore li a {
  color: #fff;
  display: block;
}

#helpmore span:after {
  width: 0;
  height: 0;
  border: 0;
  border-bottom: none;
  border-top-color: #efa585;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em;
}

body.no-menu #helpmore ul.help {
  float:right;
  width: 100%;
}

#helpmore ul.help>li {
  width: 100%;
  height: 100%;
  float: left;
  border-top: 1px solid #e1e1e1;
}

#helpmore ul.help>li>a {
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  color: #333333;
  padding: 0 16px;
  background: white;
}
#helpmore ul.help>li>a:hover {
  color: #21b685;
}
#helpmore ul.help>li>a.ahiw {
  color: #21b685;
}
#helpmore ul.help>li> .faq {
  color: #949494;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  display: block;
}

#helpmore ul.help>li:hover>a,#helpmore ul.help:not(:hover)> li.active>a {
  text-decoration: underline;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#helpmore ul.help>li:hover>a.view_listing,#helpmore ul.help:not(:hover) >li.active>a.view_listing,#nav a.view_listing {
  color: #21b685;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

#helpmore ul.help>li>a.view_listing:hover {
  text-decoration: underline;
}

#helpmore ul.help li a.view_listing:active {
  background-color: #fff;
}

/* second level */
#helpmore ul.help li ul {
  background-color: #21b685;
  display: none;
}

#helpmore ul.help li:hover ul {
  display: block;
  left: 0;
  right: 0;
}

#helpmore ul.help li:not(:first-child):hover ul {
  left: -1px;
}

#helpmore ul.help li ul a {
  font-size: 12px !important;
  padding: 10px;
}
#helpmore .help-faq {
  padding-bottom: 10px;
}
#helpmore .help-faq li {}
#helpmore .help-faq li a {
  color: #333;
  padding: 5px 15px;
  line-height: 22px;
}
#helpmore .help-faq li a:hover {
  color: #21b685;
}
.logged .font_css {
  margin-top: 1px;
}
#site-index .logged .font_css {
  color: #fff;
}
#site-index .logged .arrow{
  background-image: url(../images/svg/v3/icons_toggle-down-white.svg);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
#site-index .header-fixed .logged .font_css {
  color: #434852;
}
#site-index .header-fixed .logged .arrow{
  background-image: url(../images/svg/v3/icons_toggle-down.svg);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
