﻿/* Set viewport width: 1000 */
/* Set separate viewport width for font-size and line-height: 1300 */
/* COMMON FLEX TO START WITH  */
/* display:flex; align-items: center; justify-content: space-between */
/* FONTS Unitext Regular font-family: "unitext", sans-serif; font-weight: 400; font-style: normal; Unitext Italic font-family: "unitext", sans-serif; font-weight: 400; font-style: italic; Unitext Bold font-family: "unitext", sans-serif; font-weight: 700; font-style: normal; Unitext Bold Italic font-family: "unitext", sans-serif; font-weight: 700; font-style: italic; Kautiva Pro Regular font-family: "kautiva-pro", sans-serif; font-weight: 400; font-style: normal; Kautiva Pro Italic font-family: "kautiva-pro", sans-serif; font-weight: 400; font-style: italic; Kautiva Pro Bold font-family: "kautiva-pro", sans-serif; font-weight: 700; font-style: normal; Kautiva Pro Bold Italic font-family: "kautiva-pro", sans-serif; font-weight: 700; font-style: italic; Auger Mono Regular font-family: "auger-mono", monospace; font-weight: 400; font-style: normal; Auger Mono Bold font-family: "auger-mono", monospace; font-weight: 700; font-style: normal; */
/***** 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,
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;
}

/* 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 margin: 0 0 0 max(500px,50vw); 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: ;
}

*: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;
}

/* Set viewport width: 1050 */
/* Set separate viewport width for font-size and line-height: 1050 */
.wrapstuffeq {
    padding: max(27px, 2.60417vw) 14.58333vw 0px;
}

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: "kautiva-pro", sans-serif;
}

h1:not(.container.cf *) {
    font-family: "kautiva-pro", sans-serif;
    font-weight: normal;
    font-size: 63px;
    font-size: max(43px, 3.28125vw);
    letter-spacing: 0.06em;
    line-height: 57px;
    line-height: max(39px, 2.96875vw);
}

.otherpage h1 {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

h2:not(.container.cf *) {
    font-family: "kautiva-pro", sans-serif;
    font-weight: normal;
    font-size: 44px;
    font-size: max(30px, 2.29167vw);
    letter-spacing: 0.05em;
    text-align: left;
}

p:not(.container.cf *) {
    font-family: "unitext", sans-serif;
    font-weight: 300;
    font-size: 25px;
    font-size: max(17px, 1.30208vw);
    letter-spacing: 0.02em;
    line-height: 49px;
    line-height: max(33px, 2.55208vw);
    /* text-align: center; */
}

.otherpage p {
    margin-bottom: 50px;
}

.otherpage p {
    text-align: center;
}

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
}

ul li:before {
    /* content: ''; */
    background: url('/siteart/arrow.png');
    position: relative;
    width: 15px;
    width: max(8px, 0.78125vw);
    height: 17px;
    height: max(9px, 0.88542vw);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 25px;
    padding-right: max(13px, 1.30208vw);
}

.wrapper {
    margin: 100px auto;
    margin: max(52px, 5.20833vw) auto;
    padding: 0 40px;
    padding: 0 max(21px, 2.08333vw);
    width: 100%;
    max-width: 1300px;
    max-width: max(677px, 67.70833vw);
    box-sizing: border-box;
}

/*--- HEADER STYLES ---------------------*/
/* Contact Info  */
.contactInfo {
    display: flex;
    padding-right: 90px;
    padding-right: max(47px, 4.6875vw);
    padding: 0 130px;
    padding: 0 max(68px, 6.77083vw);
}

.contactInfo,
.contactInfo * {
    color: WHITE;
}

.contactsnip {
    padding-left: 20px;
    padding-left: max(10px, 1.04167vw);
    padding-left: max(13.5417px, max(10px, 1.04167vw));
    padding-left: max(max(7px, 0.7053vw), max(10px, 1.04167vw));
}

.contactInfo a {
    font-size: 17px;
    font-size: max(12px, 0.88542vw);
    font-size: max(13px, max(12px, 0.88542vw));
    font-size: max(max(9px, 0.67708vw), max(12px, 0.88542vw));
}

.contactInfo i {
    font-size: 19px;
    font-size: max(13px, 0.98958vw);
    padding-right: max(5.4167px, max(4px, 0.41667vw));
    padding-right: max(max(3px, 0.28212vw), max(4px, 0.41667vw));
}

@media only screen and (max-width: 925px) {
    .contactInfo {
        display: flex !important;
    }

    .contactInfo a {
        padding-left: 0 !important;
    }
}

.header-logos{
	display: flex;
}


/***** Start of primary nav ******/
#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 60%;
    position: relative;
}

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(41px, 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 12px;
    padding: 0 max(6px, 0.625vw);
}

nav.primary ul li a:hover {
    background: #000;
    color: #ffc801 !important;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: 16px;
    font-size: max(11px, 0.83333vw);
    line-height: 16px;
    line-height: max(11px, 0.83333vw);
    padding: 10px;
    padding: max(5px, 0.52083vw);
    color: #fff !important;
    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 */
header .headerbottom .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(161px, 16.0625vw);
    position: relative;
    margin: 0;
    display: block;
}

@media screen and (max-width:1900px){
	header .headerbottom{
		gap: 40px;
	}
}

@media screen and (max-width: 1730px) {
    nav.primary ul li a {
        padding: 0 7px;
    }
}

@media screen and (max-width: 1650px){
	header .headerbottom{
		gap:0px;
	}
}

@media screen and (max-width: 1575px) {
    nav.primary ul li a {
        font-size: 12px;
    }
}



@media screen and (max-width: 1400px) {
    nav.primary {
        width: 82%;
    }
	
	header .headerbottom{
		justify-content: space-around;
	}
	
	.header-logos{
		margin: 0 10px;
		justify-content: center;
	}
	
	
	
}

/******** End of primary Nav ***************/
@media screen and (max-width: 1340px) {

    /*============================== Mobile Nav Styles ================================*/
    nav.primary {
        display: none;
    }

    #menu-button {
        width: 74%;
        display: inline-block;
        font-size: 24px;
        position: relative;
        z-index: 400;
        /* needs to be lower than nav.mobile, adjust as needed */
        text-align: right;
        padding-right: 10px;
    }

    #menu-button a {
        color: #fff;
        text-decoration: none;
        padding: 0 0 0 .8em;
        font-weight: normal;
    }

    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 ul {
        display: none;
    }

    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 #ffffff 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;
    }
}

@media screen and (max-width: 1020px) {
    #menu-button {
        width: 34%;
    }
}

@media screen and (max-width:450px) {
    #menu-button {
        width: 100%;
    }
}

/*.notInventory {*/
/*}*/
/*---BODY--------------------------------*/
/*.notInventory {*/
header .contactInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #242424;
}

.contactsnip {
    padding: 20px 17px;
    padding: max(10px, 1.04167vw) max(9px, 0.88542vw);
    TEXT-TRANSFORM: UPPERCASE;
}

.contactsnip {
    background: #343434;
}

header .contactInfo .contactleft .contactsnip a {
    font-family: "auger-mono", monospace;
    font-weight: 300;
    font-size: 18px;
    font-size: max(12px, 0.9375vw);
    padding: 13px 30px;
    padding: max(7px, 0.67708vw) max(16px, 1.5625vw);
    color: #fff;
}

header .contactInfo .contactright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .contactInfo .contactright .contactsnip {
    PADDING-LEFT: 20px !IMPORTANT;
    PADDING-LEFT: max(10px, 1.04167vw) !IMPORTANT;
    PADDING-RIGHT: 20px !IMPORTANT;
    PADDING-RIGHT: max(10px, 1.04167vw) !IMPORTANT;
}

header .contactInfo .contactright .contactsnip a {
    font-family: "auger-mono", monospace;
    font-weight: 300;
    font-size: 18px;
    font-size: max(12px, 0.9375vw);
    color: #ffc801;
}

header .headerbottom {
    display: flex;
    align-items: center;
	padding: 20px;
   
}

header .headerbottom .logo-lg {
    width: 240px;
    width: max(125px, 15.5vw);
}

header .headerbottom .logo-sm {
    width: 150px;
    width: max(120px, 9vw);
}

header .headerbottom .primary ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1193px;
    width: max(621px, 62.13542vw);
}

header .headerbottom .primary ul li a {
    font-family: "unitext", sans-serif;
    font-weight: 300;
    font-size: 19px;
    font-size: max(13px, 0.98958vw);
    color: #000;
}

header .headerbottom #menu-button .menu-toggle {
    color: black !important;
    font-family: "kautiva-pro", sans-serif;
    font-size: 28px;
}

header .headerbottom .mobile ul li a {
    font-family: "kautiva-pro", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
}

main .hero {
    POSITION: RELATIVE;
}

main .hero .overlaytext {
    POSITION: ABSOLUTE;
    bottom: 90px;
    bottom: max(47px, 4.6875vw);
    left: 60px;
    left: max(31px, 3.125vw);
	display: inline-block;
    color: #fff;
	background: #000;
	
}

main .hero img {
    width: max(900px, 100%);
}

main .ctas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 50px;
    padding: 0 max(26px, 2.60417vw);
    width: 1370px;
    width: max(714px, 71.35417vw);
    margin: 110px auto 160px;
    margin: max(57px, 5.72917vw) auto max(83px, 8.33333vw);
}

main .ctas .cta {
    font-family: "kautiva-pro", sans-serif;
    font-weight: normal;
    font-size: 29px;
    font-size: max(20px, 1.51042vw);
    letter-spacing: 0.11em;
    color: #000;
    border-radius: 31.5px;
    border-radius: max(16px, 1.64063vw);
    border: 2px solid #000;
    border: max(1px, 0.10417vw) solid #000;
    padding: 10px;
    padding: max(5px, 0.52083vw);
    width: 400px;
    width: max(208px, 20.83333vw);
    text-align: center;
    margin-bottom: 50px;
    margin-bottom: max(26px, 2.60417vw);
    padding: 12px 0;
}

main .ctas .cta:hover {
    background: black;
    color: white;
}

main .mainparagraph {
    background: #e6bb2b;
    padding-bottom: 95px;
    padding-bottom: max(49px, 4.94792vw);
    margin-top: max(49px, 4.94792vw);
}

main .mainparagraph .mainblack {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000;
    margin: 0px 140px;
    margin: 0px max(73px, 7.29167vw);
}

.surroundblack {
    padding: 120px 130px 110px 160px;
    padding: max(63px, 6.25vw) max(68px, 6.77083vw) max(57px, 5.72917vw) max(83px, 8.33333vw);
}

main .mainparagraph .mainblack img {
    width: 437.31px;
    width: max(228px, 22.77656vw);
    margin-top: -70px;
    margin-top: min(-36px, -3.64583vw);
}

main .mainparagraph .mainblack h2 {
    color: #fff;
    margin-bottom: 30px;
    margin-bottom: max(16px, 1.5625vw);
}

main .mainparagraph .mainblack p {
    color: #fff;
}

main .contactsection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 95px 240px;
    margin: max(49px, 4.94792vw) max(125px, 12.5vw);
}

main .contactsection .contactleft {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

main .contactsection .contactleft .contactbox {
    font-family: "unitext", sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-size: max(12px, 0.9375vw);
    color: #000;
    background: #e6bb2b;
    padding: 30px 23px;
    padding: max(16px, 1.5625vw) max(12px, 1.19792vw);
    margin: 7px;
    margin: max(4px, 0.36458vw);
    width: 44%;
}

main .contactsection .contactleft .contactbox:hover {
    background: black;
    color: white;
}

main .contactsection .contactleft .contactbox .fa-solid {
    font-size: 19px;
    font-size: max(13px, 0.98958vw);
    margin-right: 15px;
    margin-right: max(8px, 0.78125vw);
}

main .contactsection .contactright {
    margin-left: 50px;
    margin-left: max(26px, 2.60417vw);
}

main .contactsection .contactright p {
    font-family: "unitext", sans-serif;
    font-weight: normal;
    font-size: 22px;
    font-size: max(15px, 1.14583vw);
    letter-spacing: 0.02em;
    line-height: 43px;
    line-height: max(29px, 2.23958vw);
    color: #000;
    max-width: 450px;
    max-width: max(234px, 23.4375vw);
}

main .logosection {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 200px;
    margin: 0 max(104px, 10.41667vw);
    margin-bottom: 110px;
    margin-bottom: max(57px, 5.72917vw);
}

.otherpage .logosection {
    margin-top: max(57px, 5.72917vw);
    padding: 30px !important;
}

main .logosection a {
    padding: 0 50px;
    padding: 0 max(26px, 2.60417vw);
    padding-bottom: max(26px, 2.60417vw);
    text-align: center;
    font-family: "unitext", sans-serif;
}

main .logosection a img {
    width: 170.86px;
    width: max(89px, 8.89896vw);
    /* background: url(...); */
    height: auto;
}

footer .topfooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: black;
    padding: 150px 400px 150px 250px;
    padding: max(78px, 7.8125vw) max(208px, 20.83333vw) max(78px, 7.8125vw) max(130px, 13.02083vw);
}

footer .topfooter .footerleft img {
    width: 260px;
    width: max(135px, 13.54167vw);
}

footer ul {
    /* column-count: 2; */
    column-gap: 40px;
    column-gap: max(21px, 2.08333vw);
}

footer ul li a {
    font-family: "unitext", sans-serif;
    font-weight: normal;
    font-size: 19px;
    font-size: max(13px, 0.98958vw);
    line-height: 43px;
    line-height: max(29px, 2.23958vw);
    text-align: left;
    color: #fff;
}

footer .bottomfooter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #242424;
}

footer .bottomfooter .contactleft {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .bottomfooter .contactleft .contactsection {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .bottomfooter .contactleft .contactsection .contactsnip {
    MARGIN-RIGHT: 10px;
    MARGIN-RIGHT: max(5px, 0.52083vw);
    /* width: 100%; */
}

footer .bottomfooter .contactleft .contactsection .contactsnip a {
    font-family: "auger-mono", monospace;
    font-weight: 300;
    font-size: 18px;
    font-size: max(12px, 0.9375vw);
    color: #fff;
}

footer .bottomfooter .contactleft .contactsection .contactsnip a .fa-solid {
    font-size: 19px;
    font-size: max(13px, 0.98958vw);
    MARGIN-RIGHT: 17px;
    MARGIN-RIGHT: max(9px, 0.88542vw);
}

footer .bottomfooter .contactright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .bottomfooter .contactright .contactsnip {
    font-size: 18px;
    font-size: max(12px, 0.9375vw);
}

footer .bottomfooter .contactright .contactsnip a {
    COLOR: WHITE;
}

/*  scrolling inventory ------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    height: max(47px, 4.6875vw);
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
    height: max(48px, 4.79167vw);
}

/*}*/
/*--------FORM STYLES--------------------*/
/*.notInventory {*/
/*}*/
/*-------- FOOTER STYLES ----------------*/
/*.notInventory {*/
a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: 13px;
    font-size: max(9px, 0.67708vw);
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    font-size: max(9px, 0.67708vw);
}

.footertext {
    font-size: 13px;
    font-size: max(9px, 0.67708vw);
    color: #999999;
}

.smallfootertext {
    font-size: 10px;
    font-size: max(7px, 0.52083vw);
    color: #999999;
}

.divfooter {
    max-width: 450px;
    max-width: max(234px, 23.4375vw);
    text-align: center;
    margin: 0 auto;
}

/*}*/
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 767px) {
    .invpage footer {
        margin-bottom: 85px !important;
    }
}

@media only screen and (max-width: 1000px) {

    /* a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { } a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { } */
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    header .contactInfo {
        padding: 0 0px;
    }


    header .headerbottom #menu-button .menu-toggle {
        color: black;
        font-family: "kautiva-pro", sans-serif;
        font-size: 28px;
    }

    main .ctas {
        flex-direction: column;
        margin-bottom: 60px;
        width: 100%;
        box-sizing: border-box;
    }

    main .ctas .cta {
        width: 100%;
    }

    main .mainparagraph .mainblack {
        flex-direction: column;
    }

    main .mainparagraph .mainblack img {
        width: 90%;
        height: 190px;
        object-fit: cover;
    }

    main .contactsection {
        flex-direction: column;
        margin: 25px 20px;
    }

    main .contactsection .contactleft .contactbox {
        width: 100%;
        text-align: center;
    }

    main .contactsection .contactright {
        padding-top: 30px;
        width: 100%;
        margin-left: 0;
    }

    main .contactsection .contactright p {
        max-width: 100% !important;
        text-align: center;
    }

    main .logosection {
        flex-direction: column;
        margin: 0 !important;
        padding: 0 !important;
    }

    main .logosection a {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-left: 0;
    }

    main .logosection a img {
        width: 160px;
        margin-bottom: 80px;
    }

    footer .topfooter {
        flex-direction: column;
        text-align: center;
        padding: 50px 40px !important;
    }

    footer .hours-section ul {
        text-align: center !important;
        margin-bottom: 40px;
    }

    footer .topfooter .footerleft {
        margin-bottom: 40px;
    }

    footer ul {
        column-count: 1;
    }

    footer .bottomfooter {
        flex-direction: column;
    }

    footer .bottomfooter .contactleft {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    footer .bottomfooter .contactleft .contactsection {
        flex-direction: column;
        width: 100%;
    }

    footer .bottomfooter .contactleft .contactsection .contactsnip *,
    footer .bottomfooter .contactleft .contactsection .contactsnip {
        width: 100%;
    }

    footer .bottomfooter .contactright {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    footer .bottomfooter .contactright .contactsnip {
        width: 100%;
    }

    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
}

@media only screen and (max-width: 767px) {

    /* a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { } a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { } */
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    main .mainparagraph .mainblack {
        margin: 0;
    }

    .surroundblack {
        margin: 10px 0;
        text-align: center;
        padding: 40px;
    }

    main .mainparagraph .mainblack h2 {
        text-align: center;
    }

    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
}

@media only screen and (max-width: 500px) {
    /* a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { } a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { } */
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
}

/*}*/
/* ACCORDION */
.accordion {
    display: block;
    position: relative;
    margin-bottom: 10px;
    margin-bottom: max(5px, 0.52083vw);
    color: #666;
    border: 1px #eee solid;
    border-radius: 5px;
    border-radius: max(3px, 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(8px, 0.78125vw) max(10px, 1.04167vw) max(8px, 0.78125vw) max(13px, 1.30208vw);
    font-weight: 700;
    border-radius: 5px;
    border-radius: max(3px, 0.26042vw);
    cursor: pointer;
}

.accordion .accordion-header:after {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-size: max(14px, 1.04167vw);
    font-weight: 900;
    content: "\f067";
    margin-left: auto;
    color: #ddd;
}

.accordion .accordion-content {
    display: none;
    padding: 25px;
    padding: max(13px, 1.30208vw);
}

.accordion.active:hover {
    border: 1px #eee solid;
}

.accordion.active .accordion-header:after {
    content: "\f068";
    color: #999;
}


/* CONTACT PAGE  */


.location p {
    line-height: 1.9 !important;
}

.locationiconwrap {
    DISPLAY: FLEX;
}

.surrounddetailedcntctinfo {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-top: max(13px, 1.5625vw);
}

.maps {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
}

.maps iframe {
    /* width: 45%; */
    /* height: 550px; */
}

.maps .surroundmap {
    width: 45%;
    /* height: 550px; */
}

.surroundmap h2 {
    text-align: center;
    display: flex;
    justify-content: center;
}

.location a {
    font-size: 20px;
    font-size: max(15px, 1.04167vw);
    line-height: 1.8;
    color: black;
}

.maps {
    width: 65%;
    object-fit: none;
    /* height: 460px; */
    /* margin-bottom: 90px; */
}

.maps {
    margin-bottom: 90px;
    margin-bottom: max(39px, 4.6875vw);
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 70px;
    padding-bottom: max(31px, 3.64583vw);
}

.maps iframe {
    /* margin-bottom: 70px; */
    margin-top: 20px;
    margin-top: max(9px, 1.04167vw);
}


.otherpage .brands {
    z-index: 0;
}


main .brands {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
    background: var(--neutral1);
    z-index: 2;
    position: relative;
}

main .brands .brandsintro {
    width: 450px;
    width: max(197px, 23.4375vw);
    display: inline-block;
    margin: 115px 110px 260px 115px;
    margin: max(50px, 5.98958vw) max(48px, 5.72917vw) max(114px, 13.54167vw) max(50px, 5.98958vw);
}

.otherpage .brandsintro {
    width: 100% !important;
}

main .brands .brandsintro h4 {
    margin-left: -40px;
    margin-left: min(-17px, -2.08333vw);
    margin-bottom: -10px;
    margin-bottom: min(-4px, -0.52083vw);
}

.contactpage h4 {
    margin-bottom: 50px !important;
    margin-bottom: max(22px, 2.60417vw) !important;
}

main .brands .brandsintro p {
    color: #484848;
    margin-bottom: 30px;
    margin-bottom: max(13px, 1.5625vw);
}

@media screen and (max-width:1300px) {

    .surrounddetailedcntctinfo {
        flex-direction: column;
        align-items: center;
        margin-bottom: 14px;
    }


    main .brands .brandsintro {
        margin-bottom: 80px;
    }

    main .brands .brandsintro p {
        width: 100%;
    }

}

@media screen and (max-width:1020px) {


    main .brands .brandsintro {
        width: unset;
    }

}

@media screen and (max-width: 840px) {

    .maps .surroundmap {
        width: 100%;
    }

    .maps {
        flex-direction: column;
    }

}

footer .topfooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: black;
    padding: 150px 400px 150px 250px;
    padding: max(78px, 7.8125vw) max(208px, 20.83333vw) max(78px, 7.8125vw) max(130px, 13.02083vw);
}

footer .footerleft {
    display: flex;
    align-items: center;
}

footer .footerleft img {
    width: 260px;
    width: max(135px, 13.54167vw);
}

footer .hours-section {
    color: white;
    text-align: center;
    font-family: "unitext", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    /* Adjust margin as needed */
}

footer .hours-section ul {
    display: flex;
    flex-direction: column;
    text-align: left;
}

footer .hours-section p {
    margin: 0;
}

footer .footerright {
    /* Existing styles for footerright */
    column-count: 2;
    column-gap: 40px;
    column-gap: max(21px, 2.08333vw);
}

footer .footerright ul li a {
    font-family: "unitext", sans-serif;
    font-weight: normal;
    font-size: 19px;
    font-size: max(13px, 0.98958vw);
    line-height: 43px;
    line-height: max(29px, 2.23958vw);
    text-align: left;
    color: #fff;
}
@media screen and (max-width: 555px){
	
}
@media screen and (max-width: 500px){
	.logo-sm{
		display: none;
	}
}