body {
	background: #f8f8f7;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #C22D19;
}
a:hover {
	color: #770000;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
td img {
	vertical-align: middle;
}
audio {
	width: 500px;
}
.photo-border {
	background: #f8f8f7;
	padding: 7px;
	display: block;
	border: thin solid #dcdcdc;
}
/* Form Styles */
form {
	width: 100%;
	margin-bottom: 0px;
}
input[type="submit"] {
	vertical-align: bottom;
}
#search_box:disabled {
	background-color: #FFF;
	border-color: #D1D1D1;
	color: inherit;
}
label {
	display: inline-block;
	font-weight: initial;
	vertical-align: middle;
	margin-bottom: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
select {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23222222%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22m%20-252.04375%2C154.18284%203.04375%2C6.5%202.94375%2C-6.5%22%2F%3E%3C%2Fsvg%3E");
	padding-right: 25px;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
label input {
	margin-bottom: 2px;
	vertical-align: middle;
	font-weight: initial;
}
figure {
	margin: 0px;
}
input[type="button"] {
	background-color: #FFF;
}
input.red, input.red:focus {
	background-color: #860000;
	color: white;
}
input.red:hover {
	background-color: #A00000;
	color: white;
}
textarea:disabled, input[readonly], input[readonly]:hover, input[readonly]:focus, input[readonly]:active, input:disabled, input:disabled:hover, input:disabled:focus, input:disabled:active {
	background-color: #EEEEEE;
	border: 1px solid #D1D1D1;
	color: #555;
}
textarea.mass {
	width: 1000px;
	height: 200px;
}
.advanced_search a {
	font-size: 14px;
	margin-left: 20px;
	padding-bottom: 15px;
	display: inline-block;
}
.button, button, input[type=submit], input[type=reset], input[type=button] {
	padding: 0 25px;
}
input.small {
	height: 35px;
	line-height: initial;
}
.highlight {
	background-color: #FFFFAB;
}
.button.button-primary, button.button-primary, input[type=submit].button-primary, input[type=reset].button-primary, input[type=button].button-primary {
	background-color: #b51500;
	border-color: #b51500;
}
.button.button-primary:focus, .button.button-primary:hover, button.button-primary:focus, button.button-primary:hover, input[type=submit].button-primary:focus, input[type=submit].button-primary:hover, input[type=reset].button-primary:focus, input[type=reset].button-primary:hover, input[type=button].button-primary:focus, input[type=button].button-primary:hover {
	background-color: #8a1000;
	border-color: #8a1000;
}
.btn,.btn:focus {
	background: #666666;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	line-height: 1.5;
	border-radius: .25rem;
	text-decoration: none;
}
.btn:hover {
	background: #4a4a4a;
	color: #fff;
}
.submit-btn {
	background: #666666;
	color: #fff;
	border: solid 1px #666666;
	font-size: 14px;
	line-height: 38px;
}
.submit-btn:hover {
	background: #4a4a4a;
	color: #fff;
	border: solid 1px #666666;
}
.submit-btn i {
	display: inline-block;
	margin-top: -3px;
}
/* End Form Styles */
/* Typography */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
	letter-spacing: 1px;
	color: #434343;
	font-family: 'Encode Sans Condensed', sans-serif;
}
h3 span {
	font-size: 60%;
}
.heading-centered {
	border-bottom: 5px solid;
	border-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.heading-centered span {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 26px;
	padding: 0 20px;
	position: relative;
}
.bold {
	font-weight: bold;
}
.larger {
	font-size: 31px;
}
a.title_link {
	text-decoration:  none;
	color: #222;
}
.caption {
	margin-top: 3px;
}
.justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}
.text-right {
	text-align: right;
}
pre {
	background-color: #DDD;
	padding: 10px;
	border-radius: 8px;
}
.seemore small {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 55%;
}
.heading-centered .seemore {
	position: absolute;
	right: 0;
	bottom: 0;
}
.landing-topics .seemore {
	color: #C22D19;
}
.pad a {
	padding: 0px 10px 0px 10px;
}
.small a {
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	line-height: initial;
	min-width: initial;
}
/* End Typography */
.share_container {
	position: relative;
	margin-bottom: 5px;
	width: 750px;
}
#social_links {
	display: none;
	background-color: white;
	box-shadow: 0px 0px 5px 2px #444;
	padding: 5px 0px 5px 5px;
	position: absolute;
	top: -40px;
	z-index: 1;
}
#permalink {
	display: none;
	background-color: white;
	box-shadow: 0px 0px 5px 2px #444;
	padding: 5px;
	position: absolute;
	top: -50px;
	width: 500px;
	z-index: 1;
}
#permalink_url {
	margin: 0px;
	padding: 5px;
	width: 100%;
	background: #EEE;
}
#share {
	position: relative;
	cursor: pointer;
	text-decoration: underline;
}
.social_icon {
	max-width: initial;
	margin-right: 5px;
}
.icons {
	margin-right: 5px;
}
.institution {
	display: inline-block;
	background: #fff;
	padding: 1.5em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	border-radius: 3px;
}
.institution.item a {
	text-decoration: none;
}
.collection {
	padding-left: 15px;
}
.video {
	width: 600px;
}
.gallery {
	display: inline;
	padding: 5px;
}
#gallery_message {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	display: none;
	color: white;
	font-size: 35px;
}
#gallery_iframe {
	margin: 0 auto;
	display: none;
	width: 90%;
	height: 99%;
}
#gallery_video {
	margin: 0 auto;
	display: none;
	width: 90%;
	height: 99%;
}
#gallery_audio {
	position: relative;
	top: 50%;
	margin: 0 auto;
	display: none;
	width: 50%;
}
.inline {
	display: inline-block;
}
.left_pad {
	margin-left: 10px;
}
#final_query {
	width: 850px;
	background-color: #EEEEEE;
	border: 1px solid #D1D1D1;
}
#adv_sets {
	height: 300px;
	width: 750px;
	overflow: auto;
	border: solid 1px #BBB;
	padding: 5px 10px 10px 10px;
	margin-bottom: 20px;
}
.ocr {
	max-height: 400px;
	overflow: auto;
	border: solid 1px #BBB;
	padding: 5px 10px 10px 10px;
}
.adv_inst {
	font-weight: bold;
}
#form_query {
	width: 350px;
}
#contents {
	float: right;
	width: 325px;
	box-shadow: 0px 0px 15px #bdbab4;
	margin-bottom: 20px;
}
#contents form {
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	margin-top: 20px;
}
#contents form input {
	flex: 1;
}
#contents form input[type="text"] {
	margin-right: 10px;
}
#filebox, #thumbbox {
	float: left;
	border: 2px dashed #555;
	border-radius: 7px;
	padding: 50px 0;
	margin: 10px 10px 15px 0;
	width: 250px;
	text-align: center;
}
#filebox:after {
	content: "Drop file here";
}
#thumbbox:after {
	content: "Drop thumbnail here";
}
.record_nav {
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
}
.record_nav a {
	color: #666666;
	text-decoration: none;
}
.record_nav.left a {
	padding-right: 13px;
}
.record_nav a:hover {
	color: #555;
}
.save_message {
	padding: 7px;
	border-radius: 3px;
}
.success {
	background-color: #CAFFCE;
}
.error {
	background-color: #F2DEDE;
}
/* ADA */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
/* General Layout */
.container-fluid {
	margin-left: 20px;
	margin-right: 20px;
}
.container {
	max-width: 2000px;
}
/* Main Header */
.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.header .nav {
	background: #383739;
}
.main-nav {
	list-style-type: none;
	color: #fff;
	margin: 0;
	padding: 0;
}
.main-nav li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.main-nav li a {
	color: #fff;
	text-decoration:  none;
	padding: 6px 10px;
	display: block;
	font-size: 14px;
}
.main-nav li:first-child a {
	padding-left: 0px;
}
.nav-link {
	display: block;
	padding: 10px 16px;
}
.main-nav .link_right {
	position: absolute;
	right: 0;
	z-index: 2;
}
.main-nav .dropdown-menu  {
	display: none;
}
.show .nav-link {
	width: 100px;
	text-align: right;
}
.main-nav .show .dropdown-menu {
	margin: 0;
	border-radius: 0;
	background: rgba(70,70,70, 0.85);
	display: none;
}
.dropdown-menu a {
	display: block;
	color: #212529;
	white-space: nowrap;
	text-align: right;
	padding: .2rem 1rem;
}
.dropdown-menu a:hover {
	background: rgba(200,200,200, 0.85);
}
.dropdown-menu hr {
	height: 0;
	margin: .2em 0;
	overflow: hidden;
	border-top: 1px solid #bbb;
}
.search-results-container, .browse-results-container {
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	background: #fff;
	padding: 20px;
	border: thin solid #eee;
}
.search-results-container table {
	width: 100%;
}
.search-results-container table tr td:first-child {
	padding-left: 15px;
}
.search-results-container table tr td:last-child {
	padding-right: 15px;
}
.search-results-container table tr:nth-child(even) {
	background-color: rgba(0,0,0,.03);
}
.collection-logo {
	margin-right: 40px;
	line-height: 70px;
	display: inline-block;
}
.collection-name {
	font-size: 140%;
	margin-right: 50px;
	position: relative;
}
.collection-name.udn {
	top: 7px;
}
/* Main Search */
.main-header:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.search-constraints {
	padding-bottom: 5px;
	vertical-align: middle;
}
#form_query {
	border: 4px solid #b1afaa;
	height: 41px;
	margin-bottom: 0;
}
.search-constraints .button-primary {
	text-transform: none;
	padding: 0 10px;
	font-weight: 400;
	height: 35px;
	margin-right: 4px;
	line-height: 33px;
}
.main-header {
	background: #edebe7;
	padding: 5px 0;
	border-top: 1px solid #d8d2c9;
}
.main-search {
	background: #bdbab4;
}
.main-search-input {
	padding-top: 1.5rem;
}
.main-search-input select {
	color: #777;
	height: 56px;
	padding-bottom: 2px;
}
#search_box {
	width: 80%;
	max-width: 500px;
}
/* Refine Search Column */
.toggle-facets {
	display: none;
	background: #f3f1f0;
	border-bottom: 1px solid #d0cdc8;
	background: #7c7a74;
}
.toggle-facets a {
	font-size: 12px;
	font-weight: 600;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: block;
}
.toggle-facets a:before {
	content: "\e950";
	font-family: "icomoon";
	display: inline-block;
	width: auto;
	height: auto;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	speak: none;
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
}
.toggle-facets a:after {
	content: ' Show Information And Filters';
}
.toggle-facets a.active:after {
	content: ' Hide Information And Filters';
}
.toggle-facets a.active:before {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.page {
	margin-top: 20px;
	position: relative;
}
.main-content-container {
	background: #fff;
	padding: 20px;
	border: thin solid #eee;
}
#refine-search, .browse-refine {
	padding-right: 20px;
	max-width: 320px;
	float: left;
	background: #f8f8f7;
}
@media screen and (max-width: 800px) {
	.toggle-facets {
		display: block;
	}
	#refine-search, .browse-refine {
		position: absolute;
		top: 0;
		left: 0;
		float: none;
		margin: auto;
		z-index: 102;
		-webkit-transform: translateX(-370px);
		-moz-transform: translateX(-370px);
		-ms-transform: translateX(-370px);
		-o-transform: translateX(-370px);
		transform: translateX(-370px);
		-webkit-transition: -webkit-transform 1s;
		-moz-transition: -moz-transform 1s;
		-o-transition: -o-transform 1s;
		transition: transform 1s;
	}
	#refine-search.toggle, .browse-refine.toggle {
		background: #f8f8f7;
		border-right: thin solid #d7d1ca;
		border-bottom: thin solid #d7d1ca;
		top: -20px;
		padding-top: 20px;
		transform: translateX(0px);
	}
	.collection-name {
		display: block;
	}
	#search_box {
		width: calc(100% - 71px);
	}
	.search-results-container .table th {
		display: none;
	}
	.search-results-container .table td {
		clear: left;
		float: left;
		border-top: none;
		border-bottom: none;
		padding: 5px 15px;
	}
	.search-results-container .table td:last-child {
		padding-bottom: 15px;
	}
	.page {
		padding-left: 0 !important;
	}
	.record_nav {
		padding: 1px !important;
	}
	.share_container {
		width: 100%;
	}
}
.browse-refine {
	width: 250px;
	margin-left: 20px;
}
.panel-default {
	background: #fff;
	margin: 0 0px 5px 0;
	border: thin solid #eee;
}
.panel-default .panel-title {
	font-size: 15px;
	padding: 6px 8px 6px 25px;
	background: #f0efec;
	margin-bottom: 0;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}
.panel-title.contents-header {
	padding: 6px 8px 6px 14px;
}
.panel-default .panel-title a {
	text-decoration: none;
	color: #333333;
	display: block;
	position: relative;
	z-index: 50;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
}
.panel-heading.collapse-toggle.collapsed .panel-title:before {
	content: "\e957";
	transform: initial;
	color: #C22D19;
}
.panel-heading.collapse-toggle .panel-title:before {
	font-family: 'icomoon';
	content: "\e955";
	position: absolute;
	top: 6px;
	left: 9px;
	font-size: 12px;
	line-height: normal;
	line-height: 23px;
	z-index: 1;
	color: #C22D19;
}
.panel-body {
	padding: 10px 15px 5px 15px;
}
.panel:last-child {
	margin-bottom: 20px;
}
.about-body {
	padding: 10px 15px 10px 20px;
	font-size: 13px;
}
.facet-values a {
	padding: 5px 0;
	text-decoration: none;
}
.facet-values {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	display: table;
	border-collapse: collapse;
	width: 100%;
}
.facet-values ul {
	margin: initial;
}
.facet-values li {
	margin-right: 0;
	padding-right: 0;
	font-size: 12px;
	border-bottom: thin solid #eee;
	display: table-row;
}
.facet-values li:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}
.facet-values .facet-label {
	display: table-cell;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
}
.facet-values .facet-label.bigger {
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.facet-values .facet-label.indent {
	padding-left: 10px;
}
.facet-values .facet-count {
	font-style: italic;
	display: table-cell;
	text-align: right;
}
.expand-icon {
	font-size: 13px;
}
/* Search Results View Options */
.pagination ul>.active>a {
	background: #F5F5F5;
	color: #999;
}
.pagination ul {
	display: inline-block;
	margin-bottom: 0px;
}
.pagination ul>li {
	display: inline;
}
.pagination ul>li>a {
	float: left;
	border: solid 1px #D1D1D1;
	display: inline;
	padding: 4px 12px;
	margin: 0px;
	margin-left: -1px;
	text-decoration: none;
}
.sort0 {
	border-bottom: 5px solid #edebe7;
}
.sort0:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.browse_controls input {
	float: left;
}
.pagination {
	display: inline-block;
}
.results {
	border-bottom: 5px solid #edebe7;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
.main-search-results .page_entries {
	float: left;
	padding-right: 15px;
	padding-top: 5px;
}
/* Search Results Display */
.main-search-results {
	width: auto;
	overflow: hidden;
}
.main-search-results a {
	border-bottom: 1px dotted #999999;
	text-decoration: none;
}
.main-search-results tr:nth-child(even)  {
	background: #faf9f9;
}
img.thumb {
	border: thin solid #eee;
	padding: 6px;
	background: #fff;
	max-width: 150px;
	height: auto;
	margin: 5px;
}
/* Refine Contents Options */
.contents-filter {
	padding-right: 0;
}
#scroll-overflow {
	height: 70vh;
	overflow: auto;
}
.previous-issue {
	float: left;
	margin-left: 14px;
	margin-top: 8px;
}
.next-issue {
	float: right;
	margin-right: 14px;
	margin-top: 8px;
}
.contents-filter .bigger {
	display: block;
	border-bottom: thin solid #ccc;
	margin-bottom: 12px;
	padding-bottom: 3px;
}
.contents-filter .bigger a {
	padding: 0 14px;
	border-bottom: none;
	margin: 0;
	font-weight: 600;
}
.contents-filter .bigger a.page-number {
	padding-left: 0;
}
.contents-filter .indent {
	margin-bottom: 2px;
	padding: 0 !important;
}
.contents-filter .indent a {
	border: none !important;
	color: #5d5d5d;
	display: block;
	padding: 5px 14px;
}
.contents-filter .indent a:hover {
	background: #f5f4f4;
}
/* Masonry container */
.masonry {
	column-count: 3;
	-moz-columns: 3;
	-webkit-columns: 3;
	column-gap: 1em;
	padding-top: 35px;
}
.masonry .item { /* Masonry bricks or child elements */
	display: inline-block;
	margin: 0 0 1em;
	width: 100%;
}
.masonry-topics {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1rem;
	margin-bottom: 50px;
}
.featured.collections .container-fluid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1rem;
}
@media (max-width: 900px) {
	.featured.collections .container-fluid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 500px) {
	.featured.collections .container-fluid {
		grid-template-columns: 1fr;
	}
}
.featured.collections {
	background: transparent;
}
.featured .feature-item .details {
	border: thin solid #dcdcdc;
	transition: box-shadow .3s ease-out,background-size .3s ease-out;
	margin-bottom: 12px;
	padding: 20px;
	text-align: left;
	min-height: 300px;
	overflow: hidden;
	font-size: 14px;
	background: #fff;
}
.featured .feature-item h3 {
	font-size: 22px;
}
.featured .feature-item .image {
	height: 220px;
	overflow: hidden;
	display: block;
	background: #000;
	text-align: center;
}
.featured.news h4 {
	padding-top: 30px;
}
.masonry-topics div {
	border-bottom: thin solid #eee;
	padding: 4px;
}
.masonry-topics div a {
	text-decoration: none;
}
@media (max-width: 800px) {
	.masonry-topics {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
.sub-header {
	color: #edebe7;
	text-shadow: #1a1918 1px 1px 3px;
	background: rgb(40,40,40);
	background: linear-gradient(90deg, rgba(40,40,40,1) 0%, rgba(173,170,164,1) 100%);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 20px 25px 20px;
}
.background-credit {
	position: relative;
	z-index: 1;
	font-size: 12px;
}
.background-credit a {
	color: #fff;
}
table.diff td {
	border: solid 1px #aaa;
	padding: 5px;
}
table.diff {
	margin: 0;
}
del {
	background: #ffe6e6;
}
ins {
	background: #e6ffe6;
}
#modal_overlay {
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
}
.gallery_canvas {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
	background-color: #000;
	display: none;
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
}
.slider {
	height: 20px;
	position: relative;
}
.slider:before {
	content: "";
	background: #DDDDDD;
	position: absolute;
	height: 6px;
	border-radius: 10px;
	width: 100%;
	top: 7px;
}
.slider-inner {
	display: block;
	background: #B51500;
	position: absolute;
	width: 100%;
	left: 0%;
	top: 7px;
	height: 6px;
	z-index: 1;
}
.slider div {
	background: #FFF;
	border: solid 1px #a7a7a7;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	border-radius: 10px;
	position: absolute;
	z-index: 2;
}
.restricted {
	background-color: #333;
	color: white;
	padding: 5px;
}
.restricted a {
	color: #FFF871;
}
.restricted a:hover {
	color: #C2BC56;
}
.log {
	font-size: 75%;
}
.log th, .log td {
	padding: 5px;
}
.log td:first-child, .log th:first-child {
	padding-left: 0px;
}
#sensitive {
	width: 800px;
	background-color: black;
	color: white;
	text-align: center;
	padding: 30px 0px 30px 0px;
	font-size: 120%;
}
#sensitive button {
	margin-top: 30px;
	color: white;
}
#stat_error {
	background-color: #F2DEDF;
	padding: 10px;
	margin: 5px 0px 15px 0px;
	display: none;
}
#edit_buttons {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #EDEBE7;
	padding: 10px;
	z-index: 2000;
}
#edit_buttons input {
	margin: 0px;
}
.edit_links {
	margin-top: 6px;
	margin-right: 50px;
	float: right;
}
.break {
	word-break: break-word;
}
#browse_bar {
	padding-top: 20px;
	border-bottom: thin solid #eee;
	margin-bottom: 20px;
}
#browse_bar ul {
	list-style-type: none;
	margin: 0px 10px 20px 0px;
	padding: 0;
}
#browse_bar li {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}
#browse_bar li a, .view-btn {
	text-decoration:  none;
	padding: 6px 10px;
	display: block;
	color: #000;
	background: #f0efec;
	font-size: 14px;
	font-weight: 400;
}
.view-btn {
	display: inline-block;
	margin-bottom: 4px;
	cursor: pointer;
}
label.view-btn:before {
	content: '\e94c';
	font-family: 'icomoon';
	font-size: 13px;
}
.view-btn i {
	font-size: 13px;
	vertical-align: initial;
}
.view-btn input {
	display: none;
}
.view-btn.active {
	background: #b01612;
	color: #fff;
}
.view-btn.embargo:before {
	content: '\e937';
}
#browse_bar li.selected a {
	background-color: #B51500;
}
#browse_bar li.selected a {
	color: white;
}
.az_links {
	height: 40px;
	clear: both;
}
.az_links .disabled {
	color: #AAA;
}
.az_links div, .az_links a {
	border: solid 1px #AAAAAA;
	display: block;
	float: left;
	min-width: 40px;
	font-size: 18px;
	line-height: 40px;
	margin: 0px 5px 10px 0px;
	text-align: center;
	vertical-align: middle;
}
.az_links a {
	text-decoration: none;
	background-color: white;
}
.az_links.institution-list a {
	text-decoration: none;
	background-color: #f8f8f7;
}
#az_controls {
	clear: both;
	font-size: 13px;
	padding: 8px 0px 0px 0px;
}
#az_controls input {
	width: 100%;
}
#az_body {
	margin-bottom: 20px;
}
.az_image  {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 20px;
	}
.az_item {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #EEE;
}
.az_item.image {
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-bottom: initial;
	text-align: center;
	font-size: 12px;
}
.az_item.image figcaption {
	margin-top: 5px;
}
.az_item.image img {
	height: 150px;
}
.az_content {
	overflow: hidden;
	width: auto;
	vertical-align: top;
	font-size: 15px;
}
.az_content a {
	font-size: 17px;
	text-decoration: none;
}
.az_content .edit {
	font-size: 12px;
	color: blue;
}
.az_letter {
	font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: 1.3;
	font-weight: 800;
	margin-bottom: 15px;
	font-size: 33px;
	padding-top: 30px;
}
.az_letter:first-child {
	padding-top: 0px;
}
.az_letter::after {
	content: '';
	height: 7px;
	background: rgb(204,0,0);
	background: linear-gradient(90deg, rgba(204,0,0,1) 0%, rgba(161,6,15,1) 100%);
	display: block;
}
.az_letter a {
	color: black;
	text-decoration: none;
}
.institution-list.az_links a {
	border: none;
	display: block;
	font-size: 15px;
	margin: 0;
	border-bottom: thin solid #eee;
	width: 100%;
	text-align: left;
}
/* Start New Homepage */
.dl-home-logo {
	position: relative;
	z-index: 1;
	float: left;
	padding: 16px;
	background: #edebe7;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.home .nav {
	background: rgba(0,0,0, .8);
	position: relative;
}
.home .main-header, .home #form_search {
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
}
.home .header {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
}
.home .main-search-input {
	background: none;
	margin: 0px auto 40px auto;
	max-width: 900px;
	position: relative;
}
.home .sub-header {
	position: relative;
	/* background-size: 100% !important; */
	background-position: center !important;
}
.home .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(231,229,226);
	background: linear-gradient(180deg, rgba(231,229,226,0.45) 0%, rgba(51,51,51,0.9) 62%, rgba(0,0,0,0.95) 100%);
}
.home .main-search-input {
	text-align: center;
}
.home #search_box {
	padding: 27px 20px;
	font-size: 20px;
	color: #777;
}
.home .submit-btn {
	background: #cc0000;
	border-color: #cc0000;
	font-size: 25px;
	position: relative;
	height: 56px;
	top: 2px;
}
.home .advanced_search {
	display: inline-block;
	font-size: 18px;
	margin-right: 0;
}
.home .advanced_search a {
	color: #fff;
}
.home .intro-text {
	background: none;
	clear: both;
	margin: 0 auto;
	padding: 18px;
	max-width: 777px;
	position: relative;
}
.home .lead-text {
	font-size: 32px;
	text-align: center;
	margin-bottom: 0;
	line-height: 40px;
}
.lead-text a {
	color: white;
}
.lead-text a:hover {
	color: #999;
}
@media (max-width:500px) {
	.home .lead-text {
		font-size: 22px;
		line-height: 30px;
	}
}
.home .intro-text .btn {
	text-shadow: none;
}
.landing-topics {
	background: #f0efec;
	border-top: 5px solid #b9b6b0;
	border-bottom: 4px solid #e3e1de;
}
.landing-topics .container-fluid {
	max-width: 1367px;
	margin: 0 auto;
}
.landing-topics ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.landing-topics ul li  {
	padding: 0px 25px;
	margin: 0px;
	line-height: 60px;
}
.landing-topics ul li a  {
	color: #434343;
	text-transform: uppercase;
	padding: 15px 0px;
	display: block;
	font-size: 13px;
	line-height: 30px;
	font-weight: 600;
	transition: all 0.2s ease-out;
	text-decoration: none;
}
.landing-topics ul li a i {
	font-size: 18px;
	display: inline-block;
	margin-top: -2px;
}
.landing-topics ul li a:hover  {
	color: #cc0000;
	transition: all 0.2s ease-in;
}
.featured {
	padding: 30px 20px;
	background: #c8c5c0;
}
.featured a {
	text-decoration: none;
}
.featured h5, .featured h4 {
	font-weight: 800;
	font-size: 25px;
}
.featured h4 {
	font-size: 33px;
}
.featured .az_item, .az_item.image {
	width: 187px;
	display: inline-block;
	height: 224px;
	overflow: hidden;
	padding: 6px;
	margin: 0.5rem;
	margin-top: 0px;
	border: thin solid #eee;
	transition: box-shadow .3s ease-out,background-size .3s ease-out;
	font-size: 13px;
	background: #f0efec;
}
.az_item.image {
	margin-bottom: 16px;
}
.featured .az_item:hover {
	background: #fff;
	border: 1px solid #dadce0;
	transition: box-shadow 280ms ease-in-out;
	box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.05), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
	background-size: auto 103%;
	background-color: #f0efec;
}
.featured .az_item .image-wrapper {
	overflow: hidden;
	margin-bottom: 10px;
}
.featured .az_item .image {
	padding-top: 72.75%;
	background-position: center !important;
	height: 100%;
	width: 100%;
}
.featured .az_item figcaption {
	margin-top: 0.9rem;
	line-height: 1.25;
}
#filter_message {
	display: none;
	margin-top: 10px;
	font-size: 20px;
}
/* Footer Styles */
footer {
	background: #161514;
	padding: 40px 0;
	color: #999;
	font-size: 13px;
	clear: both;
}
footer a {
	color: #999;
	font-size: 13px;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}
footer p {
	margin-bottom: 0;
}
footer h6 {
	font-weight: 600;
	text-transform: none;
	color: #fff;
	padding: 10px 0;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.home footer .nav {
	background: transparent;
}
footer ul {
	list-style-type: none;
	padding-left: 15px;
}
footer li {
	margin-bottom: 0px;
}
footer ul li a {
	padding: 3px 0;
	display: block;
}
footer .address {
	padding-bottom: 15px;
}
.footer-4-col {
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .three.columns {
	border-right: 1px solid #343331;
}
footer .three.columns:last-of-type {
	border-right: none;
}
.sub-footer {
	border-top: 1px solid #343331;
	border-bottom: 1px solid #343331;
}
.sub-footer ul.nav a {
	display: inline-block;
}
.sub-footer p {
	padding: 10px 0;
}
@media screen and (max-width: 800px) {
	footer .three.columns {
		width: 100%;
		border-right: none;
	}
}
model-viewer {
	height: 100%;
	width: 100%;
	background-color: #000;
}
#canvas {
	background-color: #000;
	cursor: move;
	width: 100%;
	height: 100%;
}
#canvas_container {
	position: relative;
}
ul.suggest li {
	margin: initial;
	margin-left: 20px;
	list-style: initial;
}
.link img {
	width: 100px;
}
