PRESS

OCTOBER 9TH, 2019
Sara Gullickson, CEO of Item 9 Labs Corp., was recently featured in Voyage Phoenix’s article “Meet Sara Gullickson of Item 9 Labs Corp. in Phoenix”. Today we’d like to introduce you to Sara Gullickson. So, before we jump into specific questions about the business, why don’t you give us some details about you and your … Continue reading "Voyage Phoenix: “Meet Sara Gullickson of Item 9 Labs Corp. in Phoenix”"
July 25th, 2019
The industry is blossoming, but may be leaving women behind Written by Allie Volpe In a ballroom in a Washington D.C. hotel, hundreds of women applaud the notion of making money. Of combating pain. Of diversity. Of community. Of the intersection of all of the above. The applause represents a belief in the existence of an … Continue reading "Playboy: “The industry is blossoming, but may be leaving women behind”"
JULY 15TH, 2019
CEOCFO: Ms. Gullickson, will you tell us the focus for Item 9 Labs? Ms. Gullcikson: Item 9 Labs creates comfortable cannabis health solutions for the modern consumer. The Company is focused on bringing best of industry practices to markets from coast to coast through cultivation and production facilities, distinctive retail environments, licensing services, and diverse … Continue reading "CEOCFO Interview: “Item 9 Labs Corp. is bringing Best of Industry Practices to Markets Coast to Coast”"
July 10th, 2019
Sara Gullickson floated around the private dining room with a warm smile, shaking hands and chatting with dozens of venture capitalists, nightclub owners, real estate magnates, and former politicians who traveled from across the United States to hear her pitch her company. Only two women could be counted among the potential investors gathered on that … Continue reading "Phoenix New Times: “Ganja Queens: Women Want to Keep Growing Into Arizona Cannabis Industry”"

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 })();