@font-face {
  font-family: Humanist;
  src: url("../fonts/humanist_521_light_bt-webfont.66bc442373cc.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Humanist;
  src: url("../fonts/humanist_521_extra_bold_bt.be741ec28338.ttf");
  font-weight: 900;
}

@font-face {
  font-family: Humanist;
  src: url("../fonts/humanist_521_bold_bt.96d730f67082.ttf");
  font-weight: 600;
}

@font-face {
  font-family: FontAwesome;
  src: url("../webfonts/fa-solid-900.ee09ad7553b8.woff");
}

@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeueLTStd-Roman.f0db0faa0f4a.otf");
  font-weight: 400;
}

@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/LTe50928.bfeba9d654c5.ttf");
  font-weight: 600;
}

@font-face {
  font-family: Frutiger;
  src: url("../fonts/Frutiger55Roman.71d6c766e4cc.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Frutiger;
  src: url("../fonts/Frutiger65Bold.a3c18894f755.ttf");
  font-weight: 600;
}

* {
  font-family: "Humanist", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Humanist", sans-serif;
}

.base {
  font-family: "Humanist", sans-serif !important;
  font-weight: normal;
}

body {
  background: #ffffff;
}

img {
  max-width: 100%;
}

iframe.cms-plugin {
  max-width: 100%;
}

.container {
  padding: 10px 0;
}
.container-fluid {
  background: #f8f9fd;
  padding-top: 50px;
}
.shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.jumbotron {
  margin-bottom: 0;
  /* font-family: 'Humanist', sans-serif; */
  border-radius: 0px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header {
  background: #fff;
}
nav {
  font-family: "Humanist", sans-serif !important;
}

b,
strong {
  font-weight: 600 !important;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.nav-link {
  text-transform: uppercase;
  color: #707070;
  transition: all 0.2s ease-in-out;
  border-right: 1px solid #ccc;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px !important;
  font-size: 15px;
}

.nav-item:last-child .nav-link {
  border-right: none;
}

.nav-link:hover {
  color: #707070;
  opacity: 0.67;
}

.header-logo {
  max-width: 403px;
  margin-bottom: 10px;
}

.dropdown-toggle.nav-link::after {
  display: block;
  margin: 10px auto -15px auto;
  margin-top: 10px;
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  background: #f0f0f0;
  margin: 0;
  padding: 0;
  color: #707070 !important;
}

.flex-nav-test {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.top-half-nav {
  padding-top: 30px;
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.navbar {
  padding-bottom: 0;
}

header .container {
  padding-bottom: 0;
}

.dropdown-menu {
  background: #f8f9fd;
}

.dropdown-item {
  padding: 1.5rem 1.25rem;
}

.header-social-links {
  position: relative;
  width: 0px;
  height: 0px;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  background: grey;
  left: -77px;
  top: -20px;
}

.header-social-links a {
  padding: 0 5px;
  color: #777777;
}

.header-social-links a:hover {
  color: #f9a13a;
}

.footer-social-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.footer-newsletter-form span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-social-links a {
  padding: 40px 5px;
}

.footer-social-links a:hover {
  color: #f9a13a;
}

.tall {
  /* height: 65vh; */
  min-height: 670px;
}

.short {
  height: 40vh;
}

.hero-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
}

.isolated-block {
  padding: 50px;
  display: inline-block;
  max-width: 500px;
  position: absolute;
  bottom: 60px;
}

.isolated-block h1 {
  font-weight: 400;
}

.isolated-block h2 {
  margin-top: 30px;
  font-size: 1.3rem;
}

@media screen and (max-width: 577px) {
  .isolated-block {
    padding: 20px;
    position: relative;
    margin: 0 auto;
    display: block;
  }
  .isolated-block h1 {
    font-size: 1.5rem;
  }
  .isolated-block h2 {
    font-size: 1rem;
  }
  .isolated-block .hero-link {
    margin-top: 30px;
    font-size: 1.1rem;
  }
  .isolated-block .hero-link::after {
    margin-left: 5px;
    font-size: 1.4rem;
  }
  .edge-block {
    width: 100%;
    padding: 50px;
  }
  .edge-block h1 {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 400px) {
  .full-width h1 {
    font-size: 20px;
  }
}

.edge-block {
  display: inline-block;
  position: absolute;
  margin-left: -32px;
  bottom: 50px;
  padding: 50px 50px 50px 150px;
}

.edge-block h1 {
  font-weight: 400;
  font-size: 3rem;
}

.full-width {
  width: calc(100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  bottom: 70px;
  margin: 0 0 -190px -32px;
}

.hero-image {
  position: relative;
}

.overhang {
  margin-bottom: 120px;
}

.full-width .logo-holder {
  width: 25%;
  height: 157px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 37px 10px 0 0;
}

.full-width .logo-holder img {
  max-height: calc(100% - 20px);
  max-width: calc(100% - 16px);
  margin: 5px;
}

.full-width .title-holder {
  width: 75%;
  height: 157px;
  padding: 37px 0 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hero-link {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  line-height: 2.5rem;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  align-items: center;
  transition: color 100ms ease-in-out;
  margin-top: 60px;
}

.hero-link:hover {
  color: #f9a13a;
  text-decoration: none;
}

.hero-link::after {
  content: "\f105";
  color: #f9a13a;
  font-family: FontAwesome;
  font-size: 2.5rem;
  margin-left: 30px;
  /* display: inline-block; */
}

.newsletter-form {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border: 1px solid rgba(112, 112, 112, 0.4);
  width: max-content;
  margin-left: auto;
}

footer .newsletter-form {
  margin-top: 30px;
}

.newsletter-form input[type="email"] {
  min-width: 318px;
  min-height: 38px;
  padding: 6.5px 8px;
  outline: none;
  border: none;
  font-family: "Humanist", sans-serif !important;
}

.newsletter-submit {
  background-color: #fff;
  color: #f9a13a;
  font-size: 20px;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}

.top-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 118.45px;
  background: #fff;
}

.tile-top-logo {
  max-height: 64px;
}

.tile-img img {
  width: 100%;
  height: 248px;
  object-fit: cover;
  object-position: center;
}

.brand-card .rm,
.section-card .rm {
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.75);
  font-weight: 600;
  padding: 20px;
  font-size: 17px;
  min-width: 60%;
  text-align: center;
  z-index: 2;
  margin: -32.5px auto 0 auto;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.brand-card .tile-content,
.section-card .tile-content {
  display: flex;
  align-items: center;
}

.brand-card .no-des,
.section-card .no-des {
  top: -32px !important;
  position: relative;
  margin: 0 auto;
}

.brand-card .rm:hover,
.section-card .rm:hover {
  color: #fff;
  text-decoration: none;
}

.section-card img {
  max-width: 100%;
  height: 337px;
  object-fit: cover;
}

.section-card .heading {
  margin-bottom: 0 !important;
}

.section-card .heading a {
  height: 100px;
  text-align: left;
  font-weight: 600;
  color: #4c4c4c;
  background: #fff;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 30px;
  text-transform: uppercase;
}

.section-card .heading a:hover {
  text-decoration: none;
}

.info-card img {
  max-width: 100%;
  height: 250px;
  object-fit: cover;
}

.info-card .tile {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.info-card .tile p {
  margin: 0;
}

.info-card .heading,
.info-card p {
  font-weight: normal;
  padding-left: 0 !important;
}

.info-card .des {
  display: none;
}

.brand-card .tile {
  margin-bottom: 40px;
}

.brand-card .heading {
  background: #fff;
}

.brand-card .tile-content h4 {
  display: none !important;
}

.brand-card a {
  margin: 0 auto;
  margin-top: -32.5px;
}

.brand-card p {
  display: none;
}

.section-card .tile-content .title {
  display: none;
}

.info-card h4 {
  color: #000;
  font-size: 37px;
  font-weight: 600;
  padding-bottom: 20px;
}

.info-card p {
  padding-top: 20px;
}

.info-card h4.bottom-title {
  font-size: 30px;
}

.info-card .des {
  margin-top: 20px;
  font-size: 19px;
}

.info-card .tile .tile-content {
  background: #fff;
  padding-bottom: 20px;
}

.info-card .tile .tile-content .heading {
  padding-top: 20px;
  padding-left: 40px;
  font-size: 30px;
}

.info-card .tile .tile-content a {
  display: none;
}

.info-card .tile .tile-content p {
  padding-left: 40px;
}

.location-card h4 {
  font-weight: 600;
  text-transform: uppercase;
}

.location-card .tile {
  border-left: #e8e8e8 solid 5px;
  background: #f8f9fd;
  padding: 25px;
  margin: 10px;
}

.location-card .top-logo-wrapper,
.location-card img {
  display: none;
}

.location-card h4 {
  padding-top: 20px;
}

.location-card a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.service-form,
.enquiry-form,
.finance-calculator {
  background: #f8f9fd;
  padding: 25px;
  /* display: flex;
  justify-content: flex-start;
  align-items: left; */
  flex-direction: column;
}

.service-form .select-wrapper select,
.enquiry-form .select-wrapper select,
.finance-calculator .select-wrapper select {
  width: 100%;
}

.service-form .select-wrapper::after,
.enquiry-form .select-wrapper::after,
.finance-calculator .select-wrapper::after {
  color: #4c4c4c;
}

.service-form input {
  width: 100%;
  margin: 10px 0;
  border: none;
  padding: 12px;
}

.enquiry-form input,
.finance-calculator input {
  width: 100%;
  border: none;
  padding: 12px;
}

.service-form select,
.enquiry-form select,
.finance-calculator select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px;
  border: none;
  background: #fff;
  height: auto;
}

.service-form select::after,
.enquiry-form select::after,
.finance-calculator select::after {
  content: "LLLLL";
  display: block;
}

.finance-calculator {
  margin-top: 10px;
}

.finance-calculator .select-wrapper {
  width: 100%;
}

.finance-calculator .select-wrapper::after {
  display: inline;
  right: 58px;
  position: absolute;
  margin-top: -35px;
}

.service-submit,
.enquiry-submit {
  border-radius: 6px;
  border: none;
  background: #f9a13a;
  color: #fff;
  padding: 14px;
  margin-top: 20px;
  text-transform: uppercase;
}

.enquiry-form textarea {
  border: none;
}

.enquiry-form.parts-enquiry textarea,
.enquiry-form.service-enquiry textarea {
  height: 10em;
}

.MACK .enquiry-submit {
  background: #000;
}

.VOLVO .enquiry-submit {
  background: #4d4e53;
}

.UD .enquiry-submit {
  background: #d20a0f;
}

.service-form label {
  margin-top: 15px;
}

footer {
  background: rgba(69, 66, 68, 1);
  padding: 87px;
  margin-top: 60px;
  color: #fff;
  font-family: "Humanist", sans-serif;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer ul:first-of-type li::after {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-flex;
  margin-left: 6px;
}

footer .footer-logo {
  border-radius: 100%;
  background: #fff;
  height: 122px;
  width: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(-61px + -87px) auto 0 auto;
  overflow: hidden;
}

footer .footer-logo img {
  max-width: 100%;
  max-height: 100%;
  padding: 15px;
}

.location-card .tile-truck-brands {
  display: inline-flex;
}

.location-card .tile-truck-brands a {
  display: inline-block;
}

.location-card .tile-truck-brands img {
  display: inline-block;
  max-width: 31px;
  max-height: 31px;
  object-fit: contain;
  margin-right: 25px;
}

.location-card-arrow {
  font-size: 28px;
  color: #4c4c4c;
}

.tile-truck-brands {
  display: none;
}

hr {
  height: 1px;
  border: none;
  max-width: 1231px;
  background-color: rgba(112, 112, 112, 1);
}

/* Brand Templates */
.MACK {
  font-family: "HelveticaNeue", sans-serif !important;
}

.UD {
  font-family: "Arial", sans-serif !important;
}

.VOLVO {
  font-family: "Arial", sans-serif !important;
}

.navbar-brand {
  display: none;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 576px) {
  .full-width {
    margin: 0 -32px -190px -16px;
    width: calc(100% - 64px);
  }
}

@media (max-width: 990px) {
  .top-half-nav {
    display: none !important;
  }
  .navbar-brand {
    max-width: 70%;
    display: inline-block;
  }
  .navbar-brand img {
    object-fit: fill;
  }
  .navbar-brand img {
    max-width: 100%;
  }
  .nav-link {
    border: none;
  }
  /* .full-width {
    width: calc(100% + 64px);
  } */
  .full-width h1 {
    font-size: 29px;
  }
  /* .full-width .logo-holder img {
    max-width: 50%;
  } */
  .title-holder {
    height: 157px;
  }
  .tall {
    min-height: 480px;
  }
  footer .newsletter-form input[type="email"] {
    min-width: calc(100% - 45px);
    display: block;
  }
}

.file-download {
  text-decoration: none;
  padding: 30px;
  width: calc(50% - 50px);
  margin: 23px;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  background: #4d4e53;
}

.orange-file-download {
  background-color: rgb(237, 164, 80);
  color: #000;
  border-radius: 12px;
  padding: 10px 7px;
  font-size: 1.4rem;
  text-overflow: wrap;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

.orange-file-download a {
  text-decoration: none !important;
}

.file-download:hover {
  text-decoration: none;
  color: #fff;
}

.MACK .file-download {
  background: #000;
}

.VOLVO .file-download {
  background: #4d4e53;
}

.UD .file-download {
  background: #d20a0f;
}

.file-download:hover {
  opacity: 0.7;
}

/* .vehicle-submit-btn::before {
    font-family: FontAwesome;
    display: block;
    content: '\f002';
    color: #4c4c4c;
    left:
} */

.base p {
  font-size: 19px;
}

.base ul li:not(.select2-search, .select2-results__option) {
  list-style: none;
  font-size: 19px;
  line-height: 36px;
}

#used-truck-header,
#used-truck-search {
  padding-top: 0;
}

#used-truck-form {
  margin: 20px 0;
}
#used-truck-search .search-info {
  margin: 20px 0;
}

#used-truck-form
  span
  > span.selection
  > span
  > ul
  > li.select2-selection__choice {
  margin: 0.3em 5px 0 0;
}

#used-truck-form span > span.selection > span > ul > li {
  margin: 0;
}

#used-truck-form
  span.select2-container
  > span
  > span
  > ul
  > li.select2-results__option {
  margin: 0;
}

.base ul li:not(.select2-search, .select2-results__option)::before {
  display: inline-block;
  content: "\f105";
  color: #f9a13a;
  padding-right: 20px;
  font-family: FontAwesome;
  position: absolute;
  margin-left: -30px;
}

.column-content {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.column-content img {
  max-width: 100%;
}

.multicolumn2 {
  display: flex;
}

/* .horizontal-offer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
} */

.horizontal-offer h1,
.vertical-offer h1 {
  font-weight: 600;
  font-size: 28px;
}
.horizontal-offer h4,
.vertical-offer h4 {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 30px;
}

.horizontal-offer p {
  font-size: 14px;
}

.horizontal-offer h3,
.vertical-offer h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 21px;
}

.horizontal-offer .offer-price,
.vertical-offer .offer-price {
  font-size: 45px;
  color: #f9a13a;
  font-weight: 600;
  display: inline;
}

.vertical-offer .offer-price {
  font-size: 25px;
}

.horizontal-offer .offer-information .small-print,
.vertical-offer .offer-information .small-print {
  margin-top: 30px;
  font-size: 75%;
}

.horizontal-offer .offer-price::after,
.vertical-offer .offer-price::after {
  content: "inc. GST";
  display: inline-block;
  font-size: 10px;
  color: #000;
  font-weight: normal;
  text-align: right;
  margin-left: -33.84px;
  bottom: -10px;
  position: absolute;
}

.vertical-offer p {
  font-size: 18px;
}

@media (max-width: 767px) {
  .horizontal-offer-image {
    min-height: unset !important;
  }
  .horizontal-offer .offer-price {
    font-size: 25px;
  }
  .vertical-offer {
    padding: 0px !important;
  }
}

.horizontal-offer .offer-information {
  padding: 10px 0px 0px 0px;
}

.horizontal-offer-image {
  max-width: 100%;
  min-height: 311px;
  object-fit: cover;
  object-position: center;
  /* align-self: center; */
}

.vertical-offer {
  background: #f8f9fd;
  /* max-width: 30%; */
  padding: 13px;
  justify-self: flex-end;
  align-self: center;
  display: inline-block;
  margin-top: 30px;
}

.offer-holder {
  display: block;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}

.vertical-offer-image {
  max-width: 100%;
  object-fit: cover;
}

.col-md-12 .vertical-offer .vertical-offer-image {
  width: 100%;
  height: inherit !important;
}

.service-booking-title {
  font-weight: 600;
  color: #4c4c4c;
  /* font-size: 30px; */
}

.blog-container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}

.blog-detail-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.page-title {
  font-size: 55px;
  font-weight: bold;
  padding: 0 0 50px 0;
}

.category-title {
  font-family: "Humanist", sans-serif;
  font-weight: 600;
  color: #4e4e4e;
  font-size: 37px;
}

.blog-cate-item {
  list-style: none;
}
.blog-cate-item a {
  color: #4e4e4e;
  font-weight: 600;
  line-height: 2;
  font-family: "Humanist", sans-serif;
}

b {
  font-weight: 600 !important;
}

.latest-news-plugin .blog-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.latest-news-plugin .blog-info .name a {
  color: #f9a13a;
  font-weight: 600;
}

.blog-list .blog-img img {
  width: 100%;
  /* height: 600px; */
  object-fit: cover;
}

.blog-img img {
  max-width: 100%;
  max-height: 600px;
  object-fit: cover;
}

.section-title,
.section-title a {
  color: #4e4e4e;
  font-size: 30px;
  font-family: "Humanist", sans-serif;
  font-weight: 600;
}

.section-title a:hover {
  text-decoration: none;
}

.meta span {
  color: #9b9b9b;
  font-family: "Humanist", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.blog-content p {
  font-family: "Humanist", sans-serif;
}

.blog .rm {
  color: #f9a13a !important;
  font-size: 21px;
  font-weight: 600;
  font-family: "Humanist", sans-serif;
}

.blog {
  margin-bottom: 30px;
}

.blog .rm::before {
  font-family: "FontAwesome";
  content: "\f105";
  /* font-size: 3rem; */
  padding-right: 15px;
}

.blog .rm:hover {
  text-decoration: none;
}

.align-center {
  display: block;
  margin: 0 auto;
}

.pagination li.active span {
  border: 1px solid #f9a13a !important;
  color: #f9a13a;
}

.pagination li a,
.pagination li span {
  color: #f9a13a !important;
}

.social-item {
  font-family: "FontAwesome";
  display: inline-block;
  margin: 0 10px;
}

.social-item a:hover {
  text-decoration: none;
}

.social {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.tag {
  float: left;
}

.tag-link::after {
  content: ",";
}

.tag-link:last-of-type::after {
  content: "";
}

.next-blog,
.prev-blog {
  font-weight: 600;
}

.blog-row {
  margin: 30px 0;
}

.post-body {
  /* float: left; */
  font-family: "Humanist", sans-serif;
}

.tag a,
.social a {
  color: #f9a13a !important;
}

.prev-blog,
.next-blog {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}

.prev-blog {
  background: #f9a13a;
  padding: 12px;
}

.prev-blog a {
  color: #fff;
}

.next-blog {
  background: #f9a13a;
  text-align: right;
  padding: 12px;
}

.next-blog,
.prev-blog {
  color: #fff;
  margin-top: 12px;
}

.blog-name:hover {
  text-decoration: none !important;
}

.blog-name:hover .next-blog,
.blog-name:hover .prev-blog {
  opacity: 1;
}

.service-look-up-form .form-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 19px;
  color: #4c4c4c;
}

.service-look-up-form label {
  font-weight: 600;
  margin: 30px 0;
  font-size: 42px;
  font-family: "Humanist", sans-serif;
}

.service-look-up-form .form-body input {
  max-width: 657px;
  width: 50%;
  padding: 16px;
}

.service-look-up-form-submit {
  width: 155px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  border: none;
  background-color: #f9a13a;
}

.service-dashboard .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-dashboard .block {
  padding: 50px 50px;
  margin: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.col-md-5.block {
  font-size: 19px;
  text-align: center;
  color: #fff;
  background: #8b8b8b;
}

.col-md-5.block i {
  width: 80px;
  text-align: center;
}

.col-md-6.block {
  background: #f1f1f1;
  font-weight: 600;
}

.service-dashboard .block i {
  font-size: 5rem;
  line-height: 0;
  margin-right: 20px;
}

@media (max-width: 770px) {
  .service-look-up-form .form-body {
    flex-direction: column;
  }

  .service-look-up-form .form-body input {
    width: 100%;
    margin-bottom: 30px;
  }

  .file-download {
    width: calc(100% - 46px);
  }

  .edge-block {
    padding: 50px !important;
    bottom: 0;
    width: calc(100% + 16px) !important;
    overflow: hidden;
  }

  .full-width {
    width: 100%;
  }

  .full-width .title-holder {
    /* padding: 80px 0 40px 40px; */
    display: flex;
    align-items: center;
  }
}

.location-card .tile {
  transition: all 0.2s ease-in-out;
}

.location-card .tile:hover {
  border-left-color: #f9a13a;
}

.location-card .tile:hover a {
  color: #f9a13a;
}

.enquiry-submit .spinner {
  vertical-align: text-bottom;
  margin-right: 5px;
}

.spinner {
  width: 20px;
  height: 20px;

  position: relative;
  display: inline-block;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #aaa;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.datepicker-dropdown.dropdown-menu {
  background-color: white;
  border: 1px solid #ccc;
}

/* Flex test for offers */
.flex-offer {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  width: auto;
}

:not(.used-truck-form) .container ul li:not(.nav-item) {
  list-style: none;
  margin: 10px;
}

:not(.used-truck-form) .container ul li:not(.nav-item) a {
  color: #212529;
  text-decoration: underline;
}

.used-truck-form li::before {
  display: none !important;
}

:not(.used-truck-form) .container ul li:not(.nav-item)::before {
  color: #f9a13a;
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 10px;
}

footer .container ul li a {
  color: #fff !important;
  text-decoration: none !important;
}

footer .container ul li::before {
  content: none !important;
}

footer .container,
footer .container-fluid {
  padding-top: 0;
}
footer .container ul li a {
  color: #fff !important;
  text-decoration: none !important;
}

footer .container ul li::before {
  content: none !important;
}

footer .container,
footer .container-fluid {
  padding-top: 0;
}

footer a {
  color: white !important;
  text-decoration: none !important;
}

a {
  color: #212529;
  text-decoration: underline;
}

nav a {
  text-decoration: none !important;
}
.tile a {
  text-decoration: none;
}
.mysavedtrucks {
  color: #f9a13a !important;
  text-decoration: none !important;
}
.listing-buttons a,
.blog a,
.blog-name,
.tag a,
.social-item a {
  text-decoration: none !important;
}

.page-item::before {
  display: none !important;
}

.file-download {
  color: white !important;
  text-decoration: none !important;
}

.hero-link {
  color: #fff !important;
  text-decoration: none !important;
}

.hero-link:hover {
  color: #f9a13a !important;
}

footer .hidden-submit {
  display: none;
}

@media (max-width: 770px) {
  footer .newsletter-form input[type="email"] {
    min-width: 100%;
    display: block;
  }

  footer .newsletter-submit {
    display: none;
  }

  footer .hidden-submit {
    display: block;
    width: 100%;
    margin-top: 12px;
    background-color: #f9a13a;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 8px 0;
    font-weight: 600;
  }
}

/* BOOTSTRAP OVERRIDES */
.card {
  border: 0;
  border-radius: 0;
}

.btn {
  text-decoration: none;
  border: 0;
  border-radius: 0;
}

.card-footer {
  border-top: 0;
}

.card-footer > a.cta-button {
  margin-top: -80px;
  padding: 20px;
  opacity: 0.75;
  background-color: black;
  font-weight: 600;
  text-transform: uppercase;
}

.card-footer {
  background-color: transparent;
}

.slick .slick-next {
  right: 50px;
  z-index: 1;
}

.slick .slick-prev {
  left: 50px;
  z-index: 1;
}

.slick-slide {
  position: relative;
}

.slick-slide .text-plugin {
  position: absolute;
  bottom: 0;
  padding: 16px;
  background-color: #090909;
  opacity: 0.8;
  color: white;
}

.slick-slide .text-plugin p:last-child {
  margin: 0;
}

#back-button .fa-2x {
  display: inline;
}

/* awful table hacks, sorry */

@media only screen and (min-width: 768px) {
  .product-details.row {
    display: grid;
    grid-template-columns: 151px 1fr 151px 1fr;
    grid-auto-flow: dense;
    align-items: stretch;
    justify-items: stretch;
    align-content: stretch;
    justify-content: stretch;
  }
  .product-details.row table,
  .product-details.row tbody,
  .product-details.row tr {
    display: contents;
  }
  .product-details.row table:first-child th {
    grid-column: 1;
  }
  .product-details.row table:first-child td {
    grid-column: 2;
  }

  .product-details.row table:nth-child(2) th {
    grid-column: 3;
  }
  .product-details.row table:nth-child(2) td {
    grid-column: 4;
  }

  .product-details.row tr:nth-of-type(odd) th,
  .product-details.row tr:nth-of-type(odd) td {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .product-details.row tr:not(:first-child) th,
  .product-details.row tr:not(:first-child) td {
    border-top: none;
  }

  .product-details.row table:not(:first-child) th,
  .product-details.row td {
    border-left: none;
  }
}
