/* reset */
html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
ol,
ul,
li,
img,
a,
table,
td,
blockquote,
figure,
figcaption,
audio,
header,
nav,
main,
footer,
article,
input,
textarea,
select,
span,
form {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  box-sizing: border-box;
}
#skipnav {
  display: none;
}
body {
  background: url(../images/background.png);
  height: 100%;
}
/* header */
header {
  height: 11rem;
}
header .header-site {
  background-color: #1a96b2;
  position: relative;
  height: 7rem;
  padding: 0.5rem 1rem;
}
header .header-site img {
  position: absolute;
}
header .header-site img.logo {
  top: 1rem;
  left: 2rem;
  height: calc(7rem - 2rem);
}
header .header-site img.logo-exhibits {
  top: 2.5rem;
  right: 4rem;
  height: calc(7rem - 5rem);
}
header .header-exhibit {
  background-color: #f0edda;
  position: relative;
  height: 4rem;
  box-shadow: 0 1px 2px #888;
  width: 100%;
}
header .header-exhibit img {
  position: absolute;
  top: 0.75rem;
  left: 1.5rem;
  height: calc(4rem - 1.5rem);
}
header .header-exhibit ul {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  background-color: #f0edda;
}
header .header-exhibit ul li {
  display: inline-block;
  vertical-align: top;
}
header .header-exhibit ul li:nth-child(3n-2) {
  background-color: #bd8519;
}
header .header-exhibit ul li:nth-child(3n-1) {
  background-color: #cba179;
}
header .header-exhibit ul li:nth-child(3n) {
  background-color: #d3cfab;
}
header .header-exhibit ul li a {
  color: #000;
  display: inline-block;
  width: 9rem;
  height: 4rem;
  padding: calc((4rem - 2.2rem) / 2) 1rem;
  font-size: 0.9rem;
  line-height: 1.1rem;
  text-decoration: none;
}
header .header-exhibit ul li a:hover {
  text-decoration: underline;
}
header .header-exhibit ul li ul {
  display: none;
}
body.scrollHeader .header-exhibit {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
/* page contents */
article .paper {
  margin: 0 auto;
  width: 60rem;
  max-width: 100%;
  position: relative;
  padding: 2rem;
  min-height: calc(100vh - 17rem);
  background-color: #fff;
  overflow: auto;
}
article h1 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  color: #a37215;
  border-bottom: solid 1px #888;
}
article h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
article h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
article h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
article p {
  margin-bottom: 1rem;
}
article a {
  color: #1880b8;
  text-decoration: none;
  font-weight: 500;
}
article a:hover {
  text-decoration: underline;
}
article ul,
article ol {
  margin-left: 2rem;
  margin-bottom: 1rem;
}
article ul li,
article ol li {
  margin-bottom: 0.5rem;
}
body.admin-bar article .paper {
  min-height: calc(100vh - 19.5rem);
}
/* exhibit pages */
#exhibit-pages {
  display: none;
}
.exhibit-page .cases {
  position: relative;
}
.exhibit-page .cases .case-menu {
  float: left;
  width: 14rem;
}
.exhibit-page .cases .case-menu img {
  width: 224px;
}
.exhibit-page .cases .case-menu h4 {
  padding: 0.5rem;
  margin: 0;
  text-align: center;
}
.exhibit-page .cases .case-menu .case-list {
  background-color: #e0dfc6;
  margin-bottom: 1rem;
}
.exhibit-page .cases .case-menu .case-list ul {
  list-style: none;
  margin: 0;
}
.exhibit-page .cases .case-menu .case-list ul li {
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #1880b8;
  font-weight: bold;
  margin: 0 0.5rem;
  padding: 1rem 0 0.5rem 0;
  border-bottom: solid 1px #b2b298;
  overflow: auto;
}
.exhibit-page .cases .case-menu .case-list ul li:first-child {
  padding-left: calc(50% - 0.5rem);
  padding-top: 0.5rem;
}
.exhibit-page .cases .case-menu .case-list ul li:last-child {
  border-bottom: none;
}
.exhibit-page .cases .case-menu .case-list ul li:hover {
  text-decoration: underline;
}
.exhibit-page .cases .case-menu .case-list ul li img {
  float: left;
  width: calc(50% - 0.5rem);
  margin: -0.5rem 0.5rem 0 0;
}
.exhibit-page .cases .case-contents {
  float: right;
  width: calc(100% - 16rem);
  padding-top: 1rem;
}
.exhibit-page .exhibit-blocks {
  overflow: auto;
}
.exhibit-page .layout-gallery .gallery-showcase,
.exhibit-page .layout-gallery .gallery.with-showcase,
.exhibit-page .layout-gallery .gallery.left,
.exhibit-page .layout-gallery .gallery.right {
  width: 99%;
}
.exhibit-page .layout-gallery .gallery-showcase .exhibit-item,
.exhibit-page .layout-gallery .gallery.with-showcase .exhibit-item,
.exhibit-page .layout-gallery .gallery.left .exhibit-item,
.exhibit-page .layout-gallery .gallery.right .exhibit-item,
.exhibit-page .layout-gallery .gallery-showcase .exhibit-item:nth-of-type(2n),
.exhibit-page .layout-gallery .gallery.with-showcase .exhibit-item:nth-of-type(2n),
.exhibit-page .layout-gallery .gallery.left .exhibit-item:nth-of-type(2n),
.exhibit-page .layout-gallery .gallery.right .exhibit-item:nth-of-type(2n) {
  width: calc(25% - 0.5rem);
  margin-right: 0.5rem;
}
.exhibit-page .layout-gallery .gallery-showcase img,
.exhibit-page .layout-gallery .gallery.with-showcase img,
.exhibit-page .layout-gallery .gallery.left img,
.exhibit-page .layout-gallery .gallery.right img {
  border: solid 1px #ddd;
}
.exhibit-page .layout-gallery .exhibit-item-caption p {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #1880b8;
}
.exhibit-page h2 span {
  font-size: 1.2rem;
  font-weight: 600;
}
body.scrollCases .case-menu {
  position: fixed;
  top: 5rem;
  z-index: 21;
}
.exhibit-item {
  margin-bottom: 2rem;
}
.exhibit-item h1 {
  margin-bottom: 0;
  float: left;
}
.exhibit-item #itemfiles {
  margin-bottom: 2rem;
}
.exhibit-item #item-tags {
  margin-bottom: 1rem;
}
.exhibit-item .element-set {
  margin: 0 0 1rem 0;
}
.exhibit-item .element-set h2 {
  display: none;
}
.exhibit-item .element-set h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.exhibit-item .element-set .element-text {
  margin-bottom: 1rem;
}
.exhibit-item .audio-mpeg {
  clear: both;
  padding-top: 2rem;
}
.exhibit-item .audio-mpeg .mejs-time {
  padding: 8px 0;
}
.exhibit-item .cbst-item-nav {
  list-style: none;
  border-bottom: solid 1px #888;
  text-align: right;
  margin: 0 0 2rem 0;
  padding-top: 0.25rem;
}
.exhibit-item .cbst-item-nav li {
  display: inline-block;
}
.exhibit-item .cbst-item-nav li + li {
  margin-left: 1rem;
}
/* cover page */
body.summary #content .paper {
  background: #888 url(../images/press-conference.jpg);
  background-size: cover;
  background-position: right;
  padding: 0;
}
body.summary #content .paper h1 {
  display: none;
}
body.summary #content .paper .exhibit-description {
  background-color: rgba(240, 237, 218, 0.8);
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 10%;
}
body.summary #content .paper .exhibit-description a {
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
body.summary #content .paper .exhibit-description a:hover {
  text-decoration: underline;
}
/* misc page items */
.photo-introduction {
  float: right;
  width: 50%;
  margin: 0 0 1rem 2rem;
}
.gallery-map {
  float: right;
  margin: 0 0 1rem 2rem;
}
.continue-link {
  border-top: solid 1px #888;
  padding-top: 0.5rem;
  margin-top: 2rem;
}
.credits-image {
  float: right;
  width: 33%;
  margin: 0 0 1rem 2rem;
}
/* footer */
footer {
  position: relative;
  background-color: #1a96b2;
  height: 6rem;
}
footer ul {
  list-style: none;
  position: absolute;
  top: 2.25rem;
  left: 1rem;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  font-size: 0.9rem;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer img {
  position: absolute;
  top: 1rem;
  right: 2rem;
  height: 4rem;
}
