:root {
  --font-family-txm-headline: ivypresto-headline, sans-serif;
  --color-txm-midnightblue: #182538;
  --color-txm-body-light: #bac0c9;
  --color-txm-gold: #ffc322;
  --color-txm-skyblue: #57b6ff;
  --font-family-txm-body: Montserrat, sans-serif;
  --color-bg-lightgray: #f5f7f9;
  --font-family-txm-subhead: ivypresto-display, sans-serif;
  --color-txm-bg-lightgray: #f2f5fa;
  --color-txm-body: #86878c;
  --color-txm-body-dark: #37404c;
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}
body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}
a {
  text-decoration: underline;
}
.txm26-h1 {
  font-family: var(--font-family-txm-headline);
  letter-spacing: .06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 100%;
}
.txm26-h1.color-white {
  color: #fff;
}
.txm26-p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 155%;
}
.txm26-section-masthead {
  background-color: var(--color-txm-midnightblue);
  color: var(--color-txm-body-light);
  padding-top: 122px;
  padding-bottom: 30px;
}
.txm26-section-masthead.bg-forklift {
  background-image: linear-gradient(90deg, var(--color-txm-midnightblue) 43%, #18253800 62%), url('/assets/images/txm-redesign/forklift.jpg');
  background-position: 0 0, 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}
.txm26-section-masthead.pos-relative {
  position: relative;
}
.txm26-masthead-left {
  max-width: 500px;
}
.txm26-masthead-left.txm26-flex-gap-small {
  max-width: 490px;
}
.color-gold {
  color: var(--color-txm-gold);
}
.txm26-flex-gap-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.txm26-btn {
  border: 1px solid var(--color-txm-gold);
  color: var(--color-txm-gold);
  text-align: center;
  letter-spacing: .08em;
  background-color: #6b6b6b00;
  min-width: 220px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.txm26-btn:hover {
  background-color: var(--color-txm-gold);
  color: var(--color-txm-midnightblue);
}
.txm26-btn.txm26-btn-white {
  background-color: var(--color-txm-midnightblue);
  color: #fff;
  border-color: #fff;
}
.txm26-btn.txm26-btn-white:hover {
  background-color: var(--color-txm-skyblue);
}
.txm26-btn.btn-dark {
  background-color: var(--color-txm-midnightblue);
  color: #fff;
  border-style: none;
}
.txm26-btn.btn-dark:hover {
  background-color: var(--color-txm-skyblue);
}
.body {
  font-family: var(--font-family-txm-body);
  letter-spacing: .02em;
}
.txm26-quicklink-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  flex-flow: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 18px 50px;
}
.txm26-quicklink {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  font-size: 15px;
  text-decoration: none;
  display: grid;
}
.txm26-quicklink:hover {
  color: var(--color-txm-skyblue);
}
.txm26-flex-v {
  grid-row-gap: 24px;
  flex-flow: column;
  align-self: stretch;
}
.txm26-flex-v.center {
  justify-content: flex-start;
  align-items: center;
}
.txm26-flex-v.center.txm26-flex-gap-tiny {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
.txm26-container {
  width: 94%;
  max-width: 1200px;
}
.txm26-container.graylight {
  background-color: var(--color-bg-lightgray);
}
.txm26-container.pos-relative {
  position: relative;
}
.txm26-h2 {
  font-family: var(--font-family-txm-subhead);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 100%;
}
.txm26-h2.color-white {
  color: #fff;
}
.txm26-h2.color-midnightblue {
  color: var(--color-txm-midnightblue);
}
.txm26-h2.color-midnightblue.center {
  text-align: center;
}
.txm26-flex-h {
  flex-flow: wrap;
}
.txm26-flex-h.center {
  justify-content: center;
  align-items: flex-start;
}
.txm26-width-full {
  width: 100%;
}
.txm26-grid-2col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}
.lightgray {
  background-color: var(--color-txm-bg-lightgray);
  color: var(--color-txm-body);
}
.txm26-section {
  color: var(--color-txm-body);
  position: relative;
}
.txm26-eyebrow {
  font-size: 20px;
  font-weight: 500;
}
.txm26-line {
  background-color: var(--color-txm-body);
  width: 100%;
  max-width: 216px;
  height: 1px;
  display: block;
}
.txm26-divider {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 90%;
  margin: 10px auto;
}
.txm26-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--color-txm-body);
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 90px 33px;
  text-decoration: none;
  display: flex;
}
.txm26-card.center {
  justify-content: flex-start;
  align-items: center;
}
.txm26-card.txm26-dark.txm26-card-link:hover {
  color: #fff;
  box-shadow: 0 6px 5px #0003;
}
.txm26-card.txm26-card-simple {
  color: var(--color-txm-midnightblue);
  padding: 33px;
  font-size: 22px;
  font-weight: 500;
  line-height: 135%;
}
.txm26-card.txm26-card-simple.txm26-card-simple-link:hover {
  box-shadow: 0 4px 4px #0003;
}
.txm26-grid-3col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}
.txm26-card-heading {
  font-size: 20px;
  line-height: 120%;
}
.txm26-card-heading.color-gold {
  font-weight: 600;
}
.text-block {
  color: #334663;
}
.padding-v-med {
  padding-top: 100px;
  padding-bottom: 100px;
}
.txm26-dark {
  background-color: var(--color-txm-midnightblue);
  color: var(--color-txm-body-light);
}
.grid {
  grid-template-rows: auto;
  height: 910px;
}
.txm26-bg-right50 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}
.txm26-bg-right50.bg-welder {
  background-image: url('/assets/images/txm-redesign/welder.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.txm26-bg-right50.bg-forklift {
  background-image: url('/assets/images/txm-redesign/forklift.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}
.image {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}
.txm26-padding-right-med {
  padding-right: 70px;
}
.txm26-padding-right-med.txm26-flex-gap-small {
  max-width: 490px;
}
.txm26-flex-gap-med {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}
.padding-v-small {
  padding-top: 30px;
  padding-bottom: 30px;
}
.txm26-bg {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 44%;
}
.txm26-bg.bg-welder {
  background-image: url('/assets/images/txm-redesign/welder.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.txm26-bg.bg-forklift {
  background-image: url('/assets/images/txm-redesign/forklift.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}
.txm26-bg-masthead {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}
.txm26-bg-masthead.bg-welder {
  background-image: url('/assets/images/txm-redesign/welder.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
}
.txm26-bg-masthead.bg-forklift {
  background-image: url('/assets/images/txm-redesign/forklift.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}
.txm26-bg-masthead.bg-fork {
  background-image: linear-gradient(90deg, var(--color-txm-midnightblue) 16%, #18253800 54%), url('/assets/images/txm-redesign/forklift.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 70%;
}
.txm26-card-img {
  max-width: 100px;
  max-height: 100px;
}
.color-txm-body-light {
  color: var(--color-txm-body-light);
}
.color-txm-body {
  color: var(--color-txm-body);
}
.color-midnightblue {
  color: var(--color-txm-midnightblue);
}
@media screen and (max-width: 991px) {
  .txm26-section-masthead {
    padding-top: 0;
  }
  .txm26-container {
    width: 90%;
  }
  .txm26-grid-2col {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
  .txm26-grid-3col {
    grid-template-columns: 1fr;
  }
  .txm26-bg-right50 {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }
  .txm26-padding-right-med {
    padding-right: 0;
  }
  .txm26-bg {
    width: 90%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }
  .txm26-bg-masthead {
    width: 100%;
    height: 320px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }
  .txm26-bg-masthead.bg-fork {
    background-image: url('/assets/images/txm-redesign/forklift.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .txm26-section-masthead {
    padding-top: 0;
  }
  .txm26-btn {
    min-width: 140px;
    font-size: 16px;
  }
  .txm26-btn.txm26-btn-large {
    padding-left: 20px;
    padding-right: 20px;
  }
  .txm26-quicklink-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 0;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }
  .txm26-quicklink {
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
    place-items: center start;
    width: 45%;
  }
  .txm26-bg-masthead {
    height: 320px;
    margin-bottom: 40px;
    position: static;
  }
  .txm26-bg-masthead.bg-fork {
    background-image: url('/assets/images/txm-redesign/forklift.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  .txm26-h1 {
    font-size: 46px;
  }
  .txm26-quicklink-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .txm26-quicklink {
    width: 100%;
  }
  .txm26-h2 {
    font-size: 44px;
  }
  .txm26-grid-2col {
    grid-template-columns: 1fr;
  }
  .txm26-card {
    padding: 33px;
  }
  .padding-v-med {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .txm26-flex-gap-med {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .padding-v-small {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .txm26-card-img {
    max-width: 80px;
    max-height: 80px;
  }
}
.txm26-bg-right50::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.txm26-card-img, .txm26-card-heading, .txm26-p {
  transition: transform 0.2s ease;
}
.txm26-card-simple-link:hover .txm26-card-img {
  transform: translateY(-8px);
}
.txm26-card-link:hover .txm26-card-heading, .txm26-card-link:hover .txm26-p {
  transform: translateY(-8px);
}