﻿/***** 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, img {  
    display: block;  
} 

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {font-family: 'robotoregular'; font-size:16px; -webkit-text-size-adjust:none; background: #272727 !important;}
a:link, a:visited, a:active {text-decoration:none; color:#37834a;}
a:hover {text-decoration:none; color:#272727; transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out;
}
a.hdr-link, a.hdr-link[href^="tel:"] {color: #fff!important;}

h1 {font-family: 'ralewaybold'; font-size: 32px; line-height: 38px; color: #000;}
h2 {font-family: 'ralewaybold'; font-size: 28px; line-height: 24px; color: #fff; text-shadow: 2px 2px 2px #000;}
.show-menu-for-mobile {display:none !important;}  /* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */

.home {color:#fff;     text-shadow: 4px 3px 6px #000; }

#header {
	background: #000;
	padding: 20px 0px;
	border-bottom: #37834a solid 2px;
	max-width: 100%;
	height: auto;
}


#header a[href^="tel:"]{
	color: #37834a !important;
}
#header span {
    font-size: 15px;
}
#logo {
	float: left;
	max-width: 100%;
	height: auto;
}
#logo img{
	max-width: 100%;
	height: auto;
}

.wrapper {
	width: 85%;
	max-width: 100%;
	margin: 0 auto;
}

/******MAIN NAVIGATION same as used for CMS******/
.navigation_container { /* container to center the nav within a standard width of 1020px, or adjust to width of your site. Links will always float left or right. */
    text-align:center;
    background:#090909 url("../siteart/nav-bg.jpg") repeat-x;
    -moz-box-shadow:  0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    padding:10px 0 0 0;
}
  
#nav {
    position:relative;
    display:block;  
    z-index:9000;
    margin:0 auto 0 auto;
    padding:0 0 0 0;
    text-align:center;
    float: right;
}
  
#nav ul, #nav li {
    list-style: none;  
    margin:0 0 0 0;
    padding:0 0 0 0;  
}
  
#nav ul li {
    display: block;
    position: relative;
    float:left;
    text-align:center;
}
  
#nav li ul {
    display: none;
}
  
  
#nav ul li a { /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight:normal;
    font-size:18px;
    line-height:18px;
    padding:12px 17px;  
    height: 1%;
    text-transform: uppercase;
    text-align:center;
    font-family:ralewaybold;
}
 
 
#nav ul li a:hover { /* appearance of the first-level links on hover */
    height: 1%; 
    color:#fff; 
    background: #37834a;
    transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;
}
  
  
  
#nav ul li li a { /* appearance of the sub-level links */
    width:215px;
    padding:8px 0 8px 15px;
    text-align:left;
    background:#37834a;
    border-bottom:1px #333 solid;
    border-right: 1px solid #333;
    border-left: 1px solid #333;    
    font-size: 14px;
    line-height: 24px;
}
#nav ul li li a:hover { /* appearance of the sub-level links on hover */
    color:#fff; 
    background: #000;
    transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out;
}
  
  
  
/* Optional-use, Begin targeting styles of first and last links */
#nav ul li:last-child  { /* Optional-use, this targets last li */
}
#nav ul li:last-child a {
}
#nav ul li:first-child  { /* Optional-use, this targets first li */
}
  
/* Optional-use, cancells out border for subnav li containers*/
#nav ul li li:last-child  {
    border-left:0;
    border-right:0;
}
#nav ul li li:last-child a {
}
#nav ul li li:first-child  {
    border-left:0;
    border-right:0;
}
/* Optional-use, End targeting styles of first and last links */
  
  
  
/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#nav ul ul {
    display: none;
    position: absolute; 
    top:100%;
    left:0;
}
  
#nav ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
  
#nav ul li:hover > ul {  
    display: block;
    line-height:18px; /* make sure your line-height always matches that of your main link styles!*/
    z-index: 100;
    background:#4b0000; /* make sure your background color always matches your link styles!*/
}
  
#nav ul ul li {
    float: none; 
    position: relative;
}

/**** TEXT OVERLAY ****/
#text {
	font-family:ralewaybold;
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	background: #000;
	margin: 0 auto;
	width: 90%;
	max-width: 100%;
	padding: 1% 0px;
}

.button {
	width: 600px;
	max-width: 100%;
	padding: 10px;
	margin: 0 auto;
	background: #37834a;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-family:ralewaybold;
}

.button:hover {
	background: #fff;
	color: #37834a;
	transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}


/**** STICKY SOCIAL *****/
/* Social Icons */
#social_side_links {
	position: fixed;
  top: 300px;
  left: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
}

#social_side_links li a {display: block;}

#social_side_links li a img {
	display: block;
	max-width:40px;
  padding: 10px;
  -webkit-transition:  background .2s ease-in-out;
  -moz-transition:  background .2s ease-in-out;
  -o-transition:  background .2s ease-in-out;
  transition:  background .2s ease-in-out;
}

#social_side_links li a:hover img {background: rgba(0, 0, 0, .2);}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*= SLIDES STYLING
--------------------------------------------------------*/

#slide1{
	height: auto;
	margin: 0;
	background: #fff;
	width: 90%;
	max-width: 100%;
	margin: 0 auto;
}
#slide4{
	height: auto;
	margin: 0;
	background-size: cover;
	background: #272727;

}

#slide3{
	background:url("../siteart/corn.png") 50% 0 no-repeat fixed;
	color: #fff;
	height: auto;
	padding: 30px 0 20px 0;
	margin: 0 auto;
	width: 90%;
	max-width: 100%;
	background-size: cover;
	border-top: #37834a solid 2px;
}
#slide5{
	color: #fff;
	height: auto;
	padding: 30px 0 20px 0;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
    box-sizing:border-box;
}
#slide5 img {max-width:100%; height: auto; width: 100%;}

.bottom-wrapper {
	width: 70%;
	max-width: 100%;
	margin: 0 auto;
}


#map {
	float: left;
	display: inline-block;
	padding-right: 3%;
	width: 40%;
	max-width: 100%;
}

#map img {max-width: 100%; height: auto;}



.google-maps {
    float:right;
    position: relative;
    padding-bottom:20%;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100% !important;
                height: 100% !important;
    pointer-events: none;
}

#contact {
	width: 33%;
	text-align: center;
	max-width: 100%;
	float: left;
	display: inline-block;
	padding: 30px 0px;
}

/*** FORM STYLES ****/
#formpage {
	vertical-align:top;
	width: 40%;
	display: inline-block;
}

#formpage div {
	vertical-align:top;
	padding:3px 5px;
}


#formpage input {
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
	font-family: 'robotoregular';
	color:#8e8d8d;
	font-size:12px;
}

#formpage textarea {
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
	font-family: 'robotoregular';
	color:#8e8d8d;
	font-size:12px;
}

 
#formpage input  {
    width:100%;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
}



/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#8e8d8d; 
	color:#FFF;
	border:1px solid #16598d;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	outline-style:none;
}
 



#formpage input.form-button,
#formpage input.form-button:focus {
    width:200px; 
    margin:0;
    padding:7px 0;
    background:#000;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
    color:#fff;
}
#formpage input.form-button:hover {
	background:#37834a;
	color:#fff;
	text-shadow:none;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;	
    transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out;
    cursor: pointer;
}
 


/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#formpage label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 

/*control the Captcha */

.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaImagePanel img{
margin: 0 auto;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
 
 /****FRAMELESS STYLES****/
.detail__contact-info h2{
	color: #000 !important;
	text-shadow:  unset !important;
}
.listing-title h2{
	text-shadow:  unset !important;
}
.hosted-content h1 {font-family: 'robotoregular' !important;}  
 
.hosted-content .listings-wrapper .bold, .hosted-content .listings-wrapper .italic, .hosted-content .listings-wrapper h2, .hosted-content .listings-detail-wrapper .bold, .hosted-content .listings-detail-wrapper .italic, .hosted-content .listings-detail-wrapper h2, .hosted-content .listings-drilldown-wrapper .bold, .hosted-content .listings-drilldown-wrapper .italic, .hosted-content .listings-drilldown-wrapper h2 {font-family: 'robotoregular' !important;} /* Font for Inventory to match rest of website */ 
 
.hosted-content .listings-wrapper .listings-list .listing-banner {background: #37834a !important;} /* Featured Listings/General Listings Background */ 
.hosted-content .listings-wrapper .sort-box {background: none !important;} /* Background for Sort Order */ 
 
 
.listing-name a:link, .listing-name a:visited, .listing-name a:active {color: #075301;} /*Inventory Title Link Colors */ 
.listing-name a:hover {color: #075301; text-decoration: underline;} 
 
 
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {background: #37834a !important;} /* View Details button */ 
.hosted-content .btn:hover, .hosted-content .button:hover {background: #000 !important;} /* View Details Button */ 
/*--------Scrolling Inventory--------*/
.mobilecontainer { 
	overflow:hidden; /* must have this property for mobile phones and tablet display! */
	width:100%; 
	margin:0 auto;
	height:92px; 
	padding: 20px 0px;
	background:#000;
}
iframe.banner {
	width:100%;
	height:92px;
	background:#000;
}	
	

.footer {background: #000; border-top: 2px solid #37834a; width: 90%; max-width: 100%; margin: 0 auto;}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#fff;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#fff;}

.divfooter {width:600px; max-width: 100%; padding: 30px 0px; text-align:center; margin:0 auto;}

/** Responsive Styles **/
@media screen and (max-width: 1023px) and (min-width:540px) {
.show-menu-for-mobile {display: block!important;}
.hide-for-mobile {display:none;}
.hide {display:none;}
/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.5rem;
	color:#fff;
}
#nav  {display:none;}

#text {
	font-size: 28px;
	line-height: 34px;
}

.button {
	width: 250px;
	max-width: 100%;
	padding: 10px;
	font-size: 24px;
	margin-top: 20px;
}
#header {
	text-align: center;
}

#logo {
	float: none;
	display: inline-block;
}

}

@media screen and (max-width: 600px) and (min-width:540px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.5rem;
	color:#fff;
}

#text {
	font-size: 20px;
	line-height: 26px;
}

.button {
	width: 250px;
	max-width: 100%;
	padding: 10px;
	font-size: 20px;
	margin-top: 10px;
}

#header {
	text-align: center;
}

#logo {
	float: none;
	display: inline-block;
}

}

 
 
@media screen and (max-width: 540px) and (min-width:321px) {
.show-menu-for-mobile {display: block !important;}
.hide-for-mobile {display:none;}
.hide {display:none;}
/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.5rem;
	color:#fff;
}
#nav  {display:none;}

#contact {
	width: 100%;
	text-align: center;
	float: none;
	display: block;
	padding: 10px 0px;
}

.wrapper {
	width: 80%;
	max-width: 100%;
	margin: 0 auto;
}

.bottom-wrapper {
	width: 95%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

#map {
	float: none;
	display: inline-block;
	padding-right: 0px;
	width: 50%;
	max-width: 100%;
}

#formpage {
	vertical-align:top;
	width: 80%;
	display: inline-block;
}

#text {
	font-size: 16px;
	line-height: 20px;
}

.button {
	width: 250px;
	max-width: 100%;
	padding: 10px;
	font-size: 18px;
	margin-top: 10px;
}

#social_side_links {display:none;}

.google-maps {
    float:right;
    position: relative;
    padding-bottom:30%;
    overflow: hidden;
    width: 100%;
}
#header {
	text-align: center;
}

#logo {
	float: none;
	display: inline-block;
}


}


@media screen and (max-width: 320px){
.show-menu-for-mobile {display: block !important;}
.hide-for-mobile {display:none;}
.hide {display:none;}
/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.5rem;
	color:#fff;
}
#nav  {display:none;}

#contact {
	width: 100%;
	text-align: center;
	float: none;
	display: block;
	padding: 10px 0px;
}

.wrapper {
	width: 95%;
	max-width: 100%;
	margin: 0 auto;
}

.bottom-wrapper {
	width: 95%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

#slide1{
	width: 100%;
}
#slide3{
	width: 100%;
}

.footer {width: 100%;}


#map {
	float: none;
	display: inline-block;
	padding-right: 0px;
	width: 50%;
	max-width: 100%;
}

#formpage {
	vertical-align:top;
	width: 80%;
	display: inline-block;
}

#text {
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}

.button {
	width: 250px;
	max-width: 100%;
	padding: 10px;
	font-size: 18px;
	margin-top: 10px;
}

#social_side_links {display:none;}

.google-maps {
    float:right;
    position: relative;
    padding-bottom:30%;
    overflow: hidden;
    width: 100%;
}
#header {
	text-align: center;
}

#logo {
	float: none;
	display: inline-block;
}

}

/*---- inventory page css  ----*/
.inventPage .wrapper {
	padding-top: 20px !important;
}


/*---- faceted links  ----*/
.list-content .list-main-section .list-container {
	margin-top: 20px !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc p {
    margin-top: 12px !important;
}
.faceted-search-content
.faceted-section-box
.faceted-option-checkbox-container
label
input {
    margin-right: 5px !important;
}

.faceted-search-content .faceted-section-head {
    width: 100% !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
.check-availability-link,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content .detail-additional-data .data-row .data-label,
.faceted-search-content .selected-facets-container .selected-facet,
.paging-container .page-navs button.list-page-nav,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder input,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.contact-options a, .fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.faceted-search-content
.faceted-section-box
.show-all-modal
.show-all-modal-content-container
.show-all-modal-content
.title-close-row
.apply-button, .page-nav, .cs-btns a {
    background: #37834a !important;
	color: #fff !important;
}

.faceted-search-content .faceted-section-head {
    background: #37834a !important;
    color: #fff !important;
}

.list-content
.list-main-section
.list-container
.list-listing
.listing-top-right
.listing-dealer-info
.dealer-name,
.list-content
.list-main-section
.list-container
.list-listing
.listing-top
.listing-top-left
.listing-main-stats
.price,
.list-content .list-main-section .list-container .fin-calc,
.list-content .listing-portion-title, .compare-title, .compare-price {
    color: #37834a !important;
}

.list-content .list-main-section .list-container .fin-calc {
    font-size: 14px !important;
}

.list-content .list-title,
.list-content .list-title .list-listings-count,
.faceted-search-content
.faceted-section-box
.faceted-option-checkbox-container
.option-name,
.contact-information a,
.faceted-search-content
.faceted-section-box
.faceted-option-checkbox-container
.option-count,
.list-content
.list-top-section
.listing-option-bar
.list-sort-order
.sort-by-dropdown-container,
.breadcrumbs .breadcrumbs-element,
.detail-content .search-results,
.legal-text-content,
.detail-content .dealer-info .field-name,
.detail-content .dealer-info .field-value,
.detail-additional-data h4,
.mc-thumb-strip .mc-btn.mc-btn-next span,
.mc-thumb-strip .mc-btn.mc-btn-prev span,
.detail-content .dealer-info .google-maps-link i,
.paging-container .page-number,
.paging-container .list-page-number,
.faceted-search-content .faceted-section-box .faceted-date-range,
.faceted-search-content
.faceted-section-box
.faceted-date-range
.days-ago-input {
    color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.faceted-search-content
.faceted-section-box
.show-all-modal
.show-all-modal-content-container
.show-all-modal-content
.title-close-row
.back-button {
    border: 1px solid #37834a !important;
    color: #37834a !important;
}

.list-content .listing-bottom .listing-description-text {
    color: #000 !important;
}

.faceted-search-content
.faceted-section-box
.faceted-option-checkbox-container
.option-name {
    margin-top: 0 !important;
}

@media (max-width: 992px) {
    .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,
    .mobile-breadcrumb,
    .list-content .list-listing-mobile .view-listing-details-link {
        background: #37834a !important;
		color: #fff !important;
    }

    .list-content .list-listing-mobile .price-container .price {
        color: #37834a !important;
    }

    .fin-calc p,
    .fin-calc strong,
    .dealer-info a {
        color: #37834a !important;
    }

    .list-content .list-listing-mobile .email-seller-link {
        height: 38px !important;
    }

    .spec-container a,
    .list-content .list-listing-mobile .listing-portion-title {
        color: #37834a !important;
    }

    .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
    .list-content
    .list-listing-mobile
    .dealer-phone-container
    .dealer-phone-text {
        border: 1px solid #37834a !important;
    }

    .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
    .detail-content-mobile .detail-main-body .detail-mobile-top .detail-category,
    .detail-content-mobile .detail-main-body .main-detail-data,
    .main-detail-data .currency-selector,
    .detail-content-mobile .share-listing {
        color: #37834a !important;
    }

    .detail-content-mobile .detail-additional-data .data-row .data-value,
    .list-content .list-listing-mobile .listing-description-text,
    .faceted-search-content
    .faceted-section-box
    .faceted-option-checkbox-container
    .option-name {
        color: #000 !important;
    }
}