.store-locator-container .btn-storelocator-search {
  background-color: #f9f9f9;
  border-color: #00a1e0;
  border-radius: 0;
  color: #00a1e0; }
  .store-locator-container .btn-storelocator-search:hover {
    background-color: #00a1e0;
    color: #f9f9f9; }

.store-locator-container .detect-location {
  margin-bottom: 1em; }

.store-locator-container .store-name {
  font-weight: 600; }

.store-locator-container .store-details {
  display: block; }
  @media (min-width: 769px) {
    .store-locator-container .store-details {
      margin-left: 3.125em; } }

.store-locator-container .striped > div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 4rem; }

@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 {
  display: none; }

@media (min-width: 769px) {
  .store-locator-container .results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 21.875em; } }

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

.gm-style-iw .store-details {
  margin-left: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5; }

.gm-style-iw a {
  color: #0070d2; }

.map-canvas {
  display: none; }
  @media (min-width: 544px) {
    .map-canvas {
      height: 28.125em;
      display: block; } }

.store-name {
  font-weight: 600; }

.store-details {
  display: block;
  margin-left: 3.125em; }

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

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

.store-locator-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em; }
  @media (min-width: 544px) {
    .store-locator-hero {
      display: none; } }

@media (min-width: 769px) {
  .results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 21.875em;
    margin-right: -0.938em; } }

/* title for account page */
.hero {
  background: #fff;
  height: 85px; }
  @media (min-width: 769px) {
    .hero {
      height: auto; }
      .hero::after {
        border-left-width: 0; } }
  .hero .title-contain {
    margin: 0 auto;
    padding-top: 38px; }
    @media (min-width: 769px) {
      .hero .title-contain {
        padding-top: 90px; } }
  .hero h2.page-title {
    color: #000;
    background: transparent;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    padding: 0 15px;
    left: 0;
    letter-spacing: 1px;
    display: block; }
    @media (min-width: 544px) {
      .hero h2.page-title::before {
        width: 0; } }
  .hero hr {
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
    border-top: 1px solid #000; }

.container {
  background-color: #fff; }

.arrowed {
  display: block;
  float: right;
  margin-top: 8px; }
  .arrowed .arrow-1 {
    height: 8px;
    width: 8px;
    border: 1px solid #000;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg); }
  @media (min-width: 769px) {
    .arrowed {
      margin-top: 24px; } }

.store-locator-hero {
  display: block;
  background: transparent;
  text-transform: uppercase;
  margin: 30px 0; }

.map-canvas {
  display: block;
  height: 400px; }

.store-wrapper .card {
  border: none; }
  .store-wrapper .card .card-header {
    border: none;
    background: transparent; }
    @media (min-width: 769px) {
      .store-wrapper .card .card-header {
        padding-left: 0.5rem; } }
  .store-wrapper .card .fa-dot-circle-o::before,
  .store-wrapper .card .icon-ico-search::before {
    color: #000;
    font-size: 1.4286rem;
    font-size: 1.8571rem; }
    @media (min-width: 992px) {
      .store-wrapper .card .fa-dot-circle-o::before,
      .store-wrapper .card .icon-ico-search::before {
        font-size: 1.7143rem; } }
  .store-wrapper .card .find-nearest-store {
    background-color: #fff; }
  .store-wrapper .card .find-store-input {
    border: none;
    background: linear-gradient(#d8d8d8, #d8d8d8) center bottom 5px/calc(100% - 10px) 1px no-repeat; }
  .store-wrapper .card .find-store-btn {
    width: 100%;
    border: 2px solid #000;
    display: inline-block;
    color: #fff;
    background-color: #000;
    font-weight: 200;
    box-shadow: none;
    border-radius: 10px;
    margin-top: 10px;
    padding: 5px;
    padding-right: 0; }
    @media (min-width: 769px) {
      .store-wrapper .card .find-store-btn {
        border: none;
        color: #000;
        background-color: #fff;
        margin-top: 0; } }
    .store-wrapper .card .find-store-btn p {
      margin: 0; }
  .store-wrapper .card .store-find-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #c00; }

.store-wrapper .gg-map-dir,
.store-wrapper .share-store,
.store-wrapper .share-store-dropdown {
  display: none; }

#accordion-group {
  position: static; }

.store-details p {
  margin-bottom: 0.5rem; }

.refine-search {
  margin-left: 0; }
  @media (min-width: 769px) {
    .refine-search {
      margin-left: -15px; } }

.checkbox-button {
  cursor: pointer; }

input[type=checkbox] {
  box-sizing: border-box;
  padding: 0; }

input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid #000;
  border-radius: 0;
  outline: 0;
  background-color: transparent; }

.checkbox-button-input {
  opacity: 0;
  position: absolute; }

.checkbox-button-control {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: inherit;
  color: #017b5f;
  border: 2px solid #666; }

.checkbox-button-input:checked + .checkbox-button-control::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #094f8d; }

.checkbox-button-input:checked + .checkbox-button-control {
  border-color: #000; }

.checkbox-button-control {
  transform: scale(0.85); }

.btn.find-nearest-store {
  text-align: left; }

.find-nearest-store-text {
  text-decoration: underline;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 8px; }

.region,
.accordion-region {
  padding: 15px;
  margin: 0 15px;
  border-bottom: 1px solid #000;
  position: relative;
  cursor: pointer;
  text-transform: uppercase; }
  @media (min-width: 769px) {
    .region,
    .accordion-region {
      margin: 0; } }
  .region::after,
  .accordion-region::after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px; }
  .region:active::after, .region[aria-expanded=true]::after,
  .accordion-region:active::after,
  .accordion-region[aria-expanded=true]::after {
    top: 9px;
    border-color: transparent transparent #000 transparent; }

.store-wrapper {
  position: relative;
  font-weight: 200; }
  @media (min-width: 769px) {
    .store-wrapper .store-locator-container {
      position: absolute;
      right: 0;
      top: 60px; } }
  .store-wrapper .store-locator-container .striped > div:nth-of-type(odd) {
    background-color: transparent; }
  .store-wrapper .store-locator-container .retailers,
  .store-wrapper .store-locator-container .service-center {
    border-bottom: 1px solid #000;
    padding: 1.25rem 0;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex; }
    @media (min-width: 769px) {
      .store-wrapper .store-locator-container .retailers,
      .store-wrapper .store-locator-container .service-center {
        border: none;
        padding: 0 0 1.25rem; } }
    .store-wrapper .store-locator-container .retailers .fa-info-circle,
    .store-wrapper .store-locator-container .service-center .fa-info-circle {
      font-size: 30px; }
    .store-wrapper .store-locator-container .retailers[data-marked="false"],
    .store-wrapper .store-locator-container .service-center[data-marked="false"] {
      display: none; }
    .store-wrapper .store-locator-container .retailers .store-details,
    .store-wrapper .store-locator-container .service-center .store-details {
      margin-left: 0;
      border: none;
      cursor: pointer; }
      @media (min-width: 769px) {
        .store-wrapper .store-locator-container .retailers .store-details,
        .store-wrapper .store-locator-container .service-center .store-details {
          border-bottom: 1px solid #000; } }
    .store-wrapper .store-locator-container .retailers .more-info,
    .store-wrapper .store-locator-container .service-center .more-info {
      border: none; }
      @media (min-width: 769px) {
        .store-wrapper .store-locator-container .retailers .more-info,
        .store-wrapper .store-locator-container .service-center .more-info {
          padding-left: 0; }
          .store-wrapper .store-locator-container .retailers .more-info div,
          .store-wrapper .store-locator-container .service-center .more-info div {
            border-bottom: 1px solid #000;
            height: 100%; }
            .store-wrapper .store-locator-container .retailers .more-info div .sa-icon,
            .store-wrapper .store-locator-container .service-center .more-info div .sa-icon {
              padding-left: 5px; } }
      .store-wrapper .store-locator-container .retailers .more-info .sa-icon,
      .store-wrapper .store-locator-container .service-center .more-info .sa-icon {
        font-size: 2em;
        cursor: pointer;
        line-height: 3; }

.store-locator-container .results::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #fff; }

.store-locator-container .results::-webkit-scrollbar {
  width: 10px;
  background-color: #fff; }

.store-locator-container .results::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #000; }

@media (min-width: 769px) {
  .store-locator-container .results {
    max-height: 20em; } }

.col-centered {
  margin: 0 auto; }

.store-type .card-header {
  border: none;
  background-color: transparent; }
  .store-type .card-header:nth-child(1) {
    padding-left: 30px; }
  .store-type .card-header:nth-child(2) {
    padding-right: 30px; }

.store-type .btn {
  border: 2px solid #d8d8d8;
  display: inline-block;
  padding: 5px 10px;
  color: #000;
  background-color: #fff;
  font-weight: 200;
  box-shadow: none;
  border-radius: 10px; }
  .store-type .btn.active {
    color: #fff;
    background-color: #000;
    border: 2px solid #000; }

#SearchResult .form-check {
  padding: 0;
  width: 100%; }
  #SearchResult .form-check input {
    display: none; }
  #SearchResult .form-check .form-check-label {
    width: 100%; }

.gm-style-iw .store-details a[href*="tel"] {
  color: #000;
  text-decoration: underline; }

.gm-style-iw .store-details .gg-map-dir,
.gm-style-iw .store-details .share-store {
  border: none;
  background-color: #fff;
  color: #000;
  padding-right: 5px;
  padding-left: 5px;
  color: #000;
  cursor: pointer;
  outline: none;
  font-weight: 200;
  font-size: 1.2857rem; }
  @media (min-width: 992px) {
    .gm-style-iw .store-details .gg-map-dir,
    .gm-style-iw .store-details .share-store {
      font-size: 1.4286rem; } }

.gm-style-iw .store-details .gg-map-dir i,
.gm-style-iw .store-details .share-store i {
  min-width: 25px;
  text-align: center; }

.gm-style-iw .store-details .dropdown {
  position: relative;
  display: inline-block; }
  .gm-style-iw .store-details .dropdown .share-store-dropdown {
    display: none;
    position: absolute;
    bottom: 30px;
    left: -5px;
    background-color: #fff;
    min-width: 80px;
    z-index: 99; }
    @media (min-width: 769px) {
      .gm-style-iw .store-details .dropdown .share-store-dropdown {
        bottom: -20px;
        right: 0; } }
    .gm-style-iw .store-details .dropdown .share-store-dropdown::after {
      content: '';
      width: 100%;
      position: absolute;
      top: 25px;
      padding: 5px; }
      @media (min-width: 769px) {
        .gm-style-iw .store-details .dropdown .share-store-dropdown::after {
          padding: 5px;
          top: 0; } }
    .gm-style-iw .store-details .dropdown .share-store-dropdown a {
      color: #000;
      padding: 5px;
      text-decoration: none;
      display: block;
      width: 25px;
      height: 25px;
      padding: 0;
      font-size: 1.6429rem;
      text-align: center; }
      .gm-style-iw .store-details .dropdown .share-store-dropdown a img {
        width: 20px;
        height: 20px;
        margin-bottom: 5px; }
  .gm-style-iw .store-details .dropdown:hover .share-store-dropdown {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }

#accordion-group {
  position: static; }
  @media (min-width: 992px) {
    #accordion-group {
      max-height: 20em;
      overflow-y: scroll; }
      #accordion-group::-webkit-scrollbar-track {
        border-radius: 0;
        background-color: #fff; }
      #accordion-group::-webkit-scrollbar {
        width: 10px;
        background-color: #fff; }
      #accordion-group::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: #000; } }

@media (min-width: 769px) {
  .store-locator-container .results {
    max-height: 29em; } }

@media (min-width: 769px) {
  .region::after,
  .accordion-region::after {
    display: none; }
  .region:active, .region[aria-expanded=true],
  .accordion-region:active,
  .accordion-region[aria-expanded=true] {
    background: #d8d8d8; } }
