PRESS

APRIL 26TH, 2021
The pot power list — the celebrities investing in cannabis Mike Tyson has his own premium strain. David Beckham is an investor. Even Martha Stewart has jumped on the cannabis rush with a line of CBD dog treats. But it’s not just celebrities enjoying the riches of legal marijuana. What was once considered a blight … Continue reading "The Pot Power List – Sara Gullickson and Investors in Cannabis"
April 26th, 2021
The Cannabis Newsletter recently published their Top 100 most influential people in Cannabis list for their 2021 edition. CEO, Sara Gullickson was featured alongside other cannabis industry influencers such as Snoop Dog, Bill Maher, Mike Tyson, Martha Stewart, and many more. Read the full list of the Top 100 Influential people in Cannabis here. SARA … Continue reading "Sara Gullikson featured as one of the Top 100 Most Influential People In Cannabis"
APRIL 23RD, 2021
Legal Recreational Marijuana Is A Game Changer For New Jersey; Here Is What Entrepreneurs Need To Know By Michelle Jones New Jersey joined the growing list of states that have legalized recreational cannabis use for adults, and businesses are preparing to enter the market. If the state follows in the footsteps of its medical marijuana program, it may … Continue reading "What to know about getting a Cannabis Business License in New Jersey"
March 15th, 2021

Each state and local municipality with a cannabis program has its own idiosyncrasies and regulations. Understanding these rules and cannabis compliance is one of the most, if not THE most, important element to the success of securing a cannabis business license. How To Secure A Cannabis Business License 1. Build Your Team Local Business/Community Leaders … Continue reading “Top 3 Things New Jersey Stakeholders Should Consider Now”

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