PRESS

APRIL 22ND, 2019
The nascent cannabis industry requires talented entrepreneurs and leaders to take it forward. Luckily, women are stepping up and giving this industry the entrepreneurial talent it requires. Women in the cannabis industry hold nearly 27 percent of leadership roles – 6 percent more than traditional businesses. Sara Gullickson Last year when Sara Gullickson became CEO … Continue reading "Industry Leaders Magazine: “Influential Businesswomen in the Cannabis Industry”"
February 25th, 2019
Missourians will soon be able to consume medical marijuana legally, but the passage of Amendment 2 does not protect employees from potential workplace consequences. Federally, cannabis is classified as a Schedule 1 drug, along with heroin, LSD, ecstasy, meth and peyote, and not legal for medical or recreational use. Federal entities and federally funded entities, … Continue reading "News PressNow: “Legal weed leaves employees unprotected”"
FEBRUARY 18TH, 2019
Bismarck, ND - The number of people who have applied for medical marijuana cards is not anywhere near the number originally expected at this point. Medical marijuana is not too far off. "We've currently harvested three different times," Pure Dakota COO Casey Neumann said. Pure Dakota is one of two manufacturing facilities in the state. … Continue reading "KXNet: “Medical Marijuana Patient Count Lags Behind Projection”"
February 15th, 2019
Sara Gullickson, CEO of Item 9 Labs Corp., was recently featured in Cannabis Dispensary Mag's article regarding “10 Tips for a Winning Cannabis Dispensary License” Winning a coveted dispensary license is your golden ticket into the competitive cannabis market. The license application process is more demanding than ever, and it can be tricky to navigate … Continue reading "Cannabis Dispensary Mag: “10 Tips for a Winning Cannabis Dispensary License”"

IT’S TIME TO GET GROWING.

Better growth and a clear plan forward is what your business needs. Reach out to us to book a consultation or get your action plan
started.

/* ------------------------------------------------------------------ CBA Accessibility Snippet v2 (DigitalShyft, 2026-07) Adds aria-labels to footer social-icon links + the Mailchimp newsletter email field. v2 fix: runs immediately when the DOM is already ready (SiteGround Speed Optimizer defers this file until after DOMContentLoaded, so the old event listener never fired). Additive, reversible, no visual change, safe to re-run. INSTALL: paste this as the code for the "Accessibility Labels" block in CSS & JavaScript Toolbox, Save, then Purge SG Cache. ------------------------------------------------------------------ */ (function () { function applyA11yLabels() { var socialMap = { facebook: 'Facebook', twitter: 'Twitter / X', instagram: 'Instagram', youtube: 'YouTube', linkedin: 'LinkedIn' }; document.querySelectorAll('a > i.fab, a > i.fa-brands').forEach(function (icon) { var link = icon.closest('a'); if (!link || link.getAttribute('aria-label')) return; for (var key in socialMap) { if (icon.className.indexOf('fa-' + key) !== -1) { link.setAttribute('aria-label', socialMap[key]); break; } } }); document.querySelectorAll('input[name="EMAIL"]:not([aria-label])').forEach(function (input) { input.setAttribute('aria-label', 'Email address for newsletter signup'); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', applyA11yLabels); } else { applyA11yLabels(); // DOM already parsed (our case, due to deferred loading) } window.addEventListener('load', applyA11yLabels); // belt-and-suspenders fallback })();