html[lang=zh-CN] .more::after, 
html[lang=zh-CN] .more .icon-htc,
html[lang=zh-CN] .icon-downloadsolid::before, 
html[lang=zh-CN] .icon-downloadsolid::after,
html[lang=zh-CN] .icon-chevronright::before, 
html[lang=zh-CN] .icon-chevronright::after { top: auto; }

/*fix hero headline 'g' cutoff*/
.section.section-hero .typography-headline-elevated{
  padding-bottom: 2px;
}
@media only screen and (max-width: 735px) {
  .section.section-hero .typography-headline-elevated{
    padding-bottom: 0;
  }
}

