PRESS

FEBRUARY 2ND, 2022
Sara Gullickson was recently interviewed by Antoine Tardif with MyCannabis about her experience in the cannabis industry.   Sara Gullickson is the CEO & Founder of The Cannabis Business Advisors. Sara is an entrepreneur, investor, and corporate dealmaker with more than a decade of experience building and scaling businesses personally and professionally.   When asked why she … Continue reading "Sara Gullickson: Interview with Antoine Tardif of MyCannabis"
December 17th, 2021
The Cannabis Business Advisors CEO, Sara Gullickson recently spoke with Bart Schaneman with MJBizDaily about the rise of illicit grows in Oklahoma.   "Concerns over expanding illicit cannabis operations in Oklahoma are putting pressure on regulators and law enforcement to take action to stamp out the alleged criminal activity some argue is hiding behind the … Continue reading "Sara Gullickson speaks with Bart Schaneman of MJBizDaily"
DECEMBER 17TH, 2021
Sara Gullickson didn’t have much business experience of any sort when she got the chance to buy DispensaryPermits.com. She jumped at the opportunity, working and learning furiously to build it into a successful cannabis consultancy. But when an industry big shot told her no one would want to buy what she had built, she doubted herself – but only briefly. She ultimately sold that … Continue reading "Seed to CEO Podcast Episode: How One Industry Pro Used Storytelling as Strategy"
December 17th, 2021
Matt Battaglia recounts the Best of Women in Cannabis 2021, on his podcast Business Roundtable and highlights the Cannabis Business Advisors CEO, Sara Gullickson. Sara is an entrepreneur, investor, and corporate dealmaker with more than a decade of experience building and scaling businesses personally and professionally. A high-level strategist, Sara advises stakeholders on corporate structure, … Continue reading "Best of Women in Cannabis 2021 – Business Roundtable"

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