:root {
  --black: black;
  --white: white;
  --firebrick: #ae1717;
  --subtitles: #c10909;
  --form-field: #7b1211;
  --dark-red: #950e0e;
  --silver: #bebebe;
  --dark-grey: #aeaeae;
  --dim-grey: #5d5d5d;
}

.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;
}

body {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 1.2vw;
  line-height: 1.6;
}

h1 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

img {
  max-width: 100%;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
  display: block;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.section {
  color: var(--white);
  background-color: #0000;
  width: 100%;
  padding: 3em 5vw;
}

.section.hero {
  background-color: #0000;
  background-image: linear-gradient(304deg, #0000, #000), linear-gradient(261deg, #0000, #000 78%), url('../images/hero-banner-1.jpg');
  background-position: 0 0, 0 0, 100% 20%;
  background-size: auto, auto, cover;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: visible;
}

.section.hero-info {
  border-top: 2px solid var(--white);
  background-color: var(--firebrick);
  background-image: url('../images/tools-mini.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  border-bottom: 2px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
  position: relative;
}

.section.body-section {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section.body-section.testimonials.top-border {
  background-image: url('../images/tools.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.body-section.our-promise {
  background-image: linear-gradient(#000c, #000c), url('../images/our-promise-banner-tiny.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.body-section.top-border {
  border-top: 2px solid var(--firebrick);
}

.section.body-section.top-border.hide {
  display: none;
}

.section.body-section.our-services {
  background-image: linear-gradient(#000c, #000c), url('../images/wrenches-banner-tiny.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.body-section.repair-section {
  background-image: linear-gradient(#000, #000000bf), url('../images/repair-service-banner-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.section.footer {
  border-top: 2px solid var(--firebrick);
  background-color: var(--black);
}

.section.page-banner {
  border-bottom: 2px solid var(--firebrick);
  background-image: linear-gradient(#000c, #000c);
}

.section.page-banner.inventory {
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/inventory-banner-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.page-banner.our-services {
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/our-services-banner-min.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section.page-banner.quotes {
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/request-repair-banner-1.jpg');
  background-position: 0 0, 50% 15%;
  background-size: auto, cover;
  border-bottom-width: 0;
  min-height: 80vh;
}

.section.page-banner.careers {
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/career-banner-1.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.section-3 {
  display: none;
}

.hero-title {
  color: #fff;
  text-transform: uppercase;
  flex: 0 100%;
  max-width: 15ch;
  margin-bottom: .3em;
  line-height: 1.2;
}

.button {
  background-color: var(--firebrick);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-right: auto;
  padding: 1em 3.5em;
  font-weight: 600;
  transition: background-color .2s cubic-bezier(.215, .61, .355, 1), color .2s cubic-bezier(.215, .61, .355, 1);
}

.button:hover {
  background-color: var(--white);
  color: var(--firebrick);
}

.button.nav-button {
  letter-spacing: .2em;
  white-space: nowrap;
  margin-left: 1.5em;
  font-size: .8em;
}

.button.nav-button.hero {
  display: none;
}

.button.submit-form {
  margin-top: 1em;
  margin-left: auto;
}

.button.repair-service-button, .button.call-button {
  margin-top: 4em;
  margin-right: 0;
}

.button.apply {
  margin-top: 3em;
  margin-left: auto;
}

.three-column-item {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-content: center;
  place-items: center start;
  padding-left: 3em;
  padding-right: 3em;
}

.icon-wrapper {
  margin-right: 1em;
}

.icon-header {
  text-transform: uppercase;
  font-weight: 600;
}

.icon-header-2 {
  font-weight: 300;
}

.icon-header-3 {
  font-weight: 500;
}

.icon {
  background-color: #0000;
  width: 4em;
  height: 4em;
}

.icon.block {
  margin-right: 1em;
}

.hr {
  border-top: 1px solid #fff3;
  margin-top: .3em;
  margin-bottom: .3em;
}

.navigation {
  flex: 0 100%;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.navbar-logo {
  flex: 0 auto;
  width: 17em;
  margin-right: 4em;
}

.navbar-logo._404 {
  width: 15em;
  position: absolute;
  inset: 1em auto auto 1em;
}

.navbar-menu {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navbar-link {
  text-align: center;
  margin-left: .9em;
  margin-right: .9em;
  padding-top: .5em;
  padding-bottom: .3em;
  transition: box-shadow .2s cubic-bezier(.215, .61, .355, 1);
}

.navbar-link:hover {
  box-shadow: inset 0 -7px 0 -3px var(--firebrick);
}

.navbar-link-text {
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  transition: box-shadow .2s cubic-bezier(.215, .61, .355, 1);
}

.two-column-item {
  z-index: 1;
  width: 50%;
}

.two-column-item.padding-right {
  flex-direction: column;
  padding-left: 5em;
  padding-right: 5em;
}

.two-column-item.padding-right.mobile-center {
  padding-left: 0;
  padding-right: 5em;
}

.two-column-item.border-middle {
  flex-direction: column;
  justify-content: center;
  height: 50em;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.two-column-item.border-middle.left {
  border-right: 1px solid var(--firebrick);
  padding-right: 3em;
  position: relative;
}

.two-column-item.border-middle.right {
  border-left: 1px solid var(--firebrick);
  padding-left: 5em;
}

.two-column-item.border-middle.right.inland-careers {
  background-image: linear-gradient(270deg, #000, #0000), linear-gradient(#0000004d, #0000004d), url('../images/inland-careers-picture-2-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.two-column-item.list {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}

.two-column-item.list.margin-right {
  padding-left: 5em;
}

.two-column-item.padding {
  padding-left: 1em;
  padding-right: 1em;
}

.section-title {
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 1.3em;
  line-height: 1.1;
}

.section-title.main {
  padding-bottom: .5em;
  line-height: 1;
}

.section-title.center {
  text-align: center;
  width: 100%;
}

.section-subtitle {
  color: var(--subtitles);
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 700;
}

.section-subtitle.hero {
  font-size: 1.5em;
  line-height: 1;
}

.section-subtitle.hero-sub {
  font-size: .5em;
}

.light-h4 {
  color: #fffc;
  max-width: 42ch;
  font-weight: 300;
}

.light-h4.center {
  text-align: center;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

.light-h4.hero {
  max-width: 45ch;
}

.section-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.section-wrapper.header-wrapper {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.section-wrapper.header-wrapper.no-padding {
  align-items: flex-start;
}

.section-wrapper.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.section-wrapper.two-column {
  padding: 0 0;
}

.section-wrapper.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-text-wrapper {
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: 5em;
}

.navbar-icon {
  display: none;
}

.list-item {
  flex: 0 50%;
  align-items: center;
  margin-bottom: .75em;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.list-item-text {
  padding-right: .55em;
  font-weight: 500;
}

.list {
  align-items: center;
  display: flex;
}

.footer-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 6em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo {
  width: 15em;
  margin-right: auto;
}

.footer-nav-menu {
  display: flex;
}

.footer-info {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-info-div {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-info-div-item {
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 3em;
  display: flex;
}

.footer-info-header {
  text-transform: uppercase;
  margin-right: 1.3em;
  font-weight: 500;
}

.footer-info-text {
  color: #ffffffb3;
  font-weight: 300;
}

.copyright-text {
  color: #ffffffb3;
  text-align: right;
  font-size: .9em;
}

.social-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.social-media-icon {
  justify-content: center;
  align-items: center;
  margin-right: .6em;
  display: flex;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  border: 2px solid var(--firebrick);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  width: 50%;
  margin-bottom: 0;
  padding: 5em;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.banner-content-wrapper {
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.banner-content-wrapper.allow-wrap {
  flex-wrap: wrap;
}

.banner-content-wrapper.vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon-header-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-text {
  color: #fffc;
  max-width: 50ch;
  padding-top: .5em;
  padding-left: 5em;
}

.form {
  width: 100%;
  margin-bottom: 0;
  padding-top: 3em;
  padding-left: 7em;
  padding-right: 7em;
}

.form.apply {
  padding-top: 0;
}

.form-label {
  text-align: right;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex: none;
  margin-right: 1em;
  font-weight: 600;
}

.form-label.padding-below {
  text-align: left;
  padding-bottom: 1em;
}

.form-label.number {
  text-align: center;
  margin-right: 0;
}

.form-field {
  border: 0px none var(--form-field);
  color: var(--white);
  background-color: #7b121199;
  flex: 0 auto;
  margin-bottom: 0;
  font-weight: 500;
}

.form-group {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3em;
  display: flex;
}

.form-group._100-percent-width {
  width: 100%;
}

.form-group._100-percent-width.text-area {
  flex-direction: column;
  align-items: flex-start;
}

.form-group._100-percent-width.sub {
  width: 95%;
  margin-left: auto;
}

.form-group._100-percent-width.sub.bottom {
  padding-bottom: 0;
}

.form-group.employers {
  flex-direction: column;
  align-items: flex-start;
}

.form-wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-padding-bottom {
  color: #fffc;
  margin-bottom: 3em;
}

.text-block-padding-bottom.no-padding {
  margin-bottom: 0;
}

.success-message-2 {
  color: #fff;
  background-color: #ae1717;
  font-weight: 500;
}

.form-sub-label {
  color: #ffffffb3;
  letter-spacing: 0;
  font-size: .85em;
  font-weight: 400;
}

.last-three-employees {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr 1fr 1fr;
  width: 100%;
}

.heading {
  font-size: 5em;
}

.highlight-block {
  background-color: #000000b3;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 10em;
  margin-bottom: 1em;
  padding: 1em 1em 1em 2em;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.highlight-block:hover {
  background-color: #343434b3;
  transform: scale(1.1);
}

.highlight-block.outline {
  border: 2px solid #343434b3;
}

.logo-icon-wrapper {
  width: 6em;
  margin-left: 2em;
  margin-right: 2em;
}

.logo-icon-wrapper.long {
  width: 10em;
}

.logo-icon-wrapper.small {
  width: 5em;
}

.testimonials-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  place-items: start center;
  width: 100%;
  position: relative;
}

.testimonial-block {
  width: 29em;
}

.our-promise-text {
  color: #fffc;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: 500;
}

.our-promise-text-wrapper {
  max-width: 70ch;
}

.signature {
  width: 11em;
  margin-left: auto;
  display: block;
}

.gears {
  width: 37em;
  position: absolute;
  inset: auto auto 0% -10em;
}

.diagnostic-icons-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.diagnostic-icons-wrapper.hero {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  font-size: .75em;
}

.comp-logo-icon {
  transition: transform .1s cubic-bezier(.215, .61, .355, 1);
}

.comp-logo-icon:hover {
  transform: scale(1.1);
}

._2 {
  margin-top: 2em;
  padding-left: 2.53em;
}

._3 {
  padding-top: 3.6em;
  padding-right: 5em;
}

._4 {
  padding-top: 2em;
  padding-right: 5em;
}

._5 {
  padding-top: 3em;
  padding-right: 1.7em;
}

._6 {
  padding-top: 1.4em;
}

._7 {
  padding-top: 4.2em;
  padding-left: 1em;
}

._8 {
  padding-top: 2em;
  padding-left: 1.65em;
}

.slider-contain {
  width: 100%;
  display: none;
  overflow: hidden;
}

.item {
  width: 30vw;
  padding-left: 1em;
  padding-right: 1em;
}

.request-repair-button {
  display: none;
}

.bulleted-list-wrapper {
  flex-flow: wrap;
  justify-content: center;
  width: 93%;
  display: flex;
}

.bulleted-list-wrapper.mini {
  width: 100%;
  font-size: .5vw;
}

.list-item-icon {
  width: 2.5em;
  height: 2.6em;
  margin-right: 1em;
}

.list-item-icon.small {
  width: 1em;
  height: 1em;
}

.vendors-grid {
  grid-column-gap: 3em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.form-field-2 {
  color: #fff;
  background-color: #7b121199;
  border: 0 #7b1211;
  flex: 0 auto;
  margin-bottom: 0;
  font-weight: 500;
}

.form-grid {
  border: 2px solid #343434b3;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3em;
  padding: 1em;
  display: none;
}

.number {
  color: var(--white);
  font-weight: 500;
}

.marquee-horizontal {
  z-index: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1em;
  margin-bottom: -.3em;
  font-size: 4vw;
  display: none;
  position: relative;
  overflow: hidden;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.phone-button, .email-button {
  color: #fff;
  display: block;
}

.request-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body {
  background-color: var(--black);
  color: var(--white);
}

.text-span {
  font-weight: 500;
}

.phone-number {
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  transition: color .2s;
}

.arrow-wrapper {
  display: none;
}

.arrow {
  margin-left: 1em;
  margin-right: 1em;
}

.swipe-left-wrapper {
  display: none;
}

.lottie-animation-2 {
  width: 2em;
}

.swipe-left-text {
  margin-right: 1em;
}

.hero-subtext {
  max-width: 47ch;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-logos-wrapper {
  width: 100%;
}

.bold {
  color: #ffffffb3;
  font-weight: 400;
}

.highlight {
  color: #ffffffe6;
  text-transform: uppercase;
  font-weight: 600;
}

.grid {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-columns: 1fr 1fr;
  margin-top: .25em;
  margin-bottom: 3em;
}

.list-item-w {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-2 {
  background-color: #0000;
  width: 4em;
  height: 4em;
}

.icon-header-2 {
  text-transform: uppercase;
  font-weight: 600;
}

.section-wrapper-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-header-2-2 {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.4;
}

.icon-header-3-2 {
  font-size: .85em;
  font-weight: 500;
  line-height: 1.4;
}

.icon-wrapper-2 {
  margin-right: 1em;
}

.company-info-block {
  justify-content: center;
  align-items: center;
  margin-left: 3em;
  margin-right: 3em;
  display: flex;
}

.phone-number-link, .address-link {
  color: var(--white);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  body {
    max-width: 100vw;
    font-size: 14px;
  }

  h1 {
    font-size: 2.9em;
  }

  h2 {
    font-size: 2.1em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.07em;
  }

  h5 {
    font-size: .85em;
  }

  h6 {
    font-size: .7em;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .section.body-section.testimonials.top-border {
    background-image: url('../images/tools.svg');
    background-position: 50%;
    background-size: cover;
  }

  .section.page-banner.our-services {
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/our-services-banner-min.jpg');
    background-position: 0 0, 30% 100%;
  }

  .section-2 {
    display: none;
  }

  .section-3 {
    font-size: 16px;
    display: none;
  }

  .button {
    margin-bottom: 2.5em;
  }

  .button.nav-button {
    margin-top: 1em;
    margin-left: 0;
    font-size: 1.5em;
  }

  .button.nav-button.hero {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 1em;
    display: flex;
  }

  .button.submit-form, .button.apply.no-margin, .button.no-margin {
    margin-bottom: 0;
  }

  .three-column-item {
    padding-left: .5em;
    padding-right: .5em;
  }

  .navigation {
    flex-wrap: wrap;
    flex-basis: 100%;
  }

  .navbar-logo {
    z-index: 6;
    position: relative;
  }

  .navbar-logo._404 {
    width: 12em;
  }

  .navbar-menu {
    z-index: 5;
    background-color: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .navbar-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 2em;
  }

  .navbar-link.footer {
    margin-left: .9em;
    margin-right: .9em;
    font-size: 1em;
  }

  .navbar-link.top-link {
    margin-top: 5em;
  }

  .two-column-item.padding-right, .two-column-item.padding-right.mobile-center {
    padding-right: 2em;
  }

  .two-column-item.border-middle {
    height: 55em;
  }

  .two-column-item.border-middle.right {
    padding-left: 3em;
  }

  .two-column-item.list.margin-right {
    padding-left: 2em;
  }

  .section-title {
    padding-bottom: .6em;
  }

  .section-wrapper.vertical.testimonials {
    background-image: none;
  }

  .hero-text-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .navbar-icon {
    z-index: 6;
    align-items: stretch;
    width: 2.75em;
    display: flex;
    position: relative;
  }

  .footer-nav {
    margin-bottom: 4em;
  }

  .footer-logo {
    margin-bottom: 1em;
    margin-right: 0;
  }

  .footer-info-div-item {
    margin-right: 2em;
  }

  .footer-info-text {
    width: 9.6em;
    font-size: .7em;
  }

  .copyright-text {
    font-size: .7em;
  }

  .utility-page-content {
    width: 75%;
  }

  .form {
    padding-left: 5em;
    padding-right: 5em;
  }

  .form-label {
    padding-bottom: 1em;
  }

  .form-label.number {
    padding-bottom: 0;
  }

  .form-group._100-percent-width {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2em;
  }

  .highlight-block {
    height: 13em;
  }

  .logo-icon-wrapper.long {
    width: 11em;
  }

  .logo-icon-wrapper.small {
    width: 4em;
  }

  .testimonials-wrapper {
    justify-content: center;
    align-items: center;
    height: 45em;
  }

  .testimonial-block {
    width: 21em;
  }

  .our-promise-text {
    font-size: 1.1em;
  }

  .signature {
    width: 9em;
  }

  .gears {
    width: 30em;
  }

  .diagnostic-icons-wrapper {
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .diagnostic-icons-wrapper.hero {
    font-size: .5em;
  }

  .request-repair-button {
    width: 10em;
    display: block;
  }

  .vendors-grid {
    display: none;
  }

  .marquee-horizontal {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 10em;
    margin-top: 1em;
    display: flex;
    overflow: scroll;
  }

  .marquee-horizontal.testimonial {
    display: none;
  }

  .swipe-left-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 1em;
    display: flex;
  }

  .swipe-left-wrapper.testimonial {
    display: none;
  }

  .lottie-animation-2 {
    justify-content: center;
    align-items: center;
    width: 3em;
    display: flex;
  }

  .swipe-left-text {
    font-size: 1.2em;
  }

  .hero-text {
    margin-right: 2em;
  }

  .icon-header-2-2 {
    font-size: 1.07em;
  }

  .icon-header-3-2 {
    font-size: .7em;
  }

  .company-info-block {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    background-position: 0 0, 0 0, 75% 0;
  }

  .section.hero-info {
    background-image: url('../images/tools-mini-mobile-2.svg');
    background-position: 50%;
    background-size: cover;
  }

  .section.body-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.body-section.top-border {
    overflow: hidden;
  }

  .hero-title {
    text-align: center;
  }

  .button {
    margin-right: 0;
  }

  .button.nav-button {
    margin-bottom: 5em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .button.apply {
    margin-right: auto;
  }

  .button.apply.no-margin {
    margin-bottom: 0;
  }

  .three-column-item {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .icon-header.company-info {
    text-align: center;
  }

  .navbar-logo._404 {
    top: .5em;
    left: .5em;
  }

  .two-column-item {
    width: 100%;
  }

  .two-column-item.padding-right {
    padding-right: 1.5em;
  }

  .two-column-item.padding-right.mobile-center {
    width: 100%;
    padding-right: 1.5em;
  }

  .two-column-item.banner-text-wrapper {
    flex-direction: column;
    width: 100%;
    padding-top: 2em;
  }

  .two-column-item.border-middle {
    min-height: 0;
  }

  .two-column-item.border-middle.left {
    border-right-style: none;
    height: auto;
    padding-top: 0;
    padding-bottom: 3em;
    padding-right: 0;
  }

  .two-column-item.border-middle.left.inland-careers {
    text-align: center;
    align-items: center;
    height: auto;
    padding-top: 3em;
    padding-bottom: 0;
  }

  .two-column-item.border-middle.right {
    text-align: center;
    border-left-style: none;
    order: -1;
    align-items: center;
    height: auto;
    padding-top: 3em;
    padding-bottom: 0;
    padding-left: 0;
  }

  .two-column-item.border-middle.right.inland-careers {
    order: 1;
    height: auto;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .two-column-item.list {
    width: 100%;
  }

  .two-column-item.list.margin-right {
    padding-left: 0;
  }

  .light-h4.hero {
    text-align: center;
    max-width: 45ch;
  }

  .section-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section-wrapper.vertical {
    justify-content: center;
  }

  .section-wrapper.two-column {
    flex-direction: column;
  }

  .hero-text-wrapper {
    flex-direction: column;
    padding: 3em 0;
  }

  .list-item {
    margin-bottom: .3em;
  }

  .footer-nav, .footer-nav-menu {
    flex-direction: column;
  }

  .footer-info-div {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-info-div-item, .copyright-text {
    padding-bottom: 1.1em;
  }

  .utility-page-content {
    width: 90%;
  }

  .banner-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3em;
    padding-bottom: 0;
  }

  .form {
    padding-top: 2em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .form-label.number {
    text-align: left;
    margin-bottom: -1em;
  }

  .last-three-employees {
    grid-template-columns: auto;
  }

  .highlight-block {
    height: 10em;
  }

  .logo-icon-wrapper {
    width: 4em;
  }

  .logo-icon-wrapper.long {
    width: 6em;
  }

  .logo-icon-wrapper.long.testimonial {
    width: 17em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .testimonials-wrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    display: none;
  }

  .testimonial-block {
    width: 80%;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .our-promise-text {
    font-size: 1.2em;
  }

  .gears {
    inset: 0% -10em auto auto;
  }

  .diagnostic-icons-wrapper {
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .diagnostic-icons-wrapper.hero {
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 2.5vw;
  }

  .slider-contain {
    display: block;
  }

  .bulleted-list-wrapper {
    padding-left: 3em;
  }

  .marquee-horizontal.testimonial {
    height: 8em;
    display: flex;
  }

  .arrow-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    display: none;
  }

  .arrow.slider-prev, .arrow.slider-next {
    width: 2em;
    height: 2em;
  }

  .swipe-left-wrapper.testimonial {
    display: flex;
  }

  .lottie-animation-2 {
    width: 2.5em;
  }

  .swipe-left-text {
    font-size: 1.1em;
  }

  .hero-text {
    margin-bottom: 2em;
    margin-right: 0;
  }

  .highlight {
    text-align: left;
  }

  .icon-header-2, .icon-header-2-2, .icon-header-3-2 {
    text-align: center;
  }

  .icon-wrapper-2 {
    margin-bottom: .75em;
    margin-right: 0;
  }

  .company-info-block {
    flex-direction: column;
    margin-left: 1em;
    margin-right: 1em;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .section.page-banner.careers {
    background-image: linear-gradient(to bottom, null, null), url('../images/careers-banner.png');
    background-position: 0 0, 50% 0;
  }

  .section-3 {
    display: none;
  }

  .button.nav-button {
    margin-bottom: 7em;
    font-size: 1.2em;
  }

  .button.submit-form {
    margin-right: auto;
  }

  .button.submit-form.no-margin {
    margin-bottom: 0;
  }

  .three-column-item {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .icon-header {
    margin-bottom: .5em;
  }

  .icon-header.block {
    text-align: center;
  }

  .icon {
    margin-bottom: .5em;
  }

  .icon.block {
    margin-right: 0;
  }

  .navigation {
    flex-wrap: nowrap;
  }

  .navbar-logo {
    width: 50%;
  }

  .navbar-menu {
    justify-content: flex-start;
  }

  .navbar-link {
    font-size: 1.5em;
  }

  .navbar-link.top-link {
    margin-top: 7em;
  }

  .two-column-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .two-column-item.padding-right {
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .two-column-item.padding-right.mobile-center {
    padding-right: 0;
  }

  .two-column-item.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title, .section-subtitle, .light-h4 {
    text-align: center;
  }

  .section-wrapper.vertical {
    align-items: center;
  }

  .list-item-text {
    font-size: 1.2em;
  }

  .footer-nav {
    flex-direction: column;
  }

  .footer-nav-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-info {
    flex-direction: column;
    align-items: center;
  }

  .footer-info-div {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-info-div-item {
    margin-right: 0;
    padding-bottom: 1.1em;
  }

  .footer-info-text {
    color: #ffffff80;
  }

  .copyright-text {
    padding-top: 3em;
  }

  .icon-header-wrapper {
    flex-direction: column;
  }

  .icon-text {
    text-align: center;
    padding-top: 0;
    padding-left: 0;
  }

  .form {
    padding-top: 2em;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .form.apply {
    padding-top: 1em;
  }

  .form-label {
    text-align: left;
  }

  .text-block-padding-bottom {
    text-align: center;
  }

  .highlight-block {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    padding-left: 1em;
  }

  .diagnostic-icons-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bulleted-list-wrapper {
    padding-left: 0;
  }

  .lottie-animation-2 {
    width: 2em;
  }

  .swipe-left-text {
    font-size: 1em;
  }

  .grid {
    grid-template-columns: 1fr;
    padding-left: 1em;
  }

  .company-info-block {
    margin: .25em .7em;
    font-size: .8em;
  }
}

#w-node-f1b5e2f6-73c2-6277-1b0a-8e5bcd276ecf-5a6683ef {
  justify-self: start;
}

#w-node-_244621b2-248c-2e96-8079-2a9c24818231-5a6683ef, #w-node-a867e6c2-8587-c36b-4930-0e1564071b07-5a6683ef {
  justify-self: end;
}

#w-node-_58fea5c3-12f4-1aac-9b96-9c4d8658e707-5a6683ef {
  justify-self: start;
}

#w-node-dfd0c4ed-5a74-cbf8-7522-f13ea28f086b-786683f5, #w-node-dfd0c4ed-5a74-cbf8-7522-f13ea28f0870-786683f5, #w-node-dfd0c4ed-5a74-cbf8-7522-f13ea28f0875-786683f5 {
  align-self: center;
}


