PRESS

JANUARY 30TH, 2023
This week's episode of The Exit Podcast featured Sara Gullickson, our CEO. The Exit—Presented By Flippa: A 30-minute podcast featuring expert entrepreneurs who have been there and done it. The Exit talks to operators who have bought and sold a business. You’ll learn how they did it, why they did it, and get exposure to … Continue reading "The Exit Podcast Featuring Sara Gullickson"
January 25th, 2023
AZ BIG Podcast: Sara Gullickson talks cannabis entrepreneurship The latest episode of the AZ Big Podcast with Michael & Amy has officially dropped. Episode 70's guest is Sara Gullickson, CEO of Cannabis Business Advisors. She talks about entrepreneurship in the cannabis industry.   Listen to the Podcast Here
JANUARY 17TH, 2023
In No. 27 of the Cannabis Commerce + Chemistry Podcast, host Curt Robbins from Higher Learning LV is joined by co-hosts Dena Putnam from Leafwize Naturals in Orange County, California and John Bailey from the Mindset Genesis in Las Vegas to interview Maxime Kot, president of Cannabis Business Advisors in Phoenix. Kot serves as president … Continue reading "C3 Podcast – Maxime Kot"
January 17th, 2023
MJBizdaily posted an article on Marijuana industry layoffs, featuring our CEO, Sara Gullickson. “I don’t think marijuana industry layoffs have peaked. I think this will continue into 2024 for sure,” Sara Gullickson, CEO and founder at The Cannabis Business Advisors, told MJBizDaily via email. “Capital has gone by the wayside and businesses are having to … Continue reading "Marijuana Industry Layoffs and Cost-Cutting Likely to Continue in 2023"

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