/* MLS - Disable Transisions - Used by HTML on Load and JS in global.js to prevent unwanted animations on load */
.no-transition-on-load,
.no-transition-on-load * { transition: none !important; }

/* MLS - Helper Classes */
.hidden { display: none !important; }
.border-none,
.border-none:before,
.border-none:after { border: none !important; }
.text-muted { color: inherit !important; opacity: 0.75; }
.fs-double { font-size: 2rem; }
.fs-normal { font-size: 1rem; }
.pulse { --pulseColor: var(--trueRed); box-shadow: 0 0 0 0 hsla(var(--pulseColor), 1); animation: pulse 2s 1; }
.opacity-half { opacity: 0.5; }
