/*
---------------------------------------------
RESET
---------------------------------------------
*/

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;
	vertical-align: baseline;}

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;}
	
img, object, embed {max-width: 100%; border: 0}

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

hr.dotted {
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px dotted #919191; 
	margin: 25px 0; 
	padding: 0; 
	background: transparent;}

strong {
	font-family: Sofia, "Trebuchet MS", sans-serif;
	font-weight: bold}	

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0); 
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute;
	width: 1px;}
	
#skip-to-content-link {
    position: absolute;
   	top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
    background: #fff;
    z-index: 9999999}
    
#skip-to-content-link:focus {
	left: 20px;
	padding: 20px 10px 10px; 
    top: 0;
    color: #005bbb;
    height: auto; 
    overflow: visible;
    background: #fff;
    font: 14px/1.3 Sofia, "Trebuchet MS", sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    width: 70px;
    text-align: center}
    
*:focus{outline:#ffc72c auto 4px}   
 
body .long-term-alert-banner {width: 1130px}

body .long-term-alert-banner .text.parbase.section p>b {
	font-family: Sofia, "Trebuchet MS", sans-serif;
	font-weight: bold;}
 
.ub-alert {
	width: 100%;
	background-color: #ffc72c;
	padding: 8px 8px 8px 0;
	color: #000;
	box-sizing: border-box;}

.ub-alert a {
	color: #000;}

.ub-alert-inner {
	max-width: 1100px;
	margin: 0 auto;}
	
	
	   	
/*
---------------------------------------------
FONTS
---------------------------------------------
*/	
	
/* ------- Sofia Light ------- */	

@font-face{
	font-family:"Sofia";
	src:url(fonts/sofia-light.eot);
	src:url(fonts/sofia-light.eot?#iefix) format("embedded-opentype"),
		url(fonts/sofia-light.woff2) format("woff2"),
		url(fonts/sofia-light.woff) format("woff"),
		url(fonts/sofia-light.ttf) format("truetype");
	font-style:normal;
	font-weight: normal;}
	
	
/* ------- Sofia Medium ------- */

@font-face{font-family:"Sofia";
	src:url(fonts/sofia-medium.eot);
	src:url(fonts/sofia-medium.eot?#iefix) format("embedded-opentype"),
	url(fonts/sofia-medium.woff2) format("woff2"),
	url(fonts/sofia-medium.woff) format("woff"),
	url(fonts/sofia-medium.ttf) format("truetype");
	font-weight:500;
	font-style:normal}


/* ------- Sofia Black (Bold for the site) ------- */


@font-face{font-family:"Sofia";
	src:url(fonts/sofia-black.eot);
	src:url(fonts/sofia-black.eot?#iefix) format("embedded-opentype"),
	url(fonts/sofia-black.woff2) format("woff2"),
	url(fonts/sofia-black.woff) format("woff"),
	url(fonts/sofia-black.ttf) format("truetype");
	font-weight:bold;
	font-style:normal}


/* ------- More Pro Book ------- */

@font-face {
	font-family:"More";
	src:url(fonts/more-book.eot);
	src:url(fonts/31981B_2_0.eot?#iefix) format("embedded-opentype"),
		url(fonts/more-book.woff2) format("woff2"),
		url(fonts/more-book.woff) format("woff"),
		url(fonts/more-book.ttf) format("truetype");
	font-weight:normal;
	font-style:normal}



/* ------- Kievit Regular ------- */

@font-face {
	font-family:"Kievit";
	src:url(fonts/kievit.eot);
	src:url(fonts/kievit.eot?#iefix) format("embedded-opentype"),
		url(fonts/kievit.woff2) format("woff2"),
		url(fonts/kievit.woff) format("woff"),
		url(fonts/kievit.ttf) format("truetype");
	font-weight:normal;
	font-style:normal}
	
	

@font-face {
  	font-family: 'icons';
  	src:  url('fonts/icons.eot?88685b');
  	src:  url('fonts/icons.eot?88685b#iefix') format('embedded-opentype'),
    	url('fonts/icons.ttf?88685b') format('truetype'),
    	url('fonts/icons.woff?88685b') format('woff'),
        url('fonts/icons.svg?88685b#icons') format('svg');
  	font-weight: normal;
  	font-style: normal;}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons' !important;
  	speak: none;
  	font-style: normal;
  	font-weight: normal;
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;}
  
  
  
/*
---------------------------------------------
LAYOUT
---------------------------------------------
*/
  
body {
	background: #005bbb;
	font: 14px Sofia,Arial,sans-serif;
    color: #444;
    height: 100%;}


.logo-black {display: none;}

.top {
	background: #002f56;
	height: 26px;}

.top .inner {
	max-width: 1100px;
	position: relative;
	margin: 0 auto;}

.top .inner .title ul {
	margin-left: 30px}

.top .inner a {
	color: #fff;
	text-decoration: none}

.top .inner a:hover {
	border-bottom: 1px solid rgba(255,255,255,0.3);}

.top .title {
	float: left;}

.top .inner .title ul li:after {
    position: absolute;
    top: 11px;
    left: 20px;
    width: 0;
    height: 0;
    content: "";
    border: 15px solid transparent;
    border-top-width: 0;
    border-bottom-color: #005bbb;}
    
.top .inner .title ul li {
	margin: 5px 0 0 48px;
	display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #fff}

.top .inner .title ul li:before {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90c";
    font-size: 11px;
    font-weight: bold;
    vertical-align: 0;
    margin-right: 6px;
    margin-left: 3px;}
    
.top .global-nav {
	float: right}

.top .global-nav ul li {
	display: inline-block;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    margin-top: 6px;
    padding: 0 6px 0 5px;
    position: relative}

.top .global-nav ul li:after {
	content: "|";
	height: 80%;
	width: 1px;
	color: #297188;
	position: absolute;
	left: -5px}

.top .global-nav ul li:first-child:after {
	content: ""}
    
    
    
.content-header {
	position: relative;
	margin: 0 auto;
	max-width: 1100px}    
    
.lib-logo {
    border-left: 2px solid #fff;
    margin-left: 85px;
    padding-left: 10px;
    margin-top: 38px}
    
    
.lib-logo a {
	color: #fff}
	
.ub-logo-icon {
	text-indent: -999999px;}
	
.ub-logo {
	text-indent: -999999px;
	display: inline-block;
    width: 170px;
    height: 20px;
    line-height: 350px;
    overflow: hidden;
    background: url(../img/ub-logo-white.png) no-repeat;
    background-size: 170px 20px;}

.icon-ub-logo{
    font-size: 36px;
    position: absolute;
    display: block;
    top: 20px;
    left: 0px;}
    
.icon-ub-logo:before {
    font-family: 'icons';
    color: #fff;
    content: "\e602";}
    
.lib-logo .title a {
	color: #fff;
    text-decoration: none}

.lib-logo .title {
    font: 35px Kievit,"Trebuchet MS",sans-serif;
    line-height: 36px;
    margin: 4px 0 -6px -3px;
    white-space: pre;
    letter-spacing: -1px;}

.tasknav {
	position: absolute;
    right: 0;
    top: 30px;}

.carousel {
	max-height: 374px;
	overflow: hidden;}

.carousel-main {
	background-color: #fff;
	text-align: center;
	line-height: 0;
	display: block}

.carousel-mobile {display: none;}

.page {
	background-color: #fff}

.container {
	margin: 0 auto;
	max-width: 1100px;
	background-color: #fff}

.region-main {
	position: relative;}

.library-hours {
	width: 35%;
	height: 310px;
	background-color: #fff;
	margin-top: -70px;
	float: left;}
    
.library-hours h3, .library-hours h2 {
	font: 22px/1.0 Sofia, "Trebuchet MS", sans-serif;
	color: #0071b7;
	font-weight: bold;
	display: inline-block}

.times {
	padding: 35px}

.times p {
	padding-bottom: 20px;
	line-height: 20px;}

.times a {color: #5f6369;}

.all-hours a {
	color: #5f6369;}

.all-hours {
	display: inline-block;
	float: right;
	margin-top: 8px;
    font-size: 12px;
    text-decoration: underline;}

table.hours {
	margin-top: 12px;
	color: #0071b7}

table.hours td {
	padding: 6px 16px 12px 0;}

table.hours .open {
	color: #fff;
	background-color: #187f18;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", arial, san serif;
	display: inline-block;
	padding: 4px 0;
	text-align: center;
	min-width: 60px;
	letter-spacing: 1px;}
	
table.hours .closed {
	color: #fff;
	background-color: #b50100;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", arial, san serif;
	display: inline-block;
	padding: 4px 0;
	text-align: center;
	min-width: 60px;
	letter-spacing: 1px;}
	
table.hours time {
	color: #4e4e4e}

.region-quicklinks a {
	color: #000;
	text-decoration: none}

.region-quicklinks {
	overflow: hidden;
	padding-bottom: 30px}

.region-quicklinks h3 {
	letter-spacing: 2px;
	color: #0071b7;
	text-transform: uppercase}

.quicklinks li:first-child {padding-left: 0}
.quicklinks li:last-child {
	padding-right: 0;
	border: 0}

.region-quicklinks select { display: none; }

.quicklinks {
	margin-top: 28px;
	padding-bottom: 30px;
	border-bottom: 18px solid #f0f1f1}

.quicklinks li {
	display: inline-block;
	width: 17%;
	border-right: 1px dotted #919191;
	padding: 0 15px;
	vertical-align: top;
	min-height: 220px}

.quicklinks h4 {
	font: 18px/1.0 Sofia, "Trebuchet MS", sans-serif;
	margin: 20px 0;
	font-weight: bold;}

.quicklinks h4.reserve {color: #d83c20;} 
.quicklinks h4.best-basic {color: #006a63;} 
.quicklinks h4.video-recording {color: #507537;}
.quicklinks h4.research-guides {color: #a12519;}
.quicklinks h4.delivery {color: #0072b7;}

.search-min {
	display: none}

/*
---------------------------------------------
GLOBAL NAVIGATION
---------------------------------------------
*/

/* Mobile Nav */
.touch-btn{ display:none;}



/* ------- Ask a Librarian Icons ------- */

.icon-chat, .icon-text, .icon-email, .icon-phone, .icon-person {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 -10px;
    color: #fff;}
    
.icon-chat:before {
    font-family: 'icons';
    content: "\e928";} 
    
.icon-text:before {
    font-family: 'icons';
    content: "\e929";}
    
.icon-email:before {
    font-family: 'icons';
    content: "\e927";} 

.icon-phone:before {
    font-family: 'icons';
    content: "\e926";} 

.icon-person:before {
    font-family: 'icons';
    content: "\e925";} 
    








@media screen and (min-width: 768px) {
	
.nav-main {
    background-color: #fff;
    height: 48px;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 40px;
    padding-left: 10px;}

.mobile-nav {
	display: none} 			

.main-nav {
	display: block !important;} /* this style is needed in case a user hides the main nav in the mobile view then expands the window */	



    
    
/* ----------------------------------------------- primary nav ----------------------------------------------- */

.global-related {
	background-color: #02556f;
	margin: 12px;
	border-radius: 6px;
	padding-bottom: 12px;}
	
.drop-title {
	font-size: 14px;
	color: #fff;
	padding: 15px 15px 6px 14px;
	font-weight: bold;}
	
.global-related div .collection-link {
	line-height: 12px}
		
.nav-global ul li ul li div {position: relative}
	
.nav-global ul li ul li div a	{
	line-height: 20px;
	margin-left: 10px}

.nav-global ul li ul li div a:before {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e90c";
	font-weight: normal;
	position: absolute;
	top: 5px;
	left: 0;
	x: 10px;
	font-size: 8px;}

.nav-global ul li ul li div a:hover {
	background: none;
	text-decoration: underline}




.nav-global a {text-decoration: none}

.nav-global ul li {
    color: #005bbb;
    float: left; 
	display: inline; 
	position: relative; 
	margin: 0;
	width: 235px}
	
.nav-global ul li:hover {
	background-color: #003e51;}
	
	
	
	
/* style the first level slightly different */

.nav-global > ul > li {
	margin: 0;
	width: auto;
	background: #fff;
	color: #005bbb}

.nav-global ul li a {
	color: #005bbb;
	padding: 12px 16px 14px 16px;
	display: block; 
	font: 15px Sofia, "Trebuchet MS", sans-serif;
	font-weight: bold;}
	
.nav-global ul li a:hover {
	color: #fff}
	
.nav-global ul  li a:focus {
	max-height: 1000px; 
	overflow: visible; 
	opacity: 1;}

.nav-global li:hover > a  {color: #fff}	
	
		
/* ----------------------------------------------- secondary nav ----------------------------------------------- */




.nav-global ul li ul {
	position: absolute;
	max-height: 0; 
	overflow: hidden; 
	margin: 0; 
	opacity: 0;
	z-index: 999999}

.nav-global ul li:hover > ul {
	max-height: 1000px; 
	overflow: visible; 
	opacity: 1;}
	
.nav-global ul li ul li {
	background-color: #003e51;}
	
.nav-global ul li ul li a {
	color: #fff;
	font: 13px Sofia, "Trebuchet MS", sans-serif;
	padding: 0;
	line-height: 30px;
	text-indent: 15px;}


.nav-global ul li ul li a:hover {
	background: #002935;}

.nav-global ul li ul li:first-child {
	padding-top: 10px}

.nav-global ul li ul li:last-child {
	padding-bottom: 10px}


.nav-global ul li.librarian ul li {
	width: 175px}
	
		
/* ----------------------------------------------- tertiary nav ----------------------------------------------- */

.nav-global ul li ul li ul{ float:left; position:absolute; left:175px; top:0; width:0; margin:0 0 0 -20px;}

.nav-global ul li ul li:hover > ul{ margin:0; width:175px;}

.nav-global ul li ul li ul li{ background-color:#CCC;}
	
/* ----------------------------------------------- quaternary nav ----------------------------------------------- */

.nav-global ul li ul li ul li ul li{ background-color:#CCC;}
	
	}
	
	
	




@media only screen and (max-width: 767px) {


.drop-title {
    font-size: 16px;
    color: #005bbb;
    padding: 5px 15px 6px 0px;
    font-weight: bold;}
    
    
.tasknav {display: none}

.icon-chat, .icon-text, .icon-email, .icon-phone, .icon-person {
    color: #005bbb;}
    
.mobile-nav {
	display: table;
	width: 100%;
	background-color: #666;
	font: 14px/35px Sofia,"Trebuchet MS", sans-serif;
	font-weight: bold;
	text-transform: uppercase}
	
.mobile-nav li {
	display: table-cell;
	text-align: center;
	border: 0}

.mobile-nav li a {
	text-decoration: none;
	display: block;
    text-align: center;
    color: #fff}

.help-a-z, .myaccount {
	color: #fff}

.mobile-nav li a:after {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}

.mobile-nav li.mobile-menu a:after {
    content: "\e604";
    font-size: 23px;
    vertical-align: -5px;
    margin-left: 5px;}

	
   
    

a.toggleMenu {text-decoration: none;}
	
.mobile-nav li a.toggleMenu.active {
	color: #fff;
	background: #666}

.mobile-nav li a.toggleMenu {
	color: #005bbb;
	background: #fff;
	border: 0}


.nav-global ul li {
	list-style: none; 
	/*border-bottom: 1px dotted #41b6e6;*/}

.nav-global > ul > li {
	background-color: #fff;}

.nav-global ul li a.parent {
	padding: 12px 0 10px 16px;}

.nav-global ul li a {
	padding: 12px 16px 10px 16px;
	display:block;
	color: #005bbb;
	font-size: 13px;
	text-decoration: none}

.nav-global ul li ul { 
	max-height:0; 
	overflow:hidden;
	padding:0 20px 0px 20px; 
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;}
	
.nav-global > ul {  
	max-height:0; 
	overflow:hidden; 
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;}
	
.nav-global ul li ul li {
	border: 0}

.nav-global ul li ul li a {
	padding:0;
	color: #005bbb;
    line-height: 40px;
    text-indent: 15px;
    font-size: 14px}

.nav-global > ul.active {max-height:1000px;}

.nav-global ul li.active > ul {
	max-height:1000px;
	padding: 10px 0 10px 20px;
	background: #e1e1e1}

.touch-btn { 
	float: right;
	display: inline-block;
    cursor: pointer;
    z-index: 200;
    position: relative;
    font-family: 'icons';
    color: #005bbb;
    width: 30px;
    height: 35px;}
	

/* Rotate arrow on click/tap */
.nav-global ul li.active .touch-btn:after {
	content: "\e922";
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
    bottom: 0;
    width: 30px;
    padding: 12px;}
	
.nav-global ul li .touch-btn:after {
	content: "\e921";
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
    bottom: 0;
    width: 30px;
    padding: 12px;}

	



    }




/* css rules for ipad portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	/* This fixes drop menus so they work on ipads */
	.nav-global ul li ul {display:none;}
	.nav-global ul li:hover > ul {display:block; } 
}




/* css rules for ipad landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	/* This fixes drop menus so they work on ipads */
	.nav-global ul li ul {display:none;}
	.nav-global ul li:hover > ul {display:block; } 
}


 

    
    
    




/*
---------------------------------------------
Main Slider
---------------------------------------------
*/

.royalSlider {
	width: 600px;
	position: relative;
	direction: ltr;}
	
.royalSlider > * {
	float: left;}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;}
	
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;}
    
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);}
	
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);}
	
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;}
	
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;}

.rsThumb {
	float: left;
	position: relative;}

.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;}
	
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;}

.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;}

.rsPreloader {
	position:absolute;
	z-index: 0;	}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;}
	
.rsTabs {
	float: left;
	background: none !important;}
	
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;}
	
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;}
	
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;}
	
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;}
	
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;}

img.rsImg {
	max-width: none;}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; }

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;}

.rsNoDrag {
	cursor: auto;}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);}


/* CUSTOM CSS */

#full-width-slider {
  width: 100%;
  color: #fff;}
  
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;}
   
.infoBlock {
	margin-top: 90px;
	width: 100%;
  	text-align: center;
  	overflow: hidden;
  	box-sizing: border-box;}
  
.textBlock {
	width: 40%;
    margin: 0 auto;
    line-height: 20px}

.infoBlock .textBlock a {
	color: #eee639;
	text-decoration: none;
	border-bottom: 1px solid rgba(238,230,57,0.4);}


.infoBlockLeftBlack {
  	color: #FFF;
  	background: #000;
  	background: rgba(0,0,0,0.75);
  	left: 30px;
  	right: auto;}
  
.infoBlock h2 {
	font: 40px/1.2 Sofia,Arial,sans-serif;
  	margin: 0;
  	font-weight: bold;
  	padding-bottom: 3px;
  	letter-spacing: 1px;}
  
.infoBlock h2 em, .infoBlock p em {
	font-style: italic}

.infoBlock h2 a {
	color: #fff;
	text-decoration: none}

.infoBlock p {
  font-size: 16px;
  margin: 4px 0 0;}
  
.infoBlock a {
  color: #fff;
  text-decoration: underline;}
  
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; } 
  
.photosBy a {
  color: #000;}

.fullWidth {
  max-width: 1134px;
  margin: 0 auto}

.sliderContainer {
	position:relative;
	background: #000}

#toggleAutoPlayBtn {
	position:absolute;
	top:40px;
	z-index: 99999;
	right:20px}

@media screen and (max-width: 768px) {#toggleAutoPlayBtn {display: none}}

.pause {
    display: inline-block;
    vertical-align: 1px;
    opacity: .4;
    margin-left: .35em;
    vertical-align: -0.1em;
    cursor: pointer}
    
.pause:before {
    font-family: 'icons';
    font-size: 35px;
    color: #fff;
    content: "\e930";}

.play {
    display: inline-block;
    vertical-align: 1px;
    opacity: .4;
    margin-left: .35em;
    vertical-align: -0.1em;
    cursor: pointer}
    
.play:before {
    font-family: 'icons';
    font-size: 35px;
    color: #fff;
    content: "\e92f";}
    

/************ Arrows  ****************/

.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;}

.rsMinW .rsArrowLeft { left: 0; top: 150px}
.rsMinW .rsArrowRight { right: 20px; top: 150px}

.rsMinW .rsArrowIcn {		
	width: 24px;
	height: 24px;
	position: absolute;
	cursor: pointer;	
	/*background: url('/img/rs-minimal-white.png') transparent;*/
	border-radius: 2px;}
	
.rsMinW .rsArrowIcn:hover {}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    display: inline-block;
    vertical-align: 1px;
    opacity: .8;
    vertical-align: -0.1em;
    cursor: pointer}
    
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn:before {
    font-family: 'icons';
    font-size: 35px;
    color: #fff;
    content: "\3c";}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn .rsArrowIcn {
    display: inline-block;
    vertical-align: 1px;
    opacity: .8;
    vertical-align: -0.1em;
    cursor: pointer}
    
.rsMinW.rsHor .rsArrowRight .rsArrowIcn:before {
    font-family: 'icons';
    font-size: 35px;
    color: #fff;
    content: "\3e";}
 
.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 374px !important;}
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 374px !important;}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  	.royalSlider.heroSlider,
  	.royalSlider.heroSlider .rsOverflow {
    	height: 250px !important;}
  
   	.rsMinW .rsArrowLeft[style], .rsMinW .rsArrowRight[style] {display:none!important} 
  
  
  	.infoBlock {
    	padding: 10px;
    	height: auto;
    	/*width: auto;*/
    	font-size: 12px;
    	margin-top: 50px}
  
  	.infoBlock h2 {
  		font-size: 30px}
  	
  	.infoBlock p {
  		font-size: 14px}

	.textBlock {
		width: 75%}

}








		
		
		
		 
    
    
/*
---------------------------------------------
TABS
---------------------------------------------
*/

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;}
  
.nav > li {
  position: relative;
  display: block;}
  

.nav > li > a {
  position: relative;
  display: block;}
  
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	border: 0}
  
.nav > li.disabled > a {
  color: #777777;}
  
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;}
  
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;}
  
.nav > li > a > img {max-width: none;}

.nav-tabs a {}

.nav-tabs > li:first-child {padding-left: 0;}
.nav-tabs > li:last-child {padding-right: 0; border: 0}

.nav-tabs > li {
  	float: left;
  	padding: 0 15px;
  	font: 14px/1.0 Sofia, "Trebuchet MS", sans-serif;
  	border-right: 1px solid #c6c7c5;}
  
.nav-tabs > li > a {
	color: #444;
	text-decoration: none}
  
.nav-tabs > li > a:hover {border-color: #eeeeee #eeeeee #dddddd;}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000;
  border-bottom-color: transparent;
  cursor: default;
  font: 14px/1.0 Sofia, "Trebuchet MS", sans-serif;
  font-weight: bold;
  text-decoration: none;
  margin-top: -2px;}
  
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;}
  
.nav-tabs.nav-justified > li {
  float: none;}
  
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;}
  
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;}
  
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;}
    
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0}
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;}
  
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;}
  
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;}
  
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;}
}

.nav-pills > li {
  float: left;}
  
.nav-pills > li > a {
  border-radius: 4px;}
  
.nav-pills > li + li {
  margin-left: 2px;}
  
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;}
  
.nav-stacked > li {float: none;}
  
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;}
  
.nav-justified {width: 100%;}
  
.nav-justified > li {float: none;}
  
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;}
  
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;}
  
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;}
    
  .nav-justified > li > a {margin-bottom: 0;
 }
}

.nav-tabs-justified {
  border-bottom: 0;}
  
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;}
  
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;}
  
.tab-content > .active {
  display: block;}
  
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;}



/* ------- SEARCH FORMS ------- */

.search-box {
	width: 65%;
	height: 330px;
	background-color: #ebecec;
	margin-top: -90px;
	float: left;}

.search-container {
	padding: 40px 30px}

.tab-content p {
	padding-top: 45px;
	line-height: 20px;
	color: #4d4d4d}

.tab-content {
	clear: both;
	padding-top: 35px;}

#everything, 
#catalog, 
#ebooks, 
#ejournals, 
#reserve, 
#databases, 
.search-min-field {position: relative;}


.summon-search-box, .search-field {
    border: none;
    width: 100%;
    height: 50px;}
    
.summon-search-box input[type=text], .search-field input[type=text] {
    width: 100%;
    height: 50px;
    border: 0;
    margin: 0;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0 90px 0 20px;
    font-size: 15px;}
    
.search-button, .summon-search-submit {
    width: 67px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    background-color: #005bbb;
    border: 0;
    line-height: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer; }    
    
.search-button {
	font-family: 'icons';
	content: "\e924";
	color: #fff;
	font-size: 20px}

.summon-search-box input[type=text]::-webkit-input-placeholder {
   color: #959595; 
   font: 15px georgia, serif;
   font-style: italic;}

.summon-search-box input[type=text]::-moz-placeholder {
   color: #959595; 
   font: 15px georgia, serif;
   font-style: italic;
   line-height: 3.5em}
   
.search-field input[type=text]::-webkit-input-placeholder {
   color: #959595; 
   font: 15px georgia, serif;
   font-style: italic;}

.search-field input[type=text]::-moz-placeholder {
   color: #959595; 
   font: 15px georgia, serif;
   font-style: italic;
   line-height: 3.5em}

.advanced-search {
	position: absolute;
	top: 20px;
    right: 70px;}

.tooltip{
    display: inline;
    position: relative;
    font-size: 10px}

.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 3px;
    bottom: -40px;
    color: #fff;
    content: attr(title);
    left: -50px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 80px}

.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 0px 6px 6px 6px;
    bottom: -18px;
    content: "";
    left: 0px;
    position: absolute;
    z-index: 99;}



/* ------- REGION - lower ------- */


.region-lower {
	padding-bottom: 90px;
	overflow: hidden;
	line-height: 20px}

.region-lower h3 {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 25px;
	text-transform: uppercase}

.library-highlight {
	width: 38%;
	float: left}

.library-highlight p {
	padding-top: 30px;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;}
	
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}

.exhibitions {
	width: 28%;
	float: left;
	padding: 0 72px }

.exhibitions a {color: #000}
	
.exhibitions a h4 {
	font: 16px/1.3 More Bold, "Georgia", serif;
	margin: 18px 0;
	color: #444;
	display: block;
	text-decoration: none}

.exhibitions h4 a:hover {
	text-decoration: underline}

.view-more a {
	display: inline-block;
	text-transform: uppercase;
	margin-top: 20px;
    font-size: 11px;
    text-decoration: none;
    color: #000;}

.workshops {
	width: 20%;
    float: left;
    color: #5f6369;
    font-size: 12px}

.workshops li a {
	font-size: 14px;
    font: 14px/1.0 Sofia, "Trebuchet MS", sans-serif;
    font-weight: bold;
    color: #0071b7}   
	
.workshops ul li {
	padding-bottom: 30px}	

.workshops .s-lc-ea-h3 {
	display: none}


/*
---------------------------------------------
ICONS
---------------------------------------------
*/


.icon-hours {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 4px;}
    
.icon-hours:before {
    font-family: 'icons';
    color: #0072b7;
    content: "\e906";}  
    
.icon-call-to-action {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;}
    
.icon-call-to-action:before {
    font-family: 'icons';
    color: #0072b7;
    content: "\e606";} 

.icon-call-to-action {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 6px;}
    
.icon-call-to-action:before {
    font-family: 'icons';
    color: #0072b7;
    content: "\e606";}  
    
.icon-advanced-search {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 4px;}
    
.icon-advanced-search:before {
    font-family: 'icons';
    color: #ccc;
    content: "\e90a";}  
    
        
/* ------- Quicklinks ------- */

.icon-reserve-room {
    font-size: 105px;
    display: block;
    text-align: center}
    
.icon-reserve-room:before {
    font-family: 'icons';
    color: #E56A54;
    content: "\e903";}    

.icon-best-basic {
    font-size: 105px;
    display: block;
    text-align: center}
    
.icon-best-basic:before {
    font-family: 'icons';
    color: #00A69C;
    content: "\e92a";}      

.icon-video-recording {
    font-size: 105px;
    display: block;
    text-align: center}
    
.icon-video-recording:before {
    font-family: 'icons';
    color: #6DA04B;
    content: "\e905";}      

.icon-equipment {
    font-size: 105px;
    display: block;
    text-align: center}
    
.icon-equipment:before {
    font-family: 'icons';
    color: #a12519;
    content: "\e901";}   


.icon-research-guides {
    font-size: 105px;
    display: block;
    text-align: center}
    
.icon-research-guides:before {
    font-family: 'icons';
    color: #a12519;
    content: "\e902";} 
    
        
.icon-delivery {
    font-size: 105px;
    display: block;
    text-align: center}
    
.icon-delivery:before {
    font-family: 'icons';
    color: #0072b7;
    content: "\e904";}   

.social a:before {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
    
.social a.facebook:before {content: "\e915";}
.social a.twitter:before {content: "\e919";}
.social a.youtube:before {content: "\e917";}
.social a.pinterest:before {content: "\e91a";}
.social a.instagram:before {content: "\e91b";}

/*
---------------------------------------------
BUTTONS
---------------------------------------------
*/


.button {
    display: inline-block;
    font: 12px/1.2 Sofia,Arial,sans-serif;
    text-decoration: none;
    padding: 6px 10px 4px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border-radius: 4px;
    min-width: 65px;
    margin: 10px 0;
    cursor: pointer;
    border: 1px solid}
    
.gray:hover {
	background: #424242}

.gray {
	background: #666;
	border: 1px solid rgba(255,255,255,0);
	border-color: #a3a3a3} 
	
.orange:hover {
	background: #a11b0a;}

.orange {
	background: #da3c28;
	border: 1px solid rgba(255,255,255,0);
	border-color: #e98a84} 

.green {
	background: #427d10;
	border: 1px solid rgba(255,255,255,0);
	border-color: #8bb472} 
	
.green:hover {
	background: #2e5e05;}
	
.stroke {
	border-color: #41b6e6;
	margin-right: 10px}

.stroke:hover {
	border-color: #fff;
	background: #fff;
	color: #005bbb}




/*
---------------------------------------------
FOOTER
---------------------------------------------
*/
    

.footer a {
	color: #fff;

	text-decoration: none;
    display: inline;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    border-bottom-color: rgba(255,255,255,0.5);}

.footer {
	margin: 0 auto;
	max-width: 1100px;
	font-size: 12px;
	color: #fff;
	padding: 50px 0}

.footer img.ub-logo {
    float: left;
    margin: 4px 0 0;}   
    
.copyright {
	background-image: linear-gradient(to right,#fff 50%,rgba(255,255,255,0) 0);
    background-position: top left;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    margin-top: 68px;
    padding-top: 15px;
    text-align: right;
    clear: both;}   

.contact {
	float: right;
	padding-bottom: 80px;
	font-size: 14px;
	line-height: 20px;
	margin-right: 90px}

.social ul li {
	display: inline-block;
	border: 0;
	font-size: 28px;
	padding: 0 10px 15px 0;}
	
.social ul li a {
	border: 0}    
    
ul.contact-nav li {
	display: inline-block;
	padding: 20px 18px 0 0}   
	
	



/*
---------------------------------------------
Media @ 1150px
---------------------------------------------
*/

@media screen and (max-width: 1150px) {

.content-header {margin: 0 20px}

.region-lower, .region-quicklinks {padding: 20px}
	
.quicklinks li {width: 16%;}
	
.workshops {
	border-top: 18px solid #f0f1f1;
	width: 100%;
	padding: 30px 0;
    margin-top: 40px;}

.exhibitions {
	padding: 0 35px;
	width: 40%;}

.footer {padding: 50px 20px}

	}

/*
---------------------------------------------
Media @ 950px
---------------------------------------------
*/



@media screen and (max-width: 950px) {

.nav-global li ul {
	display: none}

.nav-global ul li a.find,
.nav-global ul li a.use, 
.nav-global ul li a.research, 
.nav-global ul li a.libraries, 
.nav-global ul li a.about, 
.nav-global ul li a.ask {
	font-size: 12px}

.nav-main {
	height: 43px}

.quicklinks li {
	width: 15%;}

.carousel {
	height: auto;
	overflow: visible}	




} 
 
 /*
---------------------------------------------
Media @ 930px
---------------------------------------------
*/

@media screen and (max-width: 930px) {


.search-box {
	width: 100%;
	height: auto;
	margin-top: 0}

.library-hours {
	width: 100%;
	margin: 0}

.quicklinks li {
	display: block;
	min-height: auto;
	width: 100%;
	padding: 0;
	border: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;}

.icon-reserve-room, .icon-best-basic, .icon-video-recording, .icon-equipment, .icon-delivery, .icon-research-guides {display: none}

.quicklinks p {
	padding-top: 7px}

.quicklinks h4 {
	font-size: 18px;
	display: inline-block;
	margin: 0}

.quicklinks li:last-child {padding-bottom:0 }

ul.quicklinks {padding: 20px}

.region-quicklinks {padding: 0}

.region-quicklinks h3 {
	background: #666;
	color: #fff;
	padding: 10px 0 10px 20px;
	letter-spacing: 0;
	text-transform: capitalize;
	font: 14px/1.2 Sofia,Arial,sans-serif;
	font-weight: bold;}

.quicklinks {
	margin-top: 0}

hr.dotted {display: none}



	}
 
 
 
  
 
 /*
---------------------------------------------
Media @ 768px
---------------------------------------------
*/

@media screen and (max-width: 768px) {
		
.ub-alert {padding: 8px}


.top {
	border-top: 1px dotted #fff;
	display: block;
    position: absolute;
    top: 50px;
    width: 100%;
    height: 30px;
    margin-bottom: 50px;
    z-index: 9999999}
    
.lib-logo .title {
	font-size: 20px;
    padding: 0 0 0 10px;
	margin: 0}

.top .inner .title ul {
	margin-left: 9px}

.top .inner .title ul li {
	margin: 8px 0 0 0}

.top .inner .title ul li:after {
	display: none}

.top .inner .title ul li:before {
	font-size: 9px}

.top .global-nav {
	display: none}



.nav-global ul li a.find, 
.nav-global ul li a.use, 
.nav-global ul li a.research, 
.nav-global ul li a.libraries, 
.nav-global ul li a.about, 
.nav-global ul li a.ask {
	font-size: 14px}


.search-box {float: none}

.nav-global li {
	border-bottom: 1px dotted #41b6e6;}

.nav-global li ul {
	display: block;
	padding: 10px 0 10px 20px;}
	
.search-container {display: none}
	
.content-header {
	margin: 0 auto}
 
.search-min {
	padding: 20px;
	display: block;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	border: 0;
	margin: 0;}

.search-min select {width: 100%;}

.search-min-field {margin-top: 20px;}

.icon-ub-logo {
    font-size: 23px;
    top: -7px;
    left: 10px;}
       
.lib-logo {
	border: 0;
	padding: 0;
    display: block;
    margin: 18px 0 0 0}

.ub-logo {
	margin-left: 60px;
	background-size: 118px 13px;
	padding-bottom: 10px;}


    
.nav-main {
	margin-top: 10px;
	height: auto;}



.carousel-mobile {display: block;}  

 
.contact {
	float: none;
	padding: 50px 0 0 0}



.icon-chat, .icon-text, .icon-email, .icon-phone, .icon-person {
    margin-left: -20px;
    color: #005bbb;}
    
.library-hours h3, .library-hours h2 {
	font-size: 20px}

.icon-hours {
	font-size: 22px}   
    

    
      }
 
 
 /*
---------------------------------------------
Media @ 600px
---------------------------------------------
*/


@media screen and (max-width: 600px) {


.library-highlight, .exhibitions {
	float: none;
	width: 100%;
	padding: 0}

.library-highlight {
	border-bottom: 1px dotted #000;
	padding-bottom: 30px}

.exhibitions {
	padding-top: 30px}

.copyright {
	text-align: left;
	font-size: 10px}



}
 


 /*
---------------------------------------------
Media @ 500px
---------------------------------------------
*/

 
@media screen and (max-width: 600px) {

ul.contact-nav li:first-child {
	padding-top: 30px}
 
 
ul.contact-nav li {
 	display: block;
 	padding-top: 10px}
 
.times {padding: 20px 30px;}
 
.infoBlock {
	width: auto}
 
 }
 
 

/*
---------------------------------------------
Media @ Print
---------------------------------------------
*/

@media print {


#left, #right, .nav-main, .tasknav, .footer {display: none}	

.logo-black {display: block}


}
 
 
 
    