@charset "UTF-8";
.sud-store-locator__container {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 770px) {
  .sud-store-locator__container {
    display: flex;
    flex-direction: row;
    gap: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .sud-store-locator__container {
    padding-bottom: 5rem;
  }
}
.sud-store-locator__container.school-stock {
  background-color: #F1F2F7;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .sud-store-locator__container.school-stock {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.sud-store-locator__container .school-stock_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sud-store-locator__container .school-stock_container h2 {
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .sud-store-locator__container .school-stock_container h2 {
    margin-bottom: 40px;
  }
}
.sud-store-locator__container .school-stock_row {
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
.sud-store-locator__container .school-stock_row:first-of-type {
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 992px) {
  .sud-store-locator__container .school-stock_row:first-of-type {
    border-top: none;
  }
}
@media only screen and (max-width: 769.98px) {
  .sud-store-locator__container .school-stock_row {
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.sud-store-locator__container .school-stock_row a {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
}
.sud-store-locator__container .school-stock_row a:hover {
  color: var(--accent-2-color);
}
.sud-store-locator__container .school-stock_row span {
  font-size: 14px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .sud-store-locator__container .school-stock_row span {
    width: 25%;
  }
}
.sud-store-locator__container .school-stock_row span:first-of-type {
  font-size: 16px;
  text-align: left;
}
.sud-store-locator__container .school-stock_row span.link {
  text-align: right;
}
@media only screen and (min-width: 770px) {
  .sud-store-locator__content {
    width: 45%;
  }
}
.sud-store-locator__content .contact-block {
  margin-bottom: 40px;
}
@media only screen and (min-width: 770px) {
  .sud-store-locator__map {
    width: 55%;
  }
}
.sud-store-locator__locations.accordion-category {
  padding: 0;
  background: none;
}
.sud-store-locator__locations.accordion-category .accordion-wrapper {
  border-top: 1px solid #F1F2F7;
}
.sud-store-locator__locations.accordion-category .accordion-wrapper.hide {
  display: none;
}
.sud-store-locator .back-button {
  margin-bottom: 1rem;
  font-size: 14px;
  padding: 8px 30px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .sud-store-locator .back-button {
    margin-bottom: 2.5rem;
  }
}
.sud-store-locator .opening-times {
  margin-top: 16px;
  max-width: 280px;
}
.sud-store-locator .opening-times .opening-time {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.sud-store-locator .store-information {
  margin-top: 20px;
}
.sud-store-locator .store-information a {
  text-decoration: underline;
}
.sud-store-locator .store-information a:hover {
  color: var(--accent-2-color);
}
.sud-store-locator .button-container {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.sud-store-locator .button-container a {
  font-size: 14px;
  padding: 8px 30px;
  text-align: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 340px) {
  .sud-store-locator .button-container a {
    min-width: unset;
  }
}
.sud-store-locator .search-input-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.sud-store-locator .search-input-wrapper #fuse-search {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-radius: 5px;
  background: var(--primary-color);
  font-size: 13px;
  padding: 7px 33px 7px 15px;
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
}
.sud-store-locator .search-input-wrapper #fuse-search::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.sud-store-locator .search-input-wrapper #fuse-search::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.sud-store-locator .search-input-wrapper #fuse-search::-webkit-search-decoration, .sud-store-locator .search-input-wrapper #fuse-search::-webkit-search-cancel-button, .sud-store-locator .search-input-wrapper #fuse-search::-webkit-search-results-button, .sud-store-locator .search-input-wrapper #fuse-search::-webkit-search-results-decoration {
  display: none;
}
.sud-store-locator .search-input-wrapper #fuse-submit {
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  inset: auto 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  padding: 8.5px;
}
.sud-store-locator .search-input-wrapper #fuse-submit svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sud-store-locator .search-input-wrapper #fuse-submit svg path {
  fill: var(--text-primary-color);
}
.sud-store-locator .search-result-msg {
  margin-bottom: 20px;
  opacity: 0.6;
}
.sud-store-locator .search-result-msg:empty {
  display: none;
}
.sud-store-locator .search-result-msg.active {
  display: block;
}

#map {
  height: 500px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}
#map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
