State Styles
Display States
| .is-hidden | Hide from browsers and screen readers. | 
| .is-hidden-visually | Hide from browsers, but let screen readers access the content. | 
| .is-invisible | Hide from browsers, but don't remove from document flow. | 
| .is-visible  | Use to toggle the .is-invisiblestate above. |