/*
 * HTML5  Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
HTML5 display definitions
========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
Base
========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 14px; line-height: 1.5;}

/*
body, button, input, select, textarea { font-family: "Georgia","Brillonline","KadmosU","Antinoou","Gentium", "BrillText", "Arial Unicode MS","Lucida Grande","Lucida Sans Unicode","Times New Roman","SBL Hebrew", "Sylfaen", serif; color: #222; }
*/

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

.Bibliographies ::-moz-selection { background: #9EBC4A; color: #fff; text-shadow: none; }
.Bibliographies ::selection { background: #9EBC4A; color: #fff; text-shadow: none; }
::-moz-selection { background: #F49935; color: #fff; text-shadow: none; }
::selection { background: #F49935; color: #fff; text-shadow: none; }

/* =============================================================================
Links
========================================================================== */

a, a:visited { color: #5190df; text-decoration:none; }
a:hover { text-decoration:underline; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
Typography
========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
/*
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
*/

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1, h2, h3, h4, h5, h6, p { margin:0 0 1em 0; }

h1 {font-size:175%; font-weight: bold;}
h2 {font-size:150%; font-weight: bold;}
h3 {font-size:120%; font-weight: bold;}
h4 {font-size:100%; font-weight: bold; font-style: italic;}
h5 {font-size:100%; font-weight: bold;}
h6 {font-size:100%; font-style: italic;}


/* =============================================================================
Lists
========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
Embedded content
========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
Figures
========================================================================== */

figure { margin: 0; }


/* =============================================================================
Forms
========================================================================== */

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

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
Tables
========================================================================== */

table { border-collapse: collapse; border-spacing: 0; overflow-x: scroll; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
Author: dans@semantico.com
To avoid unecessary overhead will default to body.Reference and only override for .Bibligrographies
========================================================================== */

/* main */
/*
@font-face {
    font-family:'BrillRoman';
    src: url('../fonts/Brill-Roman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Brill-Roman.woff') format('woff');
}
@font-face {
    font-family:'BrillItalic';
    src: url('../fonts/Brill-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Brill-Italic.woff') format('woff');
}
@font-face {
    font-family:'BrillBold';
    src: url('../fonts/Brill-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Brill-Bold.woff') format('woff');
}*/
#container {
    max-width: 1024px;
    min-width: 768px;
    margin: 0 auto;
    background: #f8f8f8;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.111em;
    font-weight: normal;
    color: #06254a;
}
a h1, a h2, a h3, a h4, a h5, a h6 {
    color: #5190df;
}


.float-right {
    float:right;
}

/* header */
.jump-to {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}
.jump-to a:focus, .jump-to a:active {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
#masthead {
    background: repeat-x url(../img/bg-header-pso.jpg) 0 0;
    position: relative;
}
#brill-logo-link, #site-logo-link {
    float: left;
}
#brill-logo-link, #brill-logo {
    width: 77px;
    height: 114px;
    display: block;
}
#brill-logo-link {
    margin: 15px 0 10px 32px;
}
#site-logo-link {
    width: 470px;
    display: block;
    margin: 97px 0 0 16px;
    line-height: 1;
    font-size: 36px;
    font-family: Georgia, garamond, serif;
    color: #0B206E;
}
#site-logo-link em {
    font-size: 32px;
}
#site-logo-link, #site-logo-link:visited {
    text-decoration: none;
    color: #0B206E;
}
#site-logo-link:hover {
    text-decoration: underline;
}
#slogan {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 5px;
}
#supplimental ul, #supplimental form {
    display: inline;
}
#supplimental {
    font-size: 15px;
    position: absolute;
    top: 13px;
    right: 15px;
}
#supplimental li {
    display: inline;
    border-left: 2px solid #FFF;
    font-family: "Georgia","Brill", "SBL Hebrew", "Brillonline", "KadmosU","Antinoou","Gentium", "Arial Unicode MS",serif;
}
#supplimental li:first-child {
    border: none;
}
#supplimental a, #supplimental a:visited {
    display: inline-block;
    padding: 0 8px;
    color: #fff;
    text-decoration: none;
}
#supplimental a:hover {
    text-decoration: underline;
}
.Bibliographies #supplimental li {
    border-color: #99CC66;
}
#supplimental a, #supplimental a:visited {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
}
#supplimental a:hover {
    text-decoration: underline;
}
#site-jump {
    margin: 0 0 0 10px;
}
.js #site-jump-go {
    display: none;
}
#main-nav {
    position: relative;
    z-index: 10;
    background: #11216E;
    -webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.4);
       -moz-box-shadow: 0 6px 6px rgba(0,0,0,0.4);
            box-shadow: 0 6px 6px rgba(0,0,0,0.4);
}
#main-nav li {
    float: left;
    width: 33.31%;
}
#main-nav a, #main-nav a:visited {
    font: 18px/38px "Georgia","Brillonline","KadmosU","Antinoou","Gentium", "BrillText", "Arial Unicode MS","Lucida Grande","Lucida Sans Unicode","Times New Roman","SBL Hebrew", "Sylfaen", serif;
    background: no-repeat url(../img/bg-main-nav.png) #11216E top left;
    color: #fff;
    border-left: 1px solid #000;
    display: block;
    text-decoration: none;
    text-align: center;
}
#main-nav li:first-child a {
    border-left: none;
}
#main-nav a:hover, #main-nav .selected a {
    border:0; padding-right: 1px;
    background-color: #5151ba;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5151ba),to(#2b358d));
    background-image: -webkit-linear-gradient(top,#5151ba,#2b358d);
    background-image: -moz-linear-gradient(top,#5151ba,#2b358d);
    background-image: -ms-linear-gradient(top,#5151ba,#2b358d);
    background-image: -o-linear-gradient(top,#5151ba,#2b358d);
    background-image: linear-gradient(top,#5151ba,#2b358d);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5151BA',EndColorStr='#2B358D'); }
#n-home {
    width: 13.183%;
}
#n-reference {
    width: 22.558%;
}
#n-texts {
    width: 27.246%;
}
#n-all {
    width: 21.093%;
}
#n-subjects {
    width: 15.92%;
}
.header-big-icon {
    width: 114px;
    height: 114px;
    float: left;
    margin: 16px 0 0 32px;
}
.brill-link, .brill-link:visited, .brill-link:hover {
    position: absolute;
    right: 15px;
    bottom: 80px;
    color: #fff;
    font-size: 15px;
}
.header-icons {
    position: absolute;
    right: 15px;
    bottom: 48px;
}
.header-icons li {
    float: left;
    margin-left: 10px;
    list-style: none;
}
.header-icon {
    width: 27px;
    height: 27px;
    background: url(../img/header-icons.png) 0 0 no-repeat;
}
.referenceworks-inactive {
    background-position: 0 -28px;
    cursor: default;
}
.referenceworks {
    background-position: 0 -56px;
}
.bibliographies-inactive {
    background-position: 0 -84px;
    cursor: default;
}
.bibliographies {
    background-position:0 -112px;
}
.primary-sources {
    background-position:0 -140px;
}
.primary-sources-inactive {
    background-position:0 -168px;
}
.dictionaries {
	background-position: 0 -196px;
}
#institution {
    height: 60px;
    width: 180px;
    display: block;
    position: relative;
}
#institution img {
    max-height: 60px;
    max-width: 180px;
    position: absolute;
    left: 0;
}

/* main content panel */
#background {
    height: 320px;
    background-color: #e6e6e6;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e6e6e6),to(#f8f8f8));
    background-image: -webkit-linear-gradient(top,#dbdee5,#f8f8f8);
    background-image: -moz-linear-gradient(top,#dbdee5,#f8f8f8);
    background-image: -ms-linear-gradient(top,#dbdee5,#f8f8f8);
    background-image: -o-linear-gradient(top,#e6e6e6,#f8f8f8);
    background-image: linear-gradient(top,#dbdee5,#f8f8f8);
}
#main, #right-bar {
    float: left;
    padding: 36px 2% 2% 2%;
    margin: 0 0 3.125% 0;
    width: 73%;
    min-height: 475px;
    position: relative;
}
#main {
    color: #435b7a;
}
.ie #background {
    height: auto;
    background-color: #f8f8f8;
}
.olide #background:before, .olide #background:after {
    content: "";
    display: table;
}
.olide #background:after {
    clear: both;
}
.olide #background {
    zoom: 1;
}
.content dt, .content dd {
    float: left;
    display: inline;
    width: 25%;
    margin: 0 0 1em 0;
}
.content dt {
    clear: left;
}
.content dd {
    width: 75%;
}

/* Global alert style */
.alert{
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    color: #B94A48;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px 4px 4px 4px;
}
.alert .close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
    line-height: 18px;
    position: relative;
    right: -21px;
    top: -2px;
}

.global-alert-wrapper{
    padding: 10px;
}

/* right bar */
#right-bar {
    width: 21%;
    margin: 0 1% 3.125% 0;
    padding: 22px 0 0;
}
#right-bar p {
    margin: 0;
}
.panel {
    padding: 10px;
}
.panel li {
    margin: 0 0 8px 0;
}
.panel-title, .page-title.bar {
    background: #ccc;
    margin: 5px 0 0;
    padding: 6px 8px;
    font-size: 115%;
    font-style: normal;
    color: #555;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
.panel-title {
    font-size: 100%;
}
#social-media li {
    float: left;
    margin: 0 4px 0 0;
}
#social-media a, #social-media a:visited {
    display: block;
    width: 16px;
    height: 16px;
}
#social-media, #social-media li, #social-media li a, #social-media li a span {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#social-media-div {
    padding-bottom: 0;
}
#addthis-links .addthis_addthis_toolbox .at300b, #addthis-links .addthis_addthis_toolbox .at300m {
   float: none;
   padding: 0;
}
.feedback {
    margin: 8px 0;
}
.access-from {
    font-weight: normal;
}
.ie .access-from {
    font-weight: bold;
}
.tools-list {
    padding-top: 10px
}
.tools-list a {
    padding: 0 0 0 22px;
    display: block;
    background: no-repeat url(../img/bg-tools.png) 0 4px;
}
.tools-list .tools-permissions {
    background-position: 0 -18px;
}
.tools-list .tools-export {
    background-position: 0 -42px;
}
.tools-list .no-icon {
    background-image: none;
}
.tools-list .tools-star {
    background-image: none;
    padding: 0;
}
.content-tools {
    border-top: 1px solid #ccc;
}
.js #tools-labels {
    display: none;
}
#tools-labels {
    padding: 0 0 2px 10px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(209,225,241,0)),to(rgba(209,225,241,1)));
    background-image: -webkit-linear-gradient(top,rgba(209,225,241,0),rgba(209,225,241,1));
    background-image: -moz-linear-gradient(top,rgba(209,225,241,0),rgba(209,225,241,1));
    background-image: -ms-linear-gradient(top,rgba(209,225,241,0),rgba(209,225,241,1));
    background-image: -o-linear-gradient(top,rgba(209,225,241,0),rgba(209,225,241,1));
    background-image: linear-gradient(top,rgba(209,225,241,0),rgba(209,225,241,1));
}
.no-cssgradients #tools-labels {
    backround: #D1E1F1;
}
.divider {
    border-top: 1px solid #ccc;
}
#tools-labels label {
    font-size: 12px;
    position: relative;
}
#tools-labels a {
    background: none;
    padding: 0;
    font-size: 12px;
}
#tools-labels input {
    position: relative;
}
#legend-keys ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#legend-keys li {
    padding: 0 0 0 27px;
    background: no-repeat url(../img/bg-access.png) 0 3px;
}
#legend-keys .key-open {
    background-position: 0 -21px;
}
#legend-keys .key-no {
    background-position: 0 -44px;
}
#legend-keys i {
    font-size: 12px;
    color: #666;
}
.print-this-page, .your-account {
    float: none !important;
}
.your-account-grey {
    color: gray;
}
.star-icon-img {
    position: relative;
    bottom: 5px
}
.view-history .chzn-container {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 6px;
}
.clear-history {
    display: inline-block;
}
.clear-history.blue-btn {
    max-width: 86%;
    padding: 6px 7%;
    text-align: center;
}

/* footer */
#page-footer {
    padding: 25px 32px;
    background-color: #d1d1d1;
    font-size: 12px;
}
.col {
    float: left;
    width: 21.484375%;
    margin: 0 3.125% 0 0;
}
.footer-title {
    min-height: 26px;
    margin: 0 0 10px 0;
    font-size: 24px;
    font-style: normal;
    color: #353637;
    text-shadow: 0 1px 0 #fff;
}
.footer-site-links a {
    color: #5c5d5e;
    font-size: 14px;
}
#copyright {
    padding: 32px 0 0 0;
    color: #666;
    font-size: 12px;
    clear: both;
}
#copyright a {
    color: #666;
    font-size: 12px;
}
#page-footer p {
    display: inline-block;
    margin-bottom: 0;
}
#footer-links {
    display: inline-block;
    margin-bottom: 12px;
}

/* forms and buttons */
input[type=button], input[type=submit], button, .button, .blue-btn, .navbar .btn-navbar {
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    border: 0;
    font: 93% "Georgia","Brillonline","KadmosU","Antinoou","Gentium", "BrillText", "Arial Unicode MS","Lucida Grande","Lucida Sans Unicode","Times New Roman","SBL Hebrew", "Sylfaen", serif;
    letter-spacing: 1px;
    cursor: pointer;
    background: #356caf;
    background: -moz-linear-gradient(top, #356caf 0%, #1f5499 50%, #063b7f 51%, #063b7f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#356caf), color-stop(50%,#1f5499), color-stop(51%,#063b7f), color-stop(100%,#063b7f));
    background: -webkit-linear-gradient(top, #356caf 0%,#1f5499 50%,#063b7f 51%,#063b7f 100%);
    background: -o-linear-gradient(top, #356caf 0%,#1f5499 50%,#063b7f 51%,#063b7f 100%);
    background: -ms-linear-gradient(top, #356caf 0%,#1f5499 50%,#063b7f 51%,#063b7f 100%);
    background: linear-gradient(to bottom, #356caf 0%,#1f5499 50%,#063b7f 51%,#063b7f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356caf', endColorstr='#063b7f',GradientType=0 );
    -webkit-border-radius: 5px;
            border-radius: 5px;
    text-shadow: 0 0 10px #000;
}
#search-go, .blue-btn, .navbar .btn-navbar {
    -webkit-box-shadow: 0px -1px 0 1px rgba(27,60,100,0.8);
            box-shadow: 0px -1px 0 1px rgba(27,60,100,0.8);
}
input[type=button]:hover, input[type=submit]:hover, button:hover, .button:hover, .blue-btn:hover {
    color: #fff;
    text-shadow: 0px 0px 6px #fff;
    text-decoration: none;
}
input[type=button]:active, input[type=submit]:active, button:active, .button:active {
    background-color: #221e1f;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#221e1f),to(#4a4a4a));
    background-image: -webkit-linear-gradient(top,#221e1f,#4a4a4a);
    background-image: -moz-linear-gradient(top,#221e1f,#4a4a4a);
    background-image: -ms-linear-gradient(top,#221e1f,#4a4a4a);
    background-image: -o-linear-gradient(top,#221e1f,#4a4a4a);
    background-image: linear-gradient(top,#221e1f,#4a4a4a);
    -webkit-box-shadow: 0 1px 1px #000 inset;
       -moz-box-shadow: 0 1px 1px #000 inset;
            box-shadow: 0 1px 1px #000 inset; }
input[type=text], input[type=password], input[type=email], textarea {
    border: 1px solid #cdcdcd;
    margin: 0 0 15px 0;
    padding: 5px;
}
.link-style input[type="submit"] {
    display: inline;
    background-image: none;
    background-color: transparent;
    color: #0066CC;
    box-shadow: none;
    text-shadow: none;
    font-size: 100%;
    filter: none;
}
.page-saved-searches .link-style input[type="submit"] {
    padding: 0;
}
label {
    display: block;
}
.form-row, .check-row {
    position: relative;
}
.form-row .check-row {
    width: auto;
}
input.error {
    border-color: #c00;
    -webkit-box-shadow: 0 0 4px #c00;
       -moz-box-shadow: 0 0 4px #c00;
            box-shadow: 0 0 4px #c00;
}
label.error {
    color: #c00;
    font: 12px sans-serif !important;
    font-style: italic;
}
.email-error {
    color: #c00;
}
.form-row label.error {
    position: absolute;
    right: 50px;
    bottom: 0;
}
.check-row label.error {
    position: absolute;
    top: 5px;
    right: 0;
}
.lightbox-form .check-row label.error {
    top: 25px;
    right: auto;
    left: 0;
}
#at16sub {
    color: #222;
    filter: none;
}

/* Login form */
#login-form label, #login-form input {
    display: block;
    float: none;
    width: auto;
    text-align: left;
}
#login-form input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; b
    ox-sizing: border-box;
    margin: 0;
    padding: 3px;
    font-size: 11px;
}
#login-form input[type=submit] {
    float: left;
    width: auto;
    padding: 8px 12px;
    margin: 8px 16px 0 0;
    font-size: 12px;
    display: inline-block;
}
#login-form fieldset {
    margin-bottom: 10px;
}
#login-form .form-row {
    padding: 0;
}
#login-form .form-row label.error {
    position: static;
    bottom: 0;
    right: 0;
    padding: 8px 0 0;
}
.pass-reminder {
    display: inline-block;
    width: 65px;
    margin-top: 8px;
    float: left;
    line-height: 1.35;
}
.js .lightbox-form {
    display: none;
    padding: 10px;
    position: relative;
    width: 440px;
}
.js .lightbox-form legend, .js .lightbox-form h2 {
    font-size: 40px;
    color: #11216E;
    margin: 0 0 15px 0;
}
.js .lightbox-form label, .js .lightbox-form .label {
    font-size: 18px;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
}

.js .lightbox-form input[type=text], .js .lightbox-form input[type=password],
.js .lightbox-form input[type=email] {
    width: 390px;
    font-size: 14px;
}

.js #register-form img:not(.key-img) {
    margin-left: 10px;
}

.js #logout-form input[type=text], .js #logout-form input[type=password] {
    width: 188px;
}
.js #logout-form {
    width: 325px;
    height: 220px;
}

.js #export-form input[type=text] {
    width: 188px;
}
.js #export-form {
    width: 375px;
    height: 220px;
}
#export-form label {
    position: relative;
}
#export-form label.error {
    position: absolute;
    left: 130px;
    top: 10px;
}

.js #recommend-library-form input[type=text] {
    width: 400px;
}
/*.js #recommend-library-form { width: 450px; height: 220px; } */
.js #login-reminder-form {
    width: 400px;
    height: 220px;
}

/* Export forms */
.js #export-refworks-form {
    margin: 1em 0;
}
.risData{
    display: none;
}
.note{
    color: #666666;
    font-size: 10px;
}
.lightbox-info {
    font-size: 20px;
}
.checkTerms {
    margin: 0 0 15px 0; font-size:12px !important;
}
.key {
    color: #c00;
}

#breadcrumb {
    position: absolute;
    top: 11px;
    overflow: hidden;
}

/* Create new label form */
#create-new-label-form {
    height: 200px;
}
.js #create-new-label-form input[type=text] {
    width: 188px;
}
.js #create-new-label-form {
    width: 240px;
}
#create-new-label-form .form-row {
    padding-bottom: 18px;
}
#create-new-label-form .form-row .error {
    bottom: 9px;
    left: 0;
    right: auto;
}

/* home */
#home-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 32px 32px 10px 32px;
    height: 125px;
}
.Bibliographies #home-hero {
    background-color: #dadeac;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dadeac),to(#f0f0e6));
    background-image: -webkit-linear-gradient(top,#dadeac,#f0f0e6);
    background-image: -moz-linear-gradient(top,#dadeac,#f0f0e6);
    background-image: -ms-linear-gradient(top,#dadeac,#f0f0e6);
    background-image: -o-linear-gradient(top,#dadeac,#f0f0e6);
    background-image: linear-gradient(top,#dadeac,#f0f0e6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#DADEAC',EndColorStr='#F0F0E6');
}
#strapline {
    width: 50%;
    float: left;
    font-size: 44px;
}
#home-img {
    float: left;
    max-width: 50%;
}

/* search */
#search-book-list_chzn .chzn-results .group-result {
    color: #11216E;
}
div#container .chzn-container .chzn-results .group-result {
    color: #11216E;
}
#search-bar {
    padding: 12px 0 8px 0;
    border: 1px solid #cdcdcd;
    background: #ccc;
    position: relative;
    height: 40px;
}
#search-bar #q {
    margin: 0 0 5px 0;
    width: 94%;
    padding: 0 8px 0 10px;
    height: 34px;
    float: left;
    -webkit-box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.5);
            box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.5);
    font-size: 93%;
    font-style: italic;
}
.no-borderradius #search-bar #q {
    padding-top:8px\9;
    height:26px\9;
}
#search-left {
    position: absolute;
    left: 10px;
    right: 100px;
    top: 10px;
}
#search-right {
    position: absolute;
    width: 90px;
    right: 10px;
    top: 13px;
    text-align: center;
}
#search-bar.with-checkbox {
    height: 55px;
}
.within-checkbox {
    float: left;
}
.within-checkbox input {
    margin-right: 5px;
}
.navbar .btn-navbar {
    padding: 5px 6px 6px 6px;
}
.blue-btn, a.blue-btn, .navbar .btn-navbar {
    color: #fff;
    text-shadow: 0 0 10px #000;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
#search-book-list, #search-book, #search-book_chzn {
    cursor: auto;
    font-size: 13px;
    font-family: "Georgia","Brillonline","KadmosU","Antinoou","Gentium", "BrillText", "Arial Unicode MS","Lucida Grande","Lucida Sans Unicode","Times New Roman","SBL Hebrew", "Sylfaen", serif;
    background: none;
    background-color: white;
    border: 1px solid #cdcdcd;
    width: 34%; float:left;
    margin: 0% 0 1% 2%;
    height: 36px;
}
#search-book-list_chzn, #search-book_chzn {
    margin: 0 0 0 2%;
    border: 0;
}
.advanced-search {
    font-size: 11px;
    font-size: 9px\9;
    float: none;
}
.result {
    padding: 20px 0;
    border-bottom: 2px solid #cdcdcd;
    margin: 0 0 20px 0;
}
.full-access, .no-access, .open-access {
    padding: 0 0 0 27px;
    background: no-repeat url(../img/bg-access.png) 0 3px;
}
.no-access {
    background-position: 0 -44px;
}
.open-access {
    background-position: 0 -21px;
}
h1 .other {
    padding: 0 10px;
    margin: 0 0 0 10px;
    border-left: 1px solid #cdcdcd;
    font-size: 14px;
    font-weight: normal;
}
.get-access, .get-access:visited {
    font-size: 16px !important;
    clear: right;
    margin-top: 10px;
    float: right;
    width: 120px;
    padding: 8px;
    display: inline-block;
    text-align: center;
    color: #EAF1AA;
    font-size: 12px;
    font-weight: bold;
    background-color: #659800;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#659800),to(#360));
    background-image: -webkit-linear-gradient(top,#659800,#360);
    background-image: -moz-linear-gradient(top,#659800,#360);
    background-image: -ms-linear-gradient(top,#659800,#360);
    background-image: -o-linear-gradient(top,#659800,#360);
    background-image: linear-gradient(top,#659800,#360);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#659800',EndColorStr='#336600');
}
.get-access:active {
    background-color: #360;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#360),to(#659800));
    background-image: -webkit-linear-gradient(top,#360,#659800);
    background-image: -moz-linear-gradient(top,#360,#659800);
    background-image: -ms-linear-gradient(top,#360,#659800);
    background-image: -o-linear-gradient(top,#360,#659800);
    background-image: linear-gradient(top,#360,#659800);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#336600',EndColorStr='#659800');
}
.get-access strong {
    display: block;
    font-size: 16px;
    color: #fff;
}
.result-logo {
    float: left;
    width: 14.905149051491%;
}
.result-logo img {
    width: 100%;
}
.result-detail {
    float: left;
    width: 82.384823848238%;
    padding: 0 0 0 2.710027100271%;
}
.result-detail .get-access, .result .get-access, .bibl-ecomm .get-access {
    float: right;
    margin: 0 0 20px 20px;
}
.result-alphabetical {
    margin: 0 0 0 17.615176151762%;
    border: 1px solid #cdcdcd;
    border-width: 1px 0;
    padding: 10px 0;
}
.result-alphabetical li {
    float: left;
    display: inline;
    margin: 0 10px 0 0;
    color: #cdcdcd;
}
.result-additional {
    margin: 0 0 0 17.615176151762%;
    padding: 10px 0 0 0;
}
.result-alternative {
    border-top: 1px solid #cdcdcd;
    padding-top: 10px;
}
.result-alternative li {
    margin-bottom: 5px;
}
.search-results {
    color: #555;
    margin: 0 0 20px 0;
}
em.hit {
    background-color: #FFFFCC;
    border: 1px solid #CCCC99;
    font-style: normal;
}
.content-box ul {
    margin: 0;
    padding-top: 0;
}
.content-box .toc {
    width:100%;
    float:none;
    background-color:transparent;
    list-style:none;
}
.toc-wrapper {
    border-top:1px solid #cdcdcd;
}
.toc {
    clear: both;
    float: right;
    padding: 20px 20px 20px;
    margin: 0 0 20px 20px;
    position: relative;
    background: #F2F2F2;
    width: 220px;
    z-index: 1000;
    list-style: none;
}
.content-box .toc > li > a {
    font-size: 115%;
}
.content-box .toc a {
    font-size: 100%;
}
.content-box .toc h3 {
    font-size: 100%;
    color: #333;
    font-weight: bold;
}
.toc ul {
    padding-left:20px;
}
.toc ol {
    padding: 0;
    list-style: none;
}
.toc li {
    padding-bottom: 8px;
    list-style: none;
    position: relative;
}
.toc .continuation {
    padding-left:20px;
    font-size: 100%;
}
ul.toc>li.continuation>a {
    font-size: 100%;
}
.toc-more-btn {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    background: #E6E6E6;
}
.no-js .toc-more-btn {
    display: none;
}
.arrow-up, .arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 8px;
    left: -20px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    cursor: pointer;
}
.arrow-up {
    border-bottom: 7px solid #aaa;
}
.arrow-down {
    border-top: 7px solid #aaa;
}
.see-also {
    padding: 5px 10px;
    border: 1px solid #D4D4D4;
    margin: 1em 0;
}
.associated-labels {
    list-style: none;
    padding: 0 0 10px 10px;
}
.associated-labels li {
    float: right;
    border: 1px solid #F0F1B2;
    padding: 5px; margin:0 10px 0 0;
    background-color: #ffffe0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffe0),to(#feffc0));
    background-image: -webkit-linear-gradient(top,#ffffe0,#feffc0);
    background-image: -moz-linear-gradient(top,#ffffe0,#feffc0);
    background-image: -ms-linear-gradient(top,#ffffe0,#feffc0);
    background-image: -o-linear-gradient(top,#ffffe0,#feffc0);
    background-image: linear-gradient(top,#ffffe0,#feffc0);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFE0',EndColorStr='#FEFFC0');
}
.associated-labels .label {
    border: 0;
    background: 0;
    filter: none;
    font-weight: bold;
    padding: 7px 0;
}
.associated-labels a {
    display:inline-block;
    padding:0 5px 0 0;
}
.associated-labels .label-delete {
    border-left: 1px solid #F0F1B2;
    padding: 0 0 0 5px;
}
.book-title {
    font-size: 150%;
    margin: 0;
}
.search-results .book-title {
    font-size: 120%;
}
.brillart .heading {
    font-size: 22px;
    margin: 0;
    color: #11216E;
    font-weight: bold;
}
.star {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: no-repeat url(../img/bg-star.png) 0 -60px;
}
.star.selected {
    background-position: 0 0;
}
.metrics {
    color: #555;
    font-size: 12px;
}
.to-top-div {
    position: absolute;
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 10px;
}
.bibliography {
    padding: 20px 0 0;
    margin: 20px 0;
    border-top: 1px solid #cdcdcd;
}
.citation, .source {
    padding: 20px;
    background: #f2f2f2;
    margin: 0 0 20px 0;
}
.citation-container {
    padding: 15px 3% 10px 3%;
    background-color: #ddd;
}
/* content font-list */
.content, .bibliography, .citation {
    font-size: 14px;
    line-height: 1.618;
    color: #555;
}
.citation {
    font-size: 12px;
}
.content h3, .bibliography h3, .citation h3 {
    font-size: 24px;
}
.content h4, .bibliography h4, .citation h4 {
    font-size: 20px;
}
.content h5, .bibliography h5, .citation h5 {
    font-size: 18px; margin:0;
}
.content h6, .bibliography h6, .citation h6 {
    font-size: 16px;
    color: #333;
    margin: 0;
    font-style: italic;
}
.table thead th, .table thead td {
    border: solid #222;
    border-width: 1px 0;
}
.table table {
    min-width: 70%;
    border-bottom: 1px solid #222;
    margin: 1em 0;
}
.table td, .table th {
    padding: 5px 10px 5px 0;
}
.table .right {
    text-align: right;
}
.table .left {
    text-align: left;
}
.table td p, .table th p {
    margin: 0;
}
.citation .citationitalic {
    font-style: italic;
}
.citation .citationunderline {
    text-decoration: underline;
}
.search-results {
    padding: 20px 0;
}
.search-filter {
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar {
    display: none;
}
.facet-wrapper {
    margin-bottom: 1em;
}
.facet-wrapper h3 {
    margin-bottom: 0.5em;
}
.show-less-facet, .show-more-facet {
    cursor: pointer;
}
a.remove-facet {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 8px;
    padding: 1px 3px;
    line-height: 1;
    background: #a80000;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-size: 10px;
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}
a.remove-facet, a.remove-facet:hover {
    color: #fff;
    text-decoration: none;
}
.search-details, .results-list {
    float: left;
    width: 69%;
}
.search-details {
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 20px 0;
}
.results-list {
    float: right;
    padding: 20px 0;
    position: relative;
}
.search-details h1 {
    margin: 0;
}
.search-details h3 {
    font-size: 14px;
    color: #333;
    margin: 0;
}
.filter {
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 10px 0 10px;
    position: relative;
}
.filter h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
}
.filter ul {
    padding: 0 0 10px 0;
}
.filter li {
    margin-bottom: 5px;
}
.filter-more-btn {
    position: relative;
    left: -10px;
    padding: 0 10px;
    display: block;
    background: #E6E6E6;
    width: 100%;
}
.result-item, .title-item {
    position: relative;
    padding: 10px;
    margin: 0 0 10px 0;
}
.title-item h4 {
    margin: 0.5em 0;
}
.result-item:hover, .title-item:hover {
    background-color: transparent;
    -webkit-box-shadow: 0 1px 2px #ccc;
            box-shadow: 0 1px 2px #ccc;
}
.sources, .excerpt, .subjects {
    color: #333;
}
.sources {
    margin-top: 5px;
}
.sources span {
    color: #cdcdcd;
}
.sources em {
    font-weight: bold;
    background-color: yellow;
}
.descriptors {
    float: right;
    width: 180px;
}
.paginationQuantity {
    position: absolute;
    bottom: 0;
    right: 10px;
}
.paginationQuantity a.displaying, .paginationQuantity a.displaying:visited {
    font-weight: bold;
    color: #000;
}
.access-icon {
    float: right;
    padding: 0;
    width: 20px;
    height: 17px;
}
.pagination {
    position: relative;
    padding: 10px 0;
    border: 1px solid #cdcdcd;
    border-width: 1px 0;
}
.pagination li {
    float: left;
    list-style: none;
    padding: 0 8px;
    border-left: 1px solid #ccc;
}
.pagination li:first-child {
    border-left: none;
}
.pagination a {
    display: inline-block;
    padding: 5px;
}
.pagination .selected a, .pagination .selected a:visited {
    color: #153255;
    font-weight: bold;
}
.pagination .excerpt {
    float: left;
    margin-bottom: 20px;
}
.front-cover {
    float: left;
    display: block;
    width: 15%;
    margin: 0 3% 0 0;
    position: relative;
}
.front-cover img {
    width: 100%;
    border: 1px solid #cdcdcd;
}
.title-info {
    float: left;
    width: 82%;
}
.title-info .book-title {
    margin-bottom: 6px;
}
.page-title.bar {
    margin: 15px 0;
    text-decoration: none;
    background: #b2b4b6;
    background: -moz-linear-gradient(left, #b2b4b6 0%, #d7d9da 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b2b4b6), color-stop(100%,#d7d9da));
    background: -webkit-linear-gradient(left, #b2b4b6 0%,#d7d9da 100%);
    background: -o-linear-gradient(left, #b2b4b6 0%,#d7d9da 100%);
    background: -ms-linear-gradient(left, #b2b4b6 0%,#d7d9da 100%);
    background: linear-gradient(to right, #b2b4b6 0%,#d7d9da 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b4b6', endColorstr='#d7d9da',GradientType=1 );
}
.page-title.bar.bold {
    color: #444;
    font-weight: bold;
    font-size: 125%;
}
.page-title.bar a {
    color: #555;
}
a h1.page-title.bar:hover {
    text-decoration: none;
}
.page-all-titles .result-alphabetical {
    margin: 0;
}
.public-info {
    color: #222222;
}
.ui-autocomplete {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ccc;
    width: 220px;
}
.ui-autocomplete a {
    display: inline-block;
    padding: 5px;
}
.ui-tabs-hide {
    display: none;
}
.simple-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #ccc;
    margin: 20px 0;
}
.simple-tabs li {
    float: left;
    margin-left: 10px;
}
.simple-tabs a {
    display:block;
    padding:5px 10px;
    border:1px solid #ccc;
    border-width:1px 1px 2px 1px;
    background:#fff;
    position:relative;
    top:2px;
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;
}
.ui-tabs-selected a {
    border-bottom: 2px solid #fff;
}
.document-access {
    width: 280px;
    float: right;
}
.document-access .access-icon {
    margin-bottom: 10px;
}
.collection-item {
    max-width: 100%;
}
.collection-img {
    float: left;
    margin-right: 2%;
    max-width: 25%;
    padding: 1px;
}
.collection-item img, .collection-img img {
    max-width: 100%;
}
.collection-info {
    margin-left: 27%;
}
.collection-related {
    clear: both;
}
.toc-header {
    float: left;
    margin-bottom: 5px;
}
/*.sorted-collapsable li:not(.collapse-link) {*/
    /*-display: none;*/
/*}*/
.collapse-link h2 {
    margin-bottom: 0.1em;
}
.page-map {
    clear: both;
    max-width: 96%;
    border: 1px solid #ccc;
    border-width: 1px 0;
    padding: 2%;
    margin-bottom: 20px;
}
.row {
    clear: both;
    border-bottom: 1px dashed transparent;
    margin-bottom: 6px;
}
.row:hover {
    border-bottom-color: #ddd;
}
.page-map a {
    float: left;
    clear: left;
    max-width: 80%;
}
.page-map a h3 {
    margin-bottom: 0;
}
.page-map .page-nr {
    float: right;
    clear: right;
    max-width: 70px;
    margin-left: 10px;
}

.panel-round {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.6);
            box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.6);
}
.panel-header {
    margin-bottom: 0;
    padding: 15px 20px 10px 20px;
    background: #ddd;
    border-bottom: 1px solid #aaa;
    color: #555;
    -webkit-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0; }
.panel-header span {
    font-size: 12px;
    font-style: italic;
    position: relative;
    bottom: 2px;
}
.panel-content {
    padding: 15px 20px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}

.related-title {
    vertical-align: middle;
    clear: both;
    margin-top: 20px;
}
.related-icons {
    display: inline-block;
    width: 37px;
    height: 37px;
    margin-right: 8px;
    background: url(../img/related-icons.png) 0 0 no-repeat;
    vertical-align: middle;
}

.collection-related ul {
    padding: 0;
}
.collection-related li {
    list-style: none;
}
.three-col {
    float: left;
    width: 30%;
    margin-left: 3%;
}
.row-col {
    margin-left: -3%;
}
.related-link {
    padding-right: 25px;
    background: url(../img/open-icon.png) right center no-repeat;
}
.related-primary-src .related-title {
    margin-top: 0;
    float: none;
}
.related-primary-src li {
    border-bottom: 1px solid #bbb;
}
.related-books .related-icons {
    background-position: 0 -38px;
}
.related-reference .related-icons {
    background-position: 0 -75px;
}
.related-bibl .related-icons {
    background-position: 0 -112px;
}
.related-src {
    font-size: 12px;
}
.temporary-related .row-col {
    margin-left: 0;
}
.temporary-related p {
    width: 90%;
    margin: 0 auto 10px auto;
    padding: 0 5% 10px 5%;
    border-bottom: 1px solid #ccc;
}
.temporary-related h3 {
    font-size: 100%;
}
.four-col {
    float: left;
    width: 23%;
    margin-left: 2%;
    margin-top: 10px;
}

.meta-data-container {
    padding-left: 8px;
}

.sources .meta-data-container {
    padding-left: 0;
}

.sources .item-metadata {
    color: #333;
}

/* tabs */
.tabs {
    overflow: hidden;
    position: relative;
    top: -29px;
    top: -28px\0/;
    margin: 0;
    padding-left: 3%;
}
.tabs li {
    position: relative;
    list-style: none;
}
.tabs li a {
    float: left;
    padding: 2px 10px 1px 10px;
    background: #ddd;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 4px 4px 0 0;
}
.tabs li a.current {
    background-color: transparent;
    background-color: #f8f8f8\9;
    *background-color: #f8f8f8;
    border-bottom-color: #f8f8f8;
}
.tabs li a, .tabs li a:visited {
    font-size: 111%;
    color: #353637;
}
.tabs li a:hover {
    text-decoration: none;
}
.tab-menu {
    position: relative;
    margin-top: 25px;
    border-top: 1px solid #bbb;
}
.tab-wrapper {
    position: relative;
}
.content-box {
    display: none;
    padding: 2px 20px 20px 20px;
}
.content-box.current {
    display: block;
    overflow: hidden;
}
.content-box h3 {
    font-size: 111%;
    margin-bottom: 0.5em;
}

/* Reader */
/*CJP modified: .reader-container { position:relative; float:right; width:68%; text-align:center; margin-bottom:20px; }*/
.reader-container {
    position: relative;
    left: -1px;
    float: right;
    clear: right;
    width: 280px;
    margin: 0 0 15px 8px;
    text-align: center;
}

.full-screen-btn, .reader-container .get-access.button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.reader-container .blue-btn, .reader-container .get-access.button {
    display: block;
    width: 282px;
    padding: 8px 0;
    font-size: 17px;
    -webkit-border-radius: 9px;
            border-radius: 9px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: 1.5;
}

.no-js .reader-container .blue-btn {
    display: none;
}
.fullscreen-img {
    position: absolute;
    right: 15px;
    bottom: 9px;
    width: 24px;
    height: 24px;
    background: url(../img/reader-btn.png) right center no-repeat;
}
.no-javascript-msg {
    display:none;
}
.no-js .no-javascript-msg {
    display: block;
    position: relative;
    top: 230px;
    z-index: 1;
    width: 55%;
    margin: 0 auto;
    padding: 6px;
    background: #fff;
    color: red;
    border: 1px solid red;
    text-align: center;
    font-weight: bold;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
            box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}

/* CJP modified: .reader {  width:95%; height:450px; margin-left:10px; border:2px solid #444; -webkit-box-shadow:3px 3px 4px 0 rgba(0,0,0,0.5); box-shadow:3px 3px 4px 0 rgba(0,0,0,0.5); }*/
.reader {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 265px;
    margin-left: 0px;
    border: 1px solid #444;
    -webkit-border-radius: 0 0 9px 9px;
            border-radius: 0 0 9px 9px;
}


/* Manage labels */
#manage-labels {
    display: none;
}
#manage-labels .lightbox-form {
    display: block;
    padding: 0;
}
#tb-labels {
    width: 100%;
    margin-bottom: 18px;
}
#tb-labels td, #tb-labels th {
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    width: 95%;
}
#tb-labels tbody tr:nth-child(even) {
    background: #f0f0f0;
}
#tb-labels tbody tr:hover {
    background: #eee;
}
#tb-labels .actions {
    width: 5%;
    text-align: right;
}

/* Manage stars */
#manage-stars {
    display: none;
}
#manage-stars .lightbox-form {
    display: block;
    padding: 0;
}
#tb-stars {
    width: 100%;
    margin-bottom: 18px;
}
#tb-stars td, #tb-stars th {
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    width: 95%;
}
#tb-stars tbody tr:nth-child(even) {
    background: #f0f0f0;
}
#tb-stars tbody tr:hover {
    background: #eee;
}
#tb-stars .actions {
    width: 5%;
    text-align: right;
}
.starred-title {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.page-home .starred-title{
    border-top: none;
    padding-top: 0px;
}
/* Search history */
#manage-search-history {
    display:none;
}
#manage-search-history .lightbox-form {
    display: block;
    padding: 0;
}
#tb-search-history {
    width: 100%;
    margin-bottom: 18px;
}
#tb-search-history td, #tb-search-history th {
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    width: 95%;
}
#tb-search-history tbody tr:nth-child(even) {
    background: #f0f0f0;
}
#tb-search-history tbody tr:hover {
    background: #eee;
}
#tb-search-history .actions {
    width: 5%;
    text-align: right;
}

/* Saved searches */
#manage-saved-searches {
    display: none;
}
#manage-saved-searches .lightbox-form {
    display: block;
    padding: 0;
}
#tb-saved-searches {
    width: 100%;
    margin-bottom: 18px;
}
#tb-saved-searches td, #tb-saved-searches th {
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    width: 95%;
}
#tb-saved-searches tbody tr:nth-child(even) {
    background: #f0f0f0;
}
#tb-saved-searches tbody tr:hover {
    background: #eee;
}
#tb-saved-searches .actions {
    width: 5%;
    text-align: right;
}

/* advanced search */
#search-bar.search-dropdown {
    padding-bottom: 4px;
}
#search-bar.search-dropdown #search-left {
    right: 266px;
}
#search-bar.search-dropdown #q {
    width: 95.5%;
    padding: 0 2% 0 2.5%;
}
#search-bar.search-dropdown .chzn-container {
    float: right;
    right: 108px;
    width: 150px !important;
}
#search-bar.search-dropdown .chzn-drop {
    width: 148px !important;
}
#search-bar.search-dropdown .chzn-search input {
    width: 114px !important;
}
.wrapper.range_.date{
    padding: 0 0 17px;
     margin: 4px 0;
}
.form-row {
    padding: 0 0 18px;
}
.form-row label {
    width: 150px;
    padding: 0 10px 0 0;
    float: left;
    text-align: right;
    font: 12px/27px "Georgia","Brillonline","KadmosU","Antinoou","Gentium", "BrillText", "Arial Unicode MS","Lucida Grande","Lucida Sans Unicode","Times New Roman","SBL Hebrew", "Sylfaen", serif;
}
.form-row input[type=text], .form-row input[type=password], .form-row input[type=email] {
    width: 300px;
    float: left;
    margin: 0 10px 0 0;
}
.chzn-container input[type=text] {
    float: none;
}
.chzn-container.chzn-container-multi {
    margin: 0;
}
.form-row select {
    float: left;
}
.form-row select.range_.date {
    float: none;
    margin: 0 1px 0 0;
    width: 136px;
}
.form-row span.range_.date {
    padding: 0 10px;
}
.form-row span.range_.or {
    margin: 0 6px 0 137px;
}
.form-row .btn {
    margin-left: 160px;
}
.form-row .enable-chzn {
    width: 312px;
}
.form-row .enable-chzn-title {
    width: 312px;
}
.form-row .small {
    width: 100px;
}
.additional-fields {
    display: none;
}
.additional-fields.show {
    display: block;
}
.page-top {
    margin-top: 1em;
}
.page-update-personal-details #main .key, .page-update-personal-details #main .check-row,
.page-update-personal-details #main input[type=submit], .page-registration #main .key,
.page-registration #main .check-row, .page-registration #main input[type=submit] {
    margin-left: 160px;
}
.page-update-personal-details #search-bar input[type=submit], .page-registration #search-bar input[type=submit] {
    margin: 0;
}
.page-update-personal-details #main label.error, .page-registration #main label.error {
    right: auto;
    left: 160px;
    bottom: auto;
    top: 26px;
    text-align: left;
    width: auto;
}
.page-update-personal-details #main .check-row label.error, .page-registration #main .check-row label.error {
    left: 220px;
    top: 22px;
    left: 0;
}
.form-row .chzn-container {
    width: 312px !important;
}
.form-row .chzn-search input {
    width: 275px !important;
}
.form-row #search-go {
    margin: 15px 20px 0 160px;
}
.advanced-search-form #q {
    font-size: 90%;
    margin-bottom: 6px;
}
.advanced-search-form > p {
    margin-left: 160px;
}
.form-row.two-lines .chzn-container {
    margin-left: 160px;
}
.search-tips {
    position: absolute;
    z-index: 100;
    margin: 6px 0 0 160px;
    height: 18px;
    overflow: hidden;
    font-size: 90%;
}
.search-tips p {
    display: inline-block;
}
.no-js .search-tips:hover {
    height: auto;
}
#search-tips {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #aaa;
}

/* All content types */
.small-caps {
    font-variant: small-caps;
}
.underline {
    text-decoration: underline;
}
.overline {
    text-decoration: overline;
}
.quote {
    margin: 0.2em;
}

.paraphrase{ color:#AD6B2A; }

/* text & commentaries */
.meta {
    margin: 0 0 1em;
}
.meta p, .none p {
    margin: 0;
}
.inscription {
    background: #fff;
    padding: 1em;
    margin: 0 0 1em 0;
    border: 1px solid #ccc;
}
table.none {
    margin: 1em 0;
}
table.none td.left {
    width: 5%;
}
.TFhead .sectionhead, span.segnum {
    font-size: 150%;
    font-weight: bold;
    color: #AA0000;
}

.page-entry .content .star {
    float: left;
    position: relative;
    top: 5px;
}

/* your account */
#account-nav {
    position: relative;
    z-index: 10;
    background: #11216E;
    -webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.25);
            box-shadow: 0 20px 20px rgba(0,0,0,0.25);
}
#account-nav li {
    float: left;
}
#main-nav a, #main-nav a:visited {
    font: 18px/38px "Georgia","Brillonline","KadmosU","Antinoou","Gentium", "BrillText", "Arial Unicode MS","Lucida Grande","Lucida Sans Unicode","Times New Roman","SBL Hebrew", "Sylfaen", serif; background:no-repeat url(../img/bg-main-nav.png) #11216E top left; color:#fff; border-left:1px solid #000; display:block; text-decoration:none; text-align:center;
}
#main-nav li:first-child a {
    border-left: none;
}
#main-nav a:hover, #main-nav .selected a {
    border: 0;
    padding-right: 1px;
    background-color: #5151ba;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5151ba),to(#2b358d));
    background-image: -webkit-linear-gradient(top,#5151ba,#2b358d);
    background-image: -moz-linear-gradient(top,#5151ba,#2b358d);
    background-image: -ms-linear-gradient(top,#5151ba,#2b358d);
    background-image: -o-linear-gradient(top,#5151ba,#2b358d);
    background-image: linear-gradient(top,#5151ba,#2b358d);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5151BA',EndColorStr='#2B358D');
}
.page-your-account .account-group {
    width: 50%;
    float: left;
}
.account-group p {
    margin-left: 1em
}


/* subject listing */
.panel-left {
    float: left;
    width: 29%;
    min-height: 150px;
    margin: 0 2% 0 0;
}
.subject-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font: 16px "Georgia","Brillonline","KadmosU","Antinoou","Gentium", "BrillText", "Arial Unicode MS","Lucida Grande","Lucida Sans Unicode","Times New Roman","SBL Hebrew", "Sylfaen", serif;
    font-weight: normal;
}
.subject-list h3 {
    margin-bottom: 0.2em;
    font-size: 105%;
}
.subject-list ul {
    font-size: 13px;
    list-style: none;
}
.subject-list > li {
    width: 100%;
    line-height: 16px;
    clear: left;
    float: left;
    border-top: 1px solid #ccc;
}
.subject-list > li > div {
    padding: 12px;
}
.subject-list > li:first-child {
    border: none;
}
.subject-list > li > div > a {
    display: block;
}
.subject-list span {
    font-size: 12px;
    color: #aaa;
}
.subject-list .access-icon {
    float: none;
    display: inline-block;
}
#subject-list li li {
    padding-left: 24px;
    position: relative;
    line-height: 1.8em;
}
#subject-list .access-icon {
    position: absolute;
    top: 0;
    left: 0;
}
#subject-list .page-title.bar {
    margin-bottom: 0;
}

.subjects-intro {
    background-color: #d6d6d6;
    margin: 6px 0;
    padding: 10px;
}

.spotlight-article {
    float: left;
    width: 69%;
}
.spotlight-article img {
    float: left;
    margin: 0 15px 15px 0;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 4px 10px -3px rgba(0,0,0,0.8);
            box-shadow: 0 4px 10px -3px rgba(0,0,0,0.8);
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.col-container {
    margin-left: -2.5%;
}
.two-col {
    float: left;
    width: 47.5%;
    margin-left: 2.5%;
}
.two-col .book-title {
    min-height: 26px;
    margin-top: 11px;
}
.two-col > div:first-child .book-title {
    margin-top: 0;
}
.book-title.with-reader-btn {
    margin: -17px 0 0;
}
.reader-btn.blue-btn {
    float: right;
    font-size: 13px;
    margin: 5px 10px;
}
.reader-btn.blue-btn.toc-entry {
    margin: 26px 0 0;
}
img.reader-btn {
    margin: -5px 0 0 2px;
    width: 16px;
    }
.collapse-a-wrapper {
    margin-right: 125px;
}

.subject-collection-list {
    width: 100%;
    margin: 3px 0;
}
.subject-collection-list .access-icon {
    float: left;
    margin-right: 5px;
}
.subject-collection-list h4 {
    float: left;
    display: block;
    width: 90%;
    margin: 2px 0 0 0;
    font-style: normal;
}

/* Fragr styles */
nav#fragr-info{
    position: fixed;
    padding: 0.5em;
    right: 0;
    bottom: 0;
    background-color: #d1d1d1;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d1d1d1),to(#fff));
    background-image: -webkit-linear-gradient(top,#d1d1d1,#fff);
    background-image: -moz-linear-gradient(top,#d1d1d1,#fff);
    background-image: -ms-linear-gradient(top,#d1d1d1,#fff);
    background-image: -o-linear-gradient(top,#d1d1d1,#fff);
    background-image: linear-gradient(top,#d1d1d1,#fff);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#d1d1d1',EndColorStr='#ffffff');
}

body.label-preview .fragment{
    background-color: #FFFFE0;
    position: relative;
    z-index: 10;
    border: 1px solid yellow;
}

.fragment a.edit{
    position: absolute;
    top: -1.8em;
    left: 0.5em;
    border: 1px solid yellow;
    border-bottom: none;
    background-color: #FFFFE0;
    padding: 0px 5px;
    font-weight: bold;
}

div.fragment{
    display: inline;
    padding: 0;
    margin: 0;
}

body.fragr-enabled .tabs li {
    display:block !important;
}

#resource-select, #resource_select_chzn {
    display: none;
}

#tocpaging {
    max-width: 150px;
}

.row {
    margin-left: -20px;
}

.col-50 {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    padding-left: 20px;
    width: 50%;
}

.text-right {
    text-align: right;
}


/* Colorbox styles */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
#cboxOverlay{
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft{
    clear: left;
}
#cboxContent{
    position: relative;
}
#cboxLoadedContent{
    overflow: auto;
}
#cboxTitle{
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto{
    float: left;
    margin: auto;
    border: 0;
    display: block;
}
.cboxIframe{
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#333;}
#colorbox{}
#cboxContent{background:#fff; overflow:hidden; padding:20px 20px 50px 20px;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxTitle{position:absolute; bottom:10px; left:10px; right:10px; text-align:center; color:#000;}
#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
#cboxLoadingOverlay{background:#fff url(../img/colorbox/loading.gif) no-repeat 5px 5px;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; color:#444; font-size: 1.5em; line-height: 0.5em;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.js #colorbox #cboxLoadedContent>* { display:block; }

/* chosen https://github.com/harvesthq/chosen/ */
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
  width: 100%;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
}

.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}

/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('../img/chosen-sprite.png') no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('../img/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
/* @end */

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  width: 100%;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('../img/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('../img/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  background: transparent;
  border-left: none;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; }
.chzn-rtl .chzn-search { left: 9999px; }
.chzn-rtl.chzn-with-drop .chzn-search { left: 0px; }
.chzn-rtl .chzn-drop { left: 9999px; }
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('../img/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}
/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
      background-image: url('chosen-sprite@2x.png') !important;
      background-repeat: no-repeat !important;
      background-size: 52px 37px !important;
  }
}
/* @end of chosen */

/* Modifications to old styles from BRO */
.backtotop { display: none }

span.segnum{ font-weight: bold; }

/* ==|== non-semantic helper classes ========================================
Please define your styles before this section.
========================================================================== */

/* For image replacement */
.ir, #social-media a { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers: h5bp.com/m */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/n  & h5bp.com/o */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after, .form-row:before, .form-row:after, .content dl:before, .content dl:after, #subject-list li:before , #subject-list li:after { content: ""; display: table; }
.clearfix:after, .form-row:after, .content dl:after, #subject-list li:after { clear: both; }
.clearfix, .form-row, .content dl, , #subject-list li { zoom: 1; }

.clear { clear:both; }

/* ==|== media queries ======================================================
PLACEHOLDER Media Queries for Responsive Design.
These override the primary ('mobile first') styles
Modify as content requires.
========================================================================== */

@media (max-width:800px) {
    /* Style adjustments for viewports up to 800px go here */
    .advanced-search {
        font-size: 10px;
    }
    .form-row label {
        text-align: left;
    }
    .related-icons {
        display: block;
    } /* for the temporary solution of the related panel */
}

@media (max-width:768px) {
    /* Style adjustments for viewports up to 768px go here */
    body {
        font-size: 13px;
    }

    #container {
        width: 100%;
        min-width: 0;
        max-width: 2000px;
    }
    .header-big-icon, .header-big-icon img {
        width: 76px;
        height: auto;
        margin: 14px 5px 5px 5px;
    }
    .header-big-icon img {
        margin: 0;
    }
    #brill-logo, #brill-logo-link {
        width: 57px;
        height: auto;
        margin: 0;
    }
    #brill-logo-link {
        margin: 5px;
    }
    #site-logo-link {
        width: 330px;
        margin: 70px 0 0 0;
        font-size: 21px;
    }
    #site-logo-link em {
        font-size: 21px;
    }
    #supplimental {
        top: 5px;
    }
    #supplimental a {
        padding: 0 6px;
    }
    #main-nav ul li {
        width:38%;
    }
    #main-nav ul li:first-child {
        width:24%;
    }
    .brill-link, #supplimental {
        font-size: 13px;
    }
    .header-icons {
        bottom: 43px;
    }
    #breadcrumb {
        top: 8px;
        font-size: 12px;
        max-height: 20px;
        overflow: hidden;
    }
    #search-bar #q {
        width: 92%;
    }
    .hide-for-collapse {
        display: none;
    }
    #subject-list, .panel-left {
        width: 100%;
        min-height: 0;
    }
    .subject-list > li > div {
        padding: 6px 10px;
    }
    .subject-list > li > div > a, .subject-list h3 {
        font-size: 100%;
    }
    .search-filter {
        display: none;
    }
    .navbar {
        display: block;
        margin: 15px 0 10px 0;
    }
    .navbar-inner {
        padding: 0;
        background-color: transparent;
        background-image: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-width: 1px 0;
        -webkit-border-radius: 0;
                border-radius: 0;
    }
    .navbar .btn-navbar {
        margin-top: 10px;
    }
    .navbar .brand {
        font-size: 130%;
        color: #06254a;
        text-shadow: none;
        padding: 2%;
    }
    .nav-collapse .nav, .nav-collapse .nav ul {
        padding-left: 10px;
    }
    .nav-collapse .nav li {
        list-style: none;
    }

    .search-details, .results-list {
        width: 100%;
    }
    .spotlight-article {
        width: 100%;
    }
    .tabs {
        top: -26px;
    }
    .two-col {
        width: 100%;
    }

    .reader-container {
        float: none;
        clear: right;
    }

    .footer-site-links a {
        font-size: 12px;
    }
}

@media (max-width:680px) {
    .advanced-search-form > p, .form-row.two-lines .chzn-container, .search-tips, .form-row #search-go {
        margin-left: 0;
    }
}

@media (max-width:480px) {
    /* Style adjustments for viewports up to 480px go here */

    #supplimental, .brill-link, .header-icons,
    #footer-site-links .col:first-child {
        display: none;
    }

    #resource-select, #resource_select_chzn {
        display: block;
    }
    #resource_select_chzn {
        width: 150px;
        float: right;
        margin: 5px;
    }
    #masthead .chzn-search {
        display: none;
    }

    body {
        font-size: 12px;
    }

    #brill-logo {
        width: 40px;
        height: auto;
        float: left;
        margin-left: 5px;
    }
    #brill-logo-link {
        height: auto;
        margin: 5px;
    }
    .header-big-icon, .header-big-icon img {
        width: 40px;
        height: auto;
    }
    .header-big-icon {
        float: left;
        clear: left;
        margin: 5px;
    }
    #site-logo-link {
        float: left;
        display: inline-block;
        width: 60%;
        margin: 9px 0 0 0;
        font-size: 18px;
    }
    #site-logo-link em {
        font-size: 18px;
    }

    #main-nav {
        -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.4);
                box-shadow: 0 3px 3px rgba(0,0,0,0.4);
    }
    #main-nav a, #main-nav a:visited {
        font-size: 14px;
        height: 43px;
        line-height: 22px !important;
    }

    #main {
        width: 96%;
    }

    #right-bar {
        width: 96%;
        margin-left: 2%;
        min-height: auto;
        border-top: 1px solid #ccc;
        padding-top: 10px;
    }
    #addthis-links, .feedback {
        display: inline-block;
    }
    #right-bar .panel {
        padding: 5px 10px 0 10px;
    }
    #login-form .form-row {
        width: 37%;
        float: left;
        margin-right: 2%;
    }
    #login-form input[type=submit] {
        margin-top: 26px;
        padding: 4px 10px;
    }
    #right-bar ul {
        margin-left: -13px;
    }
    #right-bar li {
        float: left;
        margin-left: 13px;
    }
    .panel-title {
        clear: both;
    }

    #search-bar {
        padding: 5px 0 5px 0;
        line-height: 1.1;
    }
    #search-bar #q {
        width: 90%;
        height: 30px;
    }
    #search-left {
        left: 5px;
        right: 90px;
        top: 4px;
    }
    #search-right {
        width: 90px;
        right: 5px;
        top: 7px;
    }
    #search-bar.search-dropdown {
        padding-bottom: 0;
        height: 68px;
    }
    #search-bar.search-dropdown .chzn-container {
        float: left;
        right: auto;
        left: 5px;
        top: 35px;
        font-size: 12px;
    }
    #search-bar.search-dropdown #search-left {
        right: 100px;
    }

    h1 {
        margin-bottom: 0.5em;
    }
    .spotlight-article {
        width: 100%;
    }
    .pagination li {
        padding: 0 4px;
        font-size: 105%;
    }
    .result-item, .title-item {
        margin-bottom: 3px;
        padding: 5px 3px;
    }

    .reader-container {
        width: 280px;
        min-height: 55px;
        text-align: left;
    }
    .reader {
        display: none;
    }
    .full-screen-btn {
        top: 0;
        margin: 10px 0;
        width: 62%;
    }
    .reader-container .get-access.button {
        width: 62%;
    }
    .reader-container .blue-btn {
        width: auto;
        padding: 7px 42px 7px 10px;
    }
    .fullscreen-img {
        right: 10px;
        top: 6px;
    }

    .tabs {
        top: -24px;
    }
    .tabs li a {
        padding: 2px 5px 1px 5px;
    }
    .collection-related .three-col {
        clear: both;
        width: 95%;
    }
    .panel-round {
        -webkit-border-radius: 6px;
                border-radius: 6px;
    }
    .panel-header {
        -webkit-border-radius: 6px 6px 0 0;
                border-radius: 6px 6px 0 0;
        padding: 7px 10px 4px 10px;
    }

    #page-footer {
        padding: 5px 2% 25px 2%;
    }
    #footer-site-links .col {
        width: 48%;
        margin-right: 0;
        clear: both;
    }
    .footer-site-links a {
        font-size: 12px;
    }
    .footer-title {
        margin: 0;
        min-height: auto;
        line-height: 1.5;
        font-size: 18px;
    }
}

input.date-range {
	background-image: url(/static/img/datepicker.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 96% 50%;
	width: 128px !important;
	float: none !important;
	margin: 0 1px 0 0 !important;
}

span.date-range {
	padding: 0 6px;
}

/* ==|== print styles =======================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    /*a[href]:after { content: " (" attr(href) ")"; font-size:12px !important; font-style:normal !important; font-weight:normal !important; }*/
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after, #site-logo-link:after, #brill-logo-link:after, #breadcrumb a:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    #supplimental, #main-nav, #page-footer, #right-bar, #search-bar { display:none; }
    #home-hero { position:relative; top:auto; left:auto; right:auto; }
    #main { float:none; width:auto; }
    #background { height:auto; min-height:0; max-height:auto; }
    #relatedEntries{ display:none }
}
