<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "GillSansMT";
  src: url("../fonts/gil.ttf"); }

@font-face {
  font-family: "GillSansMTBold";
  src: url("../fonts/gilBold.ttf"); }

@font-face {
  font-family: "LemonMilk";
  src: url("../fonts/LemonMilk.ttf"); }

#noscriptWarning {
  display: none; }

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
  color: white; }

.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.newCTA_btn {
  background: #dd2424;
  color: #fff;
  text-decoration: none;
  font-family: "LemonMilk", Sans-Serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  position: relative;
  border: 0;
  outline: 0;
  font-size: 1.4rem;
  padding: 9px 13px;
  display: inline-block;
  -webkit-transform: skew(-21deg);
  -ms-transform: skew(-21deg);
  transform: skew(-21deg);
  margin: 5px 0; }

.newCTA_btn:visited {
  color: #fff; }

.newCTA_btn:hover {
  background: #153359;
  color: #fff; }

.newCTA_btn &gt; span {
  display: inline-block;
  -webkit-transform: skew(21deg);
  -ms-transform: skew(21deg);
  transform: skew(21deg); }

/* Updated Banners */
.TruckCaps .header {
  background: url("/Content/images/banners/main/Full_TruckCap.jpg") bottom center no-repeat;
  background-size: cover; }

.HardTonneaus .header {
  background: url("/Content/images/banners/main/Full_HardTonn.jpg") bottom center no-repeat;
  background-size: cover; }

.SoftTonneaus .header {
  background: url("/Content/images/banners/main/Full_SoftTonn_new.jpg") bottom center no-repeat;
  background-size: cover; }

.BedLiners .header {
  background: url("/Content/images/banners/main/Full_Bedliner.jpg") bottom center no-repeat;
  background-size: cover; }

.BugShields .header {
  background: url("/Content/images/banners/main/Full_BugShields.jpg") bottom center no-repeat;
  background-size: cover; }

.TrailerHitches .header {
  background: url("/Content/images/banners/main/Full_TrailerHitch.jpg") bottom center no-repeat;
  background-size: cover; }

.LadderRacks .header {
  background: url("/Content/images/banners/main/Full_Generic.jpg") bottom center no-repeat;
  background-size: cover; }

.RoofRacks .header {
  background: url("/Content/images/banners/main/Full_RoofRack.jpg") bottom center no-repeat;
  background-size: cover; }

.RunningBoardsSteps .header {
  background: url("/Content/images/banners/main/Full_RunningBoards.jpg") bottom center no-repeat;
  background-size: cover; }

.StorageSystems .header {
  background: url("/Content/images/banners/main/Full_Generic.jpg") bottom center no-repeat;
  background-size: cover; }

.Toolboxes .header {
  background: url("/Content/images/banners/main/Full_Toolbox.jpg") bottom center no-repeat;
  background-size: cover; }

.FloorMats .header {
  background: url("/Content/images/banners/main/Full_FloorMat.jpg") bottom center no-repeat;
  background-size: cover; }

.SplashGuards .header {
  background: url("/Content/images/banners/main/Full_MudFlap.jpg") bottom center no-repeat;
  background-size: cover; }

.LightsFogDrive .header {
  background: url("/Content/images/banners/main/Full_Generic.jpg") bottom center no-repeat;
  background-size: cover; }

.FenderFlares .header {
  background: url("/Content/images/banners/main/Full_FenderFlares.jpg") bottom center no-repeat;
  background-size: cover; }

.BedSlides .header {
  background: url("/Content/images/banners/main/Full_Bedslider.jpg") bottom center no-repeat;
  background-size: cover; }

.SeatCovers .header {
  background: url("/Content/images/banners/main/Full_SeatCover.jpg") bottom center no-repeat;
  background-size: cover; }

.PerformanceParts .header {
  background: url("/Content/images/banners/main/Full_Generic.jpg") bottom center no-repeat;
  background-size: cover; }

.Accessories .header {
  background: url("/Content/images/banners/main/Full_Generic.jpg") bottom center no-repeat;
  background-size: cover; }

/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

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

/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#threeImagesP {
  display: block;
  width: 100%;
  float: left; }

#threeImagesP img {
  float: left;
  margin: 0 5%; }

.extangDivs {
  width: 16%;
  float: left;
  display: block;
  margin: 0 0.3%;
  text-align: center; }

.products-main-body-content figure {
  width: 16%;
  float: left;
  display: block;
  margin: 0 0.3%;
  text-align: center; }

figcaption {
  font-size: 14px; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background-color: #000;
  font-size: 16px;
  font-family: "Roboto", Sans-Serif;
  color: #020202; }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  color: #dd2424; }

a:hover {
  color: #5b2424; }

a:active {
  color: #dd2424; }

.active a {
  color: #dd2424 !important; }

p,
ul,
ol {
  line-height: 1.5; }

ol,
ul {
  margin: 0 0 20px 20px; }

/* ==============={ HEADINGS }=============== */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4; }

h1 {
  font-size: 42px;
  color: #dd2424;
  margin-bottom: 20px;
  font-weight: 700; }

h2 {
  font-size: 36px;
  color: #153359;
  margin-bottom: 15px;
  font-weight: 700; }

h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px; }

h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px; }

h5 {
  text-align: center;
  font-style: italic;
  padding: 5px;
  background: #dd2424;
  color: white;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  clear: both; }

h5 a {
  color: white;
  text-decoration: underline; }

h6 {
  font-size: 12px;
  font-weight: 500; }

img {
  max-width: 100%;
  max-height: 100%; }

/************************************************************************************************
*
*** GENERAL  
*
*/
.clear {
  clear: both; }

.error {
  color: #dd2424;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.8);
  padding-left: 5px;
  line-height: 1.5;
  font-size: 14px; }

strong {
  font-weight: 700; }

#link {
  outline: none;
  text-decoration: none;
  position: relative; }

#link--kukuri {
  overflow: hidden;
  color: #dd2424; }

#link--kukuri:hover {
  color: #dd2424; }

#link--kukuri::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 100%;
  top: 50%;
  margin-top: -8px;
  right: 0;
  background: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

#link--kukuri:hover::after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

#link--kukuri::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  width: 0%;
  -webkit-transition: width 0.2s 0.2s;
  -o-transition: width 0.2s 0.2s;
  transition: width 0.2s 0.2s; }

#link--kukuri:hover::before {
  width: 100%; }

.wrapper {
  width: 100%;
  max-width: 2000px;
  margin: auto; }

#sticky-element h2 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#sticky-element h2:hover {
  background: #dd2424;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#sticky-element.sticky {
  position: fixed;
  top: 65px;
  z-index: 2; }

#sticky-element.sticky.viewport-bottom {
  top: 15px; }

.ProductStreamClass
.products-sidebar#sticky-element.sticky.viewport-bottom
ul
li {
  padding: 1px 0;
  line-height: 22px; }

.ProductStreamClass
.products-sidebar#sticky-element.sticky.viewport-bottom
ul
li
a {
  font-size: 15px; }

/************************************************************************************************
*
*** BEGIN SCROLLED NAV
*
*/
.scrolled-nav {
  background: #000;
  width: 100%;
  height: 66px;
  position: fixed;
  z-index: 4;
  margin-top: -66px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-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;
  overflow: hidden; }

.scrolled-nav.show-scrolled-nav {
  margin-top: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  overflow: visible; }

.scrolled-nav.show-scrolled-nav .wrapper {
  height: 66px; }

.scrolled-nav a {
  color: white;
  text-decoration: none; }

.scrolled-nav-logo img {
  height: 51px;
  width: 146px;
  margin: 7px 0 0 140px; }

.scrolled-nav nav {
  display: inline-block;
  vertical-align: top; }

.scrolled-nav nav #menu li {
  display: inline-block;
  height: 66px;
  line-height: 66px; }

.scrolled-nav nav #menu li a {
  font-family: "GillSansMTBold";
  font-size: 17px;
  text-transform: uppercase;
  border-right: 1px solid white;
  padding: 0 75px; }

.scrolled-nav nav #menu li a:hover,
.scrolled-nav .tel:hover,
.scrolled-nav .adr:hover {
  color: #dd2424; }

.scrolled-nav nav #menu li:last-child a {
  border-right: none; }

.scrolled-nav .second-level-menu,
.scrolled-nav .third-level-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  margin-left: 0; }

.scrolled-nav #menu li:hover .second-level-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  position: absolute;
  margin-top: -1px; }

.scrolled-nav .second-level-menu {
  width: 250px;
  padding: 0 0 10px; }

.scrolled-nav #menu .second-level-menu li {
  height: 30px;
  line-height: 30px;
  width: 100%; }

.scrolled-nav #menu .second-level-menu li a {
  white-space: nowrap;
  font-family: "Roboto", Sans-Serif;
  font-size: 15px;
  border: none;
  text-transform: none; }

.scrolled-nav #menu li .second-level-menu li .third-level-menu {
  position: absolute;
  padding: 10px 25px;
  margin: -40px 0 0 250px;
  border-left: 2px solid black; }

.scrolled-nav #menu li .second-level-menu li:hover .third-level-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block; }

.scrolled-nav #menu li .second-level-menu li:hover .third-level-menu:before {
  content: "&gt;";
  position: absolute;
  left: -15px;
  margin-top: 4px;
  color: #fff; }

.scrolled-nav #menu li .second-level-menu li .third-level-menu li {
  display: block;
  clear: both;
  white-space: nowrap; }

.scrolled-nav #menu li .second-level-menu li .third-level-menu li a {
  padding: 0 15px; }

.scrolled-nav nav #menu li .second-level-menu li.active .third-level-menu li a {
  color: white !important; }

.scrolled-nav
nav
#menu
li
.second-level-menu
li.active
.third-level-menu
li
a:hover {
  color: #dd2424 !important; }

.scrolled-nav
nav
#menu
li
.second-level-menu
li.active
.third-level-menu
li.active
a {
  color: #dd2424 !important; }

.scrolled-nav .tel {
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  font-family: "GillSansMT", Sans-Serif;
  line-height: 66px;
  padding-right: 60px; }

.scrolled-nav .adr {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-family: "GillSansMT", Sans-Serif;
  line-height: 66px;
  padding-right: 70px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.scrolled-nav .hours-list {
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 15px;
  line-height: 18px;
  font-family: "GillSansMT", Sans-Serif;
  list-style: none; }

/* END HEADER **********************************************************************************/
/************************************************************************************************
*
*** BEGIN HEADER
*
*/
@media (max-width: 720px) {
  .tableResponsiveAdjusts {
    font-size: 13px;
    overflow-x: scroll; } }

.ProductStreamClass.TruckAccessoryDealer .brand-options {
  display: none; }

.products-main-body-content table tr:nth-child(even) {
  background-color: #f2f2f2;
  padding: 15px;
  border-spacing: 5px; }

table {
  clear: both;
  width: 100%;
  display: table; }

.header {
  background: black;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  background-image: url(/Content/images/banners/main/productsBanner.jpg);
  background-position: top center;
  /*height: 490px;*/
  min-height: 490px; }

#Home .header {
  background-image: url(/Content/images/homeBG.jpg);
  background-position: top left;
  height: 906px; }

.truck-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(/Content/images/fullTruck2000.png);
  background-position: top left;
  background-size: cover;
  z-index: 1; }

#headerWrap {
  width: 100%;
  margin: 0 auto; }

.header-top {
  padding: 22px 0 0 70px;
  font-family: "GillSansMT", Sans-Serif;
  position: relative;
  z-index: 3; }

.header-top a {
  color: white;
  text-decoration: none; }

.header-logo,
.header nav,
.header nav li,
.shop-info {
  display: inline-block;
  vertical-align: top; }

.close-menu,
.open-menu,
.phone-mobile,
.hours-location-mobile,
.mobile-ad {
  display: none; }

.header nav #menu {
  padding-top: 55px; }

.header nav #menu li {
  border-right: 1px solid white;
  font-size: 17px;
  line-height: 17px;
  font-family: "GillSansMTBold", Sans-Serif;
  text-transform: uppercase;
  position: relative; }

.header nav #menu li a {
  padding: 0 45px;
  display: block; }

.header nav #menu li:last-child {
  border-right: none; }

.header nav #menu li a:hover {
  color: #dd2424; }

.header nav #menu li .second-level-menu {
  visibility: hidden;
  opacity: 0;
  top: 4px;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  padding: 10px 0 10px 25px;
  margin: 10px 0 0 0; }

.header nav #menu li .second-level-menu li {
  display: block;
  padding: 0;
  border: none;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  font-family: "Roboto", Sans-Serif;
  text-transform: none; }

.header nav #menu li .second-level-menu li a {
  padding: 0; }

.header nav #menu li:hover .second-level-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.header nav #menu li .second-level-menu li .third-level-menu {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  padding: 10px 25px;
  margin: -40px 0 0 160px;
  border-left: 2px solid black; }

.header nav #menu li .second-level-menu li:hover .third-level-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.header nav #menu li .second-level-menu li:hover .third-level-menu:before {
  content: "&gt;";
  position: absolute;
  left: -15px;
  margin-top: 4px; }

.header nav #menu li .second-level-menu li .third-level-menu li {
  display: block;
  clear: both;
  white-space: nowrap; }

.header nav #menu li .second-level-menu li.active .third-level-menu li a {
  color: white !important; }

.header nav #menu li .second-level-menu li.active .third-level-menu li a:hover {
  color: #dd2424 !important; }

.header
nav
#menu
li
.second-level-menu
li.active
.third-level-menu
li.active
a {
  color: #dd2424 !important; }

.hide-10 {
  display: none; }

.shop-info {
  float: right;
  margin-top: 22px;
  position: relative;
  z-index: 9000; }

.shop-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 360px;
  width: 400px;
  top: -40px;
  right: 0;
  left: -145px;
  background-size: contain;
  background-image: url(/Content/images/upperRightShade.png); }

.shop-block {
  width: 290px;
  height: 65px;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.shop-block a {
  color: #fff;
  text-decoration: none; }

.shop-block ul {
  letter-spacing: 1px; }

.shop-block:nth-child(1) {
  margin-bottom: 15px; }

.shop-block:nth-child(2) {
  background: #153359; }

.shop-block:nth-child(2):hover {
  background: #102540;
  text-decoration: none; }

.shop-block:nth-child(2):hover a {
  text-decoration: none; }

.shop-block:nth-child(3) {
  background: #dd2424; }

.shop-block:nth-child(3):hover {
  background: #b41c1c;
  text-decoration: none; }

.shop-block:nth-child(3):hover a {
  text-decoration: none; }

.shop-block:nth-child(2) img {
  margin-left: 12px; }

.shop-block:nth-child(3) img {
  margin-left: 12px; }

.shop-block img {
  float: left;
  margin-top: 10px; }

.shop-block ul,
.shop-block .adr,
.shop-block .phone-number {
  margin: 0 0 0 60px; }

.shop-block ul {
  font-size: 16px;
  line-height: 19px;
  padding-top: 5px;
  list-style: none; }

.shop-block .adr {
  padding-top: 8px;
  font-size: 18px;
  line-height: 24px; }

.shop-block .phone-number {
  font-size: 29px;
  font-family: "GillSansMTBold";
  line-height: 65px;
  letter-spacing: 1px; }

.shop-block a:hover {
  text-decoration: underline; }

.shop-block .hide-14 {
  display: none; }

.header .header-headline {
  font-family: "LemonMilk", Sans-Serif;
  font-size: 110px;
  padding: 70px 0 0 70px;
  line-height: 121px;
  width: 650px;
  position: relative;
  z-index: 2;
  color: white;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

#TruckAccessoryDealer .header .header-headline,
#MemberLoginBodyID .header .header-headline,
#ContactStreamBodyID .header .header-headline {
  padding-top: 191px; }

.red-banner {
  background-color: #dd2424;
  position: absolute;
  left: -700px;
  top: 316px;
  width: 720px;
  height: 121px;
  z-index: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.red-banner:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  display: block;
  width: 35px;
  background: #dd2424;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg); }

#Home .red-banner {
  width: 659px; }

.banner-tagline {
  color: white;
  font-family: "LemonMilk", Sans-Serif;
  font-size: 18px;
  margin: 5px 0 0 75px;
  letter-spacing: 1px;
  font-weight: normal;
  display: none; }

.banner-tagline span {
  color: #dd2424; }

#Home .banner-tagline {
  display: none !important; }

.header-bottom {
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 2;
  white-space: nowrap;
  width: 100%; }

.advertisement-wrapper {
  height: 149px;
  width: 988px;
  display: inline-block;
  vertical-align: bottom; }

.advertisement-wrapper img {
  width: 100%; }

.tagline {
  font-size: 24px;
  font-family: "LemonMilk", Sans-Serif;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: white;
  font-weight: normal; }

.tagline span {
  color: #dd2424; }

a,
a img {
  border: none;
  outline: none; }

#newAdDisplay {
  display: inline-block;
  float: left;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 50%; }

#newAdDisplay a {
  text-decoration: none; }

#newAdDisplay img {
  max-width: 100%;
  height: auto; }

.products-services-wrapper {
  display: inline-block;
  vertical-align: bottom;
  float: right;
  margin-right: 5%; }

.skewed-wrapper {
  display: inline-block;
  position: relative;
  -ms-transform: skew(-17deg, 0deg);
  -webkit-transform: skew(-17deg, 0deg);
  transform: skew(-17deg, 0deg);
  width: 450px;
  height: 285px;
  overflow: hidden;
  z-index: 2;
  vertical-align: bottom; }

.skewed-wrapper#products-skewed {
  -webkit-box-shadow: 0 9px 0px 0px transparent, 0 -9px 0px 0px transparent,
 -20px 0 25px 0px black;
  box-shadow: 0 9px 0px 0px transparent, 0 -9px 0px 0px transparent,
 -20px 0 25px 0px black; }

.skewed-wrapper#services-skewed {
  margin-left: -5px;
  -webkit-box-shadow: 0 9px 0px 0px transparent, 0 -9px 0px 0px transparent,
 20px 0 25px 0px black;
  box-shadow: 0 9px 0px 0px transparent, 0 -9px 0px 0px transparent,
 20px 0 25px 0px black; }

.skewed-wrapper .inner {
  position: absolute;
  left: -60px;
  background-repeat: no-repeat;
  width: 600px;
  height: 285px;
  -ms-transform: skew(17deg, 0deg);
  -webkit-transform: skew(17deg, 0deg);
  transform: skew(17deg, 0deg); }

.skewed-wrapper#products-skewed .inner {
  background-image: url(/Content/images/productsTruck.jpg);
  background-position: 0% 40%; }

.skewed-wrapper#services-skewed .inner {
  background-image: url(/Content/images/servicesSkewed.jpg);
  background-position: -5% 77%; }

.skewed-wrapper p {
  height: 48px;
  font-size: 26px;
  font-family: "LemonMilk", Sans-serif;
  letter-spacing: 1px;
  background: #dd2424;
  width: 438px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: left;
  line-height: 48px;
  display: block;
  color: white;
  padding-left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.skewed-wrapper p:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -17px;
  display: block;
  width: 35px;
  background: #dd2424;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg); }

.skewed-wrapper:hover p {
  height: 98px; }

/* END HEADER **********************************************************************************/
#contactLeft {
  float: left;
  width: 49%; }

#contactRight {
  float: right;
  width: 49%; }

.iframe-wrapper {
  width: 100%;
  clear: both; }

/************************************************************************************************
*
*** HOME MECHANIC / MAP AREA 
*
*/
.map-connect-section {
  background-color: #153359;
  height: 458px;
  position: relative;
  z-index: 2;
  white-space: nowrap; }

.mechanic-wrapper,
.iframe-wrapper {
  display: inline-block;
  vertical-align: top;
  height: 458px; }

.mechanic-wrapper {
  width: 60%; }

#mechanic-image {
  position: relative;
  z-index: 6;
  left: -800px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: none;
  max-width: none; }

.mechanic-wrapper h2 {
  font-family: "LemonMilk", Sans-Serif;
  font-size: 43px;
  line-height: 56px;
  position: absolute;
  top: 50px;
  left: 577px;
  text-align: right;
  z-index: 7;
  color: white;
  white-space: normal; }

#Home .mechanic-wrapper .red-banner {
  width: 851px;
  height: 61px;
  z-index: 6;
  left: -1350px;
  top: 105px; }

.mechanic-inner {
  padding-top: 180px;
  background-color: #153359;
  display: inline-block;
  width: 460px;
  height: 458px;
  vertical-align: top;
  white-space: normal;
  color: white;
  position: relative;
  z-index: 1; }

.mechanic-inner:after {
  content: "";
  position: absolute;
  height: 458px;
  width: 356px;
  top: 0;
  left: 365px;
  z-index: -1;
  background-image: url(/Content/images/FadeImage.png); }

.mechanic-inner p {
  margin: 0 0 20px 20px;
  font-size: 19px;
  line-height: 22px;
  width: 425px; }

.iframe-wrapper {
  width: 40%;
  max-width: 1000px;
  float: right;
  z-index: 0;
  position: absolute; }

#ContactStreamBodyID .iframe-wrapper {
  position: relative; }

.iframe-wrapper #map {
  width: 100%;
  height: 458px; }

#Home .iframe-wrapper:before {
  content: "";
  position: absolute;
  height: 458px;
  width: 356px;
  top: 0;
  left: -100px;
  z-index: 1;
  background-image: url(/Content/images/FadeImage.png); }

/* END HOME MECHANIC / MAP AREA ***************************************************************/
/************************************************************************************************
*
*** BEGIN HOME MAIN 
*
*/
.main {
  background: white;
  height: 100%;
  padding: 30px 15px;
  /*padding-bottom:200px !important;*/
  background: url(/Content/images/secondaryContentBG.jpg) bottom center no-repeat #fff; }

.ProductStreamClass .main {
  background: #fff; }

#Home .main {
  font-size: 0;
  min-height: 745px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  padding-bottom: 0 !important;
  background: white; }

.ProductStreamClass .main {
  padding: 0; }

.contact-mobile {
  display: none; }

.main p {
  margin-bottom: 30px; }

.main .content {
  margin-right: 0;
  width: 67%;
  padding: 60px 30px 0 75px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 15px; }

.main .home-contact {
  width: 33%;
  min-height: 745px;
  display: inline-block;
  background: url(/Content/images/blurredTruck.jpg);
  background-position: 65% 60%;
  background-size: 200%;
  vertical-align: top;
  white-space: normal; }

.main .home-contact-inner {
  width: 555px;
  float: right;
  background: rgba(255, 255, 255, 0.25);
  height: 100%;
  min-height: 745px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.6);
  padding: 80px 0 0 60px;
  color: white;
  font-size: 20px;
  position: relative; }

.main .home-contact-inner h2 {
  font-family: "LemonMilk", Sans-Serif;
  font-size: 44px;
  letter-spacing: 2px;
  color: white;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  left: 975px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 1; }

#Home .main .home-contact-inner .red-banner {
  background-color: #dd2424;
  position: absolute;
  left: 975px;
  top: 72px;
  width: 100%;
  height: 61px;
  z-index: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.main .home-contact-inner .red-banner:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -17px;
  display: block;
  width: 35px;
  background: #dd2424;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg); }

#ContactForm {
  margin-top: 45px;
  width: 100%; }

#ContactForm p {
  margin-bottom: 20px; }

#ContactForm label {
  display: block; }

#ContactForm p:nth-child(4) label {
  display: block;
  padding-right: 12px; }

#ContactForm input[type="text"] {
  background-color: rgba(255, 255, 255, 0.6);
  width: 80%;
  height: 30px;
  border: none;
  padding-left: 5px;
  font-family: "Roboto", Sans-Serif; }

#ContactForm input[type="text"].error {
  color: #020202;
  font-weight: 400; }

#ContactForm textarea {
  background-color: rgba(255, 255, 255, 0.6);
  width: 80%;
  height: 87px;
  border: none;
  padding: 5px;
  font-family: "Roboto", Sans-Serif; }

#ContactForm select {
  background-color: rgba(255, 255, 255, 0.6);
  width: 80%;
  height: 30px;
  font-family: "Roboto", Sans-Serif;
  border: none;
  clear: both; }

#ContactForm #SendButton {
  width: 80%; }

#ContactForm #emoji-slider {
  width: 80% !important;
  margin: 70px 0 0 0; }

#ContactForm .emoji-slider-question {
  margin-top: 10px;
  text-align: center;
  width: 80%; }

#ContactForm input[type="submit"],
button[type="submit"] {
  border: none;
  background: rgba(255, 255, 255, 0.6);
  width: 163px;
  height: 30px;
  cursor: pointer;
  margin: auto;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Roboto", Sans-serif;
  text-transform: uppercase; }

#ContactForm input[type="submit"]:hover,
#MemberLoginBodyID button[type="submit"]:hover {
  background: #dd2424;
  color: white; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #153359 !important;
  background: #153359 !important;
  color: #ffffff; }

#MemberLoginBodyID button[type="submit"] {
  margin: 0;
  background: rgba(0, 0, 0, 0.2); }

/* END HOME MAIN ***************************************************************/
/************************************************************************************************
*
*** BEGIN FOOTER 
*
*/
.prefooter {
  background-color: #dd2424;
  height: 53px;
  white-space: nowrap;
  line-height: 53px;
  color: white;
  text-align: center;
  position: relative;
  z-index: 9999; }

.prefooter a {
  color: white;
  text-decoration: none; }

.prefooter a:hover .adr {
  text-decoration: underline; }

.prefooter section {
  display: inline-block;
  vertical-align: top; }

.prefooter section img {
  vertical-align: middle;
  margin-right: 5px; }

.prefooter section:nth-child(1) {
  text-align: right;
  font-family: "GillSansMT", Sans-Serif;
  font-size: 21px;
  padding-right: 45px; }

.prefooter section:nth-child(1) strong {
  font-family: "GillSansMTBold", Sans-Serif; }

.prefooter section:nth-child(2) {
  text-align: left;
  font-size: 22px; }

.prefooter section .adr {
  display: inline-block; }

.footer {
  background-image: url(/Content/images/footerBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 216px;
  color: white;
  padding: 30px 60px 30px 35px;
  position: relative;
  z-index: 9999; }

.footer-logo {
  display: inline-block;
  vertical-align: top; }

.footer-logo img {
  display: block; }

.footer-logo span {
  padding-left: 85px;
  font-size: 19px; }

.footerConnect {
  display: inline-block;
  vertical-align: top;
  width: 500px;
  text-align: center;
  margin-left: 50px; }

.footerConnect p {
  padding: 10px 40px 25px;
  font-size: 20px;
  line-height: 33px; }

.footerConnect #menu li {
  display: inline-block;
  padding: 0 35px;
  border-right: 1px solid white;
  line-height: 1; }

.footerConnect #menu li:nth-child(1) {
  padding: 0 35px 0 0; }

.footerConnect #menu li:nth-child(4) {
  padding: 0 0 0 35px;
  border-right: none; }

.footerConnect #menu li a {
  color: white;
  font-family: "GillSansMT", Sans-Serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none; }

.footerConnect #menu li a:hover {
  color: #dd2424; }

.secondary-logo-list {
  display: inline-block;
  vertical-align: top;
  width: 840px;
  height: 180px;
  float: right;
  margin-bottom: 0; }

.secondary-logo-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  margin-bottom: 35px; }

.secondary-logo-list li:nth-child(1),
.secondary-logo-list li:nth-child(6) {
  padding: 0 15px 0 0; }

.secondary-logo-list li:nth-child(5),
.secondary-logo-list li:nth-child(10) {
  padding: 0 0 0 15px; }

.hide-xl, .footer #menu .hide-14, .show-14 {
  display: none; }

/* END FOOTER *********************************************************************************/
/************************************************************************************************
*
*** BEGIN PRODUCT PAGES STYLES
*
*/
.ProductStreamClass .products-sidebar {
  float: left;
  width: 20%;
  max-width: 500px;
  position: relative;
  z-index: 0;
  padding-left: 120px; }

.ProductStreamClass .products-main-body {
  width: 78%;
  max-width: 1500px;
  float: right; }

.ProductStreamClass .products-sidebar h2 {
  color: white;
  font-family: "LemonMilk", Sans-Serif;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 48px; }

.ProductStreamClass .products-sidebar .red-banner {
  left: 0;
  top: 0;
  z-index: -1;
  width: 410px;
  height: 48px; }

.ProductStreamClass .products-sidebar .red-banner:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  display: block;
  width: 1000px;
  background: #dd2424; }

.ProductStreamClass .products-sidebar ul {
  margin: 30px 0;
  font-size: 18px;
  list-style: none; }

.ProductStreamClass .products-sidebar ul li {
  padding: 2px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.ProductStreamClass .products-sidebar ul li a {
  color: #141414;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.ProductStreamClass .products-sidebar ul li a:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  display: block;
  width: 100%;
  background: transparent;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.ProductStreamClass .products-sidebar ul li a:hover,
.ProductStreamClass .products-sidebar ul li.active a {
  color: white !important;
  background: #dd2424;
  padding: 5px 10px; }

.ProductStreamClass .products-sidebar ul li a:hover:after,
.ProductStreamClass .products-sidebar ul li.active a:after {
  background: #dd2424; }

.ProductStreamClass .brand-options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  background-image: url(/Content/images/banners/main/brandOptionsBG.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  font-size: 0;
  color: white;
  text-align: center;
  padding-block: 30px; }

@media screen and (max-width: 1300px) and (min-width: 1000px) {
  .ProductStreamlass .brand-options {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

@media screen and (max-width: 860px) {
  .ProductStreamClass .brand-options {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

.ProductStreamClass .brand-options section {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  position: relative; }

.ProductStreamClass .brand-options section:nth-child(1) img {
  position: relative;
  width: 80%;
  margin-inline: auto; }

#Westin.ProductStreamClass .brand-options h3 {
  padding-top: 32px; }

.ProductStreamClass .brand-options h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 auto 15px;
  padding-top: 85px;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  width: 300px; }

.ProductStreamClass .brand-options ul {
  font-size: 15px; }

.ProductStreamClass .brand-options ul li {
  display: inline-block;
  padding: 0 12px; }

.ProductStreamClass .brand-options ul li a {
  color: white;
  text-decoration: none;
  padding: 5px 0;
  margin: 5px 0;
  display: inline-block; }

.ProductStreamClass .brand-options ul li a:hover {
  color: #dd2424; }

.products-main-body-content {
  padding: 30px 0; }

.products-main-body-content img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 5px;
  display: block; }

.products-main-body-content ul {
  margin: 0px 0 20px 20px;
  list-style: disc; }

.products-main-body-content ol {
  margin: -20px 0 20px 20px; }

.products-main-body-content .header-headline {
  color: #dd2424;
  text-transform: uppercase;
  font-size: 36px;
  margin: 0 0 30px;
  line-height: 1; }

.products-main-body-content h2 {
  color: #153359;
  font-size: 28px;
  margin: 0 0 20px;
  line-height: 1; }

.products-main-body-content h5 {
  text-align: center;
  font-style: italic;
  padding: 5px;
  background: #dd2424;
  color: white;
  margin-bottom: 30px; }

.products-main-body-content h5 a {
  color: white;
  text-decoration: underline; }

/* END PRODUCT PAGES STYLES *********************************************************************/
/************************************************************************************************
*
*** BEGIN CONTACT PAGE
*
*/
.g-recaptcha {
  margin: 10px auto; }

#ContactStreamBodyID #ContactForm {
  float: left; }

#ContactStreamBodyID .iframe-wrapper {
  width: 100%;
  float: right;
  max-width: none; }

#ContactStreamBodyID #ContactForm input[type="text"],
#MemberLoginBodyID form input {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  height: 30px; }

#ContactStreamBodyID #ContactForm textarea {
  background-color: rgba(0, 0, 0, 0.2); }

#ContactStreamBodyID #ContactForm select {
  background-color: rgba(0, 0, 0, 0.2);
  width: 195px; }

#ContactStreamBodyID #ContactForm input[type="submit"] {
  background: rgba(0, 0, 0, 0.2); }

#ContactStreamBodyID #ContactForm input[type="submit"]:hover {
  background: #dd2424;
  color: white; }

/* END CONTACT PAGE *********************************************************************/
/* SEO Addition 12/27/17 *********************************************************************/
body .sixPackButtonContain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0; }

body .sixPackButton {
  width: 16.666%;
  font-size: 1.4em;
  position: relative;
  display: inline-block; }

body .sixPackText {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  z-index: 20;
  text-transform: uppercase;
  text-align: center; }

body .sixPackButton img {
  width: 100%;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

body .sixPackButton a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  display: block; }

body .sixPackButton a:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), to(black));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, black);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 30%, black);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, black);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10; }

body .sixPackButton a:hover {
  color: #fff !important; }

body .sixPackButton a:hover img {
  -webkit-filter: brightness(80%) contrast(120%); }

@media screen and (max-width: 1200px) {
  body .sixPackText {
    font-size: 1em; } }

@media screen and (max-width: 1000px) {
  body .sixPackButton {
    width: 33%; }
  body .sixPackText {
    font-size: 1.2em; } }

@media screen and (max-width: 648px) {
  body .sixPackButton {
    width: 49%; }
  body .sixPackButton img {
    margin-bottom: 0; } }

/* END SEO Addition 12/27/17 *********************************************************************/
.newContentBtn {
  display: inline-block;
  background: #153359; }

/************************************************************************************************
*
*** BEGIN MEDIA QUERIES
*
*/
@media (min-width: 480px) {
  .newCTA_btn {
    font-size: 1rem; } }

@media (min-width: 2000px) {
  /*.show-xl {
		display: block;
	}*/
  .shop-info:before {
    display: none; } }

@media (min-width: 2000px) {
  .wrapper {
    padding-inline: 100px; }
  body:not(#Home) .header .header-headline {
    padding: 15px 0 0 0;
    font-size: 4.7em;
    line-height: 73px;
    width: 560px;
    margin: 40px 0 0 30px; }
  body:not(#Home) .red-banner {
    left: -1000px;
    top: 252px;
    width: 63%;
    height: 75px; }
  #TruckAccessoryDealer .header .header-headline,
  #MemberLoginBodyID .header .header-headline,
  #ContactStreamBodyID .header .header-headline {
    padding-top: 15px; } }

@media (max-width: 1999px) {
  .scrolled-nav-logo img {
    margin: 7px 0 0 30px; }
  .scrolled-nav nav #menu li a {
    font-size: 14px;
    padding: 0 35px; }
  .scrolled-nav .tel {
    font-size: 17px;
    padding-right: 35px; }
  .scrolled-nav .adr {
    font-size: 17px;
    padding-right: 35px; }
  .scrolled-nav .second-level-menu {
    width: 200px; }
  .scrolled-nav #menu li .second-level-menu li .third-level-menu {
    margin: -40px 0 0 200px; }
  .wrapper {
    max-width: 1400px; }
  .ProductStreamClass .wrapper {
    max-width: 100%; }
  #Home .header {
    background-image: url(/Content/images/homeBG1400.jpg);
    background-position: top right;
    height: 800px; }
  .truck-overlay {
    background-image: url(/Content/images/fullTruck2000.png);
    background-position: right top; }
  .header-top {
    /*	max-width: 1400px;*/
    margin: auto;
    padding-left: 30px; }
  .shop-block {
    width: 260px;
    height: 57px; }
  .shop-block:nth-child(2) img {
    height: 36px;
    margin-left: 14px; }
  .shop-block:nth-child(3) img {
    height: 36px;
    margin-left: 14px; }
  .shop-block ul {
    font-size: 16px;
    line-height: 19px;
    padding-top: 5px; }
  .shop-block .adr {
    padding-top: 8px;
    font-size: 16px;
    line-height: 19px; }
  .shop-block .phone-number {
    font-size: 25px;
    line-height: 57px; }
  .header .header-headline {
    padding: 15px 0 0 0;
    font-size: 4.7em;
    line-height: 73px;
    width: 560px;
    margin: 40px 0 0 30px; }
  #TruckAccessoryDealer .header .header-headline,
  #MemberLoginBodyID .header .header-headline,
  #ContactStreamBodyID .header .header-headline {
    padding-top: 15px; }
  #Home .header .header-headline {
    padding: 0;
    font-size: 6.5em;
    line-height: 106px; }
  .red-banner {
    left: -1000px;
    top: 252px;
    width: 63%;
    height: 75px; }
  #Home .red-banner {
    width: 35%;
    top: 270px;
    height: 106px; }
  .banner-tagline {
    font-size: 17px;
    margin: 5px auto 0;
    letter-spacing: 0;
    width: 100%;
    padding-left: 30px; }
  .header-bottom {
    margin: auto;
    left: 0;
    right: 0; }
  .advertisement-wrapper {
    height: 110px;
    width: 700px; }
  .tagline {
    font-size: 20px;
    letter-spacing: 0.5px;
    max-width: 100%;
    clear: both; }
  .map-connect-section {
    overflow: hidden; }
  .prefooter section:nth-child(1) {
    padding-right: 25px; }
  .footer {
    height: 191px;
    padding: 15px; }
  .footer-logo img {
    width: 246px;
    height: 84px; }
  .footer-logo span {
    padding-left: 60px;
    font-size: 13px; }
  .footerConnect {
    margin: 30px 0 0 30px;
    width: 350px; }
  .footerConnect p {
    padding: 0 0 0 0;
    line-height: 25px; }
  .show-14 {
    text-align: left; }
  .footer #menu {
    margin: 20px 0 0 -320px; }
  .secondary-logo-list {
    width: 715px;
    height: 140px;
    margin-top: 22px; }
  .secondary-logo-list li {
    margin-bottom: 15px; }
  .secondary-logo-list li img {
    width: 115px; }
  .ProductStreamClass .products-sidebar {
    max-width: 20%;
    padding-left: 30px; }
  .ProductStreamClass .products-main-body {
    max-width: 80%; }
  .ProductStreamClass .products-sidebar .red-banner {
    width: 300px; }
  .ProductStreamClass .products-sidebar h2 {
    font-size: 24px; }
  .products-main-body-content h1 {
    font-size: 32px; }
  .products-main-body-content h2 {
    font-size: 26px; } }

@media (max-width: 1799px) {
  .red-banner {
    width: 43%; }
  #Home .red-banner {
    width: 41%; }
  .skewed-wrapper {
    width: 290px;
    height: 185px; }
  .skewed-wrapper .inner {
    height: 185px; }
  .skewed-wrapper#products-skewed {
    margin-left: 320px; } }

@media (max-width: 1760px) {
  #Home .header {
    background-image: url(/Content/images/homeBG1400.jpg);
    background-position: top left;
    height: 800px; }
  .truck-overlay {
    background-image: url(/Content/images/fullTruck2000.png);
    background-position: top left; } }

@media (max-width: 1699px) {
  #Home .main {
    min-height: 696px; }
  .header nav #menu li {
    font-size: 14px;
    line-height: 14px; }
  .header nav #menu li a {
    padding: 0 45px; }
  .main .content {
    margin-right: 0;
    padding: 90px 30px 0 75px;
    width: 60%; }
  .main .content-inner {
    margin: 0 0 0 auto; }
  .main .home-contact {
    width: 40%;
    min-height: 696px; }
  .main .home-contact-inner {
    width: 90%;
    padding: 80px 0 0 55px;
    font-size: 19px; }
  .main .home-contact-inner h2 {
    padding-left: 20px; }
  .main .home-contact-inner #ContactForm {
    width: 319px; }
  .main .home-contact-inner #ContactForm p:nth-child(4) label {
    padding-right: 10px; }
  .main .home-contact-inner #ContactForm input[type="text"] {
    width: 319px;
    height: 28px; }
  .main .home-contact-inner #ContactForm textarea {
    width: 319px;
    height: 82px; }
  .main .home-contact-inner #ContactForm select {
    width: 153px;
    height: 28px; }
  .main .home-contact-inner #ContactForm #emoji-slider {
    width: 319px !important; }
  .main .home-contact-inner #ContactForm input[type="submit"] {
    width: 153px;
    height: 28px; } }

@media (max-width: 1599px) {
  .red-banner {
    width: 42%; }
  #Home .red-banner {
    width: 40%; } }

@media (max-width: 1399px) {
  #Home .header .header-headline {
    font-size: 4.5em;
    line-height: 75px; }
  .mechanic-wrapper h2 {
    left: 20px; }
  #Home .mechanic-wrapper .red-banner {
    left: -220px !important; }
  #mechanic-image {
    display: none; }
  .show-xl {
    display: none; }
  .footer .footerConnect {
    margin-top: -12px; }
  .shop-block ul {
    font-size: 13px;
    line-height: 19px;
    padding-top: 5px; }
  .shop-block .adr {
    padding-top: 8px;
    font-size: 13px;
    line-height: 19px; }
  .skewed-wrapper {
    width: 300px;
    height: 195px; }
  .skewed-wrapper .inner {
    height: 195px;
    background-size: 70%; }
  .skewed-wrapper#products-skewed .inner {
    background-image: url(/Content/images/productsTruck.jpg);
    background-position: 0% 40%; }
  .skewed-wrapper#services-skewed .inner {
    background-image: url(/Content/images/servicesSkewed.jpg);
    background-position: -5% 77%; }
  .skewed-wrapper p {
    height: 34px;
    font-size: 19px;
    width: 320px;
    right: 180px;
    text-align: left;
    line-height: 34px; }
  .skewed-wrapper:hover p {
    height: 84px; }
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 20px; }
  h6 {
    font-size: 12px; }
  .wrapper {
    max-width: 1000px; }
  .scrolled-nav-logo img {
    margin: 7px 0 0 15px; }
  .scrolled-nav nav #menu li a {
    font-family: "GillSansMT";
    font-size: 14px;
    padding: 0 25px; }
  .scrolled-nav .tel {
    font-size: 14px;
    padding-right: 25px; }
  .scrolled-nav .adr {
    font-size: 14px;
    padding-right: 0; }
  .scrolled-nav .second-level-menu {
    width: 200px; }
  .scrolled-nav #menu .second-level-menu li a {
    font-size: 14px; }
  .scrolled-nav #menu li .second-level-menu li .third-level-menu {
    margin: -40px 0 0 200px; }
  .scrolled-nav .hours-list {
    display: none; }
  .header {
    background-image: url(/Content/images/banners/main/productsBanner1000-shaded.jpg);
    background-position: top center;
    height: 430px; }
  #Home .header {
    background-image: url(/Content/images/homeBG1000.jpg);
    background-position: top center;
    height: 612px; }
  .truck-overlay {
    background-image: url(/Content/images/fullTruck1000.png);
    background-position: top center; }
  .header-top {
    /*max-width: 1000px;*/
    padding-top: 35px; }
  .header-logo img {
    width: 246px;
    height: 84px; }
  .header nav #menu {
    padding-top: 45px; }
  .header nav #menu li {
    font-family: "GillSansMT", Sans-Serif;
    font-size: 14px; }
  .header nav #menu li a {
    padding: 0 25px; }
  .header nav #menu li .second-level-menu {
    width: 130px;
    padding-left: 15px; }
  .header nav #menu li .second-level-menu li {
    font-size: 12px; }
  .header nav #menu li .second-level-menu li .third-level-menu {
    margin: -40px 0 0 115px;
    padding: 10px 15px; }
  .header nav #menu li .second-level-menu li:hover .third-level-menu:before {
    left: -12px;
    margin-top: 6px; }
  .shop-info:before {
    left: auto;
    /*display: none;*/ }
  /* 	
        .shop-block {
		width: 181px;
  		height: 110px;
  		line-height: 39px; position:relative; z-index:1000;
	}
	.shop-block:nth-child(1) {
		background:#000;
		transition: all 0.2s ease-in-out;
		cursor: pointer;
        margin-bottom:5px;
	}
	.shop-block:nth-child(1):hover {
		background: #dd2424;
	}
	.shop-block:nth-child(1):hover .hide-14, .shop-block:nth-child(2):hover .hide-14 {
		text-decoration: underline;
	}

.shop-block:nth-child(3) {height:auto;}

	.shop-block img {
		height: 24px;
		margin:8px 12px 0 7px;
	}
	.shop-block:nth-child(2) img {
		height: 24px;
		margin:8px 13px 0 12px;
	}
	.shop-block:nth-child(3) img {
		height: 24px;
		margin:7px 0 0 12px;
	}

    .shop-block ul, .shop-block .adr, .shop-block .phone-number {margin:0 0 0 5px;}
	.shop-block .adr, .shop-block ul {
		display: block;
	}
	.shop-block:nth-child(1).opened {
	    height:100px;
	}
	.shop-block:nth-child(1).opened ul {
	    display: block;
	    margin:0;
	    font-size: 14px;
	    padding:0 10px;
	}
	.shop-block:nth-child(2) {
		transition: all 0.2s ease-in-out;
		overflow: hidden;
		cursor: pointer;
	}
	.shop-block:nth-child(2).opened {
	    height:100px;
	}
	.shop-block:nth-child(2).opened .adr {
	    display: block;
	    margin:0;
	    font-size: 14px;
	    padding:0 10px;
	    text-align: center;
	}
	.shop-block .phone-number {
		font-size: 11px;
		line-height: 39px;
		margin-left: 40px;
	}
	.shop-block .hide-14 {
		display: block;
		font-family: "LemonMilk", Sans-Serif;
		font-size: 16px;
	}
    */
  .header .header-headline {
    font-size: 77px;
    line-height: 80px;
    width: 435px;
    padding: 25px 0 0 0;
    margin: 10px 0 0 30px; }
  #Home .header .header-headline {
    padding: 0; }
  #TruckAccessoryDealer .header .header-headline,
  #MemberLoginBodyID .header .header-headline,
  #ContactStreamBodyID .header .header-headline {
    padding-top: 25px; }
  #TruckAccessoryDealer .banner-tagline,
  #MemberLoginBodyID .banner-tagline,
  #ContactStreamBodyID .banner-tagline {
    display: none !important; }
  #TruckAccessoryDealer .red-banner,
  #MemberLoginBodyID .red-banner,
  #ContactStreamBodyID .red-banner {
    top: 160px; }
  .red-banner {
    left: -1000px;
    top: 240px;
    width: 51%;
    height: 80px; }
  #Home .red-banner {
    width: 46%;
    top: 210px;
    height: 73px; }
  .banner-tagline {
    font-size: 15px;
    margin: 5px auto 0;
    letter-spacing: 0;
    padding-left: 30px; }
  .advertisement-wrapper {
    height: 89px;
    width: 100%;
    max-width: 1000px;
    position: absolute;
    bottom: -89px;
    left: 0;
    right: 0;
    margin: auto; }
  .tagline {
    font-size: 16px;
    position: relative;
    top: 0;
    left: 0; }
  .advertisement-wrapper img {
    height: 89px;
    width: auto; }
  .skewed-wrapper {
    width: 290px;
    height: 185px; }
  .skewed-wrapper .inner {
    height: 185px; }
  .skewed-wrapper#products-skewed {
    margin-left: 320px; }
  .map-connect-section {
    /*margin-top: 89px;*/ }
  #Home .main {
    min-height: 758px; }
  .main .content {
    margin-right: 0;
    padding: 60px 30px 0 30px; }
  .main .content-inner {
    margin: 0 0 0 auto; }
  .main .home-contact {
    min-height: 758px; }
  .main .home-contact-inner {
    width: 100%;
    min-height: 758px;
    padding: 80px 0 0 30px; }
  #Home .main .home-contact-inner .red-banner {
    margin-left: -30px; }
  .main .home-contact-inner #ContactForm {
    margin-top: 30px; }
  .main .home-contact-inner #ContactForm #emoji-slider {
    width: 299px !important;
    margin: 70px auto 0; }
  .prefooter {
    height: 41px;
    line-height: 41px; }
  .prefooter img {
    height: 21px;
    margin-right: 0; }
  .prefooter section:nth-child(1) {
    font-size: 14px;
    padding-right: 25px; }
  .prefooter section:nth-child(2) {
    font-size: 15px; }
  .footer {
    height: 176px;
    position: relative;
    padding: 15px 0 0 20px; }
  .footerConnect {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 15px; }
  .footer #menu {
    margin: 0; }
  .footer #menu li {
    padding: 0 18px; }
  .footerConnect #menu li:nth-child(4) {
    border-right: 1px solid white;
    padding: 0 20px; }
  .footerConnect #menu li:nth-child(6) {
    border: none; }
  .footer #menu .hide-14 {
    display: inline-block;
    text-align: left; }
  .secondary-logo-list {
    margin-top: 20px;
    padding-left: 25px; }
  .secondary-logo-list li {
    margin-bottom: 0; }
  .secondary-logo-list li img {
    width: 105px; }
  .show-14 {
    display: none; }
  .ProductStreamClass .products-sidebar {
    width: 36.5%;
    max-width: 365px;
    padding-left: 60px;
    position: absolute; }
  .ProductStreamClass .products-main-body {
    width: 73.5%;
    max-width: 1200px; }
  .ProductStreamClass .brand-options section {
    width: 100%; }
  .ProductStreamClass .brand-options section:nth-child(2) h3 {
    padding-top: 0;
    font-size: 22px; }
  .products-main-body-content h1 {
    font-size: 30px; }
  .products-main-body-content h2 {
    font-size: 24px;
    text-align: center;
    margin-top: 10px; } }

@media (max-width: 1250px) {
  #mechanic-image {
    display: none; }
  .mechanic-wrapper h2 {
    width: 80%;
    float: left;
    left: 0;
    position: relative;
    margin: 0;
    padding: 0; }
  .mechanic-wrapper h2 br {
    display: none; }
  .mechanic-inner {
    width: 80%;
    float: right;
    text-align: right;
    left: 0;
    position: relative;
    padding-top: 60px; }
  #Home .mechanic-wrapper .red-banner {
    display: none; }
  .mechanic-wrapper h2 {
    font-size: 2.5vw;
    width: 80%;
    float: right;
    line-height: 1.3; }
  .mechanic-inner::after {
    background-image: none; }
  .mechanic-inner p {
    width: 96%;
    font-size: 1em; } }

@media (max-width: 1199px) {
  .shop-block ul,
  .shop-block .adr,
  .shop-block .phone-number {
    margin-left: 33px; }
  .shop-block img {
    max-width: 25px;
    margin-top: 25px; }
  .shop-block:nth-child(2) img {
    max-width: 25px;
    margin-top: 16px;
    margin-left: 9px;
    max-height: 25px; }
  .shop-block:nth-child(3) img {
    max-width: 25px;
    margin-top: 18px;
    margin-left: 9px;
    max-height: 25px; }
  .shop-block ul {
    font-size: 11px; }
  .shop-info .phone-number {
    font-size: 16px; }
  .shop-block {
    width: 210px; }
  #newAdDisplay {
    display: none; }
  .red-banner {
    width: 52%; }
  #Home .red-banner {
    width: 45%; } }

@media (min-width: 1000px) {
  .header-top #menucontainer {
    display: block !important; }
  #menu-products,
  #menu-service,
  #menu-about,
  #menu-contact {
    display: inline-block !important; }
  .prefooter section:nth-child(1) br {
    display: none; }
  .ProductStreamClass .products-sidebar.opened {
    height: auto; } }

@media (max-width: 999px) {
  #sticky-element.sticky.viewport-bottom {
    top: 0px; }
  #sticky-element.sticky {
    position: fixed;
    top: 0px; }
  .shop-info {
    z-index: 3; }
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 26px; }
  h3 {
    font-size: 22px; }
  h4 {
    font-size: 18px; }
  h6 {
    font-size: 10px; }
  .row {
    margin: 0; }
  .wrapper {
    max-width: 640px; }
  .scrolled-nav {
    display: none; }
  .header {
    height: 444px; }
  #Home .header {
    height: 612px; }
  .header-logo img {
    height: 61px;
    margin-right: 12px; }
  .shop-block {
    width: 190px; }
  .shop-block:nth-child(1):hover,
  .shop-block:nth-child(2):hover {
    text-decoration: underline; }
  .shop-block:nth-child(2) img {
    margin: 13px 10px 0 7px; }
  .shop-block .phone-number {
    margin-left: 35px; }
  .shop-block:nth-child(1).opened ul {
    display: block;
    margin: 0;
    font-size: 10px;
    padding: 0 6px; }
  .shop-block:nth-child(2).opened .adr {
    font-size: 12px; }
  .header .header-headline {
    font-size: 51px;
    line-height: 59px;
    width: 300px;
    padding: 15px 0 0 0;
    margin: 30px 0 0 30px;
    min-height: 193px; }
  #Home .header .header-headline {
    padding: 0;
    font-size: 3em;
    line-height: 58px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55); }
  #TruckAccessoryDealer .header .header-headline,
  #MemberLoginBodyID .header .header-headline,
  #ContactStreamBodyID .header .header-headline {
    padding-top: 33px; }
  .red-banner {
    left: -1000px;
    top: 200px;
    width: 48%;
    height: 64px; }
  #Home .red-banner {
    top: 186px;
    width: 48%;
    height: 61px; }
  .banner-tagline {
    margin: 17px auto 0;
    letter-spacing: 1px;
    padding-left: 0;
    text-align: center; }
  .header-top nav {
    border-left: 2px solid white;
    margin: 25px 0 0 15px;
    padding-left: 15px;
    font-size: 16px;
    text-transform: uppercase;
    height: 25px;
    line-height: 25px; }
  .header-top nav img {
    margin-left: 12px;
    margin-right: 20px; }
  .header-top #menucontainer {
    display: none;
    background: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow-y: scroll; }
  .close-menu,
  .open-menu {
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .close-menu:hover,
  .open-menu:hover {
    cursor: pointer;
    color: #dd2424; }
  .open-menu {
    position: relative; }
  .close-menu {
    font-size: 16px;
    font-family: "GillSansMTBold", Sans-Serif;
    margin: 50px auto;
    text-align: center;
    position: relative;
    padding: 0 0 0 20px; }
  .close-menu:before {
    content: "X";
    font-family: "GillSansMT";
    font-size: 20px;
    position: absolute;
    top: 1px;
    left: 0;
    right: 65px; }
  .header-top #menucontainer #menu {
    padding: 10px 0 50px;
    text-align: center;
    margin-left: 0; }
  .header-top #menucontainer #menu li {
    display: block;
    font-family: "LemonMilk", Sans-Serif;
    font-size: 25px;
    line-height: 50px;
    border: none;
    letter-spacing: 1px;
    margin-bottom: 5px; }
  #menu-products,
  #menu-service,
  #menu-about,
  #menu-contact {
    display: none; }
  .header-top #menucontainer #menu li .second-level-menu,
  .header-top #menucontainer #menu li .second-level-menu li .third-level-menu {
    position: relative;
    display: none; }
  .header-top #menucontainer #menu .second-level-menu {
    background: transparent;
    margin: 0;
    padding: 0 0 15px 0;
    width: auto; }
  .products-sidebar .downArrow {
    display: inline-block;
    max-width: 25px;
    height: auto;
    -webkit-animation: floater 1.5s infinite;
    animation: floater 1.5s infinite;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s; }
  @-webkit-keyframes floater {
    0% {
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%);
      -webkit-transition: ease 0.5s;
      -o-transition: ease 0.5s;
      transition: ease 0.5s; }
    50% {
      -webkit-transform: translateY(10%);
      transform: translateY(10%);
      -webkit-transition: ease 0.5s;
      -o-transition: ease 0.5s;
      transition: ease 0.5s; }
    100% {
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%);
      -webkit-transition: ease 0.5s;
      -o-transition: ease 0.5s;
      transition: ease 0.5s; } }
  @keyframes floater {
    0% {
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%);
      -webkit-transition: ease 0.5s;
      -o-transition: ease 0.5s;
      transition: ease 0.5s; }
    50% {
      -webkit-transform: translateY(10%);
      transform: translateY(10%);
      -webkit-transition: ease 0.5s;
      -o-transition: ease 0.5s;
      transition: ease 0.5s; }
    100% {
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%);
      -webkit-transition: ease 0.5s;
      -o-transition: ease 0.5s;
      transition: ease 0.5s; } }
  .header-top #menucontainer #menu li .second-level-menu,
  .header-top #menucontainer #menu li:hover .second-level-menu {
    visibility: visible;
    opacity: 1; }
  .header-top #menucontainer #menu li .second-level-menu.opened {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    .header-top #menucontainer #menu li .second-level-menu.opened a {
      font-weight: bold;
      background: #101010; }
  .header-top #menucontainer #menu li .second-level-menu li {
    font-family: "Roboto", Sans-Serif;
    font-size: 15px; }
  .header-top #menucontainer #menu li .second-level-menu li a {
    color: #dd2424; }
  .header-top #menucontainer #menu li:hover .second-level-menu li a:hover,
  .header-top .second-level-menu li.active a {
    color: white !important; }
  .hide-10 {
    display: block;
    font-family: "GillSansMT", Sans-Serif;
    font-size: 16px;
    text-transform: none;
    text-align: center;
    padding-bottom: 25px; }
  .hide-10 .tel {
    font-family: "GillSansMTBold", Sans-Serif; }
  .hide-10 a:hover {
    color: #dd2424; }
  .advertisement-wrapper {
    max-width: 640px; }
  .tagline {
    font-size: 17px;
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 0; }
  .advertisement-wrapper img {
    width: 100%;
    max-width: 640px; }
  .products-services-wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0; }
  .skewed-wrapper {
    width: 50%;
    min-height: 175px;
    overflow: hidden;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .skewed-wrapper#products-skewed {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg); }
  .skewed-wrapper#products-skewed .inner {
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    background-position: left center;
    background-image: url(/Content/images/ProductsLarger.jpg); }
  .skewed-wrapper#services-skewed {
    margin-left: -10%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-transform: skew(-17deg, 0deg);
    -webkit-transform: skew(-17deg, 0deg);
    transform: skew(-17deg, 0deg); }
  .skewed-wrapper .inner {
    width: 900px;
    height: 175px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-size: contain; }
  .skewed-wrapper#services-skewed .inner {
    background-position: left center;
    -ms-transform: skew(17deg, 0deg);
    -webkit-transform: skew(17deg, 0deg);
    transform: skew(17deg, 0deg);
    background-image: url(/Content/images/ServicesLarger.jpg); }
  .skewed-wrapper p {
    width: 600px; }
  #Home .main {
    height: auto;
    padding: 0; }
  .main .content {
    width: 100%;
    display: block;
    padding: 0; }
  .main .content-inner {
    padding: 45px 15px;
    max-width: none; }
  .main .home-contact {
    width: 100%;
    display: block;
    text-align: center;
    min-height: 745px; }
  .main .home-contact-inner {
    padding: 80px 0 0;
    min-height: 745px; }
  #Home .main .home-contact-inner .red-banner {
    margin-left: 100px; }
  .main .home-contact #ContactForm {
    margin: 30px auto;
    padding-bottom: 30px; }
  .prefooter {
    height: 84px;
    font-size: 0; }
  .prefooter section {
    width: 50%;
    max-width: 320px;
    white-space: normal;
    line-height: 17px; }
  .prefooter section:nth-child(1) {
    text-align: center;
    padding: 0; }
  .prefooter section:nth-child(2) {
    text-align: center;
    padding: 0 40px; }
  .prefooter section img {
    display: block;
    margin: 10px auto 7px; }
  .footer {
    height: 212px;
    background-image: url(/Content/images/footerBG640.jpg); }
  .footer-logo {
    display: block;
    text-align: center;
    width: 250px;
    margin: auto; }
  .footer-logo img {
    margin: 0 auto 0 -15px; }
  .footer-logo span {
    padding-left: 25px; }
  .footer-connect {
    position: relative; }
  .footer #menu {
    width: 400px;
    margin: auto;
    margin-top: 20px; }
  .footer #menu li {
    margin-bottom: 10px;
    padding: 0 20px; }
  .footer #menu li:nth-child(1) {
    padding: 0 20px 0 0; }
  .footer #menu li:nth-child(4) {
    border: none;
    padding-right: 0; }
  .footer #menu li:nth-child(5) {
    border: none; }
  .footer #menu li:nth-child(6) {
    border: none; }
  .secondary-logo-list {
    display: none; }
  .ProductStreamClass .products-sidebar {
    width: 100%;
    max-width: none;
    padding-left: 0;
    float: none;
    background: white;
    text-align: center;
    height: 48px;
    z-index: 2;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .ProductStreamClass .products-sidebar h2 {
    background: #dd2424;
    cursor: pointer; }
  .ProductStreamClass .products-sidebar ul {
    margin: 0;
    padding: 15px 0; }
  .ProductStreamClass .products-sidebar.opened {
    overflow: visible;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 857px; }
  .ProductStreamClass .products-sidebar .red-banner {
    display: none; }
  .ProductStreamClass .products-main-body {
    width: 100%;
    max-width: none;
    float: none; }
  .ProductStreamClass .main .wrapper {
    max-width: none; }
  .products-main-body-content {
    max-width: 640px;
    margin: auto; }
  #ContactStreamBodyID #ContactForm {
    float: none;
    margin: auto; }
  #ContactStreamBodyID .iframe-wrapper {
    width: 100%;
    float: none;
    max-width: none; }
  .products-main-body-content h1 {
    font-size: 24px; }
  .products-main-body-content h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 10px; } }

@media (max-width: 799px) {
  .red-banner {
    width: 50%; } }

#accessBannerFull {
  display: block;
  width: 100%; }

#accessBanner640 {
  display: none; }

@media (max-width: 639px) {
  #accessBannerFull {
    display: none; }
  #accessBanner640 {
    display: block; }
  .products-main-body-content figure {
    width: 32.333%; }
  #TruckAccessoryDealer .red-banner,
  #MemberLoginBodyID .red-banner,
  #ContactStreamBodyID .red-banner {
    top: 174px; }
  .header-bottom {
    z-index: 1; }
  #Home .main {
    padding-bottom: 70px !important; }
  #CURT .products-main-body table {
    display: none; }
  .products-main-body iframe,
  .products-main-body object {
    max-width: 100%;
    height: auto; }
  #contactLeft {
    width: 100%; }
  #contactRight {
    width: 100%; }
  #ACCESS .products-main-body-content table td {
    width: 100% !important;
    display: block;
    text-align: center; }
  .products-main-body-content img {
    display: block;
    clear: both;
    max-width: 100%;
    margin: 0 auto; }
  .header-bottom .hours-location-mobile .shop-block img {
    margin: -8px auto 0; }
  .header-bottom .hours-location-mobile .shop-block {
    margin-bottom: -30px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .header-bottom .hours-location-mobile .shop-block .shop-block-title {
    padding: 10px 0; }
  .header-bottom .hours-location-mobile .shop-block:hover {
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding-bottom: 30px;
    height: 110px;
    text-decoration: none; }
  .banner-tagline {
    display: none !important; }
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 16px; }
  h6 {
    font-size: 10px; }
  .wrapper {
    max-width: 320px; }
  .header {
    background-image: url(/Content/images/banners/main/productsBanner320.jpg);
    height: 412px; }
  .header-top {
    /*max-width: 320px;*/
    padding: 15px 0 0 10px; }
  .shop-info {
    display: none; }
  .phone-mobile {
    display: inline-block;
    border-right: 2px solid white;
    margin: 0 10px 0 10px; }
  .phone-mobile img {
    width: 15px;
    vertical-align: middle; }
  .open-menu {
    display: inline-block;
    padding: 0px; }
  #Home .header {
    background: transparent;
    background-position: top center;
    height: 798px; }
  .truck-overlay {
    background-image: url(/Content/images/homeBG320.jpg);
    z-index: 0;
    height: 500px; }
  .header-top nav {
    border-left: none;
    margin: 25px 0px 0 0;
    padding: 0;
    height: 25px;
    line-height: 25px;
    /*float: right;*/ }
  .header-top .open-menu img {
    margin: 0 5px 0 12px;
    vertical-align: bottom; }
  .header .header-headline {
    font-size: 42px;
    line-height: 49px;
    width: 265px;
    padding: 70px 0 0 0;
    margin: 20px 0 0 15px; }
  #Home .header .header-headline {
    padding: 0; }
  #TruckAccessoryDealer .header .header-headline,
  #MemberLoginBodyID .header .header-headline,
  #ContactStreamBodyID .header .header-headline {
    padding-top: 28px; }
  .red-banner {
    left: -1000px;
    top: 216px;
    width: 64%;
    height: 54px; }
  #Home .red-banner {
    top: 156px;
    width: 62%; }
  .banner-tagline,
  .tagline {
    display: none; }
  .skewed-wrapper {
    width: 100%;
    height: 135px;
    overflow: hidden;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block; }
  .skewed-wrapper#products-skewed {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg); }
  .skewed-wrapper#products-skewed .inner {
    background-position: center;
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg); }
  .skewed-wrapper#services-skewed {
    margin-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg); }
  .skewed-wrapper .inner {
    width: 100%;
    background-position: top center;
    background-size: cover;
    /*height: 135px;*/
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    right: 0; }
  .skewed-wrapper#services-skewed .inner {
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg); }
  .skewed-wrapper p {
    height: 34px;
    font-size: 16px;
    width: 60%;
    right: 0px;
    text-align: left;
    line-height: 34px; }
  .hours-location-mobile {
    display: block;
    font-size: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100000; }
  .footer {
    margin-bottom: 85px; }
  .hours-location-mobile .shop-block {
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
    padding: 10px 2%;
    margin: 0;
    height: 85px;
    font-size: 16px;
    font-family: "LemonMilk", Sans-Serif;
    text-align: center;
    white-space: normal; }
  .hours-location-mobile .shop-block:nth-child(1) {
    background: #153359; }
  .hours-location-mobile .shop-block:nth-child(2) {
    background: #dd2424; }
  .hours-location-mobile .shop-block-title {
    margin: auto; }
  .hours-location-mobile .shop-block:nth-child(1).opened,
  .hours-location-mobile .shop-block:nth-child(2).opened {
    height: 94px; }
  .hours-location-mobile .shop-block:nth-child(1) a {
    display: block;
    color: white; }
  .hours-location-mobile .shop-block:nth-child(1) a:hover {
    color: white; }
  .hours-location-mobile .shop-block .adr {
    display: block;
    font-family: "Roboto", Sans-Serif;
    font-size: 12px;
    line-height: 16px;
    width: 145px;
    padding: 0;
    margin: 6px auto; }
  .hours-location-mobile .shop-block ul {
    display: block;
    font-size: 12px;
    font-family: "GillSansMT", Sans-Serif;
    padding: 0;
    line-height: 1.5em;
    margin: 5px 0 0 0; }
  .advertisement-wrapper {
    height: 190px;
    max-width: 640px;
    bottom: -190px; }
  .advertisement-wrapper img {
    width: 100%;
    height: 190px;
    max-width: 320px; }
  .mobile-ad {
    display: block; }
  .non-mobile-ad {
    display: none; }
  .map-connect-section {
    display: none; }
  #Home .main {
    margin-top: 5px; }
  .contact-mobile {
    display: block;
    width: 100%;
    height: 54px;
    background: #dd2424;
    font-size: 32px;
    color: white !important;
    line-height: 54px;
    font-family: "LemonMilk", Sans-Serif;
    text-align: center; }
  .contact-mobile:hover {
    text-decoration: underline; }
  .main .home-contact {
    display: none; }
  .prefooter {
    display: none; }
  .footer {
    height: 400px;
    background-image: url(/Content/images/footerBG320.jpg); }
  .footer-logo img {
    width: 201px;
    height: 68px;
    margin: 0 auto 0 0; }
  .footer-logo span {
    font-size: 11px;
    padding-left: 0px;
    margin-left: -10px; }
  .footer #menu {
    width: 100%; }
  .footer #menu li {
    display: block !important;
    padding: 0 !important;
    border: none;
    text-align: center !important;
    line-height: 28px;
    margin: 0; }
  .ProductStreamClass .products-sidebar {
    background: white; }
  .ProductStreamClass .products-sidebar h2 {
    color: #dd2424;
    background: white; }
  .ProductStreamClass .brand-options h3 {
    width: 280px; }
  .ProductStreamClass .brand-options ul {
    padding: 0 20px; }
  .products-main-body-content {
    max-width: 320px; }
  #ContactStreamBodyID .iframe-wrapper {
    height: 320px; } }

@media (max-width: 499px) {
  .ProductStreamClass .brand-options {
    min-height: 350px;
    height: auto;
    background-color: #141414; }
  #headerWrap .header-logo {
    width: 60%;
    float: left;
    height: 83px; }
  #headerWrap .header-logo img {
    max-width: 100%;
    height: auto;
    float: left; }
  .red-banner {
    left: -1000px;
    top: 203px;
    width: 68%;
    height: 54px; }
  #Home .red-banner {
    width: 68%; }
  .footer #menu li {
    line-height: 20px; }
  .footerConnect #menu li a {
    font-size: 16px;
    line-height: 2; }
  #TruckAccessoryDealer .header .header-headline,
  #MemberLoginBodyID .header .header-headline,
  #ContactStreamBodyID .header .header-headline {
    padding-top: 42px; } }

@media (max-width: 399px) {
  .red-banner {
    left: -1000px;
    top: 203px;
    width: 75%;
    height: 54px; }
  #Home .red-banner {
    width: 70%; }
  .shop-block-title img {
    display: none; } }

.ButtonList {
  list-style-type: none !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ButtonList li a {
  width: 325px;
  max-width: 90vw;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #153359;
  color: #fff;
  margin: 0 10px 10px 0;
  text-decoration: none;
  font-weight: 700;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease; }

@media (min-width: 1001px) {
  .ButtonList li a:hover {
    background: #dd2424; } }

.ButtonList li a img {
  margin: 0 10px 0 0 !important;
  max-width: 90px;
  max-height: 50px;
  height: auto;
  width: auto; }

ul.cards {
  --col-count: 3;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[var(--col-count)];
  grid-template-columns: repeat(var(--col-count), 1fr);
  gap: clamp(15px, 1vw, 20px); }
  @media screen and (max-width: 1680px) {
    ul.cards {
      --col-count: 2; } }
  @media screen and (max-width: 900px) {
    ul.cards {
      --col-count: 1; } }
  ul.cards &gt; li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 5px; }
    ul.cards &gt; li .img-wrap {
      position: relative;
      min-height: 210px;
      isolation: isolate; }
      ul.cards &gt; li .img-wrap img {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        z-index: -1; }
    ul.cards &gt; li strong {
      color: black;
      display: block;
      font-size: 20px;
      margin-bottom: clamp(18px, 2vw, 25px);
      padding-top: 20px;
      text-align: center; }
    ul.cards &gt; li p {
      margin-bottom: clamp(24px, 2.5vw, 35px); }
    ul.cards &gt; li &gt; ul {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      ul.cards &gt; li &gt; ul &gt; li {
        list-style: none;
        margin-top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: clamp(18px, 2vw, 25px) clamp(25px, 4vw, 50px);
        padding-top: 0; }

.downArrow {
  display: none; }

body .header nav #menu li.mobileOnlyProdLink {
  display: none; }
  @media screen and (max-width: 1000px) {
    body .header nav #menu li.mobileOnlyProdLink {
      display: block; }
      body .header nav #menu li.mobileOnlyProdLink a {
        background: #1a1a1a !important; } }

.header nav #menu li a.desktopVersionLink {
  display: block; }
  @media screen and (max-width: 1000px) {
    .header nav #menu li a.desktopVersionLink {
      display: none; } }

.header nav #menu li a.mobileVersionLink {
  display: none; }
  @media screen and (max-width: 1000px) {
    .header nav #menu li a.mobileVersionLink {
      display: block; } }

@media screen and (max-width: 640px) {
  .header-top #menucontainer #menu li .second-level-menu.opened {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; } }

@media screen and (max-width: 400px) {
  .header-top #menucontainer #menu li .second-level-menu.opened {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr); } }

/*.second-level-menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
*/
</pre></body></html>