
/* Global mobile/tablet correction */
html,body{width:100%;max-width:100%;overflow-x:hidden}
img,svg,video,canvas,iframe{max-width:100%;height:auto}
@media(max-width:1024px){
  main{max-width:100%}
  .topbar,.site-header{max-width:100%}
}
@media(max-width:760px){
  .topbar,.site-header{flex-wrap:wrap}
  .hero,.hero-grid,.split,.two-col,.two-column,.content-grid{grid-template-columns:1fr!important}
  input,textarea,select{font-size:16px!important}
}
