CDL Truck Driver- Swing
Waste Management
- Location
- Bradenton, FL, United States
- Work model
- On-Site
- Level
- Mid
- Posted
- 20h ago
About this role
WM
const HASHBANG_REGEX = /\/?#\/(job|requisitions|jobs)\//; if (window.location.href.match(HASHBANG_REGEX)) { window.location.replace(window.location.href.replace(HASHBANG_REGEX, '/$1/')); } /*fix for cursor position in search box on IOS device*/ .search-box-compact__input { align-content: normal; }
p { text-align: left; }
/*Navigation Bar*/ nav { margin:0px 0; background-color: #ffffff; }
nav ul { padding: 15px 0; margin: 0; list-style: none; position: relative; }
/*boxes*/ nav ul li { display:inline-block; background-color: #ffffff; }
nav a { display:block; padding:0 75px; color:#00693c; font-weight: bold; font-size:16px; line-height: 40px; text-decoration:none; }
nav a:hover { background-color: #00693C; color: #ffffff; font-weight: bold; }
/* Hide Dropdowns by Default */ nav ul ul { display: none; position: absolute; top: 40px; /* the height of the main nav */ }
/* Display Dropdowns on Hover */ nav ul li:hover > ul { display:inherit; } /* First Tier Dropdown */ nav ul ul li { width:225px; float:none; display:list-item; position: relative; left: -50px; }
/* Second, Third and more Tiers */ nav ul ul ul li { position: relative; top:-60px; left:150px; }
/* Change this in order to change the Dropdown symbol */ li > a:after { content: ' +'; } li > a:only-child:after { content: ''; } /* Tax District Hidden */ label[for*='addlAddressAttribute4'], label[for^='addlAddressAttribute4']{display: none;} [name^='addlAddressAttribute4'], [name*=' addlAddressAttribute4']{display: none;}