/*Variables*/
#lgh #locationsPage .lgh-locations .sl-title {
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}
#lgh #locationsPage .lgh-locations #locationSearchForm {
  border: 1px solid #cccccc;
  background-color: #fafafa;
  padding: 20px;
  border-radius: 5px;
  margin: 0 auto 2rem;
  width: max-content;
}
#lgh #locationsPage .lgh-locations #locationSearchForm .form-container {
  display: block;
  width: 100%;
}
#lgh #locationsPage .lgh-locations #locationSearchForm .form-container .zip-code #zip {
  width: 250px;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: fieldtext;
}
#lgh #locationsPage .lgh-locations #locationSearchForm .form-container .zip-code #zip:focus {
  outline: none;
  border-color: #b0aa00;
  box-shadow: 0 0 0 0.2rem rgba(176, 170, 0, 0.25);
}
#lgh #locationsPage .lgh-locations #locationSearchForm .form-container .zip-code #zip::placeholder {
  text-align: center;
}
#lgh #locationsPage .lgh-locations #locationSearchForm .form-container .sl-submit {
  text-align: center;
  margin-top: 1rem;
}
#lgh #locationsPage .lgh-locations #locationSearchForm .form-container .sl-submit #submit {
  margin-top: 0;
  padding: 10px 36px;
  cursor: pointer;
}
#lgh #locationsPage .lgh-locations #locationSearchForm .form-container .sl-submit #submit .fa {
  margin-right: 5px;
}
#lgh #locationsPage .lgh-locations .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
#lgh #locationsPage .lgh-locations .map-marker {
  display: none !important;
}
#lgh #locationsPage .lgh-locations #region-accordion .accordion {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 5px;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
#lgh #locationsPage .lgh-locations #region-accordion .accordion:last-child {
  margin-bottom: 0;
}
#lgh #locationsPage .lgh-locations #region-accordion .accordion .accordion-label {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
  background: #333333;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#lgh #locationsPage .lgh-locations #region-accordion .accordion .accordion-label:hover {
  background: #b0aa00;
}
#lgh #locationsPage .lgh-locations #region-accordion .accordion .accordion-label::after {
  content: "\276F";
  width: 16px;
  height: 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#lgh #locationsPage .lgh-locations #region-accordion .accordion .accordion-content {
  padding: 16px 16px 1px;
  background: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
}
#lgh #locationsPage .lgh-locations #region-accordion .accordion .region-details {
  margin-bottom: 1rem;
  border-bottom: solid #ccc 1px;
}
#lgh #locationsPage .lgh-locations #region-accordion .accordion .region-details:last-child {
  border-bottom: none;
}
#lgh #locationsPage .lgh-locations #region-accordion .accordion .region-details h5 {
  font-size: 1.12rem;
}
#lgh #locationsPage .lgh-locations #region-accordion .accordion.active .accordion-label {
  background: #b0aa00;
}
#lgh #locationsPage .lgh-locations #region-accordion .accordion.active .accordion-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 5px;
}
/* Responsive adjustments */
@media screen and (min-width: 768px) {
  #lgh #locationsPage .lgh-locations #locationSearchForm .form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.5rem;
  }
  #lgh #locationsPage .lgh-locations #locationSearchForm .form-container .zip-code #zip::placeholder {
    text-align: left;
  }
  #lgh #locationsPage .lgh-locations #locationSearchForm .form-container .sl-submit {
    margin-top: 0;
  }
}
