body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

li > ul,
li > ol {
  margin-bottom: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Breakpoints (These are the same values that bootstrap use) */
/* Just a bit bigger than a mobile */
/* iPads etc */
/* Laptop Screens */
/* Large Desktop Screens */
/* Extra large desktop screens */
/* Extra Extra Large Desktop Screens */
@font-face {
  font-family: 'MBCorpoSTitleBold';
  src: url("fonts/MBCorpoSTitleBold.eot");
  src: url("fonts/MBCorpoSTitleBold.eot") format("embedded-opentype"), url("fonts/MBCorpoSTitleBold.woff2") format("woff2"), url("fonts/MBCorpoSTitleBold.woff") format("woff"), url("fonts/MBCorpoSTitleBold.ttf") format("truetype"), url("fonts/MBCorpoSTitleBold.svg#MBCorpoSTitleBold") format("svg"); }
@font-face {
  font-family: 'MBCorpoSTextRegular';
  src: url("fonts/MBCorpoSTextRegular.eot");
  src: url("fonts/MBCorpoSTextRegular.eot") format("embedded-opentype"), url("fonts/MBCorpoSTextRegular.woff2") format("woff2"), url("fonts/MBCorpoSTextRegular.woff") format("woff"), url("fonts/MBCorpoSTextRegular.ttf") format("truetype"), url("fonts/MBCorpoSTextRegular.svg#MBCorpoSTextRegular") format("svg"); }
@font-face {
  font-family: 'MBCorpoATitleCondRegular';
  src: url("fonts/MBCorpoATitleCondRegular.eot");
  src: url("fonts/MBCorpoATitleCondRegular.eot") format("embedded-opentype"), url("fonts/MBCorpoATitleCondRegular.woff2") format("woff2"), url("fonts/MBCorpoATitleCondRegular.woff") format("woff"), url("fonts/MBCorpoATitleCondRegular.ttf") format("truetype"), url("fonts/MBCorpoATitleCondRegular.svg#MBCorpoATitleCondRegular") format("svg"); }
html {
  /*! autoprefixer: off */
  background-color: #fff;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

html {
  /*! autoprefixer: off */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *::before, *::after {
  /*! autoprefixer: off */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html,
body {
  font-family: "Helvetica", "Arial", sans-serif;
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%; }

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  height: auto; }

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit; }
  a:hover {
    text-decoration: underline; }
  a:visited {
    color: inherit; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }

.c-container, .service-locations ul, .van-detail--wrapper, .recall-locations ul, body.single-post article, .post-banner .separator, .post-text-image {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto; }

.page-template-page-trucks-efficiency .separator, .page-template-page-trucks-service-contracts .separator, .page-template-page-trucks-parts .separator {
  margin-top: 60px; }

.page-template-page-trucks-fuel-challenger .separator, .page-template-page-trucks-service-roadside .separator {
  display: none; }

.separator {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #000; }

.fixed-btns {
  display: flex;
  flex-direction: row;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100; }
  @media (min-width: 768px) {
    .fixed-btns {
      width: auto;
      top: 45vh;
      left: unset;
      right: 0;
      bottom: unset;
      flex-direction: column; } }
  @media (min-width: 1152px) {
    .fixed-btns {
      display: none; } }
  .fixed-btns li {
    display: flex;
    flex-direction: column;
    width: auto;
    flex: 1;
    background-color: #008dfc;
    color: #fff;
    transition: all .3s ease; }
    @media (max-width: 767px) {
      .fixed-btns li:nth-of-type(2) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff; } }
    @media (min-width: 768px) {
      .fixed-btns li {
        flex-direction: row;
        width: auto;
        transform: translateX(calc(100% - 50px)); } }
    @media (min-width: 768px) {
      .fixed-btns li:not(:last-of-type) {
        margin-bottom: 5px; } }
    .fixed-btns li a {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 100%;
      height: 100%;
      font-family: "MBCorpoSTextRegular";
      font-size: 12px;
      line-height: 12px;
      text-align: center;
      padding: 50px 0 10px 0;
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: top 15px left 50%;
      text-decoration: none; }
      @media (min-width: 768px) {
        .fixed-btns li a {
          padding: 20px 20px 20px 50px;
          background-repeat: no-repeat;
          background-size: 30px;
          background-position: top 50% left 12px; } }
      @media (min-width: 1152px) {
        .fixed-btns li a {
          font-size: 14px;
          line-height: 14px; } }
    .fixed-btns li:nth-of-type(1) a {
      background-image: url("images/icons/white/phone-icon.png"); }
    .fixed-btns li:nth-of-type(2) a {
      background-image: url("images/icons/white/dealer-icon.png"); }
    .fixed-btns li:nth-of-type(3) a {
      background-image: url("images/icons/white/get-in-touch.png"); }
    .fixed-btns li:hover {
      transform: translateX(0);
      background-color: #006EC6; }

.has-zoom {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .has-zoom a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .6s ease; }
  .has-zoom img {
    transition: all .6s ease;
    transform: scale(1.02); }
  .has-zoom:hover img {
    transform: scale(1.04); }

.slick-arrow--style, .icon-list .slick-arrow, .gallery-slider .slick-arrow, .listing-carousel .slick-arrow, .gallery-thumbs .slick-arrow, .pricing-carousel .slick-arrow, .popular-parts .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 20;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center; }
  @media (min-width: 1152px) {
    .slick-arrow--style, .icon-list .slick-arrow, .gallery-slider .slick-arrow, .listing-carousel .slick-arrow, .gallery-thumbs .slick-arrow, .pricing-carousel .slick-arrow, .popular-parts .slick-arrow {
      width: 60px;
      height: 60px;
      background-size: 50px; } }
  .slick-arrow--style:before, .icon-list .slick-arrow:before, .gallery-slider .slick-arrow:before, .listing-carousel .slick-arrow:before, .gallery-thumbs .slick-arrow:before, .pricing-carousel .slick-arrow:before, .popular-parts .slick-arrow:before {
    display: none; }
  .slick-arrow--style.slick-prev, .icon-list .slick-prev.slick-arrow, .gallery-slider .slick-prev.slick-arrow, .listing-carousel .slick-prev.slick-arrow, .gallery-thumbs .slick-prev.slick-arrow, .pricing-carousel .slick-prev.slick-arrow, .popular-parts .slick-prev.slick-arrow {
    left: -15px;
    background-image: url("images/arrows/previous.png"); }
    @media (min-width: 1600px) {
      .slick-arrow--style.slick-prev, .icon-list .slick-prev.slick-arrow, .gallery-slider .slick-prev.slick-arrow, .listing-carousel .slick-prev.slick-arrow, .gallery-thumbs .slick-prev.slick-arrow, .pricing-carousel .slick-prev.slick-arrow, .popular-parts .slick-prev.slick-arrow {
        left: -30px; } }
    .slick-arrow--style.slick-prev:hover, .icon-list .slick-prev.slick-arrow:hover, .gallery-slider .slick-prev.slick-arrow:hover, .listing-carousel .slick-prev.slick-arrow:hover, .gallery-thumbs .slick-prev.slick-arrow:hover, .pricing-carousel .slick-prev.slick-arrow:hover, .popular-parts .slick-prev.slick-arrow:hover, .slick-arrow--style.slick-prev:focus, .icon-list .slick-prev.slick-arrow:focus, .gallery-slider .slick-prev.slick-arrow:focus, .listing-carousel .slick-prev.slick-arrow:focus, .gallery-thumbs .slick-prev.slick-arrow:focus, .pricing-carousel .slick-prev.slick-arrow:focus, .popular-parts .slick-prev.slick-arrow:focus {
      background-image: url("images/arrows/previous-hover.png"); }
  .slick-arrow--style.slick-next, .icon-list .slick-next.slick-arrow, .gallery-slider .slick-next.slick-arrow, .listing-carousel .slick-next.slick-arrow, .gallery-thumbs .slick-next.slick-arrow, .pricing-carousel .slick-next.slick-arrow, .popular-parts .slick-next.slick-arrow {
    right: -15px;
    background-image: url("images/arrows/next.png"); }
    @media (min-width: 1600px) {
      .slick-arrow--style.slick-next, .icon-list .slick-next.slick-arrow, .gallery-slider .slick-next.slick-arrow, .listing-carousel .slick-next.slick-arrow, .gallery-thumbs .slick-next.slick-arrow, .pricing-carousel .slick-next.slick-arrow, .popular-parts .slick-next.slick-arrow {
        right: -30px; } }
    .slick-arrow--style.slick-next:hover, .icon-list .slick-next.slick-arrow:hover, .gallery-slider .slick-next.slick-arrow:hover, .listing-carousel .slick-next.slick-arrow:hover, .gallery-thumbs .slick-next.slick-arrow:hover, .pricing-carousel .slick-next.slick-arrow:hover, .popular-parts .slick-next.slick-arrow:hover, .slick-arrow--style.slick-next:focus, .icon-list .slick-next.slick-arrow:focus, .gallery-slider .slick-next.slick-arrow:focus, .listing-carousel .slick-next.slick-arrow:focus, .gallery-thumbs .slick-next.slick-arrow:focus, .pricing-carousel .slick-next.slick-arrow:focus, .popular-parts .slick-next.slick-arrow:focus {
      background-image: url("images/arrows/next-hover.png"); }

.slick-white-arrow--style, ul.poi-carousel .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #fff;
  z-index: 20;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center; }
  @media (min-width: 1152px) {
    .slick-white-arrow--style, ul.poi-carousel .slick-arrow {
      width: 60px;
      height: 60px;
      background-size: 50px; } }
  .slick-white-arrow--style:before, ul.poi-carousel .slick-arrow:before {
    display: none; }
  .slick-white-arrow--style.slick-prev, ul.poi-carousel .slick-prev.slick-arrow {
    left: -15px;
    background-image: url("images/arrows/previous-hover.png"); }
    @media (min-width: 1152px) {
      .slick-white-arrow--style.slick-prev, ul.poi-carousel .slick-prev.slick-arrow {
        left: 20px; } }
    @media (min-width: 1600px) {
      .slick-white-arrow--style.slick-prev, ul.poi-carousel .slick-prev.slick-arrow {
        left: -30px; } }
    .slick-white-arrow--style.slick-prev:hover, ul.poi-carousel .slick-prev.slick-arrow:hover, .slick-white-arrow--style.slick-prev:focus, ul.poi-carousel .slick-prev.slick-arrow:focus {
      background-image: url("images/arrows/previous-hover.png"); }
  .slick-white-arrow--style.slick-next, ul.poi-carousel .slick-next.slick-arrow {
    right: -15px;
    background-image: url("images/arrows/next-hover.png"); }
    @media (min-width: 1152px) {
      .slick-white-arrow--style.slick-next, ul.poi-carousel .slick-next.slick-arrow {
        right: 20px; } }
    @media (min-width: 1600px) {
      .slick-white-arrow--style.slick-next, ul.poi-carousel .slick-next.slick-arrow {
        right: -30px; } }
    @media (min-width: 1600px) {
      .slick-white-arrow--style.slick-next, ul.poi-carousel .slick-next.slick-arrow {
        right: -30px; } }
    .slick-white-arrow--style.slick-next:hover, ul.poi-carousel .slick-next.slick-arrow:hover, .slick-white-arrow--style.slick-next:focus, ul.poi-carousel .slick-next.slick-arrow:focus {
      background-image: url("images/arrows/next-hover.png"); }

.carousel-lr--spacing, .icon-list ul, ul.poi-carousel, .listing-carousel, .popular-parts ul {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1152px) {
    .carousel-lr--spacing, .icon-list ul, ul.poi-carousel, .listing-carousel, .popular-parts ul {
      padding-left: 40px;
      padding-right: 40px; } }

.page-banner img {
  width: 100%; }

.top-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  line-height: 23px; }
  .top-msg.blue-theme {
    background-color: #01ACEE; }
    .top-msg.blue-theme p {
      color: #fff;
      padding: 0;
      margin: 0; }
  .top-msg.red-theme {
    background-color: #a4161a; }
    .top-msg.red-theme p {
      color: #fff;
      padding: 0;
      margin: 0; }

.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #000;
  transition: all .3s ease;
  height: auto;
  z-index: 100; }
  .site-header .pulldown {
    opacity: 0; }

.header-condensed {
  transition: all .3s ease;
  transform: translateY(-60px); }
  @media (min-width: 992px) {
    .header-condensed {
      transform: translateY(-60px); } }
  .header-condensed.pullheader {
    transform: translateY(-55px); }
    .header-condensed.pullheader .pulldown img {
      transform: rotate(360deg); }
  .header-condensed .pulldown {
    opacity: 1;
    display: block; }

.pulldown {
  display: none;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 25px);
  width: 50px;
  height: 30px;
  background-color: #008DFF;
  opacity: 0;
  transition: all .3s ease;
  z-index: -1; }
  .pulldown a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 30px;
    outline: 0; }
  .pulldown img {
    max-width: 20px;
    transform: rotate(180deg);
    filter: invert(1); }

.header-top {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  background-color: #fff;
  transition: all .3s ease;
  transform: translateY(0);
  justify-content: space-between; }
  .header-top ul {
    display: flex;
    width: 100%; }
    .header-top ul + ul {
      justify-content: flex-end; }
  @media (min-width: 992px) {
    .header-top ul:first-of-type {
      width: 40%; } }
  @media (min-width: 1152px) {
    .header-top ul:first-of-type {
      width: 50%; } }
  @media (min-width: 1366px) {
    .header-top ul:first-of-type {
      width: 35%; } }
  .header-top ul:first-of-type li {
    display: inline-block;
    position: relative;
    width: auto;
    flex: 1 0 auto; }
    @media (min-width: 768px) {
      .header-top ul:first-of-type li br {
        display: none; } }
    .header-top ul:first-of-type li:nth-of-type(1) a {
      background-color: #003D6F; }
    .header-top ul:first-of-type li:nth-of-type(2) a {
      background-color: #00569C; }
      .header-top ul:first-of-type li:nth-of-type(2) a:hover {
        background-color: #00437A; }
    .header-top ul:first-of-type li:nth-of-type(3) a {
      background-color: #006EC6; }
    .header-top ul:first-of-type li:nth-of-type(4) a {
      background-color: #008DFF; }
      .header-top ul:first-of-type li:nth-of-type(4) a span {
        display: none; }
        @media (min-width: 992px) {
          .header-top ul:first-of-type li:nth-of-type(4) a span {
            display: inline-block; } }
      .header-top ul:first-of-type li:nth-of-type(4) a:hover {
        background-color: #2799CA; }
    .header-top ul:first-of-type li:nth-of-type(5) a {
      background-color: #01ACEE; }
      .header-top ul:first-of-type li:nth-of-type(5) a span {
        display: none; }
        @media (min-width: 992px) {
          .header-top ul:first-of-type li:nth-of-type(5) a span {
            display: inline-block; } }
      .header-top ul:first-of-type li:nth-of-type(5) a:hover {
        background-color: #2799CA; }
    .header-top ul:first-of-type li a {
      display: block;
      padding: 20px 10px;
      color: #fff;
      font-size: 11px;
      text-align: center;
      font-family: "MBCorpoSTextRegular";
      line-height: 11px;
      height: 100%;
      align-content: center; }
      @media (min-width: 768px) {
        .header-top ul:first-of-type li a {
          font-size: 13px;
          line-height: 13px; } }
      @media (min-width: 1366px) {
        .header-top ul:first-of-type li a {
          font-size: 14px;
          line-height: 14px;
          padding: 20px 35px; } }
      .header-top ul:first-of-type li a:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 10px;
        height: 10px;
        background-image: url("images/arrows/white-arrow.png");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: center;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .header-top ul:first-of-type li a:before {
            display: none; } }
  .header-top ul:last-of-type {
    display: none; }
    @media (min-width: 992px) {
      .header-top ul:last-of-type {
        display: flex;
        padding-right: 20px;
        width: 60%; } }
    @media (min-width: 1152px) {
      .header-top ul:last-of-type {
        width: 50%; } }
    .header-top ul:last-of-type li {
      display: inline-block;
      position: relative;
      width: auto; }
      .header-top ul:last-of-type li:nth-of-type(1) a:before {
        background-image: url("images/icons/black/phone-icon.png"); }
      .header-top ul:last-of-type li:nth-of-type(1) a:hover:before {
        background-image: url("images/icons/blue/phone-icon.png"); }
      .header-top ul:last-of-type li:nth-of-type(2) a:before {
        background-image: url("images/icons/black/get-in-touch-icon.png"); }
      .header-top ul:last-of-type li:nth-of-type(2) a:hover:before {
        background-image: url("images/icons/blue/get-in-touch-icon.png"); }
      .header-top ul:last-of-type li:nth-of-type(3) a:before {
        background-image: url("images/icons/black/dealer-icon.png"); }
      .header-top ul:last-of-type li:nth-of-type(3) a:hover:before {
        background-image: url("images/icons/blue/dealer-icon.png"); }
      .header-top ul:last-of-type li:nth-of-type(4) a:before {
        background-image: url("images/icons/black/search-icon.png"); }
      .header-top ul:last-of-type li:nth-of-type(4) a:hover:before {
        background-image: url("images/icons/blue/search-icon.png"); }
      .header-top ul:last-of-type li a {
        display: flex;
        align-items: center;
        color: #000;
        font-family: "MBCorpoSTextRegular";
        font-size: 14px;
        line-height: 14px;
        padding-left: 20px;
        padding-right: 0; }
        @media (min-width: 992px) {
          .header-top ul:last-of-type li a {
            font-size: 12px;
            line-height: 12px; } }
        @media (min-width: 1366px) {
          .header-top ul:last-of-type li a {
            font-size: 14px;
            line-height: 14px; } }
        .header-top ul:last-of-type li a:hover {
          color: #008dfc;
          text-decoration: none; }
        .header-top ul:last-of-type li a:before {
          content: "";
          display: inline-block;
          position: relative;
          width: 25px;
          height: 25px;
          background-repeat: no-repeat;
          background-size: 25px;
          background-position: center;
          margin-right: 5px; }

.header-content {
  display: flex;
  position: relative;
  transition: all .3s ease;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 992px) {
    .header-content {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .header-content {
      padding-right: 30px;
      padding-left: 30px; } }

.site-logo {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 992px) {
    .site-logo {
      width: 20%;
      padding: 0 40px 0 0; } }
  .site-logo a {
    color: #fff; }
  @media (max-width: 767px) {
    .site-logo img {
      display: none; }
      .site-logo img + img {
        display: block;
        width: 100%;
        width: 55px; } }
  @media (min-width: 768px) {
    .site-logo img {
      display: block;
      width: 100%;
      max-width: 220px; }
      .site-logo img + img {
        display: none; } }

.search-panel {
  display: none;
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #fff; }
  .search-panel.search-active {
    display: block; }
  .search-panel form {
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .search-panel form {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .search-panel input[type="search"] {
    border-radius: 0;
    border: 1px solid #000;
    border-right: 0;
    padding-left: 20px;
    height: 60px;
    width: calc(100% - 60px); }
    .search-panel input[type="search"]:focus {
      outline: 1px dotted #666; }
  .search-panel button[type="submit"] {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #000;
    border-left: 0;
    cursor: pointer; }
    .search-panel button[type="submit"] img {
      max-width: 25px; }
  .search-panel .close-search {
    display: inline-block;
    position: relative;
    width: 30px;
    height: auto;
    margin-left: 25px; }
    @media (min-width: 768px) {
      .search-panel .close-search {
        margin-left: 40px; } }
    .search-panel .close-search img {
      width: 100%;
      max-width: 20px; }

.secondary-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 30%;
  margin-left: 5%;
  font-size: 13px;
  line-height: 13px;
  color: #fff; }
  @media (min-width: 992px) {
    .secondary-logo {
      width: 10%;
      margin-left: 0;
      justify-content: flex-end; } }
  .secondary-logo img {
    max-width: 125px; }
    @media (min-width: 992px) {
      .secondary-logo img {
        max-width: 100%; } }
    @media (min-width: 1600px) {
      .secondary-logo img {
        max-width: 125px; } }

.mob-links {
  display: inline-flex;
  justify-content: flex-end;
  width: 55%; }
  @media (min-width: 992px) {
    .mob-links {
      display: none; } }
  .mob-links li {
    display: flex;
    align-items: center;
    justify-content: center; }
    .mob-links li:not(:first-of-type) {
      margin-left: 20px; }
  .mob-links img {
    max-width: 25px; }

.breadcrumb {
  display: block;
  position: relative;
  width: 100%;
  padding: 40px 20px 0 20px;
  font-size: 12px;
  line-height: 12px;
  color: #999; }
  body.book-test-drive .breadcrumb {
    background-color: #F2F2F2; }
  .breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; }
  .breadcrumb li {
    display: inline-block; }
    .breadcrumb li:not(:first-of-type):before {
      content: "/";
      display: inline-block;
      position: relative;
      font-size: 12px;
      line-height: 12px;
      color: #999;
      font-family: "Helvetica", "Arial", sans-serif;
      margin: 0 3px 0 5px; }
  .breadcrumb a {
    text-decoration: none;
    color: #999; }
    .breadcrumb a:hover {
      text-decoration: underline;
      color: #333; }

.site-footer {
  position: relative;
  background-color: #000;
  height: auto;
  z-index: 1;
  padding: 0 20px 100px 20px; }
  @media (min-width: 768px) {
    .site-footer {
      padding-bottom: 30px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1152px) {
    .site-footer {
      padding-left: 0;
      padding-right: 0; } }

.scroller {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px; }
  .scroller a {
    color: #fff;
    font-family: "MBCorpoSTextRegular";
    text-decoration: underline;
    text-underline-offset: 4px; }
    .scroller a:hover {
      color: #000;
      text-decoration: underline; }
  .scroller img {
    max-width: 30px;
    margin-left: 10px; }

.footer-inner {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .footer-inner {
      flex-direction: row;
      align-items: center; } }
  @media (min-width: 1152px) {
    .footer-inner {
      max-width: 1366px;
      margin-left: auto;
      margin-right: auto; } }

.footer-l {
  width: 100%; }
  @media (min-width: 768px) {
    .footer-l {
      width: 40%; } }
  @media (min-width: 1152px) {
    .footer-l {
      width: 50%; } }

.footer-r {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .footer-r {
      flex-direction: row;
      justify-content: space-evenly;
      width: 60%; } }
  @media (min-width: 1152px) {
    .footer-r {
      width: 50%; } }
  .footer-r ul:not(:last-of-type) {
    margin-bottom: 30px; }
  .footer-r li {
    display: block; }
    .footer-r li:first-of-type {
      margin-bottom: 20px;
      font-family: "MBCorpoSTextRegular";
      font-size: 18px;
      line-height: 18px;
      color: #fff; }
      @media (min-width: 768px) {
        .footer-r li:first-of-type {
          margin-bottom: 10px;
          font-size: 15px;
          line-height: 15px; } }
      @media (min-width: 1152px) {
        .footer-r li:first-of-type {
          margin-bottom: 20px;
          font-size: 18px;
          line-height: 18px; } }
    .footer-r li:not(:last-of-type):not(:first-of-type) {
      margin-bottom: 7px; }
      @media (min-width: 768px) {
        .footer-r li:not(:last-of-type):not(:first-of-type) {
          margin-bottom: 0; } }
      @media (min-width: 1152px) {
        .footer-r li:not(:last-of-type):not(:first-of-type) {
          margin-bottom: 7px; } }
    .footer-r li a {
      font-family: "MBCorpoSTextRegular";
      font-size: 14px;
      line-height: 14px;
      color: #fff; }
      .footer-r li a:hover {
        color: #fff; }
  .footer-r .menu li {
    margin-bottom: 10px !important; }

.newsletter {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .newsletter {
      margin-bottom: 0; } }
  .newsletter p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    font-family: "MBCorpoSTextRegular";
    color: #fff; }
    @media (min-width: 768px) {
      .newsletter p {
        font-size: 16px;
        line-height: 16px; } }
    @media (min-width: 1152px) {
      .newsletter p {
        font-size: 18px;
        line-height: 18px; } }
    .newsletter p ~ p {
      margin-top: 15px;
      font-size: 13px;
      line-height: 16px;
      color: #fff; }
    .newsletter p a:hover {
      color: #fff;
      text-decoration: underline; }
  .newsletter form {
    display: flex;
    width: 100%; }
  .newsletter input[type="email"] {
    /*width: calc(100% - 100px);*/
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border-radius: 0;
    background-color: #000;
    font-family: "MBCorpoSTextRegular";
    border: 1px solid #fff;
    border-right: 0;
    color: #fff; }
    @media (min-width: 768px) {
      .newsletter input[type="email"] {
        height: 45px; } }
    @media (min-width: 1152px) {
      .newsletter input[type="email"] {
        /* width: calc(100% - 150px);*/
        width: 100%;
        height: 60px; } }
    .newsletter input[type="email"]::placeholder {
      color: #000; }
    .newsletter input[type="email"]:focus::placeholder {
      text-indent: -9999px; }
  .newsletter input[type="submit"] {
    width: 100px;
    height: 60px !important;
    border: 1px solid #fff !important;
    color: #000 !important;
    background-color: #fff !important;
    margin: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    cursor: pointer;
    font-family: "MBCorpoSTextRegular" !important;
    font-size: 13px !important;
    line-height: 13px !important;
    transition: all .3s ease;
    box-shadow: none !important; }
    @media (min-width: 768px) {
      .newsletter input[type="submit"] {
        height: 45px; } }
    @media (min-width: 1152px) {
      .newsletter input[type="submit"] {
        width: 150px;
        height: 60px;
        font-size: 16px;
        line-height: 16px; } }
    .newsletter input[type="submit"]:hover {
      background-color: #008dfc !important;
      border-color: #008dfc !important;
      color: #fff !important; }

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  margin-top: 60px;
  border-top: 1px solid #fff; }
  .copyright p {
    color: #fff;
    font-family: "MBCorpoSTextRegular";
    font-size: 14px;
    line-height: 18px;
    text-align: center; }
  .copyright a:hover {
    color: #fff;
    text-decoration: underline; }
  @media (min-width: 768px) {
    .copyright br {
      display: none; } }

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 500px;
  width: 500px;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-family: "Helvetica", "Arial", sans-serif;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc; }

label {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  border-color: #ccc; }

select {
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding-left: 15px;
  background-image: url("images/select-arrow.png");
  background-size: 10px;
  background-position: top 50% right 20px;
  background-repeat: no-repeat; }

textarea {
  width: 100%;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 20px;
  font-family: "Helvetica", "Arial", sans-serif;
  min-height: 150px;
  resize: none; }

/* Booking Form */
.book-form {
  background-color: #F2F2F2;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }
  @media (min-width: 1152px) {
    .book-form {
      padding-left: 0;
      padding-right: 0; } }
  .book-form h1, .book-form h2, .book-form h3, .book-form h4, .book-form h5, .book-form h6 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }
  .book-form form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }

/* Remember to turn off the Enable Formidable styling option in the plugin */
.frm-show-form fieldset {
  background-color: transparent;
  border: 0; }

.frm_form_field {
  margin-bottom: 20px; }

.frm_required {
  color: red; }

.frm_primary_label {
  display: block;
  position: relative;
  text-align: left;
  font-family: "MBCorpoSTextRegular";
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 16px; }

.vertical_radio .frm_primary_label {
  margin-bottom: 15px; }

.frm_opt_container label {
  display: flex;
  font-family: "MBCorpoSTextRegular";
  color: #000 !important;
  font-size: 16px;
  margin-bottom: 10px;
  flex-wrap: wrap; }

.frm_radio input[type="radio"] {
  margin: 0 5px 0 0; }

.frm_checkbox input[type="checkbox"] {
  margin: 0 5px 0 0; }
.frm_checkbox label {
  color: #666; }
.frm_checkbox a {
  color: #666;
  text-decoration: underline; }
  .frm_checkbox a:hover {
    color: #003D6F; }

.frm_submit {
  text-align: center; }
  .frm_submit .frm_button_submit {
    width: 150px;
    height: 50px;
    cursor: pointer;
    background-color: #008dfc;
    border-radius: 0;
    border: 1px solid #008dfc;
    color: #fff;
    font-family: "MBCorpoSTextRegular";
    font-size: 14px;
    line-height: 14px;
    transition: all .3s ease; }
    .frm_submit .frm_button_submit:hover {
      background-color: #006EC6;
      border-color: #006EC6; }

.frm_description {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 5px;
  font-family: "MBCorpoSTextRegular";
  color: #000;
  font-size: 16px;
  line-height: 16px; }

.horizontal_radio .frm_primary_label {
  text-align: center; }

.frm_error_style {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .frm_error_style p {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    color: #721c24; }

.frm_error {
  color: #721c24;
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
  text-align: left; }
  .frm_error p {
    color: #721c24; }

.frm_message {
  padding: 20px;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .frm_message p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #155724; }
  .frm_message small {
    font-size: 12px;
    line-height: 18px; }

table {
  width: 100%; }

th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }

.btn, .blue-btn, .dark-outline-btn, .dark-btn, .white-outline-btn, .hero-content a, .section-link--content a:not(li a), .equal-text--image .dark-outline-btn, .image-block--overlay a, .page-template-page-trucks-refer .equal-text--image .dark-outline-btn {
  display: inline-block;
  margin: 0;
  padding: 15px 30px;
  vertical-align: middle;
  text-align: center;
  font-family: "MBCorpoSTitleBold";
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  transition: all .3s ease;
  /**
   * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
   */ }
  @media (min-width: 768px) {
    .btn, .blue-btn, .dark-outline-btn, .dark-btn, .white-outline-btn, .hero-content a, .section-link--content a:not(li a), .equal-text--image .dark-outline-btn, .image-block--overlay a, .page-template-page-trucks-refer .equal-text--image .dark-outline-btn {
      font-size: 12px;
      line-height: 12px; } }
  @media (min-width: 1152px) {
    .btn, .blue-btn, .dark-outline-btn, .dark-btn, .white-outline-btn, .hero-content a, .section-link--content a:not(li a), .equal-text--image .dark-outline-btn, .image-block--overlay a, .page-template-page-trucks-refer .equal-text--image .dark-outline-btn {
      font-size: 14px;
      line-height: 14px; } }
  .btn:hover, .blue-btn:hover, .dark-outline-btn:hover, .dark-btn:hover, .white-outline-btn:hover, .hero-content a:hover, .section-link--content a:hover:not(li a), .image-block--overlay a:hover, .page-template-page-trucks-refer .equal-text--image .dark-outline-btn:hover, .btn:active, .blue-btn:active, .dark-outline-btn:active, .dark-btn:active, .white-outline-btn:active, .hero-content a:active, .section-link--content a:active:not(li a), .image-block--overlay a:active, .page-template-page-trucks-refer .equal-text--image .dark-outline-btn:active, .btn:focus, .blue-btn:focus, .dark-outline-btn:focus, .dark-btn:focus, .white-outline-btn:focus, .hero-content a:focus, .section-link--content a:focus:not(li a), .image-block--overlay a:focus, .page-template-page-trucks-refer .equal-text--image .dark-outline-btn:focus {
    text-decoration: none;
    outline: none; }
  .btn::-moz-focus-inner, .blue-btn::-moz-focus-inner, .dark-outline-btn::-moz-focus-inner, .dark-btn::-moz-focus-inner, .white-outline-btn::-moz-focus-inner, .hero-content a::-moz-focus-inner, .section-link--content a:not(li a)::-moz-focus-inner, .equal-text--image .dark-outline-btn::-moz-focus-inner, .image-block--overlay a::-moz-focus-inner, .page-template-page-trucks-refer .equal-text--image .dark-outline-btn::-moz-focus-inner {
    border: 0;
    padding: 0; }

.blue-btn {
  background-color: #008dfc;
  border: 1px solid #008dfc;
  color: #fff; }
  .blue-btn:hover {
    background-color: #006EC6;
    border-color: #006EC6; }
  .blue-btn:visited {
    color: #fff; }

.dark-outline-btn {
  background-color: transparent;
  border: 1px solid #000;
  color: #000; }
  .dark-outline-btn:hover {
    background-color: #008dfc;
    border-color: #008dfc;
    color: #fff; }

.dark-btn {
  background-color: #000;
  border: 1px solid #000;
  color: #fff; }
  .dark-btn:hover {
    background-color: #008DFF;
    border-color: #008DFF;
    color: #fff; }
  .dark-btn:visited {
    color: #fff; }

.white-outline-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .white-outline-btn:hover {
    background-color: #fff;
    color: #000; }
  .white-outline-btn:visited {
    color: #fff; }
    .white-outline-btn:visited:hover {
      color: #000; }

.btn-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px; }
  .btn-centered a:not(:first-of-type) {
    margin-left: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "MBCorpoSTitleBold";
  font-size: 26px;
  line-height: 36px; }
  @media (min-width: 1152px) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 32px;
      line-height: 42px; } }

p {
  color: #000;
  font-family: "MBCorpoSTextRegular";
  font-size: 16px;
  line-height: 24px; }
  p a {
    color: inherit;
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }
    p a:visited {
      color: inherit; }

.mega-menu-wrap {
  display: none; }
  @media (min-width: 992px) {
    .mega-menu-wrap {
      display: inline-block;
      width: 80% !important;
      margin-left: 0 !important; } }
  @media (min-width: 1600px) {
    .mega-menu-wrap {
      width: 70% !important; } }
  .mega-menu-wrap ul:not(.menu) {
    display: flex;
    width: 100%; }
  .mega-menu-wrap li {
    display: inline-block; }
    .mega-menu-wrap li a {
      display: block;
      padding: 0 35px;
      text-align: center;
      font-family: "MBCorpoSTextRegular";
      text-underline-offset: 4px;
      color: #fff; }
      @media (min-width: 992px) {
        .mega-menu-wrap li a {
          padding: 0 30px;
          font-size: 13px;
          line-height: 13px; } }
      @media (min-width: 1152px) {
        .mega-menu-wrap li a {
          font-size: 16px;
          line-height: 16px; } }

@media (min-width: 992px) {
  #mega-menu-wrap-menu-3 #mega-menu-menu-3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 20% !important; }

  #mega-menu-wrap-menu-3 {
    display: block !important;
    background-color: transparent !important; }

  #mega-menu-wrap-menu-3 #mega-menu-menu-3 {
    position: unset !important;
    height: 100%; }

  #mega-menu-wrap-menu-3 {
    position: unset !important; }

  #mega-menu-wrap-menu-3 #mega-menu-menu-3 > li.mega-menu-megamenu.mega-menu-item {
    height: 100%; }

  #mega-menu-wrap-menu-3 #mega-menu-menu-3 > li.mega-menu-item > a.mega-menu-link {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    height: 100%;
    font-size: 11px !important;
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .megamenu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #000;
    font-family: "MBCorpoSTextRegular";
    font-size: 36px;
    line-height: 36px; }
    .megamenu-title a {
      color: #000 !important;
      text-decoration: underline;
      padding: 0 !important; }
      .megamenu-title a:hover {
        color: #008dfc !important;
        text-decoration: none; }

  .mega-menu-row:not(:first-of-type) {
    float: unset !important;
    width: 80% !important;
    margin-right: auto !important;
    margin-left: auto !important; }
    .mega-menu-row:not(:first-of-type) li:not(.menu) {
      padding: 0 5px !important; }
    .mega-menu-row:not(:first-of-type) li img {
      width: 100%;
      height: 300px;
      margin-bottom: 30px;
      object-fit: cover;
      aspect-ratio: 1/1; }
    .mega-menu-row:not(:first-of-type) li a {
      padding: 0 !important;
      font-family: "MBCorpoSTextRegular";
      color: #666 !important; }
    .mega-menu-row:not(:first-of-type) li .menu {
      width: 100%;
      padding-bottom: 60px; }
      .mega-menu-row:not(:first-of-type) li .menu li {
        display: block;
        width: 100%;
        padding: 0 !important;
        margin-bottom: 10px !important;
        text-align: left !important; }
        .mega-menu-row:not(:first-of-type) li .menu li a {
          text-align: left; }
        .mega-menu-row:not(:first-of-type) li .menu li .menu-item {
          padding: 0 !important; }
    .mega-menu-row:not(:first-of-type) .heading {
      font-family: "MBCorpoSTextRegular" !important;
      color: #000 !important;
      margin-bottom: 15px;
      text-transform: none !important;
      text-decoration: underline !important;
      text-underline-offset: 3px;
      font-size: 24px;
      line-height: 34px; }
      .mega-menu-row:not(:first-of-type) .heading a {
        color: #000 !important; }
        .mega-menu-row:not(:first-of-type) .heading a:hover {
          text-decoration: none; } }
@media (min-width: 1366px) {
  #mega-menu-wrap-menu-3 #mega-menu-menu-3 > li.mega-menu-item > a.mega-menu-link {
    padding-left: 0 !important;
    padding-right: 15px !important;
    font-size: 14px !important; } }
.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 101;
  transition: all .3s ease;
  overflow-x: auto;
  background-color: #fff; }
  .mobile-menu ul:not(.mega-menu-wrap ul):not(.mobile-menu--top ul) {
    display: flex;
    flex-flow: row wrap; }
    .mobile-menu ul:not(.mega-menu-wrap ul):not(.mobile-menu--top ul) .call-icon a:before {
      background-image: url(images/icons/black/phone-icon.png); }
    .mobile-menu ul:not(.mega-menu-wrap ul):not(.mobile-menu--top ul) .dealer-icon a:before {
      background-image: url(images/icons/black/dealer-icon.png); }
    .mobile-menu ul:not(.mega-menu-wrap ul):not(.mobile-menu--top ul) .contact-icon a:before {
      background-image: url(images/icons/black/get-in-touch-icon.png); }
    .mobile-menu ul:not(.mega-menu-wrap ul):not(.mobile-menu--top ul) .search-icon a:before {
      background-image: url(images/icons/black/search-icon.png); }
    .mobile-menu ul:not(.mega-menu-wrap ul):not(.mobile-menu--top ul) li {
      display: inline-block;
      position: relative;
      width: 50%;
      padding: 20px 0 20px 30px;
      text-align: left;
      border-bottom: 1px solid #000;
      border-left: 1px solid #000; }
      .mobile-menu ul:not(.mega-menu-wrap ul):not(.mobile-menu--top ul) li:nth-of-type(1), .mobile-menu ul:not(.mega-menu-wrap ul):not(.mobile-menu--top ul) li:nth-of-type(3) {
        border-left: 0; }
      .mobile-menu ul:not(.mega-menu-wrap ul):not(.mobile-menu--top ul) li a {
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 13px; }
        .mobile-menu ul:not(.mega-menu-wrap ul):not(.mobile-menu--top ul) li a:before {
          content: "";
          display: inline-block;
          position: relative;
          width: 25px;
          height: 25px;
          margin-right: 5px;
          background-repeat: no-repeat;
          background-size: 20px;
          background-position: center; }
  .mobile-menu.opened {
    left: 0; }
  .mobile-menu #mega-menu-wrap-menu-3,
  .mobile-menu #mega-menu-menu-3 {
    display: block !important; }
  .mobile-menu #mega-menu-wrap-menu-3 #mega-menu-menu-3 > li.mega-menu-item > a.mega-menu-link {
    padding: 10px 20px !important;
    height: auto !important; }

.mobile-menu--top {
  display: flex;
  align-items: center;
  background-color: #000;
  padding: 20px; }
  .mobile-menu--top .site-logo img {
    display: block;
    max-width: 55px; }

.mega-menu-toggle {
  display: none !important; }

@media (max-width: 991px) {
  .megamenu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #000;
    font-family: "MBCorpoSTextRegular";
    font-size: 20px;
    line-height: 26px; }
    .megamenu-title a {
      color: #000 !important;
      text-decoration: underline;
      padding: 0 !important;
      font-size: 12px;
      line-height: 12px; }
      .megamenu-title a:hover {
        color: #008dfc !important;
        text-decoration: none; }

  #mega-menu-wrap-menu-3 {
    display: none !important; }

  #mega-menu-wrap-menu-3 #mega-menu-menu-3 > li.mega-menu-item {
    font-family: "MBCorpoSTextRegular" !important;
    font-size: 16px !important;
    line-height: 16px !important;
    border-bottom: 1px solid #333; }

  #mega-menu-wrap-menu-3 #mega-menu-menu-3 > li.mega-menu-item > a.mega-menu-link {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .widget_media_image {
    display: none !important; }

  #mega-menu-wrap-menu-3 #mega-menu-menu-3 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 10px !important; }

  .mega-menu-wrap li {
    display: block;
    width: 100%;
    margin-bottom: 5px; }
    .mega-menu-wrap li a {
      text-align: left;
      font-family: "MBCorpoSTextRegular";
      font-size: 14px;
      line-height: 20px;
      color: #000;
      padding: 0; }

  #mega-menu-wrap-menu-3 #mega-menu-menu-3 > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding-bottom: 30px !important; }

  .mega-block-title {
    font-family: "MBCorpoSTextRegular" !important;
    color: #000 !important;
    margin-bottom: 15px;
    text-transform: none !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    font-size: 24px;
    line-height: 34px; }

  #mega-menu-wrap-menu-3 #mega-menu-menu-3 > li.mega-menu-flyout ul.mega-sub-menu {
    background-color: #fff !important; }

  #mega-menu-wrap-menu-3 #mega-menu-menu-3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #000 !important;
    padding: 0px 20px 0px 20px !important; }

  #mega-menu-wrap-menu-3 #mega-menu-menu-3 > li.mega-menu-flyout ul.mega-sub-menu {
    padding-bottom: 20px !important;
    padding-top: 20px !important; } }
.hero {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .hero picture,
  .hero img {
    width: 100%; }
  .hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
  .hero .slick-slider {
    margin-bottom: 0; }
  .hero .slick-dots {
    display: flex;
    justify-content: flex-end;
    right: 20px;
    bottom: 48px; }
    @media (min-width: 1152px) {
      .hero .slick-dots {
        bottom: 60px;
        justify-content: center;
        right: 0; } }
  .hero .slick-dots li {
    margin: 0; }
    @media (min-width: 1152px) {
      .hero .slick-dots li {
        margin: 0 5px; } }
  .hero .slick-dots li button:before {
    opacity: 1;
    color: #fff;
    font-size: 10px; }
    @media (min-width: 1152px) {
      .hero .slick-dots li button:before {
        font-size: 15px; } }
  .hero .slick-dots li.slick-active button:before {
    color: #008DFF;
    opacity: 1; }

.hero-nav {
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 40px; }
  .hero-nav > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    cursor: pointer; }
    @media (min-width: 1152px) {
      .hero-nav > div {
        width: 60px;
        height: 60px; } }
    .hero-nav > div img {
      max-width: 20px; }
  .hero-nav .prev-slide {
    background-color: #008dfc;
    border: 1px solid #008dfc; }
  .hero-nav .next-slide {
    background-color: transparent;
    border: 1px solid #008dfc;
    margin-left: 10px; }

.hero-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  padding-left: 35px;
  justify-content: center; }
  .hero-content:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%); }
  .hero-content p {
    position: relative;
    color: #fff;
    margin-bottom: 30px;
    max-width: 300px; }
    @media (min-width: 768px) {
      .hero-content p {
        max-width: 600px; } }
  .hero-content .btn-group {
    display: flex;
    flex-direction: row;
    margin-top: 0; }
    .hero-content .btn-group a:not(:first-child) {
      margin-left: 20px; }
  .hero-content a {
    position: relative;
    padding: 20px 30px; }

.hero-content--title {
  position: relative;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "MBCorpoSTitleBold";
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  max-width: 400px; }
  @media (min-width: 768px) {
    .hero-content--title {
      max-width: 600px; } }
  @media (min-width: 1152px) {
    .hero-content--title {
      font-size: 36px;
      line-height: 46px;
      max-width: 800px; } }

.hero-content--secondarytitle {
  position: relative;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "MBCorpoSTextRegular";
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  max-width: 400px; }
  @media (min-width: 768px) {
    .hero-content--secondarytitle {
      max-width: 600px; } }
  @media (min-width: 1152px) {
    .hero-content--secondarytitle {
      font-size: 30px;
      line-height: 40px;
      max-width: 800px; } }

.textblock {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  .textblock h1, .textblock h2, .textblock h3, .textblock h4, .textblock h5, .textblock h6 {
    width: 100%;
    text-transform: uppercase;
    text-align: center; }
  .textblock p {
    text-align: center;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .textblock p {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .textblock p {
        max-width: 900px; } }

body.error_404 .textblock h1 {
  font-size: 100px;
  line-height: 100px; }
  @media (min-width: 1152px) {
    body.error_404 .textblock h1 {
      font-size: 180px;
      line-height: 180px; } }

.section-links {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .section-links {
      padding-right: 0;
      padding-left: 0; } }
  .section-links ul {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .section-links ul {
        flex-direction: row;
        flex-wrap: wrap; } }
  .section-links li:not(.section-link--content li) {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      .section-links li:not(.section-link--content li) {
        width: 50%; } }
    @media (min-width: 1152px) {
      .section-links li:not(.section-link--content li) {
        width: 20%; } }

.section-link--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px;
  width: 100%;
  height: 100%;
  text-align: left; }
  @media (min-width: 768px) {
    .section-link--content {
      padding-bottom: 80px; } }
  .section-link--content h3 {
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .section-link--content a:not(li a) {
    border-color: #000; }
    .section-link--content a:not(li a):hover {
      background-color: #008DFF;
      border: 1px solid #008DFF;
      color: #fff; }
  .section-link--content ul {
    margin-bottom: 20px;
    flex-direction: column;
    min-height: 70px; }
  .section-link--content li {
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
    color: #000;
    font-family: "MBCorpoSTextRegular";
    font-size: 16px;
    line-height: 16px; }
    .section-link--content li:not(:last-of-type) {
      margin-bottom: 10px; }
    .section-link--content li:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 15px;
      height: 15px;
      background-image: url("images/arrows/grey-arrow.png");
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: center;
      margin-right: 10px; }

.equal-text--image .c-container, .equal-text--image .service-locations ul, .service-locations .equal-text--image ul, .equal-text--image .van-detail--wrapper, .equal-text--image .recall-locations ul, .recall-locations .equal-text--image ul, .equal-text--image body.single-post article, body.single-post .equal-text--image article, .equal-text--image .post-banner .separator, .post-banner .equal-text--image .separator, .equal-text--image .post-text-image {
  max-width: 100%; }
  body.single-customer-stories .equal-text--image .c-container, body.single-customer-stories .equal-text--image .service-locations ul, .service-locations body.single-customer-stories .equal-text--image ul, body.single-customer-stories .equal-text--image .van-detail--wrapper, body.single-customer-stories .equal-text--image .recall-locations ul, .recall-locations body.single-customer-stories .equal-text--image ul, body.single-customer-stories .equal-text--image body.single-post article, body.single-post body.single-customer-stories .equal-text--image article, body.single-customer-stories .equal-text--image .post-banner .separator, .post-banner body.single-customer-stories .equal-text--image .separator, body.single-customer-stories .equal-text--image .post-text-image {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      body.single-customer-stories .equal-text--image .c-container, body.single-customer-stories .equal-text--image .service-locations ul, .service-locations body.single-customer-stories .equal-text--image ul, body.single-customer-stories .equal-text--image .van-detail--wrapper, body.single-customer-stories .equal-text--image .recall-locations ul, .recall-locations body.single-customer-stories .equal-text--image ul, body.single-customer-stories .equal-text--image body.single-post article, body.single-post body.single-customer-stories .equal-text--image article, body.single-customer-stories .equal-text--image .post-banner .separator, .post-banner body.single-customer-stories .equal-text--image .separator, body.single-customer-stories .equal-text--image .post-text-image {
        flex-direction: row; }
        body.single-customer-stories .equal-text--image .c-container:nth-of-type(even), body.single-customer-stories .equal-text--image .service-locations ul:nth-of-type(even), .service-locations body.single-customer-stories .equal-text--image ul:nth-of-type(even), body.single-customer-stories .equal-text--image .van-detail--wrapper:nth-of-type(even), body.single-customer-stories .equal-text--image .recall-locations ul:nth-of-type(even), .recall-locations body.single-customer-stories .equal-text--image ul:nth-of-type(even), body.single-customer-stories .equal-text--image body.single-post article:nth-of-type(even), body.single-post body.single-customer-stories .equal-text--image article:nth-of-type(even), body.single-customer-stories .equal-text--image .post-banner .separator:nth-of-type(even), .post-banner body.single-customer-stories .equal-text--image .separator:nth-of-type(even), body.single-customer-stories .equal-text--image .post-text-image:nth-of-type(even) {
          flex-direction: row-reverse; } }
.equal-text--image .row {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .equal-text--image .row {
      flex-direction: row; }
      .equal-text--image .row:nth-of-type(even) {
        flex-direction: row-reverse; } }
@media (min-width: 768px) {
  .equal-text--image.is-reversed .row {
    flex-direction: row-reverse; } }
@media (min-width: 768px) {
  .equal-text--image.has-padding {
    padding-top: 60px;
    padding-bottom: 60px !important; } }
.equal-text--image .col-1,
.equal-text--image .img-col {
  position: relative;
  width: 100%;
  order: 2; }
  @media (min-width: 768px) {
    .equal-text--image .col-1,
    .equal-text--image .img-col {
      width: 50%;
      order: 1; } }
.equal-text--image .col-2,
.equal-text--image .txt-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 40px;
  order: 1; }
  @media (min-width: 768px) {
    .equal-text--image .col-2,
    .equal-text--image .txt-col {
      width: 50%;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-content: center;
      order: 2; } }
  @media (min-width: 1152px) {
    .equal-text--image .col-2,
    .equal-text--image .txt-col {
      padding: 60px; } }
  .equal-text--image .col-2 br,
  .equal-text--image .txt-col br {
    display: none; }
    @media (min-width: 768px) {
      .equal-text--image .col-2 br,
      .equal-text--image .txt-col br {
        display: inline-block; } }
@media (min-width: 768px) {
  .equal-text--image img {
    height: 100%;
    object-fit: cover; } }
.equal-text--image h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .equal-text--image h4 {
      font-size: 22px;
      line-height: 32px;
      width: 80%; } }
  @media (min-width: 1152px) {
    .equal-text--image h4 {
      font-size: 34px;
      line-height: 44px;
      width: 75%; } }
.equal-text--image h5 {
  margin-bottom: 20px;
  font-family: "MBCorpoATitleCondRegular";
  width: 100%;
  font-size: 18px;
  line-height: 22px; }
  @media (min-width: 1152px) {
    .equal-text--image h5 {
      font-size: 22px;
      line-height: 26px; } }
.equal-text--image p {
  margin-bottom: 20px;
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .equal-text--image p {
      width: 80%;
      margin: 0 20% 20px 0; } }
  .equal-text--image p:last-of-type {
    margin-bottom: 0; }
.equal-text--image ul {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-left: 15px; }
  .equal-text--image ul li {
    color: #000;
    font-family: "MBCorpoSTextRegular";
    padding-left: 5px;
    font-size: 16px; }
    .equal-text--image ul li:not(:last-of-type) {
      margin-bottom: 5px; }
.equal-text--image .dark-outline-btn {
  margin-top: 30px;
  border-color: #000; }
  .equal-text--image .dark-outline-btn:hover {
    background-color: #008dfc;
    border-color: #008dfc;
    color: #fff; }
.equal-text--image .default-btn {
  margin-top: 20px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline; }
  @media (min-width: 768px) {
    .equal-text--image .default-btn {
      margin-left: 20px;
      margin-top: 45px; } }
  .equal-text--image .default-btn:hover {
    text-decoration: none; }

.text-overlay {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 60px;
  padding-left: 30px; }
  .text-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 67%); }
  .text-overlay * {
    color: #fff;
    position: relative; }
  .text-overlay a {
    border: 0;
    padding: 0;
    color: #fff;
    text-underline-offset: 3px; }
    .text-overlay a:hover {
      background-color: transparent;
      text-decoration: underline; }

.text-overlay--heading {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 28px;
  padding-right: 60px;
  max-width: 400px; }
  @media (min-width: 1152px) {
    .text-overlay--heading {
      max-width: 80ch; } }

.page-template-page-vans-offers .equal-text--image img {
  height: auto !important; }

.icon-list {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px; }
  .icon-list.grey-theme {
    background-color: #F2F2F2; }
  .icon-list h4 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .icon-list p {
    text-align: center;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .icon-list p {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .icon-list p {
        max-width: 900px; } }
  .icon-list ul {
    margin-top: 60px; }
  .icon-list li {
    list-style: none;
    text-align: center; }
    .icon-list li img {
      width: 100%;
      max-width: 80px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .icon-list li img {
          max-width: 60px; } }
      @media (min-width: 1152px) {
        .icon-list li img {
          max-width: 80px; } }
    .icon-list li p {
      font-family: "MBCorpoSTextRegular";
      padding-left: 50px;
      padding-right: 50px;
      margin-top: 0; }
      @media (min-width: 768px) {
        .icon-list li p {
          padding-left: 30px;
          padding-right: 30px; } }
  .icon-list br {
    display: none; }
    @media (min-width: 992px) {
      .icon-list br {
        display: inline-block; } }

.icon-heading {
  margin-bottom: 10px;
  font-family: "MBCorpoSTextRegular";
  font-size: 24px;
  line-height: 34px; }
  @media (min-width: 768px) {
    .icon-heading {
      font-size: 16px;
      line-height: 26px; } }
  @media (min-width: 1152px) {
    .icon-heading {
      font-size: 24px;
      line-height: 34px; } }

.icons-only ul {
  margin-top: 0; }

.image-block {
  position: relative;
  height: auto; }
  .image-block img,
  .image-block picture {
    width: 100%; }
  .image-block .c-container, .image-block .service-locations ul, .service-locations .image-block ul, .image-block .van-detail--wrapper, .image-block .recall-locations ul, .recall-locations .image-block ul, .image-block body.single-post article, body.single-post .image-block article, .image-block .post-banner .separator, .post-banner .image-block .separator, .image-block .post-text-image {
    width: 100%; }

.image-block--overlay {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: flex-start;
  justify-content: center;
  top: 0;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .image-block--overlay {
      padding-left: 60px; } }
  .image-block--overlay h4 {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px; }
    body.van-parts .image-block--overlay h4 {
      text-transform: none; }
  .image-block--overlay p {
    position: relative;
    margin-bottom: 30px;
    color: #fff; }
    .image-block--overlay p:first-of-type {
      font-family: "MBCorpoATitleCondRegular";
      font-size: 22px;
      line-height: 26px; }
      body.approved-used .image-block--overlay p:first-of-type, body.van-parts .image-block--overlay p:first-of-type {
        font-size: 16px;
        line-height: 24px; }
    @media (min-width: 768px) {
      .image-block--overlay p {
        max-width: 70ch; } }
  .image-block--overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(280deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8814119398) 90%); }
  .image-block--overlay a {
    position: relative;
    border-color: #fff;
    color: #fff; }
    .image-block--overlay a:hover {
      border-color: #008DFF;
      background-color: #008DFF; }

.poi-links {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 1152px) {
    .poi-links {
      padding-left: 0;
      padding-right: 0; } }
  body.page-template-page-trucks-services .poi-links {
    padding-top: 0; }
  .poi-links.dark-theme {
    background-color: #000; }
    .poi-links.dark-theme h4 {
      color: #fff; }
    .poi-links.dark-theme .poi-content h5 {
      color: #fff; }
    .poi-links.dark-theme .poi-content p {
      color: #fff; }
  .poi-links h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase; }
  .poi-links ul {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .poi-links ul {
        flex-flow: row wrap; } }
  .poi-links li {
    position: relative;
    width: 100%;
    list-style: none; }
    .poi-links li:not(:last-of-type) {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      .poi-links li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        width: 49%;
        margin-right: 2%; }
        .poi-links li:nth-of-type(2n) {
          margin-right: 0; }
        .poi-links li:last-of-type {
          margin-bottom: 20px; } }

.poi-content {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .poi-content {
      display: flex;
      flex-direction: column;
      height: 100%;
      align-items: flex-start; } }
  @media (min-width: 1152px) {
    .poi-content {
      padding: 40px; } }
  .poi-content h5 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase; }
  .poi-content p {
    margin-bottom: 20px; }
  .poi-content a {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .poi-content a {
        margin-top: auto; } }

/* Carousel Version */
ul.poi-carousel li {
  width: auto;
  margin-right: 0.5% !important;
  margin-left: 0.5%; }

.contact-callout {
  padding: 60px 20px;
  background-color: #008dfc; }
  .contact-callout p {
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .contact-callout p {
        font-size: 24px;
        line-height: 30px; } }
    @media (min-width: 1152px) {
      .contact-callout p {
        font-size: 30px;
        line-height: 40px; } }
  @media (min-width: 768px) {
    .contact-callout br {
      display: none; } }

.our-locations {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0; }
  .our-locations .c-container, .our-locations .service-locations ul, .service-locations .our-locations ul, .our-locations .van-detail--wrapper, .our-locations .recall-locations ul, .recall-locations .our-locations ul, .our-locations body.single-post article, body.single-post .our-locations article, .our-locations .post-banner .separator, .post-banner .our-locations .separator, .our-locations .post-text-image {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .our-locations .c-container, .our-locations .service-locations ul, .service-locations .our-locations ul, .our-locations .van-detail--wrapper, .our-locations .recall-locations ul, .recall-locations .our-locations ul, .our-locations body.single-post article, body.single-post .our-locations article, .our-locations .post-banner .separator, .post-banner .our-locations .separator, .our-locations .post-text-image {
        flex-direction: row;
        align-items: unset; } }
    @media (min-width: 992px) {
      .our-locations .c-container, .our-locations .service-locations ul, .service-locations .our-locations ul, .our-locations .van-detail--wrapper, .our-locations .recall-locations ul, .recall-locations .our-locations ul, .our-locations body.single-post article, body.single-post .our-locations article, .our-locations .post-banner .separator, .post-banner .our-locations .separator, .our-locations .post-text-image {
        align-items: flex-start; } }
    @media (min-width: 1152px) {
      .our-locations .c-container, .our-locations .service-locations ul, .service-locations .our-locations ul, .our-locations .van-detail--wrapper, .our-locations .recall-locations ul, .recall-locations .our-locations ul, .our-locations body.single-post article, body.single-post .our-locations article, .our-locations .post-banner .separator, .post-banner .our-locations .separator, .our-locations .post-text-image {
        align-items: center; } }
  .our-locations .map {
    width: 100%;
    height: auto;
    background-color: #eee;
    min-height: 500px;
    aspect-ratio: 16/9; }
    @media (min-width: 768px) {
      .our-locations .map {
        width: 50%; } }
    @media (min-width: 1152px) {
      .our-locations .map {
        width: 45%; } }
    .our-locations .map img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .our-locations .location-list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 30px; }
    @media (min-width: 576px) {
      .our-locations .location-list {
        align-items: flex-start; } }
    @media (min-width: 768px) {
      .our-locations .location-list {
        width: 50%; } }
    @media (min-width: 992px) {
      .our-locations .location-list {
        padding: 60px; } }
    @media (min-width: 1152px) {
      .our-locations .location-list {
        width: 55%;
        padding-left: 90px;
        padding-right: 90px; } }
  .our-locations h5 {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .our-locations h5 {
        font-size: 24px;
        line-height: 30px; } }
    @media (min-width: 992px) {
      .our-locations h5 {
        font-size: 32px;
        line-height: 40px; } }
  .our-locations p {
    width: 100%;
    margin-bottom: 30px;
    color: #000; }
  .our-locations ul {
    display: block;
    width: 100%; }
  .our-locations li {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 48%;
    margin-right: 1%;
    border: 0;
    margin-bottom: 20px; }
    .our-locations li:nth-of-type(2n) {
      margin-right: 0; }
    .our-locations li .location {
      margin-bottom: 10px;
      color: #000;
      font-size: 16px;
      line-height: 16px; }
      @media (min-width: 992px) {
        .our-locations li .location {
          font-size: 18px;
          line-height: 18px;
          margin-bottom: 15px; } }
    .our-locations li address {
      font-style: normal;
      margin-bottom: 20px;
      color: #000;
      font-size: 14px;
      line-height: 18px; }
    .our-locations li a {
      position: relative;
      margin-bottom: 6px;
      color: #000;
      font-size: 12px;
      line-height: 12px; }
      .our-locations li a:visited {
        color: #000; }
      @media (min-width: 768px) {
        .our-locations li a {
          font-size: 13px;
          line-height: 13px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .our-locations li a {
      margin-bottom: 11px; } }

      .our-locations li a + a {
        margin-bottom: 0;
        color: #000;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 10px; }
        .our-locations li a + a:visited {
          color: #000; }
        .our-locations li a + a:hover:after {
          opacity: 1; }
        .our-locations li a + a:after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 1px;
          background-color: #003D6F;
          bottom: -6px;
          transition: all .3s ease;
          opacity: 0; }

/* Van Service Locations */
.service-locations {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .service-locations {
      padding-bottom: 0; } }
  .service-locations ul {
    display: flex;
    flex-flow: row wrap;
    width: 80%; }
    @media (min-width: 992px) {
      .service-locations ul {
        max-width: 900px; } }
  .service-locations li {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000;
    padding: 30px; }
    @media (min-width: 768px) {
      .service-locations li {
        width: 49%;
        margin-right: 2%; }
        .service-locations li:nth-of-type(2n) {
          margin-right: 0; } }
    .service-locations li .location-name {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      color: #000;
      font-size: 16px;
      line-height: 16px; }
      @media (min-width: 992px) {
        .service-locations li .location-name {
          font-size: 18px;
          line-height: 18px;
          margin-bottom: 15px; } }
      .service-locations li .location-name:before {
        content: "";
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        background-color: #eee;
        margin-right: 10px; }
    .service-locations li p {
      color: #000;
      margin-bottom: 20px; }
    .service-locations li a:not(.location-name) {
      display: flex;
      align-items: center;
      font-size: 14px;
      line-height: 14px; }
      .service-locations li a:not(.location-name):before {
        content: "";
        display: block;
        position: relative;
        width: 20px;
        height: 20px;
        background-color: #eee;
        margin-right: 10px; }

.wpgmza_infowindow_title {
  color: #008DFF !important;
  margin-bottom: 20px;
  font-size: 24px; }

.wpgmza_infowindow_title:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px; }

.wpgmza_infowindow_address {
  position: relative;
  padding: 20px 0 0 0;
  margin-bottom: 10px !important;
  font-size: 16px;
  max-width: 300px;
  color: #000; }

.wpgmza_infowindow_address:before {
  content: "ADDRESS";
  color: #003D6F;
  position: absolute;
  top: 0;
  font-size: 12px; }

.wpgmza_infowindow_description p {
  margin-bottom: 10px !important;
  font-size: 16px;
  color: #000; }
.wpgmza_infowindow_description small {
  font-size: 12px;
  text-transform: uppercase;
  color: #003D6F; }

.wpgmza_infowindow_link {
  font-size: 12px;
  text-transform: uppercase; }
  .wpgmza_infowindow_link a {
    color: #003D6F; }
    .wpgmza_infowindow_link a:hover {
      text-decoration: underline; }

.accordion {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .accordion .c-container, .accordion .service-locations ul, .service-locations .accordion ul, .accordion .van-detail--wrapper, .accordion .recall-locations ul, .recall-locations .accordion ul, .accordion body.single-post article, body.single-post .accordion article, .accordion .post-banner .separator, .post-banner .accordion .separator, .accordion .post-text-image {
    width: 100%; }
    @media (min-width: 768px) {
      .accordion .c-container, .accordion .service-locations ul, .service-locations .accordion ul, .accordion .van-detail--wrapper, .accordion .recall-locations ul, .recall-locations .accordion ul, .accordion body.single-post article, body.single-post .accordion article, .accordion .post-banner .separator, .post-banner .accordion .separator, .accordion .post-text-image {
        width: 70%; }
        body.page-template-page-trucks-new-used .accordion .c-container, body.page-template-page-trucks-new-used .accordion .service-locations ul, .service-locations body.page-template-page-trucks-new-used .accordion ul, body.page-template-page-trucks-new-used .accordion .van-detail--wrapper, body.page-template-page-trucks-new-used .accordion .recall-locations ul, .recall-locations body.page-template-page-trucks-new-used .accordion ul, body.page-template-page-trucks-new-used .accordion body.single-post article, body.single-post body.page-template-page-trucks-new-used .accordion article, body.page-template-page-trucks-new-used .accordion .post-banner .separator, .post-banner body.page-template-page-trucks-new-used .accordion .separator, body.page-template-page-trucks-new-used .accordion .post-text-image {
          width: 100%;
          margin-bottom: 60px; } }
  body.footer-page .accordion {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px; }
  body.single-truck .accordion {
    margin-top: 30px; }
    body.single-truck .accordion .accordion-heading {
      text-align: left; }
  body.page-template-page-trucks-finance .accordion, body.page-template-page-trucks-service-roadside .accordion, body.offers .accordion, body.page-template-page-trucks-fuel-challenger .accordion {
    background-color: #F2F2F2;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px; }
  .accordion h2, .accordion h3, .accordion h4, .accordion h5 {
    width: 100%;
    text-align: center;
    text-transform: center;
    text-transform: uppercase; }
    body.page-template-page-trucks-finance .accordion h2, body.offers .accordion h2, body.page-template-page-trucks-fuel-challenger .accordion h2, body.page-template-page-trucks-service-roadside .accordion h2, body.page-template-page-trucks-finance .accordion h3, body.offers .accordion h3, body.page-template-page-trucks-fuel-challenger .accordion h3, body.page-template-page-trucks-service-roadside .accordion h3, body.page-template-page-trucks-finance .accordion h4, body.offers .accordion h4, body.page-template-page-trucks-fuel-challenger .accordion h4, body.page-template-page-trucks-service-roadside .accordion h4, body.page-template-page-trucks-finance .accordion h5, body.offers .accordion h5, body.page-template-page-trucks-fuel-challenger .accordion h5, body.page-template-page-trucks-service-roadside .accordion h5 {
      margin-bottom: 60px; }
  .accordion p:not(.accordion-content p) {
    color: #000;
    margin-top: 20px;
    text-align: center;
    font-family: "MBCorpoSTextRegular"; }
    @media (min-width: 768px) {
      .accordion p:not(.accordion-content p) {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .accordion p:not(.accordion-content p) {
        max-width: 900px; } }
  body.mercedes-me .accordion p {
    color: #000; }
  body.page-template-page-trucks-new-used .accordion ul {
    color: #000;
    margin: 10px 0;
    font-family: "MBCorpoSTextRegular";
    font-size: 16px;
    line-height: 24px; }
  body.page-template-page-trucks-new-used .accordion li {
    color: #000;
    font-family: "MBCorpoSTextRegular";
    font-size: 16px;
    line-height: 24px; }

.accordion-container {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  body.mercedes-me .accordion-container {
    margin-top: 60px; }

.accordion-item {
  display: block;
  position: relative;
  width: 100%; }
  .accordion-item .accordion-heading {
    padding: 20px;
    cursor: pointer;
    text-align: left;
    font-family: "MBCorpoSTextRegular";
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid #000;
    background-image: url("images/select-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: top 50% right 20px; }
    @media (min-width: 1152px) {
      .accordion-item .accordion-heading {
        font-size: 18px;
        line-height: 18px;
        padding: 30px 20px;
        text-align: center; } }
  .accordion-item:last-of-type .accordion-heading {
    border-bottom: 1px solid #000; }
  .accordion-item:last-of-type .active-tab {
    border-bottom: 0; }
  .accordion-item .active-tab {
    background-image: url("images/up-arrow.png");
    border-bottom: 0; }
  .accordion-item .accordion-content {
    padding: 30px 20px; }
    .accordion-item .accordion-content p {
      font-family: "MBCorpoSTextRegular";
      margin-bottom: 20px; }
      .accordion-item .accordion-content p:last-of-type {
        margin-bottom: 0; }
    .accordion-item .accordion-content h6 {
      color: #000;
      display: block;
      width: 100%;
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 26px; }
    .accordion-item .accordion-content ul,
    .accordion-item .accordion-content ol {
      padding-left: 15px; }
    .accordion-item .accordion-content li {
      font-family: "Helvetica", "Arial", sans-serif; }
    .accordion-item .accordion-content.open {
      border-top: 1px solid #000; }

#offer1,
#offer2,
#offer3 {
  scroll-margin: 30px; }

.default-open .accordion-content {
  display: block !important; }

.gallery-slider {
  padding: 60px 20px; }
  .gallery-slider.grey-theme {
    background-color: #F2F2F2; }
  .gallery-slider h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase; }
  .gallery-slider ul {
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 768px) {
      .gallery-slider ul {
        padding-right: 60px;
        padding-left: 60px; } }
    @media (min-width: 1152px) {
      .gallery-slider ul {
        padding-right: 90px;
        padding-left: 90px; } }

.vehicle-listing--carousel {
  padding: 60px 30px;
  background-color: #F2F2F2; }
  .vehicle-listing--carousel h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px; }

.listing-carousel .slick-track {
  display: flex; }
.listing-carousel li:not(.used-vehicle--details li) {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: auto;
  background-color: #F2F2F2;
  padding: 10px;
  margin: 0 10px;
  transition: all .3s ease; }
  .listing-carousel li:not(.used-vehicle--details li):hover {
    background-color: #fff; }
.listing-carousel .used-vehicle--details {
  padding: 20px;
  margin-top: 0; }
  .listing-carousel .used-vehicle--details li {
    background-color: transparent; }

.used-vehicle-listing {
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px; }
  .used-vehicle-listing h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }
  .used-vehicle-listing ul:not(.used-vehicle--details ul) {
    display: flex;
    flex-flow: wrap row;
    width: 100%; }
    .used-vehicle-listing ul:not(.used-vehicle--details ul) li {
      font-family: "MBCorpoSTextRegular"; }
      .used-vehicle-listing ul:not(.used-vehicle--details ul) li:not(.used-vehicle--details li) {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
        padding: 20px 20px 20px 20px;
        margin-bottom: 20px;
        list-style: none;
        border: 1px solid #000;
        transition: all .3s ease; }
        @media (min-width: 576px) {
          .used-vehicle-listing ul:not(.used-vehicle--details ul) li:not(.used-vehicle--details li) {
            width: 49%;
            margin-right: 2%;
            margin-bottom: 2%;
            padding: 20px 10px 20px 10px; }
            .used-vehicle-listing ul:not(.used-vehicle--details ul) li:not(.used-vehicle--details li):nth-of-type(2n) {
              margin-right: 0; } }
        @media (min-width: 768px) {
          .used-vehicle-listing ul:not(.used-vehicle--details ul) li:not(.used-vehicle--details li) {
            width: 32%;
            margin-right: 2%;
            margin-bottom: 2%;
            padding: 20px 10px 20px 10px; }
            .used-vehicle-listing ul:not(.used-vehicle--details ul) li:not(.used-vehicle--details li):nth-of-type(2n) {
              margin-right: 2%; }
            .used-vehicle-listing ul:not(.used-vehicle--details ul) li:not(.used-vehicle--details li):nth-of-type(3n) {
              margin-right: 0; } }
        @media (min-width: 1152px) {
          .used-vehicle-listing ul:not(.used-vehicle--details ul) li:not(.used-vehicle--details li) {
            padding: 20px 20px 20px 20px; } }
  .used-vehicle-listing p:not(.price) {
    display: block;
    position: relative;
    width: 100%;
    color: #008dfc;
    margin-bottom: 20px; }

.used-vehicle--details {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin-top: 30px; }
  .used-vehicle--details h3 {
    margin-bottom: 25px;
    color: #000;
    font-family: "MBCorpoSTextRegular";
    text-align: left;
    text-transform: none;
    font-size: 18px;
    line-height: 22px; }
    @media (min-width: 768px) {
      .used-vehicle--details h3 {
        font-size: 14px;
        line-height: 18px; } }
    @media (min-width: 1152px) {
      .used-vehicle--details h3 {
        font-size: 20px;
        line-height: 24px; } }
  .used-vehicle--details ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px; }
    .used-vehicle--details ul .mileage:before {
      background-image: url("images/trucks/miles-icon.png"); }
    .used-vehicle--details ul .bhp:before {
      background-image: url("images/trucks/power-icon.png"); }
    .used-vehicle--details ul .emissions:before {
      background-image: url("images/trucks/Co2-icon.png"); }
    .used-vehicle--details ul .enginecc:before {
      background-image: url("images/trucks/engine-icon.png"); }
    .used-vehicle--details ul .wheelbase:before {
      background-image: url("images/trucks/SWB-icon.png"); }
    .used-vehicle--details ul .ttype:before, .used-vehicle--details ul .itype:before {
      background-image: url("images/trucks/manual-icon.png"); }
    .used-vehicle--details ul .eclass:before {
      background-image: url("images/trucks/euro6-icon.png"); }
    .used-vehicle--details ul li {
      display: flex;
      align-items: center;
      position: relative;
      list-style: none;
      font-size: 16px;
      line-height: 16px;
      margin: 0 0 15px 0;
      padding: 0 0 0 30px; }
      @media (min-width: 768px) {
        .used-vehicle--details ul li {
          font-size: 12px;
          line-height: 16px; } }
      @media (min-width: 1152px) {
        .used-vehicle--details ul li {
          font-size: 16px;
          line-height: 16px; } }
      .used-vehicle--details ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: -2px;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: center; }
  .used-vehicle--details .listing-btm {
    margin-top: auto; }
  .used-vehicle--details .location-price {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 1152px) {
      .used-vehicle--details .location-price {
        flex-direction: row;
        align-items: center;
        justify-content: space-between; } }
    .used-vehicle--details .location-price a {
      display: flex;
      align-items: center;
      text-decoration: underline;
      position: relative;
      font-size: 14px;
      line-height: 14px;
      padding-left: 35px; }
      .used-vehicle--details .location-price a:hover {
        text-decoration: none; }
      .used-vehicle--details .location-price a:before {
        content: "";
        position: absolute;
        left: 0;
        width: 25px;
        height: 25px;
        background-image: url("images/icons/black/dealer-icon.png");
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center; }
  .used-vehicle--details p.price {
    font-size: 24px;
    line-height: 24px;
    color: #008dfc;
    margin-top: 30px; }
    @media (min-width: 1152px) {
      .used-vehicle--details p.price {
        margin-top: 0; } }
    .used-vehicle--details p.price:after {
      content: "+ VAT";
      font-size: 24px;
      line-height: 24px;
      color: #008dfc;
      margin-left: 7px; }
  .used-vehicle--details .btn-group {
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #000;
    padding-top: 20px;
    margin: 0;
    margin-top: auto; }
    .used-vehicle--details .btn-group a:not(h3 a) {
      font-family: "MBCorpoSTitleBold";
      width: 100%; }

.vehicle-listing {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  .vehicle-listing h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px; }
  .vehicle-listing ul:not(.vehicle-details ul) {
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    width: 100%; }
    .vehicle-listing ul:not(.vehicle-details ul) li:not(.vehicle-details li) {
      width: 100%;
      padding: 20px 20px 20px 20px;
      margin-bottom: 20px;
      list-style: none;
      border: 1px solid #fff;
      transition: all .3s ease; }
      @media (min-width: 768px) {
        .vehicle-listing ul:not(.vehicle-details ul) li:not(.vehicle-details li) {
          width: 24%;
          margin-right: 1%;
          margin-bottom: 60px; }
          .vehicle-listing ul:not(.vehicle-details ul) li:not(.vehicle-details li):nth-of-type(4n) {
            margin-right: 0; } }
      .vehicle-listing ul:not(.vehicle-details ul) li:not(.vehicle-details li):hover {
        border-color: #000; }

.vehicle-details {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 30px; }
  .vehicle-details h3 {
    margin-bottom: 25px;
    color: #000;
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 1152px) {
      .vehicle-details h3 {
        font-size: 20px;
        line-height: 30px; } }
  .vehicle-details p {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .vehicle-details p {
        min-height: 100px; } }
  .vehicle-details ul {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px; }
    .vehicle-details ul li {
      display: flex;
      align-items: center;
      position: relative;
      list-style: none;
      font-size: 14px;
      line-height: 14px;
      margin: 0 0 10px 0;
      padding-left: 30px; }
      .vehicle-details ul li:before {
        content: "";
        position: absolute;
        left: 0;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: center; }
      .vehicle-details ul li:nth-of-type(1):before {
        background-image: url("images/vans/miles-icon.png"); }
      .vehicle-details ul li:nth-of-type(2):before {
        background-image: url("images/vans/SWB-icon.png"); }
      .vehicle-details ul li:nth-of-type(3):before {
        background-image: url("images/vans/power-icon.png"); }
  .vehicle-details .btn-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0; }
    .vehicle-details .btn-group a:not(h2 a) {
      width: 100%; }
    .vehicle-details .btn-group span {
      display: block;
      width: 100%;
      color: #000;
      font-size: 14px;
      line-height: 14px;
      text-align: center;
      margin: 10px 0; }

.smallprint-msg {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px; }
  .smallprint-msg p {
    margin-bottom: 30px; }
    .smallprint-msg p:last-of-type {
      margin-bottom: 0; }

.quote-callout {
  padding: 60px 20px;
  background-color: #008dfc; }
  @media (min-width: 1152px) {
    .quote-callout {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .quote-callout blockquote {
    margin-bottom: 30px; }
    .quote-callout blockquote p {
      color: #fff;
      font-size: 26px;
      line-height: 36px;
      width: 100%;
      text-align: left; }
      @media (min-width: 768px) {
        .quote-callout blockquote p {
          font-size: 24px;
          line-height: 30px; } }
      @media (min-width: 1152px) {
        .quote-callout blockquote p {
          font-size: 28px;
          line-height: 38px; } }
  .quote-callout cite {
    font-family: "MBCorpoSTextRegular";
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-style: normal; }

.multi-text {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }
  @media (min-width: 1600px) {
    .multi-text {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    .multi-text .c-container, .multi-text .service-locations ul, .service-locations .multi-text ul, .multi-text .van-detail--wrapper, .multi-text .recall-locations ul, .recall-locations .multi-text ul, .multi-text body.single-post article, body.single-post .multi-text article, .multi-text .post-banner .separator, .post-banner .multi-text .separator, .multi-text .post-text-image {
      column-count: 2;
      column-gap: 40px; } }
  .multi-text p {
    display: inline-block;
    margin-bottom: 20px; }

.highlights {
  padding-top: 60px; }
  .highlights h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px; }

.tabbed-container {
  display: block; }

.tab-wrapper {
  width: 100%;
  position: relative;
  padding: 30px 30px 0 30px;
  background-color: #fff;
  margin-bottom: -20px; }
  @media (min-width: 768px) {
    .tab-wrapper {
      width: 80%;
      margin-right: auto;
      margin-left: auto;
      transform: translateY(-100px); } }

/* Tabs */
.tabs {
  width: 100%;
  background-color: #fff; }

ul#tabs-nav {
  display: flex;
  list-style: none;
  margin: 0;
  overflow: auto; }

ul#tabs-nav li {
  flex: 1 0 auto;
  float: left;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #000;
  cursor: pointer; }
  ul#tabs-nav li:not(:first-of-type) {
    margin-left: -1px; }
  @media (min-width: 1152px) {
    ul#tabs-nav li {
      padding: 20px 30px; } }
  ul#tabs-nav li a {
    color: #000;
    font-size: 12px;
    line-height: 20px; }
    @media (min-width: 1152px) {
      ul#tabs-nav li a {
        font-size: 14px;
        line-height: 14px; } }

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #fff;
  border-color: #008dfc; }
  ul#tabs-nav li:hover a,
  ul#tabs-nav li.active a {
    color: #008dfc; }

#tabs-nav li a {
  text-decoration: none;
  color: #FFF; }

.tab-content {
  padding: 60px 20px 20px 20px;
  background-color: #FFF; }
  .tab-content h4, .tab-content h5 {
    margin-bottom: 10px;
    text-transform: uppercase; }
  .tab-content h4 {
    font-size: 22px; }
  .tab-content h5 {
    font-size: 18px; }
  .tab-content p {
    margin-bottom: 20px; }
    .tab-content p:last-of-type {
      margin-bottom: 0; }
  .tab-content ul {
    padding-left: 15px;
    margin-top: 20px; }
  .tab-content li {
    color: #000;
    font-family: "MBCorpoSTextRegular";
    line-height: 22px; }
    .tab-content li:not(:last-of-type) {
      margin-bottom: 10px; }

.video-container {
  padding: 80px 20px;
  background-color: #F2F2F2; }
  body.page-template-page-trucks-fuel-challenger .video-container, body.zero-tolerance .video-container {
    background-color: #fff; }
  .video-container h4 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px; }
  .video-container video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }

.filteropts select {
  background-image: url("images/select-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  background-position: top 50% right 15px !important; }

p#resultcount {
  font-size: 14px !important;
  line-height: 14px !important; }

.sortby label {
  font-size: 14px !important;
  line-height: 14px !important; }

header.toolbar p.sortby select {
  font-size: 14px !important;
  line-height: 14px !important; }

section#filter header h2 {
  text-transform: uppercase !important; }

section#filter > form.grid ol li label {
  font-weight: normal !important; }

.back-btn {
  padding: 30px; }
  .back-btn a {
    display: flex;
    align-items: center;
    font-family: "MBCorpoSTitleBold";
    text-transform: capitalize; }
    .back-btn a:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 12px;
      height: 12px;
      background-image: url("images/arrows/black-arrow.png");
      background-repeat: no-repeat;
      background-size: 12px;
      background-position: center;
      transform: rotate(180deg);
      margin-right: 5px; }

.van-detail--wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%; }
  @media (min-width: 768px) {
    .van-detail--wrapper {
      flex-direction: row; } }

.vehicle-gallery {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  order: 2; }
  @media (min-width: 768px) {
    .vehicle-gallery {
      width: 50%;
      margin-top: 0;
      order: 1; } }

.gallery-thumbs {
  padding-left: 60px;
  padding-right: 60px; }
  .gallery-thumbs .slick-prev {
    left: -5px; }
  .gallery-thumbs .slick-next {
    right: -5px; }

.vehicle-summary {
  display: inline-block;
  width: 100%;
  order: 1; }
  @media (min-width: 768px) {
    .vehicle-summary {
      width: 50%;
      order: 2;
      padding: 0 0 0 60px; } }
  .vehicle-summary h1 {
    font-family: "MBCorpoSTextRegular";
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .vehicle-summary h1 {
        font-size: 22px;
        line-height: 32px; } }
    @media (min-width: 1152px) {
      .vehicle-summary h1 {
        font-size: 26px;
        line-height: 36px; } }
  .vehicle-summary p.price {
    color: #008dfc;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px; }
  .vehicle-summary ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .vehicle-summary ul {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 992px) {
      .vehicle-summary ul {
        grid-template-columns: 1fr 1fr 1fr; } }
    .vehicle-summary ul .mileage:before {
      background-image: url("images/trucks/miles-icon.png"); }
    .vehicle-summary ul .bhp:before {
      background-image: url("images/trucks/power-icon.png"); }
    .vehicle-summary ul .emissions:before {
      background-image: url("images/trucks/Co2-icon.png"); }
    .vehicle-summary ul .enginecc:before {
      background-image: url("images/trucks/engine-icon.png"); }
    .vehicle-summary ul .wheelbase:before {
      background-image: url("images/trucks/SWB-icon.png"); }
    .vehicle-summary ul .ttype:before, .vehicle-summary ul .itype:before {
      background-image: url("images/trucks/manual-icon.png"); }
    .vehicle-summary ul .eclass:before {
      background-image: url("images/trucks/euro6-icon.png"); }
    .vehicle-summary ul li {
      position: relative;
      list-style: none;
      font-size: 16px;
      line-height: 16px;
      margin: 0 0 10px 0;
      padding-left: 30px; }
      @media (min-width: 768px) {
        .vehicle-summary ul li {
          font-size: 13px;
          line-height: 13px; } }
      @media (min-width: 1152px) {
        .vehicle-summary ul li {
          font-size: 16px;
          line-height: 16px; } }
      .vehicle-summary ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: -5px;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center; }

.short-description {
  margin-bottom: 30px; }

.customer-actions {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 15px; }
  @media (min-width: 1152px) {
    .customer-actions #button-testdrive {
      background-image: url("images/icons/black/test-drive-icon.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: 10px; }
      .customer-actions #button-testdrive:hover {
        background-image: url("images/icons/white/test-drive-icon.png"); }
    .customer-actions #button-callback {
      background-image: url("images/icons/black/callback-icon.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: 10px; }
      .customer-actions #button-callback:hover {
        background-image: url("images/icons/white/callback-icon.png"); }
    .customer-actions #callbutton {
      background-image: url("images/icons/white/call-icon.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: 30%; } }
  .customer-actions a {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "MBCorpoSTextRegular"; }
    @media (min-width: 1152px) {
      .customer-actions a {
        font-size: 18px; } }
  .customer-actions .dark-outline-btn {
    width: 49%; }
    .customer-actions .dark-outline-btn + .dark-outline-btn {
      margin-left: 2%; }
  .customer-actions .blue-btn {
    width: 100%;
    margin-top: 2%; }

.page-template-page-trucks-model-detail .warranty-msg, .page-template-page-trucks-model .warranty-msg {
  padding-top: 60px; }
.page-template-page-trucks-model-detail h6, .page-template-page-trucks-model h6 {
  padding-bottom: 30px;
  text-transform: uppercase; }

.warranty-msg {
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px; }
  .warranty-msg p {
    margin-bottom: 30px; }
    .warranty-msg p:last-of-type {
      margin-bottom: 0; }

/* Callback Modal */
#callback-modal {
  padding: 40px 30px 30px 30px; }
  #callback-modal .modal-heading {
    width: 100%;
    text-align: center;
    font-family: "MBCorpoSTextRegular";
    font-size: 26px;
    line-height: 36px; }
  #callback-modal p {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-family: "MBCorpoSTextRegular";
    color: #000; }
  #callback-modal form {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 40px; }

#callbackform .modal-heading {
  width: 100%;
  text-align: center;
  font-family: "MBCorpoSTextRegular" !important;
  font-size: 26px;
  line-height: 36px; }
#callbackform p {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  font-family: "MBCorpoSTextRegular" !important;
  color: #000; }
#callbackform label:before {
  width: 35px !important;
  height: 35px !important;
  background-size: 25px auto !important;
  background-position: 10px !important; }

dialog#callbackform form .frm_form_field input + label {
  font-size: 16px !important;
  font-family: "MBCorpoSTextRegular"; }

dialog#callbackform form .frm_form_field input, dialog#callbackform form .frm_form_field textarea {
  border-radius: 0 !important; }

dialog#callbackform form .frm_form_field input:focus + label, dialog#callbackform form .frm_form_field input:valid + label {
  transform: unset !important; }

dialog#callbackform form .frm_form_field textarea {
  margin-top: 5px; }

dialog#callbackform form .frm_form_field input {
  font-size: 16px !important;
  font-family: "MBCorpoSTextRegular"; }

dialog#callbackform form .frm_final_submit {
  border: none; }
  dialog#callbackform form .frm_final_submit:hover {
    background-color: #000;
    color: #fff; }

dialog#callbackform form .frm_form_field {
  margin-bottom: 15px !important; }

header.toolbar p.sortby label, header.toolbar p.sortby select {
  font-size: 16px !important;
  font-family: "MBCorpoSTextRegular" !important; }

header.toolbar p.sortby select {
  padding-left: 0 !important; }

section#filter select {
  padding-left: 15px;
  background-image: url(images/select-arrow.png) !important;
  background-size: 10px !important;
  background-position: top 50% right 20px !important;
  background-repeat: no-repeat !important; }

.pricing-carousel {
  background-color: #F2F2F2;
  padding-top: 60px;
  padding-bottom: 60px; }
  .pricing-carousel h2 {
    width: 100%;
    text-align: center; }
  .pricing-carousel p {
    text-align: center;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .pricing-carousel p {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .pricing-carousel p {
        max-width: 900px; } }
  .pricing-carousel .table-carousel {
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px; }
  .pricing-carousel table {
    background-color: #fff;
    margin-right: 10px;
    margin-left: 10px; }
  .pricing-carousel thead {
    display: flex;
    width: 100%;
    background-color: #008DFF; }
    .pricing-carousel thead td {
      color: #fff;
      padding: 20px 25px; }
  .pricing-carousel tbody {
    display: flex;
    flex-flow: row wrap;
    padding-left: 10px;
    padding-right: 10px; }
    .pricing-carousel tbody tr {
      display: flex;
      width: 100%; }
      .pricing-carousel tbody tr:not(:last-child) {
        border-bottom: 1px solid #000; }
    .pricing-carousel tbody td {
      width: 70%;
      padding: 20px; }
      .pricing-carousel tbody td + td {
        color: #008DFF;
        width: 30%; }

.price-list {
  background-color: #F2F2F2;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  .price-list h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }
  .price-list p {
    text-align: center;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .price-list p {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .price-list p {
        max-width: 900px; } }

/* Pricing Tabs */
.pricing-tab-wrapper .price-table--wrapper {
  margin-top: 20px;
  overflow-x: scroll;
  position: relative; }
  @media (min-width: 768px) {
    .pricing-tab-wrapper .price-table--wrapper {
      overflow: hidden;
      margin-bottom: 0; }
      .pricing-tab-wrapper .price-table--wrapper:not(:first-of-type) {
        margin-left: 0; } }
  @media (min-width: 1152px) {
    .pricing-tab-wrapper .price-table--wrapper:not(:first-of-type) {
      margin-left: 30px; } }
.pricing-tab-wrapper h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center; }
.pricing-tab-wrapper table {
  position: relative;
  background-color: #fff;
  border: 1px solid #000; }
  @media (max-width: 767px) {
    .pricing-tab-wrapper table {
      width: 600px; } }
.pricing-tab-wrapper thead {
  width: 100%;
  background-color: #008DFF; }
  .pricing-tab-wrapper thead td {
    color: #fff;
    padding: 20px;
    text-align: center; }
    .pricing-tab-wrapper thead td:first-child {
      text-align: left; }
.pricing-tab-wrapper tbody {
  padding-left: 10px;
  padding-right: 10px; }
  .pricing-tab-wrapper tbody tr:not(:last-child) {
    border-bottom: 1px solid #000; }
  .pricing-tab-wrapper tbody td {
    color: #008DFF;
    text-align: center;
    padding: 20px; }
    .pricing-tab-wrapper tbody td:first-child {
      color: #000;
      text-align: left; }
.pricing-tab-wrapper small {
  display: none; }
  @media (max-width: 767px) {
    .pricing-tab-wrapper small {
      display: block;
      position: relative;
      width: 100%;
      text-align: center;
      padding: 15px 0 20px 0; } }

.pricing-tab-wrapper {
  width: 100%; }

ul#pricing-tabs-nav {
  display: flex;
  list-style: none;
  margin: 0;
  width: 100%;
  overflow: auto; }
  @media (min-width: 768px) {
    ul#pricing-tabs-nav {
      width: 100%;
      justify-content: center;
      flex-wrap: wrap;
      margin-left: auto;
      margin-right: auto; } }

ul#pricing-tabs-nav li {
  flex: 1 0 auto;
  float: left;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #000;
  cursor: pointer; }
  ul#pricing-tabs-nav li:not(:first-of-type) {
    margin-left: -1px; }
  @media (min-width: 768px) {
    ul#pricing-tabs-nav li {
      margin: 0 10px 10px 10px;
      flex: unset; } }
  @media (min-width: 1152px) {
    ul#pricing-tabs-nav li {
      padding: 20px 30px; } }
  ul#pricing-tabs-nav li a {
    color: #000;
    font-size: 12px;
    line-height: 20px; }
    @media (min-width: 1152px) {
      ul#pricing-tabs-nav li a {
        font-size: 14px;
        line-height: 14px; } }

ul#pricing-tabs-nav li:hover,
ul#pricing-tabs-nav li.active {
  background-color: #F2F2F2;
  border-color: #008dfc; }
  ul#pricing-tabs-nav li:hover a,
  ul#pricing-tabs-nav li.active a {
    color: #008dfc; }

#pricing-tabs-nav li a {
  text-decoration: none;
  color: #fff; }

#pricing-content {
  padding-top: 60px; }
  #pricing-content h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 30px; }

.pricing-tab-content {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .pricing-tab-content {
      flex-flow: row wrap;
      justify-content: center; } }

p.vat-info {
  display: block;
  margin-top: 60px;
  max-width: 100%; }

.recall-locations {
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    body.book-van-service .recall-locations {
      padding-bottom: 0; } }
  .recall-locations ul {
    display: flex;
    flex-direction: column; }
    @media (min-width: 576px) {
      .recall-locations ul {
        flex-flow: row wrap; } }
    @media (min-width: 768px) {
      .recall-locations ul {
        width: 700px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .recall-locations ul {
        width: 800px; } }
  .recall-locations li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 30px;
    border: 1px solid #000; }
    .recall-locations li:not(:last-child) {
      margin-bottom: 20px; }
    .recall-locations li *:not(:last-child) {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      .recall-locations li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px; }
        .recall-locations li:nth-of-type(2n) {
          margin-right: 0; }
        .recall-locations li:last-child {
          margin-bottom: 0; }
        .recall-locations li:nth-last-child(2) {
          margin-bottom: 0; } }
  .recall-locations a.location-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px; }
    .recall-locations a.location-name:hover {
      text-decoration: underline; }
    .recall-locations a.location-name:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 25px;
      height: 25px;
      background-color: #eee;
      margin-right: 10px; }
  .recall-locations a.visit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: underline;
    font-size: 13px;
    line-height: 13px; }
    .recall-locations a.visit:hover {
      text-decoration: none; }
    .recall-locations a.visit:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 15px;
      height: 15px;
      background-color: #eee;
      margin-right: 5px; }

.repair-pricing {
  background-color: #F2F2F2;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  .repair-pricing h2 {
    width: 100%;
    text-align: center; }
  .repair-pricing p {
    text-align: center;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .repair-pricing p {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .repair-pricing p {
        max-width: 900px; } }
  @media (max-width: 767px) {
    .repair-pricing .table-wrapper {
      overflow: scroll; } }
  .repair-pricing table {
    margin-top: 60px;
    background-color: #fff;
    border: 1px solid #000; }
    @media (max-width: 767px) {
      .repair-pricing table {
        width: 800px; } }
    @media (min-width: 1152px) {
      .repair-pricing table {
        width: 850px;
        margin-right: auto;
        margin-left: auto; } }
  .repair-pricing thead {
    width: 100%;
    background-color: #008DFF; }
    .repair-pricing thead td {
      color: #fff;
      padding: 10px 20px;
      text-align: center; }
      .repair-pricing thead td:first-child {
        text-align: left; }
  .repair-pricing tbody {
    padding-left: 10px;
    padding-right: 10px; }
    .repair-pricing tbody tr:not(:last-child) {
      border-bottom: 1px solid #000; }
    .repair-pricing tbody td {
      color: #008DFF;
      text-align: center;
      padding: 20px; }
      .repair-pricing tbody td:first-child {
        color: #000;
        text-align: left; }
  .repair-pricing small {
    display: none; }
    @media (max-width: 767px) {
      .repair-pricing small {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        padding: 15px 0 20px 0; } }

.roadside-numbers {
  width: 100%;
  padding: 40px 20px;
  background-color: #008dfc; }
  .roadside-numbers * {
    color: #fff; }
  .roadside-numbers ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .roadside-numbers ul {
        flex-direction: row; } }
  .roadside-numbers li {
    text-align: center;
    list-style: none;
    font-family: "MBCorpoSTextRegular";
    font-size: 16px;
    line-height: 18px; }
    .roadside-numbers li:not(:last-of-type) {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .roadside-numbers li:not(:last-of-type) {
          margin-bottom: 0;
          margin-right: 60px; } }
  .roadside-numbers p {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px; }
  @media (min-width: 768px) {
    .roadside-numbers a[href^="tel:"] {
      pointer-events: none; } }

.popular-parts {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F2F2F2; }
  .popular-parts h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }
  .popular-parts li {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px; }
  .popular-parts .part-type {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px; }
  .popular-parts p {
    margin-bottom: 20px; }
  .popular-parts .dark-outline-btn {
    width: 150px;
    margin-right: auto;
    margin-left: auto; }

.downloads-container {
  padding: 60px 20px; }
  .downloads-container h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }
  .downloads-container ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%; }
  .downloads-container li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px; }
    .downloads-container li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .downloads-container li {
        margin-bottom: 40px;
        width: 32%; }
        .downloads-container li:nth-of-type(2n) {
          margin-right: 2%; }
        .downloads-container li:nth-of-type(3n) {
          margin-right: 0; } }
  .downloads-container .download-title {
    display: block;
    width: auto;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (min-width: 1152px) {
      .downloads-container .download-title {
        font-size: 20px;
        line-height: 30px; } }
  .downloads-container .dark-outline-btn {
    width: 150px;
    padding-left: 0;
    padding-right: 0; }

/* Brochure Download Modal */
#download-modal {
  padding: 40px 30px 30px 30px; }
  #download-modal .modal-heading {
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 36px; }
  #download-modal p {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    color: #000; }
  #download-modal form {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 40px; }

.article-navigation {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto; }
  @media (min-width: 768px) {
    .article-navigation {
      height: 120px; } }
  body.single-customer-stories .article-navigation {
    border-bottom: 0; }

.post-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto; }
  .post-navigation a {
    display: inline-flex;
    align-items: center;
    font-family: "MBCorpoSTextRegular"; }
    .post-navigation a:first-of-type:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 40px;
      height: 40px;
      margin-right: 15px;
      background-image: url("images/news/previous-post.png");
      background-repeat: no-repeat;
      background-size: 40px;
      background-position: center; }
    .post-navigation a:nth-of-type(2):after {
      content: "";
      display: inline-block;
      position: relative;
      width: 40px;
      height: 40px;
      margin-left: 15px;
      background-image: url("images/news/next-post.png");
      background-repeat: no-repeat;
      background-size: 40px;
      background-position: center; }

.article-share {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 15px;
  left: calc(50% - 100px);
  width: 200px; }
  @media (min-width: 768px) {
    .article-share {
      position: absolute;
      left: calc(50% - 125px);
      width: 250px;
      top: 20%;
      margin-top: 0; } }
  .article-share ul {
    display: flex;
    width: 100%;
    height: auto; }
  .article-share li {
    flex: 1 0 auto;
    list-style: none;
    text-align: center;
    transform: translateY(0);
    transition: all .3s ease; }
    .article-share li:hover {
      transform: translateY(-3px); }
  .article-share img {
    max-width: 25px; }

.article-share--title {
  width: 100%;
  text-align: center;
  font-family: "MBCorpoSTextRegular";
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px; }

.simplesocialbuttons.simplesocial-round-icon button {
  border: 0;
  border-radius: 0; }
  .simplesocialbuttons.simplesocial-round-icon button:hover {
    background-color: transparent !important;
    color: #000 !important; }

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share {
  color: #000; }

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share {
  color: #000; }

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-linkedin-share {
  color: #000; }

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-pinterest-share {
  color: #000; }

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-whatsapp-share {
  color: #000; }

.article-top {
  padding-top: 60px;
  padding-bottom: 60px; }
  .article-top .c-container, .article-top .service-locations ul, .service-locations .article-top ul, .article-top .van-detail--wrapper, .article-top .recall-locations ul, .recall-locations .article-top ul, .article-top body.single-post article, body.single-post .article-top article, .article-top .post-banner .separator, .post-banner .article-top .separator, .article-top .post-text-image {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .article-top .c-container, .article-top .service-locations ul, .service-locations .article-top ul, .article-top .van-detail--wrapper, .article-top .recall-locations ul, .recall-locations .article-top ul, .article-top body.single-post article, body.single-post .article-top article, .article-top .post-banner .separator, .post-banner .article-top .separator, .article-top .post-text-image {
        flex-direction: row; } }

.article-top--txt {
  width: 100%;
  padding: 0 30px 60px 30px; }
  @media (min-width: 768px) {
    .article-top--txt {
      width: 50%;
      padding: 60px 30px; } }
  .article-top--txt h1 {
    margin-bottom: 20px;
    font-family: "MBCorpoSTextRegular";
    text-transform: none;
    font-size: 26px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .article-top--txt h1 {
        max-width: 70%; } }
    @media (min-width: 1152px) {
      .article-top--txt h1 {
        font-size: 30px;
        line-height: 32px; } }
  .article-top--txt date {
    display: block;
    color: #008dfc;
    font-family: "MBCorpoSTextRegular";
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 30px; }
  .article-top--txt p {
    margin-bottom: 30px; }
  .article-top--txt .blue-btn {
    padding-left: 50px;
    background-image: url("images/news/newsletter-icon.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: top 50% left 10px; }

.article-top--img {
  width: 100%;
  padding: 0 30px; }
  @media (min-width: 768px) {
    .article-top--img {
      width: 50%;
      padding: 0; } }
  .article-top--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9; }

body.single-post article {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #000; }
  @media (min-width: 1366px) {
    body.single-post article {
      padding-left: 0;
      padding-right: 0; } }
  body.single-post article p {
    margin-bottom: 20px; }
body.single-post .alignright {
  margin: 20px 0; }
  @media (min-width: 768px) {
    body.single-post .alignright {
      float: right;
      margin: 20px 0 20px 20px; } }
body.single-post .alignleft {
  margin: 20px 0; }
  @media (min-width: 768px) {
    body.single-post .alignleft {
      float: left;
      margin: 20px 20px 20px 0; } }
body.single-post .aligncenter {
  float: none; }
body.single-post .size-medium {
  width: 100%; }
  @media (min-width: 768px) {
    body.single-post .size-medium {
      max-width: 400px; } }
  @media (min-width: 1152px) {
    body.single-post .size-medium {
      max-width: 550px; } }
body.single-post .size-full {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px; }

.post-banner .separator {
  margin-bottom: 60px; }
.post-banner picture,
.post-banner img {
  width: 100%; }

.post-text-image {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .post-text-image .equal-row {
    padding-top: 60px;
    padding-bottom: 60px; }
    .post-text-image .equal-row:not(:first-of-type) {
      padding-top: 0; }
    .post-text-image .equal-row.has-image {
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        .post-text-image .equal-row.has-image {
          flex-direction: row; } }
      .post-text-image .equal-row.has-image .text-block {
        width: 100%; }
        @media (min-width: 768px) {
          .post-text-image .equal-row.has-image .text-block {
            width: 50%;
            padding-right: 60px; } }
      .post-text-image .equal-row.has-image .image-block {
        width: 100%; }
        @media (min-width: 768px) {
          .post-text-image .equal-row.has-image .image-block {
            width: 50%; } }
      @media (min-width: 768px) {
        .post-text-image .equal-row.has-image.is-reversed {
          flex-direction: row-reverse; }
          .post-text-image .equal-row.has-image.is-reversed .text-block {
            padding-right: 0;
            padding-left: 60px; } }
  .post-text-image .text-block {
    width: 100%; }
    .post-text-image .text-block p {
      margin-bottom: 20px; }

.post-continued {
  padding-top: 60px;
  padding-bottom: 60px; }
  .post-continued p {
    padding-bottom: 20px; }
  @media (min-width: 768px) {
    .post-continued.col-two .c-container, .post-continued.col-two .service-locations ul, .service-locations .post-continued.col-two ul, .post-continued.col-two .van-detail--wrapper, .post-continued.col-two .recall-locations ul, .recall-locations .post-continued.col-two ul, .post-continued.col-two body.single-post article, body.single-post .post-continued.col-two article, .post-continued.col-two .post-banner .separator, .post-banner .post-continued.col-two .separator, .post-continued.col-two .post-text-image {
      column-count: 2;
      column-gap: 60px; } }

.post-gallery {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F2F2F2; }
  .post-gallery h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }
  .post-gallery li {
    list-style: none; }
  .post-gallery img {
    width: 100%; }
    @media (min-width: 1152px) {
      .post-gallery img {
        max-width: 80%;
        margin: 0 auto; } }

.post-video {
  padding-top: 60px;
  padding-bottom: 60px; }

.instagram {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center; }
  .instagram h5 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }

.news-filter {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  padding: 60px 20px; }
  .news-filter select {
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding-left: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("images/select-arrow.png"), url("images/icons/black/dealer-icon.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 10px, 25px;
    background-position: top 50% right 20px, top 50% left 7px;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .news-filter select {
        width: 300px;
        margin-top: 0;
        margin-left: 20px; } }
  @media (min-width: 768px) {
    .news-filter input[type="search"] {
      width: 300px; } }
  .news-filter .sf-datepicker {
    background-image: url("images/news/date-icon.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: top 50% right 20px; }
  .news-filter form {
    width: 90%;
    text-align: center; }

.news-listing {
  background-color: #fff; }
  .news-listing .c-container, .news-listing .service-locations ul, .service-locations .news-listing ul, .news-listing .van-detail--wrapper, .news-listing .recall-locations ul, .recall-locations .news-listing ul, .news-listing body.single-post article, body.single-post .news-listing article, .news-listing .post-banner .separator, .post-banner .news-listing .separator, .news-listing .post-text-image {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px; }
  .news-listing ul {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .news-listing ul {
        flex-flow: row wrap; } }
  .news-listing li {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
    height: 100%; }
    @media (min-width: 768px) {
      .news-listing li {
        width: 32%;
        margin-bottom: 2%;
        margin-right: 2%; }
        .news-listing li:nth-of-type(3n) {
          margin-right: 0; } }
  .news-listing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9; }
  .news-listing .post-title {
    display: block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "MBCorpoSTextRegular";
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .news-listing .post-title {
        min-height: 50px;
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 1152px) {
      .news-listing .post-title {
        font-size: 18px;
        line-height: 24px; } }
  .news-listing .readmore {
    display: flex;
    align-items: center;
    font-family: "MBCorpoSTextRegular";
    font-size: 14px;
    line-height: 14px; }
    .news-listing .readmore:hover:before {
      margin-right: 7px; }
    .news-listing .readmore:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 15px;
      height: 15px;
      background-image: url("images/arrows/black-arrow.png");
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: center;
      margin-right: 5px;
      transition: all .3s ease; }

/* Refer Form */
.refer-form {
  background-color: #F2F2F2;
  padding: 60px 30px;
  text-align: center; }
  .refer-form h1, .refer-form h2, .refer-form h3, .refer-form h4, .refer-form h5, .refer-form h6 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .refer-form form {
    max-width: 700px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; }
  .refer-form .frm_submit {
    justify-content: center; }

.page-template-page-trucks-refer .equal-text--image .c-container, .page-template-page-trucks-refer .equal-text--image .service-locations ul, .service-locations .page-template-page-trucks-refer .equal-text--image ul, .page-template-page-trucks-refer .equal-text--image .van-detail--wrapper, .page-template-page-trucks-refer .equal-text--image .recall-locations ul, .recall-locations .page-template-page-trucks-refer .equal-text--image ul, .page-template-page-trucks-refer .equal-text--image body.single-post article, body.single-post .page-template-page-trucks-refer .equal-text--image article, .page-template-page-trucks-refer .equal-text--image .post-banner .separator, .post-banner .page-template-page-trucks-refer .equal-text--image .separator, .page-template-page-trucks-refer .equal-text--image .post-text-image {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .page-template-page-trucks-refer .equal-text--image .c-container, .page-template-page-trucks-refer .equal-text--image .service-locations ul, .service-locations .page-template-page-trucks-refer .equal-text--image ul, .page-template-page-trucks-refer .equal-text--image .van-detail--wrapper, .page-template-page-trucks-refer .equal-text--image .recall-locations ul, .recall-locations .page-template-page-trucks-refer .equal-text--image ul, .page-template-page-trucks-refer .equal-text--image body.single-post article, body.single-post .page-template-page-trucks-refer .equal-text--image article, .page-template-page-trucks-refer .equal-text--image .post-banner .separator, .post-banner .page-template-page-trucks-refer .equal-text--image .separator, .page-template-page-trucks-refer .equal-text--image .post-text-image {
      flex-direction: row; } }
.page-template-page-trucks-refer .equal-text--image .col-1 {
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .page-template-page-trucks-refer .equal-text--image .col-1 {
      width: 50%; } }
.page-template-page-trucks-refer .equal-text--image .col-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 40px; }
  @media (min-width: 768px) {
    .page-template-page-trucks-refer .equal-text--image .col-2 {
      width: 50%;
      padding: 30px;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-content: center; } }
  @media (min-width: 1152px) {
    .page-template-page-trucks-refer .equal-text--image .col-2 {
      padding: 60px; } }
  .page-template-page-trucks-refer .equal-text--image .col-2 br {
    display: none; }
    @media (min-width: 768px) {
      .page-template-page-trucks-refer .equal-text--image .col-2 br {
        display: inline-block; } }
.page-template-page-trucks-refer .equal-text--image h4 {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .page-template-page-trucks-refer .equal-text--image h4 {
      font-size: 22px;
      line-height: 32px;
      width: 80%; } }
  @media (min-width: 1152px) {
    .page-template-page-trucks-refer .equal-text--image h4 {
      font-size: 34px;
      line-height: 44px;
      width: 75%; } }
.page-template-page-trucks-refer .equal-text--image h5 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px; }
  @media (min-width: 1152px) {
    .page-template-page-trucks-refer .equal-text--image h5 {
      font-size: 22px;
      line-height: 32px; } }
.page-template-page-trucks-refer .equal-text--image p {
  margin: 10px 0;
  width: 100%; }
  .page-template-page-trucks-refer .equal-text--image p strong {
    font-weight: normal; }
  @media (min-width: 768px) {
    .page-template-page-trucks-refer .equal-text--image p {
      width: 80%;
      margin: 10px 20% 10px 0; } }
  .page-template-page-trucks-refer .equal-text--image p:last-of-type {
    margin-bottom: 0; }
.page-template-page-trucks-refer .equal-text--image ul {
  display: block;
  position: relative;
  margin: 10px 0;
  padding-left: 15px; }
  .page-template-page-trucks-refer .equal-text--image ul li {
    color: #000;
    padding-left: 5px; }
    .page-template-page-trucks-refer .equal-text--image ul li:not(:last-of-type) {
      margin-bottom: 5px; }
.page-template-page-trucks-refer .equal-text--image .dark-outline-btn {
  margin-top: 30px;
  border-color: #000; }
  .page-template-page-trucks-refer .equal-text--image .dark-outline-btn:hover {
    background-color: #008dfc;
    border-color: #008dfc;
    color: #fff; }
.page-template-page-trucks-refer .equal-text--image .default-btn {
  margin-top: 20px;
  font-family: "MBCorpoSTextRegular";
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline; }
  @media (min-width: 768px) {
    .page-template-page-trucks-refer .equal-text--image .default-btn {
      margin-left: 20px;
      margin-top: 45px; } }
  .page-template-page-trucks-refer .equal-text--image .default-btn:hover {
    text-decoration: none; }

.refer-accordion {
  padding: 60px 30px; }
  .refer-accordion h4 {
    margin-bottom: 60px;
    font-size: 26px;
    line-height: 36px; }
    @media (min-width: 1152px) {
      .refer-accordion h4 {
        font-size: 34px;
        line-height: 44px; } }
  .refer-accordion.grey-theme {
    background-color: #F2F2F2; }

/*# sourceMappingURL=style.css.map */
