.searchstax-search-input-container {
  position: relative;
  border: 1px solid #e6e9ec;
  padding: 15px 20px 0px 20px;
  border-radius: 80px;
  height: auto;
  position: relative;
}
.searchstax-search-input-container.searchstax-search-input-container-new {
  display: flex;
}
.searchstax-search-input-container.searchstax-alternative-render {
  box-shadow: none !important;
  border: none;
}
.searchstax-search-input-container.searchstax-alternative-render .searchstax-search-input-wrapper {
  position: relative;
}
.searchstax-search-input-container.searchstax-alternative-render .searchstax-search-input-wrapper .searchstax-autosuggest-container {
  margin-top: 32px !important;
}
.searchstax-search-input-container.searchstax-alternative-render .searchstax-search-input-wrapper input {
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  font-size: 14px;
  padding: 0 10px;
}
.searchstax-search-input-container.searchstax-alternative-render .searchstax-search-icon {
  margin-top: 4px;
  border-radius: 5px;
  background-size: 55%;
  background-color: #582c83;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23582c83' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376C296.3 401.1 253.9 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
}
.searchstax-search-input-container.searchstax-alternative-render .searchstax-search-close {
  margin-top: 4px;
  border-radius: 5px;
  background-size: 55%;
  background-color: #582c83;
  background-image: url("data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI2LjksMjQuMWw2LjQsNi40YzAuOCwwLjgsMC44LDIsMCwyLjhjLTAuOCwwLjgtMiwwLjgtMi44LDBMMjQsMjYuOWwtNi40LDYuNGMtMC44LDAuOC0yLDAuOC0yLjgsMAoJYy0wLjgtMC44LTAuOC0yLDAtMi44bDYuNC02LjRsLTYuNC02LjRjLTAuOC0wLjgtMC44LTIsMC0yLjhjMC44LTAuOCwyLTAuOCwyLjgsMGw2LjQsNi40bDYuNC02LjRjMC44LTAuOCwyLTAuOCwyLjgsMAoJYzAuOCwwLjgsMC44LDIsMCwyLjhMMjYuOSwyNC4xeiBNMjQsNDguMWMtMTMuMywwLTI0LTEwLjctMjQtMjRzMTAuNy0yNCwyNC0yNHMyNCwxMC43LDI0LDI0UzM3LjMsNDguMSwyNCw0OC4xeiBNMjQsNDMuNAoJYzEwLjcsMCwxOS40LTguNywxOS40LTE5LjRTMzQuNyw0LjcsMjQsNC43UzQuNiwxMy4zLDQuNiwyNC4xUzEzLjMsNDMuNCwyNCw0My40eiIvPgo8L3N2Zz4K");
}
.searchstax-search-input-container .searchstax-search-icon,
.searchstax-search-input-container .searchstax-search-close,
.searchstax-search-input-container .searchstax-spinner-icon {
  cursor: pointer;
  margin-top: 3px;
}
.searchstax-search-input-container .searchstax-search-icon:focus,
.searchstax-search-input-container .searchstax-search-close:focus,
.searchstax-search-input-container .searchstax-spinner-icon:focus {
  outline: none !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2509803922);
  z-index: 3;
}
.searchstax-search-input-container .searchstax-search-input {
  width: calc(100% - 10px);
  height: 30px;
  font-size: 18px;
  z-index: 2;
  border: none;
}
.searchstax-search-input-container .searchstax-search-input:focus {
  box-shadow: none;
  outline: none;
}
.searchstax-search-input-container .searchstax-search-input-wrapper {
  display: flex;
  flex: 1;
}
.searchstax-search-input-container .searchstax-search-input-wrapper .searchstax-search-input {
  flex: 1;
}
.searchstax-search-input-container .searchstax-search-input-wrapper .searchstax-location-container {
  display: inline-block;
}
.searchstax-search-input-container .searchstax-autosuggest-container {
  position: absolute;
  z-index: 1;
  left: 0;
  margin-top: 50px;
  width: 100%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.14902);
  background-color: #fff;
}
.searchstax-search-input-container .searchstax-autosuggest-container.hidden {
  display: none;
}
.searchstax-search-input-container .searchstax-autosuggest-container .searchstax-autosuggest-item {
  width: 100%;
  cursor: pointer;
}
.searchstax-search-input-container .searchstax-autosuggest-container .searchstax-autosuggest-item.active {
  background-color: #582c83;
  color: white;
}
.searchstax-search-input-container .searchstax-autosuggest-container .searchstax-autosuggest-item.active .searchstax-autosuggest-item-term-container {
  color: white;
}
.searchstax-search-input-container .searchstax-autosuggest-container .searchstax-autosuggest-item .searchstax-autosuggest-item-term-container {
  width: calc(100% - 40px);
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.searchstax-search-icon,
.searchstax-search-close {
  max-width: 28px;
  height: 28px;
  width: 28px;
  display: block;
  background: none;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
}

.searchstax-search-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23582c83' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376C296.3 401.1 253.9 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
}

.searchstax-search-close {
  background-image: url("data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRUIzNTAwO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI2LjksMjQuMWw2LjQsNi40YzAuOCwwLjgsMC44LDIsMCwyLjhjLTAuOCwwLjgtMiwwLjgtMi44LDBMMjQsMjYuOWwtNi40LDYuNGMtMC44LDAuOC0yLDAuOC0yLjgsMAoJYy0wLjgtMC44LTAuOC0yLDAtMi44bDYuNC02LjRsLTYuNC02LjRjLTAuOC0wLjgtMC44LTIsMC0yLjhjMC44LTAuOCwyLTAuOCwyLjgsMGw2LjQsNi40bDYuNC02LjRjMC44LTAuOCwyLTAuOCwyLjgsMAoJYzAuOCwwLjgsMC44LDIsMCwyLjhMMjYuOSwyNC4xeiBNMjQsNDguMWMtMTMuMywwLTI0LTEwLjctMjQtMjRzMTAuNy0yNCwyNC0yNHMyNCwxMC43LDI0LDI0UzM3LjMsNDguMSwyNCw0OC4xeiBNMjQsNDMuNAoJYzEwLjcsMCwxOS40LTguNywxOS40LTE5LjRTMzQuNyw0LjcsMjQsNC43UzQuNiwxMy4zLDQuNiwyNC4xUzEzLjMsNDMuNCwyNCw0My40eiIvPgo8L3N2Zz4K");
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.searchstax-spinner-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: text-bottom;
  border: 3px solid #582c83;
  border-right-color: #582c83;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  background: none;
}

.searchstax-no-results .searchstax-suggestion-term {
  color: #582c83;
}

#searchAccessibility {
  top: 0;
  left: -2px;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.searchstax-result-item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -39px;
  margin-left: -12px;
  cursor: pointer;
}

.searchstax-result-item-link-wrapping {
  margin-top: 0;
  margin-left: 0;
  color: #582c83;
  position: relative !important;
  text-decoration: none;
}
.searchstax-result-item-link-wrapping:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2509803922);
  display: block;
  outline: none;
}
.searchstax-result-item-link-wrapping .searchstax-search-result {
  display: block;
}

.searchstax-search-result {
  position: relative;
  position: relative;
  padding: 20px 12px 20px 12px;
  margin-bottom: 20px;
  color: #582c83;
  border: 1px solid #e6e9ec;
  border-radius: 5px; 
  background-color: #fdfdfd;
}
/* Previous "External Link" style
.searchstax-search-result .icon-elevated {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23374658;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M46.8,0H28c-0.7,0-1.2,0.5-1.2,1.2v4.9c0,0.3,0.1,0.6,0.4,0.9c0.2,0.2,0.5,0.4,0.9,0.4h7.6L19.8,22.5 c-0.2,0.2-0.4,0.5-0.4,0.9c0,0.3,0.1,0.6,0.4,0.9l3.4,3.4c0.5,0.5,1.2,0.5,1.7,0l15.8-15.2v7.3c0,0.3,0.1,0.6,0.4,0.9 s0.5,0.4,0.9,0.4h4.9c0.3,0,0.6-0.1,0.9-0.4s0.4-0.5,0.4-0.9V1.2c0-0.3-0.1-0.6-0.4-0.9C47.4,0.1,47.1,0,46.8,0L46.8,0z'/%3E%3Cpath class='st0' d='M46.8,27.4h-4.9c-0.3,0-0.6,0.1-0.8,0.3c-0.2,0.2-0.4,0.5-0.4,0.8v12.3H7.3V7.3h12.3c0.3,0,0.6-0.1,0.8-0.4 c0.2-0.2,0.3-0.5,0.3-0.8V1.2c0-0.3-0.1-0.6-0.3-0.8C20.1,0.1,19.8,0,19.5,0H1.1C0.9,0,0.6,0.1,0.4,0.3l0,0l0,0l0,0 C0.1,0.6,0,0.9,0,1.1v45.7c0,0.3,0.1,0.6,0.3,0.8l0,0l0,0C0.6,47.9,0.9,48,1.1,48h45.7c0.3,0,0.6-0.1,0.8-0.3l0,0 c0.2-0.2,0.3-0.5,0.3-0.8V28.5C47.9,27.9,47.4,27.4,46.8,27.4L46.8,27.4z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
*/
.searchstax-search-result .icon-elevated {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding: 4px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "PT Sans";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0 3px 0 0;
  background-color: #582c83;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDE5LjQ4MSAxOS40ODEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgogIDxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJtMTAuMjAxLC43NThsMi40NzgsNS44NjUgNi4zNDQsLjU0NWMwLjQ0LDAuMDM4IDAuNjE5LDAuNTg3IDAuMjg1LDAuODc2bC00LjgxMiw0LjE2OSAxLjQ0Miw2LjIwMmMwLjEsMC40MzEtMC4zNjcsMC43Ny0wLjc0NSwwLjU0MWwtNS40NTItMy4yODgtNS40NTIsMy4yODhjLTAuMzc5LDAuMjI4LTAuODQ1LTAuMTExLTAuNzQ1LTAuNTQxbDEuNDQyLTYuMjAyLTQuODEzLTQuMTdjLTAuMzM0LTAuMjg5LTAuMTU2LTAuODM4IDAuMjg1LTAuODc2bDYuMzQ0LS41NDUgMi40NzgtNS44NjRjMC4xNzItMC40MDggMC43NDktMC40MDggMC45MjEsMHoiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KICA8L2c+CjwvZz48L3N2Zz4=");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.searchstax-search-result .searchstax-search-result-promoted {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding: 4px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "PT Sans";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0 3px 0 0;
  background-color: #582c83;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDE5LjQ4MSAxOS40ODEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgogIDxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJtMTAuMjAxLC43NThsMi40NzgsNS44NjUgNi4zNDQsLjU0NWMwLjQ0LDAuMDM4IDAuNjE5LDAuNTg3IDAuMjg1LDAuODc2bC00LjgxMiw0LjE2OSAxLjQ0Miw2LjIwMmMwLjEsMC40MzEtMC4zNjcsMC43Ny0wLjc0NSwwLjU0MWwtNS40NTItMy4yODgtNS40NTIsMy4yODhjLTAuMzc5LDAuMjI4LTAuODQ1LTAuMTExLTAuNzQ1LTAuNTQxbDEuNDQyLTYuMjAyLTQuODEzLTQuMTdjLTAuMzM0LTAuMjg5LTAuMTU2LTAuODM4IDAuMjg1LTAuODc2bDYuMzQ0LS41NDUgMi40NzgtNS44NjRjMC4xNzItMC40MDggMC43NDktMC40MDggMC45MjEsMHoiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KICA8L2c+CjwvZz48L3N2Zz4=");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.searchstax-search-result.has-thumbnail {
  padding-left: 35% !important;
}
.searchstax-search-result.has-thumbnail .searchstax-thumbnail {
  position: absolute;
  left: 0;
  top: 40px;
  height: calc(100% - 70px);
  width: 33.33%;
  object-fit: cover;
  overflow: hidden;
}
.searchstax-search-result.has-thumbnail .searchstax-thumbnail span {
  display: block;
  height: 100%;
  width: 100%;
}
.searchstax-search-result .searchstax-result-image {
  max-width: 100%;
  height: auto;
}
.searchstax-search-result .searchstax-search-result-wrapping {
  display: block;
  color: #582c83;
  text-decoration: none;
}
.searchstax-search-result .searchstax-search-result-image-container {
  height: 75px;
  width: 75px;
  overflow: hidden;
}
.searchstax-search-result .searchstax-search-result-image-container .searchstax-result-image {
  width: 100%;
  height: auto;
}
.searchstax-search-result .searchstax-search-result-ribbon {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 10px;
  min-width: 135px;
  min-height: 24px;
  color: #e6e9ec;
  font-family: "PT Sans";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px 0 0 0;
  background-color: #582c83;
}
.searchstax-search-result .searchstax-search-result-title-container .searchstax-search-result-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0;
  color: #582c83;
  font-size: 1.15rem;
  font-weight: bold;
}
.searchstax-search-result .searchstax-search-result-common {
  width: 100%;
  font-family: "PT Sans";
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
  word-wrap: break-word;
  color: #444;
}
.searchstax-search-result .searchstax-search-result-path {
  text-align: left;
  color: #582c83!important;
  padding-bottom: 5px;
}
.searchstax-search-result .searchstax-search-result-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: "PT Sans";
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
  word-wrap: break-word;
  color: #444;
}

.searchstax-pagination-container {
  width: 100%;
  text-align: center;
}
.searchstax-pagination-container .searchstax-pagination-content {
  width: auto;
  display: flex;
  justify-content: center;
}
.searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-previous {
  color: #582c83;
  text-decoration: none;
  cursor: pointer;
}
.searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-previous:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2509803922);
  outline: none;
}
.searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-previous.disabled {
  color: #717374;
}
.searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-details {
  color: #582c83;
  margin: 0 10px;
}
.searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-next {
  color: #582c83;
  text-decoration: none;
  cursor: pointer;
}
.searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-next:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2509803922);
  outline: none;
}
.searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-next.disabled {
  color: #717374;
}

.searchstax-pagination-load-more {
  padding: 10px 50px;
  border: 1px solid #582c83;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
}

.searchstax-facets-container-mobile,
.searchstax-facets-container-desktop {
  display: none;
}

@media (max-width: 767px) {
  .searchstax-facets-container-mobile {
    display: block;
  }
  .searchstax-facets-container-desktop {
    display: none;
  }
}
@media (min-width: 767px) {
  .searchstax-facets-container-desktop {
    display: block;
  }
  .searchstax-facets-container-mobile {
    display: none;
  }
}
.searchstax-facets-container-desktop .searchstax-facet-container,
.searchstax-facets-container-mobile .searchstax-facet-container {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 20px;
}
.searchstax-facets-container-desktop .searchstax-facet-container:last-child,
.searchstax-facets-container-mobile .searchstax-facet-container:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container {
  display: flex;
  margin-bottom: 5px;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container:hover,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container:hover {
  cursor: pointer;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container:hover .searchstax-facet-title,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container:hover .searchstax-facet-title {
  opacity: 0.65;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title {
  flex: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title:focus-visible,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2509803922);
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title-arrow,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title-arrow {
  position: relative;
  font-family: "PT Sans";
  font-weight: 400;
  display: block;
  width: 30px;
  color: #582c83;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title-arrow:hover,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title-arrow:hover {
  opacity: 0.65;
  text-decoration: none;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title-arrow:after,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title-arrow:after {
  position: absolute;
  right: -8px;
  top: 0px;
  content: "";
  width: 15px;
  height: 15px;
  transition: all 0.2s ease;
  transform: rotate(180deg)!important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23582c83' d='M207.5 103c9.4-9.4 24.6-9.4 33.9 0l200 200c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-183-183-183 183c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l200-200z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 100%;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-values-container,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-values-container {
  padding-left: 10px;
  cursor: pointer;
  display: none;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container {
  display: flex;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container .searchstax-facet-input-checkbox:focus-visible,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container .searchstax-facet-input-checkbox:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2509803922);
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container .searchstax-facet-value-label,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container .searchstax-facet-value-label {
  margin-left: 5px;
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 7px;
  position: relative;
  display: inline-block;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container .searchstax-facet-value-count,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container .searchstax-facet-value-count {
  font-size: 14px;
  font-weight: 300;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container.searchstax-facet-value-disabled,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container.searchstax-facet-value-disabled {
  color: #717374;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-show-more-container,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-show-more-container {
  width: 100%;
  margin-left: 10px;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-show-more-container .searchstax-facet-show-button,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-show-more-container .searchstax-facet-show-button {
  text-transform: uppercase;
  color: #582c83;
  font-size: 14px;
  margin-top: 5px;
  cursor: pointer;
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-show-more-container .searchstax-facet-show-button:focus-visible,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-show-more-container .searchstax-facet-show-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2509803922);
}
.searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-show-more-container .searchstax-facet-show-button:hover,
.searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-show-more-container .searchstax-facet-show-button:hover {
  text-decoration: underline;
}
.searchstax-facets-container-desktop .searchstax-facet-container.active .searchstax-facet-title-container .searchstax-facet-title-arrow,
.searchstax-facets-container-mobile .searchstax-facet-container.active .searchstax-facet-title-container .searchstax-facet-title-arrow {
  transform: rotate(180deg);
}
.searchstax-facets-container-desktop .searchstax-facet-container.active .searchstax-facet-values-container,
.searchstax-facets-container-mobile .searchstax-facet-container.active .searchstax-facet-values-container {
  display: block;
}

.searchstax-facets-container-mobile .searchstax-facets-pills-container {
  display: flex;
}
.searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill {
  display: flex;
  border: 1px solid #582c83;
  border-radius: 1.5rem;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  width: fit-content;
}
.searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2509803922);
}
.searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill .searchstax-facets-pill-label {
  white-space: nowrap;
}
.searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill .searchstax-facets-pill-icon-close {
  max-width: 20px;
  height: 20px;
  width: 20px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRUIzNTAwO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI2LjksMjQuMWw2LjQsNi40YzAuOCwwLjgsMC44LDIsMCwyLjhjLTAuOCwwLjgtMiwwLjgtMi44LDBMMjQsMjYuOWwtNi40LDYuNGMtMC44LDAuOC0yLDAuOC0yLjgsMAoJYy0wLjgtMC44LTAuOC0yLDAtMi44bDYuNC02LjRsLTYuNC02LjRjLTAuOC0wLjgtMC44LTIsMC0yLjhjMC44LTAuOCwyLTAuOCwyLjgsMGw2LjQsNi40bDYuNC02LjRjMC44LTAuOCwyLTAuOCwyLjgsMAoJYzAuOCwwLjgsMC44LDIsMCwyLjhMMjYuOSwyNC4xeiBNMjQsNDguMWMtMTMuMywwLTI0LTEwLjctMjQtMjRzMTAuNy0yNCwyNC0yNHMyNCwxMC43LDI0LDI0UzM3LjMsNDguMSwyNCw0OC4xeiBNMjQsNDMuNAoJYzEwLjcsMCwxOS40LTguNywxOS40LTE5LjRTMzQuNyw0LjcsMjQsNC43UzQuNiwxMy4zLDQuNiwyNC4xUzEzLjMsNDMuNCwyNCw0My40eiIvPgo8L3N2Zz4K");
}
.searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill .searchstax-facets-pill-icon-close.filter-by {
  width: 5px;
  background: none;
}
.searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill.searchstax-clear-filters {
  border: none;
  color: #6280c4;
  text-decoration: underline;
}
.searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill-filter-by {
  height: auto;
  margin-left: 10px;
}
.searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pills-selected {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pills-selected .searchstax-facets-pill {
  margin-right: 10px;
}
.searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pills-selected .searchstax-facets-pill:last-child {
  margin-right: 0;
}
.searchstax-facets-container-mobile .searchstax-facets-mobile-overlay {
  display: none;
  background-color: white;
  z-index: 100;
  border-top: 10px solid #bfbfbf;
  border-bottom: 10px solid #bfbfbf;
  border-left: 5px solid #bfbfbf;
  border-right: 5px solid #bfbfbf;
  position: fixed;
  overflow-y: scroll;
  inset: 0;
}
.searchstax-facets-container-mobile .searchstax-facets-mobile-overlay.searchstax-show {
  display: block;
}
.searchstax-facets-container-mobile .searchstax-facets-mobile-overlay .searchstax-facets-mobile-overlay-header {
  display: flex;
  text-transform: uppercase;
  color: #582c83;
  font-family: "PT Sans";
  padding: 20px 40px;
  border-bottom: 1px solid #fc6730;
}
.searchstax-facets-container-mobile .searchstax-facets-mobile-overlay .searchstax-facets-mobile-overlay-header .searchstax-facets-mobile-overlay-header-title {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
}
.searchstax-facets-container-mobile .searchstax-facets-mobile-overlay .searchstax-facets-mobile-overlay-header .searchstax-search-close {
  cursor: pointer;
}
.searchstax-facets-container-mobile .searchstax-facets-mobile-overlay .searchstax-facets-container-mobile {
  width: calc(100% - 80px);
  height: calc(98% - 140px);
  padding: 40px;
  display: block;
  z-index: 2;
  overflow-x: hidden;
}
.searchstax-facets-container-mobile .searchstax-facets-mobile-overlay .searchstax-facets-mobile-overlay-done {
  display: block;
  background-color: #582c83;
  padding: 10px 20px;
  color: white;
  float: right;
  position: absolute;
  bottom: 20px;
  right: 40px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.searchstax-feedback-container {
  font-size: 15.5px!important;
  font-weight: 300!important;
  color: #444;
}
.searchstax-feedback-container .searchstax-feedback-container-suggested {
  margin-top: 10px;
}
.searchstax-feedback-container .searchstax-feedback-container-suggested a.searchstax-feedback-original-query {
  color: #582c83;
  text-decoration: none;
}

.searchstax-sorting-container {
  display: flex;
  padding-top: 5px;
}
.searchstax-sorting-container .searchstax-sorting-label {
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 13px;
}
.searchstax-sorting-container .searchstax-search-order-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border-radius: 0.25rem;
  appearance: none;
  margin-top: -10px;
  background-color: #f2f2f2;
  border: none;
  font-size: 13px;
}
.searchstax-sorting-container .searchstax-search-order-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2509803922);
}

.searchstax-related-searches-container {
  font-size: 1.2em;
  text-align: center;
  padding-top: 1em;
}
.searchstax-related-searches-container .searchstax-related-search {
  cursor: pointer;
  color: #582c83;
  font-weight: bold;
}

.searchstax-answer-container {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px;
  padding-left: 0;
}
.searchstax-answer-container.searchstax-answer-show-more {
  --mask: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0,
      rgba(0, 0, 0, 1) 40%,
      rgba(0, 0, 0, 0) 95%,
      rgba(0, 0, 0, 0) 0
    )
    100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  max-height: 100px;
  overflow: hidden;
}

.searchstax-answer-error {
  border: 1px solid #cf7580;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #f4eaec;
}
.searchstax-answer-error p {
  margin: 0;
  padding: 0;
}

.searchstax-answer-wrap {
  padding: 5px 30px 15px 45px;
  margin-top: 15px;
  position: relative;
  background: rgba(245, 245, 245, 0.6);
}
.searchstax-answer-wrap a {
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  color: #000;
  align-items: center;
  background-color: #dee0e4; /* Light gray background */
  border-radius: 5px; /* Slightly rounded corners */
  padding: 2px 5px 2px 5px; /* Spacing for appearance */
  text-decoration: none; /* Remove underline, optional */
  gap: 0.5em; /* Space between icon and text */
  transition: background 0.2s;
  display: inline-block;
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: -5px;
}
.searchstax-answer-wrap a:hover {
  background-color: #40454d;
  color: #fff;
}
.searchstax-answer-wrap a::before {
  content: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2678 2.73223C12.2915 1.75592 10.7085 1.75592 9.73223 2.73223L6.73223 5.73223C5.75592 6.70854 5.75592 8.29146 6.73223 9.26777C6.93948 9.47501 7.17318 9.63769 7.42202 9.75656C7.67119 9.87559 7.77669 10.1741 7.65766 10.4232C7.53863 10.6724 7.24014 10.7779 6.99097 10.6589C6.64113 10.4918 6.31375 10.2635 6.02513 9.97487C4.65829 8.60804 4.65829 6.39196 6.02513 5.02513L9.02513 2.02513C10.392 0.658291 12.608 0.658291 13.9749 2.02513C15.3417 3.39196 15.3417 5.60804 13.9749 6.97487L12.8036 8.14619C12.6083 8.34145 12.2917 8.34145 12.0965 8.14619C11.9012 7.95093 11.9012 7.63434 12.0965 7.43908L13.2678 6.26777C14.2441 5.29146 14.2441 3.70854 13.2678 2.73223ZM8.34234 5.57676C8.46137 5.32759 8.75986 5.22208 9.00903 5.34112C9.35888 5.50824 9.68625 5.7365 9.97487 6.02513C11.3417 7.39196 11.3417 9.60804 9.97487 10.9749L6.97487 13.9749C5.60804 15.3417 3.39196 15.3417 2.02513 13.9749C0.658291 12.608 0.658291 10.392 2.02513 9.02513L3.19644 7.85381C3.3917 7.65855 3.70828 7.65855 3.90355 7.85381C4.09881 8.04907 4.09881 8.36566 3.90355 8.56092L2.73223 9.73223C1.75592 10.7085 1.75592 12.2915 2.73223 13.2678C3.70854 14.2441 5.29146 14.2441 6.26777 13.2678L9.26777 10.2678C10.2441 9.29146 10.2441 7.70854 9.26777 6.73223C9.06052 6.52499 8.82682 6.36232 8.57798 6.24344C8.32881 6.12441 8.22331 5.82593 8.34234 5.57676Z' fill='%23101720'/%3E%3C/svg%3E%0A"); /* Unicode link icon */
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.searchstax-answer-wrap a:hover::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2678 2.73223C12.2915 1.75592 10.7085 1.75592 9.73223 2.73223L6.73223 5.73223C5.75592 6.70854 5.75592 8.29146 6.73223 9.26777C6.93948 9.47501 7.17318 9.63769 7.42202 9.75656C7.67119 9.87559 7.77669 10.1741 7.65766 10.4232C7.53863 10.6724 7.24014 10.7779 6.99097 10.6589C6.64113 10.4918 6.31375 10.2635 6.02513 9.97487C4.65829 8.60804 4.65829 6.39196 6.02513 5.02513L9.02513 2.02513C10.392 0.658291 12.608 0.658291 13.9749 2.02513C15.3417 3.39196 15.3417 5.60804 13.9749 6.97487L12.8036 8.14619C12.6083 8.34145 12.2917 8.34145 12.0965 8.14619C11.9012 7.95093 11.9012 7.63434 12.0965 7.43908L13.2678 6.26777C14.2441 5.29146 14.2441 3.70854 13.2678 2.73223ZM8.34234 5.57676C8.46137 5.32759 8.75986 5.22208 9.00903 5.34112C9.35888 5.50824 9.68625 5.7365 9.97487 6.02513C11.3417 7.39196 11.3417 9.60804 9.97487 10.9749L6.97487 13.9749C5.60804 15.3417 3.39196 15.3417 2.02513 13.9749C0.658291 12.608 0.658291 10.392 2.02513 9.02513L3.19644 7.85381C3.3917 7.65855 3.70828 7.65855 3.90355 7.85381C4.09881 8.04907 4.09881 8.36566 3.90355 8.56092L2.73223 9.73223C1.75592 10.7085 1.75592 12.2915 2.73223 13.2678C3.70854 14.2441 5.29146 14.2441 6.26777 13.2678L9.26777 10.2678C10.2441 9.29146 10.2441 7.70854 9.26777 6.73223C9.06052 6.52499 8.82682 6.36232 8.57798 6.24344C8.32881 6.12441 8.22331 5.82593 8.34234 5.57676Z' fill='white'/%3E%3C/svg%3E%0A");
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.searchstax-answer-wrap > div {
  position: relative;
}
.searchstax-answer-wrap .searchstax-answer-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2665 19.8798L11.25 23.4375L10.2335 19.8798C9.6996 18.0111 8.23891 16.5504 6.37024 16.0165L2.8125 15L6.37024 13.9835C8.23891 13.4496 9.6996 11.9889 10.2335 10.1202L11.25 6.5625L12.2665 10.1202C12.8004 11.9889 14.2611 13.4496 16.1298 13.9835L19.6875 15L16.1298 16.0165C14.2611 16.5504 12.8004 18.0111 12.2665 19.8798Z' stroke='%23EB3500' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.8236 10.8932L22.5 12.1875L22.1764 10.8932C21.7985 9.38166 20.6183 8.20146 19.1068 7.82358L17.8125 7.5L19.1068 7.17642C20.6183 6.79854 21.7985 5.61834 22.1764 4.10683L22.5 2.8125L22.8236 4.10683C23.2015 5.61834 24.3817 6.79854 25.8932 7.17642L27.1875 7.5L25.8932 7.82358C24.3817 8.20146 23.2015 9.38166 22.8236 10.8932Z' stroke='%23EB3500' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1178 25.7091L20.625 27.1875L20.1322 25.7091C19.8523 24.8693 19.1932 24.2102 18.3534 23.9303L16.875 23.4375L18.3534 22.9447C19.1932 22.6648 19.8523 22.0057 20.1322 21.1659L20.625 19.6875L21.1178 21.1659C21.3977 22.0057 22.0568 22.6648 22.8966 22.9447L24.375 23.4375L22.8966 23.9303C22.0568 24.2102 21.3977 24.8693 21.1178 25.7091Z' stroke='%23EB3500' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  height: 30px;
  width: 30px;
  position: absolute;
  top: 15px;
  left: 10px;
}
.searchstax-answer-wrap .searchstax-answer-footer {
  display: flex;
}
.searchstax-answer-wrap .searchstax-answer-footer .searchstax-lightweight-widget-separator-inline {
  margin: 0 10px;
  width: 1px;
  height: 17px;
  background-color: #dcdcdc;
  margin-top: 20px;
}
.searchstax-answer-wrap .searchstax-disclaimer {
  opacity: 0.75;
}

.searchstax-answer-load-more-button-container .searchstax-answer-loading {
  margin-right: 30px;
}

.searchstax-answer-load-more-button {
  width: 115px;
  background: #fff;
  border: 1px solid grey;
  border-radius: 6px;
  padding: 8px;
  cursor: pointer;
  font-size: 15px;
  color: #000;
  padding: 6px 15px;
  box-shadow: 0px 0px;
  margin-left: 0;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: bold;
}

.searchstax-answer-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.searchstax-answer-loading {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #f2f2f2;
  animation: searchstax-answer-loading 1s infinite linear alternate;
  animation-delay: 0.5s;
  display: inline-block;
  margin-left: 20px;
}

.searchstax-answer-loading::before,
.searchstax-answer-loading::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.searchstax-answer-loading::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #f2f2f2;
  animation: searchstax-answer-loading 1s infinite alternate;
  animation-delay: 0s;
}

.searchstax-answer-loading::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #f2f2f2;
  animation: searchstax-answer-loading 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes searchstax-answer-loading {
  0% {
    background-color: #f2f2f2;
  }
  50%, 100% {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.searchstax-location-input-container {
  display: inline-block;
}
.searchstax-location-input-container .searchstax-location-input-wrapper {
  padding-right: 10px;
  display: flex;
}
.searchstax-location-input-container .searchstax-location-input-wrapper .searchstax-location-input-wrapper-inner {
  display: flex;
  flex-direction: column;
}
.searchstax-location-input-container .searchstax-location-input-wrapper .searchstax-location-input-wrapper-inner .searchstax-get-current-location-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #582c83;
  font-size: 13px;
  line-height: 25px;
}
.searchstax-location-input-container .searchstax-location-input-wrapper .searchstax-location-input-wrapper-inner .searchstax-get-current-location-button::before {
  content: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAxOCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDguNUMxMiAxMC4xNTY5IDEwLjY1NjkgMTEuNSA5IDExLjVDNy4zNDMxNSAxMS41IDYgMTAuMTU2OSA2IDguNUM2IDYuODQzMTUgNy4zNDMxNSA1LjUgOSA1LjVDMTAuNjU2OSA1LjUgMTIgNi44NDMxNSAxMiA4LjVaIiBzdHJva2U9IiNkNjMyMDIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE2LjUgOC41QzE2LjUgMTUuNjQyMSA5IDE5Ljc1IDkgMTkuNzVDOSAxOS43NSAxLjUgMTUuNjQyMSAxLjUgOC41QzEuNSA0LjM1Nzg2IDQuODU3ODYgMSA5IDFDMTMuMTQyMSAxIDE2LjUgNC4zNTc4NiAxNi41IDguNVoiIHN0cm9rZT0iI2Q2MzIwMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  /* Optionally, set width/height if needed */
  width: 25px;
  height: 25px;
  margin-top: 3px;
}
.searchstax-location-input-container .searchstax-location-input-wrapper .searchstax-location-input-label {
  color: #717374;
  font-size: 14px;
  line-height: 22px;
  margin: 0 10px;
}
.searchstax-location-input-container .searchstax-location-input-wrapper input {
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  font-size: 14px;
  padding: 0 10px;
  height: 30px;
  margin-top: -5px;
}
.searchstax-location-input-container .searchstax-location-input-wrapper input.searchstax-input-location-error {
  border-color: #582c83;
}
.searchstax-location-input-container .searchstax-location-input-wrapper select {
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  font-size: 14px;
  padding: 0 10px;
  height: 30px;
  margin-top: -3px;
  color: #717374;
}

.searchstax-page-layout-container {
  font-family: "PT Sans";
  margin-right: 50px;
  margin-left: 50px;
  margin-top: 50px;
}
.searchstax-page-layout-container .searchstax-page-layout-facet-result-container {
  display: flex;
  margin-top: 20px;
}

.searchstax-page-layout-container .search-details-container .search-stax-toggle-container {
	display: flex;  
	flex-direction: row;
	min-width: 49%;
	justify-content: end;
  }

.searchstax-skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #582c83;
}
.searchstax-skip:focus {
  position: static;
  width: auto;
  height: auto;
}
.searchstax-skip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2509803922);
}

@media (max-width: 767px) {
  .searchstax-page-layout-container {
	  margin-top: 25px;
  }
  .searchstax-search-input-container {
	  width: 98%;
	  margin: 1em auto;
  }
  .searchstax-page-layout-container .searchstax-page-layout-facet-result-container {
    display: block;
    width: 98%;
	margin: auto;
  }
  .searchstax-page-layout-container .searchstax-page-layout-facet-result-container	.searchstax-page-layout-result-container.searchstax-no-facet-layout {
		width: 100%;
	}
  .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0px;
  }
  .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-result-container {
    width: 100%;
  }
  .searchstax-page-layout-container .search-details-container {
    flex-direction: column;
    gap: 10px;
	width: 96%;
	margin: auto;
  }
  .searchstax-page-layout-container .search-details-container .search-stax-toggle-container {
	min-width: 0;
	width: 100%;
	justify-content: start;
	flex-direction: row;
  }
  .searchstax-page-layout-container .search-details-container .search-stax-toggle-container .search-sorting-container {
	  min-width: 50%;
  }
}
@media (min-width: 767px) {
  .searchstax-page-layout-container .searchstax-page-layout-facet-result-container {
    display: flex;
  }
  .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container {
    min-width: 21%;
    max-width: 21%;
    padding-right: 40px;
  }
  .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-result-container {
    width: calc(79% - 40px);
  }
  .searchstax-page-layout-container .searchstax-page-layout-facet-result-container	.searchstax-page-layout-result-container.searchstax-no-facet-layout {
		width: 100%;
	}
  .searchstax-page-layout-container .search-feedback-container,
  .searchstax-page-layout-container #search-feedback-container {
    display: block;
  }
}
.searchstax-no-scroll {
  overflow: hidden;
}

.searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container {
  margin-bottom: 20px;
}
.searchstax-page-layout-container .search-details-container {
  display: flex;
  margin-top: 20px!important;
  justify-content: flex-end;
  width: 98%;
  margin: auto;
}
.searchstax-page-layout-container .search-details-container .search-feedback-container,
.searchstax-page-layout-container .search-details-container #search-feedback-container {
  flex: 1;
}

.searchstax-result-item-link-wrapping:focus-visible{
        height: auto;
      }

      .searchstax-view-styles-container{
	display: inline-block;
	margin-top: -5px;
	margin-right: 10px;
}
.searchstax-view-styles-container .searchstax-view-styles-text{
	display: inline;
	font-size: 13px;
}
.searchstax-view-styles-container #toggle-view-style{
	background-color: #f5f5f5;
	width: 34px;
    height: 34px;
	display: inline-flex;
	align-items: center;
    justify-content: center;
	cursor: pointer;
}
.searchstax-view-styles-container #toggle-view-style .icon-grid{
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJiIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMTAuNzIiIGhlaWdodD0iMzA5LjM4MSIgdmlld0JveD0iMCAwIDMxMC43MiAzMDkuMzgxIj48ZGVmcz48c3R5bGU+LmR7ZmlsbDojYjNiM2IzO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYyI+PGc+PGc+PHJlY3QgY2xhc3M9ImQiIHdpZHRoPSI5MCIgaGVpZ2h0PSI5MCIgcng9IjgiIHJ5PSI4Ii8+PHJlY3QgY2xhc3M9ImQiIHg9IjExMC4zNiIgd2lkdGg9IjkwIiBoZWlnaHQ9IjkwIiByeD0iOCIgcnk9IjgiLz48cmVjdCBjbGFzcz0iZCIgeD0iMjIwLjcyIiB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHJ4PSI4IiByeT0iOCIvPjwvZz48Zz48cmVjdCBjbGFzcz0iZCIgeT0iMTA5LjY5IiB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHJ4PSI4IiByeT0iOCIvPjxyZWN0IGNsYXNzPSJkIiB4PSIxMTAuMzYiIHk9IjEwOS42OSIgd2lkdGg9IjkwIiBoZWlnaHQ9IjkwIiByeD0iOCIgcnk9IjgiLz48cmVjdCBjbGFzcz0iZCIgeD0iMjIwLjcyIiB5PSIxMDkuNjkiIHdpZHRoPSI5MCIgaGVpZ2h0PSI5MCIgcng9IjgiIHJ5PSI4Ii8+PC9nPjxnPjxyZWN0IGNsYXNzPSJkIiB5PSIyMTkuMzgxIiB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHJ4PSI4IiByeT0iOCIvPjxyZWN0IGNsYXNzPSJkIiB4PSIxMTAuMzYiIHk9IjIxOS4zODEiIHdpZHRoPSI5MCIgaGVpZ2h0PSI5MCIgcng9IjgiIHJ5PSI4Ii8+PHJlY3QgY2xhc3M9ImQiIHg9IjIyMC43MiIgeT0iMjE5LjM4MSIgd2lkdGg9IjkwIiBoZWlnaHQ9IjkwIiByeD0iOCIgcnk9IjgiLz48L2c+PC9nPjwvZz48L3N2Zz4=");
	background-size: cover;
	height: 15px;
	width: 15px;
}
.searchstax-view-styles-container #toggle-view-style .icon-list{
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJiIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMTAuNzIiIGhlaWdodD0iMzA5LjM4MSIgdmlld0JveD0iMCAwIDMxMC43MiAzMDkuMzgxIj48ZGVmcz48c3R5bGU+LmR7ZmlsbDojYjNiM2IzO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYyI+PGc+PHBhdGggY2xhc3M9ImQiIGQ9Im0zMDIuNzIsMEg4QzMuNTgyLDAsMCwzLjU4MiwwLDh2NzRjMCw0LjQxOCwzLjU4Miw4LDgsOGgyOTQuNzJjNC40MTgsMCw4LTMuNTgyLDgtOFY4YzAtNC40MTgtMy41ODItOC04LThaIi8+PHBhdGggY2xhc3M9ImQiIGQ9Im0zMDIuNzIsMTA5LjY5SDhjLTQuNDE4LDAtOCwzLjU4Mi04LDh2NzRjMCw0LjQxOCwzLjU4Miw4LDgsOGgyOTQuNzJjNC40MTgsMCw4LTMuNTgyLDgtOHYtNzRjMC00LjQxOC0zLjU4Mi04LTgtOFoiLz48cGF0aCBjbGFzcz0iZCIgZD0ibTMwMi43MiwyMTkuMzgxSDhjLTQuNDE4LDAtOCwzLjU4Mi04LDh2NzRjMCw0LjQxOCwzLjU4Miw4LDgsOGgyOTQuNzJjNC40MTgsMCw4LTMuNTgyLDgtOHYtNzRjMC00LjQxOC0zLjU4Mi04LTgtOFoiLz48L2c+PC9nPjwvc3ZnPg==");
	background-size: cover;
	height: 15px;
	width: 15px;
}

.searchstax-results-container-grid .searchstax-search-results-container .searchstax-search-results {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

.searchstax-results-container-grid .searchstax-search-results-container .searchstax-search-results .searchstax-result-item-link{
	display: block !important;
	height: auto;
	flex: 0 0 calc(33.333333% - 30px);
    max-width: calc(33.333333% - 30px);
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-bottom: 30px;
    display: table-column;
}

.searchstax-results-container-grid .searchstax-search-results-container .searchstax-search-results .searchstax-search-result{
  height: auto !important;
  padding-bottom: 10 !important;
  padding-top: 10 !important;
  margin-bottom: 0 !important;
}

.searchstax-results-container-grid .searchstax-search-results-container .searchstax-search-results .searchstax-result-item-link .searchstax-thumbnail{
  left: 0;
  top: 0;
  height: 155px !important;
  height: calc(100% - 155px) !important;
  width: 100%;
}

.searchstax-results-container-grid .searchstax-search-results-container .searchstax-search-results .searchstax-search-result.has-thumbnail{
  padding-left: 10px !important;
  padding-top: 155px;
}

.searchstax-search-result .searchstax-search-result-ribbon{
  z-index: 1;
}

.searchstax-lightweight-widget-separator-inline{
  margin-top: 17px;
}

.searchstax-lightweight-widget-container{
  padding-top: 18px;
}
/*
#searchstax-search-input{
   background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjQuMzEzcHgiIGhlaWdodD0iNi41ODJweCIgdmlld0JveD0iMCAwIDY0LjMxMyA2LjU4MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQuMzEzIDYuNTgyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiMzMzQ3NUEiIGQ9Ik0wLjI3OCwzLjE4N3YxLjQxN0gwVjEuMTg4aDEuMTY0YzAuMzU0LDAsMC42MzIsMC4xMDIsMC44MzQsMC4yNzhDMi4yLDEuNjQ0LDIuMzAxLDEuODk3LDIuMzAxLDIuMg0KCQljMCwwLjMwNC0wLjEwMSwwLjU1Ny0wLjMwMywwLjczM2MtMC4yMDMsMC4xNzctMC40OCwwLjI3OC0wLjgzNCwwLjI3OEgwLjI3OFYzLjE4N3ogTTAuMjc4LDIuOTU5aDAuODg1DQoJCWMwLjI3OCwwLDAuNDgtMC4wNzYsMC42MzItMC4yMDJjMC4xNTItMC4xNTIsMC4yMDMtMC4zMjksMC4yMDMtMC41MzFjMC0wLjIyOC0wLjA3Ni0wLjQwNS0wLjIwMy0wLjU1Ng0KCQlDMS42NjksMS41MTgsMS40NDEsMS40NDEsMS4xNjQsMS40NDFIMC4yNzhWMi45NTl6Ii8+DQoJPHBhdGggZmlsbD0iIzMzNDc1QSIgZD0iTTIuNzA2LDMuMzEzYzAtMC4zNzksMC4xMDEtMC42ODMsMC4zMDQtMC45MWMwLjIwMi0wLjIyOCwwLjQ4LTAuMzU0LDAuODA5LTAuMzU0czAuNjA3LDAuMTI2LDAuODA5LDAuMzU0DQoJCWMwLjIwMywwLjIyOCwwLjMwNCwwLjU1NiwwLjMwNCwwLjkxdjAuMDc2YzAsMC4zNzktMC4xMDEsMC42ODMtMC4zMDQsMC45MWMtMC4yMDIsMC4yMjgtMC40OCwwLjM1NC0wLjgwOSwwLjM1NA0KCQlTMy4yMTIsNC41MjcsMy4wMSw0LjI5OWMtMC4yMDMtMC4yMjgtMC4zMDQtMC41NTYtMC4zMDQtMC45MVYzLjMxM3ogTTIuOTg0LDMuMzg5YzAsMC4zMDMsMC4wNzYsMC41MzEsMC4yMjgsMC43MzMNCgkJYzAuMTUyLDAuMjAyLDAuMzU0LDAuMzAzLDAuNjMyLDAuMzAzYzAuMjUzLDAsMC40NTUtMC4xMDEsMC42MDctMC4zMDNDNC42MDMsMy45Miw0LjY3OSwzLjY2Nyw0LjY3OSwzLjM4OVYzLjMxMw0KCQljMC0wLjI3OC0wLjA3Ni0wLjUzMS0wLjIyOC0wLjczM1M0LjA5NywyLjI3NiwzLjg0NCwyLjI3NlMzLjM2NCwyLjM3NywzLjIzNywyLjU4QzMuMDg1LDIuNzgyLDMuMDEsMy4wMzUsMy4wMSwzLjMxM3YwLjA3NkgyLjk4NHoNCgkJIi8+DQoJPHBhdGggZmlsbD0iIzMzNDc1QSIgZD0iTTYuMDcsMy43OTNsMC4xMDEsMC40NTVoMC4wMjVsMC4xMjYtMC40NTVsMC41MzEtMS43MmgwLjI1M2wwLjUzMSwxLjcybDAuMTI2LDAuNDU1SDcuNzlsMC4xMDEtMC40NTUNCgkJbDAuNDU1LTEuNzJoMC4zMDRMNy45MTYsNC42MDNINy42ODhMNy4xMzIsMi44NThsLTAuMTAxLTAuNDNINy4wMDVsLTAuMTAxLDAuNDNMNi4zNDgsNC42MDNINi4wOTVMNS4zNjEsMi4wNzRoMC4zMDRMNi4wNywzLjc5M3oiDQoJCS8+DQoJPHBhdGggZmlsbD0iIzMzNDc1QSIgZD0iTTEwLjExNiw0LjY1NGMtMC4zMjksMC0wLjU4Mi0wLjEyNy0wLjc4NC0wLjM1NFM5LjAyOCwzLjc2OCw5LjAyOCwzLjQxNFYzLjI4OA0KCQljMC0wLjM1NCwwLjEwMi0wLjY1NywwLjMwNC0wLjkxYzAuMjAyLTAuMjI4LDAuNDU1LTAuMzU0LDAuNzU5LTAuMzU0YzAuMzAzLDAsMC41NTYsMC4xMDEsMC43MzMsMC4zMDMNCgkJYzAuMTc3LDAuMjAyLDAuMjc4LDAuNDU1LDAuMjc4LDAuNzg0djAuMjI4SDkuMzA3djAuMDc2YzAsMC4yNzgsMC4wNzYsMC41MzEsMC4yMjgsMC43MDhDOS42ODYsNC4zMjUsOS44ODgsNC40LDEwLjE0MSw0LjQNCgkJYzAuMTc3LDAsMC4zMjktMC4wMjUsMC40NTYtMC4wNzVjMC4xMjYtMC4wNTEsMC4yMjgtMC4xMjYsMC4zMjktMC4yMDJsMC4xMjYsMC4yMDJjLTAuMTAxLDAuMTAxLTAuMjI4LDAuMTc3LTAuMzU0LDAuMjI4DQoJCUMxMC40OTYsNC42MjgsMTAuMzE4LDQuNjU0LDEwLjExNiw0LjY1NHogTTEwLjA5MSwyLjI1MWMtMC4yMDMsMC0wLjM3OSwwLjA3Ni0wLjUzMSwwLjIyOFM5LjMzMiwyLjgzMyw5LjMwNywzLjA4NWwwLDBoMS40OTJWMy4wMQ0KCQljMC0wLjIyOC0wLjA3Ni0wLjQwNS0wLjIwMi0wLjU1N0MxMC40OTYsMi4zMjcsMTAuMzE4LDIuMjUxLDEwLjA5MSwyLjI1MXoiLz4NCgk8cGF0aCBmaWxsPSIjMzM0NzVBIiBkPSJNMTIuODIyLDIuMzAxaC0wLjIyOGMtMC4xNzcsMC0wLjMyOSwwLjA1MS0wLjQzLDAuMTUycy0wLjIwMiwwLjIyOC0wLjI1MywwLjQwNXYxLjc0NWgtMC4yNzhWMi4wNzRoMC4yNTMNCgkJbDAuMDI1LDAuNDN2MC4wMjVjMC4wNzYtMC4xNTEsMC4xNzctMC4yNzgsMC4zMDMtMC4zNTRjMC4xMjYtMC4wNzYsMC4yNzgtMC4xMjYsMC40My0wLjEyNmMwLjAyNSwwLDAuMDc2LDAsMC4xMDEsMA0KCQlzMC4wNTEsMCwwLjA3NiwwLjAyNVYyLjMwMXoiLz4NCgk8cGF0aCBmaWxsPSIjMzM0NzVBIiBkPSJNMTQuMTg4LDQuNjU0Yy0wLjMyOSwwLTAuNTgyLTAuMTI3LTAuNzg0LTAuMzU0QzEzLjIwMSw0LjA3MiwxMy4xLDMuNzY4LDEzLjEsMy40MTRWMy4yODgNCgkJYzAtMC4zNTQsMC4xMDEtMC42NTcsMC4zMDQtMC45MWMwLjIwMi0wLjIyOCwwLjQ1NS0wLjM1NCwwLjc1OS0wLjM1NGMwLjMwMywwLDAuNTU2LDAuMTAxLDAuNzMzLDAuMzAzDQoJCWMwLjE3NywwLjIwMiwwLjI3OCwwLjQ1NSwwLjI3OCwwLjc4NHYwLjIyOGgtMS44MjF2MC4wNzZjMCwwLjI3OCwwLjA3NiwwLjUzMSwwLjIyOCwwLjcwOEMxMy43MzIsNC4zMjUsMTMuOTM1LDQuNCwxNC4xODgsNC40DQoJCWMwLjE3NywwLDAuMzI5LTAuMDI1LDAuNDU2LTAuMDc1YzAuMTI2LTAuMDUxLDAuMjI4LTAuMTI2LDAuMzI5LTAuMjAybDAuMTI2LDAuMjAyYy0wLjEwMSwwLjEwMS0wLjIyOCwwLjE3Ny0wLjM1NCwwLjIyOA0KCQlDMTQuNTY3LDQuNjI4LDE0LjM5LDQuNjU0LDE0LjE4OCw0LjY1NHogTTE0LjE2MywyLjI1MWMtMC4yMDMsMC0wLjM3OSwwLjA3Ni0wLjUzMSwwLjIyOHMtMC4yMjgsMC4zNTQtMC4yNTMsMC42MDdsMCwwaDEuNDkyVjMuMDENCgkJYzAtMC4yMjgtMC4wNzYtMC40MDUtMC4yMDMtMC41NTdDMTQuNTQyLDIuMzI3LDE0LjM2NSwyLjI1MSwxNC4xNjMsMi4yNTF6Ii8+DQoJPHBhdGggZmlsbD0iIzMzNDc1QSIgZD0iTTE1LjYwNCwzLjM2NGMwLTAuNDA1LDAuMDc2LTAuNzMzLDAuMjUzLTAuOTYxYzAuMTc3LTAuMjUzLDAuNDA0LTAuMzU0LDAuNzA4LTAuMzU0DQoJCWMwLjE3NywwLDAuMzI5LDAuMDI1LDAuNDU1LDAuMTAyYzAuMTI2LDAuMDc2LDAuMjI4LDAuMTc3LDAuMzI5LDAuMzI5VjAuOTYxaDAuMjc4djMuNjY3aC0wLjI1M2wtMC4wMjUtMC4zOA0KCQljLTAuMDc2LDAuMTI2LTAuMjAzLDAuMjI4LTAuMzI5LDAuMzA0cy0wLjI3OCwwLjEwMi0wLjQ4LDAuMTAyYy0wLjMwMywwLTAuNTMxLTAuMTAyLTAuNzA4LTAuMzI5DQoJCWMtMC4xNzctMC4yMjgtMC4yNTMtMC41MzEtMC4yNTMtMC45MTF2LTAuMDVIMTUuNjA0eiBNMTUuODgyLDMuNDE0YzAsMC4zMDQsMC4wNSwwLjU1NywwLjE3NywwLjczNA0KCQljMC4xMjYsMC4xNzcsMC4zMDQsMC4yNzcsMC41NTcsMC4yNzdjMC4xNzcsMCwwLjMyOS0wLjA1MSwwLjQ1NS0wLjEyNnMwLjIyOC0wLjIwMiwwLjI3OC0wLjMyOVYyLjc4Mg0KCQljLTAuMDc2LTAuMTUxLTAuMTUyLTAuMjc4LTAuMjc4LTAuMzU0Yy0wLjEyNi0wLjA3Ni0wLjI3OC0wLjEyNi0wLjQ1NS0wLjEyNmMtMC4yNTMsMC0wLjQzLDAuMTAyLTAuNTU3LDAuMzA0DQoJCXMtMC4xNzcsMC40NTUtMC4xNzcsMC43ODRWMy40MTR6Ii8+DQoJPHBhdGggZmlsbD0iIzMzNDc1QSIgZD0iTTIxLjU5OCwzLjQxNGMwLDAuMzc5LTAuMDc2LDAuNjgzLTAuMjUzLDAuOTExYy0wLjE3NywwLjIyOC0wLjQwNSwwLjMyOS0wLjcwOCwwLjMyOQ0KCQljLTAuMTc3LDAtMC4zNTQtMC4wMjUtMC40OC0wLjEwMnMtMC4yNTMtMC4xNzgtMC4zMjktMC4zMjhsLTAuMDI1LDAuMzc5aC0wLjI1MlYwLjkzNmgwLjI3OHYxLjUxNw0KCQljMC4wNzYtMC4xNTIsMC4yMDMtMC4yNTMsMC4zMjktMC4zMjljMC4xMjYtMC4wNzYsMC4yNzgtMC4xMjYsMC40OC0wLjEyNmMwLjMwMywwLDAuNTMxLDAuMTI2LDAuNzA4LDAuMzU0DQoJCWMwLjE3NywwLjI1MywwLjI1MywwLjU1NiwwLjI1MywwLjk2MVYzLjQxNHogTTIxLjMxOSwzLjM2NGMwLTAuMzI5LTAuMDUtMC41ODItMC4xNzctMC43ODRzLTAuMzA0LTAuMzAzLTAuNTU3LTAuMzAzDQoJCWMtMC4yMDIsMC0wLjM1NCwwLjA1LTAuNDgsMC4xNTFzLTAuMjAyLDAuMjI4LTAuMjc4LDAuMzc5djEuMTY0YzAuMDUxLDAuMTUyLDAuMTUyLDAuMjUzLDAuMjc4LDAuMzU0DQoJCWMwLjEyNiwwLjA3NSwwLjI3OCwwLjEyNiwwLjQ1NSwwLjEyNmMwLjI1MywwLDAuNDMtMC4xMDEsMC41NTctMC4yNzdjMC4xMjYtMC4xNzgsMC4xNzctMC40MywwLjE3Ny0wLjczNFYzLjM2NEgyMS4zMTl6Ii8+DQoJPHBhdGggZmlsbD0iIzMzNDc1QSIgZD0iTTIyLjkxMywzLjkybDAuMTAxLDAuMzA0aDAuMDI1bDAuNzU5LTIuMTVoMC4zMDNsLTEuMTEzLDIuOTM0Yy0wLjA3NiwwLjE3OC0wLjE1MSwwLjMyOS0wLjI1MiwwLjQzDQoJCWMtMC4xMDIsMC4xMjctMC4yNTMsMC4xNzgtMC40NTYsMC4xNzhjLTAuMDI1LDAtMC4wNzYsMC0wLjEyNiwwYy0wLjA1LDAtMC4wNzYtMC4wMjUtMC4xMDEtMC4wMjVsMC4wMjUtMC4yMjkNCgkJYzAuMDI1LDAsMC4wNSwwLDAuMTAxLDBzMC4wNzYsMCwwLjEwMSwwYzAuMTI2LDAsMC4yMjgtMC4wNSwwLjMwNC0wLjEyNmMwLjA3Ni0wLjA3NSwwLjEyNi0wLjIwMiwwLjE3Ny0wLjMyOWwwLjEyNi0wLjM1NA0KCQlsLTAuOTg2LTIuNTA0aDAuMzA0TDIyLjkxMywzLjkyeiIvPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxnIGlkPSJYTUxJRF8xNF8iPg0KCQkJPHBvbHlnb24gZmlsbD0iI0YxNjczNSIgcG9pbnRzPSIyNS42NDQsNC44MzEgMjYuNDAzLDQuNDUxIDI4LjY3OSw1Ljc0MSAzMC45MDQsNC40NTEgMzEuNTg3LDQuODU2IDI4LjY3OSw2LjU3NiAJCQkiLz4NCgkJPC9nPg0KCQk8ZyBpZD0iWE1MSURfMTNfIj4NCgkJCTxwb2x5Z29uIGZpbGw9IiNGMTY3MzUiIHBvaW50cz0iMjUuNjQ0LDMuMjg4IDI2LjQwMywyLjg4MyAyOC42MjgsNC4xNzMgMzAuODc5LDIuODgzIDMwLjg3OSwyLjIgMjguNjc5LDMuNDkgMjUuNjQ0LDEuNzQ1IA0KCQkJCTI4LjYyOCwwIDMwLjQ0OSwxLjAzNyAyOS43NjYsMS40OTIgMjguNjI4LDAuODEgMjcuMTExLDEuNzQ1IDI4LjYyOCwyLjY4MSAzMC44NzksMS4zNjYgMzEuNTg3LDEuNzQ1IDMxLjU4NywzLjI4OCANCgkJCQkyOC42NzksNS4wMzMgCQkJIi8+DQoJCTwvZz4NCgk8L2c+DQoJPGcgaWQ9IkRJTl94NUZfTmV4dF94NUZfTFRfeDVGX1Byb194NUZfTGlnaHRfeDBBX180XyI+DQoJCTxwYXRoIGZpbGw9IiMzMzQ3NUEiIGQ9Ik0zMy42MSw0LjU1MmMtMC4wMjUtMC4wMjUtMC4wMjUtMC4wNTEsMC0wLjA3NmwwLjEwMS0wLjE1MWMwLjAyNS0wLjAyNSwwLjA1LTAuMDI1LDAuMDc2LDANCgkJCWMwLjIwMywwLjE1MSwwLjU1NywwLjMyOSwwLjkxMSwwLjMyOWMwLjUwNiwwLDAuODM0LTAuMjU0LDAuODM0LTAuNjU4YzAtMC4zMDMtMC4xNzctMC41NTYtMC43NTgtMC42MDZsLTAuMTUyLTAuMDI1DQoJCQljLTAuNjMyLTAuMDc2LTAuOTEtMC4zNzktMC45MS0wLjgzNWMwLTAuNTU2LDAuNDA1LTAuODg1LDEuMDEyLTAuODg1YzAuMzU0LDAsMC42ODMsMC4xMDEsMC45MSwwLjI3OA0KCQkJYzAuMDI1LDAsMC4wMjUsMC4wNTEsMCwwLjA3NkwzNS41MzIsMi4xNWMtMC4wMjUsMC4wMjUtMC4wNTEsMC4wMjUtMC4wNzUsMGMtMC4yNTMtMC4xNTItMC41MDYtMC4yMjgtMC43ODQtMC4yMjgNCgkJCWMtMC40NTUsMC0wLjczMywwLjI1My0wLjczMywwLjYzMmMwLDAuMzI5LDAuMjAyLDAuNTMxLDAuNzU5LDAuNjA3aDAuMTUyYzAuNjU3LDAuMDc2LDAuOTM2LDAuMzc5LDAuOTM2LDAuODYNCgkJCWMwLDAuNTMxLTAuMzgsMC45MS0xLjExMywwLjkxQzM0LjI0Myw0LjkzMSwzMy44MzgsNC43NTQsMzMuNjEsNC41NTJ6Ii8+DQoJCTxwYXRoIGZpbGw9IiMzMzQ3NUEiIGQ9Ik0zNi45OTgsMS43NDVjMC0wLjAyNSwwLjAyNS0wLjA1MSwwLjA1MS0wLjA1MWgxLjgyMmMwLjAyNSwwLDAuMDQ5LDAuMDI1LDAuMDQ5LDAuMDUxdjAuMTUyDQoJCQljMCwwLjAyNS0wLjAyMywwLjA1LTAuMDQ5LDAuMDVoLTEuNTk0djEuMTg5aDEuMzkxYzAuMDI1LDAsMC4wNTEsMC4wMjUsMC4wNTEsMC4wNXYwLjE1MmMwLDAuMDI1LTAuMDI1LDAuMDUxLTAuMDUxLDAuMDUxaC0xLjM5MQ0KCQkJdjEuMjM5aDEuNTk0YzAuMDI1LDAsMC4wNDksMC4wMjUsMC4wNDksMC4wNTF2MC4xNTFjMCwwLjAyNS0wLjAyMywwLjA1LTAuMDQ5LDAuMDVoLTEuODIyYy0wLjAyNSwwLTAuMDUxLTAuMDI0LTAuMDUxLTAuMDVWMS43NDUNCgkJCXoiLz4NCgkJPHBhdGggZmlsbD0iIzMzNDc1QSIgZD0iTTQwLjg5MywxLjc0NWMwLTAuMDI1LDAuMDI1LTAuMDUxLDAuMDUxLTAuMDUxaDAuMTc4YzAuMDI1LDAsMC4wNTEsMC4wMjUsMC4wNTEsMC4wNTFsMS4xMTMsMy4wODUNCgkJCWMwLDAuMDI1LDAsMC4wNS0wLjAyNSwwLjA1aC0wLjE3OGMtMC4wMjUsMC0wLjA1MSwwLTAuMDUxLTAuMDVsLTAuMjc3LTAuNzg0aC0xLjM5MWwtMC4yNzksMC43ODRjMCwwLjAyNS0wLjAyNSwwLjA1LTAuMDUxLDAuMDUNCgkJCWgtMC4xNzZjLTAuMDI1LDAtMC4wNTEtMC4wMjQtMC4wMjUtMC4wNUw0MC44OTMsMS43NDV6IE00MS42MjcsMy43OTNMNDEuMDIsMi4xMjVsMCwwbC0wLjYwNywxLjY2OUg0MS42Mjd6Ii8+DQoJCTxwYXRoIGZpbGw9IiMzMzQ3NUEiIGQ9Ik00NS4yNDQsNC44OGMtMC4wMjUsMC0wLjA1MSwwLTAuMDUxLTAuMDVsLTAuNjU4LTEuMzkxaC0wLjA3Nkg0My42djEuMzY2DQoJCQljMCwwLjAyNS0wLjAyNSwwLjA1MS0wLjA1MSwwLjA1MWgtMC4xNzhjLTAuMDI1LDAtMC4wNTEtMC4wMjUtMC4wNTEtMC4wNTF2LTMuMDZjMC0wLjAyNSwwLjAyNS0wLjA1MSwwLjA1MS0wLjA1MWgxLjA2Mw0KCQkJYzAuNjA3LDAsMC45NjEsMC4zMjksMC45NjEsMC44ODVjMCwwLjQzLTAuMjUyLDAuNzU5LTAuNjU2LDAuODM0bDAuNjgyLDEuNDE3YzAuMDI1LDAuMDI1LDAsMC4wNS0wLjAyNSwwLjA1SDQ1LjI0NEw0NS4yNDQsNC44OHoNCgkJCSBNNDUuMTY4LDIuNThjMC0wLjQwNS0wLjI1NC0wLjYzMi0wLjcwOS0wLjYzMmgtMC44MzR2MS4yNjVoMC44MzRDNDQuOTE0LDMuMjEyLDQ1LjE2OCwyLjk4NCw0NS4xNjgsMi41OHoiLz4NCgkJPHBhdGggZmlsbD0iIzMzNDc1QSIgZD0iTTQ2LjU1OSwzLjI4OGMwLTAuNzA4LDAuMDUxLTAuODYsMC4xMjctMS4wNjJjMC4xMjUtMC4yNzgsMC4zNzktMC41MDYsMC42ODItMC41NTYNCgkJCWMwLjU1Ny0wLjEwMiwxLjAxMiwwLjEwMSwxLjI0LDAuNTU2YzAsMC4wMjUsMCwwLjA1MSwwLDAuMDUxbC0wLjE1MiwwLjA3NmMtMC4wMjUsMC0wLjA1MSwwLTAuMDUxLTAuMDI1DQoJCQljLTAuMTc4LTAuMjI4LTAuNDA0LTAuNDMtMC43NTgtMC40M2MtMC4zODEsMC0wLjYzMywwLjE3Ny0wLjc2LDAuNTMxYy0wLjA1MSwwLjEyNi0wLjA3NiwwLjMyOS0wLjA3NiwwLjg2DQoJCQljMCwwLjUzMSwwLjAyNSwwLjczMywwLjA3NiwwLjg2YzAuMTI3LDAuMzU0LDAuMzU0LDAuNTMxLDAuNzYsMC41MzFjMC4zNTQsMCwwLjU4LTAuMTc4LDAuNzMyLTAuNDU1DQoJCQljMC0wLjAyNSwwLjAyNS0wLjAyNSwwLjA1MS0wLjAyNWwwLjE1MiwwLjA3NWMwLjAyNSwwLDAuMDI1LDAuMDI1LDAsMC4wNTFjLTAuMTc4LDAuMzgtMC41MzEsMC41ODEtMC45NjEsMC41ODENCgkJCWMtMC41MDYsMC0wLjg2MS0wLjIyNy0xLjAxMi0wLjcwN0M0Ni41ODQsNC4wNzIsNDYuNTU5LDMuODQ0LDQ2LjU1OSwzLjI4OHoiLz4NCgkJPHBhdGggZmlsbD0iIzMzNDc1QSIgZD0iTTQ5Ljc3LDEuNzQ1YzAtMC4wMjUsMC4wMjUtMC4wNTEsMC4wNTEtMC4wNTFoMC4xNzhjMC4wMjUsMCwwLjA1MSwwLjAyNSwwLjA1MSwwLjA1MXYxLjM5MWgxLjY0M1YxLjc0NQ0KCQkJYzAtMC4wMjUsMC4wMjUtMC4wNTEsMC4wNTEtMC4wNTFoMC4xNzhjMC4wMjUsMCwwLjA1MSwwLjAyNSwwLjA1MSwwLjA1MXYzLjA4NWMwLDAuMDI1LTAuMDI1LDAuMDUtMC4wNTEsMC4wNWgtMC4xNzgNCgkJCWMtMC4wMjUsMC0wLjA1MS0wLjAyNC0wLjA1MS0wLjA1VjMuMzg5aC0xLjY2OHYxLjQ0MWMwLDAuMDI1LTAuMDI1LDAuMDUtMC4wNTEsMC4wNWgtMC4xNzhjLTAuMDI1LDAtMC4wNTEtMC4wMjQtMC4wNTEtMC4wNQ0KCQkJTDQ5Ljc3LDEuNzQ1TDQ5Ljc3LDEuNzQ1eiIvPg0KCQk8cGF0aCBmaWxsPSIjMzM0NzVBIiBkPSJNNTMuMTMzLDQuNTUyYy0wLjAyNS0wLjAyNS0wLjAyNS0wLjA1MSwwLTAuMDc2bDAuMTAyLTAuMTUxYzAuMDI1LTAuMDI1LDAuMDUxLTAuMDI1LDAuMDc2LDANCgkJCWMwLjIwMywwLjE1MSwwLjU1NywwLjMyOSwwLjkxLDAuMzI5YzAuNTA2LDAsMC44MzYtMC4yNTQsMC44MzYtMC42NThjMC0wLjMwMy0wLjE3OC0wLjU1Ni0wLjc2LTAuNjA2bC0wLjE1Mi0wLjAyNQ0KCQkJYy0wLjYzMS0wLjA3Ni0wLjkxLTAuMzc5LTAuOTEtMC44MzVjMC0wLjU1NiwwLjQwNC0wLjg4NSwxLjAxMi0wLjg4NWMwLjM1NCwwLDAuNjg0LDAuMTAxLDAuOTEsMC4yNzgNCgkJCWMwLjAyNSwwLDAuMDI1LDAuMDUxLDAsMC4wNzZsLTAuMSwwLjE1MmMtMC4wMjUsMC4wMjUtMC4wNTEsMC4wMjUtMC4wNzYsMGMtMC4yNTQtMC4xNTItMC41MDYtMC4yMjgtMC43ODUtMC4yMjgNCgkJCWMtMC40NTUsMC0wLjczMiwwLjI1My0wLjczMiwwLjYzMmMwLDAuMzI5LDAuMjAxLDAuNTMxLDAuNzU4LDAuNjA3bDAuMTUyLDAuMDI1YzAuNjU4LDAuMDc2LDAuOTM2LDAuMzc5LDAuOTM2LDAuODYNCgkJCWMwLDAuNTMxLTAuMzc5LDAuOTEtMS4xMTMsMC45MUM1My43OTEsNC45MzEsNTMuMzYxLDQuNzU0LDUzLjEzMyw0LjU1MnoiLz4NCgkJPHBhdGggZmlsbD0iIzMzNDc1QSIgZD0iTTU3LjE4LDQuODhjLTAuMDI1LDAtMC4wNTEtMC4wMjQtMC4wNTEtMC4wNVYxLjk0N2gtMC45MzZjLTAuMDI1LDAtMC4wNTEtMC4wMjUtMC4wNTEtMC4wNVYxLjc0NQ0KCQkJYzAtMC4wMjUsMC4wMjUtMC4wNTEsMC4wNTEtMC4wNTFoMi4xNWMwLjAyNSwwLDAuMDUxLDAuMDI1LDAuMDUxLDAuMDUxdjAuMTUyYzAsMC4wMjUtMC4wMjUsMC4wNS0wLjA1MSwwLjA1aC0wLjkzNnYyLjg4Mw0KCQkJYzAsMC4wMjUtMC4wMjUsMC4wNS0wLjA1MSwwLjA1SDU3LjE4TDU3LjE4LDQuODh6Ii8+DQoJCTxwYXRoIGZpbGw9IiMzMzQ3NUEiIGQ9Ik01OS44ODcsMS43NDVjMC0wLjAyNSwwLjAyNS0wLjA1MSwwLjA1MS0wLjA1MWgwLjE3NmMwLjAyNSwwLDAuMDUxLDAuMDI1LDAuMDUxLDAuMDUxbDEuMTEzLDMuMDg1DQoJCQljMCwwLjAyNSwwLDAuMDUtMC4wMjUsMC4wNWgtMC4xNzhjLTAuMDI1LDAtMC4wNTEsMC0wLjA1MS0wLjA1bC0wLjI3Ny0wLjc4NGgtMS4zOTFsLTAuMjc5LDAuNzg0YzAsMC4wMjUtMC4wMjUsMC4wNS0wLjA1MSwwLjA1DQoJCQlINTguODVjLTAuMDI1LDAtMC4wNTEtMC4wMjQtMC4wMjUtMC4wNUw1OS44ODcsMS43NDV6IE02MC42MTksMy43OTNsLTAuNjA3LTEuNjY5bDAsMGwtMC42MDUsMS42NjlINjAuNjE5eiIvPg0KCQk8cGF0aCBmaWxsPSIjMzM0NzVBIiBkPSJNNjQuMDU5LDQuODhjLTAuMDI1LDAtMC4wNTEsMC0wLjA1MS0wLjA1bC0wLjgwOS0xLjM2NmwwLDBsLTAuODM0LDEuMzY2YzAsMC4wMjUtMC4wMjUsMC4wNS0wLjA1MSwwLjA1DQoJCQloLTAuMjAzYy0wLjAyNSwwLTAuMDI1LTAuMDI0LTAuMDI1LTAuMDVsMC45NjEtMS42MTlsLTAuODg1LTEuNDY3Yy0wLjAyNS0wLjAyNSwwLTAuMDUxLDAuMDI1LTAuMDUxaDAuMjAzDQoJCQljMC4wMjMsMCwwLjA0OSwwLDAuMDQ5LDAuMDUxbDAuNzM0LDEuMjE0bDAsMGwwLjczMi0xLjIxNGMwLjAyNS0wLjAyNSwwLjAyNS0wLjA1MSwwLjA1MS0wLjA1MWgwLjIwMw0KCQkJYzAuMDI1LDAsMC4wMjUsMC4wMjUsMC4wMjUsMC4wNTFsLTAuODg1LDEuNDY3bDAuOTg2LDEuNjE5YzAsMC4wMjUsMCwwLjA1LTAuMDI1LDAuMDVINjQuMDU5TDY0LjA1OSw0Ljg4eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K') no-repeat 98% center;
   background-size: 145px;
   padding-right: 155px;
}
*/

.searchstax-answer-wrap a::before{
  margin-top: -3px;
}

@media (max-width:1200px){
	.searchstax-results-container-grid .searchstax-search-results-container .searchstax-search-results .searchstax-result-item-link{
		display: block !important;
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
}
@media (max-width:767px){
  .searchstax-results-container-grid .searchstax-search-results-container .searchstax-search-results .searchstax-result-item-link{
    display: block !important;
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

.searchstax-search-input-container.searchstax-alternative-render{
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.searchstax-location-input-container .searchstax-location-input-wrapper input{
  margin-top: 0px;
}

.searchstax-location-input-container .searchstax-location-input-wrapper select{
  margin-top: 0px;
}

.searchstax-search-input-container.searchstax-alternative-render .searchstax-search-icon{
  margin-top: 0px;
}

.searchstax-location-input-container .searchstax-location-input-wrapper .searchstax-location-input-label{
  line-height: 32px;
}

@media (max-width:500px){
  #searchstax-search-input{
   background: none !important;
   padding-right: 0px !important;
}
}

@media (max-width: 1120px) {
	 .searchstax-alternative-render {
		 width: 100% !important;
	}
	 .searchstax-page-layout-container {
		 width: 100% !important;
		 margin-left: 0;
	}
	 .searchstax-alternative-render {
		 width: 100% !important;
		 padding-left: 0;
	}
}
 @media (max-width: 550px) {
	 .searchstax-alternative-render {
		 display: block !important;
	}
	 .searchstax-alternative-render .searchstax-location-input-container {
		 width: 100% !important;
	}
	 .searchstax-alternative-render .searchstax-location-input-wrapper {
		 display: block !important;
	}
	 .searchstax-alternative-render .searchstax-location-input-wrapper .searchstax-location-input-label {
		 display: block;
	}
	 .searchstax-alternative-render .searchstax-location-input-wrapper input, .searchstax-alternative-render .searchstax-location-input-wrapper select {
		 width: 100% !important;
		 padding: 0;
		 padding-left: 10px;
	}
	 .searchstax-alternative-render .searchstax-location-input-wrapper select {
		 width: calc(100% + 10px) !important;
		 padding-right: 10px;
	}
  .searchstax-search-input-container{
    height: auto;
  }

  .searchstax-location-input{
    width: calc(100% + 10px) !important;
  }
}

/*# sourceMappingURL=mainTheme.css.map */
