Full-time drivers and dockworkers receive 100% company-paid healthcare. This means no money is ever deducted from your paycheck towards those benefits.
Full-time DRIVERS & DOCKWORKERS: Use the benefits calculator below to find out how much money you can add to your wallet just by working for New Penn.
If you worked at New Penn, that would mean $ more in your pocket every year!
Please note since healthcare premiums are usually deducted pre-tax, these funds will be taxed on your paycheck.
function getSavings()
{
num1 = document.getElementById(“cost”).value;
num2 = document.getElementById(“schedule”).value;
document.getElementById(“result”).innerHTML = num1 * num2;
}
function showSavings()
{
var x = document.getElementById(“beneSavings”);
if (x.style.display === “none”) {
x.style.display = “block”;
}
}