Marco Rubio, Secretary of State
const bcMiddle = document.querySelector(“.bc_middle”);
const bcEllipse = document.querySelector(“.bc_ellipse”);
const bcHide = document.querySelector(“.bc_hide”);
const bcContent = document.querySelector(“.bc_content”);
const blockBreadcrumbsContent = document.querySelector(“.block_breadcrumbs_content”);
if (bcMiddle && bcMiddle.classList.contains(“collapse”)) {
const toggleElements = () => {
bcHide.classList.toggle(“visible”);
bcMiddle.classList.toggle(“collapse”);
bcEllipse.style.display = bcEllipse.style.display === “none” ? “” : “none”;
bcContent.classList.toggle(“noflex”);
blockBreadcrumbsContent.classList.toggle(“noflex”);
};
if (bcEllipse) {
bcEllipse.addEventListener(“click”, toggleElements);
}
if (bcHide) {
bcHide.addEventListener(“click”, toggleElements);
}
} else if (bcEllipse) {
bcEllipse.style.display = “none”;
}
On the Release of the 2025 Trafficking in Persons Report
Human trafficking is a horrific and devastating crime that also enriches transnational criminal organizations and immoral, anti-American regimes. The 25th edition of the Trafficking in Persons Report pushes countries to take serious action against forced labor and sex trafficking and ensures that those who fail to act face consequences. The Trump Administration is dedicated to upholding American values, protecting American workers, and defending our communities.
Please see the 2025 Trafficking in Persons Report.
Source link