/* Variables */
/* Utils */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* General styling */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 14px;
  color: #444b4c;
  margin: 0;
  padding: 0;
}
.win7-chrome body {
  font-family: serif;
}
body {
  background: #f5f3f3;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: #16307c;
  transition: color 0.2s;
}
a:hover {
  color: #6785c5;
}
::selection {
  background: #6785c5;
  color: #fff;
}
h2 {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  padding: 15px;
}
.icon {
  background: url(../img/spritesheet.png);
  text-indent: -9999em;
  display: inline-block;
}
.icon.search {
  background-position: 0px -18px;
  width: 17px;
  height: 17px;
}
/* Grid */
.row {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .row {
  margin-bottom: 0;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.333%;
}
.col-5 {
  width: 41.447%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333%;
}
.col-8 {
  width: 66.667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.333%;
}
.col-11 {
  width: 91.667%;
}
.col-12 {
  width: 100%;
}
[class*="col-"] {
  padding-right: 20px;
  float: left;
}
[class*="col-"]:last-of-type {
  padding-right: 0;
}
/* Header */
.main-header {
  border-top: 9px solid #293755;
  border-bottom: 1px solid #ccc;
  background: #fff;
  height: 145px;
  margin-bottom: 20px;
}
.main-header h1 {
  font-weight: normal;
  font-weight: 30px;
  color: #9998a1;
  margin: 40px 0 0;
}
.main-header h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #9998a1;
  font-style: italic;
}
.main-header h2 b {
  font-weight: normal;
  color: #2b2b36;
}
.main-header .logo {
  background: url(../img/spritesheet.png);
  background-position: 0 -68px;
  width: 113px;
  display: inline-block;
  text-indent: -9999em;
  height: 135px;
}
.main-header p {
  text-align: right;
  margin: 5px 0 0;
  color: #444b4c;
  font-size: 14px;
}
/* Home page */
.sites .col-3 .bobj,
.sites .col-3 .pso,
.sites .col-3 .reference,
.sites .col-3 .bibliographies {
  background: #fff;
  border-top: 5px solid transparent;
  padding: 15px 5px 15px 15px;
}
.sites .col-3 .bobj p,
.sites .col-3 .pso p,
.sites .col-3 .reference p,
.sites .col-3 .bibliographies p {
  margin: 0;
  padding: 0;
}
.sites .col-3 .bobj .icon,
.sites .col-3 .pso .icon,
.sites .col-3 .reference .icon,
.sites .col-3 .bibliographies .icon {
  width: 33px;
  height: 33px;
  float: left;
  position: relative;
  top: 3px;
  margin-right: 4%;
}
.sites .col-3 .bobj {
  border-color: #d3b528;
}
.sites .col-3 .bobj .icon {
  background-position: -113px 0;
}
.sites .col-3 .pso {
  border-color: #82add7;
}
.sites .col-3 .pso .icon {
  background-position: -113px -99px;
}
.sites .col-3 .reference {
  border-color: #da7129;
}
.sites .col-3 .reference .icon {
  background-position: -113px -33px;
}
.sites .col-3 .bibliographies {
  border-color: #70b73b;
}
.sites .col-3 .bibliographies .icon {
  background-position: -113px -66px;
}
.exposition {
  padding: 25px 0;
}
.exposition > p {
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.browse {
  background: #fff;
}
.browse ul {
  list-style: none;
  margin: 0 15px 15px;
  padding: 0 27px 0 0;
  width: 97%;
  border-right: 1px solid #ddd;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, transparent), color-stop(0.3, #dddddd), color-stop(0.3, #dddddd), color-stop(1, transparent)) 0 100%;
  border-width: 0 1px 0 0;
}
.browse ul li {
  padding: 2px;
}
.browse .no-border {
  border-width: 0;
}
.secondary .other,
.secondary .contact {
  background: #f1e6dd;
  height: 297px;
}
.secondary p {
  padding: 0 60px;
}
.secondary h2 {
  padding: 15px 60px;
}
.secondary ul {
  list-style: none;
  margin: 0 60px 15px;
  padding: 0;
}
.secondary ul li {
  padding: 2px;
}
/* Search page */
#linking-hub-widget.sites .col-3 .bobj,
#linking-hub-widget.sites .col-3 .pso,
#linking-hub-widget.sites .col-3 .reference,
#linking-hub-widget.sites .col-3 .bibliographies {
  border-top: none;
  border-bottom: 5px solid;
}
#linking-hub-widget.sites .col-3 .bobj {
  border-color: #d3b528;
}
#linking-hub-widget.sites .col-3 .pso {
  border-color: #82add7;
}
#linking-hub-widget.sites .col-3 .reference {
  border-color: #da7129;
}
#linking-hub-widget.sites .col-3 .bibliographies {
  border-color: #70b73b;
}
.lh-site-result-block {
  background: #fff;
}
#lh-facets {
  padding: 5px;
  background: #fff;
}
#lh-facets ul {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  height: auto;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  overflow: hidden;
}
#lh-facets ul.truncated {
  height: 190px;
}
#lh-facets ul li {
  padding-bottom: 5px;
}
#lh-facets ul li a {
  font-weight: normal;
}
#lh-facets ul li a span {
  color: #cc0000;
}
#lh-facets ul:last-of-type {
  margin-bottom: 0;
}
#lh-facets a.show-more {
  text-align: center;
  display: block;
  padding: 5px 0;
}
#lh-facets h2 {
  padding: 0 0 15px;
}
#linking-hub-results .lh-results-article {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3b528;
}
#linking-hub-results #bobj {
  border: 1px solid #d3b528;
  border-top-width: 5px;
}
#linking-hub-results #bobj .lh-results-article {
  border-bottom: 1px solid #d3b528;
}
#linking-hub-results #pso {
  border: 1px solid #82add7;
  border-top-width: 5px;
}
#linking-hub-results #pso .lh-results-article {
  border-bottom: 1px solid #82add7;
}
#linking-hub-results #reference {
  border: 1px solid #da7129;
  border-top-width: 5px;
}
#linking-hub-results #reference .lh-results-article {
  border-bottom: 1px solid #da7129;
}
#linking-hub-results #bibliographies {
  border: 1px solid #70b73b;
  border-top-width: 5px;
}
#linking-hub-results #bibliographies .lh-results-article {
  border-bottom: 1px solid #70b73b;
}
#linking-hub-results .lh-results-article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none !important;
}
#linking-hub-results .lh-result-block-header {
  height: 39px;
}
#linking-hub-results .lh-result-block-header strong {
  padding-left: 55px;
  color: #444b4c;
  font-size: 14px;
}
#linking-hub-results .lh-result-block-header .lh-site-link {
  float: right;
}
#linking-hub-results .lh-result-block-header .arrow {
  font-size: 12px;
}
#linking-hub-results .lh-result-block-header .arrow-bobj {
  color: #d3b528;
}
#linking-hub-results .lh-result-block-header .arrow-pso {
  color: #82add7;
}
#linking-hub-results .lh-result-block-header .arrow-reference {
  color: #da7129;
}
#linking-hub-results .lh-result-block-header .arrow-bibliographies {
  color: #70b73b;
}
#linking-hub-results .lh-site-result-block {
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
}
#linking-hub-results .lh-site-result-block h3 {
  margin-bottom: 5px;
}
#linking-hub-results .lh-site-result-block p {
  margin: 0;
}
#linking-hub-results .lh-site-result-block .icon {
  width: 70px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-position: -150px 0px;
}
#linking-hub-results .lh-site-result-block .icon-bobj {
  background-position: -150px 0px;
}
#linking-hub-results .lh-site-result-block .icon-reference {
  background-position: -150px -55px;
}
#linking-hub-results .lh-site-result-block .icon-pso {
  background-position: -150px -109px;
}
#linking-hub-results .lh-site-result-block .icon-bibliographies {
  background-position: -150px -165px;
}
/* Search Bar */
.search-bar {
  background: #fff;
  min-height: 120px;
  padding: 20px 60px;
}
.search-bar .icon {
  text-indent: -9999em;
  margin-right: 15px;
}
.search-bar .filters {
  zoom: 1;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.search-bar .filters:before {
  content: '';
  display: block;
}
.search-bar .filters:after {
  content: '';
  display: table;
  clear: both;
}
.search-bar .filters li {
  float: left;
  margin-left: 2%;
}
.search-bar .filters li:last-of-type {
  margin-top: 5px;
  margin-right: 1%;
  float: right;
}
.search-bar .filters h3 {
  font-size: 14px;
  line-height: 30px;
  margin-left: 16px;
  display: inline;
  font-weight: normal;
}
.search-bar .filters label {
  display: block;
  display: inline-block\9;
  padding-top: 4px\9;
}
.search-bar .filters a {
  padding-top: 4px\9;
  display: block;
}
.search-bar #q {
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: linear-gradient(#f8f8f8, #ffffff);
  font-size: 16px;
  padding: 8px;
  font-family: 'PT Serif', Georgia, serif;
  width: 74%;
  margin-right: 5px;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  top: 1px;
}
.search-bar #q:focus {
  border: 1px solid #777;
  outline: none;
}
.search-bar input[type=submit] {
  font-weight: normal;
  font-family: 'PT Serif', Georgia, serif;
  background: #293755;
  font-size: 16px;
  border-radius: 2px;
  padding: 8px 20px 9px;
  cursor: pointer;
  border: 0;
  width: 140px;
  color: #fff;
  transition: background-color 0.3s;
  height: 41px;
}
.search-bar input[type=submit]:hover {
  background: #6785c5;
}
.search-bar input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-bar input[type=checkbox] + label span {
  background: url(../img/spritesheet.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: 0px -38px;
  position: relative;
  top: 5px;
}
.search-bar input[type=checkbox]:focus + label span {
  outline: -webkit-focus-ring-color auto 5px;
}
.search-bar input[type=checkbox]:checked + label[for="input-bobj"] span {
  background-position: -20px -38px;
}
.search-bar input[type=checkbox]:checked + label[for="input-reference"] span {
  background-position: -40px -38px;
}
.search-bar input[type=checkbox]:checked + label[for="input-bibliographies"] span {
  background-position: -60px -38px;
}
.search-bar input[type=checkbox]:checked + label[for="input-pso"] span {
  background-position: -80px -38px;
}
.help-pad {
  padding: 0 60px;
}
.helptext {
  background: #fff;
  overflow: hidden;
}
.helptext .heading {
  margin-top: 15px;
  border-top: 1px solid #eee;
}
.helptext h2 {
  padding: 15px 0 0;
}
.helptext .row {
  margin-bottom: 5px;
}
.helptext .row p {
  margin: 0;
}
.helptext .row:last-of-type {
  margin-bottom: 25px;
}
.helptext .sub {
  padding-left: 15px;
}
.helptext .show-more {
  display: block;
}
.helptext .arrow {
  font-size: 12px;
  float: right;
}
/* Footer */
.main-footer {
  background: #293755;
  height: 138px;
  font-size: 12px;
  color: #fff;
  padding-top: 30px;
}
.main-footer ul {
  list-style: none;
  padding: 15px;
  margin: 0;
}
.main-footer ul li {
  zoom: 1;
  margin-bottom: 15px;
}
.main-footer ul li:before {
  content: '';
  display: block;
}
.main-footer ul li:after {
  content: '';
  display: table;
  clear: both;
}
.main-footer ul a {
  font-weight: normal;
  color: #fff;
}
.main-footer ul a.social-icon {
  font-size: 0px;
  position: relative;
  top: -13px;
}
.main-footer ul .copyright {
  position: relative;
  top: -13px;
}
.main-footer .col-4 ul {
  text-align: right;
}
.main-footer .col-4 ul li:first-of-type {
  margin-bottom: 10px;
}
.social-icon {
  height: 20px;
  margin-left: 30px;
}
.social-icon.twitter {
  width: 18px;
  background-position: left top;
}
.social-icon.rss {
  width: 18px;
  background-position: -18px top;
}
.social-icon.facebook {
  width: 12px;
  background-position: -35px top;
}
.social-icon.youtube {
  width: 39px;
  background-position: -48px top;
}
/* Media Queries */
@media (max-width: 797px) {
  [class*="col-"] {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .exposition {
    padding: 15px;
  }
  .exposition > p {
    display: inline;
  }
  .main-footer .go-right > ul > li {
    text-align: right;
  }
  .sites .col-3,
  .main-footer .col-3,
  .main-footer .col-4,
  .main-footer .col-2,
  .browse .col-3 {
    width: 50%;
  }
  .secondary .other,
  .secondary .contact {
    height: auto;
    padding: 15px;
  }
  .secondary .other p,
  .secondary .contact p,
  .secondary .other h2,
  .secondary .contact h2,
  .secondary .other ul,
  .secondary .contact ul {
    padding: 15px;
    margin: 0;
  }
  .main-footer {
    height: auto;
  }
  .social-icon {
    margin-left: 10px;
  }
  .social-icon:first-child {
    margin: 0;
  }
  .sites .icon {
    display: none;
  }
  .search-bar {
    width: 100%;
    padding: 15px;
  }
  .search-bar .icon.search {
    display: none;
  }
  .search-bar #q {
    width: 60%;
  }
  .search-bar input[type=submit] {
    width: 35%;
    height: 39px;
    float: right;
    padding: 5px;
  }
  .search-bar .filters > h3 {
    display: block;
    margin-bottom: 0;
    margin-left: 10px;
  }
  .search-bar .filters li:last-of-type {
    margin-top: 10px;
    display: block;
  }
  .search-bar .filters li label[for="input-pso"] {
    padding-left: 18px;
  }
  .lh-site-result-block {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .main-header .col-2,
  .main-header .col-6 {
    width: auto;
    float: left;
  }
  .main-header .col-2 h1,
  .main-header .col-6 h1 {
    font-size: 28px;
    line-height: 26px;
    padding-left: 15%;
  }
  .main-header .col-2 h1 em,
  .main-header .col-6 h1 em {
    display: block;
  }
  .main-header .col-2 h2,
  .main-header .col-6 h2 {
    display: none;
  }
  .main-header .col-4 {
    display: none;
  }
  .helptext .help-pad {
    padding: 0 15px;
  }
  .helptext .heading .col-5,
  .helptext .heading .col-3 {
    display: none;
  }
  .helptext .col-3:before {
    display: block;
    padding-top: 5px;
    content: 'Your search for';
    color: #748082;
    text-indent: -15px;
  }
  .helptext .col-5:before {
    content: 'Will return';
    display: block;
    color: #748082;
    text-indent: -15px;
  }
  .helptext .col-3,
  .helptext .col-5 {
    padding-left: 15px;
  }
  .search-bar .filters h3 {
    margin-left: 0;
  }
  .search-bar .filters li {
    margin-left: 0;
    margin-right: 2%;
  }
  .search-bar .filters li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 460px) {
  .search-bar .filters li {
    float: none;
    display: block;
    margin-bottom: 4px;
  }
  .search-bar .filters li label[for="input-pso"] {
    padding-left: 0;
  }
  .search-bar .filters li:last-of-type {
    margin-top: 0;
  }
}
.back-arrow {
  display: inline-block;
  border-right: 10px solid #16307c;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: 5px;
}
