PRESS

OCTOBER 24TH, 2022
Our President and Director of Licensing, Maxime Kot, was recently featured by Voyage Phoenix. She discusses how she got started in the cannabis industry, some of the bigger challenges she's faced along the way, what sets Cannabis Business Advisors apart from other companies, and advice on how to find a mentor.   Read the Full … Continue reading "Voyage Phoenix – Maxime Kot"
September 19th, 2022
Our CEO, Sara Gullickson recently wrote an article that was featured on MITA-AZ. She writes on the November Ballot: What States Could Legalize Cannabis. States on the ballot include: Arkansas, Maryland, Missouri, and more   Read the Full Article Here!
AUGUST 3RD, 2022
Our CEO, Sara Gullickson recently appeared on Benzinga's Cannabis Insider podcast. Benzinga’s Cannabis Insider is a live weekly show for cannabis and retail investors where we share with you the major cannabis news, stocks and exclusive interviews!   Watch the podcast here!
July 14th, 2022
Our CEO, Sara Gullickson recently wrote a piece for leafretailer.com on dispensary opportunities in Arizona. In January of 2022, Arizona celebrated its one-year anniversary of adult-use cannabis sales, emerging as a top market for industry investors due to its rapid implementation of adult-use sales, which is a three-month timeline versus four years in other markets. The … Continue reading "Dispensary Opportunities in Arizona"

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