:root {
  --text-grey: #555;
  --light-grey: whitesmoke;
  --black: #231f20;
  --yellow: #fcd12a;
  --white: white;
  --transparent: rgba(255, 255, 255, 0);
  --green: #185975;
  --grey: #ddd;
  --charcoal: #222;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--text-grey);
  font-family: Afacad, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.section {
  color: var(--text-grey);
  padding: 80px 60px 120px;
}

.section.main {
  padding-top: 120px;
}

.section.services-hp {
  background-color: var(--light-grey);
  padding-top: 120px;
}

.container-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-1200.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-1200.flex-h {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.paragraph {
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph.bold {
  color: var(--black);
  font-weight: 600;
}

.paragraph.large {
  color: var(--black);
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph._90ch {
  max-width: 90ch;
  margin-top: 0;
}

.paragraph._90ch.l-padding {
  padding-left: 40px;
}

.container-900 {
  max-width: 900px;
}

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

.text-block.large {
  color: var(--black);
  font-size: 30px;
  font-weight: 600;
}

.text-block.bold {
  color: var(--black);
  font-weight: 600;
}

.button-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button {
  min-width: 220px;
  background-color: var(--yellow);
  color: var(--black);
  text-align: center;
  padding: 20px;
  font-size: 24px;
  font-weight: 600;
  transition: opacity .2s;
}

.button:hover {
  opacity: .75;
}

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

.button.small {
  min-width: auto;
  padding: 5px 15px;
}

.text-link {
  color: var(--black);
  font-weight: 600;
  transition: opacity .2s;
}

.text-link:hover {
  opacity: .75;
}

.h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
}

.h1.cta-heading {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
}

.h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.h3.small-bottom-margin {
  margin-bottom: 10px;
}

.list-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.list-heading {
  color: var(--black);
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
}

.list {
  padding-left: 0;
}

.list.col {
  width: 50%;
}

.list.services-col {
  margin-bottom: 0;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-item.large {
  color: var(--black);
  font-size: 30px;
}

.list-item.services {
  color: var(--black);
  background-image: url('../images/container-transport.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 50px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  list-style-type: none;
  display: flex;
}

.list-item.services.heavy {
  background-image: url('../images/heavy-machinery-v2.png');
}

.list-item.services.oversize-loads {
  background-image: url('../images/oversize-loads-v2.png');
}

.list-item.services.farm-machinery {
  background-image: url('../images/farm-machinery-v2.png');
}

.list-item.services.access-equipment {
  background-image: url('../images/access-equipment-v2.png');
}

.list-item.services.container-transport {
  background-image: url('../images/container-v2.png');
}

.list-item.services.civil {
  background-image: url('../images/civil-v2.png');
}

.list-item.services.forklift {
  background-image: url('../images/forklift-v2.png');
}

.navbar {
  width: 100%;
  background-color: #f9f9f9;
  border-top: 0 #000;
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  width: 100%;
  background-color: var(--transparent);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  justify-content: center;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 600;
  transition: opacity .2s;
  display: flex;
}

.nav-link:hover {
  background-color: var(--transparent);
  opacity: .7;
}

.nav-link.w--current {
  color: var(--yellow);
}

.nav-dropdown {
  display: none;
}

.dropdown-toggle {
  padding: 10px 20px 10px 10px;
}

.nav-link-text {
  color: var(--black);
  font-weight: 600;
}

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

.dropdown-list.w--open {
  background-color: var(--black);
}

.dd-nav-link {
  color: var(--white);
  font-weight: 600;
  transition: opacity .2s;
}

.dd-nav-link:hover {
  opacity: .75;
}

.footer-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-base {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.ps-link {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.ps-link:hover {
  opacity: .75;
}

.ps-text {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.footer-grid-block.right {
  text-align: right;
}

.footer-links-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrap.right {
  align-items: flex-end;
}

.footer-link {
  color: var(--text-grey);
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .75;
}

.footer-link.w--current {
  text-decoration: underline;
}

.social-link {
  color: var(--black);
  text-decoration: none;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .75;
}

.fa-social-icn {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
}

.fa-social-icn.large {
  color: var(--black);
  font-size: 22px;
}

.f-email {
  margin-top: 0;
  display: block;
}

.fa-ph-icn {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
}

.fa-ph-icn.large {
  color: var(--yellow);
  font-size: 20px;
}

.footer {
  border-top: 1px none var(--black);
  background-color: var(--light-grey);
  margin-top: auto;
  padding: 120px 60px 40px;
}

.contact-page-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.contact-form-wrap {
  margin-top: 10px;
}

.field-label {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
}

.text-field {
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  margin-bottom: 20px;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 22px;
}

.form-field-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.textarea {
  min-height: 180px;
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  font-size: 22px;
}

.recaptcha {
  margin-top: 30px;
  margin-bottom: 30px;
}

.html-embed {
  perspective-origin: 0%;
  transform-origin: 0%;
}

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

.social {
  grid-column-gap: 15px;
  margin-top: 0;
  display: none;
}

.icon-wrap {
  flex: none;
  margin-right: 10px;
}

.email, .location {
  align-items: center;
  display: flex;
}

.contact-methods {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.encoded-ea {
  margin-bottom: 10px;
}

.page-titles {
  background-color: var(--transparent);
  margin-top: 300px;
  padding: 0 60px;
  position: relative;
}

.h1-page-titles {
  color: var(--green);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
}

.pt-containter {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide {
  padding: 120px 60px;
  display: none;
}

.billboard {
  height: 1100px;
  background-color: #eee;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/billboard.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 225px 60px 60px;
  display: flex;
}

.bb-container {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.bb-sub-text {
  color: var(--white);
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.faq-wrap {
  border: 2px #eaeaea;
  border-bottom-style: solid;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.faq-wrap.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cta {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 60px;
  display: flex;
}

.cta-text {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}

.body {
  flex-direction: column;
  display: flex;
}

.nav-container {
  max-width: none;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-wrap {
  width: 100%;
  background-color: var(--black);
  justify-content: space-around;
  display: flex;
}

.container-copy {
  width: auto;
  max-width: none;
}

.container-copy._900 {
  max-width: 900px;
}

.container-image {
  width: auto;
  height: 600px;
  background-color: #f9f9f9;
  align-self: stretch;
  margin-bottom: 60px;
}

.container-image.faq {
  background-image: url('../images/truck-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bb-h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.2;
}

.tb-ph-link {
  color: var(--black);
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.fa-ph-icn-lrg {
  color: var(--yellow);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.fa-ph-icn-lrg.sb {
  color: var(--white);
}

.logo-wrap {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.logo {
  width: 171px;
  height: 120px;
  margin-bottom: 0;
}

.top-container {
  width: 100%;
  max-width: 1320px;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heavy-haulage {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.bus-name {
  align-items: center;
  display: flex;
}

.tb-cta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
}

.top-ph {
  align-items: center;
  margin-left: auto;
  display: none;
}

.fa-ph-icn-lrg-tb {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.slider {
  height: 100%;
}

.slide-nav {
  padding-top: 0;
  padding-bottom: 50px;
  font-size: 18px;
}

.icon-3 {
  color: var(--white);
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide {
  object-fit: fill;
}

.right-arrow, .left-arrow {
  background-color: var(--transparent);
  opacity: 1;
}

.bold {
  color: var(--black);
  font-weight: 700;
}

.ph-link {
  color: var(--black);
  text-decoration: none;
}

.h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

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

.overlap-container {
  height: auto;
  min-height: 750px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.overlap-container.small {
  min-height: 600px;
}

.homepage-copy {
  width: 55%;
  max-width: none;
  background-color: var(--white);
  opacity: .9;
  align-self: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.service-cards {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.list-wrap--2-col {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.service-image {
  object-fit: cover;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-image-wrap {
  z-index: -1;
  width: 55%;
  height: auto;
  background-color: #f9f9f9;
  justify-content: flex-start;
  align-self: stretch;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hp-services-list {
  margin-top: 40px;
  display: flex;
}

.list-wrap-col {
  width: 50%;
}

.container-copy-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  margin-top: 60px;
  display: flex;
}

.cc-flex-copy {
  width: 70%;
}

.cc-flex-sb {
  width: 30%;
}

.sb-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--green);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px;
  display: flex;
}

.sb-ph-link {
  color: var(--white);
  text-align: center;
  align-self: center;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.form-block {
  margin-bottom: 0;
}

.bullet-list-item {
  padding-top: 7px;
  padding-bottom: 7px;
}

.h4-wrap {
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.h4-icon-wrap {
  width: auto;
  margin-right: 10px;
}

.green-check {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.main, .section.services-hp {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-1200.flex-h {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .paragraph, .text-block {
    font-size: 22px;
  }

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

  .button {
    font-size: 24px;
  }

  .text-link {
    font-size: 22px;
  }

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

  .list-item {
    font-size: 22px;
  }

  .list-item.services {
    background-position: 0%;
    padding-left: 60px;
  }

  .navbar {
    position: relative;
  }

  .nav-menu {
    background-color: var(--black);
    padding: 0;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding: 5px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 22px;
  }

  .nav-link:hover {
    background-color: var(--black);
  }

  .nav-dropdown {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .dropdown-toggle {
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link-text {
    font-size: 18px;
  }

  .dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .dd-nav-link {
    color: var(--black);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .icon {
    color: var(--white);
    font-size: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-base {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .ps-link {
    order: 1;
    margin-left: 0;
  }

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

  .footer-grid-block.right {
    text-align: center;
  }

  .footer-links-wrap {
    text-align: center;
    align-items: flex-start;
  }

  .footer-links-wrap.right {
    text-align: left;
    align-items: flex-start;
  }

  .footer-link {
    text-align: left;
  }

  .fa-social-icn {
    font-size: 26px;
  }

  .fa-social-icn.large {
    font-size: 30px;
  }

  .fa-ph-icn {
    font-size: 15px;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .text-block-footer {
    text-align: left;
    font-size: 22px;
  }

  .field-label {
    font-size: 24px;
  }

  .text-field {
    font-size: 22px;
  }

  .form-field-grid {
    grid-template-columns: 1fr;
  }

  .textarea {
    font-size: 22px;
  }

  .social {
    grid-column-gap: 30px;
  }

  .encoded-ea {
    display: block;
  }

  .page-titles {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .style-guide {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .billboard {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/billboard.jpg');
    background-position: 0 0, 50%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .bb-sub-text {
    font-size: 35px;
  }

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-text {
    font-size: 35px;
    font-weight: 400;
  }

  .nav-container {
    background-color: var(--transparent);
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container-image {
    height: 450px;
  }

  .bb-h1 {
    font-size: 80px;
    line-height: 1.2;
  }

  .tb-ph-link {
    color: var(--white);
    padding-right: 40px;
    font-size: 30px;
  }

  .fa-ph-icn-lrg {
    font-size: 35px;
  }

  .fa-ph-icn-lrg.sb {
    font-size: 26px;
  }

  .logo-wrap {
    padding-top: 0;
  }

  .logo {
    margin-bottom: 0;
  }

  .heavy-haulage {
    padding-right: 0;
    font-size: 36px;
    line-height: 1;
  }

  .tb-cta {
    display: none;
  }

  .top-ph {
    background-color: var(--black);
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    display: flex;
  }

  .fa-ph-icn-lrg-tb {
    color: var(--yellow);
    font-size: 25px;
  }

  .slide-nav {
    padding-bottom: 50px;
  }

  .overlap-container {
    height: auto;
    flex-direction: column;
    margin-bottom: 0;
  }

  .overlap-container.small {
    width: 100%;
  }

  .homepage-copy {
    width: auto;
    background-color: var(--transparent);
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .service-image-wrap {
    width: auto;
    height: 450px;
    order: -1;
    position: static;
  }

  .container-copy-flex {
    flex-direction: column;
    margin-top: 40px;
  }

  .cc-flex-copy {
    width: auto;
  }

  .cc-flex-sb {
    display: none;
  }

  .sb-cta {
    text-align: center;
  }

  .sb-ph-link {
    color: var(--black);
    padding-right: 40px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 40px 40px 80px;
  }

  .paragraph.large {
    font-size: 35px;
  }

  .button-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .h1 {
    font-size: 60px;
  }

  .h2 {
    font-size: 50px;
  }

  .h3 {
    font-size: 40px;
  }

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

  .list.col {
    width: auto;
    margin-bottom: 0;
  }

  .list-item {
    font-size: 22px;
  }

  .list-item.services {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .navbar, .nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    font-size: 20px;
  }

  .footer {
    padding: 80px 40px 40px;
  }

  .contact-page-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .page-titles {
    padding: 80px 40px 0;
  }

  .h1-page-titles {
    font-size: 55px;
  }

  .style-guide {
    padding: 80px 40px;
  }

  .billboard {
    height: auto;
    padding: 100px 40px;
  }

  .bb-sub-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .cta {
    padding: 60px 40px;
  }

  .cta-text {
    font-size: 35px;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy {
    width: 100%;
  }

  .container-image {
    width: 100%;
    height: 450px;
    order: -1;
  }

  .bb-h1 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 65px;
  }

  .tb-ph-link {
    padding-right: 20px;
    font-size: 25px;
  }

  .fa-ph-icn-lrg {
    font-size: 30px;
  }

  .logo {
    margin-bottom: 0;
  }

  .top-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heavy-haulage {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
  }

  .tb-cta {
    display: none;
  }

  .top-ph {
    display: flex;
  }

  .fa-ph-icn-lrg-tb {
    font-size: 22px;
  }

  .right-arrow, .left-arrow {
    background-color: var(--transparent);
  }

  .h4 {
    font-size: 30px;
  }

  .homepage-copy {
    width: 100%;
  }

  .list-wrap--2-col {
    flex-direction: column;
  }

  .service-image {
    width: 100%;
  }

  .service-image-wrap {
    width: 100%;
    height: 450px;
    order: -1;
  }

  .hp-services-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .list-wrap-col {
    width: auto;
  }

  .sb-ph-link {
    padding-right: 20px;
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 30px 30px 60px;
  }

  .paragraph.large {
    font-size: 30px;
  }

  .paragraph._90ch.l-padding {
    padding-left: 35px;
  }

  .button-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .h1 {
    font-size: 50px;
  }

  .h2 {
    font-size: 40px;
  }

  .h3 {
    font-size: 30px;
  }

  .list {
    padding-left: 35px;
  }

  .list.services-col {
    padding-left: 0;
  }

  .list-item.services {
    padding-left: 55px;
  }

  .navbar {
    padding: 0;
  }

  .nav-menu {
    padding: 10px 30px 30px;
  }

  .menu-button {
    width: 100%;
    background-color: var(--black);
    text-align: center;
    padding: 0;
  }

  .nav-link {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .icon {
    background-color: var(--black);
    justify-content: flex-end;
    padding-right: 20px;
    display: flex;
  }

  .footer {
    padding: 60px 30px 30px;
  }

  .html-embed {
    transform: scale(.8);
  }

  .encoded-ea {
    margin-bottom: 5px;
  }

  .page-titles {
    padding: 60px 30px 0;
  }

  .h1-page-titles {
    font-size: 42px;
  }

  .style-guide {
    padding: 60px 30px;
  }

  .billboard {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/billboard.jpg');
    background-position: 0 0, 70%;
    padding: 80px 30px;
  }

  .bb-sub-text {
    padding-left: 0;
    padding-right: 0;
  }

  .cta {
    padding: 40px 30px 60px;
  }

  .cta-text {
    font-size: 30px;
  }

  .nav-container {
    padding: 0;
  }

  .container-image {
    height: 280px;
  }

  .bb-h1 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 60px;
  }

  .tb-ph-link {
    padding-left: 20px;
    font-size: 25px;
  }

  .fa-ph-icn-lrg {
    font-size: 25px;
  }

  .logo-wrap {
    flex: none;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .logo {
    width: 171px;
    height: 120px;
    flex: none;
  }

  .top-container {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .heavy-haulage {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
  }

  .top-ph {
    justify-content: center;
  }

  .fa-ph-icn-lrg-tb {
    font-size: 22px;
  }

  .slide-nav {
    padding-bottom: 45px;
  }

  .icon-2 {
    margin-left: 0;
    margin-right: 40px;
  }

  .icon-3 {
    margin-left: 40px;
    margin-right: 0;
  }

  .h4 {
    font-size: 26px;
  }

  .service-image-wrap {
    height: 280px;
  }

  .container-copy-flex {
    margin-top: 0;
  }

  .sb-ph-link {
    padding-left: 20px;
    font-size: 25px;
  }

  .bullet-list {
    padding-left: 22px;
  }

  .h4-icon-wrap {
    margin-right: 5px;
  }
}

#w-node-_62c9502f-2ded-5be2-b1e9-633d93a337f1-93a337ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62c9502f-2ded-5be2-b1e9-633d93a337f9-93a337ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_73c46c52-3a0c-e0d6-e13a-a9c7510beaac-fe35db4b, #w-node-_73c46c52-3a0c-e0d6-e13a-a9c7510bead7-fe35db4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_62c9502f-2ded-5be2-b1e9-633d93a337f9-93a337ee {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}