/*  
Site Name: ---
Site URI: ---
Description: ---
Version: 1.0

UPDATE INFO ---------------------------------------

Revision number: 1.0
Last updated: 
Last update made by: Adam Wright (@rike) for big-backyard.co.nz

CONVENTIONS ---------------------------------------

hyphenate class / id names - #my-id-name, .my-class-name
class / id names to start with lower case letter (ID's reserved for .net use will start with Upper case letter)

CREDITS -------------------------------------------
this file adapted from the fantastic resources at http://html5boilerplate.com/
html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
other relevant credits have been left inline
*/

/* Reset -----------------------------------------------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }


/* Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/ */
select, input, textarea, button 	{ font:99% sans-serif; }

pre, code, kbd, samp 				{ font-family: monospace, sans-serif; } /* Normalize monospace sizing: en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */

/* Minimal base styles -----------------------------------------------------------------------------------------------------------------*/

html 				{ overflow-y: scroll; } /* Always force a scrollbar in non-IE */
a:hover, a:active 	{ outline: none; } /* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
ul, ol 				{ margin-left: 2em; }
ol 					{ list-style-type: decimal; }
nav ul, nav li 		{ margin: 0; list-style: none; list-style-image: none; } /* Remove margins for navigation lists */
small 				{ font-size: 85%; }
strong, th 			{ font-weight: bold; }
td 					{ vertical-align: top; }
sub, sup 			{ font-size: 75%; line-height: 0; position: relative; } /* Set sub, sup without affecting line-height: gist.github.com/413930 */
sup 				{ top: -0.5em; }
sub 				{ bottom: -0.25em; }
pre 				{ white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea 			{ overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, 
.ie7 legend 		{ margin-left: -7px; } 

input[type="radio"] 		{ vertical-align: text-bottom; } /* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="checkbox"] 		{ vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input 					{ vertical-align: text-bottom; }

label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; } /* Hand cursor on clickable input elements */

button, input, select, textarea { margin: 0; } /* Webkit browsers add a 2px margin outside the chrome of form elements */

input:valid, textarea:valid   								{  } /* Colors for form validity */
input:invalid, textarea:invalid 							{ border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection 	{ background: #444f51; color: #fff; text-shadow: none; } /* These selection declarations have to be separate No text-shadow: twitter.com/miketaylr/status/12228805301 Also: hot pink! */
::selection 		{ background: #444f51; color: #fff; text-shadow: none; }
a:link 				{ -webkit-tap-highlight-color: #FF5E99; } /* j.mp/webkit-tap-highlight-color */

button 				{  width: auto; overflow: visible; } /* Make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
.ie7 img 			{ -ms-interpolation-mode: bicubic; } /* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */

/* Default Styles --------------------------------------------------------------------------------------------------------*/

html 							{ -webkit-font-smoothing: antialiased; }
body 							{ background: #fff }
body, select, input, textarea 	{ color: #555; line-height: 18px; font-family: Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 			{ text-rendering: optimizeLegibility; color: #444f51; font-weight: bold; }
h1 								{ font-size: 24px; line-height: 24px; margin: 30px 0 17px 0px; position: relative; }
h2 								{ font-size: 22px; line-height: 36px; margin: 0 0 0 0; }
h3 								{ font-size: 20px; line-height: 18px; margin: 0 0 5px 0; }

h1.itemtitle                    { font-size: 30px; line-height: 24px; margin: 20px 0 10px 0px; position: relative; }

p 								{ font-size: 19px; margin-bottom: 18px; }

a, a:active, a:visited 			{ color: #444f51; }
a:hover 						{ color: #761400; }

input[type=text], input[type=password]				{
	border: 1px solid #bbbbbc; font-size: 19px; height: 28px; padding: 0 10px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
input.btn						{
	background: #444f51; border: none; height: 28px; color: #fff;  font-size: 20px; margin-left: 8px; font-weight: bold; padding: 0 18px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
}
input.btn:hover					{ background: #761400; }

input.backbtn				    {
    background: #444f51; border: none; height: 24px; color: #fff;  font-size: 18px; margin-left: 8px; font-weight: bold; padding: 0 10px;
    margin-top: 10px; margin-bottom: 10px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
}
input.backbtn:hover				{ color: #fff; background: #761400; }

/* Site Css ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* Structure -------------------------------------------------------------------------------------------------------------*/
#container 			{ width: 940px; margin: auto auto; }
header				{ position: relative; }
.col-main			{ float: left; margin-right: 40px; width: 660px; }
.col-sidebar		{ float: left; width: 240px; margin-top: -71px; background: #cecece; position: relative; z-index: 2; }
.ie7 .col-sidebar	{ padding-bottom: 30px; }

#menu                               { width: 940px; background-color: #333333; margin: 0 auto; height: 33px; }
.menu-links li					    { display: inline; float: right; height: 33px; padding-left: 0; padding-right: 0; }
.menu-links li a 			        { font-weight: bold; font-size: 17px;  float: left; text-decoration: none; margin-left: 10px; color: #FFFFFF; display: inline-block; height: 33px; line-height: 2.5em; padding: 3px 20px 2px; text-align: center; }
.menu-links li a:hover		        { background-color: #ffffff; color: #333333}
.menu-links li a.last		        { border: none; }

.uoe-links li                       { display: block; float: left; height: 33px; padding-left: 0; padding-right: 0; }
.uoe-links li a                     { font-weight: bold; font-size: 17px;  float: left; text-decoration: none; margin-left: 0px; color: #FFFFFF; display: inline-block; height: 33px; line-height: 2.5em; padding: 3px 20px 2px; text-align: center; }
.uoe-links li a:hover		        { background-color: #ffffff; color: #333333}


/* Uoe specific */
#collection-search              { width: 660px; padding-top: 20px;}
#collection-title	            { display: block; width: 940px; height: 127px; padding-top: 0px; }
.oblogo                           { display: block; width: 815px; height: 127px; float: left; background: #444 url(../images/rest-bit.png) no-repeat 0px 0px;}
.uoelogo                           { display: block; width: 125px; height: 127px; float: left; background: #444 url(../images/crest-bit.png) no-repeat 0px 0px;}




li.tile                         { display: inline; float: left; height: 188px; }

a.oblogo {
    position: relative
}

a.oblogo span {
    display: block;
    position: absolute;
    top: 33px;
    left: 233px;
    width: 429px;
    padding: 26px 0;
    background: #ffffff9d;
    backdrop-filter: blur(5px);
    color: #444f51;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
}

a.oblogo span:hover {
    background: #7614009d;
    color: #fff;
}

a.oblogo:hover span {
    display: block;
}

.search							{ padding-bottom: 20px; border-bottom: 1px solid #444f51; width: 660px; display: flex; align-items: center;}
.search input[type=text]		{ 
	box-shadow: 0px 0px 9px rgba(178,179,180, 0.3); -moz-box-shadow: 0px 0px 9px rgba(178,179,180, 0.75); -webkit-box-shadow: 0px 0px 9px rgba(178,179,180, 0.3); 
	font-size: 22px; color: #444f51; font-weight: bold; padding-left: 33px; width: 390px;
	background: #fff url(../images/bg-search.png) no-repeat 0px 0px;
}
.ie7 .search input[type=text]	{ width: 355px; }
.search input.btn				{ margin-right: 8px; }
.search .advanced 				{ font-size: 16px; text-align: center;}
.search .advanced:hover			{ text-decoration: underline; }

.header-links 					{ position: absolute; top: 16px; left: 0; overflow: hidden; }
.header-links a 				{ font-size: 16px;  float: left; text-decoration: none; padding-right: 10px; margin-right: 10px; border-right: 1px solid #b8c1c6; line-height: 12px;  }
.header-links a:hover			{ text-decoration: underline; }
.header-links a.last			{ border: none; }

.col-sidebar h4                 {color: #fff; line-height: 26px; font-weight: bold;  font-size: 18px; margin-bottom: 17px; background: #444f51; padding: 0 17px; }
.col-sidebar h4 a               {
    background: #444f51; url(../images/bg-arrows.png) no-repeat 100% -92px;
    display: block; color: #fff; text-decoration: none; width: 223px; padding-left: 17px; position: relative; left: -17px;
}
.col-sidebar h4 a:hover         { background: #761400 url(../images/bg-arrows.png) no-repeat 100% -92px; }
.col-sidebar ul                 { list-style-type: none; margin: 2px 2px 25px 2px; font-size: 18px; }
.col-sidebar ul li              { line-height: 16px; margin-top: 5px; padding: 0 17px; }
.col-sidebar ul a               { text-decoration: none; display: block; }
.col-sidebar ul a:hover         { text-decoration: underline; }

.col-sidebar ul.selected                    { background: #ffffff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 7px 9px; margin: 0 17px 4px 17px; }
.col-sidebar ul.selected li                 { position: relative; color: #444f51; padding: 0; padding-right: 17px;}
.col-sidebar ul.selected a                  { color: #444f51; padding: 0; }
.col-sidebar ul.selected a:hover            { background: none; text-decoration: underline;}
.col-sidebar ul.selected a.deselect         { display: block; width: 13px; height: 13px; background: url(../images/bg-deselect.png) no-repeat 0px 0px; text-indent: -9999px; position: absolute; top: 0; right: 0; }
.col-sidebar ul.selected a.deselect:hover   { background-position: 0px -15px; }

.col-sidebar ul.related li 					{ padding: 0 20px 0 20px; position: relative; margin-bottom: 18px; zoom: 1; }
.col-sidebar ul.related li.first            { }
.col-sidebar ul.related li a 				{ padding: 0; }
.col-sidebar ul.related li a:hover			{ background: none; text-decoration: underline; }
.col-sidebar ul.related .tags				{ margin: 0px 0 0 0; }
.col-sidebar ul.related .tags a 			{ padding: 2px 5px; display: inline-block; background: #ffffff; color: #444f51;}
.col-sidebar ul.related .tags a:hover		{ text-decoration: none; background: #444f51; color: #fff; }

.col-sidebar ul.related li a.related-record { font-size: 20px; padding-bottom: 5px;}


.tags					{ margin: 0 0 0 0; }
.tags a 				{ font-size: 19px; background: #cecece; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 2px 6px; line-height: 20px; margin-right: 8px; text-decoration: none; }
.tags a.bold			{ font-weight: bold; }
.tags a:hover			{ background: #e7e8ea; color: #761400; }

footer 						{ margin-top: 40px; }
footer a.border				{ border-right: 1px solid #cecece;  }
footer a:hover				{ color: #333 !important; text-decoration: underline; }


.site-links			        { display: block; padding-top: 10px; padding-bottom: 10px; width: 520px; float: left; }
.site-links a 		        { font-size: 16px;  color: #5e5e5e  !important; text-decoration: none; font-weight: bold;  padding-right: 15px; margin-right: 10px; border-right: 1px solid #cecece;}
.site-links a.border	    { border-right: 1px solid #cecece;}
.site-links a.last	        { border: none; }
.site-links a:hover	        { text-decoration: underline; color: #761400; }

.social-links           { display: block; float: right; padding: 3px;}

.social-icons li                          { display: block; float: left; height: 33px; padding-left: 0; padding-right: 0; }
.social-icons li a                        { display: block; margin: 0; width: 33px; height: 33px; line-height: 33px; padding: 0;}
.social-icons li a.facebook-icon          { display: block; width: 33px; height: 33px; float: left; background: url(../images/facebookiconfooter.png) no-repeat 0px 0px;}
.social-icons li a.facebook-icon:hover    { display: block; background: url(../images/facebookiconfooter2.png) no-repeat 0px 0px; }
.social-icons li a.twitter-icon           { display: block; width: 33px; height: 33px; float: left; background: url(../images/twittericonfooter.png) no-repeat 0px 0px;}
.social-icons li a.twitter-icon:hover     { display: block; background: url(../images/twittericonfooter2.png) no-repeat 0px 0px; }


.footer-disclaimer      { display: block; width: 95%; margin: auto; }
.footer-logo            { display: block; float: left; }
.is-logo                { display: block; float: left; padding-left: 10px; }
.luclogo                { display: block; width: 64px; height: 64px; background: url(../images/OBooksLUCLogo.png) no-repeat 0px 0px; }
.islogo                 { display: block; float: left; width: 50px; height: 64px; background: url(../images/islogo.gif) no-repeat 0px 0px; }

.footer-policies        { display: block; float: left; padding-left: 10px; }
.footer-policies p      { font-size: 18px; margin-bottom: 5px; color: #555555}
.obooks-tile                { float: left; display: block;}
.ccbylogo               { display: block; width: 100px; height: 35px; background: url(../images/ccby.jpg) no-repeat 0px 0px;text-align: center; }

#burns                      { text-align: center;}
#ccby                     {width: 940px; text-align: center;}

.obooks-logo                { display: block; float: left; }
.obooks-logo a              { padding-right: 0; }

.footer-links               { margin-top: 15px; margin-bottom: 15px; text-align: left;  border-top: 1px solid #761400; border-bottom: 1px solid #761400; width: 660px; height: 39px;}
.footer-policies            { display: block; float: left; margin-top: 0; margin-bottom: 0; padding-left: 5px; padding-top: 2px; width: 470px; text-align: center; }
.footer-policies a:hover    { color: #333 !important; text-decoration: underline; border: none;}

.copyright-policies            { margin-top: 0; margin-bottom: 0; padding-left: 5px; padding-top: 2px; text-align: center;  border-bottom: 1px solid #444f51; width: 660px; }
.copyright-policies a:hover    { color: #333 !important; text-decoration: underline; border: none;}


/* Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/

.listing 							{ list-style-type: none; margin: 0; }
.listing li 						{ padding: 10px 0 20px 10px; position: relative; border-bottom: 1px solid #444f51;}
.listing li.first					{ padding-top: 14px; }
.listing li.last					{ padding-bottom: 30px; }
.listing li a 						{ text-decoration: none; }
.listing li a:hover					{ text-decoration: underline; }

.listing li h3 						{ margin-bottom: 8px; }
.listing li .tags					{ margin: 0 0 8px 0; }
.listing li .tags a 				{ font-size: 18px; }
.listing li .tags a:hover			{ text-decoration: none; }
.listing li h3                      { margin-bottom: 8px; }
.listing li p 						{ font-size: 18px; margin: 0; }

/* Flex layout: avoids "1-10 of 119 res" overlapping "Sort by" when many options */
.listing-filter						{ display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 0.5rem 1.25rem; padding: 0 0 6px 0; border: none; border-bottom: 1px solid #444f51; line-height: 1.35; min-height: 2.25rem; }
.listing-filter .no-results			{ position: static; flex: 0 1 auto; max-width: 46%; text-align: left; }
.ie7 .listing-filter .no-results	{ top: -10px; }
.listing-filter .sort				{ flex: 1 1 18rem; font-size: 16px; color: #761400; padding-right: 0; text-align: right; }
.listing-filter .sort a 			{ text-decoration: none; }
.listing-filter .sort a:hover		{ text-decoration: underline; }
.listing-filter .sort strong		{ color: #333; }
.listing-filter .sort em			{ padding-left: 10px; font-style: normal; }

/* Search rows: floated .record-bitstreams needs clearing inside .iteminfo */
.listing li .iteminfo::after			{ content: ""; display: table; clear: both; }

.icon 								{ display: block; width: 54px; height: 32px; background: url(../images/bg-icons.png) no-repeat 0px 0px; position: absolute; top: 0; left: -54px; background-position: -908px 0; }
h1 .icon							{ top: -5px; left: -65px; }
.listing li .icon					{ top: 10px; }
.listing li.first .icon				{ top: 30px; }
.media-artwork{ background-position: 0 0; width: 32px; height: 22px; }
.media-audiovisual-material, .media-filmorbroadcast, .media-movingimage, .media-video{ background-position: -72px 0; }
.media-book-section, .media-book, .media-conference-proceedings, media-edited-book, .media-electronic-book{ background-position: -154px 0; }
.media-conference-paper, .media-electronic-article{ background-position: -232px 0; }
.media-journal-article{ background-position: -318px 0; }
.media-magazine-article, .media-newspaper-article, .media-newspaper{ background-position: -400px 0; }
.media-online-multimedia, .media-web-page{ background-position: -480px 0; }
.media-presentation{ background-position: -564px 0; }
.media-report{ background-position: -646px 0; }
.media-serial{ background-position: -728px 0; }
.media-thesis{ background-position: -818px 0; height: 50px; }
.media-unknown{ background-position: -908px 0; }

.small-icon 						{ display: block; width: 22px; height: 20px; background: url(../images/bg-icons-small.png) no-repeat 0px 0px; position: absolute; top: 0; left: 12px; }
.ie7 .small-icon					{ }
.small-icon.media-film				{ background-position: 0px 0px; }
.small-icon.media-doc				{ background-position: 0px -20px; }
.small-icon.media-img				{ background-position: 0px -40px; }
.small-icon.media-book				{ background-position: 0px -60px; }

.pagination							{ border-top: 0; line-height: 33px; text-align: center; position: relative; font-size: 17px; font-weight: bold; }
.pagination a 						{ color: #761400; text-decoration: none; display: inline-block; padding: 0 5px; }
.pagination a.selected 				{ background: #e8e8e8; color: #333; }
.pagination a:hover					{ color: #333; text-decoration: underline; }
/* SearchController pagination: ul/li markup (Bootstrap class names) without Bootstrap CSS loaded */
div.pagination > ul.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
div.pagination > ul.pagination > li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
div.pagination > ul.pagination > li.active span {
	background: #e8e8e8;
	color: #333;
	display: inline-block;
	padding: 0 5px;
}
.pagination .prev,
.pagination .next					{ display: block; position: absolute; top: 0; font-size: 17px; background: url(../images/bg-arrows.png) no-repeat 0px 0px; }
.pagination .prev					{ left: 0; padding: 0 10px 0 25px; }
.pagination .next					{ right: 0; padding: 0 25px 0 10px; background-position: 100% -33px !important; }
.pagination .prev:hover,
.pagination .next:hover 			{ background: #def5fb url(../images/bg-arrows.png) no-repeat; }

.content 							{ margin-top: 15px; }
.content ul 						{ margin: 0 0 18px 1.2em; }

table								{ width: 100%; background: #fff; }
table caption						{ text-align: left; background: #677077; color: #fff; font-size: 18px;  font-weight: bold; padding: 8px 17px; border-bottom: 1px solid #fff;  }
table td,
table th							{ text-align: left; border-right: 1px solid #fff;  }
table tr:nth-child(2n)				{ background: #fff; }

.feedback_form                      { padding: 10px 0;}
.feedback_form label                { display: block; width: 100px;}
.record-bitstreams              { display: block; width: 660px; margin: 5px 0; }
.record-image                   { float: left; max-width: 230px; max-height: 200px; margin: 5px 5px 0px 0px; border: solid 1px #093563; }
#main-image                     { max-width: 500px; display: block; border: solid 1px #093563;}
#second-image                   { max-width: 500px; max-height: 200px; display: block; border: solid 1px #093563; margin: 5px 5px 0px 0px; }

audio[id^="audio-"]             { margin: 5px 0; }
span[id^="video-"]              { margin: 5px 0; }

.pdfviewer{
    border: 1px solid black;

}

/* <END> Site Css \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

table td,
table th							{ padding: 8px 17px; text-align: left; color: #444f51; }
table th                            { border-right: 1px dashed #D6D3C4; width: 20%; }
table td                            { width: auto; color: #222222;}
table tr                            { border-bottom: 1px dashed #D6D3C4; }
table tr:last-child                 { border: 0; border-bottom: none; }

.feedback_form                  { padding: 0 20px;}
.feedback_form label            { display: block; width: 100px;}
#recaptcha_table                { width: 480px; }


/* <END> Site Css \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

/* Non-semantic Helper Classes --------------------------------------------------------------------------------------------------------*/

.ir 			{ display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; } /* For image replacement */
.hidden 		{ display: none; visibility: hidden; } /* Hide for both screenreaders and browsers: css-discuss.incutio.com/wiki/Screenreader_Visibility */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* Hide only visually, but have it available for screenreaders: by Jon Neal.*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.invisible 		{ visibility: hidden; } /* Hide visually and from screenreaders, but maintain layout */
.clearfix:before, .clearfix:after 	{ content: "\0020"; display: block; height: 0; overflow: hidden; } /* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.j.mp/bestclearfix */
.clearfix:after 					{ clear: both; }
.clearfix 							{ zoom: 1; } /* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */


/* Media queries for responsive design --------------------------------------------------------------------------------------------------------*/

@media all and (orientation:portrait) {
	/* Style adjustments for portrait mode goes here */
}

@media all and (orientation:landscape) {
	/* Style adjustments for landscape mode goes here */
}

@media screen and (max-device-width: 480px) {
	/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome) consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
	/* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
	/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/* Print styles --------------------------------------------------------------------------------------------------------*/

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]: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; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


.jcarousel-wrapper {
    margin: 10px auto;
    position: relative;
    border: 25px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}
/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    margin-left: -7px;
    margin-right: -7px;
    text-align: center;
    color: #EB0955;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 36px Arial, sans-serif;

}
.jcarousel-control-prev {
    left: -11px;
}
.jcarousel-control-next {
    right: -11px;
}
.listing li a.downloadButton, a.downloadButton:visited
{
    float: right;
    border: none; height: 18px; color: #fff;  font-size: 18px; text-decoration: none; font-weight: bold; padding: 5px 10px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
    background: url("../images/bg-arrows2.png") no-repeat scroll 100% 0px #444f51;
    padding-right: 24px;
    position: relative;
}

.listing li a.downloadButton:hover
{
    color: #fff;
    text-decoration: none;
    background: url("../images/bg-arrows2.png") no-repeat scroll 100% 0px #761400;
}
.record-bitstreams          { display: block; width: 330px; margin: 5px 0; text-align: right; float: right; font-size: 19px;}
.record-bitstreams a:hover  { color: #999; }


/* Bootstrap CSS */

.carousel-caption {
    padding-bottom: 20px;
    color: #ffffff;
    padding-top: 20px;
    text-align: center;
    text-shadow: none;
    
    z-index: 10;

    /* styling below */
    background-color: #444f51;
    font-size: 20px;
    font-weight: bold;
    /* opacity: 0.80; /* transparency */
    /* filter: alpha(opacity=80); /* IE transparency */
}

.caption-iog  { top: 6%; right: 1%; bottom: 1%; left: 2%;}

.pagenotfound {
    border-top: 1px solid #444f51;
}

.italic { font-style: italic; }
.bold { font-weight: bold; }

/* ---------------------

        Hilighter

------------------------*/

.form-control:focus-visible, 
button:focus-visible, 
button:focus, 
input:focus-visible, 
a:focus-visible {
    position: relative;
}

.form-control:focus-visible:after, 
button:focus-visible:after, 
button:focus:after, 
input:focus-visible:after, 
a:focus-visible:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    outline: 4px solid #ffd900;
    outline-offset: -3px;
    box-shadow: 0 0 0 4px #761400;
    pointer-events: none;
    z-index: 1;
    display: block;
}

a:focus-visible {
    display: inline-block;
    overflow: visible;
}

a div:focus-visible {
    outline: 4px solid #ffd900;
    outline-offset: 4px;
    box-shadow: 0 0 0 8px #761400;
}

.form-control:focus-visible,
input:focus-visible,
select:focus-visible,
input:focus {
    outline: 4px solid #ffd900;
    box-shadow: 0 0 0 8px #761400;
}

/* ---------------------

      Skip to Main

------------------------*/
.screen-reader-text {
    position: absolute !important;
    clip-path: circle(0%);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    word-wrap: normal!important;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    z-index: 100000;
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    text-decoration: none;
    color: black;
    border-radius: 3px;
    background-color: #fff;
    font-size: 12pt;
    font-weight: bold;
    line-height: normal;
    clip-path: circle(100%);
    padding: 8px;
}

.visually-hidden {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* Added to prevent text wrapping */
  }

/* Record page JSON / IIIF toolbar icons (shared with MIMEd; not in upstream Open Books theme CSS) */
.iiiflogo { display: inline-block; width: 50px; height: 50px; background: url(../images/iiiflogo.png) no-repeat 0px 0px; }
.lunalogo { display: inline-block; width: 50px; height: 50px; background: url(../images/LUNAIIIF.png) no-repeat 0px 0px; }
.uvlogo { display: inline-block; width: 50px; height: 50px; background: url(../images/uv.png) no-repeat 0px 0px; }
.miradorlogo { display: inline-block; width: 50px; height: 50px; background: url(../images/mirador-logo.png) no-repeat 0px 0px; }