PRESS

JUNE 27TH, 2019
"Slow and steady wins the race. Often, people get caught up in the noise of the industry, rather than sticking to a business plan or strategy. One fatal flaw I see new people making is feeling like they have to do everything immediately. To combat this, I think it’s best to take a step outside … Continue reading "Authority Magazine: Interview with Sara Gullickson and Len Giancola"
June 26th, 2019
Less than four years ago, high ranks in the cannabis industry were among the most female-friendly in the world, with women occupying 36 percent of C-Suite level positions – as per Marijuana Business Daily numbers for 2015. However, as time went by and the industry continued its upward trajectory, many women started to bump into … Continue reading "Forbes: “Women In The C-Suite: Meet Three Ladies Running Big, Publicly Traded Cannabis Companies”"
JUNE 3RD, 2019
As a part of my series about “How extremely busy executives make time to be great parents” I had the pleasure to interview Sara Gullickson. Sara is the CEO of Item 9 Labs Corp., a national publicly traded cannabis company specializing in the development and manufacturing of innovative cannabis products and proprietary delivery platforms. Gullickson … Continue reading "Thrive Global: “Great parenting is about leading with love, by Dr. Ely Weinschneider and Sara Gullickson”"
April 24th, 2019
Nearly 10 years after Arizona voters legalized marijuana for medical use, dispensary owners and attorneys who work with the industry cite an unlikely hindrance in opening up shop: real estate. “Real estate is hands down the most cumbersome and challenging part of the entire industry,” said Sara Gullickson, CEO of Item 9 Labs, a publicly traded … Continue reading "Phoenix Business Journal: “High and dry: Real estate issues present major hurdle for Valley cannabis companies”"

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