.store-locator .location-filters-bar {
  background-color: #1e2a70;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 15px; }
  @media (min-width: 1440px) {
    .store-locator .location-filters-bar {
      flex-direction: row;
      height: 80px;
      gap: 15px; } }
  @media (min-width: 1210px) {
    .store-locator .location-filters-bar {
      gap: 30px;
      padding: 0 30px; } }
.store-locator .title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .store-locator .title-container .icon svg {
    transform: translateY(2px);
    width: 24px;
    margin-right: 15px;
    color: #ffffff; }
  .store-locator .title-container .title {
    color: #ffffff;
    font-family: 'F-Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 22px; }
.store-locator .location-search-form {
  display: block;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 320px; }
  @media (min-width: 1440px) {
    .store-locator .location-search-form {
      width: auto; } }
  .store-locator .location-search-form input {
    border: none;
    box-shadow: none;
    background-color: #3746a1;
    color: #ffffff;
    width: 100%;
    padding: 0 20px 0 45px;
    height: 45px;
    transition: background-color ease-in-out 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin: 0 auto;
    border-radius: 11px; }
    .store-locator .location-search-form input::placeholder {
      color: #9aa8ff; }
  .store-locator .location-search-form #icon-search {
    position: absolute;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .store-locator .location-search-form #icon-search svg {
      width: 18px;
      fill: #ffffff; }
.store-locator .filters-container {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center; }
  .store-locator .filters-container .title {
    font-size: 13px;
    letter-spacing: 1px;
    margin-right: 15px;
    display: none; }
    @media (min-width: 1440px) {
      .store-locator .filters-container .title {
        display: block; } }
  .store-locator .filters-container input {
    display: none; }
    .store-locator .filters-container input + label {
      display: flex;
      align-items: center;
      height: 45px;
      padding: 0 15px;
      margin: 0;
      border-radius: 11px;
      background-color: #1e2a70;
      color: #9aa8ff;
      cursor: pointer;
      user-select: none; }
    .store-locator .filters-container input:checked + label {
      background-color: #ffa100;
      color: white; }
.store-locator .filter-reset-all {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 15px;
  margin: 0;
  border-radius: 3px;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer; }
.store-locator .dealer-locator-dealers-map {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 1440px) {
    .store-locator .dealer-locator-dealers-map {
      flex-direction: row; } }
.store-locator .icon-rank {
  width: 39px;
  height: 52px;
  margin-right: 0;
  position: relative; }
  .store-locator .icon-rank .blue {
    display: none; }

.dealer-listing-container {
  width: 100%;
  position: relative;
  overflow-y: auto; }
  @media (min-width: 1440px) {
    .dealer-listing-container {
      width: 480px;
      padding-bottom: 100px; } }
  .dealer-listing-container .dealer-listing {
    padding: 20px; }
    @media (min-width: 1440px) {
      .dealer-listing-container .dealer-listing {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 30px; } }
    .dealer-listing-container .dealer-listing .loading {
      height: 300px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .dealer-listing-container .dealer-listing .loading svg {
        font-size: 4em;
        opacity: 0.5; }
    .dealer-listing-container .dealer-listing .dealer {
      transition: transform 100ms cubic-bezier(0, 0, 0.44, 1.18);
      will-change: transform; }
      .dealer-listing-container .dealer-listing .dealer.active {
        transform: scale(1.05); }
      .dealer-listing-container .dealer-listing .dealer * {
        will-change: transform; }
      .dealer-listing-container .dealer-listing .dealer .dealer-header {
        cursor: pointer; }
        .dealer-listing-container .dealer-listing .dealer .dealer-header .icon-rank {
          position: relative; }
          .dealer-listing-container .dealer-listing .dealer .dealer-header .icon-rank img {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            transition: opacity 0.2s ease-out; }
          .dealer-listing-container .dealer-listing .dealer .dealer-header .icon-rank .blue {
            display: block;
            opacity: 1; }
          .dealer-listing-container .dealer-listing .dealer .dealer-header .icon-rank .red {
            opacity: 0;
            z-index: 2; }
        .dealer-listing-container .dealer-listing .dealer .dealer-header.active h5 {
          color: #fcb53b; }
        .dealer-listing-container .dealer-listing .dealer .dealer-header.active .icon-rank .blue {
          opacity: 0; }
        .dealer-listing-container .dealer-listing .dealer .dealer-header.active .icon-rank .red {
          opacity: 1; }
      .dealer-listing-container .dealer-listing .dealer .dealer-body {
        color: #222; }
        .dealer-listing-container .dealer-listing .dealer .dealer-body .dealer-address {
          margin-bottom: 10px; }
        .dealer-listing-container .dealer-listing .dealer .dealer-body .dealer-directions,
        .dealer-listing-container .dealer-listing .dealer .dealer-body .dealer-phone,
        .dealer-listing-container .dealer-listing .dealer .dealer-body .dealer-email {
          margin-top: 5px;
          display: flex;
          align-items: center;
          gap: 8px; }
          .dealer-listing-container .dealer-listing .dealer .dealer-body .dealer-directions img,
          .dealer-listing-container .dealer-listing .dealer .dealer-body .dealer-phone img,
          .dealer-listing-container .dealer-listing .dealer .dealer-body .dealer-email img {
            width: 16px;
            height: 16px;
            opacity: 0.5; }
          .dealer-listing-container .dealer-listing .dealer .dealer-body .dealer-directions a,
          .dealer-listing-container .dealer-listing .dealer .dealer-body .dealer-phone a,
          .dealer-listing-container .dealer-listing .dealer .dealer-body .dealer-email a {
            color: inherit; }

.store-locator .dealer {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 20px;
  font-family: 'HND-Regular', sans-serif; }
  .store-locator .dealer .dealer-header {
    display: flex;
    flex-direction: row; }
    .store-locator .dealer .dealer-header h5 {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 0;
      border-radius: 5px;
      transition: all 0.2s ease-out;
      line-height: 1.2em;
      font-size: 18px; }
  .store-locator .dealer .dealer-services {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 5px; }
    .store-locator .dealer .dealer-services .service {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #37469d;
      background: #f1f3ff;
      padding: 6px 15px 6px 10px;
      border-radius: 30px; }
      .store-locator .dealer .dealer-services .service .icon {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        opacity: 0.5; }
  .store-locator .dealer .detail-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px; }
    .store-locator .dealer .detail-item .icon {
      content: "";
      width: 30px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      margin-right: 10px;
      padding-top: 2px;
      color: #b4b4b4; }
    .store-locator .dealer .detail-item .detail {
      flex: 1 1 0;
      font-size: 14px;
      overflow: hidden; }
      .store-locator .dealer .detail-item .detail a {
        display: block;
        color: inherit; }
  .store-locator .dealer .dealer-activities {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .store-locator .dealer .dealer-activities .dealer-activity {
      margin-right: 8px;
      margin-bottom: 8px;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background-color: #7a7a7a;
      background-size: 80%;
      background-repeat: no-repeat;
      background-position: center center; }
      .store-locator .dealer .dealer-activities .dealer-activity:last-child {
        margin-right: 0; }
  .store-locator .dealer .dealer-products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .store-locator .dealer .dealer-products .product-type {
      margin-right: 8px;
      margin-bottom: 8px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #7a7a7a;
      display: flex;
      padding: 5px 8px; }
      .store-locator .dealer .dealer-products .product-type:last-child {
        margin-right: 0; }
      .store-locator .dealer .dealer-products .product-type .image {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%; }
  .store-locator .dealer .text-button {
    background-color: transparent;
    border: none;
    display: inline;
    padding: 0;
    margin: 0;
    outline: none;
    color: #437aca; }
    .store-locator .dealer .text-button:hover {
      cursor: pointer;
      text-decoration: underline; }
  .store-locator .dealer .phase {
    background-color: #d9e4f5;
    color: #437aca;
    border-radius: 7px;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 20px; }
    .store-locator .dealer .phase h6 {
      font-size: 12px;
      margin-bottom: 0.3em;
      color: #437aca; }
    .store-locator .dealer .phase p {
      margin: 0;
      line-height: 1.3em; }
  .store-locator .dealer .description {
    font-size: 14px;
    line-height: 1.5em; }
  .store-locator .dealer .type {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold; }
    .store-locator .dealer .type span {
      color: #e31d3e;
      margin-right: 0.3em; }
.store-locator .dealers-map .dealer {
  padding: 15px 0 0 0;
  margin: 0;
  box-shadow: none;
  overflow: hidden;
  border-radius: 0;
  max-width: 320px; }
  .store-locator .dealers-map .dealer h5 {
    padding-right: 30px; }

.dealers-map {
  flex: 1 1 0; }

#map-canvas {
  padding-bottom: 58%;
  min-height: 460px; }

.store-locator .result {
  background-color: white;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  .store-locator .result .body {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    .store-locator .result .body .address {
      font-size: 13px;
      color: #e6e6e6;
      line-height: 1.7em;
      margin-bottom: 1rem; }
  .store-locator .result a,
  .store-locator .result a:visited {
    color: #0097bf; }
.store-locator .gm-style-iw-c {
  overflow: visible; }
.store-locator .gm-style-iw-chr {
  position: absolute;
  right: -20px;
  z-index: 1000;
  background: #f6f5f5;
  border-radius: 100px;
  top: -20px; }
.store-locator .gm-style img {
  max-width: 36px; }

.dealer-popup {
  padding-right: 10px; }
  .dealer-popup .dealer-name {
    font-size: 14px;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 4px;
    color: #333333; }
  .dealer-popup .dealer-address {
    font-size: 13px;
    color: #555555;
    line-height: 1.5em; }
