
/*--------- NEW ----------*/

#body {
	width: 100%;
}

/* highlights buttons spacing */
.highlights-buttons a.btn.btn-primary {
	margin-top: 0;
}


/* force height for image headers or "billboards"
needs mobile style too */
#billboard-container {
	/* give billboards height */
	height: 461px;
	/* clip loading images. */
	overflow: hidden;
	margin-bottom: 20px;
}

#artistNameShow {
	margin-bottom: 20px;
	font-weight: normal;
}

#related-links ul {
	padding-top: 0;
	margin-top:2px;
	border-top: 2px solid black;
}

/* department "subtitle" test slightly larger + bolder */
h2.department-subtitle {
	font-weight: 400;
	font-size: 1.5rem;
	width: 80%;
	padding: 0;
}

hr.semi-thick.less-margin {
	margin-top: 15px;
	margin-bottom: 15px;
}

hr.semi-thick.less-margin-top {
	margin-top: 15px;
}

hr.semi-thick.less-margin-bottom {
	margin-bottom: 15px;
}

.masonry-light {
	margin-top: 3%;
}

.hidden-on-load {
	display: none;
}


#main {
	/* min-height: 700px; */
}

.no-results {
	text-align: center;
	padding: 2.6rem 0 0 0;
	font-size: 1.3rem;
	font-weight: bold;
}


/*------- LOADER -------*/
.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0,0,0, 0.2);
  border-right: 1.1em solid rgba(0,0,0, 0.2);
  border-bottom: 1.1em solid rgba(0,0,0, 0.2);
  border-left: 1.1em solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*------- FORMS ---------*/


#search-collection-container {
	border: 5px solid black;
	padding: 2% 5%;
	margin-bottom: 3%;
}

#search-collection form {

}

span.checkmark-container {
	display: inline-block;
	padding-right: 20px;
	cursor: pointer;
}

span.checkmark-container label {
	vertical-align: middle;
	cursor: pointer;
}
span.checkmark-container span.checkmark {

    margin-top: -2px;
}

#search-collection-container span {
	display: inline-block;
}

/* clearfix */
#search-collection:after {
	content: "";
	display: table;
	clear: both;
}
#search-collection input.search-field {
    -webkit-appearance: none;
	-moz-appearance: none;
    width: 73.5%;
    font-size: 1em;
    margin: 0 0 .75em 0;
	padding: .5em;
    outline: none;
    border-style: none;
    border-bottom: 5px solid #000;
	font-family: "Post Grotesk", "Open Sans", Verdana, "sans-serif";
	font-weight: 400;
	background: #eee;
    /*float: left;*/
}

#search-collection input:focus {
	background: #fff;
}


#search-collection input.search-submit.btn.btn-primary {
	min-width: initial;
	width: 20%;
	height: 55px;
	margin-left: 2%;
    font-size: 1.4rem;
    font-weight: 400;
    display: inline-block;
    margin-top:0;
    margin-bottom: 0;
    /*float: left;*/
}
/*-------- FLICKITY --------*/

#videos-remote .landscape-cell img,
#videos-local .landscape-cell img {
  height: 224px;
  width: 398px;
}

.blog-flickity {
	min-height: 291px;
}

/* had to to this since '.carousel-cell a'
   was set to 'display: block;'
   limit scope to '#exhibition-highlights'
   to not affect other.
*/
#exhibition-highlights .carousel-cell a,
#artworks .carousel-cell a,
#new-acquisitions .carousel-cell a,
#highlights .carousel-cell a {
  display: initial!important;
}

/*-------------- General --------------*/



#main .inner-column img {
	max-width: 100%;
}

#collection-menu .nav {
	width: initial;
}


#search-collection-container .browse-by-artist {

}


#search-collection-container .browse-by-artist .artist-menu li a {
	padding-right: 6px;
	font-size: 1.2em;
}

/*
.browse-by-artist .artist-menu li a {
	padding-right: 7px;
	font-size: 1.4em;
}
*/

.browse-by-artist {
	padding: 20px 0 20px 0;
	position: relative;
}

.browse-by-artist h2 {
	margin-bottom: 10px;
}


.browse-by-artist a {
	text-decoration: none;
}

.browse-by-artist .artist-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

.browse-by-artist .artist-menu li {
	padding: 0;
	margin: 0;
	display: inline;
}




.browse-by-artist .artist-menu li a {
	padding-right: 6px;
	font-size: 1.4em;
}

#artist-list-mam ul {
	 columns: 3;
	  -webkit-columns: 3;
	  -moz-columns: 3;
}

#artist-list-mam li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 5px;
	font-size: 1em;
}

#artist-list-mam li a {
    text-decoration: none;
}

.browse-by-category .category-menu li,
.browse-by-collection .collection-menu li {
	padding: 0 0 10px 0 !important;
	margin: 0 !important;
	line-height: 1.25;
}

.browse-by-category .category-menu li,
.browse-by-collection .collection-menu li {
	display: inline;
}

.browse-by-category .category-menu li a,
.browse-by-collection .collection-menu li a {
	margin-right: 10px;
}

.browse-by-artist h3, .browse-by-category h3,
.browse-by-collection h3 {
	padding-bottom: 10px;
}

#search-collection {
	padding: 30px 0;
}

#search-collection .mouse-type {
	padding: 0;
	color: #000;
}

#search-collection .search-field {
	width: 500px;
	font-family: "Post Grotesk", "Open Sans", Verdana, "sans-serif";
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

#search-collection .search-submit {
	outline: 0;
	font-family: "Post Grotesk", "Open Sans", Verdana, "sans-serif";
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

#search-collection input:focus,
#search-collection input:active,
#search-collection input:hover,
#search-collection input {
	outline: none;
}

.collection-intro-menu {
	padding: 20px 0;
}

.collection-intro-menu a {
	display: block;
}

#artist-list {
	position: relative;
	border-width: 2px !important;
	border: solid #000;

}

.artist-top-wrapper {
	position: sticky;
    top: 0;
    background: #fff;
}

.artist-top-wrapper .span-p2 {
	text-align: right;
}

#close img {
	width: 25px;
	height: 25px;
}

#artist-list {
    width: 350px;
    height: 350px;
    overflow-y: scroll !important;
    margin-top: -30px;
	margin-left: -1px;
	z-index: 99999;
	position: absolute;
	background: #fff;
}

#artist-list h4 {
	padding: 5px 5px 10px;
}

.query-letter {
	text-transform: uppercase;
}

#artist-list li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#artist-list li a {
	display: block;
	padding: 5px;
	text-decoration: none;
}

#artist-list li a:hover {
	background: #000 !important;
	color: #fff !important;
	text-decoration: none;
}

#artist-list ul {
	margin-left: 0;
}

.collection-category img {
	width: 100%;
	height: auto;
	border: none;
	outline: none;
}


/*-------------- Search ---------------*/

.results-term {
	font-style: italic;
	font-weight: 300;
}

#results-filters {
	padding: 0;
}

#results-filters span label {
	top: initial;
	font-weight: 300;
	display: inline;
}

#results-filters .checkmark {
	top: 4px;
}

span #results-filter {
	font-family: "Post Grotesk", "Open Sans", Verdana, "sans-serif";
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

/*.masonry {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat( auto-fill, minmax( 200px, 1fr ) );
	grid-auto-rows: 0;
}*/

.masonry {
	column-count: 4;
	column-gap: .5em;
}

.masonry .item {
	display: inline-block;
	margin: 0 0 .5em;
	width: 100%;
}

.masonry p {
	font-size: 14px;
}

.masonry a {
	text-decoration: none;
}

.masonry a:hover {
	text-decoration: none;
	color: #000 !important;
}

.masonry img {
	width: 100%;
	border: none;
	outline: none;
}

#collection .paging {
    font-size: 1em;
	float: none;
	margin-top: 30px;
	padding-top: 20px;
}

.paging .nav {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.paging .nav span:first-child {
	padding-left: 0;
}

.paging .nav span {
	padding: 0;
	margin: 0;
	padding-left: 5px;
}

.paging .nav span a,
.paging .nav .this-page span {
    text-decoration: none;
    padding: 5px;
	/*border: solid 2px #000;*/
}

.paging .nav .this-page span {
	/*width: 30px;*/
	border: none;
	display: inline-block;
}

.paging.page-list .nav span a {
	display: inline-block;
	/*width: 30px;*/
	margin: 3px 0;
}

.paging.page-list .nav .paging-prev a,
.paging.page-list .nav .last a {
	/*width: 100px;*/
}

.paging.details .nav span a {
	display: inline-block;
	width: 200px;
}

.paging .nav span a:hover {
	background: #000 !important;
	color: #fff !important;
}

.first span,
.this-page span {
    padding: 5px 10px;
}

.this-page span {
	border: solid 2px #000;
	background: #000;
	color: #fff;
}

.paging p {
	text-align: center;
	font-weight: 400;
}

/*.masonry-content .thumb {
    min-height: 100px;
}*/

ul.category-menu, ul.collection-menu {
	margin-left: 0;
}




/*-------------- Details --------------*/

.description h2 {
	padding-bottom: .5em;
}

.view-status {
    padding: 1em 0 0 0;
    font-weight: 400;
    font-size: 1.5rem;
	letter-spacing: -.5px;
}

.details-title {
	padding: 0 0 .75em 0;
}

div.figure {
	float: none;
	margin: 0 0 0 0;
}

span.disabled {
	display: none !important;
}

.not-available {
	margin-bottom: 2px;
	margin-right: 2px;
}
.unavail-thumb {
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

.object-image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

.container.covid-alert {
    margin-top: 40px;
}

#alert-bar {
    /* background: #9b3838; */
    background: #0053a5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
}

#alert-bar #alert-inner {
    width: 100%;
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    padding: .5em 0;
}

#alert-bar p {
    padding: .25em 0;
    text-align: center;
}

#alert-bar a, #alert-bar a:hover {
    color: #fff !important;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {

	.object-image {
		margin-top: 4em;
	}

	#body {
		width: initial;
	}

	/* highlights buttons add spacing on mobile */
	.highlights-buttons .inner-column.plast a.btn.btn-primary {
		margin-top: 30px;
	}

	#search-collection-container .browse-by-artist {
		margin-bottom:0;
		padding-bottom:0;
	}

	#billboard-container {
		height: 518px;
	}

	#related-links ul {
		padding-top: 0;
		margin-top:2px;
		border-top: 0;
	}


	/* department "subtitle" test slightly larger + bolder */
	h2.department-subtitle {

		font-size: 1.2rem;

		padding: 0;
	}

	.internal-nav {
		margin-top: 80px;
	}


	.browse-by-artist .artist-menu li a {
		width: 5.6%;
		text-align: center;
		display: inline-block;
		font-size: 1.4em;
		margin-bottom: 10px;
	}

	#videos-remote .landscape-cell img,
	#videos-local .landscape-cell img {
	  height: 450px;
	  width: 800px;
	}

	.home .highlights-container h2.subtitle {
		margin-bottom: 100px;
	}


	hr.semi-thick {
		margin: 80px 0;
	}

	#collection .inner-column,
	#notable-collections .inner-column {
		/* add more space for mobile */
		margin-bottom: 40px;
	}

	#collection .spacer,
	#notable-collections .spacer {
		/* fix uneven horizontal spacing on mobile */
		height:0;margin:0;padding:0;
	}

    /*------- FORMS ---------*/


#search-collection-container {
	border: 5px solid black;
	padding: 2% 5%;
	margin-top: 4em;
}


#results-filters {
	margin-top: 25px;
}

span.checkmark-container .checkmark {

	height: 55px;
	width: 55px;

}

span.checkmark-container {
	padding-top: 0;
	padding-left: 70px;


}


#search-collection input.search-field {
    -webkit-appearance: none;
	-moz-appearance: none;
    width: 95%;
    font-size: 1em;
    margin: 0 0.75em 0.75em 0;
	padding: .5em;
    outline: none;
    border-style: none;
    border-bottom: 5px solid #000;
	font-family: "Post Grotesk", "Open Sans", Verdana, "sans-serif";
	font-weight: 400;
	background: #eee;

}

#search-collection input:focus {
	background: #fff;
}


#search-collection input.search-submit.btn.btn-primary {
	min-width: initial;
	width: auto;
	height: auto;
	margin-left: 0;
	font-size: 0.95rem;
    font-weight: 400;
    display: block;
    margin-top:0;
    margin-bottom: 0;
}



	/*------ Masonry ------*/
	.masonry-light {
		column-count: 2;
		column-gap: 20px;
	}

	.masonry-light p {
		font-size: 32px;
	}

	.paging.page-list .nav span a {
		/*width: 50px;*/
	}

	.paging .nav span a {
		padding: 5px;
	}

	.paging.page-list .nav .last a {
		width: 150px;
	}

	.item .mouse-type {
		padding: 1em 0 2em 0;
	}

	.results-term {
		padding-bottom: 1em;
	}

	#results-filters {
		padding: 0.8em 0 0.4em 0;
		height: 60px;
		margin-bottom: 0;

	}

	span #results-filter {
		font-size: 40px;
	}

	input[type="checkbox"] {
		height: 30px;
		width: 30px;
	}

	.view-status {
		font-size: 40px;
	}

	.paging.details .nav span a {
		width: 100%;
		margin-bottom: .25em;
	}

	.paging .nav span {
		padding-left: 0;
	}

	.paging .nav span a {
		box-sizing: border-box;
	}

	#footer {
		width: 100%;
	}

}
