
@-webkit-keyframes zoom_in {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	0.1% {
		-ms-transform: scale(1.025);
		-webkit-transform: scale(1.025);
		transform: scale(1.025);
		-ms-transform-origin: 75% 65%;
		-webkit-transform-origin: 75% 65%;
		transform-origin: 75% 65%;
	}
	
	99.9% {
		-ms-transform: scale(1.025);
		-webkit-transform: scale(1.025);
		transform: scale(1.025);
		-ms-transform-origin: 75% 65%;
		-webkit-transform-origin: 75% 65%;
		transform-origin: 75% 65%;
	}
	
	100% {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes zoom_in {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	0.1% {
		-ms-transform: scale(1.025);
		-webkit-transform: scale(1.025);
		transform: scale(1.025);
		-ms-transform-origin: 75% 65%;
		-webkit-transform-origin: 75% 65%;
		transform-origin: 75% 65%;
	}
	
	99.9% {
		-ms-transform: scale(1.025);
		-webkit-transform: scale(1.025);
		transform: scale(1.025);
		-ms-transform-origin: 75% 65%;
		-webkit-transform-origin: 75% 65%;
		transform-origin: 75% 65%;
	}
	
	100% {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

section#article-lead .page-header .meta {
	margin-top: 20px;
	font-size: 2.3rem;
	line-height: 3.2rem;
	opacity: .25;
}

section#article-lead .page-header .meta span, section#article-lead .page-header .meta time {
	margin: 0 5px;
}

section#article-lead .page-header .meta .author + time {
	margin-left: -2px;
}

section#article-lead .page-header .meta time img {
	position: relative;
	top: 1px;
	padding-right: 5px;
}

section#article-lead .grid .intro {
	width: 100%;
}

section#article-lead .grid .intro figure {
	width: calc(75% - 30px);
	margin: 0 auto 45px;
}

section#article-lead .grid .intro figure img {
	width: 100%;
}

section#article-lead .grid .intro .text {
	margin: 0 auto;
	width: calc(66.66% - 30px);
	font-size: 3.2rem;
	line-height: 3.8rem;
}

section#article-content {
	margin-top: 60px;
}

@media screen and (max-width: 1024px) {
	section#article-lead .grid .intro .text {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
}

@media screen and (max-width: 768px) {
	section#article-lead .grid .intro .text {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	section#article-lead .page-header .meta {
		margin-top: 10px;
	}
	
	section#article-lead .grid {
		margin-bottom: 25px;
	}
}

#background {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -2;
	opacity: .66;
	-ms-transform: translateY(20%);
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
}

@media screen and (max-width: 810px) {
	#background .svg-background {
		width: 200%;
		left: -50%;
		position: relative;
	}
}

#background .svg-background .svg-rectangle {
	fill: url("#svg-gradient");
}

#svg-gradient stop {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.bg-1 #svg-gradient .start {
	stop-color: #f7931e !important;
}

.bg-2 #svg-gradient .start {
	stop-color: #ffff67 !important;
}

.bg-3 #svg-gradient .start {
	stop-color: #00b828 !important;
}

.bg-4 #svg-gradient .start {
	stop-color: #1b82bf !important;
}

.bg-5 #svg-gradient .start {
	stop-color: #574bb7 !important;
}

.bg-6 #svg-gradient .start {
	stop-color: #f00 !important;
}

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	font-size: 62.5%;
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	--scroll-behavior: smooth;
	font-family: "scroll-behavior:smooth";
}

html.disable-smoothscroll {
	scroll-behavior: auto;
	--scroll-behavior: auto;
	font-family: "scroll-behavior:auto";
}

body {
	font: normal normal normal 2.4rem/3.2rem "nimbus-sans-condensed", Helvetica, Arial, sans-serif;
	color: #202020;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

:focus {
	outline: 0px;
}

a {
	color: #202020;
	text-decoration: none;
}

img {
	border: 0 none;
}

figure img {
	display: block;
	width: 100%;
}

input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

p a {
	text-decoration: underline;
}

div, header, section, article, hgroup, footer, aside {
	position: relative;
}

form {
	position: relative;
}

form input[type=email], form input[type=search] {
	font-family: inherit;
	font-size: inherit;
	border: 2px solid currentColor;
	background-color: transparent;
	height: 56px;
	line-height: 54px;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px 2px;
	color: #202020;
}

form button[type=submit] {
	font-family: inherit;
	position: absolute;
	border-width: 0 0 2px 0;
	border-style: solid;
	width: auto;
	right: 15px;
	top: 12px;
	background-color: transparent;
	border-color: currentColor;
	cursor: pointer;
	font-size: 2.2rem;
	line-height: 2.6rem;
	color: #202020;
}

form .select {
	border: 2px solid currentColor;
	height: 56px;
	padding: 0 15px;
	box-sizing: border-box;
	line-height: 4.8rem;
}

form .select::after {
	content: "";
	position: absolute;
	right: 13px;
	top: 19px;
	background-image: url("/img/arrow-right.svg");
	background-position: center;
	background-repeat: no-repeat;
	height: 14px;
	width: 18px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 3;
}

form .select .selected {
	position: relative;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(to right, black 0%, black 50%, transparent 100%);
	mask-image: linear-gradient(to right, black 0%, black 50%, transparent 100%);
}

form .select select {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	border: 0 none;
	cursor: pointer;
}

form .select select option[data-default] {
	color: rgba(32, 32, 32, .5);
}

#wrapper {
	position: relative;
}

.center {
	max-width: 1440px;
	padding: 0 60px;
	margin: 0 auto;
}

.box-h {
	padding: 0 5px;
	box-sizing: border-box;
}

.box-v {
	padding: 5px 0;
	box-sizing: border-box;
}

.box {
	padding: 5px;
	box-sizing: border-box;
}

.clear:after, .clear:before, .masonry:after, .masonry:before {
	content: "";
	display: table;
	clear: both;
}

.clear-fix {
	clear: both;
}

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

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

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.preload, .hide {
	display: none;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

#vh {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100vh;
}

@media screen and (max-width: 1024px) {
	.center {
		padding: 0 30px;
	}
}

@media screen and (max-width: 736px) {
	.center {
		padding: 0 15px;
	}
}

.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 33.33%;
}

.col-1-4 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6 {
	width: 16.66%;
}

.col-1-12 {
	width: 8.33%;
}

.col-2-3 {
	width: 66.66%;
}

.col-2-5 {
	width: 40%;
}

.col-3-4 {
	width: 75%;
}

.col-3-5 {
	width: 60%;
}

.col-4-5 {
	width: 80%;
}

@media screen and (max-width: 414px) {
	[class*='col-'] {
		width: 100%;
	}
}

#content {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 90px;
}

#content span.arrow {
	background-image: url("/img/arrow-right.svg");
	background-repeat: no-repeat;
	text-indent: -10300px;
	display: inline-block;
	width: 18px;
	height: 14px;
	background-position: center;
	vertical-align: middle;
	position: relative;
	top: -.1rem;
	margin-left: 4px;
	margin-right: 2px;
}

#content span.arrow.down {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 0;
	top: 0;
}

#content span.arrow.left {
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#content .text hr {
	height: 2px;
	background-color: #202020;
	border: 0 none;
	margin-bottom: 80px;
}

#content .text img {
	max-width: 100%;
}

#content .text p, #content .text ul, #content .text ol {
	margin-bottom: 3.2rem;
}

#content .text p:last-child, #content .text ul:last-child, #content .text ol:last-child {
	margin-bottom: 0;
}

#content .text p img, #content .text ul img, #content .text ol img {
	max-width: 100%;
}

#content .text ul, #content .text ol {
	margin-bottom: 3.2rem;
	list-style: none;
	padding-left: 20px;
}

#content .text ul li {
	position: relative;
}

#content .text ul li::before {
	content: "•";
	position: absolute;
	left: -20px;
	top: .15em;
	font-size: .65em;
}

#content .text ol {
	counter-reset: ol-counter;
}

#content .text ol li {
	position: relative;
}

#content .text ol li::before {
	content: counter(ol-counter) ".";
	counter-increment: ol-counter;
	position: absolute;
	left: -20px;
	top: .15em;
	font-size: .65em;
}

#content .text p.credit {
	margin-bottom: 1.6rem;
	font-family: "Times New Roman", serif;
}

#content .text p.credit b, #content .text p.credit strong {
	font-weight: normal;
	font-style: normal;
	font-family: "nimbus-sans-condensed", Helvetica, Arial, sans-serif;
}

#content .text p.credit em {
	font-style: normal;
	font-family: "nimbus-sans-condensed", Helvetica, Arial, sans-serif;
	display: block;
}

#content .text p.credit span.indent {
	display: block;
	text-indent: 2.3rem;
}

#content a[data-lightbox] {
	cursor: url("/img/zoom-white.png") 19 19, pointer;
	cursor: url("/img/zoom-white.svg") 19 19, pointer;
	cursor: -webkit-image-set(url("/img/zoom-white.png") 1 x, url("/img/zoom-white@2x.png") 2 x) 19 19, pointer;
}

#content .grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -30px;
}

#content .grid .grid-sizer {
	width: 8.33%;
}

#content .grid .grid-item {
	padding: 0 30px 60px 30px;
	box-sizing: border-box;
}

#content .grid .grid-item.justify.col-1-4 {
	margin-left: 37.5%;
	margin-right: 37.5%;
}

#content .grid .grid-item.justify.col-1-3 {}

#content .grid .grid-item.justify.col-1-2 {
	margin-left: 25%;
	margin-right: 25%;
}

#content .grid .grid-item.justify.col-2-3 {
	margin-left: 16.66%;
	margin-right: 16.66%;
}

#content .grid.div-2 .grid-item {
	width: 50%;
}

#content .grid.div-3 .grid-item {
	width: 33.33%;
}

#content .grid.div-4 .grid-item {
	width: 25%;
}

#content .grid article.text {
	margin-bottom: 55px;
}

#content .grid article.text figure, #content .grid article.text .iframe {
	margin-bottom: 15px;
}

#content .grid article.text figure.has-ratio, #content .grid article.text .iframe.has-ratio {
	position: relative;
}

#content .grid article.text figure.has-ratio a, #content .grid article.text .iframe.has-ratio a, #content .grid article.text figure.has-ratio img, #content .grid article.text .iframe.has-ratio img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content .grid article.text figure.has-ratio img, #content .grid article.text .iframe.has-ratio img {
	object-fit: cover;
}

#content .grid article.text figure img {
	display: block;
	width: 100%;
}

#content .grid article.text iframe {
	width: 100%;
}

#content .grid article.text .iframe {
	padding-bottom: 56.25%;
}

#content .grid article.text .iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content .grid article.media {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 30px 60px 30px;
	margin-bottom: 55px;
}

@media screen and (max-width: 1560px) {
	#content .grid article.media {
		padding: 0 0 60px 0;
		margin: 0 -30px;
		width: calc(100% + 60px);
	}
}

@media screen and (max-width: 1024px) {
	#content .grid article.media {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}
}

#content .grid article.media .gallery-container {
	width: 50%;
	padding-bottom: calc(33.33% + 160px);
}

#content .grid article.media .gallery-container .gallery {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

#content .grid article.media .gallery-container .gallery .flickity-viewport {
	height: 100% !important;
}

#content .grid article.media .gallery-container .gallery .flickity-prev-next-button {
	width: 33.33%;
	height: 100%;
	top: 0;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	background: none;
}

#content .grid article.media .gallery-container .gallery .flickity-prev-next-button .flickity-button-icon {
	display: none;
}

#content .grid article.media .gallery-container .gallery .flickity-prev-next-button.next {
	top: 60px;
	bottom: 120px;
	height: auto;
	right: 0;
	cursor: url("/img/arrow-right-white.png") 11 17, pointer;
	cursor: url("/img/arrow-right-white.svg") 11 17, pointer;
	cursor: -webkit-image-set(url("/img/arrow-right-white.png") 1 x, url("/img/arrow-right-white@2x.png") 2 x) 11 17, pointer;
}

@media (pointer: coarse) {
	#content .grid article.media .gallery-container .gallery .flickity-prev-next-button.next {
		width: 100px;
		background-image: url("/img/arrow-right-white.svg");
		background-position: center;
		background-repeat: no-repeat;
	}
}

#content .grid article.media .gallery-container .gallery .flickity-prev-next-button.previous {
	left: 0;
	cursor: url("/img/arrow-left-white.png") 11 17, pointer;
	cursor: url("/img/arrow-left-white.svg") 11 17, pointer;
	cursor: -webkit-image-set(url("/img/arrow-left-white.png") 1 x, url("/img/arrow-left-white@2x.png") 2 x) 11 17, pointer;
}

@media (pointer: coarse) {
	#content .grid article.media .gallery-container .gallery .flickity-prev-next-button.previous {
		width: 100px;
		background-image: url("/img/arrow-left-white.svg");
		background-position: center;
		background-repeat: no-repeat;
	}
}

#content .grid article.media .gallery-container .gallery.left {
	padding-right: 30px;
}

#content .grid article.media .gallery-container .gallery.left .gallery-cell img {
	width: 100%;
	height: 100%;
}

#content .grid article.media .gallery-container .gallery.left .flickity-prev-next-button.next {
	display: none;
}

#content .grid article.media .gallery-container .gallery.right {
	padding-left: 30px;
}

#content .grid article.media .gallery-container .gallery.right .gallery-cell figure {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

#content .grid article.media .gallery-container .gallery.right .gallery-cell figure .image-container {
	position: relative;
	padding-bottom: 66.66%;
}

#content .grid article.media .gallery-container .gallery.right .gallery-cell figure .image-container img {
	position: absolute;
	width: 100%;
	height: 100%;
}

#content .grid article.media .gallery-container .gallery.right .gallery-cell figure .image-container img.portrait {
	position: absolute;
	height: calc(100% + 30px);
	width: auto;
	top: 30px;
	left: 30px;
}

#content .grid article.media .gallery-container .gallery.right .gallery-cell figure figcaption {
	-ms-flex-order: -1;
	order: -1;
	min-height: 60px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#content .grid article.media .gallery-container .gallery.right .gallery-cell figure figcaption p {
	position: relative;
	top: -.4rem;
	font-size: 1.8rem;
	line-height: 2.4rem;
}

#content .grid article.media .gallery-container .gallery.right .flickity-prev-next-button.previous {
	display: none;
}

#content .grid article.media .gallery-container .gallery .gallery-cell {
	width: 100%;
	height: 100%;
}

#content .grid article.media .gallery-container .gallery .gallery-cell a {
	cursor: url("/img/zoom-white.png") 19 19, pointer;
	cursor: url("/img/zoom-white.svg") 19 19, pointer;
	cursor: -webkit-image-set(url("/img/zoom-white.png") 1 x, url("/img/zoom-white@2x.png") 2 x) 19 19, pointer;
}

#content .grid article.media .gallery-container .gallery .gallery-cell img {
	object-fit: cover;
}

#content article {
	position: relative;
}

#content article a.anchor {
	position: absolute;
	display: block;
	top: -60px;
}

#content article .text blockquote, #content article .text h2 {
	font-weight: normal;
	font-size: 6.4rem;
	line-height: 6.4rem;
	margin-bottom: 3.2rem;
}

#content article .text figure {
	margin-bottom: 3.2rem;
}

#content article .text figure > a, #content article .text figure img {
	display: block;
}

#content article .text figure figcaption {
	font-size: 1.4rem;
	margin-top: 1.6rem;
}

#content article .text h3 {
	font-weight: normal;
	font-size: 4.8rem;
	line-height: 4.8rem;
	margin-bottom: 3.2rem;
}

#content article .text h4 {
	font-weight: normal;
	font-size: 3.2rem;
	line-height: 3.6rem;
	margin-bottom: 3.2rem;
}

#content article .text h5 {
	font-weight: normal;
	font-size: 2.4rem;
	line-height: 3.2rem;
	margin-bottom: 3.2rem;
}

#content article .text h2 + h3, #content article .text h3 + h4 {
	margin-top: -2.4rem;
}

#content article .text h4 + h5 {
	margin-top: -3.2rem;
}

#content article .text p {
	margin-bottom: 3.2rem;
}

#content article .text h2:last-child, #content article .text h3:last-child, #content article .text h4:last-child, #content article .text p:last-child, #content article .text blockquote:last-child {
	margin-bottom: 0;
}

#content article .text h2:first-child:last-child, #content article .text h3:first-child:last-child, #content article .text h4:first-child:last-child {
	margin-bottom: -60px;
}

#content article .text hr + h2:last-child, #content article .text hr + h3:last-child, #content article .text hr + h4:last-child {
	margin-bottom: -60px;
}

#content article .text p + h2, #content article .text ul + h2, #content article .text ol + h2, #content article .text p + h3, #content article .text ul + h3, #content article .text ol + h3, #content article .text p + h4, #content article .text ul + h4, #content article .text ol + h4 {
	margin-top: 4.8rem;
}

#content article.preview figure {
	position: relative;
	padding-bottom: 66.66%;
	margin-bottom: 15px;
	overflow: hidden;
	background-color: #f9f9f9;
}

#content article.preview figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#content article.preview a:hover figure img {
	-ms-transform-origin: 25% 25%;
	-webkit-transform-origin: 25% 25%;
	transform-origin: 25% 25%;
	-ms-transform: scale(1.035);
	-webkit-transform: scale(1.035);
	transform: scale(1.035);
}

#content article.preview a:hover h2, #content article.preview a:hover h3 {
	position: relative;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

#content article.preview a:hover h3.date {
	text-decoration: none;
}

#content article.preview a:hover h3.date > span {}

#content article.preview a:hover h3.date > span::before {
	position: absolute;
	content: "";
	height: 2px;
	left: 0;
	right: 0;
	bottom: 2px;
	background-color: currentColor;
	z-index: -1;
}

#content article.preview h2, #content article.preview h3 {
	font-weight: normal;
}

#content article.preview h2 span, #content article.preview h3 span {
	position: relative;
}

#content article.preview h2 {
	font-size: 3.2rem;
	line-height: 3.6rem;
}

#content article.preview h3 {
	font-size: 2.4rem;
	line-height: 3.6rem;
}

#content article.preview time img {
	height: 15px;
	margin-right: 6px;
	position: relative;
	top: 1px;
}

#content .overflow-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

#content .overflow-wrapper .content {
	overflow: hidden;
	-webkit-transition: height .33s;
	transition: height .33s;
	width: 100%;
}

#content button.more {
	font: inherit;
	border: none;
	background: none;
	cursor: pointer;
	height: 56px;
	border-bottom: 2px solid currentColor;
	padding-bottom: 4px;
	box-sizing: content-box;
}

#content button.more .slash {
	display: none;
}

#content button.more.show {
	width: 100%;
}

#content button.more.show .show {
	display: none;
}

#content button.more.show .hide {
	display: inline;
}

#content button.more.show .arrow {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: -2px;
}

#content .table-container {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

#content table.dates {
	width: 100%;
	border-collapse: collapse;
}

#content table.dates tr td {
	height: 56px;
	border-bottom: 2px solid;
	padding-right: 30px;
	padding-bottom: 4px;
}

#content table.dates tr td.day {
	width: 130px;
}

#content table.dates tr td.date {
	width: 130px;
}

#content table.dates tr td.time {
	width: 110px;
}

#content table.dates tr td.location {
	width: auto;
}

#content table.dates tr td.extra {
	width: auto;
}

#content table.dates tr td.tickets {
	text-align: right;
	padding-right: 0;
	width: 165px;
}

#content table.dates tr td.years-of-play {
	text-align: right;
	padding-right: 0;
}

#content table.dates tr td.years-of-play span {
	padding-left: 5px;
}

@media screen and (max-width: 1024px) {
	#content .text p.credit {
		margin-bottom: 1.2rem !important;
	}
	
	#content article .text blockquote, #content article .text h2 {
		font-size: 4.8rem;
		line-height: 4.8rem;
	}
	
	#content article .text h3 {
		font-size: 3.2rem;
		line-height: 3.6rem;
	}
	
	#content article .text h2:first-child:last-child, #content article .text h3:first-child:last-child, #content article .text h4:first-child:last-child {
		margin-bottom: -30px;
	}
	
	#content article .text hr {
		margin-bottom: 60px;
	}
	
	#content article .text hr + h2:last-child, #content article .text hr + h3:last-child, #content article .text hr + h4:last-child {
		margin-bottom: -30px;
	}
	
	#content .table-container table td {
		white-space: nowrap;
	}
	
	#content .grid {
		margin: 0 -15px;
	}
	
	#content .grid .grid-item {
		padding: 0 15px 30px 15px;
	}
	
	#content .grid .grid-item.col-1-3 {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	
	#content .grid .grid-item.col-1-3 h2, #content .grid .grid-item.col-1-3 h3, #content .grid .grid-item.col-1-3 p {
		margin-bottom: 2.4rem;
	}
	
	#content .grid .grid-item.col-1-3 h2:last-child, #content .grid .grid-item.col-1-3 h3:last-child, #content .grid .grid-item.col-1-3 p:last-child {
		margin-bottom: 0;
	}
	
	#content .grid article.text {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 768px) {
	#content .text hr {
		margin-bottom: 60px;
	}
	
	#content table.dates {}
	
	#content table.dates tr {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-bottom: 2px solid;
		padding: 5px 0 7px;
	}
	
	#content table.dates tr td {
		width: auto !important;
		height: auto !important;
		padding-right: 10px;
		padding-bottom: 0;
		box-sizing: border-box;
		border: 0 none;
	}
	
	#content table.dates tr td.day {
		width: 118px !important;
	}
	
	#content table.dates tr td.date {
		width: 120px !important;
	}
	
	#content table.dates tr td.time {
		width: 70px !important;
	}
	
	#content table.dates tr td.tickets {
		width: 100% !important;
		text-align: left;
		font-weight: bold;
	}
	
	#content .grid .grid-item {
		width: 100%;
	}
	
	#content .grid .grid-item.col-1-3 {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	
	#content .grid .grid-item.justify.col-1-4, #content .grid .grid-item.justify.col-1-3, #content .grid .grid-item.justify.col-1-2, #content .grid .grid-item.justify.col-2-3 {
		margin-left: 0;
		margin-right: 0;
	}
	
	#content .grid .grid-item.slug-credits {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	
	#content .grid article.media {
		margin: 0 15px;
		width: 100%;
	}
	
	#content .grid article.media .gallery-container {
		width: 100%;
		padding-bottom: calc(66.66% + 120px);
	}
	
	#content .grid article.media .gallery-container:nth-child(2) {
		display: none;
	}
	
	#content .grid article.media .gallery-container .gallery.right {
		padding-left: 0;
	}
	
	#content .grid article.media .gallery-container .gallery.right .gallery-cell figure figcaption p {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	
	#content .grid article.media .gallery-container .gallery .flickity-prev-next-button.next {
		bottom: 60px;
		background-size: 18px;
	}
}

@media screen and (max-width: 640px) {
	#content {}
	
	#content article .text blockquote, #content article .text h2 {
		font-size: 4.2rem;
		line-height: 4.2rem;
	}
	
	#content table.dates tr {
		border-bottom: 1px solid;
	}
	
	#content table.dates tr td.day {
		width: 110px !important;
	}
	
	#content table.dates tr td.date {
		width: 110px !important;
	}
	
	#content table.dates tr td.time {
		width: calc(100% - 220px) !important;
	}
	
	#content button.more {
		border-bottom: 1px solid currentColor;
	}
}

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, .75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: white;
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: .6;
}

.flickity-button:disabled {
	opacity: .3;
	cursor: auto;
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

#footer {
	padding-top: 60px;
	padding-bottom: 90px;
}

#footer .center::before {
	content: "";
	height: 2px;
	background-color: currentColor;
	width: 100%;
	margin-bottom: 60px;
	display: block;
}

#footer .grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px 30px;
}

#footer .grid .grid-item {
	box-sizing: border-box;
	padding: 0 15px 60px 15px;
}

#footer .grid .grid-item h2 {
	font-size: 3.2rem;
	line-height: 3.6rem;
	font-weight: normal;
	margin-bottom: 3.2rem;
}

#footer .grid .form {
	width: 50%;
	padding-bottom: 90px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#footer .grid .nav {
	width: 25%;
	font-size: 2.4rem;
	line-height: 3.6rem;
}

#footer .grid .nav nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

#footer .grid .nav nav h2 span {
	position: relative;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
}

#footer .grid .nav.partners nav h2 + p {
	margin-top: 9px;
}

#footer .grid .nav.partners nav p {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}

#footer .grid .nav.partners nav p:last-child {
	margin-bottom: 0;
}

#footer .grid .nav.partners nav p a {
	display: block;
	margin-right: 30px;
	text-decoration: none;
}

#footer .grid .nav.partners nav p a img {
	display: block;
	height: 30px;
}

#footer .logo svg {
	display: block;
	width: 100%;
	height: auto;
}

#footer .logo svg g {
	fill: currentColor;
}

#footer .tagline {
	margin-top: 30px;
}

#footer .tagline p {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 2vw;
}

#footer .tagline p span {
	position: relative;
	margin: 0 .3rem;
}

#footer .tagline p span:first-child {
	margin-left: 0;
}

#footer .tagline p span:last-child {
	margin-right: 0;
}

#footer .tagline p span.underline {}

#footer .tagline p span.underline + span.underline {}

.cookie-message {
	font-size: 1.6rem;
	color: rgba(32, 32, 32, .5);
	background-color: rgba(255, 255, 255, .95);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 30100;
	transition: -ms-transform .33s;
	transition: -webkit-transform .33s;
	transition: transform .33s;
	-webkit-transition: -webkit-transform .33s;
	line-height: 2.2rem;
}

.cookie-message.hide {
	display: block;
	pointer-events: none;
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.cookie-message a {
	color: rgba(32, 32, 32, .5);
}

.cookie-message .center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.cookie-message .center p {
	position: relative;
	top: -1px;
	padding: 11px 0;
}

.cookie-message .center button {
	cursor: pointer;
	background: none;
	border: none;
	padding: 15px;
	opacity: .5;
}

.cookie-message .center button svg {
	display: block;
}

@media screen and (min-width: 1560px) {
	#footer .tagline p {
		font-size: 3.2rem;
	}
}

@media screen and (max-width: 840px) {
	#footer .tagline {
		overflow: hidden;
		padding-bottom: 2px;
	}
	
	#footer .tagline p {
		display: block;
		text-align: justify;
		font-size: 2.4rem;
	}
	
	#footer .tagline p span {
		display: inline-block;
		position: relative;
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	#footer .grid .grid-item {
		padding: 0 15px 45px 15px;
	}
	
	#footer .grid .grid-item h2 {
		margin-bottom: 2rem;
	}
	
	#footer .grid .nav {
		width: 50%;
	}
}

@media screen and (max-width: 640px) {
	#footer {
		padding-bottom: 30px;
	}
	
	#footer .grid .grid-item {
		width: 100%;
	}
}

@media screen and (min-width: 1180px) {
	.page-home #header .center .content nav .logo {
		display: none;
	}
	
	.page-home #header.show-logo .center .content nav .logo {
		display: block;
	}
	
	#header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 90px;
		background-color: #fff;
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		transition: -ms-transform .33s;
		transition: -webkit-transform .33s;
		transition: transform .33s;
		-webkit-transition: -webkit-transform .33s;
		font-size: 2.8rem;
		z-index: 103;
	}
	
	#header::before {
		content: "";
		position: absolute;
		background-color: #fff;
		width: 100%;
		left: 0;
		height: 100%;
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		transition: -ms-transform .33s;
		transition: -webkit-transform .33s;
		transition: transform .33s;
		-webkit-transition: -webkit-transform .33s;
	}
	
	#header.show-subnav {
		-ms-transform: translateY(calc(50% + 2px));
		-webkit-transform: translateY(calc(50% + 2px));
		transform: translateY(calc(50% + 2px));
	}
	
	#header.show-subnav .subnav.international .subnav-content, #header.show-subnav .subnav.ontdek-ons .subnav-content, #header.show-subnav .subnav.praktisch .subnav-content {
		top: calc(-50% - 2px) !important;
	}
	
	#header.show-subnav::before {
		display: none;
		content: "";
		position: absolute;
		background-color: #fff;
		width: 100%;
		left: 0;
		height: 100%;
		-ms-transform: translateY(calc(50% + 2px));
		-webkit-transform: translateY(calc(50% + 2px));
		transform: translateY(calc(50% + 2px));
	}
	
	#header.show-subnav.active-subnav-international .subnav.international .subnav-button, #header.show-subnav.active-subnav-ontdek-ons .subnav.ontdek-ons .subnav-button, #header.show-subnav.active-subnav-praktisch .subnav.praktisch .subnav-button {
		-ms-transform: translateY(45px);
		-webkit-transform: translateY(45px);
		transform: translateY(45px);
	}
	
	#header.active-subnav-international .subnav.international .subnav-content, #header.active-subnav-ontdek-ons .subnav.ontdek-ons .subnav-content, #header.active-subnav-praktisch .subnav.praktisch .subnav-content {
		z-index: 10 !important;
	}
	
	#header .center {
		position: static;
		height: 100%;
	}
	
	#header .center .content {
		position: static;
		height: 100%;
	}
	
	#header .center .content nav {
		position: static;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		height: 100%;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#header .center .content nav .logo {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	#header .center .content nav .logo span {
		display: none;
	}
	
	#header .center .content nav .logo svg {
		display: block;
	}
	
	#header .center .content nav .logo svg g {
		fill: currentColor;
	}
	
	#header .center .content nav .subnav-button {
		position: relative;
		border: none;
		outline: none;
		background-color: inherit;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		cursor: pointer;
		top: 0;
		transition: -ms-transform .33s;
		transition: -webkit-transform .33s;
		transition: transform .33s;
		-webkit-transition: -webkit-transform .33s;
	}
	
	#header .center .content nav .nav {
		position: static;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	#header .center .content nav .nav a, #header .center .content nav .nav .subnav-button {
		position: relative;
		top: -.1rem;
		padding: 24px 0;
	}
	
	#header .center .content nav .nav.left {
		-ms-flex-order: -1;
		order: -1;
	}
	
	#header .center .content nav .nav.left a, #header .center .content nav .nav.left .subnav-button {
		margin-right: 30px;
	}
	
	#header .center .content nav .nav.right a, #header .center .content nav .nav.right .subnav-button {
		margin-left: 30px;
	}
	
	#header .center .content nav .nav.right .subnav a {
		margin-left: 0;
		margin-right: 30px;
	}
	
	#header .center .content nav .nav .subnav {
		position: static;
	}
	
	#header .center .content nav .nav .subnav .subnav-content {
		position: absolute;
		width: 100%;
		height: 100% !important;
		top: calc(-100% - 2px);
		left: 0;
		background-color: #fff;
		z-index: 5;
		border-bottom: 2px solid;
		-webkit-transition: top .33s;
		transition: top .33s;
	}
	
	#header .center .content nav .nav .subnav .subnav-content a {
		top: -.2rem;
	}
	
	#header .center .content nav .nav .subnav .subnav-content .center {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#header .center .content nav .nav .subnav .subnav-content .center .subnav-nav {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
	
	#header .center .content nav .nav .subnav .subnav-content a {
		position: relative;
		z-index: 5;
	}
	
	#header .center .content nav .nav .subnav .subnav-content button.close {
		position: relative;
		right: -17px;
		cursor: pointer;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		width: 60px;
		height: 60px;
		border: none;
		outline: none;
		background-color: inherit;
	}
	
	#header .center .content nav .nav .subnav .subnav-content button.close svg {
		display: block;
	}
	
	#header #toggle-menu {
		display: none;
	}
}

@media screen and (max-width: 1280px) {
	#header {
		font-size: 2.6rem;
	}
}

@media screen and (max-width: 1240px) {
	#header {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 1179px) {
	.show-menu #header .center .content nav {
		pointer-events: auto;
	}
	
	.show-menu #header .center .content nav .nav {
		pointer-events: auto;
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.show-menu #header #toggle-menu span:first-child {
		-ms-transform: rotate(45deg) translate(3px, -3px);
		-webkit-transform: rotate(45deg) translate(3px, -3px);
		transform: rotate(45deg) translate(3px, -3px);
	}
	
	.show-menu #header #toggle-menu span:nth-child(2) {
		opacity: 0;
	}
	
	.show-menu #header #toggle-menu span:last-child {
		-ms-transform: rotate(-45deg) translate(1.5px, 1.5px);
		-webkit-transform: rotate(-45deg) translate(1.5px, 1.5px);
		transform: rotate(-45deg) translate(1.5px, 1.5px);
	}
	
	#header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 90px;
		background-color: #fff;
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		transition: -ms-transform .33s;
		transition: -webkit-transform .33s;
		transition: transform .33s;
		-webkit-transition: -webkit-transform .33s;
		font-size: 2.8rem;
		z-index: 301;
	}
	
	#header:not(.show-subnav) .subnav.international .subnav-content, #header:not(.show-subnav) .subnav.ontdek-ons .subnav-content, #header:not(.show-subnav) .subnav.praktisch .subnav-content, #header:not(.active-subnav-international) .subnav.international .subnav-content, #header:not(.active-subnav-ontdek-ons) .subnav.ontdek-ons .subnav-content, #header:not(.active-subnav-praktisch) .subnav.praktisch .subnav-content {
		height: 0 !important;
	}
	
	#header #toggle-menu {
		position: absolute;
		display: block;
		background: none;
		border: none;
		width: 45px;
		height: 45px;
		cursor: pointer;
		right: -13px;
	}
	
	#header #toggle-menu span {
		position: absolute;
		display: block;
		width: 20px;
		height: 3px;
		background-color: currentColor;
		left: 12px;
		top: 14px;
		opacity: 1;
		transition: -ms-transform .33s, opacity .33s;
		transition: -webkit-transform .33s, opacity .33s;
		transition: transform .33s, opacity .33s;
		-webkit-transition: -webkit-transform .33s, opacity .33s;
		-ms-transform-origin: top left;
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}
	
	#header #toggle-menu span:nth-child(2) {
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	#header #toggle-menu span:last-child {
		top: auto;
		bottom: 14px;
	}
	
	#header .center {
		position: static;
		height: 100%;
	}
	
	#header .center .content {
		position: static;
		height: 100%;
	}
	
	#header .center .content nav {
		position: relative;
		display: block;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		pointer-events: none;
	}
	
	#header .center .content nav::after {
		display: block;
		content: "";
		clear: both;
	}
	
	#header .center .content nav .logo {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		position: relative;
		-ms-flex-pack: center;
		justify-content: center;
		left: 0;
		top: 0;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		height: 90px;
		-ms-flex-align: center;
		align-items: center;
		z-index: 15;
		background-color: #fff;
		pointer-events: auto;
	}
	
	#header .center .content nav .logo a, #header .center .content nav .logo svg {
		display: block;
	}
	
	#header .center .content nav .logo span {
		display: none;
	}
	
	#header .center .content nav .nav {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 50%;
		float: left;
		-ms-flex-direction: column;
		flex-direction: column;
		box-sizing: border-box;
		padding: 2.2rem 0;
		-ms-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transition: -ms-transform .33s;
		transition: -webkit-transform .33s;
		transition: transform .33s;
		-webkit-transition: -webkit-transform .33s;
		pointer-events: none;
	}
	
	#header .center .content nav .nav.left::before {
		content: "";
		position: absolute;
		background-color: rgba(255, 255, 255, .99);
		width: calc(200% + 30px);
		left: -15px;
		top: -15px;
		height: calc(100% + 15px);
		z-index: 0;
	}
	
	#header .center .content nav .nav.right {
		text-align: right;
	}
	
	#header .center .content nav .nav.right .subnav-content::before {
		content: "";
		position: absolute;
		background-color: rgba(255, 255, 255, .99);
		width: calc(200% + 30px);
		left: calc(-100% - 15px);
		top: -15px;
		height: calc(100% + 15px);
		z-index: 0;
	}
	
	#header .center .content nav .nav.right a, #header .center .content nav .nav.right .subnav-button {}
	
	#header .center .content nav .nav a, #header .center .content nav .nav .subnav-button {
		margin-bottom: 2.2rem;
		z-index: 10;
	}
	
	#header .center .content nav .nav .subnav-button {
		position: relative;
		border: none;
		outline: none;
		background-color: inherit;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		cursor: pointer;
		top: 0;
	}
	
	#header .center .content nav .nav .subnav a {
		color: #666;
	}
	
	#header .center .content nav .nav .subnav .subnav-content {
		font-size: 2.4rem;
		position: relative;
		top: auto;
		border: none;
		height: auto;
		left: auto;
		-webkit-transition: height .33s;
		transition: height .33s;
		overflow: hidden;
	}
	
	#header .center .content nav .nav .subnav .subnav-content .subnav-nav {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 2.2rem;
	}
	
	#header .center .content nav .nav .subnav .subnav-content .center {
		height: auto;
		display: block;
		padding: 0;
	}
	
	#header .center .content nav .nav .subnav .subnav-content button.close {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	#header .center .content nav .nav {
		min-height: calc(100vh - 90px);
		min-height: calc(var(--vh, 1vh) * 100 - 90px);
	}
}

@media screen and (max-width: 640px) {
	#header .center .content nav .logo {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	#header .center .content nav .logo a.home {
		max-width: calc(100% - 45px);
	}
	
	#header .center .content nav .logo a.home svg {
		max-width: 100%;
	}
}

#hero {}

#hero .logo {}

#hero .logo svg {
	display: block;
	width: 100%;
	height: auto;
}

#hero .logo svg g {
	fill: currentColor;
}

#hero article.featured {
	margin-top: -60px;
	margin-bottom: 90px;
}

#hero article.featured figure {
	position: relative;
	z-index: 105;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#hero article.featured figure img {
	display: block;
	width: auto;
	height: 35vw;
	max-height: 640px;
	position: relative;
	z-index: 10;
}

#hero article.featured figure figcaption {
	width: 100%;
	text-align: center;
	margin-top: -50px;
}

#hero article.featured figure figcaption h1 {
	font-size: 9.6rem;
	line-height: 9.6rem;
	font-weight: normal;
}

#hero article.featured figure figcaption h1 span {
	position: relative;
}

#hero article.featured figure figcaption h1 span::after {
	display: none;
	content: "";
	height: 4px;
	left: 0;
	right: 0;
	bottom: 18px;
	position: absolute;
	background-color: currentColor;
}

#hero article.featured a:hover figure figcaption h1 span::after {
	display: block;
}

@media (pointer: coarse) {
	#hero article.featured figure figcaption h1 span::after {
		display: block;
	}
}

#hero div.featured {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -60px;
	margin-bottom: 120px;
	text-align: center;
}

#hero div.featured .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#hero div.featured h1 {
	position: absolute;
	font-size: 9.6rem;
	line-height: 9.6rem;
	font-weight: normal;
	width: 100%;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#hero div.featured h1.front {
	z-index: 106;
}

#hero div.featured h1.front, #hero div.featured h1.front a {
	text-stroke: 2px #fff;
	-webkit-text-stroke: 2px #fff;
	color: transparent;
}

#hero div.featured h1.back {
	z-index: 104;
}

#hero div.featured .img-container {
	position: relative;
	z-index: 105;
	background-color: #202020;
}

#hero div.featured .img-container img {
	display: block;
	width: auto;
	height: 35vw;
	max-height: 640px;
	position: relative;
	opacity: .85;
}

#hero div.featured p {
	position: absolute;
	bottom: 68px;
	width: 100%;
	z-index: 107;
	font-size: 3.2rem;
	line-height: 3.2rem;
}

#hero div.featured p a {
	position: relative;
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

#hero.black div.featured h1.front {
	text-stroke: 2px #202020;
	-webkit-text-stroke: 2px #202020;
}

#hero.black div.featured .img-container {
	background-color: #fff;
}

#hero.black div.featured p a {
	color: #202020;
}

#content section.home-grid .grid {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (max-width: 1280px) {
	#hero div.featured {
		margin-top: -60px;
	}
}

@media screen and (max-width: 1179px) {
	#hero .logo {
		display: none;
	}
	
	#hero article.featured {
		margin-top: 0;
	}
	
	#hero div.featured {
		margin-top: 0px;
		margin-bottom: 90px;
	}
	
	#hero div.featured h1 {
		font-size: 8.4rem;
		line-height: 8.4rem;
	}
	
	#hero div.featured .img-container {
		width: 75%;
	}
	
	#hero div.featured .img-container img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 1024px) {
	#hero article.featured figure img {
		height: 55vh;
	}
	
	#hero article.featured figure figcaption {
		margin-top: -30px;
	}
	
	#hero article.featured figure figcaption h1 {
		font-size: 7.2rem;
		line-height: 7.2rem;
	}
	
	#hero article.featured figure figcaption h1 span::after {
		bottom: 15px;
		height: 3px;
	}
	
	#hero div.featured h1 {
		font-size: 7.2rem;
		line-height: 7.2rem;
	}
}

@media screen and (max-width: 768px) {
	#hero article.featured figure img {
		height: 100%;
		max-height: none;
		width: 100%;
	}
	
	#hero article.featured figure figcaption h1 {
		font-size: 6.4rem;
		line-height: 6.4rem;
	}
	
	#hero article.featured figure figcaption h1 span::after {
		bottom: 13px;
	}
	
	#hero div.featured .overlay {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	#hero div.featured .overlay h1.front {
		font-size: 6.4rem;
		line-height: 6.4rem;
		padding: 0 60px;
		box-sizing: border-box;
		position: relative;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		top: auto;
		margin-bottom: 3rem;
	}
	
	#hero div.featured .overlay p {
		position: relative;
		bottom: auto;
	}
	
	#hero div.featured h1.back {
		display: none;
	}
	
	#hero div.featured .img-container {
		width: 100%;
	}
	
	#content section.home-grid .grid.div-3 .grid-item {
		width: 50%;
	}
}

@media screen and (max-width: 640px) {
	#hero article.featured {
		margin-bottom: 60px;
	}
	
	#hero article.featured figure figcaption {
		margin-top: -13px;
	}
	
	#hero article.featured figure figcaption h1 {
		font-size: 4.2rem;
		line-height: 4.2rem;
	}
	
	#hero article.featured figure figcaption h1 span::after {
		bottom: 8px;
		height: 2px;
	}
	
	#hero div.featured {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 60px;
		text-align: left;
	}
	
	#hero div.featured .img-container {
		margin-bottom: 15px;
	}
	
	#hero div.featured .overlay {
		position: relative;
	}
	
	#hero div.featured .overlay h1.front {
		font-size: 4.2rem;
		line-height: 4.2rem;
		margin-bottom: .8rem;
		padding: 0;
	}
	
	#hero div.featured .overlay h1.front, #hero div.featured .overlay h1.front a {
		color: #000;
		text-stroke: 0 #fff;
		-webkit-text-stroke: 0 #fff;
	}
	
	#hero div.featured .overlay p {
		font-size: 2.4rem;
	}
	
	#hero div.featured .overlay p a {
		color: #000;
	}
	
	#content section.home-grid .grid.div-3 .grid-item {
		width: 100%;
	}
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.lightbox-active {
	height: auto;
}

.lightbox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.lightbox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.lightbox-container * {
	box-sizing: border-box;
}

.lightbox-outer, .lightbox-inner, .lightbox-bg, .lightbox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.lightbox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.lightbox-bg {
	background: #000;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.lightbox-is-open .lightbox-bg {
	opacity: .99;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.lightbox-infobar, .lightbox-toolbar, .lightbox-caption, .lightbox-navigation .lightbox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.lightbox-show-infobar .lightbox-infobar, .lightbox-show-toolbar .lightbox-toolbar, .lightbox-show-caption .lightbox-caption, .lightbox-show-nav .lightbox-navigation .lightbox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.lightbox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lightbox-toolbar {
	right: 0;
	top: 0;
	width: 100%;
}

.lightbox-stage {
	direction: ltr;
	overflow: visible;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.lightbox-is-open .lightbox-stage {
	overflow: hidden;
}

.lightbox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: -ms-transform, opacity;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.lightbox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.lightbox-is-sliding .lightbox-slide, .lightbox-slide--previous, .lightbox-slide--current, .lightbox-slide--next {
	display: block;
}

.lightbox-slide--image {
	overflow: hidden;
	padding: 30px 0;
}

.lightbox-slide--image::before {
	display: none;
}

.lightbox-slide--html {
	padding: 6px;
}

.lightbox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.lightbox-slide--image .lightbox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	transition-property: -ms-transform, opacity;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.lightbox-can-zoomOut .lightbox-content {
	cursor: zoom-out;
}

.lightbox-can-zoomIn .lightbox-content {
	cursor: zoom-in;
}

.lightbox-can-swipe .lightbox-content, .lightbox-can-pan .lightbox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.lightbox-is-grabbing .lightbox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.lightbox-container [data-selectable='true'] {
	cursor: text;
}

.lightbox-image, .lightbox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.lightbox-spaceball {
	z-index: 1;
}

.lightbox-slide--video .lightbox-content, .lightbox-slide--map .lightbox-content, .lightbox-slide--pdf .lightbox-content, .lightbox-slide--iframe .lightbox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.lightbox-slide--video .lightbox-content {
	background: #000;
}

.lightbox-slide--map .lightbox-content {
	background: #e5e3df;
}

.lightbox-slide--iframe .lightbox-content {
	background: #fff;
}

.lightbox-video, .lightbox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.lightbox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.lightbox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.lightbox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.lightbox-button {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.lightbox-button--close {
	width: 24px;
	height: 24px;
	margin: 15px 42px;
	position: absolute;
	right: 0;
	top: 0;
	box-sizing: content-box;
	padding: 18px;
}

.lightbox-button, .lightbox-button:visited, .lightbox-button:link {
	color: #fff;
}

.lightbox-button:hover {
	color: #fff;
}

.lightbox-button:focus {
	outline: none;
}

.lightbox-button.lightbox-focus {
	outline: 1px dotted;
}

.lightbox-button[disabled], .lightbox-button[disabled]:hover {
	color: rgba(255, 255, 255, .25);
	cursor: default;
	outline: none;
}

.lightbox-button div {
	height: 100%;
}

.lightbox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.lightbox-button svg path, .lightbox-button svg polygon {
	fill: currentColor;
	stroke-width: 0;
}

.lightbox-button--play svg:nth-child(2), .lightbox-button--fsenter svg:nth-child(2) {
	display: none;
}

.lightbox-button--pause svg:nth-child(1), .lightbox-button--fsexit svg:nth-child(1) {
	display: none;
}

.lightbox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	transition-property: -ms-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

.lightbox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.lightbox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.lightbox-slide--html .lightbox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.lightbox-slide--image.lightbox-is-scaling .lightbox-content {
	overflow: hidden;
}

.lightbox-is-scaling .lightbox-close-small, .lightbox-is-zoomable.lightbox-can-pan .lightbox-close-small {
	display: none;
}

.lightbox-navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.lightbox-navigation .lightbox-button {
	pointer-events: auto;
	-webkit-background-clip: content-box;
	background-clip: content-box;
	height: 144px;
	width: 144px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 72px);
	padding: 60px;
}

.lightbox-navigation .lightbox-button--arrow_left {
	left: 0;
}

.lightbox-navigation .lightbox-button--arrow_right {
	right: 0;
}

.lightbox-caption {
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 1.8rem;
	font-weight: 400;
	left: 0;
	line-height: 2.4rem;
	padding: 0 60px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.lightbox-caption--separate {}

.lightbox-caption__body {
	max-height: 50vh;
	overflow: hidden;
	pointer-events: all;
	padding: 31px 0 35px;
}

.lightbox-caption a, .lightbox-caption a:link, .lightbox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.lightbox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.lightbox-loading {
	-webkit-animation: lightbox-rotate 1s linear infinite;
	animation: lightbox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes lightbox-rotate {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lightbox-rotate {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.lightbox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.lightbox-fx-slide.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lightbox-fx-slide.lightbox-slide--next {
	opacity: 0;
	-ms-transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lightbox-fx-slide.lightbox-slide--current {
	opacity: 1;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lightbox-fx-fade.lightbox-slide--previous, .lightbox-fx-fade.lightbox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.lightbox-fx-fade.lightbox-slide--current {
	opacity: 1;
}

.lightbox-fx-zoom-in-out.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: scale3d(1.5, 1.5, 1.5);
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.lightbox-fx-zoom-in-out.lightbox-slide--next {
	opacity: 0;
	-ms-transform: scale3d(.5, .5, .5);
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.lightbox-fx-zoom-in-out.lightbox-slide--current {
	opacity: 1;
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.lightbox-fx-rotate.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.lightbox-fx-rotate.lightbox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lightbox-fx-rotate.lightbox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.lightbox-fx-circular.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lightbox-fx-circular.lightbox-slide--next {
	opacity: 0;
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lightbox-fx-circular.lightbox-slide--current {
	opacity: 1;
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.lightbox-fx-tube.lightbox-slide--previous {
	-ms-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.lightbox-fx-tube.lightbox-slide--next {
	-ms-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.lightbox-fx-tube.lightbox-slide--current {
	-ms-transform: translate3d(0, 0, 0) scale(1);
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

@media (max-height: 576px) {
	.lightbox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.lightbox-slide--image {
		padding: 6px 0;
	}
	
	.lightbox-close-small {
		right: -6px;
	}
	
	.lightbox-slide--image .lightbox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	
	.lightbox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.lightbox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.lightbox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.lightbox-share p {
	margin: 0;
	padding: 0;
}

.lightbox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.lightbox-share__button:visited, .lightbox-share__button:link {
	color: #fff;
}

.lightbox-share__button:hover {
	text-decoration: none;
}

.lightbox-share__button--fb {
	background: #3b5998;
}

.lightbox-share__button--fb:hover {
	background: #344e86;
}

.lightbox-share__button--pt {
	background: #bd081d;
}

.lightbox-share__button--pt:hover {
	background: #aa0719;
}

.lightbox-share__button--tw {
	background: #1da1f2;
}

.lightbox-share__button--tw:hover {
	background: #0d95e8;
}

.lightbox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.lightbox-share__button svg path {
	fill: #fff;
}

.lightbox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.lightbox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.lightbox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.lightbox-show-thumbs .lightbox-thumbs {
	display: block;
}

.lightbox-show-thumbs .lightbox-inner {
	right: 212px;
}

.lightbox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.lightbox-thumbs-x .lightbox-thumbs__list {
	overflow: hidden;
}

.lightbox-thumbs-y .lightbox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.lightbox-thumbs-y .lightbox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.lightbox-thumbs-y .lightbox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.lightbox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.lightbox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.lightbox-thumbs__list a:focus::before {
	opacity: .5;
}

.lightbox-thumbs__list a.lightbox-thumbs-active::before {
	opacity: 1;
}

@media (max-width: 576px) {
	.lightbox-thumbs {
		width: 110px;
	}
	
	.lightbox-show-thumbs .lightbox-inner {
		right: 110px;
	}
	
	.lightbox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.lang-select button {
	font: inherit;
	border: none;
	background: none;
	cursor: pointer;
}

html[lang=nl] .text.en {
	display: none;
}

html[lang=nl] .lang-select button[data-lang='nl'] {
	border-bottom: 2px solid;
}

html[lang=en] .text.nl {
	display: none;
}

html[lang=en] .lang-select button[data-lang='en'] {
	border-bottom: 2px solid;
}

section#makers article.maker-preview figure {
	position: relative;
	padding-bottom: 66.66%;
	margin-bottom: 15px;
}

section#makers article.maker-preview figure img, section#makers article.maker-preview figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section#makers article.maker-preview figure img {
	object-fit: cover;
}

section#makers article.maker-preview figure figcaption {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

section#makers article.maker-preview figure figcaption h2 {
	position: relative;
	font-size: 6.4rem;
	font-weight: normal;
	line-height: 6.4rem;
	color: #fff;
	text-align: center;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
}

section#makers article.maker-preview h3 {
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 3.6rem;
	max-width: 480px;
}

section#maker-lead .grid .intro figure {
	width: calc(75% - 30px);
	margin: 0 auto 45px;
}

section#maker-lead .grid .intro figure img {
	width: 100%;
}

section#maker-lead .grid .intro .text {
	margin: 0 auto;
	width: calc(66.66% - 30px);
	font-size: 3.2rem;
	line-height: 3.8rem;
}

section#maker-lead .grid .intro .lang-select button {
	margin-right: 15px;
}

section#maker-content {
	margin-top: 60px;
}

section#maker-content .maker-dates, section#maker-content .maker-articles {
	margin-bottom: 115px;
}

section#maker-content .maker-dates > h2, section#maker-content .maker-articles > h2 {
	font-weight: normal;
	font-size: 4.8rem;
	line-height: 4.8rem;
	text-align: center;
	margin-bottom: 55px;
}

section#maker-content .maker-dates > h2 {
	margin-bottom: 45px;
}

section#maker-content .maker-articles .gallery {
	margin: 0 -30px;
}

section#maker-content .maker-articles .gallery .flickity-prev-next-button {
	width: 60px;
	height: 60px;
	cursor: pointer;
	top: 0;
	padding-top: calc(16.66% - 40px);
	box-sizing: content-box;
	border: 0 none;
	border-radius: 0;
	background: transparent;
}

section#maker-content .maker-articles .gallery .flickity-prev-next-button::before {
	display: block;
	position: relative;
	content: "";
	background-image: url("/img/arrow-right.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 100%;
	width: 100%;
}

section#maker-content .maker-articles .gallery .flickity-prev-next-button[disabled] {
	display: none;
}

section#maker-content .maker-articles .gallery .flickity-prev-next-button.next {
	right: -30px;
}

section#maker-content .maker-articles .gallery .flickity-prev-next-button.previous {
	left: -30px;
	-ms-transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	padding-bottom: calc(16.66% - 40px);
	padding-top: 0;
}

section#maker-content .maker-articles .gallery .flickity-prev-next-button svg {
	display: none;
}

section#maker-content .maker-articles .gallery article {
	width: 25%;
	padding: 0 30px;
	box-sizing: border-box;
}

section#maker-content .maker-articles .gallery article a {
	display: block;
}

section#maker-content .maker-articles .gallery article figure {
	background-color: #f9f9f9;
	position: relative;
	padding-bottom: 66.66%;
	margin-bottom: 15px;
}

section#maker-content .maker-articles .gallery article figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section#maker-content .maker-articles .gallery article h2 {
	font-weight: normal;
	font-size: 2.4rem;
	line-height: 2.8rem;
}

section#maker-content .maker-articles .gallery article h2 span {
	position: relative;
}

section#maker-content .maker-articles .gallery article a:hover h2 {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

section#maker-content .maker-articles .gallery article .meta {
	font-size: 1.8rem;
	line-height: 2.8rem;
	opacity: .25;
}

section#maker-content .maker-articles .gallery article .meta .author {
	margin-right: 3px;
}

section#maker-content .maker-articles .gallery article .meta time img {
	display: inline-block;
	height: 15px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

@media screen and (max-width: 1024px) {
	section#maker-lead .grid .intro .text {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	
	section#maker-content .maker-dates > h2, section#maker-content .maker-articles > h2 {
		margin-bottom: 30px;
	}
	
	section#maker-content .maker-articles .gallery {
		margin: 0 -15px;
	}
	
	section#maker-content .maker-articles .gallery article {
		padding: 0 15px;
	}
	
	section#maker-content .maker-articles .gallery .flickity-prev-next-button {
		width: 30px;
		height: 30px;
		padding-top: calc(16.66% - 20px);
	}
	
	section#maker-content .maker-articles .gallery .flickity-prev-next-button::before {
		background-size: 12px;
	}
	
	section#maker-content .maker-articles .gallery .flickity-prev-next-button.next {
		right: -15px;
	}
	
	section#maker-content .maker-articles .gallery .flickity-prev-next-button.previous {
		left: -15px;
		padding-bottom: calc(16.66% - 20px);
	}
}

@media screen and (max-width: 768px) {
	section#maker-lead .grid .intro figure, section#maker-lead .grid .intro .text {
		width: 100%;
	}
	
	section#maker-content .maker-dates, section#maker-content .maker-articles {
		margin-bottom: 95px;
	}
	
	section#maker-content .maker-articles .gallery article {
		width: 33.33%;
	}
	
	section#maker-content .maker-articles .gallery .flickity-prev-next-button {
		padding-top: calc(22.22% - 20px);
	}
	
	section#maker-content .maker-articles .gallery .flickity-prev-next-button.previous {
		padding-bottom: calc(22.22% - 20px);
	}
}

@media screen and (max-width: 640px) {
	section#makers article.maker-preview figure figcaption h2 {
		font-size: 4.2rem;
		line-height: 4.2rem;
	}
	
	section#maker-content .maker-articles .gallery article {
		width: 100%;
	}
	
	section#maker-content .maker-articles .gallery .flickity-prev-next-button {
		padding-top: calc(66.66% - 25px);
	}
	
	section#maker-content .maker-articles .gallery .flickity-prev-next-button::before {
		background-color: #fff;
		background-size: 18px;
		border-radius: 50%;
	}
	
	section#maker-content .maker-articles .gallery .flickity-prev-next-button.next {
		right: 0;
	}
	
	section#maker-content .maker-articles .gallery .flickity-prev-next-button.previous {
		left: 0;
		padding-bottom: calc(66.66% - 25px);
	}
}

section#news .grid.news .featured {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0 60px 0;
}

section#news .grid.news .featured .text, section#news .grid.news .featured figure {
	padding: 0 30px 60px;
	box-sizing: border-box;
	width: 66.66%;
}

section#news .grid.news .featured figure .iframe {
	padding-bottom: 56.25%;
}

section#news .grid.news .featured figure .iframe iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section#news .grid.news .preview {
	width: 33.33%;
}

section#news .grid.news .preview a:hover h2 span::before {
	bottom: 3px;
}

section#news .grid.news .preview h2 {
	font-size: 2.4rem;
	line-height: 2.8rem;
}

section#news .grid.news .preview .meta {
	font-size: 1.8rem;
	line-height: 2.8rem;
	opacity: .25;
}

@media screen and (max-width: 640px) {
	section#news .grid.news .preview {
		width: 100%;
	}
}

section.page header.page-header {
	text-align: center;
	padding: 40px 0 72px;
}

section.page header.page-header h1 {
	font-weight: normal;
	font-size: 9.6rem;
	line-height: 9.6rem;
	max-width: 960px;
	margin: 0 auto;
}

section.page header.page-header h2 {
	font-weight: normal;
	font-size: 3.2rem;
	line-height: 3.6rem;
	margin-top: 2rem;
}

@media screen and (max-width: 1024px) {
	section.page header.page-header h1 {
		font-size: 7.2rem;
		line-height: 7.2rem;
	}
}

@media screen and (max-width: 640px) {
	section.page header.page-header {
		padding: 12px 0 40px;
	}
	
	section.page header.page-header h1 {
		font-size: 4.2rem;
		line-height: 4.2rem;
	}
}

#content #toggle-sidebar {
	display: none;
}

#content .repertoire .program-sidebar::after {
	display: block;
	content: "";
	clear: both;
}

#content .repertoire .program-sidebar .companies, #content .repertoire .program-sidebar .search, #content .repertoire .program-sidebar .maker, #content .repertoire .program-sidebar .jaartal {
	float: left;
}

#content .repertoire .program-sidebar .companies, #content .repertoire .program-sidebar .search {
	width: 100%;
	margin-bottom: 30px !important;
}

#content .repertoire .program-sidebar .maker, #content .repertoire .program-sidebar .jaartal {
	width: 50%;
	box-sizing: border-box;
}

#content .repertoire .program-sidebar .maker {
	padding-right: 15px;
}

#content .repertoire .program-sidebar .jaartal {
	padding-left: 15px;
}

#content .repertoire .projects > header .heading {
	margin-top: -7px;
}

#content .program .aside-container {
	width: 33.33%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#content .program .projects {
	width: 66.66%;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

#content .program .projects .repertoire-intro {
	font-size: 3.2rem;
	line-height: 3.8rem;
}

#content .program .projects .repertoire-intro h2 {
	font-size: 6.4rem;
	font-weight: normal;
	line-height: 6.4rem;
	margin-bottom: 3.2rem;
	margin-top: -.5rem;
}

#content .program .projects > header {
	width: 100%;
	padding-bottom: 35px;
}

#content .program .projects > header .heading {
	min-height: 60px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

#content .program .projects > header .heading h2 {
	position: relative;
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 3.6rem;
	top: -5px;
}

#content .program .projects > header .heading h2 span.found {
	font-weight: bold;
}

#content .program .projects > header .text {
	padding: 15px 0;
}

#content .program .grid-item.preview {
	width: 50%;
}

#content .program .program-sidebar {
	width: 100%;
	min-height: calc(100vh - 150px);
	-ms-flex-item-align: end;
	align-self: flex-end;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	padding-bottom: 60px;
}

#content .program .program-sidebar form.search {
	margin-bottom: 1.6rem;
}

#content .program .program-sidebar .calendar-container {
	border-bottom: 2px solid currentColor;
	margin-bottom: 55px;
	padding-bottom: 30px;
}

#content .program .program-sidebar .calendar-container table.calendar {
	width: 100%;
	border-collapse: collapse;
	line-height: 4.4rem;
}

#content .program .program-sidebar .calendar-container table.calendar th {
	font-size: 3.2rem;
	font-weight: normal;
	padding-bottom: 10px;
}

#content .program .program-sidebar .calendar-container table.calendar td {
	text-align: center;
	width: 14.28%;
}

#content .program .program-sidebar .calendar-container table.calendar td a {
	position: relative;
}

#content .program .program-sidebar .calendar-container table.calendar td a::after {
	position: absolute;
	content: "";
	background-color: currentColor;
	height: 2px;
	width: 22px;
	bottom: 3px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#content .program .program-sidebar .calendar-container table.calendar a, #content .program .program-sidebar .calendar-container table.calendar span {
	display: block;
}

#content .program .program-sidebar .companies {
	margin-bottom: 30px;
}

#content .program .program-sidebar .filters, #content .program .program-sidebar .companies {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 4.4rem;
}

#content .program .program-sidebar .filters h3, #content .program .program-sidebar .companies h3 {
	font-size: 3.2rem;
	line-height: 3.6rem;
	font-weight: normal;
	margin-bottom: 8px;
}

#content .program .program-sidebar .filters a.active span, #content .program .program-sidebar .companies a.active span, #content .program .program-sidebar .filters a:hover span, #content .program .program-sidebar .companies a:hover span {
	position: relative;
	text-decoration-thickness: 2px;
	text-decoration-line: underline;
	text-underline-offset: 4px;
}

@media screen and (max-width: 834px) {
	.show-sidebar #content #toggle-sidebar img {
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: -1px;
	}
	
	.show-sidebar #content .program .aside-container .program-sidebar {
		height: auto;
	}
	
	#content #toggle-sidebar {
		cursor: pointer;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		height: 56px;
		border: none;
		background-color: transparent;
		-ms-flex-align: center;
		align-items: center;
		font: inherit;
		font-size: 2.8rem;
	}
	
	#content #toggle-sidebar span {
		position: relative;
		top: -2px;
	}
	
	#content #toggle-sidebar img {
		position: relative;
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	#content .program .aside-container {
		display: block;
		width: 100%;
		border-top: 2px solid;
		border-bottom: 2px solid;
		padding: 0;
		margin: 0 15px 30px;
	}
	
	#content .program .aside-container::before, #content .program .aside-container::after {
		left: -30px;
		right: -30px;
		position: absolute;
		content: "";
		height: 2px;
		background-color: currentColor;
	}
	
	#content .program .aside-container::before {
		top: -2px;
	}
	
	#content .program .aside-container::after {
		bottom: -2px;
	}
	
	#content .program .aside-container .program-sidebar {
		position: relative;
		bottom: auto;
		height: 56px;
		overflow: hidden;
		min-height: 0;
		padding: 0;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#content .program .aside-container .program-sidebar .search {
		width: 100%;
		margin-bottom: 24px;
	}
	
	#content .program .aside-container .program-sidebar .calendar-container {
		width: 50%;
		border-bottom: 0;
		padding-right: 15px;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	
	#content .program .aside-container .program-sidebar .calendar-container table.calendar th {
		font-size: 2.8rem;
	}
	
	#content .program .aside-container .program-sidebar .filters, #content .program .aside-container .program-sidebar .companies {
		width: 50%;
		padding-left: 15px;
		box-sizing: border-box;
	}
	
	#content .program .aside-container .program-sidebar .filters h3, #content .program .aside-container .program-sidebar .companies h3 {
		font-size: 2.8rem;
		padding-top: 4px;
		padding-bottom: 6px;
	}
	
	#content .program .aside-container .program-sidebar .companies {
		-ms-flex-order: 1;
		order: 1;
		padding-left: 0;
		margin-top: 24px;
	}
	
	#content .program .projects {
		width: 100%;
	}
	
	#content .program .projects > header {
		padding-bottom: 22px;
	}
	
	.show-menu #content .program .aside-container::before, .show-menu #content .program .aside-container::after {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	#content .program .aside-container .program-sidebar .calendar-container {
		width: 100%;
		padding-right: 0;
	}
	
	#content .program .aside-container .program-sidebar .filters, #content .program .aside-container .program-sidebar .companies {
		width: 100%;
		padding-left: 0;
		padding-bottom: 30px;
	}
	
	#content .program .grid-item.preview {
		width: 100%;
	}
	
	#content .program .aside-container::before, #content .program .aside-container::after {
		left: -15px;
		right: -15px;
	}
}

#project-lead {
	margin-bottom: 120px;
}

#project-lead header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 55px;
}

#project-lead header h1 {
	font-size: 9.6rem;
	font-weight: normal;
	line-height: 9.6rem;
	text-align: center;
}

#project-lead header h2 {
	font-size: 3.2rem;
	line-height: 3.6rem;
	font-weight: normal;
	margin-bottom: 30px;
	-ms-flex-order: -1;
	order: -1;
}

#project-lead figure {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -20px;
	margin-bottom: 110px;
}

#project-lead figure img {
	display: block;
	width: auto;
	height: 35vw;
	max-height: 640px;
	position: relative;
}

#project-lead .grid .title {
	padding-bottom: 3.2rem;
	width: 66.66%;
	padding-right: 110px;
}

#project-lead .grid .title h2 {
	font-size: 6.4rem;
	font-weight: normal;
	line-height: 6.4rem;
}

#project-lead .grid .intro {
	width: 66.66%;
	font-size: 3.2rem;
	line-height: 3.8rem;
}

#project-lead .grid .credits {
	position: relative;
	top: 1px;
	width: 33.33%;
}

#project-lead .grid .lang-select {
	font-size: 3.2rem;
	line-height: 3.6rem;
	position: absolute;
	width: 66.66%;
	text-align: right;
	left: 0;
	top: 2px;
	pointer-events: none;
	z-index: 5;
}

#project-lead .grid .lang-select button {
	margin-left: 15px;
	pointer-events: auto;
}

#project-lead .grid .years-of-play {
	position: absolute;
	width: 33.33%;
	text-align: right;
	right: 0;
	top: 2px;
	font-size: 3.2rem;
	line-height: 3.6rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#project-lead .grid .years-of-play a {
	margin-left: 15px;
}

#project-content .center .grid .project-links header h2 {
	font-weight: normal;
	font-size: 4.8rem;
	line-height: 4.8rem;
}

#project-content .center .grid .project-links .articles {
	margin: 0;
}

#project-content .center .grid .project-links .articles article {
	width: 33.33%;
}

@media screen and (max-width: 1024px) {
	#project-lead header {
		padding-top: 15px;
	}
	
	#project-lead header h1 {
		font-size: 7.2rem;
		line-height: 7.2rem;
	}
	
	#project-lead header h2 {
		margin-bottom: 15px;
	}
	
	#project-lead figure {
		margin-top: -15px;
		margin-bottom: 60px;
	}
	
	#project-lead figure img {
		height: 55vh;
	}
	
	#project-lead .grid .title h2 {
		font-size: 4.8rem;
		line-height: 4.8rem;
	}
	
	#project-lead .grid .intro {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
}

@media screen and (max-width: 768px) {
	#project-lead header h1 {
		font-size: 6.4rem;
		line-height: 6.4rem;
	}
	
	#project-lead figure {
		margin-top: -13px;
	}
	
	#project-lead figure img {
		height: 100%;
		max-height: none;
		width: 100%;
	}
	
	#project-lead .grid .title {
		padding-right: 15px;
	}
	
	#project-lead .grid .title, #project-lead .grid .intro, #project-lead .grid .credits, #project-lead .grid .lang-select {
		width: 100%;
	}
	
	#project-lead .grid .credits {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	
	#project-lead .grid .lang-select, #project-lead .grid .years-of-play {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	
	#project-lead .grid .years-of-play {
		width: 100%;
		text-align: left;
		position: relative;
		-ms-flex-order: -1;
		order: -1;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-bottom: 15px;
	}
	
	#project-lead .grid .years-of-play a {
		margin-left: 0;
		margin-right: 15px;
	}
	
	#project-content .center .grid .project-links .articles article h2 {
		font-size: 2.4rem;
		line-height: 2.8rem;
	}
	
	#project-content .center .grid .project-links .articles article h3 {
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
}

@media screen and (max-width: 640px) {
	#project-lead header h1 {
		font-size: 4.2rem;
		line-height: 4.2rem;
	}
	
	#project-lead figure {
		margin-top: -8px;
	}
	
	#project-lead .grid {
		margin-bottom: 25px;
	}
	
	#project-content .center .grid .project-links .articles article {
		width: 100%;
	}
}

section#search .page-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

section#search .page-header h2, section#search .page-header form {
	display: block;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}

section#search .page-header h2 {
	text-align: right;
	margin: 0;
}

section#search .page-header h2, section#search .page-header input {
	font-size: 4.8rem;
	line-height: 5.8rem;
}

section#search .page-header form input {
	border: 0 none;
	padding: 0;
	height: auto;
	color: rgba(32, 32, 32, .75);
}

section#search .news article.preview {
	width: 25%;
}

section#search .news article.preview h2 {
	font-weight: normal;
	font-size: 2.4rem;
	line-height: 2.8rem;
}

section#search .news article.preview h3 span.arrow {
	top: -.2rem;
}

section#search .news article.preview h3, section#search .news article.preview .meta {
	font-size: 1.8rem;
	line-height: 2.8rem;
}

section#search .news article.preview .meta {
	opacity: .25;
}

section#search .news article.preview a:hover h2 span::before {
	bottom: 3px;
}

section#search .news article.preview a:hover h3 span::before {
	display: none;
}

@media screen and (max-width: 1024px) {
	section#search .news article.preview {
		width: 33.33%;
	}
}

@media screen and (max-width: 640px) {
	section#search .page-header h2, section#search .page-header input {
		font-size: 3.2rem;
	}
	
	section#search .news article.preview {
		width: 100%;
	}
	
	section#search .page-header h2, section#search .page-header form {
		padding: 0 10px;
	}
}
