﻿/* Interstate Condensed Light
font-family: "interstate-condensed", sans-serif;
font-weight: 400;
font-style: normal;
Interstate Condensed Light Italic
font-family: "interstate-condensed", sans-serif;
font-weight: 400;
font-style: italic;
Interstate Condensed Regular
font-family: "interstate-condensed", sans-serif;
font-weight: 500;
font-style: normal;
Interstate Condensed Italic
font-family: "interstate-condensed", sans-serif;
font-weight: 500;
font-style: italic;
Interstate Condensed Bold
font-family: "interstate-condensed", sans-serif;
font-weight: 700;
font-style: normal;
Interstate Condensed Bold Italic
font-family: "interstate-condensed", sans-serif;
font-weight: 700;
font-style: italic;
font-family: 'Saira', sans-serif;

*/


/* ===========================================================
=========================================================== */
/* ===========================================================
01.      Reset
02.      Body Styles
03.      Header Structure
04.      Typography
05.      Links / Buttons
06.      Site Structure
07.      Footer Structure
08.      Form Structure
08.01   Form Base Styles
08.02   Captcha
09.      Classes
10.      Inventory Styles
11.      Responsive Styles
=========================================================== */
/* ===========================================================
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-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

nav.footer-nav.one {
  display: flex;
  align-items: center;
}

video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  min-width: max(156px, 15.625vw);
  overflow-x: hidden;
  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;
}

/* ===========================================================
02. Body Styles
=========================================================== */

/* If older version of firefox // math function fallback */
@-moz-document url-prefix() {

  @supports (animation: calc(0s)) {

    :root {
      --spacing-sm: 25px !important;
      --spacing-md: 50px !important;
      --spacing-lg: 100px !important;
    }
  }
}

:root {
  --spacing-sm: clamp(1.5rem, 1.4rem + max(5px, 0.5vw), 2rem);
  --spacing-md: clamp(2.5rem, 2.2rem + max(15px, 1.5vw), 4rem);
  --spacing-lg: clamp(22rem, 4.6rem + max(20px, 2vw), 7rem);
}

body {
  font-family: "interstate-condensed", sans-serif !important;
  overflow-x: hidden;
  background: #F5F5F5;
}

body,
html {
  /* overflow-x: hidden; */
}


main {
  display: block;
  z-index: 1;
  position: relative;
  background: #f5f5f5e0;
}

html {
  overflow-x: hidden;
}

/* ===========================================================
03. Header Structure
=========================================================== */
.clear {
  clear: both;
}

/***** Start of primary nav ******/

.active-primary {
  background: rgba(0, 0, 0, 0.035);
}

.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);
}

.li-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav.mobile {
  display: none;
}

nav.primary {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  height: 100%;
}

nav.primary ul {
  padding: 0;
  display: flex;
  align-items: center;
}

nav.primary ul li {
  display: inline-block;
  position: relative;
  transition: 0.3s;
  height: 100%;
}

nav.primary ul li a {
  font-family: "Saira", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0;
  text-align: center;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  padding: 0 35px;
  padding: 0 max(18px, 1.62292vw);
  font-size: 18px;
  font-size: max(12px, 0.9375vw);
  text-align: left;
  color: #3a3a3a;
}


.borderTop {
  background: linear-gradient(90deg, rgba(240, 240, 240, 1) 63%, rgba(240, 240, 240, 1) 63%, rgba(227, 227, 227, 1) 63%, rgba(227, 227, 227, 1) 100%);
  height: 11px;
  height: max(6px, 0.57292vw);
  height: max(7.448px, max(6px, 0.57292vw));
  height: max(max(4px, 0.38792vw), max(6px, 0.57292vw));
  width: 100%;
}

li.primary-link {
  transition: all 0.3s ease-in-out;
}

/* li.primary-link:first-of-type {
  border-left: 1px solid rgba(0, 0, 0, 0.035);
} */

li.primary-link:hover {
  /* border-bottom: 5px solid #ed1b24; */
}

.primary-link>a {
  height: 100%;
}

.scrolled nav.primary ul li a {}

nav.primary ul li a i {}

.open-arrow {
  transform: rotate(-180deg);
  transition: all 0.05s ease-in;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
}

li>a i {
  transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
}

.active-mobile>a i {
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
}

/* Appearance of the sub-level links */

nav.primary .primary-sub-menu li a {

  font-weight: 500;

  padding: 10px;

  padding: max(5px, 0.52083vw);
  background: #efefef !important;
  text-align: left;
  border-right: none;
  border-left: none;
  border-bottom: #666666 solid 1px;
  -webkit-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.48);
  -webkit-box-shadow: 0px max(2px, 0.20833vw) max(5px, 0.52083vw) min(-1px, -0.10417vw) rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px max(2px, 0.20833vw) max(5px, 0.52083vw) min(-1px, -0.10417vw) rgba(0, 0, 0, 0.48);
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.48);
  box-shadow: 0px max(2px, 0.20833vw) max(5px, 0.52083vw) min(-1px, -0.10417vw) rgba(0, 0, 0, 0.48);
}

.primary-sub-menu a {}

/* Appearance of the sub-level links on hover */

nav.primary ul li li a:hover {
  background: #cbc5c5 !important;
}

nav.primary .primary-sub-sub-menu li a {
  background: #efefef !important;
}

nav.primary .primary-sub-sub-menu li a:hover {
  background: #cbc5c5 !important;
}

nav.primary ul ul {
  display: none;
  position: absolute;
  z-index: 5;
  -webkit-box-shadow: 0px 19px 18px -9px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px max(10px, 0.98958vw) max(9px, 0.9375vw) min(-5px, -0.46875vw) rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 19px 18px -9px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px max(10px, 0.98958vw) max(9px, 0.9375vw) min(-5px, -0.46875vw) rgba(0, 0, 0, 0.17);
  box-shadow: 0px 19px 18px -9px rgba(0, 0, 0, 0.17);
  box-shadow: 0px max(10px, 0.98958vw) max(9px, 0.9375vw) min(-5px, -0.46875vw) rgba(0, 0, 0, 0.17);
}

nav.primary ul ul ul {
  position: absolute;
  left: 100%;
  z-index: 5;
  top: 0;
}

.equipment-nav-link {
  position: relative;
}

nav.primary ul li:hover>ul {
  display: block;
  z-index: 100;
  white-space: nowrap;
  position: absolute;
  z-index: 5;
}

nav.primary ul ul li {
  float: none;
  width: 270px;
  width: max(141px, 14.0625vw);
  position: relative;
  margin: 0;
  display: block;
  height: auto;
}

/******** End of primary Nav ***************/



/* Header */
.mobile-nav-container,
#menu-button,
.utility-mobile {
  display: none;
}

header {
  transition: top 0.4s ease-in-out;
  position: relative;
  z-index: 5;
  width: 100%;
  /* -webkit-box-shadow: 0px 9px 26px -7px rgba(0, 0, 0, 0.57); */
  -moz-box-shadow: 0px 9px 26px -7px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px max(5px, 0.46875vw) max(14px, 1.35417vw) min(-4px, -0.36458vw) rgba(0, 0, 0, 0.57);
  box-shadow: 0px 9px 26px -7px rgb(0 0 0 / 8%);
}

header {}

.header-main {
  width: 100%;
  background: #F5F5F5;
}

.header-left {
  padding-left: 3%;
  display: flex;
}

.header-logo {
  display: flex;
  justify-content: center;
  margin-right: 50px;
  margin-right: max(26px, 2.60417vw);
}

.header-logo img {
  padding: 35px 0;
  padding: max(18px, 1.82292vw) 0;
  width: 270px;
  width: max(141px, 14.0625vw);
  height: auto;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.header-right {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.utility {
  position: relative;
  padding: 16px 45px 10px;
  padding: max(8px, 0.83333vw) max(23px, 2.34375vw) max(5px, 0.52083vw);
  background: #fcc900;
  padding-right: 5%;
  justify-content: flex-end;
  margin-right: -1vw;
}

.utility::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform-origin: 0 100%;
  transform: skew(41deg);
  z-index: 2;
  -webkit-transform: skew(41deg);
  -moz-transform: skew(41deg);
  -ms-transform: skew(41deg);
  -o-transform: skew(41deg);
}

.utility-contact {
  position: relative;
  z-index: 3;
}

.utility .bttn-small {
  margin-left: 25px;
  margin-left: max(13px, 1.30208vw);
  font-weight: 600;
  font-size: 20px;
  font-size: max(10px, 1.04167vw);
  text-align: left;
  color: #000;
}

.utility-contact .bttn-small:hover {
  opacity: 0.6;
}

.header-right-bottom {
  justify-content: space-between;
  padding-right: 5%;
  height: 100%;
}

.header-right-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  padding: 10px 0;
  padding: max(5px, 0.52083vw) 0;
  justify-content: center;
}

/* Header Search */
.header-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  width: max(16px, 1.5625vw);
  /* background-size: 1px 200px; */
  position: relative;
  overflow: hidden;
  margin-left: 25px;
  margin-left: max(13px, 1.30208vw);
}

.header-search-icon:hover {
  cursor: pointer;
}

.header-search-icon:hover i {
  opacity: 0.6;
}

.header-search-icon a {
  position: relative;
  z-index: 1;
}

.header-search-icon i {
  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);
}

/*  */
.header-search-slide {
  background: #e8e8e8;
  padding: 30px 0;
  padding: max(16px, 1.5625vw) 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box !important;
  border-top: 1px solid #fff;
}

.header-search-slide .header-search {
  width: 100% !important;
}

.search-outer-container {
  width: 100%;
  max-height: 100%;
  height: 38px;
  height: max(20px, 1.97917vw);
}

.desktop-header-search {
  margin-top: 10px;
  margin-top: max(5px, 0.52083vw);
  /* width: 300px; */
}

.header-search {
  display: flex;
  height: 100%;
  min-width: 225px;
  min-width: max(117px, 11.71875vw);
}

.header-search input[type="text"] {
  background: none !important;
  border: none !important;
  box-sizing: border-box !important;
  padding: 0 20px;
  padding: 0 max(10px, 1.04167vw) !important;
  width: 80% !important;
  height: 100% !important;
  border-radius: 0 !important;
  border-bottom: 1px solid black !important;
}

.header-search-slide .header-search input[type="text"] {
  background: #fff;
}

.header-search input[type="text"],
.header-search ::placeholder {
  font-weight: 400;
  font-size: 20px;
  font-size: max(10px, 1.04167vw) !important;
  text-align: left;
  color: #3f3f3f !important;
  text-transform: uppercase;
}

.header-search i {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.search-form-submit {
  background: none;
  max-height: 80px;
  max-height: max(42px, 4.16667vw);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: none;
  width: 20%;
  height: 100%;
  border-bottom: 1px solid #fcc900;
  border-radius: 0;
}

.search-form-submit:hover {
  /* background: #e2ac00 !important; */
  cursor: pointer;
  /* color: white; */
}

.header-search input:focus {
  outline: none !important;
  outline-style: none;
  box-shadow: none;
}

.header-search-container {
  height: 100%;
}

.header-search-select {
  height: 100%;
  display: flex;
}

.header-search-select select {
  background: #cacbcc;
  padding: 0 4px;
  padding: 0 max(2px, 0.20833vw);
  height: 100%;
  font-weight: 500;
  border: none;
  box-sizing: border-box !important;
  width: inherit !important;
}

.header-search-select option {
  background: #cacbcc;
}

.initiallyHidden {
  display: none;
}

/* ===========================================================
04. Typography
=========================================================== */
h1,
h2,
h3,
h4,
h6 {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
.list-content .list-title .list-title-text {
  font-family: 'Saira', sans-serif !important;
}

h3,
h4,
h5,
h6 {
  margin-bottom: 1.38rem;
}

h1 {
  font-weight: 600;
  font-style: normal;
  margin-bottom: 1.38rem;
  font-weight: 600;
  font-size: 34px;
  font-size: max(18px, 1.77083vw);
  /* text-align: right; */
  color: #000;
}



h2 {
  margin-bottom: 1.6rem;
  font-weight: 800;
}

.light {
  font-weight: 500;
}

h3 {
  font-weight: 700;
}

h4 {
  font-weight: 700;
}

h5 {
  font-weight: 600;
  font-size: 20px;
  font-size: max(15px, 1.04167vw);
  text-align: center;
  text-transform: uppercase;
}

h6 {
  font-weight: 700;
}

strong,
p b,
.bold {
  font-weight: 800;
}

p:not(.container.cf):not(.container.cf *) {
  font-weight: 400;
  margin-bottom: 1.4rem;
  font-size: 29px;
  font-size: max(16px, 1.51042vw);
}

.small {}

.large {
  font-weight: 700;
}

/* ===========================================================
05. 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: "Interstate-Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 0;
  white-space: nowrap;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  cursor: pointer;
}

.bttn-base {
  transition: 0.3s !important;
  height: 40px;
  height: max(33px, 2.08333vw);
  padding: 0 50px;
  padding: 0 max(26px, 2.60417vw);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 21px;
  font-size: max(11px, 1.09375vw);
  font-family: 'Saira', sans-serif;
}

.hero-copy-container a.bttn-base.bttn-white.bttn-arrow {
  align-self: flex-end;
}

.bttn-black {
  background: #3F3F3F;
  border: none !important;
  /* text-align: left; */
  color: #fff;
  align-self: flex-end;
}

.bttn-black:hover {
  background: #000;
}

.bttn-white {
  background: #fff;
  border: none !important;
}

.bttn-white:hover {
  background: #f4f4f4;
}

.bttn-yellow {
  background: #ffc700;
  border: none !important;
  color: black;
}

.bttn-yellow:hover {
  background: #e5af03;
}

.bttn-small i {
  margin-right: 10px;
  margin-right: max(5px, 0.52083vw);
}

.bttn-base i {
  margin-left: 10px;
  margin-left: max(5px, 0.52083vw);
  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-arrow i {
  margin: 0 0 0 10px;
  margin: 0 0 0 max(5px, 0.52083vw);
  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-arrow:hover i {
  transform: translateX(5px);
  transform: translateX(max(3px, 0.26042vw));
  -webkit-transform: translateX(5px);
  -webkit-transform: translateX(max(3px, 0.26042vw));
  -moz-transform: translateX(5px);
  -moz-transform: translateX(max(3px, 0.26042vw));
  -ms-transform: translateX(5px);
  -ms-transform: translateX(max(3px, 0.26042vw));
  -o-transform: translateX(5px);
  -o-transform: translateX(max(3px, 0.26042vw));
}

.phone:hover {
  opacity: 0.6;
}

.body-link {
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
}

.body-link-lt {
  font-weight: 400;
  font-style: normal;
}

.body-link span {
  font-weight: 400;
}

.body-link i {
  margin-right: 7px;
  margin-right: max(4px, 0.36458vw);
}

.body-link:hover,
.body-link-lt:hover {
  opacity: 0.7;
}

.bttn-shadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 0px max(2px, 0.15625vw) max(3px, 0.3125vw) 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px max(2px, 0.15625vw) max(3px, 0.3125vw) 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px max(2px, 0.15625vw) max(3px, 0.3125vw) 0px rgba(0, 0, 0, 0.39);
}

/* ===========================================================
06. Site Structure
=========================================================== */
.wrapper {
  width: 90%;
  max-width: 1750px;
  max-width: max(911px, 91.14583vw);
  margin: 0 auto;
}

main .wrapper {
  max-width: 1260px;
  /* max-width: max(656px, 65.625vw); */
}

.hero.slick-carousel {
  position: relative;
  margin-bottom: 100px;
  margin-bottom: max(52px, 5.20833vw);
  border: 10px solid transparent;
  border: max(5px, 0.52083vw) solid transparent;
  border-image: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 1) 48%, rgba(0, 0, 0, 1) 48%, rgba(0, 0, 0, 1) 66%, rgba(245, 245, 245, 1) 66%);
  border-image-slice: 1;
  border-left: none;
  border-right: none;
  border-top: none;
}

.hero .slide-content,
.hero .slide-overlay,
.hero .slide-overlay-btm {
  height: 345px !important;
  height: max(180px, 17.96875vw) !important;
}

.hero .slide-content {
  position: relative;
  z-index: 2;
  margin-top: -5px;
  margin-top: min(-3px, -0.26042vw);
}

.hero .slick-carousel-inner {
  position: relative;
}

.hero .slide-content .wrapper {
  position: relative;
  height: 100%;
  display: flex;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  left: 5%;
  width: 100%;
  text-align: left;
  top: 57%;
  transform: translateY(-50%);
  max-width: 770px;
  max-width: max(401px, 40.10417vw);
}

/* .hero-heading {
} */
.heading-sm {
  font-weight: 400;
  background: #000;
  padding: 10px 50px;
  padding: max(5px, 0.52083vw) max(26px, 2.60417vw);
  margin-bottom: 15px;
  margin-bottom: max(8px, 0.78125vw);
  display: inline-block;
}

.hero-heading-lg,
.hero-heading-lg-bold {
  text-transform: uppercase;
  display: block;
  font-family: 'Saira', sans-serif;
}

.hero-heading-lg {
  font-weight: 500;
  font-weight: 600;
  font-size: 34px;
  font-size: max(18px, 1.77083vw);
  color: #000;
}

.hero-heading-lg-bold {
  font-weight: 700;
}

.hero-small {
  /* font-weight: 500; */
  margin-bottom: 20px;
  margin-bottom: max(10px, 1.04167vw);
  font-size: 26px;
  font-size: max(16px, 1.35417vw);
  color: #000000;
}

.slide-01 {
  background: url(/siteart/background.png), #FCC900;
  background-blend-mode: color-burn, normal;
  background-position: center bottom;
  justify-content: space-between;
  background-size: cover !important;
  position: relative;
  z-index: 3;
  height: 100%;
}

.hero-truck {
  position: absolute;
  z-index: 3;
  right: 3%;
  bottom: 0%;
  max-width: 90%;
  min-width: 830px;
  min-width: max(432px, 43.22917vw);
  /* width: 1570px; */
  top: 0;
  box-shadow: 0px 3px 76px rgba(0, 0, 0, 0.16);
  box-shadow: 0px max(2px, 0.15625vw) max(40px, 3.95833vw) rgba(0, 0, 0, 0.16);
  width: 830px;
  width: max(432px, 43.22917vw);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li button:before {}

/* Categories */
.categories-container {
  flex-wrap: wrap;
}

.category-card-outer {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12.5px;
  padding: max(7px, 0.65104vw);
}

.category-card-inner {
  width: 100%;
  height: 100%;
}

.category-card-inner .card-top {
  background: #e6e7e8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  height: max(115px, 11.45833vw);
  transition: all 0.3s ease-in-out;
}

.category-card-inner img {
  width: 80%;
  transition: all 0.3s ease-in-out;
  max-width: 170px;
  max-width: max(89px, 8.85417vw);
}

.category-card-inner:hover img {
  transform: translateY(-5px);
  transform: translateY(min(-3px, -0.26042vw));
}

.category-card-inner:hover .card-top {
  background: #f0f1f2;
}

.category-card-copy {
  text-align: center;
  padding: 15px 25px;
  padding: max(8px, 0.78125vw) max(13px, 1.30208vw);
  background: #ffc700;
  width: 100%;
  margin-top: auto;
}

.category-card-copy h5 {
  display: inline-block;
  margin-bottom: 0;
  color: #000;
}

.category-card-copy i {
  margin-left: 4px;
  margin-left: max(2px, 0.20833vw);
}

.inventory-search-menu nav li {
  font-family: 'Saira', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 0 40px;
  padding: 0 max(21px, 2.08333vw);
  border-right: 2px solid #939393;
  border-right: max(1px, 0.10417vw) solid #939393;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.inventory-search-menu nav li:last-of-type {
  border-right: none;
}

.inventory-search-menu li.active {
  font-weight: 800;
}

.inventory-search-menu li.active::after {
  content: '';
  display: block;
  width: 100%;
  background: #000;
  height: 3px;
  height: max(2px, 0.15625vw);
}

.inventory-search-menu li:hover {
  cursor: pointer;
  opacity: 0.6;
}

/* Search form */
.home-search {
  width: 100%;
}

.home-search input[type="text"],
.home-search input[type="text"]::placeholder,
.home-search select {
  font-weight: 500;
}

.home-search input[type="text"],
.home-search select {
  background: #fff;
  border: none;
  padding: 15px;
  padding: max(8px, 0.78125vw);
  width: 100%;
  height: 50px;
  height: max(26px, 2.60417vw);
  box-sizing: border-box;
  margin-right: 20px;
  margin-right: max(10px, 1.04167vw);
}

.home-search label.wrap {
  width: 100%;
  overflow: hidden;
  height: 50px;
  height: max(26px, 2.60417vw);
  position: relative;
  display: block;
  margin-right: 20px;
  margin-right: max(10px, 1.04167vw);
}

.home-search select.dropdown {
  height: 50px;
  height: max(26px, 2.60417vw);
  padding: 10px;
  padding: max(5px, 0.52083vw);
  border: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.home-search label.wrap:after {
  content: "\f107 ";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 15px;
  top: max(8px, 0.78125vw);
  z-index: 1;
  width: 5%;
  height: 100%;
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}

select.dropdown {
  height: 50px;
  height: max(26px, 2.60417vw);
  padding: 10px;
  padding: max(5px, 0.52083vw);
  border: 0;
  width: 200px;
  width: max(104px, 10.41667vw);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label.wrap:after {
  content: "\f13a ";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 18px;
  top: max(9px, 0.9375vw);
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none;
}

.home-search .col-1 {
  align-items: center;
  justify-content: center;
}

.home-search .bttn-base {
  width: 100%;
}

/* welcome */
.welcome {
  background: url(/siteart/background-grey-01.jpg) no-repeat center center;
  padding-bottom: 250px !important;
  padding-bottom: max(130px, 13.02083vw) !important;
}

.welcome .wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.welcome-copy {
  width: 75%;
}

.welcome p,
.welcome ul li {
  /* max-width: 800px; */
  color: #3a3a3a;
  text-align: left;
  line-height: 1.3;
  font-size: 29px;
  font-size: max(15px, 1.51042vw);
  display: flex;
  align-items: center;
}

.welcome ul li:before {
  content: '';
  background: url('/siteart/arrow.png');
  position: relative;
  width: 15px;
  width: max(8px, 0.78125vw);
  height: 17px;
  height: max(9px, 0.88542vw);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 25px;
  padding-right: max(13px, 1.30208vw);
}


.welcome ul li:before {
  content: '';
  background: url('/siteart/arrow.png');
  position: relative;
  width: 15px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 25px;
}

.welcome ul {
  columns: 2;
}

/* Parts / Questions */
.cta-container {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.cta-container p {
  width: 100%;
  max-width: 500px;
  max-width: max(260px, 26.04167vw);
}

.cta-container img {
  width: 100px;
  width: max(52px, 5.20833vw);
}

.cta-container .bttn-base {
  width: inherit;
}

/*  */
.list b {
  margin-right: 20px;
  margin-right: max(10px, 1.04167vw);
}

.list span {
  margin-left: auto;
  width: auto;
  font-weight: 500;
}

.list.hours li {
  display: flex;
}

.list li {
  padding: 10px 15px;
  padding: max(5px, 0.52083vw) max(8px, 0.78125vw);
}

.list li:nth-of-type(odd) {
  background: #9a9ca1;
}

/*  */
.internal {
  background: #f6f6f6;
}

.internal-main {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 600px;
  min-height: max(313px, 31.25vw);
}

.internal .footer-top-bg {}

.internal-header {
  background: url(/siteart/background-header-01.jpg) center center no-repeat;
  background-size: cover !important;
  min-height: 150px;
  min-height: max(78px, 7.8125vw);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.internal-header .wrapper {
  position: relative;
  z-index: 3;
}

.internal-main-primary {
  min-height: 300px;
  min-height: max(156px, 15.625vw);
  justify-content: space-between;
}

/* Sidebar */
.internal-sidebar {
  background: #fff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 max(8px, 0.78125vw) max(10px, 1.04167vw) rgba(0, 0, 0, 0.1);
}

.internal-sidebar a {
  white-space: normal;
  word-break: break-word;
}

.internal-sidebar .heading {
  background: #fcc900;
  padding: 10px 25px 10px 25px;
  padding: max(9px, 0.72083vw) max(13px, 1.30208vw) max(7px, 0.52083vw) max(13px, 1.30208vw);
  text-align: center;
}

.internal-sidebar h5 {
  margin-bottom: 0;
}

.internal-sidebar .sidebar-main {
  padding: 25px;
  padding: max(13px, 1.30208vw);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.internal-sidebar p {}

.internal-main .inventory-link h5 {
  margin-bottom: 5px;
  margin-bottom: max(3px, 0.26042vw);
}

.internal-sidebar .list li:nth-of-type(odd) {
  background: #fff;
}

.sidebar-main .body-link i {}

.internal-sidebar .bttn-base,
.inventory-link .bttn-base {
  width: 100%;
}

.internal-sidebar .bttn-base {
  word-break: keep-all;
}

.internal hr {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.internal-sidebar .body-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #3f3f3f;
  font-size: max(13px, 1.1vw);
}

.bttn-container {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.internal-list {
  max-width: 100%;
  margin-bottom: 25px;
  margin-bottom: max(13px, 1.30208vw);
}

.list-two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px;
  column-gap: max(21px, 2.08333vw);
}

.internal-list li,
.internal-list-two li {
  padding: 10px;
  padding: max(5px, 0.52083vw);
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.internal-list li:nth-of-type(odd) {
  background: #f4f2f2;
}

.internal-list-two {
  background: #fbf9f5;
  padding: 25px;
  padding: max(13px, 1.30208vw);
}

.internal-list-two li:nth-of-type(odd) {
  background: #fff;
}

/* blog */
.blog-card .card-top {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 200px;
  height: max(104px, 10.41667vw);
}

.blog-card .category-card-inner {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-card-middle-top {

  padding: 25px;

  padding: max(13px, 1.30208vw);
}

.blog-card-snippet {
  margin-bottom: 0;
}

.blog-card-middle-bottom {
  border: 1px solid #dcdcdc;
  background: #e6e7e8;
}

.blog-card .card-bottom {
  margin-top: auto;
}

.blog-card-middle-bottom .col-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  padding: max(5px, 0.52083vw);
}

.blog-card-middle-bottom p {
  margin-bottom: 0;
}

.blog-card-middle-bottom .col-6:first-of-type {
  border-right: 1px solid #dcdcdc;
}

.blog-card .category-card-inner::after {
  content: "";
  border-radius: 5px;
  border-radius: max(3px, 0.26042vw);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 max(8px, 0.78125vw) max(10px, 1.04167vw) rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-card .category-card-inner:hover {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}

.blog-card .category-card-inner::after {
  opacity: 1;
}

.blog-card .category-card-inner {
  display: flex;
  flex-direction: column;
}

.blog-article .internal-header {
  height: 400px;
  height: max(208px, 20.83333vw);
  align-items: center;
  justify-content: center;
}

.blog-article .internal-header .wrapper {
  align-items: center;
  justify-content: center;
  width: 100%;
}

.blog-article .internal-header h1 {
  width: 100%;
}

.overlay-dark {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.blog-article .internal-main {
  display: flex;
  justify-content: center;
}

.article-container {
  margin-top: -150px;
  margin-top: min(-78px, -7.8125vw);
  max-width: 900px;
  max-width: max(469px, 46.875vw);
  padding: 50px;
  padding: max(26px, 2.60417vw);
  background: #fff;
  -webkit-box-shadow: 0px 10px 18px -8px rgb(0 0 0 / 29%);
  -webkit-box-shadow: 0px max(5px, 0.52083vw) max(9px, 0.9375vw) min(-4px, -0.41667vw) rgb(0 0 0 / 29%);
  -moz-box-shadow: 0px 10px 18px -8px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px max(5px, 0.52083vw) max(9px, 0.9375vw) min(-4px, -0.41667vw) rgba(0, 0, 0, 0.29);
  box-shadow: 0px 10px 18px -8px rgb(0 0 0 / 29%);
  box-shadow: 0px max(5px, 0.52083vw) max(9px, 0.9375vw) min(-4px, -0.41667vw) rgb(0 0 0 / 29%);
}

.blog-article-meta {
  width: 400px;
  width: max(208px, 20.83333vw);
  text-align: center;
}

.blog-article-image {
  max-width: 75%;
  margin: 0 auto;
  display: flex;
}

/* .blog-article h1::after {
  content: '';
  display: block;
  width: 100%;
  background: #fff;
  height: 3px;
} */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* Noui Slider Start */
#searchbar-form .column4 {
  width: 100%;
  margin-right: 20px;
  margin-right: max(10px, 1.04167vw);
  background: #fff;
  padding: 5px 10px;
  padding: max(3px, 0.26042vw) max(5px, 0.52083vw);
  -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px max(2px, 0.15625vw) max(2px, 0.20833vw) min(-1px, -0.10417vw) rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px max(2px, 0.15625vw) max(2px, 0.20833vw) min(-1px, -0.10417vw) rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px max(2px, 0.15625vw) max(2px, 0.20833vw) min(-1px, -0.10417vw) rgba(0, 0, 0, 0.2);
  height: 70px;
  height: max(36px, 3.64583vw);
  display: flex;
  align-items: center;
}

.noUi-target {
  position: relative;
  direction: ltr;
  margin-bottom: 10px;
  margin-bottom: max(5px, 0.52083vw);
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  border-radius: max(1px, 0.10417vw);
}

.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
  position: absolute;
}

.noUi-horizontal {
  height: 12px;
  height: max(6px, 0.625vw);
  z-index: 0;
}

.noUi-horizontal .noUi-handle {
  width: 25px;
  width: max(13px, 1.30208vw);
  height: 21px;
  height: max(11px, 1.09375vw);
  left: -13px;
  left: min(-7px, -0.67708vw);
  top: -6px;
  top: min(-3px, -0.3125vw);
}

.noUi-horizontal .noUi-handle-upper {
  top: -5px;
  top: min(-3px, -0.26042vw);
}

.noUi-background {
  background: #ccc;
}

.noUi-connect {
  background: #ffc700 !important;
  border: 1px #515151 solid;
}

.noUi-target {
  width: calc(95% - 15px);
  width: calc(95% - max(8px, 0.78125vw));
  margin: 15px auto;
  margin: max(8px, 0.78125vw) auto;
}

.noUi-handle {
  position: relative;
  background: #ffffff !important;
  border: 1px solid #898989 !important;
  border-radius: 3px;
  border-radius: max(2px, 0.15625vw);
  z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  height: max(6px, 0.625vw);
  width: 1px;
  background: #898989 !important;
  left: 10px;
  left: max(5px, 0.52083vw);
  top: 3px;
  top: max(2px, 0.15625vw);
}

.noUi-handle:after {
  left: 12px;
  left: max(6px, 0.625vw);
}

.noUi-pips-horizontal {
  padding: 5px 0;
  padding: max(3px, 0.26042vw) 0;
  height: 10px;
  height: max(5px, 0.52083vw);
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-marker-horizontal.noUi-marker {
  margin-top: 5px;
  margin-top: max(3px, 0.26042vw);
  margin-left: -1px;
  width: 1px;
  height: 5px;
  height: max(3px, 0.26042vw);
  background: #4d4d4d;
}

.example-val {
  font-family: "interstate-Condensed", sans-serif;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0;
}

.example-val span,
.val-divider {
  font-weight: 500;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
  content: "$";
  padding-right: 2px;
  padding-right: max(1px, 0.10417vw);
}

/* ===========================================================
07. Footer Structure
=========================================================== */
footer:before {
  position: absolute;
  left: -35px;
  left: min(-18px, -1.82292vw);
  /* left: max(31px,3.125vw); */
  bottom: 45px;
  bottom: max(23px, 2.34375vw);
  content: '';
  width: 570px;
  width: max(297px, 29.6875vw);
  height: 970px;
  height: max(505px, 50.52083vw);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='571.999' height='967' viewBox='0 0 571.999 967'%3E%3Cpath id='Path_91' data-name='Path 91' d='M2215,967H1856V0h359l213,483.5L2215,967v0Z' transform='translate(-1856 0)' fill='%23fdd700' opacity='0.46' style='mix-blend-mode: screen;isolation: isolate'/%3E%3C/svg%3E%0A");
  z-index: 0;
}

footer {
  background: url(/siteart/background.png), #FCC900;
  background-blend-mode: color-burn, normal;
  background-position: center top;
  position: relative;
  overflow: hidden;
}

.invpage footer.pt-md.pb-md {
  margin-bottom: 65px !important;
}

.footer-top {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  margin-bottom: max(8px, 0.78125vw);
}

.footer-left,
.footer-right {
  /* width: 30%; */
}

.footer-middle {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

footer h6 {
  margin-bottom: 0;
}

footer .wrapper {
  justify-content: space-between;
  z-index: 1;
  position: relative;
}

.footer-logo img {
  width: 220px;
  width: max(115px, 11.45833vw);
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav li {
  /* margin-bottom: 10px; */
  display: inline-block;
  padding: 0 45px;
  padding: 0 max(23px, 2.34375vw);
}

.footer-nav li a {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-size: max(12px, 0.9375vw);
  text-align: left;
  color: #000;
  font-family: "saira", sans-serif;
}

footer .bttn-base {
  width: 230px;
  width: max(120px, 11.97917vw);
  margin-bottom: 10px;
  margin-bottom: max(5px, 0.52083vw);
}

footer .phone,
footer .body-link {
  display: block;
}

footer a:hover {
  opacity: 0.7;
}

/*  */
.social-container li {
  display: inline-block;
  padding: 0 10px;
  padding: 0 max(5px, 0.52083vw);
}

.social-container a {
  height: 40px;
  height: max(21px, 2.08333vw);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===========================================================
08. Form Structure
=========================================================== */
/* 08.01. Form Base Styles
=========================================================== */
#formpage {
  position: relative;
  z-index: 3;
  width: 100%;
}

#formpage label {
  font-weight: 400 !important;
  margin-bottom: 20px;
  margin-bottom: max(10px, 1.04167vw);
  text-align: left;
}

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 select,
#formpage textarea {
  background: #fff;
  border: none;
  padding: 15px;
  padding: max(16px, 0.78125vw);
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: max(10px, 1.04167vw);
  box-sizing: border-box;
  height: 50px;
  height: max(46px, 2.60417vw);
}

.align-bottom .margin-right,
.align-bottom input[type="text"] {
  width: 50% !important;
}

.form-flex {
  display: flex;
}

#formpage .small {
  margin-bottom: 25px;
  margin-bottom: max(13px, 1.30208vw);
}

.form-flex input {
  width: 50%;
}

#formpage textarea {
  min-height: 300px;
  min-height: max(156px, 15.625vw);
}

select option {}

.form-continue {
  width: 100%;
  text-align: center;
}

#green-btn {
  margin: 20px auto !important;
  margin: max(10px, 1.04167vw) auto !important;
}

.contact-half {
  width: 50%;
}

.contact-half-one {
  width: 49%;
}

/* 08.02. Captcha
=========================================================== */
.CaptchaImagePanel {
  margin-top: 10px;
  margin-top: max(5px, 0.52083vw);
  padding: 0 0 0 0;
}

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  text-align: center;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
  padding: max(1px, 0.10417vw) 0px max(1px, 0.10417vw) 0px !important;
}

.CaptchaWhatsThisPanel {
  margin: 0 0 10px 0;
  margin: 0 0 max(5px, 0.52083vw) 0;
  padding: 10px 0 10px 0 !important;
  padding: max(5px, 0.52083vw) 0 max(5px, 0.52083vw) 0 !important;
}

.CaptchaWhatsThisPanel a {
  color: black;
}

.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

/* ===========================================================
09. Classes
=========================================================== */
.text-center {
  text-align: center;
}

.row {
  flex-direction: row;
}

.col-1 {
  width: 100%;
}

.col-1.hero-copy-container {
  display: flex;
  flex-direction: column;
  /* height: 380px; */
  justify-content: space-between;
}

.hero-copy-container hr {
  content: '';
  background: black;
  width: 100%;
  height: 1.5px;
  height: max(1px, 0.07813vw);
  border: none;
  margin-top: -14px;
  margin-top: min(-7px, -0.72917vw);
  margin-bottom: 15px;
  margin-bottom: max(8px, 0.78125vw);
}

.col-2 {
  width: 20%;
}

.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%;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-xs {
  padding: 12.5px;
  padding: max(7px, 0.65104vw);
}

.p-sm {
  padding: 25px;
  padding: max(13px, 1.30208vw);
}

.p-md {
  padding: 50px;
  padding: max(26px, 2.60417vw);
}

.picgrid {
  display: flex;
  flex-wrap: wrap;
}

.picgrid img {
  width: 50%;
  padding: 8px;
  padding: max(4px, 0.41667vw);
}

.p-lg {
  padding: 100px;
  padding: max(52px, 5.20833vw);
}

.px-sm {
  padding: 0 25px;
  padding: 0 max(13px, 1.30208vw);
}

.px-md {
  padding: 0 50px;
  padding: 0 max(26px, 2.60417vw);
}

.px-lg {
  padding: 0 100px;
  padding: 0 max(52px, 5.20833vw);
}

.py-sm {
  padding: 25px 0;
  padding: max(13px, 1.30208vw) 0;
}

.py-md {
  padding: 50px 0;
  padding: max(26px, 2.60417vw) 0;
}

.py-lg {
  padding: 100px 0;
  padding: max(52px, 5.20833vw) 0;
}

.pl-sm {
  padding-left: 25px;
  padding-left: max(13px, 1.30208vw);
}

.pl-md {
  padding-left: 50px;
  padding-left: max(26px, 2.60417vw);
}

.pl-lg {
  padding-left: 100px;
  padding-left: max(52px, 5.20833vw);
}

.pr-sm {
  padding-right: 25px;
  padding-right: max(13px, 1.30208vw);
}

.pr-md {
  padding-right: 50px;
  padding-right: max(26px, 2.60417vw);
}

.pr-lg {
  padding-right: 100px;
  padding-right: max(52px, 5.20833vw);
}

.pt-sm {
  padding-top: 25px;
  padding-top: max(13px, 1.30208vw);
}

.pt-md {
  padding-top: 50px;
  padding-top: max(26px, 2.60417vw);
}

.pt-lg {
  padding-top: 100px;
  padding-top: max(52px, 5.20833vw);
}

.pb-sm {
  padding-bottom: 25px;
  padding-bottom: max(13px, 1.30208vw);
}

.pb-md {
  padding-bottom: 50px;
  padding-bottom: max(26px, 2.60417vw);
}

.pb-lg {
  padding-bottom: 100px;
  padding-bottom: max(52px, 5.20833vw);
}

.m-sm {
  margin: 25px;
  margin: max(13px, 1.30208vw);
}

.m-md {
  margin: 50px;
  margin: max(26px, 2.60417vw);
}

.m-lg {
  margin: 100px;
  margin: max(52px, 5.20833vw);
}

.mx-sm {
  margin: 0 25px;
  margin: 0 max(13px, 1.30208vw);
}

.mx-md {
  margin: 0 50px;
  margin: 0 max(26px, 2.60417vw);
}

.mx-lg {
  margin: 0 100px;
  margin: 0 max(52px, 5.20833vw);
}

.my-sm {
  margin: 25px 0;
  margin: max(13px, 1.30208vw) 0;
}

.my-md {
  margin: 50px 0;
  margin: max(26px, 2.60417vw) 0;
}

.my-lg {
  margin: 100px 0;
  margin: max(52px, 5.20833vw) 0;
}

/*  */
.mt-sm {
  margin-top: 25px;
  margin-top: max(13px, 1.30208vw);
}

.mt-md {
  margin-top: 50px;
  margin-top: max(26px, 2.60417vw);
}

.mt-lg {
  margin-top: 100px;
  margin-top: max(52px, 5.20833vw);
}

.mb-sm {
  margin-bottom: 25px;
  margin-bottom: max(13px, 1.30208vw);
}

.mb-md {
  margin-bottom: 50px;
  margin-bottom: max(26px, 2.60417vw);
}

.mb-lg {
  margin-bottom: 100px;
  margin-bottom: max(52px, 5.20833vw);
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-sm {
  margin-right: 25px;
  margin-right: max(13px, 1.30208vw);
}

/*  */
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

/*  */
.bg-lt-grey {
  background: #e6e7e8
}

.bg-md-grey {
  background: #999999;
}

.bg-white {
  background: #fff;
}

.bg-tan {
  background: #f5f3f0;
}

.bg-yellow {
  background: #ffc700 !important;
}

.dark-grey {}

.green {}

.grey {}

.lt-grey {}

.yellow {}

.red {}

.black {}

.white {}

/* ===========================================================
11. Responsive Styles
=========================================================== */


@media screen and (max-width: 1400px) {
  nav.primary ul li a {
    /* padding: 0 25px; */
  }
}

@media screen and (max-width: 1200px) {
  nav.primary ul li a {
    /* padding: 0 20px; */
  }
}

@media screen and (max-width: 1000px) {
  /*==============================
	Mobile Nav Styles
================================*/

  .mobile-container-all {
    position: fixed;
    /* background: rgba(0, 0, 0, 0.7); */
    z-index: 490;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: hidden;
  }

  #menu-button {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    z-index: 400;
    text-align: right;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #menu-button a {
    text-decoration: none;
    padding: 0 0 0 0.8em;
    font-weight: normal;
  }

  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100%;
    background: #f5f5f5;
    z-index: 500;
    overflow: auto;
  }

  .mobile.open {
    -webkit-box-shadow: 6px 0px 13px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 6px 0px 13px -5px rgba(0, 0, 0, 0.35);
    box-shadow: 6px 0px 13px -5px rgba(0, 0, 0, 0.35);
  }

  /* MENU HEADER SOCIAL MEDIA */
  nav.mobile .social-media {
    position: relative;
    text-decoration: none;
    display: inline-block;
    word-spacing: 13px;
    padding: 0 0 0 15px;
  }

  nav.mobile .social-media a:link,
  nav.mobile .social-media a:visited {
    text-decoration: none;
  }

  nav.mobile .social-media a:hover,
  nav.mobile .social-media a:active {
    text-decoration: underline;
  }

  /* MENU HEADER STYLES */
  nav.mobile .mobile_top {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    font-weight: 400;
    height: 50px;
  }

  .mobile-logo {
    max-width: 50%;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 50px auto;
  }

  /* MENU CLOSE 'X' BUTTON */
  nav.mobile .menu-toggle {
    position: absolute;
    top: 10px;
    right: 5px;
    padding: 3px 8px 3px;
    font-family: Arial, sans-serif;

    text-decoration: none;
  }

  nav.mobile .menu-toggle i {
    font-weight: bold;
  }

  nav.mobile .menu-toggle:hover {
    cursor: pointer;
    opacity: 0.6;
  }

  /* MENU LIST STYLE */
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
  }

  #mobile-menu-main {
    /* border-top: 1px solid #828282; */
  }

  nav.mobile ul li {
    /* border-bottom: 1px solid #828282; */
    position: relative;
  }

  /* FIRST LEVEL */
  nav.mobile ul li a {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    /* border-left: 4px #464a4c solid; */
    text-align: left;
    box-sizing: border-box;
    color: black;
    font-size: 19px;
  }

  nav.mobile ul li a:hover {
    background: rgba(45, 45, 45, 0.5);
    border-left: 4px #fcc900 solid;
  }

  /* SECOND LEVEL */
  nav.mobile ul li li:last-child {
    border: none;
  }

  nav.mobile ul li li a {
    background: #424649;
    position: relative;
    display: block;
    padding: 10px 10px 10px 15px;
    border-left: 4px #444 solid;
    text-decoration: none;
  }

  nav.mobile ul li li a:hover {
    background: #32373a;
  }

  /* THIRD LEVEL */
  nav.mobile ul li li li:last-child {
    border: none;
  }

  nav.mobile ul li li li a {
    background: #555;
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    text-decoration: none;
    border-left: 4px #555 solid;
  }

  nav.mobile ul li li li a:hover {
    background: rgba(85, 85, 85, 0.5);
  }

  nav.mobile ul li .click {
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 12399994;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 17px 20px;
  }

  .mobile .social-container li {
    border-bottom: none;
  }

  .mobile .social-container a {
    border: none !important;
    padding: 0;
    margin-right: 15px;
  }

  .mobile .social-container i {}

  .mobile .social-container {
    padding: 25px;
  }

  .mobile .social-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    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;
  }

  .mobile .social-container a:hover {
    background: none !important;
  }

  .nav-footer {
    position: relative;
    text-align: center;
    padding: 15px 0;
  }

  .has-sub-menu a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  /* FONT AWESOME ICONS */
  nav.mobile ul li a .fa {
    width: 25px;
    font-weight: 100;
    padding: 8px 3px;
    margin: 0 6px 0 0;
    text-align: center;
    background: #292929;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }

  nav.mobile ul li .fa-chevron-down {}

  nav.primary {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  #menu-button {
    width: 100%;
  }
}


@media (max-width: 1000px) {
  .wrapper {
    width: 92%;
  }

  .wrapper.flex {
    justify-content: flex-end;
  }

  .footer-logo img {
    width: 190px;
  }

  .picgrid {
    margin-top: 40px;
  }

  .welcome p,
  .welcome ul li {
    font-size: 20px;
  }

  .category-card-inner img {
    max-width: 116px;
  }

  .footer-left {
    display: none;
  }

  .hide-mobile,
  .utility,
  .header-right-bottom-right .bttn-base {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .header-main {
    flex-direction: column;
  }

  .header-search i {}

  .header-logo {
    margin-left: 25px;
    margin-right: 20px;
  }

  .header-logo img {
    width: 170px;
  }

  .header-left {
    padding-left: 0;
    background: #f9c700;
    display: flex;
    justify-content: center;
    border: 10px solid transparent;
    border: max(5px, 0.52083vw) solid transparent;
    border-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 30%, rgba(245, 245, 245, 1) 30%, rgba(245, 245, 245, 1) 100%);
    border-image-slice: 1;
    border-left: none;
    border-right: none;
    border-top: none;
  }

  .header-right-bottom {
    padding-right: 0;
    padding: 17px 0;
    width: 100%;
  }

  .search-form-submit {
    max-height: 75px;
  }

  .mobile-nav-container {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
  }

  .mobile-menu-nav-icon {
    /* background: #212121; */
    position: relative;
    overflow: hidden;
    width: 80px;
    height: 100%;
    padding: 0 !important;
    transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    /* justify-self: flex-end; */
    margin-left: auto;
  }

  .mobile-menu-nav-icon:hover {
    /* background: #000; */
    cursor: pointer;
  }

  .mobile-menu-nav-icon i {}

  .nav-icon {
    padding: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 70px;
    border-left: 1px solid #ededed;
  }

  .nav-icon a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-align: left;
    color: #3f3f3f;
  }

  .nav-icon:last-of-type {
    padding-right: 0 !important;
  }

  .nav-icon i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .nav-icon:hover {
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }

  /*  */
  .hero .slide-content,
  .hero .slide-overlay,
  .hero .slide-overlay-btm {
    height: 310px !important;
  }

  .categories {
    max-width: max(90px, 80vw);
    margin: 0 auto;
  }

  .slide-01 {
    height: 220px;
    border: 10px solid transparent;
    border: max(5px, 0.52083vw) solid transparent;
    border-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 30%, rgba(245, 245, 245, 1) 30%, rgba(245, 245, 245, 1) 100%);
    border-image-slice: 1;
    border-left: none;
    border-right: none;
    border-top: none;
  }

  .hero-copy {
    left: 0;
    width: 100%;
    top: 10%;
    transform: none;
    max-width: 100%;
    text-align: center;
    padding: 0 10%;
    /* position: relative; */
    text-align: left;
  }

  .bttn-base {
    font-size: 14px;
  }

  .surroundstuff .bttn-base {
    width: 100%;
    text-align: center;
  }

  .col-1.hero-copy-container {
    height: 355px;
    margin-top: -6px;
  }

  .hero-small {
    font-size: 18px;
  }

  .hero.slick-carousel {
    DISPLAY: flex;
    flex-direction: column;
    border: none;
  }

  .hero-copy-container hr {
    /* margin-top: 0; */
    display: none;
  }

  .hero-truck {
    /* right: 55%; */
    /* bottom: -10%; */
    /* transform: translateX(50%); */
    /* min-width: 950px; */
    width: 100%;
    right: 0;
    height: 180px;
    object-fit: cover;
    top: 79px;
  }

  .hero-heading-lg {
    text-align: initial;
    font-size: 20px;
  }

}

@media only screen and (min-width: 786px) and (max-width: 952px) {
  .has-search-bar {
    width: calc(66% - 0.75%) !important;
    float: left;
  }
}

@media (max-width: 1000px) {
  .home-search .col-1 {
    flex-wrap: wrap;
  }

  .home-search .col-4,
  .home-search .col-6 {
    width: 50%;
  }

  .home-search-bttn {
    width: 100% !important;
  }

  .internal-main .col-1.flex {
    flex-direction: column;
  }

  .internal-main .col-1.flex.row {
    flex-direction: row;
  }

  .internal-sidebar .bttn-base {
    width: auto;
  }

  .flex-container div[class^="col-"] {
    width: 100%;
  }

  .flex-container div[class^="col-"].pr-sm {
    padding-right: 0;
  }

  .internal-sidebar {
    margin-top: 50px;
  }

  .category-card-outer {
    width: 50%;
    padding: 10px;
  }

  .category-card-copy h5 {
    font-size: 16px;
  }

  .blog-card-middle-bottom .col-6:first-of-type {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
  }


}

@media (max-width: 880px) {

  .hero .slide-content,
  .slide-overlay,
  .slide-overlay-btm,
  .hero .draggable {
    /* height: 700px !important; */
  }

  .form-flex {
    flex-direction: column;
  }

  .contact .form-flex {
    flex-wrap: wrap;
  }

  .internal-form input[type="text"],
  .internal-form input[type="email"],
  .internal-form input[type="phone"],
  .internal-form input[type="date"],
  .internal-form input[type="time"],
  .internal-form select,
  .internal-form textarea,
  .contact-half,
  .contact-half-one,
  .form-flex .form-flex {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .hero.slick-carousel {
    /* margin-bottom: 50px; */
  }
}

@media (max-width: 700px) {
  .category-card-copy i {
    display: block;
  }

  .parts-questions .col-1 {
    flex-wrap: wrap;
  }

  .parts-questions .cta-container {
    width: 100%;
  }

  footer .bttn-base {
    width: inherit;
  }

  .footer-nav ul {
    flex-direction: column;
    text-align: center;
  }

  .article-container {
    margin-top: -90px;
  }
}

@media (max-width: 650px) {

  .hero .slide-content,
  .slide-overlay,
  .slide-overlay-btm,
  .hero .draggable {
    /* height: 600px !important; */
  }

  .hero-copy {
    /* padding: 0 5%; */
  }

  .hero-heading-lg {}

  .hero-heading-lg-bold {}

  .hero-truck {
    /* min-width: 110%; */
  }

  .home-search .col-4,
  .home-search .col-6 {
    width: 100%;
  }

  .welcome-copy {
    width: 100%;
  }
}

@media (max-width: 600px) {
  html {}

  h2 {}

  .nav-icon {
    width: 50px;
  }

  .nav-icon i {}

  .mobile-menu-nav-icon i {}

  .bttn-base,
  .internal-sidebar .bttn-base {
    width: 100%;
  }

  .mobile-menu-nav-icon {
    width: 60px;
  }

  .category-card-outer {
    width: 100%;
    padding: 10px 0;
  }

  .category-card-inner .card-top {
    height: 210px;
  }

  .category-card-copy i {
    display: inline-block;
  }

  .category-card-inner img {
    /* width: 60%; */
  }

  .heading-sm {
    padding: 10px 0;
    width: 100%;
  }
}