.store-locator-container .detect-location {
  margin-bottom: 1.5rem;
}
.store-locator-container .store-locator-card-divider {
  border-color: #000000;
  margin: 0 0 1.5rem;
}
.store-locator-container .form-check {
  padding-left: 0;
}
.store-locator-container .form-check-label {
  width: 100%;
}
.store-locator-container .striped > div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.store-locator-container .card {
  margin-bottom: 1.5rem;
}
.store-locator-container .card--store-search {
  width: 100%;
  margin-bottom: 4rem;
  min-height: 320px;
}
.store-locator-container .card--store-help {
  width: 100%;
  min-height: unset;
}
.store-locator-container .card--store-help form .form-group {
  text-align: center;
}
@media (min-width: 769px) {
  .store-locator-container .card--store-help form .form-group {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .store-locator-container .cut-btn {
    max-width: 265px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 544px) {
  .store-locator-container .select-store {
    margin-top: -3rem;
  }
}
.store-locator-container .custom-radio .store-details {
  margin-left: 1.125em;
}
.store-locator-container .store-locator-no-results {
  font-family: "ProximaNova-Regular", sans-serif;
  color: #000000;
  letter-spacing: 0.082rem;
  display: none;
}
.store-locator-container .results-card {
  margin-bottom: 2.5rem;
}
.store-locator-container .results-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .store-locator-container .results-card .card-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.store-locator-container .results-card .store-locator-card-divider {
  margin: 0.25rem 1.5rem 0;
}
.store-locator-container .results-card a.store-external-link:after {
  content: none;
}
.store-locator-container .field-radius-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  .store-locator-container .field-radius-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
}
.store-locator-container .field-radius-wrapper label {
  font-family: "ProximaNova-Bold", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 2.92px;
  text-transform: uppercase;
  margin-right: 1rem;
}
.store-locator-container .field-radius-wrapper select {
  width: 100%;
}
@media (min-width: 769px) {
  .store-locator-container .field-radius-wrapper select {
    max-width: 220px;
  }
}
@media (min-width: 769px) {
  .store-locator-container .results {
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.store-locator-container .results .card-body {
  background: #EFEFEF;
}
.store-locator-container .results .card-body + .card-body {
  margin-top: 1.5rem;
}
.store-locator-container address {
  margin-bottom: 0;
}

.all-stores .card {
  border-right: 0 none;
  border-left: 0 none;
}
.all-stores .card:last-child {
  margin-bottom: 2.5rem;
}
.all-stores .card-header {
  cursor: pointer;
  padding: 0.75rem 0;
}
.all-stores .card-header .title {
  font-family: "ProximaNova-Bold", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.all-stores .card-header .title::before {
  content: "";
  background-repeat: no-repeat;
  width: 11px;
  min-width: 11px;
  height: 6px;
  margin-right: 1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000'%3E%3Cg%3E%3Cpath d='M9.838 0l1.147 1.638-5.488 3.843-.005-.006-.004.006L0 1.638 1.147 0l4.345 3.042L9.838 0z' transform='translate(-999 -644) translate(999 644)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.all-stores .card-header .title.collapsed::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.all-stores .card-body {
  background: #EFEFEF;
  height: calc(100% - 2rem);
  margin: 1rem 0;
}
.all-stores address {
  margin-bottom: 0;
}
.all-stores .store-location-type,
.all-stores .store-map,
.all-stores .storelocator-phone,
.all-stores .storelocator-email {
  font-size: unset;
}

.map-marker {
  color: #fff;
  line-height: 2em;
  text-align: center;
  background-color: #027DB4;
  border-radius: 0.375em;
  position: relative;
  float: left;
  width: 2em;
  height: 2em;
}
.map-marker::after {
  content: "";
  border-color: #027DB4 transparent transparent transparent;
  border-style: solid;
  border-width: 1em 0.5em 0;
  position: absolute;
  bottom: -0.625em;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.gm-style-iw .store-details {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  line-height: 1.5;
  margin-left: 0;
}
.gm-style-iw .store-external-link.link-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gm-style-iw .store-external-link.link-results {
  display: none;
}
.gm-style-iw a {
  color: #027DB4;
}

.map-canvas {
  height: 25vh;
}
@media (min-width: 769px) {
  .map-canvas {
    height: 45vh;
  }
}

.store-name {
  font-family: "ProximaNova-Bold", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 3.43px;
  text-transform: uppercase;
}

.store-distance {
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.082rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}

.store-location-type,
.store-map,
.storelocator-phone,
.storelocator-email {
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.082rem;
  text-decoration: none;
}

.store-map {
  text-decoration: underline;
}

.no-location {
  display: none;
}

.store-location-type {
  text-transform: uppercase;
}

.store-hours {
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.082rem;
}

a.store-external-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
a.store-external-link.link-popup {
  display: none;
}

.store-locator-no-apiKey {
  display: none;
}

.store-locator-no-results {
  display: none;
}

.store-locator-hero {
  text-align: center;
  padding: 0 15px;
  margin: 1.5rem 0;
}

.store-locator-top-asset {
  background: #EFEFEF;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .store-locator-top-asset {
    padding: 2rem 3rem;
  }
}
.store-locator-top-asset__body {
  font-family: "ProximaNova-Regular", sans-serif;
  color: #000000;
  letter-spacing: 0.082rem;
  line-height: 1.43;
  text-align: center;
}
@media (min-width: 769px) {
  .store-locator-top-asset__body {
    letter-spacing: 0.082rem;
    line-height: 1.25;
  }
}

.jumbotron {
  margin-bottom: 1.5rem;
}

.store-locator-card-header {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .store-locator-card-header {
    text-align: left;
  }
  .results-card .store-locator-card-header {
    width: 75%;
  }
}

.store-locator-info-need-help {
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .store-locator-info-need-help {
    margin-top: 0.5rem;
  }
}

.retailer-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 1.5rem 0;
}
.retailer-type:first-child {
  margin-top: 0;
}

.retailer-type-header {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 4.17px;
  text-transform: uppercase;
  margin: 0 1.5rem 0 0;
  padding: 0;
}

.to-store-locator-wrapper .to-store-locator {
  margin: 0.5rem auto 2rem;
}

@media (min-width: 769px) {
  .to-store-locator {
    max-width: 345px;
  }
}

.no-stores {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 769px) {
  .no-stores {
    text-align: left;
  }
}
