@charset "UTF-8";
#sl_div {
  position: relative;
}

.slp_search_container {
  margin: 0 !important;
}

#searchForm {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 50;
  width: 330px;
  background: #fff;
  padding: 20px 15px;
  border-radius: 5px;
}
#searchForm input[type=text],
#searchForm select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#searchForm .search_box.layout {
  display: block;
}
#searchForm select {
  background-image: url(../images/down.png);
  background-position: right 10px center;
  background-size: 12px;
  background-repeat: no-repeat;
}
#searchForm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7A7A7A;
  font-size: 1.2rem;
}
#searchForm ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7A7A7A;
  font-size: 1.2rem;
}
#searchForm :-ms-input-placeholder {
  /* IE 10+ */
  color: #7A7A7A;
  font-size: inherit;
}
#searchForm :-moz-placeholder {
  /* Firefox 18- */
  color: #7A7A7A;
  font-size: 1.2rem;
}
#searchForm .filter-heading {
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  padding: 20px;
  line-height: 12px;
  width: 100%;
  display: block;
}
#searchForm .filter-heading:after {
  content: "";
  display: block;
  clear: both;
}
#searchForm .filter-heading h3 {
  color: #265E8E;
  font-weight: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin: 0 !important;
}
#searchForm .filter-heading .reset_form_data {
  color: #11ADE3;
  display: block;
  width: 50%;
  float: right;
  text-align: right;
  font-size: 1.2rem;
  text-decoration: underline;
  margin-top: 8px;
}
#searchForm .search_item.category .text {
  color: #7A7A7A;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: normal;
}
#searchForm .flex.xs12.section {
  padding: 20px;
  border-bottom: 1px solid #F0F0F0;
}
#searchForm #address_search .dx-cat-shortable {
  display: none;
}
#searchForm .search_item.category {
  flex-direction: column;
}
#searchForm .search_item.category > label {
  text-align: left !important;
  position: relative;
  padding-left: 30px;
}
#searchForm .search_item.category > label:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  background-size: 100%;
  background-image: url("../images/upp.png");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
}
#searchForm .search_item.category > label.slidedown:after {
  background-image: url("../images/down.png");
}
#searchForm .search_item.category li > label {
  padding-left: 0;
}
#searchForm .search_item.category li > label:after {
  display: none;
}
@media (max-width: 630px) {
  #searchForm {
	width: 90%;
  }
}

.dx-address-shortable .flex.xs4 > label, #div_nameSearch > label {
  position: relative;
  padding-left: 30px;
}

.dx-address-shortable .flex.xs4 > label:after, #dealer_nameSearch > label:after, #div_nameSearch > label:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  background-size: 100%;
  background-image: url("../images/upp.png");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
}

#dealer_nameSearch p {
  margin-top: 11px;
}

.dx-address-shortable .flex.xs4 > label.slidedown:after, #div_nameSearch > label.slidedown:after {
  background-image: url("../images/down.png");
}

.slp_search_container #radius_in_submit {
  opacity: 0;
  height: 2px;
}

#searchForm .category.checklist li label {
  color: #7A7A7A;
  font-weight: normal;
}
#searchForm .section .flex.xs4 label {
  color: #7A7A7A;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: normal;
}
#searchForm input {
  outline: none;
}
#searchForm input[type=text] {
  width: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #F0F0F0;
}
#searchForm input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #F0F0F0 !important;
}

#addy_in_radius > label {
  display: none !important;
}

#addy_in_address {
  display: none;
  position: relative;
  padding-left: 30px;
}
#addy_in_address .filter-search-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: #E6E6E6;
  opacity: 1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#addy_in_address .filter-search-icon img {
  max-width: 15px;
  height: auto;
  margin: auto;
  display: block;
  margin-top: 10px;
}
#addy_in_address .filter-search-icon .fa {
  color: #333;
  padding: 12px 13px;
}

#radiusSelect, #addressInputState {
  display: block;
  width: 100%;
  background: #f3f3f3;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #F0F0F0;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
  max-width: 100% !important;
}

#addressInputCountry {
  display: block;
  width: 100%;
  background: #f3f3f3;
  border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #F0F0F0;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
  max-width: 100% !important;
}

#addy_in_country label, #addy_in_state label {
  display: none !important;
}

#searchForm div.category.checklist li {
  background-color: #fff !important;
  list-style: none outside none;
}
#searchForm div.category.checklist input[type=checkbox] {
  display: inline-block;
  margin: 0 2px;
  flex: 0 0 14px;
}

#search-form input[type=text] {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
  max-width: 100% !important;
  display: block;
  width: 100%;
}

.layout .flex.xs4 {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
}

.flex.xs4 {
  padding: 20px !important;
}
.flex.xs4 .dx_link {
  display: inline-block;
  float: right;
  color: #11ADE3;
  text-decoration: underline;
  font-size: 1.2rem;
}
.flex.xs4.section {
  padding: 20px 20px 20px 50px !important;
}

#div_nameSearch input {
  margin-left: 30px;
  height: 36px;
  width: calc(100% - 30px) !important;
}

#searchForm div.category.checklist {
  padding-left: 30px;
}
#searchForm div.category.checklist li {
  padding: 0 !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 0 33% !important;
  flex: 1 0 33% !important;
  max-width: 33% !important;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  display: flex;
  align-items: center;
}
#searchForm div.category.checklist li img {
  width: 25%;
  display: inline-block;
  max-width: 20px;
  height: auto;
}
#searchForm div.category.checklist li label {
  display: inline-flex;
  width: auto;
  text-align: left;
  font-size: 1.2rem;
  flex: 1 0 auto;
  margin: 0;
  align-items: center;
}
#searchForm div.category.checklist.horizontal {
  flex-direction: row;
}
#searchForm div.category.checklist.horizontal li > label {
  max-width: 100% !important;
}

.filter-online-dealer-section {
  width: 90%;
  margin: 15px auto;
  border: 2px solid #F8A638;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.filter-online-dealer-section a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  color: #F8A638;
}
.filter-online-dealer-section img {
  display: inline-block;
  max-width: 20px;
  height: auto;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.new-cart-icon {
  margin-right: 15px;
}

.filter-online-dealer-section:hover .new-right-arrow {
  margin-left: 15px;
}

.new-right-arrow {
  margin-left: 12px;
  max-width: 15px !important;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.filter-online-dealer-section:hover a {
  text-decoration: none;
  color: #F8A638;
}

#div_nameSearch {
  padding: 0 20px;
  border-top: 1px solid #F0F0F0;
  display: none;
  position: relative;
}
#div_nameSearch .dealer-search-icon {
  position: absolute;
  bottom: 0;
  height: 36px;
  width: 40px;
  right: 20px;
  background-color: #E6E6E6;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  opacity: 1;
}
#div_nameSearch .dealer-search-icon img {
  max-width: 15px;
  display: block;
  margin: auto;
  margin-top: 10px;
}
#div_nameSearch > a {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  max-width: 60%;
  float: right;
  color: #11ADE3;
  text-decoration: underline;
  font-size: 1.2rem;
  margin-top: 0;
}
#div_nameSearch > label + a {
  margin-top: 10px;
}
#div_nameSearch label {
  background: #fff !important;
  color: #7A7A7A !important;
  position: relative !important;
  -ms-flex-preferred-size: 40% !important;
  flex-basis: 40% !important;
  max-width: 40% !important;
  text-align: left !important;
  text-transform: uppercase !important;
  margin-top: 10px !important;
  font-size: 1.3rem !important;
  font-family: Verdana, Helvetica, sans-serif !important;
}

div.search_item.category {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  width: 100% !important;
}
div.search_item.category > label {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
  max-width: 100% !important;
}

#searchForm .flex.xs2.section {
  padding: 0 20px 20px 50px !important;
}

#addy_in_radius {
  width: 49% !important;
  display: inline-block !important;
  margin-right: 1% !important;
}

#addy_in_state {
  display: inline-block !important;
  width: 49% !important;
  margin-left: 1%;
}

#searchForm select:focus {
  outline: none !important;
}

#addy_in_country {
  margin-top: -25px;
}

#searchForm .text.length_6 {
  font-weight: normal !important;
}

div#map.slp_map {
  height: 720px !important;
}
div#slp_tagline {
  display: none;
}

.slp_search_form select {
  height: auto !important;
}

#sl_div .map-burger-menu {
  display: none;
}
#sl_div .map-burger-menu a {
  pointer-events: none;
}
#sl_div #form-burger {
  display: none;
}
#sl_div #searchForm {
  -webkit-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}

.dx_hide_form_data, .dx_show_form_data {
  color: #B9B9B9;
  display: block;
  width: 50%;
  float: left;
  text-transform: uppercase;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1.3rem;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  margin-top: 8px;
}

.dx_hide_form_data:hover, .dx_hide_form_data:focus {
  text-decoration: none;
  outline: none;
  color: #B9B9B9;
}

.dx_show_form_data:hover, .dx_show_form_data:focus {
  text-decoration: none;
  outline: none;
  color: #B9B9B9;
}

#form-close {
  display: none;
  padding: 10px 20px;
  margin-bottom: 10px;
}
#form-close img {
  max-width: 15px;
  height: auto;
  display: block;
  float: right;
}

#addy_in_address input {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 0 200px !important;
  flex: 1 0 200px !important;
  max-width: 200px !important;
}
#addy_in_address .filter-search-icon {
  height: auto;
  position: static !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40px;
  flex: 1 0 40px;
  max-width: 40px;
}

#div_nameSearch input {
  display: inline-block;
  max-width: 200px;
}
#div_nameSearch .search-icon-btn {
  display: inline-block;
  width: 40px;
  background: #E6E6E6;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#div_nameSearch .search-icon-btn img {
  max-width: 15px;
  display: block;
  margin: 10px auto;
}
#div_nameSearch .search-icon-btn .fa {
  color: #333;
  padding: 12px 13px;
}
#div_nameSearch.search_item.ie img {
  margin: 7px auto;
}

#addy_in_address.search_item.ie .filter-search-icon .search-icon-btn img {
  margin-top: 7px;
}
#addy_in_address.search_item.safari input {
  display: inline-block;
  width: 200px !important;
}
#addy_in_address.search_item.safari .filter-search-icon {
  width: 40px !important;
  display: inline-block !important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: 36px;
}

@media only screen and (max-width: 1200px) {
  footer.wpo-footer .footer-top div.col-xs-12 {
	height: auto !important;
  }
}
@media only screen and (max-width: 991px) {
  #searchForm input[type=checkbox] {
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	appearance: checkbox !important;
  }
  #searchForm input[type=text] {
	-webkit-appearance: searchfield !important;
	-moz-appearance: searchfield !important;
	appearance: searchfield !important;
  }
  #searchForm select {
	-webkit-appearance: default !important;
	-moz-appearance: default !important;
	appearance: default !important;
  }
}
@media only screen and (max-width: 768px) {
  #sl_div #form-burger {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	background: #0B3C70;
	padding: 3px 6px;
	border-radius: 5px;
	z-index: 9999;
  }
  #sl_div #form-burger img {
	max-width: 20px;
	height: auto;
	display: inline-block;
	margin: auto;
  }
  #sl_div #form-close {
	display: block;
  }
  #sl_div #searchForm {
	-webkit-transform: translateX(-120%);
	-ms-transform: translateX(-120%);
	transform: translateX(-120%);
  }
  #sl_div .form-back-left {
	-webkit-transform: translateX(0%) !important;
	-ms-transform: translateX(0%) !important;
	transform: translateX(0%) !important;
  }

  #addy_in_address.search_item.safari .filter-search-icon {
	height: 36px;
  }
  #addy_in_address.search_item.safari .filter-search-icon img {
	margin-top: 8px;
  }

  #div_nameSearch.search_item.safari .search-icon-btn {
	height: 36px;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
  }
  #div_nameSearch.search_item.safari .search-icon-btn img {
	padding: 0;
  }
}
#slp_bubble_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 10px;
}
#slp_bubble_wrapper br {
  display: none;
}
#slp_bubble_wrapper #slp_bubble_directions,
#slp_bubble_wrapper #slp_bubble_website,
#slp_bubble_wrapper #slp_bubble_email {
  display: block;
}
#slp_bubble_wrapper .slp_bubble_wrapleft, #slp_bubble_wrapper .slp_bubble_wrapright {
  flex: 1 0 50%;
  max-width: 50%;
}
#slp_bubble_wrapper .slp_bubble_wrapleft {
  border-right: 1px solid #eee;
}
#slp_bubble_wrapper .bubble-wraplist-title {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #7A7A7A;
  display: block;
  margin-bottom: 5px;
}
#slp_bubble_wrapper .slp_bubble_wrapright {
  padding: 0 0 0 10px;
}
#slp_bubble_wrapper .slp_bubble_wrapright .slp-category-img {
  min-width: calc(100% - 55px);
  display: inline-block;
}
#slp_bubble_wrapper .slp_bubble_wrapright img {
  display: inline-block;
  margin-right: 5px;
  max-width: 20px;
  margin: 0px 5px 0 0;
}
#slp_bubble_wrapper .slp_bubble_wrapright .legend_text {
  font-size: 1.2rem;
  color: #000;
  width: 100%;
  max-width: calc(100% - 25px);
  margin-top: 6px;
}
#slp_bubble_wrapper .results_line.location_iconarray {
  display: block;
  margin-bottom: 2px;
}
#slp_bubble_wrapper .results_line.location_iconarray:last-of-type {
  margin-bottom: 0;
}

.results_line.location_iconarray {
  display: inline-block;
}
.results_line.location_iconarray .slp-categories {
  display: inline-block;
}

.slp_results_container .results_entry:hover a {
  color: #000;
}

.slp_results_container .results_entry:hover .slp_result_contact.slp_result_website a,
.slp_results_container .results_entry:hover .slp_result_contact.slp_result_directions a,
.slp_results_container .results_entry:hover .slp_result_contact.slp_result_email a {
  background-color: #dcdcdc;
}

.results_row_right_column.location_tertiary {
  margin: 15px 0 5px 0;
}

.slp_result_contact.slp_result_website, .slp_result_contact.slp_result_directions, .slp_result_contact.slp_result_email {
  display: inline-block;
}
.slp_result_contact.slp_result_website a, .slp_result_contact.slp_result_directions a, .slp_result_contact.slp_result_email a {
  color: #1a1a1a;
  background-color: #f7f7f7;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 3px;
}

.slp_result_contact.slp_result_website a:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 10px;
  color: #6f6f6f;
}

#slp_bubble_phone {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.slp_bubble_level_2 {
  width: 200px !important;
}

.slp-noresult-content-css {
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  color: #aaaaaa;
  opacity: 30;
  filter: alpha(opacity=50);
}

#dx-slp-search-overlay {
  display: none;
}

#slp-noresult-with-css {
  max-width: 300px;
  position: absolute;
  color: #000000;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  right: 0;
  margin: 0 auto;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 40px;
}
#slp-noresult-with-css .close-popup {
  position: absolute;
  top: -3px;
  right: 0px;
}
#slp-noresult-with-css .close-popup .fa {
  font-size: 32px;
  color: darkred;
}
@media (max-width: 768px) {
  #slp-noresult-with-css {
	width: 100%;
	top: 30%;
	left: 0;
  }
}

#searchForm .location-finder {
  padding: 0px 20px 20px 50px;
}
#searchForm .location-finder .find-location {
  width: calc(100% - 45px);
}
#searchForm .location-finder .dx-search-icon-btn {
  background: #fafafa;
  border: 1px solid #F0F0F0;
  padding: 8px 10px;
}

.slp-categories {
  margin-bottom: 8px;
}

.dx-slp-list-toggle {
  padding: 15px 0;
  position: absolute;
  right: 10px;
  width: 200px;
  z-index: 2;
}
.dx-slp-list-toggle .map-toggle {
  display: none;
}
.dx-slp-list-toggle .map-toggle-light + .map-toggle-button {
  background: #f3f3f3;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.dx-slp-list-toggle .map-toggle + .map-toggle-button {
  outline: 0;
  display: block;
  width: 56px;
  height: 30px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dx-slp-list-toggle .map-toggle + .map-toggle-button:after {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.dx-slp-list-toggle .map-toggle:checked + .map-toggle-button:after {
  left: 50%;
}
.dx-slp-list-toggle .map-toggle-light + .map-toggle-button:after {
  border-radius: 50%;
  background: #0095cd;
  transition: all 0.2s ease;
}
.dx-slp-list-toggle .map-toggle + .map-toggle-button:after {
  left: 0;
}
.dx-slp-list-toggle .dx-slp-list-view {
  left: -68px;
}
.dx-slp-list-toggle .dx-slp-list-view,
.dx-slp-list-toggle .dx-slp-map-view {
  position: absolute;
  top: 18px;
  font-size: 12px;
  margin-top: 2px;
  color: black;
  font-weight: normal;
}
.dx-slp-list-toggle .dx-slp-map-view {
  right: 73px;
}
.dx-slp-list-toggle .map-toggle-light + .map-toggle-button {
  background: #f3f3f3;
  padding: 2px;
  border-radius: 16px;
  transition: all 0.2s ease;
}
.dx-slp-list-toggle .map-toggle + .map-toggle-button {
  outline: 0;
  display: block;
  width: 56px;
  height: 30px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dx-map-bundle .slp_results_container {
  display: block !important;
  z-index: 1;
  background: white;
  margin-right: 15px;
  padding: 0 30px;
  height: 100%;
  transition: 0.4s ease;
  margin-left: auto;
  overflow: auto;
}
.dx-map-bundle .dx-map-strip {
  position: absolute;
  top: 0;
  height: 100%;
  padding-bottom: 40px;
  width: calc(100% - 400px);
  z-index: 1;
  background: white;
  margin-right: 15px;
  padding: 70px 0 40px 0;
  right: 0;
  left: auto;
  transition: 0.4s ease;
  transform: translateX(100%);
}
.dx-map-bundle .dx-map-strip.is-visible {
  transform: translateX(0);
}
@media (max-width: 768px) {
  .dx-map-bundle .dx-map-strip {
	position: static;
	width: 100%;
	padding: 20px 0;
	transform: translateX(0);
  }
  .dx-map-bundle .dx-map-strip .slp_results_container {
	padding: 0;
  }
}

.dx-store-locator-advanced #searchForm.is-extended {
  position: absolute;
  z-index: 50;
  width: 370px;
  left: 0;
  top: 0;
  height: 100%;
  background: white;
  border-right: 1px solid #e2e2e2;
  border-radius: 0;
}

#sl_div.dx-store-locator-advanced {
  position: absolute;
  height: 100%;
}
@media (max-width: 768px) {
  #sl_div.dx-store-locator-advanced {
	position: relative;
  }
}

.dx-slp-list-wrap {
  position: absolute;
  height: 58px;
  margin-left: auto;
  top: 0;
  right: 0;
  z-index: 3;
  margin-right: 30px;
  border-bottom: 1px solid #ddd;
  transition: 0.4s ease;
}
.dx-slp-list-wrap.is-extended {
  background-color: white;
  width: calc(100% - 415px);
}

@media (max-width: 768px) {
  .dx-slp-list-wrap {
	display: none;
  }
}
.dx-locator-map-container {
  margin-bottom: 0;
}

.dx-map-strip.is-simplified.is-visible .location_distance,
.dx-map-strip.is-simplified.is-visible .slp_result_directions,
.dx-map-strip.is-simplified.is-visible .location_secondary {
  display: none;
}

.location_name {
  font-weight: bold;
}

.slp_results_container .results_wrapper:hover {
  background-color: #f5f5f5;
  border: none;
}

.slp_results_container .slp_result_contact .slp_result_website a.storelocatorlink:hover {
  background-color: #dcdcdc !important;
}

.slp_results_container .results_entry:hover .slp_result_contact.slp_result_website a,
.slp_results_container .results_entry:hover .slp_result_contact.slp_result_directions a,
.slp_results_container .results_entry:hover .slp_result_contact.slp_result_email a {
  background-color: #dcdcdc;
}

.slp_results_container .results_wrapper {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

.slp_results_container .results_wrapper .results_entry {
  margin: 0.5em 0;
  padding: 0.5em;
  border: solid 1px lightgrey;
  border-radius: 0.5em;
}

/*# sourceMappingURL=style.css.map */
