ul.sf-menu a,
ul.sf-menu span.nolink,
ul.sf-menu span {
  padding: 1em;
  display: block;
}

.sf-accordion-toggle {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.sf-main {
  margin: 1em -1em;
  width: calc(100% + 2em);
}
.sf-main li {
  font-family: "Graphie";
  font-weight: bold;
  text-align: center;
  color: #000;
  cursor: pointer;
}
.sf-main li span {
  cursor: s-resize;
}
.sf-main li a, .sf-main li span {
  font-size: 1.8rem;
}
@media (min-width: 1199px) {
  .sf-main li a, .sf-main li span {
    font-size: 1.4rem;
  }
}
.sf-main li a:hover, .sf-main li span:hover {
  color: #B2B2B2;
}
.sf-main li:hover {
  color: #B2B2B2;
}
@media (min-width: 1199px) {
  .sf-main li {
    text-align: left;
  }
}
.sf-main li.sf-clone-parent {
  display: none;
}
.sf-main li ul:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  transform: translateX(-50%) translateY(20px) rotate(45deg);
  background: #cccccc;
  opacity: 0;
  transition: all ease 0.4s;
}
@media (min-width: 1199px) {
  .sf-main li ul:before {
    display: none;
  }
}
.sf-main li.sf-expanded ul:before, .sf-main li.sfHover ul:before {
  opacity: 1;
  transform: translateX(-50%) translateY(0) rotate(45deg);
}
.sf-main li.sf-expanded li, .sf-main li.sfHover li {
  color: #8E8E8E;
  background: #cccccc;
  transition: all ease 0.4s;
}
@media (min-width: 1199px) {
  .sf-main li.sf-expanded li, .sf-main li.sfHover li {
    background: white;
  }
}
.sf-main li.sf-expanded li:hover, .sf-main li.sfHover li:hover {
  background: #f2f2f2;
}
.sf-main li.sf-expanded li a, .sf-main li.sfHover li a {
  color: #8E8E8E;
}
.sf-main li.sf-expanded li a.is-active, .sf-main li.sfHover li a.is-active {
  color: black;
}
@media (min-width: 1199px) {
  .sf-main li.sf-expanded li, .sf-main li.sfHover li {
    background: white;
  }
}
.sf-main li a {
  font-family: "Graphie";
  font-weight: bold;
  text-align: center;
  color: #000;
}
@media (min-width: 1199px) {
  .sf-main li a {
    text-align: left;
  }
}
.sf-main li a.is-active {
  color: #B2B2B2;
}
.sf-main li.active-trail {
  color: #B2B2B2;
}
.sf-main li ul {
  background: #cccccc;
}
.sf-main li ul li {
  color: #8E8E8E;
}
.sf-main li ul li a {
  color: #8E8E8E;
}
.sf-main li ul li a.is-active {
  color: black;
}