Two Aurora councilmembers Monday delayed a work study discussion scheduled for a proposed marijuana sales tax decrease.
Sales tax rates on cannabis businesses have been a long-debated issue in Aurora. In a council study session last month, mayor pro-tem Curtis Gardner said “I told you so” to other city council members after hearing a presentation from the city’s budget office and an outside cannabis organization about the negative impacts of increased sales tax on the industry.
Gardner and Councilmember Danielle Jurinsky planned to bring forward a proposal for a retail marijuana sales tax rate reduction ordinance at Monday’s study session.
Jurinsky and Gardner asked to remove the item from Monday’s agenda and move it to a future council meeting. They did not give a reason for the item’s rescheduling.
In Colorado, on top of regular sales tax rates, the marijuana industry pays an excise tax for wholesale marijuana — or marijuana before it is sold to customers — and a special sales tax on retail cannabis sales.
Truman Bradley, the executive director the Marijuana Industry Group, said taxes on marijuana have gone up roughly twice as fast as sales since marijuana was legalized.
In addition to paying extra in taxes, the marijuana industry is also not allowed to take normal business tax deductions for things they spend money on, such as rent and employee salaries, Bradley said.
For a coffee shop business, for example, if the business brings in $1 million but spent $500,000 on business expenses, their taxable income is $500,000, Bradley said. For a marijuana business making and spending those same amounts, the business would be taxed on the entire $1 million.
Statewide, total marijuana sales are down significantly. According to the Colorado Department of Revenue, total cannabis sales plunged to $137.3 million in July from the pandemic level high of $207.1 million set in March 2021.
Sign Up For Free: AM Update Newsletter
let pathVariable;
let pathVariable2;
function handleUrlPathSegment() {
const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}
console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);
applyNewsletterName(pathVariable2);
return { pathVariable, pathVariable2 };
}
function applyNewsletterName(newsletterName) {
if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {
updateNewsletterElement(newsletterName);
}
}
function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);
if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}
function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();
const timestamp = now.getTime();
console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);
return timestamp;
}
const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}
handleUrlPathSegment();
Success! Thank you for subscribing to our newsletter.
function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);
nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}
function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}
function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;
result.innerText = “”;
if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}
function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=40&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});
}
#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/alert%20newsletter%20pic.png);
background-size: cover;
}
#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}
#successnsltr a {
color: white;
}
.hideblock {
display:none;
}
h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}
@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/alert%20newsletter%20pic.png);
background-size: cover;
}
}
Bradley pointed to several factors causing the decline, such as lack of tourism to Colorado after border states legalized marijuana, inflation and overproduction.
The increase in taxes on the product make it even harder for marijuana businesses to stay solvent, Bradley said.
While the taxes make business harder for licensed marijuana retailers, they make business easier for illicit marijuana sellers, he said.
“As taxes go up, that helps the illicit market because they don’t pay taxes,” Bradley said. “At what price point does someone go from buying at the store to buying from the guy in the alley? We don’t know. But it’s something we worry about if prices go up.”
Gardner called the continued increase in taxes on the marijuana industry “disappointing” at the September study session, saying it’s a burden on the industry — which is being treated like a “cash cow” for the government.
“All we’ve heard tonight from our staff and outside industry group is … one of the primary causes of decrease in sales is the regulatory burden and the increase in taxes,” Gardner said. “Policymakers out of one side of their mouth say we should treat cannabis like any other business and out of the other side of their mouth continue to go back to cannabis to fund pet projects and treat it like a cash cow.”
In Aurora currently, there are 24 authorized stores. On top of the general sales tax rate of 3.75%, marijuana businesses pay an additional 5% special sales tax.
In total in 2022, the cannabis industry brought in $11.2 million in marijuana tax revenue for Aurora. About 1% of that revenue goes toward youth violence prevention programs, according to the city’s budget office.