.search-custom-filter input[type=text], .search-custom-filter input[type=number], .search-custom-filter input[type=email], .search-custom-filter input[type=date], .search-custom-filter input[type=password] {
  padding: 20px;
  margin: 0;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
}

.search-custom-filter input[type=text]:hover, .search-custom-filter input[type=text]:focus, .search-custom-filter input[type=number]:hover, .search-custom-filter input[type=number]:focus, .search-custom-filter input[type=email]:hover, .search-custom-filter input[type=email]:focus, .search-custom-filter input[type=date]:hover, .search-custom-filter input[type=date]:focus, .search-custom-filter input[type=password]:hover, .search-custom-filter input[type=password]:focus {
  border-color: #00ADEF !important;
  color: #000;
}

.search-custom-filter input[type=text]:disabled, .search-custom-filter input[type=text][disabled], .search-custom-filter input[type=number]:disabled, .search-custom-filter input[type=number][disabled], .search-custom-filter input[type=email]:disabled, .search-custom-filter input[type=email][disabled], .search-custom-filter input[type=date]:disabled, .search-custom-filter input[type=date][disabled], .search-custom-filter input[type=password]:disabled, .search-custom-filter input[type=password][disabled] {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

.search-custom-filter input[type=text].input-validation-error, .search-custom-filter input[type=number].input-validation-error, .search-custom-filter input[type=email].input-validation-error, .search-custom-filter input[type=date].input-validation-error, .search-custom-filter input[type=password].input-validation-error {
  border-color: #c4505d;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 6px;
}

.search-custom-filter input[type=text]::-webkit-input-placeholder, .search-custom-filter input[type=number]::-webkit-input-placeholder, .search-custom-filter input[type=email]::-webkit-input-placeholder, .search-custom-filter input[type=date]::-webkit-input-placeholder, .search-custom-filter input[type=password]::-webkit-input-placeholder {
  color: #bbb;
}

.search-custom-filter input[type=text]:-ms-input-placeholder, .search-custom-filter input[type=number]:-ms-input-placeholder, .search-custom-filter input[type=email]:-ms-input-placeholder, .search-custom-filter input[type=date]:-ms-input-placeholder, .search-custom-filter input[type=password]:-ms-input-placeholder {
  color: #bbb;
}

.search-custom-filter input[type=text]::placeholder, .search-custom-filter input[type=number]::placeholder, .search-custom-filter input[type=email]::placeholder, .search-custom-filter input[type=date]::placeholder, .search-custom-filter input[type=password]::placeholder {
  color: #bbb;
}

.search-custom-filter input[type=radio] {
  position: relative;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50% !important;
  cursor: pointer;
}

.search-custom-filter input[type=radio]:checked {
  border-color: #03AFEF;
}

.search-custom-filter input[type=radio]:checked::after {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 14px;
  width: 14px;
  background-color: #03AFEF;
  border-radius: 50%;
  vertical-align: initial;
  content: '';
}

.search-custom-filter input[type=radio]:hover {
  border-color: #03AFEF;
}

.search-custom-filter input[type=radio]:disabled, .search-custom-filter input[type=radio][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.search-custom-filter input[type=checkbox] {
  margin-top: 0;
  margin-right: 12px;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: auto;
  max-width: none;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
}

.search-custom-filter input[type=checkbox]:checked {
  border-color: #03AFEF;
}

.search-custom-filter input[type=checkbox]:checked::after {
  content: '';
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-tick-white.svg?h=16&w=16");
  background-repeat: no-repeat;
  background-position: center 1px;
  background-color: #03AFEF;
  width: 16px;
  height: 16px;
  vertical-align: initial;
  position: absolute;
  left: 3px;
  top: 3px;
}

.search-custom-filter input[type=checkbox]:hover {
  border-color: #000;
}

.search-custom-filter input[type=checkbox]:disabled, .search-custom-filter input[type=checkbox][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

/* FILTER/FACET STYLES */
.component.cxa-subcategorynavigation-component .subcategory-navigation ul li a span, .component.cxa-subcategorynavigation-component .subcategory-navigation ul li a, .facet-component.facet-single-selection-list .facet-search-filter .facet-value, .facet-component.custom-filter-component .facet-search-filter .facet-value, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7) !important;
  display: block;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
}

.component.cxa-subcategorynavigation-component .subcategory-navigation ul li a span:hover, .component.cxa-subcategorynavigation-component .subcategory-navigation ul li a:hover, .facet-component.facet-single-selection-list .facet-search-filter .facet-value:hover, .facet-component.custom-filter-component .facet-search-filter .facet-value:hover, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter:hover, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter:hover, .component.cxa-subcategorynavigation-component .subcategory-navigation ul li a span:active, .component.cxa-subcategorynavigation-component .subcategory-navigation ul li a:active, .facet-component.facet-single-selection-list .facet-search-filter .facet-value:active, .facet-component.custom-filter-component .facet-search-filter .facet-value:active, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter:active, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter:active, .component.cxa-subcategorynavigation-component .subcategory-navigation ul li a span:focus, .component.cxa-subcategorynavigation-component .subcategory-navigation ul li a:focus, .facet-component.facet-single-selection-list .facet-search-filter .facet-value:focus, .facet-component.custom-filter-component .facet-search-filter .facet-value:focus, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter:focus, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter:focus {
  border-bottom: 1px solid #00ADEF;
}

.component.cxa-subcategorynavigation-component .subcategory-navigation .subcategories-title, .facet-component.facet-single-selection-list .facet-heading .facet-title, .facet-component.custom-filter-component .facet-heading .facet-title {
  color: #0D4486 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 15px 6px 0 !important;
  margin: 0;
  cursor: pointer;
}

.component.cxa-subcategorynavigation-component .subcategory-navigation .subcategories-title:after, .facet-component.facet-single-selection-list .facet-heading .facet-title:after, .facet-component.custom-filter-component .facet-heading .facet-title:after {
  content: '';
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20");
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 4px;
  right: -6px;
  margin: 0;
  display: block !important;
}

.component.cxa-subcategorynavigation-component,
.facet-component.facet-single-selection-list,
.facet-component.custom-filter-component {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-shadow: none;
  padding: 15px;
  margin-bottom: 30px;
  min-height: 60px;
}

.facet-component.facet-single-selection-list:last-of-type, .facet-component.custom-filter-component:last-of-type {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .facet-component.facet-single-selection-list:last-of-type, .facet-component.custom-filter-component:last-of-type {
    margin-bottom: 36px;
  }
}

.component.cxa-subcategorynavigation-component .subcategory-navigation ul {
  margin-top: 20px;
  font-size: 13px;
}

.component.cxa-subcategorynavigation-component .subcategory-navigation ul li {
  margin: 15px 0 0;
  padding: 0;
  font-size: inherit;
}

.component.cxa-subcategorynavigation-component .subcategory-navigation ul li:first-child {
  margin-top: 0;
}


.facet-component.facet-single-selection-list,
.facet-component.custom-filter-component {
  position: relative;
}

.facet-component.facet-single-selection-list .facet-heading .clear-filter, .facet-component.custom-filter-component .facet-heading .clear-filter {
  position: absolute;
  top: 14px;
  right: -6px;
  display: none;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
}

.facet-component.facet-single-selection-list .facet-heading .clear-filter:hover, .facet-component.custom-filter-component .facet-heading .clear-filter:hover {
  background: unset;
}

.facet-component.facet-single-selection-list .facet-heading .clear-filter.has-active-facet, .facet-component.custom-filter-component .facet-heading .clear-filter.has-active-facet, .facet-component.facet-single-selection-list .facet-heading .clear-filter.has-active-facet:hover, .facet-component.custom-filter-component .facet-heading .clear-filter.has-active-facet:hover {
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
  background-color: white;
}

.facet-component.facet-single-selection-list .facet-search-filter, .facet-component.custom-filter-component .facet-search-filter {
  display: none;
  margin-top: 20px;
  font-size: 13px;
}

.facet-component.facet-single-selection-list .facet-search-filter .facet-value, .facet-component.custom-filter-component .facet-search-filter .facet-value, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter {
  margin: 15px 0 0;
  padding: 0;
}

.facet-component.facet-single-selection-list .facet-search-filter .facet-value:first-child, .facet-component.custom-filter-component .facet-search-filter .facet-value:first-child, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter:first-child, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter:first-child {
  margin-top: 0;
}

.facet-component.facet-single-selection-list .facet-search-filter .facet-value span, .facet-component.custom-filter-component .facet-search-filter .facet-value span, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter span, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter span, .facet-component.facet-single-selection-list .facet-search-filter .facet-value label, .facet-component.custom-filter-component .facet-search-filter .facet-value label, .facet-component.facet-single-selection-list .facet-search-filter .search-custom-filter label, .facet-component.custom-filter-component .facet-search-filter .search-custom-filter label {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.facet-component.facet-single-selection-list .facet-search-filter .facet-value.active-facet, .facet-component.custom-filter-component .facet-search-filter .facet-value.active-facet, .facet-component.facet-single-selection-list .facet-search-filter .active-facet.search-custom-filter, .facet-component.custom-filter-component .facet-search-filter .active-facet.search-custom-filter {
  font-weight: 600;
  padding-right: 15px;
}

.facet-component.facet-single-selection-list .facet-search-filter .facet-value.active-facet span, .facet-component.custom-filter-component .facet-search-filter .facet-value.active-facet span, .facet-component.facet-single-selection-list .facet-search-filter .active-facet.search-custom-filter span, .facet-component.custom-filter-component .facet-search-filter .active-facet.search-custom-filter span, .facet-component.facet-single-selection-list .facet-search-filter .facet-value.active-facet label, .facet-component.custom-filter-component .facet-search-filter .facet-value.active-facet label, .facet-component.facet-single-selection-list .facet-search-filter .active-facet.search-custom-filter label, .facet-component.custom-filter-component .facet-search-filter .active-facet.search-custom-filter label {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.facet-component.facet-single-selection-list .facet-search-filter .facet-value.active-facet::after, .facet-component.custom-filter-component .facet-search-filter .facet-value.active-facet::after, .facet-component.facet-single-selection-list .facet-search-filter .active-facet.search-custom-filter::after, .facet-component.custom-filter-component .facet-search-filter .active-facet.search-custom-filter::after {
  content: '';
  position: absolute;
  left: auto;
  top: 0.5em;
  right: 0;
  width: 8px;
  height: 8px;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-close.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.facet-component.facet-single-selection-list .facet-search-filter .toogle-facet-visibility, .facet-component.custom-filter-component .facet-search-filter .toogle-facet-visibility {
  margin: 15px 0 0;
  padding: 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: #0D4486;
}

.facet-component.facet-single-selection-list .facet-search-filter .toogle-facet-visibility::before, .facet-component.custom-filter-component .facet-search-filter .toogle-facet-visibility::before {
  content: '...';
  position: absolute;
  left: 0;
  top: auto;
  bottom: 70%;
  pointer-events: none;
  font-size: 24px;
  letter-spacing: 1.5pt;
  color: rgba(0, 0, 0, 0.7);
  display: none;
}

.facet-component.facet-single-selection-list .facet-search-filter .toogle-facet-visibility::after, .facet-component.custom-filter-component .facet-search-filter .toogle-facet-visibility::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230D4486' d='M1 7V5h10v2z' opacity='.7'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  bottom: 4px;
  pointer-events: none;
}

.facet-component.facet-single-selection-list .facet-search-filter.facet-hided .facet-value.hide-facet-value, .facet-component.custom-filter-component .facet-search-filter.facet-hided .facet-value.hide-facet-value, .facet-component.facet-single-selection-list .facet-search-filter.facet-hided .hide-facet-value.search-custom-filter, .facet-component.custom-filter-component .facet-search-filter.facet-hided .hide-facet-value.search-custom-filter {
  display: none;
}

.facet-component.facet-single-selection-list .facet-search-filter.facet-hided .toogle-facet-visibility, .facet-component.custom-filter-component .facet-search-filter.facet-hided .toogle-facet-visibility {
  padding: 15px 0 0 0;
}

.facet-component.facet-single-selection-list .facet-search-filter.facet-hided .toogle-facet-visibility::before, .facet-component.custom-filter-component .facet-search-filter.facet-hided .toogle-facet-visibility::before {
  display: block;
}

.facet-component.facet-single-selection-list .facet-search-filter.facet-hided .toogle-facet-visibility::after, .facet-component.custom-filter-component .facet-search-filter.facet-hided .toogle-facet-visibility::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.7' fill='%230D4486'%3E%3Cpath d='M5 1h2v10H5z'/%3E%3Cpath d='M1 7V5h10v2H1z'/%3E%3C/g%3E%3C/svg%3E");
}

.facet-component.facet-single-selection-list .search-results-filter-overlay, .facet-component.custom-filter-component .search-results-filter-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.facet-component.facet-single-selection-list.-is-open .facet-heading .facet-title:after, .facet-component.-is-open.custom-filter-component .facet-heading .facet-title:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.facet-component.facet-single-selection-list.-is-open .facet-heading .clear-filter.has-active-facet, .facet-component.-is-open.custom-filter-component .facet-heading .clear-filter.has-active-facet {
  display: block;
}

.facet-component.facet-single-selection-list.-is-open .facet-search-filter, .facet-component.-is-open.custom-filter-component .facet-search-filter {
  display: block;
}

.facet-component.facet-single-selection-list.loading-in-progress .search-results-filter-overlay, .facet-component.loading-in-progress.custom-filter-component .search-results-filter-overlay {
  display: block;
}

.facet-component.facet-single-selection-list.loading-in-progress .search-results-filter-overlay::after, .facet-component.loading-in-progress.custom-filter-component .search-results-filter-overlay::after {
  content: '';
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+CiAgPHBhdGggIG9wYWNpdHk9Ii4yNSIgZD0iTTE2IDAgQTE2IDE2IDAgMCAwIDE2IDMyIEExNiAxNiAwIDAgMCAxNiAwIE0xNiA0IEExMiAxMiAwIDAgMSAxNiAyOCBBMTIgMTIgMCAwIDEgMTYgNCIvPgogIDxwYXRoIGZpbGw9JyNkZGRkZGQnIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMSAzMiAxNiBMMjggMTYgQTEyIDEyIDAgMCAwIDE2IDR6Ij4KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvcGF0aD4KPC9zdmc+);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-custom-filter {
  border: 0 !important;
  margin: 15px 0 0;
  padding: 0;
}

.search-custom-filter:first-child {
  margin-top: 0;
}

.search-custom-filter input[type="checkbox"]:not([disabled]):hover, .search-custom-filter input[type="checkbox"]:not([disabled]):focus {
  border-color: #03AFEF !important;
}

.search-custom-filter input[type="checkbox"]:not([disabled]):checked:hover, .search-custom-filter input[type="checkbox"]:not([disabled]):checked:focus {
  border-color: #03AFEF !important;
}

.search-custom-filter input[type="checkbox"]:not([disabled]) + label {
  cursor: pointer;
}

.search-custom-filter input[type="checkbox"]:not([disabled]) + label:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #00ADEF;
  text-decoration-color: #00ADEF;
  text-underline-offset: 3px;
}
