@import url(http://fonts.googleapis.com/css?family=Rokkitt:400,700);
/* == Reset == */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*--------------------------*/
/*                          */
/* Widescreen Style */
/*                          */
/*--------------------------*/

html {
    font-size: 62.5%;
    min-height: 100%;
}

body {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 75px;
}

#wrapper {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 100px;
    background-color: rgba(0, 0, 0, .72);

}

#body {
    padding: 0 15px 40px;
    max-width: 100%;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.summary #body {
    padding-bottom: 0;
}

#content {
    background-color: #fff;
    color: #000;
    padding: 35px 40px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    position: relative;
    width: 1000px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.exhibits #content {
    background-color: transparent; 
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin: 0;
    padding: 0;
    border: 0;
    letter-spacing: .03em;
    margin-bottom: .9em;
}

h1, h2 {
    text-transform: uppercase;
}

h2 {
    margin-top: 1.5em;
}

h3 {
    margin-top: 1.3em;
}

p, blockquote, ul, ol, h4, h5, h6, h1 + h2, .column h2:first-child, .column h3:first-child, 
h2 + h3, h3:first-child, table, audio, embed, track, video {
    margin-top: 1em; 
}

#content li {
    margin-top: .5em;
    line-height: 150%;
}

p:first-child, blockquote:first-child, #content ul:first-child, #content ol:first-child,
table:first-child {
    margin-top: 0;
}

h1, h2, h3 {
   line-height: 120%;
}

h4, h5, h6, p, blockquote, q, div.element {
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
    line-height: 150%;
}

blockquote{
    font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    font-size: 1.3em;
    position: relative;
    padding: 0 80px 0 90px;
    padding: 0 8rem 0 9rem;
    margin: 6px auto 20px;
    margin: .6rem auto 2rem;
}

q {
   font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
}

blockquote:before, q:before, blockquote:after, q:after {
   font-family: Garamond, Georgia, Times, "Times New Roman", serif;
   font-weight: normal;
}

blockquote:before, q:before {
   content: '\201C';
}

blockquote:after, q:after {
   content: '\201D';
}

q:before, q:after {
   font-size: 1.8em;
   vertical-align: bottom;
}

blockquote:before, blockquote:after {
   font-size: 8em;
   position: absolute;
   z-index: 0;
}

blockquote:before {
   content: '\201C';
   top: 40px;
   top: 4rem;
   left: 0;
}
blockquote:after {
   bottom: -30px;
   bottom: -3rem;
   right: 0;
}

img {
    max-width: 100%;
}

ul, ol {
    display: block;
    margin-left: 10px;
    padding-left: 20px;
    margin-left: 1rem;
    padding-left: 2.0rem;
}

@font-face {
    font-family: "CourierBoldWeight";
    src: local('Courier');
    font-weight: bold;
}

@font-face {
    font-family: "CourierNewBoldWeight";
    src: local('Courier New');
    font-weight: bold;
}

@media screen and (max-width: 1040px) {
    #content {
        margin: 0;
    }
}
@media screen and (max-width: 930px) {
    #content {
        padding: 35px 35px;
    }
}

/*--------------------------*/
/* Header */
/*--------------------------*/

header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px;
    text-align: left;
    display: table;
    width: 100%;
    max-width: 100%;
    background-position: center center;
    background-color: #000;
    margin: 0;
    height: 75px;
}

#site-title {
    text-transform: none;
}

#site-title.exhibit {
    text-transform: none;
    font-size: 1.05em;
    margin: -10px 0 5px;
}

.exhibits header nav {
    margin-bottom: -5px;
}

header h1 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

header nav h1 {
    display: block;
    margin-right: 10px;
    line-height: 130%
}

header h1 a, header h2 a {
    text-decoration: none;
}

header h2 {
    vertical-align: middle;
    display: inline-block;
    text-transform: none;
    margin: 0 5px;
    font-size: 1.28em;
    line-height: 1.6em;
}

header h2:before {
    content: '\2022';
    margin-right: 10px;
}

header h2:first-of-type {
    margin: 0;
}

header h2:first-of-type:before {
    margin: 0;
    content: '';
}

/* Search */

input[type=text], input[type=password], textarea,
input[type=submit], button, .button {
    border: 0;
    padding: 0.46875em 8px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
}

input[type=text], input[type=password], textarea {
    max-width: 100%;
}

input[type=radio] {
    margin-right: 5px;
}

label {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    display: inline;
}

select {
    width: 100%;
    margin-top: 0 0 1.5em;
    margin-bottom: 1.5em;
}

input[type=submit], button, .button {
    cursor: pointer;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

#search-wrap {
    display: inline-block;
    float: right;
    width: 300px;
    margin-left: 30px;
    position: relative;
}

#search-form input[type=text], #search-form input[type=submit], #search-form button {
    height: 35px;
}

#search-form input[type=text] {
    background-color: #000;
    color: #fff;
    border: 1px solid silver;
}

#search-container {
    padding: 0 16px 1.5em;
}

#search-form {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    text-align: center;
    position: relative;
    overflow: visible;
}

#search-form input[type=text], #search-form input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
#search-form input[type=text] {
    width: 80% !important;
    font-size: 0.875em;
    line-height: 1.5em;
    float: left;
}
#search-form button {
    width: 20%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 80%;
    font-size: .8em;
    text-transform: uppercase;
    background-color: silver;
}

/* Screen sizes */

@media screen and (max-width: 1200px) {
    header nav {
        font-size: 90%;
    }
    #site-title {
        max-width: 60%;
    }
}

@media screen and (max-width: 930px) {
    header {
        text-align: right;
        font-size: 90%
    }
    header nav {
        font-size: 100%;
        margin: 50px auto 0;
        text-align: left;
    }
    #site-title {
        display: block;
        max-width: 100%;
        margin-bottom: 5px;
    }
    #search-wrap {
        float: none;
        margin-left: 0;
    }
    header h2:first-of-type:before {
        content: '\2022';
        margin-right: 10px;
        margin-left: 5px;
    }
}

@media screen and (max-width: 415px) {
    #site-title {
        width: 200px;
        float: right;
    }
}

/*--------------------------*/
/* Navigation */
/*--------------------------*/

/* Exhibit Summary Page */

.summary #wrapper {
    overflow: hidden;
}

.summary #exhibit-title {
    display: none;
}

.summary #content {
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-track-color: transparent;
    scrollbar-base-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
}

.summary #content::-webkit-scrollbar {
    background-color: transparent;
    cursor: pointer;
}

.summary #content::-webkit-scrollbar-track {
    border: 1px solid silver;
    margin: 0 2px;
}

.summary #content::-webkit-scrollbar-button:start:decrement,
.summary #content::-webkit-scrollbar-button:end:increment {
    display: block;
}
.summary #content::-webkit-scrollbar-button:start:decrement{
    border-right: 12px solid silver;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.summary #content::-webkit-scrollbar-button:end:increment{
    border-left: 12px solid silver;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.summary-content h1 {
    font-size: 3em;
    margin-bottom: .2em;
}

.summary-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 450px;
    float: left;
    padding: 0 30px;
}

.exhibit-description {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    background-color: #000;
    color: #fff;
}

/* Film-strip */

#film-strip {
    margin-bottom: 15px;
    text-align: left;
    white-space: nowrap;
}

.film-strip-item {
    position: relative;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #fff;
    margin: 0 20px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

.film-strip-item.text, .film-strip-item.wide {
    max-width: 365px;
}

.film-strip-item.tall {
    max-width: 265px
}

.film-strip-item.square {
    max-width: 315px
}

.film-strip-item.child {
    margin-bottom: 50px;
}

.film-strip-item h2 {
    padding:10px 20px;
    margin: 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space:normal;
}

.film-strip-item .film-strip-body {
    text-align: center;
    background-color: #fff;
    padding: 10px;
}

.film-strip-item.text .film-strip-body {
    height: 100%;
    width: 100%;
    color: #000;
    white-space: normal;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    padding: 15px;
    background-color: #fff;
    text-align: left;
}

.film-strip-item:hover .film-strip-body {
    opacity: .8;
}

.film-strip-body p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 8px;
}

#film-strip img {
    max-width: 100%;
}

.child-title {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    border-bottom: 1px solid;
}

@media screen and (max-width: 930px) {
    body {
        background-size: 1px;
        background-repeat: no-repeat;
        background-color: #000
    }
    #body {
        padding: 0;
        margin-top:0; 
    }
    .exhibits #body {
        margin-top: 50px;
    }
    #content ul#breadcrumb {
        padding-left: 20px
    }
    #background {
        height: 450px;
        background-size: cover;
        background-position: top center;
    }
    #wrapper {
        background-color: rgba(0,0,0,.3)
    }
    #film-strip {
        white-space: normal;
        text-align: center;
    }
    .film-strip-item {
        margin: 20px;
        box-shadow: none;
    }
    .film-strip-item.text {
        text-align: left;
        max-width: 100%;
        margin: 0
    }
    .summary #content, .summary-content {
        width: 100%;
        padding-bottom: 0;
    }
    .summary-content {
        padding: 0 15px;
    }
    .exhibit-description {
        padding: 0;
        margin-bottom: 30px
    }
}

.exhibits.show #body, .exhibit.items #body {
    margin-top: 0;
}

#breadcrumb, #content ul#breadcrumb {
    display: block;
    color: #fff;
    margin: 13px auto;
    margin 1.3rem auto;
}

#breadcrumb {
    padding-left: 15px;
    padding-left: 1.5rem;
}

#content ul#breadcrumb {
    padding-left: 0;
}

#breadcrumb li {
    display: inline;
}

#breadcrumb li:first-child {
    text-indent: -1.5rem;
}

#breadcrumb li:after {
    margin: 0 10px;
    margin: 0 1rem;
    font-family: 'FontAwesome';
    content: '\f105';
}

#breadcrumb li.current-page:after {
    margin: 0;
    content: "";
}

#exhibit-pages {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
    position: absolute;
    right: 30px;
    top: 30px;
}

#exhibit-pages ul {
    list-style-type: none;
}

#exhibit-pages ul li ul {
    padding-left: 5px;
    margin-bottom: 16px;
    margin-top: 14px;
    padding-left: .5rem;
    margin-bottom: 1.6rem;
    margin-top: 1.4rem;
    font-size: 93%;
}

#exhibit-nav-bottom {
    clear: both;
    margin: 1em 0;
    padding: 20px 0 0;
    padding: 2rem 0 0;
}

.exhibit-page-navigation {
    width: 100%;
    line-height: 1.2;
}

.exhibit-page-navigation div {
    width: 33%;
}

.exhibit-page-navigation a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.exhibit-nav-prev {
    float: left;
    text-align: left;
}

.exhibit-nav-next {
    float: right;
    text-align: right;
}

.exhibit-nav-prev a:before, .exhibit-nav-next a:after {
    display: inline-block;
    vertical-align: middle;
    font-family: 'FontAwesome';
    font-size: 1.5em;
    margin: -2px 5px 0;
}

.exhibit-nav-prev a:before {
    content: "\f100";
}

.exhibit-nav-next a:after {
    content: "\f101";
}

.exhibit-credits {
    clear: both;
    margin-top: 2em;
}

@media screen and (max-width: 1040px) {
    #exhibit-pages {
        right: 15px;
    }
}

@media screen and (max-width: 850px){
    #exhibit-pages {
        position: relative;
        top: auto;
        right: auto;
        clear: both;
        margin-top: 20px;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 715px) {
    #breadcrumb {
        font-size: 90%
    }
}

/*--------------------------*/
/* Content */
/*--------------------------*/

h2.page-title {
    padding:10px 20px;
    margin: 0;
}

.page-content {
    background-color: #fff;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#maincontent {
    position: relative;
}

#item-frame {
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0; left:0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}

#item-frame #framed {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background-color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------------------------*/
/* Footer */
/*--------------------------*/

footer {
    padding: 15px;
    position: absolute;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    max-height: 100px;
    width: 100%;
    background-color: #000; 
}

footer > * {
    display: inline-block;
    vertical-align: top;
}

footer img {
    max-height: 70px;
}

footer .social {
    float: right;
}

footer .social img {
    height: 50px;
    margin-top: 10px;
}

#acsc {
    display: inline;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
}

#acsc:link, #acsc ~ a:link {
    text-decoration: none;
}

#acsc:hover span, #acsc ~ a:hover{
    text-decoration: underline;
}

#acsc img, #acsc span {
    display: inline-block;
    vertical-align: middle
}

#acsc img {
    height: 70px;
    margin-right: 5px;
}

@media screen and (max-width: 605px) {
    footer {
        height: auto;
        max-height: auto;
        text-align: center;
    }
    footer > * {
        display: block;
    }
    footer .social {
        float: none;
        text-align: center;
    }
}

/*--------------------------*/
/* Items */
/*--------------------------*/

.item {
    clear: both;
    padding: 2em;
}

#featured-collection .item, .item-description {
    max-width: 650px;
}

.item *:first-child {
    margin-top: 0;
    text-transform: none;
}

.item-img {
    float: left;
    margin-right: 10px;
    width: 100px;
}

.item:after {
    content:'';
    display: block;
    clear: both;
}

.items-nav ul, #item-filters ul, .pagination-nav ul, #sort-links ul {
    list-style-type: none;
}

.items-nav ul li, #item-filters ul li, .pagination-nav ul li, #sort-links * {
    display: inline-block;
    margin-right: 8px
}

.items-nav ul li a:before, #item-filters ul li a:before {
    display: inline-block;
    text-decoration: none;
    margin-right: 3px;
    content: '\232A';
}

#sort-links-list li a {
    text-decoration: none;
}

#sort-links-list li a:after {
}

li.sorting {
    font-weight: bold;
}

#sort-links-list li.sorting.desc a:after {
    content: '\2B06';
}

#sort-links-list li.sorting.asc a:after {
    content: '\2B07';
}

.pagination_previous a:before {
    content: '\2329';
    display: inline-block;
    text-decoration: none;
    margin-right: 3px;
}

.pagination_next a:after {
    content: '\232A';
    display: inline-block;
    text-decoration: none;
    margin-left: 3px;
}

.pagination-nav {
    float: right;
}

.pagination-nav input[type='text'] {
    width: 3em;
    border: 1px solid #ccc;
    font-size: 12px;
}

#docsviewer_viewer iframe {
    width: 100% !important;
    max-width: 100% !important;
}

#docsviewer_viewer h2 {
    display: none;
}

#outputs {
    margin-top: 40px
}

.layout-file-text:after {
    content: "";
    display: block;
    clear:both;
}

@media screen and (max-width: 720px){

    .item-left, .item-left .item, .item-right .item, .text-right, .exhibit-text, .exhibit-item {
        float: none;
        margin: 0;
        width: 100%;
    }
    .exhibit-item {
        text-align: center;
        margin: 0 auto 20px;
        margin: 0 auto 2rem;
    }

}

/* Print */

@media print {

    #admin-bar {
        display: none;
    }

    .print {
        display: inline;
    }
    
    .screen {
        display: none;
    }

    #search-wrap {
        display: none;
    }
}