.dp-block-search-form {
  --search-form-top-offset: calc(var(--top-menu-height) + var(--admin-bar-height, 0px));
  pointer-events: none;
  position: fixed;
  top: var(--search-form-top-offset);
  right: 0;
  bottom: 0;
  left: 0;
  max-height: calc(100dvh - var(--search-form-top-offset));
  z-index: 910;
}
body.dp-block-search-form--open .dp-block-search-form {
  pointer-events: unset;
}
.dp-block-search-form.has-query-input .dp-search-form-main [type=reset] {
  opacity: 1;
}
.dp-block-search-form .dp-block-search-form__overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity linear 150ms, visibility 0s 150ms;
}
body.dp-block-search-form--open .dp-block-search-form .dp-block-search-form__overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity linear 150ms, visibility 0s;
}
.dp-block-search-form .dp-block-search-form__inner {
  position: relative;
  width: 100vw;
  max-width: 417px;
  height: 100%;
  overflow: hidden auto;
  left: 100vw;
  padding: 15px;
  border-top: 1px solid #D5D5D5;
  background: var(--wp--preset--color--secondary-pearl);
  transition: left 500ms;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-block-search-form__inner {
    width: 66%;
    min-width: 720px;
    max-width: 815px;
    height: auto;
    overflow: visible;
    left: 0;
    padding: 0;
    margin: 15px auto;
    border: none;
    background: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity linear 150ms, visibility 0s 150ms;
  }
}
body.dp-block-search-form--open .dp-block-search-form .dp-block-search-form__inner {
  left: max(0px, 100vw - 417px);
}
@media (min-width: 992px) {
  body.dp-block-search-form--open .dp-block-search-form .dp-block-search-form__inner {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity linear 150ms, visibility 0s;
  }
}
.dp-block-search-form .dp-search-form-main {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  position: relative;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-main {
    flex-wrap: nowrap;
    gap: 0;
    border-radius: 6px;
    border: 2px solid var(--wp--preset--color--primary);
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  }
}
.dp-block-search-form .dp-search-form-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 20px 15px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3e%3ccircle cx='8' cy='8' r='7' stroke='%232445EA' stroke-width='2'/%3e%3cpath d='M13.9998 13.9998L19.9998 19.9998' stroke='%232445EA' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-main::after {
    content: none;
    display: none;
  }
}
.dp-block-search-form .dp-search-form-main input[name=s] {
  -webkit-appearance: none;
  appearance: none;
  flex-basis: 100%;
  order: -1;
  border-radius: 6px;
  border: 2px solid var(--wp--preset--color--primary);
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  outline: none;
  padding: 15px 50px 15px 15px;
  font-weight: var(--wp--custom--body--typography--font-weight);
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-main input[name=s] {
    -webkit-appearance: none;
    appearance: none;
    flex: 1;
    order: unset;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-main input[name=s]::-webkit-search-cancel-button, .dp-block-search-form .dp-search-form-main input[name=s]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
  }
}
.dp-block-search-form .dp-search-form-main input[name=s]::placeholder {
  overflow: visible;
}
.dp-block-search-form .dp-search-form-main [type=reset] {
  display: none;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-main [type=reset] {
    display: block;
    opacity: 0;
    padding: 20px 36px 20px 30px;
    background: none;
    border: none;
    font-weight: var(--wp--custom--body--typography--font-weight);
    font-size: 16px;
    line-height: 28px;
    color: #999;
  }
}
.dp-block-search-form .dp-search-form-main [type=submit] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  color: var(--wp--preset--color--primary);
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-main [type=submit] {
    flex: unset;
    padding: 0 30px;
    background: linear-gradient(0deg, #2445EA 0%, #2445EA 100%), #FFF;
    color: #fff;
  }
}
.dp-block-search-form .dp-search-form-main [type=submit]::before {
  content: "Search";
  display: block;
  width: 100%;
  padding: 12px 40px;
  border-radius: 999px;
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-weight: var(--wp--custom--body--typography--font-weight);
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-main [type=submit]::before {
    content: unset;
    display: none;
  }
}
.dp-block-search-form .dp-search-form-main [type=submit] svg {
  display: none;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-main [type=submit] svg {
    display: block;
  }
}
.dp-block-search-form .dp-search-form-autosuggest {
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-autosuggest {
    margin: 13px 0;
  }
}
.dp-block-search-form .dp-search-form-autosuggest .default-message {
  display: none;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-autosuggest .default-message {
    display: block;
  }
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content {
  text-align: left;
  overflow: hidden auto;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content {
    max-height: calc(100dvh - var(--search-form-top-offset) - 130px);
    padding: 15px;
    margin-left: 185px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 1.2375px 7.85127px 0px rgba(0, 0, 0, 0.3);
  }
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content:empty {
  display: none;
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content:not(:empty) + .default-message {
  display: none;
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .heading {
  color: #9E9E9E;
  font-size: 18px;
  font-weight: var(--wp--custom--body--typography--font-weight);
  line-height: 28px;
  margin: 0 5px 5px;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .heading {
    margin: 5px 16px;
  }
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .heading strong {
  font-weight: var(--wp--custom--heading--typography--font-weight);
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul li {
  border-top: 2px solid #E7E7E7;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul li {
    border: none !important;
  }
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul li:last-child {
  border-bottom: 2px solid #E7E7E7;
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul li .search-result-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  font-weight: var(--wp--custom--body--typography--font-weight);
  line-height: 28px;
  padding: 10px 5px 10px;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul li .search-result-item {
    padding: 10px 55px 15px 15px;
    border: none;
  }
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul li .search-result-item:hover {
  border-radius: 5px;
  background: var(--wp--preset--color--secondary-pearl);
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul li .search-result-item:hover svg.caret-icon {
  visibility: visible;
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul li .search-result-item svg.caret-icon {
  display: block;
  position: absolute;
  top: 1em;
  right: 1.5em;
  flex-shrink: 0;
  visibility: hidden;
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul li .search-result-item .search-result-item__title {
  margin: 0;
  font-weight: var(--wp--custom--body--typography--font-weight);
  font-size: 16px !important;
  line-height: 28px;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul li .search-result-item .search-result-item__title {
    font-weight: var(--wp--custom--heading--typography--font-weight);
    font-size: 18px !important;
  }
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul li .search-result-item .search-result-item__excerpt {
  display: none;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul li .search-result-item .search-result-item__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-weight: 400;
    line-height: 1.25em;
  }
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul + button[type=submit] {
  border: none;
  outline: none;
  background: none;
  color: var(--wp--preset--color--primary);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--wp--custom--body--typography--font-weight);
  line-height: 28px;
  padding: 12px 5px;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content ul + button[type=submit] {
    padding: 12px 16px;
  }
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results {
  text-align: center;
  color: #080709;
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results p {
  color: #080709;
  font-size: 16px;
  font-weight: var(--wp--custom--heading--typography--font-weight);
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results p.heading {
  margin: 30px 20px 10px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results p.heading {
    margin: 20px;
  }
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results .no-results__cta {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results .no-results__cta {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results .no-results__cta > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results .no-results__cta > div {
    margin: 30px 0;
  }
  .dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results .no-results__cta > div:first-child {
    border-right: 2px solid #E4E4E7;
  }
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results .no-results__cta > div svg {
  width: 55px;
  height: 55px;
  margin: 15px 0;
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results .no-results__cta > div p {
  flex: 1;
  margin: 0 0 0.5em;
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results .no-results__cta > div .dp-button {
  width: calc(100% - 40px) !important;
  height: 3.25em !important;
  font-size: 14px !important;
  line-height: 1.75em !important;
  margin: 1em 0 0;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results .no-results__cta > div .dp-button {
    font-size: 16px !important;
  }
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results .no-results__cta > div .dp-button--tertiary {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12) !important;
}
.dp-block-search-form .dp-search-form-autosuggest .dp-search-form-autosuggest__content .top-search-results.no-results .no-results__cta .cta__call-us .call-us__view-hours {
  cursor: help;
  color: inherit;
  font-size: 14px;
  border: none;
  background: none;
  font-family: var(--wp--custom--body--typography--font-family);
  font-style: normal;
  font-weight: var(--wp--custom--body--typography--font-weight);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.dp-search-form__filter-by-dropdown {
  position: relative;
  min-width: 195px;
  flex: 1 0;
}
@media (min-width: 992px) {
  .dp-search-form__filter-by-dropdown {
    flex: unset;
    min-width: 185px;
    width: 185px;
  }
}
.dp-search-form__filter-by-dropdown .filter-by-dropdown__toggle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 25px 15px 5px;
  margin: 0;
  border-radius: 6px;
  border: 2px solid var(--wp--preset--color--primary);
  background: #fff;
  color: var(--wp--custom--form--color--text);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  font-weight: var(--wp--custom--heading--typography--font-weight);
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .dp-search-form__filter-by-dropdown .filter-by-dropdown__toggle {
    margin: 10px 0;
    padding: 15px 15px 5px;
    border-radius: 0;
    background: none;
    border: none;
    border-right: 2px solid #D9D9D9;
    box-shadow: none;
    font-weight: var(--wp--custom--body--typography--font-weight);
    font-size: 18px;
  }
}
.dp-search-form__filter-by-dropdown .filter-by-dropdown__toggle .filter-by-dropdown__toggle-label {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #4C525F;
  font-size: 11px;
  font-style: normal;
  font-weight: var(--wp--custom--body--typography--font-weight);
  line-height: 1em;
  height: 1em;
}
@media (min-width: 992px) {
  .dp-search-form__filter-by-dropdown .filter-by-dropdown__toggle .filter-by-dropdown__toggle-label {
    top: 12px;
  }
}
.dp-search-form__filter-by-dropdown .filter-by-dropdown__toggle .filter-by-dropdown__toggle-value {
  flex: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
@media (min-width: 992px) {
  .dp-search-form__filter-by-dropdown .filter-by-dropdown__toggle svg {
    position: relative;
    top: 4px;
  }
}
.dp-search-form__filter-by-dropdown .filter-by-dropdown__options {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  width: 100%;
  max-height: calc(100dvh - var(--search-form-top-offset) - 180px);
  overflow: hidden auto;
  border-radius: 6px;
  padding: 5px 15px;
  background: #fff;
  box-shadow: 0px 1.2375px 7.85127px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (min-width: 992px) {
  .dp-search-form__filter-by-dropdown .filter-by-dropdown__options {
    top: calc(100% + 15px);
    max-height: calc(100dvh - var(--search-form-top-offset) - 130px);
    width: 100%;
    padding: 5px 20px;
  }
}
.dp-search-form__filter-by-dropdown .filter-by-dropdown__options label {
  cursor: pointer;
  display: block;
  padding: 12px 0;
  border-bottom: 2px solid #D9D9D9;
  font-weight: var(--wp--custom--body--typography--font-weight);
  font-size: 18px;
  line-height: 28px;
}
.dp-search-form__filter-by-dropdown .filter-by-dropdown__options label:last-of-type {
  border-bottom: none;
}
