﻿/* 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 
*/


/***** 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;
    background: #EDEDED;
}

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: 0.7;
}

/* 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 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: #192A46;
}

/* END LOADER SECTION  */
.notInventory *:not(i):not(i *):not(.fas):not(.fas *):not(.fa *):not(.fa):not(.fab):not(.fab *) {
    font-family: "fira-sans", sans-serif;
}

iframe.contactmap {
    height: 27vw;
    width: 94%;
    border-radius: 0 25px 25px 0;
}

.lazy * {
    border-radius: 0 0 0 max(117px, 11.66667vw);
}

.lazy {}

.lazy .slick-slide div div:before {
    position: absolute;
    height: max(187px, 18.65677vw);
    background: linear-gradient(180deg, rgba(36, 36, 36, 0) 0%, #303030 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    content: '';
    z-index: 11;
    width: 100%;
    bottom: 0;
}

.lazy .slick-slide div div {}

.lazy slick-slide img {
    border-radius: max(54px, 5.41667vw);
}

.regular .slick-slide {
    width: max(276px, 27.60417vw);
    display: flex !important;
    justify-content: center;
    opacity: 1;
    padding: 0 10px;
    box-sizing: border-box;
}

.regular .slick-slide:before {
    width: max(192px, 19.17135vw);
    height: max(15px, 0.79115vw);
    background: linear-gradient(90deg, #6A9D0E 0%, #192948 100%);
    border-radius: max(4px, 0.39566vw);
    content: '';
    position: absolute;
    margin-top: min(-3px, -0.26042vw);
}

*: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;
}



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: "merriweather", serif !important;
}

h1:not(.container.cf *) {}

h2:not(.container.cf *) {}

h3:not(.container.cf *) {}

h4:not(.container.cf *) {}

h5:not(.container.cf *) {}

h6:not(.container.cf *) {}

p:not(.container.cf *),
main ul:not(.container.cf *),
main ul li:not(.container.cf *) {}

/* Set viewport width: 1300 */
/* Set separate viewport width for font-size and line-height: 1300 */
a.standardbtn {
    /* Rectangle 12 */
    border: 0.765568px solid #699B0E;
    border-radius: max(20px, 1.51709vw);
    color: black;
    padding: max(10px, 0.78125vw) max(25px, 1.92708vw);
    margin: 0 max(5px, 0.36458vw);
}

.surroundbtns {
    margin-top: max(28px, 2.1875vw);
    display: flex;
    justify-content: flex-end;
}

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: max(8px, 0.78125vw);
    height: max(9px, 0.88542vw);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: max(13px, 1.30208vw);
    display: none;
}

.wrapper {
    margin: max(52px, 5.20833vw) auto;
    padding: 0 max(21px, 2.08333vw);
    width: 100%;
    max-width: max(677px, 67.70833vw);
    box-sizing: border-box;
}

/*--- HEADER STYLES ---------------------*/

/* Contact Info  */
.contactInfo {
    display: flex;
    padding: max(10px, 1.04167vw) max(30px, 5.20833vw) max(8px, 0.78125vw);
    /* margin-right: 35px; */
}

.contactInfo,
.contactInfo * {
    color: var(--secondary1);
}

.contactsnip {
    padding-left: max(10px, 1.04167vw);
    padding-left: max(max(7px, 0.7053vw), max(10px, 1.04167vw));
}

.contactInfo a {
    font-size: max(12px, 0.88542vw);
    font-size: max(max(9px, 0.67708vw), max(12px, 0.88542vw));
}

.contactInfo i {
    font-size: max(12px, 0.72917vw);
    /* font-size: max(max(8px, 0.64996vw), max(9px, 0.72917vw)); */
    padding-right: max(max(3px, 0.28212vw), max(4px, 0.41667vw));
    color: white;
}

@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 ul li a.active {}

nav.primary {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
    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: max(9px, 0.72917vw);
    line-height: max(41px, 3.125vw);
    text-decoration: none;
    display: block;
    margin: 0;
	padding: 0 12px 0 20px;
    text-align: center;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 500;
}

nav.primary ul li a:hover {
    background: white;
    color: #CB1C1C;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: max(11px, 0.83333vw);
    line-height: max(11px, 0.83333vw);
    padding: max(9px, 0.88542vw) max(9px, 0.88542vw);
    color: #fff;
    background: white;
    text-align: left;
    border-right: none;
    border-left: none;
    border-bottom: #303030 solid 1px;
}

/* Appearance of the sub-level links on hover */
nav.primary ul li li a: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: max(12px, 0.9375vw);
    z-index: 100;
}

nav.primary ul ul li {
    float: none;
    width: max(141px, 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: 74%;
        display: inline-block;
        font-size: 24px;
        position: relative;
        line-height: 60px;
        z-index: 400;
        /* needs to be lower than nav.mobile, adjust as needed */
        text-align: right;
        padding-right: 10px;
    }

    #menu-button a {
        color: black;
        text-decoration: none;
        font-weight: normal;
        margin-right: 46px;
        font-size: 18px;
    }

    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 #192a46 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: 11px 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 {*/
header {}

/*}*/


/*---BODY--------------------------------*/
/*.notInventory {*/
.se-pre-con {}

header {
    max-width: max(952px, 95.22188vw);
    margin: 0 auto;
    z-index: 9;
    position: relative;
}

header * {
    box-sizing: revert-layer;
}

header .contactInfo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #192A46;
}

header .contactInfo .contactsnip {}

header .contactInfo .contactsnip a {
    font-weight: 400;
    font-size: max(12px, 0.67885vw);
    line-height: max(11px, 0.83333vw);
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

header .contactInfo .contactsnip a .fa-solid {}

header .bottomheader {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    z-index: 1;
    position: relative;
    border-radius: 0 0 max(18px, 1.82292vw) max(18px, 1.82292vw);
}

.homepage .bottomheader {
    border-radius: 0 !important;
}

.bottomheader>a {
    background: #FFFFFF;
    border-radius: max(18px, 1.82292vw);
    margin-top: min(-29px, -2.91667vw);
    margin-left: max(10px, 3.90625vw);
}

header .bottomheader a {}

header .bottomheader a img {
    width: max(103px, 10.31719vw);
    padding: max(21px, 2.08333vw) max(31px, 3.125vw);
}

header .bottomheader .primary {
    text-align: right;
}

header .bottomheader .primary ul {}

header .bottomheader .primary>ul>li {
    padding: 0 15px;
}

header .bottomheader .primary ul li a {
    font-weight: 400;
    font-size: max(12px, 0.92961vw);
    line-height: max(14px, 1.09375vw);
    letter-spacing: 0.02em;
    color: #192A46;
    /* border-bottom: none; */
}

header .bottomheader #menu-button {}

header .bottomheader #menu-button .menu-toggle {}

header .bottomheader .mobile {}

header .bottomheader .mobile .mobile_top {}

header .bottomheader .mobile .mobile_top .menu-toggle {}

header .bottomheader .mobile ul {}

header .bottomheader .mobile ul li {}

header .bottomheader .mobile ul li a {}

.surroundhero {
    position: relative;
    max-width: max(952px, 95.22188vw);
    margin: 0 auto;
    /* overflow: hidden; */
}

.surroundhero,
.surroundhero * {}

.surroundhero:before {
    content: '';
    width: max(410px, 40.95937vw);
    background: linear-gradient(90deg, #6A9D0E 0%, #192948 100%);
    border-radius: max(8px, 0.84532vw);
    position: absolute;
    height: max(17px, 1.69063vw);
    bottom: min(-8px, -0.78125vw);
    right: min(-16px, -1.5625vw);
    z-index: 1;
}

.surroundhero .toptextstuff {
    position: absolute;
    z-index: 3;
    right: max(43px, 7.29167vw);
    bottom: max(31px, 3.125vw);
}

.surroundhero .toptextstuff span {
    font-weight: 400;
    font-size: max(23px, 1.77001vw);
    line-height: max(28px, 2.13542vw);
    color: #FFFFFF;
}

.surroundhero .toptextstuff h1 {
    font-weight: 400;
    font-size: max(50px, 4.59292vw);
    line-height: max(75px, 5.78125vw);
    color: #FFFFFF;
}

.surroundhero .lazy button {
    display: none !important;
}

.surroundhero .lazy div {}

.surroundhero .lazy div img {
    border-radius: 0 0 0 max(117px, 11.66667vw);
}

.container.cf {
    margin: max(60px, 7vw) 0;
}

main .leftright {
    position: relative;
}

.contactuspage .brandsarea {
    margin-top: -19vw !important;
}

main .leftright .wrappedinfo {
    max-width: max(474px, 47.37344vw);
    padding: max(133px, 13.28125vw) max(60px, 5.98958vw) max(76px, 7.55208vw);
    z-index: 1;
    position: relative;
}

.contactuspage .wrappedinfo {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

main .leftright .wrappedinfo h3 {
    font-weight: 400;
    font-size: max(13px, 1.00208vw);
    line-height: max(16px, 1.19792vw);
    color: #000000;
}

main .leftright .wrappedinfo h2 {
    font-weight: 400;
    font-size: max(34px, 2.60026vw);
    line-height: max(43px, 3.28125vw);
    color: #272727;
}

main .leftright .wrappedinfo p {
    font-weight: 400;
    font-size: max(14px, 0.91387vw);
    line-height: max(28px, 1.875vw);
    color: #000000;
    margin-top: max(29px, 2.86458vw);
}

main .leftright .regular {
    width: max(865px, 86.45833vw);
    margin-left: min(-120px, -11.97917vw);
    z-index: 1;
}


.regular * {
    background: none !important;
}

.regular {}

main .leftright .regular img {
	max-width: 90%;
}

main .leftright .soybeanbag {
    width: max(419px, 41.92708vw);
    position: absolute;
    right: min(-36px, -3.64583vw);
    top: max(68px, 6.77083vw);
    z-index:
        0;
}

main .partsarea {
    background: white;
    max-width: max(643px, 64.32292vw);
    border-radius: 0 0px max(54px, 5.41667vw) 0px;
    padding: max(60px, 5.98958vw) max(78px, 7.8125vw) max(60px, 5.98958vw) max(63px, 6.25vw);
    position: relative;
    box-sizing: border-box;
    margin-top: max(86px, 8.59375vw);
}

.partsarea:before {
    width: max(339px, 33.87865vw);
    height: max(14px, 1.39844vw);
    background: linear-gradient(90deg, #6A9D0E 0%, #192948 100%);
    border-radius: max(7px, 0.69919vw);
    content: '';
    position: absolute;
    top: min(-7px, -0.72917vw);
    right: min(-21px, -2.08333vw);
}

main .partsarea h2 {
    font-weight: 400;
    font-size: max(29px, 2.20479vw);
    line-height: max(36px, 2.76042vw);
    color: #272727;
}

main .partsarea p {
    font-weight: 400;
    font-size: max(14px, 0.91387vw);
    line-height: max(27px, 1.875vw);
    color: #000000;
    margin-top: max(16px, 1.5625vw);
}

main .brandsarea {
    background: linear-gradient(139deg, #6a9d0e29 0%, #1929482b 100%);
    padding: max(276px, 27.60417vw) 25px max(125px, 12.5vw);
    margin-top: min(-130px, -13.02083vw);
}

main .brandsarea .surroundbrands {
    /* Vector 2 */
    max-width: max(823px, 82.26042vw);
    border: 1px solid #375432;
    margin: 0 auto;
    text-align: center;
}

main .brandsarea .surroundbrands h2 {
    font-weight: 400;
    font-size: max(29px, 2.20479vw);
    line-height: max(36px, 2.76042vw);
    color: #272727;
    margin-top: max(32px, 3.22917vw);
}

main .brandsarea .surroundbrands .center,
main .brandsarea .surroundbrands .center * {
    opacity: 1;
}

.center {}

.center {
    margin-bottom: max(36px, 3.64583vw);
}

.center,
.center * {}

.center button {
    display: none !important;
}

main .brandsarea .surroundbrands .center div {}

.slick-slide div div {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.regular .slick-slide>div {
    WIDTH: 100%;
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: CENTER;
    ALIGN-ITEMS: CENTER;
    background: white;
    margin: 0 10px !important;
}

main .brandsarea .surroundbrands .center div,
main .brandsarea .surroundbrands .center div * {}

main .brandsarea .surroundbrands .center .slick-slide {
    display: flex;
    justify-content: center;
    /* border: 1px solid rebeccapurple; */
    /* width: 25%; */
    max-width: 24%;
    /* margin:  0 10px; */
}

.center .slick-track {
    /* width: 100% !important; */
}

.center .slick-slide {
    /* background: white !important; */
}

main .brandsarea .surroundbrands .center div img {
    width: max(114px, 11.39323vw);
    padding: max(36px, 3.64583vw) max(16px, 1.5625vw);
    height: max(35px, 3.54167vw);
    object-fit: contain;
    background: white;
}

.button-display {
	display: flex;
	width: 100%;
	justify-content: space-around;
	padding: 20px 20px 40px;
}

.previous-category {
	border: none;
	background: transparent;
	padding: 10px;
}

.previous-category i {
	color: #000!important;
	font-size: 25px!important;
}

.next-category {
	border: none;
	background:transparent;
	padding: 10px;
}

.next-category i {
	color: #000!important;
	font-size: 25px;
}

footer {}

footer .footertop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .footertop .logoleft {
    background: white;
    background: #FFFFFF;
    border-radius: 0px max(101px, 10.14411vw) 0px 0px;
}

footer .footertop .logoleft a {}

footer .footertop .logoleft a img {
    width: max(134px, 13.39531vw);
    padding: max(99px, 9.89583vw) max(68px, 6.77083vw) max(57px, 5.72917vw) max(120px, 11.97917vw);
}

footer .footertop ul {
    column-count: 3;
    width: 100%;
    margin-left: max(68px, 6.77083vw);
    margin-top: max(73px, 7.29167vw);
}

footer .footertop ul li {
    padding: max(8px, 0.78125vw) 0;
}

footer .footertop ul li a {
    font-weight: 400;
    font-size: max(14px, 1.06349vw);
    line-height: max(17px, 1.30208vw);
    letter-spacing: 0.02em;
    color: #192A46;
}

footer .contactInfo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(90deg, #59841A 0%, #192A47 100%);
    border-radius: 0px max(26px, 2.55076vw) 0px 0px;
    margin-right: max(16px, 1.5625vw);
}

footer .contactInfo * {
    color: white !important;
}

footer .contactInfo .contactsnip {}

footer .contactInfo .contactsnip a {
    font-weight: 400;
    font-size: max(12px, 0.88528vw);
    line-height: max(14px, 1.04167vw);
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

footer .contactInfo .contactsnip a .fa-solid {}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: max(47px, 4.6875vw);
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: max(48px, 4.79167vw);
}

/*}*/

/*--------FORM STYLES--------------------*/
/*.notInventory {*/

/*}*/

/*-------- FOOTER STYLES ----------------*/
/*.notInventory {*/
footer {
    padding-top: max(21px, 2.08333vw);
}

footer * {
    box-sizing: revert-layer;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: max(9px, 0.67708vw);
}

a.footerlink:hover {
    text-decoration: none;
    font-size: max(9px, 0.67708vw);
}

.footertext {
    font-size: max(9px, 0.67708vw);
    color: #999999;
}

.smallfootertext {
    font-size: max(7px, 0.52083vw);
    color: #999999;
}

.divfooter {
    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;
    }
}

/*.notInventory {*/
@media only screen and (min-width: 768px) {}

@media only screen and (min-width:768px) and (max-width: 1130px) {}


@media only screen and (max-width: 1300px) {
    td {}

    html {}

    ul {}

    table {}

    td {}

    input:not(.container.cf *) {}

    header form button[type=submit] {}

    address {}

    input[type="submit"] {}

    p a:not(.container.cf *) {}

    textarea {}

    .invpage footer * {}

    .invpage .notInventory input {}

    :root {}

    ::-moz-selection {}

    ::selection {}

    .cf:after {}

    .cf:after {}

    .cf {}

    .intextlink:hover {}

    .se-pre-con {}

    .notInventory *:not(i):not(i *):not(.fas):not(.fas *):not(.fa *):not(.fa):not(.fab):not(.fab *) {}

    .lazy * {}

    .lazy {}

    .lazy .slick-slide div div:before {}

    .lazy .slick-slide div div {}

    .lazy slick-slide img {}

    .regular .slick-slide {}

    .regular .slick-slide:before {}

    *: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]) {}

    h6:not(.container.cf *) {}

    h1:not(.container.cf *) {}

    h2:not(.container.cf *) {}

    h3:not(.container.cf *) {}

    h4:not(.container.cf *) {}

    h5:not(.container.cf *) {}

    h6:not(.container.cf *) {}

    main ul li:not(.container.cf *) {}

    a.standardbtn {}

    a:active {}

    a:hover {}

    hr {}

    ul.custom li {}

    ul li:before {}

    .wrapper {}

    .contactInfo {}

    .contactInfo * {}

    .contactsnip {}

    .contactInfo a {}

    .contactInfo i {}

    .contactInfo {}

    .contactInfo a {}

    #menu-button {}

    nav.mobile {}

    nav.primary ul li a.active {}

    nav.primary {}

    nav.primary ul {}

    nav.primary ul li {}

    nav.primary ul li a {}

    nav.primary ul li a:hover {}

    nav.primary ul li li a {}

    nav.primary ul li li a:hover {}

    nav.primary ul ul {}

    nav.primary ul ul ul {}

    nav.primary ul li:hover>ul {}

    nav.primary ul ul li {}

    nav.primary ul li a {}

    nav.primary ul li a {}

    nav.primary {}

    nav.primary {}

    #menu-button {}

    #menu-button a {}

    nav.mobile {}

    nav.mobile .social-media {}

    nav.mobile .social-media a:visited {}

    nav.mobile .social-media a:active {}

    nav.mobile .mobile_top {}

    nav.mobile .menu-toggle {}

    nav.mobile .menu-toggle:hover {}

    nav.mobile ul {}

    nav.mobile ul li {}

    nav.mobile ul li a {}

    nav.mobile ul li a:hover {}

    nav.mobile ul li li:last-child {}

    nav.mobile ul li li a {}

    nav.mobile ul li li a:hover {}

    nav.mobile ul li li li:last-child {}

    nav.mobile ul li li li a {}

    nav.mobile ul li li li a:hover {}

    nav.mobile ul li .click {}

    .nav-footer {}

    nav.mobile ul li a .fa {}

    nav.mobile ul li .fa-chevron-down {}

    #menu-button {}

    #menu-button {}

    /*.notInventory {*/
    header {}

    /*}*/
    /*.notInventory {*/
    .se-pre-con {}

    header {}

    header .contactInfo {}

    header .contactInfo .contactsnip {}

    header .contactInfo .contactsnip a {}

    header .contactInfo .contactsnip a .fa-solid {}

    header .bottomheader {}

    .bottomheader>a {}

    header .bottomheader a {}

    header .bottomheader a img {}

    header .bottomheader .primary {}

    header .bottomheader .primary ul {}

    header .bottomheader .primary>ul>li {}

    header .bottomheader .primary ul li a {}

    header .bottomheader #menu-button {}

    header .bottomheader #menu-button .menu-toggle {}

    header .bottomheader .mobile {}

    header .bottomheader .mobile .mobile_top {}

    header .bottomheader .mobile .mobile_top .menu-toggle {}

    header .bottomheader .mobile ul {}

    header .bottomheader .mobile ul li {}

    header .bottomheader .mobile ul li a {}

    .surroundhero {}

    .surroundhero * {}

    .surroundhero:before {}

    .surroundhero .toptextstuff {}

    .surroundhero .toptextstuff span {}

    .surroundhero .toptextstuff h1 {}

    .surroundhero .lazy button {}

    .surroundhero .lazy div {}

    .surroundhero .lazy div img {}

    main {}

    main .leftright {}

    main .leftright .wrappedinfo {}

    main .leftright .wrappedinfo h3 {}

    main .leftright .wrappedinfo h2 {}

    main .leftright .wrappedinfo p {}

    main .leftright .regular {}

    .regular * {}

    .regular {}

    main .leftright .regular img {}

    main .leftright .soybeanbag {}

    main .partsarea {}

    .partsarea:before {}

    main .partsarea h2 {}

    main .partsarea p {}

    main .brandsarea {}

    main .brandsarea .surroundbrands {}

    main .brandsarea .surroundbrands h2 {}

    main .brandsarea .surroundbrands .center * {}

    .center {}

    .center {}

    .center * {}

    .center button {}

    main .brandsarea .surroundbrands .center div {}

    .slick-slide div div {}

    .slick-slide>div {}

    main .brandsarea .surroundbrands .center div * {}

    main .brandsarea .surroundbrands .center .slick-slide {}

    .center .slick-track {}

    .center .slick-slide {}

    main .brandsarea .surroundbrands .center div img {}

    footer {}

    footer .footertop {}

    footer .footertop .logoleft {}

    footer .footertop .logoleft a {}

    footer .footertop .logoleft a img {}

    footer .footertop ul {}

    footer .footertop ul li {}

    footer .footertop ul li a {}

    footer .contactInfo {}

    footer .contactInfo * {}

    footer .contactInfo .contactsnip {}

    footer .contactInfo .contactsnip a {}

    footer .contactInfo .contactsnip a .fa-solid {}

    .scrolling-wrap {}

    .scrolling {}

    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    footer {}

    a.footerlink:active {}

    a.footerlink:hover {}

    .footertext {}

    .smallfootertext {}

    .divfooter {}

    /*}*/
    .invpage footer {}

    /*.notInventory {*/
    /*}*/
    .accordion {}

    .accordion:hover {}

    .accordion .accordion-header {}

    .accordion-header {}

    .accordion .accordion-header:after {}

    .accordion .accordion-content {}

    .accordion.active:hover {}

    .accordion.active .accordion-header:after {}

    .financial-calc {}

    .financial-calc {}

    .surroundbrands p {}
}

@media only screen and (max-width: 1000px) {
    td {}

    html {}

    ul {}

    table {}

    td {}

    input:not(.container.cf *) {}

    header form button[type=submit] {}

    address {}

    input[type="submit"] {}

    p a:not(.container.cf *) {}

    textarea {}

    .invpage footer * {}

    .invpage .notInventory input {}

    :root {}

    ::-moz-selection {}

    ::selection {}

    .cf:after {}

    .cf:after {}

    .cf {}

    .intextlink:hover {}

    .se-pre-con {}

    .notInventory *:not(i):not(i *):not(.fas):not(.fas *):not(.fa *):not(.fa):not(.fab):not(.fab *) {}

    .lazy * {}

    .lazy {}

    .lazy .slick-slide div div:before {}

    .lazy .slick-slide div div {}

    .lazy slick-slide img {}

    .regular .slick-slide {}

    .regular .slick-slide:before {}

    *: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]) {}

    h6:not(.container.cf *) {}

    h1:not(.container.cf *) {}

    h2:not(.container.cf *) {}

    h3:not(.container.cf *) {}

    h4:not(.container.cf *) {}

    h5:not(.container.cf *) {}

    h6:not(.container.cf *) {}

    main ul li:not(.container.cf *) {}

    a.standardbtn {}

    a:active {}

    a:hover {}

    hr {}

    ul.custom li {}

    ul li:before {}

    .wrapper {}

    .contactInfo {}

    .contactInfo * {}

    .contactsnip {}

    .contactInfo a {}

    .contactInfo i {}

    .contactInfo {}

    .contactInfo a {}

    #menu-button {}

    nav.mobile {}

    nav.primary ul li a.active {}

    nav.primary {}

    nav.primary ul {}

    nav.primary ul li {}

    nav.primary ul li a {}

    nav.primary ul li a:hover {}

    nav.primary ul li li a {}

    nav.primary ul li li a:hover {}

    nav.primary ul ul {}

    nav.primary ul ul ul {}

    nav.primary ul li:hover>ul {}

    nav.primary ul ul li {}

    nav.primary ul li a {}

    nav.primary ul li a {}

    nav.primary {}

    nav.primary {}

    #menu-button {}

    #menu-button a {}

    nav.mobile {}

    nav.mobile .social-media {}

    nav.mobile .social-media a:visited {}

    nav.mobile .social-media a:active {}

    nav.mobile .mobile_top {}

    nav.mobile .menu-toggle {}

    nav.mobile .menu-toggle:hover {}

    nav.mobile ul {}

    nav.mobile ul li {}

    nav.mobile ul li a {}

    nav.mobile ul li a:hover {}

    nav.mobile ul li li:last-child {}

    nav.mobile ul li li a {}

    nav.mobile ul li li a:hover {}

    nav.mobile ul li li li:last-child {}

    nav.mobile ul li li li a {}

    nav.mobile ul li li li a:hover {}

    nav.mobile ul li .click {}

    .nav-footer {}

    nav.mobile ul li a .fa {}

    nav.mobile ul li .fa-chevron-down {}

    #menu-button {}

    #menu-button {}

    /*.notInventory {*/
    header {}

    /*}*/
    /*.notInventory {*/
    .se-pre-con {}

    header {}

    header .contactInfo {}

    header .contactInfo .contactsnip {}

    header .contactInfo .contactsnip a {}

    header .contactInfo .contactsnip a .fa-solid {}

    header .bottomheader {}

    .bottomheader>a {}

    header .bottomheader a {}

    header .bottomheader a img {}

    header .bottomheader .primary {}

    header .bottomheader .primary ul {}

    header .bottomheader .primary>ul>li {}

    header .bottomheader .primary ul li a {}

    header .bottomheader #menu-button {}

    header .bottomheader #menu-button .menu-toggle {}

    header .bottomheader .mobile {}

    header .bottomheader .mobile .mobile_top {}

    header .bottomheader .mobile .mobile_top .menu-toggle {}

    header .bottomheader .mobile ul {}

    header .bottomheader .mobile ul li {}

    header .bottomheader .mobile ul li a {}

    .surroundhero {}

    .surroundhero * {}

    .surroundhero:before {}

    .surroundhero .toptextstuff {}

    .surroundhero .toptextstuff span {}

    .surroundhero .toptextstuff h1 {}

    .surroundhero .lazy button {}

    .surroundhero .lazy div {}

    .surroundhero .lazy div img {}

    main {}

    main .leftright {}

    main .leftright .wrappedinfo {}

    main .leftright .wrappedinfo h3 {}

    main .leftright .wrappedinfo h2 {}

    main .leftright .wrappedinfo p {}

    main .leftright .regular {}

    .regular * {}

    .regular {}

    main .leftright .regular img {}

    main .leftright .soybeanbag {}

    main .partsarea {}

    .partsarea:before {}

    main .partsarea h2 {}

    main .partsarea p {}

    main .brandsarea {}

    main .brandsarea .surroundbrands {}

    main .brandsarea .surroundbrands h2 {}

    main .brandsarea .surroundbrands .center * {}

    .center {}

    .center {}

    .center * {}

    .center button {}

    main .brandsarea .surroundbrands .center div {}

    .slick-slide div div {}

    .slick-slide>div {}

    main .brandsarea .surroundbrands .center div * {}

    main .brandsarea .surroundbrands .center .slick-slide {}

    .center .slick-track {}

    .center .slick-slide {}

    main .brandsarea .surroundbrands .center div img {}

    footer {}

    footer .footertop {
        flex-direction: column-reverse;
    }

    footer .footertop .logoleft {
        width: 100%;
        border-radius: revert-layer;
        display: flex;
        justify-content: center;
    }

    footer .footertop .logoleft a {}

    footer .footertop .logoleft a img {
        padding: 40px;
    }

    footer .footertop ul {
        margin: 0;
        column-count: 1;
        margin-bottom: 20px;
    }

    footer .footertop ul li {
        text-align: center;
    }

    footer .footertop ul li a {}

    footer .contactInfo {}

    footer .contactInfo * {}

    footer .contactInfo .contactsnip {}

    footer .contactInfo .contactsnip a {}

    footer .contactInfo .contactsnip a .fa-solid {}

    .scrolling-wrap {}

    .scrolling {}

    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    footer {}

    a.footerlink:active {}

    a.footerlink:hover {}

    .footertext {}

    .smallfootertext {}

    .divfooter {}

    /*}*/
    .invpage footer {}

    /*.notInventory {*/
    /*}*/
    .accordion {}

    .accordion:hover {}

    .accordion .accordion-header {}

    .accordion-header {}

    .accordion .accordion-header:after {}

    .accordion .accordion-content {}

    .accordion.active:hover {}

    .accordion.active .accordion-header:after {}

    .financial-calc {}

    .financial-calc {}

    .surroundbrands p {}
}

@media only screen and (max-width: 767px) {
    td {}

    html {}

    ul {}

    table {}

    td {}

    input:not(.container.cf *) {}

    header form button[type=submit] {}

    address {}

    input[type="submit"] {}

    p a:not(.container.cf *) {}

    textarea {}

    .invpage footer * {}

    .invpage .notInventory input {}

    :root {}

    ::-moz-selection {}

    ::selection {}

    .cf:after {}

    .cf:after {}

    .cf {}

    .intextlink:hover {}

    .se-pre-con {}

    .notInventory *:not(i):not(i *):not(.fas):not(.fas *):not(.fa *):not(.fa):not(.fab):not(.fab *) {}

    .lazy * {}

    .lazy {}

    .lazy .slick-slide div div:before {}

    .lazy .slick-slide div div {}

    .lazy slick-slide img {}

    .regular .slick-slide {}

    .regular .slick-slide:before {}

    *: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]) {}

    h6:not(.container.cf *) {}

    h1:not(.container.cf *) {}

    h2:not(.container.cf *) {}

    h3:not(.container.cf *) {}

    h4:not(.container.cf *) {}

    h5:not(.container.cf *) {}

    h6:not(.container.cf *) {}

    main ul li:not(.container.cf *) {}

    a.standardbtn {}

    a:active {}

    a:hover {}

    hr {}

    ul.custom li {}

    ul li:before {}

    .wrapper {}

    .contactInfo {}

    .contactInfo * {}

    .contactsnip {}

    .contactInfo a {}

    .contactInfo i {}

    .contactInfo {}

    .contactInfo a {}

    #menu-button {}

    nav.mobile {}

    nav.primary ul li a.active {}

    nav.primary {}

    nav.primary ul {}

    nav.primary ul li {}

    nav.primary ul li a {}

    nav.primary ul li a:hover {}

    nav.primary ul li li a {}

    nav.primary ul li li a:hover {}

    nav.primary ul ul {}

    nav.primary ul ul ul {}

    nav.primary ul li:hover>ul {}

    nav.primary ul ul li {}

    nav.primary ul li a {}

    nav.primary ul li a {}

    nav.primary {}

    nav.primary {}

    #menu-button {}

    #menu-button a {}

    nav.mobile {}

    nav.mobile .social-media {}

    nav.mobile .social-media a:visited {}

    nav.mobile .social-media a:active {}

    nav.mobile .mobile_top {}

    nav.mobile .menu-toggle {}

    nav.mobile .menu-toggle:hover {}

    nav.mobile ul {}

    nav.mobile ul li {}

    nav.mobile ul li a {}

    nav.mobile ul li a:hover {}

    nav.mobile ul li li:last-child {}

    nav.mobile ul li li a {}

    nav.mobile ul li li a:hover {}

    nav.mobile ul li li li:last-child {}

    nav.mobile ul li li li a {}

    nav.mobile ul li li li a:hover {}

    nav.mobile ul li .click {}

    .nav-footer {}

    nav.mobile ul li a .fa {}

    nav.mobile ul li .fa-chevron-down {}

    #menu-button {}

    #menu-button {}

    /*.notInventory {*/
    header {}

    /*}*/
    /*.notInventory {*/
    .se-pre-con {}

    header {}

    header .contactInfo {}

    header .contactInfo .contactsnip {}

    header .contactInfo .contactsnip a {}

    header .contactInfo .contactsnip a .fa-solid {}

    header .bottomheader {}

    .bottomheader>a {}

    header .bottomheader a {}

    header .bottomheader a img {}

    header .bottomheader .primary {}

    header .bottomheader .primary ul {}

    header .bottomheader .primary>ul>li {}

    header .bottomheader .primary ul li a {}

    header .bottomheader #menu-button {}

    header .bottomheader #menu-button .menu-toggle {}

    header .bottomheader .mobile {}

    header .bottomheader .mobile .mobile_top {}

    header .bottomheader .mobile .mobile_top .menu-toggle {}

    header .bottomheader .mobile ul {}

    header .bottomheader .mobile ul li {}

    header .bottomheader .mobile ul li a {}

    .surroundhero {}

    .surroundhero * {}

    .surroundhero:before {}

    .surroundhero .toptextstuff {}

    .surroundhero .toptextstuff span {}

    .surroundhero .toptextstuff h1 {}

    .surroundhero .lazy button {}

    .surroundhero .lazy div {}

    .surroundhero .lazy div img {}

    .surroundhero,
    .surroundhero * {
        border-radius: 0 !important;
    }

    .surroundhero .lazy {}

    main {}

    main .leftright {}

    main .leftright .wrappedinfo {}

    main .leftright .wrappedinfo h3 {}

    main .leftright .wrappedinfo h2 {}

    main .leftright .wrappedinfo p {}

    main .leftright .regular {}

    .regular * {}

    .regular {}

    main .leftright .regular img {}

    main .leftright .soybeanbag {}

    main .partsarea {}

    .partsarea:before {}

    main .partsarea h2 {}

    main .partsarea p {}

    main .brandsarea {}

    main .brandsarea .surroundbrands {}

    main .brandsarea .surroundbrands h2 {}

    main .brandsarea .surroundbrands .center * {}

    .center {}

    .center {}

    .center * {}

    .center button {}

    main .brandsarea .surroundbrands .center div {}

    .slick-slide div div {}

    .slick-slide>div {}

    main .brandsarea .surroundbrands .center div * {}

    main .brandsarea .surroundbrands .center .slick-slide {}

    .center .slick-track {}

    .center .slick-slide {}

    main .brandsarea .surroundbrands .center div img {}

    footer {}

    footer .footertop {}

    footer .footertop .logoleft {}

    footer .footertop .logoleft a {}

    footer .footertop .logoleft a img {}

    footer .footertop ul {}

    footer .footertop ul li {}

    footer .footertop ul li a {}

    footer .contactInfo {}

    footer .contactInfo * {}

    footer .contactInfo .contactsnip {}

    footer .contactInfo .contactsnip a {}

    footer .contactInfo .contactsnip a .fa-solid {}

    .scrolling-wrap {}

    .scrolling {}

    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    footer {}

    a.footerlink:active {}

    a.footerlink:hover {}

    .footertext {}

    .smallfootertext {}

    .divfooter {}

    /*}*/
    .invpage footer {}

    /*.notInventory {*/
    /*}*/
    .accordion {}

    .accordion:hover {}

    .accordion .accordion-header {}

    .accordion-header {}

    .accordion .accordion-header:after {}

    .accordion .accordion-content {}

    .accordion.active:hover {}

    .accordion.active .accordion-header:after {}

    .financial-calc {}

    .financial-calc {}

    .surroundbrands p {}
}

@media only screen and (max-width: 500px) {
    td {}

    html {}

    ul {}

    table {}

    td {}

    input:not(.container.cf *) {}

    header form button[type=submit] {}

    address {}

    input[type="submit"] {}

    p a:not(.container.cf *) {}

    textarea {}

    .invpage footer * {}

    .invpage .notInventory input {}

    :root {}

    ::-moz-selection {}

    ::selection {}

    .cf:after {}

    .cf:after {}

    .cf {}

    .intextlink:hover {}

    .se-pre-con {}

    .notInventory *:not(i):not(i *):not(.fas):not(.fas *):not(.fa *):not(.fa):not(.fab):not(.fab *) {}

    .lazy * {}

    .lazy {}

    .lazy .slick-slide div div:before {}

    .lazy .slick-slide div div {}

    .lazy slick-slide img {}

    .regular .slick-slide {}

    .regular .slick-slide:before {}

    *: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]) {}

    h6:not(.container.cf *) {}

    h1:not(.container.cf *) {}

    h2:not(.container.cf *) {}

    h3:not(.container.cf *) {}

    h4:not(.container.cf *) {}

    h5:not(.container.cf *) {}

    h6:not(.container.cf *) {}

    main ul li:not(.container.cf *) {}

    a.standardbtn {}

    a:active {}

    a:hover {}

    hr {}

    ul.custom li {}

    ul li:before {}

    .wrapper {}

    .contactInfo {}

    .contactInfo * {}

    .contactsnip {}

    .contactInfo a {}

    .contactInfo i {}

    .contactInfo {}

    .contactInfo a {}

    #menu-button {}

    nav.mobile {}

    nav.primary ul li a.active {}

    nav.primary {}

    nav.primary ul {}

    nav.primary ul li {}

    nav.primary ul li a {}

    nav.primary ul li a:hover {}

    nav.primary ul li li a {}

    nav.primary ul li li a:hover {}

    nav.primary ul ul {}

    nav.primary ul ul ul {}

    nav.primary ul li:hover>ul {}

    nav.primary ul ul li {}

    nav.primary ul li a {}

    nav.primary ul li a {}

    nav.primary {}

    nav.primary {}

    #menu-button {}

    #menu-button a {}

    nav.mobile {}

    nav.mobile .social-media {}

    nav.mobile .social-media a:visited {}

    nav.mobile .social-media a:active {}

    nav.mobile .mobile_top {}

    nav.mobile .menu-toggle {}

    nav.mobile .menu-toggle:hover {}

    nav.mobile ul {}

    nav.mobile ul li {}

    nav.mobile ul li a {}

    nav.mobile ul li a:hover {}

    nav.mobile ul li li:last-child {}

    nav.mobile ul li li a {}

    nav.mobile ul li li a:hover {}

    nav.mobile ul li li li:last-child {}

    nav.mobile ul li li li a {}

    nav.mobile ul li li li a:hover {}

    nav.mobile ul li .click {}

    .nav-footer {}

    nav.mobile ul li a .fa {}

    nav.mobile ul li .fa-chevron-down {}

    #menu-button {}

    #menu-button {}

    /*.notInventory {*/
    header {}

    /*}*/
    /*.notInventory {*/
    .se-pre-con {}

    header {}

    header .contactInfo {}

    header .contactInfo .contactsnip {}

    header .contactInfo .contactsnip a span {
        display: none;
    }

    header .contactInfo .contactsnip a .fa-solid {}

    header .bottomheader {}

    .bottomheader>a {}

    header .bottomheader a {}

    header .bottomheader a img {}

    header .bottomheader .primary {}

    header .bottomheader .primary ul {}

    header .bottomheader .primary>ul>li {}

    header .bottomheader .primary ul li a {}

    header .bottomheader #menu-button {}

    header .bottomheader #menu-button .menu-toggle {}

    header .bottomheader .mobile {}

    header .bottomheader .mobile .mobile_top {}

    header .bottomheader .mobile .mobile_top .menu-toggle {}

    header .bottomheader .mobile ul {}

    header .bottomheader .mobile ul li {}

    header .bottomheader .mobile ul li a {}

    .surroundhero {}

    .surroundhero * {}

    .surroundhero:before {}

    .surroundhero .toptextstuff {
        padding-left: 20px !important;
    }

    .surroundhero .toptextstuff span {}

    .surroundhero .toptextstuff h1 {}

    .surroundhero .lazy button {}

    .surroundhero .lazy div {}

    .surroundhero .lazy div img {}

    main {}

    main .leftright {}

    main .leftright .wrappedinfo {
        padding-left: 40px;
        padding-right: 40px;
    }

    main .leftright .wrappedinfo h3 {}

    main .leftright .wrappedinfo h2 {}

    main .leftright .wrappedinfo p {}

    main .leftright .regular {}

    .regular * {}

    .regular {}

    main .leftright .regular img {}

    main .leftright .soybeanbag {}

    main .partsarea {
        padding-left: 50px;
        padding-right: 50px;
    }

    .partsarea:before {}

    main .partsarea h2 {}

    main .partsarea p {}

    main .brandsarea {}

    main .brandsarea .surroundbrands {}

    main .brandsarea .surroundbrands h2 {}

    main .brandsarea .surroundbrands .center * {}

    .center {}

    .center {}

    .center * {}

    .center button {}

    main .brandsarea .surroundbrands .center div {}

    .slick-slide div div {}

    .slick-slide>div {}

    main .brandsarea .surroundbrands .center div * {}

    main .brandsarea .surroundbrands .center .slick-slide {}

    .center .slick-track {}

    .center .slick-slide {}

    main .brandsarea .surroundbrands .center div img {}

    footer {}

    footer .footertop {}

    footer .footertop .logoleft {}

    footer .footertop .logoleft a {}

    footer .footertop .logoleft a img {}

    footer .footertop ul {}

    footer .footertop ul li {}

    footer .footertop ul li a {}

    footer .contactInfo {}

    footer .contactInfo * {}

    footer .contactInfo .contactsnip {}

    footer .contactInfo .contactsnip a {}

    footer .contactInfo .contactsnip a .fa-solid {}

    .scrolling-wrap {}

    .scrolling {}

    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    footer {}

    a.footerlink:active {}

    a.footerlink:hover {}

    .footertext {}

    .smallfootertext {}

    .divfooter {}

    /*}*/
    .invpage footer {}

    /*.notInventory {*/
    /*}*/
    .accordion {}

    .accordion:hover {}

    .accordion .accordion-header {}

    .accordion-header {}

    .accordion .accordion-header:after {}

    .accordion .accordion-content {}

    .accordion.active:hover {}

    .accordion.active .accordion-header:after {}

    .financial-calc {}

    .financial-calc {}

    .surroundbrands p {}
}

/*}*/

/* ACCORDION */

.accordion {
    display: block;
    position: relative;
    margin-bottom: max(5px, 0.52083vw);
    color: #666;
    border: 1px #eee solid;
    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: max(8px, 0.78125vw) max(10px, 1.04167vw) max(8px, 0.78125vw) max(13px, 1.30208vw);
    font-weight: 700;
    border-radius: max(3px, 0.26042vw);
    cursor: pointer;
}

.accordion-header {}

.accordion .accordion-header:after {
    font-family: "Font Awesome 5 Free";
    font-size: max(14px, 1.04167vw);
    font-weight: 900;
    content: "\f067";
    margin-left: auto;
    color: #ddd;
}

.accordion .accordion-content {
    display: none;
    padding: max(13px, 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: max(227px, 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 */
    }
}

.surroundbrands p {
    font-weight: 400;
    font-size: max(13px, 1.00208vw);
    line-height: max(16px, 1.19792vw);
    color: #000000;
    margin-bottom: max(34px, 3.38542vw);
    margin-top: max(5px, 0.52083vw);
}