﻿/* Set viewport width: 767 */
/* Set separate viewport width for font-size and line-height: 1250 */
/* COMMON FLEX TO START WITH  */
/* display:flex; align-items: center; justify-content: space-between */
/***** 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;
}

div#pagetext {
    margin: max(30px, 5vw);
}

body,
html {
    /* overflow-x: hidden */
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

input:not(.container.cf *) {
    border: none;
    outline: none;
}

/* AT RESET  */
header form button[type=submit] {
    background-color: transparent !important;
    height: unset;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
    display: block;
}

input[type="submit"] {
    cursor: pointer;
}

p a:not(.container.cf *) {
    color: inherit;
    opacity: .5;
}

/* INVENTORY RESET  */
input[type="color"]:not(.cf *),
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;
    line-height: unset !important;
    overflow: visible !important;
    width: unset !important;
}

.invpage header,
.invpage header *,
.invpage footer,
.invpage .notInventory input {
    border: none;
}

/* ABSOLUTE CENTER transform: translateX(-50%); */
/*-------- COLORS --------*/
:root {
    /* All text that appears outside of the colored boxes, background for the colored boxes */
    --neutral1: #FFFFFF;
    /* Insurance/Financing buttons */
    --secondary1: #DBCDC6;
    /* Some titles, some buttons */
    --primary: #C3262D;
    /* Background color for hover states, text color for hover states */
    --secondary2: #707070;
    /* Background color, all text appearing within the colored boxes */
    --neutral2: #1D1D1D;
}

/***** END RESET *****/
::-moz-selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

::selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-image: linear-gradient(120deg, var(--primary) 0%, var(--primary) 100%); background-repeat: no-repeat; background-size: 100% 0.2em; background-position: 0 116%; transition: background-size 0.25s ease-in; color: var(--primary); transition: 0.25s ease-out; padding: 2px 2px 0; } a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-size: 100% 88%; color: white; } */
.intextlink:hover {
    opacity: 0.8;
    /* Adjust the opacity value as needed */
}

/*-------- BODY STYLES --------*/
/* START LOADER SECTION */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    background: rgb(71 71 71);
}

/* END LOADER SECTION  */
.notInventory *:not(i):not(i *):not(.fas):not(.fas *):not(.fa *):not(.fa):not(.fab):not(.fab *) {
    font-family: "industry", sans-serif;
}

*:not(.slick-slider *):not(.container.cf *):not(header .mobile):not(.se-pre-con):not(.se-pre-con *):not(.slider):not(.slick-track):not([data-aos]) {
    transition-property: background, color, background-color, background-size, opacity, margin, padding, left, right, top, bottom, transform;
    transition-duration: .25s;
}

.surroundprod {
    display: flex;
}

.surroundprod #product {
    border: 1px solid black;
    padding: 17px;
    text-align: center;
    font-size: 21px;
    width: 295px;
}

div#product img {
    width: 200px;
    height: 90px;
    object-fit: contain;
}

div#surroundheader {
    /* position: absolute; */
    z-index: 1;
    width: 100%;
    background: #404040d4;
    position: relative;
}

.homepage div#surroundheader {
    position: absolute;
}

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: "abolition", sans-serif !important;
    font-weight: 100;
}

h1:not(.container.cf *) {
    font-size: max(47px, 3.75vw);
}

h2:not(.container.cf *) {
    font-size: max(29px, 2.34375vw);
}

p:not(.container.cf *),
ul:not(.container.cf *):not(header ul):not(header ul li),
ul li:not(.container.cf *):not(header ul):not(header ul li),
b:not(.container.cf *) {
    font-family: "industry", sans-serif;
    /* font-weight: normal; */
    font-size: 23px;
    font-size: max(15px, 1.19792vw);
    line-height: 43px;
    line-height: max(28px, 2.23958vw);
}

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.custom li {
    display: flex;
    align-items: center
}

nav:not(.mobile)>ul>li:before {
    content: '';
    position: relative;
    width: 15px;
    width: max(6px, 0.78125vw);
    height: 17px;
    height: max(7px, 0.88542vw);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 23px;
    height: max(9px, 1.19792vw);
    width: 1px !important;
    background: white;
}

.wrapper {
    margin: 100px auto;
    margin: max(40px, 5.20833vw) auto;
    padding: 0 40px;
    padding: 0 max(16px, 2.08333vw);
    width: 100%;
    max-width: 1300px;
    max-width: max(519px, 67.70833vw);
    box-sizing: border-box;
}

/*--- HEADER STYLES ---------------------*/
/* Contact Info  */
.contactInfo {
    display: flex;
    padding-right: 90px;
    padding-right: max(36px, 4.6875vw);
}

.contactInfo,
.contactInfo * {
    color: var(--secondary1);
}

.contactsnip {
    padding-left: 20px;
    padding-left: max(8px, 1.04167vw);
}

.contactInfo a {
    font-size: 17px;
    font-size: max(11px, 0.88542vw);
}

.contactInfo i {
    font-size: 14px;
    font-size: max(9px, 0.72917vw);
}

@media only screen and (max-width: 925px) {
    .contactInfo {
        display: flex !important;
    }

    .contactInfo a {
        padding-left: 0 !important;
    }
}

/***** Start of primary nav ******/
#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
    position: relative;
    background: #AC0000;
}

nav.primary ul {
    margin: 0;
    padding: 0;
}

nav.primary ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    width: auto;
}

nav.primary ul li a {
    color: #fff;
    font-size: 14px;
    font-size: max(9px, 0.72917vw);
    line-height: 60px;
    line-height: max(39px, 3.125vw);
    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;
    font-weight: 500;
    padding: 0 26px;
    padding: 0 max(10px, 1.35417vw);
    font-family: "industry", sans-serif;
    font-weight: bold;
    font-size: 19px;
    font-size: max(12px, 0.98958vw);
    letter-spacing: 0em;
    text-align: center;
    display: inline-block;
}

nav.primary ul li a:hover {
    background: #000;
    color: #CB1C1C;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: 16px;
    font-size: max(10px, 0.83333vw);
    line-height: 16px;
    line-height: max(10px, 0.83333vw);
    padding: 10px;
    padding: max(4px, 0.52083vw);
    color: #fff;
    background: #181818;
    text-align: left;
    border-right: none;
    border-left: none;
    border-bottom: #303030 solid 1px;
    width: 100%;
}

/* 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;
    line-height: 18px;
    line-height: max(12px, 0.9375vw);
    z-index: 100;
}

nav.primary ul ul li {
    float: none;
    width: 270px;
    width: max(108px, 14.0625vw);
    position: relative;
    margin: 0;
    display: block;
}

@media screen and (max-width: 1730px) {
    nav.primary ul li a {
        padding: 0 7px;
    }
}

@media screen and (max-width: 1575px) {
    nav.primary ul li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1400px) {
    nav.primary {
        width: 82%;
    }
}

/******** End of primary Nav ***************/
@media screen and (max-width: 1340px) {

    /*============================== Mobile Nav Styles ================================*/
    nav.primary {
        display: none;
    }

    #menu-button {
        width: 100% !important;
        display: inline-block;
        font-size: 24px;
        position: relative;
        line-height: 31px;
        z-index: 400;
        /* needs to be lower than nav.mobile, adjust as needed */
        background: #ac0000;
        text-align: right;
        padding-right: 22px;
        box-sizing: border-box;
        text-align: center;
    }

    #menu-button a {
        color: #fff;
        text-decoration: none;
        /* padding: 0 0 0 .8em; */
        font-weight: normal;
        font-family: "industry", sans-serif;
    }

    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;
        font-size: 16px;
        word-spacing: 13px;
        padding: 0 0 0 15px;
        color: #ccc !important;
    }

    nav.mobile .social-media a:link,
    nav.mobile .social-media a:visited {
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile .social-media a:hover,
    nav.mobile .social-media a:active {
        color: #fff;
        text-decoration: underline;
    }

    /* MENU HEADER STYLES */
    nav.mobile .mobile_top {
        position: relative;
        display: block;
        padding: 0;
        margin: 50px 0 10px 0;
        color: #999;
        font-size: 18px;
        font-weight: 400;
    }

    /* MENU CLOSE 'X' BUTTON */
    nav.mobile .menu-toggle {
        position: absolute;
        padding: 3px 8px 3px;
        font-family: Arial, sans-serif;
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        background: #222;
        color: #999;
        text-decoration: none;
        top: -38px;
        right: 13px;
    }

    nav.mobile .menu-toggle:hover {
        /* Menu close button on hoveer */
        color: #fff;
    }

    /* MENU LIST STYLE */
    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        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;
        font-size: 15px;
        padding: 10px;
        color: #999;
        text-decoration: none;
        border-left: 4px #333 solid;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        text-align: left;
    }

    nav.mobile ul li a:hover {
        background: rgba(45, 45, 45, 0.5);
        color: #fff;
        border-left: 4px #CB1C1C solid;
        /* border highlight - Change to fit match site colors */
    }

    /* 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;
        color: #ccc;
        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;
        color: #ccc;
        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;
        color: #fff;
    }

    .nav-footer {
        color: #1B1B1B;
        position: relative;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        padding: 15px 0;
    }

    FONT AWESOME ICONS nav.mobile ul li a .fa {
        width: 25px;
        font-weight: 100;
        padding: 8px 3px;
        margin: 0 6px 0 0;
        text-align: center;
        background: #292929;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

    nav.mobile ul li .fa-chevron-down {
        color: #999;
    }

    /* SLIDE DOWN NAV STYLES */
    /*#menu-button{display:inline-block;position:relative;line-height:60px;z-index:400;line-height:1;text-align:right;font-family:interstate,sans-serif;font-size:16px;letter-spacing:0.03em;line-height:32px;text-align:left;color:#413f40;text-transform:uppercase;font-weight:bold;}#menu-button a{color:#000;text-decoration:none;}nav.mobile{display:block;position:fixed;top:0;top:-100%;width:100%;height:100%;background:#eaeaea;z-index:99999;overflow:auto;}.flexSurround{display:flex;align-items:center;justify-content:center;flex-direction:column;height:90vh;overflow:hidden;}nav.mobile .social-media{position:relative;text-decoration:none;display:inline-block;font-size:16px;word-spacing:13px;padding:0 0 0 15px;color:#ccc!important;}nav.mobile .social-media a:link,nav.mobile .social-media a:visited{color:#ccc;text-decoration:none;}nav.mobile .social-media a:hover,nav.mobile .social-media a:active{color:#fff;text-decoration:underline;}nav.mobile .mobile_top{position:relative;display:block;padding:0;margin:50px 0 10px 0;color:#999;font-size:18px;font-weight:400;top:0;right:0;width:100%;}nav.mobile .menu-toggle{position:absolute;padding:3px 8px 3px;font-family:Arial,sans-serif;font-size:44px;font-weight:100;line-height:1;color:var(--neutral2);text-decoration:none;bottom:0px;right:13px;}nav.mobile .menu-toggle:hover{color:var(--secondary2);}nav.mobile ul{list-style:none;font-weight:300;margin:0;padding:0;width:100%;}nav.mobile ul *{transition:all 0.1s ease-out;}nav.mobile ul li{position:relative;}nav.mobile ul li a{position:relative;display:block;font-size:16px;padding:16px;color:var(--neutral2);font-family:interstate,sans-serif;text-decoration:none;text-align:center;text-transform:uppercase;}nav.mobile ul li a:hover{background:rgba(45,45,45,0.5);color:#f9f9f9;}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;color:#ccc;text-decoration:none;}nav.mobile ul li li a:hover{background:rgba(65,65,65,0.5);}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;color:#ccc;text-decoration:none;border-left:4px #555 solid;}nav.mobile ul li li li a:hover{background:rgba(85,85,85,0.5);}nav.mobile ul li .click{position:absolute;display:block;cursor:pointer;z-index:12399994;top:0;right:0;width:auto;height:auto;padding:17px 20px;color:#fff;}.nav-footer{color:#1B1B1B;position:relative;text-align:center;font-size:14px;line-height:16px;padding:15px 0;}nav.mobile ul li a .fa{width:25px;font-weight:100;padding:8px 3px;margin:0 6px 0 0;text-align:center;background:#292929;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;text-shadow:1px 1px 1px rgba(0,0,0,0.3);}nav.mobile ul li .fa-chevron-down{color:#999;}*/
}

@media screen and (max-width: 1020px) {
    #menu-button {
        width: 34%;
    }
}

@media screen and (max-width:450px) {
    #menu-button {
        width: 100%;
    }
}

/*.notInventory {*/
/*}*/
/*---BODY--------------------------------*/
/*.notInventory {*/
#locationwrap {
    background: #AC0000;
    color: white !important;
}

#locationwrap>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-family: "abolition", sans-serif;
    max-width: 1320px;
    max-width: max(527px, 68.75vw);
    margin: 0 auto;
    padding: 9px 0;
    padding: max(4px, 0.46875vw) 0;
}

#locationwrap div .location h3 {
    font-family: "abolition", sans-serif;
    font-weight: normal;
    font-size: 26px;
    font-size: max(17px, 1.35417vw);
    letter-spacing: 0.04em;
    line-height: 39px;
    line-height: max(25px, 2.03125vw);
    text-align: left;
    color: white;
}

.menutop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 120px;
    margin-left: max(28px, 6.25vw);
    margin-top: 20px;
    margin-top: max(8px, 1.04167vw);
    pointer-events: none;
}

.menutop .menuleft {
    margin-right: 70px;
    margin-right: max(28px, 3.64583vw);
    WIDTH: 229px;
    WIDTH: max(111px, 11.92708vw);
}

.menutop .sidelogos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menutop .sidelogos a {
    margin-right: 32px;
    margin-right: max(13px, 1.66667vw);
}

.menutop .sidelogos a img {
    width: max(66px, 7vw) !important;
}

header {
    margin-top: -43px;
    margin-top: min(-17px, -2.23958vw);
    z-index: -1;
    position: relative;
}

header,
header .primary ul {
    text-align: center;
}

#hero {
    position: relative;
}

#hero .lazy * {
    padding: 0 !important;
    margin: 0;
}

#hero .lazy img {
    width: 100% !important;
    max-width: 100% !important;
}

#hero .lazy button {
    display: none !important;
}

.slick-slide.slick-current.slick-active {
    /* width: 100% !important; */
}

#hero #bottombar {
    display: flex;
    background: #404040;
    padding: 14px 0;
    padding: max(6px, 0.72917vw) 0;
    margin-top: -3px;
    margin-top: min(-4px, -0.15625vw);
}

#hero #bottombar a {
    display: flex;
    margin: 0 50px;
    margin: 0 max(20px, 2.60417vw);
}

#hero #bottombar a img {
    width: 30px;
    width: max(12px, 1.5625vw);
    margin-right: 10px;
    margin-right: max(4px, 0.52083vw);
}

#hero #bottombar a span {
    font-family: "industry", sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-size: max(12px, 0.9375vw);
    line-height: 31px;
    line-height: max(20px, 1.61458vw);
    text-align: left;
    color: #fff;
}

#hero #sidebox {
    background: #000000ad;
    padding: 52px 34px 41px;
    padding: max(21px, 2.70833vw) max(14px, 1.77083vw) max(16px, 2.13542vw);
    width: 710px;
    width: max(284px, 36.97917vw);
    position: absolute;
    bottom: 0px;
    right: 0;
}

#hero #sidebox h1 {
    font-family: "abolition", sans-serif;
    font-weight: normal;
    font-size: 72px;
    font-size: max(47px, 3.75vw);
    letter-spacing: 0.04em;
    line-height: 77px;
    line-height: max(50px, 4.01042vw);
    text-align: left;
    color: #fff;
}

#hero #sidebox .button {
    font-family: "industry", sans-serif;
    font-weight: normal;
    font-size: 15px;
    font-size: max(10px, 0.78125vw);
    letter-spacing: 0.25em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    width: 100% !important;
    display: block;
    background: #AC0000;
    PADDING: 17px;
    PADDING: max(7px, 0.88542vw);
    BOX-SIZING: border-box;
    margin-top: 10px;
    margin-top: max(4px, 0.52083vw);
}

main #sectionone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 120px 80px 80px;
    padding: max(32px, 4.16667vw) max(48px, 6.25vw) max(32px, 4.16667vw) max(32px, 4.16667vw);
}

main #sectionone #quicklinks {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main #sectionone #quicklinks a {
    width: 355px;
    width: max(142px, 18.48958vw);
    overflow: hidden;
    margin: 0 2px;
    margin: 0 max(1px, 0.10417vw);
}

main #sectionone #quicklinks a img {
    width: 100%;
}

main #sectionone #quicklinks a h2 {
    font-weight: normal;
    font-size: 59px;
    font-size: max(27px, 3.07292vw);
    letter-spacing: 0.06em;
    line-height: 43px;
    line-height: max(28px, 2.23958vw);
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    background: #000000bd;
    line-height: 1;
    padding: 12px 12px 20px 36px;
    padding: max(5px, 0.625vw) max(5px, 0.625vw) max(8px, 1.04167vw) max(14px, 1.875vw);
    width: 100%;
    box-sizing: border-box;
    margin-top: -153px;
    margin-top: min(-61px, -7.96875vw);
    z-index: 3;
    position: relative;
}

main #sectionone p {
    width: 500px;
    width: max(200px, 26.04167vw);
    font-family: "industry", sans-serif;
    font-weight: normal;
    font-size: 23px;
    font-size: max(15px, 1.19792vw);
    line-height: 43px;
    line-height: max(28px, 2.23958vw);
    text-align: left;
    color: #434343;
    margin-bottom: 60px;
    margin-bottom: max(24px, 3.125vw);
}

main #locationwrap-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main #locationwrap-item .location-item {
    MARGIN: 28px;
    MARGIN: max(11px, 1.45833vw);
    WIDTH: 300.5px;
    WIDTH: max(120px, 15.65104vw);
}

main #locationwrap-item .location-item h3 {
    font-family: "abolition", sans-serif;
    font-weight: normal;
    font-size: 30px;
    font-size: max(20px, 1.5625vw);
    letter-spacing: 0.03em;
    line-height: 22px;
    line-height: max(14px, 1.14583vw);
    text-align: left;
    color: #fff;
}

main #locationwrap-item .location-item .locationnumber .locationbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    HEIGHT: 55px;
    HEIGHT: max(22px, 2.86458vw);
    MARGIN: 12px 0;
    MARGIN: max(22px, 0.625vw) 0;
}

main #locationwrap-item .location-item .locationnumber .locationbox .fa-solid {
    /* font-weight: normal; */
    font-size: 15px;
    font-size: max(10px, 0.78125vw);
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    background: #C32931;
    width: 70px;
    width: max(28px, 3.64583vw);
    height: 50px;
    height: max(32px, 2.60417vw);
    display: flex;
    justify-content: center;
    align-items: center;
}

main #locationwrap-item .location-item .locationnumber .locationbox span {
    width: 345.72px;
    width: max(138px, 18.00625vw);
    height: 87.07px;
    height: max(35px, 4.5349vw);
    font-family: "industry", sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-size: max(12px, 0.9375vw);
    line-height: 26px;
    line-height: max(17px, 1.35417vw);
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 12px;
    padding-left: max(5px, 0.625vw);
}

main #locationwrap-item .location-item .button {
    font-family: "industry", sans-serif;
    font-weight: normal;
    font-size: 15px;
    font-size: max(10px, 0.78125vw);
    letter-spacing: 0.25em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100% !important;
    display: block;
    background: #C32931;
    PADDING: 17px;
    PADDING: max(7px, 0.88542vw);
    BOX-SIZING: border-box;
}

main .googlemymap {
    MARGIN-TOP: 25px;
    MARGIN-TOP: max(10px, 1.30208vw);
    HEIGHT: 380px;
    HEIGHT: max(152px, 19.79167vw);
}

/*  scrolling inventory ------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    height: max(36px, 4.6875vw);
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
    height: max(37px, 4.79167vw);
}

/*}*/
/*--------FORM STYLES--------------------*/
/*.notInventory {*/
/*}*/
/*-------- FOOTER STYLES ----------------*/
/*.notInventory {*/
main .showroomarea .leftshowarea ul li:nth-of-type(1) a img {
    width: 264px;
    width: max(105px, 13.75vw);
}

/* FORM STYLES  */
/* CSS Document */
/* Financing Form Styles */
/*form styles*/
/*===PLACEHOLDER TEXT STYLES===*/
/*end form styles*/
footer {
    background: BLACK;
}

footer .flexsec:first-of-type>ul {
    columns: 2;
}

footer .flexsec ul {
    column-gap: 50px;
    column-gap: max(20px, 2.60417vw);
}

footer .flexsec:nth-of-type(2)>ul {
    columns: 3;
}

footer .flexsec:last-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .flexsec img {
    width: 230px !IMPORTANT;
    width: max(92px, 11.97917vw) !IMPORTANT;
}

footer .flexsec h5 {
    color: #4b4b4b;
    margin-bottom: 33px;
    margin-bottom: max(23px, 1.71875vw);
    font-family: "abolition", sans-serif;
    font-weight: normal;
    font-size: 45px;
    font-size: max(29px, 2.34375vw);
    letter-spacing: 0.03em;
    line-height: 33px;
    line-height: max(21px, 1.71875vw);
    text-align: left;
    color: #fff;
}

footer .flexsec ul li a {
    color: #000;
    font-size: 18px;
    font-size: max(12px, 0.9375vw);
    letter-spacing: 0.02em;
    line-height: 32px;
    line-height: max(21px, 1.66667vw);
}

footer .flexsec ul li a:hover {
    opacity: .75;
}

/*}*/
/*--------FORM STYLES--------------------*/
/*.notInventory {*/
/*}*/
/*-------- FOOTER STYLES ----------------*/
/*.notInventory {*/
footer {
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
    margin-top: min(-4px, -0.52083vw);
    padding: 110px 80px;
    padding: max(44px, 5.72917vw) max(32px, 4.16667vw);
}

footer * {
    color: white !important;
}

footer ul li:before {
    content: none;
}

/*}*/
/*---------- RESPONSIVE STYLES ----------*/
/*.notInventory {*/
@media only screen and (max-width: 1300px) {
    footer {
        padding: 44px 38px;
    }

    footer .flexsec ul {
        column-gap: 18px;
    }

    footer .flexsec:last-of-type {
        display: block;
        position: relative;
    }
}

@media only screen and (max-width: 1100px) {
    footer .flexsec:last-of-type>a:first-of-type {
        /* left: 50%; */
        /* transform: translateX(-50%); */
        /* position: absolute; */
    }
}

@media only screen and (max-width: 900px) {
    .centermobile h1 {
        text-align: center !important;
        width: 100% !important
    }

    footer .flexsec:last-of-type>a:first-of-type {
        /* left: 50%; */
        /* transform: translateX(-50%); */
        /* position: absolute; */
    }

    footer {
        padding: 44px 38px;
    }

    footer .flexsec:first-of-type>ul {
        columns: 4;
    }

    footer .flexsec ul {
        column-gap: 18px;
    }

    footer .flexsec:nth-of-type(2)>ul {
        columns: 4;
    }

    footer .flexsec:last-of-type {
        /* display: flex; */
        /* position: relative; */
        order: 2;
    }

    footer {
        /* flex-direction: column; */
        flex-wrap: wrap;
    }

    .flexsec:first-of-type {
        width: 530px;
        order: 1;
    }

    .flexsec:nth-of-type(2) {
        order: 3;
        width: 100%;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 900px) {
    body * {
        order: 2;
    }

    footer .flexsec:first-of-type>ul {
        columns: 2;
    }

    footer .flexsec:nth-of-type(2)>ul {
        columns: 2;
    }

    footer .flexsec:last-of-type {
        order: 3;
        margin: 0 auto;
        display: flex;
    }

    ul.custom li {
        flex-direction: column;
    }

    .contactInfo {
        flex-direction: column;
    }

    .contactInfo {
        flex-direction: column;
    }

    #locationwrap>div {
        flex-direction: column;
    }

    .menutop {
        /* flex-direction: column; */
    }

    .menutop .sidelogos {
        /* flex-direction: column; */
    }

    #hero #bottombar {
        flex-direction: column;
    }

    #hero #bottombar a {
        flex-direction: column;
    }

    main #sectionone {
        flex-direction: column;
        padding: max(32px, 4.16667vw) max(30px, 6.25vw) max(32px, 4.16667vw) max(30px, 4.16667vw);
    }

    main #sectionone #quicklinks {
        flex-direction: column;
        width: 100%;
    }

    main #locationwrap-item {
        flex-direction: column;
    }

    main #locationwrap-item .location-item .locationnumber .locationbox {
        /* flex-direction: column; */
        justify-content: center;
    }

    footer .flexsec:last-of-type {
        flex-direction: column;
    }

    footer {
        flex-direction: column;
    }

    footer .flexsec:last-of-type {
        flex-direction: column;
    }

    .accordion .accordion-header {
        flex-direction: column;
    }
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: 13px;
    font-size: max(8px, 0.67708vw);
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    font-size: max(8px, 0.67708vw);
}

.footertext {
    font-size: 13px;
    font-size: max(8px, 0.67708vw);
    color: #999999;
}

.smallfootertext {
    font-size: 10px;
    font-size: max(7px, 0.52083vw);
    color: #999999;
}

.divfooter {
    max-width: 450px;
    max-width: max(180px, 23.4375vw);
    text-align: center;
    margin: 0 auto;
}

/*}*/
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1000px) {
    .map {
        width: 100% !important;
        float: none;
        display: block;
    }

    footer .flexsec {
        text-align: center;
        margin: 0 auto;
        width: 320px !important;
    }

    footer .flexsec h5 {
        text-align: center;
    }

    footer .flexsec:last-of-type {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 900px) {
    .surroundprod {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .invpage footer {
        margin-bottom: 85px !important;
    }

    div#surroundheader {
        position: relative;
    }

    #menu-button {
        text-align: right;
    }

    #locationwrap {
        display: none;
    }

    .menutop .menuleft {
        margin-top: 10px;
    }

    header a {
        font-size: 17px;
    }

    #hero #bottombar {
        display: none;
    }

    #hero #sidebox {
        position: relative;
        background: black;
        margin-top: -4px;
        width: 100%;
        box-sizing: border-box;
    }

    main #sectionone #quicklinks a {
        width: 100%;
    }

    main #sectionone #quicklinks a img {
        height: max(170px, 28vw);
        object-fit: cover;
    }

    main #sectionone p {
        width: 100%;
        margin-top: 25px;
    }

    main #locationwrap-item .location-item {
        width: 100%;
    }

    main #locationwrap-item .location-item h3 {
        text-align: center;
    }

    .menutop {
        padding-top: 0 !important;
        margin-top: 0;
    }
}

/*.notInventory {*/
/*}*/
/* ACCORDION */
.accordion {
    display: block;
    position: relative;
    margin-bottom: 10px;
    margin-bottom: max(4px, 0.52083vw);
    color: #666;
    border: 1px #eee solid;
    border-radius: 5px;
    border-radius: max(2px, 0.26042vw);
    transition: all .2s ease-in-out;
}

.accordion:hover {
    border: 1px #ccc solid;
}

.accordion .accordion-header {
    display: flex;
    align-items: center;
    padding: 15px 20px 15px 25px;
    padding: max(6px, 0.78125vw) max(8px, 1.04167vw) max(6px, 0.78125vw) max(10px, 1.30208vw);
    font-weight: 700;
    border-radius: 5px;
    border-radius: max(2px, 0.26042vw);
    cursor: pointer;
}

.accordion .accordion-header:after {
    /* font-family: "Font Awesome 5 Free"; */
    font-size: 20px;
    font-size: max(13px, 1.04167vw);
    font-weight: 900;
    content: "\f067";
    margin-left: auto;
    color: #ddd;
}

.accordion .accordion-content {
    display: none;
    padding: 25px;
    padding: max(10px, 1.30208vw);
}

.accordion.active:hover {
    border: 1px #eee solid;
}

.accordion.active .accordion-header:after {
    content: "\f068";
    color: #999;
}

/* FINACNING CALC  */
.financial-calc {
    background: #fff !important;
    width: 100% !important;
    height: 435px !important;
    height: max(174px, 22.65625vw) !important;
    /* Default height for screens above 1157px */
}

@media only screen and (max-width: 1157px) {
    .financial-calc {
        height: 687px !important;
        /* Height for screens below 1157px */
    }
}

.redsurround {
    background: #AC0000;
    PADDING: 70px 45px 45px 45px;
    PADDING: max(28px, 3.64583vw) max(18px, 2.34375vw) max(18px, 2.34375vw) max(18px, 2.34375vw);
    MARGIN-TOP: 77px;
    MARGIN-TOP: max(31px, 4.01042vw);
}

.redsurround * {
    color: white;
}

@media only screen and (max-width: 500px) {
    footer .flexsec ul {
        column-count: 1 !important;
    }

    footer .flexsec {
        width: 100% !important;
    }

    .sidelogos {
        flex-direction: column;
    }

    .menutop {
        justify-content: space-between
    }

    .sidelogos {
        margin-right: 10px
    }
}

.contacts {
    width: 31%;
    float: left;
}

.map {
    width: 64%;
    float: right;
    padding-top: 10px;
}

.grain {
    width: 100%;
    max-width: 600px;
}