/* xl - DESKTOP STYLES */
.locations-map-section div[data-lastpass-icon-root] {
  display: none;
}
.locations-map-section {
  position: relative;
  height: 680px;
  padding: 0 !important;
}
.locations-map-section::before {
  display: block;
  content: "";
  height: 8px;
  width: 100%;
  background-image: linear-gradient(90deg, #27e2cf, #8433f7, #8833f3, #f93a81);
}
.locations-map-section .container {
  height: 680px;
  transform: unset !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 100px !important;
  position: relative;
  display: block;
}
.locations-map-section .container p {
  color: black;
}
.locations-map-section .container .gm-style div {
  border: none !important;
}
@media screen and (max-width: 800px) {
  .locations-map-section {
    height: 650px;
  }
}
.locactions-find-out-more {
  padding-top: 180px !important;
}
#customControlsPanel {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  background-color: white;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 20px 30px 20px 30px;
  min-width: 380px;
}
#customControlsPanel .panelTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #021B40;
  font-size: 29px;
  font-weight: bold;
  padding: 0;
}
#customControlsPanel .panelTitle .filterStateControl {
  display: none;
}
#customControlsPanel .panelTitle .filterStateControl svg {
  pointer-events: none;
  display: block;
  width: auto;
  object-fit: contain;
}
#customControlsPanel .customSearchControls {
  display: grid;
  grid-template: 1fr / 1fr auto;
  gap: 0 10px;
  align-items: center;
  border: 1px solid #021B40;
  border-radius: 3px;
  padding: 6px 5px 4px 10px;
  margin: 15px 0 25px 0;
}
#customControlsPanel .customSearchControls .customSearchField {
  outline: none;
  border-width: 0;
  font-family: inherit;
  font-size: 17px;
}
#customControlsPanel .customSearchControls .customSearchField::placeholder {
  color: inherit;
}
#customControlsPanel .customSearchControls .customSearchButton {
  display: block;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#customControlsPanel .customSearchControls .customSearchButton > span {
  position: absolute;
  left: -999px;
}
#customControlsPanel .customSearchControls .customSearchButton svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#customControlsPanel .filterTitle {
  display: block;
  color: #021B40;
  font-size: 26px;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #021B40;
}
#customControlsPanel .customCategoryFilters {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
#customControlsPanel .customCategoryFilters .customCategoryFilterLink {
  font-size: 20px;
  font-weight: bold;
  color: #021B40;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#customControlsPanel .customCategoryFilters .customCategoryFilterLink > span {
  display: inline-block;
  margin-right: 0.4em;
  height: 0.9em;
  width: 0.9em;
  padding: 0.1em;
  border: 2px solid #021B40;
  border-radius: 3px;
  transform: translateY(-0.1em);
}
#customControlsPanel .customCategoryFilters .customCategoryFilterLink > span::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #021B4000;
}
#customControlsPanel .customCategoryFilters .customCategoryFilterLink[data-target="wpgmza_cat_checkbox_1"] {
  display: none;
  color: #FF227C;
}
#customControlsPanel .customCategoryFilters .customCategoryFilterLink[data-target="wpgmza_cat_checkbox_6"] {
  color: #00DD99;
}
#customControlsPanel .customCategoryFilters .customCategoryFilterLink[data-target="wpgmza_cat_checkbox_2"] {
  display: none;
  color: #10CCFF;
}
#customControlsPanel .customCategoryFilters .customCategoryFilterLink[data-target="wpgmza_cat_checkbox_3"] {
  color: #FF6C00;
}
#customControlsPanel .customCategoryFilters .customCategoryFilterLink[data-target="wpgmza_cat_checkbox_4"] {
  color: #00EAE4;
}
#customControlsPanel .customCategoryFilters .customCategoryFilterLink[data-target="wpgmza_cat_checkbox_5"] {
  display: none;
  color: #FFCE00;
}
#customControlsPanel .customCategoryFilters .customCategoryFilterLink.active > span::after {
  background-color: #021B40FF;
}
@media screen and (max-width: 800px) {
  #customControlsPanel {
    top: 8px;
    left: 0;
    width: 100%;
    transform: translateY(0);
    border-radius: 0;
  }
  #customControlsPanel .panelTitle {
    font-size: 26px;
  }
  #customControlsPanel .panelTitle .filterStateControl {
    display: block;
  }
  #customControlsPanel .panelTitle .filterStateControl .collapse {
    display: none;
  }
  #customControlsPanel .panelTitle .filterStateControl.expanded .expand {
    display: none;
  }
  #customControlsPanel .panelTitle .filterStateControl.expanded .collapse {
    display: block;
  }
  #customControlsPanel .filterTitle {
    font-size: 24px;
  }
  #customControlsPanel .customControlsPanelInner {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  #customControlsPanel .customControlsPanelInner {
    display: block !important;
  }
}
.wpgmza_map .gm-style-iw {
  outline: none;
  max-height: unset !important;
  padding: 15px !important;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: normal;
  max-width: 350px !important;
}
.wpgmza_map .gm-style-iw > div {
  max-height: unset !important;
  overflow: hidden !important;
}
.wpgmza_map .gm-style-iw a {
  color: inherit;
  text-decoration: underline;
}
.wpgmza_map .gm-style-iw p {
  margin: 0;
}
.wpgmza_map .gm-style-iw .wpgmza_infowindow_title {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 5px;
}
.wpgmza_map .gm-style-iw button > span {
  transform: scale(1.75) translate(-3px, 3px);
  color: blue;
}
.wpgmza-store-locator, .wpgmza-modern-store-locator, .wpgmza-marker-listing-category-filter {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F1860-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%22%7D */