/*These styles 4/29 can be removed when moved to custom.scss on prod*/
#emuseum-menu{
	gap: 34px;
	margin-top: 20px;
}
.emuseum-title-wrap h1{
	margin: 50px 0;
}
.emuseum-title-wrap h1{
	margin: 50px 0;
}
.start-page .content-header p{
	margin-bottom: 42px;
    max-width: 600px;
}
.start-page .emuseum-img-grid .grid-item img {
    margin: 0 auto;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}
.start-page .emuseum-img-grid .grid-item .emuseum-img-wrap {
    padding-top: 100%;
    position: relative;
}
.start-page .emuseum-img-grid .grid-item {
    text-align: center;
}
.start-page .emuseum-img-grid .grid-item {
    text-align: center;
}
.advancedsearch-page .emuseum-header-tabs li{
	pointer-events: none;
}
.emuseum-header-tabs li.active{
	border-bottom: none;
}
/* END custom 4/29*/