/* Show me */
body,
html {
  background-color: #535353 !important;
  background-image: none!important;
}
.filmstrip-controls *,
.viewer-tools *,
#viewer-controls * {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
#viewer-page {
  overflow: hidden;
}
#fn-page {
  background: transparent;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
}
#fn-page:after {
  display: none;
}
#fn-page > #content {
  height: calc(100vh - 55px);
  padding: 0;
}
.iframe-partner {
  display: none;
}
#viewer-page.informationsidebar-open #viewer {
  right: 250px;
}
#viewer-page.filmstrip-pinned #viewer {
  bottom: 168px;
}
#viewer-page.filmstrip-pinned #infopane_container {
  bottom: 176px;
}
.loading_prevPage {
  height: 100%;
  width: 100%;
  text-align: center;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
.loading_nextPage {
  height: 100%;
  width: 100%;
  text-align: center;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
.viewheader {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.viewheader.on {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.mobileortablet .viewheader {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 0.3s -webkit-transform ease-out;
  -moz-transition: 0.3s -moz-transform ease-out;
  -ms-transition: 0.3s -ms-transform ease-out;
  -o-transition: 0.3s -o-transform ease-out;
  transition: 0.3s transform ease-out;
  -webkit-transition-timing-function: cubic-bezier(0.385, 0, 0.095, 0.96);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.385, -0.195, 0.095, 0.96);
  -moz-transition-timing-function: cubic-bezier(0.385, -0.195, 0.095, 0.96);
  -o-transition-timing-function: cubic-bezier(0.385, -0.195, 0.095, 0.96);
  transition-timing-function: cubic-bezier(0.385, -0.195, 0.095, 0.96);
  /* custom */
}
#viewer-mobile.full-screen #menu-tray {
  display: none;
}
#mast {
  box-shadow: none;
}
#menu-tray {
  padding: 0px;
}
.freeview,
.siloview {
  background: #7BC1EE;
  -moz-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.6);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  left: 0;
  margin: 0;
  padding: 12px;
  text-align: center;
  text-shadow: 0 1px 0 #0665AB;
  width: 100%;
  z-index: 4;
}
.betaview {
  background: #e6f5ff;
  color: #111;
  font-size: .8125em;
  text-shadow: 0 1px 0 #fff;
}
.mobileortablet .betaview,
.noflash .betaview {
  display: none;
}
.viewer-tools {
  position: relative;
  z-index: 100;
}
#viewer-controls {
  background: none;
  position: fixed;
  bottom: 0;
  height: 100px;
  right: 10px;
  left: auto;
  top: 95px;
  z-index: 11;
  padding: 0;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#viewer-controls.on {
  -webkit-transform: translateY(64px);
  -moz-transform: translateY(64px);
  -ms-transform: translateY(64px);
  transform: translateY(64px);
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#viewer-controls.hon {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
  transition: all .25s linear;
}
#viewer-controls.on.hon {
  -webkit-transform: translateX(-40px) translateY(64px);
  -moz-transform: translateX(-40px) translateY(64px);
  -ms-transform: translateX(-40px) translateY(64px);
  transform: translateX(-40px) translateY(64px);
  transition: all .25s linear;
}
#viewer-controls.lon {
  -webkit-transform: translateX(-250px);
  -moz-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  transition: all .25s linear;
}
#viewer-controls.on.lon {
  -webkit-transform: translateX(-250px) translateY(64px);
  -moz-transform: translateX(-250px) translateY(64px);
  -ms-transform: translateX(-250px) translateY(64px);
  transform: translateX(-250px) translateY(64px);
  transition: all .25s linear;
}
#viewer-controls.info {
  float: left;
}
#viewer-controls.info i {
  background: #53AF00;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: .875em;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3em;
  padding: 1px 5px;
  position: absolute;
  right: -4px;
  text-decoration: 0 -1px 0 #32510e;
  top: -6px;
}
.mobileortablet #viewer-controls {
  background: rgba(250, 250, 250, 0.96);
  border-top: 1px solid #1d1d1d;
  bottom: 0;
  clear: both;
  color: #666;
  display: none;
  font-size: .875em;
  height: 30px;
  left: auto;
  list-style-type: none;
  padding: 0 0 6px 6px;
  position: fixed;
  right: auto;
  min-height: 44px;
  min-width: 100%;
  top: auto;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  transition: none;
}
.mobile #viewer-controls {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  padding: 8px;
  text-align: right;
}
.no-rgba .mobileortablet #viewer-controls {
  background: #fafafa;
}
#viewer-controls .image-contol {
  float: left;
}
#viewer-controls .image-nav {
  float: right;
}
#viewer-controls .disabled {
  color: #777;
}
#viewer-controls .disabled:hover {
  color: #5e5e5e;
}
#viewer-controls a {
  color: #ddd ;
}
#viewer-controls a:hover {
  color: #fff;
}
#viewer-controls .annotations {
  position: relative;
}
#viewer-controls .annotations i {
  background: #53AF00;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: .875em;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3em;
  padding: 1px 5px;
  position: absolute;
  right: -4px;
  text-decoration: 0 -1px 0 #32510e;
  top: -6px;
}
#viewer-controls .annotations:before {
  background: url(/i/m-viewer-sprites.png) no-repeat -73px -73px;
  content: '\20';
  display: block;
  height: 24px;
  width: 28px;
}
#viewer-controls .annotations.disable:before {
  opacity: 0.3;
}
.image-control a,
.image-nav a,
.v-btn,
.page-info {
  display: block;
  padding: 4px 12px;
  border: 1px solid #555;
  border-bottom-color: #333;
  color: white;
  cursor: pointer;
  float: left;
  margin: 0 8px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #5e5e5e;
  background-image: -webkit-linear-gradient(top, #5e5e5e 20%, #414141 100%);
  background-image: linear-gradient(to bottom, #5e5e5e 20%, #414141 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3),inset 0 0 2px hsla(0,100%,100%,.3),0 1px 2px hsla(0, 0%, 0%, .29);
  box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3),inset 0 0 2px hsla(0,100%,100%,.3),0 1px 2px hsla(0, 0%, 0%, .29);
  height: 24px;
  width: 24px;
  text-decoration: none;
}
.v-btn,
.image-control .v-btn,
.page-info {
  margin: 0;
  height: auto;
  padding: 6px 6px 7px;
  width: auto;
}
.image-control a:active,
.image-control a.open,
.v-btn:active {
  /*Box shadow*/
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.4) /*Shine*/, 0 1px 0 #ffffff /*Shadow*/;
  -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3) /*Shine*/, 0 1px 0 #ffffff /*Shadow*/;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3) /*Shine*/, 0 1px 0 #ffffff /*Shadow*/;
}
.image-control a.disabled:active {
  /*Box shadow*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/, 0 1px 2px rgba(0, 0, 0, 0.29) /*Shadow*/;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/, 0 1px 2px rgba(0, 0, 0, 0.29) /*Shadow*/;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/, 0 1px 2px rgba(0, 0, 0, 0.29) /*Shadow*/;
}
.image-zooms {
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin: 8px 4px 8px 0;
  position: absolute;
  right: 8px;
  top: -100px;
}
.image-control .image-zooms a {
  float: none;
  margin: 8px 4px;
}
.image-control .info {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  margin-left: 0;
}
.zoom-out,
.zoom-in {
  font-size: 32px;
  font-weight: bold;
  line-height: 20px;
}
.zoom-fit,
.prev,
.next {
  position: relative;
}
.save_content h2 {
  margin-top: 0;
}
.save_content ul {
  margin: 0 auto 16px;
  padding: 0;
}
.main-options {
  list-style: none;
  width: 304px;
}
.entire-options {
  list-style: none;
  width: 128px;
}
.entire-options li,
.type-options li {
  margin: 4px;
}
.type-options .subdued {
  color: #fff;
}
.save_content ul li {
  float: left;
}
.type-options ul {
  width: 250px;
}
a.linebtn {
  border: 2px solid #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 138px;
  margin: 0 5px;
  width: 138px;
}
a.linebtn:hover {
  border-color: #8EC6F1;
  color: #8EC6F1;
}
a.linebtn span {
  background-repeat: no-repeat;
  border: 1px solid #fff;
  display: block;
  height: 70px;
  margin: 12px auto 8px;
  position: relative;
  width: 70px;
}
a.linebtn.entirepage span {
  background-size: 100%;
}
a.linebtn.portionpage span {
  background-position: center center;
}
a.linebtn.portionpage span:after {
  border: 20px solid rgba(0, 0, 0, 0.5);
  content: "\20";
  display: block;
  height: 30px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.image-nav a {
  margin: 0;
}
.image-control a.zoom-fit {
  padding: 4px 8px;
  width: 32px;
}
.zoom-fit::before {
  background: url(/i/m-viewer-sprites.png) no-repeat 1px 0;
  content: "\0020";
  display: block;
  height: 24px;
  margin: 3px auto 0;
  width: 34px;
}
.zoom-fit.opt::before {
  background-position: 5px -25px;
  margin-top: 1px;
}
.prev::before,
.next::before {
  background: url(/i/m-viewer-sprites.png) no-repeat -76px 0;
  content: "\0020";
  display: block;
  height: 21px;
  margin: 2px auto 0;
  width: 16px;
}
.next::before {
  background-position: -76px -26px;
}
.showmore-controls {
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-width: 0 1px 1px 1px;
  bottom: -21px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-style: normal;
  font-weight: normal;
  height: 16px;
  left: -1px;
  padding: 2px 12px;
  position: absolute;
  /* text-shadow: 0px -1px 0px #5a0809; */
  width: 34px;
}
.image-zooms:hover .showmore-controls {
  background: rgba(0, 0, 0, 0.9);
}
.showmore-controls:before {
  display: block;
  left: 50%;
  top: 2px;
  margin: 0 -8px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ie8 .showmore-controls:before {
  content: "\2193";
}
.ie8 .showmore-controls.on:before {
  content: "\2191";
}
.showmore-controls.on::before {
  margin: 0 -10px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.image-zooms:hover .showmore-controls:hover {
  background: #9d1112;
}
.brightness::before {
  font-size: 20px;
  line-height: 20px;
}
.brightness.adjusted {
  position: relative;
}
.brightness.adjusted::after {
  color: #fff;
  content: "*";
  font-size: 18px;
  right: 4px;
  position: absolute;
  top: 0px;
}
.ie8 .brightness:before {
  content: "\2022";
  font-size: 44px;
  line-height: 30px;
}
.rotate,
.fullscreen {
  position: relative;
}
.rotate::before {
  display: block;
  font-size: 20px;
  height: 18px;
  left: 50%;
  line-height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 18px;
}
.fullscreen::before,
.fullscreen::after {
  display: block;
  font-size: 16px;
  height: 20px;
  opacity: .8;
  position: absolute;
  width: 9px;
}
.fullscreen:hover::before,
.fullscreen:hover::after {
  opacity: 1;
}
.fullscreen.on::before {
  left: 10px;
  top: 4px;
  -webkit-transform: rotate(308deg);
  -moz-transform: rotate(308deg);
  -ms-transform: rotate(308deg);
  transform: rotate(308deg);
}
.fullscreen.on::after {
  bottom: 6px;
  -webkit-transform: rotate(128deg);
  -moz-transform: rotate(128deg);
  -ms-transform: rotate(128deg);
  transform: rotate(128deg);
}
.fullscreen::before {
  left: 13px;
  top: -4px;
  -webkit-transform: rotate(128deg);
  -moz-transform: rotate(128deg);
  -ms-transform: rotate(128deg);
  transform: rotate(128deg);
}
.fullscreen::after {
  bottom: -6px;
  right: 12px;
  -webkit-transform: rotate(308deg);
  -moz-transform: rotate(308deg);
  -ms-transform: rotate(308deg);
  transform: rotate(308deg);
}
.rotate:hover::before {
  opacity: 1;
}
#viewer img,
#viewer .tile2 {
  position: absolute;
  background-image: url(/i/spacer.gif);
  background-size: cover;
}
.no-rgba .image-zooms,
.no-rgba .showmore-controls {
  background: url(/i/bg-trans.png) repeat 0;
}
/* used for offsetting and rotation */
#viewer .transform-outer {
  cursor: move;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.collectionElementConflictDialog {
  background: rgba(35, 35, 35, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.7);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fafafa;
  padding: 4px 0;
  z-index: 99;
  width: 320px;
  min-height: 100px;
  max-height: 400px;
  position: absolute;
  overflow-y: auto;
}
.collectionElementConflictDialog .spot-text {
  color: #fafafa;
  font-size: 16px;
  font-weight: normal;
  margin: 0 12px;
  padding: 8px 20px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collectionElementConflictDialog .spot-text:before,
.collectionElementConflictDialog .spot-text:after {
  display: none;
}
.collectionElementConflictDialog .spot-text:hover {
  color: #F1C45F;
}
.collectionElementConflictDialog .spot-text.non-title {
  font-style: italic;
}
.collectionElementConflictDialog .close-btn {
  color: #efefef;
  top: 0;
}
.collectionElementConflictDialog ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.collectionElementConflictDialog li.menu-header {
  border-bottom: 1px solid #777;
}
.collectionElementConflictDialog li.menu-header h3 {
  font-size: 16px;
  margin: 0 0;
  padding: 4px;
  text-align: left;
}
.collectionElementConflictDialog li.menu-item {
  background: transparent;
  border-bottom: 1px solid #777;
}
.collectionElementConflictDialog li.menu-item:last-child {
  border-bottom: 0;
}
.collectionElementConflictDialog li.menu-item:hover {
  background-color: rgba(35, 35, 35, 0.85);
}
.collectionElementConflictDialog li.reclip-menu-item {
  margin-left: 12px;
}
.mobile .collectionElementConflictDialog {
  width: 100%;
  bottom: 0;
}
#adjustImage {
  background: rgba(35, 35, 35, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fafafa;
  padding: 12px;
  position: fixed;
  right: 88px;
  top: 182px;
  z-index: 99;
  width: 148px;
}
.tablet #adjustImage {
  bottom: 72px;
  left: 20px;
  right: auto;
  top: auto;
}
.no-rgba #adjustImage {
  background: #333;
}
#adjustImage input[type="range"] {
  background: #777;
  -webkit-appearance: none;
  -moz-apperance: none;
  -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  height: 6px;
}
#adjustImage input[type="range"]::-ms-fill-upper,
#adjustImage input[type="range"]::-ms-fill-lower,
#adjustImage input[type="range"]::-ms-ticks-before,
#adjustImage input[type="range"]::-ms-ticks-after {
  background-color: #777;
  border: 0 none;
}
#adjustImage input:active::-webkit-slider-thumb {
  border: 2px solid #fff;
}
#adjustImage input::-ms-thumb {
  border: 2px solid #fff;
  background: #7DC1EA;
  width: 12px;
  height: 12px;
}
#adjustImage * {
  -webkit-user-select: none;
}
#resetAdjust {
  position: relative;
  z-index: 1;
}
#adjustImage input::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-apperance: none;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  background: #7DC1EA;
}
.tablet #adjustImage input::-webkit-slider-thumb {
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  height: 24px;
  width: 24px;
}
.mobile #adjustImage input::-webkit-slider-thumb {
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  height: 32px;
  width: 32px;
}
.mobileortablet #adjustImage input:active::-webkit-slider-thumb {
  border: 4px solid #fff;
}
.control {
  margin: 0 0 12px;
}
#brightRange,
#contrastRange {
  margin: 0;
  width: 100%;
}
.transform-outer > div {
  margin: 88px;
}
.norotate-inner {
  /* This is a div that's used for displaying popup info boxes.  It's important that
it not be rotated because we don't want to rotate the popup*/
  position: relative;
}
#viewer .transform-inner {
  /*position: absolute;*/
  position: relative;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}
.layer {
  background-color: rgba(255, 255, 255, 0.2);
}
.layer img {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}
.layer img:-moz-loading {
  visibility: hidden;
}
/* used for scaling */
#viewer .layer,
#viewer .backdrop,
#viewer .highlights,
#viewer .collections {
  position: absolute;
  transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
}
#viewer .highlights {
  z-index: 1;
}
#viewer .collections > div > div {
  position: absolute;
}
.hit-term {
  background-color: rgba(255, 230, 0, 0.25);
  outline: 1px solid #fecb5c;
  padding: 1px;
  -webkit-blend-mode: multiply;
}
.selected-hit-term {
  background-color: rgba(255, 230, 0, 0.25);
  -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.8);
  outline-width: 2px;
}
#viewer .layer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  z-index: 2;
  cursor: move;
}
#viewer .collections {
  z-index: 3;
}
#viewer .ann-info {
  background-color: rgba(1, 1, 1, 0.65);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  margin: 8px 0 0;
  padding: 8px 52px 8px 8px;
  position: absolute;
  top: 100%;
  z-index: 1;
  min-width: 152px;
}
.ann-info h3 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding-left: 32px;
}
.ann-info h3::before {
  background: url(/i/m-viewer-sprites.png) no-repeat 0 -74px;
  content: '\20';
  display: block;
  height: 24px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 28px;
}
.ann-info h3.name-ann::before {
  background-position: 0 -74px;
  width: 20px;
}
.ann-info h3.location-ann::before {
  background-position: 0 -48px;
}
.ann-info h3.date-ann::before {
  background-position: -28px -74px;
}
.ann-info h3.note-ann::before {
  background-position: -28px -48px;
  width: 20px;
}
#viewer .ann-info.top {
  bottom: 100%;
  /*  margin: 0 0 8px; */
  top: auto;
}
.ann-info::before,
.ann-info::after {
  border: 1px solid #ded6c5;
  border-color: transparent transparent rgba(255, 255, 255, 0.7);
  border-width: 0 8px 8px;
  content: "\0020";
  display: block;
  height: 0;
  left: 3%;
  position: absolute;
  top: -9px;
  width: 0;
}
.ann-info.top::before,
.ann-info.top::after {
  bottom: -9px;
  border-width: 8px 8px 0;
  border-color: rgba(255, 255, 255, 0.7) transparent transparent;
  top: auto;
}
.ann-info::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.65);
  top: -8px;
}
.ann-info.top::after {
  border-color: rgba(0, 0, 0, 0.65) transparent transparent;
  bottom: -8px;
}
#viewer .ann-info a,
#viewer .ann-info a:hover {
  color: white;
}
.showmore {
  background: #666;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 20px;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  display: block;
  font: italic bold 1em Georgia, "Times New Roman", Times, serif;
  padding: 3px 10px;
  position: absolute;
  right: 8px;
  top: 8px;
  text-decoration: none;
}
.showmore:hover {
  background-color: #777;
}
#adjust-indicator {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  display: none;
  width: 148px;
}
#adjust-indicator .loading-indicator {
  padding: 0;
}
#loading-indicator {
  /*display: none;*/
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -31px;
  width: 100px;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 15px;
  z-index: 100;
}
#loading-indicator .loader-dot,
.darker .loader-dot,
#viewer-mobile .loader-dot {
  background-color: #fff;
}
/* preview pane */
#preview-pane {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0 13px;
  /* use padding instead of top to get past the menu so we're not over 100% */
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
}
#preview-pane .back {
  height: 42px;
  background: #F0EDE7;
  position: relative;
  padding: 0 10px;
  border-bottom: 1px solid #B9B7B2;
}
#preview-pane .title {
  line-height: 42px;
  font-weight: normal;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 32px;
}
#preview-pane .back-arrow {
  position: absolute;
  background-image: url(/i/mobile-sprite.png);
  background-position: -90px -47px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  top: 15px;
  text-indent: -9999px;
}
.disabled,
.disabled *,
.btn-t.disabled {
  color: #777!important;
  cursor: not-allowed !important;
  opacity: .45;
}
/* !--- Smartphones(iPhone landscape) --- */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .image-nav a {
    margin: 0 4px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    padding: 4px;
  }
  .image-nav a {
    margin: 0;
  }
  .info {
    font-size: 1.25em;
    line-height: 1.2;
  }
  .zoom-out,
  .zoom-in {
    font-size: 24px;
    line-height: 18px;
  }
  .zoom-fit.opt::before {
    background-position: 1px -24px;
  }
  .zoom-fit::before {
    background-position: -2px 2px;
    height: 24px;
    margin: 0px auto 0;
    width: 24px;
  }
  .prev::before,
  .next::before {
    background-position: -76px 0;
    height: 21px;
    margin: 2px auto 0;
    width: 16px;
  }
  .next::before {
    background-position: -76px -26px;
  }
  .tablet #adjustImage {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    position: fixed;
    right: 0;
    top: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) and (orientation: landscape) {
  #adjustImage {
    top: 48px;
  }
}
/* 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) {
  .zoom-fit::before,
  .prev::before,
  .next::before,
  .ann-info h3::before {
    background-image: url(/i/m-viewer-sprites@2x.png);
    background-size: 96px 96px;
  }
}
.btn-outline-dark {
  border: 1px solid #444!important ;
}
.btn-outline-dark:hover {
  color: #fff!important;
}
#viewer {
  position: fixed;
  overflow: auto;
  -ms-overflow-style: none;
  left: 0;
  top: 95px;
  right: 0;
  bottom: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ccc;
  text-align: center;
}
#viewer .modal-body {
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
#viewer:focus {
  outline: 0 none;
}
.pt-c15 {
  padding-top: .15rem !important;
}
.desktop #viewer {
  right: -6px;
  bottom: -16px;
}
#viewer::-webkit-scrollbar {
  width: 0 !important;
}
#viewer.disableVerticalScrolling {
  overflow-y: hidden;
}
.image-zooms {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-width: 1px 1px 0 1px;
  top: 22px;
  right: 0px;
}
.image-zooms.mob {
  background: transparent;
  border-width: 0;
}
.image-nav a.prev {
  margin-right: 16px;
}
.image-nav a.next {
  margin-left: 16px;
}
.page-info {
  background: transparent;
  color: #2d2d2d !important;
  font: italic bold 1em Georgia, "Times New Roman", Times, serif;
  height: 16px;
  line-height: 1.35em;
  padding: 4px;
  text-align: center;
  text-decoration: none!important;
  width: 16px;
  margin-top: 8px;
}
#navbar_nodes:empty + .page-info {
  display: none;
}
.page-info:hover {
  background: #2d2d2d;
  color: #fff!important;
}
.mobileortablet .page-info {
  display: none!important;
}
#viewer .transform-inner {
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
#viewer .obituaries > .ann,
#viewer .marriages > .ann {
  border: 2px solid transparent;
  -moz-transition: border .3s linear;
  -ms-transition: border .3s linear;
  -webkit-transition: border .3s linear;
  transition: border .3s linear;
}
#viewer .obituaries > .ann.selected,
#viewer .obituaries > .ann.selected-conflict,
#viewer .marriages > .ann.selected,
#viewer .marriages > .ann.selected-conflict {
  background-color: transparent;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  border: 2px solid #b21a31;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#viewer .marriages > .ann.selected,
#viewer .marriages > .ann.selected-conflict {
  border: 2px solid pink;
}
#viewer .obituaries > .ann.selected-primary,
#viewer .obituaries > .ann.selected-conflict-hover,
#viewer .marriages > .ann.selected-primary,
#viewer .marriages > .ann.selected-conflict-hover {
  background-color: transparent;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  border: 2px solid #f5b629;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  outline: 200vw solid rgba(0, 0, 0, 0.3);
}
#viewer .obituary_header.marriage {
  font-size: 40px;
  color: #EE83CB;
}
#viewer .marriages > .ann.selected-primary,
#viewer .marriages > .ann.selected-conflict-hover {
  border: 2px solid #EE83CB;
}
#viewer .obituaries > div.selected:before,
#viewer .obituaries > .ann.selected-conflict:before,
#viewer .marriages > div.selected:before,
#viewer .marriages > .ann.selected-conflict:befores {
  content: '\20';
  height: inherit;
  left: -20px;
  padding: 20px;
  position: absolute;
  top: -20px;
  width: inherit;
}
.obituary_self_facts .highlight {
  cursor: pointer;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fdec1c;
  -moz-transition: background 0.24s linear;
  -ms-transition: background 0.24s linear;
  -webkit-transition: background 0.24s linear;
  transition: background 0.24s linear;
}
.obituary_self_facts .highlight > div {
  cursor: pointer;
}
.obituary_self_facts .highlight:hover {
  background-color: #FCF9E5;
}
.obituary_self_facts .highlight:before {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  right: 12px;
  content: "\e403";
  color: #1771b4;
  cursor: pointer;
  font-size: 20px;
  margin: 0 5px;
  padding: 2px;
  position: absolute;
}
.more-options {
  position: absolute;
  right: -1px;
  display: block;
  opacity: .5;
}
@media (min-width: 768px) {
  .more-options {
    right: -8px;
  }
}
.more-options:hover {
  opacity: 1;
}
.popover.popover-custom {
  left: auto;
  right: -5px;
  width: 90vw;
  max-width: 300px;
}
#viewer .clippings > .ann {
  border: 2px solid transparent;
  -moz-transition: border .3s linear;
  -ms-transition: border .3s linear;
  -webkit-transition: border .3s linear;
  transition: border .3s linear;
}
#viewer .clippings > .ann.selected,
#viewer .clippings > .ann.selected-conflict {
  background-color: transparent;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  border: 2px solid #1e99e3;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#viewer .clippings > .ann.selected-primary,
#viewer .clippings > .ann.selected-conflict-hover {
  background-color: transparent;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  border: 2px solid #f5b629;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  outline: 200vw solid rgba(0, 0, 0, 0.3);
}
#viewer .clippings > div.selected:before,
#viewer .clippings > .ann.selected-conflict:before {
  content: '\20';
  height: inherit;
  left: -20px;
  padding: 20px;
  position: absolute;
  top: -20px;
  width: inherit;
}
/*Clippings Info */
.clip-src .author {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 24px;
  padding: 16px 0 16px 28px;
  text-decoration: none;
}
.author:hover {
  text-decoration: underline;
}
#viewer-controls .clippings {
  position: relative;
}
#viewer-controls .clippings i {
  background: #53AF00;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: .875em;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3em;
  padding: 1px 5px;
  position: absolute;
  right: -4px;
  text-decoration: 0 -1px 0 #32510e;
  top: -6px;
}
.mobile-details-pane .clipping-info {
  position: relative;
}
.mobile .clipping-info {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  bottom: 0;
  padding: 16px 16px 0;
  position: absolute;
  width: 100vw;
}
#viewer-page .full-view {
  line-height: 1.3;
  min-width: 360px;
}
.mobile#viewer-page .full-view .close-btn {
  font-size: 2.3em;
  right: 14px;
}
#viewer-page .obituary-view .modal-body {
  line-height: 1.3;
  min-width: 360px;
  max-height: calc(100vh - 245px);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-left: 0;
}
@media (min-width: 768px) {
  #viewer-page .obituary-view .modal-body {
    max-height: 220px;
  }
}
@media (min-width: 768px) {
  #viewer-page .obituary-view.correction-mode .modal-body {
    max-height: 60vh;
    min-width: 440px;
    padding: 1rem;
  }
}
#viewer .clipping-info .inner:before {
  background: transparent;
  content: "\20";
  display: block;
  left: 0;
  position: absolute;
  top: -40px;
  width: 100%;
}
.full-view {
  margin-right: 20px;
  margin-bottom: 60px;
}
.owner-controls {
  float: left;
  font-size: 14px;
  margin: 0;
}
.clip-edit {
  color: #777;
  margin-right: 12px;
}
.clip-delete {
  color: #777;
}
#viewer .clipping-info,
.mobile-details-pane .clipping-info {
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.45);
  color: #111;
  cursor: default;
  margin: 12px 0 0;
  max-width: 480px;
  min-width: 120px;
  padding: 16px 32px 16px 16px;
  position: absolute;
  text-align: left;
  word-wrap: break-word;
  z-index: 3;
}
#viewer .clipping-info:before,
#viewer .clipping-info:after {
  border: 1px solid #fff;
  border-color: transparent transparent rgba(0, 0, 0, 0.5);
  border-width: 0 12px 12px;
  content: "\0020";
  display: block;
  height: 0;
  left: 5%;
  position: absolute;
  top: -13px;
  width: 0;
}
#viewer .clipping-info:after {
  border-color: transparent transparent #fafafa;
  top: -12px;
}
#viewer .clipping-info.top {
  margin: 0 0 12px;
}
#viewer .clipping-info.top:before,
#viewer .clipping-info.top:after {
  bottom: -13px;
  border-width: 12px 12px 0;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent;
  top: auto;
}
#viewer .clipping-info.top:after {
  border-color: #f6f3eb transparent transparent;
  bottom: -12px;
}
#viewer .clipping-info.left {
  margin: 0 12px 0 0;
}
#viewer .clipping-info.left:before,
#viewer .clipping-info.left:after {
  left: auto;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
  right: -13px;
  top: 20px;
}
#viewer .clipping-info.left:after {
  border-color: transparent transparent transparent #fafafa;
  right: -12px;
}
#viewer .clipping-info.right {
  margin: 0 0 0 12px;
}
#viewer .clipping-info.right:before,
#viewer .clipping-info.right:after {
  left: -13px;
  border-width: 12px 12px 12px 0;
  border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
  top: 20px;
}
#viewer .clipping-info.right:after {
  border-color: transparent #fafafa transparent transparent;
  left: -12px;
}
.mobile #viewer .clipping-info {
  padding: 0px;
  margin: 0px;
  position: fixed;
  text-align: center;
  bottom: 16px;
  left: 0px;
  width: 100%;
}
.clipping-info h3 {
  color: #b11028;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  margin: 0 25px 0 0;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.clipping-info a,
.clipping-info a:hover {
  width: auto;
  display: inline-block;
  cursor: pointer;
}
.clip-body:empty {
  display: none;
}
a.report-abuse {
  color: #555;
  display: inline-block;
  font-size: 13px;
}
a.report-abuse::before {
  margin-right: 4px;
}
.clip-src {
  color: #777;
  font-size: .8125em;
}
.mobile .clip-src {
  padding-bottom: 40px;
  margin-bottom: -14px;
}
.clip-reclip-count:empty {
  display: none;
}
.clip-reclip-count {
  color: #999;
  margin-left: 8px;
}
.clip-reclip-count::before {
  margin-top: 2px;
  margin-right: 2px;
}
#viewer-controls .clippings::before {
  background: url(/i/m-viewer-sprites.png) no-repeat -73px -73px;
  content: '\20';
  display: block;
  height: 24px;
  width: 28px;
}
#viewer-controls .clippings.disable::before {
  opacity: .3;
}
.edit-view {
  z-index: 101;
}
.mobile .edit-view {
  margin-top: 20px;
  width: 100%!important;
  height: auto!important;
}
#reclip_settings a:hover {
  text-decoration: none;
}
.mobileortablet .image-zooms {
  margin: 0;
  position: inherit;
}
.mobileortablet .image-zooms a {
  float: left;
}
.mobileortablet #preview-pane {
  background: rgba(250, 250, 250, 0.15);
  display: block;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  position: fixed;
  top: 0;
  bottom: 45px;
  padding: 0px;
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
  -moz-transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.23s cubic-bezier(0, 0, 0.2, 1);
  z-index: 10;
}
.mobileortablet #preview-pane.show-details {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tablet #preview-pane {
  background: rgba(250, 250, 250, 0.95);
}
.tablet #preview-pane .tbuttonbar {
  margin: 0;
}
.mobile #preview-pane .tbuttonbar {
  margin: 0 -16px;
  bottom: auto;
}
.mobile #preview-pane .tbuttonbar .btn2 {
  margin-left: 4px;
}
.tablet #info-container {
  background: #fafafa;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 0px;
  margin: 0 auto;
  width: 500px;
}
#navbar {
  background: #fafafa;
  border-bottom: 1px solid #1d1d1d;
  color: #666;
  font-size: .875em;
  height: 44px;
  min-width: 956px;
  position: relative;
  white-space: nowrap;
  clear: both;
}
.mobileortablet #navbar {
  background: rgba(250, 250, 250, 0.96);
}
.mobile-details-bar {
  padding: 6px;
}
.mobile-details-bar .btn {
  display: inline-block;
  padding: 8px;
  width: auto;
}
#navbar #navbar_loading {
  background: #fafafa;
  float: left;
  padding: 12px 6px 13px;
  position: relative;
  z-index: 10;
}
#navbar_loading #loading {
  margin: 0;
  padding-left: 6px;
  text-align: left;
  width: auto;
}
#navbar_failed {
  float: left;
}
#navbar_content li.start {
  padding: 6px 15px 6px 12px;
}
.hastooltip > span,
small.hastooltip span {
  background-color: #f6f3eb;
  border: 1px solid #e6dec8;
  -webkit-box-shadow: 1px 1px 5px #444444;
  box-shadow: 1px 1px 5px #444444;
  color: #111;
  display: none;
  position: absolute;
  padding: 2px 5px;
  top: -45px;
  z-index: 5;
}
.hastooltip > span:after,
small.hastooltip span:after {
  border: 1px solid #e6dec8;
  border-width: 0 10px 12px;
  border-color: transparent transparent #e6dec8;
  content: "\0020";
  display: block;
  height: 0;
  left: 25px;
  position: absolute;
  top: -12px;
  width: 0;
}
.truncated:hover > a > span {
  display: block;
  top: 30px;
}
small.hastooltip span {
  cursor: default;
  font-size: 11px;
  left: 105px;
  top: 34px;
  text-shadow: none;
}
small.hastooltip i {
  display: block;
  font-style: normal;
}
.hastooltip span b {
  font-weight: normal;
  line-height: 1.3;
}
a.hastooltip:hover {
  text-decoration: none;
}
.pointtip {
  border: 1px solid #FEDD73;
  border-width: 8px 8px 0;
  border-right-color: transparent;
  border-left-color: transparent;
  bottom: -18px;
  height: 10px;
  left: 10px;
  position: absolute;
  width: 0px;
}
small.hastooltip .pointup {
  border: 1px solid #FFF0BD;
  border-width: 0 5px 8px;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -18px;
  height: 10px;
  left: 10px;
  position: absolute;
  width: 0px;
}
#navbar_content li a.hastooltip:hover span,
#navbar_content li em.hastooltip:hover span {
  display: inline;
}
.comment-icon {
  float: left;
  width: 42px;
}
.comment-details {
  float: left;
}
.comment-attribution {
  margin: 0;
}
#navbar_content ul {
  list-style: none;
  margin: 1px 0 0;
  padding: 0;
}
.mobileortablet #navbar_nodes {
  margin-left: 52px;
}
#navbar_nodes li:after {
  content: "\2022";
  display: block;
  position: absolute;
  top: 10px;
  right: -1px;
}
#navbar_nodes li.end:after,
#navbar_nodes li.highlighted:after {
  content: "";
}
#navbar_nodes li a,
#navbar_nodes li em {
  color: #bb2429;
  display: -moz-inline-block;
  display: inline-block;
  font-style: normal;
  text-decoration: none;
}
#navbar_nodes li a b,
#navbar_nodes li em b {
  border: 1px solid transparent;
  border-width: 0 1px;
  cursor: pointer;
  display: -moz-inline-block;
  display: inline-block;
  font-weight: normal;
  padding: 10px 12px;
}
#navbar_nodes li em b {
  cursor: pointer;
}
.screen_low #navbar_content ul li a b,
.screen_low #navbar_content ul li em b {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 40px;
}
.screen_low #navbar_content ul li.end em b {
  display: -moz-inline-block;
  display: inline-block;
  width: auto;
}
#navbar_content ul li a:hover,
#navbar_content ul li.end a:hover {
  position: relative;
  z-index: 5;
}
#navbar_content ul li a:hover b,
#navbar_content ul li.highlighted b {
  background: #d3d3d3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d3d3d3 0%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #f9f9f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d3d3d3 0%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d3d3d3 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d3d3d3 0%, #f9f9f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d3d3d3 0%, #f9f9f9 100%);
  /* W3C */
  border-color: #ccc;
  /*Box shadow*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/ 0 1px 2px rgba(0, 0, 0, 0.29) /*Shadow*/;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/;
  color: #1d1d1d;
  text-shadow: 0px 1px 0px #fff;
  margin: 0 -5px;
  padding: 10px 17px;
}
#navbar_content ul li:first-child b {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  padding: 7px 12px 7px 12px;
}
#navbar_content ul li:first-child a:hover b {
  margin: 0 -5px 0 0;
  padding: 7px 17px 7px 12px;
}
#navbar_content ul li.highlighted b {
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.4) /*Shine*/, 0 1px 0 #ffffff /*Shadow*/;
  -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3) /*Shine*/, 0 1px 0 #ffffff /*Shadow*/;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3) /*Shine*/, 0 1px 0 #ffffff /*Shadow*/;
}
#navbar_content ul li.end em {
  color: #555;
}
#navbar_content ul li.end em b {
  font-weight: bold;
}
#navbar_content ul li.end.highlighted-head {
  background-position: 0px -104px;
}
#navbar_nodes li {
  display: block;
  float: left;
  margin: 0;
  position: relative;
}
#navbar_content li.start {
  height: 18px;
}
/* toolbar */
#menu_toggle {
  display: none;
  z-index: 1;
}
#navbar_content #toolbar {
  background: #fafafa;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.35;
  white-space: nowrap;
}
#toolbar a,
#menu_toggle {
  color: #1d1d1d;
  display: -moz-inline-box;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 12px 10px 12px 32px;
  position: relative;
  text-shadow: 0 -1px 0 #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
#toolbar li a:hover {
  background: #d3d3d3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d3d3d3 0%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #f9f9f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d3d3d3 0%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d3d3d3 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d3d3d3 0%, #f9f9f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d3d3d3 0%, #f9f9f9 100%);
  /* W3C */
  border-color: #ccc;
  /*Box shadow*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/ 0 1px 2px rgba(0, 0, 0, 0.29) /*Shadow*/;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/;
  color: #1d1d1d;
  text-shadow: 0px 1px 0px #fff;
}
#toolbar a.disabled {
  color: #AAA !important;
}
/* variable width rules */
.screen_low #navbar {
  min-width: 760px;
}
.screen_med #navbar {
  min-width: 860px;
}
.screen_low #toolbar a img,
.screen_med #toolbar a img {
  display: none;
}
.screen_low #toolbar a {
  padding: 8px 3px 5px!important;
}
#toolbar a:hover,
#toolbar a.pressed,
#toolbar .on a {
  /*background: #303134 url(/i/toolbarbg.png) repeat-x 0 -64px;*/
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
#aboutthis,
#download,
#find,
#clip,
#preserve,
#share,
#ashare {
  border-right: 1px solid #515154;
  float: left;
}
#ashare {
  padding: 5px 8px 2px 12px;
}
#save-button-wrap {
  height: 32px;
  padding: 2px 0 0 0;
}
#save-button-wrap2 {
  display: block;
}
#toolbar li:first-child {
  border-left: 1px solid #515154;
}
#toolbar li:last-child {
  border: 0 none;
}
#toolbar li a:before,
#menu_toggle:before {
  display: inline-block;
  height: 18px;
  font-size: 20px;
  left: 4px;
  line-height: 18px;
  position: absolute;
  top: 9px;
  width: 24px;
}
.image-info img.v-sprite {
  background-position: -25px 0;
}
#menu_toggle {
  border: 0 none;
  overflow: hidden;
  padding: 8px 0 9px 52px;
  position: absolute;
  width: 0px;
}
.tablet #menu_toggle {
  border-right: 1px solid #111;
}
#menu_toggle:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 12px;
  top: 14px;
}
#menu_toggle.on:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* Port over from N.COM Browse.css */
#browse {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  top: -600px;
  width: 973px;
  z-index: 101;
}
#browse_content ::-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;
}
#browse_content ::-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;
}
#browse .browse-wrapper {
  background: #fafafa;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), inset 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), inset 0 5px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), inset 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), inset 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  margin: 0 15px 15px;
  padding: 8px 0 8px;
  width: 941px;
}
#browse .browse-wrapper a.closebtn {
  color: white;
  padding-right: 20px;
}
#browse-content {
  position: relative;
  margin: 0 10px 10px;
  width: 913px;
}
.browsefooter {
  margin: 0 40px;
  text-align: right;
}
#bc_containers {
  border: 1px solid #b3b3b3;
  height: 450px;
  overflow-x: auto!important;
}
.browse-container {
  height: inherit;
  min-width: 160px;
}
.browse-container .browse-content {
  height: calc(100% - 42px);
  overflow-y: auto;
}
/*
End of Browse.css
From N.COM viewer.css - Browse
*/
#browse_overlay {
  /*position: absolute;*/
  left: 0px;
  top: 0px;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
  /*z-index: 101;*/
}
#browse_overlay_container {
  position: fixed;
  border: 0 none;
  margin: 0;
  overflow: hidden;
  z-index: 1;
  top: -600px;
}
/*Find Feature*/
.find_overlay {
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.8);
}
.image-submenu {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: fixed;
  margin: 0;
  padding-top: 20px;
  width: 100%;
  -webkit-transform: translate(0, -1400px);
  -ms-transform: translate(0, -1400px);
  transform: translate(0, -1400px);
  z-index: 1;
}
.image-submenu.on {
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  z-index: 10;
}
.no-csstransforms .image-submenu {
  display: none;
}
.no-csstransforms .image-submenu.on {
  display: block;
}
.find_content {
  color: #fff;
  padding: 4px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  width: 70%;
  z-index: 101;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.find_iterator {
  margin: 4px 8px;
  vertical-align: top;
}
.find_iterator button {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #8c8c8c;
  border-radius: 4px;
  padding: 4px 10px 4px 0;
}
.find_position {
  margin: 0 8px;
}
.next-it,
.prev-it {
  cursor: pointer;
  display: inline-block;
  padding: 0 12px;
  vertical-align: middle;
  width: auto;
}
.next-it:hover,
.prev-it:hover {
  text-decoration: none;
}
.next-it::before,
.prev-it::before {
  color: #8EC6F1;
  content: "\e40c";
  font-family: 'newsicons';
  font-size: 24px;
  display: block;
  line-height: 20px;
  width: 16px;
  height: 22px;
}
.ie8 .next-it:before {
  content: ">";
  font-size: 24px;
}
.ie8 .prev-it:before {
  content: "<";
  font-size: 24px;
}
.next-it:hover::before,
.prev-it:hover::before {
  color: #fff;
}
.prev-it.disabled::before,
.next-it.disabled::before {
  color: #696969;
}
.prev-it::before {
  content: "\e415";
}
.ie9 .filmstrip-controls .next-it,
.ie9 .filmstrip-controls .prev-it {
  background: rgba(0, 0, 0, 0.65);
}
.mobileortablet .filmstrip-controls {
  display: none;
}
/*  Print/Save Feature */
.save_overlay {
  left: 0px;
  top: 0px;
  filter: alpha(opacity=25);
  opacity: 0.25;
  -moz-opacity: 0.25;
  background-color: black;
}
.save_content {
  color: #fff;
  padding: 4px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  width: 70%;
  z-index: 101;
}
/* Filmstrip Feature */
.filmstrip-open-bar {
  position: fixed;
  pointer-events: none;
  bottom: 0px;
  z-index: 6;
  height: 32px;
  width: 100%;
}
.filmstrip_overlay_container {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  display: block;
  position: fixed;
  bottom: 0;
  -webkit-transform: translate(0, 184px);
  -ms-transform: translate(0, 184px);
  transform: translate(0, 184px);
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 6;
}
.mobileortablet .filmstrip_overlay_container.off {
  bottom: 0px !important;
}
.no-csstransforms .filmstrip_overlay_container {
  bottom: -182px;
}
/*.filmstrip_overlay_container.allowHover:hover,*/
.filmstrip_overlay_container.on {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*.no-csstransforms .filmstrip_overlay_container.allowHover:hover,*/
.no-csstransforms .filmstrip_overlay_container.on {
  bottom: 0;
}
.active-filmstrip-set {
  margin-left: 120px;
}
.inactive-filmstrip-set {
  /*.next-filmstrip-set,.prev-filmstrip-set,  */
  display: none;
}
.prev-filmstrip-set {
  position: absolute;
  left: -1500px;
}
.next-filmstrip-set {
  position: absolute;
  right: -1500px;
}
.filmsets {
  border: 2px solid #fff;
}
.filmstrip-sets {
  /*width:7500px;*/
  height: 184px;
  overflow: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.filmstrip-sets::-webkit-scrollbar {
  width: 0 !important;
}
/* IE  no-rgba black color */
.no-rgba .filmstrip_overlay_container,
.no-rgba .filmstrip-controls .filmstrip-external-controls,
.no-rgba .image-submenu {
  background: url(/i/bg-trans.png) repeat 0;
}
.filmstrip-sets.moving .next-flimstrip-set > .edition-set.edition-set-start-bar {
  visibility: visible;
}
.next-flimstrip-set > .edition-set.edition-set-start-bar {
  visibility: hidden;
}
.nextprev {
  /*top: 90px;*/
  background: transparent no-repeat;
  background-position: 100% 0;
  background-size: 8px 100%;
  position: absolute;
  z-index: 600;
  height: 100%;
  width: 112px;
}
.nextprev.nextf {
  background-position: 0 0;
  right: 0;
}
.issue-set {
  display: inline-block;
}
.edition-set {
  border-left: 8px solid transparent;
  height: 170px;
  white-space: nowrap;
  display: inline-block;
}
.edition-set-start-bar {
  border-left: 8px solid #bb2429;
}
.edition-set h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0 0 8px;
  overflow-y: hidden;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
}
.edition-set.edition-set-start-bar h2 {
  visibility: visible;
  opacity: 1;
}
.prev-filmstrip-set .edition-set.edition-set-start-bar h2 {
  visibility: hidden;
  opacity: 0;
}
.active-filmstrip-set > .edition-set:first-child h2 {
  visibility: visible;
  opacity: 1;
}
/*moving transitions*/
.filmstrip-sets.moving.moving-next .active-filmstrip-set > .edition-set:last-child h2 {
  transition: opacity 0.35s ease-in-out;
  opacity: 0;
}
.filmstrip-sets.moving.moving-prev .active-filmstrip-set > .edition-set:first-child h2 {
  transition: opacity 0.35s ease-in-out;
  opacity: 1;
}
.filmstrip-sets.moving.moving-prev .prev-filmstrip-set .edition-set h2 {
  visibility: visible;
  transition: opacity 2s ease-in;
  opacity: 1;
}
.filmstrip-sets.moving.moving-next .next-filmstrip-set .edition-set h2 {
  visibility: visible;
  transition: opacity 2s ease-in;
  opacity: 1;
}
.prev-filmstrip-set .edition-set h2 {
  visibility: hidden;
}
.filler {
  width: 106px;
  height: 100px;
  display: inline-block;
}
.image-container {
  display: inline-block;
}
.image-container img {
  background-color: #333;
  border: 1px solid #999;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  display: block;
  min-height: 100px;
  max-height: 100px;
  min-width: 100px;
  padding: 2px;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -moz-transition: all 0.21s linear;
  -ms-transition: all 0.21s linear;
  -webkit-transition: all 0.21s linear;
  transition: all 0.21s linear;
  object-fit: contain;
}
.no-csstransforms .image-container img {
  height: 80px;
  margin: 8px;
  min-height: 80px;
  min-width: 80px;
  width: 80px;
}
.image-container img:hover {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.mobileortablet .image-container img:hover {
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.image-title {
  text-align: center;
}
.image-title i {
  font-size: .8125em;
  font-style: normal;
}
.image-title strong {
  display: block;
  line-height: 1.1;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.image-container strong,
.image-container .image-title {
  display: block;
  font-size: .8125em;
  font-weight: normal;
  margin-top: 4px;
  text-align: center;
}
.image-container.target-image strong,
.image-container.target-image .image-title {
  font-weight: bold;
}
.image-container.target-image img {
  outline: 2px solid #FECC2A;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.no-csstransforms .image-container.target-image img {
  width: 100px;
  height: 100px;
}
.viewer-footer {
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  bottom: 0;
  color: #fff;
  margin: 0;
  right: 0;
  font-size: .625em;
  padding: 2px 8px;
  position: fixed;
  text-align: right;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.viewer-footer a {
  color: #fff;
  cursor: pointer;
}
.viewer-footer a span {
  display: inline-block;
  padding-right: 8px;
}
.viewer-footer a:hover {
  color: #c1e2f6;
}
/*Side Pane from N.COM viewer.css*/
#about-loading {
  padding-top: 30px;
  width: 100%;
  text-align: center;
}
#errormsg {
  background-color: #EAD17B;
  background-image: -webkit-linear-gradient(top, #fcf29f 0%, #ead17b 100%);
  background-image: linear-gradient(to bottom, #fcf29f 0%, #ead17b 100%);
  background-repeat: repeat-x;
  -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: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  position: fixed;
  text-align: center;
  top: 94px;
  -webkit-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  transform: translate(0, -200px);
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 1;
  width: 100%;
  z-index: 11;
}
@media (min-width: 992px) {
  #errormsg {
    border-radius: 0 0 8px 8px;
    left: 50%;
    max-width: 780px;
    margin: 0 auto 0 -370px;
    width: 740px;
  }
}
#errormsg > * {
  background: transparent;
  border: 0 none;
}
#errormsg.on {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.loadingImg {
  display: block;
  margin: 4px auto 0;
}
.no-csstransforms #errormsg {
  display: none;
}
.no-csstransforms #errormsg.on {
  display: block;
}
#errormsg p {
  margin: 0;
}
#errormsg a.close-link {
  color: #fff;
  font-size: 2em;
  margin-top: 4px;
  opacity: .8;
  position: absolute;
  right: 12px;
  top: -4px;
}
#errormsg a.close-link:hover {
  opacity: 1;
}
#info-pane {
  background-color: #fff;
  height: 100%;
  float: right;
  margin: 0;
  padding: 0 0 0 0;
  position: relative;
  width: 250px;
  z-index: 999;
}
#info-container {
  background: #F7F7F5;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}
#avatar-bar {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}
#avatar-bar ul {
  list-style-type: none;
}
#interested-count.open {
  background-color: transparent;
  color: #000;
  font-weight: normal;
}
#interested-count.close {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.int-desc {
  display: none;
  position: absolute;
  width: 260px;
  right: 35px;
  bottom: 20px;
  z-index: 10;
}
.int-prev {
  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);
  cursor: pointer;
  padding: 8px;
  text-align: right;
  margin-top: -15px;
}
.int-prev:before {
  border: 1px solid #fff;
  border-width: 8px 0px 8px 12px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  top: 5px;
  content: "\0020";
  display: block;
  height: 0;
  right: -10px;
  position: absolute;
  width: 0;
}
#open-bar,
#close-bar {
  background: transparent;
  border-right: 2px solid #bb2429;
  -webkit-box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  right: 250px;
  position: absolute;
  top: 0;
  width: 8px;
  z-index: 99;
}
#open-bar {
  position: relative;
  width: 8px;
  z-index: 5;
  float: right;
}
.mobileortablet #open-bar {
  display: none;
}
#viewer_container {
  /* this must be the full width of the collapse-bar */
  left: 0;
}
#open-bar.open {
  right: 0px;
}
/*#open-bar:before, 
#close-bar:before {
    background: @brand-primary;
    border: 1px solid @brand-primary;
    border-color: lighten(@brand-primary,30%) @brand-primary @brand-primary lighten(@brand-primary,30%);
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    box-shadow:-1px 0px 5px #000;
    color: #fff;
    content: "\00BB";
    display: block;
    font-size: 24px;
    font-weight: normal;
    left: -7px;
    margin-top: -21px;
    padding: 20px 2px;
    position: absolute;
    text-align: center;
    text-shadow: 0px -1px 0px darken(@brand-primary,20%);
    top: 50%;
    width: 10px;

}*/
.tablet #open-bar:before,
.tablet #close-bar:before {
  left: -21px;
  width: 24px;
}
#open-bar.open:before {
  content: "\00AB";
  left: -7px;
}
.tablet #open-bar.open:before,
.tablet #close-bar.open:before {
  left: -21px;
}
.filmstrip-open-btn {
  background: #bb2429;
  border: 1px solid #bb2429;
  border-color: #e98f92 #bb2429 #bb2429 #e98f92;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  box-shadow: -1px 0px 5px #000000;
  color: #fff;
  content: "\00BB";
  display: inline-block;
  font-weight: normal;
  padding: 2px 2px;
  text-shadow: 0px -1px 0px #3b0b0d;
}
.filmstrip-controls .nextprev .next-it,
.filmstrip-controls .nextprev .prev-it {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 186px;
  width: 88px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filmstrip-controls .nextprev .next-it:before,
.filmstrip-controls .nextprev .prev-it:before {
  font-size: 64px;
  height: 48px;
  line-height: 40px;
  margin-top: 64px;
  width: 96px;
}
.ie8 .filmstrip-controls .nextprev .next-it:before,
.ie8 .filmstrip-controls .nextprev .prev-it:before {
  display: block;
}
.filmstrip-controls .nextprev .prev-it {
  background-image: -webkit-linear-gradient(left, #000000, rgba(0, 0, 0, 0.65) 77%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.65) 77%, rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
}
.filmstrip-controls .nextprev .next-it {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65) 23%, #000000);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65) 23%, #000000);
  background-repeat: no-repeat;
}
.filmstrip-controls .filmstrip-external-controls {
  display: block;
  left: 50%;
  margin-left: -150px;
  padding: 4px 8px 4px 8px;
  position: absolute;
  top: -62px;
  color: #fff;
  width: 300px;
}
.filmstrip-controls .filmstrip-external-controls .next-it,
.filmstrip-controls .filmstrip-external-controls .prev-it {
  position: relative;
  vertical-align: top;
  z-index: 100;
}
.filmstrip-controls .filmstrip-external-controls .next-it:hover,
.filmstrip-controls .filmstrip-external-controls .prev-it:hover {
  background: rgba(255, 255, 255, 0.1);
}
.filmstrip-controls .filmstrip-external-controls .next-it:hover.disabled,
.filmstrip-controls .filmstrip-external-controls .prev-it:hover.disabled {
  opacity: .3;
  background: transparent!important;
  color: #696969 !important;
}
.filmstrip-controls .filmstrip-external-controls .next-it.disabled,
.filmstrip-controls .filmstrip-external-controls .prev-it.disabled {
  opacity: .3;
  background: transparent!important;
  color: #fff!important;
}
.filmstrip-controls .filmstrip-external-controls .next-it {
  border-left: 1px solid #6f6f6f;
  border-radius: 0 4px 4px 0;
  padding: 6px 12px 6px 4px;
}
.filmstrip-controls .filmstrip-external-controls .prev-it {
  border-right: 1px solid #6f6f6f;
  border-radius: 4px 0 0 4px;
  padding: 6px 16px 6px 0;
}
.filmstrip-controls .filmstrip-external-controls .paging {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border: 1px solid #6f6f6f;
  border-radius: 4px;
  display: inline-block;
  height: 34px;
  margin-left: 12px;
  vertical-align: top;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filmstrip-controls .filmstrip-external-controls .goto-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 3px 4px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  width: 94px;
}
.filmstrip-controls .filmstrip-external-controls .goto-page.focus {
  width: 120px;
}
.filmstrip-controls .filmstrip-external-controls .goto-page.focus .btn {
  opacity: 1;
  width: auto;
}
.filmstrip-controls .filmstrip-external-controls .goto-page .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  margin: 0;
  padding: 3px 6px;
  width: 0;
}
.filmstrip-controls .filmstrip-external-controls .goto-page .btn.hidden {
  cursor: default;
  padding: 3px 0;
}
.filmstrip-controls .filmstrip-external-controls .goto-page input[type=number] {
  width: 32px;
  background: #2d2d2d;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #2d2d2d;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.filmstrip-controls .filmstrip-external-controls .goto-page input[type=number]:hover,
.filmstrip-controls .filmstrip-external-controls .goto-page input[type=number]:focus {
  background: #fff;
  color: #2d2d2d;
}
:hover > .filmstrip-controls .filmstrip-external-controls .goto-page input[type=number] {
  border: 1px solid #6f6f6f;
}
.filmstrip-controls .icon-news.icon-film {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border: 1px solid #6f6f6f;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  padding: 4px;
  font-size: 24px;
  height: 26px;
  width: 28px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filmstrip-controls .icon-news.icon-film:hover {
  color: #fff;
}
.on .filmstrip-controls .icon-news.icon-film:before {
  content: "\00D7";
  display: block;
  font: normal 42px/0.65 Arial, Helvetica, sans-serif;
  padding: 0 2px;
  height: inherit;
  width: inherit;
}
.filmstrip-controls:hover .paging,
.filmstrip-controls:hover .icon-news.icon-film {
  background: rgba(0, 0, 0, 0.8);
}
.tablet .filmstrip-controls .filmstrip-external-controls {
  padding-top: 8px;
  padding-bottom: 8px;
  top: -37px;
}
.filmstrip_overlay_container.on .filmstrip-close-btn,
.filmstrip_overlay_container:hover .filmstrip-close-btn {
  display: block;
}
.filmstrip-controls .filmstrip-external-controls:hover .filmstrip-close-btn {
  opacity: 1;
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-out {
  opacity: 0;
  -webkit-animation: fadeOut ease-in 1;
  -moz-animation: fadeOut ease-in 1;
  animation: fadeOut ease-in 1;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-duration: .35s;
  -moz-animation-duration: .35s;
  animation-duration: .35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .35s;
  -moz-animation-duration: .35s;
  animation-duration: .35s;
}
.filmstrip_overlay_container.full-page {
  top: 0px;
  background: #3E3E3E;
}
.filmstrip_overlay_container.full-page.on.fade-in {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.filmstrip_overlay_container.full-page.off {
  display: none !important;
  animation: none;
}
.filmstrip_overlay_container.full-page.fade-out {
  overflow-y: hidden;
}
.filmstrip_overlay_container.full-page.fade-out {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.filmstrip_overlay_container.full-page {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  transition: none;
}
.filmstrip_overlay_container.full-page.on .filmstrip-sets {
  height: initial;
}
.filmstrip_overlay_container.full-page.on .filmstrip-content,
.filmstrip_overlay_container.full-page.on .edition-set {
  height: 100%;
}
.filmstrip_overlay_container.full-page.on .image-container.target-image img {
  outline: 2px solid transparent;
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.filmstrip_overlay_container.full-page.on .image-container img {
  height: 300px;
  max-height: none;
  width: 190px;
}
.pin-btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  height: 16px;
  left: 6px;
  padding: 1px;
  position: absolute;
  top: 4px;
}
.pin-btn:before {
  content: "\e40d";
}
.pin-btn:hover:before,
.pin-btn.on:before {
  content: "\e40e";
}
.pin-btn.on,
.pin-btn.on:hover {
  color: #8EC6F1;
  padding: 0;
}
.pin-btn:hover {
  padding: 1px 0 0 0;
}
body.ie9 .pin-btn {
  display: none;
}
#infopane_container {
  position: fixed;
  top: 95px;
  right: 0px;
  bottom: 0;
  z-index: 4;
}
#viewer_container {
  position: absolute;
  top: 0px;
}
/* !Sprites */
.v-sprite {
  background-image: url(/i/viewer-sprites.png);
  background-repeat: no-repeat;
}
.a-person {
  background-position: 0 0;
}
.a-date {
  background-position: 0 -20px;
}
.a-place {
  background-position: 0 -40px;
}
.a-other {
  background-position: 0 -60px;
}
#load_all {
  opacity: .5;
  position: absolute;
  right: 20px;
  top: 5px;
}
/*
    About Pane
*/
#about-title h3 {
  margin: 0;
  text-shadow: 0 1px 0 #ccc;
}
.contrib-types {
  border: 1px solid #f2f2f2;
  border-width: 1px 0;
  margin: 10px 0;
}
.contrib-types li {
  padding: 3px 0;
}
.about-title {
  border: 1px solid #1d1d1d;
  border-width: 1px 0;
  margin: 1px 0;
  padding: 3px;
  position: relative;
}
.about-title h2 {
  color: #1d1d1d;
  margin: 4px 0;
  text-shadow: 0 1px 0 #fff;
}
.about-title h2 span:first-child {
  font-size: 24px;
}
.about-title h2 span:last-child {
  font-size: 12px;
  font-weight: normal;
}
.about-add2,
#info-container .go-back,
.about-add {
  font-size: .846em;
  position: absolute;
  right: 5px;
  top: 12px;
}
.about-add {
  background: url("/i/add-btnimg.png") no-repeat scroll 1px 4px transparent;
  padding-left: 15px;
}
.go-back {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}
.go-back:before {
  display: block;
  content: "\e40c";
  font-family: 'newsicons';
  left: 0;
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
a.collapse-open img,
a.collapse-closed img {
  background-position: 0 -137px;
  width: 12px;
  height: 12px;
}
a.collapse-closed img {
  background-position: 0 -149px;
}
a.collapse-closed:hover,
a.collapse-open:hover {
  text-decoration: none;
}
.about-section {
  border-bottom: 3px solid #1d1d1d;
  padding: 0 16px 8px;
  margin: 0;
}
#report.about-section {
  margin-top: 32px;
}
.about-section h1,
.about-section h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 16px -8px 0;
}
.about-section h1 a {
  color: #bb2429;
}
.about-section h1 span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.about-section > p {
  color: #696969;
  margin: 0 -8px;
  font-size: .875em;
}
.about-section ul {
  font-size: .875em;
  list-style: none;
  margin: 0;
  padding: 0;
}
h5.sub-title {
  color: #666;
  font-size: 1em;
  font-weight: bold;
  padding: 6px 0px 0;
}
.ann-text {
  line-height: 1.3em;
}
.ann-text i {
  font-style: normal;
}
a.ann-text:hover i {
  text-decoration: underline;
}
.about-section small {
  font-size: 10px;
}
.info-list li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #efefef;
  margin: 0 -15px;
  padding: 5px 15px;
}
.info-list li:first-child {
  border-top: none;
}
.info-list li:hover {
  background: #fcfcfc;
}
.info-list li:active {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3) /*Top*/;
}
.info-list li.highlight .spot-text {
  color: #bb2429;
}
.info-list p.gray {
  font-size: 12px;
}
.info-list a {
  cursor: pointer;
}
#about-content {
  padding-bottom: 10px;
}
#about .hidden {
  display: none;
}
#about-source dt,
#correction .metadata-list dt {
  clear: both;
  color: #666;
  float: left;
  line-height: 1.2em;
  margin: 3px 10px 2px 0;
  text-align: right;
  width: 100px;
}
#about-source dd,
#correction .metadata-list dd {
  float: left;
  line-height: 1.20em;
  margin: 3px 0;
  width: 175px;
}
#about-embed dd input {
  margin: 0 0 6px;
  width: 175px;
}
#about-spotlights p {
  font-weight: normal;
  line-height: 1.23em;
  margin: 0 0 3px 0;
}
#about-spotlights p.attribution {
  margin: 5px 0;
}
.clip-spot {
  cursor: pointer;
  position: relative;
}
.highlight .clip-spot > a {
  color: #bb2429;
  font-weight: bold;
}
.clip-text {
  max-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tablet #about-spotlights .clip-text {
  display: block;
  margin-left: 0;
}
a.see-clip {
  color: #ccc;
  font-size: 11px;
  position: absolute;
  left: 4px;
  bottom: -2px;
}
.clip-spot:hover .see-clip {
  color: #999;
}
.spot-text {
  color: #1d1d1d;
  display: block;
  font-size: 12px;
  font-weight: bold;
  min-height: 14px;
  padding: 4px 4px 12px 0;
  text-overflow: ellipsis;
}
.tablet .spot-text {
  font-size: 1em;
}
.spot-text:hover {
  text-decoration: none;
}
.clip-spot:hover > a:not(.see-clip):after {
  color: #999;
  content: "\2329";
  font-size: 18px;
  font-style: normal;
  position: absolute;
  left: -21px;
  margin-top: -0.75em;
  top: 50%;
}
.attribution {
  color: #666;
  line-height: 1.3;
  position: relative;
}
.attribution a {
  display: block;
  float: right;
  width: 52px;
}
.tablet .attribution a {
  width: 88px;
}
.tablet .attribution a b {
  width: 88px;
}
.attribution .avatar {
  border: 1px solid #ccc;
  display: block;
  margin: 2px auto 0;
  max-width: 32px;
  height: auto;
  vertical-align: middle;
}
.attribution b {
  display: block;
  text-transform: capitalize;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50px;
}
.clip-spot .attribution b {
  font-size: .75em;
  font-weight: normal;
}
#report-content .preview {
  background-color: #DDD;
  margin: 0 10px 10px 0;
  padding: 20px;
}
#report-content .preview img {
  border: 1px solid #ccc;
  padding: 0;
  -moz-box-shadow: 1px 1px 5px #888;
  -webkit-box-shadow: 1px 1px 5px #888;
}
#report-content .preview.relation .relation-title {
  margin-top: 10px;
}
#report-form,
#correction-form {
  margin: 12px -5px 30px;
}
#report-form legend {
  font-weight: bold;
  font-size: 16px;
}
#report-controls {
  margin: 5px 0;
}
.annotation-text {
  margin-left: 10px;
}
.ann-content li {
  color: #777;
  line-height: 1.3;
  margin: 8px 0;
  text-indent: -0.5em;
}
.preview.document {
  text-align: center;
}
.preview.document img {
  padding: 20px;
}
#about-source span.highlight,
#comment-list span.highlight,
#about-annotations span.highlight,
#spotlight-list span.highlight {
  background-color: #FFF700;
  border: 1px solid #CCC500;
  -moz-box-shadow: 2px 2px 3px #888;
  -webkit-box-shadow: 2px 2px 3px #888;
  box-shadow: 2px 2px 3px #888;
  padding: 2px;
}
.counts {
  background-color: #fcb924;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff0bd), to(#fcb924), color-stop(50%, #fcb924));
  background-image: -moz-linear-gradient(top, #fff0bd, #fcb924 60%);
  border: 1px solid #ba840d;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #222;
  font-size: 10px;
  -moz-box-shadow: 0px 1px 3px #222;
  -webkit-box-shadow: 0px 1px 3px #222;
  text-shadow: 0 1px 0 #ba840d;
  padding: 1px 2px;
}
.v-remove {
  background: url(/i/viewer-sprites.png) no-repeat -28px -80px;
  display: -moz-inline-box;
  display: inline-block;
  height: 13px;
  opacity: .4;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  overflow: hidden;
  text-indent: -1000em;
  vertical-align: middle;
  width: 15px;
}
.v-remove:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#correction ol {
  list-style-type: decimal;
  list-style-position: inside;
}
#correction .metadata-list dt {
  clear: none;
}
#correction .metadata-list dd {
  width: 150px;
}
li.correction-metadata input {
  clear: both;
  float: left;
}
li.correction-metadata textarea {
  font-size: 12px;
  margin: 5px 0 10px 10px;
  height: 60px;
  width: 265px;
}
li.correction-metadata {
  background-color: #F2F2F2;
  margin-top: 2px;
}
li.correction-metadata.selected {
  background-color: #FCF397;
}
#correction .controls,
#correction .form-saving,
#correction .form-failed,
#correction .form-failed-retry {
  margin-top: 10px;
}
.info-footer {
  bottom: 0;
  color: #fff;
  height: 44px;
  margin: 0;
  width: 100%;
  z-index: 10;
}
#report-problem {
  border-top: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 20px 0 0;
  padding: 12px 8px 20px;
  width: 100%;
}
#report-problem:hover {
  color: #777;
}
#report-problem,
#remove-report,
#print-btn {
  color: #999;
  font-weight: normal;
  font-size: 0.8125em;
}
/* Mobile/Ipad Viewer specific styles */
.mobile .filmstrip_overlay_container {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile .filmstrip-open-bar {
  display: none;
}
.mobile .image-zooms .mobile-toolbar a {
  line-height: 1.4;
  margin: 4px;
  padding-left: 8px;
  padding-right: 8px;
}
.filmstrip {
  font-size: 1.5em;
}
.brightness,
.info {
  padding-top: 2px;
}
.close_sm {
  background: url(/i/closeBtn-sm.png) no-repeat 0 -47px;
  _background: url(/i/closeBtn-sm.gif) no-repeat 0 -47px;
  height: 15px;
  margin: 2px;
  width: 15px;
  background-position: 0 -32px;
  float: right;
}
/* !Media queries for responsive design
--------------------------------------------- */
@media screen and (max-width: 1352px) {
  #navbar_content ul li a b {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 342px;
  }
}
@media screen and (max-width: 1252px) {
  /* Browse Height Queries*/
  #navbar_content ul li a b {
    max-width: 400px;
  }
  #toolbar li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    margin-right: 0;
    padding-right: 0;
    padding-left: 32px;
    width: 0;
  }
  #toolbar li a::before {
    font-size: 1.125em;
    /* left: 8px; */
    margin: 0;
  }
}
/* !--- iPad Landscape --- */
@media screen and (max-width: 1024px) {
  #menu_toggle {
    display: block;
  }
  #navbar_content ul li a b {
    max-width: 400px;
  }
  #navbar {
    min-width: 200px;
  }
  .image-zooms.mob {
    top: 0!important;
  }
  #ashare {
    min-width: 36px;
    padding: 5px 5px 5px 8px;
  }
}
@media screen and (max-height: 690px) {
  #bc_containers {
    height: 325px;
  }
  .browse-container {
    height: 325px;
  }
  .browse-container .content {
    height: 175px;
  }
  .panel_prev,
  .panel_next {
    margin-top: 100px;
  }
  #bc_previous,
  #bc_next {
    height: 300px;
  }
  #browse_content {
    min-height: 300px;
  }
  .action-container .info-text {
    margin-top: 40px;
  }
}
@media screen and (min-height: 790px) {
  .filmstrip_overlay_container.full-page.on .image-container img {
    height: 700px;
    width: 443px;
  }
}
@media screen and (min-height: 640px) and (max-height: 789px) {
  .filmstrip_overlay_container.full-page.on .image-container img {
    height: 550px;
    width: 348px;
  }
}
@media screen and (min-height: 460px) and (max-height: 639px) {
  .filmstrip_overlay_container.full-page.on .image-container img {
    height: 300px;
    width: 190px;
  }
}
@media screen and (min-height: 320px) and (max-height: 459px) {
  .filmstrip_overlay_container.full-page.on .image-container img {
    height: 210px;
    width: 132px;
  }
}
@media only screen and (min-height: 320px) and (max-height: 320px) {
  .filmstrip_overlay_container.full-page.on .image-container img {
    height: 124px;
    width: 80px;
  }
}
/* iPad Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #menu_toggle {
    display: block;
  }
  #navbar_content ul li a b {
    max-width: 324px;
  }
  .mobileortablet #navbar_content ul li a b {
    max-width: 234px;
  }
  #toolbar li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    max-width: 16px;
    margin-right: 0;
  }
  #browse {
    width: 748px;
    z-index: 101;
  }
  #browse .browse-wrapper {
    width: 741px;
  }
  #browse .browse-wrapper a.closebtn {
    color: white;
    padding-right: 20px;
  }
  #browse-content {
    width: 713px;
  }
}
@media only screen and (max-width: 768px) {
  #menu_toggle {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .find_content {
    width: auto;
  }
  #menu_toggle {
    display: block;
  }
  #navbar_content ul li a b {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
  }
  #toolbar li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    max-width: 12px;
    padding-left: 54px;
  }
  #toolbar li a::before {
    left: 16px;
  }
  #page_nav {
    display: none!important;
  }
  .viewer-footer {
    z-index: 0;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #navbar_nodes {
    display: none;
  }
  #menu_toggle {
    display: block;
  }
  .nextprev {
    width: 50px;
  }
  #archived_img {
    font-size: .875em;
  }
}
@media only screen and (max-width: 380px) {
  #archived_img {
    font-size: .8em;
  }
}
@media only screen and (max-width: 350px) {
  #archived_img {
    font-size: .72em;
  }
}
.kb-list {
  margin: 0;
  padding: 0;
}
.kb-list li {
  line-height: 2em;
}
.key {
  background: #fff;
  font-weight: bold;
  padding: 4px 8px;
  font-size: .8125em;
  margin: 0 2px;
  border-radius: 4px;
  color: #1d1d1d;
  border-bottom: 2px solid #999999;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  text-transform: uppercase;
}
.key.cmd:before {
  content: "Ctrl";
}
.mac .key.cmd:before {
  content: "\2318";
}
.key .icon-arrow {
  display: inline-block;
}
.key .icon-arrow:after {
  display: none;
}
.key .arrow-left {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.key .arrow-right {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
