/* Minification failed. Returning unminified contents.
(3,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
(160,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
(171,22): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
(185,33): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-error'
(192,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-error'
(245,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
(266,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
(269,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
(291,22): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
(325,33): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
 */
.theme-icon-close-pop-up, .theme-icon-lightbulb, .theme-icon-arrow_svg_sel, .theme-icon-close-mobile, .theme-icon-green-close, .theme-icon-search-no-box, .theme-icon-search-inner-magnify {
  display: inline-block;
  background-color: var(--theme-color-primary);
  vertical-align: middle;
}

.theme-icon-search-inner-magnify {
  mask: url(/Assets/images/smile/search-inner-magnify.svg) no-repeat center/contain;
  -webkit-mask: url(/Assets/images/smile/search-inner-magnify.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
}

.theme-icon-search-no-box {
  mask: url(/Assets/images/smile/search-no-box.svg) no-repeat center/contain;
  -webkit-mask: url(/Assets/images/smile/search-no-box.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
}

.theme-icon-green-close {
  mask: url(/Assets/images/smile/green-close.svg) no-repeat center/contain;
  -webkit-mask: url(/Assets/images/smile/green-close.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
}

.theme-icon-close-mobile {
  mask: url(/Assets/images/smile/close-mobile.svg) no-repeat center/contain;
  -webkit-mask: url(/Assets/images/smile/close-mobile.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
}

.theme-icon-arrow_svg_sel {
  mask: url(/Assets/images/smile/arrow_svg_sel.svg) no-repeat center/contain;
  -webkit-mask: url(/Assets/images/smile/arrow_svg_sel.svg) no-repeat center/contain;
  width: 11px;
  height: 6px;
}

.theme-icon-lightbulb {
  mask: url(/Assets/images/smile/lightbulb.svg) no-repeat center/contain;
  -webkit-mask: url(/Assets/images/smile/lightbulb.svg) no-repeat center/contain;
  width: 22px;
  height: 32px;
}

.theme-icon-close-pop-up {
  mask: url(/Assets/images/smile/close-pop-up.svg) no-repeat center/contain;
  -webkit-mask: url(/Assets/images/smile/close-pop-up.svg) no-repeat center/contain;
  width: 15px;
  height: 17px;
}

.theme-icon-select-wrapper.select-wrapper-max-width {
  width: 100%;
  max-width: 355px;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.hidden {
  display: none;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.hidden {
  display: none;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

/* Header navigation Search Box */
#ClientID_SolrSearchInterface {
  display: none;
}

.smile__mobilesearch_btn {
  display: none !important;
}

.smile__mobilemenu_btn {
  margin-right: 20px !important;
}

#SearchResults {
  text-align: center;
}
#SearchResults .inputWrapper {
  width: 100%;
  max-width: 700px;
}
#SearchResults .inputWrapper .SolrSearchInterface .SolrSearchBox {
  position: relative;
  max-width: 780px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#SearchResults .inputWrapper .SolrSearchInterface .SolrSearchBox .SolrSearchButton {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  bottom: -2px;
  right: -2px;
  height: 85%;
  border-radius: 4px;
}
#SearchResults .inputWrapper .SolrSearchInterface .SolrSearchBox .SolrSearchButton.is-focused-by-tab, #SearchResults .inputWrapper .SolrSearchInterface .SolrSearchBox .SolrSearchButton:focus-visible {
  border: none !important;
}
#SearchResults .inputWrapper .SolrSearchInterface .SolrSearchBox .SolrSearchButton.is-focused-by-tab #smile_searchBtnResults, #SearchResults .inputWrapper .SolrSearchInterface .SolrSearchBox .SolrSearchButton:focus-visible #smile_searchBtnResults {
  border: 2px solid #FFFFFF;
  padding: 0.35rem 1.25rem;
  border-radius: 2px;
}
#SearchResults .inputWrapper .SolrSearchInterface .SolrSearchBox #SearchInput {
  position: relative;
}
#SearchResults .inputWrapper .SolrSearchInterface .SolrSearchBox #SearchInput::before {
  content: "";
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 22px;
  height: 22px;
  pointer-events: none;
  background-color: var(--theme-color-primary);
  mask: url(/Assets/images/smile/search-inner-magnify.svg) no-repeat;
  -webkit-mask: url(/Assets/images/smile/search-inner-magnify.svg) no-repeat;
  mask-size: 22px 22px;
  -webkit-mask-size: 22px 22px;
  z-index: 1;
}
#SearchResults .inputWrapper .SolrSearchInterface .SolrSearchBox #SearchInput input {
  height: 50px;
  width: 100%;
  max-width: 100%;
  border-color: var(--theme-color-primary);
  padding-left: 50px;
  padding-right: 120px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  background: #FFFFFF;
}
#SearchResults .inputWrapper .SolrSearchInterface .SolrSearchBox #SearchInput input :not(.is-focused-by-tab) {
  border: 1px solid #949494;
  outline: none !important;
}
#SearchResults .inputWrapper .SolrSearchInterface .SolrSearchBox #SearchInput.isControlInvalid input {
  border: none;
  border-bottom: 2px solid var(--theme-color-error);
  border-radius: 0;
}
#SearchResults .inputWrapper .SolrSearchInterface .SolrSearchBox #SearchInput.isControlInvalid input:focus {
  box-shadow: none;
}
#SearchResults .inputWrapper .SolrSearchInterface .field-validation-error {
  color: var(--theme-color-error);
  text-align: left;
  font-size: 80%;
}
#SearchResults .resultsErrors,
#SearchResults #SearchDisabledMessage {
  font-weight: 500;
  color: #262626;
  line-height: 24px;
  padding: 2rem 0 1rem 0;
}
#SearchResults .resultsFoundMessage, #SearchResults .haventFoundMessage {
  font-weight: 500;
  color: #262626;
  line-height: 24px;
  padding: 2rem 0 1rem 0;
}
#SearchResults .resultsFoundMessage .totalResults,
#SearchResults .resultsFoundMessage .searchPhrase, #SearchResults .haventFoundMessage .totalResults,
#SearchResults .haventFoundMessage .searchPhrase {
  font-weight: bold;
}
#SearchResults .result {
  padding: 24px 0;
}
#SearchResults #SearchResultsTable table {
  margin: 0;
}
#SearchResults #SearchResultsTable table .table-footer {
  display: none;
}
#SearchResults #SearchResultsTable tr td:first-child,
#SearchResults #SearchResultsTable tr th:first-child {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#SearchResults #SearchResultsTable tr:first-of-type td {
  border: none;
}
#SearchResults #SearchResultsTable td {
  padding: 0;
}
#SearchResults #SearchResultsTable .dataTables_info {
  display: none;
}
#SearchResults #SearchResultsTable .resultTitleLink {
  color: var(--theme-color-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
#SearchResults #SearchResultsTable .resultText {
  color: #58595B;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
}
#SearchResults #SearchResultsTable .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
  max-width: 100%;
  box-sizing: border-box;
}
#SearchResults .page-item.active .page-link:focus {
  background-color: var(--theme-color-primary);
}
#SearchResults .material-tooltip-main {
  color: var(--theme-color-primary);
  font-size: 0.8rem;
  cursor: pointer !important;
}
#SearchResults .mytooltip {
  position: relative;
  display: inline;
  padding-left: 5px;
}
#SearchResults .mytooltip .mytooltiptext hr {
  margin: 0.5rem 0;
}
#SearchResults .mytooltip .mytooltiptext {
  visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: normal;
  width: 250px;
  background-color: #FFFFFF;
  border-width: 1px;
  border-radius: 5px;
  border-style: solid;
  border-color: var(--theme-color-primary);
  color: #000000;
  text-align: left;
  padding: 0.5rem;
  position: absolute;
  z-index: 10;
  top: 170%;
  left: 50%;
  margin-left: -59px;
  line-height: 1.2;
  white-space: normal;
}
#SearchResults .mytooltip .mytooltiptext:before {
  content: "";
  position: absolute;
  left: 70px;
  top: -10px;
  background: none;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 10px solid #FFFFFF;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#SearchResults .mytooltip .mytooltiptext:after {
  content: "";
  position: absolute;
  left: 70px;
  top: -11px;
  background: none;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 10px solid var(--theme-color-primary);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  z-index: -1;
}
#SearchResults .mytooltip:hover .mytooltiptext,
#SearchResults .mytooltip:focus .mytooltiptext {
  visibility: visible;
}
#SearchResults .autocomplete-option {
  background: #FFFFFF;
  color: #58595B;
}
#SearchResults .autocomplete-option:hover {
  color: #FFFFFF;
  background: #757575;
  font-weight: 400;
}
#SearchResults .is-active {
  color: #FFFFFF;
  background: #757575;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #SearchResults .inputWrapper .SolrSearchInterface .SolrSearchBox #SearchInput input {
    padding-left: 35px;
  }
}
@media (max-width: 320px) {
  #SearchResults .dataTables_paginate > ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1220px) {
  #SearchResults .mdb-autocomplete-wrap {
    transform: unset !important;
    will-change: unset !important;
    top: 3rem !important;
  }
}

