/* ===[ GENERAL MARKUP RULES ]=== */

body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #333;
    font-size: .85em;
    margin: 0;
    padding: 0;
    max-width: none;
}

h2 {
    padding: 0;
}

h4 {
    margin-bottom: 0;
    padding-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

input[type="text"], select {
    vertical-align: 0
}

label {
    display: inline-block;
    margin-right: .2em;
}

.text-danger {
    color: #c45414
}

dd {
    float: left;
    width: 54%;
    margin: 0.3em 0;
    padding-left: 1%;
}

dt {
    float: left;
    width: 45%;
    margin: .2em 0;
    font-weight: bold;
}

.clear {
    clear: both
}

/* ===[ NAVBAR ]=== */

.navbar {
    font-size: 13px
}

/* ===[ HEADER ]=== */

#RAheaderMenu {
    background: url("images/RAheader.gif") repeat-x right top;
    background-color: #fff;
}

#header {
    margin-left: 2%;
    font-family: 'Questrial', sans;
    -webkit-text-stroke: 1px;
    width: 70%;
    float: left;
}

#header img {
    position: absolute;
    top: 1em;
}

#header a, #header a:hover {
    text-decoration: none
}

#header h1 {
    font-size: 3em;
    margin: 0;
    text-decoration: none;
    color: #000000;
    font-family: 'Questrial', sans;
    margin-top: .4em;
    margin-left: 3.5em;
}

#header h1:hover {
    text-shadow: 0 0 5px #c45414
}

.tagline {
    font-size: 1.4em;
    color: #444;
    margin-left: 7em;
    margin-bottom: 1.7em;
}

/* ===[ FOOTER ]=== */

.footer {
    margin-left: 1%;
    text-align: center;
    float: left;
    margin-bottom: .5em;
    margin-top: .5em;
    font-size: .8em;
    border-top: none;
    padding: 0;
}

.fixedFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1.7em;
}

.footer p {
    margin: 0
}

.footer a {
    color: #c45414;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline
}

/* ===[ FORMS ]=== */

form {
    display: inline
}

div.searchPage {
    margin-left: 1%;
    width: 98%;
}

div.form {
    width: 98%;
    margin: 1%;
    text-align: center;
}

/* ===[ RESULTS PAGES ]=== */

.componentInfo {
    box-shadow: 0px 0px 10px #666
}

.docHit:hover {
    box-shadow: 0px 0px 5px #666
}

div.resultsHeader {
    width: 98%;
    min-height: 3.5em;
    float: left;
    border-right: 1px solid #666;
    border-left: 1px solid #666;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #ddd;
    margin: 0 1%;
    padding: 1em 0;
    border-radius: 5px 5px 0 0;
}

.resultsHeader h2 {
    text-align: center;
    margin: 0 0 .5em 0;
}

.resultsHeader .actions {
    text-align: center;
    width: 90%;
    float: left;
    margin-left: 5%;
}

.resultsHeader .actions .btn {
    margin-bottom: 1em
}

.resultsHeader #searchTop {
    height: 0
}

.resultsHeader #searchbox {
    top: 12.5em;
    left: 5%;
    width: 90%;
}

.resultsHeader input, .resultsHeader select {
    font-size: 1em
}

.resultsHeader input[type="submit"].searchbox {
    border: 1px outset #eee;
    background-color: rgb(253, 253, 253);
}

.resultsHeader #browse ul {
    margin: 0
}

.resultsHeader #browse li {
    font-size: 1em;
    padding: .2em;
}

.resultsHeader #browse h3 {
    margin: 0;
    font-size: 1.4em;
    font-weight: normal;
    padding: .2em;
    float: left;
}

.resultsHeader #browse {
    min-height: 0;
    position: absolute;
    top: 11em;
    right: 22em;
    width: 10em;
}

.resultsHeader #browse .dropdownButton {
    border-radius: 5px;
    border: 1px solid #999;
    background: #ddd;
    float: right;
    text-align: center;
    width: 10em;
}

.resultsHeader #browse .dropdownButton:after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #666666;
    content: " ";
    float: right;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: .6em;
}

.resultsHeader #browse .dropdownContent {
    background: #fff;
    display: none;
    box-shadow: 0px 3px 3px #666;
    width: 10em;
    text-align: left;
    float: left;
    border: 1px solid #666;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-left: -2px;
    margin-top: -2px;
}

.resultsHeader #browse .on:after {
    width: 0;
    height: 0;
    border-top: 8px solid #666666;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: " ";
    float: right;
    margin-left: .8em;
    margin-right: .8em;
    margin-top: .9em;
}

.resultsHeader #browse .over {
    box-shadow: 0px 0px 3px #c45414;
    color: #c45414;
    cursor: pointer;
}

.resultsHeader #searchtip {
    top: 12.5em;
    width: 23%;
    font-size: 1em;
}

div.results {
    margin: 0 1%;
    background-color: #fff;
    width: 98%;
    border: 1px solid #666;
    border-top: 0;
    float: left;
    border-radius: 0 0 5px 5px;
    padding-top: .5em;
}

.results>p {
    margin: 1em
}

div.docHit {
    background-color: #FAFAFB;
    margin: 1%;
    float: left;
    border-radius: 5px;
    width: 53%;
}

.result {
    float: left;
    width: 100%;
    margin-bottom: .5em;
}

.result img, .title img {
    vertical-align: middle
}

.result.title .identifier {
    color: #888
}

.result.title a, .componentInfo .title a {
    color: #333;
    text-decoration: none;
}

.result.title a:visited, .componentInfo .title a:visited {
    color: #555
}

.result.title a:hover, .componentInfo .title a:hover {
    color: #c45414;
    text-decoration: underline;
}

.resultContent>.result.title {
    font-size: 1.3em;
    margin: 0;
}

.result.creator, .docHit .active .result.creator {
    color: #555
}

#docHits {
    float: left;
    width: 73%;
    padding-bottom: 1%;
    position: relative;
}

#docHits .resultIcon {
    float: left;
    width: 13%;
}

#docHits .resultContent {
    float: left;
    width: 70%;
}

#docHits .resultLabel {
    width: 15%
}

#docHits .resultText {
    width: 80%
}

#docHits .dao .resultIcon {
    width: 14%
}

#docHits .dao .resultContent {
    width: 70%
}

.top-level {
    width: 98%;
    float: left;
    padding: 1%;
}

.subdocuments {
    float: left;
    width: 90%;
    padding-left: 10%;
}

.subdocument {
    float: left;
    padding: .5em 1%;
    width: 100%;
    box-sizing: border-box;
}

.subdocument.odd {
    background: rgb(228, 228, 228)
}

.subdocument .title {
    width: 80%;
    float: left;
    font-size: 1em;
    font-weight: bold;
    margin: .5em 0;
}

.subdocument .matches {
    float: left;
    width: 87%;
    margin-left: 3%;
    font-size: .9em;
}

.subdocument .resultLabel {
    width: 10% !important
}

.subdocument.active {
    background-color: #bbb !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
}

.top-level.active {
    background-color: #bbb !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    border-radius: 5px 5px 0 0;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
}

.activeArrow {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #bbb;
    content: " ";
    float: right;
    margin-top: 1%;
    margin-right: -10px;
    position: relative;
    z-index: 2;
}

.docHit > .activeArrow {
    margin-right: -10px;
    margin-top: 3%;
}

.docHit .active .result, .docHit .active .collection {
    color: #fff
}

.showMore {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #999;
    content: " ";
    float: left;
    margin-top: 1%;
    margin-left: 2%;
}

.showLess {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #999;
    content: " ";
    float: right;
    margin-right: -4%;
    margin-top: 1%;
}

.showLess {
    display: none
}

.componentInfo {
    display: block;
    visibility: hidden;
    width: 42%;
    position: absolute;
    margin: 0 1%;
    padding: 1em;
    border-radius: 5px;
    background-color: #FAFAFB;
    float: right;
    min-height: 6em;
}

.componentInfo .parents, .componentInfo .language, .componentInfo .notes {
    margin-top: .5em;
    float: left;
    width: 100%;
}

.componentInfo h4, .componentInfo p {
    margin: 0
}

.componentInfo h3 {
    font-size: 1em;
    color: #333;
}

.componentInfo .title {
    font-weight: bold;
    font-size: 1.3em;
}

.componentInfo .containers, .componentInfo .callNo {
    width: 100%;
    font-size: 1em;
}

.componentInfo .parents {
    font-size: .8em
}

.results .parents {
    font-size: .9em
}

.componentInfo .language {
    font-size: .9em
}

.componentInfo .notes, .componentInfo .restrictions {
    font-size: .9em;
    max-height: 9em;
    overflow: hidden;
    float: left;
    width: 100%;
}

.notesMore, .notesLess {
    border-top: 1px solid #999;
    width: 100%;
    float: left;
}

.notesLess {
    margin-top: .5em
}

div.notesMore div.button, div.notesLess div.button {
    padding: 0em .5em;
    font-size: .7em;
    float: right;
}

div.notesMore div.button:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    content: " ";
    float: right;
    margin-top: .5em;
    margin-left: .2em;
}

div.notesLess div.button:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #666666;
    content: " ";
    float: right;
    margin-top: .5em;
    margin-left: .2em;
}

div.notesLess div.button:hover:after, div.notesMore div.button:hover:after {
    border-bottom: 6px solid #c45414
}

div.notesMore div.button a, div.notesLess div.button a {
    color: #666;
    text-decoration: none;
}

div.notesMore div.button a:hover, div.notesLess div.button a:hover {
    color: #c45414 !important
}

.notesMore {
    box-shadow: 0px -.3em .5em #eee
}

.notesLess {
    display: none
}

.notesHide {
    display: none
}

.nohits, .spelling, .empty {
    margin: 1em;
    text-align: center;
    background: rgba(196, 84, 20, 0.1);
    padding: .5em;
    border: 1px solid #c45414;
    border-radius: 5px;
}

.empty img {
    vertical-align: middle
}

.bookbag {
    text-align: right;
    border: none;
    float: right;
    font-size: 1em;
    line-height: 2em;
}

.bookbag a {
    color: #c45414;
    text-decoration: none;
    float: left;
}

/* ===[ RESULTS BAR ]=== */

.pages {
    width: 98%;
    padding: 1% 0 1% 0;
    float: left;
    margin-left: 1%;
    border-radius: 5px;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    background: #eee;
}

#results .pages {
    width: 42%;
    float: left;
    font-size: .8em;
    padding: 1%;
    border-left: 2px groove #fff;
    border-right: 2px groove #fff;
    background: 0;
    border-radius: 0;
}

.pages a {
    text-decoration: none !important;
    color: #333 !important;
}

.pages .pageButton {
    display: inline;
    vertical-align: middle;
    padding: .1em .5em .1em .5em;
    border: 2px outset #999;
    border-radius: 4px;
    margin-left: 1em;
    margin-right: 1em;
    background-color: #bbb;
    color: #fff;
}

#results .pageButton {
    margin-left: .3em;
    margin-right: .3em;
}

.pages .pageButton:hover {
    border: 2px outset #c45414;
    color: #c45414;
}

.pages .pageNumber {
    display: inline;
    vertical-align: middle;
    width: 1em;
    padding: .2em .3em .2em .3em;
}

#results .pageNumber {
    padding: .2em .4em .2em .4em
}

#results {
    width: 96%;
    float: left;
    padding: 1em 1% 1em 1%;
    margin: 1%;
    background: #eee;
    border-radius: 5px;
    font-size: 1.2em;
}

#results a {
    color: #c45414;
    text-decoration: none;
}

#results a:hover {
    font-weight: bold
}

#results select, #results input {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    line-height: 0;
    width: auto;
}

#rss {
    float: left;
    margin-right: .5em;
    margin-top: 2px;
    width: 1em;
}

#hits {
    float: left;
    margin-bottom: 1%;
    width: 29%;
}

#sort {
    float: right
}

#results .resultsButton {
    float: right;
    font-size: 1em;
}

#results .resultsButton:hover {
    font-weight: normal
}

/* ===[ ALPHA LIST ]=== */

#currentBrowse, #alphaList {
    text-align: center
}

#alphaList {
    padding: .4em;
    font-size: 1em;
    font-weight: bold;
}

#alphaLinksSelect {
    display: none
}

#alphaLinksOptions {
    width: 4em
}

.alphaLink {
    display: inline;
    vertical-align: middle;
    width: 1em;
    padding: .5em;
    text-decoration: none;
}

#alphaList a .alphaLink:hover, .pageNumber:hover {
    outline: 1px solid;
    color: #c45414;
    text-decoration: none !important;
}

#alphaList .active, .pages .active {
    text-decoration: none !important;
    color: #fff;
    background-color: #666;
}

#currentBrowse {
    font-size: 1.4em;
    margin-bottom: 1em;
}

/* ===[ FACETS ]=== */

div.facets {
    width: 25%;
    margin: 0 1%;
    float: left;
}

div.facetGroup {
    font-size: 95%
}

.facetGroup .col3 {
    font-weight: bold;
    color: #c45414;
}

div.facetWrapper {
    width: 98%;
    float: left;
}

div.facetName {
    float: left;
    max-width: 94%;
    margin-right: .2em;
}

div.facetMore, div.facetLess {
    margin: .3em;
    float: right;
    border-left: 1px inset #cccccc;
    padding: 1%;
    box-sizing: border-box;
    width: 5em;
    text-align: center;
    font-size: .8em;
    line-height: 1.7em;
}

div.facetMore:hover:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #c45414;
    content: " ";
    float: right;
    margin-top: .6em;
}

div.facetLess:hover:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #c45414;
    content: " ";
    float: right;
    margin-top: .6em;
}

div.facetMore:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    content: " ";
    float: right;
    margin-top: .6em;
}

div.facetLess:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #666666;
    content: " ";
    float: right;
    margin-top: .6em;
}

div.facetLess, div.facetMore {
    color: #666666 !important
}

div.facetLess:hover, div.facetMore:hover {
    color: #c45414 !important
}

.facets a {
    color: #174780 !important;
    text-decoration: none !important;
}

.facets a:hover {
    color: #c45414 !important;
    text-decoration: underline !important;
}

.facets .browse {
    float: left;
    width: 100%;
    margin-top: .5em;
    border-radius: 5px 5px 0px 0px;
}

.facets .browse li {
    display: block
}

.facets .browse a {
    color: #c45414 !important;
    text-decoration: none !important;
}

div.facetShow {
    float: right;
    padding: .7em;
    font-size: .9em;
    font-style: italic;
    display: none;
}

div.facetShow p {
    margin: 0
}

.facets h2 {
    margin: 0;
    padding: .5em;
    border-radius: 5px 5px 0 0;
    background-color: #c45414;
    color: #fff;
    text-align: center;
}

.facets li {
    list-style: none;
    margin: 0px;
    padding: 1%;
    text-align: left;
    font-size: 1em;
    display: none;
}

.facets li:nth-child(even) {
    background-color: rgb(228, 228, 228)
}

.facets #facets h2 {
    background-color: #174780
}

.facets #facets {
    float: left;
    width: 100%;
    margin-top: .5em;
    border-radius: 5px 5px 0px 0px;
}

.facetMatch {
    font-weight: bold;
    color: #c45414;
}

/* ===[ Date Facet ]=== */

#to, #from {
    width: 3em;
    font-size: 1em;
    padding: 1%;
    margin: 2%;
    text-align: center;
}

#histogram canvas {
    width: 94% !important;
    margin-left: 3%;
}

#slider-range {
    margin: 2% 3% 5% 3%
}

/* ===[ Hits ]=== */

.hit, .subhit, a.hit, .hit-count {
    color: #c45414 !important;
    font-weight: bold;
}

.hit-count {
    display: inline
}

.active .subhit {
    color: #fff
}

/* ===[ HOME PAGE ]=== */

.forms {
    float: left;
    width: 100%;
    border: 1px solid #999;
    border-radius: 5px;
}

.box {
    margin: 1%;
    background: #EEEEEE;
    float: left;
    border-radius: 5px 5px 0px 0px;
    width: 31%;
}

.box h2 {
    border-radius: 5px 5px 0 0;
    padding: .5em;
    margin: 0;
}

#searchTop {
    width: 100%;
    float: left;
    margin: 1em 0 1% 1%;
    height: 6em;
}

#searchbox {
    position: absolute;
    top: 14em;
    left: 0;
    width: 100%;
}

#searchbox input, #searchbox select {
    border-radius: 5px;
    padding: .2em;
}

#searchbox select {
    border: 1px inset #ddd
}

#searchbox input:focus, #searchbox select:focus {
    box-shadow: 0px 0px 5px #c45414;
    background-color: #ffffff;
    outline: none;
    border-color: #bbb;
}

input[type="text"].searchbox {
    box-shadow: 0px 0px 5px #666;
    width: 40%;
    margin: 0;
    background-color: rgb(253, 253, 253);
    z-index: 2;
    border: 1px inset #ddd;
    padding: .2em;
    position: absolute;
    left: 26%;
    font-size: 1.4em;
    color: #000;
    height: auto;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input[type="submit"].searchbox {
    margin: 0 0 0 1%;
    border: 1px outset #dddddd;
    background-color: #dddddd;
    position: absolute;
    top: 0;
    left: 67%;
    -webkit-appearance: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.3em;
}

input[type="submit"].searchbox:hover {
    box-shadow: 0px 0px 3px #c45414;
    color: #c45414;
    cursor: pointer;
}

input[type="submit"].searchbox:active {
    border: 1px inset #dddddd;
    color: #c45414;
}

.showAdvanced.closed {
    position: absolute;
    top: 2.5em;
    right: 34%;
}

.showAdvanced.open {
    text-align: right;
    float: right;
    width: 100%;
}

#advancedSearch {
    z-index: 1;
    position: absolute;
    top: 1.8em;
    left: 0em;
    margin-left: 26%;
    font-size: 1em;
    display: none;
    text-align: left;
    width: 40%;
    padding: 4px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background-color: #EEEEEE;
    box-shadow: 0px 5px 10px #666;
}

#boolean, #materialType, #date {
    padding: .5em
}

#browse {
    padding: 0;
    min-height: 9em;
}

#browse h2 {
    background-color: #c45414;
    color: #fff;
}

.category {
    float: left;
    width: 100%;
    background-color: #bbb;
}

.category h3 {
    margin: .4em;
    vertical-align: bottom;
    float: left;
    padding-left: 0;
}

.category img {
    vertical-align: middle;
    margin-right: .5em;
}

.accordionButton {
    background: #BBBBBB;
    border-top: 1px solid #FFFFFF;
    cursor: pointer;
}

.accordionButton h3 {
    margin: .6em 0 .6em .6em;
    float: left;
    padding-left: .4em;
}

.accordionButton:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666666;
    content: " ";
    float: right;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
}

.accordionContent, .facetGroup {
    background: #EEEEEE;
    float: left;
    width: 100%;
}

.browseOption {
    padding-left: 3em !important
}

.accordionButton.on {
    background: #CCCCCC
}

.accordionButton.on:after {
    width: 0;
    height: 0;
    border-bottom: 8px solid #666666;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 0;
    content: " ";
    float: right;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
}

.over {
    background: #CCCCCC
}

#type, #library, #collections, #dao {
    font-size: 1em
}

#date input {
    font-size: 1em !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    float: none !important;
    margin-bottom: 1em !important;
    margin-right: 1em;
    border: 1px inset #ddd;
    padding: .2em;
    width: 3em;
    text-align: center;
}

#searchtip, #searchtipDate {
    display: none;
    box-shadow: 0px 0px 5px #c45414;
    background: #eeeeee;
    border-radius: 5px;
}

#searchtipDate:hover, #searchtip:hover {
    box-shadow: 0px 0px 10px #c45414
}

#searchtip li, #searchtipDate li {
    padding: 0em;
    text-align: center;
}

#searchtip {
    display: none;
    width: 20%;
    position: absolute;
    top: 14em;
    left: 3%;
    font-size: 1em;
    margin: 0;
}

#searchtipDate {
    width: 40%;
    float: right;
    margin-top: 0;
    margin-right: 6em;
    padding: .2em;
    font-size: .7em;
}

.searchtips {
    font-size: .9em
}

#featured h2 {
    background-color: #bbbbbb
}

#featured {
    width: 32%
}

#featured img {
    max-height: 100%;
    width: 94%;
    margin: 3%;
}

#caption {
    width: 94%;
    margin: 0 3% 3% 3%;
    text-align: left;
}

#news h2 {
    background-color: #174780;
    color: #fff;
}

#about {
    position: absolute;
    top: 11em;
    right: 8%;
    width: 11em;
    z-index: 1;
}

#about ul {
    margin: 0
}

#about li {
    font-size: 1em;
    padding: .2em;
}

#about h3 {
    padding: .5em;
    margin: 0;
    cursor: pointer;
}

#about .aboutButton {
    box-shadow: 0px 3px 3px #666;
    border-radius: 2px 2px 5px 5px;
    border: 1px solid #999;
    margin-left: 11em;
    margin-right: -2px;
    background: #ddd;
    float: right;
    text-align: center;
    border-top: 5px solid #c45414;
}

#about .aboutButton:after {
    content: none
}

#about .on:after {
    content: none
}

#about .over {
    box-shadow: 0px 2px 2px #666
}

#about .on {
    background: #ccc;
    width: 11em;
    border-radius: 2px 2px 0 0;
    box-shadow: 0px 3px 3px #666;
}

#about .aboutContent {
    background: #fff;
    display: none;
    box-shadow: 0px 3px 3px #666;
    width: 11em;
    text-align: left;
    float: left;
    border: 1px solid #666;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

#disclaimer {
    width: 100%;
    float: left;
    border-top: 1px solid #999;
    color: #666;
    text-align: justify;
    margin-top: 2em;
}

#disclaimer p {
    margin: 1%
}

.home a, #about a, .resultsHeader a {
    text-decoration: none !important;
    color: #c45414 !important;
}

.home a:hover, #about a:hover, .resultsHeader a:hover {
    color: #c45414 !important;
    text-decoration: underline !important;
}

.home li, .resultsHeader li {
    list-style: none;
    margin: 0px;
    padding: .5em 1em .5em 1em;
    text-align: left;
    font-size: 1.2em;
}

.home li:nth-child(even), .resultsHeader li:nth-child(even) {
    background-color: rgb(228, 228, 228);
    border-bottom: 1px dashed #999;
    border-top: 1px dashed #999;
}

.home ul, .resultsHeader ul, .facets ul {
    padding-left: 0em;
    padding-right: 0em;
    margin-top: .5em;
    margin-bottom: .5em;
}

.home h4 {
    padding: .5em .5em .5em 1em;
    text-align: left;
    margin-top: 0;
}

.homeDialog {
    border: 1px solid #ccc;
    margin: 1em;
    padding: 1em;
}

/* ===[ DOCUMENT PAGE HEADERS ]=== */

.bbar_custom {
    float: left;
    width: 96%;
    border-right: 1px solid #666;
    border-left: 1px solid #666;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #ddd;
    margin: 0 1%;
    padding: 10px 1% 0 1%;
    border-radius: 5px 5px 0 0;
    height: 100px;
}

.headerIcons {
    float: right;
    width: 9%;
    text-align: right;
}

.headerIcons ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    clear: both;
}

.headerIcons ul li {
    float: left;
    margin: 0;
}

.headerIcons ul li .caption {
    display: block;
    padding: 0;
    text-align: center;
    font-size: .75em;
    color: #C45428;
}

.bbform {
    display: block;
    float: right;
    width: 100%;
}

.bbform input {
    font-size: 1em;
    border-radius: 5px;
    padding: .2em;
}

.bbform input:focus {
    box-shadow: 0px 0px 5px #c45414;
    background-color: #ffffff;
    outline: none;
}

.bbform input[type="text"] {
    margin: 0;
    background-color: rgb(253, 253, 253);
    z-index: 2;
    border: 1px inset #ddd;
    padding: .2em;
    width: 30%;
}

.bbform input[type="submit"] {
    margin: 0 0 0 1%;
    border: 1px outset #eee;
    background-color: rgb(253, 253, 253);
}

.bbform input[type="submit"]:hover {
    box-shadow: 0px 0px 3px #c45414;
    color: #c45414;
    cursor: pointer;
}

.bbform input[type="submit"]:active {
    border: 1px inset #dddddd;
    color: #c45414;
}

.bbform input[disabled], .bbform input[disabled]:hover {
    cursor: not-allowed;
    background-color: #eeeeee;
    box-shadow: none;
    color: #555;
}

.headerSearch .clearHits {
    color: #c45414;
    margin-right: -4px;
    margin-top: .4em;
    border: 1px solid #999;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-decoration: none;
    font-size: 80%;
    background: #fff;
    display: block;
    float: left;
    line-height: 1.5em;
    padding: 0 .5em;
}

.headerSearch .clearHits img {
    height: 1em;
    margin-right: .2em;
    margin-top: .2em;
    float: left;
}

.documentTitle {
    text-align: left;
    margin: 0;
    float: left;
    width: 89%;
    height: 50px;
}

.documentTitle h1 {
    color: #222;
    margin: 0;
    padding: .2em 0 0 0;
    font-size: 1.75em;
}

.headerSearch {
    float: right;
    text-align: left;
    width: 50%;
    margin-top: .5em;
    font-size: 1.3em;
}

.headerSearch form {
    margin: 0
}

select#searchTarget {
    font-size: 1em;
    border-radius: 5px;
    margin: 0 0 0 1%;
    height: 2em;
    vertical-align: 1px;
    width: auto;
}

/* ===[ TABS FOR FINDING AIDS ]=== */

.tabs {
    float: left;
    margin-top: 10px;
    width: 50%;
}

.tab {
    display: inline;
    float: left;
    height: 20px;
    padding: 10px;
    font-weight: bold;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: .5em;
    background: #ccc;
}

.tabs .select {
    background-color: #fff;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabs a {
    color: #666 !important
}

.tabs a:hover {
    color: #c45414 !important
}

.tabs .select a {
    color: #c45414 !important
}

.tabs .clear {
    display: none
}

.tab a {
    text-decoration: none !important
}

.currentBrowse a {
    color: #333 !important
}

.main {
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}

/* ===[ TOCS for FINDING AIDS ]=== */

#tocWrapper {
    /* required to avoid jumping */
    position: fixed;
    top: 265px;
    left: 1%;
    bottom: 1.6em;
    width: 27%;
    padding-right: 1%;
    padding-left: 1%;
    overflow: auto;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
}

#toc {
    display: block;
    margin-top: 1em;
    width: 100%;
}

#toc a {
    text-decoration: none;
    color: #333;
}

#toc a:hover {
    color: #c45414
}

#toc h4 {
    padding: .5em;
    background-color: #174780;
    border-radius: 5px 5px 0 0;
    margin: 0;
    color: #fff;
    font-size: 1.5em;
}

#toc .inventory {
    padding-left: .2em;
    padding-right: .2em;
    float: left;
    width: 100%;
}

#toc .inventory2 {
    padding-left: .2em;
    float: left;
    width: 100%;
}

#toc .tocItem {
    float: left;
    padding-right: .2em;
    width: 100%;
}

#toc .tocRow {
    font-size: 1.2em;
    float: left;
    width: 100%;
    padding: 8px 2%;
    background: #eee;
    min-height: 1.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#toc .tocRow:not(:last-child) {
    border-bottom: 1px solid #666
}

#toc .tocRow:hover {
    background-color: #ccc !important
}

#toc .active {
    background-color: #999 !important;
    border-left: .5em solid #c45414;
    padding-right: .5em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#toc .active a {
    color: #fff
}

#toc .active:hover {
    background-color: #999 !important
}

#toc .tocSubrow {
    float: left;
    width: 100%;
    padding: 5px 1% 5px 7%;
    border-bottom: 1px dashed #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#toc .tocSubrow:not(:last-child) {
    border-bottom: 1px dashed #999
}

#toc .tocSubrow:last-child {
    border-bottom: 1px solid #666
}

#toc .tocRow img, .tocSubrow img {
    height: 1.2em
}

#toc .accordionButton:after {
    margin-top: .1em
}

#toc .on:after {
    margin-top: .4em
}

.tocSubrow:nth-of-type(odd) {
    background-color: rgb(243, 243, 243)
}

#toc .tocSubrow.active {
    border-left: 5px solid #c45414 !important;
    border-bottom: 1px dashed #fff;
}

.contents, .contentsList {
    border-radius: 5px 5px 0 0;
    float: left;
    width: 100%;
}

.contents .accordionButton {
    background-color: #eee
}

.moreLess {
    float: left;
    padding-right: .2em;
    width: 2%;
}

/* ===[ TOC SUBJECTS for FINDING AIDS ]=== */

ul.none {
    list-style: none
}

#toc .subjects, #toc .foundIn {
    padding: 0;
    background-color: #eee;
    border-radius: 5px 5px 0 0;
    float: left;
    width: 100%;
}

#toc .subjects {
  margin-top: 1em;
}

#toc .subjects h4, #toc .foundIn h4 {
    margin: 0
}

#toc .subjects ul, #toc .foundIn ul {
    margin: 0;
    padding: 0;
}

#toc .subjects li, #toc .foundIn .row {
    padding-top: .2em;
    padding-bottom: .2em;
    padding-left: .5em;
    padding-right: .5em;
}

#toc .subjects li:nth-of-type(even), #toc .foundIn .row:nth-of-type(even) {
    background-color: rgb(228, 228, 228);
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
}

.more {
    display: none
}

#toc .foundIn img {
    height: 1em;
    float: left;
    margin: 1em;
}

#toc .foundIn .parent, #toc .foundIn .component, #toc .foundIn .sibling {
    padding: .5em 1em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#toc .foundIn a {
    text-decoration: underline;
    color: #c45414;
}

/* ===[ MAIN BODY of FINDING AIDS ]=== */

#content-wrapper {
    /* required to avoid jumping */
    position: fixed;
    top: 265px;
    right: 1%;
    left: 30%;
    bottom: 1.6em;
    margin: 0;
    margin-right: -2px;
    padding: 0 1% 1% 1%;
    overflow: auto;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

#content-wrapper a {
    text-decoration: none;
    color: #c45414;
}

#content-wrapper .active a {
    color: #fff
}

#content-wrapper a:hover {
    text-decoration: underline
}

#content-wrapper .dropdown-menu {
    min-width: 0
}

#content-wrapper .dropdown-menu > li > a {
    width: 6em
}

#content-wrapper .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
}

#content-wrapper .thumbnail {
    width: 10%;
    float: left;
}

#content-right {
    display: block;
    text-align: left;
    margin-top: 1em;
}

.navright .left {
    margin-top: -12px
}

.overview p {
    margin-top: 0;
    margin-bottom: 12px;
}

.overview a {
    color: #c45414 !important
}

.title h2 {
  text-overflow: ellipsis;
  overflow: hidden;
}

#content-right table tr td {
    padding-right: 1em
}

.col4 {
    padding-right: 1em
}

.moreInfo a {
    float: left
}

/* ===[ CONTAINER LISTS for FINDING AIDS ]=== */

#content-wrapper .table {
    margin: 1%
}

.dscSeries {
    float: left;
    width: 100%;
}

.dscSubseries {
    float: left;
    width: 99%;
    padding-left: 1%;
}

.seriesTitle {
    background-color: #ddd;
    padding: 8px 4px;
    font-size: 1.25em;
    margin: 10px 0px;
    font-weight: bold;
    float: left;
    width: 100%;
}

.instances {
    width: 35%;
    float: left;
}

.instance {
    width: 100%;
    float: left;
}

.inventoryHeader {
    margin-bottom: .5em;
    float: right;
    width: 99%;
}

.inventoryHeaderTitle {
    font-weight: bold;
    padding-top: .5em;
    text-align: left;
    width: 40%;
    float: left;
}

.digital .inventoryHeaderTitle {
    width: 55%
}

.inventoryHeaderFormat, .inventoryHeaderContainers, .inventoryHeaderNotes, .inventoryHeaderBookbag {
    font-weight: bold;
    padding-top: .5em;
    text-align: left;
}

.inventoryHeaderFormat {
    width: 10%;
    float: left;
}

.inventoryHeaderContainers {
    width: 35%;
    float: left;
}

.inventoryHeaderNotes {
    width: 14%;
    float: left;
}

.inventoryHeaderBookbag {
    padding-right: 1%;
    float: right;
}

.moreLess a {
    text-decoration: none !important;
    font-weight: bold;
    color: #c45414 !important;
}

.inventoryTitle {
    font-weight: bold;
    background-color: #000;
    color: #fff;
    padding: 4px 2px;
    margin: .5em 0;
    float: left;
    width: 100%;
}

.tags {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tags li {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    margin: 0 1em 1em 1em;
    padding: 0 1em;
    background: #174780;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.tags li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1em;
    width: 0;
    height: 0;
    border-color: transparent #174780 transparent transparent;
    border-style: solid;
    border-width: 1em 1em 1em 0;
}

.tags li:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    float: left;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.file:nth-of-type(even), .item:nth-of-type(even) {
    background-color: #eee !important
}

.file, .item {
    float: left;
    width: 100%;
    padding: .5em 0 .5em 0;
}

.file.active, .item.active, .active .item, .active .file {
    color: #fff;
    background-color: #999 !important;
    border-left: .5em solid #c45414;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.active .item, .active .file {
    background-color: #999 !important
}

.file.active .subhit, .item.active .subhit {
    color: #fff !important
}

.component-title, .containers, .moreInfo {
    float: left;
    display: inline-block;
    vertical-align: middle;
}

.component-title {
    width: 38%;
    padding: 0 1% 0 1%;
}

.digital .component-title {
    width: 53%
}

.instance .container {
    float: left;
    padding-right: 1em;
}

.moreInfo {
    width: 17%
}

.moreInfo .hit {
    padding-left: 2px
}

.containerWrapper {
    float: left;
    width: 59%;
}

.inventoryBookbag {
    text-align: center;
    float: right;
    font-size: 1em;
    line-height: 2em;
    padding-right: 5px;
}

.dialog_dsc, .restrict_dsc {
    width: 100%;
    float: left;
}

.restrict_dsc {
    margin-top: .5em
}

/* ===[ LIBRARY RECORDS ]=== */

.modsInfo h3 {
    margin: 0;
    padding: .25em;
    background-color: #ccc !important;
    border: red;
}

/* ===[ DIGITAL OBJECT TABLES ]=== */

.daoTable {
    border-top: 1px dotted #666;
    margin-top: 1em;
}

.daoTable div {
    float:left;
}

.daoTable > div {
    min-height:2em;
}

.daoTable .filename {
    width:52%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline
}

.daoTable .format {
    width:25%;
    text-decoration: underline
}

.daoTable .size {
    width: 15%;
    text-decoration: underline
}

.daoTable .row:before {
    content: " ";
    background-image: url('../../icons/default/dao.gif');
    background-repeat: no-repeat;
    margin-top: -2px;
    height: 20px;
    width: 30px;
    float: left;
}

.daoTable .row {
    width: 99%;
    padding-top:.5em;
    padding-left: 1%
}

/*.daoTable .row:nth-of-type(odd) {
    background: #fff
}

.daoTable .row:nth-of-type(even) {
    background: #eee
}*/

.daoTable .row:hover {
    background:#ddd;
}

.daoTable .row:hover a div {
    color:#c45414;
    text-decoration:underline;
}

.daoTable .row div {
    color: #000;
}

#content-wrapper .daoTable a {
    color: #c45414
}

.daoTable > .head {
    background: #333;
    width: 100%;
    padding-top:.25em;
}

.daoTable > .head > div {
    color: #eee;
    font-weight: normal;
}

#docHits .daoTable {
    float: right;
    width: 86%;
}

#docHits .subdocument .daoTable {
    width: 100%
}

#content-wrapper .daoTable {
    float: left;
    width: 86%;
    margin-left: 3%;
}

#content-wrapper.digital .daoTable {
    width: 86%
}

.daoTable img {
    height: 1em
}

/* ===[ DIGITAL OBJECT DETAIL PAGES ]=== */

#bookmarkMenu {
    height: 2em;
    opacity: 0;
    margin-bottom: 1em;
}

#bookmarkMenu .button {
    float: right;
    margin: 0 0 0 1em;
}

#bookmarkMenu .button .link {
    width: 56px;
    height: 20px;
    padding: 1px;
    font-size: 13px;
    line-height: 13px;
}

#bookmarkMenu img {
    height: 1em;
    vertical-align: middle;
}

.digital-thumbnail {
    float: left;
    margin-right: 2%;
    max-width: 300px;
    width: 48%;
}

.digital-thumbnail img.view {
    cursor: pointer
}

.description {
    width: 100%;
}

#content-wrapper .thumbnailButtons a {
    text-decoration: none;
    color: #333;
}

.thumbnailButtons {
    text-align: center
}

.thumbnailButtons img {
    height: 20px;
    vertical-align: middle;
}

.thumbnailButtons .btn {
    margin: 1em .5em
}

#daoView iframe {
    background-image: url("images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width:99%;
    height:100%;
}

.description .creator p {
    margin-bottom: 0
}

.description .extent {
    margin-top: 1em
}

/* ===[ MODAL DIALOGS ]=== */

.overlay {
    display: none;
    z-index: 10000;
    background-color: #fff;
    width: 410px;
    min-height: 200px;
    border: 1px solid #666;
    padding: 20px;
}

div.dscDescription {
    border: 1px solid #ccc;
    margin: 1em;
    padding: 1em;
    min-height: 500px;
}

.ui-icon.ui-icon-myCloseButton {
    float: right;
    clear: left;
    margin-top: -.2em;
    width: 27px;
    height: 27px;
    background-image: url(images/close.png);
}

.ui-dialog .ui-dialog-title {
    font-size: 1.2em !important
}

#copyLink input[type="text"] {
    width: 40em;
    font-family: Courier, monospace;
    margin-right: 1em;
    margin-bottom: 5px;
}

#copyLink button {
    margin-top: -2px
}

#copyLink .success {
    color: #c45414;
    font-weight: bold;
    text-align: center;
}

/* ===[ MYLIST ]=== */

#myListNav {
    margin-right: 1%;
    margin-top: 5em;
}

#myListButton img {
    height: 15px;
    margin-top: -3px;
    vertical-align: middle;
}

.myListRemoveAll img, .myListPrint img {
    height: 15px
}

.actions img {
    vertical-align: middle;
    height: 20px;
}

#myListButton.hasContents {
    color: #c45414 !important
}

#myListButton.hasContents .caret {
    border-top: 4px solid #c45414
}

.ui-dialog .myListContents {
    border-bottom: 1px solid #ddd
}

.results.bookbagView {
    padding-top: 0
}

.myListContents {
    overflow-y: scroll;
    word-wrap: break-word;
    padding-bottom: .5em;
}

.myListContents p {
    margin-bottom: 0
}

.myListContents.dialog {
    max-height: 300px
}

.myListContents.dialog .row.disabled {
    display: none
}

.myListContents .empty {
    margin: 1em;
    text-align: center;
    background: rgba(196, 84, 20, 0.1);
    padding: .5em;
    border: 1px solid #c45414;
    border-radius: 5px;
}

.register {
    margin: 1em;
    text-align: center;
    background: rgba(196, 84, 20, 0.1);
    padding: .5em;
    border: 1px solid #c45414;
    border-radius: 5px;
    float: left;
    width: 96%;
}

.myListContents .row {
    width: 98%;
    float: left;
    padding: .4em 1%;
}

.myListContents .row.header-row {
    font-weight: bold;
    color: #fff;
    background-color: #333 !important;
}

.register a:focus, .myListContents input:focus {
    outline: 0
}

.myListContents .row:nth-of-type(odd) {
    background-color: rgb(243, 243, 243)
}

.myListContents .requestInputs {
    float: left;
    width: 2%;
    min-height: 0;
    min-height: 1px;
}

.myListContents .title {
    float: left;
    width: 24%;
    margin-right: 1%;
    min-height: 1px;
}

.myListContents .date {
    float: left;
    width: 7%;
    margin-right: 1%;
    min-height: 1px;
}

.myListContents .collectionTitle {
    float: left;
    width: 30%;
    margin-right: 1%;
    min-height: 1px;
}

.myListContents .containers {
    width: 12%;
    margin-right: 1%;
    min-height: 1px;
}

.myListContents .dateAdded {
    float: left;
    width: 13%;
    min-height: 1px;
}

.myListContents .list-delete {
    margin-top: 0;
    float: right;
}

.myList .third {
    width: 33%;
    float: left;
    margin-top: 1em;
}

.myList .half {
    width: 50%;
    float: left;
    margin-top: 1em;
}

.myList .form-group {
    padding-left: 5%
}

.myList .control-label {
    font-weight: bold;
    width: 98%;
}

.myList .control-label.required:after {
    color: red;
    content: "*";
}

.myList .form-control {
    width: 90%
}

.myList .form-control.error {
    border-color: #c45414;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236, 155, 82, 0.6);
}

.myList .error {
    color: #c45414
}

.myList .buttons {
    float: right
}

.myList .btn, .ui-dialog .ui-dialog-buttonpane button, #myListNav .btn, .actions .btn, #results .btn {
    margin: 0 4px;
    border: 1px outset #dddddd;
    background-color: #dddddd;
    -webkit-appearance: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    letter-spacing: -.5px;
    padding: 4px 6px;
    color: #000;
}

.myList .btn:hover, .ui-dialog .ui-dialog-buttonpane button:hover, #myListNav .btn:hover, .actions .btn:hover, #results .btn:hover {
    box-shadow: 0px 0px 3px #c45414;
    color: #c45414;
    cursor: pointer;
    text-decoration: none !important;
}

.myList .btn:active, .ui-dialog .ui-dialog-buttonpane button:active, #myListNav .btn:active, .actions .btn:active, #results .btn:active {
    border: 1px inset #dddddd;
    color: #c45414;
}

.ui-dialog-buttonpane {
    border: none;
    margin-top: 0 !important;
}

.myList .confirm h1, .myList .confirm p, .myList .confirm h3 {
    text-align: center;
    border-bottom: none;
}

.contentError {
    text-align: center;
    margin-top: .5em;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: none
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 1em
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    margin: 1px 5px;
    height: 25px;
    line-height: 25px;
}

/*===================================*/

/*======= [RESPONSIVE STYLES] =======*/

/*===================================*/

@media screen and (max-width:1450px) {
    .componentInfo {
        width: 41%
    }
}

@media screen and (max-width:1060px) {
    .navbar {
        font-size: 11px
    }

    #myListNav {
        margin-top: 6em
    }

    .resultsHeader #searchbox {
        top: 13em
    }

    .componentInfo {
        width: 40%
    }

    .headerSearch {
        font-size: 1.3em
    }
}

@media screen and (max-width:1024px) {
    .resultIcon img {
        max-height: 33px
    }

    #docHits .dao .resultIcon {
        display: none
    }

    #docHits .daoTable {
        width: 100%
    }

    #header {
        width: 60%
    }

    .tagline {
        margin-bottom: 1.1em
    }

    #results #hits {
        width: 42%
    }

    #results .pages, #results #sort {
        border: none;
        width: 55%;
        float: left;
        text-align: center;
    }

    #results #sort {
        margin-top: 1em;
        padding: 0 1%;
    }

    div.facets {
        width: 34%
    }

    #docHits {
        width: 64%
    }

    #docHits .resultContent {
        width: 65%
    }

    .subdocuments {
        width: 95%;
        padding-left: 5%;
    }

    .subdocument .title {
        width: 73%
    }

    .tabs {
        font-size: .8em;
        margin-top: 20px;
    }

    .tab {
        height: 18px;
        padding: 6px;
    }

    .headerSearch {
        margin-top: 1em
    }

    .headerSearch {
        font-size: 1.1em
    }

    #tocWrapper, #content-wrapper {
        top: 273px
    }

    .description {
    width: 49%;
    float: left;
    }
}

@media screen and (max-width:860px) {
    .box, #featured {
        width: 96%;
        margin: 2%;
    }

    .componentInfo {
        padding: .5em;
        width: 41%;
    }

    div.facets {
        width: 34%
    }

    #docHits .resultContent {
        width: 60%
    }

    .tabs {
        font-size: .7em
    }

    .headerSearch {
        font-size: 1em
    }

    #docHits .daoTable {
        font-size: .85em
    }

    .myListContents .collectionTitle {
        width: 24%
    }

    .myListContents .date {
        width: 10%
    }
}

@media screen and (max-width:768px) {
    .resultsHeader li {
        font-size: 1em
    }

    #header {
        height: 5em;
        width: 100%;
    }

    #header img {
        display: none
    }

    #header h1 {
        margin-left: 0
    }

    .tagline {
        display: none
    }

    #myListNav {
        margin-top: 0em;
        margin-bottom: 1em;
    }

    #searchTop {
        margin: 0
    }

    input[type="text"].searchbox {
        width: 60%;
        left: 12%;
    }

    input[type="submit"].searchbox {
        left: 76%
    }

    .showAdvanced.closed {
        right: 28%
    }

    #advancedSearch {
        width: 60%;
        left: -14%;
    }

    .category h3 {
        vertical-align: middle
    }

    #results #hits {
        width: 100%;
        text-align: center;
    }

    #results .pages, #results #sort {
        width: 96%
    }

    #alphaLinksSelect {
        display: block
    }

    #alphaLinks {
        display: none
    }

    div.facets {
        width: 47%
    }

    #docHits {
        width: 51%
    }

    #docHits .resultIcon {
        width: 13%
    }

    #docHits .resultContent {
        width: 61%
    }

    #docHits .resultLabel {
        width: 22%
    }

    #docHits .resultText {
        width: 77%
    }

    #docHits .daoTable {
        font-size: .7em
    }

    div.docHit {
        width: 97%
    }

    .category img {
        display: none
    }

    #tocWrapper {
        width: 35%;
        font-size: .85em;
        top: 300px;
    }

    #content-wrapper {
        left: 38%;
        top: 300px;
        font-size: .85em;
    }

    #content-wrapper h2 {
        padding-top: 0
    }

    #contentsLink {
        width: 99%
    }

    .component-title {
        width: 28%
    }

    .instances {
        width: 25%
    }

    .format {
        width: 40%
    }

    .containerWrapper {
        width: 59%
    }

    .inventoryHeaderTitle {
        width: 30%
    }

    .inventoryHeaderFormat {
        width: 15%
    }

    .inventoryHeaderContainers {
        width: 25%
    }

    .resultContent>.result.title {
        font-size: 1em
    }

    .subdocument .title {
        width: 70%
    }

    #docHits .dao .resultContent {
        width: 77%
    }

    #docHits .dao .resultIcon {
        width: 12%
    }

    #docHits .creator, #docHits .collection {
        font-size: .8em
    }

    .activeArrow {
        margin-right: -16%
    }

    .bbar_custom {
        height: 134px
    }

    .headerIcons {
        display: none
    }

    .documentTitle {
        width: 98%
    }

    .headerSearch .clearHits {
        display: none
    }

    .headerSearch {
        font-size: .85em;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .bbform input, .bbform input[type="text"] {
        padding: .1em
    }

    .tabs {
        width: 100%;
        margin-top: 10px;
    }

    #content-wrapper .thumbnail {
        display: none
    }

    #content-wrapper.digital .daoTable {
        width: 100%
    }

    #bookmarkMenu {
        width: 100%
    }

    #toc .subjects, #toc .foundIn {
        font-size: .9em
    }

    .resultsHeader .actions {
        width: 98%;
        margin-left: 1%;
    }

    .myListContents {
        font-size: .85em
    }

    .myListContents .requestInputs {
        width: 4%
    }

    .myListContents .dateAdded {
        display: none
    }

    .myListContents .date {
        width: 14%
    }

    .myListContents .containers {
        width: 15%
    }

    .myList .third {
        width: 50%
    }

    .register {
        margin: 0
    }
}

@media screen and (max-width:480px) {
    body {
        background-image: none !important
    }

    #header {
        margin-top: 2%;
        height: 3em;
    }

    #header h1 {
        font-size: 2em;
        margin-top: 0;
        text-align: center;
    }

    #myListNav {
        float: none;
        text-align: center;
    }

    #searchTop {
        height: 5em
    }

    #searchbox {
        top: 11em
    }

    #searchbox select {
        width: 100%
    }

    #searchbox #date {
        width: 100%
    }

    #featured {
        width: 96%
    }

    .facets {
        display: none
    }

    #docHits {
        width: 100%
    }

    #docHits .daoTable {
        font-size: .9em
    }

    .resultContent {
        width: 85%
    }

    .resultLabel {
        width: 19%
    }

    .resultText {
        width: 80%
    }

    .subdocument {
        margin-left: 3%
    }

    .resultsHeader #searchbox {
        left: 0%;
        width: 90%;
        top: 11em;
    }

    .resultsHeader input[type="text"].searchbox {
        left: 5%;
        width: 70%;
    }

    .resultsHeader input[type="submit"].searchbox {
        left: 79%
    }

    .resultsHeader #advancedSearch {
        left: -21%;
        width: 70%;
    }

    #results .pages, #results #sort {
        float: left;
        border: 0;
        font-size: 1em;
        text-align: center;
        padding: 1%;
    }

    .resultIcon {
        display: none
    }

    #tocWrapper {
        width: 98%;
        position: relative;
        top: 0;
        left: 0;
        border: none;
    }

    .subjects {
        display: none
    }

    #content-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 98%;
        border: 0;
    }

    .documentTitle h1 {
        font-size: 1.3em
    }

    .fixedFooter {
        position: relative;
        float: left;
        border-top: 1px solid #666;
    }

    .inventoryHeaderContainers {
        width: 30%
    }

    .inventoryHeaderTitle {
        width: 40%
    }

    .inventoryHeaderNotes {
        width: 18%
    }

    .component-title {
        width: 36%;
        padding: 0 2% 0 2%;
    }

    .instances {
        width: 30%
    }

    .instance .format  {
      display:none;
    }

    .moreInfo {
        width: 14%
    }

    .containerWrapper {
        width: 100%
    }

    div.docHit {
        width: 98%
    }

    .subdocuments {
        width: 95%;
        padding-left: 5%;
    }

    .subdocument, .subdocument.active {
        margin: 0
    }

    .subdocument.active {
        border-left: none;
        width: 100%;
    }

    .subdocument .title {
        width: 77%
    }

    .activeArrow {
        display: none
    }

    .componentInfo {
        box-shadow: none;
        background: #eee;
        width: 95%;
        float: left;
    }

    .top-level.active {
        width: 100%
    }

    .tab {
        max-width: 32%
    }

    #content-wrapper .daoTable, #content-wrapper.digital .daoTable {
        width: 98%
    }

    #toc .subjects, #toc .foundIn {
        display: none
    }

    .myListContents .list-delete {
        background: url("../../icons/default/cancel.svg") no-repeat center;
        text-indent: -9999px;
        height: 2em;
        width: 2em;
        background-size: 80%;
    }

    .myListContents .containers {
        width: 20%
    }

    .myList .third {
        width: 50%
    }
}

@media screen and (max-width:320px) {
    #header {
        padding-left: .5em
    }

    #header h1 {
        font-size: 1.8em
    }

    .documentTitle {
        width: 100%
    }

    #searchbox {
        width: 85%
    }

    .headerIcons {
        display: none
    }

    #docHits .resultLabel {
        width: 100%;
        float: left;
        text-align: left;
    }

    #docHits .resultText {
        width: 100%
    }

    .actions {
        margin-left: 2%;
        width: 98%;
    }

    #alphaList {
        width: 8%
    }

    #alphaLinks {
        width: 10%;
        top: 6.5em;
    }

    .subdocument:before, .subdocument.active:before {
        margin-top: 4%
    }
}
