#main-search-box #main-search-field { text-align: right; }
#main-search-box #main-search-buttons { text-align: left; }

.print-only,
.btn-group.si-btn-modify-search { display: none; }
/*.negative-filter { text-decoration: line-through; }*/

.hidden{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

.ir { text-indent: 100%; white-space: nowrap; overflow: hidden; }

body {
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #EEE;
}

body.inline {
	padding: 10px;
	background-color: #FFF;
}

body.inline2 {
	background-color: #000;
	padding: 0;
}

.highlight { background-color: #ffdc71; } /*ffc40d*/

.navbar .brand { padding: 8px 20px 0 12px; }

.sidebar-nav { padding: 9px 0; }

.hero-unit {
	background: #017dae url('../img/hero-background.gif') repeat-x bottom right;
	text-align: center;
}

.hero-alt {
	font-size: 14px;
	line-height: 17px;
}

.hero-unit a {
	color: #FFF;
	text-decoration: underline;
}

.hero-unit label { color: #FFF; }

/* 2015.09.17 added hero-unit p for front page blue box text   */
.hero-unit p {
	font-size: 16px;
}

#main-search-help { margin-top: 5px; }

.popover a { color: #017DAE; }
.popover .close { color: #000; }

.toc { position: fixed; }

.active-accordion { background-color: #EFEFEF; }
.accordion-heading .accordion-toggle { padding: 8px; }

.accordion-body .accordion-heading { font-size: 12px; }
.accordion-body .accordion-heading a { color: #333; } /* Was the invalid rule */

.accordion-body .accordion {
	margin: 0 5px;
	background-color: #EFEFEF;
}

.active-group .active-group { border-color: #C9C9C9; }
.active-accordion .active-accordion { background-color: #DDD; }

.headingAlt,
.heading {
	margin: 15px 0 15px 5px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #999;
	color: #333;
}

.headingAlt { color: #017dae; }

/*for WCAG*/
.filter-heading{
		margin: 15px 0 15px 5px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #999;
}

.breadcrumb a {
	color: #DE282D;
	font-weight: bold;
}

.breadcrumb a i { display: none; }
.breadcrumb a:hover i { display: inline-block; }

.thumbnails .thumbnail .image {
	display: block;
	text-align: center;
	border: 1px solid #ECECEC;
	padding: 4px;
	margin-bottom: 5px;
}


.thumbnailNoModal {
        display: block;
        text-align: center;
        border: 1px solid #ECECEC;
        padding: 4px;
        margin-bottom: 5px;
}

.thumbnails .thumbnail img { max-width: 100%; }

.thumbnails .thumbnail .caption {
	display: block;
	padding: 0 5px;
	margin-bottom: 5px;
}

.pagination .active a {
	background: #FFF url("../img/active-page.gif") no-repeat 50% 100%;
	color: #555;
}

.pagination .disabled a,
.pagination .disabled a:hover {
	background-color: #EEE;
	cursor: default;
}

.separation {
	margin-top: 10px;
	border-top: 1px solid #999;
	padding-top: 10px;
}

.tab-content .headingAlt,
.tab-content .heading { margin-top: 0; }

.csc {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
}

.navbar-search {
	margin-top: 3px;
}

.modal-launcher {
	border-top: 1px solid #EFEFEF;
	padding-top: 10px;
	margin: 10px;
	clear: both;
	text-align: right;
}

.checkset { margin: 5px 0; }

.divider-text {
	text-align: center;
	background-color:#DDD;
	padding: 4px;
}

.back-to-top {
	margin: 5px 0 10px 0;
	border-top: 1px solid #999;
	padding-top: 5px;
	font-size: 9px;
	text-align: right;
}

.tag-cloud {
	margin: 20px 0;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
}

.tag-cloud a {
	padding: 0 .5em;
	text-decoration: none;
	color: #999;
}

.tag-cloud a:hover { color: #015f90; }

.tag-cloud .pop1 { font-size: 9px; color: #555; }
.tag-cloud .pop2 { font-size: 11px; color: #555; }
.tag-cloud .pop3 { font-size: 13px; color: #555; }
.tag-cloud .pop4 { font-size: 15px; color: #555; }
.tag-cloud .pop5 { font-size: 17px; color: #555; }
.tag-cloud .pop6 { font-size: 18px; color: #555; }
.tag-cloud .pop7 { font-size: 20px; color: #555; }
.tag-cloud .pop8 { font-size: 22px; color: #555; }
.tag-cloud .pop9 { font-size: 24px; color: #555; }

.topic-list .topic {
	display: block;
	float: left;
	width: 46%;
	margin: 5px;
}

.more {
	padding: 5px 0;
	text-align: center;
}

.summary { margin: 0 0 15px 0; }

#page {
	padding-bottom: 60px;
	/*background: transparent url('../img/csc-footer-background.png') no-repeat bottom right;*/
}

footer a { color: #664fa1; }

.example { color: #015f90; }

/*** Results ******************************************************************/
	.listing .record {
		position: relative;
		padding: 10px 125px 0 170px;
		border-top: 1px solid #aaa;
		min-height: 160px;
	}

	.listing.tag-record .record { border-top: 0; }
	/* Dummy content to add bytes*/

	.listing .active-record { min-height: 380px; }

	.listing .record .title {
		margin-bottom: 5px;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
	}

	.listing .record .record-thumbnail {
		position: absolute;
		top: 10px;
		left: 0;
	}

	.listing .meta { /*min-height: 200px;*/ }

	.listing .record .tools {
		position: absolute;
		top: 140px;
		left: 0;
		width: 120px;
	}

	.listing.tag-record .record .tools { top: 0; }

	dl.details dd { margin-left: 0; }
	dl.details dt,
	.listing .heading {
		font-size: 10px;
		line-height: 12px;
		text-transform: uppercase;
	}

	.listing dl.details { margin: 0 0 5px 0; }

	.listing dl.details { clear: both; }

	.listing dl.details dt {
		float: left;
		width: 120px;
		overflow: hidden;
	}

	.listing dl.details dt,
	.listing .heading {
		margin: 0;
		padding: 3px 0 0 0;
		border-bottom: 0;
	}

	.listing .heading	{ margin-bottom: 5px; }

	.listing dl.details dd {
		margin: 0;
		padding: 3px 0 0 130px;
	}

	.listing dl.details dd a { text-decoration: underline; }

	.listing .record .buttons {
		position: absolute;
		top: 10px;
		right: 5px;
	}

	.listing .record .buttons .btn {
		display: block;
		margin-bottom: 10px;
	}

	.listing .record .tab-pane { /*border-top: 1px solid rgb(221,221,221);*/ }

	.listing .record h4 { margin: 5px 0; }

	.gridded .record { border-top: 1px solid #CCC; }

	.gridded .record .nav-pills li a { font-size: 11px; }

	.gridded .record .title {
		margin: 10px 10px 5px 10px;
		font-size: 13px;
		line-height: 15px;
		font-weight: bold;
	}

	.gridded .record .media { display: none; }

	.gridded .record .record-thumbnail { margin: 5px 10px; }

	.noimage { text-align: center; }

/*** Facets ******************************************************************/
	ul.facets {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	ul.facets li .facet-opt {
		display: block;
		position: relative;
		margin: 2px 0;
		padding: 5px 40px 5px 40px;

	}

	ul.facets-simple li .facet-opt { padding-left: 5px; }

	ul.facets li .facet-opt .icon-plus-sign,
	ul.facets li .facet-opt .icon-minus-sign {
		position: absolute;
		top: 5px;
		left: 4px;
	}

	ul.facets li .facet-opt .icon-minus-sign { left: 22px; }

	ul.facets li .facet-opt .count {
		position: absolute;
		right: 5px;
		top: 0;
		color: #222;
		font-size: .9em;
		font-weight: normal;
	}

	ul.facets li .facet-opt:hover { background-color: #DDD; }

	.facet {
		border: 1px solid #999;
		padding: 5px;
		margin: 5px 0;
	}

	.si-tab-wrapper {
		padding: 5px;
	}

	.facets .accordion-heading {
		font-weight: bold;
		font-size: 13px;
	}


/*** Slideshow & Tagging *****************************************************/
	#slideshow-container,
	#tagging-container {
		position: relative;
		width: 100%;
		height: 100%;
	}

	#slideshow-container #image-frame {
		position: absolute;
		top: 0;
		left: 30%;
		border: 0;
		width: 70%;
	}

	#image-frame {
		height: 100%;
	}

	#nav-frame {
		width: 30%;
		height: 100%;
		overflow: auto;
	}

	#nav-frame .well { margin: 0 10px; }

/*** Exhibit Map *************************************************************/
	#map_canvas {
		background-color: #FFF;
		height: 500px;
		width: 100%;
		margin-bottom: 15px;
	}

	/* Bootstrap fixes */
	#map_canvas label { width: auto; display:inline; }
	#map_canvas img { max-width: none; }
	/* End fixes */

	.hide {
		display:none;
	}

	.query {
		font-weight: bolder;
	}

	.map-listings {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.map-listings .map-listing {
		position: relative;
		margin: 0 0 5px 0;
		padding: 0 0 5px 26px;
		border-bottom: 1px solid #999;
		min-height: 40px;
	}

	.map-listings .map-listing .map-icon {
		position: absolute;
		top: 3px;
		left: 0;
	}

	.map-listings .museum_name {
		font-size: 13px;
		line-height: 15px;
		font-weight: bold;
	}

	.map-listings .search-link {
		text-align: right;
	}

	ul#sidebar p {
	}

	.res {
	}

	.marker_sub_menu {
		margin-right: 25px;
	}

	#noresults {
		font-weight: bold;
	}

	.m_links{
		padding-left:85px;
		height: 55px;
	}

	div.search-box p {
		font-family: "arial unicode ms", arial, helvetica, sans-serif;
		margin: 5px;
	}


/*** jQuery UI ***************************************************************/
	.ui-slider {
		position: relative;
		text-align: left;
		margin: 0;
		background-color: #efefef;
	}

	.ui-slider .ui-slider-handle {
		position: absolute;
		z-index: 2;
		width: 8px;
		height: 16px;
		cursor: default;
		background: transparent url("../img/slider.gif") no-repeat 50% 0;
	}

	.ui-slider .ui-slider-range {
		position: absolute;
		z-index: 1;
		font-size: .7em;
		display: block;
		border: 0;
		background-color: #aaa;
	}

	.ui-slider-horizontal {
		height: 10px;
	}

	.ui-slider-horizontal .ui-slider-handle {
		top: -4px;
		margin-left: -8px;
	}

	.ui-slider-horizontal .ui-slider-range {
		top: 0;
		height: 100%;
	}

	.ui-slider-horizontal .ui-slider-range-min { left: 0; }

	.ui-slider-horizontal .ui-slider-range-max { right: 0; }

	.slider-container {
		position: relative;
		margin: .5em 1em;
		padding-top: 2em;
	}

	.slider-container .label-min {
		position: absolute;
		top: 0;
		left: 0;
		color: #000;
	}

	.slider-container .label-max {
		position: absolute;
		top: 0;
		right: 0;
		color: #000;
	}

	.slider-container .periods {
		font-size: .9em;
		text-align: center;
	}

/*** JS Stuff */
.inactive-record .title-extended,
.inactive-record .media,
.inactive-record .tools,
.inactive-record .tagging,
.inactive-record .details dt,
.inactive-record .details dd { display: none; }

.inactive-record .details dd.name-first,
.inactive-record .details dd.objectType-first,
.inactive-record .details dd.physicalDescription-first,
.inactive-record .details dd.taxonomicName-first,
.inactive-record .details dd.date-first,
.inactive-record .details dd.identifier-first,
.inactive-record .details dd.dataSource-first,
.inactive-record .details dd.visitortags-first,
.inactive-record .details dt.name-first,
.inactive-record .details dt.objectType-first,
.inactive-record .details dt.physicalDescription-first,
.inactive-record .details dt.taxonomicName-first,
.inactive-record .details dt.date-first,
.inactive-record .details dt.identifier-first,
.inactive-record .details dt.dataSource-first,
.inactive-record .details dt.visitortags-first { display: block; }

.active-record .title-extended,
.active-record .media,
.active-record .tools,
.active-record .tagging,
.active-record .details dt,
.active-record .details dd { display: block; }

/*** Responsive addons */
#facets-column .tagging { height: 500px; }

@media (min-width: 769px) {
	#results-column { float: right; }
	#facets-column { margin-left: 0; }
}

@media (max-width: 768px) {
	#main-search-box #main-search-buttons,
	#main-search-box #main-search-field {
		display: block;
		float: none;
		padding: 10px 0;
		width: auto;
		text-align: center;
	}

	#main-search-box #main-search-buttons .btn-group {
		margin: 0 auto;
		width: 130px;
	}

	#main-search-help {
		float: right;
		margin-right: 30px;
	}

	.listing dl.details dt {
		float: none;
		width: auto;
		padding-left: 0;
	}

	.listing dl.details dd { padding-left: 0; }

	.container-fluid {
		padding-left: 5px;
		padding-right: 5px;
	}

	#results-column,
	#facets-column {
		margin: 0;
		float: none;
		display: block;
		width: auto;
	}

	#facets-column { margin-top: 20px; }

	#results-paging { height: auto; }

	.toc { position: relative; }

	.listing .record {
		padding: 5px 10px 5px 10px;
		min-height: 150px;
	}

	.listing .active-record { min-height: 275px; }

	.listing .record .title { margin-right: 105px; }

	.listing .record .record-thumbnail {
		position: absolute;
		top: 5px;
		right: 5px;
		left: auto;
	}

	.listing .record .buttons {
		position: absolute;
		top: 100px;
		left: auto;
		right: 0;
	}

	.listing .record .tools {
		position: absolute;
		top: 150px;
		left: auto;
		right: 0;
		width: 85px;
		font-size: 11px;
	}

	.listing dl.details dt {
		float: none;
		width: auto;
		padding-left: 0;
	}

	.listing dl.details dd {
		padding-left: 0;
	}

	.btn-group.si-btn-sort,
	.btn-group.si-btn-view,
	.btn-group.si-btn-print-results,
	.btn-group.si-btn-expand-all { display: none; }

	.btn-group.si-btn-modify-search { display: inline-block; }

	.pagination .page { display: none; }

	#page-jumper {
		float: none;
		text-align: right;
	}
}

@media (max-width: 480px) {
	.container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.hero-unit { padding: 15px 5px; }
	.hero-unit p {
		font-size: 14px;
		line-height: 18px;
	}

	#main-search-box { margin-bottom: 0; }

	#search-highlights.thumbnails [class*="span"] { width: 43%; }
	#search-highlights.thumbnails { max-width: 100%; }
	#search-highlights.thumbnails .thumbnail img { max-width: 100%; }

	#results-column .well { padding: 10px; }

	ul.facets li .facet-opt {
		padding: 5px 40px 5px 60px;
	}

	#category-accordion ul.facets li .facet-opt { padding-left: 5px; }

	ul.facets li .facet-opt .icon-plus-sign,
	ul.facets li .facet-opt .icon-minus-sign {
		position: absolute;
		top: 5px;
		left: 4px;
		padding-left: 5px;
		padding-right: 5px;
	}

	ul.facets li .facet-opt .icon-minus-sign { left: 32px; }

	.listing .record {
		padding: 5px 105px 5px 0;
		min-height: 100px;
	}

	.listing .active-record { min-height: 230px; }

	.listing .record .title {
		margin: 0 0 5px 0;
		font-size: 13px;
		line-height: 15px;
	}

	.listing .record .record-thumbnail img { max-height: 90px; max-width: 90px; }

	.listing .record .buttons { display: none; }

	.listing .record .tools { top: 100px; }

	.listing .record dl.details { margin: 0; }

	.listing .record dl.details dt { margin: 5px 0 0 0; }

	.inactive-record .details dd.physicalDescription-first,
	.inactive-record .details dd.taxonomicName-first,
	.inactive-record .details dd.date-first,
	.inactive-record .details dd.identifier-first,
	.inactive-record .details dd.dataSource-first,
	.inactive-record .details dd.visitortags-first,
	.inactive-record .details dt.name-first,
	.inactive-record .details dt.objectType-first,
	.inactive-record .details dt.physicalDescription-first,
	.inactive-record .details dt.taxonomicName-first,
	.inactive-record .details dt.date-first,
	.inactive-record .details dt.identifier-first,
	.inactive-record .details dt.dataSource-first,
	.inactive-record .details dt.visitortags-first { display: none; }

	.inactive-record .details dd.name-first,
	.inactive-record .details dd.objectType-first { display: block; }

	/** tag tabs **/
	#tag-tabs { border-bottom: 0 none; }
	#tag-tabs > li { float: none; }
	#tag-tabs > li > a { margin-right: 0; }
	#tag-tabs > li > a {
		border: 1px solid #DDDDDD;
		border-radius: 0 0 0 0;
	}
	#tag-tabs > li:first-child > a { border-radius: 4px 4px 0 0; }
	#tag-tabs > li:last-child > a { border-radius: 0 0 4px 4px; }
}

