The 4th Infantry Division’s 2nd Stryker Brigade Combat Team will deploy to the border with Mexico to assist the Department of Homeland Security and Customs and Border Protection’s ongoing efforts to “maintain security.”
The move will see roughly 2,400 soldiers deploy, though specific locations are not being named, per a news release from the United States Northern Command (NORTHCOM). The move follows previous deployments of active duty troops to the southern border, which in early February was reported to be about 3,600 total.
With the latest deployment, the total number of active troops deployed to the border totals about 10,000.
“Tasks carried out by 2nd SBCT will include detection and monitoring; administrative support; transportation support; warehousing and logistic support; vehicle maintenance; and engineering support,” a press release said. “The 2nd SBCT provides unique military capabilities to protect and maintain the sovereignty and territorial integrity and security of the southern border, a top priority of the Department of Defense.”
The deployment will see Strykers, a light armored vehicle designed to give infantry troops armor protection without deploying full fledged battle tanks, sent to the border. This is the first time since 2012 Strykers have been deployed south, according to the news release.
President Donald Trump campaigned on securing the southern border and vowed to take a more aggressive stance in halting illegal immigration compared to the Biden administration.
In Colorado, Denver and the surrounding metro area became a flashpoint in the immigration fight. The city saw over 43,000 immigrants bused in with roughly half electing to stay. Of the 20,000 Denver claims about 7,000 have been able to get work authorization through its program.
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=69&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%20weekly%207.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/dg%20weekly%207.png);
background-size: cover;
}
}
But the welcoming stance of the city prompted sharp criticism from Republicans in Washington, namely Rep. Lauren Boebert.
Some of Trump’s harder stance was felt in Aurora weeks ago when a contingent of ICE officers raided several properties across Aurora — ostensibly part of Trump’s “Operation: Aurora” — arresting one person. Immigration officials were targeting roughly 100 members of the Venezuelan prison gang Tren de Aragua.
In his first month in office, Trump deported close to 38,000 people — less than the Biden administration’s monthly average of 57,000, according to Reuters. But this number is poised to rise, officials with the Trump administration said.
The latest deployment of troops from Fort Carson will enhance detection and monitoring capabilities of partner agencies, according to NORTHCOM. In addition, troops will provide logistics support, maintenance, warehousing and administrative support.
They will not be involved in interdiction or deportation operations, NORTHCOM said.
“These deployments will bring additional agility and capability to further efforts to stop the flow of illegal migrancy and drugs at the southern border,” said Gen. Gregory Guillot, Commander, United States Northern Command.