/*
 * Bootstrap Overrides
 * Update to latest Bootstrap (4)
 * for better accessibility
 */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

a { color: #01719D; }

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

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

.my-1{ margin: .25rem 0 .25rem 0; }
.mx-1{ margin: 0 .25rem 0 .25rem; }
.mr-1{ margin-right: .25rem;}
.ml-1{ margin-left: .25rem;}
.mr-2{ margin-right: .5rem!important; }
.ml-2{ margin-left: .5rem!important; }
.mr-3{ margin-right: 1rem!important; }
.ml-3{ margin-left: 1rem!important; }

.border-right { border-right: 1px solid #dee2e6!important; }
.border-left { border-left: 1px solid #dee2e6!important; }

.h2 { font-size: 2.4rem; }
.h3 { font-size: 1.8rem; }

.font-normal {font-weight: normal;}

/*
 * END Boostrap overrides
 */

/* font sizing for accessiblity */
html { font-size: 62.5%; }

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

.text-center{text-align: center!important;}

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

.inner{
	display: block;
	padding: 10px;
	clear:both;
}

.flex {
	display: flex;
	display: -ms-flexbox; /*IE 10*/
}

.flex .flex-wrap{
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.flex-25{ flex-basis: 25%; }
.flex-33{ flex-basis: 33%; }
.flex-50{ flex-basis: 50%; }
.flex-66{ flex-basis: 66%; }
.flex-75{ flex-basis: 75%; }

.flex img{
	max-width: 100%;
	height: auto;
}

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

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

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

.acrobat-link {display: none;}

.highlight { background-color: #ffe9a4; }

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

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

.si-btn-view .btn .caret{margin-left: 4px;}

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

.hero-alt {
	/*font-size: 1.4rem;*/
	font-size: 1.4rem;
	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 {
	padding: 0 2rem;
	font-size: 1.6rem;
	/*font-size: 16px;*/
}

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

.popover a { color: #01719D; }
.popover .close { color: #000; opacity: .8; text-decoration:none; }

.toc { position: fixed; }

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

.accordion-body .accordion-heading { font-size: 1.2rem; }
.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: #01719D; }

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

.si-other-resources{
	padding: 0;
	list-style: none;
	margin: 1.5em 0;
}

.si-other-resources li{
	display: inline;
	font-size: 1.8rem;
	margin-right: 2em;
}

.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;
        padding: 4px;
        margin-bottom: 5px;
}

.media .thumbnailNoModal{
	height: 120px;
	margin-bottom: 0;
}

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

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

.thumbnail,
.usage-icon img.cc-zero-icon,
.usage-icon img.cc-icon {
	border:none;
	box-shadow: none;
}

.usage-icon {
    text-align: left;
    padding: 0 4px;
}
.usage-icon img.cc-zero-icon,
.usage-icon img.cc-icon {
	max-width: 16px;
    height: auto;
}

/* Slideshow thumbnails with multiple images*/
.stacked{
	position: relative;
}

.slideshow-link{
	position: absolute;
	bottom: 7px;
	z-index: 2;
	right: 5px;
	background: rgba(0,0,0,.6);
	border-radius: 10px;
	color: #fff;
	padding: 3px 6px;
}

.icon-slides {
	background: transparent url('../img/icon-slideshow.png') center no-repeat;
	width: 18px;
	height: 18px;
	background-size: 16px;
}

.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: #eee;
	padding: 4px;
	color: #333;
	font-size: 1.4rem;
	font-weight: bold;
}

.back-to-top {
	margin: 5px 0 10px 0;
	border-top: 1px solid #999;
	padding-top: 5px;
	font-size: .9rem;
	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: .9rem; color: #555; }
.tag-cloud .pop2 { font-size: 1.1rem; color: #555; }
.tag-cloud .pop3 { font-size: 1.3rem; color: #555; }
.tag-cloud .pop4 { font-size: 1.5rem; color: #555; }
.tag-cloud .pop5 { font-size: 1.7rem; color: #555; }
.tag-cloud .pop6 { font-size: 1.8rem; color: #555; }
.tag-cloud .pop7 { font-size: 2rem; color: #555; }
.tag-cloud .pop8 { font-size: 2.2rem; color: #555; }
.tag-cloud .pop9 { font-size: 2.4rem; 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: 1em 125px 1em 0;
		border-top: 1px solid #aaa;
	}

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

	.listing .record .title [class^="icon-"] {
		vertical-align: baseline;
	}

	.listing .record .title {
		font-size: 1.8rem;
		line-height: normal;
		margin-bottom: .5em;
	}

	/*	.listing .record .record-thumbnail {
		display: inline-block;
	}*/

	.listing .record .record-thumbnail.ir {
		padding: 0;
		display: block;
	}

	.listing .record .record-thumbnail > img {
		margin: 0;
	}

	.listing .record .tools {
		margin-top: 1em;
	}

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

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

	/* single-record My List button */
	.single-record.listing .record .buttons{
		position: relative;
		top: 0;
		right: 0;
		float: right;
	}

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

	dl.details dd { margin-left: 0; }
	dl.details dt,
	.listing .heading {
		font-size: 1rem;
		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 dl.details dd a.search-more {
		text-decoration: none;
	}

	.search-more span{
		display:inline-block;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s, opacity 0.1s linear;
	}

	.search-more:hover{
		color: #01719D;
	}

	.search-more:hover span{
    	opacity: 1;
    	visibility: visible;
    }

    /* Grid results */
	.grid-well{
		background: #f4f4f4;
		border: none;
		box-shadow: none;
	}

	.gridded .record {
		/*border-top: 1px solid #CCC;*/
		margin-bottom: 30px;
	}

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

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

	 /* Masonry results */

	.masonry.results{
		column-count: 4;
		column-gap: 15px;
		column-width: 200px;
	}

	.masonry .record {
		width: 100%;
		float: none;
		display: inline-block;
		background: #fff;
		margin-left: 0 !important;
		margin-bottom: 15px;
		padding: 1em 0 1em;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10)
	}

	.masonry .record .title {
		margin: 10px 10px 5px 10px;
		font-size: 1.4rem;
		line-height: 18px;
		font-weight: bold;
		height: auto !important;
	}

	.masonry .record .record-thumbnail {
		margin: 5px 10px;
		height: auto !important;
	}

	.icon-masonry {background: transparent url('../img/icon-masonry.png') 0 center no-repeat;}

	.gridded .tools,
	.masonry .tools { display:none; }

	.gridded .record .nav-pills li a,
	.masonry .record .nav-pills li a { font-size: 1.1rem; }

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

	.noimage { text-align: center; }


	.nav-pills > li > a {
    	padding-right: 9px;
    	padding-left: 9px;
    }

    /*for modal, shouldn't include .thumbnailnomodal links*/
    .additional-media-thumbs .thumbnail{
    	cursor: zoom-in;
    }

/*** Single Record ******************************************************************/

	.icon-vertical-view { height: 12px; width: 12px; background: url('../img/page-tools-buttons.png') top right no-repeat; }

	.icon-horizontal-view { height: 12px; width: 12px; background: url('../img/page-tools-buttons.png') 0 0 no-repeat; }

    .nav.flex-nav{
    	display: flex;
    	display: -ms-flexbox; /*IE 10*/
    	flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
	    padding-left: 0;
	    margin-bottom: 0;
	    list-style: none;
    }

    #data-column .heading{
    	margin-left: 0;
    	margin-right: 0;
    }

    #data-column .listing .record {
		padding: 0;
	}


	/*.single-record .row-fluid > .span8 {float:right;}
	.single-record .row-fluid > .span4 {margin:0;}

	 //Horizontal view
	.single-record .row-fluid.horizontal > [class*="span"]{
		float: none;
		width: 100%;
	}*/

	.single-record .row-fluid{
		display: flex;
    	display: -ms-flexbox;
	}

	.single-record .row-fluid.horizontal{
		flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
	}

	.single-record .row-fluid.horizontal{
		width: 70%;
		margin: 0 auto;
	}

	/*
	// include if split.js not in use

	.single-record #media-column{
		flex-basis: 66%;
		-ms-flex-basis: 66%;
	}

	.single-record #data-column{
		flex-basis: 33%;
		-ms-flex-basis: 33%;
		margin-right: 30px;
	}
	*/

	.single-record .row-fluid.horizontal > .flex-col{
		width: 100% !important;
	}

	.single-record .flex-col{
		overflow-y: auto;
	    overflow-x: hidden;
	    box-sizing: border-box;
	    flex-grow: 1; /* single columns 100% wide */
	    -ms-flex-grow: 1; /* single columns 100% wide */
	}

	#media-column .well{
		background: #000;
		padding: 10px;
	}

	#mediacenter{
		position: relative;
	}


	#mediacenter-controls {
		display: none;
	}

	#media-column .thumbnails { margin: 15px 0 0; }

	#media-column .thumbnails li {margin: 0;
		float:none;
		width: 140px;
	}

	#media-column .thumbnail { background: none; }

	#media-column .thumbnails-pager .btn { float:none; }

	#media-column .thumbnails-pager .disabled { opacity: .65; }

	.gutter {
	    background-color: #eee;
	    background-repeat: no-repeat;
	    background-position: 50% 150px;
	    width: 30px !important;
    }

	.gutter.gutter-horizontal {
	    background-image: url('../img/gripper.png');
	    cursor: ew-resize;
	}

	.single-record .row-fluid.horizontal .gutter{
		display:none; /*js?*/
	}

	#title-header .btn-toolbar{
		margin: 0;
	}

	#title-header .well{
		position: relative;
	}

	.media-list > li > a{
	    padding: .25em .75em 0em .1em;
	    font-weight: bold;
	    display: inline-block;
	    font-size: 1.4rem;
	}

	.media-list [class^="icon-"] {
		background-image: url('../img/glyphicons-halflings-24x24.png');
		width: 24px;
		height: 24px;
		vertical-align: middle;
	}

	.media-list .icon-file { background-position: -40px -40px; }
	.media-list .icon-book { background-position: -80px -80px; }
	.media-list .icon-search { background-position: -80px 0px; }
	.media-list .icon-map-marker { background-position: -40px -120px; }

	.icon-link { background-position: -120px -280px; }

	.icon-world { background-position: -560px -240px; }

	.icon-mobile { background-position: -160px -280px; }

	.icon-blue { background-image: url('../img/glyphicons-halflings-blue.png'); }

	.btn-help-tip {
	    float: left;
	    margin-right: 5px;
	}

	.btn-help-tip:focus{
		outline: 1px dotted #ddd;
	}

	.btn-help-tip span{
		display:none;
		z-index: 99;
		padding: 2px 5px;
		cursor: text;
		opacity: .9;
		float: left;
		margin-bottom: 0;
	}

/*** 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-size: 1.1rem;
		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: 1.3rem;
	}


/*** 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: 1.3rem;
		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;*/
		font-size: .9rem;
		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.physdesc-first,
.inactive-record .details dd.taxonomicName-first,
.inactive-record .details dd.date-first,
.inactive-record .details dd.unitdate-first,
.inactive-record .details dd.identifier-first,
.inactive-record .details dd.dataSource-first,
.inactive-record .details dd.creditLine-first,
.inactive-record .details dd.visitortags-first,
.inactive-record .details dd.notes-first.notes-label-citation,
.inactive-record .details dt.name-first,
.inactive-record .details dt.objectType-first,
.inactive-record .details dt.physicalDescription-first,
.inactive-record .details dt.physdesc-first,
.inactive-record .details dt.taxonomicName-first,
.inactive-record .details dt.date-first,
.inactive-record .details dt.unitdate-first,
.inactive-record .details dt.identifier-first,
.inactive-record .details dt.dataSource-first,
.inactive-record .details dt.creditLine-first,
.inactive-record .details dt.visitortags-first,
.inactive-record .details dt.notes-first.notes-label-citation { 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: 1200px) and (max-width: 1500px) {
.listing .record .span2 {
    width: 20%;
	}

	.listing .record .span10 {
    width: 72.5%;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.listing .record .span2 {
    width: 30%;
	}

	.listing .record .span10 {
    width: 66%;
	}

}

@media (max-width: 940px) {

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

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

	.search-more span{
    	display:none;
    }

    .single-record .row-fluid.horizontal{
    	width: 100%;
    }

    .media-overlay-title{
    	font-size: 2rem;
    }
}

@media (min-width: 769px) {
	#results-column { float: right; }
	#title-header {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;
	}

	.masonry.results {
	    column-count: 3;
	    column-width: auto;
    }

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

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

	#title-header{
		float: none;
	}

	/*.single-record .row-fluid > .span8 {float:none;}*/

	.btn-toolbar .btn-group.orientation-btns{
		display:none;
	}

	#title-header .btn-help-tip{display:none;}

	.single-record .row-fluid{
		flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
	}

	.single-record .flex-col{
		width: 100% !important;
	}

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

	#results-paging { height: auto; }

	.toc { position: relative; }

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

	.listing .record .buttons {
		position: absolute;
		/*top: 100px;*/
		left: auto;
		right: 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 (min-width: 481px) and (max-width: 767px) {
	.listing .record .span2 {
    width: 25%;
    float: left;
	}

	.listing .record .span10 {
    width: 60%;
    margin-left: 2.762430939%;
    float: left;
	}
}

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

	#csc-logo {
		float: none;
	}

	#csc-logo a {
		 display: block;
		width: 60%;
		margin: 0 auto;
	}

	#csc-logo img {
		max-width: 100%;
	}

	#title-header .title{
		font-size: 1.6rem;
		line-height: 2.2rem;
	}

	#title-header .well{
		padding: 10px;
	}

	#header-toolbar{
		margin-top: 1em;
	}

	#header-toolbar .tools{
		display:none;
	}

	#header-toolbar .subnav{
		float: none;
		text-align: center;
	}

	.hero-unit { padding: 15px 5px; }
	.hero-unit p {
		font-size: 1.4rem;
		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 .active-record { min-height: 275px; }*/


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

	.listing .record .record-thumbnail.ir {
		display: none;
	}

	.listing .record .tools {
		position: absolute;
		/*top: 180px;*/
		top: 120px;
		left: auto;
		right: 0;
		width: 85px;
		font-size: 1.1rem;
	}

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

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

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

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

	/*.listing .record .tools { top: 120px; }*/

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

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

	.media-overlay{
		height: auto;
		padding-bottom: 10px;
	}

	.masonry.results {
	    column-count: 2;
	    column-width: auto;
    }

	.inactive-record .details dd.physicalDescription-first,
	.inactive-record .details dd.physdesc-first,
	.inactive-record .details dd.taxonomicName-first,
	.inactive-record .details dd.date-first,
	.inactive-record .details dd.unitdate-first,
	.inactive-record .details dd.identifier-first,
	.inactive-record .details dd.dataSource-first,
	.inactive-record .details dd.creditLine-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.physdesc-first,
	.inactive-record .details dt.taxonomicName-first,
	.inactive-record .details dt.date-first,
	.inactive-record .details dt.unitdate-first,
	.inactive-record .details dt.identifier-first,
	.inactive-record .details dt.dataSource-first,
	.inactive-record .details dt.creditLine-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; }
}

/**
 * Image Gallery on the About page
 */
.gallery .introduction p {
  font-size: 1.4rem;
	line-height: 1.4;
}

.gallery .section-image {
	margin-bottom: 4rem;
}

ul.image-gallery li {
	width: 45%;
	text-align: center;
}

ul.image-gallery li:nth-child(2n+1) {
	clear: both;
}

ul.image-gallery li .thumbnail-title {
	margin: .5em 0;
	display: block;
}

@media (min-width: 768px) {
	ul.image-gallery li {
		width: 20%;
	}

	ul.image-gallery li:nth-child(2n+1) {
		clear: none;
	}

	ul.image-gallery li:nth-child(4n+1) {
		clear: both;
	}
}

.stats {
	font-family: Menlo, Monaco, "Courier New", monospace;
	font-size: .9rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#home-tabs-1 .nav-tabs > li > a {
  padding-right: 7px;
  padding-left: 7px;
  margin-right: 1px;
}

#home-tabs-1 #tc-highlights > li {
  margin-left: 25px;
}

@media (min-width: 1200px) {
  #home-tabs-1 #tc-highlights > li.span2 {
    width: 140px;
  }
}
