:root {
  --deep-sky-blue: #27aae1;
  --dim-grey-3: #414042;
  --white-smoke: #f0efef;
  --dim-grey: #414042;
  --firebrick: #cb2026;
  --dark-slate-blue: #0a4e8d;
  --dim-grey-2: #5b5d5e;
  --white-smoke-2: #f8f8f8;
  --color: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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;
  height: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.nav-bar {
  z-index: 88888;
  color: #fff;
  background-color: #202020;
  height: 55px;
  margin-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 6px 3px #00000029;
}

.nav-menu {
  z-index: auto;
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: center;
  width: auto;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  display: block;
  position: relative;
  right: auto;
  overflow: visible;
}

.nav-link {
  float: none;
  color: #fff;
  cursor: pointer;
  height: 55px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 20px 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.nav-link:hover, .nav-link:active {
  color: #fff;
  background-color: #5b5d5e;
}

.nav-link.w--current {
  color: #fff;
}

.image-3 {
  z-index: 1;
  float: left;
  clear: none;
  object-fit: contain;
  height: 50px;
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 60px;
  position: relative;
  top: -55px;
}

.image-4 {
  width: 297px;
  height: 55px;
  display: block;
  position: sticky;
  top: 0;
  bottom: 0;
}

.home-logo {
  z-index: 999999;
  float: left;
  clear: none;
  object-fit: fill;
  width: 297px;
  height: 55px;
  display: block;
  position: relative;
}

.person-icon {
  float: none;
  clear: none;
  height: 28px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 60px;
}

.sign-in-dropdown {
  z-index: 9999;
  float: right;
  width: 68px;
  height: 55px;
  margin-right: 10px;
  padding: 14px 20px;
  transition: background-color .2s;
  display: block;
  position: relative;
}

.sign-in-dropdown:hover {
  color: #fff;
  background-color: #5b5d5e;
}

.lottie-animation {
  width: 40px;
  margin-top: 0;
  display: none;
}

.menu-button {
  display: none;
}

.mega-dropdown {
  z-index: 9999;
  float: none;
  clear: none;
  background-color: var(--dim-grey-3);
  text-align: left;
  object-fit: fill;
  border-radius: 0 0 10px 10px;
  width: 675px;
  height: 490px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 1px 6px 3px #00000029;
}

.div-block-2 {
  float: none;
  background-color: #202020;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: row;
  align-items: flex-end;
  width: auto;
  height: 75px;
  margin-top: 65px;
  padding-top: 20px;
  display: block;
  position: static;
  overflow: visible;
}

.dropdown-column {
  height: 350px;
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  margin-bottom: 2px;
  margin-left: 30px;
  margin-right: 30px;
}

.horizontal-divider {
  background-color: #fff;
  height: 1px;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 30px;
}

.shipping-portal-button {
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 150px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  transition: background-color .2s;
  display: block;
}

.shipping-portal-button:hover {
  background-color: #27aae1;
  border-style: none;
  padding-top: 8px;
}

.mega-menu-vertical-divider {
  border-right: 1px solid #fff;
  height: 330px;
}

.text-block {
  color: #fff;
  height: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.dropdown-nav-link {
  width: 100%;
  height: 30px;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: background-color .2s;
}

.dropdown-nav-link:hover {
  background-color: #27aae1;
}

.hero-slider {
  z-index: 0;
  width: auto;
  height: 375px;
  margin-top: 55px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.mask {
  margin-bottom: 0;
  position: static;
  overflow: hidden;
}

.slide {
  z-index: auto;
  background-color: #181818;
  left: 0;
  right: 0;
}

.tracking-area {
  z-index: 2;
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.quick-links {
  height: 275px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
}

.ql-card {
  float: left;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 175px;
  height: 175px;
  margin: 30px 10px 20px;
  padding: 0;
  transition: background-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 3px 6px -1px #0000004a;
}

.ql-card:hover {
  border: 1px solid #c4c4c4;
}

.container {
  clear: none;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: center;
  max-width: 1457vw;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.image-5 {
  width: auto;
  height: 85px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.card-text {
  color: #174477;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.slide-nav {
  background-color: #0000;
  background-image: linear-gradient(to top, #000c, #fff0);
  display: block;
}

.quick-pick-up {
  width: auto;
  height: 85px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 18px;
}

.shipping-portal {
  width: auto;
  height: 85px;
  margin-top: 0;
  margin-left: 0;
}

.shipping-history {
  width: 137.933px;
  height: 85px;
  margin-top: 0;
  margin-left: 0;
}

.transit-times {
  width: 135px;
  height: 85px;
  margin-top: 0;
  margin-left: 0;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.slide-2 {
  z-index: auto;
  background-color: #3f3f3f;
  left: 0;
}

.card-link {
  z-index: 2;
  text-decoration: none;
  position: relative;
}

.hear-cta-button {
  z-index: 10;
  float: none;
  text-align: center;
  background-color: #27aae1;
  border-radius: 5px;
  width: 225px;
  height: 38px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
  position: static;
  inset: 90px auto auto 64px;
}

.hear-cta-button:hover {
  background-color: #2fb8f1;
  box-shadow: 0 7px 7px -3px #00000069;
}

.bold-text {
  text-shadow: 1px 1px 6px #000c;
  white-space: normal;
  line-height: 35px;
}

.downjump {
  text-align: center;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900";
  font-size: 40px;
  text-decoration: none;
  display: block;
  position: relative;
}

.down-page {
  color: #d1d3d4;
  transition: color .2s;
  position: static;
}

.down-page:hover {
  color: #27aae1;
}

.true-cost {
  background-color: #fff;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-style: normal;
  display: block;
}

.container-5 {
  max-width: 960px;
  margin-top: 60px;
  margin-bottom: 104px;
  font-family: Roboto, sans-serif;
  display: block;
}

.paragraph {
  margin-bottom: 30px;
}

.form-header {
  background-image: url('../images/AdobeStock_197748335.webp');
  background-position: 50%;
  background-size: cover;
  height: 200px;
  margin-top: 55px;
}

.div-block-16 {
  background-color: #14294ecc;
  width: 100%;
  height: 100%;
  margin-top: 55px;
  display: block;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
}

.body-2 {
  border: 1px #000;
  border-bottom-left-radius: 10px;
  height: auto;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  transition: background-color .2s, box-shadow .2s;
}

.heading-4 {
  color: #0a4e8d;
  margin-bottom: 18px;
  margin-left: 20px;
  font-size: 30px;
}

.working-form-button {
  float: none;
  clear: none;
  color: #333;
  background-color: #f0efef;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: block;
  position: relative;
}

.working-form-button:hover {
  color: #fff;
  background-color: #27aae1;
}

.form-section {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
}

.holiday-header {
  background-image: url('../images/Calendar.webp');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 200px;
  margin-top: 55px;
}

.heading-bar {
  background-color: #0a4e8d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 20px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 2px solid #d1d3d4;
  border-top-style: none;
  border-radius: 0 0 10px 10px;
  grid-template-rows: minmax(auto, .25fr) auto auto auto auto auto auto auto auto;
  grid-template-columns: 1.75fr 1.75fr;
  margin: 0 20px 277px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.holiday-col {
  text-align: center;
  background-color: #0000;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.holiday-col-bold {
  text-align: center;
  background-color: #0000;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.holiday-col-bold-highlight {
  text-align: center;
  background-color: #f0efef;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.holiday-col-highlight {
  text-align: center;
  background-color: #f0efef;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.video-header {
  background-image: url('../images/Sunset-truck_1.avif');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  height: 200px;
  margin-top: 55px;
}

.column-2 {
  height: 100%;
  padding-right: 0;
}

.column-3 {
  padding-left: 0;
}

.section-4 {
  margin-top: 30px;
  padding-bottom: 0;
}

.video-blocks {
  margin-bottom: 50px;
}

.text-block-10 {
  color: #0a4e8d;
  font-size: 16px;
  font-weight: 700;
}

.news-header {
  background-image: url('../images/AdobeStock_97833893_1.avif');
  background-position: 100%;
  background-size: cover;
  height: 200px;
  margin-top: 55px;
}

.container-7 {
  margin-top: 20px;
  margin-bottom: 70px;
}

.image-16 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 300px;
  margin-top: 55px;
}

.heading-6 {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
}

.text-block-12 {
  font-size: 16px;
}

.container-8 {
  border-bottom: 2px solid #0a4e8d;
  padding-bottom: 15px;
}

.image-17 {
  object-fit: cover;
}

.collection-list-wrapper-2 {
  margin-bottom: 30px;
}

.heading-7 {
  text-align: center;
  font-family: Roboto, sans-serif;
}

.heading-8 {
  text-align: center;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.section-5 {
  background-color: #f0efef;
}

.link-block {
  color: var(--dim-grey);
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.locations-header {
  background-image: url('../images/Dock.webp');
  background-position: 100% 60%;
  background-size: cover;
  height: 200px;
  margin-top: 0;
}

.map {
  margin-top: 0;
  display: block;
}

.drop-down-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.trigger {
  background-color: var(--firebrick);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s, box-shadow .2s;
  display: block;
  position: static;
}

.trigger:hover {
  background-color: #e42a30;
  box-shadow: 0 7px 7px -3px #00000069;
}

.drop-down-content {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.column-4 {
  height: auto;
  padding-left: 0;
  padding-right: 10px;
  position: static;
}

.column-5 {
  padding-left: 10px;
  padding-right: 0;
  position: static;
}

.state-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.drop-down-content-2 {
  object-fit: fill;
  border-radius: 10px;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: hidden;
  box-shadow: 0 7px 7px -3px #0006;
}

.color-overlay {
  cursor: pointer;
  background-color: #184377cc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
}

.color-overlay:hover {
  background-color: #18437766;
  box-shadow: 0 7px 7px -3px #0006;
}

.section-6 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
}

.image-19 {
  width: 75%;
  height: auto;
  margin-top: 10px;
  display: block;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-14 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.terminal-heading {
  color: #333232;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.terminal-location {
  color: var(--dim-grey);
  border-bottom: 1px solid #c7c3cc;
  width: 100%;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 21px;
  text-decoration: none;
  transition: background-color .2s;
}

.terminal-location:hover {
  background-color: #d7eff8cc;
}

.terminal-address {
  color: var(--dim-grey);
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.terminal-address:hover {
  color: var(--deep-sky-blue);
  text-decoration: underline;
}

.terminal-address:visited {
  color: var(--dim-grey);
}

.terminal-address.blank {
  cursor: default;
}

.terminal-address.blank:hover {
  color: var(--dim-grey);
  text-decoration: none;
}

.image-20, .mobile-map {
  display: none;
}

.montana {
  background-image: url('../images/MONTANA_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.south-dakota {
  background-image: url('../images/South-Dakota.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.north-dakota {
  background-image: url('../images/North-Dakota.webp');
  background-position: 50% 35%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.minnesota {
  background-image: url('../images/MN.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.illinois {
  background-image: url('../images/Ill_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.iowa {
  background-image: url('../images/IOWA_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.nebraska {
  background-image: url('../images/NE.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.kansas {
  background-image: url('../images/Kansas_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.colorado {
  background-image: url('../images/Colorado.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.utah {
  background-image: url('../images/Utah.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.contact-header {
  background-image: url('../images/AdobeStock_200817592.webp');
  background-position: 100% 55%;
  background-size: cover;
  height: 200px;
  margin-top: 55px;
}

.paragraph-5 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
}

.paragraph-6 {
  text-align: center;
  margin-bottom: 20px;
}

.department-name {
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.department-paragraph {
  margin-top: -2px;
  margin-bottom: 20px;
  padding-top: 0;
}

.department-block {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.department-link {
  color: #27aae1;
  text-align: center;
  transition: color .2s;
}

.department-link:hover {
  color: #27aae1;
}

.my-freight {
  text-align: right;
  letter-spacing: -1px;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  order: 0;
  width: auto;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.true-cost-freight-text {
  clear: none;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.text-block-25 {
  float: right;
  clear: none;
  text-align: left;
  cursor: pointer;
  margin-top: -1px;
  margin-bottom: 0;
  margin-right: 6px;
  font-family: "Fa 300";
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.why-do-color {
  float: right;
  color: var(--dim-grey);
  cursor: pointer;
  width: auto;
  height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.why-do-color:hover {
  color: var(--dim-grey);
  text-decoration: underline;
}

.true-cost-missing {
  z-index: 2;
  color: var(--dim-grey);
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 60px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 7px -3px #00000080;
}

.true-cost-missing:hover {
  box-shadow: 0 4px 7px -1px #00000080;
}

.text-block-26 {
  cursor: pointer;
  margin-top: 0;
  margin-right: 5px;
  display: inline-block;
}

.image-container-left {
  width: 387px;
  height: 100%;
  position: relative;
}

.missing-top-image {
  width: 387px;
  height: 200px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: skew(0deg);
}

.missing-bottom-image {
  width: 387px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.my-freight-left {
  text-align: left;
  letter-spacing: normal;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  order: 0;
  width: auto;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 55px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.why-do-color-left {
  float: right;
  color: var(--dim-grey);
  cursor: pointer;
  width: auto;
  height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.why-do-color-left:hover {
  color: var(--dim-grey);
  text-decoration: underline;
}

.missing-top-image-right {
  width: 387px;
  height: 200px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: skew(0deg);
}

.missing-bottom-image-right {
  width: 387px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-container-right {
  width: 387px;
  height: 100%;
  position: relative;
}

.bold-text-2 {
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.true-cost-box-damaged {
  color: var(--dim-grey);
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 0;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 7px -3px #00000080;
}

.true-cost-box-damaged:hover {
  box-shadow: 0 4px 7px -1px #00000080;
}

.true-cost-box-delayed {
  color: var(--dim-grey);
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 60px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 7px -3px #00000080;
}

.true-cost-box-delayed:hover {
  box-shadow: 0 4px 7px -1px #00000080;
}

.stats {
  background-color: var(--dark-slate-blue);
  color: #000;
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 20px;
  display: flex;
  position: relative;
}

.we-ve-expanded {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  height: 550px;
  margin-top: 0;
  margin-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.ccfs-map {
  object-fit: scale-down;
  width: 696.375px;
  min-width: auto;
  height: 750px;
  margin-left: 0;
  margin-right: 40px;
  overflow: visible;
}

.map-text {
  clear: none;
  color: #333;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.map-cta {
  float: right;
  color: var(--dim-grey);
  cursor: pointer;
  width: auto;
  height: 20px;
  margin-top: 0;
  text-decoration: none;
  transition: color .2s;
}

.map-cta:hover {
  color: var(--dim-grey);
  text-decoration: underline;
}

.expanded {
  text-align: right;
  letter-spacing: normal;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  order: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 55px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.text-block-26-copy {
  margin-top: 0;
  margin-right: 5px;
  display: inline-block;
}

.text-block-25-copy {
  float: right;
  clear: none;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 6px;
  font-family: "Fa 300";
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 0;
  bottom: 0;
}

.slide-background-2 {
  background-image: url('../images/Driver.webp');
  background-position: 50% 40%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-background-1 {
  background-image: url('../images/sad-man-hero.webp');
  background-position: 60%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.footer {
  color: var(--firebrick);
  background-color: #414042;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 30px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.column-header {
  float: none;
  clear: none;
  color: #fff;
  object-fit: fill;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  position: static;
}

.footerhorizontal-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.shipping-portal-button-footer {
  clear: none;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 5px;
  order: 0;
  align-self: auto;
  width: 100%;
  height: 35px;
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  padding: 7px 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  transition: background-color .2s;
  display: block;
  position: static;
  overflow: visible;
}

.shipping-portal-button-footer:hover {
  background-color: #27aae1;
  border-style: none;
  padding-top: 8px;
}

.footer-text {
  float: none;
  clear: none;
  color: #fff;
  width: auto;
  margin-top: 0;
  padding-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.footer-text:hover {
  color: #27aae1;
}

.shipping-div-footer {
  flex-flow: wrap;
  order: 0;
  place-content: flex-start;
  align-items: flex-start;
  width: 150px;
  margin-right: 20px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.new-shipments-list {
  flex-flow: column;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.shipped-list {
  flex-flow: column;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.resources-list {
  flex-flow: wrap;
  order: 0;
  place-content: flex-start;
  align-items: flex-start;
  width: 150px;
  margin-right: 20px;
  display: flex;
  overflow: visible;
}

.resources-left-col {
  flex-flow: column;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.resources-right-col, .about-list {
  flex-flow: column;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.careers-list, .contact-list {
  flex-flow: column;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.copyright {
  color: #fff;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.why-join-ccfs {
  background-image: url('../images/AdobeStock_242955192.webp');
  background-position: 100% 60%;
  background-size: cover;
  height: 200px;
  margin-top: 55px;
}

.div-block-41 {
  border: 2.5px solid #fff;
  border-radius: 10px;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  box-shadow: 0 3px 3px 1px #0006;
}

.text-block-29 {
  color: #fff;
  text-align: center;
  margin-top: -25px;
  margin-right: 0;
  font-size: 50px;
  font-weight: 700;
}

.text-block-30 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  position: absolute;
  top: 144px;
}

.slider-8 {
  display: none;
}

.div-block-41-copy {
  border: 2.5px solid #fff;
  border-radius: 10px;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  box-shadow: 0 3px 3px 1px #0006;
}

.from-button {
  float: none;
  clear: none;
  color: #333;
  background-color: #f0efef;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: block;
  position: relative;
}

.from-button:hover {
  color: #fff;
  background-color: #27aae1;
}

.lottie-animation-8 {
  margin-left: -30px;
  position: relative;
  bottom: -67px;
}

.icon-3, .icon-4 {
  margin-bottom: 174px;
}

.text-block-2-copy {
  color: #fff;
  text-align: right;
  text-transform: none;
  white-space: normal;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  position: static;
  bottom: -68px;
  right: 450px;
}

.hear-cta-button-copy {
  z-index: 10;
  float: none;
  clear: none;
  text-align: center;
  background-color: #27aae1;
  border-radius: 5px;
  width: 225px;
  height: 38px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
  position: static;
  bottom: auto;
  left: 0;
  right: 0;
}

.hear-cta-button-copy:hover {
  background-color: #2fb8f1;
  box-shadow: 0 7px 7px -3px #00000069;
}

.container-slide-2 {
  z-index: auto;
  clear: none;
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-end;
  margin-top: 114px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.slide-1-text {
  color: #fff;
  text-align: left;
  text-transform: none;
  white-space: normal;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  position: static;
  bottom: -68px;
  left: 0;
  right: 0;
}

.div-block-45 {
  position: absolute;
  top: 113px;
  left: 179px;
}

.fuel-header {
  background-image: url('../images/Fuel.webp');
  background-position: 100% 25%;
  background-size: cover;
  height: 200px;
  margin-top: 0;
}

.link-block-5 {
  z-index: 999;
  width: 350px;
  height: 55px;
  position: absolute;
}

.link-block-5.w--current {
  z-index: 999;
}

.fuel-rate {
  color: var(--deep-sky-blue);
  text-align: center;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 900;
}

.fuel-section {
  height: 275px;
  margin-top: 30px;
  margin-bottom: 220px;
}

.date {
  color: var(--dim-grey);
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.div-block-46 {
  background-color: var(--white-smoke);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 125px;
  margin-bottom: 209px;
  margin-right: 0;
  padding: 15px 220px;
  display: flex;
}

.fuel-button {
  float: none;
  clear: none;
  border: 1px solid var(--dim-grey);
  color: #333;
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  transition: background-color .2s;
  display: block;
  position: static;
}

.fuel-button:hover {
  color: #fff;
  background-color: #27aae1;
  border-width: 1px;
  border-color: #0000;
}

.nav-item {
  float: none;
  color: #fff;
  cursor: default;
  height: 55px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 20px 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  position: relative;
}

.nav-item:hover {
  background-color: var(--dim-grey-2);
  color: #fff;
}

.nav-item:active {
  color: #fff;
  background-color: #5b5d5e;
}

.about-dropdown {
  z-index: 0;
  background-color: var(--dim-grey);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 150px;
  height: 115px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0;
}

.nav-item-shipping {
  float: none;
  color: #fff;
  cursor: default;
  height: 55px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 20px 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  position: static;
}

.nav-item-shipping:hover {
  background-color: var(--dim-grey-2);
  color: #fff;
}

.nav-item-shipping:active {
  color: #fff;
  background-color: #5b5d5e;
}

.nav-left-text {
  color: #fff;
  text-align: left;
  height: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.careers-dropdown {
  z-index: 0;
  background-color: var(--dim-grey);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 150px;
  height: 85px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0;
}

.dropdown-nav-link-alt {
  width: 100%;
  height: 30px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 0;
  text-decoration: none;
  transition: background-color .2s;
}

.dropdown-nav-link-alt:hover {
  background-color: #27aae1;
}

.who-we-are-header {
  background-image: url('../images/CCFS-Sunset-Truck-Banner_1.avif');
  background-position: 0 30%;
  background-size: cover;
  height: 200px;
  margin-top: 55px;
}

.div-block-49 {
  background-color: var(--white-smoke);
  width: 100%;
  height: 290px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.grid-6 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.heading-9 {
  text-align: center;
  margin-bottom: 30px;
}

.heading-10 {
  text-align: center;
  margin-top: 0;
}

.holiday-schedule-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-right-width: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 30px;
  display: block;
}

.forms-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-right-width: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
}

.paragraph-9 {
  text-align: center;
  margin-bottom: 30px;
}

.container-16 {
  height: 100%;
  margin-top: 30px;
}

.claim-header {
  background-image: url('../images/AdobeStock_197748335.webp');
  background-position: 100% 60%;
  background-size: cover;
  height: 200px;
  margin-top: 55px;
}

.link-6 {
  color: var(--deep-sky-blue);
}

.paragraph-10 {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.paragraph-12 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.user-dropdown {
  z-index: 999998;
  background-color: var(--dim-grey);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 345px;
  height: 205px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  position: absolute;
  inset: 0% 0 auto auto;
}

.user-dorpdown-link {
  width: 100%;
  height: 30px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 0;
  text-decoration: none;
  transition: background-color .2s;
}

.user-dorpdown-link:hover {
  background-color: #27aae1;
}

.nav-right-text {
  color: #fff;
  text-align: right;
  height: 30px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.shipping-portal-button-nav {
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 150px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  transition: background-color .2s;
  display: block;
}

.shipping-portal-button-nav:hover {
  background-color: #27aae1;
  border-style: none;
  padding-top: 8px;
}

.shipping-dropdown-mobile, .background-overlay {
  display: none;
}

.scroll-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.about-drop-down {
  display: none;
  position: static;
}

.careers-dropdown-mobile, .register-links, .new-nav-button {
  display: none;
}

.about-card {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 310px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0 0;
  font-family: Roboto, sans-serif;
  display: flex;
  box-shadow: 0 2px 7px -3px #00000080;
}

.about-headers {
  color: var(--dim-grey);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 10px 0 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: block;
  position: static;
}

.paragraph-13 {
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.paragraph-14 {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-header-div {
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.container-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-13 {
  background-color: var(--dark-slate-blue);
  margin-top: 30px;
  display: none;
}

.learn-more-text-button-more-why {
  background-color: var(--dark-slate-blue);
  cursor: pointer;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 0;
  display: flex;
}

.learn-more-text-button-more-why:hover {
  background-color: var(--deep-sky-blue);
}

.more-text-why {
  background-color: var(--white-smoke);
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  display: block;
}

.divright {
  width: 35%;
  max-width: 35%;
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
}

.divleft {
  width: 35%;
  max-width: 35%;
  margin-top: 0;
  margin-bottom: 0;
}

.divdate {
  z-index: 5;
  background-image: linear-gradient(#fc9c0b, #fc9c0b);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: static;
}

.family-of-companies {
  border: 3px solid #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.div-block-8 {
  color: #4e4e4e;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 30px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -31% 0% auto;
}

.text-block-76 {
  color: var(--dark-slate-blue);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.image-link {
  margin-left: 20px;
  margin-right: 20px;
}

.show-more {
  color: #fff;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  transition: opacity .2s;
  display: inline-block;
}

.show-more:hover {
  text-decoration: none;
}

.stats-area {
  background-color: #0000;
}

.grid-7 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: left;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center stretch;
  place-items: center;
  margin-left: 0;
  padding: 0;
}

.wide-stat-block {
  background-color: #84161d;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 15px 30px 10px;
  display: flex;
}

.text-block-77 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.our-history-header {
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.stat-heading {
  color: #fff;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.stat-subhead {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.stat-content-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fuel-date-div {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.date-text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.cost {
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.cost-of-fuel {
  color: var(--dim-grey);
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

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

.bold-text-5 {
  text-align: left;
  display: block;
}

.html-embed-4 {
  height: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.divider-div {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.why-paragraph {
  padding-left: 10px;
  padding-right: 20px;
  font-size: 14px;
}

.punchline {
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
}

.div-block-69 {
  background-color: var(--white-smoke);
  border-radius: 20px;
  width: 100%;
  height: 2px;
}

.paragraph-19, .paragraph-20, .paragraph-21 {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 14px;
}

.list {
  margin-bottom: 20px;
  padding-left: 30px;
}

.text-block-78 {
  margin-bottom: 0;
  font-weight: 700;
  display: inline-block;
}

.vid-arrow {
  float: none;
  clear: none;
  text-align: left;
  margin: 0 6px 0 5px;
  font-family: "Fa 300";
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: absolute;
}

.vid-arrow:hover {
  color: var(--deep-sky-blue);
}

.div-block-70 {
  position: static;
}

.link-block-6 {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
}

.link-block-6:hover {
  color: var(--deep-sky-blue);
}

.show-less-why {
  color: #fff;
}

.learn-more-text-button-less-why {
  background-color: var(--dark-slate-blue);
  cursor: pointer;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 0;
  display: flex;
}

.learn-more-text-button-less-why:hover {
  background-color: var(--deep-sky-blue);
}

.learn-more-text-button-more-how {
  background-color: var(--dark-slate-blue);
  cursor: pointer;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 0;
  display: flex;
}

.learn-more-text-button-more-how:hover {
  background-color: var(--deep-sky-blue);
}

.learn-more-text-button-less-how {
  background-color: var(--dark-slate-blue);
  cursor: pointer;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 0;
  display: flex;
}

.learn-more-text-button-less-how:hover {
  background-color: var(--deep-sky-blue);
}

.more-text-how2 {
  background-color: var(--white-smoke);
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  display: block;
}

.text-block-79 {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
}

.how-paragraph {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.punchline-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
}

.container-20 {
  margin-top: 30px;
}

.heading-13 {
  margin-top: 0;
  font-family: Roboto, sans-serif;
}

.list-2 {
  padding-left: 13px;
  font-family: Roboto, sans-serif;
}

.paragraph-25 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.paragraph-26 {
  font-family: Roboto, sans-serif;
}

.news-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-right-width: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: grid;
  position: static;
}

.bold-text-6, .bold-text-7 {
  cursor: pointer;
}

.legacy-link {
  color: #b1b1b1;
  text-align: right;
  height: 30px;
  margin-top: 0;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.legacy-link:hover {
  color: #fff;
}

.legacy-link-block {
  color: #fff;
  width: 100%;
  height: 30px;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 0;
  text-decoration: none;
  transition: background-color .2s;
}

.legacy-link-block:hover {
  background-color: #27aae1;
}

.more-text-what2 {
  background-color: var(--white-smoke);
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  display: block;
}

.learn-more-text-button-more-what {
  background-color: var(--dark-slate-blue);
  cursor: pointer;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 0;
  display: flex;
}

.learn-more-text-button-more-what:hover {
  background-color: var(--deep-sky-blue);
}

.learn-more-text-button-less-what {
  background-color: var(--dark-slate-blue);
  cursor: pointer;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 0;
  display: flex;
}

.learn-more-text-button-less-what:hover {
  background-color: var(--deep-sky-blue);
}

.tl---years-side-links {
  direction: ltr;
  color: #5b5d5e;
  text-align: left;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 4px 8px;
  font-size: 10px;
  text-decoration: none;
  transition: font-size .5s cubic-bezier(1, .059, 0, .931), color .4s;
}

.tl---years-side-links:hover {
  color: #27aae1;
  font-size: 16px;
}

.tl---years-side-links:focus {
  color: #fff;
  background-color: #27aae1;
  font-size: 16px;
}

.tl-stick-and-years-conainer {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.timelinesec {
  width: 92%;
  margin-top: 48px;
  position: relative;
  top: 1px;
}

.tl-sticky-menu {
  float: none;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 36px;
  height: 70vh;
  margin-top: 1px;
  margin-left: -40px;
  margin-right: 9px;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  position: sticky;
  inset: 0 auto auto 0%;
}

.tl_text {
  color: #414042;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.tl_title {
  text-align: left;
  letter-spacing: 0;
  margin: 0 0 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.theruller {
  z-index: 2;
  background-color: #fff;
  background-image: linear-gradient(#fc9c0b80, #fc9c0b80), url('../images/pattern.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
  border: 1px #000;
  border-style: none solid;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 450px;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: static;
}

.tl---theyear {
  color: #0a4e8d;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: 0;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 700;
  display: block;
  position: relative;
}

.time-line-top {
  justify-content: center;
  margin-top: -45px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.tl-strock-wrapper {
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.history-card {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 10px;
  width: 800px;
  height: auto;
  margin: 0 220px;
  padding: 0 0 16px;
  display: block;
  position: relative;
  box-shadow: 0 2px 7px -3px #00000080;
}

.tl-div-stroke-separater {
  color: #cb2026;
  border: 1px dashed #27aae1;
  width: 2px;
  height: 40px;
  margin-right: 0;
}

.text-block-75 {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.divgeneral {
  perspective: 1000px;
  justify-content: center;
  height: auto;
  min-height: 0;
  display: flex;
  position: static;
}

.div-block-63 {
  background-color: #0a4e8d;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 30px;
  display: flex;
}

.history-divider {
  background-color: #0a4e8d;
  border: 1px solid #fff;
  width: 100%;
  height: 2px;
}

.our-history-2 {
  color: #fff;
  text-align: left;
  white-space: pre;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 10px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: block;
  position: static;
}

._1990-photo {
  background-image: url('../images/MultiTrucks.webp');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 175px;
}

._1980-photo {
  background-image: url('../images/Dewey.webp');
  background-position: 50% 20%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 175px;
}

.list-3 {
  padding-left: 44px;
}

.list-4 {
  padding-left: 45px;
}

._2006-photo {
  background-image: url('../images/Janeanne.webp');
  background-position: 50% 20%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 175px;
}

._2018-photo {
  background-image: url('../images/NTC.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 180px;
  margin-top: 0;
  padding-top: 0;
}

._2020-photo {
  background-image: url('../images/NAC-History.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 700px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 180px;
  margin-top: 0;
  padding-top: 0;
}

.missing-dropdown {
  color: var(--dim-grey);
  cursor: auto;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -10px;
  margin-bottom: 0;
  padding: 55px 60px 30px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: block;
  position: static;
  inset: 100% 0% auto;
  box-shadow: 0 2px 7px -3px #00000080;
}

.missing-dropdown:hover {
  margin-top: -10px;
  box-shadow: 0 2px 7px -3px #00000080;
}

.main-card-container {
  margin-bottom: 20px;
  position: static;
}

.body-7 {
  height: auto;
  font-family: Roboto, sans-serif;
}

.ship-wit-us {
  background-color: var(--dark-slate-blue);
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 70px;
  transition: background-color .2s;
}

.ship-wit-us:hover {
  background-color: var(--deep-sky-blue);
}

.paragraph-33 {
  margin-bottom: 0;
  font-size: 16px;
  position: static;
}

.paragraph-34 {
  font-size: 16px;
  position: static;
}

.div-block-74 {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-77 {
  margin-left: 15px;
}

.side-number {
  z-index: auto;
  color: var(--white-smoke);
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 35px;
  font-size: 100px;
  font-weight: 900;
  display: inline-block;
  position: static;
  top: 44px;
  left: -385px;
}

.ship-with-us-simple {
  background-color: var(--dark-slate-blue);
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 0;
  transition: background-color .2s;
}

.ship-with-us-simple:hover {
  background-color: var(--deep-sky-blue);
}

.damaged-mega-dropdown {
  color: var(--dim-grey);
  cursor: auto;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -10px;
  margin-bottom: 0;
  padding: 55px 60px 30px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: block;
  position: static;
  inset: 100% 0% auto;
  box-shadow: 0 2px 7px -3px #00000080;
}

.damaged-mega-dropdown:hover {
  margin-top: -10px;
  box-shadow: 0 2px 7px -3px #00000080;
}

.text-block-83 {
  font-size: 16px;
  font-weight: 700;
}

.about-secition {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 30px 0;
  display: flex;
}

.team-resources-header {
  background-image: url('../images/AdobeStock_242955192.webp');
  background-position: 100% 60%;
  background-size: cover;
  height: 200px;
  margin-top: 55px;
}

.resource-container {
  margin-top: 30px;
  margin-bottom: 447px;
}

.resource-link {
  color: var(--deep-sky-blue);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.resource-link:hover {
  text-decoration: underline;
}

.list-item {
  margin-bottom: 5px;
}

.list-item-2 {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-item-4 {
  margin-bottom: 5px;
}

.copyright-year {
  color: #fff;
  width: auto;
  height: auto;
  margin-left: 5px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.copyright-icon {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.copyright-container {
  flex-wrap: wrap;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

._2021-photo {
  background-image: url('../images/RAC--DATS.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 180px;
  margin-top: 0;
  padding-top: 0;
}

.texas {
  background-image: url('../images/El-Paso_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.new-mexico {
  background-image: url('../images/New-Mexico_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.locations-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-right-width: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 0;
  display: block;
}

.list-item-5 {
  margin-bottom: 5px;
}

.slide-background-5 {
  background-color: #414042;
  background-image: url('../images/Barcode-Scanning-2.webp');
  background-position: 40% 35%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-5-color-overlay {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.container-23 {
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.div-block-83 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 123px;
}

.text-block-89 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.paragraph-39 {
  color: #fff;
  text-align: right;
  column-count: auto;
  width: 600px;
  margin-top: 22px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.technology-call-to-action {
  z-index: 10;
  float: none;
  clear: none;
  text-align: center;
  background-color: #27aae1;
  border-radius: 5px;
  width: 225px;
  height: 38px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
  position: static;
  bottom: auto;
  left: 0;
  right: 0;
}

.technology-call-to-action:hover {
  background-color: #2fb8f1;
  box-shadow: 0 7px 7px -3px #00000069;
}

.slide-10 {
  z-index: 0;
}

.arizona {
  background-image: url('../images/Arizona.webp');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.idaho {
  background-image: url('../images/Idaho-Falls.webp');
  background-position: 50% 60%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.nevada {
  background-image: url('../images/Lasvegas.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.body-8 {
  font-family: Roboto, sans-serif;
}

.mobile-slide {
  z-index: 0;
  background-color: #363636;
}

.mobile-background {
  background-image: url('../images/CCFS-Mobile_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.mobile-color-overlay {
  background-color: #14294eba;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-90 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.mobile-slide-container {
  z-index: 5;
  clear: none;
  flex-flow: column;
  place-content: flex-start center;
  align-items: center;
  margin-top: 130px;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.mobile-subhead {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.mobile-cta {
  z-index: 10;
  float: none;
  text-align: center;
  background-color: #27aae1;
  border-radius: 5px;
  width: 260px;
  height: 38px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
  position: static;
  inset: 90px auto auto 64px;
}

.mobile-cta:hover {
  background-color: #2fb8f1;
  box-shadow: 0 7px 7px -3px #00000069;
}

.dropdown-headings {
  color: var(--dim-grey-3);
  margin-bottom: 20px;
}

.container-24 {
  margin-top: 30px;
}

.heading-3-copy {
  color: #fff;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.div-block-84 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  display: flex;
}

.html-embed-7 {
  border: 1px none var(--deep-sky-blue);
}

.html-embed-7:focus {
  border-style: none;
}

.mudslide-header {
  background-image: url('../images/Rebrand.webp');
  background-position: 50% 30%;
  background-size: cover;
  height: 200px;
  margin-top: 55px;
}

.missouri {
  background-image: url('../images/Missouri.webp');
  background-position: 50% 60%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.alert-banner {
  z-index: 999;
  height: auto;
  margin-top: 55px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.link-13-copy {
  color: var(--deep-sky-blue);
  text-align: center;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link-13-copy:hover {
  text-decoration: underline;
}

.new-badge {
  z-index: 10;
  background-color: var(--deep-sky-blue);
  border: 1px solid #fff;
  border-radius: 4px;
  width: 50px;
  height: 20px;
  position: absolute;
  inset: 18% 28% 0% auto;
}

.new-badge.truckload {
  top: 55%;
}

.dropdown-nav-link-with-badge {
  width: 100%;
  height: 30px;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
}

.dropdown-nav-link-with-badge:hover {
  background-color: #27aae1;
}

.text-block-92 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.text-block-93 {
  color: #fff;
  font-size: 16px;
}

.new-badge-about {
  background-color: var(--deep-sky-blue);
  border: 1px solid #fff;
  border-radius: 4px;
  width: 50px;
  height: 20px;
  position: absolute;
  top: 50px;
  right: 7px;
}

.heading-16 {
  color: #084f8d;
  margin-bottom: 20px;
}

.paragraph-43 {
  margin-bottom: 20px;
  font-size: 16px;
}

.image-36 {
  width: 700px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-86 {
  border-bottom: 1px solid var(--dim-grey);
  outline-offset: 0px;
  outline: 3px #333;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.div-block-87 {
  justify-content: center;
  margin-top: 17px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.button-11 {
  background-color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 4px;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.button-11:hover {
  background-color: var(--deep-sky-blue);
}

.heading-17 {
  text-align: center;
  margin-bottom: 5px;
}

.text-block-94 {
  text-align: center;
  margin-bottom: 20px;
  font-style: italic;
}

.legacy-link-block-top {
  color: #fff;
  width: 100%;
  height: 30px;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 0;
  text-decoration: none;
  transition: background-color .2s;
}

.legacy-link-block-top:hover {
  background-color: #27aae1;
}

.div-block-88 {
  border: 1px #000;
  border-bottom-color: #fff;
  align-items: center;
  margin-top: 10px;
  margin-left: 47px;
  display: flex;
}

.div-block-89 {
  border: 1px solid #b1b1b1;
  width: 100%;
  height: 1px;
}

.text-block-95 {
  color: #b1b1b1;
  text-align: center;
  width: 149px;
}

._2022-photo {
  background-color: #fff;
  background-image: url('../images/Rebrand-Combo-logo.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 180px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-86-copy {
  border-bottom: 1px none var(--dim-grey);
  outline-offset: 0px;
  outline: 3px #333;
  justify-content: center;
  margin-bottom: 45px;
  display: block;
}

.newsblock-copy {
  margin-bottom: 369px;
}

.heading-16-copy {
  color: #084f8d;
  margin-bottom: 5px;
  font-size: 25px;
}

.paragraph-44 {
  font-size: 16px;
  font-style: italic;
}

.slider-mobile {
  z-index: 0;
  width: auto;
  height: 375px;
  margin-top: 55px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.open-positions-button {
  float: none;
  clear: none;
  color: #333;
  background-color: #f0efef;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: block;
  position: relative;
}

.open-positions-button:hover {
  color: #fff;
  background-color: #27aae1;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.heading {
  color: #cb2026;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
}

.terminal-location-3 {
  color: #414042;
  border-bottom: 1px solid #c7c3cc;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 21px 10px 20px;
  text-decoration: none;
  transition: background-color .2s;
}

.terminal-location-3:hover {
  background-color: #d7eff8cc;
}

.section-16 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
}

.terminal-heading-2 {
  color: #333232;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.container-25 {
  justify-content: center;
  display: flex;
}

.canada-shipments-header {
  background-image: url('../images/Canada.webp');
  background-position: 50% 60%;
  background-size: cover;
  height: 200px;
  margin-top: 55px;
}

.section-17 {
  margin-top: 30px;
}

.canada-port-map {
  width: 75%;
  height: auto;
  margin-top: 10px;
  display: block;
}

.container-26 {
  display: block;
}

.div-block-95 {
  justify-content: center;
  display: flex;
}

.paragraph-45 {
  font-size: 16px;
}

.text-span {
  letter-spacing: -.5px;
  text-transform: none;
  white-space: normal;
  font-family: erbaum, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.text-span-2 {
  text-transform: none;
  font-family: erbaum, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.superscript {
  font-size: 8px;
}

.interested-header {
  background-image: url('../images/AdobeStock_197748335.webp');
  background-position: 100% 60%;
  background-size: cover;
  height: 200px;
  margin-top: 55px;
  margin-bottom: 0;
}

.section-18 {
  margin-bottom: 405px;
}

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

.html-embed-10 {
  background-color: #fff;
}

.link-15, .link-16 {
  color: var(--deep-sky-blue);
}

.paragraph-46 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.container-28 {
  padding-top: 30px;
}

.text-block-103 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-98 {
  color: #fff;
  background-color: #4d4d4d;
  border: 1px solid #9b9b9b;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: auto;
  margin-left: 20px;
  padding: 10px 10px 5px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  position: static;
  top: 136px;
  left: 670px;
}

.div-block-98:hover {
  border-color: #fff;
}

.text-block-104 {
  text-align: center;
}

.image-38 {
  width: 60%;
  max-width: 70%;
  margin-bottom: 10px;
}

.div-block-107 {
  border-top: 1px solid #9b9b9b;
  flex-direction: column;
  width: 100%;
  height: 100px;
  padding: 10px 10px 5px;
  display: flex;
}

.div-block-108 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: auto;
  margin-top: 5px;
  display: grid;
  position: static;
}

.image-41, .image-42 {
  width: 50px;
}

.link-block-7 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.discounted-rates-slide {
  z-index: 0;
  background-color: #363636;
}

.discounted-background {
  background-image: url('../images/Cali_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.container-30 {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.discounted-button {
  z-index: 10;
  float: none;
  text-align: center;
  background-color: #27aae1;
  border-radius: 5px;
  width: 260px;
  height: 38px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
  position: static;
  inset: 90px auto auto 64px;
}

.discounted-button:hover {
  background-color: #2fb8f1;
  box-shadow: 0 7px 7px -3px #00000069;
}

.discounted-heading {
  color: #fff;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-110 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wyoming {
  background-image: url('../images/Wyoming_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

._2023-photo {
  background-color: #fff;
  background-image: url('../images/image_2023-07-03_16-11-16.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 180px;
  margin-top: 0;
  padding-top: 0;
}

.keep-for-later-slider {
  z-index: 0;
  width: auto;
  height: 375px;
  margin-top: 55px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.text-block-109 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.terminal-location-4 {
  color: #414042;
  border-bottom: 1px solid #c7c3cc;
  width: 100%;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 21px;
  text-decoration: none;
  transition: background-color .2s;
}

.terminal-location-4:hover {
  background-color: #d7eff8cc;
}

.terminal-heading-3 {
  color: #333232;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.terminal-address-2 {
  color: #414042;
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.terminal-address-2:hover {
  color: #27aae1;
  text-decoration: underline;
}

.terminal-address-2:visited {
  color: #414042;
}

.text-block-110 {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.list-5 {
  padding-left: 45px;
}

.text-block-111 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.terminal-location-5 {
  color: #414042;
  border-bottom: 1px solid #c7c3cc;
  width: 100%;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 21px;
  text-decoration: none;
  transition: background-color .2s;
}

.terminal-location-5:hover {
  background-color: #d7eff8cc;
}

.terminal-heading-4 {
  color: #333232;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.terminal-address-3 {
  color: #414042;
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.terminal-address-3:hover {
  color: #27aae1;
  text-decoration: underline;
}

.terminal-address-3:visited {
  color: #414042;
}

.x2k {
  z-index: 0;
  background-color: #363636;
}

.x2k-background {
  background-image: url('../images/Red-Bison-Eye-CCFS.avif');
  background-position: 50% 30%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.x2k-container {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.x2k-heading {
  color: #fff;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.color-overlay-black-mo {
  background-color: #0c000033;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-111 {
  width: auto;
}

.news-card {
  background-color: #fff;
  border-radius: 6px;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 2px 5px #0003;
}

.image-46 {
  object-fit: cover;
  width: 100%;
  max-height: 200px;
}

.bold-text-12 {
  font-size: 16px;
  line-height: 16px;
}

.div-block-112 {
  padding-left: 0;
  padding-right: 0;
}

.heading-21 {
  line-height: 20px;
}

.button-13 {
  background-color: var(--white-smoke);
  color: var(--dim-grey);
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  transition: background-color .2s, color .2s;
}

.button-13:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.container-31 {
  margin-top: 20px;
  margin-bottom: 274px;
}

.paragraph-49 {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.heading-22 {
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

.ship-wit-us-long {
  background-color: var(--white-smoke);
  color: var(--dim-grey);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  margin-top: 50px;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  transition: background-color .2s;
}

.ship-wit-us-long:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.div-block-113 {
  background-color: var(--white-smoke-2);
  color: var(--white-smoke-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-top: 55px;
  display: flex;
}

.tools-overview-section {
  margin-top: 60px;
  margin-bottom: 0;
}

.div-block-114 {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.tool-cards {
  border-radius: 2px;
}

.app-quote {
  background-image: url('../images/Quote.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: block;
}

.app-heading {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 25px;
}

.app-quick-pick-up {
  background-image: url('../images/Artboard-5.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: block;
}

.app-tacking {
  background-image: url('../images/Tracking.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: block;
}

.app-transit-times {
  background-image: url('../images/Artboard-6.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: block;
}

.app-set-up-shipment {
  background-image: url('../images/Set-Up-Shipment.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: block;
}

.app-shipping-history {
  background-image: url('../images/Shipping-HIstory.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: block;
}

.app-addressbook {
  background-image: url('../images/AddressBook.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: block;
}

.alerts-reports {
  background-image: url('../images/Alerts-and-Reports.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: block;
}

.invoices {
  background-image: url('../images/Invoices.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: block;
}

.container-32 {
  margin-bottom: 100px;
}

.smartway-container {
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-left: 340px;
  display: flex;
  position: absolute;
  top: 162px;
}

.image-47 {
  width: 200px;
  margin-bottom: 10px;
  margin-right: 0;
}

.edi-heading {
  background-image: url('../images/Tech-Background.avif');
  background-position: 100%;
  background-size: auto;
  height: 200px;
  margin-top: 55px;
}

.image-48 {
  width: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.one-name-container {
  border: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 100px;
  display: flex;
}

.bold-text-13 {
  font-size: 35px;
}

.x2k-button {
  z-index: 10;
  float: none;
  text-align: center;
  background-color: #27aae1;
  border-radius: 5px;
  width: 260px;
  height: 38px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
  position: static;
  inset: 90px auto auto 64px;
}

.x2k-button:hover {
  background-color: #2fb8f1;
  box-shadow: 0 7px 7px -3px #00000069;
}

.header-image {
  background-color: var(--white-smoke-2);
  color: var(--white-smoke-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-top: 55px;
  display: flex;
}

.image-49 {
  width: 100%;
  max-width: none;
  padding-left: 220px;
  padding-right: 220px;
}

.x2k-mobile-button {
  z-index: 10;
  float: none;
  clear: none;
  text-align: center;
  background-color: #27aae1;
  border-radius: 5px;
  width: 225px;
  height: 38px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
  position: static;
  bottom: auto;
  left: 0;
  right: 0;
}

.x2k-mobile-button:hover {
  background-color: #2fb8f1;
  box-shadow: 0 7px 7px -3px #00000069;
}

.list-item-6, .list-item-7 {
  margin-bottom: 10px;
}

.list-6 {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-51 {
  width: 100%;
  margin-bottom: 40px;
}

.paragraph-50 {
  margin-bottom: 40px;
  font-size: 16px;
}

.image-52 {
  width: 100%;
  margin-bottom: 20px;
}

.image-46-copy {
  object-fit: cover;
  width: 100%;
  height: 200px;
  max-height: 200px;
}

.register-button {
  z-index: 10;
  float: none;
  text-align: center;
  background-color: #27aae1;
  border-radius: 5px;
  width: 100%;
  height: 38px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
  position: static;
  inset: 90px auto auto 64px;
}

.register-button:hover {
  background-color: #2fb8f1;
  box-shadow: 0 7px 7px -3px #00000069;
}

.news-card-rebrand {
  background-color: #fff;
  border-radius: 6px;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.header-image-2 {
  color: #f8f8f8;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-top: 0;
  display: flex;
}

.image-53 {
  width: 100%;
  max-width: none;
  padding-left: 220px;
  padding-right: 220px;
}

.paragraph-51 {
  color: #333;
  text-align: left;
  text-decoration: none;
}

.paragraph-52 {
  margin-bottom: 40px;
  font-size: 16px;
}

.number-block-main {
  background-color: #27aae1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: auto;
  margin-right: 20px;
  display: flex;
}

.main-option {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  display: flex;
}

.options-heading {
  margin-bottom: 10px;
  font-size: 30px;
}

.content-container {
  margin-top: 20px;
  margin-bottom: 274px;
}

.text-block-113 {
  color: #333;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  display: flex;
}

.pick-up-option-main {
  background-color: #f8f8f8;
  border: 3px solid #27aae1;
  border-radius: 4px;
  flex-flow: row;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.number-block {
  background-color: #ebebeb;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: auto;
  margin-right: 20px;
  display: flex;
}

.bold-text-14 {
  font-size: 35px;
}

.heading-25 {
  font-size: 40px;
  font-weight: 700;
  line-height: 32px;
}

.option-button {
  background-color: #0a4e8d;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
}

.option-button:hover {
  background-color: #27aae1;
}

.text-span-4 {
  margin-left: 10px;
}

.pick-up-option {
  background-color: #f8f8f8;
  border-radius: 4px;
  flex-flow: row;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.learn-more {
  text-align: center;
  background-color: #0a4e8d;
  border-radius: 5px;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
}

.learn-more:hover {
  background-color: #27aae1;
}

.heading-26 {
  font-size: 30px;
}

.option-button-small {
  background-color: #0a4e8d;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
  transition: background-color .2s;
}

.option-button-small:hover {
  background-color: #27aae1;
}

.option-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.learn-more-wrapper {
  margin-top: 60px;
  margin-bottom: 100px;
}

._2012-photo {
  background-color: #fff;
  background-image: url('../images/CCFS-Classic-Logo.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 180px;
  margin-top: 0;
  padding-top: 0;
}

.section-21 {
  margin-top: 55px;
  padding-top: 30px;
}

.section-22 {
  margin-top: 55px;
  padding-top: 40px;
}

.large-button-section-help-center {
  background-color: var(--white-smoke);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 15px 220px 40px;
  display: flex;
}

.chat-config {
  z-index: 2147483647;
  display: block;
  position: relative;
}

.text-block-114 {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.list-7 {
  padding-left: 45px;
}

.text-block-115 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.terminal-location-6 {
  color: #414042;
  border-bottom: 1px solid #c7c3cc;
  width: 100%;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 21px;
  text-decoration: none;
  transition: background-color .2s;
}

.terminal-location-6:hover {
  background-color: #d7eff8cc;
}

.terminal-heading-5 {
  color: #333232;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.terminal-address-4 {
  color: #414042;
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.terminal-address-4:hover {
  color: #27aae1;
  text-decoration: underline;
}

.terminal-address-4:visited {
  color: #414042;
}

.dallas-slide {
  z-index: 0;
  background-color: #363636;
}

.dallas-container {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dallas-background {
  background-image: url('../images/Dallas-Web-Image_1.avif');
  background-position: 50% 30%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.color-overlay-dallas {
  background-color: #0c00008f;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.dallas-cta {
  z-index: 10;
  float: none;
  text-align: center;
  background-color: #27aae1;
  border-radius: 5px;
  width: auto;
  height: 38px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
  position: static;
  inset: 90px auto auto 64px;
}

.dallas-cta:hover {
  background-color: #2fb8f1;
  box-shadow: 0 7px 7px -3px #00000069;
}

.dallas-map {
  height: 250px;
  margin-right: 20px;
}

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

.dallas-info {
  justify-content: center;
  align-items: center;
  display: block;
}

.dallas-header {
  color: #fff;
  letter-spacing: .1px;
  margin-bottom: 5px;
  font-family: erbaum, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-116 {
  color: #fff;
}

.dallas-slide-copy, .nal {
  z-index: 0;
  background-color: #363636;
}

.nal-slide-container {
  z-index: 5;
  clear: none;
  flex-flow: row;
  place-content: flex-start center;
  align-items: center;
  margin-top: 139px;
  display: block;
  position: absolute;
  inset: -50px 0% auto;
}

.nal-background {
  background-image: url('../images/NAL-Truck-Large-Tall_1.avif');
  background-position: 50% 70%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.nal-color-overlay {
  background-color: #000000ba;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.nal-color-overlay.large {
  background-color: #0009;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
}

.nal-text {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 10px;
  font-family: erbaum, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.nal-text.red {
  color: var(--firebrick);
  text-shadow: 1px 3px 8px #0003;
  margin-bottom: 30px;
  font-size: 70px;
}

.nal-sub-head {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.nal-sub-head.section {
  text-align: left;
}

.nal-cta {
  z-index: 10;
  float: none;
  text-align: center;
  background-color: #27aae1;
  border-radius: 5px;
  width: 260px;
  height: 38px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
  position: static;
  inset: 90px auto auto 64px;
}

.nal-cta:hover {
  background-color: #2fb8f1;
  box-shadow: 0 7px 7px -3px #00000069;
}

.nal-section {
  background-image: url('../images/NAL-Truck-Large-Tall_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 550px;
  margin-top: 0;
  margin-bottom: 140px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nap-section {
  background-image: url('../images/NAL-Truck-Large_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 800px;
  padding-bottom: 0;
  padding-right: 0;
}

.nal-large-overlay {
  width: 100%;
  height: 100%;
}

.nal-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.nal-heading {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-family: erbaum, sans-serif;
  font-size: 60px;
}

.nal-heading.section {
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 10px;
  line-height: 60px;
}

.nal-heading.section.extra {
  color: var(--firebrick);
  text-shadow: 1px 3px 8px #000000b8;
  font-size: 90px;
}

.image-54 {
  width: 40%;
  margin-bottom: 40px;
}

.text-block-117 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 3px 3px 6px #000000b8;
  margin-top: 40px;
  font-family: erbaum, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nal-cta-section {
  background-color: var(--white-smoke-2);
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.services-section {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.capabilities-section {
  background-color: var(--dark-slate-blue);
  padding-top: 40px;
  padding-bottom: 60px;
}

.get-a-quote-section {
  background-color: var(--white-smoke-2);
  padding-top: 20px;
}

.select-field {
  background-color: #fff;
  border-radius: 5px;
  height: 38px;
  margin-bottom: 0;
  display: block;
}

.heading-27 {
  background-color: #fff;
  margin-top: -33px;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: absolute;
}

.state-dropdown {
  margin-right: 15px;
  display: inline-block;
}

.address-div {
  margin-top: 70px;
  margin-right: 0;
  display: block;
}

.select-field-2 {
  background-color: #fff;
  border-radius: 5px;
}

.heading-28 {
  color: #01508c;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
}

.text-field-2 {
  border-radius: 5px;
  margin-bottom: 10px;
}

.zip-text-field {
  border-radius: 5px;
  width: 120px;
  height: auto;
  margin-bottom: 0;
  display: inline-block;
}

.shipment-heading {
  color: #01508c;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}

.radio-button-field-3, .div-block-115 {
  margin-right: 15px;
  display: inline-block;
}

.city-div {
  margin-top: 0;
  margin-right: 15px;
  display: inline-block;
}

.text-field-4 {
  border-radius: 5px;
  margin-bottom: 0;
}

.text-field {
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: block;
}

.field-label {
  display: block;
}

.destination-state-dropdown {
  margin-right: 15px;
  display: inline-block;
}

.div-block {
  margin-top: 0;
  margin-right: 0;
  display: block;
}

.field-label-2 {
  font-weight: 400;
}

.city-field {
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: inline-block;
}

.heading-29 {
  color: #01508c;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}

.hazmat-div {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  display: inline-block;
}

.un-na-number-div {
  width: 250px;
  margin-top: 0;
  margin-right: 0;
  display: none;
}

.divider {
  background-color: #868686;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.text-field-5 {
  border-radius: 5px;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  display: inline-block;
}

.link-2 {
  color: #27aae1;
}

.submit-button {
  background-color: #01508c;
  border-radius: 5px;
  width: 100%;
  height: 38px;
  margin-top: 20px;
  margin-bottom: 100px;
  transition: background-color .2s;
  display: block;
}

.submit-button:hover {
  background-color: #27aae1;
}

.destination-canada-territory-dropdown-copy, .canada-territory-dropdown {
  margin-right: 15px;
  display: none;
}

.textarea {
  border-radius: 5px;
}

.paragraph-53 {
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
}

.border-container {
  border: 1.75px solid #333;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}

.nal-form {
  display: block;
}

.link {
  color: #27aae1;
}

.div-block-3 {
  background-color: #f0efef;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  position: absolute;
  left: 0;
}

.heading-30 {
  color: #b02226;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-31 {
  background-color: #fff;
  margin-top: -33px;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: absolute;
}

.select-field-3 {
  color: var(--dim-grey-2);
  background-color: #fff;
  border-radius: 5px;
}

.heading-32 {
  color: #01508c;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
}

.div-block-116 {
  margin-right: 15px;
  display: inline-block;
}

.request-quote-container {
  color: var(--dim-grey);
  height: 100%;
  margin-top: 30px;
  font-family: Roboto, sans-serif;
}

.text-field-6 {
  border-radius: 5px;
  margin-bottom: 0;
}

.text-field-7 {
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: block;
}

.div-block-117 {
  margin-top: 0;
  margin-right: 0;
  display: block;
}

.field-label-3 {
  font-weight: 400;
}

.nal-subheading {
  color: #01508c;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}

.text-field-8 {
  color: var(--dim-grey);
  border-radius: 5px;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  display: inline-block;
}

.link-17 {
  color: #27aae1;
}

.nal-body {
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
}

.link-18 {
  color: #27aae1;
}

.div-block-118 {
  background-color: #f0efef;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  position: absolute;
  left: 0;
}

.nal-h2 {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: erbaum, sans-serif;
}

.nal-h2.red {
  color: var(--firebrick);
  margin-bottom: 0;
}

.nal-h2.white {
  color: var(--color);
}

.nal-h2.stripe {
  background-color: var(--firebrick);
  color: var(--color);
}

.nal-heading-section {
  background-color: #0000;
  background-image: url('../images/Buffalo-Truck_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 200px;
  margin-top: 55px;
  display: flex;
}

.image {
  width: 600px;
}

.nal-button {
  z-index: 10;
  float: none;
  background-color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 50px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: static;
  inset: 90px auto auto 64px;
}

.nal-button:hover {
  background-color: var(--deep-sky-blue);
  box-shadow: 0 7px 7px -3px #00000069;
}

.container-34 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  display: flex;
}

.icon-wrapper {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-wrapper.grid {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-icon {
  width: 200px;
}

.icon-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-text {
  color: var(--dim-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: erbaum, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.icon-text.white {
  color: var(--color);
  font-weight: 700;
}

.icon-text.white.large {
  font-size: 24px;
  font-weight: 400;
}

.icon-square-wrapper {
  border: 3px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 20px;
  display: flex;
}

.video {
  margin-bottom: 20px;
}

.nal-quote-paragraph {
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
}

.link-19 {
  color: #27aae1;
}

.heading-nal {
  color: #b02226;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.nal-quote-header {
  position: relative;
  top: 10px;
}

.industries-served-section {
  background-color: var(--color);
  padding-top: 40px;
  padding-bottom: 60px;
}

.text-block-118 {
  text-align: center;
  text-transform: uppercase;
  font-family: erbaum, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.industries-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.industry-block {
  background-color: var(--white-smoke-2);
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.industry-title {
  text-transform: uppercase;
  font-family: erbaum, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.stat-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white-smoke-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.stat {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.text-block-119 {
  font-family: erbaum, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.text-block-120 {
  text-transform: uppercase;
  margin-right: 20px;
  font-family: erbaum, sans-serif;
  font-size: 16px;
}

.houston-slide {
  z-index: 0;
  background-color: #363636;
}

.houston-background {
  background-image: url('../images/Houston-City-Background.jpg');
  background-position: 50% 30%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.houston-container {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.houston-map {
  height: 250px;
  margin-right: 20px;
}

.houston-info {
  justify-content: center;
  align-items: center;
  display: block;
}

.houston-header {
  color: #fff;
  letter-spacing: .1px;
  margin-bottom: 5px;
  font-family: erbaum, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.houston-cta {
  z-index: 10;
  float: none;
  text-align: center;
  background-color: #27aae1;
  border-radius: 5px;
  width: auto;
  height: 38px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
  position: static;
  inset: 90px auto auto 64px;
}

.houston-cta:hover {
  background-color: #2fb8f1;
  box-shadow: 0 7px 7px -3px #00000069;
}

.california {
  background-image: url('../images/CA.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100px;
}

.bold-text-15 {
  text-transform: uppercase;
}

.ca-slide {
  z-index: 0;
  background-color: #363636;
}

.ca-container {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ca-background {
  background-image: url('../images/Color-CA.jpg');
  background-position: 50% 30%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.color-overlay-ca {
  background-color: #0c00008f;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

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

@media screen and (min-width: 1280px) {
  .nav-menu {
    right: 110px;
  }

  .ql-card {
    width: 200px;
    height: 200px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .ql-card:hover {
    background-color: #f8f8f8;
  }

  .image-5, .quick-pick-up, .shipping-portal, .shipping-history, .transit-times {
    height: 100px;
  }

  .card-link {
    z-index: 2;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-decoration: none;
    position: relative;
  }

  .hear-cta-button {
    position: absolute;
    top: 87px;
    bottom: 0;
    left: 0;
  }

  .downjump {
    margin-top: 35px;
  }

  .true-cost {
    height: auto;
    margin-top: 120px;
    margin-bottom: 150px;
    padding-top: 1px;
  }

  .container-5 {
    max-width: 1125px;
  }

  .grid-5 {
    grid-template-areas: "Area";
  }

  .contact-header {
    background-position: 100%;
  }

  .my-freight {
    height: auto;
    margin-bottom: 0;
    font-size: 65px;
  }

  .true-cost-missing {
    justify-content: space-between;
  }

  .text-block-26 {
    font-size: 18px;
  }

  .my-freight-left {
    height: auto;
    margin-bottom: 0;
    font-size: 65px;
  }

  .stats {
    flex-wrap: wrap;
    align-content: center;
  }

  .expanded {
    height: auto;
    margin-bottom: 0;
    font-size: 65px;
  }

  .text-block-26-copy {
    font-size: 18px;
  }

  .footer {
    height: 500px;
    margin-bottom: 0;
  }

  .shipping-div-footer {
    width: 280px;
    margin-left: 40px;
    margin-right: 20px;
  }

  .new-shipments-list {
    margin-right: 20px;
  }

  .resources-list {
    width: 290px;
    margin-right: 20px;
  }

  .resources-left-col {
    margin-right: 20px;
  }

  .careers-list, .contact-list {
    margin-left: 20px;
  }

  .copyright {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-3, .icon-4 {
    margin-bottom: 173px;
  }

  .text-block-2-copy {
    bottom: -33px;
  }

  .hear-cta-button-copy {
    bottom: -96px;
  }

  .container-slide-2 {
    margin-top: 110px;
    padding-right: 0;
  }

  .slide-1-text {
    text-align: left;
    margin-bottom: 0;
    bottom: -33px;
  }

  .div-block-45 {
    left: 215px;
  }

  .about-dropdown, .careers-dropdown {
    inset: 0% 0% auto;
  }

  .who-we-are-header {
    background-position: 100%;
  }

  .user-dropdown {
    inset: 0% 0% auto;
  }

  .missing-dropdown, .damaged-mega-dropdown {
    justify-content: space-between;
  }

  .div-block-83 {
    margin-right: 20px;
  }

  .technology-call-to-action {
    bottom: -96px;
  }

  .mobile-slide-container {
    margin-top: 135px;
  }

  .mobile-cta {
    position: static;
    top: 56px;
    bottom: 0;
    left: 65px;
  }

  .div-block-98 {
    left: 963px;
  }

  .discounted-button {
    position: static;
    top: 56px;
    bottom: 0;
    left: 65px;
  }

  .smartway-container {
    width: 500px;
    margin-left: 618px;
    top: 144px;
  }

  .x2k-button {
    position: static;
    top: 56px;
    bottom: 0;
    left: 65px;
  }

  .x2k-mobile-button {
    bottom: -96px;
  }

  .register-button, .dallas-cta {
    position: static;
    top: 56px;
    bottom: 0;
    left: 65px;
  }

  .nal-slide-container {
    margin-top: 135px;
  }

  .nal-cta, .nal-button, .houston-cta {
    position: static;
    top: 56px;
    bottom: 0;
    left: 65px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-bar {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .nav-menu {
    float: none;
    clear: none;
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
    position: relative;
  }

  .hero-slider {
    height: 425px;
  }

  .slide {
    background-color: #2e2e2e;
    background-size: cover;
  }

  .quick-links {
    height: auto;
  }

  .slide-2 {
    background-color: #2e2e2e;
  }

  .hear-cta-button {
    top: 103px;
    bottom: 0;
  }

  .bold-text {
    line-height: 40px;
  }

  .true-cost {
    margin-top: 60px;
  }

  .container-5 {
    max-width: 1125px;
  }

  .contact-header {
    background-position: 100%;
  }

  .my-freight {
    height: auto;
    margin-bottom: 0;
    font-size: 65px;
  }

  .text-block-26 {
    font-size: 18px;
  }

  .my-freight-left {
    height: auto;
    margin-bottom: 0;
    font-size: 65px;
  }

  .we-ve-expanded {
    justify-content: space-around;
    margin-top: 140px;
  }

  .ccfs-map {
    margin-right: 0;
  }

  .expanded {
    height: auto;
    margin-bottom: 0;
    font-size: 65px;
  }

  .text-block-26-copy {
    font-size: 18px;
  }

  .link-block-4 {
    object-fit: scale-down;
    width: 50%;
    margin-right: 0;
  }

  .footer {
    height: 400px;
  }

  .shipping-div-footer {
    flex-wrap: wrap;
    margin-right: 50px;
  }

  .new-shipments-list {
    margin-right: 20px;
  }

  .shipped-list {
    flex-wrap: nowrap;
  }

  .resources-list {
    margin-right: 50px;
  }

  .careers-list, .contact-list {
    margin-left: 50px;
  }

  .copyright {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-3, .icon-4 {
    margin-bottom: 202px;
  }

  .text-block-2-copy {
    font-size: 40px;
    line-height: 40px;
    bottom: -44px;
    right: 391px;
  }

  .hear-cta-button-copy {
    bottom: -113px;
  }

  .container-slide-2 {
    margin-top: 150px;
  }

  .slide-1-text {
    font-size: 40px;
    line-height: 40px;
    bottom: -44px;
    right: 391px;
  }

  .div-block-45 {
    top: 127px;
    left: 300px;
  }

  .fuel-header {
    background-position: 100% 45%;
  }

  .fuel-section {
    margin-bottom: 30px;
  }

  .div-block-46 {
    margin-right: 0;
    padding-left: 220px;
    padding-right: 220px;
  }

  .fuel-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .who-we-are-header {
    background-position: 100%;
  }

  .scroll-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: block;
  }

  .paragraph-14 {
    text-align: center;
  }

  .tl_text {
    padding-left: 0;
  }

  .side-number {
    font-size: 100px;
    top: 35px;
  }

  .technology-call-to-action {
    bottom: -113px;
  }

  .mobile-slide {
    background-color: #2e2e2e;
  }

  .mobile-slide-container {
    margin-top: 150px;
  }

  .mobile-cta {
    top: 72px;
    bottom: 0;
  }

  .slider-mobile {
    height: 425px;
  }

  .div-block-98 {
    left: 1107px;
  }

  .discounted-rates-slide {
    background-color: #2e2e2e;
  }

  .discounted-button {
    top: 72px;
    bottom: 0;
  }

  .keep-for-later-slider {
    height: 425px;
  }

  .x2k {
    background-color: #2e2e2e;
  }

  .smartway-container {
    width: 500px;
  }

  .x2k-button {
    top: 72px;
    bottom: 0;
  }

  .x2k-mobile-button {
    bottom: -113px;
  }

  .register-button {
    top: 72px;
    bottom: 0;
  }

  .large-button-section-help-center {
    margin-right: 0;
    padding-left: 220px;
    padding-right: 220px;
  }

  .dallas-slide {
    background-color: #2e2e2e;
  }

  .dallas-cta {
    top: 72px;
    bottom: 0;
  }

  .dallas-slide-copy, .nal {
    background-color: #2e2e2e;
  }

  .nal-slide-container {
    margin-top: 150px;
  }

  .nal-cta {
    top: 72px;
    bottom: 0;
  }

  .nal-section {
    justify-content: space-around;
    margin-top: 140px;
  }

  .nal-button {
    top: 72px;
    bottom: 0;
  }

  .houston-slide {
    background-color: #2e2e2e;
  }

  .houston-cta {
    top: 72px;
    bottom: 0;
  }

  .ca-slide {
    background-color: #2e2e2e;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-family: Roboto, sans-serif;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
    position: relative;
  }

  .hero-slider {
    height: 450px;
  }

  .slide {
    background-position: 50%;
    background-size: cover;
  }

  .quick-links {
    height: auto;
  }

  .slide-nav {
    display: block;
    bottom: 0;
  }

  .utility-page-content {
    justify-content: center;
    align-items: center;
    margin-bottom: 102px;
  }

  .card-link {
    z-index: 2;
    height: 270px;
    font-family: Roboto, sans-serif;
    font-size: 1814px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
  }

  .hear-cta-button {
    z-index: 2;
    position: absolute;
    top: 110px;
    bottom: 0;
    right: 652px;
  }

  .bold-text {
    line-height: 43px;
  }

  .true-cost {
    height: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .form-header {
    background-image: url('../images/AdobeStock_197748335.webp');
    background-size: cover;
  }

  .working-form-button {
    height: auto;
    transition-duration: .2s, .2s, .2ms;
  }

  .video-header {
    background-position: 100% 100%;
  }

  .map, .drop-down-wrapper {
    display: block;
  }

  .trigger {
    margin-bottom: 0;
  }

  .drop-down-content {
    overflow: hidden;
  }

  .color-overlay {
    cursor: pointer;
  }

  .columns-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-header {
    background-position: 50%;
  }

  .my-freight {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 65px;
  }

  .text-block-26 {
    float: none;
    margin-right: 5px;
    font-size: 18px;
  }

  .my-freight-left {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 65px;
  }

  .stats {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
    overflow: hidden;
  }

  .we-ve-expanded {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
    display: flex;
  }

  .ccfs-map {
    margin-right: 140px;
  }

  .map-text {
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .map-cta {
    float: right;
    clear: none;
    width: auto;
  }

  .expanded {
    text-align: left;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 85px;
  }

  .text-block-26-copy {
    float: none;
    margin-right: 5px;
    font-size: 18px;
  }

  .link-block-4 {
    width: auto;
    height: auto;
  }

  .slide-background-1 {
    background-image: url('../images/Sad-Man-Hero-Image.webp');
    background-position: 50% 100%;
  }

  .footer {
    object-fit: fill;
    height: 500px;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 30px;
    position: relative;
    bottom: 0%;
  }

  .shipping-div-footer, .resources-list {
    margin-right: 50px;
  }

  .careers-list, .contact-list {
    margin-left: 50px;
  }

  .copyright {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-weight: 700;
  }

  .from-button {
    height: auto;
    transition-duration: .2s, .2s, .2ms;
  }

  .icon-3, .icon-4 {
    margin-bottom: 215px;
  }

  .text-block-2-copy {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
    bottom: -67px;
    right: 390px;
  }

  .hear-cta-button-copy {
    z-index: 2;
    position: static;
    bottom: -136px;
    right: 652px;
  }

  .container-slide-2 {
    margin-top: 145px;
  }

  .slide-1-text {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
    bottom: -67px;
    right: 390px;
  }

  .div-block-45 {
    top: 135px;
    left: 600px;
  }

  .link-block-5 {
    z-index: 999;
  }

  .fuel-section {
    margin-bottom: 0;
  }

  .fuel-button {
    height: auto;
    transition-duration: .2s, .2s, .2ms;
  }

  .body-4 {
    overflow: visible;
  }

  .who-we-are-header {
    background-position: 50% 60%;
  }

  .holiday-schedule-container, .forms-container {
    height: auto;
    padding-left: 0;
  }

  .user-dropdown {
    left: auto;
  }

  .news-container {
    height: auto;
    padding-left: 0;
  }

  .tl---years-side-links {
    padding-left: 9px;
  }

  .history-card {
    width: 800px;
  }

  .about-secition {
    margin-top: 30px;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .locations-container {
    height: auto;
    padding-left: 0;
  }

  .slide-5-color-overlay {
    background-color: #00000080;
    width: 100%;
  }

  .technology-call-to-action {
    z-index: 2;
    position: static;
    bottom: -136px;
    right: 652px;
  }

  .mobile-background {
    background-position: 50%;
  }

  .mobile-color-overlay {
    background-color: #14294eba;
    width: 100%;
  }

  .text-block-90 {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .mobile-slide-container {
    margin-top: 150px;
  }

  .mobile-cta {
    z-index: 2;
    position: static;
    top: 93px;
    bottom: -136px;
    right: 652px;
  }

  .link-13-copy {
    display: block;
  }

  .slider-mobile {
    height: 450px;
  }

  .open-positions-button {
    height: auto;
    transition-duration: .2s, .2s, .2ms;
  }

  .canada-shipments-header {
    background-image: url('../images/AdobeStock_197748335.webp');
    background-size: cover;
  }

  .div-block-98 {
    top: 150px;
    left: 1431px;
  }

  .discounted-background {
    background-position: 50%;
  }

  .discounted-button {
    z-index: 2;
    position: static;
    top: 93px;
    bottom: -136px;
    right: 652px;
  }

  .discounted-heading {
    margin-bottom: 15px;
  }

  .keep-for-later-slider {
    height: 450px;
  }

  .x2k-background {
    background-position: 50% 40%;
  }

  .x2k-heading {
    margin-bottom: 15px;
  }

  .color-overlay-black-mo {
    width: 100%;
    display: block;
  }

  .smartway-container {
    width: 500px;
  }

  .edi-heading {
    background-size: cover;
  }

  .x2k-button {
    z-index: 2;
    position: static;
    top: 93px;
    bottom: -136px;
    right: 652px;
  }

  .x2k-mobile-button {
    z-index: 2;
    position: static;
    bottom: -136px;
    right: 652px;
  }

  .register-button {
    z-index: 2;
    position: static;
    top: 93px;
    bottom: -136px;
    right: 652px;
  }

  .dallas-background {
    background-position: 50% 40%;
  }

  .color-overlay-dallas {
    width: 100%;
    display: block;
  }

  .dallas-cta {
    z-index: 2;
    position: static;
    top: 93px;
    bottom: -136px;
    right: 652px;
  }

  .nal-slide-container {
    margin-top: 150px;
  }

  .nal-background {
    background-position: 50% 70%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .nal-color-overlay {
    width: 100%;
  }

  .nal-color-overlay.large {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .nal-text {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .nal-cta {
    z-index: 2;
    position: static;
    top: 93px;
    bottom: -136px;
    right: 652px;
  }

  .nal-section {
    background-position: 50% 80%;
    background-size: cover;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
    display: block;
  }

  .nal-content-wrapper {
    padding-left: 0;
    display: block;
  }

  .nal-heading.section {
    text-shadow: 1px 3px 8px #0003;
  }

  .nal-heading.section.extra {
    font-size: 80px;
    line-height: 60px;
  }

  .image-54 {
    width: 45%;
  }

  .container-33 {
    max-width: 1125px;
  }

  .nal-heading-section {
    background-position: 50% 60%;
  }

  .nal-button {
    z-index: 2;
    position: static;
    top: 93px;
    bottom: -136px;
    right: 652px;
  }

  .houston-background {
    background-position: 50% 40%;
  }

  .houston-cta {
    z-index: 2;
    position: static;
    top: 93px;
    bottom: -136px;
    right: 652px;
  }

  .ca-background {
    background-position: 50% 40%;
  }

  .color-overlay-ca {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .nav-bar {
    width: 100vw;
    display: block;
  }

  .nav-menu {
    border-style: solid none none solid;
    border-width: 1.5px 0 0;
    border-color: var(--deep-sky-blue);
    object-fit: fill;
    background-color: #202020;
    justify-content: center;
    width: 320px;
    height: auto;
    margin-top: 55px;
    margin-right: 0;
    padding-top: 0;
    display: block;
    position: fixed;
    inset: 0% -320px 0% auto;
  }

  .nav-link {
    text-align: left;
    cursor: auto;
    background-color: #414042;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    display: flex;
    position: static;
  }

  .nav-link:hover {
    background-color: #414042;
  }

  .person-icon {
    display: none;
  }

  .sign-in-dropdown {
    object-fit: fill;
    display: none;
    position: static;
  }

  .sign-in-dropdown:hover {
    background-color: #5b5d5e00;
  }

  .lottie-animation {
    float: right;
    text-align: center;
    width: 28px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 20px;
    display: block;
  }

  .menu-button {
    width: 88px;
    height: 55px;
    margin-left: 0;
    padding: 14px 30px 0 0;
  }

  .mega-dropdown {
    display: none;
  }

  .hero-slider {
    height: 325px;
    display: block;
    overflow: hidden;
  }

  .slide {
    background-image: url('../images/Background-Road.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .tracking-area {
    display: flex;
  }

  .quick-links {
    height: 210px;
    display: block;
  }

  .ql-card {
    width: 125px;
    height: 125px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container {
    height: 190px;
    overflow: visible;
  }

  .image-5 {
    height: 65px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .card-text {
    font-size: 14px;
  }

  .slide-nav {
    display: block;
  }

  .quick-pick-up {
    height: 60px;
    margin-top: 0;
    margin-left: 15px;
  }

  .shipping-portal {
    height: 65px;
    margin-top: 0;
    margin-left: 0;
  }

  .shipping-history {
    width: auto;
    height: 65px;
    margin-top: 0;
    margin-left: 0;
  }

  .transit-times {
    width: 65px;
    height: 65px;
    margin-top: 0;
    margin-left: 0;
  }

  .hear-cta-button {
    margin-top: 20px;
    margin-left: 0;
    position: static;
  }

  .right-arrow, .left-arrow {
    display: block;
  }

  .bold-text {
    margin-left: 0;
    line-height: 30px;
  }

  .downjump {
    margin-top: 0;
    display: block;
  }

  .true-cost {
    height: auto;
    margin-top: 0;
    margin-bottom: 160px;
  }

  .container-5 {
    max-width: 710px;
    margin-bottom: 140px;
  }

  .form-header {
    height: 175px;
  }

  .heading-3 {
    margin-top: 65px;
  }

  .holiday-header {
    height: 175px;
  }

  .holiday-col, .holiday-col-highlight {
    font-size: 14px;
  }

  .video-header, .news-header, .locations-header {
    height: 175px;
  }

  .drop-down-wrapper {
    margin-top: 30px;
  }

  .trigger {
    margin-top: 0;
  }

  .text-block-14 {
    font-family: Roboto, sans-serif;
  }

  .montana {
    background-image: url('../images/MONTANA_1.avif');
  }

  .south-dakota {
    background-image: url('../images/South-Dakota.jpg');
  }

  .minnesota {
    background-image: url('../images/MN.webp');
  }

  .illinois {
    background-image: url('../images/Ill_1.avif');
  }

  .iowa {
    background-image: url('../images/IOWA_1.avif');
  }

  .colorado {
    background-image: url('../images/Colorado.jpg');
  }

  .utah {
    background-image: url('../images/Utah.webp');
  }

  .contact-header {
    height: 175px;
  }

  .department-paragraph {
    margin-bottom: 10px;
  }

  .my-freight {
    float: none;
    text-align: right;
    width: 265px;
    height: auto;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .true-cost-freight-text {
    display: block;
  }

  .text-block-25 {
    float: none;
    margin-right: 2px;
  }

  .why-do-color:hover {
    text-decoration: none;
  }

  .true-cost-missing {
    padding-right: 40px;
  }

  .text-block-26 {
    float: none;
    clear: none;
    display: inline;
  }

  .text-block-26:hover {
    text-decoration: none;
  }

  .image-container-left {
    width: 387px;
    height: 200px;
  }

  .missing-top-image {
    max-width: 387px;
    inset: 0% auto auto 0%;
  }

  .missing-bottom-image {
    max-width: 387px;
    display: block;
  }

  .my-freight-left {
    text-align: left;
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .why-do-color-left {
    float: left;
    position: relative;
  }

  .why-do-color-left:hover {
    text-decoration: none;
  }

  .missing-top-image-right {
    max-width: 387px;
    inset: 0% 0% auto auto;
  }

  .missing-bottom-image-right {
    max-width: 387px;
    height: 200px;
    inset: 0% 0% auto auto;
  }

  .image-container-right {
    width: 387px;
    max-width: 387px;
    height: 200px;
  }

  .true-cost-box-damaged {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
  }

  .true-cost-box-delayed {
    padding-right: 40px;
  }

  .stats {
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: flex-start;
    height: 200px;
    overflow: visible;
  }

  .we-ve-expanded {
    height: 400px;
    margin-top: 0;
    margin-bottom: 151px;
    overflow: visible;
  }

  .ccfs-map {
    width: 650px;
  }

  .map-text {
    display: block;
  }

  .map-text:hover, .map-cta:hover {
    text-decoration: none;
  }

  .expanded {
    text-align: right;
    width: 265px;
    height: auto;
    margin-bottom: 0;
    font-size: 40px;
  }

  .text-block-26-copy {
    float: none;
    clear: none;
    display: inline;
    position: relative;
  }

  .text-block-26-copy:hover {
    text-decoration: none;
  }

  .text-block-25-copy {
    float: none;
    margin-right: 2px;
    top: 2px;
  }

  .link-block-4 {
    object-fit: scale-down;
  }

  .slide-background-1 {
    background-position: 65%;
  }

  .footer {
    flex-wrap: wrap;
    place-content: flex-start center;
    height: 650px;
  }

  .shipping-div-footer {
    margin-left: 10px;
  }

  .careers-list {
    flex-wrap: nowrap;
  }

  .copyright {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .why-join-ccfs {
    height: 175px;
  }

  .div-block-41 {
    width: 150px;
    height: 150px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }

  .text-block-29 {
    font-size: 35px;
  }

  .text-block-30 {
    font-size: 18px;
    position: absolute;
    top: 80px;
  }

  .div-block-41-copy {
    width: 150px;
    height: 150px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }

  .icon-3, .icon-4 {
    margin-bottom: 150px;
  }

  .text-block-2-copy {
    margin-top: -30px;
    margin-bottom: 3px;
    margin-left: 0;
    font-size: 25px;
    line-height: 25px;
    position: static;
  }

  .hear-cta-button-copy {
    margin-top: 10px;
    margin-left: 0;
    position: static;
  }

  .container-slide-2 {
    margin-top: 150px;
  }

  .slide-1-text {
    margin-top: -30px;
    margin-bottom: 3px;
    margin-left: 0;
    font-size: 25px;
    line-height: 30px;
    position: static;
  }

  .div-block-45 {
    margin-left: 90px;
    position: absolute;
    top: 120px;
    left: 23px;
  }

  .fuel-header {
    height: 175px;
  }

  .nav-item {
    text-align: left;
    background-color: #414042;
    align-items: center;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    display: flex;
    position: static;
  }

  .nav-item:hover {
    background-color: #414042;
  }

  .nav-item-shipping {
    text-align: left;
    cursor: auto;
    background-color: #414042;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 60px 0 5px;
    padding-left: 25px;
    display: flex;
    position: relative;
  }

  .nav-item-shipping:hover {
    background-color: #414042;
  }

  .careers-dropdown {
    display: none;
  }

  .who-we-are-header, .claim-header {
    height: 175px;
  }

  .paragraph-12 {
    margin-bottom: 20px;
  }

  .user-dropdown {
    display: none;
  }

  .shipping-portal-button-nav {
    width: 80%;
    height: 29px;
    margin: 25px 0;
    padding-top: 4px;
  }

  .shipping-portal-button-nav:hover {
    padding-top: 5px;
  }

  .shipping-dropdown-mobile {
    background-color: #0000;
    border-bottom: 0 solid #fff;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: static;
  }

  .shipping-option {
    cursor: auto;
    border-bottom: 1px solid #fff;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 0;
    display: flex;
  }

  .new-shipments-dropdown {
    background-color: #414042;
    border-bottom: 1px solid #fff;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    display: none;
  }

  .mobile-nav-link {
    color: #fff;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-bottom: 15px;
    padding: 0 0 0 25px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
  }

  .mobile-nav-link-text {
    text-align: left;
  }

  .mobile-nav-link-bottom {
    color: #fff;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-bottom: 0;
    padding: 0 0 0 25px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
  }

  .background-overlay {
    z-index: -1;
    background-color: #000c;
    width: 100vw;
    height: 100vh;
    margin-top: 55px;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
  }

  .shipped-dropdown {
    background-color: #414042;
    border-bottom: 1px solid #fff;
    height: auto;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    display: none;
  }

  .mobile-nav-link-bottom-shipped {
    color: #fff;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-bottom: 0;
    padding: 0 0 0 25px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
  }

  .shipping-option-top {
    cursor: auto;
    border-bottom: 1px solid #fff;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    margin-top: -5px;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 0;
    display: flex;
  }

  .scroll-wrapper {
    width: auto;
    height: 94vh;
    display: block;
    overflow: auto;
  }

  .resources-dropdown {
    background-color: #414042;
    border-bottom: 1px solid #fff;
    height: auto;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    display: none;
  }

  .mobile-nav-link-bottom-resources {
    color: #fff;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-bottom: 0;
    padding: 0 0 0 25px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
  }

  .text-block-35 {
    width: 250px;
  }

  .about-drop-down {
    background-color: #0000;
    border-bottom: 0 solid #fff;
    height: auto;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: static;
  }

  .about-option-top {
    color: #fff;
    text-align: left;
    cursor: auto;
    border-bottom: 1px solid #fff;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    margin-top: -5px;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .about-option {
    color: #fff;
    text-align: left;
    cursor: auto;
    border-bottom: 1px solid #fff;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .careers-dropdown-mobile {
    background-color: #0000;
    border-bottom: 0 solid #fff;
    height: auto;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: static;
  }

  .career-option-top {
    color: #fff;
    text-align: left;
    cursor: auto;
    border-bottom: 1px solid #fff;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    margin-top: -5px;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .career-option {
    color: #fff;
    text-align: left;
    cursor: auto;
    border-bottom: 1px solid #fff;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .link-7 {
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 25px;
    font-size: 16px;
    text-decoration: none;
    display: block;
  }

  .register-links {
    margin-top: 40px;
    display: block;
    position: static;
    top: 475px;
  }

  .new-nav-button {
    z-index: 99999;
    float: right;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .image-31 {
    width: 20px;
    height: 20px;
  }

  .about-card {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .divright {
    width: 42%;
    max-width: 42%;
  }

  .divleft {
    flex: 0 auto;
    width: 42%;
    max-width: 42%;
  }

  .family-of-companies {
    height: 90px;
  }

  .div-block-8 {
    width: 250px;
    height: 20px;
  }

  .text-block-76 {
    font-size: 16px;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .vid-arrow {
    float: none;
    margin-right: 2px;
  }

  .legacy-link {
    text-align: left;
  }

  .legacy-link-block {
    padding-left: 25px;
  }

  .tl-sticky-menu {
    margin-left: -10px;
  }

  .tl_text {
    padding-left: 0;
    padding-right: 20px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
  }

  .tl_title {
    text-align: left;
    margin-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .theruller {
    justify-content: flex-start;
    height: 472px;
  }

  .tl---theyear {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .history-card {
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-75 {
    letter-spacing: 1px;
  }

  .divgeneral {
    height: auto;
    min-height: 0;
    padding-left: 0;
  }

  .our-history-2 {
    font-size: 30px;
  }

  ._1990-photo {
    border-bottom: 1.5px solid #000;
    padding-top: 0;
  }

  ._2018-photo {
    border-bottom: 1.5px solid #000;
  }

  ._2020-photo {
    background-size: 475px;
    border-bottom: 1.5px solid #000;
  }

  .missing-dropdown {
    padding-right: 40px;
  }

  .side-number {
    left: auto;
  }

  .damaged-mega-dropdown {
    padding-right: 40px;
  }

  .about-secition {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .team-resources-header {
    height: 175px;
  }

  .copyright-container {
    margin-top: 20px;
  }

  ._2021-photo {
    background-size: 475px;
    border-bottom: 1.5px solid #000;
  }

  .container-23 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-83 {
    padding-right: 47px;
    top: 100px;
  }

  .paragraph-39 {
    margin-top: 20px;
  }

  .technology-call-to-action {
    margin-top: 10px;
    margin-left: 0;
    position: static;
  }

  .mobile-background {
    background-image: url('../images/CCFS-Mobile_1.avif');
  }

  .mobile-slide-container {
    margin-top: 106px;
  }

  .mobile-cta {
    margin-top: 10px;
    margin-left: 0;
    position: static;
  }

  .heading-3-copy {
    margin-top: 65px;
  }

  .mudslide-header {
    height: 175px;
  }

  .heading-16 {
    font-size: 25px;
  }

  ._2022-photo {
    background-size: 475px;
    border-bottom: 1.5px solid #000;
  }

  .heading-16-copy {
    font-size: 25px;
  }

  .div-block-91 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-mobile {
    height: 325px;
    display: block;
    overflow: hidden;
  }

  .open-positions-button {
    text-align: center;
    margin-top: 20px;
    margin-right: 0;
  }

  .section-7 {
    padding-bottom: 20px;
  }

  .heading {
    font-family: Roboto, sans-serif;
    font-size: 30px;
  }

  .terminal-heading-2 {
    font-family: Roboto, sans-serif;
  }

  .canada-shipments-header, .interested-header {
    height: 175px;
  }

  .container-28 {
    padding-top: 20px;
  }

  .div-block-98 {
    left: 459px;
  }

  .discounted-background {
    background-image: url('../images/Cali_1.avif');
    background-position: 50% 100%;
  }

  .container-30 {
    justify-content: center;
  }

  .discounted-button {
    margin-top: 10px;
    margin-left: 0;
    position: static;
  }

  .discounted-heading {
    font-size: 20px;
    line-height: 30px;
  }

  ._2023-photo {
    background-size: 475px;
    border-bottom: 1.5px solid #000;
  }

  .keep-for-later-slider {
    height: 325px;
    display: block;
    overflow: hidden;
  }

  .text-block-109 {
    font-family: Roboto, sans-serif;
  }

  .text-block-110 {
    letter-spacing: 1px;
  }

  .text-block-111 {
    font-family: Roboto, sans-serif;
  }

  .x2k-background {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Red-Bison-Eye-CCFS.avif');
    background-clip: border-box;
  }

  .x2k-heading {
    line-height: 30px;
  }

  .div-block-111 {
    border: 2px solid #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px 10px;
    display: flex;
  }

  .container-31 {
    margin-top: 20px;
  }

  .div-block-113 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-32 {
    margin-bottom: 60px;
  }

  .smartway-container {
    margin-left: 0;
    top: 430px;
  }

  .edi-heading {
    background-size: cover;
    height: 175px;
  }

  .express-link {
    color: #757575;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 25px;
    font-size: 16px;
    text-decoration: none;
    display: block;
  }

  .x2k-button {
    margin-top: 10px;
    margin-left: 0;
    position: static;
  }

  .header-image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-49 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-112 {
    display: none;
  }

  .x2k-mobile-button, .register-button {
    margin-top: 10px;
    margin-left: 0;
    position: static;
  }

  .header-image-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-53 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-container {
    margin-top: 20px;
  }

  ._2012-photo {
    background-size: 475px;
    border-bottom: 1.5px solid #000;
  }

  .text-block-114 {
    letter-spacing: 1px;
  }

  .text-block-115 {
    font-family: Roboto, sans-serif;
  }

  .dallas-background {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .dallas-cta {
    margin-top: 10px;
    margin-left: 0;
    position: static;
  }

  .dallas-map {
    margin-right: 0;
  }

  .nal-slide-container {
    margin-top: 106px;
    padding-left: 60px;
  }

  .nal-text {
    font-size: 40px;
  }

  .nal-text.red {
    font-size: 55px;
  }

  .nal-cta {
    margin-top: 10px;
    margin-left: 0;
    position: static;
  }

  .nal-section {
    height: 400px;
    margin-top: 0;
    margin-bottom: 151px;
    overflow: visible;
  }

  .nal-heading.section {
    font-size: 40px;
    line-height: 40px;
  }

  .nal-heading.section.extra {
    font-size: 70px;
  }

  .image {
    width: 400px;
  }

  .nal-button {
    margin-top: 10px;
    margin-left: 0;
    position: static;
  }

  .icon-text.white.large {
    line-height: 24px;
  }

  .logo-wrapper {
    margin-top: 20px;
  }

  .houston-background {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .houston-map {
    margin-right: 0;
  }

  .houston-cta {
    margin-top: 10px;
    margin-left: 0;
    position: static;
  }

  .ca-background {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    width: 320px;
    right: -320px;
  }

  .hero-slider {
    height: 225px;
  }

  .quick-links {
    height: 400px;
  }

  .ql-card {
    width: 125px;
    height: 125px;
  }

  .container {
    overflow: visible;
  }

  .image-5 {
    width: 50.375px;
  }

  .quick-pick-up {
    width: 93.2188px;
  }

  .shipping-portal {
    width: 85.8594px;
  }

  .shipping-history {
    width: 66.4063px;
  }

  .hear-cta-button {
    width: 180px;
    height: 30px;
    margin-top: -5px;
    margin-left: 40px;
    padding-top: 5px;
    font-size: 14px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .bold-text {
    line-height: 24px;
  }

  .downjump {
    display: none;
  }

  .true-cost {
    margin-top: 0;
    margin-bottom: -20px;
    overflow: hidden;
  }

  .container-5 {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph {
    font-size: 11px;
    line-height: 18px;
  }

  .form-header {
    background-position: 100% 60%;
    height: 75px;
  }

  .heading-3 {
    margin-top: 15px;
    font-size: 30px;
  }

  .form-section {
    padding-left: 20px;
  }

  .holiday-header {
    height: 75px;
  }

  .holiday-col {
    height: 40px;
    font-size: 12px;
  }

  .holiday-col-highlight {
    font-size: 12px;
  }

  .video-header {
    background-position: 100% 120%;
    background-size: 954px;
    height: 75px;
  }

  .column-3 {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .video-blocks {
    margin-left: 20px;
    margin-right: 20px;
  }

  .news-header {
    background-position: 100% 60%;
    height: 75px;
  }

  .container-8, .rich-text-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .locations-header {
    background-position: 100% 60%;
    height: 75px;
  }

  .drop-down-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .trigger {
    display: none;
  }

  .column-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-right: 0;
    display: inline-block;
    position: relative;
  }

  .column-5 {
    clear: none;
    padding-left: 0;
    position: relative;
    top: 0;
  }

  .state-block {
    padding-left: 5px;
    padding-right: 5px;
    position: sticky;
  }

  .color-overlay {
    display: flex;
    position: relative;
  }

  .section-6 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-19 {
    width: 100%;
  }

  .columns-2 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-14 {
    font-size: 25px;
  }

  .image-20 {
    display: block;
  }

  .mobile-map {
    justify-content: center;
    display: flex;
  }

  .montana, .south-dakota, .north-dakota, .minnesota, .illinois, .iowa, .nebraska, .kansas, .colorado, .utah {
    height: 70px;
  }

  .contact-header {
    background-position: 50%;
    height: 75px;
  }

  .paragraph-5, .paragraph-6, .department-name, .department-paragraph, .department-link {
    text-align: center;
  }

  .my-freight {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 45px;
  }

  .true-cost-freight-text {
    z-index: 1;
    background-color: #14294ed9;
    border-radius: 10px;
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
    inset: 0% auto auto 0%;
  }

  .text-block-25 {
    color: #fff;
  }

  .why-do-color {
    text-align: center;
    width: 100%;
  }

  .true-cost-missing {
    background-image: url('../images/Missing-Freight-BW.webp');
    background-position: 50%;
    background-size: cover;
    flex-wrap: nowrap;
    place-content: space-between;
    align-items: center;
    height: 175px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-26 {
    color: #fff;
  }

  .image-container-left, .missing-top-image {
    display: none;
  }

  .my-freight-left {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
    font-size: 45px;
  }

  .image-container-right {
    display: none;
  }

  .bold-text-2 {
    position: relative;
  }

  .true-cost-box-damaged {
    background-image: url('../images/Damaged-Freight-BW.webp');
    background-position: 50% 40%;
    background-size: cover;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 175px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .true-cost-box-delayed {
    background-image: url('../images/BW.webp');
    background-position: 50% 15%;
    background-size: cover;
    flex-wrap: nowrap;
    place-content: space-between;
    align-items: center;
    height: 175px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .stats {
    justify-content: center;
    height: 275px;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0;
    display: block;
  }

  .we-ve-expanded {
    background-color: #cb2026;
    background-image: url('../images/CCFS-Sunset-Truck-Banner_1.avif');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .map-text {
    z-index: 1;
    background-color: #14294ed9;
    border-radius: 0;
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
    inset: 0% auto auto 0%;
  }

  .map-cta {
    text-align: center;
    width: 100%;
  }

  .expanded {
    color: #fff;
    text-align: center;
    width: 100%;
  }

  .text-block-26-copy, .text-block-25-copy {
    color: #fff;
  }

  .link-block-4 {
    display: none;
  }

  .footer {
    flex-flow: column;
    place-content: flex-start;
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .column-header {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .footerhorizontal-divider {
    margin-bottom: 10px;
  }

  .shipping-portal-button-footer {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .footer-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    display: flex;
  }

  .shipping-div-footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .new-shipments-list {
    align-items: center;
    width: 100%;
  }

  .shipped-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .resources-list {
    flex-flow: column wrap;
    place-content: flex-start center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .resources-left-col {
    align-items: center;
    width: 100%;
  }

  .resources-right-col {
    align-items: center;
  }

  .about-list {
    align-items: center;
    width: 100%;
  }

  .careers-list {
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .contact-list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .copyright {
    text-align: left;
    margin-left: 0;
  }

  .why-join-ccfs {
    background-position: 100% 60%;
    height: 75px;
  }

  .div-block-41 {
    display: none;
  }

  .text-block-29 {
    font-size: 50px;
  }

  .text-block-30 {
    font-size: 20px;
    top: 115px;
  }

  .slider-8 {
    background-color: #0000;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 275px;
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: static;
  }

  .left-arrow-6, .right-arrow-6 {
    display: none;
  }

  .mask-4 {
    background-color: #0000;
    order: 0;
    align-self: auto;
    width: 100%;
    height: 100%;
    position: static;
  }

  .div-block-41-copy {
    width: 200px;
    height: 200px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .slide-9 {
    width: 100%;
    height: 100%;
  }

  .text-block-2-copy {
    margin-top: -15px;
    margin-bottom: 16px;
    margin-left: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .hear-cta-button-copy {
    width: 180px;
    height: 30px;
    margin-top: -5px;
    margin-left: 0;
    padding-top: 5px;
    font-size: 14px;
  }

  .container-slide-2 {
    margin-top: 90px;
  }

  .slide-1-text {
    margin-top: -15px;
    margin-bottom: 16px;
    margin-left: 40px;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-45 {
    top: 81px;
    left: -95px;
  }

  .fuel-header {
    background-position: 100% 25%;
    height: 75px;
  }

  .div-block-46 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .who-we-are-header {
    background-position: 50%;
    height: 75px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .holiday-schedule-container, .forms-container {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-9 {
    font-size: 12px;
  }

  .container-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .claim-header {
    background-position: 100% 60%;
    height: 75px;
  }

  .shipping-portal-button-nav {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .shipping-dropdown-mobile, .new-shipments-dropdown {
    display: none;
  }

  .scroll-wrapper {
    width: 320px;
  }

  .resources-dropdown {
    display: none;
  }

  .about-card {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .divright {
    width: 400px;
  }

  .divleft {
    opacity: 1;
  }

  .divdate {
    width: 65px;
    height: 65px;
  }

  .family-of-companies {
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8 {
    top: -35%;
  }

  .text-block-76 {
    font-size: 14px;
  }

  .image-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .cost {
    flex-wrap: wrap;
  }

  .vid-arrow {
    color: var(--dim-grey);
    display: inline-block;
  }

  .container-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-container {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .tl---years-side-links {
    font-size: 21px;
  }

  .tl---years-side-links:hover {
    color: #00000057;
    font-size: 36px;
  }

  .timelinesec {
    width: 100%;
    display: block;
  }

  .tl-sticky-menu {
    border-right: 1px dotted #fc9c0b;
    margin-left: 0;
    padding-right: 40px;
    display: none;
  }

  .tl_text {
    font-size: 14px;
    font-weight: 400;
  }

  .tl_title {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
  }

  .tl---theyear {
    letter-spacing: 0;
    font-size: 16px;
  }

  .time-line-top {
    margin-top: -45px;
  }

  .tl-strock-wrapper {
    margin-top: 0;
  }

  .history-card {
    float: none;
    width: 440px;
    margin-left: 20px;
    margin-right: 20px;
    position: static;
    box-shadow: 0 2px 7px -3px #000;
  }

  .tl-div-stroke-separater {
    height: 40px;
  }

  .divgeneral {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .our-history-2 {
    font-size: 25px;
  }

  .list-4 {
    padding-left: 30px;
  }

  ._2020-photo {
    background-size: 400px;
  }

  .missing-dropdown {
    flex-wrap: nowrap;
    place-content: space-between;
    align-items: center;
    height: auto;
    margin-bottom: 20px;
    padding: 30px 20px;
    display: block;
  }

  .main-card-container {
    margin-bottom: 0;
  }

  .side-number {
    top: 59px;
  }

  .damaged-mega-dropdown {
    flex-wrap: nowrap;
    place-content: space-between;
    align-items: center;
    height: auto;
    margin-bottom: 20px;
    padding: 30px 20px;
    display: block;
  }

  .about-secition {
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .team-resources-header {
    background-position: 100% 60%;
    height: 75px;
  }

  ._2021-photo {
    background-size: 400px;
  }

  .texas, .new-mexico {
    height: 70px;
  }

  .locations-container {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .slide-5-color-overlay {
    background-color: #000000b3;
  }

  .container-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-83 {
    padding-right: 0;
    top: 48px;
  }

  .text-block-89 {
    font-size: 30px;
  }

  .paragraph-39 {
    width: 500px;
    margin-top: 15px;
    font-size: 14px;
  }

  .technology-call-to-action {
    width: 180px;
    height: 30px;
    margin-top: -5px;
    margin-left: 0;
    padding-top: 5px;
    font-size: 14px;
  }

  .arizona, .idaho, .nevada {
    height: 70px;
  }

  .mobile-slide-container {
    margin-top: 80px;
  }

  .mobile-subhead {
    font-size: 16px;
  }

  .mobile-cta {
    width: 180px;
    height: 30px;
    margin-top: -5px;
    margin-left: 0;
    padding-top: 5px;
    font-size: 12px;
  }

  .heading-3-copy {
    margin-top: 15px;
    font-size: 30px;
  }

  .mudslide-header {
    background-position: 100% 60%;
    height: 75px;
  }

  .missouri {
    height: 70px;
  }

  .alert-banner {
    display: block;
  }

  .heading-16 {
    font-size: 25px;
  }

  .paragraph-43 {
    margin-bottom: 20px;
  }

  .button-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._2022-photo {
    background-size: 400px;
  }

  .newsblock-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-16-copy {
    font-size: 25px;
  }

  .div-block-91 {
    justify-content: center;
    display: flex;
  }

  .slider-mobile {
    height: 225px;
  }

  .heading {
    font-size: 25px;
  }

  .section-16 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .canada-shipments-header {
    background-position: 100% 60%;
    height: 75px;
  }

  .canada-port-map {
    width: 100%;
  }

  .interested-header {
    background-position: 100% 60%;
    height: 75px;
  }

  .div-block-98 {
    margin-top: 20px;
    margin-bottom: 20px;
    position: static;
    left: 0;
  }

  .container-30 {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .discounted-button {
    width: 180px;
    height: 30px;
    margin-top: -5px;
    margin-left: 0;
    padding-top: 5px;
    font-size: 12px;
  }

  .discounted-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .wyoming {
    height: 70px;
  }

  ._2023-photo {
    background-size: 400px;
  }

  .keep-for-later-slider {
    height: 225px;
    display: none;
  }

  .text-block-109 {
    font-size: 25px;
  }

  .terminal-location-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list-5 {
    padding-left: 30px;
  }

  .text-block-111 {
    font-size: 25px;
  }

  .x2k-container {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .x2k-heading {
    text-align: center;
    font-size: 22px;
    line-height: 25px;
  }

  .div-block-111 {
    border: 1px solid #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px 10px;
  }

  .container-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-22 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-113 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-114 {
    grid-column-gap: 14px;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tool-cards {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .app-heading {
    font-size: 20px;
  }

  .app-quick-pick-up, .app-tacking, .app-transit-times, .app-set-up-shipment, .app-shipping-history, .app-addressbook, .alerts-reports, .invoices {
    height: 50px;
  }

  .smartway-container {
    position: static;
  }

  .edi-heading {
    background-position: 100% 60%;
    height: 75px;
  }

  .x2k-button {
    width: 180px;
    height: 30px;
    margin-top: -5px;
    margin-left: 0;
    padding-top: 5px;
    font-size: 12px;
  }

  .header-image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-50 {
    display: none;
  }

  .text-block-112 {
    color: #fff;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .x2k-mobile-button {
    width: 180px;
    height: 30px;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 5px;
    font-size: 14px;
  }

  .register-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-top: -5px;
    margin-left: 0;
    padding-top: 5px;
    font-size: 12px;
    display: flex;
  }

  .header-image-2 {
    height: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .number-block-main {
    width: 150px;
    min-width: 150px;
    height: auto;
  }

  .options-heading {
    margin-bottom: 10px;
  }

  .content-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pick-up-option-main {
    margin-bottom: 10px;
    padding-right: 10px;
  }

  .number-block {
    width: 150px;
    min-width: 150px;
  }

  .bold-text-14 {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-25 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .pick-up-option {
    margin-bottom: 10px;
  }

  .option-button-small {
    padding-left: 40px;
    padding-right: 40px;
  }

  .option-name {
    line-height: 30px;
  }

  ._2012-photo {
    background-size: 400px;
  }

  .large-button-section-help-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-7 {
    padding-left: 30px;
  }

  .text-block-115 {
    font-size: 25px;
  }

  .dallas-container {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dallas-cta {
    width: 180px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    font-size: 12px;
  }

  .dallas-map {
    height: 150px;
  }

  .dallas-header {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-116 {
    margin-bottom: 10px;
  }

  .nal-slide-container {
    margin-top: 80px;
    padding-left: 40px;
  }

  .nal-text {
    font-size: 30px;
    line-height: 30px;
  }

  .nal-text.red {
    font-size: 45px;
  }

  .nal-sub-head {
    font-size: 16px;
  }

  .nal-cta {
    width: 180px;
    height: 30px;
    margin-top: -5px;
    margin-left: 0;
    padding-top: 5px;
    font-size: 12px;
  }

  .nal-section {
    background-color: #cb2026;
    background-image: url('../images/NAL-Truck-Large-Tall_1.avif');
    background-position: 50%;
    background-size: cover;
    height: 300px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .nal-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .nal-heading.section {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .nal-heading.section.extra {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 40px;
  }

  .image-54 {
    width: 60%;
    margin-bottom: 10px;
  }

  .container-33 {
    padding-left: 10px;
  }

  .text-block-117 {
    text-align: center;
    font-size: 12px;
  }

  .nal-cta-section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .italic-text {
    font-size: 12px;
  }

  .div-block-115 {
    margin-top: 10px;
    margin-right: 0;
  }

  .paragraph-53 {
    font-size: 12px;
  }

  .heading-30 {
    font-size: 28px;
  }

  .div-block-116 {
    margin-top: 10px;
    margin-right: 0;
  }

  .request-quote-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nal-body {
    font-size: 12px;
  }

  .nal-h2 {
    font-size: 28px;
  }

  .image {
    width: 400px;
  }

  .nal-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-top: -5px;
    margin-left: 0;
    padding-top: 5px;
    font-size: 16px;
    display: flex;
  }

  .icon-wrapper {
    flex-flow: column;
  }

  .icon-wrapper.grid {
    grid-auto-flow: row;
    display: flex;
  }

  .icon-square-wrapper {
    width: 300px;
  }

  .video {
    margin-bottom: 20px;
  }

  .nal-quote-paragraph {
    font-size: 12px;
  }

  .heading-nal {
    font-size: 28px;
  }

  .industries-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stat-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .stat {
    height: 75px;
  }

  .text-block-120 {
    margin-right: 10px;
  }

  .logo-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .houston-container {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .houston-map {
    height: 150px;
  }

  .houston-header {
    font-size: 20px;
    line-height: 20px;
  }

  .houston-cta {
    width: 180px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    font-size: 12px;
  }

  .california {
    height: 70px;
  }

  .ca-container {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    object-fit: fill;
    background-color: #202020;
    overflow: visible;
  }

  .nav-menu {
    display: block;
    right: -320px;
  }

  .image-3 {
    float: none;
    clear: none;
    text-align: center;
    width: 165.733px;
    margin-left: 43px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    left: 42px;
  }

  .image-4 {
    clear: right;
    height: 55px;
    display: block;
    left: -56px;
  }

  .home-logo {
    float: left;
    clear: none;
    object-fit: fill;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
    position: absolute;
    left: -52px;
  }

  .person-icon {
    display: none;
  }

  .sign-in-dropdown {
    width: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .lottie-animation {
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .menu-button {
    padding-right: 30px;
    display: block;
  }

  .hero-slider {
    height: 175px;
    margin-top: 55px;
  }

  .slide {
    background-image: url('../images/Background-Road.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .tracking-area {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .quick-links {
    height: 575px;
    overflow: hidden;
  }

  .slide-nav {
    display: block;
  }

  .hear-cta-button {
    width: 140px;
    height: 25px;
    margin-top: -11px;
    margin-left: 20px;
    padding-top: 4px;
    padding-left: 0;
    font-size: 12px;
  }

  .right-arrow {
    margin-right: 0;
    padding-right: 0;
  }

  .left-arrow {
    display: none;
  }

  .bold-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .true-cost {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .container-5 {
    margin-top: 20px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .form-header {
    background-position: 100%;
  }

  .heading-4 {
    margin-right: 20px;
    font-size: 25px;
  }

  .holiday-header {
    background-position: 100%;
  }

  .grid-5 {
    grid-template-columns: 1.25fr 1.75fr;
    padding-right: 0;
  }

  .holiday-col {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .holiday-col-bold, .holiday-col-bold-highlight {
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
  }

  .holiday-col-highlight {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .video-header {
    background-image: url('../images/Sunset-truck_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .video-description {
    font-size: 12px;
  }

  .news-header {
    background-position: 100%;
  }

  .heading-6 {
    font-family: Roboto, sans-serif;
    font-size: 30px;
  }

  .locations-header {
    background-position: 50% 100%;
  }

  .trigger {
    display: none;
  }

  .drop-down-content-2 {
    height: auto;
  }

  .text-block-14 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
    display: flex;
  }

  .terminal-heading {
    font-size: 16px;
  }

  .terminal-address {
    font-size: 12px;
  }

  .image-20, .mobile-map {
    display: block;
  }

  .contact-header {
    background-position: 100%;
  }

  .my-freight {
    font-size: 25px;
  }

  .text-block-25 {
    margin-top: 0;
    font-size: 14px;
  }

  .true-cost-missing {
    height: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-26 {
    font-size: 12px;
  }

  .my-freight-left {
    font-size: 25px;
  }

  .true-cost-box-damaged, .true-cost-box-delayed {
    height: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .stats {
    overflow: hidden;
  }

  .we-ve-expanded {
    background-position: 60%;
  }

  .map-text {
    display: flex;
  }

  .expanded {
    font-size: 40px;
  }

  .text-block-26-copy {
    font-size: 12px;
  }

  .text-block-25-copy {
    margin-top: 0;
    font-size: 14px;
  }

  .slide-background-1 {
    background-position: 55%;
  }

  .footer {
    flex-wrap: nowrap;
    place-content: flex-start center;
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .column-header {
    text-align: center;
    width: 220px;
    margin-bottom: 2px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
  }

  .footerhorizontal-divider {
    flex-wrap: nowrap;
    justify-content: center;
    display: flex;
  }

  .shipping-portal-button-footer {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .footer-text {
    text-align: center;
    padding-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }

  .shipping-div-footer {
    width: 320px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .new-shipments-list {
    text-align: center;
    align-items: center;
    margin-left: 0;
  }

  .shipped-list {
    align-items: center;
  }

  .resources-list {
    text-align: center;
    flex-flow: column;
    place-content: flex-start center;
    align-items: center;
    width: 320px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .resources-left-col {
    align-items: center;
  }

  .resources-right-col {
    align-items: center;
    margin-bottom: 20px;
  }

  .about-list, .careers-list, .contact-list {
    align-items: center;
    width: 320px;
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
  }

  .copyright {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .why-join-ccfs {
    background-position: 100%;
  }

  .text-block-2-copy {
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

  .hear-cta-button-copy {
    width: 140px;
    height: 25px;
    margin-top: -11px;
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    font-size: 12px;
  }

  .container-slide-2 {
    margin-top: 70px;
    padding-right: 20px;
  }

  .slide-1-text {
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

  .div-block-45 {
    top: 70px;
    left: -77px;
  }

  .fuel-header {
    background-position: 100% 25%;
  }

  .fuel-button {
    font-family: Roboto, sans-serif;
    font-size: 14px;
  }

  .container-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .who-we-are-header {
    background-position: 100%;
  }

  .div-block-49 {
    height: 320px;
    padding-top: 20px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .holiday-schedule-container, .forms-container {
    display: block;
  }

  .paragraph-9 {
    text-align: left;
    margin-bottom: 10px;
  }

  .container-16 {
    margin-top: 10px;
  }

  .claim-header {
    background-position: 100%;
  }

  .user-dropdown, .shipping-dropdown-mobile, .new-shipments-dropdown, .shipped-dropdown, .resources-dropdown {
    display: none;
  }

  .new-nav-button {
    z-index: 9999;
    display: flex;
    position: relative;
  }

  .divright {
    width: 100%;
    max-width: none;
    height: 295px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .divleft {
    width: 100%;
    max-width: none;
    height: 250px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .family-of-companies {
    border-width: 2px;
    height: 70px;
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    width: 200px;
    height: 15px;
    top: -37%;
  }

  .text-block-76 {
    font-size: 10px;
  }

  .image-link {
    margin-left: 5px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .vid-arrow {
    margin-top: 0;
    font-size: 14px;
  }

  .news-container {
    display: block;
  }

  .tl-stick-and-years-conainer {
    margin-bottom: 0;
  }

  .timelinesec {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .tl_text {
    color: #333c;
    padding-left: 0;
    padding-right: 10px;
    font-size: 14px;
  }

  .tl_title {
    color: #333;
    text-align: left;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
  }

  .theruller {
    display: none;
  }

  .tl---theyear {
    border: 1px #000;
    margin-top: 5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    font-size: 24px;
  }

  .time-line-top {
    margin-top: 0;
  }

  .history-card {
    width: 100%;
    height: auto;
    padding: 0 0 12px;
    display: block;
    position: static;
    box-shadow: 0 2px 7px -3px #000;
  }

  .tl-div-stroke-separater {
    height: 50px;
  }

  .divgeneral {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .our-history-2 {
    font-size: 25px;
  }

  ._1990-photo {
    background-size: 250px;
  }

  ._1980-photo {
    background-position: 50% 0;
  }

  .list-4 {
    padding-left: 30px;
  }

  ._2018-photo {
    background-size: 250px;
  }

  ._2020-photo {
    background-image: url('../images/Family-Photo-Color.webp');
    background-size: 280px;
  }

  .missing-dropdown {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-7 {
    overflow: visible;
  }

  .ship-wit-us {
    margin-left: 0;
  }

  .div-block-74 {
    display: block;
  }

  .div-block-77 {
    margin-left: 0;
  }

  .side-number {
    display: none;
    top: 89px;
  }

  .div-block-78 {
    display: none;
  }

  .ship-with-us-simple {
    margin-left: 0;
  }

  .damaged-mega-dropdown {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-secition {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-resources-header {
    background-position: 100%;
  }

  .copyright-container {
    margin-bottom: 20px;
  }

  ._2021-photo {
    background-size: 250px;
  }

  .locations-container {
    display: block;
  }

  .div-block-83 {
    top: 12px;
  }

  .bold-text-9 {
    font-size: 20px;
  }

  .paragraph-39 {
    width: 280px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .technology-call-to-action {
    width: 140px;
    height: 25px;
    margin-top: -11px;
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    font-size: 12px;
  }

  .mobile-slide {
    background-attachment: fixed;
  }

  .text-block-90 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .mobile-slide-container {
    margin-top: 32px;
  }

  .mobile-subhead {
    font-size: 14px;
    display: block;
  }

  .mobile-cta {
    width: 200px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
    font-size: 12px;
  }

  .container-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3-copy {
    font-size: 20px;
  }

  .div-block-84 {
    flex-direction: row;
    height: 150vw;
    display: block;
    overflow: visible;
  }

  .html-embed-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .mudslide-header {
    background-position: 100%;
  }

  .alert-banner {
    display: block;
  }

  .heading-16 {
    font-size: 16px;
    line-height: 20px;
  }

  ._2022-photo {
    background-size: 250px;
  }

  .newsblock-copy {
    padding-left: 10px;
  }

  .heading-16-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .slider-mobile {
    height: 175px;
    margin-top: 55px;
  }

  .open-positions-button {
    text-align: center;
  }

  .section-7 {
    padding-bottom: 0;
  }

  .heading {
    font-size: 20px;
    line-height: 25px;
  }

  .terminal-location-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .terminal-heading-2 {
    font-size: 16px;
  }

  .canada-shipments-header, .interested-header {
    background-position: 100%;
  }

  .container-28 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-103 {
    font-size: 14px;
  }

  .div-block-98 {
    margin-top: 10px;
    margin-left: 0;
  }

  .discounted-rates-slide {
    background-attachment: fixed;
  }

  .discounted-button {
    width: 150px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
    font-size: 12px;
  }

  .discounted-heading {
    text-align: left;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  ._2023-photo {
    background-size: 250px;
  }

  .keep-for-later-slider {
    height: 175px;
    margin-top: 55px;
  }

  .text-block-109 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
    display: flex;
  }

  .terminal-heading-3 {
    font-size: 16px;
  }

  .terminal-address-2 {
    font-size: 12px;
  }

  .list-5 {
    padding-left: 30px;
  }

  .text-block-111 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
    display: flex;
  }

  .terminal-heading-4 {
    font-size: 16px;
  }

  .terminal-address-3 {
    font-size: 12px;
  }

  .x2k {
    background-attachment: fixed;
  }

  .x2k-container {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .x2k-heading {
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-111 {
    border-style: none;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0 0 0 10px;
  }

  .container-31 {
    margin-top: 0;
  }

  .paragraph-49 {
    margin-bottom: 20px;
  }

  .heading-22 {
    font-size: 16px;
    line-height: 18px;
  }

  .ship-wit-us-long {
    margin-left: 0;
  }

  .div-block-113 {
    height: 100px;
  }

  .div-block-114 {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .tool-cards {
    padding-bottom: 10px;
  }

  .smartway-container {
    flex-direction: column;
    display: flex;
  }

  .image-47 {
    margin-bottom: 10px;
  }

  .edi-heading {
    background-position: 100%;
  }

  .one-name-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .x2k-button {
    width: 150px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
    font-size: 12px;
  }

  .header-image {
    height: 100px;
  }

  .text-block-112 {
    padding-left: 0;
    padding-right: 0;
  }

  .x2k-mobile-button {
    width: 140px;
    height: 25px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    font-size: 12px;
  }

  .register-button {
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
    font-size: 12px;
  }

  .header-image-2 {
    height: 100px;
  }

  .paragraph-52 {
    margin-bottom: 20px;
  }

  .number-block-main {
    width: 100%;
    min-width: 0;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .main-option {
    font-size: 40px;
  }

  .content-container {
    margin-top: 0;
  }

  .text-block-113 {
    font-size: 40px;
  }

  .pick-up-option-main {
    flex-wrap: wrap;
  }

  .number-block {
    width: 100%;
    min-width: auto;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .heading-25 {
    font-size: 16px;
    line-height: 18px;
  }

  .option-button {
    margin-left: 0;
  }

  .pick-up-option {
    flex-wrap: wrap;
  }

  .learn-more {
    margin-left: 0;
  }

  .heading-26 {
    font-size: 25px;
  }

  .option-button-small {
    margin-left: 0;
  }

  .option-name {
    font-size: 25px;
  }

  ._2012-photo {
    background-size: 250px;
  }

  .list-7 {
    padding-left: 30px;
  }

  .text-block-115 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
    display: flex;
  }

  .terminal-heading-5 {
    font-size: 16px;
  }

  .terminal-address-4 {
    font-size: 12px;
  }

  .dallas-slide {
    background-attachment: fixed;
  }

  .dallas-container {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dallas-cta {
    width: 120px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
    font-size: 12px;
  }

  .dallas-map {
    height: 100px;
    margin-left: 0;
    margin-right: 10px;
  }

  .dallas-info {
    padding-right: 10px;
  }

  .dallas-header {
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-116 {
    display: none;
  }

  .dallas-slide-copy, .nal {
    background-attachment: fixed;
  }

  .nal-slide-container {
    flex-flow: column;
    margin-top: 32px;
    padding-left: 0;
    display: flex;
    top: -3px;
  }

  .nal-text {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
  }

  .nal-text.red {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .nal-sub-head {
    font-size: 14px;
    display: block;
  }

  .nal-cta {
    width: 200px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
    font-size: 12px;
  }

  .nal-section {
    background-position: 60%;
  }

  .nal-heading.section.extra {
    line-height: 40px;
  }

  .text-block-117 {
    font-size: 10px;
    line-height: 12px;
  }

  .nal-cta-section {
    padding-bottom: 20px;
  }

  .services-section {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .capabilities-section {
    padding-top: 20px;
  }

  .state-dropdown {
    margin-top: 10px;
  }

  .heading-28 {
    font-size: 25px;
  }

  .destination-state-dropdown {
    margin-top: 10px;
  }

  .heading-29 {
    font-size: 25px;
  }

  .destination-canada-territory-dropdown-copy, .canada-territory-dropdown {
    margin-top: 10px;
  }

  .paragraph-53 {
    text-align: left;
  }

  .heading-30 {
    text-align: left;
    font-size: 20px;
  }

  .heading-32 {
    font-size: 25px;
  }

  .request-quote-container {
    margin-top: 10px;
  }

  .nal-subheading {
    font-size: 25px;
  }

  .nal-body {
    text-align: left;
  }

  .nal-h2 {
    text-align: center;
    font-size: 20px;
  }

  .nal-heading-section {
    height: 175px;
  }

  .image {
    width: 250px;
  }

  .nal-button {
    height: 60px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
    font-size: 16px;
  }

  .icon-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .icon-wrapper.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-icon {
    width: 150px;
  }

  .nal-quote-paragraph {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Roboto, sans-serif;
  }

  .heading-nal {
    text-align: left;
    font-size: 20px;
  }

  .industries-served-section {
    padding-top: 20px;
  }

  .industries-grid {
    grid-template-columns: 1fr;
  }

  .houston-slide {
    background-attachment: fixed;
  }

  .houston-container {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .houston-map {
    height: 100px;
    margin-left: 0;
    margin-right: 10px;
  }

  .houston-info {
    padding-right: 10px;
  }

  .houston-header {
    font-size: 16px;
    font-weight: 400;
  }

  .houston-cta {
    width: 120px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
    font-size: 12px;
  }

  .ca-slide {
    background-attachment: fixed;
  }

  .ca-container {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-c7e0b66d-fd03-b73e-8317-0ffd9dbe82df-81fac52d, #w-node-_518b2525-883d-0158-0daa-c0f1296cab65-81fac52d, #w-node-_18e27eff-e299-29c8-e1ff-53c3e17087c6-81fac52d, #w-node-b75eb2b0-a3f4-7b3d-2b3e-7cc3e4fe9673-81fac52d, #w-node-_9c538c25-4b28-ebdb-1819-761f0aa64f48-81fac52d, #w-node-e9aa13c5-a123-3ec5-2fd8-7ab0f043b0b6-81fac52d, #w-node-_46a23d85-e671-56f9-e03c-82168ffa7c48-81fac52d, #w-node-_3c9f6125-0e7e-7b9e-e05c-5b340eeea42a-81fac52d, #w-node-_60e2d536-5f38-859e-b62a-3681fe029882-81fac52d, #w-node-_9ca7cdff-221c-6829-e3d6-56fa8bf6cab2-6dbc3c75, #w-node-b78eab93-3c73-5f6a-10d4-594f914f67f9-6dbc3c75, #w-node-_22aeb5e4-1213-7eec-6c13-94d3d9807984-6dbc3c75, #w-node-_21f245b3-f3cd-17e7-462b-4c3ded059dfc-6dbc3c75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b564aeb4-a7ea-70ae-6075-5f18704ad0f8-81fac59a, #w-node-fb189794-facd-8d8c-bfc1-4f00b4555226-81fac59a, #w-node-_0fcfb6d1-c836-6fe7-27cc-f60cf8f3d855-81fac59a, #w-node-_0fcfb6d1-c836-6fe7-27cc-f60cf8f3d857-81fac59a, #w-node-_2d3855dc-5f77-e325-37af-189c66f78f58-81fac59a, #w-node-_0fcfb6d1-c836-6fe7-27cc-f60cf8f3d863-81fac59a, #w-node-_0fcfb6d1-c836-6fe7-27cc-f60cf8f3d865-81fac59a, #w-node-_0fcfb6d1-c836-6fe7-27cc-f60cf8f3d867-81fac59a {
  align-self: center;
}

#w-node-_0fcfb6d1-c836-6fe7-27cc-f60cf8f3d861-81fac59a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0fcfb6d1-c836-6fe7-27cc-f60cf8f3d85b-81fac59a, #w-node-e7cca334-f1ed-872e-5ad1-ed634ae303c8-81fac59a, #w-node-a21c9563-2ba9-b3f2-ad0f-64a636b685e6-81fac59a {
  align-self: center;
}

#w-node-_07d722f3-9841-34b1-9c55-0ba771f7cf06-81fac59a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ed62caf0-256d-c561-1c11-9f1baaa0368d-81fac59a {
  align-self: center;
}

#w-node-_8632c80f-fcd5-d631-13ce-80e7cbcf3bc8-81fac5a3, #w-node-a7aba3e8-8876-7e4a-cf0d-e5c22ce13e23-81fac5a3, #w-node-d8578a7b-d14e-8de7-1699-b64f1022f237-81fac5a3, #w-node-_49ce81a9-3def-17c8-d23a-f4e464cce3e8-81fac5a3, #w-node-_49ce81a9-3def-17c8-d23a-f4e464cce3e9-81fac5a3, #w-node-_49ce81a9-3def-17c8-d23a-f4e464cce3ec-81fac5a3, #w-node-ca241670-4020-516c-bf3f-7add25e0e2b0-81fac5de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4076c2d-52ad-dbda-c14e-48050c9b9aae-26926b5b, #w-node-d428ae91-b264-a40e-c72f-4e6a109dec6f-26926b5b, #w-node-ce858c2d-60da-f262-9534-a4546128071c-26926b5b, #w-node-b67138e0-4561-4e7d-4503-56189054fb15-26926b5b, #w-node-_70f57a84-392e-a839-a37f-3b097a47f496-26926b5b, #w-node-_6d032552-9766-35e0-b801-fea27d30da90-26926b5b {
  place-self: auto;
}

@media screen and (min-width: 1280px) {
  #w-node-b564aeb4-a7ea-70ae-6075-5f18704ad0f8-81fac59a, #w-node-fb189794-facd-8d8c-bfc1-4f00b4555226-81fac59a, #w-node-_0fcfb6d1-c836-6fe7-27cc-f60cf8f3d855-81fac59a, #w-node-_0fcfb6d1-c836-6fe7-27cc-f60cf8f3d857-81fac59a, #w-node-_2d3855dc-5f77-e325-37af-189c66f78f58-81fac59a, #w-node-_0fcfb6d1-c836-6fe7-27cc-f60cf8f3d867-81fac59a, #w-node-_0fcfb6d1-c836-6fe7-27cc-f60cf8f3d861-81fac59a, #w-node-_0fcfb6d1-c836-6fe7-27cc-f60cf8f3d85b-81fac59a, #w-node-e7cca334-f1ed-872e-5ad1-ed634ae303c8-81fac59a, #w-node-_07d722f3-9841-34b1-9c55-0ba771f7cf06-81fac59a, #w-node-ed62caf0-256d-c561-1c11-9f1baaa0368d-81fac59a {
    align-self: center;
  }
}


