div#aiparts {
    position: absolute;
    z-index: 999;
    top: 175px;
    right: 90px;
    text-align: center;
}

a,
button,
.button,
a:hover,
button:hover,
.button:hover,
button.mobile_btn::after {
    transition: all 0.45s ease 0s;
}

* {
    outline: none;
}

body {
    overflow-x: hidden;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
    background-color: rgb(238, 238, 238);
}

::-webkit-scrollbar {
    width: 10px;
    background-color: rgb(238, 238, 238);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
}

.inven #wide_col {
    float: left;
}

.hosted-content .columns.small-12 {
    width: 25%;
    float: left;
    padding: 0px;
}

.attachment-search {
    width: 100% !important;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.at-share-btn-elements {
    padding-bottom: 10px !important;
}

.listings-wrapper .listing-smallcard .listing-smallcard-title {
    min-height: 0px !important;
}

h1 {
    font-size: 2em;
    margin: 0px;
}

.listings-wrapper .listing-smallcard .listing-card-pricing .listing-prices {
    margin-bottom: 0px;
}

.hosted-content img {
    vertical-align: baseline !important;
}

.hosted-content .pagination>.drop-down-form select,
.hosted-content .pagination-blog>select {
    width: 60px;
}

.internal-page .top {
    position: relative;
}

.top {
    position: absolute;
    z-index: 2147483647;
    background: rgb(255, 255, 255);
    width: 100%;
    padding-top: 10px;
}

.top .logo-area {
    position: absolute;
    top: 0px;
    width: 410px;
}

.top .logo,
.top .r-logo {
    max-height: 105px;
    display: inline-block;
    padding-top: 5px;
}

.top a {
    font-family: "Open Sans", sans-serif;
    color: rgb(61, 116, 54);
    text-transform: uppercase;
    font-size: 15px;
}

.top a[href^="tel:"] {
    color: rgb(61, 116, 54) !important;
}

.top .info-bar {
    text-align: right;
    padding-bottom: 15px;
    padding-top: 10px;
}

.top .info-bar a {
    padding: 10px;
    font-weight: 600;
}

.top .info-bar a:hover {
    opacity: 0.6;
}

.icon {
    max-width: 36px;
    vertical-align: middle;
    padding: 0px 5px;
    display: inline-block;
}

header {
    display: table;
    width: 100%;
    padding: 0px;
}

.menu-main-container ul {
    margin: 0px -0.9375rem 0px 0px;
    padding: 0px;
    list-style: none;
    background-color: rgb(61, 116, 54);
    text-align: right;
    float: right;
}

.nav-mobile ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu-main a {
    display: block;
    color: white;
    padding: 0.8em 1.3em;
    font-size: 17px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

#menu-main a:hover {
    background-color: white;
    color: rgb(61, 116, 54);
}

#menu-main li {
    position: relative;
    display: inline-block;
}

#menu-main ul {
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    left: -99999em;
    background: rgb(61, 116, 54);
    text-align: left;
}

#menu-main li ul li {
    display: block;
}

#menu-main li ul li a {
    padding: 0.4em;
}

#menu-main ul li a:hover {
    color: rgb(51, 51, 51);
}

#menu-main>li:hover>ul {
    left: auto;
    min-width: 100%;
}

#menu-main>li li:hover>ul {
    left: 100%;
    margin-left: 1px;
    top: -1px;
}

#menu-main li>a::after {
    content: " ";
    background: url("../siteart/down.png") 80% 50% / 8px no-repeat;
    top: 0px;
    position: absolute;
    width: 15px;
    height: 100%;
}

#menu-main li>a:hover::after {
    background: url("../siteart/down.png") 80% 50% / 8px no-repeat;
}

#menu-main li>a:only-child::after {
    content: none;
}

.off-canvas-container {
    position: relative;
}

.off-canvas-inner {
    position: relative;
    width: 100%;
    display: block;
}

.off_canvas {
    height: 100vh;
    max-height: 100%;
    background: white;
    position: fixed;
    overflow-x: hidden;
    top: 0px;
    z-index: 1;
}

.off_canvas_content.is_open,
.off_canvas_content.open_right.is_open {
    filter: blur(3px);
    position: fixed;
    width: 100%;
}

.off_canvas_content.is_open {
    transform: translateX(300px);
}

.off_canvas_content.open_right.is_open {
    transform: translateX(-250px);
}

.position_left,
.position_right {
    width: 300px;
    overflow-y: auto;
}

.position_left {
    transform: translateX(-300px);
    left: 0px;
}

.position_right {
    transform: translateX(300px);
    right: 0px;
}

.position_left.is_open,
.position_right.is_open {
    transform: translateX(0px);
    z-index: 999999;
    box-shadow: rgb(34, 34, 34) 2px 0px 20px -4px;
}

.off_canvas_content,
.off_canvas_content.is_open,
.position_left,
.position_left.is_open,
#off_canvas_cover.is_open,
#off_canvas_cover,
.position_right.is_open,
.position_right {
    transition: all 0.75s ease 0s;
}

.close-nav {
    background: url("../siteart/close.png") 50% 50% / 20px no-repeat transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 15px;
    display: block;
}

.close-nav:hover {
    cursor: pointer;
    background: url("../siteart/close.png") 50% 50% / 20px no-repeat transparent;
}

#off_canvas_cover,
#off_canvas_cover.is_open {
    transform: rotate(0deg);
}

#off_canvas_cover {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.65);
    opacity: 0;
}

#off_canvas_cover.is_open {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.off_canvas header {
    background: transparent;
    padding: 0px;
    position: relative;
    top: 0px;
}

.off_canvas h2 {
    text-align: left;
    font-size: 1.5em;
    margin: 10px 15px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: rgb(61, 116, 54);
    font-weight: 600;
}

.mobile.button {
    display: none;
}

.nav-mobile #mobile-menu-main {
    border-top: 1px solid rgb(61, 116, 54);
}

.nav-mobile #mobile-menu-main li {
    width: 100%;
    position: relative;
}

.nav-mobile #mobile-menu-main a:hover {
    color: white;
    background-color: rgb(61, 116, 54);
}

.nav-mobile #mobile-menu-main a {
    width: 100%;
    min-height: 45px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 0px 10px 5%;
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid rgb(61, 116, 54);
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: rgb(61, 116, 54);
    font-weight: 600;
}

.nav-mobile #mobile-menu-main ul {
    position: relative;
    z-index: initial;
    left: 0px;
    background: transparent;
    text-align: left;
    width: 100%;
    padding: 0px;
    display: none;
}

.nav-mobile ul li ul li a {
    padding: 10px 0px;
}

.nav-mobile ul li a:hover {}

.nav-mobile #mobile-menu-main>li li:hover>ul {
    left: 0px;
}

.nav-mobile #mobile-menu-main>li>.sub-menu li a {
    margin: 0px 0px 0px 5%;
}

.nav-mobile #mobile-menu-main>li>.sub-menu>li>ul.sub-menu li a {
    margin: 0px 0px 0px 10%;
}

.nav-mobile #mobile-menu-main>li>.sub-menu>li>ul.sub-menu>li>ul.sub-menu li a {
    margin: 0px 0px 0px 15%;
}

.nav-mobile #mobile-menu-main>li>.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu li a {
    margin: 0px 0px 0px 20%;
}

.nav-mobile li button.mobile_btn {
    height: 45px;
    width: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    border-radius: 3px 0px 0px 3px;
    border: none;
}

.nav-mobile li button.mobile_btn:hover {
    cursor: pointer;
}

.nav-mobile button.mobile_btn::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../siteart/mobile_arrow.png") center center / 10px no-repeat;
    width: 100%;
    height: 100%;
}

.nav-mobile li button.mobile_btn.active {
    background: rgb(207, 207, 207);
}

.nav-mobile li button.mobile_btn.active::after,
.close-nav:hover {
    transform: rotate(180deg);
}

#slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: rgb(34, 34, 34);
    display: table;
}

#slider h1 strong {
    display: block;
    font-size: 23px;
}
.searchSurround {
	background:#000;
}
#slider h1,
.searchSurround h1 {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 28px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: rgb(61, 116, 54);
    font-weight: 600;
}

.searchSurround * {
    font-family: "Open Sans", sans-serif;
}

#slider h6 {
    color: rgb(80, 80, 80);
    padding-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

#slider .orbit-caption .button {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: white;
    padding: 5px 7px;
    font-weight: 600;
    background-color: rgb(61, 116, 54) !important;
}

#slider .orbit-caption .button:hover {
    opacity: 60;
}

#slider .orbit-container {
    margin: 0px;
    list-style: none;
    overflow: hidden;
    width: 100%;
    text-align: left;
    height: 55vh !important;
    min-height: 500px;
}

#slider .orbit-slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
    background-position: 50% 50%;
    width: 100%;
    z-index: 9999;
    padding: 0px;
    min-height: 500px;
}

#slider .orbit-caption {
    display: table;
    height: 100%;
    width: 300px;
    top: 0px;
    position: relative;
    background: transparent;
    padding: 0px;
    left: 50px;
}

#slider ul li .orbit-caption {
    text-align: left;
    float: right;
    right: 50px;
    left: auto;
}

#slider .orbit-caption section {
    display: table-cell;
    vertical-align: middle;
}

#slider .orbit-caption section span {
    background: rgba(255, 255, 255, 0.75);
    padding: 25px 25px 10px;
    display: table;
}

#slider ul li .orbit-caption section span {
    padding: 15px 15px 0px;
    float: right;
}

.orbit-next::after,
.orbit-previous::after {
    display: none;
}

.orbit-next,
.orbit-previous,
.orbit-next:focus,
.orbit-previous:focus,
.orbit-next:active,
.orbit-previous:active {
    z-index: 999999999;
    cursor: pointer;
    background: transparent;
}

.orbit-next:hover,
.orbit-previous:hover {
    background: rgba(0, 0, 0, 0.5);
}

.orbit-next:hover,
.orbit-previous:hover,
.orbit-next:focus,
.orbit-previous:focus {
    padding: 1rem;
}

.orbit-next,
.orbit-previous {
    background: transparent;
}

#interior #slider .orbit-container,
#interior #slider,
#interior #slider .orbit-slide {
    height: 20vh !important;
}

#interior #slider .orbit-caption {
    display: none;
}

#interior .orbit-next,
#interior .orbit-previous {
    display: none;
}

#interior #slider .orbit-slide {
    background-position: 50% 65%;
}

#quick-search p {
    color: rgb(61, 116, 54);
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}

.searchBar {
    background: rgb(238, 238, 238);
    display: table;
    width: 100%;
    color: rgb(119, 119, 119);
    position: relative;
    font-family: "Open Sans", sans-serif;
}

.searchBar label {
    color: black;
    font-weight: 500;
    text-align: left;
}

.searchBar .column.column-block {
    margin-bottom: 0px;
}

.searchBar .medium-2_5 {
    width: 22%;
}

.searchBar select {
    height: 2em;
    font-size: 14px;
    padding: 0px 5px;
    background-position: 95% 50%;
    background-size: 9px;
    width: 100%;
}

.searchBar input[type="text"] {
    height: 2em;
    padding: 0px 5px;
    font-size: 14px;
}

.searchBar input.button {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    background-color: rgb(61, 116, 54);
    color: white;
    padding: 5px 7px;
    font-weight: 600;
    margin-top: 25px;
}

.searchBar input.button:hover {
    opacity: 0.6;
}

.hidden-overlay {
    width: 100%;
    background: rgba(255, 255, 255, 0);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2147483647;
}

.field-wrapper {
    display: table;
    position: relative;
    width: 78%;
}

.field-wrapper .medium-2_5 {
    width: 27%;
}

.hidden {
    display: none;
}

.grey-texture {
    background-image: url("../siteart/texture.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0px;
}

.quickLinksArea {
    display: flex;
    justify-content: space-between;
}

.quickLinksArea a {
    padding: 60px 20px;
    background: rgb(61, 116, 54);
    color: white;
    border-left: aliceblue;
    border-right: 1px solid rgb(128, 191, 120);
    text-align: center;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grey-texture-inv {
    background-image: url("../siteart/texture.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0px;
}

.grey-texture h1 strong {
    display: block;
    font-size: 23px;
}

.grey-texture h1 {
    line-height: 1;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: rgb(61, 116, 54);
    font-weight: 600;
    font-size: 23px;
}

.grey-texture p {
    color: rgb(61, 116, 54);
    font-weight: 600;
    font-size: 15px;
}

.grey-texture a {
    color: rgb(61, 116, 54);
    font-weight: 600;
    font-size: 15px;
}

.grey-texture a:hover {
    opacity: 0.6;
}

.float-links {
    position: absolute;
    z-index: 999999;
    left: -70px;
    top: 300px;
}

.floating-link a {
    z-index: 2147483647;
    margin-bottom: 5px;
    display: block;
    padding: 5px;
    transform: rotate(-90deg);
}

.floating-link #fb-btn {
    color: rgb(61, 116, 54);
    background-color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.floating-link #fb-btn:hover,
.floating-link #fb-btn:focus,
.floating-link #fb-btn:active {
    background-color: rgb(51, 51, 51);
}

.float-links section {
    min-width: 350px;
    position: absolute;
    z-index: 999999999;
    left: -360px;
    background: rgb(255, 255, 255);
    padding: 10px;
    display: table;
    box-shadow: rgba(0, 0, 0, 0.26) -3px 3px 5px 0px;
}

.float-links section.show-section {
    left: 120px;
}

.float-links section.show-section a {
    z-index: 2147483647;
    margin-bottom: 0px;
    display: block;
    padding: 5px;
    transform: rotate(0deg);
}

.float-links section.show-section p {
    margin: 0px;
}

label {
    color: black;
}

.CaptchaPanel {
    margin: 0px !important;
    padding: 0px !important;
}

.CaptchaMessagePanel {
    color: black;
    font-size: 14px;
    font-weight: 500;
    padding: 0px !important;
}

.CaptchaImagePanel {
    padding: 0px !important;
}

.CaptchaWhatsThisPanel a {
    background-color: rgba(255, 255, 255, 0);
    color: black;
    padding: 0px;
    background-image: none !important;
}

.CaptchaWhatsThisPanel a:hover {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: underline;
}

.grey-texture [type="submit"],
.grey-texture [type="reset"] {
    padding: 7px 10px;
    font-size: 15px;
    color: white;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    background: rgb(61, 116, 54) !important;
    border: none !important;
}

.grey-texture [type="submit"]:hover,
.grey-texture [type="reset"]:hover {
    opacity: 0.6;
}

.hosted-content .control-box.border.grey-background {
    padding: 0px !important;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 300px;
    position: relative;
    height: 0px;
}

.map-responsive iframe {
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.footer {
    background-color: rgb(61, 116, 54);
    padding: 5px 0px;
}
.footer p {
    text-align: right;
	padding:40px 0;
	display: block;
}

.footer a {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    color: white !important;
}

.footer a:hover {
    opacity: 0.6;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: 11px;
    color: white;
    text-transform: capitalize;
    font-weight: 500;
}

a.footerlink:hover {
    text-decoration: none;
    color: white;
    font-size: 11px;
}

.footertext {
    font-size: 11px;
    color: white;
}

.smallfootertext {
    font-size: 11px;
    color: white;
}

.divfooter {
    max-width: 550px;
    float: right;
    text-align: right;
    margin: 0px auto;
}

.boxs-reset,
.boxs-reset * {
    box-sizing: border-box;
}

#inv {
    padding: 5% 0px;
}

#inv :not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) .listing-top-right a,
.lower-detail-data-left button,
.send-email-btn,
.media-buttons a,
.media-buttons button,
.faceted-search,
.listing-dealer-info a,
.view-listing-details-link,
.main-detail-data .contact-options a,
.fin-calc-btn-mobile,
.selected-facet,
.page-nav,
.apply-button,
.back-button,
.calculator-btn,
.mobile-done-button {}

input[type="checkbox"] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.body-wrapper {
    line-height: initial;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label {
    line-height: inherit;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
    margin: 2px 3px 3px 4px;
}

.faceted-text-input-searchType .search-type input[type="checkbox"],
.faceted-text-input-searchType .search-type input[type="radio"] {
    margin: 0px 3px 0px 6px;
}

.hosted-content .attachment-search .search-checkboxes label .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    margin-right: 0px !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
    box-sizing: border-box;
    height: 48px !important;
}

.container {
    margin-top: 126px;
}

@media only screen and (max-width: 1380px) {
    #menu-main a {
        padding: 0.8em;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1150px) {
    .quickLinksArea {
        flex-wrap: wrap;
    }

    .quickLinksArea a {
        border-top: 1px solid rgb(128, 191, 120);
        text-align: center;
        width: 100%;
        justify-content: center;
        border-left: none;
        border-right: none;
    }

    .off_canvas {
        display: block;
    }

    .mobile.button {
        display: block;
        background: url("../siteart/mobile.png") 50% 50% / contain no-repeat transparent;
        height: 45px;
        width: 45px;
        position: relative;
        float: right;
        color: transparent !important;
    }

    .menu-main-container {
        display: none;
    }

    header {
        padding-left: 16px;
        padding-top: 13px;
    }
}

@media only screen and (max-width: 750px) {
    .searchBar .medium-2_5 {
        width: 100%;
    }

    .field-wrapper {
        width: 100%;
    }

    .caption__overlay {
        transform: none;
    }
}

@media only screen and (max-width: 1100px) {
    .top {
        padding: 0px;
    }

    .top .logo,
    .top .r-logo {
        max-height: 70px;
        display: inline-block;
    }

    .top .info-bar {
        padding: 5px 0px;
        background-color: rgb(230, 230, 230);
        text-align: center;
    }

    .top .logo-area {
        position: absolute;
        top: 35px;
    }

    .mobile.button {}

    .searchBar input.button {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 770px) {
    .top .logo-area {
        top: 60px;
        position: static;
    }
}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 640px) {
    .searchSurround .equip-search form .row .column4 input[type="submit"] {
        margin-left: auto !important;
    }

    .searchSurround h1 {
        text-align: center;
    }

    .footer .small-12 {
        text-align: center;
    }

    .divfooter {
        padding-top: 10px;
        float: none !important;
        text-align: center !important;
    }
}

@media only screen and (max-width: 500px) {
    .mobile-delete {
        display: none;
    }

    .icon {
        max-width: 32px;
    }

    #slider .orbit-caption section {
        vertical-align: bottom;
    }

    #slider ul li .orbit-caption {
        padding-bottom: 45px;
    }

    .float-links section.show-section {
        left: 120px;
        top: -95px;
    }

    .float-links section {
        min-width: 150%;
    }

    .float-links {
        position: fixed;
        top: 80px;
        z-index: 2147483647;
    }

    .float-links .ui-accordion .ui-accordion-header {
        padding: 7px 15px !important;
    }
}

@media only screen and (max-width: 350px) {
    .top {
        position: relative;
    }

    #slider .orbit-caption {
        width: 73%;
    }
}

.column #logos {
    padding: calc(2.6875rem + (1vw - 7.68px) * 1.7361) 0px 0px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

.column #logos img {
    padding: 0px 28px;
}

.column #logos div,
.column #logos a {
    margin-bottom: calc(2.6875rem + (1vw - 7.68px) * 1.7361);
    text-align: center;
}

.column a,
.column div,
.column img {}

.column *,
.column ::after,
.column ::before {
    box-sizing: inherit;
}

.column * {}

.column a {
    text-decoration: none;
    font-weight: 400;
}

.column a:link {
    text-decoration: none;
    transition: all 0.2s ease-in 0s;
}

.column a:visited {
    color: inherit;
}

.column a:hover {
    text-decoration: none;
    font-weight: inherit;
}

.column body a {
    margin: 0px;
}

.column #logos {
    padding: calc(2.6875rem + (1vw - 7.68px) * 1.7361) 0px 0px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

.column #logos img {
    padding: 0px 28px;
    width: 310px;
}

.column #logos div,
.column #logos a {
    margin-bottom: calc(2.6875rem + (1vw - 7.68px) * 1.7361);
    text-align: center;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: rgb(61, 116, 54) !important;
    color: rgb(0, 0, 0) !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: rgb(61, 116, 54) !important;
    color: rgb(255, 255, 255) !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: rgb(1, 79, 48) !important;
    color: rgb(255, 255, 255) !important;
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: rgb(0, 0, 0) !important;
    border: 1px solid rgb(0, 0, 0) !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: rgb(0, 0, 0) !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: rgb(0, 0, 0) !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: rgb(0, 0, 0) !important;
}