﻿/*=====================
	Color information

	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-

=======================*/
/*=====================
	CSS reset/normalize
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}


/*=====================
		Fonts
=======================*/



/*=====================
	base styles
=======================*/

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: 'oswaldlight';
    margin: 0;
    padding: 0;
    background: url(../siteart/p6.png) repeat;
    color: #000;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

/* clear floats */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

/*image replacement*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
    color: #fff;
}

img {
    border: 0;
    max-width: 100%;
}

/*=====================
	typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-weight: 700;
    line-height: 1.5em;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    font-family: 'Montserrat', sans-serif;
    padding: 0 0 2% 0;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
}

strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/*=====================
	link styles
=======================*/

a.link:focus {
    outline: thin dotted;
    /*reset*/
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #333;
}

.body-link:hover {
    opacity: 0.6;
}


.appbutton {}

.appbutton a {
    background: #38b749;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.appbutton a:hover {
    background: #262626;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}


/*=====================
	list styles
=======================*/
ul.list {
    margin: 0;
    padding: 0 0 5% 7%;
}

ul.list li {
    font-size: 16px;
}

/*=====================
	header styles
=======================*/
header {
    width: 100%;
    margin: 0;
    padding: 10px 0 50px 0;
    background: url("../siteart/noise_lines.png") repeat;
    border-bottom: 15px solid #44902f;
    position: relative;
}

.headerwrap {
    width: 96%;
    max-width: 1720px;
    margin: 0 auto;
}

.headleft {
    float: left;
    padding-top: 20px;
    width: 50%;
}

.logo,
.deere {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin-right: 2%;
}

.deere {
    padding-right: 2%;
    border-right: 2px solid #000;
}

.logo {
    padding-left: 2%;
}

.headright {
    float: right;
    text-align: right;
}

.headnapa {
    text-align: center;
    margin-right: 3%;
}

.headnapa,
.headcontact {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.messagebutton {
    padding: 5px 25px;
    background: #fcdf17;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    text-align: center;
    /*margin-right:80px;*/
    margin: 5px 0;
    max-width: 240px;
    float: right;
}

.messagebutton h4 {
    color: #347023;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
}

.messagebutton:hover {
    background: #bbb;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.messagebutton:hover h4 {
    color: #333;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.headcontact {
    text-align: right;
}

.headcontact h3,
.headcontact a p {
    color: #44902f;
    transition: all 0.3s ease-in-out;
}

.headcontact a:hover p,
.headcontact a:hover h3 {
    color: #333;
}

.headcontact p {
    color: #000;
    font-weight: 700;
    line-height: 1.2em;
    padding: 0;
}

.headcontact p span {
    display: block;
}

.headsocial {
    float: right;
    margin-top: 5px;
}

.navbar {
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 75%;
    z-index: 1000;
}


/*=====================
	content styles
=======================*/
.wrapper {
    width: 96%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 100%;
    margin: 0 auto;
}

#internal {
    text-align: left;
}

#internalcopy {
    padding: 3% 0;
}

#internal h2 {
    padding-bottom: 1%;
    color: #333;
}

/*=====================
	slideshow styles
=======================*/
.slides {
    background: url(../siteart/concrete_wall.png) repeat;
    padding: 0;
    color: #fff;
    position: relative;
    border-top: 7px solid #fcdf17;
    max-height: 540px;
    overflow: hidden;
}

/*.cycle-slideshow{box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}*/
.cycle-slideshow img {
    width: 100%;
}

/* pager */
.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    display: none;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
    color: #2885b3;
}

.cycle-pager>* {
    cursor: pointer;
}

/*=====================
	showroombar styles
=======================*/
.showroombar {
    background: #fff;
    padding: 2% 0;
    width: 100%;
    position: relative;
    text-align: center;
}

.jdmobile {
    display: none !important;
}

.green {
    height: 8px;
    width: 100%;
    background: #44902f;
    margin-top: 20px;
}

.yellow {
    height: 4px;
    width: 80%;
    background: #fcdf17;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 30px;
}

.titlewrap {
    position: absolute;
    width: 30%;
    left: 35%;
    top: 25px;
    background: #fff;
}

.titlewrap h2,
.quicklinks h2 {
    line-height: 1.2em;
}

.showroombar a {
    margin: 0 20px;
    display: inline-block !important;
    zoom: 1 !important;
    *display: inline !important;
    vertical-align: middle !important;
    float: none !important;
}

.slick-slide img {
    display: inline-block !important;
    zoom: 1 !important;
    *display: inline !important;
    vertical-align: middle !important;
}

.showroombar a:hover img {
    margin-bottom: 5px;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.jdshow:hover img {
    margin: 0 !important;
}

/*=====================
	welcome styles
=======================*/
.padit {
    padding: 2% 0 4% 0;
}

.welcome h1 {
    color: #000;
}

.welcome {
    text-align: center;
    background: url("../siteart/beansback2.jpg") center center fixed no-repeat;
	background-color: black;
}

.copy {
    background: url("../siteart/black75.png") repeat;
    padding: 2% 0;
    text-align: left;
}

.copywrap {
    width: 96%;
    max-width: 1720px;
    margin: 0 auto;
}

.copywrap h1,
.copywrap h2,
.copywrap h3,
.copywrap h4 {
    color: #fff !important;
}

.copywrap h1,
.copywrap h2 {
    padding-bottom: 2%;
}

.copywrap p {
    color: #fff;
}

.welcometext {
    width: 65%;
    float: left;
}

.welcometext a:hover {
    color: #fcdf17;
}

.widgets {
    width: 30%;
    margin-left: 5%;
    float: left;
}

.widgets p a:hover {
    color: #fcdf17;
}

.partsbanner {
    padding: 3%;
    background: #fff;
}

.napa,
.partstext {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.napa {
    width: 30%;
}

.partstext {
    width: 65%;
    margin-left: 3%;
}

.partstext h2 {
    color: #0053a0 !important;
    padding: 0;
}

.partstext p {
    color: #000;
}

.partsbutton {
    background: #0053a0;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.partsbutton h4 {
    color: #fff;
}

.partsbutton:hover {
    background: #000;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.weather {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.forecast {
    margin: 2% auto;
}

.marketbar {
    height: 500px;
    margin: 2% auto;
}

.poweredBy {
    color: #fff;
}

/*=====================
	quicklink styles
=======================*/
.quicklinks {
    margin-bottom: 2%;
}

.conditionslide {
    background: url(../siteart/black75.png) repeat;
	background-color: black;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 0 5px 0;
    position: absolute;
    z-index: 999;
    top: -390px;
    left: 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.linked {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.linked a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    font-size: 14px;
    width: 90%;
    border: 1px solid #fff;
    margin: 2px auto;
}

.linked a:hover {
    color: #fff;
    background: #44902f;
    border-top: 1px solid #fff;
    font-weight: bold;
}

.linked h3,
.linked h5 {
    color: #fff;
    padding: 0;
    line-height: 1.2em;
}

.linked h5 {
    font-weight: normal;
}

.linkbox {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 22%;
    position: relative;
    margin: 1%;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.linkbox img {
    width: 100%;
    height: auto;
    display: block;
}

.linktitler {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #3E832A;
    padding: 8px 0;
}

.linktitler h3,
.linktitler h5 {
    color: #fff;
    line-height: 1.2em;
}

.linktitler h5 {
    font-weight: normal;
}

#cattitle {
    padding: 5px 8px;
    height: 30px;
}

.linkbox:hover .conditionslide {
    top: 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    /*bottom:0;*/
}

.linkbox:hover .linktitler {
    bottom: -70px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.linkbox:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.view {
    padding: 20px 0 !important;
}

/*=====================
	Form styles
=======================*/
#formpage {
    padding: 0 10px;
}

.internal-form form {
    margin: 0 0 0;
}

.internal-form label {
    display: block;
    font-size: 16px;
    padding-top: 4%;
    width: 100%;
}

.internal-form input {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
    margin-bottom: 10px;
}

.internal-form input:focus {
    border: #2885b3 solid 1px;
}

.internal-form input.button2 {
    display: block;
    width: 50%;
    margin: 0 auto 5% auto;
    border: #277e32 solid 1px;
    background-color: #38b749;
    color: #fff;
    border-radius: 2px;
}

.internal-form input.button2:hover {
    background-color: #277e32;
    cursor: pointer;
}

.internal-form select {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}

.internal-form textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
}

.internal-form input[type='checkbox'],
.internal-form input[type='radio'] {
    width: 15px !important;
    min-width: 15px !important;
    margin-right: 2px;
}

.half {
    width: 48%;
    margin-right: 2%;
    float: left;
}

.half strong,
.commentbox strong {
    color: #fff;
}

.commentbox {
    width: 98%;
}

.captchabox {
    width: 50%;
    color: #fff;
    margin: 0 auto;
}

.sendbutton {
    background: #fcdf17;
    padding: 8px 0;
    color: #44902f;
    font-weight: bold;
    text-transform: uppercase;
}

.sendbutton:hover {
    cursor: pointer;
    background: #bbb;
    color: #333;
}

/*=====================
	layout styles
=======================*/

.scrolling {
    display: block;
    background: url(../siteart/scrollingbg.jpg) repeat;
    padding: 30px 0;
    border-top: #ffcd07 4px solid;
}

.ribbon {
    text-align: center;
    color: #fff;
    background: #38b749;
    border-bottom: #216c2b 5px solid;
    position: relative;
}

.ribbon h2 {
    color: #fff;
}

.sitemap {
    background: url(../siteart/escheresque_ste.png) repeat;
    color: #fff;
}

.sitemap p {
    line-height: 2em;
}

.sitemap i {
    font-size: 42px;
    margin-right: 20px;
}

/*--------Scrolling Inventory--------*/

.hosted-content .pagination>.drop-down-form select {
    width: 8% !important;
}

.hosted-content h1 {
    font-size: 24px !important;
    color: #44902f !important;
}

.hosted-content h2 {
    font-size: 22px !important;
    color: #44902f !important;
}

.hosted-content h3 {
    font-size: 20px !important;
    color: #44902f !important;
}

.hosted-content .btn {
    background: #44902f !important;
    color: #fff !important;
}

.hosted-content .btn:hover {
    background: #bbb !important;
    ;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    color: #fff !important;
}

.container {
    text-align: left;
}

.bg-white {
    background: url("../siteart/white60.png") repeat;
}

.legal,
.currency-capital-price-container {
    display: none;
}

#btnApply:hover {
    color: #333 !important;
    background: #bbb;
}

.mobilecontainer {
    overflow: hidden;
    /* must have this property for mobile phones and tablet display! */
    width: 100%;
    margin: 0 auto;
    height: 92px;
    padding: 0;
    background: #000;
}

iframe.banner {
    width: 100%;
    height: 92px;
    background: #000
}

/*=====================
	staff styles
=======================*/
.staffblock {
    margin: 4% auto;
}

.employeecard {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 29%;
    margin: 1% 2%;
}

/*=====================
	footer styles
=======================*/

.pagebottom {
    background: url("../siteart/noise_lines.png") repeat;
    padding: 40px 0;
    position: relative;
}

.footerlogo {
    position: absolute;
    left: 45%;
    right: 45%;
    width: 10%;
    top: -60px;
}

.footerleft {
    width: 50%;
    float: left;
}

.footercolumn {
    width: 33.33%;
    float: left;
}

.footercolumn h3 {
    color: #44902f;
    font-size: 20px;
}

.footercolumn a {
    display: block;
    font-weight: 700;
    color: #000;
    margin: 2px 0;
    font-size: 14px;
}

.footercolumn a:hover {
    color: #44902f;
}

.footerright {
    width: 50%;
    float: right;
    text-align: right;
}

.imifooter {
    display: none;
}

.footerright img {
    margin-bottom: 10px;
    float: right;
}

.social {
    margin-top: 10px;
}

footer {
    margin: 0 auto;
    width: 100%;
    text-align: right;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #44902f;
    border-bottom: none;
    font-weight: 700;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
    color: #000;
}

.footertext {
    font-size: 11px;
    color: #000;
    font-weight: 400;
}

.smallfootertext {
    font-size: 11px;
    color: #000;
    font-weight: 400;
}

.divfooter {
    text-align: right;
    margin: 0 auto;
}








/* ===========================================================
10. Inventory Styles
=========================================================== */


.internal-pd {
    padding: 50px;
}

.list-content .list-title .list-title-text {
    line-height: 30px;
}


.list-content .list-top-section .sticky-top-menu {
    z-index: 5 !important;
}

.list-content .list-top-section .sticky-top-menu .listing-option-bar-content {
    max-width: 80% !important;
}

.faceted-search-field {
    overflow-x: hidden;
}

.list-content .listing-portion-title {
    font-size: 17px !important;
}

.list-content .list-title {
    padding: 15px 0;
    font-size: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    border-bottom: none;
}

.list-content .list-title .list-listings-count {
    line-height: 27px;
    margin-left: 3px !important;
    color: #777 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

.list-content {
    margin: 0 auto;
    max-width: initial !important;
}

.faceted-search-content .faceted-section-box {
    padding: 15px 2%;
    border-bottom: 1px solid #ddd;
    background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
    border: none !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label+input,
.modal-form-el label+select {
    height: 30px;
    line-height: 30px;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
    padding: 12px !important;
}

.search-mobile input[type="text"] {
    padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
    background: #44902f !important;
    border: none;
    color: #fff !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
    background: #44902f !important;
    color: #fff !important;
    font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
    background: none;
    font-weight: 400;
    border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
    margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
    margin: 25px 0 5px;
    color: #666 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover {
    background: #000 !important;
    color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
    color: #666;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
    color: #44902f !important;
    border: 1px #44902f solid !important;
}

.modal-content .modal-top .modal-title {
    font-size: 1.3rem !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
    position: relative;
    height: 43px;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 200;
    font-family: Arial, sans-serif;
    justify-content: flex-start;
    border: 0 !important;
    cursor: pointer;
    padding-left: 8px;
    border-radius: 5px;
    backface-visibility: hidden;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {
    border: 0 !important;
    color: #fff;
    margin-bottom: 20px;
}

.detail-content-mobile .detail-additional-data .data-row .data-value {
    background-color: #ddd !important;
}

.detail-group-data h2 {
    font-size: 22px !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    margin-right: 0 !important;
}

.detail-content .detail-additional-data .data-row .data-value {
    font-weight: 400 !important;
    background-color: #ededed !important;
}

.detail-content-mobile .detail-main-body .fin-stacked {
    background: #fff !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
    color: #44902f;
    border: 1px #44902f solid;
}

.list-content .list-title {
    display: block;
    margin: 0;
}

.list-content .list-title .list-title-text {
    display: block;
    width: 100%;
}

.print-this,
.email-this {
    background: #44902f !important;
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    padding: 10px 50px !important;
    text-align: center !important;
    transition: 0.3s !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.print-this:hover,
.email-this:hover {
    background: #000 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
    background: #000 !important;
}

.list-content .list-main-section .list-container .list-listing {
    background: #efefef;
    padding: 15px !important;
    border-radius: 5px;
}

.list-container-flexrow .price-container .price {
    margin-left: 0;
    color: #666;
}

.list-content .list-main-section .list-container .list-listing {
    border: 1px solid #ccc;
    background-color: #fff !important;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
}

.list-container-flexrow .listing-card .listing-widgets a {
    margin-bottom: 6px;
}

body .noUi-connect {
    background: #dddddd;
}

.noUi-handle {
    border: none;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: none;
}

.list-content .list-main-section .list-container .list-listing {
    border: none !important;
}

.faceted-section-head i {
    color: #44902f !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    background: #241e20;
    display: inline-block;
    margin: 10px 0 0 10px;
    cursor: pointer;
    border-radius: 5px;
}

.contact-info-heading h2 {
    font-size: 26px !important;
    line-height: 39px !important;
    font-weight: 300 !important;
    margin-bottom: 25px;
    letter-spacing: -1.5px;
}

.grouped-faceted-header {
    background: #ededed !important;
    color: #6e6e6e !important;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    padding: 0 6px !important;
    display: inline-block;
    border: none !important;
    color: #fff;
    background: #241e20;
    border-radius: 0 !important;
    cursor: pointer;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
    font-weight: 400;
    font-size: 12px;
}

.detail-content {
    margin: 0 auto;
    max-width: 1124px;
    padding: 25px !important;
}

.legal-text-container p {
    font-size: 13px !important;
    line-height: 23px !important;
    color: #888;
}

.faceted-search-content .selected-facets-container {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.listing-widgets a {
    background-color: #dddbdb !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.listing-widgets a:hover {
    background-color: #cccccc !important;
}

.detail-content .dealer-info h3 {
    font-size: 1rem !important;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-top: 20px;
}

.detail-content .detail-main-body .main-detail-data {
    border-radius: 0 !important;
}

.detail-content .detail-main-body .detail-body-data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.detail-content .dealer-info .phone-and-email {
    float: right;
    width: 37%;
    margin-right: 20px;
}

.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call .dealer-phone,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text .dealer-phone {
    color: #fff !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    border: 0 !important;
    background: #44902f !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text:hover,
.detail-content-mobile .detail-main-body .main-detail-data .opened:hover {
    background: #000 !important;
    color: #fff !important;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}

.mc-thumbs {
    z-index: 1;
}

.detail-content-mobile .detail-main-body .detail-img-carousel .mc-btn {
    z-index: 2 !important;
}

footer a[href^="tel:"] {
    color: #fff !important;
    box-sizing: border-box;
}

.list-container-flexrow .buy-now-link,
.list-container-flexrow .contact-options a,
.list-container-flexrow .dealer-phone-call,
.list-container-flexrow .dealer-phone-text {
    background-color: #333;
    color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link {
    min-width: 100% !important;
    width: 100% !important;
}

/* Modal / Mobile buttons / Mobile Data Rows */
.button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
    background-color: #44902f !important;
    color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile>a:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.contact-options a {
    background: #44902f !important;
    background-color: #44902f !important;
    color: #fff !important;
}


/* grrrr */

.pd-all-m {
    padding: 50px;
}

/*=====================
	Responsive styles
=======================*/
@media screen and (max-width: 1560px) {
    .showroombar a {
        margin: 0 8px;
    }

    .titlewrap h2,
    .quicklinks h2 {
        line-height: 1em;
        font-size: 26px;
    }

    .marketbar {
        height: 400px;
    }

    .footerlogo {
        top: -40px;
    }
}

@media screen and (max-width: 1420px) {
    header {
        padding-bottom: 40px;
    }

    .headnapa {
        max-width: 250px;
    }

    .headsocial {
        max-width: 100px;
    }

    .navbar {
        width: 80%;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    .pagebottom {
        padding-top: 55px;
    }

    .footerleft {
        width: 60%;
    }

    .footerright {
        width: 40%;
    }

    .employeecard {
        width: 28%;
    }

    .employeecard h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1300px) {
    header {
        padding-bottom: 0;
    }

    .deere img,
    .logo img {
        max-width: 220px;
    }

    .navbar {
        position: relative;
        bottom: -15px;
        width: 100%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .messagebutton h4 {
        font-size: 18px;
    }

    .titlewrap {
        width: 36%;
        left: 32%;
    }

    .showroombar a {
        width: 12%;
    }

    .jdmobile {
        display: inline;
    }

    .jdshow {
        display: none !important;
    }

    .showroombar {
        padding-bottom: 3%;
    }

    .showroombar a:hover img {
        margin-bottom: 0;
    }

    .manuslider {
        width: 95%;
        margin: 0 auto;
    }

    .slick-slide img {
        max-width: 160px;
        max-height: 80px;
    }

    .linktitler h3,
    .linked h3 {
        font-size: 20px;
    }

    .linktitler h5,
    .linked h5 {
        font-size: 16px;
    }

    .linked a {
        font-size: 13px;
        width: 94%;
        padding: 5px 0;
    }

    .copywrap {
        width: 92%;
    }

    .copy {
        padding: 4% 0;
    }

    .partstext h2 {
        font-size: 24px;
    }

    .partstext p {
        font-size: 14px;
    }

    .partsbutton h4 {
        font-size: 18px;
    }

    .marketbar {
        height: 300px;
    }

    .pagebottom {
        padding-top: 45px;
    }

    .footercolumn h3 {
        font-size: 18px;
    }

    .hosted-content h1 {
        font-size: 22px !important;
    }

    .hosted-content h2 {
        font-size: 20px !important;
    }

    .hosted-content h3 {
        font-size: 18px !important;
    }

    .employeecard h4 {
        font-size: 16px;
    }

}

@media screen and (max-width: 1100px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    header {
        padding: 10px 0 0 0;
        border-bottom: 0;
    }

    .messagebutton {
        padding: 8px 15px;
    }

    .messagebutton h4 {
        font-size: 16px;
    }

    .titlewrap {
        width: 46%;
        left: 27%;
    }

    .titlewrap h2,
    .quicklinks h2 {
        font-size: 22px;
    }

    .linktitler h3,
    .linked h3 {
        font-size: 18px;
    }

    .linktitler h5,
    .linked h5 {
        font-size: 14px;
    }

    .linked a {
        font-size: 12px;
        width: 96%;
        padding: 4px 0;
    }

    .welcometext {
        width: 55%;
    }

    .widgets {
        width: 40%;
    }

    .pagebottom {
        padding: 20px 0;
    }

    .footerlogo {
        display: none;
    }

    .imifooter {
        display: block;
        margin-right: 10px;
    }

    .footerright img {
        max-width: 120px;
    }

    .captchabox {
        width: 70%;
    }

    .employeecard {
        width: 45%;
    }
}

@media screen and (max-width: 1000px) {
    .headleft {
        width: 60%;
    }

    .headright {
        width: 40%;
    }

    .headnapa {
        max-width: 200px;
    }

    .linkbox {
        width: 30%;
    }

    .linked a {
        padding: 6px 0;
    }

    .marketbar {
        height: 230px;
    }

    .footerleft,
    .footerright {
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .footercolumn {
        float: none;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 30%;
        vertical-align: top;
    }

    .footercolumn h3 {
        font-size: 16px;
    }

    .deerefooter,
    .imifooter {
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 3% 1% 0 1%;
    }

    .footerright img {
        float: none;
    }

    .divfooter {
        text-align: center;
    }

    .social {
        margin: 0 auto;
        margin-top: 10px;
    }
}

@media screen and (max-width: 800px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 15px;
    }

    .deere img {
        max-width: 180px;
    }

    .logo img {
        max-width: 140px;
    }

    .headnapa {
        max-width: 180px;
    }

    .messagebutton h4 {
        font-size: 12px;
    }

    .titlewrap {
        width: 54%;
        left: 23%;
    }

    .titlewrap h2,
    .quicklinks h2 {
        font-size: 20px;
        line-height: 0.8em;
    }

    .linkbox {
        width: 40%;
        margin: 2%;
    }

    .partstext h2 {
        font-size: 20px;
    }

    .partstext p {
        font-size: 14px;
    }

    .partsbutton h4 {
        font-size: 14px;
    }

    .marketbar {
        margin-bottom: 30px;
    }

    .hosted-content h1 {
        font-size: 20px !important;
    }

    .hosted-content h2 {
        font-size: 18px !important;
    }

    .hosted-content h3 {
        font-size: 16px !important;
        line-height: 1.3em !important;
    }

    .half {
        width: 98%;
    }
}

@media screen and (max-width: 700px) {
    header {
        padding-top: 10px;
    }

    .logo,
    .deere {
        padding-top: 20px;
    }

    .headleft {
        width: 65%;
    }

    .headright {
        width: 35%;
    }

    .messagebutton,
    .headcontact {
        display: block;
        margin: 0 auto;
    }

    .messagebutton {
        width: 75%;
        float: right;
        margin: 3px 0;
    }

    .welcome {
        text-align: center;
        background: url("../siteart/beansback2.jpg") center center no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .manuslider {
        width: 90%;
    }

    .slick-slide img {
        max-height: 70px;
    }

    .linked a {
        padding: 4px 0;
    }

    .welcometext,
    .widgets {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
        padding-bottom: 2%;
        text-align: center;
    }

    .partsbanner {
        /*display:inline-block;zoom: 1;*display: inline;vertical-align:top;width:44%;*/
        width: 94%;
        margin: 3% auto;
    }

    .weather {
        width: 100%;
        max-height: none;
    }

    .napa,
    .partstext {
        display: block;
        margin: 0 auto;
    }

    .partstext {
        width: 100%;
    }

    .half {
        width: 100%;
        margin-right: 0;
        text-align: left;
    }

    .commentbox {
        width: 100%;
        text-align: left;
    }

    .pd-all-m {
        padding: 20px;
    }
}

@media only screen and (min-width: 786px) and (max-width: 952px) {
    .has-search-bar {
        width: calc(66% - 0.75%) !important;
        float: left;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .headleft,
    .headright {
        float: none;
        display: block;
        margin: 1% auto;
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .logo,
    .deere {
        padding-top: 0px;
    }

    .headnapa,
    .headcontact {
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
        width: 100%;
    }

    .messagebutton {
        padding: 6px;
        width: 80%;
        float: none;
        margin: 2% auto;
    }

    .headsocial {
        float: none;
    }

    .navbar {
        bottom: 0;
    }

    .padit {
        padding: 4% 0;
    }

    .showroombar {
        padding-bottom: 4%;
    }

    .titlewrap {
        top: 15px;
        width: 64%;
        left: 18%;
    }

    .yellow {
        margin-bottom: 15px;
    }

    .slick-slide img {
        max-height: 60px;
    }

    .linkbox {
        width: 45%;
    }

    .linktitler h3,
    .linked h3 {
        font-size: 16px;
    }

    .linktitler h5,
    .linked h5 {
        font-size: 12px;
    }

    .linked a {
        font-size: 11px;
    }
}

@media screen and (max-width: 480px) {

    .logo,
    .deere {
        width: auto;
    }

    .deere img {
        max-width: 140px;
    }

    .logo img {
        max-width: 100px;
    }

    .headnapa {
        max-width: 120px;
        margin: 0 auto;
        padding-top: 15px;
    }

    .messagebutton {
        width: 80%;
        float: none;
    }

    .titlewrap {
        width: 70%;
        left: 15%;
    }

    .titlewrap h2,
    .quicklinks h2 {
        font-size: 18px;
    }

    .manuslider {
        width: 60%;
    }

    .linked a {
        padding: 2px 0;
        width: 100%;
        font-size: 10px;
    }

    .widgets {
        padding: 0;
    }

    .partsbanner,
    .weather {
        display: block;
        margin: 5% auto;
    }

    .weather {
        width: 100%;
    }

    .partsbanner {
        width: 94%;
    }

    .marketbar {
        height: 215px;
    }

    .footercolumn {
        width: 45%;
        margin-bottom: 4%;
    }

    .divfooter {
        width: 90%;
        margin: 0 auto;
    }

    .employeecard h4 {
        font-size: 14px;
    }

    .employeecard p {
        font-size: 12px;
    }

}

@media screen and (max-width: 400px) {
    .titlewrap {
        width: 100%;
        left: 0;
    }

    .linkbox {
        width: 80%;
    }

    .linked a {
        padding: 7px 0;
        width: 96%;
        font-size: 12px;
    }

    .employeecard h4 {
        font-size: 13px;
    }
}