/* Clio Portal related CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
/* define colors, fonts, and other basic stuff */
/* for media-queries, not for css itself */
@media (min-width: 979px) {
  /* line 10, ../sass/clio.scss */
  #chapter-sidebar.affix-top {
    position: static;
    margin-top: 30px;
    min-width: 228px;
  }

  /* line 16, ../sass/clio.scss */
  #chapter-sidebar.affix {
    position: fixed;
    top: 60px;
    min-width: 228px;
    max-width: 250px;
    z-index: 10000;
    background-color: white;
  }
}
/* line 28, ../sass/clio.scss */
.hfn-meta-header, .metaBlockKey, .hfn-facets-label, .hfn-menu *, .hfn-addinfo, .navbar {
  font-family: graublau_webregular, Helvetica, Tahoma, sans-serif;
}

/* line 33, ../sass/clio.scss */
.row .row {
  margin: 0px -15px;
}

/* line 37, ../sass/clio.scss */
.views-element-container {
  /*display:none; FOR WHAT?*/
}

/* line 41, ../sass/clio.scss */
.affix-top, .affix {
  position: static;
}

/* line 46, ../sass/clio.scss */
.hfn-solr-header {
  padding-bottom: 10px;
}

/* line 50, ../sass/clio.scss */
.maintenance-page {
  margin: auto;
  width: 80%;
}

/* line 55, ../sass/clio.scss */
.hfn-item-title h2 {
  font-size: 25px;
}

/* line 63, ../sass/clio.scss */
body.path-webresource .page-header, body.path-organization .page-header {
  display: none;
}
