OneTouchPoint, a marketing and printing company, is leaving Denver, according to a layoff notice sent to the state’s labor department.
The company said 70 workers will be impacted by the closure of its Denver office, according to a filing July 10 to state officials as required by the Worker Adjustment and Retraining Notification Act (WARN).
Its office is located at 5280 Joliet St. in northeast Denver.
The company, based in Wisconsin outside of Milwaukee, told state officials it began cutting staff last Thursday and plans to fully close on Sept. 12.
Only a few employees are expected to stay on staff remotely.
“There will be five employees transitioning to working from home for our other facilities, not in Colorado,” the letter said.
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=62&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/DG%20bus%20test%202.png);
background-size: cover;
}
#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: ;
}
#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/DG%20bus%20test%202.png);
background-size: cover;
}
}
OneTouchPoint offers a range of marketing services including brand management, business intelligence reporting, printing materials and order management, according to its website. It has worked with many alcohol brands including Aperol, Skyy Vodka and Corona.
In a news release, the company said it was divesting its Denver facility to Mittera, another print and marketing company based in Iowa. OneTouchPoint plans to move its operations in Denver to its other facilities outside of Colorado.
“Our decision to align the Denver facility’s local transactional accounts with Mittera reflects our proactive approach to adapting in an evolving marketplace,” said David Holland, OneTouchPoint’s CEO.
Mittera will take over local Denver transactional accounts to keep service uninterrupted for clients and will hire “key” employees from OneTouchPoint.
“We see this not just as a transition, but as the beginning of a strong partnership — both with the customers we’re welcoming, and with OTP as we support their strategic direction,” said Jon Troen, CEO of Mittera.