



#green-bar {
	position: relative;
	/*overflow:hidden;*/
	box-shadow: 0 -5px 15px -5px rgba(63, 63, 63, .65);
	background: #235c1c url(/images/bg_greenbar-right.png) repeat-y right 0;
}

#green-bar:before {
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	width: 220px;
	position: absolute;
	background: url(/images/bg_greenbar-left.png) repeat-y 0 0;
}

#green-bar .inner {
	height: 285px;
	position: relative;
	background: url(/images/bg_greenbar.png) repeat-x 0 0;
}

#green-bar.expanded .inner {
	height: 365px;
	background-position: 0 -274px;
}

.inner #green-bar .inner,
.contact #green-bar .inner {
	height: 225px;
	background-position: 0 -648px;
}

#green-bar .inner:before {
	top: 0;
	left: 0;
	right: 0;
	content: "";
	height: 2px;
	position: absolute;
	background: url(/images/highlight_greenbar.png) no-repeat center 0;
}

/* DEALER LOCATOR */

#content {
    width: 100%;
    margin-bottom: 0;
}

#content #map-search {
	margin: 0;
	z-index: 101;
	/*height:759px;*/
	background: #FFF;
	position: relative;
	vertical-align: top;
	/* box-shadow: 5px 5px 20px -5px #666; */
}

/* #content #map-search:before {
	content: "";
	height: 15px;
	width: 350px;
	background: #FFF;
	margin: -15px 0 0;
	position: absolute;
} */

#content #map-search .search-top {
	margin: 0;
	position: relative;
	border-bottom: 7px solid #9A9A9A;
	background: url(/images/bg_search-top.png) repeat 0 0;
}

#map-search .search-top a,
#map-search .search-top span {
	color: #333;
	font-weight: 700;
}

#map-search .search-top span {
	width: 150px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	padding: 10px 8px 0 0;
	background: url(../images/button_search-top.png) no-repeat 0 bottom;
}

#map-search .search-top a {
	float: right;
	font-size: 12px;
	line-height: 45px;
	margin: 0 10px 0 0;
	padding: 0 38px 0 10px;
}

#map-search .search-top a:after {
	content: "";
	width: 32px;
	height: 32px;
	position: absolute;
	margin: 7px 0 0 8px;
	background: url(../images/buttons.png) no-repeat -608px -127px;
}

#map-search .search-top a:hover:after {
	background: url(../images/buttons.png) no-repeat -640px -127px;
}

#content #map-search .search {
	margin: 15px;
}

#content #map-search .search input {
	float: left;
	height: 34px;
	width: 245px;
	color: #88898B;
	font-size: 17px;
	padding: 0 0 0 10px;
	border: 1px solid #D1D3D4;
	border-right: 0 none;
	border-radius: 5px 0 0 5px;
}

#content #map-search .search input:focus {
	color: #333;
	outline: none;
	font-weight: 700;
}

#content #map-search .search button {
	width: 37px;
	height: 36px;
	border: 0 none;
	text-indent: -9999px;
	background: url(../images/button_map-search.png) no-repeat 0 0;
}

#content #map-search .results {
	display: none;
	/* overflow: hidden; */
}

#content #map-search .results>h2 {
	color: #04763B;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 900;
	line-height: 48px;
	margin: 0 15px 10px;
	background: url(/images/pattern_diagonal.png) repeat 0 0;
}

#content #map-search .results>h2 span {
	color: #333;
	font-weight: 700;
}

#content #map-search .results>a {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin: 0 30px 10px;
	display: inline-block;
}

#content #map-search .results>a strong {
	color: #04763B;
}

#content #map-search .results>ol {
	overflow: auto;
	margin: 0 0 0 15px;
	padding: 0 15px 0 0;
	counter-reset: listItem;
}

#content #map-search .results>ol>li {
	color: #04763B;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 15px;
	list-style: none;
	border: 1px solid #CCC;
}

#content #map-search .results>ol>li>p {
	margin: 0;
	color: #333;
	cursor: pointer;
	line-height: 26px;
	position: relative;
	background: #EFEEEE;
	padding: 10px 65px 10px 15px;
}

#content #map-search .results>ol>li>p:hover {
	background: #E1E0E0;
}

#content #map-search .results>ol>li>p:before {
	color: #04763B;
	font-weight: 900;
	counter-increment: listItem;
	content: counter(listItem) ". ";
}

#content #map-search .results>ol>li>p span {
	top: 10px;
	right: 15px;
	float: right;
	color: #04763B;
	font-size: 13px;
	position: absolute;
}

#content #map-search .results>ol>li>p span:after,
#content #map-search .results>ol>li>p span:before {
	color: #333;
	font-weight: 400;
}

#content #map-search .results>ol>li>p span:before {
	content: "[";
}

#content #map-search .results>ol>li>p span:after {
	content: " MI]";
}

#content #map-search .results>ol>li>div {
	color: #333;
	padding: 10px 15px 15px;
}

#content #map-search .results>ol>li>div p {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

#content #map-canvas {
	margin: 0;
	width: 100%;
	height: 759px;
	display: block;
	position: relative;
	/*position:fixed !important;*/
}

#map-canvas .gm-style-iw {
	line-height: 20px;
	overflow: hidden !important;
}

#map-canvas .gm-style-iw h3 {
	color: #04763B;
	margin-top: 0;
}

#map-canvas .gm-style-iw p {
	margin: 0;
}

#map-canvas .gm-style-iw p:last-child {
	margin: 0 0 25px;
}

.dealers #header {
	padding: 0;
	position: relative;
	background: #EEE !important;
}

.dealers #header #slider {
	display: none;
}

.dealers #content {
	width: 100%;
	float: left;
	clear: both;
}

.dealers #green-bar {
	clear: both;
	z-index: 300;
}

.dealers #green-bar .inner {
	height: 60px;
}

.dealers #footer {
	display: none;
}



.green {
	color: #069249;
}

.lead {
	color: #555;
	font-size: 18px;
	line-height: 1.5;
	margin: 1em 1rem;
}

/* DI ADDITIONAL STYLES */

#map-search .results {
	overflow: scroll;
	max-height: 675px;
}

/* #map-search .results-list {
	height: fit-content;
	overflow: scroll;
} */