{"id":26,"date":"2026-07-23T17:11:57","date_gmt":"2026-07-23T17:11:57","guid":{"rendered":"https:\/\/callhti.com\/?page_id=26"},"modified":"2026-08-28T12:48:57","modified_gmt":"2026-08-28T12:48:57","slug":"careers","status":"publish","type":"page","link":"https:\/\/callhti.com\/?page_id=26","title":{"rendered":"Careers"},"content":{"rendered":"\n<!DOCTYPE html>\n<!--\n  HTI \u2014 Careers (Phase 6 \/ post-GO page)\n  Modeled on the Small Parts Inc. careers page STRUCTURE ONLY (why-work-here, benefits,\n  life\/video, open positions, community, apply). Reuses the Phase 5 homepage tokens +\n  section patterns VERBATIM (style block copied byte-for-byte; interior-hero variant\n  identical to the other interior pages; film\/video pattern reused from the homepage).\n  NO header\/footer chrome \u2014 those are global templates.\n\n  IMPORTANT \u2014 SPI facts do NOT transfer to HTI. SPI is 100% employee-owned (ESOP) with\n  its own perks (free onsite clinic, weekly pay, named community partners, Breezy ATS).\n  HTI is ALSO 100% employee-owned (ESOP) since 2022, confirmed in HTI_Facts_Sheet.md and\n  carried through the About page. The employee-ownership section below reflects this.\n  HTI has NO other HR facts on the facts sheet (no pay cadence, specific benefit names,\n  community partner logos, EEO statement, tenure data, headcount), so benefits cards\n  remain as flagged .tbd placeholders for HTI to fill \u2014 nothing is fabricated.\n\n  FONT:  Inter stand-in via the single --sans token, same as sitewide.\n  MEDIA: keyed data-media-slot placeholders for the Phase 7 asset pass. The culture-video\n         slot can take the existing HTI overview video, or a dedicated careers video.\n  FACTS: supportable claims only, from HTI_Facts_Sheet.md \u2014 founded 1976, \"one of the\n         largest commercial austempering companies in the U.S.\" (exact; never \"the\n         largest\"), single Logansport IN plant, four continuous belt furnaces 24\/7\/365,\n         part of MPI Corp family. No Nadcap\/PRI. No aerospace.\n  SEO:   title\/H1\/keywords from HTI_SEO_Keyword_Map.md (Careers). Primary kw: heat\n         treating jobs Logansport IN; secondaries: manufacturing jobs Logansport, heat\n         treat operator jobs, careers at HTI.\n  LINKS: cross-page + apply hrefs are \"#\" placeholders pending staging ?page_id= values\n         and HTI's application method (ATS URL or hiring email).\n-->\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<title>Heat Treating Jobs in Logansport, IN | HTI Careers<\/title>\n<meta name=\"description\" content=\"Heat treating and manufacturing jobs at HTI in Logansport, Indiana \u2014 skilled, stable work at a commercial austempering specialist. See open roles and how to apply.\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\/* ============================================================\n   DESIGN TOKENS  (port to Kadence global styles)\n   ============================================================ *\/\n:root{\n  \/* Color \u2014 red-forward on charcoal + white, light-dominant *\/\n  --red:#d42027;        --red-deep:#a2151b;\n  --charcoal:#17191c;   --charcoal-2:#212429;\n  --ink:#23262b;        --muted:#6b7280;\n  --paper:#ffffff;      --mist:#f4f5f6;\n  --line:#e4e7ea;       --line-dark:#33373d;\n\n  \/* Type \u2014 single grotesque, matching SPI's approach. Swap --sans to SPI's font. *\/\n  --sans:'Inter',system-ui,-apple-system,sans-serif;\n\n  \/* Geometry \u2014 the HTI parallelogram angle is the signature *\/\n  --shear:-12deg;\n  --maxw:1200px;\n  --gutter:clamp(1.25rem,4vw,2.5rem);\n  --pad-section:clamp(4rem,8vw,7rem);\n  --radius:3px;\n}\n\n\/* ============================================================ BASE *\/\n*{box-sizing:border-box;margin:0;padding:0}\nhtml{scroll-behavior:smooth}\nbody{font-family:var(--sans);color:var(--ink);background:var(--paper);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}\nh1,h2,h3{font-family:var(--sans);line-height:1.05;letter-spacing:-.02em;font-weight:800}\np{max-width:62ch}\na{color:inherit}\nimg{max-width:100%;display:block}\n.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}\n.section{padding-block:var(--pad-section)}\n.section--mist{background:var(--mist)}\n.section--dark{background:var(--charcoal);color:#fff}\n\n\/* Eyebrow label + parallelogram spec-tag (signature) *\/\n.eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--sans);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--red);margin-bottom:1.1rem}\n.eyebrow::before{content:\"\";width:24px;height:11px;background:var(--red);transform:skewX(var(--shear));flex:none}\n.section--dark .eyebrow{color:#ff5a60}\n\n\/* Section heading block *\/\n.head{max-width:36ch;margin-bottom:clamp(2rem,4vw,3.25rem)}\n.head h2{font-size:clamp(1.9rem,3.6vw,3rem)}\n.head p{margin-top:1rem;color:var(--muted);font-size:1.0625rem}\n.section--dark .head p{color:#b7bcc4}\n\n\/* Buttons *\/\n.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--sans);font-weight:600;font-size:.95rem;letter-spacing:.01em;padding:.95rem 1.7rem;border:1.5px solid transparent;border-radius:var(--radius);cursor:pointer;text-decoration:none;transition:transform .15s ease,background .15s ease,color .15s ease}\n.btn:focus-visible{outline:3px solid var(--red);outline-offset:3px}\n.btn-primary{background:var(--red);color:#fff}\n.btn-primary:hover{background:var(--red-deep);transform:translateY(-2px)}\n.btn-ghost{background:transparent;border-color:var(--ink);color:var(--ink)}\n.btn-ghost:hover{background:var(--ink);color:#fff;transform:translateY(-2px)}\n.btn-ghost.on-dark{border-color:rgba(255,255,255,.6);color:#fff}\n.btn-ghost.on-dark:hover{background:#fff;color:var(--charcoal)}\n.btn-white{background:#fff;color:var(--charcoal)}\n.btn-white:hover{background:#f0f0f0;transform:translateY(-2px)}\n.btn-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}\n\n\/* Shared media-slot styling (placeholders for Phase 7) *\/\n.slot-label{position:absolute;left:14px;bottom:12px;font-family:var(--sans);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.72);background:rgba(0,0,0,.35);padding:.35rem .6rem;border-radius:2px}\n\n\/* ============================================================ HERO *\/\n.hero{position:relative;min-height:88vh;display:flex;align-items:center;color:#fff;overflow:hidden;background:var(--charcoal)}\n.hero__media{position:absolute;inset:0;z-index:0;background:\n  radial-gradient(60% 70% at 72% 118%, rgba(212,32,39,.55), rgba(212,32,39,0) 60%),\n  radial-gradient(50% 60% at 15% -10%, rgba(255,120,60,.18), rgba(255,120,60,0) 55%),\n  linear-gradient(180deg,#101215 0%, #17191c 55%, #0e0f11 100%)}\n.hero__media::after{content:\"\";position:absolute;inset:0;background:linear-gradient(90deg, rgba(10,11,13,.82) 0%, rgba(10,11,13,.45) 55%, rgba(10,11,13,.15) 100%)}\n.hero__inner{position:relative;z-index:1;width:100%}\n.hero__content{max-width:50rem;animation:rise .7s cubic-bezier(.2,.7,.2,1) both}\n.hero .eyebrow{color:#ff6169}\n.hero h1{font-size:clamp(2.6rem,6.2vw,4.9rem);letter-spacing:-.03em;line-height:1.0;margin-bottom:1.25rem;text-wrap:balance}\n.hero__sub{font-size:clamp(1.05rem,1.6vw,1.3rem);line-height:1.5;color:#d7dade;max-width:46ch}\n.kicker{width:64px;height:6px;background:var(--red);transform:skewX(var(--shear));margin-bottom:1.5rem}\n@keyframes rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}\n\n\/* ============================================================ TRUST BAR *\/\n.trust{background:var(--paper);border-top:5px solid var(--red)}\n.trust__grid{display:grid;grid-template-columns:repeat(4,1fr);padding-block:clamp(2.25rem,4vw,3.25rem)}\n.stat{padding-inline:clamp(1rem,2vw,2rem);position:relative}\n.stat + .stat::before{content:\"\";position:absolute;left:0;top:12%;height:76%;width:1px;background:var(--line);transform:skewX(var(--shear))}\n.stat__num{font-weight:800;font-size:clamp(2.1rem,3.6vw,3.1rem);line-height:1;color:var(--charcoal);letter-spacing:-.02em}\n.stat__label{font-weight:600;margin-top:.5rem}\n.stat__sub{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-top:.35rem}\n\n\/* ============================================================ FILM SLOT *\/\n.film__stage{position:relative;aspect-ratio:16\/9;border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center;background:\n  radial-gradient(60% 80% at 50% 120%, rgba(212,32,39,.5), rgba(212,32,39,0) 60%),\n  linear-gradient(180deg,#141619,#0e0f11)}\n.play{width:84px;height:84px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px rgba(212,32,39,.45);transition:transform .2s ease}\n.film__stage:hover .play{transform:scale(1.06)}\n.play::before{content:\"\";border-style:solid;border-width:15px 0 15px 24px;border-color:transparent transparent transparent #fff;margin-left:5px}\n\n\/* ============================================================ CARD GRID (capabilities) *\/\n.grid{display:grid;gap:1.25rem}\n.grid--3{grid-template-columns:repeat(3,1fr)}\n.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:2rem 1.75rem 2.15rem;position:relative;overflow:hidden;transition:border-color .2s ease,transform .2s ease}\n.card::after{content:\"\";position:absolute;left:0;bottom:0;height:5px;width:100%;background:var(--red);transform:skewX(var(--shear)) scaleX(0);transform-origin:left;transition:transform .28s ease}\n.card:hover{border-color:#cdd2d7;transform:translateY(-3px)}\n.card:hover::after{transform:skewX(var(--shear)) scaleX(1)}\n.card__tag{width:26px;height:12px;background:var(--red);transform:skewX(var(--shear));margin-bottom:1.25rem}\n.card h3{font-size:1.3rem;font-weight:700;margin-bottom:.65rem;letter-spacing:-.01em}\n.card p{color:var(--muted);font-size:.98rem;margin-bottom:1.1rem}\n.card__spec{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:var(--charcoal);border-top:1px solid var(--line);padding-top:.85rem}\n\n\/* ============================================================ INDUSTRIES (tiles) *\/\n.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}\n.tile{background:var(--paper);padding:1.75rem;transition:background .2s ease}\n.tile:hover{background:#fbfbfc}\n.tile__name{font-weight:700;font-size:1.15rem;letter-spacing:-.01em}\n.tile__parts{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:var(--red);margin-top:.55rem}\n\n\/* ============================================================ WHY AUSTEMPERING (dark differentiator) *\/\n.why{position:relative;overflow:hidden}\n.why::before{content:\"\";position:absolute;right:-10%;top:-30%;width:60%;height:120%;background:radial-gradient(closest-side, rgba(212,32,39,.28), rgba(212,32,39,0));z-index:0}\n.why .wrap{position:relative;z-index:1}\n.why h2{color:#fff;font-size:clamp(1.9rem,3.6vw,3rem);max-width:20ch}\n.why__lead{color:#c3c8cf;margin-top:1rem;max-width:56ch}\n.adv{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:clamp(2.5rem,5vw,3.5rem)}\n.adv__item{border-top:2px solid var(--red);padding-top:1.1rem}\n.adv__fig{font-weight:800;font-size:clamp(1.8rem,3vw,2.4rem);color:#fff;line-height:1;letter-spacing:-.02em}\n.adv__txt{font-size:.92rem;color:#b7bcc4;margin-top:.6rem}\n\n\/* ============================================================ FACILITY \/ FOOTPRINT (single site) *\/\n.feature{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center}\n.feature__media{position:relative;aspect-ratio:4\/3;border-radius:var(--radius);overflow:hidden;background:\n  radial-gradient(70% 80% at 60% 115%, rgba(212,32,39,.4), rgba(212,32,39,0) 60%),\n  linear-gradient(180deg,#1a1d20,#0f1012)}\n.spec-list{list-style:none;display:grid;gap:0;margin-top:1.5rem}\n.spec-list li{display:flex;gap:.9rem;align-items:flex-start;padding:1rem 0;border-bottom:1px solid var(--line)}\n.spec-list li::before{content:\"\";width:20px;height:10px;flex:none;margin-top:.35rem;background:var(--red);transform:skewX(var(--shear))}\n.spec-list strong{font-weight:700}\n.spec-list span{color:var(--muted);display:block;font-size:.94rem}\n\n\/* ============================================================ QUALITY *\/\n.certs{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}\n.chip{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.35rem;background:var(--paper);min-width:170px}\n.chip__name{font-weight:700;font-size:1.05rem}\n.chip__state{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;font-weight:600;color:var(--red);margin-top:.3rem}\n.quality__note{font-size:.9rem;color:var(--muted);max-width:72ch}\n\n\/* ============================================================ LOCATION (single) *\/\n.loc{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}\n.loc__addr{font-size:1.05rem;line-height:1.7}\n.loc__addr .big{font-weight:700;font-size:1.2rem;letter-spacing:-.01em}\n.loc__map{position:relative;aspect-ratio:16\/10;border-radius:var(--radius);overflow:hidden;background:var(--mist);border:1px solid var(--line);display:flex;align-items:center;justify-content:center}\n.loc__map .slot-label{color:var(--muted);background:transparent;position:static}\n\n\/* ============================================================ CTA BAND *\/\n.cta{background:var(--red);color:#fff;position:relative;overflow:hidden}\n.cta::before{content:\"\";position:absolute;inset:0;background:linear-gradient(115deg, var(--red-deep), transparent 60%);opacity:.55}\n.cta .wrap{position:relative;z-index:1}\n.cta h2{color:#fff;font-size:clamp(1.8rem,3.4vw,2.8rem);max-width:22ch}\n.cta p{color:#ffe3e4;margin-top:1rem;max-width:54ch}\n\n\/* ============================================================ RESPONSIVE *\/\n@media(max-width:900px){\n  .grid--3{grid-template-columns:repeat(2,1fr)}\n  .tiles{grid-template-columns:repeat(2,1fr)}\n  .trust__grid{grid-template-columns:repeat(2,1fr);gap:1.75rem 0}\n  .stat:nth-child(odd)::before{display:none}\n  .adv{grid-template-columns:repeat(2,1fr)}\n  .feature,.loc{grid-template-columns:1fr}\n}\n@media(max-width:560px){\n  .grid--3,.tiles,.trust__grid,.adv{grid-template-columns:1fr}\n  .stat + .stat::before{display:none}\n  .hero{min-height:80vh}\n}\n@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto}}\n\n\/* ============================================================ INTERIOR PAGE HERO\n   Derived from the homepage .hero tokens \u2014 reduced height for interior pages.\n   (Matches the other interior pages.) *\/\n.hero--interior{min-height:75vh}\n.hero--interior .hero__content{max-width:54rem}\n.hero--interior h1{font-size:clamp(2.3rem,5vw,4rem);color:#fff;-webkit-text-fill-color:#fff}\n\/* Push hero content below the absolute-positioned badge so they never overlap *\/\n.hero--interior .hero__inner{padding-top:clamp(5rem,9vw,7rem)}\n\n\/* ===================== PLACEHOLDER STYLING \u2014 REMOVE BEFORE LAUNCH =====================\n   .tbd marks content HTI still needs to supply (benefits detail, application method,\n   community partners, EEO statement). It is intentionally loud so a draft can't ship\n   by accident. Delete this block and the .tbd classes once the real copy is in. *\/\n.tbd{outline:2px dashed var(--red);outline-offset:4px;position:relative}\n.tbd::before{content:\"TO CONFIRM\";position:absolute;top:-.7rem;left:.75rem;background:var(--red);color:#fff;font-size:.58rem;font-weight:800;letter-spacing:.14em;padding:.12rem .5rem;border-radius:3px}\n.tbd__note{color:var(--muted);font-style:italic}\n\n\/* ============================================================ HERO BADGE (matches homepage) *\/\n.hero__badge{position:absolute;top:clamp(1.25rem,3vw,2rem);left:clamp(1.25rem,4vw,2.5rem);z-index:2;display:inline-flex;align-items:center;gap:.5rem;font-family:var(--sans);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.85);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:.5rem 1.1rem;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}\n\n\/* ============================================================ HERO BACKGROUND PHOTO *\/\n.hero__bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}\n\n\/* ============================================================ FEATURE MEDIA \u2014 REAL PHOTO *\/\n.feature__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}\n\n\/* ============================================================ WHY-HTI STAT BOXES (matches About mini-stats) *\/\n.why-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1.75rem}\n.mini-stat{background:var(--mist);border-radius:var(--radius);padding:1.5rem;border-left:4px solid var(--red)}\n.mini-stat__num{font-weight:800;font-size:clamp(1.6rem,2.5vw,2.2rem);line-height:1;color:var(--charcoal);letter-spacing:-.02em}\n.mini-stat__label{font-weight:600;font-size:.9rem;margin-top:.4rem}\n.mini-stat__sub{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-top:.3rem}\n\n\/* ============================================================ CTA BAND \u2014 WHITE PARALLELOGRAM *\/\n.cta .eyebrow::before{background:#fff}\n\n\/* ============================================================ COMMUNITY LOCATION MAP *\/\n.loc{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}\n.loc__addr{font-size:1.05rem;line-height:1.7}\n.loc__addr .big{font-weight:700;font-size:1.2rem;letter-spacing:-.01em;margin-bottom:.25rem}\n.loc__map{position:relative;aspect-ratio:16\/10;border-radius:var(--radius);overflow:hidden;background:var(--mist);border:1px solid var(--line)}\n.loc__map iframe{position:absolute;inset:0;width:100%;height:100%;border:0}\n\n\/* ============================================================ RESPONSIVE ADDITIONS *\/\n@media(max-width:900px){\n  .hero--interior{min-height:65vh}\n  .loc{grid-template-columns:1fr}\n}\n@media(max-width:560px){\n  .why-stats{grid-template-columns:1fr}\n}\n\n\/* ============================================================ EMPLOYEE OWNERSHIP \u2014 dark variant *\/\n.esop-content{max-width:780px}\n.esop-bullets{list-style:none;display:grid;gap:0;margin-top:1.5rem}\n.esop-bullets li{display:flex;gap:.9rem;align-items:flex-start;padding:.9rem 0;border-bottom:1px solid var(--line-dark)}\n.esop-bullets li::before{content:\"\";width:20px;height:10px;flex:none;margin-top:.38rem;background:#ff5a60;transform:skewX(var(--shear))}\n.esop-bullets li strong{color:#fff;font-weight:700;display:block;font-size:.95rem}\n.esop-bullets li span{color:#b7bcc4;font-size:.9rem}\n.section--dark .why-stats{margin-top:2rem}\n.section--dark .mini-stat{background:rgba(255,255,255,.06);border-left-color:#ff5a60}\n.section--dark .mini-stat__num{color:#fff}\n.section--dark .mini-stat__label{color:#d7dade}\n<\/style>\n<\/head>\n<body>\n\n<!-- ===================== 1 \u00b7 PAGE HERO ===================== -->\n<section class=\"hero hero--interior\" aria-label=\"Careers at HTI\">\n  <div class=\"hero__media\" role=\"img\" aria-label=\"HTI team members on the austempering furnace line in Logansport, Indiana\"><img decoding=\"async\" src=\"https:\/\/callhti.com\/wp-content\/uploads\/2026\/07\/processed-384A5D59-0918-459D-9E98-0738ADAD176D.jpeg\" alt=\"\" loading=\"eager\" class=\"hero__bg-img\"><\/div>\n  <div class=\"hero__badge\">Employee-Owned Since 2022<\/div>\n  <div class=\"hero__inner\"><div class=\"wrap\"><div class=\"hero__content\">\n    <span class=\"eyebrow\">Careers<\/span>\n    <div class=\"kicker\"><\/div>\n    <h1>Heat treating jobs in Logansport, Indiana.<\/h1>\n    <p class=\"hero__sub\">Join HTI \u2014 one of the largest commercial austempering companies in the U.S., and a specialized craft you can build a long career in. We&#8217;re growing our team in Logansport.<\/p>\n    <div class=\"btn-row\">\n      <a class=\"btn btn-primary\" href=\"https:\/\/hti.breezy.hr\/\" target=\"_blank\" rel=\"noopener\">View Open Positions<\/a>\n    <\/div>\n  <\/div><\/div><\/div>\n<\/section>\n\n<!-- ===================== 2 \u00b7 WHY HTI (feature) ===================== -->\n<section class=\"section\" id=\"why\" aria-label=\"Why work at HTI\">\n  <div class=\"wrap\"><div class=\"feature\">\n    <div class=\"feature__media\" role=\"img\" aria-label=\"An HTI operator running a continuous austempering furnace in Logansport, Indiana\"><img decoding=\"async\" src=\"https:\/\/callhti.com\/wp-content\/uploads\/2026\/07\/20260728_1009240-scaled.jpg\" alt=\"HTI operator at the austempering furnace in Logansport, Indiana\" loading=\"lazy\"><\/div>\n    <div>\n      <span class=\"eyebrow\">Why HTI<\/span>\n      <h2 style=\"font-size:clamp(1.9rem,3.6vw,3rem)\">Build rare, valuable expertise.<\/h2>\n      <p>Most heat treaters only dabble in austempering. At HTI, it&#8217;s the entire business \u2014 and has been since 1976. That focus means you learn a specialized craft to a depth few shops can offer, backed by the stability of one of the largest commercial austempering companies in the U.S. and the resources of the MPI Corp family.<\/p>\n      <ul class=\"spec-list\">\n        <li><div><strong>A craft, not a commodity<\/strong><span>Austempering is a niche skill; here it&#8217;s the whole business, so your expertise compounds.<\/span><\/div><\/li>\n        <li><div><strong>Part of MPI Corp<\/strong><span>An operating company within the MPI Corp family of companies.<\/span><\/div><\/li>\n      <\/ul>\n      <div class=\"why-stats\">\n        <div class=\"mini-stat\"><div class=\"mini-stat__num\">24\/7<\/div><div class=\"mini-stat__label\">Capability<\/div><div class=\"mini-stat__sub\">Four furnaces \u00b7 around the clock<\/div><\/div>\n        <div class=\"mini-stat\"><div class=\"mini-stat__num\">5+<\/div><div class=\"mini-stat__label\">Decades<\/div><div class=\"mini-stat__sub\">In business since 1976<\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/div><\/div>\n<\/section>\n\n<!-- ===================== 3 \u00b7 BENEFITS ===================== -->\n<section class=\"section section--mist\" id=\"benefits\" aria-label=\"Benefits\">\n  <div class=\"wrap\">\n    <div class=\"head\"><span class=\"eyebrow\">Benefits<\/span><h2>What you&#8217;ll get.<\/h2><p>Real reasons to build a career at HTI \u2014 stability, ownership, and a benefits package that takes care of you and your family.<\/p><\/div>\n    <div class=\"grid grid--3\">\n      <article class=\"card\"><div class=\"card__tag\"><\/div><h3>Job Stability<\/h3><p>Five decades in business and one of the largest commercial austempering companies in the U.S. \u2014 stability you can build a life on.<\/p><div class=\"card__spec\">Since 1976<\/div><\/article>\n      <article class=\"card\"><div class=\"card__tag\"><\/div><h3>A Specialized Craft<\/h3><p>Austempering is a rare skill. Here it&#8217;s the whole business, so you build expertise that&#8217;s hard to find anywhere else.<\/p><div class=\"card__spec\">Skilled work<\/div><\/article>\n      <article class=\"card\"><div class=\"card__tag\"><\/div><h3>Part of a Larger Family<\/h3><p>HTI operates within the MPI Corp family of companies.<\/p><div class=\"card__spec\">MPI Corp<\/div><\/article>\n      <article class=\"card\"><div class=\"card__tag\"><\/div><h3>Competitive Pay<\/h3><p>Weekly pay in a high-demand, specialized field \u2014 because skilled work in a niche craft deserves to be compensated accordingly.<\/p><div class=\"card__spec\">Paid weekly<\/div><\/article>\n      <article class=\"card\"><div class=\"card__tag\"><\/div><h3>Health &amp; Retirement<\/h3><p>Health, dental, and vision insurance; an on-site health clinic in Logansport; retirement benefits; and time-off \u2014 so you can take care of yourself and your family.<\/p><div class=\"card__spec\">Full package<\/div><\/article>\n      <article class=\"card\"><div class=\"card__tag\"><\/div><h3>Growth &amp; Training<\/h3><p>Training, certifications, and clear advancement paths \u2014 we invest in our people so your skills and career grow alongside the company.<\/p><div class=\"card__spec\">Advance your career<\/div><\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===================== 4 \u00b7 EMPLOYEE OWNERSHIP (ESOP) ===================== -->\n<section class=\"section section--dark\" id=\"ownership\" aria-label=\"Employee ownership at HTI\">\n  <div class=\"wrap\">\n    <div class=\"esop-content\">\n      <span class=\"eyebrow\">Own Your Future<\/span>\n      <h2 style=\"color:#fff;font-size:clamp(1.9rem,3.6vw,3rem)\">You&#8217;re Not Just An Employee. You&#8217;re An Owner.<\/h2>\n      <p style=\"color:#c3c8cf;margin-top:1rem\">In 2022, HTI became a 100% employee-owned company through an ESOP. That means every team member \u2014 from the operators running our four furnaces around the clock to the quality team holding every lot to standard \u2014 has a direct financial stake in the work they do and the company they build together.<\/p>\n      <p style=\"color:#c3c8cf;margin-top:1rem\">Ownership changes how people show up. When the person loading your parts owns a piece of the outcome, they care about your tolerances the way you do. That&#8217;s not a slogan \u2014 it&#8217;s the structure of this company.<\/p>\n\n      <ul class=\"esop-bullets\">\n        <li><div><strong>Real equity, not just a paycheck<\/strong><span>Every full-time employee builds retirement value through the ESOP.<\/span><\/div><\/li>\n        <li><div><strong>Five decades of stability<\/strong><span>In business since 1976 \u2014 the kind of company you can build a career at.<\/span><\/div><\/li>\n        <li><div><strong>Owners hold the standard<\/strong><span>When you own the outcome, you don&#8217;t pass problems down the line.<\/span><\/div><\/li>\n      <\/ul>\n\n      <div class=\"why-stats\">\n        <div class=\"mini-stat\">\n          <div class=\"mini-stat__num\">100%<\/div>\n          <div class=\"mini-stat__label\">Employee-Owned<\/div>\n          <div class=\"mini-stat__sub\">ESOP since 2022<\/div>\n        <\/div>\n        <div class=\"mini-stat\">\n          <div class=\"mini-stat__num\">5+<\/div>\n          <div class=\"mini-stat__label\">Decades<\/div>\n          <div class=\"mini-stat__sub\">In business since 1976<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===================== 5 \u00b7 OPEN POSITIONS ===================== -->\n<section class=\"section\" id=\"openings\" aria-label=\"Open positions\">\n  <div class=\"wrap\">\n    <div class=\"head\"><span class=\"eyebrow\">Open Positions<\/span><h2>Ready to start?<\/h2><p>See current openings, or send us your information and we&#8217;ll reach out when a matching role opens up.<\/p><\/div>\n    <div class=\"btn-row\">\n      <a class=\"btn btn-primary\" href=\"https:\/\/hti.breezy.hr\/\" target=\"_blank\" rel=\"noopener\">View Open Positions<\/a>\n      <a class=\"btn btn-ghost\" href=\"https:\/\/hti.breezy.hr\/p\/869b0f845cb9-join-our-talent-network\" target=\"_blank\" rel=\"noopener\">Join Our Talent Network<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===================== 6 \u00b7 COMMUNITY ===================== -->\n<section class=\"section section--mist\" id=\"community\" aria-label=\"Community\">\n  <div class=\"wrap\">\n    <div class=\"head\"><span class=\"eyebrow\">Community<\/span><h2>Rooted in Logansport.<\/h2><p>HTI has called Logansport, Indiana home since 1976 \u2014 one company, one plant, one community.<\/p><\/div>\n    <div class=\"loc\">\n      <div class=\"loc__addr\">\n        <div class=\"big\">500 W. Clinton Street<\/div>\n        Logansport, IN 46947<br><br>\n        <a href=\"tel:5747222814\" style=\"color:var(--red);text-decoration:none;font-weight:600\">(574) 722-2814<\/a><br><br>\n        <p style=\"max-width:40ch;color:var(--muted)\">Five decades of commercial heat treating, right here in Logansport \u2014 with no plans to go anywhere.<\/p>\n      <\/div>\n      <div class=\"loc__map\">\n        <iframe\n          src=\"https:\/\/maps.google.com\/maps?q=500+W+Clinton+Street+Logansport+IN+46947&#038;output=embed&#038;z=15\"\n          width=\"100%\"\n          height=\"100%\"\n          style=\"border:0\"\n          allowfullscreen=\"\"\n          loading=\"lazy\"\n          referrerpolicy=\"no-referrer-when-downgrade\"\n          title=\"HTI \u2014 500 W. Clinton Street, Logansport, IN 46947\">\n        <\/iframe>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===================== 7 \u00b7 CTA BAND ===================== -->\n<section class=\"section cta\" id=\"apply\" aria-label=\"Apply\">\n  <div class=\"wrap\">\n    <span class=\"eyebrow\" style=\"color:#ffd5d7\">Join Us<\/span>\n    <h2>Your future starts here.<\/h2>\n    <p>Whether you&#8217;re ready to apply or just want to learn more about working at HTI, we&#8217;d like to hear from you.<\/p>\n    <div class=\"btn-row\">\n      <a class=\"btn btn-white\" href=\"https:\/\/hti.breezy.hr\/\" target=\"_blank\" rel=\"noopener\">View Open Positions<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Heat Treating Jobs in Logansport, IN | HTI Careers Employee-Owned Since 2022 Careers Heat treating jobs in Logansport, Indiana. Join HTI \u2014 one of the largest commercial austempering companies in the U.S., and a specialized craft you can build a long career in. We&#8217;re growing our team in Logansport. View Open Positions Why HTI Build&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":6,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-26","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/callhti.com\/index.php?rest_route=\/wp\/v2\/pages\/26","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/callhti.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/callhti.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/callhti.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/callhti.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=26"}],"version-history":[{"count":9,"href":"https:\/\/callhti.com\/index.php?rest_route=\/wp\/v2\/pages\/26\/revisions"}],"predecessor-version":[{"id":312,"href":"https:\/\/callhti.com\/index.php?rest_route=\/wp\/v2\/pages\/26\/revisions\/312"}],"wp:attachment":[{"href":"https:\/\/callhti.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=26"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}