﻿/***** 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;
}

html,
body {
    overflow-x: hidden;
}

/* Stymie Regular font-family: "stymie", serif; font-weight: 400; font-style: normal; Stymie Black font-family: "stymie", serif; font-weight: 900; font-style: normal; Stymie Cond Regular font-family: "stymie-condensed", serif; font-weight: 400; font-style: normal; Stymie Cond Medium font-family: "stymie-condensed", serif; font-weight: 500; font-style: normal; Forma DJR Micro Light font-family: "forma-djr-micro", sans-serif; font-weight: 300; font-style: normal; Forma DJR Micro Light Italic font-family: "forma-djr-micro", sans-serif; font-weight: 300; font-style: italic; Forma DJR Micro Regular font-family: "forma-djr-micro", sans-serif; font-weight: 400; font-style: normal; Forma DJR Micro Italic font-family: "forma-djr-micro", sans-serif; font-weight: 400; font-style: italic; Forma DJR Micro Bold font-family: "forma-djr-micro", sans-serif; font-weight: 700; font-style: normal; Forma DJR Micro Bold Italic font-family: "forma-djr-micro", sans-serif; font-weight: 700; font-style: italic; */
ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

/* 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; overflow: visible !important; width: unset !important; font-size: 96px; font-size: max(65px, 5vw); line-height: 1; } */
/*-------- 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 *) { background-image: linear-gradient(120deg, #916300 0%, #916300 100%); background-repeat: no-repeat; background-size: 100% 0.2em; background-position: 0 116%; transition: background-size 0.25s ease-in; color: #916300; transition: 0.25s ease-out; padding: 2px 2px 0; } a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *) { background-size: 100% 88%; color: white; } */
a:not(.container.cf *) {
    font-family: "stymie", serif;
    font-weight: 400;
    font-style: normal;
}

/*-------- BODY STYLES --------*/
/* START LOADER SECTION */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    background: rgb(255, 255, 255);
}

/* END LOADER SECTION  */
.notInventory *:not(i):not(i *) {
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 300;
    font-style: normal;
}

main a:not(.standardbtn):not(.cf *) {
    color: #b32b2b;
}

*:not(.container.cf *):not(.mobile):not(.se-pre-con):not(.se-pre-con *) {
    transition-property: background, color, background-color, background-size, opacity, margin, padding, left, right, top, bottom, transform;
    transition-duration: .25s;
}

.logoheader {
    display: flex;
    align-items: center;
}

.logoheader a {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.emergencymessage {
    background: #b32b2b;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.0px;
    padding: 30px;
    text-align: center;
}

.contactpage iframe {
    margin-bottom: -30vw;
    z-index: 1;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    padding: 0 max(76px, 9.89583vw);
    box-sizing: border-box;
}

strong:not(.container.cf *) {
    font-weight: bolder !important;
}

.container.cf {
    margin: 100px 0;
}

.auctionssurround {
    max-width: 1450px;
    margin: 100px auto !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 *) {
    font-family: "stymie-condensed", serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase
}

h1:not(.container.cf *) {
    font-weight: normal;
    text-align: left;
    color: #fff;
    font-size: 96px;
    font-size: max(65px, 5vw);
    line-height: 1;
}
.detail__title {font-size: 30px!important; color: #000000!important;}
.wwwmayerfarmequipmentcom-p3hb43 {font-size: 25px!important;}
.bidding-box-details__heading{font-size: 25px!important;}
.wwwmayerfarmequipmentcom-mnn31 {background: #E3E3E3!important;}
.detail__legal-notices-heading{font-size: 40px!important;}
.detail__specs-heading{font-size: 40px!important;}
.detail__legal-notices-heading {font-size: 40px!important;}
.MuiTypography-root .MuiTypography-h2 .dealer-contact__heading .wwwmayerfarmequipmentcom-p3hb43 {font-size: 40px;}

.otherpage h1:not(.container.cf *) {
    font-size: max(65px, 4.5vw);
}

h2:not(.container.cf *) {
  	font-size: 68px;
}

h3:not(.container.cf *) {
    font-size: 53px;
    font-size: max(36px, 2.76042vw);
}

h4:not(.container.cf *) {
    font-size: 56px;
    font-size: max(38px, 2.91667vw);
}

h5:not(.container.cf *) {
    font-size: 42px;
    font-size: max(28px, 2.1875vw);
}

a.standardbtn {
    padding: 20px 60px;
    padding: max(8px, 1.04167vw) max(24px, 3.125vw);
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    font-size: max(13px, 0.88542vw);
    letter-spacing: 0.02em;
}

a:link:not(main a),
a:visited:not(main a),
a:active:not(main a) {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr {
    border: var(--neutral2) 1px solid;
    border: var(--neutral2) max(0px, 0.05208vw) solid;
}

/*--- HEADER STYLES ---------------------*/
/***** Start of primary nav ******/
#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0;
    display: inline-block;
    margin: 0;
    position: relative;
    width: 100%;
}

nav.primary ul {
    margin: 0;
    padding: 0;
}

nav.primary>ul {
    display: flex;
    justify-content: space-between;
}

nav.primary ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    width: auto;
}

nav.primary ul li a :hover {
    background: black;
}

nav.primary>ul>li>a {
    padding: 20px;
    padding: max(8px, 1.04167vw);
}

nav.primary ul li a {
    color: #fff;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-family: "stymie", serif;
    font-weight: normal;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: max(9px, 0.72917vw);
    line-height: 60px;
    line-height: max(41px, 3.125vw);
    font-size: 19px;
    font-size: max(13px, 0.98958vw);
}

nav.primary>ul>li>a:hover {
    background: #000;
    /* color: #CB1C1C; */
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
    padding: 10px;
    padding: max(4px, 0.52083vw);
    color: #fff;
    /* background: #181818; */
    text-align: left;
    border-right: none;
    border-left: none;
    /* border-bottom: #303030 solid 1px; */
    font-size: 16px;
    font-size: max(11px, 0.83333vw);
    line-height: 41px;
    line-height: max(28px, 2.13542vw);
    max-width: 100% !important;
    width: 100% !important;
    display: block;
    line-height: max(16px, 1.2vw);
}

/* Appearance of the sub-level links on hover */
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
}

nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav.primary ul li:hover>ul {
    display: block;
    z-index: 100;
    line-height: 18px;
    line-height: max(12px, 0.9375vw);
}

nav.primary ul ul li {
    float: none;
    width: 270px;
    width: max(108px, 14.0625vw);
    position: relative;
    margin: 0;
    display: block;
    BACKGROUND: #2e2e2e;
}

nav.primary ul ul li:hover {
    background: black;
}

@media screen and (max-width: 1730px) {
    nav.primary ul li a {
        padding: 0 7px;
    }
}

@media screen and (max-width: 1215px) {

    main .mainsec img {
        width: 550px !important;
    }
}

@media screen and (max-width: 515px) {
    main .showroomarea .leftshowarea ul li {
        width: 100% !important;
    }
}

@media screen and (max-width: 1575px) {}

@media screen and (max-width: 1400px) {
    nav.primary {
        width: 82%;
    }
}

/******** End of primary Nav ***************/
@media screen and (max-width: 767px) {

    /*============================== Mobile Nav Styles ================================*/
    nav.primary {
        display: none;
    }

    main .mainsec img {
        width: 100% !important;
        max-width: 450px !important
    }

    .logoheader {
        display: none
    }

    #menu-button {
        width: 100%;
        display: inline-block;
        font-size: 24px;
        position: relative;
        line-height: 60px;
        z-index: 400;
        /* needs to be lower than nav.mobile, adjust as needed */
        background: #B32B2B;
        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: -310px;
        width: 310px;
        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: 20px;
        color: #999;
        text-decoration: none;
        border-left: 4px #333 solid;
        /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); */
        text-align: left;
        font-family: "forma-djr-micro", sans-serif !important;
        text-transform: uppercase;
    }

    nav.mobile ul li a:hover {
        background: rgba(45, 45, 45, 0.5);
        color: #fff;
        border-left: 10px #CB1C1C solid;
        /* border highlight - Change to fit match site colors */
    }

    /* SECOND LEVEL */
    nav.mobile ul li li:last-child {
        border: none;
    }

    nav.mobile ul li li a {
        background: #444;
        position: relative;
        display: block;
        padding: 20px;
        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: 15px 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) {}

@media screen and (max-width:450px) {
    #menu-button {
        width: 100%;
    }
}

/*.notInventory {*/
/*}*/
/*---BODY--------------------------------*/
/*.notInventory {*/
header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 10;
    position: relative;
}

header .headerleft {
    display: flex;
    align-items: center;
}

header .headerleft a {
    /* width: 200px; */
    width: 200px;
    width: max(80px, 10.41667vw);
    margin: 0 50px;
    margin: 0 max(20px, 2.60417vw);
}

header .headerleft a img {
    width: 100%;
}

header .headeright {
    width: -webkit-fill-available;
}

header .headeright .headerrighttop {
    width: 100%;
    text-align: right;
    padding: 6px 140px;
    padding: max(10px, 0.3125vw) max(30px, 7.29167vw) max(10px, 0.3125vw) max(10px, 1.29167vw);
    box-sizing: border-box;
    background: #2E2E2E;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactInfo {
    display: inline-flex;
}

footer .contactInfo * {
    color: #4B4B4B !important;
}

.contactInfo .contactsnip {
    margin: 0 17px;
    margin: 0 max(7px, 0.88542vw);
}

.contactInfo .contactsnip a,
.contactInfo .contactsnip a span {
    font-family: "stymie", serif;
    font-weight: normal;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-size: max(13px, 0.83333vw);
    /* line-height: 2; */
}

.contactInfo .contactsnip a i {
    margin-right: 20px;
    margin-right: max(8px, 1.04167vw);
}

header .headeright .headerrighttop .rightsearch {
    display: inline-block;
    margin-left: 55px;
    margin-left: max(22px, 2.86458vw);
}

header .headeright .headerrighttop .rightsearch form {
    display: flex;
}

header .headeright .headerrighttop .rightsearch form button {
    padding: 0 13px;
    padding: 0 max(5px, 0.67708vw);
    background: #606060;
    border: none;
    color: white;
    display: flex;
    align-items: center;
}

input[name~="Keywords"]:not(.container.cf *) {
    background: #434343;
    font-family: "stymie", serif;
    font-weight: normal;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 25px 5px;
    padding: max(4px, 0.46875vw) max(10px, 1.30208vw) max(2px, 0.26042vw);
    font-size: 16px;
    font-size: max(11px, 0.83333vw);
    border: none;
}

input[name~="Keywords"]:not(.container.cf *)::placeholder {
    color: white;
}

input:not(.container.cf *) {
    border: none;
    outline: none;
}

header .headeright .headerrightbottom {
    width: 100%;
    background: #B32B2B;
}

header .headeright .headerrightbottom .primary {
    padding: 30px 140px;
    padding: max(12px, 1.5625vw) max(56px, 7.29167vw);
    box-sizing: border-box;
    width: 100%;
}

header .headeright .headerrightbottom .primary ul {
    width: 100%;
}

header .headeright .headerrightbottom .primary ul li {
    /* cursor: pointer; */
}

.hero {
    position: relative;
    height: 895px;
    height: max(525px, 46.61458vw);
    overflow: hidden;
}

.hero .overlaystuff {
    position: absolute;
    z-index: 1;
    width: 671px;
    width: max(268px, 34.94792vw);
    padding: 180px 240px 0 80px;
    padding: max(72px, 9.375vw) max(96px, 12.5vw) 0 max(32px, 4.16667vw);
    height: 100%;
    background: rgb(77 18 18 / 80%);
    clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
    box-sizing: initial;
}

.hero .overlaystuff p {
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 300;
    text-align: left;
    color: #fff;
    margin-bottom: 55px;
    margin-bottom: max(22px, 2.86458vw);
    font-size: 24px;
    font-size: max(16px, 1.25vw);
    line-height: 43px;
    line-height: max(29px, 2.23958vw);
}

.hero .overlaystuff .standardbtn {
    color: #b32b2b;
    background: white;
}

.hero .overlaystuff .standardbtn:hover {
    background: #b32b2b;
    color: white;
}

.hero .overlaystuff .standardbtn,
.gridbox .standardbtn {
    margin: 0 15px;
    margin: 0 max(6px, 0.78125vw);
    /* display: inline-block; */
    white-space: nowrap;
}

.standardbtn:first-of-type {
    margin-left: 0 !important;
}

.hero .slideshow .lazy div img {
    width: 100%;
    height: 895px;
    height: max(525px, 46.61458vw);
    object-fit: cover;
}

.otherpage main {
    margin-top: 100px;
}

.contactpage.otherpage main {
    margin-top: 0;
}

.nopicoverlay main {
    margin-bottom: 100px;
}

main .mainsec {
    display: flex;
    align-items: flex-end;
    z-index: 1;
    position: relative;
}

.nopicoverlay .mainsec {
    align-items: center;
}

main .mainsec .mainleft {
    padding: 90px 190px;
    padding: max(36px, 4.6875vw) max(76px, 9.89583vw);
    margin-right: -294px;
    margin-right: min(-117px, -15.3125vw);
}

.otherpage .mainleft {
    margin-right: 0 !important;
}

.contactpage .mainleft {
    width: 50%;
}

.otherpage .mainleft h1 {
    color: #2e2e2e;
}

main .mainsec .mainleft p {
    margin-bottom: 60px;
    margin-bottom: max(24px, 3.125vw);
    font-size: 28px;
    font-size: max(19px, 1.45833vw);
    line-height: 50px;
    line-height: max(34px, 2.60417vw);
    color: black;
}

.flexify {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
}

.flexify.imgflex {}

.flexify span {
    width: 23%;
    /* object-fit: cover; */
    /* object-position: center center; */
    /* height: 350px; */
    margin-right: 1vw;
}

span {}

.flexify span img {
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
    margin: 0;
}

main .mainsec .mainleft .standardbtn,
.gridbox .standardbtn,
main .showroomarea .rightshowarea .standardbtn {
    background: #b32b2b;
    color: white;
}

.gridbox a.standardbtn {
    background: #005e1a;
}

main .mainsec .mainleft .standardbtn:hover,
.gridbox .standardbtn:hover,
main .showroomarea .rightshowarea .standardbtn:hover {
    background: #2e2e2e;
    color: white;
}

a.standardbtn {
    text-decoration: none;
}

main .mainsec .mainleft .standardbtn,
.gridbox .standardbtn,
main .showroomarea .rightshowarea .standardbtn {
    margin-bottom: 10px;
    margin-right: 20px;
}

main .mainsec img {
    width: 785px;
    width: 355.88542vw;
    margin-bottom: -270px;
    margin-bottom: min(-108px, -14.0625vw);
    margin-right: 90px;
    margin-right: max(6px, 0.6875vw);
}

main .mainsec img:not(.otherpage *) {
    opacity: 0;

}

.nopicoverlay img {
    margin-bottom: 0 !important;
}

main .foursec {
    display: flex;
    flex-wrap: wrap;
    padding: 370px 210px 160px 175px;
    padding: max(148px, 19.27083vw) max(30px, 10.9375vw) max(64px, 8.33333vw) max(45px, 9.11458vw);
    background-image: linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255 / 70%)), linear-gradient(rgb(0 0 0 / 30%), rgba(0, 0, 0, 0.30)),
        /* bottom, image */
        url(/siteart/corn.png),
        /* bottom, image */
        url(/siteart/grit.png);
    background-blend-mode: normal, normal, screen, normal;
    background-position: center center;
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    background-repeat: no-repeat;
    background-size: cover;
}

.contactpage main .foursec {
    padding-top: 37vw;
}

main .foursec .gridbox {
    width: 49.75%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
}

.shoppage main .foursec .gridbox {
    justify-content: center;
}

.otherpagegrid .gridbox.hasinfo {
    width: 100%;
}

.otherpagegrid .foursec .gridbox {
    width: 100%;
}

.gridbox.hasinfo {
    padding: 90px 80px 80px 80px;
    padding: max(36px, 4.6875vw) max(32px, 4.16667vw) max(32px, 4.16667vw) max(32px, 4.16667vw);
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.gridbox.hasinfo:nth-of-type(3),
.gridbox.hasinfo:nth-of-type(7) {
    background: #005e1a;
}

.gridbox.hasinfo:nth-of-type(3) *,
.gridbox.hasinfo:nth-of-type(7) * {
    color: white;
}

.gridbox.hasinfo:nth-of-type(3) .standardbtn,
.gridbox.hasinfo:nth-of-type(7) .standardbtn {
    color: #b32b2b;
    background: white;
}

.gridbox.hasinfo:nth-of-type(3) .standardbtn:hover,
.gridbox.hasinfo:nth-of-type(7) .standardbtn:hover {
    background: #2e2e2e;
    color: white;
}

.gridbox.hasinfo p {
    text-align: left;
    color: #a85757;
    font-size: 19px;
    font-size: max(13px, 0.98958vw);
    letter-spacing: 0.02em;
    line-height: 34px;
    line-height: max(23px, 1.77083vw);
}

.gridbox.hasinfo h3 {
    color: #005e1a;
}

.shoppage .gridbox.hasinfo h3 {
    margin-bottom: 20px;
}

main .foursec .gridbox img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    height: max(340px, 26.04167vw);
}

main .showroomarea {
    padding: 140px 220px 290px 190px;
    padding: max(56px, 7.29167vw) max(88px, 11.45833vw) max(116px, 15.10417vw) max(76px, 9.89583vw);
    display: flex;
    align-items: center;
}

main .showroomarea .leftshowarea {
    order: 1;
    width: 950px;
    width: max(380px, 49.47917vw);
}

main .showroomarea:after {
    content: '';
    background: #b32b2b;
    width: 2.25px;
    width: max(1px, 0.11719vw);
    order: 2;
    margin: 0 100px 0 70px;
    margin: 0 max(40px, 5.20833vw) 0 max(28px, 3.64583vw);
    height: 250px;
    height: max(100px, 13.02083vw);
}

main .showroomarea .leftshowarea p {
    color: #b32b2b;
    font-size: 28px;
    font-size: max(19px, 1.45833vw);
    line-height: 50px;
    line-height: max(34px, 2.60417vw);
}

main .showroomarea .leftshowarea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 20px;
    margin-top: max(8px, 1.04167vw);
}

main .showroomarea .leftshowarea ul li {
    margin: 0 45px;
    margin: 0 max(18px, 2.34375vw);
}

main .showroomarea .leftshowarea ul li a {
    display: flex;
    align-items: center;
    height: 100px;
    height: max(40px, 5.20833vw);
}

main .showroomarea .leftshowarea ul li a:hover {
    transform: translateX(10px);
}

main .showroomarea .leftshowarea ul li:nth-of-type(1) a img {
    width: 264px;
    width: max(179px, 13.75vw);
}

main .showroomarea .leftshowarea ul li:nth-of-type(2) a img {
    width: 175px;
    width: max(118px, 9.11458vw);
}

main .showroomarea .leftshowarea ul li:nth-of-type(3) a img {
    width: 215px;
    width: max(146px, 11.19792vw);
}

main .showroomarea .leftshowarea ul li:nth-of-type(4) a img {
    width: 155px;
    width: max(105px, 8.07292vw);
}

main .showroomarea .leftshowarea ul li:nth-of-type(5) a img {
    width: 200px;
    width: max(135px, 10.41667vw);
}

main .showroomarea .leftshowarea ul li:nth-of-type(6) a img {
    width: 110px;
    width: max(74px, 5.72917vw);
}

main .showroomarea .rightshowarea {
    order: 3;
    display: flex;
    align-items: center;
}

main .showroomarea+img {
    width: 100%;
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -170px;
    margin-top: min(-68px, -8.85417vw);
}

/* FORM STYLES  */
/* CSS Document */
/* Financing Form Styles */
.flex-form {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 15px;
    max-width: 1300px;
    margin: 40px auto;
}

.flex-form,
.flex-form * {
    box-sizing: border-box;
}

.flex-form h3 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 2px solid #eee;
    padding: 20px 0 20px 0;
    margin-top: 40px;
}

.flex-form h4 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
    padding: 10px 0;
    font-size: 16px;
}

.flex-form label {
    font-weight: normal;
}

.flex-form span {
    text-align: left;
    margin: 0;
    font-size: 12px;
}

.flex-form #formpage input,
select {
    margin-top: 5px;
}

.flex-form .flex-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    border: none !important;
}

.flex-form .flex-row,
.flex-border {
    border: 2px solid #eee;
    padding: 20px;
}

.flex-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 5px 5px 5px;
    text-align: left;
}

.check-container {
    display: inline-block;
    text-align: left;
    margin: 0;
}

.check-container input[type="checkbox"] {
    display: inline-block;
    width: 20px !important;
}

/*form styles*/
.parts-request {
    width: 100%;
    padding: 40px 0;
    text-align: left;
    margin-top: 40px;
    border-top: 1px solid #eaeaea;
}

.parts-request h3 {
    text-transform: uppercase;
}

#formpage {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    /* max-width: 1600px; */
}

#formpage p {
    text-align: left;
}

#formpage h4 {
    margin-top: 30px;
}

.form-half {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.add-part {
    padding: 30px;
    border: 1px solid #f1f1f1;
    margin: 20px 0 0 0
}

.add-part h4 {
    margin: 0 0 10px 10px !important;
}

.formfield {
    width: 100%;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    min-width: 175px;
    text-align: left;
}

#formpage input,
select {
    padding: 6px 5px 10px;
    border: 1px solid #f1f1f1;
    color: #000;
    font-size: 16px;
    margin-top: 5px;
    border-radius: 2px;
    background: #f1f1f1;
}

#formpage input:focus {
    border: 1px solid #eaeaea;
    border-radius: 2px
}

#formpage option {
    color: #333;
    background: #fff;
}

/*===PLACEHOLDER TEXT STYLES===*/
#formpage ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #767676;
}

#formpage ::-moz-placeholder {
    /* Firefox 19+ */
    color: #767676;
}

#formpage :-ms-input-placeholder {
    /* IE 10+ */
    color: #767676;
}

#formpage :-moz-placeholder {
    /* Firefox 18- */
    color: #767676;
}

#formpage input.submit-button,
#formpage input.submit-button:focus {
    background: #b32b2b;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    border-radius: 2px;
    transition: ease-in .3s;
    width: 150px;
    border: none;
    height: auto;
}

#formpage input.submit-button:hover {
    background: #000000;
    /* box-shadow: 1px 1px 2px #848484; */
    transition: ease-out .3s;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
}

#formpage textarea {
    padding: 6px 5px;
    border: 1px solid #f1f1f1;
    color: #000;
    font-size: 16px;
    background: #f1f1f1;
    width: 100%;
    height: 85px;
    border-radius: 2px;
    resize: none;
    margin-top: 10px;
}

#formpage textarea:focus {
    border: 1px solid #eaeaea;
    border-radius: 2px
}

.CaptchaPanel {
    width: 100%;
}

.CaptchaImagePanel img {
    width: 200px !important;
    height: auto !important;
}

.CaptchaAnswerPanel {
    /* width: 250px; */
    margin: 0 auto;
}

.CaptchaWhatsThisPanel a {
    color: #333;
}

.submit-button {
    padding: 10px 0px 10px 0px;
    position: relative;
    width: 100%;
    text-align: center;
}

/*end form styles*/
@media screen and (max-width: 1170px) {
    .form-half {
        width: 46%;
    }

    .flexify.imgflex span {
        width: 47%;
        margin-bottom: 17px
    }
}

@media screen and (max-width: 900px) {
    .flex-form .flex-row {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 700px) {
    .form-half {
        width: 98%;
    }

    .flexify.imgflex span {
        width: 100%;
        margin-bottom: 17px
    }
}

@media screen and (max-width: 450px) {
    .add-part {
        padding: 20px;
    }
}

footer {
    background: #E5E5E5;
}

footer .flexsec:first-of-type>ul {
    columns: 2;
}

footer .flexsec ul {
    column-gap: 50px;
    column-gap: 2.60417vw;
}

footer .flexsec:nth-of-type(2)>ul {
    columns: 3;
}

footer .flexsec:last-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .flexsec img {
    width: 200px;
    width: max(115px, 10.41667vw);
}

footer .flexsec h5 {
    color: #4b4b4b;
    margin-bottom: 15px;
    margin-bottom: max(6px, 0.78125vw);
}

footer .flexsec ul li a {
    color: #000;
    font-size: 18px;
    font-size: max(14px, 0.9375vw);
    letter-spacing: 0.02em;
    line-height: 32px;
    line-height: max(24px, 1.66667vw);
}

footer .flexsec ul li a:hover {
    opacity: .75;
}

/*}*/
/*--------FORM STYLES--------------------*/
/*.notInventory {*/
/*}*/
/*-------- FOOTER STYLES ----------------*/
/*.notInventory {*/
footer {
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
    margin-top: min(-4px, -0.52083vw);
    padding: 110px 70px 100px 190px;
    padding: max(44px, 5.72917vw) max(28px, 3.64583vw) max(40px, 5.20833vw) max(76px, 9.89583vw);
}

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 {
    color: #999999;
    font-size: 13px;
    font-size: max(9px, 0.67708vw);
}

.smallfootertext {
    color: #999999;
    font-size: 10px;
    font-size: max(7px, 0.52083vw);
}

.divfooter {
    max-width: 450px;
    max-width: max(180px, 23.4375vw);
    text-align: center;
    margin: 0 auto;
}

/*}*/
/*---------- RESPONSIVE STYLES ----------*/
/*.notInventory {*/
@media only screen and (max-width: 1300px) {

    .gridbox .standardbtn {
        width: 100%;
        display: block;
        margin: 15px 0;
        box-sizing: border-box;
    }


    footer {
        padding: 44px 38px;
    }

    footer .flexsec ul {
        column-gap: 18px;
    }

    footer .flexsec:last-of-type {
        display: block;
        position: relative;
    }
}

@media only screen and (max-width: 1100px) {

    footer .flexsec:last-of-type>a:first-of-type {
        /* left: 50%; */
        /* transform: translateX(-50%); */
        /* position: absolute; */
    }


    footer .contactInfo {
        flex-wrap: wrap;
        width: 160px;
        /* position: relative; */
        /* bottom: -40px; */
    }

    .hideplease {
        display: none !important;
    }

    header .headeright .headerrightbottom,
    .hero .overlaystuff {
        /* padding-top: 40px; */
    }

}

@media only screen and (max-width: 900px) {

    footer .flexsec:last-of-type>a:first-of-type {
        /* left: 50%; */
        /* transform: translateX(-50%); */
        /* position: absolute; */
    }

    footer .contactInfo {
        /* flex-wrap: wrap; */
        /* width: 160px; */
        /* position: relative; */
        /* bottom: -40px; */
    }

    .hideplease {
        display: none !important;
    }

    .hero .overlaystuff {
        /* padding-top: 40px; */
    }

    footer {
        padding: 44px 38px;
    }

    footer .flexsec:first-of-type>ul {
        columns: 4;
    }

    footer .flexsec ul {
        column-gap: 18px;
    }

    footer .flexsec:nth-of-type(2)>ul {
        columns: 4;
    }

    footer .flexsec:last-of-type {
        /* display: flex; */
        /* position: relative; */
        order: 2;
    }

    footer {
        /* flex-direction: column; */
        flex-wrap: wrap;
    }

    .flexsec:first-of-type {
        width: 530px;
        order: 1;
    }

    .flexsec:nth-of-type(2) {
        order: 3;
        width: 100%;
        margin-top: 40px;
    }

    a.footerlink:link,
    a.footerlink:visited,
}

@media only screen and (max-width: 767px) {

    body * {
        order: 2;
    }

    .invpage footer {
        margin-bottom: 70px;
    }

    .contactpage iframe {
        padding: 0 50px;
    }

    header .headerleft a {
        display: flex;
        width: 120px;
    }

    footer .contactInfo a {
        font-size: max(12px, 0.83333vw) !important;
        line-height: 2.2;
    }

    .contactInfo .contactsnip a>*:not(.contactInfo .contactsnip a i) {
        display: none !important;
    }

    header .headeright .headerrighttop .rightsearch {
        display: none;
    }

    header #menu-button {
        padding-right: max(40px, 7.29167vw);
        box-sizing: border-box;
    }

    .hero {
        position: static;
        display: flex;
        flex-direction: column-reverse;
        height: max(745px, 100vw);
    }

    .hero .overlaystuff {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        clip-path: none;
        background: #B32B2B;
        padding: 60px 40px 70px;
        margin-top: -10px;
    }

    main {
        margin-top: 25px !important;
    }

    main .mainsec {
        flex-direction: column;
    }

    main .mainsec .mainleft {
        width: 100% !important;
        margin: 0;
        box-sizing: border-box;
        padding: 50px;
    }

    main .mainsec .mainleft .standardbtn,
    .gridbox .standardbtn,
    main .showroomarea .rightshowarea .standardbtn {
        width: 100% !important;
    }

    main .foursec {
        clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
        background-repeat: no-repeat;
        background-size: cover;
    }

    main .foursec .gridbox {
        width: 100%;
    }

    .gridbox:nth-of-type(1) {
        order: 2;
    }

    .gridbox:nth-of-type(2) {
        order: 1;
    }

    .gridbox:nth-of-type(3) {
        order: 3;
    }

    .gridbox:nth-of-type(4) {
        order: 4;
    }

    main .showroomarea {
        flex-direction: column;
    }

    main .showroomarea .leftshowarea {
        width: 100%;
    }

    main .showroomarea:after {
        display: none;
    }

    main .showroomarea .leftshowarea ul {
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    main .showroomarea .leftshowarea ul li {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 32%;
        display: flex;
        justify-content: center;
    }

    main .mainsec .mainleft .standardbtn,
    .gridbox .standardbtn,
    main .showroomarea .rightshowarea .standardbtn {
        margin-right: 0 !important;
    }

    footer .flexsec:first-of-type>ul {
        columns: 2;
    }

    footer .flexsec:nth-of-type(2)>ul {
        columns: 2;
    }

    footer .flexsec:last-of-type {
        order: 3;
        margin: 0 auto;
        display: flex;
    }

}

/*}*/
/*! CSS Used from: https://www.agwestimp.com/css/style.css?v=1.0 */
.borrowedsurround .showroom a {
    font-size: max(22px, 1.1vw);
    /* font-family: 'Oswald', sans-serif; */
    color: white;
    padding: 0 10px;
}

.borrowedsurround #logos {
    /* padding: calc(2.6875rem + ((1vw - 7.68px) * 1.7361)) 0 0; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.borrowedsurround .logos2 {
    justify-content: center;
}

.borrowedsurround .showroom a {
    min-width: calc(9.375rem + ((1vw - 6.5px) * 12.5984));
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    color: white !important;
    background-position: center !important;
    background-size: cover !important;
    transition: all .2s;
    background: #B32B2B;
    text-decoration: none;
    /* padding: 20px; */
    /* box-sizing: border-box; */
    text-transform: uppercase;
}

.borrowedsurround .showroom a:hover {
    transition: all .2s;
    transform: scale(1.07);
    text-shadow: 0 0 15px black;
    -webkit-transform: translateZ(2);
}

.borrowedsurround div {
    color: white;
}

@media only screen and (max-width: 649px) {
    .borrowedsurround .showroom a {
        font-size: 17px !important;
    }

    .borrowedsurround .showroom a {
        height: 160px;
        min-width: 160px;
    }
}


/*---POP-UP -----------------------------------*/

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box {
    width: 50%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 35px;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    transition: all 0.2s;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    /* border: 1px solid #fff; */
    padding: 0 5px 5px 5px;
}

.popup .close:hover {
    background: #000;
}

.popup .content {
    max-height: 60%;
    overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}

.overlay:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 99999;
}

.overlay .popup {
    background: #C3262D;
    border: 3px solid #ffffff;
    border-radius: 5px;
    width: 100%;
    max-width: 1300px;
    position: absolute;
    top: 6vw;
    left: 0;
    color: white !important;
    right: 0;
    float: none;
    padding: 60px;
    margin: 0 auto;
    text-align: left;
    text-align: center;
    z-index: 99999999;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color: #000;
    font-size: 19px;
    font-weight: 400;
}

.overlay:target .popup {
    top: -180%;
    left: -100%;
}