:root {
  --searchPageLinkColor: #0065ff;
  --gutter: 2rem;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-family: "Montserrat", arial, helvetica, serif;
}

.content {
  margin: 0px;
  padding: 0px;
  font-size: 17px;
  font-weight: 300;
  color: #000;
}

.iwrapper {
  padding: var(--gutter);
}

h1, h1.page-header {
  border-bottom: none;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  color: #AF272F;
}

.content p {
  line-height: 1.8em;
  font-weight: 300;
  font-size: 17px;
  font-style: normal;
}

h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 10px;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

h1 span {
  float: right;
}
h1 span a:link, h1 span a:visited, h1 span a:active {
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: var(--searchPageLinkColor);
}

.column25 {
  width: 25%;
  padding: 1rem;
}

.content {
  padding-bottom: 2rem;
}

.searchApp {
  position: relative;
  max-width: 1400px;
  margin: auto;
}

.tooltipTrigger {
  cursor: pointer;
  background: #ffffc1;
  top: -0.5rem;
  display: inline-block;
  border: 1px solid lightgrey;
  position: relative;
  padding: 0px 4px;
  border-radius: 2px;
  font-weight: bold;
  color: gray;
}

.searchChoices {
  background: #e0e0e0;
  padding: 1rem;
}
.searchChoices label {
  font-size: 18px;
}

.formRow {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
}

.searchTerms, .searchGo {
  line-height: 1.5;
  border: 0;
  background: white;
  font-size: 18px;
  padding: 0.5rem 1rem;
}

.searchTerms {
  flex-grow: 4;
  min-width: 250px;
  width: 50vw;
}

.searchGo {
  flex-grow: 1;
  background: #af272f;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.limitSet {
  margin-top: 2rem;
}

.searchCategories {
  display: flex;
  background: #f0f0f0;
}
.searchCategories h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.searchCategories p {
  margin-top: 0;
  line-height: 1.25;
}

.slideToggle {
  position: relative;
  background: #b9b9b9;
  border: 1px solid #606060;
  border-radius: 5px;
  overflow: hidden;
}
.slideToggle .underlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #ffffff;
  transition: left 0.35s ease;
}
.slideToggle b {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  padding: 3px 13px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  min-width: 150px;
}

.slideToggle.on .underlay {
  left: 0;
}

.hits {
  margin: 1rem;
  text-align: center;
}

.context {
  background: #dbdbdb;
  max-height: 300px;
  overflow: hidden;
}
.context .inner {
  padding: 2rem;
}
.context strong {
  font-size: 18px;
}
.tip {
  font-style: italic;
  color: #0070ff;
  cursor: pointer;
}

.context.collapsed {
  max-height: 0;
}

.results {
  padding-top: 2rem;
}
.results .tools {
  box-sizing: border-box;
  float: left;
  position: sticky;
  top: 0;
  width: 29%;
  margin-right: 3%;
}
.results .tools .discovery a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 0.5rem;
  background: #f0f0f0;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.results .facets div {
  margin-bottom: 2rem;
}
.results .facets .limits span {
  background: #b6eeff;
  padding: 0.5rem;
  display: inline-block;
  margin-right: 1rem;
}
.results .facets .limits a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.5;
  margin-left: 0.5rem;
  color: #707070;
  font-size: 118%;
}
.results .facets h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 300;
  color: black;
}
.results .facets span {
  display: block;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  clear: both;
}
.results .facets span u {
  text-decoration: none;
  float: right;
}
.results .facets span:hover {
  background: #eaeaea;
}
.results .facets .clickable {
  cursor: pointer;
}
.results .facets i {
  cursor: pointer;
  background: #fff6b9;
  display: inline-block;
  padding: 0px 5px;
  font-size: 14px;
  border: 1px solid #a0a0a0;
  border-radius: 11px;
  line-height: 15px;
  margin-left: 0.35rem;
}
.results .docsList {
  box-sizing: border-box;
  margin-left: 32%;
}
.results .document {
  margin: 0 0 3% 1%;
  padding: 1rem;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.results .document img {
  max-height: 200px;
  width: auto;
}
.results .document a, .results .document a:link, .results .document a:active, .results .document a:hover {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: black;
}
.results .document a.image {
  float: right;
  margin-left: 1rem;
  margin-left: 1rem;
}
.results .document p {
  margin-top: 0;
}
.results .document .source {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.results .document .source a, .results .document .source a:link {
  font-size: 16px;
  text-transform: none;
  display: inline-block;
}
.results .document::after {
  content: "";
  display: block;
  clear: both;
}
.results .docFacets {
  margin-bottom: 1.5rem;
}
.results .feature {
  display: inline-block;
  text-transform: uppercase;
  background: #8f8f8f;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 4px;
}
.results .feature + .feature {
  margin-left: 1rem;
}
.results h3 {
  margin: 0;
}

.pagination {
  clear: both;
}

.solrPagination {
  text-align: center;
}
.solrPagination .solrPage,
.solrPagination a:link, .solrPagination a:visited {
  display: inline-block;
  padding: 0.5rem;
  margin: 0 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  color: var(--searchPageLinkColor);
  background: white;
  border: 2px solid #80aff7;
  border-left: 1px solid #d5e6ff;
  border-right: 1px solid #d5e6ff;
  border-top: 1px solid #d5e6ff;
}
.solrPagination .solrPage.currentPage {
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
  color: black;
  font-weight: bold;
}

.infoBox {
  top: 50vh;
  left: 50vw;
  display: none;
  position: absolute;
  opacity: 0;
  max-width: 400px;
  padding-top: 30px;
  box-sizing: border-box;
  transition: opacity 0.5s ease, padding-top 0.5s ease;
}
.infoBox div {
  box-sizing: border-box;
  background: white;
  padding: 1rem;
  color: black;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  border-radius: 6px;
}
.infoBox div h3 {
  margin-top: 0;
}
.infoBox div p {
  margin: 0;
}

.infoBox.show {
  opacity: 1;
  padding-top: 0;
}

#modalMask {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1000;
  transition: opacity 0.7s ease;
}

#modalViewer {
  opacity: 0;
  position: fixed;
  top: 10%;
  left: 10%;
  width: 640px;
  height: 395px;
  z-index: 2000;
  background: black;
  color: white;
  transition: opacity 0.7s ease;
}

#modalViewer.open {
  opacity: 1;
}

#modalMask.open {
  opacity: 1;
}

#modalViewer.closed {
  left: -200vw !important;
}

#modalMask.closed {
  left: -200vw !important;
}

.closer {
  position: absolute;
  right: 16px;
  font-size: 42px;
  cursor: pointer;
}

#modalViewer iframe {
  /* width: calc(100% - 80px); */
  margin: auto;
  /* min-height: 315px; */
  display: block;
  margin-top: 2rem;
}

@media (max-width: 884px) {
  h1 span {
    display: block;
    float: none;
  }
  .searchTerms {
    min-width: 0;
  }
  .context {
    max-height: none;
  }
  .results .tools {
    float: none;
    display: relative;
    width: 100%;
    position: relative;
  }
  .results .tools .facets {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .results .tools .facets .limits {
    width: 97%;
    flex-grow: 2;
    margin-right: 0;
  }
  .results .tools .facets div {
    width: 100%;
    min-width: 48%;
    background: #f5f5f5;
    padding: 1rem;
    box-sizing: border-box;
  }
  .results .tools .facets button {
    width: 100%;
  }
  .results .tools .discovery h4, .results .tools .discovery a:link, .results .tools .discovery a:visited, .results .tools .discovery a:active {
    display: inline-block;
    margin-right: 2rem;
    background: none;
  }
  .results .tools .discovery a:link, .results .tools .discovery a:visited, .results .tools .discovery a:active {
    color: var(--searchPageLinkColor);
  }
  .results .docsList {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .results .document {
    margin-left: 0;
    padding-right: 0;
  }
  .results .document img {
    width: calc(100% - 1rem);
    margin: 0 0 1rem 0;
    display: block;
    position: relative;
  }
  .results .document p {
    max-height: none;
    overflow: hidden;
  }
}
/* credit loading cube animation to: http://tobiasahlin.com/spinkit/ */
#loadingAni {
  width: 100%;
  margin: 1rem;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: auto;
}

.sk-cube-grid:after {
  clear: both;
}

.sk-cube-grid-col {
  width: 28%;
  float: left;
}

.sk-cube-grid-col + .sk-cube-grid-col {
  margin-left: 8%;
}

.sk-cube-grid .sk-cube {
  width: 100%;
  height: 20px;
  margin-bottom: 3px;
  background-color: #999;
  transform: scale3D(0, 0, 1);
  animation: sk-cubeGridScaleDelay 0.6s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  height: 12px;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube2 {
  height: 20px;
  animation-delay: 0.55s;
}

.sk-cube-grid .sk-cube3 {
  height: 10px;
  animation-delay: 1.1s;
}

.sk-cube-grid .sk-cube4 {
  height: 16px;
  animation-delay: 0.15s;
}

.sk-cube-grid .sk-cube5 {
  height: 12px;
  animation-delay: 0.7s;
}

.sk-cube-grid .sk-cube6 {
  height: 14px;
  animation-delay: 1.2s;
}

.sk-cube-grid .sk-cube7 {
  height: 10px;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube8 {
  height: 12px;
  animation-delay: 0.45s;
}

.sk-cube-grid .sk-cube9 {
  height: 19px;
  animation-delay: 0.95s;
}

@keyframes sk-cubeGridScaleDelay {
  20%, 60% {
    transform: scale3D(1, 1, 1);
  }
  0%, 5%, 80%, 100% {
    transform: scale3D(0, 0, 1);
  }
}

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