﻿/***** 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;
}

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;
}

body {
    overflow-x: hidden
}

/* 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;
    /* font-size: revert !important; */
}

/* font-family: 'Barlow Condensed', sans-serif; font-family: 'Russo One', sans-serif; */
/*-------- 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;
}

nav a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.mobile a) {
    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 7px 0;
    padding: max(1px, 0.10417vw) max(5px, 0.36458vw) 0;
}

nav a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *) {
    background-size: 100% 100% !important;
    color: white !important;
}

a.speciallink: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 119%;
    transition: background-size 0.25s ease-in;
    color: #916300;
    transition: 0.25s ease-out;
    padding: 2px 6px 0;
    padding: max(1px, 0.10417vw) max(4px, 0.3125vw) 0;
}

a.speciallink:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *) {
    background-size: 100% 88%;
    color: white !important;
}

/*-------- BODY STYLES --------*/
.notinv *:not(i) {
    font-family: 'Barlow Condensed', sans-serif;
}

h1:not(.cf *),
h2:not(.cf *),
h3:not(.cf *),
h4:not(.cf *),
h5:not(.cf *),
h6:not(.cf *) {
    font-family: 'Russo One', sans-serif !important;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr {
    border: var(--neutral2) 1px solid;
}

/*--- HEADER STYLES ---------------------*/
/*.notinv {*/
header {
    display: flex;
    justify-content: space-between;
}

body {
    font-family: 'Arial', san-serif;
    margin: 0;
}

.inventorytopbottom {
    margin: 175px 0;
}

/*for demo purposes only*/
.clear {
    clear: both;
}

/***** Start of primary nav ******/
#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0;
    display: inline-block;
    margin: 0;
    position: relative;
    /* background: #000; */
}

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: 20px;
    font-size: max(14px, 1.04167vw);
    line-height: 60px;
    line-height: max(41px, 3.125vw);
    text-decoration: none;
    display: block;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 500;
    padding: 0 12px;
    padding: 0 max(8px, 0.625vw);
}

nav.primary ul li a:hover {
    background: #000;
    color: #CB1C1C;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: 16px;
    font-size: max(11px, 0.83333vw);
    line-height: 16px;
    line-height: max(11px, 0.83333vw);
    padding: 10px;
    padding: max(7px, 0.52083vw);
    color: #fff;
    background: #181818;
    text-align: left;
    border-right: none;
    border-left: none;
    border-bottom: #303030 solid 1px;
}

/* Appearance of the sub-level links on hover */
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
}

nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav.primary ul li:hover>ul {
    display: block;
    line-height: 18px;
    line-height: max(12px, 0.9375vw);
    z-index: 100;
}

nav.primary ul ul li {
    float: none;
    width: 270px;
    width: max(183px, 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: 1400px) {

    /*============================== 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 */
        /* background: #000; */
        text-align: right;
        /* padding-right: 10px; */
    }

    #menu-button a {
        color: #000;
        text-decoration: none;
        /* padding: 0 0 0 .8em; */
        font-weight: normal;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #333;
        z-index: 9999;
        /* 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: 16px;
        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;
        text-transform: uppercase;
    }

    nav.mobile ul li a:hover {
        background: rgba(45, 45, 45, 0.5);
        color: #fff;
        border-left: 4px #20720d solid;
        /* border highlight - Change to fit match site colors */
    }

    /* SECOND LEVEL */
    nav.mobile ul li li:last-child {
        border: none;
    }

    nav.mobile ul li li a {
        background: #444;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        border-left: 4px #444 solid;
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile ul li li a:hover {
        background: rgba(65, 65, 65, 0.5);
    }

    /* THIRD LEVEL */
    nav.mobile ul li li li:last-child {
        border: none;
    }

    nav.mobile ul li li li a {
        background: #555;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #ccc;
        text-decoration: none;
        border-left: 4px #555 solid;
    }

    nav.mobile ul li li li a:hover {
        background: rgba(85, 85, 85, 0.5);
    }

    nav.mobile ul li .click {
        /* dropdown menu idicator arrow be sure to include this image with your image files */
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 12399994;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        padding: 17px 20px;
        color: #fff;
    }

    .nav-footer {
        color: #1B1B1B;
        position: relative;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        padding: 15px 0;
    }

    /* FONT AWESOME ICONS */
    nav.mobile ul li a .fa {
        width: 25px;
        font-weight: 100;
        padding: 8px 3px;
        margin: 0 6px 0 0;
        text-align: center;
        background: #292929;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

    nav.mobile ul li .fa-chevron-down {
        color: #999;
    }
}

@media screen and (max-width: 1020px) {
    #menu-button {
        width: 34%;
    }
}

@media screen and (max-width:450px) {
    #menu-button {
        width: 100%;
    }
}

/*}*/
/*---BODY--------------------------------*/
/*.notinv {*/
header {
    height: 115px;
    height: max(98px, 5.98958vw);
    padding-left: 145px;
    padding-left: 7.55208vw;
    z-index: 999;
    position: relative;
}

header a img {
    width: 160px;
    width: max(108px, 8.33333vw);
}

header ul a img {
    width: 25px;
    width: max(17px, 1.30208vw);
}

header .lefthead {
    display: flex;
    /* padding: 25px 0; */
    align-items: center;
}

header .lefthead .listcontain {
    padding-left: 60px;
    padding-left: 3.125vw;
}

header .lefthead .listcontain ul {
    display: flex;
    align-items: center;
}

header .lefthead .listcontain ul li {
    padding-right: 30px;
    padding-right: max(5px, 1.5625vw);
}

header .lefthead .listcontain ul li a {
    font-size: 20px;
    font-size: max(16px, 1.04167vw);
    line-height: 36px;
    line-height: max(24px, 1.875vw);
    text-align: left;
    color: #464646 !important;
    background-position: 0 120% !important;
}

header .righthead {
    /* width: 100%; */
    display: flex;
    align-items: center;
    /* width: 660px; */
    /* overflow: hidden; */
}

header .righthead:before {
    width: 0px;
    height: 69px;
    height: max(47px, 3.59375vw);
    background: transparent;
    border: 1px solid #20720d;
    content: '';
}

header .righthead .rightnav {
    width: 100%;
    padding: 0 75px 0 110px;
    padding: 0 3.90625vw 0 5.72917vw;
}

header .righthead .rightnav .primary ul li {
    padding: 0 37px;
    padding: 0 max(25px, 1.92708vw);
}

header .righthead .rightnav .primary ul li:first-of-type {
    padding-left: 0;
}

header .righthead .rightnav .primary ul li:last-of-type {
    padding-right: 0;
}

header .righthead .rightnav .primary ul li a {
    /* font-family: Barlow; */
    font-weight: normal;
    font-size: 21px;
    font-size: max(14px, 1.09375vw);
    line-height: 35px;
    line-height: max(24px, 1.82292vw);
    text-align: right;
    color: #464646 !important;
    text-transform: uppercase;
}

.hero {
    height: 615px;
    height: 32.03125vw;
    background: url('/siteart/rm.png') no-repeat bottom -30px left -30px / 1450px, radial-gradient(#479829 0%, #244C15 70%) 500px 180px, #244C15;
    background: url('/siteart/rm.png') no-repeat bottom -1.5625vw left -1.5625vw / 75.52083vw, radial-gradient(#479829 0%, #244C15 70%) 26.04167vw 9.375vw, #244C15;
    /* opacity: 0.8; */
    position: relative;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero img {
    width: 1375px;
    width: max(358px, 71.61458vw);
    right: -270px;
    right: min(-70px, -14.0625vw);
    position: absolute;
    bottom: -360px;
    bottom: min(-94px, -18.75vw);
    pointer-events: none;
}

.cropstuff {
    display: flex;
    background:
        /* top, transparent red */
        linear-gradient(rgb(255 255 255 / .7), rgb(255 255 255 / .7)),
        /* bottom, image */
        url(/siteart/bg.png);
    backdrop-filter: grayscale(1);
    box-shadow: 0px -39px 99px rgba(0, 0, 0, 0.26);
    box-shadow: 0px min(-26px, -2.03125vw) max(67px, 5.15625vw) rgba(0, 0, 0, 0.26);
    background-size: cover;
}

main .leftarea {
    background: #f8f8f8;
    opacity: 0.92;
    padding: 255px 150px 220px 120px;
    padding: max(93px, 13.28125vw) 7.8125vw max(109px, 11.45833vw) 6.25vw;
    width: 1300px;
    width: max(880px, 67.70833vw);
    border-bottom: #F9EB7A 50px solid;
    border-bottom: #F9EB7A max(34px, 2.60417vw) solid;
    box-sizing: border-box;
}

.contactpage main .leftarea {
    background: white;
    PADDING-TOP: 7vw;
}

main .leftarea h1 {
    text-transform: uppercase;
    font-size: 56px;
    font-size: max(36px, 2.71667vw);
    letter-spacing: 0.28em;
    text-align: left;
    color: #20720D;
    font-family: 'Russo One', sans-serif;
}

main .leftarea h1 span,
.notinv h2 {
    font-size: 42px;
    font-size: max(28px, 2.1875vw);
    letter-spacing: 0.14em;
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
}

main .leftarea p {
    font-weight: normal;
    font-size: 28px;
    font-size: max(19px, 1.45833vw);
    line-height: 42px;
    line-height: max(28px, 2.1875vw);
    text-align: left;
    color: #707070;
    margin-bottom: 10px;
    margin-bottom: max(7px, 0.52083vw);
}

a.buttoncta {
    font-weight: normal;
    font-size: 28px;
    font-size: max(19px, 1.45833vw);
    line-height: 42px;
    line-height: max(28px, 2.1875vw);
    text-align: left;
    color: #000;
    display: flex;
    text-transform: uppercase;
    flex-direction: column;
    position: relative;
    width: max-content;
    padding-right: 60px;
    padding-right: max(41px, 3.125vw);
}

a.buttoncta:after {
    background: transparent;
    border: 1px solid #707070;
    content: '';
    width: 129%;
}

a.buttoncta:before {
    display: inline-block;
    height: 20px;
    height: max(14px, 1.04167vw);
    width: 32px;
    width: max(22px, 1.66667vw);
    content: "";
    background: url("data:image/svg+xml,%3Csvg id='Group_2' data-name='Group 2' xmlns='http://www.w3.org/2000/svg' width='33.017' height='20.659' viewBox='0 0 33.017 20.659'%3E%3Cline id='Line_1' data-name='Line 1' y2='20.659' transform='translate(16.508)' fill='none' stroke='%23000' stroke-width='0.75'/%3E%3Cline id='Line_2' data-name='Line 2' y2='33.017' transform='translate(33.017 10.33) rotate(90)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 0;
    margin-top: 10px;
    margin-top: max(7px, 0.52083vw);
    background-size: 100%;
}

main .rightarea {
    background: rgb(235 235 235 / 67%);
    width: 615px;
    width: max(416px, 32.03125vw);
    /* opacity: 67%; */
    border-bottom: #FDE100 50px solid;
    border-bottom: #FDE100 max(34px, 2.60417vw) solid;
}

.contactpage .cropstuff .rightarea {
    padding: max(93px, 13.28125vw) 7.8125vw max(109px, 11.45833vw) 6.25vw;
    padding-top: 7vw;
    /* box-sizing: border-box; */
}

.contactpage.thankyou .cropstuff .rightarea {
    display: flex;
    align-items: center;
}

.cropstuff .rightarea a,
.cropstuff .rightarea p {
    font-weight: normal;
    font-size: 28px;
    font-size: max(19px, 1.45833vw);
    line-height: 42px;
    line-height: max(28px, 2.1875vw);
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    margin-bottom: max(7px, 0.52083vw);
}

footer .leftfoot {
    /* display: flex; */
    /* flex-direction: column; */
    box-sizing: border-box;
}

.centerstuff {
    display: flex;
    align-items: flex-end;
    /* background: red; */
    width: 1300px;
    width: max(880px, 67.70833vw);
    padding: 0 0 70px 125px;
    padding: 0 0 max(47px, 3.64583vw) 6.51042vw;
    box-sizing: border-box;
}

footer .leftfoot a {
    font-size: 19px;
    font-size: max(16px, 0.98958vw);
    line-height: 32px;
    line-height: max(22px, 1.66667vw);
    color: #707070 !important;
}

.footersurround {
    display: flex;
}

.leftfoot h3 {
    text-transform: uppercase;
    padding-bottom: 30px;
    padding-bottom: max(20px, 1.5625vw);
    font-size: 30px;
    font-size: max(20px, 1.5625vw);
    letter-spacing: 0.14em;
    text-align: left;
    color: #20720d;
}

footer .leftfoot .leftarea {
    padding-right: 100px;
    padding-right: max(28px, 5.20833vw);
    width: 100%;
}

footer .rightfoot {
    display: flex;
    align-items: flex-end;
    text-align: right;
    /* width: -webkit-fill-available; */
    width: 615px;
    width: max(416px, 32.03125vw);
    background: #479829;
}

footer .rightfoot ul {
    width: 100%;
    padding: 0 90px 70px;
    padding: 0 max(61px, 4.6875vw) 3.64583vw;
}

footer .rightfoot ul li {
    padding-bottom: 12px;
    padding-bottom: max(8px, 0.625vw);
}

footer .rightfoot ul li a {
    font-size: 22px;
    font-size: max(15px, 1.14583vw);
    line-height: 37px;
    line-height: max(25px, 1.92708vw);
    text-align: right;
    color: #fff !important;
    text-transform: uppercase;
    background-position: 0 120% !important;
}

/*}*/
/*--------FORM STYLES--------------------*/
/*.notinv {*/
/*}*/
/*-------- FOOTER STYLES ----------------*/
/*.notinv {*/
footer {
    display: flex;
    height: 330px;
    height: max(223px, 17.1875vw);
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: 13px;
    font-size: max(9px, 0.67708vw);
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    font-size: max(9px, 0.67708vw);
}

.footertext {
    font-size: 13px;
    font-size: max(9px, 0.67708vw);
    color: #999999;
}

.smallfootertext {
    font-size: 10px;
    font-size: max(7px, 0.52083vw);
    color: #999999;
}

.divfooter {
    max-width: 450px;
    max-width: max(305px, 23.4375vw);
    text-align: center;
    margin: 0 auto;
}

/*}*/
/*---------- RESPONSIVE STYLES ----------*/
/*.notinv {*/
@media only screen and (max-width: 767px) {
    header .lefthead a img {
        padding-right: 20px;
    }

    header .lefthead .listcontain {
        padding-left: 0;
    }

    header .righthead .rightnav {
        padding: 0 32px;
    }

    .hero img {
        /* width: 360px; */
    }

    main {
        flex-direction: column;
    }

    main .leftarea {
        width: 100%;
        border: none;
    }

    main .rightarea {
        width: 100%;
    }

    .contactpage .cropstuff .rightarea {
        box-sizing: border-box;
    }

    footer {
        flex-direction: column;
    }

    footer .centerstuff {
        padding: 55px 45px 125px;
    }

    footer .rightfoot {
        width: 100%;
    }

    footer .rightfoot ul {
        text-align: left;
        padding: 8.64583vw max(61px, 4.6875vw) 8.64583vw;
    }
}

@media only screen and (max-width: 620px) {
    header .lefthead {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    header .lefthead .listcontain {
        padding-top: 7px;
    }

    header .righthead {
        background: #20720D;
    }

    header .righthead:before {
        content: none;
    }

    header .righthead .rightnav #menu-button .menu-toggle {
        color: white;
    }

    header .righthead .search {
        display: none !important;
    }

    .hero {
        height: 615px;
        height: max(160px, 32.03125vw);
        background: url('/siteart/rm.png') no-repeat bottom -30px left -30px / 1450px, radial-gradient(#479829 0%, #244C15 70%) 500px 180px, #244C15;
        background: url('/siteart/rm.png') no-repeat bottom min(-8px, -1.5625vw) left min(-8px, -1.5625vw) / max(378px, 75.52083vw), radial-gradient(#479829 0%, #244C15 70%) max(130px, 26.04167vw) max(47px, 9.375vw), #244C15;
        /* opacity: 0.8; */
        position: relative;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .hero img {
        width: 360px;
    }

    main {
        flex-direction: column;
    }

    main .leftarea {
        width: 100%;
        border: none;
    }

    main .rightarea {
        width: 100%;
    }

    footer {
        flex-direction: column;
    }

    footer .centerstuff {
        padding: 55px 35px 125px;
    }

    footer .centerstuff .leftfoot .footersurround {
        /* flex-direction: column; */
    }

    footer .rightfoot {
        width: 100%;
    }
}

header .righthead .search {
    height: 100%;
    display: flex;
    position: relative;
}

header .righthead .search,
header .righthead .search * {
    /* box-sizing: content-box !important; */
}

/*}*/
header .righthead .search .searchtog {
    border: none;
    background: #20720D;
    padding: 0 28px;
    padding: 0 max(19px, 1.45833vw);
    font-size: 25px;
    font-size: max(17px, 1.30208vw);
    color: white;
    cursor: pointer;
}

/* header .righthead .search .searchtog:hover+form { display: flex; } */
header .righthead .search form {
    display: none;
    position: absolute;
    bottom: -75px;
    bottom: min(-51px, -3.90625vw);
    width: 240px;
    width: max(163px, 12.5vw);
    left: -227px;
    left: min(-154px, -11.82292vw);
    margin: 20px;
    margin: max(14px, 1.04167vw);
}

header .righthead .search form:hover {
    display: flex;
}

header .righthead .search form input {
    padding: 15px 17px;
    padding: max(10px, 0.78125vw) max(12px, 0.88542vw);
    border: none;
    margin-right: -12px;
    margin-right: min(-8px, -0.625vw);
    font-size: 21px;
    font-size: max(14px, 1.09375vw) !important;
    outline: none;
}

/* contact form */
/* 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: 18px;
    max-width: 1300px;
    /* margin: 100px auto; */
}

.flex-form,
.flex-form * {
    box-sizing: border-box;
}

.flex-form h3 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 2px solid #eee;
    padding: 20px 0 20px 0;
    margin-top: 40px;
}

.flex-form h4 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
    padding: 10px 0;
    font-size: 16px;
}

.flex-form label {
    font-weight: normal;
}

.flex-form span {
    text-align: left;
    margin: 0;
    font-size: 12px;
}

.flex-form #formpage input,
select {
    margin-top: 5px;
}

.flex-form .flex-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.flex-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: none;
    border-bottom: 2px solid #7a7a7a;
    font-family: "Source Sans Pro", sans-serif;
    color: #000;
    font-size: 16px;
    margin-top: 5px;
    border-radius: 2px;
    background: #e7e7e7;
}

#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: #20720d;
    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: #20720d;
    box-shadow: 1px 1px 2px #848484;
    transition: ease-out .3s;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
}

input[type="submit"] {
    cursor: pointer;
}

#formpage textarea {
    padding: 6px 5px;
    border: 1px solid #f1f1f1;
    color: #000;
    font-size: 16px;
    background: #f1f1f1;
    width: 100%;
    height: 85px;
    border-radius: 2px;
    resize: vertical;
    margin-top: 10px;
}

#formpage textarea:focus {
    border: 1px solid #eaeaea;
    border-radius: 2px
}

.CaptchaPanel {
    width: 100%;
}

.CaptchaImagePanel img {
    width: 200px;
}

.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%;
    }
}

@media screen and (max-width: 900px) {
    .flex-form .flex-row {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 700px) {
    .form-half {
        width: 98%;
    }
}

@media screen and (max-width: 450px) {
    .add-part {
        padding: 20px;
    }
}