@font-face {
	font-family: 'flying pig';
	src:url('https://libraries.uark.edu/flying-pig-glyph/pigsfly.eot?x0nfyx');
	src:url('https://libraries.uark.edu/flying-pig-glyph/pigsfly.eot?x0nfyx#iefix') format('embedded-opentype'),
		url('https://libraries.uark.edu/flying-pig-glyph/pigsfly.ttf?x0nfyx') format('truetype'),
		url('https://libraries.uark.edu/flying-pig-glyph/pigsfly.woff?x0nfyx') format('woff'),
		url('https://libraries.uark.edu/flying-pig-glyph/pigsfly.svg?x0nfyx#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

cite {
	font-style:italic;
}

cite em {
	font-style:normal;
}

figure, .figure {
	display: table;
}

figure + figure, .figure + .figure {
	margin-top: 10px;
}

figcaption, .figcaption {
	color: #fff;
	font-size: .9em !important;
	line-height: 1.2em;
	padding: 10px 16px;
	margin: 0 !important;
	display:table-caption;
	caption-side:bottom;
	background: #424242;
}

figcaption a, .figcaption a {
	color: #fff !important;
	text-decoration: underline;
}

.has-sidebar aside figure.person {
	padding-bottom: 30px;
}

figure.person figcaption {
	color: inherit;
	padding: 0;
	font-size: 1em !important;
	line-height: inherit;
	display: block;
	background: transparent;
	margin-top: 8px !important;
}

figure.person figcaption a, figure.person .figcaption a {
	color: #000 !important;
}

.person ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

aside .person {
    margin: 10px 0;
}

.larger {
	font-size: 160% !important;
}

img, svg {
  max-width: 100%;
  height: auto;
}

#main-container {
    position: relative;
		display: grid;
    gap: 40px;
}

#main-container .kick, #main-container .kick li, #main-container .kick p {
	font-size: 1.2em;
	line-height: 1.6em;
}

#main-container.fullwidth {
    width: 100%;
}

#main-container #main {
	position: relative;
	grid-row: 2;
}

#content {
    margin-top: 50px;
}

#uptop + #content {
	margin-top: 0;
}

#content ul, #content ol {
	margin-bottom: 20px;
}

#content li ul, #content li ol {
	margin-bottom: 0;
}

address {
	margin-top: 10px;
	font-size: 16px;
}

input[type="submit"] {
    color: #ffffff !important;
	background-color: #9D2235;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
	border-radius: 4px;
    -moz-user-select: none;
	padding: 5px 15px;
}

table.horizontal {
	width: 100%;
	border: 1px solid #ddd;
	padding: 2px;
	border-collapse: separate;
    border-spacing: 2px;
}

table.horizontal td, table.horizontal tbody th {
	border: 0;
}

table.horizontal tbody th {
	background-color: #efefef;
	width: 20%;
}

.tablesort th.header {
		white-space: nowrap;
		cursor: pointer;
}

.tablesort th.header:after {
	content: " \f0dc";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #999;
}

.tablesort th.header.headerSortUp:after {
	content: " \f0de";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #999;
}

.tablesort th.header.headerSortDown:after {
		content: " \f0dd";
		font-family: "Font Awesome 6 Pro";
		font-weight: 900;
		color: #999;
}

ul.breadcrumb, ol.breadcrumb {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
    background-color: transparent;
    padding: 5px;
}

#imageblock img {
	max-width: none;
}

img.ghost { /* missing syndetics book cover */
	width: 170px;
	background-color: #333;
}

img.ghost + span.ghost-caption {
  display: block;
  position: absolute;
	color: #fff;
	top: 10px;
	left: 10px;
	max-width: 150px;
	font-size: 1.4em;
	font-weight: 100;
}

.btn-default.uaRed {
    background-color: #9D2235;
    color: #FFF;
    border-color: #F2F2F4;
}

a.btn-primary {
    color: #fff;
}

#map_canvas + p {
    margin-top: 20px;
}

/* ajax mail forms */

form .throbber {
  position: absolute;
  z-index: 3000;
  text-align: center;
	display: block;
	position: fixed;
 	top: 50%;
 	left: 50%;
}

form .throbber i {
	font-size: 40px;
	color: #999;
}

.ajaxmailer #successmessage {
	display: none;
}

.revco {
	unicode-bidi:bidi-override; direction: rtl;
}

#main-container #special-notification {
	display: none;
	grid-row: 1;
}

#special-notification .alert {
	padding: 40px 30px 40px;
	background-color: #2B5269;
	border-color: #203d4e;
	color: #fff;
}

#special-notification .alert h2 {
	color: #fff;
	margin-top: 0;
}

#special-notification .alert p {
	font-size: 1.3em;
}

#special-notification .alert a {
	text-decoration: none;
	border-bottom: 3px solid #fff;
	color: #fff;
}

.alert-intro {
	border-left: 10px solid #9D2235;
	border-right: 10px solid #9D2235;
	border-top: none;
	border-bottom: none;
	padding: 5px 20px;
	border-radius: 0;
	background: #f7f7f7;
}

#main-container .alert-intro p {
	font-size: 1.3em;
	line-height: 1.5em;
  color: #000;
}

#superhero {
	margin: -60px 0 20px;
}


/*==================================================*/
/*                                                  */
/*                     HEADER                       */
/*                                                  */
/*==================================================*/
/*
#site-heading {
	top: 0;
	font-weight: 400;
	text-align: left;
}

#site-heading.double {
	margin-top: .25em;
}

#site-heading a {
	text-decoration: none;
}

#site-heading span {
    display: block;
    font-size: .8em;
    line-height: 1em;
}

#uptop {
	padding: 1.2em 0 0;
}

body.staffweb #opener .brand {
    color: #28959A;
    background: #28959A;
    height: 20px;
}

body.staffweb #opener .brand:before {
    background-image: none;
}

*/
/*	------------- hours -------------	*/

#hours {
	padding-top:10px;
	display: none;
}

#main-container #hours.front {
	height: 40px;
}

#main-container #hours.front p {
	margin: 5px 0 0 0;
    font-size: 1.4em;
	margin: 0;
	padding-bottom: 10px;
	display: inline-block;
}

#main-container #hours.front p span {
	font-size: 1.2em;
}

#main-container #hours.front p br {
	display:none;
}

#main-container #hours.front p a:link {
	margin-left:1em;
	margin-right:.5em;
	font-size: .7em;
    font-weight: 500;
    line-height: 1em;
    text-decoration: underline;
    white-space: nowrap;
}

#sidebar #hours, #hours-side {
	margin-top: 20px;
	}

#sidebar #hours p, #hours-side p {
	margin-bottom: 0;
	}

#hours.front p a:before {
    content: "[ ";
    font-weight: 600;
    text-decoration: none;
}

#hours.front p a:after {
    content: " ]";
    font-weight: 600;
    text-decoration: none;
}

#hours.front p a:hover {
    color: #a00;
}

/*	------------- Hours widget include https://libraries.uark.edu/hours/ -------------	*/


.s-lc-fhw-map { border:1px solid #ccc; width: 750px; height: 300px; margin-bottom: 50px;}
.s-lc-fhw-pills { padding: 10px 0px; }
/*week*/
.s-lc-whw thead { background-color: #F5F5F5; }
.s-lc-whw-head-date { color: #999; }
.s-lc-whw-today-h {  background-color: #ddd; }
.s-lc-whw-today { background-color: #F5F5F5; }
.s-lc-whw-bh { text-align: right; white-space: nowrap; }
.s-lc-whw-locname { font-weight: bold;}
.s-lc-whw-sublocname{ padding-left: 10px!important; }
.s-lc-whw-footnote { color: #555; font-size: 80%; }
.s-lc-whw-footnote td:hover { background-color:#fff!important;}
/*month*/
.s-lc-mhw-tb { width: 100%; border: 1px solid #ddd; border-collapse: collapse; border-spacing: 0; }
.s-lc-mhw-tb th, .s-lc-mhw-tb td { border: 1px solid #ddd; vertical-align: top; }
.s-lc-mhw-tb thead { background-color: #F5F5F5; }
.s-lc-mhw-header { text-align: center; }
.s-lc-mhw-header-date { text-align: center; display: inline-block; margin-top: 5px; font-size: 130%; }
.s-lc-mhw-days td { text-align: center; font-weight: bold; min-width: 14.28%; max-width: 14.28%; width: 14.28%;}
.s-lc-mhw-day-l { color: #555; text-align: right; padding: 2px; font-size: 11px; }
.s-lc-mhw-cells { height: 50px; }
.s-lc-mhw-fnc { color: #555; }
.s-lc-mhw-loc { font-size: 11px; padding: 2px; border-radius: 4px; margin-bottom: 1px; color: #fff;  }
.s-lc-mhw-subloc { margin-left: 5px;}
.s-lc-mhw-footnote-cal { font-size: 86%;}
.loc_6230 { background-color: #063A68; }
.loc_6337 { background-color: #1460A5; }
.loc_6340 { background-color: #1460A5; }
.loc_6155 { background-color: #1460A5; }
.loc_6341 { background-color: #1460A5; }
.loc_6240 { background-color: #2F9980; }
.loc_6237 { background-color: #89B24C; }
.loc_6239 { background-color: #17979A; }

#mainnav ul, #mainnav > li > a {
	text-transform:none;
}

#mainnav > li:last-child a {
  padding-right: 0;
  margin-right: 0;
}

#mainnav .fa {
	display:inline-block;
	margin-right:3px;		/*	spaces the Font Awesome icons in the horiz nav	*/
}

div.panel-heading {
	padding:5px;
}


/* blog rss feed */

.rss-feeder img {
    max-width: 30%;
    float: left;
    margin: 0 10px 20px 0;
}

.grid img {
    max-width: 100%;
    float: none;
    margin: 0 0 0 0;
		max-height: 250px;
		width: auto;
}

dl.rss-feeder img {
    max-width: 10%;
}

.rss-feeder h2, .rss-feeder li, .rss-feeder dt {
    clear: both;
}

.rss-feeder.no-image img {
    display: none;
}

.rss-feeder .thumbed p {
    margin-left: 200px;
}

.rss-feeder .thumbed h2, .rss-feeder .thumbed li, .rss-feeder .thumbed dt {
    clear: none;
}

.rss-feeder p a {
    white-space: nowrap;
}

.rss-feeder .thumbed img { max-width: 180px; float: left; margin: 0 20px 20px 0;}

.rss-feeder .thumbed {
    clear: both;
    margin: 40px 0;
}

.grid .thumbed {
  margin-bottom: 0;
  margin-top: 0;
}

.grid .thumbed p {
  margin-left: 0;
}

.grid .thumbed img {
	max-width: 100%; float: none; margin: 0 0 0 0;
}

.jumps li:after, .piped li:after {
	content: "|";
	display: inline-block;
	padding-left: 10px;
}

.jumps li:last-child:after, .piped li:last-child:after {
	content: "";
	padding-left: 0;
}

.error {
	color:#9D2235;
	font-weight:600;
	font-size:1.5em;
}

.incipit {
	font-size:3em !important;
	font-weight:600;
}

.eresources-libguide:after {
    content: "\f185";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    margin-left: 5px;
    color: #F2AF5F;
    font-weight: 900;
}

#SENDTO, #SENDTOEMAIL { /*form honeypots*/
	display: none;
}

.table-lined td {
    border: 1px solid #cccccc;
}

.table-lined th {
    border: none;
    background-color: #333;
    color: #fff;
}

/*	------------- libraries home -------------	*/

section#new, section#upcoming-container {
    margin: 0;
    padding: 0;
    }

section#new h2, section#upcoming-container h2 {
    font-size: 1.8em;
    }

#main #headlines h2, #main #headlines-appendage h2 {
    font-size: 1.7em;
    margin-bottom: 5px;
}

#main #headlines h2 a, #main #headlines-appendage h2 a {
    background-image: linear-gradient(to top, rgba(0,0,0,0) 7%, rgba(0,0,0,.2) 7%, rgba(0,0,0,.2) 10%, rgba(0,0,0,0) 10% );
}

#main #headlines p:last-child {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 20px 0;
}



/*	------------- bibliography styles -------------	*/

ul.bibliography {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.bibliography li {
	margin-bottom: 8px;
}

p.bibliography, ul.bibliography li {
	text-indent: -3em;
	padding-left: 3em;
}

.footnote {
	text-indent: 3em;
}

.superscript {
	font-size: 80%;
	vertical-align: super;
}

.smallcaps {
	font-variant: small-caps
}

.underline {
	text-decoration: underline;
}

ol.ieee-citation {
  counter-reset: section;
  padding-left: 50px;
}

ol.ieee-citation > li{
  list-style: none;
  margin-top: 12px;
}

ol.ieee-citation > li:before {
  counter-increment: section;
  content: "[" counter(section) "]";
  margin-left: -44px;
  margin-right: 20px;
  text-align: right;
  width: 25px;
  display: inline-block;
}


/*==================================================*/
/*                                                  */
/*                     LEFT NAV                     */
/*                                                  */
/*==================================================*/

#sidebar .sidenav {
    border-top: 5px solid #d9d9d9;
    margin-right: 15px;
    margin-bottom: 20px;
}

#sidebar .sidenav li a {
 color: #5a5a5a;
}

#sidebar .sidenav ul > li > ul li {
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

#sidebar .sidenav ul > li > ul {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 8px;
}

#sidebar .sidenav ul > li:last-child > ul {
    border-bottom: none;
}

#sidebar .sidenav ul > li a  {
    display: block;
    }

#sidebar .sidenav > ul > li > a {
    font-size: 1.1em;
    padding: 10px 5px;
    }

#sidebar .sidenav li .fa {
    color: #999;
    font-size: .9em;
    vertical-align: 9%;
    }

#sidebar .sidenav ul > li > ul li a:hover {
    color: #a00;
    text-decoration: none;
    background-color: #eee;
    }

#sidebar .sidenav .nav>li>a.collapsed:focus {
    background-color: transparent;
    }

#sidebar .sidenav .panel  {
    margin-bottom: 0;
    border: 0;
    }

#sidebar section {
    margin: 0;
    padding: 0;
    }

#sidebar section h2 {
    font-size: 1.3em;
    margin-top: 30px;
    }

#sidebar section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

#sidebar-aux {
    border-top: none;
    padding-top: 10px;
    margin-top: 20px;
	position: relative;
}

#sidebar-aux .hours {
	margin-top: 20px;
	font-size: 1.2em;
}

#sidebar-aux a {
	text-decoration: underline;
}

#sidebar-aux a.btn {
	text-decoration: none;
}




/*======================================*/
/*                                       */
/*               layouts                 */
/*                                       */
/*=======================================*/


/* ----- right-image-list  https://libraries.uark.edu/info/partners.php   ------*/

/* ----- left-image-list  https://libraries.uark.edu/research-instruction/citingyoursources.php   ------*/

.right-image-list > div, .left-image-list > div {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 0 30px;
  grid-template-rows: min-content 1fr;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.right-image-list > div {
  grid-template-columns: 6fr 1fr;
}

.left-image-list > div {
  grid-template-columns: 1fr 6fr;
}

.right-image-list > div:last-child, .left-image-list > div:last-child {
  border-bottom: none;
}

.right-image-list > div > h2, .right-image-list div > h3, .right-image-list > div > a > h2, .right-image-list div > a > h3, .right-image-list > div > div {
  grid-column: 1 / 2;
	margin-top: 0;
}

.left-image-list > div > h2, .left-image-list div > h3, .left-image-list > div > a > h2, .left-image-list div > a > h3, .left-image-list > div > div {
  grid-column: 2 / 3;
	margin-top: 0;
}

.right-image-list > div > h2, .right-image-list div > h3, .right-image-list > div > a > h2, .right-image-list div > a > h3, .left-image-list > div > h2, .left-image-list > div > a > h2, .left-image-list div > h3, .left-image-list div > a > h3 {
  grid-row: 1 / 2;
}

.right-image-list > div > div, .left-image-list > div > div {
  grid-row: 2 / 3;
}

.right-image-list > div > svg, .left-image-list > div > svg {

	max-height: 4em;
}

.right-image-list > div > img, .left-image-list > div > img, .right-image-list > div > svg, .left-image-list > div > svg {
  grid-row: 1/3;
}

.right-image-list > div > img, .right-image-list > div > svg {
  grid-column: 2;
}

.left-image-list > div > img, .left-image-list > div > svg {
  grid-column: 1;
}


.intro + .right-image-list, .intro + .left-image-list {
  margin-top: 50px;
}


/*	------- flexcards (e.g. https://libraries.uark.edu/rooms/) ------	*/

.flexcards .fas, .flexcards svg, .flexcards .fa-solid, .flexcards .fa-regular {background-color: #2B5269; color: #fff; fill: #fff; font-size: 5em; text-align: center; padding: 10px; height: 90px; width: 100%; display: block;}

.flexcards h2 .fas, .flexcards h2 .fa-solid {background-color: #333; font-size: 1em; display: inline-block; width: auto; height: auto; border-radius: 5px;}

.flexcards > div {border: 1px solid #999;}

.flexcards > div > p, .flexcards > div > h2, .flexcards > div > ul {margin: 10px;}

.flexcards + .flexcards {margin-top: 10px;}


/* tiles https://libraries.uark.edu/ill/ */

.tile {
	margin-bottom: 5px;
}

.tile.green {
	background-color: #89b24c;
}

.tile.blue {
	background-color: #9DC9D5;
}

.tile.navy {
	background-color: #2B5269;
}

.tile.teal {
	background-color: #3F7F7F;
}

.tile.sea {
	background-color: #D5EAE9;
}

.tile.red {
	background-color: #9D2235;
}

.tile a, .tile span.face {
  padding: 10px;
  background: -webkit-linear-gradient(left top, rgba(0,0,0,0.5) , transparent);
  background: -o-linear-gradient(bottom right, rgba(0,0,0,0.5), transparent);
  background: -moz-linear-gradient(bottom right, rgba(0,0,0,0.5), transparent);
  background: linear-gradient(to bottom right, rgba(0,0,0,0.5) , transparent);
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.46em;
  line-height: 1.2em;
  overflow: hidden;
  display: block;
}

.tile a:hover {
  background: -webkit-linear-gradient(left top, rgba(0,0,0,0.3) , transparent);
  background: -o-linear-gradient(bottom right, rgba(0,0,0,0.3), transparent);
  background: -moz-linear-gradient(bottom right, rgba(0,0,0,0.3), transparent);
  background: linear-gradient(to bottom right, rgba(0,0,0,0.3) , transparent);
}


@media only screen and (max-width: 992px) {
	.flexcards > div {margin-bottom: 20px;}
}



/* tiler https://libraries.uark.edu/oer/discover-open-educational-resources.php */

#main-container .tiler {
	margin: 0 0 30px;
	padding: 0;
}

#main-container .tiler > li svg {
	height: 1.3em;
	width: 1.3em;
	fill: #333;
	margin-right: 10px;
	margin-top: 3px;
}

#main-container .tiler > li {
	list-style-type: none;
	font-size: 1.5em;
}

#main-container .tiler > li a {
	color: #333;
}

#main-container .tiler > li a:hover {
	color: #a00;
}

#main-container .tiler > li a:hover svg {
	fill: #a00;
}

@media only screen and (max-width: 767px) {
		#main-container .tiler > li a { display: flex; }
    #main-container .tiler > li { margin-bottom: 20px; }
}

@media only screen and (min-width: 768px) {
	#main-container .tiler { display: flex; }
  #main-container .tiler > li { flex-shrink: 0; flex-grow: 1; flex-basis: 1%; margin: 0 20px 0 0;  }
  #main-container .tiler > li:last-child { margin-right: 0; }
	#main-container .tiler > li svg { height: 3.5em; width: 3.5em; display: block; margin: 10px auto 0; position: absolute; top: 10px; right: 0; left: 0; }
  #main-container .tiler > li span { display: block; font-size: 1.1em; padding: 10px; position: absolute; bottom: 10px; right: 0; left: 0; line-height: 1em; }
  #main-container .tiler > li a { display: block; text-align: center; width: 100%; border-radius: 20px; border: 1px solid #999; background-color: #f7f7f7; position: relative; }
  #main-container .tiler > li a:hover { border-color: #a00; background-color: #fff; }
	#main-container .tiler > li a:before { padding-top: 56.25%; content: ""; display: block; }
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
		#main-container .tiler > li svg { height: 2em; width: 20%; top: 10px; }
		#main-container .tiler > li span { font-size: 1em; bottom: 0; }
}

@media only screen and (min-width: 1200px) {
	#main-container .tiler > li svg { height: 4em; width: 4em; top: 24px; }
}



/* opencols https://libraries.uark.edu/scholarlycommunications/, https://libraries.uark.edu/lrc/ */

.opencols {
	padding-top: 16px;
}

.opencols > div {
  display: grid;
  gap: 5px;
  grid-template-columns: 40px auto;
  grid-template-rows: 1fr 2fr;
}

.opencols > div svg, .opencols > div img {
  grid-column: 1 / 2;
  grid-row: 1;
}

.opencols > div svg {
  fill: #2b5269;
}

.opencols > div h1, .opencols > div h2 {
  grid-column: 2 / 4;
  grid-row: 1;
  margin: 0;
}

.opencols > div h1 a, .opencols > div h2 a {
	text-decoration: none;
  background-image: linear-gradient(to top, rgba(0,0,0,0) 5%, rgba(0,0,0,.4) 7%, rgba(0,0,0,.4) 9%, rgba(0,0,0,0) 9% );
}

.opencols > div h1 a:hover, .opencols > div h2 a:hover {
  background-image: none;
}

.opencols > div p {
  grid-column: 1 / 4;
  grid-row: 2;
}

.opencols img, .opencols svg {
	max-width: 30px;
  max-height: 30px;
}

.opencols h1 {
		font-size: 1.4em;
}

@media (min-width: 992px) {
  .opencols > div, .opencols > p { grid-template-columns: 50px auto; }
  .opencols img, .opencols svg { max-width: 40px; max-height: 40px; }
  .opencols > div:not(:first-child), .opencols > p:not(:first-child) { padding-left: 30px; position: relative; }
  .opencols > div:not(:first-child):before, .opencols > p:not(:first-child):before { background: #e0e0e0; width: 1px; content: ""; display: block; position: absolute; top: 0; left: 0; bottom: 0;}
}


/* new-accordian https://libraries.uark.edu/policies/ */

.new-accordian {
	margin-top: 20px;
}

.new-accordian .collapser {
	font-size: 1.5em;
	cursor: pointer;
	background-color: rgba(140,140,140,0.1);
	padding: 3px 5px;
	display: flex;
	margin: 10px 0 0;
}

.new-accordian .collapser:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f078";
	margin: 0 6px;
	font-size: .6em;
	color: rgba(0,0,0,0.4);
	line-height: 2em;
}

.new-accordian .collapser.in:before {
	content: "\f077";
}

.new-accordian .accordian-panel {
	overflow: hidden;
	max-height: 1px;
	transition: max-height 0.6s ease-out;
	background-color: rgba(200,200,200,0.1);
}

.new-accordian .accordian-panel.in {
	max-height: 5000px;
	transition: max-height 1s ease-in;
}

.new-accordian h3, .new-accordian h4 {
	font-size: 1.3em;
	margin: 20px 10px 0;
}

.new-accordian .accordian-panel p {
	margin: 10px;
}


/* -------------------------------------------------------------- */


#currentexhibit h2:first-child, #homenewsrotator h2:first-child {
	margin-top: 6px;
}

/* SMS and Email Panel Styles */

#info, #sms, #emailthis {
    border:1px solid #555555;
    position: absolute;
	float:right;
	z-index: 1000;
    padding:10px;
    margin:10px;
    background: #cecece;
}

#emailthis {
	visibility:hidden;
}

#emailthis .eg, #SMS .eg {
    font-style:italic;
    font-size:80%;
}

#info {top: 500;}

#emailthis, #sms {
	top: 25px;
	right: 5px;
	font-size:85%;
}

#emailthis a {
	margin-right:1em;
}

#sidebar-aux #emailthis {
    top: 55px;
    margin: 0;
    width: 100%;
}

.list-follows-sidebar h2, .list-follows-sidebar h3, .list-follows-sidebar h4 {
    margin: 10px 0;
}

.list-follows-sidebar h2:before, .list-follows-sidebar h3:before, .list-follows-sidebar h4:before {
    content: " ";
    display: table;
    clear: both;
    margin-bottom: 20px;
}

/* Nivo Slider */

.nivo-directionNav a {
	position:absolute;
	top:50%;
}

.nivo-prevNav, .nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	right:0px;
}

.nivo-directionNav a {
	display:block;
	width:50px;
	height:50px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	font-size: 1px;
    letter-spacing: -1px;
	color: rgba(225,225,225,0.9);
	top: 40%;
	text-align: center;
	text-decoration: none;
}

.nivo-directionNav a:hover {
    text-decoration: none;
}

.nivo-directionNav a:before {
    font-family: "Font Awesome 6 Pro";
	font-size: 50px;
    letter-spacing: normal;
	line-height: 1em;
	font-weight: 900;
}

.nivo-directionNav a.nivo-prevNav:before {
	content:'\f0a8';
}

.nivo-directionNav a.nivo-nextNav:before {
	content:'\f0a9';
}

.slider-wrapper:hover .nivo-directionNav a { opacity: 1; }

.slider-wrapper {
	margin-bottom: 30px;
}

.nivo-controlNav {
    padding: 0;
}

a.nivo-prevNav {
	left:15px;
}

a.nivo-nextNav {
	right:15px;
}

.nivo-caption a {
    color:#fff !important;
}

#slider.exhibit img {
    max-height: 800px;
    width: auto !important;
}

#main-container .attribution {
    font-size: .9em;
    font-style: italic;
    color: #eee;
    text-align: right;
}

#main-container .attribution a {
    text-decoration: underline;
}

/*==================================================*/


a.findit  {
    display: block;
    width: 100px;
    background-color: #eaecf1;
    text-decoration: none;
    color: #333;
	line-height: 1em;
	padding: 5px 5px 2px;
	font-size: 16px;
	border-bottom: 3px solid #d9dbe0;
}

a.findit:hover  {
    background-color: #9D2235;
    color: #fff;
	border-bottom: 3px solid #9D2235;
}

a.findit:before {
    font-family: 'flying pig';
    content: "\e900";
    font-size: 1.8em;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 5px 0 0;
    color: #9D2235;
}

a.findit:hover:before  {
    color: #fff;
}



/*==================================================*/
/*                                                  */
/*                 IMAGE GALLERIES                  */
/*                                                  */
/*==================================================*/


.exhibit-list {
  margin-top: 30px;
}

.exhibit-list > div {
  display: grid;
  grid-template-columns: 230px 1fr 1fr;
  gap: 5px;
  grid-template-rows: min-content min-content 1fr;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.exhibit-list > div:last-child {
  border-bottom: none;
}

.exhibit-list div > a {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
}
.exhibit-list div > a > img {
  max-width: 200px;
}

.exhibit-list div > h3 {
  grid-column: 2 / 4;
  grid-row: 1;
  margin-top: 0;
}

.exhibit-list div > h3 > a {
  color: #333;
  text-decoration: none;
  background-image: linear-gradient(to top, rgba(0,0,0,0) 5%, rgba(0,0,0,.4) 7%, rgba(0,0,0,.4) 9%, rgba(0,0,0,0) 9% );
  font-size: 1.1em;
}

.exhibit-list div > h3 > a:hover {
  color: #a00;
}

.exhibit-list div p {
  grid-column: 2 / 4;

}

.exhibit {
	width: 200px;
	height: 200px;
	float: left;
	padding: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	}

.exhibit h3 a {
	background-color: rgba(137,178,76,.8);
	color: #333;
	text-decoration: none;
	}

#content .gallery .col-md-8 p:first-child {
	margin-top: 0;
}

.modal {
	overflow-y: auto;
}

.modal-img {
	margin: 30px auto 0 auto;
	display: none;
	max-width: 80%;
	text-align: center;
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.thumbwrapper {
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}

.modal-img .caption {
	background: #333;
	color: #fff;
	padding: 5px 10px;
	text-align: left;
}

.modal-img .caption p {
	margin: 0;
}

.modal-directionNav a {
	position:absolute;
	top:50%;
}
a.modal-prevNav {
	left:-20px;
}
a.modal-nextNav {
	right:-20px;
}

.modal-directionNav a {
	display:block;
	width:60px;
	height:60px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	font-size: 1px;
    letter-spacing: -1px;
	color: rgba(225,225,225,0);
	top: 40%;
	text-align: center;
	text-decoration: none;
}

.modal:hover .modal-directionNav a {
	opacity: 1;
	cursor: pointer;
}

.modal-directionNav a:hover {
    text-decoration: none;
}
.modal-directionNav a:before {
    font-family: "Font Awesome 6 Pro";
	font-size: 60px;
    letter-spacing: normal;
	line-height: 1em;
	color: rgba(225,225,225,0.9);
	font-weight: 900;
}

.modal-directionNav a.modal-prevNav:before {
	content:'\f0a8';
}
.modal-directionNav a.modal-nextNav:before {
	content:'\f0a9';
}

.spinner {
	font-size: 40px;
	color: #fff;
	text-align: center;
	display: block;
	position: fixed;
 	top: 50%;
 	left: 50%;
 	margin-top: -20px;
 	margin-left: -20px;
 	z-index: 1;
}

form .spinner {
	display: none;
}

.prev, .next, .prevx2, .nextx2  {
	font-weight: 600;
	white-space: nowrap;
}

.prev:before, .prevx2:before, .next:after, .nextx2:after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	text-decoration: none;
	display: inline-block;
}

.prevx2:before {
	content: "\f104 \f104";
	margin-right: 5px;
}

.prev:before {
	content: "\f104";
	margin-right: 5px;
}

.nextx2:after {
	content: "\f105 \f105";
	margin-left: 5px;
}

.next:after {
	content: "\f105";
	margin-left: 5px;
}


/* Research Paper Wizard */

#wizard-sections section, #steps ol ol {
	display: none;
}

#wizard-sections section:first-child {
	display: block;
}

#wizard-sections h2 {
	color: #333;
    text-align: left;
    margin-bottom: 10px;
    display: block;
    white-space: normal;
    text-transform: none;
    font-size: 1.8em;
}

#steps h2 a {
	font-size: .6em;
	font-weight: 500;
	color: #5a5a5a;
}

#steps li ol li a.selected {
	background-color: #faebcc;
}

.printshow {
	display: none;
}



/*==================================================*/
/*                                                  */
/*                   SLIDES DECK                    */
/*                                                  */
/*==================================================*/

#deck {
	height: 335px;
	overflow: hidden;
	position: relative;
	margin: 30px 0;
}

.flex #deck {
	flex-grow: 3;
}

#deck.superhero {
	margin-bottom: 40px;
  margin-top: -60px;
}

#deck .slide {
	height: 335px;
	padding: 80px 70px 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity 2s;
  transition: opacity 2s;
  z-index: -100;
	}

#deck .slide.shown {
	opacity: 1;
	z-index: 1;
	}

	#deck .slide .back {
	  position: absolute;
	  z-index: -100;
	  top: 0;
	  left: 0;
	  height: 335px;
	}

	#deck .slide .backed {
	  background-color: rgba(255,255,255,0.7);
	  padding: 10px;
	  display: flex;
	  cursor: pointer;
	}
	
	#deck .decktitle {
	  background-color: rgba(255,255,255,0.7);
	  padding: 10px;
	  position: absolute;
	  left: 70px;
	  right: 70px;
	  z-index: 500;
	  text-transform: none;
	  margin-top: 20px;
	}


	#deck .slide .backed > div {
	  flex-grow: 1;
	  /*text-align: center;*/
	  padding: 0 20px;
	}

	#deck .slide .backed img {
	  max-height: 230px;
	}

	.flex #deck .slide .backed img {
		max-width: 230px;
	}

	#deck .slide h2, #deck .slide h3 {
	  margin-top: 10px;
	  font-size: 3em;
	  text-transform: uppercase;
	  font-weight: 600;
	}

  .flex #deck .slide h2, .flex #deck .slide h3 {
		font-size: 2em;
	}

	#deck .slide h2 span, #deck .slide h3 span {
	  display: block;
	}

	#deck .slide p {
	  margin-top: 10px;
	  font-size: 2em;
	  color: #333;
	  margin: 0;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	}

	.flex #deck .slide p {
	  font-size: 1.2em;
	}

	#deck .slide a {
	  color: #333;
	  text-decoration: none;
	}

#deck .prev, #deck .next {
	position: absolute;
	top: 126px;
	opacity: 0;
	-webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  z-index: 101;
}

#deck:hover .prev, #deck:hover .next {
	opacity: 1;
}

#deck .prev span, #deck .next span {
	font-size: 1px;
	opacity: 0;
	}

#deck .prev {
	left: 16px;
}

#deck .next {
	right: 16px;
}

#deck .next:after, #deck .prev:before {
	font-size: 4em;
	color: rgba(255,255,255,0.6);
	cursor: pointer;
}


#deck .back.navy {
  background-color: #2b5269;
}

#deck .back.gold {
  background-color: #DBC759;
}

#deck .back.sky {
  background-color: #9DC9D5;
}

#deck .back.rust {
  background-color: #CA6A29;
}



#deck .slide.blackbar a {
  font-size: 2em;
  color: #fff;
  padding: 10px 20px;
  line-height: 1.6em;
  display: block;
  text-decoration: none;
  outline: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.8);
	font-family: oswald;
	font-weight: 600;
}

#deck .slide.blackbar a:hover {
  text-decoration: underline;
  }


#deck .slide.blackbar a span {
  display: block;
  font-size: 1.5em;
}


/* scholarlycomms */

#deck .slide.imageonly {
	padding: 0 0;
	}


#deck .slide .icons {
	font-size: 2em;
	transition-property: font-size;
	transition-duration: 1s;
}

#deck .slide .icons i {
	margin: 0 6px 6px 0;
}

@media only screen and (max-width: 993px) {
	#deck .slide h2 { font-size: 2em; }
	#deck .slide p { font-size: 1.2em; }
	#deck.superhero { margin-top: -40px; }
	#deck .prev, #deck .next { top: 30%; }
}

@media only screen and (max-width: 767px) {
	#deck { height:200px; margin-bottom: 20px; margin-top: 0;}
	#deck .slide { height: 200px; }
	#deck .slide .backed img { max-height: 130px; }
	#deck .slide { padding: 20px 30px; }
	#deck .slide h2 { font-size: 1.5em; }
	#deck .slide p { font-size: 1em; }
	#deck .decktitle { display: none; }
}






/*==================================================*/
/*                                                  */
/*                 LIBANSWERS API                   */
/*                                                  */
/*==================================================*/

.ask-a-librarian {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

.ask-a-librarian > li {
    margin-top: 30px;
    }

.ask-a-librarian > li:first-child {
    margin-top: 10px;
    }

.ask-a-librarian > li > a  {
    font-size: 1.2em;
    }


.ask-a-librarian > li > ul > li:after {
	content: "|";
	display: inline-block;
	padding-left: 10px;
}

.ask-a-librarian > li > ul > li:last-child:after {
	content: "";
	padding-left: 0;
}

.ask-a-librarian > li > ul > li > ul {
	display: inline-block;
	margin-left: 2px;
}

.ask-a-librarian > li > ul > li > ul > li {
	padding: 0 2px;
}

.ask-a-librarian > li > ul > li > ul > li a {
	display: inline-block;
	padding: 2px 5px;
	background-color: #eee;
	color: #333;
	border-radius: 3px;
	font-size: .8em;
}


/*	------- faqs cards userservices/mockups/privileges/default.asp: ------	*/

.card {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 10px;
	}

.card h2 {
	margin: 0;
	font-size: 1.7em;
	}

.card h2 a {
	background-image: none;
	}

.card .collapse, .card .collapsing {
	padding-top: 20px;
	}



/*	------- calendar ------	*/

#rooms-calendar td {
	height: 100px;
}

#rooms-calendar td hr:last-child {
	display: none;
}

.calnav {
	padding-top: 20px;
}


/*	------- databases a-z ------	*/


.libapps-search-results ul {
	padding: 0;
	list-style-type: none;
	margin-top: 25px;
}

.libapps-search-results li {
	margin-bottom: 20px;
}

.libapps-search-results li > a {
	font-size: 1.3em;
}


/*	------- services / collections ------	*/

aside.services .btn.uaRed {
	font-size: 1.3em;
	padding: 5px 10px;
	width: 50%;
	text-align: left;
	margin-bottom: 20px;
}

aside.services .btn.uaRed:before, aside.services h2:before, aside.collections h2:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 600;
	display: inline-block;
	width: 30px;
}

aside.services .btn.uaRed:before {
  content: "\f1cd";
}

aside.services h2, aside.collections h2 {
  padding: 3px;
	color: #fff;
	border-radius: 4px;
	padding: 5px 10px;
}



aside.services h2:nth-of-type(1) {
	background-color: #007698;
}

aside.services h2:nth-of-type(1):before {
  content: "\f0eb";
}





aside.services h2:nth-of-type(2) {
  background-color: #3f7f7f;
}

aside.services h2:nth-of-type(2):before {
  content: "\f51c";
}



aside.services h2:nth-of-type(3) {
	background-color: #2b5269;
}

aside.services h2:nth-of-type(3):before {
  content: "\f304";
}



aside.services h2:nth-of-type(4) {
	background-color: #2F1332;
}

aside.services h2:nth-of-type(4):before {
  content: "\f19c";
}






aside.collections h2#new {
  background-color: #007698;
}

aside.collections h2#new:before {
  content: "\f185";
}

aside.collections h2#open {
	background-color: #3f7f7f;
}

aside.collections h2#open:before {
	content: "\f3c1";
}

aside.collections h2#finding {
	background-color: #2B5269;
}

aside.collections h2#finding:before {
	content: "\f002";
}

aside.collections h2#suggestions {
	background-color: #2F1332;
}

aside.collections h2#suggestions:before {
	content: "\f075";
}


/*	------- open ------	*/

.open h2 i {
	color: #3F7F7F;
}


/*==================================================*/
/*                                                  */
/*    orgchart (/about/personnel/org-chart.php & division tree)     */
/*                                                  */
/*==================================================*/

#orgchart, #orgchart ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#orgchart {
  height: 1000px;
  position: relative;
}


#orgchart li {
  position: relative;
}

#orgchart ul {
  top: -2px;
  position: absolute;
  left: 210px;
  z-index:100;
}

#orgchart li.base ul {
  bottom: -2px;
  top: auto;
}

#orgchart li.top ul, #orgchart > li > ul {
  top: -2px;
  bottom: auto;
}

#orgchart li.center {
  position: static;
}


#orgchart li.base li.center ul {
  bottom: auto;
  top: 0;
}


#orgchart li p {
  width: 200px;
}

#orgchart > li > ul > li ul {
  opacity: 0;
  transition: opacity .5s ease-out;
}

#orgchart li.selected > ul  {
  opacity: 1;
  z-index:200;
}

#orgchart li ul {
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

#orgchart li.selected ul, #orgchart > li > ul {
  border-left: 2px dotted #6c9593;
  border-top: 2px dotted #6c9593;
  border-bottom: 2px dotted #6c9593;
}

#orgchart li.selected:before, #orgchart > li > p:before {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  float: right;
  margin-right: -8px;
  border-bottom: 2px dotted #6c9593;
}

#orgchart li.terminal.selected:before {
  border-bottom: none;
}

#orgchart > li > p:before {
  margin-right: -17px;
}

#orgchart li p {
  background-color: #efefef;
  padding: 5px;
  margin: 2px;
  border-radius: 5px;
}

#orgchart li.selected > p, #orgchart > li > p, #orgchart p.selectable:hover {
  background-color: #D5EAE9;
}

#orgchart p.selectable:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f35a";
  font-weight: 600;
  float: right;
  margin-top: -20px;
  color: rgba(130, 168, 166, 0.2);
}

#orgchart li p:first-child {
  margin-top: 0;
}

#orgchart p.selectable {
  cursor: pointer;
}

#orgchart span {
  display: block;
}

#orgchart span.name {
  font-weight: bold;
}

#orgchart p.hashed {
	background-color: #eada84 !important;
}


a.orgchart-link-icon, a:link.orgchart-link-icon { /*icon on personnel table */
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: .8em;
	color: #666;
	padding: 2px;
	box-shadow: 0 0 2px #999;
	border-radius: 2px;
	float: right;
	text-align: center;
	background-color: #fff;
}

a.orgchart-link-icon:hover, a:link.orgchart-link-icon:hover { /*icon on personnel table */
	/*background-color: #efefef;*/
	color: #7e1b2a;
}



/* specific to departments */



#orgchart.departments {
  height: 1000px;
}

#orgchart.departments a {
  color: #fff;
  background-color: #172d39;
  display: block;
  padding: 5px 5px 5px 10px;
  text-decoration: none;
}

#orgchart.departments a:hover {
  background-color: #2B5269;
}

#orgchart.departments ul {
  left: 240px;
  opacity: 1 !important;
  top: 0;
}

#orgchart.departments p.selectable::after {
  margin-top: 0;
}

#orgchart.departments li {
  margin: 3px 0;
}

#orgchart.departments > li > ul > li > p a {
  padding: 20px 5px 20px 10px;
}

#orgchart.departments li p {
  border-radius: 0;
  margin: 0;
  padding: 0;
}

#orgchart.departments li:first-child {
  margin-top: 0;
}

#orgchart.departments li:last-child {
  margin-bottom: 0;
}

#orgchart.departments li ul {
  border-left: 5px solid #DBC759;
  border-top: 5px solid #DBC759;
  border-bottom: 5px solid #DBC759;
}


#orgchart.departments li.haskids > p:before {
  content: "";
  display: block;
  width: 40px;
  height: 22px;
  float: right;
  margin-right: -45px;
  border-bottom: 5px solid #DBC759;
}

#orgchart.departments li.haskids > p {
  border-right: 5px solid #DBC759;
}


/*==================================================*/
/*                                                  */
/*    RECENT ACQUISITIONS  (/acquisitions/recent/)*/
/*                                                  */
/*==================================================*/



#books {
	padding: 0;
}

#books > li > ul {
	display: none;
}

#books > li {
	list-style-type: none;
	margin: 0;
	font-size: 1.2em;
	padding: 10px;
	position: relative;
}

#books > li:nth-child(odd) {
	background-color: #f2f2f8;
}

#books .count {
	display: inline-block;
	background: #e3e3e8;
	border-radius: 5px;
	width: 90px;
	margin-left: 40px;
	padding: 0 5px;
	float: right;
}

#displayed {
	padding: 0;
}

#displayed .book {
	list-style-type: none;
	position: relative;
}

#displayed.list .book {
	display: grid;
	grid-template-columns: 130px auto;
	grid-gap: 20px;
	margin-bottom: 30px;
}

#displayed.list .book img {
	order: 1;
}

#displayed.list .book p {
	order: 2;
}

.book a {
	font-size: 1.1em;
}

.book p span {
	display: block;
	font-size: .9em;
}

.book a + span {
	margin-top: 8px;
}

#sublist-label {
	font-size: 1.2em;
	display: none;
}

#sublist ul {
	padding: 0;
}

#display-pref {
	float: right;
	display: none;
}

#display-pref a {
	text-decoration: none;
	display: inline-block;
	font-size: 1.3em;
	cursor: pointer;
	margin-right: 20px;
	color: #333;
}

#display-pref a#grid:before {
	content: "\f00a";
	font-family: "Font Awesome 6 Pro";
	font-weight: 600;
}

#display-pref a#list:before {
	content: "\f03a";
	font-family: "Font Awesome 6 Pro";
	font-weight: 600;
}

#sublist {
	max-height: 148px;
	overflow: scroll;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
	display: none;
}

#sublist li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 5px;
	background: #efefef;
	border-radius: 5px;
	cursor: pointer;
}

#sublist li:hover, #sublist li.selected {
	background: #f8e88e;
}

#sublist li.selected {
	padding-right: 20px;
	margin-right: 20px;
}

#sublist li.selected:after {
	content: "\f057";
	font-family: "Font Awesome 6 Pro";
	display: block;
	float: right;
	background-color: #aa0000;
	color: #fff;
	margin: -5px -30px -5px 0 ;
	border-radius: 5px;
	padding: 5px;
}

#paginator {
	margin: 30px 0 0;
	padding: 0;
}

#paginator li {
	display: inline-block;
	min-width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	background-color: #efefef;
	text-align: center;
	font-weight: bold;
	font-size: .95em;
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}

#paginator li:hover, #paginator li.selected {
	background-color: #f8e88e;
}

#paginator + .row {
	margin-top: 60px;
}

@media only screen and (max-width:991px){
	#displayed .book {
		display: grid;
		grid-template-columns: 130px auto;
		grid-gap: 20px;
		margin-bottom: 30px;
	}
	#displayed .book img {
		order: 1;
	}
	#displayed .book p {
		order: 2;
	}
}

@media only screen and (max-width: 767px){
	#books .count {
		display: none;
	}
}

@media only screen and (min-width:992px){
	#displayed:not(.list) {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		grid-auto-rows: minmax(100px, auto);
	}
	#displayed:not(.list) .book p {
		display: none;
		position: absolute;
		top: 20px;
		left: 20px;
		z-index: 100;
		width: 300px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 0 8px rgba(0,0,0,0.2);
		padding: 20px;
	}
	#displayed:not(.list) .book:hover p {
		display: block;
	}
	#displayed:not(.list) .book p:before {
		content:"";
		position: absolute;
		top: -13px;
		left: -13px;
		width: 0;
		height: 0;
		border-top: 13px solid transparent;
		border-right: 26px solid #fff;
		border-bottom: 13px solid transparent;
		transform: rotate(45deg);
	}
}




/*==================================================*/
/*                                                  */
/*    ABOUT (/info/about.php)                       */
/*                                                  */
/*==================================================*/


#hero {
  position: relative;
  margin: -60px 0 20px;
}

#hero .tilecontainer svg {
  max-height: 70px;
  overflow: hidden;
}

#hero .tilecontainer .infotile {
  background-color: rgba(43,82,105,0.95);
  margin:  5px;
}

.infotile {
  background-color: #3F7F7F;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}

.infotile .facts li {
  padding: 12px 0 20px;
  border-top: 1px dashed #ffffff;
}

.infotile .facts li:last-child {
  padding-bottom: 0;
}

#base .tilecontainer {
 margin-top: 15px;
}

#base .tilecontainer .infotile {
 background-color: #2B5269;
}

@media (min-width: 576px) {
  #hero .tilecontainer { right: 10px; left: 10px; bottom: 10px; }
  .tilecontainer { display: flex; align-content: space-evenly; }
  .tilecontainer .infotile { flex-grow: 1; flex-basis: 0; margin: 5px; }
  .tilecontainer .infotile:first-child { margin-left: 0; }
  .tilecontainer .infotile:last-child { margin-right: 0; }
}

@media (max-width: 575px) {
  #hero .tilecontainer { background-color: #2B5269; padding: 20px 10px; }
  #hero .tilecontainer .infotile svg {display: block; width: 40px; float: left; margin-top: 5px;}
  #hero .tilecontainer .infotile { text-align: left; padding: 0;}
}

@media (min-width: 576px) {
  #hero .tilecontainer { position:  absolute; right: 10px; bottom: 10px; display: flex; align-content: space-evenly;}
}

@media (min-width: 576px) and (max-width: 700px) {
  #hero .tilecontainer .infotile svg {max-height: 30px;}
  #hero .tilecontainer .infotile {padding:  5px;}
}

@media (max-width: 767px) {
  #hero .tilecontainer .infotile strong.count {font-size: 1.3em;}
}

@media (max-width: 991px) {
  .infographs {width: 50%;}
}

@media (min-width: 992px) {
  .infotile strong.count {display: block; font-size: 2.3em;}
  .infographs {padding-top: 40px;}
	.has-sidebar aside.infographs { width: 27%; }
}




/*=========================================================*/
/*                                                         */
/*  Faculty Directory (about/personnel/faculty-directory/) */
/*                                                         */
/*=========================================================*/


  #faculty-directory .details, #allthepeople, #faculty-directory  #presentation  {
		display: none;
		}

  #faculty-directory .people .person {
		display: inline-block;
		margin-bottom: 30px;
		width: 50%;
		vertical-align: top;
		padding-right: 20px;
	}

  #faculty-directory #allthepeople.table .person {
		display: table-row;
		cursor: pointer;
	}

  #faculty-directory #table-header {
		display: none;
	}

  #faculty-directory .person ul.departments {
			display: none;
	}

  #faculty-directory #allthepeople h1 {
			margin-bottom: 30px;
	}

  #faculty-directory #allthepeople .person h3 {
			font-size: 1.2em;
			margin-top: 0;
	}

  #faculty-directory #allthepeople.table .person h2, #faculty-directory #allthepeople.table .person h3, #faculty-directory #allthepeople.table .person ul, #faculty-directory #allthepeople.table #table-header li {
		display: table-cell;
		font-size: 16px;
		padding: 3px;
		width: 20%;
	}

  #faculty-directory #allthepeople.table .person h2 a {
		background: none;
		color: #5a5a5a;
	}

  #faculty-directory #allthepeople.table .person:nth-child(odd) {
			background-color: #efefef;
	}

  #faculty-directory #allthepeople.table .person:hover {
			background-color: #fdffc0;
	}

  #faculty-directory #presentation {
			float: right;
	}

  #faculty-directory #tableservice {
    height: 0; overflow: hidden;
  }

  #faculty-directory #allthepeople.table #table-header {
    display: table-header-group; width: 100%;
  }

  #faculty-directory #allthepeople.table #table-header li {
			background-color: #333;
			color: #fff;
			font-size: 1.1em;
  }

  #faculty-directory #allthepeople.table .person .imagelink {
		display: none;
  }

  #faculty-directory #allthepeople .person h2 {
		margin-top: 6px;
  }

  #faculty-directory #content .person ul {
		list-style-type: none;
		padding: 0;
		margin-bottom: 0;
  }

  #faculty-directory .people .person img {
		max-width: 150px;
		margin-bottom: 7px;
  }

  #faculty-directory .people .person h2 {
		font-size: 1.3em;
		margin-bottom: 5px;
  }

  #faculty-directory .people .person h2 a {
		color: #a00;
		font-weight: 600;
  }

  #faculty-directory .person ul:after {
		content: '';
		clear: both;
		display: table;
  }

  #faculty-directory .details h2 {
		margin-top: 0;
  }

  #faculty-directory .details h3 {
		font-size: 1.4em;
  }

  #faculty-directory #publications li {
		margin-bottom: 14px;
  }

  #faculty-directory .details aside li {
		font-size: 1.2em;
		line-height: 2em;
		font-weight: 600;
  }

  #faculty-directory .details .contact {
		list-style-type: none;
		padding: 0;
  }

  #faculty-directory .details .social {
			padding: 0;
  }

  #faculty-directory .details .social li {
			display: inline-block;
			margin-right: .8em;
  }

  #faculty-directory .details .social li a {
			font-size: 1.6em;
  }

  #faculty-directory .details .social li.twitter a {
			color: #47BCDC;
  }

  #faculty-directory .details .social li.linkedin a {
			color: #0077b5;
  }

  #faculty-directory .details .has-sidebar:before {
		display: none;
  }

@media (min-width: 768px) {
	#faculty-directory .people .person { width: 30%; }
	#faculty-directory .people .person img { max-width: 172px; }
}

@media (min-width: 992px) {
	#faculty-directory .people .person { width: 25%; }
}



/*=========================================================*/
/*                                                         */
/*  Personnel Directory (about/personnel/) */
/*                                                         */
/*=========================================================*/

  #personnel-directory .people:not(.table) {
   border-bottom: 1px solid #ddd;
  }

  #personnel-directory .alphajump {
    font-size: 1.4em !important;
    font-weight: bold;
    margin-top: 20px;
  }
  
  #personnel-directory #presentation {
    display: none;
  }
  
  #personnel-directory .people.table .person p {
   font-size: 1em !important;
  }

  #personnel-directory .people:not(.table) .person, #personnel-directory #departmental-list .person {
    margin-bottom: 24px;
  }
  
  #personnel-directory .people.table .person {
    padding: 10px 0;
  }

  #personnel-directory .person h2 {
    font-size: 1.3em;
    margin: 10px 0 0;
  }
  
  #personnel-directory .person h3 {
    font-size: 1.2em;
    margin: 5px 0;
  }
  
  #personnel-directory .person .pronouns {
    font-size: 1.15em;
    display: block;
  }

  #personnel-directory .people:not(.table) h2 + .pronouns, #personnel-directory .people.table h3 + .pronouns, #personnel-directory #departmental-list h2 + .pronouns {
    display: none;
  }
  
  #personnel-directory .people .tableheader {
     display: none;
  }

  #personnel-directory .people:not(.table) .contact .email:before {
    content: "Email: ";
  }
  
  #personnel-directory .people:not(.table) .contact .telephone:before {
    content: "Telephone: ";
  }
  
  #personnel-directory .people:not(.table) .contact .work-location:before {
    content: "Office: ";
  }

  #personnel-directory .person .faculty-profile, #personnel-directory .person .orgchart {
    display: block;
  }
  
  #personnel-directory .person .faculty-profile:before, #personnel-directory .person .orgchart:before {
    font-family: "Font Awesome 6 Pro";
    color: #666;
    display: inline-block;
    font-size: .8em;
    width: 18px;
  }
  
  #personnel-directory .person .faculty-profile:before {
    content: "\e283";
  }
  
  #personnel-directory .person .orgchart:before {
    content: "\f542";
  }
  
  #personnel-directory #departmental-list {
    clear: both;
  }

@media only screen and (min-width: 768px) {

  #personnel-directory .people, #personnel-directory #departmental-list, #personnel-directory .people.table .person, #personnel-directory #departmental-list.table .person, #personnel-directory .people.table .tableheader {
    display: grid;
  }
  
  #personnel-directory #presentation {
    display: block;
    float: right;
  }
  
  #personnel-directory #presentation {
    display: block;
  }

  #personnel-directory #departmental-list .person:nth-child(1), #personnel-directory #departmental-list .person:nth-child(2), #personnel-directory #departmental-list .person:nth-child(3) {
    padding-top: 50px;
  }

  #personnel-directory .people, #departmental-list {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
  }
  
  #personnel-directory .people.table .person, #personnel-directory #departmental-list.table .person, #personnel-directory .people.table .tableheader {
    grid-template-columns: 25% 40% 20% 10%;
    column-gap: 10px;
  }

  #personnel-directory .people.table .tableheader {
    background-color: #333;
    color: #fff;
    font-weight: bold;
  }
  
  #personnel-directory .people.table, #personnel-directory #departmental-list.table {
    display: block;
  }
  
  #personnel-directory .people.table img, #personnel-directory #departmental-list.table img {
    display: none;
  }

  #personnel-directory #departmental-list.table .person:nth-child(odd), #personnel-directory .people.table .person:nth-child(odd) {
    background-color: #efefef;
  }
  
  #personnel-directory #departmental-list.table .person .faculty-profile, #personnel-directory .people.table .person .faculty-profile, #personnel-directory #departmental-list.table .person .orgchart, #personnel-directory .people.table .person .orgchart {
    visibility: hidden;
    font-size: 1px;
  }
  
  #personnel-directory #departmental-list.table .person .faculty-profile:before, #personnel-directory .people.table .person .faculty-profile:before, #personnel-directory #departmental-list.table .person .orgchart:before, #personnel-directory .people.table .person .orgchart:before {
    visibility: visible;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    clear: both;
    float: right;
  }

}


/*=========================================================*/
/*                                                         */
/*  Subject Specialists slider (/about/personnel/specialists.php) */
/*                                                         */
/*=========================================================*/


#librarian-slider {
 height: 254px;
 margin-top: 30px;
 margin-bottom: 60px;
}

#librarian-slider .item.next:after, #librarian-slider .item.prev:before {
  display: none;
}

#librarian-slider .librarian-card, #librarian-slider-static .librarian-card {
  width: 274px;
  height: 200px;
  background-color: #efefef;
  overflow: hidden;
  white-space: normal;
  padding: 10px;
  float: left;
  margin-right: 7px;
  cursor: pointer;
}

#librarian-slider .librarian-card:hover, #librarian-slider-static .librarian-card:hover {
  background-color: #c7c8ca;
}

#librarian-slider .librarian-card:last-child {
  margin-right: 0;
}

#librarian-slider .librarian-card img, #librarian-slider-static .librarian-card img {
  height: 180px;
  float: left;
}

#librarian-slider .librarian-card ul, #librarian-slider-static .librarian-card ul {
  margin: 0 0 0 130px;
  list-style-type: none;
  padding: 0;
  font-size: 1.1em;
}

#librarian-slider .carousel-indicators {
  margin-bottom: 0;
  bottom: 0;
}

#librarian-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #c7c8ca;
  border: none;
  margin: 0 5px;
}

#librarian-slider .carousel-indicators .active {
  background-color: #333;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  #librarian-slider .librarian-card img { height: 100px; }
  #librarian-slider .librarian-card ul { margin-left: 76px; }
  #librarian-slider .librarian-card { width: 220px; height: 141px; }
  #librarian-slider .librarian-card ul li:nth-child(2) { font-size: .9em; }
  #librarian-slider { height: 181px; }
  #librarian-slider .carousel-indicators li { width: 16px; height: 16px; }
}

@media screen and (max-width: 768px) {
  #librarian-slider-static .librarian-card img { height: 100px; }
  #librarian-slider-static .librarian-card ul { margin-left: 76px; }
  #librarian-slider-static .librarian-card { width: 227px; height: 123px; }
}

@media only screen and (max-width:991px) {
  #librarian-slider {display: none;}
  #librarian-slider-static .librarian-card { width: 46%; margin-bottom: 20px; margin-right: 4% }
}

@media only screen and (min-width:992px) {
  #librarian-slider-static {display: none;}
}

@media only screen and (max-width: 575px) {
  #librarian-slider-static .librarian-card { width: 100%; margin-right: 0; }
}


/*==================================================*/
/*                                                  */
/*                    STAFFWEB                      */
/*                                                  */
/*==================================================*/



body.staffweb #site-heading {margin-top: .25em !important;}
	#site-heading .fa-cogs {
    color: #28959A;
}


/*==================================================*/
/*                                                  */
/*                  SLICK Theme                     */
/*                                                  */
/*==================================================*/

/*
.slick-prev:before, .slick-next:before {
  font-size: 30px !important;
}

.slick-next {
    right: -20px !important;
}

.slick-prev, .slick-next {
	width: 30px !important;
	height: 30px !important;
}
*/


/*==================================================*/
/*                                                  */
/*                   SÜPERFOOT!                     */
/*                                                  */
/*==================================================*/

#superfoot, #footer-links-contact {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 15px;
}

ul#social-stack-libraries li {
	display: inline-block;
}

ul#social-stack-libraries li a {
	padding: 10px;
}

#social-stack-libraries>li>a:hover {
	background-color: transparent;
}

ul#social-stack-libraries i, ul#social-stack-libraries span {
	font-size:2.3em;
}


ul#social-stack-libraries .fa-x-twitter, .person .social li.twitter .fa {
	color:#333;
}


ul#social-stack-libraries .fa-instagram, .person .social li.instagram .fa, li.instagram .fab {
	color:#f00075;
}


ul#social-stack .fab {
	color: #fff;
}



#attr {
    background-color: #333;
    color: #efefef;
    padding: 2px 0;
    }

#attr p {
    margin: 0;
    text-align: center;
    font-size: .9em;
    }

#attr a {
    color: #efefef;
    text-decoration: underline;
    }

#superfoot address {
			margin-top: 0;
		}
/* ------  Footer Camup Events -------------------- */

footer ol.event-list {
		margin: 0;
		padding: 0;
		list-style: none;
		}

footer li.event-item {
		margin-bottom: 1em;
		}

footer li.event-item h4 {
		font-size: 14px !important;
		font-weight: 100;
		}

footer li.event-item span.venue, footer li.event-item span.date_range, footer li.event-item span.time_range, footer time.event-date {
		display: none;
		}

footer ol.event-list.two-col {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		}


/* ----------------------------------------------------- */
/* ----------------------------------------------------- */


@media only screen and (max-width: 480px) {
    #main-nav { margin-top: -80px !important; }
    .navbar-nav { margin: 0; }
    #site-heading { font-size: 1.9em;}
    #header-bg { height: 200px; }
    #main-container #hours.front { margin-bottom: 20px; padding-top: 0; }
    #main-container #hours.front p { display: block; margin: 0; padding: 0; }
    #main-container #hours.front p a:link { margin-left: 0; }
    #recent-acquisitions #subjects li {padding-left: 20px;}
	#recent-acquisitions #subjects li span {display: none;}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	#site-heading { font-size: 2.6em; }
    #header-bg { height: 220px; }
}

@media only screen and (max-width: 767px) {
    #site-heading { display: block; text-align: center; }
	h2 {font-size: 1.5em;}
	#uptop { padding-top: .5em; padding-bottom: 10px; }
    #uptop #emailbutton { margin: 20px 0 0;}
    #main-nav { margin-top: -60px; min-height: 57px; background-color: transparent; width: 150px;}
    #mainnav > li > a { margin-top: 4px; }
    #mainnav > li:last-child a { padding-right: 15px; }
    #mainnav li:last-of-type { padding-bottom: 0; }
    #main-nav button { margin-top: 8px; }
    .nav>li>a { padding: 10px 0; }
    .nav>li:first-child>a { padding-top: 0; }
    #emailthis, #sms { top: 50px; left: 0; }
    #main #slider  {margin-top: 20px;}
    .navbar-collapse { background-color: #333; padding: 15px; z-index: 999; text-align: left; position: relative; width: 100%; min-width: 375px; left: 5px; right: 5px; }
    .navbar-collapse a { color: #fff !important; border-top: 1px solid #999 !important; padding-bottom: 0 !important; }
    .navbar-collapse li:first-child a { border-top: none !important; }
    #search-stack { top: 20px; float: right; }
    .searchchoice form h2 { display: none; }
    #opener { z-index: inherit; height: 233px; }
    .rss-feeder img { display: none; }
    footer .footer-news { margin-top: 20px; }
		div.youtube iframe { height: 360px; }
		/*#main-container .tiler > li a { display: flex; }
    #main-container .tiler > li { margin-bottom: 20px; }*/
}

@media only screen and (min-width: 768px) {
    #search-stack {top: 30px;}
	#superfoot > div > div:last-child { text-align:right; }
	ul#social-stack-libraries { text-align:center; }
	#superfoot, #footer-links-contact { background-color: #f2f2f4; }
	#main-container  p.intro, #main-container  div.intro p, #main-container  ul.intro li  {font-size: 1.3em; }
	#main-container  p.intro, #main-container  div.intro p {line-height: 1.6em; margin: 6px 0 30px 0;}
	#main-container  ul.intro li  {line-height: 1.6em; margin: 6px 0;}
	a.modal-prevNav { left:-80px; }
	a.modal-nextNav { right:-80px; }
	.grid { display: grid; grid-gap: 40px; grid-template-columns: auto auto auto; }
	.grid.four { grid-template-columns: auto auto auto auto; }
	#search-stack2 label { vertical-align: middle; margin: 0 8px 0 10px; }
	#emailthis { width: 120%; }
	#site-heading { font-size: 2.8em;  left: 220px;  }
	.navbar { margin-top: 74px; }
	#hours.front p { text-align: center; }
	#hours.front p a:link { margin-left: 15px; }
	body.staffweb #opener .brand { background: url("/libimages/staffweb/StaffWebBrand.jpg") no-repeat 0 0; height: 192px; }
	/*#main-container .tiler { display: flex; }
  #main-container .tiler > li { flex-shrink: 0; flex-grow: 1; flex-basis: 1%; margin: 0 20px 0 0;  }
  #main-container .tiler > li:last-child { margin-right: 0; }
	#main-container .tiler > li svg { height: 3.5em; width: 3.5em; display: block; margin: 10px auto 0; position: absolute; top: 10px; right: 0; left: 0; }
  #main-container .tiler > li span { display: block; font-size: 1.1em; padding: 10px; position: absolute; bottom: 10px; right: 0; left: 0; line-height: 1em; }
  #main-container .tiler > li a { display: block; text-align: center; width: 100%; border-radius: 20px; border: 1px solid #999; background-color: #f7f7f7; position: relative; }
  #main-container .tiler > li a:hover { border-color: #a00; background-color: #fff; }
	#main-container .tiler > li a:before { padding-top: 56.25%; content: ""; display: block; }*/
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
    #main-nav { margin-top: 70px; }
    #mainnav > li > a { font-size: 13px; }
    #hours.front p { padding: 10px 0; }
		div.youtube iframe { height: 400px; }
		/*#main-container .tiler > li svg { height: 2em; width: 20%; top: 10px; }
		#main-container .tiler > li span { font-size: 1em; bottom: 0; }*/
}

@media only screen and (max-width: 991px) {
	#main-container #hours.front p { font-size: 16px; }
	#site-heading { margin-top: .7em; }
	#newRadios { padding-right: 0; padding-left: 0;}
	#search-stack form #newRadios input[type="radio"] {margin-left: 0;}
	#thehours { padding: 2.2em 0 1em; }
	ul#social-stack-libraries i { font-size:2em; }
	ul#social-stack-libraries li { width: 2.5em; }
	#search-cats-toggle { margin: 10px; }
	#homesearch #tabs #search-categories { background-color: #cbd8d9;}
	#homesearch #tabs #search-categories label { padding-left: 15px; font-weight: 500; font-size: 1.2em; color: #333; vertical-align: -2px;}
	#homesearch #tabs #search-categories .dropdown-menu {left: 50px; top: 45px;}
	#uptop { padding: 2em 0 .8em; }
	#hours.front p a:link { display: inline-block; margin: 0;}
	#new-in-the-libraries .tile { background-color: #eee !important;}
	#new-in-the-libraries .tile a { background: #666; color: #fff; }
	#new-in-the-libraries .tile a:hover { background: #eee; color: #333; }
	#new-in-the-libraries .tile a:hover i { color: #a00; }
	.tile a br { display: none; }
	.tile a span { display: inline !important; }
	body.help #locations-nav { margin-top: 30px; }
    body.help #locations #images { max-width: 570px; }
    #recent-acquisitions #bibs span.callno { white-space: nowrap; }
    #recent-acquisitions #bibs span.callno:before { content: "|"; margin: 0 10px; display: inline-block; }

}

@media only screen and (min-width:992px){
  .two-col { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px;}
	.two-col p {break-inside: avoid-column;}
	.three-col { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3;  -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px;}
	.flex {display: flex;}
	.flex > div, .flex > p {flex-grow: 1; flex-basis: 0; margin-right: 10px;}
	.flex > div:last-child, .flex > p:last-child {margin-right: 0;}
	#site-heading { margin-top: 30px; left: 240px; }
	#search-stack {  width: 400px; float: right; top: 46px; }
	#search-content .searchchoice, #homesearch #tabs { height: 320px; overflow:hidden;}
	#search-content .searchtext {float: left; margin-right: 10px;}
	#search-content .searchtext, #search-content .engine {width: 346px;}
	#search-content { padding-left: 0; }
	#search-content form:after { content: " "; display: table; clear: both;}
	#homesearch #tabs { background-color: #c0d0d2; }
	#uptop { text-align: right; }
	#main #homenewsrotator:before { content: ''; position: absolute; top: 0; height: 100%; width: 1px; background-color: #e2e2e2; left: 0; }
	#main, #sidebar { margin-top: 20px; margin-bottom: 20px; }
	#mainnav a:before { font-family: "Font Awesome 6 Pro"; display: inline-block; margin-right: 5px; font-weight: 400; }
	#mainnav .myaccount:before { content: "\f007"; font-weight: 900; }
	#mainnav .hours:before { content: "\f017"; font-weight: 600; }
	#mainnav .illiad:before { content: "\f0ac"; font-weight: 600; }
	#mainnav .dibs:before { content: "\f073"; }
	#mainnav .atoz:before { content: "\f15d"; font-weight: 600; }
	#mainnav .rooms:before { content: "\f084"; font-weight: 600; }
	#mainnav .libguides:before { content: "\f185"; font-weight: 600; }
	#mainnav .help:before { content: "\f128"; font-weight: 600; }
	body.staffweb #mainnav .cogs:before { content: "\f085"; font-weight: 600; }
	body.staffweb #mainnav .calendar:before { content: "\f073"; }
	body.staffweb #mainnav .address-book:before { content: "\f2b9"; font-weight: 600; }
	body.staffweb #mainnav .bug:before { content: "\f188"; font-weight: 600; }
	body.staffweb #mainnav .fire:before {  content: "\f06d"; font-weight: 600; }
	#search-categories .dropdown-menu { display: block; position: relative; float: none; min-width: none; padding: 0; margin: 10px -15px 0 0; background-color: transparent; border: none; -webkit-box-shadow: none); box-shadow: none;}
    #search-categories > .dropdown-menu >.active > a, #search-categories .dropdown-menu>li>a:focus, #search-categories .dropdown-menu>li>a:hover { background-color:transparent; color: #333; }
    #search-categories .dropdown-menu li.active, #search-categories .dropdown-menu li:hover { background-color: #cbd8d9; border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
	#search-categories button { display: none; }
	#homesearch #tabs #search-categories label { display: none; }
	#main { float: right; }
	ul#social-stack-libraries { margin-top: 10px; }
	.navbar { margin-top: 83px; }
    #dibs { margin-top: 6px; float: right; }
	/* CSS height:width ratio trick explained here: https://www.mademyday.de/css-height-equals-width-with-pure-css.html */
   .tile { position: relative; width: 100%; margin-bottom: 10px; }
   .tile:before { content: ""; display: block; padding-top: 53%;} /* 75% here gives a 4:3 height:width ratio. 100% would be 1:1; 56.25% would be 16:9 */
   .tile a { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
   .tile a i { display: block; font-size: 1em; margin-bottom: 4px; }
   .tile a span { position: absolute; bottom: 10px; max-width: 85%; }
   .tile.x2 { font-size: 1em; }
   .tile.x2 a { padding: 20px; }
   .tile.x2 a i { font-size: 1.5em; color: rgba(255,255,255,0.6) }
   .has-sidebar, .bisected { position: relative;}
   .has-sidebar:after, .bisected:after{display:table; content:""; clear:both}
   .has-sidebar .main, .has-sidebar main, .list-follows-sidebar p { width: 66.66666667%; float: left; position: relative; padding-right: 20px;}
   .has-sidebar aside { width: 33.33333333333333%; float: right; position: relative; padding-left: 30px;}
   .list-follows-sidebar img { width: 33.33333333333333%; float: right; position: relative; margin-top: 5px;}
   .has-sidebar:before, .bisected:before { content: ''; position: absolute; top: 0; bottom: 0; left: 67%;  height: 100%;  width: 1px; background-color: #ddd; display: block;}
	 .has-sidebar > .main > h1, .has-sidebar > main > h1, .has-sidebar > .main > h2:first-child, .has-sidebar > main > h2:first-child { margin-top: 0; }
   .bisected:before { left: 49%;}
	 .bisected > div h2 { margin-top: 0; }
	 .bisected > div:first-child { padding-right: 30px; }
	 .bisected > div:last-child { padding-left: 30px; }
   .has-sidebar.norule:before { background-color: transparent; }
   #emailbutton { margin-top: 14px; }
   body.help #connexions .tile:before { padding-top: 50%; }
	 #recent-acquisitions ~ div .pinterest { text-align: center; float: right; }
   #recent-acquisitions ~ div .pinterest i:before { font-size: 1.5em; display: block; margin-top: 5px; }
   #recent-acquisitions #bibs span.callno { position: absolute; left: 270px; bottom: 0; }
	 div.youtube iframe { height: 460px; }
	 #hours { top: -185px; }
   #main-container.twocol { grid-template-columns: repeat(4, 1fr); }
   #main-container.twocol #special-notification { grid-column: 1 / 5; }
   #main-container.twocol #main { grid-column: 2 / 5; }
   #main-container.twocol #sidebar { grid-column: 1; grid-row: 2; }
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
	#mainnav ul, #mainnav > li > a, #mainnav > li:last-child a { margin-right:20px; }
	#sidebar .sidenav > ul > li > a { font-size: 1em; }
	#hours.front p { margin: 0; padding: 0;}
	.tile.x2 a span { bottom: 12px; }
}

@media only screen and (min-width: 1080px) {
	#mainnav { margin-left:5px; padding-left:0; float:right; }
	body.help #mainnav ul, body.help #mainnav > li > a, body.help #mainnav > li:last-child a { margin-right: 20px; }
}

@media only screen and (max-width: 1199px) {
    #secondary-nav .fa-chevron-down { display: none; }
    .nivo-caption {padding-bottom: 8px;}
}

@media only screen and (min-width: 1200px) {
  #mainnav ul, #mainnav > li > a, #mainnav > li:last-child a { margin-right:69px; }
	#mainnav ul, #mainnav.speccoll > li > a, #mainnav.speccoll > li:last-child a { margin-right:40px; }
  .tile a i { font-size: 1.5em; }
  .tile a {  font-size: 1.6em; }
  .tile.x2 a {  font-size: 1.8em; }
  .tile.x2 a span { bottom: 20px; }
  #sidebar .sidenav { margin-right: 10px; }
	#sidebar .sidenav > ul > li.panel > a:after { font-family: "Font Awesome 6 Pro"; content: "\f078"; float: right; color: #d9d9d9; font-weight: 900; }
	body.help #mainnav ul, body.help #mainnav > li > a, body.help #mainnav > li:last-child a { margin-right: 40px; }
	/*#main-container .tiler > li svg { height: 4em; width: 4em; top: 24px; }*/

}


/* ----------------------------------------------------- */
/* ----------------------------------------------------- */


@media print {

.printhide, #sidebar, nav, #opener, #searchFormInner, #superfoot, #footer-links-contact, footer, .tile, .calnav, span.prev, span.next  {display: none;}
	body  {margin: 0px;}
    p, ol, ul, a, address {page-break-inside: avoid; font-family: Times, 'Times New Roman', serif;}
	h2, h3, h4, h5 {page-break-after: avoid; font-weight: 500;}
	h1 {text-align: center; margin-bottom: 1.3em}
	p, table, ol, ul, a, address {page-break-inside: avoid; font-family: Times, 'Times New Roman', serif;}
	.collapse {display: block;}
    .panel {border: none;}
    .panel-default>.panel-heading {background-color: transparent;}
    .panel-heading { padding: 1em 0 0 0; border-bottom: none;}
    .panel-title {font-size: 18px;}
    .panel-body {padding: 0;}
    .panel-group .panel-heading+.panel-collapse .panel-body {border-top: none;}
    table a[href]:after { content: '' !important; }
    .printshow {display: block;}
	body.physics header:after, body.physics header { display: none !important; }
	body.help #images p { position: static; font-size: 2em; }
	body.help #images a[href]:after { content: ''; }
}

@page {size: auto;margin: 25mm 25mm 25mm 25mm;}
