/* Show me */
/** TIMELINE **/
#year_wrapper {
  position: relative;
}
.no-timeline-results {
  background-color: #4b4b4b;
  background-image: -moz-linear-gradient(top, #757574 20%, #262626 100%);
  /* Firefox 3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #757574), color-stop(1, #262626));
  /* Safari & Chrome */
  border: 2px solid rgba(255, 255, 255, 0.95);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 0px 7px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 0px 7px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 0px 7px rgba(0, 0, 0, 0.45);
  display: block;
  color: #f7f7f7;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  position: absolute;
  padding: 5px 10px;
  right: -240px;
  text-shadow: 0 1px 0 #333;
  top: 0;
  width: 200px;
  z-index: 50;
}
.no-timeline-results .error {
  color: #fff;
}
.no-timeline-results .pointtip,
.no-timeline-results:before {
  border-bottom: 10px dotted transparent;
  border-right: 14px solid #575757;
  border-top: 10px dotted transparent;
  display: block;
  height: 0;
  left: -14px;
  position: absolute;
  top: 52px;
  width: 0;
}
.no-timeline-results:before {
  border-right-color: #fafafa;
  content: "\0020";
  left: -16px;
}
.no-timeline-results a {
  color: #fafafa;
  text-decoration: underline;
}
.tl_container,
.tl_header {
  position: relative;
}
.timeline-on-top {
  background: #fafafa;
  border: 10px solid #333;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0 -22px;
  padding: 12px;
  position: relative;
  z-index: 22;
}
.tl_container {
  margin-top: 20px;
  height: 55px;
}
.tl_select_link {
  position: absolute;
  right: -5px;
  top: -17px;
  font-size: 11px;
}
.timeline-on-top #datepicker_control {
  background: #f6f3eb;
  border-top: 1px solid #ccc;
  margin: 4px -12px -12px;
  padding: 8px;
  text-align: right;
}
.tl_reset {
  font-size: .8125em;
}
.no-timeline-results .tl_reset {
  font-size: 1em;
}
.tl_cancel {
  font-size: .8125em;
  position: relative;
  margin-left: 12px;
}
.tl_entry {
  color: #696969;
  padding: 10px 0;
  text-align: center;
}
.tl_entry input[type=text] {
  font-size: .875em;
  width: 44px;
}
.tl_entry input[type=button] {
  font-size: .8125em;
  margin: 0 10px;
}
.tl_entry .text.focus {
  outline: 1px solid #1771b4;
}
.tl_data_container {
  border-bottom: 1px solid #aaa;
  height: 40px;
  position: relative;
  -webkit-user-select: none;
}
.tl_left:hover,
.tl_right:hover {
  background-color: #005fb5;
  text-decoration: none;
}
.tl_right.end:hover,
.tl_right.end,
.tl_left.end:hover,
.tl_left.end {
  background: #fafafa;
}
.tl_right.end:hover span,
.tl_right.end span {
  background-position: 2px -110px;
  opacity: .2;
}
.tl_left.end:hover span,
.tl_left.end span {
  background-position: 1px -79px;
  opacity: .2;
}
.tl_left,
.tl_right {
  background: #fafafa;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 12px;
}
.tl_left {
  left: 0;
}
.tl_right {
  right: -10px;
}
.tl_left span,
.tl_right span {
  background: url(/i/search-spriteA.png) no-repeat -15px -88px;
  width: 16px;
  height: 14px;
  display: inline-block;
}
.tl_right span {
  background-position: 1px -65px;
}
.tl_left:hover span {
  background-position: 1px -94px;
}
.tl_right:hover span {
  background-position: -14px -103px;
}
.tl_data {
  background-color: #ffffff;
  background-color: rgba(126, 194, 236, 0.15);
  position: absolute;
  height: 40px;
  top: 0;
  z-index: 10;
}
.tl_data_selection {
  background-color: #d7ecf9;
  border-bottom: 5px solid #bb2429;
  position: absolute;
  height: 40px;
  top: 0;
  filter: alpha(opacity=55);
  z-index: 0;
}
#marker_years {
  font-size: small;
  z-index: 999;
}
#myr_mid {
  position: relative;
  left: 38%;
}
#myr_end {
  position: absolute;
  right: 5px;
}
.tl_marker {
  border-right: 1px dashed #999;
  cursor: default;
  position: absolute;
}
.tl_bar {
  background-color: #5A98CE;
  /*fall back*/
  background-color: rgba(30, 138, 204, 0.8);
  cursor: default;
  position: absolute;
}
.tl_bar.pub_year {
  background-color: #f5b040;
}
.tl_bar.pub_year:hover:after {
  background: #dedcd6;
  border: 1px solid #dedcd6;
  border-radius: 4px;
  display: block;
  font-size: 12px;
  padding: 4px;
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  z-index: 5;
}
.tl_missing {
  color: #888;
  font-size: 11px;
}
.tl_range {
  color: #333;
  position: absolute;
  top: 0px;
  width: 14px;
  line-height: 10px;
  z-index: 20;
}
.tl_range a.slider {
  cursor: move;
  display: inline-block;
  width: 14px;
  height: 27px;
  background: url(/i/search-spriteA.png) no-repeat -17px -29px;
  margin-top: 27px;
}
.touch .tl_range a.slider {
  border: 1px solid #52ade5;
  cursor: move;
  display: block;
  width: 14px;
  height: 32px;
  background-color: #7ec2ec;
  background-image: none;
  margin-top: 27px;
  padding: 2px 10px;
  border-radius: 24px;
  margin-left: -10px;
}
body.desktop .tl_range a:hover {
  background-position: -17px -57px;
  text-decoration: none;
}
.tl_range span.value {
  display: inline-block;
  font-size: 10px;
  left: 0;
  padding: 2px 3px;
  position: absolute;
  top: 0px;
}
.tl_range span.value:after {
  border-style: solid;
  border-width: 5px 4px;
  border-color: #333 transparent transparent;
  content: "\00a0";
  display: none;
  height: 0;
  width: 0;
  margin-left: -5px;
  top: 13px;
  left: 50%;
  position: absolute;
  z-index: 13;
}
a.slider:hover + span.value:after {
  display: block;
}
a.slider:hover + span.value {
  background: #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fafafa;
}
/* Refine View Main Calendar styles */
#datepicker_calendar,
#advanced_datepicker_calendar {
  clear: both;
  min-height: 154px;
  padding-top: 6px;
}
#datepicker_calendar {
  margin-top: 12px;
}
#datepicker_year,
#datepicker_month {
  float: left;
  margin: 4px;
}
#calendar_table {
  color: #696969;
  width: 100%;
}
#calendar_table.disable,
#calendar_table.disable #calendar_week_header th {
  color: #ccc;
}
#datepicker_year_combobox {
  background: #ffffff url(/i/fieldbg.gif) repeat-x 0 0;
  background: -moz-linear-gradient(top, #d3d4d4 0%, #ffffff 18%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d4d4), color-stop(18%, #ffffff));
  background: -webkit-linear-gradient(top, #d3d4d4 0%, #ffffff 18%);
  background: -o-linear-gradient(top, #d3d4d4 0%, #ffffff 18%);
  background: -ms-linear-gradient(top, #d3d4d4 0%, #ffffff 18%);
  background: linear-gradient(top, #d3d4d4 0%, #ffffff 18%);
  border: 1px solid #7c7c7c;
  border-color: #777 #c3c3c3 #ddd #999;
  border-radius: 0;
  color: #696969;
  float: left;
  padding: 2px;
  width: 64px;
}
.ui-combobox-toggle {
  border-color: #999!important;
  height: 1.40em;
  width: 16px;
}
.ui-button-icon-only {
  width: 1.3em!important;
}
.calendar_option {
  line-height: 1.7em;
  text-align: center;
}
.calendar_option.range {
  border: 1px solid #98bcd8;
}
.calendar_option.range a {
  display: block;
}
.calendar_option.range a.hasmatches {
  color: #fff;
  background: #98bcd8;
  text-shadow: 0 -1px 0 #073151;
}
.calendar_option a {
  color: #1771b4;
  display: block;
  cursor: not-allowed;
  text-shadow: 0 1px 0 #fff;
}
.calendar_option a.hasmatches {
  background: #e2ecf4;
  cursor: pointer;
}
.calendar_option a.hasmatches:hover {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.calendar_option.selected a {
  background-color: #1771b4;
  background-image: -webkit-linear-gradient(top, #1d8de1 5%, #0374c8 100%);
  background-image: linear-gradient(to bottom, #1d8de1 5%, #0374c8 100%);
  background-repeat: repeat-x;
  color: #fff;
  text-shadow: 0 -1px 0 #3b719c;
}
#calendar_week_header th {
  color: #777;
  font-size: .75em;
  text-align: center;
}
/* --------------Adv Search Calendar Dropdown styles---------------- */
#advanced_datepicker_control {
  background: #f6f3eb;
  border-top: 1px solid #ccc;
  clear: both;
  margin: 4px -8px -8px;
  padding: 8px;
  text-align: right;
}
.tl_cancel {
  font-size: .8125em;
  position: relative;
  margin-left: 12px;
}
#advanced_newspaper_calendar {
  z-index: 19;
  background: #FFFFFF;
  margin-left: -1px;
  position: absolute;
  padding: 4px;
  width: 275px;
  border: 1px solid #CCCCCC;
}
.focus #advanced_newspaper_calendar {
  border-color: #1771b4;
}
#advanced_datepicker_year,
#advanced_datepicker_month {
  float: left;
  margin-right: 4px;
  min-height: 38px;
}
#advanced_calendar_table {
  top: 30px;
  color: #696969;
  width: 100%;
}
#advanced_calendar_table.disable,
#advanced_calendar_table.disable #calendar_week_header th {
  color: #ccc;
}
#advanced_datepicker_year_combobox {
  float: left;
  border-right-width: 0;
  border-radius: 4px 0 0 4px;
  padding: 2px;
  width: 80px;
  height: 38px;
}
.ui-combobox-toggle {
  border-color: #999!important;
  height: 38px;
  width: 16px;
}
.ui-button-icon-only {
  width: 1.3em!important;
}
.advanced_calendar_option {
  line-height: 1.7em;
  text-align: center;
}
.advanced_calendar_option a {
  background: #e3ecf3;
  color: #1771b4;
  display: block;
  text-shadow: 0 1px 0 #fff;
}
.advanced_calendar_option a:hover {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.advanced_calendar_option.selected a {
  background-color: #1771b4;
  /* Old browsers */
  background-image: -webkit-linear-gradient(top, #52a8e8 5%, #1771b4 100%);
  background-image: linear-gradient(to bottom, #52a8e8 5%, #1771b4 100%);
  background-repeat: repeat-x;
  color: #fff;
  text-shadow: 0 -1px 0 #073151;
}
#advanced_calendar_week_header th {
  color: #777;
  font-size: .75em;
  text-align: center;
}
#advanced_datepicker_control {
  background: #f6f3eb;
  border-top: 1px solid #ccc;
  text-align: right;
}
/*DATE WIDGET*/
.datepicker {
  background: url(/i/calpick.png) no-repeat 120px 5px;
  width: 130px;
}
.date-widget {
  border-collapse: separate;
  display: inline-table;
  table-layout: fixed;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #refinement_year .date-widget {
    padding: 10px 20px;
  }
  #refinement_year .date-widget #tl-gobtn {
    display: none;
  }
}
.date-widget .icon-news {
  background-color: #eee;
  border: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 0 none;
  cursor: pointer;
  display: table-cell;
  float: left;
  padding: 9px 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #696969;
  text-align: center;
  width: auto;
}
.date-widget .icon-news.on {
  background: #fff;
  color: #1771b4;
  border-color: #1771b4;
}
.date-widget .text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  display: table-cell;
  float: left;
  padding: 6px;
  width: 166px;
}
.date-widget .text::-ms-clear {
  display: none;
}
.date-widget .cleardateinput {
  color: #696969;
  display: block;
  font-size: 24px;
  line-height: .8;
  opacity: .8;
  padding: 0 5px 4px 0;
  position: absolute;
  right: 90px;
  top: 4px;
}
.date-widget .cleardateinput:hover {
  color: #696969;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}
@media (max-width: 767px) {
  #refinement_year .date-widget .cleardateinput {
    top: 15px;
    right: 24px;
  }
}
.date-widget .btn-t {
  height: 38px;
  margin-left: 4px;
  opacity: 0;
  -moz-transition: opacity 0.35s linear;
  -ms-transition: opacity 0.35s linear;
  -webkit-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}
.date-widget.focus .btn-t {
  opacity: 1;
}
.date-widget .date-widget-help {
  background: #fafafa;
  border: 1px solid #bb2429;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .875em;
  padding: 12px;
  position: absolute;
  top: 44px;
  width: 100%;
  white-space: normal;
  z-index: 1000;
}
.date-widget .date-widget-help .simplelist {
  padding-left: 20px;
}
.date-widget .date-widget-help:before {
  border: 1px solid #bb2429;
  border-width: 0 10px 12px;
  border-color: transparent transparent #bb2429;
  content: "\0020";
  display: block;
  height: 0;
  left: 20px;
  position: absolute;
  top: -12px;
  width: 0;
}
/* TITLE CHOOSER */
#titles-pane {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  background-color: white;
  z-index: 101;
  margin-left: -182px;
  height: 400px;
  overflow: auto;
  width: 365px;
}
#titles-pane-close {
  float: right;
}
.title-chooser {
  height: 300px;
  width: 520px;
}
.title-chooser div.title-chooser-buttons {
  float: right;
}
.title-chooser button {
  margin-bottom: 5px;
}
.token-input-dropdown-facebook li i {
  color: #888;
  float: right;
  font-style: normal;
}
.news_location {
  color: #696969;
}
/* NEWS MAP  */
#map_data * {
  vertical-align: bottom;
}
#map_data path {
  cursor: pointer;
}
#map_data .google-visualization-intensitymap-map {
  border-color: #E0E0E0;
}
.map-click-prompt {
  color: #696969;
  float: right;
  font-size: .8em;
  margin: 4px 4px 0 0;
}
#world_map {
  background: url(/i/world-globe.png) no-repeat 0 0;
  color: #555;
  font-style: italic;
  height: 37px;
  margin: 20px auto;
  padding: 30px;
  text-align: center;
  width: 181px;
}
#us-link,
#world-link {
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  margin: 2px 4px;
  padding: 2px 12px;
}
#us-link:hover,
#world-link:hover {
  text-decoration: none;
}
#us-link.selected,
#world-link.selected {
  background: #e2e2e2;
  background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
  background-repeat: repeat-x;
  border-bottom: 2px solid #7DC1EA;
  color: #777;
  text-shadow: 0 -1px 0 #ffffff;
}
.touch {
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.record-content {
  margin: 12px 20px;
  line-height: 1.5em;
  text-align: center;
}
@media (min-width: 768px) {
  .record-content {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .record-content {
    margin: 8px 40px 8px 312px;
    padding-bottom: 24px;
  }
}
.grid-view .record-content {
  margin: 12px 0 0;
  width: auto;
}
.record-content .icon-lock {
  display: none;
}
.record-extra .record-content .icon-lock {
  display: inline;
}
.record-content a:hover {
  text-decoration: none;
}
.record-content a:hover h2 {
  color: #1771b4;
  text-decoration: underline;
}
.record-content a:hover:visited h2 {
  color: #7dc1ea;
}
.record-content a:visited h2 {
  color: #696969;
  border-bottom: 1px dashed #838383;
}
.record-content h2 {
  color: #1771b4;
  display: inline-block;
  font-size: 1.125em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 4px;
}
.gm-style-iw .record-content h2 {
  font-size: 1.5em;
}
.record-content h2 .publisher-link {
  display: inline-block;
  height: 20px;
  margin: 0 4px;
  vertical-align: middle;
  width: 20px;
}
.record-content .news-local {
  color: #1d1d1d;
  display: block;
  font-size: .875em;
  font-style: normal;
}
.record-content .news-local:before {
  color: #6f6f6f;
}
.record-content .news-local:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMjMuMzUxIDM0OC45ODQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIyMy4zNTEgMzQ4Ljk4NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNhYmFiYWIiIGQ9Ik0xMTEuNjc1IDBDNTAgMCAwIDQ4LjUgMCAxMDguMyBjMCA1OS44IDExMS43IDI0MC43IDExMS43IDI0MC42NzdzMTExLjY3Ni0xODAuODY5IDExMS42NzYtMjQwLjY3N0MyMjMuMzUxIDQ4LjUgMTczLjMgMCAxMTEuNyAweiBNMTA5LjE4MyAxNjAuNSBjLTMyLjc1OCAwLTU5LjMxMy0yNi41NTUtNTkuMzEzLTU5LjMxM3MyNi41NTUtNTkuMzEzIDU5LjMxMy01OS4zMTNzNTkuMzEzIDI2LjYgNTkuMyA1OS4zMTNTMTQxLjk0MSAxNjAuNSAxMDkuMiAxNjAuNTMzeiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: "\20";
  display: inline-block;
  margin: 0;
  padding-right: 6px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.record-content .news-date {
  margin-left: -3px;
  font-size: .875em;
}
.record-content .news-date:before {
  color: #6f6f6f;
  font-size: 14px;
  padding-right: 4px;
}
.record-content .news-match {
  font-size: .75em;
}
@media (min-width: 1024px) {
  .record-content .news-match {
    position: absolute;
    bottom: 0;
    left: 318px;
  }
  .touch .record-content .news-match {
    left: 348px;
  }
}
.record-content .news-match b {
  font-weight: bold;
}
.record-content .result-breadcrumb {
  color: #1d1d1d;
}
.record-content .result-breadcrumb b {
  font-weight: normal;
}
.record-content .result-breadcrumb a:visited .news-date {
  color: #7dc1ea;
}
.clip-sr {
  margin: 8px 0 0;
}
@media (min-width: 767px) {
  .clip-sr {
    margin: 0;
  }
}
.clip-sr strong {
  color: #6f6f6f;
  display: block;
  font-weight: normal;
  float: left;
  margin: 0 4px;
}
.clip-src {
  border-top: 1px dotted #e6e6e6;
  margin: 12px 12px;
}
@media (min-width: 767px) {
  .clip-src {
    border-top: none;
    border-left: 2px solid #cccccc;
    margin: 4px 0 0 10px;
    padding: 4px 12px;
  }
}
.clip-prev .doc-thumb {
  width: 258px;
}
.grid-view .clip-prev .doc-thumb {
  margin: 0;
  width: 100%;
}
.clip-prev .doc-thumb a {
  border: 1px dashed #cccccc;
  padding: 2px;
}
.pe-cover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: none;
  font-size: 18px;
  font-weight: bold;
  padding: 86px 20px 10px;
  position: absolute;
  pointer-events: none;
  height: 149px;
  width: 100%;
  z-index: 10;
}
.record-extra .pe-cover {
  display: block;
}
a:hover .pe-cover {
  background-color: rgba(0, 0, 0, 0);
}
a:hover .pe-cover div {
  display: none;
}
.cover-only .pe-cover {
  padding: 20px 10px;
}
.record-result {
  border-bottom: 1px #ccc solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
  position: relative;
}
.record-result.active {
  background-color: #eff4f9;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  margin-top: -1px;
}
.record-result:last-child {
  border: 0 none;
}
.gm-style-iw .record-result {
  padding: 12px 0 0 ;
}
.grid-view .record-result {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 8px 4px;
  padding: 8px;
  float: left;
  width: 202px;
}
.record-result > div {
  -moz-transition: display 1s linear;
  -ms-transition: display 1s linear;
  -webkit-transition: display 1s linear;
  transition: display 1s linear;
}
.record-preview {
  width: 100%;
}
@media (min-width: 767px) {
  .record-preview {
    float: left;
    margin-right: 16px;
    width: 296px;
  }
  .touch .record-preview {
    width: 328px;
  }
}
.grid-view .record-preview {
  width: 202px;
  float: none;
}
/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
  overflow: auto;
  height: auto !important;
  height: 1%;
  width: 400px;
  border: 1px solid #1166a8;
  cursor: text;
  min-height: 1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  background-color: #fff;
  list-style-type: none;
  clear: left;
  max-height: 116px;
}
ul.token-input-list-facebook li input {
  background: #fff;
  border: 0;
  width: 100px;
  padding: 3px 8px;
  background-color: white;
  margin: 2px 0;
  -webkit-appearance: caret;
}
ul.token-input-list-facebook li input:focus {
  background: #fff;
}
li.token-input-token-facebook {
  overflow: hidden;
  height: auto !important;
  height: 18px;
  margin: 3px;
  padding: 1px 3px;
  background-color: #E2ECF4;
  color: #1166a8;
  cursor: default;
  border: 1px solid #C1DCF4;
  font-size: .8125em;
  border-radius: 8px;
  text-decoration: 0 1px 0 #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  float: left;
  white-space: nowrap;
}
li.token-input-token-facebook p {
  display: inline;
  padding: 0;
  margin: 0;
}
li.token-input-token-facebook span {
  color: #a6b3cf;
  margin-left: 5px;
  font-weight: bold;
  cursor: pointer;
}
li.token-input-selected-token-facebook {
  background-color: #1166a8;
  border: 1px solid #1166a8;
  color: #fff;
}
li.token-input-input-token-facebook {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.token-input-dropdown-facebook {
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 400px;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: default;
  font-size: .8125em;
  z-index: 1;
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}
div.token-input-dropdown-facebook p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #777;
}
div.token-input-dropdown-facebook ul {
  margin: 0;
  padding: 0;
}
div.token-input-dropdown-facebook ul li {
  background-color: #fff;
  padding: 3px;
  margin: 0;
  list-style-type: none;
}
div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
  background-color: #fff;
}
div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
  background-color: #fff;
}
div.token-input-dropdown-facebook ul li em {
  font-weight: bold;
  font-style: normal;
}
div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
  background-color: #1166a8;
  color: #fff;
}
div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook i,
div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook .news_location {
  color: #D9D7D7;
}
#page,
.info#page,
#inpage {
  background: none;
  border: none;
  max-width: 1024px;
  padding: 0;
}
#footer {
  margin-top: 0;
}
#mast-in {
  border-bottom: 0px;
}
#inpage {
  padding-bottom: 20px;
}
#content {
  background: none;
}
.cr {
  padding-top: 0;
}
input.ex {
  color: #aaa;
}
#global-search.centered {
  top: 270px;
  left: 250px;
  width: 100%;
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
@media (max-width: 767px) {
  #global-search.centered {
    left: 0;
    top: 20%;
  }
}
@media (min-width: 992px) {
  #global-search.centered {
    width: 800px;
  }
}
#global-search.centered #search-box {
  border: 1px solid #cccccc;
}
#global-search.centered #search-bar {
  padding-top: 30px;
  padding-bottom: 30px;
}
#global-search.centered .faux-terms {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 250px;
}
@media (min-width: 992px) {
  #global-search.centered .faux-terms {
    width: 300px;
  }
}
#global-search.centered a.helpicon > span {
  display: none;
}
#global-search.centered #recent_searches.left {
  float: left;
}
#world_map {
  background: url(/i/world-globe.png) no-repeat 0 0;
  background-size: cover;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #555;
  font-style: italic;
  height: 37px;
  margin: 20px auto;
  padding: 30px;
  text-align: center;
  width: 181px;
}
#us-link,
#world-link {
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  margin: 2px 4px;
  padding: 2px 12px;
}
#us-link:hover,
#world-link:hover {
  text-decoration: none;
}
#us-link.selected,
#world-link.selected {
  background: #e2e2e2;
  background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
  background-repeat: repeat-x;
  border-bottom: 2px solid #7DC1EA;
  color: #696969;
  text-shadow: 0 -1px 0 #ffffff;
}
.hidebar {
  border-right: 1px solid #fafafa;
  cursor: pointer;
  display: none;
  left: 0;
  position: absolute;
  height: 35px;
  top: 5px;
  width: 20px;
}
.showarrow {
  overflow: inherit!important;
}
.showarrow .hidebar {
  display: block;
}
.hidebar:before {
  background: url(/i/search-spriteA.png) no-repeat 0 -82px;
  content: "\0020";
  display: block;
  height: 12px;
  margin: 12px 0 0 3px;
  opacity: .35;
  width: 12px;
}
.hidebar:hover:before {
  opacity: .9;
}
.closed-bar.showarrow .hidebar:before {
  background: url(/i/search-spriteA.png) no-repeat 0 -112px;
}
.hidebar:after {
  border-right: 1px solid #AEA59A;
  content: "\0020";
  display: block;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
}
.global-search.closed-bar .hidebar:after {
  display: none;
}
.closed-bar form,
.closed-bar #search-box {
  display: none!important;
}
#help-tips p {
  background-color: #414141;
  background: rgba(45, 45, 45, 0.9);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fafafa;
  font-size: 14px;
  padding: 10px;
  position: absolute;
  text-shadow: 0px 1px 0px #372b1b;
  z-index: 30px;
}
a.helpicon {
  background: #999;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  color: #fafafa;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 9px;
  text-shadow: 0px -1px 0px #999999;
}
.helpicon:hover,
.helpicon.on {
  background: #999;
  -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
  color: #fafafa;
  opacity: 1;
  text-decoration: none;
}
.helpicon.on {
  box-shadow: inset 0px 0px 12px black;
}
.video-help {
  border-top: 1px dotted #ddd;
  margin: 140px auto 0;
  padding: 20px;
  width: 640px;
}
.tips {
  float: right;
  width: 32%;
}
#search-box {
  position: relative;
}
.results-show #search-box {
  padding-left: 0;
}
.advanced-search {
  display: inline-block;
}
.advanced-search a {
  display: block;
}
#gn-basic input {
  width: 135px;
}
#ln-basic input {
  width: 135px;
}
#keyword-basic .place {
  width: 150px;
}
#blank-page-pane {
  font-size: 14px;
}
.clearsearch {
  color: #999;
  display: block;
  font-size: 24px;
  line-height: .8;
  opacity: .8;
  padding: 0 5px 4px 0;
  position: absolute;
  right: 136px;
  top: 6px;
}
.clearsearch:hover {
  opacity: 1;
  text-decoration: none;
}
a.more-opt {
  border-left: 1px solid #ccc;
  font-size: .8125em;
  line-height: 1;
  padding: 10px 12px 10px 20px;
  position: absolute;
  right: 12px;
  top: 3px;
  z-index: 2;
}
a.more-opt:before {
  content: "\0020";
  border: 1px solid #1d1d1d;
  border-width: 4px 4px 0;
  border-right-color: transparent;
  border-left-color: transparent;
  left: 6px;
  margin-top: 7px;
  position: absolute;
  top: 7px;
}
#search-advanced #nameblock input.text {
  float: left;
}
.search-opt,
.done-refine {
  display: none;
}
.browse-btn {
  display: -moz-inline-box;
  display: inline-block;
  margin-left: 10px;
  padding: 5px 20px;
}
#search-bar {
  background: #f5f2e9;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 16px 12px 15px;
}
#search-for {
  cursor: pointer;
  margin: 0 16px 0 0;
  text-align: center;
  width: 152px;
  font-size: 1.75em;
}
#search-window,
#loading-window {
  background-color: #fafafa;
  height: auto;
  margin: 0 auto;
  min-height: 800px;
  overflow: hidden;
  opacity: 0;
  padding: 0 0 40px;
  visibility: hidden;
}
#loading-window {
  opacity: 1;
  position: relative;
  visibility: visible;
  padding-top: 100px;
}
#loading-window.hid {
  opacity: 0;
  visibility: hidden;
}
#loading-window .loadimg {
  left: 50%;
  margin-left: -100px;
  position: absolute;
  top: 150px;
  width: 200px;
}
#search-window.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .8s linear;
  -moz-transition: opacity .8s linear;
}
#search-window.no-results {
  background: #E8E6E2;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e8e6e2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e8e6e2 100%);
  background-repeat: repeat-x;
}
.blind-down {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 20;
}
#search-keyword-input input,
#search-keyword-input input:focus,
#search-keyword-input input:active,
#search-date-input input,
#search-date-input input:focus,
#search-date-input input:active {
  border: 0px solid transparent;
  background: transparent;
  box-shadow: none;
  outline: none;
  -webkit-appearance: caret;
}
#search-keyword-input input::-ms-clear,
#search-date-input input::-ms-clear {
  display: none;
}
#search-box #search-submit {
  padding: 5px 12px 4px;
}
#given-name,
#surname {
  width: 245px;
}
.global-search {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  z-index: 40;
}
.global-search.fixedbar {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.global-search.fixedbar.centered {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.global-search.closed-bar {
  height: 48px;
  padding: 0;
}
.global-search.closed-bar:after {
  display: none;
}
.global-search #search-advanced {
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  clear: both;
  left: 80px;
  position: absolute;
  top: 50px;
  z-index: 11;
  min-width: 580px;
}
.centered.global-search #search-advanced {
  left: 120px;
  top: 70px;
}
.centered.global-search #search-advanced:before,
.centered.global-search #search-advanced:after {
  left: 75%;
}
@media (min-width: 992px) {
  .global-search #search-advanced {
    left: 280px;
  }
}
@media (min-width: 1200px) {
  .global-search #search-advanced {
    left: 400px;
  }
}
.global-search #search-advanced:before,
.global-search #search-advanced:after {
  content: "\0020";
  border: 1px solid #999;
  border-width: 0 8px 8px;
  border-right-color: transparent;
  border-left-color: transparent;
  left: 85%;
  margin-left: -8px;
  position: absolute;
  top: -9px;
}
.global-search #search-advanced:after {
  border-color: #fff transparent;
  top: -8px;
}
.global-search #search-advanced .as-within {
  padding-bottom: 10px;
}
.global-search .as-within,
.global-search .as-place,
.global-search .as-year {
  color: #222;
  margin-top: 12px;
}
.global-search .as-place div > div {
  min-height: 32px;
}
.global-search #search-advanced label.checkbox {
  display: block;
  float: none;
  font-size: .875em;
  font-weight: normal;
  margin: 10px 10px 10px 170px;
}
.global-search .search-input {
  line-height: 0;
  position: relative;
}
.global-search .search-input small.label {
  display: block;
  margin-top: 8px;
}
.global-search .search-input label {
  font-size: 12px;
}
.global-search .search-input .soundex {
  background: #F0EDE7;
  border: 1px solid #696969;
  border-color: #696969 #d5d5d5 #d5d5d5;
  float: left;
  line-height: 1.35;
  margin: 0 5px 0 -11px;
  padding: 6px 10px 7px 12px;
}
.global-search .search-input .search-terms-date .query-term {
  cursor: text;
}
.global-search .search-input .search-terms-date .query-term .clear-term {
  cursor: pointer;
}
.global-search .search-input .query-term {
  background: #e2ecf4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #bdd4e6;
  box-shadow: inset 0px -1px 1px #427eae;
  color: #14639d;
  display: inline-block;
  font-style: normal;
  line-height: 1;
  margin: 2px 4px 2px 0;
  opacity: .85;
  padding: 4px 28px 4px 8px;
  text-shadow: 0px 1px 0px #fff;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.global-search .search-input .query-term:hover {
  opacity: 1;
}
.global-search .search-input .query-term.sl-on:hover:after {
  opacity: 1;
}
.global-search .search-input .query-term:last-child {
  margin: 0 0 0 0;
}
#papers-page .global-search .search-input .query-term:only-child {
  margin: 0 0 0 8px;
}
.global-search .search-input .query-term.query-keyword,
.global-search .search-input .query-term.query-year {
  cursor: text;
}
.global-search .search-input .query-term.query-keyword .clear-term,
.global-search .search-input .query-term.query-year .clear-term {
  cursor: pointer;
}
.global-search .search-input .query-term.query-local:hover {
  background: #5A98CE;
  -webkit-box-shadow: 0 0 none;
  box-shadow: 0 0 none;
  color: #fff;
  text-shadow: none;
}
.global-search .search-input .query-term.query-local:hover .clear-term {
  color: #fff;
}
.global-search .search-input .query-term.sl-on:after,
.global-search .search-input .soundex-on:after {
  background: url(/i/search-spriteA.png) no-repeat 0px -234px;
  content: "\0020";
  display: block;
  float: right;
  height: 16px;
  margin: 3px 4px 0;
  opacity: .7;
  width: 16px;
}
.global-search .search-input .soundex-on:after {
  background-position: -16px -234px;
  position: absolute;
  right: 25px;
  top: 2px;
}
.global-search .search-input .text.soundex-on,
.global-search .search-input .ex.soundex-on {
  padding-right: 50px;
}
.global-search .faux-terms {
  display: inline-block;
  max-height: 200px;
  padding: 2px 8px;
  position: relative;
  overflow: auto;
  width: 556px;
}
@media (min-width: 768px) {
  .global-search .faux-terms {
    width: 440px;
  }
}
@media (min-width: 992px) {
  .global-search .faux-terms {
    width: 680px;
  }
}
@media (min-width: 1200px) {
  .global-search .faux-terms {
    width: 800px;
  }
}
.global-search .faux-terms:after {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAJCAYAAADzRkbkAAAAKUlEQVR42hXEQRUAAAREQW30kEQUTSTRQwsR1vtzGJPkFJRU1DS0dKQHu8EgUQ1Ieu4AAAAASUVORK5CYII=') repeat-x 0 0;
  bottom: 0;
  content: "\20";
  display: block;
  height: 9px;
  left: 2px;
  position: absolute;
  width: 99%;
  z-index: 1;
}
.global-search .faux-terms {
  line-height: 1.65;
  padding: 4px 160px 4px 8px;
}
.global-search .faux-terms a:hover {
  text-decoration: none;
}
.s-tips {
  color: #7F786D;
  position: absolute;
  right: 10px;
  text-align: left;
  top: 10px;
  width: 340px;
}
.s-tips ul li {
  color: #7F786D;
  margin-bottom: 10px;
}
.s-tips ul .li-strong {
  color: #372B1B;
  -moz-transition: color .4s linear;
  -webkit-transition: color .4s linear;
}
.s-tips h3 {
  border-bottom: 1px dotted #bab3ac;
  color: #7F786D;
  font-size: 12px;
  padding-bottom: 5px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #F0EDE7;
}
#nameblock .mlbl,
#kwblock .mlbl {
  display: none;
}
.radiolist {
  padding: 5px;
}
.radiolist label {
  color: #999;
  margin: 0 5px;
}
.radiolist label:hover {
  text-decoration: underline;
}
.radiolist input {
  margin: 2px 0 2px 5px;
}
.year-range.date {
  margin: 12px 0;
}
.clear-term {
  color: #1771b4;
  display: block;
  font-weight: bold;
  margin-left: 8px;
  opacity: .5;
  padding: 4px;
  position: absolute;
  right: 4px;
  top: -2px;
}
.clear-term:hover {
  color: #0e4670;
  opacity: .95;
  text-decoration: none;
}
.clear-term:active {
  background-position: -16px 173px;
}
.plainq {
  background: #e2ecf4;
  border-radius: 4px;
  font-weight: normal;
  padding: 4px;
}
#topblock,
.search-input,
#kwblock {
  float: left;
}
/*#keyword-basic{
    float: right;
    margin-right: 50px;
}*/
#topblock.advanced-on {
  float: none;
}
#topblock.advanced-on .soundex {
  display: block;
}
.search-input > div {
  float: left;
}
#search-panes {
  position: relative;
  /*  width: 1600px; */
}
.lt-ie9 #search-panes {
  zoom: 1;
}
.addrange {
  display: inline-block;
  font-size: .875em;
  margin-left: 12px;
  padding: 8px 0;
}
.removerange {
  color: #1771b4;
  display: inline-block;
  font-size: 1.25em;
  margin-left: -20px;
  opacity: .55;
  position: relative;
  z-index: 10;
}
.removerange:hover {
  color: #0e4670;
  opacity: 1;
  text-decoration: none;
}
.rangeval {
  margin: 4px 0;
  clear: both;
}
.rangeval label {
  color: #555;
  display: block;
  float: left;
  padding: 4px 0;
  width: 80px;
}
.rangeval input {
  background: #e2ecf4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c4d9e9;
  box-shadow: inset 0px -1px 1px #98bcd8;
  color: #14639d;
  display: inline-block;
  font-style: normal;
  line-height: 1;
  opacity: .85;
  padding: 4px 16px 4px 8px;
  text-shadow: 0px 1px 0px #fff;
  cursor: pointer;
  position: relative;
  width: 128px;
}
#newspaper_calendar select {
  max-width: 100px;
}
input#datepicker_range_to {
  border-color: #0374c8;
  box-shadow: 0 0 4px #0374c8;
}
/* !scrollbar styles */
#search-panes ::-webkit-scrollbar {
  width: 10px;
  height: 13px;
  opacity: .85;
}
#search-panes ::-webkit-scrollbar-track:vertical,
#search-panes ::-webkit-scrollbar-track:horizontal {
  border: 1px solid #e2e2e2!important;
  -webkit-border-radius: 6px!important;
  background: -webkit-gradient(linear, 0% 0, 100% 0, from(#e6e6e6), color-stop(0.2, #f2f2f2), to(#f2f2f2)) !important;
}
#search-panes ::-webkit-scrollbar-track:disabled {
  margin: 6px;
}
#search-panes ::-webkit-scrollbar-thumb:vertical,
#search-panes ::-webkit-scrollbar-thumb:horizontal {
  -webkit-border-image: none!important;
  -webkit-border-radius: 6px!important;
  background: -webkit-gradient(linear, 0% 0, 100% 0, from(#82abd4), to(#588ec4)) !important;
  border: 1px solid #588ec4;
}
#search-panes ::-webkit-scrollbar-thumb:horizontal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#82abd4), to(#588ec4), color-stop(50%, #588ec4), color-stop(50%, #82abd4)) !important;
}
.pane-header {
  background-color: #efefef;
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px 0;
  color: #666;
  font-size: 1em;
  margin: 0 0 12px;
  padding: 4px 8px;
  position: relative;
  white-space: nowrap;
}
.extra-pane .pane-header:before {
  background: url(/i/search-spriteA.png) no-repeat -23px -198px;
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  height: 27px;
  width: 10px;
}
#titles-header {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  margin: 0 -15px 0 0;
  padding: 8px 15px 8px 8px;
}
#refine-header {
  margin: 0 0 12px;
  padding: 8px 16px;
}
#results-header {
  margin: 0;
}
.last-pane #results-header {
  padding: 8px 15px;
}
#document-header,
#page-header {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #555;
  min-height: 20px;
  margin: 0;
  padding: 5px 15px 4px;
  position: relative;
}
#search-input {
  float: left;
  margin-right: 20px;
}
#search-controls {
  float: left;
  margin-top: 25px;
}
#saved_searches {
  float: left;
}
#saved_searches:empty {
  display: none;
}
.recent-saved {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto;
  width: 50%;
  text-align: center;
}
.recent-saved:empty {
  display: none;
}
@media (max-width: 767px) {
  .recent-saved {
    margin: 40px 0 20px;
  }
}
.recent-saved h4 {
  color: #696969;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
.recent-saved .see-all-saved {
  margin-top: 40px;
  cursor: pointer;
  font-size: .875em;
  color: #9c9c9c;
  text-align: center;
}
.recent-saved .see-all-saved:hover {
  color: #696969;
}
.recent-saved ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recent-saved li {
  display: block;
  text-align: center;
  position: relative;
}
.recent-saved li .save-notify {
  top: 50%;
  margin-top: -0.875em;
  font-size: .875em;
  color: #838383;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  padding: 6px 8px;
  -moz-transition: opacity 0.35s linear;
  -ms-transition: opacity 0.35s linear;
  -webkit-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}
.recent-saved li .save-notify.hover {
  opacity: 1;
}
.recent-saved li .save-notify.saved {
  font-style: italic;
}
.recent-saved li a {
  color: #1771b4;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 3px -20px 1px 0;
  max-width: 220px;
  padding: 8px 28px 8px 8px;
  position: relative;
}
.recent-saved li a .clear-recent-search {
  color: #14639d;
  font-weight: bold;
  display: block;
  opacity: .5;
  visibility: hidden;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  right: 8px;
}
.recent-saved li a:hover {
  background: #e2ecf4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #bdd4e6;
  box-shadow: inset 0px -1px 1px #427eae;
  color: #14639d;
  display: inline-block;
  font-style: normal;
  line-height: 1;
  margin: 2px 0;
  opacity: .85;
  padding: 8px 28px 8px 8px;
  text-shadow: 0px 1px 0px #fff;
  cursor: pointer;
  position: relative;
  z-index: 10;
  text-decoration: none;
}
.recent-saved li a:hover:hover {
  opacity: 1;
}
.recent-saved li a:hover .clear-recent-search {
  visibility: visible;
  color: #14639d;
}
.recent-saved li a:hover .clear-recent-search:hover {
  opacity: 1;
}
#no-results-pane {
  background: #fafafa;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin: 50px auto;
  padding: 25px;
  width: 50%;
}
#no-results-pane h2 {
  margin-top: 0;
}
#no-results-pane h2 strong {
  font-weight: normal;
}
#search-controls #search-submit {
  font-size: 16px;
  height: 30px;
  width: 100px;
  padding: 0 25px 2px 10px;
}
.pane-separator {
  position: absolute;
  width: 10px;
  min-height: 500px;
  background-color: #eee;
}
#viewer-pane {
  z-index: 21;
}
#viewer-pane,
#pageview-pane {
  left: 945px;
  opacity: 0;
}
#pageview-pane {
  overflow: hidden;
  height: 100%;
}
#bottomblock h4 {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  top: -8px;
  padding: 2px 5px;
  position: absolute;
  text-transform: uppercase;
}
#search-advanced .namesearch-inputs {
  padding-top: 16px;
}
.search-pane {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: left;
  padding: 0px 0 0px 1px;
  overflow: hidden;
  min-height: 300px;
  position: relative;
  z-index: 5;
}
#refine-pane.search-pane {
  padding-right: 16px;
  padding-bottom: 52px;
}
#footer-info-page {
  margin-top: 20px;
  text-align: right;
}
#viewer-pane.extra-pane,
#pageview-pane.extra-pane {
  -moz-box-shadow: inset 0px 3px 4px #999;
  -webkit-box-shadow: inset 0px 3px 4px #999;
  -ms-box-shadow: inset 0px 3px 4px #999;
  box-shadow: inset 0px 3px 4px #999;
  padding: 0;
}
#viewer-object embed,
#viewer-object object {
  width: 100%;
}
.last-pane {
  padding-right: 0;
}
#t-pane {
  float: left;
  overflow: hidden;
  padding-bottom: 50px;
  position: absolute;
  width: 316px;
}
#c-pane {
  position: absolute;
  width: 316px;
  /* left: 366px; */
  overflow: hidden;
}
#c-pane.fixedbar {
  z-index: 1;
}
#refine-pane {
  padding: 0 16px 12px;
  position: relative;
}
#refine-pane h4 {
  border-bottom: 1px dotted #999;
  color: #696969;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 8px 0;
  padding: 8px 0;
  position: relative;
}
#refine-pane h4 > a {
  color: #696969;
  cursor: default;
}
#refine-pane h4 > a:hover {
  text-decoration: none;
}
h2 + #refine-pane h4 {
  margin-top: 0;
}
#refine-pane h4:hover span.hidetext .open {
  color: #1771b4;
  display: block;
}
.no-results #t-pane {
  background: none;
  width: 968px;
}
#t-pane.under-disable {
  overflow: visible;
}
#f-pane {
  position: absolute;
  height: 100%;
  overflow: hidden;
}
#f-pane.stick {
  top: 0;
}
#result-content,
#result-content-page {
  overflow: auto;
}
#titles-pane .tabs a {
  font-size: 12px;
}
.hidetext {
  font: normal 12px "Helvetica Neue", Arial, sans-serif;
  margin-top: 3px;
  position: absolute;
  right: 10px;
  text-shadow: 0 1px 0px #fff;
}
.hidetext .open {
  display: none;
}
.hidetext .closed {
  display: block;
}
#refine-pane .keywords input {
  width: 210px;
}
#refine-pane .name {
  margin-top: 10px;
}
#refine-pane .name input {
  width: 111px;
}
.pane-loading-container {
  background-color: #fafafa;
  color: #888;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 21;
}
.pane-loading-indicator {
  position: absolute;
  top: 100px;
  text-align: center;
}
#results-pane .pane-loading-indicator {
  top: 100px;
}
.checkbox a {
  width: 16px;
  height: 16px;
  display: -moz-inline-box;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}
small .checkbox a {
  margin-right: 2px;
  vertical-align: bottom;
}
.checkbox .unchecked {
  background-position: 0px 0px;
}
.checkbox .checked {
  background-position: 0px -16px;
}
.checkbox .intermediate {
  background-position: 0px -32px;
}
.title-row span.indent {
  width: 16px;
  display: inline-block;
  margin: 0 5px 0 0;
}
#within-pane {
  overflow: hidden;
  padding-bottom: 15px;
}
.within-content {
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 16px 16px 10px 14px;
  padding: 12px;
  position: relative;
}
.within-content h4 {
  background: #EFF5FA;
  border-bottom: #eee;
  color: #474747;
  font-size: 13px;
  margin: -12px -12px 5px;
  padding: 5px 10px;
}
.within-title[title="All Titles"] {
  display: none;
}
.remove-within {
  background: #efefef;
  border-top: 1px solid #eee;
  margin: 12px -12px -12px;
  padding: 5px 10px;
}
#within-pane li {
  margin: 3px;
}
#within-pane li[title="All"] {
  display: none;
}
#within-pane li .wi {
  margin-left: -5px;
}
#within-pane li:first-child {
  font-weight: bold;
}
#within-pane li:nth-child(2) {
  border-left: 3px solid #ccc;
  margin-left: 18px;
  padding: 0 4px;
}
#within-pane li:nth-child(3) {
  border-left: 3px solid #ccc;
  margin-left: 38px;
  padding: 0 4px;
}
#within-pane li:nth-child(4) {
  padding-left: 72px;
}
#within-pane li:nth-child(5) {
  padding-left: 96px;
}
#titles-tabs {
  background: #efefef;
  z-index: 0;
}
#titles-sort {
  color: #555;
  float: right;
}
#results-sort-sel {
  font-size: .8em;
  margin-left: 8px;
  max-width: 120px;
}
#titles-sort select {
  width: auto;
}
#titlelist-statistics {
  color: #999;
  display: none;
  font-size: 9px;
  margin-top: -6px;
}
#titles-filters {
  background: #EFEFEF;
  padding-left: 10px;
}
ul.tabs {
  border: 1px solid #eee;
  border-width: 0 0 1px;
  font-size: 11px;
  margin-top: 2px;
  position: relative;
}
ul.tabs .selected a {
  color: #474747;
  cursor: default;
}
ul.tabs li b {
  display: none;
}
ul.tabs li.selected b {
  background: url(/i/caret_down.png) no-repeat center 0;
  display: block;
  left: 1px;
  bottom: -8px;
  height: 8px;
  position: absolute;
  width: 86px;
}
ul.tabs li.selected #tab-titles + b {
  left: 92px;
  width: 56px;
}
ul.tabs li a {
  text-decoration: none;
}
ul.tabs li {
  border: 1px solid #bfbfbf;
  border-bottom-width: 0;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  display: -moz-inline-box;
  display: inline-block;
  padding: 6px 12px;
}
ul.tabs li.selected {
  background: #fafafa;
}
.lt-ie9 ul.tabs li {
  zoom: 1;
  *display: inline;
}
#results-stats {
  display: none;
  font-size: 9px;
  color: #888;
  margin: 3px 0 10px 0;
}
#results-loading,
#results-slow {
  font-size: 24px;
  padding: 200px 200px;
}
#results .results-title {
  width: 400px;
}
#results .results-check {
  width: 50px;
}
#results .title-progress {
  font-size: smaller;
  margin-left: 10px;
}
.free-title {
  color: #107e2a;
  margin-left: 5px;
}
.updated-title {
  color: green;
  margin-left: 5px;
}
.new-title {
  color: orange;
  margin-left: 5px;
}
#titlelist-content li.highlighted,
#titlelist-flat-content li.highlighted {
  background-color: #e0ebf3;
}
#titlelist-header {
  color: #555;
  padding: 5px 10px;
}
#titlelist-filter,
#titlelist-filter-emptytext {
  width: 178px;
  height: 16px;
  font-size: 12px;
}
#titlelist-filtering {
  float: left;
}
#titlelist-clear {
  margin: 0 10px 10px;
}
#titlelist-flat-content .selected-list .hide-some,
#titlelist-flat-content .selected-list .show-some {
  background-color: #F0F2F7;
  padding: 6px 12px;
  margin: 4px 0px 7px;
}
#titlelist-flat-content .selected-list .hide-some a,
#titlelist-flat-content .selected-list .show-some a {
  text-decoration: underline;
}
#titlelist-flat-content .selected-list {
  border-bottom: 1px solid #CBCBCB;
}
#titlelist-content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.refine-row {
  border-bottom: 1px solid #fafafa;
  padding: 3px 0 2px;
  position: relative;
}
.refine-row .refine-title {
  width: 275px;
}
#titlelist-flat-content .refine-row .refine-title {
  margin-left: 21px;
}
.refine-row .refine-name {
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  white-space: nowrap;
}
.tt {
  z-index: 60;
}
.tt > div {
  background-color: #4b4b4b;
  background-image: -moz-linear-gradient(top, #757574 20%, #262626 100%);
  /* Firefox 3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #757574), color-stop(1, #262626));
  /* Safari & Chrome */
  border: 2px solid rgba(255, 255, 255, 0.95);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 0px 7px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 0px 7px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 0px 7px rgba(0, 0, 0, 0.45);
  display: block;
  color: #f7f7f7;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  position: absolute;
  padding: 5px 10px;
  z-index: 50;
  text-shadow: 0 1px 0 #333;
}
.tt .titlebubble a {
  color: #fafafa;
  font-size: 12px;
}
.tt .titlebubble .provider-icon {
  float: left;
  margin-right: 1em;
}
.tt .titlebubble .desc {
  font-size: 11px;
  line-height: 13px;
  margin-top: 2px;
  padding-top: 2px;
  border-top: 1px solid #888;
}
.tt .titlebubble .desc a {
  font-size: 11px;
}
.tt .titlebubble .title {
  color: #fafafa;
  font-size: 12px;
  font-weight: bold;
}
.tt .catbubble .title {
  font-weight: bold;
}
.tt .catbubble a {
  color: #fafafa;
}
.tt .pointtip {
  width: 0;
  height: 0;
  border: 1px solid #262626;
  border-width: 6px 6px 0;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
}
th.results-count,
td.results-count {
  text-align: right;
}
div.highlight {
  border: 1px solid #FDCA65;
  background-color: #FCF04F;
  padding: 0 2px;
}
span.highlight {
  border: 1px solid #FDCA65;
  background-color: #FCF04F;
  color: #1d1d1d;
  padding: 0 2px;
}
.sndx,
.no-sndx {
  background: #efefef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 2px 20px 2px 2px;
  position: relative;
}
.no-sndx {
  padding: 2px 5px;
  position: static;
}
.no-sndx:empty {
  display: none;
}
#results_statistics,
.facet_statistics,
.rollup_statistics {
  color: #aaa;
  font-size: 9px;
  display: none;
}
#timeline_statistics {
  position: absolute;
}
#results-data {
  list-style: none;
  margin: 0;
  padding: 0;
}
#results-data.grid-view {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.deny {
  padding: 3px;
  max-width: 200px;
}
.deny h4 {
  color: #fafafa;
  margin-bottom: .5em;
}
.deny .msg {
  color: #fafafa;
}
.deny .ctl {
  margin-top: 10px;
}
.deny .ctl a.btn-t {
  font-size: 13px;
  text-shadow: 1px 0 0 #fafafa;
}
.preview-link {
  border-left: 1px solid #fafafa;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}
.last-pane .preview-link {
  right: 0;
  left: auto;
}
.record-result .preview-link a {
  background: #e0ebf3;
  border-right: 1px solid #fafafa;
  display: block;
  height: 100%;
  visibility: hidden;
  text-decoration: none;
}
.last-pane .record-result .preview-link a {
  border-right: none;
  border-left: 1px solid #fafafa;
}
.record-result:hover .preview-link {
  border-color: #b0c1ce;
}
.record-result.active .preview-link {
  border-color: transparent;
}
.record-result:hover .preview-link a,
.record-result.active .preview-link a {
  visibility: visible;
}
.record-result:active .preview-link a,
.record-result.active .preview-link a,
.record-result .preview-link:hover a,
#close-pane .preview-link {
  background: #296aba;
  /* Old browsers */
  background-image: -webkit-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  background-image: linear-gradient(to bottom, #5c85ba 0%, #296aba 100%);
  background-repeat: repeat-x;
  -moz-box-shadow: inset 2px 0px 8px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-color: #005FB5;
}
.record-result:active .preview-link a .preview-icon {
  margin-top: -7px;
}
.record-result .preview-text {
  display: none;
  zoom: 1;
  /* *display: inline; */
}
.record-result .preview-icon {
  display: block;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.record-result .preview-icon i,
#close-pane .preview-link i {
  background: url(/i/search-spriteA.png) no-repeat 0 -64px;
  width: 16px;
  height: 16px;
  display: block;
  visibility: visible;
}
#close-pane .preview-link i {
  display: inline-block;
  margin-top: 4px;
}
.record-result.active .preview-icon i {
  background-position: 0 -78px;
}
.record-result .preview-link:hover .preview-icon i {
  background-position: -16px -102px;
}
.record-result.active:hover .preview-icon i,
.record-result.active .preview-link i,
#close-pane .preview-link i {
  background-position: 0 -94px;
}
.record-result .loading,
.record-result .failed .error_strip {
  text-align: left;
}
.record-result .loading {
  background: transparent;
  border: 0 none;
  margin: 0;
  padding: 0;
}
.loading .loadimg {
  padding: 0;
}
.record-result .loading p {
  background: #f1f1f1 url(/i/loading-sm.gif) no-repeat 50% 50%;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  margin: 0 0 0 22px;
  height: 150px;
  text-indent: -1000em;
  width: 250px;
}
.grid-view .record-result .loading p {
  margin: 0;
  width: 202px;
}
#record-data .highlight,
#record-data .highlight .loading {
  background-color: #FFFF88;
}
#record-data .highlight li {
  background-color: #FFFF88;
}
.record-preview .actions {
  font-size: 11px;
  text-align: center;
  visibility: hidden;
}
.record-result:hover .record-preview .actions {
  visibility: visible;
}
.actions .loading {
  margin-left: 10px;
}
.record-result .record-preview.storypage {
  width: 93px;
}
.grid-view .record-result .record-content h2 {
  display: inline;
}
.record-content h3 {
  color: #404040;
  font-size: 11px;
  margin: 1em 0 0 0;
}
.record-content h4 {
  color: #696969;
  font-size: .875em;
  margin: 0;
}
.record-content ul {
  font-size: .875em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gm-style-iw .record-content ul {
  font-size: 1em;
  font-weight: 400;
}
.gm-style-iw .record-content .titledesc {
  font-weight: 400;
  font-size: 16px;
}
.record-content .ocr-match {
  font-size: 11px;
  font-weight: normal;
}
.ocr-match dfn {
  background: #fcf5e3;
  border: 1px solid #fce093;
  padding: 1px 3px;
}
.ann-list {
  color: #404040;
}
.record-content ul.ann-list i.list-item {
  display: inline-block;
  margin-left: -23px;
  padding-right: 5px;
  width: 18px;
  height: 20px;
  vertical-align: middle;
}
.record-result .metadata-list {
  color: #696969;
}
.record-result .metadata-name {
  color: #696969;
  font-weight: bold;
}
/*
.preview-tog {
    min-height: 90px;
    position: relative;
}
.preview-link, .close-preview-link {
    position: absolute;
    right: -10px;
    margin-top: -8px;
    top: 50%;
}
*/
.preview-link-icon,
.close-preview-link-icon {
  background: url(/i/search-spriteA.png) no-repeat 0 -65px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: inline-block;
}
.preview-link-icon:hover {
  background-position: 0 -82px;
}
.close-preview-link-icon {
  background-position: 0px -98px;
}
.record-thumb {
  background: #fafafa;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  color: #fafafa;
  cursor: url(/i/cursor-zoom.png), -moz-zoom-in;
  display: inline-block;
  max-width: 55px;
  padding: 3px;
}
.view-link-icon {
  width: 25px;
  height: 21px;
  display: inline-block;
  background: url(/i/search-sprites.png) no-repeat -9px -146px;
  text-decoration: none;
}
#results-pane {
  background-color: #fafafa;
  float: none;
  margin: 0 12px 0 332px;
  padding: 0;
  width: auto;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  #results-pane {
    margin: 0 0 0 332px;
  }
}
.end-results {
  min-height: 110px;
  padding: 30px 50px 10px;
  text-align: center;
}
.flag-logo {
  background-image: url("/i/search-spriteA.png");
  background-position: 0 -274px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 33px;
  vertical-align: text-top;
  width: 32px;
  zoom: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .flag-logo {
    background-image: url("/i/search-spriteA@2x.png");
    background-size: 48px 376px;
  }
}
.back-to-top {
  display: block;
  font-size: 12px;
}
.back-to-top:after {
  content: "\2191";
}
#results-narrow {
  margin: 0 0 10px 15px;
  font-size: 10px;
  color: #6e6e6e;
}
#results-stats {
  float: right;
}
#matches-for,
#papers-for {
  color: #696969;
  font-size: 1.125em;
  margin: 6px 16px 6px 0;
  text-align: center;
  width: 152px;
}
#results-papers-count2,
#results-match-count2 {
  color: #bb2429;
}
#results-more-loading,
#results-more-slow {
  border: 1px #eedddd solid;
  margin: 10px 30px 0px 15px;
  padding: 4px;
  background-color: #ffeeee;
}
#search-terms,
#search-terms2,
#search-terms-date,
#search-terms-title {
  display: inline;
}
#search-terms2 {
  width: 80%;
}
div.show-more {
  color: #696969;
  display: inline-block;
  font-size: .875em;
  margin-right: 4px;
}
div.show-more a {
  color: #1771b4;
  cursor: pointer;
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
}
div.show-more a:hover {
  text-decoration: underline;
}
.srp-bar small {
  font-size: 10px;
}
.doc-thumb {
  margin: 0 0 0 22px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 252px;
}
.touch .doc-thumb {
  margin: 0 0 0 38px;
}
.doc-thumb img {
  background: #f1f1f1;
  border: 1px solid #ccc;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: block;
  height: 150px;
  width: 250px;
}
.touch .doc-thumb img.top {
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}
.touch .doc-thumb img.top.move {
  opacity: .8;
  -moz-filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  -ms-filter: brightness(0.5);
}
.doc-thumb.cover-only {
  margin: 0;
  width: 100%;
}
.doc-thumb.cover-only a {
  position: static;
  height: 100px;
}
.doc-thumb.cover-only img {
  height: auto;
  width: auto;
}
.grid-view .doc-thumb.cover-only img {
  width: 100%;
  height: auto;
}
.doc-thumb a {
  display: inline-block;
}
.doc-thumb.center img {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
}
.grid-view .doc-thumb.center img {
  height: 110px;
  width: 100%;
  object-fit: cover;
}
.touch .doc-thumb img.bottom {
  position: absolute;
  top: 0px;
}
#query-titles span {
  font-size: 20px;
  border-bottom: 2px black solid;
}
#query-title-list {
  margin-top: 10px;
}
#query-title-list li {
  margin: 10px 0;
  padding: 5px 5px 5px 30px;
  width: 350px;
  border: 1px solid #888;
  -moz-box-shadow: #888 2px 2px 5px;
  font-size: 18px;
  position: relative;
}
#query-title-list a {
  margin: 0px 10px 0 0;
}
a.close-btn {
  background: url(/i/closeBtn.png) no-repeat 0 0;
  display: inline-block;
  height: 19px;
  width: 19px;
  text-decoration: none;
  position: absolute;
  top: 2px;
  left: 2px;
}
a.close-btn:hover {
  background-position: 0 -25px;
}
#map_data {
  margin-bottom: 6px;
}
.facet_area .missing-data {
  font-size: 10px;
  line-height: 1.4;
}
#facet_place.facet_area .missing-data {
  margin-bottom: 10px;
}
#facet_county.facet_area .missing-data {
  margin-bottom: 10px;
}
#facet_free {
  background-color: #F0F0F0;
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #f0f0f0 100%);
  background-repeat: repeat-x;
  padding: 10px;
}
.facet_area {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
.facet_area span.checkbox-spacer {
  padding-left: 20px;
}
.facet_refine_filter {
  width: 100%;
}
.refine-item {
  padding: 6px 0;
}
.refine-name {
  display: inline-block;
  max-width: 232px;
  vertical-align: top;
}
.radio-option {
  color: #1771b4;
  margin: 0;
}
.radio-option input {
  margin: 0 5px 0 0;
}
.radio-option input:checked + span {
  font-weight: bold;
}
.radio-option:hover span {
  text-decoration: underline;
}
.refine-check {
  margin-left: -2px;
}
.refine-title {
  float: left;
}
.refine-count {
  float: right;
  font-size: 11px;
  color: #696969;
  margin-right: 10px;
}
.facet_refine_values {
  list-style: none;
  line-height: 1.2em;
  margin: 9px 0 18px;
  padding: 0;
}
.facet_refine_selected_values {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
#searchwatchbtn {
  display: none;
  margin: 0 8px 4px 8px;
}
#searchwatchbtn.off {
  display: none;
}
.results-show #searchwatchbtn.on {
  display: inline-block;
}
.results-show.centered #searchwatchbtn.on {
  display: none;
}
#thumbnail-container,
#viewer-container {
  /*    width: 580px;*/
  min-height: 420px;
  background-color: #000;
}
.hithi-bar {
  background: #45484d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(top, #45484d 0%, #000000 100%);
  /* W3C */
  color: #fafafa;
  font-size: 12px;
  padding: 5px;
  position: relative;
}
.no-cssgradients .hithi-bar {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.hithi-bar ul li {
  display: block;
  float: left;
}
.matchtext {
  min-width: 100px;
  padding: 2px;
}
#thumbnail-container {
  background-color: #444;
}
.nxt-btn a,
.prev-btn a,
.show-btn a {
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* W3C */
  border: 1px solid #cfd1d1;
  display: block;
  height: 14px;
  padding: 2px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
  text-indent: -2000em;
  width: 18px;
}
.show-btn a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 5px;
  padding: 2px 4px;
  text-indent: 0;
  width: auto;
}
.prev-btn a {
  border-right-color: #fafafa;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 5px;
}
.nxt-btn a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-right: 8px;
}
.show-btn a:hover {
  text-decoration: none;
}
.nxt-btn a:active,
.prev-btn a:active,
.show-btn a:active {
  -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.nxt-btn a:after,
.prev-btn a:after {
  background: url(/i/search-spriteA.png) no-repeat 0 -64px;
  content: '\0020';
  height: 16px;
  left: 2px;
  position: absolute;
  top: 0px;
  width: 16px;
}
.prev-btn a:active:after,
.nxt-btn a:active:after {
  top: 1px;
}
.prev-btn a:after {
  background-position: -16px -87px;
}
.no-cssgradients .nxt-btn {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
}
.close-hits {
  background: url(/i/search-spriteA.png) no-repeat -17px -157px;
  height: 14px;
  position: absolute;
  text-indent: -1000em;
  opacity: .5;
  right: 10px;
  width: 14px;
}
.close-hits:hover {
  opacity: 1;
}
#thumbnail-holder {
  width: 400px;
  height: 400px;
  float: left;
  margin: 10px 5px;
  position: relative;
  text-align: center;
}
#thumbnail-holder a {
  cursor: url("/i/cursor-zoom.png"), -moz-zoom-in;
  display: block;
}
#thumbnail-holder img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#thumbnail-holder div.highlight {
  background-color: rgba(252, 240, 79, 0.5);
  border: 1px solid #000;
  position: absolute;
  cursor: default;
  z-index: auto;
}
#thumbnail-holder div.highlight:hover {
  background-color: rgba(252, 240, 79, 0.7);
  -moz-box-shadow: 0px 0px 5px #FCF04F;
  -webkit-box-shadow: 0px 0px 5px #FCF04F;
  -ms-box-shadow: 0px 0px 5px #FCF04F;
  box-shadow: 0px 0px 5px #FCF04F;
  border-color: #101010;
}
#thumbnail-holder div.highlight:before {
  border: 1px solid #fafafa;
  content: " ";
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
#thumbnail-info {
  color: #fafafa;
  float: left;
  margin-top: 20px;
  width: 158px;
}
#thumbnail-zoom {
  width: 155px;
  height: 90px;
  margin: 0 0 5px;
  padding: 3px;
  border: 1px solid #666;
  background-color: #555;
  position: relative;
}
#thumbnail-zoom:before,
#thumbnail-zoom:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 1px solid #666;
  border-color: transparent #666 transparent transparent;
  border-style: solid;
  border-width: 16px 16px;
  left: -33px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
}
#thumbnail-zoom:after {
  left: -32px;
  border-right-color: #555;
}
#thumbnail-zoom-header {
  color: #ccc;
  font-size: 11px;
  left: 5px;
  line-height: 1.2;
  padding: 4px 5px;
  position: absolute;
  top: 5px;
}
#thumbnail-zoom img {
  position: relative;
  z-index: 1;
}
#thumbnail-match-header {
  margin: 0 0 10px 10px;
}
.info-controls {
  background-color: #515254;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #515254), color-stop(13%, #6f7073));
  /* Safari & Chrome */
  background-image: -moz-linear-gradient(top, #515254, #6f7073 13px);
  height: 34px;
  list-style: none;
  margin: 0;
  padding-right: 30px;
  position: relative;
}
.info-controls li {
  border-left: 1px solid #515154;
  float: right;
  padding: 0 5px;
}
.info-controls li span {
  display: block;
}
.info-action {
  border-right: 1px solid #515154;
}
li:hover .info-action {
  border-right-color: transparent;
}
.info-controls li.mainbtn {
  float: left;
  padding: 5px;
}
.info-controls li.mainbtn a {
  font-size: 12px;
}
.info-controls li:hover:not(.nona):not(.mainbtn) {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #141415), color-stop(13%, #242527));
  /* Safari & Chrome */
  background-image: -moz-linear-gradient(top, #141415, #242527 13px);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#141415', endColorstr='#242527');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#141415', endColorstr='#242527')";
  /* IE8 */
}
.info-controls a.menu,
.info-controls .nona {
  color: #fafafa;
  display: inline-block;
  min-height: 21px;
  padding: 8px 6px 5px 4px;
  text-shadow: 0 -1px 0 #333333;
  text-decoration: none;
  white-space: nowrap;
}
.info-controls .nona {
  border: none 0;
  position: absolute;
  right: 0;
  top: 0;
}
.info-controls .info-view img {
  background: url(/i/search-spriteA.png) no-repeat 1px -252px;
  width: 18px;
  height: 18px;
  vertical-align: text-top;
}
.info-controls .info-share img {
  background: url(/i/search-spriteA.png) no-repeat 3px -151px;
  width: 22px;
  height: 15px;
  vertical-align: text-top;
}
.info-controls .info-contributions {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #FCB924;
  background-image: -moz-linear-gradient(top, #fff0bd, #fcb924 60%);
  /* Firefox 3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff0bd), color-stop(0.6, #fcb924));
  /* Safari & Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFF0BD', endColorstr='#FCB924');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFF0BD', endColorstr='#FCB924')";
  /* IE8 */
  border: 2px solid #BA840D;
  color: #222222;
  font-size: 10px;
  margin-right: 25px;
  padding: 1px 2px;
  text-shadow: 0 1px 0 #BA840D;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
}
.info-controls .info-action img {
  background: url(/i/search-spriteA.png) no-repeat 1px -184px;
  width: 16px;
  height: 12px;
  vertical-align: text-top;
}
.info-controls .info-bookmark {
  position: absolute;
  top: -5px;
  right: 2px;
}
.info-controls .info-bookmark img {
  background: url(/i/search-spriteA.png) no-repeat -1px -197px;
  width: 21px;
  height: 36px;
  vertical-align: text-top;
}
a.info-whatis {
  color: #696969;
  display: inline-block;
  font-size: 11px;
  margin-top: 12px;
  text-decoration: underline;
}
a.info-whatis:hover {
  text-decoration: none;
}
#document-title,
#page-title {
  color: #6E6E6E;
  margin-right: 21px;
  padding: 3px 0 2px 0;
  white-space: normal;
}
#page-title {
  font-size: 10px;
}
#document-controls,
#page-controls {
  padding: 2px;
  position: absolute;
  right: 5px;
  top: 2px;
}
#document-controls .close-button,
#page-controls .close-button {
  background: url(/i/closeBtn.png) no-repeat 6px 0;
  -moz-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.8);
  border-left: 1px solid #ccc;
  display: block;
  height: 19px;
  width: 24px;
  text-decoration: none;
}
#document-controls .close-button:hover,
#page-controls .close-button:hover {
  background-position: 6px -25px;
}
#document-header #document-publication,
#document-header #document-breadcrumb {
  font-size: 11px;
  line-height: 1.3;
  text-shadow: 0 1px 0 #fafafa;
}
#document-info {
  float: left;
  width: 280px;
  padding-right: 10px;
}
#document-contributions {
  float: left;
  width: 280px;
}
#document-info-container {
  height: 100%;
  padding: 0 0 25px 10px;
}
.extras {
  color: #696969;
  font-size: 11px;
  margin: 10px 0;
}
#document-info-activity {
  font-size: 11px;
  color: #555;
  margin-top: 5px;
}
#document-info-container .info-title {
  background-color: #e8e8e8;
  margin-top: 5px;
}
#document-info-container img.s-sprite,
#page-contributions img.s-sprite {
  background: url(/i/search-icons.png) no-repeat;
  margin: -1px 5px 0 3px;
}
#document-info-container .info-title a {
  font-weight: bold;
  margin-left: 2px;
  text-decoration: none;
  color: #111;
}
#document-info-container .collapse-open img.s-sprite,
#page-contributions .collapse-open img.s-sprite {
  background-position: 0 -93px;
  width: 16px;
  height: 16px;
}
#document-info-container .collapse-closed img.s-sprite,
#page-contributions .collapse-closed img.s-sprite {
  background-position: 0 -77px;
  width: 16px;
  height: 16px;
}
#document-info-container #document-contributions-toc li a {
  font-weight: normal;
  color: #114488;
  text-decoration: underline;
}
#document-metadata-content dt {
  /*
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
*/
}
#document-metadata-content dt {
  clear: both;
  color: #666;
  float: left;
  line-height: 1.2em;
  margin: 3px 5px 2px 0;
  text-align: right;
  width: 100px;
}
#document-metadata-content dd {
  float: left;
  line-height: 1.20em;
  margin: 3px 0;
  width: 175px;
}
#annotation-list .no-match,
#spotlight-list .no-match,
#subimage-list .no-match {
  display: none;
}
/** copied from viewer.css **/
#spotlight-list li {
  border-bottom: 1px solid #dfdfdf;
  margin: 5px 0 7px;
  padding-bottom: 7px;
}
.info-section {
  font-size: 12px;
}
h5.sub-title {
  color: #666;
  font-size: 1em;
  font-weight: bold;
  padding: 6px 0px 0;
}
.infoli {
  list-style: disc;
  padding-left: 1.5em;
}
.all.infoli {
  border-top: 1px dotted #efefef;
  padding-top: 18px;
}
.infoli:empty + all.infoli {
  border-top: 0 none;
}
.story-title,
.relation-title,
.link-title {
  font-weight: bold;
  margin: 0;
}
.ann-text {
  line-height: 1.3em;
}
.ann-text i {
  font-style: normal;
}
a.ann-text:hover i {
  text-decoration: underline;
}
.ann-content li {
  color: #696969;
  line-height: 1.3;
  margin: 8px 0;
  text-indent: -0.5em;
}
.attribution a.hastooltip > span {
  background-color: #FFF0BD;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff0bd), to(#ffe691), color-stop(50%, #fff0bd));
  background-image: -moz-linear-gradient(center top, #fff0bd, #ffe691 60%);
  border: 1px solid #FFDE6B;
  -moz-box-shadow: 1px 1px 5px #444;
  -webkit-box-shadow: 1px 1px 5px #444;
  color: #111;
  display: none;
  position: absolute;
  padding: 2px 5px;
  top: -23px;
  z-index: 50;
}
.attribution .hastooltip span {
  left: 0;
  top: -3.7em;
  max-height: 38px;
  min-height: 32px;
  white-space: nowrap;
  text-decoration: none!important;
}
.attribution .hastooltip span .avatar {
  padding-right: 5px;
  vertical-align: middle;
}
.attribution .hastooltip span b {
  font-weight: normal;
  line-height: 1.3;
}
.attribution .pointtip {
  background: url(/i/browse-sprites.png) no-repeat -11px -161px;
  bottom: -11px;
  height: 10px;
  left: 15px;
  position: absolute;
  width: 15px;
}
.attribution .hastooltip:hover > span {
  display: block;
}
.attribution {
  color: #666;
  line-height: 1.3;
  position: relative;
}
.comment-icon {
  float: left;
  width: 42px;
}
.comment-details {
  float: left;
}
.comment-attribution {
  margin: 0;
}
#comment-list li {
  border-bottom: 1px solid #dfdfdf;
  margin: 5px 0;
}
#imageconnection-list,
#pageconnection-list {
  margin: 10px 0;
}
.connection-list li {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 7px;
}
.connection-list .relation-item {
  display: block;
  min-height: 90px;
  _height: 90px;
  /* ie6 */
}
.connection-list .page-title {
  border: 1px solid #fafafa;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.connection-list .relation-thumbnail {
  background-color: #efefef;
  border: 1px solid #dfdfdf;
  height: 90px;
  display: table;
  left: 5px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 90px;
  z-index: 10;
}
.connection-list .page-title:hover .relation-thumbnail,
a.relation-thumbnail:hover {
  border-color: #005FB5;
}
.relation-thumbnail i,
.relation-thumbnail i.icon-img {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}
.connection-list .relation-details {
  float: left;
  margin-left: 8px;
  width: 178px;
  line-height: 13px;
}
.connection-list .relation-details .attribution {
  margin-top: 10px;
}
.connection-list .relation-type {
  color: #666;
}
.connection-list .relation-controls {
  bottom: 5px;
  display: none;
  _display: block;
  left: 110px;
  position: absolute;
}
.connection-list .relation-item {
  padding: 5px 5px 5px 100px;
  position: relative;
}
.connection-list .relation-item:hover .relation-controls {
  display: block;
  opacity: .8;
}
.connection-list .relation-controls {
  margin-top: 10px;
}
/** end copy **/
#page-content {
  padding: 20px 0 0 20px;
}
#page-details {
  float: left;
  margin-left: 10px;
  width: 380px;
}
#page-preview {
  float: left;
  min-height: 20px;
  width: 152px;
}
#page-titlebar {
  padding-left: 10px;
}
#page-description {
  margin: 8px 0 16px 10px;
}
#page-titlebar .page-title {
  color: #224484;
  font-size: 16px;
  margin-left: 7px;
}
#page-titlebar .page-icon {
  background: url(/i/page-type.png) no-repeat 0px 0px;
  width: 22px;
  height: 22px;
  vertical-align: bottom;
}
#page-titlebar .page-icon.place {
  background-position: 0 -302px;
}
#page-titlebar .page-icon.event {
  background-position: 0 -150px;
}
#page-titlebar .page-icon.topic {
  background-position: 0 -452px;
}
#page-titlebar .page-icon.organization {
  background-position: 0 -607px;
}
#page-thumbnail .placeholder {
  display: block;
}
#page-photos {
  font-size: 12px;
  margin: 8px 0;
}
#pagetype-label {
  background-color: #82AACC;
  color: #fafafa;
  border: 1px solid #ADCCE4;
  padding: 0 2px;
  margin: 2px 0;
  text-align: center;
}
#page-thumbnail {
  border: 1px solid #ccc;
  text-align: center;
}
.page-section {
  padding: 5px 0 0 0;
  margin: 5px 0 9px 10px;
}
.page-section .section-title {
  background: #e8e8e8;
  color: #666666;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 5px;
}
.page-section .section-title a {
  font-weight: bold;
  margin-left: 2px;
  text-decoration: none;
  color: #666;
}
.item-label {
  color: #666;
  display: block;
  float: left;
  line-height: 1.2;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: right;
  width: 100px;
}
#page-other-matches-storypagestory .item-label {
  float: none;
  font-weight: bold;
  margin-left: 10px;
  text-align: left;
  width: auto;
}
#page-connections-show-all {
  margin-top: 10px;
}
#remember-dlg textarea {
  width: 289px;
  display: block;
}
#remember-dlg p {
  margin-bottom: 0px;
  margin-top: 0px;
}
#page-remembrance-list .person {
  float: left;
  margin-right: 4px;
  overflow: hidden;
  width: 56px;
}
#page-remembrance-list .person img {
  -moz-border-radius: 4px 4px 4px 4px;
  border: 1px solid #CCCCCC;
  display: block;
  margin: 0 auto;
  padding: 2px;
}
#page-remembrance-list .person span {
  display: block;
  font-size: 0.846em;
  text-align: center;
}
#page-remembrance-list a:hover img {
  border-color: #005FB5;
}
#page-remembrances-show-all {
  margin: 10px 0px;
}
/*
#remembrance-add, #remembrance-remove {
    margin-top: 5px;
}

#remembrance-add a, #remembrance-remove a {
    padding-top: 0px;
    padding-bottom: 0px;
}
*/
.sortable {
  white-space: nowrap;
}
.page-public,
.page-private {
  background: url(/i/public-icon.gif) no-repeat 0px 0px;
  width: 20px;
  height: 20px;
}
.page-private {
  background-position: 0px -69px;
  width: 15px;
}
.xlink,
.show-matches,
.hide-non-matches {
  background: url(/i/search-spriteA.png) no-repeat -25px -252px;
  margin-left: 110px;
  padding-left: 10px;
}
p .show-matches,
p .hide-non-matches {
  margin-left: 0;
}
#page-other-matches-storypagestory .xlink {
  background: none;
  margin-left: 10px;
  padding: 0;
}
.xlink.page-owner {
  margin: 0;
}
.blank-column {
  width: 110px;
  float: left;
  min-height: 10px;
}
.content-column {
  width: 315px;
  float: left;
}
.item-value,
#page-facts li span.value {
  display: block;
  float: left;
  max-width: 260px;
  padding-left: 10px;
}
#page-other-matches-storypagestory .item-value {
  float: none;
  max-width: 100%;
  margin-bottom: 18px;
}
#silo-results {
  width: 100%;
}
#silo-results .silo-name {
  text-align: left;
}
#silo-results .silo-count {
  text-align: right;
}
/** facet overlay **/
#facet_overlay {
  padding: 0;
}
#facet_overlay form input[type=text] {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}
#facet_overlay .overlay_content {
  background: #fff;
  overflow: auto;
  height: 250px;
  border: 1px solid #888;
  margin-bottom: 8px;
}
#facet_overlay .overlay_options {
  margin-top: 15px;
  margin-bottom: 5px;
}
#facet_overlay .overlay_content table {
  padding: 5px;
  font-size: 14px;
}
#facet_overlay .overlay_content tr {
  height: 22px;
}
#facet_overlay .overlay_content td {
  vertical-align: bottom;
}
#facet_overlay .overlay_content td .checkbox {
  width: 13px;
  padding: 5px;
}
#facet_overlay .overlay_content th {
  text-align: left;
  border-bottom: 1px solid #888;
  background-color: #ddd;
  padding: 2px 0px;
}
#facet_overlay .overlay_content .facet-value {
  padding-left: 5px;
}
#facet_overlay .overlay_content .facet-count {
  padding-right: 10px;
  text-align: right;
  width: 20%;
}
#facet_overlay .overlay_content th .active .sort {
  background: url(/i/search-spriteA.png) no-repeat -32px -14px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
#facet_overlay .overlay_content th .active .sort.desc {
  background-position: -17px -13px;
}
#facet_overlay .overlay_content th a:hover {
  text-decoration: none;
}
/* !Different UI elements */
/* version 1 */
.narrowpaper {
  padding-left: 20px;
}
.open-o {
  padding-right: 4px;
}
.open-o:before {
  background: url(/i/search-spriteA.png) no-repeat -25px -252px;
  content: "\0020";
  display: inline-block;
  height: 14px;
  width: 10px;
}
.see-all a {
  background: url(/i/search-spriteA.png) no-repeat -25px -252px;
  font-weight: bold;
  padding-left: 10px;
}
.checkbox a {
  background: url(/i/search-spriteA.png) no-repeat 0 0;
  width: 15px;
  height: 15px;
  opacity: .7;
  -webkit-transition: opacity .2s linear;
}
.checkbox .unchecked {
  background-position: 0 0;
}
.refine-row:hover,
.allcategories-on {
  background-color: #fff;
}
.allcategories-on {
  font-weight: bold;
  position: relative;
}
.allcategories-on:after,
.refine-row:before {
  border-color: #fafafa #fafafa #fafafa transparent;
  border-style: solid;
  border-width: 12px 12px 11px 10px;
  bottom: 0;
  content: "\0020";
  height: 0;
  position: absolute;
  right: -12px;
  width: 0;
}
.refine-row.highlighted:before {
  display: none;
}
.refine-row.highlighted:hover {
  background-color: #e0ebf3;
}
.refine-row:hover .checkbox a {
  opacity: 1;
}
.refine-row:hover .checkbox a,
.checkbox a:active,
.checkbox a:focus {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.checkbox .checked {
  background-position: 0 -32px;
  opacity: 1;
  vertical-align: middle;
}
.checkbox .intermediate {
  background-position: 0 -48px;
}
/* position of check and expand boxes */
.rollup-turndown-pm,
#titlelist-content .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  height: 18px;
  width: 16px;
}
.refine-row .rollup-turndown a,
.refine-row .rollup-turndown-pm a {
  background: url(/i/search-spriteA.png) no-repeat -16px -16px;
}
.refine-row .rollup-turndown-pm .closed {
  background-position: -16px 0;
}
/* version 2 */
#vns-s2 .checkbox a {
  background: url(/i/search-spriteA.png) no-repeat 0 0;
  width: 15px;
  height: 15px;
}
#vns-s2 .checkbox .unchecked {
  background-position: 0 0;
}
#vns-s2 .refine-row:hover {
  background-color: #eff5fa;
}
#vns-s2 .refine-row.highlighted:hover {
  background-color: #e0ebf3;
}
#vns-s2 .refine-row:hover .checkbox a,
#vns-s2 .checkbox a:active,
#vns-s2 .checkbox a:focus {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
#vns-s2 .checkbox .checked {
  background-position: 0 -32px;
}
#vns-s2 .checkbox .intermediate {
  background-position: 0 -48px;
}
#vns-s2 .rollup-turndown-pm,
#vns-s2 #titlelist-content .checkbox {
  display: inline-block;
  position: relative;
  left: 20px;
  margin-right: 3px;
  height: 18px;
  width: 16px;
}
#vns-s2 .rollup-turndown-pm {
  left: -18px;
}
/* version 3 */
#vns-s3 .checkbox a {
  background: url(/i/search-spriteA.png) no-repeat 0 0;
  width: 15px;
  height: 15px;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
}
#vns-s3 .checkbox .unchecked {
  background-position: 0 0;
}
#vns-s3 .refine-row:hover {
  background-color: #eff5fa;
}
#vns-s3 .refine-row.highlighted:hover {
  background-color: #e0ebf3;
}
#vns-s3 .refine-row:hover .checkbox a,
#vns-s3 .checkbox a:active,
#vns-s3 .checkbox a:focus {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  opacity: 1;
}
#vns-s3 .checkbox .checked {
  background-position: 0 -32px;
  opacity: 1;
}
#vns-s3 .checkbox .intermediate {
  background-position: 0 -48px;
  opacity: 1;
}
#vns-s3 .rollup-turndown-pm,
#vns-s3 #titlelist-content .checkbox {
  display: inline-block;
  position: relative;
  left: 20px;
  margin-right: 3px;
  height: 18px;
  width: 16px;
}
#vns-s3 .rollup-turndown-pm {
  left: -18px;
}
/* other type adjustments */
/*
.rollup-title, .title-link {
    display: inline-block;
    font-weight: normal;
    margin-left: 3px;
    overflow:hidden;
    text-overflow:ellipsis;
    width: 247px;
    white-space: nowrap;
}
.title-row span.indent + .group + .rollup-turndown-pm + .rollup-title
 {
    width: 225px;
}
.title-row span.indent + .title + span + span .title-link {
    width: 200px;
}

*/
.menu-target {
  display: block;
  padding: 3px 5px;
  border: 1px solid #666;
}
.menu-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
.menu-report {
  background: url('/i/search-spriteA.png') no-repeat -18px -120px;
  padding: 0 0 0 0;
}
a:hover .menu-report {
  background-position: -18px -142px;
}
.context-menu {
  background: #fafafa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #9a9a9a;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  margin-top: 32px;
  text-align: left;
}
.context-menu:before {
  content: " ";
  border: 1px solid #fafafa;
  border-width: 0 12px 12px;
  border-right-color: transparent;
  border-left-color: transparent;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: 22px;
}
.context-menu li .submenu-arrow {
  background: url('/i/search-spriteA.png') no-repeat -48px -48px;
  width: 16px;
  height: 16px;
  display: block;
  vertical-align: middle;
  float: right;
}
.context-menu li a:hover .submenu-arrow {
  background-position: -48px -96px;
}
.context-menu li.separator {
  border-top: 1px solid #ccc;
}
.context-menu li a {
  display: block;
  font-size: 12px;
  padding: 3px 10px;
}
.context-menu li:hover,
.context-menu li a:hover {
  background: #005fb5;
  background-image: -moz-linear-gradient(top, #519ce0, #005fb5);
  /* Firefox 3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #519ce0), color-stop(1, #005fb5));
  /* Safari & Chrome */
  color: #fafafa;
  text-decoration: none;
}
.context-menu li:first-child,
.context-menu li:first-child a:hover {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
}
.context-menu li:last-child,
.context-menu li:last-child a:hover {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.context-menu li.readonly a {
  color: #666;
}
.context-menu li.readonly {
  border: none;
  padding: 0;
}
.context-menu li.readonly a:hover {
  background-color: inherit;
  color: inherit;
}
.action-pulldown.btn-t {
  background: transparent;
  border-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #696969;
  margin-top: 5px;
  padding-right: 15px;
  position: relative;
}
.action-pulldown.btn-t:hover {
  padding-right: 15px;
}
.arrowd {
  border: 1px solid #444;
  border-width: 6px 3px 0;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 5px;
  top: 9px;
  width: 0;
  height: 0;
}
/* Pay wall button */
.search-paywall {
  background: #c14002;
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 5px;
  position: relative;
}
.search-paywall:after {
  content: " ";
  position: absolute;
  border: 1px solid #c14002;
  border-width: 10px 10px 0;
  border-right-color: transparent;
  border-left-color: transparent;
  right: 85px;
  bottom: -10px;
}
.search-paywall a {
  display: block;
  text-decoration: none;
}
.search-paywall a strong {
  color: #fafafa;
  text-transform: uppercase;
}
.search-paywall a strong em {
  color: #f2b874;
  font-style: normal;
}
.paywall-options .btn-t {
  color: #1771b4;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  text-transform: uppercase;
}
.paywall-options {
  border-bottom: 1px dotted #666;
  color: #fafafa;
  float: right;
  margin: 15px 10px 10px 0;
  width: 155px;
}
.paywall-options h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
.paywall-options .pay2 {
  line-height: 1.2;
  text-indent: -0.65em;
}
.paywall-options .pay2 a {
  color: #f2b874;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: underline;
}
.paywall-options .pay2 a:hover {
  text-decoration: none;
}
.paywall-options .pay2:before {
  content: '\203A ';
  color: #f2b874;
}
/* Register wall button */
.search-regwall {
  background: #40c102;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 5px;
  position: relative;
}
.search-regwall:after {
  content: " ";
  position: absolute;
  border: 1px solid #40c102;
  border-width: 10px 10px 0;
  border-right-color: transparent;
  border-left-color: transparent;
  right: 85px;
  bottom: -10px;
}
.search-regwall a {
  display: block;
  text-decoration: none;
}
.search-regwall a strong {
  color: #fafafa;
  text-transform: uppercase;
}
.search-regwall a strong em {
  color: #b8f274;
  font-style: normal;
}
.regwall-options .btn-t {
  color: #107abf;
  font-weight: bold;
  text-transform: uppercase;
}
.regwall-options {
  border-bottom: 1px dotted #666;
  color: #fafafa;
  float: right;
  margin: 15px 10px 10px 0;
  width: 155px;
}
.regwall-options h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
.regwall-options .reg2 {
  text-indent: -0.65em;
}
.regwall-options .reg2 a {
  color: #b8f274;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: underline;
}
.regwall-options .reg2 a:hover {
  text-decoration: none;
}
.regwall-options .reg2:before {
  content: '\203A ';
  color: #b8f274;
}
#search-message {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#search-message .error_strip,
#search-message .alert_strip,
#search-message .success_strip {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
/* Feedback  */
.feedback-invite {
  left: -3px;
  position: fixed;
  top: 200px;
  width: 10px;
  z-index: 20;
}
.feedback-invite a {
  background: #197b30;
  border: 3px solid #fafafa;
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  display: block;
  color: #fafafa;
  font-size: 16px;
  min-width: 121px;
  padding: 10px;
  text-transform: uppercase;
}
.feedback-invite a:hover {
  background: #154a22;
  text-decoration: none;
}
.lt-ie9 .feedback-invite {
  bottom: 110px;
  left: auto;
  right: 21px;
  top: auto;
}
.lt-ie9 .feedback-invite a {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}
/* next/prev buttons */
.page-nav {
  background: #fafafa;
  /* Old browsers */
  border: 1px solid #1771b4;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  height: 142px;
  margin: 4px 0;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
}
.touch .page-nav {
  padding: 0 8px;
}
.page-nav:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.page-nav:hover:not(.disabled) {
  background: #1571b6;
}
.page-nav.previous-ocr-hit {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  left: 0;
}
.page-nav.next-ocr-hit {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  left: 274px;
}
.touch .page-nav.next-ocr-hit {
  left: 290px;
}
.page-nav.disabled,
a.disabled.page-nav:hover {
  border-color: #ddd!important;
  cursor: default;
  opacity: .3;
}
.page-nav a:active {
  background: #a5a5a5;
  background-image: -webkit-linear-gradient(top, #a5a5a5 0%, #c4c4c4 100%);
  background-image: linear-gradient(to bottom, #a5a5a5 0%, #c4c4c4 100%);
  background-repeat: repeat-x;
}
.next-ocr-hit:before,
.previous-ocr-hit:before {
  background: url(/i/browse-sprites.png) no-repeat -20px -20px;
  content: "\0020";
  display: block;
  margin-top: 65px;
  height: 20px;
  width: 20px;
}
.page-nav:hover:not(.disabled).next-ocr-hit:before {
  background-position: -20px 0;
}
.page-nav:hover:not(.disabled).previous-ocr-hit:before {
  background-position: 0 0;
}
.previous-ocr-hit:before {
  background-position: 0px -20px;
}
/* beginniner dialog info  */
.lite-box h2 {
  background: #E5E1DB;
  margin: -20px -20px 20px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
}
.boot-lite {
  background: #efefef;
  border-top: 1px solid #ccc;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px ;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  bottom: 0;
  -moz-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
}
.ns-banner-new {
  left: -12px;
  position: absolute;
  top: -10px;
}
.ns-slide p {
  color: #ea5904;
  margin: 0 0 5px;
  min-height: 36px;
}
.slide-nav {
  text-align: center;
}
.slide-p,
.slide-n {
  background: #296aba;
  /* Old browsers */
  background-image: -webkit-linear-gradient(top, #5c85ba 0%, #296aba 100%);
  background-image: linear-gradient(to bottom, #5c85ba 0%, #296aba 100%);
  background-repeat: repeat-x;
  -moz-box-shadow: inset 2px 0px 8px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-color: #005FB5;
  color: #fafafa;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  text-shadow: 0px 1px 0px black;
}
.slide-p.disabled,
.slide-p.disabled:hover,
.slide-n.disabled,
.slide-n.disabled:hover {
  background: #9d9d9d!important;
  color: #efefef!important;
  opacity: .4;
}
a.slide-p:hover,
a.slide-n:hover {
  background: #5c85ba;
  /* Old browsers */
  background-image: -webkit-linear-gradient(top, #296aba 0%, #5c85ba 100%);
  background-image: linear-gradient(to bottom, #296aba 0%, #5c85ba 100%);
  background-repeat: repeat-x;
  color: #fafafa;
  text-decoration: none;
}
a.slide-p {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 25px;
}
a.slide-n {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding-right: 25px;
}
.slide-p:after {
  background: url(/i/search-spriteA.png) no-repeat 0 -94px;
  content: "\0020";
  display: block;
  height: 16px;
  position: absolute;
  left: 5px;
  margin-top: -9px;
  top: 50%;
  width: 16px;
}
.slide-n:after {
  background: url(/i/search-spriteA.png) no-repeat -16px -102px;
  content: "\0020";
  display: block;
  height: 16px;
  position: absolute;
  right: 5px;
  margin-top: -9px;
  top: 50%;
  width: 16px;
}
#screen {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .8;
  z-index: 100;
}
/* Save/Unsave Search Button */
.unwatch-btn {
  background-position: -2px -500px;
  font-weight: 400;
  padding: 0;
}
.unwatch-btn:hover .saved {
  display: none;
}
.unwatch-btn .unsaved {
  display: none;
}
.unwatch-btn:hover .unsaved {
  display: inline;
}
/* Publisher Extra */
.record-result.record-extra.record-extra-rollup {
  background: #fef6ea;
  max-height: 120px;
}
.record-result.record-extra.record-extra-rollup .doc-thumb-container {
  background: url(/i/PublisherExtra-Result-Rollup.png) no-repeat 10px 4px;
  height: 107px;
}
.record-result.record-extra.record-extra-rollup .doc-thumb-container .doc-thumb {
  display: none;
}
.record-result.record-extra.record-extra-rollup .doc-thumb-container .page-nav.previous-ocr-hit {
  display: none;
}
.record-result.record-extra.record-extra-rollup .doc-thumb-container .page-nav.next-ocr-hit {
  display: none;
}
.record-result.record-extra.record-extra-rollup .news-match {
  display: none;
}
.record-result.record-extra.masonry-brick .hideextra {
  position: relative;
  top: 4px;
  right: 0px;
}
.record-result.record-extra.record-extra-rollup {
  background: #fef6ea;
  max-height: 97px;
}
.record-result.record-extra.record-extra-rollup .doc-thumb-container {
  background: url(/i/PublisherExtra-Result-Rollup.png) no-repeat 36px 0px;
  background-size: contain;
  height: 84px;
}
.record-result.record-extra.record-extra-rollup .news-local {
  display: none;
}
.record-result.record-extra.record-extra-rollup .result-breadcrumb {
  display: none;
}
.record-result.record-extra.record-extra-rollup h2 {
  display: none;
}
.record-result.record-extra.record-extra-rollup .hextra-title-icon,
.record-result.record-extra.record-extra-rollup .icon-lock {
  display: none;
}
.pe-icon-color {
  color: #f5b040;
}
.pe-icon-color.news-date:before {
  color: #696969;
}
.hideextra {
  position: absolute;
  top: 16px;
  right: 8px;
  font-size: 13px;
  cursor: pointer;
  color: #999;
}
.hideextra:hover {
  color: #333;
}
.hideextra span {
  margin-left: 4px;
  position: relative;
  top: 2px;
}
@media (max-width: 992px) {
  .hideextra {
    top: 16px;
    right: 16px;
  }
}
.hideextra .clearextra {
  color: #999;
  font-size: 24px;
  line-height: .8;
}
.hideextra .clearextra:hover {
  color: #333;
}
.hideextra .hextratext {
  top: 0px;
}
@media (max-width: 1160px) {
  .hideextra .hextratext {
    display: none;
  }
}
.showextra {
  width: 100%;
  height: 97px;
  position: relative;
  top: -12px;
  cursor: pointer;
  color: #1771b4;
  padding: 4px 0 0 0;
  line-height: 1em;
}
@media (max-width: 992px) {
  .showextra {
    position: absolute;
    top: 8px;
    left: 250px;
    width: 220px;
  }
}
@media (max-width: 768px) {
  .showextra {
    text-align: left;
  }
}
.shextra-search {
  position: relative;
  top: 0px;
  color: #5e5e5e;
}
.shextra-search-titleloc {
  position: relative;
  top: 8px;
  font-size: 0.8em;
  color: #5e5e5e;
  display: block;
  margin-bottom: -4px;
}
@media (max-width: 1000px) {
  .shextra-search-titleloc {
    display: none;
  }
}
.shextra-include {
  position: absolute;
  bottom: 22px;
  font-size: .8em;
}
.shextra-include:hover {
  color: #1d8de1;
  text-decoration: underline;
}
/* target retina and high-DPI screens: */
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .extra-pane .pane-header:before,
  .hidebar:before,
  .closed-bar.showarrow .hidebar:before,
  .help1:before,
  .help2:before,
  .help3:before,
  .extra-pane .pane-header:before,
  .rollup-turndown a,
  .rollup-turndown-pm a,
  .sndx:after,
  .record-result .preview-icon i,
  #close-pane .preview-link i,
  .preview-link-icon,
  .close-preview-link-icon,
  .view-link-icon,
  .flag-logo,
  .nxt-btn a:after,
  .prev-btn a:after,
  .close-hits,
  .info-controls .info-view img,
  .info-controls .info-share img,
  .info-controls .info-action img,
  xlink,
  .show-matches,
  .hide-non-matches,
  .tl_left span,
  .tl_right span,
  .tl_range a.slider,
  #facet_overlay .overlay_content th .active .sort,
  .open-o:before,
  .see-all a,
  .checkbox a,
  .refine-row .rollup-turndown a,
  .refine-row .rollup-turndown-pm a,
  #vns-s2 .checkbox a,
  #vns-s3 .checkbox a,
  .menu-report,
  .context-menu li .submenu-arrow,
  .slide-p:after,
  .slide-n:after {
    background-image: url(/i/search-spriteA@2x.png);
    background-size: 48px 376px;
  }
}
/* !Media queries for responsive design
--------------------------------------------- */
/* !--- iPad Landscape --- */
@media screen and (max-width: 1024px) {
  .grid-view .record-result {
    margin: 8px;
    padding: 8px;
    width: 180px;
  }
  a.helpicon span {
    display: none;
  }
  .doc-thumb.cover-only:before {
    width: 180px;
  }
  .doc-thumb.cover-only img {
    min-height: 80px;
    width: 180px;
  }
  .query-term {
    padding: 8px 40px 8px 12px;
  }
  .clear-term {
    background: transparent;
    border-radius: 24px;
    padding: 4px 8px;
    font-size: 1.75em;
    font-weight: normal;
    top: -10px;
    right: -2px;
  }
  .clearsearch {
    right: 144px;
    top: 8px;
  }
  .grid-view .record-preview {
    width: 100%;
  }
  .grid-view .record-result .loading p {
    margin: 0;
    width: 148px;
  }
  .result-breadcrumb {
    font-size: 1em;
  }
  #matches-for {
    margin: 6px 8px 6px 0;
    width: 108px;
  }
}
/* For iPad portrait */
@media screen and (max-width: 800px) {
  .record-result .record-content h2 {
    font-size: 1.25em;
  }
  .record-preview {
    float: none;
    width: 350px;
  }
  .record-content {
    line-height: 1.25em;
    float: none;
    margin-left: 12px;
  }
}
/* !--- Smartphones(iPhone landscape) --- */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .pane-header {
    padding: 8px 8px 0;
  }
  #results-sort-sel {
    max-width: 120px;
  }
  #place,
  #place-emptytext {
    width: 60%;
  }
  .help-spot,
  #help-tips {
    display: none;
  }
  #results-pane {
    margin: 24px 0;
  }
  #c-pane {
    background: #fafafa;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    z-index: 30;
  }
  #c-pane.slide.an-in {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  #search-advanced {
    left: 0;
    top: 80px;
  }
  #search-for {
    display: none!important;
  }
  .more-opt {
    display: none;
  }
  .clearsearch {
    right: 0;
  }
  .done-refine {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 40;
  }
  #matches-for {
    display: none!important;
  }
  .hidetext a {
    display: none!important;
  }
  .search-opt {
    background: #E2ECF4;
    border: 1px solid #ccc;
    border-width: 1px 0 ;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1771b4;
    cursor: pointer;
    display: block;
    font-style: normal;
    left: 0;
    padding: 4px 8px;
    position: absolute;
    text-shadow: 0 1px 0 #fff;
    width: 100%;
  }
  .search-opt::after {
    border: 1px solid #1771b4;
    border-width: 8px 0 8px 8px;
    border-color: transparent #1771b4 transparent #1771b4;
    bottom: -11px;
    content: "\0020";
    display: block;
    height: 0;
    right: 20px;
    position: absolute;
    top: 4px;
    width: 0;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .faux-terms {
    padding-right: 20px;
    width: 200px;
  }
  .grid-view .record-result {
    width: 204px;
    margin: 12px auto;
  }
  .grid-view .record-result img {
    max-width: 200px;
    width: 100%;
  }
  .doc-thumb {
    float: none;
    margin: 0 auto;
    width: 232px;
  }
  #scrollTop {
    display: none!important;
  }
}
#results-sort {
  float: right;
}
