/* Reset */

* {
  font-family: Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.05);
  padding: 0;
  margin: 0;
  border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%; /* stops Mobile Safari from auto-adjusting font-sizes */
  -ms-text-size-adjust: 100%;
}

html, body {
  height: 100%;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: underline;
  cursor: pointer;
}

.headerbox h1 a:hover, .link a:hover {
  text-decoration: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible; /* inner spacing in ie6-7 */
  line-height: normal; /* ff3-4 have !important on line-height in UA stylesheet */
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* inner padding and border oddities in ff3-4 */
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; /* cursors on all buttons applied consistently */
  -webkit-appearance: button; /* style clickable inputs in ios */
}
input[type="search"] { /* appearance in safari, chrome */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; /* inner-padding issues in chrome osx, safari 5 */
}
textarea {
  overflow: auto; /* remove vertical scrollbar in ie6-9 */
  vertical-align: top; /* readability and alignment cross-browser */
}

strong{font-weight:bold;font-style:normal;}
em{font-weight:normal;font-style:italic;}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin-bottom: 8px;
}

sup {
  font-weight: 400 !important;
  margin: 0 !important;
  vertical-align: top;
  position: relative;
  font-size: 90%;
  bottom: .3em;
}
/* Clearfix */

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* Code */

pre {
  display: block;
  white-space: pre;
  white-space: pre-wrap;
}

pre, .code {
  font-family: Monaco, "Courier New", monospace;
  font-size: 11px;
  line-height: 14px;
  color: #222;
  word-break: break-all;
  word-wrap: break-word;
}

/* Typography presets */

h1, h1 a, h2, h3, h4, h5, h6, .pub-per-year, #pub-years, #fulltext_of_public_records_div {
  font-family: Georgia, serif;
  cursor: default;
  color: #000;
}

.pagination {
  cursor: default;
}

.huge, h1 {
  font-size: 24px;
  line-height: 30px;
}

.larger, h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

span.larger {
    font-size: 20px;
    position: relative;
    top: 1px;
}

h2 {
  color: rgb(142, 86, 20);
}

h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: rgb(142, 86, 20);
  border-bottom: 1px solid #dcdfe4;
  margin-bottom: 8px;
}

.large, h4 {
  font-size: 14px;
  line-height: 20px;
}

h5 {
  font-size: 12px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #444;
}

body, .normal {
  font-size: 12px;
  line-height: 18px;
}

body.embed, body.embed .normal {
  font-size: 11px;
}

.small, small {
  font-size: 11px;
  line-height: inherit;
}

.tiny {
  font-size: 11px;
  line-height: 14px;
}

.small p,.tiny p,.small pre,.tiny pre,p.small,p.tiny,pre.small,pre.tiny{line-height:normal;}

body {
  font-family: Verdana,Arial,sans-serif;
  color: #000;
}

/* Selection colors */

img::selection{background:transparent;}
img::-moz-selection{background:transparent;}

/* Forms */
button,
input,
textarea,
select {
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
input,
textarea,
select {
  color: #444 !important;
  display: inline-block;
  height: 18px;
  padding: 8px;
  width: 180px;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0; /* ie7 */
  line-height: normal;
  cursor: pointer;
  border: 0 \9; /* ie9 and lower */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type="image"] {
  border: 0;
}

input:focus,
textarea:focus,
select:focus {
  color: #000;
}
input:focus,
textarea:focus {
  border-color: #bbb;
  outline: 0;
  outline: thin dotted \9; /* ie6-9 */
}

label {
  font-weight: bold;
  vertical-align: middle;
}

.form-flex {
  display: flex;
}

.form-flex > div {
  flex-grow: 1;
  margin: 0 4px 4px 0;
}

.form-flex > input {
  flex-grow: 4;
  margin: 0 0 4px 4px;
}

.form-field {
  margin-bottom: 8px;
}

.form-field label {
  display: block;
}

label.checkbox {
  font-family: Verdana,Arial,sans-serif;
  font-weight: normal;
  vertical-align: bottom;
}

/* Buttons */

.button {
  display: inline-block;
  padding: 4px 8px;
  margin: 0;
  line-height: 18px;
  *line-height: 14px;
  text-align: center;
  vertical-align: bottom;
  color: #fff;
  border: 1px solid #369;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #369;
  background-image: linear-gradient(#369, #104b7d);
  filter: progid:progidDXImageTransform.Microsoft.gradient(startColorstr='#336699', endColorstr='#104b7d');
}
/* ie7 left white space */
.button {
  *margin-left: .3em;
}
.button:first-child {
  *margin-left: 0;
}
/* ie */
input.button[type="submit"], button.button {
  *padding-top: 4px;
  *padding-bottom: 4px;
}

.button:focus {
  outline: 0;
  outline: thin dotted \9; /* ie6-9 */
}
.button:hover, .button:active {
  text-decoration: none;
}
.button:hover {
  background-image: linear-gradient(#369, #003d73);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336699', endColorstr='#003d73');
}

.button img {
  vertical-align: middle;
}
.button img.button-icon {
  margin-right: 4px;
}

.button-gray {
  color: #222;
  text-shadow: 0 1px 1px rgba(0,0,0,.1);
  border: 1px solid #ccc;
  background-color: #eceff8;
  background-image: linear-gradient(white, #eceff8);
  filter: progid:progidDXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eceff8');
}
.button-gray:focus {
  border-color: #bbb;
}
.button-gray:hover {
  background: #f2f7f8;
  background-image: linear-gradient(white, #f2f7f8);
  filter: progid:progidDXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f7f8');
}

.button-small {
  font-size: 10px;
  line-height: 16px;
}

.button-small img {
  width: 16px;
  height: 16px;
}

.button-tiny {
  font-size: 10px;
  line-height: 16px;
  padding: 0 4px;
  height: 16px;
}

.button-group {
    margin: 3px 0 10px;
    clear: both;
}

.button-group > .button {
  border-radius: 0;
  margin: 0;
}

.button-group > .button:not(:last-child) {
  border-right: 0;
}

.button-group > .button:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 5px;
}
.button-group > .button:last-child {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 5px;
}

/* Default Layout: 992px
  Gutters: 24px
  Outer margins: 48px
  Leftover space for scrollbars @1024px: 32px
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896 */

.w-1  {width: 68px}
.w-2  {width: 160px}
.w-3  {width: 328px}
.w-4  {width: 344px}
.w-5  {width: 436px}
.w-6  {width: 528px}
.w-7  {width: 620px}
.w-8  {width: 712px}
.w-9  {width: 804px}
.w-10 {width: 896px}
.w-12 {width: 992px}

.wrapper {
  padding: 0 0 0 16px;
  margin: 0 auto;
  width: 992px;
  background-color: #fff;
  flex-grow: 10;
}

#godwrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.topwrapper, .footerwrapper {
  background: #f8f3ea;
  display: flex;
  justify-content: center;
}

.topheader a {
  color: #000;
  cursor: pointer;
}
.topheader nav {
  list-style: none outside none;
  margin-left: 0px;
}
.topheader nav a {
  display: inline;
  padding: 0px 10px;
}

.luheader {
  height: 95px;
  padding: 0 5px;
}

.wrapper > .luheader > .headerbox {
  float: left;
}

.wrapper > .luheader h1 {
  padding: 16px 0 0 10px;
  font-size: 26px;
  font-family: Georgia,serif;
  font-weight: 400;
  line-height: 26px;
}

.wrapper > .luheader h1 a {
  color: rgb(142, 86, 20);
  border-bottom-color: rgb(156,97,20);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 5px;
  margin-bottom: 9px;
}

.wrapper > .luheader h2 {
  color: rgb(142, 86, 20);
  padding: 0px 0 0 10px;
  font-size: 11px;
  line-height: 11px;
  font-family: Arial,sans-serif;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 5px;
  margin-top: 16px;
}

.wrapper > .luheader > nav {
  float: right;
  text-align: right;
  padding-top: 20px;
  padding-left: 10px;
  margin-right: -12px;
}
.wrapper > .luheader > nav ul li {
  white-space: nowrap;
}
.wrapper .logo {
  float: left;
  margin-top: 10px;
}
.main-search {
  width: 100% !important;
}
.search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-form input {
  flex-grow: 6;
}
.button-append {
  flex-grow: 10;
  display: flex;
  margin-left: 9px;
}
.button-append input {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.button-append .button {
  margin-left: -1px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.wrapper > header .search-form {
  position: relative;
  float: right;
  top: 1px;
}
.wrapper > header .search-form input {
  min-width: 300px;
}

.topheader, footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 992px;
  padding: 24px;
  font-size: 12px;
  line-height: 18px;
}

.topheader {
  padding: 0;
}

.content {
  padding-bottom: 48px;
 /* border-left: 1px solid #dcdfe4;
  border-right: 1px solid #dcdfe4;*/
}
.content:before,
.content:after {
  display: table;
  content: "";
}
.content:after {
  clear: both;
}

.content > * {
  float: left;
  width: 696px;
}

.content aside {
  float: right;
  width: 252px;
}

aside a {
    color: black !important;
}

.section {
  clear: both;
}

section, .main-search, .section, .box {
  margin-bottom: 16px;
}

section.condensed, .section.condensed {
  padding-top: 2px;
  padding-bottom: 2px;
}

section.expanded, .section.expanded {
  padding-top: 16px;
  padding-bottom: 16px;
}

.box {
  padding: 8px;
  border: 1px solid #dcdfe4;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.box.condensed {
  padding: 2px 4px;
}

.box.expanded {
  padding: 16px;
}

.box > .box-header {
  border-radius: 5px 5px 0 0;
  margin: -8px -8px 8px -8px;
  padding: 0 8px;
  font-family: "Georgia",serif;
  font-size: 16px;
  width: 100%;
  color: rgb(142, 86, 20);
  background: #eceff8;
  display: flex;
  justify-content: space-between;
}

.rss-icon {
  width: 30px;
  height: 30px;
}

a {
  color: rgb(142, 86, 20);
  text-decoration: none;
  font-weight: normal;
  word-wrap: break-word;
  cursor: pointer;
}

a.external {
  padding-right: 16px;
  background: transparent url('../img/external.gif') no-repeat center right;
}

a.close {
  float: right;
  line-height: 12px;
}

.label {
  padding: 2px 8px;
  margin: 0 4px;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  color: rgb(142, 86, 20);
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.label.label-gray {
  color: #222;
}
.label-plain {
  padding: 0;
  color: #444;
  background-color: inherit;
  border: 0;
}
body.embed .label {
  font-size: 10px;
}

.l{float:left;margin-right:16px;}
.r{float:right;margin-left:16px;}

.a-l{text-align:left;}
.a-c{text-align:center;}
.a-r{text-align:right;}
.a-j{text-align:justify;}

.show{display:block;}
.hide{display:none;}
.inline{display:inline;}

.b-t{border-bottom:1px solid #dcdfe4}
.b-r{border-bottom:1px solid #dcdfe4}
.b-b{border-bottom:1px solid #dcdfe4}
.b-l{border-bottom:1px solid #dcdfe4}
.b{border:1px solid #dcdfe4}

.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.shadow {
  -webkit-box-shadow: 4px 4px 4px #999;
  -moz-box-shadow: 4px 4px 4px #999;
  box-shadow: 4px 4px 4px #999;
}

.hl {
  background-color: #dfeefe;
}

dt {
  font-weight:bold; 
  vertical-align:baseline;
}

dd {
  margin-left:0;
}

header.short dl dt {
  margin-top: 1.0em;
}
header.short dl dd {
  margin-top: -0.25em;
}

dl.horizontal {
  margin-bottom: 8px;
}

dl.horizontal dt {
  float: left;
  clear: left;
  width: 140px;
  padding-right: 8px;
  text-align: right;
  word-wrap: break-word;
}

dl.horizontal dd {
  margin-left: 148px;
}

dl.horizontal dd.wrap {
  margin-left: 0;
}

ul {
  margin-left: 16px;
}

ul {
  list-style: square outside;
}

ol {
  list-style: decimal outside;
}

ul.plain, ol.plain, ul.horizontal, ol.horizontal, ul.inside {
  margin-left: 0;
  list-style: none;
}

ul.inside > li {
  padding-left: 16px;
}

ul.horizontal > li, ol.horizontal > li {
  display: inline;
}

li.plain {
  list-style-type: none;
}

li.divider {
  color: #444;
}

ul.list > li.heading {
  background: #f7f7f7;
  color: #444;
  font-size: 16px;
  padding: 12px 16px;
}

ul.list, ol.list {
  margin-left: 0;
  list-style: none;
  border-top: 1px solid #dcdfe4;
}

ul.list > li, ol.list > li {
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #dcdfe4;
}

ul.list.condensed > li, ol.list.condensed > li {
  padding: 2px 0;
}

ul.list.bordered, ol.list.bordered {
  border-left: 1px solid #dcdfe4;
  border-right: 1px solid #dcdfe4;
}

ul.list.bordered li, ol.list.bordered li {
  padding: 8px;
}

ul.list.bordered.condensed > li, ol.list.bordered.condensed > li {
  padding: 2px 4px;
}

ul.striped li:nth-child(odd), ol.striped li:nth-child(odd) {
  background-color: #f7f7f7;
}

table.table {
  border-top: 1px solid #dcdfe4;
  border-right: 1px solid #dcdfe4;
}

table.table th,
table.table td {
  padding: 8px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dcdfe4;
  border-left: 1px solid #dcdfe4;
}

table.table.condensed th,
table.table.condensed td {
  padding: 2px 4px;
}

table.striped tr:nth-child(odd) td,
table.striped tr:nth-child(odd) th {
  background-color: #f7f7f7;
}

.pagination {
  clear: both;
  position: relative;
  margin-left: 0;
  list-style: none;
  text-align: center;
}
.pagination li {
  display: inline;
  color: #444;
}
.pagination li.current a {
  background-color: rgba(0,0,0,0.05);
  color: #000;
}

.pagination li.prev, .pagination li.next {
  position: absolute;
  padding: 0;
  top: 0;
}
.pagination li.prev {
  left: 0;
}
.pagination li.next {
  right: 0;
}

.nav, .tab-nav {
  border-bottom: 1px solid #ddd;
  margin-left: 0;
  list-style: none;
  margin-top: 16px;
}

.tab-nav a:focus {
  box-shadow: none !important;
}

nav.large {
  width: 100%;
}

.nav:before,
.nav:after,
.tab-nav:before,
.tab-nav:after {
  display: table;
  content: "";
}
.nav:after,
.tab-nav:after {
  clear: both;
}
.nav > span,
.tab-nav > span {
  float: left;
  margin-bottom: -1px;
}
.nav > span > a,
.tab-nav > span > a {
  display: block;
  padding: 12px;
  border: 1px solid transparent;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.nav > .tab-active > a,
.nav > .tab-active > a:hover,
.tab-nav > .tab-active > a,
.tab-nav > .tab-active > a:hover {
  border: 1px solid #ddd;
  border-bottom-color: white;
  background: white;
  filter: progid:progidDXImageTransform.Microsoft.gradient(startColorstr='#eceff8', endColorstr='#ffffff');
  color: #333;
  top: 1px;
  position: relative;
}
.tab-content {
  padding: 16px 5px;
  display: none;
}
.tab-content.tab-active {
  display: block;
}

#main-content {
  padding: 8px 0;
}

.wide {
  width: 992px;
}

.alert {
  padding: 4px 8px;
  margin: 8px 0;
  background-color: #eceff8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alert.warning {
  color: #fff;
  background-color: #f47a20;
}
.alert.error {
  color: #fff;
  background-color: #b94a48;
}
.alert.warning a, .alert.error a {
  color: #fff;
}
.w-3>.alert {
  margin-top: 0;
}

/* Biblio */

.open-access {
  background-image: url('../img/open.png');
}
.restricted-access {
  background-image: url('../img/restricted.png');
}

.marked-record {
  background-color: #F5F5FF;
}

.unmarked-record {
}

.open-access, .restricted-access {
  background-position: 0 9px;
  background-repeat: no-repeat;
}
.list > li.open-access .title, .list > li.restricted-access .title {
  text-indent: 16px;
}

aside .list {
  border-top: 0;
  margin-top: -8px;
  margin-bottom: -8px;
}
aside .list li:last-child {
  border-bottom: 0;
}
aside .open-access, aside .restricted-access {
  background-position: 0 3px;
  padding: 4px 0 2px 14px;
}

.short .cite a, .short .title,.short .authors,.short .editors {
  display: block;
}
.short .title a {
  font-weight: bold;
}
.short .cite a, .short .title a,.short .editors a,.short .parent a {
  color: #000;
}
.short .year a, .short .authors a {
  color: rgb(142, 86, 20);
}
.short .parent {
  font-style: italic;
}

a.plain{color:inherit;}

.csl-entry, .csl-left-margin, .csl-right-inline {
  display: inline;
}

.search-range, .search-option {
  color: #444;
}
.search-range .first, .search-range .last, .search-range .total {
  color: #000;
}
.search-option img {
  vertical-align: middle;
}
.search-option-content {
  position: relative;
  clear: both;
  display: none;
  margin-top: 8px;
  padding: 8px;
  background-color: #f7f7f7;
  border: 1px solid #d7d7d7;
}

.search-facet {
  width: 252px;
  margin-bottom: 8px;
}

#org-expand {
  margin-left: 0;
  position: sticky;
  top: 0;
  z-index: 1;
  background: white;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

#org-expand a {
  margin-right: 10px;
  min-width: 60px;
}

#org-expand a:last-child {
  margin-right: 0;
}

.embed-width, .embed-height {
  width: 60px;
}

/* Biblio embed */

.embed, .embed .wrapper, .embed .content, .embed .content > * {
  width: 100%;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#org-expand, #sticky, #facets {
  position: sticky;
  top: 0;
  background: white;
}

#sticky, #facets {
  top: 10px;
}

#fulltext_of_public_records_div svg {
  scale: 1.3;
  margin-top: 5px;
}

#fulltext_of_public_records_div {
  overflow: hidden;
}

#download-stats-div a, #org-expand a, a.underline-part, h3.box-header, h3.box-header a, .topheader a, .pagination li, .pagination a, .search-form a, footer a, .link a, a.underline-part {
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

a.close {
  min-height: 0;
}

.horizontal a {
  margin: 3px;
}

dl.horizontal a, ul.list ul.horizontal a, .box ul.horizontal a {
  margin: 0;
}

.type {
  color: #555;
}

.pagination a, .searchoption a, h3.box-header a, .horizontal a {
  min-width: 44px;
}

.button-append input {
    min-height: 44px;
}

#advanced-search input {
    min-height: 26px;
}

input {
  padding-top: 0;
  padding-bottom: 0;
}

input#id {
    box-sizing: border-box;
    padding-top: 18px;
    padding-bottom: 18px;
}

button {
  min-width: 44px;
  min-height: 46px;
}

*:focus, *:focus-visible {
  box-shadow: inset 0 0 4px #abf, inset 0 0 2px #abf, inset 0 0 1px #abf, inset 0 0 4px #fff;
}

.related-material-link {
  padding-left: 2em;
  margin-top: -0.8em;
}

div.luur-link {
  background-color: rgb(223, 239, 232);
  padding: 20px 10px 1px;
  margin-bottom: 30px;
}
div.pub-per-year {
  color: #8E5614;
  font-size: 180%;
  font-family: "Georgia";
  margin-bottom: 10px;
}
h2.pub-per-year {
  color: #8E5614;
  font-weight: 400;
  font-size: 180%;
  font-family: "Georgia";
  margin-bottom: 10px;
}
div.luur-link > h2.q {
  color: #8E5614;
  font-size: 180%;
  font-weight: 400;
  font-family: "Georgia";
  margin-bottom: 2em;
}
div.luur-link .link {
  line-height: 18px;
  text-align: right;
}
div.luur-link .link a {
  font-weight: bold;
  color: black;
}
div.luur-link .link a img {
  position: relative;
  bottom: 3px;
}
#pub-years {
  overflow-x: visible;
  height: 138px;
  width: 310px;
}
div#download-stats-div {
  float: left;
  width: 322px;
  padding: 15px;
  background-color: #F8F3EA;
  height: 84px;
}
#stat-link-doc {
  border-top: solid 2px rgb(142, 86, 20);
  border-bottom: solid 2px rgb(142, 86, 20);
}
#stat-link-author {
  border-bottom: solid 2px rgb(142, 86, 20);
  margin-top: -7px;
}
#stat-link-doc a, #stat-link-author a {
  color: rgb(142, 86, 20);
  font-size: 140%;
  font-family: "Georgia";
  line-height: 40px;
}

div#fulltext_of_public_records_div {
  float: left;
  width: 322px;
  padding: 15px;
  background-color: #F8F3EA;
  height: 200px;
}
div#fulltext_of_public_records_div p {
  color: #8E5614;
  font-size: 180%;
  font-family: "Georgia";
  border-top: 4px solid #8E5614;
  border-bottom: 4px solid #8E5614;
  margin-top: -4px;
  margin-bottom: -4px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

span.query-field {
  font-style: italic;
}

.skipnav { text-align: left; }
.skipnav a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.skipnav a:focus, .skipnav a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }

/* Tablet Layout: 768px
  Gutters: 24px
  Outer margins: 28px
  Inherits styles from: Default Layout
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712 */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content > * {
    width: 496px;
  }

  .wide, .wrapper, .topheader, footer, .w-9, .w-10, .w-12 {
    width: 768px;
  }

  .pagination li {
    display: none;
  }
  .pagination li.current  {
    display: inline;
  }
  .pagination li.prev,.pagination li.next  {
    display: block;
  }

  .wrapper > .luheader > nav {
    text-align: left;
    padding-left: 0px;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }

}

@media only screen and (max-width: 991px) {
  .content .w-3, div#download-stats-div, div#fulltext_of_public_records_div {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }

  div#download-stats-div {
    height: 124px;
  }

  #pub-years {
    margin: 0 auto;
  }

  div#fulltext_of_public_records_div {
    display: flex;
    justify-content: center;
  }

  div#fulltext_of_public_records_div > div {
    width: min-content;
  }

  .wrapper > .luheader h1 {
    font-size: 16px;
  }  
}

@media only screen and (max-width: 767px) {
  body {
    background-color: #fff;
  }

  th, td {
    word-break: break-all;
    word-wrap: break-word;
  }

  .w-4, .w-5, .w-6, .w-7, .w-8, .w-9, .w-10, .w-12 {
    width: 252px;
  }

  .select {
    width: 100%;
  }

  #hits .button {
    display: none;
  }

  .form-flex {
    flex-wrap: wrap;
  }

  .form-flex > div {
    flex-grow: 1;
    margin-right: 0;
  }

  .form-flex > div.q-rel {
    flex-grow: 1;
    margin-right: 0;
  }

  .form-flex > input {
    flex-grow: 1;
    margin: 4px 0;
  }

  .wrapper > * {
    padding-left: 0;
    padding-right: 0;
  }

  .content > *, .wide, .content aside {
    float: none;
  }
  .content > *, .wide, .content aside.wide {
    width: 252px;
  }
  .content .w-3 {
    float: none;
    width: 100%;
  }

  .wrapper > header {
    position: relative;
    margin-top: 16px;
    background-image: none;
  }

  .wrapper > header > nav {
    padding: 0;
    text-align: left;
  }

  .wrapper > header > h1 {
    padding: 0;
    line-height: inherit;
    text-shadow: 0;
  }

  .wrapper > header > .logo {
    position: static;
  }

  .wrapper > header .search-form {
    margin-bottom: 10px;
  }

  .wrapper > header .search-form a {
    position: relative;
    top: 0px;
  }

  .wrapper > .luheader > nav {
    margin-right: 0;
  }

  .wrapper > header > .nav {
    margin-top: 4px;
  }
  .wrapper > header > .nav li {
    float: none;
    display: inline;
    margin-bottom: 0;
  }
  .wrapper > header > .nav li a {
    display: inline;
    padding: inherit;
    margin-right: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .topheader, footer {
    width: 452px;
  }

  dl.horizontal dt {
    float: none;
    width: auto;
    padding-right: 0;
    text-align: left;
    word-wrap: normal;
  }
  dl.horizontal dd {
    margin-left: 0;
  }

  .pagination li {
    display: none;
  }
  .pagination li.current  {
    display: inline;
  }
  .pagination li.prev,.pagination li.next  {
    display: block;
  }

  .topwrapper {
    display: none;
  }
  .wrapper > .luheader h1 a{
    border: 0px;
  }

  .wrapper > .luheader > nav {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 95%;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgb(220, 223, 228);
    margin-bottom: 4px;
  }

  .wrapper > .luheader > nav a {
    margin: 0 2px;
  }

  #sticky {
    position: relative;
  }

  .w-6, .w-7, .w-8, .w-9, .w-10, .w-12 {
    width: 436px;
  }

  .wrapper {
    padding: 0 22px 103px;
    width: 436px;
  }

  .wrapper > header .search-form input {
    width: 150px;
  }

  .content > *, .wide, .content aside.wide {
    width: 436px;
  }
  .topwrapper {
    display: block;
  }

  .wrapper > .luheader h1 a {
    border-bottom: 1px solid rgb(156, 97, 20);
  }

  #org-expand {
    display: flex;
    flex-wrap: wrap;
  }
}

/* Retina media query
  Overrides styles for devices with a
  device-pixel-ratio of 2+, such as iPhone 4 */

@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {

}

@media only screen and (max-width: 480px) {
  body, html {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 480px;
    min-width: 320px;
    width: 100%;
    box-sizing: border-box;
  }
  
  * {
    max-width: 100%;
  }

  aside .box {
    text-align: left;
  }

  .search-form {
    width: 100%;
  }

  .wrapper > header .search-form input {
    min-width: 165px;
    width: 165px;
  }

  .wrapper > header .search-form {
    float: left;
  }

  #godwrapper {
    margin: 0 auto;
  }

  .wrapper > .luheader > nav {
    text-align: left;
  }

  .wrapper {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .label {
    padding: 2px 6px;
  }

  .luheader {
    height: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .content aside {
    text-align: center;
    width: 100%;
  }

  .divider {
    display: none;
  }

  footer {
    flex-direction: column;
  }

  .luheader nav {
    flex-wrap: wrap;
  }

  .luheader nav a {
    width: 45%;
  }

  .topheader nav a {
    padding: 0 6px;
  }

  #pub-years {
    margin: 0 auto;
  }

  #fulltext_of_public_records_div svg {
    scale: 1;
    margin-top: 5px;
  }

  .wrapper > .luheader h1 {
    font-size: 14px;
  }

}
