@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

.brochures-list .result__wrapper .link-download a {
  display: inline-block;
  margin-top: 20px;
  padding-left: 30px;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-download-blue.svg?h=20&w=20") no-repeat 0 center;
  color: #0D4486 !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}

.brochures-list .result__wrapper .link-download a:focus, .brochures-list .result__wrapper .link-download a:hover {
  color: #1088b8 !important;
}

.sort-results select {
  position: relative;
  padding: 0 20px;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.sort-results select:hover {
  border-color: #00ADEF !important;
}

.sort-results select.input-validation-error {
  border-color: #c4505d !important;
}

.search-box button.search-box-button, .search-box .search-box-clear-button,
.search-box .search-box-close-button, .cxa-searchbar-component .search-button {
  position: absolute;
  height: 20px !important;
  min-width: 0px !important;
  width: 20px !important;
  right: 12px;
  top: 50%;
  padding: 0 !important;
  background: transparent !important;
  color: transparent !important;
  border: 0px !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-box button.search-box-button:hover, .search-box .search-box-clear-button:hover,
.search-box .search-box-close-button:hover, .cxa-searchbar-component .search-button:hover {
  background-color: transparent !important;
  text-indent: -9999px;
}

.search-box button.search-box-button:focus, .search-box .search-box-clear-button:focus,
.search-box .search-box-close-button:focus, .cxa-searchbar-component .search-button:focus {
  border: none !important;
}

.search-box button.search-box-button::before, .search-box .search-box-clear-button::before,
.search-box .search-box-close-button::before, .cxa-searchbar-component .search-button::before {
  content: none !important;
}

.search-box button.search-box-button::after, .search-box .search-box-clear-button::after,
.search-box .search-box-close-button::after, .cxa-searchbar-component .search-button::after {
  position: relative;
  height: 20px;
  width: 20px;
  top: auto;
  left: auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-search.svg");
  content: " ";
  pointer-events: none;
}

.search-box button.search-box-button > span, .search-box .search-box-clear-button > span, .search-box .search-box-close-button > span, .cxa-searchbar-component .search-button > span {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.cxa-productlistpageinfo-component .productlist-header-section .showing-amount h6,
.cxa-productlistpageinfo-component .productlist-header-section .showing-amount span, .results-count {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #0D4486 !important;
  line-height: 1;
}

@media (min-width: 992px) {
  .cxa-productlistpageinfo-component .productlist-header-section .showing-amount h6,
  .cxa-productlistpageinfo-component .productlist-header-section .showing-amount span, .results-count {
    font-size: 20px;
  }
}

.searchresult__wrapper > span, .search-result-list > li > a > div > span,
.brochure__content-wrapper > span, .brochures-list .result__wrapper > span {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 40px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

@media (min-width: 992px) {
  .searchresult__wrapper > span, .search-result-list > li > a > div > span,
  .brochure__content-wrapper > span, .brochures-list .result__wrapper > span {
    width: 50px;
  }
}

.searchresult__wrapper > span.pdf, .search-result-list > li > a > div > span.pdf,
.brochure__content-wrapper > span.pdf, .brochures-list .result__wrapper > span.pdf {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-pdf.svg");
}

.searchresult__wrapper > span.ppt, .search-result-list > li > a > div > span.ppt,
.brochure__content-wrapper > span.ppt, .brochures-list .result__wrapper > span.ppt {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-ppt.svg");
}

.searchresult__wrapper > span.pptx, .search-result-list > li > a > div > span.pptx,
.brochure__content-wrapper > span.pptx, .brochures-list .result__wrapper > span.pptx {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-pptx.svg");
}

.searchresult__wrapper > span.zip, .search-result-list > li > a > div > span.zip,
.brochure__content-wrapper > span.zip, .brochures-list .result__wrapper > span.zip {
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-zip.svg");
}

.c-site-search-tabs {
  margin-right: 15px;
  margin-bottom: 24px;
  margin-left: 15px;
  clear: both;
}

@media (max-width: 991px) {
  .c-site-search-tabs .component-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.dropdown-toggle {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  padding: 15px;
  margin: 0;
  border: 0;
  text-align: left;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #0D4486;
  line-height: 1;
  background: white;
}

@media (min-width: 992px) {
  .dropdown-toggle {
    display: none;
  }
}

.dropdown-toggle:after {
  position: absolute;
  display: inline-block;
  top: calc(50% - 3px);
  padding: 2px;
  right: 20px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

.-is-open .dropdown-toggle:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.dropdown-menu {
  z-index: 1;
  display: none;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: unset;
  border-radius: unset;
  border: 0;
}

@media (max-width: 991px) {
  .dropdown-menu {
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu {
    display: flex;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.dropdown-menu li {
  margin: 0;
}

@media (max-width: 991px) {
  .dropdown-menu li + li {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu li {
    display: inline-block;
    padding: 22px 15px;
    flex-basis: 25%;
    text-align: center;
  }
  .dropdown-menu li:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.dropdown-menu li a {
  padding: 0;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
}

@media (min-width: 992px) {
  .dropdown-menu li a {
    font-weight: 600;
  }
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  background: none;
  border: none;
}

@media (min-width: 992px) {
  .dropdown-menu li.is-active {
    background: #F7F8F9;
  }
}

.dropdown-menu li.is-active a {
  font-weight: 600;
}

@media (max-width: 991px) {
  .-is-open .dropdown-menu {
    display: block;
  }
}

.search-box .search-box-close-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m16.07.51 1.42 1.41L1.93 17.48.52 16.07z'/%3E%3Cpath d='M.51 1.93 1.93.5l15.56 15.56-1.42 1.42L.51 1.93Z' fill='%23000'/%3E%3C/svg%3E%0A") !important;
}

.search-box .search-box-clear-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m16.07.51 1.42 1.41L1.93 17.48.52 16.07z'/%3E%3Cpath d='M.51 1.93 1.93.5l15.56 15.56-1.42 1.42L.51 1.93Z' fill='%23000'/%3E%3C/svg%3E%0A") !important;
  width: 16px;
  height: 16px;
}

@media (max-width: 991px) {
  .search-box .search-box-clear-button {
    display: none !important;
    width: auto !important;
    padding: 0 12px !important;
  }
  .search-box .search-box-clear-button > span {
    clip: none;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    width: auto;
    margin: 0 5px 0 0;
    overflow: visible;
    padding: 0;
    position: static;
    line-height: 1;
    opacity: 1;
    text-indent: 0;
    background: none;
    color: rgba(0, 0, 0, 0.4);
  }
  .search-box .search-box-clear-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='25' viewBox='0 0 22 25' %3E%3Cpath d='M9.99 25a10.58 10.58 0 0 1-7.1-3.41A10.3 10.3 0 0 1 0 14.29a10.3 10.3 0 0 1 4.63-8.65L6.11 7.1a7.8 7.8 0 0 0-2.99 3.06 8.49 8.49 0 0 0-1.06 4.14c0 2.25.75 4.2 2.26 5.85A8.73 8.73 0 0 0 10 22.97V25Zm2.06 0v-2.03a8.8 8.8 0 0 0 5.66-2.85 8.36 8.36 0 0 0 2.23-5.83c0-2.45-.86-4.53-2.6-6.23a8.68 8.68 0 0 0-6.32-2.55h-.69l2.06 2.02L10.91 9l-4.56-4.5L10.9 0l1.48 1.45-2.06 2.03h.69c3.06 0 5.66 1.05 7.79 3.16C20.94 8.74 22 11.3 22 14.29c0 2.82-.96 5.25-2.87 7.3A10.51 10.51 0 0 1 12.05 25Z' fill='%23000' fill-opacity='.4'/%3E%3C/svg%3E%0A") !important;
    width: 20px;
    height: 20px;
  }
  .search-box .search-box-clear-button.active {
    display: inline-flex !important;
  }
}

body:not(.on-page-editor) .search-box label[for="textBoxSearch"] {
  display: none;
}

.search-box.horizontal input {
  background: #F7F8F9 !important;
}

.search-box .component-spinner__image-small {
  width: 22px;
  height: 22px;
}

.search-box .component-spinner__image-large {
  width: 30px;
  height: 30px;
}

.search-box.initialized .search-box-input {
  padding-left: 32px;
}

.search-box.initialized:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 8px;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #b3b3b3;
  z-index: 2;
}

@media (max-width: 991px) {
  .search-box.initialized:before {
    top: 80px;
    left: 24px;
  }
}

.search-box.initialized.is-loading-results:before {
  width: 20px;
  height: 20px;
  top: 74px;
  left: 22px;
  -webkit-transform: none;
  transform: none;
  border-width: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiBmaWxsPSIjQjNFNkZBIj4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDAgMTYgMzIgQTE2IDE2IDAgMCAwIDE2IDAgTTE2IDQgQTEyIDEyIDAgMCAxIDE2IDI4IEExMiAxMiAwIDAgMSAxNiA0IiAvPgogIDxwYXRoIGZpbGw9IiM0REM2RjQiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMSAzMiAxNiBMMjggMTYgQTEyIDEyIDAgMCAwIDE2IDR6Ij4KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvcGF0aD4KPC9zdmc+");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .search-box.initialized.is-loading-results:before {
    top: 14px;
    left: 8px;
  }
}

.search-box.quick-cart-search.initialized:before {
  top: 40px;
  left: 32px;
}

.search-box.quick-cart-search.initialized.is-loading-results:before {
  top: 35px;
  left: 32px;
}

.cxa-searchbar-component {
  position: relative;
  margin-bottom: 24px;
}

.cxa-searchbar-component .toggle-search-bar {
  display: none;
}

.cxa-searchbar-component form#SearchForm {
  display: block;
}

.cxa-searchbar-component .search-input-section {
  width: 100%;
  margin: 0;
}

.cxa-searchbar-component .search-textbox {
  background: #F7F8F9 !important;
}

.cxa-searchbar-component .search-button span {
  display: none;
}

.cxa-searchbar-component {
  padding: 0;
}

.search-results {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 48px;
}

.cxa-productlistpageinfo-component,
.search-results-count {
  display: flex;
  height: 60px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 24px;
  align-items: center;
}

@media (max-width: 991px) {
  .cxa-productlistpageinfo-component,
  .search-results-count {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .cxa-productlistsorting-component {
    width: 50%;
    float: right;
  }
}

.sort-results {
  padding: 0;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .sort-results {
    width: 50%;
    float: right;
  }
}

.sort-results select {
  font-weight: 600;
}

.sort-results > .component-content {
  display: flex;
  align-items: center;
}

.sort-results .facet-title {
  white-space: nowrap;
  margin-right: 12px;
}

@media (max-width: 991px) {
  .sort-results .facet-title {
    display: none;
  }
}

.searchresult__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flext-start;
}

.searchresult__wrapper * + * {
  margin-top: 24px;
}

.searchresult__wrapper > div {
  max-width: calc(100% - 60px);
}

.searchresult__wrapper.row {
  margin: unset;
}

.searchresult__wrapper .field-title {
  flex-basis: 100%;
  color: #0D4486;
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.searchresult__wrapper .field-updated {
  margin-right: 24px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .searchresult__wrapper .field-updated {
    flex-basis: 100%;
  }
}

.searchresult__wrapper .field-updated span {
  font-weight: 400;
}

@media (max-width: 991px) {
  .searchresult__wrapper .field-size {
    margin-top: 12px;
    flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  .searchresult__wrapper .field-size {
    flex-basis: 50%;
  }
}

.searchresult__wrapper .field-size span:last-child {
  font-weight: 600;
}

.search-result-list > li > a > div,
.brochure__content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flext-start;
}

.search-result-list > li > a > div * + *,
.brochure__content-wrapper * + * {
  margin-top: 24px;
}

.search-result-list > li > a > div > div,
.brochure__content-wrapper > div {
  max-width: calc(100% - 60px);
}

.search-result-list > li > a > div .field-title,
.brochure__content-wrapper .field-title {
  flex-basis: 100%;
  margin-top: 0;
  color: #0D4486;
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.search-result-list > li > a > div .field-description,
.brochure__content-wrapper .field-description {
  flex-basis: 100%;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.2;
}

.search-result-list > li > a > div .media-heading,
.brochure__content-wrapper .media-heading {
  margin-bottom: 0;
}

.brochures-list .result__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flext-start;
}

.brochures-list .result__wrapper * + * {
  margin-top: 24px;
}

.brochures-list .result__wrapper > div {
  padding-right: 60px;
}

@media (min-width: 992px) {
  .brochures-list .result__wrapper > div {
    padding-right: 70px;
  }
}

.brochures-list .result__wrapper .field-title {
  flex-basis: 100%;
  margin-top: 0;
  color: #0D4486;
  font-size: 16px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 600;
}

.brochures-list .result__wrapper .field-description {
  flex-basis: 100%;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  line-height: 1.2;
}

.brochures-list .result__wrapper .link-download {
  padding: 0;
  margin: 0;
  background: none;
  position: relative;
}

.brochures-list .result__wrapper .link-download a {
  line-height: 1.5;
}

.search-box .tt-dataset {
  padding: 10px 0;
}

.search-box .tt-hint {
  display: none;
}
