a#jump-to-content {
	display: inline-block;
	position: absolute;
	top: -1000px;
	padding: 5px;
	z-index: 10000;
	height: 60px;
	box-sizing: border-box;
	line-height: 50px;
	width: 10em;
	text-align: center;
}

a#jump-to-content:focus {
	top: 0px;
}

figcaption.photography-info {
	color: #FFF;
	z-index: 11;
	position: absolute;
	font-size: 0.85em;
	bottom: 1em;
	right: 2em;
}

.info .opening-date-times {margin-bottom:1.5em;}
.info .opening-date-times dl {margin:0;}
.info .opening-date-times p {margin: 0;}
.info .opening-date-times p.opening-desc {font-size: 0.9em; margin: 0.25em 0 0;}

.file-download {margin-bottom:1.5em;}
.file-download h3,
.file-download p {margin: 0;}

a.info {text-decoration: none; display:block;}
a.info:hover {background-color: #71773D; color: white;}
a.info h2 {font-size: 1.325em;}

a:focus {
	background-color: yellow !important;
	color: black !important;
	outline: none;
}
.box>a:focus {
	background-color: yellow !important;
	color: black !important;
	display: block;
	outline: none;
}
.top a.logo:focus {
	background-color: transparent !important;
	border-bottom: 3px solid yellow;
	padding-bottom: 5px;
/*	-webkit-box-shadow: 0px 0px 50px 20px #000;
	-moz-box-shadow: 0px 0px 50px 20px #000;
	-ms-box-shadow: 0px 0px 50px 20px #000;
	-o-box-shadow: 0px 0px 50px 20px #000;
	box-shadow: 0px 0px 50px 20px #000;
*/
}

.search-content ul li a {
	word-break: break-all;
}

@media (min-width: 1020px) {
	.greyscale .box-grid {
		display: block;
	}
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mfp-wrap.mfp-gallery button.mfp-close {background-image: none !important;}