* {
  padding: 0;
  margin: 0;
}

/********** Fonts ***********/
/*
font-family:'Helvetica Neue LT W01_35 Thin';
font-family:'HelveticaNeueW01-45Ligh';
font-family:'HelveticaNeueW01-55Roma';
font-family:'HelveticaNeueW01-65Medi';
font-family:'HelveticaNeueW01-75Bold';
font-family:'TektonW08-BoldCondensed 1166710';
*/
/********** Colors ***********/
/********** Transitions ***********/
/********** Mixins ***********/
/********** Media Querys ***********/
/********** Extending Classes ***********/
.clearfix:after, .store_locator_online_dealer_list:after, .store_locator_results:after, .store_locator_form_container .store_locator_form_input:after, .store_locator:after {
  content: "";
  display: table;
  clear: both;
}

body.is--ctl-kmstorelocator {
  padding-top: 130px;
}
body.is--ctl-kmstorelocator ul.social_media {
  border-top: 0;
}

.store_locator output {
  position: absolute;
  width: 60px;
  margin-left: -20px;
  text-align: center;
  left: 50%;
  font-size: 12px;
}

.store_locator_sidebar {
  position: relative;
  float: left;
  background: white;
}
.store_locator_sidebar .store_locator_sidebar_content {
  padding: 40px 60px 0px 60px;
  position: relative;
  width: 500px;
  box-sizing: border-box;
  height: calc(100vh - 130px);
}
.store_locator_sidebar .store_locator_sidebar_content h1,
.store_locator_sidebar .store_locator_sidebar_content h2,
.store_locator_sidebar .store_locator_sidebar_content .h2 {
  text-align: left;
  margin-top: 0;
}
.store_locator_sidebar .store_locator_sidebar_content label {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .store_locator_sidebar {
    float: none;
  }
  .store_locator_sidebar .store_locator_sidebar_content {
    padding: 40px 20px 20px 20px;
    width: 100%;
    height: auto;
  }
  .store_locator_sidebar .store_locator_sidebar_content label {
    margin-right: 15px;
  }
}

.store_locator_form_container {
  position: relative;
}
.store_locator_form_container .store_locator_form_input {
  position: relative;
  margin: 30px 0;
}
.store_locator_form_container .store_locator_form_input .button_location {
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 53px;
}
.store_locator_form_container .store_locator_form_input .button_location i {
  color: white;
  font-size: 22px;
}
.store_locator_form_container .store_locator_form_input input[type=text] {
  width: calc(100% - 60px);
  float: right;
  height: 50px;
}
.store_locator_form_container .store_locator_form_input button {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 48px;
  width: 48px;
  background: white;
  padding: 0;
  line-height: 53px;
}
.store_locator_form_container .store_locator_form_input button i {
  color: #808080;
  font-size: 22px;
}
@media (max-width: 767px) {
  .store_locator_form_container .store_locator_form_input {
    margin: 15px 0;
  }
  .store_locator_form_container .store_locator_form_input .button_location {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .store_locator_form_container .store_locator_form_input .button_location i {
    font-size: 18px;
  }
  .store_locator_form_container .store_locator_form_input input[type=text] {
    width: calc(100% - 50px);
    height: 40px;
  }
  .store_locator_form_container .store_locator_form_input button {
    height: 38px;
    width: 38px;
    line-height: 40px;
  }
  .store_locator_form_container .store_locator_form_input button i {
    color: #e7e7e7;
    font-size: 18px;
  }
}
.store_locator_form_container .store_locator_form_online {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  height: calc(100vh - 280px);
  z-index: 20;
}
.store_locator_form_container .store_locator_form_online input[type=text] {
  width: 100%;
  float: none;
}

.store_locator_results {
  padding: 10px 0;
  border-top: #e7e7e7 1px solid;
  border-bottom: #e7e7e7 1px solid;
  margin-top: 50px;
}
.store_locator_results .button {
  float: right;
  margin-left: 10px;
}
.store_locator_results small {
  line-height: 40px;
}

.store_locator_sidebar_list {
  position: absolute;
  top: 500px;
  overflow: auto;
  bottom: 0px;
  width: 380px;
}
.store_locator_sidebar_list .store_locator_list_element small a,
.store_locator_sidebar_list .store_locator_list_element .fake_link {
  display: none;
}
@media (max-width: 767px) {
  .store_locator_sidebar_list {
    display: none;
  }
}

.store_locator_list_element {
  position: relative;
  display: block;
  padding: 20px 0 24px 0;
  border-bottom: #e7e7e7 1px solid;
  color: #2E2E31;
}
.store_locator_list_element h3 {
  text-align: left;
}
.store_locator_list_element small {
  position: absolute;
  display: block;
  right: 0;
  bottom: 24px;
  color: #b5b5b5;
}
.store_locator_list_element small a {
  margin-left: 30px;
}
@media (max-width: 370px) {
  .store_locator_list_element small {
    text-align: right;
  }
  .store_locator_list_element small a {
    display: block;
  }
}
.store_locator_list_element .store_locator_details_open {
  color: #2E2E31;
}

.store_locator_distance_bar {
  display: block;
  width: 45%;
  background: #19635B;
  height: 2px;
  position: absolute;
  z-index: 10;
  margin-top: 18px;
}

#store_locator_map {
  float: right;
  width: calc(100% - 500px);
  height: calc(100vh - 130px);
}
@media (max-width: 767px) {
  #store_locator_map {
    width: calc(100% - 40px);
    margin-left: 20px;
    float: none;
  }
}

.store_locator_content {
  position: absolute;
  width: calc(100% - 500px);
  height: calc(100vh - 130px);
  background: white;
  right: 0;
  padding: 60px;
  box-sizing: border-box;
  display: none;
}
.store_locator_content .store_locator_content_inner {
  position: absolute;
  left: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 60px;
  box-sizing: border-box;
  overflow: auto;
}
.store_locator_content:before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 0;
  border-right: #e7e7e7 1px solid;
}
@media (max-width: 767px) {
  .store_locator_content {
    position: fixed;
    top: 50px;
    width: 100%;
    height: calc(100vh - 80px);
    z-index: 100;
  }
  .store_locator_content .store_locator_content_inner {
    padding: 40px 20px;
  }
  .store_locator_content.store_locator_online, .store_locator_content.store_locator_list {
    position: relative;
    top: auto;
    height: auto;
    padding: 0;
  }
  .store_locator_content.store_locator_online .store_locator_content_inner, .store_locator_content.store_locator_list .store_locator_content_inner {
    padding-top: 0;
    position: relative;
  }
  .store_locator_content.store_locator_online {
    margin-top: -210px;
  }
}
@media (max-width: 479px) {
  .store_locator_content {
    top: 80px;
  }
}

.store_locator_list_header {
  padding: 0 0 20px 0;
  border-bottom: #e7e7e7 1px solid;
}
.store_locator_list_header select {
  float: right;
  width: 200px;
  margin-top: -12px;
}
@media (max-width: 479px) {
  .store_locator_list_header select {
    float: none;
    width: 100%;
    margin-top: 8px;
  }
}

.store_locator_online_dealer_list {
  padding-top: 60px;
}

.store_locator_online_dealer {
  display: block;
  float: left;
  width: 350px;
  height: 400px;
  text-align: center;
}
.store_locator_online_dealer .store_locator_online_dealer_image {
  position: relative;
  background: #F5F5F5;
  width: 230px;
  height: 230px;
  display: block;
  margin: 0 auto 30px auto;
  border-radius: 50%;
  overflow: hidden;
}
.store_locator_online_dealer .store_locator_online_dealer_image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150px;
  max-height: 150px;
  filter: brightness(0.964);
}
.store_locator_online_dealer h3 {
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0em;
  margin-bottom: 6px;
  padding: 0 40px;
  color: #2E2E31;
}
@media (max-width: 767px) {
  .store_locator_online_dealer {
    width: 165px;
    height: 290px;
  }
  .store_locator_online_dealer h3 {
    padding: 0;
  }
  .store_locator_online_dealer .store_locator_online_dealer_image {
    width: 140px;
    height: 140px;
  }
  .store_locator_online_dealer .store_locator_online_dealer_image img {
    max-width: 100px;
    max-height: 100px;
  }
}

.store_locator_details .store_locator_detail_img {
  width: 100%;
  margin-bottom: 60px;
}
.store_locator_details h1 {
  text-align: left;
  margin-top: 0;
}
.store_locator_details .store_locator_detail_close {
  display: block;
  margin-bottom: -20px;
}
.store_locator_details .store_locator_logo_img_wrapper,
.store_locator_details .store_locator_detail_opening_hours {
  float: left;
  width: 420px;
  margin-right: 50px;
}
.store_locator_details .store_locator_logo_img_wrapper table,
.store_locator_details .store_locator_detail_opening_hours table {
  width: 100%;
}
@media (max-width: 767px) {
  .store_locator_details .store_locator_logo_img_wrapper,
.store_locator_details .store_locator_detail_opening_hours {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}
.store_locator_details .store_locator_detail_content {
  overflow: hidden;
}
.store_locator_details .store_locator_detail_distance {
  color: #b5b5b5;
  padding-right: 40px;
}
.store_locator_details #store_locator_detail_map {
  margin-top: 30px;
  height: 500px;
}

#store_locator_widget_map {
  width: 100%;
  height: 40vw;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  #store_locator_widget_map {
    height: 400px;
    margin-bottom: 40px;
  }
}

.store_locator_widget_map_button {
  position: absolute;
  margin: 30px 24px;
  z-index: 10;
  color: #19635B;
  background: white;
  padding: 10px 30px;
  height: 60px;
}
@media (max-width: 1023px) {
  .store_locator_widget_map_button {
    height: 40px;
    padding: 0 20px;
  }
}

.store_locator_widget {
  padding-bottom: 50px;
}
.store_locator_widget .store_locator_header {
  padding: 100px 0 40px 0;
}
.store_locator_widget .store_locator_header h2 {
  margin: 0.2em 0;
  text-align: left;
}
.store_locator_widget .store_locator_form_container div {
  margin: 0;
}
.store_locator_widget .store_locator_form_container .store_locator_form_input .button_location {
  width: 60px;
  height: 60px;
  line-height: 63px;
}
.store_locator_widget .store_locator_form_container .store_locator_form_input .button_location i {
  font-size: 24px;
}
.store_locator_widget .store_locator_form_container .store_locator_form_input input[type=text] {
  width: calc(100% - 70px);
  height: 60px;
}
.store_locator_widget .store_locator_form_container .store_locator_form_input button {
  height: 58px;
  width: 58px;
  line-height: 63px;
}
.store_locator_widget .store_locator_form_container .store_locator_form_input button i {
  font-size: 24px;
}
.store_locator_widget .store_locator_distance {
  position: relative;
  font-size: 14px;
  width: 90%;
  margin-left: 10%;
  margin-top: -6px;
}
.store_locator_widget .store_locator_content {
  width: 100%;
  height: 40vw;
  z-index: 11;
  border-top: #e7e7e7 1px solid;
  border-bottom: #e7e7e7 1px solid;
}
@media (max-width: 1023px) {
  .store_locator_widget .store_locator_header h2 {
    margin-bottom: 30px;
  }
  .store_locator_widget .store_locator_form_container .store_locator_form_input .button_location {
    width: 40px;
    height: 40px;
    line-height: 43px;
  }
  .store_locator_widget .store_locator_form_container .store_locator_form_input .button_location i {
    font-size: 20px;
  }
  .store_locator_widget .store_locator_form_container .store_locator_form_input input[type=text] {
    width: calc(100% - 50px);
    height: 40px;
  }
  .store_locator_widget .store_locator_form_container .store_locator_form_input button {
    height: 38px;
    width: 38px;
    line-height: 43px;
  }
  .store_locator_widget .store_locator_form_container .store_locator_form_input button i {
    font-size: 20px;
  }
  .store_locator_widget .store_locator_distance {
    width: 100%;
    margin: 16px 0;
  }
}

.gm-style .gm-style-iw {
  background: white;
  padding: 24px 8px 14px 24px !important;
  overflow: visible !important;
  line-height: 1.4em;
  border-radius: 0 !important;
  box-shadow: 0px 0px 0px transparent;
}
.gm-style .gm-style-iw .button {
  width: 100%;
  padding: 0;
}
.gm-style .gm-style-iw h3 {
  text-align: left;
  padding-right: 20px;
}
.gm-style .gm-style-iw > button {
  top: 12px !important;
  right: 12px !important;
  background: transparent url("../img/close_black_large@2x.png") center center no-repeat !important;
  background-size: 16px !important;
}
.gm-style .gm-style-iw > button img {
  display: none !important;
}
.gm-style .gm-style-iw-t::before {
  display: none;
}
.gm-style .gm-style-iw-t::after {
  box-shadow: 0 0 0 #fff;
}

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