PRESS

DECEMBER 17TH, 2021
Sara Gullickson on The Green Rush Live! show Women in Cannabis episode   Our CEO, Sara Gullickson, joins Pro Cannabis Media and The Green Rush Live! show to discuss women in cannabis.   Watch the full episode here.
May 17th, 2021
Woman-Owned Consulting Group Guides Stakeholders on How to Invest in Diversity   The Cannabis Business Advisors ("CB Advisors"), a national consulting firm for the legal cannabis industry, is helping stakeholders build diverse ownership teams and community-driven business plans in markets with social equity/diversity/inclusion license opportunities. The firm is currently focused on Arizona, Georgia, Illinois, New … Continue reading "Woman-Owned Consulting Group Guides Stakeholders on How to Invest in Diversity"
MAY 12TH, 2021
Self-service helps fuel cannabis dispensaries' nationwide expansion; Our President, Maxime Kot, discusses self-order kiosks and their impact in the industry Written by: Elliot Maras Cannabis stores are one of the fastest growing industries, and self-order technology is playing an important role in this emerging sector, currently valued at more than $18 billion, according to Leafly, … Continue reading "Self-service helps fuel cannabis dispensaries’ nationwide expansion"
April 28th, 2021
What Comes After Legalization? Cannabis Entrepreneurs, Sara Gullickson and Maxime Kot, Weigh In Written by: VERONIKA BONDARENKO After New York legalized recreational cannabis use at the start of this month, news of what this would mean for business and investors reached a fever pitch. Sara Gullickson, the founder and CEO of The Cannabis Business Advisors, a company … Continue reading "What Comes After Legalization?"

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