PRESS

JUNE 16TH, 2022
Maxime Kot, President of The Cannabis Business Advisors, was recently interviewed for Canvas Rebel. Maxime gives advice to those looking to get into the cannabis industry and discusses Cannabis Business Advisors. "Cannabis is one of the most, if not the most highly regulated industries and it takes hard work, expertise, and a strong team. One … Continue reading "Canvas Rebel Maxime Kot"
June 15th, 2022
Maxime Kot, President of The Cannabis Business Advisors, was recently interviewed for Shoutout Arizona. Maxime discusses the cannabis industry, Cannabis Business Advisors, and How to Open a Dispensary, as well as gives a few pointers on places to eat and things to do in Arizona. "there is always a need for a trusted consultant who … Continue reading "Shoutout Arizona Maxime Kot"
JUNE 13TH, 2022
Sara Gullickson, CEO of The Cannabis Business Advisors, was recently interviewed for Shoutout Arizona. Sara discusses parenthood, Cannabis Business Advisors, and How to Open a Dispensary, as well as gives a few pointers on places to eat and things to do in Arizona. "Our team at The Cannabis Business Advisors and “How to Open a … Continue reading "Shoutout Arizona Sara Gullickson"
April 12th, 2022
Sara Gullickson, CEO of The Cannabis Business Advisors, was recently interviewed by Melissa Schiller for Cannabis Business Times on Arizona Social Equity Licenses. The Arizona Department of Health Services (ADHS) awarded the state’s 26 highly sought-after social equity cannabis licenses April 8. In the future, Gullickson says that social equity programs should have funds backing … Continue reading "Arizona Social Equity Licenses: Cannabis Business Times Interview with Sara Gullickson"

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