<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.extra-page-header { left:0; }
.page-content-wrapper { justify-content:center; }
.page-content-wrapper .content {
  padding:0;
  min-width:0;
}
.page-content-wrapper .content-wrapper {
  padding-right:70px;
  padding-left:70px;
  width:100%;
  max-width:1200px;
}
.results-wrapper {
  display:block;
  margin:0 0 30px;
}
.results-wrapper .results {
  width:100%;
  margin:60px 0 15px;
}
.results-wrapper .results:first-child { margin-top:0; }
.results-wrapper .results ul {
  margin-bottom:0;
  padding-left:0;
}
.results-wrapper .results ul &gt; li {
  list-style:none;
  background:transparent;
  padding-left:0;
  margin:0 0 15px 0;
}
.results-wrapper .results ul &gt; li:before { display:none; }
.results-wrapper .results ul &gt; li a { color:#040418; }
.results-wrapper .results ul &gt; li a:hover { color:#f50057; }
.results-wrapper .results-inner {
  display:flex;
  justify-content:space-between;
}
.results-wrapper .results-title {
  flex:0 0 auto;
  width:320px;
  position:relative;
}
.results-wrapper .results-title-nav {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:320px;
}
.results-wrapper .results-title-nav &gt; .sticky-element-inner { width:320px; }
.results-wrapper .results-title-nav.sticked &gt; .sticky-element-inner { top:90px; }
.results-wrapper .results h5 {
  margin:0 0 15px;
  padding:0 0 10px;
  border-bottom:1px solid #dcdcde;
}
.results-wrapper .results-list {
  flex:1 1 auto;
  width:100%;
  padding:4px 0 0 60px;
}
.results-wrapper .more-results-wrapper {
  position:relative;
  overflow:hidden;
  height:0;
}
.results-wrapper .show-more-results { margin:15px 0 0; }
.results-wrapper .results-list &gt; .inner {
  padding:0 0 30px;
  border-bottom:5px solid #dcdcde;
}
@media only screen and (max-width: 1024px) {
  .results-wrapper .results-title, .results-wrapper .results-title-nav, .results-wrapper .results-title-nav &gt; .sticky-element-inner { width:200px; }
}
@media only screen and (max-width: 780px) {
  .results-wrapper .results-inner { display:block; }
  .results-wrapper .results-title-nav { position:static; }
  .results-wrapper .results-list { padding-left:0; }
  .results-wrapper .results-title, .results-wrapper .results-title-nav, .results-wrapper .results-title-nav &gt; .sticky-element-inner { width:100%; }
  .results-wrapper .results-title-nav &gt; .sticky-element-inner { position:static !important; }
  .page-content-wrapper .content-wrapper {
    padding-left:30px;
    padding-right:30px;
  }
}
@media only screen and (max-width: 540px) {
  .page-content-wrapper .content-wrapper {
    padding-left:0;
    padding-right:0;
  }
}
</pre></body></html>