﻿/*
 Museo 300
font-family: "museo", serif;
font-style: normal;
Museo 300 Italic
font-family: "museo", serif;
font-style: italic;
Museo 700
font-family: "museo", serif;
font-style: normal;
Museo 700 Italic
font-family: "museo", serif;
font-style: italic;
font-family: 'Markazi Text', serif;
 */
/***** BEGIN 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,
font,
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 {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #1E1E1E;
    overflow-x: hidden;
}

body.invpage.otherpage {
    background: white;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

input:not(.container.cf *) {
    border: none;
    outline: none;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
    display: block;
}

input[type="submit"] {
    cursor: pointer;
}

/* INVENTORY RESET  */
input[type="date"]:not(.cf *),
input[type="datetime"]:not(.cf *),
input[type="datetime-local"]:not(.cf *),
input[type="email"]:not(.cf *),
input[type="file"]:not(.cf *),
input[type="month"]:not(.cf *),
input[type="number"]:not(.cf *),
input[type="password"]:not([class*="Mui"]):not(.cf *),
input[type="reset"]:not(.cf *),
input[type="search"]:not([class*="Mui"]):not(.cf *),
input[type="tel"]:not([class^="Mui"]):not(.cf *),
input[type="text"]:not([class^="Mui"]):not(.cf *),
input[type="time"]:not(.cf *),
input[type="url"]:not(.cf *),
input[type="week"]:not(.cf *),
select:not(.cf *),
textarea {
    height: auto !important;
    overflow: visible !important;
    width: unset !important;
}

/*-------- COLORS --------*/
:root {
    --neutral1: #FFFFFF;
    /* Insurance/Financing buttons */
    --secondary1: #DBCDC6;
    /* Some titles, some buttons */
    --primary: #C3262D;
    --secondary2: #707070;
    --neutral2: #1D1D1D;
}

/***** END RESET *****/
::-moz-selection {
    background: var(--neutral2);
    text-shadow: none;
}

::selection {
    background: var(--neutral2);
    text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/
/* START LOADER SECTION */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    background: rgb(30 30 30);
}

/* END LOADER SECTION  */
.notInventory *:not(i):not(i *) {
    font-family: "museo", serif;
}

.CaptchaMessagePanel {
    color: white;
}

*:not(.container.cf *):not(header .mobile):not(.se-pre-con):not(.se-pre-con *) {
    transition-duration: .25s;
}

.contactpage .mainright {
    transform: translateZ(0) !important;
    opacity: 1 !important;
}

.container.cf {
    margin: 80px 0;
}

h1:not(.container.cf *),
h2:not(.container.cf *),
h3:not(.container.cf *),
h4:not(.container.cf *),
h5:not(.container.cf *),
h6:not(.container.cf *) {
    font-family: 'Markazi Text', serif;
    text-transform: uppercase;
}

h1:not(.container.cf *) {
    font-weight: normal;
    font-size: 76px;
    font-size: max(30px, 3.95833vw);
}

h2:not(.container.cf *) {
    font-weight: normal;
    font-size: 66px;
    font-size: max(26px, 3.4375vw);
    text-transform: uppercase;
}

h3:not(.container.cf *) {
    font-weight: normal;
    font-size: 54px;
    font-size: max(22px, 2.8125vw);
    text-transform: uppercase;
}

h5:not(.container.cf *) {
    font-family: "museo", serif;
}

p:not(.container.cf *) {
    font-weight: normal;
    font-size: 22px;
    font-size: max(12px, 1.14583vw);
    line-height: 43px;
    line-height: max(17px, 2.23958vw);
}

/* 
  
  a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.scta):not(.shapebutton) {
      background-image: linear-gradient(120deg, #916300 0%, #916300 100%);
      background-repeat: no-repeat;
      background-size: 100% 0.1em;
      background-position: 0 116%;
      transition: background-size 0.25s ease-in;
      color: #916300;
      transition: 0.25s ease-out;
  }
  
  a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.scta):not(.shapebutton) {
      background-size: 100% 88%;
      color: white;
  } */
a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr {
    border: var(--neutral2) 1px solid;
}

/* NEAT MOBILE SEARCH  */
/* http://chattdozer.com/ */
/* CUSTOM LIST BULLETS  */
ul li {
    display: flex;
    align-items: center
}

/* 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;
  } */
/*--- HEADER STYLES ---------------------*/
/***** Start of primary nav ******/
#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0;
    display: inline-block;
    margin: 0;
    height: 100%;
    position: relative;
}

nav.primary ul {
    margin: 0;
    padding: 0;
    /* height: 100%; */
    display: flex;
    height: 100%;
    align-items: center;
    box-sizing: border-box;
    padding-right: 90px;
    padding-right: max(36px, 4.6875vw);
}

nav.primary ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    width: auto;
    /* height: 100%; */
}

nav.primary ul li a {
    text-decoration: none;
    /* display: block; */
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    padding: 0 40px;
    padding: 0 max(16px, 2.08333vw);
    font-weight: normal;
    font-size: 19px;
    font-size: max(12px, 0.98958vw);
    color: #000;
    /* height: 100%; */
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
}

nav.primary ul li a:hover {
    /* background: #000; */
    color: #7c3e18;
    /* text-decoration: underline; */
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
    padding: 10px;
    padding: max(4px, 0.52083vw);
    background: #181818;
    text-align: left;
    border-right: none;
    border-left: none;
    border-bottom: #303030 solid 1px;
}

/* Appearance of the sub-level links on hover */
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
}

nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav.primary ul li:hover>ul {
    display: block;
    z-index: 100;
}

nav.primary ul ul li {
    float: none;
    width: 270px;
    width: max(108px, 14.0625vw);
    position: relative;
    margin: 0;
    display: block;
}

/******** End of primary Nav ***************/
@media screen and (max-width: 767px) {

    .mainright {
        transform: translateZ(0) !important;
        opacity: 1 !important;
    }

    /*==============================
      Mobile Nav Styles			
  ================================*/
    nav.primary {
        display: none;
    }

    #menu-button {
        /* width: 74%; */
        display: inline-block;
        position: relative;
        z-index: 400;
        /* needs to be lower than nav.mobile, adjust as needed */
        /* background: #000; */
        text-align: right;
        padding-right: 20px;
        display: flex;
        align-items: center;
        /* font-size: 30px; */
    }

    #menu-button a {
        text-decoration: none;
        padding: 0 0 0 .8em;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #333;
        z-index: 500;
        /* needs to be higher than #menu-button, adjust as needed */
        overflow: auto;
    }

    /* 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: block;
        padding: 0;
        margin: 50px 0 10px 0;
    }

    /* MENU CLOSE 'X' BUTTON */
    nav.mobile .menu-toggle {
        position: absolute;
        padding: 3px 8px 3px;
        font-family: Arial, sans-serif;
        background: #222;
        text-decoration: none;
        top: -38px;
        right: 13px;
        color: white;
    }

    nav.mobile .menu-toggle:hover {
        /* Menu close button on hoveer */
    }

    /* MENU LIST STYLE */
    nav.mobile ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    nav.mobile ul li {
        /* border-top: 1px solid #454545; */
        /* border-bottom: 1px solid #151515; */
        position: relative;
    }

    /* FIRST LEVEL */
    nav.mobile ul li a {
        position: relative;
        display: block;
        padding: 10px;
        text-decoration: none;
        border-left: 4px #333 solid;
        /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); */
        text-align: left;
        color: white;
        width: 100%;
    }

    nav.mobile ul li a:hover {
        background: rgba(45, 45, 45, 0.5);
        border-left: 4px #d66c2b solid;
    }

    /* SECOND LEVEL */
    nav.mobile ul li li:last-child {
        border: none;
    }

    nav.mobile ul li li a {
        background: #444;
        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: rgba(65, 65, 65, 0.5);
    }

    /* 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 {
        /* dropdown menu idicator arrow be sure to include this image with your image files */
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 12399994;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        padding: 17px 20px;
    }

    .nav-footer {
        position: relative;
        text-align: center;
        padding: 15px 0;
    }

    /* FONT AWESOME ICONS */
    nav.mobile ul li a .fa {
        width: 25px;
        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);
    }

    /* SLIDE DOWN NAV STYLES */
}

/*.notInventory {*/
/*}*/
/*---BODY--------------------------------*/
/*.notInventory {*/
header {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, .85) 100%), url(/siteart/trucksdriving.png);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 220px;
    height: max(88px, 11.45833vw);
    padding-bottom: 70px;
    padding-bottom: max(28px, 3.64583vw);
    box-sizing: border-box;
    background-size: cover;
    background-position: 0px 320%;
}

.otherpage header {
    padding-bottom: 0;
    height: max(60px, 7.8125vw);
    padding-bottom: max(8px, 1.0417vw);
}

header .hleft {
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-top: max(10px, 1.30208vw);
    mix-blend-mode: darken;
}

header .hleft>a {
    margin: 0 125px 0 65px;
    margin: 0 max(50px, 6.51042vw) 0 max(26px, 3.38542vw);
    mix-blend-mode: darken;
}

header .hleft a img {
    width: 176px;
    width: max(70px, 9.16667vw);
    mix-blend-mode: darken;
}

header .hleft .contactInfo .contactsnip {
    display: inline-block;
}

header .hleft .contactInfo .contactsnip:nth-of-type(3) {
    display: block;
    padding-top: 10px;
    padding-top: max(4px, 0.52083vw);
}

header .hleft .contactInfo .contactsnip:nth-of-type(1) {
    padding-right: 25px;
    padding-right: max(10px, 1.30208vw);
}

header .hleft .contactInfo .contactsnip a {
    font-weight: normal;
    font-size: 15px;
    font-size: max(12px, 0.78125vw);
    color: #000;
    text-transform: uppercase;
}

header .hleft .contactInfo .contactsnip a .fa-solid {
    margin-right: 12px;
    margin-right: max(5px, 0.625vw);
}

header .hright {
    display: flex;
    height: 100%;
}

header .hright .shapebutton {
    font-weight: normal;
    font-size: 19px;
    font-size: max(12px, 0.98958vw);
    color: white;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(214, 108, 43, 1) 0%, rgba(214, 108, 43, 1) 50%, rgba(0, 0, 0, 1) 50%);
    padding: 0 70px 0 90px;
    padding: 0 max(28px, 3.64583vw) 0 max(36px, 4.6875vw);
    /* height: 90%; */
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 63%);
    /* background-position: 0 456px; */
    background-size: 100% 210%;
}

header .hright .shapebutton:hover {
    background-size: 100% 200%;
    background-position: 0 -100%;
}

.hero {
    background: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    right: -60px;
    right: min(-24px, -3.125vw);
    top: -45px;
    top: min(-18px, -2.34375vw);
    padding-top: 30px;
    padding-top: max(12px, 1.5625vw);
}

.hero .heroleft {
    padding: 0 250px 0;
    padding: 0 max(100px, 13.02083vw) 0;
    width: 880px;
    width: max(352px, 45.83333vw);
    box-sizing: border-box;
    text-align: center;
}

.hero .heroleft h2 {
    color: #e4e4e4;
}

.hero .heroleft p {
    font-weight: normal;
    font-size: 22px;
    font-size: max(12px, 1.14583vw);
    line-height: 33px;
    line-height: max(13px, 1.71875vw);
    color: #ff7d2d;
    font-style: italic;
    margin-bottom: 40px;
    margin-bottom: max(16px, 2.08333vw);
}

.hero .heroleft .heroctas {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.hero .heroleft .heroctas .scta {
    font-weight: normal;
    font-size: 25px;
    font-size: max(13px, 1.30208vw);
    letter-spacing: 0.02em;
    line-height: 46px;
    line-height: max(18px, 2.39583vw);
    color: #fff;
    padding: 10px;
    padding: max(4px, 0.52083vw);
    text-align: center;
    width: 100%;
    z-index: 1;
}

.hero .heroleft .heroctas .scta:last-of-type {
    background: #d66c2b;
    box-sizing: border-box;
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(214, 108, 43, 1) 50%);
    background-size: 200% 100%;
}

.hero .heroleft .heroctas .scta:last-of-type:hover {
    background-size: 200% 100%;
    background-position: 100% 0%;
}

.hero .heroleft .heroctas .scta:first-of-type {
    background: transparent;
    border: 2px solid #d66c2b;
    border: max(1px, 0.10417vw) solid #d66c2b;
    margin-bottom: 5px;
    margin-bottom: max(2px, 0.26042vw);
    box-sizing: border-box;
}

.hero .heroleft .heroctas .scta:first-of-type {
    background: #d66c2b;
    box-sizing: border-box;
    background: linear-gradient(270deg, rgb(214 108 43) 0%, rgb(214 108 43) 50%, rgb(214 108 43 / 0%) 50%);
    background-size: 200% 100%;
}

.hero .heroleft .heroctas .scta:first-of-type:hover {
    background-size: 200% 100%;
    background-position: 100% 0%;
}

.hero .heroleft .heroctas .accent {
    width: 514px;
    width: max(205px, 26.77083vw);
    margin-top: -35px;
    margin-top: min(-14px, -1.82292vw);
    z-index: 0;
}

.hero .heroright {
    display: flex;
    flex-wrap: wrap;
    width: 950px;
    width: max(380px, 49.47917vw);
    align-items: flex-start;
    align-self: flex-end;
    margin-bottom: -54px;
    margin-bottom: min(-22px, -2.8125vw);
}

.hero .heroright img {
    width: 310px;
    width: max(124px, 16.14583vw);
    padding: 4px;
    padding: max(2px, 0.20833vw);
    box-sizing: border-box;
    object-fit: contain;
}

.hero .heroright img:nth-of-type(2),
.hero .heroright img:nth-of-type(5) {
    height: 290px;
    height: max(116px, 15.10417vw);
}

.hero .heroright img:nth-of-type(4) {
    margin-top: -24px;
    margin-top: min(-10px, -1.25vw);
}

.hero .heroright img:nth-of-type(5) {
    margin-top: -17px;
    margin-top: min(-7px, -0.88542vw);
}

.hero .heroright img:nth-of-type(6) {
    margin-top: -36px;
    margin-top: min(-14px, -1.875vw);
}

.mainflx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1000px;
    height: max(399px, 52.08333vw);
    background: linear-gradient(90deg, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, .85) 100%), url(/siteart/trucksdriving.png);
    background-size: cover;
}

.otherpage .mainflx {
    height: unset;
}

main .mainleft {
    padding: 0 460px 0 200px;
    padding: 0 max(184px, 23.95833vw) 0 max(80px, 10.41667vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #1e1e1e;
}

.otherpage main .mainleft {
    height: unset !important;
}

.aboutpage .mainleft {
    padding-top: max(110px, 14.3229vw) !important;
    padding-bottom: max(110px, 14.3229vw) !important;
}

.otherpage main .mainleft {
    padding-top: max(44px, 5.7292vw);
    padding-bottom: max(44px, 5.7292vw);
}

main .mainleft h1 {
    color: #fff;
}

main .mainleft p {
    color: #fff;
}

main .mainleft .contactsInfo {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    margin-top: max(48px, 6.25vw);
}

.otherpage .contactsInfo {
    margin-top: 40px !important;
}

main .mainleft .contactsInfo .contactBlock {
    font-weight: normal;
    font-size: 27px;
    font-size: max(12px, 1.40625vw);
    line-height: 53px;
    line-height: max(21px, 2.76042vw);
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-style: italic;
}

main .mainleft .contactsInfo .contactBlock * {
    color: #fff;
}

main .mainleft .contactsInfo .contactBlock .fa-solid {
    margin-top: 10px;
    margin-top: max(4px, 0.52083vw);
    margin-right: 30px;
    margin-right: max(12px, 1.5625vw);
}

main .mainright {
    height: 100%;
    display: flex;
    margin-right: -350px;
    margin-right: min(-140px, -18.22917vw);
    display: flex;
    align-items: center;
    margin-left: -160px;
    margin-left: min(-64px, -8.33333vw);
}

main .mainright .mainrr {
    display: flex;
    flex-direction: column;
    position: relative;
}

main .mainright .mainrr .accent {
    position: absolute;
    width: 514px;
    width: max(205px, 26.77083vw);
    top: -30px;
    top: min(-12px, -1.5625vw);
    left: -90px;
    left: min(-36px, -4.6875vw);
}

main .mainright .mainrr img {
    width: 487px;
    width: max(195px, 25.36458vw);
    object-fit: contain;
    mix-blend-mode: luminosity;
}

main .mainright .mainrr a {
    font-weight: normal;
    font-size: 35px;
    font-size: max(14px, 1.82292vw);
    letter-spacing: 0.02em;
    line-height: 64px;
    line-height: max(26px, 3.33333vw);
    color: #fff;
    background: #d66c2b;
    width: 100%;
    display: block;
    padding: 0 50px;
    padding: 0 max(20px, 2.60417vw);
    /* text-align: center; */
    box-sizing: border-box;
}

main .mainright .mainrr a {
    background: #d66c2b;
    box-sizing: border-box;
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(214, 108, 43, 1) 50%);
    background-size: 200% 100%;
}

main .mainright .mainrr a:hover {
    background-size: 200% 100%;
    background-position: 100% 0%;
}

main .mainright .mainrr a:last-of-type {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%, 0 53%);
}

main .mainright .mainrr a:last-of-type {
    margin-top: 3px;
    margin-top: max(1px, 0.15625vw);
}

.scta {
    font-family: 'Markazi Text', serif !IMPORTANT;
    text-transform: uppercase;
}

main .mainright .mainrl {
    margin-top: -126px;
    margin-top: min(-50px, -6.5625vw);
}

main .mainright .mainrl img {
    width: 487px;
    width: max(195px, 25.36458vw);
    opacity: 0.15;
    mix-blend-mode: luminosity;
}

main .bottomctas {
    padding-bottom: 230px;
    padding-bottom: max(92px, 11.97917vw);
    background: url(/siteart/bottombg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}

main .bottomctas:before {
    content: '';
    width: 460px;
    width: max(184px, 23.95833vw);
    height: 100%;
    background: white;
    z-index: -1;
    position: absolute;
    display: block;
}

main .bottomctas .bigcap {
    align-items: flex-start;
    display: flex;
    background: #D66C2B;
    margin: 0 200px;
    margin: 0 max(80px, 10.41667vw);
    position: relative;
    height: 550px;
    height: max(220px, 28.64583vw);
    /* justify-content: flex-end; */
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%, 0 73%);
}

main .bottomctas .bigcap .bigcapl {
    position: absolute;
    z-index: 0;
    mix-blend-mode: multiply;
}

main .bottomctas .bigcap .bigcapl img {
    width: 884px;
    width: max(353px, 46.04167vw);
    opacity: .3;
}

main .bottomctas .bigcap .bigcapr {
    width: 780px;
    width: max(312px, 40.625vw);
    margin: 0 0 0 auto;
    align-self: flex-start;
    z-index: 1;
    margin-top: 26px;
    margin-top: max(10px, 1.35417vw);
}

main .bottomctas .bigcap .bigcapr h3 {
    color: #fff;
    background: #b35a24;
    padding: 30px 0 20px 60px;
    padding: max(12px, 1.5625vw) 0 max(8px, 1.04167vw) max(24px, 3.125vw);
    /* margin-top: -22px; */
}

main .bottomctas .bigcap .bigcapr p {
    color: white;
    padding-left: 50px;
    padding-left: max(20px, 2.60417vw);
    margin-top: 60px;
    margin-top: max(24px, 3.125vw);
    padding-right: 110px;
    padding-right: max(44px, 5.72917vw);
}

main .bottomctas .bigcap .bigcapr .ctas {
    margin-left: 45px;
    margin-left: max(18px, 2.34375vw);
    margin-top: 40px;
    margin-top: max(16px, 2.08333vw);
}

main .bottomctas .bigcap .bigcapr .ctas .scta {
    font-weight: normal;
    font-size: 21px;
    font-size: max(12px, 1.09375vw);
    letter-spacing: 0.02em;
    color: #fff;
    background: #262626;
    padding: 14px 60px;
    padding: max(6px, 0.72917vw) max(24px, 3.125vw);
    margin: 0 5px;
    margin: 0 max(2px, 0.26042vw);
}

main .bottomctas .bigcap .bigcapr .ctas .scta:first-of-type {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 52%);
}

main .bottomctas .bigcap .bigcapr .ctas .scta {
    background: #d66c2b;
    box-sizing: border-box;
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, #262626 50%);
    background-size: 200% 100%;
}

main .bottomctas .bigcap .bigcapr .ctas .scta:hover {
    background-size: 200% 100%;
    background-position: 100% 0%;
}

footer {
    background: #000000;
    z-index: 2;
    display: block;
    position: relative;
}

.footerctas {
    display: flex;
    justify-content: flex-end;
    margin-right: 140px;
    margin-right: max(56px, 7.29167vw);
    position: relative;
}

.footerctas .accent {
    position: absolute;
    margin-top: -50px;
    margin-top: min(-20px, -2.60417vw);
    margin-right: 355px;
    margin-right: max(142px, 18.48958vw);
    width: max(206px, 26.8229vw);
}

footer .pointlesscontainer .scta {
    font-weight: normal;
    font-size: 31px;
    font-size: max(12px, 1.61458vw);
    letter-spacing: 0.02em;
    line-height: 64px;
    line-height: max(26px, 3.33333vw);
    color: #fff;
    background: #d66c2b;
    padding: 8px 90px;
    padding: max(3px, 0.41667vw) max(36px, 4.6875vw);
    margin: 0 12px;
    margin: 0 max(5px, 0.625vw);
    margin-top: -40px;
    margin-top: min(-16px, -2.08333vw);
    z-index: 3;
}

footer .pointlesscontainer .scta {
    background: #d66c2b;
    box-sizing: border-box;
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(214, 108, 43, 1) 50%);
    background-size: 200% 100%;
}

footer .pointlesscontainer .scta:hover {
    background-size: 200% 100%;
    background-position: 100% 0%;
}

footer .pointlesscontainer .scta:first-of-type {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%, 0 62%);
}

footer .pointlesscontainer .mainft {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 400px;
    height: max(160px, 20.83333vw);
    padding: 0 180px 0 150px;
    padding: 0 max(72px, 9.375vw) 0 max(60px, 7.8125vw);
}

footer .pointlesscontainer .mainft .footerl img {
    width: 252px;
    width: max(101px, 13.125vw);
}

footer .pointlesscontainer .mainft .footerr {
    display: flex;
}

footer .pointlesscontainer .mainft .footerr .flinkscontain:last-of-type ul {
    columns: 2;
    column-gap: 70px;
    column-gap: max(28px, 3.64583vw);
}

footer .pointlesscontainer .mainft .footerr .flinkscontain:first-of-type {
    padding-right: 200px;
    padding-right: max(80px, 10.41667vw);
}

footer .pointlesscontainer .mainft .footerr .flinkscontain h5 {
    font-weight: normal;
    font-size: 28px;
    font-size: max(12px, 1.45833vw);
    color: #fff;
    padding-bottom: 42px;
    padding-bottom: max(17px, 2.1875vw);
    text-transform: none;
}

footer .pointlesscontainer .mainft .footerr .flinkscontain ul li {
    padding-bottom: 15px;
    padding-bottom: max(6px, 0.78125vw);
}

footer .pointlesscontainer .mainft .footerr .flinkscontain ul li a {
    font-weight: normal;
    font-size: 16px;
    font-size: max(12px, 0.83333vw);
    color: #fff;
}

footer .pointlesscontainer .mainft .footerr .flinkscontain ul li a .fa-solid {
    padding-right: 18px;
    padding-right: max(7px, 0.9375vw);
}

/*}*/
/*--------FORM STYLES--------------------*/
/*.notInventory {*/
/*}*/
/*-------- FOOTER STYLES ----------------*/
/*.notInventory {*/
a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
}

a.footerlink:hover {
    text-decoration: none;
}

.divfooter {
    max-width: 450px;
    max-width: max(180px, 23.4375vw);
    text-align: center;
    margin: 0 auto;
}

/*}*/
/*---------- RESPONSIVE STYLES ----------*/
/*.notInventory {*/
@media only screen and (max-width: 1600px) {

    .flex-form .flex-row {

        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1131px) {
    header .hleft>a {
        margin-right: 20px;
    }

    header .hright .primary ul li a {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 880px) {



    .invpage footer {
        padding-bottom: 90px;
    }

    header {}

    header .hleft {}

    header .hleft a {}

    header .hleft a img {}

    header .hleft .contactInfo {}

    header .hleft .contactInfo .contactsnip {}

    header .hleft .contactInfo .contactsnip a {}

    header .hleft .contactInfo .contactsnip a .fa-solid {}

    header .hright {}

    header .hright .primary {}

    header .hright .primary ul {}

    header .hright .primary ul li {}

    header .hright .primary ul li a {}

    header .hright #menu-button {}

    header .hright #menu-button .menu-toggle {
        color: black;
        font-size: 30px;
    }

    header .hright .shapebutton {
        display: none;
    }

    .mobile {}

    .mobile .mobile_top {}

    .mobile .mobile_top .menu-toggle {}

    .mobile ul {}

    .mobile ul li {}

    .mobile ul li a {}

    .hero {
        flex-direction: column;
        right: 0;
        padding-top: 25px;
        /* overflow-y: hidden; */
    }

    .hero .heroleft {
        width: 100%;
    }

    .hero .heroleft h2 {}

    .hero .heroleft p {}

    .hero .heroleft .heroctas {}

    .hero .heroleft .heroctas .scta {}

    .hero .heroleft .heroctas .accent {}

    .hero .heroright {
        /* width: 100%; */
        margin: 20px auto -20px;
    }

    .hero .heroright img {}

    main {}

    main .mainflx {
        flex-direction: column;
        height: unset;
    }

    main .mainflx .mainleft {
        padding: 45px 45px 70px;
    }

    main .mainflx .mainleft h1 {}

    main .mainflx .mainleft p {}

    main .mainflx .mainleft .contactsInfo {}

    main .mainflx .mainleft .contactsInfo>div:last-of-type {
        margin-top: 13px;
    }

    main .mainflx .mainleft .contactsInfo>div {
        margin-left: 10px;
    }

    main .mainflx .mainleft .contactsInfo {
        flex-direction: column;
    }

    main .mainflx .mainleft .contactsInfo div {}

    main .mainflx .mainleft .contactsInfo div .contactBlock {}

    main .mainflx .mainleft .contactsInfo div .contactBlock .fancLnk {}

    main .mainflx .mainleft .contactsInfo div .contactBlock .fancLnk br {}

    main .mainflx .mainleft .contactsInfo div .contactBlock .fa-solid {}

    main .mainflx .mainright {
        width: 100%;
        justify-content: center;
        margin: 0;
        margin-top: -20px;
        margin-bottom: 50px;
    }

    main .mainflx .mainright .mainrr {
        align-items: center;
    }

    main .mainflx .mainright .mainrr .accent {
        position: static;
        margin-bottom: -12px;
    }

    main .mainflx .mainright .mainrr img {}

    main .mainflx .mainright .mainrr .scta {}

    main .mainflx .mainright .mainrl {
        display: none;
    }

    main .mainflx .mainright .mainrl img {}

    main .bottomctas {}

    main .bottomctas .bigcap {
        flex-direction: column;
        clip-path: none;
        width: 100%;
        margin: 0;
        height: 360px;
    }

    main .bottomctas .bigcap .bigcapl {
        bottom: 0;
    }

    main .bottomctas .bigcap .bigcapl img {}

    main .bottomctas .bigcap .bigcapr {
        width: 100%;
    }

    main .bottomctas .bigcap .bigcapr h3 {}

    main .bottomctas .bigcap .bigcapr p {}

    main .bottomctas .bigcap .bigcapr .ctas {}

    main .bottomctas .bigcap .bigcapr .ctas .scta {}

    footer {}

    footer .pointlesscontainer {}

    footer .pointlesscontainer .footerctas {
        justify-content: center;
        margin: 0;
        flex-wrap: wrap;
    }

    footer .pointlesscontainer .footerctas .accent {}

    footer .pointlesscontainer .footerctas .scta {}

    footer .pointlesscontainer .footerctas .scta:last-of-type {}

    footer .pointlesscontainer .mainft {
        flex-direction: column-reverse;
        height: auto;
        padding: 20px;
    }

    footer .pointlesscontainer .mainft .footerl {
        margin: 20px 0;
    }

    footer .pointlesscontainer .mainft .footerl img {}

    footer .pointlesscontainer .mainft .footerr {
        flex-direction: column;
    }

    footer .pointlesscontainer .mainft .footerr .flinkscontain {
        margin: 15px 0;
    }

    footer .pointlesscontainer .mainft .footerr .flinkscontain h5 {}

    footer .pointlesscontainer .mainft .footerr .flinkscontain ul {}

    footer .pointlesscontainer .mainft .footerr .flinkscontain ul li {}

    footer .pointlesscontainer .mainft .footerr .flinkscontain ul li a {}

    footer .pointlesscontainer .mainft .footerr .flinkscontain ul li a .fa-solid {}
}

/*}*/
@charset "utf-8";
/* CSS Document */

/* FORMS  */
/* FORM STYLES  */
/* CSS Document */


/* Financing Form Styles */

.flex-form {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 15px;
    margin: 50px auto;
}

.flex-form,
.flex-form * {
    box-sizing: border-box;
}

.flex-form h3 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 2px solid #eee;
    padding: 20px 0 20px 0;
    margin-top: 40px;
}

.flex-form h4 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
    padding: 10px 0;
    font-size: 16px;
}

.flex-form label {
    font-weight: normal;
}

.flex-form span {
    text-align: left;
    margin: 0;
    font-size: 12px;
}


.flex-form #formpage input,
select {
    margin-top: 5px;
}

.flex-form .flex-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    /* flex-wrap: wrap; */
}

.flex-border {
    border: 2px solid #eee;
    padding: 20px;
}

.flex-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 5px 5px 5px;
    text-align: left;
    color: white;
}



.check-container {
    display: inline-block;
    text-align: left;
    margin: 0;
}

.check-container input[type="checkbox"] {
    display: inline-block;
    width: 20px !important;
}




/*form styles*/
.parts-request {
    width: 100%;
    padding: 40px 0;
    text-align: left;
    margin-top: 40px;
    border-top: 1px solid #eaeaea;
}

.parts-request h3 {
    text-transform: uppercase;
}

#formpage {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    /* max-width: 1600px; */
}

#formpage p {
    text-align: left;
}

#formpage h4 {
    margin-top: 30px;
}

.form-half {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.add-part {
    padding: 30px;
    border: 1px solid #f1f1f1;
    margin: 20px 0 0 0
}

.add-part h4 {
    margin: 0 0 10px 10px !important;
}


.formfield {
    width: 100%;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    min-width: 175px;
    text-align: left;
}

#formpage input,
select {
    padding: 6px 5px 10px;
    border: 1px solid #f1f1f1;
    font-family: "Source Sans Pro", sans-serif;
    color: #000;
    font-size: 16px;
    margin-top: 5px;
    /* border-radius: 2px; */
    background: #f1f1f1;
}

#formpage input:focus {
    border: 1px solid #eaeaea;
    border-radius: 2px
}

#formpage option {
    color: #333;
    background: #fff;
}

/*===PLACEHOLDER TEXT STYLES===*/

#formpage ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #767676;
}

#formpage ::-moz-placeholder {
    /* Firefox 19+ */
    color: #767676;
}

#formpage :-ms-input-placeholder {
    /* IE 10+ */
    color: #767676;
}

#formpage :-moz-placeholder {
    /* Firefox 18- */
    color: #767676;
}

#formpage input.submit-button,
#formpage input.submit-button:focus {
    background: #d66c2b;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    border-radius: 2px;
    transition: ease-in .3s;
    width: 150px;
    border: none;
    height: auto;
}



#formpage input.submit-button:hover {
    background: #000000;
    /* box-shadow: 1px 1px 2px #848484; */
    transition: ease-out .3s;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
}

#formpage textarea {
    padding: 6px 5px;
    border: 1px solid #f1f1f1;
    color: #000;
    font-size: 16px;
    background: #f1f1f1;
    width: 100%;
    height: 135px !important;
    /* border-radius: 2px; */
    resize: vertical;
    margin-top: 10px;
}

#formpage textarea:focus {
    border: 1px solid #eaeaea;
    border-radius: 2px
}

.CaptchaPanel {
    width: 100%;
}

.CaptchaImagePanel img {
    width: 200px !important;
    height: auto !important;
}

.CaptchaAnswerPanel {
    width: 250px;
    margin: 0 auto;
}

.CaptchaWhatsThisPanel a {
    color: #333;
    color: white;
}

.submit-button {
    padding: 10px 0px 10px 0px;
    position: relative;
    width: 100%;
    text-align: center;
}

/*end form styles*/


@media screen and (max-width: 1170px) {
    .form-half {
        width: 46%;
    }
}

@media screen and (max-width: 900px) {
    .flex-form .flex-row {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 700px) {
    .form-half {
        width: 98%;
    }
}

@media screen and (max-width: 450px) {
    .add-part {
        padding: 20px;
    }
}