/* 
html[lang=zh-HK] .more::after, 
html[lang=zh-HK] .more .icon-htc,
html[lang=zh-HK] .icon-downloadsolid::before, 
html[lang=zh-HK] .icon-downloadsolid::after,
html[lang=zh-HK] .icon-chevronright::before, 
html[lang=zh-HK] .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;
  }
}
