body {
	display: block;
	min-width: 480px;
}

.googlePreviewWrap {
	padding: 0 !important;
}

.navCrumbText {
	white-space: normal;
	width: 85%;
}

#mainMenuContainer>* {
	vertical-align: top;
}

.breadCrumbs .facetTitle {
	width: calc(100% - 10px);
}

#changePinInstructions {
	display: none;
}

.breadcrumb > div {
	display: inline-block;
	margin-left: 5px;
}

#resultsWrapper {
	width: calc(100% - 354px);
    vertical-align: top;
	float: right;
}

.searchLimitsColumn {
	width: 354px;
    vertical-align: top;
	float: left;
}

.unbound_author_titles {
	max-height: none !important;
}

.unbound_books {
	overflow: hidden;
}

.detailModalDialog {
	padding: 0;
	height: 80vh !important;
	width: 80vw !important;
	top: 10vh !important;
	left: 10vw !important;
	position: fixed;
}

.nextArrowLeft{
	left: -5vw;
	top: 40vh;
	width: 50px;
}

.nextArrowRight{
	left: 83vw;
	top: 40vh;
	width: 50px;
}

.detailModalDialog .ui-dialog-titlebar {
	display: none;
}

.detailPanel.ui-dialog-content {
	height: 100% !important;
}

#searchResultsColumn {
	width: auto;
	float: none;
}

.limitcolumn_wrapper {
	background: none !important;
	padding: 5px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
	font-family: "Open Sans";
	letter-spacing: 0.03em;
}

#content {
    max-width: 1063px;
    margin-bottom: 0;
	display: block;
}

#searchBoxWrapper{
	background-color:#3f3E3E;
	float: none !important;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 0;
	border: none;
	max-width: 1063px;
}

.headerWrapper {
	max-width: 1063px;
	margin: 0 auto;
	background-color: #ffffff;
}

.bannerBar {
	width: 1062px;
}

.sorttable_sortAnyInd {
    float: left;
    margin-left: 5px;
}

.ui-widget-header .ui-state-hover {
    border: none;
}

.formatTypeIcon {
	min-width: 18px;
}

.formatText {
	display: none;
}

.loginFormWrapper {
	max-width: 430px;
}

#loginModal {
	min-width: 440px;
}
.loginNotice { border: 1px solid #b7c7c7;  background: #eafcfc; width: 100%; margin-top: 20px; }
.loginNotice > * { margin: 0.5em; }
.loginButtonContainer { width: 400px; margin:0; text-align: right; }
.loginButtonContainer button { padding: 5px; }
.loginButton {
	display: block;
	background-color: #6e96d9 !important;
	margin-top: 0;
}
.user_name_input, .password_input {
	width: 100%;
}
.loginButton:hover {
	background-color: #8eb6f9 !important;
}
.loginActions>.linkSection {
	width: 100%;
}

#accountTabs .ui-tabs-tab {
	background-color: #e2e2e2;
}

.content p {
    margin: 0;
}

.content ul, .content ol {
	margin-left: 10px;
}

.navRemoveLink .fa-times-circle {
	color: #e20000;
	vertical-align: bottom;
}

.fa, .fas, .far {
	font-family: "Font Awesome 5 Pro" !important;
}

.detailItems {
	clear: both;
}

.detailItemTable {
	border: none;
	margin: 0;
	padding: 0;
}

.detailItems .sorttable_sortAnyInd {
	display: none;
}

.navCrumbText {
	-webkit-flex: none;
    flex: none;
}

.thumb .results_every_four {
	display: flex;
	justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
}

.thumb .results_cell {
	width: auto;
}

.thumb .cell_wrapper {
	flex-basis: 25%;
}

.thumb .results_bio {
	width: auto;
}

.stupid_ie_div, .thumb .thumbnail, .thumb .results_img_div {
	width: 100% !important;
	max-width: 173px;
}

#results_wrapper {
	width: calc(100% - 10px);
	padding: 0 0 10px 0;
}

#myListsContainer {
	display:flex;
}

#footer {
	position: relative;
}

.footer_container {
	background: none;
}

.checkoutsLine .itemId .label, .checkoutsLine .callNumber .label {
	display: none;
}

.formatType > .formatText {
    display: none;
}

.matiSUMMARY_TALIS p {
	margin-bottom: 1em !important;
}

#breadCrumbsContainer .nm-bgcolor-p5 a img {
    margin-right: 10px;
}

#breadCrumbsContainer .nm-bgcolor-p5 a {
    color: white !important;
}

/*
#facetFormPUBDATE .checkbox {
	display: none;
}
*/

.SchoolHeader {
	display: flex;
	color: black;
}

.SchoolHeader h1:hover {
	text-decoration: underline;
}

.SchoolHeader > * {
	display: block;
	align-self: center;
}

.SchoolHeader img {
	position: relative !important;
	padding-right: 20px;
}

.fa-home:before {
    content: "\f01e" !important;
}

#accountMain .ui-tabs .ui-tabs-nav li {
    z-index: initial !important;
}