  /*FOR RE-USABLE UTILITIES WHERE A SLEDGEHAMMER IS NEEDED, sits outside the layers, so beats layered rules without !important*/
  
  /* Utility: clip horizontal overflow with Safari fallback - stops horizontal scroll bar - put class on sections where slide in animations are used */

.fw-clip-x { overflow-x: clip; position: relative; }

@supports not (overflow: clip) { .fw-clip-x { overflow-x: hidden; } }







