html body .emuseum-content .no-margin{
	margin:0;
}
#quicksearch{
	display:none;
}
body.emuseum h1{
	line-height:unset;	
    margin-bottom: 1.5rem;
}
#advancedsearch-link{
    margin-bottom: 30px;
    float: left;
    width: 100%;	
}
.emuseum-content{
	float:left;
	width:100%;
}
.emuseum-content form{
	margin-bottom:0;
	padding:0;	
}
.emuseum-detail-inner{
	/*margin-top:15px;*/
}
.detail-tools{
	padding: 2.2rem 0 0;	
}
#home-grid{
	/*padding:1.5rem 0 0;*/
	display:grid;
	grid-template-rows:1fr 1fr 1fr;
	grid-template-columns:1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;	
}
.home-grid-item{
	display:grid;
	grid-template-rows:270px 1fr;
}
.home-grid-item a{
	display: block;
    float: left;
    width: 100%;
    height: 100%;
}
.home-grid-item img{
	height: 100%;
    object-fit: cover;
    width: 100%;
}

.collection-detail-img-wrap{
	/*max-height: 270px;*/
    overflow: hidden;
    /*margin-top: 20px;	*/
}
.collection-detail-img-wrap img{
    object-fit: cover;
    width: 100%;
}
.large-button{
	color:#fff !important;	
}
.emuseum-header-tabs{
	clear:both;
}
.detailFieldValue a{
	/*text-decoration:underline;*/
	color:#e5006e;
}
#appDetailView .detailFieldLabel {
    line-height: 1.5;
}
.emuseum-button{
	    background-color: #e5006e !important;
}
.modifiedLineHeight{
    line-height: 1.5rem;
}


.collections-page .collection h3{
	/*text-transform: capitalize;*/
}

.col-lg-12 #emuseum-related-components .related-component ul{
	max-height:none;
}
.small-outlined-button{
	text-transform:none;
}
@media only screen and (max-width: 960px){
	ul.top-level-nav{
		background:#fff;
	}	
}


#letters{
    margin: 15px 0;
    padding:0;
    background:#f2f2f2;    
    display:block;
    clear:both;
}
@media (max-width: 768px){
    #letters{
        display:none;
    }
}
#letters a{ 
    display:inline-block; 
    width:3.4%; 
    text-align:center; 
    padding:10px 0;
    text-decoration:none;    
    border-right:1px solid #eee;
    color:#000;
}
#letters a:last-child{
    border-right:none;
} 
#letters a:hover{
    background:#eee;
    color:#1a1a1a;
} 
.collections-page p a{
	color:#e5006e;
}

#sidebarToggle{
	display:none;
    padding: 10px 0;
    cursor: pointer;	
	width:100%;
	text-align:center;
	background:#f0f0f0;
	border:1px solid #888;
}
@media only screen and (max-width: 959px){
	.sidebar{width:100%;}
	#sidebarToggle{
		display:block;
	}
}
@media only screen and (max-width: 959px) and (min-width: 600px){
	#main-content-column{
	width:100%;
    margin: 0;
    padding: 0 15px;	
	}	
}

#emuseum-related-components .related-component .related-inner ul li{
	margin-right:0;
	margin-bottom:10px;
}
.related-records-link{
	margin:0 15px;
}

@media (min-width: 768px){
	#content-header .emuseum-header-tabs li a span {
		color: #000;
	}
}
.maxPages {
  float:left;
  padding-left: 10px;
  padding-top: 4px;
}
.maxPages{font-size:14px}
.emuseum-defaultmedia .defaultmedia-text{color:#000;}
#context-panel .h3 {
    margin: 0;
    padding: 25px 15px;
    font: inherit;
    vertical-align: baseline;	
	font-size: 1.375rem;
	font-family: Swiss721BT-Bold;
}
.home-grid-item{
	position:relative;
}
.homeBlockLink{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;	
}