
/*************************************/
/* Meyer CSS Reset                   */
/*************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/*	font: inherit;  */
	font-family: "Century Gothic", CenturyGothic, sans-serif;	/* AppleGothic - causing problems with accented characters */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************************************/
/* Start of UFL CSS                   */
/**************************************/

/* items at the top are the same in all screen sizes */
/* the webkit highlight color turns off the orange click border in android */
* { margin: 0; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

html, body , form {
    height: 100%;
}

html, body {
    font-size:12pt;
	margin: 0;
	padding: 0;
}

.notEngOrSpa { 
    /* Only use Century Gothic for English and Spanish - other languages result in mixed fonts which look funny */
    font-family: sans-serif;
}

.notEngOrSpa p { 
    /* Only use Century Gothic for English and Spanish - other languages result in mixed fonts which look funny */
    font-family: sans-serif;
}

.wood-background {
	background: #C9AF8E url("/images/wood.jpg?v=513917073t3") repeat;
}

/* needed to help determine existence and size of mobile browser address bar */
#uflMainWrapper {
    position: relative;
    top: 0;
	left: 0;
	right: 0;
	margin: 0;
}

.innerBody {
	height: 100%;
}

.return-div {
    z-index: 1001;
    position: absolute; 
    top: 10px;
    left: 0px;
    width: 40px;
    height: 37px;
}

.return-div > a {
    position: relative;
    height: 37px; 
    top: 0px;
    padding: 0px 0 0 38px;
    border: none;
    background-color: #00aed8;
    background: url(/images/uflsprite.png?v=513916709) no-repeat -205px -89px;
}

.SmallScreenPortrait .return-div {
    top: 6px;
    left: 10px;
}

.hamb-div {
    z-index: 1001;
    position: absolute; 
    top: 10px;
    left: 0px;
    width: 40px;
    height: 37px;
}

.hamb-div .btn {
    background-color: #00aed8
}

.SmallScreenPortrait .hamb-div {
    top: 6px;
    left: unset;
    right: 10px;
}

.hamb-div i {
    color: white;
    scale: 2;
}

.hamb-div .dropdown-menu {
    background-color: #28ccf3;
}

.SmallScreenPortrait .hamb-div .dropdown-menu {
    right: 0px;
    left: unset;
}

.SmallScreen .uflFooter, .SmallScreen .uflPush, .SmallScreen #uflBookReaderNav {
    display: none;
}

.SmallScreenPortrait .navbar-normal-top {
    display: flex;
    justify-content: center;
}

.SmallScreenPortrait #uflIconReaderNav {
    margin-left: 0px;
}

.SmallScreenPortrait .navbar-tabs {
    display: none;
}

.SmallScreenPortrait .ufl-header-logo-text {
    display: none;
}

.SmallScreen .f100-navbar {
    display: none;
}

body.SmallScreen {
    viewport-fit: cover;
    overflow: hidden;
    touch-action: manipulation; /* Allows taps, gestures, but no scrolling */
}

body {
    touch-action: pan-y manipulation;
}

.ViewBook {
	position: relative;
	width: 100%;
	max-width: 1476px;		/* height is set by aspect ratio on the dummy below */
	margin: 0 auto;
	color: black;			/* black text is the default for the book */
	font-size: 28pt;		/* 2013.07.24 - all fonts in the book display, include read next text and eventually audio bar text scale from this value. Must be specific with pt size to fit the book - we can't go by ems or % as the default */
	line-height: normal;
	font-weight: bold;		/* 2013.07.18 */	
        overflow-x: hidden;
        overflow-y: hidden;
        visibility:hidden;      /* hidden by CSS, turned on in JS once the images are all loaded - this prevents the next 4 panel flickering */
        
}

.PageBorders {				/* gray borders on the book outisde of PW so that the edge will not be cutoff on small screens */
	position: relative;
	width: 100%;
	max-width: 1476px;		/* height is set by aspect ratio on the dummy below */
	margin: 0 auto;
	background-color: #003B69;
	border-style: solid;
	border-color: #003B69;
	border-width: 4px 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 7px;
}

.SinglePageBook .PageBorders {				
	background-color: transparent;
	border-color: transparent;
}

.PageBordersSwipe {		/* overlay put on the top of the book to capture swipe events, has to be tucked in left and right though so we don't cover the clickable page turn areas */
	position: absolute;
	top: 0px;
	left: 17px;         /* space on left and right = width of page trun edges - leave them uncovered so that are still clickable */
	right: 17px;
	height: 100%;
	background: transparent;
}

.PagesWrapper {
/*	display: inline-block;  MLR 2016.02.19 - needed to compensate for content-box sizing before bootstrap. Should have been removed with that change.
                            It was causing the page edges and the shadow to be in the wrong spots. inline-block stays in for the videopanel version though */
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	/* shadow under book */
	-webkit-box-shadow: 0px 14px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 14px 5px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 14px 5px rgba(0, 0, 0, 0.5);
}

.PagesWrapper > .Four-by-Three-Aspect-Ratio { 
    padding-bottom: 37.5%;  /* aspect ratio of 4:3 for each page, 8:3 for the page pair. */
	margin: 0 auto;
}

.PagesWrapper2 {
	position: absolute;		/* use all of the PW space */
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.Pages { display: block; height: 100%; width: 100%; line-height:1.2;}
.Pages > div {
	float: left;
	height: 100%;
    overflow:hidden;
	position: relative;
/*	vertical-align: middle;		7-31 android testing - this shouldn't be needed */
	width: 50%;
}

.Pages > div > .Content {
	font-size: 100%;		/* 2013.07.24 - based on Viewbook default. Viewbook value will scale with page */
/*	padding: 5% 5% 5% 12%;	/* pad top and bottom is counteracting the js vertical center function */
	padding-left: 12%;
	padding-right: 5%;
}

.Pages > div.LeftPage > .Content {
	text-align: center;
	padding: 0;
}
.Pages > div img {
	/* max-height: 100%; */
	max-width: 100%;			/* so sponsor logos don't get blown up on the cover */
	height: auto;
	margin: 0 auto;
}
.Pages > .RightPage { background: #FFFFFF url('/images/page-shadow.png?v=513917073t3') repeat-y 0 0; }

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

/* 2013.07.22 - these are the 7 styles that the pages can use in each book */
/* these were derived from what we had in production at the time */
.uflTxt150 { font-size: 150%; text-align:center;}	/* 1-2 word books. Large. Centering */
.uflTxt100 { font-size: 100%; }						/* standard book text, also title text right now */
.uflTxt100T { font-size: 100%; }						/* title text same as standard right now, but may change later */
.uflTxt85 { font-size: 85%; }				
.uflTxt75 { font-size: 75%; }						/* book with lots of text per page */
.uflTxt65 { font-size: 65%; }						/* special for the Denver Zoo - not in the book editor */
.uflTxt56 { font-size: 56%; }						/* by and Author on the title page */
.uflTxt40 { font-size: 40%; }						/* copyright on the title page */
.uflTxt30 { font-size: 30%; }						/* small line mostly for vertical spacing */
	
/* books on the last page for suggestions on what to read next */
.pnlRightNextBooks {
    z-index: auto;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.SinglePageBook .pnlRightNextBooks {
    width: 100%;
    height: unset;
    right: unset;
    left: 0px;
    margin-top: 20px;
} 

.ReadMoreText {
    font-size: 70%;		/* based on the page content sizes above */
	text-align: center;
	color: #003B69;		/* was white */
	overflow:hidden;
	white-space: nowrap;
    margin: 1% 0%;
    width: 100%;
}

.rnbContainer {
    width: 100%;
    position: relative;
    top:0;
    bottom:0;
    /*height: 90%;          MLR 2013.111.13 */
    /* padding-left: 5%;    MLR 2013.111.13 */
    padding: 0 5%;
    overflow:hidden;
}

.NextImage, .NextImage  li, .NextImage ul  {
    margin: 0;
    padding: 0;
    list-style-type:none;
}

.NextImage ul  {
    position:absolute;
}

.NextImage li {
    float: left;
    width: 45%;
    margin: 0 2% 4% 3%;
}

.NextImgButton img {
    max-width: 100%;
    max-height: 100%;
/*    margin-bottom: 2.5%;        /* added when we went js-based because the controls used differed */
	/* shadow under book */
	-webkit-box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 7px 5px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 7px 5px rgba(0, 0, 0, 0.5);
}
.NextImgButton img:hover {
	-webkit-box-shadow: 0px 7px 5px rgba(0,58,105,1.0);
	-moz-box-shadow: 0px 7px 5px rgba(0,58,105,1.0);
	box-shadow: 0px 7px 5px rgba(0,58,105,1.0);
}


/*---------------------------------------------------
AASL Award
---------------------------------------------------*/

#aasl_cover_screen {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1038;
    -webkit-transform:translate3d(0,0,0);  /* hack for safari bug */
    background-color: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.aasl-logo-div {
    position: absolute;
    top: 5.5px;
    right: 75px;
    z-index: 1037;
    -webkit-transform:translate3d(0,0,0);  /* hack for safari bug */
}

.aasl-logo-div-big {
    z-index: 1039;
}

.aasl-logo-div:hover {
    cursor:pointer;
}

.content-aasl {
    position: relative;
    display: inline-block;
    pointer-events: auto;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .5rem;
    outline: 0;
    background-color: #ffffff;
    box-sizing: border-box;
    text-align:center;
    padding: 2px;
}

.content-aasl-big {
    max-width: 600px;
    padding: 20px;
    box-shadow: 0px 0px 3px #ccc;
}



/*---------------------------------------------------
Special Page Styles
---------------------------------------------------*/

.PageTextBlue .PageText {
    color: #003B69;
}

div#LeftPage.PageTextWhiteBG {       /* so the backround color doesn't show through in this case when the image isn't shown */
    background-color:#FFF;
}

.PageTextBottom img {
    display: none;
}

.PageNoText .PageText {
    display: none;
}

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

.jplayer_inspector {
    width: 100%;
    background-color: white;
    color: black;
}
/* 2014.01.28 - some audio problems being caused by not hooking into default css names for jplayer
    so we integrated those names into the audiobar and updated this whole section */
.AudioBar {
	clear: both;
	position: relative;
	min-height: 33px;
	margin-top: 25px;
	max-width: 1476px;
	width: 100%;
	color: #003B69;					/* was FF */
	line-height: initial;
/*	overflow:hidden;                MLR - turning this off allows the language names to wrap underneath the speaker on small screens */
}

#AudioBarSponsorText {
	font-size: 14pt;				/* doesn't scale with page scaling, since audiobar height is static. We step it with CSS since the width is changing though */
}

.AudioPageSide {
    position: absolute;
    left: 50%;   
    width: 49%;
}

.AudioPageSide.LeftAudio {
    left: 0%;   
}

.SinglePageBook .AudioPageSide {
    width: 100%;
    left: 0%
}

.SmallScreen .AudioPageSide.twoLine {
    width: 100%;
    left: 0%
}

#AudioPageSide.twoLine #jp_container_1:not(.SmallScreen #jp_container_1), 
#AudioPageSide.twoLine #jp_container_2:not(.SmallScreen #jp_container_2) {
    width: 100%;
    left: 0%
}

.SmallScreen .SinglePageBook .AudioPageSide.twoLine #jp_container_1,
.SmallScreen .SinglePageBook .AudioPageSide.twoLine #jp_container_2 {
    width: 100%;
}

.SmallScreen .SinglePageBook .pageCover .uflTxt56,
.SmallScreen .SinglePageBook #measure-page .uflTxt56 {
    margin-top: 10px;
}

.SmallScreen .SinglePageBook .pageCover .uflTxt40,
.SmallScreen .SinglePageBook #measure-page .uflTxt40 {
    margin-top: 15px;
}

.SmallScreen .SinglePageBook .AudioBar {
    height: 60px;
}

div.jp-jplayer {
	width:0px;
	height:0px;
    background-color: #000000;
}

#jp_container_1, #jp_container_2 {
	width:50%;
    float: left;
    position:relative;
    height: 33px;           /* the old 44 less 11 more pixels or margin than before */
}


/* @group title - jplayer */

div.jp-title {
    /* position: absolute; */
    /* overflow: hidden; */
    /* padding:0 6px 0 0; */
    /* height: 30px; */
    /* text-align:center; */
    font-size: 12pt;  /* this is not used but it keeps the size of this div from changing */
}


/* @end */

/* @group NO SOLUTION error feedback - jplayer */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#3a2a45;
	border-top:2px solid #554461;
	border-left:2px solid #554461;
	border-right:2px solid #180a1f;
	border-bottom:2px solid #180a1f;
	color:#FFF;
	display:none;
}

.jp-no-solution a {
	color:#FFF;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */
/* end of AudioBar */

/* Clickable page edges -------------------------------------------------- */
/* they are vertically sized by the page border but need to bump out left and right onto the border box */
.PageEdgeLeft {
	position: absolute;
	top: 0px;
	height: 100%;
	left: -11px;	/* offset for border gray */
	width: 28px;	/* whole clickable box is 8 gray border, 10 page edge, 10 on the edge of the page itself */
}

.SinglePageBook .PageEdgeLeft {
	left: -13px;	/* offset for border gray */
}

.PageTurnLeft {
	position: absolute;
	width: 10px;
	bottom: 0;
	top: 0;
	background: transparent url('/images/morepages-13.png?v=513917073t3') repeat-y 5px 0px;
	border: none;
}
.PageTurnLeft.p1 {left:9px;top:1px;bottom:1px;}
.PageTurnLeft.p2 {left:6px;top:2px;bottom:2px;}
.PageTurnLeft.p3 {left:3px;top:3px;bottom:3px;}
.PageTurnLeft.p4 {left:0px;top:4px;bottom:4px;}

.PageEdgeLeftArrow {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -17px;
	width: 17px;
	height: 34px;
	background: url('/images/uflsprite.png?v=513917073t3') no-repeat;
	background-position: 0px -132px;
}
.PageEdgeLeftArrow.clicked {
	background-position: -34px -132px;
}
.PageEdgeLeft:hover, .PageEdgeRight:hover {
	cursor:pointer;
}
.PageEdgeRight {
	position: absolute;
	top: 0px;
	height: 100%;
	right: -11px;	/* offset for border gray */
	width: 28px;	/* whole clickable box is 8 gray border, 10 page edge, 10 on the edge of the page itself */
}
.PageTurnRight {
	position: absolute;
	width: 0;
	bottom: 0;
	top: 0;
	background: transparent url('/images/morepages-13.png?v=513917073t3') repeat-y 10px 0px;
	border: none;
}
.PageTurnRight.p1 {width:14px;top:1px;bottom:1px;}
.PageTurnRight.p2 {width:16px;top:2px;bottom:2px;}
.PageTurnRight.p3 {width:18px;top:3px;bottom:3px;}
.PageTurnRight.p4 {width:20px;top:4px;bottom:4px;}

.PageEdgeRightArrow {
	position: absolute;
	left: 11px;
	top: 50%;
	margin-top: -17px;
	width: 17px;
	height: 34px;
	background: url('/images/uflsprite.png?v=513917073t3') no-repeat;
	background-position: -17px -132px;
}
.PageEdgeRightArrow.clicked {
	background-position: -51px -132px;
}

/* Covers ------------------------------------------------------------------------- */
.Cover .PageBorders {
	/* No visible backgrounds or padding */
	background-color: transparent;
	border-style: transparent;
	border-color: transparent;
}

.Cover .PagesWrapper {
	/* No shadow under full book */
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 0px rgba(0, 0, 0, 0.5);
}

.Cover.Front .LeftPage {
	background-color: transparent; 
	/* No shadow under page */
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 0px rgba(0, 0, 0, 0.5);
}

.Cover.Front .RightPage {
	background-color: transparent;
	background-image: none;
	/* shadow under page */
	-webkit-box-shadow: 0px 14px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 14px 5px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 14px 5px rgba(0, 0, 0, 0.5);
}

.Cover.Back .LeftPage {
	background-color: transparent;
	/* shadow under page */
	-webkit-box-shadow: 0px 14px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 14px 5px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 14px 5px rgba(0, 0, 0, 0.5);
}

.Cover.Back .RightPage {
	background-color: transparent;
	background-image: none; 
	/* NO shadow under page */
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 0px rgba(0, 0, 0, 0.5);
}

.Cover.Front .LeftPage:before, .Cover.Front .LeftPage:after { display: none; }
.Cover.Back .RightPage:before, .Cover.Back .RightPage:after { display: none; }

.Cover .Content { padding: 0 !important; text-align: center; }


/*******************************************/
/*  Additional Panel for ASL / other video */
/*******************************************/
.VideoPanel {
	display:none;
}

.PageBorders.VideoPanel {
	background-color: transparent;
	border-color: transparent;
}
.PagesWrapper.VideoPanel {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	/* shadow under book */
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
.VideoBox {
    position: absolute;
/*
    left: 50%;
    width: 50%;
*/
    left: 16.67%;   /* widescreen aspect ratio, centered under the book */
    width: 66.67%;
    height: 100%;
}
/*.Cover.Back .VideoBox {
    left: 0%;
}*/
/* End of ASL additions */


.clearfix:after { clear: both; content: ""; display: block; height: 0; visibility: hidden; }

/* Responsive -------------------------------------------------------------------------------- */
@media screen and ( min-width: 321px ) and ( max-width: 720px ) {
	#AudioBarSponsorText  { 
        font-size: 12pt;
	}
}
@media screen and ( max-width: 320px ) {
	#AudioBarSponsorText  {
        font-size: 9pt;
	}
}

.libRepeat {
    overflow:auto;	/* need this for shelves to show up */
}

.shelfContentPane {	/* smaller shelves for smaller books */
	background-image: url("/images/shelf-left-149.png?v=1.1.270"), url("/images/shelf-right-149.png?v=1.1.270"), url("/images/shelf-center-149.png?v=1.1.270");
	background-position: left top, right top, left top;
	background-repeat: repeat-y, repeat-y, repeat;
	background-attachment: scroll, scroll, scroll;
	background-origin: border-box, border-box, padding-box;		/* won't work IE8 or earlier */
    background-clip: border-box, border-box, padding-box;
    margin-left: 0;
	margin-right: 0;
	border-left:40px solid transparent;
	border-right:40px solid transparent;
}

/* reflection and shelf css */
.image-block {		/* smaller image, use margin to center with only 1 on the shelf */
	width:167px;
	height:149px;
	margin: 0 auto;
	text-align:center;
	float:none;
	position: relative;
}

.image { position:absolute; top: 10px; left: 8px; width: 151px;}

.image-block img {		/* smaller image */
	width:144px;
	height: 108px;
}

/* simple opactiy change to get some hover affect */
.image img:hover, .touchcarousel.ufl-collection img:hover, .image2:hover {
	opacity: 0.85;
}

.image .morepages, .image2 .morepages {
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  background: transparent url('/images/morepages-13.png?v=513917073t3') repeat;
}
.image .morepages { height: 100%; }
.image2 .morepages { height: 180px; }

.reflection { position:absolute; top: 118px; left: 8px; height: 9px; overflow:hidden; }
.reflection img {
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
         -o-transform: scaleY(-1);
            transform: scaleY(-1);
    filter: flipv; opacity:0.20;
    filter: alpha(opacity='20');
}

.overlay { position:absolute; top:0px; left:0px; width:144px; height:108px;
    background-image: -moz-linear-gradient( center bottom, rgb(255,255,255) 60%, rgba(255,255,255,0) 75%);
    background-image: -o-linear-gradient( rgba(255,255,255,0) 25%, rgb(255,255,255) 40%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.60, rgb(255,255,255)), color-stop(0.75, rgba(255,255,255,0)));
    filter: progid:DXImageTransform.Microsoft.Gradient( gradientType=0, startColor=0, EndColorStr=#ffffff);
}

/*************************************/
/* Collection Info Display           */
/*************************************/

  #uflMainWrapper main {
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    padding-right: 45px;
    padding-left: 45px;
  }

  #collection-info-module.container {
    /* margin-left:45px; */
    padding-top: calc(10vmax / 3);
    padding-right: 0px;
    padding-bottom: calc(10vmax / 3);
    padding-left:0px;
  }

  @media only screen and (min-width: 1201px) {
    #collection-info-module.container {
      width: 100%;
      padding-top: calc(10vmax / 7);
      /* padding-right: calc(10vmax / 2); */
      padding-bottom: calc(10vmax / 5);
    }
  }

  .collection-info-showhide {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 4px;
  }

  #collection-info-module h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 3rem 0 1.5rem;
    font-family: inherit;
    line-height: normal;
  }

  #collection-info-module h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 11px;
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
  }

  #collection-info-module p {
    margin: 0 2rem 1rem 0;
  }

  #collection-info-module .collapse a {
    color: blue;
  }

  #collection-info-module .collapse a:visited {
    color: blue;
  }

  #collection-info-module div.collapse[aria-expanded="false"] {
    display: block;
    height: 100px !important;
    overflow: hidden;
  }

  #collection-info-module div.collapsing[aria-expanded="false"] {
    height: 100px !important;
  }

/*************************************/
/* layout for the library modal view */
/*************************************/
.image2 { 
    position: relative;
    float:left;
    width: 247px;
    height: 187px;
    margin: 15px;
}

.image2 img {
    width:240px; 
    height:180px;
    -webkit-box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}

.creditBlock {
	position: relative;
	display: inline-block;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px;
}

.creditImage {
	position: relative;
    width: 240px;
    height: 180px;
}

.creditText {
	position: relative;
	font-size: 1.0em;
	line-height: 1.2em;
/*	white-space:nowrap;     heights matched via js */
	overflow: hidden;
	width: 240px;
	color: #003B69;
	margin-top:10px;
}
a.creditlink:link, a.creditlink:visited, a.creditlink:active{color: #003B69;}
a.creditlink:hover {color: #00AED8;}

a.normlink:link, a.normlink:visited, a.normlink:active{color: initial;}
a.normlink:hover {color: initial;}

.creditHeader.title {
	font-size: 2.0em;
}

.creditHeader {
	text-align: center;
	color: #000000;
}

.footer-ufl-purpose {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px
}

.footer-know-more {
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 15px
}

.footer-know-more i {
    font-family: Helvetica, Arial, sans-serif;
}


/*==========================LARGER SCREEN SIZES================================*/

/* Medium/small - centered book, larger thumb, smaller shelf. */
@media ( min-width: 414px )  {
    .image-block { float:left;margin:0 }
}

@media ( min-width: 555px )  {
    .shelfContentPane {
		background-image: url("/images/shelf-left-185.png?v=513917073t3"), url("/images/shelf-right-185.png?v=513917073t3"), url("/images/shelf-center-185.png?v=513917073t3");
    }
    /* .image-block { width:215px; height:185px;float:left;margin:0 }  */
    .image-block { width:215px; height:185px} 
    .image {width: 199px;}
    .image-block img { width:192px; height: 144px; }
    .reflection { top: 154px; }
    .overlay { width:192px; height:144px; }

    .footer-ufl-purpose {
        font-size: 150%;
    }

    .footer-know-more {
        font-size: 125%;
    }
}

/* Medium - centered book, larger thumb and shelf now. */
@media ( min-width: 700px )  {
	.shelfContentPane {
		background-image: url("/images/shelf-left-240.png?v=513917073t3"), url("/images/shelf-right-240.png?v=513917073t3"), url("/images/shelf-center-240.png?v=513917073t3");
		border-left:60px solid transparent;
		border-right:60px solid transparent;
	}
	/* reflection and shelf css */
	.image-block {
		width:277px;
		height:240px;
                margin: 0;
		float: left;
		text-align: left;
	}
	.image { position:absolute; top: 15px; left: 15px; width:247px;}
	.image-block img {		/* covers the actual image and the reflection */
		width:240px; 
		height:180px;
	}
	.reflection { position:absolute; top: 195px; left: 15px; height: 14px; overflow:hidden; }
	.overlay { position:absolute; top:0px; left:0px; width:240px; height:180px; }
}

/* full size is anything more than 1 large book, so no centering */
@media ( min-width: 736px )  {
	.shelfContentPane {		/* the library wants padding left and right */
		margin-left: 3%;
		margin-right: 3%; 
	}
}

a, a:visited {
	color:#FFFFFF;
}
a:hover {
	color:#00AED8;
	cursor: pointer;
}

a.ufl-custom-hdr-short, a.ufl-custom-hdr-short:hover, a.ufl-custom-hdr-short:visited, a.ufl-custom-hdr-short:focus,
a.ufl-custom-hdr, a.ufl-custom-hdr:hover, a.ufl-custom-hdr:visited, a.ufl-custom-hdr:focus { color:#FFF; }

