:root {
  --blue: #1991eb;
  --royal-blue: #2a65ac;
  --midnight-blue: #233142;
  --white: white;
  --black: black;
  --dark: #111212;
}

body {
  color: #111212;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
}

h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 24px;
}

a {
  color: var(--blue);
  text-decoration: none;
  display: block;
}

a:hover, a:active {
  transition-property: none;
}

ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 8px;
  padding-left: 5px;
  font-weight: 400;
}

label {
  color: var(--royal-blue);
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

blockquote {
  border-left: 5px solid #1112120f;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

._6-col {
  width: 45%;
  margin-right: 20px;
  display: inline-block;
}

.headline-6-col {
  width: 460px;
  color: var(--midnight-blue);
  margin-bottom: 50px;
}

._5-col {
  width: 380px;
  margin-right: 20px;
  display: inline-block;
}

.wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap.w50 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w50-spcbetween {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap._w-custom.nav1-light {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.wrap.w50-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10vw;
  display: flex;
}

.wrap.mg {
  background-color: #1991eb0f;
  border: 1px solid #1991eb3b;
  border-radius: 10px;
  width: 90%;
  padding: 50px 30px;
  box-shadow: 0 11px 12px 2px #2a65ac5c;
}

.wrap.mg.hiring {
  border-color: #f1f9fe;
  margin-top: 50px;
}

._2-col {
  width: 50%;
  margin-right: 20px;
  display: inline-block;
}

._4-col {
  width: 31.3333%;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-block;
}

._4-col.flex {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

._4-col._62 {
  width: 62.6667%;
}

._4-col._62.rtflex {
  flex-direction: column;
  align-items: center;
  width: auto;
  padding-bottom: 50px;
  display: flex;
}

._4-col._48 {
  width: 48%;
  margin-bottom: 30px;
  margin-left: 1%;
  display: none;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

._7-col._7-col-last {
  margin-right: 0;
  display: inline-block;
}

.tagline {
  opacity: .6;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
}

.tagline.white {
  opacity: 1;
  color: #000;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.tagline.dark {
  color: var(--midnight-blue);
  font-size: 18px;
}

.section {
  background-color: #23314200;
}

.section.mg {
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn {
  float: none;
  background-color: var(--white);
  color: var(--midnight-blue);
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
  box-shadow: 0 0 12px -9px #2a65acb8;
}

.btn:hover {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.submit {
  border: 1px solid var(--royal-blue);
  color: var(--midnight-blue);
}

.btn.submit:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.section-dark {
  color: #fff;
  background-color: #0000;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.h1-jumbo {
  color: var(--midnight-blue);
  text-align: left;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
}

.h1-jumbo.white {
  color: var(--white);
}

.link-light {
  opacity: .6;
  color: #111212;
  cursor: pointer;
  line-height: 24px;
}

.link-light:hover {
  opacity: 1;
  color: #111212;
  transition-property: none;
}

.link-light:active {
  opacity: .9;
}

/* BASE NAVIGATION STYLES: Keeps links dark charcoal for standard page content */
.link-light.navigation1-link-light {
  opacity: .8;
  border-bottom: 1px solid #000;
  margin-right: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  color: #111212;
}

.link-light.navigation1-link-light:hover {
  opacity: 1;
  color: var(--blue);
  border-bottom-color: var(--blue);
}

.link-light.navigation1-link-light.w--current {
  color: var(--blue);
  border-bottom-color: var(--blue);
  transition-property: none;
}

.nav1-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav1-menu-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav1-logo-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav1 {
  background-color: #0000;
  width: 100%;
}

.hero2-light {
  background-image: none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.testimonial2-logo-wrap {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
  display: flex;
}

.testimonial2-headline {
  padding-right: 40px;
}

.hero2-text-wrap {
  z-index: 1;
  background-image: none;
  position: relative;
}

.testimonial2-col {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form2-wrapper {
  margin-top: -10px;
}

.form2-input {
  border: 1px solid #ececec;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  margin-bottom: 14px;
  padding-left: 16px;
  padding-right: 16px;
  transition: border-color .2s;
}

.form2-input:hover {
  border-color: #d8d8d8;
}

.form2-input:focus {
  border-color: #a3a3a3;
}

.form2-input::placeholder {
  color: #ccc;
}

.form2 {
  color: #111212;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  height: 520px;
  display: flex;
  box-shadow: 0 1px 8px #1112121a;
}

.form2-error-message {
  background-color: #0000;
  border-radius: 4px;
  padding: 0;
}

.form2-success-message {
  background-color: #0000;
}

.form2-error-message-text {
  color: #f85359;
  display: inline-block;
}

.form2-image-wrapper {
  background-image: url('../images/20201005_180613.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 520px;
  margin-right: -20px;
  display: flex;
}

.form2-success-message-text {
  color: #1991eb;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.form2-form-wrap {
  margin-top: 20px;
  margin-bottom: 0;
}

.form2-form-section-wrapper {
  padding: 50px;
}

.form2-buttons-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team2-profilename {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.1em;
}

.team2-profilename.white {
  color: var(--white);
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 900;
  line-height: 1.3em;
}

.team2-profile-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 20px;
  display: flex;
  box-shadow: 0 1px 6px #1112120f;
}

.team2-profile-card.team2-profile-card-dark {
  background-color: var(--midnight-blue);
  border: 1px #2a65ac70;
  align-items: stretch;
  padding: 0;
  box-shadow: 0 4px 8px #11121261;
}

.team2-profile-pic {
  background-image: url('../images/20200901_092411.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px #00518d;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 300px;
}

.team2-profile-pic._2 {
  background-image: url('../images/IMG_20190204_112247.webp');
  background-position: 50% 100%;
}

.team2-profile-pic._3 {
  background-image: url('../images/20200926_082958.webp');
  background-position: 50% 20%;
}

.team2-profile-pic._4 {
  background-image: url('../images/20200730_194729.jpg');
}

.team2-people-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.team2-profilecard-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form2-headline {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
}

.form2-headline.hiring {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.logo-img {
  width: 200px;
}

.logo-img.footer {
  margin-bottom: 15px;
}

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

.navigation {
  z-index: 9999;
  background-color: var(--white);
  position: sticky;
  top: 0;
  box-shadow: 0 0 10px #00000021;
}

.footer-text {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5em;
}

.footer-link {
  display: inline-block;
}

.lottie-wrench {
  width: 150px;
}

.heading {
  color: var(--white);
}

.heading.dark-headline {
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
}

.heading.dark-headline.center {
  text-align: center;
  font-weight: 700;
}

.dark-headline {
  color: var(--royal-blue);
}

.customer-wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.customer-wrap.w50-80-center {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.customer-wrap.w50-80-center.top-margin-boarder {
  border-top: 1px solid #23314233;
  border-bottom: 1px solid #23314233;
  align-items: center;
  margin-top: 80px;
  display: none;
}

.contact-subtext {
  opacity: 1;
  color: var(--midnight-blue);
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.2em;
}

.fb-link {
  background-image: url('../images/fb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-left: 20px;
}

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

.div-block {
  background-image: url('../images/20201005_184640.jpg');
  background-position: 25%;
  background-size: cover;
  width: 50vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-2 {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.card-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta-wrapper {
  align-items: center;
  display: flex;
}

.arrow-2 {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 14px;
}

.card_base {
  color: #44465f;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 500px;
  min-height: auto;
  margin-bottom: 0;
  padding: 16px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 20px #2a65ac4d;
}

.card_base:hover {
  transform: none;
}

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

.card_base .text-block {
  color: var(--blue);
}


.h2-features {
  color: #000;
  letter-spacing: -.3px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.text_features {
  letter-spacing: -.3px;
  font-size: 16px;
  line-height: 25px;
  display: none;
}

.service-image_container {
  background-image: url('../images/20200901_092411.jpg');
  background-position: 0%;
  background-size: cover;
  height: 100%;
}

.service-image_container._1 {
  background-image: url('../images/truckfinal.jpg');
  background-position: 50%;
  background-size: cover;
}

.service-image_container._2 {
  background-image: url('../images/20200926_082958.webp');
}

.service-image_container._3 {
  background-image: url('../images/IMG_20190204_112247.webp');
}

.button-2 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #3ecf8e;
  background-image: none;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 1px 11px #00000045;
}

.button-2:hover {
  transform: scale(1.02)translate(0, -3px);
  box-shadow: 0 15px 20px #0000001a;
}

.button-2.lottie-icon {
  background-color: var(--midnight-blue);
  background-image: none;
  border-radius: 7px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.phone {
  width: 40px;
  padding-top: 10px;
}

.phone.small {
  width: 25px;
  padding-top: 11px;
}

.button-text {
  flex: 1;
  margin-left: 10px;
}

.cta-button1 {
  color: #f1953a;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-button1.contact-us {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.bg-wrapper-b11 {
  z-index: 0;
  color: #2a65ac;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-bg-b11 {
  background-color: #2a65ac1a;
  width: 0;
  height: 50px;
  position: absolute;
  left: 0;
}

/* ABOUT SECTION SECTION BLOCKS */
.about-us-section {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/truck.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 95vh;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
}

.about-us-section h1,
.about-us-section h2,
.about-us-section h3,
.about-us-section h4,
.about-us-section h5,
.about-us-section h6,
.about-us-section .heading {
  color: #ffffff;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
}

.about-us-section ul li {
  color: #ffffff;
}

.about-us-section blockquote {
  color: #ffffff;
  border-left-color: var(--blue);
  background-color: rgba(25, 145, 235, 0.08);
}

.about-us-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

.p-small {
  text-align: center;
  margin-top: 50px;
  font-size: 22px;
  font-weight: 400;
}

.p-small.white {
  color: #fff;
  text-align: left;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
}

.hero-wrapppepr {
  width: 60%;
  margin-left: 10vh;
}

.section-2 {
  padding: 50px;
}

.list {
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  width: 500px;
  margin: 0 20px 0 0;
  padding: 25px 50px;
  box-shadow: 1px 1px 8px #0003;
}

.list-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.image-2 {
  width: auto;
  max-width: 600px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.text-b11-2 {
  z-index: 1;
  color: #233142;
  position: relative;
}

.top-line-b11-2 {
  color: #2a65ac;
  background-color: #2a65ac;
  width: 200px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.left-line-b11-2 {
  color: #2a65ac;
  background-color: #2a65ac;
  width: 2px;
  height: 50px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bottom-line-b11-2 {
  color: #0000;
  background-color: #2a65ac;
  width: 200px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.right-line-b11-2 {
  color: #1991eb;
  background-color: #2a65ac;
  width: 2px;
  height: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.h1-medium {
  color: var(--midnight-blue);
  margin-bottom: 50px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

.flex-mid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin: 50px auto;
  display: flex;
}

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

.link {
  color: var(--blue);
  display: inline;
}

.solid-button {
  background-color: #233142;
  border-radius: 6px;
  margin-top: 25px;
  padding: 15px 30px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.solid-button:hover {
  background-color: var(--royal-blue);
  transform: translateY(-2px);
}

.subscription_section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  width: 100%;
}

.div-block-6 {
  text-align: center;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.button-8 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #d3d3d3;
}

.button-8:hover {
  box-shadow: none;
  transform: none;
}

.text-button-b8-2 {
  z-index: 1;
  letter-spacing: 0;
  position: relative;
}

.bg-mask-b8-2 {
  background-color: #333;
  width: 0;
  height: 200px;
  position: absolute;
  inset: auto;
  transform: rotate(37deg);
}

.list-item-2 {
  color: var(--midnight-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.link-block {
  transition: transform .4s, opacity .4s;
}

.link-block.w--current {
  transition-property: none;
}

.link-block.w--current:hover {
  transform: none;
}

.text-block-3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.link-2 {
  color: var(--blue);
  font-size: 24px;
  font-style: italic;
  line-height: 1;
  text-decoration: none;
}

.banner {
  z-index: 1;
  background-color: #1991eb0f;
  border: 1px solid #1991eb3b;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.banner-text {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  display: flex;
}

.job-modal {
  z-index: 99999;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper {
  background-color: #f1f9fe;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 90%;
  display: flex;
  position: relative;
  overflow: auto;
}

.job-details {
  width: 90%;
  height: 100%;
  padding-top: 2.5%;
}

.job-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.job-text {
  color: #000;
}

/* TRANSPARENT HOVER ISOLATIONS FOR DARK PHOTO CONTAINERS */
.about-us-section .navigation,
.section-dark .navigation {
  background-color: transparent !important;
  position: absolute !important;
  width: 100% !important;
  box-shadow: none !important;
  top: 0;
  left: 0;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES (DESKTOP INTERIORS)
   ========================================================================== */
@media screen and (min-width: 992px) {
  .about-us-section .navigation .link-light.navigation1-link-light,
  .section-dark .navigation .link-light.navigation1-link-light {
    color: #ffffff !important;
    opacity: 0.9 !important;
    border-bottom-color: transparent !important;
  }

  .about-us-section .navigation .link-light.navigation1-link-light:hover,
  .about-us-section .navigation .link-light.navigation1-link-light.w--current,
  .section-dark .navigation .link-light.navigation1-link-light:hover,
  .section-dark .navigation .link-light.navigation1-link-light.w--current {
    color: var(--blue) !important;
    border-bottom-color: var(--blue) !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 991px) {
  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._5-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50 {
    width: 100%;
  }

  .wrap.w50-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  .wrap._w-custom.nav1-light {
    background-color: #fff;
    padding: 0;
    display: block;
  }

  .wrap.w50-center {
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  ._2-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._4-col {
    width: 48%;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
  }

  ._4-col.flex {
    width: 31%;
  }

  ._4-col._62.rtflex {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  ._7-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .tagline.white {
  }

  .section-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-jumbo {
    text-align: center;
    font-size: 70px;
    line-height: 1.1;
  }

  .link-light.navigation1-link-light {
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav1-menuicon-dark {
    width: 100%;
  }

  .nav1-wrap {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }

  .nav1-menu-wrapper {
    background-color: #fff;
  }

  .nav1-logo-wrapper {
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav1-menu-btn {
    background-color: #0000;
    width: 1.5rem;
    padding: 0;
  }

  .nav1-menu-btn:active, .nav1-menu-btn.w--open {
    background-color: #0000;
  }

  .hero2-light {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial2-logo-wrap {
    width: 31%;
    height: auto;
    margin: 30px 1% 0;
  }

  .testimonial2-headline {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .hero2-text-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .testimonial2-col {
    flex-direction: row;
  }

  .form2-wrapper {
    margin-top: -20px;
  }

  .form2 {
    flex-direction: column;
    height: auto;
  }

  .form2-image-wrapper {
    background-position: 50% 100%;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    height: 300px;
    margin-right: 0;
  }

  .form2-form-section-wrapper {
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 40px;
  }

  .team2-profilename.white {
    font-size: 16px;
  }

  .team2-profile-card {
    padding: 40px 40px 30px;
  }

  .team2-profile-pic {
    width: 100%;
  }

  .team2-people-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-img {
    display: block;
  }

  .about-us-content {
    width: 100% !important;
  }

  /* MOBILE SLIDEOUT DRAWER FIX: Keeps menu items crisp and readable when expanded */
  .about-us-section .navigation .w-nav-menu,
  .section-dark .navigation .w-nav-menu {
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    padding: 20px 0 !important;
  }

  .about-us-section .navigation .w-nav-menu .link-light.navigation1-link-light,
  .section-dark .navigation .w-nav-menu .link-light.navigation1-link-light {
    color: #111212 !important; /* Forces dropdown tray options to remain dark grey */
    opacity: 1 !important;
    text-align: center !important;
    padding: 12px 0 !important;
    border-bottom: none !important;
    font-size: 16px !important;
  }

  .about-us-section .navigation .w-nav-menu .link-light.navigation1-link-light.w--current,
  .section-dark .navigation .w-nav-menu .link-light.navigation1-link-light.w--current {
    color: var(--blue) !important;
    font-weight: 700 !important;
  }
}

/* ==========================================================================
   SMARTPHONE VIEW MEDIAS: REMOVES THE COLUMN SQUISH AND FIXES OVERLAPS
   ========================================================================== */
@media screen and (max-width: 767px) {
  body, html {
    overflow-x: hidden !important;
    width: 100% !important;
  }

  .h1-jumbo {
    font-size: 48px !important;
    line-height: 1.1 !important;
  }

  /* FIXES SQUISHED TEXT: Resets flex parameters to stretch fully across phone views */
  .about-us-content,
  .hero-wrapppepr {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin-left: 0 !important;      
    margin-right: 0 !important;
    padding-left: 24px !important;  /* Fluid edge gaps */
    padding-right: 24px !important; 
    box-sizing: border-box !important;
    display: block !important;       /* Overrides flexbox collapse states */
    text-align: left !important;    
  }

  /* FIXES HEADER OVERLAP: Pushes hero content down clearly past absolute navigation elements */
  .about-us-section {
    min-height: auto !important;
    padding-top: 170px !important;  
    padding-bottom: 50px !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  /* Smartphone text configurations */
  .about-us-section h1.h1-jumbo.white {
    font-size: 36px !important;
    line-height: 44px !important;
    text-align: left !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    width: 100% !important;
  }

  .about-us-section .p-small.white {
    font-size: 15px !important;
    line-height: 23px !important;
    text-align: left !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    width: 100% !important;
  }

  ._6-col {
    margin-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap.w50-center {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
    align-items: center !important;
  }

  ._4-col._48 {
    width: 98%;
  }

  .nav1 {
    z-index: 10;
  }

  .nav1-menu-btn {
    padding: 0;
  }

  .hero2-text-wrap {
    align-items: center;
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }
  
  .hero2-text-wrap .tagline.white {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
  }

  .form2-form-section-wrapper {
    width: 100% !important;
    padding: 30px 20px !important;
    box-sizing: border-box !important;
  }

  .team2-profile-card {
    padding: 30px 40px;
  }

  .team2-profile-card.team2-profile-card-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .team2-profile-pic {
    width: 100%;
  }

  .logo-img {
    width: 150px;
  }

  .customer-wrap {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-wrap {
    grid-template-columns: 1fr !important;
    grid-row-gap: 20px !important;
    width: 100% !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
  }

  .card_base {
    height: auto !important;
    min-height: 360px !important;
    padding: 20px !important;
    width: 100% !important;
  }

  .service-image_container {
    height: 200px !important;
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  ._2-col, ._4-col, ._5-col, ._7-col, ._4-col._62, ._4-col._48, ._7-col._7-col-last {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
    float: none !important;
  }

  .h1-medium, .heading-2, .heading.dark-headline {
    font-size: 28px !important;
    line-height: 34px !important;
    text-align: center !important;
  }

  .form2-headline, .form2-headline.hiring {
    font-size: 26px !important;
    text-align: center !important;
  }

  .headline-6-col {
    width: 100% !important;
    margin-bottom: 30px !important;
    text-align: center !important;
  }

  .banner-text {
    font-size: 13px !important;
    line-height: 1.4 !important;
    padding: 8px 15px !important;
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .hero2-light {
    height: auto !important;
    min-height: 85vh !important;
    padding-top: 110px !important;
    padding-bottom: 60px !important;
    box-sizing: border-box !important;
  }

  .div-block {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.12 !important;
    pointer-events: none !important;
  }

  .div-block-2 {
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(255,255,255,0.95)) !important;
  }

  .form2 {
    flex-direction: column !important;
    height: auto !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .form2-image-wrapper {
    width: 100% !important;
    height: 220px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 0 !important;
  }
}

@media screen and (max-width: 479px) {
  .wrap.w50 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrap._w-custom.nav1-light {
    width: 100%;
  }

  .wrap.w50-center {
    width: 90%;
    padding-right: 0;
  }

  ._4-col {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  ._4-col.flex {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  ._4-col._62.rtflex {
    justify-content: center;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .h1-jumbo {
    font-size: 36px !important;
    line-height: 1.1 !important;
  }

  .nav1-wrap {
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav1-logo-wrapper {
    margin-left: 0;
  }

  .nav1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero2-light {
    min-height: 100vh;
  }

  .testimonial2-logo-wrap {
    width: 48%;
    margin-top: 40px;
  }

  .hero2-text-wrap {
    width: auto;
  }

  .form2-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .team2-profilename.white {
    font-size: 14px;
  }

  .team2-profile-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-img.footer {
    margin-left: auto;
    margin-right: auto;
  }

  .customer-wrap.w50-80-center.top-margin-boarder {
    width: 95%;
  }

  .fb-link {
    width: 30px;
    height: 30px;
  }

  .card-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .card_base {
    width: 100%;
  }

  .list-2 {
    justify-content: center;
  }

  .banner-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
  }

  .job-heading {
    font-size: 28px;
  }

  .job-text {
    font-size: 20px;
  }

  .job-list {
    font-size: 18px;
  }

  .html-embed {
    width: 90%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}