﻿/* ===========================================================
LT Warranty
=========================================================== */
/* ===========================================================
01. Reset
=========================================================== */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  align-self: center;
  flex-shrink: 0;
}

/* LT WARRANTY LANDING PAGE
=========================================================== */
/* ===========================================================
01. Body Styles
=========================================================== */
body {
  font-family: proxima-nova, sans-serif !important;
}

/* ===========================================================
02. Menu
=========================================================== */
/*  */
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 49px;
  margin-bottom: 25px;
}

h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px;
}

h3 {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 15px;
}

h4 {
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 15px;
}

h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.copy-small p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.3px;
  font-weight: 300;
  margin: 50px 0;
  max-width: 600px;
}

strong,
p b,
.bold {
  font-weight: 700;
}

p,
.body-link,
.phone {
  font-size: 17px;
  line-height: 30px;
}

p {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.2px;
}

.body {
  margin-bottom: 25px;
}

.underline-bold {
  font-weight: 800;
  text-decoration: underline;
}

.underline {
  text-decoration: underline !important;
}

.body b {
  font-weight: 800 !important;
}

/* header */
nav.mobile {
  display: none;
}

.mobile-container-all {
  display: none;
  position: relative;
  z-index: 505;
}

.fixed-position {
  overflow: hidden !important;
  width: 100%;
}

.mobile-open-close {
  position: fixed;
  z-index: 495;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

header {
  background: #f47820;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

header .wrapper {
  align-items: center;
  width: 85% !important;
  justify-content: space-between;
}


.nav-icon {
  display: none;
}

.header-logo {
  padding: 0 30px 0 0;
  transition: all 0.3s ease-in-out;
  height: 70px;
  display: flex;
  align-items: center;

}

.header-logo:hover {
  opacity: 0.6;
}

.header-logo img {
  max-width: 250px;
}


/* ===========================================================
03. Links / Buttons
=========================================================== */
a {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-base,
.bttn-small {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 12.5px;
}

.bttn-base {
  font-size: 12.5px;
  transition: 0.3s !important;
  height: 50px;
  padding: 0 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
}

.bttn-orange {
  color: #fff !important;
  background: #f47820;
}

.bttn-orange:hover {
  background: #c63b20;
}

.bttn-white {
  color: #f47820 !important;
  background: #fff;
}

.bttn-white:hover {
  background: #dedede;
}

.bttn-dark {
  background: #3e3e3e;
  color: #fff;
}

.bttn-dark:hover {
  background: #232323;
}

.bttn-base i {
  margin-left: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-base:hover .fa-chevron-right {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}

/* .red-link {
  color: #f04f25 !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
} */
/* .red-link:hover {
  color: #aea288 !important;
} */
.body-link {
  color: #f47820;
  font-weight: 800 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  width: auto !important;
  text-transform: none !important;
  letter-spacing: 0;
  white-space: normal;
  word-break: break-word;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.body-link:hover {
  opacity: 0.6;
}

.bttn-orange:hover {
  background: #d1651c;
}

.col-4 .bttn-orange {
  width: 100%;
  padding: 15px 0;
}

.bttn-sm {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: #3e3e3e;
  text-transform: uppercase;
}

button.bttn-sm {
  border: none !important;
  background: none;
  cursor: pointer;
}

.bttn-arrow i {
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.bttn-arrow:hover i {
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
}

/* Hero */
.hero .slick-carousel {
  position: relative;
}

.hero .slide-content,
.hero .slide-overlay,
.hero .slide-overlay-btm {
  height: 820px !important;
}

.hero .slide-content {
  position: relative;
  margin-top: -5px;
}

.hero .slick-carousel-inner {
  position: relative;
}

.hero .slide-content .wrapper {
  position: relative;
  height: 100%;
  display: flex;
}

.slide-01 {
  width: 100%;
  background: url(/siteart/hero/hero-01.jpg) no-repeat center center;
  background-size: cover !important;
  position: relative;
  display: flex;
  flex-direction: column;
}

.lt-hero-top {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 15%;
  width: 700px;
  max-width: 70%;
}

.lt-hero-top h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  font-size: 70px;
  line-height: 64px;
  letter-spacing: -2px;
  margin-bottom: 10px;
}

.lt-hero-top p {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 25px;
}

/* Search Bar Section */
.search-bar-outer {
  background: #3f3f3f;
  padding: 50px 5%;
  position: relative;
  z-index: 2;
}

.column4 {
  width: 20%;
  padding: 0 5px;
  transition: all 0.3s ease-in-out;
}

.search-bar-form {
  justify-content: space-between;
  width: 100%;
}

.search-bar-form input[type="text"],
.search-bar-form select {
  background: #777777;
  border: none;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  color: #dddddd;
  height: 50px;
  font-size: 14px !important;
  box-sizing: border-box;
  margin-right: 20px;
  -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.search-bar-form input::placeholder {
  color: #dddddd;
}

.form-slider-container {
  width: 100%;
  margin-right: 20px;
}

.search-bar-form label.wrap {
  width: 100%;
  overflow: hidden;
  height: 50px;
  position: relative;
  display: block;
  margin-right: 20px;
  -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
}

.search-bar-form select.dropdown {
  height: 50px;
  padding: 10px;
  border: 0;
  font-size: 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-bar-form label.wrap:after {
  content: "\f107 ";
  font-family: FontAwesome;
  color: #4b7728;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}

select.dropdown {
  height: 50px;
  padding: 10px;
  border: 0;
  font-size: 15px;
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label.wrap:after {
  content: "\f13a ";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none;
}

.search-bar-form .bttn-base {
  padding: 0;
  width: 100%;
  height: 50px;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.search-bar-form .bttn-base i {
  font-size: 19px;
}

/* Main */
.wrapper {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
  height: 100%;
}

.bg-dark {
  background: #282828;
  min-height: 800px;
}

.bttn-container {
  display: flex;
  justify-content: center;
}

/* Categories */
.categories-container {
  padding: 50px 0 0 0;
}

.categories-container .col-1 {
  justify-content: center;
  align-items: center;
}

.categories-card-outer {
  padding: 0 15px;
  width: 33.3%;
}

.categories-card-inner {
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 25px;
  position: relative;
}

.categories-card-inner p {
  margin-bottom: 0;
}

.categories-card-inner.lt {
  background: url(/siteart/category-lt.png) center center no-repeat;
  background-size: cover;
}

.categories-card-inner.medium {
  background: url(/siteart/category-medium.png) center center no-repeat;
  background-size: cover;
}

.categories-card-inner.other {
  background: url(/siteart/category-other-brands.png) center center no-repeat;
  background-size: cover;
}

.categories-card-copy {
  position: relative;
  z-index: 3;
}

.card-overlay,
.categories-card-inner h4,
.categories-card-inner p {
  transition: all 0.3s ease-in-out;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #a9a9a9;
  mix-blend-mode: multiply;
}

.categories-card-inner:hover .card-overlay {
  background: #f47820;
}

.regular {
  font-weight: 300;
}

.categories-card-inner h4 {
  margin-bottom: 5px;
}

.categories-card-inner .bttn-base {
  margin-top: 0;
  height: auto;
}

.categories-card-inner:hover h4 {
  transform: translateY(-5px);
}

.categories-card-inner:hover p {
  transform: translateY(5px);
}

.categories .rule {
  margin-bottom: 0;
}

.rule {
  width: 100px;
  height: 5px;
  margin-bottom: 15px;
}

/* Dealer Network */
.map {
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 0;
  width: 63%;
  min-width: 600px;
  transition: all 0.3s ease-in-out;
}

.dealer-network .col-1 {
  position: relative;
  background: #3f3f3f;
  padding: 50px;
  -webkit-box-shadow: 0px 7px 33px -4px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 0px 7px 33px -4px rgba(0, 0, 0, 0.67);
  box-shadow: 0px 7px 33px -4px rgba(0, 0, 0, 0.67);
  display: flex;
  justify-content: flex-end;
}

.dealer-network-copy {
  width: 35%;
  min-width: 450px;
  position: relative;
  z-index: 4;
  transition: all 0.3s ease-in-out;
}

.locations {
  color: #f47820;
  font-weight: 800;
  line-height: 173px;
  font-size: 225px;
}

.locations-sub {
  color: #fff;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
}

.dealer-network-numbers {
  background: #f47820;
  padding: 15px 25px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.dealer-network-numbers div {
  align-items: center;
}

.dealer-network-numbers .one .top {
  font-size: 29px;
  font-weight: 800;
  margin-bottom: 0;
}

.dealer-network-numbers .two .top {
  font-size: 50px;
  font-weight: 800;
  margin-right: 5px;
}

.dealer-network-numbers .bottom {
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
  line-height: 16px;
  letter-spacing: 1px;
  display: block;
}

.dealer-network-numbers .two .bottom {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  display: block;
}

.vert-rule {
  width: 1px;
  background: #fff;
  margin: 0 15px;
  display: flex;
}

/* Internal */
.internal-main {
  background: #3f3f3f;
  padding: 50px;
  border-radius: 10px;
  min-height: 500px;
  -webkit-box-shadow: 0px 13px 34px 0px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 13px 34px 0px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 13px 34px 0px rgba(0, 0, 0, 0.68);
}

.thankyou .fa-envelope {
  font-size: 33px;
}

/* Questions */
.question-top,
.question-bottom {
  background: #282828;
}

.question-container {
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}

.question-top {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  /* border-top-left-radius: 10px; */
  /* border-top-right-radius: 10px; */
}

.question-top h5 {
  margin-bottom: 0;
}

.question-bottom {
  padding: 0 25px 50px 25px;
  /* border-bottom-left-radius: 10px; */
  /* border-bottom-right-radius: 10px; */
}

.question-bottom hr {
  border: 1px solid #3f3f3f;
}

.question-bottom p {
  color: #dddddd;
  margin-top: 25px;
}




.internal-heading {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}


/* IUTC Managers */

.personnel-card-outer {
  width: 20%;
  padding: 10px;
  /* min-width: 220px; */
}

.personnel-card-inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px;
  background: #777777;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 19px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 19px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 19px -8px rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease-in-out;
}

.personnel-card-inner:hover {
  -webkit-box-shadow: 0px 9px 19px -18px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 9px 19px -18px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 9px 19px -18px rgba(0, 0, 0, 0.47);
}

.personnel-card-inner .bttn-small {
  display: block;
}

.personnel-card-inner .bttn-base {
  padding: 0;
  width: 100%;
}

.personnel-card-inner img {
  width: 100%;
}

.title {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.personnel-card-inner .bttn-small:hover {
  opacity: 0.6;
}

/* LT Landing Footer */
.lt-footer {
  background: #3f3f3f;
  border-top: none;
}

.footer-top {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 25px;
}

.lt-footer h5 {
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  font-size: 33px;
  margin-bottom: 15px;
}

.lt-footer .footer-social-container li {
  border: none;
}

.footer-social-container li {
  padding: 5px 5px 5px 5px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1.75px solid #b2b2b2;
}

.lt-footer .bttn-base {
  margin-top: 0;
  line-height: inherit;
}

.lt-footer .footer-social-container li a i {
  color: #fff !important;
  font-size: 32px;
  line-height: 39px;
}

.lt-footer .footer-social-container {
  margin: 0 0 0 -5px;
}

.lt-footer .footer-social-container li a:hover {
  opacity: 0.6;
}

.lt-footer .footer-social-container li:hover {
  border: none;
  background: none !important;
}

.lt-footer .footer-bottom {
  padding-top: 25px;
  border-top: 2px solid #797f8c;
  justify-content: space-between;
}

.lt-footer a {
  font-family: proxima-nova, sans-serif;
  color: inherit;
}

.lt-footer .orange {
  color: #f47820 !important;
}

.lt-footer .copyright,
.white {
  color: #fff;
}

footer p {
  font-size: 15px;
  line-height: 23px;
}

.footer-logo img {
  max-width: 100px;
}

/* Modal */
.modal-body {
  text-align: left;
}

.modal-list li {
  list-style-type: none;
  padding: 10px;
  font-weight: 300;
}

.modal-list li:nth-of-type(odd) {
  background: #e8e8e8;
}

.modal-list span {
  font-weight: 600;
  margin-right: 5px;
}

.modal-header {
  position: relative;
  padding: 0;
  border-bottom: none;
  background: #f47820;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-header h3 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

.modal-body ul.lt-list li {
  padding: 5px;
  list-style-type: none;
  text-indent: 0;
}

.modal-body ul.lt-list li:nth-of-type(odd) {
  background: #e7e7e7 !important;
}

.modal-header::before,
.modal-header::after {
  display: none !important;
}

.modal-body ul.lt-list>li:before {
  display: none;
}

.modal-header .close {
  color: #fff;
  opacity: 1;
  font-size: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.modal-small {
  font-size: 14px;
}

.modal-body h4 {
  margin-bottom: 20px;
}

/* Noui Slider Start */
#searchbar-form .column4 {
  width: 100%;
  margin-right: 20px;
  padding: 5px 10px;
  height: 70px;
  display: flex;
  align-items: center;
}

.noUi-target {
  position: relative;
  direction: ltr;
  margin-bottom: 10px;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}

.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
  position: absolute;
}

.noUi-horizontal {
  height: 12px;
  z-index: 0;
}

.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 21px;
  left: -13px;
  top: -6px;
}

.noUi-horizontal .noUi-handle-upper {
  top: -5px;
}

.noUi-background {
  background: #f47820;
}

.noUi-connect {
  background: #f47820 !important;
  border: 1px #7a7a7a solid;
}

.noUi-target {
  width: calc(95% - 15px);
  margin: 8px auto;
}

.noUi-handle {
  position: relative;
  background: #bfbfbf !important;
  border: 1px solid #5b5b5b !important;
  border-radius: 3px;
  z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: #5b5b5b !important;
  left: 10px;
  top: 3px;
}

.noUi-handle:after {
  left: 12px;
}

.noUi-pips-horizontal {
  padding: 5px 0;
  height: 10px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-marker-horizontal.noUi-marker {
  margin-top: 5px;
  margin-left: -1px;
  width: 1px;
  height: 5px;
  background: #dddddd;
}

.example-val {
  color: #dddddd;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding-bottom: 0;
}

.example-val span,
.val-divider {
  font-weight: 300;
  color: #dddddd;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
  content: "$";
  padding-right: 2px;
}

/* ===========================================================
08. Form Structure
=========================================================== */
/* 08.01. Form Base Styles
=========================================================== */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  border: none;
}

.formpage {
  position: relative;
  z-index: 3;
  width: 100%;
}

.formpage label {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500 !important;
  color: #dddddd;
  text-align: left;
  letter-spacing: 0.5px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.formpage input[type="text"],
.formpage input[type="email"],
.formpage input[type="phone"],
.formpage input[type="date"],
.formpage input[type="time"],
.formpage input[type="tel"],
.formpage select,
.formpage textarea,
#CaptchaAnswer {
  font-family: proxima-nova, sans-serif !important;
  background: #777777;
  border: none;
  border-radius: 5px;
  padding: 0 15px;
  margin: 10px 0 25px;
  color: #dddddd;
  font-size: 18px !important;
  box-sizing: border-box;
  height: 50px;
}

.formpage input[type="text"],
.formpage input[type="email"],
.formpage input[type="phone"],
.formpage input[type="date"],
.formpage input[type="time"],
.formpage input[type="tel"],
.formpage select,
.formpage textarea {
  width: 100%;
}

#CaptchaAnswer {
  width: 250px;
}

.align-bottom {
  align-items: flex-end;
}

.align-bottom .margin-right,
.align-bottom input[type="text"] {
  width: 50% !important;
}

.form-flex {
  display: flex;
}

.formpage .small {
  margin-bottom: 25px;
  font-weight: 200;
  font-size: 19px;
  color: #fff;
}

.small b {
  font-weight: 500;
}

.form-flex input {
  width: 50%;
}

.formpage textarea {
  min-height: 300px;
}

.form-continue {
  width: 100%;
  text-align: center;
}

#green-btn {
  margin: 20px auto !important;
}

.contact-half {
  width: 50%;
}

.contact-half-one {
  width: 49%;
}

input[type='radio']:after {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  top: -6px;
  left: -1px;
  position: relative;
  background-color: #777777;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid 777777;
}

input[type='radio']:checked:after {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  top: -5px;
  left: -1px;
  position: relative;
  background-color: #ffa500;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid 777777;
}

.radio_option {
  align-items: center;
}

.radio_option label {
  margin-left: 20px;
}

.required-label {
  color: #f47820;
  font-size: 16px;
}


/* 08.02. Captcha
=========================================================== */
.CaptchaImagePanel {
  margin-top: 10px;
  padding: 0 0 0 0;
}

.CaptchaMessagePanel {
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #dddddd;
  margin-bottom: 5px;
  display: block;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0 !important;
  color: #dddddd;
}

.CaptchaWhatsThisPanel a {
  color: inherit;
}

.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

/* ===========================================================
09. Classes
=========================================================== */
.row-center {
  align-items: center;
}

.col-1 {
  width: 100%;
  /* flex: 1 0 auto; */
}

.col-2 {
  width: calc(100% / 6);
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.m-t-sm {
  margin-top: 25px;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}


.flex-wrap {
  flex-wrap: wrap;
}




.flex-column {
  flex-direction: column;
}

.pd-top-lg {
  padding-top: 60px;
}

.pd-r-med {
  padding-right: 50px;
}

.relative {
  position: relative;
}

.dark-grey {
  color: #3e3e3e;
}

.med-grey {
  color: #888888;
}

.lt-grey {
  color: #ddd;
}

.bg-orange {
  background: #f47820;
}

.heading-rule {
  margin: 16px auto 30px;
  width: 75px;
  height: 5px;
}

.orange {
  color: #f47820;
}

.text-center {
  text-align: center;
}

.pd-sm {
  padding: 25px 0;
}

.pd-md {
  padding: 50px 0;
}

.pd-all-md {
  padding: 50px;
}

.pd-all-sm {
  padding: 25px;
}

.pd-lg {
  padding: 100px 0;
}

.pd-t-lg {
  padding-top: 100px;
}

.pd-t-md {
  padding-top: 50px;
}

.pd-b-lg {
  padding-bottom: 100px;
}

.pd-b-md {
  padding-bottom: 50px;
}

.pd-b-sm {
  padding-bottom: 25px;
}

.pd-r-md {
  padding-right: 50px;
}

.m-md {
  margin: 50px 0;
}


.m-sm {
  margin: 25px 0;
}

.m-xs {
  margin: 10px 0;
}

.m-lg {
  margin: 100px 0;
}

.m-t-sm {
  margin-top: 25px;
}

.m-t-md {
  margin-top: 50px;
}

.m-t-lg {
  margin-top: 100px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-b-lg {
  margin-bottom: 100px;
}

.m-b-md {
  margin-bottom: 50px;
}

.m-b-sm {
  margin-bottom: 25px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-btm-none {
  margin-bottom: 0 !important;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 25px;
}

.m-r-md {
  margin-right: 50px;
}

.m-r-lg {
  margin-right: 100px;
}

.pd-r-md {
  padding-right: 50px;
}

.pd-r-sm {
  padding-right: 25px;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */
.inventory {
  padding-top: 250px;
  background: #f7f9fa;
}

.inventory-lt {
  padding-top: 50px;
  background: #f7f9fa;
}

.faceted-search-field {
  overflow-x: hidden;
}

.list-content .list-title {
  padding: 15px 0;
  font-size: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  border-bottom: none;
}

.list-content .list-title .list-listings-count {
  line-height: 27px;
  margin-left: 3px !important;
  color: #f04f25 !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.list-content {
  margin: 0 auto;
  max-width: initial !important;
}

.faceted-search-content .faceted-section-box {
  padding: 15px 2%;
  border-bottom: 1px solid #ddd;
  background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
  border: none !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label+input,
.modal-form-el label+select {
  height: 30px;
  line-height: 30px;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
  margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
  padding: 12px !important;
}

.search-mobile input[type="text"] {
  padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
  background: #f04f25 !important;
  border: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #f04f25 !important;
  color: #fff;
  font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
  background: none;
  font-weight: 400;
  border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
  margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
  margin: 25px 0 5px;
  color: #141416 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover {
  background: #c63b20 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
  color: #f04f25;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #f04f25 !important;
  border: 1px #f04f25 solid !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
  position: relative;
  height: 43px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 200;
  font-family: Arial, sans-serif;
  justify-content: flex-start;
  border: 0 !important;
  cursor: pointer;
  padding-left: 8px;
  border-radius: 5px;
  backface-visibility: hidden;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {
  border: 0 !important;
  color: #fff;
  margin-bottom: 20px;
}

.detail-content-mobile .detail-additional-data .data-row .data-value {
  background-color: #fff !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
  margin-right: 0 !important;
}

.detail-content .detail-additional-data .data-row .data-value {
  width: 100%;
  padding: 10px 7px;
  background-color: #fff !important;
  font-weight: bold;
  margin-left: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: Arial, sans-serif;
  white-space: pre-wrap;
  flex-direction: column;
  width: 804px;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn {
  background: #333 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #c63b20;
  border: 1px #73c3eb solid;
}

.white-bg .container {
  width: 100% !important;
}

/* .section-head {
  width: 100%;
} */
.list-content .list-title {
  display: block;
  margin: 0;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.print-this,
.email-this {
  background: #5b5b5c !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.print-this:hover,
.email-this:hover {
  background: #3d3d3d !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #c63b20 !important;
}

.list-content .list-main-section .list-container .list-listing {
  background: #f2f2f2;
  padding: 15px !important;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: #f04f25;
}

.list-content .list-main-section .list-container .list-listing {
  border: 1px solid #ccc;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
}

.list-container-flexrow .listing-card .listing-widgets a {
  margin-bottom: 6px;
}

body .noUi-connect {
  background: #dddddd;
}

.noUi-handle {
  border: none;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: none;
}

.list-content .list-main-section .list-container .list-listing {
  border: none !important;
}

.faceted-section-head i {
  color: #f04f25 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  background: #f04f25;
  display: inline-block;
  margin: 10px 0 0 10px;
  cursor: pointer;
  border-radius: 5px;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 6px !important;
  display: inline-block;
  border: none !important;
  color: #fff;
  background: #f04f25;
  border-radius: 0 !important;
  cursor: pointer;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
  font-weight: 400;
  font-size: 12px;
}

.detail-content {
  margin: 0 auto;
  max-width: 1124px;
  padding: 25px !important;
}

.legal-text-content span,
.legal-text-content {
  font-size: 11px !important;
  line-height: 15px !important;
}

.faceted-search-content .selected-facets-container {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.listing-widgets a {
  background-color: #dddbdb !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.listing-widgets a:hover {
  background-color: #cccccc !important;
}

.detail-content .dealer-info h3 {
  font-size: 1rem !important;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-top: 20px;
}

.detail-content .detail-main-body .main-detail-data {
  border-radius: 0 !important;
}

.detail-content .detail-main-body .detail-body-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.detail-content .dealer-info .phone-and-email {
  float: right;
  width: 37%;
  margin-right: 20px;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  border: 0 !important;
  background: #5b5b5c !important;
  border-radius: 0 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text:hover,
.detail-content-mobile .detail-main-body .main-detail-data .opened:hover {
  background: #3d3d3d !important;
}

.fa-facebook-f:before {
  content: "\f39e" !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link {
  min-width: 100% !important;
  width: 100% !important;
}

.contact-info-heading h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

/* .detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn {
  width: 306px !important;
} */
.contact-options a,
.fin-calc-mobile>a {
  background-color: #f04f25 !important;
  color: #fff !important;
}

.button {
  background-color: #f04f25 !important;
  border: 2px solid #f04f25 !important;
}

/* ===========================================================
11. Responsive Styles
=========================================================== */
@media only screen and (max-width: 1550px) {
  .lt-hero-top p {
    font-size: 26px;
    line-height: 34px;
  }

  .dealer-network-copy {
    margin-bottom: 100px;
  }
}


@media only screen and (max-width: 1400px) {
  .lt-hero-top h1 {
    font-size: 56px;
    line-height: 57px;
  }

  header .wrapper {
    width: 95% !important;
  }

  .header-logo img {
    max-width: 220px;
  }
}

@media only screen and (max-width: 1325px) {
  .lt-hero-top p {
    font-size: 24px;
    line-height: 31px;
  }

  .bttn-sm {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1250px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .dealer-network-numbers {
    padding: 25px 25px;
    flex-direction: column;
    align-items: center;
  }

  .vert-rule {
    width: 100%;
    height: 1px;
    margin: 15px 0;
  }

  .dealer-network-numbers .two {
    display: block !important;
  }

  .copy-small p {
    max-width: inherit;
  }

  .map {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    min-width: auto;
  }

  .dealer-network .col-1 {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .dealer-network-copy {
    margin: 42% 0 0 160px;
    width: 75%;
  }

  .locations {
    line-height: 113px;
    font-size: 145px;
  }

  .locations-sub {
    font-size: 25px;
    margin-top: 10px;
    display: block;
  }

  .primary ul li a {
    font-size: 14px;
  }

  .personnel-card-outer {
    width: 25%;
  }
}

@media only screen and (max-width: 1100px) {

  /* Mobile */
  /*==============================
	Mobile Nav Styles
================================*/
  header {
    padding: 0;
  }

  header .wrapper {
    width: 100% !important;
    justify-content: center;
    position: relative;
    padding: 10px 0;
  }

  .header-logo img {
    max-width: 200px;
  }


  .header-logo {
    height: auto;
  }

  /* Header */
  nav.primary {
    display: none;
  }

  .header-logo a {
    display: flex;
    align-items: center;
  }

  #menu-button {
    display: block;
  }

  #menu-button i {
    color: #fff !important;
    font-size: 30px;
  }

  .mobile-menu-nav-icon {
    background: none !important;
  }

  .nav-icon {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  /*  */
  h2 {
    font-size: 27px;
    line-height: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1078px) {

  /*  */
  .lt-hero-top h1 {
    font-size: 46px;
    line-height: 51px;
  }

  .lt-hero-top p {
    font-size: 22px;
  }

  .dealer-network-copy {
    min-width: inherit;
  }

  .column4 {
    width: 50%;
    padding: 5px;
  }

  .search-bar-form {
    flex-wrap: wrap;
  }

  .column4.last {
    width: 100%;
  }
}


@media only screen and (max-width: 950px) {
  .slide-01 {
    background: url(/siteart/hero/hero-01.jpg) no-repeat 54% center;
  }

  .categories-container .col-1 {
    flex-wrap: wrap;
  }

  .categories-card-outer {
    padding: 10px;
    width: 100%;
  }

  .locations {
    line-height: 95px;
    font-size: 114px;
  }

  .lt-footer h5 {
    font-size: 20px;
  }

  .form-flex {
    flex-direction: column;
  }

  .contact-half {
    width: 100%;
  }

  .formpage .m-r-sm {
    margin-right: 0;
  }

  .personnel-card-outer {
    width: 33.3%;
  }
}

@media only screen and (max-width: 786px) {
  .lt-hero-top p {
    font-size: 18px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  .pd-md-all {
    padding: 30px;
  }


  footer p {
    font-size: 12px;
    line-height: 25px;
  }

  .internal-main {
    padding: 25px;
  }

  .formpage .small,
  .formpage label {
    font-size: 15px;
    line-height: 23px;
  }

  .formpage input[type="text"],
  .formpage input[type="email"],
  .formpage input[type="phone"],
  .formpage input[type="date"],
  .formpage input[type="time"],
  .formpage select,
  .formpage textarea,
  #CaptchaAnswer {
    margin: 5px 0 18px;
    font-size: 16px !important;
  }

  .internal-heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .contact-form-bttn {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 700px) {
  .hero .slide-content {
    height: 750px !important;
  }

  .slide-01 {
    background-size: 260% !important;
    background-position: 54% bottom;
    background-color: #1c1c1c;
  }

  .lt-hero-top h1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.1px;
  }

  .lt-hero-top p {
    font-size: 15px;
    line-height: 25px;
  }

  .pd-lg {
    padding: 70px 0;
  }

  .lt-footer .footer-top {
    flex-direction: column;
  }

  .lt-footer .bttn-base {
    margin-top: 40px;
  }

  .bttn-base {
    width: 100%;
  }

  .wrapper {
    width: 90%;
  }

  .lt-hero-top {
    max-width: 90%;
  }

  .footer-logo img {
    max-width: 60px;
  }

  h1 {
    font-size: 35px;
    line-height: 38px;
  }

  p {
    font-size: 16px;
    line-height: 25px;
  }

  .thankyou .col-6 {
    width: 100%;
  }

  h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .hero .slide-content {
    height: 640px !important;
  }

  h2 {
    font-size: 24px;
  }

  .column4 {
    width: 100%;
    padding: 10px 0;
  }

  .lt-hero-top h1 {
    font-size: 33px;
    line-height: 38px;
  }

  .dealer-network-numbers {
    display: none;
  }

  .locations {
    line-height: 75px;
    font-size: 88px;
  }

  .dealer-network-copy {
    margin: 49% 0 50px;
    padding: 0 5%;
    width: 100%;
  }

  .dealer-network .col-1 {
    padding: 0;
    flex-direction: column-reverse;
  }

  .personnel-card-outer {
    width: 50%;
  }
}

@media only screen and (max-width: 550px) {
  h1 {
    font-size: 30px;
    line-height: 33px;
  }

  .personnel-card-outer {
    width: 100%;
  }
}