
.header-search-form.asp-search-active {
  /*display: block !important; /* need to force this on the page */
}

/*** correct the main site styles for the arpedia search page ***/
.asp-header-wrpr .search-results-headline {
  font-size: 6.6rem;
  line-height: 6.4rem;
}
@media (max-width: 1000px) {
  .asp-header-wrpr .search-results-headline {
    font-size: 2.4rem;
    line-height: 2.2rem;
  }
}
#arpedia-search-page-template .teaser-content-details {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
/*body.page-template-template-arpedia-search .header-head-logo {
  border: 1px solid black;
}*/



.asp-search-activate-link {
  padding-top: 100px;
  text-align: center;
}
.asp-search-activate-link a {
  background-color: black;
  color: white;
  display: inline-block;
  padding: 1.0rem 2.0rem 0.8rem;
  text-decoration: none;
}

#asp-search-results {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  background-color: rgba(255,255,255,1);
  padding: 35px 40px;
  z-index: 99;
}
#asp-search-results .asp-search-close {
  float: right;
  font-size: 4.4rem;
}
#asp-search-results > h1 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.asp-search-result {
  list-style: none;
  position: absolute;
  margin: 0.5%;
  background-color: white;
  padding: 1.0rem; /* match in js */
  text-align: center;
}
.asp-search-result a.asp-result-tn {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.asp-search-result a.asp-result-tn span {
  display: inline-block;
}

.asp-search-result a {
  display: block;
  transition: color 250ms ease;
}
.asp-search-result[data-asp-link-color="orange1"]:hover * {
  color: rgb(245, 74, 0);
}
.asp-search-result[data-asp-link-color="orange2"]:hover * {
  color: rgb(241, 141, 0);
}
.asp-search-result[data-asp-link-color="blue1"]:hover * {
  color: rgb(68, 103, 167);
}
.asp-search-result[data-asp-link-color="blue2"]:hover * {
  color: rgb(7, 86, 237);
}

#asp-search-results .asp-search-result {
  width: 31%;
}
#asp-search-results[data-asp-col-size="small"] .asp-search-result {
  width: 98%;
}
#asp-search-results[data-asp-col-size="medium"] .asp-search-result {
  width: 48%;
}
#asp-search-results[data-asp-col-size="large"] .asp-search-result {
  width: 31%;
  /*font-size: 150% !important;*/
}
#asp-search-results[data-asp-col-size="xlarge"] .asp-search-result {
  width: 23%;
  /*font-size: 200% !important;*/
}
#asp-search-results[data-asp-col-size="small"],
#asp-search-results[data-asp-col-size="medium"] {
  margin-top: 0;
  padding: 1.5rem 2.0rem;
}
#asp-search-results[data-asp-col-size="small"] li.asp-search-facet {
  display: inline-block;
  /*float: left;*/
  clear: both;
  height: 3rem;
}
li.asp-search-facet ul li a[data-asp-search-facet-doc-count="0"] {
  font-style: italic;
  cursor: default;
  opacity: 0.7;
}
#asp-search-results li.asp-search-facet ul.asp-search-facet-buckets {
  border: 1px solid rgba(0,0,0,0.5);
  border-top-style: dotted;
  border-top-color: rgba(0,0,0,0.2);
}
.asp-search-result .asp-search-result-artist-name {
  /*font-size: inherit;*/
  font-size: 2.4rem;
  line-height: 2.7rem;
}
.asp-search-result .asp-search-result-artist-name a {
  padding: 1rem 0 0.5rem;
}
.asp-search-result.asp-search-result-work .asp-search-result-title {
  font-size: 1.8rem;
  line-height: 2.0rem;
}
.asp-search-result.asp-search-result-program .asp-search-result-title {
  font-size: 2.4rem;
  line-height: 2.7rem;
}
#asp-search-results ul#asp-search-groups {
  padding-top: 10.0rem;
  position: relative;
}
.asp-search-result img {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.asp-search-result .asp-program-tl {
  text-transform: uppercase;
}
.asp-search-result .asp-program-tl a {
  display: inline;
}


.asp-no-results-msg {
  display: none;
  margin-top: 2rem;
  text-align: center;
}
.asp-no-results .asp-no-results-msg { display: block; }

.asp-no-results-suggestions li[data-asp-empty-suggestion] {
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem;
}
.asp-blue-link {
  color: rgb(7,86,237) !important;
  transition: color 250ms ease 0s;
}
.asp-blue-link:hover {
  color: rgb(245, 74, 0) !important;
}
.asp-no-results-suggestions {
  margin-top: 2.0rem;
  font-size: 1.8rem;
}
.asp-no-results-suggestions ul {
  display: inline-block;
}

.asp-search-facet.asp-open-arpedia-link > span {
  cursor: pointer !important;
}
.asp-search-facet.asp-open-arpedia-link:hover {
  color: #f54a00;
}

ul.asp-search-facets {
  display: none;
  padding: 0;
  margin: 0;
  /* specifically for the page-inline version */
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
ul.asp-search-facets#asp-search-facets {
  /* this is the one in the overlay */
  margin-top: 0;
  text-align: left;
}
ul.asp-search-facets#asp-search-facets .asp-search-facet-label {
  /*display: none;*/
}
ul.asp-search-facets .asp-search-clear-facets {
  display: inline-block;
  font-size: 1.6rem;
}
ul.asp-search-facets li.asp-search-facet-label,
ul.asp-search-facets li.asp-search-facet {
  display: inline-block;
  height: 2rem;
  padding-right: 1.6rem;
  position: relative;
  text-align: left;
}
#asp-search-results[data-asp-col-size="small"] li.asp-search-facet-label,
#asp-search-results[data-asp-col-size="medium"] li.asp-search-facet-label {
  /*display: block;*/
}
ul.asp-search-facets li.asp-search-facet > span {
  cursor: default;
  font-size: 1.2rem;
  line-height: 1rem;
  padding-top: 0.3rem;
  text-transform: uppercase;
  z-index: 2;
  border-color: transparent;
  transition: border-color 250ms ease 0s;
}
ul.asp-search-facets li.asp-search-facet > span::after {
  /*
  content: attr(data-asp-search-facet-count);
  display: inline-block;
  font-size: 1.3rem;
  font-variant-position: super;
  margin-left: 0.2rem;
  */
}
ul.asp-search-facets li.asp-search-facet .asp-facets-chosen {
  text-decoration: underline;
}
ul.asp-search-facets li.asp-search-facet:hover > span {
  border-top: 1px solid black;
  text-decoration: none !important; /* don't want the underline + overline */
}
ul.asp-search-facets li.asp-search-facet.asp-open-arpedia-link:hover > span {
  border-top: none;
}
li.asp-search-facet ul.asp-search-facet-buckets {
  background-color: white;
  display: none;
  font-size: 1.2rem;
  left: 0;
  margin-top: 1.8rem;
  padding: 0.5rem 0.3rem 0 0.1rem;
  position: absolute;
  top: 0;
  z-index: 1;
}
li.asp-search-facet:hover > span {
  /*opacity: 0.7;*/
}
li.asp-search-facet:hover ul.asp-search-facet-buckets {
  display: block; /* watching in js as well in case menu needs to be shifted */
}
ul.asp-search-facets li.asp-search-facet ul.asp-search-facet-buckets li::before {
  content: " ";
  font-size: 1.3rem;
  white-space: pre;
  font-family: monospace;
}
ul.asp-search-facets li.asp-search-facet ul.asp-search-facet-buckets li.asp-search-facet-selected::before {
  content: "✓";
}
li.asp-search-facet ul.asp-search-facet-buckets > li {
  font-size: 1.2rem;
  line-height: 1.2rem;
  min-width: 8.0rem;
  padding: 0.5rem 1rem 0.5rem 0;
  text-transform: uppercase;
  white-space: nowrap;
}
#asp-search-results[data-asp-col-size="small"] li.asp-search-facet ul.asp-search-facet-buckets > li {
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
}
li.asp-search-facet ul.asp-search-facet-buckets > li.asp-search-facet-selected {
  opacity: 0.7;
}
li.asp-search-facet ul.asp-search-facet-buckets > li.asp-search-facet-selected a {
  text-decoration: none;
}




.asp-search-hidden {
  display: none !important;
}
.asp-search-show-hidden .asp-search-hidden {
  display: inline-block !important;
}


.asp-load-more-button {
}


.asp-autosuggest-wrpr {
  display: none;
  position: absolute;
  font-size: 1.6rem;
  line-height: 2.4rem;
  background-color: white;
  padding: 1.0rem;
  max-width: 300px;
  min-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid rgba(0,0,0,0.5);
  border-top-style: dotted;
  border-top-color: rgba(0,0,0,0.2);
}
.asp-autosuggest-wrpr li {
  cursor: pointer;
}
.asp-autosuggest-wrpr li:hover,
.asp-autosuggest-wrpr li.asp-suggest-highlight {
  color: blue;
}


/*** adjustments to meet kadist.org styles ***/
.asp-search-facets {
  font-family: "UnicaRegular",Helvetica,Arial,sans-serif;
  font-feature-settings: "tnum";
  font-kerning: auto;
  font-language-override: normal;
  font-size: 1.2rem;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: tabular-nums;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8rem;
  text-transform: uppercase;
}
li.asp-search-facet ul.asp-search-facet-buckets > li {
  text-transform: capitalize;
}
li.asp-search-facet ul.asp-search-facet-buckets > li a {
  color: #000;
  text-decoration: none;
  transition: color 250ms ease 0s;
  /*font-size: 2.4rem;*/
}
li.asp-search-facet ul.asp-search-facet-buckets > li a:hover {
  color: #f54a00;
  text-decoration: none;
}
li.asp-search-facet ul.asp-search-facet-buckets > li a[data-asp-search-facet-doc-count="0"]:hover {
  color: inherit;
}

#arpedia-search-page-template .article-body a {
  border-bottom: none !important;
}
#arpedia-search-page-template .article-body-text {
  width: 100%;
  max-width: none;
}


