@media only screen and (max-width: 959px) {
  .g-fnav_noChild {
    position: relative;
  }

  .g-fnav_noChild:after {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #24c5f1;
    top: 6px;
    font-family: 'icon';
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    pointer-events: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\EA07';
    position: absolute;
    top: 15px;
    right: 16px;
    margin: auto 0;
  }
}