/*
---------------------------------------------
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;}
	
ul {
	list-style: none;}
	
ol li {
	padding-left: 10px;
	margin-left: 20px}

em {font-style:italic}

blockquote, q {
	quotes: none;}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;}
	
font {font-family: "Trebuchet MS", helvetica, sans-serif; font-size: 12px; font-weight: normal; color: black;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */}

input, select {vertical-align: middle;}
input[type="radio"] {margin-right: 10px}
input[type="checkbox"] {margin-right: 10px}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}

table {
	border-collapse: collapse;
	border-spacing: 0;}
	
caption {text-align: left}

img, object, embed, a img {max-width: 100%; border: 0}

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

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;}

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

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

strong, #content h3 {
	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;
	background: #fff;}

#skip-to-content-link {
	position: absolute;
	   top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
	background: #fff;
	z-index:1}
	
#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;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	width: 70px;
	text-align: center}

*:focus{outline:#ffc72c auto 4px}

a.resource-link .resource-name, .uri-value-link {border-bottom: 1px solid rgba(0,91,187,0.18);}


/*
---------------------------------------------
HOMEPAGE
---------------------------------------------
*/

.image-container {z-index:-1;}

.site-page-home #search {display: none}

.site-page-home #content p, .site-page-home #content-simple p {margin: 0}

.site-page-home .page-layout-normal .block {margin:0}

.site-page-home #content {
	width: 100%;
	max-width: 100%;
	text-align: center;}

.site-page-home .lower-region {
	text-align: left;
	line-height: 1.6em;
	height: 100%;
	margin: 0 auto!important;
	max-width: 1100px;
	color: #444;
	padding: 30px 0 50px 0;}

.search-box-home {
	width: 100%;
	min-height: 100px;
	background-color: #ebecec;
	opacity: 1;
	margin: 0 auto!important;
	margin-top: -100px!important;
	position: relative;
	z-index: 999}
	
.site-page-home .search-box {
	width: 96%;
	min-height: 100px;
	background-color: #ebecec;
	opacity: 1;
	margin: 0 auto!important;
	margin-top: -100px!important;}
		
#search {
	margin-top: 20px;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2);
	position: relative}
		
.search-field form {
	display: flex;
	flex-wrap: nowrap;
	position: relative}
		
.search-field form button[type=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;
	text-indent: -9999px;}
		
.search-field form 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-field form button[type=submit]:before {
	line-height: 30px;}
		
.search-field form button[type=submit]:before {
	content: "\e924";
	font-family: "icons";
	font-weight: 900;
	position: absolute;
	top: 0;
	font-size: 20px;
	background: #005bbb;
	left: 0;
	color: #fff;
	right: 0;
	text-align: center;
	text-indent: 0;
	line-height: 50px;}
		
		
		
	
.search-container {
	background-color: #fff;
	text-align: center;
	line-height: 0;
	display: block;}

.description-home {
	width: 80%;
	padding: 20px;
	margin-top: 20px;}
	
	
/*
---------------------------------------------
SITE-WIDE SEARCH
---------------------------------------------
*/
	
#search {
	margin-top: 20px;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2);
	position: relative}
	
#search form {
	display: flex;
	flex-wrap: nowrap;}
	
#search form button[type=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;
	text-indent: -9999px;
	}
	
#search form 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 form button[type=submit]:before {
	line-height: 30px;}
	
#search form button[type=submit]:before {
	content: "\e924";
	font-family: "icons";
	font-weight: 900;
	position: absolute;
	top: 0;
	font-size: 20px;
	background: #005bbb;
	left: 0;
	color: #fff;
	right: 0;
	text-align: center;
	text-indent: 0;
	line-height: 50px;}
	
#content a.advanced-search {border: 0}


/*
---------------------------------------------
	RESULTS
---------------------------------------------
*/
	
span.title {
	padding-top: 10px;
	display: block;}
	
.index.search .results ul li {
	margin-bottom: 7.5px;
	padding-bottom: 7.5px;
	border-bottom: 1px dashed #ababab}
	
.resource-link img {
	width: auto;
	height: 45px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7.5px;
	border: 1px solid #ccc}
	
#content .results>ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0}

.results>ul>li {
	width: calc(50% - 30px);}
	
.results>ul>li:nth-child(2n) {
	margin-left: 30px;}

#content li .results ul {
	list-style: none;}

.search .resource-name {font-size: 16px}

#content ul.resource-list {margin:0}

ul.resource-list .resource:first-child {
	border-top: 1px dashed #dedede;
	padding-top: 29px;}
	
ul.resource-list .resource {
	border-bottom: 1px solid #dedede;
	padding-bottom: 29px;
	margin: 30px 0;
	overflow: hidden;
	position: relative;}	
	
ul.resource-list .resource img {
	width: 120px;
	height: auto;
	float: right;
	margin-left: 15px;}
	
.resource-name {font-size: 24px}	

.filter-label {
	background-color: #efefef;}

.filter-label, .filter-value {
	display: inline-block;
	border: 1px solid #efefef;
	padding: 6.5px;}

.filter-value {font-weight: 800}

.sorting button {
	background-color: #005bbb; 
	color: #fff;
	border: 0;
	height: 29px;
	padding: 0 10px;}

/*--------------- PAGINATION ---------------*/
	
.search-filters {margin-bottom: 10px}

.browse-controls {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;}

.row-count {
	padding-top: 10px;
	display: block;}

.pagination {margin-top: 10px}

.pagination input {
	padding: 8px 0px;
	text-align: center;}

.pagination form {
	min-width: 90px;
	margin-right: 15px}

.pagination form,.pagination .button,.pagination .resource-list.preview+a,.pagination button {
	display: inline-block;
	vertical-align: top;}
	
.pagination-buttons {
	margin-right: 15px;
	margin-top: 10px;}
	
.pagination .button,.pagination .resource-list.preview+a {
	background-color: #337ab7;
	border-color: #337ab7;
	padding: 6px 12px;
	color: #fff;
	text-align: center;}

#content a.next.o-icon-next.button, #content a.previous.o-icon-prev.button {color: #fff;border: 0}

#content span.next.o-icon-next.button.inactive, #content span.previous.o-icon-prev.button.inactive {color: #fff; opacity: .3}
	

/*
---------------------------------------------
FACET BROWSE PAGE
---------------------------------------------
*/

.faceted-browse-page .resource-name {font-size: 14px; font-weight: normal}

.faceted-browse-page .categories-container legend, .facets-container legend {font-size: 14px!important;}

.faceted-browse-page #container {margin-top: 40px!important}


/*
---------------------------------------------
RECORD
---------------------------------------------
*/

.property dt:first-child {margin-top: 0;}

.property dt {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;}

.item.resource #content h2 .title {
	font-size: 30px;
	border-top: 1px dashed #ccc;
	padding: 20px 0;
	display: block;}

.media-embeds {
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px}

#content a.media-embeds a {border: 0}

.property {margin-bottom: 30px;}

.item.resource .resource-name {font-size: 14px}

.ub-meta-data {margin-top: 30px}

/*
---------------------------------------------
Pages
---------------------------------------------
*/

.site-page-about #search {display: none}



	/*
---------------------------------------------
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;}
  

/* ------- Colors ------- */

.letchworth {color: #e56a54;}  
.solar-strand {color: #FFC72C;}  
.greiner {color: #EBEC00;}
.lake-lasalle {color: #00A69C;}
.capen-brick {color: #990000;}
.bronze-buffalo {color: #AD841E;}
.olmsted-green {color: #6DA04B;}
.niagara-whirlpool {color: #006570;}
.victor {color: #2F9FD0;}
.harriman {color: #003e51;}
.baird-point {color: #E4E4E4;}
.putnam {color: #666;}

.img-right {
	float: right;
	margin: 0 0 20px 20px;}

.img-left {
	float: left;
	margin: 0 20px 10px 0;}
	
.img-left-round {
	float: left;
	margin: 0 25px 25px 0;}

.img-text {
	overflow: hidden;
	padding-bottom: 9px;
	margin-top: 15px;}

.img-medium img {
	width: 20%}
	
.one-column .img-medium p {
	width: 90%;
	padding: 10px 0}
	

#content .img-text h2 {
	margin-bottom: 0;
	margin-top: 0;}
	
#content .img-text p {
	padding: 10px 0}

#content .img-text .intro {
	margin-top: 0}

#content .img-text a {
	border-bottom: 1px solid rgba(0,91,187,0.18);}





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


select {
	border: 1px solid #c2c2c2;
	height: 29px}

.form input[type=text], 
.form textarea, 
.form input[type=email], 
.form input[type=number], 
.form input[type=password], 
.form input[type=url],
.form input[type=date] {
	margin-bottom:20px;
	width: 70%;}

.form select {
	margin-bottom: 30px;
	width: 70%;}

		



/****** Tables ******/

table {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 100%;
	border-collapse: separate;}

table.basic {
	width: 100%;
	border-spacing: 0;
	border-radius:3px;
	-moz-border-radius:3px;
	border: 1px solid #ddd; }

table.basic th:last-child {
	border-radius: 0 6px 0 0;}

table.basic td, table.basic th {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px;
	text-align: left;    }
	
table.basic td {
	padding: 10px;
	vertical-align: middle}
	
table.ref td {
	padding: 10px;}

table.basic th {
	background-color: #f9f9f9;
	padding: 10px;
	font: 14px/1.3 Sofia, "Trebuchet MS", sans-serif;
	vertical-align: top;
	font-weight: 500;
	text-align: left;
	border-top: none;}

table.basic td:first-child, table.basic th:first-child {
	border-left: none;}

table.basic th:first-child {
	-moz-border-radius: 3px 0 0 0;
	-webkit-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;}

table.basic th:last-child {
	-moz-border-radius: 0 3px 0 0;
	-webkit-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;}

table.basic th:only-child{
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;}

table.basic tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 3px;
	-webkit-border-radius: 0 0 0 3px;
	border-radius: 0 0 0 3px;}

table.basic tr:last-child td:last-child {
	-moz-border-radius: 0 0 3px 0;
	-webkit-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px 0;}

#content table.basic img {border: 0}


.standards-table {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 20px 0;
	width: 100%}	

.standards-table td,.standards-table th {
	border-left: 1px solid #ddd;
	 border-top: 1px solid #ddd;
	padding: 8px}
	
.standards-table th {
	background-color: #efefef}


  
/*
---------------------------------------------
LAYOUT
---------------------------------------------
*/
  
body {
	background: #005bbb;
	font: 14px Sofia,Arial,sans-serif;
	color: #444;
	height: 100%;}

.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;}
	
.logo-black {display: none;}
	
.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;
	cursor: pointer}

.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;}

.arrow-link {
	display: block;
	padding: 2px 0;
	color: #666;
	text-transform: uppercase;
	background: 0;
	height: 15px;
	letter-spacing: 0;
	font-size: 10px;
	text-decoration: none}

.arrow-link:hover {
	text-decoration: underline}

.arrow-link:after {
	display: inline-block;
	position: relative;
	top: 2px;
	left: 3px;
	width: 15px;
	font-family: icons;
	line-height: 1;
	content: "\e908";
	font-size: 12px;
	color: #005bbb;}

.page-ub {
	background-color: #fff;
	min-height: 650px;
	margin-right: -268px;
	margin-bottom: 30px;
	float: left;
	width: 100%;}

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

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

#content-simple {
	line-height: 1.6em;
	min-height: 400px;
	height: 100%;
	margin: 0 0 50px 260px;
	color: #444;
	padding: 0 20px 0 0;}
	
#content {
	line-height: 1.6em;
	min-height: 400px;
	height: 100%;
	margin: 0 auto;
	max-width: 1100px;
	color: #444;
	padding: 0 0 100px 0;}

.two-column #content  {
	margin-right: 0}

.one-column #content  {
	margin: 0 0 50px 0}
	
.one-column-left #content {
	margin: 0 250px 50px 5px}

.one-column-left #content ul {
	 display: table;
	 margin-left: 1em;}
	
.one-column-left #content ul li {
	position: relative;
	padding-right: 1em;}

.one-column-left #content ul li:before {
	position: relative;}

#content p {
	margin: 20px 0;
	line-height: 1.5em;}

#content p + hr {margin-top: 2px;}

#content h1 + hr + p {
	padding-top: 0}

#content img + p {padding-top: 0}
 
#content a {
	color: #005bbb;
	text-decoration: none;}

#content p + p {
	padding-top: 0}

#content p + ul {
	margin-top: 0}

#content li > p {
	padding-top: 5px}
	


#content h1, 
#content-simple h1 {
	font: 32px/1.3 More, Georgia, serif;
	margin: 4px 0 15px;
	color: #000}

#content h1 + .img-text {
	margin-top: -20px}

#content h1 + p {
	padding-top: 0}

#content h2 + p {
	padding-top: 0;}


#content h2, 
#content-simple h2 {
	font: 20px/1.3 Sofia, "Trebuchet MS", sans-serif;
	color: #005bbb;
	font-weight: 500;
	margin: 18px 0 13px;}

#content h2 a, 
#content-simple h2 a {
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid rgba(0,91,187,0.18);}

#content h2 a:hover,
#content-simple a:hover {
	border-bottom: 1px solid rgba(0,91,187,0.18);}



#content h3 + p {
	padding-top: 0}

#content h3 + table.basic {
	margin-top: 10px}
	
#content h3 {
	margin: 20px 0 10px 0;;
	font-size: 15px;}

#content h3 a {
	border-bottom: 1px solid rgba(0,91,187,0.18);}	
	
		 
	
#content .intro {
	font: 18px/1.5 More, Georgia, serif;}
	
#content .intro + .alert {
	padding-top: 0}

#content .intro em {
	font-style: italic}

#content .intro a {
	border-bottom: 1px solid rgba(0,91,187,0.18);}

#content img + .intro {
	margin-top: 15px;}
	
#content .intro + .pg-list {
	margin-top: 0}



#content ul, 
#content ol,
#content-simple ul {
	margin: 10px 15px 10px;}

	
	
	
#content .pg-list,
#content-simple .pg-list {
	margin-top: 30px}

#content .pg-list li,
#content-simple .pg-list li {
	position: relative;
	padding: 2px 20px 30px 28px;
	background: 0;
	line-height: 1.6;
	text-indent: 0}
	
#content .pg-list li:before,
#content-simple .pg-list li:before {
	font-family: 'icons';
	font-size: 18px;
	position: absolute;
	content: "\e908";
	color: #005bbb;
	top: 4px;
	left: .6px;}
	
#content .pg-list li ul li, 
#content .pg-list li ol li,
#content-simple .pg-list li ul li,
#content-simple .pg-list li ol li {  	
	  position: relative;
	padding: 5px 20px 5px 1em;
	background: 0;
	line-height: 1.6;
	text-indent: 0}

#content .pg-list li ol li,
#content-simple .pg-list li ol li  { 
	padding-left: 5px}
	
#content .pg-list li:last-child,
#content .pg-list li ul li:last-child {
	padding-bottom: 0}

#content .pg-list li ol li:before,
#content-simple .pg-list li ol li:before {
	content: "";
	color: #005bbb;
	font-family: icons;
	vertical-align: 0;
	margin-left: 0;
	margin-right: 2px;
	position: absolute;
	top: -1px}


#content .pg-list li ul li:before,
#content-simple .pg-list li ul li:before {
	content: "\002022";
	color: #005bbb;
	font-family: icons;
	vertical-align: 0;
	margin-left: 0;
	margin-right: 9px;
	position: absolute;
	top: -1px}
	 
#content .pg-list li p:first-child,
#content-simple .pg-list li p:first-child {
	padding: 0}

#content .pg-list li p:last-child,
#content-simple .pg-list li p:last-child {
	padding-bottom: 8px}
		
#content .pg-list h2,
#content-simple .pg-list h2 {
	font: 20px Sofia, "Trebuchet MS", sans-serif;
	color: #005bbb;
	font-weight: 500;
	margin: 0 0 10px 0;}

#content .pg-list h2 a,
#content-simple .pg-list h2 a {
	color: #005bbb;
	text-decoration: none}

#content .pg-list h2 a:hover,
#content-simple .pg-list h2 a:hover {
	border-bottom: 1px solid rgba(0,91,187,0.18);}




.accordion {
	position: relative}

h4.acc_trigger a:before {
	content: "\e618";
	font-family: 'icons';
	font-size: 24px;
	color: #e59319;
	position: absolute;
	top: -4px;
	left: .6px;}

h4.acc_trigger.active a:before {
	content: "\e619";
	font-family: 'icons';
	font-size: 24px;
	color: #e59319;
	position: absolute;
	top: -4px;
	left: .6px;}     

h4.acc_trigger {
	margin: 0 0 10px 0;
	position: relative}

h4.acc_trigger a {
	font: 17px/1.2 Sofia,Arial,sans-serif;
	padding: 0 0 4px 25px;}
	
h4.acc_trigger.active a {}
	
h4.acc_trigger a:hover {
	color: #999;}
	
h4.acc_trigger a:active, h4.active {
	color: #ED2224;}
	
span.acc_trigger a:before {
	content: "\e618";
	font-family: 'icons';
	font-size: 24px;
	color: #e59319;
	position: absolute;
	top: -5px;
	left: .6px;}

span.acc_trigger.active a:before {
	content: "\e619";
	font-family: 'icons';
	font-size: 24px;
	color: #e59319;
	position: absolute;
	top: -4px;
	left: .6px;}     

span.acc_trigger {
	margin: 0 0 10px 0;
	position: relative}

#content span.acc_trigger a {
	border: 0}

span.acc_trigger a {
	font: 17px/1.2 Sofia,Arial,sans-serif;
	padding: 0 0 10px 25px;
	display: block;}
	
span.acc_trigger.active a {}
	
span.acc_trigger a:hover {
	color: #999;}
	
span.acc_trigger a:active, h4.active {
	color: #ED2224;}




.acc_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;}
	
.acc_container .block {
	padding: 5px 0 0 20px;
	margin-bottom: 20px;}

#content .acc_container .block p:first-child {
	padding-top: 10px}

.search-wrap {
	background: #e1e1e1;
	padding: 12px;
	margin-top: 12px;
	position: relative}
	
.search-box-main {
	position: relative;
	padding: 25px;
    text-align: left}


#content .help-browse {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */}


#content .help-browse ul {
	margin: 0}

#content .help-browse li {
	position: relative;
	padding: 2px 0 0 22px;
	background: 0;
	line-height: 1.6;
	text-indent: 0;
	font-size: 15px}
	
#content .help-browse li:before {
	font-family: 'icons';
	font-size: 15px;
	position: absolute;
	content: "\3e";
	color: #005bbb;
	top: 1px;
	left: 0;}
	




#content .help-results {
	border-bottom: 1px dashed #ccc;
	width: 70%;
	padding-bottom: 20px;}

#content .help-results h2 {
	margin: 10px 0 2px 0}

#content .help-results h2 a {
	font: 20px/1.3 Sofia, "Trebuchet MS", sans-serif;
	color: #3673c2;
	text-decoration: underline;}

#content .help-results h2 a:hover {
	border: 0}

#content .help-results p {
	padding: 2px 0;
	font-size: 13px}

#content .help-url {
	color: #aaa;
	display: block;
	font-size: 12px}

.alpha-list {
	padding-top: 12px}

.alpha-list li:hover, #content .alpha-list li:hover {
	background: #41b6e6}

.alpha-list li, #content .alpha-list li {
	background: #005bbb;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	font: 13px/25px Sofia, "Trebuchet MS", sans-serif;
	margin: 0 7px 10px 0;
	font-weight: 500;
	padding: 0;
	text-indent: 0;}


.alpha-list li.inactive {
	opacity: .4}

#content .alpha-list li:before {
	content: "";
	margin: 0;
	padding: 0}
 
 
#content .alpha-list ul {
	margin: 20px 0}
	
.alpha-list ul {
	margin-top: 20px}

.alpha-list li a, #content .alpha-list li a {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 25px;
	border-bottom: 0}


.lib-stats {
	font: 13px Sofia, "Trebuchet MS", sans-serif;
	margin: 20px 0 0 10px;}

.lib-stats li:last-child {
	border: 0}

.lib-stats li {
	padding: 10px 0 35px 0;
	border-bottom: 1px dashed #ccc;
	list-style: none}

.lib-stats span {
	font-size: 40px;
	display: block;
	text-decoration: none;}
	
.lib-stats a {
	text-decoration: none;
	color: #7a7a7b;}	





/* ------- BREADCRUMBS ------- */

.container-breadcrumb {
	margin: 0 auto;
	max-width: 1100px}

.breadcrumbs ul {
	padding: 18px 6px 14px 0;}
	
.breadcrumbs ul li {
	position: relative;
	padding: 0 0 0 15px;
	font-size: 12px;
	display: inline;
	float: none;}
	
.breadcrumbs ul li a {
	color: #666;
	text-decoration: none}

.breadcrumbs ul li:first-child {
	padding-left: 0}

.breadcrumbs ul li:first-child:before {
	content: "";
	padding-left: 0}

.breadcrumbs ul li:last-child {
	color: #005bbb;}

.breadcrumbs ul li:before {
	font-family: 'icons';
	font-size: 8px;
	position: absolute;
	content: "\e90c";
	color: #9c9c9c;
	top: 1px;
	left: 2px;}

.breadcrumbs ul li:last-child:before {
	font-family: 'icons';
	font-size: 8px;
	position: absolute;
	content: "\e90c";
	color: #005bbb;
	top: 1px;
	left: 2px;}

#wrapper {
	float: left;
	width: 100%;
	height: 100%;
	margin-right: -268px;}

/* ------- LEFT COLUMN ------- */
	
#left {
	/*position:absolute;
	left: 0;
	width: 240px;
	height: 100%;
	*/    
	width: 228px;
	float: left;}

.leftnav {
	color: #fff;
	background: #666;
	padding: 15px 14px;
	margin: 0 0 24px 0;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);}  
	
.leftnav .title {
	font-size: 23px;
	margin: 5px 2px 12px;}
	
.leftnav > ul > li {
	list-style: none;
	border: 1px solid rgba(255,255,255,0.66);
	border-width: 0 0 1px 0;
	padding: 8px 10px 5px 2px;}

.leftnav > ul > li:hover > a {
	color:#005bbb}


.leftnav > ul > li a {
	color: #fff;
	text-decoration: none;
	position: relative;
	display: block;}

.leftnav > ul > li:hover {
	background: #fff;
	color: #005bbb;
	margin: 0 -14px 0;
	padding: 8px 23px 5px 15px}

.leftnav > ul > li:hover > 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: 3px;
	left: -10px;
	font-size: 10px;}

.leftnav > ul > li.active-level a {
	color: #666;
	font-size: 13px;}

.leftnav > ul > li.active-level span a {
	color: #005bbb;
	font-weight: bolder;
	font-size: 14px}
	
.leftnav > ul > li > ul > li {
	margin: 8px 0 5px 14px }


.leftnav > ul > li > ul > li > ul > li {
	margin: 8px 0 5px 14px;
	 font-size: 13px;
}


.leftnav > ul > li > ul > li a:hover {
	color: #005bbb; }


.leftnav > ul > li > span > 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: 3px;
	left: -10px;
	font-size: 10px;}


.leftnav > ul > li.active-level {
	background: #fff;
	color: #666;
	margin: 0 -14px -1px;
	border: 1px dotted #666;
	border-width: 0 1px;
	padding: 8px 13px 5px 15px;}


.related {
	background: #767676;
	border-radius: 5px;
	color: #fff;
	margin-top: 30px;
	padding: 18px 20px;
	font-size: 13px}

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

.related a:hover {
	border-bottom: 1px solid rgba(255,255,255,0.18);}

.related li {
	position: relative;
	margin: 6px 0;
	padding: 0 0 0 15px;
	background: 0;}

.related li:before {
	font-family: 'icons';
	font-size: 8px;
	position: absolute;
	content: "\e90c";
	color: #fff;
	top: 3px;
	left: .6px;}


/* ------- RIGHT COLUMN ------- */

#right {
	width: 225px;
	float: right;
	font-size: 12px;
	margin: 20px 0 40px 0;}

#right p a, #right .list a, #right .quicklink a {
	color:#005bbb;
	border-bottom: 1px solid rgba(0,91,187,0.18);
	text-decoration: none}

#right .list li:before {
	content: "\002022";
	color: #005bbb;
	font-family: icons;
	vertical-align: 0;
	margin-left: 0;
	margin-right: 9px;
	position: absolute;
	left: .6px;}
	
#right .address {
	padding-bottom: 15px}

#right .address p {
	line-height: 18px}

#right .list ul {
	margin-left: 10px}
	  
#right .list li {
	padding-left: 1em; 
	  padding-bottom: 12px;
	  position: relative;
	  line-height: 18px}

#right p {
	line-height: 18px;
	padding: 10px 0;}

#right h2 {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
	text-align: left;}

#right h2 + p {
	padding-top: 0}

#right .quicklink a {
	text-decoration: none;
	color: #005bbb;}

#right .quicklink {
	border: 1px dashed #999;
	padding: 20px;
	border-radius: 3px}

#right .quicklink h2 {
	font: 18px Sofia, "Trebuchet MS", sans-serif;
	text-transform: initial;
	margin: 10px 0 5px 0;
	font-weight: bold;
	letter-spacing: normal}

#right h3 {
	font: 12px Sofia, "Trebuchet MS", sans-serif;
	font-weight: bold;}

#right h3.carousel {
	font: 16px More Bold, "Georgia", serif;
	margin: 18px 1px;
	color: #000}

#right h3.carousel a {
	color: #444;
	text-decoration: none}

#right h3.carousel a:hover {
	border-bottom: 1px solid #000;}

#right form select {
	width: 80%}

#right .s-lg-widget-list-more-results {display: none}


#right .search-field-sm input {
	width: 100%;
	height: 26px;
	border: 0;
	margin: 0;
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 12px;
	padding-left: 10px}

#right .search-wrap {
	background: #e1e1e1;
	padding: 12px;
	margin-top: 12px;
	position: relative}


#right .search-box-sm {
	position: relative}

#right .search-button-sm {
	width: 35px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	height: 26px;
	background-color: #4d8ff4;
	border: 0;
	line-height: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;}

.search-button-sm {
	font-family: 'icons';
	content: "\e924";
	color: #fff;
	font-size: 12px;}


#right .alert p {
	font: 12px/1.5 Sofia,Arial,sans-serif;}

hr + .alert {
	padding-top: 0}


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

.search-field-sm input[type=text]::-moz-placeholder {
   color: #959595; 
   font: 12px georgia, serif;
   font-style: italic;
   line-height: 3.5em}   
   
   
#right .search-wrap-research {
	background: #e1e1e1;
	padding: 25px 10px;
	margin-top: 10px}

#right .search-box-sm-research {
	margin-top: 30px;
	position: relative;}

#right .search-box-sm-research .s-lg-btn-api-drop {
	text-indent: -9999999px;
	width: 35px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	height: 27px;
	background: url(/img/icon-search.png) no-repeat;
	background-color: #4d8ff4;
	background-size: 20px 20px;
	background-position: center; 
	border: 0;
	line-height: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;}

#right #s-lg-guide-search {
	background-image: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #555;
	display: inline;
	padding-top: 0;
	padding-bottom: 0;}

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

@media screen and (min-width: 768px) {
	
#section-1 a.section-1,
#section-2 a.section-2,
#section-3 a.section-3, 
#section-4 a.section-4, 
#section-5 a.section-5,
#section-6 a.section-6,
#section-7 a.section-7 {
	background: #fff}
	
#section-1 .nav-global ul li a.section-1:hover,
#section-2 .nav-global ul li a.section-2:hover,
#section-3 .nav-global ul li a.section-3:hover,
#section-4 .nav-global ul li a.section-4:hover,
#section-5 .nav-global ul li a.section-5:hover,
#section-6 .nav-global ul li a.section-6:hover,
#section-7 .nav-global ul li a.section-7:hover {
	background: #003e51;
	color: #fff}
	
#section-1 .nav-global li:hover > a.section-1,
#section-2 .nav-global li:hover > a.section-2,
#section-3 .nav-global li:hover > a.section-3,
#section-4 .nav-global li:hover > a.section-4,
#section-5 .nav-global li:hover > a.section-5,
#section-6 .nav-global li:hover > a.section-6,
#section-7 .nav-global li:hover > a.section-7 {
	color: #fff;
	background: #003e51;}
	
	
.nav-main {
	background-color: #f1f1f1;
	height: 48px;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
	padding-left: 10px;}

.mobile-nav {
	display: none} 			

.main-nav {
	display: block !important;} 
	
	
/* ----------------------------------------------- primary nav ----------------------------------------------- */

.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;}
	
.nav-global > ul > li {
	margin: 0;
	width: auto;
	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;
	background: #003e51}	
	
		
/* ----------------------------------------------- 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}
	

	
	}
	
	

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

.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;
	text-transform: uppercase;
	font-weight: bold;}
	
.mobile-nav li {
	display: table-cell;
	text-align: center}

.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}

.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;}
	
.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;}






	}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
.nav-global ul li ul {display:none;}
	.nav-global ul li:hover > ul {display:block; } 
}



@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	.nav-global ul li ul {display:none;}
	.nav-global ul li:hover > ul {display:block; } 
}






@media screen and (max-width: 768px) {
	
.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;}
	
.tasknav {display: none}

#content .img-text h2 {
	display: inline-block}


}





/* ------- 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";} 
	
	
	

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

#content ul.nav {
	margin: 0;
	padding: 0 0 0 15px;
	display: inline-block;
	border-bottom: 1px solid #0055bb;
	width: 100%;}

#content ul.nav li:before {
	content: "";}

#content ul.nav li {
	padding: 0;
	background: #005bbb;
	border-bottom-color: transparent;
	text-overflow: ellipsis;
	margin: 5px 2px -1px 0;
	vertical-align: bottom}

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

#content ul.nav > li > a {
  position: relative;
  display: block;
  color: #fff;
  border-bottom: 0;
  padding: 12px 25px;}
  
.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 > li:first-child {padding-left: 0;}
.nav-tabs > li:last-child {padding-right: 0; border: 0}

.nav-tabs > li {
	  float: left;
	  color: #0055bb;
	  padding: 0 15px;
	  font: 13px/13px Sofia, "Trebuchet MS", sans-serif;}
  
.nav-tabs > li > a {
	color: #717171;
	text-decoration: none}
  


#content ul.nav-tabs > li.active {
	background: #fff;
	border: 1px solid #005bbb;
	border-bottom-color: transparent;
	margin-top: 0}


#content ul.nav-tabs > li.active > a {
	color: #0055bb;
	padding-top: 5px;
	margin: 2px;
	padding: 12px 25px}


.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;
  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;}











/*
---------------------------------------------
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";}  


h2 .external  {
	vertical-align: 0;}

.external {
	display: inline-block;
	vertical-align: 1px;
	opacity: .8;
	margin-left: .35em;
	vertical-align: -0.1em;}
	
.external:before {
	font-family: 'icons';
	font-size: 10px;
	color: #005bbb;
	content: "\e615";}

	
	
		
		
/* ------- Quicklinks ------- */

#right .quicklink a.pdf {
	font: 14px/1.2 Sofia,Arial,sans-serif;
	color: #990000;
	font-weight: bold;
	text-align: left;
	position: relative;
	padding-left: 30px;}

.rss:before {
	font-size: 15px;
	font-family: 'icons';
	color: #ff6600;
	content: "\f143";
	vertical-align: middle;
	margin-right: 3px} 
	
.pdf:before {
	font-size: 22px;
	font-family: 'icons';
	color: #990000;
	content: "\e92b";
	position: absolute;
	left: 0;
	top: -3px;} 
	
.icon-power {
	font-size: 105px;
	display: block;
	text-align: center}
	
.icon-power:before {
	font-family: 'icons';
	color: #74aa50;
	content: "\e92c";}  
	
.icon-reserve-room {
	font-size: 105px;
	display: block;
	text-align: center}
	
.icon-reserve-room:before {
	font-family: 'icons';
	color: #f16b54;
	content: "\e903";}    

.icon-search-resources {
	font-size: 105px;
	display: block;
	text-align: center}
	
.icon-search-resources:before {
	font-family: 'icons';
	color: #44bfb0;
	content: "\e902";}      

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

.icon-equipment {
	font-size: 105px;
	display: block;
	text-align: center}
	
.icon-equipment:before {
	font-family: 'icons';
	color: #a12519;
	content: "\e901";}   
	
.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: "\e93b";}
.social a.youtube:before {content: "\e917";}
.social a.pinterest:before {content: "\e91a";}
.social a.instagram:before {content: "\e91b";}

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


.ub-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}
	
.ub-orange:hover {
	background: #a11b0a;}

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

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

#content a.apple:after {
	font-size: 22px;
	font-family: 'icons';
	color: #fff;
	content: "\e92e";
	position: absolute;
	top: 12px;
	right: 15px}
	
#content a.windows:after {
	font-size: 22px;
	font-family: 'icons';
	color: #fff;
	content: "\e92d";
	position: absolute;
	top: 12px;
	right: 15px}

#content a.med-btn {
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  color: #fff;
	  font: 15px Sofia, "Trebuchet MS", sans-serif;
	background: #a4cd5c;
	font-weight: 500;
	  padding: 13px 18px;
	  text-decoration: none;
	  display: inline-block;
	  position: relative;
	  padding-right: 50px;
	  border-bottom: 0}

#content a.med-btn:hover {
  background: #83aa3d;
  text-decoration: none;}


#content a.lrg-btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #fff;
  font: 20px Sofia, "Trebuchet MS", sans-serif;
  background: #187f18;
  font-weight: 500;
  padding: 10px 30px 10px 30px;
  border: solid #ededed 4px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase}

#content a.lrg-btn:hover {
  background: #83aa3d;
  text-decoration: none;}
  

.search-options {
	 margin-top: 20px;
	 text-align: left}
	 
.search-options select {
	width: 50%}

.search-options form {margin-bottom: 15px}

.search-buttons {
	 margin-top: 20px;
	 overflow: hidden}

.form-button {
	  display: block;
	  float: left;
	  margin-right: 10px;
	  -webkit-border-radius: 30;
	  -moz-border-radius: 30;
	  border-radius: 30px;
	  color: #fff;
	  font: 14px/1.2 Sofia,Arial,sans-serif;
	  background: #187f18;
	  padding: 8px 15px;
	  text-decoration: none;
	  border: 0;
	-webkit-appearance: button; /* for input */
	 -webkit-user-select: none; /* for button */
	 -moz-user-select: none;
	 -ms-user-select: none;}

.form-button:hover {
	  background: #83aa3d;
	  text-decoration: none;}

#content a.browse-button {
	  display: block;
	  float: left;
	  -webkit-border-radius: 30;
	  -moz-border-radius: 30;
	  border-radius: 30px;
	  color: #fff;
	  font: 14px/1.2 Sofia,Arial,sans-serif;
	  background: #666;
	  padding: 8px 15px;
	  text-decoration: none;
	  border: 0;}
	
#content a.browse-button:hover {
	background: #999;
	  text-decoration: none;}

#lp_description_container {
	margin-top: 40px;
	width: 80%}
 
#lp_description_container h2 {
	font: 14px/1.3 Sofia, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #000;}



/*
---------------------------------------------
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 {
	clear: both;
	margin: 0 auto;
	max-width: 1100px;
	font-size: 12px;
	color: #fff;
	padding: 0 0 50px 0;
	margin-bottom: 40px}

.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) {

.container-system {padding: 0}

.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%;}

.container {
	padding: 0 20px;}

.footer {
	padding: 0 20px}
	}

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



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

.nav-global li ul {
	display: none}

.nav-global ul li a.section-1, 
.nav-global ul li a.section-2, 
.nav-global ul li a.section-3, 
.nav-global ul li a.section-4, 
.nav-global ul li a.section-5, 
.nav-global ul li a.section-6,
.nav-global ul li a.section-7 {
	font-size: 12px}

.nav-main {
	height: 43px;}

.quicklinks li {
	width: 15%;}

.page-ub {
	clear: both}

#content, .two-column #content {
	margin-right: 0}	

#right {
	float: left;
	width: 100%;
	margin: 0 0 80px 0;
	border-top: 20px solid #f0f1f1;
	padding: 40px 0 0 0;
	top: 0;
	position: relative}

#content ul.nav-tabs > li.active > a {
	padding-bottom: 11px;
	margin-left: 0}

} 
 
 /*
---------------------------------------------
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-search-resources, .icon-video-recording, .icon-equipment, .icon-delivery {display: none}

/*.quicklinks h4.reserve, .quicklinks h4.search-resources, .quicklinks h4.video-recording, .quicklinks h4.equipment, .quicklinks h4.delivery {color: #0071b7;}*/

.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) {
		
.site-page-home #content {width: auto; padding: 0}

.search-results ul li, .search-results img {max-width: 150px}

.search-box-home {margin-top: 0!important}

.site-page-home .lower-region {padding-top:0 }

.top {
	border-top: 1px dotted #fff;
	display: block;
	position: absolute;
	top: 35px;
	width: 100%;
	height: 30px;
	margin-bottom: 50px;
	z-index: 9999999}

.lib-logo .title {
	font-size: 20px;
	margin: 0;
	padding: 40px 0 0 10px;
	border: 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}
	
	
.img-left-round {float: 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}

.site-page-home #content {margin: 0}

	
#content {
	padding: 10px}
	
.breadcrumbs ul {
	padding-top: 20px}
	
#left {display: none}

#right {
	margin: 0 0 80px 0;}
	
.nav-global li ul {
	display: block;
	padding: 10px 0 10px 0;}
	
#lp_description_container {
	width: auto}

.sub-nav {display: block}

	
.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-main {display: none;}  

.carousel-mobile {display: block;}  

#content .help-browse {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0;}

.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 {
	font-size: 20px}

.icon-hours {
	font-size: 22px}   
	
#use .use, 
#find .find,
#research .research,
#libraries .libraries,
#about .about,
#ask .ask {
	background: #fff}
	
.one-column #content, .one-column-left #content {
	margin: 0 0 50px 0}

#content ul.nav {
	padding: 0;
	border-bottom:0}

#content ul.nav li {
	float: none;}
	
#content ul.nav-tabs > li.active {
	border-bottom-color: #005bbb;
	margin-top: 5px}	
	
.img-medium img {
	width: auto}
	
		 }
 
 
 /*
---------------------------------------------
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}
}
 
 
 
/*
---------------------------------------------
Media @ Print
---------------------------------------------
*/


@media print {

* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  
  a, a:visited { text-decoration: underline; }
  
  
  abbr[title]:after { content: " (" attr(title) ")"; }
  
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  
  
body {margin: 0 40px}

.lib-logo {margin-top: 15px}

.logo-black {display: block}
	
	
.breadcrumbs {border-top: 1px dashed #000; padding-top: 10px; margin-top: 20px}

#content h1 {font-size: 25px}

.lib-logo {border-color: #000}

.lib-logo .title {display:block;font-size: 28px}

.icon-ub-logo {top:35px}

.icon-ub-logo:before {
	color: black !important;}

.two-column #content, #content {
	width: 100%; margin: 20px 0 0 0; border: 0}

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

#content .pg-list li:before, .breadcrumbs ul li:last-child:before {
	color: #000}

}

 
	
	
	
	
	