:root {
  --font-family-txm-headline: ivypresto-headline, sans-serif;
  --font-family-txm-body: Montserrat, sans-serif;
  --color-txm-body: #86878c;
  --color-txm-midnightblue: #182538;
  --color-txm-body-light: #bac0c9;
  --color-txm-gold: #ffc322;
  --color-txm-skyblue: #57b6ff;
  --color-txm-bg-lightgray: #f2f5fa;
  --font-family-txm-subhead: ivypresto-display, sans-serif;
  --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);
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
}
.txm26-p {
  font-family: var(--font-family-txm-body);
  color: var(--color-txm-body);
  letter-spacing: .02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 155%;
}
.txm26-masthead {
  background-color: var(--color-txm-midnightblue);
  min-height: 440px;
  color: var(--color-txm-body-light);
  padding-top: 122px;
  padding-bottom: 122px;
}
.txm26-masthead.pos-relative {
  position: relative;
}
.txm26-masthead.pos-relative.txm26-masthead-home {
  padding-bottom: 30px;
}
.txm26-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);
  min-width: 220px;
  font-family: var(--font-family-txm-body);
  color: var(--color-txm-gold);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #6b6b6b00;
  margin-top: 20px;
  margin-bottom: 20px;
  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);
}
.txm26-btn.txm26-btn-spanish {
  min-width: 0;
  margin-bottom: -122px;
  padding: 10px 20px;
}
.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-left: 50px;
  padding-right: 50px;
}
.txm26-quicklink-wrapper.txm26-quicklink-secondary {
  background-color: var(--color-txm-bg-lightgray);
  border-radius: 0;
}
.txm26-quicklink {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-family: var(--font-family-txm-body);
  color: #000;
  letter-spacing: .02em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  text-decoration: none;
  display: grid;
  position: relative;
}
.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-container {
  width: 94%;
  max-width: 1200px;
}
.txm26-container.pos-relative {
  position: relative;
}
.txm26-h2 {
  font-family: var(--font-family-txm-subhead);
  color: var(--color-txm-midnightblue);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}
.txm26-flex-h {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}
.txm26-flex-h.center {
  justify-content: center;
  align-items: flex-start;
}
.txm26-flex-h.txm26-spacebetween {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: stretch;
}
.txm26-width-full {
  width: 100%;
  height: auto;
}
.txm26-grid-2col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-self: stretch;
  place-items: stretch stretch;
  display: grid;
}
.txm26-grid-2col.padding-v-small {
  align-items: center;
}
.txm26-grid-2col.txm26-flex-gap-large {
  grid-auto-columns: 1fr;
}
.txm26-grid-2col.txm26-flex-gap-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.txm26-grid-2col.txm26-flex-gap-small.padding-v-small {
  align-items: stretch;
}
.lightgray {
  background-color: var(--color-txm-bg-lightgray);
  color: var(--color-txm-body);
}
.txm26-section {
  color: var(--color-txm-body);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.txm26-section.txm26-bg-lightgray {
  color: var(--color-txm-body);
}
.txm26-section.txm26-bg-dark {
  color: var(--color-txm-body-light);
}
.txm26-eyebrow {
  font-family: var(--font-family-txm-body);
  color: var(--color-txm-body);
  letter-spacing: .02em;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
.txm26-eyebrow.gold {
  color: var(--color-txm-gold);
}
.txm26-line {
  background-color: #c4c4c4;
  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: 8px auto;
}
.txm26-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--color-txm-body);
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 90px 33px;
  text-decoration: none;
  display: flex;
}
.txm26-card.txm26-dark {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.txm26-card.txm26-card-simple {
  padding: 33px;
  font-size: 22px;
  font-weight: 500;
  line-height: 135%;
}
.txm26-grid-3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}
.padding-v-med {
  padding-top: 100px;
  padding-bottom: 100px;
}
.txm26-dark {
  background-color: var(--color-txm-midnightblue);
  color: var(--color-txm-body-light);
}
.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('../images/welder.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.txm26-bg-right50.bg-employee {
  background-image: url('../images/txm-employee.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.txm26-bg-right50.bg-doctor {
  background-image: url('../images/txm-doctor-hand.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.txm26-bg-right50.bg-employee-man {
  background-image: url('../images/txm-employee-man.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.txm26-bg-right50.bg-bbq {
  background-image: url('../images/txm26-bbq.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.txm26-padding-right-med {
  justify-content: center;
  align-items: center;
  padding-right: 70px;
}
.txm26-flex-gap-med {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}
.padding-v-small {
  padding-top: 30px;
  padding-bottom: 30px;
}
.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-fork {
  background-image: linear-gradient(90deg, var(--color-txm-midnightblue) 22%, #18253800 54%), url('../images/forklift.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 70%;
}
.txm26-bg-masthead.bg-weld {
  background-image: linear-gradient(90deg, var(--color-txm-midnightblue) 16%, #18253800 54%), url('../images/welder.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 70%;
}
.txm26-bg-masthead.bg-weld.txm26-bg-masthead-fullwidth {
  background-image: linear-gradient(90deg, #182538e6 16%, #18253800 54%), url('../images/welder.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
}
.txm26-bg-masthead.bg-buildingsign {
  background-image: linear-gradient(90deg, var(--color-txm-midnightblue) 22%, #18253800 54%), url('../images/txm-sign.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 70%;
}
.txm26-bg-masthead.bg-bbq {
  background-image: linear-gradient(90deg, var(--color-txm-midnightblue) 22%, #18253800 54%), url('../images/txm-terryblacks.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 70%;
}
.txm26-bg-masthead.bg-employeetyping {
  background-image: linear-gradient(90deg, var(--color-txm-midnightblue) 22%, #18253800 54%), url('../images/employee-typing.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 70%;
}
.txm26-bg-masthead.bg-employeestanding {
  background-image: linear-gradient(90deg, var(--color-txm-midnightblue) 22%, #18253800 54%), url('../images/txm-employee.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 70%;
}
.txm26-bg-masthead.bg-toolwall {
  background-image: linear-gradient(90deg, var(--color-txm-midnightblue) 22%, #18253800 54%), url('../images/txm-toolwall.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 70%;
}
.txm26-bg-masthead.bg-toolbox {
  background-image: linear-gradient(90deg, var(--color-txm-midnightblue) 22%, #18253800 54%), url('../images/txm-toolbox.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 70%;
}
.txm26-bg-masthead.bg-employeestanding2 {
  background-image: linear-gradient(90deg, var(--color-txm-midnightblue) 22%, #18253800 54%), url('../images/txm-employee2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 70%;
}
.txm26-card-img {
  width: 100%;
  max-width: 100px;
  max-height: 100px;
}
.txm26-center {
  text-align: center;
}
.txm26-width-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.txm26-flex-gap-large {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
}
.txm26-align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}
.txm26-card-img-small {
  width: 100%;
  max-width: 70px;
  max-height: 70px;
}
.txm26-btn-play {
  width: 30%;
  max-width: 150px;
}
.txm26-relative {
  position: relative;
}
.txm25-link-overlay {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}
.txm26-grid-4col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: grid;
}
.txm26-padding-left-med {
  justify-content: center;
  align-items: center;
  padding-left: 70px;
}
.embla {
  height: 400px;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}
.embla__viewport {
  height: 100%;
  overflow: hidden;
}
.embla__container {
  height: 100%;
}
.embla__slide {
  flex: none;
  min-width: 0;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.txm-carousel-img {
  width: auto;
  height: 100%;
}
.txm26-card-video {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color-txm-midnightblue);
  text-align: left;
  border: 2px solid #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 33px;
  text-decoration: none;
  display: flex;
}
.txm26-color-skyblue {
  color: var(--color-txm-skyblue);
}
.txm-slider-btn {
  background-color: #fff0;
  width: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.txm-slider-btn.embla__next {
  position: absolute;
  inset: 0% 0% 0% auto;
}
.txm-slider-btn.embla__prev {
  position: absolute;
  inset: 0% auto 0% 0%;
}
.txm26-card-heading {
  font-family: var(--font-family-txm-body);
  color: var(--color-txm-body-dark);
  letter-spacing: .02em;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 135%;
}
.txm26-card-heading.gold {
  color: var(--color-txm-gold);
}
.txm26-bg-dark {
  background-color: var(--color-txm-midnightblue);
}
.txm26-bg-lightgray {
  background-color: var(--color-txm-bg-lightgray);
}
.txm26-section-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.txm26-section-heading.txm26-width-full {
  max-width: none;
}
.txm26-color-white {
  color: #fff;
}
.txm26-color-body-light {
  color: var(--color-txm-body-light);
}
.txm26-quicklink-icon {
  max-width: 36px;
  max-height: 34px;
}
.txm26-card-quote {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--color-txm-midnightblue);
  color: var(--color-txm-bg-lightgray);
  text-align: center;
  border: 2px solid #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 33px;
  text-decoration: none;
  display: flex;
}
.txm-p-quote {
  font-family: var(--font-family-txm-body);
  color: var(--color-txm-bg-lightgray);
  text-align: left;
  font-size: 22px;
  font-style: italic;
  line-height: 155%;
}
.txm26-width-25 {
  width: 23%;
}
.txm26-width-33 {
  width: 31%;
}
.txm26-width-50 {
  width: 48%;
}
.txm26-bg-left50 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}
.txm26-bg-left50.bg-welder {
  background-image: url('../images/welder.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.txm26-bg-left50.bg-employee {
  background-image: url('../images/txm-employee.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.txm26-bg-left50.bg-doctor {
  background-image: url('../images/txm-doctor-hand.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.txm26-bg-left50.bg-employee-man {
  background-image: url('../images/txm-employee-man.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.txm26-bg-left50.bg-bbq {
  background-image: url('../images/txm26-bbq.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.txm26-flex-2col {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.txm26-flex-2col.center {
  justify-content: center;
  align-items: flex-start;
}
.txm26-flex-2col.txm26-spacebetween {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: stretch;
}
.txm-flex-reverse {
  flex-flow: row-reverse;
}
.txm26-btn-spanish {
  color: var(--color-txm-midnightblue);
  background-color: #fff;
  border: 1px #000;
  position: absolute;
  inset: auto 0% 0% auto;
}
.padding-v-tiny {
  padding-top: 8px;
  padding-bottom: 8px;
}
.txm26-flex-gap-tiny {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.txm26-tint-white {
  filter: grayscale() brightness(200%);
}
@media screen and (max-width: 991px) {
  .txm26-masthead {
    min-height: 0;
    padding-top: 360px;
    padding-bottom: 60px;
  }
  .txm26-btn.txm26-btn-spanish {
    margin-bottom: -60px;
  }
  .txm26-quicklink-wrapper {
    grid-row-gap: 0px;
  }
  .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-masthead {
    width: 100%;
    height: 320px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .txm26-bg-masthead.bg-fork {
    background-image: url('../images/forklift.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .txm26-bg-masthead.bg-weld {
    background-image: url('../images/welder.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .txm26-bg-masthead.bg-buildingsign {
    background-image: url('../images/txm-sign.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .txm26-bg-masthead.bg-bbq {
    background-image: url('../images/txm-terryblacks.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .txm26-bg-masthead.bg-employeetyping {
    background-image: url('../images/employee-typing.jpg');
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .txm26-bg-masthead.bg-employeestanding {
    background-image: url('../images/txm-employee.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .txm26-bg-masthead.bg-toolwall {
    background-image: url('../images/txm-toolwall.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .txm26-bg-masthead.bg-toolbox {
    background-image: url('../images/txm-toolbox.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .txm26-bg-masthead.bg-employeestanding2 {
    background-image: url('../images/txm-employee2.jpg');
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .txm26-grid-4col {
    grid-template-columns: 1fr;
  }
  .txm26-padding-left-med {
    padding-left: 0;
    padding-right: 0;
  }
  .txm26-width-25, .txm26-width-33 {
    width: 48%;
  }
  .txm26-bg-left50 {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }
}
@media screen and (max-width: 767px) {
  .txm26-btn {
    min-width: 140px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }
  .txm26-btn.txm26-btn-large {
    padding-left: 20px;
    padding-right: 20px;
  }
  .txm26-quicklink-wrapper {
    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.bg-fork {
    background-image: url('../images/forklift.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .txm26-width-25, .txm26-width-33, .txm26-width-50 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .txm26-h1 {
    font-size: 46px;
  }
  .txm26-masthead {
    padding-bottom: 60px;
  }
  .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-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .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-flex-gap-large {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .txm26-card-img-small {
    max-width: 80px;
    max-height: 80px;
  }
  .txm26-card-video, .txm26-card-quote {
    padding: 33px;
  }
  .padding-v-tiny {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#w-node-_36aa7ddf-7426-36ac-7f5d-f4a0bec0375f-4660241e {
  align-self: stretch;
}
#w-node-_7a802f83-8e2f-6b3e-1f9f-1b5388dc0a1b-f636f5ba, #w-node-bc7c1ab9-adf9-a8e6-4af9-33fe66de3a69-f636f5ba {
  place-self: stretch stretch;
}
#w-node-_36aa7ddf-7426-36ac-7f5d-f4a0bec0375f-a583592e {
  align-self: stretch;
}
.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-img-small, .txm26-card-heading, .txm26-p {
  transition: transform 0.2s ease;
}
a.txm26-card-simple:hover .txm26-card-img, a.txm26-card-simple:hover .txm26-card-img-small {
  transform: translateY(-8px);
}
a.txm26-card:hover .txm26-card-heading, a.txm26-card:hover .txm26-p {
  transform: translateY(-8px);
}
a.txm26-card:hover {
  box-shadow: 0 4px 4px #0003;
}
.txm26-p a, .txm26-p a:hover {
  color: #E36F1E;
  text-decoration:underline;
}
.txm26-quicklink:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -.1em;
    width: 0;
    height: .1em;
    background-color: #E36F1E;
    transform: translateX(-50%);
    transition: width 0.2s;
    }
.txm26-quicklink:hover:after {
    width:100%
    }
	
.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
}
.txm26-bg-masthead {
  transition: opacity 1s ease-in-out;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 70%;
}
.txm26-bg-masthead-fullwidth {
  width: 100% !important;
}
.txm26-bg-masthead.is-active {
  opacity: 1 !important;
}
/*unified components*/
.txm26-grid-2col > :first-child {
  padding-left: 0px;
  padding-right: 70px;
}
@media (min-width: 992px) {
/* image left variation */
.txm26-grid-2col.txm26-image-left > :first-child {
  grid-column: 2;
  grid-row: 1;
  padding-left: 70px;
  padding-right: 0px;
}
.txm26-grid-2col.txm26-image-left > :last-child {
  grid-column: 1;
  grid-row: 1;
}
}